@charset "utf-8";

html {
font-size: 62.5%;
margin:0;
padding:0;
height:100%;
}
body {
height:100%;
margin:0;
font-family: "Inter", "Noto Sans JP", sans-serif;
font-size: 1.7em;
font-size: 1.7rem;
font-weight: 400;
font-style: normal;
line-height: 1.8;
color: #121212;
font-feature-settings: "palt" 1;
letter-spacing: 1px;
overflow-x: hidden;
}
.hero-title {
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
}


*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
*,
*:before,
*:after {
 -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 -o-box-sizing: border-box;
-ms-box-sizing: border-box;
 box-sizing: border-box;
}
.header__logo,
.nav--main li,
.nav--sub li,
.menu,
.newsticker__container {
  opacity: 0;
  transform: translateX(-10px);
}

.top-visual-area .copybox figure,
.top-visual-area .copy-1,
.top-visual-area .copy-2,
.top-visual-area .copy-3,
.scroll {
  opacity: 0;
  transform: translateY(-10px);
}
ul li, ol li {
	list-style: none;
}
img {
	vertical-align:bottom;
	border:0;
	width:100%;
	line-height:0;
	font-size:0;
	height: auto;
backface-visibility: hidden;
}

figure {
margin: 0;
}
a {
color:#11116E;
text-decoration:none;
}
a:hover {
color:#1414A0;
text-decoration:underline;
}
.en {
font-family: "League Spartan", sans-serif;
}
.mincho {
font-family: "Noto Serif JP", serif;
}
#header-area {
/*position: fixed;*/
position:absolute;
width: 100%;
margin: 0;
top:0;
left: 0;
z-index: 10000;
transition: .5s;
padding:1.5rem;
}
#body-area #header-area {
background: #051227;
}
#header-area.fixed {
background: #0F0F3C;
background: linear-gradient(90deg,rgba(15, 15, 60, 1) 0%, rgba(20, 20, 160, 1) 100%);
padding:1.15rem 2.5rem 1.15rem 2.5rem;
}
#header-area.active {
position: fixed;
}
#header-area .h1-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#header-area.active .h1-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.header__wrapper {
width: 100%;
display: flex;
justify-content:space-between;
align-items:center;
}
.header__logo {
position: relative;
top: 0;
left:0;
z-index : 10;
}
.header__logo img {
height: 70px;
width: auto;
}
.nav {
flex: 1;
margin-right: 3%;
}
.nav.active {
padding: 2.25rem;
padding-right: 60px;
  opacity: 1;
  display: block;
  position: fixed;
  z-index : 9 !important;
  top  : 0;
  left : 0;
  color: #fff;
  background: #051227;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.nav__wrapper {
display: flex;
flex-direction: column;
}
.nav.active .nav__wrapper {

}
.nav--main {
display: none;
}
.nav--main a,
.nav--sub a {
text-decoration: none;
}


.nav.active .nav--main {
  width: 100%;
display: flex;
flex-direction: column;
}
body.english-body .nav--main > li {
letter-spacing: 1px;
}

