@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  color: #333;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  -webkit-text-size-adjust: 100%;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.5rem;
      line-height: 1.9; } }
  body img {
    display: block;
    image-rendering: -webkit-optimize-contrast;
    /*chrome画像ぼやけ*/ }
  body .pc {
    display: block !important; }
    @media screen and (max-width: 767px) {
      body .pc {
        display: none !important; } }
  body .sp {
    display: none !important; }
    @media screen and (max-width: 767px) {
      body .sp {
        display: block !important; } }
  body a {
    text-decoration: none;
    word-break: break-word;
    color: #333; }
    body a img:hover {
      opacity: .8;
      transition: 0.3s ease-in-out; }
  @media (min-width: 767px) {
    body a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none; } }
  body .fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s; }
    body .fadein.fadein-left {
      transform: translate(-30px, 0); }
    body .fadein.fadein-right {
      transform: translate(30px, 0); }
    body .fadein.fadein-up {
      transform: translate(0, -30px); }
    body .fadein.fadein-bottom {
      transform: translate(0, 30px); }
    body .fadein.scrollin {
      opacity: 1 !important;
      transform: translate(0, 0) !important; }
  body .feed-powered-by-es-feed-img {
    bottom: -10px !important; }
  body a.feed-powered-by-es.feed-powered-by-es-center {
    display: none !important; }
  body .es-page-list {
    margin: 0 !important; }

