
/*----------------------------------------------------------------*/
/* stitch modified */
/*----------------------------------------------------------------*/

/*++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 768px), print {
/*++++++++++++++++++++++++++++++++++++++++++++++++*/

/* common */
main {
    background-image: unset;
}
.en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}
.fuchidori {
    color: #000;
    text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
    -1px 1px 0 #000000, 1px -1px 0 #000000,
    0px 1px 0 #000000,  0-1px 0 #000000,
    -1px 0 0 #000000, 1px 0 0 #000000;
    color: #fff;
}
.common__title {
    font-size: 80px;
    color: #F7701B;
    letter-spacing: 0.04em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}
.common__subtitle {
    margin-top: 4px;
    color: #F7701B;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}
#follow_banner {
    width: 200px;
    position: fixed;
    bottom: 100px;
    right: 24px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    z-index: 9;
}
#follow_banner img{
    width: 100%;
}
/* KVを過ぎたらスライドイン */
#follow_banner.active {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.3s;
}
/* フッターに到達したら absolute に切り替え */
#follow_banner.at-footer {
    position: absolute;
    /* bottom は解除、top で位置指定 */
    bottom: auto;
}
/* .follow_banner{
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
} */

.link__btn {
    display: block;
    position: relative;
    width: 440px;
    height: 76px;
    border: 1px solid #000;
    background: transparent;
    text-decoration: none;
    outline: none;
    margin: 0 auto;
    transition: background-color 0.3s ease;
}
.link__btn__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #000;
    white-space: nowrap;
    letter-spacing: 0.14em;
    font-weight: 800;
}
.link__btn__icon {
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 30px;
    fill: #000
}
.link__btn:hover {
    background-color: #F7701B;
}
.link__btn:hover .link__btn__text {
    color: #fff;
}
.link__btn:hover .link__btn__icon {
    fill: #fff;
}

#lead{
    padding: 0 0 160px 0;
}
#lead .trial__banner{
    margin: 31px auto 50px;
}
#lead p{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 2.4;
    color:#000;
}

/* デジハリ松本紹介ムービー */
#movie {
    margin: 80px 0 150px 0;
}
#movie iframe{
    aspect-ratio: 16 / 9;
    border-width: 0;
}
#movie .movie__video {
    width: 100%;
    margin: 62px auto 0;
    max-width: 746px;
}

#movie .movie__video iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

#movie .movie__text {
    margin: 30px auto 56px;
    max-width: 700px;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

#movie .movie__text .movie__text__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -19px;
    display: block;
}

.movie__list {
    display: grid;
    padding: 0;
    list-style: none;
    margin: 64px auto 0;
    grid-template-columns: repeat(auto-fit, minmax(484px, 1fr));
    max-width: 1032px;
    width: 747px;
}

.movie__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.movie__thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.movie__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 再生アイコンの位置はそのまま */
.movie__thumb__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.movie__item__title {
    font-size: 18px;
    font-weight: 700;
}

.movie__item__desc {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    padding: 0 20px;
    /* font-weight: 600; */
}

/* Modal（PC） */
.movieModal {
    position: fixed;
    inset: 0;

    display: none;
}

.movieModal.is-open {
    display: block;
}

.movieModal[aria-hidden="true"] {
    display: none;
}

.movieModal__dialog {
    position: relative;
    max-width: 880px;
    z-index: 1;
    width: 80%;
}

.movieModal__close {
    position: absolute;
    top: -40px;
    right: -40px;
    border: 0;
    cursor: pointer;
    font-size: 38px;
    line-height: 1;
    color: #ffffff;
}

.movieModal__title {
    margin: 0 0 12px 0;
    font-size: 18px;
}

.movieModal__videoWrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
    margin-bottom: 60px;
}

.movieModal__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

body.modal-open {
    overflow: hidden;
}

