.site-wrap {
  clear: both;
  position: relative;
}
@media screen and (max-width: 999px) {
  .site-wrap {
    margin: 62px 0 0 0;
  }
}

header.pc-head {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 999px) {
  header.pc-head {
    display: none;
  }
}
header.pc-head .header-top {
  display: flex;
  padding: 10px 20px;
  background: #000000;
  font-family: "Noto Serif JP", sans-serif;
  border-bottom: 1px solid #d5b765;
}
header.pc-head .header-top .header-catch {
  width: 50%;
}
header.pc-head .header-top .header-catch h2 {
  font-size: 12px;
  color: #fefefe;
  font-weight: normal;
}
header.pc-head .header-top .header-tel {
  width: 50%;
  text-align: right;
  color: #fefefe;
  font-size: 14px;
  font-family: "Noto Serif JP", sans-serif;
}
header.pc-head .header-top .header-tel span {
  margin-right: 5px;
}
header.pc-head .header-bottom {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
header.pc-head .header-bottom .site-logo {
  width: 240px;
  padding: 10px 20px;
  box-sizing: border-box;
}
header.pc-head .header-bottom .site-logo h1 {
  display: block;
}
header.pc-head .header-bottom .site-logo h1 a img {
  width: 100%;
}
header.pc-head .header-bottom .site-global {
  width: calc(100% - 240px);
}
header.pc-head .header-bottom .site-global nav.nav-global {
  display: block;
}
header.pc-head .header-bottom .site-global nav.nav-global ul {
  display: flex;
  justify-content: flex-end;
}
header.pc-head .header-bottom .site-global nav.nav-global ul li {
  display: block;
}
header.pc-head .header-bottom .site-global nav.nav-global ul li a {
  display: block;
  text-decoration: none;
  color: #fefefe;
  padding: 10px 25px;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Serif JP", 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 .header-bottom .site-global nav.nav-global ul li a:hover {
  background: rgba(0, 0, 0, 0.6);
}
header.pc-head .header-bottom .site-global nav.nav-global ul li a span {
  display: block;
}
header.pc-head .header-bottom .site-global nav.nav-global ul li a span.en {
  font-size: 14px;
}
header.pc-head .header-bottom .site-global nav.nav-global ul li a span.jp {
  font-size: 12px;
}

.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: 36px;
  padding: 15px;
  background: #000000;
}
.site-head-sp .header-innner-sp .site-logo-sp {
  height: 36px;
}
.site-head-sp .header-innner-sp .site-logo-sp img {
  height: 30px;
}
.site-head-sp .header-innner-sp .site-navi-icon {
  width: 50px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 36px;
  -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: #aaaaaa;
  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: 16px;
}
.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(16px) rotate(-45deg);
  transform: translateY(16px) 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(0, 0, 0, 0.8);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Serif JP", sans-serif;
}
.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 #d5b765;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #d5b765;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 100%;
  font-weight: 200;
  color: #d5b765;
  padding: 20px;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 14px;
  right: 20px;
  top: 50%;
  background: url(../images/nav_sp_icon.png) no-repeat left center;
  margin-top: -7px;
}
.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-contents___wrap .contents-section {
  padding: 100px 20px;
}
.main-contents___wrap .contents-section.bg-philosophy {
  background: url("../images/top/bg_philosophy.jpg") no-repeat center top;
  background-size: cover;
}
.main-contents___wrap .contents-section.bg-staff {
  background: url("../images/top/bg_staff.jpg") repeat center bottom;
}
.main-contents___wrap .contents-section.bg-gray {
  background: #111111;
}
.main-contents___wrap .contents-section .title-block {
  margin-bottom: 75px;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5;
  padding: 0 20px;
}
@media screen and (max-width: 999px) {
  .main-contents___wrap .contents-section .title-block {
    padding: 0 5px;
  }
}
.main-contents___wrap .contents-section .title-block h3 {
  display: block;
}
.main-contents___wrap .contents-section .title-block h3 span {
  display: block;
}
.main-contents___wrap .contents-section .title-block h3 span.title-en {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .main-contents___wrap .contents-section .title-block h3 span.title-en {
    font-size: 20px;
  }
}
.main-contents___wrap .contents-section .title-block h3 span.title-en::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  background: #d5b765;
  left: 50%;
  bottom: 0px;
}
.main-contents___wrap .contents-section .title-block h3 span.title-jp {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .main-contents___wrap .contents-section .title-block h3 span.title-jp {
    font-size: 16px;
  }
}
.main-contents___wrap .contents-section .contents-base {
  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .main-contents___wrap .contents-section .contents-base {
    padding: 0 5px;
  }
}

