@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.none_text {
  display: none !important; }

@media screen and (min-width: 741px) {
  .pcNone {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 961px) {
  .tabNone {
    display: none !important; } }
html {
  scroll-padding-top: 150px; }

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  color: #22254c;
  line-height: 1.1; }

.font-01 {
  font-family: "Noto Serif JP", serif; }

.font-02 {
  font-family: "M PLUS 2", sans-serif; }

a {
  text-decoration: none;
  color: #22254c; }
  a:hover {
    opacity: .8; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 2s ease;
  padding: 0 0 15px;
  height: 107px;
  background: #fff; }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .header {
      height: auto; } }
  @media screen and (max-width: 767px) {
    .header {
      height: 65px;
      border-top: none; } }
  .header .header_inner {
    width: 100%;
    padding: 0px 0px 0 20px; }
    @media screen and (max-width: 767px) {
      .header .header_inner {
        padding: 0; } }
    .header .header_inner .header_box_top {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .header .header_inner .header_box_top .left-box.logo {
        max-width: 280px;
        width: 100%;
        margin: 10px 0 0; }
        @media screen and (max-width: 767px) {
          .header .header_inner .header_box_top .left-box.logo {
            max-width: inherit;
            width: 215px;
            z-index: 201;
            margin-left: 20px; } }
        .header .header_inner .header_box_top .left-box.logo .logo_box {
          margin: 0 0 15px; }
          @media screen and (max-width: 767px) {
            .header .header_inner .header_box_top .left-box.logo .logo_box {
              margin: 0 0 5px; } }
          .header .header_inner .header_box_top .left-box.logo .logo_box ul {
            display: flex;
            justify-content: space-between; }
            .header .header_inner .header_box_top .left-box.logo .logo_box ul li:first-child {
              max-width: 115px; }
              @media screen and (max-width: 767px) {
                .header .header_inner .header_box_top .left-box.logo .logo_box ul li:first-child {
                  max-width: 88px; } }
            .header .header_inner .header_box_top .left-box.logo .logo_box ul li:last-child {
              max-width: 139px; }
              @media screen and (max-width: 767px) {
                .header .header_inner .header_box_top .left-box.logo .logo_box ul li:last-child {
                  max-width: 106px; } }
        .header .header_inner .header_box_top .left-box.logo .text-box01 {
          display: flex;
          justify-content: space-between; }
          .header .header_inner .header_box_top .left-box.logo .text-box01 div {
            text-align: center; }
            .header .header_inner .header_box_top .left-box.logo .text-box01 div:first-child {
              background: #ff5f00;
              width: 182px;
              border-radius: 4px; }
              @media screen and (max-width: 767px) {
                .header .header_inner .header_box_top .left-box.logo .text-box01 div:first-child {
                  width: 137px;
                  border-radius: 3px; } }
              .header .header_inner .header_box_top .left-box.logo .text-box01 div:first-child p {
                color: #fff;
                padding: 5px 5px;
                font-size: 15px; }
                @media screen and (max-width: 767px) {
                  .header .header_inner .header_box_top .left-box.logo .text-box01 div:first-child p {
                    font-size: 12px;
                    padding: 4px 2px; } }
            .header .header_inner .header_box_top .left-box.logo .text-box01 div:last-child {
              border: 1px solid #22254c;
              width: 83px;
              border-radius: 14px; }
              @media screen and (max-width: 767px) {
                .header .header_inner .header_box_top .left-box.logo .text-box01 div:last-child {
                  border-radius: 10px;
                  width: 63px; } }
              .header .header_inner .header_box_top .left-box.logo .text-box01 div:last-child p {
                font-size: 14px;
                line-height: 1.1;
                padding: 5px 5px; }
                @media screen and (max-width: 767px) {
                  .header .header_inner .header_box_top .left-box.logo .text-box01 div:last-child p {
                    font-size: 11px;
                    padding: 4px 2px; } }
      .header .header_inner .header_box_top .right-box ul.h_menu {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .header .header_inner .header_box_top .right-box ul.h_menu li:last-child {
          max-width: 250px;
          background-image: linear-gradient(180deg, #159eff, 50%, #4339ff); }
          .header .header_inner .header_box_top .right-box ul.h_menu li:last-child a {
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            padding: 19px 14px; }
        .header .header_inner .header_box_top .right-box ul.h_menu li:first-child {
          padding: 20px 0;
          padding-right: 40px; }
          .header .header_inner .header_box_top .right-box ul.h_menu li:first-child a {
            color: #ff5f00;
            width: 100%;
            height: 100%;
            position: relative; }
            .header .header_inner .header_box_top .right-box ul.h_menu li:first-child a:before {
              content: "";
              background: url("../img/company/SVG/arrow.svg") no-repeat;
              width: 11px;
              height: 11px;
              position: absolute;
              right: -15px;
              top: 1px;
              bottom: 0;
              margin: auto; }
    .header .header_inner .header_box_under {
      padding: 10px 15px 0 0; }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .header .header_inner .header_box_under {
          padding: 5px 0 0; } }
  .header .nav_list {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .header .nav_list {
        text-align: left;
        padding: 0 20px; } }
  .header .nav_list li {
    display: inline-block;
    text-align: right;
    padding-left: 20px; }
    @media screen and (min-width: 768px) and (max-width: 1300px) {
      .header .nav_list li {
        padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      .header .nav_list li {
        text-align: left; } }
    .header .nav_list li:first-child {
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        .header .nav_list li:first-child {
          padding-top: 45px; } }
    @media screen and (max-width: 767px) {
      .header .nav_list li {
        width: 100%;
        padding: 15px 0; } }
  .header .nav_list li a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 1300px) {
      .header .nav_list li a {
        font-size: 12px; } }
    @media screen and (min-width: 768px) and (max-width: 961px) {
      .header .nav_list li a {
        font-size: 12px; } }
    @media screen and (max-width: 767px) {
      .header .nav_list li a {
        font-size: 15px;
        font-weight: bold;
        text-align: left; }
        .header .nav_list li a:before {
          content: inherit;
          width: 8px;
          height: 8px;
          border: 0;
          border-top: solid 2px #000;
          border-right: solid 2px #000;
          position: absolute;
          top: 50%;
          right: 5%;
          margin-top: -4px;
          transform: rotate(45deg); } }

/* sp ハンバーガー用 */
@media screen and (max-width: 767px) {
  .nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; }
    .nav .hamburger-nav-text {
      font-size: 16px;
      text-decoration: underline;
      padding: 30px 0 30px 20px; }
    .nav .flex-box {
      display: flex;
      justify-content: center;
      flex-flow: column; }
    .nav .sp-text-button {
      width: 70%;
      margin: 25px auto 0;
      background-image: linear-gradient(180deg, #159eff, 50%, #4339ff);
      height: 54px;
      border-radius: 5px; }
      .nav .sp-text-button a {
        color: #fff;
        font-size: 15px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: .09rem;
        position: relative; }
    .nav .second_button {
      background: none;
      margin-top: 15px; }
      .nav .second_button a {
        color: #ff5f00;
        position: relative; }
        .nav .second_button a:before {
          content: "";
          background: url(../img/company/SVG/arrow.svg) no-repeat;
          width: 11px;
          height: 11px;
          position: absolute;
          right: 45px;
          top: 1px;
          bottom: 0;
          margin: auto; }

  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 63px;
    height: 63px;
    cursor: pointer;
    z-index: 300;
    transition: all 2s ease;
    background: #113cb0; }

  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none; }

  .nav_item {
    text-align: center;
    padding: 0 20px; }

  .nav_item a {
    display: block;
    text-decoration: none;
    color: #00183A;
    font-size: 16px; }

  .nav_item a:hover {
    background-color: #eee; }

  .hamburger_border {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
    right: 0;
    margin: auto;
    border-radius: 5px; }

  .hamburger_border_top {
    top: 22px; }

  .hamburger_border_center {
    top: 30px; }

  .hamburger_border_bottom {
    top: 38px; }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer; }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
    background: #fff; }

  .nav-open .black_bg {
    opacity: .8;
    visibility: visible; }

  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 33px; }

  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%; }

  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 33px; } }
