@charset "UTF-8";

html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    overflow: hidden;
}

body,
p {
    margin: 0;
    padding: 0;
}

li,
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pt30 {
    padding-top: 30px;
}

.txt {
    text-align: justify;
}

.pamphlet {
    position: relative;
    z-index: 10;
    max-width: 1024px;
    margin: auto;
    top: -250px;
    left: 110px;
}

.pamphlet img {
    width: 100%;
    max-width: 185px;
}

.pamphlet img:hover {
    opacity: 0.7;
}

.bg-navi {
    position: absolute;
    top: 0;
    width: 100%;
}

.bg-navi img {
    width: 100%;
}

.theme {
    text-align: center;
}

.pagetop-img {
    padding-top: 150px;
    padding-bottom: 25px;
    text-align: center;
}

#introduction1 {
    padding-top: 100px;
}

.footer-inner {
    max-width: 1024px;
    margin: 0 auto;
}

.footer-logo img {
    padding-right: 50px;
}

.footer-bottom {
    color: #fff;
    font-size: 1.2rem;
    text-align: right;
    letter-spacing: 0.5px;
}

.br-sp {
    display: none;
}

.br-tab {
    display: none;
}

.br-pc {
    display: block;
}

#top-contents #bk .box div dl dd {
    margin: 5px 0 0 0;
}

/*パンくず*/
.shift_2024setouchicollege a {
    text-decoration: none;
}

.shift_2024setouchicollege .best-recommend {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media screen and (min-width: 769px), print {
    .shift_2024setouchicollege #top-contents .main-visual .slide div {
        margin-left: 0;
        margin-right: 0;
    }

    .shift_2024setouchicollege #top-contents #introduction .photolist .name {
        font-size: 1.5rem;
    }

    .shift_2024setouchicollege #result .photolist div {
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .shift_2024setouchicollege #top-contents .main-visual .slide div {
        width: 64rem;
    }

    .shift_2024setouchicollege dd,
    .shift_2024setouchicollege dt {
        margin-left: 10px;
    }

    .shift_2024setouchicollege .best-reco-txt::before {
        padding-right: 0.4rem;
    }

    /* .shift_2024setouchicollege #top-contents h2 {
    height: 4rem
;  } */

    .shift_2024setouchicollege #top-contents #local ul {
        padding-top: 0.5rem;
    }

    .shift_2024setouchicollege #top-contents #local ul li {
        margin-top: 1.5rem;
    }
}

.content-wrap {
    padding-bottom: 150px;
    background: url(../img/bg_crowd.jpg) repeat center top;
}

.content-wrap .bnr-list {
    margin-top: 80px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-wrap .bnr-list li {
    border: 3px solid #fff;
}

.content-wrap .bnr-list li a img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.content-wrap .bnr-list li a:hover img {
    opacity: 0.8;
}

#top-contents .main-visual {
    height: 750px;
    margin-bottom: 95px;
    position: relative;
}

#top-contents .main-visual .slide {
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: absolute;
}

#top-contents .main-visual .slide div {
    width: 100%;
    height: 750px;
    min-height: 750px;
    margin-left: -125px;
    margin-right: -125px;
    padding-left: 125px;
    padding-right: 125px;
    background-size: cover;
    border-bottom-right-radius: 100% 500px;
    border-bottom-left-radius: 100% 500px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 0;
    left: 0;
}

#top-contents .main-visual .slide div span {
    color: #f1f1f1;
    font-size: 1.4rem;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
}

/* @keyframes fadeSlide {
    0% {
        opacity: 1;
    }

    14% {
        opacity: 1;
    }

    16% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
} */

@keyframes fadeSlide {
    0%,
    30%,
    100% {
        opacity: 0;
        /* 非表示のタイミング */
    }

    10%,
    20% {
        opacity: 1;
        /* 表示されるタイミング */
    }
}

#top-contents .main-visual .slide .item1 {
    background-image: url(../img/top/img_main01.jpg);
    animation: fadeSlide 42s ease 0s infinite normal both;
}

#top-contents .main-visual .slide .item1 span {
    margin-left: -6em;
}

#top-contents .main-visual .slide .item2 {
    opacity: 0;
    background-image: url(../img/top/img_main02.jpg);
    animation: fadeSlide 42s ease 7s infinite normal both;
}

#top-contents .main-visual .slide .item2 span {
    margin-left: -4em;
}

#top-contents .main-visual .slide .item3 {
    opacity: 0;
    background-image: url(../img/top/img_main03.jpg);
    animation: fadeSlide 42s ease 14s infinite normal both;
}

#top-contents .main-visual .slide .item4 {
    opacity: 0;
    background-image: url(../img/top/img_main04.jpg);
    animation: fadeSlide 42s ease 21s infinite normal both;
}

#top-contents .main-visual .slide .item5 {
    opacity: 0;
    background-image: url(../img/top/img_main05.jpg);
    animation: fadeSlide 42s ease 28s infinite normal both;
}

#top-contents .main-visual .slide .item6 {
    opacity: 0;
    background-image: url(../img/top/img_main06.jpg);
    animation: fadeSlide 42s ease 35s infinite normal both;
}

