@charset "UTF-8";
/*
Theme Name: SMILE for WP
Description: WordPressテンプレート「SMILE for WP」
Version: 1.4.2
Author: ICOMT Inc.
*/
/*! 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 {
  -webkit-box-sizing: inherit;
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

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


/*************************************
MIXINS
*************************************/
/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Font Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Font Setting
//------------------------------------------------
*/
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("css/fonts/NotoSansJP-Regular.ttf") format("ttf");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("css/fonts/NotoSansJP-Medium.ttf") format("ttf");
}
@font-face {
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("css/fonts/NotoSansJP-SemiBold.ttf") format("ttf");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("css/fonts/NotoSansJP-Bold.ttf") format("ttf");
}
@font-face {
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  font-family: "Inter";
  src: url("css/fonts/Inter-SemiBold.ttf") format("ttf");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Inter";
  src: url("css/fonts/Inter-Bold.ttf") format("ttf");
}
@font-face {
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-family: "Inter";
  src: url("css/fonts/Inter-Black.ttf") format("ttf");
}
.inter {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  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 Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

body {
  color: #555;
  font-size: 1.6rem;
  overflow: hidden;
  background: #fff;
}

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

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

a {
  color: #555;
  text-decoration: none;
  -webkit-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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -o-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.wider {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

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

.inner {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: all 1.5s;
  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: #395a77;
}
.easingWrap .easingImg.on::after {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
}

@-webkit-keyframes scrollOpen_r {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  20% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  21% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: rotate(-15deg) translateX(-160%);
            transform: rotate(-15deg) translateX(-160%);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

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

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

body.ptn7 #top .flex .site-navi {
  display: none;
}
body.ptn7 .menu-button {
  display: block;
}

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

.is_fixed.show #top {
  background: transparent;
}
.is_fixed.show .menu-button a .menu-button__icon-wrap .menu-button__icon,
.is_fixed.show .menu-button button .menu-button__icon-wrap .menu-button__icon {
  left: -10px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.is_fixed.show .menu-button a .menu-button__icon-wrap .menu-button__icon::before,
.is_fixed.show .menu-button button .menu-button__icon-wrap .menu-button__icon::before {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
  width: 40px;
}
.is_fixed.show .menu-button a .menu-button__icon-wrap .menu-button__icon::after,
.is_fixed.show .menu-button button .menu-button__icon-wrap .menu-button__icon::after {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
          transform: rotate(-45deg) translate(-8px, 8px);
  width: 40px;
}
.is_fixed.show .menu-button a .menu-button__txt-wrap,
.is_fixed.show .menu-button button .menu-button__txt-wrap {
  opacity: 0;
}

#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;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  padding: 140px 40px 60px 40px;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background: #0083B6;
  border: #0083B6 8px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#modal .modal-inner {
  height: 80vh;
  height: 80svh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#modal .modal-inner::-webkit-scrollbar {
  display: none;
}
#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: 1em;
}
#modal .modal-inner .top ul li a {
  color: #fff;
}
#modal .modal-inner .top ul li span {
  display: block;
  letter-spacing: 0.07em;
}
#modal .modal-inner .top ul li span.ja {
  font-size: 1.2rem;
}
#modal .modal-inner .top ul li ul {
  margin: 1.5em 0;
}
#modal .modal-inner .top ul li ul li {
  margin-bottom: 0 !important;
}
#modal .modal-inner .top ul li ul li a {
  font-size: 1.4rem;
}
#modal .modal-inner .more {
  text-align: center;
}
#modal .modal-inner .sns {
  margin-top: 2.5em;
}
#modal .modal-inner .sns .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: all 1.2s;
  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;
  -webkit-animation: 1s circleanime linear infinite;
          animation: 1s circleanime linear infinite;
  -webkit-box-sizing: border-box;
          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: #395a77;
  content: "";
  top: 15px;
  left: 0;
}
#modal .modal-nav-list ul li a {
  font-size: 1.6rem;
  font-weight: 400;
}

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;
}

@-webkit-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-open {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-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);
  }
}
@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::before, body .l-transition::after {
  position: fixed;
  width: 100%;
  height: 50vh;
  background: #555;
  content: "";
  left: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body .l-transition::before {
  top: 0;
}
body .l-transition::after {
  bottom: 0;
}
body .l-transition .transition-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 20%;
  min-width: 250px;
  z-index: 5;
  /*@include vendor-prefix(transition, all ease-in-out 1s);*/
}
body .l-transition .transition-logo::before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #555;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-animation: loadLogo 1s;
          animation: loadLogo 1s;
}
body .l-transition .transition-logo img {
  width: 100%;
  height: auto;
}
@-webkit-keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
body.is-loading .l-transition::before, body.is-loading .l-transition::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
body.is-loading .l-transition .transition-logo {
  -webkit-animation: logo-fadeout 0.5s linear 0s 1 both;
          animation: logo-fadeout 0.5s linear 0s 1 both;
}
body.is-loaded .l-transition::before {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
body.is-loaded .l-transition::after {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
body.is-loaded .l-transition .transition-logo {
  -webkit-animation: logo-fadein 1.5s linear 0s 1 both;
          animation: logo-fadein 1.5s linear 0s 1 both;
}
body.is-leave .l-transition::before, body.is-leave .l-transition::after {
  -webkit-animation: transition-fadeout 0.8s linear 2s 1 both;
          animation: transition-fadeout 0.8s linear 2s 1 both;
}
@-webkit-keyframes logo-fadein {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo-fadein {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.btn {
  display: inline-block;
  background: #395a77;
  color: #fff;
  text-align: center;
  padding: 0.8em 70px;
  position: relative;
}
.btn::before {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 40px;
  height: 1px;
  background: #fff;
  content: "";
}
.btn:hover {
  background: #555;
}

#top {
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 67px;
  z-index: 99;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#top .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .flex .logo {
  width: 200px;
}
#top .flex .logo img {
  width: 100%;
  height: auto;
}
#top .flex .site-navi {
  margin-left: auto;
}
#top .flex .site-navi .parents {
  text-align: right;
}
#top .flex .site-navi .parents .parent {
  display: inline-block;
  position: relative;
}
#top .flex .site-navi .parents .parent:not(:last-child) {
  margin-right: 40px;
}
#top .flex .site-navi .parents .parent a {
  display: block;
  text-align: center;
  color: #fff;
}
#top .flex .site-navi .parents .parent a span {
  display: block;
}
#top .flex .site-navi .parents .parent a span.en {
  font-size: 1.4rem;
}
#top .flex .site-navi .parents .parent a span.ja {
  font-size: 1rem;
}
#top .flex .site-navi .parents .parent a:hover {
  opacity: 0.75;
}
#top .flex .site-navi .parents .parent .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.1s ease-out;
  transition: transform 0.4s ease-out, opacity 0.1s ease-out, -webkit-transform 0.4s ease-out;
  background-color: #395A77;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
          box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
  padding: 1em;
  width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top .flex .site-navi .parents .parent .submenu li:not(:last-child) {
  /*margin-bottom: 1em;*/
}
#top .flex .site-navi .parents .parent .submenu li a {
  font-size: 1.2rem;
  text-align: left;
  padding: 0.5em 0.5em 0.5em 1em;
}
#top .flex .site-navi .parents .parent .submenu li a:hover {
  background: #333;
  opacity: 1;
}
#top .flex .site-navi .parents .parent:hover .submenu {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#top.is_fixed {
  padding: 1em 1.5em;
  background: rgba(51, 51, 51, 0.7);
}

#hero {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  /*
  &::before{
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(0,0,0,0.5);
  	content: "";
  }
  */
}
#hero .hero-box {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#hero .hero-box .hero-ttl {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
#hero .hero-box .hero-ttl span {
  font-size: 3.7rem;
}
#hero .hero-box .hero-txt {
  font-size: 2.4rem;
  line-height: 1.6;
}
#hero .hero-box .hero-more {
  margin-top: 3em;
}
#hero .hero-news {
  width: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#hero .c-scrolldown {
  width: 1px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 5%;
}
#hero .c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -80px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  position: relative;
}
#hero .c-scrolldown .c-line a {
  font-size: 1.4rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  bottom: 70px;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}
@keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}
#hero.centered .hero-box {
  left: 0;
  width: 100%;
}
#hero.centered .hero-box .hero-box-inner {
  padding: 0 5%;
}
#hero.centered .hero-box .hero-ttl {
  text-align: center;
  font-size: 4.8rem;
}
#hero.centered .hero-box .hero-txt {
  text-align: center;
}
#hero.centered .hero-box .hero-more {
  text-align: center;
}

.hero-news {
  background: rgba(51, 51, 51, 0.7);
  color: #fff;
  padding: 1em 1.5em;
}
.hero-news a {
  color: #fff;
}
.hero-news .hero-news-heading {
  margin-bottom: 1em;
}
.hero-news .hero-news-heading .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-news .hero-news-heading .flex .hero-news-ttl {
  font-size: 1.8rem;
  font-weight: 400;
}
.hero-news .hero-news-heading .flex .hero-news-more {
  margin-left: auto;
}
.hero-news .hero-news-heading .flex .hero-news-more a {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  padding-right: 30px;
}
.hero-news .hero-news-heading .flex .hero-news-more a::before {
  width: 24px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(images/icon_arrow_news.webp);
  background-size: cover;
  content: "";
}
.hero-news .hero-news-heading .flex .hero-news-more a:hover {
  text-decoration: underline;
}

