@charset "UTF-8";

/* ----------------------------------
    共通
----------------------------------- */
body {
    font-family: 'zen-kaku-gothic-new', 'Meiryo', 'sans-serif';
    font-size: 15px;
    color: #fff;
    font-style: normal;
    max-width: 100%;
    margin: 0 auto;
    background-color: #001e42;
    overflow-x: hidden;

}

.spbr {
    display: none;
}

@media screen and (max-width: 780px) {
	.spbr {
    display: block;
}
}



h2 img {
    height: min(20vw, 80px);
    padding: 30px 0;
}

h3 {
    color: #9b8245;
    font-size: 25px;
}

h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}


.top_ttl {
	font-size: min(10vw, 45px);
    color: #FFF;
    margin-bottom: 10px;
}

.top_ttl2 {
    font-size: 20px;
    color: #FFF;
}

img {
    max-width: 100%;
    height: auto;
}



p {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    line-height: 1.7em;
    margin: 0;
}

ul {
    margin: 10px auto 0;
}

button {
    border: #9b8245 solid 2px;
    margin: 50px 0;
}

button a {
    color: #9b8245;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 80px 10px 50px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
}

button a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

button a:hover {
    background: #9b8245;
    color: #FFF;
}

button a:hover:after {
    right: 1.4rem;
}

@media screen and (max-width: 780px) {
    p {
        text-align: left;
    }

    button a {
        padding: 6px 50px 6px 40px;
    }
	
	#about h2 img {
		height: min(20vw, 80px);
	}
	
}

@media screen and (max-width: 580px) {
    button a {
        padding: 5px 40px 5px 15px;
    }
}

#vision,
#about,
#what,
#report,
#member,
#banner,
#contact,
#link,
.footer-info,
#greeting1,
#greeting2,
#organization-top,
#overview-top,
#overview-list,
#contact-top,
#activity-top,
#sitemap,
#report-top,
#report,
.sidebar-wrap,
#activity,
#movie {
    text-align: center;
    padding: 100px 7% 68px;
}




@media screen and (max-width: 480px) {
    body {
        padding: 0;
        overflow-x: hidden;
    }

    .spbr {
        display: block;
    }

    h2 img {
        padding: 0;
    }

    h3 {
        font-size: 25px;
    }
	
	#vision,
#about,
#what,
#report,
#member,
#banner,
#contact,
#link,
.footer-info,
#greeting1,
#greeting2,
#organization-top,
#overview-top,
#overview-list,
#contact-top,
#activity-top,
#sitemap,
#report-top,
#report,
.sidebar-wrap,
#activity,
#movie {
    text-align: center;
    padding: 50px 7% 68px;
}

}


/* フォント */
#shumaruR {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#shumaruB {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
}

#zenR {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#zenB {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 900;
    font-style: normal;
}

#min {
    font-family: "kozuka-mincho-pro", serif;
    font-weight: 400;
    font-style: normal;
}

#tra {
    font-family: "trajan-pro-3", serif;
    font-weight: 300;
    font-style: normal;
}



