@charset "UTF-8";
header {
  width: 100%;
  background: #fff;
  z-index: 100;
  transition: all .4s;
  position: fixed;
  top: 0;
  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: 10%;
  position: relative;
  display: inline-block;
  max-width: 600px;
  width: 100%; }
  .navigation-wrap .navigation-box {
    display: flex;
    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: flex;
        align-items: 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: 60%;
      margin: auto; }
  .navigation-wrap .exchange-btn {
    border: 2px solid #fff;
    border-radius: 35px;
    background: #2374bb;
    width: calc(50% - 10px);
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-top: 50px;
    display: block; }
    @media screen and (max-width: 768px) {
      .navigation-wrap .exchange-btn {
        margin-top: 20px;
        width: 48%;
        height: 50px;
        line-height: 47px; } }
    .navigation-wrap .exchange-btn a {
      color: #fff;
      display: block;
      display: flex;
      align-items: center;
      justify-content: center; }
    .navigation-wrap .exchange-btn .exchange-icon {
      margin-right: 20px;
      display: inline-block; }
      .navigation-wrap .exchange-btn .exchange-icon img {
        vertical-align: middle;
        display: block !important;
        height: 40px; }
        @media screen and (max-width: 768px) {
          .navigation-wrap .exchange-btn .exchange-icon img {
            height: auto;
            width: 30px; } }
  .navigation-wrap .normal-btn {
    align-items: center;
    justify-content: center;
    border: 2px solid #2374bb;
    border-radius: 35px;
    background: #fff;
    width: calc(50% - 10px);
    height: 70px;
    text-align: center;
    margin-top: 50px;
    padding: 13px;
    display: block;
    display: flex; }
    @media screen and (max-width: 768px) {
      .navigation-wrap .normal-btn {
        font-size: 80%;
        margin-top: 20px;
        padding: 12px 6px;
        width: 48%;
        height: 50px;
        line-height: 1.2; } }
    .navigation-wrap .normal-btn a {
      align-items: center;
      color: #2374bb;
      height: 70px;
      line-height: 1.2;
      text-align: center;
      padding: 13px;
      display: block;
      display: flex;
      font-size: 80%; }
    .navigation-wrap .normal-btn .sp {
      display: block; }
      @media screen and (max-width: 768px) {
        .navigation-wrap .normal-btn .sp {
          display: none; } }
      @media screen and (max-width: 480px) {
        .navigation-wrap .normal-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-active {
      position: absolute;
      width: 100%;
      padding: 7% 6.5% 6.5%;
      background: #016bc5;
      z-index: 10;
      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 .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;
          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;
          transform: rotate(45deg); }
      .navigation-wrap .gnav .gnav-active ul {
        display: flex;
        justify-content: space-between;
        color: #016bc5;
        font-size: 1.2rem; }
        @media screen and (max-width: 768px) {
          .navigation-wrap .gnav .gnav-active ul {
            flex-wrap: wrap; } }
        .navigation-wrap .gnav .gnav-active ul li {
          background: #fff;
          width: calc(23%); }
          @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: block;
          padding: 30px 15px; }
          @media screen and (max-width: 768px) {
            .navigation-wrap .gnav .gnav-active ul a {
              padding: 20px 10px; } }
        .navigation-wrap .gnav .gnav-active ul .hover-text {
          font-weight: bold;
          display: flex;
          justify-content: 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: flex;
      justify-content: space-between;
      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: flex;
  justify-content: space-between;
  align-items: center;
  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;
      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: flex;
  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;
    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; }
  @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%;
      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: flex;
  justify-content: space-between;
  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: flex;
  flex-flow: wrap;
  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; } }
