@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@600&display=swap');
@font-face {
    font-family: 'arial-black';
    src: url('../fonts/arial-black.eot');
    src: url('../fonts/arial-black.eot?#iefix') format('embedded-opentype'), url('../fonts/arial-black.woff2') format('woff2'), url('../fonts/arial-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*　共通設定
----------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.875;
    color: #000;
}

.body-wrapper {
    position: relative;
    overflow-x: hidden;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}


/*　レイアウト系
----------------------------------------------- */

.d-block {
    display: block;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

strong,
.fw-700 {
    font-weight: 700 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.flex-1 {
    flex: 1;
}

.line1 {
    line-height: 1.5;
}

.line2 {
    line-height: 2.2;
}

.letter50 {
    letter-spacing: .05em;
}

.letter100 {
    letter-spacing: .1em;
}

.uppercase {
    text-transform: uppercase;
}

.en {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.f-10 {
    font-size: 1rem !important;
}

.f-12 {
    font-size: 1.2rem !important;
}

.f-14 {
    font-size: 1.4rem !important;
}

.f-18 {
    font-size: 1.8rem !important;
}

.f-20 {
    font-size: 2rem !important;
}

.f-22 {
    font-size: 2.2rem !important;
}

.f-24 {
    font-size: 2.4rem !important;
}

.f-26 {
    font-size: 2.6rem !important;
}

.f-28 {
    font-size: 2.8rem !important;
}

.f-30 {
    font-size: 3rem !important;
}

.f-32 {
    font-size: 3.2rem !important;
}

.f-36 {
    font-size: 3.6rem !important;
}

.f-40 {
    font-size: 4rem !important;
}

.f-50 {
    font-size: 5rem !important;
}

.col-white {
    color: #fff !important;
}

.col-red {
    color: #FF0000 !important;
}

.col-blue {
    color: #459EC2 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-grey {
    background-color: #F5F5F5 !important;
}


/* SPのみ表示用 */

.sp {
    display: block;
}

.pc,
.sp-hide {
    display: none;
}

@media screen and (min-width: 480px) {
    .sp-show {
        display: none;
    }
    .sp-hide {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    /* PCのみ表示用 */
    .sp {
        display: none !important;
    }
    .pc {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem !important;
    }
    .f-14 {
        font-size: 1.3rem !important;
    }
    .f-18 {
        font-size: 1.5rem !important;
    }
    .f-20 {
        font-size: 1.6rem !important;
    }
    .f-22 {
        font-size: 1.8rem !important;
    }
    .f-24 {
        font-size: 2rem !important;
    }
    .f-26,
    .f-28 {
        font-size: 2.2rem !important;
    }
    .f-30 {
        font-size: 2.4rem !important;
    }
    .f-32 {
        font-size: 2.5rem !important;
    }
    .f-36 {
        font-size: 2.8rem !important;
    }
    .f-40 {
        font-size: 3rem !important;
    }
    .f-50 {
        font-size: 3.2rem !important;
    }
    .sp-center {
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 1.3rem !important;
    }
    .f-14 {
        font-size: 1.2rem !important;
    }
    .f-18 {
        font-size: 1.4rem !important;
    }
    .f-20,
    .f-22 {
        font-size: 1.5rem !important;
    }
    .f-24 {
        font-size: 1.6rem !important;
    }
    .f-26,
    .f-28 {
        font-size: 1.7rem !important;
    }
    .f-30,
    .f-32 {
        font-size: 1.8rem !important;
    }
    .f-36 {
        font-size: 2rem !important;
    }
    .f-40 {
        font-size: 2.2rem !important;
    }
    .f-50 {
        font-size: 2.4rem !important;
    }
}


/********************************************
***************** header ********************
********************************************/


/***** SP Toggle Menu Btn  *****/

.menu-trigger {
    position: relative;
    display: none;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    border: 2px solid #E7E7E8;
    border-radius: 50%;
    z-index: 50;
}

.menu-trigger span {
    position: absolute;
    left: 14px;
    width: 28px;
    height: 2px;
    background-color: #459EC2;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger span:nth-of-type(1) {
    top: 17px;
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

.menu-trigger span:nth-of-type(2) {
    top: 27px;
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
    top: 37px;
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

.header-wrapper {
    height: 80px;
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
}

.header-logo {
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .05em;
}

.header-menu ul li {
    position: relative;
    margin-left: 40px;
    letter-spacing: .05em;
    cursor: pointer;
}

.header-menu ul li p,
.header-menu ul li a {
    display: block;
    line-height: 80px;
}

.header-menu ul li a:hover {
    color: #459EC2;
}

.header-menu ul li:last-child a {
    width: 140px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #459EC2;
    border-radius: 20px;
}

.header-menu ul li .sub-menu {
    position: absolute;
    left: calc(50% - 100px);
    top: 100%;
    display: none;
    width: 200px;
    z-index: 2;
}

.header-menu ul li:hover .sub-menu {
    display: block;
}

.header-menu ul li .sub-menu a {
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    background-color: #459EC2;
    border-bottom: 1px solid #fff;
}

.header-menu ul li .sub-menu a:last-of-type {
    border-bottom: none;
}

.header-menu ul li .sub-menu a:hover {
    color: #459EC2;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    body.nav-open {
        overflow: hidden;
    }
    .header-menu {
        position: fixed;
        left: 100vw;
        top: 0;
        width: 100vw;
        height: 100vh;
        padding: 10vh 10%;
        background: #E5E9F4;
        z-index: 11;
        overflow-y: scroll;
        transition: .35s ease-in-out;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        -ms-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
    }
    .header-menu.active {
        left: 0;
    }
    .header-menu ul li {
        width: 100%;
        margin-left: 0;
    }
    .header-menu ul li p, 
    .header-menu ul li a {
        line-height: 60px;
    }
    .header-menu ul li a {
        border-bottom: 1px solid;
    }
    .header-menu ul li .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .header-menu ul li:last-child a {
        width: 100%;
        max-width: 250px;
        margin: 20px auto 0;
    }
    .menu-trigger {
        display: block;
    }
}


/********************************************
****************** footer *******************
********************************************/

footer {
    background: #00728D;
}

.footer-wrapper {
    margin-bottom: 20px;
    padding: 40px 0 50px;
    border-bottom: 1px solid #fff;
}

.footer-info {
    flex: 1;
    max-width: 550px;
}

.footer-logo {
    font-size: 2rem;
}

.footer-wrapper .cmn-btn {
    width: 320px;
    margin-left: 30px;
}

.footer-menu ul li {
    margin: 5px 20px 0;
}

.footer-menu ul li a {
    display: block;
}

.cd-top {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    line-height: 0;
    z-index: 90;
}

@media screen and (max-width: 768px) {
    .footer-wrapper .cmn-btn {
        width: 250px;
    }
    .cd-top img {
        width: 40px;
    }

        .media .w_50 {
          width: 100% !important;
        }
}

@media screen and (max-width: 480px) {
    .footer-wrapper {
        margin-bottom: 0;
    }
    .footer-info {
        flex: none;
        width: 100%;
        text-align: center;
    }
    .footer-info dl {
        width: 100%;
    }
    .footer-wrapper .cmn-btn {
        width: 100%;
        margin: 30px 0 0;
        text-align: center;
    }
    footer>.container {
        width: 100%;
    }
    .footer-menu ul li {
        width: 100%;
        margin: 0;
    }
    .footer-menu ul li a {
        padding: 0 5%;
        font-size: 2.4rem;
        line-height: 65px;
        border-bottom: 1px solid #fff;
    }
}


/********************************************
***************** common ********************
********************************************/

.cmn-recruit {
    padding: 70px 0;
    color: #fff;
    z-index: 2;
}

.cmn-recruit::before,
.cmn-recruit::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.cmn-recruit::before {
    left: 0;
    background: url(../img/common/bg_recruit01.jpg) no-repeat center / cover;
}

.cmn-recruit::after {
    right: 0;
    background: url(../img/common/bg_recruit02.jpg) no-repeat center / cover;
}

.cmn-btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 320px;
    text-align: center;
    color: #00A0C6;
    background: #fff;
    line-height: 46px;
    border: 2px solid #fff;
    border-radius: 30px;
    text-transform: uppercase;
}

.cmn-btn a:hover {
    color: #fff;
    background: #00A0C6;
    opacity: 1;
    filter: opacity(1);
    -webkit-filter: opacity(1);
}

.cmn-btn a::after {
    content: '';
    position: absolute;
    right: 14px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00A0C6;
}

.cmn-btn--b a {
    color: #fff;
    background: #00A0C6;
    border: 2px solid #00A0C6;
}

.cmn-btn--b a:hover {
    color: #00A0C6;
    background: #fff;
}

.cmn-btn--b a::after {
    background-color: #fff;
}

@media screen and (max-width: 480px) {
    .cmn-btn a {
        max-width: 250px;
    }

        .footer_btn {
          width: 90%;
          margin: 0 auto;
          /* flex-direction: column; */
        }
.footer_btn a{
  width: 100% !important;
}
               
}

.contact_btn {
  background: #C6B46C;
}

.footer_btn a.company_btn {
  background: #023faf;
}

.footer_btn a.my_btn {
  background: #fff;
}

.footer_btn a {
  display: block;
  width: 50%;
  max-width: 300px;
  padding: 20px 0;
}
