/* 共通 */

.section_line--warp {
    border-bottom: #000 solid 1px;
}


/* メインビジュアル */

.section_line--mainvisual-warp {
    border-bottom: #000 solid 1px;
    position: relative;
}

.section_line--mainvisual-inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin: 0 auto;
    padding: 15px 30px 0 25px;
    width: 1200px;
}

.section_line--mainvisual-head {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.section_item--mainvisual-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 10.534rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0;
}

.section_item--mainvisual-title strong {
    font-weight: 700;
}

.section_item--mainvisual-copy {
    font-size: 1.50rem;
    font-weight: 600;
    margin-top: 20px;
}

.section_line--mainvisual-slider-warp {
    min-height: 230px;
}

.section_line--mainvisual-slider-inner {
    left: 0;
    margin-top: -60px;
    position: absolute;
    width: 100vw;
    z-index: -1;
}

.section_item--mainvisual-bottom-copy {
    font-family: "clarendon-urw", serif;
    font-size: 10.75rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: right;
}

/* head */

.section_line--about-line-head {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.section_line--about-inner {
    padding: 40px 60px;
    position: relative;
}

.section_line--about-inner .section_item--inner-title-h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.125rem;
}

.section_item--about-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px -40px 0 -40px;
}

.section_item--about-list li {
    border-left: #000 solid 1px;
    padding: 0 40px;
    position: relative;
    width: calc(100% / 4);
}

.section_item--about-list li:first-child {
    border-left: none;
}

.section_item--about-list li:before {
    background: url("../img/top/img_point_black.png") center center no-repeat;
    content: "";
    display: block;
    height: 5px;
    left: -3.0px;
    position: absolute;
    top: 0;
    width: 5px;
}

.section_item--about-list li:after {
    background: url("../img/top/img_point_black.png") center center no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: -3.0px;
    position: absolute;
    width: 5px;
}

.section_item--about-list li:first-child:before,
.section_item--about-list li:first-child:after {
    display: none;
}

.section_item--about-list-box {
    line-height: 1.6;
}

.section_item--about-list-box p {
    font-size: .875rem;
}

.section_item--about-list-title {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.50rem;
    justify-content: center;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}

.section_line--about-line-head .contact_item--title {
    top: 25px;
}

.slick-slide .margin {
    margin: 0 10.0px;
}

.opencampus .slick-slide .margin {
    margin: 0 6px;
}


.section_line--warp.works .slick-slide {
    width: auto!important;
}

/* about */

.section_line--about-line-inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
}

.section_item--about-bgtext-1 {
    bottom: 20px;
    color: #ebebeb;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 5.625rem;
    font-weight: 400;
    line-height: 1.0;
    position: absolute;
    right: -70px;
    z-index: -1;
}

.section_item--about-bgtext-2 {
    bottom: 20px;
    color: #ebebeb;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 5.625rem;
    font-weight: 400;
    left: -80px;
    line-height: 1.0;
    position: absolute;
    z-index: -1;
}

.section_item--about-bgtext-3 {
    bottom: 20px;
    color: #ebebeb;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 5.625rem;
    font-weight: 400;
    line-height: 1.0;
    position: absolute;
    right: -70px;
    text-align: right;
    z-index: -1;
}

.br_1120 {
    display: none;
}
.br_sp {
    display: none;
}

.section_line--about-line-1,
.section_line--about-line-2,
.section_line--about-line-3 {
    border-top: #000 solid 1px;
}

.section_item--about-box {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 45px 0 35px 0;
}

.section_line--about-line-2 .section_item--about-box {
    flex-direction: row-reverse;
}

.section_item--about-img {
    width: 50%;
}

.section_item--about-img img {
    margin: 0 auto;
}

.section_item--about-cont {
    border-left: #000 solid 1px;
    padding: 0 30px 0 30px;
    width: 50%;
}

.section_line--about-line-2 .section_item--about-cont {
    border-left: none;
    border-right: #000 solid 1px;
}

.section_item--about-innerbox {
    display: flex;
}

.section_item--about-count {
    line-height: 1.0;
    width: 324px;
}

.section_item--about-text {
    padding-left: 25px;
}

.section_item--about-innerbox .section_item-read-link .contact_item--linkbtm {
    margin-left: 0;
    margin-right: auto;
    width: 196px;
}

.section_item--about-title {
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 1.4;
}

.section_item--about-copy {
    margin-top: 15px;
}

.section_item--about-copy li {
    border: #000 solid 1px;
    border-radius: 999px;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
    width: 105px;
}

.section_item--about-text p {
    margin-top: 15px;
}

.section_item--about-taglist {
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    margin-top: 10px;
}

.section_item--about-taglist li {
    margin-right: 10px;
}


.title_inner_warp .title_inner {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
}

.title_inner_warp .title_inner:after {
    background: #e4fea4;
    bottom: -5px;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}


/* opencampus */

.section_line--warp.opencampus {
    background: #e2ff9a;
    position: relative;
}

.opencampus .section_item--inner-title-h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.125rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.opencampus_line--inner {
    border-left: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding: 35px 60px 40px 70px;
    position: relative;
    width: 1200px;
}

.section_item--smallsize {
    font-size: .875rem;
}

.section_item--sliderwarp {
    margin-top: 20px;
    position: relative;
}

.section_item--slicer-box {
    background: #e2ff9a;
    padding: 0 0;
}

.section_item--slider-img img {
    border-radius: 999px 999px 0 0;
}

.section_item-slider--datelist {
    align-items: center;
    display: flex;
    font-size: .875rem;
    justify-content: flex-start;
    margin-top: 25px;
}

.section_item-slider--date-kinds {
    border: #000 solid 1px;
    border-radius: 999px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: auto;
}

.section_item-slider--date-required {
    background: #000;
    border: #000 solid 1px;
    border-radius: 999px;
    color: #fff;
    line-height: 22px;
    margin-left: 10px;
    text-align: center;
    width: 90px;
}

.section_item-slider--date-title {
    font-size: 1.250rem;
    line-height: 1.4;
    margin-top: 15px;
}

.section_item--slicer-box p {
    line-height: 1.6;
    margin-top: 5px;
}


.section_item-read-link .contact_item--linkbtm {
    margin-left: auto;
    margin-right: 0;
    width: 196px;
}

.section_item-read-link .contact_item--linkbtm::before {
    width: 196px;
}

.section_item-read-link .contact_item--linkbtm a {
    color: #000;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    width: 196px;
}

.section_item-read-link .contact_item--linkbtm a:hover {
    background: #e2ff9a;
}

.section_item-schedule-box {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.section_item-schedule-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 1.0;
}

.section_item-schedul-list-warp {
    padding-left: 48px;
    width: 100%;
}


.section_item-schedul-list li {
    background: #fff;
    border: #000 solid 1px;
    border-radius: 15px;
    color: #272724;
    font-size: 22px;
    margin-bottom: 5px;
    padding: 5px 45px;
}

.section_item-schedul-list span {
    display: inline-block;
}

.section_item-schedul-list a {
    color: #272724;
    display: block;
    text-decoration: none;
}

.section_item-schedul-list a:hover {
    text-decoration: underline;
}

.slick-prev,
.slick-next {
    z-index: 5;
}

.slick-prev::before,
.slick-next::before {
    opacity: 1!important;
}

.slick-prev::before {
    background: url("../img/top/icon_slider--left.png") center center no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 74px;
    width: 74px;
}

.slick-next::before {
    background: url("../img/top/icon_slider--right.png") center center no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 74px;
    width: 74px;
}

.slick-list {
    /* overflow: visible!important; */
}

.section_line--warp.opencampus .slick-slider {
    width: 100vw!important;
}

.section_line--warp.opencampus .slick-slide {
    width: 255px;
}

.section_line--warp.opencampus .slick-prev,
.section_line--warp.opencampus .slick-next {
    height: 74px!important;
    top: 40%!important;
    width: 74px!important;
}

.slick-next {
    left: 0;
    margin-left: 1000px;
    right: 0 !important;
}

/* about */

.about_line--inner {
    border-left: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding: 35px 60px 40px 70px;
    position: relative;
    width: 1200px;
}

.about_item--contents .contact_item--title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-size: 5.5rem;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 500;
    line-height: 1;
    position: static;
    writing-mode: horizontal-tb;
}

.about_item--contents .section_item--inner-title-h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.125rem;
    font-weight: 500;
    margin-bottom: 38px;
    margin-top: 10px;
}

.about_item--faqlist {
    background: #fff;
    border: #000 solid 1px;
    border-radius: 15px;
    margin-bottom: 13px;
    margin-left: 235px;
}

.about_item--question {
    align-items: center;
    background: url("../img/top/icon_plus.png") center right 10px no-repeat;
    cursor: pointer;
    display: flex;
    font-size: 1.50rem;
    font-style: normal;
    font-weight: 500;
    justify-content: flex-start;
    padding: 16px 45px;
}

.about_item--question.open {
    background: url("../img/top/icon_minus.png") center right 10px no-repeat;
}

.about_item--question span {
    display: inline-block;
    margin-right: 30px;
}

.about_item--answer {
    display: none;
    padding: 0 20px 15px 108px;
}

.about_item--answer p {
    font-size: 1.125rem;
}

.about_item--answer a {
    color: #000;
    text-decoration: underline;
}

.about_item--answer a:hover {
    text-decoration: none;
}


/* 知る扉 */

.section_line--mainv-inner.know {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    width: 1200px;
}

.know .section_line--mainv-inner-block {
    border-bottom: #b5ffeb solid 26px;
    border-left: #b5ffeb solid 26px;
    border-right: #b5ffeb solid 26px;
    border-top: #b5ffeb solid 26px;
    height: 510px;
}

.know .section_item--mainv-title-block {
    background: #b5ffeb;
    display: flex;
    padding: 5px 16px 20px 16px;
    position: relative;
}

.know .section_item--mainv-title-block::after {
    background: url("../img/know/bg_naname.png") center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -34px;
    top: 0;
    width: 50px;
}

.know .section_item--mainv-tcopy {
    margin-top: -7px;
    padding-left: 50px;
}

.know .section_item--mainv-copy {
    background: #b5ffeb;
    bottom: 66px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 3.0rem;
    font-style: normal;
    font-weight: 500;
    left: 66px;
    line-height: 1.0;
    padding-left: 17px;
    padding-right: 40px;
    padding-top: 17px;
    position: absolute;
}

.know .section_item--mainv-copy span {
    display: block;
}


.know .section_item--mainv-text {
    background: #b5ffeb;
    bottom: 66px;
    padding-left: 20px;
    padding-top: 20px;
    position: absolute;
    right: 66px;
    width: 440px;
}

.section_line--creativity-warp {
    border-top: #000 solid 1px;
}

.section_curriculum--warp {
    border-bottom: #000 solid 1px;
    border-top: #000 solid 1px;
}

.section_curriculum--inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 60px;
    position: relative;
    width: 1200px;
}

.section_curriculum--inner p {
    margin-bottom: 30px;
}

.section_line--architecture-warp {
    border-bottom: #000 solid 1px;
}

.section_architecture--inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 60px;
    position: relative;
    width: 1200px;
}

.section_architecture--title-h2 {
    background: #c6ffc7;
    border-bottom: #000 solid 1px;
    border-top: #000 solid 1px;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 40px;
    text-align: center;
}

.section_architecture--innertitle {
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 1.0;
    margin-bottom: 30px;
}

.section_architecture--innertitle span {
    background: #fff;
    padding: 10px 20px;
}

.section_architecture--innertitle .span-fast {
    padding-right: 0;
}

.section_architecture--innertitle .span-second {
    padding-left: 0;
}

.section_architecture--copy-h3 {
    font-size: 2.125rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.section_item--architecture-warp {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-left: -60px;
    margin-right: -60px;
}

.section_item--architecture-box {
    padding-left: 60px;
    padding-right: 60px;
    width: 50%;
}

.section_item--architecture-warp > dl {
    border-left: #000 solid 1px;
}

.section_item--architecture-warp > dl:first-child {
    border-left: none;
}

.section_item--imgbox {
    display: block;
    overflow: hidden;
}

.section_item--architecture-title {
    background: #c6ffc7;
    border: #000 solid 1px;
    border-radius: 999px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    text-align: center;
}

.section_item--imgbox dt {
    padding: 5px;
    width: 100%;
}

.section_item--imgbox dd {
    float: left;
    padding: 5px;
    width: 50%;
}

.section_item--architecture-box p {
    line-height: 1.625;
    margin-top: 10px;
}

.section_line--fashion-warp {
    border-bottom: #000 solid 1px;
}

.section_fashion--inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 60px;
    width: 1200px;
}

