header.pc-head {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (max-width: 999px) {
  header.pc-head {
    display: none;
  }
}
header.pc-head .hd-inner {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #000000;
  border-radius: 5px;
}
header.pc-head .hd-inner.type-dir2 {
  background: #000000;
}
header.pc-head .hd-inner .logo-block {
  width: 150px;
}
header.pc-head .hd-inner .logo-block h1 a img {
  width: 100%;
}
header.pc-head .hd-inner .global-nav {
  width: calc(100% - 200px);
  padding: 0 20px;
  box-sizing: border-box;
}
header.pc-head .hd-inner .global-nav nav.nav-global ul {
  display: flex;
}
header.pc-head .hd-inner .global-nav nav.nav-global ul li {
  margin: 0 20px;
}
header.pc-head .hd-inner .global-nav nav.nav-global ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  font-family: "Hind", 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;
}
header.pc-head .hd-inner .global-nav nav.nav-global ul li a:hover {
  opacity: 0.7;
}
header.pc-head .hd-inner .mail-block {
  width: 50px;
  text-align: center;
}
header.pc-head .hd-inner .mail-block a {
  color: #ffffff;
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc-head .hd-inner .mail-block a:hover {
  opacity: 0.7;
}

.site-head-sp {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .site-head-sp {
    display: none;
  }
}
.site-head-sp .header-innner-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  padding: 12px 15px;
  background: #000000;
  border-bottom: 1px solid #ffffff;
}
.site-head-sp .header-innner-sp.type-dir2 {
  background: #000000;
}
.site-head-sp .header-innner-sp .site-logo-sp img {
  width: 100%;
  max-width: 200px;
}
.site-head-sp .header-innner-sp .site-navi-icon {
  width: 30px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.site-head-sp .site-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background: rgba(35, 24, 21, 0.8);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.site-head-sp .site-nav-sp .sns-list {
  padding: 30px 10px 0 10px;
}
.site-head-sp .site-nav-sp .sns-list ul {
  display: flex;
  justify-content: center;
}
.site-head-sp .site-nav-sp .sns-list ul li {
  width: 24px;
}
.site-head-sp .site-nav-sp .sns-list ul li a {
  text-decoration: none;
  opacity: 0.4;
}
.site-head-sp .site-nav-sp .sns-list ul li a img {
  width: 100%;
}
.site-head-sp .site-nav-sp .navi-global-sp {
  display: block;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li {
  display: block;
  border-bottom: 1px solid #ffffff;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #ffffff;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 100%;
  color: #ffffff;
  padding: 20px;
  font-family: "Hind", sans-serif;
  font-size: 16px;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp {
  margin: 25px 0 0 0;
  text-align: center;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp li {
  display: inline-block;
  margin: 0 15px;
}

.main-visual-block-dir2 {
  width: 100%;
  height: 300px;
  background: url("../images/header_visual_dir2.jpg") no-repeat right top;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .main-visual-block-dir2 {
    width: 100%;
    height: 150px;
    margin-top: 70px;
    background: url("../images/header_visual_dir2_sp.jpg") no-repeat right top;
    background-size: 100% auto;
  }
}

.page-content__whole_wrap {
  padding: 50px 0;
}
.page-content__whole_wrap .content-each-section {
  padding: 70px 20px;
}
.page-content__whole_wrap .content-each-section .title-block {
  margin-bottom: 60px;
}
.page-content__whole_wrap .content-each-section .title-block h3 {
  padding: 0 0 25px 0;
  position: relative;
}
.page-content__whole_wrap .content-each-section .title-block h3::after {
  content: "";
  width: 44px;
  height: 10px;
  background: url("../images/title_mark.png") no-repeat left top;
  background-size: 44px 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -22px;
}
.page-content__whole_wrap .content-each-section .title-block h3 span {
  display: block;
  text-align: center;
}
.page-content__whole_wrap .content-each-section .title-block h3 span.en {
  font-size: 44px;
  line-height: 1.1;
  color: #000000;
  font-family: "Hind", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-content__whole_wrap .content-each-section .title-block h3 span.en {
    font-size: 28px;
  }
}
.page-content__whole_wrap .content-each-section .title-block h3 span.jp {
  font-size: 14px;
  line-height: 1.25;
  color: #000000;
  font-weight: 600;
}
.page-content__whole_wrap .content-each-section .content-inner-block {
  max-width: 1000px;
  margin: 0 auto;
}

.common-link-information {
  padding: 50px 20px;
}
.common-link-information .inner-block {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .common-link-information .inner-block {
    display: block;
  }
}
.common-link-information .inner-block .row {
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .common-link-information .inner-block .row {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}
.common-link-information .inner-block .row .row-inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30px 150px 30px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .common-link-information .inner-block .row .row-inner {
    padding: 30px 15px 150px 15px;
  }
}
.common-link-information .inner-block .row .row-inner.bg-recruit {
  background-image: url("../images/recruit_bg.png");
}
.common-link-information .inner-block .row .row-inner.bg-contact {
  background-image: url("../images/contact_bg.png");
}
.common-link-information .inner-block .row .row-inner .sub-tl {
  margin-bottom: 30px;
}
.common-link-information .inner-block .row .row-inner .sub-tl h4 {
  display: block;
}
.common-link-information .inner-block .row .row-inner .sub-tl h4 span {
  display: block;
}
.common-link-information .inner-block .row .row-inner .sub-tl h4 span.en {
  font-size: 42px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  font-family: "Hind", sans-serif;
}
@media screen and (max-width: 768px) {
  .common-link-information .inner-block .row .row-inner .sub-tl h4 span.en {
    font-size: 28px;
  }
}
.common-link-information .inner-block .row .row-inner .sub-tl h4 span.jp {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
}
.common-link-information .inner-block .row .row-inner .read-text p {
  font-size: 14px;
  line-height: 1.75;
  color: #ffffff;
  font-weight: 500;
}
.common-link-information .inner-block .row .row-inner .read-text p.tel {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .common-link-information .inner-block .row .row-inner .read-text p.tel {
    font-size: 28px;
  }
}
.common-link-information .inner-block .row .row-inner .more-btn {
  position: absolute;
  width: 100%;
  padding: 0 30px 30px 30px;
  box-sizing: border-box;
  text-align: center;
  left: 0;
  bottom: 0;
}

.goole-map-block iframe {
  filter: grayscale(1);
}

footer.site-footer {
  background: #000000;
  padding: 50px 20px 20px 20px;
}
footer.site-footer .inner-block {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer.site-footer .inner-block {
    display: block;
  }
}
footer.site-footer .inner-block .site-information {
  width: 350px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .inner-block .site-information {
    width: 100%;
  }
}
footer.site-footer .inner-block .site-information .site-logo {
  margin-bottom: 35px;
}
footer.site-footer .inner-block .site-information .site-logo a img {
  max-width: 100%;
}
footer.site-footer .inner-block .site-information .site-meta p {
  font-size: 14px;
  line-height: 1.75;
  color: #ffffff;
}
footer.site-footer .inner-block .footer-nav {
  width: calc(100% - 500px);
  padding: 40px 20px 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  footer.site-footer .inner-block .footer-nav {
    width: 100%;
    padding: 20px 0;
  }
}
footer.site-footer .inner-block .footer-nav nav.footer-nav ul li a {
  font-size: 14px;
  line-height: 1.75;
  color: #ffffff;
  font-family: "Hind", sans-serif;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .inner-block .footer-nav nav.footer-nav ul li a:hover {
  opacity: 0.7;
}
footer.site-footer .inner-block .sns-link {
  width: 150px;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  footer.site-footer .inner-block .sns-link {
    width: 100%;
    padding: 0;
  }
}
footer.site-footer .inner-block .sns-link .tl {
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
  font-family: "Hind", sans-serif;
  font-weight: 500;
}
footer.site-footer .inner-block .sns-link nav.sns-nav ul {
  display: flex;
  align-items: center;
}
footer.site-footer .inner-block .sns-link nav.sns-nav ul li {
  margin-right: 15px;
}
footer.site-footer .inner-block .sns-link nav.sns-nav ul li:last-of-type {
  margin: 0;
}
footer.site-footer .inner-block .sns-link nav.sns-nav ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-footer .inner-block .sns-link nav.sns-nav ul li a:hover {
  opacity: 0.7;
}
footer.site-footer .inner-block .sns-link nav.sns-nav ul li a img {
  max-width: 100%;
}
footer.site-footer .copyright {
  padding: 30px 0 0 0;
}
footer.site-footer .copyright p {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  font-family: "Hind", sans-serif;
}

a.btn-basic {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 15px 15px;
  box-sizing: border-box;
  position: relative;
  background: #000000;
  color: #ffffff;
  font-family: "Hind", sans-serif;
  text-decoration: none;
  line-height: 1.5;
  font-size: 20px;
  border-radius: 10px;
  text-align: left;
  -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) {
  a.btn-basic {
    font-size: 16px;
  }
}
a.btn-basic:hover {
  opacity: 0.7;
}
a.btn-basic:hover .arrow {
  right: 10px;
}
a.btn-basic .arrow {
  position: absolute;
  right: 20px;
  bottom: 35%;
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-top: 29px;
  border-radius: 9999px;
  background-color: #ffffff;
  -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) {
  a.btn-basic .arrow {
    width: 30px;
  }
}
a.btn-basic .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 20px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
@media screen and (max-width: 768px) {
  a.btn-basic .arrow::before {
    width: 10px;
  }
}

a.btn-basic2 {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 15px 15px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  color: #000000;
  font-family: "Hind", sans-serif;
  text-decoration: none;
  line-height: 1.5;
  font-size: 16px;
  border-radius: 10px;
  text-align: left;
  -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) {
  a.btn-basic2 {
    font-size: 14px;
  }
}
a.btn-basic2:hover {
  opacity: 0.7;
}
a.btn-basic2:hover .arrow {
  right: 10px;
}
a.btn-basic2 .arrow {
  position: absolute;
  right: 20px;
  bottom: 35%;
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-top: 29px;
  border-radius: 9999px;
  background-color: #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) {
  a.btn-basic2 .arrow {
    width: 30px;
  }
}
a.btn-basic2 .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 20px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
@media screen and (max-width: 768px) {
  a.btn-basic2 .arrow::before {
    width: 10px;
  }
}

.pagination__wrap .pager-inner-single {
  text-align: center;
}
.pagination__wrap .pager-inner-single a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  color: #63c5da;
  border: 1px solid #63c5da;
  border-radius: 100px;
  -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-single a:hover {
  background: #63c5da;
  color: #ffffff;
}
.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;
  font-family: "Hind", sans-serif;
}
.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: 400;
  border: 1px solid #000000;
}
.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: 400;
  border: 1px solid #000000;
  -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: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}
.pagination__wrap .pager-inner ul li a.nextpostslink {
  margin: 5px 5px 5px 18px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}
.pagination__wrap .pager-inner ul li a:hover {
  background: #ffffff;
  color: #000000;
}

.main-visual-block {
  font-size: 0px;
  line-height: 1;
}
.main-visual-block h2 img {
  width: 100%;
}

.type-about-block .read-text-block {
  max-width: 750px;
  margin: 0 auto;
}
.type-about-block .read-text-block p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-about-block .read-text-block p {
    font-size: 14px;
  }
}

.type-news-block .news-post-list {
  margin-bottom: 50px;
}
.type-news-block .news-post-list article.row {
  display: block;
}
.type-news-block .news-post-list article.row a {
  position: relative;
  display: block;
  padding: 20px;
  border-bottom: 1px dashed #000000;
  color: #000000;
  line-height: 1.75;
  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-news-block .news-post-list article.row a:hover {
  opacity: 0.7;
}
.type-news-block .news-post-list article.row a:hover::before {
  right: 5px;
}
.type-news-block .news-post-list article.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-block .news-post-list article.row a time {
  display: block;
  font-size: 16px;
  font-family: "Hind", sans-serif;
}
@media screen and (max-width: 768px) {
  .type-news-block .news-post-list article.row a time {
    font-size: 14px;
  }
}
.type-news-block .news-post-list article.row a .post-title h6 {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .type-news-block .news-post-list article.row a .post-title h6 {
    font-size: 14px;
  }
}
.type-news-block .more-btn {
  text-align: center;
}
.type-news-block .single-post-wrap article.single-post {
  display: block;
  margin-bottom: 50px;
}
.type-news-block .single-post-wrap article.single-post header.post-head {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #cccccc;
  color: #333333;
}
.type-news-block .single-post-wrap article.single-post header.post-head .meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.type-news-block .single-post-wrap article.single-post header.post-head .meta time.post-date {
  font-size: 16px;
  line-height: 1.5;
  margin-right: 10px;
}
@media screen and (max-width: 999px) {
  .type-news-block .single-post-wrap article.single-post header.post-head .meta time.post-date {
    font-size: 14px;
  }
}
.type-news-block .single-post-wrap article.single-post header.post-head .meta .ct span {
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #999999;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1.5;
}
.type-news-block .single-post-wrap article.single-post header.post-head .post-title h6 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .type-news-block .single-post-wrap article.single-post header.post-head .post-title h6 {
    font-size: 18px;
  }
}
.type-news-block .single-post-wrap article.single-post .post-content {
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  word-break: break-all;
}
@media screen and (max-width: 999px) {
  .type-news-block .single-post-wrap article.single-post .post-content {
    font-size: 14px;
  }
}
.type-news-block .single-post-wrap article.single-post .post-content p {
  margin-bottom: 1.5em;
}
.type-news-block .single-post-wrap article.single-post .post-content img {
  max-width: 100%;
  height: auto !important;
}
.type-news-block .single-post-wrap article.single-post .youtube-block {
  padding-top: 40px;
}
.type-news-block .single-post-wrap article.single-post .youtube-block .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.type-news-block .single-post-wrap article.single-post .youtube-block .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.type-news-block .single-post-wrap .back-list-btn {
  text-align: center;
}

.type-company-block .company-theme-tbl table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .type-company-block .company-theme-tbl table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .type-company-block .company-theme-tbl table tbody {
    display: block;
  }
}
.type-company-block .company-theme-tbl table tbody tr {
  border-bottom: 1px dashed #000000;
}
@media screen and (max-width: 768px) {
  .type-company-block .company-theme-tbl table tbody tr {
    display: block;
    padding: 20px 0;
  }
}
.type-company-block .company-theme-tbl table tbody tr th {
  width: 250px;
  text-align: left;
  padding: 25px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 1.75;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .type-company-block .company-theme-tbl table tbody tr th {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 14px;
    font-weight: 600;
  }
}
.type-company-block .company-theme-tbl table tbody tr td {
  text-align: left;
  padding: 25px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000000;
  font-weight: 16px;
  line-height: 1.75;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .type-company-block .company-theme-tbl table tbody tr td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
}

