@charset "UTF-8";
/*
Theme Name: FOCUS VALUATION for WP
Description: WordPressテンプレート「FOCUS VALUATION for WP」
Version: 1.0.0
Author: FOCUS VALUATION
*/
/*! 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
//------------------------------------------------
*/
/*$sub-color: #00436a;*/
/*
//------------------------------------------------
//	Fonts Setting
//------------------------------------------------
*/
@font-face {
  font-family: "normsL";
  src: url("css/fonts/TTNorms-Light.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "normsR";
  src: url("css/fonts/TTNorms-Regular.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "normsM";
  src: url("css/fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "normsB";
  src: url("css/fonts/TTNorms-Bold.woff") format("woff");
  font-weight: 700;
}
.norms-l {
  font-family: "normsL";
}

.norms-r {
  font-family: "normsR";
}

.norms-m {
  font-family: "normsM";
}

.norms-b {
  font-family: "normsB";
}

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

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

body {
  color: #333333;
  font-size: 1.8rem;
  overflow: hidden;
}

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

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

a {
  color: #333333;
  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: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

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

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

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

.micro {
  width: 100%;
  max-width: 860px;
  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: #4ab7af;
}
.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: 120px 40px 60px 40px;
  opacity: 0;
  transform: scale(0.9);
  background: #001b3d;
  border: #3e84ac 8px solid;
  box-sizing: border-box;
}
#modal .modal-inner {
  height: 70vh;
  height: 70svh;
  overflow: auto;
}
#modal .contact {
  text-align: center;
  margin-bottom: 2.5em;
  padding-top: 1em;
}
#modal .contact a {
  display: inline-block;
  box-sizing: border-box;
  width: 90%;
  height: 48px;
  line-height: 48px;
  background: #4ab7af;
  color: #fff;
  text-align: center;
  border-radius: 48px;
  font-size: 1.5rem;
  position: relative;
  transition: all 1.2s;
}
#modal .contact a::before, #modal .contact a::after {
  content: "";
  position: absolute;
  left: 1.5%;
  top: -5px;
  width: 100%;
  height: 58px;
  border-radius: 58px;
  opacity: 1;
  animation: 1s circleanime linear infinite;
  box-sizing: border-box;
  z-index: 0;
  background: rgba(74, 183, 175, 0.5);
}
#modal .contact a span {
  position: relative;
  z-index: 1;
}
#modal .modal-nav-list {
  list-style: none;
  font-size: 1.8rem;
}
#modal .modal-nav-list a {
  color: #fff;
}
#modal .modal-nav-list > li {
  margin-bottom: 1em;
}
#modal .modal-nav-list ul {
  margin-top: 0.5em;
  padding-left: 1em;
}
#modal .modal-nav-list ul li {
  margin-bottom: 0.5em;
  padding-left: 1.3em;
  position: relative;
}
#modal .modal-nav-list ul li::before {
  position: absolute;
  width: 12px;
  height: 1px;
  background: #4ab7af;
  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 {
  animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

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

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

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

.btn {
  display: inline-block;
  line-height: 1;
  padding: 1em 4em;
  min-width: 278px;
  background: rgb(0, 76, 121);
  background: linear-gradient(90deg, rgb(0, 76, 121) 0%, rgb(0, 26, 67) 100%);
  border-radius: 50px;
  color: #fff;
  text-align: center;
  position: relative;
}
.btn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5em;
  width: 35.5px;
  height: 8.5px;
  content: "";
  background: url(images/icon_chevron_btn.svg) no-repeat 0 0;
  background-size: cover;
}
.btn:hover {
  background: rgb(0, 76, 121);
  background: linear-gradient(90deg, rgb(0, 26, 67) 0%, rgb(0, 76, 121) 100%);
}
.btn.open {
  cursor: pointer;
}
.btn.open::before {
  background: none;
  font-family: "Font Awesome 5 Free", fontawesome;
  content: "\f078";
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
}
.btn.open.active::before {
  content: "\f077";
}

@keyframes btn-slide {
  0% {
    width: 0;
  }
  100% {
    width: 106px;
  }
}
@keyframes btn-slide2 {
  0% {
    width: 0;
  }
  100% {
    width: 135px;
  }
}
.bg-gray {
  background: #f4f4f4;
}

#sub-hero {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-image: radial-gradient(at top center, #163256 0%, #121E33 100%);
}
#sub-hero .sub-hero-ttl {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.6rem;
  z-index: 1;
  color: #fff;
}
#sub-hero .sub-hero-ttl span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}
#sub-hero .sub-hero-ttl.upper {
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
#sub-hero .sub-hero-single-ttl-wrap {
  position: absolute;
  width: 95%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  box-sizing: border-box;
}
#sub-hero .sub-hero-single-ttl-wrap .sub-hero-single-ttl {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
#sub-hero .sub-hero-single-ttl-wrap .sub-hero-single-meta {
  font-size: 1.4rem;
  margin-top: 1.5em;
  color: #fff;
}
#sub-hero .sub-hero-single-ttl-wrap .sub-hero-single-meta time {
  display: inline-block;
  position: relative;
}
#sub-hero .sub-hero-single-ttl-wrap .sub-hero-single-meta time::after {
  content: "|";
  margin: 0 1.5em;
  display: inline-block;
}
#sub-hero .sub-hero-single-ttl-wrap .sub-hero-single-meta .post-category {
  display: inline-block;
  color: #fff;
}
#sub-hero.mask::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
#sub-hero .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 70px;
}
#sub-hero .scrolldown span {
  position: absolute;
  left: -35px;
  top: -25px;
  color: #eee;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#sub-hero .scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

