@charset "UTF-8";
/*
Theme Name: PHYSICAL LAB for WP
Description: WordPressテンプレート「PHYSICAL LAB for WP」
Version: 1.0.0
Author: PHYSICAL LAB
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*, :after, :before {
  box-sizing: inherit;
}

* {
  font-size: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

*, :after, :before {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
  min-height: 1.5em;
}

code, kbd, pre, samp {
  font-family: monospace;
}

nav ol, nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


/*************************************
MIXINS
*************************************/
/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Font Setting
//------------------------------------------------
*/
.alpha {
  font-family: "Teko", sans-serif;
}

/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

body {
  color: #333;
  font-size: 1.6rem;
  overflow: hidden;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

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

a {
  color: #333;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a img {
  transition: all ease-in-out 0.4s;
}
a img:hover {
  opacity: 0.75;
}

a:hover {
  text-decoration: none;
}

.table,
.tbl {
  display: table;
  width: 100%;
}

.table .th,
.table .td,
.tbl .tblh,
.tbl .tbld {
  display: table-cell;
}

.flex {
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.wider {
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
  position: relative;
}

.wide {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.inner {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.min {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

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

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

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

.mgb10em {
  margin-bottom: 10em;
}

.fwb {
  font-weight: 700;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.scpd {
  padding: 8em 0;
}

p {
  text-align: justify;
  text-justify: distribute;
}

table {
  width: 100%;
  background: #fff;
}

.content-left {
  float: left;
}

.content-right {
  float: right;
}

.easingWrap .easingFade {
  transform: translateY(40px);
  opacity: 0;
  transition: all 1.5s;
}
.easingWrap .easingFade.on {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::after {
  transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #7bbe35;
}
.easingWrap .easingImg.on::after {
  transform: translateX(101%);
}
.easingWrap .easingImg2 {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transform-origin: left center;
}
.easingWrap .easingImg2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(123, 190, 53);
  background: linear-gradient(90deg, rgb(123, 190, 53) 0%, rgb(53, 187, 190) 100%);
}
.easingWrap .easingImg2.on {
  transform: scaleX(1);
}
.easingWrap .easingImg2.on::before {
  transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  width: 0;
  z-index: 100;
}

@keyframes scrollOpen_r {
  0% {
    transform: rotate(0deg);
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(-1deg);
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(-1deg);
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(-15deg) translateX(-160%);
    transform-origin: center bottom;
  }
}
@keyframes scrollOpen_l {
  0% {
    transform: rotate(0deg);
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(1deg);
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(1deg);
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(15deg) translateX(160%);
    transform-origin: center bottom;
  }
}
/*
//------------------------------------------------
//	Moadules Setting
//------------------------------------------------
*/
.pageCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21;
}
.pageCover .bges span {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover .bges span.bg-2 {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ffffff;
}
.pageCover.show {
  visibility: hidden;
}
.pageCover.show .bges span {
  transform: translateX(101%);
}

.marker-animation {
  background-image: linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}

#modal {
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  padding: 60px 0 60px 0;
  opacity: 0;
  transform: scale(0.9);
  background: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
}
#modal .modal-box {
  background: #fff;
  max-height: calc(100vh - 60px);
  max-height: calc(100svh - 60px);
  overflow: auto;
}
#modal .modal-box .tel {
  padding: 1.5em;
  border-top: #d0d0d0 1px solid;
}
#modal .modal-box .tel .num {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
#modal .modal-box .tel .rest {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 8px;
}
#modal .modal-box .main-nav {
  margin-bottom: 2em;
  list-style: none;
}
#modal .modal-box .main-nav li a {
  border-top: #d0d0d0 1px solid;
  padding: 1em 1.5em;
  position: relative;
  display: block;
}
#modal .modal-box .main-nav li a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 13px;
  background: url(images/icon_chevron_right_dark.png) no-repeat 0 0;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
}
#modal .modal-box .main-nav li:last-child a {
  border-bottom: #d0d0d0 1px solid;
}
#modal .modal-box .main-nav li.has-children {
  border-top: #d0d0d0 1px solid;
  padding: 1em 1.5em;
  position: relative;
}
#modal .modal-box .main-nav li.has-children a::after {
  display: none;
}
#modal .modal-box .main-nav li.has-children .toggle {
  position: absolute;
  top: 50%;
  right: 1.8em;
  transform: translateY(-50%);
}
#modal .modal-box .main-nav li.has-children .toggle::before, #modal .modal-box .main-nav li.has-children .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: #727171;
}
#modal .modal-box .main-nav li.has-children .toggle::after {
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) rotate(90deg);
}
#modal .modal-box .main-nav li.has-children.opened .toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}
#modal .modal-box .main-nav dd {
  display: none;
  padding: 1em 1.5em 1em 1em;
}
#modal .modal-box .main-nav dd .flex {
  list-style: none;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#modal .modal-box .main-nav dd .flex .item {
  width: 130px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 0.25em;
  margin-left: 0.25em;
  margin-bottom: 0.5em;
  border: #d0d0d0 1px solid;
}
#modal .modal-box .main-nav dd .flex .item a {
  display: block;
  padding: 1.5em 0;
}
#modal .modal-box .main-nav dd .flex .item a span {
  display: block;
  text-align: center;
  line-height: 1;
}
#modal .modal-box .main-nav dd .flex .item a span.icon {
  margin-bottom: 1em;
}
#modal .modal-box .main-nav dd .flex .item a span.txt {
  font-size: 1.2rem;
}
#modal .modal-box .btns {
  padding: 1.5em;
  border-top: #d0d0d0 1px solid;
}
#modal .modal-box .btns ul {
  list-style: none;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#modal .modal-box .btns ul li {
  width: 48.5%;
}
#modal .modal-box .btns ul li:nth-child(3) {
  width: 100%;
  text-align: center;
}
#modal .modal-box .btns ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
#modal .modal-box .btns ul li a {
  display: block;
  padding: 0 3em 0 3em;
  color: #fff;
  height: 40px;
  line-height: 40px;
  position: relative;
}
#modal .modal-box .btns ul li a::before {
  width: 7px;
  height: 11px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(images/chevron-right-white.png) no-repeat 0 0;
  background-size: cover;
}
#modal .modal-box .btns ul li a span {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5em;
}
#modal .modal-box .btns ul li.yoga a {
  background-color: #7bbe35;
}
#modal .modal-box .btns ul li.yoga a:hover {
  background-color: #333;
}
#modal .modal-box .btns ul li.recruit a {
  background-color: #727171;
}
#modal .modal-box .btns ul li.recruit a:hover {
  background-color: #333;
}
#modal .modal-box .btns ul li.contact a {
  background-color: #a71b15;
}
#modal .modal-box .btns ul li.contact a:hover {
  background-color: #333;
}

body.show #top {
  z-index: 99;
  background: none;
}
body.show #modal {
  z-index: 55;
  display: block;
  animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

body.closed #modal {
  animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

