@charset "utf-8";
/*
Theme Name: 公益社団法人 相模原青年会議所
Author: Kotaro Saito
Description:  公益社団法人 相模原青年会議所のテーマ
version: 1.0.0
*/

/*common
-----------------------------------------------------------------------------------------*/
html,body{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: rgba(55, 57, 63, 1);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
}

.font-sc {
  font-family: "Alumni Sans SC", sans-serif;
  font-style: italic;
}

.font-shippori {
	font-family: "Shippori Mincho", serif;
}

.font-caudex {
	font-family: "Caudex", serif;
}

.font-pinyon {
	font-family: "Pinyon Script", cursive;
}

p{
	text-align: left;
	line-height: 1.8;
}

@media screen and (min-width:768px) {
.sp{
	display: none;
}
}

@media screen and (max-width:767px) {
.pc{
	display: none;
}

html,body{
	font-size: 14px;
}
}


/*header
-----------------------------------------------------------------------------------------*/
.header-top{
	padding: 25px 50px;
	/* align-items: center; */
	gap: 50px;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.header-logo{
	width: 350px;
}

.header-color{
	gap: 20px;
}

.header-blue{
	background-color: rgba(32, 180, 188, 1);
	width: 180px;
	padding: 10px;
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
	border-radius: 10px;
}

.header-red{
	background-color: rgba(228, 0, 119, 1);
	width: 180px;
	padding: 10px;
	color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	display: inline-block;
}

.header-link{
	gap: 30px;
	justify-content: end;
}

.header-link a{
	position: relative;
	font-weight: 500;
	color: rgba(35, 35, 35, 1);
}

.header-link a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(35, 35, 35, 0.7);
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
}

.header-link a:hover::after {
    transform: scale(1, 1);
}

.header-icom-flex{
	gap: 30px;
	justify-content: flex-end;
	margin-bottom: 10px;
	align-items: center;

}

.icom-img{
	width: 40px;
}

.icom-flex{
	gap: 20px;
}

.sp-navigation{
	display: none;
}

.header-anniversary-top{
	position: absolute;
	z-index: 100;
	right: 50px;
	top: 20px;
}

.header-color-anniversary{
	justify-content: flex-end;
}

.header-link-anniversary{
	justify-content: flex-end;
	margin-top: 10px;
}

.header-link-anniversary a{
	color: rgba(255, 255, 255, 1);
}

.footer-anniversary-color:hover,.footer-anniversary:hover{
	box-shadow: unset;
	transform: translate(4px,4px);
}

.header-blue:hover{
	background-color: rgba(255, 255, 255, 1);
	color: rgba(32, 180, 188, 1);
}

.header-red:hover{
	background-color: rgba(255, 255, 255, 1);
	color: rgba(228, 0, 119, 1);
}


@media screen and (max-width:1400px) {
	.header-link {
		gap: 20px;
	}

	.header-top {
		padding: 25px 20px;
		gap: 30px;
	}

	.header-logo {
    width: 300px;
}
}

@media screen and (max-width:1200px) {
	.header-link{
		display: none;
	}

	.header-top {
        padding: 15px 20px;
    }

	.sp-navigation{
		display: block;
	}

	.header-blue {
		width: 150px;
	}

	.header-red{
		width: 150px;
	}

	.header-color{
		margin-right: 50px;
		justify-content: normal;
	}

	.icom-flex {
		display: none;
	}

	.header-icom-flex {
    gap: 20px;
	}

	button.drawer-hamburger{
		background-color: rgba(255, 255, 255, 1);
		padding: 20px 15px 30px;
		z-index: 999;
	}

	ul.drawer-menu {
		padding-top: 70px;
	}

	.drawer--right.drawer-open button.drawer-hamburger {
		right: 0;
	}

	a.drawer-menu-item {
		padding: 0 0 15px 0;
	}
}

@media screen and (max-width:1023px) {
	.icom-flex{
		display: none;
	}

	.drawer-icom-flex{
		gap: 20px;
		padding: 20px 30px;
	}

	.drawer-icom-flex a{
		width: calc((100% - 20px *2)/3);
	}
}

@media screen and (max-width:767px) {
	.header-color{
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		z-index: 100;
		gap: 0;
		justify-content: space-between;
		width: 95%;
	}

	.header-blue,.header-red {
        width: 49%;
    }

	.header-logo {
        width: 250px;
    }

	button.drawer-hamburger{
		padding: 10px 15px 22px;
	}

}

/*footer
-----------------------------------------------------------------------------------------*/
.footer-top{
	position: relative;
	margin-top: 150px;
}

.footer-forth{
	width: 30%;
	position: absolute;
	top: 130px;
	left: 100px;
}