/* ヘッダー */
header {
    height: 12vw;
    max-height: 100px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

header .header_logo {
    margin: 10px auto;

}

header img {
    height: 100%;
}

.sticky {
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 60px;
    cursor: pointer;
}


/* ハンバーガーメニュー */
.hamburger {
    position: fixed;
    right: 0;
    z-index: 1000;
    height: 12vw;
    max-height: 100px;
    min-height: 50px;
    width: 12vw;
    max-width: 100px;
    background-color: #9b8245;
}




/* overlay-styles.css */
.hamburger-overlay {
    position: fixed;
    top: 28px;
    right: 33px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0;
}

.hamburger-overlay__line {
    position: absolute;
    left: 11px;
    width: 40px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) {
    top: 8px;
}

.hamburger-overlay__line:nth-of-type(2) {
    top: 20px;
}

.hamburger-overlay__line:nth-of-type(3) {
    top: 32px;
}

.hamburger-overlay.active .hamburger-overlay__line {
    background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
    transform: translateY(14px) rotate(-45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
    opacity: 0;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

.nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    background-color: rgba(0, 30, 50, 0.95);
    visibility: hidden;
    opacity: 0;
    transition: all .6s;
    z-index: 900;
}

.nav-overlay.active {
    visibility: visible;
    opacity: 1;
}

.nav-overlay__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.nav-overlay__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-overlay__item {
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}

.nav-overlay.active .nav-overlay__item {
    opacity: 1;
    transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item {
    transition-delay: 0.1s;
}


.nav-overlay__link {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: color .3s;
}

.nav-overlay__link:hover {
    color: #9b8245;
}

.nav-overlay__content #sitemap p {
    margin-top: 50px;
    font-size: 12px;
    opacity: 0.5;
}

@media screen and (max-width: 780px) {
    header {
        height: 50px;
    }

    header .header_logo {
        margin: 3px auto;
    }

    .hamburger {
        height: 50px;
        width: 50px;
    }

    .hamburger-overlay__line {
        width: 27px;
    }


    .hamburger-overlay__line:nth-of-type(1) {
        top: 12px;
    }

    .hamburger-overlay__line:nth-of-type(2) {
        top: 20px;
    }

    .hamburger-overlay__line:nth-of-type(3) {
        top: 28px;
    }

    .hamburger-overlay {
        top: 0px;
        right: 0px;
    }

    .nav-overlay {
        width: 100%;
        height: max(70vh, 500px);
    }

    .nav-overlay__content #sitemap p {
        font-size: 13px;
        text-align: center;
    }

    .nav-overlay__link {
        font-size: 15px;
        padding: 10px;
    }
}

/* keyvisual */
.kv {
    width: 100%;
    height: 55vw;
    position: relative;
}

.kv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.kv img {
    padding: 20px;
    position: absolute;
    width: 50vw;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 780px) {
	.kv {
		height: 70vh;
	}
	
	.kv img {
		width: 70vw;
	}
}

/* news */
#news {
    display: flex;
    justify-content: flex-end;
}

.news_inner {
    width: 60%;
    min-width: 740px;
    height: auto;
    padding: 20px 15px;
    display: flex;
    background-color: #e6e6e6;
    gap: 10px;
    margin-top: -3%;
    z-index: 10;
}


.news_inner .news_ttl {
    width: 100px;
    text-align: center;
}

.news_inner .news_detail {
    width: 100%;
    margin: 0;
    align-items: center;
}

.news_inner .news_detail li:first-child {
    border-bottom: #9b8245 dotted 2px;
    padding-bottom: 1em;
}

.news_inner .news_detail li:last-child {
    padding-top: 1em;
}

.news_inner .news_detail li a {
    display: flex;
    gap: 15px;
}

.news_detail .date {
    font-size: 15px;
	width: 75px;
    color: #999999;
}

.news_detail .news_cat {
    display: inline-block;
    background-color: #9b8245;
    color: #FFF;
    padding: 2px;
	width: 100px;
    text-align: center;
}

.news_detail .news_excerpt {
    font-family: "kozuka-mincho-pro", serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #202020;
    flex: 8;
}

@media screen and (max-width: 780px) {
    #news {
        padding: 50px 7% 0;
    }

    #news {
        display: block;
        text-align: center;
        padding: 50px 7% 0;
    }


    .news_inner {
        display: block;
        width: auto;
        min-width: auto;
        margin-top: auto;
    }

    .news_inner .news_ttl {
        width: auto;
        margin-bottom: 20px;
    }

    .news_inner .news_detail li a {
        display: block;
        text-align: center;
    }
	
	.news_detail .date {
		margin: 0 auto;
		width: 100%;
	}

    .news_detail .news_cat {
        margin: 6px 0;
    }

    .news_detail .news_excerpt {
        line-height: 1.5em;
        text-align: center;
    }

}


/* vision */
#vision {
    background-image: url(../img/bg_fukushima.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: min(40%, 500px);
}

.line {
    font-size: 40px;
    color: #9b8245;
    text-align: center;
}

#goal {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: left;
    align-items: center;
    margin: auto;
}

#goal li {
    padding-left: 20px;
}

#value {
    background-color: #9b8245;
    padding: 30px;
    text-align: center;
    max-width: 700px;
    margin: 40px auto;
}

