@charset "utf-8";

section.fv {
    padding: 2em 0 0;

}

.fv_inner {
    max-width: 94%;
    margin: 0 auto;
    width: 1400px;
    padding-bottom: 4em;
}

.fv_inner img {
    -webkit-animation: fvfadeIn 3s ease 0s 1 normal;
    animation: fvfadeIn 3s ease 0s 1 normal;
}

@keyframes fvfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fvfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

section.fv p {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: .18rem;
    line-height: 2;
    max-width: 1000px;
    position: relative;
    text-align: justify;
    width: 80rem;
    z-index: 1;
    margin: 1.5em auto 0;
    color: #142a52;
}

#clucla {
    background: #142a52;
}
#clucla .inner{
width: 700px;
}
#clucla h2 {
    color: #fff;
}

#clucla p {
    color: #fff;
    font-size: 20px;
}

.clucla_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.clucla_box_left {
   width: 60%;
}

.clucla_box_right {
width: 30%;
}

/*.clucla_box_right img {
    border-radius: 20px;
	background: #fff;
    padding: 20px;
}*/
.clucla_box .link{
    margin-bottom: 0;
}
.clucla_box .link a {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
}

.clucla_box .link a::before,
.clucla_box .link a::after {
    background-color: #8d8d8d;
}

.solutions_box_cover {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.solutions_box {
    width: 40%;
    position: relative;
}

.solutions_box a {
        aspect-ratio: 1 / 1;
    display: block;
    position: relative;
    margin: 0 auto;
    width: 300px;
    max-width: 90%;
}

.solutions_box a:hover {
    opacity: 1;
}

.solutions_box a:hover:after {
    content: "\f08e";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
        border-radius: 50%;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.solutions_box img {
        border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutions_box_h {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1em;
}

.solutions_box_h span {
    display: block;
    font-family: "Lato";
    font-size: 0.6em;
}

/* お知らせ */
#news {
    background: #f6f6f6;
}

#news ul {
    list-style: none;
    margin: 0 auto;
    width: 660px;
    max-width: 100%;
}

#news ul li {
    padding: 20px 0;
}

#news ul li a {
    display: block;
    position: relative;
}

/* #news ul li a:after {
    content: "\f35a";
    position: absolute;
    right: 10px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #142a52;
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
} */

/* #news ul li span {
    background: #f3460d;
    padding: 5px 7px;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
    font-size: 0.9em;
} */
#news ul li span{
    margin-left: 10px;
}
#news ul li span.title {
    color: #142a52;
    font-weight: 600;
    padding: 0 5px;
    margin-left: 0;
}
#news .link {
    margin: 60px auto 0;
}

.top_link.link_box {
    position: relative;
}

.splide_logo {
    position: absolute;
    z-index: 10;
    width: 400px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40%;
}

.top_link {
    position: absolute;
    z-index: 10;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-around;
    width: 600px;
    max-width: 90%;
}

.top_link .top_link_button {
    width: 200px;
    text-align: center;
}

.top_link_button a {
    background: #693e35;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    font-weight: 600;
    border-radius: 300% 300% 10% 10%;
    padding: 5px 0;
    position: relative;
}

.top_link_button a:before {
    content: "";
    border-right: 2px solid #fff;
    position: absolute;
    height: 60%;
    top: 25%;
    width: 2px;
    left: 40px;
}

.top_link_button a .fa-arrow-right {
    position: absolute;
    left: 7%;
    bottom: 10px;
}




@media (max-width: 768px) {


    .blog_box {
        width: 47.5%;
    }

    .blog_box_title {
        font-size: 15px;
    }

    .blog_box_date {
        font-size: 11px;
    }

    #blog .link {
        margin: 40px auto;
    }

section.fv p {
    font-size: 1.5rem;
    line-height: 2;
        width: 100%;
    z-index: 1;
    margin: 1em auto 0;
}
.fv_inner {
    padding-bottom: 2em;
}
#clucla p {
    font-size: 14px;
}
/*
.clucla_box_left {
    width: 100%;
}
.clucla_box_right {
    width: 100%;
    margin-top: 3em;
}
*/
.solutions_box_h {
    font-size: 18px;
}
.solutions_box{
    width: 80%;
    margin-bottom: 3em;
	margin-top:1.5em;
}
    .solutions_box:last-child {
    margin-bottom: 0;
}
#news ul li {
    padding: 20px 10px;
}
#news ul li {
    padding: 15px 40px 15px 10px;
}
#news ul li a:after {
    right: -30px;
}
}