.footer-contact{
	position: absolute;
	top: 37%;
	right: 130px;
	width: 350px;
	font-size: 5.3rem;
	font-weight: 600;
	border-radius: 20px;
	padding: 50px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(228, 0, 119, 1);
}

.footer-contact:hover{
	color: rgba(228, 0, 119, 1);
	background-color: rgba(255, 255, 255, 1);
}

.footer-logo-top{
	width: 80%;
	margin: auto;
}

.footer-logo{
	width: 40%;
	margin: 0 auto 35px 0;
}

.footer-flex{
	text-align: left;
	justify-content: space-between;
	width: 80%;
	margin: auto;
	line-height: 2;
}

.footer-link-flex{
	gap: 60px;
}

.footer-link a{
	display: block;
	color: rgba(55, 57, 63, 1);
	position: relative;
	width: fit-content;
}

.footer-img-flex{
	gap: 30px;
	justify-content: center;
	margin: 60px 0 50px;
}

.footer-img{
	width: 70px;
}

div.copy-right{
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	padding: 30px 0;
	background-color: rgba(55, 57, 63, 1);
}

.footer-sp-flex{
	display: none;
}


.footer-link a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(55, 57, 63, 0.8);
    bottom: 0px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
}

.footer-link a:hover::after {
    transform: scale(1, 1);
}



@media screen and (max-width:1200px) {
	.footer-link-pc{
		display: none;
	}

	.footer-contact {
		top: 25%;
		right: 50px;
	}

	.footer-top {
		margin-top: 20px;
	}

}

@media screen and (max-width:1023px) {
	.footer-contact {
		top: 250px;
		right: 50px;
		padding: 20px;
		width: 300px;
	}

	.footer-forth {
		width: 35%;
		left: 30px;
		top: 50px;
	}

	.footer-logo {
		width: 55%;
	}

	.footer-logo-top {
		width: 100%;
	}

	.footer-flex {
    width: 90%;
	}

	
}

@media screen and (max-width:767px) {
	.footer-bg{
		height: 300px;
	}

	.footer-forth {
        width: 50%;
        left: 20px;
    }

	.footer-contact {
		top: 180px;
		right: 20px;
		padding: 10px;
		width: 200px;
		font-size: 4rem;
	}

	.footer-logo {
		width: 85%;
		margin-bottom: 20px;
	}

	.footer-flex {
		width: 100%;
	}

	.footer-img-flex {
		gap: 9px;
		margin: 20px 0;
	}

	.footer-img {
		width: 45px;
	}

	div.copy-right {
		padding: 15px 0 65px;
	}

	.footer-link{
		display: none;
	}

	.footer-sp-flex{
		display: flex;
		gap: 30px;
		margin-top: 20px;
	}

	.footer-sp-flex a{
		display: block;
		color: rgba(55, 57, 63, 1);
	}

}

/*事業案内
-----------------------------------------------------------------------------------------*/
.home-text-up{
	font-size: 2rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(239, 88, 125, 1);
	padding: 25px;
	margin-bottom: 50px;
}

.home-list-up{
	gap: 50px;
}

.hone-img-up{
	width: 40%;
}

.home-right{
	width: 50%;
	text-align: left;
}

.home-title-up{
	font-size: 1.5rem;
	font-weight: 500;
	margin: 10px 0 30px;
	align-items: flex-start;
}

.hone-img-up img{
	object-fit: contain;
}

.home-report{
	width: 120px;
	font-weight: 500;
	background-color: rgba(229, 120, 155, 1);
	color: rgba(255, 255, 255, 1);
	padding: 5px;
	text-align: center;
}

.home-flex{
	margin-bottom: 50px;
	align-items: flex-start;
	gap: 25px;
}

.home-text-right{
	width: calc(100% - 120px - 25px);
}

.home-link{
	text-align: center;
}

.home-text{
	color: rgba(0, 169, 178, 1);
	background-color: rgba(214, 253, 255, 1);
}

.home-box{
	gap: 100px 30px;
}

.home-list{
	width: calc((100% - 30px*2)/3);
}

.hone-img img{
	object-fit: contain;
	height: 100%;
}

.home-ymd{
	font-size: 0.9rem;
	color: rgba(55, 57, 63, 1);
	margin-top: 30px;
}

.home-title{
	font-weight: 500;
	text-align: left;
	color: rgba(55, 57, 63, 1);
	margin-top: 10px;
}

.home-top{
	padding-bottom: 100px;
}

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

	.home-right {
		width: 55%;
	}

	.home-list-up {
		gap: 30px;
	}
}