#value h4 {
    font-size: 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
}

#value h4:before,
#value h4:after {
    border-top: 1px solid #fff;
    content: "";
    width: 30%;
}

#value h4:before {
    margin-right: 1em;
    /* 文字の右隣 */
}

#value h4:after {
    margin-left: 1em;
    /* 文字の左隣 */
}

#value p {
    font-size: 25px;
    line-height: 2em;
}

#value p span {
    font-size: 45px;
}

@media screen and (max-width: 780px) {
    #goal {
        display: block;
        text-align: center;
    }

    #goal img {
        width: max(30%, 15px);
        padding-bottom: 20px;
    }

    #value {
        padding: 15px;
        margin: 20px 0 0;
    }

    #value h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #zenR {
        font-size: 15px;
    }

    #value p {
        font-size: 14px;
		text-align: center;
    }

    #value p span {
        font-size: 25px;
    }
}


/* what's */
#what button {
    margin-bottom: 80px;
    border: #FFF solid 2px;
}

#what button a {
    color: #fff;
}


#what button a:hover {
    background: #fff;
    color: #9b8245;
}

#what button a:hover:after {
    right: 1.4rem;
}






/* スワイパー */
#Swiper {
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

#Swiper .swiper {
    margin-top: 50px;
    overflow: visible;
}


#Swiper .swiper-slide {
    opacity: .3;
    transform: scale(.9);
    transition: .7s;
}

#Swiper .swiper-slide article {
    height: auto;
    width: 100%;
}

#Swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

@media screen and (max-width: 780px) {
    #Swiper .swiper-slide article {
        display: block;
    }
}




/* ナビゲーションのカスタマイズ */
#Swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #111;
}


#Swiper [class^="swiper-button-"] {
    width: 200px;
}

#Swiper .swiper-button-next::after {
    content: url(../img/page2.svg);
    transform: scale(.7);
}

#Swiper .swiper-button-prev::after {
    content: url(../img/page1.svg);
    transform: scale(.7);
}


@media screen and (max-width: 780px) {
	#Swiper [class^="swiper-button-"] {
    width: 35px;
}
	#Swiper .swiper-button-next::after {
    transform: scale(0.5);
}
		#Swiper .swiper-button-prev::after {
    transform: scale(0.5);
}
}


/* swiper中身 */
.swiper-slide article {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.swiper-right {
    flex: 1;
}


.swiper-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-left {
    text-align: left;
    flex: 2;
    background-color: #9b8245;
    padding: 3vw;
    display: inline-grid;
    align-content: center;
}

.swiper h3 {
    color: #fff;
    margin: 0 0 20px 0;
}

.swiper h3::before {
    content: "";
    display: inline-block;
    background-image: url('../img/fcrc.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    margin: auto 10px auto 0;
}

.swiper dl div {
    margin-top: 15px;
    display: flex;
    line-height: 1.5em;
}

.swiper dl div dt {
    flex: 1;
    text-align: right;
}

.swiper dl div dd {
    flex: 8;
    margin-left: 20px;
}

.action {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.action h4 {
    text-align: center;
    align-content: center;
    flex: 4;
    height: 100%;
    border: #fff solid 1px;
}

.action ul {
    text-align: left;
    line-height: 2em;
    margin: 0 0 0 20px;
    flex: 5;
    font-size: 15px;
}


@media screen and (max-width: 780px) {
    .swiper-left {
        display: block;
        padding: 15px;
    }

    .swiper-right {
        display: none;
    }
	
	.action {
		display: block;
	}
	
	.action h4 {
		padding: 20px;
		margin-bottom: 10px;
	}
	
	.swiper dl div {
		display: block;
	}
	
	.swiper dl div dd {
		margin: 0;
	}
	
	.swiper dl div dt {
		text-align: left;
		border-bottom: dotted 0.5px;
		padding-bottom: 3px;
		margin-bottom: 3px;
		margin-top: 20px;
	}
	
	.swiper dl {
		margin: 10px;
	}
}

/* report */
#report .report_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.report_list a {
    width: calc(50% - 46px);
    flex-grow: 1;
}

.report_list-child {
    background-color: #FFF;
    color: #202020;
    display: flex;
    justify-content: space-between;
	margin-right: 30px;
}

h5 {
    font-family: "kozuka-mincho-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: max(1.7vw, 19px);
    margin: 10px auto;
    padding-bottom: 20px;
    line-height: 1.2em;
    border-bottom: #001e42 dotted 1px;
}

#report a .report_list-child p {
    color: #202020;
    font-size: max(1.5vw, 13px);
}


#report a .report_list-child .place {
    text-align: right;
}


