/* ブレイクポイント: タブレット */
@media (max-width: 1024px) {
    /* タブレット用のスタイル */
}
/* ブレイクポイント: スマホ */
@media (max-width: 780px) {
    /* スマホ用のスタイル */
}
@media (max-width: 480px) {
    /* スマホ用のスタイル */
}

/* 基本スタイル */
body {
    margin: 0;
    font-size: 17px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333333;
    position: relative;
}
a{
    transition: .3s;
}
a:hover{
    opacity: .8;
}
::placeholder {
    color: #858585;
}
button{
  cursor: pointer;
}
button:hover{
    opacity: .8;
}

/* layout */
.wl{
    max-width: 1400px;
    margin: 0 auto;
}
.wm{
    max-width: 1100px;
    margin: 0 auto;
}
.ws{
    max-width: 1000px;
    margin: 0 auto;
}
.pc{
    display: block;
}
.sp{
    display: none;
}

/* header */
.h{
    height: 80px;
    padding: 10px 30px;
    position: relative;
    z-index: 2;
}
.h_inr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h_logo {

}
.h_logo a{

}
.h_logo a img {

}
.h_btn{

}
.h_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #FF574D;
    border-radius: 30px;
    background: #FF574D;
    font-size: 15px;
    color: #ffffff;
}
.h_btn a:hover{
    background: #ffffff;
    color: #FF574D;
}

/* main -mv */
.mv{
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
}
.mv img{
    width: 100%;
    height: auto;
}

/* main - quality */
.quality{
    padding: 60px 0 100px;
}
.quality_title{
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 45px;
}
.quality_title span{
    color: #457DF9;
}
.quality_img{
    display: flex;
    justify-content: center;
    margin: 0 0 70px;
}
.quality_txt{
    font-size: 45px;
    text-align: center;
    color: #012E90;
    font-weight: 900;
}
.quality_txt span{
    display: inline-block;
    color: #457DF9;
    position: relative;
}
.quality_txt span:after{
    content: '';
    width: 100%;
    height: 7px;
    background: #457DF9;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.quality_txt ruby rt{
    font-size: 30px;
    letter-spacing: .5em;
}

