@charset "utf-8";

/* The TOYAMA Chamber of Commerce & Industry
-----------------------------------------------------*/

#top-main {
	background: #F7F8DA;
}

#global-nav {
	display: none;
}
#top-nav {
	padding-bottom: 30px;
}

@media screen and (max-width: 700px) {
	#global-nav {
		display: block;
	}
}


#main-visual {
	margin-top: -30px;
	margin-bottom: 25px;
}
#main-visual img {
	width: 100%;
}
#main-visual .item {
	margin: 0 20px;
	border-radius: 60px;
	border: 6px solid #218770;
	overflow: hidden;
}

@media screen and (max-width: 1100px) {
	#main-visual {
		margin-top: -10px;
	}
}

@media screen and (max-width: 700px) {
	#main-visual {
		margin-top: 0px;
		padding-top: 10px;
	}
	#main-visual .item {
		margin: 0 0px;
		border-radius: 30px;
		border-width: 3px;
	}
	#main-visual .item img {
		
	}
}

/* slickの最初のちらつき解消に役立つかも */
.slider {
	opacity: 0;
	transition: .8s ease-in;
}
.slider.slick-initialized {
	opacity: 1;
}


/* ==============================================
    slick style
============================================== */
.slick-dots li button::before {
	font-size: 12px;
	color: #bbb;
	opacity: 1;
	transition: .4s;
}
.slick-dots li.slick-active button::before {
	color: #000;
}
/*.slick-dots li button:hover::before {
	opacity: 0.8;
}*/

.slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
	margin-top: 0px;
	z-index: 10;
}
.slick-prev:before,
.slick-next:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #218770;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border-radius: 50%;
	opacity: 1;
	transition: .4s;
}

.slick-prev:before {
	background-image: url("image/arrow1_w.svg");
	transform: rotate(180deg);
}
.slick-next:before {
	background-image: url("image/arrow1_w.svg");
}
.slick-prev {
    left: 10%;
}
[dir='rtl'] .slick-prev {
    right: 10%;
    left: auto;
}
.slick-next {
    right: 10%;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 10%;
}
@media screen and (max-width: 700px) {
	.slick-prev,
	.slick-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.slick-prev:before,
	.slick-next:before {
		width: 30px;
		height: 30px;
	}
}


#main-visual .slick-prev {
    left: 10%;
}
#main-visual [dir='rtl'] .slick-prev {
    right: 10%;
    left: auto;
}
#main-visual .slick-next {
    right: 10%;
}
#main-visual [dir='rtl'] .slick-next {
    right: auto;
    left: 10%;
}
@media screen and (max-width: 1400px) {
	#main-visual .slick-prev {
		left: 5%;
	}
	#main-visual [dir='rtl'] .slick-prev {
		right: 5%;
		left: auto;
	}
	#main-visual .slick-next {
		right: 5%;
	}
	#main-visual [dir='rtl'] .slick-next {
		right: auto;
		left: 5%;
	}
}


/* ==============================================
    bannerArea
============================================== */
.banner-area {
	padding: 60px 0;
}
.banner-area ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.banner-area li {
	margin: 5px 5px;
}
.banner-area li a {
	
}
.banner-area li img {
	
}


.banner-area1 {
	background: #E0F5F6;
	padding: 40px 0;
}
.banner-area2 {
	background: #fff;
}
.banner-area3 {
	background: #DFF4F5;
}

.banner-area2 li {
	margin: 10px 15px;
}
.banner-area3 li {
	margin: 10px 15px;
}



.banner-area3 h3 {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
	color: #1e1e1e;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.banner-area3 h3::before,
.banner-area3 h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #CBCBCB;
	flex: 1;
}
.banner-area3 h3::before {
	margin-right: 50px;
}
.banner-area3 h3::after {
	margin-left: 50px;
}



@media screen and (max-width: 700px) {
	.banner-area .inner {
		width: 100%;
	}
	.banner-area li {
		width: 48%;
		text-align: center;
		margin: 10px 1% !important;
	}
	.banner-area3 li {
		width: 29.3333%;
	}
	
	.banner-area3 h3 {
		font-size: 21px;
		letter-spacing: 0;
	}
	.banner-area3 h3::before {
		margin-right: 5px;
	}
	.banner-area3 h3::after {
		margin-left: 5px;
	}
}

/* ==============================================
    common
============================================== */
main section {
	padding: 40px 0 50px 0;
}
main section .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
main section .ttl strong {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	color: #218770;
	letter-spacing: 0.1em;
	position: relative;
}
main section .ttl span.icon {
	width: 90px;
	height: 90px;
	margin-right: 20px;
}
main section .ttl strong::after {
	content: "";
	display: inline-block;
	background: #FFF352;
	width: calc(100% + 140px);
	height: 34px;
	position: absolute;
	bottom: -10px;
	left: -125px;
	z-index: -1;
}

.ttl2 {
	text-align: center;
	margin-bottom: 50px;
}
.ttl2 strong {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: #218770;
	padding: 15px 80px;
	border-radius: 14px;
	background: #fff352;
	display: inline-block;
}

@media screen and (max-width: 700px) {
	main section .ttl {
		flex-direction: column;
		margin-top: -10px;
		margin-bottom: 30px;
	}
	main section .ttl strong {
		font-size: 24px;
	}
	main section .ttl span.icon {
		width: 90px;
		height: 90px;
		margin-right: 0px;
	}
	main section .ttl strong::after {
		bottom: -15px;
		left: -20px;
		width: calc(100% + 40px);
		height: 28px;
	}
	
	.ttl2 strong {
		font-size: 24px;
		padding: 15px 10px;
		display: block;
	}
}

