.display-sp {
  display: none; }
  @media (max-width: 900px) {
    .display-sp {
      display: block; } }

@media (max-width: 900px) {
  .hidden-sp {
    display: none; } }

img {
  max-width: 100%; }

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0;
  background: #fff;
  color: #000; }
  @media (max-width: 900px) {
    body {
      font-size: 14px; } }
  body a {
    transition: all 0.2s;
    text-decoration: underline; }
    body a:hover {
      opacity: 0.6; }
  body .flex-center {
    display: flex;
    justify-content: center; }
  body .p-small {
    font-size: 0.9rem; }
  body .maru-lblue {
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 2px;
    font-size: 18px;
    font-weight: bold;
    width: 28px;
    text-align: center; }
    body .maru-lblue:before {
      position: absolute;
      z-index: -1;
      content: ' ';
      background: #a2c7ec;
      border-radius: 100%;
      width: 28px;
      height: 28px;
      top: 3px;
      left: 0; }
  body .btn-slidedown {
    position: relative;
    cursor: pointer; }
    body .btn-slidedown.open:before, body .btn-slidedown.cls:before {
      position: absolute;
      content: ' ';
      top: 8px;
      right: 10px;
      width: 22px;
      height: 22px; }
      @media (max-width: 900px) {
        body .btn-slidedown.open:before, body .btn-slidedown.cls:before {
          width: 18px;
          height: 18px;
          top: 6px; } }
    body .btn-slidedown.open:before {
      background: url(/images/icon-plus.png) right center/auto 100% no-repeat; }
    body .btn-slidedown.cls:before {
      background: url(/images/icon-minus.png) right center/auto 100% no-repeat; }
  body .btn-menu-list {
    display: flex; }
    body .btn-menu-list a {
      display: block;
      width: 160px;
      border: 2px solid #1c2f5f;
      padding: 0.4rem 1.6rem;
      text-align: center;
      font-weight: bold;
      font-size: 0.9rem;
      border-radius: 20px;
      letter-spacing: 1px;
      margin-left: 0.8rem; }
      body .btn-menu-list a.login {
        background: #fff;
        color: #1c2f5f;
        text-decoration: none; }
      body .btn-menu-list a.regist {
        background: #1c2f5f;
        color: #fff;
        text-decoration: none; }
  body .sp-btn {
    margin: 3rem auto -2rem; }
    body .sp-btn .btn-menu-list {
      display: block; }
      body .sp-btn .btn-menu-list a {
        width: 90%;
        margin: 0.5rem auto; }
  body .btn-top {
    padding: 0.8rem;
    width: 260px;
    display: block;
    text-decoration: none;
    border: 1px solid #1c2f5f;
    color: #1c2f5f;
    text-align: center;
    margin: 2rem auto;
    border-radius: 30px; }

