@charset "UTF-8";
/*
Theme Name: ついでにオニク for WP
Description: WordPressテンプレート「ついでにオニク for WP」
Version: 1.0.0
Author: 株式会社D.D
*/
/*! 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;
}

/*# sourceMappingURL=sanitize.min.css.map */
/*************************************
MIXINS
*************************************/
/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Font Setting
//------------------------------------------------
*/
.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

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

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

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

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a:hover {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.bit {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.video {
  position: relative;
  padding-bottom: 56.25%;
  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 {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  transition: all 1.5s;
}
.easingWrap .easingFade.on {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  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 {
  -webkit-transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #222;
}
.easingWrap .easingImg.on::after {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
}

@keyframes scrollOpen_r {
  0% {
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(-1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(-1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(-15deg) translateX(-160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes scrollOpen_l {
  0% {
    transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(15deg) translateX(160%);
    -webkit-transform-origin: center bottom;
    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);
  -webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
  -ms-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
  -moz-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
  -o-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover .bges span.bg-2 {
  -webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  -ms-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  -moz-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  -o-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ffffff;
}
.pageCover.show {
  visibility: hidden;
}
.pageCover.show .bges span {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}

.sentry {
  font-size: 1.5rem;
}
.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.6;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 3.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: 3rem;
}
.sentry h2 .type {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.8rem;
}
.sentry h2 .pos {
  display: block;
  font-size: 1.6rem;
}
.sentry h3 {
  padding: 0.3em 0.7em;
  background: #004570;
  color: #fff;
  font-size: 2.5rem;
}
.sentry h4 {
  font-size: 2.4rem;
}
.sentry h4::after {
  display: block;
  width: 145px;
  height: 2px;
  background: #d5c89e;
  content: "";
  margin-top: 0.5em;
}
.sentry h5 {
  font-size: 1.8rem;
}
.sentry h5::after {
  display: block;
  width: 145px;
  height: 2px;
  background: #d5c89e;
  content: "";
  margin-top: 0.5em;
}
.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: #004570;
  font-size: 6rem;
  font-family: "Inter", serif;
  font-weight: 700;
  font-style: normal;
}
.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 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a {
  color: #004570;
  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;
}

.page-lead {
  margin-bottom: 3.5em;
}

.gray-box {
  background: #ededed;
  padding: 2.5em;
}
.gray-box ul {
  margin-bottom: 0;
}

.md-flex-list .item:not(:last-child) {
  margin-right: 3.5em;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 3em;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #eee;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #eb6d8c;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #004570;
  font-weight: bold;
}

.menu-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  pointer-events: auto;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-size: 1rem;
  color: #000;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
  transition: 0.2s ease-in;
  transition-property: padding;
  width: 100px;
  height: 100px;
}
.menu-button a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  min-height: 100px;
  cursor: pointer;
  box-sizing: content-box;
  transition: 0.2s ease-in;
  transition-property: color, background, padding;
  background: #000;
}
.menu-button a .menu-button__icon-wrap {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
}
.menu-button a .menu-button__icon-wrap .menu-button__icon {
  position: relative;
  display: block;
  height: 4px;
  width: 40px;
  padding: 0;
  background: #fff;
  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: 4px;
  width: 40px;
  padding: 0;
  background: #fff;
  text-indent: -200px;
}
.menu-button a .menu-button__icon-wrap .menu-button__icon::before {
  content: "";
  transform-origin: center center;
  top: 8px;
  width: 40px;
}
.menu-button a .menu-button__icon-wrap .menu-button__icon::after {
  content: "";
  transform-origin: center center;
  top: -8px;
  width: 40px;
}

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

#modal {
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  /*right: 0;*/
  right: -100%;
  top: 0;
  /*display: none;*/
  z-index: -10;
  max-width: 468px;
  width: 100%;
  height: 100%;
  padding: 90px 40px 60px 40px;
  /*opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);*/
  background: #000;
  border: #000 8px solid;
  box-sizing: border-box;
}
#modal .modal-inner {
  height: 75vh;
  height: 75svh;
  overflow: auto;
}
#modal .modal-inner .top {
  margin-bottom: 2.5em;
}
#modal .modal-inner .top ul li {
  text-align: center;
  font-size: 2rem;
}
#modal .modal-inner .top ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
#modal .modal-inner .top ul li a {
  color: #fff;
}
#modal .modal-inner .more {
  text-align: center;
}
#modal .modal-inner .sns {
  margin-top: 2.5em;
}
#modal .modal-inner .sns .flex {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  list-style: none;
}
#modal .modal-inner .sns .flex li {
  margin: 0 1em;
  width: 30px;
}
#modal .modal-inner .sns .flex li img {
  width: 100%;
}
#modal .contact {
  text-align: center;
  margin-bottom: 2.5em;
  padding-top: 1em;
}
#modal .contact a {
  display: inline-block;
  box-sizing: border-box;
  width: 90%;
  height: 48px;
  line-height: 48px;
  background: #4ab7af;
  color: #fff;
  text-align: center;
  border-radius: 48px;
  font-size: 1.5rem;
  position: relative;
  transition: all 1.2s;
}
#modal .contact a::before, #modal .contact a::after {
  content: "";
  position: absolute;
  left: 1.5%;
  top: -5px;
  width: 100%;
  height: 58px;
  border-radius: 58px;
  opacity: 1;
  animation: 1s circleanime linear infinite;
  box-sizing: border-box;
  z-index: 0;
  background: rgba(74, 183, 175, 0.5);
}
#modal .contact a span {
  position: relative;
  z-index: 1;
}
#modal .modal-nav-list {
  list-style: none;
  font-size: 1.8rem;
}
#modal .modal-nav-list a {
  color: #fff;
}
#modal .modal-nav-list > li {
  margin-bottom: 1em;
}
#modal .modal-nav-list ul {
  margin-top: 0.5em;
  padding-left: 1em;
}
#modal .modal-nav-list ul li {
  margin-bottom: 0.5em;
  padding-left: 1.3em;
  position: relative;
}
#modal .modal-nav-list ul li::before {
  position: absolute;
  width: 12px;
  height: 1px;
  background: #222;
  content: "";
  top: 15px;
  left: 0;
}
#modal .modal-nav-list ul li a {
  font-size: 1.6rem;
  font-weight: 400;
}
#modal .logo {
  text-align: center;
  margin-bottom: 2.5em;
}

