.start-2 {
    background: #ce3333;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}

.start-2 p {
    position: fixed;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    text-align: center;
}

.start-2 p img {
    width: 120px;
}

.apleasant h2 img {
    width: 265px;
}

.apleasant-wrap {
    text-align: center;
}

.apleasant h2 {
    padding: 0 0 60px;
    position: relative;
}

.apleasant h2:before {
    content: '';
    background-image: url(../img/kira-1.gif);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    width: 75px;
    height: 93px;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 410px;
    margin: 0 auto;
}

.apleasant h2:after {
    content: '';
    background-image: url(../img/kira-2.gif);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    width: 75px;
    height: 93px;
    position: absolute;
    top: 10px;
    right: 0px;
    left: 410px;
    margin: 0 auto;
}

.apleasant p {
    color: #704444;
    line-height: 2;
    padding: 0 0 70px;
}

.apleasant {
    /*max-width: 800px;*/
    margin: 0 auto;
}

a .more-btn {
    color: #704444;
    font-weight: bold;
    background-color: #ffd43b;
    display: table;
    margin: 70px auto 0;
    border-radius: 30px;
    width: 175px;
    padding: 15px 0;
    transition: 0.5s;
}

a .more-btn:hover {
    color: #ffd43b;
    background-color: #704444;
}

.about-wrap,
.service-wrap,
.recruit-wrap,
.policy-wrap,
.contact-form-wrap {
    background-color: #fffeec;
    padding: 165px 0 0;
    position: relative;
}

.suzu h2 img {
    width: 295px;
}

.click img {
    width: 175px;
}

.click {
    position: absolute;
    top: 0;
    right: 0;
}

.suzu {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.suzu-wrap {
    background-image: url(../img/suzu-bk-foot.png), url(../img/suzu-bk-head.png);
    background-position: bottom, top;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
    margin-top: 90px;
}

.img_container:before {
    content: '';
    background-image: url(../img/aruku_suzu.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 226px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 100px;
}

.img_container {
    animation: step01 2s ease-in-out infinite;
}

@keyframes step01 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-6px, -12px) rotate(-2deg);
    }

    50% {
        transform: translate(0, 0);
    }

    75% {
        transform: translate(6px, -12px) rotate(2deg);
    }

    100% {
        transform: translate(0, 0);
    }
}


.burn01 {
    animation: burn01 1s ease-in 0s 1;
}

@keyframes burn01 {
    0% {
        transform: scale(0.5);
    }

    80% {
        transform: scale(1);
    }

    90% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.suzu h2 {
    padding: 70px 0 0;
}

.suzu p {
    text-align: center;
    line-height: 2;
    padding: 5px 0 0;
    color: #704444;
}

/*.aruku_suzu:before {
    content: '';
    background-image: url(../img/suzu-hukidashi.png);
    width: 188px;
    height: 161px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 27px;
    left: 0;
    right: 333px;
    margin: 0 auto;
}

.aruku_suzu:after {
    content: '';
    background-image: url(../img/suzu-hukidashi2.png);
    width: 208px;
    height: 215px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    right: 0;
    left: 400px;
    margin: 0 auto;
}*/

.suzu-hukidashi img {
    width: 188px;
}

.suzu-hukidashi2 img {
    width: 208px;
}

.suzu-hukidashi-wrap {
    position: relative;
}

.suzu-hukidashi2 {
    position: absolute;
    top: 25px;
    right: 0;
    left: 400px;
    text-align: center;
}

.suzu-hukidashi {
    position: absolute;
    top: 25px;
    left: 0;
    right: 400px;
    text-align: center;
}

.img_container {
    height: 170px;
    padding: 220px 0 0;
}

.profile-wrap {
    background: #aed268;
    padding: 0 0 90px;
    position: relative;
}

.suzu-prof {
    background: #aed268;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -3px;
}

.profile {
    max-width: 950px;
    margin: 0 auto;
}

.profile h2 img {
    width: 200px;
}

.profile h2 {
    text-align: center;
    padding: 50px 0 20px;
}

/*table.company {
    color: #fff;
    margin: 0 auto;
    text-align: left;
}

table.company td {
    font-size: 14px;
}

th {
    position: relative;
}

th:after {
    content: '・・・・・・';
    position: absolute;
    left: 102px;
    font-size: 14px;
}
*/
.map {
    text-align: center;
    padding: 20px 0 85px;
}

.slideshow-wrap {
    display: flex;
    align-items: center;
    /* height: 80px; */
    overflow: hidden;
}

.slideshow {
    display: flex;
}

.content {
    width: 150px;
    height: 80px;
    margin: 0 0 0 18px;
}

.content a img {
    width: 150px;
    height: 80px;
}

.slideshow {
    display: flex;
    animation: loop-slide 15s infinite linear 0.5s both;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}



span.wow img {
    width: 65px;
}


/*service*/

.service h2 img,
.contact-form-wrap h2 img {
    height: 52px;
    width: auto;
}

.service {
    max-width: 800px;
    margin: 0 auto;
}

.service h2 {
    text-align: center;
}

p.service-txt {
    text-align: center;
    color: #704444;
    line-height: 2;
    padding: 30px 0 0;
    font-size: 14px;
}

.service-list-wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trapezoid h3 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
    line-height: 1.2;
}