@keyframes modal-open {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modal-closed {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
.menu-button {
  display: none;
  pointer-events: auto;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-size: 1rem;
  color: #333;
  margin: 0 0 0 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
  transition: 0.2s ease-in;
  transition-property: padding;
  height: 52px;
}
.menu-button a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  min-height: 40px;
  cursor: pointer;
  box-sizing: content-box;
  padding: 7px 5px 5px;
  transition: 0.2s ease-in;
  transition-property: color, background, padding;
}
.menu-button a .menu-button__icon-wrap {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.menu-button a .menu-button__icon-wrap .menu-button__icon {
  position: relative;
  display: block;
  height: 1px;
  width: 40px;
  padding: 0;
  background: white;
  text-indent: -200px;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
  transform-origin: center 15px;
}
.menu-button a .menu-button__icon-wrap .menu-button__icon::before, .menu-button a .menu-button__icon-wrap .menu-button__icon::after {
  transition: 0.25s ease;
  transition-property: background, top, left, width, transform;
  box-sizing: border-box;
  position: absolute;
  display: block;
  height: 1px;
  width: 30px;
  padding: 0;
  background: white;
  text-indent: -200px;
}
.menu-button a .menu-button__icon-wrap .menu-button__icon::before {
  content: "";
  transform-origin: center center;
  top: 10px;
  width: 25px;
}
.menu-button a .menu-button__icon-wrap .menu-button__icon::after {
  content: "";
  transform-origin: center center;
  top: -10px;
  width: 40px;
}
.menu-button a .menu-button__txt-wrap {
  position: absolute;
  display: flex;
  right: 100%;
  height: 40px;
  align-items: center;
  text-align: right;
  transition: opacity 0.2s ease-in;
  padding-right: 5px;
  font-size: 1.1rem;
  line-height: 1;
  color: white;
}

.show .menu-button a .menu-button__icon-wrap .menu-button__icon {
  left: -10px;
  transform: translateX(10px);
  background-color: rgba(255, 255, 255, 0);
}
.show .menu-button a .menu-button__icon-wrap .menu-button__icon::before {
  transform: rotate(45deg) translate(-6px, -6px);
  width: 40px;
}
.show .menu-button a .menu-button__icon-wrap .menu-button__icon::after {
  transform: rotate(-45deg) translate(-8px, 8px);
  width: 40px;
}
.show .menu-button a .menu-button__txt-wrap {
  opacity: 0;
}
.show .gh {
  z-index: 600;
}
.show .gh .gh--inner {
  transform: translateX(0);
  opacity: 1;
  background: #5eb74f;
}
.show .gh .gh--inner .close {
  display: block;
}

.btn {
  font-size: 1.4rem;
  min-width: 265px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: #333 1px solid;
  background: #fff;
  position: relative;
  display: inline-block;
  border-radius: 5px;
}
.btn::after {
  content: "";
  background: #333;
  position: absolute;
  z-index: 0;
}
.btn::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  transition: all 0.5s;
}
.btn span {
  display: block;
  position: relative;
  z-index: 2;
  padding-right: 90px;
  padding-left: 35px;
}
.btn span::after {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 32px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg) translateY(-50%);
  display: block;
  content: "";
}
.btn:hover {
  color: #fff;
}
.btn:hover::after {
  width: 100%;
}
.btn:hover span::after {
  border-color: #fff;
}

.btn-more {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.4;
  text-align: right;
  color: #7bbe35;
  position: relative;
  box-sizing: border-box;
  padding-right: 106px;
}
.btn-more span {
  display: inline-block;
  position: relative;
  text-align: left;
}
.btn-more span::after {
  display: block;
  width: 106px;
  height: 6px;
  border-bottom: 1px solid #7bbe35;
  border-right: 1px solid #7bbe35;
  transform: skew(45deg);
  content: "";
  position: absolute;
  left: 105%;
  bottom: 5px;
}
.btn-more:hover span::after {
  animation: btn-slide 0.8s;
}

@keyframes btn-slide {
  0% {
    width: 0;
  }
  100% {
    width: 106px;
  }
}
@keyframes btn-slide2 {
  0% {
    width: 0;
  }
  100% {
    width: 135px;
  }
}
#site-footer {
  background: #727171;
  color: #fff;
}
#site-footer .logo {
  text-align: center;
  margin-bottom: 1.5em;
}
#site-footer .logo img {
  width: 50%;
  max-width: 240px;
}
#site-footer .sns {
  text-align: center;
  margin-bottom: 2em;
}
#site-footer .address {
  text-align: center;
}
#site-footer .address address {
  font-size: 1.6rem;
  font-style: normal;
  letter-spacing: 0.07em;
}

.bg-gray {
  background: #f5f5f5;
}

#sub-hero {
  width: 100%;
  height: 400px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sub-hero::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
#sub-hero .sub-hero-ttl {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6rem;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
#sub-hero .sub-hero-ttl.minimum {
  font-size: 3.6rem;
}
#sub-hero .sub-hero-ttl .ja {
  display: block;
  font-size: 1.6rem;
}
#sub-hero .sub-hero-ttl.upper {
  text-transform: uppercase;
}
#sub-hero.low {
  height: 250px;
  background: #7bbe35;
}
#sub-hero.low::before {
  display: none;
}
#sub-hero.low .sub-hero-ttl {
  text-align: left;
  padding-left: 80px;
}
#sub-hero.low .sub-hero-ttl .alpha {
  text-transform: uppercase;
}
#sub-hero.blue {
  background: #7bbe35;
}

.md-filter {
  box-sizing: border-box;
  margin-bottom: 3em;
  background: #f4f4f4;
  position: relative;
}
.md-filter .item {
  text-align: left;
  padding: 3rem 4rem;
  width: 50%;
}
.md-filter .item .select {
  width: 100%;
}
.md-filter .item .select > div {
  display: table-cell;
  vertical-align: middle;
}
.md-filter .item .select .form-select {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
  border: solid 1px #EDEDED;
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 1.7;
}
.md-filter .item .select .form-select .label {
  color: #7E7E7E;
  position: absolute;
  padding: 1rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
.md-filter .item .select .form-select:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  display: block;
  content: "\f078";
  font-family: "Font Awesome 5 Free", fontawesome;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  margin-top: -0.4rem;
  color: #a71b15;
}
.md-filter .item .select .form-select select {
  display: block;
  width: 100%;
  height: 4rem;
  margin: 0;
  padding: 0 1rem;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: none;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.md-filter .item .select__ttl {
  width: 10rem;
}

.campaign-end {
  margin-bottom: 3.5em;
  padding: 2em;
  border: #a71b15 1px solid;
  background: #ffeeee;
}
.campaign-end p {
  color: #a71b15;
  text-align: center;
}

.single-header {
  font-weight: 700;
  margin-bottom: 3.5em;
}
.single-header .header-box {
  padding: 15px 30px;
  border-left: 3px solid #7bbe35;
}
.single-header .cat {
  margin-bottom: 0.5em;
}
.single-header .cat time {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.8rem;
}
.single-header .cat a {
  padding: 4px 1.5em;
  font-weight: 400;
  border-radius: 0;
  background-color: #7bbe35;
  color: #fff;
  font-size: 1.2rem;
}
.single-header .single-ttl {
  font-size: 2.4rem;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 500;
}
.single-header .single-time {
  color: #1c1d1e;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin: 1.5em 0;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry h2 {
  font-size: 2.2rem;
  padding: 0.5em 0;
  border-top: #333 2px solid;
  border-bottom: #333 2px solid;
}
.sentry h3 {
  padding: 0.5em;
  background: #F2F2F2;
  font-size: 2.1rem;
}
.sentry h4 {
  font-size: 1.8rem;
}
.sentry blockquote {
  padding: 3em 1em 1em 1em;
  background: #f2f2f2;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "“";
  line-height: 1;
  color: #9C9C9C;
  font-size: 6rem;
  font-weight: bold;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "\f105";
  text-decoration: none;
}
.sentry ul {
  list-style: disc;
  padding-left: 1.2em;
}
.sentry ol {
  padding-left: 1.2em;
}
.sentry ul li, .sentry ol li {
  margin-bottom: 0.5em;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #DDDDDD 1px solid;
  text-align: left;
}
.sentry table th {
  background: #f2f2f2;
}
.sentry img {
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a {
  color: #7bbe35;
  font-weight: bold;
}
.sentry a:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sentry dl dd {
  padding-left: 1.5em;
}
.sentry .alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}

.breadcrumbs {
  padding: 0.5em 0;
  background: #f5f5f5;
}
.breadcrumbs ol {
  list-style: none;
}
.breadcrumbs ol li {
  display: inline-block;
  font-size: 1.2rem;
}
.breadcrumbs ol li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.5em;
  content: "/";
  margin: 0 0.5em;
  color: #999;
}
.breadcrumbs ol li a {
  color: #999;
  text-decoration: underline;
}

