
@charset "UTF-8";
/* CSS Document */

.is-pc{
    display: block;
}
.is-sp{
    display: none;
}
@media screen and (max-width:768px) {
    .is-pc{
        display: none;
    }
    .is-sp{
        display: block;
    }
}


.section-panel {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    /* gap: 30px; */
}
.customer-panel{
    flex: 0 0 48%;
    max-width: 518px;
    background-color: #fff;
    box-shadow: 0px 3px 8px 0px #00000033;
}
.customer-panel > a {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    padding: 30px;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    box-sizing: border-box;
}
.customer-panel > a:hover {
    opacity: .6;
}

.customer-area  {
    flex: 0 1 332px;
    margin-right: 20px;
}

.customer-name {
    height: 132px;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #B2B2B2
}
.customer-name span {
    
    display: inline-block;
    margin-bottom: 5px;
}

.customer-description {
    font-size: 14px;
    line-height: 1.2;
    margin: 13px 0 0;
    min-height: 54px;
}
.customer-description p {
    margin: 0;
}
.customer-process {
    display: flex;
    flex-wrap: wrap;
    /* gap: 8px; */
    margin: 16px 0 0;
}
.customer-process-tag {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 2px 8px;
    font-size: 11px;
    letter-spacing: 0.2pt;
    line-height: 1.4em;
    color: #fff;
    background: #001e55;
    border-radius: 4px;
    white-space: nowrap;
}


.customer-img {
    flex: 0 0 40%;
    align-self: center;
}
.customer-img img {
    width: 100%;
    height: auto;
}
.customer-panel.no-image > a {
    display: block;
}

@media screen and (min-width:769px) {
    .customer-panel:nth-of-type(n+3) {
        margin-top: 30px;
    }
}
@media screen and (max-width:768px) {
    .section-panel{
        display: block;
    }
    .customer-panel{
        width: 100%;
        max-width: initial;

    }
    .customer-panel > a {
        flex-direction: column;
        padding: 20px;
    }
    .customer-panel:nth-of-type(n+2) {
        margin-top: 20px;
    }
    .customer-area{
        flex-basis: 100%;
        order: 2;
    }
    .customer-area + .customer-img{
        margin-top: 20px;
    }
    .customer-description{
        min-height: inherit;
    }
    .customer-img{
        flex-basis: 100%;
        max-width: inherit;
        /* max-height: 130px; */
        order: 1;
    }
    .customer-img img {
        width: auto;
        height: 100%;
        max-height: 130px;
    }
}





.section-company h2{
    margin: 0;
    text-align: center;
    line-height: 60px;
}
.company-introduction{
    margin-top: 20px;
    padding: 20px;
    background-color: #F0F0F0;
    box-sizing: border-box;
}

