@charset "UTF-8";

/* --------------------------------------------------------------

    一覧ページ

-------------------------------------------------------------- */
.search-title {
    background: #1f518e;
    position: relative;
    font-size: 2rem;
    color: #fff;
    padding: 1.3rem 1.5rem 1.3rem 6.5rem;
    margin-bottom: 1.5rem;
}
.search-title:before {
    content: "";
    display: inline-block;
    background: #103d74;
    height: 100%;
    width: 5rem;
    position: absolute;
    left: 0;
    top: 0;
}
.search-title .icon-search {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2rem;
    left: 1.5rem;
}
.search_content {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 3rem;
}
.search_content input {
    font-size: 1.6rem;
}
.search_content input::placeholder {
    color: #8e989d;
}
.search_content__btn {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
    width: 95px;
    pointer-events: none;
}
.search_content input[type="submit"] {
    background: #232323;
    width: 100px;
}


.select_content {
    position: relative;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    overflow: hidden;
}
.select_content select {
    cursor: pointer;
    padding: 1.3rem 2rem;
    width: 100%;
    color: #8e989d;
}
.form__select-arrow-ico {
    position: absolute;
    right: -1px;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1px;
    pointer-events: none;
    background: #232323;
    width: 5rem;
    height: 103%;
    font-size: 1.4rem;
}
.form__select-arrow-ico .icon-arrow {
    -webkit-transform: rotate(
90deg
);
    transform: rotate(
90deg
);
}

