/* COMPASS
 * ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
* ----------------------------------------------- */
/* MEDIA QUERIES
* ----------------------------------------------- */
/* ADDITIONAL RESET
* ----------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

body {
  overflow-x: hidden;
}

/* PRINTING
* ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
* ----------------------------------------------- */
@font-face {
  font-family: "Hakuhodo font";
  src: url("../font/NewFont-Regular.eot");
  src: url("../font/NewFont-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NewFont-Regular.woff2") format("woff2"), url("../font/NewFont-Regular.woff") format("woff"), url("../font/NewFont-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #000;
  font-family: "Hakuhodo font", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  font-style: normal;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "Hakuhodo font", serif;
}

/* HELPERS
* ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.wrapper {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE
* ----------------------------------------------- */
@media print, (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
  html {
    font-size: 26.6666666667vw;
  }
  body {
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .container {
    width: auto;
    min-width: 320px;
  }
  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
/* COMMON HEADER
* ----------------------------------------------- */
.header {
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .header .btn-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
}
.header .header-inner {
  width: 100%;
  padding: 40px 30px 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .header .header-inner {
    padding: 15px 30px 15px;
  }
}
@media (max-width: 768px) {
  .header .header-inner {
    padding: 0.2rem 0.2rem 0.14rem;
  }
}
.header .header-inner .wrapper {
  height: 100%;
  max-width: 100%;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #fff;
  padding-right: 75px;
}
@media (max-width: 768px) {
  .header .header-inner .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.logo-col {
  margin-left: 10px;
  width: 182px;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  .logo-col {
    margin-left: 0;
    width: 1.82rem;
  }
}
.logo-col .logo {
  display: block;
}
.logo-col .logo-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-col .logo-group img:nth-child(1) {
  width: 100px;
}
@media (max-width: 768px) {
  .logo-col .logo-group img:nth-child(1) {
    width: 1rem;
  }
}
.logo-col .logo-group img:nth-child(2) {
  width: 73px;
}
@media (max-width: 768px) {
  .logo-col .logo-group img:nth-child(2) {
    width: 0.73rem;
  }
}

.txt-logo {
  margin-top: 10px;
  margin-left: 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
  display: block;
}
.txt-logo .txt-en {
  font-size: 16px;
  font-weight: 500;
  display: block;
  letter-spacing: -0.02em;
}
.txt-logo .txt-ja {
  margin-top: -4px;
  display: block;
}
@media (max-width: 768px) {
  .txt-logo {
    margin-top: 0.07rem;
    font-size: 0.1rem;
  }
  .txt-logo .txt-en {
    font-size: 0.14rem;
  }
}

.main-menu {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 850px) {
  .main-menu {
    display: none !important;
  }
}

.btn-menu {
  width: 100px;
  height: 140px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  transition: all 0.35s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-menu.open {
  width: 140px;
  height: 100px;
}
@media (max-width: 768px) {
  .btn-menu.open {
    width: 0.6rem;
    height: 0.7rem;
  }
}
@media (max-width: 1199px) {
  .btn-menu {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .btn-menu {
    width: 0.6rem;
    height: 0.7rem;
  }
}
.btn-menu.small {
  width: 80px;
  height: 80px;
}
.btn-menu.small .hamburger-menu {
  width: 45px;
}
@media (max-width: 768px) {
  .btn-menu.small {
    width: 0.6rem;
    height: 0.6rem;
  }
  .btn-menu.small .hamburger-menu {
    width: 0.3rem;
  }
}

.header-btn {
  position: absolute;
  top: 50%;
  right: 105px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.header-btn a {
  display: block;
  text-align: center;
  width: 200px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 20px;
}
.header-btn a span {
  line-height: 1;
}
@media (max-width: 1499px) {
  .header-btn {
    right: 65px;
  }
  .header-btn a {
    font-size: 18px;
    width: 150px;
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .header-btn {
    bottom: 0;
    top: auto;
    right: 0.28rem;
    transform: none;
  }
  .header-btn a {
    font-size: 0.14rem;
    width: 1.25rem;
    height: 0.3rem;
    line-height: 0.28rem;
  }
}

.hamburger-menu {
  width: 60px;
  height: 24px;
  position: relative;
  margin: 27px auto;
  transform: rotate(90deg) translate3d(0, 0, 0);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hamburger-menu {
    width: 0.3rem;
    height: 0.17rem;
  }
}
.hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .hamburger-menu span {
    height: 2px;
  }
}
.hamburger-menu span:nth-child(even) {
  left: 50%;
}
.hamburger-menu span:nth-child(odd) {
  left: 0;
}
.hamburger-menu span:nth-child(1), .hamburger-menu span:nth-child(2) {
  top: 0;
}
.hamburger-menu span:nth-child(3), .hamburger-menu span:nth-child(4) {
  top: 10px;
}
@media (max-width: 768px) {
  .hamburger-menu span:nth-child(3), .hamburger-menu span:nth-child(4) {
    top: 0.07rem;
  }
}
.hamburger-menu span:nth-child(5), .hamburger-menu span:nth-child(6) {
  top: 21px;
  width: 33.33%;
}
@media (max-width: 768px) {
  .hamburger-menu span:nth-child(5), .hamburger-menu span:nth-child(6) {
    top: 0.14rem;
    width: 50%;
  }
}
.hamburger-menu span:nth-child(6) {
  width: 0;
}
.open .hamburger-menu span {
  background: #fff;
}
.open .hamburger-menu span:nth-child(1), .open .hamburger-menu span:nth-child(6) {
  transform: rotate(45deg);
}
.open .hamburger-menu span:nth-child(2), .open .hamburger-menu span:nth-child(5) {
  transform: rotate(-45deg);
  width: 50%;
}
.open .hamburger-menu span:nth-child(1) {
  left: 3px;
  top: 0;
}
@media (max-width: 768px) {
  .open .hamburger-menu span:nth-child(1) {
    left: 0rem;
    top: 0.02rem;
  }
}
.open .hamburger-menu span:nth-child(2) {
  left: calc(50% - 7px);
  top: 0;
}
@media (max-width: 768px) {
  .open .hamburger-menu span:nth-child(2) {
    left: calc(50% - 0.06rem);
    top: 0.02rem;
  }
}
.open .hamburger-menu span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.open .hamburger-menu span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.open .hamburger-menu span:nth-child(5) {
  left: 3px;
  top: 20px;
}
@media (max-width: 768px) {
  .open .hamburger-menu span:nth-child(5) {
    left: 0;
    top: 0.12rem;
  }
}
.open .hamburger-menu span:nth-child(6) {
  left: calc(50% - 7px);
  top: 20px;
  width: 50%;
}
@media (max-width: 768px) {
  .open .hamburger-menu span:nth-child(6) {
    left: calc(50% - 0.06rem);
    top: 0.12rem;
  }
}

.navigation-wrap {
  width: 100%;
}

.navigation {
  padding-right: 75px;
  width: 100%;
  text-align: right;
}
.navigation ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation ul li {
  padding: 0 15px 0 13px;
}
@media (max-width: 992px) {
  .navigation ul li {
    padding: 0 8px;
  }
}
.navigation ul li a {
  font-size: 14px;
  line-height: 1;
  position: relative;
}
@media (max-width: 992px) {
  .navigation ul li a {
    font-size: 12px;
  }
}
.navigation ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: width ease-in-out 0.3s;
}
.navigation ul li a:hover:after {
  width: 100%;
  transition: width ease-in-out 0.3s;
}
.navigation ul li.active a:after {
  width: 100%;
}

.detail-menu {
  padding: 50px 100px;
  width: 730px;
  min-width: 500px;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  display: none;
}
.detail-menu:after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  .detail-menu:after {
    content: none;
  }
}
@media (max-width: 768px) {
  .detail-menu {
    padding: 0.7rem 0.2rem 1.5rem;
    min-width: 100%;
    width: 100%;
    top: 0;
  }
}
.detail-menu .logo-detail-menu {
  font-size: 10px;
  line-height: 1.6;
}
.detail-menu .wrapper-menu {
  max-width: 980px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .detail-menu .wrapper-menu {
    margin-top: 0;
  }
}

.list-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-menu li {
  padding: 15px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .list-menu li {
    padding: 0.1rem 0;
    width: 100%;
  }
  .list-menu li:last-child {
    border-bottom: 0;
  }
}
.list-menu li:nth-child(6) {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 38px;
}
@media (max-width: 768px) {
  .list-menu li:nth-child(6) {
    margin-top: 0.1rem;
    padding-top: 0.15rem;
  }
}
.list-menu li:nth-child(6) span.txt-en {
  font-size: 30px;
  line-height: 38px;
}
.list-menu li:nth-child(6) span.txt-en:before, .list-menu li:nth-child(6) span.txt-en:after {
  display: none;
}
@media (max-width: 768px) {
  .list-menu li:nth-child(6) span.txt-en {
    font-size: 0.18rem;
  }
}
.list-menu li:nth-last-child(1) span.txt-en {
  font-size: 30px;
  line-height: 38px;
}
.list-menu li:nth-last-child(1) span.txt-en:before, .list-menu li:nth-last-child(1) span.txt-en:after {
  display: none;
}
@media (max-width: 768px) {
  .list-menu li:nth-last-child(1) span.txt-en {
    font-size: 0.18rem;
  }
}
.list-menu li:nth-child(6) span.txt-ja, .list-menu li:nth-child(7) span.txt-ja {
  font-size: 26px;
  letter-spacing: normal;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .list-menu li:nth-child(6) span.txt-ja, .list-menu li:nth-child(7) span.txt-ja {
    font-size: 0.18rem;
  }
}
.list-menu li a, .list-menu li .dropdown {
  color: #fff;
  opacity: 0.4;
  transition: all 0.35s ease;
  display: block;
}
.list-menu li a.active, .list-menu li .dropdown.active {
  opacity: 1;
}
.list-menu li a.active span, .list-menu li .dropdown.active span {
  font-size: 50px;
  line-height: 1.1;
}
.list-menu li a.active span:before, .list-menu li a.active span:after, .list-menu li .dropdown.active span:before, .list-menu li .dropdown.active span:after {
  display: none;
}
@media (max-width: 768px) {
  .list-menu li a.active span, .list-menu li .dropdown.active span {
    font-size: 0.4rem;
  }
}
@media (min-width: 769px) {
  .list-menu li a:hover, .list-menu li .dropdown:hover {
    opacity: 1;
  }
}
.list-menu li a img, .list-menu li .dropdown img {
  margin-top: -4px;
  display: inline-block;
  width: 12px;
}
@media (max-width: 768px) {
  .list-menu li a img, .list-menu li .dropdown img {
    margin-top: -0.04rem;
    padding-left: 0.07rem;
    width: 0.2rem;
  }
}
.list-menu li.menu-first {
  padding-top: 0;
}
.list-menu li span {
  line-height: 1;
  display: block;
}
@media (max-width: 768px) {
  .list-menu li span {
    line-height: 1.2;
  }
}
.list-menu li span.txt-en {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0em;
  position: relative;
}
.list-menu li span.txt-en:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 54px;
  height: 1px;
  display: block;
  background: currentColor;
}
.list-menu li span.txt-en:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 20px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  display: block;
  background: currentColor;
}
@media (max-width: 768px) {
  .list-menu li span.txt-en {
    font-size: 0.26rem;
    letter-spacing: 0.05em;
  }
  .list-menu li span.txt-en:before {
    width: 0.53rem;
  }
  .list-menu li span.txt-en:after {
    width: 0.2rem;
  }
}
.list-menu li span.txt-en:nth-last-child(1):before, .list-menu li span.txt-en:nth-last-child(1):after {
  display: none;
}
.list-menu li span.dropdown {
  margin-bottom: 10px;
}
.list-menu li span.dropdown + ul li {
  padding: 7px 0;
}
.list-menu li span.dropdown + ul li span.txt-ja {
  padding-top: 0;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}
.list-menu li span.dropdown + ul li span.txt-ja:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 54px;
  height: 1px;
  display: block;
  background: currentColor;
}
.list-menu li span.dropdown + ul li span.txt-ja:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 20px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  display: block;
  background: currentColor;
}
@media (max-width: 768px) {
  .list-menu li span.dropdown + ul li span.txt-ja {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .list-menu li span.dropdown + ul li span {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}
.list-menu li span.dropdown + ul li a.active span {
  opacity: 1;
  font-size: 30px;
  line-height: 1.1;
  padding: 2px 0;
}
.list-menu li span.dropdown + ul li a.active span:before, .list-menu li span.dropdown + ul li a.active span:after {
  display: none;
}
@media (max-width: 768px) {
  .list-menu li span.dropdown + ul li a.active span {
    font-size: 0.22rem;
    padding: 0;
  }
}
.list-menu li span.dropdown:before, .list-menu li span.dropdown:after {
  display: none;
}
.list-menu li span img {
  margin-left: 10px;
}

.list-ex-link {
  margin-top: 163px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1900px) {
  .list-ex-link {
    margin-top: 230px;
  }
}
@media (max-width: 768px) {
  .list-ex-link {
    margin-top: 0.63rem;
  }
}
.list-ex-link li {
  width: 48.7588652482%;
  height: auto;
  margin-bottom: 10px;
}
.list-ex-link li:nth-child(1) .student-link img {
  width: 77%;
}
@media (min-width: 1900px) {
  .list-ex-link li:nth-child(1) .student-link img {
    width: auto;
  }
}
.list-ex-link li:nth-child(2) .student-link img {
  width: 100%;
}
.list-ex-link li:nth-child(3) .student-link img {
  width: 80%;
}
@media (min-width: 1900px) {
  .list-ex-link li:nth-child(3) .student-link img {
    width: auto;
  }
}
.list-ex-link li:nth-child(4) .student-link img {
  width: 50%;
}
@media (min-width: 1900px) {
  .list-ex-link li:nth-child(4) .student-link img {
    width: auto;
  }
}
@media (min-width: 1900px) {
  .list-ex-link li {
    margin-bottom: 13px;
  }
}
@media (max-width: 768px) {
  .list-ex-link li {
    margin-bottom: 0.08rem;
  }
}
.list-ex-link li .student-link {
  padding: 0 15px;
  width: 100%;
  height: auto;
  background-color: #EDEEF0;
  padding-bottom: 59.5%;
  position: relative;
  display: block;
  border: 2px solid #fff;
}
@media (min-width: 1900px) {
  .list-ex-link li .student-link {
    padding-bottom: 60.3%;
  }
}
.list-ex-link li .student-link > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .list-ex-link li .student-link img {
    width: 100%;
  }
}
.list-ex-link li:nth-child(1) .student-link {
  background-color: #EDEEF0;
}
.list-ex-link li:nth-child(2) .student-link {
  background-color: #F3F4F5;
}
.list-ex-link li:nth-child(3) .student-link {
  background-color: #F9F9FA;
}
.list-ex-link li:nth-child(4) .student-link {
  background: url(../img/menu_bgd_link03.png) top center no-repeat;
  background-size: 100% 100%;
}

.header-menu {
  display: flex;
}
.header-menu li {
  font-size: 20px;
}
.header-menu li a, .header-menu li > span {
  color: rgb(0, 0, 0);
  transition: all 0.35s ease;
  position: relative;
  opacity: 0.4;
}
.header-menu li a:before, .header-menu li > span:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
.header-menu li a:hover, .header-menu li a.active, .header-menu li > span:hover, .header-menu li > span.active {
  opacity: 1;
}
.header-menu li a:hover:before, .header-menu li a.active:before, .header-menu li > span:hover:before, .header-menu li > span.active:before {
  opacity: 1;
  visibility: visible;
}
.header-menu li + li {
  margin-left: 35px;
}
.header-menu .dropdown {
  position: relative;
  cursor: default;
  padding-right: 20px;
}
.header-menu .dropdown > span {
  position: static;
}
.header-menu .dropdown > span:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-50%, -50%);
}
.header-menu .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: -5px;
  width: auto;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
  transition: all 0.35s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.header-menu .dropdown .dropdown-menu li {
  padding: 5px 20px;
}
.header-menu .dropdown .dropdown-menu li + li {
  margin: 0;
}
.header-menu .dropdown:hover > span {
  opacity: 1;
}
.header-menu .dropdown:hover > span:before {
  opacity: 1;
  visibility: visible;
}
.header-menu .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
@media (max-width: 1439px) {
  .header-menu {
    display: none;
  }
}

