@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

html {
    background-color: #FFF;
}

body {
    font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    overflow-x: hidden;
    font-size: 18px;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

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

p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
}
  
img {
    display: block;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.tokowaka-container {
    width: 904px;
    margin: 0 auto;
    position: relative;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    height: 90px;
    z-index: 99;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.header-container {
    width: 100%;
    padding: 0 32px;
    position: relative;
}

.navbar {
    padding: 0;
    position: relative;
    align-items: center;
    height: 90px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-collapse {
    justify-content: end;
}

.navbar-nav {
    column-gap: 40px;
    align-items: center;
    padding-right: 16px;
}

.navbar-nav li a {
    display: block;
    width: max-content;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.navbar-nav li a span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.navbar-nav li a:hover {
    opacity: 0.7;
}

.mobile-menu-btn {
    position: absolute;
    right: 2.4vw;
    padding: 0px;
}

.mobile-menu-btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
    width: 6vw;
    height: 1vw;
    border-radius: 1vw;
    background-color: #000;
    display: block;
    margin: 1.5vw 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn .toggler-icon:nth-of-type(1), .mobile-menu-btn .toggler-icon:nth-of-type(3) {
    margin: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 2.4vw;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: -2.4vw;
}

.navbar-brand {
    display: block;
    width: 215px;
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 100%;
}

#banner {
    background: url(../assets/banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 8.33vw 0 0;
    position: relative;
    height: 56.25vw;
}

.banner-logo {
    width: 36.46vw;
    margin: 0 0 2.08vw;
    padding-left: 7.08vw;
}

.banner-logo img {
    width: 100%;
}

.banner-text {
    padding-left: 7.08vw;
}

.banner-text p {
    font-weight: 500;
    font-size: 1.04vw;
    line-height: 2.08vw;
    color: #000000;
}

.banner-info {
    margin: 0 0 1.5625vw;
    padding-left: 7.08vw;
}

.banner-info-row {
    display: flex;
    column-gap: 0.83vw;
    margin: 0;
    align-items: end;
}

.banner-info-row:last-child {
    margin: 0.3125vw 0 0;
    align-items: center;
}

.banner-info-label {
    width: 10.625vw;
    background: #fff;
    font-weight: 500;
    font-size: 1.15vw;
    line-height: 2.29vw;
    color: #16773B;
    text-align: center;
    height: 3.92vw;
    padding: 0.83vw;
}

.banner-info-row:first-child .banner-info-label,
.banner-info-row:last-child .banner-info-label {
    height: 2.8125vw;
    padding: 0.26vw;
}

.banner-info-text {
    font-weight: 500;
    font-size: 1.04vw;
    line-height: 1.98vw;
    color: #000;
}

.banner-info-text span {
    font-size: 1.98vw;
    line-height: 1.98vw;
}

.banner-info-row:first-child .banner-info-text {
    font-weight: 700;
    font-size: 4.22vw;
    line-height: 4.22vw;
    color: #000;
}

.banner-info-row:first-child .banner-info-text span {
    font-size: 2.03vw;
    line-height: 4.22vw;
}

.text-unit-mobile {
    display: inline;
}

.banner-button {
    display: flex;
    align-items: center;
    column-gap: 1.45vw;
    margin: 0 0 1.5625vw;
    padding-left: 7.08vw;
}

.banner-button a {
    text-decoration: none;
    display: block;
    width: 15vw;
    height: 3.65vw;
    border-radius: 3.65vw;
    font-weight: 700;
    font-size: 0.83vw;
    line-height: 1.67vw;
    color: #fff;
    padding: 0.99vw;
    text-align: center;
    transition: 0.3s;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.banner-button a:hover {
    opacity: 0.7;
}

.banner-button a:first-child {
    background: #E64141;
}

.banner-button a:last-child {
    background: #41ADE6;
}

.banner-bottom {
    width: 34.38vw;
    background: #fff;
    border-radius: 0 0.52vw 0.52vw 0;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    padding: 1.30vw 1.30vw 1.30vw 2.60vw;
}

.banner-bottom-title {
    margin: 0 0 0.83vw;
}

.banner-bottom-title h3 {
    font-weight: 700;
    font-size: 1.04vw;
    line-height: 2.08vw;
    color: #16773B;
}

ul.banner-bottom-lists {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.04vw;
    row-gap: 0.42vw;
}

ul.banner-bottom-lists li {
    width: max-content;
    display: flex;
    align-items: center;
    column-gap: 0.42vw;
}

ul.banner-bottom-lists li:first-child {
    width: 100%;
}

.banner-bottom-list-label {
    width: 6.25vw;
    background: #16773B;
    font-weight: 500;
    font-size: 1.15vw;
    line-height: 2.5vw;
    color: #FFF;
    text-align: center;
}

.banner-bottom-list-text {
    font-weight: 500;
    font-size: 1.04vw;
    line-height: 1.98vw;
    color: #000;
}

.banner-bottom-list-text a {
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.banner-bottom-list-text a:hover {
    opacity: 0.7;
}

.banner-bottom-list-text a p {
    font-weight: 400;
    font-size: 1.04vw;
    line-height: 1.98vw;
    color: #16773B;
    text-decoration: underline;
}

.banner-bottom-list-text a::after {
    display: block;
    content: '';
    width: 1.04vw;
    height: 1.04vw;
    background: url(../assets/banner-bottom-button-after.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

#sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
}

ul.sidebar-list li {
    width: 14.79vw;
    height: 7.81vw;
    margin: 0 0 1.56vw;
}

ul.sidebar-list li:last-child {
    margin: 0;
}

ul.sidebar-list li a {
    display: flex;
    align-items: center;
    column-gap: 0.94vw;
    width: 14.79vw;
    height: 7.81vw;
    border-radius: 0.52vw 0 0 0.52vw;
    padding: 1.67vw 0 1.67vw 1.56vw;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    text-decoration: none;
    transition: 0.3s;
}

ul.sidebar-list li a:hover {
    opacity: 0.7;
}

ul.sidebar-list li:first-child a {
    background: #E64141;
}

ul.sidebar-list li:last-child a {
    background: #41ADE6;
}

ul.sidebar-list li a p {
    font-weight: 700;
    font-size: 1.04vw;
    line-height: 1.46vw;
    color: #FFFFFF;
}

ul.sidebar-list li a p span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-size: 0.73vw;
    line-height: 1.04vw;
    margin: 0.52vw 0 0;
    color: #FFFFFF;
}

ul.sidebar-list li a::after {
    display: block;
    content: '';
    width: 1.56vw;
    height: 1.56vw;
    background: url(../assets/sidebar-button-after.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

#news {
    background: url(../assets/news-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0 120px;
    position: relative;
}

.news-title {
    margin: 0 0 50px;
}

.news-title h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
    color: #000;
    text-align: center;
}

.news-title span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

ul.news-lists li {
    width: 100%;
    margin: 0 0 30px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}

ul.news-lists li:last-child {
    margin: 0;
}

.news-list-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.news-list-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.news-list-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #16773B;
    margin-left: 55px;
}

.news-list-header::after {
    display: block;
    content: '';
    margin-left: auto;
    width: 18px;
    height: 9px;
    background: url(../assets/news-list-angle.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

ul.news-lists li.open .news-list-header::after {
    transform: rotate(180deg);
}

.news-list-content {
    height: 0;
    opacity: 0;
    transition: height 0.5s ease, margin-top 0.5s ease, padding-top 0.5s ease, opacity 0.5s ease;
}

ul.news-lists li.open .news-list-content {
    display: block;
    height: auto;
    opacity: 1;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #000000;
}

.news-list-desc {
    display: none;
    margin: 0 0 20px;
}

ul.news-lists li.open .news-list-desc {
    display: block;
}

.news-list-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

.news-list-button {
    display: none;
}

ul.news-lists li.open .news-list-button {
    display: block;
}

.news-list-button a {
    display: block;
    width: 350px;
    text-decoration: none;
    margin: 0 auto;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    background: #16773B;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    padding: 19px;
    transition: 0.3s;
    border-radius: 70px;
    text-align: center;
}

.news-list-button a:hover {
    opacity: 0.7;
}

#programs {
    background: url(../assets/programs-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0 240px;
    position: relative;
}

.programs-title {
    margin: 0 0 110px;
}

.programs-title h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
    color: #FFFFFF;
    text-align: center;
}

.programs-title span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
}

.programs-subtitle {
    margin: 0 0 60px;
}

.programs-subtitle p {
    font-weight: 700;
    font-size: 34px;
    line-height: 60px;
    color: #000000;
    text-align: center;
}

.programs-subtitle p span {
    font-size: 45px;
    line-height: 60px;
}

.programs-subtitle p span.highlight {
    background: #fff;
}

.programs-text {
    margin: 0 0 140px;
}

.programs-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    text-align: center;
}

.programs-text p span {
    background: #fff;
}

.programs-lists-title {
    margin: 0 0 60px;
}

.programs-lists-title h3 {
    font-weight: 700;
    font-size: 37px;
    line-height: 60px;
    color: #000000;
    text-align: center;
    margin: 0 0 24px;
}

.programs-lists-title h3 span.highlight-red {
    background: #fff;
    color: #E64141;
}

.programs-lists-title h3 span.highlight-blue {
    background: #fff;
    color: #41ADE6;
}

.programs-lists-title p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    text-align: center;
}

ul.programs-lists li {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 30px 30px 50px;
    margin: 0 0 30px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
    position: relative;
}

ul.programs-lists li:last-child {
    margin: 0;
}

.programs-list-header {
    width: 904px;
    margin: 0 -30px 24px -50px;
    background: linear-gradient(to right, #E64141 0 25%, #FFA5A5 90% 100%);
    padding: 12px 38px;
    display: flex;
    column-gap: 70px;
    align-items: center;
}

ul.programs-lists li:last-child .programs-list-header {
    background: linear-gradient(to right, #41ADE6 0 25%, #B2E2FC 90% 100%);
}

.programs-list-header h4 {
    width: 336px;
    font-weight: 700;
    font-size: 37px;
    line-height: 44px;
    color: #FFF;
}

.programs-list-header p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
}

.programs-list-text {
    margin: 0 0 40px;
}

.programs-list-text:last-child {
    margin: 0;
}

.programs-list-text h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #E64141;
    margin: 0 0 15px;
}

ul.programs-lists li:last-child .programs-list-text h5 {
    color: #41ADE6;
}

.programs-list-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

.programs-list-quota {
    position: absolute;
    width: 205px;
    height: 205px;
    border-radius: 205px;
    background: #E64141;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    top: 304px;
    right: 102px;
}

ul.programs-lists li:last-child .programs-list-quota {
    background: #41ADE6;
}

.programs-list-quota-inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.programs-list-quota label {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}

.programs-list-quota p {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
}

.programs-list-quota p span {
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;
    color: #FFFFFF;
}

#schedule {
    background: url(../assets/schedule-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 175px 0;
    position: relative;
}

.schedule-title {
    margin: 0 0 50px;
}

.schedule-title h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
    color: #000;
    text-align: center;
}

.schedule-title span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

.schedule-text {
    margin: 0 0 56px;
}

.schedule-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    text-align: center;
}

.schedule-image {
    width: 100%;
    margin: 0 0 100px;
}

.schedule-image img {
    width: 100%;
}

.schedule-note {
    margin: 0 0 112px;
}

.schedule-note p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    text-align: center;
}

.schedule-table {
    margin: 0 0 200px;
    background: #fff;
    border-radius: 10px;
    padding: 60px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.schedule-table table {
    width: 100%;
}

.schedule-table table tr {
    border-bottom: 1px solid #000000;
}

.schedule-table table tr:last-child {
    border-bottom: none;
}

.schedule-table table tr td {
    padding: 20px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

.schedule-table table tr td:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #16773B;
}

.schedule-table table tr:first-child td {
    padding-top: 0;
}

.schedule-table table tr:last-child td {
    padding-bottom: 0;
}

.schedule-table table tr td a {
    display: flex;
    align-items: center;
    margin-left: 16px;
    transition: 0.3s;
}

.schedule-table table tr td a:hover {
    opacity: 0.7;
}

.schedule-table table tr td a p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #16773B;
    text-decoration: underline;
}

.schedule-table table tr td a::after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../assets/banner-bottom-button-after.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

.schedule-button h3 {
    font-weight: 700;
    font-size: 37px;
    line-height: 44px;
    color: #050505;
    text-align: center;
    margin: 0 0 50px;
}

.schedule-button ul {
    display: flex;
    justify-content: center;
    column-gap: 44px;
}

.schedule-button ul li {
    width: 384px;
    height: 150px;
}

.schedule-button ul li a {
    display: flex;
    align-items: center;
    column-gap: 50px;
    width: 384px;
    height: 150px;
    border-radius: 10px;
    padding: 30px 0 30px 60px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    text-decoration: none;
    transition: 0.3s;
}

.schedule-button ul li a:hover {
    opacity: 0.7;
}

.schedule-button ul li:first-child a {
    background: #E64141;
}

.schedule-button ul li:last-child a {
    background: #41ADE6;
}

.schedule-button ul li a p {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}

.schedule-button ul li a p span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 10px 0 0;
}

