@CHARSET "ISO-8859-1";
@media screen and (max-width: 599px) {
  .pc_only {
    display: none
  }
  .sp_only {
    display: block
  }
  .flex {
    display: block
  }
  /*header*/
  header {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9998;
  }
  header .logo {
    left: 10px;
    top: 5px;
      flex-direction: column;
  }
  header .logo img {
    margin-bottom: -9px;
    width: 45%;
    margin-right: 0;
  }
  header .nav {
    position: fixed;
    top: 15px;
    right: 0px;
    margin-right: 10px;
  }
  header .nav img {
    height: 40px;
      margin-left: -5px
  }
  /*footer*/
  footer {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  /*top*/
  #top video {
    position: absolute;
    top: 0;
    left: -30vw;
    width: auto;
    height: 100vh;
    min-width: auto;
    min-height: auto;
    background-size: cover;
    z-index: -2;
    background-color: #FFF;
  }
  #top #section1 video {
    padding-top: 40vh;
  }
  #top #section2 video {
    padding-bottom: 40vh;
  }
  #top #section3 video {
    padding-top: 40vh;
  }
  #top #section4 video {
    padding-bottom: 40vh;
  }
  .overlay {
    width: 100%;
    height: 60vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .3) 50%);
    background-size: 4px 4px;
    z-index: -1;
  }
  #top .section {
    width: 100vw;
    overflow: hidden;
  }
  #top .section #menu {
    position: absolute;
    top: 53vh;
    right: 10px;
    z-index: 9999;
    height: 16px;
    width: 150px;
  }
  #top .section #menu img {
    width: 100%;
  }
  #top #section1 .m-element {
    height: 40vh;
    margin-top: 13vh;
    margin-left: -40px;
    position: absolute;
    z-index: 2;
  }
  #top #section1 .m-element img {
    height: 100%;
  }
  #top #section1 .copy {
    position: absolute;
    top: 20vh;
    z-index: 5;
    margin-left: 40vw;
  }
  #top #section1 .copy img {
    width: 55vw;
  }
  #top #section1 .overlay {
    height: 60vh;
    position: absolute;
    top: 40vh;
    left: 0;
  }
  #top #section2 .m-element {
    height: 50vh;
    margin-top: 50vh;
    margin-left: -40px;
    position: absolute;
    z-index: 2;
  }
  #top #section2 .m-element img {
    height: 100%;
  }
  #top #section2 .copy {
    position: absolute;
    top: 20vh;
    z-index: 5;
    margin-left: 8vw;
    width: 84vw;
  }
  #top #section2 .copy img {
    width: 100%;
  }
  #top #section2 .btn {
    position: absolute;
    top: 62vh;
    right: 0px;
    z-index: 5;
    margin-left: 0;
    margin-right: 10px;
  }
  #top #section2 .btn img {
    height: 35px;
  }
  #top #section3 .m-element {
    height: 40vh;
    margin-top: 13vh;
    margin-left: -40px;
    position: absolute;
    z-index: 2;
  }
  #top #section3 .m-element img {
    height: 100%;
  }
  #top #section3 .copy {
    position: absolute;
    top: 20vh;
    z-index: 5;
    margin-left: 50vw;
    margin-right: 5vw;
  }
  #top #section3 .copy img {
    width: 60vw;
  }
  #top #section3 .btn {
    position: absolute;
    top: 27vh;
    right: 0px;
    z-index: 5;
    margin-left: auto;
    margin-right: 10px;
  }
  #top #section3 .btn img {
    height: 35px;
  }
  #top #section3 .overlay {
    height: 60vh;
    position: absolute;
    top: 40vh;
    left: 0;
  }
  #top #section4 .m-element {
    height: 50vh;
    margin-top: 50vh;
    margin-left: -40px;
    position: absolute;
    z-index: 2;
  }
  #top #section4 .m-element img {
    height: 100%;
  }
  #top #section4 .copy {
    position: absolute;
    top: 17vh;
    z-index: 5;
    left: 8vw;
    margin-right: auto;
  }
  #top #section4 .copy img {
    width: 70vw;
  }
  #top #section4 .btn {
    position: absolute;
    left: auto;
    top: 62vh;
    right: 0px;
    z-index: 5;
    margin-left: auto;
    margin-right: 10px;
  }
  #top #section4 .btn img {
    height: 35px;
  }
  #top #section5 .m-element {
    height: 50vh;
    margin-top: 50vh;
    margin-left: -40px;
    position: absolute;
    z-index: 2;
  }
  #top #section5 .m-element img {
    height: 100%;
  }
  #top #section5 .copy {
    position: absolute;
    top: 22vh;
    z-index: 5;
    left: 0vw;
    margin-right: auto;
  }
  #top #section5 .copy img {
    width: 70vw;
  }
  #top #section5 .btn {
    position: absolute;
    top: 62vh;
    right: 0px;
    z-index: 5;
    margin-left: auto;
    margin-right: 10px;
  }
  #top #section5 .btn img {
    height: 35px;
  }
  /*bottom*/
  #bottom {
    letter-spacing: 0.2em;
    line-height: 1.6;
    font-size: 1.0em;
  }
  #bottom .wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
    letter-spacing: 0em;
  }
  #bottom .breadcrumb {
    margin-top: 90px;
    margin-left: 150px;
    margin-right: 0px;
    display: flex;
    margin-bottom: 20px;
  }
  #bottom .breadcrumb .right {
    font-size: 10px;
    color: #FFF;
    background: linear-gradient(to right, #044a96, #1b96d4);
    padding-right: 70px;
    padding-top: 8px;
    width: 100%;
    text-align: right;
  }
  #bottom .breadcrumb .left {
    border-left: 18px solid transparent;
    border-bottom: 30px solid #044a96;
  }
  #bottom #about .cvis_top {
    height: auto;
  }
  #bottom #about .cvis {
    height: auto;
    width: 100%;
    margin-top: 80px;
  }
  #bottom #about .cvis img {
    width: 100%;
    height: auto;
  }
  #bottom #about .about_top {
    width: 100%;
    margin-top: 80px;
    height: 130px;
  }
  #bottom #about .about_top img {
    width: 100%;
    height: auto;
  }
  #bottom #about .about_bottom {
    height: 130px;
  }
  #bottom #solution .cvis_top {
    height: auto;
  }
  #bottom #solution .cvis {
    height: auto;
    width: 100%;
    margin-top: 70px;
  }
  #bottom #solution .cvis img {
    width: 100%;
    height: auto;
  }
  #bottom #solution .about_bottom {
    height: 150px;
  }
  #bottom #solution .copy {
    font-size: 1.4em;
    margin-top: 120px;
    margin-bottom: 20px;
  }
  #bottom #solution .block_ttl {
    align-items: center;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    color: #044a96;
    margin-top: 15px;
    margin-bottom: 15px;
    letter-spacing: 0em;
  }
  #bottom #solution .wrap .block_ttl span {
    font-size: 0.6em;
  }
  #bottom #solution .block.bg_yellow {
    background-color: #fff1ad;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #bottom #solution .block.bg_yellow img {
    width: 100%;
  }
  #bottom #solution .block.bg_gray {
    background-color: #e8e6e6;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #bottom #solution .bg_gray span {
    font-weight: normal;
  }
  #bottom #solution nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  #bottom #solution nav a {
    margin-top: 0px;
    margin-bottom: 5px;
    width: 48%;
  }
  #bottom #solution nav img {
    width: 100%;
  }
  #bottom #solution .block_subttl01 {
    font-size: 1.8em;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 30px;
    background-color: #f4a317;
    height: 170px;
    padding-top: 30px;
  }
  #bottom #solution .block_subttl01 span {
    font-size: 0.6em;
  }
  #bottom #solution .block_subttl02 {
    font-size: 1.8em;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 30px;
    background-color: #1c95d4;
    height: 170px;
    padding-top: 30px;
  }
  #bottom #solution .block_subttl02 span {
    font-size: 0.6em;
  }
  #bottom #solution .block_subttl03 {
    font-size: 1.8em;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 30px;
    background-color: #dd5239;
    height: 170px;
    padding-top: 30px;
  }
  #bottom #solution .block_subttl03 span {
    font-size: 0.6em;
  }
  #bottom #solution .block_subttl04 {
    font-size: 1.8em;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 30px;
    background-color: #14a78f;
    height: 170px;
    padding-top: 30px;
  }
  #bottom #solution .block_subttl04 span {
    font-size: 0.6em;
  }
  #bottom #solution .block_subttl05 {
    font-size: 1.8em;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 30px;
    background-color: #dd72a1;
    height: 170px;
    padding-top: 30px;
  }
  #bottom #solution .block_subttl05 span {
    font-size: 0.6em;
  }
  #bottom #solution .block_subttl06 {
    font-size: 1.8em;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 30px;
    background-color: #209c39;
    height: 170px;
    padding-top: 30px;
  }
  #bottom #solution .block_subttl06 span {
    font-size: 0.6em;
  }
  #bottom #solution .block_subttl07 {
    font-size: 1.8em;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 30px;
    background-color: #115ca5;
    height: 170px;
    padding-top: 30px;
  }
  #bottom #solution .block_subttl07 span {
    font-size: 0.6em;
  }
  #bottom #solution .block_subttl08 {
    font-size: 1.8em;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 30px;
    background-color: #6f4d9c;
    height: 170px;
    padding-top: 30px;
  }
  #bottom #solution .block_subttl08 span {
    font-size: 0.6em;
  }
  #bottom #solution .block_subvis {
    margin-top: 0px;
    width: 100%;
  }
  #bottom #solution .block_subvis img {
    width: 100%;
  }
  #bottom #solution .wrap.flex {
    margin-top: 20px;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  #bottom #solution .wrap.flex img {
    margin-right: auto;
    margin-left: 15%;
    width: 70%;
    margin-top: 20px;
  }
  #bottom #solution .submenu {
    display: block;
    justify-content: space-between;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0px;
  }
  #bottom #solution .submenu div {
    margin-bottom: 10px;
  }
  #bottom #solution .button_now {
    width: 100%;
    height: 60px;
  }
  #bottom #solution .button_now img {
    margin-right: 10px;
  }
  #bottom #solution .button {
    width: 100%;
    height: 60px;
  }
  #bottom #solution .button img {
    margin-right: 10px;
  }
  #bottom #crosstalk .cvis_top {
    height: auto;
  }
  #bottom #crosstalk .cvis {
    height: auto;
    width: 100%;
    margin-top: 100px;
  }
  #bottom #crosstalk .cvis img {
    width: 100%;
    height: auto;
  }
  #bottom #crosstalk .about_bottom {
    height: 150px;
  }
  #bottom #crosstalk .copy {
    font-size: 24px;
    margin-top: 150px;
    margin-bottom: 20px;
  }
  #bottom #crosstalk .block.mvis {
    width: 100%;
  }
  #bottom #crosstalk .block.mvis img {
    width: 100%;
  }
  #bottom #crosstalk .block.bvis {
    width: 100%;
    margin-top: 50px;
  }
  #bottom #crosstalk .block.bvis img {
    width: 100%;
  }
  #bottom #crosstalk .block.profile {
    background-color: #1c95d4;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #bottom #crosstalk .block.profile .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  #bottom #crosstalk .block.profile .wrap div {
    width: 39%;
    color: #FFF;
    padding-bottom: 15px;
    background: rgb(4, 74, 150);
    background: linear-gradient(90deg, rgba(4, 74, 150, 1) 0%, rgba(27, 150, 212, 1) 100%);
    margin-bottom: 10px;
  }
  #bottom #crosstalk .block.profile .wrap div img {
    margin-bottom: 15px;
    width: 100%;
  }
  #bottom #crosstalk .block.profile .wrap div p {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.7em;
    letter-spacing: 0.1em;
  }
  #bottom #crosstalk .block.profile .wrap div .name {
    font-size: 1.4em;
    font-weight: bold;
  }
  #bottom #crosstalk .block_ttl {
    align-items: center;
    font-size: 2.6em;
    font-weight: bold;
    text-align: center;
    color: #044a96;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #bottom #crosstalk .wrap .block_ttl span {
    font-size: 0.6em;
  }
  #bottom #crosstalk .block.bg_gray {
    background-color: #e8e6e6;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #bottom #crosstalk .bg_gray span {
    font-weight: normal;
  }
  #bottom #crosstalk .submenu {
    display: block;
    justify-content: space-between;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0px;
  }
  #bottom #crosstalk .submenu div {
    margin-bottom: 10px;
  }
  #bottom #crosstalk .button_now {
    width: 100%;
    height: 60px;
  }
  #bottom #crosstalk .button_now img {
    margin-right: 10px;
  }
  #bottom #crosstalk .button {
    width: 100%;
    height: 60px;
  }
  #bottom #crosstalk .button img {
    margin-right: 10px;
  }
  #bottom #crosstalk .acd-check {
    display: none;
  }
  #bottom #crosstalk .acd-label {
    color: #044a96;
    display: block;
    margin-bottom: 1px;
    position: relative;
    background-image: url(../img/bottom_crosstalk_allow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.4em;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #e8e6e6;
    margin-top: 40px;
    padding-right: 60px;
  }
  #bottom #crosstalk .acd-label:after {
    box-sizing: border-box;
    display: block;
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
  }
  #bottom #crosstalk .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #bottom #crosstalk .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  #bottom #crosstalk .block .wrap .acd-content .question {
    font-size: 1.3em;
    color: #044a96;
    background-image: url(../img/bottom_crosstalk_q.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 30px;
    margin-bottom: 40px;
  }
  #bottom #crosstalk .block .wrap .acd-content .answer_area {
    display: block;
    margin-bottom: 50px;
  }
  #bottom #crosstalk .block .wrap .acd-content .answer_area img {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  #bottom #crosstalk .block .wrap .acd-content .answer {
    padding-left: 60px;
    margin-bottom: 25px;
  }
  #bottom #crosstalk .block .wrap .acd-content .answer span {
    margin-left: -60px;
    font-weight: bold;
    color: #044a96;
    margin-right: 15px;
  }
  #bottom #education .cvis_top {
    height: auto;
  }
  #bottom #education .cvis {
    height: auto;
    width: 100%;
    margin-top: 70px;
  }
  #bottom #education .cvis img {
    width: 100%;
    height: auto;
  }
  #bottom #education .about_bottom {
    height: 150px;
  }
  #bottom #education .copy {
    font-size: 24px;
    margin-top: 90px;
    margin-bottom: 20px;
  }
  #bottom #education .block.mvis {
    width: 100%;
  }
  #bottom #education .block.mvis img {
    width: 100%;
  }
  #bottom #education .block.bvis {
    width: 100%;
    margin-top: 50px;
  }
  #bottom #education .block.bvis img {
    width: 100%;
  }
  #bottom #education .block.profile {
    background-color: #1c95d4;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #bottom #education .block.profile .wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #bottom #education .block.profile .wrap div {
    width: 176px;
    margin-right: 20px;
    margin-left: 20px;
    color: #FFF;
    padding-bottom: 15px;
    background: rgb(4, 74, 150);
    background: linear-gradient(90deg, rgba(4, 74, 150, 1) 0%, rgba(27, 150, 212, 1) 100%);
  }
  #bottom #education .block.profile .wrap div img {
    margin-bottom: 15px;
  }
  #bottom #education .block.profile .wrap div p {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.7em;
    letter-spacing: 0.1em;
  }
  #bottom #education .block.profile .wrap div .name {
    font-size: 1.4em;
    font-weight: bold;
  }
  #bottom #education .block_ttl {
    align-items: center;
    font-size: 2.6em;
    font-weight: bold;
    text-align: center;
    color: #044a96;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #bottom #education .wrap .block_ttl span {
    font-size: 0.6em;
  }
  #bottom #education .block.bg_gray {
    background-color: #e8e6e6;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #bottom #education .bg_gray span {
    font-weight: normal;
  }
  #bottom #education .submenu {
    display: block;
    justify-content: space-between;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0px;
  }
  #bottom #education .submenu div {
    margin-bottom: 10px;
  }
  #bottom #education .button_now {
    width: 100%;
    height: 60px;
  }
  #bottom #education .button_now img {
    margin-right: 10px;
  }
  #bottom #education .button {
    width: 100%;
    height: 60px;
  }
  #bottom #education .button img {
    margin-right: 10px;
  }
  #bottom #education .block .cate_ttl {
    background-color: #044a96;
    color: #FFF;
    font-size: 1.6em;
    height: 80px;
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  #bottom #education .block .wrap .cate_catch {
    font-size: 1.6em;
    color: #044a96;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #bottom #education .block .wrap .flex img {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #bottom #education .block .wrap .education_img {
    width: 100%;
  }
  #bottom #education .block .wrap .education_img img {
    width: 100%;
  }
  #bottom #education .block .wrap hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #bottom #education .block .wrap .cate_lead {
    color: #044a96;
    margin-bottom: 30px;
  }
  #bottom #education .block .wrap .flex .txt {
    font-size: 0.8em;
  }
  #bottom #education .block .wrap .flex .txt span {
    font-weight: bold;
    color: #1c95d4;
  }
  #bottom #recruit .cvis {
    height: auto;
    width: 100%;
    margin-top: 80px;
  }
  #bottom #recruit .cvis img {
    width: 100%;
    height: auto;
  }
  #bottom #recruit .about_top {
    width: 100%;
    margin-top: 80px;
    height: 130px;
  }
  #bottom #recruit .about_top img {
    width: 100%;
    height: auto;
  }
  #bottom #recruit .about_bottom {
    height: 130px;
  }
  #bottom .cvis_ttl {
    top: -90px;
    width: 100%;
  }
  #bottom #freshman .cvis_ttl {
    top: 180px;
    width: 100%;
  }
  #bottom .contents_ttl {
    text-align: left;
    background-image: none;
    background-position: left;
    height:  auto;
    color: #FFF;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 280px;
      background: linear-gradient(to right, #82B6E0, #7AC4C7);
      padding-left: 20px;
    width: 100%;
  }
  #bottom #people .contents_ttl {
    text-align: left;
    background-image: none;
    background-position: left;
    height: 70px;
    color: #FFF;
    padding-right: 0px;
    padding-top: 10px;
    margin-top: 520px;
      background: linear-gradient(to right, #82B6E0, #7AC4C7);
    padding-left: 20px;
    width: 100%;
  }
  #bottom .category {
    color: #000;
    width: 100%;
    margin-left: auto;
    font-size: 16px;
    text-align: left;
    border-bottom-color: #000;
    padding-left: 20px;
    letter-spacing: 0em;
  }
  #bottom .category span {
    margin-right: 70px;
  }
  #bottom #about .message {
    margin-top: 30px;
    margin-bottom: 90px;
    font-size: 0.9em;
    letter-spacing: 0em;
      text-align: left;
  }
  #bottom #about .copy {
    font-size: 1.2em;
    margin-top: 150px;
    margin-bottom: 20px;
    letter-spacing: 0em;
    font-weight: bold;
  }
  #bottom #about .submenu {
    display: block;
    justify-content: space-between;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0px;
  }
  #bottom #about .submenu div {
    margin-bottom: 10px;
  }
  #bottom #about .button_now {
    width: 100%;
    height: 60px;
  }
  #bottom #about .button_now img {
    margin-right: 10px;
  }
  #bottom #about .button {
    width: 100%;
    height: 60px;
  }
  #bottom #about .button img {
    margin-right: 10px;
  }
  #bottom #about .section {
    background-color: #1c95d4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 2;
    color: #FFF;
    font-size: 16px;
    position: relative;
    margin-top: 20px;
  }
  #bottom #about .section .txt_flex {
    display: block;
    align-items: center;
    margin-bottom: 0px;
    font-size: 0.9em;
    letter-spacing: 0em;
  }
  #bottom #about .section .txt_flex img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #bottom #about .section .txt_flex img {
    margin-left: 20px;
  }
  #bottom #about .section .number_menu {
    display: block;
  }
  #bottom #about .section .number_menu li {
    font-size: 16px;
    width: 100%;
    height: 60px;
    background-color: #044a96;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  #bottom #about .number_ttl {
    font-size: 1.2em;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
  #bottom #about .wrap_number {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.6;
    margin-top: 50px;
  }
  #bottom #about .wrap_number img {
    width: 100%;
  }
  #bottom #about .wrap_number .yellow {
    color: #fdd000;
  }
  #bottom #about .f20 {
    font-size: 20px;
    font-weight: bold;
  }
  #bottom #about .f40 {
    font-size: 40px;
    font-weight: bold;
  }
  #bottom #about .f70 {
    font-size: 70px;
    font-weight: bold;
  }
  #bottom #about .f12 {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #bottom #about .wrap_number .left {
    width: 100%;
  }
  #bottom #about .wrap_number_flex {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  #bottom #about .wrap_number .img_right {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  #bottom #about .arrow02 {
    background-image: url(../img/bottom_arrow02.svg);
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 90px;
    width: 200px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-right: 70px;
  }
  #bottom #about .company_flex {
    display: block;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #bottom #about .company_flex img {
    width: 100%;
    margin-bottom: 15px;
  }
  #bottom #about .blue {
    color: #1D96D5;
  }
  #bottom #about .blue_line {
    border-bottom: thin solid #1D96D5;
  }
  #bottom #about .wrap_company {
    text-align: center;
  }
  #bottom #about .wrap_company img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  #bottom #about .ml-30 {
    margin-left: 0px;
  }
  #bottom #about .company_inner {
    width: 100%;
  }
  #bottom #about .company_flex2 {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #bottom #about .company_flex2 img {
    width: 100%;
    margin-bottom: 15px;
  }
  #bottom #about .mb-90 {
    margin-bottom: 90px;
  }
  #bottom #about .market_flex {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-top: -45px;
    margin-bottom: 0;
  }
  #bottom #about .market_flex img {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 15px;
  }
  #bottom #about .market_flex_r {
    width: 100%;
    height: auto;
  }
  #bottom #about .market_box {
    width: 100%;
    margin-top: 20px;
  }
  #bottom #about .market_box_ttl {
    background-color: #1D96D5;
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
  }
  #bottom #about .market_box_img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #bottom #about .market_box_img img {
    width: 100%;
  }
  #bottom #about .market_flex2 {
    display: block;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    margin-top: 50px;
  }
  #bottom #about .market_flex3 {
    display: block;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    margin-top: 50px;
    border: thin solid #1D96D5;
    padding: 20px;
  }
  #bottom #about .market_flex3 img {
    width: 100%;
    margin-bottom: 15px;
  }
  #bottom #about .market_inner {
    width: 100%;
  }
  #bottom #about .work {
    margin-top: 50px;
    border: thin solid #1D96D5;
    padding: 20px;
  }
  #bottom #about .work_flex {
    display: block;
  }
  #bottom #about .work_flex img {
    width: 100%;
    margin-bottom: 15px;
  }
  #bottom #about .work_ttl {
    color: #044B96;
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #bottom #about .work_inner {
    width: 100%;
  }
  #bottom #about .work_inner_txt {
    padding-left: 16px;
    margin-top: 20px;
  }
  #bottom #about .work_inner_txt span {
    margin-left: -15px;
  }
  #bottom #recruit table {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #1c95d4;
    border-bottom-color: #1c95d4;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 160px;
    letter-spacing: 0em;
  }
  #bottom #recruit table tr td {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1c95d4;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  #bottom #recruit table tr .bd-none {
    border-bottom-style: none;
  }
  #bottom #recruit table tr .bg_blue {
    background-color: #d3ecfb;
    width: 100%;
  }
