@charset "UTF-8";
/*Theme Name: 株式会社オルベック*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "grantha";
  src: url("font/grantha-sangam-mn-bold.otf") format("opentype");
}

@media (min-width: 768px) {
  html {
    font-size: 93.75%;
  }
  body {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    line-height: 1.6;
    color: #000;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 50px;
    line-height: 1.8;
    letter-spacing: 1.5px;
  }
  body .imgleft > div p:not(:last-child) {
    margin-bottom: 40px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 50px;
  }
  body .imgright > div p:not(:last-child) {
    margin-bottom: 40px;
  }
  body .inner {
    width: 900px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1140px;
  }
  body .main_title {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 80px;
    z-index: 0;
  }
  body .main_title span {
    position: absolute;
    bottom: -55px;
    z-index: -1;
    display: block;
    font-size: 10rem;
    line-height: 1;
    font-family: "grantha", sans-serif;
    color: rgba(9, 99, 176, 0.55);
  }
  body .main_title.right {
    text-align: right;
  }
  body .main_title.right span {
    right: 0;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.white span {
    color: rgba(255, 255, 255, 0.3);
  }
  body .sub_title {
    font-size: 2rem;
    margin-bottom: 70px;
    padding-left: 50px;
    letter-spacing: 2px;
    position: relative;
  }
  body .sub_title:after {
    position: absolute;
    content: "";
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    left: 0;
    background: url("images/common/deco_title.svg") no-repeat;
    width: 135px;
    height: 95px;
    z-index: -1;
  }
  body .red_title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #d31f1f;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  body .red_title.center {
    text-align: center;
  }
  body .bb_title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #d31f1f;
    font-size: 2rem;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 3px solid #d31f1f;
  }
  body .white_btn {
    display: block;
    width: 300px;
    padding: 15px;
    font-size: 1.34rem;
    border: 3px solid #fff;
    text-align: center;
    color: #fff;
  }
  body .white_btn:hover {
    background: #fff;
    color: #0963b0;
  }
  body .white_btn.arrow {
    position: relative;
    text-align: left;
  }
  body .white_btn.arrow:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: 45%;
    right: 20px;
  }
  body .white_btn.arrow:hover:after {
    border-top: 3px solid #0963b0;
    border-right: 3px solid #0963b0;
  }
  body .blue_btn {
    display: block;
    width: 300px;
    padding: 15px;
    font-size: 1.34rem;
    border: 3px solid #0963b0;
    text-align: center;
    color: #0963b0;
  }
  body .blue_btn:hover {
    background: #0963b0;
    color: #fff;
  }
  body .blue_btn.arrow {
    position: relative;
    text-align: left;
  }
  body .blue_btn.arrow:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    margin-top: -5px;
    border-top: 4px solid #0963b0;
    border-right: 4px solid #0963b0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: 35%;
    right: 20px;
  }
  body .blue_btn.arrow:hover:after {
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  body .graf li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.8;
    letter-spacing: 1.5px;
  }
  body .graf li:first-of-type .title {
    border-top: 4px solid #d31f1f;
  }
  body .graf li:first-of-type p {
    border-top: 4px solid #c9c9c9;
  }
  body .graf .title {
    width: 160px;
    padding: 15px 20px;
    border-bottom: 4px solid #d31f1f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .graf p {
    width: calc(100% - 160px);
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 4px solid #c9c9c9;
  }
  header .h_blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  header .menu-content {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 1.34rem;
    color: #fff;
  }
  header .menu-content .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    padding: 20px 0;
  }
  header .menu-content .nav a:hover {
    text-decoration: underline;
  }
  header .menu-content .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  header .menu-content .subnav > li {
    position: relative;
  }
  header .menu-content .subnav > li:first-child a {
    width: 100px;
    padding: 5px;
  }
  header .menu-content .subnav > li:last-child {
    width: 270px;
    padding: 5px 20px;
  }
  header .menu-content .subnav > li:hover {
    border: none;
  }
  header .menu-content .subnav > li:hover .sub_menu {
    display: block;
  }
  header .menu-content .subnav > li .sub_menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 100%;
    display: none;
    width: 270px;
    background: #0963b0;
    color: #fff;
    width: 100%;
    z-index: 1;
  }
  header .menu-content .subnav > li .sub_menu a {
    padding: 5px 20px;
    display: block;
  }
  header .menu-content .subnav > li .sub_menu a:hover {
    background: #fff;
    color: #0963b0;
  }
  header .catch {
    position: relative;
  }
  header .catch.top {
    height: 100vh;
  }
  header .catch > img {
    width: 100%;
  }
  header .catch .copy {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
    left: 30px;
    font-weight: bold;
  }
  header .catch .copy strong {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  header .catch .copy strong span {
    color: #0963b0;
  }
  header .catch .copy p {
    font-family: "grantha", sans-serif;
    font-size: 1.8rem;
  }
  header .catch .news {
    position: absolute;
    bottom: 50px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  header .catch .news h2 {
    width: 150px;
    font-family: "grantha", sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    background: #0963b0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    letter-spacing: 3px;
  }
  header .catch .news div {
    position: relative;
    width: 650px;
    padding: 40px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
  }
  header .catch .news div li {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
  }
  header .catch .news div li:not(:last-child) {
    margin-bottom: 20px;
  }
  header .catch .news div li a:hover {
    color: #0963b0;
    text-decoration: underline;
  }
  header .catch .news div .more_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    aspect-ratio: 1;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
            clip-path: polygon(0 100%, 100% 0, 100% 100%);
    background: #0963b0;
  }
  header .catch .news div .more_btn:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    right: 3px;
    bottom: 8px;
    border-radius: 10px;
  }
  header .catch .news div .more_btn:after {
    position: absolute;
    content: "";
    width: 12px;
    border-top: 2px solid;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
    right: 1px;
    bottom: 13px;
    border-radius: 10px;
  }
  header .catch .news div .more_btn:hover {
    background: #d31f1f;
  }
  header .page_title {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
  }
  header .page_title span {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    display: block;
    font-size: 10rem;
    font-family: "grantha", sans-serif;
    color: rgba(255, 255, 255, 0.6);
  }
  main.top .company {
    padding: 100px 0;
    background: url("images/top/bg_itcompany.webp") no-repeat;
    background-size: cover;
    color: #fff;
  }
  main.top .company h2 {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 40px;
  }
  main.top .company p {
    width: 730px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1.5px;
  }
  main.top .reason {
    padding: 180px 0 70px;
  }
  main.top .reason .main_title {
    margin-bottom: 100px;
  }
  main.top .reason ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }
  main.top .reason ul li {
    position: relative;
  }
  main.top .reason ul .img {
    overflow: hidden;
    cursor: pointer;
  }
  main.top .reason ul .img img {
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
  }
  main.top .reason ul .img img:hover {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-transition: 1s all;
    transition: 1s all;
  }
  main.top .reason ul span {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 200px;
    background: #0963b0;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.34rem;
    font-weight: bold;
    z-index: 1;
  }
  main.top .reason ul h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 1.34rem;
    color: #0963b0;
    margin: 10px 0;
  }
  main.top .reason ul p {
    line-height: 1.8;
    letter-spacing: 1.5px;
  }
  main.top .service {
    padding: 150px 0 30px;
    background: url("images/top/bg_service.webp") no-repeat;
    background-size: cover;
  }
  main.top .service .serv_list {
    width: 1100px;
    margin: 0 auto 30px;
  }
  main.top .service .serv_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.top .service .serv_list > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main.top .service .serv_list > li .img {
    max-width: 550px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
  }
  main.top .service .serv_list > li .img img {
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
  }
  main.top .service .serv_list > li .img img:hover {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-transition: 1s all;
    transition: 1s all;
  }
  main.top .service .serv_list > li .cont {
    max-width: 550px;
    background: #fff;
    padding: 60px 40px 40px;
  }
  main.top .service .serv_list > li h3 {
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
  }
  main.top .service .serv_list > li h3 span {
    display: block;
    font-family: "grantha", sans-serif;
    font-size: 2.6rem;
  }
  main.top .service .serv_list > li p {
    line-height: 1.8;
    letter-spacing: 1.5px;
  }
  main.top .service .serv_list > li .blue_btn {
    position: relative;
    margin-top: 50px;
    width: 100%;
  }
  main.top .service .serv_list > li .blue_btn:hover {
    border: none;
  }
  main.top .service .serv_list > li .blue_btn:hover ul {
    display: block;
  }
  main.top .service .serv_list > li .blue_btn ul {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 100%;
    display: none;
    background: #fff;
    color: #0963b0;
    border: 3px solid #0963b0;
    width: 100%;
    z-index: 1;
  }
  main.top .service .serv_list > li .blue_btn ul a {
    padding: 15px 20px;
    display: block;
  }
  main.top .service .serv_list > li .blue_btn ul a:hover {
    background: #0963b0;
    color: #fff;
  }
  main.top .service .white_btn {
    margin: 0 auto;
  }
  main.sub section {
    padding: 100px 0;
  }
  main.sub .sec:not(:last-child) {
    margin-bottom: 140px;
  }
  main.sub .privacy p {
    letter-spacing: 1.5px;
    line-height: 1.8;
  }
  main.sub .privacy p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy p.right {
    text-align: right;
  }
  main.sub .privacy ul {
    background: #f0f0f0;
    padding: 30px;
    margin-bottom: 50px;
  }
  main.sub .privacy ul li {
    letter-spacing: 1.5px;
  }
  main.sub .privacy ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy h2 {
    background: #c6d7e6;
    padding: 20px 30px;
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
  main.sub .news .news_list {
    padding: 20px;
  }
  main.sub .news .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 0.8px;
    line-height: 1.8;
    margin-bottom: 60px;
  }
  main.sub .news .news_list li div {
    width: calc(100% - 180px);
  }
  main.sub .news .news_list li div .title:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .news .news_list li div p {
    color: #717171;
    font-size: 0.9rem;
  }
  main.sub .news .news_list li div a {
    text-decoration: underline;
    color: #0963b0;
  }
  main.sub .news .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.9rem;
  }
  main.sub .news .pagination ul span {
    margin: 0 10px;
  }
  main.sub .news .pagination ul a {
    margin: 0 10px;
  }
  main.sub .news .pagination ul a:hover {
    color: #0963b0;
  }
  main.sub .company .boss .imgleft > div {
    margin-left: 40px;
  }
  main.sub .company .boss .right {
    text-align: right;
  }
  main.sub .company .vision .list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .company .vision .list > li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .company .vision .list > li h3 {
    font-size: 0.9rem;
    line-height: 0.9;
  }
  main.sub .company .vision .list > li h3 span {
    display: block;
    font-family: "grantha", sans-serif;
    color: #d31f1f;
    font-size: 2.7rem;
  }
  main.sub .company .vision .list > li div {
    width: 600px;
    position: relative;
    padding: 30px 0;
  }
  main.sub .company .vision .list > li div:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: #8dacc7;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -50px;
  }
  main.sub .company .vision .list > li div li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .company .vision .list > li div h4 {
    color: #0963b0;
    font-size: 1.35rem;
    font-family: "grantha", sans-serif;
  }
  main.sub .company .vision .list > li div strong {
    display: block;
    color: #0963b0;
    font-size: 1.35rem;
    margin: 10px 0;
  }
  main.sub .company .vision .list > li div strong span {
    font-family: "grantha", sans-serif;
  }
  main.sub .recruit .values .imgleft,
  main.sub .recruit .values .imgright {
    margin-bottom: 100px;
  }
  main.sub .recruit .values ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  main.sub .recruit .values ul .red_title {
    margin: 30px 0;
  }
  main.sub .recruit .values ul p {
    line-height: 1.8;
    letter-spacing: 1.5px;
  }
  main.sub .recruit .values ul p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .recruit .requirements .tab_area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-bottom: 50px;
  }
  main.sub .recruit .requirements .tab_area li {
    border: 3px solid #0963b0;
    color: #0963b0;
    text-align: center;
    font-size: 1.35rem;
    padding: 15px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.sub .recruit .requirements .tab_area li.select, main.sub .recruit .requirements .tab_area li:hover {
    background: #0963b0;
    color: #fff;
  }
  main.sub .recruit .requirements .hide {
    display: none;
  }
  main.sub .recruit .application p {
    line-height: 1.8;
    letter-spacing: 1.5px;
  }
  main.sub .recruit .application p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .recruit .application ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    margin-bottom: 40px;
  }
  main.sub .recruit .application .blue_btn {
    margin: 0 auto;
  }
  main.sub .service img {
    margin-bottom: 40px;
  }
  main.sub .service p {
    line-height: 1.8;
    letter-spacing: 1.5px;
  }
  main.sub .service p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .service .blue_btn {
    margin: 0 auto;
  }
  main.sub .service ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  main.sub .service ul img {
    margin-bottom: 30px;
  }
  main.sub .service ul h4 {
    color: #0963b0;
    text-align: center;
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1;
  }
  main.sub .service ul .blue_btn {
    width: 100%;
  }
  main.sub .access li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .access h3 {
    text-align: center;
    font-size: 1.35rem;
    margin-bottom: 40px;
  }
  main.sub .access h3 span {
    display: block;
    color: #0963b0;
  }
  main.sub .access div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 45px;
  }
  main.sub .access div p {
    line-height: 1.8;
    letter-spacing: 1.5px;
  }
  main.sub .access div p span {
    display: block;
    color: #d31f1f;
  }
  main.sub .works .btnarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-bottom: 80px;
  }
  main.sub .works .btnarea li.select .blue_btn {
    background: #0963b0;
    color: #fff;
  }
  main.sub .works .btnarea .blue_btn {
    width: 100%;
  }
  main.sub .works .list li {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
  }
  main.sub .works .list li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .works .list li h3 {
    color: #0963b0;
    margin-bottom: 20px;
    font-size: 1.35rem;
  }
  main.sub .works .list li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .works .list li dl dt {
    width: 120px;
    font-size: 1.35rem;
    background: #0963b0;
    color: #fff;
    text-align: center;
    padding: 5px;
  }
  main.sub .works .list li dl dd {
    width: calc(100% - 140px);
  }
  footer .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .cta li {
    position: relative;
    width: 100%;
    padding: 40px;
    z-index: 0;
  }
  footer .cta li:first-child {
    background: url("images/common/bg_recruit.webp") no-repeat;
    background-size: cover;
  }
  footer .cta li:last-child {
    background: url("images/common/bg_contact.webp") no-repeat;
    background-size: cover;
  }
  footer .cta li:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 97%;
    height: 90%;
    z-index: -1;
  }
  footer .cta li p {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
  footer .cta li .white_btn {
    margin: 0 auto;
  }
  footer .f_blc {
    background: #0963b0;
    color: #fff;
    padding: 40px 0;
  }
  footer .f_blc .logo {
    text-align: center;
  }
  footer .f_blc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin: 30px 0 40px;
  }
  footer .f_blc ul li {
    position: relative;
  }
  footer .f_blc ul li:not(:last-child):after {
    position: absolute;
    content: "｜";
    top: 0;
    right: -18px;
  }
  footer .f_blc ul li a {
    display: block;
  }
  footer .f_blc ul li a:hover {
    text-decoration: underline;
  }
  footer .f_blc small {
    font-family: "grantha", sans-serif;
    display: block;
    text-align: center;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 98;
    background: #0963b0;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #fff;
    color: #0963b0;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    color: #000;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  body .imgleft > div,
  body .imgright > div {
    line-height: 1.8;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
    z-index: 0;
  }
  body .main_title span {
    position: absolute;
    bottom: -25px;
    z-index: -1;
    display: block;
    font-size: 5rem;
    line-height: 1;
    font-family: "grantha", sans-serif;
    color: rgba(9, 99, 176, 0.55);
  }
  body .main_title.right {
    text-align: right;
  }
  body .main_title.right span {
    right: 0;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.white span {
    color: rgba(255, 255, 255, 0.3);
  }
  body .sub_title {
    font-size: 1.2rem;
    margin-bottom: 40px;
    padding-left: 10px;
    letter-spacing: 2px;
    position: relative;
  }
  body .sub_title:after {
    position: absolute;
    content: "";
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    left: 0;
    background: url("images/common/deco_title.svg") no-repeat;
    background-size: 80%;
    width: 90px;
    height: 50px;
    z-index: -1;
  }
  body .red_title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #d31f1f;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .bb_title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #d31f1f;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #d31f1f;
  }
  body .white_btn {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
  }
  body .white_btn.arrow {
    position: relative;
  }
  body .white_btn.arrow:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: 20px;
    right: 20px;
  }
  body .blue_btn {
    display: block;
    min-width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    border: 2px solid #0963b0;
    text-align: center;
    color: #0963b0;
  }
  body .blue_btn.arrow {
    position: relative;
  }
  body .blue_btn.arrow:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    margin-top: -5px;
    border-top: 3px solid #0963b0;
    border-right: 3px solid #0963b0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: 35%;
    right: 20px;
  }
  body .graf li {
    line-height: 1.8;
  }
  body .graf li:first-of-type .title {
    border-top: 3px solid #d31f1f;
  }
  body .graf .title {
    padding: 10px 10px 0 10px;
    font-size: larger;
  }
  body .graf p {
    padding: 10px;
    border-bottom: 3px solid #d31f1f;
  }
  header .h_blc {
    padding: 10px;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 100;
    background: #0963b0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 0.6rem;
    text-align: center;
    padding: 8px;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 16px;
  }
  header .menu-btn span:after {
    top: 8px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #0963b0;
    color: #fff;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 20px 10px;
    overflow: scroll;
    z-index: 99;
  }
  header .menu-content .nav {
    padding: 40px 0 20px;
  }
  header .menu-content .nav li a {
    display: block;
    padding: 10px;
    font-weight: bold;
    position: relative;
    background: #0963b0;
    color: #fff;
    font-size: 1.2rem;
  }
  header .menu-content .nav li a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .subnav > li:not(:last-child) {
    margin-bottom: 20px;
  }
  header .menu-content .subnav > li.open .sub_menu {
    display: block;
  }
  header .menu-content .subnav > li .sub_menu {
    display: none;
    margin: 10px 0;
  }
  header .menu-content .subnav > li .sub_menu a {
    padding: 10px;
    display: block;
    background: #fff;
    color: #0963b0;
    border-bottom: 1px solid #0963b0;
  }
  header .catch {
    position: relative;
  }
  header .catch > img {
    width: 100%;
  }
  header .catch .copy {
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    width: 98%;
  }
  header .catch .copy strong {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  header .catch .copy strong span {
    color: #0963b0;
  }
  header .catch .copy p {
    font-family: "grantha", sans-serif;
  }
  header .catch .news {
    padding: 0 20px 20px;
  }
  header .catch .news h2 {
    font-family: "grantha", sans-serif;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    background: #0963b0;
    color: #fff;
    letter-spacing: 3px;
    padding: 10px 0 0;
  }
  header .catch .news div {
    position: relative;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
  }
  header .catch .news div li {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
  }
  header .catch .news div li:not(:last-child) {
    margin-bottom: 20px;
  }
  header .catch .news div .more_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    aspect-ratio: 1;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
            clip-path: polygon(0 100%, 100% 0, 100% 100%);
    background: #0963b0;
  }
  header .catch .news div .more_btn:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    right: 3px;
    bottom: 8px;
    border-radius: 10px;
  }
  header .catch .news div .more_btn:after {
    position: absolute;
    content: "";
    width: 12px;
    border-top: 2px solid;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
    right: 1px;
    bottom: 13px;
    border-radius: 10px;
  }
  header .page_title {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
  }
  header .page_title span {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    display: block;
    font-size: 4rem;
    font-family: "grantha", sans-serif;
    color: rgba(255, 255, 255, 0.6);
  }
  main.top .company {
    padding: 40px 20px;
    background: url("images/top/bg_itcompany.webp") no-repeat;
    background-size: cover;
    color: #fff;
  }
  main.top .company h2 {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main.top .reason {
    padding: 80px 20px 40px;
  }
  main.top .reason .main_title {
    margin-bottom: 60px;
  }
  main.top .reason ul li {
    position: relative;
  }
  main.top .reason ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.top .reason ul img {
    width: 100%;
  }
  main.top .reason ul span {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 150px;
    background: #0963b0;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main.top .reason ul h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #0963b0;
    margin: 10px 0;
  }
  main.top .service {
    padding: 80px 20px 40px;
    background: url("images/top/bg_service.webp") no-repeat;
    background-size: cover;
  }
  main.top .service .serv_list {
    margin-bottom: 20px;
  }
  main.top .service .serv_list > li img {
    width: 100%;
  }
  main.top .service .serv_list > li .cont {
    background: #fff;
    padding: 20px;
  }
  main.top .service .serv_list > li h3 {
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
  }
  main.top .service .serv_list > li h3 span {
    display: block;
    font-family: "grantha", sans-serif;
    font-size: 1.8rem;
  }
  main.top .service .serv_list > li .blue_btn {
    position: relative;
    margin-top: 20px;
  }
  main.top .service .serv_list > li .blue_btn.open ul {
    display: block;
  }
  main.top .service .serv_list > li .blue_btn ul {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 100%;
    display: none;
    background: #fff;
    color: #0963b0;
    border: 1px solid #fff;
    width: 100%;
    z-index: 1;
  }
  main.top .service .serv_list > li .blue_btn ul a {
    padding: 10px 20px;
    display: block;
    background: #0963b0;
    color: #fff;
    border-top: 1px solid #fff;
  }
  main.sub section {
    padding: 40px 20px;
  }
  main.sub .sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .privacy p {
    line-height: 1.8;
  }
  main.sub .privacy p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .privacy p.right {
    text-align: right;
  }
  main.sub .privacy ul {
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 40px;
  }
  main.sub .privacy ul li {
    line-height: 1.8;
  }
  main.sub .privacy ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .privacy h2 {
    background: #c6d7e6;
    padding: 10px 20px;
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  main.sub .news .news_list li {
    margin-bottom: 40px;
  }
  main.sub .news .news_list li div .title {
    margin-bottom: 10px;
  }
  main.sub .news .news_list li div p {
    color: #717171;
    font-size: 0.8rem;
  }
  main.sub .news .news_list li div a {
    text-decoration: underline;
    color: #0963b0;
  }
  main.sub .news .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.9rem;
  }
  main.sub .news .pagination ul span {
    margin: 0 5px;
  }
  main.sub .news .pagination ul a {
    margin: 0 5px;
  }
  main.sub .company .boss .right {
    text-align: right;
  }
  main.sub .company .vision .list > li:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #8dacc7;
  }
  main.sub .company .vision .list > li h3 {
    font-size: 0.8rem;
    line-height: 0.9;
    margin-bottom: 20px;
  }
  main.sub .company .vision .list > li h3 span {
    display: block;
    font-family: "grantha", sans-serif;
    color: #d31f1f;
    font-size: 2.2rem;
  }
  main.sub .company .vision .list > li div li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .company .vision .list > li div h4 {
    color: #0963b0;
    font-size: 1.2rem;
    font-family: "grantha", sans-serif;
  }
  main.sub .company .vision .list > li div strong {
    display: block;
    color: #0963b0;
    font-size: 1.2rem;
    margin: 10px 0;
  }
  main.sub .company .vision .list > li div strong span {
    font-family: "grantha", sans-serif;
  }
  main.sub .recruit .values .imgleft,
  main.sub .recruit .values .imgright {
    margin-bottom: 40px;
  }
  main.sub .recruit .values .pconly {
    display: none;
  }
  main.sub .recruit .values li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .recruit .values li .red_title {
    margin: 20px 0;
  }
  main.sub .recruit .values li img {
    width: 100%;
  }
  main.sub .recruit .values li p {
    line-height: 1.8;
  }
  main.sub .recruit .values li p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .recruit .requirements .tab_area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  main.sub .recruit .requirements .tab_area li {
    border: 2px solid #0963b0;
    color: #0963b0;
    text-align: center;
    padding: 10px 5px;
    font-size: 0.8rem;
  }
  main.sub .recruit .requirements .tab_area li.select {
    background: #0963b0;
    color: #fff;
  }
  main.sub .recruit .requirements .hide {
    display: none;
  }
  main.sub .recruit .application p {
    line-height: 1.8;
  }
  main.sub .recruit .application p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .recruit .application ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
  main.sub .service img {
    width: 100%;
    margin-bottom: 25px;
  }
  main.sub .service p {
    line-height: 1.8;
  }
  main.sub .service p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .service li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .service li h4 {
    color: #0963b0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .access li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .access h3 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .access h3 span {
    display: block;
    color: #0963b0;
  }
  main.sub .access iframe {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  main.sub .access p {
    line-height: 1.8;
  }
  main.sub .access p span {
    display: block;
    color: #d31f1f;
  }
  main.sub .works .btnarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 40px;
  }
  main.sub .works .btnarea li:first-child .blue_btn {
    background: #0963b0;
    color: #fff;
  }
  main.sub .works .btnarea .blue_btn {
    width: 100%;
    font-size: 0.8rem;
    padding: 10px 5px;
  }
  main.sub .works .list li {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
  }
  main.sub .works .list li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .works .list li h3 {
    color: #0963b0;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  main.sub .works .list li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .works .list li dl dt {
    width: 80px;
    background: #0963b0;
    color: #fff;
    text-align: center;
    padding: 5px;
  }
  main.sub .works .list li dl dd {
    width: calc(100% - 90px);
  }
  footer .cta li {
    position: relative;
    padding: 40px 20px;
    z-index: 0;
  }
  footer .cta li:first-child {
    background: url("images/common/bg_recruit.webp") no-repeat;
    background-size: cover;
  }
  footer .cta li:last-child {
    background: url("images/common/bg_contact.webp") no-repeat;
    background-size: cover;
  }
  footer .cta li:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 96%;
    height: 90%;
    z-index: -1;
  }
  footer .cta li p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  footer .f_blc {
    background: #0963b0;
    color: #fff;
  }
  footer .f_blc .logo {
    text-align: center;
    padding: 20px 0;
  }
  footer .f_blc ul {
    border-top: 1px solid #fff;
  }
  footer .f_blc ul li {
    position: relative;
  }
  footer .f_blc ul li a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #fff;
  }
  footer .f_blc small {
    font-family: "grantha", sans-serif;
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 98;
    background: #0963b0;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */