
body{
    font-size: 94%;;
}
#wor{
    border-bottom: #28a860 2px solid;
}
/* CSS Document */
.pankuzu {
    width: 980px;
    margin: auto;
}
#re_01 a{
    opacity: 1;
    border-bottom: #28a860 2px solid;
}
.left{
    text-align: left;
}
.main_visual{
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg17.png") center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.main_content{
    max-width: 960px;
    margin: auto;
}
/*.contents_area*/
p.midashi_about {
    font-size: 158%;
    margin: 70px 10%;
}
.contents_area{
    margin: 120px 0;
}
.contents_box {
    display: flex;
}
.text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 60px;
    background: #f4fbf7;
    max-width: 455px;
    width: 100%;
}
.content_title {
    font-size: 158%;
    font-family: 'Roboto', sans-serif;
    color: #28a860;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}
.content_sub {
    font-size: 93%;
    margin-bottom: 50px;
}
.content_text{
    line-height: 30px;
}
.ceo_name{
    margin-top: 70px;
}
.more_button{
    margin-top: 50px;
}
.more_button a {
    padding: 15px 85px 15px 95px;
    background: #28a860 url("../image/more_arrow.png") no-repeat center left 65px;
}
.more_button a:hover {
    background: #fff url("../image/more_arrow_hov.png") no-repeat center left 65px;
}

/*.timeline */
.schedule_box {
    margin: 70px 0 0 0;
}
p.sc_tit {
    color: #fff;
    text-align: center;
    padding: 12px;
    background: #28a860;
    margin: 0 auto 50px;
}
.timeline {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: 28px;
}
.timeline-item {
    position: relative;
    display: table-cell;
    padding: -60px;
    vertical-align: top;
    border-top: 1px solid #28a860;
    border-bottom: 0;
    border-left: 0;
}
.timeline-item:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%;
    background-color: #28a860;
}
.timeline-content {
    margin-top: 25px;
}
.timeline-label, .timeline-content {
    display: block;
    text-align: center;
}
.timeline-label {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%) translateY(-120%);
    display: block;
    max-width: 60px;
}
.timeline-item:last-of-type {
    padding-bottom: 0;
    text-align: right;
    border: none;
  width: 55px;
}
.timeline-item:last-of-type:before {
    top: 0;
    right: 0;
    bottom: auto;
    width: 0;
    height: 0;
    border: solid #28a860;
    border-radius: 100%;
    background-color: transparent;
    transform: translateX(0) translateY(-50%);
    border-width: 5px 0 5px 10px;
}
p.timeline-tit {
    text-align: center;
    padding: 0 5px;
}
p.timeline-tit span{
    font-weight: bold;
    line-height: 40px;
}
@media screen and ( max-width: 767px ){
.pankuzu {
    margin: 0 5%;
}
.main_text {
    padding: 0 5%;
}
.main_text p {
    padding: 5%;
    font-size: 180%;
    bottom: auto;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: rgba(40,168,96,0.8);
    text-align: center;
    width: 80%;
}
.main_text p span{
    padding: 0;
    background: none;
}
.contents_box {
    display: flex;
    flex-wrap: wrap;
}
.contents_area {
    text-align: center;
    max-width: 90%;
    margin: 70px auto 0px;
}
.img_box, .text_box {
    width: auto;
    max-width: 490px;
}
.text_box {
    padding: 30px;
  }
/*.timeline */
.timeline {
    display: grid;
}
.timeline-item {
    border-left: 1px solid #28a860;
    border-top: none;
}
.timeline-label {
    position: relative;
    top: -10px;
    left: 10px;
    transform: inherit;
    display: block;
    max-width: 60px;
}
.timeline-content {
    margin: 30px 0;
}
.timeline-item:last-of-type:before {
    left: -5px;
}
p.timeline-tit {
    text-align: center;
    padding: 0;
    max-width: 220px;
    margin: auto;
}
}
@media screen and ( max-width: 525px ){

}












