@charset "UTF-8";
body {
  margin: 0;
  font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; }
  body p {
    line-height: 1.8; }
  body img {
    max-width: 100%;
    vertical-align: bottom; }

html {
  height: -webkit-fill-available; }

body {
  min-height: -webkit-fill-available; }

a {
  transition-property: all;
  transition: 0.3s linear;
  text-decoration: none;
  color: #333; }
  a:hover {
    opacity: .7; }

h1, h2, h3, h4 {
  font-weight: 700; }

.s-intro__box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 900px;
  margin: -20px 0 0 0; }
  .s-intro__box .s-intro__box_title {
    -webkit-mask-position: center;
    mask-position: center;
    pointer-events: none;
    position: relative;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    height: 60px;
    -webkit-mask-image: url(../images/pc-ttl.svg);
    mask-image: url(../images/pc-ttl.svg);
    -webkit-mask-position: center;
    mask-position: center;
    overflow: hidden; }
    .s-intro__box .s-intro__box_title .s-intro__box_title_text {
      display: none; }
  .s-intro__box .s-intro__box_title_bg_wrap {
    width: 1000px;
    height: 1000px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .s-intro__box .s-intro__box_title_bg_wrap .s-intro__box_title_bg {
      width: 100%;
      height: 100%;
      -webkit-animation: rotating 40s linear infinite;
      animation: rotating 40s linear infinite; }

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.s-emergency {
  position: absolute;
  left: 50%;
  z-index: 1000; }

.s-emergency_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.4;
  max-height: inherit;
  -webkit-transition: color .5s;
  transition: color .5s; }

.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000; }

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999; }
  .start p img {
    max-width: 180px; }

.main-contents {
  margin-top: 0 !important; }

.header_scrolled .site-header-logo {
  display: block; }
.header_scrolled .global-nav-list {
  height: auto; }
.header_scrolled .site-header {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0); }

.global-nav-list li {
  margin-left: 30px !important; }
  .global-nav-list li a {
    display: block !important;
    padding: 14px 1.5em !important; }

.global-nav-list > li:before {
  content: none; }