/* main - cvarea */
.cvarea{
    padding: 80px 0 100px;
    background-image: url(../images/cv-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}
.cvarea02{
    background-image: url(../images/cvarea02-bg.jpg);
}
.cvarea04{
    background-image: none;
    background: #EDF3FF;
    padding: 110px 0 100px;
}
.cvarea_title{
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    margin: 0 0 70px;
}
.cvarea_title span {
    color: #457DF9;
}
.cvarea_search{
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 5px #dddddd;
    padding: 30px 90px;
    margin: 0 0 30px;
}
.cvarea_search_form{
    margin: 0 0 30px;
}
.cvarea_search_form_item {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.cvarea_search_form_item_name {
    width: 200px;
    font-weight: 700;
    padding: 0 0 0 25px;
    position: relative;
}
.cvarea_search_form_item_name:before{
    content: "";
    width: 15px;
    height: 15px;
    background: #457DF9;
    position: absolute;
    top: 6px;
    left: 0;
}
.cvarea_search_form_item_wrap{
    width: 620px;
}
.cvarea_search_form_item_wrap select{
    width: 100%;
    padding: 20px 60px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
}
.cvarea_search_form_item_wrap label{
    display: block;
    width: 100%;
    padding: 20px 60px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
}
.cvarea_search_form_submit{
    text-align: center;
}
.cvarea_search_form_submit button{
    display: inline-block;
}
.cvarea_result{
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 5px #dddddd;
    border-radius: 15px;
    margin: 0 0 50px;
}
.cvarea_result_title {
    height: 70px;
    box-sizing: border-box;
    font-size: 27px;
    background: #2F4CB2;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 15px 0 0;
}
.cvarea_result_pre{
    padding: 30px;
    display: flex;
    justify-content: center;
}
.cvarea_result_pre_txt {
    width: 519px;
    height: 134px;
    padding: 0 80px 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/cv-search-desc-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 10px 18px 0 0;
}
.cvarea_result_pre_img{
    
}
.cvarea_result_pre_txt span{
    color: #FF574D;    
}
.cvarea_result_area{
    padding: 30px;
}
.cvarea_result_area_inr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
}
.cvarea_result_area_img {
    width: 104px;
    margin: 20px 58px 0 0;
    position: relative;
}
.cvarea_result_area_img span{
    width: 92px;
    display: inline-block;
    text-align: center;
    background: #000;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    padding: 3px 0;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cvarea_result_area_detail {
    text-align: center;
    margin: -20px 0 0;
}
.cvarea_result_area_detail_price01 {
    margin: 0 0 20px;
    position: relative;
}
/* .cvarea_result_area_detail_price01 .price_num{
    font-size: 24px;
} */
.cvarea_result_area_detail_price01:after {
    content: '';
    width: 17px;
    height: 15px;
    background-image: url(../images/result-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* .cvarea_result_area_detail_discount{
    font-size: 64px;
    line-height: 1.2;
    color: #FF574D;
    margin: 0 0 10px;
}
.cvarea_result_area_detail_discount span{
    font-weight: 900;
    font-size: 92px;
} */
.detail_discount{
    display: inline-block;
    background: #FF574D;
    color: #fff;
    padding: 1px 10px 3px;
    font-size: 24px;
    font-weight: bold;
    position: rel;
}
.cvarea_result_area_detail_price02{
    color: #FF574D;
    font-size: 17px;
    position: relative;
}
.cvarea_result_area_detail_price02_inr{
    position: relative;
    display: inline-block;
    margin: 0 13px 0 0;
}
.cvarea_result_area_detail_price02_inr:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #FF574D;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cvarea_result_area_detail_price02 .price_num{
    font-size: 47px;
}
.cvarea_result_area_colors {
    margin: 0 0 40px;
}
.cvarea_result_area_colors_inr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
}
.cvarea_result_area_colors_img {
    width: 91px;
    margin: 0 39px 0 0;
}
.cvarea_result_area_colors_name{
    width: 92px;
    margin: 0 23px 0 0;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    padding: 3px 0;
}
.cyan_name{
    background: #1C98CB;
}
.magenta_name{
    background: #ED4184;
}
.yellow_name{
    background: #FFCE00;
}
.cvarea_result_area_colors_price01 {
    position: relative;
    margin: 0 70px 0 0;
}
.cvarea_result_area_colors_price01:after {
    content: '';
    width: 15px;
    height: 17px;
    background-image: url(../images/result-arrow-ls.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    right: -40px;
}
.cvarea_result_area_colors_price02 .price_num{
    font-size: 27px;
}

.cvarea_result_area_bnr {
    text-align: center;
}
.cvarea_contact{
}
.cvarea_contact_bnr {
    margin: 0 0 80px;
}
.cvarea_contact_title{
    font-size: 45px;
    font-weight: 900;
    color: #2F4CB2;
    text-align: center;
    margin: 0 0 80px;
    position: relative;
}
.title_arw:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46px 65px 0 65px;
    border-color: #e83819 transparent transparent transparent;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cvarea02 .cvarea_contact_title{
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    margin: 0 0 50px;
}
.cvarea02 .cvarea_contact_title span {
    font-size: 55px;
    color: #457DF9;
}
.cvarea_contact_form_pp {
    text-align: center;
    margin: 0 0 20px;
}
.cvarea_contact_form_pp a {
    text-decoration: underline;
}
.cvarea_contact_form_note{
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.035em;
}
.cvarea_contact_form{
}
.cvarea_contact_form_item{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.cvarea_contact_form_item_name{
    width: 220px;
    padding: 0 0 0 25px;
    position: relative;
}
.cvarea_contact_form_item_name span{
    display: inline-block;
    color: #ffffff;
    background: #457DF9;
    padding: 0 10px 2px;
    margin: 0 0 0 20px;
}
.cvarea_contact_form_item_wrap{
    width: 620px;
}
.cvarea_contact_form_item_wrap input {
    display: block;
    width: 100%;
    padding: 20px 60px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
}
.cvarea_contact_form_submit{
    text-align: center;
    margin: 60px 0 0;
}
.cvarea_contact_form_submit button{
    display: inline-block;
}
.disabled-button {
    opacity: 0.5;
    cursor: not-allowed;
}
.disabled-button:hover {
    opacity: .5;
    cursor: not-allowed;
}


/* main - anxiety */
.anxiety{
    padding: 80px 0 100px;
    background-image: url(../images/anxiety-bg.jpg);
    background-repeat: repeat;
}
.anxiety_title{
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    margin: 0 0 45px;
}
.anxiety_title span {
    color: #457DF9;
}
.anxiety_contents{
    justify-content: space-between;
    position: relative;
}
.anxiety_contents_img{
    display: flex;
    justify-content: center;
    position: relative;
}
.anxiety_contents_box{
    width: 360px;
    height: 200px;
    padding: 30px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 20px;
    background-clip: padding-box;
    border: 9px solid rgba(255,255,255,.5);
    position: absolute;
}
.anxiety_contents_box_inr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.box1 {
    top: 30px;
    left: 65px;
}
.box2 {
    top: 30px;
    right: 65px;
}
.box3 {
    top: 275px;
    left: 5px;
}
.box4 {
    top: 275px;
    right: 5px;
}
.box5 {
    top: 530px;
    left: 65px;
}
.box6 {
    top: 530px;
    right: 65px;
}
.anxiety_contents_box p{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.box1 p span,
.box2 p span{
    color: #457DF9;
}
.box3 p span,
.box5 p span{
    color: #FF574D;
}
.box4 p span,
.box6 p span{
    color: #45B6A9;
}
.anxiety_contents_box_inr:before {
    content: "";
    width: 34px;
    height: 27px;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    left: -15px;
}
.box1 .anxiety_contents_box_inr:before,
.box2 .anxiety_contents_box_inr:before{
    background-image: url(../images/bq-icon01.png);
}
.box3 .anxiety_contents_box_inr:before,
.box5 .anxiety_contents_box_inr:before{
    background-image: url(../images/bq-icon02.png);
}
.box4 .anxiety_contents_box_inr:before,
.box6 .anxiety_contents_box_inr:before{
    background-image: url(../images/bq-icon03.png);
}

/* main - no_worries */
.no_worries{
    padding: 70px 0;
    background-image: url(../images/anxiety-copy-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}
.no_worries_title{
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    line-height: 1.75;
    color: #ffffff;
}
.no_worries_title span{
    font-size: 55px;
}
.no_worries_title span.txt_at{
    display: inline-block;
    color: #457DF9;
    position: relative;
}
.no_worries_title span.txt_at:after{
    content: '';
    width: 100%;
    height: 7px;
    background: #457DF9;
    position: absolute;
    bottom: 4px;
    left: 0;
}

/* main - reason */
.reason{
    padding: 100px 0 50px;
}
.reason_costdown{
    background-image: url(../images/costdown-bg.png);
    background-repeat: no-repeat;
    background-position: center 90px;
}
.reason_costdown_copy{
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    padding: 25px 0 53px;
    background-image: url(../images/costdown-title-bg.png);
    background-repeat: no-repeat;
    background-position: center 0;
    margin: 0 0 20px;
}
.reason_costdown_copy span{
    color: #457DF9;
}
.reason_costdown_img{
    text-align: center;
}
.reason_costdown_cap{
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 80px;
}
.reason_costdown_cap span{
    color: #FF574D;
    font-size: 45px;
}
.reason_costdown_title{
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    line-height: 1.4;
    color: #012E90;
    margin: 0 0 150px;
    position: relative;
}
.reason_costdown_title span{
    color: #457DF9;
}
.reason_costdown_title:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 93px 0 93px;
    border-color: #577ee8 transparent transparent transparent;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;    
}
.reason_contents{
    padding: 80px 30px 100px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0 30px 30px;
}
.reason1{
    background: #FF574D;
}
.reason2{
    background: #457DF9;
}
.reason3{
    background: #45B6A9;
}
.reason_contents_subtitle{
    font-size: 19px;
    text-align: center;
    color: #ffffff;
}
.reason_contents_subtitle:before,
.reason_contents_subtitle:after{
    content: '・';
}
.reason_contents_title{
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 50px;
}
.reason_contents_title span{
    display: inline-block;
    position: relative;
}
.reason_contents_title span:before{
    content: '';
    width: 38px;
    height: 84px;
    background-image: url(../images/reason-title-before.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: -83px;
}
.reason_contents_title span:after{
    content: '';
    width: 38px;
    height: 84px;
    background-image: url(../images/reason-title-after.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    right: -83px;
}
.reason_contents_inr{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.reason_contents_box{
    width: calc((100% - 38px) / 2);
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 45px;
    box-sizing: border-box;
    position: relative;
}
.reason_contents_box_img{
    text-align: center;
    margin: 0 0 30px;
}
.reason_contents_box_title{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.reason1 .reason_contents_box_title span{
    color: #FF574D;
}
.reason2 .reason_contents_box_title span{
    color: #457DF9;
}
.reason3 .reason_contents_box_title span{
    color: #45B6A9;
}
.reason_contents_box_desc{
}
.reason_contents_box_desc span{
    font-weight: 700;
}
.reason1 .reason_contents_box_desc span{
    color: #FF574D;
}
.reason2 .reason_contents_box_desc span{
    color: #457DF9;
}
.reason3 .reason_contents_box_desc span{
    color: #45B6A9;
}
.reason_contents_box_note{
    position: absolute;
    bottom: -25px;
    font-size: 14px;
}

/* main - achievement */
.achievement{
    padding: 0 0 140px;
}
.achievement_title{
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    margin: 0 0 40px;
}
.achievement_title span{
    color: #457DF9;
}
.achievement_slider{
}
.achievement_slider_box{
    width: 460px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0 15px;
    box-shadow: 0 0 5px #dddddd;
}
.achievement_slider_box_img{
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
}
.achievement_slider_box_title{
    color: #2F4CB2;
    font-weight: 700;
    padding: 0 0 0 20px;
    margin: 0 0 5px;
    position: relative;
}
.achievement_slider_box_title:before{
    content: '';
    width: 12px;
    height: 12px;
    background: #FF574D;
    position: absolute;
    top: 7px;
    left: 0;
}
.achievement_slider_box_desc{
}
.achievement_slider .slick-list {
    padding: 5px 15px!important;
}
.achievement_slider button.slick-prev.slick-arrow {
    background-image: url(../images/slider-arrow-left.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 71px;
    left: calc(50% - 330px);
    z-index: 10;
}
.achievement_slider button.slick-next.slick-arrow {
    background-image: url(../images/slider-arrow-right.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 71px;
    right: calc(50% - 330px);
    z-index: 10;
}
.achievement_slider .slick-prev:before{
    content: '';
}
.achievement_slider .slick-next:before{
    content: '';
}
.achievement_slider .slick-track {
    display: flex;
}
.achievement_slider .slick-slide {
    height: auto !important;
}
.achievement_slider .slick-dotted.slick-slider {
    margin-bottom: 80px;
}
.achievement_slider .slick-dots{
    bottom:-80px;
}
.achievement_slider .slick-dots li.slick-active button:before{
    color: #457DF9;
}

/* main - factory */
.factory{
    padding: 80px 0 320px;
    background-image: url(../images/komagane-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.factory_title{
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    margin: 0 0 60px;
}
.factory_contents{
}
.factory_contents_inr{
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
}
.factory_contents_img{
    width: 490px;
    margin: 0 40px 0 0;
}
.factory_contents_txt{
    width: 570px;
    line-height: 1.75;
}
.factory_contents_txt p{
    margin: 0 0 20px;
}
.factory_contents_txt_mg {
    text-align: right;
}
.factory_contents_txt_mg span{
    display: inline-block;
    text-align: center;
    position: relative;
}
.factory_contents_txt_mg span:after{
    content: '';
    width: 100%;
    height: 2px;
    background: #333333;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    max-width: 0 autp;
}
.factory_contents_txt_mg span.mg_name{
    font-size: 19px;
}
.factory_contents_video{
    padding: 70px 0;
    background: rgba(211,230,255,.8);
    border-radius: 15px;
}
.factory_contents_video_title{
    max-width: 675px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
    background: #457DF9;
    padding: 10px 10px;
    border-radius: 6px;
    margin: 0 auto 18px;
}
.factory_contents_video iframe{
    display: block;
    margin: 0 auto;
}

/* main - sdgs */
.sdgs{
    padding: 90px 0 70px;
}
.sdgs_title{
    text-align: center;
    font-size: 55px;font-weight: 900;
    margin: 0 0 30px;
}
.sdgs_title span{
    color: #457DF9;
}
.sdgs_desc{
    text-align: center;
    line-height: 1.75;
    margin: 0 0 55px;
}
.sdgs_desc span{
    color: #457DF9;
}
.sdgs_img{
    text-align: center;
    margin: 0 0 68px;
}
.sdgs_box{
    border-radius: 15px;
    box-shadow: 0 0 5px #dddddd;
    margin: 0 0 30px;
}
.sdgs_box_title{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    background: #457DF9;
    color: #ffffff;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
}
.sdgs_box_inr{
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sdgs_box_img{
    width: 420px;
    text-align: right;
}
.sdgs_box_desc{
    width: 400px;
    line-height: 1.75;
}
.sdgs_box_desc span{
    color: #457DF9;
}

/* main - choise */
.choise{
    padding: 80px 0 100px;
    background: #EDF3FF;
}
.choise_title{
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    margin: 0 0 20px;
}
.choise_desc{
    text-align: center;
    margin: 0 0 50px;
}
.choise_inr{
    display: flex;
    justify-content: space-between;
}
.choise_box{
    width: calc((100% - 56px) / 3);
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 0 5px #dddddd;
    border-radius: 10px;
}
.choise_box_img{
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}
.choise_box_title{
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #457DF9;
    margin: 0 0 10px;
}
.choise_box_txt{
    text-align: justify;
}

/* main - faq */
.faq{
    padding: 90px 0 60px;
}
.faq_title{
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    margin: 0 0 20px;
}
.faq_title span{
    color: #457DF9;
}
.faq_desc{
    text-align: center;
    margin: 0 0 50px;
}
.faq_box{
}
.faq_box_q{
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #EDF3FF;
    padding: 0 20px 0 115px;
    font-weight: 700;
    position: relative;
}
.faq_box_q:before{
    content: '';
    width: 81px;
    height: 81px;
    background-image: url(../images/faq-icon-question.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 9px;
    left: 30px;
}
.faq_box_a{
    padding: 35px 20px 30px 115px;
    position: relative;
}
.faq_box_a:before{
    content: '';
    width: 81px;
    height: 81px;
    background-image: url(../images/faq-icon-answer.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 9px;
    left: 30px;
}
.faq_box_a_title{
    font-weight: 700;
    margin: 0 0 20px;
}
.faq_box_a_txt{
}
.faq_box_a_txt span{
    color: #457DF9; 
 }
 .faq_box_a_txt_note{
    font-size: 12px;
 }

/* main - removal */
.removal{
    padding: 15px 0 90px;
    background: #012E90;
}
.removal .wm{
    position: relative;
    padding: 0 0 0 360px;
}
.removal .wm:before{
    content: '';
    width: 320px;
    height: 250px;
    background-image: url(../images/removal-img.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.removal_title{
    font-size: 55px;
    font-weight: 900;
    color: #ffffff;
    padding: 65px 0 0;
    margin: 0 0 50px;
}
.removal_title span{
    color: #FF574D;
}
.removal_txt{
    color: #ffffff;
}

/* footer */
.f{
    padding: 90px 0;
    background: #012E90;
}
.f .ws{
    position: relative;
}
.f_link{
    margin: 0 0 15px;
}
.f_link ul{
    display: flex;
    justify-content: flex-start;
}
.f_link ul li+ li {
    margin: 0 0 0 40px;
}
.f_link ul li a {
    color: #ffffff;
    padding: 0 0 0 25px;
    position: relative;
}
.f_link ul li a:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
.f_fasf{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}
.f_fasf img {
    margin: 0 18px 0 0;
}
.f_stock{
    position: absolute;
    right: 0;
    top: 5px;
}
.f_stock img {
    margin: 0 0 5px;
}
.f_stock p{
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/* 右下 追従エリア */
.cvbox{
    display: none;
    width: 340px;
    box-sizing: border-box;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 0 3px #dddddd;
    z-index: 2;
}
.cvbox p {
    color: #FF574D;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
}
.cvbox_btn a {
    display: flex;
    height: 70px;
    border-radius: 35px;
    background: #012E90;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    justify-content: center;
    align-items: center;
}
.cvbox_btn a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
}

.result-date,
.cvarea_result_area_colors,
.contact-date {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.modal-content {
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem;
  border: 1px solid #333;
  overflow-y: scroll;
}

.models {
}

.series-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.series-title{
    font-weight: 900;
    color: #012E90;
    padding: 0 0 5px 10px;
    margin: 0 0 15px;
    font-size: 24px;
    border-bottom: 4px solid #012E90;
}
.series-container+ .series-title{
    margin: 45px 0 15px 0;
}
.models input {
    position: absolute;
}

.cvarea_search_form_item_wrap .models .form-check {
    display: block;
    width: calc((100% - 75px) / 5);
    margin: 0 15px 0 0;
}
.cvarea_search_form_item_wrap .models .form-check:nth-child(n + 6) {
    margin: 15px 15px 0 0;
}
.cvarea_search_form_item_wrap .models .form-check:nth-child(5n) {
    margin: 15px 0 0 0;
}
.cvarea_search_form_item_wrap .models .form-check:nth-child(5) {
    margin: 0;
}
.cvarea_search_form_item_wrap .models .form-check label {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    background: #ffffff;
    margin: 0 15px 0 0;
    word-break: break-all;
}
.cvarea_search_form_item_wrap .models .form-check label:hover {
    background: #012E90;
    color: #ffffff;
}
button.close-modal {
    margin: 15px 0 0;
    padding: 2px 5px;
    font-weight: bold;
    float: right;
}

.wpcf7-response-output {
    text-align: center;
    font-weight: 700;
}
span.wpcf7-not-valid-tip {
    font-weight: 700;
}

.pagemv {
    padding: 80px 10px;
    background-image: url(../images/cvarea02-bg.jpg);
}
.pagemv h1 {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    font-size: 45px;
}
.bread {
    font-size: 13px;
    padding: 10px;
    margin: 0 0 30px;
}
.bread ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bread ul li {
    margin: 0 5px;
}

.bread ul li:after {
    content: ' >';
}
.bread ul li:last-child:after {
    content: '';
}
.contents {
    padding: 0 0 80px;
}
.contents_inr {
    line-height: 1.8;
}
.contents404{
    padding: 80px 0;
}

/* 2023.06.15 cvarea04 */
.cvarea04_title {
    font-size: 45px;
    text-align: center;
    color: #012E90;
    font-weight: 900;
    position: relative;
    margin: 0 0 60px;
}
.cvarea04_title:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 59px 0 59px;
    border-color: #577DE8 transparent transparent transparent;
    position: absolute;bottom: -60px;left: 0;right: 0;margin: 0 auto;
}
.cvarea04_note {
    font-size: 14px;
    text-align: center;
    margin: -10px 0 50px;
}
.cvarea04_note p+ p {
    margin: 5px 0 0;
}
.cvarea04_form_title{
    text-align: center;
    font-size: 27px;
    margin: 0 0 35px;
}
.cvarea04 .select_wrap{
    position: relative;
}
.cvarea04 select.manufacturer {
    width: 100%;
    padding: 20px 60px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
}
.cvarea04 .models_label {
    display: block;
    width: 100%;
    padding: 20px 60px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
    position: relative;
}
.cvarea04 .select_wrap:after {
    content: '';
    width: 14px;
    height: 10px;
    background-image: url(../images/form-select-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    pointer-events: none;
}
.cvarea04 .models_label:after {
    content: '';
    width: 14px;
    height: 10px;
    background-image: url(../images/form-select-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    pointer-events: none;
}

.cvarea04 .models input{
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff;
}
.cvarea04 .models .form-check {
    display: block;
    width: calc((100% - 75px) / 5);
    margin: 0 15px 0 0;
}
.cvarea04 .models .form-check:nth-child(n + 6) {
    margin: 15px 15px 0 0;
}
.cvarea04 .models .form-check:nth-child(5n) {
    margin: 15px 0 0 0;
}
.cvarea04 .models .form-check:nth-child(5) {
    margin: 0;
}
.cvarea04 .models .form-check label {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    background: #ffffff;
    margin: 0 15px 0 0;
    word-break: break-all;
}
.cvarea04 .models .form-check label:hover {
    background: #012E90;
    color: #ffffff;
}

.cvarea04 .cvarea_contact_form_submit button{
    width: 430px;
    height: 70px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background: #2C44AB;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 780px) {
    body{
        font-size: 15px;
    }
    /* layout */
    .wl{
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .wm{
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .ws{
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .h {
        height: 50px;
        padding: 10px;
    }
    .h_logo{
        max-width: 160px;
    }
    .h_btn a {
        width: 140px;
        height: 30px;
        font-size: 12px;
    }
    .quality_title,
    .cvarea_title,
    .anxiety_title,
    .no_worries_title span,
    .reason_costdown_title,
    .reason_contents_title,
    .achievement_title,
    .sdgs_title,
    .choise_title,
    .faq_title,
    .removal_title{
        font-size: 10vw;
        line-height: 1.2;
    }
    .anxiety_title{
        font-size: 8vw;
        line-height: 1.2;
    }
    .cvarea_title,
    .achievement_title,
    .choise_title,
    .reason_contents_title{
        font-size: 7vw;
        line-height: 1.2;
    }
    .factory_title{
        font-size: 9vw;
        line-height: 1.2;
    }
    .quality {
        padding: 60px 0;
    }
    .quality_txt,
    .no_worries_title {
        font-size: 8vw;
    }
    .quality_img {
        margin: 0 0 40px;
    }
    .quality_txt ruby rt {
        font-size: 13px;
    }
    .quality_txt span:after {
        height: 4px;
        bottom: -4px;
    }
    .anxiety {
        padding: 40px 0 10px;
    }
    .anxiety_contents{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .anxiety_contents_img {
        width: 75%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        order: 7;
        top: -30px;
    }
    .anxiety_contents_box {
        width: 46vw;
        height: auto;
        padding: 22px 6px;
        border: 6px solid rgba(255,255,255,.5);
        position: relative;
        margin: 0 0 30px;
        border-radius: 10px;
        position: relative;
    }
    .anxiety_contents_box_inr:before {
        width: 17px;
        height: 13px;
        background-size: 17px 13px;
        top: -14px;
        left: 6px;
    }
    .anxiety_contents_box p {
        font-size: 12px;
        line-height: 1.6;
    }
    .box1 {
        top: -8px;
        left: auto;
        right: -8px;
        z-index: 2;
        order: 1;
    }
    .box2 {
        top: 8px;
        left: -8px;
        right: auto;
        z-index: 3;
        order: 2;
    }
    .box3 {
        top: -8px;
        left: auto;
        right: -8px;
        z-index: 2;
        order: 3;
    }
    .box4 {
        top: -8px;
        left: auto;
        right: -8px;
        z-index: 2;
        order: 5;
    }
    .box5 {
        top: 8px;
        left: -8px;
        right: auto;
        z-index: 3;
        order: 4;
    }
    .box6 {
        top: 8px;
        left: -8px;
        right: auto;
        z-index: 3;
        order: 6;
    }
    .cvarea {
        padding: 40px 0;
    }
    .cvarea_title {
        margin: 0 0 30px;
    }
    .cvarea_result_area {
        padding: 30px 15px;
    }
    .cvarea_result_title {
        height: 50px;
        font-size: 20px;
    }
    .cvarea_result_pre {
        padding: 15px;
        align-items: center;
    }
    .cvarea_result_pre_txt {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 5px 8px 0 0;
    }
    .cvarea_result_area_inr {
        display: block;
        margin: 0 0 20px;
    }
    .cvarea_result_area_detail_price02_inr{
        margin: 0 0 10px;
    }
    .cvarea_result_area_img {
        /* width: 50%; */
        margin: 0 auto 30px;
    }
    .cvarea_result_area_detail_price02 {
        font-size: 15px;
    }
    .cvarea_result_area_detail_price02 .price_num {
        font-size: 24px;
    }
    .cvarea_result_area_detail_discount {
        font-size: 55px;
        font-weight: 900;
    }
    .cvarea_result_area_detail_discount span {
        font-size: 72px;
    }
    .cvarea_result_area_colors{
        display: block;
        text-align: center;
        margin: 0;
    }

    
    .cvarea_result_area_colors_inr{
        /* display: inline-block; */
        padding: 10px 0;
        position: relative;
        margin: 0 0 10px;
    }
    .cvarea_result_area_colors_name{
        font-size: 11px;
        margin: 0 10px 0 0;
    }
    /* .cvarea_result_area_colors_inr:nth-child(1):before{
        content: '';
        width: 65px;
        height: 58px;
        background-image: url(../images/product-img-cyan.png);
        background-repeat: no-repeat;
        background-size: 65px 58px;
        position: absolute;
        top: calc(50% - 32px);
        left: 0;
    }
    .cvarea_result_area_colors_inr:nth-child(2):before{
        content: '';
        width: 65px;
        height: 58px;
        background-image: url(../images/product-img-magenta.png);
        background-repeat: no-repeat;
        background-size: 65px 58px;
        position: absolute;
        top: calc(50% - 32px);
        left: 0;
    }
    .cvarea_result_area_colors_inr:nth-child(3):before{
        content: '';
        width: 65px;
        height: 58px;
        background-image: url(../images/product-img-yellow.png);
        background-repeat: no-repeat;
        background-size: 65px 58px;
        position: absolute;
        top: calc(50% - 32px);
        left: 0;
    } */
    .cvarea_result_area_colors_price01 {
        margin: 0;
    }
    .cvarea_result_area_colors_price01:after {
        content: '';
        width: 0;
        height: 0;
        background: none;
        top: 0;
        right: 0;
    }
    .cvarea_result_area_colors_price02 {
        display: block;
        padding: 0 0 0 30px;
        position: relative;
    }
    .cvarea_result_area_colors_price02:before {
        content: '';
        width: 15px;
        height: 18px;
        background-image: url(../images/result-arrow-s.png);
        background-repeat: no-repeat;
        background-size: 15px 18px;
        position: absolute;
        top: calc(50% - 8px);
        left: 2px;
    }
    .cvarea_result_area_colors_price02 span {
        font-size: 20px;
        font-weight: 700;
    }
    .cvarea_result_area_colors_img {
        /* width: 91px;
        margin: 0 39px 0 0; */
        display: none;
    }
    .cvarea_search{
        padding: 20px;
    }
    .cvarea_search_form {
        margin: 0;
    }
    .cvarea_search_form_item {
        display: block;
    }
    .cvarea_search_form_item_name {
        width:100%;
        padding: 0 0 0 25px;
        margin: 0 0 10px;
    }
    .cvarea_search_form_item_name:before {
        top: 5px;
    }
    .cvarea_search_form_item_wrap {
        width: 100%;
    }
    .cvarea_search_form_item_wrap select,
    .cvarea_search_form_item_wrap label{
        padding: 15px;
    }
    .series-container {
        justify-content: space-between;
    }
    .series-title{
        font-size: 18px;
        border-bottom: 3px solid #012E90;
    }
    .series-container+ .series-title{
        margin: 30px 0 15px 0;
    }
    .cvarea_search_form_item_wrap .models label {
        display: block;
        width: calc((100% - 15px) / 2);
        margin: 0 0 15px;
    }
    .cvarea_search_form_item_wrap .models .form-check{
        width: 100%;
        margin: 0 0 15px;
    }
    .cvarea_search_form_item_wrap .models .form-check:nth-child(n + 6) {
        margin: 0 0 15px;
    }
    .cvarea_search_form_item_wrap .models .form-check:nth-child(5n) {
        margin: 0 0 15px;
    }
    .cvarea_search_form_item_wrap .models .form-check:nth-child(5) {
        margin: 0 0 15px;
    }
    .cvarea_contact_title {
        font-size: 24px;
        margin: 0 0 40px;
    }
    .title_arw:after{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 23px 33px 0 33px;
        border-color: #e83819 transparent transparent transparent;
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .cvarea_contact_form_item_wrap input{
        padding: 20px;
    }
    .cvarea_contact_form_item {
        display: block;
    }
    .cvarea_contact_form_item_name {
        width: 100%;
        padding: 0 0 0 5px;
        margin: 0 0 10px;
    }
    .cvarea_contact_form_item_wrap {
        width: 100%;
    }
    .cvarea_contact_form_submit{
        margin: 30px 0 0;
    }
    .achievement {
        padding: 0 0 50px;
    }
    .no_worries_title span.txt_at:after {
        height: 4px;
    }
    .reason {
        padding: 50px 0 50px;
    }
    .reason_costdown_copy {
        font-size: 16px;
        padding: 13px 0 30px;
        background-image: url(../images/costdown-title-bg.png);
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: 100% auto;
        margin: 0 0 20px;
    }
    .reason_costdown_img {
        width: 80%;
        margin: 0 auto;
    }
    .reason_costdown_cap{
        font-size: 15px;
        margin: 0 0 40px;
    }
    .reason_costdown_cap span{
        font-size: 18px;
    }
    .reason_costdown_title{
        font-size: 24px;
        margin: 0 0 70px;
    }
    .reason_costdown_title:after{
        border-width: 32px 46px 0 46px;
        border-color: #577ee8 transparent transparent transparent;
        bottom: -50px; 
    }
    .reason_contents {
        padding: 40px 0;
        width: calc(100% - 20px);
        box-sizing: border-box;
        border-radius: 15px;
        margin: 0 10px 20px;
    }
    .reason_contents_title {
        margin: 0 0 40px;
    }
    .reason_contents_title span:before{
        top: -30px;
        left: -43px;
    }
    .reason_contents_title span:after{
        top: -30px;
        right: -43px;
    }
    .reason_contents_inr {
        max-width: 100%;
        padding: 0 10px;
        display: block;
    }
    .reason_contents_box {
        width: 100%;
        border-radius: 15px;
        padding: 20px 20px;
    }
    .reason_contents_box+ .reason_contents_box{
        margin: 10px 0 0;
    }
    .reason_contents_box_title {
        font-size: 18px;
    }
    .reason_contents_box_note {
        bottom: -20px;
        font-size: 3vw;
    }
    .factory {
        padding: 40px 0 160px;
    }
    .factory_contents_inr{
        display: block;
        margin: 0 0 30px;
    }
    .factory_contents_img{
        width: 100%;
        margin: 0 0 10px;
    }
    .factory_contents_txt{
        width: 100%;
    }
    .factory_contents_video {
        padding: 40px 10px;
    }
    .factory_contents_video_title {
        max-width: 100%;
        font-size: 17px;
    }
    .factory_contents_video iframe {
        width: 100%!important;
        height: 200px;
    }
    .sdgs {
        padding: 60px 0;
    }
    .sdgs_box_title {
        height: 50px;
        font-size: 17px;
    }
    .sdgs_box_inr {
        padding: 15px;
        display: block;
    }
    .sdgs_box_img{
        width: 100%;
        margin: 0 0 15px;
    }
    .sdgs_box_desc{
        width: 100%;
    }
    .choise {
        padding: 60px 0;
    }
    .choise_inr {
        display: block;
    }
    .choise_box {
        width: 100%;
        padding: 15px;
    }
    .choise_box+ .choise_box{
        margin: 15px 0 0;
    }
    .faq {
        padding: 60px 0;
    }
    .faq_box_q {
        padding: 0 20px 0 81px;
    }
    .faq_box_q:before {
        left: 0;
    }
    .faq_box_a {
        padding: 35px 20px 30px 81px;
        position: relative;
    }
    .faq_box_a:before {
        left: 0;
    }
    .removal {
        padding: 50px 0;
    }
    .removal .wm {
        position: relative;
        padding: 0 10px;
    }
    .removal .wm:before {
        content: '';
        width: 0;
        height: 0;
        background-image: none;
    }
    h2.removal_title {
        text-align: center;
        padding: 0;
        margin: 0 0 20px;
    }
    .cvbox{
        display: none;
        width: 100%;
        padding: 10px;
        border-radius: 0;
        box-sizing: border-box;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        z-index: 5;
    }
    .cvbox p {
        margin: 0 5px 0 0;
        display: inline-block;
    }
    .cvbox_btn{
        display: inline-block;
        margin: 0 0 0 5px;
    }
    .cvbox_btn a {
        height: 50px;
        padding: 0 35px;
        border-radius: 25px;
    }
    .cvbox_btn a:after {
        right: 18px;
    }
    .slick-slider {
        overflow: hidden;
    }
    .achievement_slider button.slick-prev.slick-arrow {
        left: -15px;
    }
    .achievement_slider button.slick-next.slick-arrow {
        right: -15px;
    }
    .f {
        padding: 40px 0 150px;
    }
    .f_link ul{
        flex-wrap: wrap;
    }
    .f_link li {
        width: 50%;
    }
    .f_link ul li+ li {
        margin: 0 0 15px 0;
    }
    .f_fasf {
        font-size: 10px;
        margin: 0 0 30px;
    }
    .f_stock {
        position: relative;
        right: auto;
        top: auto;
    }
    .f_stock p{
        text-align: left;
    }

    /* 2023.06.15 */
    .cvarea04_title {
        font-size: 7vw;
    }
    .cvarea04_title:after {
        border-width: 23px 33px 0 33px;
        bottom: -45px;
    }
    .cvarea04_note {
        font-size: 12px;
        text-align: left;
        margin: 0 0 40px;
    }
    .cvarea04_form_title {
        text-align: center;
        font-size: 5.6vw;
        margin: 0 0 35px;
    }

    .cvarea04 .models .form-check{
        width: 100%;
        margin: 0 0 15px;
    }
    .cvarea04 .models .form-check:nth-child(n + 6) {
        margin: 0 0 15px;
    }
    .cvarea04 .models .form-check:nth-child(5n) {
        margin: 0 0 15px;
    }
    .cvarea04 .models .form-check:nth-child(5) {
        margin: 0 0 15px;
    }

    .cvarea04 .cvarea_contact_form_submit button{
        width: 90%;
        height: 50px;
        border-radius: 25px;
        font-size: 20px;
    }
}