#report a .report_list-child .report_list-date {
    font-size: 15px;
    color: #999999;
}

#report a .report_list-child:nth-child(2n) {
    margin: 0 0 20px 10px;
}

#report a .report_list-child img {
    width: 30%;
    object-fit: cover;
}

.thumb-info {
    text-align: left;
    width: 100%;
    padding: 0 10px 0 0;
    margin: 0;
}

@media screen and (max-width: 780px) {
    #report .report_list {
        display: block;
    }

    #report a .report_list-child {
        width: auto;
        margin: 0 0 20px 0;
    }

    #report a .report_list-child:nth-child(2n) {
        margin-left: 0;
    }
}




/* activity */
.activity_list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

#activity .activity_list {
	flex-wrap: nowrap;
}

.activity_list-child {
    background-color: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% / 2 - 10px);;
}

.activity_list-child .postpic img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
}

.activity_list-child .postpic {
	padding: 0;
}

.activity_list-child div {
    padding: 20px;
}

.activity_list-date {
    color: #999999;
    text-align: left;
}

.activity_list-ttl {
    color: #202020;
    text-align: left;
    padding-bottom: 10px;
    margin: 2px 0;
}

@media screen and (max-width: 780px) {
    .activity_list {
        display: block;
    }

    .activity_list-child {
        margin: 0 0 20px 0;
		width: 100%;
    }
}


.text {
    color: #202020;
    text-align: left;
    font-size: 13px;
}

#readmore {
    background-color: #9b8245;
    width: 100%;
    margin: 0;
    margin-bottom: 0;
    margin-top: auto;

}

#readmore a {
    color: #FFF;
    justify-content: flex-end;
    font-size: 13px;
    padding: 10px 30px 10px 10px;

}

#readmore a::after {
    right: 1rem;
}


#tag {
    background-color: #9b8245;
    color: #FFF;
    position: absolute;
    padding: 2px 5px;
    top: 20px;
    left: 20px;
}




/* movie */
#movie {
	text-align: center;
	margin: 0 auto 100px;
}

#movie iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
max-width: 900px;
display: block;
margin: auto;
}


/* member */
#member_sp {
    display: none;
}

#member {
    background-image: url(../img/bg_member.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

#member .member_child {
    text-align: center;
    flex: 1;

}

#member button {
    margin: 0;
}

#inversion {
    background: #9b8245;
}

#inversion a {
    color: #FFF;
    border: none;
    padding: 10px 80px 10px 50px;
}

#inversion a:hover {
    background: #FFF;
    color: #9b8245;
}



@media screen and (max-width: 780px) {
    #member {
        display: none;
    }

    #member_sp {
        display: block;
        text-align: center;
        padding: 100px 7% 68px;
        background-image: url(../img/bg_member.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #member_sp .m_pic {
        display: flex;
        margin-top: 50px;
        gap: 10px;
    }

    #member_sp button {
        margin: 10px 0;
    }

}


@media screen and (max-width: 450px) {
	#member_sp .m_pic {
		display: block;
}
}


/* contact */
#contact div {
    display: flex;
    margin: 70px auto;
    max-width: 1000px;
    gap: 40px;
}

@media screen and (max-width: 480px) {
    #contact div {
        display: block;
        gap: 20px;
    }

    #contact div img {
        margin-bottom: 20px;
    }
}

/* link */
#link {
    padding-top: 0;
    padding-bottom: 120px;
}

#link .link_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
    gap: 20px;
    justify-content: center;
}

#link .link_list a,
#link .other a {
    width: 30%;
	transition-duration: .4s;
}