/* #top-contents .main-visual .slide .item7 {
    opacity: 0;
    background-image: url(../img/top/img_main07.jpg);
    -webkit-animation: fadeSlideImg04 42s ease infinite;
    animation: fadeSlideImg04 42s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item8 {
    opacity: 0;
    background-image: url(../img/top/img_main08.jpg);
    -webkit-animation: fadeSlideImg05 42s ease infinite;
    animation: fadeSlideImg05 42s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item9 {
    opacity: 0;
    background-image: url(../img/top/img_main09.jpg);
    -webkit-animation: fadeSlideImg04 42s ease infinite;
    animation: fadeSlideImg04 42s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item10 {
    opacity: 0;
    background-image: url(../img/top/img_main10.jpg);
    -webkit-animation: fadeSlideImg05 42s ease infinite;
    animation: fadeSlideImg05 42s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

@-webkit-keyframes fadeSlideImg01 {
    0% {
        opacity: 1;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeSlideImg01 {
    0% {
        opacity: 1;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeSlideImg02 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 1;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg02 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 1;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeSlideImg03 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 1;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg03 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 1;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeSlideImg04 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 1;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg04 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 1;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeSlideImg05 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 1;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg05 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 1;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeSlideImg06 {
    0% {
        opacity: 1;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeSlideImg06 {
    0% {
        opacity: 1;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeSlideImg07 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 1;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg07 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 1;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeSlideImg08 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 1;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg08 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 1;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeSlideImg09 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 1;
    }

    57.12% {
        opacity: 0;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeSlideImg10 {
    0% {
        opacity: 0;
    }

    14.28% {
        opacity: 0;
    }

    28.56% {
        opacity: 0;
    }

    42.84% {
        opacity: 0;
    }

    57.12% {
        opacity: 1;
    }

    71.4% {
        opacity: 0;
    }

    85.68% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* #top-contents .main-visual .slide .item1 {
    background-image: url(../img/top/img_main01.jpg);
    -webkit-animation: fadeSlideImg01 70s ease infinite;
    animation: fadeSlideImg01 70s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item2 {
    background-image: url(../img/top/img_main02.jpg);
    -webkit-animation: fadeSlideImg02 70s ease infinite;
    animation: fadeSlideImg02 70s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item3 {
    background-image: url(../img/top/img_main03.jpg);
    -webkit-animation: fadeSlideImg03 70s ease infinite;
    animation: fadeSlideImg03 70s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item4 {
    background-image: url(../img/top/img_main04.jpg);
    -webkit-animation: fadeSlideImg04 70s ease infinite;
    animation: fadeSlideImg04 70s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item5 {
    background-image: url(../img/top/img_main05.jpg);
    -webkit-animation: fadeSlideImg05 70s ease infinite;
    animation: fadeSlideImg05 70s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item6 {
    background-image: url(../img/top/img_main06.jpg);
    -webkit-animation: fadeSlideImg06 70s ease infinite;
    animation: fadeSlideImg06 70s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item7 {
    background-image: url(../img/top/img_main07.jpg);
    -webkit-animation: fadeSlideImg07 70s ease infinite;
    animation: fadeSlideImg07 70s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item8 {
    background-image: url(../img/top/img_main08.jpg);
    -webkit-animation: fadeSlideImg08 70s ease infinite;
    animation: fadeSlideImg08 70s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item9 {
    background-image: url(../img/top/img_main09.jpg);
    -webkit-animation: fadeSlideImg09 70s ease infinite;
    animation: fadeSlideImg09 70s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

#top-contents .main-visual .slide .item10 {
    background-image: url(../img/top/img_main10.jpg);
    -webkit-animation: fadeSlideImg10 70s ease infinite;
    animation: fadeSlideImg10 70s ease infinite;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
} */

@keyframes fadeSlideImg01 {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeSlideImg02 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg03 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg04 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg05 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg06 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg07 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg08 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg09 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeSlideImg10 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#top-contents .main-visual .main-contents {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 28px;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top-contents .main-visual .main-contents .logo {
    width: 118px;
    height: 98px;
    position: relative;
    z-index: 2;
}

#top-contents .main-visual .main-contents .logo img {
    width: 100%;
    height: 98px;
}

#top-contents .main-visual .main-contents nav {
    position: relative;
    z-index: 2;
}

#top-contents .main-visual .main-contents nav ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 850px; */
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px dotted #000;
}

#top-contents .main-visual .main-contents nav ul li {
    text-align: center;
    border-left: 1px dotted #000;
    width: 170px;
}

#top-contents .main-visual .main-contents nav ul li a {
    display: block;
    width: 100%;
    /* line-height: 47px; */
    position: relative;
    font-size: 1.6rem;
}

#top-contents .main-visual .main-contents nav ul li a img {
    vertical-align: middle;
    position: relative;
    z-index: 3;
}

#top-contents .main-visual .main-contents nav ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 16px;
    background: url(../img/img_nav_hover.png) no-repeat bottom left;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    position: absolute;
    bottom: -9px;
    left: 2px;
}

#top-contents .main-visual .main-contents nav ul li a:hover::after {
    width: 170px;
}

#top-contents .main-visual .txt-read {
    margin: 103px auto 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.txt-read img {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}

