@media screen and (max-width: 768px) {
  #site-wrap {
    margin-top: 50px;
  }
}

header.site-head {
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  header.site-head {
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
  }
}
header.site-head .inner-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  header.site-head .inner-block {
    justify-content: space-between;
  }
}
header.site-head .inner-block .logo-block {
  width: 130px;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  header.site-head .inner-block .logo-block {
    width: 130px;
  }
}
header.site-head .inner-block .logo-block h1 a {
  text-decoration: none;
  line-height: 1;
  font-size: 0px;
}
header.site-head .inner-block .logo-block h1 a img {
  width: 100%;
}
header.site-head .inner-block .sp-menu-trigger {
  position: relative;
  width: 35px;
  height: 32px;
  cursor: pointer;
  display: none;
  transition: all .5s;
  box-sizing: border-box;
  margin: 10px;
}
@media screen and (max-width: 999px) {
  header.site-head .inner-block .sp-menu-trigger {
    display: inline-block;
    z-index: 10;
  }
}
header.site-head .inner-block .sp-menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 4px;
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
header.site-head .inner-block .sp-menu-trigger span:nth-of-type(1) {
  top: 0;
}
header.site-head .inner-block .sp-menu-trigger span:nth-of-type(2) {
  top: 15px;
}
header.site-head .inner-block .sp-menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header.site-head .inner-block .sp-menu-trigger p {
  position: absolute;
  width: 100%;
  bottom: -11px;
  left: 0;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}
header.site-head .inner-block .sp-menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
header.site-head .inner-block .sp-menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: sp-btn-active-animation .8s forwards;
  animation: sp-btn-active-animation .8s forwards;
}
header.site-head .inner-block .sp-menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
header.site-head .inner-block .hd-insta-block {
  width: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  header.site-head .inner-block .hd-insta-block {
    display: none;
  }
}
header.site-head .inner-block .hd-insta-block a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-head .inner-block .hd-insta-block a:hover {
  opacity: 0.7;
}
header.site-head .inner-block .hd-insta-block a img {
  max-width: 100%;
}
header.site-head .inner-block .global-nav {
  display: flex;
  align-items: center;
  width: calc(100% - 160px);
  padding: 10px 20px 10px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  header.site-head .inner-block .global-nav {
    display: flex !important;
  }
}
@media screen and (max-width: 999px) {
  header.site-head .inner-block .global-nav {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    padding: 60px 10px 10px 10px;
    box-sizing: border-box;
    left: 0;
    top: 0;
    z-index: 5;
  }
}
header.site-head .inner-block .global-nav nav.nav-main {
  display: block;
  width: 100%;
}
@media screen and (max-width: 999px) {
  header.site-head .inner-block .global-nav nav.nav-main {
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
  }
}
header.site-head .inner-block .global-nav nav.nav-main .sp-view-navi {
  display: none;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  header.site-head .inner-block .global-nav nav.nav-main .sp-view-navi {
    display: flex;
    justify-content: center;
  }
}
header.site-head .inner-block .global-nav nav.nav-main .sp-view-navi span {
  margin: 0 10px;
}
header.site-head .inner-block .global-nav nav.nav-main ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  header.site-head .inner-block .global-nav nav.nav-main ul {
    display: block;
  }
}
header.site-head .inner-block .global-nav nav.nav-main ul li {
  margin: 0 20px;
}
@media screen and (max-width: 999px) {
  header.site-head .inner-block .global-nav nav.nav-main ul li {
    margin: 0;
  }
}
header.site-head .inner-block .global-nav nav.nav-main ul li.sp-view {
  display: none;
}
@media screen and (max-width: 999px) {
  header.site-head .inner-block .global-nav nav.nav-main ul li.sp-view {
    display: block;
  }
}
header.site-head .inner-block .global-nav nav.nav-main ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  header.site-head .inner-block .global-nav nav.nav-main ul li a {
    display: block;
    border-bottom: 1px solid #000000;
    padding: 15px 0;
    text-align: center;
  }
}
header.site-head .inner-block .global-nav nav.nav-main ul li a:hover {
  opacity: 0.7;
}