.movieModal {
    position: fixed;
    inset: 0;
    padding: 24px;
    box-sizing: border-box;
    z-index: 9999;
}

.movieModal.is-open {
    display: grid;
    place-items: center;
}

.movieModal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 0;
}

.movie .link__btn {
    border: 1px solid #ffffff;
}

.movie .link__btn__text {
    color: #ffffff;
}

.movie .link__btn__icon {
    fill: #ffffff;
}

.movie .link__btn:hover {
    background-color: unset;
}

/* リール動画 */
.movie__flock {
    width: 100%;
    overflow: hidden;
}
.movie__flock * {
    box-sizing: border-box;
}
/*----*/
.movie__flock .slider-field{
    position: relative;
    width: 100%;
    padding: 80px 0 80px 0;
    visibility: hidden;
}
.movie__flock .slider-field.act-ready {
    visibility: visible;
}
.movie__flock .slider-body {
    width: 100%;
    overflow: hidden;
}
/*----*/
.movie__flock .slider-control {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 0;
    text-align: center;
}
.movie__flock .slider-control-inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
/*----*/
.movie__flock .slider-shift {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
}
.movie__flock .slider-shift .hitelm {
    position: absolute;
    top: 0;
    width: 40px;
    aspect-ratio: 1/1;
    cursor: pointer;
}
.movie__flock .slider-shift .hitelm.mysd-prev {
    left: calc((40px * -1) - 10px);
}
.movie__flock .slider-shift .hitelm.mysd-next {
    right: calc((40px * -1) - 10px);
}
.movie__flock .slider-shift .hitelm .rect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 70% auto;
    transition-property: left;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.movie__flock .slider-shift .hitelm.mysd-prev:hover .rect {
    left: -15%;
}
.movie__flock .slider-shift .hitelm.mysd-next:hover .rect {
    left: 15%;
}
/*----*/
.movie__flock .slider-dot {
    padding: 16px 0 0 0;
    text-align: center;
}
.movie__flock .slider-dot .mysd-dot {
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin: 0 4px 0 4px;
}
.movie__flock .slider-dot .mysd-dot.mysd-curr {
    background-color: #f16248;
}
/*----*/
.movie__flock .slider-box {
    position: relative;
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    margin: 0 0 0 calc(50% - (320px / 2));
    will-change: left;
}
.movie__flock .slider-box .each {
    display: inline-block;
    vertical-align: top;
    width: 320px;
}
.movie__flock .slider-box .each .skin {
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    transition-property: scale;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transform-origin: 50% 50%;
    scale: 0.84 0.84;
}
.movie__flock .slider-box .each.mysd-curr .skin {
    scale: 1 1;
}
.movie__flock .slider-box .each .area-movie {
    width: 100%;
    aspect-ratio: 540/960;
}
.movie__flock .slider-box .each .area-movie video {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.movie__flock .slider-box .each .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.movie__flock .slider-box .each.mysd-curr.mode-playing .cover {
    display: none;
}
.movie__flock .slider-box .each .cover .hitelm {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80px auto;
    pointer-events: none;
}
.movie__flock .slider-box .each.mysd-curr .cover .hitelm {
    background-color: rgba(0,0,0,0);
    pointer-events: auto;
}

/* 選ばれる理由 */
#reasons .reasons {
    padding: 160px 40px 150px 40px;
    background-color: #f7f3ee;
    color: #000000;
}
#reasons .reasons__title {
    text-align: center;
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 36px;
    letter-spacing: 0.08em;
}
#reasons .reasons__list {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    max-width: 1032px;
    margin: 0 auto;
}
#reasons .reason-item {
    display: flex;
    align-items: center;
    gap: 3.5em;
}
#reasons .reason-item__image {
    flex: 1 1 0;
    min-width: 0;
}
#reasons .reason-item__image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
#reasons .reason-item:nth-of-type(1) .reason-item__image {
    max-width: 458px;
    width: 100%;
    display: block;
}
#reasons .reason-item:nth-of-type(2) {
    gap: 3em;
    flex-direction: row-reverse;
}
#reasons .reason-item:nth-of-type(2) .reason-item__image {
    max-width: 458px;
    width: 100%;
    display: block;
}
/* #reasons .reason-item:nth-of-type(3){
margin: -12px 0 0 0;
} */
#reasons .reason-item:nth-of-type(3) .reason-item__image {
    margin: 2px 40px 0 0;
    max-width: 419px;
    width: 100%;
    display: block;
}
#reasons .reason-item:nth-of-type(4) {
    gap: 2em;
    flex-direction: row-reverse;
}
#reasons .reason-item:nth-of-type(4) .reason-item__image {
    max-width: 531px;
    width: 100%;
    display: block;
}
#reasons .reason-item:nth-of-type(4) .reason-item__content {
    max-width: 469px;
    width: 100%;
}
#reasons .reason-item__content {
    flex: 1;
}
#reasons .reason-item__title {
    display: flex;
    align-items: center;
    gap: 20px;
}
#reasons .reason-item__number {
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 0 0 0 4px;
    line-height: 0;
}
#reasons .reason-item__heading {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
#reasons .reason-item__text {
    margin: 32px 0 0 4px;
    line-height: 2;
    font-size: 16px;
    letter-spacing: 0.04em;
}

