@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}

html{
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

main{
    max-width: 1400px;
    margin: 0 auto;
}

/*--------------ヘッダー--------------*/

header{
    height: 90px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    z-index: 3;
}

.logo{
    height: 50px;
    margin: 0 20px;
}

.logo a{
    height: 100%;
}

.logo img{
    height: 100%;
}

header div{
    height: 100%;
}

header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    height: 100%;
}

.nav_links{
    display: flex;
    justify-content: right;
    transition: all 0.5s;
}

.nav_item{
    display: flex;
    align-items: center;
}

header nav ul{
    height: 100%;
}

header nav ul li{
    list-style: none;
    font-weight: bold;
    font-size: .9rem;
    height: 100%;
    display: flex;
    align-items: center;
}

header ul a{
    text-decoration: none;
    color: black;
    transition: all 0.3s;
    text-align: center;
}

header ul a:hover{
    color: rgb(146, 146, 146);
}

.contact_btn{
    display: table;
    color: #fff;
    background-color: #B39C5C;
    width: 14em;
    height: 100%;
}

.contact_btn:hover{
    color: #fff;
    background-color: #6c5e39;
}

.cell{
    display: table-cell;
    vertical-align: middle;
}

.simple_btn{
    margin: 0 1.4em;
}

.burger{
    display: none;
}

#mask{
    display: none;
}

/*--------------ヘッダー--------------*/

h1{
    font-size: 2rem;
}

.top img{
    width: 100%;
    padding: 90px 0 0 0;
}

.pc_top{
    display: block;
}

.sp_top{
    display: none;
}

.tipsnap{
    background-image: url(./img/グループ\ 522.png);
    background-size: cover;
    display: flex;
    justify-content: space-around;
    padding: 5rem 1rem;
}

.tipsnap_text{
    color: #fff;
    width: 44%;
    padding: 3em 0;
}

.tipsnap_text h1{
    margin: 1em 0;
}

.tipsnap_text p{
    font-size: .87rem;
    padding: 1em 0;
}

.tipsnap_img{
    width: 38%;
    display: flex;
    align-items: center;
}

.tipsnap_img img{
    width: 100%;
}

.worries{
    background-color: #F9EFE3;
    position: relative;
}

.worries::before{
    content: "";
    position: absolute;
    height: 60px;
    width: 25rem;
    clip-path: polygon(0 0,50% 100%,100% 0);
    transform: translate(-50%,-50%);
    background-color: #F9EFE3;
    left: 50%;
    bottom: -60px;
}

.worries img{
    position: absolute;
    width: 18%;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
}

.worries_title{
    position: relative;
    text-align: center;
    padding: 2em 0 0 0;
    line-height: 1.3;
}

.worries_title03::before,
.worries_title03::after{
    position: relative;
    display: inline-block;
    content: '';
    background: #000000;
    width: 2px; 
    height: 2.5em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
}

.worries_title03::before{
    transform: rotate(-30deg);
}

.worries_title03::after{
    transform: rotate(30deg);
}

.worries_title01{
    color: #B39C5C;
    font-size: 1.4rem;
}

.worries_title02{
    font-size: 2rem;
}

.worries_inner{
    display: flex;
    justify-content: center;
    padding: 0 0 5rem;
}

.worries_items{
    width: 15rem;
    height: 15rem;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 0.85rem;
    font-weight: bold;
    margin: 3em .8em 0;
    display: table;
}

.worries_items p{
    display: table-cell;
    vertical-align: middle;
}

.worries_item_text{
    color: #B39C5C;
}

.worries_message{
    text-align: center;
    padding: 3.5em 0 0 ;
    font-size: 1.8rem;
}

.inve{
    background-color: #F9EFE3;
    margin: 5rem 0 0;
    padding: 0 0 5rem;
}

.inve_text{
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 5em 0 0;
}

.inve_graph{
    display: flex;
    justify-content: center;
    margin: 3em 0 0;
}

.graph_container{
    width: 32rem;
}

.graph_container img{
    width: 100%;
    height: 32rem;
    object-fit: contain;
    background-color: #fff;
}

.pc_lie_graph,
.pc_true_graph{
    display: block;
}

.sp_lie_graph,
.sp_true_graph{
    display: none;
}

.graph_title{
    text-align: center;
    padding: .3em;
    margin: 1em 4em;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #fff;
}

.lie_title{
    background-color: #C7C7C7;
}

.true_title{
    background-color: #B39C5C;
}

.inve_supple{
    text-align: right;
    margin: 1em 8em 0;
}

.other_worries_heading{
    text-align: center;
    margin: 3em 0 0;
}

.heading_discoloration{
    color: #B39C5C;
}

.other_worries_check{
    background-color: #FDFAF7;
    margin: 3em 14%;
    padding: 4em 4em 4em 5em;
    position: relative;
}

.other_worries_check img{
    position: absolute;
    right: -3rem;
    bottom: 0;
    width: 24%;
    transition: all 0.5s;
}

.other_worries_check p{
    margin: .5em;
    font-weight: bold;
    text-indent: -1.6em;
}

.other_worries_list::before{
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1em;
    background-image: url(./img/グループ\ 16.png);
    background-size: cover;
    transform: translateY(.1em);
    margin: 0 .5em 0 0;
}

.list_discoloration{
    color: #B39C5C;
}

.solve{
    background-color: #F9EFE3;
    padding: 5em 0 3rem;
    text-align: center;
}

.solve_heading01{
    font-size: 1.6rem;
}

.solve_heading01::before{
    content: '';
    display: inline-block;
    width: 2em;
    height: 1.3em;
    background-image: url(./img/グループ\ 26.png);
    background-size: cover;
    transform: translateY(-.6em);
}

.solve_heading_discoloration{
    color: #B39C5C;
    padding: 0 .5em;
    font-size: 2.5rem;
}

.feature{
    width: 11em;
    margin: 5em auto 0;
    padding: .6em;
    background-color: #B39C5C;
    font-size: .8rem;
    font-weight: bold;
    color: #fff;
    border-radius: 2em;
}

.feature_heading{
    position: relative;
    margin: .5em auto 0;
    padding: 0 0 -1em;
    font-size: 1.6rem;
    display: inline-block;
    background: linear-gradient(transparent 55%, #E8DDBD 55%,#E8DDBD 80%,transparent 80%);
    width: fit-content;
}

.feature_supple{
    font-size: .9rem;
    font-weight: bold;
    margin: .4em 0 0;
}

.feature_img{
    display: flex;
    justify-content: center;
    margin: 3em auto;
    height: 25rem;
}

.feature_img02{
    height: 32rem;
}

.solve p{
    font-size: .9rem;
    margin: 2em auto 0;
}

.pc_feature_img{
    display: block;
}

.sp_feature_img{
    display: none;
}

.point_kinds{
    margin: 8rem auto 0;
    display: flex;
    justify-content: center;
}

.point_kinds_items{
    width: 20rem;
    text-align: center;
    margin: 0 2em;
}

.point_kinds_items img{
    height: 5rem;
}

.point_kinds_items h2{
    font-size: 1.4rem;
    margin: 1.5em 0 0;
}

.point_kinds_items p{
    font-size: .9rem;
    text-align: left;
    margin: 1em 0 0;
}

.point_message{
    background-color: #FDFAF7;
    margin: 5em 6em;
    text-align: center;
    position: relative;
    padding: 2em 0 .8em;
}

.point_message h1{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

.point_message p{
    margin: 3em;
    word-break: keep-all;
}

.point_message p br{
    display: block;
    content: '';
    margin: .5em 0;
}

.point_discoloration{
    color: #B39C5C;
    font-size: 1.6rem;
    font-weight: bold;
}

.effect{
    background-color: #F9EFE3;
    padding: 5em 0 0;
}

.effect h1{
    text-align: center;
}

.effect_heading01{
    font-size: 1.2rem;
    color: #B39C5C;
}

.effect_heading01::before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 2em;
    height: 1.3em;
    background-image: url(./img/グループ\ 26.png);
    background-size: cover;
    transform: translate(-1.8em,-1em);
}

.effect_check{
    display: flex;
    justify-content: center;
}

.effect_check_items{
    width: 30rem;
    margin: 1.5em 1.5em 0;
}

.effect_check_card_heading{
    font-size: 1.2rem;
    background-color: #B39C5C;
    color: #fff;
    border-radius: 1.2rem;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding: .1em 1em;
}

.effect_check_card{
    background-color: #fff;
    height: 30rem;
    border-radius: .6rem;
    margin: 1em 0 0;
    position: relative;
}

.effect_check_text{
    font-size: .85rem;
    text-indent: -2.1em;
    padding: 1em 2em 0 4.4em;
}

.effect_check_text:nth-child(1){
    padding: 3em 2em 0 4.4em;
}

.effect_check_text::before{
    content: '';
    display: inline-block;
    width: 1.6em;
    height: 1.3em;
    background-image: url(./img/グループ\ 16.png);
    background-size: cover;
    transform: translateY(.25em);
    margin: 0 .5em 0 0;
}

.effect_check_comment{
    background-color: #B39C5C;
    width: 100%;
    height: 22%;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.effect_check_comment_items{
    height: 100%;
    align-items: center;
}

.effect_check_comment_items h2{
    text-align: left;
    font-size: 1.2rem;
}

.effect_check_comment_item01{
    width: 30%;
    text-align: center;
    position: relative;
}

.effect_check_comment_item01 img{
    width: 90%;
    display: block;
    position: absolute;
    bottom: 0;
}

.effect_check_comment_img01{
    left: 10%;
}

.effect_check_comment_img02{
    right: 20%;
}

.effect_check_comment_item02{
    width: 70%;
    display: table;
}

.effect_check_heading01,
.effect_check_heading02{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.effect_check_heading01{
    padding: 0 1em 0 1.5em;
}

.effect_check_heading02{
    padding: 0 0 0 2em;
}

.effect_check_heading01 br,
.effect_check_heading02 br{
    display: block;
}

.effect_note{
    font-size: .9rem;
    margin: 1em 10% 0;
}

.strengths{
    background-color: #F9EFE3;
    padding: 8em 0 5rem;
}

.strengths h1{
    text-align: center;
}

.strengths_heading01{
    font-size: 1.2rem;
    color: #B39C5C;
}

.strengths_heading01::before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 2em;
    height: 1.3em;
    background-image: url(./img/グループ\ 26.png);
    background-size: cover;
    transform: translate(-1.8em,-1em);
}

.pc_table{
    display: block;
    width: 80%;
    margin: 3rem auto 0;
}

.sp_table{
    display: none;
}

.strengths_table table{
    text-align: center;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: .5rem;
    border-top: .2rem solid #000000;
    border-left: .2rem solid #000000;
}

.strengths_table th,
.strengths_table td{
    border-right: .2rem solid #000000;
    border-bottom: .2rem solid #000000;
    padding: 2rem 1rem;
}

.strengths_table th{
    font-size: 1.2rem;
}

.strengths_table td{
    font-size: .9rem;
}

.strengths_table td p{
    padding: 1em 0 0;
}

.strengths_table table tr:first-child th:first-child{
    border-radius: .5rem 0 0 0;
}
.strengths_table table tr:first-child th:last-child{
    border-radius: 0 .5rem 0 0;
}
.strengths_table table tr:last-child th:first-child{
    border-radius: 0 0 0 .5rem;
}
.strengths_table table tr:last-child td:last-child{
    border-radius: 0 0 .5rem 0;
}

.strengths_table_beige{
    background-color: #F2DEC7;
    width: 22%;
}

.strengths_table_brown{
    background-color: #B39C5C;
    color: #fff;
    width: 26%;
}

.strengths_table_white{
    background-color: #fff;
    width: 26%;
}

.recruitment{
    background-color: #ACA9A6;
    text-align: center;
    color: #fff;
    padding: 0 0 5rem;
}

.recruitment_heading{
    padding: 3em 0 0;
}

.recruitment_heading br{
    display: none;
}

.sp_br{
    display: none;
}

.recruitment_wrapper{
    width: 40rem;
    margin: 3em auto 0;
}

.recruitment_text{
    margin: 1em auto 0;
}

.recruitment_text01{
    font-weight: bold;
    font-size: 1.2rem;
}

.recruitment_text02{
    font-size: .8rem;
    margin: 3em auto 0;
}

.recruitment_big_text{
    font-size: 1.6rem;
}

.recruitment_contact{
    display: block;
    background-color: #B39C5C;
    width: 14em;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 1em 0;
    margin: 3em auto 0;
    border-radius: 2.5rem;
}

.recruitment_contact:hover{
    background-color: #6c5e39;
}

.flow_heading{
    text-align: center;
    margin: 3em 0 0;
}

.flow_step_heading{
    position: relative;
    text-align: center;
    width: 80%;
    margin: 2em auto 0;
    padding: 0 0 1em;
    border-bottom: 10px solid #F5EDD7;
}

.flow_step_heading::after{
    content: '';
    position: absolute;
    background-image: url(./img/横三角\ 11.png);
    background-size: cover;
    width: 2rem;
    height: 3rem;
    right: -2rem;
    top: 2.5rem;
}

.flow_item01{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 3rem auto 0;
}

.flow_step{
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
    padding: 3em 2em 0;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: .5rem;
    height: 16em;
    position: relative;
}

.flow_step:not(:last-child)::after{
    content: '';
    position: absolute;
    right: -.9rem;
    top: 50%;
    width: 1rem;
    height: 1.6rem;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.flow_step01{
    background-color: #D5C9AA;
}
.flow_step01::after{
    background-color: #D5C9AA;
}
.flow_step02{
    background-color: #E6D29E;
}
.flow_step02::after{
    background-color: #E6D29E;
}
.flow_step03{
    background-color: #DEC47D;
}
.flow_step03::after{
    background-color: #DEC47D;
}
.flow_step04{
    background-color: #E0BF66;
    padding: 4em 2em 0;
}
.flow_step04::after{
    background-color: #E0BF66;
}
.flow_step05{
    background-color: #CBAF61;
}
.flow_step05::after{
    background-color: #CBAF61;
}
.flow_step06{
    background-color: #B39C5C;
}
.flow_step06::after{
    background-color: #B39C5C;
}

.follow{
    margin: 3em 0 0;
}

.follow h1{
    text-align: center;
    font-size: 1.6rem;
}

.follow h1 br{
    display: none;
}

.follow h1 span{
    position: relative;
    margin: .5em auto 0;
    padding: 0 0 -1em;
    display: inline-block;
    background: linear-gradient(transparent 55%, #E8DDBD 55%,#E8DDBD 80%,transparent 80%);
    width: fit-content;
}

.follow ol{
    counter-reset: number 0;
    list-style: none;
    margin: 3em 8em 0 11em;
}

.follow ol li{
    font-size: .84rem;
    margin: 2em 0 0;
    text-indent: -3.2em;
}

.follow ol li::before{
    counter-increment: number 1;
    content: counter(number) '';
    color: #fff;
    font-weight: bold;
    background-color: #B39C5C;
    padding: .7em 1em;
    border-radius: 50%;
    margin: 0 0.5rem 0 0;
}

.everyone{
    margin: 10em auto 0;
}

.everyone h1{
    text-align: center;
}

.everyone_heading01{
    font-size: 1.2rem;
    color: #B39C5C;
}

.everyone_heading01::before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 2em;
    height: 1.3em;
    background-image: url(./img/グループ\ 26.png);
    background-size: cover;
    transform: translate(-1.8em,-1em);
}

.everyone_message{
    background-color: #FDFAF7;
    padding: 1em 3em 3em;
    margin: 3em 6em 0;
}

.everyone_message p{
    margin: 3em 0 0;
}

.everyone_message_text{
    font-size: .85rem;
}

.everyone_message_name{
    text-align: right;
    font-size: 1.2rem;
}

.everyone table{
    width: 84%;
    margin: 3em auto 0;
    border-collapse: collapse;
    font-size: .9rem;
}

.everyone table th,
.everyone table td{
    border-bottom: .1rem solid #E0DCDC;

}

.everyone table tr th{
    text-align: left;
    width: 12em;
    padding: 2em 0 1em;
    vertical-align: top;
}

.everyone table tr td{
    padding: 2em 0 1em;
}

.everyone table tr td ul li{
    margin: 0 0 0 1.5em;
}

.intention{
    margin: 6rem auto 0;
}

.intention h1{
    text-align: center;
}

.intention h1 br{
    display: none;
}

.intention_wrapper{
    margin: 4rem auto 0;
    display: flex;
    justify-content: center;
}

.intention_items{
    width: 20rem;
    text-align: center;
    margin: 0 2em;
}

.intention_items img{
    height: 3rem;
    object-fit: cover;
}

.intention_items h2{
    font-size: 1.4rem;
    margin: 1.5em 0 0;
}

.intention_items p{
    font-size: .9rem;
    text-align: center;
    margin: 1em 0 0;
}

.news{
    background-color: #F9EFE3;
    margin: 5rem 0 0;
    padding: 5rem 0;
}

.news h1{
    text-align: center;
}

.news_wrapper{
    display: flex;
    margin: 2rem auto 0;
    width: 60rem;
}

.news_item01{
    width: 48%;
}

.news_item01 img{
    width: 100%;
}

.news_item02{
    width: 52%;
    padding: 2em 1em 1em 4em;
}

.news_date{
    font-size: .75rem;
    font-weight: bold;
    color: #fff;
    background-color: #B39C5C;
    padding: .4em 1em;
    width: 10em;
    text-align: center;
    border-radius: 2rem;
}

.news_item02 h2{
    border-bottom: .1rem #E0DCDC solid;
    padding: .2em 0 .6em;
    font-size: 1.4rem;
}

.news_item02 p{
    font-size: .86rem;
    padding: 1em 0 0;
}

.news_text_bold{
    font-weight: bold;
}

.question h1{
    text-align: center;
    margin: 3em 0 0;
}

.question_wrapper{
    width: 70%;
    margin: 5em auto;
}

.question_accordion{
    display: block;
    list-style: none;
    border-bottom: .1rem solid #E0DCDC;
    padding: 1em 0;
    font-size: .86rem;
    font-weight: bold;
    color: #B39C5C;
    position: relative;
    cursor: pointer;
}

.question_accordion::after{
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-image: url(./img/グループ\ 66.png);
    background-size: cover;
    right: 0;
    top: 22%;
    transform: translateY(-50%);
    transform: rotate(180deg);
    transition: all 0.4s;
}

.question_accordion.question_open::after{
    transform: rotate(-0deg);
    top: 22%;
}

.question details summary::-webkit-details-marker{
    display: none;
}

.question_text{
    text-indent: -2.2em;
    padding: 0 3em 0 3.4em;

}

.question_text::before{
    content: 'Q.';
    font-size: 1.2rem;
    margin: 0 .5em 0 0;
}

.question_answer{
    padding: 1em 1em 1em 3.4em;
    font-size: .86rem;
    font-weight: bold;
    text-indent: -2.2em;
}

.question_answer::before{
    content: 'A.';
    font-size: 1.2rem;
    margin: 0 .5em 0 0;
}

.question details{
    position: relative;
}

.question details a{
    position: absolute;
    right: 0;
    top: 60%;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: .76rem;
    background-color: #B39C5C;
    border-radius: 2rem;
    padding: .5em 2em;
}

.question_inner{
    display: flex;
}

.question_inner p{
    width: 75%;
}

.call{
    padding: 8rem 0 8rem;
    background-color: #ACA9A6;
    text-align: center;
}

.call h1{
    font-size: 1.6rem;
}

.call p{
    font-weight: bold;
    margin: 2em 0 0;
    font-size: 1.2rem;
}

.call .pc_br{
    display: block;
}

.call .sp_br{
    display: none;
}

.contact{
    padding: 5em 0 3em;
}

.contact h1{
    text-align: center;
}

.contact_heading01{
    font-size: 1.2rem;
    color: #B39C5C;
}

.contact_heading01::before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 2em;
    height: 1.3em;
    background-image: url(./img/グループ\ 26.png);
    background-size: cover;
    transform: translate(-1.8em,-1em);
}

.contact form{
    width: 50rem;
    margin: 3rem auto 5rem;
}

.contact form input[type="text"],
.contact form input[type="number"],
.contact form input[type="email"],
.contact form textarea{
    width: 100%;
    border: none;
    background-color: #F8F8F8;
    font-size: 1rem;
    padding: .5em 1em;
    font-weight: bold;
    margin: .5em 0 0;
}

.contact form textarea{
    height: 8rem;
}

.contact form label{
    font-size: .9rem;
    font-weight: bold;
}

.form_items{
    margin: 1.6em 0 0;
}

.contact_required{
    background-color: #B39C5C;
    color: #fff;
    font-size: .8rem;
    margin: 0 .5em;
    padding: 0 .6em;
    border-radius: 1rem;
}

.contact_err{
    color: red;
}

.policy{
    /* width: 30rem; */
    height:200px;
    overflow-y: scroll;
    margin: 2em auto 0;
    border: .1rem solid #E0DCDC;
    border-radius: 5px;
    font-size: .85rem;
    padding: 2em;
}

.form_check{
    text-align: center;
}

.contact form input[type="submit"]{
    margin: 3em auto 0;
    background-color: #B39C5C;
    border: none;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 1em 0;
    width: 16rem;
    border-radius: 2rem;
    cursor: pointer;
}

.contact form input[type="submit"]:hover{
    background-color: #6c5e39;
}

.form_submit{
    text-align: center;
}

.contact h2{
    text-align: center;
    margin: 3em 0;
}

footer{
    background-color: #B39C5C;
    padding: 2em 0;
}

.copyright{
    text-align: center;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 1024px){
    header nav ul li{
        font-size: .8rem;
    }

    .worries img{
        width: 12%;
    }

    .graph_title{
        padding: .5em;
        margin: 1em 5em;
        font-size: 1rem;
    }

    .inve_supple{
        margin: 1em 3em 0;
    }

    .worries_message{
        font-size: 1.6rem;
    }

    .other_worries_check{
        margin: 3em 3%;
    }

    .other_worries_check img{
        right: 0;
        width: 18%;
    }

    .feature_img{
        margin: 3em auto;
        height: 18rem;
    }
    
    .feature_img02{
        height: 28rem;
    }

    .point_kinds_items{
        margin: 0 1em;
    }

    .point_kinds_items h2{
        font-size: 1.2rem;
    }

    .effect_check_heading01 br,
    .effect_check_heading02 br{
        display: none;
    }

    .flow_step{
        padding: 3em 1.2em 0;
    }

    .news_wrapper{
        width: 45rem;
    }

    .news_item02{
        width: 52%;
        padding: 1em 1em 1em 1em;
    }

    .contact form{
        width: 40rem;
    }
}

@media screen and (max-width: 768px) {
    /*--------------ヘッダー--------------*/

    .nav_links{
        display: block;
        position: absolute;
        left: -100%;
        flex-direction: column;
        background-color: #B39C5C;
        width: 100%;
        top: 0;
        height: 100vh;
        justify-content: start;
        transition: all 0.6s;
        z-index: 3;
        opacity: 0;
    }

    header nav ul li:nth-child(1){
        margin-top: 20vh;
    }

    header nav ul li{
        display: flex;
        justify-content: center;
        height: 6em;
        width: 100vw;
        text-align: center;
    }

    .burger{
        display: block;
        position: fixed;
        top: 20px;
        right: 30px;
        z-index: 3;
        cursor: pointer;
        height: 50px;
    }

    .burger span{
        display: block;
        width: 25px;
        height: 3px;
        background-color: #B39C5C;
        transition: all 0.5s;
        border-radius: 4px;
    }

    .burger span:nth-child(1){
        width: 45px;
        margin: 10px 0 4px auto;
    }

    .burger span:nth-child(2){
        width: 45px;
        margin: 10px 0 4px auto;
    }

    .burger span:nth-child(3){
        width: 45px;
        margin: 10px 0 4px auto;
    }

    #mask{
        display: none;
        transition: all 0.5s;
        z-index: 2;
    }

    .open .nav_links{
        left: 0;
        opacity: 1;
    }

    .open #mask{
        display: block;
        background-color: #000000;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        opacity: 0.8;
        cursor: pointer;
    }

    .open .burger span{
        background-color: #000000;
    }

    .open .burger span:nth-child(1){
        transform: translateY(13px) rotate(135deg);
        width: 45px;
    }
    .open .burger span:nth-child(2){
        opacity: 0;
        transform: rotate(45deg);
        width: 45px;
    }
    .open .burger span:nth-child(3){
        transform: translateY(-13px) rotate(-135deg);
    }

    /*--------------ヘッダー--------------*/

    h1{
        font-size: 1.4rem;
    }

    .sp_top{
        display: block;
    }

    .pc_top{
        display: none;
    }

    .tipsnap{
        display: block;
        margin: 0;
    }

    .tipsnap_text{
        width: 100%;
    }

    .tipsnap_img{
        width: 100%;
    }

    .tipsnap_text p{
        font-size: .8rem;
    }

    .worries img{
        width: 30%;
    }

    .worries_inner{
        display: block;
        padding: 0 0 10rem;
    }

    .worries_items{
        width: 80%;
        height: 12rem;
        border-radius: 1rem;
        font-size: 1.2rem;
        margin: 2em auto 0;
    }

    .worries_title01{
        color: #B39C5C;
        font-size: 1rem;
    }
    
    .worries_title02{
        font-size: 1.6rem;
    }

    .worries_title03{
        font-size: 1rem;
    }

    .worries_title03::before{
        margin: 0 3em 0 0;
    }

    .worries_title03::after{
        margin: 0 0 0 3em;
    }

    .worries_message{
        font-size: 1.2rem;
        word-break: keep-all;
    }

    .pc_lie_graph,
    .pc_true_graph{
        display: none;
    }

    .sp_lie_graph,
    .sp_true_graph{
        display: block;
    }

    .inve_graph{
        display: block;
    }

    .graph_container{
        margin: 0 auto;
        width: 90%;
    }

    .graph_container img{
        width: 100%;
        height: 90vw;
        object-fit: contain;
        background-color: #fff;
    }

    .graph_title{
        padding: .5em;
        margin: 1em;
        font-size: 1.4rem;
    }

    .inve_text{
        word-break: keep-all;
        font-size: 1rem;
        margin: 0 3em 0;
    }

    .inve_text br{
        display: none;
    }

    .inve_supple{
        text-align: left;
        margin: 1em 1em 0;
        font-size: .9rem;
    }

    .other_worries_check{
        padding: 1em 1em 45vw 2em;
    }

    .other_worries_check p{
        margin: 1em .5em 1em;
    }

    .other_worries_check img{
        right: 0;
        width: 35%;
    }

    .other_worries_heading{
        font-size: 1rem;
    }

    .feature_img{
        display: block;
        margin: 3em auto;
        width: 90vw;
        height: auto;
    }

    .feature_img02{
        height: auto;
    }

    .feature_img img{
        width: 100%;
        margin: 2rem 0;
    }

    .feature_img01_1{
        margin-bottom: 8rem;
    }
    
    .solve p{
        font-size: .9rem;
        margin: 2em auto 0;
    }

    .pc_feature_img{
        display: none;
    }
    
    .sp_feature_img{
        display: block;
    }

    .solve_heading01{
        font-size: 1rem;
    }
    
    .solve_heading_discoloration{
        font-size: 1.6rem;
    }

    .solve_heading02{
        font-size: 1rem;
    }

    .feature_heading{
        font-size: 1.2rem;
    }

    .feature_supple{
        font-size: .8rem;
    }

    .feature{
        font-size: .6rem;
    }

    .solve p{
        margin: 1em 2em;
    }

    .solve p br{
        display: none;
    }

    .point_kinds{
        display: block;
    }

    .point_kinds_items{
        width: 80%;
        margin: 5rem auto;
    }

    .point_message{
        margin: 5em 1em;
        padding: 2em 0 .8em;
    }

    .point_message p{
        margin: 2em;
        font-size: .9rem;
    }

    .point_discoloration{
        font-size: 1.4rem;
    }

    .effect_check{
        display: block;
    }

    .effect_check_items{
        width: 90%;
        margin: 4em auto 0;
    }

    .effect_check_card_heading{
        font-size: 1.2rem;
        border-radius: 1.6rem;
        padding: .5em 1em;
        width: 16em;
    }

    .effect_check_comment_items h2{
        text-align: left;
        font-size: 1rem;
    }

    .effect_check_heading01{
        padding: 0 1.6em 0 1.5em;
    }
    
    .effect_check_heading02{
        padding: 0 1em 0 2em;
    }

    .effect_note{
        font-size: .8rem;
        width: 90%;
        margin: 1em auto 0;
    }

    .pc_table{
        display: none;
    }
    
    .sp_table{
        display: block;
        width: 90%;
        margin: 3rem auto 0;
    }

    .strengths_table table img{
        width: 3rem;
        margin: 1em auto 0;
    }

    .strengths_table table h2{
        font-size: 1.2rem;
    }

    .strengths_table_beige{
        width: 19%;
        position: relative;
    }

    .strengths_table_beige span{
        position: absolute;
        top: 2em;
        left: calc(50% - .6em);
        white-space: pre;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
    
    .strengths_table_brown{
        width: 81%;
    }
    
    .strengths_table_white{
        width: 81%;
    }

    .strengths_table table{
        border-top: .3rem solid #000000;
        border-left: .3rem solid #000000;
    }
    
    .strengths_table th,
    .strengths_table td{
        border-right: .3rem solid #000000;
        border-bottom: .3rem solid #000000;
    }

    .strengths_table th{
        font-size: 1.4rem;
    }
    
    .strengths_table td{
        font-size: 1rem;
    }

    .recruitment_wrapper{
        width: 90%;
    }

    .recruitment_heading{
        font-size: 1.6rem;
    }

    .recruitment_heading br{
        display: block;
    }

    .sp_br{
        display: block;
    }
    
    .recruitment_big_text{
        font-size: 1.3rem;
    }

    .flow_wrapper{
        display: flex;
        justify-content: space-between;
        margin: 0 1rem 0 0;
    }

    .flow_item02{
        width: 25%;
        position: relative;
    }

    .flow_item01{
        display: block;
        width: 75%;
        margin: 3em 0 0;
    }
    
    .flow_step{
        writing-mode: horizontal-tb;
        text-orientation: sideways;
        padding: 1em;
        margin: 1.2em 0 0;
        text-align: center;
        font-size: 1.4rem;
        height: auto;
        width: 100%;
    }

    .flow_step:not(:last-child)::after{
        content: '';
        position: absolute;
        right: 50%;
        top: auto;
        bottom: -1.6rem;
        width: 2rem;
        height: 1.2rem;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        transform: translate(50%,-50%);
    }

    .flow_step_heading{
        writing-mode: vertical-rl;
        text-orientation: upright;
        background-color: #F5EDD7;
        width: 1.8em;
        height: 84%;
        padding: 0 .15em;
        margin: 3.2em auto 1.6em;
        border-bottom: none;
        position: absolute;
        right: 50%;
        transform: translate(50%);
    }

    .flow_step_heading::after{
        content: '';
        position: absolute;
        background-image: url(./img/多角形\ 11.png);
        background-size: cover;
        width: 6rem;
        height: 3rem;
        top: auto;
        bottom: -1.8rem;
        transform: translateX(-5%);
    }

    .follow h1{
        font-size: 1.2rem;
    }

    .follow h1 br{
        display: block;
    }

    .follow ol{
        margin: 3em 1em 0 4em;
    }

    .follow ol li{
        font-size: .85rem;
    }

    .everyone_message{
        width: 90%;
        margin: 3em auto 0;
        padding: 1em 2em 3em;
    }

    .everyone table tr th{
        width: 7em;
    }

    .intention h1 br{
        display: block;
    }

    .intention_wrapper{
        display: block;
    }

    .intention_items{
        width: 90%;
        margin: 3em auto;
    }

    .news_wrapper{
        display: block;
        margin: 2rem auto 0 auto;
        width: 90%;
    }

    .news_wrapper{
        width: 90%;
    }

    .news_item01{
        width: 100%;
    }
    
    .news_item02{
        width: 100%;
        padding: 1em 1em 1em 1em;
    }

    .news_item02 h2{
        border-bottom: .1rem #E0DCDC solid;
        padding: .6em 0 .2em;
        font-size: 1rem;
    }
    
    .news_item02 p{
        font-size: .76rem;
        padding: 1em 0 0;
    }

    .news_text_bold br{
        display: none;
    }

    .question_wrapper{
        width: 90%;
    }

    .question_inner{
        display: block;
    }
    
    .question_inner p{
        width: 100%;
    }

    .question details a{
        position: static;
        margin: 0 1em;
    }

    .question_btn_area{
        text-align: right;
    }

    .call .pc_br{
        display: none;
    }
    
    .call .sp_br{
        display: block;
    }

    .call{
        padding: 8rem 1rem 8rem;
    }

    .call p{
        font-size: 1rem;
    }

    .contact form{
        width: 90%;
    }

    .contact form textarea{
        height: 16rem;
    }

    .policy{
        width: 100%;
    }
}