/* ------------ common ------------  */

    html {
        font-size: 16px;
        line-height: 1.5;
        scroll-behavior: smooth;
    }

    body {
        margin: 0;
    }

    main {
        text-align: center;
    }

    a {
        text-decoration: none;
    }

    section {
        position: relative;
        padding: 5rem 0;
        overflow: hidden;
    }

    .line-height--2em {
        line-height: 2em;
    }

    .line-height--1_5em {
        line-height: 1.5em;
    }

    .light-gray-background {
        background-color: #f5f5f5;
    }

    .whight-background {
        background-color: #fff;
    }

    .blue-background {
        background-color: #389DD1;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .text-alginLeft {
        text-align: left;
    }

    .text {
        margin-top: 2em;
        line-height: 2em;
    }

    .text--highlight {
        color: #389DD1;
        font-weight: bold;
    }

    .headline {
        margin: 0 12.5%;
    }

    .inner {
        position: relative;
        max-width: 1280px;
        margin: 0 auto;
    }

    .inner--small {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
    }

    .content {
        margin-top: 3rem !important;
    }

    .content-6rem {
        margin-top: 6rem;
    }

    

    .flex-item {
                display: flex;
        flex-flow: row wrap;
        gap: 1em 1%;
    }

    .flex-item li {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: #FFFFFF;
        border-radius: 8px;
    }    

    .flex-item.col-2 {
        gap: 1em 1%;
    }

    .flex-item.col-2 li {
        width: 49.5%;
    }

    .flex-item.col-3 {
        gap: 1em 1.25%;
    }

    .flex-item.col-3 li {
        width: 32.5%;
    }

    .flex-item li, .flex-item li a {
        display: flex;
        flex-flow: column;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .flex-item li {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: #FFFFFF;
        border-radius: 8px;
    }

    .w120 {
        width: 120px;
        display: block;
    }

    .font-weight--bold {
        font-weight: bold;
    }

    br.sp {
        display: none;
    }

    br.pc {
        display: block;
    }

/* ------------ button ------------  */

    .action {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        gap: 1rem;
        margin-top: 3rem;
        text-align: center;
    }

    .action a.button-fill {
        display: inline-block;
        line-height: 1em;
        font-weight: bold;
        padding: 1em 1.5em;
        border-radius: 9999px;
        box-sizing: border-box;
        background: #FFFFFF;
        color: #0F69AC;
        font-size: 1.5rem;
    }

    .marginTop-40px {
    margin-top: 40px;
    }

    .title__caption {
        font-size: 16px;
    }


/* ------------ main-visual ------------ */

    .u-float {	
        animation: float 4s ease-in-out infinite;
        }

    @keyframes float {
    0% {	transform: translateY(0px);  }
    50% {	transform: translateY(10px);  }
    100% {	transform:  translateY(0px);  }
    }

    .main-visual__float-image {
        position: absolute;
        animation-name: float;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
    }
    
        .main-visual__float-image--hardware {
        top: 5%;
        left: 15%;
        animation-duration: 3s;
        z-index: 300;
        max-width: 194px;
        width: 10%;
        }
    
        .main-visual__float-image--factory {
        top: 5%;
        right: 15%;
        animation-duration: 8s;
        z-index: 300;
        max-width: 222px;
        width: 15%;
        }
    
        .main-visual__float-image--laptop {
        top: 20%;
        left: -5%;
        animation-duration: 5s;
        z-index: 100;
        max-width: 500px;
        width: 25%;
        }
    
        .main-visual__float-image--warehouse {
        bottom: 12%;
        left: 12%;
        animation-duration: 3.5s;
        max-width: 234px;
        width: 25%;
        }
    
        .main-visual__float-image--buillding {
        bottom: 0%;
        right: 5%;
        animation-duration: 7s;
        max-width: 500px;
        max-height: 388px;
        width: 25%;
        }

        .main-visual__float-image--cloud {
            top: 25%;
            right: 0%;
            animation-duration: 3s;
            z-index: 300;
            max-width: 348px;
            width: 20%;
        }

        .main-visual__float-image--gear {
            top: 17%;
            left: 5%;
            animation-duration: 10s;
            z-index: 300;
            max-width: 128px;
            width: 7%;
        }

    .main-visual {
        height: 80vh; 
        max-height: var(--main-visual-max-height); /* JSで決める上限 */
        transition: max-height 0.2s ease;
    }

    .main-visual__background-image {
        position: relative;
        overflow: hidden; 
        background: url("/wp-content/themes/wavee-plus-theme/images/custommade/main-visual__background-image.png") no-repeat center/80% 100%;
        height: 100%;
        max-width: 1980px;
        margin: 80px auto 0 auto;
    }

    .main-visual__text-group {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 40%;

    }

    .main-visual__text-group img {
        width: 100%;
    }

    .main-visual__heading {
        max-width: 689px;
    }

    .main-visual__lead {
        max-width: 447px;
        margin: 24px auto 0 auto;
    }

    .main-visual__text-group .action {
        flex-flow: column wrap;
    }

/* ------------ intro-section ------------ */

    .intro-section__item img {
        width: 100%;
        position: relative;
    }

    .intro-section__badge {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        background-color: #fff;
        width: 64px;
        height: 64px;
        top: 10px;
        left: 10px;   
        z-index: 100;
        border-radius: 32px;
    }

    .intro-section__about {
        padding: 80px;

    }

    .intro-section__about-highlight {
        width: 100%;
        font-size: 1.5em;
        display: inline-block;
        text-align: center;
    }

.strength-section__comparison {
    position: relative;
}

.strength-section__arrow {
    position: absolute;
}

.strength-section__content-wrapper--light-gray {
    background-color: #f5f5f5;
}

.strength-section__image {
    width: 100%;
}

.strength-section__subheading, .strength-section__testimonial--heading h3, .strength-section__case-heading {
    font-size: 1.2em;
    margin: 0;
}



.strength-section__list {
    width: 100%;
    margin-top: 20px;
    align-items: center;     /* 縦方向中央 */
    
    
}

.strength-section__list-item--before, .strength-section__list-item--after {
    display: flex;
    font-weight: bold;
    width: 100%!important;
        padding: 16px 0;
}

.strength-section__list-item--after {
        padding: 30px 0;
}


.trength-section__content-wrapper {
    padding: 20px 40px 40px 40px;

    }

.strength-section__list {
    height: 340px;
    display: grid;
    gap: 4%;
}

.strength-section__image-wrapper {
    margin-bottom: -3px;
}

.strength-section__arrow-wrapper {
    position: absolute;
    top: 74%;
    left: 47%;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.strength-section__arrow::before{
	width: 64px;
	height: 64px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #389DD1;
    border: 6px solid #fff;
}
.strength-section__arrow::after{
	left: 200%;
    top: 50%;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 20px solid transparent;
	border-left: 20px solid #fff;
}

.strength-section__testimonial, .strength-section__testimonial--heading {
    gap: 2%;
    margin-bottom: 16px;
}


.strength-section__testimonial-img {
    width: 120px;
    flex-shrink: 0;
    height: 120px;
}

.strength-section__testimonial-bubble {
    position: relative;
    background: #f5f5f5; 
    border-radius: 16px;
    padding: 40px ;
    font-size: 16px;
    color: #000;
    flex: 1; /* 残りのスペースに広がる */
    text-align: left;

  }
  
  /* 左側の三角部分 */
  .strength-section__testimonial-bubble::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #f5f5f5;
  }


  .process-section__step {
    background-color: #fff;
    padding: 40px 80px;
  }

  .process-section__step-title {
    text-align: left;
  }

  .process-section__step-description {
    margin-top: 16px;
    display: block;
    width: 65%;
  }

  .process-section__step-text--bg-setting {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 8px;
    margin-bottom: 16px;
  }

  .process-section__step-text--bg-image01 {
    background-image: url(/wp-content/themes/wavee-plus-theme/images/custommade/faq-section__item__image01.png);
  }

  .process-section__step-text--bg-image02 {
    background-image: url(/wp-content/themes/wavee-plus-theme/images/custommade/faq-section__item__image02.png);
  }

  .process-section__step-text--bg-image03 {
    background-image: url(/wp-content/themes/wavee-plus-theme/images/custommade/faq-section__item__image03.png);
    background-position: right 10% bottom 0;
  }

  .process-section__step-text--bg-image04 {
    background-image: url(/wp-content/themes/wavee-plus-theme/images/custommade/faq-section__item__image04.png);
    background-position: right 8% bottom 0;
  }

  .process-section__step-text--bg-image05 {
    background-image: url(/wp-content/themes/wavee-plus-theme/images/custommade/faq-section__item__image05.png);
    background-position: right 10% bottom 0;
  }

  .process-section__step-text--bg-image06 {
    background-image: url(/wp-content/themes/wavee-plus-theme/images/custommade/faq-section__item__image06.png);
        background-position: right 10% bottom 0;
  }

  .process-section__step-text--bg-image07 {
    background-image: url(/wp-content/themes/wavee-plus-theme/images/custommade/faq-section__item__image07.png);
  }

  .process-section__step-title {
    font-size: 1.4em;
    font-weight: bold;
}

.usecase-section__cards {
    display: flex;
    gap: 1em 1%;

}

.usecase-section__cards li {
    position: relative;
    background-color: #f5f5f5;
    outline: 1px solid #D0D0D0;
    outline-offset: -1px;
    border-radius: 8px;
}

.usecase-section__card--type1 .usecase-section__badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #389DD1;
    width: 100px;
    height: 100px;
    top: 20px;
    left: 20px;
    z-index: 100;
    border-radius: 50px;
    color: #fff;
    font-size: 1.5em;
}

