@charset "UTF-8";
/*
Theme Name: Wanokoe
Theme　URI:
Author: sumika ochiai
Author　URI:
Description: Learning Without Feeling alone!Unlock Japanese Supported Every Step of the Way
Version: 1.0　
Text Domain:
Domain Path:
Tags:japanese,study,blog  
*/

/*======================
common
======================== */
html {
    font-size: 62.5%;
}
body {
    font-family: 'Noto Sans','Kadwa';
    font-size: 1.6rem;
    line-height: normal;
    color: #3B3B3B;
    text-align: center;
}
.wrapper {
    max-width: 1120px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
:root {
    --primary-white:#FFFFFF;
    --primary-black:#3B3B3B;
    --primary-brown:#867100;
    --primary-green:#9AB59F;
    --primary-purple:#8F88B9;
    --primary-pink:#B59A9A;
    --primary-beige:#B1B59A;
    --primary-yellow:#E5A911;
    --primary-blue:#004DBF;
    --primary-greenblue:#3D84A3;
}
a {
    color: inherit; 
    text-decoration: none;
}
li {
    list-style: none;
}
/* .common pc */
@media screen and (min-width:769px) {
    .wrapper {
        padding: 0 16px;
    }
}
/*======================
header
======================== */
header p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}
.top_header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.top_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
}
.menu_header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo {
    width: 135px;
    justify-self: start;
    margin-left: 16px;
}
.menu {
    justify-self: end;
}
.close,.menu {
    width: 61px;
    height: 52px;
    flex-shrink: 0;
    background-color: #3B3B3B;
    padding: 4px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}
.close {
    margin-left: auto;
}
/* .nav初期表示 */
.nav {
    background: #fff;
    width: 50%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.4s;
}
.nav.active {
    transform: translate(0);
}
.nav_list :hover {
    opacity: 0.7;
    transition: opacity 0.3s;
}
.nav__item {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav__item a {
    font-weight: 700;
    display: contents;
}
.nav_registration {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 30px;
    background-color: #004DBF;
    border-bottom: 5px solid #09449B;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 38px 20px 0;
    padding: 15px 0;
}
.nav_registration:hover {
    background-color: rgba(0, 77, 191, 0.8);
}
/* .header pc */
@media screen and (min-width:990px) {
    .contents {
        max-width: 1120px;
        margin: 0 auto;
    }
    .top_header {
        padding: 25px 0;
        margin: auto;
    }
    .top_header_inner {
        margin: 0 auto;
    }
    .nav_list {
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: 100px;
    }
    .nav_list img {
        width: 30px;
    }
    .nav__item {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0 clamp(10px, 3vw, 80px);
        border-right: 1px solid #3b3b3b;
    }
    .nav__item:last-of-type {
        border: none;
    }
    .header {
        max-width: 1120px;
        background-color: #F8F8F8;
    }
    .logo{
        width: 185px;
        margin: 0;
    }
    .nav {
        width: 100%;
        height: auto;
        position: static;
        transform: translate(0);
        display: flex;
        justify-content: center;
    }
    .close,.menu {
        display: none;
    }
    .nav_registration {
        margin: auto ;
        padding: 20px 75px;
    }
    .nav__item:first-of-type {
        display: none;
    }
}
/* pc */


/*======================
main
======================== */
.main,.about_main,.lesson_main,.contact_main {
    padding-top: 52px;
}
@media screen and (min-width:990px) {
    .main,.about_main,.lesson_main,.contact_main {
        padding-top: 122.5px;
    }
}
/* community */
.roblox {
    color: #E5A911;
}
.discord {
    color: #28B1FF;
}
/*======================
footer
======================== */
footer {
    color: #fff;
    background-image: url(assets/images/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 16px 21px;
}
.footer_line::before {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background-color: #fff;
    margin-inline: auto;
    margin-bottom: 5px;
}
.footer_container {
    display: flex;
    justify-content: flex-end;
    margin-top: 65px;
}
.footer_item li {
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    margin-top: 21px;
    justify-content: space-between;
}
.footer_list {
    margin-left: 16px;
    width: 166px;
}
.sub-menu {
    margin-top: 4px;
}
.sub-menu li {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 16px 0 0 15px;    
}
.sub-menu li:first-child {
    margin-top: 0;
}
.footer_sns {
    margin-top: 50px;
}
.footer_icon img {
    margin-right: 10px; 
    width: 43px;
}
.footer_icon a:last-child {
    margin-right: 0; 
}
.small {
    margin-top: 30px;
}
/* footer pc */
@media screen and (min-width: 769px){
    footer {
        background-image: url(assets/images/footer_pc.png);
    }
   .footer_item li {
        margin-right: 55px;
    }
    .footer_list {
        margin-left: 13px;
        width: auto;
    }
    .footer_list li {
        margin-top: 30px;
        font-size: 1.6rem;
        font-weight: 400;
    }
    .footer_container {
        justify-content: center;
        margin-top: 52px;
    }
    .footer_item {
        display: flex;
    }
    .footer_sns {
        flex-direction: column;
    }
    .small {
        margin-top: 8px;
    }
}    
/* pc 769px */
/*======================
TopPage common
======================== */
h2 {
    font-family: 'kadwa';
    color: #867100;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.9px;
    padding-top: 150px;
    text-align: right;
    position: relative;
    right: 1rem;
}
h3 {
    font-family: 'kadwa';
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 130%;
    margin: 0 30px;
}
h3 span {
    font-size: 4.5rem;
}

/* ------------------
main header
------------------- */
.mainvisual {
    background: url(assets/images/mainvis_sp.png) no-repeat center top/cover;
    padding: 122px 15px 15px;
    max-width: 530px;
    margin: 0 auto;
}
.mainvisual_txt {
    width: fit-content;
    margin-left: auto;
    position: relative;
}
.mainvisual p {
    color: #3B3B3B;
    background-color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 2px 8px;
    margin-top: 2px;
}
.mainvisual_txt p:nth-child(1) {
    position: relative;
    right: 20%;
}
.mainvisual_txt p:nth-child(1)::after {
    content: '';
    position: absolute;
    right: -15%;
    bottom: -53%;
    transform: translateY(-50%);
    width: 40px;
    height: 30px;
    background-image: url(assets/images/flag.png);
    background-size: cover;
}
.mainvisual_txt p:nth-child(2) {
    position: relative;
    right: 10%;
}
.mainvisual a {
    color: #FFFFFF;
    font-size: 1.7rem;
    font-weight: 700;
}
.mainvisual_btn {
    display: flex;
    justify-content: center;
    margin-top: 120px;
    gap: 10px;
}
.Registration_btn,.Contact_btn {
    border-radius: 30px;
    width: 200px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Registration_btn {
    background: #004DBF;
    border-bottom: 5px solid #09449B;
}
.Contact_btn {
    background: #E5A911;
    border-bottom: 5px solid #D0990C;
}
/* article header pc */
@media screen and (min-width: 990px){  
    .mainvisual {
        background: url(assets/images/mainvis_pc.png) no-repeat center top/cover;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 0 15px;
    }
    h2 {
        font-size: 4rem;
        letter-spacing: 2px;
        padding-top: 35px;
    }
    .Registration_btn,.Contact_btn {
        display: none;
    }
    .mainvisual_txt {
        margin-top: 150px;
    }
    .mainvisual p {
        font-size: 4rem;
        letter-spacing: 2px;
        padding: 5px 15px;
        margin-top: 5px;
    }
    .mainvisual_txt p:nth-child(1)::after {
        bottom: -36%;
        width: 71.683px;
        height: 51px;
    }
    .mainvisual_btn {
        display: none;
    }
}    
/* pc 769px */

/*======================
main
======================== */
/* worries */
.worries {
    position: relative;
    background-image: url("assets/images/worries.png"); 
    background-repeat: no-repeat;
    background-position: right bottom; 
    background-size: 70%;
    max-width: 1120px;
    margin: 0 auto;
}
.worries h3 {
    text-align: left;
    margin-top: 100px;
}
.worries span {
    color: #9AB59F;
}
.worries ul {
    margin: 30px 35px 0 35px;
    text-align: center;
    padding: 0 0 150px 0;
}
.worries li {
    margin-top: 20px;
    font-weight: 600;
    text-align: left;
    display: flex;
    gap: 7px;
    line-height: 100%;
}
.worries li::before {
    content: "";
    display: block;
    width: 16px; 
    height: 16px;
    background-image: url("assets/images/check.svg"); 
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }
  /* worries pc */
@media screen and (min-width: 769px){
    .worries {
        background-size: 40%;
    }
    h3 {
        font-size: 3.8rem;
        line-height: 150%;
        margin: 0;
    }
    h3 span {
        font-size: 8rem;
    }
    .worries ul {
        margin: 50px 0 0 0  ;
        text-align: center;
        padding: 0 0 136px 0;
    }
    .worries li {
        font-size: 2rem;
        gap: 11px;
    }
}
/* pc 769px */
/* ------------------
about
------------------- */
.about {
    background-color: #FAFAFA;
    font-weight: 700;
    padding: 100px 0 68px;
}
.about h3 {
    text-align: left;
}
.about span {
    color: #8F88B9;
}
.about_topics {
    font-size: 15px;
    font-weight: 700;
    margin: 30px 30px 0;
    text-align: left;
    margin-top: 30px;
}
.about_box {
    margin: 40px 20px 0;
}
.about_item {
    position: relative;
    margin-top: 15px;
}
.about_item:first-child {
    margin-top: 0;
}
.about_item p {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.about_txt {
    margin: 15px 12px 0;
    text-align: left;
}
/* about pc */
@media screen and (min-width: 796px){
    .about_topics {
        font-size: 2rem;
        margin: 0;
        margin-top: 8px;
    }
    .about_box {
        margin: 50px 0 0 ;
        display: grid;
        gap: 3.2rem 3.6rem;
        grid-template-columns: repeat(2,1fr);
    }
    .about_item {
        margin: 0;
    }
    .about_item img {
        max-width: 100%;
    }
    .about_item p {
        font-size: 2.5rem;
        line-height: 150%;
        width: 330px;
    }
    .about_txt {
        margin: 20px 0;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
    }
}
/* pc 769px */
/* ------------------
Reason
------------------- */
.reason {
    background-color: #FFFEFC;
    padding-bottom: 60px;
}
.reason h3 {
    margin-top: 30px;
}
.reason span {
    color: #B59A9A;
}
.reason_container {
    position: relative;
    margin: 30px 10px 0;
}
.reason_index {
    display: inline-block;
}
.reason_item {
    width: 170px;
    height: 84px;
    background-color: #979E9B;
    border-radius: 100px 100px 0 0; 
    margin: 0 auto;
}
.reason_item p {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    line-height: 100px; 
    margin: 0;
}
.reason_item span {
    font-size:4.8rem;
    color: #fff;
    margin-left: 5px;
}
.reason_box {
    background-color: #C2C2C2;
    padding: 11px;
    max-width: 500px;
}
.reason_box span {
    color: #FFF;
    font-size: 2.8rem;
    font-weight: 700;
}
.reason_box img {
    margin-top: 11px;
}
.reason_box p {
    font-size: 2rem;
    background-color: #fff;
    padding: 30px 15px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* reason header pc */
@media screen and (min-width: 1150px){
    .reason {
        padding: 50px 0 98px;
    }
    .reason_index {
        display: flex;
    }
    .reason_box {
        width: 346px;
    }
    .reason_box img {
        max-width: 100%; 
        height: auto;
    }
    .reason_title {
        height: 76px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* pc 769px */
/* ------------------
Voice
------------------- */
.voice {
    background-color: #FFFDF3;
    padding: 50px 0;
}
.voice span {
    color: #9AB59F;
}
.voice_item {
    background-color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin: 20px;
    padding: 25px;
}
.voice_title {
    border-bottom: 0.5px solid #3B3B3B;
    display: flex;
    padding-bottom: 25px;
}
.voice_title_pass {
    border-bottom: 0.5px solid #3B3B3B;
    display: flex;
    justify-content: space-between;
}
.voice_flex {
    display: flex;
    align-items: center;
}
.flag {
    width: 70px;
    height: 70px;
}
.jlpt {
    width: 103px;
}
.voice_name {
    text-align: left;
    align-items: center;
    display: grid;
    margin-left: 15px;
    font-size: 1.7rem;
}
.voice_name span {
    font-size: 1.5rem;
    color: #3B3B3B;
}
.voice_text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 20px;
    text-align: left;
}
.br_sp {
    display: block;
}
/* Voice pc */
@media screen and (min-width: 1150px){
    .voice {
        padding: 70px;
    }
    .voice_name {
        font-size: 2rem;
        display: grid;
    }
    .voice_name span {
        font-size: 1.7rem;
    }
    .voice_text {
        font-size: 1.8rem;
    }
    .voice_item {
        width: 880px;
        margin: 46px auto 0;
        padding: 25px;
    }
    .br_sp {
        display: none;
    }
}
/* pc 769px */
/* ------------------
overview
------------------- */
.overview span {
    color: #B59A9A;
}
.overview {
    background-image: url(assets/images/background_lesson.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 36px 0 52px;
}
.overview_link {
    margin-top: 16px;
}
.overview img {
    width: 212.525px;
    height: auto;
    margin-top: 24px;
}
.overview img:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
}
table {
    margin: 20px auto;
}
th,td {
    display: block;
    width: 100%; 
}
th {
    padding: 10px;
    background-color: #B59A9A;
    font-weight: bold;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}
td {
    padding: 25px 40px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5); 
}
.overview_btn {
    background: #E5A911;
    border-radius: 30px;
    border-bottom: 5px solid #D0990C;
    width: 287.969px;
    height: 55.545px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 33px auto 0;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
}
.overview_btn:hover {
    background-color: rgba(229, 169, 17, 0.8);
}
.overview_btn::after {
    content:" ";
    position: absolute;
    background-image: url(assets/images/origami_2.png);
    background-size: cover;
    width: 90px;
    height: 88px;
    top: -34px;
    left: -22px;
  }
  .overview_btn::before {
    content:" ";
    position: absolute;
    background-image: url(assets/images/mail.svg);
    background-size: cover;
    width: 23px;
    height: 16px;
    top: 19px; 
    right: 30px;
    z-index: 1;
  }
  /* overview pc */
@media screen and (min-width: 769px){
    .overview_link {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-bottom: 43px;
    }
    .overview img {
        width: 377px;
        height: auto;
    }
    .overview_btn {
        border-radius: 50px;
        width: 534px;
        height: 103px;
        font-size: 4rem;
        margin: 55px auto 0;
    }
    .overview_btn::after {
        width: 137px;
        height: 157px;
        top: -57px;
        left: -20px;
    }
    .overview_btn::before {
        width: 42px;
        height: 30px;
        top: 37px;
        right: 58px;
    }
    tr {
        display: flex; 
        flex-direction: row;
        justify-content: space-between;
        margin-top: 2px;
    }
    th,td {
        display: flex; 
        align-items: center;
    }
    th{
        width: 180px;
        align-items: center; 
        text-align: center;
    }
    td {
        width: 580px;
        padding: 25px 28px;
    }
}
/* pc 769px */
/* ------------------
community
------------------- */
.community {
    padding: 30px 0;
    background-image: url(assets/images/background_community.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 36px 14px 52px;
    color: #FFF;
    font-size: 1.5rem;
    text-align: left;
}
.community h3 span {
    color: #8F88B9;
}
.community_txt {
    margin: 20px 0 50px;
}
.Community_box {
    margin-top: 20px;
}
.roblox {
    color: #E5A911;
}
.discord {
    color: #28B1FF;
}
.Community_item {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}
.Community_item img {
    margin-right: 10px;
}
.Community_moredetails {
    display: flex;
    margin-top: 36px;
}
.Community_moredetails a {
    background-color: #FF0101;
    border-radius: 30px;
    color: #fff;
    width: 149px;
    height: 44px;
    padding: 12px 17px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* community pc */
@media screen and (min-width: 769px){
    .community h3 {
        text-align: center;
    }
    .community_txt {
        text-align: center;
        font-size: 2rem;
    }
    .community h4 {
        position: relative;
        left: -14%;
        font-size: 2.3rem;
    }
    .Community_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 63px;
    }
    .Community_item p {
        font-size: 2rem;
        width: 612px;
    }
    .Community_item img {
        margin-right: 30px;
    }
}
/* pc 769px */
/* ------------------
blog
------------------- */
.blog {
    padding: 55px 0 47px;
    margin: 0 10px;
}
.blog span {
    color: #9AB59F;
}
.blog_andmore {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog_andmore{
    background-color: #3B3B3B;
    border-radius: 30px;
    color: #fff;
    width: 149px;
    height: 44px;
    padding: 12px 17px;
    margin-left: auto;
}
.article-list {
    margin-top: 20px;
}
.article-item {
    justify-content: center;
    margin-top: 20px;
}
.article-item img {
    width: 150px;
}
.article-item p {
    font-size: 1.4rem;
    text-align: left;
    margin-left: 8px;
}
.article-meta {
    margin-top: 5px;
}
/* blog pc */
@media screen and (min-width: 769px){
    .article-list {
        width: 800px;
        display: flex;
        margin: 0 auto;
    }
    .article-item {
        display: flex;
    }
    .article-item img {
        width: 250px;
    }
    .article-item p {
        font-size: 2rem;
        margin-left: 8px;
    }
}
/* pc 769px */