@charset "UTF-8";
/* CSS Document */
#heroimg {
  position: relative;
  background-image: linear-gradient(90deg, rgba(98, 201, 255, 0.15), rgba(50, 119, 227, 0.15)); }
  #heroimg::before {
    background-color: #fff;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    height: 63%;
    width: 100%; }
  #heroimg .visual {
    position: relative;
    z-index: 20;
    height: calc(73vh);
    border-radius: 100px 0 100px 0;
    border: 5px solid #c9e3fb;
    margin: 0 auto;
    overflow: hidden;
    width: calc(100% - 75px); }
    @media screen and (max-width: 1199px) {
      #heroimg .visual {
        height: calc(63vh); } }
    @media screen and (max-width: 991px) {
      #heroimg .visual {
        height: calc(47vh); } }
    @media screen and (max-width: 767px) {
      #heroimg .visual {
        height: calc(63vh);
        width: calc(100% - 50px); } }
    @media screen and (max-width: 575px) {
      #heroimg .visual {
        height: calc(55vh);
        width: calc(100% - 35px);
        border-radius: 50px 0 50px 0; } }
    #heroimg .visual h1 {
      height: 100%; }
      #heroimg .visual h1 img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    #heroimg .visual .catchcopy {
      position: absolute;
      top: 9rem;
      left: 6.5rem; }
      @media screen and (max-width: 991px) {
        #heroimg .visual .catchcopy {
          top: 6rem;
          left: 4.5rem; } }
      @media screen and (max-width: 767px) {
        #heroimg .visual .catchcopy {
          top: 9rem; } }
      @media screen and (max-width: 575px) {
        #heroimg .visual .catchcopy {
          top: 6rem;
          left: 2rem; } }
      #heroimg .visual .catchcopy p span {
        background-color: #ffffff;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 600;
        color: #00b7d9;
        display: math;
        padding: 0.2rem 0.7rem 0.5rem 1.5rem;
        line-height: 2.3;
        letter-spacing: 0.3rem; }
        @media screen and (max-width: 991px) {
          #heroimg .visual .catchcopy p span {
            font-size: 23px;
            font-size: 2.3rem; } }
        @media screen and (max-width: 767px) {
          #heroimg .visual .catchcopy p span {
            font-size: 26px;
            font-size: 2.6rem; } }
        @media screen and (max-width: 575px) {
          #heroimg .visual .catchcopy p span {
            letter-spacing: 0.2rem;
            font-size: 1.7rem; } }

#intro {
  background-image: linear-gradient(90deg, rgba(98, 201, 255, 0.15), rgba(50, 119, 227, 0.15));
  padding: 8rem 0 0 0;
  position: relative;
  margin-bottom: 7.5rem; }
  @media screen and (max-width: 991px) {
    #intro {
      padding: 6rem 0 0 0; } }
  @media screen and (max-width: 575px) {
    #intro {
      padding: 4rem 0 0 0; } }
  #intro::before {
    position: absolute;
    content: "";
    background-image: url("../img/logomark-white.svg");
    background-repeat: no-repeat;
    height: 305px;
    width: 357px;
    left: 5rem;
    top: -3.5rem; }
    @media screen and (max-width: 767px) {
      #intro::before {
        width: 300px;
        opacity: 0.5;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); } }
    @media screen and (max-width: 575px) {
      #intro::before {
        width: 240px;
        top: 57%; } }
  #intro p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    line-height: 2;
    margin-bottom: 8.8rem; }
    @media screen and (max-width: 575px) {
      #intro p {
        font-size: 16px;
        font-size: 1.6rem;
        width: 90%;
        text-align: justify;
        margin: 0 auto 6rem auto;
        line-height: 1.7; } }