.nav.active .nav__wrapper .nav--main {
position: absolute;
top: 150px;
left: 50%;
transform: translateX(-50%);
width: 80%;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.nav--main > li {
width: 50%;
margin-bottom: 6rem;
font-size: 2.8em;
font-size: 2.8rem;
font-weight: 600;
text-align: left;
}
.nav--main > li span {
display: block;
margin-top: 0.5rem;
font-size: 1.6em;
font-size: 1.6rem;
}
.nav--main > li > a {
display: block;
color: #fff;
padding-left: 2.75rem;
background: url("../common/arrow001-g.svg") left top 1.5rem / 18px auto no-repeat;
}

.nav--sub {
margin-top: 0.45rem;
display: flex;
justify-content: flex-end;
display: none;
}
.nav.active .nav--sub {
margin-top: 1.85rem;
padding-right: calc(24px + 3%);
}
.nav--sub > li {
margin-left: 0.5rem;
font-size: 2em;
font-size: 2rem;
font-family: "League Spartan", sans-serif;
line-height: 1.5;
font-weight: 500;
letter-spacing: 0;
display: block;
text-align: center;
}
body.english-body .nav--sub > li {
letter-spacing: 2px;
}
.nav--sub > li > a {
color: #fff;
display: block;
padding: 0.5rem 2.85rem 0.2rem 2.85rem;
border-radius: 4rem;
}
.nav--sub > li > a.active {
background: rgba(255,255,255,0.3);
}
.nav--sub > li > a:hover {
background: rgba(255,255,255,0.3);
}

.menu {
position: relative;
top: 0;
right:0;
  z-index : 10;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  order: 3;
  background: #fff;
}
.menu.active {
    top: 0;
    right: 0;
  background: none;
  border:#fff 1px solid;
}

.menu span {
  display : block;
  position: absolute;
  height  : 3px;
  width: 34px;
left: 13px;
  background : #3C3B6E;
  border-radius: 10px;
transition: top 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.menu span:nth-child(1) {
  top: 16px;
}
.menu span:nth-child(2) {
  top: 28px;
}
.menu span:nth-child(3) {
  top: 40px;
}
.menu.active span {
left: 12px;
  background : #fff;
}
.menu.active span:nth-child(1) {
  top: 28px;
  transition: top 0.2s ease, transform 0.2s ease 0.2s;
  transform: rotate(45deg);
}
.menu.active span:nth-child(2) {
  opacity: 0;
  transition: opacity 0.2s ease 0.2s;
}
.menu.active span:nth-child(3) {
  top: 28px;
  transition: top 0.2s ease, transform 0.2s ease 0.2s;
  transform: rotate(-45deg);
}
.menu.on {
  background : #fff;
}
.menu.on span {
  background : #fff;
}
.menu.on.active {
  background : #fff;
}
#header-area.fixed .menu span {
  background : #11116E;
}
#header-area.active .menu span {
  background : #fff;
}


.section-area {
overflow: hidden;
    text-align: left;
}
.section-area .container {
padding: 12rem 10% 18rem 10%;
}
.section-area header {
color: #11116E;
color: #fff;
position: relative;
padding: 16rem 0 10rem 0;
text-align: center;
}
.section-area header::before {
position: absolute;
left:0;
top: 0;
width: 100%;
height: 100%;
content: "";
display: block;
background: rgba(0,0,0,0.3);
}
.section-area header p > span:first-child {
color: #B22234;
}
.section-area header h1,
.section-area header h2 {
font-size: 4em;
font-size: 4rem;
font-weight: 700;
letter-spacing: 4px;
}
.section-area header h1.en,
.section-area header p,
.section-area header h2.en {
margin-bottom: 1rem;
font-size: 8em;
font-size: 8rem;
font-weight:600;
font-family: "League Spartan", sans-serif;
line-height: 1.0;
letter-spacing: 0;
}
.section-area h2.h2-title,
.section-area h3 {
font-size: 3.4em;
font-size: 3.4rem;
line-height: 1.5;
font-weight: 700;
margin: 2rem 0 3rem 0;
letter-spacing: 3px;
}
.section-area h3.h3-title,
.section-area h4 {
    font-size: 2.8em;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 2rem 0;
	padding-left: 2rem;
	position: relative;
}
.section-area h3.h3-title:before,
.section-area h4:before {
content: "";
position: absolute;
top:0.8rem;
left: 0;
width: 6px;
height:36px;
border-radius: 1rem;
background: #11116E;
}
.section-area h5 {
    font-size: 2.4em;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
	padding-left: 2rem;
	position: relative;
}
.section-area h5:before {
content: "";
position: absolute;
top:0.95rem;
left: -0.5rem;
width: 16px;
height: 16px;
border-radius: 50%;
border:#11116E 4px solid;
}
.section-area p {
margin-bottom: 2rem;
}
.section-area p.lead {
font-size: 1.8em;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.8;
margin-bottom: 2.5rem;
}
.section-area p.lead2 {
font-size: 6em;
font-size: 6rem;
font-weight: 500;
line-height: 1.5;
letter-spacing: 2px;
}
.section-area p.lead-l {
font-size: 2.2em;
font-size: 2.2rem;
font-weight: 500;
}
.section-area p.update {
font-size: 1.4em;
font-size: 1.4rem;
color: #666;
text-align: right;
margin-top: 6rem;
margin-bottom: 2rem;
}

