@charset "utf-8";
@import url('https://cdn.jsdelivr.net/npm/destyle.css@1.0.15/destyle.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
*/
/*font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
*/



@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..20');

.gicon:before,
.gicon:after{
  font-family: "Material Symbols Outlined";
  line-height: 1;
}

/* ------- LINK ---------------------------------------------- */
a:link {
  color: inherit;
  text-decoration: inherit;
}
a:visited {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
a:active {
  color: inherit;
  text-decoration: inherit;
}

a.text-link{
  color: #3681A0;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine){
  a.text-link:hover{
    text-decoration: none;
  }
}



/* ------- BODY ---------------------------------------------- */
html{
  font-size: 62.5%;
}
body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  overflow-x: hidden;
}

*{
  backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased/* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;/* animation時の文字にじみ防止 */
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
  max-width: 100%;
}


/* ------- RESPONSIVE ---------------------------------------------- */
@media print, screen and (min-width:781px) {
  .pc-ver {
    display: block;
  }
  .sp-ver {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .pc-ver {
    display: none;
  }
  .sp-ver {
    display: block;
  }
}


/* ------- BODY ---------------------------------------------- */
body{
  background-color: #FFF;
}
@media print, screen and (min-width:781px) {
	body{
    font-size: 1.6rem;
    padding-top: 60px;
	}
}
@media screen and (max-width: 780px) {
	body{
    font-size: 1.5rem;
    padding-top: 45px;
	}
}




/* ------- NAVI FIXED ENTRY ---------------------------------------------- */
.fixed-entry{
  position: fixed;
}
.fixed-entry > a{
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.fixed-entry > a:before{
  z-index: 1;
  transition: .3s;
}
.fixed-entry > a > span{
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width:781px) {
  .fixed-entry{
    right: 0;
    top: 60px;
  }
  .fixed-entry > a{
    background: #030303;
      background: linear-gradient(143deg, rgba(3, 3, 3, 1) 0%, rgba(17, 85, 180, 1) 100%);
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 200px;
    width: 60px;
  }
  .fixed-entry > a:before{
    background: #245AA5;
    background: linear-gradient(143deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  @media (hover: hover) and (pointer: fine){
    .fixed-entry > a:hover:before{
      opacity: 0;
    }
  }
}
@media screen and (max-width: 780px) {
  .fixed-entry{
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .fixed-entry > a{
    background: #030303;
      background: linear-gradient(40deg, rgba(3, 3, 3, 1) 0%, rgba(17, 85, 180, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
  }
  .fixed-entry > a:before{
    background: #245AA5;
    background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  @media (hover: hover) and (pointer: fine){
    .fixed-entry > a:hover:before{
      opacity: 0;
    }
  }
}




/* ------- HEADER ---------------------------------------------- */
#header-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
}
#header-area:before{
  background-color: #FFF;
  content: "";
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .3s;
}
#header-area.active:before{
  background-color: transparent;
}
#logo-main{
  color: #707070;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-style: italic;
  line-height: 1;
  transition: .3s;
}
#logo-main > a{
  display: flex;
  align-items: center;
}
#header-area.active #logo-main > a{
  color: #FFF;
}
#logo-main > a:before{
  background-repeat: no-repeat;
  background-image: url("../img/logo_main.svg");
  background-size: cover;
  content: "";
  display: block;
  margin-right: 10px;
}
#header-area.active #logo-main > a:before{
  background-image: url("../img/logo_main_active.svg");
}
@media print, screen and (min-width:781px) {
  #header-area:before{
    height: 60px;
  }
  #logo-main{
    margin-left: 25px;
  }
  #logo-main > a:before{
    height: 48px;
    width: 200px;
  }
}
@media screen and (max-width: 780px) {
  #header-area:before{
    height: 45px;
  }
  #logo-main{
    font-size: 1.0rem;
    margin-left: 12px;
  }
  #logo-main > a:before{
    height: 29px;
    width: 120px;
  }
}



/* ------- HUMBERGER ---------------------------------------------- */
#humberger {
	background-color: #4A465D;
	text-align: center;
	cursor: pointer;
  position: relative;
  transition: .3s;
}
#humberger.active{
  background-color: #333333;
}
#humberger .trigger, #humberger .trigger > span, #humberger .trigger > span > span {
	transition: ease-out .2s;
	box-sizing: border-box;
}
#humberger .trigger{
	position: absolute;
}
#humberger .trigger > span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
}
#humberger .trigger > span:nth-of-type(1) {
	top: 0px;
}
#humberger .trigger > span:nth-of-type(3) {
	bottom: 0;
}
#humberger.active .trigger > span:nth-of-type(2) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 0;
}
@media print, screen and (min-width: 781px) {
  #humberger{
    height: 60px;
    width: 60px;
  }
  #humberger .trigger{
    width: 16px;
    height: 14px;
    right: 22px;
    top: 23px;
  }
  #humberger .trigger > span:nth-of-type(2) {
    top: 6px;
  }
  #humberger.active .trigger > span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  #humberger.active .trigger > span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
}
@media screen and (max-width: 780px) {
  #humberger{
    height: 45px;
    width: 45px;
  }
  #humberger .trigger{
    width: 16px;
    height: 12px;
    right: 14px;
    top: 15px;
  }
  #humberger .trigger > span:nth-of-type(2) {
    top: 5px;
  }
  #humberger.active .trigger > span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  #humberger.active .trigger > span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
  }
}