.section_fashion--title-h2 {
    background: #ffdce6;
    border-bottom: #000 solid 1px;
    border-top: #000 solid 1px;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

.section_fashion--title-h2.sp {
    display: none;
}

.section_fashion--copy-h3 {
    font-size: 2.125rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.section_item--fashion-warp {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-left: -60px;
    margin-right: -60px;
}

.section_item--fashion-box {
    padding-left: 60px;
    padding-right: 60px;
    width: 50%;
}

.section_item--fashion-warp > dl {
    border-left: #000 solid 1px;
}

.section_item--fashion-warp > dl:first-child {
    border-left: none;
}

.section_item--imgbox {
    display: block;
    overflow: hidden;
}

.section_item--fashion-title {
    background: #ffdce6;
    border: #000 solid 1px;
    border-radius: 999px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    text-align: center;
}

.section_item--imgbox dt {
    padding: 5px;
    width: 100%;
}

.section_item--imgbox dd {
    float: left;
    padding: 5px;
    width: 50%;
}

.section_item--fashion-box p {
    line-height: 1.625;
    margin-top: 10px;
}

.section_line--product-warp {
    border-bottom: #000 solid 1px;
}

.section_product--inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 60px;
    width: 1200px;
}

.section_product--title-h2 {
    background: #edcdee;
    border-bottom: #000 solid 1px;
    border-top: #000 solid 1px;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

.section_product--copy-h3 {
    font-size: 2.125rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.section_item--product-warp {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-left: -60px;
    margin-right: -60px;
}

.section_item--product-box {
    padding-left: 60px;
    padding-right: 60px;
    width: 50%;
}

.section_item--product-warp > dl {
    border-left: #000 solid 1px;
}

.section_item--product-warp > dl:first-child {
    border-left: none;
}

.section_item--imgbox {
    display: block;
    overflow: hidden;
}

.section_item--product-title {
    background: #edcdee;
    border: #000 solid 1px;
    border-radius: 999px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    text-align: center;
}

.section_item--imgbox dt {
    padding: 5px;
    width: 100%;
}

.section_item--imgbox dd {
    float: left;
    padding: 5px;
    width: 50%;
}

.section_item--product-box p {
    line-height: 1.625;
    margin-top: 10px;
}

.section_line--visual-warp {
    border-bottom: #000 solid 1px;
}

.section_visual--inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 60px;
    width: 1200px;
}

.section_visual--title-h2 {
    background: #ffeb9e;
    border-bottom: #000 solid 1px;
    border-top: #000 solid 1px;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

.section_visual--copy-h3 {
    font-size: 2.125rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.section_item--visual-warp {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-left: -60px;
    margin-right: -60px;
}

.section_item--visual-box {
    padding-left: 60px;
    padding-right: 60px;
    width: 50%;
}

.section_item--visual-warp > dl {
    border-left: #000 solid 1px;
}

.section_item--visual-warp > dl:first-child {
    border-left: none;
}

.section_item--imgbox {
    display: block;
    overflow: hidden;
}

.section_item--visual-title {
    background: #ffeb9e;
    border: #000 solid 1px;
    border-radius: 999px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    text-align: center;
}

.section_item--imgbox dt {
    padding: 5px;
    width: 100%;
}

.section_item--imgbox dd {
    float: left;
    padding: 5px;
    width: 50%;
}

.section_item--visual-box p {
    line-height: 1.625;
    margin-top: 10px;
}

.section_qualification--inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 60px;
    width: 1200px;
}

.section_qualification--title-h2 {
    border-bottom: #000 solid 1px;
    border-top: #000 solid 1px;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

.section_item--qualification-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.section_item--qualification-list li {
    width: 50%;
}

.section_item--qualification-list li sup {
    font-size: .75rem;
}


.section_item--annotation {
    font-size: .875rem;
    margin-bottom: 20px;
}

.section_faculty--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 100px;
}

.section_faculty--box {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    position: relative;
    width: 25%;
}

.section_faculty--box img {
    border-radius: 999px;
    overflow: hidden;
}

.section_faculty--genre {
    left: 15px;
    line-height: 1.69;
    position: absolute;
    top: 0;
}



.section_faculty--genre li span {
    background: #fff;
    border: #000 solid 1px;
    padding: 1px 10px;
}

.section_faculty--genre.architecture span {
    background: #c6ffc7;
}

.section_faculty--genre.fashion span {
    background: #ffd4de;
}

.section_faculty--genre.product span {
    background: #edcdee;
}

.section_faculty--genre.visual span {
    background: #ffeb9e;
}

.section_faculty--name {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
}

.section_name-eng {
    display: block;
    font-size: 1.0rem;
}


/* 想像の扉 */

.section_line--mainv-inner.imagination {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    width: 1200px;
}

.imagination .section_line--mainv-inner-block {
    border-bottom: #fcffa8 solid 26px;
    border-left: #fcffa8 solid 26px;
    border-right: #fcffa8 solid 26px;
    border-top: #fcffa8 solid 26px;
    height: 510px;
}

.imagination .section_item--mainv-title-block {
    background: #fcffa8;
    padding: 5px 16px 20px 16px;
    position: relative;
}

.imagination .section_item--mainv-title-block::after {
    background: url("../img/imagination/bg_naname.png") center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -45px;
    top: 0;
    width: 50px;
}

.imagination .section_item--mainv-copy {
    background: #fcffa8;
    bottom: auto;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 3.0rem;
    font-style: normal;
    font-weight: 500;
    left: auto;
    line-height: 1.0;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 15px;
    position: absolute;
    right: 66px;
    top: 66px;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}

.imagination .section_item--mainv-copy span {
    display: block;
}

.imagination .section_item--mainv-text {
    background: #fcffa8;
    bottom: 66px;
    left: 66px;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 20px;
    position: absolute;
    right: auto;
    width: 524px;
}

.imagination .section_item--mainv-title-copy span {
    display: inline-block;
}

.imagination .section_item--mainv-tcopy span {
    display: block;
}

.section_community--list-warp {
    margin-left: -60px;
    margin-right: -60px;
    margin-top: 40px;
}

.section_community--list-line {
    align-items: flex-start;
    border-bottom: #000 solid 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}

.section_community--list-line:before {
    background: url("../img/top/img_point_black.png") center center no-repeat;
    bottom: -3.0px;
    content: "";
    display: block;
    height: 5px;
    left: -3.0px;
    position: absolute;
    width: 5px;
}

.section_community--list-line:after {
    background: url("../img/top/img_point_black.png") center center no-repeat;
    bottom: -3.0px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: -3.0px;
    width: 5px;
}

.section_community--list-line:last-child {
    border-bottom: none;
}

.section_community--list-line:last-child:before,
.section_community--list-line:last-child:after {
    content: "";
    display: none;
}


.section_item--community-box {
    border-left: #000 solid 1px;
    position: relative;
    width: 50%;
}

.section_item--community-box:before {
    background: url("../img/top/img_point_black.png") center center no-repeat;
    content: "";
    display: block;
    height: 5px;
    left: -3.0px;
    position: absolute;
    top: 0;
    width: 5px;
}

.section_item--community-box::after {
    background: url("../img/top/img_point_black.png") center center no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: -3.0px;
    position: absolute;
    width: 5px;
}

.section_item--community-box:first-child {
    border-left: none;
    padding-left: 0;
}

.section_item--community-box:last-child {
    padding-right: 0;
}

.section_item--community-box:first-child:before,
.section_item--community-box:first-child:after {
    content: "";
    display: none;
}

.section_item--community-title {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    line-height: 1.2;
    margin-bottom: 10px;
    min-height: 67.2px;
}

.section_item--community-no {
    width: 50px;
}

.section_item--community-inner-title {
    font-size: 1.750rem;
    padding-left: 20px;
    width: calc(100% - 50px);
}

.section_item--community-text {
    margin-top: 5px;
}

.section_line--designing-warp {
    background: #fcffa8;
    border-top: #000 solid 1px;
}

.section_line--designing-inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 60px;
    position: relative;
    width: 1200px;
}

.section_line--design-warp {
    background: #fcffa8;
    border-bottom: #000 solid 1px;
    border-top: #000 solid 1px;
}

.section_line--design-inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 60px;
    position: relative;
    width: 1200px;
}

.section_item--community-box {
    padding-left: 60px;
    padding-right: 60px;
}

.section_recruit--warp {
    border-bottom: #000 solid 1px;
}

.section_recruit--inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 60px;
    width: 1200px;
}

.section_architecture--typelist {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-left: -45px;
    margin-right: -45px;
    margin-top: 40px;
}

.section_item--achievement {
    align-items: baseline;
    display: flex;
    font-size: 2.250rem;
    justify-content: center;
    line-height: 1.0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    white-space: nowrap;
    width: 460px;
}

.section_item--achievement:after {
    background: #fcff95;
    bottom: -20px;
    content: "";
    height: 48px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.section_item--circlegraph {
    text-align: center;
}

.section_item--circlegraph img {
    margin: 0 auto;
}

.section_item--textright {
    text-align: right;
}

.section_item--achievement .percentage {
    font-family: "clarendon-urw", serif;
    font-size: 6.375rem;
    font-style: normal;
    font-weight: 500;
}

.section_item--achievement .percentage span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.250rem;
}

.section_architecture--typelist .section_item--typebox:first-child {
    border-left: none;
}

.section_item--type-title.architecture {
    background: #c6ffc7;
}

.section_fashion--typelist {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-left: -45px;
    margin-right: -45px;
    margin-top: 40px;
}

.section_fashion--typelist .section_item--typebox:first-child {
    border-left: none;
}

.section_item--type-title.fashion {
    background: #ffdce6;
}


.section_product--typelist {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-left: -45px;
    margin-right: -45px;
    margin-top: 40px;
}

.section_product--typelist .section_item--typebox:first-child {
    border-left: none;
}

.section_item--type-title.product {
    background: #edcdee;
    border: #000 solid 1px;
    border-radius: 999px;
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.section_worklist--inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 60px;
    width: 1200px;
}

.imagination .section_visual--title-h2 {
    background: #fffea8;
    border-bottom: #000 solid 1px;
    border-top: #000 solid 1px;
    font-size: 1.75rem;
    margin-bottom: 15px;
    text-align: center;
}

.section_visual--typelist {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-left: -45px;
    margin-right: -45px;
    margin-top: 40px;
}

.section_item--typebox {
    border-left: #000 solid 1px;
    padding-left: 45px;
    padding-right: 45px;
    width: calc( 100% / 3 );
}

.section_visual--typelist .section_item--typebox:first-child {
    border-left: none;
}

.section_item--type-title {
    background: #fffea8;
    border: #000 solid 1px;
    border-radius: 999px;
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}


.section_item--type-cont h3 {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}

.section_item--type-cont p {
    margin-bottom: 5px;
}

.section_item--comment {
    border: #000 solid 1px;
    margin-top: 45px;
    padding: 40px 20px 20px;
    position: relative;
}

.section_item--comment h3 {
    background-color: #f6f6f6;
    background-image: url("../img/imagination/bg_title_left.png"),
    url("../img/imagination/bg_title_right.png");
    background-position: center left,
    center right;
    background-repeat: no-repeat,
    no-repeat;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    left: 50%;
    line-height: 29px;
    padding: 0 25px;
    position: absolute;
    top: -14.5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.section_item--comment-box {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.section_item--comment-photo {
    width: 448px;
}

.section_item--comment-text {
    padding-left: 35px;
    width: calc( 100% - 448px );
}

.section_item--comment-title {
    font-size: 1.50rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.section_item--comment-namebox {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
}

.section_item--comment-name {
    font-size: 1.1875rem;
    line-height: 1.0;
}

.section_item--comment-function {
    font-size: .875rem;
    line-height: 1.6;
    padding-left: 20px;
}

.section_item--comment-text p {
    line-height: 1.5625;
    margin-top: 20px;
}

/* contact */

.contact_item--title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-size: 5.5rem;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 500;
    left: -100px;
    letter-spacing: .05em;
    line-height: 1.0;
    position: absolute;
    top: 45px;
    writing-mode: vertical-rl;
}

.contact_line--inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
}

.contact_item--map-access {
    align-items: flex-start;
    display: none;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
}

body.home .contact_item--map-access {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
}

.contact_item--map {
    margin-left: 40px;
    margin-right: 40px;
    width: calc( 100% / 2);
}

.contact_item--googlemap {
    height: 100%;
    width: 100%;
}

.contact_item--access {
    margin-left: 40px;
    margin-right: 40px;
    width: calc( 100% / 2);
}

.contact_item--ollist {
    font-size: .875rem;
    margin-left: 17px;
    margin-top: 10px;
}

.contact_line--materials-tel {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
}

.section_item--inner-title-h3 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-size: 3.0rem;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 500;
    line-height: 1.0;
    margin-bottom: 15px;
}

.section_item--inner-title-h4 {
    font-size: 1.875rem;
    font-weight: 500;
    margin-top: 5px;
}

.contact_item--ullist {
    color: #272724;
    font-size: 1.125rem;
    margin-top: 10px;
}

.contact_item--materials-box {
    background: #e2ff9a;
    border-radius: 15px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 33px;
    padding-top: 23px;
    width: 50%;
}

.contact_item--tell {
    background: #fff;
    border-radius: 15px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 35px 40px 40px 40px;
    width: 50%;
}

.contact_item--materials {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
}

.contact_item--materials img {
    margin-left: auto;
    margin-right: auto;
}

.contact_item--materials dd {
    margin-top: 23px;
}
.contact_item--materials h3 {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.0;
    text-align: center;
}

.contact_item--materials p {
    font-size: .875rem;
    margin-top: 10px;
}

.contact_item--linkbtm {
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    position: relative;
    width: 210px;
}

.contact_item--linkbtm:before {
    background: #fff;
    border: #000 solid 1px;
    content: "";
    height: 52px;
    position: absolute;
    right: -5px;
    top: 8px;
    width: 210px;
}

.contact_item--linkbtm a {
    background: #fff;
    border: #000 solid 1px;
    color: #000;
    display: block;
    font-size: .875rem;
    font-weight: bold;
    line-height: 52px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 210px;
}

.contact_item--linkbtm a:hover {
    background: #e2ff9a;
}

.contact_item--linkbtm a:active {
    margin-left: 5px;
    margin-top: 6px;
}

.contact_item--linkbtm a:active:before {
    right: -1px;
    top: -1px;
}

.contact_item--linkbtm a span {
    position: relative;
}

.contact_item--linkbtm a span:after {
    background: url("../img/common/img_arrow-right.png") center center no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 10px;
    width: 39px;
}

.contact_item--tell-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 1.0;
    margin-top: 100px;
}

