@charset "UTF-8";


/*----------------------------------------
Variables
----------------------------------------*/
/* # Color */
/* # Shadow */
/* # Hover */
/* # Font Family */
/* # Font Weight */
/* # Width */
/* # Height */
/* # Padding */
/* # Easing */
/* #icomoon */
/*----------------------------------------
midnight
----------------------------------------*/
.addtoany {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .addtoany {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .addtoany {
    margin-top: 50px;
  }
}

.addtoany .addtoany_list > a {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .addtoany .addtoany_list > a {
    margin: 0 6px !important;
  }
}

@media screen and (min-width: 768px) {
  .addtoany .addtoany_list > a {
    margin: 7.5px !important;
  }
}

.addtoany .addtoany_list .a2a_svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  line-height: 50px !important;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.addtoany .addtoany_list .a2a_svg.a2a_s_facebook, .addtoany .addtoany_list .a2a_svg.a2a_s_twitter, .addtoany .addtoany_list .a2a_svg.a2a_s_email {
  background-color: #f7f7f7 !important;
  -webkit-box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
          box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
}

.addtoany .addtoany_list .a2a_svg.a2a_s_a2a {
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.addtoany .addtoany_list .a2a_svg.a2a_s_facebook svg {
  width: 26px;
}

.addtoany .addtoany_list .a2a_svg.a2a_s_twitter svg {
  width: 24px;
}

.addtoany .addtoany_list .a2a_svg.a2a_s_email svg {
  width: 24px;
}

.addtoany .addtoany_list .a2a_svg.a2a_s_a2a svg {
  width: 26px;
}

.addtoany .addtoany_list .a2a_svg svg path {
  fill: #2b2b2b !important;
}

/*----------------------------------------
midnight
----------------------------------------*/
.midnightHeader {
  min-height: 100vh;
  color: #2b2b2b;
}

@media screen and (min-width: 1025px) {
  .midnightHeader.default {
    background: #f9f9f9;
  }
  .midnightHeader.gray {
    background: #dddddd;
  }
  .midnightHeader.gray .btn {
    background: #dcdcdc;
    -webkit-box-shadow: 3px 3px 6px #bbbbbb, -3px -3px 6px #ebebeb;
            box-shadow: 3px 3px 6px #bbbbbb, -3px -3px 6px #ebebeb;
  }
}

.midnightHeader.init-mid.gray {
  background: #f9f9f9 !important;
}

.midnightHeader.init-mid.gray .btn {
  background: #f9f9f9 !important;
  -webkit-box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff !important;
          box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff !important;
}

.midnightHeader.disp-mid.gray {
  -webkit-animation: midheadBg 2s forwards;
          animation: midheadBg 2s forwards;
}

[data-midnight="gray"].init-mid {
  background: #f9f9f9 !important;
}

[data-midnight="gray"].disp-mid {
  -webkit-animation: midContBg 2s forwards;
          animation: midContBg 2s forwards;
}

@-webkit-keyframes midContBg {
  from {
    background: #f9f9f9;
  }
  to {
    background: #dcdcdc;
  }
}

@keyframes midContBg {
  from {
    background: #f9f9f9;
  }
  to {
    background: #dcdcdc;
  }
}

@-webkit-keyframes midheadBg {
  from {
    background: #f9f9f9;
  }
  to {
    background: #dddddd;
  }
}

@keyframes midheadBg {
  from {
    background: #f9f9f9;
  }
  to {
    background: #dddddd;
  }
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

@keyframes scroll-hint-appear {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

.scroll-hint.is-right-scrollable {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 80px;
  padding: 20px 10px 10px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  margin-top: 5px;
  font-size: 10px;
  color: #FFF;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  content: "";
}

.scroll-hint-icon:after {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  width: 34px;
  height: 14px;
  margin-left: -20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  font-weight: 400;
  font-style: normal;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
      -ms-flex-align: start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -webkit-box-align: start;
          align-items: flex-start;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
      -ms-flex-order: 9999;
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/*----------------------------------------
container
----------------------------------------*/
@media screen and (min-width: 1361px) {
  header.main-header {
    width: 17.5vw;
    min-height: 100vh;
  }
}

@media screen and (min-width: 1601px) {
  header.main-header {
    width: 280px;
  }
}

@media screen and (min-width: 1361px) {
  main {
    padding-left: 17.5vw;
  }
}

@media screen and (min-width: 1601px) {
  main {
    padding-left: 280px;
  }
}

@media screen and (min-width: 1361px) {
  footer.main-footer {
    padding-left: 17.5vw;
  }
}

@media screen and (min-width: 1601px) {
  footer.main-footer {
    padding-left: 280px;
  }
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .container-c {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .container-c {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .container-c {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1281px) {
  .container-c {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .container-c2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .container-c2 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .container-c2 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1281px) {
  .container-c2 {
    padding-right: 160px;
    padding-left: 160px;
  }
}

@media screen and (max-width: 767px) {
  .container-l {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .container-l {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .container-l {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1281px) {
  .container-l {
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .container-l2 {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .container-l2 {
    padding-right: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .container-l2 {
    padding-right: 80px;
  }
}

@media screen and (min-width: 1281px) {
  .container-l2 {
    padding-right: 160px;
  }
}

@media screen and (max-width: 767px) {
  .container-r {
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .container-r {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .container-r {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1281px) {
  .container-r {
    padding-left: 80px;
  }
}

.inner {
  width: 100%;
  max-width: 100%;
}

/*----------------------------------------
subpage
----------------------------------------*/
@media screen and (max-width: 767px) {
  main.subpage .page-header .ttl {
    padding: 80px 0 25px 0;
  }
}

@media screen and (min-width: 768px) {
  main.subpage .page-header .ttl {
    padding: 120px 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  main.subpage .page-header .breadcrumb {
    padding: 0px 0 20px 0;
  }
}

@media screen and (min-width: 768px) {
  main.subpage .page-header .breadcrumb {
    padding: 0px 0 40px 0;
  }
}

main.subpage .page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.subpage .page-content.column-one {
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

main.subpage .page-content.column-two {
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 767px) {
  main.subpage .page-content.column-two {
    padding: 80px 0 80px 0;
  }
}

@media screen and (min-width: 768px) {
  main.subpage .page-content.column-two {
    padding: 180px 0 120px 0;
  }
}

@media screen and (min-width: 1281px) {
  main.subpage .page-content.column-two {
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 160px 0 100px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  main.subpage .page-content.column-two .inner {
    max-width: 880px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1281px) {
  main.subpage .page-content.column-two .inner {
    max-width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 1281px) {
  main.subpage .page-content.column-two > .content {
    padding-top: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 58.125vw;
            flex: 1 1 58.125vw;
  }
}

@media screen and (min-width: 1281px) {
  main.subpage .page-content.column-two > .content .container-c {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  main.subpage .sidebar {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  main.subpage .sidebar {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 75px;
  }
}

@media screen and (min-width: 1281px) {
  main.subpage .sidebar {
    max-width: 100%;
    margin: 0;
    padding-top: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 24.375vw;
            flex: 1 1 24.375vw;
  }
}

@media screen and (min-width: 1281px) {
  main.subpage .sidebar .container-c {
    padding-left: 0px;
  }
}

@media screen and (min-width: 1281px) {
  main.subpage .sidebar aside {
    width: 19.375vw;
  }
}

main.subpage .sidebar .side-item {
  background: #f9f9f9;
  -webkit-filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 767px) {
  main.subpage .sidebar .side-item {
    margin-bottom: 20px;
    padding: 50px 20px;
  }
}

@media screen and (min-width: 768px) {
  main.subpage .sidebar .side-item {
    margin-bottom: 20px;
    padding: 40px 40px;
  }
}

main.subpage .sidebar .side-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  main.subpage .page-footer .foot-menu {
    padding: 70px 0 70px 0;
    background: url("../../assets/images/foot_menu01_sp.jpg") no-repeat bottom center/cover;
  }
}

@media screen and (min-width: 768px) {
  main.subpage .page-footer .foot-menu {
    padding: 120px 0 120px 0;
    background: url("../../assets/images/foot_menu01.jpg") no-repeat bottom center/cover;
  }
}

main.subpage .page-footer .foot-menu .body {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  main.subpage .page-footer .foot-menu .body {
    -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 768px) {
  main.subpage .page-footer .foot-menu .body {
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }
}

main.subpage .page-footer .foot-menu .body .btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  main.subpage .page-footer .foot-menu .body .btn-wrap {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  main.subpage .page-footer .foot-menu .body .btn-wrap {
        -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  main.subpage .page-footer .foot-menu__coaching {
    background: url("../../assets/images/foot_menu02_sp.jpg") no-repeat bottom center/cover;
  }
}

@media screen and (min-width: 768px) {
  main.subpage .page-footer .foot-menu__coaching {
    background: url("../../assets/images/foot_menu02.jpg") no-repeat bottom center/cover;
  }
}

@media screen and (max-width: 767px) {
  main.subpage .page-footer .contact-sec {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  main.subpage .page-footer .contact-sec {
    margin-top: 100px;
  }
}

main.subpage p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  main.subpage p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  main.subpage p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-content ul {
  list-style: disc;
  list-style-position: inside;
}

@media screen and (max-width: 767px) {
  .page-content ul {
    margin-left: 3px;
  }
}

@media screen and (min-width: 768px) {
  .page-content ul {
    margin-left: 3px;
  }
}

.page-content ul li {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .page-content ul li {
    margin-left: 1.4rem;
    text-indent: -1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .page-content ul li {
    margin-left: 20px;
    text-indent: -1.4em;
  }
}

.page-content ol {
  list-style: decimal-leading-zero;
}

@media screen and (max-width: 767px) {
  .page-content ol {
    margin-left: 16px;
  }
}

@media screen and (min-width: 768px) {
  .page-content ol {
    margin-left: 22px;
  }
}

.page-content ol > li {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .page-content ol > li {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .page-content ol > li {
    padding-left: 10px;
  }
}

.page-content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .page-content .box {
    -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 768px) {
  .page-content .box {
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .page-content .box {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .page-content .box {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1281px) {
  .page-content .box {
    padding-right: 80px;
    padding-left: 80px;
  }
}

.page-content .box-com {
  background: #f9f9f9;
}

.page-content .box-flow {
  background: rgba(249, 249, 249, 0.7);
}

@media screen and (max-width: 767px) {
  .page-content .box-flow {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-flow {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .page-content .box-flow .inner {
    padding: 40px 0 40px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-flow .inner {
    max-width: 880px;
    padding: 70px 0 70px 0;
  }
}

.page-content .box-flow .inner .box-flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .page-content .box-flow .inner .box-flow-item {
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-flow .inner .box-flow-item {
    padding: 40px 0;
  }
}

.page-content .box-flow .inner .box-flow-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dedede;
  content: "";
}

.page-content .box-flow .inner .box-flow-item:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-content .box-flow .inner .box-flow-item .item-head {
    padding: 0 0 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-flow .inner .box-flow-item .item-head {
    padding: 0 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }
}

@media screen and (min-width: 1025px) {
  .page-content .box-flow .inner .box-flow-item .item-head {
    padding: 0 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
}

.page-content .box-flow .inner .box-flow-item .item-head .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}

.page-content .box-flow .inner .box-flow-item .item-head .item-header .num {
  color: #3578b5;
}

@media screen and (max-width: 767px) {
  .page-content .box-flow .inner .box-flow-item .item-head .item-header .num {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-flow .inner .box-flow-item .item-head .item-header .num {
    margin-right: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-content .box-flow .inner .box-flow-item .item-head .item-header .ttl {
  color: #2b2b2b;
}

@media screen and (max-width: 767px) {
  .page-content .box-flow .inner .box-flow-item .item-head .item-header .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-flow .inner .box-flow-item .item-head .item-header .ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-flow .inner .box-flow-item .item-body {
    padding: 0 0px 0 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (min-width: 1025px) {
  .page-content .box-flow .inner .box-flow-item .item-body {
    padding: 0 35px 0 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (max-width: 767px) {
  .page-content .box-flow .inner .box-flow-item .item-body p {
    line-height: 1.9285;
  }
}

@media screen and (max-width: 767px) {
  .page-content .box-flow .inner .box-flow-item .item-body ul li {
    margin-bottom: 10px;
    line-height: 1.9285;
  }
}

.page-content .box-lc-solution {
  padding-left: 0;
  background: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .page-content .box-lc-step {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-lc-step {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .page-content .box-lc-step {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1281px) {
  .page-content .box-lc-step {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-lc-step .inner {
    max-width: 880px;
    margin: 0 auto;
  }
}

.page-content .box-member {
  position: relative;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .page-content .box-member {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-member {
        -ms-flex-pack: justify;
        -ms-flex-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .page-content .box-member .box-item-img {
    width: 190px;
    margin: 0 auto 35px auto;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-member .box-item-img {
    padding-right: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

@media screen and (min-width: 1025px) {
  .page-content .box-member .box-item-img {
    padding-right: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
            flex: 0 0 460px;
  }
}

.page-content .box-member .box-item-text {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-content .box-member .box-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (min-width: 1025px) {
  .page-content .box-member .box-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.page-content .box-member-single {
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 767px) {
  .page-content .box-member-single {
    margin: 80px 0 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .page-content .box-member-single {
    margin: 150px 0 0 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.page-content .box-single-detail {
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (min-width: 768px) {
  .page-content .box-single-detail {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.page-content .inner-lc-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .page-content .inner-lc-flow {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 1025px) {
  .page-content .inner-lc-flow {
        -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.page-content .inner-lc-flow .box {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1024px) {
  .page-content .inner-lc-flow .box.box-img {
    display: block;
        -ms-flex-order: 2;
    width: 100%;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media screen and (min-width: 1025px) {
  .page-content .inner-lc-flow .box.box-img {
    width: 42.4242%;
  }
}

@media screen and (max-width: 1024px) {
  .page-content .inner-lc-flow .box.box-img img {
    width: 100%;
  }
}

.page-content .inner-lc-flow .box.box-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 1024px) {
  .page-content .inner-lc-flow .box.box-text {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .page-content .inner-lc-flow .box.box-text {
        -ms-flex-order: 1;
    width: 100%;
    padding-left: 40px;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-content .inner-lc-flow .box.box-text {
        -ms-flex-order: 1;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 35px;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media screen and (min-width: 1025px) {
  .page-content .inner-lc-flow .box.box-text {
    width: 57.5758%;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1281px) {
  .page-content .inner-lc-flow .box.box-text {
    width: 57.5758%;
    padding-left: 9.8484%;
  }
}

@media screen and (max-width: 767px) {
  main.error404 .page-content {
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 440px, #f2f2f2 441px, #f2f2f2 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 440px, #f2f2f2 441px, #f2f2f2 100%);
  }
}

@media screen and (min-width: 768px) {
  main.error404 .page-content {
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 280px, #f2f2f2 281px, #f2f2f2 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 280px, #f2f2f2 281px, #f2f2f2 100%);
  }
}

@media screen and (max-width: 767px) {
  main.error404 .page-content .inner {
    padding: 80px 0 80px 0;
  }
}

@media screen and (min-width: 768px) {
  main.error404 .page-content .inner {
    padding: 160px 0 160px 0;
  }
}

main.error404 .page-content .box {
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 767px) {
  main.error404 .page-content .box {
    padding: 50px 25px 60px 25px;
  }
}

@media screen and (min-width: 768px) {
  main.error404 .page-content .box {
    padding: 110px 40px 120px 40px;
  }
}

@media screen and (max-width: 767px) {
  main.error404 .page-content .box p.top {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  main.error404 .page-content .box p.top {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  main.error404 .page-content .box p.bottom {
    margin-top: 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  main.error404 .page-content .box p.bottom {
    margin-top: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  main.error404 .page-content .box .btn-wrap {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  main.error404 .page-content .box .btn-wrap {
    margin-top: 60px;
  }
}

/*----------------------------------------
animation
----------------------------------------*/
@-webkit-keyframes hoverUnder {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes hoverUnder {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@-webkit-keyframes hoverUnderCircle {
  0% {
    right: 20px;
  }
  100% {
    right: 0px;
  }
}

@keyframes hoverUnderCircle {
  0% {
    right: 20px;
  }
  100% {
    right: 0px;
  }
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUpFv span {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.35, 0.1, 0.2, 1) !important;
  transition: -webkit-transform 0.8s cubic-bezier(0.35, 0.1, 0.2, 1) !important;
  transition: transform 0.8s cubic-bezier(0.35, 0.1, 0.2, 1) !important;
  transition: transform 0.8s cubic-bezier(0.35, 0.1, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.35, 0.1, 0.2, 1) !important;
  -webkit-transform: translate(0, 0%) !important;
          transform: translate(0, 0%) !important;
}

.fadeUpFv span.sp01 {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.fadeUpFv span.sp02 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

.fadeUpFv span.sp03 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.fadeUpFv span.sp04 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.fadeUpFv span.sp05 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.fadeUpFv span.sp06 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.fadeUpFv span.sp07 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.fadeUpFv span.sp08 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.fadeUpFv span.sp09 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.fadeUp {
  opacity: 0;
  -webkit-animation: fadeUp 1s forwards;
          animation: fadeUp 1s forwards;
}

.fadeUp.head-com:after, .fadeUp.head-subpage-main:after {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .fadeUp.head-com:after, .fadeUp.head-subpage-main:after {
    -webkit-animation: fadeUpUnderSp 1.5s forwards;
            animation: fadeUpUnderSp 1.5s forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .fadeUp.head-com:after, .fadeUp.head-subpage-main:after {
    -webkit-animation: fadeUpUnderPc 1.5s forwards;
            animation: fadeUpUnderPc 1.5s forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}

.fadeUp.box-flow-item:after {
  opacity: 0;
  -webkit-animation: fadeUpUnderBoxflow 1.5s forwards;
          animation: fadeUpUnderBoxflow 1.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadeUp.card-service-top .card-header:after {
  opacity: 0;
  -webkit-animation: fadeUpUnderBoxflow 1.5s forwards;
          animation: fadeUpUnderBoxflow 1.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadeUp.btn-under:before {
  opacity: 0;
  -webkit-animation: fadeUpUnderBoxflow 1.5s forwards;
          animation: fadeUpUnderBoxflow 1.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadeUp.faq-item:after {
  opacity: 0;
  -webkit-animation: fadeUpUnderBoxflow 1.5s forwards;
          animation: fadeUpUnderBoxflow 1.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadeUp.tr-company:after {
  opacity: 0;
  -webkit-animation: fadeUpUnderBoxflow 1.5s forwards;
          animation: fadeUpUnderBoxflow 1.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadeUp.card-lc-solution:after {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .fadeUp.card-lc-solution:after {
    -webkit-animation: fadeUpLCSolutionSp 1.5s forwards;
            animation: fadeUpLCSolutionSp 1.5s forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}

@media screen and (min-width: 1025px) {
  .fadeUp.card-lc-solution:after {
    -webkit-animation: fadeUpLCSolutionPc 1.5s forwards;
            animation: fadeUpLCSolutionPc 1.5s forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .fadeUp.card-lc-step:after {
    z-index: -1;
    opacity: 0;
    -webkit-animation: fadeUpLCStep 1.5s forwards;
            animation: fadeUpLCStep 1.5s forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}

@media screen and (min-width: 1025px) {
  .fadeUp.card-lc-step .card-img:after {
    z-index: -1;
    opacity: 0;
    -webkit-animation: fadeUpLCStep 1.5s forwards;
            animation: fadeUpLCStep 1.5s forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}

.fadeUp.card-lc-flow:after {
  z-index: -1;
  opacity: 0;
  -webkit-animation: fadeUpLCStep 1.5s forwards;
          animation: fadeUpLCStep 1.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadeUp.m-detail-item:after {
  z-index: -1;
  opacity: 0;
  -webkit-animation: fadeUpMDetail 1.5s forwards;
          animation: fadeUpMDetail 1.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadeUp.card-ma-spec:after {
  z-index: -1;
  opacity: 0;
  -webkit-animation: fadeUpMCard 1.5s forwards;
          animation: fadeUpMCard 1.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadeUp.card-blog-cat a,
.fadeUp.cat-top a {
  background-size: 100% 1px !important;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeUpUnderPc {
  from {
    width: 0px;
    opacity: 0;
  }
  to {
    width: 40px;
    opacity: 1;
  }
}

@keyframes fadeUpUnderPc {
  from {
    width: 0px;
    opacity: 0;
  }
  to {
    width: 40px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpUnderSp {
  from {
    width: 0px;
    opacity: 0;
  }
  to {
    width: 20px;
    opacity: 1;
  }
}

@keyframes fadeUpUnderSp {
  from {
    width: 0px;
    opacity: 0;
  }
  to {
    width: 20px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpUnderBoxflow {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

@keyframes fadeUpUnderBoxflow {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpLCSolutionPc {
  from {
    height: 0%;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

@keyframes fadeUpLCSolutionPc {
  from {
    height: 0%;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpLCSolutionSp {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

@keyframes fadeUpLCSolutionSp {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpLCStep {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fadeUpLCStep {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes fadeUpMDetail {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

@keyframes fadeUpMDetail {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpMCard {
  from {
    height: 0%;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

@keyframes fadeUpMCard {
  from {
    height: 0%;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

.fadeUpFooter {
  opacity: 0;
  -webkit-animation: fadeUpFooter 1s forwards;
          animation: fadeUpFooter 1s forwards;
}

@-webkit-keyframes fadeUpFooter {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpFooter {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*----------------------------------------
btn
----------------------------------------*/
.btn {
  position: relative;
}

.btn:hover {
  text-decoration: none;
  opacity: inherit;
}

.btn.btn-gnav-contact {
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
      -ms-flex-align: center;
  border-radius: 5px;
  background: #f9f9f9;
  -webkit-box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
          box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .btn.btn-gnav-contact {
    width: 195px;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 0px 15px;
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-gnav-contact {
    width: 50%;
    min-height: 60px;
    margin-bottom: 10px;
    padding: 0px 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1025px) {
  .btn.btn-gnav-contact {
    width: 100%;
  }
}

.btn.btn-gnav-contact:before {
  display: none;
}

.btn.btn-gnav-contact:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  background: #3578b5;
  content: '';
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn.btn-gnav-contact:after {
    right: 15px;
    width: 4px;
    height: 4px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-gnav-contact:after {
    right: 20px;
    width: 5px;
    height: 5px;
  }
}

.btn.btn-gnav-contact.hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.btn.btn-gnav-contact.hover:after {
  z-index: -1;
  -webkit-transform: scale(100);
          transform: scale(100);
}

.btn.btn-more {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
      -ms-flex-align: center;
  border-radius: 5px;
  background: #f9f9f9;
  -webkit-box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
          box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .btn.btn-more {
    width: 195px;
    min-height: 50px;
    padding: 0px 15px;
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-more {
    width: 220px;
    min-height: 60px;
    padding: 0px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btn.btn-more:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  background: #3578b5;
  content: '';
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn.btn-more:after {
    right: 15px;
    width: 4px;
    height: 4px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-more:after {
    right: 20px;
    width: 5px;
    height: 5px;
  }
}

.btn.btn-more:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.btn.btn-more:hover:after {
  z-index: -1;
  -webkit-transform: scale(100);
          transform: scale(100);
}

.btn.btn-more__confirm {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .btn.btn-more__confirm {
    width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-more__confirm {
    width: 250px;
  }
}

.btn.btn-more__back {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .btn.btn-more__back {
    width: 130px;
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-more__back {
    width: 210px;
    margin: 0 20px;
  }
}

.btn.btn-more__send {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .btn.btn-more__send {
    width: 130px;
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-more__send {
    width: 210px;
    margin: 0 20px;
  }
}

.btn.btn-left {
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  background: #f9f9f9;
  -webkit-box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
          box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .btn.btn-left {
    min-width: 200px;
    padding: 18px 15px;
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-left {
    min-width: 260px;
    padding: 27px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btn.btn-left:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  background: #3578b5;
  content: '';
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn.btn-left:after {
    left: 15px;
    width: 4px;
    height: 4px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-left:after {
    left: 20px;
    width: 5px;
    height: 5px;
  }
}

.btn.btn-left:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.btn.btn-left:hover:after {
  z-index: -1;
  -webkit-transform: scale(100);
          transform: scale(100);
}

.btn.btn-left__gray {
  background: #dddddd;
}

.btn.btn-left__member {
  background: #ececec;
  -webkit-box-shadow: 3px 3px 6px #c9c9c9, -3px -3px 6px #f7f7f7;
          box-shadow: 3px 3px 6px #c9c9c9, -3px -3px 6px #f7f7f7;
}

@media screen and (max-width: 767px) {
  .btn.btn-left__member {
    min-width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-left__member {
    min-width: 280px;
  }
}

.btn.btn-left__member:hover:after {
  -webkit-transform: scale(120);
          transform: scale(120);
}

.btn.btn-left__posts {
  background: #ececec;
}

@media screen and (max-width: 767px) {
  .btn.btn-left__posts {
    min-width: 190px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-left__posts {
    min-width: 230px;
  }
}

.btn.btn-square {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
      -ms-flex-align: center;
  border-radius: 5px;
  background: #dcdcdc;
  -webkit-box-shadow: 3px 3px 6px #bbbbbb, -3px -3px 6px #ebebeb;
          box-shadow: 3px 3px 6px #bbbbbb, -3px -3px 6px #ebebeb;
  line-height: 1.5;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .btn.btn-square {
    min-height: 50px;
    padding: 10px 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-square {
    min-height: 60px;
    padding: 15px 20px 15px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.btn.btn-square:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  background: #3578b5;
  content: '';
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn.btn-square:after {
    right: 15px;
    width: 4px;
    height: 4px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-square:after {
    right: 20px;
    width: 5px;
    height: 5px;
  }
}

.btn.btn-square:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.btn.btn-square:hover:after {
  z-index: -1;
  -webkit-transform: scale(150);
          transform: scale(150);
}

.btn.btn-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  background: transparent;
  line-height: 1.5;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .btn.btn-under {
    min-height: 50px;
    padding: 10px 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-under {
    min-height: 60px;
    padding: 15px 20px 15px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.btn.btn-under:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2b2b2b;
  content: '';
}

.btn.btn-under:after {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background: #3578b5;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn.btn-under:after {
    right: 15px;
    width: 4px;
    height: 4px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-under:after {
    right: 20px;
    width: 5px;
    height: 5px;
  }
}

.btn.btn-under:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-under:hover:before {
  -webkit-animation: 0.5s ease-in 0.3s forwards hoverUnder;
          animation: 0.5s ease-in 0.3s forwards hoverUnder;
}

.btn.btn-under:hover:after {
  -webkit-animation: 0.5s ease-in-out forwards hoverUnderCircle;
          animation: 0.5s ease-in-out forwards hoverUnderCircle;
}

.btn.btn-large {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .btn.btn-large {
    width: 100%;
    min-height: 150px;
    margin-bottom: 2px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-large {
    width: calc(50% - 1px);
    min-height: 290px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.btn.btn-large:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  background: #3578b5;
  content: '';
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn.btn-large:after {
    right: 34px;
    width: 6px;
    height: 6px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-large:after {
    right: 35px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 1025px) {
  .btn.btn-large:after {
    right: 70px;
    width: 8px;
    height: 8px;
  }
}

.btn.btn-large__member {
  background: rgba(250, 250, 250, 0.94);
}

.btn.btn-large__contact {
  background: #2b2b2b;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .btn.btn-large__contact {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-large__contact {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.btn.btn-large__menu {
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(249, 249, 249, 0.94);
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 1024px) {
  .btn.btn-large__menu {
    line-height: 1.8666;
  }
}

@media screen and (min-width: 1025px) {
  .btn.btn-large__menu {
    line-height: 1;
  }
}

.btn.btn-large__menu .top {
  color: #727272;
}

@media screen and (max-width: 767px) {
  .btn.btn-large__menu .top {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-large__menu .top {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btn.btn-large__menu .bottom {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .btn.btn-large__menu .bottom {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-large__menu .bottom {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1024px) {
  .btn.btn-large__menu .bottom {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1025px) {
  .btn.btn-large__menu .bottom {
    margin-top: 15px;
  }
}

.btn.btn-large__menu:hover .top {
  color: #fff;
}

.btn.btn-large:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.btn.btn-large:hover:after {
  z-index: -1;
  -webkit-transform: scale(200);
          transform: scale(200);
}

.btn.btn-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  background: #f9f9f9;
  -webkit-box-shadow: 3px 3px 6px #bbbbbb, -3px -3px 6px #ebebeb;
          box-shadow: 3px 3px 6px #bbbbbb, -3px -3px 6px #ebebeb;
  color: #202020;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .btn.btn-faq {
    min-width: 300px;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-faq {
    min-width: 270px;
    min-height: 50px;
    padding: 0 10px;
    border-radius: 25px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .btn.btn-faq {
    min-width: 300px;
    padding: 0 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.btn.btn-faq.active {
  background: #2b2b2b;
  color: #fff;
}

.btn.btn-faq:hover {
  background: #2b2b2b;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  opacity: 1;
}

.btn.btn-sns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  border-radius: 50%;
  background: #ececec;
  -webkit-box-shadow: 3px 3px 6px #c9c9c9, -3px -3px 6px #f7f7f7;
          box-shadow: 3px 3px 6px #c9c9c9, -3px -3px 6px #f7f7f7;
  content: "";
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .btn.btn-sns {
    width: 50px;
    min-height: 50px;
    margin-left: 12px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-sns {
    width: 50px;
    min-height: 50px;
    margin-left: 15px;
  }
}

.btn.btn-sns:before {
  content: "";
}

.btn.btn-sns:hover {
  background: #2b2b2b;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.btn.btn-sns__yb:before {
  width: 18px;
  height: 12.5px;
  background: url("../images/icon_youtube.png") no-repeat center center/cover;
}

.btn.btn-sns__yb:hover:before {
  background: url("../images/icon_youtube_hover.png") no-repeat center center/cover;
}

.btn.btn-sns__line:before {
  width: 14.5px;
  height: 14.5px;
  background: url("../images/icon_line.png") no-repeat center center/cover;
}

.btn.btn-sns__line:hover:before {
  background: url("../images/icon_line_hover.png") no-repeat center center/cover;
}

.btn.btn-sns__fb:before {
  width: 9px;
  height: 16.5px;
  background: url("../images/icon_facebook.png") no-repeat center center/cover;
}

.btn.btn-sns__fb:hover:before {
  background: url("../images/icon_facebook_hover.png") no-repeat center center/cover;
}

.btn.btn-sns__tw:before {
  width: 17px;
  height: 14px;
  background: url("../images/icon_tw.png") no-repeat center center/cover;
}

.btn.btn-sns__tw:hover:before {
  background: url("../images/icon_tw_hover.png") no-repeat center center/cover;
}

.btn.btn-to-c-contact {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .btn.btn-to-c-contact {
    width: calc(100% - 10px);
    min-height: 50px;
    padding: 0px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-to-c-contact {
    width: 388.5px;
    min-height: 70px;
    padding: 0px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btn.btn-to-c-contact:hover:after {
  -webkit-transform: scale(200);
          transform: scale(200);
}

.lc-contact.lc-contact__worry .btn.btn-to-c-contact {
  background: #dddddd;
  -webkit-box-shadow: 3px 3px 6px #bbbbbb, -3px -3px 6px #ebebeb;
          box-shadow: 3px 3px 6px #bbbbbb, -3px -3px 6px #ebebeb;
}

.btn.btn-modal-pulus {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: rgba(244, 244, 244, 0.8);
  content: "";
}

@media screen and (max-width: 767px) {
  .btn.btn-modal-pulus {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-modal-pulus {
    width: 40px;
    height: 40px;
  }
}

.btn.btn-modal-pulus:before, .btn.btn-modal-pulus:after {
  position: absolute;
  display: inline-block;
  background: #2b2b2b;
  content: "";
}

.btn.btn-modal-pulus:before {
  height: 1px;
}

@media screen and (max-width: 767px) {
  .btn.btn-modal-pulus:before {
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-modal-pulus:before {
    top: calc(50% - 1px);
    left: calc(50% - 9px);
    width: 18px;
  }
}

.btn.btn-modal-pulus:after {
  width: 1px;
}

@media screen and (max-width: 767px) {
  .btn.btn-modal-pulus:after {
    top: calc(50% - 7px);
    left: calc(50% - 1px);
    height: 14px;
  }
}

@media screen and (min-width: 768px) {
  .btn.btn-modal-pulus:after {
    top: calc(50% - 9px);
    left: calc(50% - 1px);
    height: 18px;
  }
}

/*----------------------------------------
card
----------------------------------------*/
.card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .card-wrap.card-wrap-service {
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  .card-wrap.card-wrap-service {
        -ms-flex-pack: center;
    margin: 40px -10px 0 -10px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.card-wrap.card-wrap-task {
  -webkit-box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .card-wrap.card-wrap-task {
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0 0px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  .card-wrap.card-wrap-task {
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin: 0px auto 0px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 1025px) {
  .card-wrap.card-wrap-task {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
    max-width: 100%;
    margin: 0px -1px 0px -1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.card-wrap.card-wrap-rpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .card-wrap.card-wrap-rpo {
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0 0px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  .card-wrap.card-wrap-rpo {
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px auto 0px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 1025px) {
  .card-wrap.card-wrap-rpo {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
    margin: 0px -1px 0px -1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.card-wrap.card-wrap-lc-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .card-wrap.card-wrap-lc-solution {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .card-wrap.card-wrap-lc-solution {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
    padding: 60px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .card-wrap.card-wrap-lc-solution {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
    padding: 120px 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.card-wrap.card-wrap-lc-step {
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 767px) {
  .card-wrap.card-wrap-lc-step {
    padding: 40px 0px;
  }
}

@media screen and (min-width: 768px) {
  .card-wrap.card-wrap-lc-step {
    padding: 120px 0px;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap.card-wrap-lc-result {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card-wrap.card-wrap-lc-result {
    margin: 0 -1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (min-width: 1025px) {
  .card-wrap.card-wrap-lc-result {
    margin: 0 -1.5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card-wrap.card-wrap-lc-result > article {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 1px);
        flex-basis: calc(50% - 1px);
  }
}

@media screen and (min-width: 1025px) {
  .card-wrap.card-wrap-lc-result > article {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.3333% - 1px);
        flex-basis: calc(33.3333% - 1px);
  }
}

.card-wrap.card-wrap-lc-flow {
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.card-wrap.card-wrap-posts {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (max-width: 767px) {
  .card-wrap.card-wrap-posts {
        -ms-flex-pack: justify;
    margin: 0 -7.5px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .card-wrap.card-wrap-posts {
        -ms-flex-pack: justify;
    margin: 0 -25px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1281px) {
  main.blog .card-wrap.card-wrap-posts {
        -ms-flex-pack: start;
    margin: 0;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 1281px) {
  main.news .card-wrap.card-wrap-posts {
        -ms-flex-pack: justify;
    margin: 0 -25px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.card-wrap.card-wrap-side-lastest {
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.card-wrap.card-wrap-side-lastest > a {
  display: block;
}

.card-wrap.card-wrap-side-lastest > a:last-child .card {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .card-wrap.card-wrap-single-lastest {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  .card-wrap.card-wrap-single-lastest {
        -ms-flex-pack: justify;
    margin: 0 -20px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1281px) {
  .card-wrap.card-wrap-single-lastest {
        -ms-flex-pack: justify;
    margin: 0 -45px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.card.card-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f9f9f9;
  -webkit-box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 767px) {
  .card.card-service {
    margin-bottom: 15px;
    padding: 45px 30px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-service {
    width: calc(33.333% - 20px);
    margin: 0 10px 15px 10px;
    padding: 30px 15px;
  }
}

@media screen and (min-width: 1025px) {
  .card.card-service {
    padding: 45px 30px;
  }
}

.card.card-service .card-header {
  position: relative;
}

@media screen and (max-width: 767px) {
  .card.card-service .card-header {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-service .card-header {
    margin-bottom: 15px;
  }
}

.card.card-service .card-header:after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(43, 43, 43, 0.5);
  content: "";
}

.card.card-service .card-header span {
  position: relative;
  z-index: 1;
  background: #f9f9f9;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .card.card-service .card-header span {
    padding-right: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-service .card-header span {
    padding-right: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.card.card-service .card-body {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .card.card-service .card-body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-service .card-body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.card.card-task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
  background: #f9f9f9;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .card.card-task {
    margin-bottom: 2px;
    padding: 40px 20px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-task {
    margin: 0 0px 2px 0px;
    padding: 75px 10px;
  }
}

@media screen and (min-width: 1025px) {
  .card.card-task {
    width: calc(33.333% - 2px);
    margin: 0 1px 0px 1px;
    padding: 75px 5px;
  }
}

@media screen and (min-width: 1601px) {
  .card.card-task {
    padding: 75px 35px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-task .card-header {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-task .card-header {
    margin-bottom: 30px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.card.card-task .card-header span {
  display: block;
  line-height: 1.8125;
}

.card.card-task .card-header span.num {
  color: #3578b5;
}

.card.card-task .card-body {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .card.card-task .card-body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-task .card-body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.card.card-rpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 767px) {
  .card.card-rpo {
    margin: 0 0px 40px 0px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo {
    margin: 0 0px 50px 0px;
  }
}

@media screen and (min-width: 1025px) {
  .card.card-rpo {
    width: calc(50% - 2px);
    margin: 0 1px 0px 1px;
  }
}

.card.card-rpo:last-child {
  margin-bottom: 0;
}

.card.card-rpo .card-header {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .card.card-rpo .card-header {
    margin-bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .card-header {
    margin-bottom: 45px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.card.card-rpo .card-body {
      -ms-flex-pack: center;
  height: 100%;
  -webkit-box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .card.card-rpo .card-body {
    padding: 5px 10px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .card-body {
    padding: 22.5px 10px;
  }
}

@media screen and (min-width: 1281px) {
  .card.card-rpo .card-body {
    padding: 22.5px 35px;
  }
}

.card.card-rpo .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item {
    padding: 25px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item {
    max-width: 510px;
    padding: 37.5px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 510px;
            flex: 0 0 510px;
  }
}

.card.card-rpo .item:first-child .item-head:after {
  position: absolute;
  left: 50%;
  background: url("../images/rpo/icon_arrow_bottom.svg") no-repeat bottom center/cover;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item:first-child .item-head:after {
    bottom: -30px;
    width: 20px;
    height: 30px;
    margin-bottom: -10px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item:first-child .item-head:after {
    bottom: -45.5px;
    width: 20px;
    height: 45.5px;
    margin-bottom: -12.5px;
  }
}

.card.card-rpo .item .item-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item .item-head {
    padding: 10px 0 10px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item .item-head {
    padding: 10px 0 10px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 205px;
            flex: 0 0 205px;
  }
}

.card.card-rpo .item .item-head .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  border-radius: 50%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item .item-head .img {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item .item-head .img {
    width: 100px;
    height: 100px;
  }
}

.card.card-rpo .item .item-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
  background-image: -webkit-linear-gradient(top, #2b2b2b 1px, transparent 1px);
  background-image: linear-gradient(to bottom, #2b2b2b 1px, transparent 1px);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 1px 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item .item-body {
    margin-left: 10px;
    padding: 10px 0 10px 20px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item .item-body {
    margin-left: 25px;
    padding: 10px 0 10px 25px;
  }
}

.card.card-rpo .item .header {
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item .header {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item .header {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.card.card-rpo .item .badge span {
  display: inline-block;
  border-radius: 10px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item .badge span {
    margin-bottom: 7px;
    padding: 4px 9px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item .badge span {
    margin-bottom: 10px;
    padding: 4px 10px;
    font-size: 12.5px;
    font-size: 1.25rem;
  }
}

.card.card-rpo .item .nomal {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item .nomal {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item .nomal {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.card.card-rpo .item .under {
  display: inline-block;
  color: #3578b5;
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item .under {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item .under {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card.card-rpo .item .under span {
  padding-bottom: 2px;
  border-bottom: 1px solid #3578b5;
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item01 img {
    width: 32px;
    height: 35px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item01 img {
    width: 40px;
    height: 43.5px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item02 img {
    width: 39px;
    height: 30.5px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item02 img {
    width: 48.5px;
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item03 img {
    width: 44px;
    height: 43px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item03 img {
    width: 56px;
    height: 54.5px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-rpo .item04 img {
    width: 32px;
    height: 35px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-rpo .item04 img {
    width: 40px;
    height: 43.5px;
  }
}

.card.card-rpo__left .card-body {
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
}

.card.card-rpo__left .card-body .item-head .img {
  -webkit-box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
          box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
}

.card.card-rpo__left .badge span {
  background: #ececec;
}

.card.card-rpo__right .card-body {
  border: 1px solid #3578b5;
  background: #ebf2fa;
}

.card.card-rpo__right .card-body .item-head .img {
  -webkit-box-shadow: 3px 3px 6px #c4cad0, -3px -3px 6px #f5faff;
          box-shadow: 3px 3px 6px #c4cad0, -3px -3px 6px #f5faff;
}

.card.card-rpo__right .badge span {
  background: #fff;
}

.card.card-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
  -webkit-box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1.5px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .card.card-results {
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    padding: 50px 0px 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  .card.card-results {
        -ms-flex-align: start;
    margin-bottom: 40px;
    padding: 70px 40px;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1281px) {
  .card.card-results {
    padding: 70px 80px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-results .card-img {
    padding: 0 0 20px 0;
  }
  .card.card-results .card-img img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .card.card-results .card-img {
    padding: 0px 40px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
}

@media screen and (min-width: 1281px) {
  .card.card-results .card-img {
    padding: 0px 80px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-results .card-body {
    padding: 0 20px 0px 0;
  }
}

@media screen and (min-width: 768px) {
  .card.card-results .card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.card.card-results .card-body .card-header {
  line-height: 1.8125;
}

@media screen and (max-width: 767px) {
  .card.card-results .card-body .card-header {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-results .card-body .card-header {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.card.card-results .card-body .type {
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  .card.card-results .card-body .type {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-results .card-body .type {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.card.card-results .card-body .num {
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  .card.card-results .card-body .num {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-results .card-body .num {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .card.card-results .card-body .body {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-results .card-body .body {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-results__img .card-body {
    padding-top: 20px;
  }
}

.card.card-lc-solution {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .card.card-lc-solution {
    width: calc(100% - 60px);
    padding: 30px 30px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-solution {
    width: 60%;
    padding: 60px 0px;
  }
}

@media screen and (min-width: 1025px) {
  .card.card-lc-solution {
    width: 33.33333%;
    height: 100%;
    padding: 0;
  }
}

.card.card-lc-solution:after {
  position: absolute;
  background: #dedede;
  content: "";
}

@media screen and (max-width: 1024px) {
  .card.card-lc-solution:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

@media screen and (min-width: 1025px) {
  .card.card-lc-solution:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
  }
}

.card.card-lc-solution:last-child:after {
  display: none;
}

.card.card-lc-solution .card-header {
  line-height: 2;
  color: #3578b5;
}

@media screen and (max-width: 767px) {
  .card.card-lc-solution .card-header {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-solution .card-header {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.card.card-lc-solution .card-body {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .card.card-lc-solution .card-body p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-solution .card-body p {
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card.card-lc-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .card.card-lc-step {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-step {
    width: 100%;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-lc-step:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 40px;
    margin-bottom: -50px;
    background: #dedede;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.card.card-lc-step:last-child {
  margin-bottom: 0;
}

.card.card-lc-step:last-child:after {
  display: none;
}

.card.card-lc-step:last-child .card-img:after {
  display: none;
}

.card.card-lc-step .card-img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .card.card-lc-step .card-img {
    margin-left: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

@media screen and (min-width: 1025px) {
  .card.card-lc-step .card-img {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-lc-step .card-img img {
    width: 160px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-step .card-img img {
    width: 200px;
  }
}

@media screen and (min-width: 1025px) {
  .card.card-lc-step .card-img:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 40px;
    margin-bottom: -45px;
    background: #dedede;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .card.card-lc-step .card-body {
    background: #f9f9f9;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-step .card-body {
    margin-top: 10px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-lc-step .card-body .card-header {
    margin: 10px 0 20px 0;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-step .card-body .card-header {
    margin-bottom: 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.card.card-lc-step .card-body ul li {
  line-height: 2.4666;
}

@media screen and (max-width: 767px) {
  .card.card-lc-step .card-body ul li {
    margin-left: 1.3rem;
    font-size: 13px;
    font-size: 1.3rem;
    text-indent: -1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-step .card-body ul li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.card.card-lc-result {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  background: rgba(249, 249, 249, 0.94);
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .card.card-lc-result {
    min-height: 210px;
    margin: 0 1px 1px 0px;
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-result {
    min-height: 270px;
    margin: 0 1px 1px 0px;
    padding: 15px;
  }
}

.card.card-lc-result .card-header {
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .card.card-lc-result .card-header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-result .card-header {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card.card-lc-result .age {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  .card.card-lc-result .age {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-result .age {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.card.card-lc-flow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .card.card-lc-flow {
    margin: 25px 0;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-flow {
    margin: 30px 0;
  }
}

.card.card-lc-flow:after {
  position: absolute;
  width: 1px;
  background: #ccc;
  content: "";
}

@media screen and (max-width: 767px) {
  .card.card-lc-flow:after {
    bottom: -35px;
    left: 18px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-flow:after {
    bottom: -45px;
    left: 22.5px;
    height: 30px;
  }
}

.card.card-lc-flow:last-child:after {
  display: none;
}

.card.card-lc-flow .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .card.card-lc-flow .card-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-flow .card-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-lc-flow .card-header .text {
    margin-bottom: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-flow .card-header .text {
    margin-bottom: 7px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.card.card-lc-flow .card-header .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  border-radius: 50%;
  background: #f9f9f9;
  -webkit-box-shadow: 3px 3px 6px #c9c9c9, -3px -3px 6px #f7f7f7;
          box-shadow: 3px 3px 6px #c9c9c9, -3px -3px 6px #f7f7f7;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .card.card-lc-flow .card-header .num {
    width: 36px;
    height: 36px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-flow .card-header .num {
    width: 45px;
    height: 45px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.card.card-lc-flow .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .card.card-lc-flow .card-body {
    margin-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-flow .card-body {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-lc-flow .card-body p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-lc-flow .card-body p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card.card-lc-flow .card-body p a {
  color: #3578b5;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.card.card-member-archive .card-body .position {
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  .card.card-member-archive .card-body .position {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-member-archive .card-body .position {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.card.card-member-archive .card-body .card-header span {
  display: block;
}

@media screen and (max-width: 767px) {
  .card.card-member-archive .card-body .card-header .f-ja {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-member-archive .card-body .card-header .f-ja {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .card.card-member-archive .card-body .card-header .f-en {
    margin-top: 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-member-archive .card-body .card-header .f-en {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.card.card-member-archive .card-body .specialty-wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .card.card-member-archive .card-body .specialty-wrap {
    margin-top: 30px;
    padding: 0 0 0 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-member-archive .card-body .specialty-wrap {
    margin-top: 40px;
    padding: 12px 0 12px 28px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.card.card-member-archive .card-body .specialty-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #dedede;
  content: "";
}

.card.card-member-archive .card-body .specialty-wrap .specialty-ttl {
  line-height: 2;
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  .card.card-member-archive .card-body .specialty-wrap .specialty-ttl {
    @margin-bottom : 2px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-member-archive .card-body .specialty-wrap .specialty-ttl {
    @margin-bottom : 10px;
  }
}

.card.card-member-archive .card-body .specialty-wrap .specialty-body .item {
  position: relative;
  line-height: 2;
}

.card.card-member-archive .card-body .specialty-wrap .specialty-body .item:after {
  content: "/";
}

.card.card-member-archive .card-body .specialty-wrap .specialty-body .item:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .card.card-member-archive .card-body .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: center;
    margin-top: 40px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .card.card-member-archive .card-body .btn-wrap {
    margin-top: 40px;
  }
}

.card.card-posts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 767px) {
  .card.card-posts {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px 7.5px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-posts {
    width: calc(50% - 50px);
    margin: 0 25px 50px 25px;
  }
}

@media screen and (min-width: 1281px) {
  main.blog .card.card-posts {
    width: calc(50% - 3.75vw);
    margin: 0 3.75vw 50px 0;
  }
}

@media screen and (min-width: 1281px) {
  main.news .card.card-posts {
    width: calc(33.33333% - 50px);
    margin: 0 25px 50px 25px;
  }
}

.card.card-posts .entry-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #727272;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .card.card-posts .entry-date {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-posts .entry-date {
    margin-bottom: 20px;
  }
}

.card.card-posts .card-img {
  width: 100%;
}

.card.card-posts .card-img > a {
  display: block;
}

.card.card-posts .card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 37/35;
  -webkit-filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 767px) {
  .card.card-posts .card-body .cat-wrap {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-posts .card-body .cat-wrap {
    margin-top: 20px;
  }
}

.card.card-posts .card-body .cat-wrap > a {
  position: relative;
  display: inline;
  margin-right: 10px;
  padding-bottom: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3578b5), to(#3578b5));
  background-image: -webkit-linear-gradient(left, #3578b5, #3578b5);
  background-image: linear-gradient(90deg, #3578b5, #3578b5);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  line-height: 2;
  color: #3578b5;
}

@media screen and (max-width: 767px) {
  .card.card-posts .card-body .cat-wrap > a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-posts .card-body .cat-wrap > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.card.card-posts .card-body .card-header {
  display: -webkit-box;
  overflow: hidden;
  line-height: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .card.card-posts .card-body .card-header {
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-posts .card-body .card-header {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card.card-side-lastest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  .card.card-side-lastest {
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .card.card-side-lastest {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .card.card-side-lastest .card-img {
    width: 55px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-side-lastest .card-img {
    width: 55px;
  }
}

@media screen and (min-width: 1281px) {
  .card.card-side-lastest .card-img {
    width: 3.4375vw;
  }
}

@media screen and (max-width: 767px) {
  .card.card-side-lastest .card-body {
    width: calc(100% - 55px);
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-side-lastest .card-body {
    width: calc(100% - 55px);
    padding-left: 20px;
  }
}

@media screen and (min-width: 1281px) {
  .card.card-side-lastest .card-body {
    width: 11.5625vw;
  }
}

.card.card-side-lastest .card-body .entry-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 2;
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  .card.card-side-lastest .card-body .entry-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-side-lastest .card-body .entry-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.card.card-side-lastest .card-body .card-header {
  display: -webkit-box;
  overflow: hidden;
  line-height: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .card.card-side-lastest .card-body .card-header {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-side-lastest .card-body .card-header {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.card.card-post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .card.card-post-author {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 767px) {
  .card.card-post-author .card-img {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .card.card-post-author .card-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

.card.card-post-author .card-img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .card.card-post-author .card-body {
    padding-left: 35px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.card.card-post-author .card-body .post-author-ttl {
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  .card.card-post-author .card-body .post-author-ttl {
    margin-top: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .card.card-post-author .card-body .post-author-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .card.card-post-author .card-body .post-author-name {
    margin-bottom: 10px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .card.card-post-author .card-body .post-author-name {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-post-author .card-body .post-author-name span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .card.card-post-author .card-body .post-author-name .f-ja {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-post-author .card-body .post-author-name .f-ja {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .card.card-post-author .card-body .post-author-name .f-en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-post-author .card-body .post-author-name .f-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .card.card-post-author .card-body .post-author-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-post-author .card-body .post-author-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.card.card-single-lastest {
  position: relative;
}

@media screen and (max-width: 767px) {
  .card.card-single-lastest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .card.card-single-lastest {
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(33.33333% - 20px);
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 1281px) {
  .card.card-single-lastest {
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(33.33333% - 45px);
    margin: 0 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.card.card-single-lastest:after {
  position: absolute;
  background: #dedede;
  content: "";
}

@media screen and (max-width: 767px) {
  .card.card-single-lastest:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-single-lastest:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    margin-right: -20px;
  }
}

@media screen and (min-width: 1281px) {
  .card.card-single-lastest:after {
    margin-right: -45px;
  }
}

@media screen and (max-width: 767px) {
  .card.card-single-lastest:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .card.card-single-lastest:last-child {
    padding-bottom: 0;
  }
}

.card.card-single-lastest:last-child:after {
  display: none;
}

.card.card-single-lastest .card-head {
  position: relative;
}

@media screen and (max-width: 767px) {
  .card.card-single-lastest .card-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
  }
}

@media screen and (min-width: 768px) {
  .card.card-single-lastest .card-head {
    padding-top: 30px;
  }
}

.card.card-single-lastest .card-head .entry-date {
  position: absolute;
  top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  .card.card-single-lastest .card-head .entry-date {
    left: 76px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-single-lastest .card-head .entry-date {
    left: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.card.card-single-lastest .card-head .card-img {
  display: block;
  width: 100%;
}

.card.card-single-lastest .card-head .card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 37/35;
}

@media screen and (max-width: 767px) {
  .card.card-single-lastest .card-body {
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.card.card-single-lastest .card-body .card-header {
  display: -webkit-box;
  overflow: hidden;
  line-height: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .card.card-single-lastest .card-body .card-header {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .card.card-single-lastest .card-body .card-header {
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*----------------------------------------
form
----------------------------------------*/
.mw_wp_form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mw_wp_form input:not([type="checkbox"]), .mw_wp_form select, .mw_wp_form textarea {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mw_wp_form input:not([type="checkbox"]), .mw_wp_form select, .mw_wp_form textarea {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form input:not([type="checkbox"]), .mw_wp_form select, .mw_wp_form textarea {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.mw_wp_form input:not([type="checkbox"]), .mw_wp_form select, .mw_wp_form textarea {
  border: 1px solid #dedede;
  background: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .mw_wp_form input:not([type="checkbox"]), .mw_wp_form select, .mw_wp_form textarea {
    padding: 10px 12.5px;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form input:not([type="checkbox"]), .mw_wp_form select, .mw_wp_form textarea {
    padding: 15px 23px;
  }
}

.mw_wp_form input:not([type="checkbox"])::-webkit-input-placeholder, .mw_wp_form select::-webkit-input-placeholder, .mw_wp_form textarea::-webkit-input-placeholder {
  color: rgba(43, 43, 43, 0.4);
}

.mw_wp_form input:not([type="checkbox"])::-moz-placeholder, .mw_wp_form select::-moz-placeholder, .mw_wp_form textarea::-moz-placeholder {
  color: rgba(43, 43, 43, 0.4);
}

.mw_wp_form input:not([type="checkbox"]):-ms-input-placeholder, .mw_wp_form select:-ms-input-placeholder, .mw_wp_form textarea:-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.4);
}

.mw_wp_form input:not([type="checkbox"])::-ms-input-placeholder, .mw_wp_form select::-ms-input-placeholder, .mw_wp_form textarea::-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.4);
}

.mw_wp_form input:not([type="checkbox"])::placeholder, .mw_wp_form select::placeholder, .mw_wp_form textarea::placeholder {
  color: rgba(43, 43, 43, 0.4);
}

.mw_wp_form input:not([type="checkbox"]):disabled, .mw_wp_form select:disabled, .mw_wp_form textarea:disabled {
  background: rgba(233, 233, 233, 0.8);
}

@media screen and (max-width: 767px) {
  .mw_wp_form input:not([type="checkbox"]).init_disabled, .mw_wp_form select.init_disabled, .mw_wp_form textarea.init_disabled {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form input:not([type="checkbox"]).init_disabled, .mw_wp_form select.init_disabled, .mw_wp_form textarea.init_disabled {
    margin-top: 12px;
  }
}

.mw_wp_form .form-row > label {
  display: block;
  width: 100%;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .mw_wp_form .form-row > label {
    margin: 25px 0 5px 0;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form .form-row > label {
    margin: 40px 0 10px 0;
  }
}

.mw_wp_form .form-row > label .required {
  color: #3578b5;
}

@media screen and (max-width: 767px) {
  .mw_wp_form label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form label {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.mw_wp_form select {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(43%2C%2043%2C%2043)%22%20d%3D%22M7.500%2C12.000%20L0.000%2C-0.000%20L14.1000%2C-0.000%20L7.500%2C12.000%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
}

@media screen and (max-width: 767px) {
  .mw_wp_form select {
    background-position: center right 15px;
    background-size: 6.5px 5px;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form select {
    background-position: center right 25px;
    background-size: 7.5px 6px;
  }
}

.mw_wp_form select:invalid {
  color: rgba(43, 43, 43, 0.4);
}

.mw_wp_form select option {
  color: #232323;
}

.mw_wp_form select option:first-child {
  color: rgba(43, 43, 43, 0.4);
}

.mw_wp_form .mwform-checkbox-field > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-checkbox-field > label {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form .mwform-checkbox-field > label {
    margin-top: 60px;
  }
}

.mw_wp_form .mwform-checkbox-field a {
  line-height: 2;
  color: #3578b5;
  text-decoration: underline;
  word-wrap: break-word;
  text-underline-offset: 6px;
}

.mw_wp_form input[type=checkbox] {
  position: relative;
  display: inline-block;
  border: 1px solid #2b2b2b;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .mw_wp_form input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 13.5px;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 14px;
  }
}

.mw_wp_form input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229px%22%20height%3D%2223px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(53%2C%20120%2C%20181)%22%20d%3D%22M28.987%2C3.380%20L25.620%2C0.018%20L10.557%2C16.070%20L3.368%2C8.885%20L0.000%2C12.248%20L10.557%2C22.795%20L28.987%2C3.380%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/cover;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .mw_wp_form input[type=checkbox]:checked:before {
    width: 11.5px;
    height: 9.5px;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form input[type=checkbox]:checked:before {
    width: 14.5px;
    height: 11.5px;
  }
}

.mw_wp_form .form-wrap .error,
.mw_wp_form .pp-wrap .error {
  display: block;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .mw_wp_form .form-wrap .error,
  .mw_wp_form .pp-wrap .error {
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form .form-wrap .error,
  .mw_wp_form .pp-wrap .error {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.mw_wp_form .pp-wrap .error {
  text-align: center;
}

.mw_wp_form.mw_wp_form_confirm .pp-wrap {
  display: none;
}

.mw_wp_form.mw_wp_form_confirm .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  .mw_wp_form.mw_wp_form_confirm .form-row {
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form.mw_wp_form_confirm .form-row {
    padding: 45px 0;
  }
}

.mw_wp_form.mw_wp_form_confirm .form-row:last-child {
  border-bottom: none;
}

.mw_wp_form.mw_wp_form_confirm .form-row label {
  margin: 0;
  line-height: 2;
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  .mw_wp_form.mw_wp_form_confirm .form-row label {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form.mw_wp_form_confirm .form-row label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}

.mw_wp_form.mw_wp_form_confirm .form-row .form-col {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .mw_wp_form.mw_wp_form_confirm .form-row .form-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (max-width: 767px) {
  .mw_wp_form.mw_wp_form_confirm .form-row .form-col .form-col-child {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form.mw_wp_form_confirm .form-row .form-col .form-col-child {
    margin-bottom: 20px;
  }
}

.mw_wp_form.mw_wp_form_confirm .form-row .form-col .form-col-child:last-child {
  margin-bottom: 0;
}

.mw_wp_form.mw_wp_form_complete {
  line-height: 2;
}

/*----------------------------------------
modal
----------------------------------------*/
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.modal-container {
  position: relative;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .modal-container {
    width: calc(100% - 40px);
    height: 70vh;
  }
}

@media screen and (min-width: 768px) {
  .modal-container {
    width: calc(100% - 80px);
    max-width: 880px;
    height: 70vh;
  }
}

@media screen and (min-width: 1601px) {
  .modal-container {
    width: 100%;
    margin-left: 280px;
  }
}

.modal-close {
  position: absolute;
  z-index: 9999;
  display: block;
  background: transparent;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .modal-close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .modal-close {
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
}

.modal-close:before, .modal-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #2b2b2b;
  content: "";
}

@media screen and (max-width: 767px) {
  .modal-close:before, .modal-close:after {
    width: 1px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .modal-close:before, .modal-close:after {
    width: 1px;
    height: 30px;
  }
}

.modal-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-body {
  background-color: #fafafa;
}

@media screen and (max-width: 767px) {
  .modal-body {
    padding: 80px 20px 50px 20px;
    -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 768px) {
  .modal-body {
    padding: 100px 200px 100px 200px;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .modal-body .modal-title {
    margin-bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .modal-body .modal-title {
    margin-bottom: 40px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .modal-body .modal-content p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .modal-body .modal-content p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  -webkit-animation: mmfadeIn 1s forwards;
          animation: mmfadeIn 1s forwards;
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  -webkit-animation: mmfadeOut 1s forwards;
          animation: mmfadeOut 1s forwards;
}

.micromodal-slide .modal-container, .micromodal-slide .modal-overlay {
  will-change: transform;
}

.modal-btn {
  position: relative;
  cursor: pointer;
}

/*----------------------------------------
showmore
----------------------------------------*/
.showmore_content {
  overflow: hidden;
}

.showmore_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .showmore_trigger {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .showmore_trigger {
    margin-top: 50px;
  }
}

.showmore_trigger .more,
.showmore_trigger .less {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
      -ms-flex-align: center;
  border-radius: 5px;
  background: #f9f9f9;
  -webkit-box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
          box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  cursor: pointer;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .showmore_trigger .more,
  .showmore_trigger .less {
    width: 195px;
    min-height: 50px;
    padding: 0px 15px;
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 768px) {
  .showmore_trigger .more,
  .showmore_trigger .less {
    width: 220px;
    min-height: 60px;
    padding: 0px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.showmore_trigger .more:after,
.showmore_trigger .less:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  background: #3578b5;
  content: '';
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .showmore_trigger .more:after,
  .showmore_trigger .less:after {
    right: 15px;
    width: 4px;
    height: 4px;
  }
}

@media screen and (min-width: 768px) {
  .showmore_trigger .more:after,
  .showmore_trigger .less:after {
    right: 20px;
    width: 5px;
    height: 5px;
  }
}

.showmore_trigger .more:hover,
.showmore_trigger .less:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.showmore_trigger .more:hover:after,
.showmore_trigger .less:hover:after {
  z-index: -1;
  -webkit-transform: scale(100);
          transform: scale(100);
}

/*----------------------------------------
slick-theme
----------------------------------------*/
.slider-wrap.slider-blog {
  position: relative;
}

@media screen and (max-width: 767px) {
  .slider-wrap.slider-blog {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .slider-wrap.slider-blog {
    margin-top: 50px;
  }
}

.slider-wrap.slider-blog .swiper {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .slider-wrap.slider-blog .slide {
    width: calc(80% - 20px);
  }
}

@media screen and (min-width: 768px) {
  .slider-wrap.slider-blog .slide {
    width: calc(33.3333% - 14px);
  }
}

.slider-wrap.slider-blog .swiper-scrollbar {
  position: relative;
  height: 5px;
  border-radius: 2px;
  background: #ececec;
}

@media screen and (max-width: 767px) {
  .slider-wrap.slider-blog .swiper-scrollbar {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .slider-wrap.slider-blog .swiper-scrollbar {
    margin-top: 60px;
  }
}

.slider-wrap.slider-blog .swiper-scrollbar .swiper-scrollbar-drag {
  position: absolute;
  top: 1px;
  height: 2px;
  border-radius: 2px;
  background: #3578b5;
}

.btn-wrap-blog {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.btn-wrap-blog .swiper-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  border-radius: 50%;
  background: #ebf2fa;
  -webkit-box-shadow: 3px 3px 6px #c4cad0, -3px -3px 6px #f5faff;
          box-shadow: 3px 3px 6px #c4cad0, -3px -3px 6px #f5faff;
  content: "";
  cursor: pointer;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .btn-wrap-blog .swiper-arrow {
    width: 45px;
    height: 45px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .btn-wrap-blog .swiper-arrow {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }
}

.btn-wrap-blog .swiper-arrow:after {
  width: 20.5px;
  height: 13px;
  content: "";
}

.btn-wrap-blog .swiper-arrow:hover {
  background: #2b2b2b;
  opacity: 1;
}

.btn-wrap-blog .swiper-arrow.swiper-next:after {
  background: url("../images/icon_arrow_right.png") no-repeat center center/cover;
}

.btn-wrap-blog .swiper-arrow.swiper-next:hover:after {
  background: url("../images/icon_arrow_right_hover.png") no-repeat center center/cover;
}

.btn-wrap-blog .swiper-arrow.swiper-prev:after {
  background: url("../images/icon_arrow_left.png") no-repeat center center/cover;
}

.btn-wrap-blog .swiper-arrow.swiper-prev:hover:after {
  background: url("../images/icon_arrow_left_hover.png") no-repeat center center/cover;
}

.slider-blog .date {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #727272;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .slider-blog .date {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .slider-blog .date {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.slider-blog .img-wrap img {
  width: 100%;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 37/35;
}

@media screen and (max-width: 767px) {
  .slider-blog .cat-wrap {
    margin: 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .slider-blog .cat-wrap {
    margin: 15px 0;
  }
}

.slider-blog .cat-wrap > a {
  position: relative;
  display: inline;
  margin-right: 10px;
  padding-bottom: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3578b5), to(#3578b5));
  background-image: -webkit-linear-gradient(left, #3578b5, #3578b5);
  background-image: linear-gradient(90deg, #3578b5, #3578b5);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  line-height: 2;
  color: #3578b5;
}

@media screen and (max-width: 767px) {
  .slider-blog .cat-wrap > a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .slider-blog .cat-wrap > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.slider-blog .body {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .slider-blog .body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    -webkit-line-clamp: 2;
  }
}

@media screen and (min-width: 768px) {
  .slider-blog .body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    -webkit-line-clamp: 2;
  }
}

/*----------------------------------------
tab
----------------------------------------*/
.tab-btn-wrap .tab-btn {
  cursor: pointer;
}

.tab-btn-wrap__faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .tab-btn-wrap__faq {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .tab-btn-wrap__faq {
        -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .tab-btn-wrap__faq .btn-faq {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .tab-btn-wrap__faq .btn-faq {
    margin-left: 15px;
  }
}

.tab-content-wrap .tab-content {
  display: none;
}

.tab-content-wrap .tab-content.show {
  display: block;
}

.tab-content-wrap .tab-content__faq .item {
  position: relative;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .tab-content-wrap .tab-content__faq .item {
    padding: 12px 0;
  }
}

@media screen and (min-width: 768px) {
  .tab-content-wrap .tab-content__faq .item {
    padding: 35px 0;
  }
}

.tab-content-wrap .tab-content__faq .item:last-child:after {
  display: none;
}

.tab-content-wrap .tab-content__faq .item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dedede;
  content: "";
}

.tab-content-wrap .tab-content__faq .item .item-qa {
  position: relative;
  color: #2b2b2b;
}

@media screen and (max-width: 767px) {
  .tab-content-wrap .tab-content__faq .item .item-qa {
    padding: 5px 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .tab-content-wrap .tab-content__faq .item .item-qa {
    padding: 10px 37.5px 10px 55px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.tab-content-wrap .tab-content__faq .item .item-qa:before {
  position: absolute;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tab-content-wrap .tab-content__faq .item .item-qa:before {
    top: 3px;
    width: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .tab-content-wrap .tab-content__faq .item .item-qa:before {
    top: -1px;
    width: 24px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.tab-content-wrap .tab-content__faq .item .item-qa:after {
  position: absolute;
  right: 0;
}

.tab-content-wrap .tab-content__faq .item .item-qa__q {
  cursor: pointer;
}

.tab-content-wrap .tab-content__faq .item .item-qa__q:before {
  color: #3578b5;
  content: "Q";
}

.tab-content-wrap .tab-content__faq .item .item-qa__q:after {
  background: url("../images/icon_plus.png") no-repeat center center/cover;
  content: "";
}

@media screen and (max-width: 767px) {
  .tab-content-wrap .tab-content__faq .item .item-qa__q:after {
    top: 10px;
    width: 14px;
    height: 14px;
  }
}

@media screen and (min-width: 768px) {
  .tab-content-wrap .tab-content__faq .item .item-qa__q:after {
    top: 15px;
    width: 17.5px;
    height: 17.5px;
  }
}

.tab-content-wrap .tab-content__faq .item .item-qa__q.active:after {
  background: url("../images/icon_minus.png") no-repeat center center/cover;
  content: "";
}

@media screen and (max-width: 767px) {
  .tab-content-wrap .tab-content__faq .item .item-qa__q.active:after {
    top: 17px;
    width: 14px;
    height: 1px;
  }
}

@media screen and (min-width: 768px) {
  .tab-content-wrap .tab-content__faq .item .item-qa__q.active:after {
    top: 24px;
    width: 18px;
    height: 1px;
  }
}

.tab-content-wrap .tab-content__faq .item .item-qa__a:before {
  color: #2b2b2b;
  content: "A";
}

/*----------------------------------------
table
----------------------------------------*/
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
}

.table-responsive > table {
  width: 100%;
  white-space: nowrap;
}

table {
  width: 100%;
}

table th, table td {
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  vertical-align: top;
}

table.lc-price {
  width: calc(100% - 1px);
}

table.lc-price th, table.lc-price td {
  line-height: 1.7857;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  table.lc-price th, table.lc-price td {
    height: 80px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  table.lc-price th, table.lc-price td {
    height: 100px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

table.lc-price th {
  background: #dddddd;
}

table.lc-price thead th {
  border-right: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}

@media screen and (max-width: 767px) {
  table.lc-price thead th:nth-child(1) {
    min-width: 255px;
  }
}

@media screen and (min-width: 768px) {
  table.lc-price thead th:nth-child(1) {
    min-width: 320px;
  }
}

table.lc-price thead th:nth-child(n + 2) {
  background: #2b2b2b;
  color: #fff;
}

@media screen and (max-width: 767px) {
  table.lc-price thead th:nth-child(n + 2) {
    min-width: 230px;
  }
}

@media screen and (min-width: 768px) {
  table.lc-price thead th:nth-child(n + 2) {
    min-width: 280px;
  }
}

table.lc-price thead th:last-child {
  border-right: none;
}

table.lc-price thead th span {
  display: block;
}

@media screen and (max-width: 767px) {
  table.lc-price thead th span.top {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  table.lc-price thead th span.top {
    margin-bottom: 5px;
  }
}

table.lc-price tbody th {
  border-right: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}

table.lc-price tbody td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

table.lc-price tbody td.x {
  font-size: 21px;
  font-size: 2.1rem;
}

table.lc-price tbody td.circle {
  font-size: 16px;
  font-size: 1.6rem;
}

table.lc-price tbody tr:last-child th {
  border-bottom: 1px solid #dddddd;
}

/*----------------------------------------
typography
----------------------------------------*/
.head-com {
  position: relative;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .head-com {
    padding-bottom: 12px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 768px) {
  .head-com {
    padding-bottom: 20px;
    font-size: 33px;
    font-size: 3.3rem;
  }
}

.head-com:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #3578b5;
  content: "";
}

@media screen and (max-width: 767px) {
  .head-com:after {
    width: 20px;
  }
}

@media screen and (min-width: 768px) {
  .head-com:after {
    width: 40px;
  }
}

.head-com__c {
  text-align: center;
}

.head-com__c:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.head-com__page {
  line-height: 1.8125;
}

@media screen and (max-width: 767px) {
  .head-com__page {
    margin-bottom: 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 768px) {
  .head-com__page {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.head-subpage-main {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .head-subpage-main {
    padding-bottom: 15px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .head-subpage-main {
    padding-bottom: 30px;
    font-size: 50px;
    font-size: 5rem;
  }
}

.head-subpage-main:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #3578b5;
  content: "";
}

@media screen and (max-width: 767px) {
  .head-subpage-main:after {
    width: 25px;
  }
}

@media screen and (min-width: 768px) {
  .head-subpage-main:after {
    width: 50px;
  }
}

.head-subpage-sub {
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .head-subpage-sub {
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .head-subpage-sub {
    margin-top: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.head-pp {
  font-weight: 400;
  line-height: 1.86667;
}

@media screen and (max-width: 767px) {
  .head-pp {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .head-pp {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.head-sidebar {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .head-sidebar {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .head-sidebar {
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.head-single-post {
  line-height: 1.8125;
}

@media screen and (max-width: 767px) {
  .head-single-post {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .head-single-post {
    margin-top: 25px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.head-single-foot {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .head-single-foot {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .head-single-foot {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*----------------------------------------
Breadcrumb
----------------------------------------*/
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: end;
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.breadcrumb ul li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    padding-right: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb ul li {
    padding-right: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.breadcrumb ul li:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #dedede;
  content: "";
}

@media screen and (max-width: 767px) {
  .breadcrumb ul li:after {
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb ul li:after {
    margin-right: 20px;
  }
}

.breadcrumb ul li:last-child {
  padding-right: 0;
}

.breadcrumb ul li:last-child:after {
  display: none;
}

.breadcrumb ul li a, .breadcrumb ul li span {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}

.breadcrumb ul li a {
  color: #2b2b2b;
}

.breadcrumb ul li span {
  color: #3578b5;
}

/*----------------------------------------
common
----------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  html.modal-open,
  body.modal-open {
    position: fixed;
    width: 100%;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #f9f9f9;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2b2b2b;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  word-break: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body[data-menu="active"], body[data-modal="active"], body[data-mega="active"] {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}

a {
  color: #2b2b2b;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

a:not([class]) {
  color: #2b2b2b;
  text-decoration: none;
}

a:not([class]):hover {
  text-decoration: none;
  opacity: 0.8;
}

a:hover {
  opacity: 0.8;
}

@media (hover: hover) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

select,
input,
textarea,
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: normal;
  color: #2b2b2b;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select,
button {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

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

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

p {
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .is-pc {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .is-tablet {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .is-tablet {
    display: none;
  }
}

.is-tablet-only {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-tablet-only {
    display: block;
  }
}

.is-tablet-up {
  display: none;
}

@media screen and (min-width: 768px) {
  .is-tablet-up {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.f-en {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
}

.f-ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-weight: 500 !important;
}

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------
Contact
----------------------------------------*/
@media screen and (max-width: 767px) {
  .contact-sec {
    padding: 40px 0 70px 0;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 280px, #ececec 280px, #ececec 100%) !important;
    background: linear-gradient(180deg, #f9f9f9 0%, #f9f9f9 280px, #ececec 280px, #ececec 100%) !important;
  }
}

@media screen and (min-width: 768px) {
  .contact-sec {
    padding: 60px 0 120px 0;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 420px, #ececec 420px, #ececec 100%) !important;
    background: linear-gradient(180deg, #f9f9f9 0%, #f9f9f9 420px, #ececec 420px, #ececec 100%) !important;
  }
}

.contact-sec .contact-head p {
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-sec .contact-head p {
    margin: 20px 0 35px 0;
  }
}

@media screen and (min-width: 768px) {
  .contact-sec .contact-head p {
    margin: 25px 0 65px 0;
  }
}

.contact-sec .contact-body {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .contact-sec .contact-body {
    -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 768px) {
  .contact-sec .contact-body {
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }
}

.contact-sec .contact-body .btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact-sec .contact-body .btn-wrap {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (min-width: 768px) {
  .contact-sec .contact-body .btn-wrap {
        -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.contact-sec .contact-body .body-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  margin-top: 2px;
  background: #f7f7f7;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 767px) {
  .contact-sec .contact-body .body-bottom {
    height: 180px;
  }
}

@media screen and (min-width: 768px) {
  .contact-sec .contact-body .body-bottom {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .contact-sec .contact-body .body-bottom .top {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-sec .contact-body .body-bottom .top {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact-sec .contact-body .body-bottom .tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  white-space: nowrap;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .contact-sec .contact-body .body-bottom .tel {
    margin: 20px 0 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .contact-sec .contact-body .body-bottom .tel {
    margin: 20px 0 10px 0;
  }
}

.contact-sec .contact-body .body-bottom .tel:before {
  background: url("../images/icon_tel.png") no-repeat center center/cover;
  content: "";
}

@media screen and (max-width: 767px) {
  .contact-sec .contact-body .body-bottom .tel:before {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
}

@media screen and (min-width: 768px) {
  .contact-sec .contact-body .body-bottom .tel:before {
    width: 21px;
    height: 21px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .contact-sec .contact-body .body-bottom .tel span {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-sec .contact-body .body-bottom .tel span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.contact-sec .contact-body .body-bottom .time {
  display: block;
  color: #727272;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .contact-sec .contact-body .body-bottom .time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-sec .contact-body .body-bottom .time {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/*----------------------------------------
g-footer
----------------------------------------*/
footer.main-footer {
  position: relative;
  margin-top: -1px;
  background: #ececec;
}

footer.main-footer .foot-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 1025px) {
  footer.main-footer .foot-top {
    min-height: 120px;
  }
}

footer.main-footer .foot-top .foot-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  footer.main-footer .foot-top .foot-box:first-child {
    margin-right: 50px;
  }
}

@media screen and (min-width: 1281px) {
  footer.main-footer .foot-top .foot-box:first-child {
    margin-right: 100px;
  }
}

@media screen and (min-width: 1601px) {
  footer.main-footer .foot-top .foot-box:first-child {
    margin-right: 200px;
  }
}

@media screen and (max-width: 1024px) {
  footer.main-footer .foot-top .foot-box:nth-child(n + 2) {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  footer.main-footer .foot-top .foot-box:nth-child(n + 2) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1281px) {
  footer.main-footer .foot-top .foot-box:nth-child(n + 2) {
    margin-right: 75px;
  }
}

@media screen and (min-width: 1601px) {
  footer.main-footer .foot-top .foot-box:nth-child(n + 2) {
    margin-right: 150px;
  }
}

@media screen and (min-width: 1025px) {
  footer.main-footer .foot-top .foot-box:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  footer.main-footer .foot-top .foot-box .box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-align: end;
    min-height: 42px;
    margin-bottom: 40px;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 1025px) {
  footer.main-footer .foot-top .foot-box .box-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  footer.main-footer .foot-top .site-name {
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  footer.main-footer .foot-top .site-name {
    width: 165px;
  }
}

footer.main-footer .foot-top .address {
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  footer.main-footer .foot-top .address {
    margin-top: 40px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  footer.main-footer .foot-top .address {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

footer.main-footer .foot-top .foot-nav {
  display: block;
}

footer.main-footer .foot-top .foot-nav.foot-nav__parent {
  font-size: 16px;
  font-size: 1.6rem;
}

footer.main-footer .foot-top .foot-nav.foot-nav__child {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #727272;
}

footer.main-footer .foot-top .foot-nav.foot-nav__child:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background: #727272;
  content: "";
}

footer.main-footer .foot-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  footer.main-footer .foot-bottom {
        -ms-flex-align: end;
    padding: 30px 0 60px 0;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  footer.main-footer .foot-bottom {
        -ms-flex-align: center;
    padding: 75px 0 75px 0;
    -webkit-box-align: center;
            align-items: center;
  }
}

footer.main-footer .foot-bottom .copy {
  color: #727272;
}

@media screen and (max-width: 767px) {
  footer.main-footer .foot-bottom .copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  footer.main-footer .foot-bottom .copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

footer.main-footer .foot-bottom .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/*----------------------------------------
g-nav
----------------------------------------*/
@media screen and (min-width: 1025px) {
  header.main-header {
    z-index: 10;
    background: #f9f9f9;
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 1360px) {
  .gnav-wrap {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f9f9f9;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  .gnav-wrap.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 1361px) {
  .gnav-wrap {
    height: 100vh;
  }
}

.gnav-wrap .gnav-content {
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gnav-wrap .gnav-content::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .gnav-wrap .gnav-content {
    padding: 25px 20px 100px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gnav-wrap .gnav-content {
    padding: 25px 20px;
  }
}

@media screen and (min-width: 1025px) {
  .gnav-wrap .gnav-content {
    padding: 25px 15px;
  }
}

@media screen and (min-width: 1281px) {
  .gnav-wrap .gnav-content {
    padding: 45px 20px 25px 20px;
  }
}

.gnav-wrap a, .gnav-wrap p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .gnav-wrap a, .gnav-wrap p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 768px) {
  .gnav-wrap a, .gnav-wrap p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .gnav-wrap .logo {
    margin-bottom: 60px;
  }
}

.gnav-wrap .logo a {
  display: block;
}

@media screen and (max-width: 767px) {
  .gnav-wrap .logo a {
    width: 133px;
  }
}

@media screen and (min-width: 768px) {
  .gnav-wrap .logo a {
    width: 144px;
  }
}

@media screen and (max-width: 767px) {
  .gnav {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .gnav li {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .gnav li {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .gnav li.has-child .child-ttl {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .gnav li.has-child .child-ttl {
    margin-bottom: 20px;
  }
}

.gnav li.item-contact {
  color: #151945;
}

@media screen and (max-width: 767px) {
  .gnav li.item-contact {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .gnav li.item-contact {
    margin-top: 50px;
  }
}

.gnav li.item-contact li.item-to-b-contact {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .gnav li.item-service li {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .gnav li.item-service li {
    margin-bottom: 10px;
  }
}

.gnav li.item-service li a {
  position: relative;
  display: block;
  line-height: 1.5;
  color: #727272;
}

@media screen and (max-width: 767px) {
  .gnav li.item-service li a {
    padding-left: 15px;
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 768px) {
  .gnav li.item-service li a {
    padding-left: 8px;
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1281px) {
  .gnav li.item-service li a {
    padding-left: 18px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.gnav li.item-service li a:before {
  position: absolute;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background: #727272;
  content: "";
}

@media screen and (max-width: 767px) {
  .gnav li.item-service li a:before {
    top: 7px;
    width: 10px;
  }
}

@media screen and (min-width: 768px) {
  .gnav li.item-service li a:before {
    top: 8px;
    width: 5px;
  }
}

@media screen and (min-width: 1281px) {
  .gnav li.item-service li a:before {
    width: 10px;
  }
}

.info-wrap {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .info-wrap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .info-wrap {
    margin-top: 20px;
  }
}

.info-wrap .info-tel {
  color: #151945;
}

.info-wrap .info-time {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .info-wrap .info-time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .info-wrap .info-time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*----------------------------------------
g-ham
----------------------------------------*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1361px) {
  .menu-btn {
    display: none;
  }
}

@media screen and (max-width: 1360px) {
  .menu-btn {
    position: fixed;
    z-index: 20;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 2px 3.464px 16px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 3.464px 16px 0px rgba(0, 0, 0, 0.1);
    content: "";
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .menu-btn span {
    display: block;
    width: 22px;
    height: 12px;
    background: url("../images/icon_menu_open.png") no-repeat center center/cover;
    content: "";
  }
  .menu-btn.is-active {
    top: 15px;
    right: 15px;
    border-radius: inherit;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu-btn.is-active span {
    width: 15px;
    height: 15px;
    background: url("../images/icon_menu_close.png") no-repeat center center/cover;
  }
}

/*----------------------------------------
g-header
----------------------------------------*/
/*----------------------------------------
wp-pagenavi
----------------------------------------*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
        -ms-flex-pack: center;
    padding: 55px 0 75px 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .wp-pagenavi {
        -ms-flex-pack: center;
    padding: 110px 0 150px 0;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    margin: 0 15px;
  }
}

.wp-pagenavi .current {
  color: #3578b5;
}

.wp-pagenavi .extend + .abbrev {
  position: relative;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .extend + .abbrev {
    margin-left: 0;
  }
}

.wp-pagenavi .extend + .abbrev:before {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: rgba(43, 43, 43, 0.8);
  content: '…';
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .extend + .abbrev:before {
    margin: 0 12.5px 0 0px;
  }
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .extend + .abbrev:before {
    margin: 0 45px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 55px;
  }
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 55px;
  }
}

/*----------------------------------------
g-pagetop
----------------------------------------*/
.page-top {
  position: fixed;
  z-index: 20;
  bottom: -180px;
}

@media screen and (max-width: 767px) {
  .page-top {
    right: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .page-top {
    right: 40px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1281px) {
  .page-top {
    right: 80px;
  }
}

.page-top a {
  position: relative;
  z-index: 21;
  display: block;
  width: 30px;
  height: 120px;
  cursor: pointer;
}

.page-top a:after, .page-top a:before {
  position: absolute;
  content: "";
}

.page-top a:after {
  top: 5px;
  left: 0;
  width: 15px;
  height: 85px;
  margin-bottom: 30px;
  background: url("../images/pagetop.png") no-repeat top left/cover;
}

.page-top a:before {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #3578b5;
  opacity: 0;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
}

@-webkit-keyframes pathmove {
  0% {
    bottom: 0;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 120px;
    opacity: 1;
  }
  100%　 {
    bottom: 60px;
    height: 0;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    bottom: 0;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 120px;
    opacity: 1;
  }
  100%　 {
    bottom: 60px;
    height: 0;
    opacity: 0;
  }
}
/*# sourceMappingURL=maps/main.css.map */