.list-partner {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .list-partner {
    margin-top: 0.2rem;
    flex-wrap: wrap;
  }
}
.list-partner .partner-item {
  width: 21.9387755102%;
  height: 80px;
  position: relative;
}
.list-partner .partner-item:last-child img {
  margin-top: 15px;
  margin-left: -20px;
}
@media (max-width: 768px) {
  .list-partner .partner-item:last-child img {
    margin-top: 0.11rem;
    margin-left: -0.14rem;
  }
}
@media (min-width: 769px) {
  .list-partner .partner-item:nth-child(1) img {
    width: 120px;
  }
  .list-partner .partner-item:nth-child(2) img {
    margin-top: 6px;
    width: 120px;
  }
  .list-partner .partner-item:nth-child(3) img {
    width: 102px;
  }
  .list-partner .partner-item:nth-child(4) img {
    width: 170px;
  }
}
@media (max-width: 768px) {
  .list-partner .partner-item {
    height: 0.6rem;
    margin-bottom: 0.2rem;
    width: 47.7611940299%;
  }
  .list-partner .partner-item:nth-child(1) img {
    width: 0.85rem;
  }
  .list-partner .partner-item:nth-child(2) img {
    width: 0.85rem;
  }
  .list-partner .partner-item:nth-child(3) img {
    width: 0.86rem;
  }
  .list-partner .partner-item:nth-child(4) img {
    width: 1.32rem;
  }
}
.list-partner a {
  padding: 0 13px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .list-partner a {
    padding: 0 0.15rem;
  }
}
.list-partner a:after {
  content: "";
  width: 10px;
  height: 8px;
  background: url(../img/icon_ext_link.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 6px;
  bottom: 6px;
}
@media (max-width: 768px) {
  .list-partner a:after {
    width: 0.1rem;
    height: 0.08rem;
    right: 0.04rem;
    bottom: 0.04rem;
  }
}

.banner-kv .ttl {
  padding: 80px 0 57px;
}
.banner-kv .ttl .txt-ja {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 31px;
  letter-spacing: 0.1em;
  padding-left: 147px;
  position: relative;
}
.banner-kv .ttl .txt-ja:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100px;
  background: #000;
}
.banner-kv .ttl .txt-en {
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0;
  font-weight: 300;
  padding-left: 147px;
}
@media (max-width: 768px) {
  .banner-kv .ttl {
    padding: 0.6rem 0;
  }
  .banner-kv .ttl .txt-ja {
    font-size: 0.36rem;
    line-height: 0.5rem;
    padding-left: 0.4rem;
    letter-spacing: 0.05rem;
  }
  .banner-kv .ttl .txt-ja:before {
    width: 0.3rem;
  }
  .banner-kv .ttl .txt-en {
    font-size: 0.22rem;
    line-height: 0.22rem;
    padding-left: 0.4rem;
  }
}
.banner-kv .banner-photo {
  height: 530px;
  background: url("../img/kv-img.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .banner-kv .banner-photo {
    height: 2rem;
    background-image: url("../img/kv-img-sp.jpg");
  }
}