#bottom #recruit table tr td .list_flex ._course {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
   font-size: 80%;
}
#bottom #recruit table tr td .list_flex div {
    padding: 5px 0;
}
#bottom #recruit table tr td .list_flex ._number {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
   font-size: 90%;
}

    
    
  #bottom #people {
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  #bottom #people .cvis_top {
    height: auto;
  }
  #bottom #people .cvis {
    height: 250px;
    margin-top: 70px;
  }
  #bottom #people .cvis img {
    height: auto;
    width: 100%;
  }
  #bottom #people .about_bottom {
    background-repeat: no-repeat;
    min-width: 100%;
    background-size: cover;
    height: 55vh;
    width: 100%;
  }
  #bottom #people .people01 {
    background-image: url(../img/bottom_people01_mvis.jpg);
    background-position: -40vw;
  }
  #bottom #people .people02 {
    background-image: url(../img/bottom_people02_mvis.jpg);
    background-position: -38vw;
  }
  #bottom #people .people03 {
    background-image: url(../img/bottom_people03_mvis.jpg);
    background-position: -47vw;
  }
  #bottom #people .people04 {
    background-image: url(../img/bottom_people04_mvis.jpg);
    background-position: -25vw;
  }
  #bottom #people .people05 {
    background-image: url(../img/bottom_people05_mvis.jpg);
    background-position: -25vw;
  }
  #bottom #people .people06 {
    background-image: url(../img/bottom_people06_mvis.jpg);
    background-position: -40vw;
  }
  #bottom #people .people07 {
    background-image: url(../img/bottom_people07_mvis.jpg);
    background-position: -35vw;
  }
  #bottom #people .people08 {
    background-image: url(../img/bottom_people08_mvis.jpg);
    background-position: -15vw;
  }
  #bottom #people .people09 {
    background-image: url(../img/bottom_people09_mvis.jpg);
    background-position: -15vw;
  }
  #bottom #people .people10 {
    background-image: url(../img/bottom_people10_mvis.jpg);
    background-position: -20vw;
  }
  #bottom #people .people11 {
    background-image: url(../img/bottom_people11_mvis.jpg);
    background-position: -35vw;
  }
  #bottom #people .people12 {
    background-image: url(../img/bottom_people12_mvis.jpg);
    background-position: -30vw;
  }
  #bottom #people .people13 {
    background-image: url(../img/bottom_people13_mvis.jpg);
    background-position: -25vw;
  }
  #bottom #people .people14 {
    background-image: url(../img/bottom_people14_mvis.jpg);
    background-position: -25vw;
  }
  #bottom #people .people15 {
    background-image: url(../img/bottom_people15_mvis.jpg);
  }
  #bottom #people .mcopy {
    position: absolute;
    top: 400px;
    left: 67vw;
  }
  #bottom #people .cvis_profile {
    background-color: #e8e6e6;
    height: auto;
    margin-top: 205px;
    display: block;
    align-items: center;
    padding-bottom: 20px;
  }
  #bottom #people .cvis_profile .name {
    color: #044a96;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2em;
    width: 100%;
    padding-top: 20px;
  }
  #bottom #people .cvis_profile .name span {
    color: #000000;
    font-size: 0.6em;
    font-weight: normal;
  }
  #bottom #people .cvis_profile .txt {
    border-left-width: 1px;
    border-left-style: none;
    border-left-color: #044a96;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 0.8em;
    letter-spacing: 0em;
    height: auto;
    display: flex;
    align-items: center;
    line-height: 1.8em;
    width: 100%;
  }
  /*寺岡修正_0209_widht追加*/
  #bottom #people .block {
    margin-top: 30px;
  }
  #bottom #people .block_ttl {
    background: rgb(4, 74, 150);
    background: linear-gradient(to right, #82B6E0, #7AC4C7);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2em;
    font-weight: bold;
    color: #FFF;
    text-align: left;
  }
  #bottom #people .block_ttl .inner {
    width: auto;
    margin-right: auto;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.6em;
  }
  #bottom #people .block .cate_ttl01 {
    position: relative;
    top: 200px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  #bottom #people .block .cate_vis01 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  #bottom #people .block .cate_vis01 img {
    width: 100%;
  }
  #bottom #people .block .cate_vis02 {
    width: 100%;
    margin-top: 50px;
  }
  #bottom #people .block .cate_vis02 img {
    width: 100%;
  }
  #bottom #people .block .cate_catch01 {
    font-size: 2em;
    font-weight: bold;
    color: #044a96;
  }
  #bottom #people .block .cate_catch01 .inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.6em;
  }
  #bottom #people .block .cate_catch02 {
    width: 90%;
    font-size: 1.2em;
    font-weight: bold;
    color: #044a96;
    position: relative;
    margin-top: 20px;
    left: 20px;
    margin-bottom: 20px;
  }
  #bottom #people .block .wrap p {
    font-size: 1.0em;
    width: 100%;
    margin-left: 0%;
  }
  #bottom #people .block .wrap p.sc {
    color: #FFF;
      font-weight: bold;
  }
  #bottom .block .original_area {
    background-color: #221814;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFF;
  }
  #bottom #people .block .sc {
    color: #1D96D5;
    font-size: 24px;
    margin-bottom: 15px;
  }
  #bottom #people .block .wrap hr {
    width: 100%;
    margin-left: 0%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #bottom #people .block .wrap p span {
    font-size: 12px;
  }
  #bottom #people .block .wrap .cate_ttl02 img {
    height: 36px;
  }
  #bottom #people .block .wrap .cate_ttl02 {
    margin-right: -19%;
  }
  #bottom #people .block_flex {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  #bottom #people .index_ttl {
    width: 184px;
    margin-top: 120px;
    margin-bottom: 10px;
  }
  #bottom #freshman .cvis_top {
    height: auto;
    width: 100%;
    margin-top: 80px;
  }
  #bottom #freshman .cvis {
    height: 200px;
    width: 100%;
    margin-top: 80px;
  }
  #bottom #freshman .cvis img {
    height: auto;
    margin-top: 480px;
    width: 100px;
  }
  #bottom #freshman .freshman {
    background-image: url(../img/bottom_freshman_mvis.jpg);
  }
  #bottom #freshman .contents_ttl {
    text-align: left;
    background-image: none;
    background-position: left;
    height: 70px;
    color: #FFF;
    padding-right: 0px;
    padding-top: 10px;
    margin-top: 100px;
    background-color: #000;
    padding-left: 20px;
    width: 100%;
  }
  #bottom #freshman .copy {
    font-size: 36px;
    margin-top: 67px;
    margin-bottom: 60px;
    color: #044a96;
  }
  #bottom #freshman .block.mvis {
    width: 100%;
  }
  #bottom #freshman .block.mvis img {
    width: 100%;
  }
  #bottom #freshman .block.bvis {
    width: 100%;
    margin-top: 50px;
  }
  #bottom #freshman .block.bvis img {
    width: 100%;
  }
  #bottom #freshman .block.profile {
    background-color: #1c95d4;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #bottom #freshman .block.profile .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
  }
  #bottom #freshman .block.profile .wrap div {
    width: 44%;
    margin-right: 5px;
    margin-left: 5px;
    color: #FFF;
    padding-bottom: 30px;
    background: rgb(4, 74, 150);
    background: linear-gradient(90deg, rgba(4, 74, 150, 1) 0%, rgba(27, 150, 212, 1) 100%);
  }
  #bottom #freshman .block.profile .wrap div img {
    margin-bottom: 15px;
    width: 100%;
  }
  #bottom #freshman .block.profile .wrap div p {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.7em;
    letter-spacing: 0.1em;
  }
  #bottom #freshman .block.profile .wrap div .name {
    font-size: 1.4em;
    font-weight: bold;
  }
  #bottom #freshman .block_ttl {
    align-items: center;
    font-size: 2.6em;
    font-weight: bold;
    text-align: center;
    color: #044a96;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #bottom #freshman .wrap .block_ttl span {
    font-size: 0.6em;
  }
  #bottom #freshman .block.bg_gray {
    background-color: #e8e6e6;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 98px;
  }
  #bottom #freshman .bg_gray span {
    font-weight: normal;
  }
  #bottom #freshman .submenu {
    display: flex;
    justify-content: space-between;
    color: #FFF;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #bottom #freshman .button_now {
    width: 470px;
    height: 80px;
    background: linear-gradient(to right, #044a96, #1b96d4);
    display: flex;
    align-items: center;
  }
  #bottom #freshman .button_now img {
    margin-right: 10px;
  }
  #bottom #freshman .button {
    width: 470px;
    height: 80px;
    background-color: #dcdcdd;
    display: flex;
    align-items: center;
  }
  #bottom #freshman .button img {
    margin-right: 10px;
  }
  #bottom #freshman .acd-check {
    display: none;
  }
  #bottom #freshman .acd-label {
    color: #044a96;
    display: block;
    margin-bottom: 1px;
    position: relative;
    background-image: url(../img/bottom_crosstalk_allow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.2em;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #e8e6e6;
    margin-top: 40px;
    padding-right: 60px;
  }
  #bottom #freshman .acd-label:after {
    box-sizing: border-box;
    display: block;
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
  }
  #bottom #freshman .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #bottom #freshman .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  #bottom #freshman .block .wrap .acd-content .answer_area {
    display: block;
    margin-bottom: 50px;
  }
  #bottom #freshman .block .wrap .acd-content .answer_area img {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #bottom #freshman .block .wrap .acd-content .answer {
    padding-left: 58px;
    margin-bottom: 25px;
  }
  #bottom #freshman .block .wrap .acd-content .answer span {
    margin-left: -58px;
    font-weight: bold;
    color: #044a96;
    margin-right: 10px;
  }
  #bottom #freshman .block.bg_gray .wrap {
    font-size: 1.2em;
    line-height: 2.0em;
  }
  #bottom #freshman .block.bg_gray .wrap p {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: #1c95d4;
  }
  #bottom #freshman .block .wrap .acd-label span {
    color: #1c95d4;
    margin-right: 20px;
    font-weight: bold;
  }
  #bottom #freshman .index_ttl {
    width: 184px;
    margin-top: 120px;
    margin-bottom: 10px;
  }
  /*hum-menu*/
  .cp_fullscreenmenu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: scroll;
    padding-bottom: 50px;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
  }
  input {
    display: none;
  }
  /*menuコンテンツ*/
  .cp_fullscreenmenu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .cp_fullscreenmenu .menu label {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 100%;
  }
  .cp_fullscreenmenu .menu .menucont {
    font-size: 0.9em;
    text-align: left;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }
  .cp_fullscreenmenu .menu .menucont p {
    font-size: 0.7em;
    color: #000;
    text-align: right;
    margin-top: 20px;
  }
  .cp_fullscreenmenu .menu .menucont hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .cp_fullscreenmenu .menu ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    align-items: center;
  }
  .cp_fullscreenmenu .menu ul li {
    margin-right: 30px;
    background-image: url(../img/menu_allow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
    letter-spacing: 0em;
    margin-bottom: 2px;
    font-size: 0.8em;
  }
  .cp_fullscreenmenu .menu ul li, .cp_fullscreenmenu .menu ul li a {
    transition: all 0.3s ease;
  }
  .cp_fullscreenmenu .menu ul li a {
    display: block;
    color: #000;
  }
  .cp_fullscreenmenu .menu_flex {
    display: block;
    margin-bottom: 20px;
  }
  .cp_fullscreenmenu .menu_flex img {
    margin-left: 30px;
  }
  .cp_fullscreenmenu .menu_hr_inner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /*クリックしたらメニューが開閉の動作*/
  .cp_fullscreenmenu .menuEffects {
    visibility: scroll;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
  }
  .cp_fullscreenmenu .menuEffects ul {
    transition: all 0.5s;
    transform: translateY(0%);
  }
  .cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
    visibility: visible;
    transition: opacity 0.5s;
    opacity: 1;
  }
  .cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
    opacity: 1;
  }
  .cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
    background-color: transparent;
  }
  .cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    content: '';
    transform: rotate(45deg);
    background-color: #000000;
  }
  .cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    content: '';
    transform: rotate(-45deg);
    background-color: #000000;
  }
  .cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
    transform: translateY(-30%);
  }
  /*ハンバーガー*/
  .cp_fullscreenmenu .hamburger {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 40.5px;
    height: 50px;
    cursor: pointer;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .cp_fullscreenmenu .hamburger:hover .open:before {
    top: -9px;
  }
  .cp_fullscreenmenu .hamburger:hover .open:after {
    top: 5px;
  }
  .cp_fullscreenmenu .open, .cp_fullscreenmenu .open:before, .cp_fullscreenmenu .open:after {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
  }
  .cp_fullscreenmenu .open {
    top: 10px;
    cursor: pointer;
  }
  .cp_fullscreenmenu .open:before {
    top: -9px;
    content: '';
    transform: rotate(0deg);
  }
  .cp_fullscreenmenu .open:after {
    top: 7px;
    content: '';
  }
  .cp_fullscreenmenu .menu.menuEffects .menucont .menu_hr_inner .menu_flex h2 {
    color: #044a96;
    letter-spacing: 0em;
    width: 100%;
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 0.8em;
  }
  .swiper-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 70px;
  }
  .swiper-custom-parent {
    width: 100%;
  }
  .swiper-container {
    padding-left: 10px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin-top: 70px;
  }
  .swiper-button-prev {
    margin-left: 35%;
  }
  .swiper-button-next {
    margin-right: 35%;
  }
  #bottom #recruit .wrap table tr td img {
    width: 100%;
  }
  /*2023追加*/
