@charset "UTF-8";
/*
Theme Name: Pace Method Japan for WP
Description: WordPressテンプレート「Pace Method Japan for WP」
Version: 1.0.0
Author: Pace Method Japan
*/
/*! 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
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Fonts Setting
//------------------------------------------------
*/
.alpha {
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
//------------------------------------------------
//	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", serif;
  font-weight: 400;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

body {
  color: #454545;
  font-size: 1.6rem;
  overflow: hidden;
  padding-top: 150px;
}

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

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

a {
  color: #454545;
  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;
}

.inner {
  width: 100%;
  /*max-width: 1080px;*/
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

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

.micro {
  width: 100%;
  max-width: 700px;
  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;
}

.btn {
  display: inline-block;
  color: #fff;
  background: #00acc2;
  padding: 0.3em 1em;
  min-width: 280px;
  text-align: center;
  letter-spacing: 0.07em;
  border-radius: 25px;
  position: relative;
}
.btn::before {
  position: absolute;
  width: 7px;
  height: 11px;
  content: "";
  background: url(images/icon_chevron_right.png) no-repeat 0 0;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}
.btn:hover {
  background: #b99f4f;
}

.btn-more {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.4;
  text-align: right;
  color: #454545;
  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 #454545;
  border-right: 1px solid #454545;
  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;
  }
}
.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: 6em 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: #b99f4f;
}
.easingWrap .easingImg.on::after {
  transform: translateY(101%);
}

@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: 150px 120px 60px 120px;
  opacity: 0;
  transform: scale(0.9);
  background: rgba(39, 39, 39, 0.85);
  box-sizing: border-box;
}
#modal a {
  color: #fff;
}
#modal .modal-box {
  height: 100%;
  overflow: auto;
}
#modal .modal-box .modal-nav {
  list-style: none;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: #fff 1px solid;
}
#modal .modal-box .modal-nav li {
  font-size: 1.8rem;
  margin-bottom: 1em;
  font-weight: 700;
}
#modal .modal-box .modal-nav li:last-child {
  margin-bottom: 0;
}
#modal .modal-box .sns-nav {
  list-style: none;
  display: flex;
}
#modal .modal-box .sns-nav li {
  width: 34px;
  margin-right: 1.5em;
}
#modal .modal-box .sns-nav li a {
  display: block;
}

body.opened #modal {
  z-index: 55;
  display: block;
}

body.opened #modal {
  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);
  }
}
#top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  padding-bottom: 10px;
  z-index: 5;
}
#top .gnav .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
#top .gnav .flex .item-left {
  width: 357px;
}
#top .gnav .flex .item-left .logo {
  padding: 1em 0;
}
#top .gnav .flex .item-right {
  margin-left: auto;
}
#top .gnav .flex .item-right ul {
  list-style: none;
  text-align: right;
}
#top .gnav .flex .item-right ul li {
  display: inline-block;
}
#top .gnav .flex .item-right ul li a {
  display: block;
  padding: 1em 1.5em;
  line-height: 1;
  color: #fff;
  background: #454545;
  font-weight: 500;
  position: relative;
}
#top .gnav .flex .item-right ul li a:hover {
  background: #00acc2;
}
#top .gnav .flex .item-right ul li a .notes {
  font-size: 0.6em;
  position: relative;
  margin-left: 0.5em;
}
#top .gnav .flex .item-right ul li:last-child a {
  background: #b99f4f;
}
#top .gnav .flex .item-right ul li:last-child a:hover {
  background: #00acc2;
}
#top .gnav .flex .item-right ul li.icon a {
  padding: 5px;
}
#top .gnav .flex .item-right ul li.icon a img {
  width: 30px;
  height: auto;
}
#top .gnav .flex .item-right ul li.icon.fb a {
  background: #385490;
}
#top .gnav .flex .item-right ul li.icon.line a {
  background: #00b700;
}
#top .gnav .flex .item-right ul li.icon.ig a {
  background: #F40000;
  background: linear-gradient(67deg, rgb(244, 0, 0) 0%, rgb(185, 0, 179) 100%);
}
#top .site-nav ul {
  list-style: none;
  text-align: center;
}
#top .site-nav ul li {
  display: inline-block;
  text-align: center;
  position: relative;
}
#top .site-nav ul li a {
  display: block;
  font-size: 1.8rem;
  padding: 0.5em 1.2em;
  /*
  &::after{
  	display: inline-block;
  	content: "|";
  	margin: 0 1em;
  }
  &:hover{
  	text-decoration: underline;
  }
  */
}
#top .site-nav ul li a:hover {
  background: #00acc2;
  color: #fff;
}
#top .site-nav ul li:last-child a {
  /*
  &::after{
  	display: none;
  }
  */
}
#top .site-nav ul li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  perspective: 400px;
  padding-top: 1em;
}
#top .site-nav ul li ul li {
  display: block;
  width: 250px;
  text-align: left;
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: 0.3s;
  margin-bottom: 1px;
}
#top .site-nav ul li ul li a {
  padding: 0.5em 1em;
  background: rgba(255, 255, 255, 0.75);
  display: block;
}
#top .site-nav ul li ul li a::after {
  display: none !important;
}
#top .site-nav ul li ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#top .site-nav ul li ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#top .site-nav ul li ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#top .site-nav ul li ul li:nth-child(5) {
  transition-delay: 0.4s;
}
#top .site-nav ul li ul li:hover > a {
  background: #7fcad3;
  text-decoration: none;
}
#top .site-nav ul li ul li ul {
  top: 0;
  padding-top: 0;
  left: calc(100% + 2px);
  visibility: hidden !important;
}
#top .site-nav ul li ul li ul li {
  transform: rotateY(90deg) !important;
}
#top .site-nav ul li:hover ul {
  visibility: visible;
}
#top .site-nav ul li:hover li {
  transform: rotateY(0);
}
#top .site-nav ul li:hover li:hover ul {
  visibility: visible !important;
}
#top .site-nav ul li:hover li:hover ul li {
  transform: rotateY(0) !important;
}
#top.is_fixed {
  border-bottom: #d0d0d0 1px solid;
}

#hero {
  position: relative;
  width: 100%;
  height: 650px;
}
#hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#hero .annivarsary {
  width: 250px;
  margin: 0 auto 2.5em auto;
  width: 183px;
}
#hero .box {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-80%);
  left: 0;
}
#hero .box .ttl {
  background: rgba(0, 172, 194, 0.6);
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
  padding: 0.5em 0;
  letter-spacing: 0.07em;
}

