#about {
    color: #333;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    #about {
        font-size: 1.2rem;
    }
}

#about .mainvisual {
    background: url(../img/pic_mainvisual.jpg) no-repeat center/cover;
    height: 640px;
}

@media screen and (max-width: 1199px) {
    #about .mainvisual {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    #about .mainvisual {
        height: 186px;
        margin-top: 54px;
    }
}

#about .mainvisual__inner {
    max-width: 1160px;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 1199px) {
    #about .mainvisual__inner {
        width: 100%;
    }
}

#about .mainvisual .mainvisual__box {
    padding: 475px 0 20px 0%;
}

@media screen and (max-width: 1199px) {
    #about .mainvisual .mainvisual__box {
        padding: 275px 0 20px 5%;
    }
}

@media screen and (max-width: 767px) {
    #about .mainvisual .mainvisual__box {
        padding: 131px 0 20px 5%;
    }
}

#about .mainvisual .mainvisual__box__ttl {
    width: 34%;
    max-width: 340px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    background: #e9bda8;
    font-size: 3.2rem;
    font-family: YuMincho,'Yu Mincho',serif;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    #about .mainvisual .mainvisual__box__ttl {
        width: 40%;
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    #about .mainvisual .mainvisual__box__ttl {
        height: 70px;
        font-size: 1.8rem;
        width: 40%;
    }
}

#about .breadcrumb {
    padding-top: 20px;
    font-size: 1.4rem;
    color: #666666;
}

#about .breadcrumb .breadcrumb__txt {
    text-align: right;
}

#about .breadcrumb .breadcrumb__txt__link {
    text-decoration: none;
    color: #666666;
}

#about .breadcrumb .breadcrumb__txt__link__arrow {
    color: #f9a59e;
}

#about .greeting {
    margin: 80px auto;
}

@media screen and (max-width: 767px) {
    #about .greeting {
        margin: 60px auto;
    }
}

#about .greeting .greeting-box {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    #about .greeting .greeting-box {
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    #about .greeting .greeting-box {
        display: block;
    }
}

#about .greeting .greeting-box__txtbox {
    width: 60%;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    #about .greeting .greeting-box__txtbox {
        width: 100%;
    }
}

#about .greeting .greeting-box__txtbox__ttl {
    font-size: 2.8rem;
    font-family: YuMincho,'Yu Mincho',serif;
}

@media screen and (max-width: 767px) {
    #about .greeting .greeting-box__txtbox__ttl {
        font-size: 1.8rem;
        text-align: center;
    }
}

#about .greeting .greeting-box__txtbox__txt {
    padding-top: calc(60px - (((1.4rem * 2.0) - 1.4rem) / 2));
    padding-bottom: calc(60px - (((1.4rem * 2.0) - 1.4rem) / 2));
    line-height: 2;
}

@media screen and (max-width: 767px) {
    #about .greeting .greeting-box__txtbox__txt {
        line-height: 1.7;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1199px) {
    #about .greeting .greeting-box__txtbox__txt {
        padding-top: calc(40px - (((1.4rem * 2.0) - 1.4rem) / 2));
        padding-bottom: calc(40px - (((1.4rem * 2.0) - 1.4rem) / 2));
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    #about .greeting .greeting-box__txtbox__txt {
        padding-top: calc(20px - (((1.7rem * 2.0) - 1.4rem) / 2));
        padding-bottom: calc(20px - (((1.7rem * 2.0) - 1.4rem) / 2));
    }
}

#about .greeting .greeting-box__txtbox__name {
    text-align: right;
    font-size: 1.8rem;
    font-family: YuMincho,'Yu Mincho',serif;
    color: #eb5b66;
}

@media screen and (max-width: 767px) {
    #about .greeting .greeting-box__txtbox__name {
        display: none;
    }
}

#about .greeting .greeting-box__txtbox__name__d {
    color: #333;
    font-size: 2.4rem;
    display: inline-block;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    #about .greeting .greeting-box__txtbox__name__d {
        display: none;
    }
}

#about .greeting .greeting-box__txtbox__name2 {
    display: none;
}

@media screen and (max-width: 767px) {
    #about .greeting .greeting-box__txtbox__name2 {
        display: block;
        font-size: 1.4rem;
        font-family: YuMincho,'Yu Mincho',serif;
        color: #eb5b66;
        text-align: center;
        margin-top: 10px;
    }
    #about .greeting .greeting-box__txtbox__name2__d {
        font-size: 1.6rem;
        color: #333;
        padding-left: 20px;
    }
}

#about .greeting .greeting-box__img {
    width: 100%;
    max-width: 30%;
}

@media screen and (max-width: 767px) {
    #about .greeting .greeting-box__img {
        max-width: 50%;
        margin: auto;
        margin-top: 20px;
    }
}

#about .performance {
    background: url(../img/pic_bg.jpg) top center/100% auto no-repeat, #fff5f0 left center;
    padding: 320px 0 100px 0;
}

@media screen and (max-width: 1199px) {
    #about .performance {
        padding: 120px 0 100px 0;
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    #about .performance {
        padding: 60px 0 60px 0;
    }
}

#about .performance__textbox {
    padding: 80px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(111, 111, 111, 0.2);
}

@media screen and (max-width: 767px) {
    #about .performance__textbox {
        padding: 40px 30px;
    }
}