#link .link_list a:hover {
	transform: scale(1.1);
}

#link .other a:hover {
	transform: scale(1.1);
}

#link .other {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

#link .other img {
    height: 150px;
}

#link .partner {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

#link .partner #partner_tag {
    display: inline-block;
    background-color: #9b8245;
    color: #FFF;
    padding: 2px 20px;
}

#link .partner a p:hover {
    color: #9b8245;
}


@media screen and (max-width: 780px) {
    #link .link_list {
        gap: 10px;
    }

    #link .link_list a {
        width: 48%;
    }

    #link .partner {
        display: block;
    }

    #link .partner p {
        text-align: center;
    }


}

@media screen and (max-width: 780px) {
    #link .partner #partner_tag {
        margin-bottom: 20px;
    }
}

/* banner */
#banner {
	background-color: #FFF;
	text-align: center;
}
#banner .banner-content {
    display: flex;
    justify-content: center;
    gap: 10px;
	max-width: 1000px;
	margin: 0 auto;
}

#banner .banner-content .banner_item {
    margin: 40px 0;
    text-align: center;
    flex: 1;
}

#banner .banner-content .banner_item img {
    height: 200px;
}

#banner #inversion {
    margin: 0;
    width: 100%;
    max-width: 300px;
}

@media screen and (max-width: 480px) {
    #banner .banner-content {
        gap: 0;
        display: block;
    }
}


/* ポップアップ */
#click-btn {
    background-color: #9b8245;
    color: white;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    max-width: 300px;
}

#click-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

#click-btn:hover {
    background: #FFF;
    color: #9b8245;
}

#click-btn:hover:after {
    right: 1.4rem;
}

#popup-wrapper {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#popup-inside {
    text-align: center;
    width: 60%;
    max-width: 1000px;
    background: rgba(255, 255, 255, 0.9);
    margin: 10% auto;
    padding: 20px;
    position: relative;
}

#popup-inside #message {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media screen and (max-width: 780px) {
	#popup-inside #message {
		display: block;
	}
	
	#popup-inside {
		width: 75%;
		padding: 10px;
	}
}


#message a {
    background: purple;
    color: white;
    text-decoration: none;
    padding: 6px 10px;
}

#banner .banner_item #message div img {
    height: auto;
}

#message div {
    width: 100%
}

#message h3 {
    color: #9b8245;
}

#message p {
    color: #202020;
    margin: 20px 0;
}

#message h3:before {
    content: none;
}

#message #close {
    color: #9b8245;
    cursor: pointer;
}

/* footer */
.footer-info {
    max-width: 1000px;
    display: flex;
    text-align: left;
    justify-content: space-between;
    margin: 0 auto;
}

.footer-info .footer-left img {
    width: 30%;
}

.footer-info .footer-left {
    gap: 20px;
    margin: auto 0;
}

footer h2 {
    color: #FFF;
    font-size: min(7vw, 42px);
    margin: 20px 0 0 0;
}

footer h3 {
    color: #FFF;
    font-size: 32px;
    margin: 10px 37px;
    line-height: 1em;
}

footer h3::before {
	content:'';
	background-image: url('../img/phone.svg');
	display: block;
	width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -31px;
    margin-left: -32px;
}

footer h3 span {
    font-size: 0.6em;
}

footer h3 a {
    color: #FFF;
}


footer h4 {
    font-size: 20px;
}

footer p {
    text-align: center;
}

footer .footer-info p {
    text-align: left;
    opacity: .7;
    margin: 20px auto;
}


@media screen and (max-width: 780px) {
    footer .footer-right iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
    }

    .footer-info {
        display: block;
        padding: 40px 7% 20px;
    }

    .footer-info .footer-left img {
        width: 50%;
    }
	footer .footer-info p {
		text-align: center;
	}
	
	.footer-left {
		text-align: center;
	}
	
	.footer-left h3 {
		display: inline-block;
	}
}


