/*色変数*/
:root{
    --background-text: #5E85D1;
    --tab-background: #5ECDD0;
    --tab-background-tp: #5ECDD080;
    --box-background: #F2FBFB;
    --column-background: #F7FCFD;
    --NotChoiced-tab: #CCCCCC;
    --HairMakeGraph-background: #FFFAF5;
    --HairMakeGraph-text: #FFC482;
    --bg-circle: #FFFFEF;
    --cta-bg: #22222280;
    --font-base-color: #222222;
    --location_place_color: #f2f2f2;

    --full-width: calc(100vw - 16px);
    --main-width : 1080px;
    font-size: 13px;
}

body{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: "Noto Sans JP";
}

h2 {
    font-size: 2em;
}

h3, h4 {
    font-weight: normal;
    margin-block-start: 0;
    margin-block-end: 0;
}

#header{
    width: var(--main-width);
    height: 58px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px auto;
}

#header .logo-box {
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 7%;
}

#header .header_logo_img{
    height: 100%;
    width: auto;
}

#header .header_logo_text{
    width: 20%;
    height: auto;
}

#header .humberger {
    display: none;
}

#header .header_tab{
    width: 41%;
    display: flex;
    justify-content: space-between;
    margin-right: 47px;
}

.Entry_tab{
    width: 216px;
    height: 41px;
    color: white;
    font-size: 1em;
    background-color: var(--tab-background);
    border: none;
    border-radius: 50px;
}

.For_HairMake{
    display: flex;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: var(--tab-background);
    background-color: white;
    border: 1px solid var(--tab-background);
}

/* title　の部分にある筆記体文字の共通定義*/
.title-bg {
    position: absolute;
    font-family: "Hurricane";
    font-size: 14rem;
    color: var(--background-text);
    opacity: 0.2;
    transform: rotate(-8deg);
    z-index: -1;
}

#Catchy_Copy{
    position: relative;
    width: var(--main-width);
    margin: 0 auto;
}

#Catchy_Copy .blur-circle-small.sp {
    display: none;
}

#Catchy_Copy .title-box {
    width: 100%;
    padding-top: 53px;
    padding-left: 108px;
    text-align: left;
    box-sizing: border-box;
}

#Catchy_Copy h1{
    width: 60%;
    font-size: 3rem;
    margin: 0;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}

#Catchy_Copy h2{
    width: 70%;
    font-weight: normal;
    font-size: 1.1rem;
    letter-spacing: 0.3em;
    margin-top: 2%;
}

#Catchy_Copy .point{
    display: flex;
    justify-content: space-between;
    width: 40%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 27px;
}

#Catchy_Copy .point_outer {
    position: relative;
    display: block;
    width: 120px;
    height:120px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tab-background) 0%, var(--background-text) 100%);
}

#Catchy_Copy .point_inner {
    position: absolute;
    display: block;
    top: 1.5px;
    left: 1.5px;
    width: 117px;
    height:117px;
    border-radius: 50%;
    background-color: white;
}

#Catchy_Copy .point_box{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    font-size: 1.3em;
    line-height: 1.3em;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tab-background) 0%, var(--background-text) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


#Catchy_Copy .tab_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 220px;
    height: 90px;
}

#Catchy_Copy .Entry_tab {
    width: 320px;
}

#Catchy_Copy .Catchy_Copy_img{
    position: absolute;
    top:0;
    right: 0;
    z-index: -999;
    width: 75%;
    height: auto;
}

#job-description{
    position: relative;
    width: var(--main-width);
    margin: 72px auto 87px;
}

#job-description .title-bg {
    top: 18px;
    left:0;
    text-align: left;
}

#job-description .job-title{
    position: relative;
    width: 100%;
    padding: 9.4% 0 7.8% 0.5%;
    text-align: center;
    font-size: 2.7rem;
    letter-spacing: 0.1em;
}

#job-description .job_subtitle_letter{
    font-size: 2rem;
    margin-top: 0.2%;
    margin-bottom: 1.7%;
    letter-spacing: 0.3em;
}

#job-description .en_typography {
    font-family: "Hurricane";
    color: var(--tab-background);
    font-size: 2rem;
}

.blur-circle-big {
    position: absolute;
    display: block;
    width: 354px;
    height: 354px;
    background-color: var(--bg-circle);
    border-radius: 50%;
    filter: blur(80px);
    z-index: -1;
}

.blur-circle-small {
    position: absolute;
    display: block;
    width: 110px;
    height: 110px;
    background-color: var(--bg-circle);
    border-radius: 50%;
    filter: blur(18px);
    z-index: -1;
}

#job-description .blur-circle-big {
    bottom: 8%;
    left: -7%;
}

#job-description .blur-circle-small {
    bottom: -3%;
    left: 17%;
}

#job_subtytle p{
    margin-top: 2.4%;
    font-size: 1.3em;
}

#job_content{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 5.4% auto;
}

#job_content span{
    font-size: 1.1em;
}

.job_box{
    background-color: var(--box-background);
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.job_box .Job_box_img{
    width: 70%;
    background-color: var(--box-background);
    margin: 30px auto 5px;
}

.Job_box_img span{
    color: var(--tab-background);
    font-family: "Hurricane";
    font-size: 1rem;
}

#job_content .title_imgbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#job_content .Job_box_img span span.job_number{
    font-size: 3.2rem;
    vertical-align: middle;
}

#job_content .Job_box_img img{
    height: 40px;
    width: auto;
    color: var(--tab-background);
    vertical-align: bottom;
    margin-left: 8px;
    float: right;
}

#job_content .job_box .job_type{
    font-size: 1.1em;
    font-weight: 700;
    margin-block-start: 0;
    margin-block-end: 0;
}