.header.fixed {
  background: #fff;
  transition: all 2s ease;
  box-shadow: 0px 0px 10px #ccc; }
  @media screen and (max-width: 767px) {
    .header.fixed {
      height: 63px; } }
  .header.fixed .logo h1 {
    width: 150px;
    transition: all 2s ease; }
    @media screen and (min-width: 768px) and (max-width: 961px) {
      .header.fixed .logo h1 {
        width: 120px; } }
    @media screen and (max-width: 767px) {
      .header.fixed .logo h1 {
        width: 90px; } }
  .header.fixed .hamburger {
    top: 0px;
    transition: all 2s ease; }

/*flexbox 共通*/
.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/*header end*/
/*文字色*/
.color-red {
  color: #E40020; }

.color-green {
  color: #22B473; }

.asterisk_text {
  font-size: 14px;
  letter-spacing: .05rem; }

/*共通タイトル*/
.title-box {
  text-align: center;
  margin: 0 0 30px; }
  .title-box h2.sub_title {
    font-size: 25px;
    color: #92dac8;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .title-box h2.sub_title {
        font-size: 14px; } }
  .title-box h3 {
    font-size: 28px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .title-box h3 {
        font-size: 23px; } }

.asterisk_text {
  font-size: 14px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .asterisk_text {
      text-align: left; } }

/*ボタン*/
.text-button {
  max-width: 507px;
  margin: 0 auto;
  background: linear-gradient(90deg, #f46057, #fc7c74 50%, #f46057);
  border-radius: 52px;
  position: relative; }

/*企業向けLP　str*/
.company_page {
  /*タイトル*/
  /*ボタンエリア*/ }
  .company_page h2 {
    font-size: 40px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 15px;
    text-decoration-color: #fbff73;
    color: #fff;
    text-align: center;
    margin: 0 0 45px;
    line-height: 78px; }
    @media screen and (max-width: 767px) {
      .company_page h2 {
        font-size: 24px;
        line-height: 41px;
        margin: 0 0 30px;
        text-underline-offset: 9px; } }
  .company_page .button_area {
    max-width: 680px;
    border-radius: 9px;
    background: #fff;
    position: relative;
    margin: 70px auto 0;
    padding: 45px 0;
    box-shadow: 0px 5px 15px 0px #414d6d; }
    @media screen and (max-width: 767px) {
      .company_page .button_area {
        width: calc(100% - 40px);
        margin: 60px auto 0;
        padding: 25px 20px;
        border-radius: 5px; } }
    .company_page .button_area .icon_text {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background-image: linear-gradient(45deg, #159eff, #4339ff);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column;
      filter: drop-shadow(5px 5px 5px #9caaad);
      position: absolute;
      left: -40px;
      top: -40px; }
      @media screen and (max-width: 767px) {
        .company_page .button_area .icon_text {
          width: 94px;
          height: 94px;
          left: -20px;
          top: -30px; } }
      .company_page .button_area .icon_text:before {
        content: "";
        width: 131px;
        height: 131px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        z-index: 0; }
        @media screen and (max-width: 767px) {
          .company_page .button_area .icon_text:before {
            width: 89px;
            height: 89px; } }
      .company_page .button_area .icon_text .itext01 {
        font-size: 17px;
        font-weight: bold;
        color: #113cb0;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .company_page .button_area .icon_text .itext01 {
            font-size: 11px; } }
      .company_page .button_area .icon_text .itext02 {
        font-size: 41px;
        font-weight: bold;
        background: linear-gradient(90deg, #159eff 0%, #4339ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .company_page .button_area .icon_text .itext02 {
            font-size: 27px; } }
    .company_page .button_area .button_text {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      margin: 0 0 20px;
      color: #113cb0; }
      @media screen and (max-width: 767px) {
        .company_page .button_area .button_text {
          font-size: 14px;
          line-height: 20px;
          margin: 0 0 10px; } }
    .company_page .button_area .text-button {
      width: 50%;
      max-width: 336px;
      margin: 0 auto;
      background-image: linear-gradient(0deg, #4339ff, #159eff);
      border-radius: 5px; }
      @media screen and (max-width: 767px) {
        .company_page .button_area .text-button {
          width: 100%; } }
      .company_page .button_area .text-button a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 22px 0;
        font-size: 18px;
        color: #fff;
        position: relative; }
        @media screen and (max-width: 767px) {
          .company_page .button_area .text-button a {
            font-size: 16px; } }
        .company_page .button_area .text-button a:before {
          content: "";
          background: url("../img/company/SVG/arrow02.svg") no-repeat;
          width: 9px;
          height: 14px;
          position: absolute;
          right: 15px;
          top: 0;
          bottom: 0;
          margin: auto; }
  .company_page main {
    padding-top: 107px; }
    @media screen and (max-width: 767px) {
      .company_page main {
        padding-top: 65px; } }
    .company_page main #mv_area {
      position: relative;
      z-index: 0; }
      .company_page main #mv_area .mv_inner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        max-width: 1200px;
        margin: 0 auto;
        bottom: 0;
        margin: auto;
        height: fit-content; }
        @media screen and (max-width: 767px) {
          .company_page main #mv_area .mv_inner {
            padding: 200px 20px 60px; } }
        .company_page main #mv_area .mv_inner .mv_img01 {
          width: 20%;
          margin: 0 auto 15px;
          max-width: 230px; }
          @media screen and (max-width: 767px) {
            .company_page main #mv_area .mv_inner .mv_img01 {
              width: 45%;
              max-width: inherit;
              margin: 0 auto 15px; } }
        .company_page main #mv_area .mv_inner ul {
          display: flex;
          justify-content: center;
          margin: 0 0 35px; }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            .company_page main #mv_area .mv_inner ul {
              margin: 0 0 20px; } }
          @media screen and (max-width: 767px) {
            .company_page main #mv_area .mv_inner ul {
              margin: 0 0 15px; } }
          .company_page main #mv_area .mv_inner ul li {
            width: 12%;
            max-width: 140px;
            margin-right: 10px;
            filter: drop-shadow(5px 5px 5px #9caaad); }
            @media screen and (max-width: 767px) {
              .company_page main #mv_area .mv_inner ul li {
                width: 32%;
                max-width: inherit; } }
            .company_page main #mv_area .mv_inner ul li:last-child {
              margin-right: 0; }
        .company_page main #mv_area .mv_inner .mv_img02 {
          max-width: 895px;
          width: 75%;
          margin: 0 auto;
          filter: drop-shadow(0px 2px 10px white); }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            .company_page main #mv_area .mv_inner .mv_img02 {
              width: 60%; } }
          @media screen and (max-width: 767px) {
            .company_page main #mv_area .mv_inner .mv_img02 {
              max-width: inherit;
              width: 100%; } }
    .company_page main #main-content {
      position: relative;
      z-index: 1; }
      .company_page main #main-content #company_01 .text_box01 {
        background: #113cb0;
        max-width: 1200px;
        margin: -50px auto 110px;
        padding: 30px 0 40px;
        border-radius: 10px;
        box-shadow: 0px 5px 15px 0px #657ea5;
        position: relative; }
        @media screen and (min-width: 768px) and (max-width: 1200px) {
          .company_page main #main-content #company_01 .text_box01 {
            margin-top: -25px;
            width: 95%; } }
        @media screen and (max-width: 767px) {
          .company_page main #main-content #company_01 .text_box01 {
            margin: -40px auto 70px;
            padding: 30px 20px 25px;
            width: calc(100% - 40px);
            border-radius: 5px; } }
        .company_page main #main-content #company_01 .text_box01:before {
          content: "";
          background: url(../img/company/bg.png) no-repeat;
          background-size: cover;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -83px;
          margin: auto;
          width: 652px;
          height: 83px;
          z-index: -1; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content #company_01 .text_box01:before {
              width: 100%;
              height: 48px;
              bottom: -65px;
              background-size: contain; } }
        .company_page main #main-content #company_01 .text_box01 h2 {
          text-align: center;
          margin: 0 0 50px; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content #company_01 .text_box01 h2 {
              margin: 0 0 30px; } }
        .company_page main #main-content #company_01 .text_box01 ul {
          display: flex;
          justify-content: space-between;
          max-width: 900px;
          margin: 0 auto; }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            .company_page main #main-content #company_01 .text_box01 ul {
              padding: 0 10px; } }
          @media screen and (max-width: 767px) {
            .company_page main #main-content #company_01 .text_box01 ul {
              flex-flow: column;
              padding: 0; } }
          .company_page main #main-content #company_01 .text_box01 ul li {
            background: #fff;
            border-radius: 12px;
            padding: 30px 0;
            position: relative;
            width: 32%; }
            @media screen and (max-width: 767px) {
              .company_page main #main-content #company_01 .text_box01 ul li {
                width: 100%;
                padding: 20px 0;
                margin: 0 0 15px;
                border-radius: 5px; }
                .company_page main #main-content #company_01 .text_box01 ul li:last-child {
                  margin-bottom: 0; } }
            .company_page main #main-content #company_01 .text_box01 ul li img {
              width: 11%;
              position: absolute;
              left: 0;
              right: 0;
              top: -23px;
              margin: auto; }
              @media screen and (max-width: 767px) {
                .company_page main #main-content #company_01 .text_box01 ul li img {
                  width: 7%;
                  top: -11px; } }
            .company_page main #main-content #company_01 .text_box01 ul li p {
              font-size: 18px;
              line-height: 25px;
              font-weight: bold;
              text-align: center; }
              @media screen and (max-width: 767px) {
                .company_page main #main-content #company_01 .text_box01 ul li p {
                  font-size: 14px;
                  line-height: 20px; } }
              .company_page main #main-content #company_01 .text_box01 ul li p span {
                color: #436fc0; }
      .company_page main #main-content #company_01 .text_box02 {
        text-align: center;
        font-weight: bold;
        padding: 0 0 75px; }
        @media screen and (max-width: 767px) {
          .company_page main #main-content #company_01 .text_box02 {
            padding: 0 0 55px; } }
        .company_page main #main-content #company_01 .text_box02 .text01 {
          font-size: 32px;
          line-height: 43px;
          text-decoration: underline;
          text-decoration-thickness: 1px;
          text-underline-offset: 15px;
          text-decoration-color: #002eff;
          margin: 0 0 20px; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content #company_01 .text_box02 .text01 {
              font-size: 20px;
              line-height: 25px;
              margin: 0 0 10px;
              text-underline-offset: 9px; } }
        .company_page main #main-content #company_01 .text_box02 .text02 {
          font-size: 56px;
          line-height: 59px;
          text-decoration: underline;
          text-decoration-thickness: 1px;
          text-underline-offset: 20px;
          text-decoration-color: #002eff;
          background: linear-gradient(90deg, #159eff 0%, #4339ff 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content #company_01 .text_box02 .text02 {
              font-size: 28px;
              line-height: 42px;
              text-underline-offset: 9px; } }
      .company_page main #main-content .m_con_box {
        /*----------------------------
        イベント概要	
        ----------------------------*/
        /*----------------------------
        当イベントに参加するメリット
        ----------------------------*/
        /*----------------------------
        参加特典
        ----------------------------*/
        /*----------------------------
        奨学金返還支援制度導入メリット
        ----------------------------*/
        /*----------------------------
        オンラインセミナー
        ----------------------------*/
        /*----------------------------
        スライダー
        ----------------------------*/
        /*----------------------------
         お申し込み後の流れ
        ----------------------------*/ }
        .company_page main #main-content .m_con_box .content_title_box {
          background: #f1faff;
          padding: 30px 0 0;
          position: relative;
          z-index: -1; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content .m_con_box .content_title_box {
              padding: 20px 0 0; } }
          .company_page main #main-content .m_con_box .content_title_box .title-text {
            text-align: center;
            position: relative;
            z-index: 1; }
            .company_page main #main-content .m_con_box .content_title_box .title-text p {
              font-size: 38px;
              line-height: 50px;
              font-weight: bold;
              color: #113cb0; }
              @media screen and (max-width: 767px) {
                .company_page main #main-content .m_con_box .content_title_box .title-text p {
                  font-size: 22px;
                  line-height: 30px; } }
              .company_page main #main-content .m_con_box .content_title_box .title-text p span {
                font-size: 28px;
                line-height: 40px; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box .content_title_box .title-text p span {
                    font-size: 19px;
                    line-height: 30px; } }
        .company_page main #main-content .m_con_box #company_02 {
          background: url(../img/company/bg01.jpg) no-repeat;
          background-size: cover;
          width: 100%;
          padding: 100px 0 115px;
          margin: 0 auto 0px;
          position: relative; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content .m_con_box #company_02 {
              padding: 70px 20px 100px;
              overflow: hidden; } }
          .company_page main #main-content .m_con_box #company_02:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-right: 325px solid transparent;
            border-left: 325px solid transparent;
            border-top: 63px solid #f1faff;
            border-bottom: 0;
            position: absolute;
            left: 0;
            right: 0;
            top: 0px;
            margin: auto; }
            @media screen and (max-width: 767px) {
              .company_page main #main-content .m_con_box #company_02:after {
                border-right: 195px solid transparent;
                border-left: 195px solid transparent;
                border-top: 35px solid #f1faff; } }
          .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list {
            background: #fff;
            max-width: 1000px;
            margin: 0 auto;
            border-radius: 10px;
            padding: 35px 45px; }
            @media screen and (min-width: 768px) and (max-width: 1200px) {
              .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list {
                width: 95%; } }
            @media screen and (max-width: 767px) {
              .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list {
                border-radius: 5px;
                padding: 20px 15px 40px; } }
            .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list dl {
              border-bottom: 1px solid #efeff2;
              margin: 0 0 15px;
              padding: 0 0 15px;
              line-height: 24px;
              font-size: 16px;
              display: flex;
              justify-content: center; }
              @media screen and (max-width: 767px) {
                .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list dl {
                  flex-flow: column;
                  font-size: 14px;
                  line-height: 20px;
                  margin: 0 0 10px;
                  padding: 0 0 10px; } }
              .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list dl:last-child {
                border-bottom: none; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list dl:last-child {
                    margin-bottom: 0;
                    padding-bottom: 0; } }
              .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list dl dt {
                color: #113cb0;
                width: 15%;
                font-weight: bold; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list dl dt {
                    width: 100%;
                    margin: 0 0 5px; } }
              .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list dl dd {
                width: 90%; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list dl dd {
                    width: 100%; } }
                .company_page main #main-content .m_con_box #company_02 .section_inner_box .event_contents .event_box .event_list dl dd a {
                  text-decoration: underline; }
        .company_page main #main-content .m_con_box #company_03 {
          padding: 35px 0;
          position: relative;
          z-index: 1; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content .m_con_box #company_03 {
              padding: 15px 0; } }
          .company_page main #main-content .m_con_box #company_03:before {
            content: "";
            width: 50%;
            max-width: 763px;
            height: 558px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: -60px;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 0; }
            @media screen and (max-width: 767px) {
              .company_page main #main-content .m_con_box #company_03:before {
                width: 100%;
                height: 175px;
                max-width: inherit;
                top: -45px; } }
          .company_page main #main-content .m_con_box #company_03 .waku {
            text-align: center;
            border-radius: 30px;
            width: fit-content;
            margin: 0 auto 30px;
            background: #113cb0;
            z-index: 1;
            position: relative; }
            @media screen and (max-width: 767px) {
              .company_page main #main-content .m_con_box #company_03 .waku {
                margin: 0 auto 20px; } }
            .company_page main #main-content .m_con_box #company_03 .waku:before {
              content: "";
              position: absolute;
              top: 100%;
              left: 50%;
              margin-left: -15px;
              border: 10px solid transparent;
              border-top: 15px solid #113cb0; }
            .company_page main #main-content .m_con_box #company_03 .waku p {
              padding: 15px 42px;
              font-size: 22px;
              color: #fff;
              font-weight: bold; }
              @media screen and (max-width: 767px) {
                .company_page main #main-content .m_con_box #company_03 .waku p {
                  font-size: 14px;
                  padding: 14px 25px; } }
          .company_page main #main-content .m_con_box #company_03 h2 {
            color: #113cb0;
            position: relative;
            z-index: 1;
            margin-bottom: 55px; }
            @media screen and (max-width: 767px) {
              .company_page main #main-content .m_con_box #company_03 h2 {
                margin-bottom: 40px; } }
          .company_page main #main-content .m_con_box #company_03 .section_inner_box {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1; }
            @media screen and (max-width: 767px) {
              .company_page main #main-content .m_con_box #company_03 .section_inner_box {
                padding: 0 20px; } }
            .company_page main #main-content .m_con_box #company_03 .section_inner_box ul {
              display: flex;
              justify-content: space-between;
              align-items: stretch; }
              @media screen and (min-width: 768px) and (max-width: 1200px) {
                .company_page main #main-content .m_con_box #company_03 .section_inner_box ul {
                  padding: 0 10px; } }
              @media screen and (max-width: 767px) {
                .company_page main #main-content .m_con_box #company_03 .section_inner_box ul {
                  flex-wrap: wrap; } }
              .company_page main #main-content .m_con_box #company_03 .section_inner_box ul li {
                width: 24%;
                border: 1px solid #113cb0;
                border-radius: 10px;
                position: relative;
                padding: 40px 0 35px;
                display: flex;
                flex-flow: column; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_03 .section_inner_box ul li {
                    width: 48%;
                    padding: 30px 0 20px;
                    margin: 0 0 20px; } }
                .company_page main #main-content .m_con_box #company_03 .section_inner_box ul li:before {
                  content: "";
                  background: url("../img/company/SVG/check01.svg") no-repeat;
                  width: 40px;
                  height: 40px;
                  position: absolute;
                  left: 0;
                  right: 0;
                  top: -20px;
                  margin: auto; }
                  @media screen and (max-width: 767px) {
                    .company_page main #main-content .m_con_box #company_03 .section_inner_box ul li:before {
                      width: 24px;
                      height: 24px;
                      top: -12px; } }
                .company_page main #main-content .m_con_box #company_03 .section_inner_box ul li img {
                  width: 60%;
                  margin: 0 auto 15px; }
                .company_page main #main-content .m_con_box #company_03 .section_inner_box ul li p {
                  font-size: 20px;
                  text-align: center;
                  line-height: 26px;
                  font-weight: bold;
                  margin: auto;
                  color: #113cb0; }
                  @media screen and (max-width: 767px) {
                    .company_page main #main-content .m_con_box #company_03 .section_inner_box ul li p {
                      font-size: 14px;
                      line-height: 18px; } }
        .company_page main #main-content .m_con_box #company_04 {
          background: #f1faff;
          padding: 90px 0 80px; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content .m_con_box #company_04 {
              padding: 45px 0 40px; } }
          .company_page main #main-content .m_con_box #company_04 h2 {
            color: #113cb0; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content .m_con_box #company_04 .section_inner_box {
              padding: 0 20px; } }
          .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box {
            display: flex;
            justify-content: space-between;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0px 5px 15px 0px #a2bddd;
            max-width: 1030px;
            margin: 0 auto 15px;
            padding: 15px 30px;
            align-items: center; }
            @media screen and (min-width: 768px) and (max-width: 1200px) {
              .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box {
                width: calc(100% - 20px); } }
            @media screen and (max-width: 767px) {
              .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box {
                padding: 15px; } }
            .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .img-box {
              width: 20%; }
              .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .img-box img {
                width: 100%;
                max-width: 130px;
                margin-left: 20px; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .img-box img {
                    max-width: 60px;
                    margin: 0 10px 0 0; } }
            .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .text-box {
              width: 78%;
              position: relative; }
              .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .text-box:before {
                content: "";
                width: 1px;
                height: 100%;
                background: #113cb0;
                position: absolute;
                left: -5%;
                top: 0;
                bottom: 0;
                margin: auto; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .text-box:before {
                    left: -4%; } }
              .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .text-box .number {
                font-size: 20px;
                color: #113cb0;
                font-weight: bold;
                margin: 0 0 5px; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .text-box .number {
                    font-size: 15px; } }
              .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .text-box .text01 {
                font-size: 24px;
                font-weight: bold;
                line-height: 34px; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .text-box .text01 {
                    font-size: 14px;
                    line-height: 20px; } }
                .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .text-box .text01 span.fcolor01 {
                  background: linear-gradient(90deg, #159eff 0%, #4339ff 100%);
                  -webkit-background-clip: text;
                  -webkit-text-fill-color: transparent; }
              .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .text-box .min_text {
                font-size: 14px; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .text-box .min_text {
                    font-size: 10px;
                    display: block; } }
            .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .plink {
              margin: 15px 0 0;
              border: 1px solid #113cb0;
              width: fit-content;
              border-radius: 23px; }
              @media screen and (max-width: 767px) {
                .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .plink {
                  border-radius: 17px;
                  margin: 10px 0 0; } }
              .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .plink a {
                color: #113cb0;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 16px;
                font-weight: bold;
                padding: 13px 31px; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_04 .section_inner_box .benefits_box .plink a {
                    font-size: 12px;
                    padding: 9px 21px; } }
        .company_page main #main-content .m_con_box #company_05 {
          margin: 0 0 90px; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content .m_con_box #company_05 {
              margin: 0 0 45px; } }
          .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list {
            max-width: 1080px;
            width: 95%;
            margin: -30px auto 0; }
            @media screen and (max-width: 767px) {
              .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list {
                width: 100%;
                margin: -25px auto 0; } }
            .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-title {
              background-image: linear-gradient(90deg, #159eff, #4339ff);
              border-radius: 10px 10px 0 0; }
              @media screen and (max-width: 767px) {
                .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-title {
                  padding: 15px 15px 15px 10px; } }
              .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-title:before {
                content: "詳しく見る";
                font-size: 22px;
                color: #fff;
                position: absolute;
                right: 55px;
                top: -1px;
                bottom: 0;
                margin: auto;
                height: fit-content; }
                @media screen and (min-width: 768px) and (max-width: 961px) {
                  .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-title:before {
                    content: inherit; } }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-title:before {
                    content: inherit; } }
              .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-title:after {
                position: absolute;
                display: block;
                content: '+';
                color: #fff;
                font-size: 40px;
                top: 22%;
                right: 15px;
                width: auto;
                height: auto;
                border: none;
                transform: rotate(0deg);
                transition: all .3s ease-in-out; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-title:after {
                    font-size: 18px;
                    top: 30%;
                    right: 10px; } }
              .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-title p {
                text-align: center;
                font-size: 32px;
                font-weight: bold;
                color: #fbff73; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-title p {
                    font-size: 18px; } }
                .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-title p:before {
                  content: inherit; }
            .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-title.open:after {
              transform: rotate(90deg); }
            .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text {
              background: #f2faff;
              padding: 45px 30px; }
              @media screen and (max-width: 767px) {
                .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text {
                  padding: 20px 15px; } }
              .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl {
                background: none;
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                margin: 0 0 40px; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl {
                    margin: 0 0 15px;
                    flex-flow: column; } }
                .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl:last-child {
                  margin-bottom: 0; }
                .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl dt {
                  background: #fbff73;
                  font-size: 15px;
                  color: #113cb0;
                  padding: 5px 10px;
                  width: 10%;
                  max-width: 95px; }
                  @media screen and (max-width: 767px) {
                    .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl dt {
                      width: fit-content;
                      max-width: inherit;
                      font-size: 13px;
                      padding: 4px 10px;
                      margin: 0 0 5px; } }
                .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl dd {
                  width: 89.5%; }
                  @media screen and (max-width: 767px) {
                    .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl dd {
                      width: 100%; } }
                  .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl dd p:before {
                    content: inherit; }
                  .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl dd .title {
                    font-size: 24px;
                    font-weight: bold;
                    color: #113cb0;
                    margin: 0 0 10px; }
                    @media screen and (max-width: 767px) {
                      .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl dd .title {
                        font-size: 18px;
                        line-height: 29px;
                        margin: 0 0 5px; } }
                  .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl dd .text01 {
                    font-size: 16px;
                    line-height: 24px; }
                    @media screen and (max-width: 767px) {
                      .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner dl dd .text01 {
                        font-size: 14px;
                        line-height: 20px; } }
              .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner p.link_text {
                text-align: right;
                font-size: 14px; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner p.link_text {
                    font-size: 11px; } }
                .company_page main #main-content .m_con_box #company_05 .section_inner_box .accordion-container .accordion-list .accordion-text .ac_inner p.link_text:before {
                  content: inherit; }
        .company_page main #main-content .m_con_box #company_06 {
          background: #4b6cc4;
          padding: 90px 0; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content .m_con_box #company_06 {
              padding: 45px 20px; } }
          .company_page main #main-content .m_con_box #company_06 .section_inner_box h3 {
            text-align: center;
            color: #fff;
            font-size: 24px;
            line-height: 36px;
            margin: 0 0 25px; }
            @media screen and (max-width: 767px) {
              .company_page main #main-content .m_con_box #company_06 .section_inner_box h3 {
                font-size: 16px;
                line-height: 23px; } }
          .company_page main #main-content .m_con_box #company_06 .section_inner_box .movie_box {
            max-width: 900px;
            margin: 0 auto 70px;
            height: 500px; }
            @media screen and (min-width: 768px) and (max-width: 1200px) {
              .company_page main #main-content .m_con_box #company_06 .section_inner_box .movie_box {
                padding: 0 10px; } }
            @media screen and (max-width: 767px) {
              .company_page main #main-content .m_con_box #company_06 .section_inner_box .movie_box {
                height: 200px;
                margin: 0 auto 55px; } }
          .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box {
            max-width: 780px;
            margin: 0 auto; }
            .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner {
              background: #fff;
              border-radius: 5px;
              padding: 85px 40px 30px;
              position: relative; }
              @media screen and (max-width: 767px) {
                .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner {
                  padding: 65px 15px 15px; } }
              .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner .thumbnail_img {
                width: 108px;
                height: 108px;
                background-image: linear-gradient(45deg, #159eff, #4339ff);
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: column;
                position: absolute;
                left: 0;
                right: 0;
                top: -30px;
                margin: auto;
                border-radius: 50%; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner .thumbnail_img {
                    width: 80px;
                    height: 80px;
                    top: -25px; } }
                .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner .thumbnail_img img {
                  object-fit: cover;
                  border-radius: 50%;
                  width: 92%;
                  height: 92%; }
              .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner h4 {
                font-size: 14px;
                line-height: 24px;
                text-align: center;
                margin: 0 0 5px;
                color: #113cb0; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner h4 {
                    font-size: 12px;
                    line-height: 19px; } }
              .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner .name {
                text-align: center;
                font-size: 20px;
                margin: 0 0 10px; }
                @media screen and (max-width: 767px) {
                  .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner .name {
                    font-size: 16px; } }
                .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner .name span {
                  font-size: 14px; }
                  @media screen and (max-width: 767px) {
                    .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner .name span {
                      font-size: 11px; } }
              .company_page main #main-content .m_con_box #company_06 .section_inner_box .seminar_box .seminar_inner .text {
                font-size: 14px;
                line-height: 20px; }
        .company_page main #main-content .m_con_box #company_08 {
          background: url(../img/company/bg03.jpg) no-repeat;
          background-size: cover;
          width: 100%;
          padding: 80px 0 120px;
          margin: 0 auto 0px;
          position: relative; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content .m_con_box #company_08 {
              padding: 50px 20px 50px;
              background: url(../img/company/bg03_sp.jpg) no-repeat; } }
          .company_page main #main-content .m_con_box #company_08 .section_inner_box {
            background: rgba(255, 255, 255, 0.74);
            border-radius: 10px;
            padding: 80px 90px 60px;
            max-width: 1200px;
            margin: 0 auto; }
            @media screen and (max-width: 767px) {
              .company_page main #main-content .m_con_box #company_08 .section_inner_box {
                padding: 45px 15px;
                border-radius: 5px; } }
            .company_page main #main-content .m_con_box #company_08 .section_inner_box h2 {
              color: #113cb0; }
            .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow {
              width: 100%;
              margin: 0 auto; }
              .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl {
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: -5px; }
                .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dt {
                  width: 7.5%;
                  margin-right: 3%; }
                  @media screen and (max-width: 767px) {
                    .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dt {
                      width: 20%;
                      margin-right: 4%; } }
                .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd {
                  width: 89.5%; }
                  @media screen and (max-width: 767px) {
                    .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd {
                      width: 76%; } }
                  .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd h3 {
                    font-size: 24px;
                    color: #113cb0;
                    margin: 0 0 15px;
                    font-weight: bold;
                    line-height: 36px; }
                    @media screen and (max-width: 767px) {
                      .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd h3 {
                        font-size: 18px;
                        margin: 0 0 10px;
                        line-height: 22px; } }
                  .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd p.text01 {
                    font-size: 16px;
                    line-height: 25px;
                    letter-spacing: -0.5px; }
                    @media screen and (max-width: 767px) {
                      .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd p.text01 {
                        font-size: 14px;
                        line-height: 20px; } }
                  .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul {
                    display: flex;
                    justify-content: flex-start;
                    margin-top: 20px;
                    align-items: center; }
                    @media screen and (max-width: 767px) {
                      .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul {
                        display: block; } }
                    .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li {
                      margin-right: 15px; }
                      @media screen and (max-width: 767px) {
                        .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li {
                          margin-right: 0;
                          margin: 0 0 10px; } }
                      .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li:last-child {
                        margin-right: 0; }
                      .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li p {
                        font-size: 13px;
                        line-height: 18px; }
                        @media screen and (max-width: 767px) {
                          .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li p {
                            font-size: 12px;
                            line-height: 18px; } }
                      .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li .text-button01 {
                        background-image: linear-gradient(180deg, #159eff, 50%, #4339ff);
                        border-radius: 5px;
                        height: 50px; }
                        @media screen and (max-width: 767px) {
                          .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li .text-button01 {
                            width: 90%;
                            height: 40px; } }
                        .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li .text-button01 a {
                          color: #fff;
                          width: 100%;
                          height: 100%;
                          display: flex;
                          justify-content: center;
                          align-items: center;
                          font-size: 16px;
                          padding: 0 15px; }
                          @media screen and (max-width: 767px) {
                            .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li .text-button01 a {
                              font-size: 13px; } }
                      .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li .text-button02 {
                        border: 1px solid #113cb0;
                        border-radius: 5px;
                        height: 50px; }
                        @media screen and (max-width: 767px) {
                          .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li .text-button02 {
                            width: 90%;
                            height: 40px; } }
                        .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li .text-button02 a {
                          color: #113cb0;
                          width: 100%;
                          height: 100%;
                          display: flex;
                          justify-content: center;
                          align-items: center;
                          font-size: 16px;
                          padding: 0 15px;
                          font-weight: bold; }
                          @media screen and (max-width: 767px) {
                            .company_page main #main-content .m_con_box #company_08 .section_inner_box .lp_flow dl dd ul li .text-button02 a {
                              font-size: 14px; } }
      .company_page main #main-content #entry_box {
        background: url(../img/company/bg04.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        padding: 70px 0 80px;
        margin: 0 auto 0px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .company_page main #main-content #entry_box {
            padding: 50px 20px 50px;
            background: url(../img/company/bg04_sp.jpg) no-repeat;
            background-size: cover; } }
        @media screen and (max-width: 767px) {
          .company_page main #main-content #entry_box .entry_inner_box .title-box {
            margin-bottom: 15px; } }
        .company_page main #main-content #entry_box .entry_inner_box .title-box .waku {
          text-align: center;
          border-radius: 30px;
          width: fit-content;
          margin: 0 auto 5px;
          background: #ff5f00;
          z-index: 1;
          position: relative; }
          @media screen and (max-width: 767px) {
            .company_page main #main-content #entry_box .entry_inner_box .title-box .waku {
              margin: 0 auto 10px; } }
          .company_page main #main-content #entry_box .entry_inner_box .title-box .waku:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -15px;
            border: 10px solid transparent;
            border-top: 15px solid #ff5f00; }
            @media screen and (max-width: 767px) {
              .company_page main #main-content #entry_box .entry_inner_box .title-box .waku:before {
                top: 80%; } }
          .company_page main #main-content #entry_box .entry_inner_box .title-box .waku p {
            padding: 15px 42px;
            font-size: 22px;
            color: #fff;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .company_page main #main-content #entry_box .entry_inner_box .title-box .waku p {
                font-size: 14px;
                padding: 10px 25px; } }
        @media screen and (max-width: 767px) {
          .company_page main #main-content #entry_box .entry_inner_box .title-box h2 {
            margin-bottom: 15px; } }
        .company_page main #main-content #entry_box .entry_inner_box p.e_text {
          text-align: center;
          font-size: 28px;
          font-weight: bold;
          line-height: 43px;
          margin: 0 0 50px;
          color: #fff; }
          @media screen and (min-width: 768px) and (max-width: 961px) {
            .company_page main #main-content #entry_box .entry_inner_box p.e_text {
              font-size: 18px;
              line-height: 28px; } }
          @media screen and (max-width: 767px) {
            .company_page main #main-content #entry_box .entry_inner_box p.e_text {
              font-size: 15px;
              line-height: 23px;
              margin: 0 0 40px; } }
        @media screen and (max-width: 767px) {
          .company_page main #main-content #entry_box .entry_inner_box .button_area {
            margin-top: 40px;
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .company_page main #main-content #entry_box .entry_inner_box .button_area .icon_text {
            left: -10px;
            top: -35px; } }

