@charset "UTF-8";
html {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 75%;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 1em;
  }
}

body {
  background-color: #0994e7;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

.global_head {
  margin-bottom: 0;
  padding: 0;
}

.back {
  margin: 1rem auto;
  text-align: center;
  width: 100%;
}
.back a {
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  transition: 0.2s;
}
.back a:hover {
  background-color: rgba(241, 241, 241, 0.3137254902);
}

.wrap {
  color: #fff;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1200px;
    padding: 0 10px;
  }
}
.wrap img {
  vertical-align: bottom;
  width: 100%;
}

.sanchiwrap {
  max-width: 1200px;
  margin: 0 auto;
}

._content__content {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  ._content__content {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  ._content__content {
    max-width: 700px;
    padding: 0 10px;
  }
}

.about-sanchi {
  background-color: #0994e7;
  color: #fff;
  text-align: left;
}
.about-sanchi a {
  color: #fff;
}
.about-sanchi__title {
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-sanchi__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 20px auto 0 auto;
    padding-bottom: 20px;
    width: 94%;
  }
}
@media only screen and (min-width: 768px) {
  .about-sanchi__title {
    font-size: 2rem;
    font-weight: 500;
    margin: 30px auto 0 auto;
    padding-bottom: 30px;
    width: 80%;
  }
}
.about-sanchi__title::before, .about-sanchi__title::after {
  display: block;
  content: "";
  height: 0;
  width: 0;
}
.about-sanchi__title::before {
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: -5px;
  transform: rotate(-45deg);
}
.about-sanchi__title::after {
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  right: -5px;
  transform: rotate(45deg);
}
.about-sanchi__content {
  border: solid 1px #fff;
  background-color: #0994e7;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-sanchi__content {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .about-sanchi__content {
    max-width: 1200px;
    padding: 50px;
  }
}
.about-sanchi__hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-sanchi__hero {
    background-image: url(../img/hero-about_sp.jpg);
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .about-sanchi__hero {
    background-image: url(../img/hero-about_pc.jpg);
    height: 200px;
  }
}
.about-sanchi__head {
  font-weight: 500;
  text-align: center;
  border-bottom: white solid 3px;
}
@media only screen and (max-width: 767px) {
  .about-sanchi__content {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .about-sanchi__content {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-sanchi__section {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .about-sanchi__section {
    margin-top: 50px;
  }
}
.about-sanchi__description {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .about-sanchi__description {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .about-sanchi__description {
    font-size: 1.1rem;
  }
}
.about-sanchi__question li {
  padding-left: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-sanchi__question li {
    margin: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .about-sanchi__question li {
    margin: 6px;
  }
}
.about-sanchi__question li::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.about-sanchi__question li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .about-sanchi__answer {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .about-sanchi__answer {
    margin-top: 25px;
  }
}
.about-sanchi__answer li {
  padding-left: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-sanchi__answer li {
    margin: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .about-sanchi__answer li {
    margin: 6px;
  }
}
.about-sanchi__answer li::before {
  content: "A.";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.about-sanchi__answer li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .about-sanchi .back {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .about-sanchi .back {
    margin-top: 50px;
  }
}

.enter-sanchi {
  border: solid 1px #fff;
  background-color: #0994e7;
  box-sizing: border-box;
  margin: 50px auto;
  width: 100%;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .enter-sanchi {
    font-size: 1.3rem;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .enter-sanchi {
    font-size: 1.1rem;
    padding-top: 50px;
  }
}
.enter-sanchi a {
  color: #fff;
}
.enter-sanchi p {
  margin: 0 0 10px 0;
}
.enter-sanchi__content {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .enter-sanchi__content {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .enter-sanchi__content {
    max-width: 700px;
    padding: 0 10px;
  }
}
.enter-sanchi__head {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2588235294);
}
@media only screen and (max-width: 767px) {
  .enter-sanchi__head {
    color: #ffffff;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .enter-sanchi__head {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .enter-sanchi__section {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .enter-sanchi__section {
    margin-top: 50px;
  }
}
.enter-sanchi__subhead {
  border-bottom: white solid 2px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .enter-sanchi__subhead {
    font-size: 1.8rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  .enter-sanchi__subhead {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    font-weight: 500;
  }
}
.enter-sanchi__subhead--en {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}
.enter-sanchi__comment {
  font-size: 0.9rem;
}
.enter-sanchi__comment--yellow {
  color: #FFFF00;
}
.enter-sanchi li {
  margin: 5px 0 0 0;
  line-height: 1.5;
  list-style-type: disc;
  list-style-position: outside;
}
@media only screen and (min-width: 768px) {
  .enter-sanchi li {
    font-size: 0.9rem;
  }
}
.enter-sanchi li:first-child {
  margin-top: 0;
}
.enter-sanchi li:before {
  list-style: outside;
}
.enter-sanchi__ul {
  font-size: 1.5rem;
}
.enter-sanchi__ticket {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .enter-sanchi__ticket {
    border: 3px solid #fff;
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .enter-sanchi__ticket {
    border: 6px solid #fff;
    margin: 20px 0 0 0;
    max-width: 600px;
  }
}
.enter-sanchi__ticket img {
  vertical-align: bottom;
  width: 100%;
}
.enter-sanchi__map {
  height: 200px;
  margin: 30px auto 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .enter-sanchi .back {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .enter-sanchi .back {
    margin-top: 50px;
  }
}

.join {
  color: #fff;
  text-align: left;
  width: 100%;
}
.join a {
  color: #fff;
}
.join p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .join p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.join ul {
  margin: 0;
  padding: 0 0 0 2rem;
}
.join li {
  font-size: 1.2rem;
  margin: 5px 0 0 0;
  line-height: 1.5;
  list-style-type: disc;
  list-style-position: outside;
}
@media only screen and (min-width: 768px) {
  .join li {
    font-size: 1.4rem;
  }
}
.join li:first-child {
  margin-top: 0;
}
.join li:before {
  list-style: outside;
}
.join .em {
  -webkit-text-decoration: underline 0.25px;
          text-decoration: underline 0.25px;
}
@media only screen and (max-width: 767px) {
  .join .comment {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .join .comment {
    font-size: 1.15rem;
  }
}
.join .notice {
  color: #FFFF00;
}
@media only screen and (max-width: 767px) {
  .join .notice {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .join .notice {
    font-size: 0.9rem;
  }
}
.join__content {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .join__content {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .join__content {
    max-width: 700px;
  }
}
.join__head {
  text-indent: -9999px;
  height: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .join__section {
    margin: 0 auto 60px auto;
  }
}
@media only screen and (min-width: 768px) {
  .join__section {
    margin: 0 auto 100px auto;
  }
}
.join__section-head {
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.2588235294);
  text-align: center;
  border-radius: 5px;
  max-width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  transform: translateX(50%);
}
@media only screen and (max-width: 767px) {
  .join__section-head {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .join__section-head {
    font-size: 1.9rem;
  }
}
.join__section-sub {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .join__section-sub {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .join__attention {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .join__attention {
    font-size: 1rem;
  }
}
.join__to-application {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  color: #000 !important;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  margin: 25px auto 25px 0;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 248px;
}
@media only screen and (min-width: 768px) {
  .join__to-application {
    max-width: 348px;
  }
}
.join__yokochosanka {
  align-items: center;
  background-color: #1B2B75;
  font-size: 0.9rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  margin: 25px auto 25px 0;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 248px;
  transition: 0.2s;
}
.join__yokochosanka:hover {
  filter: brightness(1.2);
}
@media only screen and (max-width: 767px) {
  .join__yokochosanka {
    font-size: 1.2rem;
  }
}
.join__yokochosanka::before {
  box-sizing: border-box;
  border: 2px solid #FFFF00;
  content: "";
  display: block;
  height: 38px;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
}
.join__fees ul {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  margin: 20px 0 0 0;
  padding: 0;
}
.join__fees ul:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .join__fees ul {
    display: flex;
    margin: 30px 0 0 0;
  }
}
.join__fees li {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 1.2rem;
  list-style: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .join__fees li {
    font-size: 1rem;
  }
}
.join__fees li:nth-child(1) {
  background-color: #8b0000;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  letter-spacing: 2px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .join__fees li:nth-child(1) {
    height: auto;
    width: 130px;
  }
}
.join__fees li:nth-child(2) {
  border-top: 1px dashed #ffffff;
  border-bottom: 1px dashed #ffffff;
  box-sizing: border-box;
  padding: 1rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .join__fees li:nth-child(2) {
    border-top: none;
    border-bottom: none;
    border-left: 1px dashed #ffffff;
    border-right: 1px dashed #ffffff;
    width: calc(100% - 280px);
  }
}
.join__fees li:nth-child(3) {
  height: 50px;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .join__fees li:nth-child(3) {
    height: auto;
    width: 150px;
  }
}
.join__fees p {
  font-size: 1rem;
  line-height: 1.8;
  padding: 0 1rem;
}
.join__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .join__gallery {
    gap: 10px 10px;
  }
}
.join__gallery-image {
  width: calc(50% - 2.5px);
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .join__gallery-image {
    width: 100%;
  }
}
.join__gallery-image img {
  vertical-align: bottom;
  width: 100%;
}

.application {
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .application {
    margin: 20px auto 30px auto;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .application {
    margin: 0 auto;
    padding: 10px;
    max-width: 700px;
  }
}
.application p {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .application p {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .application p {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
}
.application ul {
  margin: 0 0 0 1.7rem;
}
.application li {
  list-style: disc;
  margin: 5px 0 0 0;
}
.application li:first-child {
  margin-top: 0;
}
.application .em {
  text-decoration: underline;
  font-size: 1.4rem;
}
.application .required {
  background-color: #ffffff;
  border-radius: 4px;
  color: #ef0012;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .application .required {
    font-size: 0.8rem;
    margin-left: 1rem;
    padding: 2px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .application .required {
    font-size: 0.7rem;
    margin-left: 0.5rem;
    padding: 5px 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2.5rem;
  }
}
.application__head {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .application__head {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .application__head {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .application__item {
    margin: 0 auto 25px auto;
  }
}
@media only screen and (min-width: 768px) {
  .application__item {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px auto;
  }
}
.application__item dt {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application__item dt {
    font-size: 1.2rem;
    margin: 0 0 7px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .application__item dt {
    font-size: 1.1rem;
    margin-top: 0.4rem;
    padding: 0 3rem 0 0;
    position: relative;
    text-align: right;
    width: 230px;
  }
}
.application__item dd {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application__item dd {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .application__item dd {
    width: calc(100% - 240px);
  }
}
.application__item input[type=text] {
  border: none;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .application__item input[type=text] {
    font-size: 1.2rem;
    padding: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .application__item input[type=text] {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.application__item input[type=radio] {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application__item input[type=radio] {
    font-size: 1rem;
    margin-top: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .application__item input[type=radio] {
    font-size: 1rem;
    margin-top: 0.7rem;
  }
}
.application__item textarea {
  border: none;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
}
.application__comment {
  font-size: 0.9rem;
  margin: 5px 0 0 0;
}
.application__attention {
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 1rem;
  width: 100%;
}
.application__submit {
  margin: 30px auto 0 auto;
  text-align: center;
}
.application__submit input {
  border: none;
  border-radius: 4px;
  background-color: #2980b9;
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .application__submit input {
    margin: 0 10px;
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .application__submit input {
    cursor: pointer;
    margin: 0 0.5rem;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .application__summary {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .application__summary {
    margin-bottom: 80px;
  }
}
.application__sub {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.application__summary-sub {
  font-size: 1.2rem;
  font-weight: 500;
}

.complete {
  color: #fff;
  height: calc(100vh - 40px - 285px);
  position: relative;
  width: 100%;
}
.complete p {
  font-size: 1.2rem;
  margin: 0 0 30px 0;
}
.complete a {
  color: #fff;
}
.complete__inner {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
}
.complete__foot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bottomrow {
  bottom: 50px;
}

.circle-recruitment {
  background-color: rgb(143, 0, 0);
  border-radius: 5px;
}

.go-to-top {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  bottom: 5%;
  transition-property: opacity bottom;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
@media only screen and (max-width: 767px) {
  .go-to-top {
    height: 30px;
    right: 5%;
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .go-to-top {
    height: 50px;
    left: 85%;
    width: 50px;
  }
}
.go-to-top::after {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  content: "";
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .go-to-top::after {
    height: 10px;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .go-to-top::after {
    height: 20px;
    position: absolute;
    top: 65%;
    left: 50%;
    width: 20px;
  }
}

.headbanner {
  width: 100%;
  margin: 10px auto;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
}
.navigation li {
  list-style-type: none;
}
.navigation img {
  transition: 0.2s;
}
.navigation img:hover {
  filter: grayscale(100);
}
@media only screen and (max-width: 767px) {
  .navigation__list {
    display: flex;
  }
  .navigation__list .nava {
    flex-wrap: wrap;
  }
  .navigation__list .nava img {
    width: 100%;
  }
  .navigation__list .navb {
    flex-wrap: wrap;
  }
  .navigation__list .navb img {
    width: 100%;
  }
}
.navigation--fixed {
  width: 100%;
  position: fixed;
  z-index: 999;
  transition-property: top;
  transition-duration: 500ms;
  transition-timing-function: ease;
}

.navpc {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}
.navpc ul {
  margin: none !important;
}
.navpc img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .navpc {
    display: none;
  }
}

.navsp {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.navsp ul {
  margin: none !important;
}
@media only screen and (min-width: 768px) {
  .navsp {
    display: none;
  }
}

.verytop {
  color: white;
  font-size: 1.8rem;
  font-weight: bolder;
  position: fixed;
  left: 0;
}

.top {
  position: relative;
  width: 100%;
}
.top .hero img {
  max-width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.4));
}
@media only screen and (max-width: 767px) {
  .top .hero img {
    width: 92%;
  }
}
@media only screen and (min-width: 768px) {
  .top .hero img {
    width: 86%;
  }
}
.top .lang_container {
  position: absolute;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .top .lang_container {
    top: 8%;
    left: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .top .lang_container {
    top: 15px;
    left: 40px;
  }
}
.top .lang_container .inner {
  display: flex;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .top .lang_container .lang {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .top .lang_container .lang {
    font-size: 0.95rem;
  }
}
.top .lang_container .lang a {
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}
.top .lang_container .lang a:hover {
  color: #8f8f8f;
}
.top .lang_container .selected::after {
  content: "/";
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .top .lang_container .selected::after {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .top .lang_container .selected::after {
    margin: 0 15px;
  }
}
.top .lang_container .selected a::before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  display: block;
  width: 88%;
  height: 1px;
  background: #d2d2d2;
}
.top .lang_container .selected a:hover {
  color: #8f8f8f;
}

.comingsoon {
  color: white;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
}
.comingsoon h2 {
  font-size: 50px;
}

.circle-wrap {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.circle-head {
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #f1f1f1;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .circle-head {
    margin: 25px auto 0 auto;
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .circle-head {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 1200px;
  }
}
.circle-head__title {
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .circle-head__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 20px auto 0 auto;
    padding-bottom: 20px;
    width: 94%;
  }
}
@media only screen and (min-width: 768px) {
  .circle-head__title {
    font-size: 2rem;
    font-weight: 500;
    margin: 30px auto 0 auto;
    padding-bottom: 30px;
    width: 80%;
  }
}
.circle-head__title::before, .circle-head__title::after {
  display: block;
  content: "";
  height: 0;
  width: 0;
}
.circle-head__title::before {
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: -5px;
  transform: rotate(-45deg);
}
.circle-head__title::after {
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  right: -5px;
  transform: rotate(45deg);
}
.circle-head__nav {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .circle-head__nav {
    flex-wrap: wrap;
    margin: 20px auto 0 0;
    width: calc(100% - 5px);
  }
}
@media only screen and (min-width: 768px) {
  .circle-head__nav {
    justify-content: center;
    margin: 30px auto 0 auto;
    width: 80%;
  }
}
.circle-head__sort {
  align-items: center;
  border-radius: 5px;
  background-color: #2b2b2b;
  color: #f5f5f5;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .circle-head__sort {
    font-size: 0.7rem;
    margin: 0 0 5px 5px;
    padding: 4px 0;
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 768px) {
  .circle-head__sort {
    font-size: 0.9rem;
    margin: 0 5px;
    width: 100px;
  }
}
.circle-head__sort--active {
  font-weight: 500;
  color: #ef0012;
}
.circle-head__subnav {
  background-color: #2b2b2b;
  margin: 0 0 0 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .circle-head__subnav {
    box-sizing: border-box;
    justify-content: space-between;
    padding: 4px 3px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .circle-head__subnav {
    background-color: #2b2b2b;
    display: flex;
    padding: 3px 1rem;
  }
}
.circle-head__subnav-title {
  color: #f5f5f5;
  font-size: 0.9rem;
  margin: 0;
  padding-right: 1rem;
  position: relative;
}
.circle-head__subnav-title::after {
  content: "|";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.circle-head__category {
  color: #f5f5f5;
  text-decoration: none;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .circle-head__category {
    font-size: 1rem;
    margin: 0 0 0 2px;
    padding: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .circle-head__category {
    font-size: 0.9rem;
    margin: 0 0 0 1rem;
    transition: 0.2s;
  }
  .circle-head__category:hover {
    color: #efd700;
  }
}
.circle-head__category--active {
  color: #efd700;
}
.circle-head__category img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .circle-head__category img {
    width: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .circle-head__category img {
    width: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .circle-head__table-wrapper {
    overflow: hidden;
    margin-top: 10px;
  }
}
.circle-head__table {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .circle-head__table {
    margin: 0 0 0 auto;
    overflow: hidden;
    transition-property: margin;
    transition-duration: 500ms;
    transition-timing-function: ease;
  }
}
@media only screen and (min-width: 768px) {
  .circle-head__table {
    justify-content: center;
    margin: 20px 0 0 0;
    width: calc(100% - 6px);
  }
}
.circle-head__circle, .circle-head__circle-itaku {
  background-color: rgba(9, 84, 65, 0.1);
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .circle-head__circle, .circle-head__circle-itaku {
    margin: 0 0 5px 5px;
    padding: 5px;
    width: calc((100% - 5px) / 2 - 5px);
  }
}
@media only screen and (min-width: 768px) {
  .circle-head__circle, .circle-head__circle-itaku {
    margin: 0 0 6px 6px;
    padding: 7px;
    width: 292px;
  }
}
@media only screen and (min-width: 768px) {
  .circle-head__circle {
    transition: 0.2s;
  }
  .circle-head__circle:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.circle-head__circle-itaku {
  background-color: #ffd800;
  transition: 0.2s;
}
.circle-head__circle-itaku:hover {
  opacity: 0.9 !important;
}
.circle-head__fig {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .circle-head__fig {
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .circle-head__fig {
    width: 80px;
  }
}
.circle-head__fig .spacer {
  padding-bottom: 100%;
}
.circle-head__fig img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.circle-head__content {
  color: #fcfcfc;
}
@media only screen and (max-width: 767px) {
  .circle-head__content {
    align-items: center;
    display: flex;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .circle-head__content {
    margin: 5px 10px 0 10px;
    width: calc(100% - 100px);
  }
}
.circle-head__name {
  font-size: 0.9rem;
  margin: 0;
}
.circle-head__author {
  font-size: 0.7rem;
  margin: 2px 0 0 0;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .circle-head__toggle {
    display: none;
  }
}
.circle-head__toggle--arrow {
  box-sizing: border-box;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: 20px;
  margin: 0 auto 20px auto;
  transform: rotate(-45deg);
  width: 20px;
}
.circle-head__toggle--time {
  height: 24px;
  position: relative;
  margin: 10px auto 20px auto;
  transform: rotate(-45deg);
  width: 24px;
}
.circle-head__toggle--time::before {
  display: block;
  content: "";
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.circle-head__toggle--time::after {
  display: block;
  content: "";
  border-left: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .circle-head--sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .circle-head--sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .circle-head--pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .circle-head--pc {
    display: block;
  }
}
.circle-head__icon, .circle-head__icon--itaku, .circle-head__icon--hongkong {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 24px;
}
.circle-head__icon--hongkong {
  content: url(../img/icon/icon-hongkong.png);
}
.circle-head__icon--itaku {
  content: url(../img/icon/icon-yokocho-black.png);
  width: 20px;
}

.circle-body {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .circle-body {
    margin: 30px auto;
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .circle-body {
    margin: 40px auto;
    width: 900px;
  }
}
.circle-body__circle, .circle-body__circle-itaku {
  border-top: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .circle-body__circle, .circle-body__circle-itaku {
    padding: 30px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .circle-body__circle, .circle-body__circle-itaku {
    padding: 30px 20px;
  }
}
.circle-body__circle::before, .circle-body__circle::after, .circle-body__circle-itaku::before, .circle-body__circle-itaku::after {
  display: block;
  content: "";
  height: 0;
  width: 0;
}
.circle-body__circle::before, .circle-body__circle-itaku::before {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  transform: rotate(-45deg);
  position: absolute;
  top: -5px;
  left: -5px;
}
.circle-body__circle::after, .circle-body__circle-itaku::after {
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  right: -5px;
}
.circle-body__circle-itaku {
  background-color: #ffd800;
}
.circle-body__fig {
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .circle-body__fig {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .circle-body__fig {
    width: 23%;
  }
}
.circle-body__fig .spacer {
  padding-bottom: 100%;
}
.circle-body__fig img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  width: 100%;
}
.circle-body__content {
  color: #fcfcfc;
}
@media only screen and (max-width: 767px) {
  .circle-body__content {
    margin: 0 0 0 1.5rem;
    width: calc(100% - 100px - 1.5rem);
  }
}
@media only screen and (min-width: 768px) {
  .circle-body__content {
    margin: 0 1rem 0 2rem;
    width: calc(77% - 3rem);
  }
}
.circle-body__name {
  font-size: 1.3rem;
  font-weight: 600;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .circle-body__name {
    margin: 0 4px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .circle-body__name {
    margin: 10px 3px 0 0;
  }
}
.circle-body__author {
  word-wrap: break-word;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 5px 0 0 0;
}
.circle-body__description {
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .circle-body__description {
    line-height: 1.8;
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .circle-body__description {
    line-height: 1.7;
    margin: 30px 0 0 0;
  }
}
.circle-body__icon {
  margin: 0 10px 0 0;
}
.circle-body__icon img {
  vertical-align: middle;
  width: 12px;
  transition: 0.2s;
}
.circle-body__icon img:hover {
  width: 15px;
}
.circle-body__icon a {
  text-decoration: none;
}
.circle-body__category-icon {
  margin: 0 5px 0 0;
}
.circle-body__category-icon img {
  vertical-align: text-top;
  width: 17px;
}
.circle-body__country, .circle-body__country--hongkong {
  display: inline-block;
  margin-left: 5px;
  width: 20px;
}
@media only screen and (min-width: 768px) {
  .circle-body__country, .circle-body__country--hongkong {
    width: 25px;
  }
}
.circle-body__country--hongkong {
  content: url(../img/icon/icon-hongkong.png);
}

.circle-recruitment {
  background-color: #2b2b2b;
  color: #f1f1f1;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  padding: 1.1rem 0;
  text-align: center;
  transition: 0.2s;
}
.circle-recruitment:hover {
  background-color: #525252;
}
@media only screen and (max-width: 767px) {
  .circle-recruitment {
    margin: 30px auto 0 auto;
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .circle-recruitment {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 900px;
  }
}

.shipudx {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shipudx {
    margin: 0 auto;
  }
}
.shipudx h2 {
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px 8px;
  background-color: #2b2b2b;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .shipudx h2 {
    margin: 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .shipudx h2 {
    margin: 50px auto;
  }
}
.shipudx h2:hover {
  background-color: #5c5c5c;
  cursor: pointer;
}
.shipudx dl {
  display: flex;
  margin: 0;
  width: 100%;
  border-top: #fff dotted 1px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .shipudx dl {
    padding: 7px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .shipudx dl {
    padding: 10px 5px;
  }
}
.shipudx dl:last-of-type {
  margin: 0;
  border-bottom: #fff dotted 1px;
}
.shipudx dl dt {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .shipudx dl dt {
    width: 45%;
  }
}
.shipudx dl dd {
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .shipudx dl dd {
    width: 50%;
  }
}

.shipping {
  max-width: 500px;
  margin: 0 auto;
}
.shipping__numb {
  padding-bottom: 28px;
}
.shipping__numb p {
  text-align: left;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.shipping__numb ul {
  text-align: left;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.shipping a {
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto;
  padding: 10px 10px 8px;
  background-color: #2b2b2b;
  transition: 0.2s;
}
.shipping a:hover {
  background-color: #5c5c5c;
  cursor: pointer;
}

.modal, .modal-sp {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  border-radius: 5px;
  background-color: #0994e7;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}

.modal-content-sp {
  border-radius: 5px;
  background-color: #0994e7;
  margin: 10vh auto 0;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}

.close, .close-sp {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.map {
  border: solid 1px #fff;
  margin: 0 auto;
  width: 100%;
  background-color: #0994e7;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .map {
    width: calc(100% - 10px);
    margin: 30px auto 50px;
  }
}
@media only screen and (min-width: 768px) {
  .map {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 50px auto 80px;
  }
}
.map__head-title {
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .map__head-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 20px auto 0 auto;
    padding-bottom: 20px;
    width: 94%;
  }
}
@media only screen and (min-width: 768px) {
  .map__head-title {
    font-size: 2rem;
    font-weight: 500;
    margin: 30px auto 0 auto;
    padding-bottom: 30px;
    width: 80%;
  }
}
.map__head-title::before, .map__head-title::after {
  display: block;
  content: "";
  height: 0;
  width: 0;
}
.map__head-title::before {
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: -5px;
  transform: rotate(-45deg);
}
.map__head-title::after {
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  right: -5px;
  transform: rotate(45deg);
}
.map__content {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .map__content {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .map__content {
    max-width: 950px;
    margin: 0 auto;
  }
}
.map__map {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .map__map {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .map__map {
    margin: 40px 0 0;
  }
}
.map__map img {
  width: 100%;
}
.map__links {
  text-align: center;
  padding-bottom: 25px;
}
.map__links a {
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px 8px;
  background-color: #2b2b2b;
  transition: 0.2s;
}
.map__links a:hover {
  background-color: #5c5c5c;
}

.sanchihome {
  background: linear-gradient(#0090e6, #fefeff);
  position: relative;
}
.sanchihome__logo {
  margin: 0 auto;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  max-width: 900px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .sanchihome__logo {
    top: 100px;
  }
}
.sanchihome__logo img {
  vertical-align: bottom;
  width: 100%;
}
.sanchihome__lands {
  position: relative;
}
@media only screen and (min-width: 1401px) {
  .sanchihome__lands {
    height: 1150px;
  }
}
@media only screen and (max-width: 1400px) {
  .sanchihome__lands {
    max-height: 1150px;
    height: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .sanchihome__lands {
    min-height: 100vw;
  }
}
.sanchihome__land {
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  margin: 0 auto;
  padding-top: calc(30px + 25%);
  width: calc(100% - 20px);
  max-width: 1350px;
  animation: floatUpDown 5s ease-in-out infinite;
}
@media only screen and (min-width: 768px) {
  .sanchihome__land {
    top: 125px;
    padding-top: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .sanchihome__land {
    top: 75px;
  }
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.sanchihome__land img {
  vertical-align: bottom;
  width: 100%;
}
.sanchihome__landtwo {
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  margin: 0 auto;
  padding-top: calc(30px + 25%);
  width: calc(100% - 20px);
  max-width: 1350px;
  animation: floatUpDown2 4s ease-in-out infinite;
}
@media only screen and (min-width: 768px) {
  .sanchihome__landtwo {
    top: 125px;
    padding-top: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .sanchihome__landtwo {
    top: 75px;
  }
}
@keyframes floatUpDown2 {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}
.sanchihome__landtwo img {
  vertical-align: bottom;
  width: 100%;
}
.sanchihome__lead {
  background-color: #009101;
  color: #ffffff;
  margin: 60px auto 0 auto;
  padding: 60px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sanchihome__lead {
    margin: 80px auto 0 auto;
  }
}
.sanchihome__lead p {
  margin: 20px 0;
}
.sanchihome__lead-inner {
  line-height: 1.8;
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 900px;
}
.sanchihome__lead-head {
  font-size: 2rem;
  line-height: 1;
  margin-top: 0 !important;
}
.sanchihome__lead-map {
  height: 300px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sanchihome__lead-map {
    height: 360px;
  }
}

.uploader__lead {
  background-color: #00488c;
  color: #ffffff;
  margin: 60px auto 0 auto;
  padding: 60px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .uploader__lead {
    margin: 80px auto 0 auto;
  }
}
.uploader__lead p {
  margin: 20px 0;
}
.uploader__lead-inner {
  line-height: 1.8;
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 900px;
}
.uploader__lead-inner a {
  text-align: center;
  background-color: #fefeff;
  color: #00488c;
  font-weight: bolder;
  padding: 8px;
  border-radius: 10px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.2s;
}
.uploader__lead-inner a:hover {
  background-color: #e7e7e7;
}
.uploader__lead-head {
  font-size: 2rem;
  line-height: 1;
  margin-top: 0 !important;
}
.uploader__lead-map {
  height: 300px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .uploader__lead-map {
    height: 360px;
  }
}

.navigation {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .navigation {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    margin: 0 0 0 auto;
    max-width: 240px;
    position: fixed;
    top: 0;
    right: 0;
    transition: transform 0.4s;
    transform: translateX(100%);
    z-index: 11;
  }
}
@media only screen and (min-width: 768px) {
  .navigation {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .navigation ul {
    margin: 0;
    padding: 50px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .navigation ul {
    background: none;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
  }
}
.navigation li {
  list-style: none;
  margin: 5px 0 0 0;
  width: 100%;
  max-width: 240px;
}
@media only screen and (min-width: 768px) {
  .navigation li {
    margin: 0;
    width: 16.6666666667%;
  }
}
.navigation li:first-child {
  margin-top: 0;
}
.navigation li img {
  vertical-align: bottom;
  width: 100%;
}
.navigation--open {
  transform: translateX(0%);
}
.navigation__close::before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="%23FFFFFF" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" /></svg>');
  display: block;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .navigation__close {
    display: none;
  }
}

.navigation-button {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
}
.navigation-button__button {
  background-color: #bebebe;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  z-index: 10;
}
.navigation-button__button span {
  background: #fff;
  border-radius: 1px;
  display: inline-block;
  height: 2px;
  position: absolute;
  left: 4px;
  transition: all 0.4s;
  width: calc(100% - 8px);
}
.navigation-button__button span:nth-of-type(1) {
  transform-origin: right;
  top: 7px;
}
.navigation-button__button span:nth-of-type(2) {
  top: 17px;
}
.navigation-button__button span:nth-of-type(3) {
  transform-origin: right;
  top: 27px;
}
@media only screen and (min-width: 768px) {
  .navigation-button {
    display: none;
  }
}

.uploaderhome {
  background: linear-gradient(#0090e6, #fefeff);
  position: relative;
}
.uploaderhome:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(248, 248, 248, 0.5411764706);
  z-index: 10;
}
.uploaderhome__logo {
  margin: 0 auto;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  max-width: 900px;
  z-index: 12;
}
@media only screen and (min-width: 768px) {
  .uploaderhome__logo {
    top: 100px;
  }
}
.uploaderhome__logo img {
  vertical-align: bottom;
  width: 100%;
}
.uploaderhome__lands {
  position: relative;
}
@media only screen and (min-width: 1401px) {
  .uploaderhome__lands {
    height: 1150px;
  }
}
@media only screen and (max-width: 1400px) {
  .uploaderhome__lands {
    max-height: 1150px;
    height: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .uploaderhome__lands {
    min-height: 100vw;
  }
}
.uploaderhome__land {
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  margin: 0 auto;
  padding-top: calc(30px + 25%);
  width: calc(100% - 20px);
  max-width: 1350px;
  animation: floatUpDown 5s ease-in-out infinite;
}
@media only screen and (min-width: 768px) {
  .uploaderhome__land {
    top: 125px;
    padding-top: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .uploaderhome__land {
    top: 75px;
  }
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.uploaderhome__land img {
  vertical-align: bottom;
  width: 100%;
}
.uploaderhome__landtwo {
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  margin: 0 auto;
  padding-top: calc(30px + 25%);
  width: calc(100% - 20px);
  max-width: 1350px;
  animation: floatUpDown2 4s ease-in-out infinite;
}
@media only screen and (min-width: 768px) {
  .uploaderhome__landtwo {
    top: 125px;
    padding-top: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .uploaderhome__landtwo {
    top: 75px;
  }
}
@keyframes floatUpDown2 {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}
.uploaderhome__landtwo img {
  vertical-align: bottom;
  width: 100%;
}
.uploaderhome__lead {
  background-color: #009101;
  color: #ffffff;
  margin: 60px auto 0 auto;
  padding: 60px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .uploaderhome__lead {
    margin: 80px auto 0 auto;
  }
}
.uploaderhome__lead p {
  margin: 20px 0;
}
.uploaderhome__lead-inner {
  line-height: 1.8;
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 900px;
}
.uploaderhome__lead-head {
  font-size: 2rem;
  line-height: 1;
  margin-top: 0 !important;
}
.uploaderhome__lead-map {
  height: 300px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .uploaderhome__lead-map {
    height: 360px;
  }
}

.uploaderform {
  background: #fefeff;
  padding: 25px;
  border-radius: 25px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.uploaderform td {
  display: flex;
  flex-direction: column;
}
.uploaderform td input {
  margin: 10px;
}/*# sourceMappingURL=style.css.map */