#main-contents {
  position: relative;
}
#main-contents .scrolldownside {
  display: inline-block;
  position: fixed;
  bottom: 0;
  z-index: 1;
  padding: 0 10px;
  overflow: hidden;
  color: #000;
  height: 130px;
  line-height: 1;
  writing-mode: vertical-lr;
  left: 33px;
}
#main-contents .scrolldownside::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 130px;
  border-left: #999 1px dashed;
}
#main-contents .scrolldownside::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 130px;
  background: #333333;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.elementor-background-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(images/poly-bg-white-01.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.7;
  mix-blend-mode: overlay;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

#single,
#archives {
  /*padding: 3em 0 6em 0;*/
  padding: 0 0 3em 0;
  /*background: #f5f5f5;*/
  background: #fff;
  border-bottom: #d0d0d0 1px solid;
  border-top: #d0d0d0 1px solid;
}
#single .wrapper,
#archives .wrapper {
  width: 100%;
  /*max-width: 95%;*/
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 4em 0;
}

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

.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: #4ab7af;
}
.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;
}

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

.achievement-ttl {
  display: flex;
  align-items: baseline;
}
.achievement-ttl ul {
  display: flex;
  align-items: center;
  margin-left: 0.75em;
  gap: 0 0.5em;
  font-size: 0.75em;
  line-height: 0.75em;
}
.achievement-ttl ul li {
  list-style: none;
}
.achievement-ttl ul li.select {
  text-decoration: underline;
}

.achievement-content {
  display: none;
}

.achievement-table {
  display: block;
  overflow-x: scroll;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-collapse: separate;
}
.achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(1) {
  min-width: 130px;
  width: 13%;
  width: 11%;
  min-width: 30px;
  width: 3%;
}
.achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(2) {
  min-width: 220px;
  width: 22%;
  width: 20%;
}
.achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(3) {
  min-width: 190px;
  width: 19%;
  width: 17%;
}
.achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(4) {
  min-width: 260px;
  width: 26%;
  width: 24%;
}
.achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(5) {
  min-width: 300px;
  width: 30%;
  width: 28%;
  width: 36%;
}
.achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(1) {
  position: sticky;
  left: 0;
}
.achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(2) {
  min-width: inherit;
}
.achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(3) {
  min-width: inherit;
}
.achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(4) {
  min-width: inherit;
}
.achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(5) {
  min-width: inherit;
}
.achievement-table .achievement-thead .achievement-tr .achievement-thead-th.cell-overview .note {
  display: block;
  font-size: 0.8em;
}
.achievement-table .achievement-tbody .achievement-tr .achievement-tbody-td:nth-child(1) {
  position: sticky;
  left: 0;
  background-color: #fff;
  padding: 0.5em 0.75em;
}

.erp-content {
  display: flex;
  flex-direction: column;
  gap: 2%;
  width: 100%;
}
.erp-content .erp-01-box {
  display: flex;
}
.erp-content .erp-01-box .erp-01-sentry {
  width: 85%;
}
.erp-content .erp-01-box .erp-01-table {
  width: 15%;
  min-width: 346px;
  margin-bottom: 1em;
}
.erp-content .erp-01-box .erp-01-table .erp-note {
  font-size: 12px;
  margin-top: 0.5em;
  white-space: nowrap;
}
.erp-content .erp-img-box {
  display: flex;
  gap: 0 1%;
  justify-content: start;
  flex-wrap: wrap;
}
.erp-content .erp-img-box img {
  width: 47.5%;
}
.erp-content .text-normal {
  text-align: start;
}
.erp-content .text-italic {
  font-family: "Yu Gothic";
  font-style: italic;
  font-weight: 500;
}
.erp-content ul ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -1em;
  padding-left: 1em;
  display: inline-flex;
  align-items: baseline;
  position: relative;
}
.erp-content ul ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 0.5em;
  height: 1.9em;
  transform: scaleY(0.05);
  background-color: #333333;
}
.erp-content ul li a {
  background-color: #4ab7af;
  border: 1px solid #4ab7af;
  color: white;
  border-radius: 999px;
  display: inline-block;
  line-height: 1em;
  padding: 0.15em 0.5em;
  padding-bottom: 0.25em;
  text-decoration: none;
  margin: 0 0.25em;
  font-size: 0.815em;
}
.erp-content ul li a:hover {
  background-color: white;
  color: #4ab7af;
}
.erp-content table tbody tr {
  font-size: 1em;
  display: flex;
}
.erp-content table tbody tr th {
  background-color: #001b3d;
  color: white;
}
.erp-content table tbody tr td {
  border: 1px solid white;
  background-color: #f5f7f8;
}
.erp-content table tbody tr th, .erp-content table tbody tr td {
  width: 4.5em;
  padding: 0 0.25em;
  text-align: end;
}
.erp-content table tbody tr:nth-of-type(even) td {
  background-color: #ecedf0;
}
.erp-content .content-row {
  margin-bottom: 6em;
}

