@charset "utf-8";
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
}

* {
    box-sizing: border-box;
}

header {
    background: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.box1016 {
    width: 1016px;
    max-width: 85%;
    margin: 0 auto;
}

h1 {
    padding-left: 35px;
}

#top .main_img img {
    margin-top: 7rem;
    max-width: 100%;
}

#top .main_img {
    background: url(../img/main.jpg) no-repeat center center / cover;
    margin-top: 7rem;
    width: 100%;
    height: calc(100vw / 3.49);
}

.top_notice {
    max-width: 95%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.9rem;
}

.top_notice dt {
    width: 105px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #269AE3;
    border-radius: 5px;
}

.top_notice dd {
    padding-left: 2rem;
}

#swingu {
    background: #F2FBFF;
}

#swingu>div {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 6.5rem 0;
}

#swingu picture {
    margin: 4.5rem 0;
    display: block;
}

#swingu>div p:nth-child(1) {
    font-size: 2.6rem;
}

#swingu>div p:nth-child(3) {
    font-size: 2.5rem;
    background: #C6E9FF;
    padding: 1rem 3.5rem;
    display: inline-block;
    border-radius: 3px;
}

#top_intro {
    padding: 5rem 0 7.5rem;
}

#top_intro .box1016 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
}

#top_intro .box1016>div {
    width: calc(100% - 550px);
    padding-top: 2.5rem;
}

#top_intro .box1016>div p:nth-child(-n+2) {
    font-size: 3.1rem;
    font-weight: bold;
    color: #269AE3;
    border-bottom: 2px solid #269AE3;
    padding: 0 0 .8rem 0;
    display: inline-block;
    margin-bottom: 2rem;
    font-family: Tsukushi A Round Gothic;
}

#top_intro .box1016>div p:nth-child(3) {
    margin: 1rem 0 3.5rem;
    line-height: 1.8;
}

.btn {
    background: #269AE3;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    width: 300px;
    padding: 1rem 0;
    display: block;
    text-align: center;
    font-family: Tsukushi A Round Gothic;
}

#top_type-b .box1016 {
    background: #269AE3;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 3rem 7rem;
    box-sizing: border-box;
}

#top_type-b .box1016 dl {
    color: #fff;
    width: calc(100% - 370px);
}

#top_type-b .box1016 dt {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: .5rem;
    font-family: Tsukushi A Round Gothic;
}

#top_type-b .box1016 dd {
    line-height: 2;
}

#top_type-b .box1016 a {
    background: #fff;
    border-radius: 10px;
    color: #269AE3;
    font-weight: bold;
    width: 300px;
    padding: .9rem 0;
    display: block;
    text-align: center;
    border: 1px solid #269AE3;
}

#top_work {
    padding: 7.5rem 0 6rem;
    width: 680px;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
}

h2 {
    font-size: 3.1rem;
    font-weight: bold;
    text-align: center;
    color: #272727;
    font-family: Tsukushi A Round Gothic;
}

h2 span {
    font-size: 2.3rem;
    color: #269AE3;
    display: block;
    margin: 1rem 0 4rem;
}

#top_work p {
    line-height: 2;
    font-size: 1.5rem;
    text-align: left;
    margin: 3rem 0 5rem;
}

#top_news {
    padding: 5rem 0 8rem;
    background: #F2FBFF;
}

#top_news .news {
    width: 925px;
    max-width: 90%;
    margin: 0 auto 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

#top_news .news li {
    width: 100%;
    border-top: 1px solid #ddd;
}

#top_news .news li a {
    width: 100%;
    height: 60px;
    color: #333;
    padding: 0 5rem 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 1.5rem;
}

#top_news .news li a::after {
    content: url(../img/tri.png);
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

#top_news .news li span:nth-child(1) {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#top_news .news li span:nth-child(2) {
    display: inline-block;
    width: calc(100% - 180px);
}

#cont {
    width: 1870px;
    max-width: 95%;
    margin: 0 auto;
    padding: 4.5rem 0 5.5rem;
    border-bottom: 1px solid #E2E2E2;
    background: #fff;
}