/* COMMON FOOTER
* ----------------------------------------------- */
.banner-footer {
  padding-top: 26px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .banner-footer {
    padding-top: 1.07rem;
  }
}
.banner-footer .note-txt {
  margin: 0 auto;
  padding-right: 50px;
  color: #666666;
  width: 100%;
  text-align: right;
  font-size: 10px;
  line-height: 1;
}
@media (max-width: 768px) {
  .banner-footer .note-txt {
    padding-right: 0;
    text-align: center;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.09rem;
    white-space: nowrap;
  }
}

.footer {
  padding: 20px 0 40px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    padding: 0 0.2rem 0.8rem;
  }
}

.partner-block {
  margin: 56px auto 0;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .partner-block {
    margin-top: 0.2rem;
    flex-wrap: wrap;
  }
}
.partner-block .item {
  width: 50%;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding-left: 37px;
}
@media (max-width: 768px) {
  .partner-block .item {
    padding-left: 0;
    padding-top: 0.09rem;
    padding-bottom: 0.06rem;
  }
}
.partner-block .item:first-child {
  padding-left: 0;
}
@media (max-width: 768px) {
  .partner-block .item:first-child .logo-partner img {
    margin-top: -0.05rem;
    width: 1.12rem;
  }
}
@media (max-width: 768px) {
  .partner-block .item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
}
.partner-block .item:last-child {
  border-right: 0;
}
@media (max-width: 768px) {
  .partner-block .item:last-child {
    border-bottom: 0;
  }
}
.partner-block .item:last-child .logo-partner img {
  margin-top: 2px;
  width: 138px;
}
@media (max-width: 768px) {
  .partner-block .item:last-child .logo-partner img {
    margin-top: -0.05rem;
    width: 1.08rem;
  }
}
.partner-block .item:nth-child(2) .ext-link {
  display: block;
  margin-right: 0;
}
@media (max-width: 768px) {
  .partner-block .item:nth-child(2) .logo-partner img {
    width: 1.08rem;
  }
}
.partner-block .item .logo-partner {
  flex: 164px 0 0;
}
@media (max-width: 768px) {
  .partner-block .item .logo-partner {
    flex: 40% 0 0;
    text-align: center;
  }
}
.partner-block .item .list-link-col {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .partner-block .item .list-link-col {
    padding-left: 0.13rem;
  }
}
.partner-block a {
  margin-right: 31px;
  padding: 3px 0;
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .partner-block a {
    margin-right: 0.31rem;
    padding: 0.03rem 0 0.06rem;
  }
}