.page-content__wrap .content-each-block {
  padding: 70px 20px;
}
.page-content__wrap .content-each-block.bg-black {
  background: #000000;
}
.page-content__wrap .content-each-block .title-block {
  margin-bottom: 50px;
}
.page-content__wrap .content-each-block .title-block h2 {
  font-size: 40px;
  color: #000000;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-content__wrap .content-each-block .title-block h2 {
    font-size: 25px;
  }
}
.page-content__wrap .content-each-block .title-block h2.f-w {
  color: #ffffff;
}
.page-content__wrap .content-each-block .content-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.page-header__dir2 {
  padding: 40px 20px;
}
.page-header__dir2.bg-about {
  background: url("../images/about/main_visual.jpg") no-repeat center center;
  background-size: cover;
}
.page-header__dir2.bg-service {
  background: url("../images/service/main_visual.jpg") no-repeat center center;
  background-size: cover;
}
.page-header__dir2.bg-technique {
  background: url("../images/technique/main_visual.jpg") no-repeat center center;
  background-size: cover;
}
.page-header__dir2.bg-contact {
  background: url("../images/contact/main_visual.jpg") no-repeat center center;
  background-size: cover;
}
.page-header__dir2.bg-facilities {
  background: url("../images/facilities/main_visual.jpg") no-repeat center center;
  background-size: cover;
}
.page-header__dir2.bg-news {
  background: url("../images/news/main_visual.jpg") no-repeat center center;
  background-size: cover;
}
.page-header__dir2.bg-recruit {
  background: url("../images/recruit/main_visual.jpg") no-repeat center center;
  background-size: cover;
  padding: 150px 20px;
}
.page-header__dir2.bg-privacy {
  background: url("../images/privacypolicy/main_visual.jpg") no-repeat center center;
  background-size: cover;
}
.page-header__dir2 .page-title {
  margin-bottom: 30px;
}
.page-header__dir2 .page-title h2 {
  text-align: center;
}
.page-header__dir2 .page-title h2 span {
  display: block;
  color: #ffffff;
}
.page-header__dir2 .page-title h2 span.en {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-header__dir2 .page-title h2 span.en {
    font-size: 25px;
  }
}
.page-header__dir2 .page-title h2 span.jp {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}
.page-header__dir2 .p-text {
  max-width: 1000px;
  margin: 0 auto;
}
.page-header__dir2 .p-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-header__dir2 .p-text p {
    font-size: 14px;
  }
}
.page-header__dir2 .p-text p.tl {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .page-header__dir2 .p-text p.tl {
    font-size: 14px;
  }
}

.page-content__wrap-dir2 .content-block {
  padding: 60px 20px;
}
.page-content__wrap-dir2 .content-block .s-title-block {
  text-align: center;
  margin-bottom: 50px;
}
.page-content__wrap-dir2 .content-block .s-title-block h3 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 10px;
  border: 1px solid #000000;
  box-sizing: border-box;
}
.page-content__wrap-dir2 .content-block .s-title-block h3 span {
  display: block;
}
.page-content__wrap-dir2 .content-block .s-title-block h3 span.en {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-content__wrap-dir2 .content-block .s-title-block h3 span.en {
    font-size: 25px;
  }
}
.page-content__wrap-dir2 .content-block .s-title-block h3 span.jp {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}
.page-content__wrap-dir2 .content-block .inner-content {
  max-width: 1000px;
  margin: 0 auto;
}