.trapezoid h3 span {
    font-size: 10px;
}

.trapezoid {
    max-width: 210px;
    width: 100%;
    border-bottom: 55px solid #503939;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    text-align: center;
    border-radius: 26px 26px 6 6 / 80px 80px 6 6;
    z-index: 3;
    position: relative;
}

.service-icon img {
    width: 115px;
}

.service-icon {
    text-align: center;
}

.service-list-wrap {
    padding: 100px 0 0;
}

.white-box {
    background: #fff;
    border-radius: 0px 3px;
    margin: 0 10px 0;
    width: 220px;
    color: #704444;
    line-height: 2;
    /* width: 100%; */
    text-align: center;
    padding: 0 2px 25px;
    height: 300px;
    box-sizing: border-box;
}

.service-list-txt p {
    font-size: 13px;
}

/*open_btn*/

.js-modal-open:hover,
a.contact-more-btn:hover {
    color: #ffd43b;
    background-color: #704444;
}

.js-modal-open,
a.contact-more-btn {
    border: none;
    font-size: 9px;
    color: #704444;
    font-weight: bold;
    background-color: #ffd43b;
    display: table;
    margin: 20px auto 0;
    border-radius: 30px;
    width: 95px;
    transition: 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    text-align: center;
    padding: 5px 0;
}

.js-modal-open {
    line-height: 2;
}


/*ポップアップここから*/

.popup-wrap {
    padding: 15px 20px 30px;
    /* box-sizing: border-box; */
    text-align: center;
}

.shop a img {
    width: 120px;
}

p.popup-txt {
    padding: 20px 0 20px;
    line-height: 1.6;
    font-size: 11px;
    color: #704444;
}

.popup-wrap h4 {
    font-size: 18px;
    color: #d93737;
    line-height: 1.2;
    padding: 10px 0 0;
}

.popup-wrap h4 span {
    font-size: 11px;
}

.chart a img {
    width: 120px;
}

p.chart-txt img {
    max-width: 180px;
    width: 100%;
}

p.chart-txt {
    padding: 25px 0 10px;
}

.close-2 {
    position: fixed;
    right: 0;
    left: 504px;
    margin: 0 auto;
    text-align: center;
}

p.list-txt {
    letter-spacing: -0.5px;
}

.service-list-wrap ul li {
    margin: 0 auto 65px;
}

p.list-txt {
    letter-spacing: -0.5px;
}

li.service-list-02 p.list-txt,
li.service-list-03 p.list-txt {
    letter-spacing: -1px;
}

li.service-list-01,
li.service-list-02,
li.service-list-03,
li.service-list-04,
li.service-list-05,
li.service-list-06 {
    position: relative;
}

.service-list-txt p {
    font-size: 12.5px;
    padding: 14px 0 0;
}

.unei-hukidashi img {
    width: 109px;
}

.unei-hukidashi {
    position: absolute;
    top: -87px;
    left: -65px;
    z-index: 1;
}

.husen3 img {
    width: 27px;
}

.husen3 {
    position: absolute;
    top: 131px;
    left: -63px;
}

.yane-neko img {
    width: 31px;
}

.yane-neko {
    width: 29px;
    position: absolute;
    top: -33px;
    left: 16px;
    z-index: 1;
}

