@charset "UTF-8";



@media screen and (max-width: 767.98px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .is-tab-down {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .is-tab-up {
    display: none;
  }
}



.technology {

}

.technology__h1 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
}

.technology__copy {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    line-height: calc(45 / 25);
    letter-spacing: 0.1em;
}

.technology__text{
    margin-top: 30px;
    line-height: calc(30 / 16);
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
}

.technology__items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 80px;
}

.technology__item {
    width: calc(50% - 20px);
    border: 1px solid #333;
    position: relative;

}

.technology__item-number {
    position: absolute;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    background: #e46c10;
    color: #fff;
    line-height: 1;
    padding: 15px 15px 10px 15px;
    display: block;
}

.technology__item-number span{
        font-size: 10px;
        display: block;
        margin-bottom: 5px;
}

.technology__item-img img{
    display: block;
}

.technology__item-text {
    text-align: center;
    font-size: 23px;
    line-height: calc(35 / 23);
    font-weight: 500;
    padding: 25px;
}

@media ( max-width: 767.98px){
    .technology__items-wrapper{
        display: block;
    }
    .technology__item{
        width: 100%;
        max-width: 400px;
        margin: 20px auto 0;
    }
    .technology__item-text{
        font-size: 18px;
        padding: 15px;
    }
    .technology__copy{
        font-size: 20px;
    }
    .technology__h1{
       font-size: 32px;
    }
    .technology__text{
        text-align: left;
    }
}

/*共通　テクノロジーサイト*/
.technology__site {
    padding: 130px 0;
}

.technology__site-img-wrapper{
    position: relative;
}

.technology__site-img {
}

.technology__site-text-wrapper {
    position: absolute;
    z-index: 1;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.technology__site-text1 {
    font-family: "Oswald";
    font-size: 45px;
}

.technology__site-text1 span{
    color: #e46c10;
}

.technology__site-text2 {
    font-size: 20px;
    margin-top: 30px;
    width: 400px;
    text-align: center;
}

.technology__site-text3 {
    font-size: 45px;
    line-height: 1.2;
    width: 400px;
    text-align: center;
}

.technology__site .more {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    border-color: #fff;
}
.technology__site .more:hover, .technology__site .more:focus {
    background-color: #fff;
    color: #1e1e1e;
}
.technology__site .more:after {
    background: url(../../img/arrow-w.svg) no-repeat center center / contain;
}
.technology__site .more:hover:after, .technology__site .more:focus:after {
    background: url(../../img/arrow.svg) no-repeat center center / contain;
    filter: none;
    width: 60px;
}


@media ( max-width: 991.98px){
.technology__site-text1 {
    font-size: 22px;
}
.technology__site-text2 {
    font-size: 18px;
    width: 250px;
    margin-top: 15px;
}
.technology__site-text3{
    font-size: 28px;
    width: 250px;
}
.technology__site-button a{
    min-width: 250px;
    padding: 10px 22px 10px 32px;
}
}

@media ( max-width: 767.98px){
    .technology__site{
        padding: 80px 0;
    }
.technology__site-text-wrapper {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 20px;
    transform:  translateX(-50%);
    color: #fff;
    text-align: center;
}
.technology__site-text1 {
    font-size: 22px;
}
.technology__site-text2 {
    font-size: 18px;
    width: auto;
    text-align: center;
    margin-top: 15px;
}
.technology__site-text3{
    font-size: 32px;
}
    .technology__site-button{
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
    }
}