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

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

details {
  display: block;
}

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

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

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

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

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

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

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

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

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
}

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

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

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

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

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

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


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

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

body {
  color: #333;
  font-size: 1.6rem;
  background: #f7f4ed;
}

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

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

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

a:hover {
  text-decoration: none;
}

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

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

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

.wide {
  width: 100%;
  max-width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

.mgb10em {
  margin-bottom: 10em;
}

.fwb {
  font-weight: 700;
}

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

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

.scpd {
  padding: 8em 0;
}

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

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

.content-left {
  float: left;
}

.content-right {
  float: right;
}

.easingWrap .easingFade {
  transform: translateY(40px);
  opacity: 0;
  transition: all 1.5s;
}
.easingWrap .easingFade.on {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::after {
  transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #004098;
}
.easingWrap .easingImg.on::after {
  transform: translateY(101%);
}

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

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

#modal {
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  padding: 160px 40px 0 40px;
  opacity: 0;
  transform: scale(0.9);
  background: #f7f4ed;
  box-sizing: border-box;
}
#modal .modal-inner {
  height: 70vh;
  overflow: auto;
}
#modal .flex-wrap {
  -ms-justify-content: space-betweeen;
  -moz-justify-content: space-betweeen;
  -o-justify-content: space-betweeen;
  justify-content: space-betweeen;
}
#modal .menu {
  width: 30.625%;
  padding-left: max(6.25%, 73.5px);
  margin-right: 3.125%;
  position: relative;
  z-index: 2;
}
#modal .menu ul {
  list-style: none;
}
#modal .menu ul li {
  margin-bottom: 1.5em;
}
#modal .menu ul li a {
  display: block;
  padding: 8px;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
}
#modal .menu ul li a::before {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 8px;
  opacity: 0;
}
#modal .menu ul li a span {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#modal .menu ul li a:hover::before {
  opacity: 1;
  transform: translate3d(0, -120%, 0);
}
#modal .menu ul li a:hover span {
  opacity: 0;
  transform: translate3d(0, -120%, 0);
}
#modal #modal-slick-works {
  width: 100%;
}
#modal #modal-slick-works .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#modal #modal-slick-works .md-slick-works .slick-works-item {
  margin-left: 0;
  width: 30%;
  margin-right: 5%;
}
#modal #modal-slick-works .md-slick-works .slick-works-item:nth-child(3n) {
  margin-right: 0;
}
#modal .md-recommended .row-items .row-item {
  height: 69vh;
  height: 69svh;
}
#modal .md-recommended .row-items .row-item .row-item-info .ttl {
  font-size: 3rem;
}

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

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

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

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

.show .menu-button a .menu-button__icon-wrap .menu-button__icon {
  left: -10px;
  transform: translateX(10px);
  background-color: rgba(0, 0, 0, 0) !important;
}
.show .menu-button a .menu-button__icon-wrap .menu-button__icon::before {
  transform: rotate(45deg) translate(-6px, -6px);
  width: 40px;
  background-color: #333;
  left: 10px;
}
.show .menu-button a .menu-button__icon-wrap .menu-button__icon::after {
  transform: rotate(-45deg) translate(-8px, 8px);
  width: 40px;
  background-color: #333;
  left: 10px;
}
.show .menu-button a .menu-button__txt-wrap {
  opacity: 0;
}

#site-footer .logo {
  text-align: center;
  margin-bottom: 2.5em;
}
#site-footer .footer-nav {
  text-align: center;
  margin-bottom: 2.5em;
}
#site-footer .footer-nav a {
  margin: 0 1.5em;
  display: inline-block;
}
#site-footer .address {
  text-align: center;
}
#site-footer .address address {
  font-size: 1.2rem;
  font-style: normal;
}
#site-footer .local-contribution {
  margin-bottom: 2.5em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#site-footer .local-contribution img {
  width: 70px;
  height: -moz-fit-content;
  height: fit-content;
}

.bg-gray {
  background: #f0f0f0;
}

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

.single-header {
  margin-bottom: 4.5em;
}
.single-header .meta {
  margin-bottom: 1em;
}
.single-header .meta time {
  display: inline-block;
  margin-right: 2em;
}
.single-header .meta .post-category {
  display: inline-block;
  line-height: 1;
  padding: 0.5em 1em;
  color: #00B3ED;
  border: #00B3ED 1px solid;
  font-size: 1.4rem;
  border-radius: 30px;
}
.single-header .single-ttl {
  font-size: 2.4rem;
  font-weight: 500;
}

.sentry .str {
  font-size: 2rem;
}
.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin: 1.5em 0;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry h2 {
  font-size: 2.2rem;
  padding: 0.5em 0;
  border-top: #333 2px solid;
  border-bottom: #333 2px solid;
}
.sentry h3 {
  padding: 0.5em 0.5em 0.5em 0;
  font-size: 2.1rem;
  border-bottom: #333 1px solid;
}
.sentry h4 {
  font-size: 1.8rem;
  padding-left: 1em;
  border-left: #333 7px solid;
}
.sentry blockquote {
  padding: 3em 1em 1em 1em;
  background: #f2f2f2;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "“";
  line-height: 1;
  color: #9C9C9C;
  font-size: 6rem;
  font-weight: bold;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "\f105";
  text-decoration: none;
}
.sentry ul {
  list-style: disc;
  padding-left: 1.2em;
}
.sentry ol {
  padding-left: 1.2em;
}
.sentry ul li, .sentry ol li {
  margin-bottom: 0.5em;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #DDDDDD 1px solid;
  text-align: left;
}
.sentry table th {
  background: #f2f2f2;
}
.sentry img {
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a {
  color: #00B3ED;
  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;
}

.posts .post.sentry {
  padding: 6em;
  background: #fff;
}

.breadcrumbs {
  padding: 1em 0;
}
.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;
}

#contactform .row {
  position: relative;
  margin: 0 0 6px;
  margin: 0 0 10px;
  border-bottom: 1px solid #333;
}
#contactform .row::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #000;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.3s;
}
#contactform .row:hover::before, #contactform .row.focused::before {
  transform: scaleX(1);
}
#contactform .row label {
  position: absolute;
  top: 25px;
  left: 0px;
  width: 100%;
  color: #A4A5A6;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  transition: 0.2s all;
  pointer-events: none;
  display: block;
}
#contactform .row input {
  outline: none !important;
}
#contactform .row input[type=text],
#contactform .row input[type=email] {
  display: block;
  box-shadow: none;
  padding: 42px 10px 16px 0px;
  width: 100%;
  border: none;
  color: #111111;
  line-height: 22px;
  font-size: 20px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
}
#contactform .row select {
  margin-top: 30px;
  display: block;
  padding: 1em 1em 1em 0;
  box-sizing: border-box;
  width: 100%;
}
#contactform .row .select-wrap {
  position: relative;
}
#contactform .row .select-wrap::before {
  position: absolute;
  right: 1em;
  top: 40%;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #A4A5A6;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
#contactform .row textarea {
  padding: 0 0px 12px;
  width: 100% !important;
  height: 146px;
  resize: none;
  box-shadow: none;
  border: none;
  color: #111111;
  font-size: 18px;
  margin-top: 40px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
}
#contactform .row.select-detail {
  padding-top: 1em;
}
#contactform .row.select-detail label {
  top: 24px;
}
#contactform .row.input-file {
  margin-top: 30px;
  height: 48px;
}
#contactform .row.input-file label {
  display: flex;
  align-items: center;
  top: 8px;
  line-height: 24px;
  letter-spacing: -0.2px;
  padding: 7.5px 7px 7.5px 0;
}
#contactform .row.input-file input {
  box-shadow: none;
  padding: 42px 10px 16px 0px;
  width: 100%;
  border: none;
  color: #333;
  line-height: 22px;
  font-size: 20px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contactform .row.input-file:hover label {
  color: #333;
}
#contactform .row.focused:not(.input-file) label {
  top: 8px;
  transition: 0.2s all;
  font-size: 1.4rem;
}
#contactform .row.input-on:not(.input-file) label {
  top: 8px !important;
  transition: 0.2s all !important;
  font-size: 1.4rem !important;
}
#contactform .row.file-attached label {
  color: #333;
}
#contactform .row .mwform-file-delete {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 2.4rem;
}
#contactform .btns {
  margin-top: 3.5em;
  text-align: center;
}

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

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

#top {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 40px 40px 0;
  /*pointer-events: none;*/
  transition: all 0.5s ease;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  z-index: 100;
  color: #fff;
}
#top .flex-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
#top .flex-wrap .logo {
  width: 250px;
  position: fixed;
  top: 40px;
  left: 40px;
}
#top .flex-wrap .logo a {
  display: block;
  position: relative;
}
#top .flex-wrap .logo a span {
  transition: all 0.5s ease;
  display: block;
  position: relative;
  width: 100%;
}
#top .flex-wrap .gnav {
  width: 380px;
  margin-left: auto;
  margin-right: 120px;
  transition: all 0.5s ease;
}
#top .flex-wrap .gnav ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
  visibility: visible;
}
#top .flex-wrap .gnav ul li {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
#top .flex-wrap .gnav ul li a {
  color: #fff;
  display: block;
  height: 1.5em;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
}
#top .flex-wrap .gnav ul li a span.en, #top .flex-wrap .gnav ul li a span.ja {
  display: block;
  line-height: 1.2;
  transition: all 0.5s ease;
}
#top .flex-wrap .gnav ul li a span.en {
  filter: blur(3px);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0.2em;
  visibility: hidden;
}
#top .flex-wrap .gnav ul li a:hover span.ja {
  filter: blur(3px);
  opacity: 0;
  visibility: hidden;
}
#top .flex-wrap .gnav ul li a:hover span.en {
  filter: blur(0);
  opacity: 1;
  visibility: visible;
}
#top.is_fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.75);
}

.show #top .flex-wrap {
  /*
  .logo{
  	a{
  		span{
  			&.default{
  				-webkit-filter: blur(3px);
  				filter: blur(3px);
  				opacity: 0;
  				visibility: hidden;
  			}
  			&.show-menu{
  				-webkit-filter: blur(0);
  				filter: blur(0);
  				opacity: 1;
  				visibility: visible;
  			}
  		}
  	}
  }
  */
}
.show #top .flex-wrap::before {
  width: 100%;
}
.show #top .flex-wrap .gnav {
  transform: translateY(-200%);
}
.show #top .menu-button {
  background: rgba(0, 0, 0, 0);
}

#home {
  overflow: hidden;
}

#hero {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  /*
  &::before{
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	content: "";
  	background: rgba(0,0,0,0.3);
  	z-index: 1;
  }
  */
}
#hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  animation: chgSepia 3s infinite alternate ease-in-out;
}
@keyframes chgSepia {
  0% {
    backdrop-filter: sepia(1);
    -webkit-backdrop-filter: sepia(1);
    opacity: 1;
  }
  100% {
    backdrop-filter: sepia(0);
    -webkit-backdrop-filter: sepia(0);
    opacity: 0;
  }
}

.sec-header {
  margin-bottom: 1em;
}
.sec-header .sec-header-inner {
  display: inline-block;
}
.sec-header .sec-sub {
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
.sec-header .sec-ttl {
  font-size: 1.6rem;
  text-align: right;
  letter-spacing: 0.07em;
  font-weight: 500;
}
.sec-header .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.sec-header .flex .more {
  width: 180px;
}
.sec-header.centered .sec-sub {
  text-align: center;
}
.sec-header.centered .sec-ttl {
  text-align: center;
}
.sec-header.dark .sec-sub,
.sec-header.dark .sec-ttl {
  color: #fff;
}

.btn {
  display: block;
  position: relative;
  padding-bottom: 13px;
}
.btn::before {
  display: block;
  width: 100%;
  height: 6px;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
}
.btn::after {
  display: block;
  width: 40px;
  height: 1px;
  content: "";
  position: absolute;
  left: 2px;
  bottom: 0;
  background: #333;
}
.btn.light {
  color: #fff;
}
.btn.light::before {
  border-color: #fff;
}
.btn.light::after {
  background: #fff;
}
.btn:hover::before {
  animation: btn-slide 0.8s;
}
@keyframes btn-slide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

#index-about .top {
  margin-bottom: 8em;
}
#index-about .flex-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#index-about .flex-wrap .heading {
  width: 45%;
  position: relative;
}
#index-about .flex-wrap .heading::before {
  position: absolute;
  width: 266px;
  height: 266px;
  top: -5em;
  left: -8.3em;
  content: "";
  background: url(images/logo-badge.svg);
  background-size: cover;
  opacity: 0.2;
}
#index-about .flex-wrap .heading .sec-header,
#index-about .flex-wrap .heading .lead,
#index-about .flex-wrap .heading .lead-excerpt {
  position: relative;
}
#index-about .flex-wrap .heading .lead {
  font-size: 3rem;
  text-align: left;
}
#index-about .flex-wrap .heading .lead strong {
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: -0.07em;
}
#index-about .flex-wrap .heading .lead-excerpt {
  padding-top: 1.5em;
  font-size: 1.8rem;
}
#index-about .flex-wrap .txt {
  width: 45%;
}
#index-about .flex-wrap .txt .excerpt {
  line-height: 2.4;
  margin-bottom: 4.5em;
}
#index-about .flex-wrap .txt .more .flex {
  list-style: none;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#index-about .flex-wrap .txt .more .flex li {
  width: 25%;
}
#index-about .flex-wrap .txt .more ul {
  list-style: none;
}
#index-about .flex-wrap .txt .more ul li:not(:last-child) {
  margin-bottom: 2.5em;
}
#index-about .flex-wrap .txt .more ul li a {
  display: inline-block;
  box-sizing: border-box;
  min-width: 150px;
  padding-right: 4em;
}
#index-about .bottom {
  position: relative;
}
#index-about .bottom .photo-1,
#index-about .bottom .photo-2,
#index-about .bottom .photo-3,
#index-about .bottom .photo-5 {
  display: inline-block;
}
#index-about .bottom .photo-1 img,
#index-about .bottom .photo-2 img,
#index-about .bottom .photo-3 img,
#index-about .bottom .photo-5 img {
  filter: sepia(100%);
  transition: all ease-in-out 0.2s;
}
#index-about .bottom .photo-1 img:hover,
#index-about .bottom .photo-2 img:hover,
#index-about .bottom .photo-3 img:hover,
#index-about .bottom .photo-5 img:hover {
  filter: sepia(0);
  transform: translateY(-25px);
}
#index-about .bottom .photo-2 {
  position: absolute !important;
  top: 100px !important;
  right: 0 !important;
  left: inherit !important;
  bottom: inherit !important;
  text-align: right;
}
#index-about .bottom .photo-3 {
  position: absolute !important;
  top: 390px !important;
  right: 290px !important;
  left: inherit !important;
  bottom: inherit !important;
  text-align: right;
}
#index-about .bottom .photo-4 {
  position: relative;
  margin-top: 24em;
  width: 100%;
  height: 500px;
  background: url(images/img_index_about_04-2.jpg) no-repeat center center fixed;
  background-size: cover;
}
#index-about .bottom .photo-4 img {
  display: none;
}
#index-about .bottom .photo-5 {
  position: absolute !important;
  top: 530px !important;
  left: 160px !important;
  right: inherit !important;
  bottom: inherit !important;
}
#index-about .bottom #layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.md-recommended {
  width: 100%;
  height: 100%;
  position: relative;
}
.md-recommended .row-items {
  position: relative;
  z-index: 2;
}
.md-recommended .row-items .row-item {
  width: 33.333333%;
  height: 800px;
  box-sizing: border-box;
  border-right: #fff 1px solid;
  position: relative;
  display: flex;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.md-recommended .row-items .row-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.md-recommended .row-items .row-item:nth-child(3n) {
  border-right: none;
}
.md-recommended .row-items .row-item .row-item-info {
  padding: 3.5em 2.5em 3.5em 5em;
  color: #fff;
  position: relative;
}
.md-recommended .row-items .row-item .row-item-info .ttl {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.md-recommended .row-items .row-item .row-item-info .excerpt {
  font-size: 1.5rem;
  margin-bottom: 2em;
}
.md-recommended .gallery-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.md-recommended .gallery-items::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.md-recommended .gallery-items .gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all ease 0.7s;
  transform: scale(1.1, 1.1);
  opacity: 0;
}
.md-recommended .gallery-items .gallery-item.current-item {
  transform: scale(1, 1);
  opacity: 1;
}
.md-recommended .gallery-items #recommended-item-0 {
  background-image: url(images/AdobeStock_353407986.jpg);
}
.md-recommended .gallery-items #recommended-item-1 {
  background-image: url(images/AdobeStock_209600341.jpg);
}
.md-recommended .gallery-items #recommended-item-2 {
  background-image: url(images/AdobeStock_247939890.jpg);
}