#cont .box1016 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-map {
    width: 600px;
    height: 290px;
}

#cont .box1016>div {
    width: 380px;
    margin-left: 3.5rem;
}

#cont p:first-child {
    line-height: 1.5;
    margin-bottom: 3rem;
}

#cont a {
    width: 380px;
    height: 45px;
    border-radius: 23px;
    background: #269AE3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cont a.tel {
    font-size: 2.6rem;
    margin-bottom: 1rem;
}

#cont a.tel::before {
    content: url(../img/tel2.png);
    padding-top: .3rem;
    padding-right: 1.5rem;
}

#cont a.mail {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

#cont p:last-child {
    line-height: 1.5;
}

footer a {
    color: #333;
    font-size: 1.4rem;
    display: block;
    width: fit-content;
    margin: 1rem auto 4rem;
}

footer picture {
    display: block;
    text-align: center;
    padding-bottom: 10rem;
    border-bottom: 5rem solid #272727;
}


/* sp */

@media screen and (max-width: 1024px) {
    .pc {
        display: none;
    }
    header .hdr_sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 63px;
        padding-left: 1.5rem;
        box-sizing: border-box;
    }
    .hambtn,
    .hambtn span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .hambtn {
        position: relative;
        width: 47px;
        height: 47px;
        background: none;
        border: none;
        appearance: none;
        cursor: pointer;
        margin-right: 1.5rem;
        margin-left: auto;
        z-index: 999;
        background: #269AE3;
        border-radius: 50px;
    }
    .hambtn span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 25px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
    }
    .hambtn span:nth-of-type(1) {
        top: 14px;
    }
    .hambtn span:nth-of-type(2) {
        top: 22px;
    }
    .hambtn span:nth-of-type(3) {
        bottom: 14px;
    }
    .hambtn.active span:nth-of-type(1) {
        transform: translate(-50%, 9px) rotate(-45deg);
    }
    .hambtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .hambtn.active span:nth-of-type(3) {
        transform: translate(-50%, -7px) rotate(45deg);
    }
    .ham-menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgba(38, 154, 227, .18) url(../img/ham_bg2.png) no-repeat left 66% top 9rem / 300%;
        color: #272727;
        transition: .2s ease-in-out;
        opacity: 0;
        pointer-events: none;
        box-sizing: border-box;
        z-index: 99;
        padding: 8rem 5.5% 0;
    }
    .ham-menu.opacity {
        opacity: 1;
        pointer-events: auto;
    }
    .ham-menu ul {
        margin-top: 7rem;
    }
    .ham-menu ul a {
        color: #272727;
        font-weight: bold;
        border-bottom: 1px dashed #269AE3;
        padding: 1.5rem 2rem;
        width: 70%;
        min-width: 300px;
        display: block;
        position: relative;
        box-sizing: border-box;
    }
    .ham-menu ul a:after {
        content: ">";
        color: #269AE3;
        position: absolute;
        right: 2rem;
    }
    .ham-menu .hide>p {
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
        margin: 6.5rem 0 1.5rem;
    }
    .ham-menu .hide>a {
        font-size: 2.5rem;
        font-weight: bold;
        text-align: center;
        color: #269AE3;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 28px;
        box-sizing: border-box;
        width: 220px;
        margin: 0 auto;
    }
    .ham-menu .hide>a::before {
        content: url(../img/tel.jpg);
        height: 28px;
        margin-right: 1rem;
    }
    #top_intro .box1016 {
        max-width: 85%;
    }
    #top_intro .box1016>div {
        width: calc(100% - 355px);
        padding-top: 2.5rem;
    }
    #top_intro .box1016>div p:nth-child(-n+2) {
        font-size: 2.1rem;
        margin-bottom: 1rem;
        margin-right: 4%;
        padding: 0 0 .5rem 0;
    }
    #top_intro .box1016>div p:nth-child(3) {
        font-size: 1.5rem;
    }
    #top_type-b .box1016 dl {
        width: 100%;
    }
    #top_type-b .box1016 a {
        margin: 4rem auto 0;
    }
    #top_work {
        padding: 3.5rem 0 4rem;
    }
    #top_news {
        padding: 3.5rem 0 6.5rem;
        background: #F2FBFF;
    }
    #top_news .news {
        margin: 0 auto 2.5rem;
    }
    #top_news .news li a {
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
        padding-left: .5rem;
        padding-top: 2rem;
        font-weight: bold;
        padding: 2rem 5rem 2rem .5rem;
    }
    #top_news .news li span:nth-child(1) {
        width: 100%;
    }
    #top_news .news li span:nth-child(2) {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: normal;
        margin-top: 1rem;
    }
    #top_news .news li::after {
        right: 1rem;
        top: 0;
    }
    #cont {
        max-width: 90%;
        padding: 4.5rem 0 4rem;
    }
    #cont .box1016 {
        flex-wrap: wrap;
        width: 333px;
        max-width: 100%;
        margin: 0 auto;
    }
    .g-map {
        width: 333px;
        max-width: 100%;
        margin: 0 auto;
        order: 2;
    }
    #cont .box1016>div {
        width: 100%;
        margin: 0 auto;
    }
    #cont a {
        width: 333px;
        margin: 0 auto;
    }
    #cont p.sp {
        width: 333px;
        margin: 2rem auto 0;
    }
    footer a {
        color: #333;
        font-size: 1.4rem;
        display: block;
        width: fit-content;
        margin: 1rem auto 4rem;
    }
    footer picture {
        display: block;
        text-align: center;
        padding-bottom: 10rem;
        border-bottom: 5rem solid #272727;
    }
}

