@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 16px;
  line-height: normal;
  color: #000;
}

img {
  vertical-align: bottom;
}

a,
a:visited {
  color: #333;
}

.post,
.page {
  margin: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.hero-en-title {
  text-transform: uppercase;
  font-weight: 700;
}

.page-header {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.page-header img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header .page-hd-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  max-width: 700px;
  text-align: center;
  padding: 0 1rem;
}
.page-header .page-hd-content h1 {
  font-size: 1.5rem;
  border-top: 4px solid #fff;
  padding-top: 10px;
}
.page-header .page-hd-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.breadcrumb-area {
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
}
.breadcrumb-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.breadcrumb-area ul a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page--content {
  background: #f8f8f8;
  padding: 2rem 0;
}
.page--content .page-main-key {
  padding: 0 2rem;
  text-align: center;
}
.page--content .page-main-key p {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 2;
}
.page--content .page-main-key p.big {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.nm-page-wrapper {
  margin-top: 5rem;
}
.nm-page-wrapper .nm-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  background: #fff;
  padding: 2rem;
}
.nm-page-wrapper .nm-page .nm-page-title {
  width: 30%;
  position: relative;
}
.nm-page-wrapper .nm-page .nm-page-title .nm-page-title-inner {
  position: sticky;
  top: 30px;
}
.nm-page-wrapper .nm-page .nm-page-title .nm-page-title-inner h2 span {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  display: block;
}
.nm-page-wrapper .nm-page .nm-page-title .nm-page-title-inner h2 strong {
  display: block;
  font-weight: 500;
}
.nm-page-wrapper .nm-page .nm-page-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nm-page-wrapper .nm-page .nm-page-content p {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 1.5;
}
.nm-page-wrapper .nm-page .nm-page-content p.key {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.nm-page-wrapper .nm-page .nm-page-content p.key::after {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background: #830000;
  margin: 1rem auto;
}
.nm-page-wrapper .nm-page .nm-page-content h3 {
  margin: 2rem 0 1rem;
  background: #000;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
}
.nm-page-wrapper .nm-page .nm-page-content img {
  display: block;
  max-width: 100%;
  margin-top: 1rem;
}
.nm-page-wrapper .nm-page .nm-page-content a.more {
  display: block;
  margin: 1rem auto 0;
  text-align: center;
  background: #830000;
  color: #fff;
  padding: 1rem;
  font-size: 90%;
  border-radius: 1rem;
  max-width: 300px;
  position: relative;
}
.nm-page-wrapper .nm-page .nm-page-content a.more::after {
  font-family: "Material Symbols Outlined";
  content: "\e8e4";
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.nm-page-wrapper .nm-page .nm-page-content .setsubi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nm-page-wrapper .nm-page .nm-page-content .setsubi .setubi-inner {
  width: calc(50% - 1rem);
}
.nm-page-wrapper .nm-page .nm-page-content .setsubi .setubi-inner img {
  margin: 0;
}
.nm-page-wrapper .nm-page .nm-page-content .setsubi .setubi-inner h3 {
  margin: 1rem 0 0;
  text-align: center;
  background: #fff;
  padding: 0;
  color: #333;
}
.nm-page-wrapper .nm-page .nm-page-content .setsubi .setubi-inner h3 span {
  display: block;
}
.nm-page-wrapper .nm-page .nm-page-content .setsubi .setubi-inner h3 strong {
  display: block;
}
.nm-page-wrapper .nm-page .nm-page-content .stepbar {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.nm-page-wrapper .nm-page .nm-page-content .stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}
.nm-page-wrapper .nm-page .nm-page-content .stepbar .stepbarwrap .steptitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nm-page-wrapper .nm-page .nm-page-content .stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #830000;
}
.nm-page-wrapper .nm-page .nm-page-content .stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 1em;
  font-size: 18px;
  color: #830000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.nm-page-wrapper .nm-page .nm-page-content .stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
}
.nm-page-wrapper .nm-page .nm-page-content .stepbar .stepbarwrap .steptxt .steptxt-title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
}
.nm-page-wrapper .nm-page .nm-page-content .stepbar .stepbarwrap .steptxt .steptxt-txt {
  font-size: 0.9em;
}
.nm-page-wrapper .nm-page .nm-page-content .stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 2em);
  background-color: #830000;
  position: absolute;
  top: 1em;
  left: 0.5em;
  z-index: -1;
}
.nm-page-wrapper .nm-page .nm-page-content .stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
@media screen and (max-width: 960px) {
  .nm-page-wrapper .nm-page .nm-page-content .stepbar {
    width: 90%;
  }
}
.nm-page-wrapper .nm-page .nm-page-content .qa-1 {
  max-width: 100%;
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}
.nm-page-wrapper .nm-page .nm-page-content .qa-1 summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}
.nm-page-wrapper .nm-page .nm-page-content .qa-1 summary::before,
.nm-page-wrapper .nm-page .nm-page-content .qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.nm-page-wrapper .nm-page .nm-page-content .qa-1 summary::before {
  color: #000;
  content: "Q";
}
.nm-page-wrapper .nm-page .nm-page-content .qa-1 summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.nm-page-wrapper .nm-page .nm-page-content .qa-1[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.nm-page-wrapper .nm-page .nm-page-content .qa-1 p {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.nm-page-wrapper .nm-page .nm-page-content .qa-1[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.nm-page-wrapper .nm-page .nm-page-content .qa-1 p::before {
  color: #830000;
  line-height: 1.2;
  content: "A";
}
.nm-page-wrapper .nm-page .nm-page-content > *:first-child {
  margin-top: 0;
}

.ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  background: #ededed;
  padding: 5rem;
  gap: 5rem;
}
.ceo .ceo-img {
  width: 25%;
  position: relative;
}
.ceo .ceo-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ceo .ceo-text p {
  margin-top: 2rem;
}
.ceo .ceo-text p.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ceo .ceo-text p.name span {
  font-size: 14px;
}
.ceo .ceo-text p.name strong {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
}
.ceo .ceo-text p:first-child {
  margin-top: 0;
}

.companym table,
.rec table,
.company table,
#wpcf7-f6-p19-o1 table {
  width: 100%;
}
.companym table th,
.companym table td,
.rec table th,
.rec table td,
.company table th,
.company table td,
#wpcf7-f6-p19-o1 table th,
#wpcf7-f6-p19-o1 table td {
  padding: 20px 10px;
  border-bottom: 2px solid #000;
  width: 100%;
}
.companym table th,
.rec table th,
.company table th,
#wpcf7-f6-p19-o1 table th {
  border-color: #830000;
  width: 30%;
}

