.head-text {
    font-size: 32px
}

@media screen and (max-width: 767px) {
    .head-text {
        font-size: 24px
    }
}

.page-detail {
    padding-bottom: 200px
}

@media screen and (max-width: 767px) {
    .page-detail {
        padding-bottom: 100px
    }
}

.page-detail h1,
.page-detail h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.page-detail h1 {
    height: 40px;
    color: #08b14b;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .page-detail h1 {
        height: 30px;
        font-size: 12px
    }
}

.page-detail h2 {
    height: 130px;
    font-size: 32px;
    color: #00507e;
    background-color: #ffffea;
    text-align: center
}

@media screen and (max-width: 767px) {
    .page-detail h2 {
        height: 80px;
        padding: 0 16px;
        font-size: 20px
    }
}

.page-detail .mv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 620px;
    overflow: hidden;
    object-fit: cover;
    background: #014f7d;
}

@media screen and (max-width: 767px) {
    .page-detail .mv {
        height: 250px
    }
}

.page-detail .mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-detail .mv.no_trim img {
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .page-detail .mv img.position-change {
        object-position: left -200px
    }
}

@media screen and (min-width: 768px) {
    .page-detail .mv img.contain-pc {
        width: 600px;
        height: auto;
        object-fit: contain;
        object-position: unset
    }
}

.page-detail .note {
    padding: 100px 0 200px
}

@media screen and (max-width: 767px) {
    .page-detail .note {
        padding: 36px 34px 100px
    }
}

.page-detail .page-contets-text{
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .page-detail .page-contets-text{
        font-size: 14px;
    }
}

.contents-list.-contents02 li{
    grid-row: span 3;
}

.page-detail dl {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    width: 100%
}

.contents-list.-contents02 .company,
.contents-list.-contents02 .time{
    border-top: 1px solid #00507e;
}

.page-detail .contents-list .company dl,
.page-detail .contents-list .time dl {
    gap: 0;
}

.page-detail .contents-list .company dt,
.page-detail .contents-list .company dd,
.page-detail .contents-list .time dt,
.page-detail .contents-list .time dd{
    font-size: 16px;
}
.page-detail .contents-list .company dt,
.page-detail .contents-list .time dt {
    width: 80px
}
.page-detail .contents-list .company dd,
.page-detail .contents-list .time dd {
    width: calc(100% - 80px)
}

.page-detail .contents-list .detail:not(.link){
     padding-bottom: 10px;    
}

.page-detail .contents-list .company,
.page-detail .contents-list .time{
    line-height: 1.5;
    padding: 6px 0; 
}

.page-detail .contents-list.-contents02 dl{
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .page-detail dl {
        gap: 14px 0
    }
    .page-detail .contents-list.-contents02 {
        margin-top: 15px;
        padding-right: 0;
    }
}

.page-detail dl+.text {
    width: 100%;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #00507e;
    line-height: 2;
    color: #00507e
}

.page-detail dt,
.page-detail dd {
    font-size: 20px;
    color: #00507e
}

@media screen and (max-width: 767px) {

    .page-detail dt,
    .page-detail dd {
        font-size: 16px
    }
}

.page-detail dt {
    width: 66px
}

.page-detail dd {
    width: calc(100% - 66px)
}

.page-detail .links {
    margin-top: 50px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .page-detail .links {
        margin-top: 35px
    }
}

.top-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 100px
}

.top-block .image {
    position: relative;
    width: calc(100% - 330px)
}

@media screen and (max-width: 767px) {
    .top-block .image {
        width: 100%;
        padding: 20px 0 0
    }
}

.top-block .image img {
    width: 100%
}

.top-block .note {
    margin-top: -40px;
    color: #00507e
}

@media screen and (max-width: 767px) {
    .top-block .note {
        margin-top: 20px
    }
}

.top-block .note h3 {
    font-size: 26px
}

.top-block .note h3+* {
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .top-block .note h3+* {
        margin-top: 40px
    }
}

.top-block .note p {
    font-size: 20px;
    font-weight: 500;
    line-height: 2
}

.top-block .head-text {
    display: flex;
    align-items: center;
    width: 330px;
    color: #00507e
}

@media screen and (max-width: 767px) {
    .top-block .head-text {
        margin-top: 26px;
        width: 100%
    }
}

.contents .page-index {
    padding: 150px 0 200px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/top/bk_triangle.png")
}

.contents .page-index .head-text {
    color: #00507e;
    margin-bottom: 52px
}

.foodfes {
    padding-bottom: 200px;
    background: #d3fafd url("../img/foodfes/img_bk-wave.png") no-repeat top left/100%
}

@media screen and (max-width: 767px) {
    .foodfes {
        padding-bottom: 100px;
        background-image: url("../img/foodfes/img_bk-wave-sp.png")
    }
}

.foodfes .top-block .image {
    padding: 40px 0 0 30px
}

@media screen and (max-width: 767px) {
    .foodfes .top-block .note {
        padding-right: 34px
    }
}

.foodfes .wrap-list {
    width: 100%
}

.foodfes .head-text span {
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 1.6px;
    font-weight: 900
}

@media screen and (max-width: 767px) {
    .foodfes .head-text span {
        font-size: 30px
    }
}

.foodfes .head-text img {
    height: 220px
}

@media screen and (max-width: 767px) {
    .foodfes .head-text img {
        height: 192px
    }
}

.foodfes .wrap-owan {
    position: absolute;
    bottom: -76px;
    right: 160px
}

@media screen and (max-width: 767px) {
    .foodfes .wrap-owan {
        bottom: 0px
    }

    .foodfes .wrap-owan svg {
        animation-delay: .4s;
        width: 112px
    }

    .foodfes .owan .body100 {
		top: -4px;
		left: 40px;
	}

}

.foodfes .maguro {
    position: absolute;
    bottom: -60px;
    right: -80px;
    width: 464px
}

@media screen and (max-width: 767px) {
    .foodfes .maguro {
        bottom: -10px;
        right: 10px;
        width: 180px
    }
}