.md-hero-news ul {
  list-style-type: none;
}
.md-hero-news ul li {
  overflow: hidden;
  font-size: 1.4rem;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-hero-news ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.md-hero-news ul li .date {
  width: 85px;
}
.md-hero-news ul li a {
  width: calc(100% - 85px - 0.7em);
}
.md-hero-news ul li a:hover {
  text-decoration: underline;
}

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

@-webkit-keyframes btn-slide {
  0% {
    width: 0;
  }
  100% {
    width: 106px;
  }
}

@keyframes btn-slide {
  0% {
    width: 0;
  }
  100% {
    width: 106px;
  }
}
@-webkit-keyframes btn-slide2 {
  0% {
    width: 0;
  }
  100% {
    width: 135px;
  }
}
@keyframes btn-slide2 {
  0% {
    width: 0;
  }
  100% {
    width: 135px;
  }
}
.sec-header {
  margin-bottom: 4em;
}
.sec-header::after {
  display: block;
  width: 40px;
  height: 1px;
  background: #999;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  content: "";
}
.sec-header .sec-sub {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sec-header .sec-ttl {
  text-align: center;
  color: #999;
  font-weight: 400;
  font-size: 1.8rem;
}
.sec-header.align-left::after {
  margin-left: 0;
}
.sec-header.align-left .sec-sub,
.sec-header.align-left .sec-ttl {
  text-align: left;
}
.sec-header.type-gray {
  background: #f7f7f7;
  padding-top: 4em;
  padding-bottom: 4em;
}
.sec-header.type-white {
  background: #fff;
  padding-top: 4em;
}
.sec-header.no-mgb {
  margin-bottom: 0;
}
.sec-header.with-more {
  position: relative;
}
.sec-header.with-more .btn-more {
  position: absolute;
  bottom: 0;
  right: 0;
}

.md-styled-content {
  position: relative;
}
.md-styled-content .box {
  width: 48%;
  padding-top: 2em;
}
.md-styled-content .thumb {
  position: absolute;
  width: 48%;
  right: 0;
  top: 0;
}
.md-styled-content .thumb img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.md-icon-list .row {
  position: relative;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*
  &::before{
  	position: absolute;
  	width: 42px;
  	height: 49px;
  	top: 10px;
  	left: 0;
  	background-repeat: no-repeat;
  	background-position: 0 0;
  	background-size: cover;
  	content: '';
  }
  */
  /*
  &.icon1{
  	&::before{
  		background-image: url(images/icon_gear.svg);
  		width: 42px;
  		height: 42px;
  	}
  }
  &.icon2{
  	&::before{
  		background-image: url(images/icon_speed.svg);
  		width: 42px;
  		height: 41px;
  	}
  }
  &.icon3{
  	&::before{
  		background-image: url(images/icon_security.svg);
  		width: 41px;
  		height: 49px;
  	}
  }
  */
}
.md-icon-list .row:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.md-icon-list .row .icon {
  width: 42px;
}
.md-icon-list .row .txt {
  width: calc(100% - 42px - 28px);
}
.md-icon-list .row .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.3em;
  line-height: 1.4;
}
.md-icon-list .row .excerpt {
  font-size: 1.4rem;
}

#index-service {
  padding-bottom: 0;
}

.md-flip-list {
  position: relative;
  background: #666;
}
.md-flip-list .flex {
  position: relative;
  z-index: 5;
}
.md-flip-list .flex .item {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.md-flip-list .flex .item:not(:last-child) {
  border-right: #fff 1px solid;
}
.md-flip-list .flex .item .flip-box {
  display: block;
  padding: 430px 60px 60px 60px;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.md-flip-list .flex .item .flip-box .logo {
  margin-bottom: 1.5em;
  position: relative;
}
.md-flip-list .flex .item .flip-box .ttl {
  font-size: 2.2rem;
  margin-bottom: 1em;
  position: relative;
}
.md-flip-list .flex .item .flip-box .excerpt {
  line-height: 1.6;
  font-size: 1.4rem;
  position: relative;
}
.md-flip-list .flex .item .flip-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  content: "";
}
.md-flip-list .flex .item .flip-box:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.md-flip-list .flex.flip-col-6 .item {
  width: 16.666666%;
}
.md-flip-list .flex.flip-col-5 .item {
  width: 20%;
}
.md-flip-list .flex.flip-col-3 .item {
  width: 33.333333%;
}
.md-flip-list .flex.flip-col-2 .item {
  width: 50%;
}
.md-flip-list .flex.flip-col-1 .item {
  width: 100%;
}
.md-flip-list .bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.md-flip-list .bgs::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  content: "";
  z-index: 1;
}
.md-flip-list .bgs .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
}
.md-flip-list .bgs .bg.current-item {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.md-item-slider .item-slider .item-slide {
  margin: 0 1em;
  background: #fff;
}
.md-item-slider .item-slider .item-slide a {
  display: block;
}
.md-item-slider .item-slider .item-slide a .thumb {
  overflow: hidden;
  position: relative;
}
.md-item-slider .item-slider .item-slide a .thumb span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.7em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  min-width: 76px;
  background: #0083B6;
  color: #fff;
  z-index: 1;
}
.md-item-slider .item-slider .item-slide a .thumb img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  width: 100%;
}
.md-item-slider .item-slider .item-slide a .txt {
  padding: 1.5em;
  background: #fff;
}
.md-item-slider .item-slider .item-slide a .txt .case {
  font-style: italic;
  margin-bottom: 0.7em;
}
.md-item-slider .item-slider .item-slide a .txt .ttl {
  font-weight: 500;
  margin-bottom: 0.8em;
}
.md-item-slider .item-slider .item-slide a .txt .excerpt {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  text-justify: unset;
}
.md-item-slider .item-slider .item-slide a:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.md-item-slider .item-slider .slick-prev,
.md-item-slider .item-slider .slick-next {
  width: 35px;
  height: 35px;
}
.md-item-slider .item-slider .slick-prev::before,
.md-item-slider .item-slider .slick-next::before {
  font-size: 3.5rem;
  color: #0083B6;
  opacity: 1;
}
.md-item-slider .item-slider .slick-prev:hover::before,
.md-item-slider .item-slider .slick-next:hover::before {
  opacity: 0.75;
}
.md-item-slider .item-slider .slick-prev {
  left: -50px;
}
.md-item-slider .item-slider .slick-next {
  right: -50px;
}
.md-item-slider .item-slider .slick-dots {
  bottom: -70px;
}
.md-item-slider .item-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.md-item-slider .item-slider .slick-slide {
  height: auto !important;
}

.md-item-slider-2 .item-slider-2 .item-slide {
  margin: 0 2.5em;
  background: #fff;
}
.md-item-slider-2 .item-slider-2 .item-slide a {
  display: block;
}
.md-item-slider-2 .item-slider-2 .item-slide a .thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5em;
}
.md-item-slider-2 .item-slider-2 .item-slide a .thumb span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.7em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  min-width: 76px;
  background: #0083B6;
  color: #fff;
  z-index: 1;
}
.md-item-slider-2 .item-slider-2 .item-slide a .thumb img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  width: 100%;
}
.md-item-slider-2 .item-slider-2 .item-slide a .ttl {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.md-item-slider-2 .item-slider-2 .item-slide a .more {
  text-align: center;
}
.md-item-slider-2 .item-slider-2 .item-slide a .more span {
  display: inline-block;
  font-size: 1.4rem;
  padding: 5px 2em;
  color: #fff;
  background: #555;
}
.md-item-slider-2 .item-slider-2 .item-slide a:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.md-item-slider-2 .item-slider-2 .item-slide a:hover .more span {
  background: #0083B6;
}
.md-item-slider-2 .item-slider-2 .slick-prev,
.md-item-slider-2 .item-slider-2 .slick-next {
  width: 35px;
  height: 35px;
}
.md-item-slider-2 .item-slider-2 .slick-prev::before,
.md-item-slider-2 .item-slider-2 .slick-next::before {
  font-size: 3.5rem;
  color: #0083B6;
  opacity: 1;
}
.md-item-slider-2 .item-slider-2 .slick-prev:hover::before,
.md-item-slider-2 .item-slider-2 .slick-next:hover::before {
  opacity: 0.75;
}
.md-item-slider-2 .item-slider-2 .slick-prev {
  left: -25px;
}
.md-item-slider-2 .item-slider-2 .slick-next {
  right: -25px;
}
.md-item-slider-2 .item-slider-2 .slick-dots {
  bottom: -70px;
}
.md-item-slider-2 .item-slider-2 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.md-item-slider-2 .item-slider-2 .slick-slide {
  height: auto !important;
}

#index-works {
  padding-left: 4%;
  padding-right: 4%;
}