#hero-nav {
  background: #00acc2;
}
#hero-nav nav {
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
#hero-nav nav .flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#hero-nav nav .flex li {
  width: 33.333333%;
  box-sizing: border-box;
}
#hero-nav nav .flex li a {
  display: block;
  background: #7fcad3;
  color: #fff;
  padding-top: 2em;
  box-sizing: border-box;
  height: 195px;
}
#hero-nav nav .flex li a .icon {
  text-align: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  position: relative;
}
#hero-nav nav .flex li a .icon .new {
  position: absolute;
  top: -8px;
  left: -28px;
}
#hero-nav nav .flex li a .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
#hero-nav nav .flex li a .more {
  text-align: center;
}
#hero-nav nav .flex li a .more span {
  display: inline-block;
  color: #7fcad3;
  background: #fff;
  line-height: 1;
  padding: 8px 10px 3px 10px;
  font-size: 1.4rem;
}
#hero-nav nav .flex li a:hover {
  background: #b99f4f;
}
#hero-nav nav .flex li a:hover .more span {
  color: #b99f4f;
}
#hero-nav nav .flex li:nth-child(1) .icon img {
  width: 42px;
}
#hero-nav nav .flex li:nth-child(1) .icon .new {
  max-width: 200%;
  width: 45px;
}
#hero-nav nav .flex li:nth-child(2) .icon img {
  width: 28px;
}
#hero-nav nav .flex li:nth-child(2) .icon .new {
  max-width: 200%;
  width: 45px;
}
#hero-nav nav .flex li:nth-child(2) a {
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
#hero-nav nav .flex li:nth-child(3) .icon img {
  width: 44px;
}
#hero-nav nav .flex li:nth-child(3) .icon .new {
  width: 32px;
}

.sec-header {
  margin-bottom: 4em;
}
.sec-header .sec-ttl {
  text-align: center;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: 0.07em;
}
.sec-header .sec-ttl::before {
  width: 40px;
  height: 38px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  content: "";
  background: url(images/icon_piano.svg) no-repeat 0 0;
  margin-bottom: 5px;
}
.sec-header .sec-ttl span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}

#index-about .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#index-about .flex .txt {
  width: 50%;
}
#index-about .flex .txt .ttl {
  font-size: 2.8rem;
  margin-bottom: 0.8em;
  font-weight: 500;
}
#index-about .flex .txt .excerpt {
  margin-bottom: 2em;
}
#index-about .flex .thumb {
  margin-left: auto;
}

.bg-gray {
  background: #f9f8f4;
}

.md-topics {
  margin-bottom: 6em;
}
.md-topics .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-topics .flex .item {
  width: 29.468%;
}
.md-topics .flex .item .thumb {
  margin-bottom: 1em;
}
.md-topics .flex .item .excerpt {
  font-size: 1.4rem;
}
.md-topics .flex .item a:hover .thumb img {
  opacity: 1;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.4) 0 10px 20px;
  transform: translateY(-25px);
}

#index-topics .min .flex {
  list-style: none;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#index-topics .min .flex li a:hover img {
  opacity: 1;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.4) 0 10px 20px;
  transform: translateY(-25px);
}

#footer-contact {
  background: url(images/img_footer_contact_bg@1.5x.jpg) no-repeat center center;
  padding: 10em 0;
  margin-bottom: 5em;
}
#footer-contact .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-flow: row wrap;
  list-style: none;
}
#footer-contact .flex li {
  margin: 0 1.5em;
  display: inline-block;
  width: 42%;
  margin: 0 2% 1.5em;
}
#footer-contact .flex li .contact-btn {
  display: block;
  padding: 1em;
  min-width: 360px;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  background: #454545;
  min-width: 330px;
}
#footer-contact .flex li:nth-child(2) .contact-btn {
  background: #b99f4f;
}
#footer-contact .flex li:last-child {
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}
#footer-contact .flex li .contact-btn:hover {
  background: #00acc2;
}
#footer-contact .flex li .contact-btn .notes {
  display: inline-block;
  font-size: 0.6em;
  margin-left: 0.5em;
}
#footer-contact .flex li span {
  display: block;
  font-size: 1.1rem;
  color: #fff;
}

#site-footer .min {
  margin-bottom: 2.5em;
}
#site-footer .logo {
  text-align: center;
  margin-bottom: 2.5em;
}
#site-footer .txt {
  text-align: center;
}
#site-footer .txt span {
  font-size: 1.4rem;
}
#site-footer .banner {
  text-align: center;
  margin-top: 1.5em;
}
#site-footer .banner img {
  max-width: 200px;
  border: #333 1px solid;
}
#site-footer .address {
  border-top: #00acc2 1px solid;
  text-align: center;
  padding: 1em;
}
#site-footer .address address {
  font-size: 1.2rem;
  font-style: normal;
}

#side-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 132px;
}
#side-btn ul {
  list-style: none;
}
#side-btn ul li:not(:last-child) {
  margin-bottom: 5px;
}

#contactform {
  margin-bottom: 6em;
}
#contactform .row {
  margin-bottom: 2em;
}
#contactform .ttl {
  color: #000;
  margin-bottom: 0.5em;
}
#contactform .sub {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
#contactform .sub.mgt {
  margin-top: 1em;
}
#contactform .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#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: 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: #00acc2;
  color: #fff;
  cursor: pointer;
}
#contactform .backbutton {
  display: inline-block;
  padding: 15px 3em;
  font-size: 1.4rem;
  background: #666;
  color: #fff;
  cursor: pointer;
}
#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 .score {
  display: flex;
  -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;
}
#contactform .score .selection-box {
  width: 80%;
}
#contactform .score .numbox {
  width: 10%;
}
#contactform .score .type {
  width: 5%;
}
#contactform .small {
  font-size: 0.9em;
}

.contact-head {
  padding: 3em 2em;
  border: #f0f0f0 2px solid;
  text-align: center;
  margin-bottom: 5em;
  font-weight: bold;
  line-height: 1.2;
}
.contact-head .lead {
  text-align: center;
  margin-bottom: 1em;
}
.contact-head .top {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
.contact-head .top span {
  color: #333333;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
.contact-head .bottom {
  font-size: 4.8rem;
  font-family: Helvetica, sans-serif;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
}
.contact-head .bottom i {
  margin-right: 10px;
  font-size: 4rem;
}
.contact-head .notice {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1.2em;
}

.page-header {
  text-align: center;
}
.page-header .page-ttl {
  position: relative;
  z-index: 4;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.page-header .page-ttl span {
  display: block;
  font-size: 2rem;
  font-family: source-han-sans-japanese, sans-serif;
}

.page-sub-ttl {
  text-align: center;
  font-weight: 400;
  letter-spacing: 1.4px;
  font-size: 2rem;
  margin-bottom: 3em;
}

.single-header {
  padding: 3em 0;
  background: #f8f8f8;
  position: relative;
}
.single-header .header-box {
  position: relative;
}
.single-header .header-box .single-ttl {
  font-size: 2.4rem;
}
.single-header .header-box .meta span {
  margin-right: 2em;
  font-size: 1.4rem;
  color: #999;
  display: inline-block;
}
.single-header .header-box .meta span i {
  color: #00acc2;
  margin-right: 0.7em;
}
.single-header .eyecatch {
  margin-bottom: 2.5em;
}

.styled-tbl {
  width: 100%;
  border-spacing: 0;
  background: no-repeat;
}
.styled-tbl th,
.styled-tbl td {
  text-align: left;
  padding: 1.5em;
  font-weight: 400;
  vertical-align: top;
}
.styled-tbl th {
  border-bottom: solid 2px #00acc2;
  min-width: 200px;
}
.styled-tbl td {
  border-bottom: solid 2px #ddd;
}
.styled-tbl dl {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.styled-tbl dl dt {
  width: 7em;
}
.styled-tbl dl dd {
  width: calc(100% - 7em);
}

.row {
  margin-bottom: 6em;
}

.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 p.notice,
.sentry ul.notice,
.sentry ol.notice {
  text-align: center !important;
  font-size: 1.8rem;
  margin-bottom: 2.5em;
  background: #f4f4f4;
  padding: 1em;
}
.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: #00acc2 2px solid;
  border-bottom: #00acc2 2px solid;
}
.sentry h3 {
  padding-left: 30px;
  position: relative;
  font-size: 2.1rem;
}
.sentry h3::before {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #00acc2;
  content: "";
  top: 12px;
  left: 0;
}
.sentry h4 {
  font-size: 1.8rem;
  border-bottom: #00acc2 2px solid;
}
.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: none;
}
.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:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sentry dl dd {
  padding-left: 1.5em;
}
.sentry dl dd:not(:last-child) {
  margin-bottom: 2em;
}
.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;
}
.sentry ul {
  list-style: none;
}
.sentry ul li {
  padding-left: 1.5em;
  position: relative;
  text-align: left !important;
}
.sentry ul li:not(:last-child) {
  margin-bottom: 1em;
}
.sentry ul li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00acc2;
  content: "";
  left: 0;
  top: 10px;
}
.sentry .thumb {
  margin-bottom: 2.5em;
}

