@charset "UTF-8";
/*Theme Name:  株式会社オルベック */
@media screen and (min-width: 751px), print {
  /*--- all ---*/
  html {
    font-size: 93.75%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    overflow: hidden;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  img {
    height: auto;
  }
  .btn {
    color: #fff;
    background: #E0809A;
    border-radius: 200px;
    display: block;
    width: 450px;
    text-align: center;
    padding: 10px;
    font-size: 2rem;
    margin: 80px auto;
    border-bottom: 5px solid #9F586B;
  }
  .btn:hover {
    opacity: 0.7;
  }
  .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .border {
    font-weight: 700;
    position: relative;
    z-index: 0;
  }
  .border::after {
    content: "";
    background-color: #E6E6A1;
    border-radius: 200px;
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  p {
    font-weight: 500;
  }
  p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  /*-------------------------------------------
  header
  -------------------------------------------*/
  /*スクロールで変化*/
  .h_blc.change-color {
    background: #fff;
  }
  .h_blc {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding-bottom: 30px;
  }
  .h_blc .h_logo {
    margin-top: 30px;
  }
  .h_blc .h_logo img {
    display: block;
  }
  .h_blc .h_logo img:first-of-type {
    margin-bottom: 15px;
  }
  .h_blc .inner {
    width: 1140px;
    margin: 0 auto;
    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;
  }
  .h_blc nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
  }
  .h_blc nav > ul li {
    position: relative;
  }
  .h_blc nav > ul li a {
    margin-left: 30px;
    letter-spacing: 2px;
    display: block;
  }
  .h_blc nav > ul li a:hover {
    text-decoration: underline;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  /* .h_blc .h_subnav {
    display: block;
    color: #fff;
    background-color: #E0809A;
    text-align: center;
    width: 150px;
    margin-left: auto;
    letter-spacing: 0;
  } */
  .h_subnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
  }

  .h_subnav a {
    display: block;
    color: #fff;
    text-align: center;
    width: 150px;
    margin-left: 10px;
    letter-spacing: 0;
  }

  .h_subnav li:first-child a {
    background:  #ff6c00;
  }
  .h_subnav li:last-child a {
    background:  #E0809A;
  }

  .h_subnav a:hover {
    opacity: 0.7;
  }

  .catch {
    margin-top: 200px;
    background-image: url(../images/catch/catch_owbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    max-height: 350px;
    position: relative;
  }
  .catch .catchcopy {
    color: #fff;
    padding: 30px;
  }
  .catch .catchcopy strong {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.8;
  }
  .catch .catchcopy span {
    font-size: 2rem;
    display: block;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
  }
  .catch .catchcopy p {
    background-color: #63CCD9;
    padding: 20px;
    border-radius: 10px;
    max-width: 550px;
    position: relative;
    margin-top: 20px;
  }
  .catch .catchcopy p::after {
    content: "";
    background-color: #63CCD9;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -15px;
    top: 20px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .catch .catch_woman {
    position: absolute;
    right: 100px;
    bottom: 0;
    z-index: 50;
  }
  /*-------------------------------------------
  main
  -------------------------------------------*/
  main .subtitle {
    font-size: 2.6rem;
    background-color: #63CCD9;
    color: #fff;
    padding: 20px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 80px;
    font-weight: 700;
  }
  main strong {
    font-size: 5rem;
    font-weight: 700;
    color: #63CCD9;
    padding: 5px;
  }
  main .text {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  main p {
    font-size: 1.3rem;
  }
  main .list_yellow li {
    font-size: 1.3rem;
    font-weight: 500;
  }
  main .list_yellow li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  main .list_yellow li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #E6E6A1;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
  }
  main .bubble {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-color: #E5FCFF;
    border: 3px solid #63CCD9;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 90px;
    color: #63CCD9;
  }
  main .bubble:not(:first-of-type) {
    margin-top: 80px;
  }
  main .bubble::before, main .bubble::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  main .bubble::before {
    background-color: #63CCD9;
    width: 52px;
    height: 52px;
    bottom: -52px;
  }
  main .bubble::after {
    background-color: #E5FCFF;
    width: 50px;
    height: 50px;
    bottom: -44px;
  }
  main .tc_blue {
    color: #63CCD9;
    font-weight: 700;
  }
  main #lead {
    background-image: url(../images/owschool/lead_bg.png);
    padding: 80px;
  }
  main #lead .img_lead {
    display: block;
    margin: 0 auto;
  }
  main #lead h2, main #lead p {
    text-align: center;
  }
  main #lead h2 {
    margin-bottom: 50px;
  }
  main #lead .text_chance {
    font-size: 2.6rem;
  }
  main #lead ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    margin: 70px 0;
  }
  main #lead ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
            flex: 0 1 180px;
  }
  main #lead ul li div {
    background-color: #63CCD9;
    padding: 20px 40px;
    border-radius: 10px;
    max-width: 180px;
    min-height: 180px;
    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;
    margin-bottom: 20px;
    position: relative;
  }
  main #lead ul li:not(:last-of-type) div::before {
    content: url(./images/owschool/free.png);
    position: absolute;
    top: -40px;
    left: -40px;
  }
  main #about h3 {
    color: #63CCD9;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
    padding-bottom: 50px;
    font-weight: 500;
  }
  main #about h3::after {
    content: "";
    display: block;
    background-color: #ACBDBF;
    width: 50px;
    height: 2px;
    position: relative;
    bottom: -25px;
    left: 0;
  }
  main #about .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 180px;
  }
  main #about .imgleft div {
    margin: auto 30px -100px -160px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 600px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  main #about .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 180px;
  }
  main #about .imgright div {
    margin: auto -160px -100px 30px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 600px;
    border-radius: 10px;
    z-index: 10;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  main #about .list_yellow {
    margin-top: 30px;
  }
  main #school .inner > ul > li {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  main #school .inner > ul > li:not(:last-of-type) {
    margin-bottom: 50px;
  }
  main #school .inner > ul > li h5 {
    font-size: 2rem;
    font-weight: 700;
    color: #6F6F21;
    background-color: #E6E6A1;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
  }
  main #school .inner > ul > li .list_yellow {
    margin-bottom: 15px;
  }
  main #school .inner > ul > li .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
    padding: 20px;
  }
  main #school .inner > ul > li .imgleft > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 570px;
            flex: 0 1 570px;
  }
  main #school table {
    width: 100%;
    letter-spacing: 0;
  }
  main #school table th {
    font-size: 1.3rem;
    background: #C4C44B;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: 2px solid #fff;
    vertical-align: middle;
    padding: 10px;
    letter-spacing: 0.1em;
  }
  main #school table .thin {
    width: 250px;
  }
  main #school table .wide {
    width: 490px;
  }
  main #school table td {
    font-size: 1.3rem;
    background: #F7F7DE;
    font-weight: 500;
    text-align: center;
    border: 2px solid #C4C44B;
    vertical-align: middle;
    padding: 20px;
  }
  main #career p {
    text-align: center;
  }
  main #career .box {
    background-color: #F7F7DE;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    position: relative;
    margin: 100px 0 30px;
    font-weight: 500;
  }
  main #career .box span {
    display: block;
    color: #fff;
    background-color: #C4C44B;
    border-radius: 10px 10px 0 0;
    padding: 15px 25px;
    max-width: 130px;
    position: absolute;
    left: 0;
    top: -60px;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #conditions dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
    margin-top: 50px;
  }
  main #conditions dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 290px;
            flex: 0 1 290px;
    min-height: 70px;
    background: #E6E6A1;
    color: #6F6F21;
    border-radius: 10px;
    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;
    padding: 20px;
    font-weight: 700;
  }
  main #conditions dl dt:not(:last-of-type) {
    margin-bottom: 20px;
  }
  main #conditions dl dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 690px;
            flex: 0 1 690px;
    padding: 20px;
    font-weight: 500;
  }
  main #conditions ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 20px;
  }
  main #conditions ul li h4 {
    color: #fff;
    background-color: #C4C44B;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    text-align: center;
  }
  main #conditions ul li div {
    background-color: #F7F7DE;
    border-radius: 0 0 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    height: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  main #conditions ul li div img {
    max-width: 100px;
  }
  main #conditions ul li p {
    color: #6F6F21;
    margin-top: auto;
    font-weight: 700;
    text-align: center;
  }
  main #conditions .text_ftf {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
  }
  /*-------------------------------------------
  footer
  -------------------------------------------*/
  footer {
    text-align: center;
    padding: 50px 0 30px;
    border-top: 2px solid #707070;
  }
  footer 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;
    margin: 20px auto 30px;
  }
  footer a {
    color: #868686;
    display: inline-block;
    margin: 0 15px;
  }
  footer a:hover {
    text-decoration: underline;
  }
  footer small {
    color: #868686;
    letter-spacing: 0;
  }
  .pagetop {
    width: 70px;
    height: 70px;
    border: 4px solid #0963b0;
    position: fixed;
    bottom: 40px;
    right: 10px;
    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;
    cursor: pointer;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .pagetop:hover {
    background: #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .pagetop a {
    display: block;
    width: 25px;
    height: 25px;
    border-top: 4px solid #0963b0;
    border-left: 4px solid #0963b0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 10px;
  }
  /*---------------
  other
  ---------------*/
  .smonly {
    display: none !important;
  }
}/*# sourceMappingURL=style-ow.css.map */