.schedule-button ul li a::after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../assets/sidebar-button-after.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

#instructor {
    background: url(../assets/instructor-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 132px 0 104px;
    position: relative;
}

.instructor-title {
    margin: 0 0 40px;
}

.instructor-title h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
    color: #000;
    text-align: center;
}

.instructor-title span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

ul.instructor-lists {
    display: flex;
    justify-content: space-between;
}

ul.instructor-lists li {
    width: 420px;
    background: #fff;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 10px;
    padding: 32px;
}

.instructor-list-info {
    display: flex;
    column-gap: 20px;
    margin: 0 0 20px;
}

.instructor-list-info img {
    width: 144px;
    flex-shrink: 0;
}

.instructor-list-info p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.instructor-list-info p span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #16773B;
    margin: 20px 0 0;
}

.instructor-list-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

#mentor {
    background: url(../assets/mentor-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0 160px;
    position: relative;
}

.mentor-title {
    margin: 0 0 50px;
}

.mentor-title h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
    color: #000;
    text-align: center;
}

.mentor-title span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

.mentor-text {
    margin: 0 0 72px;
}

.mentor-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    text-align: center;
}

ul.mentor-lists li {
    width: 100%;
    background: #fff;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 10px;
    padding: 32px;
    margin: 0 0 30px;
}

.mentor-list-info {
    display: flex;
    column-gap: 20px;
    margin: 0 0 20px;
}

.mentor-list-info img {
    width: 144px;
    flex-shrink: 0;
}

.mentor-list-info p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.mentor-list-info p span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #16773B;
    margin: 20px 0 0;
}

.mentor-list-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

#preassignment {
    background: url(../assets/pre-assignment-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 90px 0 105px;
    position: relative;
}

.preassignment-title {
    margin: 0 0 40px;
}

.preassignment-title h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
    color: #000;
    text-align: center;
}

.preassignment-title span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

.preassignment-image {
    display: block;
    width: 483px;
    margin: 0 auto 40px;
    transition: 0.3s;
}

.preassignment-image:hover {
    opacity: 0.7;
}

.preassignment-image img {
    width: 100%;
}

.preassignment-text {
    width: 640px;
    margin: 0 auto;
}

.preassignment-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    text-align: center;
}

#event {
    background: url(../assets/event-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 112px 0 160px;
    position: relative;
}

.event-title {
    margin: 0 0 45px;
}

.event-title h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
    color: #000;
    text-align: center;
}

.event-title span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

.event-comingsoon {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    padding: 87px;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #969696;
    text-align: center;
}

#contact {
    background: url(../assets/contact-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 126px 0;
    position: relative;
}

.contact-title {
    margin: 0 0 50px;
}

.contact-title h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
    color: #fff;
    text-align: center;
}

.contact-title span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.contact-text {
    margin: 0 0 50px;
}

.contact-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.contact-button a {
    display: block;
    width: 350px;
    text-decoration: none;
    margin: 0 auto;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    background: transparent;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    padding: 19px;
    transition: 0.3s;
    border-radius: 70px;
    text-align: center;
    border: 1px solid #FFFFFF;
}

.contact-button a:hover {
    background: #FFFFFF;
    color: #16773B;
}

#footer {
    background: #fff;
    padding: 72px 0 44px;
    position: relative;
}

.footer-text {
    margin: 0 0 30px;
}

.footer-text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: center;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 45px;
    column-gap: 20px;
}

.footer-logo img {
    width: 88px;
}

.footer-logo p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.footer-policy {
    margin: 0 0 64px;
}

.footer-policy a {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    transition: 0.3s;
}

.footer-policy a:hover {
    opacity: 0.7;
}

.footer-policy a p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #16773B;
    text-decoration: underline;
}

.footer-policy a::after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../assets/footer-policy-after.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

.footer-copyright p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: center;
}

.split-mobile {
    display: none;
}

.desktop-only {
    display: inline-block;
    line-height: 1px !important;
    height: 1px;
}

.mobile-only {
    display: none;
}

img.image-mobile {
    display: none;
}

