/* ハンバーガーメニュー */
.mobile_sp{
    display: block;
}
input[type=checkbox]{
    display: none;
  }
.top_hp{
    display: none;
}
.menu-btn {
    position: fixed;
    top: 7px;
    right: 10px;
    display: flex;
    height: 55px;
    width: 55px;
    justify-content: center;
    align-items: center;
    background-color: #0b0404;
    z-index: 400;
}
.menu-btn:hover{
cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 300;
    background-color: #0b0404;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content a{
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.navi1{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.navi2{
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
}
.navi3{
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
}
.navi4{
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
}
.navi5{
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
}
.menu-content a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

/* footer */
.footer_right {
    float: right;
    width: 130px;
    height: 140px;
}
.footer_right img {
    width: 100px;
    height: 90px;
}

/* video */
.video-area {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.video-area > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}


/* top */
.title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-size: 90px;
}
.yazirusi{
    transform: translateX(-140%);
}
.column01_text {
    padding: 1em;
}
.about{
    top: 0;
    transform: translateY(0);
}
.column02{
    height: fit-content;
}
.about01,.about02,.about03,.about04{
    margin: 10px 20px 10px 30px !important;
}
.recruit {
    top: 0;
    transform: translateY(0);
}
.button{
    position: relative;
    top: 1em;
}
.about05 img {
    object-fit: none;
    object-position: 0;
}

/* about */
.about_navi{
    height: 120px;
}
.sub_navi{
    display: none;
}
.non_mobile{
    display: none;
}
.navi_title{
    padding: 20px 0;
    width: 100%;
    text-align: center;
    float: none;
    margin: auto;
}
.navi_hr {
    /* top: 30px; */
    display: none;
}
.navi_box{
    width: 25%;
    display: block;
}
.main_title_text {
    width: 50%;
    padding-top: 15px;
    margin-left: 33px;
}
.about_top_name {
    left: 60%;
}
.concept_title_box p {
    padding: 0 15px;
}
.concept_title_box {
    left: 5px;
}
.about_company_table table td {
    display: block;
    width: 100%;
}
.table_span{
    display: none !important;
}
.table_top{
    border-top: 1px solid #071260 !important;
}
.td_title{
    background-color: #07126033;
    font-weight: 800;
}
/* service */
.yazirusi02 {
    margin-bottom: 1em;
}
.back_string_box02 {
    display: none;
}
.garatt img {
    margin-top: 2em;
}

/* recruit */
.entry_button{
    border: 1px solid #fff;
}
.entry_grid {
    position: relative;
    top: 3em;
    left: -1em;
}
.main_title_text_interview {
    width: 50%;
    padding-top: 15px;
    margin-left: 33px;
}
.recruit_message_text {
    margin: 5em 1em 3em 1em;
}
.back_string_box03,.back_string_box04 {
    display: none;
}
.benefits_mobile_box {
    margin-bottom: 2em;
}
h2 {
    font-size: 2rem !important;
}
.recruit_page_video video{
    width: 80%;
}

/* entry */
.circle04 {
    top: 1810px;
}
.circle01 {
    width: 450px;
    height: 450px;
    top: 250px;
    background-position: -180px 0px;
}

/* interview */
.navi_japanese_title_interview{
    display: none;
}
.introduction_br{
    display: block;
}
.interview_catchphrase_br{
    display: none;
}
.answer_title_box {
    margin: 40px 0 0 70px;
}
.interview_photo_middle01 {
    background-position: 80% 0;
}
.interview_photo_middle02 {
    background-position: 80% 0;
}
.answer_text03 {
    width: 87%;
    padding: 2em 0 0 0;
}

/* contact */
.form_box input[type=checkbox] {
    display: inline-block;
}
.contact_text {
    font-size: 18px !important;
}

/* new recruit */
.entry_table table td {
    display: block;
    width: 100% !important;
    margin: 0 !important;
}
@media (max-width:760px) {
    .interview_photo_middle02 {
        background-position: 100% 0;
    }
}
@media (max-width:740px) {
    .introduction01_br{
        display: block;
    }
}
@media (max-width:735px) {
    .entry_sheet_button {
        padding: 10px 10px;
    }
  }
@media (max-width:720px) {
    .benefits_box {
        margin: 1em;
        width: 11em;
        height: 13em;    
    }
    .introduction02{
        display: none;
    }
}
@media (max-width:690px) {
    .contact_text {
        padding: 20px 20px 20px 60px;
    }
}
@media (max-width:680px) {
    .interview_photo_middle04 {
        background-position: 85% 0;
    }
}
@media (max-width:675px) {
    .benefits_box {
        margin: 1em;
        width: 11em;
        height: 13em;    
    }
}
@media (max-width:660px) {
    .interview_photo_middle03 {
        background-position: 65% 0;
    }
    .privacy_box {
        width: 500px;
    }
}
@media (max-width:655px) {
    .introduction01{
        display: none;
    }
    .interview_image01,.interview_image02,.interview_image03,.interview_image04,.interview_image05 {
        width: 40%;
        height: 350px;
        margin-left: 70px;
    }
    .catchphrase_top {
        display: none;
    }
    .introduction_top {
        top: 10em;
    }
    .interview_image05 {
        background-position: 20% 20%;
    }
}
@media (max-width:640px) {
    .back_string_box,.back_string_box01{
        display: none;
    }
}
@media (max-width:635px) {
    .flow_01,.flow_02,.flow_03,.flow_04 {
        margin: 2em 0 0 0;
    }
    .flow_box {
        position: relative;
        left: 40px;
    }
    .flow_number {
        left: 25px;
    }
    .flow_text {
        width: 210px;
    }
}
@media (max-width:630px) {
    .mini_video{
        display: block;
    }
    .full_video{
        display: none;
    }
    .contact_text {
        padding: 20px 20px 20px 40px;
    }
    .confilm_button {
        width: 90%;
        margin: 1em auto 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .confilm p{
        margin: 0 0 2em;
    }
}
@media (max-width:620px) {
    .circle01 {
        top: 350px;
        background-position: -170px 0px;
    }
    .circle02 {
        top: 640px;
    }
    .circle03 {
        top: 1150px;
    }
    .entry_title_box {
        margin: 50px 0 0 80px;
    }
    .navi_title_policy {
        padding: 20px;
    }
}
@media (max-width:600px) {
    .question p {
        padding-left: 5em;
    }
    .recruit_message_text {
        left: 0;
        transform: translateX(0);
    }
}
@media (max-width:590px) {
    .interview_photo_middle01 {
        background-position: 90% 0;
    }
}
@media (max-width:575px) {
    .navi_title_policy {
        font-size: 30px;
        width: fit-content;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width:570px) {
    .interview_photo_middle05 {
        background-position: 90% 0;
    }
}
@media (max-width:560px) {
    .benefits_box_main{
        display: none;
    }
    .benefits_mobile_box{
        display: block;
    }
    .interview_image02 {
        background-position: 90% 0%;
    }
    .br_introduction{
        display: block;
    }
}
@media (max-width:555px) {
    .interview_photo_middle03 {
        background-position: 48% 0;
    }
}
@media (max-width:550px) {
    .privacy_box {
        width: 400px;
    }
    .form_input input, select, textarea {
        width: 400px;
    }
    .contact_button {
        width: 300px;
        left: 50%;
    }
}
@media (max-width:545px) {
    .concept_mission_box {
    width: 170px;
    height: 180px;
    }
}
@media (max-width:540px) {
    .garatt img {
        width: 400px;
        height: 80px;
    }
}
@media (max-width:515px) {
    .concept_mission_box img {
        width: 70px;
        height: 70px;
    }
    .concept_mission_box p {
        font-size: 12px;
    }
    .concept_mission_box {
        width: 140px;
        }
}
@media (max-width:500px) {
    .interview_photo_middle04 {
        background-position: 80% 0;
    }
    .recruit_table_br{
        display: block;
        text-align: right;
      }
}
@media (max-width:490px) {
    .title_text_br {
        display: block;
    }
    .br_title_text{
        display: none;
    }
    .policy_title_box {
        left: 30px;
    }
    .policy_title_box p {
        font-size: 20px;
    }
    .policy_title_box {
        height: 35px;
    }
}
@media (max-width:480px) {
    .contact_text {
    font-size: 16px !important;
    }
    .confilm {
        font-size: 20px;
    }
    .confilm p{
        padding: 0 0.5em;
    }
}
@media (max-width:470px) {
    .garatt_text{
        margin: 3em 1em 0 1em;
    }
}
@media (max-width:470px) {
    .interview_image01 {
        background-position: 15% 50%;
    }
    .question p {
        padding-left: 2em;
    }
    .circle01,.circle02,.circle03,.circle04 {
        display: none;
    }
    .table_entry {
        padding: 0;
    }
}
@media (max-width:460px) {
    .title {
        font-size: 80px;
    }
    .entry_sheet_button p {
        font-size: 20px;
    }
    .navi_text {
        padding: 20px 0 0 0;
    }
    .yazirusi {
        transform: translateX(-150%);
    }
}
@media (max-width:450px) {
    .division_text {
        margin: 1em 1em 0 1em;
    }
    .division_img {
        margin: auto;
        width: 200px;
        max-width: 100%;
        height: 295px;
    }
    .division_box02 img {
        width: 200px;
        height: 295px;
    }
    .entry_sheet_button {
        padding: 10px 0;
    }
}
@media (max-width:445px) {
    .concept_title_box p {
        font-size: 20px;
    }
}
  @media (max-width:440px) {
    .interview_photo_middle04 {
        background-position: 75% 0;
    }
    .privacy_box {
        width: 300px;
    }
    .form_input input, select, textarea {
        width: 300px;
    }
    .contact_button {
        width: 200px;
    }
    .non_placeholder .form_input ::placeholder{
        color: transparent;
      }
}
@media (max-width:435px) {
    .interview_photo_middle02 {
        background-position: 90% 0;
    }
    .mission_box {
        width: 100%;
    }
}
@media (max-width:430px) {
    .interview_photo_middle03 {
        background-position: 51% 0;
    }
    .left_side {
        padding-left: 2em;
    }
    .title {
        font-size: 70px;
    }
}
@media (max-width:425px) {
    .introduction_top {
       display: none;
    }
    .interview_image01,.interview_image02,.interview_image03,.interview_image04,.interview_image05 {
        width: 100%;
        height: 250px;
    }
    .navi_title {
        font-size: 60px;
    }
}
@media (max-width:420px) {
    .company_iframe {
        width: 250px;
        height: 150px;
    }
}
@media (max-width:415px) {
    .navi_title_policy {
        padding: 0;
    }
    .navi_text {
        padding: 45px 0 0 0;
    }
    .garatt_text_br{
        display: none;
    }
}
@media (max-width:410px) {
    .interview_photo_middle05 {
        background-position: 85% 0;
    }
    .interview_photo {
        width: 25em;
        height: 230px;
    }
    .navi_title {
        font-size: 50px;
    }
}
@media (max-width:400px) {
    .garatt img {
        width: 350px;
        height: 75px;
    }
}
@media (max-width:390px) {
    .entry_button {
        min-width: 230px;
    }
    .entry_button p {
        font-size: 18px;
    }
    .entry_sheet_button p {
        font-size: 18px;
    }
    .ui.grid>* {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .concept_mission_box {
        width: 105px;
    }
}
@media (max-width:380px) {
    .benefits_mobile_box{
        display: none;
      }
      .benefits_mini_box{
        display: block;
      }
      .navi_title_policy {
        font-size: 25px;
    }
}
@media (max-width:370px) {
    .title {
        font-size: 60px;
    }
    .interview_photo {
        width: 21em;
        height: 200px;
    }
    .interview_name {
        width: 21em;
    }
    .catchphrase {
        font-size: 20px !important;
    }
    .confilm {
        font-size: 18px;
    }
    .recruit05 {
        background-position: -28px 0;
    }
    .index_br01{
        display: block;
    }
    .index_br02{
        display: none;
    }
}
@media (max-width:365px) {
    .concept_title_box p {
        font-size: 18px;
    }
}
@media (max-width:365px) {
    .entry_sheet_button {
        padding: 0;
    }
}
@media (max-width:350px) {
    .garatt img {
        width: 300px;
        height: 70px;
    }
    .about_top_name {
        left: 50%;
    }
    .division_box01,.division_box02 {
        width: 235px;
    }
}
@media (max-width:345px) {
    .privacy_box {
        width: 250px;
    }
    .form_input input, select, textarea {
        width: 250px;
    }
    .contact_button {
        width: 150px;
    }
    .yazirusi {
        transform: translateX(-170%);
    }
}
@media (max-width:345px) {
    .policy_title_box p {
        padding: 0 0.5em;
    }
}
@media (max-width:335px) {
    .concept_title_box p {
        padding: 0 5px;
    }
}