#index-service .sec-header {
  margin-bottom: 3em;
}

.md-slick-works .slick-works-item {
  width: 34.895833%;
  margin-left: 80px;
}
.md-slick-works .slick-works-item .thumb {
  margin-bottom: 2em;
  overflow: hidden;
}
.md-slick-works .slick-works-item .thumb img {
  transition: all 0.2s ease;
}
.md-slick-works .slick-works-item .thumb a:hover img {
  transform: scale(1.1);
}
.md-slick-works .slick-works-item .meta {
  margin-bottom: 0.5em;
}
.md-slick-works .slick-works-item .meta .post-category {
  display: inline-block;
  line-height: 1;
  padding: 0.5em 1em;
  color: #00B3ED;
  border: #00B3ED 1px solid;
  font-size: 1.4rem;
  border-radius: 30px;
}
.md-slick-works .slick-works-item .ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.md-slick-works .slick-works-item .excerpt {
  font-size: 1.4rem;
  margin-bottom: 2em;
}
.md-slick-works.with-flex .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-slick-works.with-flex .flex .slick-works-item {
  width: 31%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-bottom: 3.5em;
}
.md-slick-works.with-flex .flex .slick-works-item:nth-child(3n) {
  margin-right: 0;
}

#index-works .sec-header {
  margin-bottom: 3.5em;
}
#index-works .archive-more {
  text-align: center;
  padding-top: 6em;
}

.md-news .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-news .flex .item {
  display: block;
  width: 28.90625%;
  margin-right: 6.640625%;
}
.md-news .flex .item:nth-child(3n) {
  margin-right: 0;
}
.md-news .flex .item a {
  display: block;
}
.md-news .flex .item a:hover .thumb img {
  transform: scale(1.1);
}
.md-news .flex .item .thumb {
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}
.md-news .flex .item .thumb img {
  transition: all 0.2s ease;
}
.md-news .flex .item .thumb .cat {
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 0.7em 1.5em;
  position: absolute;
  right: 0;
  bottom: 40px;
}
.md-news .flex .item .txt {
  padding-bottom: 1.5em;
  position: relative;
}
.md-news .flex .item .txt::after {
  display: block;
  width: 100px;
  height: 1px;
  content: "";
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-news .flex .item .txt .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.md-news .flex .item .txt time {
  display: block;
  font-size: 1.2rem;
}
.md-news.cols .flex .item {
  margin-bottom: 3.5em;
}

.md-news-simple .item {
  padding: 1em 2.5em;
  border-right: #d0d0d0 1px solid;
  border-left: #d0d0d0 1px solid;
  border-bottom: #d0d0d0 1px solid;
  background: #fff;
  transition: all ease-in-out 0.2s;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.md-news-simple .item:first-child {
  border-top: #d0d0d0 1px solid;
}
.md-news-simple .item:hover {
  background: #F0F0F0;
}
.md-news-simple .item .date {
  font-size: 1.4rem;
  font-weight: 500;
}
.md-news-simple .item .cat {
  width: 120px;
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.3rem;
}
.md-news-simple .item .cat a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  background: #00B3ED;
  box-sizing: border-box;
  color: #fff;
}
.md-news-simple .item .link {
  font-size: 1.4rem;
}
.md-news-simple .item .link a:hover {
  text-decoration: underline;
}

#index-news .sec-header {
  margin-bottom: 3.5em;
}

.sec-inner {
  max-width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 6em 0;
  position: relative;
}
.sec-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}
.sec-inner .inner,
.sec-inner .min {
  position: relative;
}

.md-contact .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-contact .flex .item {
  width: 48%;
}
.md-contact .flex .item .ttl {
  padding: 1em;
  background: #fff;
  text-align: center;
  margin-bottom: 1px;
  letter-spacing: 0.07em;
  font-size: 1.8rem;
}
.md-contact .flex .item .txt {
  padding: 2.5em;
  background: #fff;
  text-align: center;
}
.md-contact .flex .item .txt .tel {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
}
.md-contact .flex .item .txt .tel span {
  font-size: 1.8rem;
}
.md-contact .flex .item .txt .fax {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
.md-contact .flex .item .txt .fax span {
  font-size: 1.8rem;
}
.md-contact .flex .item .txt.contact-btn {
  padding-top: 3.5em;
}

.btn-box {
  display: inline-block;
  min-width: 300px;
  height: 45px;
  line-height: 45px;
  position: relative;
}
.btn-box::before {
  width: 1px;
  height: 45px;
  position: absolute;
  right: -7px;
  bottom: -8px;
  content: "";
  background: #333;
}
.btn-box::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  right: -7px;
  content: "";
  background: #333;
}
.btn-box span {
  display: block;
  transition: all 0.2s ease;
  position: relative;
  border: #333 1px solid;
  text-align: center;
}
.btn-box:hover span {
  transform: translateY(6px) translateX(7px);
}
.btn-box.light::before, .btn-box.light::after {
  background: #fff;
}
.btn-box.light span {
  border-color: #fff;
  color: #fff;
}
.btn-box.fill span {
  background: #fff;
  color: #333;
}

#index-contact {
  margin-bottom: 4.5em;
}
#index-contact .sec-header {
  margin-bottom: 3.5em;
}
#index-contact .sec-inner {
  background-image: url(images/AdobeStock_353157891.jpg);
}

.md-banner .excerpt {
  color: #fff;
  text-align: center;
  margin-bottom: 2.5em;
}
.md-banner .more {
  text-align: center;
}
.md-banner .more .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.md-banner .more .flex .btn-box {
  margin: 0 1.5em;
  height: 60px;
  line-height: 60px;
}

#index-sns {
  margin-bottom: 6em;
}
#index-sns .flex-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#index-sns .flex-wrap .sec-header {
  display: inline-block;
}
#index-sns .flex-wrap .insta {
  width: 55%;
}
#index-sns .flex-wrap .facebook {
  width: 40%;
}

#index-recruit .sec-header {
  margin-bottom: 2.5em;
}
#index-recruit .sec-inner {
  background-image: url(images/pexels-luis-quintero-2425132.jpg);
}

#index-local {
  margin-top: 4.5em;
}
#index-local .inner {
  max-width: calc(100% - 160px);
}
#index-local .local-item {
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 1.25em;
  padding-bottom: 0.75em;
}
#index-local .local-item .local-item-inner {
  border: #333 1px solid;
  padding: 1.75em;
  position: relative;
}
#index-local .local-item .local-item-inner .local-item-txt {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
  background-color: white;
}
#index-local .local-item .local-item-inner .local-img-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#index-local .local-item .local-item-inner .local-img-flex img {
  height: 70px;
}
#index-local br.block-sp {
  display: none;
}

#side-btn {
  width: 60px;
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 4;
}
#side-btn ul {
  list-style: none;
}
#side-btn ul li {
  border: #333 1px solid;
  border-right: none;
  box-sizing: border-box;
  width: 60px;
}
#side-btn ul li:not(:last-child) {
  margin-bottom: 5px;
}
#side-btn ul li a {
  background: #F7F4ED;
  display: block;
  text-align: center;
  padding: 2em 0;
}
#side-btn ul li a .rl {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}
#side-btn ul li a .rl svg {
  width: 28px;
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  left: -3px;
}
#side-btn ul li a .rl img {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  left: -3px;
}
#side-btn ul li a img {
  transition: all ease-in-out 0.4s;
}
#side-btn ul li a:hover {
  background: #333;
  color: #fff;
}
#side-btn ul li a:hover .cls-1 {
  fill: #fff;
}
#side-btn ul li a:hover img {
  opacity: 0.75;
}

#subpage {
  padding-top: 120px;
}
#subpage .menu-button a .menu-button__icon-wrap .menu-button__icon {
  background: #333;
}
#subpage .menu-button a .menu-button__icon-wrap .menu-button__icon::before, #subpage .menu-button a .menu-button__icon-wrap .menu-button__icon::after {
  background: #333;
}

#sub-hero {
  padding: 40px 40px 0 40px;
}
#sub-hero .sub-hero-ttl {
  font-size: 6rem;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.07em;
  margin-bottom: 1em;
}
#sub-hero .sub-hero-ttl::first-letter {
  text-transform: uppercase;
}
#sub-hero .sub-hero-ttl span {
  display: inline-block;
  text-align: right;
  font-size: 1.8rem;
  margin-left: 1.5em;
}
#sub-hero .thumb {
  height: 450px;
  background-size: cover;
  background-position: center center;
  background-color: #ccc;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}
#sub-hero .thumb .thumb-ttl {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 3.6rem;
  font-weight: 500;
}
#sub-hero .thumb .thumb-ttl .char {
  display: inline-block;
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.3);
  transform-origin: center 80%;
}
#sub-hero .thumb .thumb-ttl.on .char {
  opacity: 1;
  will-change: filter;
  filter: blur(0);
  transform: scale(1);
  transition: opacity 2550ms, filter 2550ms cubic-bezier(0.19, 1, 0.22, 1), transform 2550ms cubic-bezier(0.19, 1, 0.22, 1);
}
#sub-hero.dark .thumb {
  position: relative;
}
#sub-hero.dark .thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.65);
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(1) {
  transition-delay: 100ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(2) {
  transition-delay: 200ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(3) {
  transition-delay: 300ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(4) {
  transition-delay: 400ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(5) {
  transition-delay: 500ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(6) {
  transition-delay: 600ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(7) {
  transition-delay: 700ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(8) {
  transition-delay: 800ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(9) {
  transition-delay: 900ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(10) {
  transition-delay: 1000ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(11) {
  transition-delay: 1100ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(12) {
  transition-delay: 1200ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(13) {
  transition-delay: 1300ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(14) {
  transition-delay: 1400ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(15) {
  transition-delay: 1500ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(16) {
  transition-delay: 1600ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(17) {
  transition-delay: 1700ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(18) {
  transition-delay: 1800ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(19) {
  transition-delay: 1900ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(20) {
  transition-delay: 2000ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(21) {
  transition-delay: 2100ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(22) {
  transition-delay: 2200ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(23) {
  transition-delay: 2300ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(24) {
  transition-delay: 2400ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(25) {
  transition-delay: 2500ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(26) {
  transition-delay: 2600ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(27) {
  transition-delay: 2700ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(28) {
  transition-delay: 2800ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(29) {
  transition-delay: 2900ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(30) {
  transition-delay: 3000ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(31) {
  transition-delay: 3100ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(32) {
  transition-delay: 3200ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(33) {
  transition-delay: 3300ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(34) {
  transition-delay: 3400ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(35) {
  transition-delay: 3500ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(36) {
  transition-delay: 3600ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(37) {
  transition-delay: 3700ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(38) {
  transition-delay: 3800ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(39) {
  transition-delay: 3900ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(40) {
  transition-delay: 4000ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(41) {
  transition-delay: 4100ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(42) {
  transition-delay: 4200ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(43) {
  transition-delay: 4300ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(44) {
  transition-delay: 4400ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(45) {
  transition-delay: 4500ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(46) {
  transition-delay: 4600ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(47) {
  transition-delay: 4700ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(48) {
  transition-delay: 4800ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(49) {
  transition-delay: 4900ms;
}

#sub-hero .thumb .thumb-ttl.on .char:nth-of-type(50) {
  transition-delay: 5000ms;
}

#contents {
  margin-top: 6em;
}
#contents .content-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#contents .content-flex .sec-navi {
  width: 20%;
}
#contents .content-flex #main {
  width: 75%;
  box-sizing: border-box;
  padding-right: 5%;
}

.sticky-nav {
  position: sticky;
  top: 0;
}

.sec-navi .sec-navi-ttl {
  font-size: 2.4rem;
  margin-bottom: 1em;
  font-weight: 500;
}
.sec-navi .sticky-nav {
  top: 200px;
}
.sec-navi .widget:not(:last-child) {
  margin-bottom: 3.5em;
  padding-bottom: 3.5em;
  border-bottom: #d0d0d0 1px solid;
}

.sec-thumb {
  max-height: 600px;
}
.sec-thumb img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.md-crop ul {
  list-style: none;
  transition: all 0.5s ease;
  visibility: visible;
}
.md-crop ul li {
  font-size: 1.4rem;
}
.md-crop ul li:not(:last-child) {
  margin-bottom: 2em;
}
.md-crop ul li a {
  display: block;
  height: 1.5em;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
}
.md-crop ul li a span.en, .md-crop ul li a span.ja {
  display: block;
  line-height: 1.2;
  transition: all 0.5s ease;
}
.md-crop ul li a span.en {
  filter: blur(3px);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0.2em;
  visibility: hidden;
}
.md-crop ul li a:hover span.ja {
  filter: blur(3px);
  opacity: 0;
  visibility: hidden;
}
.md-crop ul li a:hover span.en {
  filter: blur(0);
  opacity: 1;
  visibility: visible;
}
.md-crop ul li a.is-active {
  text-decoration: underline;
}

.section-row {
  padding-top: 2.5em;
  border-top: #333 1px solid;
}
.section-row:not(:last-child) {
  margin-bottom: 6em;
}

.sec-divider {
  margin-bottom: 5em;
  letter-spacing: 0.07em;
}
.sec-divider .ttl {
  font-size: 3.6rem;
  font-weight: 500;
}

.content-header {
  margin-bottom: 2.5em;
}
.content-header .content-ttl {
  letter-spacing: 0.07em;
  font-weight: 500;
  font-size: 3rem;
  color: #004098;
}
.content-header .content-sub {
  font-weight: 500;
  letter-spacing: 0.07em;
}

.md-num-list {
  margin-top: 3em;
  margin-bottom: 3em;
}
.md-num-list ol {
  list-style: none;
  counter-reset: number;
}
.md-num-list ol li {
  padding-left: 60px;
  position: relative;
  padding-bottom: 2.5em;
  border-bottom: #d0d0d0 1px solid;
}
.md-num-list ol li:not(:last-child) {
  margin-bottom: 2.5em;
}
.md-num-list ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  background: #71C7D5;
  top: -3px;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
}
.md-num-list ol li .ttl {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1em;
}
.md-num-list ol li .ttl.no-mgb {
  margin-bottom: 0;
}
.md-num-list ol li .excerpt {
  font-size: 1.4rem;
}

.styled-tbl {
  background: none;
}
.styled-tbl th,
.styled-tbl td {
  padding: 1.5em;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
}
.styled-tbl tr {
  border-bottom: #333 1px solid;
}
.styled-tbl th {
  width: 200px;
}

#company-company .styled-tbl {
  margin-bottom: 6em;
}
#company-company #index-contact,
#company-company #index-recruit {
  padding: 6em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
#company-company #index-contact::before,
#company-company #index-recruit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}
#company-company #index-contact .simple-ttl,
#company-company #index-recruit .simple-ttl {
  position: relative;
  color: #fff;
  text-align: center;
}
#company-company #index-contact {
  background-image: url(images/AdobeStock_353157891.jpg);
}
#company-company #index-contact .md-contact {
  position: relative;
}
#company-company #index-recruit {
  background-image: url(images/AdobeStock_298891216.jpg);
}
#company-company #index-recruit .md-banner {
  position: relative;
}

.simple-ttl {
  font-size: 2.4rem;
  margin-bottom: 1.5em;
  font-weight: 500;
}

.md-thumbs .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-thumbs .flex .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.3em;
  overflow: hidden;
}
.md-thumbs .flex .item:nth-child(3n) {
  margin-right: 0;
}
.md-thumbs .flex .item a img {
  transition: all 0.3s ease-in-out;
  filter: sepia(100%);
}
.md-thumbs .flex .item a:hover img {
  filter: unset;
}

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

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

#recruit-top {
  margin-bottom: 6em;
}

.custom-lead .ttl {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 1em;
}
.custom-lead .excerpt {
  text-align: center;
  line-height: 2.4;
  margin-bottom: 3.5em;
}
.custom-lead .thumb {
  text-align: center;
}
.custom-lead .thumb-wide {
  height: 400px;
}
.custom-lead .thumb-wide img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.md-styled-content {
  margin-bottom: 3.5em;
}
.md-styled-content .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-styled-content .flex .left {
  width: 35%;
}
.md-styled-content .flex .left .lead {
  font-size: 2.4rem;
  line-height: 1.6;
}
.md-styled-content .flex .right {
  width: 55%;
}

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

.md-rec-detail {
  border-bottom: #333 1px solid;
}
.md-rec-detail dl {
  display: flex;
  border-top: 1px #333 solid;
}
.md-rec-detail dl dt,
.md-rec-detail dl dd {
  box-sizing: border-box;
  padding: 1em 2.5em;
}
.md-rec-detail dl dt {
  display: flex;
  background: #fff;
  width: 250px;
  font-weight: 400;
  border-bottom: #fff 1px solid;
  text-align: left;
}
.md-rec-detail dl dd {
  width: calc(100% - 140px);
  line-height: 2;
  border-right: #333 1px solid;
}

#contactform2 .row {
  margin-bottom: 2em;
}
#contactform2 .ttl {
  color: #000;
  margin-bottom: 0.5em;
}
#contactform2 .ttl a {
  text-decoration: underline;
}
#contactform2 .sub {
  margin-bottom: 1em;
  font-size: 1.4rem;
  padding: 0.5em 1em;
  background: #f0f0f0;
}
#contactform2 .sub.mgt {
  margin-top: 1em;
}
#contactform2 .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#contactform2 .flex .item {
  width: 48%;
}
#contactform2 input[type=text], #contactform2 input[type=password], #contactform2 input[type=email], #contactform2 input[type=url], #contactform2 input[type=tel], #contactform2 input[type=number], #contactform2 input[type=range], #contactform2 input[type=date], #contactform2 textarea, #contactform2 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;
}
#contactform2 .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;
}
#contactform2 .selection-box::before, #contactform2 .selection-box::after {
  content: "";
  pointer-events: none;
  position: absolute;
}
#contactform2 .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);
}
#contactform2 .selection-box::after {
  width: 48px;
  height: 47px;
  right: 0px;
  top: 1px;
  border-left: 1px solid #e3e3e3;
  background: #fff;
}
#contactform2 .selection-box select {
  background: #fff;
  display: block;
  padding: 12px 0;
  width: 100%;
  box-sizing: border-box;
}
#contactform2 .selection-box select:focus {
  outline: none;
}
#contactform2 .selection-box.inline {
  display: inline-block;
  width: auto;
  min-width: 120px;
  margin-right: 5px;
  margin-left: 5px;
}
#contactform2 .btns {
  text-align: center;
}
#contactform2 input[type=submit] {
  display: inline-block;
  padding: 15px 3em;
  font-size: 1.4rem;
  background: #004098;
  color: #fff;
  cursor: pointer;
}
#contactform2 span.wpcf7-not-valid-tip,
#contactform2 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;
}
#contactform2 span.wpcf7-not-valid-tip:before,
#contactform2 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;
}
#contactform2.border .row {
  padding-bottom: 2em;
  border-bottom: #ddd 1px dashed;
}
#contactform2 .half {
  width: 50%;
}
#contactform2 .narrow {
  width: 25%;
}
#contactform2 .row-box {
  padding: 1em;
  margin-bottom: 0.5em;
  background: #f8f8f8;
}
#contactform2 .row-box .flx {
  display: flex;
}
#contactform2 .row-box .flx .item {
  width: 35%;
  margin-right: 2%;
}
#contactform2 .row-box .flx .item:nth-child(3n) {
  margin-right: 0;
  width: 15%;
}
#contactform2 .table .th {
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
#contactform2 .table .td {
  padding-left: 1.5em;
}
#contactform2 .pdn-row {
  padding: 1.5em;
  border: #d0d0d0 1px solid;
  margin-bottom: 2.5em;
  background: #eeffff;
  color: #00B3ED;
  font-weight: 400;
}
#contactform2 .md-timeline {
  margin-bottom: 4.5em;
}
#contactform2 ul.circle {
  font-size: 1.4rem;
  padding-left: 2.5em;
}
#contactform2 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;
  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;
}

#tabs {
  margin-bottom: 3.5em;
}
#tabs ul {
  list-style: none;
  text-align: center;
  border-bottom: #333 1px solid;
}
#tabs ul li {
  display: inline-block;
  margin: 0 0.5em -1px 0.5em;
}
#tabs ul li a {
  display: block;
  padding: 1em 2em;
  border: #333 1px solid;
}
#tabs ul li a:hover, #tabs ul li a.current-tab {
  background: #333;
  color: #fff;
}

#panels .panel:not(:first-child) {
  display: none;
}

.rec-ttl {
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 2em;
  color: #004098;
}

.md-works-slider {
  margin-bottom: 3.5em;
  padding-bottom: 3.5em;
  border-bottom: #333 1px solid;
}
.md-works-slider .works-slider .slick-prev,
.md-works-slider .works-slider .slick-next {
  z-index: 3;
  width: 40px;
  height: 40px;
}
.md-works-slider .works-slider .slick-prev::before,
.md-works-slider .works-slider .slick-next::before {
  display: none;
}
.md-works-slider .works-slider .slick-prev::after,
.md-works-slider .works-slider .slick-next::after {
  display: block;
  width: 40px;
  height: 40px;
  content: "";
}
.md-works-slider .works-slider .slick-prev {
  left: 0;
}
.md-works-slider .works-slider .slick-prev::after {
  background: url(images/prev.png) no-repeat 0 0;
}
.md-works-slider .works-slider .slick-next {
  right: 0;
}
.md-works-slider .works-slider .slick-next::after {
  background: url(images/next.png) no-repeat 0 0;
}

.works-sentry {
  margin-bottom: 4.5em;
}

.works-table {
  margin-bottom: 3.5em;
  padding-bottom: 3.5em;
  border-bottom: #333 1px solid;
}
.works-table table th,
.works-table table td {
  padding: 1em 2em;
  font-weight: 400;
  border: #d0d0d0 1px solid;
}
.works-table table th {
  background: #FBF9F6;
}

.works-before-after .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.works-before-after .flex .before,
.works-before-after .flex .after {
  width: 47%;
}
.works-before-after .flex .before .txt,
.works-before-after .flex .after .txt {
  text-align: center;
  padding: 1em;
  background: #f0f0f0;
  font-size: 2.4rem;
  border: #d0d0d0 1px solid;
  border-top: none;
}
.works-before-after .flex .after .txt {
  background: #FBF9F6;
}

#footer-btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#footer-btn .flex {
  list-style: none;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#footer-btn .flex li {
  width: 50%;
  box-sizing: border-box;
}
#footer-btn .flex li a {
  display: block;
  height: 45px;
  line-height: 45px;
  border: #333 1px solid;
  border-bottom: none;
  background: #F7F4ED;
  text-align: center;
}
#footer-btn .flex li a img {
  display: inline-block;
  max-width: 25px;
  margin-right: 8px;
}
#footer-btn .flex li:nth-child(1) a {
  border-left: none;
}
#footer-btn .flex li:nth-child(2) a {
  border-left: none;
  border-right: none;
}
#footer-btn .flex li.full {
  width: 100%;
}
#footer-btn .flex li.full a {
  border-left: none;
  border-right: none;
  background: #E0F2F5;
}

.works-step {
  margin-bottom: 3.5em;
  padding-bottom: 3.5em;
  border-bottom: #d0d0d0 1px dashed;
}

.md-recruit-works .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-recruit-works .item {
  width: 32%;
  margin-right: 2%;
  border: #333 1px solid;
  margin-bottom: 1.5em;
  /*
  .thumb{
  	overflow: hidden;
  	img{
  		height: 400px;
  		width: 100%;
  		object-fit: cover;
  	}
  }
  */
}
.md-recruit-works .item:nth-child(3n) {
  margin-right: 0;
}
.md-recruit-works .item .ttl {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 0.5em;
}
.md-recruit-works .item .excerpt {
  padding: 1.5em 0;
}
.md-recruit-works .item .centered {
  text-align: center;
}
.md-recruit-works .item .thumb {
  position: relative;
}
.md-recruit-works .item .thumb .btn-box {
  position: absolute;
  bottom: 2.5em;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 70%;
}
.md-recruit-works .item .thumb .btn-box span {
  color: #333;
  background: #fff;
}
.md-recruit-works .item ul {
  padding: 1.5em 1em 1.5em 2.5em;
}

.md-growth-chart .flex {
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.md-growth-chart .flex .item {
  width: 20%;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-growth-chart .flex .item .ttl {
  order: 2;
  text-align: center;
  padding: 1em;
  background: #333;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
}
.md-growth-chart .flex .item .chart {
  order: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5em;
}
.md-growth-chart .flex .item .chart ul {
  padding-left: 1.2em;
  list-style: circle;
}
.md-growth-chart .flex .item .chart ul li {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.md-growth-chart .flex .item .thumb {
  order: 3;
}
.md-growth-chart .flex .item:nth-child(1) .chart {
  background: #fecbd2;
}
.md-growth-chart .flex .item:nth-child(2) .chart {
  background: #cdecef;
  min-height: 300px;
}
.md-growth-chart .flex .item:nth-child(3) .chart {
  background: #ffe6c5;
  min-height: 450px;
}
.md-growth-chart .flex .item:nth-child(4) .chart {
  background: #cde8d5;
  min-height: 540px;
}
.md-growth-chart .flex .item:nth-child(5) .chart {
  background: #e4c7e3;
  min-height: 650px;
}

.more-works {
  margin-top: 3.5em;
  margin-bottom: 4.5em;
}

.sig {
  text-align: right !important;
}
.sig span {
  font-family: "ab-ootori", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin-left: 1em;
  font-size: 2.4rem;
}

.md-philosophy .top-ttl {
  font-size: 4.2rem;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.md-philosophy .top-lead {
  font-size: 2rem;
  line-height: 2.4;
  margin-bottom: 2em;
}

.md-thumbs-list .flex .item {
  width: 20%;
  box-sizing: border-box;
  padding: 3px;
}

#left-btn {
  position: fixed;
  left: 0;
  bottom: 10px;
  width: 60px;
  box-sizing: border-box;
  border-top: #00B3ED 1px solid;
  border-right: #00B3ED 1px solid;
  border-bottom: #00B3ED 1px solid;
  z-index: 4;
}
#left-btn a {
  display: block;
  text-align: center;
  padding: 2em 0;
  background: #E0F2F5;
  position: relative;
}
#left-btn a::before, #left-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #1da1f2;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 2s linear infinite;
}
#left-btn a::after {
  animation-delay: 1s;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5, 1.1);
    opacity: 0;
  }
}
#left-btn a span {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}
#left-btn a span svg {
  width: 28px;
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  left: -3px;
}
#left-btn a:hover {
  background: #00B3ED;
  color: #fff;
}
#left-btn a:hover span svg path {
  stroke: #fff;
}

.hidden-content {
  display: none;
}

