@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
.spi, .spib, .sp, .spflex {
  display: none !important;
}
.pci {
  display: inline !important;
}
.pcib {
  display: inline-block !important;
}
.pc {
  display: block !important;
}
@media screen and (max-width: 765px) {
  .pci, .pcib, .pc {
    display: none !important;
  }
  .spi {
    display: inline !important;
  }
  .spib {
    display: inline-block !important;
  }
  .sp {
    display: block !important;
  }
  .spflex {
    display: flex !important;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
article, main, details, aside, footer, header, nav, section, div, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, address, article, main, details, aside, footer, header, nav, section, div, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, address, small {
  display: block;
  box-sizing: border-box;
}
nav ul {
  list-style: none;
}
a, span {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input, select {
  vertical-align: middle;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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 */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: 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;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/*	Base 
 ========================================== */
body {
  width: 100%;
  padding-top: 78px;
  color: #01704A;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
body.home {
  padding-top: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
a {
  color: #01704A;
}
a:hover {
  text-decoration: underline;
  color: #01704A;
}
a:visited {
  color: #01704A;
}
/*---------------------------------
 modlues
 ---------------------------------*/
.move {
  transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate3d(0, 65px, 0);
  opacity: 0;
}
.move--from-left {
  transform: translate3d(-20px, 0, 0);
}
.move--from-right {
  transform: translate3d(20px, 0, 0);
}
.move--first-out {
  transition-delay: 0.35s;
}
.move.lag1 {
  transition-delay: 0.4s;
}
.move.lag2 {
  transition-delay: 0.8s;
}
.move.is-active {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.fv-top {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 78px;
}
.fv-top:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
  content: '';
  background-color: #01704A;
}
.fv-top__content-wrap {
  position: relative;
}
.fv-top__content-wrap:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 5.7%;
  display: block;
  width: 30%;
  height: 90%;
  content: '';
  transform: translateY(-50%);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(197, 201, 209, 1) 5px, rgba(197, 201, 209, 1) 6px);
  background-size: auto auto;
}
.fv-top__pic {
  display: block;
  width: 75.5%;
  max-width: 1500px;
  margin-right: 4.2%;
  margin-left: auto;
}
.fv-top__txt-box {
  position: absolute;
  top: 50%;
  left: 11.3%;
  transform: translateY(-50%);
}
.fv-top__subttl {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-size: 1.15vw;
  line-height: 1.64;
  margin-bottom: 25px;
  letter-spacing: 0.19vw;
  color: #01704A;
}
.fv-top__mainttl span {
  font-size: 2.1vw;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  letter-spacing: 0.1vw;
  color: #01704A;
  background-color: #fff;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
.fv-top__scroll {
  position: absolute;
  top: 50%;
  left: 1.5%;
  transform: translateY(-50%);
}
.fv-top__scroll p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.72px;
  -ms-writing-mode: tb-rl;
  color: #01704A;
  font-family: 'Josefin Sans', sans-serif;
  writing-mode: vertical-rl;
}
.fv-top__scroll-line {
  position: absolute;
  top: 110%;
  left: 50%;
  width: 1px;
  height: 50px;
  transform: translateX(-50%);
  background-color: #01704A;
}
.fv-top__scroll-circle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translateX(-50%);
  animation: scroll 2.2s infinite;
}
@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 38px);
    opacity: 0;
  }
}
@keyframes scroll2 {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 82px);
    opacity: 0;
  }
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 78px;
  padding: 13px 0;
  transition: all 0.3s;
  background-color: #fff;
}
.header__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__sub-text {
  font-size: 10px;
  padding-left: 15px;
}
.header.header--top {
  background-color: transparent;
}
.header.header--top .g-menu > li > a {
  color: #fff;
}
.header.header--top .g-menu > li > a.active {
  border-bottom: 1px solid #fff;
}
.header.-scrolled {
  z-index: 10;
  width: 100%;
  box-shadow: 0 1px 8px 0 #e6e6e6;
}
.header.-scrolled .g-menu > li > a.active {
  border-bottom-color: #01704A;
}
.header.-scrolled .g-menu > li > a:link, .header.-scrolled .g-menu > li > a:visited, .header.-scrolled .g-menu > li > a:hover {
  color: #01704A;
	font-weight:500;
}
.header.header--top.-scrolled {
  background-color: #fff;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 45px;
}
.header-logo img {
  width: 120px;
  transition: all 0.4s;
}
.header-logo img:hover {
  opacity: 0.7;
}
.g-menu > li {
  position: relative;
  display: inline-block;
  margin-right: 42px;
}
.g-menu a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
  letter-spacing: 0.96px;
  font-family: 'Josefin Sans', sans-serif;
}
.g-menu a.active {
  border-bottom: 1px solid #01704A;
}
.g-menu .submenu {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: -10px;
  visibility: hidden;
  min-width: 200px;
  max-width: 400px;
  padding: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  opacity: 0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .07);
}
.g-menu .submenu a {
  display: block;
  padding: 5px 10px;
  transition: all 0.2s;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.g-menu .submenu li {
  border-bottom: 1px solid rgba(238, 238, 238, .432);
  border-radius: 5px;
}
.g-menu .submenu li:hover {
  background-color: rgba(238, 238, 238, .432);
}
.g-menu .submenu li:last-child {
  border-bottom: none;
}
.g-menu > li:hover .submenu {
  top: 40px;
  visibility: visible;
  opacity: 1;
}
.g-menu > li > a {
  padding-bottom: 10px;
}
.sec {
  padding-top: 90px;
  padding-bottom: 60px;
}
.h2-main {
  margin-bottom: 90px;
  text-align: center;
}
.h2-main__inner {
  position: relative;
  display: inline-block;
  padding: 0 90px;
}
.h2-main__inner:before, .h2-main__inner:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 1px;
  height: 55px;
  content: '';
  transform: translateY(-50%) rotate(45deg);
  background-color: #01704A;
}
.h2-main__inner:before {
  left: 0;
}
.h2-main__inner:after {
  right: 0;
}
.h2-main p {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 6.12px;
  color: #01704A;
  font-family: 'Josefin Sans', sans-serif;
}
.h2-main span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: -2px;
  letter-spacing: 0.96px;
  color: #01704A;
}
.h2-main.-white .h2-main__inner:before, .h2-main.-white .h2-main__inner:after {
  background-color: #fff;
}
.h2-main.-white p {
  color: #fff;
}
.h2-main.-white span {
  color: #fff;
}
.top-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
}
.top-menu__img-wrap {
  position: relative;
  flex: 0 0 50%;
}
.top-menu__img-wrap img {
  width: 100%;
}
.top-menu__img-wrap:after {
  position: absolute;
  z-index: -1;
  top: 4%;
  right: -2%;
  display: block;
  width: 100%;
  height: 97%;
  content: '';
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(197, 201, 209, 1) 4px, rgba(197, 201, 209, 1) 5px);
  background-size: auto auto;
}
.top-menu__info {
  flex: 0 0 50%;
  text-align: center;
}
.top-menu__info-content {
  display: inline-block;
  width: 86%;
  text-align: left;
}
.top-menu__subttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.81;
  margin-bottom: 20px;
  color: #d28c00;
}
.top-menu__ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.41;
  margin-bottom: 22px;
  white-space: nowrap;
  letter-spacing: 1.1px;
  color: #01704A;
}
.top-menu__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 20px;
}
.top-menu__column {
  margin-top: 30px;
  padding: 35px 15px 35px 40px;
  background-color: #DFECE7;
}
.top-menu__column-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.51;
  margin-bottom: 7px;
  letter-spacing: 0.84px;
}
.top-menu__column-list li {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.07;
  padding-left: 20px;
  letter-spacing: 0.56px;
  background: url('../img/check.svg') no-repeat center / cover;
  background-position: 0 10px;
  background-size: 10px 8px;
}

.listp{
	font-size:15px;
	padding-bottom:16px;
}
.top-menu__link {
  margin-top: 35px;
  text-align: center;
}
.top-menu--reversed {
  flex-direction: row-reverse;
}
.top-menu--reversed .top-menu__img-wrap:after {
  right: unset;
  left: -2%;
}
.view-more {
  font-size: 16px;
  font-weight: 400;
  line-height: 65px;
  position: relative;
  display: inline-block;
  width: 291.7px;
  height: 65px;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.6px;
  color: #fff;
  background-color: #01704A;
  box-shadow: 0 10px 25px 0 rgba(252, 176, 59, .37);
  font-family: 'Josefin Sans', sans-serif;
}

.view-more2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 65px;
  position: relative;
  display: inline-block;
  width: 291.7px;
  height: 65px;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.6px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgba(252, 176, 59, .37);
  font-family: 'Josefin Sans', sans-serif;
}
.view-more:link, .view-more:hover, .view-more:visited {
  text-decoration: none;
  color: #fff;
}

.view-more2:link, .view-more2:hover, .view-more2:visited {
  text-decoration: none;
  color: #01704A
}
.view-more:after {
  position: absolute;
  top: 32.5px;
  right: -24px;
  display: block;
  width: 47.9px;
  height: 1px;
  content: '';
  transition: all 0.3s;
  background-color: #ffd57a;
}

.view-more2:after {
  position: absolute;
  top: 32.5px;
  right: -24px;
  display: block;
  width: 47.9px;
  height: 1px;
  content: '';
  transition: all 0.3s;
  background-color: #ffd57a;
}
.view-more:hover {
  opacity: 0.92;
  box-shadow: 0 5px 10px 0 rgba(255, 153, 0, .5);
}

.view-more2:hover {
  opacity: 0.92;
  box-shadow: 0 5px 10px 0 rgba(255, 153, 0, .5);
}
.view-more:hover:after {
  right: -35px;
}

.view-more2:hover:after {
  right: -35px;
}
.view-more.-white {
  color: #01704A;
  background-color: #fff;
}
.view-more.-white:after {
  right: unset;
  left: -24px;
}
.view-more.-white:hover:after {
  right: unset;
  left: -35px;
}
.top-staff {
  position: relative;
  width: 66%;
  margin-right: 0;
  margin-left: auto;
}
.top-staff__img {
  position: absolute;
  top: -50px;
  right: 90%;
  width: 411px;
}
.top-staff__img img {
  width: 100%;
}
.top-staff__info {
  padding: 89px 0 89px 15%;
  text-align: left;
  background: #fff url(../img/dot_bg.jpg) repeat top left/8px;
}
.top-staff__name {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 7.2px;
  font-family: 'Josefin Sans', sans-serif;
}
.top-staff__furigana {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
  margin-bottom: 30px;
  letter-spacing: 0.96px;
  color: #d28c00;
}
.top-staff__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: 0.84px;
}
.top-staff__link {
  margin-top: 50px;
  text-align: left;
}
.top-feature {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-feature__item {
  position: relative;
  width: 23%;
  max-width: 380px;
  margin-right: 9%;
}
.top-feature__item:last-child {
  margin-right: 0;
}
.top-feature__img {
  width: 100%;
}
.top-feature__img img {
  width: 100%;
}
.top-feature__info {
  position: absolute;
  top: 93%;
  left: -41px;
  width: 97%;
  padding: 20px;
  background-color: #fff;
}
.top-feature__label {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -54px;
  left: -13px;
  padding: 12px 15px 9px;
  letter-spacing: 3.6px;
  background-color: #fff;
  font-family: 'Josefin Sans', sans-serif;
}
.top-feature__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 1.44px;
}
.top-method {
  color: #fff;
}
.top-method.sec {
  padding-bottom: 0;
}
.top-method__wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.top-method__wrap:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 80%;
  height: 90%;
  content: '';
  background-color: #01704A;
}
.top-method__info-container {
  flex: 0 0 50%;
  padding-bottom: 60px;
  text-align: center;
}
.top-method__info {
  display: inline-block;
  text-align: left;
}
.top-method__ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.53;
  margin-bottom: 25px;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 1350px) {
  .top-method__ttl {
    letter-spacing: 1.2px;
  }
}
.top-method__caution {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.61;
  display: inline-block;
  margin-bottom: 45px;
  padding: 1px 5px;
  text-align: left;
  letter-spacing: 1.08px;
  background-color: #d28c00;
}
.top-method__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.81;
  margin-bottom: 40px;
  letter-spacing: 0.96px;
}
.top-method__prepare {
  position: relative;
  width: 312px;
  padding: 25px 0 20px;
  text-align: center;
  border: solid 1px #fff;
}
.top-method__prepare span {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  padding: 0 7px;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.78px;
  background-color: #01704A;
}
.top-method__prepare p {
  font-size: 13px;
  font-weight: 500;
  line-height: 2.23;
  letter-spacing: 0.78px;
}
.top-method__img {
  position: relative;
  flex: 0 0 50%;
}
.top-method__img img {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 1650px) {
  .top-method__img img {
    width: calc(100% - 20px);
  }
}
.top-method__img:after {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 20px;
  display: block;
  width: 98%;
  max-width: 800px;
  height: 98%;
  content: '';
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #c5c9d1 4px, #c5c9d1 5px);
  background-size: auto auto;
}
@media screen and (max-width: 1650px) {
  .top-method__img:after {
    width: calc(100% - 20px);
  }
}
.top-method .h2-main {
  position: relative;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}
.top-method .h2-main__inner:before, .top-method .h2-main__inner:after {
  background-color: #fff;
}
.top-method .h2-main p {
  color: #fff;
}
.top-method .h2-main span {
  color: #fff;
}
.top-method .h2-main:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 80%;
  height: 100%;
  content: '';
  background-color: #01704A;
}
.faq {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
}
.faq__main {
  width: 830px;
  padding-left: 70px;
}
.faq__item {
  padding: 28px 5px 28px 0;
  border-top: 1px solid #dedfe1;
}
.faq__item:last-child {
  border-bottom: 1px solid #dedfe1;
}
.faq_q, .faq_a {
  position: relative;
  padding-right: 25px;
  padding-left: 40px;
}
.faq_q {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1.08px;
  background: #fff url('../img/q.svg') no-repeat 0 4px / 25px 18px;
}
.faq_q:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  transform: translateY(-50%);
  background: url('../img/icon_plus.svg') no-repeat center/cover;
}
.faq_q.-on:after {
  width: 13px;
  height: 2px;
  background: url('../img/icon_minus.svg') no-repeat center/cover;
}
.faq_a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  display: none;
  margin-top: 15px;
  letter-spacing: 0.84px;
  background: #fff url('../img/a.svg') no-repeat 0 4px / 25px 18px;
}
.top-blog {
  margin: 0 auto;
  padding: 0 20px;
}
.top-blog__inner {
  position: relative;
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 65px;
  background-color: #01704A;
}
.top-blog__inner .view-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #01704A;
  background-color: #fff;
}
.top-blog__inner .view-more:link, .top-blog__inner .view-more:hover, .top-blog__inner .view-more:visited {
  color: #01704A;
}
.top-blog__inner .view-more:hover {
  opacity: 1;
  background-color: #f4f2ff;
}
.top-blog__card-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  width: 86%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(1, 89, 59, 1) 4px, rgba(21, 69, 53, 1) 5px);
  background-size: auto auto;
}
.top-blog .h2-main {
  margin-bottom: 45px;
}
.top-blog .h2-main__inner:before, .top-blog .h2-main__inner:after {
  background-color: #fff;
}
.top-blog .h2-main p {
  color: #fff;
}
.top-blog .h2-main span {
  color: #fff;
}
.blog-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47%;
  max-width: 586px;
  height: auto;
  margin-bottom: 20px;
  padding: 9px;
  transition: all 0.3s;
  background-color: #fff;
}
.blog-card:hover {
  background-color: #f1f2ff;
}
.blog-card:nth-child(2n) {
  margin-left: 20px;
}
.blog-card:last-child, .blog-card:nth-last-child(2) {
  margin-bottom: 0;
}
.blog-card__img {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding-top: 24.7%;
}
.blog-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.blog-card__info-wrap {
  width: 60%;
  text-align: center;
}
.blog-card__info {
  display: inline-block;
  overflow: hidden;
  width: 85%;
  text-align: left;
}
.blog-card__meta {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 3px;
  padding-left: 2px;
  text-align: left;
  letter-spacing: 2.16px;
  color: #6f7b81;
}
.blog-card__cat {
  font-weight: 500;
  color: #566268;
}
.blog-card__cat.-hari {
  color: #da7200;
}
.blog-card__cat.-synapse {
  color: #2e93ff;
}
.blog-card__cat.-voice {
  color: #ff87a5;
}
.blog-card__cat.-news {
  color: #6f7b80;
}
.blog-card__date {
  font-family: 'Josefin Sans', sans-serif;
}
.blog-card__ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 2px;
  margin-bottom: 9px;
  letter-spacing: 0.84px;
  -webkit-line-clamp: 2;
}
.blog-card__excerpt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  letter-spacing: 0.84px;
  -webkit-line-clamp: 2;
}
.scroll {
  position: relative;
  width: 100%;
  margin: 80px 0 0;
  padding-bottom: 80px;
}
.scroll:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 95px;
  content: '';
  transform: translateX(-50%);
  background-color: #606d80;
}
.scroll__icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  transform: translateX(-50%);
  animation: scroll2 2.2s infinite;
  border: solid 1px #606d80;
  border-radius: 50%;
}
.top-reserve {
  padding-bottom: 25px;
}
.top-reserve__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 75px;
  text-align: center;
  letter-spacing: 1.08px;
}
.top-reserve__info-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.top-reserve__info {
  width: 500px;
  height: auto;
  padding: 60px 0;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}
