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

    --full-width: 100vw;
    --main-width : 100vw;
    font-size: 12px;
}

body{
    width: var(--full-width);
    text-align: center;
    overflow-x: hidden;
    margin: 0;
    max-width: var(--full-width);
    font-family: "Noto Sans JP";
}

h2 {
    font-size: 1.5rem;
    width: var(--full-width);
    letter-spacing: 0.2em;
}

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

#header{
    width: var(--main-width);
    height: 11vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    overflow-x: hidden;
}

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

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

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

#header .humberger {
    width: 7vw;
    height: auto;
    margin-right: 2vw;
}

#header .header_tab{
    display: none;
}

.Entry_tab{
    width: 80vw;
    height: 13vw;
    color: white;
    font-size: 1.3rem;
    background-color: var(--tab-background);
    border: 1px solid white;
    border-radius: 50px;
    overflow-x: hidden;
}

.For_HairMake{
    display: flex !important;
    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: 6.5rem;
    color: var(--background-text);
    opacity: 0.2;
    transform: rotate(-8deg);
    z-index: -1;
}

/*　背景の薄い黄色い丸の共通定義　*/
.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;
}


#Catchy_Copy{
    position: relative;
    width: var(--main-width);
    height: 170vw;
    margin: 0 auto;
    display: flex;
    display: column;
    overflow-x: hidden;
}

#Catchy_Copy .blur-circle-small.sp {
    top: 7vw;
    left: 5vw;
}

#Catchy_Copy .title-box {
    width: var(--full-width);
    padding-top: 3vw;
    text-align: center;
    box-sizing: border-box;
}

#Catchy_Copy .title-box h1 br.sp{
    display: none;
}

#Catchy_Copy h1{
    width: var(--full-width);
    font-size: 2rem;
    margin: 1vw auto;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}

#Catchy_Copy h2{
    width: var(--full-width);
    font-weight: normal;
    margin-top: 3vw;
    font-size: 1.3rem;
}

#Catchy_Copy .point{
    display: flex;
    justify-content: space-around;
    width: var(--full-width);
    text-align: center;
    margin-top: 5vw;
    margin-bottom: 50vw;
}

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

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

#Catchy_Copy .point_box{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28vw;
    height: 28vw;
    font-size: 1.2em;
    line-height: 1.2em;
    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;
    margin: 0 auto;
    gap: 3vw;
}

#Catchy_Copy .Entry_tab {
    width: 320px;
}

#Catchy_Copy .Catchy_Copy_img{
    position: absolute;
    width: var(--full-width);
    top: 50vw;
    left: 0;
    z-index: -999;
}

#job-description{
    position: relative;
    width: var(--main-width);
    margin: 5vw auto 0;
    overflow-x: hidden;
    margin-bottom: -1vw;
}

#job-description .title-bg {
    top: 6vw;
    left:0;
    text-align: center;
}

#job-description .job-title{
    position: relative;
    width: var(--full-width);
    margin-top: 15vw;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
}

#job-description .job_subtitle_letter{
    margin-top: 0.2vw;
    margin-bottom: 1.7vw;
    letter-spacing: 0.1em;
}

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

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

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

 .job-subtitle p {
    margin: 8vw auto;
    text-align: left;
    width: 70vw;
    line-height: 1.6em;
}

#job_content{
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    gap: 3vw;
    overflow-x: hidden;
}

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

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

.job_box .Job_box_img{
    width: 70%;
    background-color: var(--box-background);
    margin: 2vw auto 1vw;
}

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

#job_content .title_imgbox {
    display: flex;
    flex-direction: column;
    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 span.job_type{
    font-weight: 700;
    font-size: 1.2em;
}

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

#job_explanation{
    position: relative;
    margin-top: -13vw;
    padding-top: 7%;
    font-size: 1.2rem;
    text-align: left;
    overflow-x: hidden;
}

#job_explanation div.job_exp_outer {
    position: absolute;
    top: 17vw;
    left: 11vw;
    margin: 4vw auto;
    width: 80vw;
}

#job_explanation div.job_exp_inner {
    margin-bottom: 6vw;
}

#job_explanation img{
    z-index: -1;
    position: relative;
    width: var(--full-width);
    height: auto;
    margin: 0 auto;
    top: 0vw;
    left: 0;
    overflow: hidden;
    height: 77vw;
    width: auto;
    transform: translateX(-13vw);
    opacity: 0.2;
}

#need_SkillsAndExperience{
    display: block;
    width: var(--main-width);
    background-color: var(--box-background);
    padding-top: 5vw;
    padding-bottom: 5vw;
    overflow-x: hidden;
}

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

#need_SkillsAndExperience h1{   
    margin-top: 5vw;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    margin-bottom: 3vw;
}

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

.need_SkillsAndExperience_box{
    display: block;
    width: 80vw;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3vw 3vw;
    margin: 3vw auto;
}

.need_SkillsAndExperience_box .exp_img{
    width: 75%;
    height: auto;
    margin: 0 auto;
}

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

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

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

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

