/* Header
-------------------------------------------------*/
.h-box {
  position: relative;
}

.h-box .logo.logo-head {
  position: absolute;
  z-index: 11;
  top: 36px;
  left: 40px;
}

.h-box-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.h-box-txt p {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}

.h-box-txt-1 {
  font-size: 180px;
}

.h-box-txt-2 {
  font-size: 40px;
  padding: 30px 0 55px;
}

.h-box-txt-3 {
  font-size: 16px;
}

.h-box-bg {
  position: relative;
}

.h-box-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/common/bg-slider.png);
}

.h-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 20;
}

.h-fixed.fixed {
  display: none;
}

.h-fixed-inner {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  -webkit-box-shadow: 0 5px 4px -6px #333;
  box-shadow: 0 5px 4px -6px #333;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
}

.logo-img img {
  max-width: 48px;
}

.logo.logo2 .logo-txt p {
  color: #222;
  text-shadow: none;
}

.logo-txt {
  padding-left: 20px;
}

.logo-txt p {
  text-shadow: 1px 1px #333;
  color: #fff;
  line-height: 120%;
}

.logo-txt-1 {
  font-size: 26px;
}

.logo-txt-2 {
  padding-top: 5px;
  font-size: 10px;
}

.logo:hover {
  opacity: 0.8;
}

.stick {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 1px;
  height: 80px;
  background-image: url(../img/common/stick.png);
  z-index: 10;
}

/* Toggle
-------------------------------------------------*/
.toggle {
  width: 120px;
  height: 120px;
  text-align: center;
  padding: 46px 0px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 99;
  position: fixed;
  right: 0;
  top: 0;
}

.toggle.active span, .toggle.sub span {
  background-color: #111;
}
.toggle .c-menun {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px !important;
  text-transform: uppercase;
}
.toggle.active .c-menun, .toggle.sub .c-menun {color: #111;}
.toggle.change .c-menun {color: #fff;}
.toggle div {
  width: 37px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.toggle span {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
  margin: 4px 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle span:nth-of-type(1) {
  width: 37px;
}

.toggle.change span {
  background-color: #fff;
}

.toggle.change span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 4px);
          transform: rotate(-45deg) translate(-5px, 4px);
}

.toggle.change span:nth-of-type(2) {
  opacity: 0;
}

.toggle.change span:nth-of-type(3) {
  width: 37px;
  -webkit-transform: rotate(45deg) translate(-8px, -7px);
          transform: rotate(45deg) translate(-8px, -7px);
}

.menu {
  position: fixed;
  z-index: 98;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: hidden;
}

.menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.menu-items {
  width: 62.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-item {
  overflow: hidden;
  width: 50%;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.menu-item:hover .menu-img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.menu-item:hover .menu-txt {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.menu-img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.menu-txt {
  position: absolute;
  color: #fff;
  left: 40px;
  bottom: 35px;
  font-size: 18px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.menu-txt:before {
  content: '';
  width: 1px;
  height: 52px;
  background-color: #fff;
  margin-bottom: 10px;
}

.menu-main {
  width: 37.5%;
  background-color: #1F6FA3;
  padding-right: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-main ul li a {
  display: block;
  padding: 25px 0;
}

.menu-main ul li a p {
  color: #FFF;
  text-align: center;
  line-height: 120%;
}

.menu-main ul li a p.en {
  font-size: 24px;
}

.menu-main ul li a p.ja {
  padding-top: 5px;
  font-size: 12px;
}

.menu-main ul li a:hover {
  opacity: 0.8;
}

.fc {
  margin-top: 120px;
}

.fc__main {
  height: 540px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.fc__main:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/common/fc-bg.png);
  z-index: 2;
}

.fc__ttl {
  z-index: 3;
}

.fc__ttl p {
  text-align: center;
  color: #FFF;
  line-height: 200%;
  text-shadow: 1px 1px #333;
  font-weight: bold;
}

.fc__ttl--1 {
  font-size: 32px;
}

.fc__ttl--2 {
  font-size: 16px;
}

.fc__ttl:before {
  content: '';
  display: block;
  width: 44px;
  height: 1px;
  background-color: #1F6FA3;
  margin: 0 auto 15px;
}

.bread {
  background-color: #1F6FA3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.bread li a {
  font-size: 13px;
  color: #fff;
  line-height: 80px;
}

/* Title
-------------------------------------------------*/
.ttl p {
  text-align: center;
  color: #212121;
  line-height: 160%;
}

.ttl-1 {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ttl-1 span.ttl-cus {
  display: inline-block;
  font-size: 36px;
  position: relative;
}

.ttl-1 span.ttl-cus.fz {
  font-size: 30px;
}

.ttl-1 span.ttl-cus:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 13px;
  background-image: url(../img/common/bg02.png);
  background-size: cover;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: -1;
}

.ttl-1:before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../img/common/ic-ttl.png);
  background-size: cover;
  margin-right: 10px;
}

.ttl-2 {
  font-size: 14px;
}

.ttl2 p {
  text-align: center;
  line-height: 160%;
}

.ttl2-1 {
  font-size: 26px;
}

.ttl2-2 {
  font-size: 14px;
  padding-top: 5px;
}

.ttl2:before {
  content: '';
  display: block;
  margin: 0 auto 15px;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/ic-ttl.png);
  background-size: cover;
}

/* Button */
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  line-height: 80px;
  background-color: rgba(17, 17, 17, 0.94);
  text-align: center;
  font-size: 14px;
  color: #FFF;
}

.button:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../img/common/ic-btn.png);
  background-size: cover;
  margin-right: 8px;
}

.button:hover {
  background-color: rgba(31, 111, 163, 0.94);
}
.common-list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.box-pd {
  padding-top: 75px;
}

.bg-1 {
  background-image: url(../img/common/bg-b.png);
}

.prl {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-cont {
  background-size: contain !important;
}

p.la {
  position: relative;
  top: -120px;
}

/* Footer
-------------------------------------------------*/
.logof-txt-1 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.logof-txt-1 .img {
  margin-right: 10px;
}

.logof-txt-2 {
  color: #fff;
  font-size: 12px;
  padding-left: 40px;
}

.logof:hover {
  opacity: 0.8;
}

.f-box {
  background-image: url(../img/common/bg-f.jpg);
  background-size: cover;
  padding: 50px 0;
}

.f-box-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.f-box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-box-left {
  width: 30%;
  padding-top: 32px;
}

.f-box-left div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-box-left div p {
  font-size: 12px;
  color: #fff;
}

.f-box-left div p span.fz {
  font-size: 14px;
}

.f-box-left div p:nth-of-type(1) {
  width: 100px;
}

.f-box-right {
  width: 63%;
}

.f-box-right-txt-1 {
  color: #fff;
  font-size: 16px;
}

.f-box-right-txt-2 {
  padding-top: 10px;
  font-size: 13px;
  color: #FFF;
  line-height: 200%;
  letter-spacing: -1px;
}

.copyright {
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 120px;
  background-color: rgba(31, 111, 163, 0.98);
}
.c-table table{
  width: 100%;
}
.mt117{
  margin-top: 117px !important;
}
