/* CSS Document */
@import url("webfonts/Didot/stylesheet.css");
body {
    margin: 0;
}
.inner1000 {
    width: 90%;
    height: auto;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.flexbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
section{
    padding-top: 3%;
    padding-bottom: 3%;
    line-height: 2;
}
figure, p {
    margin: 0;
}
dd {
    margin-inline-start: 0;
}
.tit_content {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0px;
    margin-right: auto;
    margin-left: auto;
    line-height: normal;
}
.tit_content span {
    font-weight: 400;
}
.didot {
    font-family: "Didot", serif;
    -ms-font-feature-settings: "normal";
}
.futura {
    font-family: "Futura", sans-serif;
    -ms-font-feature-settings: "normal";
    font-style: italic;
}
.txt20 {
    font-size: 20px;
    font-family: serif;
}
.txt30 {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
}
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}
.kaizen.wrapper p {
    font-size: 14px;
}
#topWrp .tit_content{
    margin-bottom: 0;
}
#topWrp .subtitle{
    margin: 0;
    font-family: serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
section .sec_title_h3{
    font-size: 24px;
    margin-bottom: 50px;
    text-align: center;
    font-family: serif;
    font-weight: 400;
}
section .sec_title_h3 .futura{
    display: block;
    font-style: normal;
    font-size: 16px;
}
.menu_sec .menu_title{
    font-size: 18px;
    margin-bottom: 30px;
}
.menu_sec .menu_title span {
    font-family: serif;
}
.menu_sec .menu_title img{
    margin-right: 5px;
    vertical-align: middle;
}
.txt_horizon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
     -webkit-text-align: center; 
    text-align: center; /* for no-flexbox browsers */
}
.txt_horizon::before,
.txt_horizon::after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.txt_horizon::before {
    margin-right: 0.5em;
}
.txt_horizon::after {
    margin-left: 0.5em;
}
.menu_box{
    display: flex;
    align-items: stretch;
}
.menu_box .menu_cap{
    width: 50%;
    text-align: left
}
.menu_box .menu_img{
    order: 1;
    width: 50%;
    text-align: center;
}
.menu_box .menu_img img{
    width: 70%;
}
.menu_box .menu_cap .menu_menubox{
    margin-top: 50px;
}
.menu_box .menu_cap .menu_menubox dt{
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: serif;
}
.menu_box .menu_cap .menu_menubox .menu_list_item{
    padding-bottom: 5px;
    border-bottom: 1px solid #221815;
    margin-bottom: 5px;
}
.menu_box .menu_cap .menu_menubox .menu_list_item img{
    width: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.kaizen_point{
    counter-reset: number;
}
.kaizen_point_figure{
    align-items: stretch;
    margin-bottom: 20px;
}
.kaizen_point_figure .kaizen_point_img{
    width: 40%;
    aspect-ratio:4/3;
    overflow: hidden;
}
.kaizen_point_figure .kaizen_point_img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.kaizen_point_figure .kaizen_point_cap{
    width: 55%;
    text-align: left;
    position: relative;
}
.kaizen_point_figure .kaizen_point_cap p {
    font-size: 14px;
}
.kaizen_point_figure .kaizen_point_cap::before{
    content: "POINT";
    font-size: 10px;
    font-family: Didot;
}
.kaizen_point_figure .kaizen_point_cap::after{
    content: "";
    height: 1px;
    display: block;
    border-top: 1px solid ;
    position: absolute;
    top: 15px;
    right: 0;
    width: calc(100% - 3em);
}
.kaizen_point_figure .kaizen_point_cap h4{
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 0;
}
.kaizen_point_figure .kaizen_point_cap h4::before{
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    font-family: Didot;
    font-size: 30px;
    margin-right: 10px;
}

.kaizen_ba {
    text-align: left;
}
.kaizen_ba .h3_subtitle{
    margin-bottom: 1em;
}
.kaizen_ba .h3_subtitle span{
    background-color: #ECECEC;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
}
.kaizen_ba .kaizen_ba_list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:20px;
    counter-reset: number;
    margin-top: 30px;
}
.kaizen_ba .kaizen_ba_list_item{
    border: 1px solid;
    display: grid;
    grid-template-rows: subgrid;
    grid-row:span 2;
    gap:0;
}
.kaizen_ba .kaizen_ba_list_item dl{
    display: grid;
    grid-template-rows: subgrid;
    grid-row:span 2;
}
.kaizen_ba .kaizen_ba_list_item dt{
    text-align: center;    
    padding: 10px;
    border-bottom: 1px solid;
}
.kaizen_ba_list.is_after{
    margin-top: 0;
    margin-bottom: 30px;
}
.kaizen_ba_list.is_after .kaizen_ba_list_item dt{
    background-color: rgba(236,236,236,1.00);
}
.kaizen_ba .kaizen_ba_list_item .num{
    font-size: 10px;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}