.site-footer .contact-ft__wrap {
  padding: 60px 20px;
  background: #000000;
}
.site-footer .contact-ft__wrap .title-block {
  margin-bottom: 45px;
}
.site-footer .contact-ft__wrap .title-block h4 {
  font-size: 40px;
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .site-footer .contact-ft__wrap .title-block h4 {
    font-size: 25px;
  }
}
.site-footer .contact-ft__wrap .inner-block {
  max-width: 1000px;
  margin: 0 auto;
}
.site-footer .contact-ft__wrap .inner-block .read-text {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .site-footer .contact-ft__wrap .inner-block .read-text {
    font-size: 14px;
  }
}
.site-footer .contact-ft__wrap .inner-block .read-text p {
  color: #ffffff;
  text-align: center;
}
.site-footer .contact-ft__wrap .inner-block .btn-set {
  max-width: 600px;
  margin: 0 auto;
}
.site-footer .contact-ft__wrap .inner-block .btn-set ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .site-footer .contact-ft__wrap .inner-block .btn-set ul {
    display: block;
  }
}
.site-footer .contact-ft__wrap .inner-block .btn-set ul li {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .site-footer .contact-ft__wrap .inner-block .btn-set ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.site-footer .contact-ft__wrap .inner-block .btn-set ul li a {
  display: block;
  padding: 10px;
  color: #000000;
  background: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.75;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .contact-ft__wrap .inner-block .btn-set ul li a:hover {
  opacity: 0.7;
}
.site-footer .contact-ft__wrap .inner-block .notes {
  margin-top: 30px;
}
.site-footer .contact-ft__wrap .inner-block .notes p {
  font-size: 14px;
  line-height: 1.75;
  color: #ffffff;
  text-align: center;
}
.site-footer .footer-information {
  padding: 60px 20px;
}
.site-footer .footer-information .inner-block {
  max-width: 1000px;
  margin: 0 auto;
}
.site-footer .footer-information .inner-block .ft-logo {
  margin-bottom: 45px;
  text-align: center;
}
.site-footer .footer-information .inner-block .ft-logo a img {
  max-width: 100%;
}
.site-footer .footer-information .inner-block .footer-nav {
  margin-bottom: 40px;
}
.site-footer .footer-information .inner-block .footer-nav .ft-nav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-information .inner-block .footer-nav .ft-nav ul {
    display: block;
  }
}
.site-footer .footer-information .inner-block .footer-nav .ft-nav ul li {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-information .inner-block .footer-nav .ft-nav ul li {
    margin: 0 0 10px 0;
    text-align: center;
  }
}
.site-footer .footer-information .inner-block .footer-nav .ft-nav ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .footer-information .inner-block .footer-nav .ft-nav ul li a:hover {
  opacity: 0.7;
}
.site-footer .footer-information .inner-block .company-info {
  margin-bottom: 50px;
}
.site-footer .footer-information .inner-block .company-info .tl {
  margin-bottom: 20px;
}
.site-footer .footer-information .inner-block .company-info .tl h5 {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-information .inner-block .company-info .tl h5 {
    font-size: 16px;
  }
}
.site-footer .footer-information .inner-block .company-info .clm2-block {
  display: flex;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-information .inner-block .company-info .clm2-block {
    display: block;
  }
}
.site-footer .footer-information .inner-block .company-info .clm2-block .row {
  width: 50%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-information .inner-block .company-info .clm2-block .row {
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.site-footer .footer-information .inner-block .company-info .clm2-block .row .meta {
  margin-bottom: 15px;
}
.site-footer .footer-information .inner-block .company-info .clm2-block .row .meta p {
  font-size: 14px;
  line-height: 1.5;
}
.site-footer .footer-information .inner-block .company-info .clm2-block .row .meta p.s-tl {
  font-size: 16px;
}
.site-footer .footer-information .inner-block .company-info .clm2-block .row .btn a {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .footer-information .inner-block .company-info .clm2-block .row .btn a.btn-color-type01 {
  background: #ffffff;
  color: #000000;
}
.site-footer .footer-information .inner-block .company-info .clm2-block .row .btn a:hover {
  opacity: 0.8;
}
.site-footer .copyright {
  padding: 10px;
}
.site-footer .copyright p {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

a.btn-basic {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn-basic.btn-color-type01 {
  background: #ffffff;
  color: #000000;
}
a.btn-basic:hover {
  opacity: 0.8;
}

.pagination__wrap .pager-inner-single {
  text-align: center;
}
.pagination__wrap .pager-inner-single a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .pagination__wrap .pager-inner-single a {
    font-size: 16px;
  }
}
.pagination__wrap .pager-inner-single a:hover {
  opacity: 0.7;
}
.pagination__wrap .pager-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination__wrap .pager-inner ul li {
  display: flex;
  margin: 5px;
}
.pagination__wrap .pager-inner ul li span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
}
.pagination__wrap .pager-inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__wrap .pager-inner ul li a.previouspostslink {
  margin: 5px 18px 5px 5px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  font-weight: normal;
}
.pagination__wrap .pager-inner ul li a.nextpostslink {
  margin: 5px 5px 5px 18px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  font-weight: normal;
}
.pagination__wrap .pager-inner ul li a:hover {
  opacity: 0.7;
}

.tp-main-visual {
  position: relative;
  font-size: 0px;
  line-height: 1;
}
.tp-main-visual .slide-block .item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tp-main-visual .slide-block .item img {
    height: 90vh;
    object-fit: cover;
  }
}
.tp-main-visual .inner-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-main-visual .inner-block .set {
  text-align: center;
}
.tp-main-visual .inner-block .set .logo {
  margin-bottom: 20px;
}
.tp-main-visual .inner-block .set .logo img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .tp-main-visual .inner-block .set .logo img {
    max-width: 60%;
  }
}
.tp-main-visual .inner-block .set .text p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .tp-main-visual .inner-block .set .text p {
    font-size: 14px;
  }
}

.tp-typ-service .pre-text {
  margin-bottom: 40px;
}
.tp-typ-service .pre-text p {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp-typ-service .pre-text p {
    font-size: 14px;
  }
}
.tp-typ-service .slide-box {
  margin-bottom: 70px;
}
.tp-typ-service .slide-box .inner-block .item {
  margin: 0 10px;
}
.tp-typ-service .slide-box .inner-block .item .set {
  position: relative;
}
.tp-typ-service .slide-box .inner-block .item .set .photo img {
  width: 100%;
}
.tp-typ-service .slide-box .inner-block .item .set .txt {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 99;
  padding: 0 20px;
  box-sizing: border-box;
}
.tp-typ-service .slide-box .inner-block .item .set .txt span {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100px;
  padding: 5px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .tp-typ-service .slide-box .inner-block .item .set .txt span {
    font-size: 13px;
  }
}
.tp-typ-service .more-info {
  text-align: center;
}

.tp-typ-news .news-postlist {
  margin-bottom: 40px;
}
.tp-typ-news .news-postlist article.post-row {
  display: block;
}
.tp-typ-news .news-postlist article.post-row a {
  display: flex;
  padding: 15px 50px 15px 10px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: 1px dotted #ffffff;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .tp-typ-news .news-postlist article.post-row a {
    display: block;
  }
}
.tp-typ-news .news-postlist article.post-row a:hover {
  opacity: 0.7;
}
.tp-typ-news .news-postlist article.post-row a:hover::before {
  right: 5px;
}
.tp-typ-news .news-postlist article.post-row a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-typ-news .news-postlist article.post-row a time.post-date {
  width: 125px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .tp-typ-news .news-postlist article.post-row a time.post-date {
    width: 100%;
    font-size: 14px;
  }
}
.tp-typ-news .news-postlist article.post-row a .post-title {
  width: calc(100% - 125px);
}
@media screen and (max-width: 768px) {
  .tp-typ-news .news-postlist article.post-row a .post-title {
    width: 100%;
  }
}
.tp-typ-news .news-postlist article.post-row a .post-title h5 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .tp-typ-news .news-postlist article.post-row a .post-title h5 {
    font-size: 14px;
  }
}
.tp-typ-news .more-btn {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content-pzl__wrap {
    padding: 20px;
  }
}
.content-pzl__wrap .pz-each-block {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content-pzl__wrap .pz-each-block {
    display: block;
  }
}
.content-pzl__wrap .pz-each-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.content-pzl__wrap .pz-each-block:nth-of-type(even) .information .s-title h2 {
  text-align: left;
}
.content-pzl__wrap .pz-each-block:nth-of-type(even) .information .more-btn {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content-pzl__wrap .pz-each-block:nth-of-type(even) .information .more-btn {
    text-align: center;
  }
}
.content-pzl__wrap .pz-each-block .photo {
  width: 50%;
  font-size: 0px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .content-pzl__wrap .pz-each-block .photo {
    width: 100%;
  }
}
.content-pzl__wrap .pz-each-block .photo img {
  width: 100%;
}
.content-pzl__wrap .pz-each-block .information {
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .content-pzl__wrap .pz-each-block .information {
    width: 100%;
    padding: 20px 0;
  }
}
.content-pzl__wrap .pz-each-block .information .s-title {
  margin-bottom: 30px;
}
.content-pzl__wrap .pz-each-block .information .s-title h2 {
  font-size: 40px;
  color: #000000;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.5;
  text-align: right;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .content-pzl__wrap .pz-each-block .information .s-title h2 {
    font-size: 25px;
    text-align: left;
  }
}
.content-pzl__wrap .pz-each-block .information .read-text {
  margin-bottom: 40px;
}
.content-pzl__wrap .pz-each-block .information .read-text p {
  font-size: 14px;
  line-height: 1.75;
  color: #000000;
}
.content-pzl__wrap .pz-each-block .information .read-text p.tl {
  font-size: 18px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .content-pzl__wrap .pz-each-block .information .read-text p.tl {
    font-size: 14px;
    font-weight: 600;
  }
}
.content-pzl__wrap .pz-each-block .information .more-btn {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .content-pzl__wrap .pz-each-block .information .more-btn {
    text-align: center;
  }
}
.content-pzl__wrap .pz-each-block .information .more-btn a {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  max-width: 250px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #000000;
  text-decoration: none;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-pzl__wrap .pz-each-block .information .more-btn a:hover {
  background: #000000;
  color: #ffffff;
}

.content-otherlink__wrap .clm2-block {
  display: flex;
}
@media screen and (max-width: 768px) {
  .content-otherlink__wrap .clm2-block {
    display: block;
  }
}
.content-otherlink__wrap .clm2-block .row {
  width: 50%;
  font-size: 0px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .content-otherlink__wrap .clm2-block .row {
    width: 100%;
  }
}
.content-otherlink__wrap .clm2-block .row a {
  position: relative;
  display: block;
  width: 100%;
}
.content-otherlink__wrap .clm2-block .row a > img {
  width: 100%;
}
.content-otherlink__wrap .clm2-block .row a .set {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 50px 20px 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .content-otherlink__wrap .clm2-block .row a .set {
    padding: 20px 10px 0 10px;
  }
}
.content-otherlink__wrap .clm2-block .row a .set h3 {
  font-size: 40px;
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .content-otherlink__wrap .clm2-block .row a .set h3 {
    font-size: 20px;
  }
}
.content-otherlink__wrap .clm2-block .row a .set p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-otherlink__wrap .clm2-block .row a .set p {
    font-size: 14px;
  }
}

