@charset "UTF-8";
/*!
Theme Name: 株式会社キョーユー WordPressテーマ
Version: 1.0
*/
/* slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ベース定義 */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul, ol, figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: Lato, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.85;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a, button {
  outline: none;
}

ul {
  list-style: none;
}

/*====================================

Utilities

====================================*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

@media only screen and (min-width: 768px), print {
  .u-mt-0-pc {
    margin-top: 0px !important;
  }
  .u-mb-0-pc {
    margin-bottom: 0px !important;
  }
  .u-ml-0-pc {
    margin-left: 0px !important;
  }
  .u-mr-0-pc {
    margin-right: 0px !important;
  }
  .u-pt-0-pc {
    padding-top: 0px !important;
  }
  .u-pb-0-pc {
    padding-bottom: 0px !important;
  }
  .u-pl-0-pc {
    padding-left: 0px !important;
  }
  .u-pr-0-pc {
    padding-right: 0px !important;
  }
  .u-mt-5-pc {
    margin-top: 5px !important;
  }
  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }
  .u-ml-5-pc {
    margin-left: 5px !important;
  }
  .u-mr-5-pc {
    margin-right: 5px !important;
  }
  .u-pt-5-pc {
    padding-top: 5px !important;
  }
  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }
  .u-pl-5-pc {
    padding-left: 5px !important;
  }
  .u-pr-5-pc {
    padding-right: 5px !important;
  }
  .u-mt-10-pc {
    margin-top: 10px !important;
  }
  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }
  .u-ml-10-pc {
    margin-left: 10px !important;
  }
  .u-mr-10-pc {
    margin-right: 10px !important;
  }
  .u-pt-10-pc {
    padding-top: 10px !important;
  }
  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }
  .u-pl-10-pc {
    padding-left: 10px !important;
  }
  .u-pr-10-pc {
    padding-right: 10px !important;
  }
  .u-mt-15-pc {
    margin-top: 15px !important;
  }
  .u-mb-15-pc {
    margin-bottom: 15px !important;
  }
  .u-ml-15-pc {
    margin-left: 15px !important;
  }
  .u-mr-15-pc {
    margin-right: 15px !important;
  }
  .u-pt-15-pc {
    padding-top: 15px !important;
  }
  .u-pb-15-pc {
    padding-bottom: 15px !important;
  }
  .u-pl-15-pc {
    padding-left: 15px !important;
  }
  .u-pr-15-pc {
    padding-right: 15px !important;
  }
  .u-mt-20-pc {
    margin-top: 20px !important;
  }
  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }
  .u-ml-20-pc {
    margin-left: 20px !important;
  }
  .u-mr-20-pc {
    margin-right: 20px !important;
  }
  .u-pt-20-pc {
    padding-top: 20px !important;
  }
  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }
  .u-pl-20-pc {
    padding-left: 20px !important;
  }
  .u-pr-20-pc {
    padding-right: 20px !important;
  }
  .u-mt-25-pc {
    margin-top: 25px !important;
  }
  .u-mb-25-pc {
    margin-bottom: 25px !important;
  }
  .u-ml-25-pc {
    margin-left: 25px !important;
  }
  .u-mr-25-pc {
    margin-right: 25px !important;
  }
  .u-pt-25-pc {
    padding-top: 25px !important;
  }
  .u-pb-25-pc {
    padding-bottom: 25px !important;
  }
  .u-pl-25-pc {
    padding-left: 25px !important;
  }
  .u-pr-25-pc {
    padding-right: 25px !important;
  }
  .u-mt-30-pc {
    margin-top: 30px !important;
  }
  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }
  .u-ml-30-pc {
    margin-left: 30px !important;
  }
  .u-mr-30-pc {
    margin-right: 30px !important;
  }
  .u-pt-30-pc {
    padding-top: 30px !important;
  }
  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }
  .u-pl-30-pc {
    padding-left: 30px !important;
  }
  .u-pr-30-pc {
    padding-right: 30px !important;
  }
  .u-mt-35-pc {
    margin-top: 35px !important;
  }
  .u-mb-35-pc {
    margin-bottom: 35px !important;
  }
  .u-ml-35-pc {
    margin-left: 35px !important;
  }
  .u-mr-35-pc {
    margin-right: 35px !important;
  }
  .u-pt-35-pc {
    padding-top: 35px !important;
  }
  .u-pb-35-pc {
    padding-bottom: 35px !important;
  }
  .u-pl-35-pc {
    padding-left: 35px !important;
  }
  .u-pr-35-pc {
    padding-right: 35px !important;
  }
  .u-mt-40-pc {
    margin-top: 40px !important;
  }
  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }
  .u-ml-40-pc {
    margin-left: 40px !important;
  }
  .u-mr-40-pc {
    margin-right: 40px !important;
  }
  .u-pt-40-pc {
    padding-top: 40px !important;
  }
  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }
  .u-pl-40-pc {
    padding-left: 40px !important;
  }
  .u-pr-40-pc {
    padding-right: 40px !important;
  }
  .u-mt-45-pc {
    margin-top: 45px !important;
  }
  .u-mb-45-pc {
    margin-bottom: 45px !important;
  }
  .u-ml-45-pc {
    margin-left: 45px !important;
  }
  .u-mr-45-pc {
    margin-right: 45px !important;
  }
  .u-pt-45-pc {
    padding-top: 45px !important;
  }
  .u-pb-45-pc {
    padding-bottom: 45px !important;
  }
  .u-pl-45-pc {
    padding-left: 45px !important;
  }
  .u-pr-45-pc {
    padding-right: 45px !important;
  }
  .u-mt-50-pc {
    margin-top: 50px !important;
  }
  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }
  .u-ml-50-pc {
    margin-left: 50px !important;
  }
  .u-mr-50-pc {
    margin-right: 50px !important;
  }
  .u-pt-50-pc {
    padding-top: 50px !important;
  }
  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }
  .u-pl-50-pc {
    padding-left: 50px !important;
  }
  .u-pr-50-pc {
    padding-right: 50px !important;
  }
  .u-mt-55-pc {
    margin-top: 55px !important;
  }
  .u-mb-55-pc {
    margin-bottom: 55px !important;
  }
  .u-ml-55-pc {
    margin-left: 55px !important;
  }
  .u-mr-55-pc {
    margin-right: 55px !important;
  }
  .u-pt-55-pc {
    padding-top: 55px !important;
  }
  .u-pb-55-pc {
    padding-bottom: 55px !important;
  }
  .u-pl-55-pc {
    padding-left: 55px !important;
  }
  .u-pr-55-pc {
    padding-right: 55px !important;
  }
  .u-mt-60-pc {
    margin-top: 60px !important;
  }
  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }
  .u-ml-60-pc {
    margin-left: 60px !important;
  }
  .u-mr-60-pc {
    margin-right: 60px !important;
  }
  .u-pt-60-pc {
    padding-top: 60px !important;
  }
  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }
  .u-pl-60-pc {
    padding-left: 60px !important;
  }
  .u-pr-60-pc {
    padding-right: 60px !important;
  }
  .u-mt-65-pc {
    margin-top: 65px !important;
  }
  .u-mb-65-pc {
    margin-bottom: 65px !important;
  }
  .u-ml-65-pc {
    margin-left: 65px !important;
  }
  .u-mr-65-pc {
    margin-right: 65px !important;
  }
  .u-pt-65-pc {
    padding-top: 65px !important;
  }
  .u-pb-65-pc {
    padding-bottom: 65px !important;
  }
  .u-pl-65-pc {
    padding-left: 65px !important;
  }
  .u-pr-65-pc {
    padding-right: 65px !important;
  }
  .u-mt-70-pc {
    margin-top: 70px !important;
  }
  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }
  .u-ml-70-pc {
    margin-left: 70px !important;
  }
  .u-mr-70-pc {
    margin-right: 70px !important;
  }
  .u-pt-70-pc {
    padding-top: 70px !important;
  }
  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }
  .u-pl-70-pc {
    padding-left: 70px !important;
  }
  .u-pr-70-pc {
    padding-right: 70px !important;
  }
  .u-mt-75-pc {
    margin-top: 75px !important;
  }
  .u-mb-75-pc {
    margin-bottom: 75px !important;
  }
  .u-ml-75-pc {
    margin-left: 75px !important;
  }
  .u-mr-75-pc {
    margin-right: 75px !important;
  }
  .u-pt-75-pc {
    padding-top: 75px !important;
  }
  .u-pb-75-pc {
    padding-bottom: 75px !important;
  }
  .u-pl-75-pc {
    padding-left: 75px !important;
  }
  .u-pr-75-pc {
    padding-right: 75px !important;
  }
  .u-mt-80-pc {
    margin-top: 80px !important;
  }
  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }
  .u-ml-80-pc {
    margin-left: 80px !important;
  }
  .u-mr-80-pc {
    margin-right: 80px !important;
  }
  .u-pt-80-pc {
    padding-top: 80px !important;
  }
  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }
  .u-pl-80-pc {
    padding-left: 80px !important;
  }
  .u-pr-80-pc {
    padding-right: 80px !important;
  }
  .u-mt-85-pc {
    margin-top: 85px !important;
  }
  .u-mb-85-pc {
    margin-bottom: 85px !important;
  }
  .u-ml-85-pc {
    margin-left: 85px !important;
  }
  .u-mr-85-pc {
    margin-right: 85px !important;
  }
  .u-pt-85-pc {
    padding-top: 85px !important;
  }
  .u-pb-85-pc {
    padding-bottom: 85px !important;
  }
  .u-pl-85-pc {
    padding-left: 85px !important;
  }
  .u-pr-85-pc {
    padding-right: 85px !important;
  }
  .u-mt-90-pc {
    margin-top: 90px !important;
  }
  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }
  .u-ml-90-pc {
    margin-left: 90px !important;
  }
  .u-mr-90-pc {
    margin-right: 90px !important;
  }
  .u-pt-90-pc {
    padding-top: 90px !important;
  }
  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }
  .u-pl-90-pc {
    padding-left: 90px !important;
  }
  .u-pr-90-pc {
    padding-right: 90px !important;
  }
  .u-mt-95-pc {
    margin-top: 95px !important;
  }
  .u-mb-95-pc {
    margin-bottom: 95px !important;
  }
  .u-ml-95-pc {
    margin-left: 95px !important;
  }
  .u-mr-95-pc {
    margin-right: 95px !important;
  }
  .u-pt-95-pc {
    padding-top: 95px !important;
  }
  .u-pb-95-pc {
    padding-bottom: 95px !important;
  }
  .u-pl-95-pc {
    padding-left: 95px !important;
  }
  .u-pr-95-pc {
    padding-right: 95px !important;
  }
  .u-mt-100-pc {
    margin-top: 100px !important;
  }
  .u-mb-100-pc {
    margin-bottom: 100px !important;
  }
  .u-ml-100-pc {
    margin-left: 100px !important;
  }
  .u-mr-100-pc {
    margin-right: 100px !important;
  }
  .u-pt-100-pc {
    padding-top: 100px !important;
  }
  .u-pb-100-pc {
    padding-bottom: 100px !important;
  }
  .u-pl-100-pc {
    padding-left: 100px !important;
  }
  .u-pr-100-pc {
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-ml-0-sp {
    margin-left: 0px !important;
  }
  .u-mr-0-sp {
    margin-right: 0px !important;
  }
  .u-pt-0-sp {
    padding-top: 0px !important;
  }
  .u-pb-0-sp {
    padding-bottom: 0px !important;
  }
  .u-pl-0-sp {
    padding-left: 0px !important;
  }
  .u-pr-0-sp {
    padding-right: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-ml-5-sp {
    margin-left: 5px !important;
  }
  .u-mr-5-sp {
    margin-right: 5px !important;
  }
  .u-pt-5-sp {
    padding-top: 5px !important;
  }
  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }
  .u-pl-5-sp {
    padding-left: 5px !important;
  }
  .u-pr-5-sp {
    padding-right: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-ml-10-sp {
    margin-left: 10px !important;
  }
  .u-mr-10-sp {
    margin-right: 10px !important;
  }
  .u-pt-10-sp {
    padding-top: 10px !important;
  }
  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }
  .u-pl-10-sp {
    padding-left: 10px !important;
  }
  .u-pr-10-sp {
    padding-right: 10px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-ml-15-sp {
    margin-left: 15px !important;
  }
  .u-mr-15-sp {
    margin-right: 15px !important;
  }
  .u-pt-15-sp {
    padding-top: 15px !important;
  }
  .u-pb-15-sp {
    padding-bottom: 15px !important;
  }
  .u-pl-15-sp {
    padding-left: 15px !important;
  }
  .u-pr-15-sp {
    padding-right: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-ml-20-sp {
    margin-left: 20px !important;
  }
  .u-mr-20-sp {
    margin-right: 20px !important;
  }
  .u-pt-20-sp {
    padding-top: 20px !important;
  }
  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }
  .u-pl-20-sp {
    padding-left: 20px !important;
  }
  .u-pr-20-sp {
    padding-right: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-ml-25-sp {
    margin-left: 25px !important;
  }
  .u-mr-25-sp {
    margin-right: 25px !important;
  }
  .u-pt-25-sp {
    padding-top: 25px !important;
  }
  .u-pb-25-sp {
    padding-bottom: 25px !important;
  }
  .u-pl-25-sp {
    padding-left: 25px !important;
  }
  .u-pr-25-sp {
    padding-right: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-ml-30-sp {
    margin-left: 30px !important;
  }
  .u-mr-30-sp {
    margin-right: 30px !important;
  }
  .u-pt-30-sp {
    padding-top: 30px !important;
  }
  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }
  .u-pl-30-sp {
    padding-left: 30px !important;
  }
  .u-pr-30-sp {
    padding-right: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-ml-35-sp {
    margin-left: 35px !important;
  }
  .u-mr-35-sp {
    margin-right: 35px !important;
  }
  .u-pt-35-sp {
    padding-top: 35px !important;
  }
  .u-pb-35-sp {
    padding-bottom: 35px !important;
  }
  .u-pl-35-sp {
    padding-left: 35px !important;
  }
  .u-pr-35-sp {
    padding-right: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-ml-40-sp {
    margin-left: 40px !important;
  }
  .u-mr-40-sp {
    margin-right: 40px !important;
  }
  .u-pt-40-sp {
    padding-top: 40px !important;
  }
  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }
  .u-pl-40-sp {
    padding-left: 40px !important;
  }
  .u-pr-40-sp {
    padding-right: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-ml-45-sp {
    margin-left: 45px !important;
  }
  .u-mr-45-sp {
    margin-right: 45px !important;
  }
  .u-pt-45-sp {
    padding-top: 45px !important;
  }
  .u-pb-45-sp {
    padding-bottom: 45px !important;
  }
  .u-pl-45-sp {
    padding-left: 45px !important;
  }
  .u-pr-45-sp {
    padding-right: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-ml-50-sp {
    margin-left: 50px !important;
  }
  .u-mr-50-sp {
    margin-right: 50px !important;
  }
  .u-pt-50-sp {
    padding-top: 50px !important;
  }
  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }
  .u-pl-50-sp {
    padding-left: 50px !important;
  }
  .u-pr-50-sp {
    padding-right: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-ml-55-sp {
    margin-left: 55px !important;
  }
  .u-mr-55-sp {
    margin-right: 55px !important;
  }
  .u-pt-55-sp {
    padding-top: 55px !important;
  }
  .u-pb-55-sp {
    padding-bottom: 55px !important;
  }
  .u-pl-55-sp {
    padding-left: 55px !important;
  }
  .u-pr-55-sp {
    padding-right: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-ml-60-sp {
    margin-left: 60px !important;
  }
  .u-mr-60-sp {
    margin-right: 60px !important;
  }
  .u-pt-60-sp {
    padding-top: 60px !important;
  }
  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }
  .u-pl-60-sp {
    padding-left: 60px !important;
  }
  .u-pr-60-sp {
    padding-right: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-ml-65-sp {
    margin-left: 65px !important;
  }
  .u-mr-65-sp {
    margin-right: 65px !important;
  }
  .u-pt-65-sp {
    padding-top: 65px !important;
  }
  .u-pb-65-sp {
    padding-bottom: 65px !important;
  }
  .u-pl-65-sp {
    padding-left: 65px !important;
  }
  .u-pr-65-sp {
    padding-right: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-ml-70-sp {
    margin-left: 70px !important;
  }
  .u-mr-70-sp {
    margin-right: 70px !important;
  }
  .u-pt-70-sp {
    padding-top: 70px !important;
  }
  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }
  .u-pl-70-sp {
    padding-left: 70px !important;
  }
  .u-pr-70-sp {
    padding-right: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-ml-75-sp {
    margin-left: 75px !important;
  }
  .u-mr-75-sp {
    margin-right: 75px !important;
  }
  .u-pt-75-sp {
    padding-top: 75px !important;
  }
  .u-pb-75-sp {
    padding-bottom: 75px !important;
  }
  .u-pl-75-sp {
    padding-left: 75px !important;
  }
  .u-pr-75-sp {
    padding-right: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-ml-80-sp {
    margin-left: 80px !important;
  }
  .u-mr-80-sp {
    margin-right: 80px !important;
  }
  .u-pt-80-sp {
    padding-top: 80px !important;
  }
  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }
  .u-pl-80-sp {
    padding-left: 80px !important;
  }
  .u-pr-80-sp {
    padding-right: 80px !important;
  }
  .u-mt-85-sp {
    margin-top: 85px !important;
  }
  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }
  .u-ml-85-sp {
    margin-left: 85px !important;
  }
  .u-mr-85-sp {
    margin-right: 85px !important;
  }
  .u-pt-85-sp {
    padding-top: 85px !important;
  }
  .u-pb-85-sp {
    padding-bottom: 85px !important;
  }
  .u-pl-85-sp {
    padding-left: 85px !important;
  }
  .u-pr-85-sp {
    padding-right: 85px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-ml-90-sp {
    margin-left: 90px !important;
  }
  .u-mr-90-sp {
    margin-right: 90px !important;
  }
  .u-pt-90-sp {
    padding-top: 90px !important;
  }
  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }
  .u-pl-90-sp {
    padding-left: 90px !important;
  }
  .u-pr-90-sp {
    padding-right: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-ml-95-sp {
    margin-left: 95px !important;
  }
  .u-mr-95-sp {
    margin-right: 95px !important;
  }
  .u-pt-95-sp {
    padding-top: 95px !important;
  }
  .u-pb-95-sp {
    padding-bottom: 95px !important;
  }
  .u-pl-95-sp {
    padding-left: 95px !important;
  }
  .u-pr-95-sp {
    padding-right: 95px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .u-ml-100-sp {
    margin-left: 100px !important;
  }
  .u-mr-100-sp {
    margin-right: 100px !important;
  }
  .u-pt-100-sp {
    padding-top: 100px !important;
  }
  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }
  .u-pl-100-sp {
    padding-left: 100px !important;
  }
  .u-pr-100-sp {
    padding-right: 100px !important;
  }
}

.u-left {
  text-align: left !important;
}

.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-font-bold {
  font-weight: bold !important;
}

.u-font-normal {
  font-weight: normal !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-inline {
  display: inline !important;
}

@media only screen and (max-width: 767px) {
  .u-block-sp {
    display: block !important;
  }
  .u-inline-block-sp {
    display: inline-block !important;
  }
  .u-inline-sp {
    display: inline !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-block-pc {
    display: block !important;
  }
  .u-inline-block-pc {
    display: inline-block !important;
  }
  .u-inline-pc {
    display: inline !important;
  }
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-nowrap {
  white-space: nowrap !important;
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}

.u-red {
  color: #FC6C8D;
}

.u-blue {
  color: #94c33a;
}

.u-font-24 {
  font-size: 24px;
}

.u-round-10 {
  border-radius: 10px;
}

.u-round-15 {
  border-radius: 15px;
}

/* Layouts */
/*
* 幅を決めるクラス
* Bootstrap の container みたいなもの
*/
.container, .cv-line__inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1059px) {
  .container, .cv-line__inner {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .container, .cv-line__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main.-top #section1 .container, .cv-line__inner {
    padding-left: 6px;
    padding-right: 6px;
  }

}

@media only screen and (min-width: 768px), print {
  .grid-2col {
    display: flex;
    justify-content: space-between;
  }
}

.grid-2col.-contact {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.grid-12col.-contact a{
  color: #317CC5;
}
.grid-12col.-contact {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px), print {
  .grid-12col.-contact {
  margin-left: auto;
  margin-right: auto;
}
}
@media only screen and (min-width: 768px), print {
  .grid-2col.-service {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px), print {
  .grid-2col__cell {
    flex: 1;
  }
}

@media only screen and (min-width: 768px), print {
  .grid-2col__cell.-case {
    flex: none;
    width: 47.5%;
  }
}

@media only screen and (max-width: 767px) {
  .grid-2col__cell.-case {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-2col__cell.-case:nth-child(2) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .grid-2col__cell.-contact {
    flex: none;
    width: 44.4444%;
  }
}

@media only screen and (max-width: 767px) {
  .grid-2col__cell.-contact {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-2col__cell.-contact:nth-child(2) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .grid-2col__cell.-service {
    flex: none;
    width: 48%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .grid-2col__cell.-service {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.grid-3col {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1059px) {
  .grid-3col {
    justify-content: space-between;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .grid-3col {
    display: block;
    width: auto;
  }
}

.grid-3col.-partner {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: auto;
}

.grid-3col__cell {
  width: 300px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1060px), print {
  .grid-3col__cell {
    margin-left: 50px;
  }
  .grid-3col__cell:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .grid-3col__cell {
    width: auto;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-3col__cell:nth-child(n+2) {
    margin-top: 50px;
  }
}

.grid-3col__cell.-partner {
  width: 31%;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .grid-3col__cell.-partner {
    width: auto;
    max-width: 310px;
    margin-left: auto;
  }
}

.grid-3col__cell.-wide {
  width: 310px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1060px), print {
  .grid-3col__cell.-wide {
    margin-left: 35px;
  }
  .grid-3col__cell.-wide:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .grid-3col__cell.-wide {
    max-width: 310px;
  }
}

.grid-4col {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1059px) {
  .grid-4col {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .grid-4col {
    display: block;
    width: auto;
  }
}

.grid-4col__cell {
  width: 200px;
  margin-bottom: 60px;
  margin-left: 40px;
}

@media only screen and (min-width: 1060px), print {
  .grid-4col__cell:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1059px) {
  .grid-4col__cell:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .grid-4col__cell.grid-4col__cell {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.grid-5col.-flow {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 999px) {
  .grid-5col.-flow {
    display: block;
  }
}

.grid-5col__cell.-flow {
  width: 160px;
}

@media only screen and (max-width: 999px) {
  .grid-5col__cell.-flow {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Blocks */
.aboutus {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #effafd;
}

@media only screen and (max-width: 767px) {
  .aboutus {
    padding: 10px 0 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .aboutus__row-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 540px;
  }
}

@media only screen and (min-width: 768px), print {
  .aboutus__row-2, .aboutus__row-3 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .aboutus__sub-row {
    display: flex;
    justify-content: space-between;
    width: 420px;
    margin-left: auto;
  }
}

.aboutus__item.-no-3 {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .aboutus__item {
    margin-top: 20px;
    text-align: center;
  }
  .aboutus__item > img {
    width: 100%;
    max-width: 420px;
  }
}

.access__map {
  position: relative;
  padding-bottom: 30%;
}

@media only screen and (max-width: 767px) {
  .access__map {
    padding-bottom: 80%;
  }
}

.access__map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px), print {
  .access__grid {
    display: flex;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 767px) {
  .access__grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .access__item {
    width: 400px;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .access__item {
    margin-top: 40px;
  }
}

.article {
  padding: 50px 100px 80px;
}

@media only screen and (max-width: 767px) {
  .article {
    padding: 30px 0;
  }
}

.article__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.article__date {
  display: block;
  color: #94c33a;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
}

.article__category {
  display: inline-block;
  width: 107px;
  border: 1px solid #94c33a;
  font-size: 12px;
  color: #94c33a;
  text-align: center;
}

.article__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px solid;
}

.article__content p,
.article .editor-styles-wrapper p {
  margin-bottom: 30px;
}

.article__content h2,
.article__content h3,
.article__content h4,
.article .editor-styles-wrapper h2,
.article .editor-styles-wrapper h3,
.article .editor-styles-wrapper h4 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.main .article__content h3, .article .editor-styles-wrapper h3 {
padding-left: 16px;
border-left: 5px solid #94c33a!important;
height: 40px;
align-items: center;
display: inline-flex;
margin-bottom: 24px;
margin-top: 24px;
}

.main .article .article__content h2, .article .editor-styles-wrapper h2 {
padding-top: 18px;
padding-bottom: 16px;
padding-left: 20px;
padding-right: 20px;
font-size: 20px;
margin-top: 56px;
border-left: 5px solid #94c33a;
display: block;
background: #f3f3f3;
}


/*-----
.article__content h2,
.article .editor-styles-wrapper h2 {
  background: #f3f3f3;
  padding: 3px 10px;
}
-----*/

.attempt {
  background: #f7faf6;
}

.attempt__h2 {
  margin-bottom: 1em;
}

.c_area {
    display: flex;
    justify-content: center;
    margin: 40px 5% 0px;
}
.c_area .left {
    width: 50%;
    max-width: 277px;
    margin-right: 5%;
}
.c_area .right {
    width: 50%;
    max-width: 277px;
}

@media only screen and (max-width: 767px) {
  .attempt__txt {
    font-size: 0.9em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (min-width: 768px), print {
  .attempt__txt {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.big-card {
  padding: 40px 20px 80px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .big-card {
    padding: 40px 20px;
  }
}

.big-card__heading {
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .big-card__heading {
    margin-bottom: 30px;
  }
}

.breadcrumb {
  display: flex;
}

.breadcrumb > li {
  font-size: 10px;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
}

.breadcrumb > li + li {
  margin-left: 4px;
}

.breadcrumb > li + li:before {
  content: ">";
  margin-right: 4px;
}

.breadcrumb > li > a {
  color: #317CC5;
  text-decoration: none;
}

.breadcrumb > li > a:hover {
  text-decoration: underline;
}

.btn.-contact, .btn.-line, .btn.-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 50px;
  padding: 10px 15px;
  border-style: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.btn.-contact > svg, .btn.-line > svg, .btn.-tel > svg {
  margin-right: 8px;
}

.btn.-blue:after, .btn.-green:after, .btn.-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.95%200H.171l5.874%205.131L.001%2010H1.95l6.051-4.869z%22%2F%3E%3C%2Fsvg%3E");
}

.btn.-simple:after {
  background-image: url("data: image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%233aa3c3%22%20d%3D%22M1.95%200H.171l5.874%205.131L.001%2010H1.95l6.051-4.869z%22%2F%3E%3C%2Fsvg%3E");
}

.btn {
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 12px;
  border: 1px solid;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-family: Lato, sans-serif;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity 0.3s;
}

.btn:hover {
  opacity: 0.8;
}

.btn:after {
  content: '';
  position: absolute;
  top: 19px;
  right: 15px;
  width: 8px;
  height: 10px;
  background-repeat: no-repeat;
}

.btn:disabled {
  opacity: 0.2;
  cursor: default;
}

.btn.-w220 {
  width: 220px;
}
.btn.-w300 {
  width: 300px;
  max-width: 100%;
}
.btn.-w400 {
  width: 400px;
  max-width: 100%;
}

.btn.-blue {
  border-style: none;
  background-color: #FE8886;
  color: #fff;
}
.form__btn .btn.-blue {
  border: 1px solid #FE8886;
}
.form__btn button{
 margin-bottom: 16px; 
}

.btn.-green {
  border-style: none;
  background-color: #25c300;
  color: #fff;
}

.btn.-white {
  border-color: #fff;
  color: #fff;
}

.btn.-tel-2 {
  border-style: none;
  background-color: #e69797;
  color: #fff;
  font-style: italic;
}

.btn.-tel-2 > svg {
  margin-right: 5px;
  vertical-align: -8px;
}

.btn.-simple {
  width: auto;
  padding: 10px 15px 10px 0;
  border: none;
  color: #3aa3c3;
  letter-spacing: 1px;
}

.btn.-simple:after {
  right: 0;
}

.btn.-block {
  display: block;
  width: 100%;
}

.btn.-noicon:after {
  content: none;
}

.btn.-round {
  border-radius: 25px;
}

.btn.-contact {
  background-color: #FE8886;
}
.btn.-about {
  width: auto;
  border-color:#3280c2;
  color:#3280c2;
}


.btn.-line {
  background-color: #25c300;
}

.btn.-tel {
  position: relative;
  background-color: #e69797;
  font-style: italic;
}

.card-a {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

.card-a__img {
  display: block;
  overflow: hidden;
}

.card-a__img > img {
  transition: transform .2s;
}

.card-a__img:hover > img {
  transform: scale(1.1);
}

.card-a__content {
  padding: 20px 10px 10px;
}

.card-a__info {
  display: flex;
  justify-content: space-between;
}

.card-a__date {
  display: block;
  color: #94c33a;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
}

.card-a__category {
  display: inline-block;
  width: 107px;
  border: 1px solid #22ac38;
  font-size: 12px;
  color: #22ac38;
  text-align: center;
}

.card-a__title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
}

.card-a__text {
  margin-top: 20px;
  letter-spacing: 0;
}

.card-a__btn {
  margin-top: 10px;
  text-align: right;
}

.card-b {
  padding: 40px 15px;
  background-color: #94c33a;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-b.-case {
  background-image: url(img/top/case-bg.jpg?2);
}

.card-b.-faq {
  background-image: url(img/top/faq-bg.svg);
}

.card-b__title-main {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 1.3;
  font-weight: bold;
}

.card-b__title-sub {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.card-b__text {
  margin-top: 25px;
}

.card-b__btn {
  margin-top: 30px;
}

.card-c {
  position: relative;
  text-align: center;
}

.card-c__heading {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
}

.card-c__text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.card-c__text > a {
  text-decoration: none;
  color: #3aa3c3;
  font-weight: bold;
  text-decoration: underline;
}

.card-c__text > a:hover {
  text-decoration: underline;
}

.card-c__arrow {
  position: absolute;
  top: 90px;
  right: -35px;
}

@media only screen and (max-width: 999px) {
  .card-c__arrow {
    display: none;
  }
}

.card-c__arrow.-no1 {
  fill: #f1ffd7;
}

.card-c__arrow.-no2 {
  fill: #cdf288;
}

.card-c__arrow.-no3 {
fill: #b6e65b;
}

.card-c__arrow.-no4 {
  fill: #94c33a;
}

.card-d__label {
  position: relative;
  width: 126px;
  margin: -20px auto 15px;
  padding: 3px;
  border-radius: 20px;
  border: 2px solid #94c33a;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #94c33a;
}

.card-d__text > p {
  margin-bottom: 0;
}

.card-e {
  padding: 50px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .card-e {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px), print {
  .card-e__header {
    display: flex;
  }
}

@media only screen and (min-width: 768px), print {
  .card-e__thumb {
    flex: none;
  }
}

@media only screen and (max-width: 767px) {
  .card-e__thumb {
    text-align: center;
  }
}

@media only screen and (min-width: 768px), print {
  .card-e__header-main {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .card-e__header-main {
    margin-top: 20px;
  }
}

.card-e__heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.card-e__info {
  margin-top: 15px;
}

.card-e__info > span {
  display: inline-block;
  margin-right: 36px;
}

.card-e__text {
  margin-top: 25px;
}

.card-e__text > p {
  margin-bottom: 0;
}

.card-e__text > p + p {
  margin-top: 25px;
}

.card-f__icon {
  text-align: center;
}

.card-f__heading {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.card-f__text {
  margin-top: 25px;
}

.card-g {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.card-g__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  text-indent: 2px;
}

.card-g__text-1 {
  margin-top: 5px;
  font-weight: bold;
  line-height: 1.5;
}

.card-g__text-2 {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  list-style: 1.5em;
}

.card-g__btn {
  margin-top: 35px;
}

.card-h__icon {
  margin-top: -50px;
  text-align: center;
}

.card-h__heading {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.25;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .card-h__heading {
    font-size: 18px;
  }
}

.card-h__text {
  margin-top: 25px;
}

.card-i {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  padding: 30px 10px;
}

.card-i__icon {
  text-align: center;
}

.card-i__heading {
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.card-i__info {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.card-i__text {
  margin-top: 25px;
}

.card-j__thumb {
  text-align: center;
  border:1px solid #ccc;
  margin-bottom: 8px;
}

.card-j__heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0.25em;
}

.card-j__sub-heading {
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
}

.card-j__text {
  line-height: 1.25;
}

.card-j__text > span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}

.cv-line {
  padding: 40px 20px;
  background-image: url(img/cv-line-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.cv-line__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .cv-line__inner {
    flex-direction: column;
  }
}

.cv-line__content {
  max-width: 400px;
  text-align: center;
}

.cv-line__catchcopy {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  text-shadow: 1px 1px 5px black;
}

.cv-line__text {
  text-shadow: 1px 1px 5px black;
  margin-top: 15px;
  text-align: left;
}

.cv-line__qr {
  width: 177px;
}

@media only screen and (max-width: 767px) {
  .cv-line__qr {
    margin-top: 20px;
  }
}

.cv-line__qr-lead {
  margin-left: -2px;
  margin-right: -2px;
  color: #25c300;
  font-size: 26px;
  text-indent: 2px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.cv-line__qr-lead > small {
  font-size: 18px;
}

.cv-line__qr-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 176px;
  margin-top: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22177%22%20height%3D%22176%22%20viewBox%3D%220%200%20177%20176%22%3E%3Cg%20transform%3D%22translate(13%2011.639)%22%3E%3Crect%20width%3D%22129.998%22%20height%3D%22129.998%22%20rx%3D%2213%22%20transform%3D%22translate(11.818%2010.665)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M127.423%20143.179H25.76A15.779%2015.779%200%200110%20127.419V25.756A15.776%2015.776%200%200125.76%2010h101.663a15.774%2015.774%200%200115.76%2015.756v101.663a15.777%2015.777%200%2001-15.76%2015.76zm-101.663-130a12.59%2012.59%200%2000-12.578%2012.574v101.666a12.59%2012.59%200%200012.578%2012.577h101.663A12.59%2012.59%200%2000140%20127.419V25.756a12.59%2012.59%200%2000-12.577-12.574z%22%20fill%3D%22%2325c300%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%2325c300%22%3E%3Cpath%20d%3D%22M7.447%2046.996V26.773A19.818%2019.818%200%200127.241%206.979h18.315V0H27.241A26.8%2026.8%200%2000.468%2026.773v20.223z%22%2F%3E%3Cpath%20d%3D%22M169.144%20128.637l.06%2020.22a19.81%2019.81%200%2001-19.73%2019.854l-18.311.057.021%206.979%2018.314-.057a26.8%2026.8%200%200026.688-26.854l-.06-20.22z%22%2F%3E%3Cpath%20d%3D%22M129.567%207.627l20.22.121a19.815%2019.815%200%200119.67%2019.915l-.11%2018.314%206.979.043.11-18.314A26.8%2026.8%200%2000149.83.77L129.61.646z%22%2F%3E%3Cpath%20d%3D%22M46.932%20168.818l-20.22-.06a19.82%2019.82%200%2001-19.734-19.854l.057-18.314-6.979-.021-.057%2018.315a26.805%2026.805%200%200026.691%2026.854l20.223.06z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.cv {
  padding: 30px;
  background-image: repeating-linear-gradient(-40deg, #fff, #fff 17px, #cddff0 17px, #cddff0 29px);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cv {
    padding: 20px;
  }
}

.cv__inner {
  background-color: #fff;
  display: flex;
  padding: 50px 0;
}

@media only screen and (max-width: 1059px) {
  .cv__inner {
    display: block;
    padding: 40px 0px;
  }
}

.cv__logo {
  flex: auto;
}

.cv__logo > img {
  width: 315px;
}

.cv__tel, .cv__contact {
  flex: none;
  width: 33.3333%;
  padding: 0 25px;
}

@media only screen and (max-width: 1059px) {
  .cv__tel, .cv__contact {
    width: auto;
    max-width: 500px;
    margin: 40px auto 0;
  }
}

.cv__heading {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 3px;
  text-indent: 3px;
}

.cv__heading:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #333;
}

@media only screen and (max-width: 767px) {
  .cv__heading:before {
    content: none;
  }
}

.cv__heading > span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  background-color: #fff;
}

.cv__tel__1 {
  margin-top: 10px;
  color: #e69797;
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 1;
}

.cv__tel__1 > svg {
  vertical-align: -7px;
}

@media screen and (max-width: 1215px) {
  .cv__tel__1 {
    font-size: 30px;
  }
  .cv__tel__1 > svg {
    width: 21px;
    vertical-align: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .cv__tel__1 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .cv__tel__1 > svg {
    width: 14px;
    vertical-align: -12px;
  }
}

.cv__tel__2 {
  margin-top: 5px;
}

.cv__btn {
  margin-top: 20px;
}

.cv__btn .btn.-blue {
  background-color: #FE8886;
}

.drawer {
  position: fixed;
  z-index: 1600;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 300px;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition-property: opacity, visibility, transform;
  transition-duration: 0.5s;
}

@media only screen and (max-width: 1119px) {
  .is-drawer-active .drawer {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.drawer__shade {
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.5s;
}

@media only screen and (max-width: 1119px) {
  .is-drawer-active .drawer__shade {
    opacity: 1;
    visibility: visible;
  }
}

.drawer__list > li + li {
  border-top: 1px dotted #ccc;
}

.drawer__list > li > a {
  display: block;
  position: relative;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
}

.drawer__list > li > a:hover {
  text-decoration: underline;
}

.drawer__list > li > a > span {
  display: inline-block;
  width: 32px;
  margin-right: 5px;
}

.drawer__list > li > ul > li {
  border-top: 1px dotted #ccc;
}

.drawer__list > li > ul > li > a {
  display: block;
  padding: 15px 20px 15px 40px;
  color: #333;
  text-decoration: none;
}

.drawer__list > li > ul > li > a:hover {
  text-decoration: underline;
}

.drawer__tel > a {
  display: block;
  padding: 15px 25px;
  background-color: #22ac38;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

.drawer__tel > a:hover {
  opacity: 0.8;
}

.drawer__tel > a > svg {
  margin-right: 5px;
  vertical-align: -1px;
}

.faq {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  border-radius: 10px;
  border: 1px solid #333;
}

.faq.is-active {
  border-color: #22ac38;
}

.faq__head {
  position: relative;
  cursor: pointer;
}

.faq__head:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%3E%3Cpath%20d%3D%22M17.5%2C0A17.5%2C17.5%2C0%2C1%2C1%2C0%2C17.5%2C17.508%2C17.508%2C0%2C0%2C1%2C17.5%2C0Zm0%2C1.522A15.978%2C15.978%2C0%2C1%2C1%2C1.522%2C17.5%2C15.986%2C15.986%2C0%2C0%2C1%2C17.5%2C1.522Zm.761%2C15.217h9.13v1.522h-9.13v9.13H16.739v-9.13H7.609V16.739h9.13V7.609h1.522Z%22%20fill%3D%22%2394c33a%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.faq__head.is-active:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%3E%3Cpath%20d%3D%22M17.5%2C0A17.5%2C17.5%2C0%2C1%2C1%2C0%2C17.5%2C17.508%2C17.508%2C0%2C0%2C1%2C17.5%2C0Zm0%2C1.522A15.978%2C15.978%2C0%2C1%2C1%2C1.522%2C17.5%2C15.986%2C15.986%2C0%2C0%2C1%2C17.5%2C1.522Zm9.891%2C15.217v1.522H7.609V16.739Z%22%20fill%3D%22%2394c33a%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.faq__q {
  padding: 10px 50px 10px 54px;
  font-size: 16px;
  font-weight: bold;
  text-indent: -39px;
}

.faq__q:before {
  content: 'Q.';
  margin-right: 10px;
  font-size: 24px;
  letter-spacing: 3.6px;
}

.faq__body {
  display: none;
}

.faq__a {
  padding: 0 15px 25px 54px;
  font-size: 14px;
  text-indent: -39px;
}

.faq__a:before {
  content: 'A.';
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3.6px;
  color: #94c33a;
}

.feature {
  position: relative;
  margin-top: 90px;
  padding-top: 50px;
}

@media only screen and (min-width: 768px), print {
  .feature {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1059px) {
  .feature {
    padding-top: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .feature {
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0 !important;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 768px), print {
  .feature__img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature__img > img {
    position: relative;
    max-width: 640px;
  }
}

@media only screen and (max-width: 767px) {
  .feature__img > img {
    width: 100%;
  }
}

.feature__content {
  position: relative;
  padding: 40px 50px 60px;
  background-color: #fff;
}

@media only screen and (min-width: 768px), print {
  .feature__content {
    display: flex;
    flex-direction: column;
    width: 500px;
    min-height: 450px;
    margin-left: auto;
    margin-right: calc(50% - 500px);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 1059px) {
  .feature__content {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .feature__content {
    padding: 20px;
  }
}

.feature__title-main {
  color: #333;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 1.3;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}

.feature__title-sub {
  margin-top: 10px;
  margin-bottom: 45px;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.feature_sub{
  text-align: center;
  margin-bottom: 8px;
}
.feature_sub span{
  display: inline-block;
  border: 1px solid #317CC5;
  font-size: 12px;
  color: #317CC5;
  text-align: center;
  padding: 4px;
  margin: 4px;
}
.feature__detail h4{
  color: #317CC5;
  font-weight: bold;
}
.feature__detail h4 span{
  font-size: 12px;
  font-weight: normal;
}
.feature__manage{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: -20px;
  margin-bottom: 32px;

}
.feature__manage span{
  color: #fff;
  background-color:#317CC5;
  border-radius: 30px;
  padding: 2px 8px;
  font-size: 12px;
}
.feature__detail_note{
  background-color:#CCDEF0;
  padding: 8px;
}


@media only screen and (max-width: 767px) {
  .feature__title-sub {
    margin-bottom: 20px;
  }
}

.feature__text {
  margin: 0 0 24px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .feature__text {
    margin-top: 20px;
  }
}

.feature__btn {
  margin-top: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .feature__btn {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .feature.-rev .feature__img {
    left: auto;
    right: 0;
  }
  .feature.-rev .feature__content {
    margin-left: calc(50% - 500px);
    margin-right: auto;
  }
}

@media only screen and (max-width: 1059px) {
  .feature.-rev .feature__content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .feature.-top {
    margin-top: 70px;
  }
  .feature.-top .feature__img:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: -20px;
    left: -20px;
    border: 5px solid #CCDEF0;
  }
  .feature.-top.-rev {
    padding-top: 0;
    margin-bottom: 240px;
  }
  .feature.-top.-rev .feature__content {
    min-height: 250px;
  }
  .feature.-top.-rev .feature__img {
    top: 100px;
  }
  .feature.-top.-rev .feature__img:before {
    top: -20px;
    right: -20px;
    bottom: 20px;
    left: 20px;
  }
}


@media only screen and (min-width: 768px), print {
  .feature.-top.-rev {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .feature.-top.-rev .feature__img {
    top: 100px;
  }
  .feature.-top.-rev .feature__img:before {
    top: -20px;
    right: -20px;
    bottom: 20px;
    left: 20px;
  }
}

@media only screen and (max-width: 1059px) {
  .feature.-top.-rev {
    padding-bottom: 250px;
  }
  .feature.-top.-rev .feature__img {
    top: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .feature.-top.-rev {
    padding-bottom: 0;
  }
}

.feature.-message {
  padding-top: 130px;
}

@media only screen and (min-width: 1060px), print {
  .feature.-message {
    min-height: 550px;
  }
}

@media only screen and (max-width: 1059px) {
  .feature.-message {
    padding-top: 500px;
  }
}

.feature.-message .feature__content {
  min-height: 0;
  padding: 30px 20px;
  border: 2px solid #94c33a;
  box-shadow: none;
}

.feature.-message .feature__label {
  margin-bottom: 25px;
  color: #94c33a;
  font-size: 16px;
  letter-spacing: 2px;
}

.feature.-message .feature__name {
  color: #d4f793;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 25px;
}

@media only screen and (min-width: 768px), print {
  .feature.-message .feature__name {
    position: absolute;
    top: -90px;
    left: 0;
    width: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .feature.-message .feature__name {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 4px;
    text-align: center;
  }
}

.feature.-message .feature__title-main {
  text-align: left;
}

.feature.-message .feature__text {
  margin-top: 25px;
}

.flow-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1060px), print {
  .flow-card.-left .flow-card__heading {
    align-self: flex-end;
  }
  .flow-card.-left .flow-card__number {
    right: 0;
  }
}

.flow-card__heading {
  align-self: flex-start;
  padding: 10px 50px 16px;
  border-radius: 31px;
  border: 1px solid #22ac38;
  font-size: 24px;
  letter-spacing: 4px;
  text-indent: 4px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  color: #22ac38;
  text-align: center;
}

.flow-card__heading > span {
  margin-left: 10px;
  font-size: 34px;
}

.flow-card.-line .flow-card__heading {
  border-color: #25c300;
  color: #25c300;
}

.flow-card__img {
  margin-top: 20px;
}

@media only screen and (min-width: 1060px), print {
  .flow-card__text-wrapper {
    height: 0;
  }
}

.flow-card__text {
  margin-top: 15px;
  line-height: 2;
  letter-spacing: 0.7px;
}

.flow-card__sub-heading {
  font-size: 20px;
  font-weight: bold;
}

.flow {
  position: relative;
  padding-bottom: 328px;
}

.fee h3 {
    background: #22ac38;
    margin: 16px 0px 0px;
    border-radius: 12px 12px 0px 0px;
    max-width: 200px;
    text-align: center;
    color: #fff;
}

.fee-list {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #22ac38;
    padding: 11px 0px 16px;
}

.fee-list img {
    width: 50%;
    max-width: 56px;
    margin-left: 40px;
}

.fee-list ul {
    width: 50%;
    margin-left: 40px;
}

.fee-list li {
    padding-left: 13px;
    position: relative;
    height: 24px;
}

.fee-list li::before {
    content: "";
    border-radius: 50%;
    background: #22ac38;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
}

@media only screen and (max-width: 1059px) {
  .flow {
    padding-left: 40px;
    padding-bottom: 40px;
  }
}

.flow:before {
  content: "";
  position: absolute;
  background-color: #22ac38;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  margin: auto;
}

@media only screen and (max-width: 1059px) {
  .flow:before {
    right: auto;
  }
}

.flow.-line:before {
  background-color: #25c300;
}

.flow__item {
  position: relative;
}

@media only screen and (max-width: 1059px) {
  .flow__item:nth-child(n+2) {
    margin-top: 80px;
  }
}

.flow__item:before {
  content: "";
  position: absolute;
  top: 33px;
  left: -52px;
  width: 80px;
  height: 1px;
  background-color: #22ac38;
}

@media only screen and (max-width: 1059px) {
  .flow__item:before {
    left: -40px;
    width: 60px;
  }
}

.flow.-line .flow__item:before {
  background-color: #25c300;
}

@media only screen and (min-width: 1060px), print {
  .flow__item {
    width: 448px;
  }
  .flow__item.-left:before {
    left: auto;
    right: -52px;
  }
  .flow__item.-right {
    margin-left: auto;
  }
  .flow__item:nth-child(n+2) {
    margin-top: -32px;
  }
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #317CC5;
  color: #fff;
}

@media only screen and (max-width: 1059px) {
  .footer {
    padding: 30px 10px 15px;
  }
}

@media only screen and (max-width: 1059px) {
  .footer__logo {
    text-align: center;
  }
}

.footer__logo > a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.footer__logo > a > img {
  margin-right: 8px;
  vertical-align: -10px;
}

.footer__grid {
  display: flex;
}

@media only screen and (max-width: 1059px) {
  .footer__grid {
    display: block;
  }
}

@media only screen and (max-width: 1059px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.footer__address {
  margin-top: 25px;
  line-height: 2;
}

.footer__tel {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

.footer__tel > svg {
  margin-right: 5px;
  vertical-align: -1px;
}

@media only screen and (max-width: 1059px) {
  .footer__tel {
    margin-top: 10px;
    text-align: center;
  }
}

.footer__telinfo {
  font-size: 0.9em;
}

.footer__license {
  margin-top: 20px;
  font-size: 12px;
}

.footer__nav {
  position: relative;
  margin-left: auto;
  padding-top: 10px;
}

@media only screen and (max-width: 1059px) {
  .footer__nav {
    display: none;
  }
}

.footer__link-list {
  display: flex;
  position: relative;
  width: 700px;
  letter-spacing: 0;
  line-height: 1.5;
}

.footer__link-list > li:nth-child(-n + 5) {
  flex: auto;
}

.footer__link-list > li > a {
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.footer__link-list > li > a:hover {
  text-decoration: underline;
}

.footer__link-list > li > span {
  font-size: 16px;
  font-weight: bold;
}

.footer__link-list-child > li:first-child {
  margin-top: 10px;
}

.footer__link-list-child > li > a {
  font-size: 12px;
  color: inherit;
  text-decoration: none;
}

.footer__link-list-child > li > a:hover {
  text-decoration: underline;
}

.footer__link-list-child > li > a.-lg {
  font-size: 14px;
  font-weight: bold;
}

.footer__link-list-child.-no-parent > li:first-child {
  margin-top: 49px;
}

.footer__copyright {
  font-size: 12px;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .form {
    width: 710px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .form {
    margin-top: 40px;
  }
}

.form__unit {
  border-style: none;
}

.form__unit:nth-child(n + 2) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .form__unit:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.form__subunit {
  border-style: none;
}

.form__subunit:nth-child(n + 3) {
  margin-top: 20px;
}

.form__label {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.form__required {
  font-size: 18px;
  color: #f76b87;
}

.form__control {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .form__control {
    margin-top: 5px;
  }
}

.form__control a {
  color: #94c33a;
  font-weight: bold;
  text-decoration: none;
}

.form__control a:hover {
  text-decoration: underline;
}

.form__btn {
  margin-top: 50px;
  text-align: center;
}


.form__textbox {
  width: 100%;
  padding: 16px 30px;
  border-radius: 10px;
  border: 1px solid #333;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

@media only screen and (max-width: 767px) {
  .form__textbox {
    padding: 10px 20px;
    font-size: 13px;
  }
}

.form__textbox.-ml {
  height: 250px;
}

.form__select {
  display: block;
  font-size: 14px;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  line-height: inherit;
  padding: 16px 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #333;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%3E%3Cpath%20d%3D%22M0%2C6.575%2C2.24%2C4.5%2C9.5%2C11.349%2C16.76%2C4.5%2C19%2C6.575%2C9.5%2C15.5Z%22%20transform%3D%22translate(0%20-4.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to left, #94c33a, #94c33a 80px, #fff 80px);
  background-repeat: no-repeat, repeat;
  background-position: right 30px top 50%, right;
  background-size: 19px 11px, 100%;
  outline: none;
}

.form__select::-ms-expand {
  display: none;
}

.form__select option {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .form__select {
    padding: 10px 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%3E%3Cpath%20d%3D%22M0%2C6.575%2C2.24%2C4.5%2C9.5%2C11.349%2C16.76%2C4.5%2C19%2C6.575%2C9.5%2C15.5Z%22%20transform%3D%22translate(0%20-4.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to left, #94c33a, #94c33a 60px, #fff 60px);
    background-position: right 20px top 50%, right;
  }
}

.form__file {
  position: relative;
}

.form__file-info {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #333;
  overflow: hidden;
}

.form__file-name {
  flex: auto;
  padding: 0 30px;
  color: #afafaf;
}

@media only screen and (max-width: 767px) {
  .form__file-name {
    padding: 10px 20px;
  }
}

.form__file.is-active .form__file-name {
  color: #333;
}

.form__file-label {
  flex: none;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  background-color: #94c33a;
  color: #ffffff;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .form__file-label {
    padding: 10px 20px;
  }
}

.form__file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.mwform-radio-field.horizontal-item {
  display: block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.header {
  display: flex;
  align-items: flex-end;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 200;
}

.header__logo > a {
  display: block;
  padding: 25px 30px;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.header.-top .header__logo > a {
  color: #fff;
}

@media only screen and (max-width: 1119px) {
  .header__logo > a {
    padding: 10px 15px;
    height: 55px;
  }
}

.header__logo > a > img {
  width: 240px;
}

@media only screen and (max-width: 1119px) {
  .header__logo > a > img {
    width: 180px;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  margin-left: calc(50% - 450px);
}

@media only screen and (max-width: 1119px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: flex;
}

.header__list > li {
  position: relative;
  top: -14px;
}

.header__list > li:nth-child(n + 2) {
  margin-left: 30px;
}

.header__list > li > a {
  display: block;
  position: relative;
  padding: 20px 15px;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}

.header__list > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #317CC5;
  transform: scaleX(0);
  transition: all 0.3s;
}

.header__list > li > a.is-active:before, .header__list > li > a:hover:before {
  transform: none;
}

.header__list > li > a > svg {
  margin-right: 5px;
  vertical-align: -2px;
}

.header__list > li:hover ul {
  visibility: visible;
  opacity: 1;
}

.header__list > li > ul {
  position: absolute;
  top: 80%;
  width: 260px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px), print {
  .header__list > li > ul > li {
    background: rgba(255, 255, 255, 0.75);
  }
}

.header__list > li > ul > li > a {
  display: block;
  padding: 2px 15px;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}

.header__list > li > ul > li > a:hover {
  text-decoration: underline;
}

.header__nav-2 {
  position: absolute;
  top: 24px;
  right: 15px;
  display: flex;
}

@media only screen and (max-width: 1119px) {
  .header__nav-2 {
    display: none;
  }
}

.header__nav-2 > li {
  margin-left: 10px;
}

.header__sp-menu {
  display: none;
}

@media only screen and (max-width: 1119px) {
  .header__sp-menu {
    display: block;
  }
}

.heading {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.hero {
  position: relative;
  height: 440px;
  background: url(img/top/mv.jpg) 50%/cover;
}

.hero:before {
  z-index: 1;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+56,000000+100&1+0,0+56,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  content: '';
}

@media only screen and (max-width: 767px) {
  .hero {
    height: auto;
    background-position: 70%;
  }
	.hero:before{
		background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
	}
	
}

.hero__text-1 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: serif;
	margin-bottom: 16px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}


@media only screen and (min-width: 768px), print {
  .hero__text-1 {
    font-size: 25px;
    text-align: left;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px), print {
.hero__text-2 {
  text-align: left;
  }
}

.hero__text {
  text-align: center;
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .hero__text {
    position: absolute;
    top: 110px;
    left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__text {
    padding: 20px 10px 20px;
  }
  .hero__text .hero__text-3 img {
    max-width: 220px;
  }
}

.hero__text-3 {
  margin-top: 30px;
  width: 468px;
  max-width: 100%;
  display: block;
  margin: 30px auto;
}

@media only screen and (max-width: 767px) {
  .hero__text-3 {
    margin-top: 10px;
  }
}

.hero__btn {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 40px;
  height: 75px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .hero__btn {
    display: none;
  }
}

@media only screen and (min-width: 768px), print {
  .lead {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lead__heading {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.lead p {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .lead p {
    text-align: left;
  }
}

.lead p + .lead__heading {
  margin-top: 50px;
}

.list-a {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 52px;
  border: 3px solid #22ac38;
}

@media only screen and (max-width: 767px) {
  .list-a {
    padding: 10px 5px;
  }
}

.list-a > li {
  padding: 5px 8px;
  font-size: 16px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .list-a > li {
    padding: 5px 10px;
    font-size: 14px;
  }
}

.list-a > li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-color: #22ac38;
  vertical-align: -2px;
}

.magazine {
  background: #f7faf6;
}

@media only screen and (min-width: 768px), print {
  .magazine {
    font-size: 18px;
  }
}

.magazine__wh {
  background: #fff;
  padding: 1em;
}

@media only screen and (min-width: 768px), print {
  .magazine__wh {
    padding: 2em;
  }
}

.magazine__logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .magazine__logos {
    transform-origin: 50%;
    transform: scale(0.6);
  }
}

.magazine__logos img {
  margin-bottom: 1em;
}

.magazine__logos img + img {
  margin-left: 2em;
}

@media only screen and (min-width: 768px), print {
  .magazine__logos img + img {
    margin-left: 2.5em;
  }
}

.magazine__txt {
  margin-bottom: 1em;
}

.magazine__links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.magazine__links a {
  position: relative;
  display: block;
  border: 1px #f4f4f4 solid;
  transition: 0.2s;
}

.magazine__links a + a {
  margin-left: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .magazine__links a + a {
    margin-left: 1em;
  }
}

.magazine__links a:hover {
  opacity: 0.85;
}

.magazine__links a:hover .magazine__blank {
  transform: translate(1px, 1px);
}

.magazine__blank {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  transform-origin: 50%;
}

.main {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .main {
    padding-bottom: 40px;
  }
}

.main.-top {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px), print {
  .media {
    display: flex;
  }
  .media.-rev {
    flex-direction: row-reverse;
  }
  .media.-rev .media__img {
    margin-left: 40px;
    margin-right: 0;
  }
  .media.-center {
    align-items: center;
  }
}

.media + .media {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .media + .media {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .media__img {
    flex: none;
    margin-right: 40px;
    max-width: 50%;
  }
}

.media.-column .media__img {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .media__img {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .media__content {
    margin-top: 20px;
  }
}

.media__heading {
  font-size: 24px;
  font-weight: bold;
  color: #94c33a;
  text-align: center;
}

.media__name {
  margin-bottom: 50px;
}

.media__text:nth-child(n+2) {
  margin-top: 25px;
}

.media__text + .media__heading {
  margin-top: 40px;
}

.mv {
  height: 344px;
  margin-bottom: 50px;
  padding-top: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .mv {
    height: 250px;
  }
}

.mv__title {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .mv__title {
    margin-top: 50px;
  }
}

.nav-a > ul {
  display: flex;
}

.nav-a > ul > li {
  flex: 1;
  border-right: 1px solid #f0f0f0;
}

@media only screen and (max-width: 767px) {
  .nav-a > ul > li {
    flex: auto;
  }
}

.nav-a > ul > li:first-child {
  border-left: 1px solid #f0f0f0;
}

.nav-a > ul > li > a {
  display: block;
  position: relative;
  text-align: center;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-indent: 2px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .nav-a > ul > li > a {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.nav-a > ul > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #317CC5;
  transform: scaleX(0);
  transition: all .3s;
}

.nav-a > ul > li > a.is-active {
  color: #317CC5;
}

.nav-a > ul > li > a.is-active:before, .nav-a > ul > li > a:hover:before {
  transform: none;
}

.news-list__item + .news-list__item {
  margin-top: 25px;
}

.news {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .news {
    flex-wrap: wrap;
  }
}

.news__date {
  flex: none;
  display: block;
  width: 120px;
  font-weight: bold;
  font-style: italic;
}

.news__category {
  flex: none;
  display: block;
  width: 110px;
  border: 1px solid #22ac38;
  color: #22ac38;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
}

.news__title {
  display: block;
  margin-left: 30px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__title:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .news__title {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}

.pagetop {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
}

@media only screen and (max-width: 767px) {
  .pagetop {
    right: 15px;
  }
}

.pagetop.is-active {
  opacity: 1;
  visibility: visible;
}

.pagetop__arrow {
  stroke: #22ac38;
}

.pagetop.-white .pagetop__arrow {
  stroke: #fff;
}

.pagetop__text {
  fill: #22ac38;
}

.pagetop.-white .pagetop__text {
  fill: #fff;
}

.pagination {
  position: relative;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 50px;
  }
}

.pagination__prev, .pagination__next {
  position: absolute;
  top: 0;
}

.pagination__prev {
  left: 0;
}

.pagination__next {
  right: 0;
}

.pagination > .page-numbers {
  display: flex;
  justify-content: center;
}

.pagination > .page-numbers > li:nth-child(n+2) {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .pagination > .page-numbers > li:nth-child(n+2) {
    margin-left: 5px;
  }
}

.pagination > .page-numbers > li > .page-numbers {
  display: block;
  width: 32px;
  height: 32px;
  padding: 2px 0;
  border: 1px solid #22ac38;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #22ac38;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .pagination > .page-numbers > li > .page-numbers {
    width: 28px;
    height: 28px;
    padding: 0;
  }
}

.pagination > .page-numbers > li > .page-numbers.current {
  background-color: #22ac38;
  color: #fff;
}

.pagination > .page-numbers > li > .page-numbers.dots {
  border-style: none;
}

.post-links-simple {
  display: flex;
}

.post-links-simple__item.-prev > a {
  padding: 10px 0 10px 25px;
}

.post-links-simple__item.-prev > a:before {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22M9.953%200v5.354L5.329%2010l4.624%204.646V20L0%2010z%22%20fill%3D%22%2394c33a%22%2F%3E%3C%2Fsvg%3E");
}

.post-links-simple__item.-next {
  margin-left: auto;
}

.post-links-simple__item.-next > a {
  padding: 10px 25px 10px 0;
}

.post-links-simple__item.-next > a:before {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22M0%200v5.354L4.624%2010%200%2014.646V20l9.953-10z%22%20fill%3D%22%2394c33a%22%2F%3E%3C%2Fsvg%3E");
}

.post-links-simple__item > a {
  display: block;
  position: relative;
  color: #94c33a;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

.post-links-simple__item > a:hover {
  text-decoration: underline;
}

.post-links-simple__item > a:before {
  content: "";
  position: absolute;
  top: 12px;
  width: 10px;
  height: 20px;
}

.post-links {
  display: flex;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .post-links {
    display: block;
  }
}

@media only screen and (min-width: 768px), print {
  .post-links:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 50%;
    width: 1px;
    background-color: #eee;
  }
}

.post-links__item {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .post-links__item {
    width: auto;
  }
  .post-links__item.-next {
    margin-top: 20px;
  }
}

.post-link {
  display: flex;
  align-items: center;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.post-link:hover {
  text-decoration: underline;
}

.post-link.-prev {
  padding-left: 20px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .post-link.-prev {
    padding-right: 0;
  }
}

.post-link.-next {
  flex-direction: row-reverse;
  padding-left: 40px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .post-link.-next {
    padding-left: 0;
  }
}

.post-link__title {
  display: block;
}

.post-link.-prev .post-link__title {
  margin-left: 10px;
}

.post-link.-next .post-link__title {
  margin-right: 10px;
}

.post-link__prev, .post-link__next {
  position: absolute;
  color: #94c33a;
  letter-spacing: 2px;
  font-style: italic;
}

.post-link__prev > svg, .post-link__next > svg {
  vertical-align: -4px;
}

.post-link__prev {
  left: 0;
}

.post-link__prev > svg {
  margin-right: 15px;
}

.post-link__next {
  right: 0;
}

.post-link__next > svg {
  margin-left: 15px;
}

.review__stars {
  font-size: 1.25em;
  color: #e69797;
}

.review__points {
  display: flex;
  align-items: center;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .section.-news {
    padding-top: 100px;
  }
}

.section.-plan {
  background-image: url(img/top-plan-bg-1.png), url(img/top-plan-bg-2.png);
  background-repeat: no-repeat, repeat-y;
  background-position: top 50% left 34px, right;
  background-size: 342px, 50%;
}

@media only screen and (max-width: 767px) {
  .section.-plan {
    background-position: center;
    background-size: 342px, cover;
  }
}

.section.-case {
  padding-top: 0;
}

.sentence {
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px), print {
  .sentence {
    text-align: center;
  }
}

.sentence.-sm {
  font-size: 12px;
}

.sentence p + p {
  margin-top: 26px;
}

.sentence img {
  vertical-align: middle;
}

.sp-menu {
  position: fixed;
  z-index: 1700;
  top: 0;
  right: 0;
  width: 60px;
  height: 55px;
  padding: 0;
  border: none;
  background-color: #317CC5;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

.sp-menu__bar-1, .sp-menu__bar-2, .sp-menu__bar-3 {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: white;
  transition: all 0.3s;
}

.sp-menu__bar-1 {
  display: block;
  top: 15px;
  transform-origin: left;
}

.is-drawer-active .sp-menu__bar-1 {
  transform: translateY(-3px) rotate(45deg) scaleX(1.4142);
}

.sp-menu__bar-2 {
  display: block;
  top: 25px;
}

.is-drawer-active .sp-menu__bar-2 {
  transform: scaleX(0);
}

.sp-menu__bar-3 {
  display: block;
  top: 35px;
  transform-origin: left;
}

.is-drawer-active .sp-menu__bar-3 {
  transform: translateY(7px) rotate(-45deg) scaleX(1.4142);
}

.tab {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.5);
}

.tab__list {
  display: flex;
}

@media only screen and (min-width: 768px), print {
  .tab__item {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .tab__item {
    flex: auto;
  }
}

@media only screen and (min-width: 768px), print {
  .tab__item:first-child {
    width: auto;
    flex: auto;
  }
}

.tab__item:first-child .tab__link {
  border-left-style: none;
}

.tab__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 10px;
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #eee;
  font-size: 18px;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.5;
  text-align: center;
  color: #999;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .tab__link {
    height: 60px;
    font-size: 12px;
  }
}

.tab__link.is-active {
  box-shadow: none;
  background-color: transparent;
  color: #333;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .tab__link.is-active {
    padding-top: 17px;
    padding-bottom: 20px;
    border-left-width: 1px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

.tab__panel {
  display: none;
  padding: 40px 40px;
}

@media only screen and (max-width: 767px) {
  .tab__panel {
    padding: 40px 20px;
  }
}

.tab__panel.is-active {
  display: block;
}

.tab__heading {
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tab__heading {
    margin-bottom: 30px;
  }
}

.message{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
.message{
  margin-left: 16px;
  margin-right: 16px;
}
}



.table-b {
  width: 900px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .table-b {
    width: 600px;
  }
  .table-b__wrapper {
    padding-bottom: 30px;
    overflow: auto;
  }
}

.table-b th, .table-b td {
  border: 1px solid #333;
  text-align: center;
  font-size: 14px;
}

.table-b th {
  padding: 17px 10px;
  font-weight: bold;
}

.table-b td {
  padding: 13px 10px;
}

.table-b td.-lg {
  font-size: 18px;
  font-weight: bold;
}

.table {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
  #message + .section .table {
  margin-left: 16px;
  margin-right: 16px;
  }
}


.table.-property {
  width: 100%;
}

.table th, .table td {
  padding: 25px 0;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .table th, .table td {
    display: block;
  }
}

.table th {
  font-weight: bold;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .table th {
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .table th {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .table td {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

.table tr {
  border-bottom: 1px solid #ddd;
}

.table a {
  color: #22ac38;
  text-decoration: none;
}

.table a:hover {
  text-decoration: underline;
}

.table .table-year{
  display: block;
  width: 110px;
}
.table .table-detail{
  display: block;
  margin-bottom: 16px;
}

.table-results{
  width: 100%;
  border-collapse: collapse;
}
.table-results th{
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background-color: #317CC5;
}
.table-results th:first-child{
  width: 60%;
  text-align: left;
}
.table-results th:nth-child(2){
  width: 20%
}
.table-results th:nth-child(3), .table-results td:nth-child(3){
  width: 20%;
	display:none;
}
.table-results th,.table-results td{
 border:1px solid #317CC5;
 border-collapse: collapse;
 padding: 4px 8px;
}
.table-results .sum{
  font-weight: bold;
}


.telcaption__no {
  position: relative;
  top: -0.5em;
}

.telcaption__txt {
  position: absolute;
  font-size: 0.7em;
  bottom: 0.75em;
  letter-spacing: 0.05em;
  font-style: normal;
  width: 100%;
  right: 1.5em;
  text-align: right;
}

.telcaption__txt.-center {
  text-align: center;
  padding-left: 4.75em;
}

.textbox {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #191919;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

@media only screen and (max-width: 767px) {
  .textbox {
    padding: 10px 20px;
  }
}

.textbox.-ml {
  height: 250px;
}

.textbox.-zip1 {
  width: 95px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .textbox.-zip1 {
    margin-bottom: 10px;
  }
}

.textbox.-zip2 {
  width: 110px;
  margin-left: 10px;
  margin-right: 35px;
}

.textbox.-other {
  margin-left: auto;
}

.textbox.-other.-ways {
  width: 455px;
}

@media only screen and (max-width: 767px) {
  .textbox.-other.-ways {
    width: calc(100% - 90px);
  }
}

.textbox.-other.-type {
  width: 620px;
}

@media only screen and (max-width: 767px) {
  .textbox.-other.-type {
    width: calc(100% - 90px);
  }
}

.title.-lv2 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .title.-lv2 {
    margin-bottom: 20px;
  }
}

.title.-lv2 .title__main {
  font-size: 24px;
}

.title.-lv2 .title__sub {
  font-size: 14px;
}

.title.-lv2 .title__lead {
  font-size: 18px;
}

.title.-blue {
  color: #317CC5;
}

.title__main {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .title__main {
    font-size: 30px;
    letter-spacing: 3px;
  }
}

.title__sub {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}

.title__category {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.title__date {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-style: italic;
}

.title__lead {
  margin-top: 30px;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .title__lead {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

.title__lead2 {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #22ac38;
  font-weight: bold;
  text-align: center;
}

.works h2 {
  clear: both;
  color: #22ac38;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.works h2:nth-child(n+2) {
  margin-top: 80px;
}

.works h3 {
  clear: both;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.works .table-works {
  clear: both;
  border-bottom: 1px solid #E0E0E1;
  margin: 1em 0 2em 0;
  background-color: #F9F8F8;
  overflow: hidden;
}

.works .table-works dt, .works .table-works dd {
  padding: 20px;
}

.works .table-works dt {
  border-top: 1px solid #E0E0E1;
  font-weight: bold;
  float: left;
  width: 100px;
}

@media sp {
  .works .table-works dt {
    width: 100%;
    float: none;
    padding: 0.5em 20px;
  }
}

.works .table-works dd {
  margin-left: 100px;
  border-top: 1px solid #E0E0E1;
  background-color: #fff;
}

@media only screen and (min-width: 768px), print {
  .works .imgleft_works {
    float: left;
  }
}

@media only screen and (min-width: 768px), print {
  .works .imgleft_works + .imglast {
    margin-left: 520px;
  }
}

@media only screen and (max-width: 767px) {
  .works .imgleft_works + .imglast {
    margin-top: 20px;
  }
}

.works .imglast + .table-works {
  margin-top: 70px;
}

.yt {
  padding: 2em;
}

@media only screen and (min-width: 768px), print {
  .yt {
    padding: 50px 0;
  }
}

.yt__iframe {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 2em);
  height: 100%;
  aspect-ratio: 16 / 9;
}

.yt__txt {
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .yt__txt {
    font-size: 1.35em;
  }
}

.yt__txt span {
  margin: 0 0.5em;
}

.yt__txt span.-rev {
  display: inline-block;
  transform-origin: 50%;
  transform: scaleX(-1);
}

.pc-hidden {
  display: none;
}

.lead.mb30,
.container.mb30,
.mb30.cv-line__inner {
  margin-bottom: 30px;
}

.hc_box {
  margin-bottom: 40px;
}

.hc_box span {
  display: block;
}

.hc_box .box_title {
  background-color: #94c33a;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 10px;
}

.hc_box .box_title .t_main {
  font-size: 24px;
}

.hc_box .box_title .sub {
  font-size: 18px;
}

.hc_box .wrp_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hc_box .wrp_box .box {
  width: 49.5%;
  display: flex;
  align-items: center;
  border: 2px solid #94c33a;
  margin-bottom: 15px;
}

.hc_box .wrp_box .box.ajust {
  width: 100%;
}

.hc_box .wrp_box .box.ajust .item {
  width: 83%;
}

.hc_box .wrp_box .box.ajust .item:first-of-type {
  width: 17%;
}

.hc_box .wrp_box .box .item {
  width: 65%;
  padding: 15px 10px;
}

.hc_box .wrp_box .box .item:first-of-type {
  text-align: center;
  width: 35%;
}

.hc_box .wrp_box .box .item img {
  margin-bottom: 10px;
  max-width: 80px;
}

.hc_box .wrp_box .box .item .t_main {
  font-weight: 600;
}

.hc_box .wrp_box .box .item .sub {
  color: #cc0e0e;
}

.hc_box .wrp_box .box .item ul li {
  font-size: 12px;
}

.more_btn_box {
  text-align: center;
  margin-top: 50px;
}

.more_btn_box .item_tit {
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

ul.keep{
    padding-left: 21px;
}

ul.keep>li {
    position: relative;
    margin-bottom: 32px;
}
ul.keep>li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.8em;
    left: -1.5em;
    width: 10px;
    height: 5px;
    border-left: 2px solid #22ac38;
    border-bottom: 2px solid #22ac38;
    transform: rotate(-45deg);
}
h3.keep_ttl {
    font-size: 16px;
    font-weight: bold;
}
p.keep_txt {
    margin-top: 8px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
  .sm-hidden {
    display: none;
  }
  .ajust03 {
    max-width: 280px;
    margin: 0 auto;
  }
  .lead__text.pc-hidden {
    font-size: 12px;
    margin-top: 20px;
  }
  .hc_box .box_title .t_main {
    font-size: 21px;
  }
  .hc_box .box_title .sub {
    font-size: 14px;
  }
  .hc_box .wrp_box .box {
    flex-wrap: wrap;
  }
  .hc_box .wrp_box .box .item:first-of-type,
  .hc_box .wrp_box .box.ajust .item:first-of-type,
  .hc_box .wrp_box .box {
    width: 100%;
    margin-bottom: 10px;
  }
  .hc_box .wrp_box .box .item:first-of-type,
  .hc_box .wrp_box .box.ajust .item:first-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .hc_box .wrp_box .box .item,
  .hc_box .wrp_box .box.ajust .item {
    width: 100%;
  }
  .more_btn_box .item_tit {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .more_btn_box .feature__btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 450px) {
ul.keep.lead.u-mt-50.u-mt-30-sp {
    width: 95%;
    margin: 0 auto;
}
}

/* 地域ページ */

header.s_ttl h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    position: relative;
    max-width: 280px;
    margin: 0 auto;
}
header.s_ttl h2::before {
    content: '';
    background: url(img/region/l_slash.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
}
header.s_ttl h2::after {
    content: '';
    background: url(img/region/r_slash.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
    display: block;
    position: absolute;
    right: 8px;
    top: 9px;
}
header.s_ttl .ttl_sub {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: -4px;
}
ul.service_list {
    display: flex;
    justify-content: space-between;
}
ul.service_list li {
    width: 100%;
    max-width: 188px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}


.cv_area {
    width: 100%;
    border: 3px solid #22ac38;
}
p.cv_ttl {
    font-size: 40px;
    font-weight: bold;
    padding-top: 21px;
    text-align: center;
    padding-left: 60px;
    position: relative;
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
}
p.cv_ttl::before {
    content: '';
    background: url(img/region/women_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 64px;
    height: 103px;
    position: absolute;
    left: -8px;
    top: -18px;
}
.cv_ttl>span.num {
    font-size: 72px;
    color: #22ac38;
    display: inline-block;
    margin-left: 8px;
    line-height: 0.8;
}
span.f_24 {
    font-size: 24px;
}
p.cv_txt {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.cv_btn {
    display: flex;
    justify-content: space-evenly;
    padding: 24px 24px 40px;
    flex-wrap: wrap;
}
.cv_btn a {
    width: 100%;
    max-width: 440px;
    text-decoration: none;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
}
a.cv_tel {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #E69797;
    border-radius: 50px;
    padding: 11px 13px 8px 140px;
    text-align: center;
    display: flex;
    position: relative;
    align-items: center;
}
a.cv_tel::before {
    content: '';
    background: url(img/region/tel_icon.svg) no-repeat;
    background-size: cover;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 110px;
    top: 23px;
}
a.cv_tel span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin: auto 0 auto 16px;
}
a.cv_web {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #22ac38;
    border-radius: 50px;
    padding: 11px 16px 8px 16px;
    text-align: center;
    line-height: 1.3;
}
a.cv_web span {
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 500;
}

header.w_ttl h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
header.w_ttl div {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}
ul.w_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
}
ul.w_list li {
    width: 100%;
    max-width: 308px;
}
ul.w_list li:nth-child(n+4) {
    margin-top: 40px;
}
ul.w_list li .txt {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}
.p_area {
    background: #40C2BE;
    position: relative;
    margin-top: 80px;
    padding-top: 0px;
    padding-bottom: 64px;
}
.p_area::before {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 32px 32px 0 32px;
    border-color: #fff transparent transparent transparent;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
header.p_ttl h3 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 80px;
}
header.p_ttl h3>img {
    max-width: 190px;
    width: 100%;
}
header.p_ttl h3>span {
    font-size: 24px;
    margin-left: 11px;
}
header.p_ttl>div {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.08rem;
    margin-top: 14px;
}
ul.p_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
ul.p_list li {
    width: 100%;
    max-width: 480px;
    display: block;
    background: #fff;
    margin-left: 14px;
    text-align: center;
    padding-bottom: 32px;
}
.p_ttl {
    position: relative;
}
.p_num {
    position: absolute;
    background: #000;
    border-radius: 100%;
    color: #fff;
    max-width: 28px;
    height: 28px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    left: -14px;
    top: -14px;
    padding-left: 2px;
    padding-top: 1px;
}
.p_ttl>h3 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 32px;
}
ul.p_list li img {
    max-width: 233px;
    margin: 16px 0;
}
ul.p_list .txt {
    font-size: 14px;
    width: 100%;
    padding: 0 40px;
	text-align: left;
}
ul.p_list li:nth-child(n+3) {
    margin-top: 40px;
}

ul.scene_list {
    display: flex;
    justify-content: space-between;
}
ul.scene_list li {
    width: 100%;
    max-width: 188px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}
header.s_ttl .sub {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}


/* 地域ページ SP版 */
@media only screen and (max-width: 960px) {

a.cv_web {
    margin-top: 24px;
}
ul.w_list {
    justify-content: space-evenly;
}
ul.p_list {
    justify-content: center;
}
ul.p_list li:nth-child(2) {
    margin-top: 40px;
}
ul.service_list {
    justify-content: center;
    flex-wrap: wrap;
}
ul.service_list li {
    margin: 24px;
}
ul.scene_list {
    justify-content: center;
    flex-wrap: wrap;
}
ul.scene_list li {
    margin: 24px;
}
	
}
@media only screen and (max-width: 767px) {

header.s_ttl .ttl_sub {
    font-size: 32px;
    line-height: 1.3;
    width: 95%;
    margin: 8px auto 0px;
}
ul.service_list li {
    margin: 16px;
}
.cv_ttl>span.num {
    font-size: 56px;
    margin-left: 3px;
}
p.cv_ttl {
	font-size: 32px;
    padding-left: 40px;
}
p.cv_ttl::before {
    width: 50px;
    height: 80px;
    left: 10px;
    top: -11px;
}
span.f_24 {
    font-size: 21px;
}
a.cv_tel {
	padding: 11px 16px 8px 110px;	
}
a.cv_tel::before{
	left: 80px;	
}
header.w_ttl div {
    font-size: 32px;
    width: 95%;
    margin: 0 auto;
}
ul.w_list li {
    max-width: 200px;
}
ul.w_list li .txt {
    font-size: 16px;
}
ul.w_list li:nth-child(n+3) {
    margin-top: 32px;
}
header.p_ttl h3 {
    font-size: 24px;
}
header.p_ttl h3>img {
    max-width: 160px;
}
header.p_ttl h3>span {
    margin-left: 5px;
}
header.p_ttl>div {
    font-size: 18px;
    margin-top: 0px;
}
ul.p_list {
    margin-right: 14px;
}
header.s_ttl .sub {
    font-size: 24px;
	width: 95%;
    margin: 0 auto;
}
ul.scene_list li {
    margin: 16px;
}
}

@media only screen and (max-width: 450px) {
ul.service_list li {
    margin: 8px;
    max-width: 158px;
}
	ul.scene_list li {
    margin: 8px;
    max-width: 158px;
}
	p.cv_ttl {
    font-size: 26px;
    padding-left: 32px;
}
p.cv_ttl::before {
    width: 48px;
    height: 76px;
    left: 8px;
    top: -8px;
}
.cv_ttl>span.num {
    font-size: 48px;
    margin-left: 1px;
}
p.cv_txt {
    font-size: 16px;
    line-height: 1.3;
    padding: 5px 16px 0px;
}
a.cv_tel {
    padding: 11px 16px 8px 50px;
	flex-wrap: wrap;
}
a.cv_tel::before {
    left: 21px;
}
ul.w_list li {
    max-width: 280px;
    width: 100%;
	margin-bottom: 32px;
}
ul.w_list {
    margin-top: 16px;
    flex-wrap: wrap;
}
ul.w_list li .txt {
    font-size: 16px;
    text-align: center;
}
.p_area {
    margin-top: 48px;
}
header.s_ttl .sub {
    line-height: 1.3;
}
ul.w_list li:nth-child(n+3) {
      margin-top: 0px;
}
ul.w_list li:nth-child(n+4) {
    margin-top: 0px;
}
}



/* 地域別ページへの導線 */
.region_area {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.region_area a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #22ac38;
    padding: 16px 40px;
    position: relative;
    margin-top: 24px;
}
.region_area a::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 26px;
    right: 8px;
}
.region_ttl {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 90%;
    margin: 0px auto 8px;
}

@media only screen and (max-width: 390px) {
	a.cv_tel {
    padding: 11px 0px 8px 42px;
}
	a.cv_tel::before {
    left: 18px;
    width: 18px;
    height: 18px;
}
a.cv_tel span {
    font-size: 13px;
	margin: auto 0 auto 5px;
}
p.cv_ttl::before {
    width: 40px;
    height: 63px;
    left: 2px;
    top: -3px;
}
	
}
.meta-thumb{
  width: 120px;
  display: block;
  margin: .5em 1rem 0 auto;
 
}
@media only screen and (min-width: 768px),
print {
.meta-thumb {
    width: 142px;
    margin: -1em 0 0;
  }
}