/* サイトトップページ用のCSS */

/* 会社情報テーブル */
@media screen and (max-width: 1024px) {
    dl {
        margin: 15px 0 0;
        padding: 15px 0 0;
        border-top: 1px solid #3c3c3c;
    }
}

dt {
    width: 140px;
    float: left;
    font-size: 1.5rem;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    dt {
        width: auto;
        float: none;

    }
}

dd {
    margin: 0 0 0 180px;
}

@media screen and (max-width: 1024px) {
    dd {
        margin: 5px 0 0;
    }
}

/* section関連 */
.section-subwrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 0;
}

@media screen and (max-width: 1400px) {
    .section-subwrapper {
        max-width: calc(100vw - 120px);
    }
}

@media screen and (max-width: 1024px) {
    .section-subwrapper {
        max-width: calc(100vw - 60px);
    }
}

.section-inner {
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
    .section-inner {
        padding: 0;
    }
}

.section-title {
    margin-bottom: 70px;
    color: #3c3c3c;
}

h2 .section-title ::before {
    display: none;
}

.section-title span {
    color: #FFFBDB;
}

.section-subtitle {
    margin-bottom: 60px;
    color: #FFF;
}

.subtitle-what-we-do {
    position: relative;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .subtitle-what-we-do:before {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: 2px;
        content: '';
        background: #000;
    }
}

@media screen and (min-width: 768px) {
    .subtitle-what-we-do span {
        position: relative;
        padding: 0 15px;
        background: #B1D1F6;
    }
}

/* key-visual */

.kv-wrapper {
    height: calc(100vh - 80px);
    background-color: #E8F1FA;
    overflow: hidden;
}

.kv-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.kv-base-wrapper {
    position: absolute;
    bottom: 10%;
    right: 3%;
    width: 90%;
    max-width: 50%;
}

@media screen and (max-width: 768px) {
    .kv-base-wrapper {
        position: absolute;
        bottom: 10%;
        right: 8%;
        width: 130%;
        max-width: 100%;
    }
}

.kv-cloud2,
.kv-cloud3,
.kv-cloud4,
.kv-heart {
    position: absolute;
    width: 200px;
}

.kv-cloud2 {
    position: absolute;
    bottom: 65%;
    right: 3%;
    ;
    width: 100%;
    max-width: 11%;
}

.kv-cloud3 {
    position: absolute;
    bottom: 80%;
    right: 24%;
    width: 100%;
    max-width: 9%;
}

.kv-cloud4 {
    position: absolute;
    bottom: 62%;
    right: 50%;
    width: 100%;
    max-width: 18%;
}

.kv-heart {
    position: absolute;
    bottom: 55%;
    right: 20%;
    width: 100%;
    max-width: 2%;
}

.kv-copy {
    font-size: 6vmin;
}

.kv-sub-copy {
    font-size: 3vmin;
}

.site-title {
    max-width: 200px;
    position: absolute;
    z-index: 1;
    width: 40h0px;
    left: 7%;
    top: 3%;
}

@media screen and (max-width: 1024px) {
    .site-title {
        display: none;
    }
}

.kv-content {
    width: 100%;
    position: absolute;
    z-index: 1;
    font-size: 4rem;
    top: 35%;
    transform: translate(-50%, 0);
    left: 60%;
    color: #3c3c3c;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .kv-content {
        font-size: 3rem;
    }
}

@media screen and (max-width: 440px) {
    .kv-content {
        font-size: 1.8rem;
    }
}

/* //key-visual */

/* サービス */
.section-wrapper-service {
    background-color: #6C9BD2;
}

.section-inner-service {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #FFF;
    max-width: 1300px;
}

@media screen and (max-width: 1024px) {
    .section-inner-service {
        display: block;
    }
}

.service-wrapper-item {
    width: 33%;
    max-width: 385px;
}

@media screen and (max-width: 1024px) {
    .service-wrapper-item {
        margin: 0 auto;
        margin-bottom: 60px;
        width: 100%;
    }
}

.section-inner-service img {
    height: 220px;
}

.service-image-marketing img {
    transform: scale(0.8);
}

/* //サービス */

