body {
    font-size: 18px;
    color: #707070;
    font-family: YakuHanRP, 'Mukta', 'Kosugi', sans-serif;
}

a {
    transition: 0.3s;
}

a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.7;
}

.body-x {
    width: 100%;
    min-width: 375px;
    overflow-x: hidden;
}

/* common
---------------------------------------------*/
.h2-title {
    font-size: 250%;
    margin-bottom: 60px;
    font-family: 'RocknRoll One';
}

.h2-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #d70c18;
    margin-top: 30px;
}

.column {
    letter-spacing: -1em;
    white-space: nowrap;
}

.colum-clear {
    letter-spacing: normal;
    white-space: normal;
}

.br-text {
    display: inline-block;
}

.effect-fade {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 300ms;
}

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}

@media (max-width: 991px) {
    .h2-title {
        font-size: 200%;
        margin-bottom: 30px;
    }
}

/* header-area
---------------------------------------------*/
.header-area {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
}

.header-area h1 {
    position: absolute;
    font-family: 'RocknRoll One';
    font-size: 700%;
    bottom: 180px;
    color: #E6B422;
    text-shadow: 5px 5px #343434;
}

.header-area p {
    position: absolute;
    font-family: 'RocknRoll One';
    font-size: 200%;
    bottom: 120px;
    right: 0;
    width: 100%;
    text-align: right;
    color: #D70C18;
    text-shadow: 1px 1px #FFF;
    z-index: 3;
}

.header-top {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    background-image: url(../img/top-back.png);
    background-size: cover;
    background-position: center;
}

.header-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.sp-contact {
    display: none;
}

.header-bottom {
    position: relative;
    height: 100%;
}

.top-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 30px 0;
}

.name-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    padding: 30px;
    text-align: right;
}

.name-img img {
    width: auto;
    height: 100%;
    box-shadow: 5px 5px 5px rgb(0,0,0,0.4);
}

.menu {
    width: 100%;
    position: absolute;
    bottom: 15px;
    padding: 15px;
    list-style: none;
    background: #D70C18;
    font-size: 0;
    letter-spacing: -1em;
}

.menu li {
    display: inline-block;
    width: calc(100% / 5 - 1px);
    position: relative;
    padding: 15px;
    font-size: 18px;
    letter-spacing: normal;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
    background: rgba(0,0,0,.4);
}

.menu a {
    margin-right: 1px;
}

.menu a:last-child {
    margin-right: 0;
}

.menu li::after {
    font-family: "Font Awesome 5 Free";
    content: "\f103";
    font-weight: 600;
    font-size: 125%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 991px) {

    .header-area {
        height: 600px;
    }

    .header-area p {
        bottom: 180px;
        font-size: 125%;
    }

    .menu li {
        width: calc(100% / 3 - 1px);
        margin-bottom: 1px;
    }

}

@media (max-width: 767px) {

    .header-area p {
        font-size: 110%;
        bottom: 215px;
    }

    .sp-contact {
        display: block;
    }

    .sp-contact-btn {
        width: 100%;
        font-size: 0;
    }

    .sp-contact-btn a {
        position: relative;
        display: inline-block;
        width: 50%;
        height: 35px;
        padding-left: 30px;
        line-height: 35px;
        font-size: 16px;
        text-align: center;
        color: #FFF;
        background: #343434;
    }

    .sp-contact-btn i{
        position: absolute;
        left: 0;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
    }

    .sp-tel-btn i{
        background: #D70C18;
    }

    .sp-mail-btn i{
        background: #E6B422;
    }

    .header-area h1 {
        top: 90px;
    }

    .menu li {
        width: calc(100% / 2 - 1px);
        font-size: 16px;
    }

}

@media (max-width: 575px) {

    .header-area p {
        font-size: 90%;
        bottom: 225px;
    }

    .name-img {
        padding: 15px 15px 30px 30px;
        height: 40%;
    }

    .header-bottom {
        margin-left: calc(((100vw - 100%) / 2) * -1);
        margin-right: calc(((100vw - 100%) / 2) * -1);
    }

}

