@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*++++++++++++++++++++++++++++++++++
 * 専用テンプレートCSS
++++++++++++++++++++++++++++++++++*/
/*==================================
Mixin
==================================*/
/*==================================
e0005：一般ページ用（自由レイアウト型）
==================================*/
@media print, screen and (min-width: 769px) {
  .e-0005 #pankuzu {
    box-sizing: border-box;
    padding: 20px 150px;
  }
  .e-0005 h1:has(img) {
    width: 700px;
    margin: 0 auto;
  }
  .e-0005 #contents {
    float: none;
    margin: 0 auto;
  }
}

.e-0005 #side-nav {
  display: none;
}

.e-0005 .section-heading .heading-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.e-0005 .section-heading .heading-h2 .heading-ja {
  line-height: 1;
}

.e-0005 .section-heading .heading-h2 .heading-en {
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .movie {
    margin-top: 56px;
  }
  .e-0005 .movie .movie-heading .movie-h2 {
    align-items: flex-start;
  }
  .e-0005 .movie .movie-heading .movie-h2 .heading-ja {
    font-size: 75%;
  }
  .e-0005 .movie .movie-heading .movie-h2 .heading-en {
    margin-top: 10px;
    font-size: 133%;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie {
    margin-top: 63px;
  }
  .e-0005 .movie .movie-heading .movie-h2 {
    align-items: flex-start;
  }
  .e-0005 .movie .movie-heading .movie-h2 .heading-ja {
    font-size: 60%;
  }
  .e-0005 .movie .movie-heading .movie-h2 .heading-en {
    margin-top: 10px;
    font-size: 105%;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .movie-inner {
    margin-inline: -20px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .movie-h2 {
    margin-left: 20px;
  }
}

.e-0005 .movie .slider-area.movie-slider {
  margin: 0 auto;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .movie .slider-area.movie-slider {
    margin-top: 17px;
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .slider-area.movie-slider {
    margin-top: 17px;
    width: 100%;
  }
}

.e-0005 .movie .slider-area.movie-slider .list li {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .movie .slider-area.movie-slider .list li {
    width: calc(calc(700px - 20px * 2) / 3) !important;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .slider-area.movie-slider .list li {
    width: calc(calc(700px - 30px * 2) / 2) !important;
    margin-right: 30px !important;
  }
}

.e-0005 .movie .slider-area.movie-slider .list li a {
  display: block;
  opacity: 1;
  transition: opacity .3s;
}

.e-0005 .movie .slider-area.movie-slider .list li a:hover {
  opacity: .85;
}

.e-0005 .movie .slider-area.movie-slider .list li img {
  width: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .movie .slider-area.movie-slider .list li img {
    height: 123.75px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .slider-area.movie-slider .list li img {
    height: 180px;
  }
}

.e-0005 .movie .slider-area.movie-slider .bx-wrapper {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .slider-area.movie-slider .bx-wrapper {
    max-width: calc(calc(700px - 20px * 2) / 2) !important;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .slider-area.movie-slider .bx-viewport {
    overflow: visible !important;
  }
}

.e-0005 .movie .slider-area.movie-slider .bx-viewport .bx-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 3em;
}

.e-0005 .movie .slider-area.movie-slider .slide-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls {
    margin-top: 20px;
  }
}

.e-0005 .movie .slider-area.movie-slider .slide-controls button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  font-size: 0;
}

.e-0005 .movie .slider-area.movie-slider .slide-controls .bx-pager-list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-pager-list {
    gap: 11px;
    margin-right: 11px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-pager-list {
    gap: 22px;
    margin-right: 26px;
  }
}

@media print, screen and (min-width: 769px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-pager-list .bx-pager-item {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-pager-list .bx-pager-item {
    width: 22px;
    height: 22px;
  }
}

.e-0005 .movie .slider-area.movie-slider .slide-controls .bx-pager-list .bx-pager-item button {
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-pager-list .bx-pager-item button {
    border: 1px solid #03291b;
  }
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-pager-list .bx-pager-item button.active {
    background-color: #5e6864;
    border: 1px solid #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-pager-list .bx-pager-item button {
    border: 2px solid #03291b;
  }
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-pager-list .bx-pager-item button.active {
    background-color: #5e6864;
    border: 2px solid #ffffff;
  }
}

.e-0005 .movie .slider-area.movie-slider .slide-controls .bx-prev, .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-next {
  display: none;
}

.e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto {
  line-height: 0.5;
}

.e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button {
    border: 1px solid #03291b;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button {
    border: 2px solid #03291b;
    width: 54px;
    height: 54px;
  }
}

.e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before, .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
  content: "";
  position: absolute;
  background-color: #272727;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}

@media print, screen and (min-width: 769px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
    width: 12px;
    height: 12px;
    margin-left: 1px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
    width: 22px;
    height: 22px;
    margin-left: 2px;
  }
}

.e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
  clip-path: polygon(18.47% 0%, 32.33% 0%, 32.33% 100%, 67.39% 100%, 67.39% 0%, 81.53% 0%, 81.53% 100%, 18.47% 100%);
}

@media print, screen and (min-width: 769px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
    width: 22px;
    height: 22px;
  }
}

.e-0005 .movie .slider-area.movie-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.active {
  display: none;
}

.e-0005 .movie .slider-area a:focus, .e-0005 .movie .slider-area a:focus-visible, .e-0005 .movie .slider-area .bx-pager-list button:focus, .e-0005 .movie .slider-area .bx-pager-list button:focus-visible {
  outline: none;
  position: relative;
}

.e-0005 .movie .slider-area a:focus::before, .e-0005 .movie .slider-area a:focus-visible::before, .e-0005 .movie .slider-area .bx-pager-list button:focus::before, .e-0005 .movie .slider-area .bx-pager-list button:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 6px;
  outline: 2px solid #000;
  border: 2px solid #fff;
}

.e-0005 .movie .slider-area .bx-controls-auto .bx-controls-auto-item button:focus, .e-0005 .movie .slider-area .bx-controls-auto .bx-controls-auto-item button:focus-visible {
  outline: none;
  position: relative;
}

.e-0005 .movie .slider-area .bx-controls-auto .bx-controls-auto-item button:focus::after, .e-0005 .movie .slider-area .bx-controls-auto .bx-controls-auto-item button:focus-visible::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 4px;
  outline: 2px solid #000;
  border: 2px solid #fff;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .feature {
    margin-top: 50px;
  }
  .e-0005 .feature .feature-heading .feature-h2 {
    align-items: flex-start;
  }
  .e-0005 .feature .feature-heading .feature-h2 .heading-ja {
    font-size: 75%;
  }
  .e-0005 .feature .feature-heading .feature-h2 .heading-en {
    margin-top: 10px;
    font-size: 133%;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature {
    margin-top: 20px;
  }
  .e-0005 .feature .feature-heading .feature-h2 {
    align-items: flex-start;
  }
  .e-0005 .feature .feature-heading .feature-h2 .heading-ja {
    font-size: 60%;
  }
  .e-0005 .feature .feature-heading .feature-h2 .heading-en {
    margin-top: 10px;
    font-size: 105%;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .feature-inner {
    margin-inline: -20px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .feature-h2 {
    margin-left: 20px;
  }
}

.e-0005 .feature .slider-area.feature-slider {
  margin: 0 auto;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .feature .slider-area.feature-slider {
    margin-top: 17px;
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider {
    margin-top: 17px;
    width: 100%;
  }
}

.e-0005 .feature .slider-area.feature-slider .list li {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .feature .slider-area.feature-slider .list li {
    width: calc(calc(700px - 20px * 2) / 3) !important;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider .list li {
    width: calc(calc(700px - 30px * 2) / 2) !important;
    margin-right: 30px !important;
  }
}

.e-0005 .feature .slider-area.feature-slider .list li a {
  display: block;
  opacity: 1;
  transition: opacity .3s;
  color: #03291b;
  text-decoration: none;
}

.e-0005 .feature .slider-area.feature-slider .list li a:hover {
  opacity: .85;
}

.e-0005 .feature .slider-area.feature-slider .list li img {
  width: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .feature .slider-area.feature-slider .list li img {
    height: 123.75px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider .list li img {
    height: 180px;
  }
}

.e-0005 .feature .slider-area.feature-slider .list li .item-txt {
  margin-top: 5px;
}

.e-0005 .feature .slider-area.feature-slider .bx-wrapper {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider .bx-wrapper {
    max-width: calc(calc(700px - 20px * 2) / 2) !important;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider .bx-viewport {
    overflow: visible !important;
  }
}

.e-0005 .feature .slider-area.feature-slider .bx-viewport .bx-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 3em;
}

.e-0005 .feature .slider-area.feature-slider .slide-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls {
    justify-content: center;
  }
}

.e-0005 .feature .slider-area.feature-slider .slide-controls button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  font-size: 0;
}

.e-0005 .feature .slider-area.feature-slider .slide-controls .bx-pager-list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-pager-list {
    gap: 11px;
    margin-right: 11px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-pager-list {
    gap: 22px;
    margin-right: 26px;
  }
}

@media print, screen and (min-width: 769px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-pager-list .bx-pager-item {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-pager-list .bx-pager-item {
    width: 22px;
    height: 22px;
  }
}

.e-0005 .feature .slider-area.feature-slider .slide-controls .bx-pager-list .bx-pager-item button {
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-pager-list .bx-pager-item button {
    border: 1px solid #03291b;
  }
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-pager-list .bx-pager-item button.active {
    background-color: #5e6864;
    border: 1px solid #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-pager-list .bx-pager-item button {
    border: 2px solid #03291b;
  }
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-pager-list .bx-pager-item button.active {
    background-color: #5e6864;
    border: 2px solid #ffffff;
  }
}

.e-0005 .feature .slider-area.feature-slider .slide-controls .bx-prev, .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-next {
  display: none;
}

.e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto {
  line-height: 0.5;
}

.e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button {
    border: 1px solid #03291b;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button {
    border: 2px solid #03291b;
    width: 54px;
    height: 54px;
  }
}

.e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before, .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
  content: "";
  position: absolute;
  background-color: #272727;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
  clip-path: polygon(95% 50%, 5% 0%, 5% 100%);
}

@media print, screen and (min-width: 769px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
    width: 12px;
    height: 12px;
    margin-left: 1px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-start::before {
    width: 22px;
    height: 22px;
    margin-left: 2px;
  }
}

.e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
  clip-path: polygon(18.47% 0%, 32.33% 0%, 32.33% 100%, 67.39% 100%, 67.39% 0%, 81.53% 0%, 81.53% 100%, 18.47% 100%);
}

@media print, screen and (min-width: 769px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.bx-stop::before {
    width: 22px;
    height: 22px;
  }
}

.e-0005 .feature .slider-area.feature-slider .slide-controls .bx-controls-auto .bx-controls-auto-item button.active {
  display: none;
}

.e-0005 .feature .slider-area a:focus, .e-0005 .feature .slider-area a:focus-visible, .e-0005 .feature .slider-area .bx-pager-list button:focus, .e-0005 .feature .slider-area .bx-pager-list button:focus-visible {
  outline: none;
  position: relative;
}

.e-0005 .feature .slider-area a:focus::before, .e-0005 .feature .slider-area a:focus-visible::before, .e-0005 .feature .slider-area .bx-pager-list button:focus::before, .e-0005 .feature .slider-area .bx-pager-list button:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 6px;
  outline: 2px solid #000;
  border: 2px solid #fff;
}

.e-0005 .feature .slider-area .bx-controls-auto .bx-controls-auto-item button:focus, .e-0005 .feature .slider-area .bx-controls-auto .bx-controls-auto-item button:focus-visible {
  outline: none;
  position: relative;
}

.e-0005 .feature .slider-area .bx-controls-auto .bx-controls-auto-item button:focus::after, .e-0005 .feature .slider-area .bx-controls-auto .bx-controls-auto-item button:focus-visible::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 4px;
  outline: 2px solid #000;
  border: 2px solid #fff;
}