@media (min-width: 1921px) {
    .tokowaka-container {
        width: 47.08vw;
    }

    .header {
        height: 4.69vw;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    }

    .header-container {
        padding: 0 1.67vw;
    }

    .navbar {
        height: 4.69vw;
    }

    .navbar-nav {
        column-gap: 2.08vw;
        padding-right: 0.83vw;
    }

    .navbar-nav li a {
        font-size: 1.04vw;
        line-height: 1.56vw;
    }

    .navbar-nav li a span {
        font-size: 0.63vw;
        line-height: 0.94vw;
    }

    .navbar-brand {
        width: 11.20vw;
    }

    #news {
        padding: 5.47vw 0 6.25vw;
    }

    .news-title {
        margin: 0 0 2.60vw;
    }

    .news-title h2 {
        font-size: 2.86vw;
        line-height: 4.17vw;
    }

    .news-title span {
        font-size: 0.83vw;
        line-height: 1.25vw;
    }

    ul.news-lists li {
        margin: 0 0 1.56vw;
        border-radius: 0.52vw;
        padding: 1.56vw;
        filter: drop-shadow(0 0 0.52vw rgba(0, 0, 0, 0.16));
    }

    .news-list-date {
        font-size: 0.83vw;
        line-height: 1.25vw;
    }

    .news-list-title {
        font-size: 0.83vw;
        line-height: 1.25vw;
        margin-left: 2.86vw;
    }

    .news-list-header::after {
        width: 0.9375vw;
        height: 0.46875vw;
    }

    ul.news-lists li.open .news-list-content {
        margin-top: 1.04vw;
        padding-top: 1.56vw;
        border-top: 0.05vw solid #000000;
    }

    .news-list-desc {
        margin: 0 0 1.04vw;
    }

    .news-list-desc p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    .news-list-button a {
        width: 18.23vw;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
        font-size: 0.83vw;
        line-height: 1.67vw;
        padding: 0.99vw;
        border-radius: 3.65vw;
    }

    #programs {
        padding: 6.25vw 0 12.50vw;
    }

    .programs-title {
        margin: 0 0 5.73vw;
    }

    .programs-title h2 {
        font-size: 2.86vw;
        line-height: 4.17vw;
    }

    .programs-title span {
        font-size: 0.83vw;
        line-height: 1.25vw;
    }

    .programs-subtitle {
        margin: 0 0 3.13vw;
    }

    .programs-subtitle p {
        font-size: 1.77vw;
        line-height: 3.13vw;
    }

    .programs-subtitle p span {
        font-size: 2.34vw;
        line-height: 3.13vw;
    }

    .programs-text {
        margin: 0 0 7.29vw;
    }

    .programs-text p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    .programs-lists-title {
        margin: 0 0 3.13vw;
    }

    .programs-lists-title h3 {
        font-size: 1.93vw;
        line-height: 3.13vw;
        margin: 0 0 1.25vw;
    }

    .programs-lists-title p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    ul.programs-lists li {
        border-radius: 0.52vw;
        padding: 1.04vw 1.56vw 1.56vw 2.60vw;
        margin: 0 0 1.56vw;
        filter: drop-shadow(0 0 0.52vw rgba(0, 0, 0, 0.16));
    }

    .programs-list-header {
        width: 47.08vw;
        margin: 0 -1.56vw 1.25vw -2.60vw;
        padding: 0.63vw 1.98vw;
        column-gap: 3.65vw;
    }

    .programs-list-header h4 {
        width: 17.50vw;
        font-size: 1.93vw;
        line-height: 2.29vw;
    }

    .programs-list-header p {
        font-size: 0.73vw;
        line-height: 1.25vw;
    }

    .programs-list-text {
        margin: 0 0 2.08vw;
    }

    .programs-list-text h5 {
        font-size: 1.04vw;
        line-height: 1.56vw;
        margin: 0 0 0.78vw;
    }

    .programs-list-text p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    .programs-list-quota {
        width: 10.68vw;
        height: 10.68vw;
        border-radius: 10.68vw;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
        top: 15.83vw;
        right: 5.31vw;
    }

    .programs-list-quota label {
        font-size: 1.04vw;
        line-height: 1.56vw;
    }

    .programs-list-quota p {
        font-size: 3.13vw;
        line-height: 3.13vw;
    }

    .programs-list-quota p span {
        font-size: 1.56vw;
        line-height: 3.13vw;
    }

    #schedule {
        padding: 9.11vw 0;
    }

    .schedule-title {
        margin: 0 0 2.60vw;
    }

    .schedule-title h2 {
        font-size: 2.86vw;
        line-height: 4.17vw;
    }

    .schedule-title span {
        font-size: 0.83vw;
        line-height: 1.25vw;
    }

    .schedule-text {
        margin: 0 0 2.92vw;
    }

    .schedule-text p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    .schedule-image {
        margin: 0 0 5.21vw;
    }

    .schedule-note {
        margin: 0 0 5.83vw;
    }

    .schedule-note p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    .schedule-table {
        margin: 0 0 10.42vw;
        border-radius: 0.52vw;
        padding: 3.13vw;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    }

    .schedule-table table tr {
        border-bottom: 0.05vw solid #000000;
    }

    .schedule-table table tr td {
        padding: 1.04vw 0;
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    .schedule-table table tr td:first-child {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    .schedule-table table tr td a {
        margin-left: 0.83vw;
    }

    .schedule-table table tr td a p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    .schedule-table table tr td a::after {
        width: 1.04vw;
        height: 1.04vw;
    }

    .schedule-button h3 {
        font-size: 1.93vw;
        line-height: 2.29vw;
        margin: 0 0 2.60vw;
    }

    .schedule-button ul {
        column-gap: 2.29vw;
    }

    .schedule-button ul li {
        width: 20.00vw;
        height: 7.81vw;
    }

    .schedule-button ul li a {
        column-gap: 2.60vw;
        width: 20.00vw;
        height: 7.81vw;
        border-radius: 0.52vw;
        padding: 1.56vw 0 1.56vw 3.13vw;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    }

    .schedule-button ul li a p {
        font-size: 1.25vw;
        line-height: 1.46vw;
    }

    .schedule-button ul li a p span {
        font-size: 0.73vw;
        line-height: 1.04vw;
        margin: 0.52vw 0 0;
    }

    .schedule-button ul li a::after {
        width: 1.56vw;
        height: 1.56vw;
    }

    #instructor {
        padding: 6.88vw 0 5.42vw;
    }

    .instructor-title {
        margin: 0 0 2.08vw;
    }

    .instructor-title h2 {
        font-size: 2.86vw;
        line-height: 4.17vw;
    }

    .instructor-title span {
        font-size: 0.83vw;
        line-height: 1.25vw;
    }

    ul.instructor-lists li {
        width: 21.88vw;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
        border-radius: 0.52vw;
        padding: 1.67vw;
    }

    .instructor-list-info {
        column-gap: 1.04vw;
        margin: 0 0 1.04vw;
    }

    .instructor-list-info img {
        width: 7.50vw;
    }

    .instructor-list-info p {
        font-size: 0.63vw;
        line-height: 1.04vw;
    }

    .instructor-list-info p span {
        font-size: 1.04vw;
        line-height: 1.56vw;
        margin: 1.04vw 0 0;
    }

    .instructor-list-desc p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    #mentor {
        padding: 4.17vw 0 8.33vw;
    }

    .mentor-title {
        margin: 0 0 2.60vw;
    }

    .mentor-title h2 {
        font-size: 2.86vw;
        line-height: 4.17vw;
    }

    .mentor-title span {
        font-size: 0.83vw;
        line-height: 1.25vw;
    }

    .mentor-text {
        margin: 0 0 3.75vw;
    }

    .mentor-text p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    ul.mentor-lists li {
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
        border-radius: 0.52vw;
        padding: 1.67vw;
        margin: 0 0 1.56vw;
    }

    .mentor-list-info {
        column-gap: 1.04vw;
        margin: 0 0 1.04vw;
    }

    .mentor-list-info img {
        width: 7.50vw;
    }

    .mentor-list-info p {
        font-size: 0.63vw;
        line-height: 1.04vw;
    }

    .mentor-list-info p span {
        font-size: 1.04vw;
        line-height: 1.56vw;
        margin: 1.04vw 0 0;
    }

    .mentor-list-desc p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    #preassignment {
        padding: 4.69vw 0 5.47vw;
    }

    .preassignment-title {
        margin: 0 0 2.08vw;
    }

    .preassignment-title h2 {
        font-size: 2.86vw;
        line-height: 4.17vw;
    }

    .preassignment-title span {
        font-size: 0.83vw;
        line-height: 1.25vw;
    }

    .preassignment-image {
        width: 25.16vw;
        margin: 0 auto 2.08vw;
    }

    .preassignment-text {
        width: 33.33vw;
    }

    .preassignment-text p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    #event {
        padding: 5.83vw 0 8.33vw;
    }

    .event-title {
        margin: 0 0 2.34vw;
    }

    .event-title h2 {
        font-size: 2.86vw;
        line-height: 4.17vw;
    }

    .event-title span {
        font-size: 0.83vw;
        line-height: 1.25vw;
    }

    .event-comingsoon {
        border-radius: 0.52vw;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
        padding: 4.53vw;
        font-size: 1.25vw;
        line-height: 1.88vw;
    }

    #contact {
        padding: 6.56vw 0;
    }

    .contact-title {
        margin: 0 0 2.60vw;
    }

    .contact-title h2 {
        font-size: 2.86vw;
        line-height: 4.17vw;
    }

    .contact-title span {
        font-size: 0.83vw;
        line-height: 1.25vw;
    }

    .contact-text {
        margin: 0 0 2.60vw;
    }

    .contact-text p {
        font-size: 0.83vw;
        line-height: 1.67vw;
    }

    .contact-button a {
        width: 18.23vw;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
        font-size: 0.83vw;
        line-height: 1.67vw;
        padding: 0.99vw;
        border-radius: 3.65vw;
        border: 0.05vw solid #FFFFFF;
    }

    #footer {
        padding: 3.75vw 0 2.29vw;
    }

    .footer-text {
        margin: 0 0 1.56vw;
    }

    .footer-text p {
        font-size: 0.63vw;
        line-height: 0.94vw;
    }

    .footer-logo {
        margin: 0 0 2.34vw;
        column-gap: 1.04vw;
    }

    .footer-logo img {
        width: 4.58vw;
    }

    .footer-logo p {
        font-size: 0.73vw;
        line-height: 1.04vw;
    }

    .footer-policy {
        margin: 0 0 3.33vw;
    }

    .footer-policy a {
        column-gap: 0.21vw;
    }

    .footer-policy a p {
        font-size: 0.73vw;
        line-height: 1.04vw;
    }

    .footer-policy a::after {
        width: 1.56vw;
        height: 1.56vw;
    }

    .footer-copyright p {
        font-size: 0.63vw;
        line-height: 0.94vw;
    }

}

@media (max-width: 1439px) and (min-width: 640px) {
    .header {
        height: 6.25vw;
    }

    .header-container {
        padding: 0 2.22vw;
    }

    .navbar {
        height: 6.25vw;
    }

    .navbar-nav {
        column-gap: 2.78vw;
        padding-right: 1.11vw;
    }

    .navbar-nav li a {
        font-size: 1.39vw;
        line-height: 2.08vw;
    }

    .navbar-nav li a span {
        font-size: 0.83vw;
        line-height: 1.25vw;
    }

    .navbar-brand {
        width: 14.93vw;
    }

}

@media (max-width: 1023px) and (min-width: 640px) {
    .tokowaka-container {
        width: 88.28125vw;
    }

    #news {
        padding: 10.25vw 0 11.72vw;
    }

    .news-title {
        margin: 0 0 4.88vw;
    }

    .news-title h2 {
        font-size: 5.37vw;
        line-height: 7.81vw;
    }

    .news-title span {
        font-size: 1.56vw;
        line-height: 2.34vw;
    }

    ul.news-lists li {
        margin: 0 0 2.93vw;
        border-radius: 0.98vw;
        padding: 2.93vw;
        filter: drop-shadow(0 0 0.98vw rgba(0, 0, 0, 0.16));
    }

    .news-list-date {
        font-size: 1.56vw;
        line-height: 2.34vw;
    }

    .news-list-title {
        font-size: 1.56vw;
        line-height: 2.34vw;
        margin-left: 5.37vw;
    }

    .news-list-header::after {
        width: 1.76vw;
        height: 0.88vw;
    }

    ul.news-lists li.open .news-list-content {
        margin-top: 1.95vw;
        padding-top: 2.93vw;
        border-top: 0.1vw solid #000000;
    }

    .news-list-desc {
        margin: 0 0 1.95vw;
    }

    .news-list-desc p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    .news-list-button a {
        width: 34.18vw;
        filter: drop-shadow(0 0.29vw 0.59vw rgba(0, 0, 0, 0.16));
        font-size: 1.56vw;
        line-height: 3.12vw;
        padding: 1.85vw;
        border-radius: 6.84vw;
    }

    #programs {
        padding: 11.72vw 0 23.44vw;
    }

    .programs-title {
        margin: 0 0 10.74vw;
    }

    .programs-title h2 {
        font-size: 5.37vw;
        line-height: 7.81vw;
    }

    .programs-title span {
        font-size: 1.56vw;
        line-height: 2.34vw;
    }

    .programs-subtitle {
        margin: 0 0 5.86vw;
    }

    .programs-subtitle p {
        font-size: 3.32vw;
        line-height: 5.86vw;
    }

    .programs-subtitle p span {
        font-size: 4.39vw;
        line-height: 5.86vw;
    }

    .programs-text {
        margin: 0 0 13.67vw;
    }

    .programs-text p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    .programs-lists-title {
        margin: 0 0 5.86vw;
    }

    .programs-lists-title h3 {
        font-size: 3.62vw;
        line-height: 5.86vw;
        margin: 0 0 2.34vw;
    }

    .programs-lists-title p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    ul.programs-lists li {
        border-radius: 0.98vw;
        padding: 1.95vw 2.93vw 2.93vw 4.88vw;
        margin: 0 0 2.93vw;
        filter: drop-shadow(0 0 0.98vw rgba(0, 0, 0, 0.16));
    }

    .programs-list-header {
        width: 88.28vw;
        margin: 0 -2.93vw 2.34vw -4.88vw;
        padding: 1.17vw 3.71vw;
        column-gap: 6.84vw;
    }

    .programs-list-header h4 {
        width: 32.81vw;
        font-size: 3.62vw;
        line-height: 4.3vw;
    }

    .programs-list-header p {
        font-size: 1.37vw;
        line-height: 2.34vw;
    }

    .programs-list-text {
        margin: 0 0 3.91vw;
    }

    .programs-list-text h5 {
        font-size: 1.95vw;
        line-height: 2.93vw;
        margin: 0 0 1.46vw;
    }

    .programs-list-text p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    .programs-list-quota {
        width: 20.02vw;
        height: 20.02vw;
        border-radius: 20.02vw;
        filter: drop-shadow(0 0.29vw 0.59vw rgba(0, 0, 0, 0.16));
        top: 29.69vw;
        right: 9.96vw;
    }

    .programs-list-quota label {
        font-size: 1.95vw;
        line-height: 2.93vw;
    }

    .programs-list-quota p {
        font-size: 5.86vw;
        line-height: 5.86vw;
    }

    .programs-list-quota p span {
        font-size: 2.93vw;
        line-height: 5.86vw;
    }

    #schedule {
        padding: 17.09vw 0;
    }

    .schedule-title {
        margin: 0 0 4.88vw;
    }

    .schedule-title h2 {
        font-size: 5.37vw;
        line-height: 7.81vw;
    }

    .schedule-title span {
        font-size: 1.56vw;
        line-height: 2.34vw;
    }

    .schedule-text {
        margin: 0 0 5.47vw;
    }

    .schedule-text p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    .schedule-image {
        margin: 0 0 9.77vw;
    }

    .schedule-note {
        margin: 0 0 10.94vw;
    }

    .schedule-note p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    .schedule-table {
        margin: 0 0 19.53vw;
        border-radius: 0.98vw;
        padding: 5.86vw;
        filter: drop-shadow(0 0.29vw 0.59vw rgba(0, 0, 0, 0.16));
    }

    .schedule-table table tr {
        border-bottom: 0.1vw solid #000000;
    }

    .schedule-table table tr td {
        padding: 1.95vw 0;
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    .schedule-table table tr td:first-child {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    .schedule-table table tr td a {
        margin-left: 1.56vw;
    }

    .schedule-table table tr td a p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    .schedule-table table tr td a::after {
        width: 1.95vw;
        height: 1.95vw;
    }

    .schedule-button h3 {
        font-size: 3.62vw;
        line-height: 4.3vw;
        margin: 0 0 4.88vw;
    }

    .schedule-button ul {
        column-gap: 4.3vw;
    }

    .schedule-button ul li {
        width: 37.5vw;
        height: 14.65vw;
    }

    .schedule-button ul li a {
        column-gap: 4.88vw;
        width: 37.5vw;
        height: 14.65vw;
        border-radius: 0.98vw;
        padding: 2.93vw 0 2.93vw 5.86vw;
        filter: drop-shadow(0 0.29vw 0.59vw rgba(0, 0, 0, 0.16));
    }

    .schedule-button ul li a p {
        font-size: 2.34vw;
        line-height: 2.73vw;
    }

    .schedule-button ul li a p span {
        font-size: 1.37vw;
        line-height: 1.95vw;
        margin: 0.98vw 0 0;
    }

    .schedule-button ul li a::after {
        width: 2.93vw;
        height: 2.93vw;
    }

    #instructor {
        padding: 12.89vw 0 10.16vw;
    }

    .instructor-title {
        margin: 0 0 3.91vw;
    }

    .instructor-title h2 {
        font-size: 5.37vw;
        line-height: 7.81vw;
    }

    .instructor-title span {
        font-size: 1.56vw;
        line-height: 2.34vw;
    }

    ul.instructor-lists li {
        width: 41.02vw;
        filter: drop-shadow(0 0.29vw 0.59vw rgba(0, 0, 0, 0.16));
        border-radius: 0.98vw;
        padding: 3.12vw;
    }

    .instructor-list-info {
        column-gap: 1.95vw;
        margin: 0 0 1.95vw;
    }

    .instructor-list-info img {
        width: 14.06vw;
    }

    .instructor-list-info p {
        font-size: 1.17vw;
        line-height: 1.95vw;
    }

    .instructor-list-info p span {
        font-size: 1.95vw;
        line-height: 2.93vw;
        margin: 1.95vw 0 0;
    }

    .instructor-list-desc p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    #mentor {
        padding: 7.81vw 0 15.63vw;
    }

    .mentor-title {
        margin: 0 0 4.88vw;
    }

    .mentor-title h2 {
        font-size: 5.37vw;
        line-height: 7.81vw;
    }

    .mentor-title span {
        font-size: 1.56vw;
        line-height: 2.34vw;
    }

    .mentor-text {
        margin: 0 0 7.03vw;
    }

    .mentor-text p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    ul.mentor-lists li {
        filter: drop-shadow(0 0.29vw 0.59vw rgba(0, 0, 0, 0.16));
        border-radius: 0.98vw;
        padding: 3.12vw;
        margin: 0 0 2.93vw;
    }

    .mentor-list-info {
        column-gap: 1.95vw;
        margin: 0 0 1.95vw;
    }

    .mentor-list-info img {
        width: 14.06vw;
    }

    .mentor-list-info p {
        font-size: 1.17vw;
        line-height: 1.95vw;
    }

    .mentor-list-info p span {
        font-size: 1.95vw;
        line-height: 2.93vw;
        margin: 1.95vw 0 0;
    }

    .mentor-list-desc p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    #preassignment {
        padding: 8.79vw 0 10.25vw;
    }

    .preassignment-title {
        margin: 0 0 3.91vw;
    }

    .preassignment-title h2 {
        font-size: 5.37vw;
        line-height: 7.81vw;
    }

    .preassignment-title span {
        font-size: 1.56vw;
        line-height: 2.34vw;
    }

    .preassignment-image {
        width: 47.17vw;
        margin: 0 auto 3.91vw;
    }

    .preassignment-text {
        width: 62.5vw;
    }

    .preassignment-text p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    #event {
        padding: 10.94vw 0 15.63vw;
    }

    .event-title {
        margin: 0 0 4.39vw;
    }

    .event-title h2 {
        font-size: 5.37vw;
        line-height: 7.81vw;
    }

    .event-title span {
        font-size: 1.56vw;
        line-height: 2.34vw;
    }

    .event-comingsoon {
        border-radius: 0.98vw;
        filter: drop-shadow(0 0.29vw 0.59vw rgba(0, 0, 0, 0.16));
        padding: 8.49vw;
        font-size: 2.34vw;
        line-height: 3.52vw;
    }

    #contact {
        padding: 12.3vw 0;
    }

    .contact-title {
        margin: 0 0 4.88vw;
    }

    .contact-title h2 {
        font-size: 5.37vw;
        line-height: 7.81vw;
    }

    .contact-title span {
        font-size: 1.56vw;
        line-height: 2.34vw;
    }

    .contact-text {
        margin: 0 0 4.88vw;
    }

    .contact-text p {
        font-size: 1.56vw;
        line-height: 3.12vw;
    }

    .contact-button a {
        width: 34.18vw;
        filter: drop-shadow(0 0.29vw 0.59vw rgba(0, 0, 0, 0.16));
        font-size: 1.56vw;
        line-height: 3.12vw;
        padding: 1.85vw;
        border-radius: 6.84vw;
        border: 0.1vw solid #FFFFFF;
    }

    #footer {
        padding: 7.03vw 0 4.3vw;
    }

    .footer-text {
        margin: 0 0 2.93vw;
    }

    .footer-text p {
        font-size: 1.17vw;
        line-height: 1.76vw;
    }

    .footer-logo {
        margin: 0 0 4.39vw;
        column-gap: 1.95vw;
    }

    .footer-logo img {
        width: 8.59vw;
    }

    .footer-logo p {
        font-size: 1.37vw;
        line-height: 1.95vw;
    }

    .footer-policy {
        margin: 0 0 6.25vw;
    }

    .footer-policy a {
        column-gap: 0.39vw;
    }

    .footer-policy a p {
        font-size: 1.37vw;
        line-height: 1.95vw;
    }

    .footer-policy a::after {
        width: 2.93vw;
        height: 2.93vw;
    }

    .footer-copyright p {
        font-size: 1.17vw;
        line-height: 1.76vw;
    }





    
}

