/*
カラー設定

ベースのピンク　#F0B7B6
差し色ピンク　#E68B8A

お知らせ　#32B75A
受験生　#E68B8A
調達情報　#3474C3
ボタンのイエロー　#FFE802
*/

.lower-list li {
    padding-left: 1em;
}
.lower-list li::before {
    content: "●";
    margin-left: -1em;
    margin-right: 0.2em;
    color: #e68B8A;
    font-size: 16px;
}

.lower-list-decimal {
    counter-reset: custom-decimal;
    list-style: none;
    padding-left: 5px; 
}
  
.lower-list-decimal li {
    counter-increment: custom-decimal;
    position: relative;
    padding-left: 40px;
    padding-bottom: 6px;
}
  
.lower-list-decimal li::before {
    content: counter(custom-decimal) ;
    position: absolute;
    left: 0;
    color: #E68B8A;
}

/* 枠付きtable */
.lower-table-a {
	width:100%;
    text-align: center;
	box-sizing:border-box;
	border-collapse:collapse;
	border:3px solid #FF7277;
}
.lower-table-a th,.lower-table-a td {
	border:1px solid #FF7277;
	text-align:center;
	vertical-align:middle;
	color:#5A594E;
	font-size:14px;
	line-height:18px;
	padding:15px 5px;
    background-color: #FEFDF8;
}
.lower-table-a th, .lower-table-a thead th {
	background-color:#FFE3E4;
}
.lower-table-a thead {
	border-bottom:2px solid #FF7277;
}
.lower-table-a th strong {
	color:#FF7277;
}
.lower-table-a td.short {
    width: 2em;
}
.lower-table-a td.middle {
    width: 10em;
}
.lower-table-a td.left {
    text-align: left;
}

/* 枠無しtable */
.lower-table-b {
	width:100%;
    text-align: center;
	box-sizing:border-box;
	border-collapse:collapse;
}
.lower-table-b th,.lower-table-b td {
	text-align:center;
	vertical-align:top;
	color:#5A594E;
	font-size:16px;
	line-height:1.8em;
	padding:8px 5px;
    text-align: left;
}
.lower-table-b th {
    color: #E68B8A;
}
.lower-table-b th strong {
	color:#FF7277;
}
.lower-table-b .short {
    width: 2em;
}
.lower-table-b .middle {
    width: 10em;
}
.lower-table-b .center {
    text-align: center;
}