/* 歴代会長幹事 */
#organization-top {
    background-image: url(../img/bg_organization.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 福島中央ロータリークラブについて */
#overview-top {
    background-image: url(../img/bg_overview.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* お問い合わせ */
#contact-top {
    background-image: url(../img/bg_contact.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 活動報告 */
#activity-top {
    background-image: url(../img/bg_activity.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 例会会報 */
#report-top {
    background-image: url(../img/bg_report.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.report_list {
    width: 100%;
}

.report_list-child {
	background-color: #FFF;
    color: #202020;
    display: flex;
    margin: 0;
    width: calc(100% / 2 - 50px);
	gap: 20px;
	padding: 20px;
}


#report article .report_list-child .pdfemb-viewer .pdfemb-toolbar.pdfemb-toolbar-fixed,
#report_archive .report_list-child .pdfemb-viewer .pdfemb-toolbar.pdfemb-toolbar-fixed {
	display: none;
}

#report article .report_list-child a {
	width: 100%;
}


.report_list-child p {
    color: #202020;
    font-size:  min(3vw, 20px);
}

h5 {
    font-size: min(4vw, 25px);
}

.report_list-child .place {
    text-align: right;
}

.report_list-child .report_list-date {
    font-size:  min(3vw, 18px);;
    color: #999999;
}


.report_list-child img {
    width: 20%;
    object-fit: cover;
}

.thumb-info {
    text-align: left;
    width: 100%;
    padding: 0 10px 0 0;
    margin: 0;
}




/* TOP・アーカイブ用pdf出力 */
#report .pdfemb-viewer,
#report_archive .pdfemb-viewer {
	width: min(10vw, 140px) !important;
    height: min(14vw, 200px) !important;
}

#report_post .pdfemb-viewer {
	width: auto ;
    height: auto !important;
}

#report article {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#report article.archive {
	display: block;
}
#report article.archive .report_list-child {
	width: auto;
	margin: 0 20px 30px 0;
}

#activity .archive .activity_list-child {
	width: calc(100% / 2 - 15px);
}

@media screen and (max-width: 780px) {
    #report .report_list-child {
        width: auto;
        margin: 0 0 20px 0;
		display: block;
    }

    #report .report_list-child:nth-child(2n) {
        margin-left: 0;
    }
	
	#report .report_list-child .report_pdf {
		display: none;
	}
	
	#report article {
		display: block;
		padding: 1vw;
	}
	
	#report .report_list-child {
		padding: 3vw;
	}
	
}


/* member list */
#memberlist {
    text-align: center;
    padding: 10px 9% 70px;

}

.scroll-hint-icon {
  top: calc(10% - 25px)!important;
}

table {
	width: min(100%, 1000px);
	margin: 50px auto;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

table {
  counter-reset: rowCount;
}

table > tbody#count > tr {
  counter-increment: rowCount;
}

table > tbody#count > tr > td:first-child::before {
  content: counter(rowCount);
}

table th,
table td {
    padding: 10px 0 10px 10px;
    text-align: left;
    border-right: #FFF solid 1px;
}

table td {
    color: #202020;
    font-size: min(1.2vw, 14px);
}

table #hp {
    border: none;
    padding: 0;
}

table #hp img {
    width: 15px;
    margin: 0 0 -2px 7px;
}

table #no {
    text-align: center;
    padding: 10px 0;
}

table tr:nth-child(odd) {
    background-color: #ffffff;
}

table tr:nth-child(even) {
    background-color: #dbdfea;
}

#scroll thead tr:first-child {
    background-color: #9b8245;
}



@media screen and (max-width: 1200px) {
    .table-area {
	margin: 0 auto;
	overflow-x: scroll;
}
	
	#memberlist table {
	width: max(100vw, 700px);
}
table #scroll {
	width: 100%;
	min-width: 900px;
	margin: 5em auto 2em;
}
	
	table td {
    font-size: max(1.2vw, 14px);
}
}

/* committee */
#committee,
#history,
#membership {
    text-align: center;
    padding: 10px 9% 70px;
}

#history table th,
#history table td {
    text-align: center;
}

object {
    width: min(100%, 830px);
    aspect-ratio: 1 / 1.3;
    background: #fff;
}


/* history */
@media screen and (max-width: 1200px) {
#history table {
	width: max(100vw, 600px);
}
}

