/* line 4, ../scss/pc_responsive.scss */
body, #header {
  min-width: 1024px; }

/*====== Common Parts =====*/
/* line 8, ../scss/pc_responsive.scss */
.for_sp {
  display: none !important; }

/* midashi */
/* line 11, ../scss/pc_responsive.scss */
.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; }
  /* line 21, ../scss/pc_responsive.scss */
  .h-01::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    background: #5E81C0;
    border-radius: 4px;
    width: 500px;
    height: 4px;
    margin-left: -250px; }
  /* line 34, ../scss/pc_responsive.scss */
  .bg-blue .h-01 {
    color: #fff; }
    /* line 37, ../scss/pc_responsive.scss */
    .bg-blue .h-01::before {
      background-color: #fff; }
  /* line 42, ../scss/pc_responsive.scss */
  .h-01 + .note {
    font-weight: 700;
    text-align: center;
    margin: -40px 0 60px; }

/* line 49, ../scss/pc_responsive.scss */
.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; }

/* line 60, ../scss/pc_responsive.scss */
.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; }

/* line 72, ../scss/pc_responsive.scss */
.h-04 {
  color: #000;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px; }

/* line 80, ../scss/pc_responsive.scss */
.h-05 {
  text-align: center;
  max-width: 800px;
  padding: 10px;
  margin: 0 auto 5px; }

/* line 87, ../scss/pc_responsive.scss */
.h-06 {
  position: relative;
  color: #5E81C0;
  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; }
  /* line 97, ../scss/pc_responsive.scss */
  .h-06::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    background: #5E81C0;
    border-radius: 4px;
    width: 500px;
    height: 4px;
    margin-left: -250px; }
  /* line 110, ../scss/pc_responsive.scss */
  .bg-blue .h-06 {
    color: #fff; }
    /* line 113, ../scss/pc_responsive.scss */
    .bg-blue .h-06::before {
      background-color: #fff; }
  /* line 118, ../scss/pc_responsive.scss */
  .h-06 + .note {
    font-weight: 700;
    text-align: center;
    margin: -40px 0 60px; }

/* line 125, ../scss/pc_responsive.scss */
.h-07 {
  text-align: center;
  padding: 10px;
  margin: 25px auto 25px;
  font-size: 22px; }

/* img */
/* line 134, ../scss/pc_responsive.scss */
.icon-arrow {
  vertical-align: middle;
  margin: 0 0.8em 0.3em 0; }
  /* line 138, ../scss/pc_responsive.scss */
  .icon-arrow.is-right {
    margin: 0 0 0.3em 0.8em; }

/* button */
/* line 142, ../scss/pc_responsive.scss */
.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; }
  /* line 155, ../scss/pc_responsive.scss */
  .btn-banner:hover {
    background: #5E81C0;
    border-color: #fff;
    color: #fff;
    font-weight: 500;
    opacity: 1; }

/* line 164, ../scss/pc_responsive.scss */
.btn-banner2 {
  display: inline-block;
  background: #fff;
  border: solid 2px #fff;
  border-radius: 15px;
  color: #000;
  letter-spacing: 0.1em;
  text-align: center;
  min-width: 370px;
  max-width: 500px;
  transition: .3s;
  padding: 15px 10px;
  line-height: 14px; }
  /* line 178, ../scss/pc_responsive.scss */
  .btn-banner2:hover {
    background: #5E81C0;
    border-color: #fff;
    color: #fff;
    font-weight: 500;
    opacity: 1; }

/* box */
/* line 188, ../scss/pc_responsive.scss */
.flex-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 196, ../scss/pc_responsive.scss */
  .flex-lr.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

/*====== header =====*/
/* line 206, ../scss/pc_responsive.scss */
.sec-anchor {
  padding-top: 68px;
  margin-top: -68px; }

/* line 211, ../scss/pc_responsive.scss */
#header {
  background: #fff;
  width: 100%;
  padding: 25px 0 0; }
  /* line 216, ../scss/pc_responsive.scss */
  .gnvFix #header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 0; }

/* line 225, ../scss/pc_responsive.scss */
#toggle-button-open {
  display: none; }

/* line 230, ../scss/pc_responsive.scss */
#toggle-menu .m-inner {
  position: relative;
  padding: 10px 0; }

/* line 236, ../scss/pc_responsive.scss */
.site-name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.3%; }
  /* line 241, ../scss/pc_responsive.scss */
  .site-name img {
    vertical-align: middle; }

/* line 244, ../scss/pc_responsive.scss */
.gnv {
  display: inline-block;
  vertical-align: middle; }
  /* line 248, ../scss/pc_responsive.scss */
  .gnv li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    padding: 0 1.2vw;
    position: relative; }
    /* line 255, ../scss/pc_responsive.scss */
    .gnv li .active .children_pc {
      display: block; }
  /* line 261, ../scss/pc_responsive.scss */
  .gnv a {
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 12px 20px; }
    /* line 268, ../scss/pc_responsive.scss */
    .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; }
    /* line 282, ../scss/pc_responsive.scss */
    .gnv a:hover {
      opacity: 1; }
      /* line 285, ../scss/pc_responsive.scss */
      .gnv a:hover::before {
        transform: scaleX(1); }
  /* line 291, ../scss/pc_responsive.scss */
  .gnv .children {
    display: none !important; }
  /* line 293, ../scss/pc_responsive.scss */
  .gnv .children_pc {
    display: none;
    position: absolute;
    width: 12em;
    border: 1px solid #5E81C0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: #fff; }
    /* line 303, ../scss/pc_responsive.scss */
    .gnv .children_pc li {
      display: block;
      text-align: center;
      padding: 0; }
      /* line 307, ../scss/pc_responsive.scss */
      .gnv .children_pc li a {
        display: block;
        padding: 12px 34px; }
  .gnv .active .children_pc{
    display: block;
  }
/* line 315, ../scss/pc_responsive.scss */
.nav-lang {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
  /* line 321, ../scss/pc_responsive.scss */
  .nav-lang span {
    display: none; }

/*====== footer =====*/
/* line 326, ../scss/pc_responsive.scss */
.area-sns {
  padding: 4% 0; }

/* line 330, ../scss/pc_responsive.scss */
.sns-list {
  text-align: center; }
  /* line 333, ../scss/pc_responsive.scss */
  .sns-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3.5%; }

/* line 340, ../scss/pc_responsive.scss */
.footer-logo {
  text-align: center; }

/* line 344, ../scss/pc_responsive.scss */
.footer-link {
  text-align: center;
  padding: 2.5% 0; }
  /* line 348, ../scss/pc_responsive.scss */
  .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; }
    /* line 356, ../scss/pc_responsive.scss */
    .footer-link li::before {
      content: "";
      position: absolute;
      top: 15%;
      left: 0;
      display: block;
      border-left: solid 1px #5E81C0;
      width: 0;
      height: 70%; }
    /* line 367, ../scss/pc_responsive.scss */
    .footer-link li:first-child::before {
      display: none; }

/* line 373, ../scss/pc_responsive.scss */
#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 */