body {
  position: relative;
  background-color: #fff;
  transition: background-color 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 50;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body.show::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  z-index: 50;
  visibility: visible;
}

body.show #modal {
  z-index: 55;
  /*display: block*/
}

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

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

@keyframes modal-open {
  0% {
    opacity: 0;
    right: -100%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes modal-closed {
  0% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 0;
    right: -100%;
  }
}
/*
@keyframes modal-open {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes modal-closed {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}
}
*/
/*-----------------------------------------------------------------
 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: #004570;
  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%;
  max-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;
  }
}
/*-----------------------------------------------------------------
 Header Settings
----------------------------------------------------------------- */
#top {
  width: 100%;
  background: #000;
  padding: 0.4em 1em;
}
#top .site-ttl {
  color: #fff;
  letter-spacing: 0.07em;
}

#hero {
  background: #004570 url(images/hero.svg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
#hero::after {
  width: 100%;
  height: 72px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: url(images/divider_top_light.png) no-repeat 0 0;
  background-size: cover;
}
#hero .wide {
  height: 100vh;
  height: 100svh;
  position: relative;
}
#hero .logo,
#hero .balloon,
#hero .txt {
  position: absolute;
}
#hero .logo {
  top: 3em;
  left: 3em;
}
#hero .balloon {
  top: 10%;
  right: 10%;
}
#hero .txt {
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
}

.simple-header {
  margin-bottom: 3.5em;
}
.simple-header .simple-ttl {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.07em;
}

.md-list-meat {
  list-style: none;
}
.md-list-meat li {
  font-size: 2.4rem;
  margin-bottom: 0.3em;
  padding-left: 60px;
  position: relative;
}
.md-list-meat li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 45px;
  height: 30px;
  content: "";
  background: url(images/oniku2.svg) no-repeat 0 0;
  background-size: cover;
}

#problem .md-list-meat {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
}
#problem .lead {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.07em;
}
#problem .lead strong {
  color: #004570;
  font-size: 4.8rem;
}

.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, #DEB83B 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #DEB83B 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #DEB83B 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #DEB83B 50%);
  background-image: linear-gradient(left, transparent 50%, #DEB83B 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.3em;
  background-position: 0 1em;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 1em;
}

#about {
  position: relative;
}
#about::before {
  width: 100%;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(images/divider_bottom_light.png) no-repeat 0 0;
  background-size: cover;
}
#about .top {
  padding-top: 16em;
  padding-bottom: 6em;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(images/line-low.svg);
}
#about .top .ttl {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  margin-bottom: 1.5em;
}
#about .top .ttl span {
  display: inline-block;
  background: #EB6D8C;
  font-size: 7.2rem;
  line-height: 1;
  padding: 0.2em 0.5em;
  margin-right: 8px;
  text-shadow: #000 3px 3px 0;
  box-shadow: #000 5px 5px 0;
  border: #fff 5px double;
}
#about .top .hero {
  text-align: center;
}
#about .bottom .ttl {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  margin-bottom: 1.5em;
  line-height: 1.4;
}
#about .bottom .thumb {
  margin-bottom: 5em;
}
#about .bottom .thumb .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#about .bottom .thumb .flex .item {
  width: 24%;
}
#about .bottom .thumb .flex .item a img {
  -webkit-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#about .bottom .thumb .flex .item a:hover img {
  opacity: 0.65;
}
#about .bottom .features {
  margin-bottom: 4em;
}
#about .bottom .features .flex {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#about .bottom .features .flex .item {
  width: 250px;
  margin: 0 1.5em;
}
#about .bottom .features .flex .item .icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
#about .bottom .features .flex .item .ttl {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
}
#about .bottom .catch {
  background: #000;
  color: #fff;
  padding: 3em 2em;
}
#about .bottom .catch .sub-lead {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 0.5em;
}
#about .bottom .catch .main-lead {
  font-size: 4rem;
  text-align: center;
}
#about .bottom .catch .main-lead strong {
  display: inline-block;
  color: red;
  background: #fff;
  line-height: 1;
  font-size: 4.8rem;
  padding: 7px 10px;
  margin-left: 7px;
  margin-right: 7px;
}