.back-link {
margin-top: 6rem;
display: flex;
justify-content: flex-end;
}
.back-link li {
}
.back-link a {
padding-left: 1.85rem;
background: url("../common/arrow001-b.svg") top 1.0rem left / 13px auto no-repeat;
}
#pagetop {
position: fixed;
z-index: 7;
right: 2rem;
bottom: 2rem;
padding: 0;
margin: 0;
}
#pagetop a {
display: block;
color: #11116E;
border:#11116E 2px solid;
border-radius: 50%;
width: 54px;
height: 54px;
}
#pagetop a::before {
    content: "";
    display: block;
	margin-top: 19px;
	margin-left: 15px;
    width: 20px;
    height: 20px;
    border-top: #11116E 2px solid;
    border-right: #11116E 2px solid;
    transform: rotate(-45deg);
}

#footer-area {
position: relative;
z-index: 0;
padding: 3rem 3%;
}
#footer-area .wrapper {
justify-content: space-between;
}

#footer-area .logo {
width: 160px;
}
#footer-area .address {
margin-right: auto;
margin-top: 1rem;
}
#footer-area .address span {
    font-size: 1.4em;
    font-size: 1.4rem;
	margin-bottom:0.75rem;
	display: inline-block;
}
.sns-link {
display: flex;
margin-top: 2rem;
}
.sns-link li {
width: 28px;
height: 28px;
margin: 0 0 0 2.5rem;

}
.sns-link li a {
width: 28px;
height: 28px;
display: flex;
align-items:center;
justify-content: space-between;
}
aside {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
}
aside p {
    top: 50vh;
    right: 5rem;
    position: absolute;
    transform-origin: bottom right;
    transform: rotate(90deg);
    font-size: 1.3em;
    font-size: 1.3rem;
    letter-spacing: 2px;
    color: #999;
	font-family: "League Spartan", sans-serif;
mix-blend-mode: exclusion;
}
#copyright {
padding: 2rem 0;
background: #3C3B6E;
color: #fff;
text-align: center;
    font-size: 1.2em;
    font-size: 1.2rem;
    letter-spacing: 0;
}
.youtubebox {
width: 70%;
margin: 0 auto;
}
.youtubebox > div {
margin: 1rem 0;
padding: 0;
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
.youtubebox iframe,
.youtubebox object,
.youtubebox embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
}
.fade-text span {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px);
}

