@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');

html{
    font-size: 62.5%;
    visibility: hidden;
}

html.wf-active{
    visibility: visible;
}

html, body{
    min-width: 1200px;
    width: 100%;
}

@media screen and (max-width: 360px) {
    html, body{
        min-width: 360px;
    }
}
/* font-family: 'Noto Sans JP', sans-serif; */
body{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .1rem;
    font-size: 1.4rem;
    font-variant-ligatures: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-feature-settings : "palt";
}

html, body, h1, h2, h3, h4, h5, h6, p, img, ul, ol, dl, dd, dt, li{
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6{
    font-weight: inherit;
    font-size: inherit;
}

a, a:link, a:hover, a:visited, a:active{
    color: inherit;
    text-decoration: none;
}

a.linkLabel, a.linkBorder{
    position: relative;
    padding-left: 1px;
    padding-right: 1px;
    color: #003d69;
}

a.linkLabel:after, a.linkBorder:after{
    content: "";
    position: absolute;
    background: #003d69;
    height: 1px;
    opacity: .7;
    width: 100%;
    top: calc(100% + 5px);
    left: 0;
    transition: all .2s ease 0s;
}



.bold{
    font-weight: 500;
}

.x-bold{
    font-weight: 600;
}

.small{
    font-size: 85%;
}

.tARight{
    text-align: right;
}

.max720{
    max-width: 720px;
}

.max960{
    max-width: 960px;
}

.max1200{
    max-width: 1200px;
}

.max1200, .max960, .max720{
    width: 100%;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.underline{
    text-decoration: underline;
}


.serif{
    font-family: ryo-text-plusn;
    font-weight: 500;
}

.serif .bold{
    font-family: ryo-display-plusn;
    font-weight: 700;
}



.linkLabel:hover:after{
    opacity: 1;
}

.pcOnly{

}

.spOnly{
    display: none;
}

@media screen and (max-width: 360px) {
    .pcOnly{
        display: none;
    }
    br.spOnly{
        display: block;
    }
    .linkLabel{
        text-decoration: underline !important;
    }
    .linkLabel:after{
        display: none;
    }
}


[data-emergence=hidden] {
    opacity: 0;
}
[data-emergence=visible] {
    transition: all .7s ease-in;
    opacity: 1;
}



.page_header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    min-width: 1200px;
}

@media screen and (max-width: 360px) {
    .page_header{
        min-width: 360px;
    }
}


.page_headerTitle{
    position: relative;
}

.page_headerTitle a{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}



.page_header h2{
    font-size: 2rem;
    line-height: 1.2;
}

.page_header h1{
    font-size: 3.2rem;
}

.page_header .subtitle{
    font-size: 1.6rem;
}


.page_headerNav{
    display: flex;
    flex-direction: column;
}

.page_headerNav [data-row]{
    display: flex;
    justify-content: flex-end;
}

.page_headerNav [data-row="1"] li{
    /* font-size: 1.4rem; */
    font-size: 1.6rem;

}

.page_headerNav [data-row="2"]{
    margin-top: .5em;
}

.page_headerNav [data-row="2"] li{
    font-size: 1.6rem;
}

.page_headerNav [data-row] li:nth-of-type(n + 2){
    margin-left: 1.2em;
}

.page_headerNav [data-row] li a{
    color: rgb(0,0,0);
}

.page_headerNav [data-row] li a:hover{
    color: rgb(0,84,144);

}

@media screen and (max-width: 360px){
    .page_header .page_headerNav{
        display: none;
    }
}



/* .page_header nav .ja{
    margin-top: .4rem;
    font-size:  1.2rem;
}

.page_header nav .en, .page_header nav .ja.single{
    font-size: 2rem;
}
.page_header nav .ja.single{
    margin: auto 0;
} */

/* .page_headerNav ul{
    list-style: none;
    display: flex;
}


.page_headerNav li{
    transition: all .1s ease 0s;
    color: rgb(0, 0, 0);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.page_headerNav li.active{
    animation: headerFadeIn 1.2s ease 0s both;
}

.page_headerNav li:not(.active):hover{
    color: rgb(0, 84, 144);
}

.page_headerNav li.active.disable{
    animation: headerFadeOut .4s ease 0s both;
}


@keyframes headerFadeIn {
    0% {
        border-top-color: transparent;
        border-bottom-color: transparent;
    }
    100% {
        border-top-color: rgb(0,84,144);
        border-bottom-color: rgb(0,84,144);
    }
}

@keyframes headerFadeOut {
    0% {
        border-top-color: rgb(0,84,144);
        border-bottom-color: rgb(0,84,144);
    }
    100% {
        border-top-color: transparent;
        border-bottom-color: transparent;
    }
} */

/*
.page_headerNav a{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
}
 */



@media screen and (max-width: 360px) {
    .page_header{
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        overflow: hidden;
        padding: 0;
    }
    .page_headerTitle{
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        padding: 4px 0 4px 4px;
    }
    .page_header h2{
        margin-top: 0px;
        font-size: 1.2rem;
    }

    .page_header h1{
        font-size: 2.1rem;
        margin-top: 2px;
    }
    .page_header .subtitle{
        font-size: 1.2rem;
    }

    .page_header nav .ja{
        margin-top: .4rem;
        font-size:  1.2rem;
    }

    .page_header nav .en, .page_header nav .ja.single{
        font-size: 1.8rem;
    }
    .page_header nav .ja.single{
        margin: auto 0;
    }
    .page_header ul{
        width: 100%;
        padding: 0 40px;
        overflow: scroll;
        margin-top: 5px;
        padding-bottom: 10px;
    }
    .page_header ul:before, .page_header ul:after{
        content: "";
        display: block;
        position: fixed;
        top: 0;
        width: 40px;
        height: 100%;
    }
    /* .page_header ul:before{
        background: linear-gradient(270deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 90%);
        left: 0;
    }
    .page_header ul:after{
        background: linear-gradient(90deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 90%);
        right: 0;
    } */
    .page_header li{
        min-width: 40%;
        width: 40%;
        border: none;
    }
    .page_header a{
        padding: 5px 0;
        align-items: flex-start;
    }
    .page_header a .en{
        font-size: 1.4rem;
    }
    .page_header a .ja{
        font-size: 1.0rem;
    }
    .page_headerNav li.active{
        animation: none;
        color: rgb(0,84,144);
    }
}





.page_mainNav{
    position: fixed;
    background: #fff;
    left: 0;
    width: 100%;
    z-index: 100;
    min-width: 1100px;
}

.page_mainNav:after{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(0deg, rgba(0,84,144,0) 0%, rgba(0,84,144,1) 100%);
}


.page_mainNav ul{
    background: rgb(0,84,144);
    display: flex;
    justify-content: center;
}

.page_mainNav li{
    margin: 10px 10px;
}

.page_mainNav a{
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding: 10px;
}

.page_mainNav a p{
    width: 100%;
    text-align: center;
}

.page_mainNav a .en{
    display: none;
}

.page_mainNav a .ja{
    font-size: 1.6rem;
    position: relative;
    /* margin-bottom: .4rem; */
    padding-bottom: .4rem;
}


/* .page_mainNav a .en, .page_mainNav a .ja.single{
    font-size: 1.6rem;
    position: relative;
    margin-bottom: .4rem;
    padding-bottom: .4rem;
}

 */


/* .page_mainNav a .ja{
    font-size: 1.2rem;
} */


.page_mainNav a .ja:before{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #fff;
    /* transition: all .3s ease 0s; */
}

.page_mainNav a:hover .ja:before{
    width: calc(100% + 10px);
}



/* .page_mainNav a .en:before, .page_mainNav a .ja.single:before{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #fff;
    transition: all .3s ease 0s;
}

.page_mainNav a:hover .en:before, .page_mainNav a:hover .ja.single:before{
    width: calc(100% + 10px);
}
 */


@media screen and (max-width: 360px) {
    .page_mainNav{
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        min-width: 360px;
    }
    .page_mainNav ul{
        flex-wrap: wrap;
        padding: 8px 0;
    }
    .page_mainNav li{
        margin: 0;
        align-items: flex-start;
        padding: 0 0.5em;
    }
    .page-information .page_mainNav li{
        width: auto;
    }
    .page_mainNav a{
        /* padding: 10px; */
        padding: 5px; /* for opencampus */
    }
    .page_mainNav a .en, .page_mainNav a .ja.single{
        font-size: 1.4rem;
        margin-top: .5em;
        padding-top: 0px;
    }
    .page_mainNav a .ja{
        font-size: 1.2rem;
    }
    .page_mainNav a .en:before, .page_mainNav a .ja.single:before{
        display: none;
    }
}






.main_section{
    margin-top: 80px;
}

.main_section .title{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.main_section .title:before{
    content: "";
    z-index: -10;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0,84,144);
}

.main_section .title .en, .main_section .title .ja{
    position: relative;
}

.main_section .title .en:before, .main_section .title .ja:before{
    content: "";
    z-index: -1;
    background: #fff;
    display: block;
    position: absolute;
    top: -20px;
    left: -30px;
    height: calc(100% + 40px);
    width: calc(100% + 60px);
}



.main_section .title .ja{
    font-size: 1.6rem;
    margin-top: .4rem;
}

.main_section .title .en, .main_section .title .ja.single{
    font-size: 2.4rem;
    margin-top: 0;
}



.main_section .body{
    margin-top: 40px;
}

@media screen and (max-width: 360px) {
    .main_section{
        margin-top: 40px;
    }

    .main_section .body{
        margin-top: 30px;
    }

    .main_section .title .ja{
        font-size: 1.4rem;
        margin-top: 2px;
    }

    .main_section .title .en, .main_section .title .ja.single{
        font-size: 1.4rem;
        margin-top: 0;
    }
}











footer{
    margin-top: 120px;
    background-color: rgb(0,84,144);
    color: #fff;
    padding: 50px 0 20px;
}

footer .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


#footer_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: flex-start; */
}