#contents.single {
  margin: 6em 0;
}

.md-news-archive .entry .post {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
}
.md-news-archive .entry .post:not(:last-child) {
  border-bottom: #d0d0d0 1px dashed;
}
.md-news-archive .entry .post .ttl {
  font-weight: 500;
  margin-bottom: 0.3em;
}
.md-news-archive .entry .post .ttl a:hover {
  text-decoration: underline;
}
.md-news-archive .entry .post .excerpt {
  color: #999;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.md-news-archive .entry .post .meta {
  font-size: 1.2rem;
}
.md-news-archive .entry .post .meta time {
  color: #999;
  display: inline-block;
  margin-right: 1.5em;
}
.md-news-archive .entry .post .meta span {
  display: inline-block;
  padding: 5px;
  background: #00acc2;
  color: #fff;
  line-height: 1;
}
.md-news-archive .entry .post .meta span:not(:last-child) {
  margin-right: 5px;
}
.md-news-archive .entry .post.ptn2 {
  background-image: url(images/icon_list_02.png);
}
.md-news-archive .entry .btn-archive {
  display: block;
  line-height: 1;
  padding: 10px;
  text-align: center;
  background-color: #00acc2;
  color: #fff;
}
.md-news-archive .entry .btn-archive.ptn2 {
  background-color: #b99f4f;
}

.md-filter {
  box-sizing: border-box;
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
  background: #f8f8f8;
}
.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;
  display: block;
  content: "\f078";
  font-family: "Font Awesome 5 Free", fontawesome;
  speak: none;
  font-style: 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: #00acc2;
  font-weight: 900;
}
.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;
}

#sub-hero {
  margin-bottom: 6em;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#sub-hero::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
#sub-hero .wide {
  height: 100%;
  position: relative;
}
#sub-hero .header-box {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#sub-hero .header-box .page-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.07em;
  text-align: center;
  color: #fff;
}
#sub-hero .header-box .sub-ttl {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-align: center;
  color: #fff;
}
#sub-hero.white {
  color: #fff;
}
#sub-hero.high {
  height: 650px;
}
#sub-hero.high .header-box {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  display: inline-block;
  padding: 2.5em;
  background: rgba(246, 167, 0, 0.75);
}

.content-row {
  margin-bottom: 6em;
}
.content-row .ttl-lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
.content-row .lead {
  line-height: 2.4;
}

.md-styled-content .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-styled-content .flex .txt {
  width: 68%;
}
.md-styled-content .flex .txt .ttl {
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: #00acc2 5px solid;
  margin-bottom: 1em;
}
.md-styled-content .flex .txt .sub {
  font-size: 1.8rem;
  text-decoration: underline;
  margin-bottom: 1em;
}
.md-styled-content .flex .thumb {
  width: 25%;
}

#about-pacemethod {
  margin-bottom: 6em;
}

#about-goal .sub-lead {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.5em;
}
#about-goal .thumb {
  text-align: center;
}

.divider {
  width: 100%;
  border-top: #d0d0d0 1px dashed;
  margin: 5em 0;
}

#about-features .thumb {
  text-align: center;
}

.md-icons .lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3.5em;
}
.md-icons .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 3.5em;
}
.md-icons .flex .item {
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 50%;
  margin: 0 1.5em;
  font-size: 1.8rem;
  font-weight: 500;
  box-sizing: border-box;
  padding-top: 2.5em;
}
.md-icons .flex .item:nth-child(1) {
  background: #d3e0cc;
}
.md-icons .flex .item:nth-child(2) {
  background: #fed6d4;
}
.md-icons .flex .item:nth-child(3) {
  background: #f3f3b3;
}
.md-icons .excerpt {
  line-height: 2.4;
}

table.feature {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5em;
}
table.feature tbody th,
table.feature tbody td {
  padding: 0.5em 1em;
  border: #d0d0d0 1px solid;
  font-weight: 500;
  text-align: left;
}
table.feature tbody th {
  background: #00acc2;
  color: #fff;
}

.frame {
  padding: 2.5em;
  border: #d0d0d0 1px solid;
  margin-bottom: 2.5em;
}

table.materials {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5em;
  table-layout: fixed;
  font-size: 1.4rem;
}
table.materials thead th {
  border: #d0d0d0 1px solid;
  background: #00acc2;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0.5em 1em;
}
table.materials thead th.narrow {
  width: 120px;
}
table.materials tbody th,
table.materials tbody td {
  padding: 0.5em 1em;
  border: #d0d0d0 1px solid;
  text-align: left;
  font-weight: 500;
}
table.materials tbody th.color1,
table.materials tbody td.color1 {
  color: green;
}
table.materials tbody th.color2,
table.materials tbody td.color2 {
  color: blue;
}
table.materials tbody th .member,
table.materials tbody td .member {
  color: red !important;
}
table.materials tbody th {
  text-align: center;
  background: #7fcad3;
  color: #fff;
}
table.materials tbody th.narrow {
  width: 120px;
}
table.materials tbody th.num {
  font-size: 2rem;
}

#about-materials .lead {
  margin-bottom: 2.5em;
}
#about-materials .notice .color1 {
  color: green;
}
#about-materials .notice .color2 {
  color: blue;
}
#about-materials .notice .color3 {
  color: red;
}

.colored-frame-1 {
  padding: 2.5em;
  background: #ffeecc;
}

.colored-frame-2 {
  padding: 2.5em;
  background: #ffeeee;
}

#outline-about {
  margin-bottom: 6em;
}
#outline-about .sec-lead {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 4em;
  text-align: center;
}
#outline-about .sub-lead {
  text-align: center;
  margin-bottom: 1.5em;
}
#outline-about .styled-tbl th {
  width: 150px;
}