.need_SkillsAndExperience_text .explain_title{
    font-size: 1.3rem;
    font-weight: bold;
    width: 90%;
    margin-top: 2vw;
    margin-bottom: 3vw;
}

.need_SkillsAndExperience_text .explain_box{
    font-size: 1rem;
    line-height: 1.8rem;
    display: none;
}

.need_SkillsAndExperience_text input {
    display: none;
}

.need_SkillsAndExperience_text .skill_detail {
    display: flex;
    justify-content: center;
}

.need_SkillsAndExperience_text .skill_detail .circle_div {
    display: block;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background-color: var(--box-background);
    margin-left: 2vw;
}

.need_SkillsAndExperience_text .skill_detail .circle_div img {
    width: 10vw;
    height: 10vw;
}

.need_SkillsAndExperience_text input#skills_1:checked ~ .explain_box,
.need_SkillsAndExperience_text input#skills_2:checked ~ .explain_box,
.need_SkillsAndExperience_text input#skills_3:checked ~ .explain_box,
.need_SkillsAndExperience_text input#skills_4:checked ~ .explain_box {
    display: block;
}

.need_SkillsAndExperience_text input#skills_1:checked ~ label.skill_detail img.on_open,
.need_SkillsAndExperience_text input#skills_2:checked ~ label.skill_detail img.on_open,
.need_SkillsAndExperience_text input#skills_3:checked ~ label.skill_detail img.on_open,
.need_SkillsAndExperience_text input#skills_4.answer.no1 ~ label.skill_detail img.on_open {
    display: block;
}

.need_SkillsAndExperience_text input#skills_1:checked ~ label.skill_detail img.on_close,
.need_SkillsAndExperience_text input#skills_2:checked ~ label.skill_detail img.on_close,
.need_SkillsAndExperience_text input#skills_3:checked ~ label.skill_detail img.on_close,
.need_SkillsAndExperience_text input#skills_4:checked ~ label.skill_detail img.on_close {
    display: none;
}

.need_SkillsAndExperience_text input#skills_1:not(:checked) ~ label.skill_detail img.on_open,
.need_SkillsAndExperience_text input#skills_2:not(:checked) ~ label.skill_detail img.on_open,
.need_SkillsAndExperience_text input#skills_3:not(:checked) ~ label.skill_detail img.on_open,
.need_SkillsAndExperience_text input#skills_4:not(:checked) ~ label.skill_detail img.on_open {
    display: none;
}

.need_SkillsAndExperience_text input#skills_1:not(:checked) ~ label.skill_detail img.on_close,
.need_SkillsAndExperience_text input#skills_2:not(:checked) ~ label.skill_detail img.on_close,
.need_SkillsAndExperience_text input#skills_3:not(:checked) ~ label.skill_detail img.on_close,
.need_SkillsAndExperience_text input#skills_4:not(:checked) ~ label.skill_detail img.on_close {
    display: block;
}

#staff_age {
    width: var(--full-width);
    overflow-x: hidden;
}

#staff_age h2{
    margin-top: 10vw;
    letter-spacing: 0.2em;
    font-size: 1.5em;
}

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

#staff_age .button_box{
    width: 90%;
    height: 10vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 3vw 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: 5vw;
}

#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: 30%;
    border-radius: 30px;
    font-size: 1.1em;
    border: 1px solid var(--NotChoiced-tab);
    color: var(--NotChoiced-tab);
    padding-top: 2vw;
}

.AgeGraph_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    gap: 3vw;
}

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

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

.AgeGraph_box .graph{
    width: 100%;
    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(--main-width);
    margin: 0 auto;
    padding-top: 20vw;
    overflow-x: hidden;
}

#features h2 {
    font-size: 1.7em;
    margin-bottom: 10vw;
    letter-spacing: 0.1em;
    line-height: 1.3em;
}

#features .bg_figure {
    display: none;
}

#features .title-bg {
    top: 10vw;
    left: 49vw;
    text-align: left;
}

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

#features .feature_table_compare .void_area {
    width: 20vw;
    margin-right: 3vw;
}

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

#features .feature_table_compare .indi_area img.indi_logo{
    height: 10vw;
    width: auto;
}

#features .feature_table_compare .indi_area img.indi_text{
    width: 20vw;
    height: auto;
}

#features .feature_table_compare .other_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36vw;
    height: 15vw;
    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: 90%;
    margin: 0 auto;
    font-size: 0.8rem;
    text-align: left;
}

#features .feature_table_item_head {
    display: flex;
    flex-direction: column;
    width: 20vw;
    margin-right: 2vw;
    margin-bottom: 4vw;
    margin-top: 3vw;
}

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

#features .feature_table_item_head div.header_item div.icon_wrapper {
    display: none;
}

#features .feature_table_item_head div.header_item div.text_wrapper {
    width: 20vw;
    text-align: center;
    font-size: 0.9rem;
}

#features .feature_table_item_head div.icon_wrapper img{
    display: none;
}

#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: 40%;
}

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

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

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

