@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*--------------------------------------------
SP setting
--------------------------------------------*/
@media screen and (max-width: 480px) {
    div {
        letter-spacing: 0.02em;
    }
    .nav__pc {
        display: none;
    }
    a:hover {
        text-decoration: none;
    }
    body {
        display: block;
        width: 100%;
        position: relative;
        z-index: 0;
        word-break: normal;
        word-wrap: break-word;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    header {
        display: block;
        position: fixed;
        top: 0;
        -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
        box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
        width: 100%;
        background: #fff;
        z-index: 999;
    }
    header .box__header {
        display: block;
        position: relative;
        width: 100%;
        height: 60px;
        top: 0;
        z-index: 10;
    }
    header .box__header .nav__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 60px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem 1rem;
    }
    header .box__header .nav__header .logo {
        display: block;
        width: 280px;
    }
    header .box__header .nav__header .box__nav .nav__sp button {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        background: rgba(51, 51, 51, 0);
        border: none;
        cursor: pointer;
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
        outline: none;
    }
    header .box__header .nav__header .box__nav .nav__sp button .ham01,
    header .box__header .nav__header .box__nav .nav__sp button .ham02 {
        display: block;
        position: absolute;
        width: 35px;
        height: 2px;
        background: #002a5f;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    header .box__header .nav__header .box__nav .nav__sp button .ham01 {
        top: 15%;
    }
    header .box__header .nav__header .box__nav .nav__sp button .ham02 {
        top: 42%;
    }
    header .box__header .nav__header .box__nav .nav__sp button .ham03 {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #002a5f;
        font-weight: bold;
        font-size: 1rem;
        bottom: 10%;
    }
    header .box__header .nav__header .box__nav .nav__sp button .ham01_active {
        top: 30%;
        width: 30px;
        -webkit-transform: rotateZ(405deg);
        -ms-transform: rotate(405deg);
        transform: rotateZ(405deg);
    }
    header .box__header .nav__header .box__nav .nav__sp button .ham02_active {
        top: 30%;
        width: 30px;
        -webkit-transform: rotateZ(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotateZ(-405deg);
    }
    .header__img {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 200px;
        margin: 60px 0 2rem;
        background: url(../img/main.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #464646;
    }
    .header__img::after {
        display: block;
        content: "";
        position: absolute;
        top: -100%;
        left: -50%;
        width: 130%;
        height: 200%;
        background: rgba(135, 206, 118, 0.65);
        -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
    .header__img .header__contents {
        display: block;
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        padding: 0 2rem;
        color: #fff;
    }
    .header__img .header__contents .hc__catch {
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
        line-height: 1.5;
    }
    .header__img .header__contents p {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    .header__img .header__contents .link__catch {
        display: block;
        width: 160px;
        padding: 1.2rem;
        border: 3px solid #fff;
        text-align: center;
        font-size: 1.2rem;
        color: #fff;
        font-weight: bold;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .header__img .header__contents .link__catch span {
        margin-right: 1rem;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .header__img .header__contents .link__catch:hover span {
        margin-right: 2rem;
    }
    .navlist__sp {
        display: block;
        position: fixed;
        width: 280px;
        height: 100%;
        padding-top: 60px;
        top: 0px;
        left: 0;
        -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px);
        background: #fafafa;
        z-index: 20;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navlist__sp a {
        display: block;
        width: 100%;
        padding: 2rem;
        border-bottom: 1px solid #e8e8e8;
        color: #002a5f;
        font-size: 1.3rem;
        font-weight: bold;
    }
    .navlist__sp a span {
        margin-right: 1rem;
    }
    .navlist__open {
        overflow-y: scroll;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    .navlist__open::-webkit-scrollbar {
        display: none;
    }
    .back__black {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(51, 52, 53, 0.58);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 10;
    }
    .bb_active {
        display: block;
    }
    #page-top {
        position: fixed;
        bottom: 25px;
        right: 25px;
        font-size: 12px;
        z-index: 999;
    }
    #page-top a {
        display: block;
        background: rgba(51, 51, 51, 0.7);
        text-decoration: none;
        width: 6rem;
        line-height: 6rem;
        color: #fff;
        text-align: center;
        display: block;
        border-radius: 50%;
    }
    #page-top a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    footer {
        display: block;
        width: 100%;
        background: #212e37;
        padding: 4rem 0 2rem;
    }
    footer .box__footer {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        margin: 0 auto;
    }
    footer .box__footer .contents__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .box__footer .contents__footer .hours {
        display: block;
        width: 100%;
        margin-bottom: 4rem;
    }
    footer .box__footer .contents__footer .hours p {
        display: block;
        width: 100%;
        text-align: left;
        color: #fff;
        font-size: 1.3rem;
    }
    footer .box__footer .contents__footer .hours .title__contents04 {
        font-family: "Quicksand", sans-serif;
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    footer .box__footer .contents__footer .hours .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 1rem 0;
    }
    footer .box__footer .contents__footer .hours .desc__contents04 {
        display: block;
        font-size: 1.4rem;
        margin-bottom: 2rem;
        color: #fff;
    }
    footer .box__footer .contents__footer .hours table {
        width: 100%;
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    footer .box__footer .contents__footer .hours table th {
        padding: 0.5rem 1rem;
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid #d2d2d2;
        font-weight: bold;
        color: #fff;
    }
    footer .box__footer .contents__footer .hours table tr {
        text-align: center;
        border: 1px solid #d2d2d2;
    }
    footer .box__footer .contents__footer .hours table td {
        padding: 1rem 1rem;
        border: 1px solid #d2d2d2;
        color: #fff;
    }
    footer .box__footer .contents__footer .sitemap {
        display: none;
    }
    footer .box__footer .copy {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.6);
        text-align: center;
    }
    .box__schedule {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
    .box__schedule .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__schedule .contents01 .box__contents01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__schedule .contents01 .box__contents01 .hours,
    .box__schedule .contents01 .box__contents01 .blog {
        display: block;
        width: 550px;
    }
    .box__schedule .contents01 .box__contents01 .hours p,
    .box__schedule .contents01 .box__contents01 .blog p {
        display: block;
        width: 100%;
        text-align: right;
        font-size: 1.3rem;
    }
    .box__schedule .contents01 .box__contents01 .hours .title__contents01,
    .box__schedule .contents01 .box__contents01 .blog .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__schedule .contents01 .box__contents01 .hours .line,
    .box__schedule .contents01 .box__contents01 .blog .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 2rem 0;
    }
    .box__schedule .contents01 .box__contents01 .hours .desc__contents01,
    .box__schedule .contents01 .box__contents01 .blog .desc__contents01 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }
    .box__schedule .contents01 .box__contents01 .hours table,
    .box__schedule .contents01 .box__contents01 .blog table {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .box__schedule .contents01 .box__contents01 .hours table th,
    .box__schedule .contents01 .box__contents01 .blog table th {
        padding: 1rem 2rem;
        background: #eeeded;
        border: 1px solid #d2d2d2;
        font-weight: bold;
    }
    .box__schedule .contents01 .box__contents01 .hours table tr,
    .box__schedule .contents01 .box__contents01 .blog table tr {
        text-align: center;
        border: 1px solid #d2d2d2;
    }
    .box__schedule .contents01 .box__contents01 .hours table td,
    .box__schedule .contents01 .box__contents01 .blog table td {
        padding: 1.5rem 2rem;
        border: 1px solid #d2d2d2;
    }
    .box__price {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .box__price .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 4rem;
    }
    .box__price .contents01 .box__contents01 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto 4rem;
    }
    .box__price .contents01 .box__contents01 .subtitle__contents01 {
        color: #002a5f;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 2rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__price .contents01 .box__contents01 .box__class {
        display: block;
        width: 100%;
    }
    .box__price .contents01 .box__contents01 .box__class .unit__class {
        display: block;
        width: 100%;
        margin-bottom: 3rem;
    }
    .box__price .contents01 .box__contents01 .box__class .unit__class .title__class {
        font-size: 1.6rem;
        font-weight: bold;
        color: #51aa3b;
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(33, 46, 55, 0.2);
        padding-bottom: 1rem;
    }
    .box__price .contents01 .box__contents01 .box__class .unit__class .desc__class {
        font-size: 1.6rem;
        text-align: justify;
    }
    .box__price .contents01 .box__contents02 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto;
    }
    .box__price .contents01 .box__contents02 .subtitle__contents02 {
        color: #002a5f;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 2rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__price .contents01 .box__contents02 .desc__contents02 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
        text-align: justify;
    }
    .box__price .contents01 .box__contents02 p {
        font-size: 1.4rem;
        margin-bottom: 6rem;
        text-indent: -1em;
        padding-left: 1em;
    }
    .box__price .contents01 .box__contents02 .overflow {
        overflow-x: scroll;
        margin-bottom: 1rem;
    }
    .box__price .contents01 .box__contents02 .overflow::-webkit-scrollbar {
        height: 5px;
    }
    .box__price .contents01 .box__contents02 .overflow::-webkit-scrollbar-track-piece {
        background: #ddd;
        border-radius: 5px;
    }
    .box__price .contents01 .box__contents02 .overflow::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(0, 42, 95, 0.5);
    }
    .box__price .contents01 .box__contents02 .price01 {
        width: 480px;
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .box__price .contents01 .box__contents02 .price01 tr th {
        background: #f6f6f6;
        border: 1px solid #d2d2d2;
        padding: 1.3rem;
    }
    .box__price .contents01 .box__contents02 .price01 tr td {
        border: 1px solid #d2d2d2;
        padding: 1.5rem;
    }
    .box__price .contents01 .box__contents02 .price01 tr td:nth-child(1) {
        color: #51aa3b;
        font-weight: bold;
    }
    .box__price .contents01 .box__contents02 .price01 tr .t__color {
        color: #ff4b64;
        font-weight: bold;
    }
    .box__price .contents01 .box__contents02 .price01 tr:nth-child(1) {
        color: #002a5f;
    }
    .box__personal {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .box__personal .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 4rem;
    }
    .box__personal .contents01 .box__contents01 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto 2rem;
    }
    .box__personal .contents01 .box__contents01 .subtitle__contents01 {
        color: #002a5f;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 2rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__personal .contents01 .box__contents01 .box__personal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box__personal .contents01 .box__contents01 .box__personal .unit__personal {
        display: block;
        width: 100%;
        margin-bottom: 2.5rem;
    }
    .box__personal .contents01 .box__contents01 .box__personal .unit__personal .title__personal {
        font-size: 1.6rem;
        font-weight: bold;
        color: #51aa3b;
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(33, 46, 55, 0.2);
    }
    .box__personal .contents01 .box__contents01 .box__personal .unit__personal .desc__personal {
        font-size: 1.6rem;
    }
    .box__personal .contents01 .box__contents01 .box__personal .unit__personal .desc__personal .red {
        color: #e5315b;
        font-weight: bold;
    }
    .box__personal .contents01 .box__contents02 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto;
    }
    .box__personal .contents01 .box__contents02 .subtitle__contents02 {
        color: #002a5f;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 2rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__personal .contents01 .box__contents02 p {
        font-size: 1.6rem;
        margin-bottom: 2rem;
        text-align: justify;
        text-indent: -1em;
        padding-left: 1em;
    }
    .box__personal .contents01 .box__contents02 .box__lesson {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson {
        display: block;
        width: 100%;
        margin-bottom: 4rem;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson .img__lesson {
        display: block;
        border-radius: 50%;
        margin-bottom: 1rem;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson .img__lesson img {
        display: block;
        width: 50%;
        margin: 0 auto;
        border-radius: 50%;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson .name {
        font-size: 1.6rem;
        text-align: center;
        margin: 2rem 0;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson .name span {
        font-size: 1.4rem;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson table {
        width: 80%;
        font-size: 1.4rem;
        margin: 0 auto;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson table tr td:nth-child(1) {
        width: 40%;
        text-align: right;
        padding: 1rem 0;
        padding-right: 1rem;
        font-weight: bold;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson table tr td:nth-child(2) {
        width: 60%;
        padding: 1rem 0;
        padding-left: 1rem;
    }
    .box__access {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .box__access .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 2rem;
    }
    .box__access .contents01 .box__contents01 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 1.5rem;
        margin: 0 auto;
    }
    .box__access .contents01 .box__contents01 .units__contents01 {
        display: block;
        width: 100%;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__map {
        display: block;
        width: 100%;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__map iframe {
        width: 100%;
        height: 300px;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc {
        display: block;
        width: 100%;
        padding: 2rem 0;
        font-size: 1.6rem;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc .tel {
        font-size: 2rem;
        font-weight: bold;
        color: #002a5f;
        margin-top: 0.5em;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc .tel .fa-phone {
        margin-right: 1rem;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc .line {
        display: block;
        width: 100%;
        margin: 2rem 0;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc .fa-square {
        color: #87ce76;
        margin-right: 1rem;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc strong {
        display: block;
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc p {
        font-size: 1.6rem;
        margin-bottom: 2rem;
        text-align: justify;
    }
    .box__access .box__contents02 {
        display: block;
        width: 100%;
        padding: 8rem 1rem 0;
        margin: -8rem auto 0;
    }
    .box__access .box__contents02 .subtitle__contents02 {
        color: #002a5f;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 0 0 2rem;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__access .box__contents02 .desc__contents02 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
        text-align: justify;
    }
    .box__access .box__contents02 p {
        font-size: 1.6rem;
        margin-bottom: 2rem;
        text-align: justify;
    }
    .box__access .box__contents02 p br {
        display: none;
    }
    .box__access .box__contents02 h3 {
        color: #ffa345;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    .box__access .box__contents02 .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .box__access .box__contents02 .flex .unit_flex {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
        font-size: 1.4rem;
        text-align: right;
    }
    .box__access .box__contents02 .flex .unit_flex img {
        display: block;
        width: 100%;
    }
    .box__access .box__contents02 ul {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }
    .box__access .box__contents02 ul li {
        text-indent: -1.7rem;
        padding-left: 1.7rem;
        text-align: justify;
    }
    .box__question {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .box__question .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
        padding-top: 2rem;
    }
    .box__question .contents01 .box__contents01 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto;
    }
    .box__question .contents01 .box__contents01 .unit__qa {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__question .contents01 .box__contents01 .unit__qa .desc__question {
        display: block;
        position: relative;
        font-size: 1.6rem;
        font-weight: bold;
        color: #393939;
        margin-bottom: 4rem;
        padding: 0 2rem;
        text-align: justify;
    }
    .box__question .contents01 .box__contents01 .unit__qa .desc__question br {
        display: none;
    }
    .box__question .contents01 .box__contents01 .unit__qa .desc__question::before {
        display: block;
        content: "Question";
        position: absolute;
        font-weight: bold;
        top: -35px;
        left: 0;
        font-size: 4rem;
        color: #f1f1f1;
        z-index: -1;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer .img__answer {
        display: block;
        width: 100%;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer .img__answer img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer .img__answer .qa_02 {
        width: 80%;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer .desc__answer {
        display: block;
        position: relative;
        width: 100%;
        font-size: 1.6rem;
        color: #393939;
        font-weight: bold;
        margin-bottom: 4rem;
        padding: 0 2rem;
        text-align: justify;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer .desc__answer::before {
        display: block;
        content: "Answer";
        position: absolute;
        font-weight: bold;
        top: -35px;
        left: 0;
        font-size: 4rem;
        color: #f1f1f1;
        z-index: -1;
    }
    .box__join {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .box__join .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 4rem;
    }
    .box__join .contents01 .box__contents01 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 1rem auto 0;
    }
    .box__join .contents01 .box__contents01 .modal {
        display: none;
    }
    .box__join .contents01 .box__contents01 .box__step {
        display: block;
        position: relative;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2rem;
    }
    .box__join .contents01 .box__contents01 .box__step .num__step {
        display: block;
        position: absolute;
        width: 90px;
        background: #79d1c5;
        padding: 0.5rem 0;
        font-family: "Quicksand", sans-serif;
        font-size: 1.6rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin-bottom: 1rem;
        border-radius: 4px;
    }
    .box__join .contents01 .box__contents01 .box__step .num__step br {
        display: none;
    }
    .box__join .contents01 .box__contents01 .box__step .desc__step {
        display: block;
        width: 100%;
        margin-bottom: 2rem;
    }
    .box__join .contents01 .box__contents01 .box__step .desc__step .desc01__step {
        font-size: 1.8rem;
        color: #002a5f;
        font-weight: bold;
        margin-bottom: 1rem;
        padding: 0.5rem 0 0.5rem 10rem;
    }
    .box__join .contents01 .box__contents01 .box__step .desc__step .desc02__step {
        font-size: 1.6rem;
        text-align: justify;
    }
    .box__join .contents01 .box__contents01 .box__step .desc__step .desc02__step br {
        display: none;
    }
    .box__join .contents01 .box__contents01 .box__step .desc__step .desc02__step .tel {
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        color: #002a5f;
        margin-top: 0.5em;
    }
    .box__join .contents01 .box__contents01 .box__step .desc__step .desc02__step .tel .fa-phone {
        margin-right: 1rem;
    }
    .box__join .contents01 .box__contents01 .box__tours {
        display: block;
        width: 100%;
        margin: 1rem auto 4rem;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 2rem;
        background: url(../img/join_bg.png) no-repeat;
        background-color: #f6f6f6;
        border-radius: 8px;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .img__tours {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours {
        display: block;
        width: 100%;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .title__tours {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .title__tours .icon__tours {
        display: block;
        margin: 0 0.5rem 0 -0.5rem;
        width: 30px;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .title__tours span {
        font-size: 1.8rem;
        font-weight: bold;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .subdesc__tours {
        font-size: 1.6rem;
        text-align: justify;
        margin-bottom: 2rem;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .subdesc__tours br {
        display: none;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .link__tours {
        display: block;
        width: 90%;
        border: 2px solid #002a5f;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        padding: 1.5rem 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        margin: 0 auto;
        background: #002a5f;
        color: #fff;
        -webkit-box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
    }
    .box__join .contents01 .box__contents01 .box__bring {
        display: block;
        width: 100%;
        margin-bottom: 4rem;
    }
    .box__join .contents01 .box__contents01 .box__bring .unit__bring {
        display: block;
        width: 100%;
        border: 2px solid #e5315b;
        padding: 1rem;
        border-radius: 4px;
    }
    .box__join .contents01 .box__contents01 .box__bring .unit__bring .title__bring {
        font-size: 1.8rem;
        font-weight: bold;
        color: #e5315b;
        margin-bottom: 1.5rem;
    }
    .box__join .contents01 .box__contents01 .box__bring .unit__bring .list__bring {
        font-size: 1.6rem;
    }
    .box__join .contents01 .box__contents01 .box__bring .unit__bring .list__bring li {
        margin-bottom: 1rem;
        text-indent: -1.6em;
        padding-left: 1.6em;
        text-align: justify;
    }
    .box__join .contents01 .box__contents01 .box__bring .unit__bring .list__bring li strong {
        font-weight: bold;
        margin-left: -0.5em;
    }
    .box__join .contents01 .marker {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
        background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
        background: -o-linear-gradient(transparent 60%, #ffff66 60%);
        background: linear-gradient(transparent 60%, #ffff66 60%);
        font-weight: bold;
    }
    .box__facility {
        display: block;
        width: 100%;
        margin: -1rem auto 0;
    }
    .box__facility .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 2rem;
    }
    .box__facility .contents01 .box__contents01 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__facility .contents01 .box__contents01 section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        position: relative;
        margin-bottom: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .box__facility .contents01 .box__contents01 section .desc__box {
        display: block;
        width: 100%;
        background: #fafafa;
        padding: 1rem;
        border-bottom: 1px solid #002a5f;
    }
    .box__facility .contents01 .box__contents01 section .desc__box h1 {
        color: #002a5f;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    .box__facility .contents01 .box__contents01 section .desc__box .desc__unit {
        font-size: 1.6rem;
        text-align: justify;
    }
    .box__facility .contents01 .box__contents01 section .desc__box .desc__unit br {
        display: none;
    }
    .box__facility .contents01 .box__contents01 section .cate01 {
        border-bottom: 1px solid #70af61;
    }
    .box__facility .contents01 .box__contents01 section .cate01 h1 {
        color: #70af61;
    }
    .box__facility .contents01 .box__contents01 section .cate03 {
        border-bottom: 1px solid #ffbe1c;
    }
    .box__facility .contents01 .box__contents01 section .cate03 h1 {
        color: #ffbe1c;
    }
    .box__facility .contents01 .box__contents01 section .cate04 {
        border-bottom: 1px solid #6baafb;
    }
    .box__facility .contents01 .box__contents01 section .cate04 h1 {
        color: #6baafb;
    }
    .box__facility .contents01 .box__contents01 section .img__box {
        display: block;
        width: 100%;
    }
    .box__program {
        display: block;
        width: 100%;
        margin: -1rem auto 0;
    }
    .box__program .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 4rem;
    }
    .box__program .contents01 .box__contents01 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto;
    }
    .box__program .contents01 .box__contents01 .pagelink {
        display: block;
        width: 100%;
        margin-bottom: 2rem;
    }
    .box__program .contents01 .box__contents01 .pagelink a {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        color: #fff;
        background: #002a5f;
        font-weight: bold;
        padding: 1.5rem 2rem;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 4px;
        margin-bottom: 1rem;
    }
    .box__program .contents01 .box__contents01 .pagelink a:hover {
        -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4);
    }
    .box__program .contents01 .box__contents01 .box__studio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box__program .contents01 .box__contents01 .box__studio .unit__studio {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(85, 85, 85, 0.26);
        margin-bottom: 2rem;
    }
    .box__program .contents01 .box__contents01 .box__studio .unit__studio .title__studio {
        font-size: 1.6rem;
        font-weight: bold;
        color: #51aa3b;
        padding: 1rem 0 1rem;
    }
    .box__program .contents01 .box__contents01 .box__studio .unit__studio .desc__studio {
        font-size: 1.6rem;
        padding: 0 0 1rem;
        text-align: justify;
    }
    .box__program .contents01 #ballet {
        display: block;
        padding-top: 7rem;
        margin-top: -7rem;
    }
    .box__program .contents01 .box__ballet {
        display: block;
        position: relative;
        width: calc(100% - 2rem);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 5rem auto 2rem;
        background: #f7edd9;
        border-radius: 4px;
        padding-bottom: 2rem;
    }
    .box__program .contents01 .box__ballet .img__ballet {
        display: block;
        position: absolute;
        width: 100px;
        top: -2rem;
        left: -1rem;
        z-index: 10;
    }
    .box__program .contents01 .box__ballet .desc__box {
        display: block;
        position: relative;
        width: 100%;
    }
    .box__program .contents01 .box__ballet .desc__box .title__box {
        display: block;
    }
    .box__program .contents01 .box__ballet .desc__box .title__box .title__bg {
        display: block;
        width: 100%;
        height: 130px;
        background: #fe9741;
        -webkit-transform: skewY(-10deg);
        -ms-transform: skewY(-10deg);
        transform: skewY(-10deg);
        border-radius: 4px;
        background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0), -webkit-radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0);
        background-image: -o-radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0), -o-radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0);
        background-image: radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0), radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0);
        background-position: 0 0, 10px 10px;
        background-size: 20px 20px;
    }
    .box__program .contents01 .box__ballet .desc__box .title__box .title__ballet {
        display: inline-block;
        font-family: "Noto Sans JP", sans-serif;
        width: calc(100% - 120px);
        position: absolute;
        color: #fff;
        font-weight: 900;
        font-size: 1.6rem;
        line-height: 1.5;
        top: 2rem;
        right: 2rem;
        z-index: 10;
        text-align: justify;
    }
    .box__program .contents01 .box__ballet .desc__box .title__box .title__ballet br {
        display: none;
    }
    .box__program .contents01 .box__ballet .desc__box .desc__unit {
        display: block;
        width: 100%;
        margin: 4rem 0 0 auto;
        padding: 0 1rem;
        text-align: justify;
    }
    .box__program .contents01 .box__ballet .desc__box .desc__unit p {
        font-size: 1.6rem;
        margin: 1rem 0 2rem;
    }
    .box__program .contents01 .box__ballet .desc__box .desc__unit .subtitle__box {
        display: inline;
        font-family: "Noto Sans JP", sans-serif;
        position: relative;
        font-size: 1.6rem;
        font-weight: bold;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffff66));
        background: -webkit-linear-gradient(transparent 60%, #ffff66 0%);
        background: -o-linear-gradient(transparent 60%, #ffff66 0%);
        background: linear-gradient(transparent 60%, #ffff66 0%);
        line-height: 1.6;
    }
    .box__program .contents01 .box__contents02 {
        display: block;
        width: 100%;
        padding: 8rem 1rem 0;
        margin: -8rem auto 0;
    }
    .box__program .contents01 .box__contents02 .subtitle__contents02 {
        color: #002a5f;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 2rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__program .contents01 .box__contents02 .desc__contents02 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
        text-align: justify;
    }
    .box__program .contents01 .box__contents02 .box__link {
        display: block;
        width: 100%;
        margin-bottom: 2rem;
    }
    .box__program .contents01 .box__contents02 .box__link a {
        display: block;
        background: #002a5f;
        color: #fff;
        font-weight: 500;
        font-size: 1.4rem;
        width: 100%;
        margin-bottom: 2rem;
        padding: 2rem;
        text-align: center;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
    .box__program .contents01 .box__contents02 .box__link a .fa-download {
        margin-right: 1rem;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .box__program .contents01 .box__contents02 .overflow {
        overflow-x: scroll;
        margin-bottom: 1rem;
    }
    .box__program .contents01 .box__contents02 .overflow::-webkit-scrollbar {
        height: 5px;
    }
    .box__program .contents01 .box__contents02 .overflow::-webkit-scrollbar-track {
        background: #ddd;
        border-radius: 5px;
    }
    .box__program .contents01 .box__contents02 .overflow::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(0, 42, 95, 0.5);
    }
    .box__program .contents01 .box__contents02 .img__program {
        display: block;
        width: 800px;
    }
    .box__staff {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .box__staff .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 4rem;
    }
    .box__staff .contents01 .box__contents01 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto;
    }
    .box__staff .contents01 .box__contents01 .units__staff {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff {
        display: block;
        width: 100%;
        margin-bottom: 4rem;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff01 {
        display: block;
        width: 60%;
        padding: 2rem;
        margin: 0 auto;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff01 .img__staff {
        display: block;
        border-radius: 50%;
        margin-bottom: 1rem;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff01 .img__staff img {
        display: block;
        border-radius: 50%;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff01 .name__staff {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        text-align: center;
        font-weight: bold;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff01 .position {
        text-align: center;
        font-size: 1.3rem;
        margin: 2rem 0 1rem;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff02 {
        display: block;
        width: 100%;
        padding: 1rem;
        font-size: 1.6rem;
        background: #f4f4f4;
        border-radius: 8px;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff02 .title__desc {
        display: block;
        width: 100%;
        font-weight: bold;
        border-bottom: 1px dotted #87ce76;
        color: #87ce76;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff02 p {
        margin-bottom: 1rem;
        text-align: justify;
    }
    .box__feedback {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .box__feedback .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 2rem;
    }
    .box__feedback .contents01 .box__contents01 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto;
    }
    .box__feedback .contents01 .box__contents01 .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    .box__feedback .contents01 .box__contents01 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 1rem 0;
    }
    .box__feedback .contents01 .box__contents01 .box__studio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }
    .box__feedback .contents01 .box__contents01 .box__studio .unit__studio {
        display: block;
        width: 48%;
        border-bottom: 1px solid rgba(85, 85, 85, 0.26);
        margin-bottom: 2rem;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .box__feedback .contents01 .box__contents01 .box__studio .unit__studio .title__studio {
        font-size: 1.4rem;
        font-weight: bold;
        color: #002a5f;
        padding: 1rem 0rem 2rem;
        text-align: justify;
    }
    .box__feedback .contents01 .box__contents01 .box__studio .unit__studio .btn__read {
        display: block;
        width: 100%;
        border: 1px solid #999;
        padding: 1rem 1rem;
        text-align: center;
        font-size: 1.1rem;
        color: #fff;
        font-weight: bold;
        margin: 0 auto 1rem;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background: #002a5f;
        border: 1px solid #002a5f;
    }
    .box__feedback .contents01 .box__contents01 .box__studio .unit__studio .btn__read .fa-angle-right {
        margin-right: 0.5rem;
    }
    .box__feedback .contents01 .box__contents01 .box__archive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box__feedback .contents01 .box__contents01 .box__archive .archive {
        display: block;
        width: 100%;
        color: #fff;
        padding: 1.5rem 1rem;
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 1.5rem;
        font-weight: bold;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    }
    .box__feedback .contents01 .box__contents01 .letter .archive {
        background: #eb9a3b;
    }
    .box__feedback .contents01 .box__contents01 .life .archive {
        background: #87ce76;
    }
    .box__feedback_2nd {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .box__feedback_2nd .contents00 {
        display: block;
        width: 100%;
        margin-bottom: 2rem;
    }
    .box__feedback_2nd .contents00 .catch {
        display: block;
        width: 100%;
        padding: 2rem 1rem;
        margin: -1rem auto 1rem;
        color: #002a5f;
        font-size: 1.8rem;
        font-weight: bold;
        border-top: 2px solid #002a5f;
        border-bottom: 2px solid #002a5f;
    }
    .box__feedback_2nd .contents00 .catch br {
        display: none;
    }
    .box__feedback_2nd .contents00 .box__contents00 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto 4rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .box__feedback_2nd .contents00 .box__contents00 .unit__feedback01 {
        display: block;
        width: 100%;
    }
    .box__feedback_2nd .contents00 .box__contents00 .unit__feedback01 img {
        width: 100%;
    }
    .box__feedback_2nd .contents00 .box__contents00 .unit__feedback02 {
        display: block;
        width: 100%;
        padding: 0 1rem 2rem;
        border-bottom: 1px solid rgba(85, 85, 85, 0.26);
    }
    .box__feedback_2nd .contents00 .box__contents00 .unit__feedback02 .title {
        font-size: 1.6rem;
        font-weight: bold;
        color: #002a5f;
        padding: 1rem 0 0;
        text-align: justify;
        margin-bottom: 1rem;
    }
    .box__feedback_2nd .contents00 .box__contents00 .unit__feedback02 .desc {
        font-size: 1.6rem;
        text-align: justify;
    }
    .box__feedback_2nd .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 4rem;
    }
    .box__feedback_2nd .contents01 .box__contents01 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb {
        display: block;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(85, 85, 85, 0.26);
        margin-bottom: 4rem;
        padding-bottom: 2rem;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb .img__fb {
        display: block;
        width: 100%;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb .img__fb img {
        width: 100%;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb .title__fb {
        font-size: 1.6rem;
        font-weight: bold;
        color: #002a5f;
        padding: 1rem;
        text-align: justify;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb .desc__fb {
        font-size: 1.6rem;
        color: #333;
        padding: 0 1rem 1rem;
        text-align: justify;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb .desc__fb .red {
        color: red;
        font-weight: bold;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb .desc__fb .blue {
        color: blue;
        font-weight: bold;
    }
    .box__news {
        display: block;
        width: 100%;
        margin: -2rem auto 0;
    }
    .box__news .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 4rem;
    }
    .box__news .contents01 .box__contents01 {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin: 0 auto;
    }
    .box__news .contents01 .box__contents01 .news {
        width: 100%;
        font-size: 1.3rem;
    }
    .box__news .contents01 .box__contents01 .news tr {
        display: table;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 1rem;
    }
    .box__news .contents01 .box__contents01 .news tr th {
        width: 110px;
        padding: 0.5rem 0 1.5rem;
        font-size: 1rem;
    }
    .box__news .contents01 .box__contents01 .news tr .cate {
        display: block;
        margin: 0 auto;
        padding: 1.3rem 0;
        font-weight: bold;
    }
    .box__news .contents01 .box__contents01 .news tr .letter {
        background: #eb9a3b;
        color: #fff;
    }
    .box__news .contents01 .box__contents01 .news tr .info {
        background: #002a5f;
        color: #fff;
    }
    .box__news .contents01 .box__contents01 .news tr .life {
        background: #87ce76;
        color: #fff;
    }
    .box__news .contents01 .box__contents01 .news tr td {
        padding: 0.5rem 0rem 1.5rem 1rem;
        text-align: justify;
        line-height: 1.4;
        font-size: 1.4rem;
    }

    .box__news .contents01 .subtitle__contents01 {
        color: #002a5f;
        font-size: 2.2rem;
        font-weight: bold;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 0.5rem;
        display: block;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .box__news .hc__catch {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        line-height: 1.5;
    }
	.box__news table.t_schedule,
	.box__news table.t_schedule tr,
	.box__news table.t_schedule td {
		border-collapse: collapse;
		border: solid 1px #333333;
	}
	.box__news table.t_schedule thead tr,
	.box__news table.t_schedule thead tr th,
	.box__news table.t_schedule tr.tida td.tit {
		background-color: #eeeeee;
		font-weight: bold;
	}
	
	.box__news table.t_schedule tr.txt td {
		padding: 10px;
	}
	
	.box__news table.t_schedule tr.tida td {
		text-align: center;
		
	}

    .box__news .month {
        font-size: 3rem;
        font-weight: bold;
        color: #e41274;
        border-bottom: solid 2px #e41274;
    }
    .box__news ul.warning {
		margin: 20px 0 0 20px;
    }
	.box__news ul.warning li {
		margin-top: 15px;
	}
    .box__news .tel {
        font-size: 3rem;
        font-weight: bold;
        color: #116fb6;
    }
    .box__news .detail {
        text-align: center;
        font-size: 2rem;
    }
    .box__news .pc {
        display: none;
    }
}

@media screen and (min-width: 480px) {
    .nav__sp,
    .navlist__sp {
        display: none;
    }
    a:hover {
        text-decoration: none;
    }
    body {
        display: block;
        width: 100%;
        min-height: 100%;
        padding-bottom: 60rem;
        position: relative;
        z-index: 0;
        word-break: normal;
        word-wrap: break-word;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    header {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        min-width: 1200px;
        -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
        box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
        background: #fff;
        z-index: 999;
    }
    header .box__header {
        display: block;
        position: relative;
        width: 100%;
        height: 60px;
        top: 0;
        z-index: 10;
    }
    header .box__header .nav__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 60px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem;
    }
    header .box__header .nav__header .logo {
        display: block;
        width: 400px;
    }
    header .box__header .nav__header .box__nav .nav__pc a {
        font-size: 1.3rem;
        color: #002a5f;
        margin-left: 2.4rem;
        font-weight: bold;
    }
    header .box__header .nav__header .box__nav .nav__pc a span {
        margin-right: 0.5rem;
    }
    header .box__header .nav__header .box__nav .nav__pc a:hover {
        opacity: 0.8;
    }
    .header__img {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 200px;
        margin: 60px 0 4rem;
        background: url(../img/main_2nd.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: auto;
        background-color: #464646;
        min-width: 1200px;
    }
    .header__img::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(120, 183, 105, 0.4);
    }
    .header__img .header__contents {
        display: block;
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
        padding: 0 2rem;
        color: #fff;
    }
    .header__img .header__contents .hc__catch {
        color: #fff;
        font-size: 3.2rem;
        font-weight: bold;
        margin-bottom: 1rem;
        line-height: 1.5;
    }
    .header__img .header__contents p {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .header__img .header__contents .link__catch {
        display: block;
        width: 220px;
        padding: 1.5rem;
        border: 3px solid #fff;
        text-align: center;
        font-size: 1.4rem;
        color: #fff;
        font-weight: bold;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .header__img .header__contents .link__catch span {
        margin-right: 1rem;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .header__img .header__contents .link__catch:hover span {
        margin-right: 2rem;
    }
    .box__schedule {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
    .box__schedule .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__schedule .contents01 .box__contents01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__schedule .contents01 .box__contents01 .hours,
    .box__schedule .contents01 .box__contents01 .blog {
        display: block;
        width: 550px;
    }
    .box__schedule .contents01 .box__contents01 .hours p,
    .box__schedule .contents01 .box__contents01 .blog p {
        display: block;
        width: 100%;
        text-align: right;
        font-size: 1.3rem;
    }
    .box__schedule .contents01 .box__contents01 .hours .title__contents01,
    .box__schedule .contents01 .box__contents01 .blog .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__schedule .contents01 .box__contents01 .hours .line,
    .box__schedule .contents01 .box__contents01 .blog .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 2rem 0;
    }
    .box__schedule .contents01 .box__contents01 .hours .desc__contents01,
    .box__schedule .contents01 .box__contents01 .blog .desc__contents01 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }
    .box__schedule .contents01 .box__contents01 .hours table,
    .box__schedule .contents01 .box__contents01 .blog table {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .box__schedule .contents01 .box__contents01 .hours table th,
    .box__schedule .contents01 .box__contents01 .blog table th {
        padding: 1rem 2rem;
        background: #eeeded;
        border: 1px solid #d2d2d2;
        font-weight: bold;
    }
    .box__schedule .contents01 .box__contents01 .hours table tr,
    .box__schedule .contents01 .box__contents01 .blog table tr {
        text-align: center;
        border: 1px solid #d2d2d2;
    }
    .box__schedule .contents01 .box__contents01 .hours table td,
    .box__schedule .contents01 .box__contents01 .blog table td {
        padding: 1.5rem 2rem;
        border: 1px solid #d2d2d2;
    }
    .box__price {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
    .box__price .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__price .contents01 .box__contents01 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__price .contents01 .box__contents01 .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__price .contents01 .box__contents01 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 2rem 0;
    }
    .box__price .contents01 .box__contents01 .subtitle__contents01 {
        color: #002a5f;
        font-size: 2.2rem;
        font-weight: bold;
        margin: 4rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__price .contents01 .box__contents01 .box__class {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box__price .contents01 .box__contents01 .box__class .unit__class {
        display: block;
        width: 30%;
        margin-bottom: 8rem;
    }
    .box__price .contents01 .box__contents01 .box__class .unit__class:nth-child(3n-1) {
        margin-left: 5%;
        margin-right: 5%;
    }
    .box__price .contents01 .box__contents01 .box__class .unit__class .title__class {
        font-size: 1.8rem;
        font-weight: bold;
        color: #51aa3b;
        margin-bottom: 2rem;
        border-bottom: 1px solid rgba(33, 46, 55, 0.2);
        padding-bottom: 1rem;
    }
    .box__price .contents01 .box__contents01 .box__class .unit__class .desc__class {
        font-size: 1.6rem;
    }
    .box__price .contents01 .box__contents02 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__price .contents01 .box__contents02 .subtitle__contents02 {
        color: #002a5f;
        font-size: 2.2rem;
        font-weight: bold;
        margin: 4rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__price .contents01 .box__contents02 .desc__contents02 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .box__price .contents01 .box__contents02 p {
        font-size: 1.6rem;
        margin-bottom: 6rem;
    }
    .box__price .contents01 .box__contents02 .price01 {
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .box__price .contents01 .box__contents02 .price01 tr th {
        background: #f6f6f6;
        border: 1px solid #d2d2d2;
        padding: 1.5rem;
    }
    .box__price .contents01 .box__contents02 .price01 tr td {
        border: 1px solid #d2d2d2;
        padding: 1.5rem;
    }
    .box__price .contents01 .box__contents02 .price01 tr td:nth-child(1) {
        color: #51aa3b;
        font-weight: bold;
    }
    .box__price .contents01 .box__contents02 .price01 tr .t__color {
        color: #ff4b64;
        font-weight: bold;
    }
    .box__price .contents01 .box__contents02 .price01 tr:nth-child(1) {
        color: #002a5f;
    }
    .box__personal {
        display: block;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .box__personal .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__personal .contents01 .box__contents01 {
        display: block;
        width: 100%;
        min-width: 1200px;
        padding: 0 2rem;
        margin: 0 auto;
    }
    .box__personal .contents01 .box__contents01 .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__personal .contents01 .box__contents01 .desc__contents01 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .box__personal .contents01 .box__contents01 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 2rem 0;
    }
    .box__personal .contents01 .box__contents01 .subtitle__contents01 {
        color: #002a5f;
        font-size: 2.2rem;
        font-weight: bold;
        margin: 4rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__personal .contents01 .box__contents01 .box__personal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box__personal .contents01 .box__contents01 .box__personal .unit__personal {
        display: block;
        width: 45%;
        margin-bottom: 8rem;
    }
    .box__personal .contents01 .box__contents01 .box__personal .unit__personal .title__personal {
        font-size: 1.8rem;
        font-weight: bold;
        color: #51aa3b;
        margin-bottom: 2rem;
        border-bottom: 1px solid rgba(33, 46, 55, 0.2);
        padding-bottom: 1rem;
    }
    .box__personal .contents01 .box__contents01 .box__personal .unit__personal .desc__personal {
        font-size: 1.6rem;
    }
    .box__personal .contents01 .box__contents01 .box__personal .unit__personal .desc__personal .red {
        color: #e5315b;
        font-weight: bold;
    }
    .box__personal .contents01 .box__contents02 {
        display: block;
        width: 100%;
        min-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__personal .contents01 .box__contents02 .subtitle__contents02 {
        color: #002a5f;
        font-size: 2.2rem;
        font-weight: bold;
        margin: 2rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__personal .contents01 .box__contents02 .desc__contents02 {
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }
    .box__personal .contents01 .box__contents02 p {
        font-size: 1.6rem;
        margin-bottom: 6rem;
    }
    .box__personal .contents01 .box__contents02 .box__lesson {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson {
        display: block;
        width: 20%;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson .img__lesson {
        display: block;
        border-radius: 50%;
        margin-bottom: 1rem;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson .img__lesson img {
        display: block;
        width: 90%;
        margin: 0 auto;
        border-radius: 50%;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson .name {
        font-size: 1.5rem;
        text-align: center;
        margin: 2rem 0;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson .name span {
        font-size: 1.3rem;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson table {
        width: 100%;
        font-size: 1.3rem;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson table tr td:nth-child(1) {
        width: 40%;
        text-align: right;
        padding: 1rem;
        font-weight: bold;
    }
    .box__personal .contents01 .box__contents02 .box__lesson .unit__lesson table tr td:nth-child(2) {
        width: 60%;
        padding: 1rem;
    }
    .box__access {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
    .box__access .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__access .contents01 .box__contents01 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        margin: 0 auto;
    }
    .box__access .contents01 .box__contents01 .units__contents01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__map {
        display: block;
        width: 40%;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__map iframe {
        width: 100%;
        height: 464px;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc {
        display: block;
        width: 60%;
        padding: 0 3rem;
        font-size: 1.5rem;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc .tel {
        font-size: 2.4rem;
        font-weight: bold;
        color: #002a5f;
        margin-top: 0.5em;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc .tel .fa-phone {
        margin-right: 1rem;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc .line {
        display: block;
        width: 100%;
        margin: 2rem 0;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc .fa-square {
        color: #87ce76;
        margin-right: 1rem;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc strong {
        font-weight: bold;
        font-size: 1.6rem;
    }
    .box__access .contents01 .box__contents01 .units__contents01 .unit__desc p {
        padding-left: 2.4rem;
        margin-bottom: 4rem;
        font-size: 1.6rem;
    }
    .box__access .box__contents02 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 7rem 2rem 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: -7rem auto 0;
    }
    .box__access .box__contents02 .subtitle__contents02 {
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin: 4rem 0;
        border-left: 3px solid #002a5f;
        line-height: 4.8rem;
        padding-left: 1rem;
    }
    .box__access .box__contents02 .desc__contents02 {
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }
    .box__access .box__contents02 h3 {
        color: #ffa345;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
        border-bottom: 1px solid #ffa345;
        padding-bottom: 1rem;
    }
    .box__access .box__contents02 p {
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }
    .box__access .box__contents02 .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 4rem;
    }
    .box__access .box__contents02 .flex .unit_flex {
        display: block;
        width: 30%;
        font-size: 1.5rem;
    }
    .box__access .box__contents02 .flex .unit_flex img {
        display: block;
        width: 100%;
    }
    .box__access .box__contents02 ul {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }
    .box__question {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
    .box__question .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
        padding-top: 8rem;
    }
    .box__question .contents01 .box__contents01 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__question .contents01 .box__contents01 .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__question .contents01 .box__contents01 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 2rem 0;
    }
    .box__question .contents01 .box__contents01 .desc__contents01 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 12rem;
    }
    .box__question .contents01 .box__contents01 .unit__qa {
        display: block;
        width: 100%;
        margin-bottom: 20rem;
    }
    .box__question .contents01 .box__contents01 .unit__qa .desc__question {
        display: block;
        position: relative;
        font-size: 2.4rem;
        font-weight: bold;
        color: #393939;
        padding-left: 5rem;
        margin-bottom: 6rem;
    }
    .box__question .contents01 .box__contents01 .unit__qa .desc__question::before {
        display: block;
        content: "Question";
        position: absolute;
        font-weight: bold;
        top: -90px;
        left: 0;
        font-size: 10rem;
        color: #f1f1f1;
        z-index: -1;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer .img__answer {
        display: block;
        width: 50%;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer .img__answer img {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer .img__answer .qa_02 {
        width: 65%;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer .desc__answer {
        display: block;
        position: relative;
        width: 50%;
        font-size: 1.8rem;
        color: #393939;
        padding-left: 5rem;
        font-weight: bold;
    }
    .box__question .contents01 .box__contents01 .unit__qa .box__answer .desc__answer::before {
        display: block;
        content: "Answer";
        position: absolute;
        font-weight: bold;
        top: -90px;
        left: 0;
        font-size: 10rem;
        color: #f1f1f1;
        z-index: -1;
    }
    .box__join {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
    .box__join .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__join .contents01 .box__contents01 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__join .contents01 .box__contents01 .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__join .contents01 .box__contents01 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 2rem 0;
    }
    .box__join .contents01 .box__contents01 .modal {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(51, 51, 51, 0.5);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        z-index: 10;
    }
    .box__join .contents01 .box__contents01 .modal .modal__content {
        display: block;
        width: 100%;
        max-width: 1040px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .box__join .contents01 .box__contents01 .modal .modal__content img {
        display: block;
        width: 100%;
    }
    .box__join .contents01 .box__contents01 .modal .modal__content .modal__close {
        display: block;
        width: 5rem;
        line-height: 5rem;
        position: absolute;
        bottom: -2.5rem;
        right: -2.5rem;
        font-size: 2rem;
        color: #fff;
        background: #002a5f;
        text-align: center;
        border-radius: 50%;
    }
    .box__join .contents01 .box__contents01 .modal .modal__content .modal__close:hover {
        cursor: pointer;
    }
    .box__join .contents01 .box__contents01 .desc__contents01 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }
    .box__join .contents01 .box__contents01 .box__step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .box__join .contents01 .box__contents01 .box__step .num__step {
        display: block;
        position: relative;
        width: 100px;
        background: #79d1c5;
        padding: 2rem 2rem;
        border-radius: 50%;
        font-family: "Quicksand", sans-serif;
        font-size: 2.4rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        letter-spacing: 0px;
        margin-right: 4rem;
        margin-left: 2rem;
    }
    .box__join .contents01 .box__contents01 .box__step .num__step::before {
        display: block;
        position: absolute;
        width: 120px;
        height: 120px;
        top: -12px;
        left: -12px;
        content: "";
        border-radius: 50%;
        border: 2px dashed #79d1c5;
        -webkit-animation-name: flash;
        animation-name: flash;
        -webkit-animation-duration: 40s;
        animation-duration: 40s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    @-webkit-keyframes flash {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @keyframes flash {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    .box__join .contents01 .box__contents01 .box__step .desc__step {
        display: block;
        width: 100%;
    }
    .box__join .contents01 .box__contents01 .box__step .desc__step .desc01__step {
        font-size: 2.4rem;
        color: #002a5f;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    .box__join .contents01 .box__contents01 .box__step .desc__step .desc02__step {
        font-size: 1.6rem;
    }
    .box__join .contents01 .box__contents01 .box__step .desc__step .desc02__step .tel {
        font-weight: bold;
        color: #002a5f;
        margin-top: 0.5em;
    }
    .box__join .contents01 .box__contents01 .box__step .desc__step .desc02__step .tel .fa-phone {
        margin-right: 1rem;
    }
    .box__join .contents01 .box__contents01 .box__tours {
        display: block;
        width: 100%;
        border-left: 3px solid #79d1c5;
        padding: 4rem 0 10rem 9rem;
        margin-left: 7rem;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 100rem;
        padding: 4rem 6rem;
        background: url(../img/join_bg.png) no-repeat;
        background-color: #f6f6f6;
        border-radius: 8px;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .img__tours {
        display: block;
        width: 40%;
        margin-right: 4rem;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours {
        display: block;
        width: 45%;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .title__tours {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .title__tours .icon__tours {
        display: block;
        margin: 0 1rem 0 -1rem;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .title__tours span {
        font-size: 2.4rem;
        font-weight: bold;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .subdesc__tours {
        font-size: 1.5rem;
        text-align: justify;
        margin-bottom: 2rem;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .link__tours {
        display: block;
        width: 280px;
        border: 2px solid #002a5f;
        color: #002a5f;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        padding: 1.5rem 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        margin: 0 auto;
    }
    .box__join .contents01 .box__contents01 .box__tours .unit__tours .desc__tours .link__tours:hover {
        cursor: pointer;
        background: #002a5f;
        color: #fff;
        -webkit-box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
        -webkit-animation-name: ani00;
        animation-name: ani00;
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
        animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
    }
    @-webkit-keyframes ani00 {
        0% {
            -webkit-transform: translateY(3px);
            transform: translateY(3px);
        }
        50% {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
    }
    @keyframes ani00 {
        0% {
            background: #002a5f;
            -webkit-transform: translateY(3px);
            transform: translateY(3px);
        }
        50% {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
    }
    .box__join .contents01 .box__contents01 .box__bring {
        display: block;
        width: 100%;
        border-left: 3px solid #79d1c5;
        padding: 4rem 0 10rem 9rem;
        margin-left: 7rem;
    }
    .box__join .contents01 .box__contents01 .box__bring .unit__bring {
        display: block;
        width: 100%;
        max-width: 100rem;
        border: 2px solid #e5315b;
        padding: 2rem;
    }
    .box__join .contents01 .box__contents01 .box__bring .unit__bring .title__bring {
        font-size: 2rem;
        font-weight: bold;
        color: #e5315b;
        margin-bottom: 1.5rem;
    }
    .box__join .contents01 .box__contents01 .box__bring .unit__bring .list__bring {
        font-size: 1.6rem;
    }
    .box__join .contents01 .box__contents01 .box__bring .unit__bring .list__bring li {
        margin-bottom: 0.5rem;
    }
    .box__join .contents01 .box__contents01 .box__bring .unit__bring .list__bring li strong {
        font-weight: bold;
    }
    .box__join .contents01 .marker {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
        background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
        background: -o-linear-gradient(transparent 60%, #ffff66 60%);
        background: linear-gradient(transparent 60%, #ffff66 60%);
        font-weight: bold;
    }
    .box__facility {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
    .box__facility .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__facility .contents01 .box__contents01 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__facility .contents01 .box__contents01 .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__facility .contents01 .box__contents01 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 2rem 0;
    }
    .box__facility .contents01 .box__contents01 .desc__contents01 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 8rem;
    }
    .box__facility .contents01 .box__contents01 section {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 16rem;
    }
    .box__facility .contents01 .box__contents01 section .desc__box {
        display: block;
        position: absolute;
        top: 55%;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%);
        width: 600px;
        background: #fafafa;
        padding: 7rem 3rem;
        -webkit-box-shadow: 8px 8px 0px #002a5f;
        box-shadow: 8px 8px 0px #002a5f;
    }
    .box__facility .contents01 .box__contents01 section .desc__box h1 {
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__facility .contents01 .box__contents01 section .desc__box .desc__unit {
        font-size: 1.6rem;
    }
    .box__facility .contents01 .box__contents01 section .cate01 {
        -webkit-box-shadow: 8px 8px 0px #70af61;
        box-shadow: 8px 8px 0px #70af61;
    }
    .box__facility .contents01 .box__contents01 section .cate01 h1 {
        color: #70af61;
    }
    .box__facility .contents01 .box__contents01 section .cate03 {
        -webkit-box-shadow: 8px 8px 0px #ffbe1c;
        box-shadow: 8px 8px 0px #ffbe1c;
    }
    .box__facility .contents01 .box__contents01 section .cate03 h1 {
        color: #ffbe1c;
    }
    .box__facility .contents01 .box__contents01 section .cate04 {
        -webkit-box-shadow: 8px 8px 0px #6baafb;
        box-shadow: 8px 8px 0px #6baafb;
    }
    .box__facility .contents01 .box__contents01 section .cate04 h1 {
        color: #6baafb;
    }
    .box__facility .contents01 .box__contents01 section .img__box {
        display: block;
        width: 690px;
    }
    .box__facility .contents01 .box__contents01 section:nth-child(odd) .desc__box {
        left: 0;
    }
    .box__facility .contents01 .box__contents01 section:nth-child(odd) .img__box {
        margin: 0 0 0 auto;
    }
    .box__facility .contents01 .box__contents01 section:nth-child(even) .desc__box {
        right: 0;
    }
    .box__program {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
    .box__program .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__program .contents01 .box__contents01 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__program .contents01 .box__contents01 .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__program .contents01 .box__contents01 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 2rem 0;
    }
    .box__program .contents01 .box__contents01 .desc__contents01 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }
    .box__program .contents01 .box__contents01 .subtitle__contents01 {
        color: #002a5f;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 4rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__program .contents01 .box__contents01 .pagelink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 4rem;
    }
    .box__program .contents01 .box__contents01 .pagelink a {
        display: block;
        font-size: 1.3rem;
        margin-right: 2rem;
        color: #fff;
        background: #002a5f;
        font-weight: bold;
        padding: 1.5rem 2rem;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 4px;
    }
    .box__program .contents01 .box__contents01 .pagelink a:hover {
        -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4);
    }
    .box__program .contents01 .box__contents01 .box__studio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box__program .contents01 .box__contents01 .box__studio .unit__studio {
        display: block;
        width: 30%;
        border-bottom: 1px solid rgba(85, 85, 85, 0.26);
        margin-bottom: 8rem;
    }
    .box__program .contents01 .box__contents01 .box__studio .unit__studio:nth-child(3n-1) {
        margin-left: 5%;
        margin-right: 5%;
    }
    .box__program .contents01 .box__contents01 .box__studio .unit__studio .title__studio {
        font-size: 1.6rem;
        font-weight: bold;
        color: #51aa3b;
        padding: 2rem 1rem 1rem;
    }
    .box__program .contents01 .box__contents01 .box__studio .unit__studio .desc__studio {
        font-size: 1.4rem;
        padding: 0rem 1rem 2rem;
    }
    .box__program .contents01 #ballet {
        display: block;
        padding-top: 7rem;
        margin-top: -7rem;
    }
    .box__program .contents01 .box__ballet {
        display: block;
        position: relative;
        width: 100%;
        max-width: calc(1200px - 4rem);
        padding: 2rem 2rem 3rem 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 5rem auto 10rem;
        background: #f7edd9;
        border-radius: 8px;
    }
    .box__program .contents01 .box__ballet .img__ballet {
        display: block;
        position: absolute;
        width: 400px;
        top: 10rem;
        left: -2rem;
        z-index: 10;
    }
    .box__program .contents01 .box__ballet .desc__box {
        display: block;
        position: relative;
        width: 100%;
    }
    .box__program .contents01 .box__ballet .desc__box .title__box {
        display: block;
    }
    .box__program .contents01 .box__ballet .desc__box .title__box .title__bg {
        display: block;
        width: 100%;
        height: 200px;
        background: #fe9741;
        -webkit-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
        transform: skewY(-5deg);
        border-radius: 8px;
        background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0), -webkit-radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0);
        background-image: -o-radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0), -o-radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0);
        background-image: radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0), radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 0);
        background-position: 0 0, 10px 10px;
        background-size: 20px 20px;
    }
    .box__program .contents01 .box__ballet .desc__box .title__box .title__ballet {
        display: inline-block;
        font-family: "Noto Sans JP", sans-serif;
        width: 750px;
        position: absolute;
        color: #fff;
        font-weight: 900;
        font-size: 2.4rem;
        top: 6rem;
        right: 2rem;
        z-index: 10;
    }
    .box__program .contents01 .box__ballet .desc__box .desc__unit {
        display: block;
        width: 770px;
        margin: 4rem 0 0 auto;
        padding-right: 2rem;
    }
    .box__program .contents01 .box__ballet .desc__box .desc__unit p {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .box__program .contents01 .box__ballet .desc__box .desc__unit .subtitle__box {
        display: inline-block;
        font-family: "Noto Sans JP", sans-serif;
        position: relative;
        font-size: 2.2rem;
        font-weight: bold;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff66));
        background: -webkit-linear-gradient(transparent 70%, #ffff66 70%);
        background: -o-linear-gradient(transparent 70%, #ffff66 70%);
        background: linear-gradient(transparent 70%, #ffff66 70%);
        line-height: 1.6;
        margin: 1rem 0 2rem;
    }
    .box__program .contents01 .box__contents02 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 7rem 2rem 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: -7rem auto 0;
    }
    .box__program .contents01 .box__contents02 .subtitle__contents02 {
        color: #002a5f;
        font-size: 2.2rem;
        font-weight: bold;
        margin: 4rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__program .contents01 .box__contents02 .desc__contents02 {
        font-size: 1.5rem;
        margin-bottom: 4rem;
    }
    .box__program .contents01 .box__contents02 .box__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 4rem;
    }
    .box__program .contents01 .box__contents02 .box__link a {
        display: block;
        background: #002a5f;
        color: #fff;
        font-weight: 500;
        font-size: 1.4rem;
        width: 320px;
        padding: 2rem;
        margin-right: 4rem;
        text-align: center;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
    .box__program .contents01 .box__contents02 .box__link a .fa-download {
        margin-right: 1rem;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .box__program .contents01 .box__contents02 .box__link a:hover {
        text-decoration: none;
        -webkit-box-shadow: 0 6px 28px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
        box-shadow: 0 6px 28px rgba(0, 0, 0, 0.3), 0 10px 12px rgba(0, 0, 0, 0.22);
    }
    .box__program .contents01 .box__contents02 .box__link a:hover .fa-download {
        -webkit-animation-name: dlani;
        animation-name: dlani;
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
        animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
    }
    @-webkit-keyframes dlani {
        0% {
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
        }
        50% {
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
    }
    @keyframes dlani {
        0% {
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
        }
        50% {
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
    }
    .box__program .contents01 .box__contents02 .img__program {
        display: block;
        width: 100%;
    }
    .box__staff {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
    .box__staff .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__staff .contents01 .box__contents01 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__staff .contents01 .box__contents01 .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__staff .contents01 .box__contents01 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 2rem 0;
    }
    .box__staff .contents01 .box__contents01 .desc__contents01 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }
    .box__staff .contents01 .box__contents01 .units__staff {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 48%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 4rem;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff01 {
        display: block;
        width: 40%;
        padding: 2rem;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff01 .img__staff {
        display: block;
        border-radius: 50%;
        margin-bottom: 1rem;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff01 .img__staff img {
        display: block;
        border-radius: 50%;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff01 .name__staff {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        text-align: center;
        font-weight: bold;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff01 .position {
        text-align: center;
        font-size: 1.3rem;
        margin: 2rem 0 1rem;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff02 {
        display: block;
        width: 60%;
        padding: 2rem;
        font-size: 1.4rem;
        background: #f4f4f4;
        border-radius: 10px;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff02 .title__desc {
        display: block;
        width: 100%;
        font-weight: bold;
        border-bottom: 1px dotted #87ce76;
        color: #87ce76;
    }
    .box__staff .contents01 .box__contents01 .units__staff .unit__staff .unit__staff02 p {
        margin-bottom: 1rem;
        text-align: justify;
    }
    .box__feedback {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
    .box__feedback .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__feedback .contents01 .box__contents01 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__feedback .contents01 .box__contents01 .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__feedback .contents01 .box__contents01 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 2rem 0;
    }
    .box__feedback .contents01 .box__contents01 .desc__contents01 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }
    .box__feedback .contents01 .box__contents01 .subtitle__contents01 {
        color: #002a5f;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 4rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__feedback .contents01 .box__contents01 .box__studio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box__feedback .contents01 .box__contents01 .box__studio .unit__studio {
        display: block;
        width: 23%;
        border-bottom: 1px solid rgba(85, 85, 85, 0.26);
        margin-bottom: 8rem;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .box__feedback .contents01 .box__contents01 .box__studio .unit__studio:hover {
        border-bottom: 1px solid #002a5f;
    }
    .box__feedback .contents01 .box__contents01 .box__studio .unit__studio:hover .btn__read {
        background: #002a5f;
        color: #fff;
        border: 1px solid #002a5f;
    }
    .box__feedback .contents01 .box__contents01 .box__studio .unit__studio .title__studio {
        font-size: 1.5rem;
        font-weight: bold;
        color: #002a5f;
        padding: 2rem 0rem;
        text-align: justify;
    }
    .box__feedback .contents01 .box__contents01 .box__studio .unit__studio .btn__read {
        display: block;
        width: 120px;
        border: 1px solid #999;
        padding: 0.5rem 1rem;
        text-align: center;
        font-size: 1.2rem;
        color: #555;
        font-weight: bold;
        margin: 0 0 2rem auto;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .box__feedback .contents01 .box__contents01 .box__studio .unit__studio .btn__read .fa-angle-right {
        margin-right: 0.5rem;
    }
    .box__feedback .contents01 .box__contents01 .box__archive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 8rem;
    }
    .box__feedback .contents01 .box__contents01 .box__archive .archive {
        display: block;
        width: 30%;
        color: #fff;
        padding: 1rem;
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 1.5rem;
        margin-right: 5%;
        font-weight: bold;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .box__feedback .contents01 .box__contents01 .box__archive .archive:nth-child(3n) {
        margin-right: 0;
    }
    .box__feedback .contents01 .box__contents01 .box__archive .archive:hover {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        opacity: 0.9;
    }
    .box__feedback .contents01 .box__contents01 .letter .archive {
        background: #eb9a3b;
    }
    .box__feedback .contents01 .box__contents01 .life .archive {
        background: #87ce76;
    }
    .box__feedback_2nd {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
    }
    .box__feedback_2nd .contents00 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__feedback_2nd .contents00 .catch {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 3rem 2rem;
        margin: 8rem auto;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        border-top: 2px solid #002a5f;
        border-bottom: 2px solid #002a5f;
    }
    .box__feedback_2nd .contents00 .box__contents00 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto 8rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .box__feedback_2nd .contents00 .box__contents00 .unit__feedback01 {
        display: block;
        width: 560px;
    }
    .box__feedback_2nd .contents00 .box__contents00 .unit__feedback01 img {
        width: 100%;
    }
    .box__feedback_2nd .contents00 .box__contents00 .unit__feedback02 {
        display: block;
        width: 45%;
    }
    .box__feedback_2nd .contents00 .box__contents00 .unit__feedback02 .title {
        font-size: 2.4rem;
        font-weight: bold;
        color: #002a5f;
        padding: 2rem 0 0;
        text-align: justify;
        margin-bottom: 2rem;
    }
    .box__feedback_2nd .contents00 .box__contents00 .unit__feedback02 .desc {
        font-size: 1.6rem;
        text-align: justify;
    }
    .box__feedback_2nd .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__feedback_2nd .contents01 .box__contents01 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__feedback_2nd .contents01 .box__contents01 .title__contents01 {
        font-family: "Quicksand", sans-serif;
        color: #002a5f;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .box__feedback_2nd .contents01 .box__contents01 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 2rem 0;
    }
    .box__feedback_2nd .contents01 .box__contents01 .desc__contents01 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }
    .box__feedback_2nd .contents01 .box__contents01 .subtitle__contents01 {
        color: #002a5f;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 4rem 0;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb {
        display: block;
        width: 30%;
        border-bottom: 1px solid rgba(85, 85, 85, 0.26);
        margin-bottom: 8rem;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb .title__fb {
        font-size: 1.6rem;
        font-weight: bold;
        color: #002a5f;
        padding: 2rem 0 0;
        text-align: justify;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb .desc__fb {
        font-size: 1.5rem;
        font-weight: 500;
        color: #333;
        padding: 2rem 0rem;
        text-align: justify;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb .desc__fb .red {
        color: red;
        font-weight: bold;
    }
    .box__feedback_2nd .contents01 .box__contents01 .box__fb .unit__fb .desc__fb .blue {
        color: blue;
        font-weight: bold;
    }
    .box__news {
        display: block;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
        min-height: calc(100vh - 160px);
    }
    .box__news .contents01 {
        display: block;
        width: 100%;
        margin-bottom: 8rem;
    }
    .box__news .contents01 .box__contents01 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__news .contents01 .box__contents01 .news {
        width: 100%;
        font-size: 1.5rem;
    }
    .box__news .contents01 .box__contents01 .news tr {
        display: table;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 1rem;
    }
    .box__news .contents01 .box__contents01 .news tr th {
        width: 180px;
        padding: 1rem 0 2rem;
    }
    .box__news .contents01 .box__contents01 .news tr .cate {
        display: block;
        width: 180px;
        margin: 0 auto;
        padding: 1.5rem 0;
    }
    .box__news .contents01 .box__contents01 .news tr .letter {
        background: #eb9a3b;
        color: #fff;
    }
    .box__news .contents01 .box__contents01 .news tr .info {
        background: #002a5f;
        color: #fff;
    }
    .box__news .contents01 .box__contents01 .news tr .life {
        background: #87ce76;
        color: #fff;
    }
    .box__news .contents01 .box__contents01 .news tr td {
        padding: 1rem 0rem 2rem 4rem;
        font-size: 1.6rem;
    }

    .box__news .contents01 .subtitle__contents01 {
        color: #002a5f;
        font-size: 2.2rem;
        font-weight: bold;
        border-left: 3px solid #002a5f;
        line-height: 3rem;
        padding-left: 1rem;
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .box__news .hc__catch {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
        line-height: 1.5;
    }
	.box__news table.t_schedule,
	.box__news table.t_schedule tr,
	.box__news table.t_schedule td {
		border-collapse: collapse;
		border: solid 1px #333333;
	}
	.box__news table.t_schedule thead tr,
	.box__news table.t_schedule thead tr th,
	.box__news table.t_schedule tr.tida td.tit {
		background-color: #eeeeee;
		font-weight: bold;
	}
	
	.box__news table.t_schedule tr.txt td {
		padding: 10px;
	}
	
	.box__news table.t_schedule tr.tida td {
		text-align: center;
		
	}
	.box__news .month {
        font-size: 3rem;
        font-weight: bold;
        color: #e41274;
        border-bottom: solid 2px #e41274;
    }
    .box__news ul.warning {
		margin: 20px 0 0 20px;
    }
	.box__news ul.warning li {
		margin-top: 15px;
	}
	
	
    .box__news .tel {
        font-size: 3rem;
        font-weight: bold;
        color: #116fb6;
    }
    .box__news .detail {
        text-align: center;
        font-size: 2rem;
    }
    .box__news .sp {
        display: none;
    }

    #page-top {
        position: fixed;
        bottom: 50px;
        right: 50px;
        font-size: 13px;
        z-index: 999;
    }
    #page-top a {
        display: block;
        background: #333;
        text-decoration: none;
        width: 6rem;
        line-height: 6rem;
        color: #fff;
        text-align: center;
        display: block;
        border-radius: 50%;
    }
    #page-top a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
    footer {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #212e37;
        padding-top: 4rem;
        min-width: 1200px;
    }
    footer .box__footer {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        margin: 0 auto;
    }
    footer .box__footer .contents__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    footer .box__footer .contents__footer .hours {
        display: block;
        width: 50%;
        margin-bottom: 4rem;
    }
    footer .box__footer .contents__footer .hours p {
        display: block;
        width: 100%;
        text-align: left;
        color: #fff;
        font-size: 1.3rem;
    }
    footer .box__footer .contents__footer .hours .title__contents04 {
        font-family: "Quicksand", sans-serif;
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    footer .box__footer .contents__footer .hours .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87ce76;
        margin: 0 auto 1rem 0;
    }
    footer .box__footer .contents__footer .hours .desc__contents04 {
        display: block;
        font-size: 1.4rem;
        margin-bottom: 2rem;
        color: #fff;
    }
    footer .box__footer .contents__footer .hours table {
        width: 500px;
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    footer .box__footer .contents__footer .hours table th {
        padding: 0.5rem 2rem;
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid #d2d2d2;
        font-weight: bold;
        color: #fff;
    }
    footer .box__footer .contents__footer .hours table tr {
        text-align: center;
        border: 1px solid #d2d2d2;
    }
    footer .box__footer .contents__footer .hours table td {
        padding: 1rem 2rem;
        border: 1px solid #d2d2d2;
        color: #fff;
    }
    footer .box__footer .contents__footer .sitemap {
        display: block;
        padding-right: 5rem;
    }
    footer .box__footer .contents__footer .sitemap a {
        display: block;
        font-size: 1.5rem;
        color: #fff;
        margin-bottom: 1rem;
        padding-left: 1rem;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    footer .box__footer .contents__footer .sitemap a span {
        display: inline-block;
        -webkit-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
        transform: translateX(-1rem);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    footer .box__footer .contents__footer .sitemap a:hover {
        opacity: 0.6;
    }
    footer .box__footer .contents__footer .sitemap a:hover span {
        -webkit-transform: translateX(-0.5rem);
        -ms-transform: translateX(-0.5rem);
        transform: translateX(-0.5rem);
    }
    footer .box__footer .copy {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 1.3rem;
        color: rgba(255, 255, 255, 0.6);
        text-align: center;
        line-height: 4rem;
    }
}
