#contents .top{
    position: relative;
    width: 100%;
    margin-top: 80px;
}
#contents .top .main-cap{
    width: 90vw;
    margin: 0 auto;
    position: relative;
}
#contents .top .main-cap:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #bababa;
    width: 100%;
    height: 1px;
    z-index: 0;
}
#contents .top .main-cap:after{
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 100px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#contents .top .main-cap h1{
    position: relative;
    display: table;
    z-index: 2;
    padding: 20px 100px 20px 0;
    font-size: 1.6em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight: normal;
    background: #f5f4eb;
}
#contents .sec .text-box{
    width: calc(1000px - 5vw);
    margin: 80px auto 0;
    display: table;
}
#contents .sec .text-box .text-box-in{
    display: flex;
}
#contents .sec .text-box h2{
    padding-right: 100px;
    font-size: 1.4em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight:  normal;
    width: auto;
    white-space: nowrap;
}
#contents .sec .text-box p span{
    font-weight: 700;
}
#contents .sec .top-box{
    position: relative;
    width: 95vw;
    margin: 250px auto 0;
}
#contents .sec.top .top-box{
    margin: 100px auto 0;
}
#contents .sec .top-box .title{
    position: absolute;
    left: 5vw;
    top: 0;
    font-weight: normal;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.3rem;
    letter-spacing: .8em;
}
#contents .sec .top-box .title span {
    padding: 30px;
    background: #f5f4eb;
}
#contents .sec .image-box {
    position: relative;
    width: 100%;
    height: 50vh;
    max-height: 700px;
    margin-left: auto;
    background: #dcdcdc;
    padding: 30px;
}
#contents .top .image-box .image{
    width: 70%;
    height: 100%;
    margin-left: auto;
    background: url(../img/corporate1.jpg) center / cover no-repeat;
}
#contents .sec1 .image-box .image{
    width: 70%;
    height: 100%;
    margin-left: auto;
    background: url(../img/corporate2.jpg) center / cover no-repeat;
}
#contents .sec2 .image-box .image{
    width: 70%;
    height: 100%;
    margin-left: auto;
    background: url(../img/corporate3.jpg) center / cover no-repeat;
}
#contents .sec3 .image-box .image{
    width: 70%;
    height: 100%;
    margin-left: auto;
    background: url(../img/corporate4.jpg) center / cover no-repeat;
}
#contents .sec .name{
    margin: 15px 0 0 auto;
    padding-right: 20px;
    display: table;
    line-height: 1;
    letter-spacing: .2em;
}
#contents .sec .text-box h2{
    padding-right: 70px;
    font-size: 1.6em;
    letter-spacing: .2em;
    line-height: 2;
    font-weight: normal;
    width: auto;
    white-space: nowrap;
}
#contents .sec .text-box h3{
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: .1em;
    margin-bottom: 25px;
    color: #606060;
}
#contents .sec .text-box .m-top{
    margin-top: 100px;
}