.formFlow {
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: stretch;
  align-content: stretch;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  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;
  box-sizing: border-box;
  background: #c4c4c4;
  text-align: center;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.formFlow li:first-child {
  background: #3e84ac;
}

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

.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: #3e84ac;
}
.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: #3e84ac;
}
.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;
  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-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
  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: 10px 0;
  width: 100%;
  box-sizing: border-box;
}
#contactform .selection-box select:focus {
  outline: none;
}
#contactform .selection-box.inline {
  display: inline-block;
  width: auto;
  min-width: 120px;
  margin-right: 5px;
  margin-left: 5px;
}
#contactform .btns {
  text-align: center;
}
#contactform input[type=submit] {
  display: inline-block;
  padding: 15px 3em;
  font-size: 1.4rem;
  background: #4ab7af;
  color: #fff;
  cursor: pointer;
}
#contactform input[type=submit].backbutton {
  background: #666;
}
#contactform span.wpcf7-not-valid-tip,
#contactform span.error {
  font-size: 1em;
  display: block;
  background: #ffb0af;
  border: 1px solid #ff7b79;
  color: #cc0000;
  left: 0;
  padding: 4px 10px;
  position: relative;
  top: 0;
  font-size: 1.4rem;
}
#contactform span.wpcf7-not-valid-tip:before,
#contactform span.error:before {
  content: "";
  background-image: url(images/error-arrow.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: -6px;
  height: 6px;
  width: 16px;
}
#contactform.border .row {
  padding-bottom: 2em;
  border-bottom: #ddd 1px dashed;
}
#contactform .half {
  width: 50%;
}
#contactform .narrow {
  width: 25%;
}
#contactform .row-box {
  padding: 1em;
  margin-bottom: 0.5em;
  background: #f8f8f8;
}
#contactform .row-box .flx {
  display: flex;
}
#contactform .row-box .flx .item {
  width: 35%;
  margin-right: 2%;
}
#contactform .row-box .flx .item:nth-child(3n) {
  margin-right: 0;
  width: 15%;
}
#contactform .table .th {
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
#contactform .table .td {
  padding-left: 1.5em;
}
#contactform .pdn-row {
  padding: 1.5em;
  border: #d0d0d0 1px solid;
  margin-bottom: 2.5em;
  background: #eeffff;
  color: #3e84ac;
  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;
  box-sizing: border-box;
  min-width: 250px;
  margin-top: 1em;
  margin-right: 10px;
  background: #fff;
}
.mwform-checkbox-field span {
  font-size: 1.4rem;
}

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

/*-----------------------------------------------------------------
 Loading
----------------------------------------------------------------- */
body .l-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9000;
}
body .l-transition::after {
  content: "";
  display: block;
  height: 200vh;
  width: 200vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #001b3d;
  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;
  }
  .erp-content .erp-01-box {
    display: flex;
    flex-direction: column;
    gap: 1.75em 0;
  }
  .erp-content .erp-01-box .erp-01-sentry {
    width: 100%;
  }
  .erp-content .erp-01-box .erp-01-table {
    width: 100%;
    overflow-x: auto;
  }
  .erp-content .erp-01-box .erp-01-table .erp-note {
    font-size: 12px;
    margin-top: 0;
    position: absolute;
    white-space: unset;
  }
  .erp-content .erp-img-box img {
    width: 49%;
  }
  .erp-content table tbody {
    display: flex;
    flex-direction: row;
  }
  .erp-content table tbody tr {
    font-size: 0.681em;
    flex-direction: column;
  }
  .erp-content table tbody tr th {
    height: 100%;
  }
}
@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;
  }
}
#top {
  position: fixed;
  top: 15px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  line-height: 80px;
  z-index: 5;
  transition: all ease-in-out 0.2s;
}
#top::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  transition: all 0.6s 0.2s ease-out;
  content: "";
}
#top .flex-wrap {
  position: relative;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0 5%;
}
#top .flex-wrap .logo {
  width: 311px;
  position: relative;
}
#top .flex-wrap .logo img,
#top .flex-wrap .logo svg,
#top .flex-wrap .logo path {
  transition: all 0.6s 0.2s ease-out;
}
#top .flex-wrap .top-navi {
  margin-left: auto;
}
#top .flex-wrap .top-navi .gnav {
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
#top .flex-wrap .top-navi .gnav ul {
  list-style: none;
}
#top .flex-wrap .top-navi .gnav ul li {
  margin-right: 3em;
  margin-right: 2.5em;
}
#top .flex-wrap .top-navi .gnav ul li a {
  color: #fff;
  font-size: 1.9rem;
  transition: all 0.6s 0.2s ease-out;
}
#top .flex-wrap .top-navi .gnav ul li a:hover {
  text-decoration: underline;
}
#top .flex-wrap .top-navi .gnav .contact a {
  display: inline-block;
  width: 163px;
  height: 48px;
  line-height: 48px;
  background: #4ab7af;
  color: #fff;
  text-align: center;
  border-radius: 48px;
  font-size: 1.6rem;
  position: relative;
  transition: all 1.2s;
}
#top .flex-wrap .top-navi .gnav .contact a span {
  position: relative;
  z-index: 1;
}
#top .flex-wrap .top-navi .gnav .contact a::before, #top .flex-wrap .top-navi .gnav .contact a::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 173px;
  height: 58px;
  border-radius: 58px;
  opacity: 1;
  animation: 1s circleanime linear infinite;
  box-sizing: border-box;
  z-index: 0;
  background: rgba(74, 183, 175, 0.5);
}
@keyframes circleanime {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
#top .flex-wrap .top-navi .gnav.none-content {
  display: none;
}
#top .flex-wrap .top-navi .company-languages-nav {
  margin-left: 1em;
}
#top .flex-wrap .top-navi .company-languages-nav.no-en {
  margin-right: 0em;
}
#top .flex-wrap .top-navi .company-languages-nav .languages-nav-btn-flex {
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
#top .flex-wrap .top-navi .company-languages-nav .languages-nav-btn-flex .nav-btn-item:not(:first-child) {
  margin-left: 1em;
}
#top .flex-wrap .top-navi .company-languages-nav .languages-nav-btn-flex .nav-btn-item a {
  box-sizing: content-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  color: #132651;
  text-align: center;
  border: 1.5px solid #132651;
  border-radius: 48px;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.2s ease-in-out;
  /*
  &::before,
  &::after{
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    opacity: 1;
    animation:1s circleanime linear infinite;
    box-sizing: border-box;
    z-index: 0;
    background: rgba(62,132,172,0.5);
  }
  */
}
#top .flex-wrap .top-navi .company-languages-nav .languages-nav-btn-flex .nav-btn-item a span {
  position: relative;
  z-index: 1;
}
#top .flex-wrap .top-navi .company-languages-nav .languages-nav-btn-flex .nav-btn-item a:hover {
  background-color: #132651;
  color: #fff;
  border: 1.5px solid #fff;
}
#top .flex-wrap .main-menu {
  position: relative;
}
#top .flex-wrap .main-menu a {
  text-decoration: none !important;
}
#top .flex-wrap .main-menu .sub-menu {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  min-width: 125%;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  visibility: hidden;
  line-height: 1.25;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top .flex-wrap .main-menu .sub-menu li {
  margin-right: 0 !important;
  opacity: 0;
  transition: opacity 0.2s ease;
  text-align: left;
}
#top .flex-wrap .main-menu .sub-menu li a {
  padding: 0.75em 1em;
  width: 7.5em;
  line-height: 1em;
  background-color: white;
  border: 1px solid white;
  transition: background-color 0.2s ease, color 0.2s ease !important;
  color: #001b3d !important;
  display: block;
}
#top .flex-wrap .main-menu .sub-menu li a:hover {
  background-color: #001b3d;
  color: white !important;
  text-decoration: none !important;
}
#top .flex-wrap .main-menu .sub-menu li:not(:first-child) {
  margin-top: 1px;
}
#top .flex-wrap .main-menu:hover .sub-menu {
  visibility: visible;
}
#top .flex-wrap .main-menu:hover .sub-menu li {
  opacity: 1;
}
#top .flex-wrap .main-menu.active .sub-menu li {
  visibility: visible;
  opacity: 1;
}
#top.is_fixed::before {
  width: calc(100% - 15px);
}
#top.is_fixed .flex-wrap .logo svg path {
  fill: #001b3d;
}
#top.is_fixed .flex-wrap .top-navi .gnav ul li a {
  color: #001b3d;
}
#top.is_fixed .flex-wrap .top-navi .company-languages-nav .languages-nav-btn-flex .nav-btn-item a {
  background-color: #132651;
  color: #fff;
}
#top.is_fixed .flex-wrap .top-navi .company-languages-nav .languages-nav-btn-flex .nav-btn-item a:hover {
  background-color: #fff;
  color: #132651;
  border: 1.5px solid #132651;
}
#top.is_fixed .flex-wrap .main-menu .sub-menu li a {
  background-color: #001b3d;
  border-color: #001b3d;
  color: white !important;
}
#top.is_fixed .flex-wrap .main-menu .sub-menu li a:hover {
  background-color: white;
  color: #001b3d !important;
}
#top.is_fixed .flex-wrap .main-menu .sub-menu::before {
  background-color: #001b3d;
}
#top.is_fixed .menu-button {
  color: #333333;
}
#top.is_fixed .menu-button a .menu-button__txt-wrap {
  color: #333333;
}
#top.is_fixed .menu-button a .menu-button__icon-wrap .menu-button__icon {
  background: #333333;
}
#top.is_fixed .menu-button a .menu-button__icon-wrap .menu-button__icon::before, #top.is_fixed .menu-button a .menu-button__icon-wrap .menu-button__icon::after {
  background: #333333;
}

.show #top {
  z-index: 9999;
}
.show #top::before {
  background: transparent;
}
.show #top.is_fixed .flex-wrap .logo svg path {
  fill: #fff;
}
.show #top.is_fixed .menu-button a .menu-button__icon-wrap .menu-button__icon {
  background: transparent;
}
.show #top.is_fixed .menu-button a .menu-button__icon-wrap .menu-button__icon::before, .show #top.is_fixed .menu-button a .menu-button__icon-wrap .menu-button__icon::after {
  background: #fff;
}

#hero {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #001b3d url(images/hero.png) no-repeat center center fixed;
  background-size: cover;
}
#hero .inner {
  position: relative;
  height: 100%;
}
#hero .box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#hero .box .ttl {
  font-size: 3.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
#hero .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 70px;
}
#hero .scrolldown span {
  position: absolute;
  left: -35px;
  top: -25px;
  color: #eee;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#hero .scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 65px;
    opacity: 0;
  }
}
.header-bigger {
  margin-bottom: 4em;
}
.header-bigger-ttl {
  font-size: 10rem;
  line-height: 1;
  color: #3e84ac;
  text-align: center;
  text-transform: uppercase;
}
.header-bigger-ttl.left {
  text-align: left;
}

.single-thumb {
  margin-bottom: 2.5em;
  position: relative;
  height: auto;
  overflow: hidden;
}
.single-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 1440px;
  height: 300px;
}
.single-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 27, 61, 0.5);
  mix-blend-mode: multiply;
  z-index: 1;
}

#index-about {
  padding-top: 12em;
  padding-bottom: 0;
}
#index-about .wrap {
  background: rgb(225, 237, 197);
  background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 81.5%, #fff 81.5%, #fff 100%);
}
#index-about .top {
  margin-bottom: 10em;
}
#index-about .top .wide {
  position: relative;
}
#index-about .top .wrap {
  position: relative;
}
#index-about .top .wrap .inner .box {
  width: 45%;
}
#index-about .top .wrap .inner .box .ttl {
  font-size: 2.8rem;
  margin-bottom: 2em;
}
#index-about .top .wrap .inner .box .excerpt {
  font-size: 1.8rem;
  margin-bottom: 6em;
}
#index-about .top .wrap .thumb {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
}
#index-about .bottom {
  padding-bottom: 9em;
}
#index-about .header-bigger {
  position: relative;
  top: -3.8em;
  margin-bottom: 1em;
}
#index-about .header-bigger-ttl {
  text-align: left;
}
#index-about .md-box-link .flex-wrap .item:hover::before {
  opacity: 1;
}
#index-about .md-box-link .flex-wrap .item:nth-child(1):hover::after {
  background-image: url(images/poly-bg-white-01.svg);
  opacity: 1;
}
#index-about .md-box-link .flex-wrap .item:nth-child(2):hover::after {
  background-image: url(images/img_ma_01.jpg);
  opacity: 1;
}
#index-about .md-box-link .flex-wrap .item:nth-child(3):hover::after {
  background-image: url(images/img_ma_02.jpg);
  opacity: 1;
}

.md-box-link .flex-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-box-link .flex-wrap .item {
  display: block;
  background-color: #132651;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
  width: 30%;
  padding: 2.5em 2em 1.5em 2em;
  position: relative;
  overflow: hidden;
}
.md-box-link .flex-wrap .item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 67, 106, 0.75);
  mix-blend-mode: multiply;
  content: "";
  z-index: 1;
  opacity: 0;
}
.md-box-link .flex-wrap .item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all ease-in-out 0.4s;
  opacity: 0;
}
.md-box-link .flex-wrap .item p {
  position: relative;
  text-align: center;
  z-index: 2;
}
.md-box-link .flex-wrap .item p.en {
  font-weight: 400;
  margin-bottom: 1em;
}
.md-box-link .flex-wrap .item p.ja {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1em;
}
.md-box-link .flex-wrap .item .more {
  position: relative;
  text-align: center;
  z-index: 2;
}

#index-services {
  background: url(images/AdobeStock_330566222.jpg) no-repeat center center;
  background-size: cover;
}

.md-icon-link-box .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-icon-link-box .flex .item {
  display: block;
  background: rgb(255, 255, 255);
  color: #132651;
  padding: 2.5em 1em 1.5em 1em;
  position: relative;
  box-sizing: border-box;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5em;
}
.md-icon-link-box .flex .item::before {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #132651 transparent;
  content: "";
}
.md-icon-link-box .flex .item:nth-child(3n) {
  margin-right: 0;
}
.md-icon-link-box .flex .item .icon {
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 50%;
  background: #132651;
  transition: all ease-in-out 0.2s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.md-icon-link-box .flex .item .icon img {
  position: absolute;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.md-icon-link-box .flex .item .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.md-icon-link-box .flex .item .sub {
  font-size: 1.4rem;
  text-align: center;
}
.md-icon-link-box .flex .item:hover {
  opacity: 0.7;
}

#service-list .md-icon-link-box .flex .item {
  border: #132651 1px solid;
}

.md-news .flex {
  margin-bottom: 3em;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-news .flex .item {
  display: block;
  width: 23%;
  margin-right: 2.666666%;
  color: #132651;
}
.md-news .flex .item:nth-child(4n) {
  margin-right: 0;
}
.md-news .flex .item .thumb {
  margin-bottom: 1em;
  overflow: hidden;
}
.md-news .flex .item .thumb img {
  transition: all 0.2s ease-in-out;
}
.md-news .flex .item .time {
  margin-bottom: 1em;
}
.md-news .flex .item .ttl {
  line-height: 1.6;
}
.md-news .flex .item:hover .thumb img {
  transform: scale(1.1);
}
.md-news .more {
  text-align: right;
  padding-bottom: 3.5em;
}
.md-news .more a {
  color: #132651;
}
.md-news .more a span {
  display: inline-block;
  position: relative;
}
.md-news .more a span::after {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  width: 7px;
  height: 13px;
  background: url(images/icon_chevron.png) no-repeat 0 0;
  background-size: cover;
  content: "";
}

.report-content-area {
  position: relative;
  background-color: #fff;
}
.report-content-area.no-bg {
  background-color: transparent;
}
.report-content-area.no-bg .report-content-box {
  padding: 0;
}
.report-content-area .report-content-box {
  padding: 20px 20px;
  padding: 25px 35px 50px;
}
.report-content-area .report-content-box .report-item-area .report-item-box {
  padding: 22px 17px;
  border-bottom: #132651 2px dotted;
}
.report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area .time-box {
  width: 9.2rem;
  margin-right: 14px;
  margin-right: 2em;
}
.report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area .time-box time {
  vertical-align: middle;
}
.report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area .report-item-category {
  width: 102px;
  padding: 5px 6px 5px;
  margin-right: 17px;
  color: #fff;
  text-align: center;
  background-color: #3e84ac;
  display: none;
}
.report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-right .report-ttl-area .report-link {
  display: inline-block;
}
.report-content-area .report-content-box .more {
  text-align: right;
  padding-top: 2.5em;
}
.report-content-area .report-content-box .more a {
  color: #132651;
}
.report-content-area .report-content-box .more a span {
  display: inline-block;
  position: relative;
}
.report-content-area .report-content-box .more a span::after {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  width: 7px;
  height: 13px;
  background: url(images/icon_chevron.png) no-repeat 0 0;
  background-size: cover;
  content: "";
}
.report-content-area .news-none-text {
  padding: 3.5em 20px;
  text-align: center;
}

#archives .md-news .flex .item {
  margin-bottom: 3em;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}
.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;
  width: 50px;
  line-height: 1.6;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #3e84ac;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #132651;
  font-weight: bold;
}
.wp-pagenavi .pages {
  display: none;
}

