@charset "UTF-8";
@font-face {
  font-family: "andara";
  src: url("../font/andara.woff2") format("woff2");
}
@font-face {
  font-family: "851";
  font-weight: 400;
  src: url("../font/851gkkt.woff2") format("woff2");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#load-area {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #f0f4f7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  display: block;
  width: 60px;
}

.loader {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* ooo, css circles*/
.circle {
  display: inline-block;
  position: relative;
  /* key up the animations! */
  -webkit-animation: dotloader 2.5s infinite;
  -moz-animation: dotloader 2.5s infinite;
  -ms-animation: dotloader 2.5s infinite;
  -o-animation: dotloader 2.5s infinite;
  animation: dotloader 2.5s infinite;
}

.circle + .circle {
  margin-left: -25px;
  /* staggered effect cause by delay property */
  -webkit-animation: dotloader 2.5s 0.2s infinite;
  -moz-animation: dotloader 2.5s 0.2s infinite;
  -ms-animation: dotloader 2.5s 0.2s infinite;
  -o-animation: dotloader 2.5s 0.2s infinite;
  animation: dotloader 2.5s 0.2s infinite;
}

.circle + .circle + .circle {
  margin-left: -25px;
  -webkit-animation: dotloader 2.5s 0.4s infinite;
  -moz-animation: dotloader 2.5s 0.4s infinite;
  -ms-animation: dotloader 2.5s 0.4s infinite;
  -o-animation: dotloader 2.5s 0.4s infinite;
  animation: dotloader 2.5s 0.4s infinite;
}

.circle + .circle + .circle + .circle {
  margin-left: -25px;
  -webkit-animation: dotloader 2.5s 0.6s infinite;
  -moz-animation: dotloader 2.5s 0.6s infinite;
  -ms-animation: dotloader 2.5s 0.6s infinite;
  -o-animation: dotloader 2.5s 0.6s infinite;
  animation: dotloader 2.5s 0.6s infinite;
}

/* here be the animations matey! */
@keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}
@-moz-keyframes dotloader {
  0%, 20% {
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}
@-ms-keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}
@-o-keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}
.allloaded {
  opacity: 0;
  visibility: hidden;
}

.load {
  overflow: hidden;
}

.loading {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
}
.loading::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/mv_bg.jpg) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

section {
  padding: 60px 0;
}
section h2 {
  color: #003B90;
  text-align: center;
  margin: 30px 0;
  font-weight: normal;
}
section h2 span.en {
  font-family: andara;
  font-size: 64px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 574px) {
  section h2 span.en {
    font-size: 42px;
  }
}
section h2 span.en:after {
  content: "";
  display: block;
  width: 90px;
  height: 93px;
  position: absolute;
  left: -70px;
  top: -70px;
  background: url("../images/h2_deco.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 574px) {
  section h2 span.en:after {
    width: 53px;
    height: 55px;
    left: -45px;
    top: -45px;
  }
}
section h2 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  margin: 1em 0 0;
  display: block;
}
@media screen and (max-width: 574px) {
  section h2 span.ja {
    font-size: 1.8rem;
  }
}

.first {
  min-height: 100vh;
  padding: 2.9282576867vw 0;
  position: relative;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
@media screen and (max-width: 574px) {
  .first {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-line-pack: start;
    align-content: start;
    padding: 0;
  }
}
.first:before {
  content: "";
  display: block;
  width: 100%;
  min-height: calc(100% - 21.2298682284vw);
  background: #FFDB00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 574px) {
  .first:before {
    min-height: calc(100% - 290px);
  }
}
.first h1 {
  text-indent: -9999px;
  width: 22.6939970717vw;
  height: 10.7613469985vw;
  background: url("../images/logo_am.svg") no-repeat center center;
  background-size: contain;
  margin: 4.39238653vw auto;
  position: absolute;
  right: 25%;
  transform: translateX(50%);
}
@media screen and (max-width: 574px) {
  .first h1 {
    width: calc(100% - 100px);
    height: 130px;
    position: static;
    margin: 30px 50px;
    transform: translateX(0);
  }
}
.first article {
  width: 50%;
  padding: 19.5461200586vw 2.196193265vw 0;
  position: relative;
  z-index: 2;
  order: 2;
}
@media screen and (max-width: 574px) {
  .first article {
    width: calc(100% - 40px);
    padding: 0;
    margin: 20px auto;
  }
}
.first article p.catchphrase {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  color: #003B90;
  font-size: 1.3909224012vw;
  font-weight: 600;
  line-height: 1.7em;
  text-align: center;
  padding: 5px 0;
}
@media screen and (max-width: 574px) {
  .first article p.catchphrase {
    font-size: 1.8rem;
  }
}
.first article p.catchphrase strong {
  display: block;
  padding: 1.4641288433vw 0;
  border-top: 1px dashed #FFF;
  border-bottom: 1px dashed #FFF;
}
@media screen and (max-width: 574px) {
  .first article p.catchphrase strong {
    padding: 15px 0;
  }
}
.first article p.opsentence {
  padding: 2.196193265vw 0;
  font-size: 1.0980966325vw;
  line-height: 1.7em;
  color: #003B90;
  text-align: center;
}
@media screen and (max-width: 574px) {
  .first article p.opsentence {
    font-size: 1.5rem;
    padding: 20px 0;
  }
}
.first .mv01,
.first picture {
  width: 50%;
  height: calc(100vh - 5.8565153734vw);
  display: block;
  position: relative;
  z-index: 2;
  order: 1;
  background: #E6F6FC;
  overflow: hidden;
}
@media screen and (max-width: 574px) {
  .first .mv01,
  .first picture {
    width: calc(100% - 20px);
    height: auto;
    aspect-ratio: 3/2;
    margin: 0 auto;
  }
}
.first .mv01 source, .first .mv01 img,
.first picture source,
.first picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
}
.first .mv01 source.l-img, .first .mv01 img.l-img,
.first picture source.l-img,
.first picture img.l-img {
  object-position: center left;
}