@media screen and (max-width: 799px) {
    #top .main_img {
        background: url(../img/main_sp.jpg) no-repeat center center / cover;
        margin-top: 6.3rem;
        height: calc(100vw / 1.19);
    }
    .top_notice {
        height: 36px;
        font-size: 1.3rem;
    }
    .top_notice dt {
        width: 66px;
        height: 23px;
    }
    .top_notice dd {
        padding-left: 1rem;
    }
    #swingu>div {
        padding: 2.5rem 0;
    }
    #swingu picture {
        margin: 3rem 0;
    }
    #swingu>div p:nth-child(1) {
        font-size: 1.4rem;
    }
    #swingu>div p:nth-child(3) {
        font-size: 1.6rem;
    }
    #top_intro {
        padding: 5rem 0 3.5rem;
    }
    #top_intro .box1016 {
        justify-content: center;
        max-width: 100%;
    }
    #top_intro .box1016>div {
        width: 100%;
        max-width: 370px;
        padding: 2.5rem 7% 0;
    }
    #top_intro .box1016>div p:nth-child(-n+2) {
        font-size: 2.1rem;
        margin-bottom: 1rem;
        padding: 0 0 .5rem 0;
    }
    #top_type-b .box1016 {
        padding: 3rem 1.5rem 2.5rem;
        width: 370px;
        max-width: 86%;
    }
    #top_type-b .box1016 dt {
        font-size: 2.1rem;
    }
    .btn {
        width: 100%;
        max-width: 320px;
    }
    h2 {
        font-size: 2.6rem;
    }
    h2 span {
        font-size: 1.6rem;
        margin: 1rem 0 2.5rem;
    }
}


/* pc */

@media screen and (min-width: 1025px) {
    .sp {
        display: none;
    }
    header nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 70px;
    }
    header nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 840px;
        box-sizing: border-box;
    }
    header nav ul a {
        color: #272727;
        position: relative;
    }
    header nav ul a:after {
        content: " ";
        width: 37px;
        height: 1px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1rem;
        visibility: hidden;
        transition: .3s;
        background: #333;
        opacity: 0;
    }
    header nav ul li:last-child {
        width: 47px;
        height: 47px;
        background: url(../img/mail.png) no-repeat left center;
        cursor: pointer;
        margin-right: 2rem;
    }
    header nav ul li:last-child a {
        width: 47px;
        height: 47px;
        display: block;
    }
}