#map-container {
  margin-bottom: 6em;
}

.md-pref .attention {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.md-pref .item {
  margin-bottom: 2.5em;
  background: #fff;
}
.md-pref .item .ttl {
  text-align: center;
  padding: 0.5em;
  background: #00acc2;
  color: #fff;
}
.md-pref .item table {
  width: 100%;
  border-collapse: collapse;
}
.md-pref .item table th,
.md-pref .item table td {
  border: #d0d0d0 1px solid;
  padding: 0.5em 1em;
  font-weight: 500;
  text-align: center;
}
.md-pref .item table th.name,
.md-pref .item table td.name {
  text-align: left;
  width: 35%;
}
.md-pref .item table th.name a,
.md-pref .item table td.name a {
  color: #00acc2;
  text-decoration: underline;
}
.md-pref .item table thead th {
  background: #f4f4f4;
}

.ttl-border {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1em;
  font-weight: 500;
  position: relative;
  color: #454545;
}
.ttl-border::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #454545;
  left: 0;
  top: 1em;
  content: "";
  z-index: 0;
}
.ttl-border span {
  z-index: 1;
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 1em;
}
.ttl-border.gray span {
  background: #f9f8f4;
}

.designed-num-list {
  list-style: none;
  counter-reset: chapter;
}
.designed-num-list li {
  padding: 10px;
  background: #cde2e8;
}
.designed-num-list li::before {
  content: "特典 0" counter(chapter);
  counter-increment: chapter;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  padding: 5px 10px;
  border-radius: 20px;
  background: #30b0d8;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.designed-num-list li:nth-child(even) {
  background: #eee;
}