.people_index {
  background-color: #d1eaf6;
  padding: 30px;
  margin: 30px 0 50px 0;
}
  .people_index ul li a {
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 12px;
  }
  #people_index_result ul li {
    width: 48%;
  }
  #people_index_result ul li .img {
    height: auto;
  }
  #people_index_result ul li .profile {
    font-size: 12px;
  }
  #people_index_result ul li .name {
    color: #044a96;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
  }
  #people_index_result ul li .arrow {
    margin: -20px 0 30px 0;
  }
  #people_index_result ul li .name {
    font-size: 18px;
    line-height: 22px;
  }
  #people_index_result ul li .name span {
    margin: 0;
  }
  .link_people .title {
    background-repeat: repeat-x;
    background-position: center;
    height: 50px;
  }
  .link_people .title h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .link_people ul li {
    width: 100%;
  }
  .link_people ul li a .column .name {
    font-size: 16px;
    line-height: 18px;
  }
  .link_people ul li a .column .name span {
    font-size: 12px;
    margin: 0;
  }
  .link_people ul li a .column .arrow {
    margin: -15px 0 30px 0;
  }
  .recruit_flow {
    margin-top: 160px;
  }
  .recruit_flow .step img {
    width: 80px;
  }
  .recruit_flow .step div {
    width: calc(100% - 100px);
  }
  .recruit_flow .step div h3 {
    font-size: 16px;
  }
  .benefit_area .block {
    width: 100%;
  }
  .outline {
    width: 100%;
    margin-top: 150px;
    display: block;
  }
  .outline img {
    width: 100%;
    margin-right: 0;
  }
  .outline h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .program {
    border: 2px #2a95d4 solid;
    margin-top: 40px;
    padding: 20px;
    letter-spacing: 0;
    text-align: center;
  }
  .program h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #2a95d4 dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .program h3 span {
    color: #044b95;
    margin-right: 10px;
  }
  .low {
    margin-top: 40px !important;
  }
  .careervison_area {
    margin-top: 60px;
  }
  .careervison_area .step img {
    width: 80px;
  }
  .careervison_area .step div {
    width: calc(100% - 100px);
  }
  .careervison_area .step div h3 {
    font-size: 16px;
  }
  .careervison_area .img {
    width: 100%;
  }
  .careervison_area .img img {
    width: 100%;
  }
  .careervison_area h2 {
    font-size: 20px;
    padding: 30px 0 15px 0;
  }
  .careervison_area .box {
    margin: 20px auto 50px auto;
  }
  .wrap.mt100.market {
    margin-top: 30px;
  }
  .market h3 {
    font-size: 18px;
    text-align: left;
  }
  .market .part {
    margin-top: 30px;
  }
  .market .part .circle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
  }
  .market .part .part_inner {
    width: calc(100%);
    display: block;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 0;
    font-size: 16px;
    border: none;
    padding: 0;
  }
  .market .part .part_inner .ico {
    width: calc(100% - 40px);
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .market .part .part_inner span {
    font-size: 24px;
    font-weight: bold;
    color: #d80c18;
    margin: 0;
  }
  .market .sel {
    margin-left: 0px;
    margin-right: 0;
  }
  .market .sel p {
    text-align: left;
    margin-top: 15px;
  }
  .market .sel p a:link {
    color: #044b95;
    text-decoration: underline;
    letter-spacing: 0;
  }
  .market hr {
    margin-top: 80px;
  }
  .market .point {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  .market .point .left-side {
    margin-right: 0;
  }
  .market .point .left-side .title {
    display: flex;
    align-items: center;
    height: 40px;
    color: #044b95;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .market .point .left-side .title .circle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
  }
  .market .part_inner {
    width: 100%;
    margin-top: 20px;
  }
  .market .part_inner img {
    width: 100%;
    margin-bottom: 20px;
  }
  .market h2 {
    font-size: 18px;
    color: #044b95;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border-top: 1px #044b95 solid;
    border-left: 1px #044b95 solid;
    border-right: 1px #044b95 solid;
    padding: 30px 0 10px 0;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .market .set {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .market .set img {
    margin-bottom: 20px;
    width: 100%;
  }
  .market .voice {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .market .main_pic {
    margin-bottom: 10px;
    width: 100%;
  }
  .market .main_pic img {
    width: 100%;
  }
  .mtsp100 {
    margin-top: 260px;
  }
  .market .voice .block {
    margin-bottom: 20px;
  }
  .market .voice .block .inner {
    background-color: #FFF;
    padding: 20px;
    display: block;
  }
  .market .voice .block .inner div {
    margin-bottom: 20px;
  }
  .market .voice .block .inner img {
    width: 240px;
    height: 160px;
    margin-right: 50px;
  }
  .careervison_area .flex {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .careervison_area .flex .text {
    text-align: left;
    margin-left: 0;
    margin-top: 20px;
  }
  .careervison_area .flex .text img {
    margin-left: 0 !important;
  }
  .careervison_area .flex div img {
    width: 90% !important;
    margin-left: 5% !important;
  }
  #int_navi {
    margin-top: -60px;
    padding-top: 120px;
  }
  #bottom #recruit .submenu {
    display: block;
    justify-content: space-between;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0px;
  }
  #bottom #recruit .submenu div {
    margin-bottom: 10px;
  }
  #bottom #recruit .button_now {
    width: 100%;
    height: 60px;
  }
  #bottom #recruit .button_now img {
    margin-right: 10px;
  }
  #bottom #recruit .button {
    width: 100%;
    height: 60px;
  }

