@charset "UTF-8";

body {
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.row {
    max-width:1140px;
    padding: 0 20px;
}
.top-bar .toggle-topbar.menu-icon a span::after {
    right: 0;
    
}
.top-bar .toggle-topbar.menu-icon a {
    font-family: "Noto Sans JP", "Open Sans", sans-serif;
    padding: 0 1.5rem 0 0.9375rem;
    font-size: 1rem;
    line-height: 30px;
}
.top-bar, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section ul li, .top-bar.expanded .title-area, .no-js .top-bar-section ul li:hover > a {
    background: transparent;
    height: auto;
    line-height:normal;
    padding: 0;
}
.top-bar .name, .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name span, .top-bar .name p {
    line-height: normal;
    height: auto;
    font-size: 2rem;
}
.top-bar.expanded .toggle-topbar a {
    color: #666464;
}
.top-bar .toggle-topbar a span {
    color: #666464;
}
.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #666464, 0 7px 0 1px #666464, 0 14px 0 1px #666464;
}
.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #666464, 0 7px 0 1px #666464, 0 14px 0 1px #666464;
}
/* Header */
header {
    width: 100%;
    height: 130px;
    background: transparent;
    position: absolute;
    z-index: 9999;
}
.logo h1 {
    text-decoration: none;
    color: #666464;
    font-family: "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.logo h1 .tld {
    font-family: "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 1.3rem;
    margin: 0 0 0 0.5rem;
}
header .logo {
    margin: 50px 0 0 0;
}
header nav {
    margin-top: 60px;
}
header .top-bar-section ul li a {
    color: #666464;
    font-family: "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 0.9rem;
    margin-right: 30px;
    letter-spacing: .5px;
}
header .top-bar-section ul {
    padding-top: 0.8rem;
}
header .top-bar-section ul li:last-child a {
    margin-right: 0;
}
header .top-bar-section li:not(.has-form) a:not(.button) {
        -webkit-transition:all .2s linear;
        -o-transition:all .2s linear;
    transition:all .2s linear;
}
header .top-bar-section li:not(.has-form) a:not(.button):hover {
    color: #666464;
}