#footer_title{
    width: 100%;
    margin-bottom: 30px;
}

#footer_title .en{
    font-size: 1.6rem;
}

#footer_title .ja{
    margin-top: .2rem;
    font-size: 2.6rem;
}


#footer_nav dl{
    margin-top: 30px;
    width: 50%;
}

#footer_nav dt{
    font-size: 1.6rem;
}

#footer_nav dd{
    margin-top: 1rem;
}

#footer_nav dd:nth-child(n + 2){
    margin-top: .5rem;
}

#footer_nav dt, #footer_nav dd{
    /* position: relative; */
}

#footer_nav dl a{
    vertical-align: middle;
}

#footer_nav dl a:before{
    content: "";
    display: inline-block;
    height: 1px;
    width: 0px;
    background: #fff;
    margin-right: 0px;
    transition: all .3s ease 0s;
}

#footer_nav dl a:hover:before{
    width: 10px;
    margin-right: 10px;
}


@media screen and (max-width: 360px) {
    footer{
        margin-top: 60px;
        padding-top: 30px;
    }

    footer .wrapper{
        flex-direction: column-reverse;

    }

    footer #footer_title{
        margin-top: 60px;
        margin-bottom: 0;
    }

    footer #footer_title .ja{
        font-size: 2.4rem;
    }

    #footer_nav dl{
        padding-left: 10px;
        width: 100%;
    }
}