@media screen and (min-width: 600px) {
    header .pc nav ul li:last-child a:hover:after {
        opacity: 0;
        visibility: hidden;
    }
    header .pc nav ul a:hover:after {
        bottom: -.5rem;
        opacity: 1;
        visibility: visible;
    }
    header .pc nav ul li:last-child:hover:after {
        opacity: 0;
        visibility: hidden;
    }
    header nav ul li:last-child:hover,
    .btn:hover,
    #cont a:hover,
    input[type="submit"]:hover {
        opacity: .7;
        transition: .2s;
    }
    #top_type-b .box1016 a:hover {
        background: #269AE3;
        color: #fff;
        border: 1px solid #fff;
        transition: .2s;
    }
}


/* ------------ intro ------------ */

#intro {
    background: #F2FBFF;
}

section>ol {
    padding-top: 8rem;
    display: flex;
    font-size: 1.2rem;
    margin-left: -2rem;
    margin-bottom: 1rem;
}

section>ol li {
    padding: 0 .5rem;
}

#intro_top picture img {
    max-width: 100%;
    margin-bottom: 4rem;
}

#intro_top h2 {
    font-size: 3.5rem;
    color: #269AE3;
    border-bottom: 2px solid #269AE3;
    display: inline;
    line-height: 1.8;
    padding-bottom: .5rem;
}

#intro_top h2+p {
    margin-top: 3rem;
    line-height: 2;
}

#intro_top h3 {
    font-size: 2.7rem;
    text-align: center;
    font-weight: bold;
}

#intro_top h3 span {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 1rem;
}

.h3-01 {
    color: #26A29D;
    margin-top: 9rem;
}

.h3-02 {
    color: #B4990D;
}

#intro_top h3+div {
    width: 700px;
    max-width: 100%;
    margin: 2.5rem auto 4.5rem;
    background: #fff;
    padding: 3rem 4.5rem;
    line-height: 2;
    border-radius: 5px;
}

#intro_top h3+div p {
    margin-bottom: 1rem;
}

#intro_top h3+div ul {
    padding-left: 2.5rem;
}

#intro_top h3+div ul li {
    position: relative;
    padding-left: 1.5rem;
}

#intro_top h3+div ul li::before {
    position: absolute;
    left: 0;
    top: -.2rem;
}

.h3-01+div li::before {
    content: url(../img/h3-01_tri.png);
}

.h3-02+div li::before {
    content: url(../img/h3-02_tri.png);
}

#staff {
    padding: 3.5rem 0 8rem;
    max-width: 90%;
    margin: 0 auto;
}

.pic {
    display: block;
    text-align: center;
}

#staff .pic+p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 1.5rem 0 4.5rem;
}

#staff .pic+p+p {
    width: 850px;
    max-width: 100%;
    font-size: 2.7rem;
    font-weight: bold;
    margin: 0 auto 2rem;
    color: #269AE3;
    padding-left: .5rem;
}

#staff .txt {
    width: 850px;
    max-width: 100%;
    margin: 0 auto 9rem;
    font-size: 1.5rem;
    line-height: 1.8;
}

.staff_box {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.staff_box p {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 1rem;
}

#outline {
    padding: 2rem 0 7rem;
}

#outline dl {
    width: 925px;
    max-width: 90%;
    margin: 2rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#outline dt {
    font-weight: bold;
    color: #269AE3;
    width: 110px;
    padding: 2.5rem 0;
    border-bottom: 1px solid #E5E5E5;
}

#outline dd {
    width: calc(100% - 110px);
    padding: 2.5rem 0;
    border-bottom: 1px solid #E5E5E5;
}

#outline dt:nth-last-child(2),
#outline dd:last-child {
    border-bottom: none;
}

.bg-W {
    background: #fff;
}