/* footer-area
---------------------------------------------*/
.footer-area {
    width: 100%;
    padding-top: 90px;
    background: #343434;
    color: #FFF;
}

.footer-inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer-ul {
    display: inline-block;
    width: auto;
    list-style: none;
    padding: 60px 0;
    margin: auto;
    text-align: left;
}

.footer-ul li {
    padding: 10px 0;
}

.footer-ul li:nth-child(2) i {
    font-size: 85%;
}

.footer-ul i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 50%;
    text-align: center;
    color: #343434;
    background: #FFF;
}

.footer-ul .fa-sticky-note {
    transform: rotate(180deg);
}

.footer-ul a {
    color: inherit;
}

.copyright {
    font-size: 90%;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .footer-ul {
        padding: 30px 0;
    }
}

/* prof-area
---------------------------------------------*/
.prof-area {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.prof-img {
    position: absolute;
    top: 60px;
    right: 60px;
}

.prof-img::before {
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: #D70C18;
    z-index: -1;
}

.prof-img img {
    width: 100%;
    height: auto;
    max-width: 300px;
    box-shadow: 5px 5px 10px rgb(0,0,0,0.4);
}

.prof-img-sp {
    display: none;
}

.prof-img-sp img{
    width: 100%;
    height: auto;
}

.prof-ul {
    padding: 0;
    list-style: none;
}

.prof-ul h1 {
    display: inline-block;
    font-size: 100%;
    margin-bottom: 0;
}

.prof-ul li {
    margin-bottom: 15px;
}

.prof-title {
    display: inline-block;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    background: #D70C18;
    margin-right: 30px;
}

.career-table {
    display: inline-table;
    vertical-align: text-top;
    margin-left: -10px;
}

.career-table tr {
    position: relative;
    margin-bottom: 15px;
}

.career-table th {
    padding-right: 15px;
}

.career-table td {}

.career-text {
    display: inline-block;
    padding-left: 45px;
}

.month {
    position: absolute;
}

.prof-area p {
    position: relative;
    padding: 30px 30px 30px 60px;
    margin-bottom: 0;
    background: #EAEAEA;
}

.prof-area p::after {
    content: "";
    display: block;
    width: 5px;
    height: calc(100% - 60px);
    position: absolute;
    top: 30px;
    left: 30px;
    background: #E6B422;
}

@media (max-width: 991px) {
    .prof-area .h2-title {
        font-size: 200%;
        margin-bottom: 30px;
    }

    .prof-img {
        display: none;
    }

    .prof-img-sp {
        display: block;
        position: absolute;
        top: -50px;
        right: -15px;
        width: 160px;
        height: auto;
        z-index: -1;
    }

    .prof-title {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .career-table {
        display: table;
        width: 100%;
        margin-left: 0px;
    }

    .career-table th {
        display: block;
        width: 100%;
    }

    .career-table td {
        display: block;
        width: 100%;
    }
}

/* think-area
---------------------------------------------*/
.think-area {
    color: #FFF;
    margin-top: 200px;
    margin-bottom: 200px;
}

.think-area .h2-title {
    color: #FFF;
}

.think-area .h2-title::after {
    background: #FFF;
}

.think-box_left {
    position: relative;
    padding: 60px 50% 60px 0;
}

.think-box_left::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -2vw;
    background: #EAEAEA;
    z-index: -2;
}

.think-img {
    position: relative;
    width: 100%;
    padding: 0 60px 0 0;
    z-index: 1;
}

.think-img img {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 10px rgb(0,0,0,0.4);
}

.think-box_right {
    position: relative;
    padding: 90px 0 90px 50%;
    margin-top: -35%;
}

.think-box_right::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -3vw;
    background: #D70C18;
    z-index: -1;
}

