@charset "UTF-8";
.heading__ {
    text-align: center;
    border: 1px solid #8a8a8a;
    background: #f6f6f6;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.4em;
    padding: 9px 0 10px;
    color: #414141;
    font-family: 'Noto Serif JP', serif;
    margin-left: -51px;
    margin-right: -51px;
    border-radius: 5px;
}

#sec1 .box {
    border: 1px solid #f33b3b;
    position: relative;
}
#sec1 .box .hochan{
    position: relative;
    top: auto;
    right:auto;
    width: 190px;
    margin: -40px auto 20px;
}
#sec1 .box:before {
    content: '';
    position: absolute;
    border: 2px solid #f33b3b;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}
#sec1 .box:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/concept/icon_pig.png");
    background-size: cover;
    width: 43px;
    height: 21px;
}
#sec1 .box .icon {
    padding-bottom: 23px;
}
#sec1 .slide1 {
    display: flex;
    justify-content: space-between;
    margin-top: -52px;
    position: relative;
    z-index: 2;
}
#sec1 .slide1 .item {
    width: 300px;
}
#sec1 .slide1 .item h3 {
    text-align: center;
    font-size: 22px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.7em;
    background: #ffc6c6;
    line-height: 1.5;
    padding: 4px 10px;
}
#sec1 .slide1 .item .txt {
    padding: 25px 30px 27px;
}
#sec2 .content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 60px 0 60px;
}
#sec2 .content .txt {
    padding-top: 69px;
}
#sec3 .box {
    text-align: center;
    padding: 50px 0 38px;
}
#sec3 .box h3 {
    display: inline-block;
    text-align: center;
    margin: 0 auto 11px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    background: #f33b3b;
    letter-spacing: 0.4em;
    font-weight: 500;
    padding: 0 50px;
    font-size: 20px;
    border-radius: 5px;
    line-height: 1.5;
}
#sec3 .content {
    display: flex;
    justify-content: space-between;
}
#sec3 .content .item {
    width: 45%;
    position: relative;
    min-height: 230px;
    box-sizing: border-box;
}
#sec3 .content .item h4 {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    background: #f33b3b;
    letter-spacing: 0.4em;
    font-weight: 500;
    padding: 0 20px;
    font-size: 20px;
    border-radius: 5px;
    line-height: 1.5;
}
#sec3 .content .item .txt {
    padding-left: 200px;
}
#sec3 .content .item .photo {
    position: absolute;
    top: 0;
    left: 0;
}
#sec4 .content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#sec4 .content_2 h3 {
    text-align: center;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    background: #f33b3b;
    letter-spacing: 0.4em;
    font-weight: 500;
    padding: 0 20px;
    font-size: 20px;
    border-radius: 5px;
    line-height: 1.5;
    margin-bottom: 12px;
}
#sec4 .content_2 .box_1 {
    display: flex;
    justify-content: space-between;
}
#sec4 .content_2 .box_1 .item {
    width: 50%;
    padding: 6px 35px;
    border-left: 1px dashed #000;
	text-align: center;
}
#sec4 .content_2 .box_1 .item:last-child {
    border-right: 1px dashed #000;
}
#sec4 .content_2 .box_1 .item h4 {
    color: #f33b3b;
}
#sec4 .content_2 .txt_center {
    text-align: center;
    padding: 30px;
	border: solid;
	border-color: red;
	margin: 40px 0;
	
}
#sec4 .content_2 .btn__ {
    text-align: center;
}
@media only screen and (min-width: 1000px) {
    #sec1{
        margin-bottom: 160px;
    }
    #sec1 h2{
        margin-bottom: 75px;
    }
    #sec1 .box .hochan{
        position: absolute;
        top: -50px;
        left:100px;
        width: 230px;

    }
    #sec1 .box{
        margin-left: -115px;
        margin-right: -115px;
        padding: 53px 20px 123px;
        text-align: center;
    }
    #sec3 {
        padding-bottom: 61px;
    }
    #sec3 .content .item h4 {
        margin-left: 200px;
        margin-bottom: 12px;
    }
    #sec3 .content .item {
        padding-top: 36px;
    }
    #sec4 .content {
        padding: 60px 0 60px;
    }
    /*#sec4 .content_2 .box_1 .item + .item{
        margin-top: 28px;
    }*/
    #sec4 .content .txt {
        padding-top: 49px;
    }
    #sec4 .content_2 .btn__{
        padding-bottom: 41px;
    }
}
@media screen and (max-width: 999px) {
    header h1 {
        margin-top: 20px;
    }
    .heading__ {
        font-size: 5vw;
        padding: 7px;
        margin-left: -2.5%;
        margin-right: -2.5%;
    }
    #sec1 {
        margin: 30px 0 50px;
    }
    #sec1 h2{
        margin-bottom: 30px;
    }
    #sec1 h3{
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.4em;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    #sec1 .box {
        margin-left: 0;
        margin-right: 0;
        padding: 7% 3% 10%;
    }
    #sec1 .box:after {
        width: 10vw;
        height: 5vw;
    }
    #sec1 .box .icon {
        padding-bottom: 5%;
        width: 10vw;
        margin: 0 auto;
    }
    #sec1 .slide1 {
        display: block;
        margin-top: 10%;
    }
    #sec1 .slide1 .item {
        width: auto;
    }
    #sec1 .slide1 .item .photo {
        line-height: 0;
    }
    #sec1 .slide1 .item .photo img {
        width: 100%;
    }
    #sec1 .slide1 .item h3 {
        font-size: 6vw;
    }
    #sec1 .slide1 .item .txt {
        padding: 5%;
    }
    #sec1 .slick-list {
        overflow: visible;
    }
    #sec1 .slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 5%;
    }
    #sec1 .slick-dots li {
        margin: 0 5px;
    }
    #sec1 .slick-dots li button {
        width: 50px;
        height: 10px;
        font-size: 0;
        background: transparent;
        border: 2px solid #f33b3b;
        cursor: pointer;
        border-radius: 10px;
    }
    #sec1 .slick-dots .slick-active button {
        background: #f33b3b;
    }
    #sec2 .content {
        display: block;
        padding: 10% 0 20%;
    }
    #sec2 .content .photo {
        width: 70%;
        margin: 0 auto;
    }
    #sec2 .content .txt {
        padding-top: 7%;
    }
    #sec3 {
        margin-bottom: 50px;
    }
    #sec3 .box {
        padding: 25px 0;
        text-align: justify;
    }
    #sec3 .box h3 {
        display: block;
        margin: 0 auto 10px;
        padding: 0 5%;
    }
    #sec3 .content {
        display: block;
    }
    #sec3 .content .item {
        width: 100%;
        min-height: 1px;
    }
    #sec3 .content .item + .item{
        margin-top: 50px;
    }
    #sec3 .content .item h4 {
        display: block;
        padding: 0 5%;
        margin-bottom: 15px;
    }
    #sec3 .content .item .txt {
        padding-left: 0;
    }
    #sec3 .content .item .photo {
        position: static;
        width: 30%;
        margin: 0 auto 15px;
    }
    #sec4 {
        margin-bottom: 50px;
    }
    #sec4 .content {
        display: block;
        padding: 25px 0 35px;
    }
    #sec4 .content .photo {
        width: 70%;
        margin: 0 auto;
    }
    #sec4 .content .txt {
        margin-top: 25px;
    }
    #sec4 .content_2 h3 {
        display: block;
        padding: 0 10px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    #sec4 .content_2 .box_1 {
        display: block;
    }
    #sec4 .content_2 .box_1 .item + .item {
        margin-top: 10px;
    }
    #sec4 .content_2 .box_1 .item {
        width: 100%;
        padding: 10px 0 20px;
        border-left: none;
        border-bottom: 1px dashed #000;
    }
    #sec4 .content_2 .box_1 .item:last-child {
        border-right: none;
    }
    #sec4 .content_2 .box_1 .item h4 {
        color: #f33b3b;
    }
    #sec4 .content_2 .txt_center {
        text-align: justify;
        padding: 20px 0 35px;
    }
    #sec4 .content_2 .btn__ {
        margin: 0 10%;
    }
}