.fb-page{
    min-width: 320px;
}

#copyright{
    margin-top: 50px;
    text-align: center;
}



@media print{
    #top_headerCatch{
        display: none;
    }
    #top_headerSlides{
        display: none;
    }
    #top_headerInfo{
        position: relative;
        top: 50px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    a.linkLabel{
        position: static !important;
        padding: 0 !important;
        color: #000 !important;
    }

    a.linkLabel:after{
        content: "";
        position: static !important;
        background: none !important;
        opacity: 1 !important;
        width: auto !important;
        top: unset !important;
        left: unset !important;
        transition: none !important;
        text-decoration: underline;
    }

    a[href]:after {
      content: " (" attr(href) ")";
    }
    .home header{
        height: auto !important;

    }
    .home nav{
        display: none;
    }
    .small{
        font-size: 1em;
    }

    iframe{
        display: none !important;
    }

    #top_coaMovie{
        padding-bottom: 0 !important;
        /* height: 30px !important; */
    }

    #top_coaMovie:after{
      content: " Movie: Introduction to COA with Japanese Subtitle https://www.youtube.com/watch?v=iK-J9azChXk";
    }

    footer{
        display: none !important;
    }

    body:before{
        text-align: center;
        display: block;
        margin: 30px auto;
        white-space: pre;
        font-size: 2rem;
        line-height: 2;
        content: "Web: https://sga.aust.jp/ \A Facebook:https://fb.me/aust.sga/";
    }

    #top_coa{
        page-break-before: always;
    }

    [data-emergence="hidden"]{
        opacity: 1 !important;
        visibility: visible !important;
    }

    .page_header{
        position: static;
        flex-direction: column;
        align-items: center;
    }

    body{
        padding-top: 0 !important;
    }

    .page_header a[href]:after{
        content: "" !important;
    }

    .page_headerNav li:not(.active){
        display: none !important;
    }
    .page_headerNav li{
        margin-top: 20px !important;
    }

    .page_mainNav{
        display: none !important;
    }

    .section_program{
        page-break-before: always !important;
    }


    .section_life{
        page-break-before: always !important;
    }

    .section_basics{
        page-break-before: always !important;

    }

    .section_fee{
        page-break-before: always !important;

    }

    .section_fee img{
        width: 100vh !important;
        transform: rotate(90deg) translateX(50%) !important;
    }
    .section_fee ul{
        transform: rotate(90deg) !important;
        transform-origin: left !important;
        display: inline-block !important;
    }



}


.highlight:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: .4rem;
    background: #bde4f7;
    opacity: .8;
    border-radius: 2px;
    z-index: -1;
}

.highlight {
    position: relative;
    padding: 0 2px;
    display: inline-block;
    line-height: 1;
}




.link.button{
    margin: 70px auto 0;
    /* width: 100%; */
    /* max-width: 560px; */
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(0,84,144);
    text-align: center;
    padding: 10px 50px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: 3px solid transparent;
}

