@charset "UTF-8";
footer{
    margin-top: 0;
}
#contents_wrap{
    position: relative;
    padding: 0;
}
#contents_wrap .title_big{
    position: absolute;
    line-height: 1.7;
    margin: 0;
}
#contents_wrap .left{
    background: #EFFBFF;
}
@media (max-width: 767px) {
    #contents_wrap .title_big{
        top: 50px;
        left: 30px;
        font-size: 4rem;
        letter-spacing: 0.02em;
    }
    #contents_wrap .left,
    #contents_wrap .right{
        padding-top: 150px;
        padding-bottom: 50px;
    }
    #contents_wrap .left{
        width: 30%;
        max-width: 150px;
    }
    #contents_wrap .right{
        width: 70%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }
}
@media (min-width: 768px) {
    #contents_wrap .title_big{
        top: 87px;
        left: 70px;
        font-size: 9.1rem;
        letter-spacing: 2.73px;
    }
    #contents_wrap .left,
    #contents_wrap .right{
        padding-top: 220px;
        padding-bottom: 75px;
    }
    #contents_wrap .left{
        width: 25%;
        max-width: 480px;
        min-width: 300px;
    }
    #contents_wrap .right{
        width: 75%;
    }
}
@media (min-width: 768px) and (max-width:1300px){
    #contents_wrap .title_big{
        top: 60px;
        left: 40px;
        font-size: 6rem;
        letter-spacing: 0.02em;
    }
    #contents_wrap .left,
    #contents_wrap .right{
        padding-top: 180px;
        padding-bottom: 50px;
    }
    #contents_wrap .left{
        min-width:inherit;
    }
    #contents_wrap .right{
        padding-right: 10px;
        box-sizing: border-box;
    }
}

/*LEFT*/
.left ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 231px;
}
.left ul li{
    position: relative;
    display: grid;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.01em;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
}
.left ul li > span{
    padding: 23px 0;
}
.left ul li .sub{
    display: block;
}
.left ul li:first-child::before{
    content: "";
    display: block;
    margin: 0 auto;
    width: 1px;
    min-height: 100px;
    background: #707070;
    box-sizing: border-box;
}
.left ul li:not(:last-child)::after{
    content: "";
    display: inline-block;
    margin: 0 auto;
    width: 1px;
    min-height: 110px;
    background: #707070;
    box-sizing: border-box;
    justify-content: center;
}
.left ul li:first-child > span::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #EFFBFF;
    border: 1px solid #707070;
    border-radius: 50%;
    box-sizing: border-box;
}
.left ul li:last-child > span::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #EFFBFF;
    border: 1px solid #707070;
    border-radius: 50%;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .left ul {
        width: 100%;
    }
    .left ul li{
        font-size: 1rem;
    }
    .left ul li.item1::after{
        height: 860px;
    }
    .left ul li.item2::after{
        height: 1600px;
    }
    .left ul li.item3::after{
        height: 900px;
    }
    .left ul li.item4::after{
        height: 650px;
    }
}
@media (min-width: 768px) {
    .left ul {
        max-width: 231px;
    }
    .left ul li{
        font-size: 1.7rem;
    }
    .left ul li .sub{
        font-size: 1.4rem;
        letter-spacing: 0.02em;
    }
    .left ul li.item1::after{
        height: 505px;
    }
    .left ul li.item2::after{
        height: 1092px;
    }
    .left ul li.item3::after{
        height: 680px;
    }
    .left ul li.item4::after{
        height: 850px;
    }
}
@media (min-width: 768px) and (max-width:1023px){
    .left ul li.item1::after{
        height: 600px;
    }
    .left ul li.item2::after{
        height: 950px;
    }
    .left ul li.item3::after{
        height: 700px;
    }
    .left ul li.item4::after{
        height: 850px;
    }
}
@media (min-width: 1024px) and (max-width: 1366px){
    .left ul li.item1::after{
        height: 500px;
    }
    .left ul li.item2::after{
        height: 900px;
    }
    .left ul li.item3::after{
        height: 600px;
    }
    .left ul li.item4::after{
        height: 850px;
    }
}