#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 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: 40%;
    padding-top: 13px;
}

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

#features .feature_table_item_other div img{
    width: 30px;
    height: 30px;
    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 input#feature_show_more1,
#features input#feature_show_more2,
#features input#feature_show_more3 {
    display: none;
}

#features label[for='feature_show_more1'],
#features label[for='feature_show_more2'],
#features label[for='feature_show_more3']{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--tab-background);
    margin: 4vw;
}

#features label[for='feature_show_more1'] .circle_div,
#features label[for='feature_show_more2'] .circle_div,
#features label[for='feature_show_more3'] .circle_div {
    display: block;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background-color: var(--box-background);
    margin-left: 2vw;
}

#features label[for='feature_show_more1'] .circle_div img,
#features label[for='feature_show_more2'] .circle_div img,
#features label[for='feature_show_more3'] .circle_div img {
    width: 10vw;
    height: 10vw;
}

#features label[for='feature_show_more1'] .circle_div img.on_open,
#features label[for='feature_show_more2'] .circle_div img.on_open,
#features label[for='feature_show_more3'] .circle_div img.on_open {
    display: none;
}

input#feature_show_more1:checked ~ label[for='feature_show_more1'] .circle_div img.on_open,
input#feature_show_more2:checked ~ label[for='feature_show_more2'] .circle_div img.on_open,
input#feature_show_more3:checked ~ label[for='feature_show_more3'] .circle_div img.on_open {
    display: block;
}

input#feature_show_more1:checked ~ label[for='feature_show_more1'] .circle_div img.on_close,
input#feature_show_more2:checked ~ label[for='feature_show_more2'] .circle_div img.on_close,
input#feature_show_more3:checked ~ label[for='feature_show_more3'] .circle_div img.on_close {
    display: none;
}


#features .show_more_contents.contents1,
#features .show_more_contents.contents2,
#features .show_more_contents.contents3 {
    display: none;
}

input#feature_show_more1:checked ~ .show_more_contents.contents1,
input#feature_show_more2:checked ~ .show_more_contents.contents2,
input#feature_show_more3:checked ~ .show_more_contents.contents3 {
    display: block;
}

#features .show_more_contents .show_more_inner {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    row-gap: 0;
    column-gap: 2%;
    width: 96%;
    height: 123vw;
    margin: 0 auto;
}

#features .show_more_contents .show_more_inner.last {
    height: 62vw;
}

#features .show_more_contents div.feature_detail {
    position: relative;
    width: 45vw;
    height: 60vw;
    background-color: var(--box-background);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 1vw;
}

#features .show_more_contents .feature_disp {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Hurricane";
    color: var(--background-text);
    font-size: 1.5rem;
    margin: -2vw auto;
}

#features .show_more_contents .feature_disp span {
    font-size: 3.5rem;
}

#features .show_more_contents .feature_title {
    color: var(--font-base-color);
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 auto;
}

#features .show_more_contents .feature_illust {
    display: block;
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

#features .show_more_contents .feature_illust img{
    width: 100%;
    height: auto;
}

#features .show_more_contents .feature_desc {
    font-size: 1rem;
    color: var(--font-base-color);
    text-align: left;
    padding: 0.5rem 1.5rem;
}

#cta_area {
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vw auto;
    width: var(--full-width);
    height: 80vw;
    overflow-x: hidden;
}

#cta_area .cta_bg{
    width: var(--full-width);
    height: 80vw;
    overflow: clip;
    object-fit: cover;
}

#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: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#cta_area .cta_button_panel p{
    display: block;
    color: white;
    font-size: 1.3rem;
    margin: 0 auto 6vw;
}

#cta_area .cta_button_area{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 3vw;
}

#work_flow {
    position: relative;
    width: var(--main-width);
    margin: 15vw auto 0;
    text-align: center;
    overflow-x: hidden;
}

#work_flow h2{
    display: block;
    margin: 0 auto;
    font-size: 1.7em;
    letter-spacing: 0.1em;
    line-height: 1.3em;
}

#work_flow .title-bg {
    top: -5vw;
    left: 0;
    text-align: left;
}

#work_flow .work_flow_outer {
    position: relative;
    width: var(--full-width);
    display: flex;
    flex-direction: column;
    margin: 10vw auto 0;
}

#work_flow .work_flow_row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5vw auto;
}

#work_flow .work_flow_item {
    width: 90vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
}

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

#work_flow .work_flow_item .flow_step {
    display: flex;
    flex-direction: row;
    justify-content: 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: 35vw;
    height: auto;
    margin: 8px 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.4em;
    text-align: left;
}

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

#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-block-start: 1em;
    margin-block-end: 1em;
}

#work_flow .work_flow_row .to_next {
    position: relative;
    height: 30px;
    width: auto;
    top: -2vw;
    left: -27vw;
    transform: rotate( 90deg );
}

#work_style {
    position: relative;
    width: var(--main-width);
    margin: 0 auto 0;
    padding-top: 10vw;
    overflow-x: hidden;
}