.top-reserve__info:hover, .top-reserve__info:visited {
  text-decoration: none;
}
.top-reserve__info:hover {
  opacity: 0.97;
}
.top-reserve__info.phone {
  margin-right: 80px;
  box-shadow: 0 15px 30px 7px rgba(52, 142, 195, .37);
}
.top-reserve__info.phone:hover {
  box-shadow: 0 18px 40px 9px rgba(52, 142, 195, .37);
}
.top-reserve__info.mail {
  box-shadow: 0 15px 30px 7px rgba(191, 182, 53, .37);
}
.top-reserve__info.mail:hover {
  box-shadow: 0 18px 40px 9px rgba(191, 182, 53, .37);
}
.top-reserve__icon.phone {
  width: 17.5px;
  margin-bottom: 13px;
}
.top-reserve__icon.mail {
  width: 26.3px;
  margin-bottom: 25.6px;
}
.top-reserve__text.phone {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1.26px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.top-reserve__text.mail {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1.26px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.footer {
  width: 100%;
}
.footer__stripes {
  width: 100%;
  height: 60px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(197, 201, 209, 1) 5px, rgba(197, 201, 209, 1) 6px);
  background-size: auto auto;
}
.footer__main {
  padding: 90px 0 30px;
  text-align: center;
  color: #fff;
  background-color: #01704A;
}
.footer__subttl {
  font-size: 12.8px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 1.28px;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
.footer__logo {
  display: block;
  margin-top: 15px;
  margin-bottom: 80px;
  text-align: center;
}
.footer__logo img {
  width: 165px;
}
.footer__nav {
  margin-bottom: 60px;
}
.footer__nav a {
  font-size: 14px;
  font-weight: 500;
  display: inline;
  margin-right: 22px;
  text-decoration: none;
}
.footer__nav a:link, .footer__nav a:hover, .footer__nav a:visited {
  color: #fff;
}
.footer__nav a:hover {
  text-decoration: underline;
}
.footer__nav a:last-child {
  margin-right: 0;
}
.footer__sns {
  width: 700px;
  margin: 0 auto 52px;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer__sns a {
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0;
  padding-left: 31px;
  transition: all 0.3s;
  letter-spacing: 1.2px;
  font-family: 'Josefin Sans', sans-serif;
}
.footer__sns a:link, .footer__sns a:hover, .footer__sns a:visited {
  text-decoration: none;
  color: #fff;
}
.footer__sns:hover {
  opacity: 0.95;
}
.footer__twitter {
  margin-right: 60px;
  background: url('../img/icon_twitter.svg') no-repeat left / 20px 16px;
}
.footer__facebook {
  margin-right: 60px;
  background: url('../img/icon_facebook.svg') no-repeat left / 12px 22px;
}
.footer__instagram {
  background: url('../img/icon_instagram.svg') no-repeat left / 22px 22px;
}
.footer__copyright {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.88px;
}
.page-title {
  padding-top: 60px;
}
.page-title__txt-wrap {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.page-title__eng-text {
  font-size: 59px;
  font-weight: 400;
  margin-right: 35px;
  letter-spacing: 3.84px;
  color: #01704A;
  font-family: 'Josefin Sans', sans-serif;
}
.page-title__slash {
  display: block;
  width: 1px;
  height: 23px;
  margin-right: 30px;
  content: '';
  transform: rotate(45deg);
  background-color: #01704A;
}
.page-title h1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.08px;
  color: #01704A;
}
.page-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .page-inner {
    width: 99%;
  }
}
.main-visual {
  width: 100%;
  height: 368.3px;
}
.main-visual--treatment {
  background: #fff url(https://plum16.com/wp-content/uploads/2021/03/pagefv.png) no-repeat center / cover;
}
.main-visual--hari {
  background: #fff url(https://plum16.com/wp-content/uploads/2021/03/pagefv.png) no-repeat center / cover;
}
.main-visual--staff {
  background: #fff url(https://plum16.com/wp-content/uploads/2021/03/pagefv.png) no-repeat center / cover;
}
.main-visual--blog {
  background: #fff url(https://plum16.com/wp-content/uploads/2021/03/pagefv.png) no-repeat center / cover;
}
.main-visual--reserve {
  background: #fff url(https://plum16.com/wp-content/uploads/2021/03/pagefv.png) no-repeat center / cover;
}
.main-visual__breadcrumb {
  display: inline-block;
  margin-top: 10px;
}
.main-visual__breadcrumb li {
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
}
.main-visual__breadcrumb li:after {
  font-size: 11px;
  padding: 0 7.5px;
  content: '>';
  color: #01704A;
}
.main-visual__breadcrumb li:last-child:after {
  content: none;
}
.main-visual__breadcrumb a {
  text-decoration: none;
}
.main-visual__breadcrumb a:link, .main-visual__breadcrumb a:visited, .main-visual__breadcrumb a:hover, .main-visual__breadcrumb a:active {
  color: #01704A;
}
.inner-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 85px;
  padding: 25px 0;
  box-shadow: 0 0 10px 0 #d6d6d6;
}
.inner-links a {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-right: 45px;
  text-decoration: none;
  letter-spacing: 0.96px;
}
.inner-links a:after {
  display: block;
  width: 8px;
  height: 4px;
  margin-left: 5px;
  content: '';
  background: url('../img/inner-link-icon.svg') no-repeat center / cover;
}
.inner-links a:last-child {
  margin-right: 0;
}
.treat-about-main {
  width: 100%;
  margin-bottom: 78px;
}
.treat-about-main__img-wrap {
  position: relative;
  width: 65%;
  margin-right: 0;
  margin-left: auto;
}
.treat-about-main__text-wrap {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 82%;
  width: 560px;
  transform: translateY(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 1500px) {
  .treat-about-main__text-wrap {
    right: 87%;
  }
}
.treat-about-main__ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.treat-about-main__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
.treat-about-main__img {
  width: 100%;
}
.treat-about-block2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 190px;
}
.treat-about-block2__img-wrap {
  width: 50%;
  padding-right: 30px;
  text-align: right;
}
.treat-about-block2__img {
  width: 654px;
  max-width: 100%;
}
.treat-about-block2__text-wrap {
  width: 50%;
  padding-left: 90px;
}
.treat-about-block2__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.13;
  max-width: 614px;
}
@media screen and (max-width: 1499px) {
  .treat-about-block2__text-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.treat-about-block3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.treat-about-block3__main-text-wrap {
  width: 50%;
  padding-right: 90px;
  text-align: right;
}
.treat-about-block3__main-text-wrap p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.92;
  display: inline-block;
  text-align: left;
  letter-spacing: 1.44px;
}
.treat-about-block3__main-text-wrap span {
  color: #de9800;
  border-bottom: 1px solid #de9800;
}
@media screen and (max-width: 1499px) {
  .treat-about-block3__main-text-wrap {
    padding-right: 0;
    text-align: center;
  }
}
.treat-about-block3__sub-text-wrap {
  width: 50%;
}
.treat-about-block3__sub-text-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.92;
  max-width: 608px;
}
@media screen and (max-width: 1499px) {
  .treat-about-block3__sub-text-wrap {
    padding: 0 40px;
  }
}
.voice {
  overflow: hidden;
  margin-top: 130px;
  padding-top: 105px;
  padding-bottom: 98px;
  background-color: #01704A;
}
.voice .slick-track {
  height: 100%;
}
.voice__slides {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.voice .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.voice__controls {
  text-align: center;
}
.voice__controls-inner {
  position: relative;
  display: inline-block;
}
.voice__controls-inner .slick-dots {
  position: static;
  display: inline-block;
  width: auto;
}
.voice__controls-inner .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7.5px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #01704A;
}
.voice__controls-inner .slick-dots li.slick-active {
  background-color: #fff;
}
.voice__controls-inner .slick-dots li button:before {
  color: transparent;
}
.voice__controls-inner .slider-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.voice__controls-inner .slider-control-btn.-prev {
  left: -45px;
}
.voice__controls-inner .slider-control-btn.-next {
  right: -45px;
}
.slider-control-btn {
  display: inline-block;
  width: 35.7px;
  height: 35.7px;
  cursor: pointer;
  filter: drop-shadow(0px 5px 12px rgba(60, 170, 235, .47));
}
.slider-control-btn.-prev {
  background: url('../img/slider_prev.png') no-repeat center / 99% 99%;
}
.slider-control-btn.-next {
  background: url('../img/slider_next.png') no-repeat center / 99% 99%;
}
.voice-card {
  width: 390px;
  margin: 0 10px;
  padding: 23px 25px;
  background-color: #fff;
}
.voice-card__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 22px;
}
.voice-card__icon {
  width: 88px;
  margin-right: 20px;
}
.voice-card__info {
  white-space: nowrap;
}
.voice-card__case {
  font-size: 13px;
  letter-spacing: 2.34px;
  color: #de9800;
  font-family: 'Josefin Sans', sans-serif;
}
.voice-card__ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.94px;
  color: #de9800;
}
.voice-card__age {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.71px;
}
.voice-card__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b8bdc9;
}
.voice-card__item:last-child {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: none;
}
.voice-card__item-ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.83px;
}
.voice-card__item-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.feature {
  padding: 105px 0 100px;
  background-color: #fcf7ed;
}
.feature__card-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature__card {
  width: 384.5px;
  margin-bottom: 20px;
  padding: 38px 40px 40px;
  background-color: #fff;
}
.feature__card:last-child {
  margin-bottom: 0;
}
.feature__card.-big {
  width: 100%;
  text-align: center;
}
.feature__card.-big .feature__head {
  justify-content: center;
}
.feature__head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.feature__icon {
  width: 49.5px;
  margin-right: 15px;
}
.feature__ttl {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2.88px;
  color: #de9800;
  font-family: 'Josefin Sans', sans-serif;
}
.feature__main-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.59;
  letter-spacing: 1.32px;
}
.feature__text-wrap {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
.feature__sub-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.feature__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.81;
  margin-bottom: 30px;
}
.flow {
  padding: 100px 0 120px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #cbcfd7 5px, #cbcfd7 6px);
  background-size: auto auto;
}
.flow__step {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 100px;
}
.flow__step:last-child {
  margin-bottom: 0;
}
.flow__img-wrap {
  z-index: 1;
  width: 336.4px;
  margin-top: -27px;
}
.flow__img-wrap img {
  width: 100%;
}
.flow__text-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 922.3px;
  margin-left: -60px;
  padding: 55px 20px 45px 114.7px;
  background-color: #fff;
}
.flow__step-name {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
  letter-spacing: 2.88px;
  color: #de9800;
  font-family: 'Josefin Sans', sans-serif;
}
.flow__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 30px;
  letter-spacing: 1.44px;
}
.flow__ttl span {
  font-size: 14px;
  font-weight: 500;
}
.flow__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
}
.flow__caution {
  margin-top: 30px;
}
.flow__caution span {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.57;
  padding-bottom: 7px;
  border-bottom: 1px solid #de9800;
}
.menu-n-price {
  padding: 100px 0 80px;
}
.menu-n-price__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.menu-n-price__img-wrap {
  width: 507.7px;
  margin-right: 102px;
}
.menu-n-price__img-wrap img {
  width: 100%;
}
.menu-n-price__ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1.92px;
}
.menu-n-price__est {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
.menu-n-price__price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.menu-n-price__price span {
  font-size: 24px;
}
.menu-n-price__caution {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.93;
  margin-bottom: 45px;
  white-space: nowrap;
}
.menu-n-price__list-ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
  letter-spacing: 0.84px;
}
.menu-n-price__list {
  margin-bottom: 29px;
}
.menu-n-price__list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.07;
  padding-left: 20px;
  letter-spacing: 0.56px;
  background: url(../img/check.svg) no-repeat center/cover;
  background-position: 0 10px;
  background-size: 10px 8px;
}
.menu-n-price__extra-message {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
  display: inline-block;
  margin-bottom: 30px;
  padding: 15px 20px;
  letter-spacing: 0.56px;
  background-color: #fcf7ed;
}
.menu-n-price__link .view-more {
  width: 463px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.hari-about {
  padding-bottom: 100px;
}
.hari-about__wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 650px;
}
.hari-about__info {
  position: absolute;
  top: 0;
  left: 0;
}
.hari-about__ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 32px;
}
.hari-about__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
	margin-bottom:16px;
}
.hari-about__img-wrap {
  z-index: -1;
  width: 839.5px;
}
.hari-about__img-wrap img {
  width: 100%;
}
.hari-feature {
  padding: 105px 0 100px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #ebeced 5px, #ebeced 6px);
  background-size: auto auto;
}
.hari-feature .hari-feature__item {
  margin-bottom: 139px;
}
.hari-feature .hari-feature__item:last-child {
  margin-bottom: 0;
}
.hari-feature .hari-feature__inner {
  position: relative;
  width: 60%;
  margin-right: 0;
  margin-left: auto;
}
.hari-feature .hari-feature__info {
  position: absolute;
  z-index: 1;
  top: -40px;
  left: -405px;
  width: 441px;
  padding: 60px 35px;
  background-color: #fff;
}
.hari-feature .hari-feature__number {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 2.52px;
  color: #e6a000;
  font-family: 'Josefin Sans', sans-serif;
}
.hari-feature .hari-feature__slash {
  display: block;
  width: 1px;
  height: 19px;
  margin: 0 auto 12px;
  content: '';
  transform: rotate(45deg);
  background-color: #01704A;
}
.hari-feature .hari-feature__ttl {
  font-size: 24px;
  font-weight: bold;margin-bottom:24px;
  text-align: center;
  letter-spacing: 1.44px;
}
.hari-feature .hari-feature__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
}
.hari-feature img {
  z-index: -1;
  width: 100%;
}
.hari-feature__item.-reversed .hari-feature__inner {
  margin-left: auto;
  margin-left: 0;
}
.hari-feature__item.-reversed .hari-feature__info {
  right: -405px;
  left: unset;
}
.hari-menu-n-price {
  padding-top: 100px;
}
.hari-menu-n-price__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 99px;
}
.hari-menu-n-price__img-wrap {
  width: 507.7px;
  margin-right: 90px;
}
.hari-menu-n-price__img-wrap img {
  width: 100%;
}
.hari-menu-n-price__ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 1.92px;
}
.hari-menu-n-price__est {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
.hari-menu-n-price__price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 17px;
}
.hari-menu-n-price__price span {
  font-size: 24px;
}
.hari-menu-n-price__caution {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.93;
  margin-bottom: 40px;
  white-space: nowrap;
}
.hari-menu-n-price__list-ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.84px;
}
.hari-menu-n-price__tags {
  margin-bottom: 35px;
}
.hari-menu-n-price__tags span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 6.7px;
  padding: 5px 10px;
  letter-spacing: 0.56px;
  background-color: #fdf6e7;
}
.hari-menu-n-price__link .view-more {
  width: 463px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.staff-main {
  margin-top: 120px;
  margin-bottom: 70px;
}
.staff-main__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.staff-main__img-wrap {
  position: relative;
  width: 485px;
  margin-right: 110px;
}
.staff-main__img-wrap img {
  width: 100%;
}
.staff-main__img-wrap:before {
  position: absolute;
  z-index: -1;
  top: 21px;
  left: 20px;
  display: block;
  width: 99.8%;
  height: 99%;
  content: '';
  background: url(../img/dot_bg.jpg) repeat top left/8px;
}
.staff-main__info {
  padding-top: 50px;
}
.staff-main__name {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 4px;
  letter-spacing: 7.2px;
  font-family: 'Josefin Sans', sans-serif;
}
.staff-main__kana {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.96px;
  color: #dc9600;
}
.staff-main__job-desc {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 0.84px;
}
.staff-main__hr {
  width: 513px;
  height: 1px;
  margin-bottom: 35px;
  background-color: #e3e3e3;
}
.staff-main__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.staff-main__sub-ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}
.staff-main__list {
  margin-bottom: 30px;
}
.staff-main__list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  position: relative;
  padding-left: 20px;
}
.staff-main__list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  content: '';
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #d48e00;
}
.staff-main__list-no-bullet li {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.staff-gallery {
  margin-bottom: 120px;
}
.staff-gallery__wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.staff-gallery img {
  width: 395.9px;
  margin-right: 6.1px;
  margin-bottom: 5.6px;
}
.staff-gallery img:nth-child(3n) {
  margin-right: 0;
}
.staff-others__h2 {
  margin-bottom: 65px;
  text-align: center;
}
.staff-others__h2 span {
  font-size: 21px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #01704A;
}
.staff-others__h2 span:after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  transform: translate(-50%, -10px) rotate(45deg);
  border-right: 1px solid #01704A;
  border-bottom: 1px solid #01704A;
  background-color: #fff;
}
.staff-others__outer-wrap {
  padding-bottom: 50px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #cbcfd7 5px, #cbcfd7 6px);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% calc(100% - 120px);
}
.staff-others__wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.staff-others__item {
  width: 287px;
  margin-right: 16.7px;
  margin-bottom: 25px;
}
.staff-others__item:nth-child(4n) {
  margin-right: 0;
}
.staff-others__img-wrap {
  width: 100%;
  height: 203.3px;
}
.staff-others__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-others__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 269px;
  height: 245px;
  margin: -25px auto 0;
  padding: 30px 15px;
  background-color: #fff;
}
.staff-others__kana {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8.5px;
  text-align: center;
  letter-spacing: 2.34px;
  font-family: 'Josefin Sans', sans-serif;
}
.staff-others__name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
  text-align: center;
  letter-spacing: 0.96px;
  color: #dc9600;
}
.staff-others__job-ttl {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.84px;
}
.staff-others__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.61;
  margin-top: 19px;
}
.blog-list {
  padding-top: 54.3px;
  padding-bottom: 100px;
}
.blog-list a:link, .blog-list a:visited, .blog-list a:hover, .blog-list a:active {
  text-decoration: none;
}
.blog-list__h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: 2.88px;
  font-family: 'Josefin Sans', sans-serif;
}
.blog-list__categories-meta-wrap {
  box-shadow: 0 0 10px 0 #d6d6d6;
}
.blog-list__categories {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.blog-list__category-link {
  font-size: 14px;
  display: block;
  flex-grow: 1;
  padding: 20px 0;
  transition: all 0.3s;
  text-align: center;
}
.blog-list__category-link:link, .blog-list__category-link:visited, .blog-list__category-link:active {
  color: #01704A;
}
.blog-list__category-link:hover {
  color: #fff;
  background-color: #01704A;
}
.blog-list__category-link:hover:after {
  color: #fff;
}
.blog-list__category-link:after {
  margin-left: 5px;
  content: '›';
  color: #01704A;
}
.blog-list__category-link.-active {
  background-color: #01704A;
}
.blog-list__category-link.-active:link, .blog-list__category-link.-active:visited, .blog-list__category-link.-active:hover, .blog-list__category-link.-active:active {
  color: #fff;
}
.blog-list__category-link.-active:after {
  color: #fff;
}
.blog-list__wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}
.blog-list__media {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 38.8px;
  transition: all 0.25s;
}
.blog-list__media:last-child {
  margin-bottom: 0;
}
.blog-list__media:hover {
  opacity: 0.85;
}
.blog-list__thumb-wrap {
  width: 303px;
  height: 187px;
}
.blog-list__thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list__info {
  width: 797.1px;
}
.blog-list__meta {
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  margin-bottom: 22px;
  padding-left: 4px;
}
.blog-list__cat {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  padding-right: 5px;
  text-align: left;
  letter-spacing: 2.16px;
}
.blog-list__cat.-hari {
  color: #da7200;
}
.blog-list__cat.-synapse {
  color: #2e93ff;
}
.blog-list__cat.-voice {
  color: #ff87a5;
}
.blog-list__cat.-news {
  color: #6f7b80;
}
.blog-list__date {
  font-size: 12px;
  font-weight: 400;
  padding-left: 5px;
  text-align: left;
  letter-spacing: 2.16px;
  color: #6f7b8e;
  font-family: 'Josefin Sans', sans-serif;
}
.blog-list__ttl {
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog-list__excerpt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  margin-right: 19px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination__prev a, .pagination__next a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.52px;
  font-family: 'Josefin Sans', sans-serif;
}
.pagination__prev a:link, .pagination__next a:link, .pagination__prev a:visited, .pagination__next a:visited, .pagination__prev a:hover, .pagination__next a:hover, .pagination__prev a:active, .pagination__next a:active {
  text-decoration: none;
  color: #01704A;
}
.pagination__link a {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: all 0.2s;
  border-radius: 50%;
  background-color: #f2f2f2;
  font-family: 'Josefin Sans', sans-serif;
}
.pagination__link a:link, .pagination__link a:visited, .pagination__link a:active {
  color: #01704A;
}
.pagination__link a:hover {
  color: #fff;
  background-color: #01704A;
}
.pagination__link.-active a {
  background-color: #01704A;
}
.pagination__link.-active a:link, .pagination__link.-active a:visited, .pagination__link.-active a:hover, .pagination__link.-active a:active {
  color: #fff;
}
.blog-content {
  width: 800px;
  margin: 90px auto 135px;
}
.blog-content .blog-content__meta {
  display: flex;
  align-items: baseline;
  margin-bottom: 23px;
}
.blog-content .blog-content__cat {
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  letter-spacing: 2.52px;
}
.blog-content .blog-content__cat.-hari {
  color: #da7200;
}
.blog-content .blog-content__cat.-synapse {
  color: #2e93ff;
}
.blog-content .blog-content__cat.-voice {
  color: #ff87a5;
}
.blog-content .blog-content__cat.-news {
  color: #6f7b80;
}
.blog-content .blog-content__date {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  letter-spacing: 2.52px;
  color: #6f7b8e;
  font-family: 'Josefin Sans', sans-serif;
}
.blog-content .blog-content__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.79;
  margin-bottom: 30px;
  letter-spacing: 1.44px;
}
.blog-content .blog-content__thumbnail {
  width: 100%;
}
.blog-content h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.72;
  margin-bottom: 20px;
  letter-spacing: 1.08px;
}
.blog-content h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.72;
  margin-bottom: 20px;
  letter-spacing: 1.08px;
}
.blog-content h4, .blog-content h5, .blog-content h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.72;
  margin-bottom: 20px;
  letter-spacing: 1.08px;
}
.blog-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.94;
  margin-bottom: 30px;
  letter-spacing: 0.96px;
}
.blog-content img {
  width: 100%;
  height: auto;
  margin-bottom: 37px;
}
.back-to-list-btn {
  margin-bottom: 120px;
  text-align: center;
}
.back-to-list-btn .view-more {
  width: 614px;
}
.back-to-list-btn .view-more:after {
  right: unset;
  left: -24px;
}
.back-to-list-btn .view-more:hover:after {
  right: unset;
  left: -35px;
}
.latest-blog {
  padding-top: 110px;
  padding-bottom: 100px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #d2d6de 4px, #d2d6de 5px);
  background-size: auto auto;
}
.latest-blog__card-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.latest-blog .blog-card__meta {
  margin-bottom: 15px;
}
.latest-blog .blog-card__excerpt {
  display: none;
}
.latest-blog .blog-card__ttl {
  line-height: 1.69;
}
.reserve-msg {
  font-size: 16px;
  font-weight: bold;
  margin-top: 77.3px;
  text-align: center;
}
.reserve-form {
  width: 820px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 120px;
}
.reserve-form form {
  width: 100%;
}
.reserve-form__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.reserve-form__label-wrap {
  display: flex;
  align-items: center;
}
.reserve-form__label-wrap label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}
.reserve-form__required {
  font-size: 11px;
  font-weight: 500;
  margin-left: 9.7px;
  padding: 2px 4px;
  letter-spacing: 0.44px;
  color: #fff;
  background-color: #ed1c24;
}
.reserve-form__control-wrap {
  flex: 0 0 650px;
}
.reserve-form__control {
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 19.5px;
  color: #000;
  border: none;
  background-color: #f4f4f4;
}
.reserve-form__control::placeholder {
  font-weight: normal;
  color: #c1c1c1;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.reserve-form__control:focus {
  border-radius: 0;
  outline: 1px solid #88a1d8;
}
.reserve-form__radio-meta-wrap {
  padding: 10px 0;
}
.reserve-form .mwform-radio-field {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.reserve-form .mwform-radio-field label {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  letter-spacing: 0.84px;
  color: #000;
}
.reserve-form .mwform-radio-field label:before {
  position: absolute;
  top: 1.4px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  transition: all 0.2s;
  border: 1px solid #999;
  border-radius: 50%;
}
.reserve-form .mwform-radio-field label.-on:before {
  border-color: #01704A;
  background-color: #01704A;
}
.reserve-form__check-input {
  display: none;
}
.reserve-form__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.84px;
  color: #000;
}
.reserve-form textarea {
  resize: vertical;
}
.reserve-form__hr {
  width: 100%;
  height: 1px;
  margin: 57px 0 48px;
  border-bottom: 1px dotted #ccc;
}
.reserve-form__caution {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 44px;
  text-align: center;
}
.reserve-form__submit {
  text-align: center;
}
.reserve-form__submit .view-more {
  width: 614px;
  cursor: pointer;
  border: none;
}
.reserve-form__submit .view-more:nth-child(2) {
  margin-top: 30px;
}
.reserve-form .mw_wp_form_preview .reserve-form__text {
  display: none;
}
.reserve-form .mw_wp_form_preview .-dispno-at-confirm {
  display: none;
}
.top-temporary-link {
  margin: 80px 0 0;
  text-align: center;
}
.top-temporary-link a {
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  transition: all 0.15s;
  border: 1px solid #01704A;
}
.top-temporary-link a:link, .top-temporary-link a:visited, .top-temporary-link a:hover, .top-temporary-link a:active {
  text-decoration: none;
}
.top-temporary-link a:hover {
  color: #fff;
  background-color: #01704A;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 70px;
  }
  .move {
    transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  .move.-spnone {
    transition: unset;
    transform: none;
    opacity: 1;
  }
  .move.lag1 {
    transition-delay: unset;
  }
  .move.lag2 {
    transition-delay: unset;
  }
  .move.is-active {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
  .fv-top {
    height: 100vh;
    padding-top: 70px;
  }
  .fv-top:after {
    z-index: -2;
    top: unset;
    right: 0;
    bottom: 6%;
    width: 100%;
    height: 100%;
  }
  .fv-top:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    content: '';
    transform: translateY(0);
    background-color: #fff;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #e2e4e9 5px, #e2e4e9 6px);
    background-size: auto auto;
  }
  .fv-top__content-wrap {
    height: 100%;
  }
  .fv-top__content-wrap:before {
    content: none;
  }
  .fv-top__pic {
    display: block;
    width: auto;
    max-width: unset;
    height: 70%;
    margin-right: 0;
    margin-left: auto;
  }
  .fv-top__txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
  }
  .fv-top__subttl {
    font-size: 15px;
    line-height: 1.97;
    position: absolute;
    top: 60px;
    left: 19%;
    margin-bottom: 0;
    letter-spacing: 3.6px;
  }
  .fv-top__mainttl {
    position: absolute;
    top: 67%;
    left: 20px;
    margin-bottom: 0;
  }
  .fv-top__mainttl span {
    font-size: 6.1vw;
    margin-bottom: 6px;
    padding: 1px 10px;
    letter-spacing: 1.44px;
  }
  .fv-top__scroll {
    position: absolute;
    top: unset;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .fv-top__scroll p {
    font-size: 10px;
    letter-spacing: 0.6px;
    -ms-writing-mode: unset;
    color: #fff;
    writing-mode: unset;
  }
  .fv-top__scroll-line {
    position: absolute;
    width: 1px;
    height: 35px;
  }
  .fv-top__scroll-circle {
    width: 11px;
    height: 11px;
  }
  @keyframes scroll {
    0% {
      transform: translate(-50%, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(-50%, 24px);
      opacity: 0;
    }
  }
  @keyframes scroll2 {
    0% {
      transform: translate(-50%, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(-50%, 54px);
      opacity: 0;
    }
  }
  .header {
    height: 70px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 #e6e6e6;
  }
  .header__sub-text {
    font-size: 9px;
    padding-left: 10px;
  }
  .header.header--top {
    box-shadow: none;
  }
  .header.header--top .g-menu > li > a {
    color: #01704A;
  }
  .header.header--top .g-menu > li > a.active {
    border-bottom-color: transparent;
  }
  .header.header--top.header.-scrolled {
    box-shadow: 0 1px 8px 0 #e6e6e6;
  }
  .header-logo {
    padding-left: 20px;
  }
  .header-logo img {
    width: 80px;
  }
  .burger {
    align-items: center;
    padding-right: 15px;
  }
  .burger img {
    width: 22px;
    cursor: pointer;
  }
  .g-menu {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 60px 20px 10px;
    background-color: #fff;
    box-shadow: 0 -3px 12px #7b7979;
  }
  .g-menu:before {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, .8);
  }
  .g-menu__batsu {
    font-size: 26px;
    font-weight: 300;
    position: absolute;
    top: 12px;
    right: 18px;
    color: #01704A;
  }
  .g-menu > li {
    position: relative;
    display: block;
    margin-right: 0;
    border-bottom: 1px solid rgba(157, 163, 177, .24);
  }
  .g-menu > li:last-child {
    border-bottom: none;
  }
  .g-menu a {
    font-size: 15px;
    line-height: 1;
    display: block;
    padding: 18px 0;
  }
  .g-menu a.active {
    border-bottom: none;
  }
  .g-menu .submenu {
    position: relative;
    top: unset;
    left: unset;
    visibility: visible;
    min-width: unset;
    max-width: unset;
    padding: 0;
    opacity: 1;
    border-radius: 0;
    box-shadow: none;
  }
  .g-menu .submenu a {
    line-height: 1;
    padding: 18px 0;
  }
  .g-menu .submenu li {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    border-top: 1px solid rgba(157, 163, 177, .24);
    border-bottom: none;
    border-radius: 0;
  }
  .g-menu .submenu li:hover {
    background-color: #fff;
  }
  .g-menu > li:hover .submenu {
    top: unset;
  }
  .sec {
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .sec--no-bottom {
    padding-bottom: 0;
  }
  .sec--half-top-pad {
    padding-top: 45px;
  }
  .sec--no-top-pad {
    padding-top: 0;
  }
  .h2-main {
    margin-bottom: 45px;
  }
  .h2-main__inner {
    padding: 0 45px;
  }
  .h2-main__inner:before, .h2-main__inner:after {
    height: 60px;
  }
  .h2-main p {
    font-size: 24px;
    letter-spacing: 5.5px;
  }
  .h2-main span {
    font-size: 14px;
    margin-top: 0;
    letter-spacing: 0.84px;
  }
  .h2-main.-shrink .h2-main__inner {
    padding: 0 22px;
  }
  .top-menu {
    flex-direction: column;
    margin-bottom: 52px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-menu:last-child {
    margin-bottom: 0;
  }
  .top-menu__img-wrap {
    position: relative;
    flex: 0 0 95%;
    margin-bottom: 40px;
  }
  .top-menu__img-wrap img {
    width: 100%;
    margin-left: -15px;
  }
  .top-menu__img-wrap:after {
    top: 10px;
    right: 5px;
  }
  .top-menu__info {
    flex: 0 0 100%;
  }
  .top-menu__info-content {
    display: block;
    width: 100%;
    text-align: left;
  }
  .top-menu__subttl {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 14px;
  }
  .top-menu__ttl {
    font-size: 20px;
    margin-bottom: 22px;
    letter-spacing: normal;
  }
  .top-menu__desc {
    font-size: 14px;
    line-height: 1.71;
  }
  .top-menu__column {
    padding: 30px 15px 20px 18px;
  }
  .top-menu__column-ttl {
    margin-bottom: 15px;
  }
  .top-menu__column-list li {
    font-size: 18px;
    line-height: 1.62;
    margin-bottom: 20px;
    padding-left: 16px;
    letter-spacing: 0.52px;
    background-position: 0 6px;
	 margin-top:16px;
  }
  .top-menu--reversed .top-menu__img-wrap {
    text-align: right;
  }
  .top-menu--reversed .top-menu__img-wrap img {
    margin-right: -15px;
    margin-left: 0;
  }
  .top-menu--reversed .top-menu__img-wrap:after {
    right: unset;
    left: 5px;
  }
  .view-more {
    font-weight: 300;
  }
  .top-staff {
    position: relative;
    width: 100%;
    margin-top: 95px;
    margin-right: unset;
    margin-left: unset;
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-staff__img {
    position: absolute;
    top: -50px;
    right: unset;
    left: 50%;
    width: 224px;
    transform: translateX(-50%);
  }
  .top-staff__img img {
    width: 100%;
  }
  .top-staff__info {
    padding: 280px 0 45px 0;
    text-align: center;
  }
  .top-staff__name {
    font-size: 18px;
    letter-spacing: 3.2px;
  }
  .top-staff__furigana {
    margin-bottom: 20px;
  }
  .top-staff__desc {
    letter-spacing: normal;
  }
  .top-staff__link {
    margin-top: 40px;
    text-align: center;
  }
  .top-feature {
    flex-direction: column;
  }
  .top-feature__item {
    position: relative;
    width: 265px;
    max-width: unset;
    margin-right: 0;
  }
  .top-feature__info {
    position: relative;
    top: -28px;
    left: -15px;
    margin-bottom: 25px;
  }
  .top-feature__label {
    font-size: 14px;
    top: -40px;
    left: 0;
    padding: 8px 15px 5px 0;
    letter-spacing: 2.5px;
  }
  .top-feature__text {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 1px;
  }
  .top-method {
    position: relative;
  }
  .top-method.sec {
    padding-top: 0;
  }
  .top-method:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 90%;
    content: '';
    background-color: #01704A;
  }
  .top-method__wrap {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-method__wrap:before {
    content: none;
  }
  .top-method__info-container {
    flex-basis: 100%;
    text-align: left;
  }
  .top-method__info {
    display: block;
  }
  .top-method__ttl {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 18px;
    letter-spacing: 1.2px;
  }
  .top-method__caution {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
    padding: 0 8px;
    letter-spacing: normal;
  }
  .top-method__desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 35px;
    margin-bottom: 35px;
    letter-spacing: normal;
  }
  .top-method__img {
    overflow: visible;
    flex: 0 0 100%;
  }
  .top-method__img img {
    width: 100%;
    max-width: unset;
  }
  .top-method__img:after {
    top: 10px;
    left: 7px;
    width: 100%;
    max-width: unset;
    height: 98%;
  }
  .top-method__prepare {
    margin: 0 auto;
  }
  .top-method .h2-main {
    position: relative;
    margin-bottom: 0;
    padding-top: 58px;
    padding-bottom: 45px;
  }
  .top-method .h2-main:before {
    content: none;
  }
  .faq {
    flex-direction: column;
    padding: 0 15px;
  }
  .faq__h2 {
    width: 100%;
  }
  .faq__main {
    width: 100%;
    padding-left: 0;
  }
  .faq__item {
    padding: 24px 0;
  }
  .faq_q, .faq_a {
    padding-right: 15px;
    padding-left: 35px;
  }
  .faq_q {
    font-size: 14px;
    letter-spacing: 0.84px;
    background: url(../img/q.svg) no-repeat 0 3px/22px 15px;
  }
  .faq_q:after {
    width: 10px;
    height: 10px;
  }
  .faq_q.-on:after {
    width: 10px;
  }
  .faq_a {
    font-size: 13px;
    line-height: 1.77;
    letter-spacing: 0.78px;
    background: url(../img/a.svg) no-repeat 1px 3px/20px 16px;
  }
  .top-blog {
    padding: 0;
  }
  .top-blog__inner {
    width: 100%;
    max-width: unset;
    padding-top: 55px;
  }
  .top-blog__inner .view-more {
    width: 90%;
  }
  .top-blog__card-wrap {
    flex-direction: column;
    width: 100%;
    max-width: unset;
    padding: 17px 15px;
  }
  .top-blog .h2-main {
    margin-bottom: 25px;
  }
  .blog-card {
    box-sizing: border-box;
    width: 100%;
    max-width: unset;
    margin-bottom: 13px;
    padding: 10px;
  }
  .blog-card:nth-child(2n) {
    margin-left: 0;
  }
  .blog-card:nth-last-child(2) {
    margin-bottom: 13px;
  }
  .blog-card:last-child {
    margin-bottom: 0;
  }
  .blog-card__img {
    width: 40%;
  }
  .blog-card__info-wrap {
    width: 60%;
  }
  .blog-card__info {
    display: inline-block;
    width: 85%;
  }
  .blog-card__meta {
    letter-spacing: normal;
  }
  .blog-card__ttl {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 2px;
    margin-bottom: 0;
    letter-spacing: 0.78px;
    -webkit-line-clamp: 3;
  }
  .blog-card__excerpt {
    display: none;
  }
  .scroll {
    margin: 40px 0 0;
    padding-bottom: 40px;
  }
  .scroll:before {
    height: 62px;
  }
  .scroll__icon {
    width: 8px;
    height: 8px;
  }
  .top-reserve {
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
  }
  .top-reserve__desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 55px;
    letter-spacing: normal;
  }
  .top-reserve__info-wrap {
    flex-direction: column;
  }
  .top-reserve__info {
    position: relative;
    width: 100%;
    padding: 25px 0;
  }
  .top-reserve__info > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-reserve__info:after {
    position: absolute;
    top: 50%;
    right: -5px;
    display: block;
    width: 30px;
    height: 1px;
    content: '';
    transform: translateY(-50%);
    background-color: #74808b;
  }
  .top-reserve__info.phone {
    margin-right: 0;
    margin-bottom: 35px;
  }
  .top-reserve__icon.phone {
    width: 12px;
    margin-top: -4px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .top-reserve__icon.mail {
    width: 17px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .top-reserve__text {
    display: inline;
  }
  .top-reserve__text.phone {
    font-size: 16px;
    letter-spacing: 0.95px;
  }
  .top-reserve__text.mail {
    font-size: 16px;
    letter-spacing: 0.95px;
  }
  .footer__stripes {
    height: 20px;
  }
  .footer__main {
    padding: 65px 15px 12px;
    text-align: left;
  }
  .footer__subttl {
    font-size: 11px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 1.16px;
  }
  .footer__logo {
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
  }
  .footer__logo img {
    width: 118px;
  }
  .footer__nav {
    margin-bottom: 50px;
    text-align: left;
  }
  .footer__nav a {
    font-size: 12px;
    display: block;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .footer__sns {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .footer__sns a {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .footer__twitter {
    margin-right: 30px;
    padding-left: 23px !important;
    background: url('../img/icon_twitter.svg') no-repeat left / 17px 13.8px;
  }
  .footer__facebook {
    margin-right: 30px;
    padding-left: 18px !important;
    background: url('../img/icon_facebook.svg') no-repeat left / 9.5px 18.4px;
  }
  .footer__instagram {
    padding-left: 26px !important;
    background: url('../img/icon_instagram.svg') no-repeat left / 18.5px 18.5px;
  }
  .footer__copyright {
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.8px;
  }
  .page-title {
    padding-top: 35px;
  }
  .page-title__eng-text {
    font-size: 30px;
    margin-right: 15px;
    letter-spacing: 2.04px;
    color: #01704A;
  }
  .page-title__slash {
    display: block;
    height: 12px;
    margin-right: 15px;
  }
  .page-title h1 {
    font-size: 11px;
    letter-spacing: 0.66px;
  }
  .page-inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-visual {
    position: relative;
    height: 143px;
  }
  .main-visual--treatment {
    background: url(https://plum16.com/wp-content/uploads/2021/03/pagefvsp.png) no-repeat center / cover;
  }
  .main-visual--hari {
    background: url(https://plum16.com/wp-content/uploads/2021/03/pagefvsp.png) no-repeat center / cover;
  }
  .main-visual--blog {
    background: #fff url(https://plum16.com/wp-content/uploads/2021/03/pagefvsp.png) no-repeat center / cover;
  }
  .main-visual__breadcrumb {
    position: absolute;
    top: 150px;
    left: 15px;
    margin-top: 40px;
  }
  .inner-links {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 60px;
    margin-bottom: 75px;
    padding: 20px 10px;
  }
  .inner-links a {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 20px;
    letter-spacing: 0.84px;
  }
  .inner-links a:after {
    width: 6px;
    height: 3px;
  }
  .inner-links a:last-child {
    margin-bottom: 0;
  }
  .treat-about-main {
    margin-bottom: 53px;
  }
  .treat-about-main__img-wrap {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .treat-about-main__text-wrap {
    position: static;
    top: unset;
    right: unset;
    width: 100%;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    transform: unset;
    white-space: unset;
  }
  .treat-about-main__ttl {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .treat-about-main__desc {
    font-size: 14px;
    line-height: 2;
  }
  .treat-about-block2 {
    flex-direction: column-reverse;
    margin-bottom: 45px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .treat-about-block2__img-wrap {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .treat-about-block2__img {
    width: 100%;
  }
  .treat-about-block2__text-wrap {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .treat-about-block2__text {
    font-size: 14px;
    line-height: 1.71;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .treat-about-block3 {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }
  .treat-about-block3__main-text-wrap {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
    text-align: left;
  }
  .treat-about-block3__main-text-wrap p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: -0.8px;
  }
  .treat-about-block3__sub-text-wrap {
    width: 100%;
    padding: 0;
  }
  .treat-about-block3__sub-text-wrap p {
    font-size: 14px;
    line-height: 1.7;
    max-width: 100%;
  }
  .voice {
    margin-top: 50px;
    padding-top: 55px;
    padding-bottom: 70px;
  }
  .voice__slides {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .voice-card {
    padding: 23px 13px;
  }
  .voice-card__item-desc {
    line-height: 1.7;
  }
  .feature {
    padding: 55px 0 50px;
  }
  .feature__card-wrap {
    flex-direction: column;
  }
  .feature__card {
    width: 100%;
    margin-bottom: 13px;
    padding: 20px 20px 25px;
  }
  .feature__card.-big {
    text-align: left;
  }
  .feature__card.-big .feature__head {
    justify-content: flex-start;
  }
  .feature__head {
    margin-bottom: 14px;
  }
  .feature__icon {
    width: 35.5px;
    margin-right: 11px;
  }
  .feature__ttl {
    font-size: 14px;
    letter-spacing: 2.5px;
  }
  .feature__main-text {
    font-size: 18px;
    line-height: 1.52;
    letter-spacing: 1.08px;
  }
  .feature__img-wrap {
    margin-top: 25px;
  }
  .feature__img-wrap img {
    width: 184px;
  }
  .feature__text-wrap {
    width: 100%;
  }
  .feature__sub-text {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }
  .feature__desc {
    font-size: 14px;
    line-height: 1.79;
    margin-bottom: 25px;
  }
  .feature__desc:last-child {
    margin-bottom: 0;
  }
  .flow {
    padding: 50px 0;
  }
  .flow__step {
    overflow: hidden;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .flow__img-wrap {
    width: 157.9px;
    margin-top: 0;
  }
  .flow__text-wrap {
    width: 100%;
    margin-top: -30px;
    margin-left: 15px;
    padding: 52px 35px 40px 25px;
  }
  .flow__step-name {
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 2.5px;
  }
  .flow__ttl {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 25px;
    letter-spacing: 1.2px;
  }
  .flow__ttl span {
    font-size: 13px;
  }
  .flow__desc {
    font-size: 14px;
    line-height: 1.64;
  }
  .flow__caution {
    margin-top: 25px;
  }
  .flow__caution span {
    font-size: 13px;
    line-height: 2.45;
  }
  .menu-n-price {
    padding-top: 60px;
  }
  .menu-n-price .page-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .menu-n-price__wrap {
    flex-direction: column;
  }
  .menu-n-price__img-wrap {
    width: 100%;
    margin-right: 0;
  }
  .menu-n-price__info {
    width: 93%;
    margin: -40px auto 0;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
  }
  .menu-n-price__ttl {
    font-size: 24px;
    margin-bottom: 7px;
    letter-spacing: 1.44px;
  }
  .menu-n-price__est {
    margin-left: -9px;
    white-space: nowrap;
  }
  .menu-n-price__caution {
    margin-bottom: 37px;
    white-space: unset;
  }
  .menu-n-price__list-ttl {
    margin-bottom: 8px;
  }
  .menu-n-price__list li {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 9px;
    letter-spacing: normal;
    background-position: 0 7px;
  }
  .menu-n-price__extra-message {
    font-size: 13px;
    line-height: 1.62;
    padding: 15px;
    letter-spacing: 0.52px;
  }
  .menu-n-price__link {
    text-align: center;
  }
  .menu-n-price__link .view-more {
    width: 308px;
  }
  .hari-about {
    padding-bottom: 50px;
  }
  .hari-about__wrap {
    display: block;
    height: auto;
  }
  .hari-about__info {
    position: static;
    margin-bottom: 20px;
  }
  .hari-about__ttl {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
  }
  .hari-about__desc {
    font-size: 14px;
    line-height: 2.14;
  }
  .hari-about__img-wrap {
    z-index: 0;
    width: 100%;
  }
  .hari-feature {
    padding: 60px 15px 50px;
  }
  .hari-feature .hari-feature__item {
    margin-bottom: 35px;
  }
  .hari-feature .hari-feature__inner {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .hari-feature .hari-feature__info {
    position: static;
    top: unset;
    left: unset;
    width: 100%;
    padding: 38px 20px;
  }
  .hari-feature .hari-feature__number {
    font-size: 13px;
    margin-bottom: 6px;
    letter-spacing: 2.34px;
  }
  .hari-feature .hari-feature__slash {
    height: 13px;
    margin: 0 auto 7px;
  }
  .hari-feature .hari-feature__ttl {
    font-size: 18px;
    margin-bottom: 29px;
    letter-spacing: 1.08px;
  }
  .hari-feature .hari-feature__desc {
    font-size: 14px;
    line-height: 1.66;
  }
  .hari-feature img {
    z-index: 0;
  }
  .hari-feature__item.-reversed .hari-feature__inner {
    margin-left: 0;
    margin-left: 0;
  }
  .hari-feature__item.-reversed .hari-feature__info {
    right: unset;
    left: unset;
  }
  .hari-menu-n-price {
    padding-top: 58px;
  }
  .hari-menu-n-price .page-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .hari-menu-n-price__wrap {
    flex-direction: column;
	  padding:0 8px;
  }
  .hari-menu-n-price__img-wrap {
    z-index: -1;
    width: 100%;
    margin-right: 0;
  }
  .hari-menu-n-price__info {
    z-index: 1;
    width: 93%;
    margin: -40px auto 0;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
  }
  .hari-menu-n-price__ttl {
    font-size: 24px;
    margin-bottom: 7px;
    letter-spacing: 1.44px;
  }
  .hari-menu-n-price__est {
    margin-left: -9px;
    white-space: nowrap;
  }
  .hari-menu-n-price__caution {
    margin-bottom: 37px;
    white-space: unset;
  }
  .hari-menu-n-price__list-ttl {
    margin-bottom: 8px;
  }
  .hari-menu-n-price__tags span {
    font-size: 13px;
    margin-right: 5.4px;
    letter-spacing: 0.52px;
  }
  .hari-menu-n-price__link {
    text-align: center;
  }
  .hari-menu-n-price__link .view-more {
    width: 308px;
  }
  .staff-main {
    position: relative;
    margin-top: 60px;
    margin-bottom: 75px;
  }
  .staff-main:before {
    position: absolute;
    z-index: -1;
    top: 100px;
    left: 0;
    display: block;
    width: 100%;
    height: 94%;
    content: '';
    background: url(../img/dot_bg.jpg) repeat top left/8px;
  }
  .staff-main__wrap {
    flex-direction: column;
  }
  .staff-main__img-wrap {
    width: 224px;
    margin: 0 auto;
  }
  .staff-main__img-wrap img {
    width: 100%;
  }
  .staff-main__img-wrap:before {
    content: none;
  }
  .staff-main__info {
    z-index: -1;
    margin-top: -40px;
    padding-top: 70px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
  }
  .staff-main__name {
    font-size: 20px;
    margin-bottom: 6px;
    text-align: center;
    letter-spacing: 4.2px;
  }
  .staff-main__kana {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.66px;
  }
  .staff-main__job-desc {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.54px;
  }
  .staff-main__hr {
    width: 100%;
    margin-bottom: 30px;
  }
  .staff-main__ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .staff-main__sub-ttl {
    font-size: 14px;
  }
  .staff-main__list {
    margin-bottom: 20px;
  }
  .staff-main__list li {
    font-size: 14px;
  }
  .staff-main__list li:before {
    width: 7px;
    height: 7px;
  }
  .staff-main__list-no-bullet li {
    font-size: 14px;
  }
  .staff-gallery {
    margin-bottom: 60px;
  }
  .staff-gallery__wrap {
    justify-content: space-around;
  }
  .staff-gallery img {
    width: 45%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .staff-others__h2 {
    margin-bottom: 50px;
  }
  .staff-others__h2 span {
    font-size: 16px;
    padding-bottom: 14px;
  }
  .staff-others__h2 span:after {
    width: 12px;
    height: 12px;
    transform: translate(-50%, -6px) rotate(45deg);
  }
  .staff-others__wrap {
    flex-direction: column;
  }
  .staff-others__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .staff-others__img-wrap {
    height: auto;
  }
  .staff-others__img-wrap img {
    max-height: 250px;
  }
  .staff-others__info {
    position: relative;
    width: 100%;
    height: auto;
    margin: -10px auto 0;
    padding: 20px 15px;
  }
  .staff-others__kana {
    font-size: 11px;
    margin-bottom: 7.5px;
    letter-spacing: 1.34px;
  }
  .staff-others__name {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .staff-others__job-ttl {
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: 0.64px;
  }
  .staff-others__desc {
    font-size: 12px;
    line-height: 1.61;
    margin-top: 0;
  }
  .blog-list {
    padding-top: 32px;
    padding-bottom: 70px;
  }
  .blog-list__h2 {
    display: none;
  }
  .blog-list__categories {
    display: none;
    flex-direction: column;
    box-shadow: 0 0 10px 0 #d6d6d6;
  }
  .blog-list__drop-btn {
    font-size: 17px;
    font-weight: 400;
    line-height: 70px;
    position: relative;
    height: 70px;
    padding: 0 15px;
    text-align: left;
    letter-spacing: normal;
    font-family: 'Josefin Sans', sans-serif;
  }
  .blog-list__drop-btn:after {
    font-size: 17px;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 4px;
    content: '';
    transition: all 0.1s;
    transform: translateY(-50%) rotate(180deg);
    background: url('../img/carret_category.svg') no-repeat center / cover;
  }
  .blog-list__drop-btn.-on:after {
    transform: translateY(-50%);
  }
  .blog-list__category-link {
    position: relative;
    padding: 12px 15px;
    text-align: left;
  }
  .blog-list__category-link:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 4px;
    content: '';
    transform: translateY(-50%) rotate(90deg);
    background: url('../img/carret_category.svg') no-repeat center / cover;
  }
  .blog-list__category-link.-active:after {
    right: 17px;
    width: 4px;
    height: 8px;
    transform: translateY(-50%);
    background: url('../img/carret_category_white.svg') no-repeat center / cover;
  }
  .blog-list__wrap {
    margin-bottom: 45px;
  }
  .blog-list__media {
    margin-bottom: 31px;
  }
  .blog-list__thumb-wrap {
    position: relative;
    overflow: hidden;
    flex: 0 0 49%;
    height: auto;
    padding-top: 32%;
  }
  .blog-list__thumb-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .blog-list__info {
    flex: 0 0 48%;
  }
  .blog-list__meta {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .blog-list__cat {
    font-size: 10px;
    line-height: 1;
    padding-right: 4px;
    letter-spacing: normal;
  }
  .blog-list__date {
    font-size: 10px;
    padding-left: 4px;
    letter-spacing: 0.1em;
  }
  .blog-list__ttl {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
    white-space: unset;
    text-overflow: unset;
    -webkit-line-clamp: 2;
  }
  .blog-list__excerpt {
    font-size: 12px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }
  .pagination {
    flex-wrap: wrap;
  }
  .pagination li {
    margin-right: 15px;
    margin-bottom: 12px;
  }
  .pagination__prev a, .pagination__next a {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
  .pagination__link a {
    font-size: 14px;
    width: 38px;
    height: 38px;
  }
  .blog-content {
    width: 100%;
    margin: 120px auto 60px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-content .blog-content__meta {
    margin-bottom: 15px;
  }
  .blog-content .blog-content__cat {
    font-size: 13px;
    letter-spacing: normal;
  }
  .blog-content .blog-content__date {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .blog-content .blog-content__title {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 18px;
    letter-spacing: normal;
  }
  .blog-content h2 {
    font-size: 16px;
  }
  .blog-content h3 {
    font-size: 15px;
  }
  .blog-content h4, .blog-content h5, .blog-content h6 {
    font-size: 14px;
    letter-spacing: 1.08px;
  }
  .blog-content p {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.84px;
  }
  .blog-content img {
    margin-bottom: 25px;
  }
  .back-to-list-btn {
    margin-bottom: 105px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .back-to-list-btn .view-more {
    width: 100%;
  }
  .back-to-list-btn .view-more:after {
    right: unset;
    left: -24px;
  }
  .back-to-list-btn .view-more:hover:after {
    right: unset;
    left: -35px;
  }
  .latest-blog {
    padding: 67px 0 70px;
  }
  .latest-blog .page-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .latest-blog .blog-card__meta {
    margin-bottom: 7px;
  }
  .latest-blog .blog-card__excerpt {
    display: none;
  }
  .latest-blog .blog-card__ttl {
    line-height: 1.69;
  }
  .reserve-msg {
    font-size: 14px;
    margin-top: 60px;
  }
  .reserve-form {
    width: 100%;
    margin-top: 40px;
    padding-right: 15px;
    padding-bottom: 60px;
    padding-left: 15px;
  }
  .reserve-form__group {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .reserve-form__label-wrap {
    margin-bottom: 5px;
  }
  .reserve-form__label-wrap label {
    font-size: 13px;
  }
  .reserve-form__required {
    font-size: 10px;
    margin-left: 6px;
    padding: 1px 4px;
  }
  .reserve-form__control-wrap {
    flex-basis: 100%;
    width: 100%;
  }
  .reserve-form__control {
    font-size: 16px;
    padding: 10px 15px;
  }
  .reserve-form__control::placeholder {
    font-size: 12px;
  }
  .reserve-form__radio, .reserve-form .mwform-radio-field {
    margin-bottom: 18px;
  }
  .reserve-form__radio label, .reserve-form .mwform-radio-field label {
    font-size: 13px;
    padding-left: 30px;
  }
  .reserve-form__radio label:before, .reserve-form .mwform-radio-field label:before {
    top: 1px;
  }
  .reserve-form__text {
    font-size: 12px;
  }
  .reserve-form__hr {
    margin: 45px 0 40px;
  }
  .reserve-form__caution {
    margin-bottom: 30px;
  }
  .reserve-form__submit .view-more {
    font-size: 15px;
    width: 291.7px;
  }
  .top-temporary-link {
    margin: 20px 0 50px;
    padding: 0 15px;
    text-align: center;
  }
  .top-temporary-link a {
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #01704A;
  }
}
.kaisha {
width: 100%;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
color:#333;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
width:20%;
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}

.historydate{
	font-weight:bold;
	font-size:16px;
	line-height:3.2;
}