#contactform .row {
  margin-bottom: 2em;
}
#contactform .ttl {
  color: #000;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: #7bbe35 5px solid;
  font-weight: 700;
}
#contactform .ttl a {
  text-decoration: underline;
}
#contactform .sub {
  margin-bottom: 1em;
  font-size: 1.4rem;
  padding: 0.5em 1em;
  background: #333;
  color: #fff;
}
#contactform .sub.mgt {
  margin-top: 1em;
}
#contactform .sub a {
  text-decoration: underline;
  color: #fff;
}
#contactform .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#contactform .flex .item {
  width: 48%;
}
#contactform input[type=text], #contactform input[type=password], #contactform input[type=email], #contactform input[type=url], #contactform input[type=tel], #contactform input[type=number], #contactform input[type=range], #contactform input[type=date], #contactform textarea, #contactform input.text {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: inherit;
  padding: 12px 15px;
  display: block;
  font-size: 16px !important;
  margin: 10px 0 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none !important;
}
#contactform .selection-box {
  display: block;
  position: relative;
  background-color: #fff;
  background-image: url(images/select-box.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
  color: #808080;
  cursor: pointer;
  display: block;
  height: 50px;
  margin: 10px 0;
  padding: 0 10px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#contactform .selection-box::before, #contactform .selection-box::after {
  content: "";
  pointer-events: none;
  position: absolute;
}
#contactform .selection-box::before {
  z-index: 1;
  right: 20px;
  top: 3px;
  bottom: 0;
  height: 0;
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.2);
}
#contactform .selection-box::after {
  width: 48px;
  height: 47px;
  right: 0px;
  top: 1px;
  border-left: 1px solid #e3e3e3;
  background: #fff;
}
#contactform .selection-box select {
  background: #fff;
  display: block;
  padding: 12px 0;
  width: 100%;
  box-sizing: border-box;
}
#contactform .selection-box select:focus {
  outline: none;
}
#contactform .selection-box.inline {
  display: inline-block;
  width: auto;
  min-width: 120px;
  margin-right: 5px;
  margin-left: 5px;
}
#contactform .btns {
  text-align: center;
}
#contactform input[type=submit] {
  display: inline-block;
  padding: 15px 3em;
  font-size: 1.4rem;
  background: #a71b15;
  color: #fff;
  cursor: pointer;
}
#contactform input[type=submit].backbutton {
  background: #666;
}
#contactform span.wpcf7-not-valid-tip,
#contactform span.error {
  font-size: 1em;
  display: block;
  background: #ffb0af;
  border: 1px solid #ff7b79;
  color: #cc0000;
  left: 0;
  padding: 4px 10px;
  position: relative;
  top: 0;
  font-size: 1.4rem;
}
#contactform span.wpcf7-not-valid-tip:before,
#contactform span.error:before {
  content: "";
  background-image: url(images/error-arrow.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: -6px;
  height: 6px;
  width: 16px;
}
#contactform.border .row {
  padding-bottom: 2em;
  border-bottom: #ddd 1px dashed;
}
#contactform .half {
  width: 50%;
}
#contactform .narrow {
  width: 25%;
}
#contactform .row-box {
  padding: 1em;
  margin-bottom: 0.5em;
  background: #f8f8f8;
}
#contactform .row-box .flx {
  display: flex;
}
#contactform .row-box .flx .item {
  width: 35%;
  margin-right: 2%;
}
#contactform .row-box .flx .item:nth-child(3n) {
  margin-right: 0;
  width: 15%;
}
#contactform .table .th {
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
#contactform .table .td {
  padding-left: 1.5em;
}
#contactform .pdn-row {
  padding: 1.5em;
  border: #d0d0d0 1px solid;
  margin-bottom: 2.5em;
  background: #eeffff;
  color: #7bbe35;
  font-weight: 400;
}
#contactform .md-timeline {
  margin-bottom: 4.5em;
}
#contactform ul.circle {
  font-size: 1.4rem;
  padding-left: 2.5em;
}
#contactform input[type=file] {
  font-size: 1.4rem;
}

.contact-top {
  margin-bottom: 1.5em;
}
.contact-top p {
  text-align: center;
}

.contact-bottom {
  margin-bottom: 2.5em;
}
.contact-bottom p {
  text-align: center;
}

.inquiry-confirm-box {
  display: none;
  margin-bottom: 2.5em;
  text-align: center;
}

span.req {
  display: inline-block;
  margin-left: 8px;
  color: red;
  font-size: 1.2rem;
}

.mwform-checkbox-field {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  border: #d0d0d0 3px solid;
  box-sizing: border-box;
  min-width: 250px;
  margin-top: 1em;
  margin-right: 10px;
  background: #fff;
}
.mwform-checkbox-field span {
  font-size: 1.4rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

/*-----------------------------------------------------------------
 Loading
----------------------------------------------------------------- */
body .l-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9000;
}
body .l-transition::after {
  content: "";
  display: block;
  height: 200vh;
  width: 200vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #7bbe35;
  transform: translate(0, 0);
}
body.is-loading .l-transition::after {
  transform: translate(0, 0);
}
body.is-loaded .l-transition::after {
  animation: transition-fadein 0.8s linear 0s 1 both;
}
body.is-leave .l-transition::after {
  animation: transition-fadeout 0.8s linear 0.5s 1 both;
}
body .l-transition .transition-wrap {
  position: relative;
  z-index: 9999;
  height: 100%;
  width: 100%;
}
body .l-transition .transition-logo {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 40%;
  min-width: 500px;
}
body .l-transition .transition-logo img {
  width: 100%;
}
body.is-loaded .l-transition .transition-logo {
  animation: logo-fadein 1s linear 0s 1 both;
}
body.is-leave .l-transition .transition-logo {
  animation: logo-fadeout 1s linear 0.5s 1 both;
}
body .l-transition .transition-anime {
  position: relative;
  margin: 8rem auto 0 auto;
  width: 6.7rem;
  height: 6.7rem;
}
body.is-loading .l-transition .transition-anime, body.is-leave .l-transition .transition-anime {
  opacity: 1;
  transition: opacity 0.5s linear;
}
body.is-loaded .l-transition .transition-anime {
  opacity: 0;
}
body .l-transition .transition-anime-logo {
  width: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .l-transition .transition-anime-img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-loading .l-transition .transition-anime-img img {
  animation: loadingimg 0.5s linear infinite;
}

@keyframes transition-fadein {
  0% {
    transform: skewX(0) translate(0, 0);
  }
  10% {
    transform: skewX(-10deg) translate(10%, 0);
  }
  80% {
    transform: skewX(-5deg) translate(80%, 0);
  }
  100% {
    transform: skewX(0) translate(100%, 0);
  }
}
@keyframes transition-fadeout {
  0% {
    transform: skewX(0) translate(-100%, 0);
  }
  10% {
    transform: skewX(-10deg) translate(-90%, 0);
  }
  80% {
    transform: skewX(-5deg) translate(-20%, 0);
  }
  100% {
    transform: skewX(0) translate(0, 0);
  }
}
@keyframes logo-fadein {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo-fadeout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingimg {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 896px) {
  body .l-transition .transition-logo {
    width: 90%;
    min-width: inherit;
  }
}
@media screen and (max-width: 480px) {
  body .l-transition .transition-anime {
    width: 10rem;
    height: 10rem;
    margin-top: 3.8rem;
  }
  body .l-transition .transition-anime-logo {
    width: 5rem;
  }
}
.price-table {
  margin-bottom: 2.5em;
}
.price-table table {
  width: 100%;
  border-collapse: collapse;
}
.price-table table th,
.price-table table td {
  padding: 0.5em 1em;
  border: #d0d0d0 1px solid;
}
.price-table table th {
  background: #f4f4f4;
  width: 150px;
}

#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 99;
}
#top .flex-wrap {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#top .flex-wrap .logo {
  max-width: 200px;
}
#top .flex-wrap .navi .top {
  margin-bottom: 0.69em;
}
#top .flex-wrap .navi .top .flex {
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  list-style: none;
}
#top .flex-wrap .navi .top .flex li {
  font-size: 1.4rem;
}
#top .flex-wrap .navi .top .flex li:not(:first-child) {
  margin-left: 5px;
}
#top .flex-wrap .navi .top .flex li a {
  display: block;
  padding: 0 3em 0 3em;
  color: #fff;
  height: 33px;
  line-height: 37px;
  position: relative;
}
#top .flex-wrap .navi .top .flex li a::before {
  width: 7px;
  height: 11px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(images/chevron-right-white.png) no-repeat 0 0;
  background-size: cover;
}
#top .flex-wrap .navi .top .flex li a span {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5em;
}
#top .flex-wrap .navi .top .flex li.yoga a {
  background-color: #7bbe35;
}
#top .flex-wrap .navi .top .flex li.yoga a:hover {
  background-color: #333;
}
#top .flex-wrap .navi .top .flex li.recruit a {
  background-color: #727171;
}
#top .flex-wrap .navi .top .flex li.recruit a:hover {
  background-color: #333;
}
#top .flex-wrap .navi .top .flex li.contact a {
  background-color: #a71b15;
}
#top .flex-wrap .navi .top .flex li.contact a:hover {
  background-color: #333;
}
#top .flex-wrap .navi .bottom .flex {
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  list-style: none;
}
#top .flex-wrap .navi .bottom .flex li {
  font-size: 2rem;
}
#top .flex-wrap .navi .bottom .flex li:not(:first-child) {
  margin-left: 2em;
}
#top .flex-wrap .navi .bottom .flex li a {
  color: white;
}
#top .flex-wrap .navi .bottom .flex li a:hover {
  text-decoration: underline;
}