.type-about-dir2 .company-info-set dl {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #000000;
}
@media screen and (max-width: 768px) {
  .type-about-dir2 .company-info-set dl {
    display: block;
  }
}
.type-about-dir2 .company-info-set dl dt {
  width: 280px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-about-dir2 .company-info-set dl dt {
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 14px;
  }
}
.type-about-dir2 .company-info-set dl dd {
  width: calc(100% - 280px);
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-about-dir2 .company-info-set dl dd {
    width: 100%;
    font-size: 14px;
  }
}
.type-about-dir2 .greet-msg {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .type-about-dir2 .greet-msg {
    display: block;
  }
}
.type-about-dir2 .greet-msg .photo {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .type-about-dir2 .greet-msg .photo {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: center;
  }
}
.type-about-dir2 .greet-msg .photo img {
  max-width: 100%;
}
.type-about-dir2 .greet-msg .txt {
  width: calc(100% - 240px);
  padding: 0 0 0 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-about-dir2 .greet-msg .txt {
    width: 100%;
    padding: 0;
  }
}
.type-about-dir2 .greet-msg .txt p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .type-about-dir2 .greet-msg .txt p {
    font-size: 14px;
  }
}

.type-service-dir2 .service-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .type-service-dir2 .service-list {
    display: block;
  }
}
.type-service-dir2 .service-list .row {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-service-dir2 .service-list .row {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.type-service-dir2 .service-list .row .thumb {
  margin-bottom: 10px;
  position: relative;
}
.type-service-dir2 .service-list .row .thumb > img {
  width: 100%;
}
.type-service-dir2 .service-list .row .thumb .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.type-service-dir2 .service-list .row .thumb .title span {
  display: block;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-service-dir2 .service-list .row .thumb .title span {
    font-size: 14px;
  }
}
.type-service-dir2 .service-list .row .txt p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .type-service-dir2 .service-list .row .txt p {
    font-size: 14px;
  }
}
.type-service-dir2 .service-list .row .txt p.tl {
  font-weight: 600;
  margin-bottom: 1em;
}
.type-service-dir2 .flowto-order dl {
  display: flex;
  border: 1px solid #000000;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .type-service-dir2 .flowto-order dl {
    display: block;
  }
}
.type-service-dir2 .flowto-order dl dt {
  display: flex;
  align-items: center;
  width: 300px;
  padding: 20px 10px;
  vertical-align: middle;
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-service-dir2 .flowto-order dl dt {
    width: 100%;
    font-size: 14px;
    display: block;
    text-align: center;
  }
}
.type-service-dir2 .flowto-order dl dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: url("../images/service/arrow.jpg") no-repeat left top;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .type-service-dir2 .flowto-order dl dt::after {
    display: none;
  }
}
.type-service-dir2 .flowto-order dl dt span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .type-service-dir2 .flowto-order dl dt span {
    font-size: 20px;
  }
}
.type-service-dir2 .flowto-order dl dd {
  width: calc(100% - 300px);
  padding: 20px 10px;
  vertical-align: middle;
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .type-service-dir2 .flowto-order dl dd {
    width: 100%;
    font-size: 14px;
  }
}
.type-service-dir2 .flowto-order dl dd a {
  color: #000000;
}
.type-service-dir2 .flowto-order dl dd a:hover {
  text-decoration: none;
}