.md-styled-simple .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.md-styled-simple .flex .lead {
  width: 45%;
}
.md-styled-simple .flex .lead .sec-header {
  margin-bottom: 2em;
}
.md-styled-simple .flex .lead .sec-header::after {
  margin-left: 0;
}
.md-styled-simple .flex .lead .sec-header .sec-sub {
  text-align: left;
}
.md-styled-simple .flex .lead .sec-header .sec-ttl {
  text-align: left;
  color: #555;
}
.md-styled-simple .flex .lead .txt .ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
  font-weight: 400;
}
.md-styled-simple .flex .lead .txt .excerpt {
  font-size: 1.4rem;
}
.md-styled-simple .flex .lead .txt .more {
  margin-top: 3em;
}
.md-styled-simple .flex .thumb {
  position: relative;
  width: 45%;
}

#site-footer .logo {
  text-align: center;
  margin-bottom: 4em;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#site-footer .logo img {
  width: 100%;
  height: auto;
}
#site-footer .bottom-navi {
  text-align: center;
  margin-bottom: 2.5em;
}
#site-footer .bottom-navi a {
  font-size: 1.2rem;
}
#site-footer .bottom-navi a:hover {
  text-decoration: underline;
}
#site-footer .address {
  text-align: center;
  font-size: 1.2rem;
}
#site-footer .address address {
  font-style: normal;
}

#sub-hero {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#sub-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
#sub-hero .hero-box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  color: #fff;
}
#sub-hero .hero-box .sub-hero-txt {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
#sub-hero .hero-box .sub-hero-ttl {
  font-weight: 700;
  text-align: center;
}

.breadcrumbs {
  padding: 0.5em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
}
.breadcrumbs ol {
  list-style: none;
  width: 100%;
  margin-left: auto;
}
.breadcrumbs ol li {
  display: inline-block;
  font-size: 1.4rem;
}
.breadcrumbs ol li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.5em;
  content: "/";
  margin: 0 0.5em;
}

.header-simple {
  margin-bottom: 2.5em;
}
.header-simple .simple-ttl {
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.07em;
}

.company-table table {
  background: none;
  margin-bottom: 2em;
}
.company-table table th,
.company-table table td {
  text-align: left;
  padding: 1em;
  font-weight: 400;
  border-bottom: #d0d0d0 1px solid;
}

.md-philosophy .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-philosophy .flex .item {
  width: 30%;
}
.md-philosophy .flex .item .ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: 400;
}

.company-message {
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.company-message::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
}
.company-message .micro {
  position: relative;
}

.md-message .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.md-message .sub {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.md-message .excerpt {
  margin-bottom: 1.5em;
}
.md-message .sig {
  text-align: right;
}
.md-message .sig-txt {
  display: inline-block;
  text-align: left;
}
.md-message .sig-txt span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}

.md-books .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-books .flex .txt {
  width: 55%;
}
.md-books .flex .txt .ttl {
  font-size: 2.4rem;
  margin-bottom: 1.2em;
  font-weight: 400;
}
.md-books .flex .txt .excerpt {
  margin-bottom: 2.5em;
  font-size: 1.4rem;
}
.md-books .flex .thumb {
  width: 37%;
}

.md-history {
  list-style: none;
}
.md-history li {
  line-height: 1.6;
}
.md-history li:not(:last-child) {
  margin-bottom: 1em;
}
.md-history li span {
  display: inline-block;
}
.md-history li span.date {
  margin-right: 1em;
}

.bg-light {
  background: #f0f0f0;
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #555;
}
.bg-gray.with-line {
  position: relative;
  padding: 8em 0 6em 0;
}
.bg-gray.with-line::before {
  position: absolute;
  width: 1px;
  height: 100px;
  background: #fff;
  top: 0;
  left: calc(50% - 1px);
  content: "";
}
.bg-gray .sec-header .sec-sub,
.bg-gray .sec-header .sec-ttl {
  color: #fff;
}
.bg-gray .sec-header::after {
  background: #fff;
}
.bg-gray .md-philosophy {
  color: #fff;
}

.bg-dark {
  background: #555;
  color: #fff;
}
.bg-dark a {
  color: #fff;
}

.acf-map {
  width: 100%;
  height: 500px;
}

#company-access .gmap {
  padding-bottom: 26.25%;
}

#index-contact {
  background: #555;
  max-width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
}
#index-contact .sec-header .sec-sub,
#index-contact .sec-header .sec-ttl {
  color: #fff;
}

.md-contact-box .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-contact-box .flex .item {
  width: 49%;
  background: #fff;
}
.md-contact-box .flex .item .ttl {
  padding: 0.7em;
  color: #555;
  margin-bottom: 1px;
  text-align: center;
  font-size: 1.8rem;
  border-bottom: #555 1px solid;
}
.md-contact-box .flex .item .txt {
  padding: 2em;
  color: #555;
  text-align: center;
}
.md-contact-box .flex .item .txt .sub {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.md-contact-box .flex .item .txt .num {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#footer-nav .top-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer-nav .top-flex a {
  display: block;
  padding: 2.5em 3em;
  background: #ccc;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
#footer-nav .top-flex a::after {
  position: absolute;
  top: 50%;
  right: 2.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 33px;
  background: url(images/chevron_right.webp) no-repeat 0 0;
}
#footer-nav .top-flex a:nth-child(2) {
  background: #e0e0e0;
}
#footer-nav .top-flex a .inner-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer-nav .top-flex a .inner-flex .thumb {
  width: 150px;
}
#footer-nav .top-flex a .inner-flex .thumb img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
#footer-nav .top-flex a .inner-flex .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 190px);
  padding-right: 5em;
}
#footer-nav .top-flex a .inner-flex .txt .ttl {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
#footer-nav .top-flex a .inner-flex .txt .excerpt {
  font-size: 1.4rem;
}
#footer-nav .top-flex a:hover {
  color: #fff !important;
  background: #555 !important;
}

#page_top {
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 74px;
  height: 74px;
  z-index: 5;
}
#page_top a {
  display: block;
  width: 74px;
  height: 74px;
}
#page_top.is_hide {
  display: none;
}

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

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

.formFlow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3em;
  list-style: none;
}
.formFlow li {
  width: 32%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding-right: 18px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #c4c4c4;
  text-align: center;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.formFlow li:first-child {
  background: #0083B6;
}

.tel-num {
  margin-top: 2em;
}
.tel-num .num {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.tel-num .num a {
  color: #0083B6;
}

.contact-top {
  margin-bottom: 3.5em;
}

.contact-middle {
  display: none;
  margin-bottom: 3.5em;
}

.mw_wp_form_confirm .formFlow li:first-child {
  background: #d4d4d4;
}
.mw_wp_form_confirm .formFlow li:nth-child(2) {
  background: #0083B6;
}
.mw_wp_form_confirm .contact-top {
  display: none;
}
.mw_wp_form_confirm .contact-middle {
  display: block;
}
.mw_wp_form_confirm .contact-middle p {
  text-align: center;
}
.mw_wp_form_confirm #contactform .selection-box {
  background: none;
  border: none;
  padding: 0;
  cursor: default;
}
.mw_wp_form_confirm #contactform .selection-box::before, .mw_wp_form_confirm #contactform .selection-box::after {
  display: none;
}

.mw_wp_form_complete .formFlow li:first-child {
  background: #d4d4d4;
}
.mw_wp_form_complete .formFlow li:nth-child(2) {
  background: #d4d4d4;
}
.mw_wp_form_complete .formFlow li:last-child {
  background: #0083B6;
}
.mw_wp_form_complete .contact-top {
  display: none;
}
.mw_wp_form_complete .contact-middle {
  display: none;
}
.mw_wp_form_complete .contact-bottom p {
  text-align: center;
}

#contactform .row {
  margin-bottom: 2em;
}
#contactform .ttl {
  color: #000;
  margin-bottom: 0.5em;
}
#contactform .ttl a {
  text-decoration: underline;
}
#contactform .sub {
  margin-bottom: 1em;
  font-size: 1.4rem;
  padding: 0.5em 1em;
  background: #f0f0f0;
}
#contactform .sub.mgt {
  margin-top: 1em;
}
#contactform .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 12px 15px;
  display: block;
  font-size: 16px !important;
  margin: 10px 0 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none !important;
}
#contactform .selection-box {
  display: block;
  position: relative;
  background-color: #fff;
  background-image: url(images/select-box.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
  color: #808080;
  cursor: pointer;
  display: block;
  height: 50px;
  margin: 10px 0;
  padding: 0 10px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#contactform .selection-box::before, #contactform .selection-box::after {
  content: "";
  pointer-events: none;
  position: absolute;
}
#contactform .selection-box::before {
  z-index: 1;
  right: 20px;
  top: 3px;
  bottom: 0;
  height: 0;
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.2);
}
#contactform .selection-box::after {
  width: 48px;
  height: 47px;
  right: 0px;
  top: 1px;
  border-left: 1px solid #e3e3e3;
  background: #fff;
}
#contactform .selection-box select {
  background: #fff;
  display: block;
  padding: 12px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          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: #395a77;
  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 .row-box {
  padding: 1em;
  margin-bottom: 0.5em;
  background: #f8f8f8;
}
#contactform .row-box .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contactform .row-box .flx .item {
  width: 35%;
  margin-right: 2%;
}
#contactform .row-box .flx .item:nth-child(3n) {
  margin-right: 0;
  width: 15%;
}
#contactform .table .th {
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
#contactform .table .td {
  padding-left: 1.5em;
}
#contactform .pdn-row {
  padding: 1.5em;
  border: #d0d0d0 1px solid;
  margin-bottom: 2.5em;
  background: #eeffff;
  color: #0083B6;
  font-weight: 400;
}
#contactform .md-timeline {
  margin-bottom: 4.5em;
}
#contactform ul.circle {
  font-size: 1.4rem;
  padding-left: 2.5em;
}
#contactform input[type=file] {
  font-size: 1.4rem;
}

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

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

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