.foodfes .wrap-list h2 {
    font-size: 32px;
    color: #00507e
}

.foodfes .wrap-list .contents-list {
    margin-top: 50px
}

.foodfes .text .sub {
    padding-top: 8px;
    font-size: 12px;
    font-weight: 500
}

.foodfes .sub + .tabelog.link {
    margin-top: 20px;
}

.foodfes .shop {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (max-width: 767px) {
    .foodfes .shop .visual {
        width: 100%
    }
}

.foodfes .shop .note {
    margin-top: 40px;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #00507e
}

@media screen and (max-width: 767px) {
    .foodfes .shop .note {
        padding-right: 34px
    }
}

.foodfes .shop .note p {
    text-align: center;
    width: 100%
}

.foodfes .shop .link {
    width: auto;
    margin-top: 20px;
    padding-right: 0;
    padding-left: 40px;
    max-width: unset
}

.foodfes .shop .link::after {
    position: relative;
    right: 0;
    margin-left: 12px;
    background: #fa0 url("../img/common/icon_food.svg") no-repeat bottom center/70%
}

.reunion {
    background: #fffa7e url("../img/reunion/img_bk.png") no-repeat top 16px left/120%
}

@media screen and (min-width: 768px) {
    .reunion {
        overflow-x: hidden
    }
}

@media screen and (max-width: 767px) {
    .reunion {
        background: #fffa7e url("../img/reunion/img_bk-sp.png") no-repeat top 16px left/100%
    }
}

.reunion .top-block {
    margin-top: 120px;
    position: relative;
    align-items: flex-start;
    padding-bottom: 0
}

@media screen and (max-width: 767px) {
    .reunion .top-block {
        margin-top: 76px
    }
}

.reunion .top-block .head-text {
    width: 480px;
    padding-top: 40px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .reunion .top-block .head-text {
        margin-top: 0;
        padding-top: 0;
        width: 100%
    }
}

.reunion .top-block .note {
    position: absolute;
    top: 160px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .reunion .top-block .note {
        position: static;
        margin: 30px 34px 0 0
    }
}

.reunion .top-block .image {
    position: relative;
    width: calc(100% - 480px);
    height: 400px
}

@media screen and (max-width: 767px) {
    .reunion .top-block .image {
        padding-top: 32px;
        width: 100%;
        height: auto
    }
}

.reunion .top-block .image .ireunion {
    position: absolute;
    width: 650px
}

@media screen and (max-width: 767px) {
    .reunion .top-block .image .ireunion {
        position: static;
        width: 100%
    }
}

.reunion .wrap-beer {
    position: absolute;
    top: 230px;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .reunion .wrap-beer {
        top: 140px;
        left: -50px
    }
}

.reunion .wrap-beer svg {
    height: 154px
}

@media screen and (max-width: 767px) {
    .reunion .wrap-beer svg {
        height: 104px
    }
}

@media screen and (min-width: 768px) {
    .reunion .wrap-list+.wrap-list {
        margin-top: 120px
    }
}

.reunion-lists {
    padding-bottom: 200px
}

@media screen and (max-width: 767px) {
    .reunion-lists {
        padding-left: 0;
        padding-bottom: 114px
    }
}

@media screen and (max-width: 767px) {
    .reunion .contents-list {
        position: relative;
        margin-top: 46px;
        padding-left: 34px;
        z-index: 3
    }
}

.reunion .list-note {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .reunion .list-note {
        flex-wrap: wrap
    }
}

.reunion .list-note .title {
    position: relative;
    width: 33.3333333333%
}

@media screen and (max-width: 767px) {
    .reunion .list-note .title {
        text-align: left;
        width: 100%
    }
}

.reunion .list-note .title img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

@media screen and (max-width: 767px) {
    .reunion .list-note .title img {
        position: static
    }
}

.reunion .list-note .text {
    padding: 0 0 0 50px;
    width: 66.6666666667%;
    color: #fff;
    font-weight: 500;
    line-height: 2
}

@media screen and (max-width: 767px) {
    .reunion .list-note .text {
        padding: 0 34px;
        width: 100%
    }
}

.reunion .list-note .text .link {
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .reunion .list-note .text .link {
        margin-top: 34px
    }
}

.reunion .list-note.reverse {
    flex-direction: row-reverse
}

.reunion .list-note.reverse .text {
    padding: 0 50px 0 0
}

@media screen and (max-width: 767px) {
    .reunion .list-note.reverse .text {
        padding: 0 34px;
        width: 100%
    }
}

.reunion .list-note.dep {
    margin-top: 46px
}

.reunion .list-note.dep .title {
    height: 264px
}

@media screen and (max-width: 767px) {
    .reunion .list-note.dep .title {
        height: 154px
    }
}

.reunion .list-note.dep img {
    top: 10px
}

.reunion .list-note.dep .text {
    padding-top: 40px
}

@media screen and (max-width: 767px) {
    .reunion .list-note.dep .text {
        padding-top: 10px
    }
}

.reunion .list-note.year .title {
    height: 316px;
    text-align: right
}

@media screen and (max-width: 767px) {
    .reunion .list-note.year .title {
        margin-bottom: 6px;
        height: 208px
    }
}

.reunion .list-note.year .text {
    color: #00507e
}

.reunion .list-note.new .title {
    height: 376px
}

@media screen and (max-width: 767px) {
    .reunion .list-note.new .title {
        height: 248px;
        margin-bottom: 10px
    }
}

.reunion .list-note.new img {
    left: -80px
}

.reunion .list-note.new .text {
    color: #ffa775
}

.reunion .list-note.new,
.reunion .list-note.year {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    #ancDepReunion.wrap-list {
        position: relative;
        padding-bottom: 160px;
        background-color: #fe7575;
        z-index: 2
    }

    #ancDepReunion.wrap-list::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -40px;
        right: 0;
        width: 100%;
        height: 352px;
        background: #fe7575 url("../img/reunion/img_dep-bk-sp.png") no-repeat 100%;
        z-index: 1
    }

    #ancYearReunion {
        z-index: 3;
        padding-bottom: 160px;
        background-color: #fff0ea
    }

    #ancYearReunion .list-note .title {
        margin-top: -100px
    }

    #ancYearReunion .list-note .title img {
        width: 100%;
        height: auto
    }

    #ancYearReunion .list-note .text {
        margin-top: 30px;
        z-index: 4
    }

    #ancNewReunion {
        z-index: 3;
        padding-bottom: 120px;
        background-color: #d3fafd
    }

    #ancNewReunion .list-note .title {
        margin-top: -130px
    }

    #ancNewReunion .list-note .title img {
        width: 100%;
        height: auto
    }

    #ancNewReunion .list-note .text {
        margin-top: 30px;
        z-index: 4
    }
    .reunion-lists .coming-wrap{
        padding: 0 34px;
        position: relative;
        z-index: 999;
    }
}