/*企業向けLP　end*/
/*main end*/
/*footer*/
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 100px; } }
footer .footer_box01 {
  padding: 45px 0 35px;
  border-bottom: 1px solid #e5e5e5; }
  @media screen and (max-width: 767px) {
    footer .footer_box01 {
      border: none; } }
  footer .footer_box01 .footer_logo ul {
    display: flex;
    justify-content: center; }
    footer .footer_box01 .footer_logo ul li:first-child {
      width: 155px;
      margin-right: 50px; }
      @media screen and (max-width: 767px) {
        footer .footer_box01 .footer_logo ul li:first-child {
          width: 98px;
          margin-right: 25px; } }
    footer .footer_box01 .footer_logo ul li:last-child {
      width: 180px; }
      @media screen and (max-width: 767px) {
        footer .footer_box01 .footer_logo ul li:last-child {
          width: 113px; } }
footer .footer_box02 {
  padding: 70px 0 0; }
  @media screen and (max-width: 767px) {
    footer .footer_box02 {
      padding: 40px 0 0; } }
  footer .footer_box02 .footer_inner {
    text-align: center; }
    footer .footer_box02 .footer_inner h2 {
      font-size: 18px;
      margin: 0 0 10px;
      color: #22254c;
      text-decoration: none;
      line-height: 36px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        footer .footer_box02 .footer_inner h2 {
          font-size: 16px;
          margin: 0 0 10px; } }
    footer .footer_box02 .footer_inner p {
      font-size: 16px;
      line-height: 28px;
      margin: 0 0 25px; }
      @media screen and (max-width: 767px) {
        footer .footer_box02 .footer_inner p {
          font-size: 13px;
          line-height: 25px; } }
    footer .footer_box02 .footer_inner .text-button {
      background: #ff5f00;
      border-radius: 5px;
      width: fit-content;
      height: 36px; }
      @media screen and (max-width: 767px) {
        footer .footer_box02 .footer_inner .text-button {
          height: 36px; } }
      footer .footer_box02 .footer_inner .text-button a {
        color: #fff;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        padding: 0 15px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          footer .footer_box02 .footer_inner .text-button a {
            font-size: 14px; } }