@media screen and (max-width: 1024px) {
    #intro_top h2 {
        font-size: 1.8rem;
        line-height: 2;
        padding-bottom: 0;
    }
    #intro_top h2+p {
        margin-top: 2rem;
        font-size: 1.5rem;
    }
    #intro_top picture {
        display: block;
    }
    #intro_top picture img {
        margin-bottom: 2rem;
    }
    #intro_top h3 {
        font-size: 1.9rem;
    }
    #intro_top h3+div {
        font-size: 1.5rem;
        padding: 2.5rem 2rem;
    }
    #intro_top h3+div ul {
        padding-left: 0;
    }
    #staff {
        padding: 1.5rem 0 5rem;
    }
    .staff_box p {
        font-size: 1.6rem;
    }
    #staff .pic+p+p {
        font-size: 1.9rem;
    }
    #outline {
        padding-bottom: 5rem;
    }
    #outline dl {
        font-size: 1.5rem;
    }
    #outline dt {
        width: 100%;
        padding: 2rem 0 1.5rem;
        border-bottom: none;
    }
    #outline dd {
        width: 100%;
        padding: 0 0 2rem;
    }
}


/* ------------ work ------------ */

#main_img {
    margin-top: 7rem;
    width: 100%;
    height: calc(100vw / 4.626);
    position: relative;
}

#work #main_img {
    background: url(../img/work_main.jpg) no-repeat center / cover;
}

ol.clr-W {
    padding-top: 1rem;
    width: 1016px;
    max-width: 95%;
    margin: 0 auto;
    color: #fff;
}

#main_img h1 {
    color: #fff;
    font-size: 5.6rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: fit-content;
    font-family: Tsukushi A Round Gothic;
}

#acting,
#type-b_top {
    background: #F2FBFF;
    padding: 6rem 0 8rem;
}

.box1026 {
    width: 1026px;
    max-width: 85%;
    margin: 0 auto;
}

#acting h2,
#type-b_top h2 {
    font-size: 5rem;
    text-align: left;
    color: #269AE3;
    margin-bottom: 2rem;
}

#acting h2+p,
#type-b_top h2+p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 10rem;
}

#acting h3 {
    font-size: 3rem;
    font-weight: bold;
    border-bottom: 1px solid #269AE3;
    padding: 0 2rem 1rem;
    width: fit-content;
    margin: 0 auto 5rem;
}

#acting ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

#acting dl {
    width: 333px;
    height: 225px;
    background: #269AE3;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 1.5rem 2.5rem;
    margin-bottom: 1rem;
}

#acting dt {
    font-size: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #fff;
}

#acting dd div {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#acting dd p {
    font-size: 1.4rem;
    line-height: 1.5;
}

.one-line {
    padding-top: .5rem;
}

#acting ul+p {
    margin-top: 7rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.8;
}

#day-schedule {
    padding: 7.5rem 0 0;
}

#day-schedule h2,
#qa h2 {
    text-align: left;
}

#day-schedule dl {
    width: 844px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#day-schedule dt,
#day-schedule dd {
    width: 50%;
    font-size: 1.8rem;
    background: #FFFBEF;
    text-align: center;
    padding: 1.5rem 0;
    margin-bottom: .5rem;
}

#day-schedule dt {
    position: relative;
}

#day-schedule dt::after {
    content: "";
    position: absolute;
    background: #FCD86C;
    width: 1px;
    height: 36px;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#day-schedule dl+p {
    width: 844px;
    max-width: 100%;
    margin: 1rem auto 7rem;
    line-height: 1.5;
}

#qa dl {
    width: 844px;
    max-width: 100%;
    margin: 0 auto;
}

#qa dt,
#qa dd {
    position: relative;
    padding-left: 4rem;
    line-height: 1.9;
    margin-bottom: 2rem;
}

#qa dd {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #E6E6E6;
}

#qa dd:last-child {
    border-bottom: none;
}

#qa dt::before,
#qa dd::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: bold;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}

#qa dt::before {
    content: "Q";
    color: #fff;
    background: #269AE3;
}

#qa dd::before {
    content: "A";
    color: #269AE3;
    background: #fff;
    border: 1px solid #269AE3;
}