#top-contents h2 {
    text-align: center;
}

#top-contents .btn {
    width: 500px;
    margin: 80px auto 0;
    text-align: center;
    position: relative;
}

#top-contents .btn a img {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

#top-contents .btn a:hover img {
    opacity: 0.8;
}

#top-contents .btn::after {
    content: '';
    display: block;
    width: 227px;
    height: 98px;
    background: url(../img/img_rainbow.png) no-repeat;
    position: absolute;
    top: -25px;
    left: -123px;
}

/*瀬戸内カレッジとは*/
#top-contents #about {
    margin-top: -105px;
    margin-bottom: 120px;
    padding-top: 105px;
    background-image: url(../img/img_bird_l.png), url(../img/img_bird_r.png);
    background-position: 5% 4%, 95% 45%;
    background-repeat: no-repeat;
}

#top-contents #about .txt {
    width: 825px;
    margin: 40px auto 0;
    font-size: 1.7rem;
    line-height: 2;
}

#top-contents #about ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 970px;
    margin: 10px auto 0;
}

#top-contents #about ul li {
    width: 456px;
    margin-top: 25px;
    padding: 30px 25px 20px 28px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

#top-contents #about ul li img {
    height: 20px;
}



#top-contents #about ul li dd {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 2;
}

#top-contents #about ul li::after,
#top-contents #about ul li::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
}

#top-contents #about ul li::before {
    top: 2px;
    left: 2px;
    border-top: 1px solid #000;
}

#top-contents #about ul li::after {
    bottom: 2px;
    right: 2px;
    border-bottom: 1px solid #000;
}

#top-contents #about .theme-title {
    margin-top: 5%;
}

#top-contents #about .theme {
    margin-top: 3rem;
}

/*参加大学*/
#top-contents #introduction {
    margin-top: -105px;
    margin-bottom: 100px;
    padding-top: 20px;
    background-image: url(../img/img_bird_l.png), url(../img/img_bird_r.png);
    background-position: 5% 4%, 95% 90%;
    background-repeat: no-repeat;
}

#top-contents #introduction ul {
    max-width: 870px;
    text-align: center;
    height: 410px;
    margin: 55px auto 0;
    position: relative;
}

#top-contents #introduction ul li {
    min-width: 230px;
    height: 149px;
    text-align: center;
    /* line-height: 149px; */
    background: url(../img/top/bg_collage.png) no-repeat 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

#top-contents #introduction ul li .name {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.team-name {
    display: block;
    font-size: 1.8rem;
}

#top-contents #introduction ul li:nth-child(1) {
    top: 50px;
    left: 0;
}

#top-contents #introduction ul li:nth-child(2) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#top-contents #introduction ul li:nth-child(3) {
    top: 54px;
    right: 0;
}

#top-contents #introduction ul li:nth-child(4) {
    top: 230px;
    left: 20%;
}

#top-contents #introduction ul li:nth-child(5) {
    top: 230px;
    left: 70%;
    transform: translateX(-50%);
}

#top-contents #introduction ul li:nth-child(6) {
    top: 420px;
    left: 5%;
}

#top-contents #introduction ul li:nth-child(7) {
    top: 420px;
    right: 5%;
}

/*参加大学雲のところ*/
/* #top-contents #introduction ul li:nth-child(1) {
    top: 50px;
    left: 0;
}

#top-contents #introduction ul li:nth-child(2) {
    top: 0;
    left: 20%;
}

#top-contents #introduction ul li:nth-child(3) {
    top: 54px;
    left: 80%;
}

#top-contents #introduction ul li:nth-child(3) img {
    width: 90%;
}

@media screen and (max-width: 768px) {
    #top-contents #introduction ul li:nth-child(3) img {
        width: 60%;
    }
}

#top-contents #introduction ul li:nth-child(4) {
    top: 230px;
    left: 0;
}

#top-contents #introduction ul li:nth-child(5) {
    top: 230px;
    left: 30%;
}

#top-contents #introduction ul li:nth-child(6) {
    top: 370px;
    left: -20%;
}

#top-contents #introduction ul li:nth-child(7) {
    top: 370px;
    left: 60%;
}

#top-contents #introduction ul li:nth-child(7) img {
    width: 50%;
}


} */

@media screen and (max-width: 768px) {
    /* #top-contents #introduction {
        padding-top: 0;
    } */

    #top-contents #introduction ul li {
        position: static;
        flex-direction: column;
        margin-bottom: 10px;
    }

    #top-contents #introduction ul li:nth-child(2) {
        transform: none;
    }

    #top-contents #introduction ul li:nth-child(5) {
        transform: none;
    }

    #top-contents #introduction ul li .name {
        font-size: 1.8rem;
    }

    .team-name {
        font-size: 1.6rem;
    }
}

/*現地研修の様子・成果報告会*/
#top-contents #kensyu {
    margin-top: -110px;
    margin-bottom: 0px;
    padding-top: 225px;
}

@media screen and (max-width: 768px) {
    #top-contents #kensyu {
        margin-top: 0px;
        margin-bottom: 90px;
        padding-top: 10px;
    }
}

