@charset "UTF-8";

.main-catch::after {
  background: #45a86d;
}

/* ------- タブ切り替え ------- */
.tab__area{
    width: 100%;
}
.tab__list{
    display: table;
    margin: 0 auto;
    width: 100%;
    zoom: 1;
    table-layout: fixed;
    border-spacing: 0;
}
.tab__item{
    display: table-cell;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 24%;
    margin-right: .8%;
}
.tab__item a{
    display: block;
    padding: 0.75rem 0.5rem;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 3px solid #45a86d;
    color: #45a86d;
    font-size: 1.4rem;
    font-weight: 800;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tab__item a:hover{
    background-color: #fff;
}
.tab__item a.selected{
    background-color: #45a86d;
    color: #fff;
}

@media (min-width: 768px) {
	.sec2 .tab__item div, .sec2 .tab__item p {
		display: inline-block;
		width: auto;
	}
	.tab__item a{
		padding: 1.25rem 0.5rem;
	}

}
@media (max-width: 768px) {

    .tab__item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

}
/* ------- タブ切り替え ------- */

.flow-arrow {
    height: 50px;
}

table {
	width: 100%;
}
th {
	vertical-align: top;
}
.com-map {
	height: 300px;
}
.b-ra-black {
	border: solid 1px #000;
	border-radius: 10px;
}
.in-year {
    padding: 5px 10px;
    background: #45a86d;
    color: #fff;
}
.Fbtn03 {
    width: 100%;
    display: inline-block;
    transition: all 0.6s ease 0s;
}
.Fbtn03:hover {
    background: #45a86d;
    transition: all 0.6s ease 0s;
}






#purpose , #mission , #vision , #value {
	scroll-margin-top: 80px;
}



/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {


}