.campaign .flex-wrap {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
}
.campaign .flex-wrap .item {
  display: block;
  width: 450px;
  border: #7bbe35 1px solid;
  position: relative;
  margin: 0 1em;
  z-index: 1;
  background: url(images/bg_campaign.jpg) no-repeat center center;
  background-size: cover;
  transition: all ease-in-out 0.2s;
}
.campaign .flex-wrap .item::before {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
.campaign .flex-wrap .item::after {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.8);
}
.campaign .flex-wrap .item .top {
  position: relative;
  padding: 1em 1.5em 0 1.5em;
  z-index: 1;
}
.campaign .flex-wrap .item .top .cp-ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  text-shadow: #333 1px 1px 0;
}
.campaign .flex-wrap .item .top .cp-ttl span {
  font-size: 1.8rem;
}
.campaign .flex-wrap .item .bottom {
  padding: 1em 1em 0.5em 1em;
  position: relative;
  z-index: 1;
}
.campaign .flex-wrap .item .bottom .flex {
  position: relative;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.campaign .flex-wrap .item .bottom .flex dt {
  width: 20%;
  margin-bottom: 5px;
}
.campaign .flex-wrap .item .bottom .flex dt span {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  display: block;
}
.campaign .flex-wrap .item .bottom .flex dd {
  width: calc(80% - 10px);
  margin-bottom: 5px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.07em;
}
.campaign .flex-wrap .item .bottom .flex dd span {
  display: inline-block;
}
.campaign .flex-wrap .item .bottom .flex dd span.colored {
  color: #7bbe35;
}
.campaign .flex-wrap .item .bottom .flex dd span.bigger {
  font-size: 3rem;
  font-weight: 700;
}
.campaign .flex-wrap .item .date-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(123, 190, 53, 0.8);
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding-top: 18px;
  z-index: 1;
}
.campaign .flex-wrap .item .date-box p {
  text-align: center;
  line-height: 1.1;
  color: #fff;
}
.campaign .flex-wrap .item .date-box p.num, .campaign .flex-wrap .item .date-box p.prd {
  font-size: 1.6rem;
}
.campaign .flex-wrap .item .date-box p.date {
  font-size: 3rem;
}
.campaign .flex-wrap .item:hover {
  transform: translateY(-25px);
}

#hero {
  height: 100vh;
  height: 100svh;
  /*background: url(images/hero.jpg) no-repeat center center;
  background-size: cover;*/
  position: relative;
}
#hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
#hero .wide,
#hero .wider {
  position: relative;
  height: 100vh;
  height: 100svh;
}
#hero .wider {
  padding: 0;
  max-width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
}
#hero .ttl-box {
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
}
#hero .ttl-box .ttl-box-inner {
  /*opacity: 0;
  transform: translateY(25px);
  @include vendor-prefix(transition, all ease-in-out 0.8s);*/
}
#hero .ttl-box .ttl-box-inner .ttl {
  display: inline-block;
  position: relative;
}
#hero .ttl-box .ttl-box-inner.visible {
  opacity: 1;
  transform: translateY(0);
}
#hero .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
#hero .box .box-inner {
  /*opacity: 0;
  transform: translateY(25px);
  @include vendor-prefix(transition, all ease-in-out 0.8s);*/
}
#hero .box .box-inner .ttl {
  text-align: center;
  max-width: 375px;
  display: inline-block;
  position: relative;
  overflow: visible;
}
#hero .box .box-inner .ttl img {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.75)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 16px rgba(0, 0, 0, 0.25)) drop-shadow(0 0 16px rgba(0, 0, 0, 0.25));
}
#hero .box .box-inner.visible {
  opacity: 1;
  transform: translateY(0);
}
#hero .campaign {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  width: 100%;
}

#sp-campaign {
  display: none;
}

.sec-header {
  margin-bottom: 2.5em;
  text-align: center;
}
.sec-header .sec-ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.4;
  color: #7bbe35;
  margin-bottom: 0.5em;
}
.sec-header .sec-ttl span {
  display: inline-block;
  position: relative;
}
.sec-header .sec-ttl span::before {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #7bbe35;
  content: "";
  margin-right: 5px;
}
.sec-header .sec-sub {
  text-align: center;
  text-transform: uppercase;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}
.sec-header .sec-sub span span {
  color: #7bbe35;
}
.sec-header .sec-sub span span.blk {
  display: block;
}

.md-news .flex-wrap {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.md-news .flex-wrap .item {
  width: 40%;
  margin: 0 1em;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 13px;
}
.md-news .flex-wrap .item .thumb {
  position: relative;
  overflow: hidden;
  border-bottom: #d0d0d0 1px solid;
}
.md-news .flex-wrap .item .thumb .cat {
  position: absolute;
  display: inline-block;
  padding: 0.8em 1em 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #7bbe35;
  top: 0;
  left: 2.5em;
  letter-spacing: 0.07em;
  line-height: 1;
}
.md-news .flex-wrap .item .thumb .flag {
  position: absolute;
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #7bbe35;
  bottom: 0;
  left: 0;
  letter-spacing: 0.07em;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
  background: #a71b15;
  text-align: center;
}
.md-news .flex-wrap .item .thumb a:hover img {
  transform: scale(1.1);
}
.md-news .flex-wrap .item .txt {
  padding: 1.5em 2em 2em 2em;
  border-bottom: #d0d0d0 1px solid;
}
.md-news .flex-wrap .item .txt .ttl {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.md-news .flex-wrap .item .txt .ttl a:hover {
  color: #7bbe35;
}
.md-news .flex-wrap .item .txt .excerpt {
  font-size: 1.2rem;
  color: #666;
}
.md-news .flex-wrap .item .foot {
  padding: 1em 2em;
}
.md-news .flex-wrap .item .foot .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-news .flex-wrap .item .foot .flex a {
  display: inline-block;
  color: #7bbe35;
  font-size: 1.8rem;
  font-weight: 600;
}
.md-news .flex-wrap .item .foot .flex a span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding-right: 20px;
}
.md-news .flex-wrap .item .foot .flex a span::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-65%);
  content: "";
  width: 9px;
  height: 15px;
  background: url(images/chevron-right-grn.png) no-repeat 0 0;
}
.md-news .flex-wrap .item .foot .flex .date {
  font-weight: 600;
  letter-spacing: 0.07em;
}
.md-news .flex-wrap .item .foot .flex .date time {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.md-news .flex-wrap .item .foot .flex .date time::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  width: 22px;
  height: 22px;
  content: "";
  background: url(images/icon_clock.svg) no-repeat 0 0;
}
.md-news.styled .flex-wrap {
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-news.styled .flex-wrap .item {
  width: 31%;
  max-width: 470px;
  margin-left: 0;
  margin-right: 3.5%;
  margin-bottom: 2.5em;
}
.md-news.styled .flex-wrap .item:nth-child(3n) {
  margin-right: 0;
}

.simple-header {
  margin-bottom: 4em;
  text-align: center;
}
.simple-header .simple-ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #7bbe35;
  font-style: italic;
}

