@charset "UTF-8";
header {
  width: 100%;
  background: #fff;
  z-index: 100;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 1px 1px 8px #888888;
          box-shadow: 1px 1px 8px #888888;
}

.mainvisual-area {
  position: relative;
  padding: 70px 0 60px;
  width: 100%;
  color: #fff;
  background: url(/img/main-bg.jpg) bottom center no-repeat;
  background-color: #6f98cc;
}

@media screen and (min-width: 768px) {
  .mainvisual-area {
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual-area {
    padding: 40px 0 50px;
    background: url(/img/main-bg-sp.jpg) bottom center no-repeat;
    background-size: cover;
  }
}

.mainvisual-area .mv-inner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 25px;
}

.mainvisual-area h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 7.2rem;
  text-shadow: 3px 6px 16px #6296cf,3px 6px 16px #6296cf;
  line-height: 1.1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .mainvisual-area h1 {
    font-size: 7.5vw;
    font-weight: 400;
  }
}

.mainvisual-area .mv-text {
  margin-top: 20px;
  text-shadow: 3px 6px 16px #6296cf,3px 6px 16px #6296cf;
  line-height: 1.6;
  font-weight: bold;
  max-width: 765px;
}

@media screen and (max-width: 768px) {
  .mainvisual-area .mv-text {
    letter-spacing: -0.5px;
  }
}

.navigation-wrap {
  margin-top: 20%;
  position: relative;
  display: inline-block;
  max-width: 960px;
  width: 100%;
}

.navigation-wrap .navigation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin-right: 35px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  max-width: 630px;
}

@media screen and (max-width: 768px) {
  .navigation-wrap .navigation-box {
    margin-right: 0;
    padding: 15px 0;
  }
}

.navigation-wrap .navigation-box > li {
  width: 25%;
  text-align: center;
}

.navigation-wrap .navigation-box > li > a > figure {
  height: 50px;
  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;
}

@media screen and (max-width: 768px) {
  .navigation-wrap .navigation-box > li > a > figure > img {
    width: auto;
    height: 30px;
  }
}

.navigation-wrap .navigation-box a {
  display: block;
  padding: 0 15px;
}

.navigation-wrap .navigation-box a .gnav-ttl {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .navigation-wrap .navigation-box a .gnav-ttl {
    font-size: 1rem;
    margin-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  .navigation-wrap .navigation-box a {
    padding: 0 5px;
  }
}

.navigation-wrap .navigation-box figure {
  width: 48px;
  height: 48px;
  margin: auto;
}

.navigation-wrap .normal-btn {
  font-size: 15px;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 35px;
  border: 2px solid #fff;
  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;
  width: calc(32% - -11px);
  height: 70px;
  margin-top: 50px;
  background: #2374bb;
}

@media screen and (max-width: 768px) {
  .navigation-wrap .normal-btn {
    font-size: 80%;
    margin-top: 20px;
    width: 48%;
    height: 50px;
  }
}

.navigation-wrap .normal-btn a {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}

.navigation-wrap .normal-btn a::after {
  content: '';
  display: block;
  width: 0.70715em;
  height: 0.70715em;
  margin-left: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation-wrap .normal-btn .exchange-icon {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}

.navigation-wrap .exchange-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 35px;
  background: #fff;
  width: calc(33% - 10px);
  height: 70px;
  text-align: center;
  margin-top: 50px;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .navigation-wrap .exchange-btn {
    margin-top: 20px;
    padding: 12px 6px;
    width: 48%;
    height: 50px;
    line-height: 1.2;
  }
}

.navigation-wrap .exchange-btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  height: 70px;
  line-height: 1.2;
  text-align: center;
  padding: 13px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-wrap .exchange-btn a::after {
  border-color: #000;
}

.navigation-wrap .exchange-btn .sp {
  display: block;
}

@media screen and (max-width: 768px) {
  .navigation-wrap .exchange-btn .sp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .navigation-wrap .exchange-btn .sp {
    display: block;
  }
}

.navigation-wrap .gnav {
  text-align: center;
}

.navigation-wrap .gnav + .gnav {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .navigation-wrap .gnav + .gnav {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.navigation-wrap .gnav.gnav-02 .gnav-active ul > li:first-child {
  color: #fff;
  background-color: transparent;
}

.navigation-wrap .gnav .gnav-active {
  position: absolute;
  width: 100%;
  padding: 7% 6.5% 6.5%;
  background: #016bc5;
  z-index: 100;
  left: 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .navigation-wrap .gnav .gnav-active {
    width: 100%;
    top: 58%;
    padding: 10% 6.5% 6.5%;
  }
  .navigation-wrap .gnav .gnav-active a {
    padding: 8px !important;
  }
  .navigation-wrap .gnav .gnav-active figure {
    width: 24%;
    height: auto;
  }
}

.navigation-wrap .gnav .gnav-active .close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  top: 0;
  right: 0;
}

.navigation-wrap .gnav .gnav-active .close-btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navigation-wrap .gnav .gnav-active .close-btn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation-wrap .gnav .gnav-active ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #016bc5;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .navigation-wrap .gnav .gnav-active ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.navigation-wrap .gnav .gnav-active ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #fff;
  width: calc(23%);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .navigation-wrap .gnav .gnav-active ul li {
    width: calc(100% / 2 - 5px);
    margin-top: 10px;
  }
  .navigation-wrap .gnav .gnav-active ul li:last-child {
    margin: 10px 0 0;
  }
}

.navigation-wrap .gnav .gnav-active ul a {
  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;
  min-height: 114px;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .navigation-wrap .gnav .gnav-active ul a {
    min-height: initial;
    padding: 20px 10px;
  }
}

.navigation-wrap .gnav .gnav-active ul .hover-text {
  font-weight: bold;
  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;
  word-break: break-all;
  margin-top: 0.5rem;
}

.attention p {
  line-height: 1.6;
}

.know-list {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .know-list {
    margin-top: 25px;
  }
}

.know-list li {
  width: 100%;
  height: 70px;
  border: 2px solid #2374bb;
  border-radius: 35px;
  position: relative;
  color: #2374bb;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .know-list li {
    font-size: 1.5rem;
    height: 40px;
  }
}

