@charset "utf-8";
html{
    font-size: 62.5%;
}
body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
}
.wrapper{
    width: 100%;
    background-color: #FFF;
}
.main{
    width: 960px;
    padding: 40px 0 0;
    margin: 0 auto;
}
/* メインビジュアル */
.main_visual{
    width: 100%;
    height: 462px;
    background: url(../img/main_visual.jpg)no-repeat center center;
    background-size: cover;
    padding: 40px;
    margin-bottom: 20px;
}
.main_visual_inner{
    width: 100%;
}
.main_visual_logo{
    width: 173px;
    height: 50px;
    margin-bottom: 40px;
}
.main_visual_logo img{
    width: 100%;
}
.main_visual_copy{
    width: 336px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.61;
    color: #00697f;
    white-space: nowrap;
    margin-bottom: 34px;
}
.main_visual_text{
    width: 288px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.61;
    color: #000;
}
/* ナビゲーション */
.nav{
    width: 100%;
    margin-bottom: 60px;
}
.nav_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.nav_list_items{
    width: 310px;
    height: 60px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.6;
}
.nav_list_items a{
    width: 100%;
    height: 100%;
    background-color: #00697f;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}
.nav_list_items:hover a,
.nav_list_items:hover span,
.nav_list_items:hover img{
    opacity: .6;
    transition: .4s;
}

.nav_list_items img{
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

/* セクションタイトル 共通 */
section{
    margin-bottom: 60px;
}
.cm_title{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    color: #00697f;
}
.cm_title_en {
    font-size: 6rem;
    font-weight: bold;
    line-height: 1.32;
    letter-spacing: 3px;
}
.cm_title_ja{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 2px;
}
.cm_sub_title{
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
}

/* 会社の特徴 */
.company{
    width: 100%;
}
.company_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.company_list{
    width: 500px;
}
.company_list_items{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.company_list_items:last-child{
    margin-bottom: 0;
}
.company_list_items_point{
    width: 60px;
    height: 80px;
    background-color: #00697f;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 8px 10px;
}
.company_list_items_point span:first-child{
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 1.2px;
}
.company_list_items_point span:last-child{
    font-size: 3.2rem;
    line-height: 0.94;
}
.company_list_items_text{
    width: 440px;
    height: 80px;
    background-color: #e5f0f2;
    color: #00697f;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #00697f;
    padding: 12px 0 12px 14px ;
}
.company_list_img{
    width: 430px;
}
.company_list_img img{
    width: 100%;
}

/* 仕事紹介 */
.job_list{
    width: 100%;
    margin-bottom: 60px;
}
.job_list_items{
    width: 100%;
    margin-bottom: 30px;
}
.job_list_heading{
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #00697f;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.job_list_heading span{
    display: block;
    width: 30px;
    height: 26px;
    background-color: #00697f;
    margin-right: 7px;
    color: #FFF;
    line-height: 1.4;
    padding: 0 9px;
}
.job_list_heading p{
    line-height: 1.2;
}
.job_list_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.job_list_box_img{
    width: 450px;
}
.job_list_box_text{
    width: calc(100% - 480px);
    line-height: 1.75;
}
.job_point{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.job_point_bubble{
    width: 495px;
    height: 219px;
    border-radius: 20px;
    line-height: 1.75;
    background-color: #F0F0F1;
    padding: 0 24px;
    position: relative;
}
.job_point_bubble:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 20px solid transparent;
    border-left: 30px solid #F0F0F1;
}
.job_point_bubble_heading{
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #00697f;
    position: relative;
    top: -14px;
}
.job_point_bubble_img{
    width: 425px;
}
.job_point_bubble_img img{
    width: 100%;
}
.job_voice{
    width: 100%;
    padding: 10px 20px 30px 30px;
    background-color: #E5F0F2;
    margin-bottom: 30px;
}
.job_voice_heading {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #00697f;
    position: relative;
    top: -24px;
}
.job_voice_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job_voice_employee{
    margin-right: 30px;
}
.job_voice_employee_img{
    width: 108px;
}
.job_voice_prof{
    width: 100%;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 0.8px;
    color: #00697f;
    margin-bottom: 14px;
}
.job_voice_text{
    line-height: 1.56;
}

/* 福利厚生 */
.welfare_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 60px;
}
.welfare_list_items{
    width: 32%;
}
.welfare_list_items img{
    width: 100%;
    margin-bottom: 10px;
}
.welfare_list_heading{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: 0.9px;
    color: #00697f;
    margin-bottom: 8px;
}
.welfare_list_items p {
    line-height: 1.56;
}

/* エントリーボタン */
.btn_entry{
    display: block;
    width: 495px;
    height: 83px;
    background-color: #00697f;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: 2.7px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
    transition: .4s;
}
.btn_entry:hover,
.btn_entry:hover span{
    opacity: .6;
    transition: .4s;
}

.footer{
    width: 100%;
    height: 97px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_copy{
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: 1.4px;
    text-align: center;
    color: #929292;
}