@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --font-min: "Noto Serif JP", serif;
}

/*----------------------------------------------------------------
戻るボタン
----------------------------------------------------------------*/
.p-infoSingle-btn {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
    .p-infoSingle-btn {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/*----------------------------------------------------------------
warp
----------------------------------------------------------------*/
#course {
    background-color: #fff23f;
}

#course .l-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.course-box {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.course-box p,
.course-box div,
.course-box li {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    #course .l-inner {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
}

@media screen and (max-width: 640px) {
    #course .l-inner {
        padding: 0;
    }
}

.mv {
    width: 100%;
}

.tomato {
    width: 100%;
}


/*----------------------------------------------------------------
title
----------------------------------------------------------------*/
.course-box .ttl-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
}

.course-box .ttl-box .page-logo {
    width: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.course-box .ttl-box .page-logo::after {
    content: "";
    width: 1px;
    height: 92%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.course-box .ttl-box .lead {
    width: 56%;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .course-box .ttl-box {
        padding: 3.5vw 0;
    }

    .course-box .ttl-box .lead {
        font-size: 2vw;
    }
}

@media screen and (max-width: 640px) {
    .course-box .ttl-box {
        padding: 3.9dvw 0;
    }

    .course-box .ttl-box .page-logo {
        width: 47%;
    }

    .course-box .ttl-box .lead {
        width: 53%;
        font-size: 3dvw;
    }
}


/*----------------------------------------------------------------
about
----------------------------------------------------------------*/
.course-about {
    padding: 80px 100px 120px;
}

.about-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about-item:not(:first-child) {
    margin-top: 60px;
}

.about-item .txt-area {
    width: 390px;
    max-width: 48%;
}

.about-item .img-area {
    width: 370px;
    max-width: 46.5%;
}

.about-item .about-icon {
    width: 185px;
    position: absolute;
    bottom: -70px;
    right: -60px;
    z-index: 2;
}

.about-item .txt-area .item-ttl {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.about-item .txt-area .item-ttl p {
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 500;
}

.about-item .txt-area .item-ttl img {
    width: 80px;
}

.about-item .txt-area .item-txt {
    width: 100%;
    font-size: 16px;
    line-height: 1.7em;
    font-feature-settings: "palt";
}

@media screen and (max-width: 1000px) {
    .course-about {
        padding: 8vw 10vw 12vw;
    }

    .about-item:not(:first-child) {
        margin-top: 6vw;
    }

    .about-item .about-icon {
        width: 18.5vw;
        bottom: -7vw;
        right: -6vw;
    }

    .about-item .txt-area .item-ttl {
        gap: 0.5vw;
        margin-bottom: 0.5vw;
    }

    .about-item .txt-area .item-ttl p {
        font-size: 2vw;
    }

    .about-item .txt-area .item-ttl img {
        width: 8vw;
    }

    .about-item .txt-area .item-txt {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 640px) {
    .course-about {
        width: 90%;
        padding: 40px 0 100px;
        margin: 0 auto;
    }

    .about-item {
        flex-direction: column;
        gap: 15px;
    }

    .about-item:not(:first-child) {
        margin-top: 30px;
    }

    .about-item .txt-area,
    .about-item .img-area {
        width: 100%;
        max-width: 100%;
    }

    .about-item .about-icon {
        width: 140px;
        bottom: -90px;
        right: -4vw;
    }

    .about-item .txt-area .item-ttl {
        gap: 0;
        margin-bottom: 5px;
    }

    .about-item .txt-area .item-ttl p {
        font-size: clamp(0px, 4.6dvw, 18px);
        margin-left: 0.5em;
    }

    .about-item .txt-area .item-ttl img {
        width: 80px;
    }

    .about-item .txt-area .item-txt {
        font-size: clamp(0px, 3.6dvw, 14px);
    }
}


/*----------------------------------------------------------------
interview
----------------------------------------------------------------*/
.interview {
    padding: 70px 95px 90px;
}

.interview-ttl {
    width: 100%;
}

.interview-main {
    display: flex;
    justify-content: space-between;
}

.interview-main .txt-area {
    width: 390px;
    max-width: 48%;
}

.interview-main .img-area {
    width: 370px;
    max-width: 46.5%;
}

.interview-main .txt-area .company {
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 500;
    margin-top: -0.3em;
    margin-bottom: 0.8em;
}

.interview-main .txt-area .name {
    font-size: 18px;
    font-weight: 500;
    background-color: #fff23f;
    line-height: 1;
    display: inline-block;
    padding: 0.1em 0 0.1em 0.2em;
    margin-bottom: 0.8em;
}

.interview-main .txt-area .txt-em {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 0.8em;
}

.interview-main .txt-area .txt {
    font-size: 16px;
    line-height: 1.7em;
}

.interview-list li {
    font-size: 19px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5em;
    font-feature-settings: normal;
}

.interview-list li:not(:first-child) {
    margin-top: 0.5em;
}

@media screen and (max-width: 1000px) {
    .interview {
        padding: 7vw 9.5vw 9vw;
    }
    
    .interview-main .txt-area .company {
        font-size: 1.5vw;
    }

    .interview-main .txt-area .name {
        font-size: 1.8vw;
    }

    .interview-main .txt-area .txt-em {
        font-size: 2vw;
    }

    .interview-main .txt-area .txt {
        font-size: 1.6vw;
    }
    
    .interview-list li {
        font-size: 1.8vw;
    }

}

@media screen and (max-width: 640px) {
    .interview {
        padding: 35px 5% 80px;
    }
    
    .interview-ttl {
        margin-bottom: 25px;
    }
    
    .interview-main {
        flex-direction: column;
        gap: 15px;
    }
    
    .interview-main .txt-area,
    .interview-main .img-area {
        width: 100%;
        max-width: 100%;
    }
    
    .interview-main .txt-area .company {
        font-size: clamp(0px, 4.1dvw, 16px);
    }

    .interview-main .txt-area .name {
        font-size: clamp(0px, 4.6dvw, 18px);
    }

    .interview-main .txt-area .txt-em {
        font-size: clamp(0px, 5.1dvw, 20px);
    }

    .interview-main .txt-area .txt {
        font-size: clamp(0px, 3.6dvw, 14px);
    }
    
    .interview-list li {
        font-size: clamp(0px, 4.6dvw, 18px);
    }

}


.facility-info-box {
  border-top: 3px solid #ccc;
  margin: 3em auto;
  max-width: 1000px;
  background-color: #fdfdfd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  width: 90%; /* 幅は画面サイズに応じて調整 */
}

.facility-info-inner {
  font-size: 16px;
  line-height: 1.7em;
  padding: 1.5em;
}

/* スマホ（画面幅600px以下）向け */
@media screen and (max-width: 600px) {
  .facility-info-inner {
    font-size: 15px;
    padding: 1.2em;
  }

  .facility-info-box {
    width: 95%;
    margin: 2em auto;
  }
}
/*----------------------------------------------------------------

一覧ページ

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

.text {
    font-size: 16px;
    line-height: 2em;
}

.text + .text {
    margin-top: 1.5em;
}

.p-infomation {
  padding: 74px 0 0 0;
}
.p-infomationList a {
  display: block;
}
.p-infomationList li {
  width: 31%;
  float: left;
  margin: 0 0 45px 3.5%;
}
.p-infomationList li:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
.p-infomationList-thumb {
    width: 100%;
    aspect-ratio: 310 / 180;
  margin-bottom: 16px;
}
.p-infomationList-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-infomationList-head {
  display: table;
  margin-bottom: 20px;
}
.p-infomationList-headDate ,
.p-infomationList-headCate {
  display: table-cell;
}
.p-infomationList-headDate {
  vertical-align: middle;
  color: #0a923d;
  font-size: 14px;
  line-height: 1;
  padding-right: 10px;
}
.p-infomationList-headCate {
  vertical-align: top;
  font-size: 12px;
  line-height: 1;
}
.p-infomationList-headCate span {
  display: inline-block;
  border: #0a923d 1px solid;
  border-radius: 10px;
  color: #0a923d;
  padding: 3px 10px;
}
.p-infomationList-txt {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 640px) {
    .text {
        font-size: 13px;
        text-align: left;
    }
  .p-infomation {
    padding: 37px 0 0 0;
  }
  .p-infomationList-head {
    display: block;
    margin-bottom: 10px;
  }
  .p-infomationList-thumb {
    margin-bottom: 8px;
  }
  .p-infomationList-headDate {
    font-size: 14px;
    padding-right: 10px;
    margin-bottom: 4px;
  }
  .p-infomationList li {
    width: 98%;
    float: left;
    margin: 0 0 30px 0;
  }
  .p-infomationList li:nth-child(even) {
    margin-left:2%;
  }
  .p-infomationList li:nth-child(3n+1) {
    clear: none;
  }
}
