@charset "UTF-8";

/* 共通部分  
-----------------------------------------------------------*/
html {
    font-size: 100%;
}
body {
    font-size: 1.5rem;
    line-height: 1.75;
    color: #112B44;
    font-family: "FOT-UD明朝 Pr6N", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color: #ffffff;

    counter-reset: number 0;  /* number のカウンタを 0 にセット */         
}
a{
    text-decoration: none;
}
img {
    max-width: 100%;
}
.inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.block_main_title {
    padding: 60px 0 0;
}
.mt90 {
    margin-top: 90px;
}
.font_yg {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
 
/* ヘッダー  
-----------------------------------------------------------*/
header {
    display: flex;
    justify-content: center end;
    align-items: center;
    -webkit-box-align: center;
    z-index: 1000;
    position: fixed;
    width: 100%;
    color: #333;
    padding: 20px 5%;

    background-color: rgba(255, 255, 255);
    box-shadow: 0 2px 1rem rgb(117, 117, 117);

}
header .header_logo {
    margin-right: auto;
}
header .header_logo img {
    width: 60px;
    filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, .4));
}

header .header_nav {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    -webkit-box-align: center;
}
header .header_nav ul {
    display: flex;
    font-size: .9em;
}
header .header_nav_list_item {
    margin-left: 20px;
    transition: color .3s;
}
header .header_nav_list_item:hover {
    color: #EB8348;
}

header .header_btn {
    width: 200px;
    margin-left: 20px;
    /* border: 2px solid; */
    padding: 10px;
    text-align: center;
    font-size: .9em;
    color: #fff;
    
    display: block;
    position: relative;
    background: transparent;
    z-index: 1;
    overflow: hidden;
    transition: .4s;
    cursor: pointer;
    background-color: #333;
}

/* スクロールでヘッダー色変更 */
/* .change_color {
    background-color: rgba(255, 255, 255);
    box-shadow: 0 0 4px rgb(255, 255, 255);
    background-color: rgb(17 43 68 / 38%);
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
} */

/* エントリーボタン */
.header_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #EB8348;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform .3s;
}
.header_btn:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
}
.header_btn:hover {
    border: 2px solid #EB8348;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 20px;
    top   : 25px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    display: none;
}
.hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #333;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 10px;
}
.hamburger span:nth-child(2) {
    top: 20px;
}
.hamburger span:nth-child(3) {
    top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.global_menu_sp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
}

nav.global_menu_sp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.global_menu_sp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}
nav.global_menu_sp ul li:last-child {
    padding-bottom: 0;
}
nav.global_menu_sp ul li:hover{
    background :#fff;
}

nav.global_menu_sp ul li a {
    display: block;
    color: #fff;
    padding: 1.5em 0;
    text-decoration :none;
    font-size: 1rem;
}

/* クリックでjQueryで追加・削除 */
nav.global_menu_sp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
}

/* ページトップ 
-----------------------------------------------------------*/
#pagetop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    z-index: 1000;
}
#pagetop img {
    width: 56px;
}

/* メインビジュアル 
-----------------------------------------------------------*/
.mainvisual {
    position: relative;
    background: no-repeat url(../images/mv_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 55.9vw;
}



/* メインタイトル 
-----------------------------------------------------------*/
.area_home_mainttl {
    text-align: center;
    background-color: #EB8348;
}
.area_home_mainttl .inner {
    font-family: "FOT-UD明朝 Pr6N", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.area_home_mainttl .inner .block_inner_title {
    padding: 5% 0;
}
.area_home_mainttl .inner .block_title {
    font-size: 2rem;
    position: relative;
    line-height: 2;
    padding:0.25em 2em;
    display: inline-block;
}
.area_home_mainttl .inner .block_title:before,
.area_home_mainttl .inner .block_title:after {
    content:'';
    width: 30px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
.area_home_mainttl .inner .block_title:before {
    border-left: solid 5px #fff;
    border-top: solid 5px #fff;
    top:0;
    left: 0;
}
.area_home_mainttl .inner .block_title:after {
    border-right: solid 5px #fff;
    border-bottom: solid 5px #fff;
    bottom:0;
    right: 0;
}

.area_home_mainttl .inner .block_subtitle {
    line-height: 5rem;
}



/* コミットワーカー
-----------------------------------------------------------*/
.area_home_commit {
    text-align: center;
    background-image: url(../images/commit_bg_pc.jpg);
    background-size: cover;
    height: auto;
    min-height: 120vh;
    background-position: center;
    overflow: hidden;
}

.area_home_commit .inner .block_inner_title {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.area_home_commit .inner .block_title {
    padding-top: 60px;
    font-size: 2rem;
    text-align: left;
    margin-left: 14%;
    font-weight: 900;
}
.area_home_commit .inner .block_title_en {
    color: rgb(238, 132, 73, .5);
    font-size: 50px;
    font-weight: 600;
    margin-left: 23%;
    text-align: left;
    margin-top: -50px;
}

.area_home_commit .inner .block_subtitle {
    font-size: 1.3rem;
    margin-left: 20%;
    padding: 20px;
}
.area_home_commit .inner .block_subtitle ul {
    padding-top: 30px;
}
.area_home_commit .inner .block_subtitle li {
    padding: 20px 0;
    display: flex;
    align-items: baseline;
    margin: 0 0 5px;
    text-align: left;
    font-weight: 600;
}
.area_home_commit .inner .block_subtitle li::before {
    content: url(../images/icon_arw.svg);
    vertical-align: middle;
    padding-right: 5px;
}
.area_home_commit .block_ck {
    text-align: right;
    margin-top: -180px;
    padding-bottom: 60px;
}
.area_home_commit .block_ck .pc_only{
    margin-left: auto;
    width: 60%;
}
.area_home_commit .bg {
    background-color: #fafafa;
}


/* CONTACT
-----------------------------------------------------------*/
.block_contant {
    background-image: url(../images/entry-title-bk.jpg);
    color: #fff;
    padding: 6rem 0;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    max-width: none;
}
.block_contant .contact_btn {
    max-width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-size: 1.4rem;
}
.block_contant .block_contact_entry {
    background: #EB8348;
    padding: 25px 100px;
    transition: .3s;
    cursor: pointer;
}
.block_contant .block_contact_entry:hover{
    transform: scale(1.1);
}
.block_contant .block_contact_toiawase {
    padding: 10px 80px;
    transition: .3s;
    cursor: pointer;
    color: #333;
    background-color: #fff;
}
.block_contant .block_contact_toiawase:hover {
    transform: scale(1.1);
}



/* 業務内容・メリット
-----------------------------------------------------------*/

.area_home_workcontent {
    text-align: center;
}
.area_home_workcontent .inner .block_title {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    line-height: 2;
    padding: 0.25em 5em;
    display: inline-block;
}

.area_home_workcontent .inner .block_title:before,
.area_home_workcontent .inner .block_title:after {
    content:'';
    width: 30px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
.area_home_workcontent .inner .block_title:before {
    border-left: solid 5px rgb(238, 132, 73, .5);
    border-top: solid 5px rgb(238, 132, 73, .5);
    top:0;
    left: 0;
}
.area_home_workcontent .inner .block_title:after {
    border-right: solid 5px rgb(238, 132, 73, .5);
    border-bottom: solid 5px rgb(238, 132, 73, .5);
    bottom:0;
    right: 0;
}

.area_home_workcontent .inner .block_title_en {
    color: rgb(238, 132, 73, .5);
    font-size: 38px;
    font-weight: 600;
}

.area_home_workcontent .inner .content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    /* flex-wrap: wrap; */
    padding: 50px 0 50px;
}
.area_home_workcontent .inner .block_subtitle {
    font-size: .8rem;
}
.area_home_workcontent .inner .content .workc_box {
    width: 25%;
    height: 240px;
    padding: 30px;
    background-color: #fafafa;
    display: inline-grid;
    text-align: center;
    align-items: center;
    margin: 5px;
}
.area_home_workcontent .inner .content .workc_box img {
    margin: auto;
    height: 95px;
}
.area_home_workcontent .inner .content .workc_box p {
    line-height: 1.3;
}

.area_home_workcontent .inner .merit_list {
    background-color: #EB8348;
    border-radius: 15px;
    margin: 60px 0;
}
.area_home_workcontent .inner .merit_list .merit_item {
    padding: 30px 0;
}
.area_home_workcontent .inner .merit_list .merit_item .list_items {
    display: flex;
    padding: 20px;
    justify-content: center;
}
.area_home_workcontent .inner .merit_list .merit_item .list_items .merit_icon {
    background-color: #fff;
    border-radius: 15px;
    width: 70px;
    padding-top: 10px;
}
.area_home_workcontent .inner .merit_list .merit_item .list_items img {
    width: 40px;
}
.area_home_workcontent .inner .merit_list .merit_item .list_items p {
    background-color: #fff;
    border-radius: 15px;
    margin-left: 50px;
    padding: inherit;
    width: 80%;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.8rem;
    height: 70px;
}
.area_home_workcontent .inner .block_title_img img {
    width: 70%;
}



/* 特徴
-----------------------------------------------------------*/
.area_home_features {
    text-align: center;
}
.area_home_features .inner .block_title {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    line-height: 2;
    padding: 0.25em 5em;
    display: inline-block;
}

.area_home_features .inner .block_title:before,
.area_home_features .inner .block_title:after {
    content:'';
    width: 30px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
.area_home_features .inner .block_title:before {
    border-left: solid 5px rgb(238, 132, 73, .5);
    border-top: solid 5px rgb(238, 132, 73, .5);
    top:0;
    left: 0;
}
.area_home_features .inner .block_title:after {
    border-right: solid 5px rgb(238, 132, 73, .5);
    border-bottom: solid 5px rgb(238, 132, 73, .5);
    bottom:0;
    right: 0;
}

.area_home_features .inner .block_title_en {
    color: rgb(238, 132, 73, .5);
    font-size: 38px;
    font-weight: 600;
}
.area_home_features .inner .block_inner_title {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.area_home_features .inner p {
    padding: 30px 0;
}
.area_home_features .inner .block_title {
    font-size: 2rem;
}
.area_home_features .inner .block_subtitle {
    line-height: 4rem;
    font-size: 1.3rem;
}
.area_home_features .block_ck {
    text-align: right;
    margin-top: -180px;
    padding-bottom: 60px;
}
.area_home_features .inner .block_content_inner_feature {
    padding-bottom: 40px;
}
.area_home_features .inner .block_content_inner_feature .block_content img {
    padding: 40px 0;
}
.area_home_features .inner .block_content_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.area_home_features .inner .block_content_inner .block_content_tokucho .tokucho {
    background: #fff;
    text-align: left;
    margin: 0 auto;
    margin-top: 30px;
}
.area_home_features .inner .block_content_inner .block_content_tokucho .drop_shadow{
    box-shadow: 6px 6px 13px rgba(235, 131, 72, 17%);
    -webkit-box-shadow: 6px 6px 13px rgba(235, 131, 72, 17%);
}
.area_home_features .inner .block_content_inner .block_content_tokucho .tokucho .wrapper{
    margin: 0 auto;
    /* width: 810px; */
    display: flex;
    padding: 40px;
}
.area_home_features .inner .block_content_inner .block_content_tokucho .tokucho p:nth-of-type(1){
    font-size: 1.3rem;
    padding-bottom: 0;
    font-weight: bold;
}
.area_home_features .inner .block_content_inner .block_content_tokucho .tokucho p:last-child {
    padding-top: 10px;
    font-size: 1rem;
}
.area_home_features .inner .block_content_inner .feature_area_img {
    width: 150px;
    padding: 10px;
}
.area_home_features .block_content_inner .feature_area_description {
    padding-left: 40px;
}



/* わたしたちの想い
-----------------------------------------------------------*/
.area_home_concept {
    text-align: center;
    background-color: #EB8348;
    padding-bottom: 60px;
}
.area_home_concept .inner .block_title {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    line-height: 2;
    padding: 0.25em 5em;
    display: inline-block;
}

.area_home_concept .inner .block_title:before,
.area_home_concept .inner .block_title:after {
    content:'';
    width: 30px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
.area_home_concept .inner .block_title:before {
    border-left: solid 5px rgb(255, 255, 255);
    border-top: solid 5px rgb(255, 255, 255);
    top:0;
    left: 0;
}
.area_home_concept .inner .block_title:after {
    border-right: solid 5px rgb(255, 255, 255);
    border-bottom: solid 5px rgb(255, 255, 255);
    bottom:0;
    right: 0;
}
.area_home_concept .inner .block_title_en {
    color: rgb(138, 80, 47);
    font-size: 38px;
    font-weight: 600;
}

.area_home_concept .inner .block_inner_title {
    background-image: url(../images/concept_img01.jpg);
    /* background-size: contain; */
    background-repeat: no-repeat;
    padding: 40px;
    font-size: 1.3rem;
    margin: 40px 0;
}
.area_home_concept .inner .block_inner_title .concept_msg {
    font-size: 2rem;
    font-weight: 900;
    margin: 20px 0;
}
.area_home_concept .inner .block_inner_title .concept_description {
    font-size: 1.1rem;
    margin: 40px;
    line-height: 3rem;
}

/* 募集要項
-----------------------------------------------------------*/
.area_home_requirement {
    text-align: center;
}
.area_home_requirement .inner .block_title {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    line-height: 2;
    padding: 0.25em 5em;
    display: inline-block;
}

.area_home_requirement .inner .block_title:before,
.area_home_requirement .inner .block_title:after {
    content:'';
    width: 30px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
.area_home_requirement .inner .block_title:before {
    border-left: solid 5px rgb(238, 132, 73, .5);
    border-top: solid 5px rgb(238, 132, 73, .5);
    top:0;
    left: 0;
}
.area_home_requirement .inner .block_title:after {
    border-right: solid 5px rgb(238, 132, 73, .5);
    border-bottom: solid 5px rgb(238, 132, 73, .5);
    bottom:0;
    right: 0;
}
.area_home_requirement .inner .block_title_en {
    color: rgb(238, 132, 73, .5);
    font-size: 38px;
    font-weight: 600;
}
.area_home_requirement .block_main_title p {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    line-height: 2;
    padding: 0.25em 5em;
    display: inline-block;
}
.area_home_requirement .inner .block_content_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3.5rem 0 4.5rem 0;
}
.area_home_requirement .box_requirement {
    /* border: 0px solid #d6d6d6; */
    width: 100%;
    table-layout: fixed;
    font-size: 1rem;
    margin: 60px 0;
} 
.area_home_requirement th,.area_home_requirement td {
    padding: 20px 25px;
    border-top: solid 1px #707070;
}
.area_home_requirement th {
    width: 200px;
    text-align: center;
    /* background: #F7F7F7; */
}
.area_home_requirement td {
    text-align: left;
    background: #fff;
}
.area_home_requirement tr {
    border-bottom: solid 1px #707070;
}

/* モーダル */
#modal01 {
    display: none;
}

/* ABOUT AAC
-----------------------------------------------------------*/
.area_home_about {
    text-align: center;
}
.area_home_about .inner .block_title {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    line-height: 2;
    padding: 0.25em 5em;
    display: inline-block;
}

.area_home_about .inner .block_title:before,
.area_home_about .inner .block_title:after {
    content:'';
    width: 30px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
.area_home_about .inner .block_title:before {
    border-left: solid 5px rgb(238, 132, 73, .5);
    border-top: solid 5px rgb(238, 132, 73, .5);
    top:0;
    left: 0;
}
.area_home_about .inner .block_title:after {
    border-right: solid 5px rgb(238, 132, 73, .5);
    border-bottom: solid 5px rgb(238, 132, 73, .5);
    bottom:0;
    right: 0;
}
.area_home_about .inner .block_title_en {
    color: rgb(238, 132, 73, .5);
    font-size: 38px;
    font-weight: 600;
}
.area_home_about .inner .block_subtitle {
    line-height: 4rem;
    font-size: 1.3rem;
}
.area_home_about .inner .block_inner_title {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.area_home_about .block_main_title p {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    line-height: 2;
    padding: 0.25em 5em;
    display: inline-block;
}
.area_home_about .box_requirement {
    /* border: 0px solid #d6d6d6; */
    width: 100%;
    table-layout: fixed;
    font-size: 1rem;
    margin: 60px 0 90px 0;
} 
.area_home_about th,.area_home_about td {
    padding: 20px 25px;
    border-top: solid 1px #707070;
}
.area_home_about th {
    width: 200px;
    text-align: center;
    /* background: #F7F7F7; */
}
.area_home_about td {
    text-align: left;
    background: #fff;
}
.area_home_about tr {
    border-bottom: solid 1px #707070;
}
.area_home_about .ico::after {
    content: "\f24d";
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
    color: #EB8348;
} 



/* FOOTER
-----------------------------------------------------------*/
footer {
    background: #fff;
    text-align: center;
    font-size: .8rem;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
}
footer .content_logo {
    justify-content: center;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}
footer .content_logo img {
    width: 300px;
}
footer .content_logo p {
    font-size: .5rem;
}
footer ul {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
footer li:hover {
    font-weight: bold;
    color: #EB8348;
}
footer li a {
    transition: color .3s;
}
footer > p {
    padding: 20px 0;
}
footer .ico::after {
    content: "\f24d";
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
    color: #EB8348;
}    


/* PC表示
-----------------------------------------------------------*/
@media screen and (min-width: 1000px){

    /* ヘッダー */
    header .header_logo .sp_only {
        display: none;
    }

    /* メインタイトル */
    .area_home_commit .block_ck {
        text-align: right;
        margin-top: -90px;
        padding-bottom: 60px;
    }
    .area_home_commit .block_ck .sp_only{
        display: none;
    }
    .area_home_about .block_content_inner .sp_only {
        display: none;
    }

    /* 募集要項 */
    .area_home_requirement .inner .block_content_inner .block_content .sp_only {
        display: none;
    }

    /* 特徴 */
    .br_sp{
        display: none;
    }
}