.share-block {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .share-block {
    margin-top: 0.3rem;
  }
}
.share-block .ttl {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .share-block .ttl {
    font-size: 0.14rem;
  }
}
.share-block .list-socials {
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .share-block .list-socials {
    margin-top: 0.13rem;
  }
}
.share-block .list-socials a {
  margin: 0 14px;
  width: 32px;
  display: inline-block;
}
@media (max-width: 768px) {
  .share-block .list-socials a {
    margin: 0 0.14rem;
    width: 0.32rem;
  }
}

.coppyright {
  margin-top: 26px;
  width: 100%;
  text-align: center;
  color: #777777;
  font-size: 10px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .coppyright {
    margin-top: 0.19rem;
    font-size: 0.1rem;
    letter-spacing: -0.05em;
  }
}

.share-block {
  width: 100%;
  text-align: center;
}
.share-block .ttl {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .share-block .ttl {
    font-size: 0.14rem;
  }
}
.share-block .list-socials {
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .share-block .list-socials {
    margin-top: 0.13rem;
  }
}
.share-block .list-socials a {
  margin: 0 14px;
  width: 32px;
  display: inline-block;
}
@media (max-width: 768px) {
  .share-block .list-socials a {
    margin: 0 0.14rem;
    width: 0.32rem;
  }
}