#information {
  position: relative;
  margin-bottom: 12.3rem; }
  @media screen and (max-width: 1199px) {
    #information {
      margin-bottom: 11.3rem; } }
  @media screen and (max-width: 767px) {
    #information {
      margin-bottom: 8rem; } }
  #information .first {
    margin-bottom: 7rem; }
    @media screen and (max-width: 767px) {
      #information .first {
        margin-bottom: 5rem; } }
    #information .first h3 {
      font-size: 24px;
      font-size: 2.4rem;
      color: #296ece;
      display: flex;
      align-items: center;
      display: flex;
      align-items: center;
      font-size: 20px;
      margin-bottom: 2.2rem; }
      #information .first h3::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #afafaf;
        margin-left: 0.8em; }
      #information .first h3 img {
        height: 36px;
        width: 36px;
        display: block;
        margin-right: 0.5em; }
    #information .first ul {
      margin-left: 0.9rem; }
      #information .first ul li {
        text-indent: -1.7em;
        padding-left: 1.7em;
        line-height: 1.5;
        margin-bottom: 0.8rem; }
        #information .first ul li::before {
          font-family: "Font Awesome 5 Free";
          font-weight: 500;
          content: '\f058';
          color: #296ece;
          margin-right: 0.6em; }
  #information .examination-bg {
    position: relative;
    background-image: url("../img/top-info-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    #information .examination-bg::before {
      position: absolute;
      content: "";
      background-color: #fff;
      height: 70px;
      width: 100%; }
    #information .examination-bg .examination {
      position: relative; }
      #information .examination-bg .examination ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem; }
        @media screen and (max-width: 767px) {
          #information .examination-bg .examination ul {
            grid-template-columns: 1fr;
            gap: 2rem; } }
        #information .examination-bg .examination ul li {
          background-color: #ffffff;
          height: 260px;
          padding: 4rem 4.8rem 0 4.8rem; }
          @media screen and (max-width: 1399px) {
            #information .examination-bg .examination ul li {
              padding: 4rem 4rem 0 4rem; } }
          @media screen and (max-width: 1199px) {
            #information .examination-bg .examination ul li {
              height: 287px;
              padding: 4rem 3rem 0 3rem; } }
          @media screen and (max-width: 991px) {
            #information .examination-bg .examination ul li {
              height: 272px; } }
          @media screen and (max-width: 767px) {
            #information .examination-bg .examination ul li {
              height: auto;
              padding: 3rem; } }
          #information .examination-bg .examination ul li .midashi {
            border-bottom: 1px solid #d7d7d7;
            padding-bottom: 1.2rem;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center; }
            #information .examination-bg .examination ul li .midashi img {
              height: 40px;
              width: 41px;
              padding-bottom: 0.7rem;
              display: inline;
              margin-right: 0.8em; }
            #information .examination-bg .examination ul li .midashi h3 {
              font-size: 24px;
              font-size: 2.4rem;
              color: #296ece;
              display: inline-block; }
              #information .examination-bg .examination ul li .midashi h3 span {
                font-size: 18px;
                font-size: 1.8rem; }
                @media screen and (max-width: 1399px) {
                  #information .examination-bg .examination ul li .midashi h3 span {
                    font-size: 1.5rem; } }
                @media screen and (max-width: 575px) {
                  #information .examination-bg .examination ul li .midashi h3 span {
                    letter-spacing: -0.1rem; } }
              #information .examination-bg .examination ul li .midashi h3 span.en {
                font-size: 14px;
                font-size: 1.4rem;
                color: #afafaf;
                margin-left: 1em; }
                @media screen and (max-width: 575px) {
                  #information .examination-bg .examination ul li .midashi h3 span.en {
                    letter-spacing: revert; } }
          @media screen and (max-width: 1199px) {
            #information .examination-bg .examination ul li .li-4 h3 {
              line-height: 0.8; } }
          @media screen and (max-width: 1199px) {
            #information .examination-bg .examination ul li .li-4 h3 span.en {
              margin-left: 0; } }
          @media screen and (max-width: 575px) {
            #information .examination-bg .examination ul li p {
              margin-bottom: 0; } }
      #information .examination-bg .examination a.link_btn {
        margin-top: 6rem;
        margin-bottom: 11rem; }
        @media screen and (max-width: 767px) {
          #information .examination-bg .examination a.link_btn {
            margin-top: 4rem;
            margin-bottom: 8rem; } }
        @media screen and (max-width: 575px) {
          #information .examination-bg .examination a.link_btn {
            margin-top: 2rem; } }