.link.button:hover{
    background: #fff;
    border-color: rgb(0,84,144);
    color: rgb(0,84,144);
}

.single-news .page_mainNav{
    height: 0px;
    visibility: hidden;
}

.mT5{
    margin-top: 5px;
}
.mT8{
    margin-top: 8px;
}
.mT10{
    margin-top: 10px;
}
.mT15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mT25{
    margin-top: 25px;
}
.mT30{
    margin-top: 30px;
}
.mT40{
    margin-top: 40px;
}
.mT50{
    margin-top: 50px;
}
.mT60{
    margin-top: 60px;
}
.mT70{
    margin-top: 70px;
}
.mT80{
    margin-top: 80px;
}
.mT90{
    margin-top: 90px;
}
.mT100{
    margin-top: 100px;
}
.mT120{
    margin-top: 120px;
}
.mT150{
    margin-top: 150px;
}
.mT200{
    margin-top: 200px;
}


.mT05e{
    margin-top: 0.5em;
}
.mT08e{
    margin-top: 0.8em;
}
.mT10e{
    margin-top: 1em;
}
.mT12e{
    margin-top: 1.2em;
}
.mT15e{
    margin-top: 1.5em;
}
.mT18e{
    margin-top: 1.8em;
}
.mT20e{
    margin-top: 2em;
}
.mT22e{
    margin-top: 2.2em;
}
.mT25e{
    margin-top: 2.5em;
}
.mT28e{
    margin-top: 2.8em;
}
.mT30e{
    margin-top: 3em;
}


.grecaptcha-badge{
    display: none;
}

.page-contact .grecaptcha-badge{
    display: block;
}


#toggleModalNav {
    position: fixed;
    right: 5px;
    top: 40px;
    z-index: 50000;
    width: 50px;
    height: 44px;
    cursor: pointer;
    overflow: hidden;
    display: none;
  }
  @media screen and (max-width: 360px) {
    #toggleModalNav {
    display: inline-block;
      top: 10px;
      right: 5px;
      height: 30px;
      width: 30px;
      background: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      vertical-align: baseline;
      background: none;
      border-radius: 0;
    }
  }
  #toggleModalNav div {
    height: 3px;
    background: #000;
    position: absolute;
    transition: all 0.5s ease 0s;
    display: inline-block;
    border-radius: 4px;
  }
  @media screen and (max-width: 360px) {
    #toggleModalNav div {
      height: 2px;
    }
  }
  #toggleModalNav .top, #toggleModalNav[data-status=close]:hover .top {
    top: 0;
    width: 100%;
    left: 0;
    transform: translateY(0px) rotate(0deg);
  }
  #toggleModalNav .middle, #toggleModalNav[data-status=close]:hover .middle {
    width: 100%;
    opacity: 1;
    top: 20px;
    right: 0;
  }
  @media screen and (max-width: 360px) {
    #toggleModalNav .middle, #toggleModalNav[data-status=close]:hover .middle {
      top: 15px;
    }
  }
  #toggleModalNav .bottom, #toggleModalNav[data-status=close]:hover .bottom {
    bottom: 0;
    right: 0;
    left: 0%;
    transform: translateY(0px) translateX(0) rotate(0deg) scaleX(1);
  }
  #toggleModalNav:hover .top, #toggleModalNav[data-status=open] .top {
    transform: translateY(20px) rotate(45deg);
  }
  @media screen and (max-width: 360px) {
    #toggleModalNav:hover .top, #toggleModalNav[data-status=open] .top {
      transform: translateY(16px) rotate(45deg);
    }
  }
  #toggleModalNav:hover .middle, #toggleModalNav[data-status=open] .middle {
    opacity: 0;
    width: 0%;
  }
  #toggleModalNav:hover .bottom, #toggleModalNav[data-status=open] .bottom {
    right: 0;
    left: 0;
    transform: translateY(-20px) rotate(-45deg) scaleX(1);
  }
  @media screen and (max-width: 360px) {
    #toggleModalNav:hover .bottom, #toggleModalNav[data-status=open] .bottom {
      transform: translateY(-12px) rotate(-45deg) scaleX(1);
    }
  }/*# sourceMappingURL=test.css.map */

  .remodal-overlay{
    background: transparent;
  }

  .remodal-wrapper{
    padding: 0 0 0;
    background: rgba(255,255,255,.85);
  }


  @media screen and (max-width: 360px) {
    #modal_nav{

    }

    #modal_nav .page_headerNav{
        flex-direction: column-reverse;
    }

    #modal_nav .page_headerNav [data-row]{
        flex-direction: column;
    }

    #modal_nav .page_headerNav [data-row] li:nth-of-type(n + 2) {
        margin-left: 0;
        margin-top: 1.2em;
    }

    #modal_nav .page_headerNav [data-row="1"]{
        margin-top: 1.2em;
    }



  }