/* Top */
.top {
    width: 100%;
    height: 100vh;
    margin: 0 0 160px 0;
}
.top .caption {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 99;
}
.top .top_title {
    height: 100vh;
    display: flex;
    align-items: center;
}
.top .top_title img {
    max-width: 45%;
}
.slideshow {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: zoomout;
            animation-name: zoomout;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
            animation-duration: 16s;
    opacity: 1;
    transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
    -webkit-animation-name: zoomout-1;
            animation-name: zoomout-1;
    z-index: 3;
}
.slideshow-image:nth-child(2) {
    -webkit-animation-name: zoomout-2;
            animation-name: zoomout-2;
    z-index: 2;
}
.slideshow-image:nth-child(3) {
    -webkit-animation-name: zoomout-3;
            animation-name: zoomout-3;
    z-index: 1;
}
.slideshow-image:nth-child(4) {
    -webkit-animation-name: zoomout-4;
            animation-name: zoomout-4;
    z-index: 0;
}
@-webkit-keyframes zoomout-1 {
    0% {
        opacity: 1;
        transform: scale(1.2);
    }
    1.5625% {
        opacity: 1;
    }
    23.4375% {
        opacity: 1;
    }
    26.5625% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
    98.4375% {
        opacity: 0;
        transform: scale(1.2117647059);
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomout-1 {
    0% {
        opacity: 1;
        transform: scale(1.2);
    }
    1.5625% {
        opacity: 1;
    }
    23.4375% {
        opacity: 1;
    }
    26.5625% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
    98.4375% {
        opacity: 0;
        transform: scale(1.2117647059);
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomout-2 {
    23.4375% {
        opacity: 1;
        transform: scale(1.2);
    }
    26.5625% {
        opacity: 1;
    }
    48.4375% {
        opacity: 1;
    }
    51.5625% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}
@keyframes zoomout-2 {
    23.4375% {
        opacity: 1;
        transform: scale(1.2);
    }
    26.5625% {
        opacity: 1;
    }
    48.4375% {
        opacity: 1;
    }
    51.5625% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}
@-webkit-keyframes zoomout-3 {
    48.4375% {
        opacity: 1;
        transform: scale(1.2);
    }
    51.5625% {
        opacity: 1;
    }
    73.4375% {
        opacity: 1;
    }
    76.5625% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}
@keyframes zoomout-3 {
    48.4375% {
        opacity: 1;
        transform: scale(1.2);
    }
    51.5625% {
        opacity: 1;
    }
    73.4375% {
        opacity: 1;
    }
    76.5625% {
        opacity: 0;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}
@-webkit-keyframes zoomout-4 {
    73.4375% {
        opacity: 1;
        transform: scale(1.2);
    }
    76.5625% {
        opacity: 1;
    }
    98.4375% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes zoomout-4 {
    73.4375% {
        opacity: 1;
        transform: scale(1.2);
    }
    76.5625% {
        opacity: 1;
    }
    98.4375% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}





/** biginner **/
.biginner {
    display: table;
    width: 100vw;
    height: 100vh;
    max-height: 700px;
    background: url('../img/biginner_x01.jpg') no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    margin: 0 0 160px 0;
}
.biginner blockbiginner {
    display:table-cell;
    vertical-align:middle;
}
.biginner blockbiginner .backband {
    padding: 30px 20px 30px 20px;
    background-color: rgba(255, 255, 255, 0.6);
}
.biginner .mean_title, .biginner .sub_title {
    text-align: center;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.biginner .mean_title {
    font-size: 2rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-weight: 900;
}
.biginner .sub_title {
    font-size: 1.3rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    line-height: 1.8;
}
.biginner .sub_text {
    font-size: 1rem;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    max-width: 560px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.6;
}
.biginner hr {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    width: 560px;
    height: 1px;
    background-color: #666464;
}





/* concept */
.concept {
    padding: 40px 0 80px 0;
    margin: 0 0 160px 0;
}
.concept .concept_list {
    margin-top: 30px;
    text-align: center;
}
.concept .concept_list {
    margin-bottom: 60px;
}
.concept .mean_title {
    text-align: center;
    color: #666464;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    margin-bottom: 20px;
}
.concept .mean_text {
    text-align: left;
    font-size: 1rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    line-height: 2.5;
}
.concept .concept_photo {
    border-radius: 20px;
}





/* menu */
.menu {
    padding: 40px 0 40px 0;
}
.menu .mean_title, .menu .sub_title {
    text-align: center;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.menu .mean_title {
    font-size: 1.6rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-weight: 900;
}
.menu .sub_title {
    font-size: 1.1rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.menu .sub_text {
    font-size: 0.9rem;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.menu .menu_list {
    margin-top: 30px;
    text-align: center;
}
.menu .menu_list {
    margin-bottom: 60px;
}
.menu .menu_icon {
    margin-bottom: 10px;
    border: 2px #666464 solid;
    border-radius: 20px;
}
.menu .title {
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 0px
}
.menu table.table_columns {
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 1rem;
    width: 100%;
    margin: 0 auto 50px auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    border-style:none;
}
.menu table.table_columns th, .menu table.table_columns td {
    padding: 15px 10px;
}
.menu table.table_columns th {
    background: #666464;
    vertical-align: middle;
    text-align: left;
    width: 70%;
    overflow: visible;
    position: relative;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 1rem;
}
.menu table.table_columns th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(202, 1, 132, 0);
    border-left-color: #666464;
    border-width: 10px;
    margin-top: -10px;
}
.menu table.table_columns td {
    background: #f5f5f5;
    padding-left: 20px;
    font-size: 1rem;
}





/* faq */
.faq {
    padding: 40px 0 40px 0;
}
.faq .mean_title, .faq .sub_title {
    text-align: center;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.faq .mean_title {
    font-size: 1.6rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-weight: 900;
}
.faq .sub_title {
    font-size: 1.1rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.faq .sub_text {
    font-size: 0.9rem;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.faq .faq_list {
    margin-top: 30px;
}
.faq .faq_list {
    margin-bottom: 60px;
}
.faq_title:not(:first-child) {
    margin-top: 10px;
}
.q_text {
    background: #666464;
    cursor: pointer;
    font-size: 1rem;
    color: #FFFFFF;
    padding: 1rem 2.5rem;
    position: relative;
    font-weight: 900;
}
.q_text:before {
    position: absolute;
    display: block;
    content: 'Q';
    top: 1rem;
    left: 1rem;
    color: #FFFFFF;
    font-size: 1rem;
}
.q_text:after {
    position: absolute;
    display: block;
    content: '';
    top: 45%;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}
.q_text.open:after {
    transform: rotate(-45deg);
    top: 45%;
}
.a_text {
    font-size: 1rem;
    background: #f5f5f5;
    display: none;
    padding: 1rem 2.5rem;
    position: relative;
}
.a_text:before {
    position: absolute;
    display: block;
    content: 'A';
    top: 1rem;
    left: 1rem;
    color: #666464;
    font-size: 1rem;
}





/* recruit */
.recruit {
    padding: 40px 0 40px 0;
}
.recruit .mean_title, .recruit .sub_title {
    text-align: center;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.recruit .mean_title {
    font-size: 1.6rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-weight: 900;
}
.recruit .sub_title {
    font-size: 1.1rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.recruit .sub_text {
    font-size: 0.9rem;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.recruit .recruit_list {
    margin-top: 30px;
    text-align: center;
}
.recruit .recruit_list {
    margin-bottom: 60px;
}
.recruit .mean_text {
    text-align: left;
    font-size: 1rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    line-height: 2;
}
.recruit .recruit_icon {
    margin-bottom: 10px;
    border: 2px #666464 solid;
    border-radius: 20px;
}
.recruit .title {
    color: #454545;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 20px
}
.btn_holder {
    text-align: center;
}
.recruit .btn_fancy {
    margin-top: 100px;
}
.recruit .rejob_rogo {
    text-align: center;
}
.recruit .rejob_img {
    max-width: 200px;
}
.recruit .t_red {
    color: #FF0000;
}




/* salon */
.salon {
    padding: 40px 0 40px 0;
}
.large-4 {
    width: 50%;
}
.salon .mean_title, .salon .sub_title {
    text-align: center;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.salon .mean_title {
    font-size: 1.6rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-weight: 900;
}
.salon .sub_title {
    font-size: 1.1rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.salon .sub_text {
    font-size: 0.9rem;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.salon .salon_list {
    margin-top: 30px;
    text-align: center;
}
.salon .salon_list {
    margin-bottom: 60px;
}
.salon .salon_icon {
    margin-bottom: 10px;
    border: 2px #666464 solid;
    border-radius: 20px;
}
.salon .salon_movie {
    margin-bottom: 40px;
    border: 2px #666464 solid;
    border-radius: 20px;
}
.salon table.table_columns {
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 11px;
    width: 100%;
    margin: 0 auto 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    border-style:none;
}
.salon .title {
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0px
}
.salon .company_icon {
    margin-bottom: 10px;
    max-width: 200px;
}
.btn_holder {
    text-align: center;
}
.btn_fancy {
    margin-top: 100px;
}
.salon a {
    color: #666464;
}





/* company */
.company {
    padding: 40px 0 40px 0;
}
.company .mean_title, .company .sub_title {
    text-align: center;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.company .mean_title {
    font-size: 33px;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-weight: 900;
}
.company .sub_title {
    font-size: 20px;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.company .sub_text {
    font-size: 13px;
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.company .company_list {
    margin-top: 30px;
    text-align: center;
}
.company .mean_text {
    text-align: left;
    font-size: 1rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    line-height: 2;
}
.company .name_text {
    text-align: right;
    font-size: 1rem;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
}
.company .company_list {
    margin-bottom: 60px;
}
.company .company_icon {
    margin-bottom: 10px;
    max-width: 200px;
}
.company .title {
    color: #666464;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0px
}
.btn_holder {
    text-align: center;
}
.btn_fancy {
    margin-top: 100px;
}
.company a {
    color: #666464;
}





/* Fancy Button */
.btn_fancy {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #454545;
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
    padding: 16px 36px;
    border-radius: 2px;
}
.btn_fancy .text_layer {
    position: relative;
}
.btn_fancy:hover, .btn_fancy:focus {
    color: #454545;
}
.btn_fancy .border_layer {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #FFFFFF;
}
.btn_fancy .solid_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 100, 100, 0.5);
    border-radius: 2px;
}





/* Footer */
footer {
    padding: 80px 0;
    background: #535353;
}
footer .copyrights {
    text-align: center;
    margin: 30px 0 50px 0;
}
footer .copyrights p {
    color: #c5c5c5;
    font-family: "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 0.7rem;
    letter-spacing: .5px;
}
footer .contact_details {
    float: right;
}
footer .social {
    display: inline-block;
}
footer .social ul {
    margin: 0 0.6rem 0 0;
}
footer .social ul li {
    margin-bottom: 5px;
}
footer .social_icon {
    width: 1.3rem;
}
 footer .contact {
    display: inline-block;
    color: #fff;
    font-family: "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}
footer .contact {
    vertical-align: top;
}
footer .contact .details {
    margin-bottom: 30px;
}
footer p {
    margin: 0;
    padding: 0;
}
footer .contact .details p {
    font-size: 0.7rem;
    margin: 0 0 3px 0;
}





/* Back To Top button */
#back_top {
    text-decoration: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    opacity: 0;
}
.btn_fancy#back_top {
    padding: 6px 13px;
}





/* Table Columns */
table.table_columns {
    font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
    font-size: 11px;
    width: 100%;
    margin: 0 auto 100px auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    border-style:none;
}
table.table_columns th, table.table_columns td {
    padding: 15px 10px;
}
table.table_columns th {
    background: #666464;
    vertical-align: middle;
    text-align: left;
    width: 120px;
    overflow: visible;
    position: relative;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
}
table.table_columns th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(202, 1, 132, 0);
    border-left-color: #666464;
    border-width: 10px;
    margin-top: -10px;
}





/* firefox */
@-moz-document url-prefix() {
    table.table_columns th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #666464 10px solid;
        margin-top: -10px;
        }
}
table.table_columns td {
    background: #f5f5f5;
    padding-left: 20px;
    font-size: 12px;
}





/* Responsive CSS */
/* タブレット */
@media only screen and (max-width: 71.25em) {
    .top {
        width: 100%;
    }
    .top .caption h1.mean_cap span {
        display:inline-block;
    }
    .top .caption h2.sub_cap span {
        display:inline-block;
    }
    .top .top_title img {
        max-width: 60%;
    }
    .concept .mean_text {
        line-height: 2;
    }
    .responsive_space {
        padding-bottom: 80px;
    }
    .large-6 {
        width: 50%;
    }
    .large-4 {
        width: 50%;
    }
    #back_top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (max-width: 68.125em) {
    .top .caption .row {
        max-width: 770px;
    }
    .large-6 {
        width: 50%;
    }
    .large-4 {
        width: 50%;
    }
    .top .caption h1.mean_cap {
        width: 315px;
        line-height: 50px;
    }
    .top .caption h2.sub_cap {
        width: 315px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 46.875em) {
    .top-bar .top-bar-section {
        display: none;
    }
    .top-bar.expanded .top-bar-section {
        display: block;
    }
    .top-bar-section ul {
        margin-top: 10px;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        color: #666464;
        margin: 0;
        display: block;
        text-align: center;
        padding: 25px 0;
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid #666464;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
}




/* Responsive CSS */
/* スマートフォン */
@media only screen and (max-width: 37.4375em) {
    .top-bar .name, .top-bar .name h1 {
        line-height: normal;
        height: auto;
        font-size: 1.4rem;
    }
    .logo h1 {
        text-decoration: none;
        color: #666464;
        font-family: "Noto Sans JP", "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 900;
    }
    .logo h1 .tld {
        font-family: "Noto Sans JP", "Open Sans", sans-serif;
        font-size: 16px;
        margin: 0;
    }
    header {
        height: 80px;
    }
    header nav {
        margin-top: 30px;
    }
    header .top-bar-section li:not(.has-form):last-child a:not(.button) {
        border: 0;
    }
    header .top-bar-section li:not(.has-form) a:not(.button):hover {
        color: #FFFFFF;
        background: #666464;
        padding: 20px 0;
    }
    .top .caption {
        text-align: center;
    }
    .top .caption h1.mean_cap {
        font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
        font-size: 35px;
        color: #666464;
        line-height: 40px;
    }
    .top .caption h1.mean_cap span {
        display:inline-block;
    }
    .top .caption h2.sub_cap {
        font-family: "Noto Serif JP", "Shippori Mincho", "Noto Sans JP", "Open Sans", sans-serif;
        font-size: 20px;
        color: #666464;
        line-height: 25px;
        margin-bottom: 50px;
    }
    .top .caption h2.sub_cap span {
        display:inline-block;
    }
    .top .top_title img {
        max-width: 100%;
    }
    .recruit .mean_title {
        font-size: 30px;
    }
    .large-6 {
        width: 100%;
    }
    .large-4 {
        width: 100%;
    }
    .recruit h1 span {
        display:inline-block;
    }
    .recruit h2 span {
        display:inline-block;
    }

    .biginner blockbiginner p {
        font-size: 20px;
    }
    .biginner hr {
        width: 100%;
    }
    .biginner h1 span {
        display:inline-block;
    }
    .biginner h2 span {
        display:inline-block;
    }
    .concept h1 span {
        display:inline-block;
    }
    .concept h2 span {
        display:inline-block;
    }
    .menu h1 span {
        display:inline-block;
    }
    .menu h2 span {
        display:inline-block;
    }
    footer .copyrights {
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }
    footer .contact_details {
        float: none;
    }
    footer .contact_details {
        width: 180px;
        margin: 0 auto;
    }
    footer .social {
        text-align: center;
        float: left;
        margin: 0;
    }
    footer .contact {
        margin: 0;
    }
    footer .contact {
        margin-top: 0px;
    }
}





/*ダークモード*/
@media (prefers-color-scheme: dark) {
    body {
        background-color: #fff;
    }
}