.fancy-content {
  transition: all ease-in-out 0.4s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.fancy-content .hidden-content-inner {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  background: #fff;
  padding: 3.5em;
}
.fancy-content .hidden-content-inner .close {
  position: absolute;
  top: 1em;
  right: 1.5em;
  z-index: 2;
  font-size: 1.2rem;
  color: #00acc2;
}
.fancy-content .hidden-content-inner .close:hover {
  cursor: pointer;
  text-decoration: underline;
}
.fancy-content.school-open {
  visibility: visible;
  opacity: 1;
}

.hidden-content-inner table th,
.hidden-content-inner table td {
  padding: 0.5em 1.5em;
  border: #d0d0d0 1px solid;
}
.hidden-content-inner table thead th {
  background: #00acc2;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.hidden-content-inner table tbody th {
  font-weight: 400;
  background: #f4f4f4;
}

.designed-num-flow {
  list-style: none;
  counter-reset: chapter;
}
.designed-num-flow li {
  background: #cde2e8;
  padding: 20px;
  position: relative;
}
.designed-num-flow li:nth-child(even) {
  background: #eee;
}
.designed-num-flow li::before {
  content: "STEP" counter(chapter);
  counter-increment: chapter;
  display: inline-block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  margin-right: 5px;
  color: #fff;
  background: #30b0d8;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.designed-num-flow li::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #cde2e8;
  z-index: 1;
}
.designed-num-flow li:nth-child(even)::after {
  border-top: 15px solid #eee;
}
.designed-num-flow li.count-last::before, .designed-num-flow li.count-last::after {
  display: none;
}
.designed-num-flow li:last-child::after {
  display: none;
}
.designed-num-flow li .ttl {
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 1em;
}
.designed-num-flow li .excerpt {
  margin-bottom: 1em;
}
.designed-num-flow li .price {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
}
.designed-num-flow li .price span {
  font-size: 2rem;
}
.designed-num-flow li .frame {
  background: #fff;
}

.hidden-content {
  display: none;
}
.hidden-content .ttl {
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: #00acc2 5px solid;
  margin-bottom: 1em;
}
.hidden-content .addr {
  margin-bottom: 1.5em;
}
.hidden-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.hidden-content table th,
.hidden-content table td {
  padding: 1em 1.5em;
  border: #d0d0d0 1px solid;
  font-weight: 500;
  vertical-align: top;
}
.hidden-content table th {
  background: #f4f4f4;
  width: 150px;
}

.ps-container {
  background: #f4f4f4;
  padding: 2.5em;
  text-align: center;
}
.ps-container p {
  text-align: center;
}
.ps-container input[type=password] {
  display: inline-block;
  background: #fff;
  border: #d0d0d0 1px solid;
  padding: 5px 10px;
  margin-bottom: 1em;
}
.ps-container input[type=submit] {
  font-size: 1.4rem;
  display: inline-block;
  padding: 7px 15px;
  background: #00acc2;
  color: #fff;
  cursor: pointer;
}

.h-menu_box {
  display: flex;
  display: none;
  justify-content: end;
  align-items: center;
  width: 120px;
  height: 72px;
  flex-basis: 120px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  cursor: pointer;
  background: transparent;
  transition: background 1s;
  padding: 15px;
}
.h-menu_box > span {
  line-height: 1;
}
.h-menu_box > span::before {
  content: "Menu";
  font-size: 1.3rem;
  margin-right: 1.4rem;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #454545;
}
.h-menu_box > div {
  position: relative;
  width: 22px;
  height: 6px;
}
.h-menu_box > div > span {
  display: block;
  height: 1px;
  background: #454545;
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.5s;
}
.h-menu_box > div > span:nth-child(1) {
  top: 0;
}
.h-menu_box > div > span:nth-child(2) {
  bottom: 0;
}
.h-menu_box.nav_close {
  height: 72px;
  border-color: #00acc2;
  z-index: 1001;
  background: #00acc2;
  transition: background 1s;
}
.h-menu_box.nav_close > span::before {
  color: #fff;
  content: "Close";
}
.h-menu_box.nav_close > div {
  height: 22px;
}
.h-menu_box.nav_close > div > span {
  background: #fff;
}
.h-menu_box.nav_close > div > span:nth-child(1) {
  transform: rotate(-30deg);
  top: 11px;
}
.h-menu_box.nav_close > div > span:nth-child(2) {
  transform: rotate(30deg);
  bottom: 10px;
}
.h-menu_box.is_fixed > span::before {
  color: #454545;
}
.h-menu_box.is_fixed > div > span {
  background: #454545;
}
.h-menu_box.is_fixed.nav_close > span::before {
  color: #fff;
}
.h-menu_box.is_fixed.nav_close > div > span {
  background: #fff;
}

.is-5 {
  flex: none;
  width: 41.66667%;
}

.is-7 {
  flex: none;
  width: 58.33333%;
}

.is-12 {
  flex: none;
  width: 100%;
}

.h-gnav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 1s;
  transform: translateY(-200vh);
  opacity: 0;
}
.h-gnav .global_navigation {
  padding: 80px 0 0;
  background: #f7f9fb;
  transition: all 0.3s ease;
  height: 100vh;
}
.h-gnav .global_navigation__inner {
  position: relative;
  width: 87.5%;
  max-width: 1432px;
  height: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
}
.h-gnav .global_navigation__top {
  padding: 85px 0 55px;
  flex-grow: 2;
}
.h-gnav .global_navigation__top .is-5 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.h-gnav .global_navigation__top .global_navigation__logo {
  width: 38.3%;
  min-width: 178px;
}
.h-gnav .global_navigation__top .global_navigation__info {
  margin-top: 3.2rem;
}
.h-gnav .global_navigation__top .global_navigation__info h3 {
  font-size: 1rem;
  opacity: 0.6;
}
.h-gnav .global_navigation__top .global_navigation__info p {
  font-size: 1.1rem;
  line-height: 16px;
}
.h-gnav .global_navigation__top .global_navigation__content {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label {
  width: 45%;
  padding-right: 1em;
  margin-bottom: 2rem;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label dt {
  margin-bottom: 0.5em;
  font-weight: 700;
  margin-top: 1em;
  padding-top: 1em;
  border-top: #d0d0d0 1px dashed;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label dt a:hover {
  text-decoration: underline;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label dd {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label dd a {
  display: block;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label dd ul {
  padding-left: 1.5em;
  list-style: circle;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label .mgbs {
  margin-bottom: 1.5em;
}
.h-gnav .global_navigation .btns {
  margin-bottom: 1.5em;
  text-align: center;
}
.h-gnav .global_navigation .btns img {
  max-width: 20px;
}
.h-gnav .global_navigation .btns a {
  display: inline-block;
  width: 48%;
  border-radius: 50px;
  background: #b99f4f;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.h-gnav .global_navigation .btns a.mailmag {
  background: #7fcad3;
}
.h-gnav .global_navigation .btns a .notes {
  font-size: 0.6em;
  position: relative;
  margin-left: 0.5em;
}
.h-gnav .global_navigation__btm {
  width: 100%;
  flex-basis: 150px;
}
.h-gnav .global_navigation__btm .bn_contact {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(0, 9, 15, 0.1);
  border-width: 1px 0;
  height: 100%;
}
.h-gnav .global_navigation__btm .bn_contact span {
  font-size: 2.3rem;
  margin-right: 1em;
  transition: 1s;
  letter-spacing: 0.1em;
}
.h-gnav .global_navigation__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 150px;
}
.h-gnav .global_navigation__footer .sns_link {
  width: 35px;
  height: 35px;
  margin: 0 5px;
}
.h-gnav .global_navigation .mgb {
  margin-bottom: 1.5em;
}
.h-gnav .global_navigation dd a:hover {
  text-decoration: underline;
}

.h-gnav {
  font-size: 1.6rem;
}
.h-gnav .global_navigation__inner {
  overflow: auto;
}
.h-gnav .global_navigation__top {
  padding: 0;
}
.h-gnav .global_navigation__top .global_navigation__content {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label {
  width: 100%;
}
.h-gnav .global_navigation__btm {
  margin-bottom: 1em;
}
.h-gnav .global_navigation__btm .bn_contact {
  padding: 1em;
}
.h-gnav .global_navigation__btm .bn_contact span {
  font-size: 1.8rem;
}

.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label dd {
  margin-bottom: 0.5em;
}

.nav_open .h-gnav {
  transition: 1s;
  transform: translateY(0);
  opacity: 1;
}

.seminar_free_content {
  margin-bottom: 6em;
}

.md-schedule .row {
  padding: 2em;
  border: #00acc2 1px solid;
  border-radius: 5px;
  margin-bottom: 3.5em;
}
.md-schedule .row .cat {
  margin-bottom: 1em;
}
.md-schedule .row .cat span {
  font-weight: 400;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 7px 1.5em;
  border-radius: 20px;
  border: #00acc2 1px solid;
  background: #00acc2;
  color: #fff;
  margin-right: 5px;
}
.md-schedule .row .cat span.child {
  background: #fff;
  color: #00acc2;
}
.md-schedule .row .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.md-schedule .row .flex .thumb {
  width: 150px;
}
.md-schedule .row .flex .txt {
  width: calc(100% - 190px);
}
.md-schedule .row .flex .txt .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.md-schedule .row .flex .txt .excerpt {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}
.md-schedule .row .flex .txt table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.md-schedule .row .flex .txt table th,
.md-schedule .row .flex .txt table td {
  padding: 0.5em 1.5em;
  font-weight: 500;
  border: #d0d0d0 1px solid;
}
.md-schedule .row .flex .txt table th {
  background: #f0f0f0;
  width: 100px;
}
.md-schedule .row .flex .txt table td span {
  display: inline-block;
}
.md-schedule .row .flex .txt table td span::after {
  display: inline-block;
  content: "/";
  margin: 0 5px;
}
.md-schedule .row .flex .txt table td span:last-child::after {
  display: none;
}
.md-schedule .row .more {
  text-align: center;
}

.schedule-content {
  margin-bottom: 2.5em;
}
.schedule-content table {
  width: 100%;
  border-collapse: collapse;
}
.schedule-content table th,
.schedule-content table td {
  padding: 0.5em 1.5em;
  font-weight: 500;
  border: #d0d0d0 1px solid;
}
.schedule-content table th {
  background: #f0f0f0;
  width: 200px;
}
.schedule-content table td span {
  display: inline-block;
}
.schedule-content table td span::after {
  display: inline-block;
  content: "/";
  margin: 0 5px;
}
.schedule-content table td span:last-child::after {
  display: none;
}

.seminar-single .eyecatch {
  margin-bottom: 2.5em;
}

#footer-btn {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
#footer-btn ul {
  display: flex;
  list-style: none;
}
#footer-btn ul li {
  width: 50%;
  height: 60px;
  box-sizing: border-box;
  /*
  &:nth-child(1){
  	a{
  		background: #8C8C8C;
  		padding-top: 15px;
  		img{
  			width: 22px;
  		}
  	}

  }
  &:nth-child(2){
  	a{
  		background: #666666;
  		padding-top: 12px;
  	}
  }
  &:nth-child(3){
  	a{
  		background: #454545;
  	}
  }
  &:nth-child(4){
  	a{
  		background: #B99F4F;
  		padding-top: 12px;
  	}
  }
  */
}
#footer-btn ul li a {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  height: 60px;
  box-sizing: border-box;
  color: #fff;
  box-sizing: border-box;
  padding-top: 8px;
}
#footer-btn ul li a img {
  width: 18px;
  margin-bottom: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer-btn ul li:nth-child(1) a {
  background: #454545;
  padding-top: 15px;
}
#footer-btn ul li:nth-child(1) a img {
  width: 15px;
}
#footer-btn ul li:nth-child(2) a {
  background: #b99f4f;
  padding-top: 15px;
}

.md-testimonials .item {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-testimonials .item:not(:last-child) {
  margin-bottom: 4em;
}
.md-testimonials .item .thumb {
  width: 150px;
}
.md-testimonials .item .thumb .icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 1em;
  overflow: hidden;
}
.md-testimonials .item .thumb .meta {
  text-align: center;
  font-size: 1.4rem;
}
.md-testimonials .item .txt {
  width: calc(100% - 200px);
  position: relative;
  padding: 28px 30px;
  background-color: #fff;
  border: 3px solid #00acc2;
  border-radius: 10px;
  text-align: left;
  box-sizing: border-box;
}
.md-testimonials .item .txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -20px;
  top: 25px;
  border-right: 20px solid #00acc2;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.md-testimonials .item .txt::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 25px;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.md-testimonials .item .txt p {
  font-size: 1.4rem;
  line-height: 2;
}
.md-testimonials .item .txt p:not(:last-child) {
  margin-bottom: 1em;
}
.md-testimonials .item .txt .row:not(:last-child) {
  margin-bottom: 1.5em;
}
.md-testimonials .item .txt .row .ttl {
  color: #00acc2;
}