/* BUTTONS
* ----------------------------------------------- */
@media (min-width: 769px) {
  .btn-shadow:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.goto-top {
  position: absolute;
  right: 24px;
  bottom: 85px;
  z-index: 96;
}
@media (min-width: 769px) {
  .goto-top {
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .goto-top {
    top: -1.15rem;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .goto-top img {
    width: 0.25rem;
  }
}

.ext-link {
  color: #777777;
  transition: color ease 0.3s;
  font-size: 10px;
  line-height: 2;
}
@media (max-width: 768px) {
  .ext-link {
    font-size: 0.1rem;
    line-height: 2.4;
  }
}
.ext-link span {
  position: relative;
}
.ext-link span:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 5px;
}
.ext-link.new-tab span:after {
  width: 10px;
  height: 8px;
  background: url(../img/icon_ext_link.png) center center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .ext-link.new-tab span:after {
    width: 0.1rem;
    height: 0.08rem;
  }
}
.ext-link.has-arr span:after {
  width: 4px;
  height: 8px;
  background: url(../img/icon_arr_link.png) center center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .ext-link.has-arr span:after {
    width: 0.04rem;
    height: 0.08rem;
  }
}
@media (min-width: 769px) {
  .ext-link:hover {
    text-decoration: underline;
    color: #000;
    transition: color ease 0.3s;
  }
}

/* BANNER
* ----------------------------------------------- */
.banner-sec {
  width: 100%;
  height: 43.6111111111vw;
  min-height: 628px;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1900px) {
  .banner-sec {
    height: 43.6vw;
  }
}
@media (max-width: 768px) {
  .banner-sec {
    height: 5.7rem;
    min-height: unset;
  }
}

.banner-cont-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .banner-cont-desc {
    display: block;
  }
}
.banner-cont-desc .desc {
  width: 50%;
  height: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  .banner-cont-desc .desc {
    width: 100%;
    height: 2.85rem;
    position: relative;
  }
}
.banner-cont-desc .ttl {
  padding-bottom: 82px;
  padding-left: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .banner-cont-desc .ttl {
    padding-bottom: 0;
    padding-left: 0.15rem;
    top: 1.02rem;
    bottom: auto;
  }
}
.banner-cont-desc .ttl .txt-en {
  margin-bottom: -13px;
  font-size: 120px;
  font-weight: 100;
  line-height: 1;
  position: relative;
}
@media (max-width: 768px) {
  .banner-cont-desc .ttl .txt-en {
    margin-bottom: -0.02rem;
    font-size: 0.62rem;
  }
}
.banner-cont-desc .ttl .txt-en:after {
  content: "";
  width: 107%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 29px;
  left: -36px;
}
@media (max-width: 768px) {
  .banner-cont-desc .ttl .txt-en:after {
    width: 113%;
    bottom: 0.15rem;
    left: -0.3rem;
  }
}
.banner-cont-desc .ttl .txt-ja {
  padding-left: 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .banner-cont-desc .ttl .txt-ja {
    padding-left: 0.06rem;
    font-size: 0.14rem;
  }
}
.banner-cont-desc .thumb-banner {
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .banner-cont-desc .thumb-banner {
    width: 100%;
    height: 2.85rem;
  }
}

.no-item-sec {
  background-color: #fff;
}
.no-item-sec h2 {
  margin: 0 auto;
  padding: 116px 0;
  width: 100%;
  max-width: 846px;
  text-align: center;
  font-size: 24px;
  line-height: 2.0833333333;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .no-item-sec h2 {
    padding: 0.54rem 0.2rem 0.34rem;
    font-size: 0.16rem;
    line-height: 2.25;
    letter-spacing: normal;
  }
}
.no-item-sec .desc-err {
  text-align: center;
}
.no-item-sec .back-to-home {
  margin: 20px auto;
  text-align: center;
  display: inline-block;
  color: #007bff;
}
@media (max-width: 768px) {
  .no-item-sec .back-to-home {
    margin-top: 0.3rem;
  }
}

.page-404 .no-item-sec {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page-404 .no-item-sec {
    margin-bottom: 0.3rem;
  }
}
.page-404 .no-item-sec h2 {
  padding-bottom: 0;
  font-size: 36px;
}
@media (max-width: 768px) {
  .page-404 .no-item-sec h2 {
    font-size: 0.2rem;
  }
}

.image {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .image {
    margin-bottom: 0.15rem;
  }
}
.image.image-style-align-left {
  float: left;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .image.image-style-align-left {
    margin: 0;
    float: none;
  }
}
.image.image-style-align-right {
  float: right;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .image.image-style-align-right {
    margin: 0;
    float: none;
  }
}

.clearfix {
  overflow: auto;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 750px) {
  .image.image-style-align-left,
  .image.image-style-align-right,
  .image.image-style-align-center {
    width: 100% !important;
  }
  .image.image-style-align-left img,
  .image.image-style-align-right img,
  .image.image-style-align-center img {
    width: 100% !important;
  }
  .desc-detail-cont figure.image {
    width: 100% !important;
  }
  .desc-detail-cont figure.image img {
    width: 100% !important;
  }
  .desc-detail-cont h2 {
    font-size: 0.19rem !important;
  }
  .desc-detail-cont h3 {
    font-size: 0.18rem !important;
  }
  .desc-detail-cont h4 {
    font-size: 0.15rem !important;
  }
  .desc-detail-cont .text-tiny {
    font-size: 0.1rem !important;
  }
  .desc-detail-cont .text-small {
    font-size: 0.12rem !important;
  }
  .desc-detail-cont .text-default {
    font-size: 0.14rem !important;
  }
  .desc-detail-cont .text-big {
    font-size: 0.16rem !important;
  }
  .desc-detail-cont .text-huge {
    font-size: 0.18rem !important;
  }
}
.btn-fixed {
  padding-right: 20px;
  text-align: right;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.btn-fixed a {
  position: fixed;
  font-size: 24px;
  right: 20px;
  bottom: 20px;
  background: #000;
  z-index: 3;
  display: inline-block;
  color: #fff;
  padding: 18px 66px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
.btn-fixed a:before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 13px;
  left: 30px;
  height: 1px;
  background: #fff;
}
.btn-fixed a:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 13px;
  height: 1px;
  width: 15px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  background: #fff;
}
.btn-fixed.static a {
  position: relative;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .btn-fixed {
    font-size: 18px;
  }
  .btn-fixed a {
    padding: 12px 50px;
  }
}
@media (max-width: 768px) {
  .btn-fixed {
    bottom: 0;
    padding-right: 0;
  }
  .btn-fixed a {
    font-size: 0.24rem;
    line-height: 0.29rem;
    padding: 0.23rem 0 0.16rem;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .btn-fixed a:before {
    top: 50%;
    right: 0.4rem;
    left: auto;
    width: 0.24rem;
  }
  .btn-fixed a:after {
    top: 50%;
    right: 0.4rem;
    left: auto;
    width: 0.12rem;
  }
}
