@charset "utf-8";


/* Section. search-section
   ========================================================================== */

.search-section {
    padding: 15px;
}

.search-box {
    padding: 35px 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}

.search-box h2 {
    margin-bottom: 10px;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.search-section .search-recruitment {
    margin-bottom: 35px;
}

.search-form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #2e6db1;
    border-radius: 3px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.search-form input::-webkit-input-placeholder {
    color: #b2b2b2;
    letter-spacing: 1px;
}

.search-form input:-ms-input-placeholder {
    color: #b2b2b2;
    letter-spacing: 1px;
}

.search-form input::placeholder {
    color: #b2b2b2;
    letter-spacing: 1px;
}

@media print, screen and (min-width: 768px) {
    .search-section {
        padding: 70px 0 70px 50px;
        background: url(../images/first-view_pc.jpg) center center no-repeat;
        background-size: cover;
    }
    
    .search-box {
        max-width: 500px;
        border: 15px solid #f4f4f4;
    }
}

@media print, screen and (min-width: 1200px) {
    .search-section {
        position: relative;
        height: calc(100vh - 162px);
        min-height: 700px;
        padding: 0;
    }
    
    .search-box {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 500px;
        padding: 50px 15px;
    }
}

/* Search Buttons ---------------------------- */

.search-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-btns .btn,
.search-detail .btn {
    border: 1px solid #2e6db1;
    background-color: #fff;
    color: #2e6db1;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}

.search-recruitment .search-btns .btn {
    width: 49%;
    width: calc(50% - 5px);
    letter-spacing: 8px;
    text-indent: 8px;
}

.search-internship .search-btns .btn:first-child {
    width: 20%;
    width: calc(22% - 5px);
    letter-spacing: 4px;
    text-indent: 4px;
}

.search-internship .search-btns .btn:nth-of-type(2),
.search-internship .search-btns .btn:last-child {
    width: 37.5%;
    width: calc(39% - 5px);
    letter-spacing: 2px;
    text-indent: 2px;
}

.search-recruitment .search-btns .btn:first-of-type,
.search-recruitment .search-btns .btn:nth-of-type(2) {
    margin-bottom: 10px;
}

/* 「詳細条件で絞り込む」 */

.search-detail .btn {
    width: 100%;
    padding-left: 15px;
    text-align: left;
}

.search-detail .btn img {
    width: 32px;
    margin-right: 15px;
    vertical-align: middle;
}

.search-detail .btn span {
    font-weight: inherit;
    letter-spacing: 1px;
    vertical-align: middle;
}

/* 「検索」 */

.search-form .btn {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #2e6db1;
    background-color: #2e6db1;
    color: #fff;
    letter-spacing: 8px;
    text-indent: 8px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

@media print, screen and (min-width: 769px) {
    .search-btns .btn,
    .search-detail .btn {
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }
    
    .search-btns .btn:hover,
    .search-detail .btn:hover {
        background-color: #f4f4f4;
    }

    .search-recruitment .search-btns .btn {
        width: 24%;
        width: calc(25% - 5px);
    }

    .search-recruitment .search-btns .btn:first-of-type,
    .search-recruitment .search-btns .btn:nth-of-type(2) {
        margin-bottom: 0;
    }
}


/* Section. feature
   ========================================================================== */

@media print, screen and (min-width: 1024px) {
    .feature {
        margin-bottom: 50px;
        padding-top: 100px;
    }
}

/* Tab --------------------------------------- */

/* Tab Buttons */

.tab-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 15px;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab-btns .btn {
    width: 49%;
    width: calc(50% - 5px);
    padding: 15px 0;
    border: 1px solid #707070;
    background-color: #fff;
    color: #707070;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-indent: 2px;
}

.tab-btns .btn.is-active {
    background-color: #e8e8e8;
}

@media print, screen and (min-width: 1024px) {
    .tab-btns {
        padding: 0;
        border-bottom: 2px solid #eaeaea;
    }
    
    .tab-btns .btn {
        border: none;
        border-bottom: 3px solid transparent;
        border-radius: 0;
        color: #282828;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        cursor: pointer;
    }
    
    .tab-btns .btn.is-active {
        border-bottom: 3px solid #02a89d;
        background-color: inherit;
    }
}

/* Tab Contents */

.tab-contents {
    padding: 25px 15px;
}

.tab-content-readmore {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.tab-content-readmore a {
    display: inline-block;
    padding: 10px;
    color: #707070;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-indent: 2px;
}

@media print, screen and (min-width: 1024px) {
    .tab-contents {
        padding: 50px 0;
    }
    
    .tab-content-readmore a {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

/* Feature Card ------------------------------ */

.feature-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px #eaeaea;
    box-shadow: 3px 3px #eaeaea;
}

.feature-card-image {
    display: block;
    position: relative;
    width: 40%;
}

.feature-card-image::after {
    display: block;
    padding-top: 90%;
    content: "";
}

.feature-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.feature-card-outline {
    position: relative;
    padding: 15px 20px 33px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.feature-card-title {
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.25;
}

.feature-card-title a {
    color: #02a89d;
}

.feature-card-info p {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.25;
}

.feature-card-info p:first-child {
    margin-right: 10px;
}

.feature-card-readmore {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.feature-card-readmore a {
    color: #999;
}

@media print, screen and (min-width: 768px) {
    .tab-feature .tab-content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .feature-card {
        width: 49%;
        width: calc(50% - 7.5px);
    }
}

@media print, screen and (min-width: 1024px) {
    .tab-feature .tab-content-inner::after {
        display: block;
        width: 30%;
        width: calc(33.3% - 12.5px);
        content: "";
    }
    
    .feature-card {
        display: block;
        width: 30%;
        width: calc(33.3% - 12.5px);
        margin-bottom: 25px;
    }
    
    .feature-card-image {
        width: 100%;
    }
    
    .feature-card-image img {
        display: block;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }
    
    .feature-card-image:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }
    
    .feature-card-outline {
        padding: 20px 20px 58px 15px;
    }
    
    .feature-card-readmore a {
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }
    
    .feature-card-readmore a:hover {
        color: #282828;
    }
}

/* Skill ------------------------------------- */

.skill-list {
    padding: 15px;
    background-color: #fff;
}

.skill-item {
    border-bottom: 1px dashed #ccc;
}

.skill-item:last-child {
    border-bottom: none;
}

.skill-item a {
    display: block;
    position: relative;
    padding: 10px;
    color: inherit;
    line-height: 1.5;
    letter-spacing: 1px;
}

.skill-item a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #aaa;
    content: "＞";
}

@media print, screen and (min-width: 768px) {
    .skill-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .skill-item {
        width: 49%;
        width: calc(50% - 7.5px);
    }
    
    .skill-item:last-child {
        border-bottom: 1px dashed #ccc;
    }
}

@media print, screen and (min-width: 1024px) {
    .skill-list {
        padding-top: 0;
    }
}


/* Section. news
   ========================================================================== */

.news {
    padding: 35px 30px;
}

.news h2 {
    margin-bottom: 25px;
    color: #707070;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 4px;
    text-align: center;
    text-indent: 4px;
}

.news-item:first-of-type {
    margin-bottom: 40px;
}

/* News Image -------------------------------- */

.news-image {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.news-image::after {
    display: block;
    padding-top: 62.5%;
    content: "";
}

.news-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

/* News Outline ------------------------------ */

.news-outline {
    padding: 0 15px;
}

.news-title {
    margin-bottom: 5px;
}

.news-title a {
    color: #02a89d;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 1px;
}

.news-info {
    margin-bottom: 15px;
}

.news-info p {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.25;
}

.news-info p:first-child {
    margin-right: 10px;
}

.news-text {
    line-height: 1.8;
    letter-spacing: 1px;
}

@media print, screen and (min-width: 768px) {
    .news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .news h2 {
        width: 100%;
        margin-bottom: 50px;
        font-weight: bold;
    }
    
    .news-item {
        width: 49%;
        width: calc(50% -10px);
    }
    
    .news-item:first-of-type {
        margin-bottom: 0;
    }
}


/* Section. search-job
   ========================================================================== */

/* .search-boxは "Section. search-section" を参照 */

.search-job {
    padding: 15px;
}

@media print, screen and (min-width: 768px) {
    .search-job {
        display: none;
    }
}


/* Section. journey
   ========================================================================== */

.journey {
    padding-bottom: 40px;
    background-color: #fff;
}

.journey h2 {
    width: 100%;
    padding: 23px 0;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 3px;
    text-align: center;
    text-indent: 3px;
    white-space: nowrap;
}

.journey-main {
    padding: 15px 15px 35px;
}

.journey-main h3 {
    margin-bottom: 15px;
    color: #676767;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.journey-main h3 span {
    display: block;
    margin-top: 7px;
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
}

.journey-image {
    height: 180px;
    overflow: hidden;
}

/* Article ----------------------------------- */

.report-container {
    margin-bottom: 35px;
}

.report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #c4c4c4;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.report:first-of-type {
    border-top: 1px solid #c4c4c4;
}

.report-thumb {
    position: relative;
    width: 30%;
}

.report-thumb::after {
    display: block;
    padding-top: 110%;
    content: "";
}

.report-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.report-contents {
    padding: 0 5px 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.report-contents h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
}

.report-contents h4 a {
    color: #676767;
    font-weight: bold;
    letter-spacing: 1px;
}

.report-text {
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.5;
}

.report-readmore {
    text-align: right;
}

.report-readmore a {
    color: #282828;
    border-bottom: 1px solid #282828;
}

.past-reports-link {
    text-align: center;
}

.past-reports-link a {
    color: #02a89d;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-indent: 2px;
}

@media print, screen and (min-width: 768px) {
    .journey {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 70px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .journey h2 {
        font-size: 20px;
        font-size: 2.0rem;
    }
    
    .journey-image {
        position: relative;
        width: 40%;
        height: auto;
        overflow: auto;
    }
    
    .journey-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    
    .journey-main {
        padding: 30px 15px 0 50px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .report {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }
    
    .report-contents {
        position: relative;
    }
    
    .report-readmore {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}


/* Section. official
   ========================================================================== */

.official h2 {
    padding: 23px 0;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3px;
    text-align: center;
    text-indent: 3px;
    white-space: nowrap;
}

.official-container {
    padding: 30px;
}

.official-desc {
    margin-bottom: 35px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.official-list {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.official-item {
    display: inline-block;
    width: 33.3%;
    margin-bottom: 25px;
    text-align: center;
}

.official-item a img {
    width: auto;
    height: 100%;
}

.official-image {
    display: inline-block;
    margin-bottom: 10px;
    height: 55px;
    vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
    .official h2 {
        font-size: 20px;
        font-size: 2.0rem;
    }
    
    .official-container {
        padding-top: 45px;
    }
    
    .official-item {
        width: 12.5%;
    }
}

/* Banner ------------------------------------ */

.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 30px;
    margin-bottom: 30px;
}

.banner-item {
    display: block;
    width: 49%;
}

/* .banner-item:first-of-type {
    width: 100%;
    margin-bottom: 6px;
} */

.banner-item img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.banner-item .banner-pc {
    display: none;
}

@media print, screen and (min-width: 768px) {
    .banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 70px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .banner-item {
        width: 49%;
        width: calc(50% - 5px);
    }

    .banner-item:first-of-type {
        margin-bottom: 10px;
    }
    
    .banner-item .banner-sp {
        display: none;
    }
    
    .banner-item .banner-pc {
        display: block;
    }
}

/* Attention --------------------------------- */

.official-attention {
    padding: 0 30px;
}

.official-attention h3 {
    margin-bottom: 15px;
    color: #676767;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.25;
}

.official-attention p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 1px;
}

/*
 * Information
 */
.info {
    padding: 0 15px 15px;
}

.info.info--past {
    margin: 0;
    padding: 30px 0 0;
    box-shadow: none;
    border: none;
}

.info.info--past .info__inner {
    box-shadow: none;
}

.info__inner {
    padding: 25px 20px 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}

.info__heading {
    color: #02a89d;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
}

.info__list {
    line-height: 1.5;
}

.info__item {
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

.info__item:first-of-type {
    border: none;
}

.info__date {
    color: #555;
    font-size: 13px;
    margin-bottom: 5px;
}

.info__title {
    margin-bottom: 10px;
    color: #0088de;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
}

.info__title:hover {
    text-decoration: none;
}

.info__contents {
    font-size: 14px;
    letter-spacing: 1px;
}

.info__contents p {
    margin-bottom: 10px;
}

.info__contents p:last-of-type {
    margin-bottom: 0;
}

.info__more {
    padding: 15px 0 5px;
    text-align: right;
}

.info__more a {
    color: #707070;
    font-size: 14px;letter-spacing: 0;
    text-decoration: underline;
    vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
    .info {
        padding: 20px;
    }

    .info__inner {
        padding: 30px 25px;
        box-shadow: none;
    }

    .info__heading {
        margin-bottom: 10px;
    }

    .info__item:last-of-type {
        padding-bottom: 0;
    }

    .info__more {
        padding-top: 30px;
    }

    .info__more a {
        font-size: 15px;
    }
}

@media print, screen and (min-width: 1200px) {
    .info {
        margin-top: 70px;
        padding: 50px;
        border: 1px solid #eee;
        -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 2px 7px 0 rgb(0 0 0 / 10%);
    }

    .info.info--past {
        padding-top: 80px;
    }

    .info__heading {
        font-size: 20px;
    }

    .info__inner {
        padding: 0;
    }

    .info__item {
        padding: 15px 5px;
    }

    .info__date {
        font-size: 14px;
    }

    .info__title {
        font-size: 18px;
    }

    .info__contents {
        font-size: 15px;
        letter-spacing: 1px;
    }
}


/*
 * detail
 */
.detail {
    padding: 50px 20px;
    background-color: #fff;
}

.detail__heading {
    margin-bottom: 25px;
}

.detail__title {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.detail__date {
    letter-spacing: .5px;
}

.detail__contents p {
    font-size: 14px;
    line-height: 1.8;
}

.detail__contents .image {
    float: right;
    width: 58%;
    padding: 0 0 20px 20px;
}

.detail__contents .pdf {
    margin-top: 30px;
}

.detail__contents .pdf a {
    font-size: 14px;
    text-decoration: underline;
}

.detail__link {
    margin-top: 50px;
}

.detail__link a {
    color: #0088de;
    font-size: 16px;
}

@media print, screen and (min-width: 768px) {
    .detail {
        padding: 50px 10%;
    }
}

@media print, screen and (min-width: 992px) {
    .detail {
        padding: 100px 10%;
    }

    .detail__date {
        font-size: 14px;
    }

    .detail__contents p {
        font-size: 16px;
    }

    .detail__contents .image {
        width: 50%;
    }

    .detail__contents .pdf a {
        font-size: 16px;
    }
}