@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.scrollmagic,
.childScrollMagic {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.1s;
}
.scrollmagic[data-scrollmagic=L],
.childScrollMagic[data-scrollmagic=L] {
  transform: translateX(-60px);
}
.scrollmagic[data-scrollmagic=R],
.childScrollMagic[data-scrollmagic=R] {
  transform: translateX(60px);
}
.scrollmagic[data-scrollmagic=B],
.childScrollMagic[data-scrollmagic=B] {
  transform: translateY(60px);
}
.scrollmagic[data-scrollmagic=b],
.childScrollMagic[data-scrollmagic=b] {
  transform: translateY(60px);
}
.scrollmagic[data-delay="0"],
.childScrollMagic[data-delay="0"] {
  transition-delay: 0;
}
.scrollmagic[data-delay="100"],
.childScrollMagic[data-delay="100"] {
  transition-delay: 100ms;
}
.scrollmagic[data-delay="200"],
.childScrollMagic[data-delay="200"] {
  transition-delay: 200ms;
}
.scrollmagic[data-delay="300"],
.childScrollMagic[data-delay="300"] {
  transition-delay: 300ms;
}
.scrollmagic[data-delay="400"],
.childScrollMagic[data-delay="400"] {
  transition-delay: 400ms;
}
.scrollmagic[data-delay="500"],
.childScrollMagic[data-delay="500"] {
  transition-delay: 500ms;
}
.scrollmagic[data-delay="600"],
.childScrollMagic[data-delay="600"] {
  transition-delay: 600ms;
}
.scrollmagic[data-delay="700"],
.childScrollMagic[data-delay="700"] {
  transition-delay: 700ms;
}
.scrollmagic[data-delay="800"],
.childScrollMagic[data-delay="800"] {
  transition-delay: 800ms;
}
.scrollmagic[data-delay="900"],
.childScrollMagic[data-delay="900"] {
  transition-delay: 900ms;
}
.scrollmagic[data-delay="1000"],
.childScrollMagic[data-delay="1000"] {
  transition-delay: 1000ms;
}
.scrollmagic.magic,
.childScrollMagic.magic {
  opacity: 1;
  transform: translate(0px, 0px);
}

html,
body {
  overscroll-behavior: none;
}