.reunion-support {
    padding-bottom: 190px
}

@media screen and (max-width: 767px) {
    .reunion-support {
        padding-bottom: 114px
    }
}

.reunion-support .head-text {
    color: #00507e
}

.reunion-support ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 40px;
    width: 100%;
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .reunion-support ul {
        padding-right: 34px;
        flex-wrap: wrap;
        gap: 10px
    }
}

@media screen and (max-width: 767px) {
    .reunion-support li {
        width: calc(50% - 5px)
    }

    .reunion-support img {
        width: 100%
    }
}

.reunion-support p {
    margin-top: 24px;
    width: 100%;
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    color: #00507e
}

@media screen and (max-width: 767px) {
    .reunion-support p {
        padding-right: 34px;
        text-align: left
    }
}

.reunion-howto {
    padding: 100px 0 0;
    background-color: #00507e
}

.reunion-howto .cont{
    border-bottom: 1px solid #fff;
}

.reunion-howto .head-text {
    line-height: 1.8;
    color: #fff
}

.reunion-howto ol {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 80px
}

@media screen and (max-width: 767px) {
    .reunion-howto ol {
        margin-top: 40px
    }
    .reunion-howto {
        padding: 60px 0 0;
    }
}

.reunion-howto ol+p {
    margin-top: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .reunion-howto ol+p {
        padding-right: 34px
    }
}

.reunion-howto li {
    display: flex;
    align-items: center;
    width: 100%
}

@media screen and (max-width: 767px) {
    .reunion-howto li {
        position: relative
    }
}

.reunion-howto li:last-child .image::after {
    display: none
}

.reunion-howto h3 {
    display: inline-block;
    width: 132px;
    color: #fff;
    font-size: 20px;
    line-height: 1.5
}

@media screen and (max-width: 767px) {
    .reunion-howto h3 {
        position: absolute;
        top: 0;
        left: 80px;
        order: 2;
        width: auto;
        font-size: 16px
    }
}

.reunion-howto .image {
    position: relative;
    width: 104px
}

@media screen and (max-width: 767px) {
    .reunion-howto .image {
        order: 1;
        width: 60px
    }
}

.reunion-howto .image img {
    width: 100%
}

.reunion-howto .image::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: scaleX(-50%);
    width: 1px;
    height: 40px;
    border: 2px dotted #fff
}

.reunion-howto .text {
    width: calc(100% - 236px);
    padding-left: 24px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .reunion-howto .text {
        order: 3;
        padding: 24px 34px 0 20px;
        width: calc(100% - 60px);
        font-size: 14px;
        line-height: 1.6
    }
}

.reunion-qa {
    padding: 100px 0 110px
}

.reunion-qa .head-text {
    color: #00507e
}

.reunion-qa dl {
    margin-top: 50px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .reunion-qa dl {
        margin-top: 40px;
        padding-right: 34px
    }
}

.reunion-qa dt,
.reunion-qa dd {
    position: relative;
    padding-left: 42px;
    color: #00507e
}

.reunion-qa dt::before,
.reunion-qa dd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 32px
}

.reunion-qa dt {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.6
}

@media screen and (max-width: 767px) {
    .reunion-qa dt {
        font-size: 16px
    }
}

.reunion-qa dt::before {
    background: url("../img/reunion/icon_q.svg") no-repeat 100%
}

.reunion-qa dd {
    margin-bottom: 56px;
    line-height: 1.8
}

@media screen and (max-width: 767px) {
    .reunion-qa dd {
        font-size: 14px
    }
}

.reunion-qa dd:last-child {
    margin-bottom: 0
}

.reunion-qa dd::before {
    background: url("../img/reunion/icon_a.svg") no-repeat 100%
}

.sokai {
    padding: 120px 0 0;
    background: #fffa7e url("../img/alumni-ceremony/img_bk.png") no-repeat top 200px left/100%
}

@media screen and (max-width: 767px) {
    .sokai {
        padding: 60px 0 0;
        background-image: url("../img/alumni-ceremony/img_bk-sp.png")
    }
    .sokai .mofmof .body100 {
        top: -90px;
        left: -84px;
    }
}

.sokai .top-block {
    align-items: flex-start;
    padding-bottom: 0
}

.sokai .top-block .image {
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: right;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .sokai .top-block .image {
        height: auto;
        position: relative
    }
}

.sokai .top-block .image img {
    height: auto;
    width: 440px
}

@media screen and (max-width: 767px) {
    .sokai .top-block .image img {
        width: 100%
    }
}

.sokai .top-block .image img[src$="img_meeting01.png"] {
    margin-top: -20px
}

.sokai .top-block .image img[src$="kouyukai.png"] {
    margin-top: 100px;
    width: 400px
}

.sokai .note {
    margin-top: 80px;
    width: 100%;
    z-index: 3
}

@media screen and (max-width: 767px) {
    .sokai .note {
        margin-top: 30px;
        padding-right: 34px
    }
}

.sokai .note+.link {
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .sokai .note+.link {
        margin-top: 30px
    }
}

.sokai .note dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px
}