@media screen and (max-width:767px) {
	.home-text-up {
		padding: 5px;
		margin-bottom: 10px;
	}

	.hone-img-up {
		width: 80%;
		margin: auto;
	}

	.hone-img-up img {
		height: auto;
	}

	.home-right{
		width: 100%;
	}

	.home-text-right{
		width: 100%;
	}

	.home-report-sp{
		width: 100%;
	}

	.home-list-up {
        gap: 15px;
    }

	.home-title-up {
		margin: 5px 0 15px;
	}

	.home-flex {
		margin-bottom: 15px;
		gap: 10px;
	}

	.home-box{
		gap: 25px;
	}

	.home-list{
		width: calc((100% - 20px)/2);
	}

	.home-ymd {
		margin-top: 5px;
	}

	.home-title{
		margin-top: 5px;
	}
}

/*single事業案内
-----------------------------------------------------------------------------------------*/
.single-home-top{
	text-align: left;
}

.single-home-img{
	width: 55%;
	margin: auto;
}

.single-home-img img{
	height: 100%;
}

.single-home-text{
	margin: 25px 0 50px;
}

.single-home-red{
	margin-top: 100px;
	text-align: center;
}

.single-home-flex{
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
}

.single-home-link{
	width: 180px;
	border-radius: 10px;
	text-align: center;
}

.single-home-arrow a{
	position: relative;
	color: rgba(55, 57, 63, 1);
}

.single-home-arrow a::after{
	background-image: url("./images/single-left.png");
	width: 30px;
	height: 30px;
	position: absolute;
	content: '';
	top: 0px;
	left: -50px;
	background-size: contain;
}

.single-home-left{
	margin-left: 50px;
}

.single-home-right a{
	margin-right: 50px;
}

.single-home-right a::after{
	background-image: url("./images/single-right.png");
	left: auto;
	right: -50px;
}

.single-link{
	margin-top: 0;
}



@media screen and (max-width:767px) {
	.single-home-img {
		width: 70%;
	}

	.single-home-text {
		margin: 10px 0 20px;
	}

	.single-home-red {
		margin-top: 30px
	}

	.single-home-flex {
		margin-top: 30px;
	}


	.single-home-arrow {
		width: 130px;
	}

	.single-home-link{
		margin: 20px auto 0;
	}

	.single-home-arrow a::after {
		top: -3px;
	}

}



/*事業報告
-----------------------------------------------------------------------------------------*/
.report-img img{
	object-fit: cover;
	height: 300px;
}
	
.side-contents{
	padding: 10px;
	width: 300px;
	margin: 0 0 100px auto;
	gap: 20px;
	border: 1px solid rgba(237, 237, 237, 1);
	border-radius: 20px;
}

@media screen and (max-width:1023px) {
	.report-list{
		width: 46%;
	}
}

@media screen and (max-width:767px) {
	.report-list{
		width: 100%;
	}

}


/*single事業報告
-----------------------------------------------------------------------------------------*/
.single-report{
	text-align: left;
}

.single-report-sub{
	font-size: 2.1rem;
	font-weight: 500; 
	margin-bottom: 80px
}

.single-report-acf{
	font-size: 1.1rem;
	margin: 25px 0 50px;
}


.single-report-flex{
	gap: 35px;
}
.single-report-box{
	width: calc((100% - 35px)/2);
	margin-top: 50px;
}

.single-report-top{
	padding-top: 0;
}

.single-report-title{
	font-size: 1.1rem;
	margin-top: 15px;
}

.single-report-text{
	font-size: 1.1rem;
	margin-top: 50px;
}

.single-report-one{
	margin: 50px auto;
}

@media screen and (max-width:767px) {
	.single-report-sub {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}

	.single-report-acf {
		margin: 10px 0 20px;
	}

	.single-report-flex{
		gap: 10px;
	}

	.single-report-box {
		width: calc((100% - 10px) / 2);
		margin-top: 15px;
	}

	.single-report-title {
		margin-top: 10px;
	}

	.single-report-text {
		font-size: 1rem;
		margin-top: 20px;
	}

	.single-report-one{
		width: 100%;
	}
}

/*役員紹介
-----------------------------------------------------------------------------------------*/
.member-flower-top{
	position: relative;
}

.member-flower{
	top: -50px;
}

.member-box-flex{
	gap: 100px 30px;
}

.member-list{
	width: calc((100% - 30px*3)/4);
}

.member-post{
	color: rgba(0, 169, 178, 1);
	border: 1px solid rgba(55, 57, 63, 1);
	padding: 15px;
	margin-bottom:  10px;

}

.member-img img{
	height: auto;
	object-fit: cover;
	aspect-ratio: 351/382;
}

.member-box{
	color: rgba(55, 57, 63, 1);
	margin-top: 20px;
}

.member-ruby{
	font-size: 0.9rem;
}

.member-name-box{
	justify-content: center;
	align-items: center;
}

.member-name{
	font-size: 1.3rem;
	font-weight: 500;
}

.member-age{
	font-size: 0.9rem;
	margin-left: 10px;
}