.usecase-section__text-wrapper {
    margin: 20px;
}

.usecase-section__caption {
    line-height: 1.5;
    margin-top: 16px;
    text-align: left;
    
}

.usecase-section__card--type2 .usecase-section__badge {
    background-color: #389DD1;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    color: #fff;
    font-size: 1.5em;
    display: flex;
    margin-left: 20px;
    display: grid;
    place-items: center; /* 縦横どちらも中央揃え */
    font-size: 1.2em;
    line-height: 1.3;
    flex-shrink: 0;
    
}

.usecase-section__card--type2 {
    display: flex;
    align-items: center;     /* 縦方向 */
    width: 100%;
}

.usecase-section__list li {
    outline: none;
    background-color: unset;
    

}

.usecase-section__list-wrapper {
display: inline-block;
}

.usecase-section__list {
    gap: 0;
    display: block;
    list-style: disc;
    padding: 20px 20px 20px 40px;
    
    
}

.usecase-section__list li {
    position: relative;
    background-color: unset;
    outline: none;
    display: list-item;
    width: auto;
    line-height: 2;
    text-align: left;   
}

.usecase-section__cards--type2 {
    flex-wrap: wrap;
}

.usecase-section__card.usecase-section__card--type2 {
    width: 49.5%;
}

.faq-section__item {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 40px;
    text-align: left;
    margin-bottom: 16px;
}

