@charset "utf-8";
/* CSS Document */


/* under_kv
   ================================================================== */
.under_kv{
	margin: 0 0 0;
	position: relative;
}

.under_kv > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.under_kv:before{
	content: "";
	background: rgba(0,0,0,.40);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.under_kv .title_box{
    padding: 0 0 8vw;
    height: 80vw;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
	display: flex;
    align-items: flex-end;
}

.under_kv .title_box .title{
    display: flex;
    justify-content: center;
}

.under_kv .title_box .title > span{
    display: inline-block;
}

.under_kv .title_box .title.min_w360 > span{
    min-width: 70vw;
}

.under_kv .title_box .title > span span{
    color: #fff;
    line-height: 120%;
    font-weight: 900;
    display: block;
    text-align: center;
}

.under_kv .title_box .title .jpn{
    padding: 0 0 1vw;
    font-size: 10vw;
    border-bottom: 3px solid #fff;
}

.under_kv .title_box .title .eng{
    padding: 1.5vw 0 0;
    font-size: 3.9vw;
    letter-spacing: 0.4em;
    font-family: "Noto Sans JP"; 
}


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
    background-image: url("../images/index/webp/kv.webp");
	background-repeat: no-repeat;
	background-position: 33% center;
	background-size: cover;
}

.kv:before{
	content: "";
	background: linear-gradient( to right,rgba(0,0,0,1) , rgba(0,0,0,.35),#545454);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    mix-blend-mode: multiply;
}

.kv .inner{
	position: relative;
    z-index: 2;
    height: 70vh;
    box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: center;
}

.kv .inbox{
    text-align: center;
}

.kv .catch > span{
    font-size: 8vw;
    color: #fff;
    line-height: 160%;
    font-weight: 700;
    letter-spacing: 0.15em;
    display: block;
    text-align: center;
}

.kv .catch > span + span{
    margin-top: 3vw;
}

.kv .text{
    margin-top: 10vw;
    padding-top: 10vw;
    font-size: 3.9vw;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-shadow: 1px 1px 6px rgba(0,0,0,.64);
    position: relative;
}

.kv .text:before{
	content: "";
    margin: auto;
	background: #fff;
	width: 25vw;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
}


/* wagyu_block
   ================================================================== */
.wagyu_block{
	padding: 12vw 0;
}

.wagyu_block .wagyu{
	margin: 0 auto;
    width: 50vw;
    line-height: 0;
}


/* index_section
   ================================================================== */
.index_section{
    padding: 15vw 0;
	background-image: url("../images/index/webp/reduced_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* i_commodity */
.i_commodity{
	background-image: url("../images/index/webp/commodity_bg.webp");
}

/* i_company */
.i_company{
	background-image: url("../images/index/webp/company_bg.webp");
}

.index_section + .index_section{
	margin-top: 15vw;
}

.index_section .inner{
	position: relative;
}

.index_section .eng_ttl{
	position: absolute;
    mix-blend-mode: color-burn;
}

.index_section .jpn_ttl > span{
	display: block;
    line-height: 150%;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.15em;
}

.index_section .jpn_ttl .ttl_txt{
	font-size: 6.8vw;
}

.index_section .jpn_ttl .ttl_img{
    margin-top: 3vw;
	line-height: 0;
}

.index_section .photo{
    margin-top: 10vw;
    margin-left: auto;
    margin-right: -3vw;
    width: 70vw;
	line-height: 0;
}

/* i_commodity */
.i_commodity .photo{
    margin-right: auto;
    margin-left: -3vw;
}

.index_section .text_box{
    margin-top: 10vw;
	padding: 8vw 2vw;
    position: relative;
}

.index_section .text_box:before{
	content: "";
	background: #4B7681;
	width: 300vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100vw;
    mix-blend-mode: multiply;
}

/* i_commodity */
.i_commodity .text_box:before{
	background: #68D596;
}

/* i_company */
.i_company .text_box:before{
	background: #D5D066;
}

.index_section .text_box > *{
	position: relative;
    z-index: 1;
}

.index_section .text_box p{
    font-size: 3.8vw;
    line-height: 150%;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.index_section .text_box .anime_btn{
    margin: 8vw 0 0;
    text-align: right;
}

/* i_reduced */
.i_reduced .first > span{
    padding: 3vw 8vw;
    font-size: 8vw;
    line-height: 1;
    font-weight: 600;
    color: #fff;
	display: inline-block;
    position: relative;
}

.i_reduced .first > span:before,
.i_reduced .first > span:after{
	content: "";
	width: 100vw;
	height: 60%;
	position: absolute;
}

.i_reduced .first > span:before{
	top: 0;
	left: 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.i_reduced .first > span:after{
	bottom: 0;
    right: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.i_reduced .eng_ttl{
	top: 20vw;
    left: -1vw;
    width: 100%;
}

.i_reduced .jpn_ttl{
	margin: 15vw 0 0;
}

.i_reduced .ttl_img{
	width: 60vw;
}

/* i_commodity */
.i_commodity .eng_ttl{
	top: -15vw;
    left: -5vw;
    width: 113%;
}

.i_commodity .jpn_ttl{
	text-align: right;
}

.i_commodity .ttl_img{
    margin-left: auto;
	width: 95%;
}

/* i_company */
.i_company .eng_ttl{
	top: -15vw;
    left: 0;
    width: 98%;
}

.i_company .jpn_ttl{
	
}

.i_company .ttl_img{
	width: 95%;
}


/* contact
   ================================================================== */
.contact{
	padding: 15vw 0 0;
}

.contact .block_title{
    font-size: 6vw;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #3DB4CA;
	text-align: center;
}

.contact .bg{
    margin: 6vw auto 0;
    padding: 3vw 0 15vw;
    width: 95%;
    background: #EAEAEA;
    border-radius: 15px;
    box-sizing: border-box;
}

/* form */
.contact .top_text{
	margin: 0 0 2vw;
    text-align: center;
    font-size: 3.1vw;
}

.contact .req{
	color: #E64C3B;
}

.contact table{
    margin: 0 auto 0;
	width: 100%;
	line-height: 150%;
	box-sizing: border-box;
}

.contact th,
.contact td{
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 16px;
    color: #4D4D4D;
	letter-spacing: 0.10em;
}

.contact .column2{
	display: flex;
}

.contact .column2 th,
.contact .column2 td{
	width: 48%;
}

.contact .column2 th:last-child,
.contact .column2 td:last-child{
	margin-left: 4%;
}

.contact th{
	padding: 20px 0 0;
    font-weight: 700;
}

.contact td{
	padding: 10px 0 0;
    position: relative;
}

.contact input,
.contact select,
.contact textarea{
	margin: 0;
	padding: 15px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
    background: #fff;
	border: 1px solid #fff;
	vertical-align: middle;
}

.contact select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/common/down-arrow.svg");
    background-color: #F8F8F8;
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: right 16px center;
}

.contact input:focus,
.contact textarea:focus,
.contact select:focus{
	outline: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #ccc;
}

textarea::-moz-placeholder,
input::-moz-placeholder{
    color: #ccc; opacity: 1;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #ccc;
}

.contact textarea{
    height: 50vw;
	line-height: 150%;
}

/* サイズ指定 */
.contact .wid150{
    width: 150px;
}

/* ラジオボタン */
.contact .radio_input{
    padding: 0 0 17px;
}

.radio_input label{
    margin: 0 0 10px;
	display: flex;
    color: #4D4D4D;
    font-family: "Noto Sans JP"; 
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
}

.radio_input label.label_box{
    padding: 15px;
    width: 100%;
    font-family: "Noto Sans JP"; 
    background: #fff;
}

input[type='checkbox'] ,
input[type='radio'] {
    appearance: none;
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
	margin: 0 15px 0 0;
    font-size: 0;
    padding: 0 !important;
    border: none;
    background: none;
}

input[type='checkbox']::before ,
input[type='radio']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #C2C2C2;
    border-radius: 100%;
}

input[type='checkbox']:checked::before ,
input[type='radio']:checked::before {
    border-color: #3DB4CA;
}

input[type='checkbox']::after ,
input[type='radio']::after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #3DB4CA;
    border-radius: 100%;
    opacity: 0;
}

input[type='checkbox']:checked::after ,
input[type='radio']:checked::after {
    opacity: 1;
}

/* 四角ボタン */
.square input[type='checkbox']::before ,
.square input[type='radio']::before {
    border-radius: 4px;
}

.square input[type='checkbox']::after ,
.square input[type='radio']::after {
    border-radius: 3px;
}

/* チェックアイコン */
.icon_check input[type='checkbox']::before ,
.icon_check input[type='radio']::before {
    border-radius: 0;
}

.icon_check input[type='checkbox']::after ,
.icon_check input[type='radio']::after {
    left: 4px;
    top: -2px;
    width: 20px;
    height: 20px;
    background-image: url("../images/common/icon_form_check.svg");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

/* policy_check */
.contact .policy_check{
	margin: 40px 0 0;
    text-align: center;
}

.contact .policy_check .radio_input{
	padding: 0;
}

.contact .policy_check label{
	display: inline-flex;
}

/* ボタン */
.zas_btn_area{
	margin: auto;
	text-align: center;
	padding: 30px 0 0;
	font-size: 0;
	box-sizing: border-box;
	max-width: 500px;
}

.contact .go_top_btn a,
.zas_btn_area button{
	padding: 11px 0;
	border: none;
	font-size: 18px;
	background: #3DB4CA;
	width: 65%;
	max-width: 243px;
    letter-spacing: 0.1em;
	color: #FFF;
    display: inline-block;
	position: relative;
	overflow: hidden;
	text-align: center;
    transition: .3s;
    border-radius: 50px;
}

.zas_btn_area button:disabled{
    cursor: auto;
    background: #ccc !important;
    border-color: #ccc !important;
    color: #fff !important;
    filter: drop-shadow(0 8px 6px rgba(141,40,2,.0));
}


/* thanks
   ================================================================== */
.thanks p{
    margin: 0 0 0;
	font-size: 4vw;
	line-height: 150%;
}

.thanks .go_top_btn{
	margin: 8vw 0 0;
	text-align: center;
}


/* tel_cv
   ================================================================== */
.tel_cv{
	margin: 35vw 0 0;
    padding: 15vw 0;
    background-image: url("../images/contact/webp/cv_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.tel_cv:before{
	content: "";
	background: rgba(0,0,0,.50);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.tel_cv .flex{
    padding: 32vw 0 0;
	position: relative;
    z-index: 1;
}

.tel_cv .photo{
    top: -30vw;
    left: -3vw;
    width: 90vw;
	position: absolute;
}

.tel_cv .text_box .ttl > span{
    display: block;
    line-height: 150%;
    font-weight: 700;
}

.tel_cv .text_box .ttl .eng{
    font-size: 4vw;
    color: #DCB14B;
    font-family: "Noto Sans JP";
}

.tel_cv .text_box .ttl .jpn{
    margin: 2vw 0 0;
    font-size: 4vw;
    color: #fff;
}

.tel_cv .text_box .tel{
    margin: 4vw 0 0;
}

.tel_cv .text_box .tel a{
    font-size: 10vw;
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
    color: #fff;
    display: inline-block;
}

.tel_cv .text_box .time{
    margin: 4vw 0 0;
    font-size: 3.7vw;
    font-weight: 600;
    color: #fff;
}


/* company_block
   ================================================================== */
.company_block{
    margin: 0 0 0;
    padding: 15vw 0;
    background: #eee;
}

.company_block .profile_box .ttl{
    display: flex;
    align-items: center;
}

.company_block .profile_box .ttl > span{
    display: block;
    line-height: 100%;
}

.company_block .profile_box .ttl .eng{
    font-size: 5.0vw;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.company_block .profile_box .ttl .jpn{
    padding: 1vw 0 0 3vw;
    font-size: 3.2vw;
    font-weight: 700;
    color: #4D4D4D;
}

.company_block .profile_box table{
    margin: 8vw auto 0;
    width: 100%;
}

.company_block .profile_box table th,
.company_block .profile_box table td{
    padding: 3vw 3vw;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    color: #6E6E6E;
    line-height: 150%;
    box-sizing: border-box;
    border-bottom: 1px solid #BFBFBF;
}

.company_block .profile_box table th{
    padding-right: 0;
    width: 25vw;
    font-weight: 700;
}

.company_block .profile_box table td{
    font-weight: 500;
    font-family: "Noto Sans JP";
}

.company_block .photo_box{
    margin: 15vw 0 0 -3vw;
}

.company_block .photo_box .posi{
    position: relative;
}

.company_block .photo_box .photo_flex{
    padding: 0 5vw 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company_block .photo_box .photo_flex{
    display: flex;
    align-items: center;
}

.company_block .photo_box .photo_flex .photo01{
    width: 50vw;
    line-height: 0;
}

.company_block .photo_box .photo_flex .certificate{
    width: 33vw;
    box-shadow: 0 3px 8px rgba(0,0,0,.16);
    line-height: 0;
}

.company_block .photo_box .photo02{
    margin: 3vw 0 0;
    width: 100%;
    line-height: 0;
}


/* commodity_set
   ================================================================== */
.commodity_set{
    padding: 10vw 0 15vw;
}

.commodity_set .list{
    margin: 0 0 0;
    font-size: 0;
}

.commodity_set .list > li{
    margin: 10vw 0 0;
}

.commodity_set .list .text_box{
    padding: 3vw 0 0;
    text-align: center;
}

.commodity_set .list .text_box .ttl{
    font-size: 4.0vw;
    font-weight: 700;
}

.commodity_set .list .text_box .price{
    margin: 0 0 0;
    font-size: 4.0vw;
    font-weight: 600;
}

.commodity_set .list .text_box .price:after{
	content: "（税込）";
    margin-left: -1vw;
    font-size: 3.0vw;
    letter-spacing: 0;
}


/* commodity_menu
   ================================================================== */
.commodity_menu{
    padding: 10vw 0 15vw;
    background-image: url("../images/commodity/webp/menu_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

.commodity_menu:before{
	content: "";
	background: rgba(0,0,0,.65);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.commodity_menu .inner{
    position: relative;
    z-index: 1;
}

.commodity_menu .wagyu{
	margin: 0 auto;
    width: 35vw;
    line-height: 0;
}

.commodity_menu .title{
	margin: 5vw 0 0;
    font-size: 7vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.commodity_menu .list{
    margin: 0 0 0;
    font-size: 0;
}

.commodity_menu .list > li{
    margin: 10vw 0 0;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.commodity_menu .list > li{
    margin-left: 4%;
}

.commodity_menu .list > li:nth-child(2n+1){
    margin-left: 0;
}

.commodity_menu .list .text_box{
    padding: 3vw 0 0;
    text-align: center;
}

.commodity_menu .list .text_box .ttl{
    font-size: 3.3vw;
    font-weight: 700;
    color: #fff;
}


/* commodity_shop
   ================================================================== */
.commodity_shop{
    padding: 25vw 0;
    background-image: url("../images/commodity/webp/shop_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

.commodity_shop:before{
	content: "";
	background: rgba(0,0,0,.20);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.commodity_shop .inner{
    position: relative;
    z-index: 1;
}

.commodity_shop .title{
    padding: 2vw;
    font-size: 5vw;
    font-weight: 900;
    background: #3DB4CA;
    color: #fff;
    text-align: center;
}

.commodity_shop .list{
    margin: 8vw 0 0;
    font-size: 0;
}

.commodity_shop .list > li{
    margin: 3vw 0 0;
    padding: 5vw 3vw 6vw;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

.commodity_shop .list .ttl{
    padding: 0 0 2vw;
    font-size: 4.2vw;
    font-weight: 700;
    border-bottom: 1px solid #000;
}

.commodity_shop .list .tel{
    margin: 4vw 0 0;
}

.commodity_shop .list .tel a{
    font-size: 7vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    white-space: nowrap;
    display: inline-block;
}

.commodity_shop .list .add{
    margin: 2vw 0 0;
    font-size: 3.2vw;
    font-weight: 700;
}


/* reduced_message
   ================================================================== */
.reduced_message{
    padding: 25vw 0;
    background-image: url("../images/reduced/webp/message_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

.reduced_message:before{
	content: "";
	background: rgba(0,0,0,.60);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.reduced_message .inner{
    position: relative;
    z-index: 1;
}

.reduced_message p{
    font-size: 3.7vw;
    line-height: 213%;
    font-weight: 700;
    color: #fff;
}


/* reduced_flow
   ================================================================== */
.reduced_flow{
    padding: 15vw 0 15vw;
    background: #eee;
}

.reduced_flow .title{
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
}

.reduced_flow .bg{
	margin: 16vw auto 0;
    padding: 1px 0 15vw;
    width: 95%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 40px;
    box-shadow: 0 3px 11px rgba(0,0,0,.16);
}

.reduced_flow .bix_ttl{
	margin: -6vw auto 0;
    padding: 0 3vw;
    font-size: 5.5vw;
    width: 70vw;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: #3DB4CA;
    box-sizing: border-box;
}

.reduced_flow .list{
    margin: 0 4vw;
    font-size: 0;
}

.reduced_flow .list > li{
    margin: 10vw 0 0;
    background: #fff;
    box-sizing: border-box;
}

.reduced_flow .list .list_bg{
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 3px 9px rgba(0,0,0,.16);
}

.reduced_flow .list .thm{
    line-height: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    position: relative;
    z-index: 1;
}

.reduced_flow .list .thm img{
    width: 100%;
}

.reduced_flow .list .text_box{
    padding: 5vw 3vw 5vw;
}

.reduced_flow .list .text_box .list_ttl{
    font-size: 4.9vw;
    font-weight: 600;
}

.reduced_flow .list .text_box p{
    margin: 3vw 0 0;
    font-size: 3.3vw;
    font-weight: 500;
    color: #8B8B8B;
    font-family: "Noto Sans JP";
}


@media screen and (min-width : 500px){


    /* under_kv
       ================================================================== */
    .under_kv .title_box{
        padding: 0 0 6.0vw;
        height: 41.2vw;
    }

    .under_kv .title_box .title.min_w360 > span{
        min-width: 36.0vw;
    }

    .under_kv .title_box .title .jpn{
        padding: 0 0 .5vw;
        font-size: 5.5vw;
        border-width: .5vw;
    }

    .under_kv .title_box .title .eng{
        padding: .7vw 0 0;
        font-size: 1.9vw; 
    }
    

    /* kv
       ================================================================== */
    .kv{
        background-position: center center;
    }

    .kv .inner{
        height: 64.8vw;
    }

    .kv .catch > span{
        font-size: 4.3vw;
        line-height: 120%;
    }

    .kv .catch > span + span{
        margin-top: 2.5vw;
    }

    .kv .text{
        margin-top: 4.0vw;
        padding-top: 4.0vw;
        font-size: 2.3vw;
        line-height: 3.9vw;
    }

    .kv .text:before{
        width: 9.0vw;
    }


    /* wagyu_block
       ================================================================== */
    .wagyu_block{
        padding: 10.0vw 0 12.4vw;
    }

    .wagyu_block .wagyu{
        width: 29.2vw;
    }


    /* index_section
       ================================================================== */
    .index_section{
        padding: 15.0vw 0 10.7vw;
    }

    /* i_reduced */
    .index_section.i_reduced{
        padding-top: 9.3vw;
    }

    .index_section + .index_section{
        margin-top: 18.5vw;
    }

    .index_section .jpn_ttl .ttl_txt{
        font-size: 3.8vw;
        line-height: 5.2vw;
    }

    .index_section .jpn_ttl .ttl_img{
        margin-top: 2.0vw;
    }

    .index_section .photo{
        margin: 0 !important;
        width: 43.8vw;
        position: absolute;
    }

    /* i_reduced */
    .i_reduced .photo{
        width: 34.0vw;
        top: calc((-9.3vw - 6.5vw));
        right: 0;
    }

    /* i_commodity */
    .i_commodity .photo{
        width: 34.0vw;
        top: calc((-15.0vw - 8.4vw));
        left: 0;
    }

    /* i_company */
    .i_company .photo{
        width: 34.0vw;
        top: calc((-15.0vw - 10.0vw));
        right: 0;
    }

    .index_section .text_box{
        margin-top: 9.0vw;
        padding: 5.0vw 0;
    }

    .index_section .text_box p{
        font-size: 2.1vw;
        line-height: 4.1vw;
    }

    .index_section .text_box .anime_btn{
        margin: 0 0 0;
        position: absolute;
        bottom: 5.0vw;
    }

    /* i_reduced */
    .i_reduced .first > span{
        padding: 1.7vw 5.9vw 2.3vw 4.3vw;
        font-size: 4.5vw;
    }

    .i_reduced .first > span:before,
    .i_reduced .first > span:after{
        height: 4.4vw;
    }

    .i_reduced .eng_ttl{
        top: 12.0vw;
        left: 0;
        width: 66.9vw;
    }

    .i_reduced .jpn_ttl{
        margin: 10.4vw 0 0;
        padding-left: 3.2vw;
    }

    .i_reduced .ttl_img{
        width: 33.1vw;
    }

    .i_reduced .text_box{
        padding-left: 3.2vw;
    }

    .i_reduced .text_box p{
        width: 72.0vw;
    }

    .i_reduced .text_box .anime_btn{
        right: 0;
    }

    /* i_commodity */
    .i_commodity .eng_ttl{
        top: -15.2vw;
        left: 31.2vw;
        width: 73.9vw;
    }

    .i_commodity .ttl_img{
        width: 58.8vw;
    }

    .i_commodity .text_box p{
        margin-left: auto;
        width: 60.0vw;
    }

    .i_commodity .text_box .anime_btn{
        left: 2.7vw;
    }

    /* i_company */
    .i_company .eng_ttl{
        top: -15.2vw;
        left: 0;
        width: 68.0vw;
    }

    .i_company .ttl_img{
        width: 59.1vw;
    }

    .i_company .text_box p{
        width: 61.0vw;
    }


    /* contact
       ================================================================== */
    .contact{
    	padding: 15.5vw 0 0;
    }
    
    .contact .block_title{
        font-size: 3.5vw;
    }

    .contact .bg{
        margin: 3.1vw auto 0;
        padding: 4.5vw 0 6.7vw;
        width: 95%;
    }
    
    /* form */
    .contact .top_text{
    	margin: 0 0 3vw;
        font-size: 1.5vw;
    }
    
    .contact form{
        margin: 0 auto;
        width: 90%;
    }
    
    .contact .pc_flex{
        display: flex;
    }
    
    .contact table{
        margin: 0;
        width: 49%;
    	font-size: 15px;
    }
    
    .contact .pc_flex table:nth-child(2){
        margin: 0 0 0 calc(100% - 49% - 47%);
        width: 47%;
        box-sizing: border-box;
    }
    
    .contact input,
    .contact select,
    .contact textarea{
    	font-size: 16px;
    	padding: 11px 15px;
    }
    
    .contact textarea{
        height: 402px;
    }
    
    .contact th,
    .contact td{
        width: auto;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 20px 0 0;
    }
    
    .contact td{
    	padding: 5px 0 0;
    }
    
    .contact .title_top th{
    	padding-top: 31px;
        vertical-align: top;
    }
    
    .contact input,
    .contact select,
    .contact textarea{
    	margin: 0;
    	padding: 10px 15px;
    	font-size: 16px;
    }
	
	.contact select{
		vertical-align: middle;
	}
    
    .contact textarea{
        height: 407px;
    }

    /* サイズ指定 */
    .contact .wid150{
        width: 150px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 17px 0 2px;
    }
    
    .radio_input label{
        margin: 0 10px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 18px;
        height: 18px;
    	margin: 0 19px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 18px;
        height: 18px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 10px;
        height: 10px;
    }

    /* policy_check */
    .contact .policy_check{
        margin: 57px 0 0;
    }
    
    /* ボタン */
    .zas_btn_area{
    	padding: 12px 0 0;
    }
    
    .contact .go_top_btn a,
    .zas_btn_area button{
    	padding: 10px 0;
    	font-size: 18px;
        width: 243px;
    	border: 1px solid #3DB4CA;
        transition: .3s;
        cursor: pointer;
    }
    
    .contact .go_top_btn a:hover,
    .zas_btn_area button:hover{
    	background: #fff;
    	color: #3DB4CA;
    }


    /* thanks
       ================================================================== */
    .thanks{
        padding-top: 6.0vw;
    }
    
    .thanks p{
        margin: 0 0 0;
    	font-size: 1.6vw;
        line-height: 3.9vw;
        text-align: center;
    }
    
    .thanks .go_top_btn{
    	margin: 6vw 0 0;
    }


    /* tel_cv
       ================================================================== */
    .tel_cv{
        margin: 22.4vw 0 0;
        padding: 0 0 0;
    }


    .tel_cv .flex{
        padding: 10.0vw 0 8.0vw 54.0vw;
    }

    .tel_cv .photo{
        top: -7.6vw;
        left: -2vw;
        width: 50.0vw;
    }

    .tel_cv .text_box .ttl .eng{
        font-size: 1.8vw;
    }

    .tel_cv .text_box .ttl .jpn{
        margin: .7vw 0 0;
        font-size: 2.3vw;
    }

    .tel_cv .text_box .tel{
        margin: 1.1vw 0 0;
    }

    .tel_cv .text_box .tel a{
        font-size: 5.0vw;
    }

    .tel_cv .text_box .time{
        margin: 3.9vw 0 0;
        font-size: 1.7vw;
    }


    /* company_block
       ================================================================== */
    .company_block{
        margin: 0 0 0;
        padding: 10.0vw 0 12.0vw;
    }

    .company_block .flex{
        padding: 3.3vw 0 0 55.2vw;
        position: relative;
    }

    .company_block .profile_box .ttl .eng{
        font-size: 2.5vw;
    }

    .company_block .profile_box .ttl .jpn{
        padding: .2vw 0 0 2.1vw;
        font-size: 1.5vw;
    }

    .company_block .profile_box table{
        margin: 4.0vw auto 0;
    }

    .company_block .profile_box table th,
    .company_block .profile_box table td{
        padding: 2.0vw 1.5vw;
        padding-right: 0;
        font-size: 1.5vw;
        line-height: 2.7vw;
    }

    .company_block .profile_box table th{
        width: 16.0vw;
    }

    .company_block .photo_box{
        margin: 0;
        position: absolute;
        top: 0;
        left: -2.0vw;
        width: 52.0vw;
    }

    .company_block .photo_box .photo_flex{
        padding: 0 4.6vw 0 0;
    }

    .company_block .photo_box .photo_flex .photo01{
        width: 25.0vw;
    }

    .company_block .photo_box .photo_flex .certificate{
        width: 17.0vw;
    }

    .company_block .photo_box .photo02{
        margin: 1.6vw 0 0;
    }


    /* commodity_set
       ================================================================== */
    .commodity_set{
        padding: 12.0vw 0 21.0vw;
    }

    .commodity_set .list{
        margin: 0 1.0vw;
    }

    .commodity_set .list > li{
        margin: 10.0vw 0 0;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 50%;
    }

    .commodity_set .list .text_box{
        padding: 2.0vw 0 0;
    }

    .commodity_set .list .text_box .ttl{
        font-size: 2.5vw;
    }

    .commodity_set .list .text_box .price{
        margin: 0 0 0;
        font-size: 2.5vw;
    }

    .commodity_set .list .text_box .price:after{
        margin-left: -.5vw;
        font-size: 1.7vw;
    }


    /* commodity_menu
       ================================================================== */
    .commodity_menu{
        padding: 15.3vw 0 24.0vw;
    }

    .commodity_menu .wagyu{
        width: 23.8vw;
    }

    .commodity_menu .title{
        margin: 4.0vw 0 0;
        font-size: 3.8vw;
    }

    .commodity_menu .list{
        margin: 5.6vw 5.0vw 0;
    }

    .commodity_menu .list > li{
        margin: 4.0vw 0 0;
        width: 31%;
    }

    .commodity_menu .list > li:nth-child(2n+1),
    .commodity_menu .list > li{
        margin-left: 3.5%;
    }

    .commodity_menu .list > li:nth-child(3n+1){
        margin-left: 0;
    }

    .commodity_menu .list .text_box{
        padding: 1.2vw 0 0;
    }

    .commodity_menu .list .text_box .ttl{
        font-size: 2.0vw;
    }


    /* commodity_shop
       ================================================================== */
    .commodity_shop{
        padding: 9.6vw 0 14.7vw;
    }

    .commodity_shop .title{
        padding: 1.5vw;
        font-size: 2.5vw;
    }

    .commodity_shop .list{
        margin: 3.7vw 5.0vw 0;
    }

    .commodity_shop .list > li{
        margin: 2.0vw 0 0;
        padding: 5.0vw 3.0vw 2.0vw;
        width: 48%;
        min-height: 25.0vw;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .commodity_shop .list > :nth-child(2n+2){
        margin-left: 4%;
    }

    .commodity_shop .list .ttl{
        padding: 0 0 2.0vw;
        font-size: 2.4vw;
    }

    .commodity_shop .list .tel{
        margin: 2.0vw 0 0;
    }

    .commodity_shop .list .tel a{
        font-size: 2.7vw;
    }

    .commodity_shop .list .add{
        margin: .7vw 0 0;
        font-size: 1.5vw;
    }


    /* reduced_message
       ================================================================== */
    .reduced_message{
        padding: 15.5vw 0;
    }

    .reduced_message p{
        font-size: 2.2vw;
    }


    /* reduced_flow
       ================================================================== */
    .reduced_flow{
        padding: 15.4vw 0 16.2vw;
    }

    .reduced_flow .title{
        font-size: 2.9vw;
        line-height: 4.8vw;
    }

    .reduced_flow .bg{
        margin: 9.3vw auto 0;
        padding: 1px 0 10.5vw;
        width: 95%;
    }

    .reduced_flow .bix_ttl{
        margin: -4.0vw auto 0;
        padding: 0 1.0vw;
        font-size: 3.3vw;
        width: 67.9vw;
        height: 8.0vw;
    }

    .reduced_flow .reduced_flow_box{
        margin: 7.6vw 0 0;
    }

    .reduced_flow .list{
        margin: 0 0 0;
        position: relative;
    }
    
    .reduced_flow .list:before{
        content: "";
        margin: auto;
        background: #707070;
        width: 2px;
        height: 100.6vw;
        position: absolute;
        top: 32.8vw;
        left: 0;
        right: 0;
    }

    .reduced_flow .list > li{
        margin: 0 0 0;
        width: 40.0vw;
        position: relative;
    }

    .reduced_flow .list > li:nth-child(2){
        margin: -22.1vw 0 0 auto;
    }

    .reduced_flow .list > li:nth-child(3){
        margin: -11.8vw 0 0;
    }

    .reduced_flow .list > li:nth-child(4){
        margin: -16.0vw 0 0 auto;
    }

    .reduced_flow .list > li:nth-child(5){
        margin: -11.8vw 0 0;
    }
    
    .reduced_flow .list > li:before{
        content: "";
        background-image: url("../images/reduced/flow_arrow.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        width: 6.0vw;
        height: 5.0vw;
        position: absolute;
        bottom: 5.3vw;
        left: 95%;
    }
    
    .reduced_flow .list > li:nth-child(2n+2):before{
        left: auto;
        right: 95%;
        background-image: url("../images/reduced/flow_arrow_left.svg");
    }
    
    .reduced_flow .list > li:after{
        content: "";
        background: #3DB4CA;
        width: 2.2vw;
        height: 2.2vw;
        border-radius: 100px;
        position: absolute;
        bottom: 6.8vw;
        left: calc(100% + 4.3vw);
    }
    
    .reduced_flow .list > li:nth-child(2n+2):after{
        left: auto;
        right: calc(100% + 4.3vw);
    }
    
    .reduced_flow .list .list_bg{
        min-height: 40.6vw;
        position: relative;
        z-index: 1;
    }

    .reduced_flow .list .text_box{
        padding: 2.7vw 1.0vw 1.0vw 3.0vw;
        box-sizing: border-box;
        background: #fff;
    }

    .reduced_flow .list .text_box .list_ttl{
        font-size: 2.7vw;
    }

    .reduced_flow .list .text_box p{
        margin: 1.7vw 0 0;
        font-size: 1.8vw;
        line-height: 3.5vw;
    }

    
}
@media screen and (min-width : 1040px){    


    /* under_kv
       ================================================================== */
    .under_kv .title_box{
        padding: 0 0 60px;
        height: 412px;
    }

    .under_kv .title_box .title.min_w360 > span{
        min-width: 360px;
    }

    .under_kv .title_box .title .jpn{
        padding: 0 0 5px;
        font-size: 55px;
        border-width: 5px;
    }

    .under_kv .title_box .title .eng{
        padding: 7px 0 0;
        font-size: 19px; 
    }


    /* kv
       ================================================================== */
    .kv{
        background-position: center center;
    }

    .kv .inner{
        height: 648px;
    }

    .kv .catch > span{
        font-size: 43px;
        line-height: 120%;
    }

    .kv .catch > span + span{
        margin-top: 25px;
    }

    .kv .text{
        margin-top: 40px;
        padding-top: 40px;
        font-size: 23px;
        line-height: 39px;
    }

    .kv .text:before{
        width: 90px;
    }


    /* wagyu_block
       ================================================================== */
    .wagyu_block{
        padding: 100px 0 124px;
    }

    .wagyu_block .wagyu{
        width: 292px;
    }


    /* index_section
       ================================================================== */
    .index_section{
        padding: 150px 0 107px;
    }

    /* i_reduced */
    .index_section.i_reduced{
        padding-top: 93px;
    }

    .index_section + .index_section{
        margin-top: 185px;
    }

    .index_section .jpn_ttl .ttl_txt{
        font-size: 38px;
        line-height: 52px;
    }

    .index_section .jpn_ttl .ttl_img{
        margin-top: 20px;
    }

    .index_section .photo{
        margin: 0 !important;
        width: 438px;
        position: absolute;
    }

    /* i_reduced */
    .i_reduced .photo{
        width: 438px;
        top: calc((-93px - 65px));
        right: -183px;
    }

    /* i_commodity */
    .i_commodity .photo{
        width: 431px;
        top: calc((-150px - 84px));
        left: -183px;
    }

    /* i_company */
    .i_company .photo{
        width: 479px;
        top: calc((-150px - 100px));
        right: -183px;
    }

    .index_section .text_box{
        margin-top: 90px;
        padding: 50px 0;
    }

    .index_section .text_box p{
        font-size: 21px;
        line-height: 41px;
    }

    .index_section .text_box .anime_btn{
        margin: 0 0 0;
        position: absolute;
        bottom: 50px;
    }

    /* i_reduced */
    .i_reduced .first > span{
        padding: 17px 59px 23px 43px;
        font-size: 45px;
    }

    .i_reduced .first > span:before,
    .i_reduced .first > span:after{
        height: 44px;
    }

    .i_reduced .eng_ttl{
        top: 120px;
        left: -183px;
        width: 779px;
    }

    .i_reduced .jpn_ttl{
        margin: 104px 0 0;
        padding-left: 32px;
    }

    .i_reduced .ttl_img{
        width: 331px;
    }

    .i_reduced .text_box{
        padding-left: 32px;
    }

    .i_reduced .text_box p{
        width: 720px;
    }

    .i_reduced .text_box .anime_btn{
        right: 0;
    }

    /* i_commodity */
    .i_commodity .eng_ttl{
        top: -152px;
        left: 232px;
        width: 1019px;
    }

    .i_commodity .ttl_img{
        width: 588px;
    }

    .i_commodity .text_box p{
        margin-left: auto;
        width: 600px;
    }

    .i_commodity .text_box .anime_btn{
        left: 27px;
    }

    /* i_company */
    .i_company .eng_ttl{
        top: -152px;
        left: -183px;
        width: 834px;
    }

    .i_company .ttl_img{
        width: 591px;
    }

    .i_company .text_box p{
        width: 610px;
    }


    /* contact
       ================================================================== */
    .contact{
    	padding: 155px 0 0;
    }
    
    .contact .block_title{
        font-size: 35px;
    }

    .contact .bg{
        margin: 31px auto 0;
        padding: 45px 0 67px;
        width: 95%;
        max-width: 1114px;
    }

    /* form */
    .contact .top_text{
        margin: 0 0 65px;
    	font-size: 15px;
    }
    
    .contact form{
        margin: 0 auto;
        width: 90%;
    }
    
    .contact .pc_flex{
        display: flex;
    }
    
    .contact table{
        margin: 0;
        width: 433px;
    	font-size: 15px;
    }
    
    .contact .pc_flex table:nth-child(2){
        margin: 0 0 0 calc(100% - 433px - 420px);
        width: 420px;
        box-sizing: border-box;
    }
    
    .contact th{
    	padding: 30px 0 0;
    }
    
    .contact td{
    	padding: 5px 0 0;
    }
    
    .contact input,
    .contact select,
    .contact textarea{
    	font-size: 16px;
    	padding: 11px 15px;
    }
    
    .contact textarea{
        height: 402px;
    }

    /* サイズ指定 */
    .contact .wid150{
        width: 150px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 20px 0 15px;
    }
    
    .radio_input label{
        margin: 0 20px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    .radio_input label.label_box{
        padding: 10px 20px;
    }

    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 23px;
        height: 23px;
    	margin: 0 20px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 23px;
        height: 23px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 15px;
        height: 15px;
    }

    /* チェックアイコン */
    .icon_check input[type='checkbox']::after ,
    .icon_check input[type='radio']::after {
        left: 6px;
        top: -2px;
        width: 24px;
        height: 24px;
    }

    /* policy_check */
    .contact .policy_check{
        margin: 57px 0 0;
    }
    
    /* ボタン */
    .zas_btn_area{
    	padding: 22px 0 0;
    }
    
    .contact .go_top_btn a,
    .zas_btn_area button{
    	padding: 10px 0;
    	font-size: 18px;
        width: 243px;
    }


    /* thanks
       ================================================================== */
    .thanks{
        padding-top: 60px;
    }
    
    .thanks p{
        margin: 0 0 0;
    	font-size: 16px;
        line-height: 39px;
    }
    
    .thanks .go_top_btn{
    	margin: 60px 0 0;
    }


    /* tel_cv
       ================================================================== */
    .tel_cv{
        margin: 224px 0 0;
        padding: 0 0 0;
    }


    .tel_cv .flex{
        padding: 100px 0 80px 620px;
    }

    .tel_cv .photo{
        top: -76px;
        left: -183px;
        width: 727px;
    }

    .tel_cv .text_box .ttl .eng{
        font-size: 18px;
    }

    .tel_cv .text_box .ttl .jpn{
        margin: 7px 0 0;
        font-size: 23px;
    }

    .tel_cv .text_box .tel{
        margin: 11px 0 0;
    }

    .tel_cv .text_box .tel a{
        font-size: 50px;
    }

    .tel_cv .text_box .time{
        margin: 39px 0 0;
        font-size: 17px;
    }


    /* company_block
       ================================================================== */
    .company_block{
        margin: 0 0 0;
        padding: 130px 0 296px;
    }

    .company_block .flex{
        padding: 33px 0 0 552px;
        position: relative;
    }

    .company_block .profile_box .ttl .eng{
        font-size: 25px;
    }

    .company_block .profile_box .ttl .jpn{
        padding: 2px 0 0 21px;
        font-size: 15px;
    }

    .company_block .profile_box table{
        margin: 40px auto 0;
    }

    .company_block .profile_box table th,
    .company_block .profile_box table td{
        padding: 20px 15px;
        padding-right: 0;
        font-size: 15px;
        line-height: 27px;
    }

    .company_block .profile_box table th{
        width: 160px;
    }

    .company_block .photo_box{
        margin: 0;
        position: absolute;
        top: 0;
        left: -183px;
        width: 656px;
    }

    .company_block .photo_box .photo_flex{
        padding: 0 46px 0 0;
    }

    .company_block .photo_box .photo_flex .photo01{
        width: 328px;
    }

    .company_block .photo_box .photo_flex .certificate{
        width: 220px;
    }

    .company_block .photo_box .photo02{
        margin: 16px 0 0;
    }


    /* commodity_set
       ================================================================== */
    .commodity_set{
        padding: 120px 0 210px;
    }

    .commodity_set .list{
        margin: 0 10px;
    }

    .commodity_set .list > li{
        margin: 100px 0 0;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 50%;
    }

    .commodity_set .list .text_box{
        padding: 20px 0 0;
    }

    .commodity_set .list .text_box .ttl{
        font-size: 25px;
    }

    .commodity_set .list .text_box .price{
        margin: 0 0 0;
        font-size: 25px;
    }

    .commodity_set .list .text_box .price:after{
        margin-left: -5px;
        font-size: 17px;
    }


    /* commodity_menu
       ================================================================== */
    .commodity_menu{
        padding: 153px 0 240px;
    }

    .commodity_menu .wagyu{
        width: 238px;
    }

    .commodity_menu .title{
        margin: 40px 0 0;
        font-size: 38px;
    }

    .commodity_menu .list{
        margin: 56px 50px 0;
    }

    .commodity_menu .list > li{
        margin: 40px 0 0;
        width: 31%;
    }

    .commodity_menu .list > li:nth-child(2n+1),
    .commodity_menu .list > li{
        margin-left: 3.5%;
    }

    .commodity_menu .list > li:nth-child(3n+1){
        margin-left: 0;
    }

    .commodity_menu .list .text_box{
        padding: 12px 0 0;
    }

    .commodity_menu .list .text_box .ttl{
        font-size: 20px;
    }


    /* commodity_shop
       ================================================================== */
    .commodity_shop{
        padding: 96px 0 147px;
    }

    .commodity_shop .title{
        padding: 15px;
        font-size: 25px;
    }

    .commodity_shop .list{
        margin: 37px 50px 0;
    }

    .commodity_shop .list > li{
        margin: 20px 0 0;
        padding: 50px 30px 20px;
        width: 48%;
        min-height: 250px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .commodity_shop .list > :nth-child(2n+2){
        margin-left: 4%;
    }

    .commodity_shop .list .ttl{
        padding: 0 0 20px;
        font-size: 24px;
    }

    .commodity_shop .list .tel{
        margin: 20px 0 0;
    }

    .commodity_shop .list .tel a{
        font-size: 27px;
    }

    .commodity_shop .list .add{
        margin: 7px 0 0;
        font-size: 15px;
    }


    /* reduced_message
       ================================================================== */
    .reduced_message{
        padding: 155px 0;
    }

    .reduced_message p{
        font-size: 22px;
    }


    /* reduced_flow
       ================================================================== */
    .reduced_flow{
        padding: 154px 0 162px;
    }

    .reduced_flow .title{
        font-size: 29px;
        line-height: 48px;
    }

    .reduced_flow .bg{
        margin: 93px auto 0;
        padding: 1px 0 105px;
        width: 95%;
        max-width: 1184px;
    }

    .reduced_flow .bix_ttl{
        margin: -40px auto 0;
        padding: 0 10px;
        font-size: 33px;
        width: 679px;
        height: 80px;
    }

    .reduced_flow .reduced_flow_box{
        margin: 76px 0 0;
    }

    .reduced_flow .list{
        margin: 0 0 0;
        position: relative;
    }
    
    .reduced_flow .list:before{
        content: "";
        margin: auto;
        background: #707070;
        width: 2px;
        height: 1006px;
        position: absolute;
        top: 328px;
        left: 0;
        right: 0;
    }

    .reduced_flow .list > li{
        margin: 0 0 0;
        width: 437px;
        position: relative;
    }

    .reduced_flow .list > li:nth-child(2){
        margin: -221px 0 0 auto;
    }

    .reduced_flow .list > li:nth-child(3){
        margin: -118px 0 0;
    }

    .reduced_flow .list > li:nth-child(4){
        margin: -160px 0 0 auto;
    }

    .reduced_flow .list > li:nth-child(5){
        margin: -118px 0 0;
    }
    
    .reduced_flow .list > li:before{
        content: "";
        background-image: url("../images/reduced/flow_arrow.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        width: 60px;
        height: 50px;
        position: absolute;
        bottom: 53px;
        left: 95%;
    }
    
    .reduced_flow .list > li:nth-child(2n+2):before{
        left: auto;
        right: 95%;
        background-image: url("../images/reduced/flow_arrow_left.svg");
    }
    
    .reduced_flow .list > li:after{
        content: "";
        background: #3DB4CA;
        width: 22px;
        height: 22px;
        border-radius: 100px;
        position: absolute;
        bottom: 68px;
        left: calc(100% + 52px);
    }
    
    .reduced_flow .list > li:nth-child(2n+2):after{
        left: auto;
        right: calc(100% + 52px);
    }
    
    .reduced_flow .list .list_bg{
        min-height: 406px;
        position: relative;
        z-index: 1;
    }

    .reduced_flow .list .text_box{
        padding: 27px 10px 10px 50px;
        box-sizing: border-box;
        background: #fff;
    }

    .reduced_flow .list .text_box .list_ttl{
        font-size: 29px;
    }

    .reduced_flow .list .text_box p{
        margin: 17px 0 0;
        font-size: 23px;
        line-height: 35px;
    }
    

}