.single-header {
  padding: 15px 30px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  border-left: 3px solid #0083B6;
}
.single-header .cat {
  margin-bottom: 0.5em;
}
.single-header .cat a {
  padding: 4px 8px;
  font-weight: 400;
  border-radius: 0;
  background-color: #395a77;
  color: #fff;
  font-size: 1.2rem;
}
.single-header .single-ttl {
  font-size: 2.4rem;
  margin-bottom: 0;
}
.single-header .single-time {
  color: #1c1d1e;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

#main.singles {
  padding-top: 4em;
}
#main.singles .inner {
  padding-bottom: 4em;
  border-bottom: #d4d4d4 1px solid;
}
#main.singles #main-content {
  width: 70%;
  float: left;
}
#main.singles #sidebar {
  width: 25%;
  float: right;
}
#main.singles #sidebar .widget {
  margin-bottom: 2em;
}
#main.singles #sidebar .widget .p-heading-m {
  position: relative;
  padding: 0.5em 1em;
  border-left: #0083B6 3px solid;
}
#main.singles #sidebar .widget .p-heading-m .p-heading-m__en {
  font-size: 1.8rem;
  font-weight: 400;
  border-left: #395a77 3px solid;
  padding-left: 1em;
}
#main.singles #sidebar .widget ul {
  margin-top: 7px;
  list-style: none;
}
#main.singles #sidebar .widget ul li a {
  display: block;
  padding: 1em 0;
  border-bottom: #e4e4e4 1px dashed;
}
#main.singles .eyecatch {
  margin-bottom: 1.5em;
}

.md-news .item {
  padding: 1em 2.5em;
  background: #f8f8f8;
  border: #d0d0d0 1px solid;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.md-news .item:hover {
  background: #f0f0f0;
}
.md-news .item:not(:first-child) {
  border-top: none;
}
.md-news .item .date {
  font-size: 1.2rem;
}
.md-news .item .cat {
  width: 120px;
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1rem;
}
.md-news .item .cat a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #d0d0d0 1px solid;
}
.md-news .item .cat a:hover {
  background: #0083B6;
  border-color: #0083B6;
  color: #fff;
}
.md-news .item .link {
  font-size: 1.4rem;
}
.md-news .item .link a:hover {
  text-decoration: underline;
}

.md-news-archive article {
  display: block;
}
.md-news-archive article:not(:last-child) {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #d0d0d0 1px solid;
}
.md-news-archive article .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-news-archive article .flex .thumb {
  width: 150px;
}
.md-news-archive article .flex .txt {
  width: calc(100% - 180px);
}
.md-news-archive article .thumb {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.md-news-archive article .thumb img {
  border: #d0d0d0 1px solid;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-news-archive article .thumb a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.md-news-archive article .txt .meta {
  margin-bottom: 0.5em;
  display: inline-block;
  margin-right: 1em;
}
.md-news-archive article .txt .meta a {
  display: inline-block;
  font-size: 1.2rem;
  background: #395a77;
  color: #fff;
  line-height: 1;
  padding: 8px 10px;
}
.md-news-archive article .txt .single-time {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 0.5em;
}
.md-news-archive article .txt .ttl {
  font-weight: 500;
}
.md-news-archive article .txt .ttl a:hover {
  text-decoration: underline;
}
.md-news-archive article .txt .excerpt {
  margin-top: 0.5em;
  font-size: 1.2rem;
  color: #666;
}
.md-news-archive article .txt .read-more {
  margin-top: 1em;
}
.md-news-archive article .txt .read-more a {
  font-size: 1.4rem;
  color: #0083B6;
  text-decoration: underline;
}
.md-news-archive article .txt .read-more a:hover {
  text-decoration: none;
}
.md-news-archive .news-thumb-list a {
  display: block;
}
.md-news-archive .news-thumb-list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.md-news-archive .news-thumb-list .thumb {
  margin-bottom: 1em;
  overflow: hidden;
}
.md-news-archive .news-thumb-list .thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.md-news-archive .news-thumb-list .txt span {
  display: inline-block;
  font-size: 1.3rem;
  padding: 8px 1em;
  color: #fff;
  background: #0083B6;
  line-height: 1;
}
.md-news-archive .news-thumb-list .txt .ttl {
  margin-top: 0.5em;
}

.pda {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6em;
}

.custom-lead {
  background: #fff;
  margin-top: -6em;
  position: relative;
}

.md-lead .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
  padding-bottom: 1em;
}
.md-lead .ttl::before, .md-lead .ttl::after {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  content: "";
}
.md-lead .ttl::before {
  background: #395a77;
  bottom: 6px;
}
.md-lead .ttl::after {
  background: #0083B6;
  bottom: 0;
}
.md-lead .excerpt {
  margin-bottom: 3em;
}
.md-lead .excerpt .sig {
  display: block;
  text-align: right;
  font-size: 2rem;
}
.md-lead .flex-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-lead .flex-wrap .col {
  width: 47%;
}
.md-lead .flex-wrap .col .col-txt {
  line-height: 2.4;
}