.kensyu_block {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: 55px auto 0;
    gap: 6px 20px;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .kensyu_block {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        margin: 20px auto 0px 0px;
        gap: 6px 10px;
        flex-wrap: wrap;
    }
}

.kensyu_block li {
    background-image: url(../img/top/kensyu_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-align: center;
    align-items: center;
    height: 435px;
    width: 435px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .kensyu_block li {
        background-image: url(../img/top/kensyu_bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        text-align: center;
        align-items: center;
        height: auto;
        width: 375px;
    }
}

.kensyu_block li::before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: '';
    position: absolute;
    width: 90px;
    height: 120px;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .kensyu_block li::before {
        width: 20%;
        height: 30%;
    }
}

.kensyu_block li.award1::before {
    background-image: url(../img/top/award1.png);
}

.kensyu_block li.award2::before {
    background-image: url(../img/top/award2.png);
}

.kensyu_block li.award3::before {
    background-image: url(../img/top/award3.png);
}

.kensyu_block li.award4::before {
    background-image: url(../img/top/award4.png);
}

.kensyu_chousei1 {
    margin-top: 45px;
}

.kensyu_chousei1 img {
    width: 60%;
    height: auto;
}

.kensyu_chousei2 {
    margin-top: 15px;
}

/*成果報告会2024*/

.best {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 0;
    width: 930px;
    padding: 60px 30px 30px 30px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.best1 {
    margin: 120px auto 0;
}

.best::before {
    top: 2px;
    left: 2px;
    border-top: 1px solid #000;
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
}

.best::after {
    bottom: -2px;
    right: -2px;
    border-bottom: 1px solid #000;
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
}

.best-left {
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
}

.best-right {
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    margin-top: 0px;
}

.best-img {
    padding-bottom: 0 !important;
}

.best-img3 {
    margin-top: -50px;
}

.best-img {
    padding-bottom: 25px;
}

.best-img1 {
    display: inline-block;
}

.best-img1 img {
    width: 100%;
}

.best-img2 {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 30px;
    top: 10px;
}

.best-img2 img {
    width: 120px;
}

.best-img3 {
    text-align: right;
}

.best-img3 img {
    width: 205px;
}

.best-ttl {
    font-size: 3.6rem;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.best-ttl-sub {
    font-size: 2.1rem;
    padding-left: 25px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.best-subttl {
    font-size: 1.8rem;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.best-subttl-sub {
    padding-left: 15px;
}

.best-text-trip {
    font-size: 2.4rem;
    color: #e75197;
    padding: 20px 0 25px 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.best-text-trip small {
    font-size: 1.6rem;
}

.best-text-trip span {
    color: #000;
    display: block;
    font-size: 1.6rem;
}

.best-text-trip img {
    margin-left: 5px;
}

.best-text-couple {
    width: calc(100% / 5);
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    padding-right: 20px;
    text-align: justify;
    line-height: 1.75;
}

.best-recommend {
    padding: 50px 40px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85%;
    margin-left: 30px;
    background: #f0f8ff;
    position: relative;
    border-radius: 10px;
    margin-top: 30px;
}

.best-recommend .icon {
    padding-right: 30px;
    position: absolute;
    left: -30px;
    top: -35px;
}

.best-recommend > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.best-recommend > dl .spot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.best-recommend > dl .spot::after {
    background: #fff;
    content: '';
    width: 97%;
    bottom: -20px;
    position: absolute;
    height: 100%;
    z-index: 0;
    left: 0;
}

.best-recommend > dl .spot2::after {
    left: inherit;
    right: -20px;
}

.best-recommend > dl .spot > dt {
    width: 65%;
    position: relative;
    z-index: 2;
    padding-top: 50px;
}

.best-recommend > dl .spot > dt dl dd {
    margin: 15px 20px 0;
    font-size: 1.6rem;
}

.best-recommend > dl .spot > dd {
    width: 32%;
    margin: 0;
    position: relative;
    z-index: 2;
}

.best-recommend > dl .spot > dd img {
    width: 100%;
}

.best-recommend > dl .spot2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.best-recommend .spot1 {
    text-align: right;
}

.best-reco-txt {
    font-size: 1.8rem;
    line-height: 1.8;
    position: relative;
    color: #1ca19a;
    font-weight: 700;
    padding: 0 20px;
}

.spot1 {
    margin-bottom: 30px;
}

.spot2 .best-reco-txt::before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 10px transparent;
    border-bottom: solid 10px #1ca19a;
}

.spot1 .best-reco-txt::before {
    position: absolute;
    content: '';
    bottom: -2px;
    right: 0;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #1ca19a;
}

.spot2 .best-reco-txt::after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 10px;
    width: 95%;
    border-bottom: solid 2px #1ca19a;
}

.spot1 .best-reco-txt::after {
    position: absolute;
    content: '';
    bottom: -2px;
    right: 10px;
    width: 92%;
    border-bottom: solid 2px #1ca19a;
}

.best01 .best-text-trip {
    color: #ee7800;
}

.best01 .best-recommend {
    background: #fbebe1;
}

.best01 .spot1 .best-reco-txt {
    color: #00a39b;
}

.best01 .spot1 .best-reco-txt::before {
    border-bottom: solid 10px #00a39b;
}

.best01 .spot1 .best-reco-txt::after {
    border-bottom: solid 2px #00a39b;
}

.best01 .spot2 .best-reco-txt {
    color: #00a39b;
}

.best01 .spot2 .best-reco-txt::before {
    border-bottom: solid 10px #00a39b;
}

.best01 .spot2 .best-reco-txt::after {
    border-bottom: solid 2px #00a39b;
}

.best02 .best-text-trip {
    color: #036eb8;
}

.best02 .best-recommend {
    background: #d3e4f3;
}

.best02 .spot1 .best-reco-txt {
    color: #e75296;
}

.best02 .spot1 .best-reco-txt::before {
    border-bottom: solid 10px #e75296;
}

.best02 .spot1 .best-reco-txt::after {
    border-bottom: solid 2px #e75296;
}

.best02 .spot2 .best-reco-txt {
    color: #e75296;
}

.best02 .spot2 .best-reco-txt::before {
    border-bottom: solid 10px #e75296;
}

.best02 .spot2 .best-reco-txt::after {
    border-bottom: solid 2px #e75296;
}

.best03 .best-text-trip {
    color: #5cb531;
}

.best03 .best-recommend {
    background: #ebf4e9;
}

.best03 .spot1 .best-reco-txt {
    color: #b28248;
}

.best03 .spot1 .best-reco-txt::before {
    border-bottom: solid 10px #b28248;
}

.best03 .spot1 .best-reco-txt::after {
    border-bottom: solid 2px #b28248;
}

.best03 .spot2 .best-reco-txt {
    color: #b28248;
}

.best03 .spot2 .best-reco-txt::before {
    border-bottom: solid 10px #b28248;
}

.best03 .spot2 .best-reco-txt::after {
    border-bottom: solid 2px #b28248;
}

.best04 .best-text-trip {
    color: #eb6d8e;
}

.best04 .best-recommend {
    background: #f9e8ef;
}

.best04 .spot1 .best-reco-txt {
    color: #6e92c9;
}

.best04 .spot1 .best-reco-txt::before {
    border-bottom: solid 10px #6e92c9;
}

.best04 .spot1 .best-reco-txt::after {
    border-bottom: solid 2px #6e92c9;
}

.best04 .spot2 .best-reco-txt {
    color: #6e92c9;
}

.best04 .spot2 .best-reco-txt::before {
    border-bottom: solid 10px #6e92c9;
}

.best04 .spot2 .best-reco-txt::after {
    border-bottom: solid 2px #6e92c9;
}

.best05 .best-text-trip {
    color: #915da3;
}

.best05 .best-recommend {
    background: #e8e7f3;
}

.best05 .spot1 .best-reco-txt {
    color: #8ec125;
}

.best05 .spot1 .best-reco-txt::before {
    border-bottom: solid 10px #8ec125;
}

.best05 .spot1 .best-reco-txt::after {
    border-bottom: solid 2px #8ec125;
}

.best05 .spot2 .best-reco-txt {
    color: #8ec125;
}

.best05 .spot2 .best-reco-txt::before {
    border-bottom: solid 10px #8ec125;
}

.best05 .spot2 .best-reco-txt::after {
    border-bottom: solid 2px #8ec125;
}

.best06 .best-text-trip {
    color: #00a29a;
}

.best06 .best-recommend {
    background: #e2eee5;
}

.best06 .spot1 .best-reco-txt {
    color: #ea6d8e;
}

.best06 .spot1 .best-reco-txt::before {
    border-bottom: solid 10px #ea6d8e;
}

.best06 .spot1 .best-reco-txt::after {
    border-bottom: solid 2px #ea6d8e;
}

.best06 .spot2 .best-reco-txt {
    color: #ea6d8e;
}

.best06 .spot2 .best-reco-txt::before {
    border-bottom: solid 10px #ea6d8e;
}

.best06 .spot2 .best-reco-txt::after {
    border-bottom: solid 2px #ea6d8e;
}

.best07 .best-text-trip {
    color: #2ea7e0;
}

.best07 .best-recommend {
    background: #e3f1f9;
}

.best07 .spot1 .best-reco-txt {
    color: #f29703;
}

.best07 .spot1 .best-reco-txt::before {
    border-bottom: solid 10px #f29703;
}

.best07 .spot1 .best-reco-txt::after {
    border-bottom: solid 2px #f29703;
}

.best07 .spot2 .best-reco-txt {
    color: #f29703;
}

.best07 .spot2 .best-reco-txt::before {
    border-bottom: solid 10px #f29703;
}

.best07 .spot2 .best-reco-txt::after {
    border-bottom: solid 2px #f29703;
}

/*主催*/
#top-contents #local {
    margin-top: -105px;
    margin-bottom: 125px;
    padding-top: 225px;
}

#top-contents #local ul {
    margin: 0 4%;
    padding-bottom: 60px;
    padding-top: 0;
}

#local li {
    margin: 28px auto 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#local li span {
    display: none;
}

#local .join {
    padding-bottom: 90px;
}