#work_style .bg_1 {
    position: absolute;
    top:0;
    left:0;
    z-index: -2;
    display: none;
}

#work_style .bg_2 {
    position: absolute;
    bottom:0;
    right:0;
    z-index: -2;
    display: none;
}

#work_style .title-bg {
    top: 5vw;
    left: 27vw;
    text-align: left;
    white-space: nowrap;
}

#work_style h2{
    font-size: 2em;
    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: 80vw;
    margin: 10vw auto 0;
    padding-bottom: 5vw;
}

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

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

#work_style .time_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom:  3vw;
}

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

#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;  /* 角を丸くする */
    font-size: 1.3rem;
}

#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; /* 線が下に来るように */
}

#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: 8vw;
    padding-top: 3vw;
    padding-bottom: 2vw;
    line-height: 1.6em;
}

#work_style .time_item .time_item_right {
    position: relative;
    width: 93%;
    margin-left: 5vw;
    height: 35vw;
    margin-bottom: 10vw;
}

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

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

#work_style .time_item .time_item_right img{
    position: relative;
    width: 85%;
    height: auto;
    margin: 2vw;
    top: 3.2vw;
    left: 0vw;
}

#work_style .time_item .time_item_right img.fukidashi {
    position: absolute;
    top: -2vw;
    left: 0vw;
    width: 93%;
    height: auto;
}

#work_style .time_item .time_item_right img.fukidashi.pc {
    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: 18vw;
    padding-top: 18vw;
    padding-bottom: 6vw;
    overflow-x: hidden;
}

#shift_system h2 {
    letter-spacing: initial;
}

#shift_system .inner {
    width: var(--main-width);
    text-align: center;
}

#shift_system .shift_inner h1{
    margin-top: 0vw;
    font-size: 2em;
    margin-bottom: -5vw;
}

#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: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 4vw auto;
}

#shift_system .shift_inner .shift_flow_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 7vw;
}

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

#shift_system .to_next {
    display: none;
}

#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.7rem;
    margin: 0;
}

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

#shift_system .shift_inner .shift_flow_item .shift_flow_num {
    width: 18vw;
    height: 18vw;
    border-top-left-radius: 18vw;
    border-bottom-left-radius: 18vw;
    background-color: var(--tab-background);
    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: white;
    font-size: 2.2rem;
    margin: 6vw 0vw -3vw 1vw;
}

#shift_system .shift_inner .shift_flow_item .shift_flow_num .step_num{
    font-family: "Hurricane";
    color: white;
    font-size: 3.5rem;
    margin: 0;
    margin-right: 0vw;
    transform: translateY(-3vw);
}

#shift_system .shift_inner .shift_flow_item .shift_detail_box {
    width: 80%;
    height: 42vw;
    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: 0 auto;
}

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

#shift_system .shift_inner .shift_flow_item .shift_detail_box .shift_detail_text{
    padding-left: 2px;
    line-height: 1.6em;
    font-size: 1.1rem;
}

#interview {
    position: relative;
    width: 100%;
    padding-top: 16vw;
    margin: 0;
    overflow-x: hidden;
}

#interview h1{
    font-size: 2.5em;
}
#interview input{
    display: none;
}

#interview .title-bg {
    font-size: 6.5rem;
    top: 55px;
    left: 0;
}

#interview .interview_inner {
    display: block;
    width: 90%;
    margin: 0 auto;
}

#interview .interview_tabbox {
    width: 78%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 7vw auto 3vw;
}

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

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

#interview .interview_tabbox label{
    color: var(--NotChoiced-tab);
    background-color: white;
    border: 1px solid var(--NotChoiced-tab);
    font-family: "Hurricane";
    font-size: 2rem;
    width: 50px;
    text-align: center;
    border-radius: 2000px;
    padding: 0 2.5vw;
}

#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: 90vw;
    height: auto;
}

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

#interview .interview_frame {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#interview .interview_frame input {
    display: none;
}

#interview .interview_more {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--tab-background);
    margin: 1vw;
}

#interview .interview_more .circle_div{
    display: block;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background-color: var(--box-background);
    margin-left: 2vw;
}

#interview .interview_more .circle_div img.chk {
    width: 10vw;
    height: 10vw;
}

#interview input#chk_interview_up_1:not(:checked) ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_1:not(:checked) ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_up_2:not(:checked) ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_2:not(:checked) ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_up_3:not(:checked) ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_3:not(:checked) ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_up_4:not(:checked) ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_4:not(:checked) ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_up_5:not(:checked) ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_5:not(:checked) ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_up_6:not(:checked) ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_6:not(:checked) ~ .interview_content .circle_div img.chk.on_open {
    display: none;
}

#interview input#chk_interview_up_1:checked ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_1:checked ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_up_2:checked ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_2:checked ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_up_3:checked ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_3:checked ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_up_4:checked ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_4:checked ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_up_5:checked ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_5:checked ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_up_6:checked ~ .interview_content .circle_div img.chk.on_open,
#interview input#chk_interview_down_6:checked ~ .interview_content .circle_div img.chk.on_open {
    display: block;
}

#interview input#chk_interview_up_1:checked ~ .interview_content .interview_more span,
#interview input#chk_interview_down_1:checked ~ .interview_content .interview_more span,
#interview input#chk_interview_up_2:checked ~ .interview_content .interview_more span,
#interview input#chk_interview_down_2:checked ~ .interview_content .interview_more span,
#interview input#chk_interview_up_3:checked ~ .interview_content .interview_more span,
#interview input#chk_interview_down_3:checked ~ .interview_content .interview_more span,
#interview input#chk_interview_up_4:checked ~ .interview_content .interview_more span,
#interview input#chk_interview_down_4:checked ~ .interview_content .interview_more span,
#interview input#chk_interview_up_5:checked ~ .interview_content .interview_more span,
#interview input#chk_interview_down_5:checked ~ .interview_content .interview_more span,
#interview input#chk_interview_up_6:checked ~ .interview_content .interview_more span,
#interview input#chk_interview_down_6:checked ~ .interview_content .interview_more span {
    display: none;
}

#interview input#chk_interview_up_1:not(:checked) ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_1:not(:checked) ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_up_2:not(:checked) ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_2:not(:checked) ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_up_3:not(:checked) ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_3:not(:checked) ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_up_4:not(:checked) ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_4:not(:checked) ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_up_5:not(:checked) ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_5:not(:checked) ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_up_6:not(:checked) ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_6:not(:checked) ~ .interview_content .circle_div img.chk.on_close {
    display: block;
}

#interview input#chk_interview_up_1:checked ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_1:checked ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_up_2:checked ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_2:checked ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_up_3:checked ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_3:checked ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_up_4:checked ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_4:checked ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_up_5:checked ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_5:checked ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_up_6:checked ~ .interview_content .circle_div img.chk.on_close,
#interview input#chk_interview_down_6:checked ~ .interview_content .circle_div img.chk.on_close {
    display: none;
}

#interview input#chk_interview_up_1:checked ~ .interview_content,
#interview input#chk_interview_down_1:checked ~ .interview_content,
#interview input#chk_interview_up_2:checked ~ .interview_content,
#interview input#chk_interview_down_2:checked ~ .interview_content,
#interview input#chk_interview_up_3:checked ~ .interview_content,
#interview input#chk_interview_down_3:checked ~ .interview_content,
#interview input#chk_interview_up_4:checked ~ .interview_content,
#interview input#chk_interview_down_4:checked ~ .interview_content,
#interview input#chk_interview_up_5:checked ~ .interview_content,
#interview input#chk_interview_down_5:checked ~ .interview_content,
#interview input#chk_interview_up_6:checked ~ .interview_content,
#interview input#chk_interview_down_6:checked ~ .interview_content {
    height: 70vw;
}

#interview input#chk_interview_up_1:checked ~ .interview_content .interview_desc,
#interview input#chk_interview_down_1:checked ~ .interview_content .interview_desc,
#interview input#chk_interview_up_2:checked ~ .interview_content .interview_desc,
#interview input#chk_interview_down_2:checked ~ .interview_content .interview_desc,
#interview input#chk_interview_up_3:checked ~ .interview_content .interview_desc,
#interview input#chk_interview_down_3:checked ~ .interview_content .interview_desc,
#interview input#chk_interview_up_4:checked ~ .interview_content .interview_desc,
#interview input#chk_interview_down_4:checked ~ .interview_content .interview_desc,
#interview input#chk_interview_up_5:checked ~ .interview_content .interview_desc,
#interview input#chk_interview_down_5:checked ~ .interview_content .interview_desc,
#interview input#chk_interview_up_6:checked ~ .interview_content .interview_desc,
#interview input#chk_interview_down_6:checked ~ .interview_content .interview_desc {
    display: block;
    overflow: initial;
}

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

#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: 3vw 4vw 0;
    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;
    padding-left: 4vw;
    padding-right: 4vw;
    text-align: left;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

#interview .interview_frame.up {
    margin-bottom: 5vw;
    flex-direction: column;
}

#interview .interview_frame.up .interview_content {
    position: relative;
    left: 0;
    z-index: 2;
    padding: 3% 4%;
    width: 100%;
    padding: 0;
    margin-top: 5vw;
}

#interview .interview_frame.down {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    top: 5vw;
}

#interview .interview_frame.down .interview_content {
    position: relative;
    z-index: 2;
    padding: 3% 3%;
    width: 94%;
}

#interview .interview_frame.up img {
    width: auto;
    height: 63vw;
}


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

#interview .blur-circle-small.up {
    top: 56%;
    left: 13%;
}

#interview .blur-circle-big.down {
    bottom: 10%;
    left: -58%;
    right: initial;
}

#interview .blur-circle-small.down {
    bottom: 1%;
    right: 11%;
}

#interview .profile {
    position: relative;
    right: -9vw;
    width: 60vw;
    background-color: var(--tab-background-tp);
    color: white;
    text-align: left;
    padding: 0px 7px 12px 35px;
    border-radius: 3px;
    z-index: 10;
    margin-top: -12vw;
}