.map-inner {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.material-table-sp {
  display: none;
}
.material-table-sp .item {
  border: #d0d0d0 1px solid;
}
.material-table-sp .item .ttl {
  text-align: center;
  padding: 0.5em 1em;
  background: #00acc2;
  color: #fff;
  border-bottom: #d0d0d0 1px solid;
}
.material-table-sp .item .lvl {
  border-bottom: #d0d0d0 1px solid;
  color: #fff;
  padding: 1em;
  text-align: center;
  background: #7fcad3;
}
.material-table-sp .item .lvl.num {
  font-size: 2rem;
}
.material-table-sp .item .thumb {
  padding: 1em;
}
.material-table-sp .item .txt {
  padding: 1em;
}
.material-table-sp .item .txt.blue,
.material-table-sp .item .txt .blue {
  color: blue;
}
.material-table-sp .item .txt.red,
.material-table-sp .item .txt .red {
  color: red;
}
.material-table-sp .item .txt.grn,
.material-table-sp .item .txt .grn {
  color: green;
}
.material-table-sp .item .txt.center {
  text-align: center;
}
.material-table-sp .item:not(:last-child) {
  margin-bottom: 1em;
}

a.underline {
  color: #00acc2;
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

.hover-blue:hover {
  color: #00acc2;
}

.link-blue {
  color: #00acc2;
}

.md-downloads {
  margin-bottom: 3.5em;
}
.md-downloads .dl-tabs {
  list-style: none;
  text-align: center;
  border-bottom: #d0d0d0 1px solid;
}
.md-downloads .dl-tabs li {
  display: inline-block;
  margin: 0 2px -1px 2px;
}
.md-downloads .dl-tabs li a {
  display: block;
  padding: 0.5em 2em;
  border: #d0d0d0 1px solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.md-downloads .dl-tabs li a.dl-active, .md-downloads .dl-tabs li a:hover {
  border-color: #00acc2;
  background: #00acc2;
  color: #fff;
}
.md-downloads .dl-panels {
  padding: 2.5em;
}
.md-downloads .dl-panels .dl-panel:not(:first-child) {
  display: none;
}
.md-downloads .dl-panels .dl-panel .ttl {
  padding: 0.5em;
  text-align: center;
  border-top: #00acc2 1px solid;
  border-bottom: #00acc2 1px solid;
  margin-bottom: 1em;
}
.md-downloads .dl-panels .dl-panel ul {
  padding: 0;
  position: relative;
  list-style: none;
}
.md-downloads .dl-panels .dl-panel ul:not(:last-child) {
  margin-bottom: 2em;
}
.md-downloads .dl-panels .dl-panel ul li a {
  display: block;
  color: black;
  border-left: solid 8px #00acc2;
  background: whitesmoke;
  margin-bottom: 5px;
  line-height: 1.5;
  border-radius: 0 15px 15px 0;
  padding: 0.5em;
  list-style-type: none !important;
}
.md-downloads .dl-panels .dl-panel ul li a:hover {
  background: #00acc2;
  color: #fff;
}

.md-pace-features .ttl {
  font-size: 2.4rem;
  position: relative;
  color: #00acc2;
  margin-bottom: 1em;
}
.md-pace-features .ttl span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #00acc2;
  color: #fff;
  text-align: center;
  margin-right: 8px;
}
.md-pace-features .excerpt {
  margin-bottom: 2.5em;
}
.md-pace-features .thumbs {
  text-align: center;
  margin-bottom: 2.5em;
}
.md-pace-features .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2.5em;
}
.md-pace-features .flex .txt {
  width: 60%;
}
.md-pace-features .flex .thumb {
  width: 35%;
}

.md-sample-materials .baloon-ttl {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #00acc2;
  background: #f9f9f9;
  text-align: center;
  font-size: 2.4rem;
  color: #00acc2;
  margin-bottom: 3em;
}
.md-sample-materials .baloon-ttl::before {
  position: absolute;
  bottom: -14px;
  left: calc(50% - 24px);
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #00acc2 transparent transparent transparent;
}
.md-sample-materials .baloon-ttl::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 24px);
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}
.md-sample-materials .flex-layout-1 {
  border-bottom: #00acc2 4px dotted;
  margin-bottom: 3.5em;
  padding-bottom: 3.5em;
}
.md-sample-materials .flex-layout-1 .flex-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-sample-materials .flex-layout-1 .flex-wrap .thumb {
  width: 30%;
}
.md-sample-materials .flex-layout-1 .flex-wrap .txt {
  width: 65%;
}
.md-sample-materials .flex-layout-1 .flex-wrap .txt .sub {
  margin-bottom: 5px;
}
.md-sample-materials .flex-layout-1 .flex-wrap .txt .sub span {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.5em 1em;
  border-radius: 30px;
  background: #b99f4f;
  color: #fff;
  line-height: 1;
}
.md-sample-materials .flex-layout-1 .flex-wrap .txt .ttl {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.md-sample-materials .flex-layout-1 .flex-wrap .txt .disc {
  list-style: none;
}
.md-sample-materials .flex-layout-1 .flex-wrap .txt .disc li {
  position: relative;
  padding-left: 25px;
}
.md-sample-materials .flex-layout-1 .flex-wrap .txt .disc li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00acc2;
  content: "";
}
.md-sample-materials .md-flex-thumb .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-sample-materials .md-flex-thumb .flex .item {
  width: 45%;
}
.md-sample-materials .md-flex-thumb .flex .item img {
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.3) 10px 10px 10px;
}

#about-features .min {
  margin-bottom: 6em;
}

ul.check {
  list-style: none;
}
ul.check li {
  position: relative;
  padding-left: 25px;
}
ul.check li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00acc2;
  content: "";
}

.md-testimonials:not(:last-child) {
  margin-bottom: 6em;
}

.for-sp {
  display: none;
}

.disclist {
  list-style: none;
  padding: 1.5em 1.5em 1.5em 3em;
  border: #ff7b79 2px solid;
  border-radius: 10px;
}
.disclist li {
  position: relative;
  padding-left: 22px;
}
.disclist li::before {
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background: #ff7b79;
  content: "";
  top: 8px;
  left: 0;
}

.link-btns {
  margin-top: 2.5em;
  text-align: center;
}
.link-btns .btn {
  margin: 0 1em;
}