#local .join li {
    font-size: 2.2rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
    #local .join li {
        font-size: 1.8rem;
    }
}

/* #local .join li:nth-child(1) {
  width: 138px;
  height: 21px;
  background-image: url(../img/top/txt_local2401.png);
}

#local .join li:nth-child(2) {
  width: 138px;
  height: 21px;
  background-image: url(../img/top/txt_local2402.png);
}

#local .join li:nth-child(3) {
  width: 138px;
  height: 21px;
  background-image: url(../img/top/txt_local2403.png);
}

#local .join li:nth-child(4) {
  width: 138px;
  height: 21px;
  background-image: url(../img/top/txt_local2404.png);
}

#local .join li:nth-child(5) {
  width: 139px;
  height: 21px;
  background-image: url(../img/top/txt_local2405.png);
}

#local .join li:nth-child(6) {
  width: 163px;
  height: 21px;
  background-image: url(../img/top/txt_local2406.png);
}

#local .join li:nth-child(7) {
  width: 185px;
  height: 21px;
  background-image: url(../img/top/txt_local2407.png);
}

#local .join li:nth-child(8) {
  width: 258px;
  height: 21px;
  background-image: url(../img/top/txt_local2408.png);
} */

#local .title_cooperation li {
    width: 258px;
    height: 21px;
    background-image: url(../img/top/txt_local2408.png);
}