.footer-nav li.menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 0px;
}

.a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.a-box .main-area {
  width: 75%;
}
.a-box .main-area main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.a-box .main-area main article {
  background: #fff;
  width: calc(50% - 1rem);
  padding: 1rem;
}
.a-box .main-area main article .img {
  position: relative;
}
.a-box .main-area main article .img span {
  position: absolute;
  top: 0;
  left: 0;
  background: #830000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
}
.a-box .main-area main article h2 {
  margin-top: 10px;
}
.a-box .main-area main article time {
  display: block;
  text-align: right;
  margin-top: 5px;
  font-size: 90%;
}
.a-box .side-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.a-area,
.post-main-area {
  background: #f8f8f8;
  padding: 2rem 0;
}

#secondary {
  padding: 1rem;
  background: #fff;
}
#secondary h2 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
#secondary section:last-child {
  margin-bottom: 0;
}
#secondary #categories-2 li a,
#secondary #genre_works_widget-2 li a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination ul li a,
.pagination ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: #ccc;
  font-size: 13px;
}
.pagination ul li a {
  color: #fff;
  background: #830000;
}

.post-area {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.post-area main {
  width: 70%;
}
.post-area .side-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-main-box {
  background: #fff;
  padding: 1rem;
}
.post-main-box article .post-hd h1 {
  font-size: 1.4rem;
}
.post-main-box article .post-hd .post-meta {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 80%;
}
.post-main-box article .entry-content p {
  margin-top: 1rem;
}
.post-main-box article .entry-content h2 {
  margin: 2rem 0 1rem;
  background: #830000;
  color: #fff;
  padding: 1rem;
  font-size: 1.3rem;
}
.post-main-box article .entry-content h3 {
  margin: 2rem 0 1rem;
  border-top: 3px solid #830000;
  border-bottom: 3px solid #830000;
  padding: 1rem 0;
  font-size: 1.3rem;
}
.post-main-box article .entry-content h4 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  border-left: 3px solid #830000;
  padding-left: 10px;
}
.post-main-box article .entry-content > *:first-child {
  margin-top: 0;
}

