@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
header,
main,
.modal {
  transition: 0.5s;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  src: local("Noto Serif JP"), url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP") format("woff2");
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
html.modal-mode section,
html.modal-mode footer,
body.modal-mode section,
body.modal-mode footer {
  filter: blur(4px);
}
html.modal-mode.include-header header,
body.modal-mode.include-header header {
  filter: blur(4px);
}

a:hover,
button:hover {
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.shadow {
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1882352941);
}

.Btn {
  font-family: "noto Sans JP", sans-serif;
  position: relative;
  display: inline-block;
  padding: 18px;
  border-radius: 5px;
  background-color: #38acb5;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s, opacity 0.5s;
  width: 225px;
}
@media screen and (max-width: 768px) {
  .Btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.Btn svg.arrow-01 {
  width: 26px;
  position: absolute;
  right: 10%;
  top: 45%;
}
.Btn:hover {
  opacity: 0.9;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  transform: scale(0.97);
}
.cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.standby {
  pointer-events: none !important;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}
.c-anchor {
  position: absolute;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .c-anchor {
    top: -120px;
  }
}

.breadcrumbs {
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP"), url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP") format("woff2");
  font-weight: 400;
  font-size: 0.75rem;
}
.breadcrumbs.quiz-breadcrumbs {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    padding: 0 18px;
  }
}
.breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
.breadcrumbs ol li {
  display: inline-block;
  margin-right: 2em;
  position: relative;
}
.breadcrumbs ol li:before, .breadcrumbs ol li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  width: 1px;
  height: 6px;
  background-color: #38acb5;
  margin: auto;
}
.breadcrumbs ol li:before {
  transform: rotate(45deg);
  top: 4px;
}
.breadcrumbs ol li:after {
  transform: rotate(-45deg);
  top: -4px;
}
.breadcrumbs ol li:last-child:after, .breadcrumbs ol li:last-child:before {
  display: none;
}
.breadcrumbs ol li.current {
  color: #38acb5;
}
.breadcrumbs ol a {
  color: #716752;
  text-decoration: none;
}
.breadcrumbs ol a:hover {
  color: #4c4948;
}

header {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  height: 80px;
  z-index: 100;
  display: flex;
  align-items: center;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 28px;
}
@media screen and (max-width: 768px) {
  header .header-inner {
    padding: 0 18px;
  }
}
header .header-inner .header-logo-wrap {
  display: flex;
}
header .header-inner .header-logo-wrap a.header-logo {
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  header .header-inner .header-logo-wrap a.header-logo {
    margin-right: 18px;
  }
}
header .header-inner .header-logo-wrap a.header-logo img {
  width: 232px;
}
@media screen and (max-width: 768px) {
  header .header-inner .header-logo-wrap a.header-logo img {
    width: 190px;
  }
}
header .header-inner .header-logo-wrap a.header-logo-sub {
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  header .header-inner .header-logo-wrap a.header-logo-sub {
    margin-right: 18px;
  }
}
header .header-inner .header-logo-wrap a.header-logo-sub img {
  width: 150px;
}
header .header-inner .header-logo-wrap .th120-anniversary-logo-wrap .header-logo-sub-anv img {
  width: 52px;
}
@media screen and (max-width: 768px) {
  header .header-inner .header-logo-wrap .th120-anniversary-logo-wrap .header-logo-sub-anv img {
    width: 42px;
  }
}
header .header-inner .header-logo-wrap h1 {
  display: flex;
}
header .header-inner .menu-Btn button.menu-toggle {
  background-color: #38acb5;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: relative;
  margin-top: auto 0;
  z-index: 999;
  transition: 0s;
}
@media screen and (max-width: 768px) {
  header .header-inner .menu-Btn button.menu-toggle {
    width: 45px;
    height: 45px;
    margin-top: 0;
  }
}
header .header-inner .menu-Btn button.menu-toggle span {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0, 0.68, 0.31, 1);
}
header .header-inner .menu-Btn button.menu-toggle span:first-child {
  top: -6px;
  width: 24px;
}
header .header-inner .menu-Btn button.menu-toggle span:last-child {
  top: 6px;
  width: 14px;
  left: 10px;
}
header .header-inner .menu-Btn button.menu-toggle:hover span:first-child {
  top: -6px;
  width: 14px;
  left: 10px;
}
header .header-inner .menu-Btn button.menu-toggle:hover span:last-child {
  top: 6px;
  width: 24px;
  left: 0;
}
header .header-inner .menu-Btn button.menu-toggle.close {
  background-color: #ffffff;
}
header .header-inner .menu-Btn button.menu-toggle.close span {
  background-color: #38acb5;
}
header .header-inner .menu-Btn button.menu-toggle.close span:first-child {
  top: 0px;
  width: 24px;
  left: 0px;
  transform: rotate(45deg);
}
header .header-inner .menu-Btn button.menu-toggle.close span:last-child {
  top: 0px;
  width: 24px;
  left: 0px;
  transform: rotate(-45deg);
}
header .header-inner .menu-Btn button.menu-toggle.standby {
  pointer-events: none !important;
  opacity: 0.6;
}
header #menu {
  position: fixed;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s cubic-bezier(0, 0.68, 0.31, 1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 15% center;
}
header #menu::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}
header #menu canvas {
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
  opacity: 0.3;
  position: absolute;
  top: 0;
  z-index: -2;
}
header #menu.close {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  top: 100px;
  transform: scale(0.7);
}
header #menu.open {
  opacity: 1;
  width: 100vw;
  height: 100dvh;
  top: 0px;
  transform: scale(1);
}
header #menu.standby {
  opacity: 1;
  width: 100vw;
  height: 100vh;
  transform: scale(1);
  top: 0px;
  pointer-events: none !important;
}
header #menu .menu-wrap {
  width: 100%;
  height: 100%;
}
header #menu .menu-wrap .menu-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
header #menu .menu-wrap .menu-inner .menu-contents {
  max-width: 750px;
  margin: auto;
}
header #menu .menu-wrap .menu-inner .menu-contents nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header #menu .menu-wrap .menu-inner .menu-contents nav ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0 18px;
  }
}
header #menu .menu-wrap .menu-inner .menu-contents nav ul li {
  position: relative;
  text-align: center;
  transition: 0.5s;
  opacity: 0;
  top: 100px;
  transform: scale(0.8);
  filter: blur(4px);
  width: 30%;
}
@media screen and (max-width: 768px) {
  header #menu .menu-wrap .menu-inner .menu-contents nav ul li {
    width: 50%;
    padding: 0 9px;
    margin-bottom: 24px;
  }
  header #menu .menu-wrap .menu-inner .menu-contents nav ul li > a > img {
    width: 80% !important;
    margin: 0 auto !important;
  }
}
header #menu .menu-wrap .menu-inner .menu-contents nav ul li.view {
  opacity: 1;
  top: 0px;
  transform: scale(1);
  filter: blur(0px);
  margin: 12px 0;
}
header #menu .menu-wrap .menu-inner .menu-contents nav ul li.view a {
  transition: 0.5s;
}
header #menu .menu-wrap .menu-inner .menu-contents nav ul li a {
  color: #ffffff;
}
header #menu .menu-wrap .menu-inner .menu-contents nav ul li a h4 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  header #menu .menu-wrap .menu-inner .menu-contents nav ul li a h4 {
    font-size: 1rem !important;
  }
}
header #menu .menu-wrap .menu-inner .menu-contents nav ul li a span {
  display: flex;
  justify-content: center;
}
header #menu .menu-wrap .menu-inner .menu-contents nav ul li a span img {
  width: 20%;
  margin-top: 3px;
}
header #menu .menu-wrap .menu-inner .menu-contents nav ul li a span img.wide-en {
  width: 28%;
}
header #menu .menu-wrap .menu-inner .menu-contents nav ul li a span img.wider-en {
  width: 32%;
}
header #menu .menu-wrap .menu-inner .menu-contents nav ul::after {
  content: "";
  width: 30%;
}
@media screen and (max-width: 768px) {
  header #menu .menu-wrap .menu-inner .menu-contents nav ul::after {
    width: 50%;
    padding: 0 9px;
    margin-bottom: 24px;
  }
}

.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.loading.finished {
  opacity: 0;
  pointer-events: none !important;
}
.loading .ns-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  mix-blend-mode: hard-light;
  opacity: 0.07;
}
.loading .loading-Anm {
  position: relative;
  width: 180px;
  height: 180px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
  animation: threeRotation 3s cubic-bezier(0.19, 0.18, 0.45, 1) 0s infinite normal forwards running;
}
.loading .loading-Anm span {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #38acb5;
  border-radius: 100%;
  mix-blend-mode: multiply;
  opacity: 0.4;
  right: 0;
  bottom: 0;
  margin: auto;
}
.loading .loading-Anm span:nth-child(1) {
  top: calc(calc(cos(calc(120deg * 0)) * 80px));
  left: calc(calc(sin(calc(120deg * 0)) * 80px));
  animation: sizeChange_01 3s cubic-bezier(0.19, 0.18, 0.45, 1) 0s infinite normal forwards running;
  transform: scale(0.6);
}
.loading .loading-Anm span:nth-child(2) {
  top: calc(calc(cos(calc(120deg * 1)) * 80px));
  left: calc(calc(sin(calc(120deg * 1)) * 80px));
  animation: sizeChange_02 3s cubic-bezier(0.19, 0.18, 0.45, 1) 1s infinite normal forwards running;
  transform: scale(1.7);
}
.loading .loading-Anm span:nth-child(3) {
  top: calc(calc(cos(calc(120deg * 2)) * 80px));
  left: calc(calc(sin(calc(120deg * 2)) * 80px));
  animation: sizeChange_03 3s cubic-bezier(0.19, 0.18, 0.45, 1) 2s infinite normal forwards running;
  transform: scale(1.1);
}

img.test {
  position: absolute;
  width: 100%;
  opacity: 0.5;
  /* bottom: 0; */
  /* display: none; */
  margin: auto;
  z-index: 2;
}

@keyframes sizeChange_01 {
  0% {
    transform: scale(0.6);
  }
  33% {
    transform: scale(1.1);
  }
  66% {
    transform: scale(1.7);
  }
  100% {
    transform: scale(0.6);
  }
}
@keyframes sizeChange_02 {
  0% {
    transform: scale(1.7);
  }
  33% {
    transform: scale(0.6);
  }
  66% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.7);
  }
}
@keyframes sizeChange_03 {
  0% {
    transform: scale(1.1);
  }
  33% {
    transform: scale(1.7);
  }
  66% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes threeRotation {
  0% {
    transform: rotate(30deg);
  }
  33% {
    transform: rotate(150deg);
  }
  66% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(390deg);
  }
}
.hanshin-quiz-recruitment-button {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 18vw;
  z-index: 997;
  background-color: white;
  transition: 0.2s;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .hanshin-quiz-recruitment-button {
    display: flex;
  }
}
.hanshin-quiz-recruitment-button img {
  width: 70%;
}

