@charset "utf-8";
/* style
------------------------------------------------------------*/
html {
  overflow-y: scroll;
  height: 100%;
  line-height: 1.6;
}
body {
  width: 100%;
  font-size: 100%;
  color: #4D4D4D;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
#wrapper {
  min-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .mbmenu_show {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .pcmenu_show {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcshow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mbshow {
    display: none;
  }
}
@media screen and (min-width: 479px) {
  .spshow {
    display: none;
  }
}
.inline {
  display: inline-block;
}
.large {
  font-size: 2em;
  margin: 0 0.2em;
}
.strong {
  font-weight: bold;
}
.text__right {
	text-align: right;
}
.text__link {
	  color: #005197;
	transition: .5s;
}
.text__link:hover {
	  border-bottom: 1px solid #005197;	
}
/* animation
------------------------------------------------------------*/
.scroll__up {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll__up__late {
  transition: 2s ease-in-out;
  transform: translateY(10px);
  opacity: 0;
}
.scroll__up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.fade__in__late {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.fade__in {
  animation: fadeInBg 2s ease 0s 1 normal;
  -webkit-animation: fadeInBg 2s ease 0s 1 normal;
}
@keyframes fadeInBg {
  0% {
    opacity: .5
  }
  100% {
    opacity: 1
  }
}
.animated-text {
  display: inline-block;
  white-space: pre;
}
.animated-text span {
  opacity: 0;
  display: inline-block;
  transform: translateY(0.5em);
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.5s ease forwards;
}
.delay-animation span {
  animation-delay: calc(var(--delay, 0s) + 1s);
}
/* stalker
------------------------------------------------------------*/
#mouse__stalker {
  pointer-events: none;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #9E9E9E;
  border-radius: 50%;
  transform: translate(0, 0);
  transform-origin: top left;
  transition: transform 0.2s;
  transition-timing-function: ease-out;
  z-index: 999;
  opacity: 0.6;
  mix-blend-mode: luminosity;
}
#mouse__stalker.is__active {
  top: -60px;
  left: -60px;
  width: 120px;
  height: 120px;
  opacity: 0.4;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #mouse__stalker {
    display: none;
  }
}
/* header
------------------------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.header--inner {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.1rem 1rem 0;
}
.headerlogo {
  width: 150px;
  padding: 0.5rem 0;
}
.headerlogo_white {
  display: none;
}
@media screen and (max-width: 1099px) {
  .header--inner {
    padding: 0.5rem 1rem;
  }
  .headerlogo {
    width: 100px;
  }
}
.check {
  display: none;
}
.header__menu--group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  .header__menu--group {
    flex-direction: column;
    margin-right: 0;
    margin-left: auto;
  }
}
.header__menu__list {
  font-weight: 500;
  letter-spacing: .2rem;
}
@media screen and (max-width: 1099px) {
  .header__menu__list {
    font-size: calc(16 / 960 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .header__menu__list {
    font-size: 1rem;
  }
}
.header__menu__list:nth-last-of-type(2) {
  margin-right: 2rem;
}
@media screen and (max-width: 1099px) {
  .header__menu__list:nth-last-of-type(2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .header__menu__link {
    position: relative;
    transition: .3s;
  }
  .header__menu__link::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #005197;
    bottom: 8px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .header__menu__link:hover::after {
    transform: scale(1, 1);
  }
  .header__menu__list:last-of-type .header__menu__link {
    color: #005197;
    font-weight: bold;
    background: #FFF;
    padding: 0.6rem 1.5rem 0.6rem;
    border: 1px solid #005197;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    transition: .3s;
  }
  .header__menu__list:last-of-type .header__menu__link::after {
    display: none;
  }
  .header__menu__list:last-of-type .header__menu__link::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #005197;
    border: 1px solid #fff;
    border-radius: 6px;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }
  .header__menu__list:last-of-type .header__menu__link:hover {
    color: #fff;
  }
  .header__menu__list:last-of-type .header__menu__link:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
.header__menu__child--group {
  display: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-left: 1rem;
}
.header__menu__child:hover > .header__menu__child--group {
  display: block;
  position: absolute;
  top: 50px;
  width: 10rem;
  background: #005197;
}
@media screen and (max-width: 1099px) {
  .header__menu__child--group {
    display: block;
    margin-left: -1em;
    transition: .5s;
  }
  .header__menu__child:hover > .header__menu__child--group {
    position: static;
    width: 100%;
  }
}
.header__menu__child__list {
  transition: all .3s;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .header__menu__child__list {
    padding-left: 2.2rem;
  }
}
.header__menu__child__list:hover {
  background-color: #004079;
}
@media screen and (max-width: 1099px) {
  .header__menu__child__list:hover {
    background-color: #005197;
  }
}
.header__menu__child__link {
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1rem;
  line-height: 3;
}
.header__menu__child__link::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}
.header__menu__link {
  color: #005197;
  display: block;
  padding: 1rem calc(32 / 2560 * 100vw);
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .header__menu__child__list:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 1099px) {
  .header__menubutton {
    position: fixed;
    top: 1.25rem;
    right: 0.8rem;
    display: block;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    z-index: 100;
  }
  .header::after {
    content: "";
    display: block;
    top: 0px;
    right: 0px;
  }
  .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2rem;
    height: 2px;
    background-color: #005197;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .bar.middle {
    top: 0.625rem;
    opacity: 1;
  }
  .bar.bottom {
    top: 1.25rem;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .check:checked ~ .header__menu--wrap {
    display: block;
  }
  .check:checked ~ .contents {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    animation-duration: 1s;
  }
  .check:checked ~ .header__menubutton .top {
    width: 2.2rem;
    transform-origin: 0rem 0.5rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FFFFFF;
  }
  .check:checked ~ .header__menubutton .middle {
    opacity: 0;
  }
  .check:checked ~ .header__menubutton .bottom {
    width: 2.2rem;
    transform-origin: 0.6rem 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 1099px) {
  .header__menu--wrap {
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #005197;
    margin-top: 0;
    padding-top: 6rem;
    animation-duration: 0.5s;
    animation-name: righttoleft;
    z-index: 50;
  }
  .header__menu__list {
    position: relative;
    width: 100%;
    letter-spacing: 0.1rem;
    font-weight: 700;
    padding: 0 0.5rem;
  }
  .header__menu__list::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 25px;
  }
  .header__menu__link {
    display: block;
    color: #FFFFFF !important;
  }
  .header__menu__list:last-of-type .header__menu__link {
    color: #FFFFFF !important;
  }	
  .header__menu__list:not(:last-of-type) .header__menu__link:hover {
    border-bottom: none;
  }
  .header__menu__logo {
    text-align: center;
    margin-top: 4rem;
  }
  .header__menu__logo__img {
    width: 120px;
  }
}
@keyframes righttoleft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* main
------------------------------------------------------------*/
.main {
  width: 100%;
  margin-top: 60px;
  background-image: url("../images/noise_white.gif");
}
.lower .main {
  margin-top: 0;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 56px;
  }
  .lower .main {
    padding-top: 56px;
  }
}
.inner {
  width: 100%;
}
/* button */
.button__link {
  position: relative;
  display: inline-block;
  width: 8em;
  font-family: "Anton", sans-serif;
  color: #004079;
  font-size: 2rem;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #004079;
  padding: 0.25rem 0.75rem 0.35rem 1.725rem;
  transition: .5s;
}
.button__link:before, .button__link:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1rem;
  height: 2px;
  background: #004079;
  transition: .3s;
}
.button__link:before {
  width: 30px;
  transform: translateY(-50%);
}
.button__link:after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.button__link:hover {
  color: #FFFFFF;
  background: #004079;
  border-bottom: none;
  border-radius: 60px;
}
.button__link:hover::before, .button__link:hover::after {
  right: 0.5rem;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .button__link {
    width: 7.5em;
  }
}
/* contents
------------------------------------------------------------*/
.contents--inner {
  max-width: calc(1440 / 1920 * 100vw);
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .contents--inner {
    max-width: calc(1080 / 1200 * 100vw);
  }
}
.contents__image--wrap {
  width: 45%;
  overflow: hidden;
  margin: 0 auto;
}
.contents__image {
  transition: .4s;
}
.contents__image--wrap:hover .contents__image {
  transform: scale(1.05);
}
.contents__text--wrap {
  width: 49%;
}
.contents__headline {
  color: #005197;
  font-size: 2.5rem;
  display: block;
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  margin-bottom: 1.5rem;
}
.contents__headline__english {
  color: #004079;
  font-size: calc(180/ 2560 * 100vw);
  display: block;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1;
}
.lower__headline {
  text-align: center;
  color: #005197;
  font-size: 2rem;
  display: block;
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  margin-bottom: 1.5rem;
}
.lower__headline__english {
  color: #004079;
  font-size: calc(120/ 2560 * 100vw);
  display: block;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1;
}
.contents__text {
  color: #4D4D4D;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.contents__text--wrap .button__link:hover + .contents__image--wrap .contents__image {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .contents__image--wrap {
    width: 100%;
  }
  .contents__text--wrap {
    width: 100%;
  }
  .contents__headline {
    font-size: calc(48 / 768 * 100vw);
  }
  .contents__headline__english {
    font-size: calc(120 / 768 * 100vw);
  }
  .lower__headline {
    font-size: calc(48 / 768 * 100vw);
  }
  .lower__headline__english {
    font-size: calc(120 / 768 * 100vw);
  }	
  .contents__text {
    font-size: 16px;
  }
}
/* pagetop
------------------------------------------------------------*/
#page__top {
  position: fixed;
  right: 30px;
  z-index: 1;
  opacity: 0;
  transform: translateX(100px);
}
#page__top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.pagetop__link {
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 1rem;
  background-color: #005197;
  transition: all 0.3s;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .pagetop__link {
    font-size: 1rem;
    padding: 0.35rem 0.75rem 0.5rem 0.75rem;
  }
}
.pagetop__link:hover {
  opacity: 0.8;
}
@media screen and (max-width:767px) {
  #page__top {
    bottom: 30px;
  }
}
/* footer
------------------------------------------------------------*/
.footer {
  width: 100%;
  background: #004079;
  padding: 3rem 0 2rem;
}
.footer--inner {
  display: flex;
  justify-content: space-between;
  max-width: 635px;
  margin: 0 auto;
}
.footer__menu__list {
  font-weight: bold;
}
.footer__menu__list + .footer__menu__list {
  margin-top: 1rem;
}
.footer__menu__child__list {
  margin-left: 1rem;
  margin-top: 0.5rem;
  font-weight: normal;
}
.footer__menu__link {
  color: #FFFFFF;
  transition: .3s
}
.footer__menu__link:hover {
  border-bottom: 1px solid #FFFFFF;
}
.copy {
  text-align: center;
  font-size: 0.75rem;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 90px;
}
@media screen and (max-width:767px) {
  .footer--inner {
    flex-direction: column;
    text-align: center;
    padding: 1rem 0;
  }
  .footer__menu--group {
    margin-top: 4rem;
  }
}