/* インタビュー */
#interview .interview {
    text-align: center;
    padding: 148px 40px 156px;
    background-color: #ffffff;
    color: #000000;
}
#interview .interview__video {
    width: 100%;
    margin: 62px auto 0;
    max-width: 746px;
}
#interview .interview__video iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9; 
    border: 0;
}
#interview .interview__text {
    margin: 30px auto 56px;
    max-width: 700px;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}
#interview .interview__text .interview__text__title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -19px;
    display: block;
}


.interview__list {
    display: grid;
    padding: 0;
    list-style: none;
    margin: 64px auto 0;
    grid-template-columns: repeat(auto-fit, minmax(484px, 1fr));
    gap: 72px 64px;
    max-width: 1032px;
}
.interview__item { display: flex; flex-direction: column; gap: 12px; }


.interview__thumb{
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.interview__thumb img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;  
    display: block;
}

/* 再生アイコンの位置はそのまま */
.interview__thumb__play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.interview__item__title { font-size: 18px; font-weight: 700; }
.interview__item__desc { font-size: 14px; line-height: 1.7; text-align: left;}

/* Modal */
.interviewModal { position: fixed; inset: 0; display: none; }
.interviewModal.is-open { display: block; }
.interviewModal[aria-hidden="true"] { display: none; }
.interviewModal__dialog {
    position: relative;
    max-width: 746px;
    z-index: 1;
    width: 80%;
}
.interviewModal__close {
    position: absolute;
    top: -40px;
    right: -40px;
    border: 0;
    cursor: pointer;
    font-size: 38px;
    line-height: 1;
    color: #ffffff;
}
.interviewModal__title { margin: 0 0 12px 0; font-size: 18px; }
.interviewModal__videoWrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
    margin-bottom: 60px;
}
.interviewModal__iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
body.modal-open { overflow: hidden; }

.interviewModal {
    position: fixed;
    inset: 0;
    padding: 24px;         
    box-sizing: border-box;
    z-index: 9999;
}

.interviewModal.is-open {
    display: grid;             
    place-items: center;
}

.interviewModal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.9);
    z-index: 0;
}
.interview .link__btn{
    border: 1px solid #ffffff;
}
.interview .link__btn__text{
    color: #ffffff;
}
.interview .link__btn__icon{
    fill: #ffffff;
}
.interview .link__btn:hover {
    background-color: unset;
}