.sec-header {
  color: #004570;
  margin-bottom: 4em;
}
.sec-header .sec-ttl .flex {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.sec-header .sec-ttl .flex .ttl-sub,
.sec-header .sec-ttl .flex .ttl-main {
  display: block;
}
.sec-header .sec-ttl .flex .ttl-sub {
  text-align: right;
  margin-right: 0.5em;
  font-size: 3.2rem;
  padding-top: 0.5em;
}
.sec-header .sec-ttl .flex .ttl-sub .box {
  display: inline-block;
  line-height: 1;
  background: #004570;
  padding: 7px 10px;
  color: #fff;
}
.sec-header .sec-ttl .flex .ttl-sub .txt {
  line-height: 1;
  display: block;
  text-align: right;
}
.sec-header .sec-ttl .flex .ttl-main {
  font-size: 11rem;
  line-height: 1;
  letter-spacing: -0.1em;
}

.sec-header-row {
  color: #004570;
  margin-bottom: 4em;
  text-align: center;
}
.sec-header-row .sec-ttl {
  display: inline-block;
  position: relative;
}
.sec-header-row .sec-ttl::before {
  width: 87px;
  height: 105px;
  position: absolute;
  right: -100px;
  bottom: 0;
  content: "";
  background: url(images/icon_point.svg) no-repeat 0 0;
  background-size: cover;
}
.sec-header-row .sec-ttl .ttl-sub,
.sec-header-row .sec-ttl .ttl-main {
  display: block;
}
.sec-header-row .sec-ttl .ttl-sub {
  text-align: left;
  margin-right: 0.5em;
  font-size: 3.2rem;
  padding-top: 0.5em;
  margin-bottom: 0.3em;
}
.sec-header-row .sec-ttl .ttl-sub .box {
  display: inline-block;
  line-height: 1;
  background: #004570;
  padding: 10px 15px;
  color: #fff;
}
.sec-header-row .sec-ttl .ttl-main {
  font-size: 7.2rem;
  line-height: 1;
}

.bg-light {
  background: #f0f0f0;
}

.bg-blue {
  background: #004570;
}
.bg-blue .sec-header {
  color: #fff;
}
.bg-blue .sec-header .flex .ttl-sub .box {
  background: #fff;
  color: #004570;
}

.bg-dark {
  background: #333;
}
.bg-dark .sec-header-row {
  color: #fff;
}
.bg-dark .sec-header-row .sec-ttl::before {
  background-image: url(images/icon_point_white.svg);
}
.bg-dark .sec-header-row .ttl-sub span.box {
  background: #fff;
  color: #333;
}

.md-merit {
  color: #fff;
}
.md-merit .row:not(:last-child) {
  margin-bottom: 3em;
}
.md-merit .row .flex {
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.md-merit .row .flex .num {
  font-size: 14.4rem;
  line-height: 1;
  margin-right: 0.2em;
}
.md-merit .row .flex .txt .default {
  font-size: 4.8rem;
  line-height: 1.3;
}
.md-merit .row .flex .txt .light {
  font-size: 3.6rem;
  line-height: 1.3;
}
.md-merit .row .flex .txt .medium {
  font-size: 4.5rem;
  line-height: 1.3;
}
.md-merit .row:nth-child(2n) .flex {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

#merit {
  padding: 8em 0 12em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(images/merit_bg.svg);
}

.md-cost {
  margin-bottom: 8em;
}
.md-cost .box {
  border: #004570 2px solid;
  padding: 4.5em 2.5em 3em 2.5em;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.md-cost .box .box-ttl {
  text-align: center;
  position: absolute;
  top: -2.3em;
  left: 0;
  right: 0;
  margin: auto;
}
.md-cost .box .box-ttl span {
  display: inline-block;
  background: #004570;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.2;
  padding: 0.5em 4em;
}
.md-cost .box .box-sub {
  text-align: center;
  color: #004570;
  margin-bottom: 3.5em;
}
.md-cost .box .box-sub .wrap {
  display: inline-block;
  padding: 0 1.5em;
  position: relative;
  font-size: 4.8rem;
  line-height: 1;
}
.md-cost .box .box-sub .wrap::before, .md-cost .box .box-sub .wrap::after {
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
  width: 44px;
  height: 99px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
}
.md-cost .box .box-sub .wrap::before {
  left: 0;
  background-image: url(images/ttl-left.svg);
}
.md-cost .box .box-sub .wrap::after {
  right: 0;
  background-image: url(images/ttl-right.svg);
}
.md-cost .box .box-sub .wrap strong {
  font-size: 7.2rem;
}
.md-cost .box .box-sub .wrap .sml {
  font-size: 3.6rem;
}
.md-cost .box .box-in-flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-cost .box .box-in-flex .txt,
.md-cost .box .box-in-flex .thumb {
  width: 48%;
}
.md-cost .box .box-in-flex .txt .md-list-meat {
  margin-bottom: 2.5em;
}
.md-cost .box .box-in-flex .txt .notice {
  color: #cb3030;
}
.md-cost .box-out-flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 6em;
}
.md-cost .box-out-flex .item {
  width: 48.5%;
}
.md-cost .box-out-flex .item .box .box-ttl {
  padding-left: 10%;
  padding-right: 10%;
}
.md-cost .box-out-flex .item .box .box-ttl span {
  padding: 0.5em 2em;
  box-sizing: border-box;
  display: block;
}
.md-cost .box-out-flex .item .box .box-sub-ttl {
  text-align: center;
  font-size: 3rem;
  color: #004570;
}
.md-cost .box-out-flex .item .box .val {
  font-size: 3.6rem;
  color: #004570;
  text-align: center;
}
.md-cost .box-out-flex .item .box .val span {
  font-size: 4.8rem;
}
.md-cost .box-out-flex .item .box .excerpt {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 0.5em;
}
.md-cost .box-out-flex .item .box.pink {
  border-color: #eb6d8c;
}
.md-cost .box-out-flex .item .box.pink .box-ttl span {
  background: #eb6d8c;
}
.md-cost .box-out-flex .item .box.pink .box-sub-ttl {
  color: #eb6d8c;
}
.md-cost .box-out-flex .item .box.pink .val {
  color: #eb6d8c;
}

.price-table {
  table-layout: fixed;
}
.price-table th,
.price-table td {
  padding: 0.4em 0.5em;
  border: #004570 1px solid;
  font-size: 2.4rem;
  font-weight: 700;
}
.price-table th.yellow,
.price-table td.yellow {
  background: #f0e138;
  color: #000;
}
.price-table thead th {
  background: #004570;
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
}
.price-table thead th:not(:last-child) {
  border-right-color: #fff;
}
.price-table tbody th {
  padding: 0.4em 0;
  font-size: 2.1rem;
}
.price-table tbody td {
  text-align: right;
}
.price-table tbody tr.invoice {
  border: #3ebab9 5px solid;
}
.price-table tbody tr.invoice th {
  background: #3ebab9;
  color: #fff;
}
.price-table tbody tr.cash-flow {
  border: #eb6d8c 5px solid;
}
.price-table tbody tr.cash-flow th {
  background: #eb6d8c;
  color: #fff;
}
.price-table tbody tr.cash-flow th,
.price-table tbody tr.cash-flow td {
  position: relative;
}
.price-table tbody tr.cash-flow th::before,
.price-table tbody tr.cash-flow td::before {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  content: "";
  background: #eb6d8c;
}

#cost {
  position: relative;
  background: #f7f7f7 url(images/bg_meat.png) repeat 0 0;
  padding-top: 10em;
  padding-bottom: 10em;
}
#cost::before {
  position: absolute;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
  content: "";
  background: url(images/divider_top_gray.png);
  background-size: cover;
}
#cost::after {
  position: absolute;
  width: 100%;
  height: 72px;
  top: 0;
  left: 0;
  content: "";
  background: url(images/divider_bottom_blue.png);
  background-size: cover;
}
#cost .sec-header-row {
  margin-bottom: 6em;
}
#cost .important {
  text-align: center;
  color: #fff;
  margin-top: 3.5em;
  margin-bottom: 1.5em;
}
#cost .important p {
  display: inline-block;
  background: #eb6d8c;
  font-size: 4.8rem;
  font-weight: 700;
  padding: 0.1em 2em;
}
#cost .notice {
  color: #df3030;
  font-weight: 500;
  text-align: center;
}
#cost .notice span {
  color: #004570;
}