.line-header {
  padding: 1em;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  margin-bottom: 3.5em;
}
.line-header .line-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.07em;
}
.line-header .line-ttl span {
  color: #7bbe35;
  font-weight: 900;
  font-size: 3rem;
  display: inline-block;
  margin: 0 5px;
}

#index-concept {
  background: url(images/bg_index_features.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#index-concept::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
}
#index-concept .min {
  position: relative;
}
#index-concept .lead {
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 2.4;
  margin-bottom: 3em;
}
#index-concept .video-wrap .thumb {
  position: relative;
  float: right;
}
#index-concept .video-wrap .thumb .play {
  position: relative;
  z-index: 1;
}
#index-concept .video-wrap .thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40px;
  left: -80px;
  background: #7bbe35;
  content: "";
  z-index: 0;
}
#index-concept .video-wrap .thumb::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#index-concept .video-wrap .thumb a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  transition: all 1.2s;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
#index-concept .video-wrap .thumb a img {
  position: relative;
  z-index: 1;
  top: -3px;
  right: -2px;
}
#index-concept .video-wrap .thumb a::before, #index-concept .video-wrap .thumb a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
  animation: 1s circleanime linear infinite;
  box-sizing: border-box;
  z-index: 0;
  background: rgba(255, 255, 255, 0.75);
}
@keyframes circleanime {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.md-features .row {
  width: 1180px;
  border-bottom: #7bbe35 10px solid;
  background: #fff;
}
.md-features .row:not(:last-child) {
  margin-bottom: 40px;
}
.md-features .row:nth-child(2n) {
  float: right;
}
.md-features .row:nth-child(2n)::after {
  display: block;
  width: 100%;
  clear: both;
}
.md-features .row:nth-child(2n) .flex .thumb {
  order: 2;
}
.md-features .row:nth-child(2n) .flex .txt {
  order: 1;
}
.md-features .row:nth-child(2n+1) {
  float: none;
  clear: both;
}
.md-features .row .flex .thumb {
  width: 350px;
}
.md-features .row .flex .txt {
  width: calc(100% - 350px);
}
.md-features .row .flex .txt .feature-header {
  background: #000;
  color: #fff;
  padding: 2em 3.5em 1.5em 3.5em;
}
.md-features .row .flex .txt .feature-header .num {
  font-size: 8rem;
  line-height: 0.8;
  font-weight: 700;
}
.md-features .row .flex .txt .feature-header .sub {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.md-features .row .flex .txt .feature-header .sub span {
  color: #7bbe35;
}
.md-features .row .flex .txt .txt-box {
  padding: 2em 3.5em;
}
.md-features .row .flex .txt .txt-box p {
  line-height: 2.2;
}
.md-features .row .flex .txt .txt-box h4 {
  margin-bottom: 0.5em;
}
.md-features .row .flex .txt .txt-box ul,
.md-features .row .flex .txt .txt-box ol {
  padding-left: 1.5em;
}
.md-features .row.full {
  float: none;
}
.md-features .row.full .flex .txt {
  width: 100%;
}

#recruit-promise .notice {
  margin-top: 3.5em;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

#index-features {
  background: #727171;
}
#index-features .sec-header .sec-sub {
  color: #fff;
}

#index-price .lead {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2em;
}

.md-price .row:not(:last-child) {
  margin-bottom: 4.5em;
}
.md-price .ttl {
  font-size: 3.6rem;
  font-weight: 900;
  color: #7bbe35;
  padding-left: 0.8em;
  position: relative;
  line-height: 1.2;
  margin-bottom: 0.8em;
}
.md-price .ttl::before, .md-price .ttl::after {
  width: 5px;
  height: 100%;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.md-price .ttl::before {
  left: 0;
  background: #7bbe35;
}
.md-price .ttl::after {
  left: 8px;
  background: #333;
}
.md-price .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-price .flex .thumb {
  width: 40%;
}
.md-price .flex .txt {
  width: 55%;
}
.md-price .flex .txt .price-tbl {
  margin-top: 2.5em;
  padding-top: 2em;
  border-top: #333 2px solid;
}
.md-price .flex .txt .price-tbl table th,
.md-price .flex .txt .price-tbl table td {
  padding: 0.5em 1.5em;
  text-align: left;
  border: #d0d0d0 1px solid;
  box-sizing: border-box;
}
.md-price .flex .txt .price-tbl table th {
  background: #333;
  color: #fff;
  width: 200px;
  font-weight: 400;
}
.md-price .flex .txt .price-tbl table td {
  letter-spacing: 0.07em;
}
.md-price .flex .txt .price-tbl table td span {
  display: inline-block;
}
.md-price .flex .txt .price-tbl table td span.alpha {
  font-weight: 700;
  font-size: 1.8rem;
}
.md-price .flex .txt .price-tbl table td span.alpha.grn {
  color: #7bbe35;
}
.md-price .flex .txt .price-tbl table td span.default {
  margin-left: 5px;
  margin-right: 5px;
}
.md-price .flex .txt .price-tbl table td span.box {
  margin-left: 8px;
  background: #7bbe35;
  color: #fff;
  padding: 0 10px;
}
.md-price .flex .txt .price-tbl table td span.box span {
  font-size: 2rem;
}

#index-staff {
  background: #222222;
}
#index-staff .sec-header .sec-sub {
  color: #fff;
}

