/*共通*/
main{
    margin-top: 80px;
}
/*スマホ*/
@media screen and (max-width:600px){
    main {
        margin-top: 60px;
    }
}

.lower_title_box{
    padding: 100px 0;
}

.lower_title_box h2{
    color: #0070B7;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
}

.lower_title_box p{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #1A1A1A;
}

/*タブレット*/
@media screen and (max-width:1080px){
    .lower_title_box{
        padding: 80px 0;
    }
    .lower_title_box h2{
        font-size: 48px;
        margin-bottom: 25px;
    }
    .lower_title_box p{
        font-size: 18px;
    }
}

/*スマホ*/
@media screen and (max-width:600px){
    .lower_title_box{
        padding: 60px 0;
    }
    .lower_title_box h2{
        font-size: 36px;
        margin-bottom: 20px;
    }
    .lower_title_box p{
        font-size: 16px;
    }
}

/*共通ここまで*/


/*Track Record*/
section.track_record{
    margin-bottom: 150px;
}
.track_record_inner{
    display: flex;
    gap: 60px 30px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.track_record_item{
    transition: opacity .5s ease,visibility .5s ease,max-height .5s ease;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    max-width: 0;
    display: none;
}

.track_record_item.active{
    opacity: 1;
    visibility: visible;
    max-height: none;
    max-width: none;
}
.track_record_item_image{
    max-height: 415px;
    overflow: hidden;
    height: 24.12790697674419vw;
    margin-bottom: 30px;
}
.track_record_item_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.track_record_item h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    color: #000;
    border-bottom: solid 0.7px #D7D7D7;

}
.track_record_item table{
  width: auto;
}

.track_record_item table th{
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 0;
  color: #000;
  text-align: left;
  vertical-align: text-top;
}

.track_record_item table td{
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 0;
  color: #000;
  position: relative;
  vertical-align: text-top;
}

.track_record_item table td:nth-child(2)::before{
  content: "：";
}


