@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*-----------------------------
　変数
-----------------------------*/
:root {
    --main-color: #0095EE;
    --accent-color: #FFC400;
    --support-color: #363938;
    --default-font-color:#333333;
    --fontfamily01:"Noto Sans JP", sans-serif;
    --fontfamily02: "Inter", sans-serif;
    --occupation01-color:#E2A66A;
    --occupation02-color:#7A9FBD;
    --occupation03-color:#7BC8A4;
    --occupation04-color:#A88DCB;
}
.font-family01{
    font-family: var(--fontfamily01);
}
.font-family02{
    font-family: var(--fontfamily02);
}


/*-----------------------------
　ボタン
-----------------------------*/

/*-----------------------------
　見出し
-----------------------------*/
.h-style01 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
.h-style01 span {
    display: block;
    width: fit-content;
    position: relative;
    padding-right: 16px;
}
/*.h-style01::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}*/

/*-----------------------------
　コンテンツ幅
-----------------------------*/
.w-style-full {
    max-width: calc(100% - 12%);
    margin: 0 auto!important;
}
.w-style-max {
    max-width: calc(1960px + 12%);
    margin: 0 auto!important;
    padding: 0 6%!important;
}
.w-style-default {
    max-width: calc(1300px + 12%);
    margin: 0 auto!important;
    padding: 0 6%!important;
}
.w-style-min,content.AuthContents .container {
    max-width: calc(800px + 12%);
    margin: 0 auto!important;
    padding: 0 6%!important;
}

.w-style-min02 {
    max-width: calc(800px + 12%);
    margin: 0 auto!important;
    padding: 0!important;
}

.w-style-min03 {
    max-width: calc(970px + 12%);
    margin: 0 auto!important;
    padding: 0 6%!important;
}


.w-style-postdetail {
    max-width: calc(1000px + 12%);
    margin: 0 auto!important;
    padding: 0 6%!important;
}
@media (max-width: 768px) {
    .w-style-sp-full {
        max-width: none;
        padding: 0!important;
    }
}

/*-----------------------------
　全体
-----------------------------*/
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: var(--fontfamily01);
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6em;
    color: var(--default-font-color);
    letter-spacing: .1em;
    font-feature-settings: "palt";
    overflow-x: hidden;
    max-width: 2560px;
    margin: 0 auto;
    counter-reset: number 0;
    background: #fff9f9;
}
@media (max-width: 991px) {
    body {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}
p {
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.container {
    padding: 0;
    width: 100%;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: none;
    }
}
img {
    width: 100%;
    display: block;
}
ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
a {
    display: inline-block;
    width: fit-content;
    color: var(--default-font-color);
}
a:before, a:after {
    transition: .2s;
}
a:active, a:visited, a:focus, a:hover {
    text-decoration: none !important;
    outline: none;
}
hr {
    margin: 0;
}
content {
    padding-top: 0;
    /* overflow: hidden; */
}

header h1 {
    font-size: 1em;
    line-height: 1;
}

.full_width > .full_box {
    max-width: 2560px;
    margin: 0 auto!important;
}

/*-----------------------------
　ナビ再設定
-----------------------------*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.caret {
    display: none;
}
header .dropdown-menu {
    top: calc(100% + 8px);
    border-radius: 6px!important;
    padding: 16px 0px;
    overflow: hidden;
}
header .dropdown-menu > li > a {
    color: #000;
    display: block;
    width: 100%;
}
header .navbox {
    position: relative;
    width: fit-content;
}
.navbar-nav {
    float: none;
    margin: 0;
    margin-right: 0;
}
.navbar-nav > li {
    float: none;
}
header .container>.navbar-collapse {
    margin: 0;
    padding: 0;
}
header .navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 0;
    color:#000;
}
header .navbar-nav > li > a:hover {
    /* color: #fff; */
    opacity: .6;
}
footer .navbar-nav > li > a {
    padding: 0;
    position: relative;
    display: block;
    transition: .2s;
    /* margin: 16px 0; */
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: var(--base-color);
    /* pointer-events: none; */
}
header .navbar-nav > li > a:hover {
    background:transparent;
}
header .nav > li > a:hover, header .nav > li > a:focus {
    /* background-color: transparent; */
}
footer .nav > li > a:hover, footer .nav > li > a:focus {
    background-color: transparent;
    color: var(--default-font-color);
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    border-top: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.navbar-header {
    display: none;
}

/*-------------------------------------*/
/*　　　 　　　　フォーム　　　　　　　　　*/
/*-------------------------------------*/
form {
    background: #F9FCFF;
    padding: 6%;
    border: 1px solid #BCD1E8;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 5%) 1px 1px 1px;
}
form[method="post"] .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
form[method="post"] .form-group:last-child {
    border-bottom: none;
}
.form-horizontal .control-label {
    padding-top: 0;
    text-align: left;
    font-weight: bold;
}
.form-horizontal .control-label .attention {
    display: none;
}
.form-group .control-label {
    position: relative;
    width: 100%;
}
.form-group .control-label::before {
    content: "任意";
    position: relative;
    font-size: 12px;
    border:1px solid #BCD1E8;
    background: #ffffff;
    line-height: 1em;
    font-weight: 400;
    padding: 2px 8px;
    border-radius: 2px;
    margin-right: 12px;
}
.form-group.necessity .control-label::before {
    content: "必須";
    color: #fff;
    background: #E1005A;
    border-color:#E1005A;
}
.form-group.necessity.number .control-label::before {
    display: none;
}
form .col-sm-9 {
    width: 100%;
    position: relative;
}
.form-group {
    display: block;
}
.form-group::before,.form-group::after {
    display: none!important;
}
.form-control {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #BCD1E8;
    margin-top: 16px;
    margin-bottom: 32px;
    height: 48px;
    box-shadow: rgb(0 0 0 / 5%) 1px 1px 1px;
}
.form-control::placeholder {
    color: #D1D1D1;
    font-weight:400;
}
.form-group.necessity.mail .form-inline input {
    width: 100%;
}
.form-group.necessity.mail .form-inline {
    margin-top: 8px;
}
form .mail .col-sm-9 > input {
    margin-bottom: 0;
}
.form-group.berth .form-inline {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}
.form-group.gender .col-sm-9 {
    display: flex;
    align-items: center;
    gap: 8px;
}
input[type=radio],input[type=checkbox] {
    display: none;
}
input[type=radio] + label,
input[type=checkbox] + label{
    padding-left: 20px;
    position: relative;
    font-weight: 400;
}
input[type=radio] + label::before,
input[type=checkbox] + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #D8D8DD;
    background: #fff;
    border-radius: 2px;
}
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 4px;
    width: 7px;
    height: 7px;
    background: #797979;
    border-radius: 50%;
}
.form-group.file .form-control {
    padding: 0;
    border: none;
    background: transparent;
    height: fit-content;
    margin-bottom: 4px;
    box-shadow: none;
}
.form-group.other .col-sm-9::before {
    content: "採用に関するお問い合わせ事項がございましたら、こちらにご記入ください。";
    display: block;
    line-height: 1.6em;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
}
input#form_senb_bt_90708 {
    width: 278px;
    height: 63px;
    background: #F26552;
    color: #fff;
    border-radius: 40px;
    border-color: #F26552;
    font-size: 20px;
    transition:.2s;
    letter-spacing: .06em;
}
input#form_senb_bt_90708:hover {
    opacity: .7;
}
.mail .form-inline .form-control {
    display: block;
    width: 100%;
}
.mail .form-inline {
    font-size: 14px;
    line-height: 1em;
    margin: 16px 0 0;
    color: #333;
    font-weight: 500;
}
.file .col-sm-9 {
    font-size: 14px;
    margin-bottom: 32px;
}
.preferred-date .form-control {
    margin-top: 8px;
    margin-bottom: 0px;
}
.preferred-date .col-sm-9 {
    margin: 8px 0 32px;
}
.preferred-date select.form-control {
    margin-left: 8px;
}
.box-footer p {
    margin-bottom: 24px;
    display: block;
    line-height: 1.6em;
    font-size: 14px;
}
.box-footer p a {
    text-decoration: underline;
}
form .box-footer input {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    letter-spacing: .08em;
    width: 330px;
    height: 55px;
    box-shadow: inset 0 -5px 0 #0081ce;
    transition: .2s;
}
form .box-footer input:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    box-shadow: inset 0 -2px 0 #0081ce;
    opacity: .9!important;
}
@media (max-width: 768px) {
    form[method="post"] .form-group {
        flex-wrap: wrap;
    }
    .form-horizontal .control-label {
        width: 100%;
        margin-bottom: 4px;
    }
    form .col-sm-9 {
        width: 100%;
    }
    .form-group.file .col-sm-9::before,.form-group.other .col-sm-9::before {
        font-size: 13px;
        line-height: 1.4em;
    }
    input#form_senb_bt_90708 {
        font-size: 16px;
        max-width: 270px;
        width: 100%;
        height: 48px;
    }
    .form-group.name .form-inline,.form-group.kana .form-inline {
        display: flex;
        justify-content: space-between;
    }
    .form-group.name .form-inline input,.form-group.kana .form-inline input {
        width: 49%;
    }
    .box-footer p {
        font-size: 13px;
    }
}
@media (max-width: 440px) {
    .box-footer p {
        text-align: left;
    }
}
.form_send {
    padding-top: 10vw!important;
    margin-bottom: 130px;
}
/*新規登録*/
.login-txt {
    width: fit-content;
    margin: 28px 0 130px auto;
    font-size: 13px;
    font-weight: 400;
}
.login-txt a {
    color: var(--main-color);
    text-decoration: underline;
}
/*同意チェック*/
.box-footer #agreement-wrapper label {
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}
.box-footer #agreement-wrapper label a {
    text-decoration: underline;
}
#agreement-wrapper input[type=checkbox] + label::before {
    top: 6px;
}
#agreement-wrapper input[type=checkbox]:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-check.png) center no-repeat;
    background-size: contain;
}
/*面談希望日カレンダー整える*/
.ui-datepicker td > * {
    width: 100%;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    z-index: 99;
    background: #ffffff;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next::before {
    content: ">";
    display: block;
    color: #f7a828;
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    text-align: center;
}
.ui-datepicker .ui-datepicker-prev::before {
    content: "<";
    display: block;
    color: #f7a828;
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    text-align: center;
}
/*-------------------------------------*/
/*　　　 　　　　中央寄せタイトル　　　　　　　　　*/
/*-------------------------------------*/
.center-txt {
    text-align: center;
}
.center-txt h2 {
    font-size: clamp(24px, 3.6vw, 30px);
    color: var(--main-color);
    font-weight: bold;
    width: fit-content;
    margin: 0 auto 2%;
    position: relative;
}
.center-txt .pg_text{
    margin-bottom: 40px!important;
}
body.page-_copy-index-html .center-txt h2::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/theme/my-1750919160685ce7f81a7dc/img/common/i-search.png) center no-repeat;
    background-size: contain;
    margin-right: 8px;
}
@media (max-width: 1160px) {
    .center-txt .pg_text{
        margin-bottom: 24px!important;
    }
}