.contact_item--sptell-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 1.0;
    margin-top: 48px;
}

.contact_item--tell-box dt,
.contact_item--sptell-box dt {
    font-size: 1.125rem;
    padding-top: 10px;
}

.contact_item--tell-box dd a,
.contact_item--sptell-box dd a {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 2.50rem;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 5px;
    text-decoration: none;
}

.contact_item--tell-box dd {
    background: url("../img/top/icon_tel.png") left top 8px no-repeat;
    padding-left: 40px;
}

.contact_item--sptell-box dd {
    background: url("../img/top/icon_sp.png") left top 8px no-repeat;
    padding-left: 40px;
}


/* student works */

.section_line--warp.works {
    background: #ffd3de;
    border-top: #000 solid 1px;
    position: relative;
    z-index: 2;
}

.section_line--warp.works:before {
    background: #000;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-60000%);
    width: 1px;
    z-index: 5;
}

.section_line--warp.works:after {
    background: #000;
    content: "";
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translateX(60000%);
    width: 1px;
    z-index: 5;
}

.section_line--works-inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 60px;
    width: 1200px;
}

.section_line--warp.works .section_line--works-inner {
    border-left: none;
    border-right: none;
}

.section_line--works-inner .contact_item--title {
    left: 50%;
    margin-left: -693px;
    z-index: 5;
}


.section_line--works-inner .section_item--inner-title-h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.125rem;
}

.section_item--works-slider-warp {
    height: 550px;
}

.section_line--works-slider-inner {
    left: 0;
    position: absolute;
    top: 280px;
    width: 100vw;
    /* z-index: -1; */
}

.section_item--slider-thum img {
    aspect-ratio: 197 / 131;
    height: 524px;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    width: auto;
}

.section_item--works-slider-warp .slick-prev::before {
    background: url("../img/longing/icon_slider--left.png") center center no-repeat;
    background-size: cover;
    content: "";
    height: 74px;
    width: 74px;
}

.section_item--works-slider-warp .slick-next::before {
    background: url("../img/longing/icon_slider--right.png") center center no-repeat;
    background-size: cover;
    content: "";
    height: 74px;
    width: 74px;
}

.section_item--works-slider-warp .slick-slide {
    margin: 0 auto;
    transform: scale(.8);
    transition: transform .3s;
}
.section_item--works-slider-warp .slick-slide.slick-center {
    transform: scale(1);
}

.slick-prev,
.slick-next {
    height: 74px!important;
    width: 74px!important;
    z-index: 999!important;
}

.section_item--works-slider-warp .slick-next {
    left: auto;
    margin-right: -510px;
    right: 50%!important;
}

.section_item--works-slider-warp .slick-prev {
    left: 50%;
    margin-left: -510px;
}

.section_item--slider-box {
    position: relative;
}

.section_item--photo-date {
    bottom: 28px;
    display: none;
    left: -20px;
    position: absolute;
}

.slick-center .section_item--photo-date {
    display: block;
}

.section_item--photo-cat {
    display: inline-block;
}

.section_item--photo-cat ul {
    align-items: center;
    background: #ffd3de;
    border: #000 solid 1px;
    display: flex;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
}

.section_item--photo-cat li {
    border-left: #000 solid 1px;
    padding: 7px 15px;
}


.section_item--photo-title {
    background: #ffd3de;
    border: #000 solid 1px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.250rem;
    font-style: normal;
    font-weight: 500;
    margin-top: -1px;
    padding: 6px 19px;
}

.section_line--creativity-block {
    border-bottom: #000 solid 1px;
}
.section_line--creativity-block.noborder {
    border-bottom: none;
}

.section_line--creativity-inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 1200px;
}

.section_item--creativity-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.section_item--creativity-img {
    width: 33.333%;
}

.section_item--creativity-img img {
    margin-left: auto;
    margin-right: 0;
}

.section_item--creativity-text {
    width: 66.666%;
}

.section_line--creativity-inner-box {
    align-items: center;
    display: flex;
    padding-left: 65px;
    padding-right: 100px;
}

.section_line--creativity-inner-count {
    width: 50px;
}

.section_line--creativity-inner-text {
    padding-left: 30px;
}

.section_line--creativity-inner-text-2 {
    clear: both;
    overflow: hidden;
    padding-left: 140px;
    padding-right: 160px;
    width: 100%;
}

.section_line--creativity-inner-h2 {
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 20px;
    width: calc(100% - 50px);
}

.section_line--creativity-inner-h2 span {
    display: inline;
}

.section_line--creativity-inner-h2 br {
    display: none;
}

.section_line--creativity-inner-h3 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
}



.section_line--mainv-inner {
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
    display: block;
    height: 590px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    position: relative;
    width: 1200px;
}

.section_line--mainv-img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.section_line--mainv-img img {
    height: 590px;
    object-fit: cover;
    width: auto;
}


.section_line--mainv-inner-block {
    border-bottom: #ffd3de solid 26px;
    border-left: #ffd3de solid 26px;
    border-right: #ffd3de solid 26px;
    border-top: #ffd3de solid 26px;
    height: 510px;
    /* position: relative; */
}

.section_item--mainv-title-warp {
    left: 66px;
    position: absolute;
    top: 66px;
}

.section_item--mainv-title-block {
    background: #ffd3de;
    padding: 5px 16px 20px 16px;
    position: relative;
}

.section_item--mainv-title-block:after {
    background: url("../img/longing/bg_naname.png") center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -38px;
    top: 0;
    width: 50px;
}

.section_item--mainv-title {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.section_item--mainv-count {
    margin-top: 6px;
    width: 50px;
}

.section_item--mainv-title-copy {
    font-size: 1.375rem;
    line-height: 1.6;
    padding-left: 5px;
}

.section_item--mainv-title-copy span {
    border-bottom: #000 solid 1px;
    display: block;
}

.section_item--mainv-tcopy {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
}

.section_item--mainv-copy {
    background: #ffd3de;
    bottom: 66px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 3.0rem;
    font-style: normal;
    font-weight: 500;
    left: 66px;
    line-height: 1.0;
    padding-left: 17px;
    padding-right: 40px;
    padding-top: 17px;
    position: absolute;
}

.section_item--mainv-text {
    background: #ffd3de;
    bottom: 66px;
    padding-left: 20px;
    padding-top: 20px;
    position: absolute;
    right: 66px;
    width: 262px;
}

.section_item--mainv-text {
    font-size: .875rem;
    line-height: 1.6;
}

.section_item--curriculum img {
    margin: 0 auto;
}

.section_item--curriculum.tab,
.section_item--curriculum.sp {
    display: none;
}

.section_line--warp.noborder {
    border-bottom: none;
}

/* .section_line--warp.noborder.information {
	border-top: #000 solid 1px;
} */

/* body.longing .section_item--mainv-tcopy br {
	display: none;
} */

.percentage {
    align-items: baseline;
    display: flex;
}

.percentage img {
    margin: 0 10px;
    width: 190px;
}

/* Movie */

.movie_item--title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-size: 5.5rem;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 500;
    line-height: 1;
    position: static;
    writing-mode: horizontal-tb;
}

.movie_line--inner {
    border-left: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding: 35px 80px 40px 80px;
    position: relative;
    width: 1200px;
}

.section_item--inner-title-h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.125rem;
    font-weight: 500;
    margin-bottom: 38px;
    margin-top: 10px;
}

.movie_item--linkline {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 90%;
}

.movie_item--linkline li {
    margin: 0 15px;
    width: 50%;
}

.movie_item--linkline li iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}

.movie_line--inner .contact_item--linkbtm {
    margin-top: 25px;
    width: 260px;
}

.movie_line--inner .contact_item--linkbtm a {
    width: 260px;
} 

.movie_line--inner .contact_item--linkbtm::before {
    right: -5px;
    width: 260px;
}

/* 知る扉追記分 */

.section_item--curriculumBottom {
    margin-top: 100px;
}

.section_item--curriculumBottomTop {
    text-align: center;
}

.section_item--curriculumBottomTop p {
    border: #000 solid 1px;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 0;
    padding: 2px 10px;
    width: 265px;
}