/* WORKS */
#works .works {
    padding: 120px 22px 100px;
    text-align: center;
    background: #fff;
    color: #000;
}
#works .works__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(484px, 1fr));
    gap: 72px 64px;
    max-width: 1032px;
    margin: 64px auto 0;
}
#works .works__grid a{
    color: #000;
    transition : 0.5s;
}
#works .works__grid a:hover{
    opacity: 0.7;
    transition : 0.5s;
}
#works .works__item img {
    width: 100%;
    height: auto;
    display: block;
}
#works .works__meta {
    font-size: 16px;
    margin: 14px 0 0 0;
    letter-spacing: 0.02em;
}
#works .works__name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin: 0 0 14px 0;
}
#works .works__desc {
    font-size: 14px;
    line-height: 2;
    text-align: left;
}

/* SUPPORT */
#support .support {
    background-color: #f7f3ee;
    padding: 122px 40px 164px;
    text-align: center;
    position: relative;
    color: #000000;
    overflow: hidden;
}
#support .support__title {
    text-align: center;
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
#support .support__title .en {
    font-size: 66px;
}
#support .support__lead {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
}
#support .support__desc {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.018em;
}
#support .support__visual {
    position: absolute;
    width: 1430px;
    height: 420px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#support .support__img {
    position: absolute;
    bottom: 0;
    height: 100%;
    object-fit: contain;
}
#support .support__img--left {
    left: -22px;
    width: 578px;
    top: 110px;
}
#support .support__img--right {
    right: 0;
    width: 453px;
}
#support .support__text {
    z-index: 1;
    position: relative;
}
#support .support__list-title {
    font-size: 23px;
    font-weight: bold;
    margin: 54px 0 0 0;
    letter-spacing: 0.13em;
}
#support .support__list {
    margin: 22px auto 0;
    width: 628px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#support .support__item {
    background: #fff;
    border: 1px solid #000;
    padding: 14px 24px;
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
}

/* COURSE */
#course {
    background-color: #fff;
}
#course .course {
    max-width: 1100px;
    margin: 0 auto;
    padding: 150px 40px;
    text-align: center;
    color: #000;
}
#course .course__hr {
    border: none;
    border-top: 1px solid #DCDCDC;
    margin: 68px 0;
}
#course .course__hr-middle {
    border: none;
    border-top: 1px solid #DCDCDC;
    margin: 28px 0;
}
#course .course-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
#course .course-item.web .course-item__rap {
    margin: 0;
}
#course .course-item .course-item__rap {
    margin: 0 0 46px 0;
}
#course .course-item__rap {
    display: flex;
    gap: 46px;
}
#course .course-item__info {
    flex: 1;
    text-align: left;
}
#course .course-item__thumb {
    width: 464px;
}
#course .course-item__thumb img {
    width: 100%;
}
#course .course-item__name {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.085em;
}
#course .course-item__meta {
    font-size: 20px;
    font-weight: bold;
    margin: 6px 0 0 0;
    letter-spacing: 0;
}
#course .course-item__price {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
}
#course .course-item__price .en {
    font-size: 40px;
}
#course .course-item__desc {
    font-size: 16px;
    line-height: 2;
    margin: 48px 0 0 0;
    letter-spacing: 0;
}
#course .course-item__skills__title {
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0 0 0;
}
#course .course-item__skills__title svg {
    position: relative;
    top: 4px;
    left: -1px;
}
#course .course-item__skills {
    display: flex;
    gap: 20px;
    margin: 15px 0 44px 0;
}
#course .course-item__skill {
    width: 62px;
    height: 62px;
}
#course .course-item__recommend-title {
    font-size: 24px;
    color: #F7701B;
    font-weight: bold;
    margin: 0 0 12px 0;
}
#course .course-item__recommend-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 54px;
}
#course .course-item__recommend-item {
    background: #f7f3ee;
    padding: 37px;
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 0.04em;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#course .course__other {
    text-align: center;
    margin-top: 60px;
}