.md-flow {
  list-style: none;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  counter-reset: number;
}
.md-flow li {
  margin-bottom: 1.8em;
  width: 31.5%;
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 1.5em;
  height: 100%;
  min-height: 170px;
  position: relative;
  text-align: center;
}
.md-flow li span {
  display: block;
}
.md-flow li span.ttl {
  position: relative;
  font-size: 2.2rem;
  /*padding-left: 2.5em;*/
  /*border-bottom: #d3d3d3 3px solid;*/
  /*padding-bottom: 7px;
  margin-bottom: 0.7em;*/
  /*
  &::after{
  	position: absolute;
  	width: 86px;
  	height: 3px;
  	bottom: -3px;
  	left: 0;
  	content: "";
  	background: $main-color;
  }
  */
}
.md-flow li span.ttl::before {
  counter-increment: number;
  content: "0" counter(number);
  /*position: absolute;
  top: -3px;
  left: 0;*/
  display: block;
  font-size: 4rem;
  color: #004570;
  line-height: 1;
  text-align: center;
}
.md-flow li:nth-child(1), .md-flow li:nth-child(2) {
  margin-right: 2.666666%;
  padding-top: 3em;
}
.md-flow li:nth-child(1)::before, .md-flow li:nth-child(2)::before {
  position: absolute;
  width: 30px;
  height: 50px;
  content: "";
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background: url(images/icon_chevron_right.png) no-repeat 0 0;
  background-size: cover;
}
.md-flow li:nth-child(3) {
  padding-top: 3em;
}
.md-flow li:nth-child(3)::before {
  position: absolute;
  width: 50px;
  height: 30px;
  content: "";
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(images/icon_chevron_down.png) no-repeat 0 0;
  background-size: cover;
}
.md-flow li:nth-child(4) {
  padding-top: 3em;
  order: 6;
}
.md-flow li:nth-child(4)::before {
  position: absolute;
  width: 30px;
  height: 50px;
  content: "";
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background: url(images/icon_chevron_left.png) no-repeat 0 0;
  background-size: cover;
}
.md-flow li:nth-child(5) {
  padding-top: 3em;
  order: 5;
  margin-right: 2.666666%;
  margin-left: 2.666666%;
}
.md-flow li:nth-child(5)::before {
  position: absolute;
  width: 30px;
  height: 50px;
  content: "";
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background: url(images/icon_chevron_left.png) no-repeat 0 0;
  background-size: cover;
}
.md-flow li:nth-child(6) {
  order: 4;
  margin-right: 2.666666%;
}
.md-flow li.last {
  background: #004570;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 2.65em;
}

#schedule {
  padding: 6em 0 10em 0;
  position: relative;
}
#schedule::before {
  position: absolute;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
  content: "";
  background: url(images/divider_top_light.png);
  background-size: cover;
}
#schedule .notice {
  color: #df3030;
  font-weight: 500;
}