/* ------- NAVI GLOBAL ---------------------------------------------- */
#navi-global-area{
  background: #245AA5;
  background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
#navi-global-area > .catch-box,
#navi-global-area > .navi-global{
  color: #FFF;
}
#navi-global-area > .navi-global > ul > li > span {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
  line-height: 1;
}
#navi-global-area > .navi-global > ul > li > ul > li{
  font-weight: 700;
}
#navi-global-area > .navi-global > ul > li > ul > li a,
#navi-global-area > .navi-global > ul > li > ul > li span{
  display: flex;
  align-items: center;
}
#navi-global-area > .navi-global > ul > li > ul > li span{
  color: #C1C4C9;
}
#navi-global-area > .navi-global > ul > li > ul > li a:before{
  background-image: url("../img/ic_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
#navi-global-area > .navi-global > ul > li > ul > li span:before{
  content: "";
  display: block;
}
#navi-global-area > .navi-global > ul > li > ul > li span:after{
  content: "COMING\ASOON";
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  white-space:pre;
}
#navi-global-area > .catch-box .en{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
#navi-global-area > .catch-box .catch{
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
}
@media print, screen and (min-width:781px) {
  #navi-global-area{
    padding-top: 60px;
    overflow-y: auto;
  }
  #navi-global-area > .navi-global{
    align-self: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
  }
  #navi-global-area > .navi-global > ul{
    display: flex;
  }
  #navi-global-area > .navi-global > ul > li{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #navi-global-area > .navi-global > ul > li:nth-child(n + 2){
    margin-left: 50px;
  }
  #navi-global-area > .navi-global > ul > li > span{
    font-size: min(7.4vw,8.0rem);
  }
  #navi-global-area > .navi-global > ul > li > ul{
    margin-top: 35px;
  }
  #navi-global-area > .navi-global > ul > li > ul > li{
    font-size: min(1.666vw,1.8rem);
  }
  #navi-global-area > .navi-global > ul > li > ul > li:nth-child(n + 2){
    margin-top: 15px;
  }
  #navi-global-area > .navi-global > ul > li > ul > li a:before,
  #navi-global-area > .navi-global > ul > li > ul > li span:before{
    margin-right: 10px;
    height: 23px;
    width: 23px;
  }
  #navi-global-area > .navi-global > ul > li > ul > li span:after{
    font-size: min(0.732vw,1.0rem);
    margin-left: 10px;
  }
  
  #navi-global-area > .catch-box{
    align-self: flex-end;
    text-align: right;
    margin-bottom: 30px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  #navi-global-area > .catch-box .en{
    font-size: min(1.2962vw,1.4rem);
    margin-right: 50px;
  }
  #navi-global-area > .catch-box .catch{
    font-size: min(4.166vw,4.5rem);
    margin-top: 20px;
  }
}
@media screen and (min-width:781px) and (max-width:1160px) {
}
@media screen and (max-width: 780px) {
  #navi-global-area{
    padding-bottom: 50px;
    padding-top: 50px;
    overflow-y: auto;
  }
  #navi-global-area > .navi-global{
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
  }
  #navi-global-area > .navi-global > ul > li{
    display: flex;
  }
  #navi-global-area > .navi-global > ul > li:nth-child(n + 2){
    margin-top: 50px;
  }
  #navi-global-area > .navi-global > ul > li > span{
    font-size: min(6.41vw,5.0rem);
    display: block;
    width: 6em;
  }
  #navi-global-area > .navi-global > ul > li > ul{
    width: calc(100% - 6em);
  }
  #navi-global-area > .navi-global > ul > li > ul > li{
    font-size: min(4.1025vw,3.2rem);
  }
  #navi-global-area > .navi-global > ul > li > ul > li a:before,
  #navi-global-area > .navi-global > ul > li > ul > li span:before{
    margin-right: 10px;
    height: 15px;
    width: 15px;
  }
   #navi-global-area > .navi-global > ul > li > ul > li span:after{
    font-size: min(1.28vw,1.0rem);
    margin-left: 10px;
  }
  
  #navi-global-area > .catch-box{
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    flex-shrink: 0;
  }
  #navi-global-area > .catch-box .en{
    font-size: min(2.56412vw,2.0rem);
    margin-top: 20px;
  }
  #navi-global-area > .catch-box .catch{
    font-size: min(5.7692vw,4.5rem);
  }
}
@media (hover: hover) and (pointer: fine){
}