.sokai .note dl dt,
.sokai .note dl dd {
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .sokai .note dl dt {
        margin-top: 4px
    }
}

.sokai .note dl dd {
    padding-left: 20px;
    width: calc(100% - 104px);
    font-size: 20px;
    line-height: 2;
    color: #00507e
}

@media screen and (max-width: 767px) {
    .sokai .note dl dd {
        width: calc(100% - 70px);
        padding-left: 16px;
        font-size: 16px;
        line-height: 1.8
    }
}

.sokai .wrap-mofmof {
    position: absolute;
    top: -60px;
    left: 20px
}

@media screen and (max-width: 767px) {
    .sokai .wrap-mofmof {
        top: 100px;
        left: 40px
    }

    .sokai .wrap-mofmof .mofmof {
        width: auto;
        height: auto
    }

    .sokai .wrap-mofmof svg {
        animation-delay: .4s;
        width: 112px
    }
}

.sokai img[src$="kouyukai-sp.png"] {
    margin: 40px 0 0 -34px
}

.sokai-timetable {
    margin-top: 100px
}

@media screen and (max-width: 767px) {
    .sokai-timetable {
        margin-top: 30px;
        padding-right: 34px
    }
}

.sokai-timetable+.sokai-timetable {
    margin-top: 100px
}

@media screen and (max-width: 767px) {
    .sokai-timetable+.sokai-timetable {
        margin-top: 50px
    }
}

.sokai-timetable table {
    width: 100%
}

.sokai-timetable th,
.sokai-timetable td {
    color: #00507e
}

.sokai-timetable th {
    background-color: #deffce
}

.sokai-timetable.-kouyukai th {
    background-color: #ceedff
}

@media screen and (max-width: 767px) {
    .sokai-timetable.-kouyukai tbody th {
        background-color: unset
    }
}

.sokai-timetable thead th:first-child {
    width: 104px;
    background-color: unset
}

@media screen and (max-width: 767px) {
    .sokai-timetable thead th:first-child {
        width: 100px
    }
}

.sokai-timetable thead th:nth-child(2) {
    padding: 18px 30px;
    width: calc(100% - 104px);
    font-size: 20px;
    border-radius: 18px 18px 0 0;
    border-bottom: 1px solid #00507e
}

@media screen and (max-width: 767px) {
    .sokai-timetable thead th:nth-child(2) {
        padding: 16px 20px;
        font-size: 16px;
        width: calc(100% - 100px)
    }
}

.sokai-timetable tbody tr {
    border-bottom: 1px solid #00507e
}

.sokai-timetable tbody tr:first-child th {
    border-radius: 18px 0 0 0
}

.sokai-timetable tbody tr:last-child {
    border-bottom: unset
}

.sokai-timetable tbody th {
    padding: 20px 8px
}

@media screen and (max-width: 767px) {
    .sokai-timetable tbody th {
        padding: 16px 8px;
        background-color: unset;
        font-size: 14px
    }
}

.sokai-timetable tbody td {
    font-size: 16px;
    padding: 20px 30px;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .sokai-timetable tbody td {
        padding: 16px 20px;
        font-size: 14px
    }
}

.sokai-sp {
    margin-top: 200px
}

@media screen and (max-width: 767px) {
    .sokai-sp {
        margin-top: 100px
    }
}

.sokai-sp h2 {
    color: #00507e
}

.sokai-sp ol {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    width: 100%;
    gap: 0 10px
}

@media screen and (max-width: 767px) {
    .sokai-sp ol {
        margin-top: 40px;
        flex-wrap: wrap;
        gap: 10px
    }
}

.sokai-sp li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 25px)/5);
    aspect-ratio: 1;
    background: url("../img/alumni-ceremony/img_bk-sp01.svg") no-repeat center/100%;
    text-align: center;
    line-height: 1.8;
    color: #00507e;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .sokai-sp li {
        flex-wrap: wrap;
        width: calc((100% - 25px)/2)
    }
}

.sokai-sp li:nth-child(2) {
    background-image: url("../img/alumni-ceremony/img_bk-sp02.svg")
}

.sokai-sp li:nth-child(3) {
    background-image: url("../img/alumni-ceremony/img_bk-sp03.svg")
}

.sokai-sp li:nth-child(4) {
    background-image: url("../img/alumni-ceremony/img_bk-sp04.svg")
}

.sokai-sp li:nth-child(5) {
    background-image: url("../img/alumni-ceremony/img_bk-sp05.svg")
}

.sokai-guest {
    padding: 100px 0;
    background: url("../img/alumni-ceremony/img_bk-guest.png") no-repeat top left/100%
}

@media screen and (max-width: 767px) {
    .sokai-guest {
        margin-top: 100px;
        padding: 0 34px 60px 0;
        background-image: url("../img/alumni-ceremony/img_bk-guest-sp.svg")
    }
}

.sokai-guest h2 {
    text-align: center;
    width: 100%
}

.sokai-guest h2 img {
    max-width: 560px;
    width: 100%
}

.sokai-guest h2 img[src$="img_logo-guest02.svg"] {
    max-width: 600px;
}

.sokai-guest .guest-note{
    margin-top: 40px;
}

.sokai-guest .guest-note img{
    max-width: 940px;
    width: 100%;
    border-radius: 10px;
}

.sokai-guest .guest-note .text{
    position: relative;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    padding:15px 20px;
    width: calc(100% - 100px);
    background-color: #fff;
    margin-top: 20px;
    border-radius: 18px;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .sokai-guest .guest-note .text + .cont.links {
        margin-top: -50px;
    }
}

@media screen and (max-width: 905px) {
    .sokai-guest .guest-note .text {
        width: calc(100% - 25px);
        padding: 10px 15px;
    }
}

@media screen and (max-width: 767px) {
    .sokai-guest .guest-note .text{
        position: static;
        transform: unset;
        padding: 0 10px;
        width: 100%;
        background-color: unset;
    }
}

@media screen and (min-width: 768px) {
    .sokai-guest02 {
        margin-top: -80px;
    }
}

