/* web font */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

/* ----------------------------------------------------------- 
fv
----------------------------------------------------------- */
#fv {
    overflow: hidden;
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    position: relative;
    background: url("../images/fv.jpg") no-repeat 50% 0;
    background-size: cover;
    padding: 0 1em;
    margin-top: 130px;
}

#fv .fv-inner {
    max-width: 1200px;
    width: 100%;
    min-height: 807px;
    margin: 0 auto;
    display: flex;
}

#fv .fv-inner h1 {
    position: relative;
    top: 165px;
    left: 290px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {
    #fv .fv-inner {
        min-height: 620px;
    }

    #fv .fv-inner h1 {
        top: 50px;
        left: 190px;
    }
}

@media screen and (max-width: 960px) {
    #fv {
        background: none;
        padding: 0;
        margin-top: calc(110/750*100vw);
    }

    #fv .fv-inner {
        max-width: 100%;
        width: 100%;
        min-height: inherit;
        margin: 0 auto;
        display: flex;
    }

    #fv .fv-inner h1 {
        width: 100%;
        position: static;
        top: inherit;
        left: inherit;
        line-height: 0;
    }

    #fv .fv-inner h1 img {
        width: 100%;
    }
}

/* -----------------------------------------------------------
IT機器買取・廃棄
----------------------------------------------------------- */
#top section.onayami {
    padding: 120px 0 0;
    background-color: #f8f9fa;
}

.onayami .ttl-type-blk01 {
    margin-bottom: 2.5em;
}

.onayami .text-description {
    margin-top: 2.5em;
}

.onayami__inner {
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.onayami__inner .balloon-text {
    position: absolute;
    right: 0;
    top: -90px;
}

.onayami figure {
    width: 246px;
    margin-right: 50px;
    line-height: 0;
}

.onayami figure img {
    width: 100%;
}

.onayami__list {
    font-weight: 800;
    font-size: 1.8rem;
    transform: rotate(0.03deg);
}

.onayami__list li {
    position: relative;
    min-height: 36px;
    padding-left: 45px;
    margin-bottom: 1.5em;
}

.onayami__list li::before {
    content: "";
    background: url("../images/onayami-icon.png") no-repeat 0 0/30px 36px;
    width: 30px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


@media screen and (max-width: 960px) {
    #top section.onayami {
        padding: 5em 0 0;
    }

    .onayami .ttl-type-blk01 {
        margin-bottom: 1.5em;
    }

    .onayami .text-description {
        margin-top: 1.5em;
    }

    .onayami__inner {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    .onayami__inner .balloon-text {
        width: calc(320/750*100vw);
        right: 1em;
        top: 0;
    }

    .onayami__inner .balloon-text img {
        width: 100%;
    }

    .onayami figure {
        width: calc(300/750*100vw);
        margin-right: 0;
        margin-left: 2em;
        margin-bottom: 1em;
    }

    .onayami figure img {
        width: 100%;
    }

    .onayami__list li {
        position: relative;
        min-height: calc(40/750*100vw);
        padding-left: calc(50/750*100vw);
        margin-bottom: .5em;
        line-height: 1.4;
        font-feature-settings: "palt";
    }

    .onayami__list li::before {
        background: url("../images/onayami-icon.png") no-repeat 0 0/calc(30/750*100vw) calc(36/750*100vw);
        width: calc(30/750*100vw);
        height: calc(36/750*100vw);
        left: 0;
        top: -5%;
        transform: none;
    }
}

/* ----------------------------------------------------------- 
リサイクル事業
----------------------------------------------------------- */
#top section.recycle {
    padding: 120px 0 100px;
}

.recycle .text-description {
    text-align: center;
}


@media screen and (max-width: 960px) {
    #top section.recycle {
        padding: 5em 0 3em;
    }

    .recycle .text-description {
        text-align: left;
    }
}

/* ----------------------------------------------------------- 
 当社が選ばれる理由
----------------------------------------------------------- */
#top section.reason {
    padding: 90px 0 85px;
    background-color: #dcecf6;
}

#top section.reason .content {
    padding: 0 50px;
}

.reason__lead {
    font-size: 2rem;
    font-weight: 800;
    transform: rotate(0.03deg);
}

.reason__title {
    position: relative;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: .5em;
    padding-left: 60px;
}

.reason__title::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    background: url("../images/caution-icon.png") no-repeat 0 0/48px 49px;
    width: 48px;
    height: 49px;
}

.reason__title span:not(.illegal) {
    font-size: 4rem;
    font-weight: 800;
}

.reason__title em {
    display: inline-flex;
    align-items: baseline;
    background-color: #fdf7f7;
    border: 1px solid #fb6665;
    padding: 0 25px;
    margin-left: 15px;
    line-height: 1.5;
}