.husen2 img {
    width: 27px;
}

.husen2 {
    position: absolute;
    top: 140px;
    right: -70px;
}

.entotsu img {
    width: 180px;
}

.entotsu {
    position: absolute;
    top: -140px;
    right: -126px;
}

.husen1 img {
    width: 34px;
}

.husen1 {
    position: absolute;
    top: -24px;
    left: -93px;
}

.husen1 img {
    width: 34px;
}

.husen1 {
    position: absolute;
    top: -24px;
    left: -93px;
}

.husen4 img {
    width: 27px;
}

.husen4 {
    position: absolute;
    top: -89px;
    right: -121px;
}

.yane-neko2 img {
    width: 31px;
}

.yane-neko2 {
    position: absolute;
    top: -36px;
    right: 20px;
}

.service-toraneko img {
    width: 74px;
}

.service-girl img {
    width: 115px;
}

.look {
    display: flex;
    justify-content: space-between;
}

.service-toraneko {
    padding: 55px 0 0;
}

.service-list-wrap ul li:nth-child(4),
.service-list-wrap ul li:nth-child(5),
.service-list-wrap ul li:nth-child(6) {
    margin: 0 auto 0;
}

.look {
    display: flex;
    justify-content: space-between;
    margin: 0 0 100px;
}

.service-wrap,
.recruit-wrap,
.policy-wrap {
    padding-bottom: 90px;
}

.yurayura {
    animation: yurayura01 4s linear infinite;
    transform-origin: bottom center;
}

@keyframes yurayura01 {

    0%,
    100% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }
}

.close {
    position: absolute;
    top: 0;
    right: 11px;
    font-size: 30px;
    color: #704444;
    cursor: pointer;
}

button.js-modal-open {
    font-family: 'Kiwi Maru', serif;
}

/*recruit*/
.accordion {
    box-sizing: border-box;
    padding: 0 0 120px;
}

/* チェックボックスは非表示 */
.accordion-hidden {
    display: none;
}

.accordion-open {
    display: block;
    padding: 35px 0;
    background: #fff;
    cursor: pointer;
    margin: 25px 0 5px;
    position: relative;
    line-height: 1.2;
    color: #704444;
    border-radius: 40px;
}

.acc-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
}

p.acc-txt {
    font-size: 13px;
}

p.acc-main-txt {
    font-weight: bold;
    font-size: 16px;
}

.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #704444;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.acc-icon {
    position: absolute;
    left: 40px;
    font-size: 14px;
    color: #c03d3d;
    line-height: 1.9;
}

.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

.accordion-hidden:checked+.accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

.accordion-close {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
}

.accordion-hidden:checked+.accordion-open+.accordion-close {
    height: auto;
    opacity: 1;
    padding: 20px 40px;
    background: #503939;
    /* font-weight: 700; */
    color: #fff;
    max-width: 89%;
    margin: 0 auto;
    border-radius: 0 0 30px 30px;
    box-sizing: border-box;
    font-size: 13px;
}

.recruit {
    max-width: 800px;
    margin: 0 auto;
}

.recruit-nezumi img {
    width: 155px;
}

.recruit-nezumi {
    text-align: center;
}

.recruit h2 {
    color: #704444;
    font-size: 22px;
    text-align: center;
    padding: 0 0 45px;
}

p.recruit-txt {
    text-align: center;
    line-height: 2;
    font-size: 15px;
    color: #704444;
    padding: 0 0 55px;
}

.company-img img {
    width: 100%;
    max-width: 570px;
}

.company-img {
    text-align: center;
    padding: 65px 0 50px;
    margin: 0 auto;
}

/*policy*/

.policy {
    max-width: 800px;
    margin: 0 auto 90px;
    font-size: 12px;
    line-height: 2.2;
    color: #704444;
}

.policy p {
    padding: 90px 0 50px;
}

.policy li {
    padding-bottom: 40px;
}

.policy li a {
    color: #704444;
    border-bottom: 1px solid;
}

.policy-wrap h2 img {
    height: 52px;
    width: auto;
}

.policy h2 {
    text-align: center;
}

/*contact*/

.contact-from {
    max-width: 800px;
    margin: 0 auto;
}

.contact-from h2 {
    text-align: center;
}

