@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* ==========================================================================
All Mixin
========================================================================== */
.bg-secondry {
  background-color: #E1EDF9; }

body {
  color: #313131;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px; }

h2, h3 {
  letter-spacing: -0.05rem;
  line-height: 40px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 26px; }

p {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .08em; }

h1, h2, h3, h4, h5, p, li, a, span, button {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif !important; }

/* En */
#en h1, #en h2, #en h3, #en h4, #en h5, #en p, #en li, #en a, #en span, #en button {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important; }
#en p {
  line-height: 1.5;
  letter-spacing: 0; }

.section-pb-lg {
  padding-bottom: 75px; }
  @media screen and (max-width: 576px) {
    .section-pb-lg {
      padding-bottom: 50px; } }

.section-py-lg {
  padding: 75px 0; }
  @media screen and (max-width: 576px) {
    .section-py-lg {
      padding: 50px 0; } }

.btn {
  border-radius: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  padding: 15px 35px !important; }

.btn-custom-primary {
  background-color: #005295;
  color: #fff;
  border: 2px solid #005295; }
  .btn-custom-primary:hover {
    background-color: transparent;
    color: #005295; }

.section-title-common {
  font-size: 32px;
  font-weight: 400 !important;
  letter-spacing: .02em;
  line-height: 1.4;
  position: relative;
  margin-bottom: 75px; }
  .section-title-common:after {
    content: '';
    background-color: #005295;
    height: 3px;
    width: 150px;
    position: absolute;
    bottom: -25px;
    left: 0; }
  @media screen and (max-width: 576px) {
    .section-title-common {
      font-size: 26px;
      margin-bottom: 50px; }
      .section-title-common:after {
        bottom: -15px; } }

.carousel-caption {
  left: 3% !important;
  bottom: 0 !important; }
  .carousel-caption h5 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.3; }

#title h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4; }
  @media screen and (max-width: 576px) {
    #title h1 {
      font-size: 26px; } }

#intro .blurb-wrap h3 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5; }
#intro .blurb-wrap--en h3 {
  letter-spacing: .02em; }

@media screen and (max-width: 576px) {
  #start {
    background-color: #fff !important; } }
#start img {
  width: 100%; }

div.page_top {
  position: fixed;
  z-index: 5;
  bottom: 90px;
  top: initial;
  left: initial;
  right: 24px; }
  div.page_top a {
    display: block;
    background-color: #005295;
    color: #FFF;
    padding-top: 20px;
    text-align: center;
    width: 70px;
    height: 70px;
    opacity: 0.55;
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out; }
    div.page_top a:active, div.page_top a:hover {
      opacity: 0.8; }

#copyright {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px; }