.reason__title em .illegal {
    font-size: 5rem;
    font-weight: 800;
    color: #fb6262;
}

.reason .btn-arrow {
    font-size: 2rem;
    min-width: 575px;
    min-height: 130px;
    margin: 2em auto 0;
}


@media screen and (max-width: 960px) {
    #top section.reason {
        padding: 4em 0;
    }

    #top section.reason .content {
        padding: 0 1em;
    }

    .reason__lead {
        font-size: 1.8rem;
        margin-bottom: .5em;
        letter-spacing: -.03em;
    }

    .reason__title {
        font-size: 3rem;
        margin-bottom: 1em;
        padding-left: calc(65/750*100vw);
        line-height: 1.4;
    }

    .reason__title::before {
        content: "";
        position: absolute;
        top: 7%;
        left: 0;
        transform: none;
        background: url("../images/caution-icon.png") no-repeat 0 0/calc(48/750*100vw) calc(49/750*100vw);
        width: calc(48/750*100vw);
        height: calc(49/750*100vw);
    }

    .reason__title span:not(.illegal) {
        font-size: 3rem;
    }

    .reason__title em {
        margin-top: .3em;
        padding: 0 1em;
        margin-left: 0;
        line-height: 1.5;
    }

    .reason__title em .illegal {
        font-size: 4rem;
        font-weight: 800;
        color: #fb6262;
    }

    .reason .btn-center {
        margin: 0 auto;
    }

    .reason .btn-arrow {
        font-size: 2rem;
        min-width: 100%;
        min-height: calc(130/750*100vw);
        margin: 0 auto;
    }
}


/* ----------------------------------------------------------- 
サービス
----------------------------------------------------------- */
#top section.service {
    padding: 120px 0 100px;
}

.service__inner {
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
}

.service .text-description {
    text-align: center;
}

.service__info {
    border: 1px solid #a5b2bb;
    width: 100%;
    padding: 20px 30px 30px;
    box-sizing: border-box;
}

.service__info dl dd {
    margin-bottom: .5em;
    font-weight: 700;
}

.service__info dl dd small {
    font-size: 1.4rem;
    display: inline-block;
    padding-right: 10px;
    font-family: 'Noto Sans JP', sans-serif;
}

.service__info dl dd span {
    display: inline-block;
    font-size: 5rem;
    line-height: 1.1;
}

.service__info dl dt {
    margin-bottom: .8em;
    font-size: 3rem;
    font-weight: 800;
    color: #59b2d6;
    line-height: 1.2;
}

.service__info figure {
    margin-bottom: 1em;
}

.service__info figure img {
    width: 100%;
}

.service__info p {
    line-height: 1.5;
    transform: rotate(0.03deg);
}

.service__info p+p {
    margin-top: 1em;
}


@media screen and (min-width: 1200px) {
    .service__info {
        max-width: 360px;
    }
}

@media screen and (max-width: 960px) {
    #top section.service {
        padding: 5em 0 3em;
    }

    .service__inner {
        gap: 1em 1em;
        max-width: 100%;
        padding: 0;
        margin: 3em auto 0;
    }

    .service .text-description {
        text-align: left;
    }

    .service__info {
        width: 100%;
        padding: 1em 1em 1.5em 1em;
    }

    .service__info dl {
        display: flex;
        align-items: baseline;
    }

    .service__info dl dd {
        margin-bottom: .5em;
    }

    .service__info dl dd small {
        padding-right: 5px;
        letter-spacing: -.01em;
    }

    .service__info dl dd span {
        font-size: 4rem;
        letter-spacing: -.01em;
    }

    .service__info dl dt {
        margin-bottom: .8em;
        font-size: 2.6rem;
        margin-left: .3em;
        letter-spacing: -.01em;
    }

    .service__info dl dt span {
        display: inline-block;
        padding-bottom: .2em;
    }

    .service__info figure {
        margin-bottom: .8em;
    }

    .service__info figure img {
        width: 100%;
    }

    .service__info p {
        line-height: 1.5;
    }

    .service__info p+p {
        margin-top: .8em;
    }
}


/* ----------------------------------------------------------- 
ポイント
----------------------------------------------------------- */
#top section.point {
    padding: 150px 0 0;
}

.point__inner {
    display: flex;
    justify-content: space-between;
}

.point__inner+.point__inner {
    margin-top: 50px;
}

.point__inner+.point__inner .point__text {
    margin-top: -55px;
}

.point__text {
    width: 100%;
    max-width: 500px;
}

.point__text .text-description {
    margin-bottom: 1.5em;
}

.point__image {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 580px;
}

