@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    color: #282828;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    word-break: break-word;
    letter-spacing: 0.03em;
    line-height: 1.2;
    background: linear-gradient(
        to bottom left,
        #FFFFFF 0%,
        #F7F8F9 9%,
        #DDE4EB 100%
    );
}

p {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
}

span {
    display: inline-block;
}

img {
    display: inline-block;
    width: 100%;
}

a {
    display: inline-block;
    cursor: pointer;
}

a:hover {
    opacity: 0.7;
}

.sp_br {
    display: none;
}

section {
    position: relative;
}

.wrapper {
    width: 90%;
    max-width: 1170px;
    margin: auto;
}

.poppins {
    font-family: "Poppins", serif;
}

/**********************************************************
    
    header 

 **********************************************************/

header {
    position: fixed;
    width: 100%;
    height: 95px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}

header .wrapper {
    width: 100%;
    padding: 30px 25px;
    max-width: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    display: block;
    width: 200px;
}

.logo a:hover {
    opacity: 0.7;
}

.main_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_nav ul li {
    margin-left: 35px;
}

.main_nav ul li a {
    font-size: 1.4rem;
}

.main_nav ul li.nav_contact {
    margin-left: 50px;
}

.nav_contact a {
    width: 141px;
    padding: 8px 0;
    text-align: center;
    color: #FFF;
    background-color: #50A2D2;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.5s;
}

header.scroll_header {
    background-color: #FFF;
}

.hamburger_menu {
    display: none;
}

/**********************************************************
    
    main

 **********************************************************/

main {
    margin-top: 96px;
}

.fv {
    margin-top: 161px;
    position: relative;
}

.scroll_down {
    position: absolute;
    width: 162px;
    top: 140px;
    right: 50px;
    z-index: 2;
}

.dot {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
    border-radius: 50%;
    animation: moveDown 1.5s linear infinite;
}

@keyframes moveDown {
    0% {
        top: 85px;
    }
    100% {
        top: 130px;
    }
}

.fv_title {
    margin-left: 135px;
    margin-left: min(9.375vw, 135px);
    font-size: min(5.902vw, 8.5rem);
    font-weight: 500;
}

.fv_title p {
    font-size: 1.2rem;
    color: #7C7C7C;
    font-weight: bold;
}

.fv_slideshow {
    margin-top: 70px;
}

.fv_slideshow_item {
    margin: 50px 18px;
}

.fv_slideshow_item img {
    box-shadow: 0px 0px 20px rgba(37, 98, 177, 0.2);
    border-radius: 15px;
}

.marquee_box {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-bottom: 150px;
}