.md-styled-layout .pr {
  text-align: center;
  font-size: 6.4rem;
  color: #fff;
  margin-bottom: 1em;
}
.md-styled-layout .pr strong {
  font-size: 14rem;
  color: #0083b6;
}
.md-styled-layout .pr span {
  color: #0083b6;
}
.md-styled-layout .row:not(:last-child) {
  margin-bottom: 4.5em;
}
.md-styled-layout .row .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-styled-layout .row .flex .thumb,
.md-styled-layout .row .flex .txt {
  width: 47.5%;
}
.md-styled-layout .row .flex .thumb a img {
  -webkit-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.md-styled-layout .row .flex .thumb a:hover img {
  opacity: 0.65;
}
.md-styled-layout .row .flex .txt {
  color: #fff;
}
.md-styled-layout .row .flex .txt .ttl {
  font-size: 3.2rem;
  margin-bottom: 1em;
  line-height: 1.2;
  padding: 0.5em;
  background: #fff;
  color: #000;
}
.md-styled-layout .row .flex .txt .pos {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.md-styled-layout .row .flex .txt .result {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.md-styled-layout .row .flex .txt .result span {
  display: inline-block;
  font-size: 3.6rem;
  margin-left: 8px;
}
.md-styled-layout .row.reverse .flex .thumb {
  order: 2;
}
.md-styled-layout .row.reverse .flex .txt {
  order: 1;
}

#example {
  position: relative;
  padding-bottom: 12em;
  /*
  .sec-header-row{
  	margin-bottom: 0;
  }
  */
  /*
  &::before{
  	position: absolute;
  	width: 100%;
  	height: 72px;
  	top: 0;
  	left: 0;
  	content: "";
  	background: url(images/divider_bottom_white.png);
  	background-size: cover;
  }
  */
}
#example::after {
  position: absolute;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
  content: "";
  background: url(images/divider_top_black.png);
  background-size: cover;
}

.bg-black {
  background: #000;
}
.bg-black .sec-header-row {
  color: #fff;
}
.bg-black .sec-header-row .sec-ttl::before {
  background-image: url(images/icon_point_white.svg);
}
.bg-black .sec-header-row .ttl-sub span.box {
  background: #fff;
  color: #000;
}

.md-testimonials ol.testimonials-wrap {
  list-style: none;
  counter-reset: number;
}
.md-testimonials ol.testimonials-wrap li.testimonials-list {
  position: relative;
  color: #fff;
  /*padding-left: 224px;*/
  padding-top: 3em;
  /*
  &::before{
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 497px;
  	height: 186px;
  	content: "";
  	background: url(images/icon_testimonials.svg) no-repeat 0 0;
  	background-size: cover;
  }
  &::after{
  	position: absolute;
  	counter-increment: number;
  	content: '0'counter(number);
  	left: 70px;
  	top: 57px;
  	font-size: 4.7rem;
  	line-height: 1;
  }
  */
  /*
  .flex{
  	@include vendor-prefix(flex-flow, row wrap);
  	@include vendor-prefix(justify-content, space-between);
  	.item{
  		width: 32%;
  		margin-bottom: 1em;
  		a{
  			img{
  				@include vendor-prefix(transition, all ease-in-out 0.4s);
  			}
  			&:hover{
  				img{
  					opacity: 0.65;
  				}
  			}
  		}
  	}
  }
  */
}
.md-testimonials ol.testimonials-wrap li.testimonials-list:not(:last-child) {
  margin-bottom: 3em;
}
.md-testimonials ol.testimonials-wrap li.testimonials-list .ttl {
  font-size: 3.6rem;
  margin-bottom: 0.5em;
}
.md-testimonials ol.testimonials-wrap li.testimonials-list .meta {
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
.md-testimonials ol.testimonials-wrap li.testimonials-list .sub {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.md-testimonials ol.testimonials-wrap li.testimonials-list .list {
  padding-left: 1.5em;
  list-style-type: circle;
  margin-bottom: 2em;
}
.md-testimonials ol.testimonials-wrap li.testimonials-list .list li {
  font-size: 1.8rem;
}
.md-testimonials ol.testimonials-wrap li.testimonials-list .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-testimonials ol.testimonials-wrap li.testimonials-list .flex .thumb {
  width: 35%;
}
.md-testimonials ol.testimonials-wrap li.testimonials-list .flex .txt {
  width: 60%;
}

#testimonials {
  padding-bottom: 10em;
  position: relative;
}
#testimonials::after {
  position: absolute;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
  content: "";
  background: url(images/divider_top_white.png);
  background-size: cover;
}

.md-faq .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-faq .flex .item {
  width: 48%;
  margin-bottom: 5em;
}
.md-faq dl dt,
.md-faq dl dd {
  padding-left: 65px;
  position: relative;
  font-size: 1.8rem;
}
.md-faq dl dt::before,
.md-faq dl dd::before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  font-size: 3rem;
  color: #fff;
}
.md-faq dl dt {
  margin-bottom: 2em;
}
.md-faq dl dt::before {
  background: #000;
  content: "Q";
}
.md-faq dl dd::before {
  background: #004570;
  content: "A";
}

#faq {
  padding-bottom: 6em;
  position: relative;
  background: #f0f0f0;
}
#faq::after {
  position: absolute;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
  content: "";
  background: url(images/divider_top_blue.png);
  background-size: cover;
}

.form-inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.form-inner .form-header {
  margin-bottom: 4em;
}
.form-inner .form-header .ttl {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
}

#contactform {
  font-size: 1.8rem;
  padding-bottom: 8em;
  position: relative;
}
#contactform::after {
  position: absolute;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
  content: "";
  background: url(images/divider_top_black.png);
  background-size: cover;
}
#contactform .row {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 1em;
}
#contactform .row .txt {
  width: calc(100% - 500px - 30px);
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#contactform .row .txt .ttl {
  color: #fff;
}
#contactform .row .txt .req {
  margin-left: auto;
}
#contactform .row .txt .req span {
  display: inline-block;
  line-height: 1;
  padding: 5px;
  background: #eb6d8c;
  color: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
}
#contactform .row .form-control {
  width: 500px;
  margin-left: auto;
}
#contactform .row .form-control input[type=text],
#contactform .row .form-control input[type=email],
#contactform .row .form-control input[type=tel],
#contactform .row .form-control textarea {
  background: #fff;
  color: #000;
  padding: 10px 15px;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
#contactform .row .form-control label {
  color: #fff;
}
#contactform .sub {
  margin-top: 1em;
  color: #fff;
  font-size: 1.4rem;
  text-align: right !important;
  width: 100%;
  box-sizing: border-box;
}
#contactform .sub a {
  color: #fff;
}
#contactform .submit {
  text-align: center;
  margin-top: 3em;
}
#contactform .submit input {
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  border: #fff 2px solid;
  border-radius: 50px;
  box-sizing: border-box;
  width: 330px;
  height: 60px;
  line-height: 56px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#contactform .submit input:hover {
  background: #fff;
  color: #004570;
}