#index-news {
  background: #f5f5f5;
}
#index-news .wider {
  background: rgb(245, 245, 245);
  background: linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 23%, #fff 23%, #fff 100%);
}
#index-news .news-none {
  padding: 3.5em 0;
  text-align: center;
}

.news-none {
  text-align: center;
}

#site-footer {
  padding: 3.5em 0;
  background: #132651;
  color: #fff;
  position: relative;
  z-index: 2;
}
#site-footer a {
  color: #fff;
}
#site-footer .flex-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#site-footer .flex-wrap .logo {
  max-width: 180px;
  margin-bottom: 1.5em;
}
#site-footer .flex-wrap .address address {
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
}
#site-footer .flex-wrap .footer-links-nav .flex .item {
  width: 270px;
}
#site-footer .flex-wrap .footer-links-nav .flex .item ul {
  list-style: none;
}
#site-footer .flex-wrap .footer-links-nav .flex .item ul li {
  margin-bottom: 1em;
}
#site-footer .flex-wrap .footer-links-nav .flex .item ul li a {
  font-size: 1.6rem;
  font-weight: 600;
}
#site-footer .flex-wrap .footer-links-nav .flex .item ul li a:hover {
  text-decoration: underline;
}
#site-footer .flex-wrap .footer-links-nav .flex .item ul li ul {
  margin-top: 1em;
}
#site-footer .flex-wrap .footer-links-nav .flex .item ul li ul li {
  margin-bottom: 0.5em;
  padding-left: 1.3em;
  position: relative;
}
#site-footer .flex-wrap .footer-links-nav .flex .item ul li ul li::before {
  position: absolute;
  width: 12px;
  height: 1px;
  background: #4ab7af;
  content: "";
  top: 15px;
  left: 0;
}
#site-footer .flex-wrap .footer-links-nav .flex .item ul li ul li a {
  font-size: 1.5rem;
  font-weight: 400;
}
#site-footer.none-content {
  display: none;
}

.sec-header {
  position: relative;
  margin-bottom: 3.5em;
}
.sec-header::after {
  display: block;
  width: 100px;
  height: 1px;
  background: #333333;
  content: "";
  margin-top: 1.5em;
}
.sec-header .sec-sub {
  position: relative;
  color: #999;
  font-size: 1.4rem;
}
.sec-header .sec-ttl {
  position: relative;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}

table.bordered th,
table.bordered td {
  border-top: #333333 1px dashed;
  padding: 1.5em;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}
table.bordered th {
  width: 200px;
}

.bg-logo {
  background: url(images/logo-gray.svg) no-repeat center center;
  background-size: 75%;
}

#company-04 .gmap {
  padding-bottom: 26.56%;
}

.content-row {
  margin-bottom: 8em;
}

.md-member .row:not(:last-child) {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: #3e84ac 1px dashed;
}
.md-member .row .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-member .row .flex .thumb {
  width: 22%;
}
.md-member .row .flex .txt {
  width: 70%;
}
.md-member .row .flex .txt .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0.2em;
}
.md-member .row .flex .txt .ttl span {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.8rem;
}
.md-member .row .flex .txt .pos {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
  font-weight: 600;
}
.md-member .row .flex .txt .sub-ttl {
  padding: 0.5em;
  background: #F2F2F2;
  font-size: 2.1rem;
  margin: 1.5em 0;
}
.md-member .row .flex .txt .excerpt {
  margin-bottom: 2.5em;
  line-height: 2.4;
}
.md-member .row .flex .txt .excerpt.en {
  text-align: inherit;
}

.hidden-content {
  display: none;
}
.hidden-content-inner {
  max-width: 1280px;
}