.hidden-content {
  display: none;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.hidden-content .hidden-flex {
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.hidden-content .hidden-flex .photo {
  width: 25%;
}
.hidden-content .hidden-flex .text {
  width: 70%;
}
.hidden-content .hidden-flex .text .staff-header {
  margin-bottom: 1em;
  padding: 1em;
  background: #f0f0f0;
}
.hidden-content .hidden-flex .text .staff-header .name {
  font-size: 2rem;
}
.hidden-content .hidden-flex .text dl dt {
  padding: 0.5em 1em;
  background: #333;
  color: #7bbe35;
  margin-bottom: 1em;
}
.hidden-content .hidden-flex .text dl dd {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: #d0d0d0 1px dashed;
}

.md-staff .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-staff .flex .item {
  width: 31.623931%;
  display: block;
}
.md-staff .flex .item .thumb {
  position: relative;
  text-align: right;
  margin-bottom: 1.5em;
}
.md-staff .flex .item .thumb .box {
  position: absolute;
  text-align: left;
  bottom: 30px;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  padding: 1em 1.5em;
  line-height: 1.6;
}
.md-staff .flex .item .thumb .box::before {
  position: absolute;
  height: 80%;
  width: 3px;
  background: #7bbe35;
  content: "";
  left: -3px;
  top: 10%;
}
.md-staff .flex .item .thumb .box .pos {
  font-size: 1.2rem;
}
.md-staff .flex .item .thumb .box .name {
  font-size: 1.8rem;
}
.md-staff .flex .item .txt {
  color: #fff;
  padding-left: 10.5%;
  font-size: 1.4rem;
}
.md-staff .flex .item .txt .profile {
  margin-bottom: 0.5em;
}
.md-staff .flex .item .txt dl {
  margin-bottom: 1em;
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-staff .flex .item .txt dl dt {
  width: 80px;
}
.md-staff .flex .item .txt dl dd {
  width: calc(100% - 100px);
}
.md-staff .flex .item:hover {
  transform: translateY(-25px);
}
.md-staff .flex .item:hover img {
  opacity: 1;
  display: block;
}

.md-testimonials .row:not(:last-child) {
  margin-bottom: 5.5em;
}
.md-testimonials .row .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-testimonials .row .flex .thumb {
  width: 40%;
}
.md-testimonials .row .flex .txt {
  width: 55%;
}
.md-testimonials .row .flex .txt .status {
  margin-bottom: 0.5em;
}
.md-testimonials .row .flex .txt .status span {
  display: inline-block;
  background: #7bbe35;
  color: #333;
  line-height: 1;
  padding: 7px;
  font-size: 1.4rem;
  color: #fff;
}
.md-testimonials .row .flex .txt .name {
  margin-bottom: 1em;
  font-weight: 600;
}
.md-testimonials .row .flex .txt .name span {
  font-size: 2.4rem;
}
.md-testimonials .row .flex .txt .item:not(:last-child) {
  margin-bottom: 2.5em;
}
.md-testimonials .row .flex .txt .item .ttl {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 1em;
}
.md-testimonials .row .flex .txt .item .ttl::before, .md-testimonials .row .flex .txt .item .ttl::after {
  width: 5px;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.md-testimonials .row .flex .txt .item .ttl::before {
  background: #7bbe35;
  left: 0;
}
.md-testimonials .row .flex .txt .item .ttl::after {
  left: 8px;
  background: #333;
}
.md-testimonials .row .flex .txt .item .testimonials-lead {
  margin-bottom: 1em;
  padding: 0.2em 1em;
  background: #333;
  color: #7bbe35;
}
.md-testimonials .row .flex .txt .item .excerpt {
  font-size: 1.4rem;
}

.md-faq .row:not(:last-child) {
  margin-bottom: 3.5em;
}
.md-faq .row .ttl {
  padding-left: 1.1em;
  position: relative;
  margin-bottom: 2em;
  font-weight: 600;
  color: #fff;
}
.md-faq .row .ttl span {
  display: block;
  background: #727171;
  padding: 0.3em 1em;
}
.md-faq .row .ttl::before, .md-faq .row .ttl::after {
  width: 5px;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.md-faq .row .ttl::before {
  background: #7bbe35;
  left: 0;
}
.md-faq .row .ttl::after {
  left: 8px;
  background: #333;
}
.md-faq .row .excerpt {
  font-size: 1.4rem;
  padding-left: 2.3em;
}

#index-faq {
  background: #f7f7f7;
}

.md-restructure .note-area {
  font-size: 1.4rem;
}
.md-restructure .note-area .note-box .note-text:not(:first-of-type) {
  margin-top: 1em;
}

#index-restructure {
  padding: 1em 0;
  background: #f7f7f7;
}

#index-access {
  background: #222222;
}
#index-access .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#index-access .flex .map,
#index-access .flex .thumb {
  width: 32%;
}
#index-access .flex .txt {
  width: 23%;
}
#index-access .flex .txt .sec-header .sec-ttl {
  text-align: left;
}
#index-access .flex .txt .sec-header .sec-sub {
  color: #fff;
  text-align: left;
}
#index-access .flex .txt table {
  background: none;
}
#index-access .flex .txt table th,
#index-access .flex .txt table td {
  text-align: left;
  font-weight: 400;
  color: #fff;
  padding: 0.5em 0;
}
#index-access .flex .txt table th {
  width: 120px;
}
#index-access .flex .map .gmap {
  padding-bottom: 76%;
}

#subpage {
  padding-top: 100px;
}

.content-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.content-flex .content-body {
  width: 75%;
}
.content-flex #sidebar {
  width: 20%;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 3em;
  font-size: 1.4rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #ccc;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #727171;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #7bbe35;
  font-weight: bold;
}

.widget {
  margin-bottom: 2em;
  background: #fff;
}
.widget .widget-header {
  padding: 0.5em 1em;
  border: #d0d0d0 1px solid;
  background: #f7f7f7;
}
.widget .widget-header .widget-ttl {
  font-weight: 400;
  font-size: 1.8rem;
}
.widget .widget-body {
  padding: 1em;
  border: #d0d0d0 1px solid;
  border-top: none;
}
.widget .news_widget_list {
  list-style: none;
}
.widget .news_widget_list li:not(:last-child) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: #d0d0d0 1px dashed;
}
.widget .news_widget_list li .thumb {
  margin-bottom: 0.5em;
}
.widget .news_widget_list li .news_date {
  color: #727171;
}
.widget .news_widget_list li .news_title {
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
  color: #7bbe35;
}
.widget .news_widget_list li .news_title:hover {
  text-decoration: underline;
}
.widget .pages_widget_list {
  list-style: none;
}
.widget .pages_widget_list li:not(:last-child) a {
  border-bottom: #d0d0d0 1px dashed;
}
.widget .pages_widget_list li a {
  display: block;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}
.widget .pages_widget_list li a::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4.3px;
  border-color: transparent transparent transparent #333333;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "";
}
.widget .pages_widget_list li a:hover {
  padding-left: 1.5em;
}
.widget .pages_widget_list li a.current-page {
  padding-left: 1.5em;
  background: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 5px, #fff 5px, #fff 10px);
}

.cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

#hero2 {
  width: 100%;
  height: calc(100vh - 100px);
  height: calc(100svh - 100px);
  position: relative;
  max-height: 1080px;
}
#hero2::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  z-index: 1;
}
#hero2 .inner {
  height: 100vh;
  max-height: 1080px;
  position: relative;
  z-index: 2;
}
#hero2 .inner .box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 3;
}
#hero2 .inner .box .ttl-wrap {
  opacity: 0;
  transition: all 1.5s;
  text-align: center;
  color: #fff;
  display: inline-block;
  transform: translateY(25px);
}
#hero2 .inner .box .ttl-wrap .ttl {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#hero2 .inner .box .ttl-wrap .excerpt {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
#hero2 .inner .box .ttl-wrap.visible {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#hero2.hero-flex {
  height: calc(100vh - 100px);
  height: calc(100svh - 100px);
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#hero2.hero-flex::before {
  display: none;
}
#hero2.hero-flex .hero-flex-txt {
  position: relative;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #7bbe35;
  width: 40%;
}
#hero2.hero-flex .hero-flex-txt .box {
  box-sizing: border-box;
  padding: 2.5em;
  color: #fff;
}
#hero2.hero-flex .hero-flex-txt .box .ttl {
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
#hero2.hero-flex .hero-flex-txt .box .excerpt {
  text-align: center;
  font-size: 2rem;
}
#hero2.hero-flex .hero-flex-txt.pr .box .ttl {
  font-size: 3rem;
}
#hero2.hero-flex .hero-flex-txt.pr .box .ttl strong {
  font-size: 4.8rem;
}
#hero2.hero-flex .hero-flex-txt.pr .box .banner {
  text-align: center;
  margin-top: 2em;
}
#hero2.hero-flex .hero-flex-txt.pr .box .banner img {
  border: #fff 3px solid;
}
#hero2.hero-flex .hero-flex-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 60%;
}
#hero2.hero-flex .hero-flex-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}

.md-concept .top {
  margin-bottom: 4.5em;
}
.md-concept .top .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-concept .top .flex .item {
  width: 32%;
}
.md-concept .bottom-inner {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.4;
}

.md-images {
  padding-bottom: 6em;
  background: #7bbe35;
}
.md-images .hero-image {
  width: 100%;
  height: 600px;
  position: relative;
}
.md-images .hero-image::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.md-images .hero-image-inner {
  position: absolute;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.md-images .hero-content {
  padding-bottom: 6em;
  position: relative;
}
.md-images .hero-content-inner {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  padding: 2.5em 2.5em 1.5em 2.5em;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: -140px;
}
.md-images .hero-content-inner .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-images .hero-content-inner .flex .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1em;
}
.md-images .hero-content-inner .flex .item:nth-child(3n) {
  margin-right: 0;
}

.md-recruit-lead .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-recruit-lead .flex .rec-header {
  width: 45%;
}
.md-recruit-lead .flex .txt {
  width: 50%;
}
.md-recruit-lead .flex .rec-header .sub {
  font-size: 2rem;
  font-weight: 700;
  color: #7bbe35;
  letter-spacing: 0.07em;
  margin-bottom: 0.5em;
}
.md-recruit-lead .flex .rec-header .ttl {
  font-size: 2.6rem;
  font-weight: 700;
}
.md-recruit-lead .flex .txt .excerpt {
  line-height: 2.4;
}