.guest-list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 0 40px;
}

@media screen and (max-width: 767px) {
    .guest-list {
        margin: 30px 0;
        flex-wrap: wrap;
        gap: 20px 10px;
    }
}

.guest-list > li {
    width: 25%;
}

@media screen and (max-width: 767px) {
    .guest-list > li {
        width: calc(50% - 5px);
    }
}

.guest-list li .image {
    width: 100%;
    background-color: #d0d5d6;
    border-radius: 30px
}

.guest-list li .image img {
    border-radius: 30px;
    width: 100%;
    object-fit: contain
}

.guest-list .text {
    margin-top: 20px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .guest-list .text {
        margin-top: 16px
    }
}

.guest-list .text ul,
.guest-list .text li {
    width: 100%
}

.guest-list .text li {
    color: #00507e
}

.guest-list .name {
    font-size: 20px;
    margin-bottom: 8px
}

@media screen and (max-width: 767px) {
    .guest-list .name {
        font-size: 20px
    }
}

.guest-list .kana,
.guest-list .from {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px
}

.guest-list.links {
    flex-direction: column;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .guest-list .links {
        margin-top: 35px;
        padding-left: 0
    }
}

.sokai-guest02 + .links{
    margin-top: 30px;
}

.sokai-guest02 + .links li{
    width: 100%;
}

@media screen and (max-width: 767px) {
    .sokai-guest02 + .links{
        padding-left: 34px;
    }
}

.kouyukai {
    position: relative;
    padding-top: 100px
}

.kouyukai::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 100%;
    max-width: 980px;
    height: 1px;
    background-color: #00507e
}

@media screen and (max-width: 767px) {
    .kouyukai::before {
        width: calc(100% - 68px)
    }
}

.kouyukai h1 {
    line-height: 1.6
}

.kouyukai .top-block {
    flex-direction: column
}

.kouyukai .top-block .head-text {
    width: auto
}

.kouyukai .top-block .head-text img {
    margin-left: 12px;
    width: 170px
}

@media screen and (max-width: 767px) {
    .kouyukai .top-block .head-text img {
        margin-left: 4px;
        width: 140px
    }
}

.kouyukai .top-block .image {
    position: absolute;
    right: 0;
    width: auto
}

@media screen and (max-width: 767px) {
    .kouyukai .top-block .image {
        width: 100%;
        position: static
    }
}

.kouyukai .top-block .image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 640px
}

@media screen and (max-width: 767px) {
    .kouyukai .top-block .image img {
        position: static;
        width: 100%
    }
}

.kouyukai dl {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 0
}

.kouyukai dl+.link {
    margin-top: 50px
}

.kouyukai dt {
    width: 104px
}

@media screen and (max-width: 767px) {
    .kouyukai dt {
        width: 70px
    }
}

.kouyukai dd {
    padding-left: 20px;
    width: calc(100% - 104px);
    font-size: 20px;
    line-height: 2
}

@media screen and (max-width: 767px) {
    .kouyukai dd {
        width: calc(100% - 70px);
        font-size: 16px;
        line-height: 1.5
    }
}

.news-lists {
    background-color: #ffffea
}

.news-lists .page-index {
    padding: 160px 0 200px
}

@media screen and (max-width: 767px) {
    .news-lists .page-index {
        padding: 60px 0 100px
    }
}

.news-lists .head-text {
    font-size: 42px;
    color: #00507e
}

.news-lists ul {
    margin-top: 100px;
    width: 100%;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .news-lists ul {
        margin-top: 50px;
        padding-right: 34px
    }
}

.news-lists li {
    border-top: 1px solid #b5cdda
}

.news-lists li:last-child {
    border-bottom: 1px solid #b5cdda
}

.news-lists li .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 26px 30px 0
}

@media screen and (max-width: 767px) {
    .news-lists li .item {
        padding: 20px 26px 20px 0
    }
}

.news-lists li .title {
    max-width: calc(100% - 254px);
    width: 100%
}

@media screen and (max-width: 767px) {
    .news-lists li .title {
        max-width: unset
    }
}

.news-lists li .link {
    position: relative
}

.news-lists li .link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/common/icon_arrow-news.svg") no-repeat center
}

.news-item {
    background-color: #ffffea
}

.news-item .page-detail {
    padding: 160px 0 200px
}

@media screen and (max-width: 767px) {
    .news-item .page-detail {
        padding: 60px 0 100px
    }
}

@media screen and (max-width: 767px) {
    .news-item .cont {
        padding-right: 34px
    }
}

.news-item .head-text {
    justify-content: left;
    font-size: 42px;
    color: #00507e
}

.news-item .news-list {
    margin-top: 100px
}

@media screen and (max-width: 767px) {
    .news-item .news-list {
        margin-top: 50px
    }
}

.news-item .news-list li {
    flex-wrap: wrap
}

.news-item .news-list .title {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
    font-size: 26px
}

@media screen and (max-width: 767px) {
    .news-item .news-list .title {
        font-size: 20px
    }
}

.news-item .main {
    margin-top: 46px;
    padding-top: 46px;
    border-top: 1px solid #00507e;
    line-height: 1.8;
    color: #00507e
}

@media screen and (max-width: 767px) {
    .news-item .main {
        margin-top: 36px;
        padding-top: 36px
    }
}

.page-100thform {
    padding-bottom: 200px;
    background: #fffa7e url("../img/reunion/img_bk.png") no-repeat top 200px left/100%
}

.page-100thform .form-head-wrap{
    overflow: hidden;
}

.page-100thform .form-cont{
   width: 100%;
}

.page-100thform .form-head{
    position: relative;
    max-width: 940px;
    width: 100%;
    padding: 60px 0;
}

.page-100thform .form-head::after{
    content: "";
    position: absolute;
    top: 160px;
    right: calc(50% - 50vw);
    display: block;
    width: 40dvw;
    height: 160px;
    background-color: #00507e;
    z-index: 0;
}
.page-100thform img[src$="form-title.png"],
.page-100thform img[src$="form-title.svg"]{
    width: 420px;
}