.flexbox {
display: flex;
justify-content: space-between;
width: 100%;
}
.justify-c {
justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-c div {
margin: 0 2%;
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.wrapper > .text {
width: 60%;
}
.wrapper > .photo {
width: 40%;
}
.inner {
padding: 0 10%;
}
.col-1  { width: 5.58%; }
.col-2  { width: 14.17%; }
.col-3  { width: 22.75%; }
.col-4  { width: 31.33%; }
.col-5  { width: 39.92%; }
.col-6  { width: 48.50%; }
.col-7  { width: 57.08%; }
.col-8  { width: 65.67%; }
.col-9  { width: 74.25%; }
.col-10 { width: 82.83%; }
.col-11 { width: 91.42%; }
.col-12 { width: 100%; }



.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.table {
width: 100%;
/*border-collapse: collapse;*/
/*border:1px solid #ccc;*/
border-bottom:1px solid #ddd;
margin: 1.5rem 0;
}
.table .th-l {
text-align: left;
}
.table th,
.table td {
/*border:1px solid #ccc;*/
border-top:1px solid #ddd;
}
.table th {
font-weight: 400;
position: relative;
}
.table th::before {
position: absolute;
top: -1px;
left: 0;
content: "";
display: block;
width: 20px;
height: 2px;
background: #0072ff;
}
.table td {
width: 75%;
vertical-align: top;
padding: 2rem 3rem;
}
.table th {
width: 25%;
/*background: #dde6f3;*/
vertical-align: top;
padding: 2rem 3rem;
}
.table td p {
padding: 0.2rem 1rem;
margin-bottom: 0.5rem;
background: #eee;
}

dl {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
dl dt {
  width: 30%;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}
dl dd {
  width: 70%;
  margin: 0;
  padding: 1rem 0;
}

.brclr {
display: none;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.left {
  text-align: left !important;
}
.mt-l {
  margin-top: 6rem !important;
}
.mt-m {
  margin-top: 3rem !important;
}
.mt-s {
  margin-top: 1rem !important;
}
.mb-l {
  margin-bottom: 6rem !important;
}
.mb-m {
  margin-bottom: 3rem !important;
}
.mb-s {
  margin-bottom: 1rem !important;
}

.blue {
color: #121212;
}

.brclr {
  display: none;
}

.text-l {
    font-size: 1.8em !important;
    font-size: 1.8rem !important;
}
.text-s {
    font-size: 1.4em !important;
    font-size: 1.4rem !important;
}

@media screen and (max-width: 1366px) {

#header-area {
    padding: 2.25rem;
}

.nav--main > li {
    letter-spacing: 2px;
    margin-left: 2.5rem;
}
.nav.active .nav--sub {

}

}
@media screen and (max-width: 1200px) {
.section-area header h1.en,
.section-area header p,
.section-area header h2.en {
    font-size: 6em;
    font-size: 6rem;
}
.section-area header h1,
.section-area header h2 {
    font-size: 3.6em;
    font-size: 3.6rem;
    letter-spacing: 2px;
}
.youtubebox {
width: 100%;
margin-top: 2rem;
}
}
@media screen and (max-width: 1024px) {

.header__logo,
.nav--main li,
.nav--sub li,
.menu,
.newsticker__container {
  transform: translateX(0);
  transform: translateY(-10px);
}

.nav--main {
    padding-left: 5%;
    padding-right: 5%;
}
nav.active .nav--main > li {
    width: 100%;
    margin-bottom: 4rem;
    font-size: 2.8em;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: left;
	margin-left: 0;
}
.nav--sub {
margin-bottom:0;
padding-left: 0;
padding-right: 0;
}


.section-area header h1.en,
.section-area header p,
.section-area header h2.en {
        font-size: 5em;
        font-size: 5rem;
    }
.section-area header h1,
.section-area header h2 {
    font-size: 2.0em;
    font-size: 2.0rem;
    letter-spacing: 2px;
}
.section-area h2.h2-title,
.section-area h3 {
    font-size: 2.8em;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 2rem 0 1rem 0;
}
.section-area p.lead2 {
    font-size: 4em;
    font-size: 4rem;
}
.section-area h3.h3-title,
.section-area h4 {
    font-size: 2.4em;
    font-size: 2.4rem;
    margin: 0 0 1.5rem 0;
    padding-left: 2rem;
}
.section-area h3.h3-title:before,
.section-area h4:before {
    top: 0.7rem;
    width: 5px;
    height: 30px;
}
#footer-area {
flex-direction: column;
}
}

@media screen and (max-width: 840px) {

.nav.active .nav__wrapper .nav--main {
    top: 140px;
    width: 100%;
}
nav.active .nav--main > li {
        margin-bottom: 3rem;
		margin-top: 0;
        font-size: 2.2em;
        font-size: 2.2rem;
letter-spacing: 0;
line-height: 1.4;
}
nav.active .nav--main > li span {
letter-spacing: 1px;
}
nav.active .nav--main > li > a {
    background: url(../common/arrow001-g.svg) left top 0.65rem / 18px auto no-repeat;
}
.section-area .container {
    padding: 6rem 5% 6rem 5%;
}
.section-area header {
    padding:7rem 0 6rem 0;
}
.section-area header p,
.section-area header h2.en {
    margin-bottom: 1rem;
    font-size: 4.2em;
    font-size: 4.2rem;
    letter-spacing: 2px;
	line-height: 1.2;
}

.section-area p.lead {
    font-size: 1.7em;
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
}
.section-area h2.h2-title,
.section-area h3 {
        font-size: 2.4em;
        font-size: 2.4rem;
        margin: 1.5rem 0 1rem 0;
}
.section-area h3.h3-title,
.section-area h4 {
    font-size: 2.0em;
    font-size: 2.0rem;
    margin: 0 0 1.25rem 0;
    padding-left: 1.5rem;
}
.section-area h3.h3-title:before,
.section-area h4:before {
    top: 0.5rem;
}
.section-area p.update {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.back-link {
    margin-top: 3rem;
}
.inner {
    padding: 0 6%;
}

table th {
    padding: 0.5rem;
    font-size: 1.4em;
    font-size: 1.4rem;
    font-weight: normal;
    vertical-align: middle;
	line-height: 1.4;
}
table td {
    padding: 0.5rem;
    vertical-align: middle;
	line-height: 1.4;
}
#pagetop {
    right: 1rem;
    bottom: 1rem;
}


.flexbox,
.wrapper {
  display: block;
}
.wrapper > .text {
    width: 100%;
}
.wrapper > .photo {
    width: 80%;
	margin: 2rem auto;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: 100%;
margin-bottom: 1rem;
}
.justify-c div {
    margin: 0;
}
#footer-area .wrapper {
display: flex;
align-items: center;
text-align: center;
    justify-content:center !important;
	flex-direction: column !important;
}
#footer-area .address {
    margin: 2rem auto;
    font-size: 1.4em;
    font-size: 1.4rem;
}
#footer-area .address span {
    font-size: 1.2em;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.brclr {
display: block;
}
.mt-l {
  margin-top: 3rem !important;
}
.mt-m {
  margin-top: 1.5rem !important;
}
.mt-s {
  margin-top: 0.5rem !important;
}
.mb-l {
  margin-bottom: 3rem !important;
}
.mb-m {
  margin-bottom: 1.5rem !important;
}
.mb-s {
  margin-bottom: 0.5rem !important;
}


}

