@charset "UTF-8";

.under_mv{
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.sec_title.sec_title--blue {
    color: #000;
    margin-top: 60px;
}
/*purepose*/
.pur_inner{
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    width: 100%;
    margin: 20px auto;
}

/*outline*/
.outline_inner {
    max-width: 850px;
    width: 90%;
    margin: auto;
}
.outline_table {
    width: 100%;
    border-top: 1px solid #63973F;
    margin-top: 53px;
}
.outline_table th {
    background: #F0FCE7;
    text-align: center;
    vertical-align: middle;
    color: #63973F;
    width: 154px;
    padding: 25px 0;
    border-bottom: 1px solid #63973F;
}
.outline_table td {
    padding: 25px 50px;
    background: #fff;
    border-bottom: 1px solid #63973F;
}
/*business*/
.business ul{
    max-width: 464px;
    margin:55px auto 60px;
}
.business li::before{
    content: '・';
    color: #63973F;
}
/*chart*/
.chart_img{
    max-width: 1024px;
    width: 100%;
    margin: 60px auto 0;
    box-shadow: 0px 0px 6px #00000029;
}
/*history*/
.history {
    padding: 40px 0;
}
.his_timeline {
    max-width: 850px;
    width: 90%;
    margin: auto;
    position: relative;
}
.his_timeline::before{
    content: ' ';
    height: 100%;
    position: absolute;
    top: 0;
    left: 150px;
    border-left: 4px dotted #C1C1C1;
}
.his_time {
    float: left;
    min-width: 150px;
    padding: 20px 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.his_time::before {
    content: ' ';
    display: block;
    width: 60px;
    height: 1px;
    background: #63973F;
    position: absolute;
    right: -33px;
}
.his_time::after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background: #63973F;
    border-radius: 50%;
    position: absolute;
    right: -7px;
}
.his_time.blank::before,.his_time.blank::after{
    display: none;
}
.his_event {
    margin-left: 150px;
    padding: 20px 0;
    padding-left: 50px;
    position: relative;
}
.era_outer{
    padding-top: 90px;
}
.his_era{
    background: transparent linear-gradient(117deg, #63973F 0%, #94C075 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    display: flex;
    width: 70px;
    height: 35px;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -32.5px;
}
.era_outer .his_era{
    top: auto;
    bottom: 0;
}
.history dl{
    margin-top: 53px;
}
/*bot_nav*/
.bot_nav {
    padding: 50px 0;
    background: #F0FCE7;
}
.bot_nav_list {
    max-width: 1044px;
    width: 90%;
    display: flex;
    margin:40px auto 0;
    flex-wrap: wrap;
}
.bot_nav_item {
    margin: 10px;
    max-width: 328px;
    width: 100%;
}
.bot_nav_item a {
    display: block;
    position: relative;
}
.bot_nav_name{
    background: #8AB16F;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.bot_nav_img {
    background: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*office*/
.office{
    padding-top: 100px;
}
.office_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    padding-bottom: 80px;
}
.office_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.office_card {
    max-width: 492px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 0 20px;
}
.office_name {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #63973F;
    font-size: 2.4rem;
    position: relative;
}
.office_name span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.office_name::after {
    content: ' ';
    display: inline-block;
    height: 2px;
    width: 100%;
    background: #63973F;
    position: absolute;
    z-index: 0;
}
.office_info {
    max-width: 215px;
    position: relative;
    padding-top: 10px;
}
.office_info p {
    margin-top: 20px;
}
.office_map {
    margin-top: 30px;
}
.office_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.office_btn a {
    display: flex;
    width: 100%;
    background: #63973F;
    color: #fff;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
}
.office_btn a::before{
    content: ' ';
    background: url("../img/map_icon.png") center;
    width: 15px;
    height: 22px;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 7.5px;
}
.pdf_btn {
    max-width: 260px;
    margin: 50px 10px 0;
}
.pdf_btn a {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #62973f;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.com_btn{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
.sec_title {
    max-width: 90%;
    margin: auto;
}
	.pur_inner p {
    margin-top: 40px;
}
.pur_inner {
    width: 90%;
    flex-direction: column-reverse;
}
.outline_table,.outline_table tbody,.outline_table tr,.outline_table th,.outline_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.outline_table th,.outline_table td {
    padding: 15px 5%;
}
.office_info, .office_map iframe {
    width: 100%;
    max-width: 300px;
}
	.office_card {
    justify-content: center;
}
.chart_img {
    width: 90%;
    margin: 30px auto 0;
}
	.history {
    padding: 0 20px;
}
	.his_timeline::before {
    left: calc(25px - 5vw);
}
.his_time {
    float: none;
    padding: 0;
    padding-left: 30px;
}
.his_time::after {
    right: auto;
    left: calc(22px - 5vw);
}
.his_time::before {
    width: 30px;
    right: auto;
    left: calc(-5vw + 13px);
}
.his_event {
    margin: 0;
    padding: 10px 0 30px;
    padding-left: 30px;
}
.his_era {
    width: 50px;
    left: calc(0px - 5vw);
}
.bot_nav_list {
    justify-content: center;
}
	.office {
    padding-top: 0px;
}
.office_btn {
    position: relative;
}
.business ul {
    width: 90%;
}
}