.type-technique-dir2 .tech-single__wrap .clm2 {
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .tech-single__wrap .clm2 {
    display: block;
  }
}
.type-technique-dir2 .tech-single__wrap .clm2 .photo-block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .tech-single__wrap .clm2 .photo-block {
    width: 100%;
  }
}
.type-technique-dir2 .tech-single__wrap .clm2 .photo-block .slide-block .item img {
  width: 100%;
}
.type-technique-dir2 .tech-single__wrap .clm2 .meta-block {
  width: 50%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .tech-single__wrap .clm2 .meta-block {
    width: 100%;
    padding: 25px 0 0 0;
  }
}
.type-technique-dir2 .tech-single__wrap .clm2 .meta-block .post-meta {
  margin-bottom: 45px;
}
.type-technique-dir2 .tech-single__wrap .clm2 .meta-block .post-meta .post-cat {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .tech-single__wrap .clm2 .meta-block .post-meta .post-cat {
    font-size: 14px;
  }
}
.type-technique-dir2 .tech-single__wrap .clm2 .meta-block .post-meta h3.post-title {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .tech-single__wrap .clm2 .meta-block .post-meta h3.post-title {
    font-size: 20px;
  }
}
.type-technique-dir2 .tech-single__wrap .clm2 .meta-block .post-text p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .tech-single__wrap .clm2 .meta-block .post-text p {
    font-size: 14px;
  }
}
.type-technique-dir2 .tech-single__wrap .back-btn {
  text-align: center;
}
.type-technique-dir2 .category-btn {
  margin-bottom: 50px;
}
.type-technique-dir2 .category-btn ul {
  display: flex;
  flex-wrap: wrap;
}
.type-technique-dir2 .category-btn ul li {
  width: 20%;
  padding: 0 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .category-btn ul li {
    width: 50%;
    padding: 3px;
  }
}
.type-technique-dir2 .category-btn ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #000000;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .category-btn ul li a {
    font-size: 12px;
    padding: 10px 5px;
  }
}
.type-technique-dir2 .category-btn ul li a.active {
  color: #ffffff;
  background: #000000;
}
.type-technique-dir2 .category-btn ul li a:hover {
  color: #ffffff;
  background: #000000;
}
.type-technique-dir2 .category-each__wrap {
  margin-bottom: 70px;
}
.type-technique-dir2 .category-each__wrap .c-title {
  text-align: center;
  margin-bottom: 20px;
}
.type-technique-dir2 .category-each__wrap .c-title h3 {
  display: inline-block;
  padding: 10px;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
  color: #ffffff;
  background: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.type-technique-dir2 .category-each__wrap .pre-text {
  margin-bottom: 30px;
}
.type-technique-dir2 .category-each__wrap .pre-text p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .category-each__wrap .pre-text p {
    font-size: 14px;
  }
}
.type-technique-dir2 .category-each__wrap .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.type-technique-dir2 .category-each__wrap .post-list .row {
  width: 25%;
  padding: 10px 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .category-each__wrap .post-list .row {
    width: 50%;
  }
}
.type-technique-dir2 .category-each__wrap .post-list .row a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-technique-dir2 .category-each__wrap .post-list .row a:hover {
  opacity: 0.8;
}
.type-technique-dir2 .category-each__wrap .post-list .row a .thumb {
  margin-bottom: 10px;
  font-size: 0px;
}
.type-technique-dir2 .category-each__wrap .post-list .row a .thumb img {
  width: 100%;
}
.type-technique-dir2 .category-each__wrap .post-list .row a .name h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .category-each__wrap .post-list .row a .name h4 {
    font-size: 14px;
  }
}
.type-technique-dir2 .category-each__wrap .more-btn {
  text-align: right;
}
.type-technique-dir2 .category-each__wrap .more-btn a {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-technique-dir2 .category-each__wrap .more-btn a.btn-color-type01 {
  background: #ffffff;
  color: #000000;
}
.type-technique-dir2 .category-each__wrap .more-btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .type-technique-dir2 .category-each__wrap .more-btn a {
    font-size: 16px;
  }
}