.contact-form-txt {
    padding: 42px 0 80px;
    line-height: 2;
    font-size: 12px;
    max-width: 410px;
    margin: 0 auto;
    width: 90%;
    color: #704444;
}

.contact-form-txt p a {
    color: #704444;
    border-bottom: 1px solid;
}

.Form-Item {
    color: #704444;
    font-size: 15px;
    line-height: 2;
    max-width: 730px;
    margin: 0 auto;
    width: 90%;
    display: flex;
}

label.Form-Item-Label {
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: space-between;
    margin: 0 80px 0 0;
}

span.Form-Item-Label-Required {
    color: #ea4848;
    font-size: 12px;
}

input.Form-Item-Input {
    max-width: 370px;
    width: 90%;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px 10px;
    margin: 0 0 30px;
    font-family: 'Kiwi Maru', serif;
}

textarea.Form-Item-Textarea {
    max-width: 435px;
    width: 90%;
    border: none;
    border-radius: 6px;
    padding: 10px;
    margin: 0 0 80px;
    font-family: 'Kiwi Maru', serif;
}

input.Form-Btn:hover {
    color: #503939;
    border: 2px solid #503939;
    background: #ffd43b;
}

input.Form-Btn {
    color: #fff;
    width: 240px;
    background: #503939;
    border-radius: 30px;
    margin: 0 auto 110px;
    padding: 19px 30px;
    box-sizing: border-box;
    position: relative;
    transition: 0.5s;
    font-family: 'Kiwi Maru', serif;
    text-align: left;
}

.formbtn {
    position: relative;
    width: 240px;
    margin: 0 auto;
    border-radius: 30px;
}

.formbtn:hover:after {
    content: '→';
    border-radius: 50%;
    background: #503939;
    color: #fff;
}

.formbtn:after {
    content: '→';
    border-radius: 50%;
    background: #fff;
    color: #503939;
    width: 27px;
    height: 27px;
    display: inline-block;
    line-height: 1.7;
    font-size: 15px;
    position: absolute;
    top: 17px;
    right: 25px;
    text-align: center;
    box-sizing: border-box;
    transition: 0.5s;
}

p.contact-form-txt-2 {
    padding: 42px 0 80px;
    line-height: 2;
    font-size: 12px;
    max-width: 410px;
    margin: 0 auto;
    width: 90%;
    color: #704444;
    text-align: center;
}

p.contact-form-txt-2 span {
    font-size: 16px;
    font-weight: bold;
}

/*スマホ*/