#news {
  padding-bottom: 9.3rem; }
  @media screen and (max-width: 1199px) {
    #news {
      padding-bottom: 6rem; } }
  #news .news-flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #news .news-flex {
        flex-direction: column;
        align-items: center; } }
    #news .news-flex h2 {
      width: 30%;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #news .news-flex h2 {
          margin-bottom: 5rem; } }
      @media screen and (max-width: 575px) {
        #news .news-flex h2 {
          width: 100%;
          margin-bottom: 3.5rem; } }
    #news .news-flex ul#news-list {
      width: 70%;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #news .news-flex ul#news-list {
          width: 100%; } }
      #news .news-flex ul#news-list li {
        margin-bottom: 1.8rem; }
        #news .news-flex ul#news-list li dl a {
          background-color: #ffffff;
          border: 5px solid #ffffff;
          padding: 1.15em 2em 1.15em 2em;
          display: flex;
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
          border-radius: 10px;
          transition: 0.5s; }
          @media screen and (max-width: 991px) {
            #news .news-flex ul#news-list li dl a {
              padding: 0.8em 2em; } }
          @media screen and (max-width: 575px) {
            #news .news-flex ul#news-list li dl a {
              padding: 0.5em 2em; } }
          #news .news-flex ul#news-list li dl a dt {
            color: #296ece;
            font-weight: 600;
            width: 6.5em;
            flex-shrink: 0; }
          #news .news-flex ul#news-list li dl a dd {
            color: #505050;
            display: inline-block;
            transition: 0.3s ease;
            line-height: 1.5; }
          #news .news-flex ul#news-list li dl a:hover {
            border: 5px solid #effaff; }
            #news .news-flex ul#news-list li dl a:hover dd {
              color: #296ece; }
        #news .news-flex ul#news-list li:last-child {
          margin-bottom: 0; }
  #news .btn_center {
    display: flex;
    justify-content: flex-end;
    margin-top: 3.2rem; }
    @media screen and (max-width: 575px) {
      #news .btn_center {
        margin-top: 2.5rem; } }
    #news .btn_center a.link_btn {
      color: #296ece;
      font-size: 15px;
      font-size: 1.5rem;
      width: 187px;
      height: 42px; }
      #news .btn_center a.link_btn i {
        font-size: 0.65rem; }
      #news .btn_center a.link_btn:hover {
        color: #fff; }