.member-flower-top2{
	margin-top: 100px;
}

.member-img{
	position: relative;
	border: 1px solid rgba(55, 57, 63, 1);
}

.name-english{
	position: absolute;
	bottom: 45px;
	left: 1px;
	width: 90%;
	font-size: 2rem;
	font-weight: 500;
	padding-left: 5px;
	text-align: left;
	background-image: url("./images/name-english.jpg");
	color: rgba(255, 255, 255, 1);
}

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

	.contact-start-top{
		width: 100%;
	}
}
@media screen and (max-width:1230px) {
	.member-box-flex {
		gap: 50px 20px;
		justify-content: space-between;
	}

	.member-list {
		width: calc((100% - 20px * 2) / 3);
	}
}

@media screen and (max-width:1023px) {
		.member-list {
		width: calc((100% - 20px ) / 2);
	}

}


@media screen and (max-width:767px) {
	.member-list{
		width: 100%;
	}

	.member-box-flex {
		gap: 20px 10px;
	}

	.member-post{
		padding: 10px;
	}
}

/*single役員紹介
-----------------------------------------------------------------------------------------*/
.singer-message-flex{
	background-image: url("./images/about-rainbow.png");
	color: rgba(228, 0, 119, 1);
	padding: 30px 70px;
	align-items: center;
	width: 70%;
	background-position-x: right;
}

.singer-member-post{
	font-size: 1.1rem;
	text-align: left;
	width: 290px;
}

.singer-member-right{
	padding-left: 50px;
	text-align: left;
}

.singer-member-ruby{
	font-weight: 500;
}

.singer-member-name{
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 5px; 
	line-height: 1;
}

.singer-member-box{
	gap: 100px;
	justify-content: space-between;
	align-items: end;
	margin-top: 100px;
}

.singer-member-table{
	width: 60%;
	border: 1px solid rgba(55, 57, 63, 1);
	border-bottom: none;
}

.singer-member-table th,.singer-member-table td{
	border-bottom: 1px solid rgba(55, 57, 63, 1);
	font-size: 1.1rem;
	text-align: left;
}

.singer-member-table th{
	background-color: rgba(229, 120, 155, 1);
	color: rgba(255, 255, 255, 1);
	width: 270px;
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, 1);
}

.singer-member-table td{
	padding: 25px 30px;
	border: 1px solid rgba(229, 120, 155, 1);
}

.singer-member-img{
	width: 30%;
	position: relative;
	box-shadow: 10px 4px 10px rgba(217, 165, 187, 0.3);
}

.singer-member-img::after{
	position: absolute;
	content: '';
	width: 120%;
	height: 125%;
	top: -13px;
	left: -35px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center; 
	z-index: -1;
	background-image: url("./images/member-img.png");
}

.singer-member-img img{
	object-fit: contain;
	height: auto;
}

.singer-member-check{
	margin-top: 100px;
	background-color: rgba(229, 120, 155, 1);
	padding: 20px 50px;
	text-align: left;

}

.about-check-title{
	color: rgba(255, 255, 255, 1);
	font-size: 1.5rem;
	font-family: 500;
	vertical-align: middle;

}

.singer-member-text{
	padding: 20px 50px 0;
	text-align: left;
}

.member-homepage{
	border-bottom: 1px solid rgba(55, 57, 63, 1);
	color: rgba(55, 57, 63, 1);
}

@media screen and (max-width:1200px) {
	.singer-message-flex {
		padding: 20px 50px;
	}

	.singer-member-box {
		gap: 80px;
	}
}

@media screen and (max-width:1023px) {
	.singer-message-flex {
		width: 85%;
		padding-left: 20px;
	}

	.singer-member-post {
		width: 250px;
	}

	.singer-member-right {
		padding-left: 20px;
	}

	.singer-member-table {
		width: 100%;
		order: 2;
	}

	.singer-member-img {
		width: 40%;
		margin: auto;
		order: 1;
	}
}



@media screen and (max-width:767px) {
	.singer-message-flex{
		width: 100%;
	}

	.singer-member-right{
		padding: 15px 0 0 ;
	}

	.singer-member-img {
        width: 80%;
	}

	.singer-member-box {
		gap: 30px;
		margin-top: 20px;
	}

	.singer-member-table th, .singer-member-table td {
		display: block;
	}

	.singer-member-table th{
		width: 100%;
		padding: 15px;
	}

	.singer-member-table td {
		padding: 20px;
	}

.singer-member-check {
		margin-top: 20px;
		padding: 15px
	}

	.flower-img-middle{
		vertical-align: middle;
	}
}


/*404
-----------------------------------------------------------------------------------------*/
div.error-message{
	font-size: 150%;
}

@media screen and (max-width:767px) {
div.error-message{
	font-size: 120%;
}
}