.company-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 19px;
}
.company-info-logo{
    flex: 0 0 150px;
}
.company-info-logo img{
    width: 100%;
    height: auto;
}
img.company-info-logo-dd{
    background: white;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

img.company-info-logo-daikyo{
    background: white;
    width: 150px;
    height: 150px;
    object-fit: contain;
    padding: 0px 35px;
}

.company-info-overview{
    flex: 0 1 90%;
    max-width: 860px;
}
.company-info-overview dl{
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 20px;
}
.company-info-overview dt{
    color: #4A60FF;
}
.company-info-overview dd{
    margin: 0;
}
.company-info-name{
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.company-info-description{
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}
.company-info-description >*{
    margin: 0;
}
.company-lead{
    margin: 40px 0 0;
    padding-bottom: 120px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0;
    background-image: url(/image/case/article/triangle-yellow.png);
    background-size: 20px 60px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

@media screen and (max-width:768px) {
    .section-company{
        margin-top: 60px;
    }
    .section-company h2{
        font-size: 20px;
        line-height: 30px;
    }
    .company-introduction{
        padding: 20px 10px;
    }
    .company-info{
        display: block;
    }
    .company-info-logo img {
        display: block;
        width: auto;
        height: 100%;
        max-height: 100px;
        margin: 0 auto;
    }
    .company-info-name{
        font-size: 18px;
        line-height: 20px;
    }
    .company-info-overview{
        margin-top: 20px;
    }
    .company-info-overview dl{
        font-size: 14px;
        line-height: 18px;
    }
    .company-info-overview dt{
        margin-top: 10px;
    }
    .company-info-description {
        line-height: 18px;
    }
    .company-lead {
        font-size: 14px;
        line-height: 18px;
    }
}








.section-interview,
.section-interview-bottom {
    margin: 80px 0 0;
}
.section-interview h3{
    margin: 0;
    padding-left: 14px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    border-left: 6px solid #000;
}
.section-interview dl,
.section-interview-bottom dl{
    margin: 30px 0 0;
    font-size: 16px;
}
.section-interview > dl > dt,
.section-interview-bottom > dl > dt{
    font-weight: bold;
    line-height: 40px;
}
.section-interview > dl > dt::before,
.section-interview-bottom > dl > dt::before{
    content: 'ー';
}
.section-interview dd,
.section-interview-bottom dd{
    margin: 20px 0 0;
    line-height: 22.4px;
}
.section-interview dd p,
.section-interview-bottom dd p{
    margin: 0;
}
.interview-split{
    display: flex;
    justify-content: space-between;
}
.interview-split.-img-left .interview-img{
    order: 1;
}
.interview-split.-img-left .interview-text{
    order: 2;
}

.interview-img{
    flex: 0 0 40%;
    max-width: 350px;
}
.interview-img img{
    width: 100%;
    height: auto;
}
.interview-text{
    flex: 0 1 70%;
    max-width: 690px;
}
.interview-text p{
    margin: 0;
}

.interview-name{
    color: #4A60FF;
    font-weight: bold;
}
.interview-person{
    margin: 30px 0 0;
    position: relative;
}
.interview-photo{
    position: relative;
    display: block;
    width: 380px;
    box-sizing: border-box;
    z-index: 5;
}
.interview-photo img{
    width: 100%;
    height: auto;
}

.interview-overview{
    margin-top: -160px;
    padding: 20px 20px 20px 420px;
    background-color: #F0F0F0;
    box-shadow: 4px 4px 4px 0px #00000040;
}

.interview-affiliation{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
}
.interview-summary{
    margin: 15px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
}
.interview-summary p{
    margin: 0;
}

@media screen and (max-width:768px) {
    .section-interview{
        margin-top: 60px;
    }
    .section-interview-bottom{
        margin-top: 20px;
    }
    .section-interview h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .section-interview dl, .section-interview-bottom dl{
        margin-top: 20px;
        font-size: 14px;
    }
    .section-interview > dl > dt, .section-interview-bottom > dl > dt,
    .section-interview dd, .section-interview-bottom dd  {
        font-size: 14px;
        line-height: 20px;
        /* letter-spacing: .2em; */
    }
    .interview-split {
        display: block;
    }
    .interview-img{
        max-width: inherit;
        margin-top: 20px;
    }
    .interview-photo{
        width: 100%;
        padding: 0 10px;
    }
    .interview-overview{
        margin-top: -16vw;
        padding: 19vw 10px 20px;
    }
    .interview-affiliation{
        line-height: 20px;
    }

}




.btn-area{
    margin: 80px 0 0;
}
.btn-turquoise{
    margin: 0;
}

.btn-turquoise a{
    position: relative;
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 16px 0;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    background-color: #2CAFCC;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}
.btn-turquoise a:hover{
    opacity: .6;
}
.btn-turquoise a::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
.btn-white{
    margin-top: 50px;
    text-align: center;
}
.btn-white p{
    margin: 0;
    background-color: #fff;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
}
.btn-white a{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 58px;
    font-size: 18px;
    line-height: 58px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.btn-white a:hover{
    opacity: .6;
}
.btn-white a::after{
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%) rotate(45deg);
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border:1px solid #000;
    border-color: #000 #000 transparent transparent;
}

.btn-dark-blue{
    margin: 80px 0 20px;
    text-align: center;
}
.btn-dark-blue p{
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
}
.btn-dark-blue a{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 16px 8px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    background-color: #001E55;
    border-color: #000000;
    box-sizing: border-box;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
.btn-dark-blue a:hover{
    opacity: .6;
}
.btn-dark-blue a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

@media screen and (max-width:768px) {
    .btn-area{
        margin: 60px 0 0;
    }
    .btn-white{
        margin-top: 30px;
    }
    .btn-white p {
        width: 92%;
        max-width: inherit;
    }
    .btn-white a {
        height: 50px;
        line-height: 50px;
    }
    .btn-white a::after{
        width: 8px;
        height: 8px;
    }
    .btn-dark-blue{
        margin: 40px 0 10px;
    }
    .btn-dark-blue p{
        width: 92%;
        max-width: inherit;
    }
}


.recommend-area{
    width: 100%;
    margin: 80px 0 0;
    padding: 80px 0;
    background-color: #F0F0F0;
}
.recommend-inner{
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
}

.recommend-titile{
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    color: #001E55;
}
.recommend-carusel{
    position: relative;
    margin-top: 50px;
    padding: 0 80px;
}
.recommend-carusel a{
    text-decoration: none;
}
.recommend-carusel a:hover{
    opacity: .6;
}
.recommend-panel-image{
    width: 100%;
    max-height: 174px;
}
.recommend-panel-image img{
    width: 100%;
    height: 174px;
    object-fit: cover;
}
.recommend-panel-text{
    margin: 14px 0 0;
    padding-bottom: 20px;
}
.recommend-panel-title{
    margin: 0;
    padding: 0 15px;
    text-align: left;
}
.recommend-panel-title strong{
    font-size: 16px;
    font-weight: bold;
    color: #001E55;
    line-height: 25.2px;
}
.recommend-panel-lead{
    margin: 5px 0 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 0;
    color: #001E55;
}
.recommend-panel-link{
    position: relative;
    margin: 10px 0 0;
    padding-right: 25px;
    text-align: right;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #001E55;
}
.recommend-panel-link::before,
.recommend-panel-link::after{
    position: absolute;
    top: 50%;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #001E55;
    border-width: 1px 1px 0 0;
    transform: translateY(-50%) rotate(45deg);
}
.recommend-panel-link a::before{
    right: 15px;
}
.recommend-panel-link a::after{
    right: 8px;
}

@media screen and (max-width:768px) {
    .recommend-area{
        margin-top: 60px;
        padding: 50px 0 40px;
    }
    .recommend-inner{
        width: 100%;
    }
    .recommend-carusel{
        margin-top: 20px;
        padding: 0 64px;
    }
    .recommend-titile{
        font-size: 20px;
        line-height: 40px;
    }
    .recommend-panel-image{
        max-height: inherit;
    }


}



/* swiper（その他おすすめの事例用） */
.swiper {
    width: 100%;
    box-sizing: border-box;
}
.swiper-wrapper{
    margin-top: 0;
    padding: 0;
}
.swiper-slide {
    box-sizing: border-box;
    /* padding: 24px 16px; */
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: calc(32.717% - 1px) !important;
    margin-right: 9px !important;
}
.swiper-button-prev,
.swiper-button-next {
    color: #333;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: .6;
}
.is-hidden {
    display: none !important;
}
.swiper-pagination {
    bottom: -24px !important;
}
.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  width: 48px;
  height: 48px;
  background: #000;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0,0,0,.15);
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 20px;
    color: #fff;
}
.swiper-button-next:after{
    content: '>';
    transform: translate(15%, -10%);
}
.swiper-button-prev:after{
    content: '<';
    transform: translate(-5%, -10%);
}
@media (max-width: 767px) {

    .swiper-slide {
        width: calc(100% - 1px) !important;
        margin-right: 17px !important;
    }

  .swiper-button-prev,
  .swiper-button-next {
    top: 40%;
    width: 32px;
    height: 32px;
    margin-top: 0;
    box-shadow: none;
  }
}

.footer-blank{
    padding-bottom: 100px;
}

.display-amount{
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

img.interview-persons{
width: 600px;
}

@media screen and (max-width: 600px){
img.interview-persons-sp{
width: 100%;
}
}

@media screen and (max-width: 1000px){
.persons-sp{
    clear:both;
}
}
.persons {
    font-weight: 700;
}