#contents .list-box1{
    width: calc(1000px - 5vw);
    margin: 100px auto 0;
    flex-wrap: wrap;
    display: flex;
    justify-content:space-between;
}
#contents .list-box1 .list-box-in h3 {
    line-height: 1.2;
    margin-bottom: 25px;
    font-size: 1.1rem;
    letter-spacing: .2em;
    font-weight: 700;
}
#contents .list-box1 .list-box-in h4 {
    font-size: .95rem;
    letter-spacing: .25em;
    margin-top: 20px;
    font-weight: normal;
}
#contents .list-box1 .list-box-in .m-top {
    margin-top: 50px;
}
#contents .list-box1 .list-box-in .m-top70 {
    margin-top: 70px;
}
#contents .list-box1 .list-box-in a{
    font-weight: 700;
}
#contents .sec2 a.pdf,
#contents .sec2 a.window{
	display: flex;
	align-items: center;
	position: relative;
    letter-spacing: .1em;
    transition: all .75s cubic-bezier(0.253, 0.85, 0.344, 1);
}
#contents .sec2 a.pdf:hover,
#contents .sec2 a.window:hover{
    opacity: .5;
}
#contents .sec2 a.pdf .icn,
#contents .sec2 a.window .icn{
	display: block;
	position: relative;
	width: 20px;
    height: 20px;
    margin-left: 10px;
    transform: translate(0px, 0px);
	transition: all .3s ease;
}
#contents .sec2 a.pdf .icn:before{
    content: "";
    position: absolute;
    background: url(../../assets/icn_pdf.svg) no-repeat;
	background-size: 20px;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0%;
	transition: all .75s cubic-bezier(0.253, 0.85, 0.344, 1);
}
#contents .sec2 a.window .icn:before{
    content: "";
    position: absolute;
    background: url(../../assets/icn_window.svg) no-repeat;
	background-size: 20px;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0%;
	transition: all .75s cubic-bezier(0.253, 0.85, 0.344, 1);
}
#contents .list-box2 {
    width: 86%;
    margin: 100px auto;
    border-top: 1px solid #bababa;
    padding-top: 100px;
    position: relative;
}
#contents .list-box2:before {
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 100px;
    height: 1px;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
}
#contents .list-box2-in{
    width: calc(1000px - 5vw);
    margin: 0 auto;
}
#contents .list-box2 .list-box-in h3,
#contents .history-box h3 {
    font-size: 1.6em;
    letter-spacing: .2em;
    line-height: 2;
    font-weight: normal;
    text-align: center;
    width: auto;
}
#contents .list-box2 .list-box-in h4{
    margin-top: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 1.15rem;
    letter-spacing: .2em;
    font-weight: 700;
    text-align: center;
}
#contents .list-box2 .list-box-in h4.center{
    display: table;
    font-size: .95rem;
    margin: 30px auto 0;
}
#contents .list-box2 .list-box-in table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 30px;
}
#contents .list-box2 .list-box-in table.last {
    margin-bottom: 30px;
}
#contents .list-box2 .list-box-in th,
#contents .list-box2 .list-box-in td {
    border: 1px solid #bababa;
    border-left: 0;
    padding: 13px 22px;
    font-size: .9rem;
    text-align: left;
    letter-spacing: .2em;
    line-height: 1.7;
}
#contents .list-box2 .list-box-in td:first-child {
    white-space: nowrap;
    width: 1%;
}
#contents .list-box2 .list-box-in th:last-child,
#contents .list-box2 .list-box-in td:last-child{
    border-right: 0;
}
#contents .list-box2 .list-box-in th {
    background-color: #dfdfdf;
}

#contents .list-box2 .list-box-in .footer-note {
    display: flex;
    align-items: center;
    margin-left: 22px;
    font-size: .9rem;
    font-weight: 700;
}
#contents .list-box2 .list-box-in .footer-note span{
    margin-right: 20px;
}
#contents .list-box2 .list-box-in .footer-note span.m-left{
    margin-left: 40px;
}