.technology__list {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.technology__list ul {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
.technology__list ul li {
    padding: 2rem 0;
}
.technology__list ul li:not(:last-child) {
    border-bottom: 1px solid #cdcdcd;
}
.technology__list__img {
    position: relative;
    height: 210px;
    margin-bottom: 1rem;
    overflow: hidden;
}
.technology__list__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: transform 0.3s;
    top: 0;
    left: 0;
}
.technology__list__date {
    font-size: 1.4rem;
    color: #8e989d;
    margin-bottom: 1rem;
}
.technology__list__info h4 {
    font-size: 1.8rem;
    color: #1f518e;
    margin-bottom: 1rem;
}
.technology__list__quote {
    font-size: 1.4rem;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    .technology__list {
        margin-top: 6rem;
    }
    .technology__list ul li {
        padding: 3rem 0;
    }
    .technology__list--flex {
        display: -ms-flexbox;
        display: flex;
    }
    .technology__list__img {
        min-width: 13rem;
        max-width: 13rem;
        height: 13rem;
        margin-right: 3rem;
    }
    .technology__list__info h4 {
        font-size: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .search_content input {
        font-size: 1.8rem;
    }
    .search_content__btn {
        font-size: 1.8rem;
    }
    .search_content input[type="submit"] {
        width: 180px;
    }
    .search_content__btn {
        width: 175px;
    }

    .technology__list ul li a:hover .technology__list__img img {
        transform: scale(1.2);
    }
    .technology__list ul li a:hover .technology__list__quote {
        color: #8e989d;
    }
}



/* --------------------------------------------------------------

    詳細ページ

-------------------------------------------------------------- */
.technology-main {
    border: 1px solid #cdcdcd;
    border-top: 2px solid #065fad;
    padding: 2rem;
    margin-bottom: 4rem;
}
.technology-main__info {
    margin-bottom: 2rem;
}
.technology-main__info-date {
    overflow: hidden;
    margin-bottom: .5rem;
    font-weight: bold;
    width: 40%;
    min-width: 25rem;
}
.technology-main__info-date p {
    float: left;
    font-size: 1.4rem;
    color: #8e989d;
    margin-right: 3rem;
}
.technology-main__info-date p:last-child {
    margin-right: 0;
}
.technology-main__info-date p .icon-rotate {
    font-size: 1.1rem;
    margin-right: 1rem;
}
.technology-main__info-cat ul {
    overflow: hidden;
    margin-top: -1rem;
}
.technology-main__info-cat ul li {
    float: left;
    font-size: 1.4rem;
    margin-right: 1rem;
    border: 1px solid #1f518e;
    padding: 2px 10px;
    color: #1f518e;
    margin-top: 1rem;
}
.technology-main__info-cat ul li:last-child {
    margin-right: 0;
}
.technology-main__main-ttl {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.single_content__link {
    position: relative;
    overflow: hidden;
    border: #cdcdcd 1px solid;
    margin-top: 4rem;
  }
  .single_content__link img {
    margin-bottom: 0;
  }
  .single_content__link__prev {
    float: left;
  }
  .single_content__link__home {
    position: absolute;
    border-right: #cdcdcd 1px solid;
    border-left: #cdcdcd 1px solid;
    right: 0;
    left: 0;
    width: 8rem;
    margin: auto;
    text-align: center;
  }
  .single_content__link__home .icon-home {
      color: #065fad;
      font-size: 2rem;
  }
  
  .single_content__link__next {
    float: right;
    text-align: right;
  }
  .single_content__link__prev a,
  .single_content__link__home a,
  .single_content__link__next a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .single_content__link__home a {
    font-size: 1.2rem;
    padding-top: 1.2rem;
  }

  .single_content__link__prev,
  .single_content__link__next {
    width: 50%;
  }
  .single_content__link__prev .icon-arrow,
  .single_content__link__next .icon-arrow {
    position: absolute;
    color: #1f518e;
    top: calc(52%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1rem;
  }
  .single_content__link__prev a,
  .single_content__link__next a {
    font-size: 1.4rem;
  }
  .single_content__link__prev a {
    padding-left: 3rem;
  }
  .single_content__link__prev .icon-arrow {
    left: 1rem;
    transform: scale(-1, 1);
    top: calc(44%);
  }
  .single_content__link__next a {
    padding-right: 3rem;
  }
  .single_content__link__next .icon-arrow {
    right: 1rem;
}

.related-ttl {
    font-size: 2rem;
    background: #1f518e;
    color: #fff;
    margin-bottom: 2rem;
    padding: 1.3rem 1.5rem;
}
.technology-related-list {
    margin-bottom: 4rem;
}
.technology-related-list__img {
    position: relative;
    height: 210px;
    margin-bottom: 1rem;
    overflow: hidden;
}
.technology-related-list__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: transform 0.3s;
    top: 0;
    left: 0;
}
.technology-related-list__date {
    color: #8e989d;
    font-size: 1.4rem;
    margin-bottom: .5rem;
}
.technology-related-list__inner h4 {
    font-size: 1.8rem;
}

.wp-block-image figcaption {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .technology-main__info {
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .technology-related-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .technology-related-list li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .technology-related-list__inner a:hover .technology-related-list__img img {
        transform: scale(1.2);
    }
}


@media screen and (min-width: 1000px) {
    .technology-main {
        padding: 3rem;
        margin-bottom: 6rem;
    }
    .technology-main__main-ttl {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .single_content__link__prev a, .single_content__link__next a {
        font-size: 1.6rem;
    }
    .single_content__link__home {
        width: 17.5rem;
    }
    .single_content__link__home a {
        font-size: 1.4rem;
    }
    .single_content__link__home .icon-home {
        font-size: 2.4rem;
    }
    .single_content__link {
        margin-top: 6rem;
    }
    .single_content__link__next a {
        padding-right: 5rem;
    }
    .single_content__link__next .icon-arrow {
        right: 1.5rem;
    }
    .single_content__link__prev a {
        padding-left: 5rem;
    }
    .single_content__link__prev .icon-arrow {
        left: 1.5rem;
    }
    .single_content__link__prev a {
        padding-left: 5rem;
    }
    .related-ttl {
        font-size: 2.2rem;
        padding: 1.7rem 3rem;
        margin-bottom: 3rem;
    }
    
}

@media screen and (min-width: 1200px) {
    .technology-main__info {
        margin-bottom: 1rem;
    }
    .technology-main__info-date {
        margin-bottom: 0;
    }
    .technology-main__info-date p {
        font-size: 1.6rem;
    }
    .technology-main__info-date p .icon-rotate {
        font-size: 1.3rem;
    }
    .technology-main__info-cat ul li {
        font-size: 1.6rem;
        padding: 2px 20px;
    }
}