.type-contact-dir2 .contact-form-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.type-contact-dir2 .contact-form-wrap .pre-text {
  margin-bottom: 50px;
}
.type-contact-dir2 .contact-form-wrap .pre-text p {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .type-contact-dir2 .contact-form-wrap .pre-text p {
    font-size: 14px;
  }
}
.type-contact-dir2 .contact-form-wrap .pre-text p span {
  color: #ff0000;
}
.type-contact-dir2 .contact-form-wrap .privacy-agreement {
  margin-bottom: 40px;
}
.type-contact-dir2 .contact-form-wrap .privacy-agreement .txt {
  margin-bottom: 10px;
}
.type-contact-dir2 .contact-form-wrap .privacy-agreement .txt p {
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
}
.type-contact-dir2 .contact-form-wrap .privacy-agreement .txt p.tl {
  font-weight: 500;
}
.type-contact-dir2 .contact-form-wrap .privacy-agreement .txt p a {
  color: #000000;
}
.type-contact-dir2 .contact-form-wrap .privacy-agreement .txt p a:hover {
  text-decoration: none;
}
.type-contact-dir2 .contact-form-wrap .privacy-agreement .agree-check {
  text-align: center;
}
.type-contact-dir2 .contact-form-wrap .form-term__block {
  margin-bottom: 50px;
}
.type-contact-dir2 .contact-form-wrap .form-term__block .row {
  margin-bottom: 30px;
}
.type-contact-dir2 .contact-form-wrap .form-term__block .row .term-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-contact-dir2 .contact-form-wrap .form-term__block .row .term-name {
    font-size: 16px;
  }
}
.type-contact-dir2 .contact-form-wrap .form-term__block .row .term-name span {
  color: #ff0000;
}
.type-contact-dir2 .contact-form-wrap .form-term__block .row .term-input input {
  appearance: none;
  -webkit-appearance: none;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  width: 100%;
  box-sizing: border-box;
}
.type-contact-dir2 .contact-form-wrap .form-term__block .row .term-input select {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  width: 100%;
  box-sizing: border-box;
}
.type-contact-dir2 .contact-form-wrap .form-term__block .row .term-input textarea {
  appearance: none;
  -webkit-appearance: none;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  width: 100%;
  box-sizing: border-box;
}
.type-contact-dir2 .contact-form-wrap .submit-area {
  text-align: center;
}
.type-contact-dir2 .contact-form-wrap .submit-area input {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 15px 10px;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .type-contact-dir2 .contact-form-wrap .submit-area input {
    font-size: 16px;
  }
}
.type-contact-dir2 .contact-form-wrap .submit-area input:hover {
  opacity: 0.7;
}

