body, #header {
  min-width: 1024px; }

/*====== Common Parts =====*/
.for_sp {
  display: none !important; }

/* midashi */
.h-01 {
  position: relative;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  padding: 0 0 30px;
  margin: 0 auto 60px; }
  .h-01::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    background: #5E81C0;
    border-radius: 4px;
    width: 500px;
    height: 4px;
    margin-left: -250px; }
  .bg-blue .h-01 {
    color: #fff; }
    .bg-blue .h-01::before {
      background-color: #fff; }
  .h-01 + .note {
    font-weight: 700;
    text-align: center;
    margin: -40px 0 60px; }

.h-02 {
  background: #5E81C0;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.477;
  padding: 10px 35px;
  margin: 0 auto 25px; }

.h-03 {
  background: #5E81C0;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.245em;
  text-align: center;
  max-width: 450px;
  margin: 0 auto 45px; }

.h-04 {
  color: #000;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px; }

.h-05 {
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  text-align: center;
  max-width: 800px;
  padding: 10px;
  margin: 0 auto 75px; }

/* img */
.icon-arrow {
  vertical-align: middle;
  margin: 0 0.8em 0.3em 0; }
  .icon-arrow.is-right {
    margin: 0 0 0.3em 0.8em; }

/* button */
.btn-banner {
  display: inline-block;
  background: #fff;
  border: solid 2px #fff;
  border-radius: 15px;
  color: #000;
  letter-spacing: 0.1em;
  text-align: center;
  width: 370px;
  height: 64px;
  line-height: 62px;
  transition: .3s; }
  .btn-banner:hover {
    background: #5E81C0;
    border-color: #fff;
    color: #fff;
    font-weight: 500;
    opacity: 1; }

/* box */
.flex-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flex-lr.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

/*====== header =====*/
.sec-anchor {
  padding-top: 68px;
  margin-top: -68px; }

#header {
  background: #fff;
  width: 100%;
  padding: 25px 0 0; }
  .gnvFix #header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 0; }

#toggle-button-open {
  display: none; }

#toggle-menu .m-inner {
  position: relative;
  padding: 10px 0; }

.site-name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.3%; }
  .site-name img {
    vertical-align: middle; }

.gnv {
  display: inline-block;
  vertical-align: middle; }
  .gnv li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    padding: 0 1.2vw; }
  .gnv a {
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 12px 20px; }
    .gnv a::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      background: #5E81C0;
      border-radius: 4px;
      width: 100%;
      height: 4px;
      transform: scaleX(0);
      transition: transform .3s; }
    .gnv a:hover {
      opacity: 1; }
      .gnv a:hover::before {
        transform: scaleX(1); }
  .gnv .children {
    display: none !important; }

.nav-lang {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
  .nav-lang span {
    display: none; }

/*====== footer =====*/
.area-sns {
  padding: 4% 0; }

.sns-list {
  text-align: center; }
  .sns-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6%; }

.footer-logo {
  text-align: center; }

.footer-link {
  text-align: center;
  padding: 2.5% 0; }
  .footer-link li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0 17px 0 22px; }
    .footer-link li::before {
      content: "";
      position: absolute;
      top: 15%;
      left: 0;
      display: block;
      border-left: solid 1px #5E81C0;
      width: 0;
      height: 70%; }
    .footer-link li:first-child::before {
      display: none; }

#area-copyright {
  background: #5E81C0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 2% 0 4%; }

@media all and (-ms-high-contrast: none) {
  /*IE*/ }

/*# sourceMappingURL=pc_responsive.css.map */