#recruit-message {
  background: #f7f7f7;
}

#entryform {
  background: #f7f7f7;
}

.md-message .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-message .flex .thumb {
  width: 35%;
  padding-top: 15px;
}
.md-message .flex .thumb .pos {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: center;
}
.md-message .flex .thumb .pos span {
  font-size: 1.4rem;
  font-weight: 400;
}
.md-message .flex .thumb .staff-tbl {
  padding: 1em;
  background: #fff;
}
.md-message .flex .thumb .staff-tbl table {
  background: none;
}
.md-message .flex .thumb .staff-tbl table th,
.md-message .flex .thumb .staff-tbl table td {
  font-weight: 400;
  text-align: left;
}
.md-message .flex .thumb .staff-tbl table th {
  width: 120px;
}
.md-message .flex .txt {
  width: 55%;
}
.md-message .flex .txt .ttl {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1em;
}
.md-message .flex .txt .excerpt {
  line-height: 2.4;
}

#recruit-flow {
  background: #222;
}
#recruit-flow .sec-header .sec-sub {
  color: #fff;
}

.time-schedule {
  list-style: none;
  margin: 0 auto 0 6em;
  padding-left: 20px;
  border-left: 6px solid #7bbe35;
  box-sizing: border-box;
}
.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}
.time-schedule span.time {
  width: 5em;
  font-size: 2.4rem;
  color: #7bbe35;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
  line-height: 1;
}
.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -59px;
  top: 0;
  background: #7bbe35;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.time-schedule .sch_box {
  display: inline-block;
  width: calc(100% - 5.5em);
  margin-left: 5.5em;
  padding: 2em 2.5em;
  vertical-align: middle;
  background: #fff;
  box-sizing: border-box;
  border-radius: 6px;
}
.time-schedule .sch_title {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.time-schedule .sch_tx {
  font-weight: 400;
  font-size: 1.4rem;
}

.md-rec-detail dl {
  border-bottom: #d0d0d0 1px solid;
}
.md-rec-detail dl div {
  display: flex;
  border-top: 1px #d0d0d0 solid;
}
.md-rec-detail dl dt,
.md-rec-detail dl dd {
  box-sizing: border-box;
  padding: 1em 2.5em;
}
.md-rec-detail dl dt {
  display: flex;
  justify-content: center;
  background: #f0f0f0;
  width: 200px;
  font-weight: 400;
}
.md-rec-detail dl dd {
  width: calc(100% - 140px);
  line-height: 2;
}
.md-rec-detail .notice {
  text-align: center;
  margin-top: 3.5em;
}
.md-rec-detail .notice a {
  color: #7bbe35;
  text-decoration: underline;
}

#sidebtn {
  position: fixed;
  max-width: 245px;
  bottom: 40px;
  right: 0;
  z-index: 4;
}
#sidebtn ul {
  list-style: none;
}
#sidebtn ul li:not(:last-child) {
  margin-bottom: 10px;
}

.md-features .row .flex .txt .txt-box .txt-thumb {
  display: none;
}

.for-sp {
  display: none;
}

#footbtn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  z-index: 99;
}
#footbtn .flex {
  list-style: none;
}
#footbtn .flex li {
  width: 50%;
  text-align: center;
}
#footbtn .flex li a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
#footbtn .flex li a .icon {
  display: inline-block;
  margin-right: 8px;
}
#footbtn .flex li a .icon img {
  width: 25px;
}
#footbtn .flex li:nth-child(1) a {
  background: #7bbe35;
  font-weight: 700;
}
#footbtn .flex li:nth-child(2) a {
  background: linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);
}
#footbtn .flex li:nth-child(2) a .txtlogo {
  width: 80px;
}