.type-facilities-dir2 .intro-set {
  margin-bottom: 50px;
}
.type-facilities-dir2 .intro-set .tl-txt {
  margin-bottom: 30px;
}
.type-facilities-dir2 .intro-set .tl-txt h4 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .type-facilities-dir2 .intro-set .tl-txt h4 {
    font-size: 16px;
  }
}
.type-facilities-dir2 .intro-set .thumb {
  margin-bottom: 25px;
  text-align: center;
}
.type-facilities-dir2 .intro-set .thumb img {
  max-width: 100%;
}
.type-facilities-dir2 .intro-set .txt .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .type-facilities-dir2 .intro-set .txt .name {
    font-size: 16px;
  }
}
.type-facilities-dir2 .intro-set .txt .info {
  text-align: center;
}
.type-facilities-dir2 .intro-set .txt .info p {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-facilities-dir2 .intro-set .txt .info p {
    font-size: 14px;
  }
}
.type-facilities-dir2 .intro-set .txt .info p span.fb {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .type-facilities-dir2 .intro-set .txt .info p span.fb {
    font-size: 14px;
  }
}
.type-facilities-dir2 .category-set__each {
  margin-bottom: 50px;
}
.type-facilities-dir2 .category-set__each .c-name {
  text-align: center;
  margin-bottom: 25px;
}
.type-facilities-dir2 .category-set__each .c-name h5 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.type-facilities-dir2 .category-set__each .list-block {
  display: flex;
  flex-wrap: wrap;
}
.type-facilities-dir2 .category-set__each .list-block .row {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-facilities-dir2 .category-set__each .list-block .row {
    padding: 15px 5px;
  }
}
.type-facilities-dir2 .category-set__each .list-block .row .thumb {
  margin-bottom: 15px;
}
.type-facilities-dir2 .category-set__each .list-block .row .thumb img {
  width: 100%;
}
.type-facilities-dir2 .category-set__each .list-block .row .meta .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .type-facilities-dir2 .category-set__each .list-block .row .meta .name {
    font-size: 14px;
  }
}
.type-facilities-dir2 .category-set__each .list-block .row .meta .txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-facilities-dir2 .category-set__each .list-block .row .meta .txt {
    font-size: 14px;
  }
}
.type-facilities-dir2 .category-set__each .list-block .row .meta .txt span.fb {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .type-facilities-dir2 .category-set__each .list-block .row .meta .txt span.fb {
    font-size: 14px;
  }
}
.type-facilities-dir2 .category-set__each .other-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .type-facilities-dir2 .category-set__each .other-list ul {
    display: block;
  }
}
.type-facilities-dir2 .category-set__each .other-list ul li {
  width: calc(100% / 3);
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .type-facilities-dir2 .category-set__each .other-list ul li {
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 0;
  }
}