.page-100thform .form-head-title{
    position: absolute;
    top: 160px;
    right: 0;
    display: flex;
    align-items: center;
    padding: 25px 40px 30px;
    background-color: #00507e;
    height: 160px;
    z-index: 2;
}

.page-100thform .beer{
    position: absolute;
    top: -110px;
    left: 160px;
    transform: scale(.6) rotate(8deg);
}

.page-100thform .form-head-title h2{
    font-size: 38px;
    color: #fff;
    background-color: #00507e;
    letter-spacing: 2px;
    line-height: 1.2;
}

.page-100thform .form-wrap{
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.page-100thform .form-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 20px;
    max-width: 940px;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 20px;
}

.page-100thform .form-block-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 720px;
    width: 100%;
    gap: 10px;
}

.page-100thform .form-block-title{
    text-align: center;
}

.page-100thform .form-block-title h3{
    font-size: 28px;
    font-weight: 800;
    color: #00507E;
    letter-spacing: 2px;
    line-height: 1.2;
}

.page-100thform .form-block-title .sub{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #00507E;
    letter-spacing: 2px;
    line-height: 1.2;
}

.page-100thform .form-block-note{
    margin-top: 5px;
    line-height: 1.6;
    color: #00507E;
}

.page-100thform .form-upload-area{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 40px 40px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 10px;
}

.page-100thform .form-upload-area.uploaded{
    border: 6px solid #B10808;
}

.page-100thform .form-upload-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.page-100thform .form-upload-drop{
    margin-top: 20px;
    position: relative;
    width: 100%;
    min-height: 240px;
    border: 1px dotted #D9D9D9;
}

.page-100thform .uploader-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 20px;
    gap: 20px;
    width: 100%;
    min-height: 240px;
    cursor: pointer;
}

.page-100thform .uploader-icon{
    width: 300px;
}

.page-100thform  .uploader {
  display: none;
}

.page-100thform .form-upload-button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00507E;
    border-radius: 9999px;
    color: #fff;
    max-width: 300px;
    width: 100%;
    padding: 18px;
    font-weight: 500;
    transition: .4s;
}

