@charset "UTF-8";
@media screen and (min-width: 961px) {
  * {
    margin: 0;
    padding: 0;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .wp-block-group {
    margin: 0;
  }
  .container {
    padding: 0 0 50px 0;
  }
  h2 {
    font-size: 28px;
    margin: 50px auto 0 auto;
    width: 960px;
    max-width: 100%;
    line-height: 2;
    text-align: center;
    z-index: 10;
    background: repeating-linear-gradient(transparent 0%, transparent 50%, #0acefa83 50%, #0acefa83 75%, transparent 75%, transparent 100%);
  }
}

@media screen and (min-width: 961px) and (max-width: 980px) {
  h2 {
    width: 920px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  span.marker {
    background: repeating-linear-gradient(transparent 0%, transparent 50%, #0acefa83 50%, #0acefa83 90%, transparent 90%, transparent 100%);
  }
  .p {
    width: 960px;
    max-width: 100%;
    font-size: 22px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) and (max-width: 980px) {
  .p {
    width: 920px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .btn {
    width: 960px;
    max-width: 100%;
    font-size: 24px;
    margin: 50px auto 0 auto;
    text-align: center;
    border: solid 3px #0ACFFA;
    border-radius: 10px;
  }
}

@media screen and (min-width: 961px) and (max-width: 980px) {
  .btn {
    width: 920px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .btn.bottom_banner {
    margin-top: 30px;
  }
  .btn a {
    color: #0ACFFA;
    font-weight: bold;
    display: block;
    padding: 12px 0;
    position: relative;
  }
  .btn a:after {
    content: '→';
    display: block;
    font-size: 50px;
    position: absolute;
    top: 50%;
    right: 5%;
    line-height: 1;
    transform: translateY(-50%);
  }
  .wp-block-group.top-img {
    background-image: url(../img/key-img.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
  }
  .wp-block-group.top-img__text {
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.616);
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 100%;
    padding: 50px 0;
  }
  .wp-block-group.top-img__text p {
    padding: 0 0 0 10px;
    font-weight: bold;
  }
  .wp-block-group.top-img__text h1 {
    padding: 0 0 0 10px;
    font-size: 50px;
  }
  .wp-block-group.banner {
    margin: 50px 0 0 0;
    text-align: center;
  }
  .wp-block-group.banner figure {
    margin: 0;
    line-height: 0;
  }
  .wp-block-group.banner figure img {
    max-width: 100%;
  }
  .wp-block-group.banner figure a {
    line-height: 0;
  }
  .wp-block-group.banner_block {
    width: 700px;
    margin: 50px auto 0 auto;
    max-width: 100%;
  }
  .wp-block-group.banner_block .wp-block-group__inner-container {
    display: grid;
    grid-template-rows: max-content;
    grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    gap: 30px 30px;
    justify-content: center;
  }
  .wp-block-group.banner_block .wp-block-group__inner-container p {
    grid-column: 1/3;
  }
  .wp-block-group.banner_block figure {
    margin: 0;
    line-height: 0;
  }
  .wp-block-group.banner_text {
    width: 700px;
    margin: 20px auto 0 auto;
    max-width: 100%;
  }
  .wp-block-group.banner_text .wp-block-group__inner-container {
    margin: 0 30px;
  }
  .wp-block-group.background-pattern1 {
    background-image: url(../img/online/pattern1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #0ACFFA;
    background-position-y: center;
  }
  .wp-block-group.background-pattern1 p {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: white;
    padding: 70px 0;
    line-height: 1.5;
  }
  .wp-block-group.background-pattern2 {
    background-color: #C8F4FA;
    margin: 80px 0 0 0;
  }
}

@media screen and (min-width: 961px) and (max-width: 980px) {
  .wp-block-group.background-pattern2 {
    background-color: transparent;
  }
}

@media screen and (min-width: 961px) {
  .wp-block-group.background-pattern2 > .wp-block-group__inner-container {
    overflow: hidden;
    background-color: white;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 60px 50px 60px;
  }
}

@media screen and (min-width: 961px) and (max-width: 980px) {
  .wp-block-group.background-pattern2 > .wp-block-group__inner-container {
    width: 920px;
    padding: 0 0 50px 0;
  }
}

@media screen and (min-width: 961px) {
  .wp-block-group.background-pattern2 .flex > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .wp-block-group.background-pattern2 h2 {
    width: 100%;
  }
  .wp-block-group.background-pattern2 .p {
    margin: 0;
    width: 100%;
    font-size: 22px;
    margin: 0 auto;
  }
  .wp-block-group.background-pattern2 .p:first-of-type {
    margin: 20px 0 0 0;
  }
  .wp-block-group.panel2 {
    width: 46%;
    border: solid #0ACFFA 4px;
    border-radius: 6%;
    overflow: hidden;
    margin: 30px 0 0 0;
  }
  .wp-block-group.panel2 figure {
    width: 100%;
    margin: 0;
    border: solid #0ACFFA;
    border-width: 0 0 4px 0;
    height: 200px;
    text-align: center;
  }
  .wp-block-group.panel2 figure img {
    width: auto;
    height: 100%;
    vertical-align: bottom;
  }
  .wp-block-group.panel2 p {
    height: 140px;
    padding: 14px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .wp-block-group.panel1 {
    border: solid 6px #0ACFFA;
    border-radius: 20px;
    padding: 20px 0px;
    width: 720px;
    max-width: 100%;
    margin: 50px auto 0 auto;
    font-size: 20px;
    font-weight: bold;
  }
  .wp-block-group.panel1 p {
    line-height: 2.0;
    width: 90%;
    margin: 0 auto;
  }
  .wp-block-group.panel1 + .btn {
    width: 720px;
  }
  .wp-block-group.background-pattern3 {
    background-color: #0ACFFA;
    color: white;
    overflow: hidden;
    margin: 50px 0 0 0;
    padding: 0 0 50px 0;
  }
  .wp-block-group.background-pattern3 h2 {
    width: 960px;
    max-width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 961px) and (max-width: 980px) {
  .wp-block-group.background-pattern3 h2 {
    width: 920px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .wp-block-group.background-pattern3 h2::first-letter {
    color: white;
  }
  .wp-block-group.background-pattern3 p {
    width: 960px;
    max-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 22px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) and (max-width: 980px) {
  .wp-block-group.background-pattern3 p {
    width: 920px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .wp-block-group.background-pattern4 {
    background: linear-gradient(white, #0acefa81 20%, 80%, white);
    margin: 50px 0 0 0;
    padding: 0 0 50px 0;
    overflow: hidden;
  }
  .wp-block-group.background-pattern4 h2 {
    text-align: center;
    margin: 30px 0 0 0;
    -webkit-text-stroke: #2FDAE7 5px;
    color: white;
    position: relative;
    font-weight: bold;
    line-height: 1.7;
    left: 50%;
    transform: translateX(-50%);
    background: none;
  }
  .wp-block-group.background-pattern4 h2 span.stroke {
    text-align: center;
    display: block;
    width: 100%;
    color: white;
    -webkit-text-stroke: 0px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-group.background-pattern4 h2 span.marker_h2 {
    background: transparent;
  }
  .wp-block-group.background-pattern4 p {
    color: white;
    position: relative;
    -webkit-text-stroke: #2FDAE7 5px;
    font-size: 22px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.7;
    width: 960px;
    max-width: 100%;
  }
}

@media screen and (min-width: 961px) and (max-width: 980px) {
  .wp-block-group.background-pattern4 p {
    width: 920px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .wp-block-group.background-pattern4 span.stroke {
    color: white;
    -webkit-text-stroke: 0px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-group.background-pattern5 {
    background-color: #0ACFFA;
    margin: 50px 0 0 0;
  }
  .wp-block-group.background-pattern5 > .wp-block-group__inner-container {
    overflow: hidden;
    padding: 0 0 50px 0;
    background-color: white;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
  }
  .wp-block-group.background-pattern5 > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > p {
    width: 650px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .wp-block-group.background-pattern5 .p {
    font-size: 16px;
  }
  .wp-block-group.background-pattern6 {
    background-color: #C8F4FA;
    padding: 60px 0;
    margin: 50px 0 0 0;
  }
  .wp-block-group.background-pattern6 p {
    color: white;
    position: relative;
    -webkit-text-stroke: #2FDAE7 5px;
    font-size: 40px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.7;
    width: 960px;
    max-width: 100%;
  }
}

@media screen and (min-width: 961px) and (max-width: 980px) {
  .wp-block-group.background-pattern6 p {
    width: 920px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .wp-block-group.background-pattern6 span.stroke {
    color: white;
    -webkit-text-stroke: 0px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-group.panel3 {
    border: solid #0ACFFA 5px;
    border-radius: 10px;
    width: 660px;
    max-width: 100%;
    margin: 20px auto;
  }
  .wp-block-group.panel3 .wp-block-group:first-of-type {
    background-color: #0ACFFA;
  }
  .wp-block-group.panel3 .wp-block-group.flex {
    padding: 50px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .wp-block-group.panel3 .wp-block-group.flex .marker {
    margin: 10px 0;
    font-weight: bold;
    display: inline-block;
  }
  .wp-block-group.panel3 .wp-block-group.n-header {
    position: relative;
    text-align: center;
    height: 64px;
    font-weight: bold;
    color: white;
  }
  .wp-block-group.panel3 .wp-block-group.n-header p {
    font-size: 24px;
    line-height: 60px;
  }
  .wp-block-group.panel3 .wp-block-group.n-header:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 0 5px;
    display: block;
    font-size: 38px;
  }
  .wp-block-group.panel3 .wp-block-group.n1:before {
    content: '初級';
  }
  .wp-block-group.panel3 .wp-block-group.n2:before {
    content: '中級';
  }
  .wp-block-group.panel3 .wp-block-group.n3:before {
    content: '上級';
  }
  .wp-block-group.panel3 .wp-block-group.n4:before {
    content: '1';
  }
  .wp-block-group.panel3 .wp-block-group.n5:before {
    content: '2';
  }
  .wp-block-group.sign {
    width: 960px;
    max-width: 100%;
    text-align: center;
    margin: 50px auto 0 auto;
  }
}

@media screen and (min-width: 961px) and (max-width: 980px) {
  .wp-block-group.sign {
    width: 920px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .wp-block-group.sign img {
    height: auto;
  }
  .wp-block-group.movie {
    margin: 0 auto;
  }
  .wp-block-group.movie figure {
    max-width: 500px;
    margin: 30px auto;
  }
  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-embed__wrapper {
    position: static;
  }
  .en-US h2 {
    background: none;
  }
  .en-US h2 span.marker_h2 {
    background: repeating-linear-gradient(transparent 0%, transparent 50%, #0acefa83 50%, #0acefa83 75%, transparent 75%, transparent 100%);
  }
  .en-US .background-pattern2 .flex .wp-block-group__inner-container {
    align-items: stretch;
  }
  .en-US .background-pattern2 .panel2 p {
    height: auto;
  }
  .en-US .background-pattern5 .panel3 .n1 p, .en-US .background-pattern5 .panel3 .n2 p, .en-US .background-pattern5 .panel3 .n3 p {
    font-size: 20px;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .en-US .background-pattern5 .panel3 .n1.n-header, .en-US .background-pattern5 .panel3 .n2.n-header, .en-US .background-pattern5 .panel3 .n3.n-header {
    height: auto;
    padding: 30px 0 0 0;
  }
  .en-US .background-pattern5 .panel3 .n1:before {
    content: 'Beginner';
    font-size: 30px;
    top: 0;
    transform: none;
  }
  .en-US .background-pattern5 .panel3 .n2:before {
    content: 'Intermediate';
    font-size: 30px;
    top: 0;
    transform: none;
  }
  .en-US .background-pattern5 .panel3 .n3:before {
    content: 'Advanced';
    font-size: 30px;
    top: 0;
    transform: none;
  }
}

@media screen and (max-width: 960px) and (min-width: 621px) {
  * {
    margin: 0;
    padding: 0;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .wp-block-group {
    margin: 0;
  }
  .container {
    padding: 0 0 40px 0;
  }
  h2 {
    font-size: 20px;
    margin: 50px auto 20px auto;
    width: 960px;
    max-width: calc(100% - 40px);
    padding: 10px 0;
    line-height: 2;
    text-align: left;
    display: flex;
    justify-content: center;
    z-index: 10;
    border: solid 3px #0acefa83;
    border-width: 3px 0 3px 0;
  }
  span.marker {
    background: repeating-linear-gradient(transparent 0%, transparent 50%, #0acefa83 50%, #0acefa83 90%, transparent 90%, transparent 100%);
  }
  .p {
    width: 960px;
    max-width: calc(100% - 40px);
    font-size: 16px;
    margin: 0 auto;
  }
  .btn {
    width: 960px;
    max-width: calc(100% - 40px);
    font-size: 20px;
    margin: 50px auto 0 auto;
    text-align: center;
    border: solid 3px #0ACFFA;
    border-radius: 10px;
  }
  .btn.bottom_banner {
    margin-top: 30px;
  }
  .btn a {
    color: #0ACFFA;
    font-weight: bold;
    display: block;
    padding: 12px 0;
    position: relative;
  }
  .btn a:after {
    content: '→';
    display: block;
    font-size: 40px;
    position: absolute;
    top: 50%;
    right: 5%;
    line-height: 1;
    transform: translateY(-50%);
  }
  .wp-block-group.top-img {
    background-image: url(../img/key-img.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
  }
  .wp-block-group.top-img__text {
    background-color: rgba(255, 255, 255, 0.616);
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 100%;
    padding: 50px 0;
  }
  .wp-block-group.top-img__text p {
    font-size: 4vw;
    padding: 0 0 0 10px;
    font-weight: bold;
  }
  .wp-block-group.top-img__text h1 {
    padding: 0 0 0 10px;
    font-size: 6vw;
  }
  .wp-block-group.top-img__text h1 .br {
    display: block;
  }
  .wp-block-group.top-img__text h1 .br:last-of-type {
    display: inline;
  }
  .wp-block-group.banner {
    margin: 50px 0 0 0;
    text-align: center;
  }
  .wp-block-group.banner figure {
    margin: 0;
    line-height: 0;
  }
  .wp-block-group.banner figure img {
    max-width: 100%;
  }
  .wp-block-group.banner figure a {
    line-height: 0;
  }
  .wp-block-group.banner_block {
    width: 700px;
    margin: 50px auto 0 auto;
    max-width: 100%;
  }
  .wp-block-group.banner_block .wp-block-group__inner-container {
    display: grid;
    grid-template-rows: max-content;
    grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    gap: 20px 20px;
    justify-content: center;
  }
  .wp-block-group.banner_block .wp-block-group__inner-container p {
    grid-column: 1/3;
  }
  .wp-block-group.banner_block figure {
    margin: 0;
    line-height: 0;
  }
  .wp-block-group.banner_text {
    width: 700px;
    margin: 20px auto 0 auto;
    max-width: 100%;
  }
  .wp-block-group.banner_text .wp-block-group__inner-container {
    width: 620px;
    margin: 0 auto;
  }
  .wp-block-group.background-pattern1 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #0ACFFA;
    background-position-y: center;
  }
  .wp-block-group.background-pattern1 p {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    color: white;
    padding: 70px 0;
    line-height: 1.5;
    width: 960px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .wp-block-group.background-pattern2 {
    background-color: #C8F4FA;
  }
  .wp-block-group.background-pattern2 > .wp-block-group__inner-container {
    background-color: white;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
  }
  .wp-block-group.background-pattern2 .flex {
    background-color: #C8F4FA;
  }
  .wp-block-group.background-pattern2 .flex > .wp-block-group__inner-container {
    padding: 0 0 50px 0;
  }
  .wp-block-group.background-pattern2 .flex .wp-block-group__inner-container {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .wp-block-group.background-pattern2 h2 {
    width: 100%;
  }
  .wp-block-group.background-pattern2 .p {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
  }
  .wp-block-group.background-pattern2 .p:first-of-type {
    margin: 20px auto 0 auto;
  }
  .wp-block-group.panel1 {
    border: solid 4px #0ACFFA;
    border-radius: 20px;
    padding: 20px 0px;
    width: 720px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
  }
  .wp-block-group.panel1 p {
    line-height: 1.7;
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .wp-block-group.panel1__texts p:first-of-type {
    margin: 0 auto;
  }
  .wp-block-group.panel1 + .btn {
    width: 720px;
  }
  .wp-block-group.panel2 {
    width: 700px;
    max-width: calc(100% - 40px);
    background-color: white;
    border: solid #0ACFFA 2px;
    border-radius: 20px;
    overflow: hidden;
    margin: 50px 0 0 0;
  }
  .wp-block-group.panel2 figure {
    display: none;
  }
  .wp-block-group.panel2 p {
    height: 250px;
    padding: 14px;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .wp-block-group.background-pattern3 {
    background-color: #0ACFFA;
    color: white;
    overflow: hidden;
    margin: 50px 0 0 0;
    padding: 0 0 50px 0;
  }
  .wp-block-group.background-pattern3 h2 {
    width: 960px;
    max-width: calc(100% - 40px);
    text-align: left;
  }
  .wp-block-group.background-pattern3 h2::first-letter {
    color: white;
  }
  .wp-block-group.background-pattern3 p {
    width: 960px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
  }
  .wp-block-group.background-pattern4 {
    background: linear-gradient(white, #0acefa81 20%, 80%, white);
    overflow: hidden;
    margin: 50px 0 50px 0;
    padding: 0 0 30px 0;
  }
  .wp-block-group.background-pattern4 h2 {
    display: block;
    text-align: left;
    margin: 30px 0 0 0;
    padding: 0;
    -webkit-text-stroke: #2FDAE7 5px;
    color: white;
    position: relative;
    font-weight: bold;
    line-height: 1.7;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
  }
  .wp-block-group.background-pattern4 h2 span.stroke {
    text-align: left;
    display: block;
    width: 100%;
    color: white;
    -webkit-text-stroke: 0px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-group.background-pattern4 h2 span.marker_h2 {
    background: transparent;
  }
  .wp-block-group.background-pattern4 p {
    color: white;
    position: relative;
    -webkit-text-stroke: #2FDAE7 5px;
    font-size: 16px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.7;
    width: 960px;
    max-width: calc(100% - 40px);
  }
  .wp-block-group.background-pattern4 span.stroke {
    color: white;
    -webkit-text-stroke: 0px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-group.background-pattern5 {
    background-color: #0ACFFA;
  }
  .wp-block-group.background-pattern5 > .wp-block-group__inner-container {
    background-color: white;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
  }
  .wp-block-group.background-pattern5 > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > p {
    width: 650px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .wp-block-group.background-pattern5 .p {
    font-size: 16px;
  }
  .wp-block-group.background-pattern6 {
    background-color: #C8F4FA;
    margin: 50px 0 0 0;
    padding: 50px 0;
  }
  .wp-block-group.background-pattern6 p {
    color: white;
    position: relative;
    -webkit-text-stroke: #2FDAE7 5px;
    font-size: 30px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.7;
    width: 960px;
    max-width: calc(100% - 40px);
  }
  .wp-block-group.background-pattern6 span.stroke {
    color: white;
    -webkit-text-stroke: 0px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-group.panel3 {
    border: solid #0ACFFA 4px;
    border-radius: 10px;
    width: 660px;
    max-width: calc(100% - 40px);
    margin: 20px auto;
  }
  .wp-block-group.panel3 .wp-block-group:first-of-type {
    background-color: #0ACFFA;
  }
  .wp-block-group.panel3 .wp-block-group.flex {
    padding: 50px 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-block-group.panel3 .wp-block-group.flex .marker {
    margin: 10px 0;
    font-weight: bold;
    display: inline-block;
  }
  .wp-block-group.panel3 .wp-block-group.n-header {
    position: relative;
    text-align: center;
    height: 50px;
    font-weight: bold;
    color: white;
  }
  .wp-block-group.panel3 .wp-block-group.n-header p {
    font-size: 18px;
    line-height: 50px;
  }
  .wp-block-group.panel3 .wp-block-group.n-header:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 0 5px;
    display: block;
    font-size: 24px;
  }
  .wp-block-group.panel3 .wp-block-group.n1:before {
    content: '初級';
  }
  .wp-block-group.panel3 .wp-block-group.n2:before {
    content: '中級';
  }
  .wp-block-group.panel3 .wp-block-group.n3:before {
    content: '上級';
  }
  .wp-block-group.panel3 .wp-block-group.n4:before {
    content: '1';
  }
  .wp-block-group.panel3 .wp-block-group.n5:before {
    content: '2';
  }
}

@media screen and (max-width: 960px) and (min-width: 621px) and (max-width: 320px) {
  .wp-block-group.panel3 .wp-block-group.n5 + .flex {
    font-size: 3.8vw;
  }
}

@media screen and (max-width: 960px) and (min-width: 621px) {
  .wp-block-group.sign {
    width: 960px;
    max-width: calc(100% - 40px);
    text-align: center;
    margin: 50px auto 0 auto;
  }
  .wp-block-group.sign img {
    height: auto;
  }
  .wp-block-group.movie {
    margin: 0 auto;
  }
  .wp-block-group.movie figure {
    max-width: 500px;
    margin: 30px auto;
  }
  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-embed__wrapper {
    position: static;
  }
  .en-US .background-pattern5 .panel3 .n1 p, .en-US .background-pattern5 .panel3 .n2 p, .en-US .background-pattern5 .panel3 .n3 p {
    padding: 0 0 0 20px;
    text-align: left;
  }
  .en-US .background-pattern5 .panel3 .n1.n-header, .en-US .background-pattern5 .panel3 .n2.n-header, .en-US .background-pattern5 .panel3 .n3.n-header {
    height: auto;
    padding: 20px 0 0 0;
  }
  .en-US .background-pattern5 .panel3 .n1:before {
    content: 'Beginner';
    top: 0;
    transform: none;
  }
  .en-US .background-pattern5 .panel3 .n2:before {
    content: 'Intermediate';
    top: 0;
    transform: none;
  }
  .en-US .background-pattern5 .panel3 .n3:before {
    content: 'Advanced';
    top: 0;
    transform: none;
  }
}

@media screen and (max-width: 620px) {
  * {
    margin: 0;
    padding: 0;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .wp-block-group {
    margin: 0;
  }
  .container {
    padding: 0 0 30px 0;
  }
  h2 {
    font-size: 20px;
    margin: 50px auto 20px auto;
    width: 960px;
    max-width: calc(100% - 40px);
    padding: 10px 0;
    line-height: 2;
    text-align: left;
    display: flex;
    justify-content: center;
    z-index: 10;
    border: solid 3px #0acefa83;
    border-width: 3px 0 3px 0;
  }
  span.marker {
    background: repeating-linear-gradient(transparent 0%, transparent 50%, #0acefa83 50%, #0acefa83 90%, transparent 90%, transparent 100%);
  }
  .p {
    width: 960px;
    max-width: calc(100% - 40px);
    font-size: 16px;
    margin: 0 auto;
  }
  .btn {
    width: 960px;
    max-width: calc(100% - 40px);
    font-size: 20px;
    margin: 50px auto 0 auto;
    text-align: center;
    border: solid 3px #0ACFFA;
    border-radius: 10px;
    position: relative;
  }
  .btn.bottom_banner {
    margin-top: 30px;
  }
}

@media screen and (max-width: 620px) and (max-width: 500px) {
  .btn {
    text-align: left;
  }
}

@media screen and (max-width: 620px) {
  .btn a {
    color: #0ACFFA;
    font-weight: bold;
    display: block;
    padding: 12px 12px;
    position: relative;
  }
  .btn a:after {
    content: '→';
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    line-height: 1;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 620px) and (max-width: 500px) {
  .btn a:after {
    display: inline;
    position: static;
  }
}

@media screen and (max-width: 620px) {
  .wp-block-group.top-img {
    background-image: url(../img/key-img.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
  }
  .wp-block-group.top-img__text {
    background-color: rgba(255, 255, 255, 0.616);
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 100%;
    padding: 50px 0;
  }
  .wp-block-group.top-img__text p {
    font-size: 4vw;
    padding: 0 0 0 10px;
    font-weight: bold;
  }
  .wp-block-group.top-img__text h1 {
    padding: 0 0 0 10px;
    font-size: 9vw;
  }
  .wp-block-group.top-img__text h1 .br {
    display: block;
  }
  .wp-block-group.banner {
    margin: 50px 0 0 0;
    text-align: center;
  }
  .wp-block-group.banner figure {
    margin: 0;
    line-height: 0;
  }
  .wp-block-group.banner figure img {
    max-width: 100%;
  }
  .wp-block-group.banner figure a {
    line-height: 0;
  }
  .wp-block-group.banner_block {
    width: 700px;
    margin: 50px auto 0 auto;
    max-width: 100%;
  }
  .wp-block-group.banner_block .wp-block-group__inner-container {
    display: grid;
    grid-template-rows: max-content;
    grid-template-columns: repeat(auto-fill, minmax(300px, 300px));
    gap: 30px 30px;
    justify-content: center;
  }
  .wp-block-group.banner_block .wp-block-group__inner-container p {
    grid-column: 1/2;
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  .wp-block-group.banner_block figure {
    margin: 0;
    line-height: 0;
  }
  .wp-block-group.banner_text {
    width: 700px;
    margin: 20px auto 0 auto;
    max-width: 100%;
  }
  .wp-block-group.banner_text .wp-block-group__inner-container {
    width: 300px;
    margin: 0 auto;
  }
  .wp-block-group.banner_text .wp-block-group__inner-container p {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  .wp-block-group.background-pattern1 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #0ACFFA;
    background-position-y: center;
  }
  .wp-block-group.background-pattern1 p {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: white;
    padding: 70px 0;
    line-height: 1.5;
    width: 960px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .wp-block-group.background-pattern2 {
    background-color: #C8F4FA;
  }
  .wp-block-group.background-pattern2 > .wp-block-group__inner-container {
    background-color: white;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
  }
  .wp-block-group.background-pattern2 .flex {
    background-color: #C8F4FA;
  }
  .wp-block-group.background-pattern2 .flex > .wp-block-group__inner-container {
    padding: 0 0 50px 0;
  }
  .wp-block-group.background-pattern2 .flex .wp-block-group__inner-container {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .wp-block-group.background-pattern2 h2 {
    width: 100%;
  }
  .wp-block-group.background-pattern2 .p {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
  }
  .wp-block-group.background-pattern2 .p:first-of-type {
    margin: 20px auto 0 auto;
  }
  .wp-block-group.panel1 {
    border: solid 4px #0ACFFA;
    border-radius: 20px;
    padding: 20px 0px;
    width: 720px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
  }
  .wp-block-group.panel1 p {
    line-height: 1.7;
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .wp-block-group.panel1__texts p:first-of-type {
    margin: 0 auto;
  }
  .wp-block-group.panel2 {
    width: 350px;
    max-width: calc(100% - 40px);
    background-color: white;
    border: solid #0ACFFA 2px;
    border-radius: 20px;
    overflow: hidden;
    margin: 50px 0 0 0;
  }
  .wp-block-group.panel2 figure {
    display: none;
  }
  .wp-block-group.panel2 p {
    height: 160px;
    padding: 14px;
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .wp-block-group.background-pattern3 {
    background-color: #0ACFFA;
    color: white;
    overflow: hidden;
    margin: 50px 0 0 0;
    padding: 0 0 50px 0;
  }
  .wp-block-group.background-pattern3 h2 {
    width: 960px;
    max-width: calc(100% - 40px);
    text-align: left;
  }
  .wp-block-group.background-pattern3 h2::first-letter {
    color: white;
  }
  .wp-block-group.background-pattern3 p {
    width: 960px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
  }
  .wp-block-group.background-pattern4 {
    background: linear-gradient(white, #0acefa81 20%, 80%, white);
    overflow: hidden;
    margin: 50px 0 50px 0;
    padding: 0 0 30px 0;
  }
  .wp-block-group.background-pattern4 h2 {
    display: block;
    text-align: left;
    margin: 30px 0 0 0;
    padding: 0;
    -webkit-text-stroke: #2FDAE7 5px;
    color: white;
    position: relative;
    font-weight: bold;
    line-height: 1.7;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
  }
  .wp-block-group.background-pattern4 h2 span.stroke {
    text-align: left;
    display: block;
    width: 100%;
    color: white;
    -webkit-text-stroke: 0px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-group.background-pattern4 h2 span.marker_h2 {
    background: transparent;
  }
  .wp-block-group.background-pattern4 p {
    color: white;
    position: relative;
    -webkit-text-stroke: #2FDAE7 5px;
    font-size: 16px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.7;
    width: 960px;
    max-width: calc(100% - 40px);
  }
  .wp-block-group.background-pattern4 span.stroke {
    color: white;
    -webkit-text-stroke: 0px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-group.background-pattern5 {
    background-color: #0ACFFA;
  }
  .wp-block-group.background-pattern5 > .wp-block-group__inner-container {
    background-color: white;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
  }
  .wp-block-group.background-pattern5 > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > p {
    width: 650px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .wp-block-group.background-pattern5 .p {
    font-size: 16px;
  }
  .wp-block-group.background-pattern6 {
    background-color: #C8F4FA;
    margin: 50px 0 0 0;
    padding: 50px 0;
  }
  .wp-block-group.background-pattern6 p {
    color: white;
    position: relative;
    -webkit-text-stroke: #2FDAE7 5px;
    font-size: 30px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.7;
    width: 960px;
    max-width: calc(100% - 40px);
  }
  .wp-block-group.background-pattern6 span.stroke {
    color: white;
    -webkit-text-stroke: 0px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-group.panel3 {
    border: solid #0ACFFA 4px;
    border-radius: 10px;
    width: 660px;
    max-width: calc(100% - 40px);
    margin: 20px auto;
  }
  .wp-block-group.panel3 .wp-block-group:first-of-type {
    background-color: #0ACFFA;
  }
  .wp-block-group.panel3 .wp-block-group.flex {
    padding: 40px 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-block-group.panel3 .wp-block-group.flex p {
    line-height: 1.2;
  }
  .wp-block-group.panel3 .wp-block-group.flex .marker {
    margin: 10px 0;
    font-weight: bold;
    display: inline-block;
  }
  .wp-block-group.panel3 .wp-block-group.n-header {
    position: relative;
    text-align: left;
    height: 70px;
    font-weight: bold;
    color: white;
  }
  .wp-block-group.panel3 .wp-block-group.n-header .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
  }
  .wp-block-group.panel3 .wp-block-group.n-header p {
    font-size: 18px;
    padding: 0 0 0 10px;
  }
  .wp-block-group.panel3 .wp-block-group.n-header p:before {
    content: '';
    display: inline;
    font-size: 20px;
    padding: 0 10px 0 0;
  }
  .wp-block-group.panel3 .wp-block-group.n1 p:before {
    content: '初級';
  }
  .wp-block-group.panel3 .wp-block-group.n2 p:before {
    content: '中級';
  }
  .wp-block-group.panel3 .wp-block-group.n3 p:before {
    content: '上級';
  }
  .wp-block-group.panel3 .wp-block-group.n4 p:before {
    content: '1';
  }
  .wp-block-group.panel3 .wp-block-group.n5 p:before {
    content: '2';
  }
  .wp-block-group.sign {
    width: 960px;
    max-width: calc(100% - 40px);
    text-align: center;
    margin: 50px auto 0 auto;
  }
  .wp-block-group.sign img {
    height: auto;
  }
  .wp-block-group.movie {
    margin: 0 auto;
  }
  .wp-block-group.movie figure {
    max-width: calc(100vw - 60px);
    margin: 30px auto;
  }
  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wp-block-embed__wrapper {
    position: static;
  }
  .en-US .background-pattern2 .panel2 p {
    height: 200px;
  }
  .en-US .background-pattern5 .panel3 .n1, .en-US .background-pattern5 .panel3 .n2, .en-US .background-pattern5 .panel3 .n3 {
    height: auto;
  }
  .en-US .background-pattern5 .panel3 .n1 p, .en-US .background-pattern5 .panel3 .n2 p, .en-US .background-pattern5 .panel3 .n3 p {
    padding: 25px 0 10px 10px;
    line-height: 1.2;
  }
  .en-US .background-pattern5 .panel3 .n1 p:before, .en-US .background-pattern5 .panel3 .n2 p:before, .en-US .background-pattern5 .panel3 .n3 p:before {
    display: none;
  }
  .en-US .background-pattern5 .panel3 .n1:before {
    content: 'Beginner';
    position: absolute;
    top: 0;
    font-size: 22px;
  }
  .en-US .background-pattern5 .panel3 .n2:before {
    content: 'Intermediate';
    position: absolute;
    top: 0;
    font-size: 22px;
  }
  .en-US .background-pattern5 .panel3 .n3:before {
    content: 'Advanced';
    position: absolute;
    top: 0;
    font-size: 22px;
  }
}

nav {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.bogo-language-switcher {
  padding: 0 25px 0 0;
  justify-content: flex-start;
}

.bogo-language-switcher a {
  color: white;
}