.faq-section__question, .faq-section__answer {
    display: flex;
    align-items: center;     /* 縦方向 */
}

.faq-section__question, .marginBottom--16px {
    margin-bottom: 16px;
}

.faq-section__label {
    display: flex;
    align-items: center;     /* 縦方向 */
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 1.7em;
    border-radius: 28px;
    margin-right: 20px;
}

.faq-section__label--q {
    background-color: #389DD1;
    color: #fff;
}

.faq-section__label--a {
    background-color: #fff;
    color: #389DD1;
    border: 1px solid #389DD1;
}

.contact {
    background: #0F69AC url(/wp-content/themes/wavee-plus-theme/images/Linkit-LP/visual-contact.png) center / cover no-repeat;
    color: #FFFFFF;
    padding: 3rem 0;
}

.contact .headline {
    margin: 0 25%;
}

.contact .title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.5;
}

.contact .action {
    flex-flow: column wrap;
    margin-left: 25%;
    margin-right: 25%;
}

.strength-section__column--after .strength-section__subheading {
    color: #fff;
}

.strength-section__subheading, .strength-section__case-heading {
    line-height: 1.5;
    font-weight: bold;
}

.strength-section__case-heading {
    margin-bottom: 1em;
}

.usecase-section__title, .faq-section__text {
    line-height: 1.5;
}

.faq-section__label {
    flex-shrink: 0;
}


.strength-section__logo img {
    height: 64px;
}

.action a:hover.button-outline,
.action a:hover.button-fill{
	transform:scale(1.05);
	transition:0.25s;
	box-shadow:0 2px 4px 0 rgba(0,0,0, 0.1);
}

.contact .action a.button-fill{
	background:#FFFFFF;
	color:#0F69AC;
	font-size:1.5rem;
}
.contact .action a:hover.button-fill{
	color:#389DD1;
}

.externalLink-dark {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}