@media screen and (max-width: 1024px) {
    #main_img {
        margin-top: 6.3rem;
        height: calc(100vw / 2.53);
    }
    #work #main_img {
        background: url(../img/work_main_sp.jpg) no-repeat center / cover;
    }
    #main_img h1 {
        font-size: 2.6rem;
    }
    #acting,
    #type-b_top {
        padding: 3rem 0 4rem;
    }
    #acting h2,
    #type-b_top h2 {
        font-size: 2.6rem;
        text-align: center;
    }
    #acting h2+p {
        margin-bottom: 5.5rem;
    }
    #acting h3 {
        font-size: 1.9rem;
        padding: 0 2rem .5rem;
        margin: 0 auto 2rem;
    }
    #acting dl {
        margin-bottom: 1.5rem;
    }
    #acting ul+p {
        margin-top: 2.5rem;
        font-size: 1.5rem;
        font-weight: normal;
    }
    #day-schedule dt,
    #day-schedule dd {
        font-size: 1.6rem;
        padding: 1rem 0;
    }
    #day-schedule dt::after {
        height: 27px;
    }
    #day-schedule dl+p {
        font-size: 1.3rem;
        margin: .5rem auto 5.5rem;
    }
    #qa dl {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 800px) {
    #acting dl {
        height: auto;
    }
}


/* ------------ type-b ------------ */

#type-b #main_img {
    background: url(../img/type-b_main.jpg) no-repeat center / cover;
}

.type-b_box {
    width: 1016px;
    max-width: 90%;
    margin: 0 auto;
}

#type-b_top h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

#type-b_top h3+div {
    background: #fff;
    border-radius: 5px;
    padding: 2.5rem 1.5rem;
    width: 100%;
    margin: 2rem auto 4.5rem;
}

#type-b_top h3+div p {
    line-height: 2;
    margin-bottom: 3rem;
}

#type-b_top dl {
    font-size: 1.3rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 690px;
    max-width: 100%;
    margin: 0 auto 1.5rem;
}

#type-b_top dt {
    width: 53%;
}

#type-b_top dd {
    width: 47%;
}

#type-b_top dt:nth-child(-n + 2),
#type-b_top dd:nth-child(-n + 2) {
    text-align: center;
    color: #269AE3;
    padding-bottom: 1rem;
}

#type-b_top dt:nth-child(n + 3),
#type-b_top dd:nth-child(n + 3) {
    padding: 1rem .5rem;
    line-height: 2;
    border-top: 1px solid #A4DBFD;
    display: flex;
    align-items: center;
    justify-content: center;
}

#type-b_top dt:nth-last-child(2),
#type-b_top dd:last-child {
    border-bottom: 1px solid #A4DBFD;
}

#type-b_top dt:nth-child(n + 3) {
    background: #DBF4FF;
}

.fs12 {
    font-size: 1.2rem;
}

.fs10 {
    font-size: 1rem;
}

#type-b_top ul {
    width: 690px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.9;
}

#type-b_top .process p {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.5rem;
}

#philosophy {
    width: 690px;
    max-width: 90%;
    margin: 0 auto;
    padding: 4.5rem 0 1.5rem;
}

#philosophy h2 {
    font-size: 2.4rem;
    color: #269AE3;
    position: relative;
}

#philosophy h2::after {
    content: " ";
    display: block;
    height: 2px;
    width: 33px;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    background: #269AE3;
}

#philosophy .six {
    display: flex;
    flex-wrap: wrap;
    margin: 6.5rem 0 8rem;
}

#philosophy .six dt {
    width: 75px;
    padding: 1.3rem 1rem;
    border-top: 1px solid #A4DBFD;
    display: flex;
    align-items: center;
}

#philosophy .six dt span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #269AE3;
    border-radius: 50px;
    background: #F2FBFF;
    color: #269AE3;
    font-size: 1.8rem;
}

#philosophy .six dd {
    width: calc(100% - 75px);
    font-size: 1.3rem;
    line-height: 1.6;
    display: flex;
    align-items: center;
    border-top: 1px solid #A4DBFD;
    padding: 1.3rem 0;
}

#philosophy .six dt:nth-last-child(2),
#philosophy .six dd:last-child {
    border-bottom: 1px solid #A4DBFD;
}

#philosophy .six+dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px dashed #269AE3;
    width: fit-content;
    padding: 0 0 .2rem 0;
    margin-bottom: 1.5rem;
}