.point__image .point__image-info .caption {
    text-align: center;
    line-height: 1.6;
    transform: rotate(0.03deg);
}

.point__image .point__image-info .caption dt {
    font-size: 2rem;
    font-weight: 800;
}


@media screen and (max-width: 960px) {
    #top section.point {
        padding: 5em 0;
    }

    .point__inner {
        flex-direction: column;
    }

    .point__inner+.point__inner {
        margin-top: 2em;
    }

    .point__inner+.point__inner .point__text {
        margin-top: 0;
    }

    .point__text {
        width: 100%;
        max-width: 100%;
    }

    .point__text .text-description {
        margin-bottom: 1.5em;
    }

    .point__image {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.5em;
    }

    .point__image .point__image-info {
        width: calc(50% - 5px);
    }

    .point__image .point__image-info .caption {
        line-height: 1.6;
        letter-spacing: -.03em;
    }

    .point__image .point__image-info .caption dt {
        font-size: 1.3rem;
    }

    .point__image .point__image-info .caption dd {
        font-size: 1.1rem;
    }
}

/* お役立ち情報
----------------------------------------------------------- */
/*#top section.useful {*/
/*    padding: 150px 0 0;*/
/*}*/

/*.useful .ttl-type-blk01 {*/
/*    margin-bottom: 2em;*/
/*}*/

/*.useful__inner {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 3em;*/
/*}*/

/*.useful__info {*/
/*    width: 100%;*/
/*    max-width: 360px;*/
/*    background-color: #eef3f6;*/
/*}*/

/*.useful__info figure {*/
/*    line-height: 0;*/
/*}*/

/*.useful__info dl {*/
/*    padding: 30px;*/
/*    text-align: center;*/
/*}*/

/*.useful__info dl dt {*/
/*    font-size: 1.8rem;*/
/*    font-weight: 700;*/
/*    color: #59b2d6;*/
/*    transform: rotate(0.03deg);*/
/*    margin-bottom: .8em;*/
/*}*/

/*.useful__info dl dd {*/
/*    transform: rotate(0.03deg);*/
/*}*/

/*.useful .btn-center {*/
/*    margin: 0 auto;*/
/*}*/


/*@media screen and (max-width: 960px) {*/
/*    #top section.useful {*/
/*        padding: 5em 0;*/
/*    }*/

/*    .useful .ttl-type-blk01 {*/
/*        margin-bottom: 2em;*/
/*    }*/

/*    .useful__inner {*/
/*        flex-direction: column;*/
/*        margin-bottom: 1.5em;*/
/*    }*/

/*    .useful__info {*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        max-width: 100%;*/
/*    }*/

/*    .useful__info+.useful__info {*/
/*        margin-top: 1em;*/
/*    }*/

/*    .useful__info figure {*/
/*        width: calc(300/750*100vw);*/
/*        line-height: 0;*/
/*        overflow: hidden;*/
/*        position: relative;*/
/*    }*/

/*    .useful__info figure img {*/
/*        width: auto;*/
/*        max-width: inherit;*/
/*        height: 100%;*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 50%;*/
/*        transform: translateX(-50%);*/
/*    }*/

/*    .useful__info dl {*/
/*        width: calc(100% - (200/750*100vw));*/
/*        padding: 1em;*/
/*        text-align: left;*/
/*    }*/

/*    .useful__info dl dt {*/
/*        margin-bottom: .5em;*/
/*    }*/

/*    .useful .btn-center {*/
/*        margin: 3em auto 0;*/
/*    }*/
/*}*/

/* ----------------------------------------------------------- 
NEWS
----------------------------------------------------------- */
.news .content {
    max-width: 940px;
}

.news-list li {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.news-list li+li {
    border-top: 1px solid #a8a8a8;
}

.news-list li .news-data {
    white-space: nowrap;
    color: #7d7d7d;
    color: #59b2d6;
}

.news-list li .news-title {
    padding: 0 10px;
    margin-left: 20px;
    color: #000;
    transform: rotate(0.03deg);
}

.news-list li .news-title:hover {
    text-decoration: underline;
}

.news-list li .news-title .icon-new {
    margin-left: 0;
    margin-right: 10px;
}

/* 마크다운 이탤릭 스타일 */
.news em,
.news i {
    font-style: italic;
}

.news strong {
    font-weight: bold;
}

.news strong em,
.news em strong {
    font-style: italic;
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .news .content {
        flex-direction: column;
    }

    .news-list li {
        display: block;
        padding: .8em 0;
    }

    .news-list li .news-data {
        display: block;
    }

    .news-list li .news-title {
        display: block;
        padding: 0;
        margin-left: 0;
        line-height: 1.5;
    }
}