.global-nav-list > li > a:hover {
  color: #c1272d; }

.global-nav-list > li:last-child a {
  background: #c1272d;
  color: #fff;
  border-radius: 5px; }

.global-nav-list > li:last-child a strong {
  background: url(../images/ico-arrow@2x.png) no-repeat;
  background-size: 10px;
  background-position: right center;
  padding-right: 20px; }

.site-header--layout--nav-float .site-header-container {
  align-items: center;
  justify-content: space-between;
  display: flex; }

.site-header-logo {
  margin: 0;
  padding: 0;
  z-index: 99; }
  .site-header-logo img {
    height: 34px;
    vertical-align: unset;
    width: auto;
    max-width: unset; }

.site-header {
  box-shadow: none;
  top: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  z-index: 999; }
  .site-header > div {
    -moz-box-shadow: -7px 7px 19px -17px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: -7px 7px 19px -17px rgba(0, 0, 0, 0.32);
    -ms-box-shadow: -7px 7px 19px -17px rgba(0, 0, 0, 0.32);
    box-shadow: -7px 7px 19px -17px rgba(0, 0, 0, 0.32);
    padding: 10px 30px;
    background: #fff; }

.nav {
  flex-wrap: nowrap; }

.scrollify {
  width: 100%;
  height: 100%;
  padding: 0; }
  .scrollify h2 {
    letter-spacing: 5px; }

.pagination {
  position: fixed;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  z-index: 99; }
  .pagination li {
    margin-bottom: 15px; }
    .pagination li span {
      display: none; }
    .pagination li a {
      background: #808080;
      border-radius: 50%;
      display: block;
      width: 10px;
      height: 10px;
      margin: 0; }
      .pagination li a.active {
        background: #d4145a; }

.video-container {
  position: relative;
  height: 100%;
  background: #fbfdfa;
  width: 100%;
  overflow: hidden; }
  .video-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 0;
    z-index: 2; }
  .video-container .animate__delay-4s {
    animation-delay: 3.5s; }
  .video-container .animate__delay-5s {
    animation-delay: 4s; }
  .video-container video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .video-container .copy {
    position: absolute;
    top: calc(50% + 30px);
    left: calc(50% + 15px);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 100%;
    z-index: 3; }
    .video-container .copy img {
      width: 170px; }
    .video-container .copy h1 {
      font-size: 54px;
      line-height: 1;
      margin-bottom: .2em;
      font-weight: 700; }
      .video-container .copy h1 .ten {
        position: relative;
        right: -10px; }
      .video-container .copy h1 .maru {
        margin-left: 3px; }
    .video-container .copy .sub {
      margin-bottom: 2em;
      font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
      color: #999;
      font-weight: 100;
      letter-spacing: .5em;
      font-size: 1.1em; }
    .video-container .copy .link {
      font-weight: bold;
      font-size: 1.2em;
      position: relative;
      top: -5px; }
      .video-container .copy .link a {
        color: #c1272d; }

.scrollify .service {
  background: url(../images/bg1@2x-80.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 100%; }
  .scrollify .service h2 {
    color: #b02629; }

.scrollify .company {
  background: url(../images/bg2@2x-80.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
  color: #fff;
  height: 100%; }

.scrollify .recruit {
  background: url(../images/bg3@2x-80.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #333;
  height: 100%; }
  .scrollify .recruit h2 {
    color: #b02629; }

.scrollify .service .animate__delay-1s,
.scrollify .company .animate__delay-1s,
.scrollify .recruit .animate__delay-1s,
.scrollify .other-contents .animate__delay-1s {
  animation-delay: 0.5s; }
.scrollify .service .animate__delay-2s,
.scrollify .company .animate__delay-2s,
.scrollify .recruit .animate__delay-2s,
.scrollify .other-contents .animate__delay-2s {
  animation-delay: 1s; }
.scrollify .service .animate__delay-3s,
.scrollify .company .animate__delay-3s,
.scrollify .recruit .animate__delay-3s,
.scrollify .other-contents .animate__delay-3s {
  animation-delay: 1.5s; }

.scrollify .footer-contents {
  height: 100%; }

.other-contents {
  height: 100%; }
  .other-contents .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .other-contents .container > div {
      position: relative;
      top: 5vh;
      width: 100%; }
    .other-contents .container .section-ttl {
      color: #c1272d;
      margin-bottom: 0; }
      .other-contents .container .section-ttl h2 {
        font-size: 2.5em;
        margin-bottom: 0;
        border: none;
        padding: 0; }
      .other-contents .container .section-ttl .sub {
        font-weight: bold;
        font-size: 1.2em; }
    .other-contents .container .news-list {
      list-style: none;
      padding: 0;
      margin-bottom: 20px;
      min-height: 360px; }
      .other-contents .container .news-list li {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        border-bottom: solid 1px; }
        .other-contents .container .news-list li:last-child {
          border-bottom: none; }
        .other-contents .container .news-list li a {
          text-decoration: none; }
          .other-contents .container .news-list li a:hover {
            color: #000; }
        .other-contents .container .news-list li .thumbnail {
          width: 160px;
          height: 100px;
          background: #CCC; }
          .other-contents .container .news-list li .thumbnail img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
        .other-contents .container .news-list li .text {
          width: calc(100% - 180px);
          font-size: .9em; }
          .other-contents .container .news-list li .text .date {
            font-weight: bold;
            margin-bottom: 1em; }

.home .contents-contact {
  height: 58vh;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex; }
  .home .contents-contact .container > div {
    padding: 80px 0 0 !important; }
.home .site-footer {
  height: 42vh; }

.contents-contact {
  background: url(../images/bg4@2x-80.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0 50px;
  color: #fff; }
  .contents-contact .container {
    justify-content: center; }
    .contents-contact .container > div {
      padding: 20px 0; }
    .contents-contact .container .section-ttl {
      color: #fff;
      margin-bottom: 2em; }
      .contents-contact .container .section-ttl h2 {
        font-size: 2.5em;
        margin-bottom: 0;
        border: none;
        padding: 0; }

.scrollify {
  position: relative;
  padding: 0; }
  .scrollify .container {
    display: flex;
    align-items: center;
    height: 100%; }
    .scrollify .container > div {
      padding-left: 80px;
      padding-top: 14px; }
  .scrollify h2 {
    border: none;
    font-size: 2.5em;
    padding: 0;
    margin-bottom: 1em; }
  .scrollify p {
    font-weight: bold;
    line-height: 2;
    letter-spacing: .5px; }

.btn-ptn1 a {
  background: #77150c;
  color: #fff;
  border-radius: 50px;
  padding: 5px 30px;
  display: inline-block; }

.btn-ptn2 a {
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  border: solid 1px #fff;
  display: inline-block; }

.scroll-down {
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 100; }
  .scroll-down a {
    display: inline-block;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #000;
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    pointer-events: none; }
    .scroll-down a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 100px;
      background: #000;
      animation: sdl 1.5s 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%; } }
#fp-nav ul li a.active span {
  background: #d4145a; }

.home .site-footer {
  padding: 0 0 40px; }

.site-footer {
  background: #c1272d;
  color: #fff;
  font-size: 12px;
  padding: 40px 0 20px; }
  .site-footer .footer-menu-container {
    height: 100%; }
    .site-footer .footer-menu-container ul {
      padding-left: 20px; }
    .site-footer .footer-menu-container .container {
      max-width: 1000px; }
      .site-footer .footer-menu-container .container > div {
        width: 100%;
        margin: 0;
        padding: 0; }
  .site-footer .pagination {
    display: none; }
  .site-footer .footer-menu-container > .container {
    padding: 0;
    width: 100%; }
  .site-footer .footer-menu-container h3 {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    font-size: 1.2em;
    border: none;
    margin: 0 0 1em; }
    .site-footer .footer-menu-container h3:after {
      content: none;
      margin: 0;
      padding: 0; }
  .site-footer .footer-menu-container div > a {
    color: #fff;
    margin-bottom: 15px;
    display: block; }
  .site-footer .footer-menu-container ul {
    list-style: none;
    border-left: solid 1px;
    margin: 0 0 40px; }
    .site-footer .footer-menu-container ul li {
      margin-bottom: 15px; }
      .site-footer .footer-menu-container ul li a {
        text-decoration: none;
        color: #fff; }
  .site-footer .footer-info .logo {
    width: 100px;
    margin-right: 20px; }
  .site-footer .footer-info .address {
    line-height: 2;
    font-size: 14px; }
    .site-footer .footer-info .address a {
      margin: 0; }
  .site-footer .site-footer-copyright p:last-child {
    display: none; }

.news-search {
  padding: 0 30px; }
  .news-search h5 {
    border: none;
    padding: 0; }
  .news-search #news-search {
    background: #e6e6e6;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    .news-search #news-search > div {
      width: calc(33.3% - 20px);
      margin: 0;
      background: #fff url(../images/220525_reserch_icon.svg) no-repeat;
      background-size: 15px;
      background-position: top 15px left 15px;
      padding: 10px;
      color: #000;
      position: relative; }
      .news-search #news-search > div .widget-title {
        padding-left: 25px;
        position: relative; }
        .news-search #news-search > div .widget-title:after {
          content: '＋';
          position: absolute;
          right: 10px;
          top: 0;
          bottom: 0;
          margin: auto; }
      .news-search #news-search > div:nth-child(2) {
        background: #fff url(../images/220525_tag_category.svg) no-repeat;
        background-size: 15px;
        background-position: top 15px left 15px; }
      .news-search #news-search > div:nth-child(3) {
        background: #fff url(../images/220525_icon_icon.svg) no-repeat;
        background-size: 15px;
        background-position: top 15px left 15px; }
    .news-search #news-search .localNavi {
      display: none; }
      .news-search #news-search .localNavi.active {
        display: block;
        position: absolute;
        top: 45px;
        left: 0;
        background: #fff;
        width: 100%;
        box-shadow: -7px 7px 19px -17px rgba(0, 0, 0, 0.3);
        z-index: 10; }
      .news-search #news-search .localNavi li a {
        color: #000; }
      .news-search #news-search .localNavi li a:hover {
        color: #000; }

#vk-mobile-nav-menu-btn {
  display: none; }

.googlemap {
  height: 350px; }
  .googlemap iframe {
    margin: 0 0 -5px; }

.subpage-header {
  background: url(../images/bg1@2x-80.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px; }
  .subpage-header .page-title {
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
    z-index: 2; }
    .subpage-header .page-title h1 {
      margin: 0;
      font-size: 3em;
      letter-spacing: 1px; }

.post-name-company .subpage-header {
  background: url(../images/bg2@2x-80.jpg) no-repeat;
  background-size: cover;
  background-position: right center; }

.post-name-contact .subpage-header {
  background: url(../images/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

.post-name-service .main-section img {
  max-width: 800px;
  margin: 0 auto;
  display: block; }

.archive .subpage-header,
.single .subpage-header {
  background: url(../images/news_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .archive .subpage-header:after,
  .single .subpage-header:after {
    content: '';
    display: block;
    background: rgba(90, 90, 90, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

section {
  padding: 80px 0; }
  section.section-bg {
    background: #f2f2f2; }
  section .section-ttl {
    margin-bottom: 50px; }
    section .section-ttl h2 {
      font-size: 1em;
      border: none;
      padding: 0; }
  section .section-ttl-large {
    font-weight: bold;
    margin-bottom: 2em; }
    section .section-ttl-large h2 {
      font-size: 2.5em;
      letter-spacing: 1px;
      border: none;
      padding: 0;
      margin: 0; }
  section .section-ttl-middle {
    font-weight: bold;
    margin-bottom: 1.5em; }
    section .section-ttl-middle h2 {
      font-size: 2em;
      letter-spacing: 1px;
      border: none;
      padding: 0;
      margin: 0; }
  section .sub-ttl {
    font-weight: bold;
    font-size: 1.2em; }
  section .company-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 350px;
    margin: 30px auto 0; }
    section .company-list li {
      width: 50%;
      text-align: left;
      margin: 0 0 10px; }

.color-red {
  color: #c1272d; }

.img1 {
  width: 100%;
  height: 380px;
  background: #eee; }

.member-list {
  margin: 40px -30px 0 -30px; }
  .member-list > div {
    width: 25%;
    padding: 0 30px;
    margin-bottom: 50px; }
    .member-list > div figure {
      background: #eee;
      height: 140px;
      width: 100%; }

dl.company {
  display: flex;
  width: 750px;
  max-width: 100%;
  margin: 0 auto 20px; }
  dl.company dt {
    width: 25%; }
  dl.company dd {
    width: 75%; }

.mw_wp_form {
  border-top: solid 2px #ddd;
  padding-top: 30px; }
  .mw_wp_form .privacy {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 40px; }
    .mw_wp_form .privacy .ttl {
      color: #c1272d;
      font-weight: bold;
      margin-bottom: 10px; }
    .mw_wp_form .privacy .inner {
      border: solid 1px #ddd;
      padding: 15px;
      font-size: .9em;
      height: 100px;
      overflow: scroll; }
  .mw_wp_form input[type=submit] {
    font-weight: bold;
    border-radius: 50px;
    padding: 15px 30px; }
    .mw_wp_form input[type=submit].back {
      background: #333;
      margin-right: 10px; }
  .mw_wp_form table {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 30px;
    border-top: none; }
    .mw_wp_form table th, .mw_wp_form table td {
      border: none; }
    .mw_wp_form table th {
      text-align: left;
      position: relative;
      vertical-align: top; }
      .mw_wp_form table th span {
        color: #c1272d;
        position: absolute;
        left: -2px; }
    .mw_wp_form table td input[type="text"],
    .mw_wp_form table td input[type="email"],
    .mw_wp_form table td select,
    .mw_wp_form table td textarea {
      background: #e6e6e6;
      border-radius: 0;
      border: none; }
    .mw_wp_form table td #zip {
      display: inline-block;
      width: 40%; }

.contact-step-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px; }
  .contact-step-list li {
    display: flex;
    justify-content: center;
    align-items: center; }
    .contact-step-list li:last-child:after {
      content: none; }
    .contact-step-list li.current div {
      background: #c1272d;
      color: #fff; }
    .contact-step-list li:after {
      content: '>';
      color: #b3b3b3;
      display: block;
      font-size: 2em;
      margin: 0 20px; }
    .contact-step-list li div {
      border: solid 2px #c1272d;
      color: #c1272d;
      width: 100px;
      height: 100px;
      text-align: center;
      line-height: 100px;
      border-radius: 50%;
      font-weight: bold;
      letter-spacing: 3px; }

.news-list .article__item {
  margin-bottom: 50px; }
  .news-list .article__item a {
    color: #000;
    text-decoration: none; }
  .news-list .article__item .thumbnail {
    background: #ddd;
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
    overflow: hidden; }
    .news-list .article__item .thumbnail a {
      display: block; }
      .news-list .article__item .thumbnail a:hover {
        transform: scale(1.2, 1.2);
        transition: 1s all; }
    .news-list .article__item .thumbnail img {
      width: 100%;
      height: 230px;
      object-fit: cover;
      transition: 1s all; }
  .news-list .article__item .meta {
    margin-top: 10px; }
    .news-list .article__item .meta .category ul {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: .7em; }
      .news-list .article__item .meta .category ul li {
        margin-right: 10px; }
        .news-list .article__item .meta .category ul li a {
          color: #fff;
          background: #000;
          border-radius: 50px;
          padding: 5px 20px; }
    .news-list .article__item .meta .date {
      color: #999;
      font-size: .8em; }

.entry-meta-item.entry-meta-item-author {
  display: none; }

.pagenav .page-numbers {
  border: solid 1px #c1272d;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-weight: bold;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  font-weight: bold; }
  .pagenav .page-numbers.next, .pagenav .page-numbers.prev {
    border: none;
    width: auto;
    color: #b3b3b3; }
  .pagenav .page-numbers:hover {
    color: #000; }
  .pagenav .page-numbers.current {
    background: #c1272d;
    color: #fff; }

.fp-watermark {
  display: none !important; }

.vk_posts.next-prev {
  display: none; }

.entry-meta-data-list dt {
  background-color: #000; }

#responsive-menu-pro-container #responsive-menu-pro {
  margin-top: 60px; }

#responsive-menu-pro-container #responsive-menu-pro-title {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 20px !important; }

.animate__animated {
  --animate-duration: 0.5s; }

.board-member {
  max-width: 950px;
  margin: 80px auto 0; }
  .board-member > div {
    margin-bottom: 50px; }
    .board-member > div p {
      margin-bottom: .5em; }
  .board-member .name {
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 40px; }
    .board-member .name .jp {
      font-size: 1.7em;
      margin-bottom: .2em; }
    .board-member .name .en {
      font-size: 1.2em; }
  .board-member dl {
    display: flex;
    margin: 0 0 .5em;
    font-size: .95em; }
    .board-member dl dt {
      font-weight: normal;
      width: 12%;
      margin: 0; }
    .board-member dl dd {
      width: 88%;
      margin: 0; }

@media (min-width: 768px) {
  .pcnon {
    display: none; } }
@media (min-width: 992px) {
  .drawer-hamburger {
    display: none !important; } }
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px; } }
@media (max-width: 1199px) {
  .global-nav-list li {
    margin-left: 0; }

  .s-intro__box {
    width: 840px; } }
@media (max-width: 991.98px) {
  .main-section {
    margin-bottom: 0; }

  .global-nav {
    display: block; } }
@media (max-width: 991px) {
  html {
    -webkit-text-size-adjust: 100%; }

  .spnon {
    display: none; }

  .site-header {
    top: 0;
    height: 60px; }

  .site-header-logo img {
    height: 20px; }

  .site-header > div {
    padding: 13px 15px;
    height: 60px; }

  .video-container .copy img {
    width: 140px; }

  .site-header-logo img {
    margin-left: 0; }

  .pagination {
    left: 10px; }

  .video-container .copy h1 {
    font-size: 32px;
    line-height: 1.4;
    justify-content: flex-start !important;
    position: relative;
    left: 0; }

  .video-container .copy h1 .d-inline {
    white-space: pre; }

  .s-intro__box .s-intro__box_title_bg_wrap {
    width: 800px;
    height: 800px;
    left: 0; }

  .s-intro__box {
    height: 80px;
    width: 92%;
    margin: 0 0 .5em; }

  .s-intro__box .s-intro__box_title {
    width: 100%;
    height: 80px;
    -webkit-mask-image: url(../images/sp-ttl.svg);
    mask-image: url(../images/sp-ttl.svg);
    -webkit-mask-position: left;
    -webkit-mask-position: left;
    mask-position: left;
    overflow: hidden; }

  .video-container .copy .sub {
    margin-bottom: 40px;
    font-size: .8em; }

  .video-container .copy {
    top: 50%;
    text-align: left !important;
    padding: 0 0 0 40px;
    left: 50%; }

  .video-container .copy .link {
    font-size: 1em; }

  .video-container video {
    bottom: 0;
    width: 200%; }

  .scroll-down {
    left: 5px; }

  .scrollify .container > div {
    padding: 0 30px; }

  .scrollify .other-contents .container > div {
    padding-right: 15px; }

  .other-contents .container .news-list li {
    border-bottom: none;
    position: relative;
    padding: 15px 0; }
    .other-contents .container .news-list li:after {
      content: '';
      display: block;
      background: #000;
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 1px;
      left: 0; }

  .other-contents .container .news-list li .thumbnail {
    width: 100px;
    height: 80px; }

  .other-contents .container .section-ttl {
    margin-bottom: 1em; }

  .other-contents .container .news-list li .text .date {
    margin-bottom: .5em; }

  .other-contents .container .news-list li .text {
    width: calc(100% - 120px);
    font-size: .8em;
    line-height: 1.4; }

  .other-contents .container .news-list {
    margin-bottom: 20px; }

  .contents-contact {
    padding: 70px 0; }
    .contents-contact .btn-ptn2 a {
      margin-top: 10px;
      display: inline-block; }

  .site-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; }

  .site-footer .footer-info .logo {
    margin: 0 auto 10px;
    width: 60px; }

  .site-footer .footer-info .address {
    line-height: 2;
    text-align: center;
    font-size: 12px; }
    .site-footer .footer-info .address .align-items-center {
      justify-content: center; }

  .subpage-header {
    height: 400px;
    margin-top: 60px; }

  .post-name-recruitment .site-body {
    margin-top: 60px; }

  .member-list {
    margin-left: -10px;
    margin-right: -10px; }
    .member-list > div {
      width: 50%;
      padding: 0 10px; }

  .contact-step-list {
    margin-bottom: 20px; }
    .contact-step-list li:after {
      margin: 0 10px; }
    .contact-step-list li div {
      width: 70px;
      height: 70px;
      line-height: 70px; }

  .mw_wp_form table {
    table-layout: fixed;
    box-sizing: border-box; }
    .mw_wp_form table th, .mw_wp_form table td {
      display: block;
      width: 100%; }
    .mw_wp_form table td input {
      box-sizing: border-box;
      -webkit-appearance: none; }

  input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    max-width: 300px;
    display: block; }

  .news-search #news-search {
    display: block;
    padding: 20px; }
    .news-search #news-search > div {
      width: 100%;
      margin: 10px 0; }

  .news-search #news-search .localNavi.active {
    position: relative;
    top: 10px;
    box-shadow: none; }

  .news-search {
    padding: 0; }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #c1272d;
    height: 1px; }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 0; }

  .drawer--right .drawer-nav {
    right: -100%; }

  .drawer-nav {
    width: 100%; }
    .drawer-nav .drawer-menu {
      margin-top: 120px;
      border-top: solid 1px #c1272d;
      display: block; }
      .drawer-nav .drawer-menu li {
        width: 100%;
        border-bottom: solid 1px #c1272d;
        padding: 0;
        font-size: 14px; }
        .drawer-nav .drawer-menu li a {
          color: #c1272d; }
          .drawer-nav .drawer-menu li a strong {
            font-weight: normal; }
        .drawer-nav .drawer-menu li:last-child {
          padding: 20px 1.5em;
          border-bottom: none; }
          .drawer-nav .drawer-menu li:last-child a {
            color: #fff; }

  .global-nav-list li {
    margin-left: 0 !important; }
    .global-nav-list li a {
      font-size: 14px;
      text-align: left; }

  .scrollify .container > div p br {
    display: none; }

  .googlemap {
    height: 250px; }

  .scrollify .footer-contents .container > div p br {
    display: block; }

  .middle-img img {
    height: 200px;
    width: 100%;
    object-fit: cover; }

  .board-member {
    margin: 40px 0; }
    .board-member > div p {
      text-align: center; }
    .board-member .name {
      text-align: center;
      margin-bottom: 20px; }
    .board-member figure {
      width: 60%;
      margin: 0 auto 10px; }
    .board-member dl {
      margin-bottom: .5em; }
      .board-member dl dt {
        width: 20%; }
      .board-member dl dd {
        width: 80%; }

  .post-name-service .main-section img {
    max-width: 100%; } }
