@charset "utf-8";

#keyVisual{
	background: url("../img/keyvisual_pc.jpg") no-repeat right center / cover;
}

@media screen and (max-width: 1600px){
	#keyVisual{
		background-position: 50% center;
	}
}
@media screen and (max-width: 1024px){
	#keyVisual{
		background-position: 82% center;
	}
}
@media screen and (max-width: 768px){
	#keyVisual{
		background: url("../img/keyvisual_sp.jpg") no-repeat right center / cover;
	}
}

#contentsBlock > section{
    margin-top: 100px;
}

.contents,
.contents > section {
    text-align: left;
}

.contents > section {
    margin: 0 0 100px;
}

.contents > section > div{
    margin-bottom: 60px;
}

.contents > section > div > p,
.contents > section > p{
    font-size: 1.6rem;
    line-height: 2.0;
}

.contents > section > div > p > span{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

#lead{
    font-size: 1.6rem;
    line-height: 2.0;
    text-align: left;
    margin: 60px 0;
}

.ulStyle01 {
	margin	: 0 15px 10px;
    font-size: 1.6rem;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
	}


/* ------------------------------------------------------------------------ */

/* 会社概要

/* ------------------------------------------------------------------------ */
.tblStyle01 th{
    width: 200px;
    vertical-align: top;
}
.tblStyle01 td div{
    margin-bottom: 30px;
    line-height: 2.0;
}
.tblStyle01 td div:last-child{
    margin-bottom: 0;
}
.tblStyle01 td span{
    display: block;
    color: #001555;
    font-size: 1.8rem;
    font-weight: bold;
}
.tblStyle01 td p.ttl{
    font-size: 1.8rem;
    font-weight: bold;
}
.tblStyle01 td p{
    font-size: 1.6rem;
}


/* ------------------------------------------------------------------------ */

/* 沿革

/* ------------------------------------------------------------------------ */
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 180px;
    float: left;
    margin-top: 35px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #dad4fa solid;
    padding: 25px 30px 0;
    min-height: 70px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #4d4497;
    position: absolute;
    left: 175px;
    top: 42px;
    border-radius: 100%;
  }
    .timeline-content p{
        padding: 15px 30px;
        background: #efedfa;
        margin-left: 25px;
        border-radius: 5px;
    }


/* ------------------------------------------------------------------------ */

/* アクセスマップ

/* ------------------------------------------------------------------------ */
.accessBox{
    text-align: left;
    width: 50%;
    margin-bottom: 40px;
}
.accessBox .address-txt{
    font-size: 1.6rem;
    margin-top: 10px;
}
.accessBox .tel-txt{
    font-size: 2.4rem;
    color: #001655;
}
.access_area .flex{
    flex-wrap: wrap;    
}


@media screen and (max-width: 767px) {
    #contentsBlock > section{
        margin-top: 40px;
    }

    .contents > section{
        margin: 0 0 40px;
    }

    .contents > section > div{
        margin-bottom: 20px;
    }
    
    #lead{
        margin: 20px 0 40px;
    }

    .hd01{
        margin: 0 auto 20px;
    }

    .hd02{
        font-size: clamp(2rem,5vw,2.5rem);
    }

    .hd02::before{
        top: 100%;
    }
    
    .tblStyle01 th{
        width: 100px;
    }
    .tblStyle01 td p.indent,
    .tblStyle01 td p.ttl,
    .tblStyle01 td span{
        font-size: 1.4rem;
    }
    
    .contents > section > p.indent{
        font-size: 1.4rem;
    }
    
    .timeline-date{
        width: 100px;
        text-align: right;
        padding-right: 20px;
    }
    .timeline-content{
        width: 80%;
        padding: 25px 0 0;
    }
    
    .timeline-content::before{
        left: 95px;
    }
    
    .access_area{
        margin-bottom: 100px;
    }
    
    .accessBox{
        width: 100%;
    }
    
    .accessBox .tel-txt{
        font-size: 2.0rem;
    }
}

@media screen and (max-width: 547px) {
    .timeline-content{
        width: 65%;
        padding: 25px 0 0;
    }
}
