@charset "UTF-8";

html {
    font-size: 62.5%;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}
body {
		font-family:
            "Noto Serif JP",
            serif;
		font-style: normal;
		color: #1E1E1E;
        background-color: #FBF9F6;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}

/* --------------------------------------
common
-----------------------------------------*/
.title {
    font-size: clamp(22px, 2.8vw, 32px);
    /* font-size: 3.2rem; */
    font-weight: 600;
    line-height: 1.9;
    letter-spacing: 0.03em;
    color: #373737;
    position: relative;
    display: inline-block;
}

.title::before {
    content: '';
    display: block;
    width: 168px;
    height: 155px;
    background: url(../img/title-img.png) no-repeat center / cover;
    position: absolute;
    top: -35%;
    left: -22%;
    z-index: -1;
}

.title-en {
    font-family: "mina", serif;
    font-size: clamp(40px, 6.5vw, 100px);
    background: linear-gradient(90deg, rgba(226, 221, 192, 0.5) 0%, rgba(171, 236, 214, 0.5) 100%);
    -webkit-background-clip: text;
    color: transparent;
    padding: 20px;
    line-height: 1.5;
}

.wrapper {
    width: 100%;
    max-width: 1060px;
    padding: 0 60px;
    margin: 0 auto;
}

.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 768px){

    h2.title {
        display: block;
        padding: 0;
    }

    h2.title::before {
        width: 118px;
        height: 105px;
        top: -53%;
        left: -10%;
    }

    .title-en {
        padding: 10px;
    }

    .wrapper {
        padding: 0 40px;
    }

}

