/* ----------------------------------------------------------------------
about
---------------------------------------------------------------------- */



#header_slider_wrap{
    display: none;
}

#page_contents .post_content {
    max-width: none;
    margin: 0 auto;
    padding: 0 0px;
    overflow: hidden;
}

#page_header,#bread_crumb{
    display: none !important;
}
#page_home{
    padding-top: 4vw;
    background-image: url(../img/home/back.png);
    height: 100%;
    background-size: cover;
    padding-bottom: 4vw;
}
#page_contents{
    padding-bottom: 0px;
}


.contents{
    font-size: clamp(20px, 1.5vw, 45px);
    width: 80%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:800px) {
#page_home{
    padding-bottom: 30px;
}
.contents {
    width: calc(100% - 40px);
}
}


#title {
    margin-bottom: 3vw;
    width: 80%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
#title img {
    width: 40%;
}
.contents_subtitle {
    color: #2A4F99;
    font-size: clamp(20px, 1.5vw, 45px);
    font-weight: 600;
    margin-bottom: 2vw;
    letter-spacing: 0.2em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.catch {
    color: #2A4F99;
    font-size: clamp(14px, 2.4vw, 42px);
    font-weight: 700;
    padding-right: 5%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6em;
}
.catch_line {
    border-image: linear-gradient(to right, #68b7e7, #5c99e8) 1;
    width: 55%;
    margin-left: 0;
    margin-right: auto;
    border-bottom: 4px solid;
    padding-bottom: 10px;
    margin-bottom: 2.5vw;
    position: absolute;
    display: inline-block;
    left: 0px;
}
.col_02{
    display: flex;
    justify-content: space-between;
}

.title  {
    font-size: clamp(35px, 5vw, 90px);
    font-weight: 700;
    margin-bottom: 2.2vw;
    letter-spacing: 0.05em;
    color: #2A4F99;
}

.sub_title {
    color: #2A4F99;
    font-size: clamp(20px, 2vw, 45px);
    font-weight: 600;
    margin-bottom: 2vw;
    letter-spacing: 0.2em;
    max-width: 1200px;
    margin-left:0px;
    margin-right: auto;
}


@media screen and (max-width:800px) {
   
#title {
    width: 80%;
    margin-left: 20px;
}
    #title img{
width: 90%;   
        margin-bottom: 2vw;
}
   } 

.post_content dd {
    margin-bottom: 0px;
    line-height: normal;
}
.post_content p {
    margin: 0 0 0em 0;
}
.post_content li, .post_content dt, .post_content dd {
    line-height: 1.8;
    font-weight: 500;
}
/* ----------------------------------------------------------------------
COMPANY
---------------------------------------------------------------------- */
#company_data_list th {
    width: 150px;
}
    
/* ----------------------------------------------------------------------
comapny
---------------------------------------------------------------------- */
#company{
    padding-top: 6vw;
    background-image: url(../img/company/back.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.post_content ul, .post_content ol, .post_content dl {
    margin-bottom: 0em; 
}
#company table{
    font-weight: 500;
    color: #2A4F99;
    font-size: clamp(16px, 1.2vw, 26px);
    border: 5px solid #69A4D0;
    line-height: 1.5em;
    border-collapse: collapse !important;
}

#company table th{
    background-color: #AFD8F7;
    letter-spacing: 0.05em;
    text-align: right;
    padding-top: 0.6em;
    padding-right: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
    width: 12em;
    border-bottom: 4px solid #69A4D0;
    border-right: 4px solid #69A4D0;
    line-height: 1.6em;
    font-weight: 600;
}

#company table td{
    background-color: #FFFFFF;
    padding-top: 0.6em;
    padding-right: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
    border-bottom: 4px solid #69A4D0;
    line-height: 1.6em;
}
#company .company{
    font-weight: 600;
}

#company table dl{
    display: flex;
}

#company table dd{
    width: 9em;
    margin-bottom: 0px;
    line-height: 1.6em;
}
@media screen and (max-width:800px) {
    #company{
    padding-top: 6vw;
}
#company table{
    font-size: clamp(15px, 1.4vw, 26px);
    border: 3px solid #69A4D0;
}
 #company table th{
    padding-top: 0.3em;
    padding-right: 0.2em;
    padding-bottom: 0.3em;
    padding-left: 0.2em;
    width: 6em;
    border-bottom: 2px solid #69A4D0;
    border-right: 2px solid #69A4D0;
}

#company table td{
    padding-top: 0.2em;
    padding-right: 0.4em;
    padding-bottom: 0.2em;
    padding-left: 0.4em;
    border-bottom: 2px solid #69A4D0;
}
    
} 


/* ----------------------------------------------------------------------
shikaku
---------------------------------------------------------------------- */
#shikaku{
    padding-top: 6vw;
    padding-bottom: 8vw;
    color: #2A4F99;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(../img/home/item_01.png);
    background-size: 25% auto;
}

#shikaku dl{
    font-size: clamp(16px, 1.3vw, 26px);
    line-height: 1.8em;
    margin-bottom: 1em;
    
    
}
#shikaku>dl>dd{
    font-weight: 600;
    font-size: clamp(16px, 1.3vw, 30px);
    letter-spacing: 0.1em;
    margin-bottom: 0.2em;
}

#shikaku>dl>dt{
    padding-left: 1em;
}


#shikaku>dl>dd:before{
  content: "■";
  color: #1C949C;
}

#shikaku dl dl dd{
    margin-left: 1.3em;
    text-indent: -1.3em;
}


#shikaku dl dl dd:before{
    content: "●";
    color: #1C949C;
    margin-right: 0.3em;
}

#shikaku dl dl dt span{
    margin-right: 1em;
    text-indent: -1.3em;
    margin-left: 1.3em;
    display: inline-block;
}

#shikaku dl dl dt span:before{
    content: "◯";
    color: #1C949C;
    margin-right: 0.3em;
}
#shikaku a{
    text-decoration: underline;
    font-weight: 500;
}
@media screen and (max-width:800px) {
    #shikaku{
    padding-top: 9vw;
    padding-bottom: 14vw;
    color: #2A4F99;
    background-size: 35% auto;
}

}
/* ----------------------------------------------------------------------
access
---------------------------------------------------------------------- */
#access{
  background-color: rgba(0,131,208,0.2);
    margin-top: 5vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
    
    
}

#access .title_img{
    position: relative;
    
}
#access .title_img img{
    position: absolute;
    margin-top: -10vw;
    width: 20vw;
}

#access dl{
    display: flex;
    margin-bottom: 1em;
}

#access dd{
    background-color: #1B4587;
    border-radius: 2vw;
    color: #FFFFFF;
    text-align: center;
    width: 8em;
    padding-top: 0;
    padding-bottom: 0;
    font-size: clamp(16px, 1.0vw, 24px);
    margin-right: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#access dt{
    font-size: clamp(16px, 1.3vw, 30px);
    color: #2A4F99;
    line-height: 1.6;
}

#access iframe{
    margin-top: 2vw;
}


@media screen and (max-width:800px) {
#access{
    padding-top: 10vw;
    
  }  

#access .title_img img{
    margin-top: -16vw;
    width: 40vw;
}
    #access .sub_title{
    margin-bottom: 5vw;
    
  }  #access dl{
    margin-bottom: 0.5em;
}
    #access dt{
    
    padding-top: 0em;
        line-height: 1.6em;
}
    #access dd {
    width: 6em;
        display: flex;
        justify-content: center;
        align-items: center;
}
    
#access iframe{
    height: 300px;
}

}