.know-list li > a {
  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;
  height: 100%;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .know-list li > a {
    padding: 0 20px;
  }
}

.know-list li + li {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .know-list li + li {
    margin-top: 15px;
  }
}

.know-list .arrow-btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #2374bb;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .know-list .arrow-btn {
    width: 20px;
    height: 20px;
  }
}

.know-list .arrow-btn::before {
  content: '';
  width: 0;
  height: 0;
  border: solid 9px transparent;
  border-left: solid 14px #fff;
  position: absolute;
  top: 27%;
  left: 39%;
}

@media screen and (max-width: 768px) {
  .know-list .arrow-btn::before {
    border: solid 4.5px transparent;
    border-left: solid 7px #fff;
  }
}

@media screen and (max-width: 768px) {
  body.th .know-list li:nth-of-type(3) {
    height: 60px;
  }
}

.confirmation {
  margin-top: 60px;
  width: 100%;
  background: #dcdcdc;
  padding: 45px 40px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .confirmation {
    margin-top: 30px;
    padding: 30px 40px;
  }
}

.confirmation p {
  max-width: 420px;
  margin: 0 auto;
}

.confirmation .confirmation-btn {
  color: #fff;
  font-weight: bold;
  background: #e61f18;
  padding: 25px;
  border-radius: 35px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.confirmation .confirmation-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 41%;
  right: 5%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .confirmation .confirmation-btn::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid;
  }
}

@media screen and (max-width: 768px) {
  .confirmation .confirmation-btn {
    margin-top: 20px;
    padding: 14px;
  }
}

.bg-blossom1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .bg-blossom1 ul {
    display: block;
  }
}

.bg-blossom1 ul li {
  width: calc(100% / 3 - 40px);
  background: #fff;
  -webkit-box-shadow: 1px 1px 8px #888888;
          box-shadow: 1px 1px 8px #888888;
  position: relative;
}

@media screen and (max-width: 768px) {
  .bg-blossom1 ul li {
    width: 100%;
  }
}

.bg-blossom1 ul li img {
  width: 100%;
}

.bg-blossom1 ul li a {
  display: block;
  height: 100%;
}

.bg-blossom1 ul li a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #2474bb;
}

@media screen and (max-width: 768px) {
  .bg-blossom1 ul li a::after {
    right: 22px;
    bottom: 22px;
    border-width: 0 0 10px 10px;
  }
}

@media screen and (max-width: 768px) {
  .bg-blossom1 ul li + li {
    margin-top: 25px;
  }
}

.jrp-textbox {
  padding: 15%;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .jrp-textbox {
    position: absolute;
    padding: 9% 0;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(245, 243, 243, 0.6);
    letter-spacing: 0.1rem;
  }
}

.jrp-textbox dt {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .jrp-textbox dt {
    font-size: 3.8vw;
  }
}

.jrp-textbox dd {
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .jrp-textbox dd {
    font-size: 2.5vw;
    margin-top: 0;
  }
}

.topics {
  background: url(/img/bg-blossom.jpg) no-repeat center top;
  background-size: cover;
}

.topics .m-textbox {
  margin-top: 40px;
  background: #fff;
  border: 1px solid #a0a0a0;
  padding: 20px 15px;
}

@media screen and (max-width: 768px) {
  .topics .m-textbox {
    margin-top: 20px;
  }
}

.topics .m-textbox p {
  position: relative;
  padding-left: 40px;
  line-height: 1.4;
}

.topics .m-textbox p::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 5px;
  top: 8px;
  left: 10px;
  background: #4a5665;
}

.topics .m-textbox p a {
  color: #2374bb;
}

.topics p + p {
  margin-top: 30px;
}

.recommendations .recommendations-map {
  margin-top: 40px;
  text-align: center;
}

.recommendations .recommendations-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .recommendations .recommendations-list {
    margin-top: 25px;
  }
}

.recommendations .recommendations-list ul {
  margin: 0 auto;
}

.recommendations .recommendations-list ul li {
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .recommendations .recommendations-list ul li {
    margin: 10px auto;
  }
}

.recommendations .recommendations-list ul li a {
  display: block;
}

@media screen and (max-width: 768px) {
  .recommendations .recommendations-list ul li + li {
    margin: 10px auto 0;
  }
}

.bg-blossom2 {
  background: url(/img/bg-blossom.jpg) center top no-repeat;
  background-size: cover;
}

.jr-group-members ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.jr-group-members ul li {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .jr-group-members ul li {
    margin: 10px auto 0;
    width: calc(100% / 3 - 10px);
  }
}

@media screen and (max-width: 768px) {
  .jr-group-members ul li:nth-child(-n+3) {
    margin: 0 auto;
  }
}

.jr-group-members ul a {
  display: block;
}

.jr-group-members .m-textbox {
  margin-top: 40px;
  background: #fff;
  border: 1px solid #a0a0a0;
  padding: 10px 15px;
}

@media screen and (max-width: 768px) {
  .jr-group-members .m-textbox {
    margin-top: 20px;
  }
}

.jr-group-members .m-textbox p {
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .jr-group-members .m-textbox p {
    font-size: 3.2vw;
  }
}

.t-right {
  text-align: right !important;
}
/*# sourceMappingURL=style.css.map */