body {
  color: #212121;
  background-color: #fff;
}
body * {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body:before {
    content: "";
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  pointer-events: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  header.noblend {
    mix-blend-mode: unset;
  }
}
@media screen and (max-width: 767px) {
  header.open .header-wrap {
    border-bottom: none;
  }
}
header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: visible;
}
@media screen and (min-width: 768px) {
  header .header-wrap {
    width: 78.125vw;
    height: 4.609375vw;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  header .header-wrap {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap {
    width: 599.21875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  header .header-wrap {
    height: 59px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap {
    height: 35.35390625px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap {
    height: 14.358974359vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    border: 1px solid #eeeeee;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a {
    display: block;
    position: relative;
    width: 5.1282051282vw;
    height: 4.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a.open span:first-child {
    top: 50%;
    margin-top: -0.2564102564vw;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a.open span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a.open span:last-child {
    bottom: 50%;
    margin-bottom: -0.2564102564vw;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a span {
    position: absolute;
    display: block;
    left: 0;
    width: 6.1538461538vw;
    height: 0.5128205128vw;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s ease-out;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a span:first-child {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a span:nth-of-type(2) {
    top: 50%;
    margin-top: -0.2564102564vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-ham a span:last-child {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-logo a img {
    width: 12.8205128205vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    width: 100%;
    height: 100svh;
    top: 14.358974359vw;
    padding-top: 12.8205128205vw;
    padding-bottom: 12.8205128205vw;
    background-color: #fff;
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li {
    margin-left: 2.34375vw;
    color: #212121;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  header .header-wrap .header-menu ul li {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li {
    margin-left: 17.9765625px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    border-top: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li.borderbottomsp {
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li.transhidepc {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li.transhidepc {
    border-top: none;
    margin-top: 10.2564102564vw;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li:nth-of-type(4) {
    margin-left: 10.4296875vw;
    margin-right: 10.4296875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  header .header-wrap .header-menu ul li:nth-of-type(4) {
    margin-left: 133.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li:nth-of-type(4) {
    margin-left: 79.995703125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  header .header-wrap .header-menu ul li:nth-of-type(4) {
    margin-right: 133.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li:nth-of-type(4) {
    margin-right: 79.995703125px;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li:nth-of-type(5) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li:first-child {
    margin-top: 0;
  }
}
header .header-wrap .header-menu ul li a {
  display: block;
  font-weight: 600;
  color: #212121;
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a {
    font-size: 1.09375vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  header .header-wrap .header-menu ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li a {
    font-size: 3.0769230769vw;
    padding-left: 3.8461538462vw;
    padding-top: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 2.5px 0 2.5px 7px;
    border-color: transparent transparent transparent #009C74;
    border-top-width: 0.5128205128vw;
    border-bottom-width: 0.5128205128vw;
    border-left-width: 1.2820512821vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a:hover {
    color: #009C74;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a.logo:hover img {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a.logo img {
    width: 4.921875vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  header .header-wrap .header-menu ul li a.logo img {
    width: 63px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.logo img {
    width: 37.75078125px;
  }
}
header .header-wrap .header-menu ul li a.contact {
  background-color: #212121;
  color: #fff;
  letter-spacing: 0.2px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.296875vw;
    height: 2.890625vw;
    border-radius: 0.625vw;
    font-size: 1.015625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  header .header-wrap .header-menu ul li a.contact {
    width: 119px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact {
    width: 71.30703125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  header .header-wrap .header-menu ul li a.contact {
    height: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact {
    height: 22.17109375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  header .header-wrap .header-menu ul li a.contact {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact {
    border-radius: 4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  header .header-wrap .header-menu ul li a.contact {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact {
    font-size: 7.78984375px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10.2564102564vw;
    width: 33.3333333333vw;
    height: 9.4871794872vw;
    border-radius: 2.0512820513vw;
    font-size: 3.0769230769vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu ul li a.contact:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-menu ul li a.contact:hover {
    color: #fff;
    background-color: #009C74;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .header-menu-contact {
    margin-top: 11.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .header-menu-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 79.4871794872vw;
    height: 18.4615384615vw;
    border-radius: 2.5641025641vw;
    background-color: #fff;
    font-size: 3.5897435897vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  }
}

.deco {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .deco {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .deco .deco-wrapper .deco-img {
    width: 18.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .deco .deco-wrapper .deco-img {
    width: 242px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .deco .deco-wrapper .deco-img {
    width: 145.0109375px;
  }
}

footer {
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer-wrapper {
  background-color: #009C74;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-top {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-top {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-top {
    padding-top: 35.953125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-top {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-top {
    padding-bottom: 35.953125px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top {
    padding-top: 15.3846153846vw;
    padding-bottom: 15.3846153846vw;
  }
}
footer .footer-wrapper .footer-top .footer-logo a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-top .footer-logo a {
    width: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-top .footer-logo a {
    width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-logo a {
    width: 59.921875px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-logo a {
    width: 25.641025641vw;
  }
}
footer .footer-wrapper .footer-top .footer-logo a picture,
footer .footer-wrapper .footer-top .footer-logo a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-top .footer-menu {
    margin-top: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-top .footer-menu {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu {
    margin-top: 17.9765625px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu {
    margin-top: 2.5641025641vw;
  }
}
footer .footer-wrapper .footer-top .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-top .footer-menu ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu ul {
    width: 82.0512820513vw;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-top .footer-menu ul li {
    margin-right: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-top .footer-menu ul li {
    margin-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu ul li {
    margin-right: 14.38125px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu ul li {
    margin-top: 6.1538461538vw;
    margin-right: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
footer .footer-wrapper .footer-top .footer-menu ul li:last-child {
  margin-right: 0;
}
footer .footer-wrapper .footer-top .footer-menu ul li a {
  display: block;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-top .footer-menu ul li a {
    font-size: 0.9375vw;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-top .footer-menu ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu ul li a {
    font-size: 7.190625px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu ul li a {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-top .footer-menu ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-top .footer-menu .btn {
    margin-top: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-top .footer-menu .btn {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu .btn {
    margin-top: 16.778125px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu .btn {
    margin-top: 7.1794871795vw;
  }
}
footer .footer-wrapper .footer-top .footer-menu .btn .contact {
  background-color: #212121;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-top .footer-menu .btn .contact {
    font-size: 0.9375vw;
    border-radius: 0.625vw;
    width: 10.15625vw;
    height: 2.890625vw;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-top .footer-menu .btn .contact {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu .btn .contact {
    font-size: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-top .footer-menu .btn .contact {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu .btn .contact {
    border-radius: 4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-top .footer-menu .btn .contact {
    width: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu .btn .contact {
    width: 77.8984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-top .footer-menu .btn .contact {
    height: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu .btn .contact {
    height: 22.17109375px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-top .footer-menu .btn .contact {
    font-size: 3.0769230769vw;
    border-radius: 2.0512820513vw;
    width: 33.3333333333vw;
    height: 9.4871794872vw;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-top .footer-menu .btn .contact:hover {
    opacity: 0.7;
  }
}
footer .footer-wrapper .footer-copy {
  background-color: #008160;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-copy {
    padding-top: 1.09375vw;
    padding-bottom: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-copy {
    padding-top: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-copy {
    padding-top: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-copy {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-copy {
    padding-bottom: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-copy {
    padding-top: 3.0769230769vw;
    padding-bottom: 3.0769230769vw;
  }
}
footer .footer-wrapper .footer-copy p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .footer-copy p {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .footer-wrapper .footer-copy p {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .footer-wrapper .footer-copy p {
    font-size: 5.9921875px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .footer-copy p {
    font-size: 2.5641025641vw;
  }
}

#top .top-kv {
  position: relative;
}
@media screen and (min-width: 768px) {
  #top .top-kv {
    width: 78.125vw;
    margin-top: 10.9375vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv {
    width: 599.21875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv {
    margin-top: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv {
    margin-top: 83.890625px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-kv {
    margin-top: 21.7948717949vw;
    padding-left: 4.358974359vw;
    padding-right: 4.358974359vw;
  }
}
#top .top-kv:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/img/top/logo.png);
  animation-name: fadeIn;
  animation-delay: 1.9s;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  animation-fill-mode: both;
}
@media screen and (min-width: 768px) {
  #top .top-kv:before {
    width: 48.90625vw;
    height: 34.375vw;
    margin-top: 2.734375vw;
    margin-right: -14.0625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv:before {
    width: 626px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv:before {
    width: 375.1109375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv:before {
    height: 440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv:before {
    height: 263.65625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv:before {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv:before {
    margin-top: 20.97265625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv:before {
    margin-right: -180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv:before {
    margin-right: -107.859375px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-kv:before {
    background-image: url(/assets/img/top/logo.sp.png);
    width: 86.1538461538vw;
    height: 60.5128205128vw;
    margin-top: 17.9487179487vw;
    margin-right: -39.7435897436vw;
  }
}
#top .top-kv .top-kv-txt h1 {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (min-width: 768px) {
  #top .top-kv .top-kv-txt h1 {
    margin-bottom: 5.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt h1 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt h1 {
    margin-bottom: 41.9453125px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-kv .top-kv-txt h1 {
    margin-right: -4.358974359vw;
    margin-bottom: 8.4615384615vw;
  }
}
#top .top-kv .top-kv-txt h1 > span {
  display: inline-block;
  line-height: 1.1em;
}
#top .top-kv .top-kv-txt h1 > span.en {
  font-family: "Orbitron", "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #top .top-kv .top-kv-txt h1 > span.en {
    letter-spacing: 0.1176992721em;
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt h1 > span.en {
    font-size: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt h1 > span.en {
    font-size: 33.55625px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-kv .top-kv-txt h1 > span.en {
    letter-spacing: 0.1175298805em;
    font-size: 7.7230769231vw;
  }
}
#top .top-kv .top-kv-txt h1 > span.en.mr {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #top .top-kv .top-kv-txt h1 > span.en.mr {
    margin-right: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt h1 > span.en.mr {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt h1 > span.en.mr {
    margin-right: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-kv .top-kv-txt h1 > span.en.mr {
    margin-right: 2.5641025641vw;
  }
}
#top .top-kv .top-kv-txt h1 > span.ja {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #top .top-kv .top-kv-txt h1 > span.ja {
    letter-spacing: 0.612173913em;
    font-size: 1.796875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt h1 > span.ja {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt h1 > span.ja {
    font-size: 13.78203125px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-kv .top-kv-txt h1 > span.ja {
    letter-spacing: 0.6275em;
    font-size: 3.0769230769vw;
  }
}
#top .top-kv .top-kv-txt h1 > span.ja.green {
  color: #009C74;
}
@media screen and (min-width: 768px) {
  #top .top-kv .top-kv-txt h1 > span.ja.green {
    letter-spacing: 1.2502266546em;
    font-size: 1.71875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt h1 > span.ja.green {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt h1 > span.ja.green {
    font-size: 13.1828125px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-kv .top-kv-txt h1 > span.ja.green {
    letter-spacing: 1.2502120441em;
    font-size: 3.0230769231vw;
  }
}
#top .top-kv .top-kv-txt h2 {
  font-weight: 600;
  animation-delay: 1.3s;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (min-width: 768px) {
  #top .top-kv .top-kv-txt h2 {
    letter-spacing: 0.4583333333em;
    font-size: 1.875vw;
    margin-bottom: 2.734375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt h2 {
    font-size: 14.38125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt h2 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt h2 {
    margin-bottom: 20.97265625px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-kv .top-kv-txt h2 {
    letter-spacing: 0.5em;
    line-height: 1.8em;
    font-size: 4.1025641026vw;
    margin-bottom: 16.6666666667vw;
  }
}
#top .top-kv .top-kv-txt p {
  font-weight: 600;
  animation-delay: 1.3s;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (min-width: 768px) {
  #top .top-kv .top-kv-txt p {
    letter-spacing: 0.1285714286em;
    line-height: 2.2857142857;
    font-size: 1.09375vw;
    margin-bottom: 2.34375vw;
    width: 42.96875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt p {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt p {
    margin-bottom: 17.9765625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt p {
    width: 550px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt p {
    width: 329.5703125px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-kv .top-kv-txt p {
    letter-spacing: 0.15em;
    line-height: 1.8em;
    font-size: 3.0769230769vw;
    margin-bottom: 7.6923076923vw;
  }
}
#top .top-kv .top-kv-txt .top-kv-txt-icon {
  display: flex;
  animation-delay: 1.6s;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}
#top .top-kv .top-kv-txt .top-kv-txt-icon a {
  display: block;
}
@media screen and (min-width: 768px) {
  #top .top-kv .top-kv-txt .top-kv-txt-icon a {
    height: 1.328125vw;
    margin-right: 1.5625vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt .top-kv-txt-icon a {
    height: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt .top-kv-txt-icon a {
    height: 10.18671875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt .top-kv-txt-icon a {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt .top-kv-txt-icon a {
    margin-right: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-kv .top-kv-txt .top-kv-txt-icon a {
    height: 4.358974359vw;
    margin-right: 5.1282051282vw;
  }
}
#top .top-kv .top-kv-txt .top-kv-txt-icon a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #top .top-kv .top-kv-txt .top-kv-txt-icon a:hover {
    opacity: 0.5;
  }
}
#top .top-kv .top-kv-txt .top-kv-txt-icon a img {
  width: auto;
}
@media screen and (min-width: 768px) {
  #top .top-kv .top-kv-txt .top-kv-txt-icon a img {
    height: 1.328125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-kv .top-kv-txt .top-kv-txt-icon a img {
    height: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-kv .top-kv-txt .top-kv-txt-icon a img {
    height: 10.18671875px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-kv .top-kv-txt .top-kv-txt-icon a img {
    height: 4.358974359vw;
  }
}
#top .top-news {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top .top-news {
    margin-top: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news {
    margin-top: 71.90625px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news {
    margin-top: 21.7948717949vw;
  }
}
#top .top-news .top-news-belt {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-color: #009C74;
  color: #fff;
  font-family: "Orbitron", "Noto Sans JP", sans-serif;
  z-index: -1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-belt {
    top: 11.171875vw;
    height: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-belt {
    top: 143px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-belt {
    top: 85.68828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-belt {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-belt {
    height: 59.921875px;
  }
}
#top .top-news .top-news-belt .top-news-belt-inner {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 50%;
  background-size: auto 58%;
  background-repeat: repeat-x;
  background-image: url(/assets/img/top/planchime.png);
  animation: scroll-bg 13s linear infinite;
  animation-fill-mode: both;
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-belt .top-news-belt-inner {
    width: 539.0625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-belt .top-news-belt-inner {
    width: 6900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-belt .top-news-belt-inner {
    width: 4134.609375px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #top .top-news .top-news-belt .top-news-belt-inner {
    animation: scroll-bg2 13s linear infinite;
  }
}
@keyframes scroll-bg {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -690px;
  }
}
@keyframes scroll-bg2 {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -53.90625vw;
  }
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper {
    width: 78.125vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper {
    width: 599.21875px;
  }
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/img/top/balloon.png);
    width: 5.15625vw;
    height: 7.8125vw;
    margin-top: -5.15625vw;
    margin-left: -7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper:before {
    width: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper:before {
    width: 39.5484375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper:before {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper:before {
    height: 59.921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper:before {
    margin-top: -66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper:before {
    margin-top: -39.5484375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper:before {
    margin-left: -100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper:before {
    margin-left: -59.921875px;
  }
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-title {
    margin-bottom: 3.515625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-title {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-title {
    margin-bottom: 26.96484375px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-title {
    padding-left: 6.9230769231vw;
    margin-bottom: 6.4102564103vw;
  }
}
#top .top-news .top-news-wrapper .top-news-title h2 {
  display: flex;
  align-items: baseline;
  font-family: "Orbitron", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#top .top-news .top-news-wrapper .top-news-title h2 > span {
  display: block;
}
#top .top-news .top-news-wrapper .top-news-title h2 > span.en {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-title h2 > span.en {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-title h2 > span.en {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-title h2 > span.en {
    font-size: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-title h2 > span.en {
    font-size: 8.2051282051vw;
  }
}
#top .top-news .top-news-wrapper .top-news-title h2 > span.ja {
  letter-spacing: 0.0142857143em;
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-title h2 > span.ja {
    font-size: 1.09375vw;
    margin-left: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-title h2 > span.ja {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-title h2 > span.ja {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-title h2 > span.ja {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-title h2 > span.ja {
    margin-left: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-title h2 > span.ja {
    font-size: 3.5897435897vw;
    margin-left: 2.3076923077vw;
  }
}
#top .top-news .top-news-wrapper .top-news-content {
  /* the slides */
  /* the parent */
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content {
    padding-left: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content .slick-slide {
    margin-left: 2.5641025641vw;
    margin-right: 2.5641025641vw;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content .slick-list {
    margin-left: -2.5641025641vw;
    margin-right: -2.5641025641vw;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content .slick-dots {
    left: 0;
    height: 2px;
    display: flex;
    width: 89.7435897436vw;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content .slick-dots li {
    width: 100%;
    height: 2px;
    margin: 0;
    background-color: #eee;
    transition: background-color 0.3s ease-out;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content .slick-dots li.slick-active {
    background-color: #009C74;
  }
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-content ul {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul {
    width: 71.7948717949vw;
    padding-bottom: 6.4102564103vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-content ul li {
    margin-left: 1.484375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li {
    margin-left: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li {
    margin-left: 11.38515625px;
  }
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-content ul li:first-child {
    margin-left: 0;
  }
}
#top .top-news .top-news-wrapper .top-news-content ul li a {
  display: block;
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a {
    width: 25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a {
    width: 191.75px;
  }
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a:hover .img {
    background-size: 105%;
  }
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a:hover h3 {
    color: #009C74;
  }
}
#top .top-news .top-news-wrapper .top-news-content ul li a .img {
  background-position: center;
  background-size: 100%;
  border: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a .img {
    height: 15vw;
    border-radius: 0.78125vw;
    margin-bottom: 1.5625vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a .img {
    height: 192px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a .img {
    height: 115.05px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a .img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a .img {
    border-radius: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a .img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a .img {
    margin-bottom: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a .img {
    height: 43.0769230769vw;
    border-radius: 2.5641025641vw;
    margin-bottom: 4.6153846154vw;
  }
}
#top .top-news .top-news-wrapper .top-news-content ul li a h3 {
  line-height: 1.8;
  letter-spacing: 0.0142857143em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a h3 {
    line-height: 1.8;
    letter-spacing: 0.0142857143em;
    font-size: 1.09375vw;
    margin-bottom: 1.953125vw;
    min-height: 3.984375vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a h3 {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a h3 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a h3 {
    margin-bottom: 14.98046875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a h3 {
    min-height: 51px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a h3 {
    min-height: 30.56015625px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a h3 {
    font-size: 3.0769230769vw;
    margin-bottom: 4.6153846154vw;
    min-height: 11.2820512821vw;
  }
}
#top .top-news .top-news-wrapper .top-news-content ul li a p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-feature-settings: "palt";
}
#top .top-news .top-news-wrapper .top-news-content ul li a p > span {
  display: block;
}
#top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag {
  width: 70%;
}
#top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.0181818182em;
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    font-size: 0.859375vw;
    padding-top: 0.390625vw;
    padding-bottom: 0.390625vw;
    margin-bottom: 0.390625vw;
    padding-left: 0.9375vw;
    padding-right: 0.9375vw;
    border-radius: 1.953125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    font-size: 6.59140625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    padding-top: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    padding-bottom: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    margin-bottom: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    padding-left: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    padding-right: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    border-radius: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    border-radius: 14.98046875px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span {
    font-size: 2.8205128205vw;
    padding-top: 0.5128205128vw;
    padding-bottom: 0.5128205128vw;
    margin-bottom: 1.2820512821vw;
    padding-left: 3.0769230769vw;
    padding-right: 3.0769230769vw;
    border-radius: 6.4102564103vw;
  }
}
#top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span.news_cast {
  background-color: #4387E7;
}
#top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span.news_release {
  background-color: #CDA1E6;
}
#top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span.news_event {
  background-color: #F15262;
}
#top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span.news_notice {
  background-color: #FCEF00;
  color: #212121;
}
#top .top-news .top-news-wrapper .top-news-content ul li a p > span.tag > span.news_choreographer {
  background-color: #009C74;
}
#top .top-news .top-news-wrapper .top-news-content ul li a p > span.date {
  color: #999999;
  text-align: right;
  letter-spacing: 0.0142857143em;
  width: 30%;
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.date {
    font-size: 1.09375vw;
    padding-top: 0.234375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.date {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.date {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.date {
    padding-top: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.date {
    padding-top: 1.79765625px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-content ul li a p > span.date {
    font-size: 3.5897435897vw;
    padding-top: 0.7692307692vw;
  }
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-btn {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-btn {
    margin-top: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-btn {
    margin-top: 8.2051282051vw;
  }
}
#top .top-news .top-news-wrapper .top-news-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212121;
  color: #fff;
  font-family: "Orbitron", "Noto Sans JP", sans-serif;
  letter-spacing: 0.0142857143em;
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-btn a {
    margin-left: auto;
    width: 9.921875vw;
    height: 2.890625vw;
    border-radius: 0.625vw;
    font-size: 1.09375vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-btn a {
    width: 127px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-btn a {
    width: 76.10078125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-btn a {
    height: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-btn a {
    height: 22.17109375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-btn a {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-btn a {
    border-radius: 4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-news .top-news-wrapper .top-news-btn a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-btn a {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-news .top-news-wrapper .top-news-btn a {
    width: 32.5641025641vw;
    height: 9.4871794872vw;
    border-radius: 2.0512820513vw;
    font-size: 3.5897435897vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #top .top-news .top-news-wrapper .top-news-btn a:hover {
    background-color: #009C74;
  }
}
@media screen and (min-width: 768px) {
  #top .top-banner {
    margin-top: 8.59375vw;
    margin-bottom: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner {
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner {
    margin-top: 65.9140625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner {
    margin-bottom: 59.921875px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner {
    margin-top: 20.5128205128vw;
    margin-bottom: 25.641025641vw;
  }
}
#top .top-banner .top-banner-wrapper .top-banner-full a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a {
    height: 25.78125vw;
    transition: background-size 0.3s ease-out, opacity 1.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a {
    height: 330px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a {
    height: 197.7421875px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a {
    height: 84.6153846154vw;
  }
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a:hover {
    background-size: 105%;
  }
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a:hover .btn-wrapper .btn {
    background-color: #009C74;
  }
}
#top .top-banner .top-banner-wrapper .top-banner-full a.talent {
  background-position: top center;
  background-image: url(/assets/img/top/banner-talent.jpg);
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a.talent {
    background-image: url(/assets/img/top/banner-talent.sp.jpg);
  }
}
#top .top-banner .top-banner-wrapper .top-banner-full a.choreo {
  background-image: url(/assets/img/top/banner-choreo.jpg);
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a.choreo {
    background-image: url(/assets/img/top/banner-choreo.sp.jpg);
  }
}
#top .top-banner .top-banner-wrapper .top-banner-full a.dancer {
  background-image: url(/assets/img/top/banner-dancer.jpg);
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a.dancer {
    background-image: url(/assets/img/top/banner-dancer.sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 {
    width: 78.125vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38.28125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 {
    width: 599.21875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 {
    padding-left: 490px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 {
    padding-left: 293.6171875px;
  }
}
#top .top-banner .top-banner-wrapper .top-banner-full a h2 > span {
  display: block;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 > span {
    text-align: center;
  }
}
#top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.en {
  font-family: "Orbitron", "Noto Sans JP", sans-serif;
  letter-spacing: 0.0416666667em;
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.en {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.en {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.en {
    font-size: 28.7625px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.en {
    font-size: 7.1794871795vw;
  }
}
#top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.ja {
  letter-spacing: 0.1375em;
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.ja {
    font-size: 1.25vw;
    margin-top: 0.390625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.ja {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.ja {
    font-size: 9.5875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.ja {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.ja {
    margin-top: 2.99609375px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a h2 > span.ja {
    font-size: 4.1025641026vw;
    margin-top: 2.5641025641vw;
  }
}
#top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper {
    width: 78.125vw;
    padding-left: 38.28125vw;
    margin-top: 1.328125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper {
    width: 599.21875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper {
    padding-left: 490px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper {
    padding-left: 293.6171875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper {
    margin-top: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper {
    margin-top: 10.18671875px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper {
    margin-top: 5.1282051282vw;
  }
}
#top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper p.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212121;
  color: #fff;
  font-family: "Orbitron", "Noto Sans JP", sans-serif;
  letter-spacing: 0.0142857143em;
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper p.btn {
    width: 9.921875vw;
    height: 2.890625vw;
    border-radius: 0.625vw;
    font-size: 1.09375vw;
    transition: background-color 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper p.btn {
    width: 127px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper p.btn {
    width: 76.10078125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper p.btn {
    height: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper p.btn {
    height: 22.17109375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper p.btn {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper p.btn {
    border-radius: 4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper p.btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper p.btn {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-full a .btn-wrapper p.btn {
    width: 33.8461538462vw;
    height: 9.4871794872vw;
    border-radius: 2.0512820513vw;
    font-size: 3.5897435897vw;
    background-color: #009C74;
  }
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-half {
    display: flex;
    justify-content: center;
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-half {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half {
    margin-top: 59.921875px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    margin-top: 20.5128205128vw;
  }
}
#top .top-banner .top-banner-wrapper .top-banner-half a {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a {
    width: 38.28125vw;
    margin-left: 1.5625vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a {
    width: 490px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a {
    width: 293.6171875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a {
    margin-left: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a {
    margin-top: 7.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a:hover img {
    transform: scale(1.02);
  }
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a:hover h2 {
    color: #009C74;
  }
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a picture {
    position: relative;
    overflow: hidden;
    border-radius: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a picture {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a picture {
    border-radius: 5.9921875px;
  }
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a picture img {
    transition: all 0.3s ease-out;
  }
}
#top .top-banner .top-banner-wrapper .top-banner-half a h2 {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a h2 {
    font-size: 1.5625vw;
    margin-top: 1.5625vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a h2 {
    font-size: 11.984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a h2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a h2 {
    margin-top: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a h2 {
    font-size: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
}
#top .top-banner .top-banner-wrapper .top-banner-half a p {
  letter-spacing: 4%;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a p {
    font-size: 1.015625vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a p {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a p {
    font-size: 7.78984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a p {
    margin-top: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #top .top-banner .top-banner-wrapper .top-banner-half a p {
    font-size: 3.3333333333vw;
    margin-top: 2.5641025641vw;
  }
}

@media screen and (min-width: 768px) {
  #news {
    padding-bottom: 10.9375vw;
    margin-top: 10.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news {
    padding-bottom: 83.890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news {
    margin-top: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news {
    margin-top: 77.8984375px;
  }
}
@media screen and (max-width: 767px) {
  #news {
    padding-bottom: 24.6153846154vw;
    margin-top: 25.641025641vw;
  }
}
@media screen and (max-width: 767px) {
  #news.single {
    margin-top: 19.2307692308vw;
  }
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-ttl {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-ttl {
    margin-bottom: 35.953125px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-ttl {
    margin-bottom: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-cat {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-cat {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-cat {
    margin-bottom: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-cat {
    margin-bottom: 5.1282051282vw;
    margin-left: 5.1282051282vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2.5641025641vw;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE & Edge */
  }
}
#news .news-ichiran-cat::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
#news .news-ichiran-cat ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-cat ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-cat ul {
    min-width: -moz-max-content;
    min-width: max-content;
    /* 横幅確保：はみ出しOKにする */
    padding-bottom: 2.5641025641vw;
    padding-right: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-cat ul li {
    margin-right: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-cat ul li {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-cat ul li {
    margin-right: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-cat ul li {
    margin-right: 3.8461538462vw;
    white-space: nowrap;
    flex-shrink: 0;
    /* はみ出しを許す（潰れないように） */
  }
}
#news .news-ichiran-cat ul li:last-child {
  margin-right: 0;
}
#news .news-ichiran-cat ul li a {
  letter-spacing: 0.0125em;
  color: #999999;
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-cat ul li a {
    font-size: 1.25vw;
    padding-bottom: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-cat ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-cat ul li a {
    font-size: 9.5875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-cat ul li a {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-cat ul li a {
    padding-bottom: 2.396875px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-cat ul li a {
    font-size: 4.1025641026vw;
    padding-bottom: 1.0256410256vw;
  }
}
#news .news-ichiran-cat ul li a.active {
  color: #212121;
  border-bottom: 1px solid #009C74;
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content {
    width: 78.125vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content {
    width: 599.21875px;
  }
}
#news .news-ichiran-content ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-content ul {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li {
    margin-top: 3.90625vw;
    margin-right: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li {
    margin-top: 29.9609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li {
    margin-right: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-content ul li {
    margin-top: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li:nth-of-type(1), #news .news-ichiran-content ul li:nth-of-type(2), #news .news-ichiran-content ul li:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-content ul li:nth-of-type(1), #news .news-ichiran-content ul li:nth-of-type(2) {
    margin-top: 0;
  }
}
#news .news-ichiran-content ul li a {
  display: block;
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li a {
    width: 25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a {
    width: 191.75px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-content ul li a {
    width: 43.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li a:hover .img {
    background-size: 110%;
  }
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li a:hover h3 {
    opacity: 0.5;
  }
}
#news .news-ichiran-content ul li a .img {
  background-position: center;
  background-size: 100%;
  border: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li a .img {
    height: 15vw;
    border-radius: 0.78125vw;
    margin-bottom: 1.5625vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a .img {
    height: 192px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a .img {
    height: 115.05px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a .img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a .img {
    border-radius: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a .img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a .img {
    margin-bottom: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-content ul li a .img {
    height: 25.641025641vw;
    border-radius: 2.5641025641vw;
    margin-bottom: 1.40625vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a .img {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a .img {
    margin-bottom: 10.7859375px;
  }
}
#news .news-ichiran-content ul li a h3 {
  font-weight: 600;
  letter-spacing: 0.0142857143em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li a h3 {
    font-size: 1.09375vw;
    margin-bottom: 1.953125vw;
    min-height: 3.984375vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a h3 {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a h3 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a h3 {
    margin-bottom: 14.98046875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a h3 {
    min-height: 51px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a h3 {
    min-height: 30.56015625px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-content ul li a h3 {
    font-size: 3.5897435897vw;
    margin-bottom: 3.8461538462vw;
    min-height: 11.5384615385vw;
  }
}
#news .news-ichiran-content ul li a p {
  display: flex;
  flex-wrap: wrap;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li a p {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-content ul li a p {
    flex-direction: column-reverse;
  }
}
#news .news-ichiran-content ul li a p > span {
  display: block;
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li a p > span.tag {
    width: 70%;
  }
}
#news .news-ichiran-content ul li a p > span.tag > span {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.0181818182em;
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    font-size: 0.859375vw;
    padding-top: 0.390625vw;
    padding-bottom: 0.390625vw;
    margin-bottom: 0.78125vw;
    padding-left: 0.9375vw;
    padding-right: 0.9375vw;
    margin-right: 0.546875vw;
    border-radius: 1.953125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    font-size: 6.59140625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    padding-top: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    padding-bottom: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    margin-bottom: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    padding-left: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    padding-right: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    margin-right: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    margin-right: 4.19453125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    border-radius: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    border-radius: 14.98046875px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.tag > span {
    font-size: 2.8205128205vw;
    padding-top: 0.5128205128vw;
    padding-bottom: 0.5128205128vw;
    margin-bottom: 1.2820512821vw;
    padding-left: 3.0769230769vw;
    padding-right: 3.0769230769vw;
    margin-right: 1.7948717949vw;
    border-radius: 6.4102564103vw;
  }
}
#news .news-ichiran-content ul li a p > span.tag > span.news_cast {
  background-color: #4387E7;
}
#news .news-ichiran-content ul li a p > span.tag > span.news_release {
  background-color: #CDA1E6;
}
#news .news-ichiran-content ul li a p > span.tag > span.news_event {
  background-color: #F15262;
}
#news .news-ichiran-content ul li a p > span.tag > span.news_notice {
  background-color: #FCEF00;
  color: #212121;
}
#news .news-ichiran-content ul li a p > span.tag > span.news_choreographer {
  background-color: #009C74;
}
#news .news-ichiran-content ul li a p > span.date {
  letter-spacing: 0.0142857143em;
  color: #999999;
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-content ul li a p > span.date {
    text-align: right;
    width: 30%;
    font-size: 1.09375vw;
    padding-top: 0.234375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a p > span.date {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.date {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-content ul li a p > span.date {
    padding-top: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.date {
    padding-top: 1.79765625px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-content ul li a p > span.date {
    font-size: 3.5897435897vw;
    margin-bottom: 3.8461538462vw;
  }
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-paging {
    margin-top: 6.25vw;
    padding-bottom: 11.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging {
    margin-top: 47.9375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging {
    padding-bottom: 144px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging {
    padding-bottom: 86.2875px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-paging {
    margin-top: 10.2564102564vw;
  }
}
#news .news-ichiran-paging .news-ichiran-paging-wrapper {
  display: flex;
  justify-content: center;
}
#news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi {
  display: flex;
  align-items: center;
}
#news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi a {
  border: none;
  padding: 0;
  margin: 0;
  color: #212121;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi a {
    font-size: 1.09375vw;
    padding-left: 0.46875vw;
    padding-right: 0.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi a {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi a {
    padding-left: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi a {
    padding-left: 3.5953125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi a {
    padding-right: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi a {
    padding-right: 3.5953125px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi a {
    font-size: 3.5897435897vw;
    padding-left: 1.5384615385vw;
    padding-right: 1.5384615385vw;
  }
}
#news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi span {
  border: none;
  padding: 0;
  margin: 0;
  color: #aaa;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi span {
    font-size: 1.09375vw;
    padding-left: 0.46875vw;
    padding-right: 0.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi span {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi span {
    padding-left: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi span {
    padding-left: 3.5953125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi span {
    padding-right: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi span {
    padding-right: 3.5953125px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .wp-pagenavi span {
    font-size: 3.5897435897vw;
    padding-left: 1.5384615385vw;
    padding-right: 1.5384615385vw;
  }
}
#news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow.left a {
  background-image: url(/assets/img/common/pageleft.svg);
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow.left a {
    margin-right: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow.left a {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow.left a {
    margin-right: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow.left a {
    margin-right: 2.5641025641vw;
  }
}
#news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow.right a {
  background-image: url(/assets/img/common/pageright.svg);
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow.right a {
    margin-left: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow.right a {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow.right a {
    margin-left: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow.right a {
    margin-left: 2.5641025641vw;
  }
}
#news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow a {
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow a {
    width: 0.625vw;
    height: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow a {
    width: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow a {
    width: 4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow a {
    height: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow a {
    height: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-ichiran-paging .news-ichiran-paging-wrapper .news-ichiran-paging-inner .arrow a {
    width: 3.5897435897vw;
    height: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  #news .news-single {
    width: 56.25vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single {
    width: 720px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single {
    width: 431.4375px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-single {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  #news .news-single .news-single-thumb {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-thumb {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-thumb {
    margin-bottom: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-single .news-single-thumb {
    margin-bottom: 5.1282051282vw;
  }
}
#news .news-single .news-single-thumb img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #news .news-single .news-single-ttl {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-ttl {
    margin-bottom: 17.9765625px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-single .news-single-ttl {
    margin-bottom: 5.1282051282vw;
  }
}
#news .news-single .news-single-ttl h1 {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.0083333333em;
}
@media screen and (min-width: 768px) {
  #news .news-single .news-single-ttl h1 {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-ttl h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-ttl h1 {
    font-size: 14.38125px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-single .news-single-ttl h1 {
    line-height: 1.8;
    font-size: 5.1282051282vw;
  }
}
#news .news-single .news-single-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-feature-settings: "palt";
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  #news .news-single .news-single-tag {
    padding-bottom: 1.171875vw;
    margin-bottom: 4.53125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-tag {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-tag {
    padding-bottom: 8.98828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-tag {
    margin-bottom: 58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-tag {
    margin-bottom: 34.7546875px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-single .news-single-tag {
    padding-bottom: 5.641025641vw;
    margin-bottom: 10.2564102564vw;
  }
}
#news .news-single .news-single-tag .tag {
  display: flex;
  align-items: center;
  width: 80%;
}
#news .news-single .news-single-tag .tag > span {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.0181818182em;
}
@media screen and (min-width: 768px) {
  #news .news-single .news-single-tag .tag > span {
    font-size: 0.859375vw;
    padding-top: 0.390625vw;
    padding-bottom: 0.390625vw;
    margin-bottom: 0.78125vw;
    padding-left: 0.9375vw;
    padding-right: 0.9375vw;
    margin-right: 0.546875vw;
    border-radius: 1.953125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-tag .tag > span {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-tag .tag > span {
    font-size: 6.59140625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-tag .tag > span {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-tag .tag > span {
    padding-top: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-tag .tag > span {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-tag .tag > span {
    padding-bottom: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-tag .tag > span {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-tag .tag > span {
    margin-bottom: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-tag .tag > span {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-tag .tag > span {
    padding-left: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-tag .tag > span {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-tag .tag > span {
    padding-right: 7.190625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-tag .tag > span {
    margin-right: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-tag .tag > span {
    margin-right: 4.19453125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-tag .tag > span {
    border-radius: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-tag .tag > span {
    border-radius: 14.98046875px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-single .news-single-tag .tag > span {
    font-size: 2.8205128205vw;
    padding-top: 0.5128205128vw;
    padding-bottom: 0.5128205128vw;
    margin-bottom: 1.2820512821vw;
    padding-left: 3.0769230769vw;
    padding-right: 3.0769230769vw;
    margin-right: 1.7948717949vw;
    border-radius: 6.4102564103vw;
  }
}
#news .news-single .news-single-tag .tag > span:last-child {
  margin-right: 0;
}
#news .news-single .news-single-tag .tag > span.news_cast {
  background-color: #4387E7;
}
#news .news-single .news-single-tag .tag > span.news_release {
  background-color: #CDA1E6;
}
#news .news-single .news-single-tag .tag > span.news_event {
  background-color: #F15262;
}
#news .news-single .news-single-tag .tag > span.news_notice {
  background-color: #FCEF00;
  color: #212121;
}
#news .news-single .news-single-tag .tag > span.news_choreographer {
  background-color: #009C74;
}
#news .news-single .news-single-tag .date {
  letter-spacing: 0.0142857143em;
  color: #999999;
  width: 20%;
}
@media screen and (min-width: 768px) {
  #news .news-single .news-single-tag .date {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-tag .date {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-tag .date {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-single .news-single-tag .date {
    font-size: 3.5897435897vw;
    padding-bottom: 0.7692307692vw;
  }
}
@media screen and (min-width: 768px) {
  #news .news-single .news-single-btn {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-btn {
    margin-top: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-single .news-single-btn {
    margin-top: 10.2564102564vw;
  }
}
#news .news-single .news-single-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212121;
  color: #fff;
  font-family: "Orbitron", "Noto Sans JP", sans-serif;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #news .news-single .news-single-btn a {
    width: 9.765625vw;
    height: 2.8125vw;
    border-radius: 0.625vw;
    font-size: 1.015625vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-btn a {
    width: 125px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-btn a {
    width: 74.90234375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-btn a {
    height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-btn a {
    height: 21.571875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-btn a {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-btn a {
    border-radius: 4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-btn a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-btn a {
    font-size: 7.78984375px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-single .news-single-btn a {
    width: 32.0512820513vw;
    height: 9.2307692308vw;
    border-radius: 2.0512820513vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #news .news-single .news-single-btn a:hover {
    background-color: #009C74;
  }
}
#news .news-single .news-single-btn a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 2.5px 7px 2.5px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (min-width: 768px) {
  #news .news-single .news-single-btn a:before {
    border-top-width: 0.234375vw;
    border-right-width: 0.390625vw;
    border-bottom-width: 0.234375vw;
    margin-right: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-btn a:before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-btn a:before {
    border-top-width: 1.79765625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-btn a:before {
    border-right-width: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-btn a:before {
    border-right-width: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-btn a:before {
    border-bottom-width: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-btn a:before {
    border-bottom-width: 1.79765625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #news .news-single .news-single-btn a:before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #news .news-single .news-single-btn a:before {
    margin-right: 5.9921875px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-single .news-single-btn a:before {
    border-top-width: 0.7692307692vw;
    border-right-width: 1.2820512821vw;
    border-bottom-width: 0.7692307692vw;
    margin-right: 2.5641025641vw;
  }
}

@media screen and (min-width: 768px) {
  .talent-single-backtotop {
    margin-top: 6.25vw;
    margin-bottom: 10.15625vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop {
    margin-top: 47.9375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop {
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop {
    margin-bottom: 77.8984375px;
  }
}
@media screen and (max-width: 767px) {
  .talent-single-backtotop {
    margin-top: 20.5128205128vw;
    margin-bottom: 20.5128205128vw;
    text-align: center;
  }
}
.talent-single-backtotop a {
  display: inline-block;
  background-color: #212121;
  color: #fff;
  vertical-align: middle;
}
.talent-single-backtotop a:before {
  content: "";
  display: inline-block;
  background-color: transparent;
  color: transparent;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 2.5px 7px 2.5px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (min-width: 768px) {
  .talent-single-backtotop a:before {
    border-top-width: 0.234375vw;
    border-right-width: 0.46875vw;
    border-bottom-width: 0.234375vw;
    margin-right: 0.78125vw;
    margin-bottom: 0.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop a:before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop a:before {
    border-top-width: 1.79765625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop a:before {
    border-right-width: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop a:before {
    border-right-width: 3.5953125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop a:before {
    border-bottom-width: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop a:before {
    border-bottom-width: 1.79765625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop a:before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop a:before {
    margin-right: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop a:before {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop a:before {
    margin-bottom: 1.1984375px;
  }
}
@media screen and (max-width: 767px) {
  .talent-single-backtotop a:before {
    border-top-width: 0.7692307692vw;
    border-right-width: 1.5384615385vw;
    border-bottom-width: 0.7692307692vw;
    margin-right: 2.5641025641vw;
    margin-bottom: 0.5128205128vw;
  }
}
@media screen and (min-width: 768px) {
  .talent-single-backtotop a {
    padding-top: 0.78125vw;
    padding-bottom: 0.78125vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    border-radius: 0.625vw;
    font-size: 1.015625vw;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop a {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop a {
    padding-top: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop a {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop a {
    padding-bottom: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop a {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop a {
    padding-left: 11.984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop a {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop a {
    padding-right: 11.984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop a {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop a {
    border-radius: 4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent-single-backtotop a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent-single-backtotop a {
    font-size: 7.78984375px;
  }
}
@media screen and (max-width: 767px) {
  .talent-single-backtotop a {
    padding-top: 2.5641025641vw;
    padding-bottom: 2.5641025641vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    border-radius: 2.0512820513vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .talent-single-backtotop a:hover {
    background-color: #009C74;
  }
}

.talent .talent-single {
  position: relative;
}
@media screen and (min-width: 768px) {
  .talent .talent-single {
    margin-top: 6.25vw;
    margin-bottom: 7.8125vw;
    width: 81.25vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single {
    margin-top: 47.9375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single {
    margin-bottom: 59.921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single {
    width: 1040px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single {
    width: 623.1875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single {
    margin-top: 24.358974359vw;
  }
}
.talent .talent-single .talent-single-thumb {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-thumb {
    width: 28.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-thumb {
    width: 370px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-thumb {
    width: 221.7109375px;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper img,
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper .noimg {
    width: 28.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper img,
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper .noimg {
    width: 370px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper img,
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper .noimg {
    width: 221.7109375px;
  }
}
.talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.fix {
  position: fixed;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.fix {
    width: 81.25vw;
    margin-top: 6.25vw;
    margin-left: -40.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.fix {
    width: 1040px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.fix {
    width: 623.1875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.fix {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.fix {
    margin-top: 47.9375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.fix {
    margin-left: -520px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.fix {
    margin-left: -311.59375px;
  }
}
.talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.absolute {
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.absolute {
    width: 81.25vw;
    margin-left: -40.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.absolute {
    width: 1040px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.absolute {
    width: 623.1875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.absolute {
    margin-left: -520px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-thumb .talent-single-thumb-wrapper.absolute {
    margin-left: -311.59375px;
  }
}
.talent .talent-single .talent-single-thumb .noimg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-thumb .noimg {
    height: 40.46875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-thumb .noimg {
    height: 518px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-thumb .noimg {
    height: 310.3953125px;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content {
    width: 50vw;
    padding-bottom: 3.203125vw;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content {
    width: 640px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content {
    width: 383.5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content {
    padding-bottom: 41px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content {
    padding-bottom: 24.56796875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content {
    display: grid;
    grid-template-rows: auto auto;
    margin-bottom: 20.5128205128vw;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-thumb {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-thumb img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-thumb .noimg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid #eee;
    height: 76.9230769231vw;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl {
    margin-top: 5.46875vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl {
    margin-top: 41.9453125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl {
    margin-bottom: 29.9609375px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span {
  display: block;
}
.talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.ja {
  letter-spacing: 0.0071428571em;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.ja {
    font-size: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.ja {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.ja {
    font-size: 16.778125px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.ja {
    font-size: 7.1794871795vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.en {
  color: #AAA;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.en {
    font-size: 1.25vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.en {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.en {
    font-size: 9.5875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.en {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.en {
    margin-top: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-ttl h1 > span.en {
    font-size: 4.1025641026vw;
    margin-top: 3.0769230769vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-cat {
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-cat {
    padding-bottom: 1.484375vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-cat {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-cat {
    padding-bottom: 11.38515625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-cat {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-cat {
    margin-bottom: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-cat {
    margin-left: 5.1282051282vw;
    margin-right: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-cat .cat span {
  letter-spacing: 0.1666666667em;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-cat .cat span {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-cat .cat span {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-cat .cat span {
    font-size: 7.190625px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-cat .cat span {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns {
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns {
    margin-top: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-sns .sns {
  display: flex;
  align-items: center;
}
.talent .talent-single .talent-single-content .talent-single-content-sns .sns a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a {
    height: 1.328125vw;
    margin-right: 1.5625vw;
    transition: opacity 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a {
    height: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a {
    height: 10.18671875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a {
    margin-right: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a {
    height: 4.358974359vw;
    margin-right: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a:hover {
    opacity: 0.5;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-sns .sns a:last-child {
  margin-right: 0;
}
.talent .talent-single .talent-single-content .talent-single-content-sns .sns a.other {
  background-image: url(/assets/img/common/icon_other.png);
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.other {
    width: 2.03125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.other {
    width: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.other {
    width: 15.5796875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.other {
    width: 6.6666666667vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-sns .sns a.ameba {
  background-image: url(/assets/img/common/icon_ameba.png);
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.ameba {
    width: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.ameba {
    width: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.ameba {
    width: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.ameba {
    width: 10.2564102564vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-sns .sns a.x {
  background-image: url(/assets/img/common/icon_x.png);
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.x {
    width: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.x {
    width: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.x {
    width: 9.5875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.x {
    width: 4.1025641026vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-sns .sns a.instagram {
  background-image: url(/assets/img/common/icon_instagram.png);
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.instagram {
    width: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.instagram {
    width: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.instagram {
    width: 9.5875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.instagram {
    width: 4.1025641026vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-sns .sns a.tiktok {
  background-image: url(/assets/img/common/icon_tiktok.png);
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.tiktok {
    width: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.tiktok {
    width: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.tiktok {
    width: 9.5875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.tiktok {
    width: 4.1025641026vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-sns .sns a.youtube {
  background-image: url(/assets/img/common/icon_youtube.png);
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.youtube {
    width: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.youtube {
    width: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.youtube {
    width: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.youtube {
    width: 5.1282051282vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-sns .sns a.fc {
  background-image: url(/assets/img/common/icon_fc.png);
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.fc {
    width: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.fc {
    width: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.fc {
    width: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-sns .sns a.fc {
    width: 3.5897435897vw;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper {
    grid-row: 3;
    overflow-x: auto;
    padding-left: 5.1282051282vw;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper {
    margin-bottom: 7.6923076923vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-photo-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Edge (Chromium) */
}
.talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo {
  display: flex;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo {
    margin-top: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo {
    padding-right: 5.1282051282vw;
    width: 146.1538461538vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo {
    width: 6.015625vw;
    height: 8.4375vw;
    margin-right: 0.390625vw;
    transition: opacity 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo {
    width: 77px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo {
    width: 46.13984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo {
    height: 108px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo {
    height: 64.715625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo {
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo {
    margin-right: 2.99609375px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo {
    width: 19.7435897436vw;
    height: 27.6923076923vw;
    margin-right: 1.2820512821vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo.active {
  border-color: #009C74;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-photo-wrapper .talent-single-content-photo .photo:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-birth {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-birth .birth {
  line-height: 1.8;
  letter-spacing: 0.1428571429em;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-birth .birth {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-birth .birth {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-birth .birth {
    font-size: 7.190625px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-birth .birth {
    font-size: 3.5897435897vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-profile {
  border-top: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile {
    margin-top: 3.125vw;
    padding-top: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile {
    margin-top: 23.96875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile {
    padding-top: 17.9765625px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile {
    padding-top: 10.2564102564vw;
    margin-left: 5.1282051282vw;
    margin-right: 5.1282051282vw;
    padding-bottom: 10.2564102564vw;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl {
    margin-bottom: 17.9765625px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl {
    margin-bottom: 10.2564102564vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-profile dl:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dt {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dt {
    margin-bottom: 5.9921875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dt {
    margin-bottom: 2.5641025641vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-profile dl dt h2 {
  letter-spacing: 0.125em;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dt h2 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dt h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dt h2 {
    font-size: 9.5875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dt h2 {
    font-size: 4.6153846154vw;
  }
}
.talent .talent-single .talent-single-content .talent-single-content-profile dl dd p {
  letter-spacing: 0.1428571429em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dd p {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dd p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dd p {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-single .talent-single-content .talent-single-content-profile dl dd p {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran {
    margin-top: 9.375vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran {
    margin-top: 71.90625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran {
    padding-bottom: 95.875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran {
    margin-top: 25.641025641vw;
    padding-bottom: 36.9230769231vw;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-ttl {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-ttl {
    margin-bottom: 47.9375px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-ttl {
    margin-bottom: 11.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-subttl {
    padding-bottom: 1.5625vw;
    margin-bottom: 2.34375vw;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-subttl {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl {
    padding-bottom: 11.984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-subttl {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl {
    margin-bottom: 17.9765625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-subttl {
    width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl {
    width: 575.25px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl {
    margin-bottom: 2.5641025641vw;
    margin-left: 5.1282051282vw;
    margin-right: 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl h2 {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl.active h2 {
    border-bottom: none;
    position: relative;
    z-index: 1;
    border-top-left-radius: 2.0512820513vw;
    border-top-right-radius: 2.0512820513vw;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl.active + .talent-ichiran-list {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-subttl.mt {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-subttl.mt {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl.mt {
    margin-top: 47.9375px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl.mt {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 27.1794871795vw;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl.mt h2 {
    width: 30.7692307692vw;
  }
}
.talent .talent-ichiran .talent-ichiran-subttl h2 {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.0125em;
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-subttl h2 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-subttl h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl h2 {
    font-size: 9.5875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-subttl h2 {
    width: 58.9743589744vw;
    height: 9.4871794872vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list {
    display: none;
  }
}
.talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper {
    width: 75vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper {
    width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper {
    width: 575.25px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper {
    padding-right: 5.1282051282vw;
    padding-left: 5.1282051282vw;
  }
}
.talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a {
  display: block;
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a {
    width: 14.0625vw;
    margin-right: 1.171875vw;
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a {
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a {
    width: 107.859375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a {
    margin-right: 8.98828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a {
    margin-top: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a {
    width: 29.2307692308vw;
    margin-right: 1.0256410256vw;
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:nth-of-type(1), .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:nth-of-type(2), .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:nth-of-type(3), .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:nth-of-type(4), .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:nth-of-type(5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:nth-of-type(1), .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:nth-of-type(2), .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:hover .img-wrap .img {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:hover h2 > span.en, .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a:hover h2 > span.ja {
    color: #009C74;
  }
}
.talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a .img-wrap {
  overflow: hidden;
  border: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a .img-wrap {
    height: 19.6875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a .img-wrap {
    height: 252px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a .img-wrap {
    height: 151.003125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a .img-wrap {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a .img-wrap {
    margin-bottom: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a .img-wrap {
    height: 42.5641025641vw;
    margin-bottom: 2.5641025641vw;
  }
}
.talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a .img-wrap .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a .img-wrap .img {
    transition: transform 0.3s ease-out;
  }
}
.talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a .img-wrap .img.no-img {
  background-size: contain;
}
.talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span {
  display: block;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span {
    transition: color 0.3s ease-out;
  }
}
.talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.ja {
  letter-spacing: 0.0125em;
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.ja {
    font-size: 1.25vw;
    margin-bottom: 0.546875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.ja {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.ja {
    font-size: 9.5875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.ja {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.ja {
    margin-bottom: 4.19453125px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.ja {
    line-height: 1.5;
    font-size: 3.3333333333vw;
    margin-bottom: 1.2820512821vw;
  }
}
.talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.en {
  color: #AAA;
  letter-spacing: 0.0833333333em;
}
@media screen and (min-width: 768px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.en {
    font-size: 0.859375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.en {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.en {
    font-size: 6.59140625px;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent-ichiran .talent-ichiran-list .talent-ichiran-list-wrapper a h2 > span.en {
    line-height: 1.5;
    font-size: 2.8205128205vw;
  }
}

@media screen and (min-width: 768px) {
  #contact {
    margin-top: 10.15625vw;
    padding-bottom: 10.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact {
    margin-top: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact {
    margin-top: 77.8984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact {
    padding-bottom: 83.890625px;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    margin-top: 25.641025641vw;
    padding-bottom: 33.3333333333vw;
  }
}
#contact .contact-process {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contact .contact-process {
    margin-top: 4.6875vw;
    margin-bottom: 4.296875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-process {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-process {
    margin-top: 35.953125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-process {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-process {
    margin-bottom: 32.95703125px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-process {
    margin-top: 10.2564102564vw;
    margin-bottom: 10.2564102564vw;
  }
}
#contact .contact-process > div {
  display: inline-block;
}
#contact .contact-process ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
#contact .contact-process ul:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #ddd;
  width: 90%;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #contact .contact-process ul:before {
    margin-top: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-process ul:before {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-process ul:before {
    margin-top: 7.190625px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-process ul:before {
    margin-top: 3.0769230769vw;
  }
}
#contact .contact-process ul li {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #contact .contact-process ul li {
    margin-right: 3.90625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-process ul li {
    margin-right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-process ul li {
    margin-right: 29.9609375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-process ul li {
    margin-right: 12.8205128205vw;
  }
}
#contact .contact-process ul li:last-child {
  margin-right: 0;
}
#contact .contact-process ul li.active > span.num {
  background-color: #009C74;
}
#contact .contact-process ul li > span {
  display: block;
  text-align: center;
}
#contact .contact-process ul li > span.num {
  border-radius: 50%;
  color: #fff;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #contact .contact-process ul li > span.num {
    width: 1.71875vw;
    height: 1.71875vw;
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-process ul li > span.num {
    width: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-process ul li > span.num {
    width: 13.1828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-process ul li > span.num {
    height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-process ul li > span.num {
    height: 13.1828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-process ul li > span.num {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-process ul li > span.num {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-process ul li > span.num {
    width: 5.641025641vw;
    height: 5.641025641vw;
    font-size: 3.5897435897vw;
  }
}
#contact .contact-process ul li > span.txt {
  letter-spacing: 0.4em;
}
@media screen and (min-width: 768px) {
  #contact .contact-process ul li > span.txt {
    font-size: 0.78125vw;
    margin-top: 0.390625vw;
    text-indent: 0.234375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-process ul li > span.txt {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-process ul li > span.txt {
    font-size: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-process ul li > span.txt {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-process ul li > span.txt {
    margin-top: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-process ul li > span.txt {
    text-indent: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-process ul li > span.txt {
    text-indent: 1.79765625px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-process ul li > span.txt {
    font-size: 2.5641025641vw;
    margin-top: 1.2820512821vw;
    text-indent: 0.5128205128vw;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper {
    width: 56.25vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper {
    width: 720px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper {
    width: 431.4375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
#contact .contact-wrapper #includeKakunin,
#contact .contact-wrapper #includeThanks {
  display: none;
}
#contact .contact-wrapper .contact-form {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form {
    padding-top: 1.953125vw;
    padding-bottom: 1.953125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form {
    padding-top: 14.98046875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form {
    padding-bottom: 14.98046875px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form {
    padding-top: 7.1794871795vw;
    padding-bottom: 7.1794871795vw;
  }
}
#contact .contact-wrapper .contact-form dl {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.953125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl {
    margin-bottom: 14.98046875px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl {
    margin-bottom: 7.1794871795vw;
  }
}
#contact .contact-wrapper .contact-form dl:last-child {
  margin-bottom: 0;
}
#contact .contact-wrapper .contact-form dl dt {
  font-weight: 600;
  letter-spacing: 0.125em;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form dl dt {
    font-size: 1.25vw;
    width: 16.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt {
    font-size: 9.5875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dt {
    width: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt {
    width: 125.8359375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt {
    font-size: 4.1025641026vw;
    margin-bottom: 3.0769230769vw;
  }
}
#contact .contact-wrapper .contact-form dl dt span {
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.2em;
  color: #ff0000;
  border: 1px solid #ff0000;
  font-feature-settings: "palt";
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form dl dt span {
    font-size: 0.78125vw;
    border-radius: 0.15625vw;
    padding-top: 0.078125vw;
    padding-bottom: 0.15625vw;
    padding-left: 0.234375vw;
    padding-right: 0.234375vw;
    margin-left: 0.546875vw;
    margin-bottom: 0.078125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dt span {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt span {
    font-size: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dt span {
    border-radius: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt span {
    border-radius: 1.1984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dt span {
    padding-top: 1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt span {
    padding-top: 0.59921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dt span {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt span {
    padding-bottom: 1.1984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dt span {
    padding-left: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt span {
    padding-left: 1.79765625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dt span {
    padding-right: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt span {
    padding-right: 1.79765625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dt span {
    margin-left: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt span {
    margin-left: 4.19453125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dt span {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt span {
    margin-bottom: 0.59921875px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dt span {
    font-size: 2.5641025641vw;
    border-radius: 0.5128205128vw;
    padding-top: 0.5128205128vw;
    padding-bottom: 0.5128205128vw;
    padding-left: 0.7692307692vw;
    padding-right: 0.7692307692vw;
    margin-left: 1.7948717949vw;
    margin-bottom: 0.5128205128vw;
  }
}
#contact .contact-wrapper .contact-form dl dd {
  letter-spacing: 0.1428571429em;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form dl dd {
    width: 39.0625vw;
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd {
    width: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd {
    width: 299.609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd {
    font-size: 3.5897435897vw;
  }
}
#contact .contact-wrapper .contact-form dl dd ul li {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form dl dd ul li:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form dl dd ul li {
    padding-left: 1.953125vw;
    margin-bottom: 0.625vw;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd ul li {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li {
    padding-left: 14.98046875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd ul li {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li {
    margin-bottom: 4.79375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li {
    padding-left: 6.4102564103vw;
    margin-bottom: 2.0512820513vw;
  }
}
#contact .contact-wrapper .contact-form dl dd ul li:last-child {
  margin-bottom: 0;
}
#contact .contact-wrapper .contact-form dl dd ul li:before, #contact .contact-wrapper .contact-form dl dd ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
#contact .contact-wrapper .contact-form dl dd ul li:before {
  border: 1px solid #ccc;
  transition: background-color 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form dl dd ul li:before {
    width: 1.09375vw;
    height: 1.09375vw;
    border-radius: 0.3125vw;
    margin-top: 0.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd ul li:before {
    width: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li:before {
    width: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd ul li:before {
    height: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li:before {
    height: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd ul li:before {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li:before {
    border-radius: 2.396875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd ul li:before {
    margin-top: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li:before {
    margin-top: 1.1984375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li:before {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    border-radius: 1.0256410256vw;
    margin-top: 0.5128205128vw;
  }
}
#contact .contact-wrapper .contact-form dl dd ul li:after {
  background-image: url(/assets/img/contact/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form dl dd ul li:after {
    width: 0.78125vw;
    height: 0.625vw;
    margin-top: 0.46875vw;
    margin-left: 0.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd ul li:after {
    width: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li:after {
    width: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd ul li:after {
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li:after {
    height: 4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd ul li:after {
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li:after {
    margin-top: 3.5953125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd ul li:after {
    margin-left: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li:after {
    margin-left: 1.1984375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd ul li:after {
    width: 2.5641025641vw;
    height: 2.0512820513vw;
    margin-top: 1.5384615385vw;
    margin-left: 0.5128205128vw;
  }
}
#contact .contact-wrapper .contact-form dl dd ul li.active:before {
  background-color: #009C74;
}
#contact .contact-wrapper .contact-form dl dd ul li.active:after {
  opacity: 1;
}
#contact .contact-wrapper .contact-form dl dd .err {
  color: #ff0000;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form dl dd .err {
    font-size: 0.78125vw;
    padding-top: 0.390625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd .err {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd .err {
    font-size: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd .err {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd .err {
    padding-top: 2.99609375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd .err {
    font-size: 2.5641025641vw;
    padding-top: 1.2820512821vw;
  }
}
#contact .contact-wrapper .contact-form dl dd input,
#contact .contact-wrapper .contact-form dl dd textarea {
  width: 100%;
  resize: none;
  border: none;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form dl dd input,
  #contact .contact-wrapper .contact-form dl dd textarea {
    padding-left: 1.171875vw;
    padding-right: 1.171875vw;
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd input,
  #contact .contact-wrapper .contact-form dl dd textarea {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd input,
  #contact .contact-wrapper .contact-form dl dd textarea {
    padding-left: 8.98828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd input,
  #contact .contact-wrapper .contact-form dl dd textarea {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd input,
  #contact .contact-wrapper .contact-form dl dd textarea {
    padding-right: 8.98828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd input,
  #contact .contact-wrapper .contact-form dl dd textarea {
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd input,
  #contact .contact-wrapper .contact-form dl dd textarea {
    padding-top: 4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form dl dd input,
  #contact .contact-wrapper .contact-form dl dd textarea {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd input,
  #contact .contact-wrapper .contact-form dl dd textarea {
    padding-bottom: 4.79375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form dl dd input,
  #contact .contact-wrapper .contact-form dl dd textarea {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    padding-top: 3.2051282051vw;
    padding-bottom: 3.2051282051vw;
  }
}
#contact .contact-wrapper .contact-form dl dd textarea {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-btn {
    margin-top: 3.515625vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn {
    margin-top: 26.96484375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn {
    margin-top: 7.1794871795vw;
  }
}
#contact .contact-wrapper .contact-form-btn p#input-privacy {
  display: inline-block;
  letter-spacing: 0.2857142857em;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy {
    font-size: 1.09375vw;
    padding-left: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy {
    padding-left: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy {
    font-size: 3.5897435897vw;
    padding-left: 5.1282051282vw;
  }
}
#contact .contact-wrapper .contact-form-btn p#input-privacy:before, #contact .contact-wrapper .contact-form-btn p#input-privacy:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
#contact .contact-wrapper .contact-form-btn p#input-privacy:before {
  border: 1px solid #ccc;
  transition: background-color 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:before {
    width: 1.09375vw;
    height: 1.09375vw;
    border-radius: 0.3125vw;
    margin-top: 0.078125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:before {
    width: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:before {
    width: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:before {
    height: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:before {
    height: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:before {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:before {
    border-radius: 2.396875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:before {
    margin-top: 1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:before {
    margin-top: 0.59921875px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:before {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    border-radius: 1.0256410256vw;
    margin-top: 0.2564102564vw;
  }
}
#contact .contact-wrapper .contact-form-btn p#input-privacy:after {
  background-image: url(/assets/img/contact/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:after {
    width: 0.78125vw;
    height: 0.625vw;
    margin-top: 0.390625vw;
    margin-left: 0.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:after {
    width: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:after {
    width: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:after {
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:after {
    height: 4.79375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:after {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:after {
    margin-top: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:after {
    margin-left: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:after {
    margin-left: 1.1984375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p#input-privacy:after {
    width: 2.5641025641vw;
    height: 2.0512820513vw;
    margin-top: 1.2820512821vw;
    margin-left: 0.5128205128vw;
  }
}
#contact .contact-wrapper .contact-form-btn p#input-privacy.active:before {
  background-color: #009C74;
}
#contact .contact-wrapper .contact-form-btn p#input-privacy.active:after {
  opacity: 1;
}
#contact .contact-wrapper .contact-form-btn p.err {
  color: #ff0000;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-btn p.err {
    font-size: 0.78125vw;
    padding-top: 0.390625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p.err {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p.err {
    font-size: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn p.err {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p.err {
    padding-top: 2.99609375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn p.err {
    font-size: 2.5641025641vw;
    padding-top: 1.2820512821vw;
  }
}
#contact .contact-wrapper .contact-form-btn #g-recaptcha {
  pointer-events: none;
  opacity: 0.5;
}
#contact .contact-wrapper .contact-form-btn #g-recaptcha.active {
  pointer-events: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-btn #g-recaptcha > div {
    margin-top: 1.5625vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn #g-recaptcha > div {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn #g-recaptcha > div {
    margin-top: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn #g-recaptcha > div {
    margin-top: 5.1282051282vw;
  }
}
#contact .contact-wrapper .contact-form-btn #submit-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn {
    margin-top: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn {
    margin-top: 10.2564102564vw;
  }
}
#contact .contact-wrapper .contact-form-btn #submit-btn.active {
  pointer-events: visible;
  opacity: 1;
}
#contact .contact-wrapper .contact-form-btn #submit-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212121;
  color: #fff;
  letter-spacing: 0.0142857143em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn a {
    width: 14.21875vw;
    height: 2.890625vw;
    font-size: 1.09375vw;
    border-radius: 0.625vw;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn a {
    width: 182px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn a {
    width: 109.0578125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn a {
    height: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn a {
    height: 22.17109375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn a {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn a {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn a {
    border-radius: 4.79375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn a {
    width: 46.6666666667vw;
    height: 9.4871794872vw;
    font-size: 3.5897435897vw;
    border-radius: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-btn #submit-btn a:hover {
    opacity: 0.5;
  }
}
#contact .contact-wrapper .contact-form-confirm-btn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-confirm-btn {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-confirm-btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-confirm-btn {
    margin-top: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-confirm-btn {
    margin-top: 7.1794871795vw;
  }
}
#contact .contact-wrapper .contact-form-confirm-btn a {
  display: block;
  text-align: center;
  letter-spacing: 0.0142857143em;
  background-color: #212121;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    font-size: 1.09375vw;
    padding-top: 0.78125vw;
    padding-bottom: 0.78125vw;
    padding-left: 2.109375vw;
    padding-right: 2.109375vw;
    margin-right: 1.171875vw;
    border-radius: 0.625vw;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    padding-top: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    padding-bottom: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    padding-left: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    padding-left: 16.17890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    padding-right: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    padding-right: 16.17890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    margin-right: 8.98828125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    border-radius: 4.79375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-form-confirm-btn a {
    font-size: 3.5897435897vw;
    padding-top: 2.5641025641vw;
    padding-bottom: 2.5641025641vw;
    padding-left: 6.9230769231vw;
    padding-right: 6.9230769231vw;
    margin-right: 3.8461538462vw;
    border-radius: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-confirm-btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-form-confirm-btn a:last-child {
    margin-right: 0;
  }
}
#contact .contact-wrapper .contact-form-confirm-btn a.correct {
  background-color: #F5F5F5;
  color: #212121;
}
#contact .contact-wrapper .contact-thanks h2 {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-thanks h2 {
    font-size: 1.25vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks h2 {
    font-size: 9.5875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks h2 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks h2 {
    margin-bottom: 9.5875px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks h2 {
    font-size: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
}
#contact .contact-wrapper .contact-thanks p {
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.2857142857em;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-thanks p {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks p {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks p {
    font-size: 3.3333333333vw;
  }
}
#contact .contact-wrapper .contact-thanks .contact-totop {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-thanks .contact-totop {
    margin-top: 2.96875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop {
    margin-top: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop {
    margin-top: 22.7703125px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop {
    margin-top: 9.2307692308vw;
  }
}
#contact .contact-wrapper .contact-thanks .contact-totop a {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.0142857143em;
  background-color: #212121;
  color: #fff;
  position: relative;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    font-size: 1.015625vw;
    padding-top: 0.78125vw;
    padding-bottom: 0.78125vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    border-radius: 0.625vw;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    font-size: 7.78984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    padding-top: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    padding-bottom: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    padding-left: 11.984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    padding-right: 11.984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    border-radius: 4.79375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a {
    font-size: 3.3333333333vw;
    padding-top: 2.5641025641vw;
    padding-bottom: 2.5641025641vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    border-radius: 2.0512820513vw;
  }
}
#contact .contact-wrapper .contact-thanks .contact-totop a:before {
  content: "";
  display: inline-block;
  background-color: transparent;
  color: transparent;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 2.5px 7px 2.5px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    border-top-width: 0.234375vw;
    border-right-width: 0.46875vw;
    border-bottom-width: 0.234375vw;
    margin-right: 0.78125vw;
    margin-bottom: 0.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    border-top-width: 1.79765625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    border-right-width: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    border-right-width: 3.5953125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    border-bottom-width: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    border-bottom-width: 1.79765625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    margin-right: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    margin-bottom: 1.1984375px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:before {
    border-top-width: 0.7692307692vw;
    border-right-width: 1.5384615385vw;
    border-bottom-width: 0.7692307692vw;
    margin-right: 2.5641025641vw;
    margin-bottom: 0.5128205128vw;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-wrapper .contact-thanks .contact-totop a:hover {
    opacity: 0.5;
  }
}

.captcha-box {
  border: 2px solid #ccc;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 250px;
  border-radius: 4px;
  position: relative;
}
.captcha-box:focus {
  outline: 2px solid #4caf50;
  outline-offset: 2px;
}

.checkbox {
  width: 22px;
  height: 22px;
  border: 2px solid #666;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  background: white;
}
.checkbox.checked {
  background-color: #4caf50;
  border-color: #4caf50;
}
.checkbox.checked::after {
  content: "✓";
  color: white;
  position: absolute;
  left: 4px;
  top: 0;
  font-weight: bold;
  font-size: 18px;
}

.label-text {
  font-size: 16px;
}

.quiz-popup {
  position: absolute;
  top: 50px;
  left: 0;
  background: white;
  border: 2px solid #4caf50;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: none;
  width: 280px;
  z-index: 10;
}
.quiz-popup.active {
  display: block;
}
.quiz-popup .quiz-instruction {
  margin-bottom: 10px;
}
.quiz-popup .images {
  display: flex;
  gap: 10px;
}
.quiz-popup .images img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border-color 0.3s;
}
.quiz-popup .images img:hover {
  border-color: #4caf50;
}
.quiz-popup .message {
  margin-top: 10px;
  font-weight: bold;
}

.shield-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 18px;
  height: 18px;
  background: #4caf50;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

@media screen and (min-width: 768px) {
  #company {
    margin-top: 10.15625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company {
    margin-top: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company {
    margin-top: 77.8984375px;
  }
}
@media screen and (max-width: 767px) {
  #company {
    margin-top: 25.641025641vw;
  }
}
@media screen and (min-width: 768px) {
  #company .company-detail {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-detail {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-detail {
    margin-top: 47.9375px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-detail {
    margin-top: 10.2564102564vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
#company .company-detail .company-detail-wrapper {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  #company .company-detail .company-detail-wrapper {
    width: 56.25vw;
    padding-top: 3.125vw;
    padding-bottom: 1.5625vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-detail .company-detail-wrapper {
    width: 720px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper {
    width: 431.4375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-detail .company-detail-wrapper {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper {
    padding-top: 23.96875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-detail .company-detail-wrapper {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper {
    padding-bottom: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper {
    padding-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
  }
}
#company .company-detail .company-detail-wrapper ul li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  #company .company-detail .company-detail-wrapper ul li {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-detail .company-detail-wrapper ul li {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li {
    margin-bottom: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li {
    margin-bottom: 5.1282051282vw;
  }
}
#company .company-detail .company-detail-wrapper ul li:last-child {
  margin-bottom: 0;
}
#company .company-detail .company-detail-wrapper ul li p {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li p {
    line-height: 1.8;
  }
}
#company .company-detail .company-detail-wrapper ul li p:nth-of-type(1) {
  font-weight: 600;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 768px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(1) {
    font-size: 1.25vw;
    width: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(1) {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(1) {
    font-size: 9.5875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(1) {
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(1) {
    width: 71.90625px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(1) {
    font-size: 4.1025641026vw;
    width: 28.2051282051vw;
  }
}
#company .company-detail .company-detail-wrapper ul li p:nth-of-type(2) {
  letter-spacing: 0.2857142857em;
}
@media screen and (min-width: 768px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(2) {
    font-size: 1.09375vw;
    width: 46.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(2) {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(2) {
    width: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(2) {
    width: 359.53125px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li p:nth-of-type(2) {
    font-size: 3.5897435897vw;
    width: 61.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li p > span.left, #company .company-detail .company-detail-wrapper ul li p > span.right {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #company .company-detail .company-detail-wrapper ul li p > span.left {
    float: left;
    width: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-detail .company-detail-wrapper ul li p > span.left {
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li p > span.left {
    width: 47.9375px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li p > span.left {
    margin-top: 3.8461538462vw;
  }
}
@media screen and (min-width: 768px) {
  #company .company-detail .company-detail-wrapper ul li p > span.right {
    float: right;
    width: 40.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-detail .company-detail-wrapper ul li p > span.right {
    width: 520px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-detail .company-detail-wrapper ul li p > span.right {
    width: 311.59375px;
  }
}
@media screen and (min-width: 768px) {
  #company .company-detail .company-detail-wrapper ul li p > span.clearboth {
    clear: both;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #company .company-banner {
    margin-top: 9.375vw;
    margin-bottom: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner {
    margin-top: 71.90625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner {
    margin-bottom: 59.921875px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-banner {
    margin-top: 20.5128205128vw;
    margin-bottom: 25.641025641vw;
  }
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul {
    display: flex;
    justify-content: space-between;
    width: 78.90625vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul {
    width: 1010px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul {
    width: 605.2109375px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul li {
    width: 39.0625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li {
    width: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li {
    width: 299.609375px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li:last-child {
    margin-bottom: 0;
  }
}
#company .company-banner .company-banner-wrapper ul li a {
  display: block;
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul li a {
    transition: opacity 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul li a:hover .img img {
    transform: scale(1.02);
  }
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul li a:hover h3 {
    color: #009C74;
  }
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul li a .img {
    overflow: hidden;
    border-radius: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a .img {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a .img {
    border-radius: 4.79375px;
  }
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul li a .img.contact {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul li a .img.contact:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/assets/img/company/banner-01-txt.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.203125vw;
    height: 4.84375vw;
    margin-left: -6.6015625vw;
    margin-top: -2.421875vw;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a .img.contact:before {
    width: 169px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a .img.contact:before {
    width: 101.26796875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a .img.contact:before {
    height: 62px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a .img.contact:before {
    height: 37.1515625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a .img.contact:before {
    margin-left: -84.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a .img.contact:before {
    margin-left: -50.633984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a .img.contact:before {
    margin-top: -31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a .img.contact:before {
    margin-top: -18.57578125px;
  }
}
#company .company-banner .company-banner-wrapper ul li a .img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul li a .img img {
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul li a .img {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a .img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a .img {
    margin-bottom: 17.9765625px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a .img {
    margin-bottom: 7.6923076923vw;
  }
}
#company .company-banner .company-banner-wrapper ul li a h3 {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul li a h3 {
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
    margin-bottom: 1.5625vw;
    font-size: 1.5625vw;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a h3 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a h3 {
    padding-left: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a h3 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a h3 {
    padding-right: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a h3 {
    margin-bottom: 11.984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a h3 {
    font-size: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a h3 {
    margin-bottom: 2.5641025641vw;
    font-size: 5.1282051282vw;
  }
}
#company .company-banner .company-banner-wrapper ul li a p {
  line-height: 1.4;
  letter-spacing: 4%;
}
@media screen and (min-width: 768px) {
  #company .company-banner .company-banner-wrapper ul li a p {
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a p {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a p {
    padding-left: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a p {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a p {
    padding-right: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #company .company-banner .company-banner-wrapper ul li a p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a p {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-banner .company-banner-wrapper ul li a p {
    line-height: 1.5;
    font-size: 3.5897435897vw;
  }
}

@media screen and (min-width: 768px) {
  #privacy {
    margin-top: 10.15625vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #privacy {
    margin-top: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #privacy {
    margin-top: 77.8984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #privacy {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #privacy {
    padding-bottom: 95.875px;
  }
}
@media screen and (max-width: 767px) {
  #privacy {
    margin-top: 25.641025641vw;
    padding-bottom: 25.641025641vw;
  }
}
#privacy .privacy-content {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  #privacy .privacy-content {
    margin-top: 6.25vw;
    padding-top: 3.125vw;
    width: 56.25vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #privacy .privacy-content {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #privacy .privacy-content {
    margin-top: 47.9375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #privacy .privacy-content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #privacy .privacy-content {
    padding-top: 23.96875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #privacy .privacy-content {
    width: 720px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #privacy .privacy-content {
    width: 431.4375px;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-content {
    border-bottom: 1px solid #ddd;
    margin-top: 10.2564102564vw;
    padding-bottom: 7.1794871795vw;
    padding-top: 7.1794871795vw;
    margin-left: 5.1282051282vw;
    margin-right: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  #privacy .privacy-content dl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #privacy .privacy-content dl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #privacy .privacy-content dl {
    margin-bottom: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-content dl {
    margin-bottom: 7.1794871795vw;
  }
}
#privacy .privacy-content dl:last-child {
  margin-bottom: 0;
}
#privacy .privacy-content dl dt {
  font-weight: 600;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 768px) {
  #privacy .privacy-content dl dt {
    font-size: 1.25vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #privacy .privacy-content dl dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #privacy .privacy-content dl dt {
    font-size: 9.5875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #privacy .privacy-content dl dt {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #privacy .privacy-content dl dt {
    margin-bottom: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-content dl dt {
    font-size: 4.1025641026vw;
    margin-bottom: 3.0769230769vw;
  }
}
#privacy .privacy-content dl dd {
  letter-spacing: 0.0142857143em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #privacy .privacy-content dl dd {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #privacy .privacy-content dl dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #privacy .privacy-content dl dd {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-content dl dd {
    font-size: 3.5897435897vw;
    line-height: 1.8;
  }
}
#privacy .privacy-content dl dd ul {
  padding-left: 2.4em;
  text-indent: -1em;
}
#privacy .privacy-content dl dd ul.level01.type1 > li > span {
  margin-right: 0.7em;
}
@media screen and (min-width: 768px) {
  #privacy .privacy-content dl dd ul.level01.withmb > li {
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #privacy .privacy-content dl dd ul.level01.withmb > li {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #privacy .privacy-content dl dd ul.level01.withmb > li {
    margin-bottom: 14.38125px;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-content dl dd ul.level01.withmb > li {
    margin-bottom: 2.0512820513vw;
  }
}
#privacy .privacy-content dl dd ul.level01.withmb > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #privacy .privacy-content dl dd ul li {
    margin-top: 0.390625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #privacy .privacy-content dl dd ul li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #privacy .privacy-content dl dd ul li {
    margin-top: 2.99609375px;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-content dl dd ul li {
    margin-top: 1.2820512821vw;
  }
}
#privacy .privacy-content dl dd ul li > span {
  display: inline-block;
  margin-right: 1em;
}
#privacy .privacy-content dl dd ul.level03 {
  padding-left: 1.5em;
  text-indent: -0.7em;
}
#privacy .privacy-content dl dd ul.level03 > li > span {
  display: inline-block;
  margin-right: 0.5em;
}

@media screen and (min-width: 768px) {
  #hakolog {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog {
    margin-top: 47.9375px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog {
    margin-top: 14.358974359vw;
  }
}
#hakolog .hakolog-mv h1 img {
  width: 100%;
}
#hakolog .hakolog-about {
  position: relative;
  z-index: 1;
}
#hakolog .hakolog-about:before, #hakolog .hakolog-about:after {
  content: "";
  position: absolute;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about:before, #hakolog .hakolog-about:after {
    width: 18.90625vw;
    height: 26.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about:before, #hakolog .hakolog-about:after {
    width: 242px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about:before, #hakolog .hakolog-about:after {
    width: 145.0109375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about:before, #hakolog .hakolog-about:after {
    height: 340px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about:before, #hakolog .hakolog-about:after {
    height: 203.734375px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about:before, #hakolog .hakolog-about:after {
    width: 23.5897435897vw;
    height: 33.0769230769vw;
  }
}
#hakolog .hakolog-about:before {
  left: 0;
  background-image: url(/assets/img/hakolog/bg-01.png);
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about:before {
    background-image: url(/assets/img/hakolog/bg-01.sp.png);
  }
}
#hakolog .hakolog-about:after {
  right: 0;
  background-image: url(/assets/img/hakolog/bg-02.png);
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about:after {
    background-image: url(/assets/img/hakolog/bg-02.sp.png);
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper {
  position: relative;
  z-index: 1;
}
#hakolog .hakolog-about .hakolog-about-wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  background-color: #009C74;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper:after {
    height: 49.21875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper:after {
    height: 630px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper:after {
    height: 377.5078125px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper:after {
    height: 161.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top {
    padding-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top {
    padding-top: 47.9375px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top {
    padding-top: 20.5128205128vw;
  }
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl {
    margin-bottom: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl {
    margin-bottom: 10.2564102564vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 {
    margin-bottom: 11.984375px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 {
    margin-bottom: 3.8461538462vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span {
  display: block;
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.icon img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.icon img {
    width: 1.328125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.icon img {
    width: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.icon img {
    width: 10.18671875px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.icon img {
    width: 4.358974359vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.txt {
  color: #fff;
  font-family: "Orbitron", "Noto Sans JP", sans-serif;
  letter-spacing: 0.7142857143em;
  margin-left: 0.7142857143em;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.txt {
    margin-top: 0.78125vw;
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.txt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.txt {
    margin-top: 5.9921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.txt {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl h2 > span.txt {
    margin-top: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl p {
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.0625em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl p {
    font-size: 9.5875px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-ttl p {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div {
    display: flex;
    justify-content: center;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl {
  background-image: url(/assets/img/hakolog/bg-04.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl:first-child {
  background-image: url(/assets/img/hakolog/bg-03.png);
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl:first-child {
    background-image: url(/assets/img/hakolog/bg-03.sp.png);
    width: 91.0256410256vw;
    height: 159.4871794872vw;
  }
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl {
    width: 38.671875vw;
    height: 43.359375vw;
    margin-right: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl {
    width: 495px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl {
    width: 296.61328125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl {
    height: 555px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl {
    height: 332.56640625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl {
    margin-right: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl {
    background-image: url(/assets/img/hakolog/bg-04.sp.png);
    width: 91.0256410256vw;
    height: 122.5641025641vw;
    margin-bottom: 10.2564102564vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt {
    margin-bottom: 17.9765625px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 {
    padding-top: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 {
    padding-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 {
    padding-top: 71.90625px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 {
    padding-top: 30.7692307692vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span {
  display: block;
  font-weight: 600;
  font-feature-settings: "palt";
  text-align: center;
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.one {
  letter-spacing: 0.0625em;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.one {
    font-size: 1.25vw;
    margin-bottom: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.one {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.one {
    font-size: 9.5875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.one {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.one {
    margin-bottom: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.one {
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.two {
  letter-spacing: 0.0416666667em;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.two {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.two {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.two {
    font-size: 14.38125px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dt h2 > span.two {
    font-size: 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dd {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dd {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dd {
    padding-left: 23.96875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dd {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dd {
    padding-right: 23.96875px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dd {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dd p {
  letter-spacing: 0.0625em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dd p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dd p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dd p {
    font-size: 9.5875px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-top .hakolog-about-top-desc > div dl dd p {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-tweets {
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-tweets {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-tweets {
    margin-top: 59.921875px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-tweets {
    margin-top: 15.3846153846vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-tweets .hakolog-about-tweets-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-tweets .hakolog-about-tweets-wrapper {
    width: 42.96875vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-tweets .hakolog-about-tweets-wrapper {
    width: 550px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-tweets .hakolog-about-tweets-wrapper {
    width: 329.5703125px;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-tweets .hakolog-about-tweets-wrapper .twitter-tweet {
  margin: auto;
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube {
    margin-top: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube {
    margin-top: 59.921875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube {
    margin-bottom: 59.921875px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube {
    margin-top: 25.641025641vw;
    margin-bottom: 33.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl {
    margin-bottom: 17.9765625px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl {
    margin-bottom: 5.1282051282vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl h2 {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl h2 {
    font-size: 2.03125vw;
    margin-bottom: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl h2 {
    font-size: 15.5796875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl h2 {
    margin-bottom: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl h2 {
    line-height: 1.5;
    font-size: 6.6666666667vw;
    margin-bottom: 3.0769230769vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl p {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl p {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl p {
    font-size: 10.7859375px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-ttl p {
    font-size: 4.6153846154vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-wrapper {
    width: 50vw;
    height: 28.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-wrapper {
    width: 640px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-wrapper {
    width: 383.5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-wrapper {
    height: 360px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-wrapper {
    height: 215.71875px;
  }
}
@media screen and (max-width: 767px) {
  #hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-wrapper {
    width: 89.7435897436vw;
    height: 50.5128205128vw;
  }
}
#hakolog .hakolog-about .hakolog-about-wrapper .hakolog-about-youtube .hakolog-about-youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixedBody {
  width: 100%;
}

#main {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
#main picture,
#main img {
  display: block;
  max-width: 100%;
}
#main .h1-common {
  text-align: center;
}
#main .h1-common > span {
  display: block;
  font-weight: 600;
}
#main .h1-common > span.en {
  font-family: "Orbitron", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #main .h1-common > span.en {
    font-size: 3.125vw;
    margin-bottom: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main .h1-common > span.en {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main .h1-common > span.en {
    font-size: 23.96875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main .h1-common > span.en {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main .h1-common > span.en {
    margin-bottom: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  #main .h1-common > span.en {
    font-size: 8.2051282051vw;
    margin-bottom: 3.8461538462vw;
  }
}
#main .h1-common > span.ja {
  letter-spacing: 0.0142857143em;
}
@media screen and (min-width: 768px) {
  #main .h1-common > span.ja {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main .h1-common > span.ja {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main .h1-common > span.ja {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  #main .h1-common > span.ja {
    font-size: 3.5897435897vw;
  }
}
#main #breadcrumbs {
  border-top: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  #main #breadcrumbs {
    padding-top: 1.015625vw;
    padding-bottom: 1.171875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #breadcrumbs {
    padding-top: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #breadcrumbs {
    padding-top: 7.78984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #breadcrumbs {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #breadcrumbs {
    padding-bottom: 8.98828125px;
  }
}
@media screen and (max-width: 767px) {
  #main #breadcrumbs {
    padding-top: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
#main #breadcrumbs ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #main #breadcrumbs ul {
    width: 78.125vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #breadcrumbs ul {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #breadcrumbs ul {
    width: 599.21875px;
  }
}
#main #breadcrumbs ul li {
  position: relative;
  display: flex;
  align-items: center;
}
#main #breadcrumbs ul li:after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/img/common/arrow.png);
}
@media screen and (min-width: 768px) {
  #main #breadcrumbs ul li:after {
    width: 0.390625vw;
    height: 0.859375vw;
    margin-left: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #breadcrumbs ul li:after {
    width: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #breadcrumbs ul li:after {
    width: 2.99609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #breadcrumbs ul li:after {
    height: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #breadcrumbs ul li:after {
    height: 6.59140625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #breadcrumbs ul li:after {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #breadcrumbs ul li:after {
    margin-left: 5.9921875px;
  }
}
@media screen and (max-width: 767px) {
  #main #breadcrumbs ul li:after {
    background-image: url(/assets/img/common/arrow.sp.png);
    width: 1.0256410256vw;
    height: 2.5641025641vw;
    margin-left: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  #main #breadcrumbs ul li {
    margin-right: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #breadcrumbs ul li {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #breadcrumbs ul li {
    margin-right: 5.9921875px;
  }
}
@media screen and (max-width: 767px) {
  #main #breadcrumbs ul li {
    margin-right: 2.5641025641vw;
  }
}
#main #breadcrumbs ul li:last-child {
  margin-right: 0;
}
#main #breadcrumbs ul li:last-child:after {
  display: none;
}
#main #breadcrumbs ul li a {
  color: #AAA;
  letter-spacing: 0.0083333333em;
}
#main #breadcrumbs ul li a.disabled {
  color: #515151;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #main #breadcrumbs ul li a:hover {
    color: #009C74;
  }
}
@media screen and (min-width: 768px) {
  #main #breadcrumbs ul li a {
    font-size: 0.9375vw;
    transition: color 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #breadcrumbs ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #breadcrumbs ul li a {
    font-size: 7.190625px;
  }
}
@media screen and (max-width: 767px) {
  #main #breadcrumbs ul li a {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper {
    margin-top: 47.9375px;
  }
}
#main #include-contact .include-contact-wrapper > h2 {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper > h2 {
    letter-spacing: 0.2857142857em;
    text-align: center;
    font-size: 1.09375vw;
    margin-bottom: 2.734375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper > h2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper > h2 {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper > h2 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper > h2 {
    margin-bottom: 20.97265625px;
  }
}
@media screen and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper > h2 {
    font-size: 4.1025641026vw;
    margin-bottom: 20.5128205128vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    line-height: 1.8;
  }
}
#main #include-contact .include-contact-wrapper a {
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a {
    border-radius: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a {
    border-radius: 4.79375px;
  }
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a:hover > div {
    background-size: 105%;
  }
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a:hover > div p {
    background-color: #009C74;
  }
}
#main #include-contact .include-contact-wrapper a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a > div {
    transition: background-size 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a.contact {
    width: 78.125vw;
    height: 23.4375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.contact {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact {
    width: 599.21875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.contact {
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact {
    height: 179.765625px;
  }
}
@media screen and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact {
    width: 100%;
    height: 84.6153846154vw;
  }
}
#main #include-contact .include-contact-wrapper a.contact > div {
  background-image: url(/assets/img/talent/banner-01.jpg);
}
@media screen and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact > div {
    background-image: url(/assets/img/talent/banner-01.sp.jpg);
  }
}
#main #include-contact .include-contact-wrapper a.contact.choreographer > div {
  background-image: url(/assets/img/talent/banner-02.jpg);
}
@media screen and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact.choreographer > div {
    background-image: url(/assets/img/talent/banner-02.sp.jpg);
  }
}
#main #include-contact .include-contact-wrapper a.contact.dancer-actor > div {
  background-image: url(/assets/img/talent/banner-03.jpg);
}
@media screen and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact.dancer-actor > div {
    background-image: url(/assets/img/talent/banner-03.sp.jpg);
  }
}
#main #include-contact .include-contact-wrapper a.contact h2 > span {
  display: block;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-align: center;
}
#main #include-contact .include-contact-wrapper a.contact h2 > span.en {
  font-family: "Orbitron", "Noto Sans JP", sans-serif;
  letter-spacing: 0.0625em;
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a.contact h2 > span.en {
    font-size: 2.5vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.contact h2 > span.en {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact h2 > span.en {
    font-size: 19.175px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.contact h2 > span.en {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact h2 > span.en {
    margin-bottom: 5.9921875px;
  }
}
@media screen and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact h2 > span.en {
    font-size: 7.1794871795vw;
    margin-bottom: 1.2820512821vw;
  }
}
#main #include-contact .include-contact-wrapper a.contact h2 > span.ja {
  letter-spacing: 0.1466666667em;
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a.contact h2 > span.ja {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.contact h2 > span.ja {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact h2 > span.ja {
    font-size: 9.5875px;
  }
}
@media screen and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact h2 > span.ja {
    font-size: 4.1025641026vw;
  }
}
#main #include-contact .include-contact-wrapper a.contact p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.0142857143em;
  background-color: #212121;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    margin-top: 1.5625vw;
    width: 12.421875vw;
    height: 2.890625vw;
    font-size: 1.09375vw;
    border-radius: 0.625vw;
    transition: background-color 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    margin-top: 11.984375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    width: 159px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    width: 95.27578125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    height: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    height: 22.17109375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    font-size: 8.3890625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    border-radius: 4.79375px;
  }
}
@media screen and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.contact p {
    margin-top: 5.1282051282vw;
    width: 33.8461538462vw;
    height: 9.4871794872vw;
    font-size: 3.5897435897vw;
    border-radius: 2.0512820513vw;
    background-color: #009C74;
  }
}
#main #include-contact .include-contact-wrapper a.hakolog {
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a.hakolog {
    width: 39.0625vw;
    height: 19.53125vw;
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.hakolog {
    width: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.hakolog {
    width: 299.609375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.hakolog {
    height: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.hakolog {
    height: 149.8046875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.hakolog {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.hakolog {
    margin-top: 23.96875px;
  }
}
#main #include-contact .include-contact-wrapper a.hakolog > div {
  align-items: flex-start;
  background-image: url(/assets/img/company/hakolog.jpg);
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a.hakolog > div {
    padding-left: 26.953125vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.hakolog > div {
    padding-left: 345px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.hakolog > div {
    padding-left: 206.73046875px;
  }
}
#main #include-contact .include-contact-wrapper a.hakolog h3 {
  font-weight: 600;
  letter-spacing: 0.0554568077em;
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a.hakolog h3 {
    font-size: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.hakolog h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.hakolog h3 {
    font-size: 16.778125px;
  }
}
#main #include-contact .include-contact-wrapper a.hakolog p {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.0146252285em;
  background-color: #212121;
  color: #fff;
  font-family: "Orbitron", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  #main #include-contact .include-contact-wrapper a.hakolog p {
    margin-top: 1.953125vw;
    width: 7.734375vw;
    height: 2.265625vw;
    font-size: 0.859375vw;
    border-radius: 0.625vw;
    transition: background-color 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.hakolog p {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.hakolog p {
    margin-top: 14.98046875px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.hakolog p {
    width: 99px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.hakolog p {
    width: 59.32265625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.hakolog p {
    height: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.hakolog p {
    height: 17.37734375px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.hakolog p {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.hakolog p {
    font-size: 6.59140625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #main #include-contact .include-contact-wrapper a.hakolog p {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #main #include-contact .include-contact-wrapper a.hakolog p {
    border-radius: 4.79375px;
  }
}

/* 最初は非表示 */
.scrolltotop-wrapper {
  position: relative;
}
.scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop {
  position: fixed;
  right: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop {
    bottom: 2.734375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop {
    bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop {
    bottom: 20.97265625px;
  }
}
@media screen and (max-width: 767px) {
  .scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop {
    bottom: 8.9743589744vw;
  }
}
.scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop.absolute {
  position: absolute;
}
.scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop.active {
  opacity: 1;
  pointer-events: visible;
}
.scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop a {
  display: block;
}
@media screen and (min-width: 768px) {
  .scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop a {
    width: 3.59375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop a {
    width: 46px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop a {
    width: 27.5640625px;
  }
}
@media screen and (max-width: 767px) {
  .scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop a {
    width: 11.7948717949vw;
  }
}
@media screen and (min-width: 768px) {
  .scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop a:hover img {
    opacity: 0.5;
  }
}
.scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop a picture,
.scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop a picture,
  .scrolltotop-wrapper .scrolltotop-wrapper-inner #scrolltotop a img {
    transition: all 0.3s ease-in-out;
  }
}