/* overview */
#overview-list table td img {
    width: 15px;
    margin-left: 5px;
}

#overview-list table tr th {
    background-color: #9b8245;
    font-size: 17px;
}

#overview-list table tr:first-child {
    background-color: #fff;
}

#overview-list table th,
#overview-list table td {
    text-align: left;
    border-right: none;
    border-bottom: #FFF dotted 1px;
    align-content: center;
    line-height: 1.5em;
}

#overview-list table tr th {
    padding: 35px;
    width: 130px;
    text-align: justify;
    text-align-last: justify;
}

#overview-list p {
    text-align: right;
}


@media screen and (max-width: 780px) {
	#overview-list table tbody tr th,
	#overview-list table tbody tr td {
		display: block;
		width: 84vw;
        text-align: center;
	}
	
	#overview-list table {
		width: 100%;
		margin-top: 50px;
	}
	
	#overview-list table tr {
		width: 100%;
	}
	
	#overview-list table tr th {
		padding: 8px;
		text-align-last: unset;
	}
}



/* 入会案内 */
#join {
    background-color: #9b8245;
    padding: 40px;
    margin-top: 90px;
}

#join .join_inner .left {
    flex: 3;

}

#join .join_inner .pic {
    flex: 1;
    object-fit: cover;
    margin: auto;
}

#join .join_inner .pic p {
    text-align: right;
    font-size: 13px;
}

#join h4 {
    font-size: 30px;
    margin-bottom: 20px;
}


.join_inner {
    display: flex;
    line-height: 1.5em;
    gap: 30px;
}

.join_inner .left {
    text-align: left;
}


@media screen and (max-width: 780px) {
	.join_inner {
		display: block;
	}
}

/* お問い合わせ */
#contact .form div {
    display: block;
    margin: 0;
    border: 0;
}

.cf7__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
    margin-top: 30px;
}

.cf7__list dt {
    width: 35%;
    padding-top: 15px;
    text-align: right;
}

.cf7__list dd {
    width: 50%;
}

@media screen and (max-width: 780px) {
	.cf7__list dd {
		margin-inline-start: 0;
	}
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
    margin-left: 15px;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px;
    vertical-align: 1px;
    border-radius: 5px;
}

.cf7__required {
    background: #BE1D1D;
}

.cf7__optional {
    background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
    width: 100%;
    padding: 15px 20px;
    background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
    position: relative;
}

.cf7__select:before {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    pointer-events: none;
    content: '';
}

.cf7__select select {
    width: 100%;
    padding: 19px 20px;
    background: #F4F4F4;
    color: #a5a5a5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
    display: block;
    padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
    display: block;
    margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
    margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
    cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 1px solid #bcbcbc;
    vertical-align: -3px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
    border: 1px solid #000;
    background: #000;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    left: 5px;
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

/* ラジオボタン */
input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
    content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
    color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
    color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
    color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
    padding-left: 72px;
    text-align: center;
}

input[type="submit"] {
    width: 260px;
    height: 60px;
    background: #000;
    color: #fff;
    transition: opacity .6s;
}

input[type="submit"]:hover {
    opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
    vertical-align: middle;
}

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

    .cf7__list dt {
        width: 100%;
        margin-bottom: 15px;
        padding-top: 0;
    }

    .cf7__list dd {
        width: 79vw;
    }

    .cf7__list dd:nth-of-type(n + 2) {
        margin-top: 0;
    }

    .cf7__list dd .wpcf7-checkbox,
    .cf7__list dd .wpcf7-radio {
        padding: 15px 0 0;
    }

    /* 送信ボタン */
    input[type="submit"] {
        width: 180px;
        height: 56px;
    }
	.cf7__button p {
		text-align: center;
	}

}

/* サイトマップ */
.ul_sitemap {
    display: flex;
    margin: 30px;
    justify-content: center;
    gap: 9vw;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.5em;
}

.ul_sitemap li {
    text-align: left;
}

.ul_sitemap li a,
.ul_sitemap li ul li a {
    color: #fff;
}

.ul_sitemap li a {
    font-size: 20px;
}

.ul_sitemap li ul li a {
    font-size: 17px;
    margin-left: 20px;
}


@media screen and (max-width: 780px) {
	.ul_sitemap{
		display: block;
	}
	
	.ul_sitemap div {
		margin-bottom: 30px;
	}
	
	.ul_sitemap div li {
		text-align: center;
	}
	
	.ul_sitemap li ul li a {
		margin-left: 0;
	}
}

/* ページネーションの汎用スタイル */
.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
	margin-top: 50px;
}
.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}
.nav-links li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #9b8245;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}
.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #9b8245;
}


/* 活動報告記事 */
.activity_post {
	text-align: left;
	margin-right: 20px;
}

.activity_post img {
	margin-top: 30px;
}

.activity_post div {
	display: flex;
}

.activity_post #tag {
	position: static;
	display:inline-block;
}

.activity_post .activity_post-date {
	margin-left: 20px;
}

.activity_post .activity_post-ttl {
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
}



.flex-btn {
	display: flex;
	justify-content: center;
	gap: 30px;
}


/* サイドバー用 */
.sidebar-wrap {
	display: flex;
	max-width: 1200px;
    margin: 0 auto;
}

.sidebar-wrap #sidebar-content {
	width: min(22vw,300px);
}

.sidebar-wrap .archive {
	flex: 1;
}
.sidebar-inner { 
	background-color: #dbdfea;
	padding: 20px;
}

#sidebar-content {
	margin-left: 20px;
}

#report_archive {
	display: block;
}
#activity_archive {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#report_archive .report_list-child {
	padding: 20px;
	margin-bottom: 30px;
	width: auto;
}

#report_archive .report_list-child a {
	width: 100%;
}

#sidebar .sidebar-inner h4 {
	text-align: center;
	background-color: #9b8245;
	padding: 7px;
	margin: 20px 0 10px 0;
}

#sidebar .sidebar-inner h4:first-child {
	margin: 0 0 10px 0;
}

#sidebar .sidebar-inner li a {
	text-decoration: none;
	line-height: 2em;
	color: #333333;
}



@media screen and (max-width: 1200px) {
	#report_archive .report_list-child .report_pdf {
		display: none;
	}
	.sidebar-wrap {
		display: block;
	}
	
	.sidebar-wrap #sidebar-content {
		width: 100%;
		margin: 30px 0 0 0;
	}
}

/* .sidebar-wrap,
.single-wrap {
	display: flex;
	max-width: 1200px;
    margin: 0 auto;
}

.sidebar-wrap #sidebar-content  {
	width: 30%;
}

.sidebar-wrap #activity,
.sidebar-wrap #report,
.sidebar-wrap #report_archive,
.sidebar-wrap #report_post {
	width: 80%;
	padding: 0;
}

#sidebar {
	background-color: #dbdfea;
	padding: 20px;
}

#sidebar .sidebar-inner h4 {
	text-align: center;
	background-color: #9b8245;
	padding: 7px;
	margin: 20px 0 10px 0;
}

#sidebar .sidebar-inner h4:first-child {
	margin: 0 0 10px 0;
}

#sidebar .sidebar-inner li a {
	text-decoration: none;
	line-height: 2em;
	color: #333333;
}

@media screen and (max-width: 780px) {
.sidebar-wrap, .single-wrap {
	display: block;
}
	.report_list-child {
		margin-right: 0;
	}
	
	
} */



/* 例会会報記事 */
#report_post {
	flex: 1;
}
#report_post .report_list-child {
	background-color: transparent;
	color: #fff;
	display: block;
	width: auto;
	padding: 0;
}

#report_post .report_list-child p {
	color: #fff;
}

#report_post .report_list-child p.place {
	text-align: right;
}

#report_post .report_list-child .report_list-ttl {
	border-bottom: 1px dotted #fff;
}

#report_post .report_list-child .report_pdf {
	margin-top: 30px;
}

#report_post .report_list-child .report_pdf button#all {
	width: 100%;
	font-family: "trajan-pro-3", serif;
    font-weight: 300;
    font-style: normal;
}

.pdfemb-viewer .pdfemb-toolbar.pdfemb-toolbar-fixed {
    display: flex;
}



