@charset "UTF-8";
#header_slider .title{
    font-weight: bold;
    line-height: 1.8!important;
}
.home #top {
    margin: 0 0 0px 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: #000;
    font-weight: normal;
    padding: 10px 20px;
    display: flex;
    white-space: nowrap;
}
#index_pickup a{
    font-weight: bold;
    margin-left: 20px;
    line-height: 1.5;  
}
#index_3box{
    margin: 3% auto 5%;
}
#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;
    line-height: 1.4;
    margin: 40px 0 30px;
}
#index_3box_list .desc {
    font-size: 16px;
    line-height: 1.8;
}
#index_3box_list .link {
    position: relative;
    display: flex;
    justify-content: center;
}
#index_3box_list .link a {
    border-radius: 100px;
    font-weight: bold;
    border: #3492e8 solid 1px;
    background: #3492e8;
    color: #fff;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 45px;
    min-width: 192px;
}
#index_3box_list .link a:hover{
    background: #fff;
    color: #3492e8;
}

#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 85px;
}
#index_4box{
    margin-bottom: 0;
}
#index_4box .headline {
    margin: 30px auto;
    font-size: min(6vw,32px);
    line-height: 1.4;
    text-align: center;
}
#index_4box .index_4box-leadbox {
    margin: 0 auto;
    text-align: center;
}
#index_4box .link {
    width: 257px;
    margin: auto;
}
#index_4box .link img {
    width: 100%;
}
#index_4box .link:hover {
    opacity: 0.8;
}
#index_4box .index_4box-lead {
    font-size: min(4.5vw,20px);
    margin: 10px auto 3%;
    line-height: 1.5;
}
#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{
    background: #faf7f5;
    border-radius: 100%;
    padding: 15px;
    box-sizing: border-box;
}
#index_4box_list .box .image img {
    object-fit: contain;
    border-radius: 0;
}
#index_free_content3{
    margin-bottom: 0!important;
}
#btn_mighty{
    border-radius: 100px;
    font-weight: bold;
    background: #fb9704;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 300px;
    height: 60px;
    margin: 30px auto 0;
    transition: 0.2s ease;
}
#btn_mighty:after{
    font-family: 'icomoon' !important;
    content: "\e901";
    margin-left: 6px;
    font-size: 90%;
}
#btn_mighty:hover {
    opacity: 0.8;
}
.icon-window>a:after {

}


.news_list .title{
    width: auto;
    float: none;
}
.news_list .title a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#index_news_list{
    margin: 60px auto 70px;
}
#index_news_list .mobile_archive_link{
    margin-bottom: 0;
}
/*.news_list .date,
.news_list .category,
.news_list .title a{
    line-height: 30px;
    height: 30px;
    height: auto;
    line-height: 1.8rem;
}
.news_list li{
    padding: 10px 25px;
}*/

#index_news_list h3{
    font-weight: bold;
}
.index_archive_link{
    margin-bottom: 25px;

    position: relative;
    border-radius: 100px;
    font-weight: bold;
    border: #3492e8 solid 1px;
    background: #3492e8;
    color: #fff;
}
.index_archive_link:hover{
    background: #fff!important;
    color: #3492e8;
}
.index_archive_link:after{
    font-family: 'design_plus';
    content: '\f105';
    position: absolute;
    right: 15px;
}
.news_list .date {
    font-weight: normal;
}
.news_list .category a,
.news_list .category a:hover{
    color: #3492E8;
    background: #fff!important;
    border: solid 1px;
}
#index_blog_list .clearfix{/*不使用だがBLOG部分の崩れを修正*/
     display: flow-root;
}

.pc .home #top {
    padding-top: 100px;
}


@media screen and (max-width:991px){
#index_3box {
    margin: 3rem auto;
}
#index_3box_list .box {
    margin: 25px auto;
    width: 95%;
}
#index_3box_header .desc {
    margin-bottom: 2rem;
}
#index_4box .link {
    width: 60%;
}
#index_4box .index_4box-lead {
    margin: 10px auto 7%;
}
#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){
    #header_slider,
    #header_slider .item {
        height: 45vh;
    }
#index_news_list .news_list .title a {
    padding: 5px 0 15px;
    line-height: 1.8;
    height: auto;
}

}