#local .title_sponsorship li {
    width: 380px;
    height: 23px;
    background-image: url(../img/top/txt_local09.png);
}

/*Instagram*/
#top-contents #fb {
    margin-top: -105px;
    margin-bottom: 125px;
    padding-top: 105px;
    background-image: url(../img/img_bird_l.png), url(../img/img_bird_r.png);
    background-position: 5% 20%, 95% 100%;
    background-repeat: no-repeat;
}

#top-contents #fb .txt {
    width: 820px;
    margin: 45px auto 0;
    font-size: 1.7rem;
    line-height: 2;
}

#top-contents #fb .fb-box {
    width: 510px;
    margin: 55px auto 0;
}

#top-contents #fb .btn {
    margin-top: 65px;
}

#top-contents #fb .btn::after {
    top: -51px;
    right: -198px;
    left: auto;
}

/*インスタボタン*/
.btn_inst {
    margin-top: 50px;
}

.btn_inst a {
    background: #fff;
    border-radius: 80px;
    border: #f8bfd5 solid 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 32%;
    height: 26px;
    padding: 30px 0 30px 0;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .btn_inst a {
        width: 350px;
        font-size: 14px;
    }
}

.btn_inst a:hover {
    background: #f8bfd5;
    color: #fff;
}

.btn_inst a:hover .sankaku {
    background-color: #fff;
}

.sankaku {
    display: block;
    background-color: #000;
    width: 16px;
    height: 20px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transition: background-color 0.3s;
    margin-left: 3rem;
}

/*過去の活動*/
#top-contents #bk {
    margin-top: -105px;
    padding-top: 0;
    padding-bottom: 20px;
    background-image: url(../img/img_bird_l.png);
    background-position: 5% 100%;
    background-repeat: no-repeat;
}

#top-contents #bk .box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

#top-contents #bk .box div {
    width: 375px;
    height: 375px;
    margin: 0 35px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

#top-contents #bk .box div dl {
    position: relative;
}

#top-contents #bk .box div dl dd {
    width: 168px;
    height: 168px;
    margin-top: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #32bdd8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#top-contents #bk .box div dl dd:hover {
    opacity: 0.8;
}

#top-contents #bk .box div dl dd a {
    display: block;
    width: 168px;
    height: 168px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#top-contents #bk .box div dl dd a {
    padding: 32px 0 0 12px;
}

#top-contents #bk .box div::after {
    content: '';
    display: block;
    width: 172px;
    height: 209px;
    position: absolute;
    top: 55px;
    right: -35px;
    z-index: 1;
}

#top-contents #bk .box .skc dt {
    padding: 52px 0 0 57px;
}

#top-contents #bk .box .skc::after {
    background: url(../img/pamphlet2024.png) no-repeat;
}

#top-contents #bk .box .skc::after {
    background: url(../img/pamphlet2024.png) no-repeat;
}

#top-contents #bk .box div::after {
    content: '';
    display: block;
    width: 148px;
    height: 217px;
    position: absolute;
    top: 42px;
    right: -30px;
    transform: rotate(10deg);
}

#top-contents #bk .box .skc dt {
    padding: 52px 0 0 63px;
}