.page-100thform .form-textarea{
    resize: vertical;
    width: 100%;
    min-height: 240px;
    background-color: rgba(255, 255, 255, .9);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.page-100thform .form-next{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.page-100thform .form-attention{
    line-height: 1.6;
}

.page-100thform .preview-area{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-100thform .preview-area img{
    width: 100%;
    max-width: 340px;
}

.page-100thform .form-next .btn{
    color: #B10808;
}

.page-100thform .form-next .btn::after{
    background: #B10808 url(../img/common/icon_arrow-bold.svg) center no-repeat;
}

@media screen and (min-width: 768px) {
    .page-100thform .form-next .btn:hover::after {
        background-position: 18px center
    }
}

.page-100thform .form-error{
    position: relative;
    display: inline-block;
    padding: 4px 10px 4px 28px;
    background-color: #fff;
    border-radius: 9999px;
    color: #B10808;
    background: #fff;
    border: 1px solid #B10808;
}

.page-100thform .form-error::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 20px;
    aspect-ratio: 1;
    transform: translateY(-50%);
    background: url(../img/common/icon_atten.svg) center no-repeat;
}

.page-100thform .form-upload-area.confirm{
    position: relative;
    margin-bottom: 60px;
}

.page-100thform .form-upload-area.confirm::after{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: #00507E dotted 1px;
}

.page-100thform .up-image img{
    width: 100%;
    max-width: 420px;
}

.page-100thform .form-next.confirm{
    flex-direction: row;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.page-100thform .form-next.confirm .back{
    justify-content: center;
    color: #515151;
    background-color: rgba(81, 81, 81, .05);
}

.page-100thform .form-next.confirm .back::after{
    left: 0;
    background-color: #515151;
    transform: rotate(-180deg);
}

.page-100thform .form-confirm-text{
    padding: 50px 0;
}

.page-100thform .form-confirm-text h3{
    line-height: 1.5;
}

.page-100thform .form-confirm-text .form-block-note{
    margin-top: 20px;
}

.page-100thform .form-next.confirm{
    padding-bottom: 40px;
}

.page-100thform .form-next.confirm .done{
    justify-content: center;
    color: #fff;
    background-color: #B10808;
}

.page-100thform .form-next.confirm .done::after{
    border: 2px solid #B10808;
    background: #fff url("../img/common/icon_mail.svg") no-repeat center;
}

.page-100thform .form-block.thanks{
    padding-bottom: 100px;
}

.page-100thform .form-thanks-title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page-100thform .form-thanks-title img{
    font-size: 50px;
}

.page-100thform .form-thanks-text{
    margin-top: 10px;
    font-size: 28px;
    color: #00507E;
    line-height: 1.6;
}

.page-100thform .form-block.thanks .btn{
    margin-top: 40px;
    justify-content: center;
}

.page-100thform .form-block.thanks .btn::after{
    left: 0;
    transform: rotate(-180deg)
}


@media screen and (max-width: 767px) {
    .page-100thform .form-wrap{
        padding-right: 34px;
    }

    .page-100thform .form-head{
        padding: 40px 0 20px;
    }

    .page-100thform .form-head::after{
        display: none;
    }

    .page-100thform img[src$="form-title.svg"]{
        margin-left: -32px;
        width: 240px;
    }
    
    .page-100thform img[src$="form-title.png"]{
        margin-left: 10px;
        width: 250px; 
    }
    
    .page-100thform .form-head-title{
        top: 60px;
        padding: 8px 20px 10px 12px;
        height: auto;
    }

    .page-100thform .beer{
        top: -125px;
        left: -10px;
        transform: scale(.26) rotate(6deg);
    }
    
    .form-head-title .beer .body100 {
        top: 20px;
        left: 40px;
    }
    
    .page-100thform .form-head-title h2{
        font-size: 16px;
    }

    .page-100thform .form-block{
        padding: 20px 12px;
        gap: 0;
    }

    .page-100thform .form-block-title h3{
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 1px;
    }

    .page-100thform .form-block-title .sub{
        margin-top: 5px;
        font-size: 12px;
    }

    .page-100thform .form-block-note{
        font-size: 13px;
        line-height: 1.4;
    }

    .page-100thform .form-upload-area{
        margin-top: 10px;
        padding: 8px;
        background: none;
    }

    .page-100thform .form-upload-area.uploaded{
        border: 3px solid #B10808;
    }

    .page-100thform .form-upload-image{
        gap: 10px;
    }

    .page-100thform .form-upload-drop,
    .page-100thform .form-upload-drop + p{
        display: none;
    }

    .page-100thform .form-next{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 10px;
    }

    .page-100thform .form-attention{
        line-height: 1.6;
    }

    .form-error{
        padding-left: 24px;
        padding-right: 6px;
        font-size: 11px;
    }
    .form-error::after{
        width: 16px;
    }
    .page-100thform .form-confirm-text{
        padding: 40px 0;
    }
    .page-100thform .form-confirm-text h3{
        font-size: 16px;
        line-height: 1.2;
    }
    .page-100thform .form-next.confirm{
        padding-bottom: 30px;
    }
    .page-100thform .form-next.confirm{
        flex-direction: column;
    }
    .page-100thform .form-block.thanks{
        padding-bottom: 40px;
    }
    .page-100thform .form-thanks-title{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .page-100thform .form-thanks-title img{
        font-size: 50px;
    }
    .page-100thform .form-thanks-text{
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5;
    }
    .page-100thform .form-block.thanks .btn{
        margin-top: 30px;
        justify-content: center;
    }
    .page-100thform {
        padding-bottom: 100px;
    }
    .page-100thform .form-upload-button{
        margin-top: 16px;
    }
}

@media (hover: hover) {
  .page-100thform .form-upload-button:hover {
    background-color: #00a2ff;
  }
}

.page-100thform .upload-subtext{
    width: 100%;
    text-align: left;
    line-height:1.4;
}

.page-100thform .upload-subtext .counter{
    display: inline-block;
    text-align: right;
    min-width: 38px;
    padding-right: 2px;
}


.qa {
    padding: 0 0 110px
}

.qa .head-text {
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
    color: #00507e
}

.qa dl {
    margin-top: 50px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .qa dl {
        margin-top:40px;
        padding-right: 34px
    }
}

.qa dt,.qa dd {
    position: relative;
    padding-left: 42px;
    color: #00507e
}

.qa dt::before,.qa dd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 36px;
    height: 36px
}

.qa dt {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.6
}

@media screen and (max-width: 767px) {
    .qa dt {
        font-size:16px
    }
}

.qa dt::before {
    background: url("../img/reunion/icon_q.svg") no-repeat 100%
}

.qa dd {
    margin-bottom: 56px;
    font-size: 18px;
    line-height: 1.8
}

@media screen and (max-width: 767px) {
    .qa dd {
        font-size:14px
    }
}

.qa dd:last-child {
    margin-bottom: 0
}

.qa dd::before {
    background: url("../img/reunion/icon_a.svg") no-repeat 100%
}

.qa.page-qa{
    padding: 120px 0 200px;
    background: #fffa7e url("../img/reunion/img_bk.png") no-repeat top 200px left/100%
}

.qa.page-qa h2{
    margin-bottom: 40px;
}
    
@media screen and (max-width: 767px) {
    .qa.page-qa{
        padding: 60px 0 120px;
        background: #fffa7e url("../img/reunion/img_bk.png") no-repeat center top 120px / cover;
    }
    .qa.page-qa h2{
        margin-bottom: 20px;
    }
}
.coming {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    width: 100%;
    max-width: 320px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #fff;
    color: #00507e
}

.coming-block{
    max-width: 100%;
    height: 120px;
} 

@media screen and (max-width: 767px) {
    .coming {
        font-size: 20px
    }
}

.thanks{
    position: relative;
}

.thanks img[src$="thanks_02.png"]{
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 200px;
}

@media screen and (max-width: 767px) {
    .thanks img[src$="thanks_02.png"]{
        position: absolute;
        right: -20px;
        bottom: -30px;
        width: 100px;
    }
}

.guide-wrap{
    width: 100%;
}

.guide-list{
    display: flex;
    flex-direction: column;
    gap: 140px;
}

.guide-item{
    position: relative;
}

.guide-item::after{
    content: "";
    position: absolute;
    bottom: -65px;
    left: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    background: url(../img/common/icon_back-arrow.svg) no-repeat center / contain;
    transform: rotate(-90deg) translateX(-50%);
}

.photo-list.guide-list{
    gap: 70px;
}

.photo-list .guide-item::after{
    display: none;
}

.contents-guide {
    padding-top: 170px;
    background: #fffa7e url("../img/reunion/img_bk.png") no-repeat top 16px left/120%
}

.photo-list .guide-title-wrap{
    position: absolute;
    top: -20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 40px 4px 4px;
    background-color: #fff;
    border-radius: 9999px;
    line-height: 1.2;
}

li:nth-child(odd) .guide-title-wrap{
    left: -20px;
}

li:nth-child(even) .guide-title-wrap{
    right: -20px;
}

.guide-title-wrap::before{
    content: "";
    display: block;
    height: 60px;
    aspect-ratio: 1;
    background: #fff852 url("/for-graduate/homecoming/2025/assets/img/top/icon_map-num01.svg") no-repeat center/ 20%;
    border-radius: 50%;
}

li:nth-child(2) .guide-title-wrap::before{
    background: #fff852 url("/for-graduate/homecoming/2025/assets/img/top/icon_map-num02.svg") no-repeat center/ 35%;
}

li:nth-child(3) .guide-title-wrap::before{
    background: #fff852 url("/for-graduate/homecoming/2025/assets/img/top/icon_map-num03.svg") no-repeat center/ 35%;
}

.guide-title dt{
    font-size: 24px;
    color: #00507e;
}

.guide-title dd{
    font-size: 17x;
}

.photospot-map{
    position: relative;
    margin-top: 30px;
}

.photospot-map img[src$="100.png"]{
    position: absolute;
    top: -20px;
    right: 10px;
    width: 300px;
    animation: 5s ease infinite camera01;
    transform-origin: center;
}

@keyframes camera01 {
    0% {
        transform: translateY(0);   
    }

    2% {
        transform: translateY(5px);
        
    }

    10% {
        transform: translateY(-60px);
    }
    
    16% {
        transform: translateY(0);
    }

    70% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(0);
    }

    85% {
        transform: rotate(5deg);
    }

    90% {
        transform: rotate(0);
    }

    95% {
        transform: rotate(5deg);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

.photospot-map img[src$="map.jpg"]{
    width: 100%;
    border: 4px solid #08b14c;
    border-radius: 30px;
}

.photospot-map .camera{
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 180px;
    animation: 2s ease infinite camera02 
}

@keyframes camera02 {
    0% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(50px)
    }
    
    80% {
        transform: translateX(0)
    }
}

@media screen and (max-width: 767px) {
    .photospot-map{
        position: relative;
        margin-top: 10px;
    }
    .photospot-map img[src$="100.png"]{
        top: -20px;
        right: -10px;
        width: 140px;
        animation: unset
    }
    .photospot-map img[src$="map.jpg"]{
        border: 2px solid #08b14c;
    }
    .photospot-map .camera{
        width: 80px;
        animation: unset
    }
    .photo-list.guide-list .guide-image {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media screen and (max-width: 767px) {
    .photo-list .guide-title-wrap{
        top: -20px;
        gap: 10px;
        padding: 2px 20px 2px 2px;
        line-height: 1.4;
    }
    li:nth-child(even) .guide-title-wrap{
        left: -20px;
        right: unset;
    }
    .guide-title-wrap::before{
        height: 50px;
        aspect-ratio: 1;
        background: #fff852 url("/for-graduate/homecoming/2025/assets/img/top/icon_map-num01.svg") no-repeat center/ 20%;
        border-radius: 50%;
    }
    .guide-title dt{
        font-size: 20px;
    }
    .guide-title dd{
        font-size: 14px;
    }
}

.cont-guide .top-block{
    width: 100%;
    flex-direction: column;
    gap: 30px;
}

.cont-guide .head-text{
    width: 100%;
}

.cont-guide .head-text + p{
    color: #fff;
    font-size: 20px;
}

.guide-item:last-child::after{
    display: none;
}

.guide-hukidasi{
    position: absolute;
    top: -80px;
    left: -100px;
    width: 300px;
    aspect-ratio: 5/4;
    z-index: 4;
}

.guide-item:nth-child(even) .guide-hukidasi{
    left: unset;
    right: -100px;
}

.guide-block{
    overflow: hidden;
    background-color: #fff;
    border-radius: 30px;
}

.guide-image{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.guide-note{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px;
}

.guide-note-text{
    color: #00507E;
    line-height: 1.7;
}

.guide-bottom-block{
    position: relative;
    width: 100%;
    margin: 70px 0 200px;
    padding: 0 25px;
}

.guide-bottom-block p{
    font-size: 24px;
    line-height: 1.6;
    color: #00507E;
    text-align: center;
}
.guide-bottom-block a{
    margin: 30px auto;
}

.guide-bottom-block img[src$="img_guide05.png"]{
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 300px;
}

.guide-item .btn.detail{
    max-width: 280px;
}

@media screen and (max-width: 767px) {
    .contents-guide {
        background: #fffa7e url("../img/reunion/img_bk.png") no-repeat top 10px left 12%/cover;
    }
    .cont-guide .top-block {
        padding: 0 0 0 34px;
    }
    .cont-guide .head-text + p {
        font-size: 16px;
    }
    .guide-list {
        gap: 70px;
    }
    .guide-item::after {
        bottom: -36px;
        left: calc(50% - 15px);
        width: 30px;
        height: 30px;
    }
    .cont-guide{
        padding-left: 0;
    }
    .contents-guide {
        padding-top: 60px;
    }
    .guide-list{
        padding: 50px 34px;
    }
    .guide-hukidasi{
        top: -40px;
        left: -40px;
        width: 150px;
    }
    .guide-item:nth-child(even) .guide-hukidasi{
        right: -40px;
    }
    .guide-list{
        overflow: hidden;
    }
    .guide-note{
        padding: 18px 14px;
        gap: 15px;
        flex-direction: column;
    }
    .guide-image{
        height: 350px;
    }
    .guide-note-text{
        font-size: 14px;
        line-height: 1.6;
    }
    .guide-bottom-block {
        margin: 30px 0 120px;
        padding: 0 34px;
    }
    .guide-bottom-block p {
        font-size: 14px;
    }
    .guide-bottom-block img[src$="img_guide05.png"]{
        position: static;
    }
}

.contents .page-detail .contents-list dt,
.contents .page-detail .contents-list dd {
    font-size: 16px;
}

.contents-list.-contents02 .text{
    justify-content: space-between;
}

.page-detail .contents-list.-contents02 .detail:not(.link){
     font-size: 16px; 
    line-height: 1.4;
}

.page-detail .contents-list .company + .link{
    margin-top: 10px;
}

.cont-guide .top-block{
    position: relative;
}

.cont-guide .top-block .camera{
    position: absolute;
    top: -50px;
    left: 0;
    width: 150px;
    animation: .6s ease infinite camera00;
}

.cont-guide .top-block .camera + .head-text{
    padding-left: 180px;
}

@keyframes camera00 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

@media screen and (max-width: 767px) {
    .cont-guide .top-block .camera{
        top: 35px;
        left: unset;
        right: 30px;
        width: 60px;
    }
    
    .cont-guide .top-block .camera + .head-text{
        padding-left: 0;
    } 
}