.kaizen_ba .kaizen_ba_list_item .num::after{
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    display: block;
    font-size: 30px;
}
.kaizen_ba .kaizen_ba_list_item dd{
    padding: 10px;
    margin-inline-start: 0;
}
.kaizen_ba .kaizen_ba_arrow{
    position: relative;
}
.kaizen_ba .kaizen_ba_arrow{
    padding: 100px 0;
    text-align: center
}
.kaizen_ba .kaizen_ba_arrow span{
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-family: serif;
}
.kaizen_ba .kaizen_ba_arrow img{
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.kaizen_ba .kaizen_ba_sample img{
    width: 100%;
}
.kaizen_ba .kaizen_ba_sample .kaizen_ba_sample_box{
    width: 49%;
}
.kaizen_ba .kaizen_ba_sample .kaizen_ba_sample_box .kaizen_ba_sample_box_img{
    width: 50%;
    text-align: center;
}

.kaizen_qa .kaizen_qa_inner{
    max-width: 800px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.kaizen_qa .kaizen_qa_box{
    text-align: left;
    margin-bottom: 50px;
}
.kaizen_qa .kaizen_qa_box .kaizen_qa_box_q,
.kaizen_qa .kaizen_qa_box .kaizen_qa_box_a_title{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: serif;
}
.kaizen_qa .kaizen_qa_box .kaizen_qa_box_a_title{
    margin-bottom: 10px;
}
.kaizen_qa_box_a .kaizen_qa_box_a_title.txt20 {
    font-size: 20px;
}
.kaizen_qa .kaizen_qa_box .kaizen_qa_box_q::before,
.kaizen_qa .kaizen_qa_box .kaizen_qa_box_a_title::before{
    font-family: Futura;
    font-size: smaller;
    width: 50px;
    aspect-ratio:1/1;
    display: grid;
    place-content: center;
    place-items: center;
    margin-right: 10px;
}
.kaizen_qa .kaizen_qa_box .kaizen_qa_box_q::before{
    content: "Q";
    background-color: rgba(236,236,236,1.00);    
}
.kaizen_qa .kaizen_qa_box .kaizen_qa_box_a_title::before{
    content: "A";
    background-color: #2B2B2B;
    color: #fff;
}
.kaizen_qa .kaizen_qa_box .kaizen_qa_box_a_title + p{
    padding-left: 60px;
    font-size: 14px;
}
.kaizen_price .kaizen_price_list{
    max-width: 380px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.kaizen_price .kaizen_price_list_item{
    border-bottom: 1px solid #2B2B2B;
}
.kaizen_price .kaizen_price_list_item .txt30 {
    font-family: serif;
}
.kaizen_price .kaizen_price_list dt {
    font-family: serif;
}
.kaizen_price .kaizen_price_list dt img{
    width: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
@media screen and (max-width:768px){
    .kaizen_ba .kaizen_ba_list{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:480px){
    .menu_box .menu_img,
    .menu_box .menu_cap{
        width: 100%;
    }
    .menu_box .menu_img{
        order: 0;
    }
    .kaizen_point_figure .kaizen_point_img,
    .kaizen_point_figure .kaizen_point_cap{
        width: 100%;
    }
    .kaizen_point_figure{
        margin-bottom: 30px;
    }
    .kaizen_ba .kaizen_ba_sample .kaizen_ba_sample_box{
        width: 100%;
    }
    .kaizen_point_figure .kaizen_point_cap h4{
        margin-bottom: 15px;
    }
}