/* ------- CONTENTS ---------------------------------------------- */
@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
  #contents-area{
  }
}



/* ------- FOOTER ---------------------------------------------- */
#footer-area{
  background: #245AA5;
  background: linear-gradient(54deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  color: #FFF;
}

.copyright{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.btn-pagetop{
  color: #333333 !important;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  position: fixed;
  z-index: 99;
  text-align: center;
  transition: .3s;
}
.btn-pagetop:before{
  background-image: url("../img/btn_pagetop.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (hover: hover) and (pointer: fine){
  .btn-pagetop:hover{
    opacity: .7;
  }
}
@media print, screen and (min-width:781px) {
  #footer-area{
    text-align: right;
    padding: 30px 50px;
  }
  .copyright{
    font-size: 1.2rem;
  }
  .btn-pagetop{
    font-size: 1.2rem;
    right: 30px;
    bottom: 50px;
  }
  .btn-pagetop:before{
    margin-bottom: 10px;
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 780px) {
  #footer-area{
    text-align: center;
    padding: 15px 15px 65px;
  }
  .copyright{
    font-size: 1.1rem;
  }
  .btn-pagetop{
    font-size: 1.2rem;
    right: 10px;
    bottom: 70px;
  }
  .btn-pagetop:before{
    margin-bottom: 5px;
    height: 50px;
    width: 50px;
  }
}








/* ------- COMMON PARTS ---------------------------------------------- */



/* MAIN HEAD */
.heading{
  background: #245AA5;
  background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  color: #FFF;
}
.heading > h1{
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  position: relative;
  z-index: 2;
}
.heading.lower{
  position: relative;
}
.heading.lower:before{
  background-color: rgba(30,71,128,.40);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}



/* SECTION HEAD */
.section-heading{
}


/* MAIN HEAD TEXT */
.heading-text .en{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 1.75;
  text-decoration: underline;
  transform: rotate(-5deg);
}
.heading-text .sub{
  font-weight: 600;
  line-height: 1.75;
}



.note-list > li,
.dot-list > li{
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
}
.note-list > li:before{
  content: "※";
}
.dot-list > li:before{
  content: "●";
}


.btn{
  background: #245AA5;
  background: linear-gradient(54deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  color: #FFF !important;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  position: relative;
}
.btn:before{
  background-image: url("../img/ic_arrow_sm.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
span.btn{
  background: #C1C4C9;
  background: linear-gradient(50deg, rgba(193, 196, 201, 1) 0%, rgba(220, 230, 242, 1) 100%);
  color: #FFF !important;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  position: relative;
}
span.btn:before{
  display: none;
}


.sec{
  border-top: 1px solid rgba(112,112,112,.10);
}
@media print, screen and (min-width:781px) {
  .align-c-pc{
    text-align: center !important;
  }
  .align-l-pc{
    text-align: left !important;
  }
  .align-r-pc{
    text-align: right !important;
  }
  
  /* MAIN HEAD */
  .heading{
    padding: 30px;
  }
  .heading > h1{
    font-size: 2.6rem;
  }
  
  /* SECTION HEAD */
  .section-heading{
  }
  
  
  /* MAIN HEAD TEXT */
  .heading-text{
    text-align: center;
    padding: 35px 5% 70px;
  }
  .heading-text .en{
    font-size: 8.0rem;
  }
  
  
  .inner{
    margin-left: auto;
    margin-right: auto;
    max-width: 1048px;
    width: 90%;
  }
  
  
  .btn{
    font-size: 1.2rem;
    padding: 30px 40px;
    width: 270px;
  }
  .btn:before{
    height: 6px;
    width: 6px;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 780px) {
  .align-c-sp{
    text-align: center !important;
  }
  .align-l-sp{
    text-align: left !important;
  }
  .align-r-sp{
    text-align: right !important;
  }
  
  
  /* MAIN HEAD */
  .heading{
    padding: 15px;
  }
  .heading > h1{
    font-size: 1.7rem;
  }
  
  
  /* SECTION HEAD */
  .section-heading{
  }
  
  
  /* MAIN HEAD TEXT */
  .heading-text{
    text-align: center;
    padding: 40px 5% 50px;
  }
  .heading-text .en{
    font-size: 5.0rem;
  }
  .heading-text .sub{
    font-size: 1.4rem;
  }
  
  
  .inner{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  
  
  .btn{
    font-size: 1.2rem;
    padding: 15px 20px;
    width: 175px;
  }
  .btn:before{
    height: 6px;
    width: 6px;
    right: 10px;
    transform: translateY(-50%);
  }
}



/* ------- ANIMATION PARTS ---------------------------------------------- */
.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 30px);
}

.fade-in-down {
  transform: translate(0, -30px);
}

.fade-in-left {
  transform: translate(-30px, 0);
}

.fade-in-right {
  transform: translate(30px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}