#about .performance__textbox__ttl {
    text-align: center;
    font-size: 4.2rem;
    font-family: YuMincho,'Yu Mincho',serif;
}

@media screen and (max-width: 767px) {
    #about .performance__textbox__ttl {
        font-size: 3.0rem;
    }
}

#about .performance__textbox__subttl {
    font-size: 1.8rem;
    font-family: YuMincho,'Yu Mincho',serif;
    text-align: center;
    margin-top: calc(30px - (((1.8rem * 1.5) - 1.8rem) / 2));
}

@media screen and (max-width: 767px) {
    #about .performance__textbox__subttl {
        font-size: 1.6rem;
        margin-top: calc(20px - (((1.6rem * 1.5) - 1.6rem) / 2));
    }
}

#about .performance__textbox__txt {
    text-align: center;
    margin-top: calc(70px - (((1.4rem * 2.0) - 1.4rem) / 2));
    line-height: 2;
}

@media screen and (max-width: 767px) {
    #about .performance__textbox__txt {
        line-height: 1.7;
        margin-top: calc(20px - (((1.2rem * 1.7) - 1.2rem) / 2));
    }
}

@media screen and (max-width: 767px) {
    #about .performance__textbox__txt__br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #about .performance__textbox__txt {
        text-align: left;
    }
}

#about .performance__textbox2 {
    display: flex;
    margin-top: calc(90px - (((2.8rem * 1.5) - 2.8rem) / 2));
}

@media screen and (max-width: 767px) {
    #about .performance__textbox2 {
        display: block;
        margin-top: calc(60px - (((1.8rem * 1.5) - 1.8rem) / 2));
    }
}

#about .performance__textbox2__ttl {
    font-size: 2.8rem;
    font-family: YuMincho,'Yu Mincho',serif;
    background: url(../img/pic_border@2x.png) no-repeat right center/3px;
    padding: 0 60px 0 20px;
}

@media screen and (max-width: 767px) {
    #about .performance__textbox2__ttl {
        font-size: 1.8rem;
        text-align: center;
        background: url(../img/pic_line@2x.png) no-repeat bottom center/45px;
        padding: 0 0 calc(20px - (((1.8rem * 1.5) - 1.8rem) / 2)) 0;
    }
}

#about .performance__textbox2__txt {
    width: 71%;
    padding-left: 40px;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    #about .performance__textbox2__txt {
        font-size: 1.4rem;
        width: 100%;
        padding-left: 0;
        margin-top: calc(20px - (((1.4rem * 1.5) - 1.4rem) / 2));
    }
}

#about .guide {
    padding: 100px 0 120px 0;
}

@media screen and (max-width: 1199px) {
    #about .guide {
        padding: 80px 0 80px 0;
    }
}

@media screen and (max-width: 767px) {
    #about .guide {
        padding: 60px 0 60px 0;
    }
}

#about .guide__ttl {
    font-size: 2.8rem;
    font-family: YuMincho,'Yu Mincho',serif;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #about .guide__ttl {
        font-size: 1.8rem;
    }
}

#about .guide__box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    #about .guide__box {
        display: block;
        margin-top: 20px;
    }
}

#about .guide__box__img {
    width: 100%;
    max-width: 42%;
}

@media screen and (max-width: 1199px) {
    #about .guide__box__img {
        max-width: 38%;
    }
}

@media screen and (max-width: 767px) {
    #about .guide__box__img {
        max-width: 100%;
    }
}

#about .guide__box__table {
    width: 100%;
}

#about .guide__box__table th, #about .guide__box__table td {
    padding: 15px;
    border-top: 1px dashed #f9a59e;
    border-bottom: 1px dashed #f9a59e;
}

#about .guide__box__table th {
    font-weight: bold;
    width: 17%;
    text-align: left;
}

#about .guide__box__table .bottom {
    vertical-align: bottom;
}

#about .guide__box__table .more {
    color: #eb5b66;
    background: url(../img/pic_ico@2x.png) no-repeat right center/5px;
    padding-right: 12px;
}

#about .guide__box__table .more:hover {
    opacity: 0.8;
}

#about .guide .scroll {
    width: 100%;
    width: 53%;
}

@media screen and (max-width: 1199px) {
    #about .guide .scroll {
        width: 100%;
        max-width: 57%;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    #about .guide .scroll {
        max-width: 100%;
        margin-top: 30px;
    }
}

#about .link {
    padding-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    #about .link {
        padding-bottom: 0;
    }
}

#about .link__ttl {
    font-size: 2.8rem;
    text-align: center;
    font-family: YuMincho,'Yu Mincho',serif;
}

@media screen and (max-width: 767px) {
    #about .link__ttl {
        font-size: 1.8rem;
    }
}

#about .link__bnr-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    #about .link__bnr-box {
        flex-wrap: wrap;
        margin-top: 20px;
    }
}

#about .link__bnr-box__contents {
    display: block;
    width: 100%;
    max-width: 24%;
}

@media screen and (max-width: 767px) {
    #about .link__bnr-box__contents {
        max-width: 48%;
    }
}

@media screen and (max-width: 767px) {
    #about .link__bnr-box__contents:nth-of-type(n+3) {
        margin-top: 10px;
    }
}

#about footer {
    margin-top: 100px;
}

@media screen and (max-width: 1199px) {
    #about footer {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    #about footer {
        margin-top: 60px;
    }
}