.md-lead2 .ttl {
  font-size: 3.8rem;
  margin-bottom: 0.7em;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
.md-lead2 .excerpt {
  text-align: center;
  line-height: 2.4;
}

.section-row {
  margin-bottom: 6em;
}

.styled-tbl {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
}
.styled-tbl tr {
  border-bottom: #d0d0d0 1px solid;
}
.styled-tbl tr:first-child {
  border-top: #d0d0d0 1px solid;
}
.styled-tbl th,
.styled-tbl td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}
.styled-tbl th {
  text-align: left;
  position: relative;
  padding: 1.2em 1em 1.2em 3.5em;
  width: 25%;
  background: #f8f8f8;
}
.styled-tbl th::before, .styled-tbl th::after {
  position: absolute;
  width: 20px;
  height: 2px;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.styled-tbl th::before {
  background: #395a77;
  top: 50%;
}
.styled-tbl th::after {
  background: #0083B6;
  top: calc(50% + 2px);
}
.styled-tbl td {
  padding: 1.2em 2em;
}

.divider {
  width: 100%;
  height: 500px;
  position: relative;
  margin-top: 5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.divider::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
.divider .min {
  height: 100%;
  position: relative;
}
.divider .pos {
  display: inline-block;
  background: #fff;
  padding: 1em 1.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.divider .box {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
.divider .box .ttl {
  font-size: 2.4rem;
}

.guideline-table th,
.guideline-table td {
  padding: 1em 1.5em;
  border: #d0d0d0 1px solid;
}
.guideline-table th {
  width: 200px;
  background: #f7f7f7;
}

.md-job-box-list .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.md-job-box-list .flex .item {
  width: 48.5%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;
  margin-bottom: 2em;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-job-box-list .flex .item a {
  display: block;
  padding: 1.5em 2em;
}
.md-job-box-list .flex .item .ttl {
  font-size: 1.8rem;
  color: #0083B6;
  margin-bottom: 1em;
  border-left: #0083B6 5px solid;
  padding-left: 0.5em;
}
.md-job-box-list .flex .item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}
.md-job-box-list .flex .item .row:not(:last-child) {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: #d0d0d0 1px solid;
}
.md-job-box-list .flex .item .row .name {
  width: 100px;
}
.md-job-box-list .flex .item .row .txt {
  width: calc(100% - 150px);
}
.md-job-box-list .flex .item:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.recruit-more {
  text-align: center;
  margin-top: 3em;
}
.recruit-more a {
  display: inline-block;
  padding: 1em;
  min-width: 400px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  background: #0083B6;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;
  position: relative;
}
.recruit-more a:hover {
  background: #0083B6;
}

.txt-lead-ttl {
  font-size: 2.4rem;
  margin-bottom: 1em;
  text-align: center;
}

#index-news {
  position: relative;
}
#index-news::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  content: "";
  top: 0;
  right: 0;
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
}

.contents-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents-wrap .contents {
  width: 740px;
}
.contents-wrap #sidebar-blog {
  width: 350px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
}

.md-index-news-list .row:not(:last-child) {
  padding-bottom: 2.5em;
  margin-bottom: 2em;
  border-bottom: #d0d0d0 1px solid;
}
.md-index-news-list .row .ttl {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.2em;
  letter-spacing: 0.05em;
}
.md-index-news-list .row .ttl a:hover {
  color: #0083B6;
}
.md-index-news-list .row .meta {
  margin-bottom: 1em;
}
.md-index-news-list .row .meta .date {
  display: inline-block;
  margin-right: 2em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.md-index-news-list .row .meta .cat {
  display: inline-block;
  font-size: 1.4rem;
}
.md-index-news-list .row .meta .cat:not(:last-child) {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
.md-index-news-list .row .meta .cat:hover {
  color: #0083B6;
}
.md-index-news-list .row .thumb {
  overflow: hidden;
}
.md-index-news-list .row .thumb img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-index-news-list .row .thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#sidebar-blog .widget:not(:last-of-type) {
  margin-bottom: 2em;
}
#sidebar-blog .widget .widget-header {
  margin-bottom: 1.5em;
  position: relative;
}
#sidebar-blog .widget .widget-header::after {
  display: block;
  width: 70px;
  height: 1px;
  background: #555;
  content: "";
  margin-top: 0.8em;
}
#sidebar-blog .widget .widget-header .widget-sub {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
#sidebar-blog .widget .widget-header .widget-ttl {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.md-side-posts .row:not(:last-child) {
  margin-bottom: 1.3em;
}
.md-side-posts .row .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-side-posts .row .flex .thumb {
  width: 70px;
  font-size: 1.2rem;
  overflow: hidden;
}
.md-side-posts .row .flex .thumb img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-side-posts .row .flex .txt {
  width: calc(100% - 70px - 15px);
}
.md-side-posts .row .flex .txt .ttl {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.md-side-posts .row .flex .txt .meta {
  margin-top: 0;
}
.md-side-posts .row .flex .txt .meta time,
.md-side-posts .row .flex .txt .meta .cat {
  display: inline-block;
  font-size: 1.2rem;
}
.md-side-posts .row .flex .txt .meta time {
  margin-right: 2em;
}
.md-side-posts .row .flex .txt .meta .cat:not(:last-child) {
  margin-right: 1em;
}
.md-side-posts .row a {
  display: block;
}
.md-side-posts .row a:hover .flex .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.md-side-posts .row a:hover .flex .txt .ttl {
  color: #0083B6;
}

.md-custom-drop-menu ul {
  list-style: none;
}
.md-custom-drop-menu ul li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
}
.md-custom-drop-menu ul li a {
  display: block;
  padding: 0 1.5em;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  border-bottom: 1px solid #d0d0d0;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.md-custom-drop-menu ul li a::after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  content: "";
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.md-custom-drop-menu ul li a:hover {
  background: #395a77;
  border-color: #395a77;
  color: #fff;
}
.md-custom-drop-menu ul li a:hover::after {
  border-color: #fff;
}
.md-custom-drop-menu ul li.parent_menu:hover a {
  background: #395a77;
  border-color: #395a77;
  color: #fff;
}
.md-custom-drop-menu ul li.parent_menu:hover a::after {
  color: #555;
  width: 9px;
  height: 3px;
  -webkit-transform: none;
          transform: none;
  background: #fff;
}
.md-custom-drop-menu ul li ul {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  z-index: 9;
  position: relative;
}
.md-custom-drop-menu ul li ul li {
  margin: 0;
  padding: 0;
}
.md-custom-drop-menu ul li ul li a {
  height: auto;
  line-height: 1.5;
  padding: 18px 25px;
  background: #f7f7f7 !important;
  color: #555 !important;
  border-bottom: #d0d0d0 1px solid !important;
  border-top: 0 !important;
}
.md-custom-drop-menu ul li ul li a::after {
  display: none !important;
}
.md-custom-drop-menu ul li ul li a:hover {
  background: #0083B6 !important;
  color: #fff !important;
}

.md-recommended-slider .recommended-slider .recommended-slide a {
  display: block;
}
.md-recommended-slider .recommended-slider .recommended-slide a .thumb {
  margin-bottom: 0.8em;
}
.md-recommended-slider .recommended-slider .recommended-slide a .ttl {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.md-recommended-slider .slick-prev::before,
.md-recommended-slider .slick-next::before {
  color: #555;
}

.md-flex-box .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-flex-box .flex .item {
  width: 50%;
  position: relative;
}
.md-flex-box .flex .item .thumb {
  position: relative;
  overflow: hidden;
}
.md-flex-box .flex .item .thumb img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-flex-box .flex .item .thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  content: "";
  z-index: 1;
}
.md-flex-box .flex .item .ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  z-index: 2;
}
.md-flex-box .flex .item .ttl .sub-txt {
  text-align: center;
  font-size: 1.8rem;
}
.md-flex-box .flex .item .ttl .ttl-txt {
  text-align: center;
}
.md-flex-box .flex .item a {
  display: block;
  position: relative;
}
.md-flex-box .flex .item a:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.color-white {
  color: #fff;
}

.md-lead-text {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2.5em;
}

.md-lead-more {
  text-align: center;
}
.md-lead-more .btn {
  background: #fff;
  border: #fff 1px solid;
  color: #555;
}
.md-lead-more .btn::before {
  background: #555;
}
.md-lead-more .btn:hover {
  background: none;
  color: #fff;
}
.md-lead-more .btn:hover::before {
  background: #fff;
}

