@charset "UTF-8";
@media (max-width: 1145px) {
  /*****************************
   *
   *settings
   *
   ***************************** */
  body .ib {
    width: 100%; }
  body .sp_content {
    display: block !important; }
  body .pc_content {
    display: none !important; }

  #loading img {
    width: 100%; }

  header {
    height: 60px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
    overflow: visible; }
    header.active .ib .spbtn.sp_content {
      background: #fff; }
      header.active .ib .spbtn.sp_content i:before, header.active .ib .spbtn.sp_content i:after {
        background: #1E3E72; }
      header.active .ib .spbtn.sp_content i:before {
        transform: translate(3px, -2px) rotate(45deg); }
      header.active .ib .spbtn.sp_content i:after {
        transform: translate(3px, 3px) rotate(-45deg); }
      header.active .ib .spbtn.sp_content i em {
        opacity: 0; }
    header.active .ib a.contact {
      opacity: 0; }
    header .ib {
      padding: 0 20px;
      height: 100%; }
      header .ib nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 0px;
        background: #1E3E72;
        left: 0;
        height: 100vh;
        height: 100lvh;
        padding: 100px 20px; }
        header .ib nav .logo {
          width: 200px;
          position: absolute;
          top: 15px;
          left: 20px;
          z-index: 2; }
        header .ib nav .close {
          width: 30px;
          height: 30px;
          background: #fff;
          color: #1E3E72;
          align-items: center;
          justify-content: center;
          display: flex !important;
          position: absolute;
          right: 20px;
          top: 15px;
          border-radius: 50%;
          font-size: 16px;
          z-index: 3; }
        header .ib nav a {
          display: block;
          text-align: center;
          color: #fff;
          font-size: 24px;
          font-weight: bold;
          margin-bottom: 40px;
          padding: 0;
          height: auto; }
          header .ib nav a.button {
            width: 100%;
            position: relative;
            background: #fff;
            color: #1E3E72;
            font-size: 24px;
            padding: 20px; }
            header .ib nav a.button img {
              display: none; }
      header .ib h1 {
        width: 200px; }
      header .ib .spbtn.sp_content, header .ib a.contact {
        opacity: 1;
        width: 30px;
        height: 30px;
        background: #1E3E72;
        align-items: center;
        justify-content: center;
        display: flex !important;
        position: absolute;
        right: 20px;
        top: calc(50% - 15px);
        border-radius: 50%;
        font-size: 20px;
        padding: 10px 5px;
        z-index: 4; }
        header .ib .spbtn.sp_content i, header .ib a.contact i {
          display: block;
          width: 100%;
          height: 100%;
          position: relative; }
          header .ib .spbtn.sp_content i em, header .ib a.contact i em {
            display: block;
            transition: 0.4s ease;
            width: 100%;
            position: absolute;
            height: 1px;
            background: #fff;
            top: calc(50% - 0.5px);
            left: 0; }
          header .ib .spbtn.sp_content i:before, header .ib .spbtn.sp_content i:after, header .ib a.contact i:before, header .ib a.contact i:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 1px;
            width: 100%;
            display: block;
            background: #fff;
            transition: 0.4s ease; }
          header .ib .spbtn.sp_content i:before, header .ib a.contact i:before {
            transform-origin: left; }
          header .ib .spbtn.sp_content i:after, header .ib a.contact i:after {
            top: auto;
            bottom: 0;
            transform-origin: left; }
      header .ib a.contact {
        right: 60px;
        padding: 2px 6px; }
        header .ib a.contact:before {
          display: none; }
        header .ib a.contact img {
          width: 100%; }

  section#fv {
    padding: 0;
    height: calc(100vh - 60px);
    margin-top: 60px;
    overflow: hidden; }
    section#fv .ib {
      flex-wrap: wrap;
      padding: 10px; }
      section#fv .ib .copy {
        width: 100%;
        position: relative;
        height: 50%;
        order: 2;
        margin-top: -20px; }
        section#fv .ib .copy .inner {
          background: url(../img/top/copy.png) no-repeat 10px 50%;
          background-size: calc(100%  - 20px); }
      section#fv .ib .mv {
        width: 100%;
        position: relative;
        height: 50%;
        margin-top: 50px;
        order: 1; }
      section#fv .ib .fluid {
        width: 120vw;
        height: 60vh;
        top: 15vh;
        right: -100px; }

  #content h2 {
    font-size: 36px;
    margin: 40px 0 70px; }
    #content h2 span {
      font-size: 16px;
      margin-top: 5px; }
  #content h3 {
    font-size: 22px;
    letter-spacing: 0;
    margin: 30px 0; }
  #content section.intro .ib {
    padding: 30px 20px;
    flex-wrap: wrap; }
    #content section.intro .ib .buttons {
      width: 100%;
      flex-wrap: wrap; }
      #content section.intro .ib .buttons a.button {
        width: 100%;
        margin-bottom: 20px;
        max-width: 100%; }
        #content section.intro .ib .buttons a.button:nth-of-type(2) {
          margin-top: 0; }
    #content section.intro .ib .img {
      width: 100%;
      order: 2;
      height: auto;
      overflow: hidden; }
      #content section.intro .ib .img img {
        position: relative;
        right: 0;
        float: none;
        width: 200px; }
    #content section.intro .ib .l {
      width: 100%;
      order: 1; }
  #content .feature_df {
    flex-wrap: wrap; }
    #content .feature_df .l {
      width: 100%; }
    #content .feature_df .r {
      margin-top: 30px;
      width: 100%; }
      #content .feature_df .r a {
        margin-bottom: 20px; }
  #content section.top_pertner {
    background: #1E3E72;
    padding: 60px 0 60px; }
    #content section.top_pertner h2 {
      margin-top: 20px; }
    #content section.top_pertner .pertner_slide {
      margin-top: 50px; }
      #content section.top_pertner .pertner_slide .swiper-slide {
        width: 150px;
        height: 100px;
        padding: 5px 0; }
  #content section.top_service .ib {
    padding: 30px 20px 50px; }
    #content section.top_service .ib .s_list {
      margin-bottom: 60px; }
      #content section.top_service .ib .s_list .box {
        width: 100%;
        margin-bottom: 80px; }
        #content section.top_service .ib .s_list .box:last-child {
          margin-bottom: 0; }
        #content section.top_service .ib .s_list .box h3 {
          margin-top: -20px !important; }
  #content section.top_news .ib {
    padding: 70px 20px 70px; }
    #content section.top_news .ib a.button:not(.s) {
      width: 100%;
      margin-top: 40px;
      display: flex !important; }
    #content section.top_news .ib .news_list .box {
      justify-content: space-between; }
      #content section.top_news .ib .news_list .box:after {
        display: none; }
      #content section.top_news .ib .news_list .box .date {
        width: 75px;
        word-wrap: break-word; }
      #content section.top_news .ib .news_list .box p {
        width: calc(100% - 100px);
        font-size: 15px; }
  #content section.top_blog .ib {
    padding: 50px 20px; }
    #content section.top_blog .ib .blog_list {
      padding: 0 20px; }
      #content section.top_blog .ib .blog_list .box {
        width: 100%;
        margin-bottom: 40px; }
        #content section.top_blog .ib .blog_list .box .img {
          height: 180px; }
        #content section.top_blog .ib .blog_list .box p {
          font-size: 18px;
          line-height: 1.5; }
        #content section.top_blog .ib .blog_list .box .date {
          font-size: 13px; }
  #content .top_recruit .ib {
    padding: 30px 20px; }
    #content .top_recruit .ib iframe {
      width: 100% !important; }
  #content .about_us .ib {
    padding: 30px 20px; }
    #content .about_us .ib .data {
      height: auto;
      margin-bottom: 30px; }
      #content .about_us .ib .data .box {
        flex-wrap: wrap;
        height: auto;
        width: 100%; }
        #content .about_us .ib .data .box.active {
          width: 100%; }
          #content .about_us .ib .data .box.active .r {
            height: auto; }
          #content .about_us .ib .data .box.active .l .cr:before {
            content: ""; }
        #content .about_us .ib .data .box .l {
          width: 100%;
          font-size: 36px;
          height: 200px; }
          #content .about_us .ib .data .box .l .cr {
            margin-bottom: 20px;
            margin-top: 0; }
            #content .about_us .ib .data .box .l .cr:before {
              content: ""; }
        #content .about_us .ib .data .box .r {
          width: 100%;
          height: 0;
          margin-left: 0;
          padding: 0; }
          #content .about_us .ib .data .box .r .inner h3 {
            margin-bottom: 20px; }
          #content .about_us .ib .data .box .r.active {
            height: auto; }
  #content .members .ib {
    padding: 30px 20px; }
  #content .member_list .box {
    margin-bottom: 70px; }
    #content .member_list .box .img {
      width: 70%;
      display: block;
      margin: 0 auto; }
      #content .member_list .box .img img.p {
        height: 260px; }
    #content .member_list .box a.button.s {
      width: 100%;
      font-size: 24px; }
  #content .intro_bal {
    width: 100%;
    margin: 60px 0; }
    #content .intro_bal.rev .l img.p, #content .intro_bal.b .l img.p {
      width: 55px; }
    #content .intro_bal .bal {
      width: calc(100% - 90px);
      font-size: 16px;
      padding: 20px 10px; }
      #content .intro_bal .bal .inner {
        display: inline; }
      #content .intro_bal .bal br {
        display: none; }
    #content .intro_bal .l {
      width: 82px; }
      #content .intro_bal .l img {
        width: 60px; }
  #content .foot_contact {
    height: auto;
    background: #f3fdfc;
    background-size: cover; }
    #content .foot_contact .ib {
      padding: 40px 20px !important; }
      #content .foot_contact .ib h3 {
        font-size: 16px !important;
        font-weight: normal; }

  #content {
    overflow: hidden; }

  .head_tit {
    height: 160px;
    margin-top: 60px; }

  .panlist {
    margin-top: 60px;
    padding: 0; }
    .panlist .ib {
      padding: 20px;
      font-size: 15px; }

  #content.subpage .ib {
    padding: 30px 20px;
    max-width: 100%; }
    #content.subpage .ib table {
      max-width: 100%; }
    #content.subpage .ib .s_list .box h3 {
      margin-top: -20px !important;
      margin-bottom: 10px !important; }
    #content.subpage .ib .s_list .box .logo {
      margin: 10px 0; }
    #content.subpage .ib .s_list .box p {
      margin: 15px 0; }
    #content.subpage .ib h3 {
      margin: 35px 0; }
    #content.subpage .ib table tr th {
      width: 30%;
      font-size: 18px; }
    #content.subpage .ib table tr td {
      width: 70%;
      font-size: 16px; }
    #content.subpage .ib h3 {
      font-size: 24px; }
    #content.subpage .ib .gmap {
      margin-left: -20px;
      margin-bottom: -30px;
      margin-top: 80px; }
    #content.subpage .ib .message_con {
      margin-left: -20px;
      margin-bottom: 80px; }
      #content.subpage .ib .message_con.member {
        height: auto;
        margin-bottom: 50px; }
        #content.subpage .ib .message_con.member .ib .img {
          height: 300px; }
        #content.subpage .ib .message_con.member .ib .txt {
          margin-top: 30px; }
          #content.subpage .ib .message_con.member .ib .txt .title {
            font-size: 20px; }
      #content.subpage .ib .message_con.sub {
        margin-top: -30px;
        margin-bottom: 50px; }
        #content.subpage .ib .message_con.sub .ib .img {
          margin-top: 0;
          top: 0; }
        #content.subpage .ib .message_con.sub .ib .txt {
          height: auto; }
      #content.subpage .ib .message_con .ib {
        flex-wrap: wrap;
        padding: 40px 20px;
        max-width: 100%; }
        #content.subpage .ib .message_con .ib .img {
          width: 100%;
          height: 300px;
          max-width: 100%; }
          #content.subpage .ib .message_con .ib .img.news {
            height: 220px; }
        #content.subpage .ib .message_con .ib .txt {
          height: auto;
          max-width: 100%;
          margin-top: 50px; }
    #content.subpage .ib .bg_layer {
      display: block;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.3);
      position: fixed;
      z-index: 9;
      top: 0;
      left: 0;
      display: none; }
      #content.subpage .ib .bg_layer.active {
        display: block; }
    #content.subpage .ib .mission_sp {
      display: block;
      position: relative;
      z-index: 99; }
      #content.subpage .ib .mission_sp .box {
        position: fixed;
        z-index: 99;
        width: calc(100vw - 30px);
        top: 150px;
        left: 15px;
        background: #fff;
        border-radius: 8px;
        padding: 20px;
        display: none; }
        #content.subpage .ib .mission_sp .box:nth-of-type(1) h4 {
          color: #1E3E72; }
        #content.subpage .ib .mission_sp .box:nth-of-type(2) h4 {
          color: #FF585D; }
        #content.subpage .ib .mission_sp .box:nth-of-type(3) h4 {
          color: #41B6E6; }
        #content.subpage .ib .mission_sp .box:nth-of-type(4) h4 {
          color: #FFB549; }
        #content.subpage .ib .mission_sp .box.active {
          display: block; }
        #content.subpage .ib .mission_sp .box .close {
          width: 30px;
          height: 30px;
          border: 2px solid #1E3E72;
          border-radius: 50%;
          position: absolute;
          right: 0;
          top: -15px;
          padding: 5px;
          color: #1E3E72;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          background: #fff;
          font-weight: bold;
          display: flex; }
        #content.subpage .ib .mission_sp .box h4 {
          text-align: center;
          color: #FF585D;
          margin-top: 0; }
        #content.subpage .ib .mission_sp .box p {
          line-height: 1.6;
          font-size: 18px;
          font-weight: bold;
          color: #1E3E72;
          text-align: center; }
          #content.subpage .ib .mission_sp .box p br {
            display: none; }
    #content.subpage .ib .mission_con {
      width: 100%;
      height: 600px; }
      #content.subpage .ib .mission_con .m {
        height: 200px;
        padding-top: 15px;
        align-items: center;
        align-content: center;
        position: relative; }
        #content.subpage .ib .mission_con .m .cr.sp_content {
          display: -webkit-flex !important;
          display: -moz-flex !important;
          display: -ms-flex !important;
          display: -o-flex !important;
          display: flex !important;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background: #fff;
          padding: 5px;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          font-weight: bold;
          color: #1E3E72;
          position: absolute;
          bottom: 30px;
          left: calc(50% - 20px); }
          #content.subpage .ib .mission_con .m .cr.sp_content:before {
            content: "";
            font-family: material symbols outlined;
            display: inline-block; }
        #content.subpage .ib .mission_con .m h4 {
          font-size: 16px;
          margin: 10px 0; }
        #content.subpage .ib .mission_con .m p {
          font-size: 12px;
          display: none; }
          #content.subpage .ib .mission_con .m p br {
            display: none; }
  #content.subpage .policy {
    height: auto; }
    #content.subpage .policy.sub {
      overflow: hidden;
      height: 220px; }
      #content.subpage .policy.sub .mv {
        width: 80%;
        right: 10%; }
    #content.subpage .policy .mv {
      width: 80%;
      right: 10%; }
    #content.subpage .policy .ib {
      padding: 45px 20px; }
      #content.subpage .policy .ib .copy p {
        font-size: 24px; }
      #content.subpage .policy .ib em {
        line-height: 1.7; }

  #content.subpage .service_df {
    flex-wrap: wrap; }
    #content.subpage .service_df .img {
      width: 100%; }
    #content.subpage .service_df .txt {
      width: 100%; }
      #content.subpage .service_df .txt img {
        width: 100%; }

  #content.subpage.ms .ib .prof {
    display: flex;
    flex-wrap: wrap; }
    #content.subpage.ms .ib .prof h2, #content.subpage.ms .ib .prof p, #content.subpage.ms .ib .prof .avatar_fadein {
      width: 100%; }
    #content.subpage.ms .ib .prof .avatar_fadein {
      position: relative;
      order: 1;
      top: 0;
      margin-bottom: 30px;
      width: 250px;
      margin: 0 auto 30px; }
    #content.subpage.ms .ib .prof p {
      order: 2; }
      #content.subpage.ms .ib .prof p.fwn {
        order: 3; }

  #content .ib .single_content .l_imgs, #content .ib .term_content .l_imgs, #content .ib .page_content .l_imgs {
    height: auto;
    width: 100% !important;
    margin: 30px 0;
    flex-wrap: wrap; }
    #content .ib .single_content .l_imgs.col1, #content .ib .term_content .l_imgs.col1, #content .ib .page_content .l_imgs.col1 {
      height: auto; }
    #content .ib .single_content .l_imgs img, #content .ib .term_content .l_imgs img, #content .ib .page_content .l_imgs img {
      height: auto !important;
      width: 100% !important;
      margin-bottom: 15px; }
      #content .ib .single_content .l_imgs img:last-child, #content .ib .term_content .l_imgs img:last-child, #content .ib .page_content .l_imgs img:last-child {
        margin-bottom: 0; }
  #content .ib .single_content .df_img_p, #content .ib .term_content .df_img_p, #content .ib .page_content .df_img_p {
    flex-wrap: wrap;
    margin: 30px 0; }
    #content .ib .single_content .df_img_p img, #content .ib .term_content .df_img_p img, #content .ib .page_content .df_img_p img {
      width: 100% !important;
      height: auto !important; }
    #content .ib .single_content .df_img_p .txt_box, #content .ib .term_content .df_img_p .txt_box, #content .ib .page_content .df_img_p .txt_box {
      margin-top: 20px;
      width: 100%; }

  #content.subpage.single .ib .message_con {
    height: auto;
    margin-bottom: 50px; }
  #content.subpage.single .ib .sns_buttons {
    margin-top: 40px; }
  #content.subpage.single .ib .prev_next {
    margin-top: 40px; }
  #content.subpage.single .ib .page-nav a {
    padding: 15px;
    padding-left: 0;
    align-content: baseline; }
    #content.subpage.single .ib .page-nav a:nth-of-type(2) {
      padding-left: 15px; }
    #content.subpage.single .ib .page-nav a img {
      width: 100%;
      height: 100px; }
    #content.subpage.single .ib .page-nav a div {
      width: 100%;
      margin-top: 15px;
      font-size: 18px;
      padding: 0; }
      #content.subpage.single .ib .page-nav a div p {
        margin-bottom: 0;
        font-size: 16px;
        padding: 0; }
  #content.subpage.single .ib .single_content, #content.subpage.single .ib .term_content, #content.subpage.single .ib .page_content {
    margin: 50px 0; }
    #content.subpage.single .ib .single_content h3, #content.subpage.single .ib .term_content h3, #content.subpage.single .ib .page_content h3 {
      font-size: 20px; }
    #content.subpage.single .ib .single_content .prof .avatar_fadein, #content.subpage.single .ib .term_content .prof .avatar_fadein, #content.subpage.single .ib .page_content .prof .avatar_fadein {
      position: relative;
      right: 0;
      bottom: 0;
      width: 80%;
      height: auto;
      margin: 30px auto 40px; }
      #content.subpage.single .ib .single_content .prof .avatar_fadein img.p, #content.subpage.single .ib .term_content .prof .avatar_fadein img.p, #content.subpage.single .ib .page_content .prof .avatar_fadein img.p {
        width: auto;
        height: 270px; }

  #content.subpage .news_sub_list .box {
    flex-wrap: wrap; }
    #content.subpage .news_sub_list .box .img {
      width: 100%;
      height: 220px; }
    #content.subpage .news_sub_list .box .txt {
      width: 100%;
      margin-top: 15px; }
      #content.subpage .news_sub_list .box .txt h4 {
        margin-top: 10px; }

  #content.subpage .ib .form_content table {
    margin: 50px 0; }
  #content.subpage .ib .contact_done {
    justify-content: center; }
    #content.subpage .ib .contact_done a.button {
      margin-bottom: 15px; }

  #pagetop {
    width: 90px;
    height: 90px;
    right: 20px;
    bottom: 20px; }

  footer {
    overflow: hidden; }
    footer .ib {
      padding: 30px 20px 80px;
      flex-wrap: wrap;
      max-width: 100%; }
      footer .ib .sns {
        position: relative;
        width: 100%;
        text-align: center;
        bottom: 0;
        right: 0;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 30px; }
        footer .ib .sns a {
          margin: 0 15px; }
      footer .ib p.copy {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        text-align: center; }
      footer .ib .sub_nav {
        position: relative;
        left: 0;
        bottom: 0;
        flex-wrap: wrap; }
        footer .ib .sub_nav a {
          width: 100%;
          margin-bottom: 15px; }
      footer .ib .inner {
        width: 100%;
        flex-wrap: wrap; }
        footer .ib .inner .l {
          width: 100%; }
          footer .ib .inner .l img {
            width: 280px;
            display: block;
            margin: 0 auto; }
        footer .ib .inner nav {
          margin: 40px 0 0; }
          footer .ib .inner nav div .row {
            margin-bottom: 30px; } }
/*736pxend */

/*# sourceMappingURL=style_sp.css.map */
