@charset "UTF-8";
.grecaptcha-badge {
  visibility: hidden;
}

/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: serif;
  line-height: 1.7;
  background: #fff;
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .header-inner {
    padding: 0 20px;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 20px !important;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

textarea {
  background: #fff !important;
  border-radius: 8px !important;
  height: 150px;
  resize: none;
}

body {
  font-family: serif;
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 69.69px;
  }
}
body a {
  font-family: serif;
}

body {
  font-family: serif;
}

.header__list li:nth-of-type(7)::after {
  display: none;
}

#menu-item-118 {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) no-repeat, -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.8))) no-repeat;
  background: linear-gradient(#000, #000) no-repeat, linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8)) no-repeat;
  background-size: 100% 50%, 100% 50%;
  background-position: top, bottom;
  z-index: 300;
}
@media screen and (max-width: 1000px) {
  .header {
    background: #000;
    padding: 10px 0;
  }
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .flex .logo {
  max-width: 300px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .header .flex .logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .header .flex .logo {
    max-width: 120px;
  }
}
.header .flex .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .flex .logo a:hover {
  opacity: 0.6;
}
.header .right .heading {
  padding: 17px 0;
}
.header .right .header-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .right .header-ul li {
  margin-right: 25px;
}
@media screen and (max-width: 1000px) {
  .header .right .header-ul li {
    margin-right: 20px;
  }
}
.header .right .header-ul li:last-child {
  margin-right: 0;
}
.header .right .header-ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .header .right .header-ul li a {
    font-size: 14px;
    white-space: nowrap;
  }
}
.header .right .header-ul li a:hover {
  opacity: 0.6;
}
.header .bottom {
  padding: 15px 0;
}
.header .bottom .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .bottom .sns li {
  margin-right: 20px;
  width: 20px;
}
.header .bottom .sns li:last-child {
  margin-right: 0;
}
.header .bottom .sns li:nth-child(1) {
  width: 35px;
}
.header .bottom .sns li:nth-child(2) {
  width: 25px;
}
.header .bottom .sns li:nth-child(3) {
  width: 25px;
}
.header .bottom .sns li:nth-child(4) {
  width: 25px;
}
.header .bottom .sns li:nth-child(5) {
  width: 25px;
}
.header .bottom .sns li:nth-child(6) {
  width: 22px;
}
.header .bottom .sns li a {
  display: block;
  text-align: center;
}
.header .bottom .sns li a:hover {
  -webkit-transform: none;
          transform: none;
  opacity: 0.6;
}
.header .bottom .sns li a img {
  margin: 0 auto;
}

.drawer-icon {
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 1001px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar2 {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgb(0, 0, 0);
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-icon-nav ul li {
  margin-bottom: 20px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #ffffff;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.drawer-ul li:first-child {
  display: none;
}
.drawer-ul li a {
  text-transform: uppercase;
  font-size: 18px;
}

.d-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 40px;
}
.d-sns li {
  width: 33% !important;
}
.d-sns li a {
  display: block;
  margin: 0 auto;
  height: 30px;
  width: auto;
}
.d-sns li img {
  margin: 0 auto;
  height: 30px;
  width: auto;
}

body,
html {
  overflow-x: hidden;
}

.drawer-icon-nav {
  width: 100%;
}

.footer {
  background: url(../img/footer-bg.jpg) no-repeat center center/cover;
  padding: 40px 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: 30px 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer__logo {
    max-width: 180px;
    margin: 0 auto;
  }
}
.footer .footer__logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer__logo a:hover {
  opacity: 0.6;
}
.footer .footer-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .footer .footer-ul {
    margin-top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footer-ul li {
  margin-right: 25px;
}
@media screen and (max-width: 1000px) {
  .footer .footer-ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer-ul li {
    width: calc(33.333% - 6.6666666667px);
    margin-right: 10px;
    text-align: center;
  }
  .footer .footer-ul li:nth-child(n+5) {
    margin-top: 20px;
  }
  .footer .footer-ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.footer .footer-ul li:last-child {
  margin-right: 0;
}
.footer .footer-ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1100px) {
  .footer .footer-ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer-ul li a {
    font-size: 16px;
    white-space: nowrap;
  }
}
.footer .footer-ul li a:hover {
  opacity: 0.6;
}
.footer .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .footer-sns li {
  margin-right: 20px;
  width: 30px;
}
.footer .footer-sns li:last-child {
  margin-right: 0;
}
.footer .footer-sns li:nth-child(1) {
  width: 50px;
}
.footer .footer-sns li:nth-child(2) {
  width: 31px;
}
.footer .footer-sns li:nth-child(3) {
  width: 35px;
}
.footer .footer-sns li:nth-child(4) {
  width: 35px;
}
.footer .footer-sns li:nth-child(5) {
  width: 35px;
}
.footer .footer-sns li a {
  display: block;
  text-align: center;
}
.footer .footer-sns li a:hover {
  -webkit-transform: none;
          transform: none;
  opacity: 0.6;
}
.footer .footer-sns li a img {
  margin: 0 auto;
}
.footer .footer-sns li {
  margin-right: 20px;
  width: 20px;
}
.footer .footer-sns li:last-child {
  margin-right: 0;
}
.footer .footer-sns li:nth-child(1) {
  width: 35px;
}
.footer .footer-sns li:nth-child(2) {
  width: 25px;
}
.footer .footer-sns li:nth-child(3) {
  width: 25px;
}
.footer .footer-sns li:nth-child(4) {
  width: 25px;
}
.footer .footer-sns li:nth-child(5) {
  width: 25px;
}
.footer .footer-sns li:nth-child(6) {
  width: 22px;
}
.footer .footer-sns li a {
  display: block;
  text-align: center;
}
.footer .footer-sns li a:hover {
  -webkit-transform: none;
          transform: none;
  opacity: 0.6;
}
.footer .footer-sns li a img {
  margin: 0 auto;
}
.footer .footer-copy {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .footer .footer-copy {
    font-size: 10px;
  }
}

.button__top {
  display: none;
}

.mv {
  width: 100%;
}

.mv-bottom {
  margin: 0 auto;
  width: 90%;
}

.mv .item img {
  width: 100%;
  height: auto;
}

.mv-bottom .item {
  padding: 0 1px;
}

.mv-bottom .item img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.mv .item {
  position: relative;
}
.mv .item .wrap {
  padding-top: 50%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mv .item .wrap {
    padding-top: 66%;
  }
}
.mv .item .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .item .contents-wrap {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(45%, rgba(0, 0, 0, 0.8)), color-stop(55%, rgba(0, 0, 0, 0.8)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8) 45%, rgba(0, 0, 0, 0.8) 55%, transparent);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  .mv .item .contents-wrap {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(45%, rgba(0, 0, 0, 0.8)), color-stop(55%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 45%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.5) 100%);
  }
}
.mv .item .contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .mv .item .contents {
    font-size: 18px;
    padding: 0 20px;
  }
}
.mv .item .contents span {
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .mv .item .contents span {
    font-size: 22px;
  }
}

.mv-bottom-area {
  margin-top: -22%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .mv-bottom-area {
    margin-top: -30px;
  }
}

.mv-bottom-title-wrap {
  text-align: center;
  color: #f0f2a9;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .mv-bottom-title-wrap {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.mv-bottom-title {
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(45%, rgb(63, 62, 62)), color-stop(55%, rgb(63, 62, 62)), to(#000));
  background: linear-gradient(to right, #000 0%, rgb(63, 62, 62) 45%, rgb(63, 62, 62) 55%, #000 100%);
  display: inline-block;
  margin: 0 auto;
  padding: 5px 70px;
  top: 20px;
  position: relative;
  z-index: 3;
  clip-path: polygon(5% 0%, 100% 0, 95% 100%, 0% 100%);
}
@media screen and (max-width: 1000px) {
  .mv-bottom-title {
    padding: 5px 40px;
  }
}

.mv-bottom {
  max-width: 1000px;
  margin: 0 auto;
}
.mv-bottom .item {
  margin: 0px 3px;
  position: relative;
}
.mv-bottom .item .wrap {
  padding-top: 70%;
  position: relative;
}
.mv-bottom .item .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-bottom .item .contents {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  font-family: sans-serif !important;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .mv-bottom .item .contents {
    font-size: 14px;
  }
}
.mv-bottom .slick-prev:before,
.mv-bottom .slick-next:before {
  display: none;
}
.mv-bottom .slick-prev,
.mv-bottom .slick-next {
  width: 60px;
  height: 60px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .mv-bottom .slick-prev,
  .mv-bottom .slick-next {
    width: 40px;
    height: 40px;
  }
}

.top2 {
  background: url(../img/top2-bg-a.jpg) no-repeat center center/cover;
}

.section {
  padding: 140px 0 100px !important;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 60px 0 40px !important;
  }
}

.section-title {
  font-size: 26px;
  font-family: serif;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.top-news {
  padding-top: 60px;
}
@media screen and (max-width: 1000px) {
  .top-news {
    padding-bottom: 40px;
  }
}
.top-news .section-title {
  color: #fff;
}
.top-news ul {
  border: 1px solid #fff;
  padding: 30px 30px 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-news ul {
    padding: 20px 20px 30px;
  }
}
.top-news ul .btn {
  position: absolute;
  bottom: -24px;
  right: 40px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .top-news ul .btn {
    max-width: 200px;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.top-news ul .btn a {
  background: #fff;
  display: inline-block;
  color: #000;
  padding: 10px 40px;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .top-news ul .btn a {
    font-size: 16px;
  }
}
.top-news ul .btn a:hover {
  opacity: 0.6;
}
.top-news ul .btn a .arrow {
  display: inline-block;
  width: 12px;
  margin-left: 10px;
}
.top-news ul .btn a .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .top-news ul .btn a .btn-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-news ul li {
  margin-bottom: 15px;
  position: relative;
}
.top-news ul li:last-child {
  margin-bottom: 0;
}
.top-news ul li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-news ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .top-news ul li a {
    font-size: 14px;
  }
}
.top-news ul li .news__date {
  margin-right: 0px;
  width: 120px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .top-news ul li .news__date {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.top-news ul li .news__text {
  width: calc(100% - 120px);
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .top-news ul li .news__text {
    display: block;
    width: 100%;
  }
}

.footer .footer-ul li:first-child {
  display: none;
}

.media-section {
  background: url(../img/medhia-bg.jpg) no-repeat center center/cover;
  background: url(../img/medhia2-bg.jpg) repeat;
  background-size: 250px auto;
  position: relative;
  overflow: hidden;
}
.media-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .media-section ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.media-section ul li {
  border: 0.5px solid #000;
  background: #fff;
}
.media-section ul li a {
  font-family: sans-serif !important;
}
.media-section ul li .contents {
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .media-section ul li .contents {
    padding: 15px;
  }
}
@media screen and (min-width: 1001px) {
  .media-section ul li {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
  }
  .media-section ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .media-section ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .media-section ul li:nth-child(2n) {
    margin-right: 0;
  }
  .media-section ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.media-section ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.media-section ul li a:hover .common__visual .wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .media-section ul li a .time {
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .media-section ul li a .title {
    font-size: 14px;
  }
}
.media-section ul li .common__visual .wrap {
  padding-top: 51%;
  position: relative;
  overflow: hidden;
}
.media-section ul li .common__visual .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-section .btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .media-section .btn {
    margin-top: 30px;
  }
}

.achievement-section .box .btn a,
.top-news ul .btn a {
  position: relative;
}
.achievement-section .box .btn a::after,
.top-news ul .btn a::after {
  position: absolute;
  top: 47%;
  right: 12px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: 6px;
}
.achievement-section .box .btn a:hover,
.top-news ul .btn a:hover {
  opacity: 1 !important;
  background: #000;
  color: #fff;
}
.achievement-section .box .btn a:hover::after,
.top-news ul .btn a:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.contact .btn a {
  position: relative;
}
.contact .btn a:hover {
  opacity: 1 !important;
}
.contact .btn a::after {
  position: absolute;
  top: 47%;
  right: 15px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-right: 1px solid #07b53b;
  border-bottom: 1px solid #07b53b;
  margin-left: 6px;
}
.contact .btn a:hover {
  opacity: 1 !important;
  background: #07b53b;
  color: #fff;
}
.contact .btn a:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.section-btn a {
  background: #fff;
  display: inline-block;
  color: #000;
  padding: 10px 40px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #000;
  position: relative;
}
.section-btn a::after {
  position: absolute;
  top: 47%;
  right: 12px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: 6px;
}
.section-btn a:hover {
  opacity: 1 !important;
  background: #000;
  color: #fff;
}
.section-btn a:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .section-btn a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .section-btn a {
    max-width: 200px;
    width: 100%;
    text-align: center;
  }
}
.section-btn a:hover {
  opacity: 0.6;
}
.section-btn a .arrow {
  display: inline-block;
  width: 12px;
  margin-left: 10px;
}
.section-btn a .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .section-btn a .btn-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.achievement-section {
  background: url(../img/arc-bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 1001px) {
  .achievement-section {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .achievement-section {
    padding-bottom: 60px;
  }
}
.achievement-section .section-title {
  color: #fff;
}
.achievement-section .box {
  border: 1px solid #fff;
  padding: 20px 30px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box {
    padding: 20px 20px 40px;
    margin-bottom: 80px;
  }
}
.achievement-section .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box .flex {
    display: block;
  }
}
.achievement-section .box .flex .left {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box .flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.achievement-section .box .flex .left .item1 {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box .flex .left .item1 {
    width: 50%;
  }
}
.achievement-section .box .flex .left .item2 {
  width: 48%;
  -webkit-transform: scale(1.13);
          transform: scale(1.13);
}
@media screen and (max-width: 1000px) {
  .achievement-section .box .flex .left .item2 {
    -webkit-transform: none;
            transform: none;
    width: 45%;
  }
}
.achievement-section .box .flex .right {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box .flex .right {
    width: 100%;
  }
}
.achievement-section .box .btn {
  position: absolute;
  bottom: -24px;
  right: 40px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box .btn {
    max-width: 200px;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.achievement-section .box .btn a {
  background: #fff;
  display: inline-block;
  color: #000;
  padding: 10px 40px;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box .btn a {
    font-size: 16px;
  }
}
.achievement-section .box .btn a:hover {
  opacity: 0.6;
}
.achievement-section .box .btn a .arrow {
  display: inline-block;
  width: 12px;
  margin-left: 10px;
}
.achievement-section .box .btn a .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box .btn a .btn-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.achievement-section .box2 {
  background: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box2 {
    padding: 10px 15px;
  }
}
.achievement-section .box2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box2 .flex {
    display: block;
  }
}
.achievement-section .box2 .flex a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.achievement-section .box2 .flex a:hover {
  opacity: 0.6;
}
.achievement-section .box2 .flex .left {
  width: 64.666%;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box2 .flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.achievement-section .box2 .flex .right {
  width: 33.3333%;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box2 .flex .right {
    width: 100%;
  }
}
.achievement-section .box2 .flex .right .title {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box2 .flex .right .title {
    font-size: 18px;
  }
}

.achieve__slide.splide {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .achieve__slide.splide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.youtube-ranking {
  background: #fff;
  margin-top: 90px;
}
@media screen and (max-width: 1000px) {
  .youtube-ranking {
    margin-top: 40px;
  }
}
.youtube-ranking .section-title {
  text-align: center;
  color: #000;
}
.youtube-ranking .btn {
  text-align: center;
  position: relative;
  top: 30px;
}
.youtube-ranking .achieve__slide.splide .splide__pagination {
  bottom: 0%;
}
@media screen and (max-width: 1000px) {
  .youtube-ranking .achieve__slide.splide .splide__pagination {
    bottom: -3%;
  }
}

.profile {
  background: url(../img/profile-bg2.jpg) repeat;
  background-size: 40px auto;
  position: relative;
  overflow: hidden;
}
.profile .box {
  background: #fff;
  padding: 60px 40px 80px;
}
@media screen and (max-width: 1000px) {
  .profile .box {
    padding: 30px 20px 40px;
  }
}
.profile .section-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .profile .section-title {
    margin-bottom: 30px;
  }
}
.profile .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .profile .flex {
    display: block;
  }
}
.profile .flex .img {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .profile .flex .img {
    width: 50%;
    max-width: 200px;
    margin: 0 auto 20px;
  }
}
.profile .flex .contents {
  width: 47%;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .profile .flex .contents {
    font-size: 14px;
    width: 100%;
  }
}
.profile .btn {
  text-align: center;
  margin-top: -26px;
}

.contact {
  background: url(../img/contact-bg.jpg) no-repeat center center/cover;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .contact {
    font-size: 14px;
  }
}
.contact .box {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 40px 80px;
  font-family: sans-serif;
}
@media screen and (max-width: 1000px) {
  .contact .box {
    padding: 30px 20px 40px;
  }
}
.contact .box-inner {
  max-width: 950px;
  margin: 0 auto;
}
.contact .section-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .contact .section-title {
    margin-bottom: 30px;
  }
}
.contact .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .contact .flex {
    display: block;
  }
}
.contact .flex .flex-text {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1000px) {
  .contact .flex .flex-text {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact .flex .btn {
  width: 280px;
}
@media screen and (max-width: 1000px) {
  .contact .flex .btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.contact .btn a {
  border: 1px solid #07b53b;
  color: #07b53b;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background: #fff;
  padding: 15px 40px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .contact .btn a {
    font-size: 16px;
  }
}
.contact .btn a:hover {
  opacity: 0.6;
}
.contact .btn a .arrow {
  width: 12px;
  margin-left: 10px;
}
.contact .btn a .line-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .lead1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .contact .lead1 {
    margin-bottom: 30px;
  }
}
.contact .lead2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .contact .lead2 {
    margin-bottom: 20px;
  }
}
.contact .lead2 span {
  color: rgb(218, 9, 9);
  display: block;
}
.contact .textarea-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1001px) {
  .contact .textarea-row .dt {
    padding-top: 15px;
  }
}
.contact .row {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .contact .row {
    margin-bottom: 20px;
    display: block;
  }
}
.contact .row .dt {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .contact .row .dt {
    width: 100%;
    margin-bottom: 7px;
  }
}
.contact .row .required {
  color: rgb(218, 9, 9);
  border: 1px solid rgb(218, 9, 9);
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .contact .row .required {
    font-size: 12px;
    padding: 3px 7px;
  }
}
.contact .row .dd {
  width: calc(100% - 230px);
}
@media screen and (max-width: 1000px) {
  .contact .row .dd {
    width: 100%;
  }
}
.contact .submit {
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .contact .submit {
    margin-top: 30px;
    font-size: 18px;
  }
}
.contact .submit input[type=submit] {
  background: #000;
  color: #fff;
  display: inline-block;
  border-radius: 0;
  padding: 15px 20px;
  max-width: 300px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .submit input[type=submit]:hover {
  opacity: 0.6;
}

.page-body {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .page-body {
    padding-top: 0;
  }
}

.content__inner {
  margin: 0 auto;
}

.page__block--flex::before {
  background: url(../img/profile-bg.jpg) no-repeat center center/cover;
}

.page__block--right p {
  color: #000 !important;
  margin-top: 0 !important;
}

.page__block--flex {
  padding: 20px;
  margin-top: 0px !important;
}

.profile2 .common__h2 {
  margin-bottom: 40px !important;
}

.common__h2 {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .common__h2 {
    font-size: 16px;
  }
}

.page__block--right a,
.page__block--right a:visited {
  color: #000 !important;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page__block--right a:hover,
.page__block--right a:visited:hover {
  opacity: 0.6;
}

.section-title2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .section-title2 {
    margin-bottom: 30px;
  }
}

.page__block {
  margin-top: 200px !important;
}
@media screen and (max-width: 1000px) {
  .page__block {
    margin-top: 50px !important;
  }
}

.sub__h3--right h2,
.kaiMed,
.common__h2--j {
  position: relative;
  z-index: 2;
  padding-left: 0;
  font-size: 24px !important;
  font-family: sans-serif !important;
  font-weight: bold !important;
}
@media screen and (max-width: 1000px) {
  .sub__h3--right h2,
  .kaiMed,
  .common__h2--j {
    font-size: 18px !important;
  }
}
.sub__h3--right h2::before,
.kaiMed::before,
.common__h2--j::before {
  display: none;
}

.kaiBld,
.kaiMed {
  font-family: serif !important;
}

.kaiMed {
  border-bottom: #000 1px solid;
  padding-bottom: 1rem;
}

#public1 .common__h2--j,
#public2 .common__h2--j,
#public3 .common__h2--j {
  text-align: center !important;
  width: 60% !important;
}
@media screen and (max-width: 1000px) {
  #public1 .common__h2--j,
  #public2 .common__h2--j,
  #public3 .common__h2--j {
    width: 80%;
    padding-left: 0 !important;
    margin: 0 auto 40px !important;
    border-bottom: #000 1px solid !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #public1 .common__h2--j,
  #public2 .common__h2--j,
  #public3 .common__h2--j {
    width: 49%;
    padding-left: 0 !important;
    margin: 0 auto 40px !important;
    border-bottom: #000 1px solid !important;
  }
}

.pnavi .page-numbers {
  color: #000 !important;
}

.performance__title .performance__subtitle {
  color: #000 !important;
}

.common__h2--ej::before {
  background-color: #000 !important;
}

.pnavi .current {
  background: #000 !important;
  color: #fff !important;
}

.pnavi .page-numbers {
  border: 1px solid #000 !important;
}

.pnavi .prev,
.pnavi .next {
  color: #000 !important;
}

.performance__title {
  margin-top: 0 !important;
}

.page__title {
  margin-top: 0 !important;
}

.movie-btn-center {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .movie-btn-center {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .page__block--left,
  .page__block--right {
    width: 100% !important;
  }
  .page__block--flex::before {
    display: none;
  }
  .page__block--flex.reverse .page__block--left.achieve__visual,
  .page__block--flex .page__block--left.achieve__visual {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page__block2 {
  margin-top: 30px !important;
}

.page__block--flex .page__block--left2 {
  top: 20px !important;
}

.block--01 .page__block--flex .page__block--left2 {
  left: 20px !important;
}

.common__button:hover,
a.media__button.common__button:hover {
  background-color: #000 !important;
}

.sub__h2--jpn::before,
.sub__h2--jpn::after {
  background-color: #000 !important;
}

.check span {
  display: inline-block;
  text-align: center;
}

.page__block3 {
  margin-top: 120px !important;
}
@media screen and (max-width: 1000px) {
  .page__block3 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 1000px) {
  .content__inner2 {
    width: 100% !important;
    padding-top: 0 !important;
  }
}
.nav-links {
  display: none !important;
}

@media screen and (min-width: 1001px) {
  .sub__h1--j,
  .sub__h1--j span {
    font-size: 30px !important;
  }
}
a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* 標準 */
  word-break: break-all;
}

.radio-row input {
  position: absolute;
  top: -1000%;
  left: -1000%;
}
.radio-row .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}
.radio-row .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.radio-row .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5px;
  opacity: 0;
}
.radio-row input:checked + .wpcf7-list-item-label::after {
  opacity: 1 !important;
}
.radio-row .wpcf7-list-item {
  margin-left: 0;
}

.check {
  max-width: 325px;
  margin: 0 auto;
  white-space: nowrap;
}
.check input {
  position: absolute;
  top: -1000%;
  left: -1000%;
}
.check a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.check a:hover {
  opacity: 0.6;
}
.check .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.check .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #000;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.check .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 9px;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 2.5px;
  opacity: 0;
}
.check input:checked + .wpcf7-list-item-label::after {
  opacity: 1 !important;
}
.check .wpcf7-list-item {
  margin-left: 0;
}

@media screen and (min-width: 1001px) {
  .page__block--flex .page__block--left.achieve__visual.visual03 {
    position: absolute;
    left: 30px;
    top: -107px !important;
    width: 440px;
  }
  .content__inner4 {
    padding-top: 0 !important;
  }
}
.patua {
  border-radius: 0 !important;
}

.sub__h1--j::after {
  display: none;
}

.common__button,
a.media__button.common__button {
  font-size: 20px !important;
}
@media screen and (max-width: 1000px) {
  .common__button,
  a.media__button.common__button {
    font-size: 18px !important;
  }
}

.pnavi .page-numbers {
  border-radius: 0 !important;
}

@media screen and (max-width: 1000px) {
  .top-news ul .btn a,
  .achievement-section .box .btn a,
  .section-btn a {
    white-space: nowrap;
  }
  .sub__h1--j,
  .sub__h1--j span {
    font-size: 20px !important;
  }
  .common__button,
  a.media__button.common__button {
    white-space: nowrap;
  }
  .page__block--flex .page__block--left.achieve__visual.visual03 {
    font-size: 20px;
  }
}
.page-all-main {
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .page-all-main {
    padding-bottom: 50px;
  }
}

.mv-bottom .item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv-bottom .item a .contents {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv-bottom .item a:hover .contents {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

.mv-bottom .item .contents {
  font-size: 14px;
}

.top-news ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .top-news ul li a {
    display: block;
    font-size: 14px;
  }
}

.top-news ul .btn a {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .top-news ul .btn a {
    font-size: 14px;
  }
}

.achievement-section .box .btn a {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .achievement-section .box .btn a {
    font-size: 14px;
  }
}

.profile .flex .contents {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .profile .flex .contents {
    font-size: 14px;
  }
}

.contact .flex .flex-text,
.contact .lead2 {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .contact .flex .flex-text,
  .contact .lead2 {
    font-size: 14px;
  }
}

.contact-wrap {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .contact-wrap {
    font-size: 14px;
  }
}

.inner {
  max-width: 1000px;
}

.footer .footer-ul li a {
  font-size: 14px;
}

.achievement-section .box2 .flex .right .area {
  padding-top: 56.25%;
  position: relative;
}
.achievement-section .box2 .flex .right .area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.contact .submit input[type=submit] {
  border: 1px solid #000;
}
.contact .submit input[type=submit]:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

@media screen and (max-width: 1000px) {
  .drawer-ul li a {
    font-size: 16px;
  }
}
.top-news ul .btn a .arrow,
.section-btn a .arrow,
.achievement-section .box .btn a .arrow {
  display: none;
}

.top-news ul .btn a .arrow,
.section-btn a .arrow,
.achievement-section .box .btn a .arrow {
  display: none !important;
}

.contact .btn a .arrow {
  display: none !important;
}

.footer .footer-ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.footer .footer-ul li a:hover {
  opacity: 1 !important;
}

.footer .footer-ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.footer .footer-ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header .right .header-ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.header .right .header-ul li a:hover {
  opacity: 1 !important;
}

.header .right .header-ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header .right .header-ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.public-index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .public-index ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.public-index ul li {
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .public-index ul li {
    width: 40%;
    margin: 0 16px;
  }
  .public-index ul li:first-child {
    width: 100%;
  }
}
.public-index ul li a {
  position: relative;
  width: 100%;
  display: block;
}
.public-index ul li a strong {
  display: block;
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
}
.public-index ul li a img {
  border: solid #ddd 1px;
}
.public-index ul li a span {
  display: block;
  font-size: 20px;
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .public-index ul li a span {
    font-size: 14px;
  }
}

.movie-page-achievement-section {
  background: #f8fbfc !important;
}

@media screen and (max-width: 1000px) {
  .public-block h2 span.kaiBld {
    font-size: 16px !important;
  }
}
.public-block h2 {
  width: 49%;
  margin: 0 auto 40px;
}

.book_tit {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.page__block--flex {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.page__block--flex .page__block--left.achieve__visual {
  position: initial !important;
}

@media screen and (min-width: 1001px) {
  .page__block.block--01 {
    margin-top: 50px !important;
    padding: 80px 40px 80px;
  }
  .page__block.block--02 {
    margin-top: 50px !important;
    padding: 80px 40px 80px;
    margin-bottom: 0 !important;
  }
  .page__block.block--03 {
    margin-top: 50px !important;
    padding: 80px 40px 80px;
  }
  .page__block--flex .page__block--left.achieve__visual {
    width: 45% !important;
  }
  .sub__h3--right {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center;
  }
  #public2 h2 {
    text-align: center !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .public-index ul li:first-child {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .page__block.block--01 {
    margin-top: 30px !important;
    padding: 30px 20px;
  }
  .page__block.block--02 {
    margin-top: 30px !important;
    padding: 30px 20px;
  }
  .page__block.block--03 {
    margin-top: 30px !important;
    padding: 30px 20px;
  }
  .public-block .common__h2--j span.kaiBld {
    font-size: 16px !important;
  }
  .page__block--flex {
    padding: 0;
  }
  .page__block.block--02 {
    margin-bottom: 0 !important;
  }
}
.section.section-public {
  padding-top: 200px !important;
}
@media screen and (max-width: 1000px) {
  .section.section-public {
    padding-top: 100px !important;
  }
}

.page-contact2025,
.media,
.single .content__inner,
.content__inner,
.privacy-section {
  padding-top: 200px !important;
}
@media screen and (max-width: 1000px) {
  .page-contact2025,
  .media,
  .single .content__inner,
  .content__inner,
  .privacy-section {
    padding-top: 100px !important;
  }
}

.content__inner4 {
  padding-top: 70px !important;
}
@media screen and (max-width: 1000px) {
  .content__inner4 {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 1001px) {
  .section section.movie-page-achievement-section {
    padding-top: 20px !important;
  }
}
.page__block.block--narrow {
  margin-top: 0 !important;
}

.page__block--flex.reverse .page__block--left {
  position: initial !important;
}

.page__block--flex.reverse {
  padding: 30px 0;
}

.page__block--flex.reverse .page__block--left.big__visual {
  -webkit-transform: initial !important;
          transform: initial !important;
}

@media screen and (min-width: 1001px) {
  .page__block--flex.reverse .page__block--left.big__visual {
    -webkit-transform: translateY(30px) !important;
            transform: translateY(30px) !important;
  }
}
.profile2 {
  padding-top: 200px !important;
}
.profile2 p {
  margin-bottom: 1rem;
}
.profile2 .tit {
  font-size: 16px;
  font-family: serif;
  font-weight: 600;
  margin-bottom: 10px !important;
  line-height: 1.3;
  width: 100%;
  text-align: center;
}
.profile2 .comp {
  margin-top: 10px !important;
  margin-bottom: 20px;
  line-height: 1.3;
  width: 100%;
  text-align: center;
  border-bottom: #000 1px solid;
}
.profile2 .comp_det {
  text-align: left;
  width: 100%;
  border-bottom: #000 1px solid;
  padding-bottom: 16px;
}
.profile2 .comp_last {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1000px) {
  .profile2 {
    padding-top: 100px !important;
  }
  .profile2 .comp {
    margin-bottom: 40px !important;
  }
}
.profile2 .page__block.block--01 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .profile2 .page__data--list dt {
    margin-bottom: 5px !important;
  }
  .profile2 .page__data--list {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .profile2 .page__data--list {
    margin-top: 0;
  }
}
.page__block--flex::before {
  background: url(../img/profile-bg2.jpg) repeat;
  background-size: 40px auto;
  position: relative;
  overflow: hidden;
  left: 0 !important;
  -webkit-transform: initial !important;
          transform: initial !important;
}

@media screen and (min-width: 1001px) {
  .profile2 .page__block.block--01 {
    margin-top: 0 !important;
    padding-top: 0;
  }
  .page__block--flex.reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 1000px) {
  .profile2 .page__block.block--01 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.page__block--flex.reverse::before {
  height: 100% !important;
}

.date2025 {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 8px;
}
.date2025 p {
  margin-top: 0 !important;
  padding-top: 0;
  font-size: 12px !important;
}

.common__card p {
  font-size: 15px;
}

@media screen and (min-width: 1001px) {
  .media-section ul li .contents {
    padding: 20px 15px;
  }
}
.media2 .section-title2 {
  margin-bottom: 0px;
}
.media2 .common__h2--ej {
  font-size: 20px !important;
  margin-bottom: 20px;
}
.media2 .performance__block .common__list {
  margin-top: 0;
}
.media2 .section-btn a::after {
  display: none;
}

.performance__title .performance__subtitle {
  font-size: 16px !important;
}

.common__h2--ej span {
  font-size: 22px !important;
}
@media screen and (max-width: 1000px) {
  .common__h2--ej span {
    font-size: 16px !important;
  }
}

.section {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .media2 .common__h2--ej {
    padding-left: 0;
  }
  .performance__buttons {
    -webkit-box-orient: initial !important;
    -webkit-box-direction: initial !important;
        -ms-flex-direction: initial !important;
            flex-direction: initial !important;
  }
  .common__h2--ej {
    padding-left: 0 !important;
  }
}
.section2 {
  padding-top: 100px !important;
}
@media screen and (max-width: 1000px) {
  .section2 {
    padding-top: 40px !important;
  }
}

.media3 h2,
.news2 h2 {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .media3 h2,
  .news2 h2 {
    font-size: 16px;
  }
}
.media3 .flex,
.news2 .flex {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .media3 .flex,
  .news2 .flex {
    display: block;
    margin-bottom: 40px;
  }
}
.media3 .flex.row-reverse,
.news2 .flex.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 0;
}
.media3 .flex .left2,
.news2 .flex .left2 {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .media3 .flex .left2,
  .news2 .flex .left2 {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.media3 .flex .right2,
.news2 .flex .right2 {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .media3 .flex .right2,
  .news2 .flex .right2 {
    width: 100%;
  }
}

.media3 {
  background: url(../img/medhia2-bg.jpg) repeat;
  background-size: 250px auto;
  position: relative;
  overflow: hidden;
  padding-top: 100px !important;
}
@media screen and (max-width: 1000px) {
  .media3 {
    padding-top: 50px !important;
  }
}
.media3 .page__block--flex::before {
  display: none;
}

.page__data--list {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 1000px) {
  .page__data--list {
    margin-bottom: 0px !important;
  }
}
.news2 dl a {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news2 dl a:hover {
  opacity: 0.6;
}

.detail .contents2 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  transition: 0.3s;
}
.detail .contents2 a:hover {
  opacity: 0.6;
}
.detail h1 {
  font-size: 20px !important;
}
.detail h1::before {
  height: 2px;
}

@media screen and (max-width: 1000px) {
  .page-movie2025 .movie-page-achievement-section {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .page-movie2025 h1 {
    text-align: center !important;
  }
}

.large-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .large-inner {
    padding: 0 20px !important;
  }
}

.pro-section {
  background: url(../img/medhia2-bg.jpg) repeat;
  background-size: 250px auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.pro-section .sugawara-img-bg {
  position: absolute;
  opacity: 0.1;
  bottom: 0;
  right: 0;
  width: 35%;
  max-width: 700px;
}
@media screen and (max-width: 1000px) {
  .pro-section .sugawara-img-bg {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .pro-section {
    padding-top: 200px !important;
  }
}
@media screen and (max-width: 1000px) {
  .pro-section {
    padding-top: 100px !important;
    background: url(../img/medhia2-bg.jpg) repeat;
    background-size: 250px auto;
    position: relative;
    overflow: hidden;
  }
}
.pro-section .h1-title {
  max-width: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .pro-section .h1-title {
    margin: 0 auto;
    max-width: 200px;
    margin-bottom: 20px;
  }
}
.pro-section .contents {
  position: relative;
}
.pro-section .contents .sugawara-img {
  position: absolute;
  left: -5%;
  width: 37%;
  z-index: 3;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .pro-section .contents .sugawara-img {
    position: initial;
    margin: 0 auto 20px;
    width: 50%;
  }
}
.pro-section .heading {
  padding-bottom: 30px;
}
.pro-section .heading .wrap {
  width: 60%;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .pro-section .heading .wrap {
    width: 100%;
    font-size: 14px;
  }
}
.pro-section .bottom {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .pro-section .bottom {
    padding-bottom: 20px;
  }
}
.pro-section .bottom .wrap {
  width: 60%;
  margin-left: auto;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .pro-section .bottom .wrap {
    width: 100%;
    font-size: 14px;
  }
}
.pro-section .bottom::after {
  position: absolute;
  left: -50%;
  width: 300%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  top: 0;
}
.pro-section .bottom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-section .bottom .row .dt {
  width: 70px;
}
.pro-section .bottom .row .dd {
  width: calc(100% - 70px);
}

.pro-sec2 {
  background: url(../img/pro-sec2-bg2.jpg) no-repeat bottom center/cover;
  position: relative;
  backdrop-filter: blur(5px);
  /* 背景をぼかす */
}
.pro-sec2 .bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  /* 白で30%透明 */
  pointer-events: none;
  /* クリック無効 */
  z-index: 1;
}
.pro-sec2 .box {
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1000px) {
  .pro-sec2 .box {
    padding: 30px 20px;
  }
}
.pro-sec2 .box .box-inner {
  max-width: 700px;
  margin: 0 auto;
}
.pro-sec2 .lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .pro-sec2 .lead {
    margin-bottom: 50px;
    font-size: 14px;
  }
}
.pro-sec2 .area {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .pro-sec2 .area {
    margin-bottom: 40px;
  }
}
.pro-sec2 .area:last-child {
  margin-bottom: 0;
}
.pro-sec2 .area p {
  padding: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1000px) {
  .pro-sec2 .area p {
    font-size: 14px;
  }
}
.pro-sec2 .area h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .pro-sec2 .area h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.pro-sec2 .area h3 {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .pro-sec2 .area h3 {
    font-size: 16px;
  }
}

.youtube-sec1 {
  padding-top: 50px !important;
  padding-bottom: 0 !important;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .youtube-sec1 {
    padding-top: 69px !important;
  }
}
.youtube-sec1 .large-inner {
  width: 100%;
  margin-left: auto;
  text-align: center;
}
.youtube-sec1 .contents {
  position: absolute;
  right: 10%;
  top: 18%;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .youtube-sec1 .contents {
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.youtube-sec1 .contents .title {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .youtube-sec1 .contents .title {
    font-size: 23px;
    text-shadow: 0 3px 4px rgb(63, 62, 62);
  }
}
.youtube-sec1 .contents .text {
  font-size: 26px;
  padding: 10px 50px;
  border: 1px solid #fff;
  display: inline-block;
  margin-left: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .youtube-sec1 .contents .text {
    padding: 5px 20px;
    font-size: 18px;
    text-shadow: 0 3px 4px rgb(63, 62, 62);
  }
}
.youtube-sec1 .bottom {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 1000px) {
  .youtube-sec1 .bottom {
    position: initial;
  }
}
@media screen and (max-width: 1000px) {
  .youtube-sec1 .bottom {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .youtube-sec1 .bottom .inner {
    padding: 0 !important;
  }
}
.youtube-sec1 .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .youtube-sec1 .bottom ul {
    display: block;
  }
}
.youtube-sec1 .bottom ul li {
  width: 19%;
}
@media screen and (max-width: 1000px) {
  .youtube-sec1 .bottom ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .youtube-sec1 .bottom ul li:last-child {
    margin-bottom: 0;
  }
}
.youtube-sec1 .bottom ul li .title {
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .youtube-sec1 .bottom ul li .title {
    font-size: 14px;
  }
}
.youtube-sec1 .bottom ul li .wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube-sec1 .bottom ul li .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-sec2 {
  background: url(../img/youtube-sec2-bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 1001px) {
  .youtube-sec2 {
    padding: 100px 0 !important;
  }
}
.youtube-sec2 .main-title {
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .youtube-sec2 .main-title {
    margin-bottom: 10px;
  }
}
.youtube-sec2 .main-title .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .youtube-sec2 .main-title .flex {
    display: block;
  }
}
.youtube-sec2 .main-title .flex .left {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .youtube-sec2 .main-title .flex .left {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.youtube-sec2 .main-title .flex .right {
  width: 48%;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .youtube-sec2 .main-title .flex .right {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.youtube-sec2 .main-title .flex .right .heading {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .youtube-sec2 .main-title .flex .right .heading {
    font-size: 20px;
  }
}
.youtube-sec2 .main-title .flex .right .bottom {
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .youtube-sec2 .main-title .flex .right .bottom {
    font-size: 22px;
  }
}
.youtube-sec2 .main-title .flex .right .bottom span {
  font-size: 120%;
  padding-top: 5px;
  display: inline-block;
}
.youtube-sec2 .box {
  padding: 60px;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1000px) {
  .youtube-sec2 .box {
    padding: 30px 20px;
  }
}
.youtube-sec2 .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .youtube-sec2 .box ul {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .youtube-sec2 .box ul li {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .youtube-sec2 .box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .youtube-sec2 .box ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .youtube-sec2 .box ul li {
    margin-bottom: 20px;
  }
  .youtube-sec2 .box ul li:last-child {
    margin-bottom: 0;
  }
}
.youtube-sec2 .page__card--visual {
  padding-top: 55%;
  position: relative;
}
.youtube-sec2 .page__card--visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.youtube-sec2 .page__card--title {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .youtube-sec2 .page__card--title {
    font-size: 14px;
  }
}
.youtube-sec2 .box ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.youtube-sec2 .box ul li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.youtube-sec2 .btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .youtube-sec2 .btn {
    margin-top: 20px;
  }
}

.bread {
  position: relative;
  top: -50px;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .bread {
    top: -20px;
  }
}
.bread .bread-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread a,
.bread span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .bread a,
  .bread span {
    font-size: 12px;
  }
}
.bread .center {
  padding: 0 10px;
  margin-left: 4px;
}
.bread a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.bread a:hover {
  opacity: 0.6;
}

.bread-white .large-inner {
  padding: 0 !important;
}
.bread-white a,
.bread-white span {
  color: #fff;
}
.bread-white .center {
  color: #fff;
}

.bread-white2 a,
.bread-white2 span {
  color: #fff;
}
.bread-white2 .center {
  color: #fff;
}

.youtube-sec2 .box ul li img {
  border-radius: 0 !important;
}
.youtube-sec2 .box ul li:nth-child(1) .page__card--visual {
  position: relative;
}
.youtube-sec2 .box ul li:nth-child(1) .page__card--visual::after {
  position: absolute;
  content: "";
  background: url(../img/new.png) no-repeat center center/cover;
  width: 80px;
  height: 41px;
  top: 0;
  left: 0;
}
.youtube-sec2 .box ul li:nth-child(2) .page__card--visual {
  position: relative;
}
.youtube-sec2 .box ul li:nth-child(2) .page__card--visual::after {
  position: absolute;
  content: "";
  background: url(../img/no1.png) no-repeat center center/cover;
  width: 80px;
  height: 41px;
  top: 0;
  left: 0;
}
.youtube-sec2 .box ul li:nth-child(3) .page__card--visual {
  position: relative;
}
.youtube-sec2 .box ul li:nth-child(3) .page__card--visual::after {
  position: absolute;
  content: "";
  background: url(../img/no2.png) no-repeat center center/cover;
  width: 80px;
  height: 41px;
  top: 0;
  left: 0;
}
.youtube-sec2 .box ul li:nth-child(4) .page__card--visual {
  position: relative;
}
.youtube-sec2 .box ul li:nth-child(4) .page__card--visual::after {
  position: absolute;
  content: "";
  background: url(../img/no3.png) no-repeat center center/cover;
  width: 80px;
  height: 41px;
  top: 0;
  left: 0;
}

.youtube-sec2 .box ul li .page__card--visual::after {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .pro-section .h1-title {
    max-width: 250px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .pro-section .contents .sugawara-img {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  body {
    max-width: 500px;
    margin: 0 auto !important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  }
  .section-public {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 1001px) {
  .pro-section .sugawara-img-bg {
    width: 500px;
  }
}
.achieve__slide.splide #splide01-slide01::before,
.achieve__slide.splide #splide01-clone11::before {
  display: none;
}

.achieve__slide.splide #splide01-slide02::before,
.achieve__slide.splide #splide01-clone12::before {
  display: none;
}

.achieve__slide.splide #splide01-slide03::before,
.achieve__slide.splide #splide01-clone13::before {
  display: none;
}

.achieve__slide.splide a {
  height: auto !important;
}

.achieve__slide.splide img {
  opacity: 1 !important;
}

.special a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.special a:hover {
  opacity: 0.6;
}
.special a img {
  border-radius: 10px;
}
.special .special-title {
  font-size: 16px;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 1000px) {
  .special .special-title {
    font-weight: 500;
    font-size: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .achieve__slide.splide .splide__track {
    padding-top: 0 !important;
  }
  .youtube-ranking .achieve__slide.splide .splide__pagination {
    bottom: 2%;
  }
  .achieve__slide.splide {
    padding-bottom: 50px;
  }
}
.robert-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .robert-ul {
    margin-top: 10px;
    display: block;
  }
}
.robert-ul li {
  width: 33.333%;
  padding: 2% 1%;
}
@media screen and (max-width: 1000px) {
  .robert-ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.robert-ul li .wrap {
  padding-top: 56.25%;
  position: relative;
}
.robert-ul li .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.robert-ul li .title {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .robert-ul li .title {
    font-size: 16px;
  }
}

.bread .span {
  width: auto;
  width: 74%;
}

@media screen and (max-width: 1000px) {
  .bread a,
  .bread span {
    font-size: 9px;
  }
  .bread .center {
    font-size: 9px;
  }
}
@media screen and (max-width: 1000px) {
  .pro-section .contents .sugawara-img {
    width: 60%;
  }
}
.public-index ul li a strong {
  position: initial;
}

.public-index ul li {
  width: 32.5%;
}
@media screen and (max-width: 1000px) {
  .public-index ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .public-index ul li:last-child {
    width: 100%;
  }
}
.public-index ul li a {
  background: #d5d4d4;
  padding: 15px 20px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .public-index ul li a {
    padding: 15px;
  }
}
.public-index ul li a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (min-width: 1001px) {
  .public-index ul li img {
    width: auto;
    height: 380px;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1000px) {
  .public-index ul li img {
    width: 60%;
    margin: 0 auto;
  }
}
.public-index ul li strong {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.public-index ul li .heading-red1 {
  background: #E83E63;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 0;
  margin-right: 4px;
}
.public-index ul li .heading-red2 {
  display: inline-block;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  color: #E83E63;
}
.public-index ul li .arrow {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.public-index ul li .arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 auto;
}

.public-index ul li a span {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .public-index ul li:first-child {
    width: 100%;
  }
}
#public1 .common__h2--j,
#public2 .common__h2--j,
#public3 .common__h2--j {
  width: 100% !important;
}

.common__h2--j .span2 {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .common__h2--j .span2 {
    margin-left: 0;
  }
}

.book-section .page__block--flex .page__block--left.achieve__visual {
  width: 25% !important;
}
@media screen and (max-width: 1000px) {
  .book-section .page__block--flex .page__block--left.achieve__visual {
    width: 60% !important;
  }
}
.book-section .page__block--right {
  width: 70% !important;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .book-section .page__block--right {
    width: 100% !important;
    font-size: 14px;
  }
}
.book-section .page__block--flex {
  padding: 0;
}

#public1 .btn,
#public2 .btn,
#public3 .btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  #public1 .btn,
  #public2 .btn,
  #public3 .btn {
    margin-top: 20px;
  }
}
#public1 .btn a,
#public2 .btn a,
#public3 .btn a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  #public1 .btn a,
  #public2 .btn a,
  #public3 .btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  #public1 .btn a,
  #public2 .btn a,
  #public3 .btn a {
    font-size: 12px;
  }
}
#public1 .btn a:hover,
#public2 .btn a:hover,
#public3 .btn a:hover {
  background: #000;
  color: #fff;
}

.section-media {
  background: url(../img/medhia2-bg.jpg) repeat;
  background-size: 250px auto;
  position: relative;
  overflow: hidden;
}
.section-media .performance__block {
  background: #D3D0CB;
  padding: 40px 30px;
}
@media screen and (max-width: 1000px) {
  .section-media .performance__block {
    padding: 20px;
  }
}
.section-media .achieve__title {
  background: #000;
  color: #fff;
  padding: 7px 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .section-media .achieve__title {
    margin-bottom: 0;
  }
}
.section-media .card__link {
  background: #fff;
}
.section-media .card__link:hover {
  -webkit-transform: initial;
          transform: initial;
}
.section-media .date2025 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 10px;
  padding: 5px 7px;
}
@media screen and (max-width: 1000px) {
  .section-media .date2025 p {
    font-size: 12px !important;
  }
}
.section-media .txt {
  margin: 10px;
}
.section-media .common__card {
  display: block;
  height: auto;
  background: #fff;
}
.section-media .common__list li {
  height: auto;
}
@media screen and (max-width: 1000px) {
  .section-media .performance__block {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .section-media .common__card {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .performance__buttons {
    display: block !important;
  }
  .performance__buttons .section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
  .performance__buttons .section-btn:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .performance__buttons .section-btn a {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px !important;
  }
  .performance__buttons .section-btn a:last-child {
    margin-bottom: 0 !important;
  }
}

.pnavi a.next.page-numbers {
  display: none;
}

.pnavi .prev,
.pnavi .next {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .section-media .date2025 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .section-media .txt {
    font-size: 14px;
  }
}
section.book-section {
  background: url(../img/background.jpg) no-repeat center center/cover;
}
section.book-section .section-title2 {
  color: #fff;
}
section.book-section .bread a,
section.book-section .bread span,
section.book-section .bread .center {
  color: #fff;
}
section.book-section .public-block {
  background: rgba(255, 255, 255, 0.3);
}
section.book-section .sub__h3--right {
  color: #fff;
}
section.book-section .page__block--right {
  color: #fff !important;
}

.public-index ul li .heading-red2 {
  font-family: sans-serif;
}

.public-index ul li .heading-red1 {
  font-family: sans-serif;
}

.public-index ul li a span {
  color: #fff;
}

.public-index ul li a {
  background: transparent;
}

.public-index ul li .arrow::after {
  border-left: 1px solid #fff;
  display: none;
}

.public-index ul li .arrow::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  display: none;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 auto;
}

.public-index ul li .arrow {
  max-width: 60px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.public-index ul li .arrow img {
  height: auto;
  border: none;
  width: 100%;
}

#public1 .btn a,
#public2 .btn a,
#public3 .btn a {
  background: #fff;
}

#public1 .common__h2--j,
#public2 .common__h2--j,
#public3 .common__h2--j {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.book-contents-sec {
  background: url(../img/background.jpg) no-repeat center center/cover;
}
.book-contents-sec .news2 dl a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.book-contents-sec .section-media {
  background: transparent;
}
.book-contents-sec .media3 h2,
.book-contents-sec .news2 h2 {
  color: #fff;
}
.book-contents-sec .section-title2 {
  color: #fff;
}
.book-contents-sec .bread a,
.book-contents-sec .bread span,
.book-contents-sec .bread .center {
  color: #fff;
}
.book-contents-sec .public-block {
  background: rgba(255, 255, 255, 0.3);
}
.book-contents-sec .sub__h3--right {
  color: #fff;
}
.book-contents-sec .page__block--right {
  color: #fff !important;
}
.book-contents-sec .section-btn a {
  font-weight: 600;
  border: 1px solid #fff;
}
.book-contents-sec .kaiMed {
  border-bottom: 1px solid #707070;
}

.performance__title .performance__subtitle {
  color: #fff !important;
}

.section-media .performance__block {
  background: rgba(255, 255, 255, 0.3);
}

.section-media .date2025 {
  margin-left: 10px;
}

#public1 .common__h2--j,
#public2 .common__h2--j,
#public3 .common__h2--j {
  border-bottom: none;
  position: relative;
}
#public1 .common__h2--j::after,
#public2 .common__h2--j::after,
#public3 .common__h2--j::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px; /* 下線の太さ */
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* ←ここを閉じる！ */
}

@media screen and (max-width: 1000px) {
  #public1 .common__h2--j, #public2 .common__h2--j, #public3 .common__h2--j {
    border-bottom: none !important;
  }
  .public-index ul li {
    width: 50% !important;
  }
  .public-index ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .public-index ul li img {
    width: 100%;
  }
  .public-index ul li .st1 {
    display: block !important;
  }
  .public-index ul li .st3 {
    display: none !important;
  }
  .public-index ul li .img {
    height: 200px;
    width: auto;
  }
  .public-index ul li .text4 {
    font-size: 14px !important;
  }
  .public-index ul li {
    margin-bottom: 0;
  }
  .public-index ul li .arrow {
    max-width: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
  }
  .public-index ul li .heading-red2 {
    font-size: 14px;
  }
  .public-index ul li a {
    padding: 0;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .mv-bottom .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* スライド数が少ない時も中央寄せ */
  }
  .mv-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv-bottom .item {
    width: calc(33.333% - 10px);
    margin-right: 15px;
  }
  .mv-bottom .item:nth-child(3n) {
    margin-right: 0;
  }
}
.add-common__list .common__visual {
  position: relative;
  padding-top: 57%;
}
.add-common__list .common__visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-div {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .btn-div {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .mv-bottom-area {
    max-width: 270px;
    margin: 0 auto;
    margin-top: -60px;
  }
  .mv-bottom-title {
    white-space: nowrap;
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .mv-bottom-area {
    margin-top: 0;
  }
  .mv .item .contents-wrap {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media screen and (min-width: 1001px) {
  .mv-bottom-area {
    margin-top: -8%;
  }
}
@media screen and (max-width: 1000px) {
  .mv .item .contents-wrap {
    background: url(../img/top2-bg-b.jpg) no-repeat center center/cover;
  }
}