@media (max-width: 991px) {

    .think-area {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .think-box_left {
        padding: 30px 30px 30px 0;
    }

    .think-box_left::before {
        left: 0;
    }

    .think-img {
        max-width: 320px;
        padding: 0px 0px 0px 15px;
        margin-left: auto;
        margin-right: 0;
    }

    .think-box_right {
        padding: 60px 15px 30px 15px;
        margin-top: -150px;
    }

    .think-box_right::before {
        right: 0;
    }

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

    .think-img {
        max-width: 320px;
        padding: 0px 0px 0px 15px;
    }

    .think-box_right {
        margin-top: -60px;
    }

}

/* work-area
---------------------------------------------*/
.work-area {
    margin-top: 200px;
    margin-bottom: 200px;
}

.work-area .h2-title::after {
    background: #E6B422;
}

.work-imgbox {
    width: 1200px;
    height: 300px;
    margin-left: calc(((100vw - 100%) / 2) * -1);
}

.work-imgbox img {
    float: left;
    width: 300px;
    height: auto;
}

.work-txtbox {
    position: relative;
    border-top: solid 5px #E6B422;
    background: #FFF;
    padding: 60px calc((100vw - 100%) / 2) 60px 60px;
    margin-top: -30px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    box-shadow: 5px 5px 10px rgb(0,0,0,0.4);
}

.work-txtbox_left {
    display: inline-block;
    width: 300px;
}

.work-txtbox_right {
    display: inline-block;
    width: calc(100% - 300px);
    vertical-align: middle;
}

@media (max-width: 991px) {

    .work-area {
        margin-top: 100px;
        margin-bottom: 160px;
    }

    .work-imgbox {
        width: 800px;
        height: 200px;
    }

    .work-imgbox img {
        width: 200px;
    }

    .work-txtbox {
        padding: 30px calc((100vw - 100%) / 2) 30px 60px;
    }

    .work-txtbox_left {
        display: block;
    }

    .work-txtbox_right {
        display: block;
        width: 100%;
    }

}

@media (max-width: 767px) {

    .work-imgbox {
        width: 400px;
        height: 400px;
    }

    .work-imgbox img {
        width: 200px;
    }

    .work-txtbox {
        padding: 30px calc((100vw - 100%) / 2) 30px 30px;
    }

}

@media (max-width: 575px) {

    .work-imgbox {
        width: 300px;
        height: 300px;
    }

    .work-imgbox img {
        width: 150px;
    }

}

/* schedule-area
---------------------------------------------*/
.schedule-area {
    position: relative;
    margin-top: 260px;
    margin-bottom: 100px;
}

.schedule-area::before {
    content: "";
    display: block;
    width: 100vw;
    height: 300px;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: -60px;
    background: #D70C18;
    z-index: -1;
}

.schedule-area .h2-title {
    color: #FFF;
}

.schedule-area .h2-title::after {
    background: #FFF;
}

.schedule-area iframe {
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 5px 5px 10px rgb(0,0,0,0.4);
}

@media (max-width: 991px) {

    .schedule-area {
        margin-top: 16px;
        margin-bottom: 100px;
    }

    .schedule-area iframe {
        padding: 15px;
        border-radius: 15px;
    }

}

/* radio-area
---------------------------------------------*/
.radio-area {
    letter-spacing: -1em;
}

.radio-img {
    display: inline-block;
}

.radio-img img {
    width: 600px;
    height: auto;
    margin-bottom: 30px;
}

.radio-btn-box {
    display: inline-block;
    width: calc(100% - 600px);
    text-align: center;
    vertical-align: middle;
    letter-spacing: normal;
}

.radio-btn {
    display: inline-block;
    width: 300px;
    height: 60px;
    position: relative;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    margin-top: 15px;
    color: #FFF;
    background: #343434;
}

.radio-btn span {
    font-size: 90%;
}

.radio-btn::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 600;
    font-size: 125%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.radio-box {
    position: relative;
    border-top: solid 5px #E6B422;
    padding-right: calc((100vw - 100%) / 2);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    letter-spacing: -1em;
    box-shadow: 5px 5px 10px rgb(0,0,0,0.4);
}

.radio-balloon {
    position: relative;
    display: inline-block;
    padding: 20px;
    margin-left: 60px;
    margin-bottom: -90px;
    color: #FFF;
    background-color: #D70C18;
    border-radius: 10px;
    box-shadow: 6px 6px 0px 0px #343434;
    letter-spacing: normal;
    z-index: 1;
}

.radio-balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 47px;
    bottom: -18px;
    border-top: 15px solid #343434;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.radio-balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 40px;
    bottom: -15px;
    border-top: 15px solid #D70C18;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.radio-box-img {
    display: inline-block;
    width: 30%;
}

