@charset "utf8";
/* ==========================
common
============================ */
html{
    font-size: 62.5%;
}

body{
    font-family:
     "Zen Kaku Gothic Antique",
     Arial,
     sans-serif;
    font-style: normal;
    color: #2f2f2f;
    background-color: #fff;
    line-height: 1.5;
}

img{
    max-width: 100%;
    height: auto;
}
h2{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}
h3{
    font-size: 1.8rem;
    font-weight: 400;
}
p{
    font-size: 1.7em;
}

/* ==========================
header
============================ */
.icon a {
    display: flex;
    align-items: center;
    width: 250px; 
    text-align: left;
}
.header-logo {
    width: 60px;
    height: auto;
    margin-right: 8px;
}
.header-logo-txt{
    font-size: 1.5rem;
}
.navsp_img {
    width: 200px;
    height: auto;
    margin-left: 12px;
    margin-bottom: 17px;
}
.header-top,
.header__set{
    display: flex;
}
.header__item{
    font-size: 1.6rem;
}
.header__btn{
    display: block;
    flex-shrink: 0;
    cursor: pointer;
    margin: 17px 1.5% ;
    height: 30px;
}
.header-1,
.nav__header{
    display: flex;
    justify-content: space-between;
}

/* ==========================
navの初期表示
============================ */
.nav{
    background: rgba(255, 255, 255, 0.90);
    width: 100%;
    height: 100vh;
    position:fixed;
    padding: 10px 5%;
    top:0;
    left:0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}
.nav__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav__list{
    margin-top: 66px;
}
.nav__item{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1; 
    margin-top: 55px;
}
.nav__item img{
    display: inline-block;
    vertical-align: 2px;
    margin-right: 24px;
}
.nav.active{
    transform: translateX(0);
}
.header__icon{
    height: 30px;
    width: 30px;
}
.nav__txt {
    display: flex;
    align-items: center;   
    gap: 0.5em;          
}