.bottom_nav {
    background: linear-gradient(to right, #82B6E0, #7AC4C7);
    padding: 60px 0;
    margin-top: 50px;
}
.bottom_nav .bottom_nav_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFF;
}
.bottom_nav .bottom_nav_ttl img {
    width: 150px;
    margin-bottom: 5px;
}
.bottom_nav .bottom_nav_btn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 30px 5% 0;
}
.bottom_nav .bottom_nav_btn a {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    color: #FFF;
    font-size: 10px;
    width: 30%;
    line-height: 16px;
    text-align: center;
}
.bottom_nav .bottom_nav_btn a img {
    width: 100%;
    margin-bottom: 10px;
}

#top .top_bottom_message {
    margin: 100px 0;
}
#top .top_bottom_message img {
    width: 80vw;
}


#top .mvis {
    background: url("../img/top_mvis.jpg");
    background-position: top center;
    background-size: cover;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
    height: calc(100vh - 200px);
}
#top .mvis .mvis_copy {
    position: absolute;
    top: 60px;
    width: 25vh;
    z-index: 2;
}
#top .mvis .mvis_copy img {
    width: 100%;
}
#top .mvis .mvis_illust_head {
    position: absolute;
    top: 3vh;
    width: 100vw;
    z-index: 1;
}
#top .mvis .mvis_illust_head img {
    width: 100%;
}
#top .mvis .mvis_illust_bottom {
    position: absolute;
    bottom: -0.5vh;
    width: 100vw;
    overflow-x: hidden;
    z-index: 1;
}
#top .mvis .mvis_illust_bottom img {
    width: 140%;
    margin-left: -20%;
}
#top .mnav {
    background: linear-gradient(to right, #82B6E0, #7AC4C7);
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    flex-wrap: wrap;
}
#top .mnav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    color: #fff;
    line-height: 1.0;
    position: relative;
    z-index: 3;
    font-size: 12px;
}
#top .mnav a img {
    height: 12px;
    margin-bottom: 10px;
}
#top .top_wrap {
    background: url("../img/top_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 80px center;
    overflow-x: hidden;
}
#top .top_message {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #044a96;
    margin: 60px 0;
    text-align: center;
    line-height: 2.2;
}
#top .top_message img {
    height: 20px;
    margin-bottom: 30px;
}
#top .top_people .top_people_ttl {
    font-size: 20px;
    color: #FFF;
    background: linear-gradient(to right, #82B6E0, #7AC4C7);
    height: 85px;
    border-radius: 42.5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -42.5px;
    padding-left: 20vw;
    width: 105vw;
}
#top .top_people .top_people_ttl img {
    height: 15px;
    margin-right: 20px;
}
#top .top_people .top_people_copy {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 30px 8vw 30px 8vw;
    font-size: 14px;
}
#top .top_people .top_people_copy span {
    color: #044a96;
    margin-top: 10px;
}
#top .top_people .top_people_img {
    width: 90vw;
    margin: 0 auto;
}
#top .top_people .top_people_img img {
    width: 100%;
}
#top .top_people .top_readmore {
    display: flex;
    justify-content: flex-end;
    width: 90vw;
    margin: 0 auto;
}
#top .top_challenge .top_challenge_ttl {
    font-size: 20px;
    color: #FFF;
    background: linear-gradient(to right, #82B6E0, #7AC4C7);
    height: 85px;
    border-radius: 42.5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 60px;
    right: -42.5px;
    margin-left: -5vw;
    padding-right: 50vw;
    width: 140vw;
}
#top .top_challenge .top_challenge_ttl img {
    height: 15px;
    margin-left: 20px;
}
#top .top_challenge .top_challenge_copy {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin: 95px 8vw 30px 8vw;
    font-size: 14px;
    text-align: left;
}
#top .top_challenge .top_challenge_link {
    width: 80vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top .top_challenge .top_challenge_link a {
    width: 100%;
    margin-bottom: 30px;
}
#top .top_challenge .top_challenge_link a .top_challenge_link_img {
    width: 100%;
}
#top .top_challenge .top_challenge_link a .top_challenge_link_img img {
    position: relative;
    z-index: 0;
    width: 100%;
}
#top .top_challenge .top_challenge_link a .top_challenge_link_ttl {
    background: #E9E9E9;
    color: #044a96;
    font-size: 16px;
    line-height: 1.6;
    padding: 15px 50px 15px 15px;
    margin: -30px 0 15px -15px;
    position: relative;
    z-index: 1;
    float: left;
}
#top .top_challenge .top_challenge_link a .top_readmore {
    float: right;
    margin-top: 0;
    position: relative;
    z-index: 3;
}
#top .top_challenge .top_challenge_link a .top_readmore img {
    width: 80px;
}
#top .top_challenge .top_challenge_link a .top_challenge_link_txt {
    clear: both;
    font-size: 12px;
    width: 100%;
}
#top .top_challenge .top_challenge_link a.top_challenge_link02, #top .top_challenge .top_challenge_link a.top_challenge_link04 {
    margin-top:  0;
}
#top .top_bottom_message {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px 0;
}
#top .bottom_nav {
    margin-top: 0;
}

#about h2 {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
    background: linear-gradient(to right, #82B6E0, #7AC4C7);
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    border: none;
}
#about h2 span {
  font-size: 14px;
  color: #FFE23F;
  font-weight: normal;
    margin-right: 0;
}

#bottom #about .button {
  width: 80%;
  height: 60px;
    margin: 0 auto;
    font-size: 14px;
}
#bottom #about .button.on {
  width: 80%;
  height: 60px;
  background: linear-gradient(to right, #82B6E0, #7AC4C7);
  display: flex;
  align-items: center;
    justify-content: center;
    padding-left: 0;
}
#bottom #about .button div {
  width: 100%;
  height: 60px;
  background: #FFF;
  display: flex;
  align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
    color: #044a96;
    padding-left: 0;
    border: 1px solid #7AC4C7;
}
#bottom #about .bar  {
  font-size: min(3.2vw,40px);
  color: #FFF;
  background: linear-gradient(to right, #82B6E0, #7AC4C7);
    height: 40px;
    border-radius: 42.5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -42.5px;
    margin-top: 5px;
    padding-left: 15vw;
    width: 90vw;
}
.tab_item {
  width: calc(100%/2);
  height: 40px;
  background-color: #CEE7E8;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

.page_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page_nav .page_nav_head {
    display: flex;
    justify-content: center;
    align-items: center;
  color: #044b95;
    font-size: 14px;
    font-weight: bold;
}
.page_nav .page_nav_head img {
    margin-right: 20px;
    height: 100px;
}
.page_nav .page_nav_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 110%;
}
.page_nav .page_nav_bottom a {
    width: 32%;
}
.page_nav .page_nav_bottom a img {
    width: 100%;
}


