@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #333;
  min-width: 100%;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.15em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
/* ============================================================
 en fonts
============================================================ */
.en {
  font-family: 'Lato', sans-serif;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print {
  #pc-header,
  #sp-header,
  #footer,
  .sp {
    display: none !important;
  }
}
.txt-blue {
  color: #004588;
}
.txt-blue {
  color: rgba(0, 69, 136, x);
}
.gray-line {
  border: #DEDEDE;
}
/* ============================================================
 PC header
============================================================ */
#pc-header {
  width: 100%;
  height: 100px;
  padding: 10px 50px;
  position: fixed;
  top: 0;
  z-index: 1000;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#pc-header .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
}
#pc-header .sub-menu li {
  margin-left: 1.4em;
}
#pc-header .sub-menu li:first-child {
  margin-left: 0;
}
#pc-header .sub-menu a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#pc-header .sub-menu a:hover {
  color: #004588;
}
#pc-header .nav-wrap {
  height: 100%;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pc-header .h-logo {
  width: 210px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#pc-header .h-logo a {
  display: block;
}
#pc-header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#pc-header .main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pc-header .menu {
  font-size: 1.6rem;
}
#pc-header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.6em;
}
#pc-header .menu li {
  margin-left: 1.4em;
}
#pc-header .menu li:first-child {
  margin-left: 0;
}
#pc-header .menu a {
  position: relative;
  display: block;
  padding-bottom: 1em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#pc-header .menu a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.2em;
  height: 2px;
  margin-left: -0.6em;
  background: #004588;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
#pc-header .menu a.active,
#pc-header .menu a:hover {
  color: #004588;
}
#pc-header .menu a.active:after,
#pc-header .menu a:hover:after {
  opacity: 1;
}
#pc-header .circle-arrow-link {
  margin-top: -2px;
}
#pc-header .circle-arrow-link a {
  font-size: 1.4rem;
  padding-right: 1.8em;
}
#pc-header .circle-arrow-link a:before {
  width: 1.3em;
  height: 1.3em;
}
#pc-header .circle-arrow-link a:after {
  right: 7px;
  margin-top: -3px;
}
#pc-header .circle-arrow-link a:hover:after {
  right: 4px;
}
#pc-header .buttons {
  margin-left: 30px;
}
#pc-header .buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pc-header .buttons li {
  margin-left: 10px;
}
#pc-header .buttons li:first-child {
  margin-left: 0;
}
#pc-header .buttons .btn {
  width: 150px;
  height: 34px;
  padding: 0;
  line-height: 33px;
  font-size: 1.3rem;
  letter-spacing: 0;
}
#pc-header .buttons .blue-line {
  border-width: 1px;
}
@media screen and (max-width: 1225px) {
  #pc-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  #pc-header .h-logo {
    width: 190px;
  }
  #pc-header .buttons {
    margin-left: 20px;
  }
  #pc-header .buttons li {
    margin-left: 10px;
  }
  #pc-header .buttons .btn {
    width: 140px;
  }
}
@media screen and (max-width: 1100px) {
  #pc-header .menu {
    font-size: 1.5em;
  }
  #pc-header .menu li {
    margin-left: 1.2em;
  }
}
/* ============================================================
 header｜shrink
============================================================ */
#pc-header.shrink {
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.85);
  padding-top: 10px;
  padding-bottom: 10px;
}
#pc-header.shrink .nav-wrap {
  margin-top: 4px;
}
#pc-header.shrink .h-logo {
  width: 150px;
}
#pc-header.shrink .menu a {
  padding-bottom: 0.6em;
}
/* ============================================================
 SP/tablet header
============================================================ */
#sp-header {
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  z-index: 1000;
}
#sp-header .h-logo {
  display: block;
  width: 145px;
  margin: 15px 20px;
}
/* ハンバーガーボタン */
#hbg {
  display: block;
  position: fixed;
  z-index: 10000;
  right: 30px;
  top: 21px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
}
#hbg span {
  display: block;
  position: absolute;
  height: 1px ;
  left: 0;
  background: #333;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
#hbg span:nth-child(1) {
  width: 20px;
  top: 5px;
}
#hbg span:nth-child(2) {
  width: 20px;
  top: 10px;
}
#hbg span:nth-child(3) {
  width: 20px;
  top: 15px;
}
#hbg.active span {
  background: #fff;
}
#hbg.active span:nth-child(1) {
  top: 10px;
  left: -2px;
  width: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#hbg.active span:nth-child(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-hamburger-bar02 0.5s forwards;
          animation: active-hamburger-bar02 0.5s forwards;
}
#hbg.active span:nth-child(3) {
  top: 10px;
  left: -2px;
  width: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