/* ==========================
header PC
============================ */
@media screen and (min-width: 769px) {
    .icon a {
        display: flex;
        align-items: center;
        width: 370px; 
        text-align: left;
    }
    .header-logo {
        width: 60px;
        height: auto;
        margin-right: 8px;
    }
    .nav {
        background: transparent;
        width: 100%;
        height: auto;
        margin-right: 3%;
        position: static;
        transform: none;
        display: flex; 
        align-items: center;
        z-index: auto;
        justify-content: center;
        padding: 0;
    }
    .nav__header {
        padding: 0;
        margin-right: 30px; 
    }

    .header__btn {
        display: none;
    }

    .nav__list {
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        align-items: center;
    }

    .nav__item {
        margin: 0 24px 0 0; 
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
    }
    .nav__item:last-child {
        margin-right: 0;
    }

    .navsp_img {
        display: none;
    }
    .header-sp{
        display: flex;
    }
    .btn_announce_top{
        margin-top: 15px;
    }
}
/* ==========================
MV
============================ */
.main_margin{
    margin: 10px 5%;
}
.mainImg {
    position: relative;
    display: block;
    margin-left: -5%;
    margin-left: -5%;
    width: 100vw; 
}
.mainImg__sp {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.MV-txt {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    width: 100%;
    margin: 0;
    padding: 0 1em;
    line-height: 1.2;
}
/* ==========================
MV pc
============================ */
@media screen and (min-width: 769px) {
    .MV-txt{
        font-size: 3.0rem;
        top: 30%;
    }
    .mainImg__sp{
        height: 500px;
    }
}
/* ==========================
ソーシャルワーカーってどんなことをする職業なの？
============================ */
.Toptxt{
    margin-top: 50px;
}
.Toptxt-Q{
    padding:20px 20% 8px 20%;
}
.Toptxt-A{
    margin: 0 8% 35px 8%;
}
.A_photo{
    width: 140px;
    height: 140px;
    margin: 0;
} 
.active_ttl{
    margin: 28px 20% 32px 20%;
}
.active_txt{
    margin: 0 8% 35px 8%;
}
.A_photo_top{
    text-align: center;
}

/* ==========================
活動内容　pc
============================ */
@media screen and (min-width: 769px) {
    .A_photo {
        width: 200px;
        height: 200px;
        margin: 5px 1% 5px;
    }
    .A_photo_top{
    margin: 20px 8% 9px 8%;
    }

}

/* ==========================
活動内容
============================ */
.active__total{
    margin: 0 auto;
    margin-top: 90px;
}
.cicle{
    width: 18px;
    height: 18px;
    margin-left: 8%;
}
.active_smallttl{
    display: flex;
}
.active_smallttl_ttl{
    margin-left: 13px;
    position: relative;
    top: -5px;
}
.active_smallttl_txt{
    margin: 4px 8% 30px 8%;
}
.slider_soukai .soukaiimg {
    display: none;
    width: 300px;
    height: auto;
}
.slider_soukai .soukaiimg.active {
    display: block;
}
.soukaiimg{
    margin: 0px auto;
    width: 297px;
    height: 224px;
}
.active_smalltxt{
    margin: 0 8% 35px 8%;
}

/* ==========================
活動内容　pc
============================ */
@media screen and (min-width: 769px) {
    .active__pc{
        display: flex;
        justify-content: center;
    }
    .soukaiimg{
        margin: 40px 10% 40px 10%;
        margin-right: 100px;
    }
    .activtopic__pc{
        display: flex;
        width: 641px;
        height: 360px;
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
        flex-shrink: 0;
    }
    .slider_soukai{
        text-align: center;
    }

}
/* ==========================
年会費
============================ */
.money {
    background-color:#b3d4ea;
    border-radius: 23px;
    min-height: 340px;
    margin: 0 auto;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 24px 24px 24px; 
    box-sizing: border-box;
}
.money_ttl {
    margin-bottom: 24px;
}
.money_txt {
    margin-bottom: 24px;
}
.btn_entry {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: bold;
    background-color: #F1F1F1;
    padding: 9px 26px;
    border-radius: 5px;
}
/* ==========================
お知らせ
============================ */
time{
    font-size: 1.4rem;
    font-weight: bold;
}
.time_total{
    margin-top: 24px;
}
.announce_txt{
    margin-bottom: 25px;
}
.btn_announce{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: bold;
    background-color: #4584B7;
    color: #FFF;;
    padding: 9px 26px;
    border-radius: 5px;
}
/* ==========================
pc 年会費とお知らせ
============================ */
@media screen and (min-width: 769px) {
    .pcdiv{
        display: flex;
        justify-content: center;
    }
    .money{
        margin: 65px 10px 0 10px;
        width: 375px; 
    }
}
/* ==========================
会員情報　求人情報
============================ */
.menber__ttl{
    margin-top: 100px;
}
.menber{
    margin: 30px 27% 0;
}
.menber_txt{
    margin: 15px 8% 30px;
    text-align: center;
}
.btn_announce_top{
    text-align: center;
    margin-bottom: 23px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 85px; /* 画像の高さに合わせる */
    position: relative;
  }
  
.marquee__track {
    display: flex;
    width: max-content;
    animation: marquee 12s linear infinite;
  }
  
.marquee__track img {
    width: 120px;
    height: 85px;
    object-fit: cover;
    margin-right: 8px; /* 画像の間隔はお好みで */
  }
  
  /* アニメーションの定義 */
@keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
}

/* ==========================
pc 会員情報　求人情報
============================ */
@media screen and (min-width: 769px) {
    .marquee{
        height: 180px;
    }
    .marquee__track img{
        width: 220px;
        height: 180px;
    }
}
/* ==========================
footer
============================ */
.footer{
    margin-top: 100px;
}
.footer__link{
    text-align: center;
}
.linkimg{
    margin-top: 20px;
    margin-right: 5px;
}
.footer_ttl{
    margin-bottom: 11px;
    margin-top: 30px;
}
.address{
    display: flex;
    margin: 20px 24%;
    align-items: center;
}
.address_txt{
    margin-left: 20px;
}
/* ==========================
footer  pc
============================ */
@media screen and (min-width: 769px) {
    .footer__pc{
        display: flex;
    }
    .footer__link{
        width: 65%;
        margin: 0 auto;
    }
}