@media screen and (max-width: 810px) {

    .apleasant h2 img {
        width: 170px;
    }

    .apleasant h2:before {
        width: 40px;
        height: 49px;
        top: 6px;
        left: 0;
        right: 258px;
        margin: 0 auto;
    }

    .apleasant h2:after {
        width: 40px;
        height: 42px;
        top: 6px;
        right: 0;
        left: 258px;
    }

    .chart {
        padding: 0 0 20px;
    }

    .about-wrap,
    .service-wrap {
        padding-top: 120px;
    }

    .recruit-wrap {
        padding-top: 95px;
    }

    .apleasant p {
        line-height: 1.9;
        padding: 0 0 50px;
        font-size: 12px;
    }

    span.wow img {
        width: 45px;
    }

    .content a img {
        width: 107px;
        height: auto;
    }

    a .more-btn {
        margin: 40px auto 0;
        width: 135px;
        padding: 10px 0;
        transition: 0.5s;
        font-size: 11px;
    }

    .apleasant h2 {
        padding: 0 0 30px;
    }

    .click img {
        width: 105px;
    }

    .suzu h2 img {
        width: 185px;
    }

    .img_container:before {
        width: 96px;
        height: 138px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 10px;
    }

    .suzu-hukidashi img {
        width: 123px;
    }

    .suzu-hukidashi2 img {
        width: 128px;
    }

    .suzu-hukidashi2 {
        position: absolute;
        top: 25px;
        right: 0;
        left: 200px;
        text-align: center;
    }

    .content {
        width: 107px;
        height: auto;
        margin: 0 0 0 15px;
    }

    .suzu h2 {
        padding: 42px 0 0 15px;
    }

    .suzu p {
        padding: 15px 0 0;
        font-size: 12px;
    }

    .click {
        top: 17px;
        right: 5px;
    }


    .img_container {
        height: 0;
        padding: 206px 0 0;
    }

    .suzu-wrap {
        background-image: url(../img/suzu-bk-foot.png), url(../img/suzu-bk-head.png);
        background-position: bottom, right top 96px;
        background-size: 132% auto, 140% auto;
        background-repeat: no-repeat, no-repeat;
        margin-top: 46px;
    }

    .suzu-hukidashi {
        top: 20px;
        left: 0;
        right: 220px;
    }

    .suzu-hukidashi2 {
        top: 10px;
        right: 0;
        left: 240px;
    }

    .profile h2 img {
        width: 163px;
    }

    th:after {
        display: none;
    }

    table.company td {
        font-size: 12px;
    }

    table.company {
        border-spacing: 30px 40px;
        font-size: 12px;
    }

    .map.animation.active iframe {
        width: 325px;
        height: 225px;
    }

    .map {
        padding: 20px 0 70px;
    }

    .profile-wrap {
        padding: 0 0 80px;
    }

    .service h2 img,
    .contact-form-wrap h2 img,
    .policy h2 img {
        height: 42px;
    }

    p.service-txt {
        padding: 25px 0 0;
        font-size: 12px;
    }

    .trapezoid {
        max-width: 145px;
        border-bottom: 42px solid #503939;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .trapezoid h3 span {
        font-size: 7px;
    }

    .trapezoid h3 {
        font-size: 11px;
        padding: 8px 0 0;
    }

    .white-box {
        margin: 0 5px 0;
        width: 155px;
        padding: 0 2px 20px;
        height: 230px;
    }

    .service-icon img {
        width: 80px;
    }

    .service-list-txt p {
        font-size: 10px;
        padding: 5px 0 0;
    }

    .entotsu {
        position: absolute;
        top: -89px;
        right: auto;
        left: 37px;
    }

    .entotsu img {
        width: 120px;
    }

    .unei-hukidashi {
        display: none;
    }

    .service-list-wrap ul li {
        margin: 0 auto 30px;
    }

    .yane-neko img {
        width: 27px;
    }

    .yane-neko {
        top: -29px;

    }

    li.service-list-04 .list-txt {
        padding-top: 15px;
    }

    li.service-list-04 a.contact-more-btn {
        bottom: 47px;
    }

    .husen1 img {
        width: 20px;
    }

    .husen1 {
        position: absolute;
        left: 3px;
        z-index: 100;
        top: auto;
        bottom: -30px;
    }

    .husen2 {
        position: absolute;
        top: 73px;
        right: 3px;
        z-index: 100;
    }


    .husen2 img {
        width: 18px;
    }

    .husen3 img,
    .husen4 img {
        width: 16px;
    }

    .husen3 {
        position: absolute;
        top: auto;
        left: 5px;
        z-index: 100;
        bottom: -31px;
    }

    .husen4 {
        position: absolute;
        top: 97px;
        right: 4px;
    }

    .yane-neko2 img {
        width: 28px;
    }

    .yane-neko2 {
        top: -34px;
    }

    .service-girl img {
        width: 58px;
    }

    .service-toraneko img {
        width: 35px;
    }

    .service-toraneko {
        padding: 30px 0 0;
    }

    .look {
        margin: 10px 25px 40px;
    }

    .service-wrap,
    .policy-wrap {
        padding-bottom: 70px;
    }

    .js-modal-open,
    a.contact-more-btn {
        padding: 3px 0;
        font-size: 8px;
    }

    .company-img img {
        width: 100%;
        max-width: 295px;
    }

    .company-img {
        padding: 35px 0;
    }

    .popup-wrap h4 {
        font-size: 14px;
    }

    .popup-wrap h4 span {
        font-size: 8px;
    }

    p.popup-txt {
        padding: 15px 0 15px;
        font-size: 10px;
    }

    .shop a img {
        width: 110px;
    }

    .chart a img {
        width: 110px;
    }

    p.chart-txt img {
        max-width: 150px;
    }

    .recruit h2 {
        font-size: 16px;
        padding: 0 0 30px;
    }

    p.recruit-txt {
        font-size: 12px;
        padding: 0 0 35px;
    }

    .accordion {
        padding: 0 0 90px;
    }

    .recruit-wrap {
        padding-bottom: 70px;
    }

    .accordion-open {
        display: block;
        padding: 17px 0;
        background: #fff;
        cursor: pointer;
        margin: 15px 5px 5px;
        position: relative;
        line-height: 1.2;
        color: #704444;
        border-radius: 40px;
    }

    .accordion-open::before,
    .accordion-open::after {
        width: 10px;
        height: 1.5px;
        top: 50%;
        right: 4%;
    }


    p.acc-txt {
        font-size: 9px;
        max-width: 120px;
    }

    p.acc-main-txt {
        font-size: 10px;
        line-height: 2;
    }

    .acc-icon {
        left: 13px;
        font-size: 9px;
        color: #c03d3d;
        line-height: 2;
    }

    .acc-wrap {
        max-width: 290px;
    }

    .recruit-nezumi img {
        width: 125px;
    }

    .accordion-hidden:checked+.accordion-open+.accordion-close {
        padding: 15px 30px;
        font-size: 10px;
    }

    .policy p {
        padding: 50px 0 30px;
    }

    .policy li {
        padding-bottom: 30px;
    }

    .policy {
        width: 90%;
        margin: 0 auto 50px;
        font-size: 11px;
    }

    .policy-wrap {
        padding-top: 120px;
    }

    p.contact-form-txt-2 span {
        font-size: 14px;
    }

    .contact-form-wrap {
        padding-top: 120px;
    }

    .contact-form-txt {
        padding: 34px 0 70px;
        font-size: 10px;
        width: 320px;
        margin: 0 auto;
    }

    .Form-Item {
        font-size: 14px;
        display: block;
    }

    label.Form-Item-Label {
        max-width: 240px;
        margin: 0 0 5px;
        font-size: 13px;
    }

    span.Form-Item-Label-Required {
        font-size: 10px;
    }

    input.Form-Item-Input {
        padding: 10px 10px;
        margin: 0 0 15px;
        font-size: 13px;
    }

    textarea.Form-Item-Textarea {
        margin: 0 0 45px;
    }

    input.Form-Btn {
        width: 180px;
        margin: 0 auto 110px;
        padding: 12px 20px;
        font-size: 12px;
        height: 45px;
    }

    .formbtn {
        width: 180px;
        margin: 0 auto;
    }

    .formbtn:after {
        width: 22px;
        height: 22px;
        font-size: 12px;
        top: 11px;
        right: 19px;
    }

    textarea.Form-Item-Textarea {
        width: 300px;
    }

    .Form-Item {
        width: 93%;
    }

    input.Form-Item-Input {
        max-width: 250px;
    }

    form {
        max-width: 350px;
        margin: 0 auto;
    }

    .news-wrap {
        margin: 0 0 110px;
    }
}

