@charset 'UTF-8';

/* ＊＊＊＊＊＊＊＊＊＊ 2026-0310〜 食ビジネス専攻 ＊＊＊＊＊＊＊＊＊＊ */

.foodbusiness-content{
    max-width: 1196px;
    width: 100%;
    margin: 0 auto 100px;
    padding-inline:16px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.foodbusiness-content .foodbusiness-content__box{
  max-width: 530px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.foodbusiness-content .foodbusiness-content__box .foodbusiness-content__box-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.foodbusiness-content .foodbusiness-content__box .foodbusiness-content__box-title h2{
  position: relative;
  width: fit-content;
  flex: 0 0 auto;
  color: #F74F4F;
  padding: 2px 12px;
  font-size: 20px;
}

.foodbusiness-content .foodbusiness-content__box .foodbusiness-content__box-title span{
  width: 100%;
  height: 1px;
  display: block;
  background: #F74F4F;
}

.foodbusiness-content .foodbusiness-content__box .foodbusiness-content__box-summary .foodbusiness-content__box-summary--text{
  text-align: center;
  font-size: clamp(12px,1.2vw,16px);
  line-height: 2.4!important;
}

.foodbusiness-content .foodbusiness-content__box .foodbusiness-content__box-summary .foodbusiness-content__box-summary--text .foodbusiness-content__box-summary--blake{
  display: none;
}

.foodbusiness-content .foodbusiness-content__box .foodbusiness-content__box-summary .foodbusiness-content__box-summary--text .foodbusiness-content__box-summary--none{
  display: block;
}

#Contents.FoodBusiness .SectionLearning .inner .comparison{
    margin-top: 0;
}

#Contents.FoodBusiness .SectionLearning .inner .comparison picture{
    margin: 46px auto 0;
    max-width: 480px;
}

.SectionPoint_04 >h2{
    max-width: 1000px;
    margin: 60px auto 0;
    position: relative;
    font-size: 24px;
    gap: 14px;
    font-weight: bold;
    line-height: 1.5;
    display: grid;
    grid-template-columns: auto 1fr;
}

.SectionPoint_04 >h2::before {
    content: "";
    display: block;
    width: 14px;
    background-color: var(--color-brand);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    translate: 0 12px;
}


@media (max-width:1000px){
    .foodbusiness-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 52px;
    }

    .foodbusiness-content .foodbusiness-content__box .foodbusiness-content__box-summary .foodbusiness-content__box-summary--text .foodbusiness-content__box-summary--blake{
        display: block;
    }

    .foodbusiness-content .foodbusiness-content__box .foodbusiness-content__box-summary .foodbusiness-content__box-summary--text .foodbusiness-content__box-summary--none{
        display: none;
    }
}

#Contents.FoodBusiness .SectionGraduate .inner .voices .voice .photo{
    max-width: 220px;
    border-radius: 50%;
    overflow: clip;
    aspect-ratio: 1;
    max-height: 220px;
    height: 100%;
}

#Contents.FoodBusiness .SectionGraduate .inner .voices .voice .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:768px){
    .SectionPoint_04 >h2{
        margin: 32px auto 0;
        position: relative;
        font-size: 15px;
        gap: 8px;
        padding-inline: 20px;
    }

.SectionPoint_04 >h2::before {
        content: "";
        display: block;
        width: 8px;
        background-color: var(--color-brand);
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        translate: 0 7px;
    }
}



/* ＊＊＊＊＊＊＊＊＊＊ 2026-0311〜 経営専攻 ＊＊＊＊＊＊＊＊＊＊ */

.blake--pc{
    display: block;
}

.blake--sp{
    display: none;
}

#Contents.Management .MainVisual .AreaVisual .AreaBottom{
    margin-top: 60px;
    padding-bottom: 56px;
}

.area-content{
    max-width: 1216px;
    width: 100%;
    margin: 0 auto 76px;
    padding-inline: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 23px;
}

.area-content__box{
    width: calc(100% / 4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.area-content__title{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 92px;
    width: 100%;
    padding: 16px 28px;
    border-radius: 10px;
    background: #ffffff;
}

.area-content__title h2{
    color: #8291C8;
    font-size: clamp(17px,1.5vw,20px);
    letter-spacing: -0.05em;
    font-weight: 600;
}

.area-content__summary{
    padding-inline: 8px;
}

.area-content__summary p{
    color: #8291C8;
    line-height: 1.9!important;
    font-size: clamp(15px,1.3vw,17px);
    font-weight: 500;
}

#Contents.Management .voiceList .list .unit .photo{
    overflow: clip;
    height: 238px;
    border-radius: 24px;
}

#Contents.Management .voiceList .list .unit .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Contents.Management .GraduateModalInner .contents .photo{
    overflow: clip;
    height: 238px;
    border-radius: 24px;
}

#Contents.Management .GraduateModalInner .contents >p{
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

#Contents.FoodBusiness .GraduateModalInner .contents .contents-text{
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    display: none;
}

#Contents.FoodBusiness .GraduateModalInner >.contents-text{
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

#Contents.Management .GraduateModalInner .contents .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Contents.Management .GraduateModalInner.graduate .contents .photo{
    height: 100%;
    border-radius: 26px 0 0 26px;
}


@media (max-width:1000px){
    .blake--pc{
        display: none;
    }

    .blake--sp{
        display: block;
    }

    .area-content{
        padding-inline: 20px;
    }

    .area-content__summary p{
        line-height: 1.5!important;
    }
}

