@charset "UTF-8";
#global-header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1440px) {
  #global-header {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header {
    height: 70px;
  }
}
#global-header h1 {
  width: 15%;
  padding: 0 16px;
  padding-left: 24px;
  margin-right: 24px;
}
#global-header h1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  #global-header h1 {
    text-align: center;
    width: 100%;
  }
  #global-header h1 a img {
    width: 30%;
    height: 70%;
    position: relative;
    top: 4px;
    left: 8px;
  }
}
@media screen and (max-width: 480px) {
  #global-header h1 {
    margin-right: 0;
  }
  #global-header h1 a img {
    position: relative;
    top: -1px;
    left: -9.6px;
    width: 54%;
  }
}
#global-header #global-navi {
  width: 85%;
}
#global-header #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
#global-header #global-navi ul li {
  text-align: center;
  width: 100%;
}
#global-header #global-navi ul li a {
  display: block;
  height: 100%;
  padding: 18px 0;
  transition: all .6s ease;
}
#global-header #global-navi ul li a span {
  text-align: center;
  width: 100%;
}
#global-header #global-navi ul li a span.ja {
  font-size: 1.5em;
}
#global-header #global-navi ul li a span.en {
  font-size: 1.3em;
}
#global-header #global-navi ul li a:hover {
  background: #9e9ea2;
}
#global-header #global-navi ul li a:hover span {
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  #global-header #global-navi ul li a {
    padding: 8px 0;
  }
  #global-header #global-navi ul li a span.ja {
    font-size: 1.2em;
  }
  #global-header #global-navi ul li a span.en {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #global-header #global-navi {
    display: none;
  }
}

.key-visual {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 78px;
}
.key-visual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.key-visual p.key-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin: auto;
  font-size: 3.5em;
  width: 100%;
  height: 100px;
  text-align: center;
  color: #ffffff;
}
.key-visual p.key-text span.en {
  display: block;
  color: #ffffff;
  font-size: .8em;
}
.key-visual span.key-top-text {
  width: 422px;
  height: 208px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .key-visual span.key-top-text {
    width: 278px;
    height: 143px;
  }
}
.key-visual span.blue-circle {
  width: 300px;
  height: 300px;
  background: rgba(25, 25, 58, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  display: inline-block;
  transition: all .9s .6s ease;
  transform: rotate(0deg);
}
.key-visual span.blue-circle.active {
  transform: rotate(45deg);
}
@media screen and (max-width: 1440px) {
  .key-visual span.blue-circle {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1280px) {
  .key-visual span.blue-circle {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .key-visual span.blue-circle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual span.blue-circle {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1280px) {
  .key-visual {
    margin-top: 49px;
  }
  .key-visual p.key-text {
    font-size: 3em;
  }
  .key-visual p.key-text span.en {
    display: block;
    color: #ffffff;
    font-size: .8em;
  }
}
@media screen and (max-width: 1024px) {
  .key-visual p.key-text {
    font-size: 2em;
    padding-top: 24px;
  }
  .key-visual p.key-text span.en {
    font-size: .8em;
  }
}
@media screen and (max-width: 768px) {
  .key-visual {
    margin-bottom: 56px;
    margin-top: 70px;
  }
  .key-visual p.key-text {
    font-size: 2em;
    height: 70px;
    padding-top: 12px;
  }
  .key-visual p.key-text span.en {
    display: block;
    color: #ffffff;
    font-size: .8em;
  }
  .key-visual p.key-text span.wspace {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .key-visual {
    width: 100%;
    overflow: hidden;
  }
  .key-visual img {
    font-family: "object-fit: cover;";
  }
  .key-visual p.key-text {
    font-size: 3em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    padding-top: 0;
  }
  .key-visual p.key-text span.en {
    font-size: .8em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  }
}

.key-visual p.key-text {
  text-shadow: 0 0 6PX rgba(0, 0, 0, 0.8);
}

main#container .content-header h2 {
  text-align: center;
  font-size: 2.1em;
  padding: 55px 0 0;
  margin-bottom: 40px;
}
main#container .content-header h2 span {
  text-align: center;
  font-size: 1.5em;
  color: #7B0B0D;
}
main#container .content-header .content-desc {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.3em;
  padding: 0 25px;
}
@media screen and (max-width: 480px) {
  main#container .content-desc {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.lists-wrap {
  padding-top: 40px;
  background: #232323;
}
@media screen and (max-width: 480px) {
  .lists-wrap {
    padding-bottom: 40px;
  }
}

.lists-body {
  width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.lists-body dl {
  margin-bottom: 48px;
  width: 47%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.lists-body dl dt {
  text-align: center;
  font-size: 1.4em;
  background: #e1e1e5;
  color: #333333;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .lists-body {
    width: 95%;
  }
  .lists-body dl {
    width: 49%;
  }
  .lists-body dt {
    margin: 0 9px 0;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .lists-body {
    display: block;
  }
  .lists-body dl {
    width: 100%;
    margin-bottom: 10px;
  }
  .lists-body dl:last-child {
    margin-bottom: 0;
  }
  .lists-body dt {
    margin: 0 10px;
    width: 95%;
  }
}

.photos-body .photo-box {
  padding: 10px;
  background: #f4f4f4;
}
.photos-body .photo-box img {
  width: 100%;
  　　　height: auto;
  　　　border: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .photos-body {
    width: 95%;
  }
  .photos-body .photo-box {
    padding: 20px;
    width: 100%;
    margin: 0 9px;
  }
  .photos-body .photo-box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .photos-body {
    display: block;
  }
  .photos-body .photo-box {
    padding: 20px;
    width: 100%;
    margin: 0 10px;
  }
  .photos-body .photo-box img {
    width: 100%;
    height: auto;
  }
}

#global-footer {
  background: #36373d;
  padding: 40px 0;
}
#global-footer h2.footer-name {
  color: #ffffff;
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 24px;
}
#global-footer .footer-desc {
  text-align: center;
  color: #ffffff;
  font-size: 1.3em;
  margin-bottom: 40px;
}
#global-footer .f-navi-title {
  text-align: center;
  margin: 0 0 40px;
}
#global-footer .f-navi-title span {
  color: #ffffff;
  font-size: 1.2em;
  padding: 14px 40px;
  border: 1px solid #ffffff;
  border-radius: 2em;
}
#global-footer .f-util {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto 24px;
}
#global-footer .f-util li a {
  color: #ffffff;
  font-size: 1.4em;
  padding: 8px 16px;
  transition: all .6s ease;
  border-radius: 2em;
}
#global-footer .f-util li a:hover {
  background: #fff;
  color: #4a4b4f;
}
#global-footer .copy {
  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
}
@media screen and (max-width: 480px) {
  #global-footer .footer-desc {
    font-size: 1.2em;
    padding: 0 40px;
  }
  #global-footer .f-navi-title span {
    font-size: 1.4em;
    padding: 14px 40px;
  }
  #global-footer .f-util li a {
    font-size: 1.8em;
  }
}

/*# sourceMappingURL=results.css.map */