#header-cover {
    position: relative;
    width: 100%;
    height: 161px;
    background-color: #e68B8A;
    font-family: "Homemade Apple", cursive;
    font-weight: 400;
    font-style: normal;
    z-index: 1;
}
#header-cover > div {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: -50px;
    transform: rotate(-6deg);
    font-size: 46.41px;
    color: #F0B7B6;
    letter-spacing: 3.09px;
}
.cover-a {
    background-image: url(../img/lower-header-a.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cover-b {
    background-image: url(../img/lower-header-b.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cover-c {
    background-image: url(../img/lower-header-c.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cover-d {
    background-image: url(../img/lower-header-d.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cover-e {
    background-image: url(../img/lower-header-e.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lower-main {
    width: 100%;
    font-size: 16px;
    color: #322D2A;
    letter-spacing: 0;
    line-height: 36px;
    padding-top: 76px;
    padding-bottom: 76px;
    background-color: #FEFDF8;
}
.lower-main > section {
    max-width: 894px;
    margin: 0 auto;
}

.lower-main h1 {
    font-size: 34px;
    color: #322D2A;
    letter-spacing: 2.27px;
    text-align: center;
    display: flex; /* フレックスボックスを使って要素を整列 */
    align-items: center; /* 上下中央に揃える */
    justify-content: center; /* 左右中央に揃える */
    margin-bottom: 80px;
}

.lower-main h1::before,
.lower-main h1::after {
    content: '';
    display: inline-block;
    vertical-align: middle; /* テキストと上下中央に揃える */
    background-size: contain; /* 画像を要素内に収める */
    background-repeat: no-repeat;
    width: 113px; /* 画像の幅を指定 */
    height: 45px; /* 画像の高さを指定 */
    margin: 0 10px; /* 両側にマージンを設定 */
}

.lower-main h1::before {
    background-image: url(../img/lower-h1-left.png);
}

.lower-main h1::after {
    background-image: url(../img/lower-h1-right.png);
}

.lower-main h2 {
    font-size: 28px;
    color: #322D2A;
    letter-spacing: 2.27px;
    text-align: left;
    display: block;
    position: relative;
    padding-left: 10px;
    margin: 39px 0;
    border-bottom: 1px solid #e68B8A;
}
.lower-main h2::before {
    content: '';
    display: inline-block;
    background-size: contain; /* 画像を要素内に収める */
    background-position: left top;
    background-repeat: no-repeat;
    width: 12px; /* 画像の幅を指定 */
    height: 12px; /* 画像の高さを指定 */
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 10;
}
.lower-main h2::before {
    background-image: url(../img/lower-h2-left.png);
}
.lower-main h2 > span {
    font-size: 16px;
}
.lower-main h3 {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 1.6px;
    text-align: left;
    margin: 26px 0;
    border-bottom: 4px solid #e68B8A;
}
.lower-main h4 {
    font-size: 20px;
    letter-spacing: 1.33px;
    margin: 12px 0;
}

/* message */
.message-photoset {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.message-photoset > img {
    width: 202px;
    height: auto;
}
.message-photoset > p {
    max-width: 601px;
}
.message-name {
    display: inline-block;
    font-size: 27px;
    color: #322D2A;
    letter-spacing: 1.01px;
    text-align: justify;
    line-height: 36px;
    padding-bottom: 12px;
}
.message-name span {
    font-size: 18px;
}

/* about */
.about-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.about-list ol {
    width: 470px;
}
.about_photo {
    margin-top: 24px;
    text-align: center;
}
.about_qualification {
    display: flex;
    flex-wrap: wrap;
}
.about_qualification_item {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    border: 4px solid #F0B7B6;
    border-radius: 5px;
    background-color: #FEFDF8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #322D2A;
    z-index: 15;
}
  
.about_qualification_item > h3 {
    width: 164px;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}
  
.about_qualification_item p {
width: 633px;
}

/* nurse-exam */
.nurse_exam_section1 {
    text-align: center;
}
.nurse_exam_read {
    display: inline-block;
    margin: 0 auto;
    padding: 24px 0;
    border-top: 3px solid #E68B8A;
    border-bottom: 3px solid #E68B8A;
    font-size: 24px;
    color: #322D2A;
    letter-spacing: 1.6px;
    text-align: center;
}
.nurse_exam_section2 > div {
    position: relative;
	max-width:600px;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
}
.nurse_exam_table {
	width:100%;
    max-width: 600px;
    text-align: center;
	box-sizing:border-box;
	border-collapse:collapse;
	border:3px solid #FF7277;
}
.nurse_exam_table th,.nurse_exam_table td {
	border:1px solid #FF7277;
	text-align:center;
	vertical-align:middle;
	color:#5A594E;
	font-size:14px;
	line-height:18px;
	padding:15px 0;
    background-color: #FEFDF8;
}
.nurse_exam_table thead th {
	background-color:#FFE3E4;
}
.nurse_exam_table thead {
	border-bottom:2px solid #FF7277;
}
.nurse_exam_table th strong {
	color:#FF7277;
}

/* learning facilities */
.facilities_photo_list {
    max-width: 893px;
    padding-top: 30px;
    overflow: hidden;
    text-align: center;
}
.facilities_photo_list > .swiper-slide figure {
    width: auto;
    height: 300px;
}
.facilities_photo_list figcaption {
   line-height: 1em;
}

.facilities_section2_img {
    text-align: center;
}
.facilities_section2_table {
    width: 100%;
}
.facilities_section2_table th {
    width: 12em;
    font-size: 16px;
    color: #E68B8A;
    letter-spacing: 0;
    line-height: 36px;
}

/* domitory */
.domitory_img {
    text-align: center;
    max-width: 582px;
    margin: 20px auto 0;
}
.domitory_img img {
    width: 100%;
}
.domitory_table {
    width: 100%;
}
.domitory_table th {
    width: 12em;
    font-size: 16px;
    color: #E68B8A;
    letter-spacing: 0;
    line-height: 36px;
}
.domitory_photo_list {
    max-width: 893px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}
.domitory_photo_list figure {
    padding-top: 30px;
}
.domitory_photo_list .set2 figure {
    flex: 0 0 48%;
}
.domitory_photo_list .set3 figure {
    flex: 0 0 32%;
}
.domitory_photo_list figcaption {
   line-height: 1em;
}

.domitory_photo_list figure > img {
    width: 100%;
}

/* educational-costs-reduction & agreement */
.reduction_list a, .agreement_list a {
    display: flex;
    align-items: center;
    line-height: 1.2em;
    color: #E68B8A;
}
.reduction_list a::before, .agreement_list a::before  {
    content: "\f1c1";
    font-family: "Font Awesome 6 Free"; 
    font-size: 33px;
    padding-right: 12px;
    vertical-align: middle;
    text-decoration: none;
}

/* curriculum */

#curriculum_btn {
    margin: 20px auto 0;
}
#curriculum_btn a {
	display:block;
	border-radius:6px;
	text-decoration:none;
	border:none;
	color:#FFF;
	font-size:24px;
	line-height:1em;
	padding:20px 10px 2% 15px;
	margin-bottom:12px;
}
#curriculum_btn a span.st {
	font-size:16px;
	line-height:18px;
}
#curriculum_btn a span.raicon {
	float:right;
}
#curriculum_btn a#curriculum_btn1 {
	background-color:#FF7277;
}
#curriculum_btn a#curriculum_btn2 {
	background-color:#FFB000;
}
#curriculum_btn a#curriculum_btn3 {
	background-color:#FFE800;
	color:#5A594E;
}
#curriculum_btn a#curriculum_btn4 {
	background-color:#51B644;
}
#curriculum_btn a#curriculum_btn5 {
	background-color:#6EB2EC;
}
.curriculum-table {
    width: 600px;
    margin: 0 auto;
}
.curtable {
    position: relative;
	width: 100%;
	border-width: 3px;
	border-style: solid;
	border-collapse: collapse;
    z-index: 5;
}
.curtable th, .curtable td {
	border-width: 1px;
	border-style: solid;
	padding: 6px 10px 4px;
	vertical-align: middle;
	line-height: 1.8rem;
    background-color: #FEFDF8;
}
.curtable th {
	font-size: 12px;
	text-align: center;
	border-bottom-width: 3px;
}
.curtable th:nth-child(1) {
	width: 30px;
}
.curtable th:nth-child(2) {
	width: 207px;
}
.curtable th:nth-child(4) {
	width: 41px;
}
.curtable th:nth-child(5) {
	width: 41px;
}
.curtable td:nth-last-child(1),
.curtable td:nth-last-child(2) {
    text-align: right;
}
.curtable td > span {
	display: block;
	margin: 0 auto;
	height: 6em;
	writing-mode: vertical-rl;
}

.curtable.red,
.curtable.red th,
.curtable.red td {
	border-color: #FF7378;
}
.curtable.red .cur-bg {
	background-color: #FFE3E4;
}
.curtable.orange,
.curtable.orange th,
.curtable.orange td {
	border-color: #FFB000;
}
.curtable.orange .cur-bg {
	background-color: #FFEFCC;
}

.curtable.yellow,
.curtable.yellow th,
.curtable.yellow td {
	border-color: #ebcc04;
}
.curtable.yellow .cur-bg {
	background-color: #FFFBCC;
}

.curtable tr.total th,
.curtable tr.total td {
	color: #FF7378;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
}
.curtable tr.total th {
	font-size: 22px;
	text-align: left;
	width: auto;
}
.curtable tr.total td {
	width: 41px;
	text-align: center;
    background-color: #FEFDF8;
}

.event-flow {
    width: 100%;
    margin-top: 70px;
}
.event-flow hr {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left:5px solid #F0B7B6;
    width: 100%;
    height: 60px;
    margin: 0;
    margin-left: 65px;
}
.event-item {
    display: flex;
}
.event-item h3 {
    display: inline;
    background: #F0B7B6;
    border-bottom: none;
    border-radius: 4px;
    text-align: center;
    padding:0 12px 0;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 47px;
}
.event-item > div {
    width: 100%;
    position: relative;
}
.event-item > div > div {
    height: 340px;
    position: relative;
}
.event-item > div > div:nth-child(2) {
    bottom: 0;
}
.event-item.item1, .event-item.item6, .event-item.item8 {
    height: 305px;
}
.event-item.item2 {
    height: 680px;
}
.event-item.item4, .event-item.item7 {
    height: 80px;
}
.event-item.item5 {
    height: 355px;
}
.event-item > div img.event-title {
    width: auto;
    height: 53px;
}
.event-item > div img.event-img-r {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 361px;
    height: auto;
}
.event-item > div img.event-img-l {
    position: absolute;
    left: 0;
    top: 60px;
    width: 361px;
    height: auto;
}
.event-item > div img.event-txt-r {
    position: absolute;
    left: 365px;
    top: 60px;
    width: auto;
    height: auto;
}
.event-item > div img.event-txt-l {
    position: absolute;
    right: 350px;
    top: 60px;
    width: auto;
    height: auto;
}
.event-item > div img.event-illust-r {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 276px;
    height: auto;
}
.event-item > div img.event-illust-l {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 276px;
    height: auto;
}

/* employment */
.employment_table {
    width: 100%;
}
.employment_table th {
    width: 6em;
    font-size: 16px;
    color: #E68B8A;
    letter-spacing: 0;
    line-height: 36px;
}

/* admission */
.admission-pamph {
    display: flex;
    justify-content: space-around;
}
.admission-pamph-dl {
    margin: 0 12px;
    padding: 0;
    text-align: center;
    z-index: 5;
}
.admission-pamph-dl img {
    width: 226px;
    height: auto;
    box-shadow: 8px 8px 0 0 rgba(199,101,99,0.75);
}
.admission-pamph-dl a {
    text-decoration: none;
    display: inline-block;
    margin: 12px  0;
}


.concurrent-box {
    width: 550px;
    margin: 26px auto;
    border:#322D2A 1px solid;
    border-radius: 6px;
}
.concurrent-title {
    background-color: #F0B7B6;
    padding: 12px;
    text-align: left;
    border-bottom: #322D2A 1px solid;
    border-radius: 6px 6px 0 0;

}
.concurrent-flow {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.concurrent-item {
    width: calc(100% - 40px);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0;
    position: relative;
    background-color: white;
}
.concurrent-content {
    height: 4.6em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
}
.concurrent-content p {
    text-align: center;
    color: #666;
    line-height: 1.6em;
}
.concurrent-content p span {
    color: #6FB3ED;
}
.concurrent-arrow {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6FB3ED;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
}
.concurrent-arrow.top {
    top: -23px;
}
.concurrent-branch {
    display: flex;
    justify-content: space-around;
    width: calc(100% - 20px);
}
.concurrent-item.left {
    margin-right: 5px;
}
.concurrent-item.right {
    margin-left: 5px;
}

/* high-school-recommendation */
.high-school-reco-day {
    font-size: 28px;
    letter-spacing: 0;
}

/* openschool */
.open-school-btn {
    text-align: center;
    margin-top: 25px;
}

/* access */
.access-address-txt {
    font-size: 28px;
    color: #E68B8A;
    letter-spacing: 1.87px;
    text-align: center;
}
.access-g-map {
    margin-top: 30px;
    max-width: 893px;
    height: 392px;
}

/*links */
.links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.links-list li {
    width: 48%;
}

@media (max-width: 768px) {
    .lower-list li::before {
        content: "●";
        margin-left: -1em;
        margin-right: 0.2em;
        color: #e68B8A;
        font-size: 16px;
    }

    .lower-list-decimal {
        counter-reset: custom-decimal;
        list-style: none;
        padding-left: 5px; 
    }
    
    .lower-list-decimal li {
        counter-increment: custom-decimal;
        position: relative;
        padding-left: 40px;
        padding-bottom: 6px;
    }
    
    .lower-list-decimal li::before {
        content: counter(custom-decimal) ;
        position: absolute;
        left: 0;
        color: #E68B8A;
    }

    /* 枠付きtable */
    .lower-table-a {
        width:100%;
        text-align: center;
        box-sizing:border-box;
        border-collapse:collapse;
        border:3px solid #FF7277;
    }
    .lower-table-a th,.lower-table-a td {
        border:1px solid #FF7277;
        text-align:center;
        vertical-align:middle;
        color:#5A594E;
        font-size:14px;
        line-height:18px;
        padding:15px 5px;
        background-color: #FEFDF8;
    }
    .lower-table-a th, .lower-table-a thead th {
        background-color:#FFE3E4;
    }
    .lower-table-a thead {
        border-bottom:2px solid #FF7277;
    }
    .lower-table-a th strong {
        color:#FF7277;
    }
    .lower-table-a td.short {
        width: 2em;
    }
    .lower-table-a td.middle {
        width: 10em;
    }
    .lower-table-a td.left {
        text-align: left;
    }

    /* 枠無しtable */
    .lower-table-b {
        width:100%;
        text-align: center;
        box-sizing:border-box;
        border-collapse:collapse;
    }
    .lower-table-b th,.lower-table-b td {
        text-align:center;
        vertical-align:top;
        color:#5A594E;
        font-size:16px;
        line-height:1.8em;
        padding:8px 5px;
        text-align: left;
    }
    .lower-table-b th {
        color: #E68B8A;
    }
    .lower-table-b th strong {
        color:#FF7277;
    }
    .lower-table-b .short {
        width: 2em;
    }
    .lower-table-b .middle {
        width: 10em;
    }
    .lower-table-b .center {
        text-align: center;
    }

    #header-cover {
        position: relative;
        width: 100%;
        height: 80px;
    }
    #header-cover > div {
        display: inline-block;
        position: absolute;
        right: 24px;
        bottom: -20px;
        font-size: 20px;
    }

    .lower-main {
        margin: 0 auto;
    }
    .lower-main > section {
        max-width: calc(100% - 24px);
        margin: 0 auto;
        padding: 0 12px;
    }

    .lower-main h1 {
        font-size: 22px;
        letter-spacing: 1.8px;
        margin-bottom: 40px;
    }

    .lower-main h1::before,
    .lower-main h1::after {
        content: '';
        display: inline-block;
        vertical-align: middle; /* テキストと上下中央に揃える */
        background-size: contain; /* 画像を要素内に収める */
        background-repeat: no-repeat;
        width: 60px; /* 画像の幅を指定 */
        height: 26px; /* 画像の高さを指定 */
        margin: 0 10px; /* 両側にマージンを設定 */
    }

    .lower-main h2 {
        font-size: 20px;
        letter-spacing: 1.8px;
    }
    .lower-main h2::before {
        background-image: url(../img/lower-h2-left.png);
    }
    .lower-main h2 > span {
        font-size: 16px;
    }
    .lower-main h3 {
        display: inline-block;
        font-size: 18px;
        letter-spacing: 1.6px;
        text-align: left;
        margin: 26px 0;
        border-bottom: 4px solid #e68B8A;
    }
    .lower-main h4 {
        font-size: 16px;
        letter-spacing: 1.33px;
        margin: 12px 0;
    }

    /* message */
    .message-photoset {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    .message-photoset > img {
        width: 202px;
        height: auto;
    }
    .message-photoset > p {
        max-width: 100%;
    }
    .message-name {
        font-size: 27px;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .message-name span {
        font-size: 18px;
    }
    /* about */
    .about-list {
        width: 100%;
        display: block;
    }
    .about-list ol {
        width: 100%;
    }
    .about_qualification_item {
        width: 100%;
        margin-top: 20px;
        padding: 20px;
        border: 4px solid #F0B7B6;
        border-radius: 5px;
        background-color: #FEFDF8;
        display: block;
        align-items: center;
        color: #322D2A;
        z-index: 15;
    }
      
    .about_qualification_item > h3 {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
    }
      
    .about_qualification_item p {
        width: 100%;
    }
    /* nurse-exam */
    .nurse_exam_read {
        font-size: 18px;
        letter-spacing: 1.2px;
    }

    /* learning facilities */
    .facilities_photo_list {
        justify-content: center;
    }
    .facilities_photo_list figure {
        padding-top: 30px;
    }

    .facilities_section2_img img {
        width: 100%;
    }
    .facilities_section2_table th {
        width: 7em;
    }

    /* domitory */
    .domitory_img img {
        width: 100%;
    }
    .domitory_table {
        width: 100%;
    }
    .domitory_table th {
        width: 8em;
        font-size: 16px;
        color: #E68B8A;
        letter-spacing: 0;
        line-height: 36px;
    }
    .domitory_photo_list {
        justify-content: center;
    }
    /* curriculum */
    .curriculum-table {
        width: 100%;
    }
    .curtable th:nth-child(1) {
        width: 1em;
    }
    .curtable th:nth-child(2) {
        width: 6em;
    }
    .curtable th:nth-child(4) {
        width: 6em;
    }
    .curtable th:nth-child(5) {
        width: 3em;
    }

    /* event */
    .event-flow {
        width: 100%;
        position: static;
        overflow: hidden;
    }  
    .event-flow hr {
        display: none;
    }
    .event-item {
        display: block;
        padding-bottom: 32px;
    }
    .event-item h3 {
        display: block;
        border-bottom: none;
        text-align: left;
        padding:0 10px 0;
        line-height: 1em;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        z-index: 5;
    }
    .event-item > div {
        width: 100%;
        position: relative;
    }
    .event-item > div > div {
        height: auto;
        position: relative;
    }
    .event-item > div > div:nth-child(2) {
        bottom: 0;
    }
        
    .event-item.item1, .event-item.item6, .event-item.item8 {
        height: auto;
    }
    .event-item.item2, .event-item.item3 {
        height: auto;
    }
    .event-item.item4, .event-item.item7 {
        height: auto;
    }
    .event-item.item5 {
        height: auto;
    }
    .event-item.item5 > div > div {
        height: auto;
    }
    .event-item > div img.event-title {
        position: static;
        width: auto;
        height: 42px;
        z-index: 3;
    }
    .event-item > div img.event-img-r {
        position:static;
        display: block;
        width: 100%;
        height: auto;
        padding-top: 158px;
        padding-bottom: 60px;
        z-index: 1;
    }
    .event-item > div img.event-img-l {
        position: static;
        width: 100%;
        height: auto;
        padding-top: 158px;
        padding-bottom: 60px;
        z-index: 1;
    }
    .event-item > div img.event-txt-r {
        position: absolute;
        top: 60px;
        left: 10px;
        width: auto;
        height: auto;
        z-index: 5;
    }
    .event-item > div img.event-txt-l {
        position: absolute;
        top: 60px;
        right: 10px;
        width: auto;
        height: auto;
        z-index: 5;
    }
    .event-item > div img.event-illust-r {
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 276px;
        height: auto;
        z-index: 3;
    }
    .event-item > div img.event-illust-l {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 276px;
        height: auto;
        z-index: 3;
    }

    /* admission */
    .admission-pamph {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    /* concurrent */
    .concurrent-box {
        width: 100%;
    }
}