@media (max-width:768px){
    .area-content{
        flex-direction: column;
        gap: 34px;
    }

    .area-content .area-content__box{
        width: 100%;
        gap: 10px;
    }

    .area-content__title{
        min-height: auto;
        padding: 10px;
    }

    #Contents.Management .voiceList .list .unit .photo{
        border-radius: 0;
    }

    #Contents.Management .voiceList .list .unit .photo img{
        height: 187px;
        border-radius: 20px;
        overflow: hidden;
    }

    #Contents.Management .GraduateModalInner .contents .photo{
        height: auto;
        width: 90%;
    }

    #Contents.Management .GraduateModalInner .contents .photo img{
        border-radius: 20px;
        overflow: hidden;
    }

    #Contents.Management .GraduateModalInner.graduate .contents .photo{
        height: auto;
        width: 100%;
    }

    #Contents.FoodBusiness .GraduateModalInner .contents .contents-text{
        margin-top: 30px;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.8;
        display: block;
    }

    #Contents.FoodBusiness .GraduateModalInner >.contents-text{
        margin-top: 30px;
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 1.8;
        display: none;
    }
}



/* ＊＊＊＊＊＊＊＊＊＊ 2026-0310--既存サイト内 ＊＊＊＊＊＊＊＊＊＊ */
#movieList h2 {
    max-width: 897px;
    margin: 0 auto 20px;
    font-size: 1.3rem;
}
#movieList h2:before {
    content: "■" ;
    padding-right: 1rem;
}
#movie02 {
    margin-top: 30px;
}
.SectionPoint_04 .voice {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 30px auto;
    flex-wrap: wrap;
    position: relative;
}
.SectionPoint_04 .voice .photo {
    position: relative;
    margin-right: 30px;
    flex-shrink: 0;
    width: 30%;
}
  .SectionPoint_04 .voice .photo img {
    width: 100%;
}
.SectionPoint_04 .voice .photo i {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #f74f4f;
    color: white;
    border-radius: 50%;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    z-index: 2;
    height: 80px;
    display: flex;
    align-items: center;
    width: 80px;
}
.SectionPoint_04 .voice .photo img {
    border-radius: 10px;
    object-fit: cover;
    display: block;
    max-width: 300px !important;
    max-height: 210px;
}
.SectionPoint_04 .voice .photo {
    position: relative;
    margin-right: 30px;
    flex-shrink: 0;
    width: 30%;
}
.SectionPoint_04 .voice .title {
    flex: 1;
    margin-right: 20px;
    border-left: 5px solid #f74f4f;
    padding-left: 1rem;
    width: 70%;
}
.SectionPoint_04 .voice .title h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-brand);
    margin: 0 0 10px 0;
    line-height: 1.4;
}
.SectionPoint_04 .voice .name {
    font-size: 17px;
    color: #666;
    margin: 0;
}
.SectionPoint_04 .voice .name strong {
    color: #333;
    font-weight: bold;
}
.SectionPoint_04 .voice .more {
    bottom: 20px;
    left: 34%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px;
    align-items: center;
    font-size: 13px;
    font-family: var(--en);
    color: var(--color-brand);
    letter-spacing: .03em;
    border: 1.5px solid var(--color-brand);
    border-radius: 999px;
    padding: 2px 8px 2px 12px;
    transition: background-color .3s ease, color .3s ease;
    position: absolute;
}
.SectionPoint_04 .voice .more button {
    background: none;
    border: 2px solid #f74f4f;
    border-radius: 25px;
    color: #f74f4f;
    font-size: 14px;
    padding: 8px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 18px;
    gap: 40px;
    padding: 1px 8px 1px 15px;
    border-width: 2px;
}
.SectionPoint_04 .voice .more:hover{
    background: #f74f4f;
}
.SectionPoint_04 .voice .more button:hover {
    background-color: #f74f4f;
    color: white;
}
.SectionPoint_04 .voice .more button svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.SectionPoint_04 .voice .more button:hover svg {
    transform: translateX(2px);
}
.SectionPoint_04 .voice .circle {
    transition: fill 0.3s ease;
}
.SectionPoint_04 .voice .more button:hover .circle {
    fill: white;
}
.SectionPoint_04 .voice .more button:hover .path {
    stroke: #f74f4f;
}
@media (max-width: 768px) {
.SectionPoint_04 .voice {
    flex-direction: column;
    text-align: center;
    padding-bottom: 60px;
    margin-top: 12px;
    width: calc(100% - 40px);
}

.SectionPoint_04 .voice .photo {
    margin-right: 0;
    margin-bottom: 20px;
}

.SectionPoint_04 .voice .title {
    margin-right: 0;
    margin-bottom: 20px;
}

.SectionPoint_04 .voice .title h2 {
    font-size: 18px;
}
#movieList h2 {
    text-align: center;
}
.SectionPoint_04 .voice .photo {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
}

.SectionPoint_04 .voice .photo img {
    display: block;
    margin: 0 auto;
}

.SectionPoint_04 .voice .photo i {
    left: 5%;
}

.SectionPoint_04 .voice .title {
    width: 80%;
    text-align: left;
}

.SectionPoint_04 .voice .photo img {
    max-width: 500px !important;
    max-height: 400px;
}

.SectionPoint_04 .voice .more {
    left: 12%;
}
}