@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

@font-face {
  font-family: 'stand-icon';
  src:  url('fonts/stand-icon.eot?7s3hc3');
  src:  url('fonts/stand-icon.eot?7s3hc3#iefix') format('embedded-opentype'),
    url('fonts/stand-icon.ttf?7s3hc3') format('truetype'),
    url('fonts/stand-icon.woff?7s3hc3') format('woff'),
    url('fonts/stand-icon.svg?7s3hc3#stand-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stand-icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-h2before:before {
  content: "\e905";
}
.icon-maillink-arrow:before {
  content: "\e906";
}
.icon-link-arrow:before {
  content: "\e907";
}
.icon-mail1:before {
  content: "\e908";
}
.icon-collapse-on:before {
  content: "\e901";
}
.icon-collapse-off:before {
  content: "\e902";
}
.icon-mail:before {
  content: "\e903";
}
.icon-iconmonstr-arrow-6:before {
  content: "\e904";
}
.icon-backtotop:before {
  content: "\e900";
}

/* 
---------------------------------------------------------------------------------------------------------------------------------------
header 
---------------------------------------------------------------------------------------------------------------------------------------
*/
#main_navbar {
  z-index: 10;
  margin-bottom: 0;
  padding-bottom: 0;
}
.navbar {
  transition: 600ms ease;
  background: transparent;
  padding: 0;
}

.navbar-brand img {
  width: auto;
  width: 7.9375rem;
}
.navbar .navbar-brand {
  margin-left: auto;
  padding: 0;
  margin-right: 0;
}