.market .h2_wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  margin-bottom: 40px;
}
.market .h2_wrap img {
    width: 18px;;
}

#bottom #solution .button {
  width: 80%;
  height: 60px;
    margin: 0 auto;
    font-size: 14px;
}
#bottom #solution .button.on {
  width: 80%;
  height: 60px;
  background: linear-gradient(to right, #82B6E0, #7AC4C7);
  display: flex;
  align-items: center;
    justify-content: center;
    padding-left: 0;
}
#bottom #solution .button div {
  width: 100%;
  height: 60px;
  background: #FFF;
  display: flex;
  align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
    color: #044a96;
    padding-left: 0;
    border: 1px solid #7AC4C7;
}
#bottom #education .button {
  width: 80%;
  height: 60px;
    margin: 0 auto;
    font-size: 14px;
}
#bottom #education .button.on {
  width: 80%;
  height: 60px;
  background: linear-gradient(to right, #82B6E0, #7AC4C7);
  display: flex;
  align-items: center;
    justify-content: center;
    padding-left: 0;
}
#bottom #education .button div {
  width: 100%;
  height: 60px;
  background: #FFF;
  display: flex;
  align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
    color: #044a96;
    padding-left: 0;
    border: 1px solid #7AC4C7;
}
#bottom #recruit .button {
  width: 80%;
  height: 60px;
    margin: 0 auto;
    font-size: 14px;
}
#bottom #recruit .button.on {
  width: 80%;
  height: 60px;
  background: linear-gradient(to right, #82B6E0, #7AC4C7);
  display: flex;
  align-items: center;
    justify-content: center;
    padding-left: 0;
}
#bottom #recruit .button div {
  width: 100%;
  height: 60px;
  background: #FFF;
  display: flex;
  align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
    color: #044a96;
    padding-left: 0;
    border: 1px solid #7AC4C7;
}