.mw_wp_form .error {
  font-size: 1.2rem !important;
  padding: 7px 10px;
  background: #ffeeee;
  border: #B70000 1px solid;
  border-radius: 3px;
  margin-top: 5px;
}

.company-inner {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.company-inner .company-header {
  margin-bottom: 2.5em;
}
.company-inner .company-header .company-ttl {
  font-size: 4.8rem;
  color: #fff;
  text-align: center;
}
.company-inner .company-table {
  background: none;
}
.company-inner .company-table th,
.company-inner .company-table td {
  padding: 1em 0;
  text-align: left;
  color: #fff;
  border-bottom: #fff 1px solid;
}
.company-inner .company-table th {
  width: 20%;
}
.company-inner .company-table td a {
  color: #fff;
}

#company {
  position: relative;
  padding-bottom: 10em;
}
#company::after {
  position: absolute;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
  content: "";
  background: url(images/divider_top_white.png);
  background-size: cover;
}

#site-footer .address {
  padding: 1em;
  text-align: center;
}
#site-footer .address address {
  font-size: 1.2rem;
  font-style: normal;
}

#privacy {
  display: none;
  max-width: 1280px;
}

.for-sp {
  display: none;
}

.for-tbl {
  display: none;
}

@media screen and (max-width: 1280px) {
  .wide {
    max-width: 90%;
  }

  #hero .logo {
    width: 15vw;
  }
  #hero .balloon {
    width: 25vw;
  }
  #hero .txt {
    width: 70vw;
  }
}
@media screen and (max-width: 1170px) {
  .inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 812px) {
  .for-tbl {
    display: block;
  }

  .scpd,
.scpd2 {
    padding: 4em 0;
  }

  #hero .logo {
    left: 5%;
    top: 5%;
  }
  #hero .balloon {
    top: 50%;
    transform: translateY(-100%);
  }

  .features .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .features .flex:nth-child(1), .features .flex:nth-child(2) {
    margin-bottom: 2.5em;
  }

  #about .bottom .catch .sub-lead {
    font-size: 2.4rem;
  }
  #about .bottom .catch .main-lead {
    font-size: 3.2rem;
  }
  #about .bottom .catch .main-lead strong {
    font-size: 4rem;
  }

  .md-list-meat li {
    font-size: 1.8rem;
    padding-left: 40px;
  }
  .md-list-meat li::before {
    width: 30px;
    height: 20px;
  }

  .simple-header {
    margin-bottom: 2em;
  }
  .simple-header .simple-ttl {
    font-size: 2.4rem;
  }

  #problem .md-list-meat {
    width: 90%;
  }
  #problem .lead {
    font-size: 2.4rem;
  }
  #problem .lead strong {
    font-size: 3.6rem;
  }

  #about .top {
    padding-top: 9em;
    padding-bottom: 4em;
  }
  #about .top .ttl {
    font-size: 3.6rem;
  }
  #about .top .ttl span {
    font-size: 4.8rem;
  }
  #about .top .hero img {
    max-width: 80%;
  }
  #about .bottom .ttl {
    font-size: 3.6rem;
  }

  .sec-header .sec-ttl .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .sec-header .sec-ttl .flex .ttl-sub,
.sec-header .sec-ttl .flex .ttl-main {
    width: 100%;
    text-align: center;
  }
  .sec-header .sec-ttl .flex .ttl-sub .txt {
    display: inline-block;
  }

  .sec-header-row .sec-ttl .ttl-sub {
    font-size: 2.4rem;
  }
  .sec-header-row .sec-ttl .ttl-main {
    font-size: 4.8rem;
  }

  .md-merit .row:nth-child(2n) .flex {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .md-merit .row .flex .num {
    font-size: 8.4rem;
  }
  .md-merit .row .flex .txt .default {
    font-size: 3.2rem;
  }
  .md-merit .row .flex .txt .light {
    font-size: 2.4rem;
  }
  .md-merit .row .flex .txt .medium {
    font-size: 3.2rem;
  }

  #merit {
    padding: 4em 0;
    background-size: 100%;
  }

  .md-cost .box .box-in-flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-cost .box .box-in-flex .txt,
.md-cost .box .box-in-flex .thumb {
    width: 100%;
  }
  .md-cost .box .box-in-flex .txt {
    margin-bottom: 2.5em;
  }
  .md-cost .box .box-in-flex .txt .md-list-meat {
    margin-bottom: 1.5em;
  }
  .md-cost .box .box-in-flex .txt .md-list-meat li br {
    display: none;
  }
  .md-cost .box-out-flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-cost .box-out-flex .item {
    width: 100%;
    box-sizing: border-box;
  }
  .md-cost .box-out-flex .item:not(:last-child) {
    margin-bottom: 4em;
  }

  .md-slide-table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
  }
  .md-slide-table table {
    width: 920px;
  }

  .price-table thead th {
    font-size: 1.6rem;
  }
  .price-table tbody th,
.price-table tbody td {
    font-size: 1.6rem;
  }

  #cost .notice {
    text-align: left;
    font-size: 1.4rem;
  }
  #cost .important p {
    font-size: 3.2rem;
  }

  .md-styled-layout .pr {
    font-size: 4.8rem;
  }
  .md-styled-layout .pr strong {
    font-size: 7.2rem;
  }

  .md-styled-layout .row .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-styled-layout .row .flex .thumb,