.btn_list {
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

	
/* ==============================================
    event-section
============================================== */
.event-section .ttl {
	margin-bottom: 40px;
}

.event-section .slick-list {
	/*overflow: visible;*/
	padding-top: 30px !important;
}

ul.event-archive.event-slider  {
	
}

ul.event-archive.event-slider li {
	margin: 0 10px 30px;
}


.event-slider .slick-prev {
    left: -60px;
}
.event-slider [dir='rtl'] .slick-prev {
    right: -60px;
    left: auto;
}
.event-slider .slick-next {
    right: -60px;
}
.event-slider [dir='rtl'] .slick-next {
    right: auto;
    left: -60px;
}
.event-slider .slick-prev:before,
.event-slider .slick-next:before {
	background-color: #fff;
	border: 1px solid #218770;
}
.event-slider .slick-prev:before {
	background-image: url("image/arrow1_g.svg");
	transform: rotate(180deg);
}
.event-slider .slick-next:before {
	background-image: url("image/arrow1_g.svg");
}

@media screen and (max-width: 1300px) {
	.event-section .inner {
		width: 100%;
	}
	.event-section {
		margin-left: 60px;
		margin-right: 60px;
	}
	.event-slider .slick-prev {
		left: -50px;
	}
	.event-slider [dir='rtl'] .slick-prev {
		right: -50px;
		left: auto;
	}
	.event-slider .slick-next {
		right: -50px;
	}
	.event-slider [dir='rtl'] .slick-next {
		right: auto;
		left: -50px;
	}
}


@media screen and (max-width: 700px) {
	.event-section {
		margin-left: 0;
		margin-right: 0;
	}
	.event-slider .slick-prev {
		left: 2%;
	}
	.event-slider [dir='rtl'] .slick-prev {
		right: 2%;
		left: auto;
	}
	.event-slider .slick-next {
		right: 2%;
	}
	.event-slider [dir='rtl'] .slick-next {
		right: auto;
		left: 2%;
	}
	
	.event-slider .slick-slide {
		opacity: 0.3;
	}
	.event-slider .slick-current {
		opacity: 1;
	}
}

/* ==============================================
    news-section
============================================== */
.news-section {
	background: #E0F5F6;
	margin-bottom: 70px;
}


/* ==============================================
    use-section
============================================== */
.use-section {
	background: url("image/top_use_bg.jpg") no-repeat center top / cover;
	min-height: 650px;
}

.use-section .inner {
	width: 1100px;
}
@media screen and (max-width: 1200px) {
	.use-section .inner {
		width: 96%;
	}
}


.use-section nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.use-section nav ul::after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}
.use-section nav li {
	width: 31%;
	margin-bottom: 30px;
}
.use-section nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 120px;
	height: 100%;
	border-radius: 16px;
	background: rgba(255,255,255,0.9);
	box-shadow: 3px 8px 0px #fa9f1c;
	transition: .2s;
}
.use-section nav li a:hover {
	opacity: 1;
	text-decoration: none;
}

.use-section nav li a strong {
	font-family: var(--font-rounded);
	font-weight: 700;
	font-size: 21px;
	line-height: 1.1;
	color: #218770;
	text-align: center;
	display: block;
	padding: 0 5px 5px;
}

@media (hover: hover) {
	.use-section nav li a:hover {
		transform: translateY(6px);
		box-shadow: 3px 2px 0px #fa9f1c;
	}
}


@media screen and (max-width: 700px) {
	.use-section nav li {
		width: 48%;
	}
	.use-section nav li a strong {
		font-size: 18px;
	}
}

/* ==============================================
    join-section
============================================== */
.join-section {
	background: #DFF4F5;
}
.join-section .inner {
	width: 1000px;
	display: flex;
	justify-content: space-between;
}
.join-section .title {
	width: 420px;
	margin-right: 30px;
}
.join-section .title h2 {
	position: relative;
	z-index: 1;
}



.join-section .title h2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 240px;
	border-radius: 30px;
	background: #218770;
	box-shadow: 3px 8px 0px #dedede;
	font-weight: 700;
	font-size: 1.5em;;
	text-align: center;
	color: #fff352;
	position: relative;
	transition: .2s;
}

.join-section .title h2 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	width: calc(100% - 20px);
	height: 220px;
	border-radius: 25px;
	background: transparent;
	border: 1px solid #fff352;
	
}

.join-section .title h2 span.icon {
	width: 80px;
	height: 80px;
}

.join-section .title h2 a:hover {
    opacity: 1;
	text-decoration: none;
}

@media (hover: hover) {
	.join-section .title h2 a:hover {
		transform: translateY(6px);
		box-shadow: 3px 2px 0px #dedede;
	}
}
.join-section nav {
	
}
.join-section nav ul {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
}
.join-section nav li {
	width: 48.5%;
	margin-bottom: 22px;
}
.join-section nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 110px;
	height: 100%;
	padding: 5px;
	border-radius: 16px;
	background: rgba(255,255,255,1);
	box-shadow: 3px 8px 0px #dedede;
	transition: .2s;
}
.join-section nav li a:hover {
	text-decoration: none;
	opacity: 1;
}
.join-section nav li a strong {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.25;
	color: #000;
	text-align: center;
}

.join-section nav span.icon {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

@media (hover: hover) {
	.join-section nav li a:hover {
		transform: translateY(6px);
		box-shadow: 3px 2px 0px #dedede;
	}
}

@media screen and (max-width: 1000px) {
	.join-section .inner {
		width: 90%;
		flex-direction: column;
	}
	.join-section .title {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.join-section .title h2 a {
		height: 180px;
	}
	.join-section .title h2 a::before {
		height: 160px;
	}
	.join-section nav li a {
		flex-direction: column;
	}
	.join-section nav span.icon {
		width: 80px;
		height: 80px;
		margin-right: 0px;
	}
}