.tag-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 90%;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-box ul a::before {
  content: "#";
}

.related-posts {
  margin-top: 2rem;
}
.related-posts h2 {
  font-size: 1.3rem;
}
.related-posts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}
.related-posts ul li {
  width: calc(25% - 0.75rem);
}
.related-posts ul li h3 {
  font-size: 15px;
  margin-top: 10px;
}
.related-posts ul li time {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  text-align: right;
}

.post-main-box .works {
  padding: 0;
  background: #fff;
}

.wimg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wimg-box .wimg-box-inner {
  width: calc(50% - 0.5rem);
}

table.tb {
  width: 100%;
}
table.tb th,
table.tb td {
  padding: 20px 10px;
  border-bottom: 2px solid #000;
  width: 100%;
}
table.tb th {
  border-color: #830000;
  width: 30%;
}

.phone-icon {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
}

.tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-top: 1rem;
  padding: 10px;
  background: #830000;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-top: 1rem;
  padding: 10px;
  background: #06c755;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wpcf7-f6-p19-o1 th {
  position: relative;
}
#wpcf7-f6-p19-o1 th span {
  color: #fff;
  position: absolute;
  right: 0;
  background: #830000;
  font-size: 12px;
  padding: 5px 10px;
}
#wpcf7-f6-p19-o1 th span.nini {
  background: #3f51b5;
}
#wpcf7-f6-p19-o1 td p {
  margin-top: 10px;
  font-size: 15px;
}

input[type=submit] {
  border: none;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 1rem;
  display: block;
  margin: 1rem auto 0;
  width: 270px;
  text-align: center;
}

.footer-inner .footer-logo {
  width: 250px;
}

.key-img {
  margin-top: 2rem;
}
.key-img img {
  max-width: 500px;
}

.drawer-icon-bars-nm .drawer-icon-bar1,
.drawer-icon-bars-nm .drawer-icon-bar2,
.drawer-icon-bars-nm .drawer-icon-bar3 {
  background-color: #333;
}

.page-header {
  overflow: hidden;
}
.page-header img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 10s linear;
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
  -webkit-animation: zoomInOut 20s ease-in-out infinite;
          animation: zoomInOut 20s ease-in-out infinite;
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.loading-area {
  position: fixed;
  inset: 0;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.loading-area .loader {
  width: 100px;
  height: auto;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.loading-area .loader path {
  fill: #fff;
  -webkit-animation: logoColorChange 1.5s ease-in-out forwards;
          animation: logoColorChange 1.5s ease-in-out forwards;
}

@-webkit-keyframes logoColorChange {
  0% {
    fill: #fff;
  }
  100% {
    fill: #0055ff;
  }
}

@keyframes logoColorChange {
  0% {
    fill: #fff;
  }
  100% {
    fill: #0055ff;
  }
}
.main-content {
  display: none;
}

/* フェードアウト */
.fade-out {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
  pointer-events: none;
}

.pp-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
  background: #fff;
  font-size: 14px;
}

.pp-page p {
  margin-top: 1rem;
}

.pp-page h2 {
  margin: 2rem 0 1rem;
  font-size: 17px;
  font-weight: 600;
}

.pp-page h3 {
  margin: 2rem 0 1rem;
  font-size: 15px;
  font-weight: 600;
}

.pp-page ul {
  margin-top: 1rem;
  margin-left: 1rem;
  line-height: 2;
}

.pp-page ul li {
  list-style: disc;
}

.pp-page p a {
  text-decoration: underline;
}

.pp-page > *:first-child {
  margin-top: 0;
}

.pp-link {
  font-size: 10px;
}
.pp-link a {
  text-decoration: underline;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.site-branding .header-logo {
  width: 300px;
  margin-left: 20px;
}

.recruit-wrap .recruit-catch-copy {
  position: absolute;
  right: -200px;
  top: 100px;
  width: 840px;
}/*# sourceMappingURL=main.css.map */