.md-styled-layout .row .flex .txt {
    width: 100%;
  }
  .md-styled-layout .row .flex .txt {
    margin-bottom: 2.5em;
    order: 1 !important;
  }
  .md-styled-layout .row .flex .thumb {
    order: 2 !important;
  }

  .md-flow {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .md-flow li {
    width: 48%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .md-flow li:nth-child(2)::before {
    width: 50px;
    height: 30px;
    background-image: url(images/icon_chevron_down.png);
    top: inherit;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    transform: unset;
  }
  .md-flow li:nth-child(3) {
    order: 4;
  }
  .md-flow li:nth-child(3)::before {
    width: 30px;
    height: 50px;
    background-image: url(images/icon_chevron_left.png);
    top: 50%;
    left: -20px;
    right: inherit;
    transform: translateY(-50%);
    bottom: inherit;
  }
  .md-flow li:nth-child(4) {
    order: 3;
  }
  .md-flow li:nth-child(4)::before {
    width: 50px;
    height: 30px;
    background-image: url(images/icon_chevron_down.png);
    top: inherit;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    transform: unset;
  }
  .md-flow li:nth-child(5) {
    order: 5;
  }
  .md-flow li:nth-child(5)::before {
    width: 30px;
    height: 50px;
    background-image: url(images/icon_chevron_right.png);
    top: 50%;
    right: -20px;
    left: inherit;
    transform: translateY(-50%);
    bottom: inherit;
  }
  .md-flow li:nth-child(6) {
    order: 6;
  }
  .md-flow li span.ttl {
    font-size: 1.8rem;
  }
  .md-flow li span.ttl::before {
    font-size: 2.8rem;
    top: 0;
  }
  .md-flow li span.txt {
    font-size: 1.4rem;
  }
  .md-flow li.last img {
    max-width: 158px;
  }

  .md-faq .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-faq .flex .item {
    width: 100%;
  }
  .md-faq dl dt,
.md-faq dl dd {
    font-size: 1.6rem;
  }

  #contactform {
    font-size: 1.6rem;
  }
  #contactform .row {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1.5em;
  }
  #contactform .row .txt,
