@charset "utf-8";

#top-contents {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
.main-fig {
    width: 260px;
    transform: rotate(15deg);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
}
.main-wrap-in {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 815px) {

	.main-wrap-in {
		display: block;
	}
	.main-fig {
		width: 190px;
	}	
}

/*  */
#open-text {
    font-family: var(--font-mincho);
    border: solid 1px #eee;
    box-shadow: 0 0 13px -10px #222;
    width: 48%;
    padding: 50px;
    margin-left: 2%;
    position: relative;
}
#open-text h2 {
	font-size: 36px;
	color: var(--main-color);
}
#open-text p {
	text-align: center;
	position: relative;
	margin-top: 20px;
}
#open-text p span {
	background: #fff;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
#open-text p:after {
	content:'';
	width: 100%;
	border-bottom: solid 1px var(--main-color);
	position: absolute;
	bottom: 13px;
	left: 0;
}
#open-text .text {
    opacity: 0.5;
    width: 28%;
    transform: rotate(8deg);
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 815px) {

	#open-text {
		width: 100%;
		padding: 25px 20px;
		margin-left: 0;
		margin-bottom: 30px;
	}
	#open-text h2 {
		font-size: 25px;
	}
	#open-text p:after {
		bottom: 12px;
	}
	#open-text p span {
		padding: 0 5px;
	}

}



/* incho */
#incho {
    width: 48%;
	position: relative;
	z-index: 1;
}
#incho:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url("../img/home/bg02.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 80px;
    bottom: -15px;
    z-index: -1;
}

.incho-in {
    display: flex;
    justify-content: space-between;
}
.incho-in .img {
    width: 35%;
    height: 100%;
    padding: 7px;
    background: #fff;
    overflow: hidden;
    border-radius: 1000px;
    border: solid 1px #eee;
    box-shadow: 0 0 13px -10px #222;
}
.incho-in .info {
    width: 60%;
    position: relative;
    padding-bottom: 80px;
}
.incho-in .info h3 {
    display: inline-block;
    color: var(--main-color);
    letter-spacing: 1px;
    padding-bottom: 7px;
    border-bottom: solid 1px;
}
.incho-in .info .info-desc {
    margin-top: 30px;
	line-height: 1.6;
}
.incho-in .info .pos-fig {
    opacity: 0.5;
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 815px) {

	#incho {
		width: 100%;
	}
	#incho:after {
		height: 80%;
		background-size: 100% 100%;
		left: 40px;
		bottom: 10%;
	}
	.incho-in .info .pos-fig {
		width: 120px;
	}
	.incho-in .info h3 {
		font-size: 12px;
	}
}


/**/
.footer-wrap {
    margin-top: 50px;
}
.footer-wrap-in {
    display: flex;
    justify-content: space-between;
}


/**/

#gb-footer {
	width: 50%;
}
#gb-footer .inner {
	max-width: 100%;
	padding: 0;
}
.footer-address {
    line-height: 1.6
}
.footer-tel a {
    font-size: 30px;
}
.footer-tel i {
    width: 32px;
    height: 32px;
}
.footer-info02 {
    font-size: 14px;
    margin-top: 5px;
	line-height: 1.6;
}
.footer-time {
    margin-top: 10px;
}
.footer-time table {
    font-size: 14px;
}
.footer-access {
    width: 52%;
}
.footer-time table .sub {
    font-size: 13px;
    padding: 5px;
}

.copyright {
	margin-top: 30px;
}

@media (max-width: 815px) {

	.footer-wrap-in {
		display: block;
	}
	#gb-footer {
		width: 100%;
		margin-top: 80px;
	}
	.footer-access {
		width: 100%;
	}

}


/* column */
#footer-column {
	width: 45%;
}
#footer-column .cmn-title {
    text-align: left;
    margin-bottom: 30px;
}
#footer-column .cmn-title h2 {
    font-size: 32px;
}
#footer-column .cmn-title p {
    margin-top: 10px;
}

.column__list {
    display: flex;
    flex-wrap: wrap;
}
.column__list >li {
    width: 48%;
	margin: 0 0 20px 4%;
}
.column__list >li:nth-child(2n+1) {
	margin-left: 0;
}
.column__list a {
    display: flex;
    justify-content: space-between;
    color: var(--base-color);
}
.column__list a .img {
    width: 40%;
}
.column__list a .info {
    width: 55%;
}
.column-date {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 1;
}
.column-title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.column-category span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 3px 20px;
	margin-right: 5px;
	border-radius: 1000px;
	background: var(--main-color);
}

.more {
    margin-top: 10px;
}
.more a {
    font-size: 14px;
}

@media (max-width: 815px) {

	#footer-column {
		width: 100%;
	}
	.column__list {
		display: block;
	}
	.column__list >li {
		width: 100%;
		margin: 0 auto 20px;
	}
	.more {
		margin-top: 30px;
	}
}