.symbol {
    margin: 10px 0;
}

.symbol img {
    margin: 0 auto;
}

.section_item--curriculumBottomTop .green {
    background: #c6ffc7;
}

.section_item--curriculumBottomTop .pink {
    background: #ffdce6;
}

.section_item--curriculumBottomTop .purple {
    background: #edcdee;
}

.section_item--curriculumBottomTop .yellow {
    background: #ffeb9e;
}

.section_item--curriculumBottom > ul {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 0 -55px;
}

.section_item--curriculumBottom > ul > li {
    border-left: #000 solid 1px;
    padding: 0 55px;
    width: 50%;
}

.section_item--curriculumBottom > ul > li:first-child {
    border-left: none;
}

.section_item--curriculumBottomBoxHead {
    text-align: center;
}

.section_item--curriculumBottomBoxHead span {
    background: #b5ffeb;
    border: #000 solid 1px;
    border-radius: 999px;
    padding: 5px 22px;
}

.section_item--curriculumBottomBox {
    margin-top: 25px;
}

.section_item--curriculumBottomBox ul {
    line-height: 1.6;
    list-style: disc;
    margin-left: 20px;
}

.section_item--curriculumBottomBox dd {
    border: #000 solid 1px;
    border-radius: 15px;
    margin-top: -15px;
    padding: 35px;
}

.section_item--curriculumBottomBox p {
    margin-bottom: 0;
}

.section_recruit--graph {
    display: flex;
    margin-top: 100px;
}

.section_recruit--graph li {
    padding: 0 20px;
    width: 50%;
}

.section_recruit--graph li span {
    display: block;
    margin-bottom: 30px;
}

.section_recruit--graph li img {
    margin-left: auto;
    margin-right: auto;
}

.no-pc {
    display: none;
}

/* スライダーセレクトメニュー */

.setion_line--slider-menu {
    margin-top: 20px;
}

.bl_selectToggle {
    appearance: none;
    background-image: url("../img/longing/img_selector.png");
    background-position: right 12px center; /* 画像の位置 */
    background-repeat: no-repeat;
    background-size: 19px auto; /* 画像のサイズ（幅 高さ）*/
    border: none;
    border-radius: 5px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    margin-top: 30px;
    padding: 6.5px 10px 6.5px 10px;
    width: 204px;
}

.bl_selectToggle.open {
    background-image: url("../img/longing/img_selector_2.png");
}