#philosophy .six+dl dd {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 7.5rem;
}

@media screen and (max-width: 1024px) {
    #type-b #main_img {
        background: url(../img/type-b_main_sp.jpg) no-repeat center / cover;
    }
    #type-b #main_img h1 {
        font-size: 2.4rem;
    }
    #type-b h2 {
        font-size: 2.3rem;
    }
    #type-b_top h3 {
        text-align: left;
    }
    #type-b_top h3+div {
        margin: 1rem auto 3.5rem;
    }
    .fs10 {
        display: block;
        margin: -.8rem 0;
        text-align: right;
    }
    .fs12 .fs10 {
        display: inline-block;
        margin: -.5rem;
    }
    #type-b_top .process p {
        text-align: left;
    }
    #philosophy .six+dl dt {
        line-height: 2.2;
        display: inline;
    }
    #philosophy .six+dl dd {
        margin-bottom: 9rem;
        margin-top: 1.5rem;
    }
}


/* ------------ news ------------ */

#news #main_img {
    background: url(../img/news_main.jpg) no-repeat center / cover;
}

#news #top_news li a {
    height: 100px;
}

#news #top_news .news {
    margin: 0 auto 5rem;
}

.page {
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.page a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #269AE3;
    width: 23px;
    position: relative;
    z-index: 1;
}

.page .page_active a::after {
    content: " ";
    position: absolute;
    width: 23px;
    height: 23px;
    background: #D6F2FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: -.6rem;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    #news #top_news li a {
        height: auto;
    }
}


/* ------------ news-single ------------ */

#news-single>div {
    background: #F2FBFF;
    padding-bottom: 15rem;
}

.news_box h2 {
    color: #269AE3;
    font-size: 2.5rem;
    text-align: left;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #333;
    margin-bottom: 1rem;
    font-weight: normal;
}

.news_box {
    width: 670px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 4.5rem;
}

.date {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.news_box p {
    line-height: 2;
}

.news_box img {
    margin: 5rem 0 2rem;
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    #news-single>div {
        padding-bottom: 4rem;
    }
    .news_box h2 {
        font-size: 1.6rem;
        padding: 0 .5rem 1.5rem;
        line-height: 1.8;
    }
    .news_box {
        background: #fff;
        border-radius: 5px;
        padding: 2rem 1rem 13rem;
    }
    .news_box p {
        padding: 0 .5rem;
    }
}


/* ------------ contact ------------ */

#contact>div {
    background: #F2FBFF;
    padding-bottom: 8.5rem;
}

.contact_box {
    width: 740px;
    max-width: 90%;
    margin: 5rem auto 0;
}

.contact_box h2 {
    font-size: 5.6rem;
    margin-bottom: 8.5rem;
}

.contact_box h2+p {
    font-size: 1.5rem;
    margin-bottom: 7rem;
    line-height: 1.8;
}

.ctr {
    text-align: center;
}

.ctr p {
    font-weight: bold;
    font-size: 1.7rem;
    margin-top: 1rem;
}

.cont_tel {
    border: 1px solid #269AE3;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4.5rem auto 6.5rem;
}

.cont_tel p {
    font-size: 3.3rem;
    font-weight: bold;
}

.cont_tel p span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    margin-top: 1.5rem;
}

.form {
    margin-top: 2.5rem;
}

.form>p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.form>p span {
    color: #F00;
}