/* TRIAL */
#trial .trial {
    background-color: #f7f3ee;
    padding: 78px 22px 26px;
    color: #000;
}
#trial .trial__title {
    color: #000;
}
#trial .trial__subtitle {
    color: #000;
}
#trial .trial__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    max-width: 1020px;
    margin: 62px auto 40px;
}
#trial .trial__card {
    background: #fff;
    border: 1px solid #000000;
}
#trial .trial__card-img {
    width: 100%;
    height: auto;
    display: block;
}
#trial .trial__card-step {
    position: relative;
    top: -12px;
    left: -1px;
    background-color: #FFE056;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 12px;
    letter-spacing: 0.036em;
    border: 1px solid #000000;
}
#trial .trial__card-body {
    padding: 0 40px 36px;
}
#trial .trial__card-title {
    font-size: 24px;
    font-weight: bold;
    margin: -6px 0 12px 0;
    letter-spacing: 0.04em;
}
#trial .trial__card-text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
}
.trial__banner {
    width: 840px;
    margin: 70px auto;
    height: 227px;
    display: block;
    background-size: cover;
    background-position: center;
    transition: background-image 0.3s ease;
}
.trial__banner:hover {
    transition: background-image 0.3s ease;
}


/* FAQ */
#faq {
    margin-top: 0;
}
#faq .faq {
    padding: 148px 40px 158px;
    background-color: #fff;
    color: #000;
}
#faq .faq-item_wrap {
    max-width: 1020px;
    margin: 64px auto 0;
}
#faq .faq-list {
    max-width: 800px;
    margin: 40px auto 0;
}
#faq .faq-item {
    border-top: 1px solid #333;
}
#faq .faq-item:last-child {
    border-bottom: 1px solid #333;
}
#faq .faq-question {
    width: 100%;
    padding: 20px 30px;
    letter-spacing: 0.09em;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
#faq .faq-question span:first-child {
}
#faq .faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
#faq .faq-icon::before,
#faq .faq-icon::after {
    content: '';
    position: absolute;
    background: #333;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform-origin: center;
    transition: transform 0.3s ease;
}
#faq .faq-icon::before {
    transform: translateY(-50%) rotate(0deg);
}
#faq .faq-icon::after {
    transform: translateY(-50%) rotate(90deg);
}
#faq .faq-item.active .faq-icon::after {
    transform: translateY(-50%) rotate(180deg);
}
#faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    text-align: left;
    margin: 0 30px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
}
#faq .faq-item.active .faq-answer {
    max-height: 200px;
    padding: 26px 0;
    border-top: 1px dashed #000000;
}

/* SNSアイコン */
#faq .faq__sns {
    display: flex;
    justify-content: center;
    gap: 72px;
    margin-top: 60px;
    align-items: center;
}
#faq .faq__sns a img {
    display: block;
    height: auto;
}
#faq .faq__sns a:nth-of-type(1) img{
    width: 64px;
}
#faq .faq__sns a:nth-of-type(2) img{
    width: 92px;
}
#faq .faq__sns a:nth-of-type(3) img{
    width: 128px;
}
#faq .faq__sns a:nth-of-type(4) img{
    width: 180px;
}

.facilities {
    background: #fff;
}
.facility__title {
    margin: 148px 0 0 0;
}
.school .facilities{
    padding-bottom: 30px;
}
.school .facilities .slidArea {
    margin-top: 60px;
}
.school .facilities .slidFacilities li img {
    width: 600px;
}
.school .facilities .slidFacilities li .slidInner h3 {
    line-height: 1.6;
    letter-spacing: 1.6px;
}
.access {
    background: #fff;
}
.access .map {
    margin-top: 60px;
}

/*================================*/
#eyecatch {
}
#eyecatch .sect-eyecatch {
    width: min(100%, 2000px);
    margin: 0 auto 0 auto;
}
#eyecatch .area-visual {
    position: relative;
    padding: 103% 0 0 0;
}
#eyecatch .area-visual .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*----------------*/
#eyecatch .each .figelm {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}
/*----------------*/
#eyecatch .block-pic {
}
#eyecatch .block-pic .each {
    position: absolute;
}
#eyecatch .block-pic .each.n01 {
    left: 63.6%;
    top: 5.2%;
    width: 36.4%;
    aspect-ratio: 1100/884;
}
#eyecatch .block-pic .each.n02 {
    left: 46.3%;
    top: 5.2%;
    width: 13.6%;
    aspect-ratio: 412/392;
}
#eyecatch .block-pic .each.n03 {
    left: 0;
    top: 22%;
    width: 11.8%;
    aspect-ratio: 358/362;
}
#eyecatch .block-pic .each.n04 {
    left: 14.5%;
    top: 22%;
    width: 16.8%;
    aspect-ratio: 510/362;
}
#eyecatch .block-pic .each.n05 {
    left: 26.4%;
    top: 38.9%;
    width: 10.3%;
    aspect-ratio: 314/210;
}
#eyecatch .block-pic .each.n06 {
    left: 26.3%;
    top: 51%;
    width: 33%;
    aspect-ratio: 1000/652;
}
#eyecatch .block-pic .each.n07 {
    left: 0;
    top: 58%;
    width: 23.3%;
    aspect-ratio: 712/436;
}
#eyecatch .block-pic .each.n08 {
    left: 0;
    top: 77%;
    width: 26.2%;
    aspect-ratio: 792/358;
}
#eyecatch .block-pic .each.n09 {
    left: 51.4%;
    top: 83.7%;
    width: 18.4%;
    aspect-ratio: 558/318;
}
#eyecatch .block-pic .each.n10 {
    left: 85.1%;
    top: 51%;
    width: 14.9%;
    aspect-ratio: 454/652;
}
#eyecatch .block-pic .each.n11 {
    left: 72.7%;
    top: 77%;
    width: 27.3%;
    aspect-ratio: 826/526;
}
#eyecatch .block-pic .each .figelm {
    opacity: 0;
}
/*----------------*/
#eyecatch .block-char {
}
#eyecatch .block-char .each {
    position: absolute;
    width: 105.6%;
    aspect-ratio: 1600/360;
}
#eyecatch .block-char .each.n01 {
    left: -31.5%;
    top: -0.2%;
}
#eyecatch .block-char .each.n02 {
    left: -5.9%;
    top: 16.2%;
}
#eyecatch .block-char .each.n03 {
    left: -3%;
    top: 30.5%;
}
#eyecatch .block-char .each.n04 {
    left: -41%;
    top: 41.7%;
}
#eyecatch .block-char .each.n05 {
    left: 19.9%;
    top: 49.8%;
}
#eyecatch .block-char .each.n06 {
    left: -2.7%;
    top: 74%;
}
#eyecatch .block-char .each.n07 {
    left: -39.8%;
    top: 81.2%;
}
#eyecatch .block-char .each .figelm {
    scale: 1 0;
}
/*----------------*/
#eyecatch .block-deco {
}
#eyecatch .block-deco .each {
    position: absolute;
    width: 17.2%;
    aspect-ratio: 1/1;
}
#eyecatch .block-deco .each.n01 {
    left: 67.6%;
    top: 0;
}
#eyecatch .block-deco .each.n02 {
    left: 21.8%;
    top: 10.8%;
}
#eyecatch .block-deco .each.n03 {
    left: 29.2%;
    top: 40.2%;
}
#eyecatch .block-deco .each.n04 {
    left: 74.4%;
    top: 57.8%;
}
#eyecatch .block-deco .each.n05 {
    left: 41.8%;
    top: 75.7%;
}
#eyecatch .block-deco .each .figelm {
    scale: 0 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++*/
} /* end of media query */
/*++++++++++++++++++++++++++++++++++++++++++++++++*/