.type-news-dir2 .news-single__block article.post-single {
  display: block;
  margin-bottom: 70px;
}
.type-news-dir2 .news-single__block article.post-single header.post-head {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
}
.type-news-dir2 .news-single__block article.post-single header.post-head time {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  line-height: 1.5;
  margin-bottom: 10px;
}
.type-news-dir2 .news-single__block article.post-single header.post-head h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-news-dir2 .news-single__block article.post-single header.post-head h3 {
    font-size: 18px;
  }
}
.type-news-dir2 .news-single__block article.post-single .post-content p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .type-news-dir2 .news-single__block article.post-single .post-content p {
    font-size: 14px;
  }
}
.type-news-dir2 .news-single__block article.post-single .post-content img {
  max-width: 100%;
  height: auto !important;
}
.type-news-dir2 .news-single__block .back-btn {
  text-align: center;
}
.type-news-dir2 .news-postlist {
  margin-bottom: 40px;
}
.type-news-dir2 .news-postlist article.post-row {
  display: block;
}
.type-news-dir2 .news-postlist article.post-row a {
  display: flex;
  padding: 15px 50px 15px 10px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .type-news-dir2 .news-postlist article.post-row a {
    display: block;
  }
}
.type-news-dir2 .news-postlist article.post-row a:hover {
  opacity: 0.7;
}
.type-news-dir2 .news-postlist article.post-row a:hover::before {
  right: 5px;
}
.type-news-dir2 .news-postlist article.post-row a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-news-dir2 .news-postlist article.post-row a time.post-date {
  width: 125px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-news-dir2 .news-postlist article.post-row a time.post-date {
    width: 100%;
    font-size: 14px;
  }
}
.type-news-dir2 .news-postlist article.post-row a .post-title {
  width: calc(100% - 125px);
}
@media screen and (max-width: 768px) {
  .type-news-dir2 .news-postlist article.post-row a .post-title {
    width: 100%;
  }
}
.type-news-dir2 .news-postlist article.post-row a .post-title h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-news-dir2 .news-postlist article.post-row a .post-title h5 {
    font-size: 14px;
  }
}

.type-recruit-dir2 .pre-readtext p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-recruit-dir2 .pre-readtext p {
    font-size: 14px;
  }
}
.type-recruit-dir2 .recruit-info dl {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #000000;
}
@media screen and (max-width: 768px) {
  .type-recruit-dir2 .recruit-info dl {
    display: block;
  }
}
.type-recruit-dir2 .recruit-info dl dt {
  width: 250px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .type-recruit-dir2 .recruit-info dl dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.type-recruit-dir2 .recruit-info dl dd {
  width: calc(100% - 250px);
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .type-recruit-dir2 .recruit-info dl dd {
    width: 100%;
    font-size: 14px;
  }
}
.type-recruit-dir2 .switch-btn {
  padding-bottom: 30px;
}
.type-recruit-dir2 .switch-btn .set {
  margin-bottom: 30px;
}
.type-recruit-dir2 .switch-btn .set > p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.type-recruit-dir2 .switch-btn .set ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.type-recruit-dir2 .switch-btn .set ul li {
  width: calc(100% / 3);
  padding: 10px 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-recruit-dir2 .switch-btn .set ul li {
    width: 50%;
    padding: 10px 3px;
  }
}
.type-recruit-dir2 .switch-btn .set ul li span {
  display: block;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #000000;
  text-align: center;
  color: #000000;
  width: 100%;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .type-recruit-dir2 .switch-btn .set ul li span {
    padding: 15px 5px;
    font-size: 14px;
  }
}
.type-recruit-dir2 .switch-btn .set ul li span:hover {
  background: #000000;
  color: #ffffff;
}
.type-recruit-dir2 .switch-btn .set ul li span.is_active {
  background: #000000;
  color: #ffffff;
}
.type-recruit-dir2 .information__wrap .each-set {
  display: none;
}
.type-recruit-dir2 .information__wrap .each-set > h4 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.type-recruit-dir2 .information__wrap .each-set .list {
  margin-bottom: 70px;
}
.type-recruit-dir2 .information__wrap .each-set .list dl {
  display: block;
  padding: 15px 0;
  border-bottom: 1px dashed #000000;
}
.type-recruit-dir2 .information__wrap .each-set .list dl dt {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-recruit-dir2 .information__wrap .each-set .list dl dt {
    font-size: 14px;
  }
}
.type-recruit-dir2 .information__wrap .each-set .list dl dd {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-recruit-dir2 .information__wrap .each-set .list dl dd {
    font-size: 14px;
  }
}
.type-recruit-dir2 .information__wrap .each-set .entry-btn {
  text-align: center;
}

.type-privacy-dir2 .pre-text {
  margin-bottom: 40px;
}
.type-privacy-dir2 .pre-text p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-privacy-dir2 .pre-text p {
    font-size: 14px;
  }
}
.type-privacy-dir2 .term-set {
  margin-bottom: 45px;
}
.type-privacy-dir2 .term-set dl {
  display: block;
  padding: 20px 0;
  border-bottom: 1px dashed #000000;
}
.type-privacy-dir2 .term-set dl dt {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .type-privacy-dir2 .term-set dl dt {
    font-size: 16px;
  }
}
.type-privacy-dir2 .term-set dl dd {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .type-privacy-dir2 .term-set dl dd {
    font-size: 14px;
  }
}
.type-privacy-dir2 .sign p {
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .type-privacy-dir2 .sign p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