.navbar .navbar-toggler {
  width: 60px;
  height: 50px;
  border: none;
  margin-right: 0.5em;
	border-radius: 0;
	padding: .25rem .25rem;
  z-index: 10;
  background: #FF8844;
  position: fixed;
  top: 0;
  left: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.menu--text {
  font-size: 0.75rem;
  margin-bottom: 0.5em;
  color: #fff;
  line-height: 1;
  vertical-align: top;
}
.menu--icon {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.menu--icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menu--icon span:nth-child(1) {
  top: 0;
}
.menu--icon span:nth-child(2) {
  top: 8px;
}
.menu--icon span:nth-child(3) {
  top: 16px
}
.navbar-toggler[aria-expanded="true"] .menu--icon span {
  background: #fff;
}
.navbar-toggler[aria-expanded="true"] .menu--icon span:nth-child(1){
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .menu--icon span:nth-child(2){
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .menu--icon span:nth-child(3){
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .navbar .navbar-toggler {
    width: 92px;
    height: 75px;
  }
  .menu--text {
    font-size: 1.125rem;
    line-height: 1;
    vertical-align: top;
  }
  .menu--icon {
    width: 50px;
    height: 30px;
  }
  .menu--icon span:nth-child(1) {
    top: 6px;
  }
  .menu--icon span:nth-child(2) {
    top: 16px;
  }
  .menu--icon span:nth-child(3) {
    top: 26px
  }
  .navbar-toggler[aria-expanded="true"] .menu--icon span:nth-child(1){
    top: 16px;
  }
  .navbar-toggler[aria-expanded="true"] .menu--icon span:nth-child(3){
    top: 16px;
  }
}

/* navvar collapse fullscreen */
.navbar-toggler:active{
  outline: none!important;
}
button:focus{
  outline: none!important;
}
.navbar .container .navbar-toggler {
  display: block;
}
.navbar .navbar-collapse {
  background: rgba(0,0,0,.75);
  position: fixed;
  z-index: 100;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
.navbar-collapse ul.navbar-nav {
  position: fixed;
  display: block;
  top: calc(50% + 1em);
  transform: translate(0, -50%);
  min-width: 100%;
  text-align: center;
}
.dropdown-menu.depth_0 {
  padding: 2em;
  border: 2px solid #fff;
}
.dropdown-menu.depth_0 li {
  line-height: 2.5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff!important;
  background-color: transparent;
}
.navbar-collapse ul.navbar-nav li {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
  padding: 0;
  margin-bottom: 3em;
}
.navbar-collapse ul.navbar-nav li a {
  font-size: 1.175rem;
  padding: 0;
  font-weight: bold;
}
ul.navbar-nav li a {
  color: #fff!important;
}

.navbar .navbar-collapse.show {
  min-height: 100vh;
  visibility: visible;
  opacity: 1;
  z-index: 100;
  transform: translate3d(0px, 0px, 0px);
}
.navbar-collapse.show ul li {
  opacity: 1;
}
.navbar li a {
  position: relative;
  display: inline-block;
}
.xl-d-none {
  display: inline-block;
}
.contact-btn-wrap {
  position: fixed;
  bottom: 20%;
  right: 0;
  width: 60px;
  z-index: 99;
}

@media (min-width: 768px) {
  .navbar-brand img {
    width: 16.75rem;
  }
  .contact-btn-wrap {
    width: 92px;
  }
}
@media (min-width:1200px){
  .navbar .navbar-brand {
    padding-top: 0.125em;
  }
  .navbar .navbar-toggler {
    padding: .25rem .25rem;
  }
}
.entry-header .entry-title {
  display: none;
}
/* 
---------------------------------------------------------------------------------------------------------------------------------------
bg-photo
---------------------------------------------------------------------------------------------------------------------------------------
*/
.wrapper {
  margin-top: -150.125px;
}
@media (min-width: 768px) {
  .wrapper {
    margin-top: -316.812px;
  }
}
.page-header h1 {
  margin-top: 150.125px;
}
@media (min-width: 768px) {
  .page-header h1 {
    margin-top: 316.812px;
  }
}
.page-top-img {
  min-height: 100vh;
}
.page-top-img img {
  width: 100%;
  object-fit: cover;
}
.top-bg {
  background: url('../img/01bg-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  margin-bottom: 15rem;
}
.secondary-bg {
  background: url('../img/02bg-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  margin-bottom: 15rem;
}
.third-bg {
  background: url('../img/03bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  margin-bottom: 15rem;
}
.fourth-bg {
  background: url('../img/04bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 15rem;
  padding-bottom: 10em;
}
.home h2.wp-block-heading,
h2.page-title-en {
  color: #fff;
  font-size: 1.875rem;
  margin-top: -0.75em;
  margin-bottom: 2em;
}
h2.page-title-en {
  margin-bottom: 0.25em;
}
h2.page-title-ja {
  font-size: 1.75rem;
  font-weight: bold;
  color: #FF8844;
  margin-top: 0.25em;
  margin-bottom: 3em;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .home h2.wp-block-headin,
  h2.page-title-en {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .home h2.wp-block-heading,
  h2.page-title-en {
    font-size: 4.5rem;
  }
}
.top-contents {
  position: relative;
  height: 100%;
}
.top-contents ul {
  list-style: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: fit-content;
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 15;
}
.top-contents ul li a {
  height: auto;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: normal;
  line-height: 2.5;
  text-decoration: none;
}
@media (min-width: 992px) {
  .top-contents ul li a {
    font-size: 1.5rem;
  }
}
.top-contents ul li::first-letter {
  color: #FF8844;
}
.key-color {
  color: #FF8844;
}
.home h2.wp-block-heading::before,
h2.page-title-en::before {
  font-family: 'stand-icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e905";
  margin-right: 0.25em;
}
.contact-heading {
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "Oxygen", sans-serif;
  color: #fff;
}
.contact-heading::before {
  font-family: 'stand-icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e905";
  margin-right: 0.25em;
}
.lg-right-container {
  max-width: 520px;
}
.wp-block-latest-posts {
  border-bottom: 2px solid #fff;
}
@media (min-width: 992px) {
  .lg-right-container {
    margin-left: auto;
    max-width: 745px;
    margin-right: 4em;
  }
}
@media (min-width: 1200px) {
  .lg-right-container {
    margin-right: 20%;
  }
}
.wp-block-latest-posts li {
  font-size: 1rem;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  color: #fff;
  border-top: 2px solid #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
@media (min-width: 992px) {
  .wp-block-latest-posts li {
    font-size: 1.125rem;
    flex-direction: row-reverse;
  }
  .wp-block-latest-posts li time {
    font-size: 1.125rem;
    max-width: 120px;
    margin-right: 1.5em;
    display: block;
  }
  .wp-block-latest-posts li a.wp-block-latest-posts__post-title {
    display: block;
    width: calc(100% - 120px);
  }
}
.wp-block-latest-posts li a {
  text-decoration: #fff;
  color: #fff;
}
.arrow-link {
  text-align: right;
}
.arrow-link a {
  color: #fff;
  text-decoration: none;
}
.arrow-link a::after {
  font-family: 'stand-icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e907";
  margin-left: 0.5em;
}
.secondary-bg p.mt-sec {
  color: #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .secondary-bg p.mt-sec {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
  }
}
.mt-sec {
  margin-top: 3em;
}
.en-first-char {
  font-size: 1.3125rem;
  font-family: "Oxygen", sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0.25em;
  text-align: left;
}
.en-first-char::first-letter {
  color: #FF8844;
}
.ja-header {
  font-size: 1.25rem;
  font-weight: normal;
  color: #fff;
  margin-top: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .en-first-char {
    font-size: 2.5rem;
  }
  .ja-header {
    font-size: 1.75rem;
  }
}
.border-top {
  border-top: 2px solid #fff!important;
}
.border-bottom {
  border-bottom: 2px solid #fff!important;
}
@media (min-width: 992px) {
  .border-bottom {
    padding: 0 4em;
  }
}
.border-bottom p {
  color: #fff;
}
.recruit-box {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 4em 1em 0;
  color: #fff;
  margin-top: 50%;
  transform: translate(0,-50%);
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .recruit-box {
    margin-left: auto;
    margin-right: 3em;
    margin-top: 5em;
  }
}
.recruit-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 4em;
}
.recruit-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 4em;
}
.recruit-box p.lead {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.contact-section {
  background: #FF8844;
  padding: 3em 0 2em;
}
.lead-contact {
  color: #fff;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .lead-contact {
    padding-left: 2.5em;
  }
}
.contact-wrap,.contact-text  {
  color: #fff;
  margin-top: 1.5em;
  font-size: 1.125rem;
}
.contact-tel {
  color: #fff;
  font-size: 1.75rem;
  margin-top: 0;
  letter-spacing: 0.05em;
  margin-top: -0.5em;
}
.contact-tel .tel {
  font-size: 1.125rem;
  padding-right: 0.25em;
}
.contact-tel a {
  color: #fff;
  text-decoration: none;
}
.contact-link {
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
}
.contact-wrap::after {
  font-family: 'stand-icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e906";
  margin-left: 0.25em;
  font-size: 3rem;
  vertical-align: baseline;
  display: inline-block;
}
@media (min-width: 576px) {
  .contact-wrap::after {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .contact-wrap::after {
    vertical-align: baseline;
  }
  .contact-wrap, .contact-text {
    margin-top: -0.25em;
  }
}
@media (min-width: 992px) {
  .contact-wrap::after {
    vertical-align: middle;
  }
  .contact-tel {
    font-size: 2.375rem;
  }
}
@media (min-width: 1200px) {
  .contact-tel {
    font-size: 3rem;
    margin-right: 2em;
  }
}
.footer {
  background: #000;
  padding-top: 7em;
  padding-bottom: 1em;
  color: #fff;
}
.footer .container {
  position: relative;
}
img.footer-logo {
  width: 5rem!important;
}
@media (min-width: 768px) {
  img.footer-logo {
    width: 7.8125rem!important;
  }
}
.company-name {
  margin-top: 1em;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.company-name .legal {
  font-size: 1.5rem;
  padding-right: 0.25em;
}
.footer-nav {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .footer-nav {
    text-align: left;
    padding-left: 0;
  }
}
.footer-navbar {
  list-style: none;
  line-height: 1.75;
  font-weight: normal;
}
.footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  transition: 0.3s color;
}
.footer-nav li a:hover {
  color: #8EBA70;
}
.access {
  position: relative;
}
.access h4 {
  letter-spacing: 0.05em;
}
.access iframe {
  width: 100vw!important;
  margin-left: 50%;
  transform: translate(-50%,0);
}
@media (min-width: 992px) {
  .access {
    position: relative;
    margin-top: 8em;
  }
  .access iframe {
    width: 100%!important;
    transform: translate(0,0);
    margin-left: 0;
  }
}
.footer--copyright {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .footer--copyright {
    text-align: left;
  }
}
.footer--copyright p {
  margin-bottom: 0;
  line-height: 1.5;
}
/* 
---------------------------------------------------------------------------------------------------------------------------------------
base
---------------------------------------------------------------------------------------------------------------------------------------
*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 1.875;
}
body.page {
  font-size: calc(1rem + 0.25vw);
}
/* 読み込み時フェードイン */
body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}
.site {
  width: 100%;
  overflow: hidden;
}
a {
  color: #FF8844;
  transition: 0.2s color!important;
}
a:hover {
  color: #fff!important;
}
.table-bordered>:not(caption)>*>*, .wp-block-table table>:not(caption)>*>* {
  border-width: 0;
}
.table, .wp-block-table table {
  color: #fff;
  vertical-align: center;
}
/* Japanese hyphenation */
p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* bootstrap col image */
[class*='col-'] img {
	width: 100%;
}
/* bootstrap gutter */
/*溝幅 40pxの場合*/
.gutter-40{
  margin-left:-20px;
  margin-right:-20px;
}
.gutter-40 > [class*='col-'] {
padding-left:20px;
padding-right:20px;
}
/* デフォルト変更マージン変更 */
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  overflow: hidden;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.wp-block-image img {
  width: 100%;
}
.img-margin-bottom .wp-block-image {
  margin-bottom: 2em;
}
.vertical-mid {
  align-items: center;
}
.container-narrow {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.container-narrow p {
  margin-top: 2em;
}
.container iframe {
  width: 100%;
}
.small-text {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 1.5em;
}
br.xs-br {
  display: inline;
}
@media (min-width: 576px) {
  br.xs-br {
    display: none;
  }
}
br.sm-br {
  display: none;
}
@media (min-width: 576px) {
  br.sm-br {
    display: inline;
  }
}
br.md-br {
  display: none;
}
@media (min-width: 768px) {
  br.sm-br {
    display: none;
  }
  br.md-br {
    display: inline;
  }
}
br.lg-br {
  display: none;
}
@media (min-width: 992px) {
  br.sm-br {
    display: none;
  }
  br.md-br {
    display: none;
  }
  br.lg-br {
    display: inline;
  }
}
br.xl-br {
  display: none;
}
@media (min-width: 1200px) {
  br.sm-br {
    display: none;
  }
  br.md-br {
    display: none;
  }
  br.lg-br {
    display: none;
  }
  br.xl-br {
    display: inline;
  }
}
br.xxl-br {
  display: none;
}
@media (min-width: 1400px) {
  br.sm-br {
    display: none;
  }
  br.md-br {
    display: none;
  }
  br.lg-br {
    display: none;
  }
  br.xl-br {
    display: none;
  }
  br.xxl-br {
    display: inline;
  }
}
.pt-small {
  padding-top: 3em;
}
.pt-mid {
  padding-top: 5em;
}
.pt-large {
  padding-top: 8em;
}
.pb-small {
  padding-bottom: 3em;
}
.pb-mid {
  padding-bottom: 5em;
}
.pb-large {
  padding-bottom: 8em;
}
.wp-block-image {
  margin: 0;
}
figure {
  margin: 0 0 1rem;
}
.figure-img, .wp-block-image>figure img, figure.wp-block-image img {
  margin-bottom: 0;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
ol, ul {
  padding-left: 1.5rem;
  line-height: 1.75;
}
.no-style-list {
  list-style: none;
  padding-left: 0;
}
h5 {
  font-size: 1.125rem;
}

/* page-title hidden */
.home .entry-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.entry-title {
  color: #fff;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 0.125em;
  margin-bottom: 0.25em;
}
.light-h {
  font-weight: normal;
}
h3 {
  font-size: 1.3125rem;
  letter-spacing: 0.125em;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1.25em;
  text-align: center;
  margin-top: 1.25em;
  font-feature-settings: "palt";
}
.single .entry-content h2 {
  font-size: 1.25rem;
  text-align: left;
  color: #fff;
  border: none;
  font-weight: bold;
  width: auto;
  margin-bottom: 0.25em;
}
.single .entry-content h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.single .entry-content h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1.25em;
  margin-bottom: 0.25em;
}
.single .entry-content h5 {
  font-size: 0.75rem;
  margin-bottom: 0.25em;
}
.single .entry-content img {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.single .entry-content p {
  margin-bottom: 0.5em;
}
.entry-title--single {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
@media (min-width:768px) {
  h2 {
    text-align: left;
  }
  h2.left-h {
    margin-left: 0;
    max-width: 5em;
  }
  h2.left-h.en {
    max-width: 3em;
  }
  h2.right-h {
    margin-left: 0;
  }  
  h2.left-h::before {
    content: " ";
    border-bottom: 1px solid #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-bottom: 0.2rem;
    line-height: 0.5;
  }
  h2.left-h.en::before {
    content: " ";
    border-bottom: 1px solid #8EBA70;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-bottom: 0.25rem;
    line-height: 0.5;
  }
  h2.right-h::before {
    content: " ";
    border-bottom: 1px solid #8EBA70;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-bottom: 0.2rem;
    line-height: 0.5;
  }
  .single .entry-content h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: calc(1.5rem + 0.5vw);
    text-align: left;
  }
  .single .entry-content h3 {
    font-size: 1.25rem;
  }
  .single .entry-content h4 {
    font-size: 1.25rem;
  }
  .entry-title--single {
    font-size: 1.5rem;
  }
}

/* 
---------------------------------------------------------------------------------------------------------------------------------------
contents 
---------------------------------------------------------------------------------------------------------------------------------------
*/
.block-sep {
  padding: 3em 0 4em;
}
.pagination {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
}
.page-link {
  color: #FF8844;
  padding: 0.25rem 1rem;
  border: 1px solid #8EBA70;
  font-family: monospace;
}
.active>.page-link, .page-link.active {
  color: #fff;
  background-color: #FF8844;
  border-color: #FF8844;
}
/* 
---------------------------------------------------------------------------------------------------------------------------------------
contents top 
---------------------------------------------------------------------------------------------------------------------------------------
*/
.wrapper {
  padding: 0;
}

.video-wrap {
  width: 100%;
  height: calc(100vh - 4.375rem);
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.video-wrap .wp-block-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  min-width: 100%;
}
.video-wrap .video-lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.video-wrap .video-lead p {
  color: #fff;
  text-shadow: 0 0 3px rgba(46,46,46,.4);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
@media (min-width:992px){
  .video-wrap .video-lead p {
    font-size: 3rem;
  }
}
.video-lead p .en {
  font-size: 1.25rem;
  display: block;
  margin-top: -1em;
  margin-bottom: -3em;
}
@media (min-width:576px){
  .video-lead p .en {
    font-size: 1.25rem;
    display: inline-block;
    margin-top: 0;
    margin-left: -6.5em;
    margin-bottom: 0;
    margin-right: 1em;
    vertical-align: -1.25em;
  }
}
@media (min-width:992px){
  .video-lead p .en {
    font-size: 1.75rem;
    display: inline-block;
    margin-top: 0;
    margin-left: -6.75em;
    margin-bottom: 0;
    margin-right: 1em;
    vertical-align: -1.25em;
  }
}
.greetings {
  padding-top: 2em;
  position: relative;
}
.greetings p, .greetings ul {
  margin-bottom: 0;
}
#greeting-bg {
  width: 100%;
  overflow: hidden;
  min-height: 490px;
  margin-top: -5em;
}
#greeting-bg img { 
  min-height: 490px;
  object-fit: cover;
}
.news {
  margin-bottom: 2em;
}
.news, .news-list {
  margin-top: 2em;
}
.archive .news-list {
  margin-bottom: 6em;
}
.news-list dl dt {
  font-weight: normal;
}
.news-list dl dd a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
.archive-title::first-letter {
  color: #FF8844;
}
.privacy-policy .site-main {
  padding-top: 2em;
  padding-bottom: 5em;
}
.site-main {
  position: relative;
}
@media (min-width: 992px) {
  .news-list dl {
    display: flex;
    font-size: 1.125rem;
    border-bottom: 1px solid #fff;
  }
  .news-list dl dt {
    width: 8em;
    display: inline-block;
    line-height: 1.5;
  }
  .news-list dl dd {
    width: calc(100% - 8em);
    line-height: 1.5;
  }
}
.wp-block-button__link {
  background-color: #fff;
  font-weight: normal;
  padding: 0.25em 2em!important;
  filter: drop-shadow(0 0 2px rgba(0,0,0,.1));
  transform: translateZ(0);/* safari GPU layer */
  transition: all 0.3s;
  color: #FF8844!important;
  margin-top: 1em;
  border-radius: 0.25em;
  border: 1px solid #FF8844!important;
}
#topics {
  margin-top: 3em;
}
.topics-container {
  margin: 0;
  margin-top: 3em;
  padding: 0 1em;
}
@media (min-width:768px) {
  .topics-container {
    padding: 0 5em;
  }
}
.card {
  margin: 0;
  padding: 1.5rem;
  border: none;
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
  border-radius: 0.125rem;
  border: 1px solid #8EBA70!important;
  overflow: hidden;
}
.card-img-top {
  height: 8.125rem;
  margin-bottom: 0;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 1em;
}
.card-img-top img {
  min-width: 100%;
  min-height: 12.5rem;
  object-fit: cover;
  object-position: 50% 50%;
}
.card-body {
    padding: 1rem 0 0;
}
.card-body .time {
  margin-top: 2em;
  margin-bottom: 0;
}
.card-title {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
.over-view-section, .access-section {
  margin: 0;
  margin-bottom: 0!important;
  background-color: #F4F4F4;
}
.over-view-section {
  margin-top: 5em;
}
.text-col {
  padding: 3em
}
@media (min-width:768px) {
  .over-view-section, .access-section {
    min-height: 35.5rem;
  }
  .over-view-section .wp-block-image, .access-section .wp-block-image {
    height: 35.5rem;
  }
  .over-view-section img, .access-section img {
    object-fit: cover;
    height: 100%;
  }
  .access-section {
    margin-top: 0;
  }
  .md-reverse {
    flex-direction: row-reverse;
  }
  .md-left-oblique, .md-right-oblique {
    position: relative;
  }
  .md-left-oblique {
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .md-right-oblique {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  }
  .text-col {
    align-items: center;
  }
  .text-col.left-text-col {
    padding-left: 10%;
  } 
}

/* 
---------------------------------------------------------------------------------------------------------------------------------------
page 
---------------------------------------------------------------------------------------------------------------------------------------
*/
.bg-gray {
  background-color: #FAFAFA;
  padding: 1em 2em;
}
h3.accordion-header {
  margin-top: 0;
  color: #fff;
  font-size: 1.5rem;
  border-bottom: 1px solid #FF8844;
}
.accordion {
  margin-bottom: 4em;
}
.accordion-item {
  border: none;
}
.accordion-button {
  color: #fff;
}

.accordion-button:focus {
  z-index: 3;
  border: none;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}
.accordion-header .accordion-button {
  font-size: 1.25rem;
}
.accordion-button::after {
  width: 40px;
  height: 40px;
  background-image: url(img/collapse-off.svg);
  background-size: 40px;
  transition: 0.2s all;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(img/collapse-on.svg);
}
.services .accordion-body h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #8EBA70;
  display: block;
  margin-top: 2em;
}
.services .accordion-body ul {
  display: block;
  margin-left: 0;
}
.fee-text {
  font-size: 1.25rem;
}
caption {
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  color: #2E2E2E;
  text-align: left;
  font-size: 0.8175rem;
}
.block-caption {
  display: block;
  font-size: 0.8175rem;
}
.accordion-body table {
  width: 100%;
}
.accordion-body tbody {
  border-top: 1px solid #fff;
}
.accordion-body table th {
  font-weight: normal;
  border-bottom: 1px solid #fff;
  background-color: #E9FDDB;
  padding: 0.5em 0.5em;
}
.accordion-body table td {
  border-bottom: 1px solid #fff;
  background-color: #E9FDDB;
  padding: 0.5em 0.5em;
}
@media (min-width:768px) {
  .accordion {
    margin-bottom: 6em;
  }
  .accordion-header .accordion-button {
    font-size: 1.5rem;
  }
  .services .accordion-body h5 {
    display: inline-block;
    margin-top: 0.5em;
    vertical-align: top;
  }
  .services .accordion-body ul {
    display: inline-block;
    margin-left: 3em;
    vertical-align: top;
  }
}
.people dl {
  display: flex;
  line-height: 1.5;
  margin-bottom: 0;
}
.people dt {
  font-weight: normal;
  font-size: 1rem;
  width: 4em;
}
.people dd {
  width: calc(100% - 4em);
}
.name {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.name span.en {
  font-size: 1.25rem;
  display: block;
  margin-left: 0;
}
@media (min-width:768px) {
  .name span.en {
    font-size: 1.25rem;
    display: inline-block;
    margin-left: 1.5em;
  }
}
.topics-archive {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (min-width:768px) {
  .topics-archive {
    margin-top: 6em;
    margin-bottom: 3em;
  }
}
.field.search-field.form-control {
  border-radius: 0;
  border: none;
  background: #F1F0EA;
  padding-top: 0.75em;
  padding-bottom: 0.75em
}
.submit.search-submit.btn.btn-primary {
  background: #FF8844;
  border-color: #FF8844;
  border-radius: 0;
  padding-left: 2em;
  padding-right: 2em;
}
/* contact */
.mail--form {
  margin-bottom: 4em;
}
@media (min-width:768px) {
  .mail--form {
    margin-bottom: 5em;
  }
}
.mail--form .req{
  font-size: 0.875rem;
  color:#E83737;
  margin-left: 0.5em;
  display: inline-block;
}
.mail--form .req::before{
  content: "（"
}
.mail--form .req::after{
  content: "）"
}
.mail--form div {
  margin-top: 1.5rem;
}
.mail--form label {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 2rem;
}
.mail--form input {
  background: #F1F0EA;
  border: none;
  border-radius: 0;
  min-height: 1.5rem;
  width: 100%;
  padding: 0.5rem;
}
.form-privacy {
  margin-top: 3em;
}
.mail--form select::-ms-expand {
  display: none;
}
.mail--form button[type="submit"],
.mail--form input[type="submit"] {
  background-color: #FF8844;
  padding: 0.75em 2.5em!important;
  filter: drop-shadow(0 0 3px rgba(0,0,0,.1));
  transform: translateZ(0);
  transition: all 0.3s;
  color: #fff!important;
  border: none;
  border-radius: 0;
  width: fit-content;
  text-align: center;
  display: inline-block;
}
.mail--form textarea {
  background: #F1F0EA;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0.5rem;
  min-height: 12.5rem;
}
.recap {
  margin-top: 1rem;
}
.sbmit-btn {
  margin-top: 1rem;
  margin-bottom: 3em;
}
.contact .contact-btn {
  display: none;
}
.archive-title {
  margin-top: 2em;
}



/* 
---------------------------------------------------------------------------------------------------------------------------------------
single
---------------------------------------------------------------------------------------------------------------------------------------
*/
.single-wrapper {
  padding-top: 2em;
  padding-bottom: 3em;
}
.single-wrapper .entry-meta {
  margin-bottom: 3em;
}
.single article.post {
  padding-bottom: 3em;
}
.single .content-header {
  font-family: 'Poppins', sans-serif;
  padding-top: 2em;
  margin-bottom: 3em;
}
.post-navigation {
  margin-top: 4em;
}
.post-navigation .nav-links a {
  border: 1px solid #8EBA70;
  border-radius: 4px;
  padding: 0.5em 2em;
  text-decoration: none;
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
/*
---------------------------------------------------------------------------------------------------------------------------------------
Privacy policy
---------------------------------------------------------------------------------------------------------------------------------------
*/
.privacy-policy h3 {
  margin-top: 2.5em;
  margin-bottom: 0.25em;
  font-size: 1rem;
  font-weight: bold;
}
.privacy-policy-en h3 {
  margin-top: 2.5em;
  margin-bottom: 0.75em;
  font-size: 1rem;
  font-weight: bold;
}
.privacy-policy p {
  margin-bottom: 0.5em;
}
.privacy-policy-en p {
  line-height: 1.625;
  font-variant-ligatures: normal;
}
.privacy-policy ol {
  list-style: none;
  counter-reset: count 0;
  margin-left: 1em;
  margin-top: 1.75em;
}
.privacy-policy ol li {
  text-indent: -1.5em;
}
.privacy-policy ol li:before {
  content: counter(count) "　";
  counter-increment: count 1;
}

/* 
---------------------------------------------------------------------------------------------------------------------------------------
footer 
---------------------------------------------------------------------------------------------------------------------------------------
*/
.back-to-top {
  display: block;
  position: fixed;
  z-index: 9;
  bottom: 3em;
  left: 50%;
  transform: translate(-50%,0);
  width: 80px;
  height: 70px;
  text-align: center;
  color: #ee1616;
  background: #fff;
  text-decoration: none;
  transform: 0.3s all;
}
.back-to-top .icon-backtotop {
  font-size: 2.5rem;
  display: block;
  margin-bottom: -0.75rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
.back-to-top .top-letter {
  font-size: 0.625rem;
  margin-top: 1.5em;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
.back-to-top:hover {
  background: #EE1616;
  color: #fff;
  text-decoration: none;
}

.post-navigation {
  margin-top: 4em;
}
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge { visibility: hidden; }

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.page-sub-title {
  margin-bottom: 5em;
}
.page-sub-title::before {
  font-family: 'stand-icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e905";
  margin-right: 0.25em;
  font-size: 0.875em;
}