@media screen and (max-width: 1440px) {
  .wider {
    padding: 0 40px;
  }
  .wide {
    max-width: 90%;
  }
  #hero .ttl-box {
    top: 140px;
  }
  #hero .ttl-box .ttl-box-inner .ttl img {
    max-width: 450px;
  }
  #hero .box .box-inner .ttl img {
    max-width: 200px;
  }
  #hero .campaign {
    width: auto;
    bottom: 20px;
    transform: scale(0.8);
  }
  #sidebtn {
    max-width: 200px;
  }
}
@media screen and (max-width: 1170px) {
  .inner,
  .min {
    max-width: 90%;
  }
  #sidebtn {
    display: none;
  }
  #footbtn {
    display: block;
  }
  .md-features .row {
    width: 90%;
  }
}
@media screen and (max-width: 812px) {
  .micro {
    max-width: 90%;
  }
  .scpd {
    padding: 4em 0;
  }
  #top .flex-wrap .logo {
    max-width: 125px;
  }
  #top .flex-wrap .navi {
    display: none;
  }
  .menu-button {
    display: block;
  }
  #hero .campaign {
    display: none;
  }
  #sp-campaign {
    display: block;
    margin-top: 4em;
  }
  #sp-campaign .campaign .flex-wrap {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #sp-campaign .campaign .flex-wrap .item:not(:last-child) {
    margin-bottom: 1em;
  }
  .md-news .flex-wrap {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .md-news .flex-wrap .item {
    width: 48%;
    margin: 0;
  }
  .md-news .flex-wrap .item .txt {
    padding: 1em;
  }
  .md-news .flex-wrap .item .txt .ttl {
    font-size: 1.6rem;
  }
  .md-news .flex-wrap .item .foot {
    padding: 1em;
  }
  .line-header .line-ttl span {
    display: block;
  }
  .md-features .row {
    width: 70%;
  }
  .md-features .row .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-features .row .flex .thumb {
    display: none;
  }
  .md-features .row .flex .txt {
    width: 100%;
  }
  .md-features .row .flex .txt .feature-header {
    padding: 1.5em;
  }
  .md-features .row .flex .txt .feature-header .num {
    font-size: 6rem;
  }
  .md-features .row .flex .txt .txt-box {
    padding: 1.5em;
  }
  .md-features .row .flex .txt .txt-box .txt-thumb {
    display: block;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .md-features .row .flex .txt .txt-box .txt-thumb img {
    max-width: 200px;
  }
  .md-price .ttl {
    font-size: 2.4rem;
  }
  .md-price .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-price .flex .thumb,
  .md-price .flex .txt {
    width: 100%;
  }
  .md-price .flex .thumb {
    margin-bottom: 1.5em;
  }
  #index-access .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-access .flex .map,
  #index-access .flex .txt,
  #index-access .flex .thumb {
    width: 100%;
  }
  #index-access .flex .map {
    order: 3;
  }
  #index-access .flex .txt {
    order: 1;
    margin-bottom: 2em;
  }
  #index-access .flex .thumb {
    order: 2;
    margin-bottom: 2em;
  }
  .md-staff .flex .item .txt {
    padding-left: 0;
  }
  .md-recruit-lead .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-recruit-lead .flex .rec-header,
  .md-recruit-lead .flex .txt {
    width: 100%;
  }
  .md-recruit-lead .flex .rec-header {
    margin-bottom: 1em;
  }
  .md-recruit-lead .flex .txt .excerpt {
    line-height: 1.8;
  }
  #hero2.hero-flex .hero-flex-txt.pr .box .ttl {
    font-size: 2rem;
    line-height: 1.4;
  }
  #hero2.hero-flex .hero-flex-txt.pr .box .ttl strong {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .btn,
  .btn-more {
    font-size: 1.4rem;
  }
  #index-features .sec-header .sec-sub {
    font-size: 3.6rem;
  }
  .time-schedule {
    border-left: 3px solid #7bbe35;
    margin-left: 4em;
  }
  .time-schedule span.time {
    font-size: 1.6rem;
    width: 3em;
    margin-left: -6em;
  }
  .time-schedule span.time::after {
    right: -36px;
  }
  .time-schedule .sch_box {
    width: 100%;
    margin-left: 2.5em;
    padding: 1em;
  }
  .time-schedule .sch_title {
    font-size: 1.4rem;
  }
  .time-schedule .sch_tx {
    font-size: 1.3rem;
  }
  .md-rec-detail {
    font-size: 1.4rem;
  }
  .md-rec-detail dl {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-rec-detail dl div {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    display: block;
  }
  .md-rec-detail dl dt,
  .md-rec-detail dl dd {
    display: block;
    width: 100%;
    text-align: left !important;
    padding-left: 1em;
    padding-right: 1em;
  }
  .md-features .row {
    width: 100%;
  }
  .md-features .row .flex .txt .txt-box p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .md-features .row .flex .txt .feature-header .num {
    font-size: 4.2rem;
  }
  .md-features .row .flex .txt .feature-header .sub {
    font-size: 2.4rem;
  }
  .md-features .row .flex .txt .feature-header .feature-ttl {
    font-size: 1.4rem;
  }
  .md-price .flex .txt .price-tbl table {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .md-price .flex .txt .price-tbl table tbody,
  .md-price .flex .txt .price-tbl table tr,
  .md-price .flex .txt .price-tbl table th,
  .md-price .flex .txt .price-tbl table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .md-price .flex .txt .price-tbl table th {
    border: none;
  }
  .md-price .flex .txt .price-tbl table td span.box {
    margin-left: 0;
  }
  .md-staff .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-staff .flex .item {
    width: 100%;
  }
  .md-staff .flex .item:not(:last-child) {
    margin-bottom: 2em;
  }
  .md-restructure .note-area {
    font-size: 1.2rem;
  }
  #index-restructure {
    padding: 0.75em 0;
  }
  .md-testimonials .row .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-testimonials .row .flex .thumb,
  .md-testimonials .row .flex .txt {
    width: 100%;
  }
  .md-testimonials .row .flex .thumb {
    margin-bottom: 1.5em;
  }
  #hero {
    height: 80vh;
    height: 80svh;
  }
  #hero .wider {
    max-width: 90%;
    height: 80vh;
    height: 80svh;
  }
  #hero .ttl-box {
    top: inherit;
    bottom: 5%;
  }
  #hero .box .box-inner .ttl img {
    max-width: 150px;
  }
  #hero .ttl-box .ttl-box-inner .ttl {
    text-align: center;
  }
  #hero .ttl-box .ttl-box-inner .ttl img {
    max-width: 90%;
  }
  .campaign .flex-wrap .item .top .cp-ttl {
    font-size: 2rem;
  }
  .campaign .flex-wrap .item .bottom {
    font-size: 1.4rem;
  }
  .campaign .flex-wrap .item .bottom .flex dd span.bigger {
    font-size: 2.4rem;
  }
  .campaign .flex-wrap .item .date-box {
    width: 80px;
    height: 80px;
    padding-top: 15px;
    right: 0.5em;
  }
  .campaign .flex-wrap .item .date-box p.num, .campaign .flex-wrap .item .date-box p.prd {
    font-size: 1.2rem;
  }
  .campaign .flex-wrap .item .date-box p.date {
    font-size: 2.4rem;
  }
  #sp-campaign {
    margin-top: 2em;
  }
  .md-news .flex-wrap {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-news .flex-wrap .item {
    width: 100%;
  }
  .md-news .flex-wrap .item:not(:last-child) {
    margin-bottom: 1em;
  }
  #index-concept .lead {
    font-size: 1.4rem;
  }
  .sec-header .sec-sub {
    font-size: 3.6rem;
  }
  .line-header .line-ttl {
    font-size: 1.4rem;
  }
  .line-header .line-ttl span {
    font-size: 2rem;
  }
  .line-header .lead {
    font-size: 1.4rem;
  }
  .for-sp {
    display: block;
  }
  .for-pc {
    display: none;
  }
  .md-price .ttl {
    font-size: 1.8rem;
    padding-left: 1.5em;
  }
  #sub-hero.low {
    height: auto;
    padding: 4em 0;
  }
  #sub-hero.low .sub-hero-ttl {
    padding-left: 40px;
    font-size: 2.4rem;
  }
  .breadcrumbs {
    padding: 0.2em 0;
  }
  .content-flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .content-flex .content-body,
  .content-flex #sidebar {
    width: 100%;
  }
  .content-flex .content-body {
    margin-bottom: 3.5em;
  }
  .content-flex .content-body .md-news.styled .flex-wrap .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .single-header .header-box {
    padding: 7px 15px;
  }
  .single-header .cat time {
    font-size: 1.4rem;
  }
  .single-header .single-ttl {
    font-size: 1.8rem;
  }
  #contents .wider {
    padding: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sentry {
    font-size: 1.4rem;
  }
  .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
    font-size: 1.6rem;
  }
  #subpage {
    padding-top: 72px;
  }
  #hero2 {
    height: auto !important;
  }
  #hero2.hero-flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #hero2.hero-flex .hero-flex-txt,
  #hero2.hero-flex .hero-flex-thumb {
    width: 100% !important;
  }
  #hero2.hero-flex .hero-flex-txt {
    order: 2;
  }
  #hero2.hero-flex .hero-flex-txt .box .ttl {
    font-size: 4.2rem;
    line-height: 1;
  }
  #hero2.hero-flex .hero-flex-thumb {
    order: 1;
    padding-bottom: 56.25%;
  }
  .md-concept .top {
    margin-bottom: 1.5em;
  }
  .md-concept .bottom {
    font-size: 1.4rem;
  }
  .md-concept .bottom .bottom-inner {
    line-height: 1.8;
  }
  .md-images {
    padding-bottom: 0;
  }
  .md-images .hero-image {
    height: 300px;
  }
  .md-images .hero-image .hero-image-inner {
    height: 300px;
    background-attachment: unset;
  }
  .md-images .hero-content {
    padding-bottom: 3em;
  }
  .md-images .hero-content-inner {
    padding: 1em;
    max-width: 90%;
  }
  .md-images .hero-content-inner .flex {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .md-images .hero-content-inner .flex .item {
    width: 49%;
    margin-right: 0 !important;
    margin-bottom: 0.5em;
  }
  .md-images .hero-content-inner .flex .item:nth-last-child(1), .md-images .hero-content-inner .flex .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .md-recruit-lead .flex .txt .excerpt {
    font-size: 1.4rem;
  }
  .md-message .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-message .flex .thumb,
  .md-message .flex .txt {
    width: 100%;
  }
  .md-message .flex .thumb {
    margin-bottom: 1.5em;
  }
  .md-message .flex .txt .ttl {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .md-message .flex .txt .excerpt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .md-rec-detail dl dt,
  .md-rec-detail dl dd {
    font-size: 1.4rem;
  }
  .md-recruit-lead .flex .rec-header .sub {
    font-size: 1.4rem;
  }
  .md-recruit-lead .flex .rec-header .ttl {
    font-size: 1.6rem;
  }
  #contactform .flex .item {
    width: 100%;
  }
  .simple-header {
    margin-bottom: 2em;
  }
  .simple-header .simple-ttl {
    font-size: 3rem;
    line-height: 1.4;
  }
  .hidden-content .hidden-flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 1.4rem;
  }
  .hidden-content .hidden-flex .photo,
  .hidden-content .hidden-flex .text {
    width: 100%;
  }
  .hidden-content .hidden-flex .photo {
    margin-bottom: 1.5em;
  }
  .hidden-content .hidden-flex .text p {
    text-align: left;
  }
  .hidden-content .hidden-flex .text p.name {
    font-size: 1.6rem;
  }
  .md-features .row .flex .txt .feature-header .sub.ja {
    font-size: 2rem;
    line-height: 1.4;
  }
  .md-rec-detail .notice {
    text-align: left;
  }
  .md-rec-detail .notice br {
    display: none;
  }
  #recruit-promise .notice {
    font-size: 1.6rem;
  }
  #hero2.hero-flex .hero-flex-txt.pr .box .banner img {
    max-width: 250px;
  }
}/*# sourceMappingURL=style.css.map */