footer.site-foot {
  display: block;
}
footer.site-foot .gmap {
  display: block;
}
footer.site-foot .copyright {
  padding: 20px;
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 999px) {
  footer.site-foot .copyright {
    padding: 15px;
  }
}
footer.site-foot .copyright p {
  font-size: 12px;
}

@media screen and (max-width: 700px) {
  br.sp-br {
    display: none;
  }
}

.main-visual-block .slide-block .visual-slide .item img {
  width: 100%;
}

.slick-prev, .slick-next {
  z-index: 99;
}

.slick-prev {
  left: 25px !important;
}

.slick-next {
  right: 25px !important;
}

.service-block .service-read {
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 70px;
}
@media screen and (max-width: 999px) {
  .service-block .service-read {
    font-size: 18px;
  }
}
.service-block .company-btn {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 70px;
  font-family: "Noto Serif JP", sans-serif;
}
.service-block .company-btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 500px;
  padding: 10px;
  color: #fefefe;
  text-decoration: none;
  box-sizing: border-box;
  background: #5c5048;
  background: -moz-linear-gradient(top, #5c5048 0%, #22140d 100%);
  background: -webkit-linear-gradient(top, #5c5048 0%, #22140d 100%);
  background: linear-gradient(to bottom, #5c5048 0%, #22140d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5048', endColorstr='#22140d',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block .company-btn a:hover {
  opacity: 0.7;
}
.service-block .company-btn a span {
  display: block;
}
.service-block .company-btn a span.sub {
  font-size: 14px;
  margin-bottom: 5px;
}
.service-block .company-btn a span.tel {
  font-size: 20px;
}

.philosophy-block .philosophy-read {
  text-align: center;
}
.philosophy-block .philosophy-read .logo-set {
  margin-bottom: 70px;
}
.philosophy-block .philosophy-read .logo-set img {
  width: 100%;
  max-width: 230px;
}
@media screen and (max-width: 700px) {
  .philosophy-block .philosophy-read .logo-set img {
    max-width: 180px;
  }
}
.philosophy-block .philosophy-read .read-text {
  line-height: 2.5;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .philosophy-block .philosophy-read .read-text {
    font-size: 16px;
  }
}
.philosophy-block .philos-contents {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}
.philosophy-block .philos-contents .read-set {
  margin-bottom: 75px;
  line-height: 1.8;
}
.philosophy-block .philos-contents .read-set h6 {
  font-size: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .philosophy-block .philos-contents .read-set h6 {
    font-size: 20px;
  }
}
.philosophy-block .philos-contents .read-set .text-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .philosophy-block .philos-contents .read-set .text-block {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .philosophy-block .philos-contents .read-set .text-block {
    text-align: left;
  }
}
.philosophy-block .philos-contents .read-set .text-block p span {
  text-decoration: underline;
}
.philosophy-block .philos-contents .read-set .yt-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.philosophy-block .philos-contents .read-set .yt-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.philosophy-block .philos-contents dl.philos-info {
  display: block;
  line-height: 2;
  padding-bottom: 60px;
}
.philosophy-block .philos-contents dl.philos-info dt {
  display: block;
  margin-bottom: 20px;
}
.philosophy-block .philos-contents dl.philos-info dt img {
  max-width: 500px;
  width: 100%;
}
.philosophy-block .philos-contents dl.philos-info dd {
  display: block;
}
.philosophy-block .philos-contents dl.philos-info dd p {
  margin-bottom: 45px;
}
.philosophy-block .philos-contents dl.philos-info dd p span {
  text-decoration: underline;
}
.philosophy-block .philos-contents dl.philos-info dd p.fs_l {
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .philosophy-block .philos-contents dl.philos-info dd p.fs_l {
    font-size: 16px;
  }
}
.philosophy-block .philos-contents dl.philos-info dd p.fs_m {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .philosophy-block .philos-contents dl.philos-info dd p.fs_m {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .philosophy-block .philos-contents dl.philos-info dd p.fs_m {
    text-align: left;
  }
}
.philosophy-block .philo-btn {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}
.philosophy-block .philo-btn a {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 20px;
  color: #fefefe;
  text-decoration: none;
  border: 1px solid #fefefe;
  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;
}
@media screen and (max-width: 999px) {
  .philosophy-block .philo-btn a {
    font-size: 16px;
  }
}
.philosophy-block .philo-btn a:hover {
  background: #fefefe;
  color: #111111;
}

.value-block .value-list .value-each {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .value-block .value-list .value-each {
    padding: 0;
    margin-bottom: 70px;
  }
}
.value-block .value-list .value-each.reverse .img-block {
  padding: 0 42% 0 0;
}
@media screen and (max-width: 700px) {
  .value-block .value-list .value-each.reverse .img-block {
    padding: 0;
  }
}
.value-block .value-list .value-each.reverse .read-block {
  right: 0px !important;
  left: auto;
}
.value-block .value-list .value-each .img-block {
  padding: 0 0 0 42%;
}
@media screen and (max-width: 700px) {
  .value-block .value-list .value-each .img-block {
    padding: 0;
  }
}
.value-block .value-list .value-each .img-block img {
  width: 100%;
}
.value-block .value-list .value-each .read-block {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  width: 40%;
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 700px) {
  .value-block .value-list .value-each .read-block {
    position: relative;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
}
.value-block .value-list .value-each .read-block .text {
  margin-bottom: 10px;
}
.value-block .value-list .value-each .read-block .text h4 {
  font-size: 30px;
  color: #d5b765;
  margin-bottom: 5px;
  font-weight: normal;
}
@media screen and (max-width: 999px) {
  .value-block .value-list .value-each .read-block .text h4 {
    font-size: 20px;
  }
}
.value-block .value-list .value-each .read-block .text h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .value-block .value-list .value-each .read-block .text h5 {
    font-size: 16px;
  }
}
.value-block .value-list .value-each .read-block .text p {
  font-size: 14px;
}
.value-block .value-list .value-each .read-block .btn-block a {
  display: inline-block;
  color: #fefefe;
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 3px;
  text-decoration: none;
  background: #5c5048;
  background: -moz-linear-gradient(top, #5c5048 0%, #22140d 100%);
  background: -webkit-linear-gradient(top, #5c5048 0%, #22140d 100%);
  background: linear-gradient(to bottom, #5c5048 0%, #22140d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5048', endColorstr='#22140d',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.value-block .value-list .value-each .read-block .btn-block a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  .value-block .value-list .value-each .read-block .btn-block a {
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
  }
}

.recruit-block .recruit-introduce {
  padding: 0 0 100px 0;
  margin-bottom: 100px;
  border-bottom: 1px solid #d5b765;
}
.recruit-block .recruit-introduce h5 {
  display: block;
  line-height: 1.5;
  font-size: 20px;
  padding: 10px;
  border: 1px solid #fefefe;
  margin-bottom: 60px;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 999px) {
  .recruit-block .recruit-introduce h5 {
    font-size: 18px;
  }
}
.recruit-block .recruit-introduce .inner-block {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.5;
}
.recruit-block .recruit-introduce .inner-block h6 {
  font-size: 25px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .recruit-block .recruit-introduce .inner-block h6 {
    font-size: 20px;
  }
}
.recruit-block .recruit-introduce .inner-block p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .recruit-block .recruit-introduce .inner-block p {
    font-size: 16px;
  }
}
.recruit-block .recruit-introduce .inner-block p.notes {
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .recruit-block .recruit-introduce .inner-block p.notes {
    font-size: 12px;
  }
}
.recruit-block .recruit-require {
  padding: 0 0 100px 0;
  margin-bottom: 100px;
  border-bottom: 1px solid #d5b765;
}
.recruit-block .recruit-require .row {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 70px;
}
.recruit-block .recruit-require .row:last-of-type {
  margin-bottom: 0;
}
.recruit-block .recruit-require .row .photo {
  margin-bottom: 30px;
}
.recruit-block .recruit-require .row .photo img {
  width: 100%;
}
.recruit-block .recruit-require .row .sub-title {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
.recruit-block .recruit-require .row .sub-title h5 {
  color: #d5b765;
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .recruit-block .recruit-require .row .sub-title h5 {
    font-size: 18px;
  }
}
.recruit-block .recruit-require .row .sub-title p {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .recruit-block .recruit-require .row .sub-title p {
    font-size: 16px;
  }
}
.recruit-block .recruit-require .row .text-block {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .recruit-block .recruit-require .row .text-block {
    font-size: 14px;
  }
}
.recruit-block .recruit-require .row .text-block p {
  padding-bottom: 1.5em;
}
.recruit-block .recruit-info .inner {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Serif JP", sans-serif;
}
.recruit-block .recruit-info .inner .border-block {
  border: 1px solid #fefefe;
  padding: 20px;
}
.recruit-block .recruit-info .inner dl {
  display: block;
  margin-bottom: 40px;
  line-height: 1.5;
}
.recruit-block .recruit-info .inner dl dt {
  display: block;
  text-align: center;
  color: #d5b765;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .recruit-block .recruit-info .inner dl dt {
    font-size: 18px;
  }
}
.recruit-block .recruit-info .inner dl dd {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .recruit-block .recruit-info .inner dl dd {
    font-size: 14px;
  }
}
.recruit-block .recruit-info .inner dl dd.notes {
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .recruit-block .recruit-info .inner dl dd.notes {
    font-size: 12px;
  }
}

.facility-block .facility-list__wrap .row {
  display: flex;
  margin-bottom: 90px;
}
@media screen and (max-width: 700px) {
  .facility-block .facility-list__wrap .row {
    display: block;
  }
}
.facility-block .facility-list__wrap .row:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.facility-block .facility-list__wrap .row:nth-of-type(odd) .photo-block {
  padding: 0 0 0 35px;
}
@media screen and (max-width: 700px) {
  .facility-block .facility-list__wrap .row:nth-of-type(odd) .photo-block {
    padding: 0 0 20px 0;
  }
}
.facility-block .facility-list__wrap .row .photo-block {
  width: 45%;
  padding: 0 35px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .facility-block .facility-list__wrap .row .photo-block {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.facility-block .facility-list__wrap .row .photo-block img {
  width: 100%;
}
.facility-block .facility-list__wrap .row .text-block {
  width: 55%;
  padding: 15px;
  background: #333333;
  box-sizing: border-box;
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 700px) {
  .facility-block .facility-list__wrap .row .text-block {
    width: 100%;
  }
}
.facility-block .facility-list__wrap .row .text-block .sec-title {
  margin-bottom: 25px;
}
.facility-block .facility-list__wrap .row .text-block .sec-title h5 {
  font-size: 28px;
  color: #d5b765;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .facility-block .facility-list__wrap .row .text-block .sec-title h5 {
    font-size: 25px;
  }
}
.facility-block .facility-list__wrap .row .text-block .sec-title p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .facility-block .facility-list__wrap .row .text-block .sec-title p {
    font-size: 16px;
  }
}
.facility-block .facility-list__wrap .row .text-block .sec-title p span {
  text-decoration: underline;
}
.facility-block .facility-list__wrap .row .text-block .read-text {
  margin-bottom: 20px;
}
.facility-block .facility-list__wrap .row .text-block .read-text:last-of-type {
  margin-bottom: 0;
}
.facility-block .facility-list__wrap .row .text-block .read-text h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #d5b765;
}
@media screen and (max-width: 999px) {
  .facility-block .facility-list__wrap .row .text-block .read-text h6 {
    font-size: 16px;
  }
}
.facility-block .facility-list__wrap .row .text-block .read-text p {
  font-size: 14px;
}
.facility-block .facility-list__wrap .row .text-block .read-text p span {
  text-decoration: underline;
}

.staff-block .staff-single h4 {
  display: block;
  padding: 10px;
  line-height: 1.5;
  font-size: 20px;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  border: 1px solid #fefefe;
  background: #000000;
  margin-bottom: 55px;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-single h4 {
    font-size: 18px;
  }
}
.staff-block .staff-single .staff-profile__top {
  display: flex;
  margin-bottom: 35px;
}
@media screen and (max-width: 700px) {
  .staff-block .staff-single .staff-profile__top {
    display: block;
  }
}
.staff-block .staff-single .staff-profile__top .photo-block {
  width: 240px;
}
@media screen and (max-width: 700px) {
  .staff-block .staff-single .staff-profile__top .photo-block {
    width: 100%;
    margin-bottom: 10px;
  }
}
.staff-block .staff-single .staff-profile__top .photo-block img {
  width: 100%;
}
.staff-block .staff-single .staff-profile__top .text-block {
  width: calc(100% - 240px);
  padding: 0 0 0 35px;
  box-sizing: border-box;
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 700px) {
  .staff-block .staff-single .staff-profile__top .text-block {
    width: 100%;
    padding: 0;
  }
}
.staff-block .staff-single .staff-profile__top .text-block .name {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5b765;
}
.staff-block .staff-single .staff-profile__top .text-block .name p {
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-single .staff-profile__top .text-block .name p {
    font-size: 12px;
  }
}
.staff-block .staff-single .staff-profile__top .text-block .name h5 {
  font-size: 25px;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-single .staff-profile__top .text-block .name h5 {
    font-size: 20px;
  }
}
.staff-block .staff-single .staff-profile__top .text-block .read-text .basic {
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-single .staff-profile__top .text-block .read-text .basic {
    font-size: 14px;
  }
}
.staff-block .staff-single .staff-profile__top .text-block .read-text .more {
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-single .staff-profile__top .text-block .read-text .more {
    font-size: 12px;
  }
}
.staff-block .staff-single .staff-profile__top .text-block .read-text .more ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.staff-block .staff-single .staff-profile__bottom {
  font-family: "Noto Serif JP", sans-serif;
}
.staff-block .staff-single .staff-profile__bottom dl {
  display: block;
  margin-bottom: 35px;
  line-height: 1.5;
}
.staff-block .staff-single .staff-profile__bottom dl dt {
  display: block;
  color: #d5b765;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-single .staff-profile__bottom dl dt {
    font-size: 18px;
  }
}
.staff-block .staff-single .staff-profile__bottom dl dd {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-single .staff-profile__bottom dl dd {
    font-size: 14px;
  }
}
.staff-block .staff-single .staff-profile__bottom dl dd p.bold {
  font-weight: bold;
}
.staff-block .staff-list__wrap {
  margin-bottom: 50px;
}
.staff-block .staff-list__wrap h4 {
  display: block;
  padding: 10px;
  line-height: 1.5;
  font-size: 20px;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  border: 1px solid #fefefe;
  background: #000000;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-list__wrap h4 {
    font-size: 18px;
  }
}
.staff-block .staff-list__wrap .staff-introduce {
  margin-bottom: 50px;
  line-height: 1.8;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}
.staff-block .staff-list__wrap .staff-introduce h5 {
  font-size: 25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-list__wrap .staff-introduce h5 {
    font-size: 20px;
  }
}
.staff-block .staff-list__wrap .staff-introduce p {
  font-size: 15px;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-list__wrap .staff-introduce p {
    font-size: 14px;
  }
}
.staff-block .staff-list__wrap .list-2clm {
  max-width: 550px;
  margin: 0 auto;
}
.staff-block .staff-list__wrap .list-2clm.m-width {
  max-width: 800px;
}
.staff-block .staff-list__wrap .list-2clm ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.staff-block .staff-list__wrap .list-2clm ul li {
  display: block;
  width: 210px;
  margin: 25px;
}
@media screen and (max-width: 700px) {
  .staff-block .staff-list__wrap .list-2clm ul li {
    width: 50%;
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
  }
}
.staff-block .staff-list__wrap .list-2clm ul li > a {
  display: block;
  text-decoration: none;
  color: #fefefe;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff-block .staff-list__wrap .list-2clm ul li > a:hover {
  opacity: 0.7;
}
.staff-block .staff-list__wrap .list-2clm ul li > a.no-link {
  cursor: default;
}
.staff-block .staff-list__wrap .list-2clm ul li > a.no-link:hover {
  opacity: 1;
}
.staff-block .staff-list__wrap .list-2clm ul li > a dl {
  display: block;
}
.staff-block .staff-list__wrap .list-2clm ul li > a dl dt {
  display: block;
  margin-bottom: 10px;
}
.staff-block .staff-list__wrap .list-2clm ul li > a dl dt img {
  width: 100%;
}
.staff-block .staff-list__wrap .list-2clm ul li > a dl dd {
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-list__wrap .list-2clm ul li > a dl dd {
    font-size: 14px;
  }
}
.staff-block .staff-read {
  line-height: 2;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}
.staff-block .staff-read p {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-read p {
    font-size: 16px;
  }
}
.staff-block .staff-read p:first-of-type {
  margin-bottom: 70px;
}
.staff-block .staff-read p.cs span {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  padding: 10px;
  border: 1px solid #fefefe;
  font-size: 25px;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .staff-block .staff-read p.cs span {
    font-size: 20px;
  }
}

.information-block .information-list article.row {
  display: block;
  padding: 20px 10px;
  border-bottom: 2px dotted #fefefe;
  line-height: 1.5;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .information-block .information-list article.row {
    font-size: 16px;
  }
}
.information-block .information-list article.row:first-of-type {
  border-top: 2px dotted #fefefe;
}
.information-block .information-list article.row dl {
  display: flex;
}
@media screen and (max-width: 700px) {
  .information-block .information-list article.row dl {
    display: block;
  }
}
.information-block .information-list article.row dl dt {
  display: block;
  width: 160px;
}
@media screen and (max-width: 700px) {
  .information-block .information-list article.row dl dt {
    width: 100%;
    font-size: 14px;
  }
}
.information-block .information-list article.row dl dd {
  display: block;
  width: calc(100% - 160px);
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .information-block .information-list article.row dl dd {
    width: 100%;
    padding: 0;
  }
}

.instagram-block .instagram-wid {
  font-family: "Noto Serif JP", sans-serif;
}
.instagram-block .instagram-wid .icons {
  margin-bottom: 50px;
  line-height: 1.5;
  text-align: center;
}
.instagram-block .instagram-wid .icons p {
  margin-bottom: 5px;
}
.instagram-block .instagram-wid .icons p span.icon {
  font-size: 40px;
}
.instagram-block .instagram-wid .icons p a {
  color: #fefefe;
  text-decoration: none;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .instagram-block .instagram-wid .icons p a {
    font-size: 14px;
  }
}
.instagram-block .instagram-wid .gallery-list ul {
  display: flex;
  flex-wrap: wrap;
}
.instagram-block .instagram-wid .gallery-list ul li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .instagram-block .instagram-wid .gallery-list ul li {
    width: 50%;
    padding: 5px;
  }
}
.instagram-block .instagram-wid .gallery-list ul li img {
  width: 100%;
}

.company-block .company-info {
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 700px) {
  .company-block .company-info {
    display: block;
  }
}
.company-block .company-info .company-text {
  width: 50%;
  padding: 0 60px 0 0;
  box-sizing: border-box;
  line-height: 1.8;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 700px) {
  .company-block .company-info .company-text {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.company-block .company-info .company-text h4 {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .company-block .company-info .company-text h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .company-block .company-info .company-text p {
    font-size: 14px;
  }
}
.company-block .company-info .company-text .btn {
  margin-top: 30px;
}
.company-block .company-info .company-text .btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 300px;
  padding: 10px;
  border: 1px solid #fefefe;
  color: #fefefe;
  text-decoration: none;
  font-size: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.company-block .company-info .company-text .btn a:hover {
  background: #ffffff;
  color: #111111;
}
@media screen and (max-width: 999px) {
  .company-block .company-info .company-text .btn a {
    font-size: 18px;
  }
}
.company-block .company-info .company-photo {
  width: 50%;
  padding: 0 0 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .company-block .company-info .company-photo {
    width: 100%;
    padding: 0;
  }
}
.company-block .company-info .company-photo img {
  width: 100%;
}
.company-block .company-btn {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 70px;
}
.company-block .company-btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 500px;
  padding: 10px;
  color: #fefefe;
  text-decoration: none;
  box-sizing: border-box;
  background: #5c5048;
  background: -moz-linear-gradient(top, #5c5048 0%, #22140d 100%);
  background: -webkit-linear-gradient(top, #5c5048 0%, #22140d 100%);
  background: linear-gradient(to bottom, #5c5048 0%, #22140d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5048', endColorstr='#22140d',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.company-block .company-btn a:hover {
  opacity: 0.7;
}
.company-block .company-btn a span {
  display: block;
}
.company-block .company-btn a span.sub {
  font-size: 14px;
  margin-bottom: 5px;
}
.company-block .company-btn a span.tel {
  font-size: 20px;
}
.company-block .access-info {
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
}
.company-block .access-info h5 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .company-block .access-info h5 {
    font-size: 18px;
  }
}
.company-block .access-info .text {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .company-block .access-info .text {
    font-size: 14px;
  }
}

.main-visual-block__dir2 img {
  width: 100%;
}

.studio-block .studio-readset {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
}
.studio-block .studio-readset h6 {
  line-height: 2;
  font-size: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .studio-block .studio-readset h6 {
    font-size: 16px;
  }
}
.studio-block .studio-readset .text {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .studio-block .studio-readset .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .studio-block .studio-readset .text {
    text-align: left;
  }
}
.studio-block .studio-readset .photo img {
  width: 100%;
  max-width: 550px;
}
.studio-block .evidence-readset {
  line-height: 2;
  text-align: center;
  margin-bottom: 80px;
}
.studio-block .evidence-readset .text {
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .studio-block .evidence-readset .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .studio-block .evidence-readset .text {
    text-align: left;
  }
}
.studio-block .evidence-readset .iconset ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.studio-block .evidence-readset .iconset ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 2px solid #fefefe;
  border-radius: 62px;
  background: #000000;
  line-height: 1.5;
  font-size: 20px;
  margin: 0 5px;
}
@media screen and (max-width: 700px) {
  .studio-block .evidence-readset .iconset ul li {
    width: 100px;
    height: 100px;
    font-size: 16px;
    margin: 5px;
  }
}
.studio-block .evidence-contents section.info-set {
  display: block;
  margin-bottom: 80px;
  font-family: "Noto Serif JP", sans-serif;
}
.studio-block .evidence-contents section.info-set h6 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .studio-block .evidence-contents section.info-set h6 {
    font-size: 18px;
  }
}
.studio-block .evidence-contents section.info-set .clm2 {
  display: flex;
}
@media screen and (max-width: 700px) {
  .studio-block .evidence-contents section.info-set .clm2 {
    display: block;
  }
}
.studio-block .evidence-contents section.info-set .clm2 .photo {
  width: 375px;
}
@media screen and (max-width: 700px) {
  .studio-block .evidence-contents section.info-set .clm2 .photo {
    width: 100%;
    margin: 0 0 20px;
  }
}
.studio-block .evidence-contents section.info-set .clm2 .photo img {
  width: 100%;
}
.studio-block .evidence-contents section.info-set .clm2 .read-text {
  width: calc(100% - 375px);
  padding: 0 0 0 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .studio-block .evidence-contents section.info-set .clm2 .read-text {
    width: 100%;
    padding: 0;
  }
}
.studio-block .evidence-contents section.info-set .clm2 .read-text p {
  line-height: 2;
}
.studio-block .evidence-contents section.info-set .clm2 .read-text p.tl {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .studio-block .evidence-contents section.info-set .clm2 .read-text p.tl {
    font-size: 16px;
  }
}
.studio-block .evidence-contents section.info-set .clm2 .read-text p.txt {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .studio-block .evidence-contents section.info-set .clm2 .read-text p.txt {
    font-size: 14px;
  }
}
.studio-block .evidence-contents section.info-set2 {
  display: block;
  margin-bottom: 80px;
  font-family: "Noto Serif JP", sans-serif;
}
.studio-block .evidence-contents section.info-set2 h6 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .studio-block .evidence-contents section.info-set2 h6 {
    font-size: 18px;
  }
}
.studio-block .evidence-contents section.info-set2 .clm2 {
  display: flex;
}
@media screen and (max-width: 700px) {
  .studio-block .evidence-contents section.info-set2 .clm2 {
    display: block;
  }
}
.studio-block .evidence-contents section.info-set2 .clm2 .photo {
  width: 500px;
}
@media screen and (max-width: 700px) {
  .studio-block .evidence-contents section.info-set2 .clm2 .photo {
    width: 100%;
    margin: 0 0 20px;
  }
}
.studio-block .evidence-contents section.info-set2 .clm2 .photo img {
  width: 100%;
}
.studio-block .evidence-contents section.info-set2 .clm2 .read-text {
  width: calc(100% - 500px);
  padding: 0 0 0 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .studio-block .evidence-contents section.info-set2 .clm2 .read-text {
    width: 100%;
    padding: 0;
  }
}
.studio-block .evidence-contents section.info-set2 .clm2 .read-text p {
  line-height: 2;
}
.studio-block .evidence-contents section.info-set2 .clm2 .read-text p.tl {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .studio-block .evidence-contents section.info-set2 .clm2 .read-text p.tl {
    font-size: 16px;
  }
}
.studio-block .evidence-contents section.info-set2 .clm2 .read-text p.txt {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .studio-block .evidence-contents section.info-set2 .clm2 .read-text p.txt {
    font-size: 14px;
  }
}
.studio-block .evidence-contents section.clm3-set {
  margin-bottom: 80px;
}
.studio-block .evidence-contents section.clm3-set .clm3-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .studio-block .evidence-contents section.clm3-set .clm3-list {
    display: block;
  }
}
.studio-block .evidence-contents section.clm3-set .clm3-list .row {
  width: 25%;
}
@media screen and (max-width: 700px) {
  .studio-block .evidence-contents section.clm3-set .clm3-list .row {
    width: 100%;
    margin: 0 0 25px;
  }
}
.studio-block .evidence-contents section.clm3-set .clm3-list .row dl {
  display: block;
  padding: 0 10px;
}
.studio-block .evidence-contents section.clm3-set .clm3-list .row dl dt {
  display: block;
  padding: 5px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #fefefe;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", sans-serif;
}
.studio-block .evidence-contents section.clm3-set .clm3-list .row dl dt span {
  color: #fe2500;
}
.studio-block .evidence-contents section.clm3-set .clm3-list .row dl dd {
  display: block;
}
.studio-block .evidence-contents section.clm3-set .clm3-list .row dl dd img {
  width: 100%;
}
.studio-block .evidence-contents section.clm3-set .txt {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .studio-block .evidence-contents section.clm3-set .txt {
    font-size: 14px;
  }
}

.cs-block {
  text-align: center;
  line-height: 1.5;
}
.cs-block .cs-read {
  padding: 150px 0;
}
.cs-block .cs-read p {
  letter-spacing: 0.2em;
  font-size: 25px;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 999px) {
  .cs-block .cs-read p {
    font-size: 20px;
  }
}

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