@media screen and (max-width: 768px) {
#header-area {
        padding:1rem;
}
.section-area .container {
        padding: 4rem 5% 4rem 5%;
}
.nav--sub > li {
    font-size: 1.7em;
    font-size: 1.7rem;
	line-height: 1.6;
}
.nav--sub > li > a {
    padding: 0.4rem 1.8rem 0.1rem 1.8rem;

}

.table tr {
display: flex;
flex-direction: column;
}
.table th {
    padding: 1.5rem 0.2rem 0.5rem 0.5rem;
	width: 100%;
}
.table td {
    padding: 0rem 0.5rem 1.5rem 0.5rem;
	width: 100%;
	border-top: none;
}
.section-area header {
        padding: 5rem 0 4rem 0;
}
.section-area header p,
.section-area header h2.en {
margin-bottom: 0;
        font-size: 3.2em;
        font-size: 3.2rem;
        letter-spacing: 1px;
}
.section-area header h1,
.section-area header h2 {
        font-size: 1.8em;
        font-size: 1.8rem;
        letter-spacing: 1px;
}
.section-area h2.h2-title,
.section-area h3 {
        font-size: 2.0em;
        font-size: 2.0rem;
        margin: 1rem 0 0.75rem 0;
}
.section-area p.lead {
        font-size: 1.6em;
        font-size: 1.6rem;
        margin-bottom: 1rem;
		    line-height: 1.8;
}
.sns-link li {
    width: 24px;
    height: 24px;
    margin: 0 1.5rem;
}
.sns-link li a {
    width: 24px;
    height: 24px;
}
#footer-area .address {
        margin: 2rem auto 1rem auto;
}
#copyright {
    padding: 2rem;
}

}