@media (max-width: 1123px) {
    .section_line--mainvisual-slider-inner {
        margin-top: -30px;
    }
    .section_line--mainvisual-slider-warp {
        min-height: 300px;
    }
    .section_item--mainvisual-copy {
        display: none;
    }
    .section_item--mainvisual-title {
        font-size: 4.6875rem;
        margin-top: 13px;
    }
    .section_item--mainvisual-bottom-copy {
        font-size: 4.6875rem;
    }
    .section_line--mainvisual-warp {
        overflow: hidden;
        padding-bottom: 30px;
    }
    .section_line--about-inner {
        padding-bottom: 0;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 30px;
    }
    .section_line--about-inner .contact_item--title {
        display: none;
    }
    .section_line--about-inner .section_item--inner-title-h3 {
        font-size: 1.750rem;
        letter-spacing: -.07em;
        text-align: center;
    }
    .contact_item--title {
        display: none;
    }
    .section_line--mainvisual-inner {
        border-left: none;
        border-right: none;
        width: 100vw;
    }
    .section_line--about-line-head {
        border-left: none;
        border-right: none;
        width: 100vw;
    }
    .section_line--about-line-inner {
        border-left: none;
        border-right: none;
        padding-left: 60px;
        padding-right: 60px;
        width: 100vw;
    }
    .opencampus_line--inner {
        border-left: none;
        border-right: none;
        width: 100vw;
    }
    .about_line--inner {
        border-left: none;
        border-right: none;
        width: 100vw;
    }
    .contact_line--inner {
        border-left: none;
        border-right: none;
        width: 100vw;
    }
    .br_1440 {
        display: none;
    }
    .br_1120 {
        display: block;
    }
    .section_item--about-bgtext-1 {
        right: 40px;
    }
    .section_item--about-bgtext-2 {
        left: 40px;
    }
    .section_item--about-bgtext-3 {
        right: 40px;
    }
    .contact_item--map-access {
        display: none;
    }
    body.home .contact_item--map-access {
        display: flex;
    }
    .section_item--about-count {
        left: 60px;
        margin-top: 0;
        position: absolute;
        top: 20px;
        width: 112px;
    }
    .section_item--about-img img {
        height: auto;
        width: 300px;
    }
    .section_item--about-cont {
        border-left: none;
        border-right: none!important;
        padding-left: 0;
        padding-right: 0;
        width: 50%;
    }
    .section_line--about-line-2 .section_item--about-count {
        left: auto;
        margin-top: 0;
        position: absolute;
        right: 60px;
        top: 20px;
    }
    .section_line--about-line-2 .section_item--about-text {
        padding-left: 0;
        padding-right: 25px;
    }
    .section_item--about-innerbox .section_item-read-link .contact_item--linkbtm {
        margin-left: auto;
    }
    .opencampus .contact_item--title {
        display: block;
        font-size: 3.750rem;
        margin-bottom: 10px;
        position: static;
        writing-mode: unset !important;
    }
    .opencampus .section_item--inner-title-h3 {
        font-size: 1.750rem;
        line-height: 1.4;
    }
    .section_line--warp.opencampus .slick-prev,
    .section_line--warp.opencampus .slick-next {
        height: 55px!important;
        top: 35%;
        width: 55px!important;
    }
    .slick-next {
        left: 0;
        margin-left: calc(100vw - 145px);
        right: 0 !important;
    }
    .slick-prev::before,
    .slick-next::before {
        display: block;
        height: 55px!important;
        width: 55px!important;
    }
    .slick-next::before {
        height: 55px!important;
        width: 55px!important;
    }
    .section_item-read-link .contact_item--linkbtm {
        margin-right: auto;
    }
    .section_item-schedule-box {
        display: block;
    }
    .section_item-schedul-list-warp {
        padding-left: 0;
    }
    .section_item-schedul-list li {
        font-size: 1.125rem;
        padding: 12px 20px;
    }
    .section_item-schedul-list-warp {
        margin-top: 20px;
        padding-left: 0;
    }
    .about_item--contents .contact_item--title {
        display: block;
        font-size: 3.750rem;
        margin-left: 0;
        margin-right: 0;
    }
    .about_item--contents .section_item--inner-title-h3 {
        font-size: 1.750rem;
    }
    .about_item--contents .section_item--inner-title-h3 span {
        display: block;
        line-height: 1.4;
    }
    .about_item--faqlist {
        margin-left: 0;
    }
    .about_item--question {
        background-size: 30px;
        font-size: .875rem;
        line-height: 1.4;
        padding: 16px 60px 16px 20px;
    }
    .about_item--question span {
        height: auto;
        margin-right: 9px;
        width: 20px;
    }
    .about_item--question.open {
        background: url("../img/top/icon_minus.png") center right 10px no-repeat;
        background-size: 30px;
    }
    .about_item--answer p {
        font-size: .875rem;
    }
    .about_item--answer {
        padding: 0 20px 15px 47px;
    }
    .section_line--warp {
        padding: 30px 0 30px 0;
    }
    .contact_item--title {
        display: none;
    }
    body.home .contact_item--title {
        display: block;
        font-size: 3.75rem;
        letter-spacing: -.01em;
        position: static;
        writing-mode: unset !important;
    }
    .contact_line--inner {
        padding-left: 60px;
        padding-right: 60px;
    }
    .contact_item--map {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .contact_item--googlemap {
        height: 256px;
    }
    body.home .contact_item--map-access {
        display: block!important;
        margin-left: 0!important;
        margin-right: 0!important;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 100%!important;
    }
    .contact_item--access {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .contact_item--access .section_item--inner-title-h3 {
        display: none;
    }
    .contact_line--materials-tel {
        padding-left: 0;
        padding-right: 0;
    }
    .contact_item--materials-box {
        margin-left: 0;
        margin-right: 10px;
    }
    .contact_item--materials {
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    .contact_item--tell {
        margin-left: 10px;
        margin-right: 0;
        margin-top: 0;
        padding: 30px 20px 80px 20px;
        width: 50%;
    }
    .contact_item--tell-box {
        display: block;
    }
    .contact_item--sptell-box {
        display: block;
    }
    .contact_item--tell-box dt,
    .contact_item--sptell-box dt {
        font-size: 1.125rem;
        padding-top: 0;
    }
    .contact_item--tell-box dd,
    .contact_item--sptell-box dd {
        margin-top: 10px;
    }
    .contact_item--sptell-box dd a {
        pointer-events: auto;
    }
    .section_item--inner-title-h4 span {
        display: block;
        font-size: 1.75rem;
        line-height: 1.4;
    }
    .contact_line--materials-tel {
        padding-bottom: 0;
    }
    .contact_item--tell-box {
        margin-top: 70px;
    }
    .section_line--mainv-warp {
        padding-bottom: 0;
    }
    .section_item--mainv-title-warp {
        left: 0;
        position: static;
        top: 0;
        width: 100%;
    }
    .section_item--mainv-title-block {
        padding: 15px 30px 35px 30px;
        position: relative;
    }
    .section_item--mainv-title-copy span {
        display: inline;
        padding-bottom: 6px;
    }
    .section_item--mainv-count {
        margin-right: 5px;
        width: 28px;
    }
    .section_item--mainv-title-copy {
        font-size: 1.125rem;
    }
    .section_item--mainv-title-copy br {
        display: none;
    }
    .section_item--mainv-tcopy {
        font-size: 1.625rem;
        position: absolute;
    }
    .section_line--mainv-inner {
        border-left: none;
        border-right: none;
        height: auto;
        padding: 0;
        width: 100%;
    }
    .section_line--mainv-img {
        overflow: hidden;
        position: static;
        width: 100%;
    }
    .section_line--mainv-img img {
        height: auto;
        width: 100%;
    }
    .section_line--mainv-inner-block {
        border: none;
        height: auto;
        position: static;
    }
    .section_item--mainv-title-block::after {
        display: none!important;
    }
    .section_item--mainv-title {
        margin-left: 0;
        margin-top: 0;
    }
    .section_item--mainv-copy {
        background: none;
        bottom: auto;
        color: #fff;
        font-size: 2.0rem;
        left: 0;
        margin-top: -20px;
        padding: 0 15px;
        text-align: right;
        text-shadow: 1px  1px 0 #000,
        -1px  1px 0 #000,
        1px -1px 0 #000,
        -1px -1px 0 #000,
        1px  0 0 #000,
        0  1px 0 #000,
        -1px  0 0 #000,
        0 -1px 0 #000;
        width: 100%;
        z-index: 5;
    }
    .section_item--mainv-bottom {
        bottom: 0;
        display: block;
        height: auto;
        position: relative;
        width: 100%;
    }
    .section_item--mainv-text {
        height: auto;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        position: static;
        width: 100%;
    }
    .section_line--creativity-warp {
        border-top: #000 solid 1px;
        padding-bottom: 30px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 20px;
    }
    .section_line--creativity-block {
        padding-left: 45px;
        padding-right: 45px;
        position: relative;
    }
    .section_line--creativity-block:before {
        background: url("../img/top/img_point_black.png") center center no-repeat;
        bottom: -3px;
        content: "";
        display: block;
        height: 5px;
        left: 0;
        position: absolute;
        width: 5px;
    }
    .section_line--creativity-block:after {
        background: url("../img/top/img_point_black.png") center center no-repeat;
        bottom: -3px;
        content: "";
        display: block;
        height: 5px;
        position: absolute;
        right: 0;
        width: 5px;
    }
    .section_line--creativity-block:last-child:before,
    .section_line--creativity-block:last-child:after {
        display: none;
    }
    .section_line--creativity-inner {
        border-left: none;
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .section_line--creativity-inner-box {
        padding-left: 0;
        padding-right: 0;
    }
    .section_item--creativity-text {
        padding-left: 30px;
    }
    .section_line--creativity-inner-text-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .section_line--creativity-inner-h2 {
        font-size: 1.50rem;
        line-height: 1.4;
        padding-left: 15px;
    }
    .section_line--creativity-inner-h2 span {
        display: inline;
    }
    .section_line--creativity-inner-h2 span.block {
        display: block;
    }
    .section_line--warp.works .slick-slide {
        width: 75vw!important;
    }
    .section_line--works-inner .contact_item--title {
        display: none;
    }
    .section_line--works-inner {
        width: 100%;
    }
    .section_line--works-slider-inner {
        position: static;
        width: auto;
    }
    .section_line--works-slider-inner .slick-slider {
        margin-left: -60px;
        margin-right: -60px;
    }
    .section_item--works-slider-warp .slick-prev {
        left: 50%;
        margin-left: -40vw;
    }
    .section_item--works-slider-warp .slick-next {
        left: auto;
        margin-right: -40vw;
        right: 50vw;
    }
    .section_item--works-slider-warp {
        height: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .slick-prev,
    .slick-next {
        height: 55px!important;
        width: 55px!important;
    }

    .section_line--mainv-inner.know {
        border-left: none;
        border-right: none;
        height: auto;
        min-height: 623px;
        padding: 0;
        width: 100%;
    }
    .know .section_line--mainv-inner-block {
        border: none;
        height: auto;
        position: static;
    }
    .know .section_item--mainv-title-block {
        display: block;
        padding: 15px 30px 70px 30px;
        position: relative;
    }
    .know .section_item--mainv-tcopy {
        margin-top: 10px;
        padding-left: 0;
    }
    .section_item--mainv-tcopy span {
        display: inline;
    }
    .imagination .section_item--mainv-tcopy span {
        display: inline;
    }
    .section_line--mainv-inner.know .section_line--mainv-img {
        overflow: hidden;
        position: static;
        width: 100%;
    }
    .know .section_item--mainv-copy {
        background: none;
        bottom: auto;
        color: #fff;
        font-size: 2.0rem;
        left: 0;
        margin-top: -50px;
        padding: 0 15px;
        text-align: right;
        text-shadow: 1px 1px 0 #000,
        -1px 1px 0 #000,
        1px -1px 0 #000,
        -1px -1px 0 #000,
        1px 0 0 #000,
        0 1px 0 #000,
        -1px 0 0 #000,
        0 -1px 0 #000;
        width: 100%;
        z-index: 5;
    }
    .know .section_item--mainv-copy span {
        display: block;
    }
    .know .section_item--mainv-text {
        height: auto;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        position: static;
        width: 100%;
    }
    .section_line--mainv-inner.know {
        border-left: none;
        border-right: none;
        height: auto;
        padding: 0;
        width: 100%;
    }
    .section_curriculum--inner {
        border-left: none;
        border-right: none;
        border-top: none;
        padding-bottom: 30px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 40px;
        width: 100%;
    }
    .section_architecture--innertitle {
        font-size: 1.750rem;
        text-align: center;
    }
    .section_item--curriculum,
    .section_item--curriculum.sp {
        display: none;
    }
    .section_item--curriculum.tab {
        display: block;
    }
    .section_architecture--inner {
        border-left: none;
        border-right: none;
        width: 100%;
    }
    .section_architecture--title-h2 {
        margin-left: -60px;
        margin-right: -60px;
    }
    .section_architecture--copy-h3 {
        font-size: 1.750rem;
    }
    .section_item--architecture-warp {
        padding-left: 38px;
        padding-right: 38px;
    }
    .section_item--architecture-warp > dl {
        border-left: none;
    }
    .section_item--architecture-box {
        padding-left: 12px;
        padding-right: 12px;
    }
    .section_fashion--inner {
        border-left: none;
        border-right: none;
        width: 100%;
    }
    .section_fashion--title-h2 {
        margin-left: -60px;
        margin-right: -60px;
    }
    .section_fashion--copy-h3 {
        font-size: 1.750rem;
        line-height: 1.4;
    }
    .section_item--fashion-warp > dl {
        border-left: none;
    }
    .section_item--fashion-warp {
        padding-left: 38px;
        padding-right: 38px;
    }
    .section_item--fashion-box {
        padding-left: 12px;
        padding-right: 12px;
    }
    .section_product--inner {
        border-left: none;
        border-right: none;
        width: 100%;
    }
    .section_product--title-h2 {
        margin-left: -60px;
        margin-right: -60px;
    }
    .section_product--copy-h3 {
        font-size: 1.750rem;
        line-height: 1.4;
    }
    .section_item--product-warp {
        padding-left: 38px;
        padding-right: 38px;
    }
    .section_item--product-warp > dl {
        border-left: none;
    }
    .section_item--product-box {
        padding-left: 12px;
        padding-right: 12px;
    }
    .section_visual--inner {
        border-left: none;
        border-right: none;
        width: 100%;
    }
    .section_visual--copy-h3 {
        font-size: 1.750rem;
        line-height: 1.4;
    }
    .section_visual--title-h2 {
        margin-left: -60px;
        margin-right: -60px;
    }
    .section_item--visual-warp {
        padding-left: 38px;
        padding-right: 38px;
    }
    .section_item--visual-warp > dl {
        border-left: none;
    }
    .section_item--visual-box {
        padding-left: 12px;
        padding-right: 12px;
    }
    .section_qualification--inner {
        border-left: none;
        border-right: none;
        width: 100%;
    }
    .section_item--qualification-list li {
        line-height: 1.4;
        margin-bottom: 3px;
        width: 100%;
    }
    .section_faculty--box {
        width: calc( 100% / 3 );
    }
    .section_line--mainv-inner.imagination {
        border-left: none;
        border-right: none;
        height: auto;
        padding: 0;
        width: 100%;
    }
    .section_line--mainv-inner.imagination .section_line--mainv-img {
        margin-top: 0;
    }
    .imagination .section_line--mainv-inner-block {
        border: none;
        height: auto;
        position: static;
    }
    .imagination .section_item--mainv-title-block {
        display: block;
        padding: 15px 30px 35px 30px;
        position: static;
    }
    .imagination .section_item--mainv-tcopy {
        margin-top: 10px;
        padding-left: 0;
    }
    .imagination .section_item--mainv-copy {
        background: none;
        bottom: auto;
        color: #fff;
        font-size: 2.0rem;
        left: 0;
        margin-top: 0;
        padding: 0 15px;
        right: 0;
        text-align: right;
        text-shadow: 1px 1px 0 #000,
        -1px 1px 0 #000,
        1px -1px 0 #000,
        -1px -1px 0 #000,
        1px 0 0 #000,
        0 1px 0 #000,
        -1px 0 0 #000,
        0 -1px 0 #000;
        top: -50px;
        transform: unset;
        width: 100%;
        writing-mode: unset;
        z-index: 5;
    }
    .imagination .section_item--mainv-text {
        height: auto;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        position: static;
        width: 100%;
    }
    .section_line--designing-inner {
        border-left: none;
        border-right: none;
        padding: 40px 30px;
        width: 100%;
    }
    .section_line--design-inner {
        border-left: none;
        border-right: none;
        padding: 40px 30px;
        width: 100%;
    }
    .section_item--community-inner-title {
        font-size: 1.50rem;
        padding-left: 10px;
    }
    .section_recruit--inner {
        border-left: none;
        border-right: none;
        width: 100%;
    }
    .section_item--comment-box {
        display: block;
    }
    .section_item--comment-photo {
        width: 100%;
    }
    .section_item--comment-photo img {
        margin: 0 auto;
    }
    .section_item--comment-text {
        margin-top: 10px;
        padding-left: 0;
        width: 100%;
    }
    .section_architecture--typelist {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .section_item--typebox {
        border-left: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .section_fashion--typelist,
    .section_product--typelist,
    .section_visual--typelist {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .section_worklist--inner {
        border-left: none;
        border-right: none;
        width: 100%;
    }
    .section_line--mainvisual-inner {
        padding-left: 60px;
        padding-right: 60px;
    }
    .section_item--about-list li {
        margin-bottom: 30px;
        width: 50%;
    }
    .section_item--about-list li:nth-child(odd) {
        border-left: none;
    }
    .section_item--about-list li:nth-child(odd):before,
    .section_item--about-list li:nth-child(odd):after {
        display: none;
    }
    .contact_line--inner .contact_item--title {
        text-align: center;
    }
    .gnav_item--list li a span img {
        margin-top: 2px;
        width: 10px;
    }
    .movie_line--inner {
        border-left: none;
        border-right: none;
        width: 100%;
    }
    .movie_item--title {
        display: block;
        font-size: 3.75rem;
        letter-spacing: -.01em;
        position: static;
        writing-mode: unset !important;
    }
    .section_item--inner-title-h3 {
        font-size: 1.750rem;
        line-height: 1.4;
    }
    .section_item--inner-title-h3 span {
        display: block;
    }
    .movie_item--linkline {
        width: 100%;
    }
    .contact_item--tell	.section_item--inner-title-h3 {
        font-size: 3.0rem;
        line-height: 1.0;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .section_item--slider-thum img {
        height: auto;
        width: 75vw;
    }
}

@media (max-width: 991px) {
    .section_line--creativity-inner-h2 br {
        display: block;
    }
    .ly_cont {
        padding-block: 20px;
    }
}

@media screen and (min-width:768px) and ( max-width:990px) {
    .section_line--mainvisual-inner {
        height: 66.40625vw;
    }
}


@media (max-width: 767px) {
    .slick-slide {
        width: 250px!important;
    }
    .slick-prev::before,
    .slick-next::before {
        height: 45px !important;
        width: 45px !important;
    }
    .slick-prev::before {
        margin-left: -15px;
    }
    .slick-next::before {
        margin-left: 25px;
    }
    .section_line--mainvisual-inner {
        padding-left: 5px;
        padding-right: 5px;
    }
    .section_line--mainvisual-head {
        display: block;
    }
    .section_line--mainvisual-slider-inner {
        height: 297px;
        margin-top: -10px;
        overflow: hidden;
    }
    .section_line--mainvisual-slider-warp {
        min-height: 230px;
    }
    .title_inner_warp {
        padding: 0 5px;
    }
    .title_inner_warp .title_inner {
        padding: 0 0;
    }
    .section_line--about-line-inner {
        border-left: none;
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        width: 100vw;
    }
    .section_item--about-box {
        display: block;
        position: relative;
    }
    .section_item--about-img {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    .section_item--about-innerbox {
        display: block;
    }
    .section_item--about-cont {
        border-left: none;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
    .section_item--about-text {
        margin-top: 20px;
        padding-left: 0;
    }
    .br_1120 {
        display: none;
    }
    .br_sp {
        display: block;
    }
    .section_item--about-img img {
        height: auto;
        width: 280px;
    }
    .section_line--about-line-2 .section_item--about-cont {
        border-right: none;
    }
    .section_item--about-bgtext-1 {
        font-size: 4.375rem;
        left: auto;
        right: 10px;
        white-space: nowrap;
        writing-mode: vertical-rl;
    }
    .section_item--about-bgtext-2 {
        font-size: 4.375rem;
        left: 0;
        white-space: nowrap;
        writing-mode: vertical-rl;
    }
    .section_item--about-bgtext-3 {
        font-size: 4.375rem;
        left: 0;
        right: 0;
        white-space: nowrap;
        writing-mode: vertical-rl;
    }
    .opencampus_line--inner {
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0;
    }
    .slick-slider-warp {
        margin-left: 20px;
    }

    .section_item-schedul-list {
        font-size: 1.125rem;
        line-height: 1.6;
    }
    .section_item-schedul-list li {
        padding: 5px 20px;
    }
    .section_item-schedul-list li span {
        display: block;
    }
    .about_line--inner {
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
    }
    .contact_line--inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .contact_item--map-access {
        display: none!important;
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 20px!important;
    }

    .contact_item--ullist {
        margin-top: 25px;
    }
    .contact_item--materials h3 {
        font-size: 1.750rem;
        text-align: center;
    }
    .contact_line--materials-tel {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .contact_item--materials-box {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .contact_item--tell {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        padding: 30px 20px 80px 20px;
        width: 100%;
    }
    .section_line--creativity-inner {
        border-left: none;
        border-right: none;
        padding: 30px;
        width: 100%;
    }
    .section_item--creativity-box {
        display: block;
    }
    .section_item--creativity-img {
        width: 100%;
    }
    .section_item--creativity-img img {
        margin-right: auto;
    }
    .section_item--creativity-text {
        padding-left: 0;
        width: 100%;
    }
    .section_line--creativity-inner-box {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .section_line--creativity-inner-count {
        margin-top: 0;
    }
    .section_line--creativity-inner-text {
        padding-left: 20px;
    }
    .section_line--creativity-inner-text-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .section_line--warp.works .section_line--works-inner {
        padding: 0 0;
        width: 100%;
    }
    .section_line--warp.works::before,
    .section_line--warp.works::after {
        display: none;
    }
    .section_item--works-slider-warp {
        height: auto;
    }
    .section_line--works-slider-inner {
        position: static;
    }
    .section_line--warp.works .slick-slide {
        width: 75vw!important;
    }
    .section_line--works-inner .contact_item--title {
        display: none;
    }
    .section_item--photo-cat li {
        padding: 4px 15px;
    }
    .section_item--photo-title {
        display: inline-block;
        font-size: 1.0rem;
        line-height: 1.4;
        min-width: 225px;
        padding: 6px 10px;
    }
    .section_line--works-inner .section_item--inner-title-h3 {
        font-size: 1.750rem;
        text-align: center;
    }
    .section_line--warp.works p {
        margin-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .slick-center .section_item--photo-date {
        margin-left: -15px;
        margin-top: -20px;
        position: static;
    }
    .section_line--works-slider-inner .slick-prev,
    .section_line--works-slider-inner .slick-next {
        top: 40%;
    }
    .section_item--works-slider-warp .slick-prev {
        margin-left: -41vw;
    }
    .section_item--works-slider-warp .slick-next {
        margin-right: -41vw;
    }
    .section_curriculum--inner {
        border-left: none;
        border-right: none;
        width: 100%;
    }
    .section_item--curriculum,
    .section_item--curriculum.tab {
        display: none;
    }
    .section_item--curriculum.sp {
        display: block;
    }
    .section_curriculum--inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .section_architecture--innertitle {
        font-size: 1.750rem;
        line-height: 1.4;
        padding-top: 0;
        text-align: left;
    }
    .section_architecture--innertitle span {
        display: block;
        padding: 0 20px;
    }
    .section_architecture--inner {
        border-left: none;
        border-right: none;
        padding: 40px 30px;
        width: 100%;
    }
    .section_architecture--title-h2 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .section_architecture--copy-h3 {
        font-size: 1.750rem;
        line-height: 1.4;
    }
    .section_item--architecture-warp {
        display: block;
        padding-left: 60px;
        padding-right: 60px;
    }
    .section_item--architecture-box {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .section_item--architecture-warp > dl {
        border-bottom: #000 solid 1px;
        border-left: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .section_item--architecture-warp > dl:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .section_fashion--inner {
        padding: 40px 30px;
    }
    .section_fashion--title-h2 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .section_fashion--title-h2.pc {
        display: none;
    }
    .section_fashion--title-h2.sp {
        display: block;
    }
    .section_fashion--copy-h3 span {
        display: block;
    }
    .section_item--fashion-warp {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .section_item--fashion-box {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .section_item--fashion-warp > dl {
        border-bottom: #000 solid 1px;
        border-left: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .section_item--fashion-warp > dl:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .section_product--inner {
        padding: 40px 30px;
    }
    .section_product--title-h2 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .section_item--product-warp {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .section_item--product-box {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .section_item--product-warp > dl {
        border-bottom: #000 solid 1px;
        border-left: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .section_item--product-warp > dl:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .section_visual--inner {
        padding: 40px 30px;
    }
    .section_visual--title-h2 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .section_item--visual-warp {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .section_item--visual-box {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .section_item--visual-warp > dl {
        border-bottom: #000 solid 1px;
        border-left: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .section_item--visual-warp > dl:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .section_qualification--inner {
        border-left: none;
        border-right: none;
        padding: 0 30px;
        width: 100%;
    }
    .section_qualification--title-h2 span {
        display: block;
    }
    .section_item--qualification-list {
        display: block;
        font-size: 1.125rem;
    }
    .section_faculty--list {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 0;
        padding-right: 0;
    }
    .section_faculty--genre {
        left: auto;
        line-height: 1.67;
    }
    .section_faculty--genre li {
        font-size: .85375rem;
    }
    .section_line--designing-warp {
    }
    .section_line--designing-inner {
        border-left: none;
        border-right: none;
    }
    .section_line--design-inner {
        border-left: none;
        border-right: none;
    }
    .section_community--list-line {
        border-bottom: none;
        display: block;
        padding-bottom: 0;
        padding-top: 0;
    }
    .section_community--list-line:before,
    .section_community--list-line:after {
        display: none;
    }
    .section_item--community-box {
        border-bottom: #000 solid 1px;
        border-left: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        position: relative;
        width: 100%;
    }
    .section_community--list-line:last-child .section_item--community-box:last-child {
        border-bottom: none;
    }
    .section_item--community-box:before {
        bottom: -3px;
        left: 0;
        position: absolute;
        right: auto;
        top: auto;
    }
    .section_item--community-box:after {
        bottom: -3px;
        left: auto;
        position: absolute;
        right: 0;
        top: auto;
    }
    .section_community--list-line:last-child .section_item--community-box:last-child:before,
    .section_community--list-line:last-child .section_item--community-box:last-child:after {
        display: none;
    }
    .section_item--community-inner-title span {
        display: block;
    }
    .section_item--community-inner-title br {
        display: none;
    }
    .section_recruit--warp {
        width: 100%;
    }
    .section_recruit--inner {
        border-left: none;
        border-right: none;
        padding: 40px 30px;
        width: 100%;
    }
    .section_item--achievement {
        font-size: 1.750rem;
        width: 100%;
    }
    .section_item--achievement .percentage {
        font-size: 5.0rem;
    }
    .section_architecture--typelist {
        display: block;
    }
    .section_item--typebox {
        width: 100%;
    }
    .section_item--comment-box {
        display: block;
    }
    .section_item--comment-photo {
        width: 100%;
    }
    .section_item--comment h3 {
        white-space: nowrap;
    }
    .section_item--comment-text {
        padding-left: 0;
        width: 100%;
    }
    .section_item--comment-title {
        font-size: 1.250rem;
        line-height: 1.4;
        margin-top: 20px;
    }
    .section_item--comment-title span {
        display: block;
    }
    .section_item--comment-namebox {
        display: block;
    }
    .section_item--comment-function {
        margin-top: 10px;
        padding-left: 0;
    }
    .section_fashion--title-h2 {
        line-height: 1.4;
        padding: 5px 0;
    }
    .section_fashion--title-h2 span {
        display: block;
    }
    .section_fashion--typelist {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .section_product--typelist {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .section_visual--typelist {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .section_worklist--inner {
        border-left: none;
        border-right: none;
        padding: 0 30px;
        width: 100%;
    }
    .section_line--about-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .section_line--creativity-warp {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .section_line--creativity-block {
        padding-left: 0;
        padding-right: 0;
    }
    .section_line--creativity-block:before,
    .section_line--creativity-block:after {
        display: none;
    }
    .section_item--about-list {
        display: block;
    }
    .section_item--about-list li {
        border-left: none;
        width: 100%;
    }
    .section_item--about-list li::before,
    .section_item--about-list li::after {
        display: none;
    }
    .section_item--about-list li:last-child dl {
        border-bottom: none;
    }
    .section_item--about-list li:last-child dl:before,
    .section_item--about-list li:last-child dl:after {
        display: none;
    }
    .section_item--about-list-box {
        border-bottom: #000 solid 1px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }
    .section_item--about-list-box:before {
        bottom: 12px;
        content: url("../img/top/img_point_black.png");
        display: block;
        height: 5px;
        left: 0;
        position: absolute;
        width: 5px;
    }
    .section_item--about-list-box:after {
        bottom: 12px;
        content: url("../img/top/img_point_black.png");
        display: block;
        height: 5px;
        position: absolute;
        right: 0;
        width: 5px;
    }
    .section_line--creativity-inner-h2 br {
        display: none;
    }
    body.home .contact_item--map-access {
        margin-top: 0;
    }
    body.longing .section_item--mainv-tcopy br {
        display: block;
    }
    .section_item--mainv-title-block {
        padding: 15px 30px 70px 30px;
        position: relative;
    }
    .know .section_item--mainv-tcopy span {
        display: block;
    }
    .know .section_item--mainv-title-block {
        padding: 15px 30px 140px 30px;
    }
    .imagination .section_item--mainv-tcopy span {
        display: block;
    }
    .imagination .section_item--mainv-title-block {
        padding: 15px 30px 70px 30px;
    }
    .section_faculty--box {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }
    .percentage img {
        width: 160px;
    }
    .section_item--community-box:first-child:before,
    .section_item--community-box:first-child:after {
        display: block;
    }
    .movie_line--inner {
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
    }
    .movie_item--linkline {
        display: block;
    }
    .movie_item--linkline li {
        margin-bottom: 20px;
    }
    .movie_item--linkline li:last-child {
        margin-bottom: 0;
    }
    .section_item--photo-cat ul {
        font-size: .75rem;
        line-height: 1.4;
    }
    .section_item--curriculumBottom > ul {
        display: block;
    }
    .section_item--curriculumBottom > ul > li {
        border-bottom: #000 solid 1px;
        border-left: none;
        margin-bottom: 50px;
        padding-bottom: 75px;
        width: 100%;
    }
    .section_item--curriculumBottom > ul > li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .section_recruit--graph {
        display: block;
        margin-top: 50px;
    }
    .section_recruit--graph li {
        padding: 0 0;
        width: 100%;
    }
    .no-pc {
        display: block;
    }
    .no-sp {
        display: none!important;
    }
    .movie_item--linkline li {
        margin-bottom: 20px;
        width: auto;
    }
    .section_architecture--innertitle .span-fast {
        padding-right: 20px;
        padding-top: 10px;
    }
    .section_architecture--innertitle .span-second {
        padding-bottom: 10px;
        padding-left: 20px;
    }
}

.p-fixBtnWrap {
    bottom: 200px;
    display: none;
    position: fixed;
    right: 50px;
    z-index: 100;
}


@media (max-width: 767px) {
    .p-fixBtnWrap {
        bottom: 15px;
        height: 72px;
        right: 20px;
        width: 72px;
    }
}

/* スライダー表示切替 */

/* レイアウト用 */
.ly_cont {
    display: grid;
    padding-block: 100px;
    place-content: center;
}

/* コンテンツは非表示 */
.bl_selectCont {
    display: none;
}

/* .is_activeが付与されたらコンテンツを表示 */
.bl_selectCont.is_active {
    display: revert;
}

@media (max-width: 991px) {
    .ly_cont {
        padding-block: 20px;
    }
}

@media (max-width: 767px) {
    .bl_selectToggle {
        margin-left: 30px;
        margin-top: 0;
    }
}

.section_item--photo-catname {
    border-left: none!important;
    white-space: nowrap;
}