@media (max-width: 639px) {
    .tokowaka-container {
        width: 84vw;
    }

    .header {
        height: 16vw;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
    }
    
    .header-container {
        width: 100vw;
        padding: 0 4vw 0 8vw;
    }
    
    .navbar {
        height: 16vw;
    }
        
    .navbar-collapse {
        width: 100vw;
        height: calc(100vh - 16vw);
        background: #fff;
        margin: 0 -8vw;
        padding: 8vw;
        position: absolute;
        top: 16vw;
        overflow-y: scroll;
    }
    
    .navbar-nav li {
        margin: 0 0 10.67vw;
    }

    .navbar-nav li:last-child {
        margin: 0;
    }

    .navbar-nav li a {
        font-size: 5.33vw;
        line-height: 8vw;
    }

    .navbar-nav li a span {
        font-size: 3.2vw;
        line-height: 4.8vw;
    }
        
    .navbar-brand {
        width: 31.2vw;
    }

    main {
        padding-top: 16vw;
    }

    #banner {
        background: url(../assets/banner-bg-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 23.2vw 0 0;
        height: 374.4vw;
    }

    .banner-logo {
        width: 71.2vw;
        margin: 0 auto 15.2vw;
        padding: 0;
    }

    .banner-text {
        width: 84vw;
        padding: 0;
        margin: 0 auto 162vw;
    }

    .banner-text p {
        font-size: 4.27vw;
        line-height: 8.53vw;
        text-align: center;
    }

    .banner-info {
        width: 84vw;
        margin: 0 auto 9.6vw;
        padding: 0;
    }

    .banner-info-row {
        display: flex;
        column-gap: 4vw;
        margin: 0 0 2.8vw;
        align-items: end;
    }

    .banner-info-row:first-child {
        margin: 0;
    }

    .banner-info-row:last-child {
        margin: 0;
        align-items: center;
    }

    .banner-info-label {
        width: 34.4vw;
        font-size: 3.73vw;
        line-height: 5.33vw;
        height: 20.8vw;
        padding: 7.73vw;
        flex-shrink: 0;
    }

    .banner-info-row:first-child .banner-info-label,
    .banner-info-row:last-child .banner-info-label {
        height: 8vw;
        padding: 1.33vw;
    }

    .banner-info-text {
        font-size: 3.73vw;
        line-height: 5.33vw;
    }

    .banner-info-text span {
        font-size: 4.8vw;
        line-height: 5.33vw;
    }

    .banner-info-row:first-child .banner-info-text {
        font-size: 9.07vw;
        line-height: 13.33vw;
    }

    .banner-info-row:first-child .banner-info-text span {
        font-size: 4.53vw;
        line-height: 13.33vw;
    }

    .text-unit-mobile {
        font-size: 2.4vw;
        line-height: 5.33vw;
    }

    .banner-button {
        display: block;
        margin: 0 0 11.2vw;
        padding: 0;
    }

    .banner-button a {
        width: 76.8vw;
        height: 18.4vw;
        border-radius: 18.4vw;
        font-size: 4.27vw;
        line-height: 18.4vw;
        padding: 0;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
        margin: 0 auto;
    }

    .banner-button a:hover {
        opacity: 0.7;
    }

    .banner-button a:first-child {
        margin-bottom: 4vw;
    }

    .banner-bottom {
        position: absolute;
        left: 0;
        top: 208vw;
        width: 96vw;
        border-radius: 0 2.67vw 2.67vw 0;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
        padding: 8vw 0 8vw 8vw;
    }

    .banner-bottom-title {
        margin: 0 0 4vw;
    }

    .banner-bottom-title h3 {
        font-size: 5.33vw;
        line-height: 8vw;
    }

    ul.banner-bottom-lists {
        display: block;
    }

    ul.banner-bottom-lists li {
        width: 100%;
        column-gap: 2vw;
        margin: 0 0 2vw;
    }

    ul.banner-bottom-lists li:last-child {
        margin: 0;
    }

    .banner-bottom-list-label {
        width: 22.4vw;
        font-size: 3.73vw;
        line-height: 7.2vw;
    }

    .banner-bottom-list-text {
        font-size: 3.73vw;
        line-height: 5.33vw;
    }

    .banner-bottom-list-text a p {
        font-size: 3.73vw;
        line-height: 5.33vw;
    }

    .banner-bottom-list-text a::after {
        width: 5.33vw;
        height: 5.33vw;
    }

    #sidebar {
        top: auto;
        transform: translate(0, 0);
        bottom: 8vw;
    }

    ul.sidebar-list li {
        width: 42.4vw;
        height: 22.4vw;
        margin: 0 0 4.8vw;
    }

    ul.sidebar-list li a {
        column-gap: 1.2vw;
        width: 42.4vw;
        height: 22.4vw;
        border-radius: 2.67vw 0 0 2.67vw;
        padding: 4.8vw 0 4.8vw 4vw;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
    }

    ul.sidebar-list li a p {
        font-size: 2.93vw;
        line-height: 4vw;
    }

    ul.sidebar-list li a p span {
        font-size: 2.67vw;
        line-height: 4vw;
        margin: 0.53vw 0 0;
    }

    ul.sidebar-list li a::after {
        width: 3.3vw;
        height: 3.3vw;
    }

    #news {
        background: url(../assets/news-bg-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 18.4vw 0;
    }

    .news-title {
        margin: 0 0 8vw;
    }

    .news-title h2 {
        font-size: 9.33vw;
        line-height: 13.6vw;
    }

    .news-title span {
        font-size: 2.67vw;
        line-height: 4vw;
    }

    ul.news-lists li {
        width: 100%;
        margin: 0 0 8vw;
        border-radius: 2.67vw;
        padding: 8vw 4.8vw;
        filter: drop-shadow(0 0 2.67vw rgba(0, 0, 0, 0.16));
    }

    .news-list-header {
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 5.6vw;
        row-gap: 2.67vw;
    }

    .news-list-date {
        display: block;
        width: 100%;
        font-size: 4.27vw;
        line-height: 6.4vw;
        margin: 0 0 2.67vw;
    }

    .news-list-title {
        width: 61.6vw;
        font-size: 4.27vw;
        line-height: 8vw;
        margin-left: 0;
    }

    .news-list-header::after {
        margin-left: 0;
        width: 4.8vw;
        height: 2.4vw;
    }

    ul.news-lists li.open .news-list-content {
        margin-top: 2.67vw;
        padding-top: 5.6vw;
        border-top: 0.27vw solid #000000;
    }

    .news-list-desc {
        margin: 0 0 4.8vw;
    }

    .news-list-desc p {
        font-size: 4.27vw;
        line-height: 8.53vw;
    }

    .news-list-button a {
        width: 100%;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
        font-size: 4.27vw;
        line-height: 6.4vw;
        padding: 4.4vw;
        border-radius: 15.2vw;
    }

    #programs {
        background: url(../assets/programs-bg-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 16.8vw 0;
    }

    .programs-title {
        margin: 0 0 10.4vw;
    }

    .programs-title h2 {
        font-size: 9.33vw;
        line-height: 13.6vw;
    }

    .programs-title span {
        font-size: 2.67vw;
        line-height: 4vw;
    }

    .programs-subtitle {
        margin: 0 0 9.6vw;
    }

    .programs-subtitle p {
        font-size: 5.6vw;
        line-height: 10.67vw;
    }

    .programs-subtitle p span {
        font-size: 7.47vw;
        line-height: 10.67vw;
    }

    .programs-text {
        margin: 0 0 13.6vw;
    }

    .programs-text p {
        font-size: 4.27vw;
        line-height: 8.53vw;
        text-align: left;
    }

    .programs-lists-title {
        margin: 0 0 13.6vw;
    }

    .programs-lists-title h3 {
        font-size: 7.47vw;
        line-height: 12vw;
        margin: 0 0 9.6vw;
    }

    .programs-lists-title p {
        font-size: 4.27vw;
        line-height: 8.53vw;
        text-align: left;
    }

    ul.programs-lists li {
        border-radius: 2.67vw;
        padding: 5.6vw 6.4vw 12vw;
        margin: 0 0 8vw;
        filter: drop-shadow(0 0 2.67vw rgba(0, 0, 0, 0.16));
    }

    .programs-list-header {
        width: 84vw;
        height: 51.2vw;
        margin: 0 -6.4vw 6.4vw;
        padding: 5.6vw 6.4vw 0;
        display: block;
    }

    ul.programs-lists li:last-child .programs-list-header {
        padding: 3.2vw 6.4vw 0;
    }

    .programs-list-header h4 {
        width: 100%;
        font-size: 7.73vw;
        line-height: 9.07vw;
        margin: 0 0 4vw;
    }

    .programs-list-header p {
        font-size: 3.73vw;
        line-height: 6.4vw;
    }

    .programs-list-text {
        margin: 0 0 8vw;
    }

    .programs-list-text h5 {
        font-size: 5.33vw;
        line-height: 8vw;
        margin: 0 0 4vw;
    }

    .programs-list-text p {
        font-size: 4.27vw;
        line-height: 8.53vw;
    }

    .programs-list-quota {
        position: relative;
        width: 54.4vw;
        height: 54.4vw;
        border-radius: 54.4vw;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
        margin: 0 auto 8vw;
        top: 0;
        left: 0;
        right: 0;
    }

    .programs-list-quota label {
        font-size: 5.33vw;
        line-height: 8vw;
    }

    .programs-list-quota p {
        font-size: 16vw;
        line-height: 16vw;
    }

    .programs-list-quota p span {
        font-size: 8vw;
        line-height: 16vw;
    }

    #schedule {
        background: url(../assets/schedule-bg-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 14.4vw 0 19.2vw;
    }

    .schedule-title {
        margin: 0 0 11.2vw;
    }

    .schedule-title h2 {
        font-size: 9.33vw;
        line-height: 13.6vw;
    }

    .schedule-title span {
        font-size: 2.67vw;
        line-height: 4vw;
    }

    .schedule-text {
        margin: 0 0 11.2vw;
    }

    .schedule-text p {
        font-size: 4.27vw;
        line-height: 8.53vw;
        text-align: left;
    }

    .schedule-image {
        width: 100%;
        margin: 0 0 18.4vw;
    }

    .schedule-note {
        margin: 0 0 8vw;
    }

    .schedule-note p {
        font-size: 4.27vw;
        line-height: 8.53vw;
        text-align: left;
    }

    .schedule-table {
        margin: 0 0 12.8vw;
        border-radius: 2.67vw;
        padding: 8vw 7.2vw;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
    }

    .schedule-table table {
        display: block;
    }

    .schedule-table table tbody {
        display: block;
    }

    .schedule-table table tr {
        display: block;
        border-bottom: 0.27vw solid #000000;
        margin: 0 0 2.67vw;
    }

    .schedule-table table tr:last-child {
        border-bottom: none;
        margin: 0;
    }

    .schedule-table table tr td {
        display: block;
        padding: 0;
        font-size: 4.27vw;
        line-height: 8.53vw;
    }

    .schedule-table table tr td:first-child {
        font-size: 4.27vw;
        line-height: 8.53vw;
    }

    .schedule-table table tr td a {
        margin-left: 0;
    }

    .schedule-table table tr td a p {
        font-size: 4.27vw;
        line-height: 8.53vw;
    }

    .schedule-table table tr td a::after {
        width: 5.33vw;
        height: 5.33vw;
    }

    .schedule-button h3 {
        font-size: 6.93vw;
        line-height: 8.27vw;
        margin: 0 0 5.6vw;
    }

    .schedule-button ul {
        display: block;
    }

    .schedule-button ul li {
        width: 100%;
        height: 32.8vw;
        margin: 0 0 6.4vw;
    }

    .schedule-button ul li:last-child {
        margin: 0;
    }

    .schedule-button ul li a {
        column-gap: 12.8vw;
        width: 100%;
        height: 32.8vw;
        border-radius: 2.67vw;
        padding: 6.4vw 0 6.4vw 13.6vw;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
    }

    .schedule-button ul li a p {
        font-size: 5.07vw;
        line-height: 5.87vw;
    }

    .schedule-button ul li a p span {
        font-size: 3.73vw;
        line-height: 5.33vw;
        margin: 2vw 0 0;
    }

    .schedule-button ul li a::after {
        width: 6.4vw;
        height: 6.4vw;
    }

    #instructor {
        background: url(../assets/instructor-bg-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 13.6vw 0 20.8vw;
    }

    .instructor-title {
        margin: 0 0 10.4vw;
    }

    .instructor-title h2 {
        font-size: 9.33vw;
        line-height: 13.6vw;
    }

    .instructor-title span {
        font-size: 2.67vw;
        line-height: 4vw;
    }

    ul.instructor-lists {
        display: block;
    }

    ul.instructor-lists li {
        width: 100%;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
        border-radius: 2.67vw;
        padding: 5.33vw;
        margin: 0 0 8vw;
    }

    ul.instructor-lists li:last-child {
        margin: 0;
    }

    .instructor-list-info {
        column-gap: 5.33vw;
        margin: 0 0 4.8vw;
    }

    .instructor-list-info img {
        width: 26.4vw;
        padding-top: 2.4vw;
    }

    .instructor-list-info p {
        width: 36vw;
        position: relative;
        font-size: 3.2vw;
        line-height: 5.33vw;
    }

    .instructor-list-info p span {
        width: 100%;
        font-size: 5.33vw;
        line-height: 8vw;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 2.4vw;
    }

    .instructor-list-desc p {
        font-size: 4.27vw;
        line-height: 8.53vw;
    }

    #mentor {
        background: url(../assets/mentor-bg-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 13.6vw 0 16vw;
    }

    .mentor-title {
        margin: 0 0 10.4vw;
    }

    .mentor-title h2 {
        font-size: 9.33vw;
        line-height: 13.6vw;
    }

    .mentor-title span {
        font-size: 2.67vw;
        line-height: 4vw;
    }

    .mentor-text {
        margin: 0 0 13.6vw;
    }

    .mentor-text p {
        font-size: 4.27vw;
        line-height: 8.53vw;
        text-align: left;
    }

    ul.mentor-lists li {
        width: 100%;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
        border-radius: 2.67vw;
        padding: 5.33vw;
        margin: 0 0 8vw;
    }

    ul.mentor-lists li:last-child {
        margin: 0;
    }

    .mentor-list-info {
        column-gap: 5.33vw;
        margin: 0 0 4.8vw;
        justify-content: start;
    }

    .mentor-list-info img {
        width: 26.4vw;
        padding-top: 2.4vw;
    }

    .mentor-list-info p {
        width: 40vw;
        position: relative;
        font-size: 3.2vw;
        line-height: 5.33vw;
    }

    .mentor-list-info p span {
        width: 100%;
        font-size: 5.33vw;
        line-height: 8vw;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 2.4vw;
    }

    ul.mentor-lists li:last-child .mentor-list-info {
        align-items: flex-start;
    }

    ul.mentor-lists li:last-child .mentor-list-info p span {
        position: static;
        margin: 2vw 0 0;
    }

    .mentor-list-desc p {
        font-size: 4.27vw;
        line-height: 8.53vw;
    }

    #preassignment {
        background: url(../assets/pre-assignment-bg-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 12.8vw 0 16vw;
    }

    .preassignment-title {
        margin: 0 0 8.8vw;
    }

    .preassignment-title h2 {
        font-size: 9.33vw;
        line-height: 13.6vw;
    }

    .preassignment-title span {
        font-size: 2.67vw;
        line-height: 4vw;
    }

    .preassignment-image {
        width: 100%;
        margin: 0 auto 8.8vw;
    }

    .preassignment-text {
        width: 100%;
    }

    .preassignment-text p {
        font-size: 4.27vw;
        line-height: 8.53vw;
        text-align: left;
    }

    #event {
        background: url(../assets/event-bg-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 11.2vw 0 16vw;
    }

    .event-title {
        margin: 0 0 5.6vw;
    }

    .event-title h2 {
        font-size: 9.33vw;
        line-height: 13.6vw;
    }

    .event-title span {
        font-size: 2.67vw;
        line-height: 4vw;
    }

    .event-comingsoon {
        width: 100%;
        border-radius: 2.67vw;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
        padding: 15.2vw;
        font-size: 6.4vw;
        line-height: 9.6vw;
    }

    #contact {
        background: url(../assets/contact-bg-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 20vw 0;
    }

    .contact-title {
        margin: 0 0 11.2vw;
    }

    .contact-title h2 {
        font-size: 9.33vw;
        line-height: 13.6vw;
    }

    .contact-title span {
        font-size: 2.67vw;
        line-height: 4vw;
    }

    .contact-text {
        margin: 0 0 11.2vw;
    }

    .contact-text p {
        font-size: 4.27vw;
        line-height: 8.53vw;
        text-align: left;
    }

    .contact-button a {
        width: 100%;
        filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
        font-size: 4.27vw;
        line-height: 18.4vw;
        padding: 0;
        border-radius: 18.4vw;
        border: 0.27vw solid #FFFFFF;
    }

    #footer {
        padding: 12.8vw 0 6.4vw;
    }

    .footer-text {
        margin: 0 0 9.6vw;
    }

    .footer-text p {
        font-size: 3.2vw;
        line-height: 6.4vw;
        text-align: left;
    }

    .footer-logo {
        display: block;
        margin: 0 0 8vw;
    }

    .footer-logo img {
        width: 23.6vw;
        margin: 0 auto 2.8vw;
    }

    .footer-logo p {
        font-size: 3.2vw;
        line-height: 4.8vw;
        text-align: center;
    }

    .footer-policy {
        margin: 0 0 14.4vw;
    }

    .footer-policy a {
        column-gap: 1.2vw;
    }

    .footer-policy a p {
        font-size: 3.73vw;
        line-height: 5.33vw;
    }

    .footer-policy a::after {
        width: 8vw;
        height: 8vw;
    }

    .footer-copyright p {
        font-size: 3.2vw;
        line-height: 4.8vw;
    }

    .split-mobile {
        display: block;
    }

    .split-desktop {
        display: none;
    }

    .mobile-only {
        display: inline-block;
        line-height: 1px !important;
        height: 1px;
        width: 3.2vw;
    }

    .desktop-only {
        display: none;
    }
    
}