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

.Report__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%);
}

.Report__container {
    margin: 64px 7px 0;
    background-color: #FFF9E1;
    border: 3px solid var(--Primary__Orange);
    border-radius: 20px;
}

.Report__titleGroup {
    margin-top: 32px;
}

.Report__outer {
    margin: 32px 10px 0;
}

.Report__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    column-gap: 16px;
    margin: 0 auto;
    max-width: 550px;
}

.Report__item {
  background: var(--Primary__White);
  width: 100%;
  max-width: 262px;
  box-shadow: 0 4px 4px 0 rgba(32, 33, 36, 0.15);
}

.Report__img {
  width: 100%;
  max-width: 262px;
  height: auto;
}

.Report__itemTxtBox {
    margin: 16px 6px 26px;
}

.Report__date {
  font-family: "Comfortaa";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--Primary__DeepGray);
}

.Report__title {
  font-family: "Zen Maru Gothic";
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 6px;
  line-height: 1.5;
}

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

.Btnsub {
  margin: 48px auto 32px;
  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);
}

/* ReportTop__Pc */
@media screen and (min-width: 769px) {
    .Report__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);
    }

    .Report__containerBox {
        margin: 0 48px;
    }

    .Report__container {
        margin: 100px auto 0;
        border-radius: 30px;
        max-width: 1160px;
    }

    .Report__titleGroup {
        margin-top: 64px;
    }

    .Report__outer {
        margin: 64px 32px 0;
    }

    .Report__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 56px;
        column-gap: 30px;
        max-width: 100%;
        flex: 1;
    }

    .Report__item {
        width: 100%;
        max-width: 660px;
    }

    .Report__img {
        width: 100%;
        max-width: 660px;
        height: auto;
    }

    .Report__itemTxtBox {
        margin: 24px 12px 34px;
    }

    .Report__date {
        font-size: 1.4rem;
    }

    .Report__title {
        font-size: 1.6rem;
        margin-top: 12px;
        line-height: 1.5;
    }

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

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

/* ===========================
  Report
=========================== */

.Report__writeBox {
    margin-top: 32px;
}

.Report__write {
    margin:  0 9px 0;
}

.Report__contents:last-of-type {
    margin-top: 64px;
}

.Report__writedate {
  font-family: "Comfortaa";
  font-size: 1.2rem;
  color: var(--Primary__DeepGray);
}

.Report__tag {
  padding: 1px 5px;
  border-radius: 22px;
  background: var(--Primary__Orange);
  margin-left: 5px;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1; /* 12px */
  color: var(--Primary__White);
}

.Report__TopicTitle {
    margin-top: 12px;
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5; 
}

.Report__writeImg {
    display: block;
    margin-top: 32px;
    object-fit: cover;
    border-radius: 6px;
}

.Report__txtMain {
    margin-top: 24px;
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
}

.Report__txt {
    margin-top: 24px;
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
}

.Report__txt:first-of-type {
    margin-top: 24px;
}



.Report__txt {
    margin-top: 16px;
}

.Report__writeBox .Btn {
    margin: 48px auto 0;
    background-color: var(--Primary__White);
    border-left: 18px solid var(--Primary__MidBlue);
}

.Report__writeBox .Btn:hover {
    background-color: var(--Primary__SkyBlue);
}

@media screen and (min-width: 769px) {
    .Report__writeBox {
        max-width: 78%;
        margin: 64px auto 0;
        max-width: 80.5%;
    }


    .Report__Topic {
        margin: 0 auto;
        max-width: 1390px;
    }

    .Report__writedate {
        font-size: 1.6rem;
    }

    .Report__tag {
        padding: 3px 15px;
        font-size: 1.4rem;
    }

    .Report__TopicTitle {
        margin-top: 32px;
        font-size: 3.2rem;
    }

    .Report__contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:0 30px;
        margin-top: 64px;

    }

    .Report__contents:last-of-type {
        margin-top: 80px;
        flex-direction: row-reverse;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:0 30px;
    }

    .Report__writeImg {
        margin-top: 0;
        max-width: 570px;
        border-radius: 8px;
    }

    .Report__txtMain {
        font-size: 1.6rem;
    }

    .Report__txt {
        font-size: 1.6rem;
        max-width: 570px;
    }

    .Report__txt:first-of-type {
        margin-top: 30px;
    }

    .Report__txt {
        margin-top: 24px;
    }

    .Report__txt:last-of-type {
        margin-top: 24px;
        margin-bottom: 30px;
    }

    .Btn {
        margin: 64px auto 0;
    }
} 

/* Report1.2.3__Pc */
@media screen and (min-width: 1023px) {

    .Report__Topic {
        margin: 0 auto;
        max-width: 1390px;
    }

    .Report__writedate {
        font-size: 1.6rem;
    }

    .Report__tag {
        padding: 3px 15px;
        font-size: 1.4rem;
    }

    .Report__TopicTitle {
        margin-top: 32px;
        font-size: 3.2rem;
    }

    .Report__contents {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap:0 30px;
        margin-top: 64px;

    }

    .Report__contents:last-of-type {
        margin-top: 80px;
        flex-direction: row-reverse;
    }

    .Report__writeImg {
        margin-top: 0;
        max-width: 50%;
        border-radius: 8px;
    }

    .Report__txt {
        font-size: 1.6rem;
        max-width: 570px;
    }

    .Report__txt:first-of-type {
        margin-top: 0px;
    }

    .Report__txt:nth-of-type(2) {
        margin-top: 24px;
    }

    .Report__txt:last-of-type {
        margin-top: 24px;
        margin-bottom: 30px;
    }

    .Btn {
        margin: 64px auto 0;
    }
}