.disactive {
  opacity: 0 !important;
  pointer-events: none !important;
}

.modal {
  position: fixed;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s cubic-bezier(0, 0.68, 0.31, 1);
}
.modal.close {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  top: 100px;
  transform: scale(0.7);
}
.modal.open {
  opacity: 1;
  width: 100vw;
  height: 100dvh;
  top: 0px;
  transform: scale(1);
}
.modal.standby {
  opacity: 1;
  width: 100vw;
  height: 100vh;
  transform: scale(1);
  top: 0px;
  pointer-events: none !important;
}
.modal .close-Btn {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: fixed;
  margin-top: 24px;
  right: 28px;
  transition: 0s;
  z-index: 9999;
  top: 0;
  left: auto;
  cursor: pointer;
}
.modal .close-Btn span {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0, 0.68, 0.31, 1);
  background-color: #38acb5;
}
.modal .close-Btn span:first-child {
  top: 0px;
  width: 24px;
  left: 0px;
  transform: rotate(45deg);
}
.modal .close-Btn span:last-child {
  top: 0px;
  width: 24px;
  left: 0px;
  transform: rotate(-45deg);
}
.modal .modal-wrap {
  width: 100%;
  height: 100%;
}
.modal .modal-wrap .modal-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}
.modal .modal-wrap .modal-inner .modal-contents {
  max-width: 1000px;
  color: #ffffff;
  height: 100%;
  overflow-y: scroll;
  padding: 82px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal .modal-wrap .modal-inner .modal-contents iframe {
  width: 80%;
  aspect-ratio: 16/9;
  position: absolute;
  max-height: 100vh;
}
@media screen and (max-width: 768px) {
  .modal .modal-wrap .modal-inner .modal-contents iframe {
    width: 90vw;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.modal .modal-wrap .modal-inner .modal-contents::-webkit-scrollbar {
  display: none;
}
.modal .movie-wrap {
  max-width: 630px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal .logo-image-wrap {
  width: 69.3333333333%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 8.6666666667% 16.8%;
  margin-bottom: 42px;
}
.modal .md-text-wp {
  max-width: 680px;
  margin: auto;
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP"), url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP") format("woff2");
  font-weight: 400;
}
.modal .md-text-wp p {
  font-size: 0.875rem;
  line-height: 28px;
  padding: 0 6.6666666667%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .modal .md-text-wp .disc-img {
    width: 69.3333333333%;
    margin: auto;
  }
}
.modal .md-text-wp ul {
  margin: 24px 0 24px 0px;
  padding: 0 6.6666666667%;
}
.modal .md-text-wp ul li {
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}

main {
  padding-top: 80px;
}
main.sticky section.kv .kv-inner {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 1;
}
main.starting section.kv .kv-nz {
  opacity: 0;
}

footer {
  position: relative;
  z-index: 1;
}
footer .footer-inner {
  padding-top: 42px;
}
footer .footer-inner .footer-contents .footer-mn {
  margin-bottom: 24px;
}
footer .footer-inner .footer-contents .footer-mn ul.ft-menu {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-contents .footer-mn ul.ft-menu {
    flex-direction: column;
  }
}
footer .footer-inner .footer-contents .footer-mn ul.ft-menu li {
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-contents .footer-mn ul.ft-menu li {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
footer .footer-inner .footer-contents .footer-mn ul.ft-menu li:last-child a:before {
  display: none;
}
footer .footer-inner .footer-contents .footer-mn ul.ft-menu li a {
  position: relative;
  font-family: "noto Sans JP", sans-serif;
  color: #716752;
  font-size: 0.9rem;
  font-weight: 400;
  word-break: keep-all;
  transition: color 0.3s;
}
footer .footer-inner .footer-contents .footer-mn ul.ft-menu li a::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -14px;
  width: 1px;
  height: 80%;
  background-color: #716752;
  transition: background-color 0.3s;
  bottom: 0;
  margin: auto;
}
footer .footer-inner .footer-contents .row.footer-sc {
  margin-top: 0;
}
footer .footer-inner .footer-contents .row.footer-sc .social-media li:nth-child(even) {
  margin: 0 15px;
}
footer .footer-inner .footer-contents .row.footer-cp {
  margin-top: 42px;
  padding-bottom: 42px;
  text-align: center;
}
footer .footer-inner .footer-contents .row.footer-cp p.copyright {
  font-size: 0.7rem;
  color: #4c4948;
}
@media screen and (max-width: 576px) {
  footer .footer-inner .footer-contents .row.footer-cp p.copyright {
    font-size: 0.5rem;
  }
}
footer .footer-inner .footer-contents .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
}
footer .footer-inner .footer-contents .social-media li a img,
footer .footer-inner .footer-contents .social-media li a svg {
  max-width: 54px;
  aspect-ratio: 1;
}

section {
  padding: 120px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section {
    padding: 42px 0px;
  }
}
section > .content-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section > .content-inner {
    padding: 0 18px;
  }
}
section.kv {
  padding: 0px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.kv {
    aspect-ratio: 750/920;
  }
}
section.kv .kv-inner {
  max-width: initial;
  margin: auto;
  padding: 0;
  position: relative;
  z-index: 0;
}
section.kv .kv-inner img {
  object-fit: contain;
  width: 100vw;
  height: min(100vh - 80px, 49.15vw);
}
@media screen and (max-width: 768px) {
  section.kv .kv-inner img {
    margin-top: 0;
    height: auto;
  }
}
section.kv .anchor-hanshin-quiz {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 150px;
  z-index: 3;
}
section.message {
  background-color: #fcfcfc;
  overflow-x: hidden;
  padding: 112px 0px 82px 0px;
}
@media screen and (max-width: 768px) {
  section.message {
    padding: 88px 0px 82px 0px;
  }
}
section.message .msg-bg-img-wp {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
section.message .msg-bg-img-wp .msg-bg-inner {
  position: relative;
  width: 100%;
  height: 63vw;
}
@media screen and (max-width: 1300px) {
  section.message .msg-bg-img-wp .msg-bg-inner {
    width: 120%;
    left: -10%;
  }
}
@media screen and (max-width: 1080px) {
  section.message .msg-bg-img-wp .msg-bg-inner {
    width: 140%;
    left: -20%;
  }
}
@media screen and (max-width: 980px) {
  section.message .msg-bg-img-wp .msg-bg-inner {
    width: 140%;
    left: -20%;
    height: 100vw;
  }
}
@media screen and (max-width: 840px) {
  section.message .msg-bg-img-wp .msg-bg-inner {
    width: 140%;
    left: -20%;
    height: 140vw;
  }
}
@media screen and (max-width: 768px) {
  section.message .msg-bg-img-wp .msg-bg-inner {
    width: 100%;
    left: 0%;
    height: 63vw;
  }
}
section.message .msg-bg-img-wp .msg-bg-inner img,
section.message .msg-bg-img-wp .msg-bg-inner .bbl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
section.message .msg-bg-img-wp .msg-bg-inner .bbl {
  background-color: #38acb5;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
section.message .msg-bg-img-wp .msg-bg-inner .bbl-01 {
  background-color: #716752;
  left: -1%;
  right: auto;
  top: -30.3%;
  opacity: 0.3;
  width: 5vw;
  height: 5vw;
}
section.message .msg-bg-img-wp .msg-bg-inner .bbl-02 {
  background-color: #006cb8;
  left: 12.9%;
  right: auto;
  top: -9.1%;
  opacity: 0.2;
  width: 4.5vw;
  height: 4.5vw;
}
section.message .msg-bg-img-wp .msg-bg-inner .bbl-03 {
  background-color: #38acb5;
  left: 28.5%;
  right: auto;
  top: -40.8%;
  opacity: 0.4;
  width: 1.4vw;
  height: 1.4vw;
}
section.message .msg-bg-img-wp .msg-bg-inner .bbl-04 {
  background-color: #38acb5;
  left: 23.7%;
  right: auto;
  top: 48%;
  opacity: 0.4;
  width: 5.5vw;
  height: 5.5vw;
}
section.message .msg-bg-img-wp .msg-bg-inner .bbl-05 {
  background-color: #716752;
  left: auto;
  right: 9.7%;
  top: -93.7%;
  opacity: 0.3;
  width: 1.3vw;
  height: 1.3vw;
}
section.message .msg-bg-img-wp .msg-bg-inner .bbl-06 {
  background-color: #77b7dd;
  left: auto;
  right: 21.1%;
  top: -81.5%;
  opacity: 0.3;
  width: 1.3vw;
  height: 1.3vw;
}
section.message .msg-bg-img-wp .msg-bg-inner .bbl-07 {
  background-color: #38acb5;
  left: auto;
  right: 21.8%;
  top: -65.8%;
  opacity: 0.4;
  width: 5vw;
  height: 5vw;
}
section.message .msg-bg-img-wp .msg-bg-inner .bbl-08 {
  background-color: #77b7dd;
  left: auto;
  right: 3.6%;
  top: -35.8%;
  opacity: 0.3;
  width: 5vw;
  height: 5vw;
}
section.message .msg-bg-img-wp .msg-bg-inner .bbl-09 {
  background-color: #ffffff;
  left: auto;
  right: 8.2%;
  top: 30.4%;
  opacity: 1;
  width: 2.8vw;
  height: 2.8vw;
}
section.message .msg-bg-img-wp .msg-bg-inner .bbl-10 {
  background-color: #716752;
  left: -1%;
  right: auto;
  top: -30.3%;
  opacity: 0;
  width: 5vw;
  height: 5vw;
}
section.message .msg-bg-img-wp .msg-bg-inner .ill-01 {
  width: 17vw;
  left: -50%;
  bottom: auto;
  top: 7%;
}
section.message .msg-bg-img-wp .msg-bg-inner .ill-02 {
  width: 13vw;
  left: -52%;
  bottom: auto;
  top: 36%;
}
section.message .msg-bg-img-wp .msg-bg-inner .ill-03 {
  width: 16.5vw;
  left: 58%;
  bottom: auto;
  top: 19%;
}
section.message .msg-bg-img-wp .msg-bg-inner .pho-01 {
  width: 10.6vw;
  left: -63.6%;
  bottom: auto;
  top: 22.1%;
  z-index: 6;
}
section.message .msg-bg-img-wp .msg-bg-inner .pho-02 {
  width: 17.1vw;
  left: 57.7%;
  bottom: auto;
  top: 44.7%;
  z-index: 6;
}
section.message .msg-bg-img-wp .msg-bg-inner .pho-03 {
  width: 17.2vw;
  left: -51.9%;
  bottom: auto;
  top: 52.8%;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-01 {
    background-color: #716752;
    left: 0%;
    right: auto;
    top: 25.7%;
    opacity: 0.3;
    width: 10vw;
    height: 10vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-02 {
    background-color: #006cb8;
    left: 90.4%;
    right: auto;
    top: -46.6%;
    opacity: 0.2;
    width: 9.5vw;
    height: 9.5vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-03 {
    background-color: #38acb5;
    left: 56.5%;
    right: auto;
    top: -68.8%;
    opacity: 0.4;
    width: 9.4vw;
    height: 9.4vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-04 {
    background-color: #38acb5;
    left: 45.7%;
    right: auto;
    top: 84%;
    opacity: 0.4;
    width: 10.5vw;
    height: 10.5vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-05 {
    background-color: #716752;
    left: auto;
    right: 11.5%;
    top: -90.2%;
    opacity: 0.3;
    width: 2.3vw;
    height: 2.3vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-06 {
    background-color: #38acb5;
    left: auto;
    right: 42.1%;
    top: 17.5%;
    opacity: 0.3;
    width: 3vw;
    height: 3vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-07 {
    background-color: #006cb8;
    left: auto;
    right: 65.8%;
    top: 41.1%;
    opacity: 0.2;
    width: 8vw;
    height: 8vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-08 {
    background-color: #ffffff;
    left: auto;
    right: 44.6%;
    top: 2.2%;
    opacity: 1;
    width: 7vw;
    height: 7vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-09 {
    background-color: #ffffff;
    left: auto;
    right: 26.2%;
    top: -30.6%;
    opacity: 1;
    width: 15.8vw;
    height: 15.8vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .ill-01 {
    width: 23vw;
    left: -43%;
    bottom: auto;
    top: 2%;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .ill-02 {
    width: 16vw;
    left: -72%;
    bottom: auto;
    top: 114%;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .ill-03 {
    width: 18.5vw;
    left: 78%;
    bottom: auto;
    top: 114%;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .pho-01 {
    width: 19.6vw;
    left: -75%;
    bottom: auto;
    top: 8.5%;
    z-index: 6;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .pho-02 {
    width: 20.5vw;
    left: 78.7%;
    bottom: auto;
    top: 130.4%;
    z-index: 6;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .pho-03 {
    width: 20.2vw;
    left: -71.5%;
    bottom: auto;
    top: 127.8%;
    z-index: 6;
  }
}
@media screen and (max-width: 576px) {
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-01 {
    background-color: #716752;
    left: 0%;
    right: auto;
    top: 25.7%;
    opacity: 0.3;
    width: 10vw;
    height: 10vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-02 {
    background-color: #006cb8;
    left: 90.4%;
    right: auto;
    top: -46.6%;
    opacity: 0.2;
    width: 9.5vw;
    height: 9.5vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-03 {
    background-color: #38acb5;
    left: 56.5%;
    right: auto;
    top: -68.8%;
    opacity: 0.4;
    width: 9.4vw;
    height: 9.4vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-04 {
    background-color: #38acb5;
    left: 45.7%;
    right: auto;
    top: 84%;
    opacity: 0.4;
    width: 10.5vw;
    height: 10.5vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-05 {
    background-color: #716752;
    left: auto;
    right: 11.5%;
    top: -90.2%;
    opacity: 0.3;
    width: 2.3vw;
    height: 2.3vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-06 {
    background-color: #38acb5;
    left: auto;
    right: 42.1%;
    top: 17.5%;
    opacity: 0.3;
    width: 3vw;
    height: 3vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-07 {
    background-color: #006cb8;
    left: auto;
    right: 65.8%;
    top: 41.1%;
    opacity: 0.2;
    width: 8vw;
    height: 8vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-08 {
    background-color: #ffffff;
    left: auto;
    right: 44.6%;
    top: 2.2%;
    opacity: 1;
    width: 7vw;
    height: 7vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .bbl-09 {
    background-color: #ffffff;
    left: auto;
    right: 26.2%;
    top: -30.6%;
    opacity: 1;
    width: 15.8vw;
    height: 15.8vw;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .ill-01 {
    width: 23vw;
    left: -43%;
    bottom: auto;
    top: 2%;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .ill-02 {
    width: 16vw;
    left: -72%;
    bottom: auto;
    top: 105%;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .ill-03 {
    width: 18.5vw;
    left: 78%;
    bottom: auto;
    top: 98%;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .pho-01 {
    width: 19.6vw;
    left: -75%;
    bottom: auto;
    top: 8.5%;
    z-index: 6;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .pho-02 {
    width: 20.5vw;
    left: 78.7%;
    bottom: auto;
    top: 109.4%;
    z-index: 6;
  }
  section.message .msg-bg-img-wp .msg-bg-inner .pho-03 {
    width: 20.2vw;
    left: -71.5%;
    bottom: auto;
    top: 114.8%;
    z-index: 6;
  }
}
section.message h2 {
  font-size: 2.35rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.6em;
  color: #38acb5;
  margin: 18px 0px;
}
@media screen and (max-width: 768px) {
  section.message h2 {
    font-size: 1.5rem;
  }
}
section.message p {
  text-align: center;
  color: #716752;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  margin: 28px 0px;
}
@media screen and (max-width: 768px) {
  section.message p {
    text-align: center;
  }
}
section.message span.post-content {
  text-align: center;
  font-weight: 400;
  color: #4c4948;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
section.message h4 {
  max-width: 178px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.message h4 {
    max-width: 125px;
  }
}
section.message .msg-bg {
  position: relative;
}
section.message img.catchphrase {
  max-width: 441px;
  margin: 42px auto;
}
@media screen and (max-width: 768px) {
  section.message img.catchphrase {
    max-width: 250px;
  }
}
section.message .movie-thumb-wrap {
  max-width: 624px;
  margin: 28px auto 0px auto;
  text-align: center;
}
section.message .movie-thumb-wrap .movie-thumb {
  position: relative;
  transition: 0.2s;
}
section.message .movie-thumb-wrap .movie-thumb:hover {
  cursor: pointer;
  opacity: 0.8;
}
section.message .movie-thumb-wrap .movie-thumb button.play {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 136px;
  margin: auto;
  height: 90px;
}
section.message .movie-thumb-wrap p.movie-caption {
  position: relative;
  display: inline-block;
  margin: 8px 0;
}
section.message .movie-thumb-wrap p.movie-caption:before, section.message .movie-thumb-wrap p.movie-caption:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 1px;
  background-color: #716752;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.message .movie-thumb-wrap p.movie-caption:before, section.message .movie-thumb-wrap p.movie-caption:after {
    width: 32px;
  }
}
section.message .movie-thumb-wrap p.movie-caption:before {
  left: auto;
  right: -4em;
}
@media screen and (max-width: 768px) {
  section.message .movie-thumb-wrap p.movie-caption:before {
    right: -2.5em;
  }
}
section.message .movie-thumb-wrap p.movie-caption:after {
  right: auto;
  left: -4em;
}
@media screen and (max-width: 768px) {
  section.message .movie-thumb-wrap p.movie-caption:after {
    left: -2.5em;
  }
}
section.message .news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 768px) {
  section.message .news-wrap {
    flex-direction: column;
  }
}
section.message .news-wrap h3 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #4c4948;
  overflow-wrap: break-word;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  section.message .news-wrap h3 {
    font-size: 1.5rem;
  }
}
section.message .news-wrap h3 span {
  display: block;
  margin-top: 9px;
  margin-left: 6px;
}
section.message .news-wrap h3 span img {
  width: 62px;
  height: auto;
  max-width: 100%;
  transition: width 0.3s ease;
}
@media screen and (max-width: 768px) {
  section.message .news-wrap h3 span img {
    width: 49.6px;
  }
}
@media screen and (max-width: 576px) {
  section.message .news-wrap h3 span img {
    width: 37.2px;
  }
}
@media screen and (max-width: 768px) {
  section.message .news-wrap .news-list-inner ul {
    margin-top: 42px;
  }
}
section.message .news-wrap .news-list-inner ul li {
  background-color: #ffffff;
  padding: 14px 18px;
  display: flex;
  -webkit-box-orient: vertical;
  font-family: "noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #716752;
  height: calc(1rem + 32px);
  height: fit-content;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  section.message .news-wrap .news-list-inner ul li {
    display: block;
  }
}
section.message .news-wrap .news-list-inner ul li span:not(.date) {
  line-height: 24px;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  section.message .news-wrap .news-list-inner ul li {
    padding: 18px 18px;
    width: 100%;
    overflow: initial;
    -webkit-line-clamp: initial;
  }
}
section.message .news-wrap .news-list-inner ul li:nth-child(even) {
  background-color: transparent;
}
section.message .news-wrap .news-list-inner ul li .date {
  margin-right: 42px;
  display: table;
}
@media screen and (max-width: 768px) {
  section.message .news-wrap .news-list-inner ul li .date {
    display: block;
  }
}
section.message .news-wrap .news-list-inner ul li a {
  overflow: hidden;
  text-decoration: underline;
}
section.about-logo {
  padding: 84px 0px;
  overflow: hidden;
}
section.about-logo .around {
  max-width: 640px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.about-logo .around {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  section.about-logo .around .col {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  section.about-logo img.about-logo-img {
    max-width: 170px;
    margin-bottom: 28px;
  }
}
section.about-logo::before, section.about-logo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
  left: 0;
}
section.about-logo::before {
  background-image: url(/120th/asset/imgs/120th-anniversary-logo.svg);
  width: 50vw;
  left: auto;
  right: -16%;
  opacity: 0.1;
  background-size: 110%;
  background-position: 0 -20px;
}
section.about-logo h3 {
  font-size: 1.75rem;
  color: #716752;
  letter-spacing: 0.15em;
  margin-bottom: 42px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  section.about-logo h3 {
    font-size: 1.25rem;
  }
}
section.history {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.history {
    overflow: hidden;
    padding-bottom: calc(100% + 42px);
  }
}
section.history::before, section.history::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
  left: 0;
}
section.history::before {
  background-image: url(/120th/asset/imgs/history-image.png);
  width: 50vw;
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  section.history::before {
    width: 100vw;
    left: auto;
    right: 0;
    height: 50%;
    bottom: 0;
    top: auto;
  }
}
section.history::after {
  background-image: url(/120th/asset/imgs/history-bg-item.png);
  left: -50px;
  right: auto;
  width: 24%;
  background-size: contain;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.history .history-text h2 {
  font-size: 5rem;
  text-align: start;
  letter-spacing: 0.2rem;
  color: #4c4948;
  font-weight: 400;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  section.history .history-text h2 {
    font-size: 2.5rem;
  }
}
section.history .history-text h2 span {
  display: block;
  margin-top: 9px;
  margin-left: 6px;
}
section.history .history-text h2 span img {
  width: 88.4px;
  height: auto;
  max-width: 100%;
  transition: width 0.3s ease;
}
@media screen and (max-width: 768px) {
  section.history .history-text h2 span img {
    width: 70.72px;
  }
}
@media screen and (max-width: 576px) {
  section.history .history-text h2 span img {
    width: 53.04px;
  }
}
section.history .history-text .sub-title {
  font-size: 1.875rem;
  text-align: start;
  color: #716752;
  font-weight: 600;
  margin: -18px 0px;
}
section.history .history-text .history-explain {
  color: #716752;
  margin: 2rem 0;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP"), url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP") format("woff2");
  font-weight: 400;
  background-color: #ffffff;
  display: inline;
  letter-spacing: 0.2em;
}
section.history .history-text .history-disc-inner {
  margin-bottom: 42px;
}
section.history .showmore {
  border-radius: 5px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
}
section.hanshin-quiz {
  background: rgba(56, 172, 181, 0.2);
  position: relative;
}
section.hanshin-quiz .hanshin-quiz-contents {
  position: relative;
  padding: 42px 66px;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f1f9f9 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f1f9f9 calc(100% - 1px));
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: center center;
}
section.hanshin-quiz .hanshin-quiz-contents h2.kentei-logo img {
  max-width: 510px;
  margin: 0 auto 18px auto;
}
section.hanshin-quiz:before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 20px 30px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  top: 0px;
  left: 0;
  background-image: url(/120th/asset/imgs/bubble-01.png);
  mix-blend-mode: soft-light;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz:before {
    z-index: 0;
  }
}
section.hanshin-quiz:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 20px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  top: 0px;
  left: auto;
  right: 0;
  background-image: url(/120th/asset/imgs/bubble-02.png);
  mix-blend-mode: soft-light;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) .keitei-figure figcaption img {
    top: -25%;
    left: -12%;
  }
  section.hanshin-quiz .hanshin-quiz-contents {
    padding: 42px 28px;
  }
  section.hanshin-quiz h2.kentei-logo img {
    width: 171px;
    width: 57%;
    max-width: 300px;
    margin: auto;
  }
  section.hanshin-quiz .hanshin-quiz-contents .hanshin-img-wrapper img {
    top: 0 !important;
    left: 0;
    right: 0;
  }
  section.hanshin-quiz .hanshin-quiz-contents .hanshin-img-wrapper {
    width: 100% !important;
  }
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row.beginner {
    margin-top: 60px;
  }
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .keitei-figure .kentei-img {
    top: -50px;
  }
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .keitei-figure figcaption img {
    top: -45%;
  }
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .col + .col {
    padding-left: 0 !important;
  }
  section.hanshin-quiz .hanshin-quiz-contents .ques {
    font-size: 0.875rem;
  }
}
section.interview .interview-row-head {
  text-align: center;
}
section.interview .interview-row-head h2 {
  font-size: 5rem;
  margin-bottom: 42px;
}
section.interview .interview-row-head h2 span {
  display: block;
  font-size: 1.875rem;
}
section.interview .interview-row-head p {
  margin-bottom: 18px;
  line-height: 2em;
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP"), url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP") format("woff2");
  font-weight: 400;
  color: #716752;
}
@media screen and (max-width: 768px) {
  section.interview .interview-row-head p {
    font-size: 0.875rem;
  }
}
section.interview .interview-row-head p span {
  background-color: #ffffff;
}
section.interview .interview-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.interview .interview-item {
    justify-self: center;
    width: 70%;
    margin: 0 auto;
  }
}
section.interview .interview-item .interview-beauty {
  position: relative;
}
section.interview .interview-item .interview-beauty .interview-head-wrap {
  position: absolute;
  z-index: 1;
  bottom: 2em;
  width: 100%;
  right: 0;
  left: -2.4rem;
  margin: auto;
}
section.interview .interview-item .interview-beauty .interview-head-wrap h4 {
  display: inline;
  letter-spacing: 0.16em;
  color: #ffffff;
  line-height: 1.8em;
  background: linear-gradient(transparent 10%, #716752 0%);
}
@media screen and (max-width: 768px) {
  section.interview .interview-item .interview-beauty .interview-head-wrap h4 {
    font-size: 0.875rem;
  }
}
section.interview .interview-item .interview-caption h3 {
  font-family: "noto Sans JP", sans-serif;
  margin: 24px 0px;
  color: #716752;
  font-size: 1.2em;
  font-weight: 600;
}
section.interview .interview-item .interview-caption h3 span {
  font-size: 0.8em;
  font-weight: 400;
  display: block;
}
section.campaign {
  background-color: #f1f9f9;
}
section.campaign h2 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 42px;
}
section.campaign p {
  color: #716752;
  margin: 2rem 0;
  font-size: 1rem;
  line-height: 2rem;
}
section.tohome {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
section.tohome .col.col-12.logo-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.tohome .col.col-12.logo-img-wrapper img.about-logo-img {
  max-width: 217px;
  margin: 28px auto;
}
section.tohome .col.col-12.logo-img-wrapper a.Btn.toback {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: center;
}
section.tohome .col.col-12.logo-img-wrapper a.Btn.toback svg.arrow-01 {
  margin-right: auto;
  margin-left: 18px;
  left: 0;
  transform: rotate(180deg);
}
section.tohome .col.col-12.logo-img-wrapper a.Btn.toback svg.arrow-01 .cls-1 {
  stroke: #fff;
  stroke-width: 1px;
}
section.tohome .suppl {
  text-align: center;
}
section .hanshin-quiz-comming__title {
  font-weight: bold !important;
  font-size: 2rem !important;
  text-align: center !important;
  margin: 0 0 1em 0 !important;
}
@media screen and (max-width: 768px) {
  section .hanshin-quiz-comming__title {
    font-size: 1.5rem !important;
  }
}
section .hanshin-quiz-comming__text {
  font-size: 1.5rem !important;
  text-align: center !important;
  margin: 0 0 3em 0 !important;
}
@media screen and (max-width: 768px) {
  section .hanshin-quiz-comming__text {
    font-size: 1rem !important;
  }
}
section.hanshin-quiz-recruitment {
  color: #716752;
  background-color: #fff;
  background-size: cover;
  background-image: url(../imgs/recruitment-bg.png);
  background-size: cover;
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP"), url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP") format("woff2");
  font-weight: 400;
}
section.hanshin-quiz-recruitment > div {
  max-width: 840px;
}
section.hanshin-quiz-recruitment .ns-bg {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz-recruitment {
    background-image: url(../imgs/recruitment-bg-sp.png);
  }
}
section.hanshin-quiz-recruitment p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8em;
  color: #716752;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz-recruitment p {
    font-size: 4.7vw;
  }
}
section.hanshin-quiz-recruitment h2 {
  margin-bottom: 42px;
}
section.hanshin-quiz-recruitment h2 img {
  width: 100%;
  height: auto;
  max-width: 641px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz-recruitment h2 img {
    width: 62%;
  }
}
section.hanshin-quiz-recruitment table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  table-layout: auto;
  white-space: nowrap;
}
section.hanshin-quiz-recruitment table th,
section.hanshin-quiz-recruitment table td {
  padding: 24px 0px;
  text-align: left;
  table-layout: auto;
  white-space: nowrap;
}
section.hanshin-quiz-recruitment table th .org-strong,
section.hanshin-quiz-recruitment table td .org-strong {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz-recruitment table th,
  section.hanshin-quiz-recruitment table td {
    display: block;
    padding: 10px 0px;
  }
  section.hanshin-quiz-recruitment table th .org-strong,
  section.hanshin-quiz-recruitment table td .org-strong {
    font-size: 6.5vw;
    letter-spacing: 0.6vw;
    line-height: 9vw;
    font-weight: 700;
  }
}
section.hanshin-quiz-recruitment table th {
  width: 132px;
}
section.hanshin-quiz-recruitment table th span {
  font-size: 1.125rem;
  color: #ffffff;
  letter-spacing: 0.2em;
  background-color: #38acb5;
  padding: 4px 14px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz-recruitment table td {
    padding: 12px 0px 36px 36px;
  }
}
section.hanshin-quiz-recruitment table ul.rec-list-intable {
  list-style: disc;
  padding-left: 1.5em;
  margin-top: 18px;
}
section.hanshin-quiz-recruitment table ul.rec-list-intable li {
  padding: 0.25em 0em;
}
section.hanshin-quiz-recruitment .quiz-ex-sec {
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 2px #38acb5;
  padding: 9px 18px 18px;
  margin-bottom: 28px;
}
section.hanshin-quiz-recruitment .quiz-ex-sec:not(.attention) {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f1f9f9 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f1f9f9 calc(100% - 1px));
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: center center;
}
section.hanshin-quiz-recruitment .quiz-ex-sec h3 {
  font-size: 18px;
  letter-spacing: 0.1rem;
  font-weight: 400;
  padding: 10px 0px;
  border-bottom: solid 1px #cccccc;
  color: #38acb5;
  margin-bottom: 18px;
}
section.hanshin-quiz-recruitment .quiz-ex-sec dl.quiz-rec-data .data-list {
  display: flex;
  padding: 8px 0;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz-recruitment .quiz-ex-sec dl.quiz-rec-data .data-list {
    flex-direction: column;
  }
}
section.hanshin-quiz-recruitment .quiz-ex-sec dl.quiz-rec-data .data-list dt {
  font-size: 1.125rem;
  color: #ffffff;
  letter-spacing: 0.2em;
  background-color: #38acb5;
  padding: 4px 14px;
  white-space: nowrap;
  width: 9em;
  text-align: center;
  font-size: 1rem;
}
section.hanshin-quiz-recruitment .quiz-ex-sec dl.quiz-rec-data .data-list dt.blank-dt {
  padding: 0;
}
section.hanshin-quiz-recruitment .quiz-ex-sec dl.quiz-rec-data .data-list dd {
  padding: 10px 0px 10px 24px;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  line-height: 20px;
}
section.hanshin-quiz-recruitment .quiz-ex-sec dl.quiz-rec-data .data-list dd.addition {
  padding: 0 0 0 24px;
}
section.hanshin-quiz-recruitment .quiz-ex-sec.attention {
  border-color: #cccccc;
}
section.hanshin-quiz-recruitment .quiz-ex-sec.attention ul.quiz-rec-list {
  list-style: disc;
  padding: 0 0 0 1em;
  font-size: 14px;
  letter-spacing: 0.1rem;
  line-height: 18px;
}
section.hanshin-quiz-recruitment .quiz-ex-sec.attention ul.quiz-rec-list li {
  margin-bottom: 0.6em;
}
section.hanshin-quiz-recruitment .information {
  margin-bottom: 38px;
}
section.hanshin-quiz-recruitment .data-list {
  display: flex;
  padding: 8px 8px;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz-recruitment .data-list {
    flex-direction: column;
  }
}
section.hanshin-quiz-recruitment .data-list h3 {
  font-size: 1.125rem;
  color: #ffffff;
  letter-spacing: 0.2em;
  background-color: #38acb5;
  padding: 4px 14px;
  white-space: nowrap;
  font-weight: 600;
  width: 7em;
  text-align: center;
}
section.hanshin-quiz-recruitment .data-list p {
  margin: 0;
  line-height: 1.5em;
  padding: 12px 4px 0 18px;
  width: 100%;
}
section.hanshin-quiz-recruitment .Btn.blue {
  background: #006cb8;
  color: white;
}
section.hanshin-quiz-recruitment .Btn.center {
  margin: 0 auto;
}
section.hanshin-quiz-recruitment .Btn.coming-soon-btn {
  pointer-events: none;
}
section.hanshin-quiz-recruitment .Btn.coming-soon-btn::after {
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "COMING SOON";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #6e9fc1;
  border-color: #6e9fc1;
  opacity: 0.9;
  z-index: 3;
  margin: auto;
  border-radius: 2px;
  text-align: center;
}
section.hanshin-quiz-recruitment .button {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #0073e6;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
section.hanshin-quiz-recruitment .button:hover {
  background: #005bb5;
}
section.archive h2 {
  font-size: 5rem;
  text-align: start;
  letter-spacing: 0.2rem;
  color: #4c4948;
  font-weight: 400;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  section.archive h2 {
    font-size: 2.5rem;
    text-align: center;
  }
}
section.archive h2 span {
  display: block;
}
section.archive h2 span img {
  margin: 9px 6px;
  width: 88.4px;
  height: auto;
  max-width: 100%;
  transition: width 0.3s ease;
}
@media screen and (max-width: 768px) {
  section.archive h2 span img {
    width: 70.72px;
  }
}
@media screen and (max-width: 576px) {
  section.archive h2 span img {
    width: 53.04px;
  }
}
@media screen and (max-width: 768px) {
  section.archive h2 span img {
    margin: 9px auto;
  }
}
@media screen and (max-width: 768px) {
  section.archive .content-inner {
    margin-top: 48px;
    margin-bottom: 60px;
  }
}
section.archive .content-inner .archive-wrapper {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.archive .content-inner .archive-wrapper {
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
section.archive .content-inner .archive-wrapper h3 {
  margin-left: -18px;
  font-size: min(32px, 3.2vw);
  color: #4c4948;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  section.archive .content-inner .archive-wrapper h3 {
    margin-left: 0;
    font-size: min(26px, 6.4vw);
  }
}
section.archive .content-inner .archive-wrapper h3 span {
  font-size: min(26px, 2.55vw);
}
section.archive .content-inner .archive-wrapper a {
  display: flex;
  margin-left: -18px;
  width: 100%;
  font-size: min(16px, 1.4vw);
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
  position: relative;
  min-height: 6em;
}
@media screen and (max-width: 768px) {
  section.archive .content-inner .archive-wrapper a {
    margin-left: 0;
    font-size: min(16px, 2.9vw);
  }
}
section.archive .content-inner .archive-wrapper a :nth-child(2) {
  padding-left: 12px;
  padding-right: 28px;
}
section.archive .content-inner .archive-wrapper a img {
  position: absolute;
  right: 15px;
  transform: translateY(50%);
  bottom: 50%;
  width: 25px;
}
section.archive .content-inner .archive-wrapper .col:nth-child(2) {
  padding: 0 0 0 36px;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  section.archive .content-inner .archive-wrapper .col:nth-child(2) {
    margin-left: 0;
    padding: 0;
  }
  section.archive .content-inner .archive-wrapper .col:nth-child(2) h3 {
    margin-top: 96px;
  }
  section.archive .content-inner .archive-wrapper .col:nth-child(2) h3 span {
    font-size: min(22px, 5.2vw);
  }
}
section.archive .content-inner .archive-wrapper .col:nth-child(2) h3,
section.archive .content-inner .archive-wrapper .col:nth-child(2) a {
  margin-left: 0;
}
section.archive .content-inner .archive-wrapper .divide-line {
  position: absolute;
  display: block;
  top: 0%;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #c6c2ba;
}
@media screen and (max-width: 768px) {
  section.archive .content-inner .archive-wrapper .divide-line {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
section.gallery {
  height: 507px;
  background: url("/120th/gallery/asset/imgs/mv.png") center center/auto 100% repeat-x;
  box-sizing: border-box;
  padding: 120px 0 0 0 !important;
}
@media screen and (max-width: 768px) {
  section.gallery {
    height: 142.2666666667vw;
    background: url("/120th/gallery/asset/imgs/mv_sp.png") center center/auto 100% repeat-x;
    padding: 26.6666666667vw 0 0 0 !important;
  }
}
section.gallery .row {
  justify-content: center;
}
section.gallery .gallery-mv__ttl {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 51px;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  section.gallery .gallery-mv__ttl {
    font-size: 10.6666666667vw;
    line-height: 1.086375;
  }
}
section.gallery .gallery-mv__ttl > span {
  font-size: 68px;
}
@media screen and (max-width: 768px) {
  section.gallery .gallery-mv__ttl > span {
    font-size: 12vw;
  }
}
section.gallery .gallery-mv__lead {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: min(18px, 2.1vw);
  line-height: 1.8666666667;
  text-align: center;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.9);
  color: #ffffff;
  margin: 1.4em 0 0 0;
  white-space: no-wrap;
}
@media screen and (max-width: 768px) {
  section.gallery .gallery-mv__lead {
    font-size: 3.4666666667vw;
    line-height: 1.6769230769;
  }
}
section.gallery .Btn.white {
  background: #ffffff;
  color: #38acb5;
}
section.gallery .Btn.center {
  margin: 42px auto 0;
}
section.gallery .Btn svg.arrow-01 .cls-1 {
  stroke: #38acb5;
}
section .ns-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  mix-blend-mode: hard-light;
  opacity: 0.07;
  background: rgba(56, 172, 181, 0.2);
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row .col {
  display: flex;
  flex-direction: column;
  padding: 0 18px;
}
@media screen and (max-width: 768px) {
  .row .col {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .row .col {
    padding: 0;
  }
}
.row .col.col-1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-1 {
    width: 100%;
  }
}
.row .col.col-2 {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-2 {
    width: 100%;
  }
}
.row .col.col-3 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .row .col.col-3 {
    width: 100%;
  }
}
.row .col.col-4 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-4 {
    width: 100%;
  }
}
.row .col.col-5 {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-5 {
    width: 100%;
  }
}
.row .col.col-6 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .row .col.col-6 {
    width: 100%;
  }
}
.row .col.col-7 {
  width: 58.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-7 {
    width: 100%;
  }
}
.row .col.col-8 {
  width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-8 {
    width: 100%;
  }
}
.row .col.col-9 {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .row .col.col-9 {
    width: 100%;
  }
}
.row .col.col-10 {
  width: 83.3333333333%;
}
@media screen and (max-width: 768px) {
  .row .col.col-10 {
    width: 100%;
  }
}
.row .col.col-11 {
  width: 91.6666666667%;
}
@media screen and (max-width: 768px) {
  .row .col.col-11 {
    width: 100%;
  }
}
.row .col.col-12 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row .col.col-12 {
    width: 100%;
  }
}
.row + .row {
  margin-top: 24px;
}
.row.fade-item {
  transition: 0.3s;
  opacity: 0;
  transform: scale(0.5) translateY(-20px);
}
.row.fade-on-scroll {
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  /* 見えない状態を確実に */
  transform: translateY(-20px);
}

#kv-animation {
  width: 100vw;
  height: calc(100vh - 80px);
}
#kv-animation + .kv-nz {
  transition: 1s;
  mix-blend-mode: darken;
  left: 0;
}

.Btn {
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .Btn {
    font-size: 0.875rem;
  }
}

.Btn2 {
  font-family: "noto Sans JP", sans-serif;
  position: relative;
  display: inline-block;
  padding: 15px 8px 15px 18px;
  border-radius: 5px;
  border-width: 4px;
  background-color: white;
  font-size: 1rem;
  width: min(100%, 270px);
  transition: transform 0.5s, opacity 0.5s;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .Btn2 {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.Btn2 svg.arrow-01 {
  margin: auto 0;
  width: 26px;
  position: absolute;
  right: 10%;
  top: 45%;
}
.Btn2:hover {
  opacity: 0.9;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
}
.interview-btn,
.toTop {
  width: min(50vw, 220px);
  margin: 0 auto;
}

.toTop {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 18px;
  background-color: white;
  font-size: 1rem;
  color: #38acb5;
  justify-self: center;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.toTop span {
  text-align: right;
  display: block;
}
@media screen and (max-width: 768px) {
  .toTop {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 46.66vw;
  }
}
.toTop .cls-1 {
  stroke: #38acb5;
}
.toTop svg.arrow-01 {
  width: 26px;
  position: absolute;
  left: 10%;
  top: 45%;
  transform: translateX(5px);
  transform: rotate(180deg);
}
.toTop:hover {
  opacity: 0.9;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
}
.toTop:hover .arrow-01 {
  transform: translateX(5px);
  transform: rotate(180deg);
}

.cls-1 {
  fill: none;
  stroke-miterlimit: 10;
}

section {
  overflow: hidden;
}
section.message {
  background-color: #fcfcfc;
  overflow-x: hidden;
  padding-bottom: 80px;
}
section.message .countdown {
  width: 460px;
  aspect-ratio: 460/128;
  background: #006cb8;
  border-radius: 12px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.message .countdown {
    width: calc(100% - 10vw);
    padding: 10px 0;
    aspect-ratio: 490/110;
    padding: 0;
  }
}
section.message .countdown-ttl {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  width: 100%;
  margin: 0 0 8px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.message .countdown-ttl {
    font-size: 4vw;
  }
}
section.message .countdown-ttl::after {
  content: "";
  width: calc(100% - 6em);
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 3em;
}
@media screen and (max-width: 768px) {
  section.message .countdown-ttl::after {
    width: calc(100% - 2em);
    left: 1em;
  }
}
section.message .countdown-txt {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  margin: 0.25em 0 0 0;
}
@media screen and (max-width: 768px) {
  section.message .countdown-txt {
    font-size: 5vw;
    margin: 0;
  }
}
section.message .countdown-txt .day {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.message .countdown-txt .day {
    font-size: 10vw;
  }
}
section.message .countdown p {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 28px;
  line-height: 42px;
  margin: 8px 0px;
}
section.message .countdown p span.day {
  font-size: 48px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.message .countdown p {
    font-size: 5vw;
    line-height: 8.1vw;
    margin: 0 0 8px 0px;
  }
  section.message .countdown p span.day {
    font-size: 10vw;
  }
}
section.message .countdown p.countdown-after {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 28px;
  line-height: 42px;
  margin: 12px 0px;
}
section.message .countdown p.countdown-after span {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  section.message .countdown p.countdown-after {
    font-size: 5.4vw;
    line-height: 8.1vw;
  }
  section.message .countdown p.countdown-after .large-letter {
    font-size: 6.75vw;
  }
}
section.message .countdown.countdown-after {
  width: 490px;
  aspect-ratio: 490/160;
}
@media screen and (max-width: 768px) {
  section.message .countdown.countdown-after {
    width: calc(100% - 10vw);
  }
}
section.message .content-inner {
  padding: 0 25px;
}
section.message .content-inner h2 {
  font-size: 2.35rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.6em;
  color: #38acb5;
  margin: 18px 0px;
}
@media screen and (max-width: 768px) {
  section.message .content-inner h2 {
    font-size: 1.3125rem;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  section.message .content-inner p {
    font-size: clamp(16px, 2.8vw, 20px);
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  section.message .content-inner span {
    font-size: 0.875rem;
  }
}
section.message .content-inner .movie-thumb-wrap {
  margin: 56px auto 56px auto;
}
@media screen and (max-width: 768px) {
  section.message .content-inner .movie-thumb-wrap {
    margin: 28px auto 0px auto;
  }
}
section.message .content-inner .movie-thumb-wrap .movie-thumb {
  position: relative;
}
section.message .content-inner .movie-thumb-wrap .movie-thumb button.play {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.message .content-inner .movie-thumb-wrap .movie-thumb button.play {
    width: 25.5384615385%;
  }
}
section.message .content-inner .movie-thumb-wrap p.movie-caption {
  margin: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  section.message .content-inner .movie-thumb-wrap p.movie-caption {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  section.message .content-inner .news-wrap h3 {
    margin-top: 50px;
  }
}
section.message .content-inner .news-wrap .news-list-inner {
  width: min(68vw, 740px);
}
@media screen and (max-width: 768px) {
  section.message .content-inner .news-wrap .news-list-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.message .content-inner .news-wrap .news-list-inner ul li {
    padding: 12px;
    font-family: "Noto Sans JP";
    src: local("Noto Sans JP"), url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP") format("woff2");
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    text-overflow: ellipsis;
    height: auto;
  }
  section.message .content-inner .news-wrap .news-list-inner ul li span {
    white-space: wrap;
  }
}
section.message .msg-bg {
  position: relative;
}
@media screen and (min-width: 1513px) {
  section.message .msg-bg:before {
    width: 90vw;
    top: -50%;
    left: 47.5%;
    transform: translateY(0%) translateX(-50%);
  }
}
@media screen and (max-width: 1512px) {
  section.message .msg-bg:before {
    top: 56%;
    left: 47.5%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (max-width: 1512px) and (max-width: 768px) {
  section.message .msg-bg:before {
    width: 100vw;
    background-image: url(/120th/asset/imgs/message-bg-sp.png);
    background-size: 100%;
    background-position: 0 0px;
    top: 0%;
    bottom: 0;
    transform: translateY(-10.5%) translateX(-50%);
  }
}
section.message img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
section.about-logo {
  padding: 80px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.about-logo {
    padding: 42px 0;
  }
}
section.about-logo .logo-img-wrapper {
  padding: 0;
}
section.about-logo .logo-img-wrapper .about-logo-img {
  width: 100%;
}
section.about-logo h3 {
  margin-bottom: 12px;
}
section.about-logo::before {
  position: absolute;
  background-image: url(/120th/asset/imgs/120th-anniversary-logo-without-text.svg);
  width: min(40vw, 600px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translateX(35%);
  left: 50%;
  opacity: 0.1;
  background-size: 110%;
  background-position: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section.about-logo::before {
    width: 75vw;
    left: auto;
    right: -14%;
    top: 0%;
    opacity: 0.1;
    background-size: 100%;
    background-position: bottom;
    transform: translateX(0);
  }
}
section.about-logo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
  left: 0;
}
section.about-logo svg {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
section.history {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  section.history {
    padding-top: 84px;
    padding-bottom: calc(100% - 28px);
  }
}
@media screen and (max-width: 768px) {
  section.history::before {
    pointer-events: none;
    width: 100vw;
    height: 80vw;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  section.history::after {
    width: 50%;
    left: -2%;
    top: -32%;
  }
}
section.history .history-text h2 {
  margin-bottom: 21px;
}
section.history .history-text .history-disc-inner {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  section.history .history-text .history-explain {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents {
    padding: 23px 25px;
    background-size: 6px 6px;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .kentei-explain {
  margin-top: 1rem;
  position: relative;
  width: 180%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .kentei-explain {
    width: 100%;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .kentei-explain span {
  color: #716752;
  background-color: white;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP"), url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP") format("woff2");
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .kentei-explain span {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .hanshin-img-wrapper {
  position: relative;
  width: 180%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .hanshin-img-wrapper {
    width: 120%;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .hanshin-img-wrapper img {
  position: absolute;
  transform: translateY(-50%);
  top: 80px;
  left: 5%;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .hanshin-img-wrapper img {
    position: relative;
    transform: translateY(0);
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row {
  border-radius: 10px;
  margin-top: 42px;
  padding: 42px 18px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row {
    margin-top: 126px;
  }
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row:first-child {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row {
    margin-top: 63px;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row .col + .col {
  padding-left: 42px;
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row .keitei-figure {
  position: relative;
  width: 100%;
  height: 100%;
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row .keitei-figure .kentei-img {
  position: absolute;
  left: -90%;
  width: 200%;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .keitei-figure .kentei-img {
    position: relative;
    left: 0;
    top: -60px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .keitei-figure .kentei-img {
    left: 0;
    top: -50px;
    width: 100%;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row .keitei-figure figcaption {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .keitei-figure figcaption {
    position: absolute;
    top: 0;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row .keitei-figure figcaption img {
  position: absolute;
  right: 3%;
  top: 5%;
  width: 65%;
  transform: translate(50%, -25%);
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .keitei-figure figcaption img {
    position: absolute;
    right: 0%;
    top: -25%;
    width: min(25%, 125px);
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .keitei-figure figcaption img {
    right: 0;
    top: -30%;
    width: 25%;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row .quiz-discription {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .quiz-discription {
    margin-top: -10%;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row .quiz-discription .Qimg {
  width: 4.9266102446%;
  margin-bottom: 1.3456031898%;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .quiz-discription .Qimg {
    width: min(8.1097276266%, 30px);
    margin-top: 5.3244999173%;
    margin-bottom: 3.3350515536%;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .quiz-discription .Qimg {
    margin-top: 0;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row .btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
  margin-bottom: -8px;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .btn-wrapper {
    justify-content: center;
    margin-top: 8px;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row .btn-wrapper .Btn2 {
  margin-right: -58px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row .btn-wrapper .Btn2 {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) .btn-wrapper {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) .btn-wrapper {
    justify-content: center;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) .btn-wrapper .Btn2 {
  margin-left: -58px;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) .btn-wrapper .Btn2 {
    justify-self: center;
    margin-left: 0px;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) .col + .col {
  padding-left: 0;
  padding-right: 42px;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) .col + .col {
    padding-right: 0;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) .keitei-figure .kentei-img {
  right: -80%;
  left: 0%;
  width: calc(180% + 42px);
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) .keitei-figure .kentei-img {
    right: 0;
    width: 100%;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) figcaption img {
  position: absolute;
  left: -20%;
  top: 0%;
  width: 65%;
  transform: translate(0%, -25%);
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) figcaption img {
    position: relative;
    left: 0;
    top: 0;
    width: min(25%, 125px);
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row:nth-child(even) figcaption img {
    top: -30%;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row.beginner {
  background-color: rgba(0, 108, 184, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row.beginner {
    margin-top: 60px;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row.beginner .btn-wrapper .Btn2 {
  color: #006cb8;
  border-color: rgba(0, 108, 184, 0.2);
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row.beginner .btn-wrapper .Btn2 .cls-1 {
  stroke: #006cb8;
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row.beginner::after {
  content: "";
  position: absolute;
  width: 26%;
  height: 162%;
  background-image: url(/120th/asset/imgs/msg-ill-04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -65%;
  right: 0;
  left: -23%;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row.beginner::after {
    bottom: -36% !important;
    right: -42px;
    left: auto;
    z-index: 10;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row.intermediate {
  background-color: rgba(56, 172, 181, 0.1);
  position: relative;
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row.intermediate .btn-wrapper .Btn2 {
  color: #38acb5;
  border-color: rgba(56, 172, 181, 0.2);
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row.intermediate .btn-wrapper .Btn2 .cls-1 {
  stroke: #38acb5;
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row.advanced {
  background-color: rgba(113, 103, 82, 0.1);
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row.advanced .btn-wrapper .Btn2 {
  color: #716752;
  border-color: rgba(113, 103, 82, 0.2);
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row.advanced .btn-wrapper .Btn2 .cls-1 {
  stroke: #716752;
}
section.hanshin-quiz .hanshin-quiz-contents .quiz-row.advanced::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 133%;
  background-image: url(/120th/asset/imgs/msg-ill-05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -90%;
  right: -13%;
  left: auto;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .quiz-row.advanced::after {
    bottom: -32% !important;
    right: auto;
    left: -42px;
    z-index: 10;
  }
}
section.hanshin-quiz .hanshin-quiz-contents .ques {
  font-size: 1.125rem;
  line-height: 1.8rem;
  font-family: "Noto Sans JP";
  src: local("Noto Sans JP"), url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP") format("woff2");
  font-weight: 700;
  color: #666666;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  section.hanshin-quiz .hanshin-quiz-contents .ques {
    padding-right: 0;
    font-size: 0.875rem;
    font-family: "Noto Sans JP";
    src: local("Noto Sans JP"), url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP") format("woff2");
    font-weight: 400;
  }
}
section.hanshin-quiz img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
section.interview {
  position: relative;
  padding: 84px 0 60px 0;
}
section.interview .bbl2 {
  position: absolute;
  background-image: url(/asset/imgs/interview-bubble-01.png);
  right: 0;
  width: 23%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 90%;
  top: -60px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.interview .bbl2 {
    width: 46%;
  }
}
section.interview .bbl3 {
  position: absolute;
  background-image: url(/asset/imgs/interview-bubble-02.png);
  left: 23px;
  top: 70%;
  width: 21.4815714286%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 90%;
}
@media screen and (max-width: 768px) {
  section.interview .bbl3 {
    top: 50%;
    width: 42.9631428571%;
  }
}
section.interview .interview-row > .swiper-wrapper > .col:nth-child(1) {
  display: block;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  section.interview .interview-row > .swiper-wrapper > .col:nth-child(1) {
    margin-top: 0;
  }
}
section.interview .interview-row > .swiper-wrapper > .col:nth-child(2) {
  display: block;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  section.interview .interview-row > .swiper-wrapper > .col:nth-child(2) {
    margin-top: 0;
  }
}
section.interview .interview-row > .swiper-wrapper > .col:nth-child(3) {
  display: block;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  section.interview .interview-row > .swiper-wrapper > .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  section.interview {
    padding: 84px 0 50vw 0;
  }
}
section.interview .content-inner .swiper-pagination,
section.interview .content-inner .swiper-button-prev,
section.interview .content-inner .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  section.interview .content-inner .swiper-pagination,
  section.interview .content-inner .swiper-button-prev,
  section.interview .content-inner .swiper-button-next {
    display: block;
  }
}
section.interview .content-inner .swiper-slide {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.interview .content-inner h2 {
    font-size: 2.5rem;
    margin-bottom: 24px;
  }
}
section.interview .content-inner h2 span {
  width: 9.8976714286%;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  section.interview .content-inner h2 span {
    width: 20%;
  }
}
section.interview .content-inner a {
  justify-self: center;
}

.swiper-pagination {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(0%, 112%);
  z-index: 3;
  opacity: 1;
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: min(2.8571428571%, 20px);
  aspect-ratio: 1/1;
  height: auto;
  margin: 3.3571428571% 2.7857142857% !important;
  background: #66acaf !important;
  border-style: solid;
  border-color: #66acaf;
  border-width: 2px;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: transparent !important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.circle {
  border-radius: 50%;
}

.swiper-button-next {
  aspect-ratio: 1/1;
  display: block;
  width: 12.1428571429%;
  height: 12.1428571429%;
  position: absolute;
  right: 22.1428571429%;
  top: 110%;
  transform: translate(0%, 0%);
}
.swiper-button-next img {
  width: 100%;
}
.swiper-button-next:after {
  display: none;
}
.swiper-button-next .shadow {
  border-radius: 50%;
}

.swiper-button-prev {
  aspect-ratio: 1/1;
  display: block;
  width: 12.1428571429%;
  height: 12.1428571429%;
  position: absolute;
  left: 22.1428571429%;
  top: 110%;
  transform: translate(0%, 0%);
}
.swiper-button-prev img {
  width: 100%;
}
.swiper-button-prev:after {
  display: none;
}
.swiper-button-prev .shadow {
  border-radius: 50%;
}

.swiper-button-disabled {
  display: none;
}

.swiper {
  margin: 0 -18px;
}

.bbl1 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 66vw;
  pointer-events: none;
  aspect-ratio: 3707/4660;
  background-image: url(/120th/asset/imgs/bubble-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .bbl1 {
    width: 100vw;
    top: 80%;
  }
}
@media screen and (min-width: 1640px) {
  .bbl1 {
    max-height: 100vh;
  }
}

.carouse-button {
  transition: transform 0.1s, opacity 0.1s;
}
.carouse-button:hover {
  opacity: 0.9;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
}

.hanshin-quiz-contents .row .kentei-title {
  margin-bottom: 105px;
}
.hanshin-quiz-contents .row .kentei-title .kentei-logo img {
  max-width: 510px;
  margin: 0 auto 18px auto;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row .kentei-title .kentei-logo img {
    max-width: 100%;
    margin: 0 auto 18px auto;
    width: 100%;
  }
}
.hanshin-quiz-contents .row .kentei-title .kentei-explain {
  margin-top: 1rem;
  position: relative;
  width: 100%;
  z-index: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row .kentei-title {
    margin-bottom: 42px;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row {
  border-radius: 10px;
  margin-bottom: 105px;
  margin-top: 0;
  padding: 24px 18px 24px 18px;
  align-self: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row > .row.quiz-row {
    padding: 38px 18px;
    margin-bottom: 84px;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row .keitei-figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .keitei-figure .kentei-img {
  position: absolute;
  left: -100%;
  right: auto;
  width: 200%;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row > .row.quiz-row > .col .keitei-figure .kentei-img {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: -32px;
    top: -68px;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .keitei-figure figcaption img {
  position: absolute;
  left: auto;
  right: -30%;
  top: calc((-42px - 32.5%) * 1.5);
  bottom: auto;
  width: 65%;
  transform: none;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row > .row.quiz-row > .col .keitei-figure figcaption img {
    right: -12%;
    top: -60%;
    width: 25%;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3 {
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 15px 18px 15px 18px;
  border-radius: 5px;
  border-width: 4px;
  background-color: #ffffff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3 {
    right: 0;
    position: relative;
    display: block;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3 h4 {
  display: inline;
  vertical-align: middle;
  font-family: "Noto Serif JP", serif;
  font-size: 2.125rem;
  font-weight: 600;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3 h4 {
    display: block;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 400;
  word-break: keep-all;
  margin-left: 0.4em;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3 span {
    display: block;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3 .arrow-01 {
  margin: auto 0;
  width: 26px;
  position: relative;
  right: auto;
  top: auto;
  display: inline;
  vertical-align: middle;
  margin-left: 28px;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3 .arrow-01 {
    margin: auto 0;
    width: 8vw;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    display: inline;
    vertical-align: middle;
    margin-left: 28px;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3.hide {
  position: relative;
  pointer-events: none;
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3.hide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  margin: auto;
  border-radius: 2px;
  text-align: center;
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .Btn3.hide::after {
  content: "COMING SOON";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1em;
  line-height: 1em;
  color: #ffffff;
  z-index: 3;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
.hanshin-quiz-contents .row > .row.quiz-row > .col .btn-wrapper .coming-soon-btn.hide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #6e9fc1;
  border-color: #6e9fc1;
  opacity: 0.9;
  z-index: 3;
  margin: auto;
  border-radius: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row > .row.quiz-row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row:nth-child(odd) {
  flex-direction: row-reverse;
}
.hanshin-quiz-contents .row > .row.quiz-row:nth-child(odd) .btn-wrapper {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row > .row.quiz-row:nth-child(odd) .btn-wrapper .Btn3 {
    left: auto;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row:nth-child(odd) > .col .keitei-figure .kentei-img {
  left: auto;
  right: 0;
  width: 200%;
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row > .row.quiz-row:nth-child(odd) > .col .keitei-figure .kentei-img {
    left: auto;
    right: 0;
    width: 100%;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row:nth-child(odd) > .col .keitei-figure figcaption img {
  right: auto;
  left: -130%;
  top: calc((-42px - 32.5%) * 1.5);
}
@media screen and (max-width: 768px) {
  .hanshin-quiz-contents .row > .row.quiz-row:nth-child(odd) > .col .keitei-figure figcaption img {
    right: auto;
    left: -12%;
    top: -60%;
  }
}
.hanshin-quiz-contents .row > .row.quiz-row.beginner {
  background-color: #006cb81A;
}
.hanshin-quiz-contents .row > .row.quiz-row.beginner .Btn3 {
  color: #006cb8;
  border-color: #006cb833;
}
.hanshin-quiz-contents .row > .row.quiz-row.beginner .Btn3 .arrow-01 .cls-1 {
  stroke: #006cb8;
}
.hanshin-quiz-contents .row > .row.quiz-row.intermediate {
  background-color: #66acaf1A;
}
.hanshin-quiz-contents .row > .row.quiz-row.intermediate .Btn3 {
  color: #66acaf;
  border-color: #66acaf33;
}
.hanshin-quiz-contents .row > .row.quiz-row.intermediate .Btn3 .arrow-01 .cls-1 {
  stroke: #66acaf;
}
.hanshin-quiz-contents .row > .row.quiz-row.intermediate .coming-soon-btn {
  border: #6e9fc1;
}
.hanshin-quiz-contents .row > .row.quiz-row.advanced {
  background-color: #7167521A;
}
.hanshin-quiz-contents .row > .row.quiz-row.advanced .Btn3 {
  color: #716752;
  border-color: #66acaf33;
}
.hanshin-quiz-contents .row > .row.quiz-row.advanced .Btn3 .arrow-01 .cls-1 {
  stroke: #716752;
}

section .hanshin-quiz-comming__text {
  font-size: 100% !important;
  text-align: left !important;
  margin: 0 !important;
}

section .hanshin-quiz-comming__text-small {
  font-size: 90% !important;
  margin-bottom: 0 !important;
}

section .result-text.benefits {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

section .result-text .aling-left {
  text-align: left;
}

section .result-text .result_benefits-wrap {
  display: flex;
  justify-content: center;
}

section .result-text .result_benefits {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  padding-left: 0.5rem;
}
section .result-text .result_benefits dt {
  width: 5rem;
  font-weight: bold;
}
section .result-text .result_benefits dd {
  flex: 1;
}

main #kentei {
  background: url(../imgs/bg@2x.webp) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.75;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 768px) {
  main #kentei {
    background: url(../imgs/bg_sp.webp) no-repeat;
    background-size: 100%;
  }
}
main #kentei .kentei-container h2.kentei-title {
  width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main #kentei .kentei-container h2.kentei-title {
    width: 62vw;
  }
}
main #kentei .kentei-container .kentei-list {
  display: flex;
  flex-direction: column;
  gap: min(2.666vw, 16px);
  padding-block: calc(min(2.666vw, 16px) * 4);
}
main #kentei .kentei-container .kentei-list[hidden] {
  display: none;
}
main #kentei .kentei-container .kentei-list .kentei-item {
  padding: min(2.666vw, 16px);
  background-color: rgba(0, 108, 184, 0.1019607843);
  border-radius: 10px;
}
main #kentei .kentei-container .kentei-list .kentei-item article::before {
  content: "Q" attr(data-kenteinum);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8em;
  height: 2.8em;
  border-radius: 100%;
  background: #006CB8;
  font-family: "Noto Serif JP", serif;
  font-size: min(3.733vw, 28px);
  font-weight: 300;
  color: #fff;
  text-box: trim-both cap alphabetic;
  text-wrap: balance;
}
main #kentei .kentei-container .kentei-list .kentei-item article h3 {
  font-size: min(3.733vw, 18px);
  text-box: trim-both text;
  margin-top: -2.5em;
  padding-left: 5.5em;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  main #kentei .kentei-container .kentei-list .kentei-item article h3 {
    padding-left: 3.5em;
  }
}
main #kentei .kentei-container .kentei-list .kentei-item article address {
  display: block;
  text-align: right;
  font-size: min(2.4vw, 12px);
  margin-top: min(2.666vw, 16px);
}
main #kentei .kentei-container .kentei-list .kentei-item article .answer {
  display: flex;
  justify-content: space-between;
  gap: min(2.666vw, 16px);
  padding-top: calc(min(2.666vw, 16px) * 2);
}
@media screen and (max-width: 768px) {
  main #kentei .kentei-container .kentei-list .kentei-item article .answer {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 1fr 1fr;
  }
}
main #kentei .kentei-container .kentei-list .kentei-item article .answer .answer-select {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
main #kentei .kentei-container .kentei-list .kentei-item article .answer .answer-select input[type=radio] {
  position: absolute;
}
main #kentei .kentei-container .kentei-list .kentei-item article .answer .answer-select input[type=radio] + label {
  display: flex;
  align-items: center;
  background: #fff;
  font-size: min(2.933vw, 14px);
  padding: 1em;
  cursor: pointer;
  border-radius: 10px;
  height: 100%;
}
main #kentei .kentei-container .kentei-list .kentei-item article .answer .answer-select input[type=radio] + label::before {
  content: attr(aria-valuetext);
  font-size: min(3.733vw, 18px);
  font-weight: bold;
  color: #006CB8;
  margin-right: 1em;
}
main #kentei .kentei-container .kentei-list .kentei-item article .answer .answer-select input[type=radio]:checked + label {
  background: #006CB8;
  color: #fff;
}
main #kentei .kentei-container .kentei-list .kentei-item article .answer .answer-select input[type=radio]:checked + label::before {
  color: #fff;
}
main #kentei .kentei-container .kentei-list .kentei-item article:has(input[type=radio]:checked) {
  position: relative;
}
main #kentei .kentei-container .kentei-list .kentei-item article:has(input[type=radio]:checked)::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../imgs/badge_selected.webp) no-repeat;
  background-size: contain;
  transform: translate(50%, -50%);
}
main #kentei .kentei-container .kentei-list .kentei-item:nth-child(even) {
  background-color: rgba(56, 172, 181, 0.1019607843);
}
main #kentei .kentei-container .kentei-list .kentei-item:nth-child(even) article::before {
  background: #38ACB5;
}
main #kentei .kentei-container .kentei-list .kentei-item:nth-child(even) article .answer .answer-select input[type=radio] + label::before {
  color: #38ACB5;
}
main #kentei .kentei-container .kentei-list .kentei-item:nth-child(even) article .answer .answer-select input[type=radio]:checked + label {
  background: #38ACB5;
  color: #fff;
}
main #kentei .kentei-container .kentei-list .kentei-item:nth-child(even) article .answer .answer-select input[type=radio]:checked + label::before {
  color: #fff;
}
main #kentei .kentei-container progress {
  appearance: none;
}
main #kentei .kentei-container ::-webkit-progress-value {
  background-color: #38ACB5;
}
main #kentei .kentei-container ::-webkit-progress-bar {
  background-color: #ccc;
}
main #kentei .kentei-container #progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 480px;
  height: 4px;
  background: transparent;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main #kentei .kentei-container #progress-bar {
    width: 62vw;
  }
}
main #kentei .kentei-container #progress-bar-disp {
  display: flex;
  justify-content: space-between;
  width: 480px;
  height: 4px;
  margin: calc(min(2.666vw, 16px) * 3) auto;
  background: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  main #kentei .kentei-container #progress-bar-disp {
    width: 62vw;
  }
}
main #kentei .kentei-container #progress-bar-disp i {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  border: solid 2px #ccc;
  background: #fff;
  border-radius: 100%;
  transform: translate(0, calc(-50% + 2px));
  position: relative;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  color: #ccc;
}
main #kentei .kentei-container #progress-bar-disp i::before {
  content: attr(data-progress);
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%, 0);
}
main #kentei .kentei-container #progress-bar-disp i.reach {
  border: solid 2px #38ACB5;
  background: #38ACB5;
}
main #kentei .kentei-container #progress-bar-disp i.reach::before {
  color: #38ACB5;
}
main #kentei #kentei_result:has(.result-disp) {
  background: #fff;
  margin-top: calc(min(2.666vw, 16px) * 4);
  padding: min(2.666vw, 16px);
}
main #kentei #kentei_result:has(.result-disp) .result-disp {
  position: relative;
}
main #kentei #kentei_result:has(.result-disp) .result-disp .result-points {
  position: absolute;
  top: calc(min(2.666vw, 16px) * 1.5);
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(3.733vw, 18px);
  font-weight: bold;
}
main #kentei #kentei_result:has(.result-disp) .result-disp .result-points b {
  padding-inline: 0.1em;
  font-size: min(6.4vw, 28px);
  color: #38ACB5;
}
main #kentei #kentei_result:has(.result-disp) section {
  max-width: 500px;
  margin: 0 auto;
  padding: calc(min(2.666vw, 16px) * 3) 0;
}
main #kentei #kentei_result:has(.result-disp) section .result-title {
  margin-bottom: min(2.666vw, 16px);
  text-align: center;
  font-size: min(3.733vw, 18px);
  font-weight: bold;
  color: #006CB8;
  border-bottom: solid 2px #006CB8;
}
main #kentei #kentei_result:has(.result-disp) section .result-text {
  text-align: center;
  font-size: min(2.933vw, 14px);
}
main #kentei #kentei_result:has(.result-disp) section .result-notice li {
  font-size: min(2.4vw, 12px);
}
main #kentei #kentei_result:has(.result-disp) section .result-notice li::before {
  content: "※";
}
main #kentei #kentei_result:has(.result-disp) section .result-box {
  margin-top: min(2.666vw, 16px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main #kentei #kentei_result:has(.result-disp) section .result-button {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 60px;
  text-align: center;
  margin-top: min(2.666vw, 16px);
  margin-inline: auto;
  background: #38ACB5;
  color: #fff;
  font-weight: bold;
}
main #kentei #kentei_result:has(.result-disp) section .apply {
  margin-top: calc(min(2.666vw, 16px) * 2);
  padding: min(2.666vw, 16px);
  background: rgba(56, 172, 181, 0.1019607843);
  text-align: center;
}
main #kentei #kentei_result:has(.result-disp) section .apply-button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: min(2.666vw, 16px) auto 0;
  padding: 1em;
  text-align: center;
  background: #38ACB5;
  font-size: min(3.733vw, 18px);
  color: #fff;
  position: relative;
  cursor: pointer;
}
main #kentei #kentei_result:has(.result-disp) section .apply-button::after {
  content: "";
  display: block;
  width: 26px;
  height: 8px;
  position: absolute;
  right: min(2.666vw, 16px);
  top: 50%;
  background: url(../imgs/arrow.svg) center/contain no-repeat;
  transform: translate(0, -50%);
}
main #kentei #kentei_result:has(.result-disp) section #cirtificate {
  padding: min(2.666vw, 16px);
  text-align: center;
}
main #kentei #kentei_result:has(.result-disp) section #cirtificate label {
  display: block;
}
main #kentei #kentei_result:has(.result-disp) section #cirtificate input[type=text] {
  width: 100%;
  max-width: 300px;
  padding: 1em 0.5em;
  border: solid 1px #38ACB5;
  font-size: min(3.733vw, 18px);
  border-radius: 10px;
}
main #kentei #kentei_result:has(.result-disp) section #cirtificate input[type=text]::placeholder {
  color: #cccccc;
  font-weight: normal;
}
main #kentei #answer-status {
  position: fixed;
  z-index: 10;
  right: min(2.666vw, 16px);
  bottom: 20px;
  width: 160px;
  height: 160px;
  padding: min(2.666vw, 16px);
  background-color: #006CB8;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main #kentei #answer-status dl dt {
  padding-bottom: 0.5em;
  font-size: min(3.733vw, 18px);
  text-box-trim: trim-both;
  border-bottom: solid 1px #fff;
}
main #kentei #answer-status dl dd {
  padding-top: 0.5em;
  font-size: min(2.933vw, 14px);
}
main #kentei #answer-status dl dd #answer-count {
  text-box-trim: trim-both;
  padding-top: 0.5em;
}
main #kentei #answer-status dl dd #answer-count b {
  font-size: min(6.4vw, 28px);
}
main #kentei #answer-status.answered {
  padding: calc(min(2.666vw, 16px) * 3) min(2.666vw, 16px);
  background-color: #38ACB5;
  cursor: pointer;
  transition: 0.5s;
}
main #kentei #answer-status.answered p {
  font-weight: 900;
}
main #kentei .kentei-tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(2.666vw, 16px);
}
main #kentei .kentei-tab-button {
  width: 100%;
  max-width: 470px;
  padding: 1em;
  text-align: center;
  background: #38ACB5;
  font-size: min(3.733vw, 18px);
  border-radius: 10px;
  color: #fff;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
main #kentei .kentei-tab-button::after {
  content: "";
  display: block;
  width: 26px;
  height: 8px;
  position: absolute;
  right: min(2.666vw, 16px);
  top: 50%;
  background: url(../imgs/arrow.svg) center/contain no-repeat;
  transform: translate(0, -50%);
}
main #kentei #diploma {
  margin-top: calc(min(2.666vw, 16px) * 2);
}
main #kentei #diploma #diploma-canvas {
  display: block;
  width: 860px;
  height: 610px;
  margin: min(2.666vw, 16px) auto;
}
@media screen and (max-width: 768px) {
  main #kentei #diploma #diploma-canvas {
    transform-origin: left top;
    transform: scale(0.4);
  }
}
main #kentei #diploma .download-diploma-btn {
  display: block;
  margin: min(2.666vw, 16px) auto;
  text-align: center;
}
main #kentei #diploma section {
  max-width: 500px;
  margin: 0 auto;
  padding: calc(min(2.666vw, 16px) * 3) 0;
}
main #kentei #diploma section .download-title {
  margin-bottom: min(2.666vw, 16px);
  text-align: center;
  font-size: min(3.733vw, 18px);
  font-weight: bold;
  color: #006CB8;
  border-bottom: solid 2px #006CB8;
}
main #kentei #diploma section .download-text {
  text-align: left;
  font-size: min(2.933vw, 14px);
}
main #kentei #diploma section {
  max-width: 500px;
  margin: 0 auto;
  padding: calc(min(2.666vw, 16px) * 3) 0;
}
main #kentei #diploma section .result-title {
  margin-bottom: min(2.666vw, 16px);
  text-align: center;
  font-size: min(3.733vw, 18px);
  font-weight: bold;
  color: #006CB8;
  border-bottom: solid 2px #006CB8;
}
main #kentei #diploma section .result-text {
  text-align: center;
  font-size: min(2.933vw, 14px);
}
main #kentei #diploma section .result-notice li {
  font-size: min(2.4vw, 12px);
}
main #kentei #diploma section .result-notice li::before {
  content: "※";
}
main #kentei #diploma section .result-box {
  margin-top: min(2.666vw, 16px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main #kentei #diploma section .apply {
  margin-top: calc(min(2.666vw, 16px) * 2);
  padding: min(2.666vw, 16px);
  background: rgba(56, 172, 181, 0.1019607843);
  text-align: center;
}
main #kentei #diploma section .apply-button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: min(2.666vw, 16px) auto 0;
  padding: 1em;
  text-align: center;
  background: #38ACB5;
  font-size: min(3.733vw, 18px);
  color: #fff;
  position: relative;
  cursor: pointer;
}
main #kentei #diploma section .apply-button::after {
  content: "";
  display: block;
  width: 26px;
  height: 8px;
  position: absolute;
  right: min(2.666vw, 16px);
  top: 50%;
  background: url(../imgs/arrow.svg) center/contain no-repeat;
  transform: translate(0, -50%);
}
main #kentei #diploma #diploma-image {
  pointer-events: auto !important;
  -webkit-touch-callout: default !important;
  -webkit-user-select: auto !important;
  -moz-touch-callout: default !important;
  -moz-user-select: auto !important;
}
main #kentei .retry-button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: min(2.666vw, 16px) auto 0;
  padding: 1em;
  text-align: center;
  background: #38ACB5;
  font-size: min(3.733vw, 18px);
  border-radius: 10px;
  color: #fff;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
main #kentei .retry-button::after {
  content: "";
  display: block;
  width: 26px;
  height: 8px;
  position: absolute;
  left: min(2.666vw, 16px);
  top: 50%;
  background: url(../imgs/arrow.svg) center/contain no-repeat;
  transform: rotate(180deg) translate(0, 50%);
}/*# sourceMappingURL=style.css.map */