.form_box li {
    border-top: 1px solid #E5E5E5;
    padding: 3.5rem 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form_box li:last-child {
    border-top: none;
}

.form_box li label {
    width: 280px;
}

.form_box li label span {
    color: #F00;
    padding-left: .5rem;
}

.form_box li div {
    width: calc(100% - 280px);
}

.form_box input {
    width: 100%;
    height: 35px;
    border: 1px solid #E5E5E5;
}

.form_box input[type="radio"] {
    display: none;
}

.form_box input[type="radio"]+label {
    padding-right: 3.5rem;
    padding-left: 2.5rem;
    position: relative;
}

.form_box input[type="radio"]+label::before {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #E5E5E5;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    left: 0;
}

.form_box input[type="radio"]:checked+label::before {
    border: 1px solid #269AE3;
}

.form_box input[type="radio"]:checked+label::after {
    content: " ";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #269AE3;
    border-radius: 50px;
    position: absolute;
    top: 6px;
    left: 4px;
}

.form_box .add,
.form_box .textarea {
    align-items: flex-start;
}

.form_box .add_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.add select {
    width: 265px;
    height: 35px;
    border: 1px solid #E5E5E5;
    margin: 1.3rem 0
}

.form_box .add input.yubin {
    width: 160px;
    margin-left: 1rem;
}

.form_box textarea {
    width: 100%;
    height: 230px;
    border: 1px solid #E5E5E5;
}

.form_box input[type="checkbox"] {
    display: none;
}

.form_box input[type="checkbox"]+label {
    width: fit-content;
    padding-left: 2.5rem;
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
}

.form_box input[type="checkbox"]+label::before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #E5E5E5;
    background: #fff;
    position: absolute;
    top: -3px;
    left: 0;
}

.form_box input[type="checkbox"]:checked+label::before {
    border: 1px solid #269AE3;
}

.form_box input[type="checkbox"]:checked+label::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 7px;
    margin-top: -9px;
    top: 11px;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid #269AE3;
    border-left: 3px solid #269AE3;
}

.form_box input[type="checkbox"]+label a {
    color: #307FDB;
    font-size: 1.5rem;
    margin-left: .5rem;
}

input[type="submit"] {
    -webkit-appearance: none;
    width: 445px;
    max-width: 100%;
    height: 40px;
    background: #269AE3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin: 2rem auto 0;
}

@media screen and (max-width: 1024px) {
    .contact_box h2 {
        font-size: 2.6rem;
        margin-bottom: 5rem;
    }
    .contact_box h2+p {
        margin-bottom: 4rem;
    }
    .ctr p {
        font-size: 1.5rem;
    }
    .cont_tel {
        height: 85px;
        margin: 2rem auto 4rem;
    }
    .cont_tel p {
        font-size: 2.6rem;
    }
    .cont_tel p span {
        font-size: 1.4rem;
        margin-top: 1rem;
    }
    .form_box li {
        padding: 2.5rem 1rem;
    }
    .form_box li label {
        width: 100%;
        margin-bottom: 1rem;
    }
    .form_box li div {
        width: 100%;
    }
    .form_box textarea {
        height: 260px;
    }
    .form_box .add input.yubin {
        margin-right: calc(100% - 190px);
    }
}

@media screen and (max-width: 600px) {
    .add select {
        width: 155px;
    }
}


/* ------------ privacy ------------ */

#privacy>div {
    background: #F2FBFF;
}

#privacy h2 {
    font-size: 5.6rem;
    font-weight: bold;
    padding: 5.5rem 0 5rem;
}

.privacy_box {
    font-size: 1.5rem;
    width: 840px;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.7;
    padding-bottom: 17.5rem;
}

.privacy_box dt {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 2.5rem 0;
}

.mt2 {
    padding-top: 2.5rem;
}

.privacy_box ol {
    padding-left: 3rem;
    list-style: decimal;
}

.privacy_box li {
    padding-left: 1.5rem;
}

.privacy_box span {
    display: block;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    #privacy h2 {
        font-size: 2.6rem;
        padding: 3.5rem 0 3rem;
    }
    .privacy_box {
        font-size: 1.4rem;
        padding-bottom: 12.5rem;
    }
    .privacy_box dt {
        font-size: 1.4rem;
        font-weight: normal;
    }
    .privacy_box ol ol {
        padding-left: 1.5rem;
    }
}

.bg-none {
    background: none;
}

.none {
    display: none;
}


/*20220301編集*/

.introduction_staff_num03 img {
    border-radius: 0.5rem;
}

.flexwrapbox {
    flex-wrap: wrap;
    grid-row-gap: 2rem;
}

@media screen and (min-width: 850px) {
    .staff_box.flexwrapbox {
        width: 100%;
        flex-wrap: nowrap;
        max-width: 85rem;
    }
}


/*ここまで*/