header {
  width: 100%; }
  header .header-jtb {
    width: 100%;
    background: url(/images/header-gra.png) left center/100% 100% no-repeat;
    text-align: right;
    padding: 30px 40px 20px; }
    header .header-jtb img {
      max-width: 45%; }
    @media (max-width: 900px) {
      header .header-jtb {
        padding: 13px 15px 10px; } }
  header .main-header {
    width: 100%;
    padding: 1.2rem 0 4.5rem;
    background: #a2c7ec; }
    @media (max-width: 900px) {
      header .main-header {
        padding: 0.6rem 0.6rem 1.5rem; } }
    header .main-header.fixed {
      position: fixed;
      top: 0;
      bottom: 0;
      height: 100px;
      z-index: 9999; }
      @media (max-width: 900px) {
        header .main-header.fixed {
          height: 60px; } }
    header .main-header.normal {
      position: relative; }
    header .main-header__inner {
      max-width: 1400px;
      width: 95%;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      header .main-header__inner .main-header__tit {
        padding-bottom: 1rem; }
        @media (max-width: 900px) {
          header .main-header__inner .main-header__tit {
            padding-bottom: 0; } }
        header .main-header__inner .main-header__tit img {
          width: 210px; }
          @media (max-width: 900px) {
            header .main-header__inner .main-header__tit img {
              width: 115px; } }
    header .main-header__menu {
      width: 100%; }
      @media (max-width: 900px) {
        header .main-header__menu {
          display: none; } }
      header .main-header__menu nav {
        display: flex;
        justify-content: space-between; }
        header .main-header__menu nav ul {
          display: flex;
          padding-top: 5px;
          padding-left: 10px; }
          header .main-header__menu nav ul li a {
            text-decoration: none;
            font-weight: bold;
            color: #1c2f5f;
            margin: 0 1rem; }
            @media (min-width: 900px) and (max-width: 1000px) {
              header .main-header__menu nav ul li a {
                font-size: 0.9rem;
                margin: 0 0.5rem; } }
      header .main-header__menu.open {
        position: fixed;
        display: flex;
        align-items: center;
        z-index: 9999;
        top: 0;
        left: 0;
        background: rgba(28, 47, 95, 0.9);
        width: 100vw;
        height: 100vh;
        padding: 8px; }
        header .main-header__menu.open .menu__inner {
          width: 100%; }
          header .main-header__menu.open .menu__inner nav {
            display: block;
            background: #a2c7ec;
            border-radius: 20px;
            padding: 2rem 1rem;
            margin-top: 0.5rem;
            width: 100%;
            text-align: center; }
            header .main-header__menu.open .menu__inner nav .logo img {
              width: 140px; }
            header .main-header__menu.open .menu__inner nav ul {
              display: block;
              border-top: 1px solid #fff;
              margin: 1.5rem 0; }
              header .main-header__menu.open .menu__inner nav ul li {
                width: 100%;
                border-bottom: 1px solid #fff;
                padding: 0.8rem; }
            header .main-header__menu.open .menu__inner nav .btn-menu-list {
              display: block; }
              header .main-header__menu.open .menu__inner nav .btn-menu-list a {
                width: 100%;
                margin: 1rem 0; }
          header .main-header__menu.open .menu__inner #nav-btn-menu-close {
            text-align: right; }
            header .main-header__menu.open .menu__inner #nav-btn-menu-close img {
              width: 45px; }
    header .main-header #nav-btn-menu {
      position: relative;
      top: -3px;
      right: -10px; }
      header .main-header #nav-btn-menu img {
        width: 45px; }

footer {
  background: #1c2f5f;
  color: #fff;
  margin-top: 4rem;
  padding: 1.5rem 4rem; }
  @media (max-width: 900px) {
    footer {
      padding: 1.5rem 1rem; } }
  footer > div {
    max-width: 1400px;
    margin: auto; }
  footer .contact {
    border-bottom: 1px solid #a2c7ec;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem; }
    footer .contact h3 {
      font-size: 1.1rem;
      margin-bottom: 0.3rem; }
      @media (max-width: 900px) {
        footer .contact h3 {
          font-size: 1rem; } }
    footer .contact .tel {
      font-size: 1.6rem;
      font-weight: bold; }
      @media (max-width: 900px) {
        footer .contact .tel {
          font-size: 1.4rem; } }
      footer .contact .tel a {
        text-decoration: none;
        letter-spacing: 1px; }
      footer .contact .tel span {
        font-size: 0.8rem;
        font-weight: lighter; }
        @media (max-width: 900px) {
          footer .contact .tel span {
            font-size: 0.7rem; } }
  footer .footer-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 0.8rem; }
    @media (max-width: 900px) {
      footer .footer-content {
        font-size: 0.7rem;
        display: block; } }
    footer .footer-content ul {
      display: flex; }
      @media (max-width: 900px) {
        footer .footer-content ul {
          font-size: 0.7rem;
          margin-bottom: 0.4rem; } }
      footer .footer-content ul li {
        padding-left: 2rem;
        background: url(/images/linkarrow-right.svg) left 1.3rem center/auto no-repeat; }
        footer .footer-content ul li a {
          text-decoration: none; }
        @media (max-width: 900px) {
          footer .footer-content ul li {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            background-position: left center; } }