#schedule {
  background-color: #effaff;
  padding-bottom: 13rem;
  margin-bottom: 12rem; }
  @media screen and (max-width: 991px) {
    #schedule {
      padding-bottom: 10rem;
      margin-bottom: 9rem; } }
  @media screen and (max-width: 767px) {
    #schedule {
      padding-bottom: 8rem;
      margin-bottom: 8rem; } }
  @media screen and (max-width: 575px) {
    #schedule {
      padding-bottom: 6rem; } }
  #schedule h2 {
    padding-top: 12.7rem;
    margin-bottom: 7.3rem; }
    @media screen and (max-width: 991px) {
      #schedule h2 {
        margin-bottom: 5.5rem;
        padding-top: 10.7rem; } }
    @media screen and (max-width: 575px) {
      #schedule h2 {
        margin-bottom: 4rem;
        padding-top: 7.7rem; } }
  #schedule .schedule {
    width: 70%;
    margin: auto;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #schedule .schedule {
        width: 100%; } }
    #schedule .schedule .table-bg {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 2rem 4rem;
      height: auto;
      display: flex;
      align-items: center;
      margin-bottom: 2rem; }
      @media screen and (max-width: 575px) {
        #schedule .schedule .table-bg {
          padding: 1rem 1rem; } }
      #schedule .schedule .table-bg table {
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 19px;
        font-size: 1.9rem; }
        @media screen and (max-width: 575px) {
          #schedule .schedule .table-bg table {
            font-size: 15px;
            font-size: 1.5rem; } }
        #schedule .schedule .table-bg table tr th {
          color: #296ece;
          padding: 1.5rem 0; }
        #schedule .schedule .table-bg table tr td {
          color: #62c9ff;
          border-top: 1px solid #afafaf;
          padding: 1.5rem 0; }
          #schedule .schedule .table-bg table tr td:first-child {
            color: #505050;
            width: 30%; }
        #schedule .schedule .table-bg table tr td.gray {
          color: #505050;
          font-weight: 400; }
    #schedule .schedule p {
      font-weight: 600;
      font-size: 18px;
      font-size: 1.8rem; }
      #schedule .schedule p span {
        color: #296ece; }
      #schedule .schedule p i {
        color: #62c9ff; }
  #schedule a {
    display: inline-block;
    color: #296ece;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 0;
    margin-top: 3rem; }
    @media screen and (max-width: 767px) {
      #schedule a {
        display: inline-block;
        margin-top: 2rem; } }
    #schedule a span {
      font-size: 35px;
      font-size: 3.5rem;
      padding-left: 0.8rem; }
  #schedule .g-map {
    margin-top: 6rem;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      #schedule .g-map {
        margin-top: 4rem; } }
    #schedule .g-map p {
      font-weight: 500;
      font-size: 17px;
      font-size: 1.7rem; }
      @media screen and (max-width: 575px) {
        #schedule .g-map p {
          font-size: 16px;
          font-size: 1.6rem; } }
    #schedule .g-map iframe {
      width: 100%;
      height: 294px; }
      @media screen and (max-width: 991px) {
        #schedule .g-map iframe {
          height: 210px; } }
      @media screen and (max-width: 575px) {
        #schedule .g-map iframe {
          height: 160px; } }
  #schedule .month-schedule {
    background-color: #ffffff;
    padding: 5rem 0;
    margin-top: 3rem; }
    @media screen and (max-width: 767px) {
      #schedule .month-schedule {
        margin-top: 2rem;
        padding: 4rem 2rem; } }
    #schedule .month-schedule .month-schedule-box {
      width: 90%;
      margin: auto; }
      @media screen and (max-width: 1199px) {
        #schedule .month-schedule .month-schedule-box {
          width: 95%; } }
      #schedule .month-schedule .month-schedule-box h3 {
        font-size: 23px;
        font-size: 2.3rem;
        color: #296ece;
        margin-bottom: 4rem;
        text-align: center; }
        @media screen and (max-width: 991px) {
          #schedule .month-schedule .month-schedule-box h3 {
            margin-bottom: 2rem; } }
        @media screen and (max-width: 575px) {
          #schedule .month-schedule .month-schedule-box h3 {
            line-height: 1; } }
        #schedule .month-schedule .month-schedule-box h3 i {
          margin-right: 0.5em; }
        #schedule .month-schedule .month-schedule-box h3 span {
          font-size: 14px;
          font-size: 1.4rem;
          color: #afafaf;
          margin-left: 1rem; }
      @media screen and (max-width: 1199px) {
        #schedule .month-schedule .month-schedule-box .calendart {
          padding-right: 1rem;
          padding-left: 1rem; } }
      @media screen and (max-width: 575px) {
        #schedule .month-schedule .month-schedule-box .calendart {
          padding: 0; } }
      #schedule .month-schedule .month-schedule-box .calendart table {
        margin: 1rem;
        margin: auto; }
        @media screen and (max-width: 991px) {
          #schedule .month-schedule .month-schedule-box .calendart table {
            margin-bottom: 3rem; } }
        #schedule .month-schedule .month-schedule-box .calendart table .cellTableHead {
          font-size: 18px;
          font-size: 1.8rem;
          padding-bottom: 0.7rem; }
        #schedule .month-schedule .month-schedule-box .calendart table th, #schedule .month-schedule .month-schedule-box .calendart table td {
          border: solid 1px #d7d7d7; }
        #schedule .month-schedule .month-schedule-box .calendart table td {
          line-height: 20px; }
        #schedule .month-schedule .month-schedule-box .calendart table tr:first-of-type th {
          border: none; }
          @media screen and (max-width: 991px) {
            #schedule .month-schedule .month-schedule-box .calendart table tr:first-of-type th {
              text-align: center; } }
        #schedule .month-schedule .month-schedule-box .calendart table tbody tr:nth-child(2) {
          background-color: #f7f7f7;
          text-align: center; }
        #schedule .month-schedule .month-schedule-box .calendart table tr:nth-child(n+3) td {
          text-align: left;
          vertical-align: top;
          width: 74px;
          height: 62px;
          font-weight: 600;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 0.3rem 0.4rem; }
          @media screen and (max-width: 991px) {
            #schedule .month-schedule .month-schedule-box .calendart table tr:nth-child(n+3) td {
              height: 57px; } }
          @media screen and (max-width: 575px) {
            #schedule .month-schedule .month-schedule-box .calendart table tr:nth-child(n+3) td {
              height: 55px; } }
        #schedule .month-schedule .month-schedule-box .calendart table .cellSunday, #schedule .month-schedule .month-schedule-box .calendart table .cellHoliday {
          color: #ea6775; }
        #schedule .month-schedule .month-schedule-box .calendart table .cellSaturday {
          color: #296ece; }
        #schedule .month-schedule .month-schedule-box .calendart table .cellevent {
          display: block;
          font-size: 10px;
          text-align: center;
          background-color: #C9E2F1;
          font-weight: bold;
          color: #000000;
          padding: 2px 5px;
          margin: 0px 3px 3px; }
        #schedule .month-schedule .month-schedule-box .calendart table .yasumi {
          display: block;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
          background-color: #afafaf;
          font-weight: bold;
          color: #FFF;
          padding: 2px 5px;
          margin: 0px 3px;
          border-radius: 2em;
          margin-top: 0.3rem;
          letter-spacing: 0 !important; }
          @media screen and (max-width: 1199px) {
            #schedule .month-schedule .month-schedule-box .calendart table .yasumi {
              font-size: 11px;
              font-size: 1.1rem; } }
          @media screen and (max-width: 575px) {
            #schedule .month-schedule .month-schedule-box .calendart table .yasumi {
              margin: 0 2px 0 0;
              padding: 2px 3px;
              font-size: 10px;
              font-size: 1rem; } }
        #schedule .month-schedule .month-schedule-box .calendart table span.reason {
          font-size: 10px;
          font-size: 1rem;
          text-align: center;
          letter-spacing: 0;
          display: block;
          line-height: 1.2;
          margin-bottom: 5px;
          color: #505050;
          margin-top: 0.3em; }
          @media screen and (max-width: 1199px) {
            #schedule .month-schedule .month-schedule-box .calendart table span.reason {
              font-size: 9px;
              font-size: 0.9rem; } }
          @media screen and (max-width: 991px) {
            #schedule .month-schedule .month-schedule-box .calendart table span.reason {
              font-size: 11px;
              font-size: 1.1rem; } }
      #schedule .month-schedule .month-schedule-box .calendart:last-of-type table {
        margin-bottom: 0; }