#contents .history-box{
    width: calc(1000px - 5vw);
    margin: 100px auto 0;
}
#contents .history-box table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 200px;
}
#contents .history-box td {
    border: 1px solid #bababa;
    border-left: 0;
    padding: 27px 22px;
    font-size: .95rem;
    text-align: left;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.7;
    width: 50%;
}
#contents .history-box td:first-child {
    text-align: right;
}
#contents .history-box td:last-child {
    border-right: 0;
}
#contents .history-box tr.omitted{
    position: relative;
    height: 100px;
    width: 100%;
}
#contents .history-box tr.omitted td{
    width: 100%;
    text-align: center;
    border: none;
    position: relative;
}
#contents .history-box tr.omitted td:before{
    content: "";
    background: #bababa;
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: translateX(-50%);
}
#contents .history-box td span{
    padding: 20px;
    background: #f5f4eb;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1300px) {
    #contents .sec .top-box .title{
        position: absolute;
        left: 7vw;
    }
    #contents .sec .text-box{
        display: block;
        width: 80vw;
        margin: 50px auto 0;
    }
    #contents .top .text-box{
        display: block;
        width: 80vw;
        margin: 80px auto 0;
    }
    #contents .sec .text-box .text-box-in{
        display: block;
    }
    #contents .sec .text-box h2{
        margin-bottom: 30px;
        padding-right: 0;
    }
    #contents .sec .image-box {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1100px) {
    #contents .sec .top-box .title{
        font-size: 1.2rem;
    }
    #contents .sec .top-box .title span {
        padding: 25px 20px;
    }
    #contents .list-box1,
    #contents .list-box2-in,
    #contents .history-box {
        width: 86vw;
    }
    #contents .list-box1 .list-box-in:nth-child(2){
        padding: 0 20px;
    }
    #contents .list-box2 .list-box-in h3,
    #contents .history-box h3,
    #contents .list-box2 .list-box-in h4{
        text-align: left;
        padding-left: 20px;
    }
    #contents .history-box table {
        width: 650px;
    }
}
@media screen and (max-width: 900px) {
    #contents .list-box1 .list-box-in{
        width: 50%;
    }
    #contents .list-box1 .list-box-in:nth-child(3) {
        margin-top:70px;
    }
}
@media screen and (max-width: 768px) {
    #contents .top .main-cap{
        width: 86vw;
    }
    #contents .top .main-cap h1{
        font-size: 1.35em;
        padding: 20px 30px 20px 0;
    }
    #contents .top .main-cap:after{
        width: 70px;
    }
    #contents .top .text-box{
        margin-top: 50px;
        width: 86vw;
    }
    #contents .sec.top .top-box {
        margin: 50px auto 0;
    }
    #contents .sec .top-box .title {
        font-size: 1.1rem;
    }
    #contents .sec{
        margin: 100px auto 0;
    }
    #contents .top {
        margin-top: 30px;
    }
    #contents .sec .top-box{
        margin: 100px auto 0;
    }
    #contents .sec .image-box{
        padding: 5vw 0 5vw 5vw;
        height: 40vh;
    }
    #contents .sec .name{
        font-size: .9rem;
        padding-right: 0;
        margin-top: 10px;
        margin-bottom: 50px;
        margin-right: 0;
        letter-spacing: .1em;
    }
    #contents .top .image-box .image,
    #contents .sec1 .image-box .image,
    #contents .sec2 .image-box .image,
    #contents .sec3 .image-box .image {
        width: 100%;
    }
    #contents .sec .text-box{
        width: 86vw;
        margin: 20px auto 0;
    }
    #contents .list-box1{
        margin: 50px auto 0;
    }
    #contents .list-box1 .list-box-in:nth-child(2) {
        padding: 50px 0;
    }
    #contents .sec .text-box .m-top,
    #contents .list-box1 .list-box-in .m-top70 {
        margin-top: 60px;
    }
    #contents .sec .text-box h2,
    #contents .sec .text-box h3{
        font-size: 1.35em;
        line-height: 1.7;
        letter-spacing: .05em;
        white-space: initial;
        margin-bottom: 20px;
    }
    #contents .list-box2 {
        margin: 70px auto;
        padding-top: 62px;
    }
    #contents .sec1 .text-box h2{
        margin-bottom: 40px;
    }
    #contents .sec .text-box h2 br{
        display: none;
    }
    #contents .list-box1 .list-box-in {
        width: 100%;
    }
    #contents .list-box1 .list-box-in:nth-child(3) {
        margin-top: 0;
    }
    #contents .list-box1 .list-box-in h4 {
        font-size: 1.05rem;
    }
    #contents .list-box2 .list-box-in h3,
    #contents .history-box h3{
        font-size: 1.25em;
        line-height: 1.7;
        letter-spacing: .05em;
        white-space: initial;
        padding-left: 3vw;
    }
    #contents .list-box1 .list-box-in .m-top {
        margin-top: 30px;
    }
    #contents .sec .text-box p{
        font-size: 1.05rem;
    }
    #contents .list-box2 .list-box-in table{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #contents .list-box2 .list-box-in th,
    #contents .list-box2 .list-box-in td {
        padding: 8px 3vw;
        letter-spacing: .1em;
        line-height: 1.5;
    }
    #contents .list-box2 .list-box-in td:first-child {
        white-space: normal;
        width: 40%;
    }
    #contents .list-box2 .list-box-in th:last-child,
    #contents .list-box2 .list-box-in td:last-child {
        width: 40%;
    }
    #contents .list-box2 .list-box-in .box3 td:first-child {
        width: 30%;
    }
    #contents .list-box2 .list-box-in .box3 td:nth-child(2) {
        width: 45%;
    }
    #contents .list-box2 .list-box-in .box3 td:last-child {
        width: 25%;
    }
    #contents .list-box2 .list-box-in h4{
        font-size: 1.05rem;
        padding-left: 3vw;
    }
    #contents .list-box2 .list-box-in .footer-note {
        display: table;
        line-height: 1.7;
    }
    #contents .history-box td:first-child {
        text-align: left;
    }
    #contents .list-box2 .list-box-in .footer-note{
        margin-left: 3vw;
    }
    #contents .list-box2 .list-box-in .footer-note span{
        display: table;
        margin-bottom: 5px;
    }
    #contents .list-box2 .list-box-in .footer-note span.m-left {
        margin-left: 0;
        margin-top: 30px;
    }
    #contents .history-box {
        margin: 70px auto 0;
    }
    #contents .history-box table{
        width: 100%;
        margin-bottom: 100px;
    }
    #contents .history-box td{
        padding: 17px 3vw;
        font-size: .9rem;
        letter-spacing: .1em;
        font-weight: normal;
        line-height: 1.5;
    }
}
@media screen and (max-width: 375px) {
    #contents .top .main-cap h1{
        font-size: 1.25em;
    }
    #contents .sec .top-box .title {
        font-size: 1rem;
    }
    #contents .top .text-box h2,
    #contents .sec .text-box h2{
        font-size: 1.15em;
    }
    #contents .list-box1 .list-box-in h4 {
        font-size: .9rem;
    }
    #contents .top .text-box p,
    #contents .sec .text-box p{
        font-size: .9em;
    }
}