@media screen and (max-width: 1680px) {
  #company-company #index-contact, #company-company #index-recruit {
    padding: 3em;
  }
  #company-company .md-contact .flex .item .txt .tel {
    font-size: 3rem;
  }
  #company-company #index-contact .btn-box {
    min-width: 100%;
  }
  #company-company #index-recruit .md-banner .more .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #company-company #index-recruit .md-banner .more .flex .btn-box {
    min-width: 100%;
  }
  #company-company #index-recruit .md-banner .more .flex .btn-box:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 1440px) {
  .sec-thumb {
    max-height: 400px;
  }
  .sec-thumb img {
    height: 400px;
  }
}
@media screen and (max-width: 1280px) {
  .wide,
  .inner,
  .min {
    max-width: 90%;
  }
  #modal .md-recommended .row-items .row-item .row-item-info .ttl {
    font-size: 2.4rem;
  }
  #modal .md-recommended .row-items .row-item .row-item-info .excerpt {
    font-size: 1.4rem;
  }
  #contents .content-flex .sec-navi {
    min-width: 250px;
  }
  #index-about .bottom .photo-2 {
    max-width: 300px;
  }
  #index-about .bottom .photo-3 {
    right: 92px !important;
    max-width: 500px;
  }
  #index-about .bottom .photo-5 {
    max-width: 550px;
  }
}
@media screen and (max-width: 1078px) {
  #hero {
    height: calc(100vh - 90px);
    height: calc(100svh - 90px);
  }
  #hero .vegas-slide, #hero .vegas-slide-inner {
    background-attachment: unset !important;
  }
  #index-about .flex-wrap {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-about .flex-wrap .heading,
  #index-about .flex-wrap .txt {
    width: 100%;
  }
  #index-about .flex-wrap .heading {
    margin-bottom: 3.5em;
  }
  #index-about .bottom .photo-4 {
    height: 450px;
  }
  .md-recommended .row-items .row-item {
    height: 500px;
  }
  .md-recommended .row-items .row-item .row-item-info .ttl {
    font-size: 2.8rem;
  }
  #side-btn,
  #left-btn {
    display: none;
  }
  #footer-btn {
    display: block;
  }
  .md-contact .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-contact .flex .item {
    width: 100%;
  }
  .md-contact .flex .item:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .md-banner .more .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .md-banner .more .flex .btn-box {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
  }
  .md-banner .more .flex .btn-box:not(:last-child) {
    margin-bottom: 1.5em;
  }
  #modal .flex-wrap {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #modal .menu {
    padding-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 2.5em;
  }
  #modal .menu ul {
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #modal .menu ul li {
    width: 25%;
  }
  #modal .md-recommended {
    width: 100%;
  }
  #sub-hero .thumb {
    background-attachment: unset;
  }
  .md-crop ul li a.is-active {
    text-decoration: unset !important;
  }
  .sec-thumb {
    max-height: 350px;
  }
  .sec-thumb img {
    height: 350px;
  }
}
@media screen and (max-width: 812px) {
  .micro {
    max-width: 90%;
  }
  .scpd {
    padding: 4em 0;
  }
  #hero .vegas-slide, .vegas-slide-inner {
    /*background-image: url(images/25732515_m_tbl.jpg) !important;*/
  }
  #index-about .bottom .photo-2 img {
    max-width: 40%;
  }
  #index-about .bottom .photo-3 img {
    max-width: 70%;
  }
  #index-about .bottom .photo-4 {
    height: 350px;
    background-attachment: unset;
  }
  #index-about .bottom .photo-5 {
    top: 550px !important;
  }
  .md-recommended .row-items {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-recommended .row-items .row-item {
    width: 100%;
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
    border-right: none !important;
  }
  .md-recommended .row-items .row-item:not(:last-child) {
    border-bottom: #fff 1px solid;
  }
  .md-recommended .row-items .row-item .row-item-info {
    padding: 2em 2.5em;
  }
  .md-news .flex .item {
    width: 31%;
    margin-right: 3.5%;
  }
  .md-news .flex .item:nth-child(3n) {
    margin-right: 0;
  }
  .md-news .flex .item .txt .ttl {
    font-size: 1.6rem;
  }
  #index-sns .flex-wrap {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-sns .flex-wrap .insta,
  #index-sns .flex-wrap .facebook {
    width: 100%;
  }
  #index-sns .flex-wrap .insta {
    margin-bottom: 3.5em;
  }
  .sec-inner {
    max-width: 90%;
  }
  #top {
    padding: 20px;
    box-sizing: border-box;
    height: 102px;
  }
  #top .flex-wrap .logo {
    top: 20px;
    left: 20px;
    width: 200px;
  }
  .menu-button {
    top: 20px;
    right: 20px;
  }
  #modal .menu ul {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  #modal .menu ul li {
    width: 30%;
  }
  #modal .menu ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  #modal .md-recommended .row-items .row-item {
    height: auto;
  }
  .sticky-nav {
    position: inherit;
  }
  #contents {
    margin-top: 3em;
  }
  #contents .content-flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #contents .content-flex .sec-navi {
    width: 100%;
    margin-bottom: 3.5em;
  }
  #contents .content-flex #main {
    width: 100%;
    padding-right: 0;
  }
  .sec-divider {
    margin-bottom: 2.5em;
  }
  .content-header .content-sub {
    font-size: 1.4rem;
  }
  .content-header .content-ttl {
    font-size: 2rem;
  }
  .md-num-list {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #company-company #index-contact,
  #company-company #index-recruit {
    padding: 3em;
  }
  #company-company .md-banner .excerpt {
    text-align: center;
  }
  .simple-ttl {
    text-align: center;
  }
  #sub-hero {
    padding: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #sub-hero .sub-hero-ttl {
    font-size: 4.8rem;
  }
  #sub-hero .sub-hero-ttl span {
    font-size: 1.6rem;
    margin-left: 0;
    display: block;
  }
  .sec-navi .widget:not(:last-child) {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
  #contents.reverse .content-flex .sec-navi {
    order: 2;
  }
  #contents.reverse .content-flex #main {
    order: 1;
    margin-bottom: 2.5em;
  }
  #tabs ul li {
    font-size: 1.4rem;
    margin: 0 0 -1px 0;
  }
  .md-styled-content .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-styled-content .flex .left,
  .md-styled-content .flex .right {
    width: 100%;
  }
  .md-styled-content .flex .left {
    margin-bottom: 2em;
  }
  .rec-ttl {
    margin-bottom: 1em;
  }
  .md-recruit-works .flex {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .md-recruit-works .item {
    width: 49%;
    margin-right: 0;
  }
  .md-recruit-works .item .thumb .btn-box {
    min-width: auto;
    max-width: 90%;
  }
  .md-growth-chart .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-growth-chart .flex .item {
    width: 50%;
    margin-bottom: 1.5em;
  }
  .md-growth-chart .flex .item:nth-child(2) .chart {
    min-height: unset;
  }
  .md-growth-chart .flex .item:nth-child(3) .chart {
    min-height: 250px;
  }
  .md-growth-chart .flex .item:nth-child(4) .chart, .md-growth-chart .flex .item:nth-child(5) .chart {
    min-height: 350px;
  }
  .sec-thumb {
    max-height: 350px;
  }
  .sec-thumb img {
    height: 350px;
  }
  .md-philosophy .top-ttl {
    font-size: 3.2rem;
    margin-bottom: 0.5em;
  }
  .md-philosophy .top-lead {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .md-thumbs-list .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-thumbs-list .flex .item {
    width: 33.333333%;
  }
  #index-about .bottom .photo-2 {
    max-width: 100%;
  }
  #index-local .inner {
    max-width: 90%;
  }
  #index-local .local-item {
    padding-top: 2.5em;
    padding-bottom: 1.25em;
  }
  #index-local .local-item .local-item-inner {
    padding-top: 3em;
  }
  #index-local .local-item .local-item-inner .local-item-txt {
    font-size: 14px;
  }
  #index-local br.block-sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .btn,
  .btn-more {
    font-size: 1.4rem;
  }
  #hero .vegas-slide, .vegas-slide-inner {
    /*background-image: url(images/25732515_m_sp.jpg) !important;*/
  }
  #index-about .flex-wrap .heading::before {
    width: 150px;
    height: 150px;
    top: -3em;
    left: -2.3em;
  }
  .sec-header .sec-sub {
    font-size: 3.6rem;
  }
  #index-about .top {
    margin-bottom: 4em;
  }
  #index-about .flex-wrap .heading {
    margin-bottom: 2em;
  }
  #index-about .flex-wrap .heading .lead {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  #index-about .flex-wrap .heading .lead span {
    display: inline-block;
    margin-left: 8px;
  }
  #index-about .flex-wrap .txt .excerpt {
    margin-bottom: 2.5em;
  }
  #index-about .bottom .photo-3 {
    top: 237px !important;
    right: 140px !important;
  }
  #index-about .bottom .photo-3 img {
    max-width: 90%;
  }
  #index-about .bottom .photo-4 {
    height: 175px;
  }
  #index-about .bottom .photo-5 {
    left: 56px !important;
    top: 372px !important;
  }
  #index-about .flex-wrap .heading .lead strong {
    display: inline-block;
    font-size: 4.2rem;
  }
  .md-recommended .row-items .row-item .row-item-info {
    padding: 0 2em;
  }
  .md-recommended .row-items .row-item .row-item-info .excerpt {
    font-size: 1.4rem;
  }
  .md-news .flex .item {
    width: 100%;
  }
  .md-news .flex .item:not(:last-child) {
    margin-bottom: 3.5em;
  }
  .md-news .flex .item .thumb {
    height: 250px;
  }
  .md-news .flex .item .thumb img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .md-news .flex .item .thumb .cat {
    font-size: 1.4rem;
  }
  #index-sns {
    margin-bottom: 4em;
  }
  .md-contact .flex .item .ttl {
    font-size: 1.6rem;
  }
  .md-contact .flex .item .txt {
    padding: 1.5em 1em;
  }
  .md-contact .flex .item .txt .tel {
    font-size: 2.8rem;
  }
  .md-contact .flex .item .txt .btn-box {
    min-width: 100%;
  }
  #site-footer .logo img {
    max-width: 100px;
  }
  #site-footer .footer-nav a {
    margin: 0 1em;
    font-size: 1.4rem;
  }
  #modal .menu ul li {
    width: 100%;
  }
  #modal .menu ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .sentry {
    font-size: 1.4rem;
  }
  .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
    font-size: 1.8rem;
  }
  .md-num-list ol li {
    padding-left: 45px;
  }
  .md-num-list ol li::before {
    top: -2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .md-num-list ol li .ttl {
    font-size: 1.6rem;
  }
  .section-row:not(:last-child) {
    margin-bottom: 3em;
  }
  table {
    font-size: 1.4rem;
  }
  .styled-tbl {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .styled-tbl tbody,
  .styled-tbl tr,
  .styled-tbl th,
  .styled-tbl td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .styled-tbl th {
    padding-bottom: 0;
  }
  .styled-tbl td {
    padding-top: 0.5em;
  }
  #company-company #index-contact,
  #company-company #index-recruit {
    padding: 2.5em 1em;
  }
  #company-company .md-banner .excerpt {
    font-size: 1.3rem;
  }
  #sub-hero .sub-hero-ttl {
    font-size: 3.6rem;
  }
  #sub-hero .sub-hero-ttl span {
    font-size: 1.4rem;
  }
  .md-thumbs .flex {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .md-thumbs .flex .item {
    width: 48%;
    margin-right: 0 !important;
    margin-bottom: 0.8em;
  }
  .single-header .meta time {
    font-size: 1.2rem;
  }
  .single-header .meta .post-category {
    font-size: 1.2rem;
  }
  .single-header {
    margin-bottom: 2.5em;
  }
  .single-header .single-ttl {
    font-size: 1.8rem;
  }
  .breadcrumbs {
    padding-bottom: 0;
  }
  .breadcrumbs ol li {
    font-size: 1.2rem;
  }
  .posts .post.sentry {
    padding: 2.5em;
  }
  #contactform .row label {
    font-size: 1.6rem;
  }
  .md-slick-works.with-flex .flex .slick-works-item {
    width: 100%;
    margin-right: 0 !important;
  }
  #sub-hero .thumb .thumb-ttl {
    font-size: 2.4rem;
    padding: 0 1em;
  }
  .works-table table {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: #d0d0d0 1px solid;
  }
  .works-table table tbody,
  .works-table table tr,
  .works-table table th,
  .works-table table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .works-table table th,
  .works-table table td {
    border-bottom: none;
  }
  .works-before-after .flex .before,
  .works-before-after .flex .after {
    width: 48.5%;
  }
  .works-before-after .flex .before .txt,
  .works-before-after .flex .after .txt {
    font-size: 1.8rem;
    padding: 0.5em 1em;
  }
  .custom-lead .ttl {
    font-size: 2rem;
  }
  .custom-lead .excerpt {
    font-size: 1.4rem;
  }
  .custom-lead .thumb-wide {
    height: 250px;
  }
  .custom-lead .thumb-wide img {
    height: 250px;
  }
  #recruit-top {
    margin-bottom: 3em;
  }
  #tabs ul {
    border-bottom: none;
  }
  #tabs ul li {
    margin-bottom: 0;
    width: 100%;
  }
  #tabs ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  #tabs ul li a {
    border: #333 1px solid !important;
    text-align: center;
  }
  #tabs ul li a.current-tab {
    background: #333;
    color: #fff;
  }
  .rec-ttl {
    font-size: 2.4rem;
  }
  .sec-divider .ttl {
    font-size: 2.4rem;
  }
  .md-styled-content {
    font-size: 1.4rem;
  }
  .md-styled-content .flex .left .lead {
    font-size: 1.8rem;
  }
  .time-schedule {
    border-left: 3px solid #004098;
    margin-left: 4em;
  }
  .time-schedule span.time {
    font-size: 1.6rem;
    width: 3em;
    margin-left: -6em;
  }
  .time-schedule span.time::after {
    right: -36px;
  }
  .time-schedule .sch_box {
    width: 100%;
    margin-left: 2.5em;
    padding: 1em;
  }
  .time-schedule .sch_title {
    font-size: 1.4rem;
  }
  .time-schedule .sch_tx {
    font-size: 1.3rem;
  }
  .md-rec-detail {
    font-size: 1.4rem;
  }
  .md-rec-detail dl {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-rec-detail dl div {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    display: block;
  }
  .md-rec-detail dl dt,
  .md-rec-detail dl dd {
    display: block;
    width: 100%;
    text-align: left !important;
    padding-left: 1em;
    padding-right: 1em;
  }
  .md-rec-detail dl dt {
    border-left: #333 1px solid;
    border-right: #333 1px solid;
  }
  .md-rec-detail dl dd {
    border-left: #333 1px solid;
    border-top: #333 1px solid;
  }
  #contactform2 .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #contactform2 .flex .item {
    width: 100%;
  }
  #modal {
    padding-top: 120px;
  }
  .md-recruit-works .item {
    width: 100%;
  }
  .md-recruit-works .item .ttl {
    font-size: 1.6rem;
  }
  .md-recruit-works .item .excerpt {
    font-size: 1.4rem;
  }
  .md-growth-chart .flex .item {
    width: 100%;
  }
  .md-growth-chart .flex .item .ttl {
    order: 1;
  }
  .md-growth-chart .flex .item .char {
    order: 2;
  }
  .md-growth-chart .flex .item .thumb {
    order: 3;
  }
  .md-growth-chart .flex .item:nth-child(3) .chart, .md-growth-chart .flex .item:nth-child(4) .chart, .md-growth-chart .flex .item:nth-child(5) .chart {
    min-height: auto;
  }
  .sec-thumb img {
    height: 200px;
  }
  .sec-thumb {
    max-height: 200px;
  }
  .sec-thumb img {
    height: 200px;
  }
  .sentry .str {
    font-size: 1.6rem;
  }
  .md-news-simple .item {
    padding: 1em;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-news-simple .item .cat {
    width: auto;
  }
  .md-news-simple .item .cat a {
    padding: 0 1.5em;
    font-size: 1.2rem;
    height: 25px;
    line-height: 25px;
  }
  .md-news-simple .item .link {
    width: 100%;
    margin-top: 0.5em;
  }
  .md-thumbs-list .flex .item {
    width: 50%;
  }
  .wide .inner {
    max-width: 100%;
  }
  .md-contact .flex .item .txt .fax {
    font-size: 2.8rem;
  }
  .md-contact .flex .item .txt.contact-btn {
    padding-top: 1.5em;
  }
  #top .flex-wrap {
    height: 52px;
  }
  #index-about .flex-wrap .heading .lead-excerpt {
    font-size: 1.6rem;
  }
  #index-works .archive-more {
    padding-top: 4.5em;
  }
  #index-local .local-item .local-item-inner .local-item-txt {
    font-size: 12px;
  }
  #index-local .local-item .local-item-inner .local-img-flex img {
    height: 40px;
  }
  #sub-hero .thumb.right-space {
    background-position: center right 13% !important;
  }
  .for-pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */