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


#site_wrap {
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  #site_wrap {
    padding: 66px 0 0 0;
  }
}

header.site-header {
  background: #000000;
  display: flex;
}
@media screen and (max-width: 768px) {
  header.site-header {
    display: none;
  }
}
header.site-header .header-left {
  display: flex;
  align-items: center;
  width: calc(100% - 270px);
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #373737;
}
@media screen and (max-width: 999px) {
  header.site-header .header-left {
    width: calc(100% - 150px);
  }
}
header.site-header .header-left .site-logo {
  width: 190px;
}
header.site-header .header-left .site-logo h1 {
  display: block;
}
header.site-header .header-left .site-logo h1 img {
  width: 100%;
}
header.site-header .header-left .site-navigation {
  width: calc(100% - 190px);
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
header.site-header .header-left .site-navigation .text-size-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 10px 0;
}
header.site-header .header-left .site-navigation .text-size-menu > p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  margin-right: 10px;
}
header.site-header .header-left .site-navigation .text-size-menu ul {
  display: flex;
}
header.site-header .header-left .site-navigation .text-size-menu ul li {
  width: 50px;
  border: 1px solid #ffffff;
}
header.site-header .header-left .site-navigation .text-size-menu ul li span {
  display: block;
  padding: 5px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  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;
}
header.site-header .header-left .site-navigation .text-size-menu ul li span:hover {
  opacity: 0.7;
}
header.site-header .header-left .site-navigation .text-size-menu ul li span.is_active {
  background: #ffffff;
  color: #000000;
}
header.site-header .header-left .site-navigation .nav-global ul {
  display: flex;
  justify-content: flex-end;
}
header.site-header .header-left .site-navigation .nav-global ul li {
  margin: 0 0 0 70px;
}
@media screen and (max-width: 999px) {
  header.site-header .header-left .site-navigation .nav-global ul li {
    margin: 0 0 0 50px;
  }
  header.site-header .header-left .site-navigation .nav-global ul li:first-of-type {
    margin: 0;
  }
}
header.site-header .header-left .site-navigation .nav-global ul li a {
  display: inline-block;
  position: relative;
  padding: 0 0 3px 20px;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
}
header.site-header .header-left .site-navigation .nav-global ul li a::before {
  content: "";
  width: 7px;
  height: 11px;
  background: url("../images/header_ico_01.png") no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
header.site-header .header-left .site-navigation .nav-global ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  -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-header .header-left .site-navigation .nav-global ul li a:hover::after {
  transform: scale(1, 1);
}
header.site-header .header-right {
  width: 270px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  header.site-header .header-right {
    width: 150px;
  }
}
header.site-header .header-right .ministry-logo {
  text-align: right;
}
header.site-header .header-right .ministry-logo a {
  font-size: 0rem;
  line-height: 1;
  -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-header .header-right .ministry-logo a:hover {
  opacity: 0.7;
}
header.site-header .header-right .ministry-logo a img {
  max-width: 147px;
  width: 100%;
}

.site-head-sp {
  display: none;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .site-head-sp {
    display: block;
  }
}
.site-head-sp .header-innner-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 15px;
  background: #000000;
  border-bottom: 1px solid #373737;
}
.site-head-sp .header-innner-sp .site-logo-sp img {
  width: 100%;
  max-width: 200px;
}
.site-head-sp .header-innner-sp .ministry-logo {
  padding: 0 15px;
}
.site-head-sp .header-innner-sp .ministry-logo img {
  width: 100%;
  max-width: 80px;
  border-radius: 10px;
}
.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: #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: 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(0, 0, 0, 0.95);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Nanum Myeongjo", serif;
}
.site-head-sp .site-nav-sp .sns-list {
  padding: 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 a {
  text-decoration: none;
}
.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 #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #dddddd;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  color: #efefef;
  padding: 20px;
  line-height: 1.75;
}
.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;
}

.content-start-flag {
  display: none;
}

.page-main-content__wrap {
  padding: 30px 0;
}
.page-main-content__wrap .each-content-section {
  padding: 70px 20px;
}
.page-main-content__wrap .each-content-section.bg-prmaterial {
  background: url("../images/prmaterial_bg_01.png") no-repeat right top;
}
@media screen and (max-width: 999px) {
  .page-main-content__wrap .each-content-section.bg-prmaterial {
    background-size: 130px auto;
  }
}
.page-main-content__wrap .each-content-section.bg-movie {
  background: url("../images/movie_bg_01.png") no-repeat right top;
}
@media screen and (max-width: 999px) {
  .page-main-content__wrap .each-content-section.bg-movie {
    background-size: 130px auto;
  }
}
.page-main-content__wrap .each-content-section.bg-recruit {
  background: url("../images/recruit_bg_01.png") no-repeat right top;
}
@media screen and (max-width: 999px) {
  .page-main-content__wrap .each-content-section.bg-recruit {
    background-size: 130px auto;
  }
}
.page-main-content__wrap .each-content-section .s-title-block {
  margin-bottom: 50px;
}
.page-main-content__wrap .each-content-section .s-title-block .inner-block {
  max-width: 1000px;
  margin: 0 auto;
}
.page-main-content__wrap .each-content-section .s-title-block .inner-block h2 {
  display: block;
}
.page-main-content__wrap .each-content-section .s-title-block .inner-block h2 span.jp {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-main-content__wrap .each-content-section .s-title-block .inner-block h2 span.jp {
    margin-bottom: 20px;
  }
}
.page-main-content__wrap .each-content-section .s-title-block .inner-block h2 span.jp > span {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 350px;
  padding: 5px 20px 5px 0;
  box-sizing: border-box;
  border-radius: 0 100px 100px 0;
  background: #000000;
  font-size: 2.0rem;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .page-main-content__wrap .each-content-section .s-title-block .inner-block h2 span.jp > span {
    font-size: 1.4rem;
    max-width: 150px;
  }
}
.page-main-content__wrap .each-content-section .s-title-block .inner-block h2 span.jp > span::before {
  content: "";
  width: 20px;
  height: 100%;
  background: #000000;
  position: absolute;
  left: -20px;
  top: 0;
}
.page-main-content__wrap .each-content-section .s-title-block .inner-block h2 span.en {
  display: block;
  font-size: 8.0rem;
  line-height: 1;
  color: #000000;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .page-main-content__wrap .each-content-section .s-title-block .inner-block h2 span.en {
    font-size: 3.0rem;
  }
}
.page-main-content__wrap .each-content-section .e-content-inner-block {
  max-width: 1000px;
  margin: 0 auto;
}

footer.site-footer {
  padding: 20px;
}
footer.site-footer .footer-navigation {
  margin-bottom: 30px;
}
footer.site-footer .footer-navigation nav.nav-footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-navigation nav.nav-footer ul {
    display: block;
  }
}
footer.site-footer .footer-navigation nav.nav-footer ul li {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-navigation nav.nav-footer ul li {
    padding: 0 0 12px 0;
    margin: 0;
  }
}
footer.site-footer .footer-navigation nav.nav-footer ul li a {
  font-size: 1.3rem;
  line-height: 1.25;
  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;
}
footer.site-footer .footer-navigation nav.nav-footer ul li a:hover {
  opacity: 0.7;
}
footer.site-footer .footer-information {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-information {
    display: block;
  }
}
footer.site-footer .footer-information .footer-logo {
  width: 185px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-information .footer-logo {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer.site-footer .footer-information .footer-logo 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 .footer-information .footer-logo a:hover {
  opacity: 0.7;
}
footer.site-footer .footer-information .footer-logo a img {
  max-width: 100%;
}
footer.site-footer .footer-information .ministry-info {
  width: calc(100% - 185px);
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-information .ministry-info {
    width: 100%;
    padding: 0;
  }
}
footer.site-footer .footer-information .ministry-info p {
  font-size: 1.3rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-information .ministry-info p {
    font-size: 1.2rem;
  }
}
footer.site-footer .copyrights {
  padding: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  footer.site-footer .copyrights {
    padding: 25px 0 0 0;
  }
}
footer.site-footer .copyrights p {
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer.site-footer .copyrights p {
    font-size: 1.0rem;
    text-align: center;
  }
}

.main-visual__block {
  font-size: 0rem;
  line-height: 1;
}
.main-visual__block .slide-inner {
  background: #000000;
}
.main-visual__block .slide-inner .item img {
  width: 100%;
}

.c-type-pr-block .pre-text-block {
  margin-bottom: 45px;
}
.c-type-pr-block .pre-text-block p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #595858;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .c-type-pr-block .pre-text-block p {
    font-size: 1.4rem;
  }
}
.c-type-pr-block .pr-material__block .pr-m-list-01 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-type-pr-block .pr-material__block .pr-m-list-01 {
    margin-bottom: 50px;
  }
}
.c-type-pr-block .pr-material__block .pr-m-list-01 .post-row {
  width: calc(100% / 3);
  padding: 0 100px 50px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-type-pr-block .pr-material__block .pr-m-list-01 .post-row {
    width: calc(100% / 2);
    padding: 8px;
  }
}
.c-type-pr-block .pr-material__block .pr-m-list-01 .post-row .post-thumb {
  margin-bottom: 10px;
}
.c-type-pr-block .pr-material__block .pr-m-list-01 .post-row .post-thumb img {
  width: 100%;
}
.c-type-pr-block .pr-material__block .pr-m-list-01 .post-row .post-meta {
  margin-bottom: 15px;
}
.c-type-pr-block .pr-material__block .pr-m-list-01 .post-row .post-meta h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  font-weight: 900;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-type-pr-block .pr-material__block .pr-m-list-01 .post-row .post-meta h3 {
    font-size: 1.5rem;
  }
}
.c-type-pr-block .pr-material__block .pr-m-list-01 .post-row .post-meta .info p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-type-pr-block .pr-material__block .pr-m-list-01 .post-row .post-meta .info p {
    font-size: 1.3rem;
  }
}
.c-type-pr-block .pr-material__block .pr-m-list-01 .post-row .dl-btn a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background: #000000;
  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;
}
@media screen and (max-width: 768px) {
  .c-type-pr-block .pr-material__block .pr-m-list-01 .post-row .dl-btn a {
    font-size: 1.4rem;
  }
}
.c-type-pr-block .pr-material__block .pr-m-list-01 .post-row .dl-btn a:hover {
  opacity: 0.7;
}
.c-type-pr-block .pr-material__block .pr-m-list-02 {
  display: flex;
  flex-wrap: wrap;
}
.c-type-pr-block .pr-material__block .pr-m-list-02 .attention-text {
  width: calc(100% / 4);
  padding-top: 17%;
}
@media screen and (max-width: 768px) {
  .c-type-pr-block .pr-material__block .pr-m-list-02 .attention-text {
    width: calc(100% / 2);
  }
}
.c-type-pr-block .pr-material__block .pr-m-list-02 .attention-text p {
  font-size: 1.3rem;
  color: #595858;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.c-type-pr-block .pr-material__block .pr-m-list-02 .post-row {
  width: calc(100% / 4);
  padding: 0 40px 50px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-type-pr-block .pr-material__block .pr-m-list-02 .post-row {
    width: calc(100% / 2);
    padding: 10px 8px;
  }
}
.c-type-pr-block .pr-material__block .pr-m-list-02 .post-row .post-thumb {
  margin-bottom: 10px;
}
.c-type-pr-block .pr-material__block .pr-m-list-02 .post-row .post-thumb img {
  width: 100%;
}
.c-type-pr-block .pr-material__block .pr-m-list-02 .post-row .post-meta {
  margin-bottom: 15px;
}
.c-type-pr-block .pr-material__block .pr-m-list-02 .post-row .post-meta h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  font-weight: 900;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-type-pr-block .pr-material__block .pr-m-list-02 .post-row .post-meta h3 {
    font-size: 1.5rem;
  }
}
.c-type-pr-block .pr-material__block .pr-m-list-02 .post-row .post-meta .info p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-type-pr-block .pr-material__block .pr-m-list-02 .post-row .post-meta .info p {
    font-size: 1.3rem;
  }
}
.c-type-pr-block .pr-material__block .pr-m-list-02 .post-row .dl-btn a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background: #000000;
  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;
}
@media screen and (max-width: 768px) {
  .c-type-pr-block .pr-material__block .pr-m-list-02 .post-row .dl-btn a {
    font-size: 1.4rem;
  }
}
.c-type-pr-block .pr-material__block .pr-m-list-02 .post-row .dl-btn a:hover {
  opacity: 0.7;
}

.c-type-movie-block .comingsoon {
  padding: 70px 0;
}
.c-type-movie-block .comingsoon p {
  font-size: 4.5rem;
  text-align: center;
  line-height: 1.1;
  font-weight: 900;
  color: #cccccc;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .c-type-movie-block .comingsoon p {
    font-size: 2.0rem;
  }
}

.c-type-recruit-block .pre-text-block {
  margin-bottom: 45px;
}
.c-type-recruit-block .pre-text-block p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #595858;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .c-type-recruit-block .pre-text-block p {
    font-size: 1.4rem;
  }
}
.c-type-recruit-block .recruit-site-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-type-recruit-block .recruit-site-list {
    display: block;
  }
}
.c-type-recruit-block .recruit-site-list .post-row {
  width: calc(100% / 3);
  padding: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-type-recruit-block .recruit-site-list .post-row {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.c-type-recruit-block .recruit-site-list .post-row .post-thumb {
  margin-bottom: 10px;
  font-size: 0rem;
  line-height: 1;
  border: 1px solid #9ba0a5;
}
.c-type-recruit-block .recruit-site-list .post-row .post-thumb img {
  width: 100%;
}
.c-type-recruit-block .recruit-site-list .post-row .post-title {
  margin-bottom: 10px;
}
.c-type-recruit-block .recruit-site-list .post-row .post-title h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 900;
  color: #595858;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .c-type-recruit-block .recruit-site-list .post-row .post-title h4 {
    font-size: 1.5rem;
  }
}
.c-type-recruit-block .recruit-site-list .post-row .post-title h4 span {
  font-size: 1.2rem;
}
.c-type-recruit-block .recruit-site-list .post-row .view-site {
  text-align: center;
}
.c-type-recruit-block .recruit-site-list .post-row .view-site a {
  display: inline-block;
  width: 100%;
  max-width: 190px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background: #000000;
  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;
}
@media screen and (max-width: 768px) {
  .c-type-recruit-block .recruit-site-list .post-row .view-site a {
    font-size: 1.5rem;
  }
}
.c-type-recruit-block .recruit-site-list .post-row .view-site a:hover {
  opacity: 0.7;
}

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