#page-nav {
  margin-bottom: 4em;
}
#page-nav .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
}
#page-nav .flex li {
  margin-bottom: 1em;
}
#page-nav .flex a {
  display: block;
  background: #001b3d;
  color: #fff;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  position: relative;
}
#page-nav .flex a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5em;
  width: 35.5px;
  height: 8.5px;
  content: "";
  background: url(images/icon_chevron_btn.svg) no-repeat 0 0;
  background-size: cover;
}
#page-nav .flex a:hover {
  background: #3e84ac;
}
#page-nav .flex.col2 li {
  width: 48.5%;
  margin-right: 3%;
}
#page-nav .flex.col2 li:nth-child(2n) {
  margin-right: 0;
}
#page-nav .flex.col3 li {
  width: 31%;
  margin-right: 2.666666%;
}
#page-nav .flex.col3 li:nth-child(3n) {
  margin-right: 0;
}
#page-nav .flex.col3 li.long {
  width: 48.666666%;
}
#page-nav .flex.col4 li {
  width: 23%;
  margin-right: 2.666666%;
}
#page-nav .flex.col4 li:nth-child(4n) {
  margin-right: 0;
}
#page-nav .flex.col4 li.long {
  width: 46%;
}

.pr {
  background: rgba(176, 224, 220, 0.3);
  padding: 8em 0;
}

#js-pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3e84ac;
  color: #fff;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 5;
}
#js-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
#js-pagetop:hover {
  background: #4ab7af;
}

.for-sp {
  display: none;
}