/*PC*/

@media only screen and (min-width:810px) {

    /*    table.company {
        border-spacing: 207px 45px;
    }*/

    .trapezoid-wrap:hover {
        animation: buruburu01 .3s infinite;
    }

    @keyframes buruburu01 {
        0% {
            transform: translate(0, 1px) rotateZ(0deg);
        }

        25% {
            transform: translate(1px, 0) rotateZ(1deg);
        }

        50% {
            transform: translate(1px, 1px) rotateZ(0deg);
        }

        75% {
            transform: translate(1px, 0) rotateZ(-1deg);
        }

        100% {
            transform: translate(0, 0) rotateZ(0deg);
        }
    }

    .img_container:hover:before {
        content: '';
        background-image: url(../img/korobu_suzu.png);
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        width: 390px;
        height: 206px;
        position: absolute;
        left: 0;
        right: 154px;
        margin: 0 auto;
        bottom: 71px;
    }

    .target:hover {
        animation: bikkuri01 1.8s both infinite;
    }

    @keyframes bikkuri01 {

        100%,
        60%,
        35%,
        25%,
        0% {
            transform: translateY(0);
        }

        30% {
            transform: translateY(-26px);
        }

        40% {
            transform: translateY(-15px);
        }
    }

}

@media screen and (min-width:810px) and (max-width:1100px) {

    .suzu-wrap {
        background-size: 100% auto, 122% auto;
    }

    .img_container:before {
        bottom: 23px;
    }

    .img_container:hover:before {
        bottom: 19px;
    }
}