@charset "UTF-8";
#header_slider .title{
    font-weight: bold;
    line-height: 1.8!important;
}
.home #top {
    margin: 0;
}
#index_pickup{
    background: #faf7f5;
}
#index_pickup li{
    width: calc(100% * 1150 / 1280);
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-size: 16px;
}
#index_pickup b{
    border-radius: 100px;
    color: #fff;
    background: #333;
    font-weight: normal;
    padding: 10px 20px;
    display: flex;
    white-space: nowrap;
}
#index_pickup a{
    font-weight: bold;
    margin-left: 20px;    
}
#index_3box{
    margin: 9% auto;
}
#index_3box_header .headline {
    font-weight: bold;
}
#index_3box_list {
    gap: 20px;
}
#index_3box_list figure{
    margin: -40px -40px 10px;
}
#index_3box_list figure img {
    aspect-ratio: 16/9;
    display: block;
    width: 100%;
    object-fit: cover;
}
.clearfix:after{
    display: none;
}
#index_3box_list .box {
    border-radius: 10px;
    overflow: hidden;
    background: #faf7f5!important;
}
#index_3box_list .catch {
    font-size: 20px;
}
#index_3box_list .desc {
    font-size: 16px;
    line-height: 1.6;
}
#index_3box_list .link {
    position: relative;
    display: flex;
    justify-content: center;
}
#index_3box_list .link a {
    border-radius: 100px;
    font-weight: bold;
    border: #fe9503 solid 1px;
    background: #fe9503;
    color: #fff;
    position: relative;
}
#index_3box_list .link a:hover{
    background: #fff;
    color: #fe9503;
}

#index_3box_list .link a:after {
    font-family: 'design_plus';
    content: '\f105';
    position: absolute;
    right: 15px;
}

/**/
#index_center_image{
    margin: 0;
}
#index_4box_outer{
    background: #faf7f5;
    padding: 6% 0 3%;
}
#index_4box .headline {
    margin: 30px auto;
    font-size: min(6vw,32px);
    line-height: 1.4;
    text-align: center;
}
#index_4box_list {
    border-radius: 10px;
    overflow: hidden;
}
#index_4box_list .box {
    background: #ffffff;
    border: 2px solid #faf7f5;
}
#index_4box_list .box.num3 .image, #index_4box_list .box.num4 .image {
    float: left;
    margin: 0 35px 0 0;
}
#index_4box_list .box .image img {
    object-fit: contain;
    background: #faf7f5;
    box-sizing: border-box;
    padding: 10px;
}
#btn_ye{
    border-radius: 100px;
    font-weight: bold;
    background: #fb9704;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 50px;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    margin: 3% auto 0;
    font-size: 16px;
    letter-spacing: -1px;
}
#btn_ye:after{
    font-family: 'icomoon' !important;
    content: "\e901";
    margin-left: 6px;
    font-size: 90%;
}
.icon-window>a:after {

}
#index_news_list{
    margin-top: 60px;
}
#index_news_list h3{
    font-weight: bold;
}
.index_archive_link {
    margin-bottom: 25px;
    position: relative;
    border-radius: 100px;
    font-weight: bold;
    background: #faf7f5!important;
    color: #000;
}
.index_archive_link:hover {
    opacity: 0.8 !important;
    background: #faf7f5!important;
    color: #000;
}
#index_news_list .index_archive_link,
#index_news_list .index_archive_link:hover{
    background: #fff!important;
}
.index_archive_link:after{
    font-family: 'design_plus';
    content: '\f105';
    position: absolute;
    right: 15px;
}
.news_list .category a,
.news_list .category a:hover{
    color: #fe9503;
    background: #fff!important;
    border: solid 1px;
}
#index_blog_list .clearfix{/*不使用だがBLOG部分の崩れを修正*/
     display: flow-root;
}

@media screen and (max-width:991px){

#index_3box_list .box {
    margin: 25px auto;
    width: 95%;
}
#index_4box_list .box .image {
    float: none!important;
    margin: 0 auto 35px!important;
}
#index_4box_list .box .catch {
    text-align: center;
}

}

@media screen and (max-width:767px){

}