@charset "utf-8";
/* =========================================================================================
Layout
=========================================================================================*/
.file-list{
    margin: 0 !important;
}
.file-list li + li{
    margin-top: 0.5em;
}
.file-list li::before{
    display: none;
}
.file-list li a[target="_blank"] {
    padding-right: 1.5em;
    background: url(../images/common/icon_file.svg) no-repeat right;
    background-size: 1.0em;
}
@media only screen and (max-width:820px){
    
}
@media only screen and (max-width:468px){
    
}

/* =========================================================================================
  Midashi
=========================================================================================*/
.page-header {
    padding: 6em 0px;
    margin: 0 0 20px 0;
    background: #8CCBFC;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: "";
    height: 320px;
    background-image: url(../images/main-visual-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 1;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
}

.page-header h1{
    font-size: clamp(1.8em, 4vw, 2.4em);
    color: #225290;
}
.page-header .en-title{
    font-size: 1.0rem;
    display: block;
}

@media only screen and (max-width:820px){

}
@media only screen and (max-width:468px){

}

.mid-l{
    font-size: 2.0em;
    text-align: center;
    margin-bottom: 2.0em;
}
.mid-m{
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
@media only screen and (max-width:820px){

}
@media only screen and (max-width:468px){

}

/* =========================================================================================
********
=========================================================================================*/
@media only screen and (max-width:820px){
    
}
@media only screen and (max-width:468px){
    
}

/* =========================================================================================
COMPANY
=========================================================================================*/
/*greeting*/
.company .greeting .flex-box{
    flex-wrap: nowrap;
    gap: 50px;
}
.company .greeting .flex-box .photo{
    text-align: center;
    max-width: 300px;
    min-width: 200px;
}
.company .greeting .flex-box .message{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.company .greeting .flex-box .message .signature{
    margin-top: 1.0em;
}
.company .greeting .flex-box .message .post{
    text-align: right;
}
.company .greeting .flex-box .message .name{
    text-align: right;
    font-size: 1.5em;
}

@media only screen and (max-width:820px){
    .company .greeting .flex-box { flex-wrap: wrap; justify-content: center; }
    .company .greeting .flex-box .item{ width: 100% !important; }
}
@media only screen and (max-width:468px){
    
}

/*overview*/
.company .overview table{
    width: 100%;
    max-width: 900px;
    margin: auto;
    border-spacing: 0;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
.company .overview th,
.company .overview td {
    text-align: left;
    padding: 1.0em;
    border-bottom: 1px solid #CCC;
}
.company .overview th{
    background: #DDD;
    width: 200px;
}

@media only screen and (max-width:820px){
    .company .overview th, .company .overview td { display: block; }
    .company .overview th{ width: 100%; }
}
@media only screen and (max-width:468px){
    
}

/*access*/
.company .access .flex-box{
    flex-direction: row-reverse;
    justify-content: space-around;
}
.company .access .flex-box + .flex-box{
    margin-top: 100px;
}
.company .access .flex-box .map{
    width: calc( 100% - 400px );
}
.company .access .flex-box .map iframe{
    width: 100% !important;
    max-height: 400px !important;
}

@media only screen and (max-width:820px){
    .company .access .flex-box { flex-direction:column-reverse; gap: 10px; }
    .company .access .flex-box .item{ width: 100% !important; }
    .company .access .flex-box .map iframe{ max-height: 300px !important; }
}
@media only screen and (max-width:468px){
    
}

/*history*/
.company .history .history-block{
    position: relative;
    padding-left: 50px;
    width: 100% ;
    max-width: 900px;
    margin: auto;
}
.company .history .history-block::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #CCC;
    top: 20px;
    left: 25px;
}
.company .history .history-block dl{
    display: flex;
    justify-content: left;
    gap: 30px;
    align-items: start;
}
.company .history .history-block dl + dl{
    margin-top: 50px;
}
.company .history .history-block dt{
    font-size: 2.0em;
    font-weight: bold;
    line-height: 1.0;
    white-space: nowrap;
    position: relative;
}
.company .history .history-block dt::before{
    content: "";
    position: absolute;
    width: 20px;
    aspect-ratio: 1 / 1;
    background: #CCC;
    top: 7px;
    left: -33px;
    border-radius: 50%;
}

@media only screen and (max-width:820px){
    .company .history .history-block dl{ flex-direction: column; gap: 15px; }
}
@media only screen and (max-width:468px){
    
}


/* =========================================================================================
PAGE-CUSTOM
=========================================================================================*/
/*Slider*/
.swiper {
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
    width: 100%;
    margin-bottom: 75px;
}
.swiper-container {
    overflow: hidden;
    width: 100%;
}
.swiper-slide {
    flex-flow: column nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: max(0.5rem, 1.5vw);
}
.swiper-slide img{
    aspect-ratio: 16 / 9 ;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}
.slider {
    position: relative;
    width: 100%;
    flex-grow: 1;
}
.swiper-thumbnail {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.swiper-thumbnail .swiper-slide {
    flex-flow: row nowrap;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.5s;
}
.swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

@media only screen and (max-width:820px){
    
}
@media only screen and (max-width:468px){
    .swiper { margin-bottom: 45px; }
}


/* =========================================================================================
404
=========================================================================================*/
.error404 .entry-header{
    text-align: center;
    padding:40px 20px;
    margin: 0 ;
}

.error404 .error-message{
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}
    .error404 .error-message p img{
        margin: 0 auto 80px;
        max-width: 250px;
    }

@media only screen and (max-width:820px){
    
}
@media only screen and (max-width:468px){

}