@media screen and (max-width:1919px){
    .track_record_inner{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .track_record_item{
        width: calc((100% / 2) - 15px);
    }
}

/*タブレット*/
@media screen and (max-width:1080px){
    .track_record_inner{
        width: 100%;
    }
    section.track_record{
        margin-bottom: 120px;
    }
    .track_record_item_image{
        max-height: 254px;
        height: 35.82510578279267vw;
    }
    .track_record_item h3 {
        font-size: 19px;
    }
}
/*スマホ*/
@media screen and (max-width:600px){
    section.track_record{
        margin-bottom: 60px;
    }
    .track_record_inner{
        margin-bottom: 60px;
    }
    .track_record_item{
        width: 100%;
    }
    .track_record_item_image{
        max-height: none;
        height: 74.78260869565217vw;
        margin-bottom: 20px;
    }
    .track_record_item h3 {
        font-size: 18px;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .track_record_item table td {
        font-size: 14px;
    }
    .track_record_item table{
        width: calc(100% - 40px);
        margin:  0 auto;
    }
}
.view_more{
    align-items: center;
    justify-content: center;
    border: solid 0.7px #0070B7;
    height: 76px;
    width: 554px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    color: #0070B7;    
    cursor: pointer;
    transition: .5s;
    display: none;
}

.view_more.active{
    display: flex;
}

/*スマホ*/
@media screen and (max-width:600px){
    .view_more{
        width: 92%;
        margin: 0 auto;
    }
}

/*Track Recordここまで*/

/*message_box*/

.message_box{
    background-image: url(../img/lisorea_message_back_pc@2x.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.message_box_inner{
    display: flex;
    align-items: center;
    gap: 0 11.2%;
    justify-content: center;
}

.message_box_image{
    transition-delay: .2s;
}

.message_box_text{
    width: 49.12%;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 200%;
    transition-delay: .5s;
}

.message_box_text .position_name{
    margin-top: 60px;
    text-align: right;
}

.message_box_text .position_name span{
    margin-left: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
}

.company_profile_table{
    max-width: 1136px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 150px;
}

.company_profile_table table th,.company_profile_table table td{
    font-size: 16px;
    line-height: 160%;
    color: #1A1A1A;
    padding: 40px 0;
    border-bottom: solid 1px #D7D7D7;
}

.company_profile_table table tr:nth-child(1) th,.company_profile_table table tr:nth-child(1) td{
    border-top: solid 1px #D7D7D7;
}

.company_profile_table table th{
    padding-left: 150px;
    text-align: left;
}

@media screen and (max-width:1500px){
    .message_box_text{
        width: 66%;
    }
    .message_box_inner{
        gap: 0 5%;
    }
}
/*タブレット*/
@media screen and (max-width:1080px){
    .message_box{
        padding-top: 33px;
        background-image: url(../img/lisorea_message_back_tab@2x.jpg);
        gap: 0 35px;
        position: relative;
    }
    .message_box_inner{
        justify-content: start;
    }
    .message_box_text{
        width: calc(100% - 280px);
        margin: 60px 0;
        font-size: 16px;
    }
    .message_box_image{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .message_box_image img{
        width: 343px;
        position: absolute;
        right: -60px;
        bottom: 0;
    }
    .company_profile_table table th{
        padding-left: 60px;
    }
}
/*スマホ*/
@media screen and (max-width:700px){
    .message_box{
        padding-top: 0;
        padding-bottom: 60px;
    }
    .message_box .container_1720{
        width: 100%;
    }
    .message_box_inner{
        flex-direction: column-reverse;
        gap: 60px;
    }
    .message_box_image{
        width: 100%;
        position: static;
    }
    .message_box_image img{
        position: static;
        width: 100%;
    }
    .message_box_text{
        width: calc(100% - 30px);
        margin: 0 auto;
        font-size: 16px;
    }
    .message_box_text .position_name{
        margin-top: 50px;
        font-size: 14px;
    }
    .message_box_text .position_name span{
        font-size: 16px;
    }
    .company_profile_table{
        margin-bottom: 60px;
    }
    .company_profile_table table th,.company_profile_table table td{
        font-size: 14px;
        padding: 20px 0;
    }
    .company_profile_table table th{
        padding-left: 0;
        padding-right: 10px;
    }
}


/*privacy*/

section.privacy{
    margin-bottom: 150px;
}

section.privacy .txtBox{
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 160%;
}
section.privacy .txtBox a{
    text-decoration: underline;
}
section.privacy .detail_revision{
    display: block;
    text-align: right;
    margin-bottom: 50px;
}

section.privacy .detail_title{
    font-weight: 500;
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 50px;
}

section.privacy .detail_sub_title{
    margin: 50px 0;
}

section.privacy .list{
    margin: 50px 0;
}

section.privacy .anchorList{
    background-color: #F5F8FD;
    padding: 50px;
    margin-bottom: 100px;
}

section.privacy .anchorList ul li{
    margin-bottom: 20px;
    text-box-trim: trim-both;
}

section.privacy .anchorList ul li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    display: block;
}

section.privacy .anchorList ul li ul.inner{
    margin-left: 18px;
    margin-top: 20px;
}

.btn_blank_icon_bl{
    position: relative;
}

.btn_blank_icon_bl:after{
    content: '';
    background-image: url(../img/icon/icon_link_color.svg);
    width: 13.529236793518066px;
    height: 13.529236793518066px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    transform: translateY(2px);
}

/*タブレット*/
@media screen and (max-width:1080px){
    section.privacy{
        margin-bottom: 130px;
    }
}

/*スマホ*/
@media screen and (max-width:600px){
    section.privacy{
        margin-bottom: 60px;
    }
    section.privacy .txtBox {
        margin-bottom: 50px;
        font-size: 14px;
    }
    section.privacy .anchorList {
        padding: 50px 20px;
        margin-bottom: 50px;
    }
    section.privacy .anchorList ul li ul.inner {
        margin-left: 13px;
    }
    section.privacy .anchorList ul li a {
        font-size: 14px;
    }
    section.privacy .detail_title {
        font-size: 16px;
    }

}

/*loading,maintenance*/
.maintenance_text{
    font-size: 36px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.maintenance_text{
    display: none;
}

/*タブレット*/
@media screen and (max-width:1080px){
    .maintenance_text{
        font-size: 24px;
    }
}

/*スマホ*/
@media screen and (max-width:600px){
    .maintenance_text{
        font-size: 16px;
    }
}

.loading_image{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.sk-circle {
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    height: 60px;
    width: 60px;
    right: 0;
    left: 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0

}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #dfdfdf;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}