#job_content .job_box div.feature{
    font-size: 1.1em;
    font-weight: 700;
    width: fit-content;
    background-color: var(--tab-background);
    color: white;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 2px;
    border-radius: 2px;
}

#job_explanation{
    position: relative;
    display: flow-root;
    margin-left: 28.2%;
    margin-top: 5.6%;
    font-size: 1.1em;
    text-align: left;
}

#job_explanation div.job_exp_outer {
    position: absolute;
    margin-bottom: 2.5%;
    width: 57.8%;
}

#job_explanation div.job_exp_inner {
    margin-bottom: 4.5%;
}

#job_explanation img{
    z-index: -999;
    position: relative;
    width: 62.3%;
    float: right;
    margin-top: -8.5%;
}

#need_SkillsAndExperience{
    display: block;
    width: 100%;
    background-color: var(--box-background);
    padding-top: 50px;
    padding-bottom: 30px;
}

#need_SkillsAndExperience .h_box {
    width: var(--main-width);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

#need_SkillsAndExperience h2{
    font-size: 2em;
    letter-spacing: 0.2em;
    margin-bottom: 0;
}

#need_SkillsAndExperience .h_box p{
    font-family: "Hurricane";
    color: var(--tab-background);
    font-size: 2em;
    font-weight: 400;
    margin-top: 1%;
}

#need_SkillsAndExperience .skills_inner {
    width: calc(var(--main-width)* 0.8);
    margin: 0 auto;
}

.need_SkillsAndExperience_box{
    display: block;
    width: calc(100% - 60px);
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px 30px;
    margin: 0 auto 10px;
}

.need_SkillsAndExperience_box .exp_img{
    width: 30%;
    height: auto;
}

.need_SkillsAndExperience_text{
    margin-left: 4.7%;
    text-align: left;
}

.need_SkillsAndExperience_text div{
    display: flex;
    height: 23%;
}

.need_SkillsAndExperience_text input,
.need_SkillsAndExperience_text label {
    display: none;
}

.need_SkillsAndExperience_text div span{
    font-size: 3.2em;
    font-family: "Hurricane";
    margin-top: -2.4%;
    font-family: "Hurricane";
    color: var(--tab-background);
}

.need_SkillsAndExperience_text div div.h-line{
    width: 90%;
    height: 0%;
    margin-left: 3%;
    margin-top: 3%;
    border-top: 1px solid var(--tab-background);
}

.need_SkillsAndExperience_text .explain_title{
    font-size: 1.3rem;
    font-weight: initial;
    margin-top: 8px;
    margin-bottom: 16px;
    padding-left: 1rem;
}

.need_SkillsAndExperience_text p.explain_box{
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 0 1rem;
}

#staff_age h2{
    font-size: 2em;
    margin-top: 96px;
    letter-spacing: 0.2em;
}

#staff_age .title_desc{
    font-family: "Hurricane";
    color: var(--tab-background);
    font-size: 2em;
    margin-top: -5px;
}

#staff_age .button_box{
    width: 540px;
    height: 42px;
    display: flex;
    justify-content: space-between;
    margin: 41px auto;
}

#staff_age {
    width: var(--main-width);
    margin: 0 auto;
}

#staff_age input {
    display: none;
}

#staff_age input#sel_kanto:checked ~ .button_box label[for='sel_kanto'],
#staff_age input#sel_kansai:checked ~ .button_box label[for='sel_kansai'],
#staff_age input#sel_nagoya:checked ~ .button_box label[for='sel_nagoya'] {
    background-color: var(--tab-background);
    border: none;
    color: white;
}

#staff_age .graph {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}

#staff_age .graph .graph_bg {
    width: 80%;
    height: auto;
    padding: 5%;
    background-color: white;
    margin: 0 auto;
}

#staff_age .graph img {
    width : 80%;
}

#staff_age .graph .kanto,
#staff_age .graph .kansai,
#staff_age .graph .nagoya {
    display: none;
}

#staff_age input#sel_kanto:checked ~ .AgeGraph_box .graph .kanto,
#staff_age input#sel_kansai:checked ~ .AgeGraph_box .graph .kansai,
#staff_age input#sel_nagoya:checked ~ .AgeGraph_box .graph .nagoya {
    display: block;
}

.SelectRegion_tab{
    width: 27%;
    border-radius: 30px;
    font-size: 1.1em;
    border: 1px solid var(--NotChoiced-tab);
    color: var(--NotChoiced-tab);
    padding: 9px;
}

.AgeGraph_box{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

.photographer_graph{
    background-color: var(--tab-background);
}

.HairMakeArtist_graph{
    background-color: var(--HairMakeGraph-background);
}

.AgeGraph_box .graph{
    width: 49%;
    padding-bottom: 35px;
}

.AgeGraph_box .graph .title{
    font-size: 1.6em;
    margin: 12px auto;
}

.AgeGraph_box .graph .subtitle{
    font-family: "Hurricane";
    font-size: 1.5em;
    margin-top: 0;
}

.graph .title{
    color: white;
}

.graph .subtitle{
    color: white;
}

.graph .graph_bg img{
    margin: 10px auto;
}

.HairMakeArtist_graph .title{
    color: var(--HairMakeGraph-text);
}

.HairMakeArtist_graph .subtitle{
    color: var(--HairMakeGraph-text);
}

#features {
    position: relative;
    width: var(--full-width);
    margin: 0 auto;
    padding-top: 200px;
}

#features h2 {
    font-size: 2em;
    margin-bottom: 125px;
}

#features .bg_figure {
    position: absolute;
    top:0;
    left:0;
    width: 500px;
    z-index: -1;
}

#features .title-bg {
    top: 100px;
    left: 49%;
    text-align: left;
}

#features .feature_inner {
    width: calc(var(--main-width) * 0.75);
    margin: 0 auto;
}

#features .feature_table_compare {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 750px;
    margin: 0 auto;
}

#features .feature_table_compare .void_area {
    width: 143px;
    margin-right: 10px;
}

#features .feature_table_compare .indi_area {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 267px;
    height: 90px;
    margin-right: 7px;
    border: 1px solid var(--tab-background);
    border-radius: 19px;
}

#features .feature_table_compare .indi_area img.indi_logo{
    height: 64px;
    width: auto;
    margin-right: 10px;
}

#features .feature_table_compare .indi_area img.indi_text{
    width: 128px;
    height: auto;
}

#features .feature_table_compare .other_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 267px;
    height: 90px;
    border: 1px solid var(--NotChoiced-tab);
    border-radius: 16px;
    color: var(--NotChoiced-tab);
}

#features .feature_table_outer{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 750px;
    margin: 0 auto;
    font-size: 0.8rem;
    text-align: left;
}

#features .feature_table_item_head {
    display: flex;
    flex-direction: column;
    width: 140px;
    margin-right: 10px;
    padding-top: 13px;
}

#features .feature_table_item_head div.header_item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60.5px;
    margin-bottom: 3px;
    background-color: var(--tab-background);
    color: white;
    font-size: 0.9rem;
    border-top-left-radius: 2000px; /* 角を丸くする */
    border-bottom-left-radius: 2000px; /* 角を丸くする */
}

#features .feature_table_item_head div.header_item div.icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-left: 11px;
    margin-right: 10px;
    background-color: white;
    border-radius: 50%;
}

#features .feature_table_item_head div.header_item div.text_wrapper {
    width: 80px;
    text-align: left;
}

#features .feature_table_item_head div.icon_wrapper img{
    display: block;
    width: 20px;
    height: auto;
}

#features .feature_table_item_indi{
    display: flex;
    flex-direction: column;
    border: 4px solid var(--tab-background);
    padding: 10px 0;
    border-radius: 16px;
    margin-right: 10px;
    width: 267px;
}

#features .feature_table_item_indi div{
    position: relative;
    width: 222px;
    height: 58px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 22px;
    border-bottom: 1px solid var(--NotChoiced-tab);
}

#features .feature_table_item_indi > div > img{
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

#features .feature_table_item_indi div > label {
    position: absolute;
    bottom: 3px;
    right: 26px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--background-text);
}

#features .feature_table_item_indi div > label > img {
    width: 20px;
    height: auto;
    margin-left: 5px;
    transition: transform 0.2s linear;
}

#features .feature_table_item_indi div > label input {
    display: none;
}

#features .feature_table_item_indi div > label div.feature_detail {
    position: relative;
    display: none;
    width: 266px;
    height: 300px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    transform: scaleY(0);
    transition: scaleY 0.5s linear;
}

#features .feature_table_item_indi div > label div.feature_detail label {
    position: absolute;
    top: 20px;
    right: 20px;
}

#features .feature_table_item_indi div > label div.feature_detail label {
    width: 15px;
    height: 15px;
}

#features .feature_table_item_indi div > label div.feature_detail > .feature_disp {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Hurricane";
    color: var(--background-text);
    font-size: 1.5rem;
    margin: 0 auto;
}

#features .feature_table_item_indi div > label div.feature_detail > .feature_disp span {
    font-size: 3rem;
}

#features .feature_table_item_indi div > label div.feature_detail > .feature_title {
    color: var(--font-base-color);
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 15px;
}

#features .feature_table_item_indi div > label div.feature_detail > .feature_illust {
    display: block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

#features .feature_table_item_indi div > label div.feature_detail > .feature_illust img{
    width: 100%;
    height: auto;
}

#features .feature_table_item_indi div > label div.feature_detail > .feature_desc {
    font-size: 1rem;
    color: var(--font-base-color);
}

#features .feature_table_item_indi div > label input:checked ~ img{
    transform: rotate(180deg);
}

#features .feature_table_item_indi div > label input:checked ~ div.feature_detail {
    position: absolute;
    top: 20px;
    right: -4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--box-background);
    transform:scaleY(1.0);
    z-index: 10;
}

#features .feature_table_item_other{
    display: flex;
    flex-direction: column;
    width: 276px;
    padding-top: 13px;
}

#features .feature_table_item_other div {
    width: 65%;
    height: 58px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 40px;
    border-bottom: 1px solid var(--NotChoiced-tab);
}

#features .feature_table_item_other div img{
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

#features .feature_table_item_indi div:nth-child(2n),
#features .feature_table_item_other div:nth-child(2n){
    background-color: var(--box-background);
}

#features #feature_show_more1,
#features label[for='feature_show_more1'],
#features .show_more_contents {
    display: none;
}

#cta_area {
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--full-width);
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 90px;
}

#cta_area .cta_bg{
    width:100%;
    height: auto;
    z-index: -1;
}

#cta_area .cta_panel{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--cta-bg);
    display:flex;
    justify-content: center;
    align-items: center;
}

#cta_area .cta_button_panel{
    position:relative;
    width: 740px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#cta_area .cta_button_panel p{
    display: block;
    color: white;
    font-size: 1.6rem;
    margin: 0 auto 20px;
}

#cta_area .cta_button_area{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#cta_area .Entry_tab {
    width: 340px;
    height: 50px;
    margin: 0 15px;
    font-size: 1.2rem;
}

#work_flow {
    position: relative;
    width: var(--main-width);
    margin: 130px auto 0;
    text-align: center;
}

#work_flow h2{
    font-size: 2rem;
    letter-spacing: 0.2em;
    display: block;
    margin: 0 auto;
}

#work_flow .title-bg {
    top:-130px;
    left:0;
    text-align: left;
}

#work_flow .work_flow_outer {
    position: relative;
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 100px auto 0;
}

#work_flow .work_flow_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
}

#work_flow .work_flow_item {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#work_flow .work_flow_item p.flow_title {
    font-family: "Hurricane";
    color: var(--tab-background);
    font-size: 1.3rem;
    margin: 0;
}

#work_flow .work_flow_item p.flow_number {
    font-family: "Hurricane";
    color: var(--tab-background);
    font-size: 3rem;
    line-height: 1.7rem;
    margin: 0;
}

#work_flow .work_flow_item .flow_img{
    width: 100%;
    height: auto;
    margin: 10px auto 30px;
}

#work_flow .work_flow_item .work-flow-description {
    position: relative;
    width: 80%;
    height: 70%;
    background-color: var(--box-background);
    border-radius: 32px;
    padding: 12px 10%;
    line-height: 1.6em;
    text-align: left;
}

#work_flow .work_flow_item .work-flow-description .popup_upper{
    position: absolute;
    top: -15px;
    left: calc(50% - 10px);
    width: 20px;
    height: 15px;
    background-color: var(--box-background);
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}

#work_flow .work_flow_item .work-flow-description .description_title {
    color: var(--tab-background);
    font-size: 1.2rem;
    font-weight: bolder;
    text-align: center;
    margin: 1em 0;
}

#work_flow .work_flow_row .to_next {
    position: relative;
    height: 45px;
    width: auto;
    margin-top: 11%;
}

#work_style {
    position: relative;
    width: var(--full-width);
    margin: 0 auto 0;
    padding-top: 90px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#work_style .bg_1 {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 647px;
    height: auto;
    z-index: -2;
}

#work_style .bg_2 {
    position: absolute;
    bottom: 79px;
    right: -445px;
    width: 690px;
    height: auto;
    z-index: -2;
}

#work_style .title-bg {
    top: -3px;
    left: 47%;
    text-align: left;
    overflow: visible;
    white-space: nowrap;
}

#work_style h2{
    font-size: 2rem;
    line-height: 1.6em;
    letter-spacing: 0.2em;
}

#work_style .work_style_outer {
    position: relative;
    display: block;
    background-color: var(--box-background);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(var(--main-width)* 0.75);
    margin: 60px auto 0;
    padding-bottom: 50px;
}

#work_style .work_style_outer .work_style_title {
    color: var(--tab-background);
    font-size: 1.5rem;
    margin: 30px auto;
}

#work_style .for_line_box {
    position: relative;
    width: 85%;
    margin: 0 auto;
    z-index: 1;
}

#work_style .time_item {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom:  15px;
}

#work_style .time_item .time_item_left {
    width: 50%;
}

#work_style .time_item .time_item_left div.time_disp {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--tab-background);
    color: white;
    border-radius: 2000px;  /* 角を丸くする */
}

#work_style .time_item .time_item_left .time_disp .time_mark_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    margin: 3px;
    z-index: 1; /*線が下に来るように*/
    margin-right: 0.5rem;
}

#work_style .time_item .time_item_left .time_disp .time_mark{
    width: 25px;
    height: auto;
}

#work_style .time_item .time_item_left .time_desc {
    width: 90%;
    text-align: left;
    padding-left: 10%;
    padding-top: 10px;
    line-height: 1.6em;
}

#work_style .time_item .time_item_right {
    position: relative;
    width: 45%;
    margin-left: 6%;
    height: 182px;
    margin-bottom: 13px;
}

#work_style .time_item .time_item_right.no_img {
    border: none;
    height: 87px;
    margin-bottom: 25px;
}

#work_style .time_item .time_item_right.no_img.top_item{
    height: 115px;
}

#work_style .time_item .time_item_right img{
    width: 85%;
    height: auto;
    margin: 20px;
}

#work_style .time_item .time_item_right img.fukidashi {
    position: absolute;
    top: -14px;
    left: -30px;
    width:100%;
    height: auto;
}

#work_style .time_item .time_item_right img.fukidashi.sp{
    display: none;
}

#work_style .for_line_box .line_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 100%;
    border-right: 1px solid var(--tab-background);
    z-index: 0;
}
#work_style .time_item.last_item {
    width: 85%;
}

#shift_system {
    width: 100%;
    background-color: var(--box-background);
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 70px;
}

#shift_system .shift_inner {
    width: var(--main-width);
    text-align: center;
    margin: 0 auto;
}

#shift_system .shift_inner h2{
    margin-top: 15px;
    font-size: 2em;
    letter-spacing: initial;
    margin-bottom: -17px;
}

#shift_system .shift_inner .title_sub {
    font-family: "Hurricane";
    color: var(--tab-background);
    font-size: 2rem;
}

#shift_system .shift_inner .shift_flow_box {
    position: relative;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    margin: 55px auto;
}

#shift_system .shift_inner .shift_flow_item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#shift_system .shift_inner .shift_flow_item .date_box {
    position:relative;
    background-color: var(--background-text);
    border-radius: 5px;
    color: white;
    font-size: 1rem;
    margin-bottom: 20px;
    width: 130px;
    margin-left: -5px;
    padding: 3px;
}

#shift_system .to_next {
    position: absolute;
    top: 76px;
    right: -65px;
    display:block;
    width: 40px;
    height: auto;
}

#shift_system .topright_deco {
    position: absolute;
    top: -30px;
    right: -30px;
}

#shift_system .popup_bottom {
    position:absolute;
    bottom: -10px;
    right: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-color: var(--background-text);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}

#shift_system .shift_inner .shift_flow_item .date_box.large{
    width: 180px;
}

#shift_system .shift_inner .shift_flow_item .date_box span {
    font-size: 1.2rem;
    margin: 0;
    padding: 5px;
}

#shift_system .shift_inner .shift_flow_item .shift_flow_item_inner {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#shift_system .shift_inner .shift_flow_item .shift_flow_num {
    width: 150px;
    height: 75px;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    background-color: white;
    overflow: hidden;
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#shift_system .shift_inner .shift_flow_item .shift_flow_num .step{
    font-family: "Hurricane";
    color: var(--tab-background);
    font-size: 1.5rem;
    margin: 19px 10px -21px 1px;
}

#shift_system .shift_inner .shift_flow_item .shift_flow_num .step_num{
    font-family: "Hurricane";
    color: var(--tab-background);
    font-size: 3.5rem;
    margin: 0;
    margin-right: 5px;
}

#shift_system .shift_inner .shift_flow_item .shift_detail_box {
    width: 80%;
    height: 230px;
    text-align: left;
    padding: 5%;
    padding-top: 10px;
    background-color: white;
}

#shift_system .shift_inner .shift_flow_item .shift_detail_box p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 15px auto;
}

#shift_system .shift_inner .shift_flow_item .shift_detail_box hr {
    width: 90%;
    border: 1px solid var(--tab-background);
    margin-bottom: 15px;
}

#shift_system .shift_inner .shift_flow_item .shift_detail_box .shift_detail_text{
    padding: 0.5rem 1.5rem;
    line-height: 1.6em;
}

#interview {
    position: relative;
    width: var(--full-width);
    padding-top: 75px;
    margin: 0 auto;
    overflow: hidden;
}

#interview h2{
    font-size: 2em;
    letter-spacing: 0.1em;
    margin-top: 70px;
}
#interview input{
    display: none;
}

#interview .title-bg {
    top: 4%;
    left: 16%;
}

#interview .interview_inner {
    display: block;
    width: calc(var(--main-width)* 0.8);
    margin: 0 auto;
}

#interview .interview_tabbox {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 30px auto 30px;
}

#interview .interview_tabbox .row_box{
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto 10px;
}

#interview .interview_tabbox .row_box:first-child{
    margin: 0px auto 15px;
}

#interview .interview_tabbox label{
    color: var(--NotChoiced-tab);
    background-color: white;
    border: 1px solid var(--NotChoiced-tab);
    font-family: "Hurricane";
    font-size: 1.5rem;
    width: 50px;
    text-align: center;
    border-radius: 2000px;  /* 角を丸くする */
    padding: 8px;
}

#interview input#staff01:checked ~ .interview_tabbox label[for="staff01"],
#interview input#staff02:checked ~ .interview_tabbox label[for="staff02"],
#interview input#staff03:checked ~ .interview_tabbox label[for="staff03"],
#interview input#staff04:checked ~ .interview_tabbox label[for="staff04"],
#interview input#staff05:checked ~ .interview_tabbox label[for="staff05"],
#interview input#staff06:checked ~ .interview_tabbox label[for="staff06"] {
    background-color: var(--tab-background);
    color: white;
}


#interview .interview_inner .interview_content_outer .interview_person {
    display: none;
}

#interview input#staff01:checked ~ .interview_content_outer .interview_person.content01,
#interview input#staff02:checked ~ .interview_content_outer .interview_person.content02,
#interview input#staff03:checked ~ .interview_content_outer .interview_person.content03,
#interview input#staff04:checked ~ .interview_content_outer .interview_person.content04,
#interview input#staff05:checked ~ .interview_content_outer .interview_person.content05,
#interview input#staff06:checked ~ .interview_content_outer .interview_person.content06 {
    display: block;
}

#interview .interview_content_outer {
    width: 100%;
    display:flex;
    flex-direction: column;
}

#interview .interview_content_outer img{
    width: auto;
    height: 465px;
}

#interview .interview_person {
    position: relative;
    width: 100%;
}

#interview .interview_frame {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 400px;
}

#interview .interview_content {
    width: 30%;
    height: 225px;
    background-color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

#interview .interview_content .interview_title{
    display: flex;
    flex-direction: row;
    color: var(--tab-background);
}

#interview .interview_content .interview_header{
    display: flex;
    flex-direction: column;
    font-family: "Hurricane";
}

#interview .interview_content .interview_header .interview{
    font-size: 1.6rem;
    margin: -10px auto -27px;
}
#interview .interview_content .interview_header .interview_num{
    font-size: 4rem;
    margin: 0;
}

#interview .interview_content .interview_header_detail{
    font-size: 1.3em;
    text-align: left;
    margin-left: 28px;
    line-height: 1.4em;
}

#interview .interview_content hr{
    width: 100%;
    margin-top: 20px;
}

#interview .interview_frame .interview_content {
    position: absolute;
    z-index: 2;
    width: 38%;
    padding: 3% 3%;
}

#interview .interview_frame .interview_content .interview_desc{
    margin-top: 17px;
    text-align: left;
    line-height: 1.8em;
    padding: 0.5rem 2rem;
}

#interview .interview_frame.up {
    margin-bottom: 100px;
}

#interview .interview_frame.up .interview_content {
    top: 76px;
    left: 0;
    z-index: 2;
    padding: 3% 4%;
}

#interview .interview_frame.down .interview_content {
    position: absolute;
    top: 2px;
    right: 29px;
    z-index: 2;
    padding: 3% 3%;
}

#interview .interview_frame.up img {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 492px;
    height: auto;
    z-index: -1;
}


#interview .blur-circle-big {
    top: 34%;
}

#interview .blur-circle-small.up {
    top: 60%;
    left: 17%;
}

#interview .blur-circle-big.down {
    top: initial;
    bottom: 15%;
    right: 4%;
}

#interview .blur-circle-small.down {
    top: initial;
    bottom: 6%;
    right: 24%;
}

#interview .profile {
    position: absolute;
    right: 4px;
    top: 55%;
    width: 210px;
    background-color: var(--tab-background-tp);
    color: white;
    text-align: left;
    padding: 8px 7px 17px 28px;
    border-radius: 3px;
}

#interview .profile .profile_title{
    font-family: "Hurricane";
    font-size: 1.1rem;
    margin-bottom: 2px;
}


#interview .profile .emp_name{
    font-size: 1.5rem;
}

#interview .profile .profile_item{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-top: 2px;
    text-align: left;
    font-size: 1.2em;
}

#interview .profile .profile_header{
    display: block;
    color: var(--tab-background);
    text-align: center;
    width: 70px;
    background-color: white;
    margin: 16px 10px 0px 1px;
    border-radius: 2px;
    font-size: 0.8em;
}

#interview .interview_content_outer .interview_frame.down img{
    position: absolute;
    top: -40px;
    width: 492px;
    height: auto;
}

#interview .interview_more {
    display: none;
}

#gallery {
    position: relative;
    width: var(--main-width);
    margin: 0 auto;
    padding-top: 75px;
}

#gallery .title-bg {
    top: -22px;
    left: 53%;
}

#gallery input {
    display: none;
}

#gallery .shop_photo_area{
    display:none;
}

#gallery .label_container {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 60px auto 60px;
}

#gallery .label_container label {
    display: block;
    width: 156px;
    padding: 10px;
    color: var(--NotChoiced-tab);
    border: 1px solid var(--NotChoiced-tab);
    border-radius: 2000px; /* 角を丸くする */
}

#gallery input#gallery_kanto:checked ~ .label_container label[for="gallery_kanto"],
#gallery input#gallery_kansai:checked ~ .label_container label[for="gallery_kansai"],
#gallery input#gallery_nagoya:checked ~ .label_container label[for="gallery_nagoya"]{
    background-color: var(--tab-background);
    border: none;
    color: white;
}

#gallery input#gallery_kanto:checked ~ .shop_photo_area.kanto,
#gallery input#gallery_kansai:checked ~ .shop_photo_area.kansai,
#gallery input#gallery_nagoya:checked ~ .shop_photo_area.nagoya{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 83%;
    margin: 0 auto;
}

#gallery .local_disp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#gallery .page_disp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin: 80px auto 0;
}

#gallery .shop_photo_area .move_arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--box-background);
    display: flex;
    justify-content: center;
    align-items: center;
}
#gallery .shop_photo_area .move_arrow img{
    width: 50px;
    height: 50px;
}

#gallery .shop_photo_area_inner {
    width: 90%;
    display: flex;
    overflow-x: hidden;
}

#gallery .shop_photo_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    height: auto;
    margin: 0 8px;
    white-space: nowrap;
    font-size: 1.2rem;
}
#gallery .shop_photo_item .shop_photo {
    width: 245px;
    height: auto;
    margin-bottom: 10px;
}

#gallery .shop_photo_item .shop_photo:hover {
    cursor: pointer;
    opacity: 0.7;
}

#gallery .page_disp .page_circle {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background-color: var(--NotChoiced-tab);
}

#gallery .page_circle.current {
    background-color: var(--tab-background);
}

#gallery .gallery_modal_outer {
    position: fixed;
    top:0;
    left:0;
    width: var(--full-width);
    height: 100vh;
    background-color: var(--cta-bg);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gallery .gallery_modal_outer.closed {
    display: none;
}

#gallery .gallery_modal_outer .gallery_modal_inner{
    position: relative;
}

#gallery .gallery_modal_outer .gallery_modal_inner .close_btn{
    position: absolute;
    top: -46px;
    right: 0;
    width: 40px;
    height: auto;
}

#gallery .gallery_modal_outer .gallery_modal_inner .target_img {
    position: relative;
    width: calc(var(--main-width) * 0.75);
    height: auto;
}

#faq {
    position: relative;
    width: var(--full-width);
    margin: 75px auto;
    background-color: var(--box-background);
    padding-top: 100px;
    padding-bottom: 10px;
}

#faq .title-bg {
    top: 10px;
    right: 53%;
    z-index: 2 ;
}

#faq .faq_content_inner {
    width: calc(var(--main-width)* 0.75);
    display: flex;
    flex-direction: column;
    margin: 4vw auto 0;
}

#faq .qa_item {
    position: relative;
    background-color: white;
    padding-left: 41px;
    margin-bottom: 20px;
}

#faq input {
    display: none;
}

#faq .qa_item label {
    position: absolute;
    top: 29px;
    right: 59px;
}

#faq .qa_item .question,
#faq .qa_item .answer {
    flex-direction: row;
    justify-content: left;
    align-items: center;
    line-height: 1.7rem;
}

#faq .qa_item .question {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

#faq .qa_item .answer {
    display: none;
    padding-top: 0;
    padding-bottom: 30px;
}

#faq .qa_item .question .q_bg,
#faq .qa_item .answer .a_bg {
    width:35px;
    height:35px;
    margin-right: 20px;
}

#faq .qa_item .question .q_bg img,
#faq .qa_item .answer .a_bg img {
    width:35px;
    height:35px;
}

#faq .qa_item .question,
#faq .qa_item .answer .answer_txt  {
    text-align: left;
	font-size:1.2rem;
	line-height:1.6em;
	padding-right: 8rem;
}

#faq .qa_item .question {
    font-weight: bold;
    font-size: 1.3rem;
}

#faq .qa_item .answer .answer_txt span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}


#faq label img.on_open {
    display: none;
}

#faq label img.on_close {
    display: block;
    width: 40px;
    height: auto;
}

#faq input#faq01:checked ~ label[for="faq01"] img.on_open,
#faq input#faq02:checked ~ label[for="faq02"] img.on_open,
#faq input#faq03:checked ~ label[for="faq03"] img.on_open,
#faq input#faq04:checked ~ label[for="faq04"] img.on_open,
#faq input#faq05:checked ~ label[for="faq05"] img.on_open,
#faq input#faq06:checked ~ label[for="faq06"] img.on_open {
    display: block;
    width: 40px;
    height: auto;
}

#faq input#faq01:checked ~ label[for="faq01"] img.on_close,
#faq input#faq02:checked ~ label[for="faq02"] img.on_close,
#faq input#faq03:checked ~ label[for="faq03"] img.on_close,
#faq input#faq04:checked ~ label[for="faq04"] img.on_close,
#faq input#faq05:checked ~ label[for="faq05"] img.on_close,
#faq input#faq06:checked ~ label[for="faq06"] img.on_close {
    display: none;
}

#faq input#faq01:checked ~ .answer.no1,
#faq input#faq02:checked ~ .answer.no2,
#faq input#faq03:checked ~ .answer.no3,
#faq input#faq04:checked ~ .answer.no4,
#faq input#faq05:checked ~ .answer.no5,
#faq input#faq06:checked ~ .answer.no6 {
    display: flex;
}

#locations {
    position: relative;
    width: var(--full-width);
    margin: 170px auto 100px;
}

#locations input {
    display: none;
}

#locations .bg_figure {
    position: absolute;
    top:0;
    left:0;
    width: 500px;
    z-index: -1;
}

#locations .title-bg {
    top: -138px;
    left: 53%;
    text-align: left;
}

#locations .label_container {
    width: 41%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 90px auto 30px;
}

#locations .desc.sp {
    display: none;
}

#locations .label_container label {
    display: block;
    width: 129px;
    padding: 13px;
    color: var(--NotChoiced-tab);
    border: 1px solid var(--NotChoiced-tab);
    border-radius: 2000px; /* 角を丸くする */
}

#locations .location_table{
    display: none;
    padding-top: 16px;
}

#locations input#location_kanto:checked ~ .label_container label[for="location_kanto"],
#locations input#location_kansai:checked ~ .label_container label[for="location_kansai"],
#locations input#location_nagoya:checked ~ .label_container label[for="location_nagoya"]{
    background-color: var(--tab-background);
    color: white;
}

#locations input#location_kanto:checked ~ .location_table.kanto,
#locations input#location_kansai:checked ~ .location_table.kansai,
#locations input#location_nagoya:checked ~ .location_table.nagoya{
    display: block;
    width: var(--main-width);
    margin: 0 auto;
}

#locations .location_table h3 {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6em;
}

#locations .location_table table {
    display: table;
    width: 70%;
    border-collapse: collapse;
    margin: 0 auto;
}

#locations .location_table table tr td{
    padding-top: 25px;
    padding-bottom: 25px;
}

#locations .location_table table tr td:first-child{
    width: 12%;
}

#locations .location_table table tr td:not(:first-child){
    width: 22%;
}

#locations .location_table table tr:first-child td{
    color: var(--tab-background);
    font-weight: bold;
    border-bottom: 1px solid var(--tab-background);
}

#locations .location_table table tr:not(:first-child) td {
    color: var(--font-base-color);
    border-bottom: 1px solid var(--NotChoiced-tab);
    line-height: 1.6em;
}

#locations .location_item a {
    width: 110px;
    border: 1px solid var(--NotChoiced-tab);
    border-radius: 2000px; /* 角を丸くする */
    padding: 7px;
    text-decoration: none;
    color: var(--tab-background);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#locations .location_item a img{
    width: 25px;
    height: auto;
    margin-right: 2px;
}

#locations .location_item .location_title {
    display: block;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--location_place_color);
}

#locations .location_label.sp {
    display: none;
}

#locations .location_list_inner {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
}

#locations .location_item {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid var(--NotChoiced-tab);
    padding-top: 25px;
    padding-bottom: 25px;
}

#locations .location_item .sp {
    display: none;
}

#locations .location_item .location_title{
    width: 12%;
}

#locations .location_item .address {
    width: 22%;
    text-align: left;
    margin-left: 5%;
	padding-left:1em;
}

#locations .location_item .access {
    width: 22%;
    text-align: left;
	padding-left:1em;
}

#locations .location_item .location_detail {
    width: 22%;
	padding-left:1em;
}

#locations .location_item .map_link {
    width: 22%;
}

#selection {
    position:relative;
    width: var(--main-width);
    margin: 200px auto 100px;
}

#selection .title-bg {
    top: -80px;
    right: 56%;

}

#selection h2 {
    font-size: 2em;
    margin-bottom: 5vw;
    letter-spacing: 0.1em;
}

#selection h3 {
    font-size: 2.1em;
    font-weight: bold;
    margin-bottom: 20px;
}

#selection .flow_desc {
    display: block;
    font-family: "Hurricane";
    color: var(--tab-background);
    margin: 0 auto;
    font-size: 1.8rem;
    margin-bottom: 48px;
}

#selection .step_outer{
    width: 67%;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    margin: 0 auto;
}

#selection .step_outer .header_item {
    font-family: "Hurricane";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#selection .step_outer .header_item .step {
    color: var(--tab-background);
    font-size: 1.7rem;
    margin-top: -5px;
}

#selection .step_outer .header_item .step_num {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: var(--tab-background);
    color: white;
    font-size: 2rem;
    margin: 10px auto;
}

#selection .sel_flow{
    position: relative;
}

#selection .sel_header {
    position: absolute;
    width: 67%;
    top: 30px;
}

#selection .arrow_line {
    width: 20%;
    height: 20px;
    background-color: var(--tab-background);
    clip-path: polygon(0% 50%, 98% 50%, 94% 30%,95% 30%,100% 51%,95% 70%,94% 70% ,98% 53%, 0% 53%);
}

#selection .arrow_line.arrow1 {
    position: absolute;
    left: 36%
}

#selection .arrow_line.arrow2 {
    position: absolute;
    left: 64%
}

#selection .arrow_line.arrow3 {
    position: absolute;
    left: 92%
}

#selection .selection_detail_box {
    width: 75%;
    height: 280px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}

#selection .selection_detail_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 95%;
    height: 205px;
    background-color: var(--box-background);
    padding-bottom: 30px;
}

#selection .to_next.sp {
    display: none;
}

#selection .selection_detail_item img {
    width: 50px;
    height: auto;
    padding-top: 25px;
}

#selection .selection_detail_item .step_title {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 2px auto 15px;
}

#selection .selection_detail_item .detail {
    width: 80%;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.6em;
    height: 85px;
}

#job_desc {
    width:100%;
    background-color: var(--box-background);
    padding-top: 120px;
    padding-bottom: 120px;
}

#job_desc h2 {
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.4em;
}

#job_desc .job_desc_inner {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

#job_desc input{
    display: none;
}

#job_desc .label_container {
    width: 67%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 60px auto 53px;
}

#job_desc .label_container label {
    display: block;
    width: 167px;
    padding: 15px;
    color: var(--NotChoiced-tab);
    border: 1px solid var(--NotChoiced-tab);
    border-radius: 2000px; /* 角を丸くする */
}

#job_desc .description{
    display: none;
    width: 76%;
    margin: 0 auto;
    padding: 37px;
    background-color: white;
    margin: 0 auto;
}

#job_desc input#description_kanto:checked ~ .label_container label[for="description_kanto"],
#job_desc input#description_kansai:checked ~ .label_container label[for="description_kansai"],
#job_desc input#description_nagoya:checked ~ .label_container label[for="description_nagoya"]{
    background-color: var(--tab-background);
    border: none;
    color: white;
}

#job_desc input#description_kanto:checked ~ .description.kanto,
#job_desc input#description_kansai:checked ~ .description.kansai,
#job_desc input#description_nagoya:checked ~ .description.nagoya{
    display: block;
    margin: 0 auto;
}

#job_desc .description table {
    display: table;
    border-collapse: collapse;
    width: 90%;
    margin: 0 auto;
}

#job_desc .description table tr:first-child td {
    border-top: 1px solid var(--NotChoiced-tab);
}

#job_desc .description table tr td {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: left;
    border-bottom: 1px solid var(--NotChoiced-tab);
}

#job_desc .description table tr td:first-child {
    width: 25%;
    font-weight: bold;
}

#entry_form {
    width: var(--full-width);
    margin: 0 auto;
}

#entry_form .inner {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

/* モーダル化した時の定義 */
#entry_form.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    pointer-events: none;
}

#entry_form.modal .inner {
    position: relative;
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
    overflow-y: scroll;
    max-height: 100vh;
    pointer-events: auto;
    z-index: 101;
}

#entry_form.modal .close_for_modal{
    display: block;
    position: fixed;
    top: 15px;
    left: calc(50% - 447px);
    width: 30px;
    height: auto;
}

#entry_form .form_desc {
    font-size: 1rem;
    font-weight: initial;
}

#entry_form .form_header {
    width: 100%;
    font-size: 2rem;
    font-weight: initial;
    color: white;
    background-color: var(--tab-background);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}

#entry_form .close_for_modal{
    display:none;
}

#entry_form span {
    width: 40px;
    display: inline;
    background-color: var(--tab-background);
    color: white;
    font-size: 0.8rem;
    border-radius: 2px;
    padding: 2px;
    margin-right: 3px;
}

#entry_form input[type="text"],
#entry_form input[type="email"],
#entry_form select {
    height: 50px;
    background-color: var(--location_place_color);
    border: none;
    font-size: 1.2rem;
}

#entry_form textarea {
    width: 450px;
    height: 120px;
    border: none;
    background-color: var(--location_place_color);
    font-size: 1.2rem;
}

#entry_form textarea::placeholder {
    color: var(--NotChoiced-tab);
    font-weight: normal;
}

#entry_form input::placeholder {
    color: var(--NotChoiced-tab);
}

#entry_form input.long {
    width: 450px;
}

#entry_form input.middle,
#entry_form select.middle {
    width: 250px;
}

#entry_form input.short {
    width: 70px;
}

#entry_form .large_textarea {
    width: 700px;
    height: 250px;
}

#entry_form p {
    font-size: 1.2rem;
    font-weight: bolder;
}

#entry_form input[type=submit] {
    display: block;
    background-color: var(--tab-background);
    color: white;
    border: none;
    border-radius: 2000px /* 角を丸くする */;
    font-size: 1.2em;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 20px auto;
}

#entry_form input[type=submit]:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

#entry_form .entry_footer {
    padding-top: 30px;
}

#sp_menu {
    display: none;
}