.md-box-menu .flex .item {
  width: 33.333333%;
}
.md-box-menu .flex .item a {
  display: block;
  position: relative;
  height: 375px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.md-box-menu .flex .item a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  content: "";
}
.md-box-menu .flex .item a .box {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  bottom: 2.5em;
  margin: auto;
}
.md-box-menu .flex .item a .box .sub {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}
.md-box-menu .flex .item a .box .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.md-box-menu .flex .item a .box .more {
  text-align: center;
  margin-top: 0.5em;
}
.md-box-menu .flex .item a .box .more span {
  display: inline-block;
  font-size: 1.4rem;
  color: #555;
  padding: 5px 2.5em;
  background: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-box-menu .flex .item a:hover .box .more span {
  background: #0083B6;
  color: #fff;
}

.pdt4em {
  padding-top: 4em;
}

.md-styled-txt-box .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-styled-txt-box .flex .ttl-box {
  width: 30%;
}
.md-styled-txt-box .flex .ttl-box .ttl {
  font-size: 2.4rem;
  font-weight: 500;
}
.md-styled-txt-box .flex .txt-box {
  width: 60%;
}

.md-img-txt-box .flex {
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.md-img-txt-box .flex .thumb,
.md-img-txt-box .flex .txt {
  width: 25%;
  height: 480px;
}
.md-img-txt-box .flex .txt {
  position: relative;
  background: #333333;
}
.md-img-txt-box .flex .txt .box {
  position: absolute;
  padding: 2.5em;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.md-img-txt-box .flex .txt .box .ttl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.md-img-txt-box .flex .txt .box .excerpt {
  font-size: 1.4rem;
  color: #fff;
}
.md-img-txt-box .flex .thumb img {
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.md-staff .flex {
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.md-staff .flex .item {
  width: 25%;
  margin-bottom: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.5em;
}
.md-staff .flex .item .icon {
  width: 150px;
  margin: 0 auto 1.5em auto;
  overflow: hidden;
}
.md-staff .flex .item .icon img {
  border-radius: 50%;
}
.md-staff .flex .item .name {
  text-align: center;
  margin-bottom: 0.5em;
}
.md-staff .flex .item .meta {
  font-size: 1.4rem;
  text-align: center;
}

.md-gallery .flex {
  list-style: none;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.md-gallery .flex li {
  width: 12.5%;
  overflow: hidden;
}
.md-gallery .flex li img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-gallery .flex li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.md-gallery-pt2 .flex {
  list-style: none;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.md-gallery-pt2 .flex li {
  width: 15%;
  margin-bottom: 1.3em;
  margin-right: 2%;
  overflow: hidden;
}
.md-gallery-pt2 .flex li:nth-child(6n) {
  margin-right: 0;
}
.md-gallery-pt2 .flex li img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-gallery-pt2 .flex li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.md-styled-img-ttl-box .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3em;
}
.md-styled-img-ttl-box .flex .item {
  width: 31.5%;
  position: relative;
}
.md-styled-img-ttl-box .flex .item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.md-styled-img-ttl-box .flex .item .ttl {
  position: absolute;
  font-size: 2.4rem;
  color: #fff;
  top: 0.7em;
  left: 1em;
}
.md-styled-img-ttl-box .lead-ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.md-styled-img-ttl-box .lead-excerpt {
  text-align: center;
}

.md-circle-box .flex {
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.md-circle-box .flex .item {
  margin-bottom: 3em;
  width: 23%;
  margin-right: 2.6%;
}
.md-circle-box .flex .item:nth-child(4n) {
  margin-right: 0;
}
.md-circle-box .flex .item .icon {
  width: 150px;
  margin: 0 auto 1em auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.md-circle-box .flex .item .icon img {
  border-radius: 50%;
}
.md-circle-box .flex .item .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.md-circle-box .flex .item .excerpt {
  font-size: 1.4rem;
  text-align: center;
}

.md-styled-prd-box .flex {
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.md-styled-prd-box .flex .item {
  margin-bottom: 3em;
  width: 23%;
  margin-right: 2.6%;
}
.md-styled-prd-box .flex .item:nth-child(4n) {
  margin-right: 0;
}
.md-styled-prd-box .flex .item .thumb {
  margin-bottom: 1em;
}
.md-styled-prd-box .flex .item .ttl {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.8em;
}
.md-styled-prd-box .flex .item .price {
  font-size: 1.4rem;
  text-align: center;
}
.md-styled-prd-box .flex .item .stars {
  margin-top: 0.5em;
  color: #d7bdae;
  text-align: center;
  letter-spacing: 0.1em;
}

.md-slick-box .flex-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.md-slick-box .flex-wrap .slick-box,
.md-slick-box .flex-wrap .box-txt {
  width: 50%;
}
.md-slick-box .flex-wrap .box-txt {
  position: relative;
}
.md-slick-box .flex-wrap .box-txt .box {
  position: absolute;
  padding: 2em 0;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
.md-slick-box .flex-wrap .box-txt .box .ttl {
  font-size: 2.4rem;
  margin-bottom: 0.7em;
  font-weight: 500;
}
.md-slick-box .flex-wrap .box-txt .box .excerpt {
  font-size: 1.4rem;
}
.md-slick-box .slick-dots {
  bottom: 25px;
}
.md-slick-box .slick-dots li button {
  padding: 0;
}
.md-slick-box .slick-dots li button::before {
  font-size: 1.4rem;
}
.md-slick-box .slick-prev,
.md-slick-box .slick-next {
  z-index: 5;
}
.md-slick-box .slick-prev::before,
.md-slick-box .slick-next::before {
  color: #555;
  opacity: 1;
  font-size: 2.8rem;
}
.md-slick-box .slick-prev {
  left: 25px;
}
.md-slick-box .slick-next {
  right: 25px;
}
.md-slick-box .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.md-lead-txt-img .lead-txt-img-ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.md-lead-txt-img .lead-txt-img-excerpt {
  text-align: center;
  margin-bottom: 3em;
}

.md-hero-slider .hero-slider .hero-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.md-hero-slider .hero-slider .hero-slide::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.md-hero-slider .slick-dots {
  bottom: 10%;
}
.md-hero-slider .slick-dots button::before {
  font-size: 1.5rem;
}
.md-hero-slider .slick-prev,
.md-hero-slider .slick-next {
  z-index: 5;
}
.md-hero-slider .slick-prev::before,
.md-hero-slider .slick-next::before {
  color: #fff;
  opacity: 1;
  font-size: 2.8rem;
}
.md-hero-slider .slick-prev {
  left: 25px;
}
.md-hero-slider .slick-next {
  right: 25px;
}
.md-hero-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#site-ptn7-footer {
  position: absolute;
  bottom: 2em;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#site-ptn7-footer .address {
  text-align: center;
}
#site-ptn7-footer .address address {
  font-size: 1.2rem;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.07em;
}

body.with-content #site-ptn7-footer {
  position: inherit;
  bottom: inherit;
  left: inherit;
  padding: 1em;
}
body.with-content #site-ptn7-footer .address address {
  color: #555;
}

#site-ptn7-footer .logo {
  text-align: center;
  margin-bottom: 0.5em;
}
#site-ptn7-footer .logo img {
  max-width: 150px;
}

.md-styled-news .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.md-styled-news .flex .item {
  width: 48%;
}
.md-styled-news .flex .item a {
  display: block;
}
.md-styled-news .flex .item a .thumb {
  margin-bottom: 1em;
  overflow: hidden;
}
.md-styled-news .flex .item a .thumb img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-styled-news .flex .item a .meta {
  margin-bottom: 0.5em;
}
.md-styled-news .flex .item a .meta time,
.md-styled-news .flex .item a .meta .cat {
  display: inline-block;
  font-size: 1.4rem;
}
.md-styled-news .flex .item a .meta time {
  margin-right: 2em;
}
.md-styled-news .flex .item a .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.md-styled-news .flex .item a .excerpt {
  font-size: 1.4rem;
  color: #7f7f7f;
}
.md-styled-news .flex .item a:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.md-styled-news-pt2 .grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 3em;
  grid-row-gap: 1em;
}
.md-styled-news-pt2 .grid-0 {
  grid-area: 1/1/5/2;
}
.md-styled-news-pt2 .grid-1 {
  grid-area: 1/2/2/3;
}
.md-styled-news-pt2 .grid-2 {
  grid-area: 2/2/3/3;
}
.md-styled-news-pt2 .grid-3 {
  grid-area: 3/2/4/3;
}
.md-styled-news-pt2 .grid-4 {
  grid-area: 4/2/5/3;
}
.md-styled-news-pt2 .flex-wrap {
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-styled-news-pt2 .flex-wrap .item {
  width: 47%;
  margin-bottom: 1em;
}
.md-styled-news-pt2 .large-thumb a {
  display: block;
}
.md-styled-news-pt2 .large-thumb a .thumb {
  margin-bottom: 1em;
  overflow: hidden;
}
.md-styled-news-pt2 .large-thumb a .thumb img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-styled-news-pt2 .large-thumb a .meta {
  margin-bottom: 0.5em;
}
.md-styled-news-pt2 .large-thumb a .meta time,
.md-styled-news-pt2 .large-thumb a .meta .cat {
  display: inline-block;
  font-size: 1.4rem;
}
.md-styled-news-pt2 .large-thumb a .meta time {
  margin-right: 2em;
}
.md-styled-news-pt2 .large-thumb a .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.md-styled-news-pt2 .large-thumb a .excerpt {
  font-size: 1.4rem;
  color: #7f7f7f;
}
.md-styled-news-pt2 .large-thumb a:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.md-styled-news-pt2 .small-thumb a {
  display: block;
}
.md-styled-news-pt2 .small-thumb a .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.md-styled-news-pt2 .small-thumb a .flex .thumb {
  width: 100px;
  overflow: hidden;
}
.md-styled-news-pt2 .small-thumb a .flex .thumb img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-styled-news-pt2 .small-thumb a .flex .txt {
  width: calc(100% - 100px - 20px);
}
.md-styled-news-pt2 .small-thumb a .flex .txt .meta {
  font-size: 1.4rem;
}
.md-styled-news-pt2 .small-thumb a .flex .txt .meta time,
.md-styled-news-pt2 .small-thumb a .flex .txt .meta .cat {
  display: inline-block;
}
.md-styled-news-pt2 .small-thumb a .flex .txt .meta time {
  margin-right: 2em;
}
.md-styled-news-pt2 .small-thumb a .flex .txt .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.2em;
}
.md-styled-news-pt2 .small-thumb a .flex .txt .excerpt {
  font-size: 1.4rem;
  color: #7f7f7f;
  line-height: 1.4;
}
.md-styled-news-pt2 .small-thumb a:hover .thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*
//------------------------------------------------
//	Flexible Layout Setting
//------------------------------------------------
*/
#flexible {
  padding: 0 0 2em;
}
#flexible .flex-img-txt .flex {
  margin-bottom: 3em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}
#flexible .flex-img-txt .flex .thumb {
  width: 35%;
}
#flexible .flex-img-txt .flex .txt {
  width: 60%;
}
#flexible .flex-img-txt .fullwidth {
  margin-bottom: 3em;
}
#flexible .flex-img-txt .fullwidth .top {
  margin-bottom: 1.5em;
}
#flexible .flex-cols .flex {
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#flexible .flex-cols .flex .item {
  width: 31.5%;
  margin-bottom: 1.5em;
}
#flexible .flex-cols .flex .item .txtbody {
  padding: 0.5em;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.4rem;
}
#flexible .flex-cols .flex.cols-1 .item {
  width: 100%;
}
#flexible .flex-cols .flex.cols-2 .item {
  width: 48%;
}
#flexible .flex-cols .flex.cols-3 .item {
  width: 31.5%;
}
#flexible .flex-cols .flex.cols-4 .item {
  width: 23%;
}
#flexible .sentry h1,
#flexible .sentry h2,
#flexible .sentry h3,
#flexible .sentry h4,
#flexible .sentry h5,
#flexible .sentry h6 {
  margin-top: 0;
}
#flexible .section-margin:not(:last-child) {
  margin-bottom: 3.5em;
}

.md-linklist .ttl {
  font-size: 2rem;
  padding: 0.5em 1em;
  background: #0083B6;
  color: #fff;
  margin-bottom: 1em;
}
.md-linklist .flex {
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  list-style: none;
}
.md-linklist .flex li {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.333333%;
}
.md-linklist .flex li a {
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  color: #0083B6;
  border: #0083B6 2px solid;
  position: relative;
}
.md-linklist .flex li a::before {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.14em solid #0083B6;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.md-linklist .flex li a:hover {
  background: #0083B6;
  color: #fff;
}
.md-linklist .flex li a:hover::before {
  border-color: #fff;
}

.md-faq {
  margin: 2.5em 0 1em 0;
}
.md-faq .grp-ttl {
  font-size: 2rem;
  margin-bottom: 1em;
}
.md-faq dl:not(:last-of-type) {
  margin-bottom: 2.5em;
}
.md-faq dl dt {
  position: relative;
  margin-left: 52px;
  padding: 10px 1em;
  border: #ddd 1px solid;
  border-radius: 5px;
  margin-bottom: 1em;
}
.md-faq dl dt::before {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #0083B6;
  color: #fff;
  content: "Q";
  display: inline-block;
  left: -52px;
  top: 8px;
}
.md-faq dl dd {
  position: relative;
  margin-left: 52px;
  padding: 10px 1em;
  border: #ddd 1px solid;
  border-radius: 5px;
}
.md-faq dl dd::before {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #395a77;
  color: #fff;
  content: "A";
  display: inline-block;
  left: -52px;
  top: 8px;
}

.md-list-change-btn {
  margin-bottom: 2em;
}
.md-list-change-btn ul {
  list-style: none;
  text-align: right;
}
.md-list-change-btn ul li {
  display: inline-block;
  padding: 0.5em 1em;
  border: #0083B6 1px solid;
  color: #0083B6;
  border-radius: 5px;
  cursor: pointer;
}
.md-list-change-btn ul li:not(:last-child) {
  margin-right: 5px;
}
.md-list-change-btn ul li.btn-current, .md-list-change-btn ul li:hover {
  color: #fff;
  background: #0083B6;
}

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