.swiper {
  width: 100%;
  height: 100%;
}

.mv01 {
  padding: 0;
  /* フェードモード時 共通調整 */
  /* ページネーション */
  /* スライド */
  /* スライド アクティブ時 */
}

.mv01 .l-inner {
  padding-bottom: 0;
}

.mv01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.mv01 .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}

.mv01 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}

.mv01 .swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}

.mv01 .slide-media {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .mv01 .slide-media {
    height: max(70vh, 70vw);
  }
}
.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}

.mv01 .slide-title {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  right: 8rem;
  bottom: 15%;
  margin-left: 16rem;
  text-align: right;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .mv01 .slide-title {
    font-size: 2.8rem;
    right: 4rem;
    margin-left: 6rem;
  }
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mv01 .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.museumMap_img {
  width: 100%;
  height: 41.2884333821vw;
  display: block;
  position: relative;
  background: #E6F6FC;
}
@media screen and (max-width: 574px) {
  .museumMap_img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/2;
  }
}
.museumMap_img source, .museumMap_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
}

.exhibition {
  background: #E6F6FC;
}

.special {
  background: #FFF;
}
.under .special {
  background: url("../images/bg_dot.png") repeat;
  background-size: 10px 20px;
  border-top: 5px solid #FFDB00;
}
.under .special h1 {
  color: #003B90;
  text-align: center;
  margin: 30px 0;
  font-weight: normal;
}
.under .special h1 span.en {
  font-family: andara;
  font-size: 64px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 574px) {
  .under .special h1 span.en {
    font-size: 42px;
  }
}
.under .special h1 span.en:after {
  content: "";
  display: block;
  width: 90px;
  height: 93px;
  position: absolute;
  left: -70px;
  top: -70px;
  background: url("../images/h2_deco.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 574px) {
  .under .special h1 span.en:after {
    width: 53px;
    height: 55px;
    left: -45px;
    top: -45px;
  }
}
.under .special h1 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  margin: 1em 0 0;
  display: block;
}
@media screen and (max-width: 574px) {
  .under .special h1 span.ja {
    font-size: 1.8rem;
  }
}
.under .special .notes {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 94.4363103953vw;
  margin: 30px auto 10px;
}
@media screen and (max-width: 574px) {
  .under .special .notes {
    width: calc(100% - 20px);
  }
}
.under .special .notes dt {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.under .special .notes dd {
  width: 80px;
  padding: 5px;
  font-size: 1.3rem;
}
.under .special h3 {
  font-size: 2.0497803807vw;
  margin: 3.6603221083vw 0 1.8301610542vw;
  text-align: center;
  color: #003B90;
}
@media screen and (max-width: 574px) {
  .under .special h3 {
    font-size: 1.6rem;
    margin: 30px 0 15px;
    padding: 0 10px 0 45px;
    text-align: left;
  }
}
.under .special h3 span {
  display: inline-block;
  position: relative;
}
.under .special h3 span:before {
  content: "";
  display: block;
  width: 2.196193265vw;
  height: 2.635431918vw;
  position: absolute;
  left: -3.2942898975vw;
  top: -0.3660322108vw;
}
@media screen and (max-width: 574px) {
  .under .special h3 span:before {
    width: 20px;
    height: 24px;
    top: -2px;
    left: -30px;
  }
}
.under .special h3.num01 span:before {
  background: url("../images/fa_num_01.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num02 span:before {
  background: url("../images/fa_num_02.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num03 span:before {
  background: url("../images/fa_num_03.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num04 span:before {
  background: url("../images/fa_num_04.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num05 span:before {
  background: url("../images/fa_num_05.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num06 span:before {
  background: url("../images/fa_num_06.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num07 span:before {
  background: url("../images/fa_num_07.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num08 span:before {
  background: url("../images/fa_num_08.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num09 span:before {
  background: url("../images/fa_num_09.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num10 span:before {
  background: url("../images/fa_num_10.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num11 span:before {
  background: url("../images/fa_num_11.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num12 span:before {
  background: url("../images/fa_num_12.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num13 span:before {
  background: url("../images/fa_num_13.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num14 span:before {
  background: url("../images/fa_num_14.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num15 span:before {
  background: url("../images/fa_num_15.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num16 span:before {
  background: url("../images/fa_num_16.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num17 span:before {
  background: url("../images/fa_num_17.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num18 span:before {
  background: url("../images/fa_num_18.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num19 span:before {
  background: url("../images/fa_num_19.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num20 span:before {
  background: url("../images/fa_num_20.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num21 span:before {
  background: url("../images/fa_num_21.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num22 span:before {
  background: url("../images/fa_num_22.svg") no-repeat;
  background-size: contain;
}
.under .special h3.num23 span:before {
  background: url("../images/fa_num_23.svg") no-repeat;
  background-size: contain;
}
.under .special_items {
  width: 94.4363103953vw;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 574px) {
  .under .special_items {
    width: calc(100% - 20px);
  }
}
.under .special_item {
  width: 46.1200585652vw;
  margin: 0 0 35px;
}
@media screen and (max-width: 574px) {
  .under .special_item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.under .special_item a {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  text-decoration: none;
  color: #003B90;
  background: #FFF;
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.under .special_item a picture {
  width: 21.9619326501vw;
  aspect-ratio: 3/2;
  background: #F4F4F4;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 574px) {
  .under .special_item a picture {
    width: 50%;
  }
}
.under .special_item a picture source, .under .special_item a picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: absolute;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.under .special_item a:hover {
  transition: all 0.15s ease-in-out;
  color: #FFDB00;
  transform: translateY(5px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
.under .special_item a:hover picture source, .under .special_item a:hover picture img {
  transform: scale(1.2);
  opacity: 0.8;
  transition: all 0.15s ease-in-out;
}
.under .special_item.num01 .special_name:before {
  background: url("../images/fa_num_01.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num02 .special_name:before {
  background: url("../images/fa_num_02.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num03 .special_name:before {
  background: url("../images/fa_num_03.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num04 .special_name:before {
  background: url("../images/fa_num_04.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num05 .special_name:before {
  background: url("../images/fa_num_05.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num06 .special_name:before {
  background: url("../images/fa_num_06.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num07 .special_name:before {
  background: url("../images/fa_num_07.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num08 .special_name:before {
  background: url("../images/fa_num_08.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num09 .special_name:before {
  background: url("../images/fa_num_09.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num10 .special_name:before {
  background: url("../images/fa_num_10.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num11 .special_name:before {
  background: url("../images/fa_num_11.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num12 .special_name:before {
  background: url("../images/fa_num_12.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num13 .special_name:before {
  background: url("../images/fa_num_13.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num14 .special_name:before {
  background: url("../images/fa_num_14.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num15 .special_name:before {
  background: url("../images/fa_num_15.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num16 .special_name:before {
  background: url("../images/fa_num_16.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num17 .special_name:before {
  background: url("../images/fa_num_17.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num18 .special_name:before {
  background: url("../images/fa_num_18.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num19 .special_name:before {
  background: url("../images/fa_num_19.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num20 .special_name:before {
  background: url("../images/fa_num_20.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num21 .special_name:before {
  background: url("../images/fa_num_21.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num22 .special_name:before {
  background: url("../images/fa_num_22.svg") no-repeat;
  background-size: contain;
}
.under .special_item.num23 .special_name:before {
  background: url("../images/fa_num_23.svg") no-repeat;
  background-size: contain;
}
.under .special_wrapper {
  display: block;
  width: 24.1581259151vw;
  padding: 0 1.0980966325vw;
}
@media screen and (max-width: 574px) {
  .under .special_wrapper {
    width: 50%;
  }
}
.under .special_name {
  font-size: 1.1713030747vw;
  font-weight: 700;
  line-height: 1.6em;
  display: block;
  padding: 15px 0 15px 2.9282576867vw;
  padding-left: clamp(25px, 2.9282576867vw, 40px);
  position: relative;
}
@media screen and (max-width: 574px) {
  .under .special_name {
    font-size: 1.2rem;
    padding: 10px 0 10px 25px;
  }
}
.under .special_name img {
  position: absolute;
  left: 0;
  top: 12px;
  width: 30px;
  height: 36px;
}
.under .special_name:before {
  content: "";
  display: block;
  width: clamp(20px, 2.196193265vw, 30px);
  height: clamp(24px, 2.635431918vw, 36px);
  position: absolute;
  left: 0;
  top: 0.75em;
}
@media screen and (max-width: 574px) {
  .under .special_name:before {
    width: 20px;
    height: 24px;
    top: 8px;
  }
}
.under .special_rec {
  display: block;
  padding: 1.0980966325vw 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 574px) {
  .under .special_rec {
    padding: 10px;
  }
}
.under .special_period {
  font-size: 1.3rem;
  display: block;
  background: #F4F4F4;
  color: #003B90;
  padding: 7px 15px 8px;
  border-radius: 3px;
}
.under .special_ico {
  height: 30px;
  width: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
.under .special_ico img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 5px;
}

.recommend {
  background: url("../images/bg_dot.png") repeat;
  background-size: 10px 20px;
}
.recommend article {
  text-align: center;
  font-size: 1.6rem;
}

.facilities .notes {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 94.4363103953vw;
  margin: 30px auto 10px;
}
@media screen and (max-width: 574px) {
  .facilities .notes {
    width: calc(100% - 20px);
  }
}
.facilities .notes dt {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.facilities .notes dd {
  width: 80px;
  padding: 5px;
  font-size: 1.3rem;
}
.facilities_items {
  width: 94.4363103953vw;
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.facilities_item {
  width: 21.9619326501vw;
  margin: 0 0 15px;
}
@media screen and (max-width: 574px) {
  .facilities_item {
    width: calc((100% - 10px) / 2);
  }
}
.facilities_item a {
  display: block;
  text-decoration: none;
  color: #003B90;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.facilities_item a picture {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  background: #F4F4F4;
  display: block;
  position: relative;
  overflow: hidden;
}
.facilities_item a picture source, .facilities_item a picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: absolute;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.facilities_item a:hover {
  transition: all 0.15s ease-in-out;
  color: #FFDB00;
}
.facilities_item a:hover picture source, .facilities_item a:hover picture img {
  transform: scale(1.2);
  opacity: 0.8;
  transition: all 0.15s ease-in-out;
}
.facilities_item.num01 .facilities_name:before {
  background: url("../images/fa_num_01.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num02 .facilities_name:before {
  background: url("../images/fa_num_02.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num03 .facilities_name:before {
  background: url("../images/fa_num_03.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num04 .facilities_name:before {
  background: url("../images/fa_num_04.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num05 .facilities_name:before {
  background: url("../images/fa_num_05.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num06 .facilities_name:before {
  background: url("../images/fa_num_06.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num07 .facilities_name:before {
  background: url("../images/fa_num_07.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num08 .facilities_name:before {
  background: url("../images/fa_num_08.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num09 .facilities_name:before {
  background: url("../images/fa_num_09.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num10 .facilities_name:before {
  background: url("../images/fa_num_10.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num11 .facilities_name:before {
  background: url("../images/fa_num_11.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num12 .facilities_name:before {
  background: url("../images/fa_num_12.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num13 .facilities_name:before {
  background: url("../images/fa_num_13.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num14 .facilities_name:before {
  background: url("../images/fa_num_14.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num15 .facilities_name:before {
  background: url("../images/fa_num_15.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num16 .facilities_name:before {
  background: url("../images/fa_num_16.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num17 .facilities_name:before {
  background: url("../images/fa_num_17.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num18 .facilities_name:before {
  background: url("../images/fa_num_18.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num19 .facilities_name:before {
  background: url("../images/fa_num_19.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num20 .facilities_name:before {
  background: url("../images/fa_num_20.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num21 .facilities_name:before {
  background: url("../images/fa_num_21.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num22 .facilities_name:before {
  background: url("../images/fa_num_22.svg") no-repeat;
  background-size: contain;
}
.facilities_item.num23 .facilities_name:before {
  background: url("../images/fa_num_23.svg") no-repeat;
  background-size: contain;
}
.facilities .disclaimer {
  font-size: clamp(11px, 0.9516837482vw, 14px);
  color: #ec6d65;
  display: block;
  padding: 0 0 15px 0;
  line-height: 1.4em;
}
.facilities_name {
  font-size: 1.1713030747vw;
  font-weight: 700;
  line-height: 1.6em;
  display: block;
  padding: 15px 0 15px 40px;
  position: relative;
}
@media screen and (max-width: 574px) {
  .facilities_name {
    font-size: 1.2rem;
    padding: 10px 0 10px 25px;
  }
}
.facilities_name small {
  font-size: 1.1rem;
  display: block;
  line-height: 1.4em;
}
.facilities_name img {
  position: absolute;
  left: 0;
  top: 12px;
  width: 30px;
  height: 36px;
}
.facilities_name:before {
  content: "";
  display: block;
  width: 30px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0.75em;
}
@media screen and (max-width: 574px) {
  .facilities_name:before {
    width: 20px;
    height: 24px;
    top: 8px;
  }
}
.facilities_rec {
  font-size: 1rem;
  display: inline-block;
  background: #F4F4F4;
  color: #003B90;
  padding: 7px 15px 8px;
  border-radius: 3px;
}
.facilities_ico {
  height: 30px;
  width: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
.facilities_ico img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 5px;
}

.about {
  width: 46.1200585652vw;
  margin: 0 auto;
}
@media screen and (max-width: 574px) {
  .about {
    width: calc(100% - 20px);
  }
}
.about article p {
  font-size: 1.5rem;
  line-height: 1.8em;
  color: #003B90;
  margin: 2.196193265vw 0;
}
.about_qa {
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media screen and (max-width: 574px) {
  .about_qa {
    margin: 50px 0 0;
  }
}
.about_qa_q {
  text-align: left;
  position: relative;
  margin: 10px 0;
}
.about_qa_q span {
  display: inline-block;
  border-radius: 20px;
  background: #003B90;
  color: #FFF;
  text-align: left;
  padding: 7px 15px;
  position: relative;
  max-width: 60%;
  margin-left: 45px;
}
.about_qa_q span:after {
  width: 10px;
  height: 20px;
  background: url("../images/fukidashi_q.svg") no-repeat;
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
}
.about_qa_q:after {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 31px;
  border-radius: 20px;
  text-align: center;
  content: "Q";
  position: absolute;
  left: 0;
  top: -10px;
  color: #FFF;
  background: #003B90;
  font-weight: 700;
}
.about_qa_a {
  text-align: right;
  position: relative;
  margin: 10px 0;
}
.about_qa_a span {
  display: inline-block;
  border-radius: 20px;
  background: #C9DCE6;
  color: #003B90;
  text-align: left;
  padding: 7px 15px;
  position: relative;
  max-width: 60%;
  margin-right: 45px;
}
.about_qa_a span:after {
  width: 10px;
  height: 20px;
  background: url("../images/fukidashi_a.svg") no-repeat;
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
}
.about_qa_a:after {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 31px;
  border-radius: 20px;
  text-align: center;
  content: "A";
  position: absolute;
  right: 0;
  top: -10px;
  color: #003B90;
  background: #C9DCE6;
  font-weight: 700;
}

.participation {
  background: #003B90;
  color: #FFF;
}
.participation h2 {
  color: #FFF;
}
.participation h2 span.en:after {
  background: url("../images/h2_deco_white.svg") no-repeat;
}
.participation article ul {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 574px) {
  .participation article ul {
    padding: 0 5px;
  }
}
.participation article ul li {
  width: 14.6412884334vw;
  height: 4.39238653vw;
  margin: 5px;
}
@media screen and (max-width: 574px) {
  .participation article ul li {
    width: calc((100% - 20px) / 2);
    height: auto;
    aspect-ratio: 10/3;
  }
}
.participation article ul li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

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

.quiz {
  background: url("../images/bg_quiz.png") repeat;
  position: relative;
}
.quiz:after {
  content: "";
  display: block;
  width: 33%;
  aspect-ratio: 4/1;
  background: url("../images/quiz_illust_02.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.196193265vw;
  bottom: 2.196193265vw;
}
.quiz h2 {
  font-size: 2.0497803807vw;
  margin: 3.6603221083vw 0 1.8301610542vw;
  text-align: center;
  color: #003B90;
  font-weight: bold;
  position: relative;
  line-height: 1.4em;
}
@media screen and (max-width: 574px) {
  .quiz h2 {
    font-size: 1.8rem;
    margin: 30px 0 15px;
    padding: 0 10px 0 45px;
    text-align: center;
  }
}
.quiz h2:after {
  width: 16.8374816984vw;
  aspect-ratio: 2/1;
  display: block;
  content: "";
  background: url("../images/quiz_illust_01.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -5.1244509517vw;
}
@media screen and (max-width: 574px) {
  .quiz h2:after {
    width: 180px;
    right: 50%;
    top: -90px;
    transform: translateX(90px);
  }
}
.quiz_wrap {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 94.4363103953vw;
  margin: auto;
}
.quiz_cnt {
  width: calc((100% - 60px) / 3);
  border: 3px solid #F4F4F4;
  border-radius: 10px;
  margin: 15px 0;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 574px) {
  .quiz_cnt {
    width: 100%;
    margin: 10px 0;
  }
}
.quiz_cnt_dummy {
  width: calc((100% - 60px) / 3);
  border: none;
  border-radius: 10px;
  margin: 15px 0;
  background: none;
  position: relative;
}
@media screen and (max-width: 574px) {
  .quiz_cnt_dummy {
    width: 100%;
    margin: 10px 0;
  }
}
.quiz_cnt summary {
  position: relative;
  list-style-type: none;
}
.quiz_cnt summary::marker {
  content: ""; /* マーカーコンテンツを空にする */
  display: none; /* display: none;を追加してみる */
  visibility: hidden; /* visibility: hidden;を追加してみる */
}
.quiz_cnt summary {
  padding: 15px;
}
.quiz_cnt summary .q_tit {
  font-size: 1.1713030747vw;
  font-weight: 700;
  line-height: 1.6em;
  display: block;
  padding: 0 0 1.0980966325vw 2.5622254758vw;
  position: relative;
}
@media screen and (max-width: 574px) {
  .quiz_cnt summary .q_tit {
    font-size: 1.4rem;
    padding: 0 0 1.5rem 3.5rem;
  }
}
.quiz_cnt summary .q_tit:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.196193265vw;
  height: 2.196193265vw;
}
@media screen and (max-width: 574px) {
  .quiz_cnt summary .q_tit:before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.quiz_cnt summary .q_txt {
  font-size: 1.0248901903vw;
  line-height: 1.5em;
  padding: 15px;
  background: #F4F4F4;
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 574px) {
  .quiz_cnt summary .q_txt {
    font-size: 1.3rem;
  }
}
.quiz_cnt summary ol {
  counter-reset: num;
  list-style-type: none !important;
  margin: 1.0980966325vw;
}
@media screen and (max-width: 574px) {
  .quiz_cnt summary ol {
    margin: 1.5rem;
  }
}
.quiz_cnt summary ol li {
  font-size: 1.0980966325vw;
  position: relative;
  line-height: 1.5em;
  padding: 0.25em 0.25em 0.25em 2.196193265vw;
}
@media screen and (max-width: 574px) {
  .quiz_cnt summary ol li {
    font-size: 1.3rem;
    padding: 0.5em 0.25em 0.25em 2em;
  }
}
.quiz_cnt summary ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #003B90;
  color: #FFF;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  border-radius: 50%;
  left: 0;
  width: 1.6105417277vw;
  height: 1.6105417277vw;
  line-height: 1.6105417277vw;
  text-align: center;
  top: 0.439238653vw;
}
@media screen and (max-width: 574px) {
  .quiz_cnt summary ol li:before {
    font-size: 1.3rem;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    top: 0.6rem;
  }
}
.quiz_cnt .ans_open {
  display: block;
  text-align: center;
}
.quiz_cnt .q_ans {
  background: #F4F4F4;
  font-size: 0.9516837482vw;
  padding: 1.0980966325vw;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 574px) {
  .quiz_cnt .q_ans {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
}
.quiz_cnt .q_ans p {
  margin: 0.5em 0;
  line-height: 1.4em;
}
.quiz_cnt .q_ans_txt {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 574px) {
  .quiz_cnt .q_ans_txt {
    font-size: 1.5rem;
  }
}
.quiz_cnt img.round {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 25%;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.quiz_cnt img.green {
  border: 5px solid #00ada9;
}
.quiz_cnt img.purple {
  border: 5px solid #bc92bb;
}
.quiz_cnt img.pink {
  border: 5px solid #ec6d65;
}
.quiz_cnt img.yellow {
  border: 5px solid #f8b500;
}
.quiz_cnt.num01 .q_tit:before {
  background: url("../images/fa_num_01.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num01 ol li:before, .quiz_cnt.num01 .q_ans {
  background: #ec6d65;
  color: #FFF;
}
.quiz_cnt.num01:hover {
  border-color: #ec6d65;
}
.quiz_cnt.num01:hover .ans_open {
  color: #ec6d65;
}
.quiz_cnt.num02 .q_tit:before {
  background: url("../images/fa_num_02.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num02 ol li:before, .quiz_cnt.num02 .q_ans {
  background: #6289c6;
  color: #FFF;
}
.quiz_cnt.num02:hover {
  border-color: #6289c6;
}
.quiz_cnt.num02:hover .ans_open {
  color: #6289c6;
}
.quiz_cnt.num03 .q_tit:before {
  background: url("../images/fa_num_03.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num03 ol li:before, .quiz_cnt.num03 .q_ans {
  background: #6289c6;
  color: #FFF;
}
.quiz_cnt.num03:hover {
  border-color: #6289c6;
}
.quiz_cnt.num03:hover .ans_open {
  color: #6289c6;
}
.quiz_cnt.num04 .q_tit:before {
  background: url("../images/fa_num_04.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num04 ol li:before, .quiz_cnt.num04 .q_ans {
  background: #ec6d65;
  color: #FFF;
}
.quiz_cnt.num04:hover {
  border-color: #ec6d65;
}
.quiz_cnt.num04:hover .ans_open {
  color: #ec6d65;
}
.quiz_cnt.num05 .q_tit:before {
  background: url("../images/fa_num_05.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num05 ol li:before, .quiz_cnt.num05 .q_ans {
  background: #6289c6;
  color: #FFF;
}
.quiz_cnt.num05:hover {
  border-color: #6289c6;
}
.quiz_cnt.num05:hover .ans_open {
  color: #6289c6;
}
.quiz_cnt.num06 .q_tit:before {
  background: url("../images/fa_num_06.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num06 ol li:before, .quiz_cnt.num06 .q_ans {
  background: #00ada9;
  color: #FFF;
}
.quiz_cnt.num06:hover {
  border-color: #00ada9;
}
.quiz_cnt.num06:hover .ans_open {
  color: #00ada9;
}
.quiz_cnt.num07 .q_tit:before {
  background: url("../images/fa_num_07.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num07 ol li:before, .quiz_cnt.num07 .q_ans {
  background: #00ada9;
  color: #FFF;
}
.quiz_cnt.num07:hover {
  border-color: #00ada9;
}
.quiz_cnt.num07:hover .ans_open {
  color: #00ada9;
}
.quiz_cnt.num09 summary ol li {
  max-width: 70%;
}
.quiz_cnt.num09 .q_tit:before {
  background: url("../images/fa_num_09.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num09 ol li:before, .quiz_cnt.num09 .q_ans {
  background: #00ada9;
  color: #FFF;
}
.quiz_cnt.num09:hover {
  border-color: #00ada9;
}
.quiz_cnt.num09:hover .ans_open {
  color: #00ada9;
}
.quiz_cnt.num10 summary ol li {
  max-width: 80%;
}
.quiz_cnt.num10 .q_tit:before {
  background: url("../images/fa_num_10.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num10 ol li:before, .quiz_cnt.num10 .q_ans {
  background: #bc92bb;
  color: #FFF;
}
.quiz_cnt.num10:hover {
  border-color: #bc92bb;
}
.quiz_cnt.num10:hover .ans_open {
  color: #bc92bb;
}
.quiz_cnt.num11 summary ol li {
  max-width: 80%;
}
.quiz_cnt.num11 .q_tit:before {
  background: url("../images/fa_num_11.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num11 ol li:before, .quiz_cnt.num11 .q_ans {
  background: #00ada9;
  color: #FFF;
}
.quiz_cnt.num11:hover {
  border-color: #00ada9;
}
.quiz_cnt.num11:hover .ans_open {
  color: #00ada9;
}
.quiz_cnt.num12 summary ol li {
  max-width: 70%;
}
.quiz_cnt.num12 .q_tit:before {
  background: url("../images/fa_num_12.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num12 ol li:before, .quiz_cnt.num12 .q_ans {
  background: #00ada9;
  color: #FFF;
}
.quiz_cnt.num12:hover {
  border-color: #00ada9;
}
.quiz_cnt.num12:hover .ans_open {
  color: #00ada9;
}
.quiz_cnt.num13 summary ol li {
  max-width: 70%;
}
.quiz_cnt.num13 .q_tit:before {
  background: url("../images/fa_num_13.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num13 ol li:before, .quiz_cnt.num13 .q_ans {
  background: #f8b500;
  color: #FFF;
}
.quiz_cnt.num13:hover {
  border-color: #f8b500;
}
.quiz_cnt.num13:hover .ans_open {
  color: #f8b500;
}
.quiz_cnt.num14 summary ol li {
  max-width: 70%;
}
.quiz_cnt.num14 .q_tit:before {
  background: url("../images/fa_num_14.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num14 ol li:before, .quiz_cnt.num14 .q_ans {
  background: #ec6d65;
  color: #FFF;
}
.quiz_cnt.num14:hover {
  border-color: #ec6d65;
}
.quiz_cnt.num14:hover .ans_open {
  color: #ec6d65;
}
.quiz_cnt.num15 summary ol li {
  max-width: 70%;
}
.quiz_cnt.num15 .q_tit:before {
  background: url("../images/fa_num_15.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num15 ol li:before, .quiz_cnt.num15 .q_ans {
  background: #f8b500;
  color: #FFF;
}
.quiz_cnt.num15:hover {
  border-color: #f8b500;
}
.quiz_cnt.num15:hover .ans_open {
  color: #f8b500;
}
.quiz_cnt.num16 .q_tit:before {
  background: url("../images/fa_num_16.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num16 ol li:before, .quiz_cnt.num16 .q_ans {
  background: #f8b500;
  color: #FFF;
}
.quiz_cnt.num16:hover {
  border-color: #f8b500;
}
.quiz_cnt.num16:hover .ans_open {
  color: #f8b500;
}
.quiz_cnt.num17 .q_tit:before {
  background: url("../images/fa_num_17.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num17 ol li:before, .quiz_cnt.num17 .q_ans {
  background: #ec6d65;
  color: #FFF;
}
.quiz_cnt.num17:hover {
  border-color: #ec6d65;
}
.quiz_cnt.num17:hover .ans_open {
  color: #ec6d65;
}
.quiz_cnt.num18 summary ol li {
  max-width: 70%;
}
.quiz_cnt.num18 .q_tit:before {
  background: url("../images/fa_num_18.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num18 ol li:before, .quiz_cnt.num18 .q_ans {
  background: #f8b500;
  color: #FFF;
}
.quiz_cnt.num18:hover {
  border-color: #f8b500;
}
.quiz_cnt.num18:hover .ans_open {
  color: #f8b500;
}
.quiz_cnt.num19 summary ol li {
  max-width: 70%;
}
.quiz_cnt.num19 .q_tit:before {
  background: url("../images/fa_num_19.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num19 ol li:before, .quiz_cnt.num19 .q_ans {
  background: #f8b500;
  color: #FFF;
}
.quiz_cnt.num19:hover {
  border-color: #f8b500;
}
.quiz_cnt.num19:hover .ans_open {
  color: #f8b500;
}
.quiz_cnt.num20 summary ol li {
  max-width: 70%;
}
.quiz_cnt.num20 .q_tit:before {
  background: url("../images/fa_num_20.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num20 ol li:before, .quiz_cnt.num20 .q_ans {
  background: #bc92bb;
  color: #FFF;
}
.quiz_cnt.num20:hover {
  border-color: #bc92bb;
}
.quiz_cnt.num20:hover .ans_open {
  color: #bc92bb;
}
.quiz_cnt.num21 summary ol li {
  max-width: 60%;
}
.quiz_cnt.num21 .q_tit:before {
  background: url("../images/fa_num_21.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num21 ol li:before, .quiz_cnt.num21 .q_ans {
  background: #00ada9;
  color: #FFF;
}
.quiz_cnt.num21:hover {
  border-color: #00ada9;
}
.quiz_cnt.num21:hover .ans_open {
  color: #00ada9;
}
.quiz_cnt.num21 img {
  position: absolute;
  width: 20%;
  right: 15px;
  bottom: 30px;
}
.quiz_cnt.num22 summary ol li {
  max-width: 60%;
}
.quiz_cnt.num22 .q_tit:before {
  background: url("../images/fa_num_22.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num22 ol li:before, .quiz_cnt.num22 .q_ans {
  background: #ec6d65;
  color: #FFF;
}
.quiz_cnt.num22:hover {
  border-color: #ec6d65;
}
.quiz_cnt.num22:hover .ans_open {
  color: #ec6d65;
}
.quiz_cnt.num23 summary ol li {
  max-width: 60%;
}
.quiz_cnt.num23 .q_tit:before {
  background: url("../images/fa_num_23.svg") no-repeat;
  background-size: contain;
}
.quiz_cnt.num23 ol li:before, .quiz_cnt.num23 .q_ans {
  background: #ec6d65;
  color: #FFF;
}
.quiz_cnt.num23:hover {
  border-color: #ec6d65;
}
.quiz_cnt.num23:hover .ans_open {
  color: #ec6d65;
}
@media screen and (max-width: 574px) {
  .quiz_cnt.extra {
    width: 100%;
  }
}
.quiz_cnt.extra .q_tit {
  padding: 0 0 1.0980966325vw 0;
}
.quiz_cnt.extra ol li:before, .quiz_cnt.extra .q_ans {
  background: #003B90;
  color: #FFF;
}
.quiz_cnt.extra:hover {
  border-color: #003B90;
}
.quiz_cnt.extra:hover .ans_open {
  color: #003B90;
}
.quiz_cnt.extra img {
  position: absolute;
  width: 20%;
  right: 15px;
  bottom: 30px;
}
@media screen and (max-width: 574px) {
  .quiz_cnt.extra img {
    width: 40%;
  }
}

footer {
  background: #003B90;
  text-align: center;
  padding: 1.0980966325vw 0;
  color: #FFF;
  border-top: 1px dashed #FFF;
}

button.am_button, a.am_button {
  display: block;
  width: 630px;
  height: 80px;
  padding: 5px 0;
  margin: 60px auto;
  background: #FFDB00;
  color: #003B90;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  border: none;
  transform: translateY(0);
  transition: all ease-in-out 0.2s;
}
button.am_button.extra, a.am_button.extra {
  height: auto;
}
@media screen and (max-width: 574px) {
  button.am_button, a.am_button {
    width: calc(100% - 40px);
    height: auto;
    font-size: 1.9rem;
  }
}
button.am_button span, a.am_button span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-align: center;
  border-top: 1px dashed #FFF;
  border-bottom: 1px dashed #FFF;
  background: #FFDB00;
  position: relative;
}
@media screen and (max-width: 574px) {
  button.am_button span, a.am_button span {
    line-height: 1.6em;
    padding: 0.75em 1em;
  }
}
button.am_button.extra span, a.am_button.extra span {
  line-height: 1.3em;
  padding: 5px 0;
}
@media screen and (max-width: 574px) {
  button.am_button.extra span, a.am_button.extra span {
    line-height: 1.6em;
    padding: 0.75em 1em;
  }
}
button.am_button:before, a.am_button:before {
  background: #E6C081;
  width: calc(100% - 10px);
  height: 5px;
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  bottom: -5px;
  z-index: 1;
  transform: translateY(0px) scaleX(1);
  transition: all ease-in-out 0.2s;
}
button.am_button:hover, a.am_button:hover {
  transform: translateY(5px);
  transition: all ease-in-out 0.2s;
}
button.am_button:hover:before, a.am_button:hover:before {
  height: 0px;
  transform: translateY(-5px) scaleX(1.01);
  transition: all ease-in-out 0.2s;
}
button.pdf, a.pdf {
  position: relative;
}
button.pdf:after, a.pdf:after {
  width: 22px;
  height: 35px;
  content: "";
  display: block;
  position: absolute;
  right: 1.4641288433vw;
  top: calc(50% + 6px);
  transform: translateY(-50%);
  background: url("../images/ico_pdf.svg") no-repeat;
  background-size: contain;
}
button.check, a.check {
  position: relative;
}
button.check:after, a.check:after {
  width: 70px;
  height: 60px;
  content: "";
  display: block;
  position: absolute;
  left: 1.4641288433vw;
  top: -55px;
  background: url("../images/ico_check.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}

.am_button_wrap {
  display: flex; /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 94.4363103953vw;
  margin: 0 auto;
}
@media screen and (max-width: 574px) {
  .am_button_wrap {
    width: 100%;
  }
}
.am_button_wrap button.am_button, .am_button_wrap a.am_button {
  width: 550px;
  font-size: 2.1rem;
  text-decoration: none;
  margin: 40px auto;
}
@media screen and (max-width: 574px) {
  .am_button_wrap button.am_button, .am_button_wrap a.am_button {
    width: calc(100% - 40px);
    height: auto;
    font-size: 1.7rem;
  }
}
.am_button_wrap button.check:after, .am_button_wrap a.check:after {
  transform: rotate(90deg);
  transform-origin: left bottom;
  transition: all 0.2s ease-out;
}
.am_button_wrap button:hover.check:after, .am_button_wrap a:hover.check:after {
  transform: rotate(0deg);
  transform-origin: left bottom;
  transition: all 0.2s ease-out;
}

a.siteTit {
  display: block;
  text-indent: -9999px;
  width: 22.6939970717vw;
  height: 10.7613469985vw;
  background: url("../images/logo_am.svg") no-repeat;
  background-size: contain;
  margin: 4.39238653vw auto;
  right: 4.0263543192vw;
}
@media screen and (max-width: 574px) {
  a.siteTit {
    width: calc(100% - 100px);
    height: 130px;
    position: static;
    margin: 30px 50px;
  }
}

br.spbr {
  display: none;
}
@media screen and (max-width: 574px) {
  br.spbr {
    display: block;
  }
}/*# sourceMappingURL=am-style.css.map */