.sns-btns {
  list-style: none;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.sns-btns li {
  margin: 0 5px;
}
.sns-btns li a {
  display: block;
  width: 40px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 5px;
}
.sns-btns li.fb a {
  background: #385490;
}
.sns-btns li.line a {
  background: #00b700;
}
.sns-btns li.ig a {
  background: #F40000;
  background: linear-gradient(67deg, rgb(244, 0, 0) 0%, rgb(185, 0, 179) 100%);
}

.buy-button {
  margin-bottom: 6em;
  padding: 0 2.5em;
}
.buy-button .buy-button__link {
  line-height: 1.5;
  color: black;
  padding: 0.5em;
  border-left: solid 8px #00acc2;
  background: whitesmoke;
  border-radius: 0 15px 15px 0;
  display: block;
}
.buy-button .buy-button__link + .buy-button__link {
  margin-top: 5px;
}
.buy-button .buy-button__link:hover {
  background-color: #00acc2;
  color: white;
}

.annual-fee-btn {
  font-size: 2.4rem;
  line-height: 1.6;
  color: white;
  font-weight: 700;
  width: 100%;
  background-color: #00acc2;
  text-align: center;
  padding: 2em;
  margin-bottom: 3em;
  border-radius: 0.8333em;
  display: flex;
  justify-content: center;
  transition: opacity ease-in-out 0.2s;
}
.annual-fee-btn.annual-fee-btn--color1 {
  background-color: #ffd300;
}
.annual-fee-btn:hover {
  opacity: 0.75;
}

/* WooCommerce */
#contents .woocommerce {
  display: flex;
  flex-direction: column;
}
#contents .woocommerce .single-product > .product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
#contents .woocommerce .woocommerce-product-gallery {
  width: 100%;
  margin-bottom: 0;
}
#contents .woocommerce .related.products {
  grid-column: 1/3;
}
#contents .woocommerce .summary.entry-summary {
  width: 100%;
}
#contents .woocommerce ul li::before {
  display: none;
}

@media screen and (max-width: 1086px) {
  .wide,
  .inner,
  .min {
    max-width: 90%;
  }
  .wide {
    margin-left: auto;
    margin-right: auto;
  }
  /*
  #top{
  	.site-nav{
  		ul{
  			li{
  				a{
  					display: block;
  					font-size: 1.4rem;
  					padding: 0.3em 0.6em;
  				}
  				ul{
  					li{
  						width: 150px;
  					}
  				}
  			}
  		}
  	}
  }
  */
  #top {
    padding-bottom: 0;
  }
  #top .gnav .flex .item-left {
    width: 240px;
  }
  #top .gnav .flex .item-right {
    display: none;
  }
  #top .site-nav {
    display: none;
  }
  #side-btn {
    display: none;
  }
  #footer-btn {
    display: block;
  }
  .h-menu_box {
    display: flex;
  }
  .h-gnav .global_navigation__top {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .h-gnav .global_navigation__top .is-5,
  .h-gnav .global_navigation__top .is-7 {
    width: 100%;
  }
  .h-gnav .global_navigation__top .is-5 {
    margin-bottom: 2.5em;
  }
  body {
    padding-top: 73px;
  }
  #hero {
    height: 450px;
  }
  #hero .annivarsary {
    width: 200px;
    width: 147px;
  }
  #hero .box {
    transform: translateY(-60%);
  }
  #hero .box .ttl {
    font-size: 3.2rem;
  }
  .scpd {
    padding: 3em 0;
  }
  .md-topics .flex .item {
    width: 31.5%;
  }
  .sec-header {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 812px) {
  .micro {
    max-width: 90%;
  }
  #hero .annivarsary {
    width: 200px;
    width: 147px;
  }
  #hero .box {
    transform: translateY(-60%);
  }
  #hero .box .ttl {
    font-size: 3.2rem;
  }
  #index-about .flex .txt,
  #index-about .flex .thumb {
    width: 47.5%;
  }
  #footer-contact .flex li .contact-btn {
    font-size: 1.8rem;
  }
  #hero-nav nav .flex li a .ttl {
    font-size: 1.8rem;
  }
  #hero-nav nav .flex li a .more span {
    font-size: 1.2rem;
  }
  #footer-contact {
    padding: 5em 0;
  }
  #footer-contact .flex li {
    margin: 0 1% 1em;
    width: 48%;
  }
  #footer-contact .flex li .contact-btn {
    min-width: 100%;
  }
  .md-downloads .dl-tabs {
    border-bottom: none;
  }
  .md-downloads .dl-tabs li {
    margin-bottom: 7px;
  }
  .md-downloads .dl-tabs li a {
    border-radius: 3px;
  }
}
@media screen and (max-width: 480px) {
  #top .gnav .flex .item-left {
    width: 200px;
  }
  body {
    padding-top: 60px;
  }
  #hero-nav .inner {
    max-width: 100%;
  }
  #hero-nav nav .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    /*
    li{
    	width: 100%;
    	a{
    		padding: 1.5em;
    		height: auto;
    	}
    	&:nth-child(2){
    		a{
    			border: #fff 1px solid;
    			border-left: none;
    			border-right: none;
    		}
    	}
    }
    */
  }
  #hero-nav nav .flex li a {
    height: 150px;
    padding-top: 1.5em;
  }
  #hero-nav nav .flex li a .icon {
    width: 30px;
    height: 30px;
  }
  #hero-nav nav .flex li a .icon .new {
    left: -25px;
  }
  #hero-nav nav .flex li a .ttl {
    font-size: 1.4rem;
  }
  #hero-nav nav .flex li a .more {
    font-size: 1.1rem;
  }
  #hero-nav nav .flex li:nth-child(1) a .icon {
    width: 30px;
  }
  #hero-nav nav .flex li:nth-child(1) a .icon .new {
    width: 33px;
  }
  #hero-nav nav .flex li:nth-child(2) a .icon {
    width: 20px;
  }
  #hero-nav nav .flex li:nth-child(2) a .icon .new {
    width: 33px;
  }
  #hero-nav nav .flex li:nth-child(3) a .icon {
    width: 30px;
  }
  .sec-header .sec-ttl {
    font-size: 2.4rem;
  }
  .sec-header .sec-ttl::before {
    width: 25px;
    height: 25px;
  }
  .h-menu_box {
    height: 65px;
  }
  .h-menu_box.nav_close {
    height: 65px;
  }
  #index-about .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-about .flex .txt,
  #index-about .flex .thumb {
    width: 100%;
  }
  #index-about .flex .txt {
    margin-bottom: 2.5em;
  }
  .md-topics {
    margin-bottom: 3em;
  }
  .md-topics .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-topics .flex .item {
    width: 100%;
  }
  .md-topics .flex .item:not(:last-child) {
    margin-bottom: 2.5em;
  }
  .md-topics .flex .item .thumb {
    text-align: center;
  }
  #index-topics .min .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-topics .min .flex li {
    margin-bottom: 5px;
  }
  .inner .min,
  .inner .micro {
    max-width: 100%;
  }
  #footer-contact .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #footer-contact .flex li {
    width: 100%;
  }
  #footer-contact .flex li:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer-contact .flex li .contact-btn {
    font-size: 1.4rem;
  }
  .for-sp {
    display: block;
  }
  #hero {
    height: 600px;
  }
  #hero .box .ttl {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .sec-header {
    margin-bottom: 1.5em;
  }
  #index-about .flex .txt .ttl {
    font-size: 2rem;
  }
  #sub-hero {
    height: 200px;
    margin-bottom: 3em;
  }
  #contents.single {
    margin-top: 3em;
  }
  .content-row {
    margin-bottom: 3em;
  }
  .content-row .lead {
    line-height: 1.8;
  }
  .md-styled-content .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-styled-content .flex .txt,
  .md-styled-content .flex .thumb {
    width: 100%;
  }
  .md-styled-content .flex .txt {
    margin-bottom: 2.5em;
  }
  #about-pacemethod {
    margin-bottom: 3em;
  }
  .md-icons .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-icons .flex .item {
    width: 120px;
    height: 120px;
    padding-top: 1.8em;
    line-height: 1.4;
  }
  #about-goal .sub-lead {
    font-size: 2rem;
  }
  .sentry h2,
  .sentry h3,
  .sentry h4,
  .sentry h5 {
    font-size: 1.8rem;
  }
  .divider {
    margin: 2.5em 0;
  }
  .material-table {
    width: 100%;
    overflow: auto;
    display: none;
  }
  .material-table table.materials {
    width: 768px;
  }
  .material-table .notice {
    font-size: 1.4rem;
  }
  .material-table-sp {
    display: block;
  }
  .colored-frame-1,
  .colored-frame-2 {
    padding: 1.5em;
  }
  #outline-about {
    margin-bottom: 3em;
  }
  .ttl-border {
    font-size: 2rem;
  }
  .mgb5em {
    margin-bottom: 2.5em;
  }
  .designed-num-list {
    font-size: 1.4rem;
  }
  .designed-num-list li::before {
    width: 100px;
    height: 30px;
    display: block;
    margin-bottom: 5px;
  }
  .designed-num-flow li .ttl {
    font-size: 1.8rem;
  }
  .designed-num-flow li .price {
    font-size: 1.8rem;
  }
  .designed-num-flow li .frame {
    padding: 1.5em;
  }
  .md-pref .attention {
    font-size: 1rem;
  }
  .md-pref .item table {
    width: 100%;
    box-sizing: border-box;
  }
  .md-pref .item table thead,
  .md-pref .item table tbody,
  .md-pref .item table tr,
  .md-pref .item table th,
  .md-pref .item table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    border-bottom: none;
    text-align: center !important;
  }
  .md-pref .item thead {
    display: none !important;
  }
  .md-pref .item tr td.name {
    background: #7fcad3;
  }
  .md-pref .item tr td.name a {
    color: #fff;
  }
  .md-pref .item tr td:last-of-type {
    margin-bottom: 10px;
    border-bottom: #d0d0d0 1px solid;
  }
  #map-container {
    margin-bottom: 3em;
  }
  #sub-hero .header-box .page-ttl {
    font-size: 2rem;
  }
  #sub-hero .header-box .sub-ttl {
    font-size: 1.4rem;
  }
  .single-header .header-box .single-ttl {
    font-size: 1.8rem;
  }
  .md-filter .table,
  .md-filter .td {
    display: block;
    width: 100%;
  }
  .md-filter .td {
    padding: 1.5rem 2rem;
  }
  .md-filter .td .td {
    padding: 5px 10px;
  }
  .h-gnav .global_navigation__top .global_navigation__logo {
    max-width: 250px;
  }
  .h-gnav .global_navigation .btns a {
    width: 100%;
    max-width: 280px;
  }
  .h-gnav .global_navigation .btns a:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .md-schedule .row {
    padding: 1em;
  }
  .md-schedule .row .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-schedule .row .flex .thumb {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
  }
  .md-schedule .row .flex .thumb img {
    max-width: 150px;
  }
  .md-schedule .row .flex .txt {
    width: 100%;
  }
  .md-schedule .row .flex .txt .ttl {
    font-size: 1.6rem;
  }
  .md-schedule .row .flex .txt table {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 1.2rem;
    border-bottom: #d0d0d0 1px solid;
  }
  .md-schedule .row .flex .txt table tbody,
  .md-schedule .row .flex .txt table tr,
  .md-schedule .row .flex .txt table th,
  .md-schedule .row .flex .txt table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: left;
  }
  .md-schedule .row .flex .txt table th,
  .md-schedule .row .flex .txt table td {
    border-bottom: none;
  }
  .schedule-content table {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    border-bottom: #d0d0d0 1px solid;
  }
  .schedule-content table tbody,
  .schedule-content table tr,
  .schedule-content table th,
  .schedule-content table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: left;
  }
  .schedule-content table th,
  .schedule-content table td {
    border-bottom: none;
  }
  .map-inner {
    max-width: 100%;
    margin-left: -110px;
  }
  .md-testimonials .item {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-testimonials .item .thumb {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .md-testimonials .item .thumb .icon {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .md-testimonials .item .thumb .meta {
    font-size: 1.2rem;
  }
  .md-testimonials .item .txt {
    width: 100%;
    font-size: 1.4rem;
    padding: 1.5em;
  }
  .md-testimonials .item .txt::before,
  .md-testimonials .item .txt::after {
    display: none;
  }
  .contact-head .bottom {
    font-size: 3.2rem;
  }
  .contact-head .bottom i {
    font-size: 2.6rem;
  }
  #contactform .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #contactform .flex .item {
    width: 100%;
  }
  .md-pace-features .ttl {
    font-size: 1.8rem;
  }
  .md-pace-features .ttl span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .md-sample-materials .flex-layout-1 .flex-wrap {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-sample-materials .flex-layout-1 .flex-wrap .thumb,
  .md-sample-materials .flex-layout-1 .flex-wrap .txt {
    width: 100%;
  }
  .md-sample-materials .flex-layout-1 .flex-wrap .thumb {
    text-align: center;
    margin-bottom: 1.5em;
  }
  .md-sample-materials .flex-layout-1 .flex-wrap .thumb img {
    max-width: 70%;
  }
  .md-sample-materials .flex-layout-1 .flex-wrap .txt .ttl {
    font-size: 1.8rem;
  }
  .md-sample-materials .baloon-ttl {
    font-size: 1.8rem;
  }
  #about-about .sentry table {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #about-about .sentry table tbody,
  #about-about .sentry table tr,
  #about-about .sentry table th,
  #about-about .sentry table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .md-downloads {
    font-size: 1.4rem;
  }
  .md-downloads .dl-panels {
    padding: 2.5em 0 0 0;
  }
  #contactform .score {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  #contactform .score .selection-box {
    width: 100%;
  }
  #contactform .score .numbox {
    width: 80px;
    margin-right: 5px;
  }
  #contactform .score .type {
    width: auto;
  }
  #hero .annivarsary {
    width: 200px;
    width: 147px;
  }
  .annual-fee-btn {
    font-size: 1.8rem;
    border-radius: 0.5555555556em;
  }
  .buy-button {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */