@charset "UTF-8";
.instrument, .entry_btn p em, .sub_ttl .en span, a.btn.en {
  font-family: "Instrument Serif", serif !important;
  font-weight: 400;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: calc(17px * 1.17);
  }
}
body * {
  line-height: 2;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.container {
  width: 100%;
  padding: 0 45px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 72px;
  }
}
.container.wide {
  padding: 0 35px;
}
@media screen and (min-width: 768px) {
  .container.wide {
    padding: 0 52px;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

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

.txt_vertical {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

a.btn {
  border: 1px solid #707070;
  border-radius: 26px;
  background: #fff;
  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;
  margin: 0 auto;
  width: 174px;
  height: 48px;
  color: #262626;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  a.btn {
    border-radius: 40px;
    width: 255px;
    height: 70px;
    font-size: 20px;
  }
}
a.btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #707070;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
}
@media screen and (min-width: 768px) {
  a.btn::after {
    width: 10px;
    height: 10px;
    right: 23px;
  }
}
a.btn.en {
  font-size: 17px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  a.btn.en {
    font-size: 24px;
  }
}

.btn_list {
  display: grid;
  margin-top: 32px;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .btn_list {
    margin-top: calc(32px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  .btn_list {
    gap: calc(12px * 1.4);
  }
}

#headNav, #logo {
  line-height: 1;
  letter-spacing: 0;
}
#headNav *, #logo * {
  line-height: 1;
  letter-spacing: 0;
}

/* ---------------------------------------
	▼ タイトル
--------------------------------------- */
.sub_ttl {
  padding: 0 45px;
  -webkit-text-stroke: 0.4px currentColor;
  line-height: 1;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .sub_ttl {
    padding: 0 72px;
    font-size: 32px;
  }
}
.sub_ttl span {
  line-height: 1;
  letter-spacing: 0.08em;
}
.sub_ttl .en {
  display: block;
  -webkit-text-stroke: 0;
  font-size: 19px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .sub_ttl .en {
    margin-top: calc(12px * 1.17);
  }
}
.sub_ttl .en span {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .sub_ttl .en {
    font-size: 23px;
  }
}

.area_ttl {
  font-size: 23px;
  letter-spacing: 0.04em;
  line-height: 1.83;
  -webkit-text-stroke: 0.4px currentColor;
}
.area_ttl span {
  letter-spacing: 0.04em;
  line-height: 1.83;
}
@media screen and (min-width: 768px) {
  .area_ttl {
    font-size: 25px;
  }
}

.mv_wrap {
  position: relative;
  padding-top: 47px;
}
@media screen and (min-width: 768px) {
  .mv_wrap {
    padding-top: calc(47px * 1.4);
  }
}
.mv_wrap .page_ttl {
  background: #fff;
  top: 0;
  right: 35px;
}

.page_ttl, .category {
  border: 1px solid #DBDBDB;
  padding: 9px 11px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page_ttl, .category {
    font-size: 16px;
  }
}

/* ======================================================
	▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  width: 100%;
  clear: both;
}
#main * {
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 67.16px;
  }
}
@media screen and (min-width: 768px) {
  #main {
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-template-columns: 1fr 550px max((100% - 550px) / 2, 408px);
  }
}
@media screen and (max-width: 1190px) {
  #main {
    grid-template-columns: 550px 1fr;
  }
}

.menu_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .menu_fixed {
    position: relative;
    width: auto;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  #leftContents {
    display: block;
  }
  #leftContents .pc_slider {
    width: calc((100% - 550px) / 2);
    position: fixed;
    top: 0;
  }
  #leftContents .pc_slider .slick-slide, #leftContents .pc_slider .slick-slide > div {
    height: 100vh;
  }
  #leftContents .pc_slider .img_cover {
    width: 100%;
    height: 100%;
  }
  #leftContents .pc_slider .img_cover img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 1190px) {
  #leftContents {
    display: none;
  }
}

#pc_nav {
  display: none;
  padding: 38px 40px 45px;
  position: sticky;
}
@media screen and (min-width: 768px) {
  #pc_nav {
    display: block;
    width: min(100%, 408px);
    margin: 0 auto;
  }
}
#pc_nav .pc_nav_ttl {
  font-size: 16px;
  letter-spacing: 0.04em;
  -webkit-text-stroke: 0.4px currentColor;
  text-align: center;
}
#pc_nav .pc_logo {
  text-align: center;
  margin: 17px 0 0;
}
#pc_nav .page_nav {
  margin-bottom: 50px;
}
#pc_nav .page_nav li span {
  font-size: 16px;
  letter-spacing: -0.02em;
}
#pc_nav .page_nav li em {
  width: min(100%, 216px);
  font-size: 25px;
  letter-spacing: -0.02em;
}
#pc_nav .entry_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 32px;
}
#pc_nav .entry_btn li a {
  padding: 10px;
  height: 131px;
}
#pc_nav .entry_btn li:nth-child(1) a {
  background-image: url(../img/pc_btn01.jpg);
}
#pc_nav .entry_btn li:nth-child(2) p.ttl {
  letter-spacing: -0.02em;
}
#pc_nav .entry_btn li:nth-child(2) a {
  background-image: url(../img/pc_btn02.jpg);
}
#pc_nav .entry_btn .box {
  padding: 8px;
}
#pc_nav .entry_btn p {
  font-size: 8px;
}
#pc_nav .entry_btn p em {
  display: block;
  font-size: 31px;
}
#pc_nav .entry_btn p:not(.ttl)::after {
  width: 6px;
  height: 6px;
  bottom: 7px;
}
#pc_nav .entry_btn p.ttl {
  font-size: 13px;
  line-height: 1.4;
}

#mainContents {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #mainContents {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  }
}

.page_nav {
  margin-bottom: 70px;
}
.page_nav li {
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page_nav li::after {
    content: "";
    border-top: 1px solid #A82538;
    position: absolute;
    width: 0;
    left: -2px;
    bottom: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .page_nav li:hover::after {
    width: 100%;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
}
.page_nav li.interview {
  letter-spacing: 0;
}
.page_nav li a {
  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;
  padding: 10px 0;
}
.page_nav li a::before, .page_nav li a::after {
  content: "";
  border-top: 1px solid #C1C1C1;
  position: absolute;
  bottom: 0;
}
.page_nav li a::before {
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
}
.page_nav li a::after {
  border-color: #707070;
  left: 100%;
}
.page_nav li a:hover {
  opacity: 1;
}
.page_nav li span {
  width: 7.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 600;
}
.page_nav li em {
  -webkit-text-stroke: 0.4px currentColor;
}

.page_nav.active li.slideLine a::before {
  width: 100%;
  -webkit-animation: slideLine 0.5s forwards;
          animation: slideLine 0.5s forwards;
}
.page_nav.active li.slideLine a::after {
  border-color: #A82538;
  width: 24px;
  -webkit-animation: slideLineSM 0.8s forwards;
          animation: slideLineSM 0.8s forwards;
}
.page_nav.active li.slideLine:nth-child(2) a::before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.page_nav.active li.slideLine:nth-child(3) a::before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.page_nav.active li.slideLine:nth-child(1) a::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.page_nav.active li.slideLine:nth-child(2) a::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.page_nav.active li.slideLine:nth-child(3) a::after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.entry_btn li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.entry_btn .box {
  border: 1px solid #C1C1C1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.entry_btn p {
  font-weight: 600;
  letter-spacing: 0.03em;
}
.entry_btn p em {
  line-height: 1;
  font-weight: normal;
}
.entry_btn p:not(.ttl)::after {
  content: "";
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.entry_btn p.ttl {
  font-weight: 600;
  letter-spacing: 0.08em;
}

.interview_link a {
  display: block;
  position: relative;
}
.interview_link a::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  bottom: 6px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .interview_link a::after {
    width: 10px;
    height: 10px;
  }
}
.interview_link a .txt_vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
}
.interview_link a .txt_vertical span {
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 2px;
  padding-right: 2px;
}
@media screen and (min-width: 768px) {
  .interview_link a .txt_vertical span {
    padding-left: calc(2px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  .interview_link a .txt_vertical span {
    padding-right: calc(2px * 1.17);
  }
}
.interview_link a .txt_vertical .num {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding-top: 15px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .interview_link a .txt_vertical .num {
    padding-top: calc(15px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  .interview_link a .txt_vertical .num {
    padding-left: calc(2px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  .interview_link a .txt_vertical .num {
    padding-right: calc(2px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  .interview_link a .txt_vertical .num {
    padding-bottom: calc(15px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  .interview_link a .txt_vertical .num {
    margin-bottom: calc(20px * 1.17);
  }
}
@media screen and (min-width: 768px) {
  .interview_link a .txt_vertical .num {
    font-size: calc(18px * 1.17);
  }
}
.interview_link a .txt em {
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.26;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .interview_link a .txt em {
    font-size: calc(19px * 1.17);
  }
}
.interview_link a .txt span {
  display: block;
  line-height: 1.26;
  padding-right: 0.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.interview_link a .img {
  overflow: hidden;
}
.interview_link a .img > img, .interview_link a .img .brightness {
  -webkit-transition: -webkit-transform 1.6s;
  transition: -webkit-transform 1.6s;
  transition: transform 1.6s;
  transition: transform 1.6s, -webkit-transform 1.6s;
}
.interview_link a:hover {
  opacity: 1;
}
.interview_link a:hover .img > img, .interview_link a:hover .img .brightness {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ---------------------------------------
	▼ パンくず
--------------------------------------- */
#path {
  font-size: 13px;
  overflow: hidden;
  margin: 14px 20px;
}
@media screen and (min-width: 768px) {
  #path {
    margin: calc(14px * 1.4) calc(20px * 1.4);
  }
}
#path li {
  float: left;
}
#path li:not(:last-child):after {
  content: ">";
  margin: 0 0.3em;
  color: #333;
}

/* ---------------------------------------
 ▼ アニメーション
--------------------------------------- */
@-webkit-keyframes slideLine {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLine {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideLineSM {
  0% {
    width: 25px;
    left: 100%;
  }
  40% {
    width: 60%;
  }
  100% {
    width: 25px;
    left: 0;
  }
}
@keyframes slideLineSM {
  0% {
    width: 25px;
    left: 100%;
  }
  40% {
    width: 60%;
  }
  100% {
    width: 25px;
    left: 0;
  }
}
.blurX span {
  display: inline-block;
  opacity: 0;
}
.blurX.active span {
  -webkit-animation: blurX 1.2s forwards;
          animation: blurX 1.2s forwards;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s cubic-bezier(0.165, 0.84, 0.44), -webkit-filter 1s cubic-bezier(0.165, 0.84, 0.44);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s cubic-bezier(0.165, 0.84, 0.44), -webkit-filter 1s cubic-bezier(0.165, 0.84, 0.44);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s cubic-bezier(0.165, 0.84, 0.44), filter 1s cubic-bezier(0.165, 0.84, 0.44);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s cubic-bezier(0.165, 0.84, 0.44), filter 1s cubic-bezier(0.165, 0.84, 0.44), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s cubic-bezier(0.165, 0.84, 0.44), -webkit-filter 1s cubic-bezier(0.165, 0.84, 0.44);
}
.blurX.active span:nth-of-type(1) {
  -webkit-animation-delay: calc(0.1s * 1);
          animation-delay: calc(0.1s * 1);
}
.blurX.active span:nth-of-type(2) {
  -webkit-animation-delay: calc(0.1s * 2);
          animation-delay: calc(0.1s * 2);
}
.blurX.active span:nth-of-type(3) {
  -webkit-animation-delay: calc(0.1s * 3);
          animation-delay: calc(0.1s * 3);
}
.blurX.active span:nth-of-type(4) {
  -webkit-animation-delay: calc(0.1s * 4);
          animation-delay: calc(0.1s * 4);
}
.blurX.active span:nth-of-type(5) {
  -webkit-animation-delay: calc(0.1s * 5);
          animation-delay: calc(0.1s * 5);
}
.blurX.active span:nth-of-type(6) {
  -webkit-animation-delay: calc(0.1s * 6);
          animation-delay: calc(0.1s * 6);
}
.blurX.active span:nth-of-type(7) {
  -webkit-animation-delay: calc(0.1s * 7);
          animation-delay: calc(0.1s * 7);
}
.blurX.active span:nth-of-type(8) {
  -webkit-animation-delay: calc(0.1s * 8);
          animation-delay: calc(0.1s * 8);
}
.blurX.active span:nth-of-type(9) {
  -webkit-animation-delay: calc(0.1s * 9);
          animation-delay: calc(0.1s * 9);
}
.blurX.active span:nth-of-type(10) {
  -webkit-animation-delay: calc(0.1s * 10);
          animation-delay: calc(0.1s * 10);
}
.blurX.active span:nth-of-type(11) {
  -webkit-animation-delay: calc(0.1s * 11);
          animation-delay: calc(0.1s * 11);
}
.blurX.active span:nth-of-type(12) {
  -webkit-animation-delay: calc(0.1s * 12);
          animation-delay: calc(0.1s * 12);
}
.blurX.active span:nth-of-type(13) {
  -webkit-animation-delay: calc(0.1s * 13);
          animation-delay: calc(0.1s * 13);
}
.blurX.active span:nth-of-type(14) {
  -webkit-animation-delay: calc(0.1s * 14);
          animation-delay: calc(0.1s * 14);
}
.blurX.active span:nth-of-type(15) {
  -webkit-animation-delay: calc(0.1s * 15);
          animation-delay: calc(0.1s * 15);
}
.blurX.active span:nth-of-type(16) {
  -webkit-animation-delay: calc(0.1s * 16);
          animation-delay: calc(0.1s * 16);
}
.blurX.active span:nth-of-type(17) {
  -webkit-animation-delay: calc(0.1s * 17);
          animation-delay: calc(0.1s * 17);
}
.blurX.active span:nth-of-type(18) {
  -webkit-animation-delay: calc(0.1s * 18);
          animation-delay: calc(0.1s * 18);
}
.blurX.active span:nth-of-type(19) {
  -webkit-animation-delay: calc(0.1s * 19);
          animation-delay: calc(0.1s * 19);
}
.blurX.active span:nth-of-type(20) {
  -webkit-animation-delay: calc(0.1s * 20);
          animation-delay: calc(0.1s * 20);
}

@-webkit-keyframes blurX {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes blurX {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.blurY span {
  opacity: 0;
}
.blurY.active span {
  -webkit-animation: blurY 1.2s forwards;
          animation: blurY 1.2s forwards;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s cubic-bezier(0.165, 0.84, 0.44), -webkit-filter 1s cubic-bezier(0.165, 0.84, 0.44);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s cubic-bezier(0.165, 0.84, 0.44), -webkit-filter 1s cubic-bezier(0.165, 0.84, 0.44);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s cubic-bezier(0.165, 0.84, 0.44), filter 1s cubic-bezier(0.165, 0.84, 0.44);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s cubic-bezier(0.165, 0.84, 0.44), filter 1s cubic-bezier(0.165, 0.84, 0.44), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s cubic-bezier(0.165, 0.84, 0.44), -webkit-filter 1s cubic-bezier(0.165, 0.84, 0.44);
}
.blurY.active span:nth-of-type(1) {
  -webkit-animation-delay: calc(0.1s * 1);
          animation-delay: calc(0.1s * 1);
}
.blurY.active span:nth-of-type(2) {
  -webkit-animation-delay: calc(0.1s * 2);
          animation-delay: calc(0.1s * 2);
}
.blurY.active span:nth-of-type(3) {
  -webkit-animation-delay: calc(0.1s * 3);
          animation-delay: calc(0.1s * 3);
}
.blurY.active span:nth-of-type(4) {
  -webkit-animation-delay: calc(0.1s * 4);
          animation-delay: calc(0.1s * 4);
}
.blurY.active span:nth-of-type(5) {
  -webkit-animation-delay: calc(0.1s * 5);
          animation-delay: calc(0.1s * 5);
}
.blurY.active span:nth-of-type(6) {
  -webkit-animation-delay: calc(0.1s * 6);
          animation-delay: calc(0.1s * 6);
}
.blurY.active span:nth-of-type(7) {
  -webkit-animation-delay: calc(0.1s * 7);
          animation-delay: calc(0.1s * 7);
}
.blurY.active span:nth-of-type(8) {
  -webkit-animation-delay: calc(0.1s * 8);
          animation-delay: calc(0.1s * 8);
}
.blurY.active span:nth-of-type(9) {
  -webkit-animation-delay: calc(0.1s * 9);
          animation-delay: calc(0.1s * 9);
}
.blurY.active span:nth-of-type(10) {
  -webkit-animation-delay: calc(0.1s * 10);
          animation-delay: calc(0.1s * 10);
}
.blurY.active span:nth-of-type(11) {
  -webkit-animation-delay: calc(0.1s * 11);
          animation-delay: calc(0.1s * 11);
}
.blurY.active span:nth-of-type(12) {
  -webkit-animation-delay: calc(0.1s * 12);
          animation-delay: calc(0.1s * 12);
}
.blurY.active span:nth-of-type(13) {
  -webkit-animation-delay: calc(0.1s * 13);
          animation-delay: calc(0.1s * 13);
}
.blurY.active span:nth-of-type(14) {
  -webkit-animation-delay: calc(0.1s * 14);
          animation-delay: calc(0.1s * 14);
}
.blurY.active span:nth-of-type(15) {
  -webkit-animation-delay: calc(0.1s * 15);
          animation-delay: calc(0.1s * 15);
}
.blurY.active span:nth-of-type(16) {
  -webkit-animation-delay: calc(0.1s * 16);
          animation-delay: calc(0.1s * 16);
}
.blurY.active span:nth-of-type(17) {
  -webkit-animation-delay: calc(0.1s * 17);
          animation-delay: calc(0.1s * 17);
}
.blurY.active span:nth-of-type(18) {
  -webkit-animation-delay: calc(0.1s * 18);
          animation-delay: calc(0.1s * 18);
}
.blurY.active span:nth-of-type(19) {
  -webkit-animation-delay: calc(0.1s * 19);
          animation-delay: calc(0.1s * 19);
}
.blurY.active span:nth-of-type(20) {
  -webkit-animation-delay: calc(0.1s * 20);
          animation-delay: calc(0.1s * 20);
}

@-webkit-keyframes blurY {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes blurY {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.blur {
  opacity: 0;
}
.blur.active {
  -webkit-animation: 1s blur forwards;
          animation: 1s blur forwards;
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44), -webkit-filter 1s cubic-bezier(0.165, 0.84, 0.44);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44), -webkit-filter 1s cubic-bezier(0.165, 0.84, 0.44);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44), filter 1s cubic-bezier(0.165, 0.84, 0.44);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44), filter 1s cubic-bezier(0.165, 0.84, 0.44), -webkit-filter 1s cubic-bezier(0.165, 0.84, 0.44);
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
.brightness {
  -webkit-mask-image: linear-gradient(325deg, transparent 0%, transparent 48%, #fff 52%, #fff 100%);
          mask-image: linear-gradient(325deg, transparent 0%, transparent 48%, #fff 52%, #fff 100%);
  -webkit-mask-size: 300% 300%;
          mask-size: 300% 300%;
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
}
.brightness img {
  opacity: 0;
  -webkit-filter: brightness(1.85) blur(5px);
          filter: brightness(1.85) blur(5px);
  -webkit-transition: opacity 1s 0.2s, -webkit-filter 1s 0.4s;
  transition: opacity 1s 0.2s, -webkit-filter 1s 0.4s;
  transition: opacity 1s 0.2s, filter 1s 0.4s;
  transition: opacity 1s 0.2s, filter 1s 0.4s, -webkit-filter 1s 0.4s;
  will-change: filter;
}
.brightness.active {
  -webkit-animation: brightness 2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: brightness 2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.brightness.active img {
  opacity: 1;
  -webkit-filter: brightness(1) blur(0);
          filter: brightness(1) blur(0);
}

.brightnessBg {
  -webkit-mask-image: linear-gradient(325deg, transparent 0%, transparent 48%, #fff 52%, #fff 100%);
          mask-image: linear-gradient(325deg, transparent 0%, transparent 48%, #fff 52%, #fff 100%);
  -webkit-mask-size: 300% 300%;
          mask-size: 300% 300%;
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
}
.brightnessBg::before {
  opacity: 0;
  -webkit-filter: brightness(1.85) blur(5px);
          filter: brightness(1.85) blur(5px);
  -webkit-transition: opacity 1s 0.2s, -webkit-filter 1s 0.4s;
  transition: opacity 1s 0.2s, -webkit-filter 1s 0.4s;
  transition: opacity 1s 0.2s, filter 1s 0.4s;
  transition: opacity 1s 0.2s, filter 1s 0.4s, -webkit-filter 1s 0.4s;
  will-change: filter;
}
.brightnessBg.active {
  -webkit-animation: brightness 2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: brightness 2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.brightnessBg.active::before {
  opacity: 1;
  -webkit-filter: brightness(1) blur(0);
          filter: brightness(1) blur(0);
}

@-webkit-keyframes brightness {
  0% {
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%;
  }
  100% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
}

@keyframes brightness {
  0% {
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%;
  }
  100% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.active {
  -webkit-animation: 0.8s fadeIn forwards;
          animation: 0.8s fadeIn forwards;
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoomOut {
  opacity: 0;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  overflow: hidden;
}
.zoomOut img {
  display: block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
.zoomOut.active {
  opacity: 1;
}
.zoomOut.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ---------------------------------------
 ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* =====================================
	▼▼▼ フッター
===================================== */
#entry_area {
  background: url(../img/entry_bg.jpg) no-repeat center top/cover;
  padding: 85px 45px 80px;
}
@media screen and (min-width: 768px) {
  #entry_area {
    padding: calc(85px * 1.4) calc(45px * 1.4) calc(80px * 1.4);
  }
}
#entry_area .area_ttl {
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #entry_area .area_ttl {
    margin-bottom: calc(30px * 1.4);
  }
}
#entry_area .area_ttl span {
  letter-spacing: 0.02em;
  line-height: 1.48;
}
#entry_area .read {
  font-size: 17px;
}
#entry_area .entry_btn {
  display: grid;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #entry_area .entry_btn {
    gap: calc(30px * 1.4);
  }
}
@media screen and (min-width: 768px) {
  #entry_area .entry_btn {
    margin-top: calc(50px * 1.4);
  }
}
@media screen and (min-width: 768px) {
  #entry_area .entry_btn {
    grid-template-columns: 342px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#entry_area .entry_btn li a {
  height: 210px;
  padding: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #entry_area .entry_btn li a {
    height: 252px;
  }
}
#entry_area .entry_btn li a .brightnessBg {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#entry_area .entry_btn li a .brightnessBg::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#entry_area .entry_btn li a:hover {
  opacity: 1;
}
#entry_area .entry_btn li a:hover .brightnessBg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#entry_area .entry_btn li:nth-child(1) a .brightnessBg::before {
  background-image: url(../img/entry_btn01.jpg);
}
#entry_area .entry_btn li:nth-child(2) a .brightnessBg::before {
  background-image: url(../img/entry_btn02.jpg);
}
#entry_area .entry_btn .box {
  padding: 15px 18px 17px;
}
@media screen and (min-width: 768px) {
  #entry_area .entry_btn .box {
    padding: calc(15px * 1.4) calc(18px * 1.4) calc(17px * 1.4);
  }
}
#entry_area .entry_btn p {
  font-size: 15px;
}
#entry_area .entry_btn p em {
  margin-right: 10px;
  font-size: 42px;
}
#entry_area .entry_btn p:not(.ttl)::after {
  width: 8px;
  height: 8px;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  #entry_area .entry_btn p:not(.ttl)::after {
    width: calc(8px * 1.4);
  }
}
@media screen and (min-width: 768px) {
  #entry_area .entry_btn p:not(.ttl)::after {
    height: calc(8px * 1.4);
  }
}
@media screen and (min-width: 768px) {
  #entry_area .entry_btn p:not(.ttl)::after {
    bottom: 8px;
  }
}
#entry_area .entry_btn p.ttl {
  font-size: 20px;
  line-height: 1.6;
}

footer {
  background: url(../img/footer_bg.jpg) no-repeat center top/100%;
  width: 100%;
  padding: 70px 20px 20px;
  padding-bottom: 20px;
  clear: both;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: calc(20px * 1.4);
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 70px 45px 20px;
  }
}
footer .page_nav {
  width: min(100%, 285px);
  margin-left: auto;
  margin-right: auto;
}
footer .page_nav li {
  margin-top: 20px;
}
footer .page_nav li span {
  font-size: 14px;
  letter-spacing: -0.02em;
}
footer .page_nav li em {
  width: min(100%, 168px);
  letter-spacing: 0;
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  footer .page_nav {
    width: 328.42px;
  }
}

.copyright {
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 14px;
  }
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagetop {
    padding: 0;
  }
}
.pagetop::after {
  content: "";
  width: 11px;
  height: 11px;
  border-left: #000 1px solid;
  border-top: #000 1px solid;
  position: absolute;
  top: calc(50% - 3px);
  right: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 100px 20px 60px;
}
@media screen and (min-width: 768px) {
  #not_found {
    padding: 8vw 20px;
  }
}
#not_found p {
  font-size: 14px;
  text-align: center;
}
#not_found p.arial {
  margin-bottom: 10px;
  font-size: 39px;
  font-family: "Arial", "メイリオ";
}
@media screen and (min-width: 768px) {
  #not_found p.arial {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
#not_found p.arial + p {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #not_found p.arial + p {
    font-size: 18px;
  }
}
#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #not_found p.txt {
    line-height: 1.9;
  }
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}