/* --------------------------------------
header
-----------------------------------------*/
.logo {
    width: 100%;
    max-width: 235px;
    line-height: 0;
    position: relative;
    top: 40px;
    left: 40px;
    z-index: 10;
    filter: drop-shadow(1px 1px 0 #EEF3ED);
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .logo {
        max-width: 150px;
        top: 20px;
        left: 20px;
    }
}

/* --------------------------------------
mainvisual
-----------------------------------------*/
.mainvisual {
    height: 920px;
    margin-top: -40px;
    background: url(../img/mainvisual.jpg) no-repeat center /cover;
    position: relative;
}

/* .mainvisual::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/top-deco3.png) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    animation: decoration 5s ease infinite;
}
.mainvisual::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/top-deco2.png) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
    animation: decoration2 5s ease infinite;
}

@keyframes decoration {
    0% {
        opacity:1
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75%{
        opacity: 1;
    }
    100% {
        opacity:1;
    }
}
@keyframes decoration2 {
    0% {
        opacity:0
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    100% {
        opacity:0;
    }
} */

.hero-text,
.hero-text2 {
    opacity: 0;
    transform: translateY(20px); 
    animation: fadeUp 1.5s ease forwards;
    animation-delay: 0.5s;
}

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

.txtanim1,
.txtanim2,
.txtanim3,
.txtanim4,
.txtanim5,
.txtanim6,
.txtanim7,
.txtanim8,
.txtanim9,
.txtanim10,
.txtanim11,
.txtanim12,
.txtanim13,
.txtanim14,
.txtanim15,
.txtanim16 {
    opacity: 0;
    display: inline-block;
    animation: fadeIn 1.6s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.txtanim1 {
    animation-delay: 1.5s;
}
.txtanim2 {
    animation-delay: 1.6s;
}
.txtanim3 {
    animation-delay: 1.7s;
}   
.txtanim4 {
    animation-delay: 1.8s;
}
.txtanim5 {
    animation-delay: 1.9s;
}
.txtanim6 {
    animation-delay: 2s;
}
.txtanim7 {
    animation-delay: 2.1s;
}
.txtanim8 {
    animation-delay: 2.2s;
}
.txtanim9 {
    animation-delay: 2.3s;
}
.txtanim10 {
    animation-delay: 2.4s;
}
.txtanim11 {
    animation-delay: 2.5s;
}
.txtanim12 {
    animation-delay: 2.6s;
}
.txtanim13 {
    animation-delay: 2.7s;
}
.txtanim14 {
    animation-delay: 2.8s;
}
.txtanim15 {
    animation-delay: 2.9s;
}
.txtanim16 {
    animation-delay: 3s;
}

.mainvisual p:first-child {
    font-size: clamp(20px, 3.6vw, 42px);
    /* font-size: 4.2rem; */
    line-height: 2.4;
    letter-spacing: 0.08em;
    color: #fff;
    filter: drop-shadow(0px 0px 10px #99BFB2);
    position: absolute;
    top: 180px;
    left: 5%;
    z-index:10;
}

.strong {
    margin-left: -0.09em;
    margin-right: 0.15em;
    letter-spacing: 0;
    font-size: clamp(32px, 6.2vw, 68px);
    /* font-size: 7.2rem; */
    font-weight: 600;
    color:#fff;
    font-style: Italic;
    line-height: 1;
}

/* .spbr {
    display: none;
} */

.mainvisual p:nth-child(2) {
    font-family: "mina";
    font-size: clamp(60px, 11vw, 128px);
    /* font-size: 12.8rem; */
    line-height: 0.8;
    color: #fff;
    position: absolute;
    bottom: 250px;
    right: 15%;
    z-index:10;
}

.mainvisual p:nth-child(3) {
    font-family: "mina";
    font-size: clamp(24px, 4.1vw, 48px);
    /* font-size: 4.8rem; */
    color: #fff;
    line-height: 2;
    position: absolute;
    bottom: 100px;
    right: 8%;
    z-index: 10;
}

.wave {
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .mainvisual {
        height: 600px;
        margin-top: -40px;
        background: url(../img/mainvisual-sp2.jpg) no-repeat right / cover;
    }

    .mainvisual p:first-child {
        top: 80px;
        left: 5%;
        line-height: 2;
    }

    .spbr {
        display: block;
    }

    .mainvisual p:nth-child(2) {
        bottom: 110px;
    }

    .mainvisual p:nth-child(3) {
        bottom: 40px;
        right: 5%;
    }
}


/* --------------------------------------
message
-----------------------------------------*/
.message {
    padding: 120px 0 90px;
}

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

.message .title {
    width: 46%;
}

.content p {
    width: 52%;
    font-size: clamp(14px, 1.8vw, 16px);
    /* font-size: 1.6rem; */
    line-height: 2.5;
    letter-spacing: 0.05em;
}

.message ul {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    gap: 4%;
}

.message ul li {
    /* width: 18%; */
    min-width: 250px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #338736;
    position: relative;
    padding: 100px;
}

.message ul li:nth-of-type(1) {
    background: url(../img/about-1.png) no-repeat center / cover;
}
.message ul li:nth-of-type(2) {
    background: url(../img/about-2.png) no-repeat center / cover;
}
.message ul li:nth-of-type(3) {
    background: url(../img/about-3.png) no-repeat center / cover;
}

.message .txt {
    font-size: 3.2rem;
    letter-spacing: 1.9;
    letter-spacing: 0.03em;
    color: #338736;
    font-weight: 600;
    margin-top: 110px;
    text-align: center;
}

@media screen and (max-width: 768px){
    .message {
        padding: 60px 0 60px;
    }

    .content {
        flex-direction: column;
    }

    .message .title {
        width: auto;
        padding: 10px 0 0 0;
    }

    .content p {
        width: 100%;
        margin-top: 30px;
        line-height: 2.2;
        text-align: left;
    }


    .message .title-en {
        display: inline-block;
        font-family: "mina", serif;
        font-size: clamp(40px, 10.6vw, 100px);
        background: linear-gradient(90deg, rgba(226, 221, 192, 0.5) 0%, rgba(171, 236, 214, 0.5) 100%);
        -webkit-background-clip: text;
        color: transparent;
        margin-top: 0;
    }

    .message ul {
        margin-top: 0;
        gap: 4%;
    }

    .message ul li {
        min-width: 80px;
        font-size: 1.6rem;
        padding: 40px 20px;
    }


    .message .txt {
        font-size: 2rem;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    
}


/* --------------------------------------
images
-----------------------------------------*/
.images {
    background: url(../img/images-bg.jpg) no-repeat center / cover;
    height: 850px;
    position: relative;
}

.scroll-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.scroll-content {
    display: flex;
    align-items: center;
    position: relative;
    will-change: transform;
    align-items: center;
}

.scroll-content img {
    height: auto;
    /* max-height: 200px; */
    width: auto;
    flex-shrink: 0;
    object-fit: contain;
    margin-right: 20px; /* 画像間の余白 */
    border-radius: 10px;
}

.images .title-en {
    /* text-align: right;
    padding: 10px 10% 10px 10px; */
    position: absolute;
    bottom: -100px;;
    right: 12%;
    z-index: 20;
}

@media screen and (max-width: 768px){
    .images {
        height: 400px
    }
    .scroll-content img {
        max-height: 150px;
    }

    .images .title-en {
        bottom: -50px;
        right: 5%;

    }

}


/* --------------------------------------
works
-----------------------------------------*/
.works {
    position: relative;
    padding: 70px 0 0 0;

}

.works::after {
    content: '';
    display: block;
    width: 230px;
    height: 230px;
    background: url(../img/message-deco.png) no-repeat center / cover;
    position: absolute;
    bottom: -100px;
    right: 10%;
    z-index: -1;
}



.works .content {
    margin-top: 70px;
}

.works .title {
    width: 45%;
}

.works p span {
    color: #EC008C;
}

@media screen and (max-width: 768px) {

    .works .content {
        margin-top: 0;
}

    .works .title {
        width: 100%;
    }

    .works::after {
        width: 130px;
        height: 130px;
        bottom: -50px;
        right: 5%;
        z-index: -10;
    }

    .works .title-en {
        top: -30px;
    }
}

/* --------------------------------------
task
-----------------------------------------*/
.task {
    padding: 90px 0 50px;
    position: relative;
}

.task::before {
    content: '';
    width: 350px;
    height: 220px;
    background: url(../img/day-deco-right.png) no-repeat center / cover;
    position: absolute;
    bottom: 380px;
    right: 5%;
    z-index: -1;
}
.task::after {
    content: '';
    width: 360px;
    height: 270px;
    background: url(../img/day-deco-left.png) no-repeat center / cover;
    position: absolute;
    bottom: 50px;
    left: 5%;
    z-index: -1;
}

.task .content {
    margin-top: 70px;
}

.task .title {
    width: 45%;
}

.task span.red {
    color: #EC008C;
}

.task span.parag {
    display: block;
    margin-top: 20px;
}

.task img {
    border-radius: 10px;
    z-index: 10;
}

.task ul {
    max-width: 880px;
    padding: 0 20px;
    margin: 0 auto 50px auto;
}

.item-list {
    position: relative;
    padding: 50px 0;
    margin-top: 90px;
    
}

.item-list::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 85vw;
    height: 100%;
    background-color: #EEF3ED; 
    border-radius: 20px 0 0 20px;
    z-index: -10;
}

@media screen and (max-width: 1200px){
    .item-list::before {
        width: 100vw;
        height: 100%;
        border-radius: 0;
    }

}


.item {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    /* height: 280px; */
    gap: 20px;
    position: relative;
}

.item .txt-area {
    width: 62%;
    line-height: 2.7;
    color: #338736;
}

.item::before {
    content: '';
    width: 1px;
    height: calc(100% - 50px);
    background-color: #338736;
    position: absolute;
    top: 50px;
    left: 22px;

}

.item .img-area {
    max-width: 280px;
    
}

.item .img-area img {
    align-self: flex-end;
}

.task .text {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 2.7;
    padding: 0 5%;
    font-weight: 600;

}

.time {
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.txt-area .txt {
    padding-left: 35px;
    margin-left: 22px;
}

.txt-area .txt p:first-child {
    font-size: clamp(18px, 2.7vw, 32px);
    /* font-size: 3.2rem; */
    font-weight: 600;
    margin-top: 20px;
}

.txt-area .txt p:last-child {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 10px;
    color:#1E1E1E;
}

@media screen and (max-width: 768px) {
    .task {
        padding: 30px 0 30px;
        overflow: hidden;
    }
    .task .content {
        margin-top: 0;
    }

    .task .wrapper {
        padding: 0 40px;
    }

    .content p {
        margin-top: 20px;
    }

    .task .title {
        width: 100%;
        padding-top: 30px;
    }

    .task span.parag {
        margin-top: 15px;
    }

    .item {
        flex-direction:column;
    }

    .item-list {
        margin-top: 30px;
        padding: 10px 0 40px 0;
    }

    .item .txt-area {
        width: 100%;
    }

    .txt-area .txt {
        padding-left: 15px;
        margin-left: 22px;
    }


    .item .img-area {
        width: 100%;
        max-width: 150px;
        margin-left: 40px;
    }

    .time {
        font-size: 1.4rem;
    }

    .txt-area .txt p:first-child {
        margin-top: 0;
    }

    .txt-area .txt p:last-child {
        margin-top: 0;
        line-height: 1.8;
    }

    .item::before {
        content: '';
        width: 1px;
        height: calc(100% - 40px);
        background-color: #338736;
        position: absolute;
        top: 40px;
        left: 17px;
    }

    .task ul {
        padding: 0 20px;
    }

    .task .text {
        line-height: 2;
        font-size: 1.4rem;
        padding: 0 40px;
        text-align: left;
        font-weight: 600;
    }

    .task::before {
        width: 250px;
        height: 220px;
        bottom: 500px;
        right: -100px;
    }

    .task::after {
        width: 260px;
        height: 270px;
        bottom: 0;
        left: -100px;
        z-index:-1;
    }
    
}


/* --------------------------------------
appeal
-----------------------------------------*/
.appeal {
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
}

.appeal .title-en {
    text-align: right;
    padding: 0;
    line-height: 1.6;
}

.appeal .title-en:first-of-type {
    padding-right: 300px;
}
.appeal .title-en:last-of-type {
    padding-right: 5%;
}

.appeal img {
    border-radius: 20px;
}

.appeal .title {
    margin-left: 46%;
    padding: 30px;
    margin-bottom: 100px;
}

.appeal-box {
    margin-bottom: 80px;
    display: flex;
    gap: 40px;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto 80px auto;
}

.appeal-box-top {
    justify-content: flex-end;
}

.appeal-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    max-width: 440px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}

.appeal-item p:first-child {
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 600;
    color: #338736;
}

.appeal-item p:last-child {
    font-size: 1.4rem;
    line-height: 2.6;
    margin-top: 20px;
    text-align: left;
}


.top-img {
    position: absolute;
    max-width: 500px;
    width: 40vw;
    top: 180px;
    left: -50px;
    z-index:-10;
}

.middle-img {
    position: absolute;
    max-width: 400px;
    width: 30vw;
    bottom: 170px;
    right: 0;
    z-index: -10;
}

.bottom-img {
    position: absolute;
    max-width: 320px;
    width: 25vw;
    bottom: 0;
    left: 5%;
    z-index: -10;
}

.top-img-sp {
    display: none;
}

@media screen and (min-width: 769px){
    .appeal-item p.line1 {
        height: 2.8em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px){
    .appeal {
        position: relative;
        overflow: hidden;
        padding-bottom: 165px;
        text-align: center;
    }

    .appeal .title-en {
        text-align: right;
        padding: 0;
        line-height: 1.6;
    }

    .appeal .title-en:first-of-type {
        padding-right: 20%;
    }

    
    .appeal .title-en:last-of-type {
        padding-right: 10%;
    }

    .appeal .title {
        margin-bottom: 30px;
        margin-left: 0;
        padding: 10px;
        display: inline-block;
    }

    .appeal h2.title::before {
        top: -70%;
        left: -30%;
    }

    .appeal-box {
        margin-bottom: 80px;
        flex-direction: column;
        gap: 40px;
        padding: 0 40px;
        margin: 0 auto;
    }

    .appeal-box-top {
        justify-content: center;
    }

    .appeal-item {
        flex-direction: column;
        padding: 30px;
        max-width: 100%;
        width: 100%;
    }

    .appeal-item p:first-child {
        font-size: 2rem;
    }

    .appeal-item p:last-child {
        font-size: 1.4rem;
        line-height: 2;
    }

    .top-img {
        display: none;
    }

    .middle-img {
        width: 40vw;
        bottom: 0;
        right: 0;
    }

    .bottom-img {
        width: 30vw;
        bottom: 0;
        left: 5%;
    }

    .appeal-box-bottom {
        margin-top: 40px;
    }

    .top-img-sp {
        display: block;
        width: 50vw;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}


/* --------------------------------------
overview
-----------------------------------------*/
.overview {
    text-align: center;
    position: relative;
    padding: 100px 0 180px;
    overflow: hidden;
}

.overview::before {
    content: '';
    width: 400px;
    height: 413px;
    background: url(../img/overview-deco-right.png) no-repeat center / cover;
    position: absolute;
    bottom: 250px;
    right: 0px;
    z-index: -1;
}
.overview::after {
    content: '';
    width: 500px;
    height: 400px;
    background: url(../img/overview-deco-left.png) no-repeat center / cover;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: -1;
}

.overview .title {
    padding: 30px;
    margin-bottom: 50px;
}

.overview .title::before {
    top: -45%;
    left: -35%;
    z-index: -1;
}

.overview dl {
    max-width: 1060px;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.overview dt {
    width: 250px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
    color: #338736;
    background-color: #EEF3ED;
    padding: 20px 0 20px 30px;
    line-height: 3;
    letter-spacing: 0.03em;
    border-left: 1px solid #338736;
    border-top: 1px solid #338736;
    display: flex;
    align-items: center;
}

.overview dt:nth-last-of-type(1),
.overview dd:nth-last-of-type(1){
    border-bottom: 1px solid #338736;
}

.overview dd {
    width: calc(100% - 250px);
    font-size: 1.6rem;
    font-weight: 600;
    padding: 20px 0 20px 30px;
    text-align: left;
    line-height: 3;
    letter-spacing: 0.03em;
    border-left: 1px solid #338736;
    border-top: 1px solid #338736;
    border-right: 1px solid #338736;
}

.overview dd a {
    color: #338736;
    text-decoration: underline;
    transition: 0.3s;
}

.overview dd a:hover {
    text-decoration: none;
}

.overview .btn-apply {
    width: 365px;
    display: inline-block;
    background: linear-gradient(90deg, #94C3AE 0%, #99E38C 61%, #83C66B 100%);
    background-size: 200% 100%;
    /* background: linear-gradient(90deg, #94C3AE 0%, #83C66B 82.69%); */
    border-radius: 50px;
    padding: 20px 0 20px 80px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 2;
    margin-top: 80px;
    text-align: left;
    position: relative;
    z-index: 1;
    background-size: 200% 100%;
    transition: .2s
}

.overview .btn-apply:hover {
    background-position: 100% 0;
}


.overview .btn-apply::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 93px;
    transform: translateY(-50%) rotate(45deg)
}

.overview-wrapper p {
    margin-top: 80px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.5;
    letter-spacing: 0.03em;
}

.overview .btn-recruit {
    color: #338736;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.5;
    letter-spacing: 0.03em;
    text-decoration: underline;
    transition: 0.3s;
}

.overview .btn-recruit:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px){
    .overview {
        padding-bottom: 60px;
    }
    .overview .title {
        padding: 10px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .overview h2.title::before {
        top: -70%;
        left: -50%;
    }

    .overview::before {
        content: '';
        width: 150px;
        height: 163px;
        bottom: 250px;
        right: 0px;
    }

    .overview::after {
        content: '';
        width: 150px;
        height: 150px;
        bottom: 0;
        left: -50px;
    }

    .overview dl {
        padding: 0 20px;
    }

    .overview dt {
        width: 90px;
        padding: 10px 10px 10px 10px;
        font-size: 1.4rem;
        line-height: 2.2;
    }

    .overview dd {
        width: calc(100% - 90px);
        padding: 10px 10px 10px 10px;
        font-size: 1.4rem;
        line-height: 2.2;
    }

    .overview .btn-apply {
        width: 320px;
        padding: 15px 0;
        margin-top: 60px;
        font-size: 2rem;

        display: flex;
        justify-content: center;
        margin-inline: auto;
    }

    .overview .btn-apply::after {
            right: 70px;
    }

    .overview-wrapper p {
        margin-top: 60px;
        font-size: 1.8rem;
    }

    .overview .btn-recruit {
        font-size: 1.8rem;
    }

}


/* --------------------------------------
footer
-----------------------------------------*/
.footer {
    max-width: 1140px;
    padding: 0 20px 100px 20px;
    margin: 0 auto;
    color: #338736;
}

.footer ul {
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 50px;
    border-top: 1px solid #338736;
    border-bottom: 1px solid #338736;
}

.footer ul li {
    font-size: 1.4rem;
    font-weight: 2.6;
    letter-spacing: 0.05em;
    padding-left: 15px;
    position: relative;
}

.footer ul li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #338736;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer ul li a {
    display: block;
}

.info {
    margin-top: 75px;
}

.info .footer-logo {
    max-width: 352px;
    width: 100%;
    line-height: 0;
    margin-bottom: 25px;
}

.info .footer-logo a {
    display: block;
}

.info-txt {
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.03em;;
}

.copy {
    font-size: 1.4rem;
    line-height: 2.6;
    letter-spacing: 0.05em;
    margin-top: 25px;
    text-align: right;
}

@media screen and (max-width: 768px){
    .footer {
        padding: 0 20px 40px 20px;
    }
    .footer ul {
        padding: 20px 0;
        gap: 20px;
    }

    .info {
        margin-top: 40px;
    }

    .info .footer-logo {
        max-width: 150px;
        margin-bottom: 15px;
    }

    .info-txt {
        font-size: 1.4rem;
    }

    .copy {
        margin-top: 20px;
        font-size: 1.2rem;
    }
}


/* --------------------------------------
fixed
-----------------------------------------*/
.fixed {
    position: fixed;
    top: 140px;
    right: 5%;
    z-index: 100;
}

.fixed a {
    display: block;
    width: 100px;
    height: 100px;
    /* background: linear-gradient(90deg, #94C3AE 0%, #83C66B 82.69%); */
    background: linear-gradient(90deg, #94C3AE 0%, #99E38C 61%, #83C66B 100%);
    background-size: 200% 100%;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "EB Garamond", serif;
    font-size: 2.1rem;
    color: #fff;
    transition: .2s
}

.fixed a:hover {
    background-position: 100% 0;
}

@media screen and (max-width: 768px) {
    .fixed {
        top: auto;
        bottom: 40px;
        right: 4%;
    }

    .fixed a {
        width: 80px;
        height: 80px;
        font-size: 1.6rem;
    }
}