footer .copyright {
  text-align: center;
  font-size: 13px;
  padding: 45px 0 30px; }

/*footer end*/
/*----------------------------
アコーディオン
----------------------------*/
.accordion-container {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .accordion-container {
      padding: 0 20px; } }
  .accordion-container dl {
    background: #fff;
    border-radius: 10px; }

.accordion-list {
  /*box-shadow: 0 0px 10px 0 rgba(181, 201, 183, 0.54);*/ }

.accordion-list:not(:first-child) {
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .accordion-list:not(:first-child) {
      margin-top: 15px; } }

.accordion-title {
  cursor: pointer;
  padding: 25px 40px 25px 50px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .accordion-title {
      padding: 15px 20px 15px 40px; } }
  .accordion-title p {
    position: relative;
    font-size: 16px;
    font-weight: bold; }

.accordion-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #36240d;
  border-right: 2px solid #36240d;
  transform: rotate(135deg);
  transition: all .3s ease-in-out; }
  @media screen and (max-width: 767px) {
    .accordion-title:after {
      right: 10px; } }

.accordion-title.open:after {
  transform: rotate(-45deg);
  top: 45%; }

.accordion-text {
  display: none;
  padding: 0px 40px 20px 50px;
  background: #fff;
  border-radius: 0 0 10px 10px; }
  @media screen and (max-width: 767px) {
    .accordion-text {
      padding: 0px 20px 15px 40px; } }
  .accordion-text p {
    position: relative;
    font-size: 16px; }

/*----------------------------
背景動き
----------------------------*/
@keyframes bg-up {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-40px); } }
/*----------------------------
フロートボタン
----------------------------*/
.float-box {
  width: 360px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  filter: drop-shadow(1px 1px 5px rgba(146, 173, 164, 0.55)); }
  @media screen and (max-width: 767px) {
    .float-box {
      width: calc(100% - 40px);
      right: 0;
      left: 0;
      bottom: 10px;
      margin: auto; } }

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(100px);
  opacity: 0; }

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0; }
