@charset "UTF-8";

body{
    min-width: 100%;
}


/*  hero*/
.hero{
    width: 100%;
    background-color: #0f7044;
}
.hero .hero_inner{
    min-width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.hero .hero_inner .hero_obj{
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1400px;
    min-width: 1000px;
    margin: 0 auto;
    opacity: 0;
}
.hero .hero_inner .hero_obj h1.hero_txt{
    margin: 340px 0 0 40px;
}
.hero .hero_inner .hero_obj p.hero_subtxt{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2;
    margin: -35px 0 0 89px;
}
.hero .hero_inner figure{
    max-width: 1800px;
    margin: 0 auto;
    line-height: 0;
}
.hero .hero_inner figure img{}
.hero .hero_header{
    position: absolute;
    width: 490px;
    height: auto;
    inset: 0;
    margin: 30px auto auto auto;
    letter-spacing: 0.07em;
    z-index: 1;
}
.hero .hero_news{
    --hero-alert-color: #9c2b36;
    border: 2px solid var(--hero-alert-color);
}
.hero .hero_news .hero_news-item{
    line-height: 1.2;
}
.hero .hero_news .hero_news-link{
    display: -ms-grid;
    display: grid;
    padding: 10px 24px;
    -ms-grid-columns: minmax(65px, auto) 1fr auto;
    grid-template-columns: minmax(65px, auto) 1fr auto;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    font-weight: 500;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.hero .hero_news .hero_news-link[href$=".pdf"]::after{
    content: 'PDF';
    display: block;
    color: #fff;
    background-color: #b22331;
    border-radius: 3px;
    font-size: 0.7em;
    padding: 3px;
}
.hero .hero_news .hero_news-link:hover{
    opacity: 0.89;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.hero .hero_news .hero_news-link:focus-visible{
    outline: auto;
}
.hero .hero_news .hero_news-link-title{
    -webkit-margin-start: 16px;
    margin-inline-start: 16px;
}

/*  contents */
.product{
    min-width: 1000px;
    padding-top: 80px;
    margin-bottom: 80px;
    background: transparent url(../img/top/bg_about.jpg) no-repeat top center;
    text-align: center;
}
.product .product_inner{
    padding-bottom: 360px;
    background: transparent url(../img/top/br_product_btm.jpg) no-repeat bottom center;
}
.product .product_about{
    margin-bottom: 80px;
    transform: translateY(20px);
    opacity: 0;
    transition-duration:0.7s;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
}
.product .fadein{
    transform: translateY(0);
    opacity: 1;
}
.product .product_about h2.ttl_2{
    font-size: 28px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #402d2d;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.product .product_about p{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 25px;
    color: #50311f;
}
.product .product_about p.btn{
    width: 300px;
    margin: 0 auto;
    background-color: #e9b328;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.product .product_about p.btn a{
    display: block;
    color: #fff;
    padding: 12px 0;
    position: relative;
}
.product .product_about p.btn a:after{
    content: '';
    width: 6px;
    height:6px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -4px;
}
.product .product_index{
    padding-top: 50px;
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}
.product .product_index h2.ttl_2_sub{
    font-size: 36px;
    margin-bottom: 45px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.product .product_index h2.ttl_2_sub span{
    font-size: 14px;
    display: block;
    letter-spacing: 0.1em;
}
.product .product_index ul{
}
.product .product_index ul li{
    display: inline-block;
    margin-bottom: 30px;
    width: 400px;
    height: 368px;
    overflow: hidden;
}

.product .product_index ul li.li_left{
    margin-right: 433px;
}

/* .product .product_index ul li:first-child {
    margin-right: 30px;
} */

.product .product_index ul li:first-child,
.product .product_index ul li:nth-of-type(3) {
    margin-right: 30px;
}
.product .product_index ul li.product_large{
    width: 830px;
    height: 368px;
    overflow: hidden;
}
.product .product_index ul li a{
}
.product .product_index ul li a img{
    transition-duration:0.7s;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
}
.product .product_index ul li a:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.product .product_index ul li a span{
    font-size: 24px;
    padding: 18px 0 16px 28px;
}
.social{
    background-color: #f4f4f4;
    width: 1000px;
    margin: 0 auto;
    padding: 40px;
    margin-bottom: 100px;
}
.social h3.ttl_3{
    padding: 135px 0 0 65px;
    font-size: 36px;
    color: #402d2d;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.social h3.ttl_3 span{
    display: block;
    font-size: 14px;
    color: #e9b328;
    letter-spacing: 0.1em;
}
.social iframe{
    float: right;
}