.marquee {
    display: inline-block;
    animation: scroll 30s linear infinite;
    font-size: 15.5rem;
    color: #FFF;
    font-weight: 300;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* 複製して文字が継ぎ目なく流れる */
.marquee_box .marquee {
    position: relative;
    letter-spacing: 0.03em;
    padding-right: 40px;
}

.marquee_box .marquee::after {
    content: attr(data-text);
    position: absolute;
    left: 100%;
    white-space: nowrap;
    /* padding-left: 50px; */
}

.marquee_box::before {
    position: absolute;
    content: "";
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #FFF;
}

.fv_bg {
    position: absolute;
    top: -161px;
    right: 0;
    width: 34.93vw;
    z-index: -1;
    filter: invert();
}

.about {
    padding: 0 0 150px 0;
    position: relative;
    overflow: hidden;
}

.about::before,
.about::after {
    position: absolute;
    content: "";
    margin: auto;
    width: 45.97vw;
    height: 45.97vw;
    background-image: url(../img/circle_bg_new.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.about::before {
    top: 50px;
    right: -10vw;
}

.about::after {
    bottom: -50px;
    left: -10vw;
}

.about .wrapper {
    position: relative;
}

.about_contents {
    width: 63.88vw;
    width: 90%;
    max-width: 920px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}

.about h2 {
    font-size: 4.2rem;
    font-size: min(2.916vw, 4.2rem);
    font-weight: 500;
    text-align: left;
    padding-top: 0;
}

.about h2 span {
    font-size: 13px;
    color: #FFF;
    background-color: #7C7C7C;
    padding: 8px 10px;
    border-radius: 50px;
    margin-bottom: 35px;
}

.about_contents_txt {
    width: 30.34vw;
    width: 50%;
    max-width: 437px;
}

.about h3 {
    font-size: 2.6rem;
    font-size: min(1.805vw, 2.6rem);
    font-weight: 500;
    margin-bottom: 35px;
}

.about_contents_txt p {
    font-size: min(0.972vw, 1.4rem);
}

footer {
    background-color: #282828;
    position: relative;
    padding: 50px 0 30px 0;
}


.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.footer_logo {
    width: 213px;
}

footer .main_nav a {
    color: #FFF;
}

.footer_bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer_bottom p {
    font-size: 1.2rem;
    color: #FFF;
}

.kasou {
    background: #FFF;
}

.kasou_title {
    margin-bottom: 45px;
}

.kasou_title span {
    font-size: 5.8rem;
}

.kasou_title p {
    color: #7C7C7C;
}

.kasou section {
    margin: 150px 0;
}

.kasou .fv {
    margin-top: 140px;
}

.service_maintxt {
    color: #50A2D2;
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.service .contents {
    display: flex;
    align-items: stretch;
    gap: 35px;
}

.service_details {
    padding: 50px;
    border-radius: 12px;
    background-color: #F5F5F5;
}

.kasou h2 {
    font-size: 2.6rem;
    margin-bottom: 35px;
    font-weight: 500;
}

.subtitle {
    padding: 8px 10px;
    font-size: 1.3rem;
    font-weight: 300;
    border-radius: 50px;
    margin-bottom: 20px;
    background: linear-gradient(
        to bottom right,
        #FFFFFF 0%,
        #ECF0F4 10%,
        #DDE4EB 100%
    );
}

.service_details p {
    color: #7C7C7C;
}

.service_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
}

.service_list li {
    padding: 0 20px;
    background-color: #FFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    height: 80px;
    gap: 10px;
}

.service_list_icon {
    width: 22px;
}

.service_list li p {
    line-height: 1.5;
    color: #50A2D2;
}

.consultant_img {
    text-align: center;
    margin-top: 10%;
}

.consultant_img img {
    width: 48%;
}

.price_title {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.price_title p {
    width: 50%;
}

.kasou h3 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.price_list {
    display: flex;
    align-items: stretch;
    gap: 35px;
}

.price_list p {
    font-size: 1.6rem;
    color: #7C7C7C;
}

.price_list > li {
    width: calc((100% - 70px) / 3);
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px rgba(37, 98, 177, 0.2);
    display: flex;
    flex-direction: column;
}

.price_service_box {
    margin-top: auto;
}

.price_service_list {
    margin: 20px 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price_service_list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price_service_list_icon {
    width: 26px;
}

.price_service_list li p {
    width: calc(100% - 36px);
    font-size: 1.4rem;
    color: #282828;
    letter-spacing: -0.02em;
}

.price_list .price_service_price {
    font-size: 2.6rem;
    color: #282828;
}

.recommend {
    position: relative;
    overflow: hidden;
}

.recommend::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(to bottom right, #2562B1, #3E98D3, #E7BF6D); /* グラデーション */
    z-index: -1;
    border-radius: 12px;
}

.recommend::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #fff;
    z-index: -1;
    border-radius: 8px;
}

.profile .contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile_img {
    width: 31.36%;
}

.profile_txt {
    width: 62.22%;
}

.profile_name {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 24px;
    color: #282828!important;
}

.profile_name span {
    font-weight: 500;
}

.profile_txt p {
    color: #7C7C7C;
}

.company {
    background: linear-gradient(
        to bottom right,
        #ECF0F4 0%,
        #DDE4EB 100%
    );
    padding: 150px 0;
    margin: 0!important;
}

.company .contents {
    padding: 120px 6.25vw;
    background-color: #FFF;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.company_txt {
    width: 40%;
}

.company_list {
    margin-top: 35px;
}

.company_list li {
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDE4EB;
}

.company_list h3 {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 0;
}

.company_list p {
    color: #7C7C7C;
}

.company_map {
    width: 52%;
}

.company_map iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.loom-companion-mv3,
.ue-sidebar-container {
    display: none;
}

/* アニメーション */
/* アニメーションスタートの遅延時間を決めるCSS*/

.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
    opacity: 0;
}

.delay-time02 {
    animation-delay: 0.2s;
}
.delay-time04 {
    animation-delay: 0.4s;
}
.delay-time06 {
    animation-delay: 0.6s;
}
.delay-time08 {
    animation-delay: 0.8s;
}
.delay-time10 {
    animation-delay: 1s;
}
.delay-time12 {
    animation-delay: 1.2s;
}
.delay-time14 {
    animation-delay: 1.4s;
}
    
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
    
.fade {
    opacity: 0;
}
    
/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/
    
.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    @keyframes fadeUpAnime{
        from {
        opacity: 0;
        transform: translateY(100px);
        }
    
        to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 左から */

.fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeLeftAnime{
        from {
        opacity: 0;
        transform: translateX(-100px);
        }
    
        to {
        opacity: 1;
        transform: translateX(0);
        }
    }
    
    /* 右から */
    
.fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeRightAnime{
        from {
        opacity: 0;
        transform: translateX(100px);
        }
    
        to {
        opacity: 1;
        transform: translateX(0);
        }
    }