#contactform .row .form-control {
    width: 100%;
  }
  #contactform .row .txt {
    margin-bottom: 0.5em;
  }

  .form-inner {
    max-width: 90%;
  }
  .form-inner .form-header {
    margin-bottom: 2em;
  }
  .form-inner .form-header .ttl {
    font-size: 3.2rem;
  }

  .company-inner {
    max-width: 90%;
  }

  .md-testimonials ol.testimonials-wrap li.testimonials-list {
    /*padding-left: 120px;*/
    padding-top: 1.5em;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list::before {
    width: 300px;
    height: 112px;
    left: -10px;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list::after {
    left: 23px;
    top: 26px;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list .ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .for-sp {
    display: block;
  }

  #top .site-ttl {
    font-size: 1.3rem;
  }

  .menu-button {
    width: 60px;
    height: 60px;
  }
  .menu-button a {
    width: 60px;
    height: 60px;
    min-height: 60px;
  }
  .menu-button a .menu-button__icon-wrap {
    width: 60px;
    height: 60px;
  }
  .menu-button a .menu-button__icon-wrap .menu-button__icon {
    height: 3px;
    width: 30px;
  }
  .menu-button a .menu-button__icon-wrap .menu-button__icon::before, .menu-button a .menu-button__icon-wrap .menu-button__icon::after {
    height: 3px;
    width: 30px;
  }

  #hero {
    height: 70vh;
    height: 70svh;
  }
  #hero::before {
    background-position: center bottom;
  }
  #hero .wide {
    height: 70vh;
    height: 70svh;
  }
  #hero .txt {
    left: 5%;
    width: 90%;
  }
  #hero .balloon {
    right: 0;
  }

  #problem {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
  #problem .md-list-meat {
    width: 100%;
    margin-bottom: 2.5em;
  }

  .simple-header .simple-ttl {
    font-size: 2.4rem;
  }

  .md-list-meat li::before {
    top: 6px;
  }

  #about .top {
    padding-bottom: 2em;
  }
  #about .top .ttl {
    font-size: 2rem;
  }
  #about .top .ttl span {
    font-size: 3.2rem;
  }
  #about .bottom .ttl {
    font-size: 2.4rem;
  }
  #about .bottom .thumb {
    margin-bottom: 2.5em;
  }
  #about .bottom .thumb .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #about .bottom .thumb .flex .item {
    width: 48%;
  }
  #about .bottom .thumb .flex .item:nth-child(1), #about .bottom .thumb .flex .item:nth-child(2) {
    margin-bottom: 0.7em;
  }
  #about .bottom .features {
    margin-bottom: 2.5em;
  }
  #about .bottom .features .flex {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  #about .bottom .features .flex .item {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
  #about .bottom .features .flex .item .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  #about .bottom .features .flex .item .icon img {
    max-width: 45px;
  }
  #about .bottom .features .flex .item .ttl {
    font-size: 1.6rem;
  }
  #about .bottom .catch {
    padding: 2em 1.5em;
  }
  #about .bottom .catch .sub-lead {
    font-size: 1.8rem;
  }
  #about .bottom .catch .main-lead {
    font-size: 2.4rem;
  }
  #about .bottom .catch .main-lead strong {
    font-size: 3.2rem;
  }

  .sec-header .sec-ttl .flex .ttl-sub {
    font-size: 2.4rem;
  }
  .sec-header .sec-ttl .flex .ttl-main {
    font-size: 7.2rem;
  }

  .md-merit .row .flex .num {
    font-size: 4.2rem;
  }
  .md-merit .row .flex .txt .default {
    font-size: 1.9rem;
  }
  .md-merit .row .flex .txt .light {
    font-size: 1.6rem;
  }
  .md-merit .row .flex .txt .medium {
    font-size: 2.2rem;
  }

  #merit {
    padding-bottom: 1em;
  }

  .sec-header-row {
    margin-bottom: 2em;
  }
  .sec-header-row .sec-ttl::before {
    width: 50px;
    height: 62px;
    right: -50px;
  }
  .sec-header-row .sec-ttl .ttl-sub {
    font-size: 1.8rem;
  }
  .sec-header-row .sec-ttl .ttl-main {
    font-size: 3.2rem;
  }

  .md-flow li {
    width: 100%;
  }
  .md-flow li:nth-child(1)::before, .md-flow li:nth-child(3)::before, .md-flow li:nth-child(5)::before {
    width: 50px;
    height: 30px;
    background-image: url(images/icon_chevron_down.png);
    top: inherit;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    transform: unset;
  }
  .md-flow li:nth-child(3) {
    order: 3;
  }
  .md-flow li:nth-child(4) {
    order: 4;
  }

  #schedule {
    padding: 1em 0 8em 0;
  }
  #schedule .notice {
    font-size: 1rem;
    margin-top: 1em;
  }

  .md-styled-layout .pr {
    font-size: 2.6rem;
  }
  .md-styled-layout .pr strong {
    font-size: 4.8rem;
  }
  .md-styled-layout .row .flex .txt .ttl {
    font-size: 2.2rem;
  }
  .md-styled-layout .row .flex .txt .poos {
    font-size: 1.4rem;
  }
  .md-styled-layout .row .flex .txt .excerpt {
    font-size: 1.4rem;
  }

  #example {
    padding-top: 2em;
    padding-bottom: 8em;
  }

  .form-inner .form-header .ttl {
    font-size: 2.4rem;
  }

  #contactform {
    padding-top: 1em;
  }
  #contactform .sub {
    font-size: 1.2rem;
    text-align: left !important;
  }
  #contactform .submit input {
    width: 90%;
    box-sizing: border-box;
    font-size: 2rem;
  }

  .company-inner .company-header {
    margin-bottom: 1em;
  }
  .company-inner .company-header .company-ttl {
    font-size: 2.8rem;
  }
  .company-inner .company-table {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .company-inner .company-table tbody,
.company-inner .company-table tr,
.company-inner .company-table th,
.company-inner .company-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  .company-inner .company-table th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .company-inner .company-table td {
    padding-top: 0.25em;
  }

  #company {
    padding-top: 0;
    padding-bottom: 8em;
  }

  #site-footer .address {
    padding-top: 0;
  }

  .md-faq .flex .item {
    margin-bottom: 1.5em;
  }
  .md-faq .flex .item:not(:last-child) {
    margin-bottom: 3em;
  }

  #faq {
    padding-top: 1em;
  }

  #cost .sec-header-row:first-child {
    margin-bottom: 4.5em;
  }
  #cost .important {
    margin-top: 2em;
  }
  #cost .important p {
    padding: 0.5em 1em;
    font-size: 2.2rem;
  }
  #cost .notice {
    font-size: 1.2rem;
  }

  .price-table {
    width: 730px !important;
  }
  .price-table tbody tr.cash-flow th {
    font-size: 1.4rem;
  }

  .price-table thead th:first-child {
    width: 152px;
  }

  .md-cost {
    margin-bottom: 3em;
  }
  .md-cost .box {
    padding: 2em 1.5em 2em 1.5em;
  }
  .md-cost .box .box-sub .wrap {
    font-size: 2.4rem;
    padding: 0;
  }
  .md-cost .box .box-sub .wrap::before, .md-cost .box .box-sub .wrap::after {
    width: 24px;
    height: 50px;
    transform: translateY(-40%);
  }
  .md-cost .box .box-sub .wrap::before {
    left: -30px;
  }
  .md-cost .box .box-sub .wrap::after {
    right: -30px;
  }
  .md-cost .box .box-sub .wrap strong {
    font-size: 3.6rem;
  }
  .md-cost .box .box-sub .wrap .sml {
    font-size: 2.4rem;
  }
  .md-cost .box .box-ttl {
    top: -1.5em;
  }
  .md-cost .box .box-ttl span {
    font-size: 2rem;
    padding: 0.5em 2em;
  }
  .md-cost .box-out-flex .item .box .val {
    font-size: 2.4rem;
  }
  .md-cost .box-out-flex .item .box .val span {
    font-size: 3.6rem;
  }
  .md-cost .box-out-flex .item .box .excerpt {
    font-size: 1.6rem;
  }
  .md-cost .box-out-flex .item .box .box-sub-ttl {
    font-size: 2rem;
  }

  .md-testimonials ol.testimonials-wrap li.testimonials-list {
    /*padding-left: 65px;*/
    padding-top: 1.2em;
    /*
    .flex{
    	.item{
    		width: 48%;
    		margin-bottom: 0.7em;
    	}
    }
    */
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list::before {
    width: 170px;
    height: 64px;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list::after {
    font-size: 2.8rem;
    left: 8px;
    top: 14px;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list .ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list .meta {
    font-size: 1.4rem;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list .sub {
    font-size: 1.6rem;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list .list li {
    font-size: 1.4rem;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list .flex .thumb,
.md-testimonials ol.testimonials-wrap li.testimonials-list .flex .txt {
    width: 100%;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list .flex .thumb {
    order: 2;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list .flex .txt {
    order: 1;
  }
  .md-testimonials ol.testimonials-wrap li.testimonials-list .excerpt {
    font-size: 1.4rem;
  }

  #testimonials {
    padding-top: 1em;
  }

  body .l-transition .transition-logo {
    max-width: 250px;
  }

  #modal .modal-inner .top ul li {
    font-size: 1.8rem;
  }

  .md-cost .box-out-flex {
    margin-top: 4em;
  }

  #cost .sec-header-row:last-of-type {
    margin-bottom: 2em;
  }
  #cost .important p {
    display: block;
    text-align: center;
  }

  #hero::after,
#faq::after,
#company::after {
    height: 36px;
  }

  .sentry {
    font-size: 1.4rem;
  }
  .sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5 {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=style.css.map */