.type-recruit-block .recruit-theme-tbl {
  margin-bottom: 80px;
}
.type-recruit-block .recruit-theme-tbl table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .type-recruit-block .recruit-theme-tbl table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .type-recruit-block .recruit-theme-tbl table tbody {
    display: block;
  }
}
.type-recruit-block .recruit-theme-tbl table tbody tr {
  border-bottom: 1px dashed #000000;
}
@media screen and (max-width: 768px) {
  .type-recruit-block .recruit-theme-tbl table tbody tr {
    display: block;
    padding: 20px 0;
  }
}
.type-recruit-block .recruit-theme-tbl table tbody tr th {
  width: 250px;
  text-align: left;
  padding: 25px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 1.75;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .type-recruit-block .recruit-theme-tbl table tbody tr th {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 14px;
    font-weight: 600;
  }
}
.type-recruit-block .recruit-theme-tbl table tbody tr td {
  text-align: left;
  padding: 25px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000000;
  font-weight: 16px;
  line-height: 1.75;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .type-recruit-block .recruit-theme-tbl table tbody tr td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
}
.type-recruit-block .entry-btn {
  text-align: center;
}

.type-contact-block .pre-read-text {
  margin-bottom: 60px;
}
.type-contact-block .pre-read-text p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .type-contact-block .pre-read-text p {
    font-size: 14px;
  }
}
.type-contact-block .form-term__wrap {
  max-width: 800px;
  margin: 0 auto 60px auto;
}
.type-contact-block .form-term__wrap .term-row {
  margin-bottom: 30px;
}
.type-contact-block .form-term__wrap .term-row .term-name {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 7px;
}
@media screen and (max-width: 999px) {
  .type-contact-block .form-term__wrap .term-row .term-name {
    font-size: 14px;
  }
}
.type-contact-block .form-term__wrap .term-row .term-name .mustinput {
  color: #ff0000;
}
.type-contact-block .form-term__wrap .term-row .term-input input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  box-sizing: border-box;
}
.type-contact-block .form-term__wrap .term-row .term-input select {
  width: 100%;
  padding: 10px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  box-sizing: border-box;
}
.type-contact-block .form-term__wrap .term-row .term-input textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 250px;
  padding: 10px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  box-sizing: border-box;
}
.type-contact-block .form-term__wrap .privacy-agreement p {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .type-contact-block .form-term__wrap .privacy-agreement p {
    font-size: 14px;
  }
}
.type-contact-block .form-term__wrap .privacy-agreement p a {
  color: #0919f5;
}
.type-contact-block .form-term__wrap .privacy-agreement p a:hover {
  text-decoration: none;
}
.type-contact-block .btn-submit {
  text-align: center;
}
.type-contact-block .btn-submit input[type="submit"] {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 350px;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  background: #000000;
  color: #ffffff;
  border: none;
  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: 999px) {
  .type-contact-block .btn-submit input[type="submit"] {
    font-size: 16px;
  }
}
.type-contact-block .btn-submit input[type="submit"]:hover {
  opacity: 0.7;
}

.type-privacy-block .pre-text {
  margin-bottom: 60px;
}
.type-privacy-block .pre-text p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .type-privacy-block .pre-text p {
    font-size: 14px;
  }
}
.type-privacy-block .term-wrap dl {
  display: block;
  margin-bottom: 50px;
  color: #000000;
}
.type-privacy-block .term-wrap dl dt {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .type-privacy-block .term-wrap dl dt {
    font-size: 14px;
  }
}
.type-privacy-block .term-wrap dl dd {
  display: block;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .type-privacy-block .term-wrap dl dd {
    font-size: 14px;
  }
}
.type-privacy-block .term-wrap dl dd p {
  margin-bottom: 1em;
}
.type-privacy-block .term-wrap dl dd ul.notes li {
  padding-left: 1em;
  text-indent: -1em;
}

/*# sourceMappingURL=style.css.map */