/* 活動内容 */
.section-wrapper-what-we-do {
    background-color: #B1D1F6;
}

.section-inner-what-we-do img {
    width: 500px;
    height: 500px;
    border-radius: 40px;
    object-fit: cover;
}

.section-inner-what-we-do :nth-child(2) {
    flex-direction: row-reverse !important;
}

.what-we-do-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
    .what-we-do-wrapper {
        display: block;
    }
}

.what-we-do-image-wrapper {
    max-width: 500px;
    height: 500px;
    width: 40%;
}

@media screen and (max-width: 1024px) {
    .what-we-do-image-wrapper {
        margin: 0 auto;
        width: 100%;
    }
}

.what-we-do-image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}

.what-we-do-text-wrapper {
    margin: auto 0;
    width: 50%;
    word-wrap: break-word;
    color: #3c3c3c;
}

@media screen and (max-width: 1024px) {
    .what-we-do-text-wrapper {
        width: 100%;
    }
}

/* //活動内容 */

/* なぜ天窓なのか */
.section-wrapper-why-choose-us {
    background-color: #6C9BD2;
}

.section-inner-why-choose-us {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #FFF;
    max-width: 1300px;
}

@media screen and (max-width: 1024px) {
    .section-inner-why-choose-us {
        display: block;
        text-align: -webkit-center;
    }
}

.why-choose-us-image-wrapper img {
    height: 240px !important;
    transform: scale(0.8);
}

.section-inner-why-choose-us img {
    height: 27px;
}

.why-choose-us-wrapper-item {
    width: 33%;
    max-width: 370px;
}

@media screen and (max-width: 1024px) {
    .why-choose-us-wrapper-item {
        width: 100%;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .why-choose-us-text-wrapper {}
}

.text-why-choose-us {
    display: inline-block;
    margin: 0;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .text-why-choose-us {
        width: 100%;
    }
}

.text-why-choose-us-wrapper {
    display: flex;
}

.text-why-choose-us-wrapper::before {
    content: "";
    padding: 15px;
    background: url(img/check-box.svg) no-repeat;
    background-size: 16px;
    background-position: 6px 6px;
}

.icon-wrapper {
    max-width: 420px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 0px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.icon-wrapper li:not(:last-child) {
    margin-right: 15px;
}

.icon-wrapper img {
    display: block;
    max-height: 30px;
    margin: auto;
}

/* //なぜ天窓なのか */

/* 会社概要 */
.section-wrapper-company {
    background-color: #B1D1F6;
}

.company-text-wrapper {
    position: relative;
    color: #3c3c3c;
}

.company-text-wrapper ::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 140px;
}

@media screen and (max-width: 1024px) {
    .company-text-wrapper ::before {
        display: none;
    }
}

.suppliers-wrapper {
    text-align: center;
    margin-top: 60px;
    color: #3c3c3c;
}

.suppliers-title {
    margin-bottom: 60px;
}

.suppliers-text {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 20px;
}

/* //会社概要 */

/* contact */
.section-wrapper-contact {
    background-color: #6C9BD2;
}

.section-inner-contact {
    text-align: center;
}

.section-inner-contact>h4 {
    line-height: 3rem;
}

.contact-text {
    color: #FFF;
    margin-bottom: 30px;
}

.contact-btn {
    background-color: #FFC857;
    color: #000 !important;
    border-radius: 20px;
    padding: 10px 40px;
    font-weight: 800;
    transition: 200ms all linear;
}

.contact-btn:hover {
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
}

.contact-btn::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 30px;
    margin: 0px 0px -5px 5px;
    background: url(img/noun-mail-5790699.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

/* //contact */

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
    opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 回転するアニメーション */
@keyframes fuwafuwa {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
    animation: 5s easeHeart infinite linear, 5s fuwafuwa infinite;
}

@keyframes easeHeart {
    0% {
        transform: translateY(0);
        opacity: .0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px);
        opacity: 0;
    }
}

@keyframes fuwafuwa2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa2 {
    animation: 4s fuwafuwa2 infinite;
}

@keyframes fuwafuwa3 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa3 {
    animation: 4s fuwafuwa3 infinite;
}