/*スマホ表示*/
@media screen and (max-width: 768px) {
    dd,
    dt {
        margin-left: 10px;
    }

    .rwd-sp-none {
        display: none;
    }

    .bg-navi {
        display: none;
    }

    .pamphlet {
        left: 0;
    }

    .pamphlet img {
        max-width: 25%;
    }

    .plan img {
        width: 360px;
    }

    .footer-inner {
        max-width: 700px;
        margin: 0 auto;
    }

    .footer-bottom {
        text-align: left;
        font-size: 1rem;
    }

    .copy {
        padding-top: 5px;
    }

    .br-sp {
        display: block;
    }

    .br-tab {
        display: block;
    }

    .br-pc {
        display: none;
    }

    .pb15 {
        padding-bottom: 15px;
    }

    .pagetop-img {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .pagetop-img img {
        width: 50%;
    }

    .content-wrap {
        padding-bottom: 50px;
        background-size: 550px auto;
    }

    .content-wrap img {
        max-width: 100%;
    }

    .content-wrap .pamphlet img {
        max-width: 25%;
    }

    .content-wrap .bnr-list {
        margin-top: 40px;
    }

    .content-wrap .bnr-list li {
        width: 60%;
    }

    #top-contents h2 {
        padding: 0 10px;
    }

    #top-contents h2 img {
        height: 40px;
    }

    #top-contents .main-visual {
        height: 300px;
        margin-bottom: 40px;
    }

    #top-contents .main-visual .main-contents .logo {
        padding-left: 10px;
    }

    #top-contents .main-visual .main-contents nav ul {
        width: 100%;
    }

    #top-contents .main-visual .main-contents nav ul li a {
        max-width: 120px;
    }

    #top-contents .main-visual .main-contents nav ul li a img {
        width: 100px;
    }

    #top-contents .main-visual .main-contents nav ul li a::after {
        max-width: 100%;
    }

    #top-contents .main-visual .slide {
        width: 100%;
        height: 300px;
    }

    #top-contents .main-visual .slide div {
        height: 300px;
        min-height: 300px;
    }

    #top-contents .main-visual .slide div span {
        font-size: 1.2rem;
        bottom: 20px;
    }

    #top-contents .main-visual .txt-read {
        width: 40%;
        margin: 10px auto 0;
    }

    @media only screen and (max-width: 600px) {
        #top-contents .main-visual .txt-read {
            width: 55%;
            margin: 10px auto 0;
        }
    }

    #top-contents .btn {
        width: 85%;
        margin: 40px auto 0;
    }

    #top-contents .btn::after {
        width: 113.5px;
        height: 49px;
        background-size: contain;
        top: -25px;
        left: -50px;
    }

    /*瀬戸内カレッジとは*/
    #top-contents #about {
        margin-top: -60px;
        margin-bottom: 100px;
        padding-top: 60px;
        background-position: 4% 2%, 95% 1%;
        background-size: 15% auto;
    }

    #top-contents #about .theme-title {
        margin-top: 15%;
    }

    #top-contents #about .txt {
        width: auto;
        margin: 30px 4% 0;
        font-size: 1.4rem;
    }

    #top-contents #about ul {
        display: block;
        width: 100%;
        margin: 10px 0 0;
    }

    #top-contents #about ul li {
        width: 90%;
        margin: 25px auto 0;
        padding: 20px 4% 15px;
    }

    #top-contents #about ul li img {
        height: 14px;
    }

    #top-contents #about ul li:nth-child(2) img {
        height: 35px;
    }

    #top-contents #about ul li dd {
        margin-top: 10px;
        line-height: 1.6;
    }

    /*参加大学*/
    #top-contents #introduction {
        margin-bottom: 90px;
        background-position: 4% 4%, 96% 80%;
        background-size: 15% auto;
    }

    #top-contents #introduction ul {
        margin: 3% 0;
        width: 95%;
        height: auto;
        margin: 20px 2.5% 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #top-contents #introduction ul li {
        min-width: 45%;
        /* height: 120px; */
        /* line-height: 120px; */
        position: initial;
        /* background-size: contain; */
    }

    #top-contents #introduction .photolist {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 4% 0;
        padding-top: 5%;
    }

    #top-contents #introduction .photolist div {
        width: 48%;
        margin-top: 4%;
        text-align: center;
    }

    /*成果報告会*/

    .best {
        width: 90%;
        padding: 20px 25px 10px 25px;
    }

    .best-text-trip span {
        font-size: 1.6rem;
    }

    .best1 {
        margin: 50px auto 0;
    }

    .best-left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .best-right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .best2 .best-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
    }

    .best2 .best-right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .best-img2 {
        right: 0;
        top: 0;
    }

    .best-img2 img {
        width: 60px;
    }

    .best-img3 {
        padding-top: 30px;
        margin-top: 0;
    }

    .plan {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
        padding-top: 25px;
    }

    .best-recommend {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        padding: 40px 10px 10px 10px;
        width: 100%;
        margin-top: 20px;
    }

    .best-recommend .spot1 {
        text-align: left;
        margin-bottom: 15px;
    }

    .best2 .best-right {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .best-recommend .icon {
        left: -5px;
        top: -20px;
    }

    .best-recommend .icon img {
        width: 200px;
    }

    .best-recommend > dl .spot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        padding: 0 10px 20px 10px;
    }

    .best-recommend > dl .spot > dt {
        width: 100%;
        margin-left: 0;
        padding-top: 20px;
    }

    .best-recommend > dl .spot > dd {
        width: 80%;
        margin: 0 auto;
    }

    .best-recommend > dl .spot > dt dl dt {
        margin: 0;
    }

    .best-recommend > dl .spot > dt dl dd {
        margin-left: 0;
        font-size: 1.4rem;
        margin: 10px 0 5px;
    }

    .best-recommend > dl .spot::after {
        display: none;
    }

    .best-reco-txt {
        font-size: 1.7rem;
        line-height: 1.5;
        padding: 0;
    }

    .best01 .best-reco-txt {
        border-bottom: solid 2px #00a39b;
    }

    .best02 .best-reco-txt {
        border-bottom: solid 2px #e75296;
    }

    .best03 .best-reco-txt {
        border-bottom: solid 2px #b28248;
    }

    .best04 .best-reco-txt {
        border-bottom: solid 2px #6e92c9;
    }

    .best05 .best-reco-txt {
        border-bottom: solid 2px #f29703;
    }

    .best06 .best-reco-txt {
        border-bottom: solid 2px #8ec125;
    }

    .best07 .best-reco-txt {
        border-bottom: solid 2px #ea6d8e;
    }

    .best08 .best-reco-txt {
        border-bottom: solid 2px #6e92c9;
    }

    .best09 .best-reco-txt {
        border-bottom: solid 2px #8ec125;
    }

    .best10 .best-reco-txt {
        border-bottom: solid 2px #ba7eb3;
    }

    .best-reco-txt::after {
        display: none;
    }

    .best-reco-txt::before {
        display: none;
    }

    .best-ttl {
        font-size: 3rem;
    }

    .best-ttl-sub {
        display: block;
        font-size: 1.6rem;
        padding-left: 0;
    }

    .best-subttl {
        font-size: 1.6rem;
    }

    .best-text-trip {
        font-size: 1.8rem;
    }

    .best-text-couple {
        padding-right: 0;
    }

    .best-img {
        padding-bottom: 10px;
    }

    .best-img1 img {
        padding: 10px 0 0;
        width: 221px;
    }

    .plan {
        padding: 0;
    }

    .best-img3 {
        padding-top: 0;
    }

    /*主催*/
    #top-contents #local {
        /* margin-top: -60px; */
        margin-bottom: 80px;
        padding-top: 60px;
        font-size: 1.5rem;
        font-weight: 700;
    }

    #top-contents #local ul {
        margin: 0 4% 0;
        padding-top: 0.5em;
    }

    #top-contents #local ul li {
        width: 100%;
        margin-top: 1.5em;
        text-align: center;
        line-height: 1.4;
    }

    /*インスタ*/
    #top-contents #fb {
        margin-top: 30px;
        margin-bottom: 100px;
        padding-top: 0;
        background-position: 2% 13%, 97% 24%;
        background-size: 60px auto;
    }

    #top-contents #fb h2 img {
        width: 100%;
        height: auto;
    }

    #top-contents #fb .txt {
        width: auto;
        margin: 30px 4% 0;
        font-size: 1.4rem;
    }

    #top-contents #fb .fb-box {
        width: 85%;
        margin: 30px auto 0;
    }

    #top-contents #fb .btn {
        margin-top: 40px;
    }

    #top-contents #fb .btn::after {
        top: -40px;
        right: -15px;
        left: auto;
    }

    /*過去の活動*/
    #top-contents #bk {
        /* margin-top: -60px; */
        padding-top: 30px;
        padding-bottom: 40px;
        background-position: 2% 100%;
        background-size: 60px auto;
    }

    #top-contents #bk h2 img {
        height: 47px;
    }

    #top-contents #bk .box {
        display: block;
        margin-top: 30px;
    }

    #top-contents #bk .box div {
        /* width: 90%;
        height: auto; */
        margin: 20px auto 0;
        border-radius: 50%;
        width: 300px;
        height: 300px;
    }

    #top-contents #bk .box div::after {
        content: '';
        display: block;
        width: 108px;
        /* height: 207px; */
        position: absolute;
        top: 18px;
        right: 18px;
    }

    #top-contents #bk .box div dl {
        position: unset;
        overflow: hidden;
    }

    #top-contents #bk .box div dl dt {
        width: 40%;
    }

    #top-contents #bk .box div dl dt img {
        width: 100%;
    }

    #top-contents #bk .box div dl dd {
        width: 120px;
        height: 120px;
        margin-top: 10px;
        position: unset;
        transform: translateX(0);
        z-index: 10;
    }

    #top-contents #bk .box div dl dd img {
        max-width: 80%;
        vertical-align: top;
    }

    #top-contents #bk .box div dl dd {
        margin-left: 30%;
        margin-top: 30px;
    }

    #top-contents #bk .box div dl dd a {
        width: 120px;
        height: 120px;
        line-height: 120;
    }

    #top-contents #bk .box div dl dd a {
        padding: 25px 0 0;
        text-align: center;
    }

    #top-contents #bk .box .skc::after {
        background-size: contain;
    }

    #top-contents #bk .box .skc dt {
        padding: 22% 0 0 7%;
    }
}

.rwd-sp-none a {
    font-family: 'Noto Serif JP', serif;
    color: #1a1a1b;
    font-weight: 700;
}

.section-title {
    font-size: 4rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    font-family: 'Noto Serif JP', serif;
}

.section-title::after {
    content: '';
    display: block;
    width: 480px;
    height: 60px;
    background: url(../img/common/title-bg.png) no-repeat center / cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 2.8rem;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .section-title::after {
        width: 100%;
        max-width: 350px;
        height: 30px;
        margin: 0 auto;
    }
}