#aboutus {
  position: relative;
  padding-bottom: 11rem; }
  @media screen and (max-width: 575px) {
    #aboutus {
      padding-bottom: 8rem; } }
  #aboutus::before {
    background-color: #effaff;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #aboutus::before {
        height: 77%; } }
  #aboutus .aboutus-box {
    position: relative;
    z-index: 3; }
    #aboutus .aboutus-box .aboutus-flex ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      margin-bottom: 6.4rem; }
      @media screen and (max-width: 991px) {
        #aboutus .aboutus-box .aboutus-flex ul {
          margin-bottom: 4rem; } }
      @media screen and (max-width: 767px) {
        #aboutus .aboutus-box .aboutus-flex ul {
          margin-bottom: 1rem;
          display: inline-block; } }
      @media screen and (max-width: 767px) {
        #aboutus .aboutus-box .aboutus-flex ul li {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 575px) {
        #aboutus .aboutus-box .aboutus-flex ul li {
          margin-bottom: 2rem; } }
      #aboutus .aboutus-box .aboutus-flex ul li a {
        display: inline-block;
        overflow: hidden; }
        #aboutus .aboutus-box .aboutus-flex ul li a .aboutus-img {
          cursor: pointer;
          overflow: hidden;
          width: 100%; }
          @media screen and (max-width: 767px) {
            #aboutus .aboutus-box .aboutus-flex ul li a .aboutus-img {
              height: 215px;
              height: auto; } }
          #aboutus .aboutus-box .aboutus-flex ul li a .aboutus-img img {
            height: auto;
            transition: transform .6s ease;
            /* ゆっくり変化させる */
            width: 100%; }
          #aboutus .aboutus-box .aboutus-flex ul li a .aboutus-img:hover img {
            transform: scale(1.1);
            /* 拡大 */ }
        #aboutus .aboutus-box .aboutus-flex ul li a .link_head {
          background-color: #ffffff;
          color: #296ece;
          font-size: 24px;
          font-size: 2.4rem;
          height: 95px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-weight: 600;
          padding-left: 2em;
          padding-right: 1em;
          transition: .6s; }
          @media screen and (max-width: 991px) {
            #aboutus .aboutus-box .aboutus-flex ul li a .link_head {
              font-size: 22px;
              font-size: 2.2rem;
              height: 62px;
              padding-top: 0.5rem; } }
          @media screen and (max-width: 767px) {
            #aboutus .aboutus-box .aboutus-flex ul li a .link_head {
              height: 75px; } }
          @media screen and (max-width: 575px) {
            #aboutus .aboutus-box .aboutus-flex ul li a .link_head {
              height: 62px;
              font-size: 20px;
              font-size: 2rem; } }
          #aboutus .aboutus-box .aboutus-flex ul li a .link_head span {
            color: #afafaf;
            font-size: 14px;
            font-size: 1.4rem;
            margin-left: 1em; }
          #aboutus .aboutus-box .aboutus-flex ul li a .link_head i {
            font-size: 0.75rem; }
        #aboutus .aboutus-box .aboutus-flex ul li a:hover .aboutus-img img {
          transform: scale(1.1);
          /* 拡大 */ }
        #aboutus .aboutus-box .aboutus-flex ul li a:hover .link_head {
          background-color: #296ece;
          color: #fff; }

#recruit {
  margin-bottom: 13rem; }
  @media screen and (max-width: 767px) {
    #recruit {
      margin-bottom: 10rem; } }
  #recruit .recruit-flex {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: stretch;
    /* ←高さをそろえる */ }
    @media screen and (max-width: 767px) {
      #recruit .recruit-flex {
        flex-direction: column; } }
    #recruit .recruit-flex .recruit-img-box {
      width: 50%;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        #recruit .recruit-flex .recruit-img-box {
          width: 100%; } }
      #recruit .recruit-flex .recruit-img-box .recruit-img {
        width: 100%;
        height: 100%; }
        #recruit .recruit-flex .recruit-img-box .recruit-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
    #recruit .recruit-flex .recruit-bg {
      width: 50%;
      background-image: linear-gradient(90deg, rgba(98, 201, 255, 0.5), rgba(50, 119, 227, 0.5));
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 4rem; }
      @media screen and (max-width: 991px) {
        #recruit .recruit-flex .recruit-bg {
          padding: 3rem; } }
      @media screen and (max-width: 767px) {
        #recruit .recruit-flex .recruit-bg {
          width: 100%;
          margin: auto;
          margin-top: -15rem;
          padding: 1.3rem; } }
      @media screen and (max-width: 575px) {
        #recruit .recruit-flex .recruit-bg {
          margin-top: -11rem; } }
      #recruit .recruit-flex .recruit-bg .bg-white {
        background-color: #fff;
        text-align: center;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3rem 1rem 4rem 1rem; }
        @media screen and (max-width: 575px) {
          #recruit .recruit-flex .recruit-bg .bg-white {
            padding: 2rem 1rem 3rem 1rem; } }
        #recruit .recruit-flex .recruit-bg .bg-white h2 {
          position: relative;
          text-align: center;
          display: inline-block;
          margin-bottom: 2.5rem; }
          @media screen and (max-width: 1199px) {
            #recruit .recruit-flex .recruit-bg .bg-white h2 {
              margin-bottom: 1.5rem; } }
          #recruit .recruit-flex .recruit-bg .bg-white h2 span.en {
            font-size: 15px;
            font-size: 1.5rem;
            color: #296ece; }
          #recruit .recruit-flex .recruit-bg .bg-white h2 span.ja {
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 1.9; }
        #recruit .recruit-flex .recruit-bg .bg-white p {
          margin-bottom: 3.5rem; }
          @media screen and (max-width: 1199px) {
            #recruit .recruit-flex .recruit-bg .bg-white p {
              margin-bottom: 3rem; } }
      @media screen and (max-width: 1199px) {
        #recruit .recruit-flex .recruit-bg .btn_center a {
          font-size: 16px;
          font-size: 1.6rem;
          width: 265px;
          height: 50px; } }
      @media screen and (max-width: 991px) {
        #recruit .recruit-flex .recruit-bg .btn_center a {
          width: 220px; } }

#contact #introduction {
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #contact #introduction {
      margin-top: 2rem; } }
  @media screen and (max-width: 575px) {
    #contact #introduction {
      margin-bottom: 0rem; } }
  #contact #introduction p span {
    background-color: #296ece;
    padding: 0.2rem 1rem 0.4rem;
    color: #fff;
    font-weight: bold;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    margin-right: 0.5rem; }
  @media screen and (max-width: 575px) {
    #contact #introduction p {
      text-align: justify; } }
  #contact #introduction p span.aka {
    color: #e72d26;
    font-weight: 600;
    background-color: #fff;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem; }
  #contact #introduction dl {
    margin-top: 6rem; }
    @media screen and (max-width: 575px) {
      #contact #introduction dl {
        margin-top: 3rem; } }
    #contact #introduction dl dt {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 2px; }
      @media screen and (max-width: 575px) {
        #contact #introduction dl dt {
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0; } }
    #contact #introduction dl dd {
      background-color: #296ece;
      margin-top: 1rem;
      padding: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 1rem; }
      @media screen and (max-width: 575px) {
        #contact #introduction dl dd {
          display: block; } }
      #contact #introduction dl dd a {
        font-weight: 600;
        color: #296ece; }
        #contact #introduction dl dd a span {
          font-size: 38px;
          font-size: 3.8rem; }
          #contact #introduction dl dd a span svg {
            margin-right: 1.5rem; }
#contact form#mail_form {
  padding-top: 2rem; }
  #contact form#mail_form dl dt {
    margin-top: 0;
    padding-top: 0;
    font-weight: 600; }
    #contact form#mail_form dl dt:first-child {
      border-top: none; }
    #contact form#mail_form dl dt::before {
      display: inline-block;
      font-size: 90%;
      font-weight: normal;
      line-height: 1;
      margin-right: 1rem;
      padding: 0.4rem 0.5rem;
      border-radius: 3px; }
  #contact form#mail_form dl dt.required::before {
    content: "必須";
    color: #fff;
    background-color: #296ece;
    border: 1px solid #296ece; }
  #contact form#mail_form dl dt.optional::before {
    content: "任意";
    color: #296ece;
    background-color: #fff;
    border: 1px solid #296ece; }
  #contact form#mail_form dl dd {
    margin-bottom: 4rem; }
    #contact form#mail_form dl dd:nth-child(2) {
      margin-top: 0.5rem;
      margin-bottom: 3rem; }
    #contact form#mail_form dl dd span.error_blank,
    #contact form#mail_form dl dd span.error_format,
    #contact form#mail_form dl dd span.error_match {
      display: block;
      color: #ff0000;
      margin-top: 3px; }
  #contact form#mail_form input[type="text"],
  #contact form#mail_form input[type="email"],
  #contact form#mail_form input[type="tel"],
  #contact form#mail_form textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    background: #efefef;
    -webkit-appearance: none;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 5px; }
    #contact form#mail_form input[type="text"]:focus,
    #contact form#mail_form input[type="email"]:focus,
    #contact form#mail_form input[type="tel"]:focus,
    #contact form#mail_form textarea:focus {
      border: 1px solid #b2b2b2;
      background-color: #efefef;
      outline: none; }
  #contact form#mail_form input[type="radio"],
  #contact form#mail_form input[type="checkbox"] {
    margin-right: 5px;
    margin-left: 0;
    accent-color: #296ece; }
  #contact form#mail_form label {
    margin-right: 2em; }
  #contact form#mail_form select {
    font-size: 100%;
    margin-top: 5px; }
  #contact form#mail_form input#postal {
    width: 30%; }
    #contact form#mail_form input#postal + a {
      display: inline-block;
      padding: 5px 15px;
      margin-left: 0.5rem;
      background: #FDEFF5;
      border: 1px solid #C7000B;
      border-radius: 3px;
      color: #C7000B;
      font-family: inherit;
      text-decoration: none;
      transition: 0.3s; }
      #contact form#mail_form input#postal + a:hover {
        cursor: pointer;
        background: #C7000B;
        color: #fff; }
  #contact form#mail_form p#form_submit {
    width: 90%;
    margin: 0 auto;
    padding: 5rem 0 10rem 0; }
    @media screen and (max-width: 767px) {
      #contact form#mail_form p#form_submit {
        padding-bottom: 8rem; } }
    @media screen and (max-width: 575px) {
      #contact form#mail_form p#form_submit {
        padding: 3rem 0 6rem 0; } }
  #contact form#mail_form input[type="button"] {
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.06em;
    padding: 1.4rem 6rem;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #296ece;
    background: #296ece;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 2em;
    transition: 0.3s; }
    @media screen and (max-width: 575px) {
      #contact form#mail_form input[type="button"] {
        letter-spacing: 0;
        padding: 1.4rem 3.5rem; } }
    #contact form#mail_form input[type="button"]:hover {
      cursor: pointer;
      background: #fff;
      color: #296ece; }
  #contact form#mail_form input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #efefef inset; }
  #contact form#mail_form span.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load-circle 1.0s linear infinite;
    animation: load-circle 1.0s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px; }
@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#contact .privacy-policy {
  border: 1px solid #c3c3c3;
  padding: 2.5rem;
  margin-top: 2rem;
  background-color: #fff; }
  #contact .privacy-policy h4 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem; }
    @media screen and (max-width: 575px) {
      #contact .privacy-policy h4 {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 1rem; } }
  #contact .privacy-policy p {
    text-align: justify; }
    @media screen and (max-width: 575px) {
      #contact .privacy-policy p {
        font-size: 15px;
        font-size: 1.5rem; } }

.thanks-box {
  padding-bottom: 10rem; }
  @media screen and (max-width: 991px) {
    .thanks-box {
      margin-top: 10rem; } }
  .thanks-box h3 {
    font-size: 2.5rem;
    font-size: 25px;
    margin-bottom: 4rem;
    padding: 0;
    border: none;
    margin-top: 4rem; }
  .thanks-box p {
    margin-bottom: 5rem; }
  .thanks-box a {
    display: inline-block;
    font-weight: bold;
    padding: 1.4rem 6rem;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #296ece;
    background: #296ece;
    color: #fff;
    border-radius: 2em;
    -webkit-appearance: none;
    transition: 0.3s; }
    .thanks-box a:hover {
      color: #296ece;
      background-color: #fff; }