#member-login-main .form-parts {
  margin-bottom: 1.5em;
}
#member-login-main .form-parts label {
  display: block;
  margin-bottom: 0.5em;
}
#member-login-main .form-parts input {
  display: inline-block;
  padding: 5px 10px;
  border: #d0d0d0 1px solid;
  background: #fff;
}

.for-sp {
  display: none;
}

@media screen and (max-width: 1440px) {
  .wide {
    max-width: 90%;
  }
}
@media screen and (max-width: 1360px) {
  #top .flex .site-navi {
    display: none;
  }
  .menu-button {
    display: block;
  }
}
@media screen and (max-width: 1170px) {
  .inner {
    max-width: 90%;
  }
  .md-flip-list .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-flip-list .flex .item {
    width: 50%;
  }
  .md-flip-list .flex .item:nth-child(1), .md-flip-list .flex .item:nth-child(2) {
    border-bottom: #fff 1px solid;
  }
  .md-flip-list .flex .item:nth-child(2n) {
    border-right: none;
  }
  .md-flip-list .flex .item a {
    padding-top: 230px;
  }
  .md-flex-box .flex .item .ttl {
    font-size: 2.4rem;
  }
  .md-styled-txt-box .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-styled-txt-box .flex .ttl-box,
  .md-styled-txt-box .flex .txt-box {
    width: 100%;
  }
  .md-styled-txt-box .flex .ttl-box {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 812px) {
  #hero.centered .hero-box .hero-ttl {
    font-size: 3.6rem;
  }
  .sec-header {
    margin-bottom: 2.5em;
  }
  .sec-header .sec-sub {
    font-size: 3.6rem;
  }
  .sec-header .sec-ttl {
    font-size: 1.4rem;
  }
  .md-styled-content .box {
    width: 100%;
    padding-top: 0;
  }
  .md-styled-content .thumb {
    margin-top: 2.5em;
    position: inherit;
    width: 90%;
    right: inherit;
    top: inherit;
    margin-left: auto;
  }
  .md-styled-content .thumb img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .md-styled-simple .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-styled-simple .flex .lead,
  .md-styled-simple .flex .thumb {
    width: 100%;
  }
  .md-styled-simple .flex .lead img,
  .md-styled-simple .flex .thumb img {
    width: 100%;
  }
  .md-styled-simple .flex .lead {
    margin-bottom: 2.5em;
  }
  .md-styled-simple .flex .lead .sec-header::after {
    margin-left: auto;
    margin-right: auto;
  }
  .md-styled-simple .flex .lead .sec-header .sec-sub {
    text-align: center;
  }
  .md-styled-simple .flex .lead .sec-header .sec-ttl {
    text-align: center;
  }
  .md-styled-simple .flex .lead .txt .excerpt {
    text-align: center;
  }
  .md-styled-simple .flex .lead .txt .more {
    text-align: center;
  }
  #sub-hero .hero-box .sub-hero-txt {
    font-size: 3.2rem;
  }
  #sub-hero .hero-box .sub-hero-ttl {
    font-size: 1.4rem;
  }
  .micro {
    max-width: 90%;
  }
  .header-simple .simple-ttl {
    font-size: 2.4rem;
  }
  #footer-nav .top-flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  #footer-nav .top-flex a {
    width: 100%;
  }
  #index-contact {
    max-width: 90%;
  }
  .md-contact-box .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-contact-box .flex .item {
    width: 100%;
  }
  .md-contact-box .flex .item:not(:last-child) {
    margin-bottom: 1em;
  }
  #main.singles #main-content {
    width: 100%;
    float: none;
  }
  #main.singles #sidebar {
    width: 100%;
    float: none;
    margin-top: 3.5em;
  }
  .md-job-box-list .flex .item {
    width: 100%;
  }
  .md-job-box-list .flex .item a {
    padding: 1em;
  }
  .md-job-box-list .flex .item .ttl {
    font-size: 1.6rem;
  }
  .md-job-box-list .flex .item .row {
    font-size: 1.3rem;
  }
  .md-job-box-list .flex .item .row .name {
    width: 60px;
    text-align: left;
    text-justify: unset;
  }
  .md-job-box-list .flex .item .row .txt {
    width: calc(100% - 80px);
    text-align: left;
    text-justify: unset;
  }
  .guideline-table {
    font-size: 1.4rem;
  }
  .txt-lead-ttl {
    font-size: 2rem;
  }
  .contents-wrap {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .contents-wrap .contents {
    width: 100%;
  }
  .contents-wrap #sidebar-blog {
    width: 100%;
  }
  .contents-wrap #sidebar-blog .md-pr-banner {
    text-align: center;
  }
  .md-flex-box .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-flex-box .flex .item {
    width: 100%;
  }
  .md-box-menu .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-box-menu .flex .item {
    width: 100%;
  }
  .md-img-txt-box .flex .item {
    width: 50%;
  }
  .md-staff .flex .item {
    width: 50%;
  }
  .md-gallery .flex li {
    width: 25%;
  }
  .md-styled-img-ttl-box .flex .item .ttl {
    font-size: 1.8rem;
  }
  .md-styled-img-ttl-box .lead-ttl {
    font-size: 1.8rem;
  }
  .md-styled-img-ttl-box .lead-excerpt {
    font-size: 1.4rem;
  }
  .md-circle-box .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .md-circle-box .flex .item {
    width: 47.5%;
    margin-right: 0 !important;
  }
  .md-slick-box .flex-wrap .slick-item {
    width: 100%;
  }
  .md-slick-box .flex-wrap .slick-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .md-slick-box .flex-wrap .slick-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .md-slick-box .flex-wrap .slick-item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .md-slick-box .flex-wrap .slick-item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .md-slick-box .flex-wrap .box-txt .box {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    -webkit-transform: unset;
            transform: unset;
    max-width: 90%;
  }
  #hero .hero-box {
    max-width: 80%;
    left: 10% !important;
  }
  #hero .hero-box .hero-ttl {
    font-size: 3.6rem;
  }
  #hero .hero-box .hero-txt {
    font-size: 1.8rem;
  }
  .md-styled-news .flex .item a .meta time,
  .md-styled-news .flex .item a .meta .cat {
    font-size: 1.2rem;
  }
  .md-styled-news .flex .item a .ttl {
    font-size: 1.4rem;
  }
  .md-styled-news .flex .item a .excerpt {
    font-size: 1.2rem;
  }
  .md-styled-news-pt2 .grid-wrap {
    display: block;
  }
  .md-styled-news-pt2 .flex-wrap .small-thumb {
    width: 100%;
  }
  .md-styled-news-pt2 .flex-wrap .small-thumb:not(:last-child) {
    margin-bottom: 2em;
  }
  .md-styled-news-pt2 .large-thumb {
    margin-bottom: 2em;
  }
  .md-styled-news-pt2 .large-thumb a .meta time,
  .md-styled-news-pt2 .large-thumb a .meta .cat {
    font-size: 1.2rem;
  }
  .md-styled-news-pt2 .large-thumb a .ttl {
    font-size: 1.4rem;
  }
  .md-styled-news-pt2 .large-thumb a .excerpt {
    font-size: 1.2rem;
  }
  .md-styled-news-pt2 .small-thumb:not(:last-child) {
    margin-bottom: 2em;
  }
  .md-styled-news-pt2 .small-thumb a .flex .txt .meta time,
  .md-styled-news-pt2 .small-thumb a .flex .txt .meta .cat {
    font-size: 1.2rem;
  }
  .md-styled-news-pt2 .small-thumb a .flex .txt .ttl {
    font-size: 1.4rem;
  }
  .md-styled-news-pt2 .small-thumb a .flex .txt .excerpt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .scpd {
    padding: 4em 0;
  }
  .for-sp {
    display: block;
  }
  .for-pc {
    display: none;
  }
  #top {
    padding: 0.5em 1.5em;
  }
  #top .flex .logo {
    width: 150px;
  }
  #top.is_fixed {
    padding: 0.5em 1.5em;
  }
  #modal {
    padding-top: 90px;
  }
  #hero .hero-box .hero-ttl {
    font-size: 3rem;
  }
  #hero .hero-box .hero-ttl span {
    font-size: 1.9rem;
  }
  #hero .hero-box .hero-txt {
    font-size: 1.6rem;
  }
  #hero.centered .hero-box .hero-ttl {
    font-size: 2.4rem;
  }
  .btn {
    font-size: 1.3rem;
    padding: 0.6em 40px;
  }
  .btn::before {
    width: 16px;
  }
  .sec-header .sec-sub {
    font-size: 2.4rem;
  }
  .sec-header .sec-ttl {
    font-size: 1.2rem;
  }
  .md-hero-news ul li {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-hero-news ul li .date,
  .md-hero-news ul li a {
    width: 100% !important;
  }
  .md-icon-list .row {
    padding-left: 50px;
  }
  .md-icon-list .row::before {
    top: 5px;
  }
  .md-icon-list .row .ttl {
    font-size: 1.8rem;
  }
  .md-icon-list .row .excerpt {
    font-size: 1.2rem;
  }
  .md-icon-list .row.icon1::before {
    width: 30px;
    height: 30px;
  }
  .md-icon-list .row.icon2::before {
    width: 30px;
    height: 29px;
  }
  .md-icon-list .row.icon3::before {
    width: 30px;
    height: 36px;
  }
  .md-styled-content .thumb {
    width: 95%;
  }
  .md-flip-list .flex .item {
    width: 100%;
    border-right: none !important;
  }
  .md-flip-list .flex .item:not(:last-child) {
    border-bottom: #fff 1px solid;
  }
  .md-flip-list .flex .item a {
    padding: 80px 5% 40px 5%;
  }
  .md-flip-list .flex .item a .ttl {
    font-size: 1.6rem;
  }
  .md-flip-list .flex .item a .excerpt {
    font-size: 1.2rem;
  }
  .md-flip-list .flex .item:nth-child(1) .logo img {
    width: 124px;
  }
  .md-flip-list .flex .item:nth-child(2) .logo img {
    width: 118px;
  }
  .md-flip-list .flex .item:nth-child(3) .logo img {
    width: 142px;
  }
  .md-flip-list .flex .item:nth-child(4) .logo img {
    width: 92px;
  }
  .md-styled-simple .flex .lead .txt .excerpt {
    font-size: 1.6rem;
  }
  .md-styled-simple .flex .thumb .logo img {
    max-width: 223px;
  }
  #page_top {
    width: 45px;
    height: 45px;
  }
  #page_top a {
    width: 45px;
    height: 45px;
  }
  .hero-news .hero-news-heading .flex .hero-news-ttl {
    font-size: 1.6rem;
  }
  .md-hero-news ul li {
    font-size: 1.3rem;
  }
  #hero .hero-box .hero-more {
    margin-top: 2em;
  }
  #hero .hero-news {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.8em 1em;
  }
  #hero .hero-news .hero-news-heading {
    margin-bottom: 0.5em;
  }
  #hero .hero-news .hero-news-heading .flex .hero-news-ttl {
    font-size: 1.4rem;
  }
  #hero .hero-news .md-hero-news ul li {
    font-size: 1.2rem;
  }
  #hero .hero-news .md-hero-news ul li:last-child {
    display: none;
  }
  .company-table table {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .company-table table tbody,
  .company-table table tr,
  .company-table table th,
  .company-table table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .company-table table th {
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 600;
  }
  .company-table table td {
    padding-top: 0;
  }
  .md-philosophy .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-philosophy .flex .item {
    width: 100%;
  }
  .md-philosophy .flex .item:not(:last-child) {
    margin-bottom: 2.5em;
  }
  .md-philosophy .flex .item .ttl {
    font-size: 2.4rem;
  }
  .md-philosophy .flex .item .excerpt {
    font-size: 1.4rem;
  }
  .md-message .ttl {
    font-size: 2rem;
  }
  .md-message .sub {
    font-size: 1.6rem;
  }
  .md-message .excerpt {
    font-size: 1.4rem;
  }
  .md-message .sig img {
    max-width: 200px;
  }
  .md-books .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-books .flex .txt,
  .md-books .flex .thumb {
    width: 100%;
  }
  .md-books .flex .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .md-books .flex .txt .ttl {
    font-size: 2rem;
  }
  .md-books .flex .thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 2em;
  }
  .md-history li {
    font-size: 1.4rem;
  }
  .md-history li span {
    display: block;
  }
  #sub-hero {
    height: 200px;
  }
  #sub-hero .hero-box .sub-hero-txt {
    font-size: 3rem;
  }
  .md-item-slider .item-slider .slick-prev,
  .md-item-slider .item-slider .slick-next {
    z-index: 2;
  }
  .md-item-slider .item-slider .slick-prev::before,
  .md-item-slider .item-slider .slick-next::before {
    font-size: 2.4rem;
  }
  .md-item-slider .item-slider .slick-prev {
    left: -16px;
  }
  .md-item-slider .item-slider .slick-next {
    right: -16px;
  }
  #footer-nav .top-flex a {
    padding: 1.5em;
  }
  #footer-nav .top-flex a .inner-flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  #footer-nav .top-flex a .inner-flex .thumb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  #footer-nav .top-flex a .inner-flex .txt {
    width: 100%;
    padding-right: 0;
  }
  #footer-nav .top-flex a .inner-flex .txt .ttl {
    text-align: center;
  }
  #footer-nav .top-flex a::after {
    right: 1.5em;
  }
  .single-header {
    padding: 7px 15px;
  }
  .single-header .single-ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .single-header .cat,
  .single-header .single-time {
    display: inline-block;
  }
  .single-header .single-time {
    margin-left: 10px;
  }
  .sentry {
    font-size: 1.4rem;
  }
  .sentry h2 {
    font-size: 1.8rem;
  }
  .sentry h3,
  .sentry h4 {
    font-size: 1.6rem;
  }
  #contactform .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  #contactform .flex .item {
    width: 100%;
  }
  .formFlow li {
    height: 40px;
    line-height: 40px;
  }
  .breadcrumbs {
    padding: 0.5em 0;
  }
  .breadcrumbs ol li {
    font-size: 1rem;
  }
  #main.singles {
    padding-top: 2.5em;
  }
  .guideline-table {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #d0d0d0 1px solid;
  }
  .guideline-table tbody,
  .guideline-table tr,
  .guideline-table th,
  .guideline-table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .guideline-table th,
  .guideline-table td {
    border-bottom: none;
  }
  .txt-lead-ttl {
    font-size: 1.6rem;
  }
  .md-index-news-list .row .ttl {
    font-size: 1.6rem;
  }
  .contents-wrap #sidebar-blog {
    padding: 1.5em;
  }
  .md-item-slider-2 .item-slider-2 .slick-prev {
    left: 0;
  }
  .md-item-slider-2 .item-slider-2 .slick-next {
    right: 0;
  }
  .md-lead-text {
    font-size: 1.4rem;
  }
  .md-box-menu .flex .item a .box {
    margin: auto;
  }
  .md-news .item {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    padding: 1em;
  }
  .md-news .item .link {
    width: 100%;
  }
  .md-img-txt-box .flex .item {
    width: 100%;
  }
  .md-img-txt-box .flex .item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .md-img-txt-box .flex .item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .md-img-txt-box .flex .item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .md-img-txt-box .flex .item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .md-img-txt-box .flex .item:nth-child(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .md-img-txt-box .flex .item:nth-child(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .md-img-txt-box .flex .item:nth-child(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .md-img-txt-box .flex .item:nth-child(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .md-styled-img-ttl-box .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-styled-img-ttl-box .flex .item {
    width: 100%;
  }
  .md-styled-img-ttl-box .flex .item:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .md-circle-box .flex .item .ttl {
    font-size: 1.4rem;
  }
  .md-circle-box .flex .item .excerpt {
    font-size: 1.3rem;
  }
  .md-styled-prd-box .flex {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .md-styled-prd-box .flex .item {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .md-styled-prd-box .flex .item .ttl {
    font-size: 1.4rem;
  }
  .md-gallery-pt2 .flex li {
    width: 23%;
    margin-right: 2.666666%;
    margin-bottom: 0.5em;
  }
  .md-gallery-pt2 .flex li:nth-child(6n) {
    margin-right: 2.666666%;
  }
  .md-gallery-pt2 .flex li:nth-child(4n) {
    margin-right: 0;
  }
  .md-slick-box .flex-wrap .box-txt .box .ttl {
    font-size: 1.8rem;
  }
  .md-lead-txt-img .lead-txt-img-ttl {
    font-size: 1.8rem;
  }
  .md-lead-txt-img .lead-txt-img-excerpt {
    font-size: 1.4rem;
  }
  #site-ptn7-footer {
    bottom: 0;
  }
  .md-styled-news .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .md-styled-news .flex .item {
    width: 100%;
  }
  .md-styled-news .flex .item:not(:last-child) {
    margin-bottom: 2em;
  }
  #flexible .flex-img-txt .flex {
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  #flexible .flex-img-txt .flex .item {
    width: 100%;
  }
  #flexible .flex-img-txt.left .flex .thumb {
    margin-bottom: 1em;
  }
  #flexible .flex-cols .flex .item .txtbody {
    font-size: 1.2rem;
  }
  #flexible .section-margin {
    margin-bottom: 1.5em;
  }
  .md-faq dl dt,
  .md-faq dl dd {
    font-size: 1.4rem;
  }
  #flexible .section-margin:not(:last-child) {
    margin-bottom: 2em;
  }
  .sentry {
    font-size: 1.4rem;
  }
  .sentry h2,
  .sentry h3,
  .sentry h4,
  .sentry h5,
  .sentry h6 {
    font-size: 1.6rem;
  }
  .single-header .header-box {
    padding: 7px 15px;
  }
  .single-header .header-box .single-ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .single-header .header-box .meta {
    font-size: 1.2rem;
  }
  .md-linklist .flex li {
    width: 100%;
  }
  .md-flip-list .flex .item {
    width: 100% !important;
  }
  .md-flip-list .flex .item .flip-box {
    padding: 1.5em;
    min-height: 200px;
  }
}/*# sourceMappingURL=style.css.map */