.radio-box img{
    width: 100%;
    max-width: 600px;
    height: auto;
}

.radio-box-text {
    display: inline-block;
    width: 70%;
    padding: 30px 0 30px 30px;
    vertical-align: bottom;
    letter-spacing: normal;
}

.radio-name {
    padding-top: 1rem;
}

@media (max-width: 991px) {

    .radio-balloon-box  {
        text-align: center;
    }

    .radio-balloon {
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .radio-balloon::before {
        left: 50%;
        z-index: 1;
    }

    .radio-balloon::after {
        left: 48%;
        z-index: 2;
    }

    .radio-img img {
        width: 100%;
    }

    .radio-btn-box {
        width: 100%;
    }

    .radio-box-img,
    .radio-box-text {
        display: block;
        width: 100%;
        padding-left: 30px;
    }

    .radio-box-text {
        padding-top: 0px;
    }


}

/* contact-area
---------------------------------------------*/
.contact-area {
    margin-top: 100px;
    margin-bottom: -120px;
    text-align: center;
}

.contact-area .h2-title {
    text-align: center;
}

.contact-area .h2-title::after {
    margin-left: auto;
    margin-right: auto;
}

.contact-btn {
    margin: 60px 0;
}

.contact-btn a {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 60px;
    margin: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    border-radius: 30px;
    color: #FFF;
}

.contact-btn a::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.contact-btn a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 600;
    font-size: 125%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.tel-btn {
    background: #D70C18;
}

.tel-btn i {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    color: #D70C18;
    font-size: 125%;
}

.mail-btn {
    background: #E6B422;
}

.mail-btn i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #E6B422;
    font-size: 125%;
}

.contact-form {
    position: relative;
    width: 90%;
    margin: 30px auto;
    padding: 60px;
    border-top: solid 5px #343434;
    background: #FFF;
    box-shadow: 5px 5px 10px rgb(0,0,0,0.4);
}

.contact-form-title {
    font-size: 125%;
}

.contact-form-text {
    font-size: 85%;
}

.contact-form-text p {
    text-align: left;
}

.contact-form div {
    margin-bottom: 15px;
}

.contact-form label {
    width: 300px;
    text-align: left;
}

.contact-form label span {
    float: right;
    display: inline-block;
    width: 40px;
    height: 27px;
    margin-right: 15px;
    text-align: center;
    line-height: 27px;
    font-size: 80%;
    color: #FFF;
    background: #D70C18;
}

.contact-form input,
.contact-form select {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    vertical-align: middle;
    border: none;
    background: #EAEAEA;
}

.contact-form textarea {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    vertical-align: middle;
    border: none;
    background: #EAEAEA;
}

.contact-form button {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    border-color: #343434;
    border-radius: 30px;
    margin-top: 30px;
    color: #FFF;
    background: #343434;
}

.formrun-system-show {
    margin-top: 5px;
    font-size: 80%;
    color: #D70C18;
}

@media (max-width: 991px) {
    .contact-form {
        width: 100%;
        padding: 15px;
    }

    .contact-form label {
        width: 100%;
        max-width: 400px;
    }

    .contact-form label span {
        margin-right: 0;
    }

    .contact-form button {
        margin-top: 15px;
    }

}

/* responsive
---------------------------------------------*/
@media (min-width: 576px) {

    .container,
    .header-inner,
    .footer-inner {
        max-width: 540px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {

    .container,
    .header-inner,
    .footer-inner {
        max-width: 720px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {

    .container,
    .header-inner,
    .footer-inner {
        max-width: 960px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1080px) {

    .container,
    .header-inner,
    .footer-inner {
        max-width: 1000px;
        padding-left: 0;
        padding-right: 0;
    }
}