.content {
  max-width: 1400px;
  width: 95%;
  margin: auto;
  padding: 2.5rem 6rem 1rem; }
  @media (max-width: 900px) {
    .content {
      padding: 1rem 1rem; } }
  .content.pdbm {
    padding-bottom: 9rem; }
    @media (max-width: 900px) {
      .content.pdbm {
        padding-bottom: 4rem; } }
  .content h1 {
    font-size: 1.4rem;
    color: #1c2f5f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem; }
    @media (max-width: 900px) {
      .content h1 {
        font-size: 1.2rem; } }
  .content .c-small {
    max-width: 860px;
    margin: auto; }
  .content > div {
    max-width: 1040px;
    margin: auto; }
    .content > div:not(:first-child) {
      margin-top: 4rem; }
    .content > div .content__tit {
      text-align: center;
      margin-bottom: 1rem;
      font-weight: bold; }
      .content > div .content__tit h1 {
        margin-bottom: 0; }
      .content > div .content__tit h2 {
        color: #1c2f5f;
        font-size: 1.2rem;
        margin-bottom: 0; }
      .content > div .content__tit .tit {
        color: #1c2f5f; }
    .content > div .tips {
      text-align: center; }
  .content.radius-content {
    margin-top: -4rem;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 2; }
    @media (max-width: 900px) {
      .content.radius-content {
        margin-top: -1.3rem;
        border-radius: 15px; } }
    .content.radius-content.bg-white {
      background: #fff; }
    .content.radius-content.bg-blue {
      background: #a2c7ec;
      position: relative; }
      .content.radius-content.bg-blue:before {
        position: absolute;
        z-index: -1;
        content: ' ';
        background: #a2c7ec;
        width: 100vw;
        max-width: 100vw;
        height: calc(100% - 4rem);
        top: 2.5rem;
        left: 50%;
        transform: translateX(-50%); }
        @media (max-width: 900px) {
          .content.radius-content.bg-blue:before {
            top: 1.5rem;
            height: calc(100% - 1rem); } }
  .content__intro {
    color: #1c2f5f;
    display: flex;
    align-items: center; }
    @media (max-width: 900px) {
      .content__intro {
        display: block;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
        .content__intro img {
          max-width: 240px; } }
    .content__intro p {
      width: 70%;
      letter-spacing: 1px;
      line-height: 1.8;
      font-weight: 400;
      font-size: calc(1rem + 1vw); }
      .content__intro p span {
        font-size: calc(0.3rem + 1vw); }
      @media (max-width: 900px) {
        .content__intro p {
          width: 100%;
          font-size: 1.1rem; }
          .content__intro p span {
            font-size: 0.8rem; } }
    .content__intro .img {
      width: 30%;
      padding: 1rem 2rem; }
      @media (max-width: 900px) {
        .content__intro .img {
          width: 100%; } }
  .content__infomation .box {
    border: 2px solid #333;
    padding: 2rem; }
    @media (max-width: 900px) {
      .content__infomation .box {
        padding: 1rem; } }
    .content__infomation .box h2 {
      text-align: center;
      font-weight: bold;
      font-size: 1.1rem;
      margin-bottom: 1rem; }
      @media (max-width: 900px) {
        .content__infomation .box h2 {
          font-size: 0.9rem; } }
  .content__price table {
    width: 100%;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    margin-top: 1.5rem; }
    @media (max-width: 900px) {
      .content__price table {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%); } }
    .content__price table tbody tr th, .content__price table tbody tr td {
      vertical-align: middle;
      border: 1px solid #ccc;
      border-width: 1px 0 0 1px;
      padding: 0.3rem;
      text-align: center;
      height: 70px; }
      @media (max-width: 900px) {
        .content__price table tbody tr th, .content__price table tbody tr td {
          height: 60px; } }
    .content__price table tbody tr th {
      color: #1c2f5f; }
    .content__price table tbody tr td span {
      font-size: 0.8rem; }
      @media (max-width: 900px) {
        .content__price table tbody tr td span {
          font-size: 0.7rem; } }
    .content__price table tbody tr:first-child th, .content__price table tbody tr:first-child td {
      height: 50px; }
    .content__price table tbody tr:first-child th {
      border-width: 0;
      background: #fff; }
    .content__price table tbody tr:first-child td.reg {
      background: #a2c7ec;
      font-weight: bold; }
    .content__price table tbody tr:first-child td.pre {
      background: #1c2f5f;
      color: #fff;
      font-weight: bold; }
  .content__price .txt {
    padding: 1rem 2rem 0; }
    @media (max-width: 900px) {
      .content__price .txt {
        padding: 1rem 0 0; } }
  .content__about h1, .content__useus h1 {
    margin: 1rem 0 1.5rem; }
  .content__about p, .content__useus p {
    line-height: 1.8; }
  .content__about .image, .content__useus .image {
    text-align: center; }
    .content__about .image img, .content__useus .image img {
      width: 300px;
      margin: 2rem 0; }
  .content__useus .image img {
    width: 180px; }
    @media (max-width: 900px) {
      .content__useus .image img {
        width: 140px; } }
  .content__regist .regist-list {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 900px) {
      .content__regist .regist-list {
        display: block; } }
    .content__regist .regist-list .box {
      width: 48%;
      border: 1px solid #1c2f5f;
      margin: 2rem 0;
      padding: 2rem 3rem; }
      @media (max-width: 900px) {
        .content__regist .regist-list .box {
          width: 100%; } }
      @media (max-width: 900px) {
        .content__regist .regist-list .box {
          padding: 1rem; } }
      .content__regist .regist-list .box h2 {
        color: #1c2f5f;
        font-weight: bold;
        text-align: center;
        font-size: 1.1rem; }
        @media (max-width: 900px) {
          .content__regist .regist-list .box h2 {
            font-size: 1rem; } }
      .content__regist .regist-list .box table {
        width: 100%;
        border-top: 1px solid #ccc;
        margin-top: 1.5rem; }
        @media (max-width: 900px) {
          .content__regist .regist-list .box table {
            margin-top: 0.5rem; } }
        .content__regist .regist-list .box table tr th, .content__regist .regist-list .box table tr td {
          vertical-align: middle;
          border-bottom: 1px solid #ccc;
          padding: 0.3rem;
          height: 65px; }
          @media (max-width: 900px) {
            .content__regist .regist-list .box table tr th, .content__regist .regist-list .box table tr td {
              height: 60px; } }
        .content__regist .regist-list .box table tr th {
          color: #1c2f5f; }
        .content__regist .regist-list .box table tr td span {
          font-size: 0.8rem; }
          @media (max-width: 900px) {
            .content__regist .regist-list .box table tr td span {
              font-size: 0.7rem; } }
      .content__regist .regist-list .box a {
        display: block;
        width: 100%;
        padding: 0.5rem;
        background: #1c2f5f;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        margin-top: 1.5rem;
        border-radius: 2rem; }
  .content__regist .txt {
    margin: 0 3rem; }
    @media (max-width: 900px) {
      .content__regist .txt {
        margin: 0; } }
  .content__regist-step .step p {
    display: flex;
    margin: 1.5rem 0; }
    .content__regist-step .step p span {
      display: block; }
      .content__regist-step .step p span.maru-lblue {
        width: 28px; }
      .content__regist-step .step p span.step__txt {
        width: calc(100% - 28px);
        padding-left: 15px;
        padding-top: 3px; }
  .content__necessary table {
    font-size: 0.9rem;
    margin-top: 1rem;
    border: 1px solid #CCC;
    border-width: 1px 0 0 1px; }
    @media (max-width: 900px) {
      .content__necessary table {
        font-size: 0.8rem; } }
    .content__necessary table th, .content__necessary table td {
      border: 1px solid #CCC;
      border-width: 0 1px 1px 0;
      padding: 1rem 2rem; }
      @media (max-width: 900px) {
        .content__necessary table th, .content__necessary table td {
          display: block;
          padding: 0.7rem 1rem; } }
    @media (max-width: 900px) {
      .content__necessary table th {
        text-align: center;
        padding: 0.5rem 1rem; } }
    @media (max-width: 900px) {
      .content__necessary table td {
        width: 100%; } }
  .content__news .news-main {
    margin-top: 1.5rem;
    border: solid #1c2f5f;
    border-width: 3px 0; }
    .content__news .news-main ul li {
      padding: 0.8rem 0.5rem; }
      .content__news .news-main ul li a {
        display: flex;
        text-decoration: none; }
        .content__news .news-main ul li a .date {
          background: url(/images/linkarrow-right.svg) left top 7px/auto no-repeat;
          padding-left: 15px;
          padding-right: 20px;
          font-size: 0.9rem; }
      .content__news .news-main ul li:not(:first-child) {
        border-top: 1px solid #CCC; }
  .content__news .news-sub {
    margin-top: 1.5rem;
    border: solid #1c2f5f;
    border-width: 3px 0 0;
    padding-top: 2rem; }
    .content__news .news-sub h1 {
      font-size: 1.1rem;
      color: #000;
      text-align: left; }
    .content__news .news-sub p {
      line-height: 1.8;
      margin-bottom: 1rem; }
    .content__news .news-sub .news__tit {
      border-bottom: 2px solid #CCC;
      padding-bottom: 1rem;
      margin-bottom: 1.5rem; }
      .content__news .news-sub .news__tit h1 {
        margin-bottom: 0.3rem; }
      .content__news .news-sub .news__tit .date {
        color: #707070; }
  .content__news.top-news {
    margin-top: 2rem !important; }
    .content__news.top-news .news-main h2 {
      font-size: 1.4rem;
      color: #1c2f5f;
      padding: 0.8rem 0 0 0.3rem; }
    .content__news.top-news .news-main ul li {
      padding: 0.5rem 0.5rem;
      border-top: 1px solid #CCC; }
      .content__news.top-news .news-main ul li:last-child {
        border-bottom: 1px solid #CCC; }
    .content__news.top-news .news-main .news-more {
      text-align: right;
      padding: 10px 30px;
      background: url(/images/linkarrow-right.svg) right 10px center/auto no-repeat; }
      .content__news.top-news .news-main .news-more a {
        text-decoration: none; }
  .content__contact .contact-box {
    border: 3px solid #a2c7ec;
    border-radius: 20px;
    padding: 1.3rem;
    text-align: center;
    margin-top: 2rem; }
    @media (max-width: 900px) {
      .content__contact .contact-box {
        padding: 1rem 0.3rem 1rem 0.8rem; } }
    .content__contact .contact-box h3 {
      font-size: 1.1rem;
      color: #1c2f5f;
      font-weight: bold; }
    .content__contact .contact-box .contact-tel {
      text-align: flex;
      align-items: center;
      margin: 1rem 0 1.5rem;
      font-size: 0.9rem; }
      @media (max-width: 900px) {
        .content__contact .contact-box .contact-tel {
          font-size: 0.8rem; } }
      .content__contact .contact-box .contact-tel img {
        width: 60px;
        margin-right: 1rem; }
        @media (max-width: 900px) {
          .content__contact .contact-box .contact-tel img {
            width: 40px;
            margin-right: 0.3rem; } }
      .content__contact .contact-box .contact-tel a {
        display: inline-block;
        padding-bottom: 4px;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 2px;
        text-decoration: none; }
        @media (max-width: 900px) {
          .content__contact .contact-box .contact-tel a {
            font-size: 1.2rem;
            letter-spacing: 1px; } }
  .content__faq .faq-block {
    margin-top: 2rem; }
    @media (max-width: 900px) {
      .content__faq .faq-block {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%); } }
    .content__faq .faq-block h2 {
      font-size: 1.1rem;
      border-left: 3px solid #1c2f5f;
      padding-left: 0.8rem;
      margin-bottom: 1rem; }
      @media (max-width: 900px) {
        .content__faq .faq-block h2 {
          margin-left: 1rem; } }
    .content__faq .faq-block__inner {
      border-top: 1px solid #ccc; }
    .content__faq .faq-block__sec {
      border-bottom: 1px solid #ccc;
      padding: 0.3rem; }
      .content__faq .faq-block__sec > p {
        padding: 3px 32px 3px 40px;
        margin: 3px 0 5px;
        position: relative;
        line-height: 1.8; }
        @media (max-width: 900px) {
          .content__faq .faq-block__sec > p {
            background-size: 20px auto; } }
      .content__faq .faq-block__sec .question {
        background: url(/images/icon-question.png) left top 3px/30px auto no-repeat; }
        @media (max-width: 900px) {
          .content__faq .faq-block__sec .question {
            background-position: left 5px top; } }
      .content__faq .faq-block__sec .answer {
        display: none;
        background: url(/images/icon-answer.png) left top 10px/30px auto no-repeat;
        padding-top: 10px; }
        @media (max-width: 900px) {
          .content__faq .faq-block__sec .answer {
            background-position: left 5px top 10px;
            padding-right: 10px; } }
        .content__faq .faq-block__sec .answer b {
          display: inline-block;
          font-size: 0.9rem;
          margin-top: 0.5rem;
          line-height: 2; }
          .content__faq .faq-block__sec .answer b.small {
            font-size: 0.9rem;
            font-weight: normal; }

/*# sourceMappingURL=style.css.map */