.benefit_nav {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.benefit_nav a {
    background: linear-gradient(to right, #82B6E0, #7AC4C7);
    border-radius: 10px;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.benefit_nav a .benefit_nav_flame {
    background: #fff;
    border-radius: 5px;
    width: 97%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #044a96;
    font-size: 16px;
    font-weight: bold;
}
.benefit_nav a .benefit_nav_flame .benefit_nav_flame_img {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.benefit_nav a .benefit_nav_flame .benefit_nav_flame_img img {
    height: 100%;
}


.benefit_h2 {
    background: #044a96;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    padding-left: 30px;
    margin: 30px 0 30px;
    text-align: center;
}

.benefit_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.1em;
    width: 100%;
    margin: 20px auto 0;
}
.benefit_area .block {
  width: 100%;
  border: 2px #2a95d4 solid;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.benefit_area .block img {
  width: 100%;
}
.benefit_area .block .txt {
  text-align: left;
}

#bottom #people .bar  {
    display: none;
}

    
.about_message p {
    line-height: 2.4;
    margin-bottom: 40px;
}
.about_message .__mttl {
    margin-bottom: 40px;
}
.about_message .__mttl img {
    height: 20px;
}
.about_message .__mcopy {
    font-size: 16px;
    margin-bottom: 40px;
}
.about_message .__mvis {
    margin-bottom: 40px;
}
.about_message .__mvis img {
    width: 100%;
}
.about_message .__mvis div {
    height: 40px;
}
.about_message .__scopy {
    font-size: 14px;
    margin-bottom: 40px;
}
.about_message .__flex {
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.about_message .__flex img {
    width: 100%;
    margin-bottom: 20px;
}
.about_message .__flex p {
    margin-left: 0;
}
.about_message .__flex-re {
    flex-wrap: wrap;
    margin-bottom: 120px;
}
.about_message .__flex-re img {
    width: 100%;
    margin-bottom: 20px;
}
.about_message .__flex-re p {
    margin-right: 0;
}


/*イベント情報_タブ追加*/
.oc_tabs {
  padding-bottom: 40px;
  background-color: #fff;
  width: 90%;
  margin: 150px auto 0;
} 
.oc_tab_item {
        width: calc(100% / 2);
        height: 40px;
        background-color: #CEE7E8;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        color: #565656;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
}
		

}