header {
  height: 500px;
  background-image: url("../images/bg_main.jpg?2025");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 100; }
  @media screen and (min-width: 1400px) {
    header {
      height: 700px; } }
  @media screen and (max-width: 767px) {
    header {
      height: auto;
      padding: 0 0 70px;
      background-image: url("../images/bg_main_sp.jpg?2025"); } }
  header .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 26px 0 0;
    margin: 0 10px 0 30px; }
    @media screen and (max-width: 767px) {
      header .box {
        padding: 15px 0 0;
        margin: 0; } }
    header .box h1 img {
      width: 200px;
      height: auto; }
      @media screen and (max-width: 767px) {
        header .box h1 img {
          width: 140px;
          padding: 0 0 0 10px; } }
    header .box .gnavi_pc {
      height: auto;
      z-index: 100; }
      @media screen and (max-width: 1240px) {
        header .box .gnavi_pc {
          display: none; } }
      header .box .gnavi_pc ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap; }
        header .box .gnavi_pc ul li {
          color: #fff;
          font-size: 1.6rem;
          line-height: 1;
          border-right: 1px solid #fff;
          margin: 0;
          padding: 0 20px;
          letter-spacing: 1px; }
          header .box .gnavi_pc ul li:last-child {
            border-right: none; }
          header .box .gnavi_pc ul li a {
            color: #fff;
            display: inline;
            padding-bottom: 8px; }
            header .box .gnavi_pc ul li a:hover {
              border-bottom: 1px solid #fff; }
    header .box .gnavi_sp {
      display: none; }
    header .box .openbtn {
      display: none; }
    @media screen and (max-width: 1240px) {
      header .box {
        /*×に変化*/ }
        header .box .gnavi_sp {
          display: block;
          position: fixed;
          z-index: -1;
          opacity: 0;
          top: 90px;
          width: 100%;
          background-color: #333;
          transition: all 0.3s; } }
    @media screen and (max-width: 1240px) and (max-width: 767px) {
      header .box .gnavi_sp {
        top: 80px; } }
    @media screen and (max-width: 1240px) {
          header .box .gnavi_sp ul {
            width: auto;
            margin: 40px 30px;
            padding-bottom: 200px;
            display: none;
            z-index: 999;
            background-color: #fff; }
            header .box .gnavi_sp ul li {
              list-style: none;
              text-align: left;
              line-height: 1; }
              header .box .gnavi_sp ul li a {
                color: #5195ea;
                text-decoration: none;
                display: block;
                padding: 30px 0;
                letter-spacing: 1.4px;
                font-weight: bold;
                border-top: #5195ea 1px solid; }
              header .box .gnavi_sp ul li:last-of-type a {
                border-bottom: #5195ea 1px solid; }
        header .box .gnavi_sp.panelactive {
          opacity: .9;
          position: fixed;
          z-index: 999;
          width: 100%;
          height: 100vh;
          overflow: auto;
          background-color: #fff;
          -webkit-overflow-scrolling: touch; }
          header .box .gnavi_sp.panelactive ul {
            display: block; }
        header .box body#about .gnavi_sp li.nav-about a, header .box body#case .gnavi_sp li.nav-case a, header .box body#menu .gnavi_sp li.nav-menu a, header .box body#blog .gnavi_sp li.nav-blog a, header .box body#voice .gnavi_sp li.nav-voice a, header .box body#faq .gnavi_sp li.nav-faq a, header .box body#access .gnavi_sp li.nav-access a, header .box .gnavi_sp li.active a {
          border-bottom: 1px solid #fff; }
        header .box .openbtn {
          display: block;
          position: fixed;
          z-index: 9999;
          /*ボタンを最前面に*/
          top: 22px;
          right: 3%;
          cursor: pointer;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          border: 2px solid #fff; } }
    @media screen and (max-width: 1240px) and (max-width: 767px) {
      header .box .openbtn {
        top: 13px; } }
    @media screen and (max-width: 1240px) {
        header .box .openbtn span {
          display: inline-block;
          transition: all .4s;
          position: absolute;
          left: 14px;
          height: 2px;
          border-radius: 2px;
          background-color: #fff;
          width: 48%; }
        header .box .openbtn span:nth-of-type(1) {
          top: 21px; }
        header .box .openbtn span:nth-of-type(2) {
          top: 27px; }
        header .box .openbtn.active span:nth-of-type(1) {
          top: 18px;
          left: 13px;
          transform: translateY(6px) rotate(-45deg);
          width: 48%; }
        header .box .openbtn.active span:nth-of-type(2) {
          top: 30px;
          left: 13px;
          transform: translateY(-6px) rotate(45deg);
          width: 48%; } }
  header .appear {
    display: none; }
    header .appear .box2 {
      z-index: 999;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      height: 80px;
      background-image: url("../images/bg_main2.jpg?2025");
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: cover;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      padding: 0 10px 20px 30px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        header .appear .box2 {
          height: 70px;
          padding: 0 0 15px 10px;
          margin: 0; } }
      header .appear .box2 h1 img {
        width: 100%;
        max-width: 180px;
        height: auto; }
        @media screen and (max-width: 767px) {
          header .appear .box2 h1 img {
            max-width: 140px; } }
      header .appear .box2 .gnavi_pc {
        height: auto; }
        @media screen and (max-width: 1240px) {
          header .appear .box2 .gnavi_pc {
            display: none !important; } }
        header .appear .box2 .gnavi_pc ul {
          display: flex;
          justify-content: flex-end;
          align-items: center;
          flex-wrap: nowrap; }
          header .appear .box2 .gnavi_pc ul li {
            color: #fff;
            font-size: 1.6rem;
            line-height: 1;
            border-right: 1px solid #fff;
            margin: 0;
            padding: 0 20px;
            letter-spacing: 1px; }
            header .appear .box2 .gnavi_pc ul li:last-child {
              border-right: none; }
            header .appear .box2 .gnavi_pc ul li a {
              color: #fff;
              display: inline;
              padding-bottom: 8px; }
              header .appear .box2 .gnavi_pc ul li a:hover {
                border-bottom: 1px solid #fff; }
  header .main {
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (min-width: 1400px) {
      header .main {
        height: 580px; } }
    @media screen and (max-width: 767px) {
      header .main {
        height: 180px;
        padding: 40px 20px 0; } }
    header .main .title {
      width: 765px;
      margin: 40px auto 0;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        header .main .title {
          margin: 0 auto; } }
      header .main .title span {
        font-family: "Work Sans", serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        opacity: .15;
        letter-spacing: 5px;
        font-size: 12rem;
        color: #fff;
        display: block;
        position: absolute;
        bottom: 53%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0; }
        @media screen and (max-width: 767px) {
          header .main .title span {
            display: none; } }
      header .main .title p {
        letter-spacing: 1.8px;
        text-align: center;
        color: #fff;
        font-family: "Kosugi Maru", serif;
        font-weight: 400;
        font-style: normal;
        text-shadow: 2px 2px 2px #5195ea; }
        header .main .title p br {
          display: none; }
          @media screen and (max-width: 767px) {
            header .main .title p br {
              display: block; } }
        header .main .title p:nth-of-type(1) {
          font-size: 3.2rem;
          letter-spacing: 1px;
          padding: 0 0 8px;
          line-height: 1.6;
          border-bottom: 1px solid #fff; }
          @media screen and (max-width: 767px) {
            header .main .title p:nth-of-type(1) {
              font-size: 2rem; } }
        header .main .title p:nth-of-type(2) {
          font-size: 3.2rem;
          margin: 5px auto 0;
          letter-spacing: 1px; }
          @media screen and (max-width: 767px) {
            header .main .title p:nth-of-type(2) {
              font-size: 2rem;
              letter-spacing: 1px; } }
        header .main .title p:nth-of-type(3) {
          font-size: 2.8rem;
          line-height: 1;
          padding: 10px 20px;
          margin: 13px auto 0;
          border-radius: 90px;
          border: 1px solid #fff;
          display: inline-block;
          letter-spacing: .3px; }
          @media screen and (max-width: 767px) {
            header .main .title p:nth-of-type(3) {
              font-size: 1.8rem;
              line-height: 1.6; } }
          header .main .title p:nth-of-type(3) a {
            color: #fff;
            text-decoration: underline; }
            header .main .title p:nth-of-type(3) a:hover {
              text-decoration: none; }
        header .main .title p b {
          font-size: 4rem;
          display: inline-block; }
          @media screen and (max-width: 767px) {
            header .main .title p b {
              font-size: 2.4rem; } }

.page header {
  height: 300px;
  background-image: url("../images/bg_main_page.jpg?2025");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .page header {
      height: auto;
      padding: 0 0 30px; } }
  .page header .main_page {
    height: 223px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 767px) {
      .page header .main_page {
        height: 100px; } }
    .page header .main_page h1 {
      font-family: "Work Sans", serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-size: 6rem;
      color: #fff;
      letter-spacing: 2px;
      text-align: center;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .page header .main_page h1 {
          font-size: 3rem; } }
      .page header .main_page h1 span {
        font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        font-size: 1.8rem;
        display: block;
        margin: 20px auto 0; }
        @media screen and (max-width: 767px) {
          .page header .main_page h1 span {
            font-size: 1.7rem;
            margin: 10px auto 0; } }
  .page header .box p img {
    width: 100%;
    max-width: 180px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .page header .box p img {
        max-width: 140px;
        padding: 0 0 0 10px; } }
  .page header .appear .box2 p img {
    width: 100%;
    max-width: 180px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .page header .appear .box2 p img {
        max-width: 140px; } }

body#about .gnavi_pc li.nav-about a, body#flow .gnavi_pc li.nav-flow a, body#menu .gnavi_pc li.nav-menu a, body#status .gnavi_pc li.nav-status a, body#business .gnavi_pc li.nav-business a, body#recruit .gnavi_pc li.nav-recruit a, body#access .gnavi_pc li.nav-access a, .gnavi_pc li.active a {
  border-bottom: 1px solid #fff; }

.breadcrumb {
  height: 56px;
  margin: 0 0 50px;
  background: linear-gradient(to right, #5195ea, #86b8f7); }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      height: 45px; } }
  .breadcrumb ul {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1040px) {
      .breadcrumb ul {
        width: auto;
        margin: 0 20px; } }
    @media screen and (max-width: 767px) {
      .breadcrumb ul {
        overflow-x: scroll;
        white-space: nowrap; } }
    .breadcrumb ul li {
      font-size: 1.5rem;
      line-height: 56px;
      position: relative;
      margin: 0 21px 0 23px;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .breadcrumb ul li {
          font-size: 1.4rem;
          line-height: 45px; } }
      .breadcrumb ul li::after {
        content: ">";
        position: absolute;
        top: 0;
        left: -23px;
        font-size: 15px; }
      .breadcrumb ul li:first-child {
        margin-left: 0; }
        .breadcrumb ul li:first-child::after {
          left: unset;
          right: calc(-21px - 0.5rem); }
      .breadcrumb ul li:nth-child(2)::after {
        content: none; }
      .breadcrumb ul li:last-child {
        margin-right: 0; }
      .breadcrumb ul li a {
        text-decoration: underline;
        color: #fff; }

.top h2 {
  background: linear-gradient(to right, #f59090, #fcd7a1, #fff9b1, #a5d4ad, #a3bce2, #a59aca, #cfa7cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #e2edfa;
  font-size: 9rem;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1;
  border-bottom: 1px #5195ea solid;
  padding: 120px 0 30px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin: -120px auto 60px;
  /* heightと同じ分のネガティブマージン */ }
  @media screen and (max-width: 767px) {
    .top h2 {
      padding: 60px 0 30px;
      /* 調整したい高さ（固定ヘッダーの高さ） */
      margin: -60px auto 40px;
      /* heightと同じ分のネガティブマージン */
      font-size: 6rem;
      scroll-margin-top: 20px; } }
  .top h2 span {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 2rem;
    display: block;
    margin: 15px auto 0;
    color: #333; }
    @media screen and (max-width: 767px) {
      .top h2 span {
        font-size: 1.7rem; } }

.top h3 {
  max-width: 1000px;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1;
  padding: 15px 20px;
  background-color: #5195ea;
  margin: 60px auto 30px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .top h3 {
      font-size: 1.8rem;
      margin: 40px auto 25px; } }

.news {
  margin: 0;
  padding: 80px 0 0; }
  @media screen and (max-width: 1040px) {
    .news {
      margin: 0;
      padding: 60px 0 0; } }
  .news .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1040px) {
      .news .box {
        margin: 0 20px; } }
    .news .box dl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      border-bottom: 1px solid #e2edfa;
      padding: 25px 0;
      letter-spacing: 1px; }
      @media screen and (max-width: 767px) {
        .news .box dl {
          flex-direction: column;
          align-items: flex-start;
          flex-wrap: wrap;
          padding: 20px 0; } }
      .news .box dl:first-of-type {
        padding: 0 0 30px; }
        @media screen and (max-width: 767px) {
          .news .box dl:first-of-type {
            padding: 0 0 20px; } }
      .news .box dl dt {
        width: 14%; }
        @media screen and (max-width: 767px) {
          .news .box dl dt {
            width: auto;
            line-height: 1.6;
            margin: 0 0 6px; } }
      .news .box dl dd {
        line-height: 1.6; }
        .news .box dl dd a {
          text-decoration: underline; }
          .news .box dl dd a:hover {
            text-decoration: none; }
        .news .box dl dd span {
          color: #f2880b;
          font-size: 1.6rem;
          display: inline-block;
          margin: 0 0 0 5px;
          line-height: 1;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .news .box dl dd span {
              font-size: 1.2rem; } }

.about {
  margin: 0 0 90px;
  padding: 90px 0 0;
  background-image: url("../images/bg_left.png?2025");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain; }
  @media screen and (max-width: 767px) {
    .about {
      margin: 0 0 60px;
      padding: 60px 0 0;
      background-size: 100px auto;
      background-position: left bottom; } }
  .about .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1040px) {
      .about .box {
        margin: 0 20px; } }
    .about .box p {
      font-size: 1.8rem;
      margin: 0 0 30px; }
      @media screen and (max-width: 767px) {
        .about .box p {
          font-size: 1.5rem; } }
    .about .box ul {
      margin: 0 auto 40px;
      padding: 0 0 0 20px; }
      .about .box ul li {
        font-size: 1.8rem;
        text-indent: -1em;
        padding-left: 1em; }
        @media screen and (max-width: 767px) {
          .about .box ul li {
            font-size: 1.5rem;
            margin: 0 0 10px;
            line-height: 1.6; } }
        .about .box ul li::before {
          font-family: "Font Awesome 6 Free";
          content: "\f14a";
          color: #5195ea;
          padding-right: 10px;
          font-size: 2.4rem;
          display: inline-block;
          font-weight: 900; }
          @media screen and (max-width: 767px) {
            .about .box ul li::before {
              font-size: 2rem; } }
    .about .box .photos {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .about .box .photos figure {
        width: calc(98%/2);
        margin: 0 0 20px 0; }
        @media screen and (max-width: 767px) {
          .about .box .photos figure {
            max-width: 600px;
            width: 100%;
            margin: 0 auto 20px; } }
        .about .box .photos figure img {
          width: 100%;
          height: auto; }
    .about .box .btn a {
      display: block;
      max-width: 400px;
      width: 100%;
      margin: 60px auto;
      height: 70px;
      line-height: 70px;
      text-align: center;
      font-size: 2rem;
      color: #5195ea;
      border-radius: 100px;
      border: 1px #5195ea solid;
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .about .box .btn a {
          margin: 40px auto;
          font-size: 1.6rem;
          height: 60px;
          line-height: 60px; } }
      .about .box .btn a:hover {
        color: #fff;
        border: 1px #5195ea solid;
        background-color: #5195ea;
        transition: 0.3s ease-in-out; }

.menu {
  margin: 0;
  padding: 80px 0 90px;
  box-sizing: border-box;
  background-image: url("../images/bg_menu.jpg?2025");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media screen and (max-width: 1040px) {
    .menu {
      padding: 60px 0 80px; } }
  @media screen and (max-width: 767px) {
    .menu {
      background-image: url("../images/bg_menu_sp.jpg?2025"); } }
  .menu h2 {
    color: #fff;
    border-bottom: 1px #fff solid; }
    .menu h2 span {
      color: #fff; }
  .menu h3 {
    color: #333;
    background-color: #fff; }
  .menu .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1040px) {
      .menu .box {
        margin: 0 20px; } }
    .menu .box .btn a {
      display: block;
      max-width: 400px;
      width: 100%;
      margin: 60px auto 0;
      height: 70px;
      line-height: 70px;
      text-align: center;
      font-size: 2rem;
      color: #fff;
      border-radius: 100px;
      border: 1px #fff solid; }
      @media screen and (max-width: 767px) {
        .menu .box .btn a {
          margin: 40px auto 0;
          font-size: 1.6rem;
          height: 60px;
          line-height: 60px; } }
      .menu .box .btn a:hover {
        color: #333;
        border: 1px #333 solid;
        background-color: #fff;
        transition: 0.3s ease-in-out; }
    .menu .box table {
      width: 100%;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      color: #fff;
      margin: 40px auto 10px;
      letter-spacing: 2px; }
      .menu .box table th {
        font-weight: bold;
        text-align: center;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 20px;
        font-size: 1.8rem; }
        @media screen and (max-width: 1040px) {
          .menu .box table th {
            font-size: 1.5rem; } }
      .menu .box table td {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        text-align: center;
        padding: 20px;
        font-size: 1.8rem; }
        @media screen and (max-width: 1040px) {
          .menu .box table td {
            font-size: 1.5rem; } }
    .menu .box ul {
      margin: 15px 0 0; }
      .menu .box ul:nth-of-type(1) {
        margin: 15px 0 0; }
      .menu .box ul li {
        color: #fff;
        margin: 0;
        font-size: 1.5rem; }
        @media screen and (max-width: 1040px) {
          .menu .box ul li {
            font-size: 1.4rem; } }
    .menu .box dl {
      color: #fff;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      margin: 0 auto 10px;
      padding: 0 0 0 10px; }
      @media screen and (max-width: 767px) {
        .menu .box dl {
          margin: 0 auto 13px;
          flex-wrap: wrap; } }
      .menu .box dl dt {
        width: 10%;
        margin: 0;
        font-weight: bold;
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          .menu .box dl dt {
            width: 100%;
            display: block; } }
    .menu .box p {
      color: #fff;
      margin: 40px auto 0; }
    .menu .box h4 {
      color: #fff;
      font-size: 2rem;
      padding: 10px;
      text-align: center;
      border: 1px solid #fff;
      border-radius: 9999px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 380px) {
        .menu .box h4 {
          font-size: 1.8rem; } }

.access {
  margin: 0 0 90px;
  padding: 80px 0 0; }
  @media screen and (max-width: 1040px) {
    .access {
      background-size: 80px auto;
      margin: 0 0 60px;
      padding: 60px 0 0; } }
  .access .box {
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .access .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1040px) {
      .access .box {
        margin: 0 20px 60px; } }
    .access .box iframe {
      width: 100%;
      height: 500px;
      margin: 0 auto;
      display: block; }
      @media screen and (max-width: 767px) {
        .access .box iframe {
          height: 280px; } }
    .access .box p {
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      margin: 20px auto 0;
      line-height: 1.6;
      color: #5195ea; }
      @media screen and (max-width: 767px) {
        .access .box p {
          font-size: 1.4rem;
          text-align: left; } }
      @media screen and (max-width: 330px) {
        .access .box p {
          font-size: 1.3rem; } }
      .access .box p:nth-of-type(2) {
        font-weight: normal;
        margin: 10px auto 0; }
        @media screen and (max-width: 330px) {
          .access .box p:nth-of-type(2) {
            margin: 5px auto 0; } }
    .access .box table {
      width: 100%;
      max-width: 800px;
      border-top: 1px solid #5195ea;
      border-left: 1px solid #5195ea;
      margin: 30px auto 0; }
      .access .box table th {
        background-color: #e2edfa;
        color: #5195ea;
        text-align: center;
        border-right: 1px solid #5195ea;
        border-bottom: 1px solid #5195ea;
        padding: 20px;
        font-size: 1.8rem;
        font-weight: bold;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          .access .box table th {
            padding: 10px 6px;
            font-size: 1.3rem; } }
        @media screen and (max-width: 330px) {
          .access .box table th {
            padding: 5px;
            font-size: 1.3rem; } }
        .access .box table th br {
          display: none; }
          @media screen and (max-width: 767px) {
            .access .box table th br {
              display: block; } }
        .access .box table th:last-of-type {
          border-right: 1px solid #5195ea; }
      .access .box table td {
        color: #5195ea;
        border-right: 1px solid #5195ea;
        border-bottom: 1px solid #5195ea;
        text-align: center;
        padding: 20px;
        font-size: 1.8rem;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          .access .box table td {
            padding: 10px 6px;
            font-size: 1.3rem; } }
        @media screen and (max-width: 330px) {
          .access .box table td {
            padding: 5px;
            font-size: 1.3rem; } }

.news_page {
  margin: 0 0 90px; }
  .news_page .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .news_page .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1040px) {
      .news_page .box {
        margin: 0 20px 60px; } }
    .news_page .box h1 {
      color: #5195ea;
      font-size: 3.2rem;
      letter-spacing: 1px;
      text-align: left;
      line-height: 1.7;
      margin: 0 auto 40px;
      font-weight: bold;
      border-bottom: 2px solid #5195ea;
      padding-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .news_page .box h1 {
          font-size: 2rem;
          margin: 0 auto 30px; } }
    .news_page .box p {
      font-size: 1.6rem;
      line-height: 2;
      margin: 0 0 30px; }
      @media screen and (max-width: 767px) {
        .news_page .box p {
          font-size: 1.5rem; } }
      .news_page .box p.day {
        line-height: 1;
        letter-spacing: 1px;
        margin: 0 0 20px; }
      .news_page .box p a {
        text-decoration: underline; }
        .news_page .box p a:hover {
          text-decoration: none; }
    .news_page .box img {
      max-width: 600px;
      width: 100%;
      height: auto;
      margin: 0 auto 40px; }
    .news_page .box dl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      border-bottom: 1px solid #e2edfa;
      padding: 25px 0;
      letter-spacing: 1px; }
      @media screen and (max-width: 767px) {
        .news_page .box dl {
          flex-wrap: wrap;
          padding: 25px 0;
          flex-direction: column;
          align-items: flex-start; } }
      .news_page .box dl dt {
        width: 14%; }
        @media screen and (max-width: 767px) {
          .news_page .box dl dt {
            width: auto;
            line-height: 1.6;
            margin: 0 0 6px; } }
      .news_page .box dl dd {
        line-height: 1.6; }
        .news_page .box dl dd a {
          text-decoration: underline; }
          .news_page .box dl dd a:hover {
            text-decoration: none; }
        .news_page .box dl dd span {
          color: #f2880b;
          font-size: 1.6rem;
          display: inline-block;
          margin: 0 0 0 5px;
          line-height: 1;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .news_page .box dl dd span {
              font-size: 1.2rem; } }

.contact {
  margin: 0 0 90px;
  /* iOSでのデフォルトスタイルをリセット */ }
  .contact .box {
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .contact .box {
        margin: 0 20px 60px; } }
    .contact .box h2 {
      font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
      color: #5195ea;
      font-size: 2rem;
      letter-spacing: 2px;
      padding: 20px;
      margin: 60px auto 40px;
      border: 1px #5195ea solid;
      border-radius: 0;
      background: #fff;
      -webkit-background-clip: text;
      -webkit-text-fill-color: #5195ea; }
      @media screen and (max-width: 767px) {
        .contact .box h2 {
          font-size: 1.8rem;
          margin: 0 auto 30px; } }
    .contact .box p {
      font-size: 1.6rem;
      line-height: 2;
      margin: 0 0 30px; }
      @media screen and (max-width: 767px) {
        .contact .box p {
          font-size: 1.5rem; } }
      .contact .box p a {
        color: #333;
        text-decoration: underline; }
        .contact .box p a:hover {
          text-decoration: none; }
    .contact .box dl {
      margin: 25px auto 0;
      border: none; }
      .contact .box dl dt {
        width: 100%;
        color: #333;
        margin: 0 0 6px;
        border: none;
        line-height: 1.4; }
        .contact .box dl dt span {
          font-size: 1.2rem;
          color: #fff;
          display: inline-block;
          margin: 0 0 0 10px;
          padding: 5px;
          line-height: 1;
          background-color: #C54244; }
        .contact .box dl dt p {
          margin: 0; }
      .contact .box dl dd {
        width: 100%;
        border: none; }
        .contact .box dl dd p {
          margin: 0; }
  .contact .submit {
    text-align: center;
    margin: 30px auto 0; }
  .contact #submit-btn {
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #5195ea;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    border: 1px solid #5195ea;
    border-radius: 5px;
    letter-spacing: 3px; }
  .contact #submit-btn:hover {
    background-color: #a3d94f;
    border: 1px solid #a3d94f; }
  .contact select {
    width: 100%;
    box-sizing: border-box; }
  .contact textarea {
    width: 100%;
    height: 200px;
    font-size: 1.6rem;
    border: 1px solid #333;
    border-radius: 5px;
    box-sizing: border-box; }
  .contact input[type="email"], .contact input[type="text"], .contact input[type="tel"] {
    width: 100%;
    height: 30px;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 1.6rem;
    box-sizing: border-box; }
  .contact input[type="textarea"] {
    width: 100%;
    height: 200px;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 1.6rem;
    box-sizing: border-box; }
  .contact input[type="submit"], .contact input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer; }
  .contact input[type="submit"]::-webkit-search-decoration, .contact input[type="button"]::-webkit-search-decoration {
    display: none; }
  .contact input[type="submit"]::focus, .contact input[type="button"]::focus {
    outline-offset: -2px; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #C54244; }

.business {
  margin: 0 0 90px; }
  .business .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .business .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1040px) {
      .business .box {
        margin: 0 20px 60px; } }
    .business .box h2 {
      color: #fff;
      font-size: 2.5rem;
      letter-spacing: 3px;
      text-align: center;
      line-height: 1;
      padding: 15px 20px;
      background-color: #5195ea;
      margin: 60px auto 30px;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .business .box h2 {
          font-size: 1.8rem;
          margin: 0 auto 25px; } }
      .business .box h2:first-child {
        margin: 0 auto 30px; }
    .business .box h3 {
      color: #5195ea;
      font-size: 2rem;
      letter-spacing: 3px;
      line-height: 1;
      padding: 0 0 15px 0;
      margin: 0 auto 30px;
      border-bottom: 1px double #5195ea; }
      @media screen and (max-width: 767px) {
        .business .box h3 {
          font-size: 1.8rem;
          margin: 0 auto 25px; } }
    .business .box p {
      margin: 0 0 30px; }

.flow {
  margin: 0 0 90px; }
  .flow .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .flow .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1040px) {
      .flow .box {
        margin: 0 20px 60px; } }
    .flow .box h2 {
      color: #fff;
      font-size: 2.5rem;
      letter-spacing: 3px;
      text-align: center;
      line-height: 1;
      padding: 15px 20px;
      background-color: #5195ea;
      margin: 60px auto 50px;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .flow .box h2 {
          font-size: 1.8rem;
          margin: 0 auto 40px; } }
    .flow .box h3 {
      color: #5195ea;
      font-size: 2rem;
      letter-spacing: 3px;
      line-height: 1;
      padding: 0 0 15px 0;
      margin: 0 auto 30px;
      border-bottom: 1px double #5195ea; }
      @media screen and (max-width: 767px) {
        .flow .box h3 {
          font-size: 1.8rem;
          margin: 0 auto 25px; } }
    .flow .box p {
      margin: 0 0 30px; }
    .flow .box dl {
      margin: 0 auto 100px;
      position: relative;
      border: 1px solid #5195ea;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap; }
      .flow .box dl::after {
        font-family: "Font Awesome 6 Free";
        content: "\f063";
        color: #5195ea;
        font-size: 4rem;
        font-weight: 900;
        position: absolute;
        bottom: -90px;
        display: block; }
      .flow .box dl:nth-of-type(5)::after, .flow .box dl:nth-of-type(9)::after {
        display: none; }
      .flow .box dl:nth-of-type(9) {
        margin: 0 auto 40px; }
    .flow .box dt {
      width: 15%;
      height: 200px;
      background-color: #e2edfa;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .flow .box dt {
          width: 100%;
          height: 100px; } }
      .flow .box dt span {
        font-weight: bold;
        font-size: 5rem;
        color: #5195ea;
        display: block; }
    .flow .box dd {
      width: 85%;
      height: 200px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      padding: 30px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .flow .box dd {
          width: 100%;
          height: auto; } }
      .flow .box dd span {
        font-size: 1.8rem;
        display: block; }
        @media screen and (max-width: 767px) {
          .flow .box dd span {
            font-size: 1.6rem; } }

.menu_page {
  margin: 0 0 90px; }
  .menu_page .box {
    max-width: 1000px;
    margin: 0 auto;
    /*ul {
      margin: 15px 0 0;
      &:nth-of-type(1) {
        margin: 15px 0 0;
      }
      li {
        color: $blue;
        margin: 0;
        font-size: 1.5rem;
        @media screen and (max-width: 1040px) {
          font-size: 1.4rem;
        }
      }
    }*/ }
    @media screen and (max-width: 767px) {
      .menu_page .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1040px) {
      .menu_page .box {
        margin: 0 20px 60px; } }
    .menu_page .box h2 {
      color: #fff;
      font-size: 2.5rem;
      letter-spacing: 3px;
      text-align: center;
      line-height: 1;
      padding: 15px 20px;
      background-color: #5195ea;
      margin: 60px auto 30px;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .menu_page .box h2 {
          font-size: 1.8rem;
          margin: 40px auto 25px; } }
    .menu_page .box #link-01, .menu_page .box #link-02, .menu_page .box #link-03 {
      padding: 120px 0 0;
      margin: -80px 0 0;
      display: block; }
      @media screen and (max-width: 767px) {
        .menu_page .box #link-01, .menu_page .box #link-02, .menu_page .box #link-03 {
          padding: 60px 0 0;
          margin: -60px 0 0; } }
    .menu_page .box .link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      margin: 60px auto 0; }
      @media screen and (max-width: 767px) {
        .menu_page .box .link {
          flex-wrap: wrap;
          justify-content: center; } }
      .menu_page .box .link li {
        width: calc(93%/3); }
        @media screen and (max-width: 767px) {
          .menu_page .box .link li {
            width: 48%;
            margin: 0 3px 10px; } }
        .menu_page .box .link li a {
          display: block;
          letter-spacing: 4px;
          width: 100%;
          height: 60px;
          line-height: 60px;
          text-align: center;
          font-size: 2rem;
          color: #fff;
          border-radius: 100px;
          border: 1px #5195ea solid;
          background-color: #5195ea;
          position: relative; }
          @media screen and (max-width: 767px) {
            .menu_page .box .link li a {
              font-size: 1.8rem;
              height: 60px;
              line-height: 60px; } }
          .menu_page .box .link li a::after {
            font-family: "Font Awesome 6 Free";
            content: "\f0ab";
            color: #fff;
            padding-right: 10px;
            font-size: 2rem;
            display: inline-block;
            font-weight: 900;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 5%;
            margin: auto; }
          .menu_page .box .link li a:hover {
            color: #5195ea;
            border: 1px #5195ea solid;
            background-color: #fff; }
            .menu_page .box .link li a:hover::after {
              color: #5195ea; }
    .menu_page .box h3 {
      color: #5195ea;
      font-size: 2rem;
      letter-spacing: 3px;
      line-height: 1;
      padding: 0 0 15px 0;
      margin: 0 auto 30px;
      border-bottom: 1px double #5195ea; }
      @media screen and (max-width: 767px) {
        .menu_page .box h3 {
          font-size: 1.8rem;
          margin: 0 auto 25px; } }
    .menu_page .box p {
      margin: 0 0 30px; }
    .menu_page .box table {
      width: 100%;
      border-top: 1px solid #5195ea;
      border-left: 1px solid #5195ea;
      color: #5195ea;
      margin: 40px auto 10px;
      letter-spacing: 2px; }
      @media screen and (max-width: 767px) {
        .menu_page .box table {
          margin: 15px auto 10px; } }
      .menu_page .box table th {
        font-weight: bold;
        text-align: center;
        border-right: 1px solid #5195ea;
        border-bottom: 1px solid #5195ea;
        padding: 20px;
        font-size: 1.8rem;
        background-color: #e2edfa; }
        @media screen and (max-width: 1040px) {
          .menu_page .box table th {
            font-size: 1.5rem; } }
      .menu_page .box table td {
        border-right: 1px solid #5195ea;
        border-bottom: 1px solid #5195ea;
        text-align: center;
        padding: 20px;
        font-size: 1.8rem; }
        @media screen and (max-width: 1040px) {
          .menu_page .box table td {
            font-size: 1.5rem; } }
    .menu_page .box .table-scroll {
      overflow-x: auto;
      display: block; }
    .menu_page .box .table-scroll table th, .menu_page .box .table-scroll table td {
      white-space: nowrap; }
    .menu_page .box dl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      margin: 0 auto 10px; }
      @media screen and (max-width: 767px) {
        .menu_page .box dl {
          margin: 0 auto 13px;
          flex-wrap: wrap; } }
      .menu_page .box dl dt {
        width: 20%;
        margin: 0;
        font-weight: bold;
        font-size: 1.7rem;
        color: #5195ea; }
        @media screen and (max-width: 767px) {
          .menu_page .box dl dt {
            width: 100%;
            display: block; } }
      .menu_page .box dl dd {
        width: 80%;
        color: #333; }
        @media screen and (max-width: 767px) {
          .menu_page .box dl dd {
            width: 100%;
            display: block; } }
    .menu_page .box p {
      color: #333;
      margin: 10px auto 0; }
    .menu_page .box h4 {
      color: #5195ea;
      font-size: 2rem;
      padding: 10px;
      text-align: center;
      border: 1px solid #fff;
      border-radius: 9999px;
      margin: 0 auto 20px; }
      @media screen and (max-width: 380px) {
        .menu_page .box h4 {
          font-size: 1.8rem; } }
    .menu_page .box .box2 {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: nowrap; }
      @media screen and (max-width: 767px) {
        .menu_page .box .box2 {
          justify-content: center;
          flex-wrap: wrap; } }
      .menu_page .box .box2 .box3 {
        width: 60%; }
        @media screen and (max-width: 767px) {
          .menu_page .box .box2 .box3 {
            width: 100%; } }
      .menu_page .box .box2 figure {
        max-width: 400px; }
        @media screen and (max-width: 767px) {
          .menu_page .box .box2 figure {
            margin: 20px 0 0; } }
        .menu_page .box .box2 figure img {
          width: 100%;
          height: auto; }

.recruit {
  margin: 0 0 90px; }
  .recruit .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .recruit .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1040px) {
      .recruit .box {
        margin: 0 20px 60px; } }
    .recruit .box h2 {
      font-size: 2rem;
      padding: 0 0 15px;
      color: #5195ea;
      border-bottom: 1px solid #5195ea;
      text-align: center; }
    .recruit .box p {
      margin: 0 0 30px; }
    .recruit .box table {
      width: 100%;
      border-top: 1px solid #5195ea;
      border-left: 1px solid #5195ea;
      color: #5195ea;
      margin: 40px auto 10px;
      letter-spacing: 2px; }
      .recruit .box table th {
        font-weight: bold;
        text-align: center;
        border-right: 1px solid #5195ea;
        border-bottom: 1px solid #5195ea;
        padding: 20px;
        font-size: 1.8rem; }
        @media screen and (max-width: 1040px) {
          .recruit .box table th {
            font-size: 1.5rem; } }
      .recruit .box table td {
        border-right: 1px solid #5195ea;
        border-bottom: 1px solid #5195ea;
        text-align: center;
        padding: 20px;
        font-size: 1.8rem; }
        @media screen and (max-width: 1040px) {
          .recruit .box table td {
            font-size: 1.5rem; } }

.status {
  margin: 0 0 90px; }
  .status .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .status .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1040px) {
      .status .box {
        margin: 0 20px 60px; } }
    .status .box h2 {
      color: #fff;
      font-size: 2.5rem;
      letter-spacing: 3px;
      text-align: center;
      line-height: 1;
      padding: 15px 20px;
      background-color: #5195ea;
      margin: 60px auto 30px;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .status .box h2 {
          font-size: 1.8rem;
          margin: 50px auto 25px; } }
      .status .box h2:first-child {
        margin: 0 auto 30px; }
        @media screen and (max-width: 767px) {
          .status .box h2:first-child {
            margin: 0 auto 25px; } }
    .status .box h3 {
      color: #5195ea;
      font-size: 2rem;
      letter-spacing: 3px;
      line-height: 1;
      padding: 0 0 15px 0;
      margin: 0 auto 30px;
      border-bottom: 1px double #5195ea; }
      @media screen and (max-width: 767px) {
        .status .box h3 {
          font-size: 1.8rem;
          margin: 0 auto 25px; } }
    .status .box p {
      margin: 0; }
      .status .box p b {
        font-weight: bold; }
    .status .box table {
      width: 100%;
      border-top: 1px solid #5195ea;
      border-left: 1px solid #5195ea;
      color: #5195ea;
      margin: 0 auto 10px;
      letter-spacing: 2px; }
      .status .box table th {
        font-weight: bold;
        text-align: center;
        border-right: 1px solid #5195ea;
        border-bottom: 1px solid #5195ea;
        padding: 20px;
        font-size: 1.8rem;
        background-color: #e2edfa; }
        @media screen and (max-width: 1040px) {
          .status .box table th {
            font-size: 1.5rem; } }
      .status .box table td {
        border-right: 1px solid #5195ea;
        border-bottom: 1px solid #5195ea;
        text-align: center;
        padding: 20px;
        font-size: 1.8rem; }
        @media screen and (max-width: 1040px) {
          .status .box table td {
            font-size: 1.5rem; } }
    .status .box .table-scroll {
      overflow-x: auto;
      display: block; }
    .status .box .table-scroll table th, .status .box .table-scroll table td {
      white-space: nowrap; }

.insurance {
  margin: 0 0 90px; }
  .insurance .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .insurance .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1040px) {
      .insurance .box {
        margin: 0 20px 60px; } }
    .insurance .box h2 {
      font-size: 2rem;
      padding: 0 0 15px;
      color: #5195ea;
      border-bottom: 1px solid #5195ea;
      text-align: center; }
    .insurance .box p {
      margin: 0 0 30px; }
    .insurance .box table {
      width: 100%;
      border-top: 1px solid #5195ea;
      border-left: 1px solid #5195ea;
      color: #5195ea;
      margin: 40px auto 10px;
      letter-spacing: 2px; }
      .insurance .box table th {
        font-weight: bold;
        text-align: center;
        border-right: 1px solid #5195ea;
        border-bottom: 1px solid #5195ea;
        padding: 20px;
        font-size: 1.8rem; }
        @media screen and (max-width: 1040px) {
          .insurance .box table th {
            font-size: 1.5rem; } }
      .insurance .box table td {
        border-right: 1px solid #5195ea;
        border-bottom: 1px solid #5195ea;
        text-align: center;
        padding: 20px;
        font-size: 1.8rem; }
        @media screen and (max-width: 1040px) {
          .insurance .box table td {
            font-size: 1.5rem; } }

footer {
  background-image: url("../images/bg_footer.jpg?2025");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 80px 0 0;
  padding: 100px 0 50px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    footer {
      text-align: center;
      background-image: url("../images/bg_footer_sp.jpg?2025");
      margin: 60px 0 0;
      padding: 60px 0 80px; } }
  footer ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 0 90px 70px; }
    @media screen and (max-width: 767px) {
      footer ul {
        margin: 0 20px 60px;
        flex-wrap: wrap; } }
    footer ul li {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1;
      border-right: 1px solid #fff;
      margin: 0 0 18px;
      padding: 0 20px;
      letter-spacing: 1px; }
      @media screen and (max-width: 767px) {
        footer ul li {
          width: 100%;
          border-right: none;
          padding: 0;
          margin: 0 0 35px; } }
      footer ul li:first-child {
        padding: 0 20px 0 0; }
      footer ul li:last-child {
        border-right: none; }
      footer ul li a {
        color: #fff;
        display: inline;
        padding-bottom: 8px; }
        footer ul li a:hover {
          border-bottom: 1px solid #fff; }
  footer img {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 0 40px 65px; }
    @media screen and (max-width: 767px) {
      footer img {
        max-width: 180px;
        margin: 0 auto 20px; } }
  footer img.bnr {
    width: 200px;
    height: auto;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      footer img.bnr {
        width: 160px;
        margin: 0 auto; } }
  footer p {
    color: #fff; }
    footer p:nth-of-type(1) {
      font-size: 2rem;
      margin: 0 0 40px 70px; }
      @media screen and (max-width: 767px) {
        footer p:nth-of-type(1) {
          font-size: 1.5rem;
          margin: 0 20px 20px; } }
    footer p:nth-of-type(2) {
      font-size: 5rem;
      font-weight: bold;
      margin: 0 0 0 70px;
      letter-spacing: 1px; }
      footer p:nth-of-type(2) a {
        color: #fff; }
      @media screen and (max-width: 767px) {
        footer p:nth-of-type(2) {
          font-size: 2.7rem;
          margin: 0 20px; } }
      footer p:nth-of-type(2)::before {
        font-family: "Font Awesome 6 Free";
        content: "\f095";
        color: #fff;
        padding-right: 10px;
        font-size: 3rem;
        display: inline-block;
        font-weight: 900; }
        @media screen and (max-width: 767px) {
          footer p:nth-of-type(2)::before {
            font-size: 2.6rem; } }
    footer p:nth-of-type(3) {
      font-size: 1.2rem;
      line-height: 1.9;
      margin: 0 0 40px 70px; }
      @media screen and (max-width: 767px) {
        footer p:nth-of-type(3) {
          text-align: center;
          font-size: 1rem;
          margin: 30px 20px 0; } }
    footer p:nth-of-type(4) {
      font-size: 1.4rem;
      margin: 0 0 0 70px; }
      @media screen and (max-width: 767px) {
        footer p:nth-of-type(4) {
          font-size: 1rem;
          margin: 0 20px; } }
  footer address {
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.6;
    margin: 0 0 35px 70px; }
    @media screen and (max-width: 767px) {
      footer address {
        font-size: 1.4rem;
        margin: 0 20px 35px; } }

.floating {
  position: fixed;
  top: 28%;
  right: .5%;
  z-index: 10000; }
  @media screen and (max-width: 767px) {
    .floating {
      top: 91%;
      right: 0;
      left: 0; } }
  .floating ul {
    width: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .floating ul {
        width: 300px;
        margin: 0 auto; } }
    .floating ul li {
      margin: 0 auto 15px; }
      .floating ul li:nth-of-type(1), .floating ul li:nth-of-type(2), .floating ul li:nth-of-type(3) {
        writing-mode: vertical-rl; }
        @media screen and (max-width: 767px) {
          .floating ul li:nth-of-type(1), .floating ul li:nth-of-type(2), .floating ul li:nth-of-type(3) {
            writing-mode: horizontal-tb; } }
        .floating ul li:nth-of-type(1) a, .floating ul li:nth-of-type(2) a, .floating ul li:nth-of-type(3) a {
          font-family: "Kosugi Maru", serif;
          font-weight: 400;
          font-style: normal;
          display: block;
          writing-mode: vertical-rl;
          color: #fff;
          padding: 30px 10px;
          letter-spacing: 4px;
          border-radius: 90px;
          font-size: 1.8rem; }
          @media screen and (max-width: 767px) {
            .floating ul li:nth-of-type(1) a, .floating ul li:nth-of-type(2) a, .floating ul li:nth-of-type(3) a {
              writing-mode: horizontal-tb;
              font-size: 1.5rem;
              padding: 7px 25px;
              letter-spacing: 2px; } }
          @media screen and (max-width: 330px) {
            .floating ul li:nth-of-type(1) a, .floating ul li:nth-of-type(2) a, .floating ul li:nth-of-type(3) a {
              font-size: 1.4rem; } }
          .floating ul li:nth-of-type(1) a:hover, .floating ul li:nth-of-type(2) a:hover, .floating ul li:nth-of-type(3) a:hover {
            transition: 0.3s ease-in-out; }
      .floating ul li:nth-of-type(1) a {
        background-color: #a3d94f; }
        .floating ul li:nth-of-type(1) a:hover {
          background-color: #f2880b; }
      .floating ul li:nth-of-type(2) {
        display: none; }
        @media screen and (max-width: 767px) {
          .floating ul li:nth-of-type(2) {
            display: block; }
            .floating ul li:nth-of-type(2) a {
              background-color: #f2880b; }
              .floating ul li:nth-of-type(2) a:hover {
                background-color: #a3d94f; } }
      .floating ul li:nth-of-type(3) a {
        padding: 0;
        margin: 0 auto; }
        .floating ul li:nth-of-type(3) a:hover {
          transition: 0.3s ease-in-out; }
      .floating ul li img {
        width: 45px;
        height: auto;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          .floating ul li img {
            width: 40px; } }
        @media screen and (max-width: 330px) {
          .floating ul li img {
            width: 35px; } }

.pagetop {
  position: fixed;
  right: 4%;
  bottom: 5%; }
  @media screen and (max-width: 1040px) {
    .pagetop {
      right: 7%;
      bottom: 5%; } }
  @media screen and (max-width: 767px) {
    .pagetop {
      right: 4%;
      bottom: 12%; } }
  .pagetop img {
    width: 70px;
    height: auto;
    display: block;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .pagetop img {
        width: 50px; } }

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