#interview .profile .profile_title{
    font-family: "Hurricane";
    font-size: 1.6rem;
    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{
    width: 100%;
    height: auto;
}

#gallery {
    position: relative;
    width: var(--main-width);
    margin: 0 auto;
    padding-top: 10vw;
    overflow-x: hidden;
}

#gallery .title-bg {
    top: 4vw;
    left: 48vw;
    overflow: hidden;
    white-space: nowrap;
}

#gallery h1 {
    letter-spacing: 0.2em;
}

#gallery input {
    display: none;
}

#gallery .shop_photo_area{
    display:none;
}

#gallery .label_container {
    width: var(--full-width);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 10vw auto 10vw;
}

#gallery .label_container label {
    display: block;
    width: 22vw;
    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: 100%;
    margin: 0 auto;
}

#gallery .local_disp {
    position: relative;
    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: 50vw;
    margin: 5vw auto 0;
}

#gallery .shop_photo_area .move_arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--box-background);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

#gallery .shop_photo_area .move_arrow.plus {
    left: 2vw;
}

#gallery .shop_photo_area .move_arrow.minus {
    right: 2vw;
}

#gallery .shop_photo_area .move_arrow img{
    width: 50px;
    height: 50px;
}

#gallery .shop_photo_area_inner {
    width: 80%;
    display: flex;
    overflow-x: hidden;
    margin: 0 auto;
}

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

#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: -9vw;
    right: 4vw;
    width: 6vw;
    height: auto;
}

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

#faq {
    position: relative;
    width: var(--full-width);
    background-color: var(--box-background);
    margin-top: 10vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    overflow-x: hidden;
}

#faq h1{
    letter-spacing: 0.2em;
}

#faq .title-bg {
    top: 4vw;
    right: 60vw;
    z-index: 2 ;
}

#faq .faq_content_inner {
    width: 90%;
    margin: 10vw auto 10vw;
    display: flex;
    flex-direction: column;
}

#faq .qa_item {
    position: relative;
    background-color: white;
    margin-bottom: 5vw;
}

#faq input {
    display: none;
}

#faq .qa_item label {
    position: absolute;
    top: 12.5vw;
    left: 40vw;
    margin-top: 0.25rem;
}

#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: 4vw;
    padding-bottom: 10vw;
    padding-right: 4vw;
    padding-left: 2vw;
    background-color: var(--tab-background);
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
}

#faq .qa_item .answer {
    padding-right: 5vw;
    display: none;
    padding-top: 2vw;
    padding-bottom: 5vw;
}

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

#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;
}

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

#faq .qa_item .answer .answer_txt span {
    display: block;
    font-weight: bold;
    font-size: 1.1rem;
    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(--main-width);
    margin: 16vw auto 10vw;
    overflow-x: hidden;
}

#locations input,
#locations .pc {
    display: none !important;
}

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

#locations .title-bg {
    top: -7vw;
    left: 40vw;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

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

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

#locations .location_table{
    padding-top: 0;
}

#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;
    margin: 0 auto;
}

#locations .location_table h4 {
    margin-bottom: 46px;
    font-size: 28px;
    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_table table tr td a {
    width: 150px;
    border: 1px solid var(--NotChoiced-tab);
    border-radius: 2000px;  /* 角を丸くする */
    padding: 10px;
    text-decoration: none;
    color: var(--tab-background);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#locations .location_table table tr td a img{
    width: 25px;
    height: auto;
    margin-right: 3px;
}

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

#locations .label_container.pc {
    display: none;
}

#locations .desc {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 1rem;
    margin-bottom: 4vw;
    color: gray;
}

#locations .location_label {
    display: block;
    width: 80%;
    margin: 0 auto;
}

#locations .sp_rgn_sel {
    display: block;
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 3vw;
}

#locations .location_label_inner label {
    display: block;
    border: 1px solid var(--NotChoiced-tab);
    border-radius: 2000px;  /* 角を丸くする */
    text-align: center;
    margin: 1vw 2vw;
    padding: 1vw 2vw;
}

#locations input#loc_shinjuku:checked ~ .location_label label[for="loc_shinjuku"],
#locations input#loc_ikebukuro:checked ~ .location_label label[for="loc_ikebukuro"],
#locations input#loc_shibuya:checked ~ .location_label label[for="loc_shibuya"],
#locations input#loc_yokohama:checked ~ .location_label label[for="loc_yokohama"],
#locations input#loc_tokyo:checked ~ .location_label label[for="loc_tokyo"],
#locations input#loc_machida:checked ~ .location_label label[for="loc_machida"],
#locations input#loc_hachioji:checked ~ .location_label label[for="loc_hachioji"],
#locations input#loc_omiya:checked ~ .location_label label[for="loc_omiya"],
#locations input#loc_funabashi:checked ~ .location_label label[for="loc_funabashi"],
#locations input#loc_osaka:checked ~ .location_label label[for="loc_osaka"],
#locations input#loc_tennoji:checked ~ .location_label label[for="loc_tennoji"],
#locations input#loc_kyoto:checked ~ .location_label label[for="loc_kyoto"],
#locations input#loc_kobe:checked ~ .location_label label[for="loc_kobe"],
#locations input#loc_nagoya:checked ~ .location_label label[for="loc_nagoya"] {
    background-color: var(--tab-background);
    border: none;
    color: white;
}

#locations .location_label_inner {
    display: none;
}

#locations input#sp_sel_rgn_kanto:checked ~ label[for="sp_sel_rgn_kanto"],
#locations input#sp_sel_rgn_kansai:checked ~ label[for="sp_sel_rgn_kansai"],
#locations input#sp_sel_rgn_nagoya:checked ~ label[for="sp_sel_rgn_nagoya"] {
    color: var(--tab-background);
}

#locations input#sp_sel_rgn_kanto:checked ~.location_label_inner.kanto,
#locations input#sp_sel_rgn_kansai:checked ~.location_label_inner.kansai,
#locations input#sp_sel_rgn_nagoya:checked ~.location_label_inner.nagoya {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 3vw auto;
}


#locations .location_item {
    display:none;
}

#locations input#loc_shinjuku:checked ~ .location_table .location_item.shinjuku,
#locations input#loc_ikebukuro:checked ~ .location_table .location_item.ikebukuro,
#locations input#loc_shibuya:checked ~ .location_table .location_item.shibuya,
#locations input#loc_yokohama:checked ~ .location_table .location_item.yokohama,
#locations input#loc_tokyo:checked ~ .location_table .location_item.tokyo,
#locations input#loc_machida:checked ~ .location_table .location_item.machida,
#locations input#loc_hachioji:checked ~ .location_table .location_item.hachioji,
#locations input#loc_omiya:checked ~ .location_table .location_item.omiya,
#locations input#loc_funabashi:checked ~ .location_table .location_item.funabashi,
#locations input#loc_osaka:checked ~ .location_table .location_item.osaka,
#locations input#loc_tennoji:checked ~ .location_table .location_item.tennoji,
#locations input#loc_kyoto:checked ~ .location_table .location_item.kyoto,
#locations input#loc_kobe:checked ~ .location_table .location_item.kobe,
#locations input#loc_nagoya:checked ~ .location_table .location_item.nagoya {
    width: 80%;
    display: grid;
    grid-template-columns: 40% 60%;
    margin: 0 auto;
}

#locations .location_item .location_title {
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: var(--tab-background);
    color: #FFF;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 2vw 0;
}

#locations .location_item .map_img {
    grid-column-start: 1;
    grid-column-end: 3;
}

#locations .location_item .address_title,
#locations .location_item .access_title,
#locations .location_item .detail_title {
    font-weight: bold;
    text-align: left;
    margin-top: 4vw;
}

#locations .location_item .address,
#locations .location_item .access,
#locations .location_item .location_detail {
    text-align: left;
    margin-top: 4vw;
}

#locations .location_item .map_img {
    margin-top: 5vw;
}

#locations .location_item .map_img img{
    width: 100%;
    height: auto;
}

#selection {
    position: relative;
    width: var(--main-width);
    margin: 10vw auto 10vw;
    overflow-x: hidden;
}

#selection .title-bg {
    top: -5vw;
    left: 50vw;
}

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

#selection h3 {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 3vw;
    margin-top: 7vw;
}

#selection .flow_desc {
    display: block;
    font-family: "Hurricane";
    color: var(--tab-background);
    margin: 0 auto;
    font-size: 1.8rem;
    margin-bottom: 5vw;
}
#selection .sel_flow{
    display: flex;
    position: relative;
    flex-direction: row;
    margin: 0 auto;
}

#selection .sel_header{
    display: none;
}

#selection .step_outer .header_item {
    position: absolute;
    z-index: 2;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display:flex;
    justify-content: center;
    background-color: var(--tab-background);
    font-family: "Hurricane";
    margin-left: 2vw;
}

#selection .step_outer .header_item .step {
    font-family: "Hurricane";
    color: white;
    font-size: 1.5rem;
    margin-top: 2vw;
    z-index: 5;
}

#selection .step_outer .header_item .step_num {
    position: absolute;
    font-family: "Hurricane";
    color: white;
    font-size: 3rem;
    top: 0;
    left: 2vw;
    z-index: 10;
    margin: 4vw 0 0 1vw;
}

#selection .arrow_line {
    display: none;
    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 .selection_detail_box {
    position: relative;
    width: 95%;
    display: flex;
    flex-direction: column;
    margin: 3vw auto;
    gap: 3vw;
}

#selection .step_outer {
    display: flex;
    justify-content: space-between;
}

#selection .selection_detail_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 80%;
    background-color: var(--box-background);
    padding-top: 3vw;
    padding-bottom: 3vw;
    margin-left: 15vw;
}

#selection .to_next.sp {
    display: block;
    height: 30px;
    width: auto;
    margin: -3vw auto;
    transform: translateX(4vw) rotate(90deg);
}

#selection .selection_step_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 70vw;
}

#selection .selection_detail_item img {
    width: 30px;
    height: auto;
    margin-left: 4vw;
}

#selection .selection_detail_item .step_title {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 5px auto 15px;
    transform: translateX(-5vw);
}

#selection .selection_detail_item .detail {
    width: 80%;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.6em;
    padding: 0.5rem 1rem;
}

#job_desc {
    width: var(--full-width);
    background-color: var(--box-background);
    padding-top: 10vw;
    padding-bottom: 10vw;
    overflow-x: hidden;
}

#job_desc h2{
    font-size: 1.5rem;
    width: var(--full-width);
    letter-spacing: 0.1em;
    margin: 0 auto;
}

#job_desc .job_desc_inner {
    display: block;
    width: var(--main-width);
    margin: 0 auto;
}

#job_desc input{
    display: none;
}

#job_desc .label_container {
    width: 84%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10vw auto 10vw;
}

#job_desc .label_container label {
    display: block;
    width: 20vw;
    padding: 2vw;
    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: 4vw;
    padding-bottom: 4vw;
    text-align: left;
    border-bottom: 1px solid var(--NotChoiced-tab);
}

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

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

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

/* モーダル化した時の定義 */
#entry_form.modal {
    position: fixed;
    width: var(--full-width);
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    pointer-events: none;
    transition: top 0.3s ease-out;
}

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

#entry_form.modal .close_for_modal{
    display: block;
    position: relative;
    top: 29px;
    left: -10vw;
    width: 30px;
    height: auto;
}

#entry_form .form_header {
    width: 80vw;
    font-size: 1.2rem;
    font-weight: initial;
    letter-spacing: 0.1em;
    color: white;
    background-color: var(--tab-background);
    padding-top: 5vw;
    padding-bottom: 5vw;
    margin: 0 auto 30px;
    text-align: center;
}

#entry_form .close_for_modal{
    display:none;
}

#entry_form .form_desc {
    line-height: 1.6em;
    font-weight: initial;
}

#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: 80vw;
    height: 30vw;
    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: 80vw;
}

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

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

#entry_form .large_textarea {
    width: 80vw;
    height: 30vw;
}

#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: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 20px auto;
}

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

#sp_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding-bottom: 15vw;
    background-color: white;
    color: var(--font-base-color);
    font-size: 1.5rem;
    text-align: left;
    overflow: scroll;
    transition: transform 0.3s linear;
    transform: translateX(0);
}

#sp_menu.close {
    transform: translateX(100%);
}

#sp_menu .close_btn{
    position: absolute;
    top: 2vw;
    right: 5vw;
    width: 10vw;
    height: auto;
}

#sp_menu .menu_title {
    display: block;
    font-family: "Hurricane";
    font-size: 5rem;
    text-align: center;
    color: var(--tab-background);
    margin: 4vw auto;
}

#sp_menu .inner {
    display: block;
    width: 85%;
    margin: 0 auto 10vw;
}

#sp_menu .inner a {
    text-decoration: none;
    color: var(--font-base-color);
}

#sp_menu .inner hr {
    width: 100%;
    border: 1px solid var(--font-base-color);
    margin: 5vw auto;
}

#sp_menu .Entry_tab {
    display: block;
    margin: 5vw auto;
}

#sp_menu .link_w_submenu {
    display: flex;
    justify-content: space-between;
}

#sp_menu input {
    display:none;
}

#sp_menu .sub_menu1,
#sp_menu .sub_menu2,
#sp_menu .sub_menu3,
#sp_menu .sub_menu4 {
    display: none;
    margin-left: 10vw;
}

#sp_menu .sub_menu1 a,
#sp_menu .sub_menu2 a,
#sp_menu .sub_menu3 a,
#sp_menu .sub_menu4 a {
    display: block;
    margin: 5vw auto 0;
}

#sp_menu input#id_sub_menu1:checked ~ div.sub_menu1,
#sp_menu input#id_sub_menu2:checked ~ div.sub_menu2,
#sp_menu input#id_sub_menu3:checked ~ div.sub_menu3,
#sp_menu input#id_sub_menu4:checked ~ div.sub_menu4 {
    display: block;
}

#sp_menu label img {
    width: 10vw;
    height: auto;
    margin-top: -1vw;
    margin-bottom: -4vw;
    transform: rotate(90deg);
}

#sp_menu input#id_sub_menu1:checked ~ div.link_w_submenu label[for="id_sub_menu1"] img,
#sp_menu input#id_sub_menu2:checked ~ div.link_w_submenu label[for="id_sub_menu2"] img,
#sp_menu input#id_sub_menu3:checked ~ div.link_w_submenu label[for="id_sub_menu3"] img,
#sp_menu input#id_sub_menu4:checked ~ div.link_w_submenu label[for="id_sub_menu4"] img {
    transform: rotate(-90deg);
}