/*RIGHT*/
.right .wrap,
.right .wrap > .flex_box{
    flex-wrap: wrap;
    width: 100%;
}
.right .wrap.single{
    width: 100%;
}
.right .wrap .text_box{
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.right .wrap .text_box .text{
    margin-bottom: 2em;
}
.right .wrap .text_box_left{
    line-height: 1.5;
}
.right .wrap .img_box_right.flex_box{
    align-items: start;
    flex-wrap: wrap;
}
.img_box_right > img{
    width: 100%;
}
.list_style{
    padding: 0;
}
.list_style li{
    line-height: 2;
}
.list_style li::before {
    content:"・";
    margin-right:0.3em;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
@media (max-width: 767px) {
    .right .wrap,
    .right .wrap > .flex_box{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .right .wrap.single{ 
        box-sizing: border-box;
        font-size: 1.2rem;
        letter-spacing: 0.02em;
    }
    .right .wrap .img_box,
    .right .wrap .img_box_right{
        width: 100%;
    }
    .right .wrap .img_box > img,
    .right .wrap .img_box_right > img{
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .right .wrap .text_box,
    .right .wrap .text_box_left{
        width: 100%;
        font-size: 1.2rem;
    }
    .right .wrap .text_box .fnt20{
        font-size: 1.6rem;
    }
    .right .wrap .text_box .fnt18{
        font-size: 1.4rem;
        letter-spacing: 0.01em;
    }
    .right .wrap .text_box_left .fnt28{
        font-size: 2rem;
        letter-spacing: 0.01em;
    }
    .img_box_right .w378{
        max-width: calc(378px / 2);
        margin-bottom: 30px;
    }
    .img_box_right .w436{
        max-width: calc(436px / 2);
    }
    .list_style{
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .right .wrap{
        margin-bottom: 55px;
    }
    .right .wrap.single{
        padding: 22px;
        box-sizing: border-box;
        font-size: 1.4rem;
        letter-spacing: 0.02em;
    }
    .right .wrap .img_box{
        width: 400px;
        position: relative;
    }
    .right .wrap .img_box .left_align{
        position: absolute;
        left: -35%;
    }
    .right .wrap .text_box{
        width: calc(100% - 400px);
        max-width: 721px;
        font-size: 1.4rem;
    }

    .right .wrap .text_box p {
        margin-bottom: 20px;
    }
    .right .wrap .text_box.h450{
        min-height: 450px;
    }
    .right .wrap > .flex_box{
        margin-bottom: 65px;
    }
    .right .wrap .text_box_left{
        width: 50%;
        max-width: 400px;
        font-size: 1.4rem;
    }
    .right .wrap .text_box_left p{
        max-width: 320px;
        padding-left: 42px;
    }
    .right .wrap .img_box_right{
        width: 50%;
        max-width: calc(100% - 429px);
    }
    .img_box_right .w612{ 
        max-width: 612px;
    }
    .img_box_right .w378{
        width: calc(50% - 25px);
        max-width: 378px;
        margin-right: 25px;
        margin-bottom: 20px;
    }
    .img_box_right .w436{
        width: 50%;
        max-width: 436px;
    }
    .right .wrap .text_box .fnt20{
        font-size: 2rem;
    }
    .right .wrap .text_box .fnt18{
        font-size: 1.8rem;
        letter-spacing: 0.01em;
    }
    .right .wrap .text_box_left .fnt28{
        font-size: 2.8rem;
        letter-spacing: 0.01em;
    }
    .right .wrap .text_box .w450{
        max-width: 450px;
        letter-spacing: 0.1em;
    }
}
@media (min-width: 768px) and (max-width:1366px){
    .right .wrap .text_box {
        width: calc(100% - 210px);
    }
    .right .wrap .img_box .left_align{
        left: -25%;
        max-width: 250px;
    }
    .right .wrap > .flex_box{
        margin-bottom: 30px;
    }
    .right .wrap .img_box{
         width: 210px;
    }
    .right .wrap .text_box_left,
    .right .wrap .img_box_right{
        width: 50%;
    }
    .tb_middle{
        align-items: center;
    }
}
@media (min-width: 768px) and (max-width:1024px){
    .right .wrap .text_box_left,
    .right .wrap .img_box_right{
        max-width: 50%;
    }
    .right .wrap .text_box {
        width: calc(100% - 210px);
    }
}

.table_wrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table_style{
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #1A1311;
    border-bottom: 1px solid #1A1311;
}
.table_style tr{
    border-bottom: 1px solid #1A1311;
}
.table_style tr td{
    box-sizing: border-box;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}
.table_style tr th{
    width: 91px;
    min-width: 91px;
    padding: 8px 0;
    text-align: left;
    vertical-align: top;
}
.table_style tr td.col2,
.table_style tr td.col4{
    background: #E6E6E6;
}
.table_style tr td.col5{
    vertical-align: middle;
}
.table_style .purple{
    display: inline-block;
    background: #726994;
    border-radius: 2px;
    color: #FFF;
    margin-bottom: 5px;
}
.table_style .turquoise{
    display:inline-block;
    background: #35909F;
    border-radius: 2px;
    color: #FFF;
}
@media (max-width: 767px) {
    .table_wrap{
        width: 100%;
        font-size: 1rem;
    }
    .table_style tr td{
        padding: 8px 6px;
    }
    .table_style tr th{
        width: 50px;
        min-width: 50px;
        padding: 5px 0;
    }
    .table_style tr td.col2{
        width: 100px;
        min-width: 100px;
    }
    .table_style tr td.col3{
        width: 210px;
        min-width: 210px;
    }
    .table_style tr td.col4{
        width: 235px;
        min-width: 235px;
    }
    .table_style tr td.col5{
        width: 120px;
        min-width: 120px;
    }
    .table_style .purple,
    .table_style .turquoise{
        font-size: 1.1rem;
        letter-spacing: 0.3px;
        padding: 2px 8px;
        box-sizing: border-box;
    }
}
@media (min-width: 768px) {
    .table_wrap{
        width: 90%;
    }
    .table_style tr td{
        padding: 12px 8px;
    }
    .table_style tr th{
        width: 91px;
        min-width: 91px;
        padding: 8px 0;
    }
    .table_style tr td.col2{
        width: 223px;
        min-width: 223px;
    }
    .table_style tr td.col3{
        width: 310px;
        min-width: 310px;
    }
    .table_style tr td.col4{
        width: 418px;
        min-width: 418px;
    }
    .table_style tr td.col5{
        width: 202px;
        min-width: 202px;
    }
    .table_style .purple,
    .table_style .turquoise{
        font-size: 1.5rem;
        letter-spacing: 0.3px;
        padding: 4px 16px;
        height: 25px;
        box-sizing: border-box;
    }
}
@media (min-width: 768px) and (max-width:1300px){
    .table_wrap{
        width: 100%;
    }
}
.right .contact{
    align-items: center;
}
.right .contact > div > p{
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.right .contact > div > .title{
    letter-spacing: 0.5em;
}
.right .contact > div .basic_btn{
    width: 100%;
    max-width: 302px;
}
@media (max-width: 767px) {
    .right .contact img{
        width: 50%;
        margin: 0 auto;
    }
    .right .contact > div > p{
        font-size: 1.2rem;
    }
    .right .contact > div .title{
        font-size: 1.8rem;
        max-width: 214px;
    }
    .br::before{
        display: none;
    }
}
@media (min-width: 768px) {
    .right .contact img{
        max-width: 278px;
        margin: 0 10px;
    }
    .right .contact > div{
        padding: 0 40px;
    }
    .right .contact > div > p{
        font-size: 1.4rem;
    }
    .right .contact > div .title{
        font-size: 2.5rem;
    }    
}