@media screen and (max-width: 1440px) {
  .wide {
    max-width: 90%;
  }
  #top .flex-wrap .top-navi .gnav {
    display: none;
  }
  #top .flex-wrap .top-navi .company-languages-nav {
    margin-left: 0.5em;
  }
  #top .flex-wrap .top-navi .company-languages-nav.no-en {
    margin-right: 3em;
    display: none;
  }
  #top .flex-wrap .top-navi .company-languages-nav.no-en.show {
    display: block;
  }
  #top .flex-wrap .top-navi .company-languages-nav.no-en.closed {
    display: none;
  }
  .menu-button {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .wider {
    max-width: 90%;
  }
}
@media screen and (max-width: 1170px) {
  .inner,
  .min {
    max-width: 90%;
  }
  #top .flex-wrap .top-navi .gnav {
    display: none;
  }
  .menu-button {
    display: block;
  }
  #main-contents .scrolldownside {
    display: none;
  }
  #page-nav .flex.col3 li {
    width: 48%;
    margin-right: 4%;
  }
  #page-nav .flex.col3 li:nth-child(3n) {
    margin-right: 4%;
  }
  #page-nav .flex.col3 li:nth-child(2n) {
    margin-right: 0;
  }
  #page-nav .flex.col4 li {
    width: 48%;
    margin-right: 4%;
  }
  #page-nav .flex.col4 li:nth-child(4n) {
    margin-right: 4%;
  }
  #page-nav .flex.col4 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 812px) {
  .micro {
    max-width: 90%;
  }
  .scpd {
    padding: 4em 0;
  }
  .header-bigger {
    margin-bottom: 2em;
  }
  .header-bigger .header-bigger-ttl {
    font-size: 7.2rem;
  }
  .wide .inner,
  .wide .min,
  .wide .micro {
    max-width: 100%;
  }
  #index-about .wrap {
    background: #f5f5f5;
  }
  #index-about .top {
    margin-bottom: 4em;
  }
  #index-about .top .wrap {
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-about .top .wrap .thumb {
    position: inherit;
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.5em;
  }
  #index-about .top .wrap .inner {
    order: 2;
    width: 100%;
  }
  #index-about .top .wrap .inner .box {
    width: 100%;
  }
  #index-about .top .wrap .inner .box .ttl {
    margin-bottom: 1em;
  }
  #index-about .top .wrap .inner .box .excerpt {
    margin-bottom: 2.5em;
  }
  #index-about .bottom {
    padding-bottom: 4em;
  }
  .md-box-link .flex-wrap {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-box-link .flex-wrap .item {
    width: 100%;
  }
  .md-box-link .flex-wrap .item:not(:last-child) {
    margin-bottom: 1em;
  }
  .md-icon-link-box .flex .item {
    width: 48%;
    margin-right: 4%;
  }
  .md-icon-link-box .flex .item:nth-child(3n) {
    margin-right: 4%;
  }
  .md-icon-link-box .flex .item:nth-child(2n) {
    margin-right: 0;
  }
  .md-news .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 0;
  }
  .md-news .flex .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2.5em;
  }
  .md-news .flex .item:nth-child(4n) {
    margin-right: 4%;
  }
  .md-news .flex .item:nth-child(2n) {
    margin-right: 0;
  }
  #site-footer .flex-wrap {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #site-footer .flex-wrap .logo-addr,
  #site-footer .flex-wrap .footer-links-nav {
    width: 100%;
  }
  #site-footer .flex-wrap .logo-addr {
    margin-bottom: 2.5em;
  }
  #site-footer .flex-wrap .footer-links-nav .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #site-footer .flex-wrap .footer-links-nav .flex .item {
    width: 100%;
  }
  #js-pagetop {
    right: 2.5%;
    bottom: 1.5em;
    width: 45px;
    height: 45px;
  }
  #js-pagetop img {
    max-width: 20px;
  }
  .md-member .row .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-member .row .flex .txt,
  .md-member .row .flex .thumb {
    width: 100%;
  }
  .md-member .row .flex .thumb {
    order: 1;
    margin-bottom: 2em;
  }
  .md-member .row .flex .thumb img {
    max-width: 250px;
  }
  .md-member .row .flex .txt {
    order: 2;
  }
  #company-04 .gmap {
    padding-bottom: 56.25%;
  }
  .pr {
    padding: 4em 0;
  }
  .md-filter .table {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .md-filter .table .th,
  .md-filter .table .td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .md-filter .item {
    padding: 1.5rem 2rem;
  }
  #sub-hero .sub-hero-single-ttl-wrap {
    box-sizing: border-box;
    padding-right: 5%;
  }
  #sub-hero .sub-hero-single-ttl-wrap .sub-hero-single-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .btn,
  .btn-more {
    font-size: 1.4rem;
  }
  #top {
    height: 60px;
    line-height: 60px;
  }
  #top .flex-wrap .logo {
    width: 200px;
  }
  #top .flex-wrap .top-navi {
    margin-left: 0.5em;
  }
  #top .flex-wrap .top-navi .company-languages-nav.no-en {
    margin-right: 2.5em;
    margin-right: 0.5em;
  }
  #top .flex-wrap .top-navi .company-languages-nav .languages-nav-btn-flex .nav-btn-item a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 1.4rem;
  }
  #top.is_fixed::before {
    width: calc(100% - 5px);
  }
  .menu-button {
    margin-top: 5px;
  }
  #hero .box {
    right: inherit;
    left: 0;
    width: 100%;
  }
  #hero .box .ttl {
    font-size: 2rem;
    text-align: center;
  }
  #index-about {
    padding-top: 6em;
  }
  #index-about .header-bigger {
    top: -1.5em;
  }
  #index-about .top .wrap .inner .box .ttl {
    font-size: 2rem;
  }
  .header-bigger .header-bigger-ttl {
    font-size: 4.8rem;
  }
  .md-icon-link-box .flex .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1em;
  }
  .md-news .flex .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .report-content-area .report-content-box {
    padding: 25px 30px 45px;
  }
  .report-content-area .report-content-box .report-item-area .report-item-box {
    padding: 18px 14px;
    line-height: 1.5;
  }
  .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left {
    margin-bottom: 5px;
  }
  .report-content-area .report-content-box .report-item-area .report-item-box .report-item-flex .report-item-left .report-info-area .time-box {
    margin-right: 1em;
    margin-right: 0;
  }
  .report-content-area .news-none-text {
    padding: 3em 20px;
  }
  #page-nav {
    margin-bottom: 2.5em;
  }
  #page-nav .flex li {
    font-size: 1.4rem;
  }
  #page-nav .flex li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  #page-nav .flex.col3 li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #page-nav .flex.col4 li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .sentry {
    font-size: 1.4rem;
  }
  .sentry h2,
  .sentry h3,
  .sentry h4,
  .sentry h5 {
    font-size: 1.6rem;
  }
  .sentry h2 .type {
    font-size: 1.4rem;
  }
  .sentry h2 .pos {
    font-size: 1.3rem;
  }
  .achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(1) {
    min-width: inherit;
  }
  .achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(2) {
    min-width: inherit;
  }
  .achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(3) {
    min-width: inherit;
  }
  .achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(4) {
    min-width: inherit;
  }
  .achievement-table .achievement-thead .achievement-tr .achievement-thead-th:nth-child(5) {
    min-width: inherit;
  }
  .erp-content .content-row {
    margin-bottom: 4em;
  }
  .sec-header {
    margin-bottom: 2em;
  }
  .sec-header .sec-ttl {
    font-size: 2.4rem;
  }
  .content-row {
    margin-bottom: 4em;
  }
  .md-member .row .flex .txt .ttl {
    font-size: 2rem;
  }
  .md-member .row .flex .txt .sub-ttl {
    font-size: 1.6rem;
  }
  .md-member .row .flex .txt .excerpt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .md-member .row .flex .txt .excerpt.en .sp-no-break {
    white-space: nowrap;
  }
  table.bordered {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  table.bordered tbody,
  table.bordered tr,
  table.bordered th,
  table.bordered td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  table.bordered th {
    background: #f5f5f5;
  }
  #sub-hero {
    height: 450px;
  }
  #sub-hero .sub-hero-ttl {
    font-size: 2.4rem;
  }
  #sub-hero .scrolldown span {
    font-size: 1.2rem;
    left: -27px;
  }
  #single .wrapper, #archives .wrapper {
    padding: 2.5em 0;
  }
  #site-footer .flex-wrap .footer-links-nav .flex .item ul li a {
    font-size: 1.6rem;
  }
  .for-sp {
    display: block;
  }
  #sub-hero .sub-hero-single-ttl-wrap .sub-hero-single-ttl {
    font-size: 1.8rem;
  }
  #sub-hero .sub-hero-single-ttl-wrap .sub-hero-single-meta {
    font-size: 1.2rem;
  }
  #contactform .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #contactform .flex .item {
    width: 100%;
  }
  .tel-num .num {
    font-size: 3.8rem;
  }
  .formFlow li {
    height: 40px;
    line-height: 40px;
  }
  #particles-js canvas {
    height: 450px !important;
  }
  .single-thumb img {
    height: 150px;
  }
}/*# sourceMappingURL=style.css.map */