@charset "UTF-8";
/* ===========================
  Works
=========================== */

.Works__Fv {
    display: block;
    padding-top: 120px;
    width: 100%;
    height: auto;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 4px 0 rgba(32, 33, 36, 0.20);
    background-image: linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
}

.Works__containerBox {
    margin: 64px auto 0;
}

.Works__container {
    background-image: linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
    padding: 48px 16px;
    border-radius: 20px;
    border: 3px solid var(--Primary__DeepBlue);
}

.Works__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    column-gap: 20px;
    margin: 32px auto 0;
    justify-content: center;
    align-items: center;
}

.Works__item {
    background-color: #ffffff;
    padding-bottom: 16px;
    box-shadow: 0 4px 4px 0 rgba(32, 33, 36, 0.15);
}

.Works__itemTag {
  width: 64px;
  margin: 8px 0 0 6px;
  padding: 2px 7px;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1; /* 12px */
  border-radius: 15px;
  border: 1px solid var(--Primary__Orange);
  background: var(--Primary__LightOrange);
}

.Works__itemTxt {
  margin: 12px 6px 0 ;
  font-family: "Zen Maru Gothic";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 25%; /* 4px */
  text-underline-position: from-font;
}

.Works__itemTxt:hover {
    color: var(--Primary__Orange);
}

.Btnsub {
  margin: 48px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid var(--Primary__Mint);
  width: 140px;
}

.Btnsub__arrow {
    transform: rotate(180deg);
}

.Btnsub__Txt {
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1; /* 14px */
}

.Btnsub__Txt:hover {
    color: var(--Primary__Mint);
}

/* Works__Pc */
@media screen and (min-width: 769px) {
    .Works__Fv {
        display: block;
        padding-top: 160px;
        width: 100%;
        height: 100%;
        max-height: 580px;
        object-fit: cover;
        border-radius: 0 0 50px 50px;
        box-shadow: 0 6px 4px 0 rgba(32, 33, 36, 0.20);
    }

    .Works__containerBox {
        margin: 100px auto 0;
    }

    .Works__container {
        padding: 64px 3%;
        border-radius: 30px;
        border: 5px solid var(--Primary__DeepBlue);
        max-width: 1340px;
        margin: 0 auto;
    }

    .Works__list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        row-gap: 40px;
        column-gap: 20px;
        margin: 64px auto 0;
        max-width: 1160px;
        align-items: start;
    }

    .Works__item {
        padding-bottom: 24px;
        box-shadow: 0 6px 4px 0 rgba(32, 33, 36, 0.15);
        height: 100%;
    }

    .Works__itemTag {
        width: 88px;
        margin: 14px 0 0 16px;
        padding: 3px 0;
        font-size: 1.6rem;
    }

    .Works__itemTxt {
        margin: 20px 16px 0;
        font-size: 2rem;
    }

    .Btnsub {
        margin: 64px auto 0;
        width: 172px;
    }

    .Btnsub__Txt {
        font-size: 2.4rem;
    }  
}

/* ===========================
  Works1~5
=========================== */

.Works__TopictitleGroup {
    margin-top: 64px;
}

.works__contents {
    margin: 32px auto 0;
    padding: 32px;
    background-color: #ffffff;
    background-image: linear-gradient(90deg, #c9e9f145 16px, transparent 16px), linear-gradient(#c9e9f145 16px, transparent 16px);
    background-position: 10px 10px;
    background-size: 36px 36px;
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(32, 33, 36, 0.15);
}

.works__contentsTitleBox {
    text-align: center;
}

.works__contentsTitle {
    display: inline-block;
    text-align: center;
    font-family: 'Zen Maru Gothic';
    font-size: 2rem;
    font-weight: 700;
    background-image: linear-gradient(
        0deg,
        #fbbf2480 0.5em,
        transparent 0.5em
    );
    padding: 0 0.2em;
}

.works__contentsImg {
    margin-top: 32px;
}

.works__contentsTxt {
    margin: 32px 16px 0;
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
    font-weight: 400;
}

.works__contentsTxtSub {
    margin: 32px 16px 0;
    font-size: 1.4rem;
    font-weight: 400;
    border-top: 2px solid var(--Primary__DeepBlue);
    padding-top: 8px;
}

.works__contentsTape {
    position: absolute;
    width: 207px;
    height: 60px;
    top: -10px;
    right: -100px;
    transform: rotate(45deg);
}

.works__contentsTape2 {
    position: absolute;
    width: 207px;
    height: 60px;
    bottom: -10px;
    left: -90px;
    transform: rotate(45deg);
}

.Btnsub {
    margin: 48px auto 0;
    width: 140px;
}


/* Works1~5__Pc */
@media screen and (min-width: 769px) {

    .Works__TopictitleGroup {
        margin-top: 100px;
    }

    .works__contents {
        margin: 64px auto 0;
        max-width: 700px;
        padding: 64px;
        box-shadow: 0 6px 4px 0 rgba(32, 33, 36, 0.15);
    }

    .works__contentsTitle {
        font-size: 3.2rem;
        max-width: 100%;
        margin: 0 auto;
    }

    .works__contentsImg {
        display: block;
        margin: 48px auto 0;
    }

    .works__contentsTxt {
        margin: 48px 0 0 0;
        font-size: 1.6rem;
    }

    .works__contentsTxtSub {
        margin: 48px 0 0 0;
        font-size: 1.6rem;
        padding-top: 16px;
    }

    .works__contentsTape {
        width: 255px;
        height: 74px;
        top: -20px;
        right: -115px;
    }

    .works__contentsTape2 {
        width: 255px;
        height: 74px;
        bottom: -25px;
        left: -105px;
    }

    .Btnsub {
        margin: 64px auto 0;
        width: 172px;
    }
}