#sp-gnav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  color: #000;
  background: #132964;
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#sp-gnav ul {
  margin: 0 15px 60px 15px;
  padding-top: 30px;
}
#sp-gnav li {
  width: 100%;
}
#sp-gnav li a {
  display: block;
  color: #fff;
  padding: 0;
  margin-top: 1.6em;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.15em;
}
#sp-gnav li a span {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0 0.5em;
  background: #fff;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #132964;
  letter-spacing: 0.05em;
}
#sp-gnav.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  top: 0;
  bottom: initial;
}
#sp-gnav .logo {
  display: block;
  width: 145px;
}
#sp-gnav .btn {
  width: 90%;
  margin: 0 auto;
  border-radius: 8px;
  padding: 1em;
  letter-spacing: 0.1em;
}
#sp-gnav .cv-btn-area {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sp-gnav .cv-btn-area .btn-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#sp-gnav .cv-btn-area .btn {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 1em 0;
  height: 100%;
  border-radius: 12px;
}
#sp-gnav .cv-btn-area .img {
  margin: -80px auto 10px auto;
  width: 90%;
}
#sp-gnav .login {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 1em 1.2em;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1;
}
#sp-gnav .circle-arrow-link {
  margin-top: 0;
  text-align: left;
}
#sp-gnav .circle-arrow-link a {
  padding-right: 1.8em;
  display: inline-block;
}
#sp-gnav .circle-arrow-link a:before {
  border: 1px solid #fff;
}
#sp-gnav .circle-arrow-link a:after {
  background: url(/images/common/arrow_white.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1050px) {
  #sp-header {
    display: none !important;
  }
}
@media screen and (max-width: 1049px) {
  #pc-header {
    display: none !important;
  }
}
/* ============================================================
 footer
============================================================ */
#footer {
  padding-top: 50px;
  padding-bottom: 45px;
  background: #004588;
}
#footer .foot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
#footer .foot-wrap a {
  color: #fff;
}
#footer #f-logo {
  width: 21%;
}
#footer .foot-cont {
  margin-left: 19%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.foot-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.foot-nav-list .parent {
  margin-top: 0.5em;
  font-size: 1.4rem;
}
.foot-nav-list .child {
  font-size: 1.3rem;
  margin-left: 1em;
}
.corporate-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
}
.corporate-info > li {
  margin-left: 2em;
}
.corporate-info > li:first-child {
  margin-left: 0;
}
.foot-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.foot-sns a {
  margin-left: 20px;
  display: block;
  width: 25px;
}
.copyright {
  margin-top: 50px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  #footer .foot-cont {
    margin-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  #footer .foot-wrap {
    display: block;
  }
  #footer #f-logo {
    width: 60%;
    margin-bottom: 20px;
  }
  #footer .foot-cont {
    margin-left: 0;
  }
  .foot-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foot-nav-list > li {
    width: 42%;
    font-size: 1.3rem;
    margin-top: 0.7em;
    white-space: nowrap;
  }
  .foot-nav-list > li.sp-right {
    width: 58%;
    white-space: normal;
  }
  .foot-nav-list .parent {
    margin-top: 0.7em;
    font-size: 1.3rem;
  }
  .foot-nav-list .child {
    font-size: 1.2rem;
    margin-left: 1em;
  }
  .foot-nav-list span {
    display: inline-block;
    margin-left: 0.5em;
    padding: 0 0.5em;
    background: #fff;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #132964;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .corporate-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
  .corporate-info > li {
    margin-left: 1.5em;
  }
  .corporate-info > li:first-child {
    margin-left: 0;
  }
  .foot-sns {
    margin-left: 10px;
  }
  .foot-sns a {
    margin-left: 15px;
  }
  .copyright {
    margin-top: 20px;
    font-size: 1rem;
    text-align: center;
  }
}
/* ============================================================
 pagetop
============================================================ */
.pagetop {
  z-index: 100;
  position: fixed;
  right: 20px;
  display: none;
}
.pagetop a {
  width: 50px;
  height: 50px;
  display: block;
}
.pagetop a span {
  white-space: nowrap;
  text-indent: 101%;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#004588), to(#005DAB));
  background: linear-gradient(to bottom, #004588, #005DAB);
  font-size: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagetop a span:before {
  content: "";
  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: 100%;
  height: 100%;
  background: url(/images/common/arrow_white.svg) no-repeat center center;
  background-size: 15px 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 10px;
  }
  .pagetop a {
    width: 45px;
    height: 45px;
  }
}
