@charset "utf-8";
/*
Theme Name: pluscloud
Theme URI: http://www.plust.jp/
Description: プラスクラウド
Version: 1
Author: plust
Author URI: http://www.plust.jp/
License: GNU General Public License
License URI: license.txt
Tags: Two-columns
*/
/* 初期カラー・設定
----------------------------*/
/* css
----------------------------*/
html {
    font-size: 62.5%;
    width: 100%;
    overflow-x: hidden;
}
main {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
}
table {
    border-collapse: collapse;
}
th {
    vertical-align: top;
    text-align: left;
}
td {
    vertical-align: top;
}
a {
    text-decoration: none;
    transition: all 0.3s;
}
a:hover,
a.touch {
    opacity: 0.8;
}
body {
    font-size: 1.6em;
    color: #867362;
    line-height: 32px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #fcfaf6;
    width: 100%;
    overflow-x: hidden;
}
/* Header
----------------------------*/
.global-header {
    position: relative;
}
.global-header__logo {
    height: auto;
    top: 10px;
    left: 10px;
    margin: 0;
    display: inline-block;
}
.global-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    box-sizing: border-box;
}
body.home .global-header__inner {
    height: 200px;
    padding: 30px;
}
.global-nav {
    width: 100%;
    z-index: 10;
}
body.home .global-nav {
    opacity: 0;
}
body.home .global-nav.pctopnav {
    opacity: 1;
    overflow: auto;
}
.global-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.global-menu__itemAdd {
    display: none;
}
.global-menu__item {
    text-align: center;
    padding: 10px;
    transition: all 0.3s;
}
.global-menu__item span,
.global-menu__item img {
    display: block;
    margin: auto;
}
.global-menu__item a {
    text-align: center;
    color: #7eb167;
}
.global-menu__item:hover {
    transform: translateY(-5px);
}
.global-menu__sub ul {
    display: flex;
}
.global-menu__sub li {
    padding: 0 10px;
}
/* Footer
----------------------------*/
.global-footer {
    position: relative;
    background: url("images/footer/bg.png") no-repeat center/cover;
    margin-top: 120px;
}
.global-footer__inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 125px;
}
.global-footer__inner:after {
    content: "";
    display: block;
    clear: both;
}
.global-footer__logo {
    text-align: center;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}
.global-footer__logo a {
    border-radius: 50%;
    display: inline-block;
    color: #7fb368;
    width: 168px;
    height: 168px;
    box-sizing: border-box;
    padding: 23px 0 0 0;
    transition: all 0.3s;
    line-height: 1.2;
}
.global-footer__logo a:hover {
    transform: scale(0.97);
    opacity: 1;
}
.global-footer__logo p {
    margin: 0;
}
.global-footer__logo p:nth-child(2) {
    font-size: 1.5rem;
    margin: 4px 0 1px;
    font-weight: bold;
}
.global-footer__logo p:nth-child(3) {
    font-size: 2.6rem;
    font-weight: bold;
}
.global-footer .footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.global-footer .footer-menu__item a {
    color: #5ca05f;
    text-decoration: underline;
}
.global-footer .footer-menu__item a:hover {
    opacity: 1;
    color: #fff;
}
.global-footer .footer-menu__item .title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 20px;
}
.global-footer .footer-menu__item li {
    position: relative;
}
.global-footer .footer-menu__item li:not(:nth-child(1)) {
    padding-left: 20px;
}
.global-footer .footer-menu__item li:not(:nth-child(1)):after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border-right: 2px solid #f4f498;
    border-bottom: 2px solid #f4f498;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
}
.global-footer .footer-contact {
    text-align: center;
    margin-top: 40px;
}
.global-footer .footer-contact a {
    background: #867362;
    color: #fff;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 26px 0 0 45px;
    font-size: 2rem;
    position: relative;
}
.global-footer .footer-contact a:before {
    content: "";
    position: absolute;
    background: url("images/footer/contact.png") no-repeat;
    width: 23px;
    height: 19px;
    left: 80px;
    top: 30px;
}
.global-footer .copyright {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.global-footer .copyright p {
    margin-top: 0;
    margin-bottom: 0;
}
.global-footer .footer-service {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}
.global-footer .footer-service .service-box {
    background: #fff;
    max-width: 310px;
    width: 100%;
    height: 90px;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 0 5px 5px 5px;
    position: relative;
}
.global-footer .footer-service .service-box:after {
    position: absolute;
    top: -36px;
    left: 0;
    background: #867362;
    color: #fff;
    padding: 2px 17px 2px 15px;
    border-radius: 5px 6px 0 0;
}
.global-footer .footer-service .service-box1:after {
    content: "八潮いこいの里";
}
.global-footer .footer-service .service-box2:after {
    content: "横浜いこいの里";
}
.global-footer .footer-service .service-box3:after {
    content: "若葉いこいの里";
}
.global-footer .footer-service .service-box p {
    margin: 0;
}
.global-footer .footer-service .service-box p:nth-child(1) {
    font-size: 3rem;
    position: relative;
    padding-left: 20px;
}
.global-footer .footer-service .service-box p:nth-child(1):after {
    content: "";
    background: url("images/footer/tel.png") no-repeat;
    position: absolute;
    top: 4px;
    left: 35px;
    width: 26px;
    height: 26px;
}
.global-footer .footer-service .service-box p:nth-child(2) {
    font-size: 1.5rem;
    line-height: 1.4;
}
.global-footer .pagetop {
    position: absolute;
    top: -134px;
    right: 10px;
}
.global-footer .pagetop img {
    width: 100px;
    height: auto;
    transition: all 0.3s;
}
.global-footer .pagetop:hover img {
    transform: scale(0.97);
    transform-origin: bottom;
}
.global-footer .pagetop a:hover {
    opacity: 1;
}
body.vision .philosophy .pconlyWrap {
    display: block;
}
body.vision .philosophy .smponlyWrap {
    display: none;
}
/* Common
----------------------------*/
/*
.global-bg
   position:fixed;
   top:0;
   left:50%;
   transform(translateX(-50%))
   width:1900px;
   height:100vh;
   background:url("images/common/bg_global.png") left center no-repeat;
   background-size:contain;
*/
.global-wrap {
    position: relative;
}
.contents {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.global-btn {
    text-align: center;
    margin: 100px 0;
}
.global-btn span {
    font-family: goodlife-sans-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    margin-right: 80px;
    position: relative;
    letter-spacing: 4px;
}
.global-btn span:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #867362;
    position: absolute;
    top: 17px;
}
.global-btn a {
    color: #7fb268;
    background: #fff;
    border-radius: 50px;
    border: #7fb268 3px solid;
    display: inline-block;
    font-size: 2.2rem;
    padding: 27px 30px;
    width: 432px;
    height: 93px;
    box-sizing: border-box;
    vertical-align: middle;
    transition: all 0.3s;
}
.global-btn a:hover {
    color: #fff;
    background: #7fb268;
    opacity: 1;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: none;
}
.contents {
    position: relative;
}
.contents:before,
.contents:after {
    content: "";
    position: absolute;
    top: 230px;
}
.contents:before {
    width: 289px;
    height: 593px;
    background: url("images/common/bkadd01.png") center/contain no-repeat;
    left: -410px;
}
.contents:after {
    width: 224px;
    height: 541px;
    background: url("images/common/bkadd02.png") center/contain no-repeat;
    right: -400px;
}
body.home .contents:before,
body.home .contents:after {
    content: none;
}
body.compliance .contents:before {
    background: url("images/common/bkadd01-2.png") center/contain no-repeat;
    width: 214px;
    height: 347px;
    left: -410px;
}
body.compliance .contents:after {
    background: url("images/common/bkadd02-2.png") center/contain no-repeat;
    width: 136px;
    height: 224px;
    right: -370px;
}
body.service .service-deteal__inner.contents:before {
    background: url("images/common/bkadd01-2.png") center/contain no-repeat;
    width: 214px;
    height: 347px;
    left: -410px;
}
body.contact .contents:before {
    background: url("images/common/bkadd01-2.png") center/contain no-repeat;
    width: 214px;
    height: 347px;
    left: -410px;
    top: 172px;
}
body.contact .contents:after {
    background: url("images/common/bkadd02-2.png") center/contain no-repeat;
    width: 136px;
    height: 224px;
    right: -370px;
    top: 160px;
}
body.contact .contents .contact-list {
    position: relative;
}
body.contact .contents .contact-list:after {
    position: absolute;
    content: "";
    background: url("images/common/item4.png") center/contain no-repeat;
    width: 76px;
    height: 92px;
    right: -230px;
    bottom: -68px;
}
input[type="text"]:focus,
input[type="submit"]:focus {
    outline: 0;
}
/* Home
----------------------------*/
.main-visual-content {
    text-align: center;
}
body.home {
    position: relative;
}
body.home .slick-slider {
    margin: 0;
}
body.home .global-header__inner {
    background: url("images/home/header.jpg") no-repeat center/cover;
}
body.home .slick-slide img {
    max-height: 476px;
    height: 100%;
}
body.home .global-nav {
    position: absolute;
    bottom: -140px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 900px;
    overflow-y: scroll;
}
body.home .top-header {
    position: relative;
}
body.home .top-header img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 594px;
    height: auto;
    width: 100%;
    top: -115px;
    z-index: 1;
}
body.home .top-header:after {
    content: "";
    position: absolute;
    width: 104px;
    height: 78px;
    background: url("images/home/header-item.png") no-repeat center/cover;
    bottom: -130px;
    right: calc(50% - 400px);
    z-index: 1;
    -webkit-animation: header-anm 5s infinite linear;
    animation: header-anm 5s infinite linear;
}
@-webkit-keyframes header-anm {
    0% {
        -webkit-transform: translateY(-10px) rotate(3deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(-2deg);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(3deg);
    }
}
@-webkit-keyframes header-anm {
    0% {
        transform: translateY(-10px) rotate(3deg);
    }
    50% {
        transform: translateY(10px) rotate(-2deg);
    }
    100% {
        transform: translateY(-10px) rotate(3deg);
    }
}
@keyframes header-anm {
    0% {
        transform: translateY(-10px) rotate(3deg);
    }
    50% {
        transform: translateY(10px) rotate(-2deg);
    }
    100% {
        transform: translateY(-10px) rotate(3deg);
    }
}
body.home .top-btn-area__anm:before {
    -webkit-animation: bg-anm 400s linear infinite;
    animation: bg-anm 400s linear infinite;
}
@-webkit-keyframes bg-anm {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -5774px 0;
    }
}
@-webkit-keyframes bg-anm {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -5774px 0;
    }
}
@keyframes bg-anm {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -5774px 0;
    }
}
body.home .top-btn-area {
    position: relative;
}
body.home .top-btn-area:before {
    content: "";
    background: url("images/home/bg1.jpg") repeat-x;
    width: 100%;
    height: 1100px;
    position: absolute;
    top: -175px;
    left: 0;
    z-index: -1;
}
body.home .top-btn-area__inner {
    text-align: center;
    margin-top: 170px;
    position: relative;
    height: 770px;
}
body.home .top-btn-area__inner .text1 {
    font-size: 1.5rem;
}
body.home .top-btn-area__inner .text2 {
    font-size: 2rem;
    color: #7fb268;
    margin-top: 15px;
    background: url("images/home/line.png") no-repeat 49% bottom;
    padding-bottom: 7px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}
body.home .top-btn-area__link {
    width: 322px;
    height: 322px;
    box-sizing: border-box;
    padding: 85px;
    display: block;
    position: absolute;
}
body.home .top-btn-area__link .link-top {
    color: #867362;
}
body.home .top-btn-area__link .link-bottom {
    margin-top: 9px;
}
body.home .top-btn-area__link .link-bottom a {
    color: #fff;
    background: #867362;
    padding: 0 10px;
    border-radius: 50px;
    border: 2px solid #867362;
    transition: all 0.3s;
    width: 133px;
    height: 36px;
    box-sizing: border-box;
    display: inline-block;
}
body.home .top-btn-area__link .link-bottom a:hover {
    color: #867362;
    background: #fff;
    opacity: 1;
}
body.home .top-btn-area__link .text-b {
    font-size: 2.6rem;
}
body.home .top-btn-area__link .text-s {
    font-size: 1.9rem;
}
body.home .top-btn-area__link:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: top-maru 30s linear infinite;
    animation: top-maru 30s linear infinite;
    z-index: -1;
}
@-webkit-keyframes top-maru {
    0% {
        transform: translate(-48%, -48%) rotate(360deg);
    }
    50% {
        transform: translate(-52%, -52%) rotate(0deg);
    }
    100% {
        transform: translate(-48%, -48%) rotate(-360deg);
    }
}
@-webkit-keyframes top-maru {
    0% {
        transform: translate(-48%, -48%) rotate(360deg);
    }
    50% {
        transform: translate(-52%, -52%) rotate(0deg);
    }
    100% {
        transform: translate(-48%, -48%) rotate(-360deg);
    }
}
@keyframes top-maru {
    0% {
        transform: translate(-48%, -48%) rotate(360deg);
    }
    50% {
        transform: translate(-52%, -52%) rotate(0deg);
    }
    100% {
        transform: translate(-48%, -48%) rotate(-360deg);
    }
}
body.home .top-btn-area__link1 {
    left: -10px;
    top: 135px;
}
body.home .top-btn-area__link1:after {
    background: url("images/home/01-item.png") no-repeat center/contain;
}
body.home .top-btn-area__link2 {
    right: 0;
    top: 135px;
}
body.home .top-btn-area__link2:after {
    background: url("images/home/02-item.png") no-repeat center/contain;
}
body.home .top-btn-area__link3 {
    left: 152px;
    bottom: 0px;
}
body.home .top-btn-area__link3:after {
    background: url("images/home/03-item.png") no-repeat center/contain;
}
body.home .top-btn-area__link4 {
    right: 152px;
    bottom: 0px;
}
body.home .top-btn-area__link4:after {
    background: url("images/home/04-item.png") no-repeat center/contain;
}
body.home .top-news {
    background: url("images/home/bg3.png") no-repeat top;
    position: relative;
}
body.home .top-news .item {
    width: 100%;
    background: url("images/home/bg4.png") no-repeat center/contain;
    position: absolute;
    bottom: -462px;
    left: 0;
    height: 1000px;
    z-index: -1;
}
body.home .top-news__inner {
    height: 600px;
    display: flex;
    max-width: 1000px;
    width: calc(100% - 10px);
    margin: 0 auto 40px;
}
body.home .top-news__list {
    width: 50%;
    max-width: 500px;
    position: relative;
}
body.home .top-news__list .list {
    display: flex;
    background: url("images/home/news-line.png") no-repeat 14px bottom;
    padding: 13px 0;
}
body.home .top-news__list .date {
    background: url("images/home/news-date.png") no-repeat top;
    min-width: 73px;
    width: 73px;
    height: 73px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    padding-top: 18px;
    margin-right: 10px;
    font-size: 1.2rem;
}
body.home .top-news__list .cate {
    background: #e7ac46;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    border-radius: 20px;
    font-size: 1.5rem;
    height: 25px;
    line-height: 1.8;
}
body.home .top-news__list .text {
    padding-top: 12px;
    font-size: 1.7rem;
}
body.home .top-news__list .text a {
    color: #867362;
    text-decoration: underline;
}
body.home .top-news__list ul li:nth-child(3) .list {
    background: none;
}
body.home .top-news__list .link {
    background: #867362;
    width: 240px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
body.home .top-news__list .link:hover {
    opacity: 0.8;
}
body.home .top-news__list .link a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    padding: 13px 0;
    box-sizing: border-box;
}
body.home .top-news h3 {
    background: url("images/home/news.png") no-repeat top;
    width: 210px;
    height: 70px;
    position: relative;
    margin: auto;
    text-align: center;
    color: #fff;
    padding-top: 25px;
}
body.home .top-news h3:before {
    content: "";
    position: absolute;
    left: -50px;
    width: 27px;
    height: 46px;
    background: url("images/home/news-item1.png") no-repeat top;
    top: 17px;
}
body.home .top-news h3:after {
    content: "";
    position: absolute;
    right: -52px;
    width: 32px;
    height: 36px;
    background: url("images/home/news-item2.png") no-repeat top;
    top: 22px;
}
body.home .link-area {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 350px;
    background: url("images/home/bg2.png") repeat-x top center;
}
body.home .link-area span {
    display: block;
    color: #fff;
    line-height: 40px;
}
body.home .link-area span:nth-child(1) {
    font-size: 1.7rem;
}
body.home .link-area span:nth-child(2) {
    font-size: 2.8rem;
}
body.home .link-area .link {
    width: 312px;
    height: 184px;
    padding-top: 65px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 10px;
    background: url(images/home/btn-le.png) no-repeat center/contain;
}
body.home .link-area .link1 {
    background: url("images/home/btn-le.png") no-repeat center/contain;
}
body.home .link-area .link2 {
    background: url("images/home/btn-ce.png") no-repeat center/contain;
}
body.home .link-area .link3 {
    background: url("images/home/btn-ri.png") no-repeat center/contain;
}
body.home .bnr-area__wrap {
    display: flex;
    text-align: center;
    padding: 0 10px;
    justify-content: space-between;
}
body.home .bnr-area a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
body.home .bnr-area .bnr1 {
    background: url("images/home/bnr1.png") no-repeat center/contain;
    line-height: 46px;
    width: 100%;
    max-width: 1000px;
    height: 388px;
    padding: 70px 90px;
    box-sizing: border-box;
    position: relative;
}
body.home .bnr-area .bnr1 .text1 {
    color: #35cadc;
    font-size: 2.5rem;
}
body.home .bnr-area .bnr1 .text2 {
    color: #ffab1b;
    font-size: 1.2rem;
    letter-spacing: 10px;
    margin: 7px 0px 22px;
    line-height: 1;
}
body.home .bnr-area .bnr1 .text3 {
    font-size: 1.5rem;
    color: #867362;
    line-height: 2.8rem;
}
body.home .bnr-area .bnr1 .link {
    position: absolute;
    right: 90px;
    bottom: 52px;
    color: #35cadc;
    border: #35cadc 1px solid;
    border-radius: 30px;
    padding: 0 15px;
    text-align: center;
    width: 150px;
    height: 40px;
    box-sizing: border-box;
    line-height: 2.5;
    background: #fff;
}
body.home .bnr-area .bnr2 {
    background: url("images/home/bnr2.png") no-repeat center top/contain;
    width: 320px;
    height: 200px;
    box-sizing: border-box;
    transition: all 0.3s;
}
body.home .bnr-area .bnr2:hover {
    opacity: 0.8;
}
body.home .bnr-area .bnr2 span {
    display: block;
}
body.home .bnr-area .bnr2 span:nth-child(1) {
    font-size: 1.5rem;
}
body.home .bnr-area .bnr2 span:nth-child(2) {
    font-size: 2.1rem;
}
body.home .bnr-area .bnr2 a {
    color: #6da65b;
    box-sizing: border-box;
}
body.home .bnr-area .bnr3 {
    background: url("images/home/bnr3.png") no-repeat center top/contain;
    width: 320px;
    height: 200px;
    box-sizing: border-box;
    transition: all 0.3s;
}
body.home .bnr-area .bnr3:hover {
    opacity: 0.8;
}
body.home .bnr-area .bnr3 a {
    font-size: 2.3rem;
    color: #fff;
}
body.home .bnr-area .bnr4 {
    background: url("images/home/bnr4.png") no-repeat center top/contain;
    width: 320px;
    height: 93px;
    box-sizing: border-box;
    margin-bottom: 13px;
    transition: all 0.3s;
}
body.home .bnr-area .bnr4:hover {
    opacity: 0.8;
}
body.home .bnr-area .bnr4 img {
    vertical-align: bottom;
    padding-right: 5px;
}
body.home .bnr-area .bnr4 a {
    color: #fff;
    font-size: 2.2rem;
    padding-top: 30px;
}
body.home .bnr-area .bnr5 {
    background: url("images/home/bnr5.png") no-repeat center/contain;
    width: 320px;
    height: 93px;
    box-sizing: border-box;
    transition: all 0.3s;
}
body.home .bnr-area .bnr5:hover {
    opacity: 0.8;
}
body.home .bnr-area .bnr5 img {
    vertical-align: bottom;
    padding-right: 5px;
}
body.home .bnr-area .bnr5 a {
    color: #fff;
    font-size: 2.2rem;
    padding-top: 30px;
}
body.page .global-menu {
    margin-top: -5px;
}
body.page .global-nav {
    max-width: 900px;
    padding: 0 40px;
}
body.page .page-title {
    display: inline-block;
    background: #7fb268;
    border-radius: 10px;
    text-align: center;
    width: 377px;
    height: 170px;
    color: #fff;
    padding: 45px;
    box-sizing: border-box;
    position: absolute;
    bottom: -123px;
    bottom: -47px;
    right: 55px;
    box-shadow: 0 7px 4px rgba(0, 0, 0, 0.1);
}
body.page .page-title:after,
body.page .page-title:before {
    position: absolute;
    content: "";
}
body.page .page-title:after {
    background: url("images/common/pa-t-item3.png") no-repeat;
    width: 172px;
    height: 62px;
    top: -324px;
    right: calc(50% - 321px);
}
body.page .page-title:before {
    background: url("images/common/pa-t-item4.png") no-repeat;
    width: 172px;
    height: 62px;
    right: calc(50% - 391px);
    top: 32px;
}
body.page .page-title-area {
    height: 670px;
    max-width: 1500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
body.page .page-title-area:after,
body.page .page-title-area:before {
    position: absolute;
    content: "";
}
body.page .page-title-area:after {
    background: url("images/common/pa-t-item1.png") no-repeat;
    width: 181px;
    height: 58px;
    top: 135px;
    left: -53px;
}
body.page .page-title-area:before {
    background: url("images/common/pa-t-item2.png") no-repeat;
    width: 147px;
    height: 47px;
    bottom: -35px;
    left: -115px;
    z-index: -1;
}
body.page header {
    position: relative;
}
body.page header:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 725px;
    position: absolute;
    background: url("images/common/header.png") no-repeat center/cover;
    z-index: -1;
}
body.page .link-area {
    margin: 90px auto 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
body.page .link-area .link {
    text-align: center;
}
body.page .link-area .link p {
    margin: 0;
}
body.page .link-area .link-on {
    position: relative;
}
body.page .link-area .link-on:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #7fb268;
    border-right: 2px solid #7fb268;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    bottom: -20px;
}
body.page .link-area .link-on .title {
    color: #ff977b;
}
body.page .link-area .link-off .title {
    color: #d6ccb9;
}
body.page .link-area .title {
    line-height: 24px;
}
body.page .link-area a {
    transition: all 0.3s;
    transform: translateY(0);
}
body.page .link-area a:hover {
    transform: translateY(-5px);
    opacity: 1;
}
body.page h3 {
    text-align: center;
    padding-bottom: 15px;
}
body.page h3 .inner {
    background: url("images/common/line.png") repeat-x center 18px;
    max-width: 900px;
    margin: auto;
}
body.page h3 .ja {
    font-size: 4rem;
    display: inline-block;
    background: #fcfaf6;
    padding: 0 30px 10px;
    min-width: 218px;
    box-sizing: border-box;
}
body.page h3 .en {
    font-family: goodlife-sans-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    letter-spacing: 3px;
    color: #7fb268;
}
body.vision .philosophy .img1::before,
body.vision .philosophy .img2::before,
body.vision .philosophy .img3::before,
body.vision .philosophy .img4::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: top-maru 30s linear infinite;
    animation: top-maru 30s linear infinite;
    z-index: -1;
    background: url("images/vision/maru2.png") no-repeat center/contain;
}
body.vision .link-area {
    max-width: 620px;
}
body.vision .page-title-area {
    background: url("images/vision/page-title.jpg") no-repeat center/cover;
}
body.vision .philosophy {
    position: relative;
    padding-bottom: 140px;
}
body.vision .philosophy h4 {
    text-align: center;
    margin: 80px 0;
}
body.vision .philosophy .img {
    background: url("images/vision/maru2.png") no-repeat center/contain;
    width: 194px;
    height: 188px;
    font-size: 1.8rem;
    position: absolute;
}
body.vision .philosophy .img span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
    line-height: 28px;
}
body.vision .philosophy .img1 {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
body.vision .philosophy .img2 {
    left: calc(50% - 315px);
    top: 50%;
    transform: translateY(-50%);
}
body.vision .philosophy .img3 {
    right: calc(50% - 320px);
    top: 50%;
    transform: translateY(-50%);
}
body.vision .philosophy .img4 {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
body.vision .philosophy-area {
    background: url("images/vision/maru1.png") no-repeat center;
    height: 570px;
    position: relative;
    max-width: 950px;
    margin: auto;
}
body.vision .philosophy-area p {
    font-size: 3.5rem;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: goodlife-sans-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 7px;
    line-height: 1.2;
}
body.vision .philosophy .text {
    font-size: 1.7rem;
    position: absolute;
}
body.vision .philosophy .text:after {
    content: "";
    position: absolute;
    width: 132px;
    height: 68px;
}
body.vision .philosophy .text1 {
    left: 0;
    top: 0;
}
body.vision .philosophy .text1:after {
    background: url("images/vision/speech1.png") no-repeat;
    bottom: -57px;
    right: 0;
}
body.vision .philosophy .text2 {
    right: 0;
    top: 0;
}
body.vision .philosophy .text2:after {
    background: url("images/vision/speech3.png") no-repeat;
    top: 40px;
    left: -37px;
}
body.vision .philosophy .text3 {
    left: 0;
    bottom: 0;
}
body.vision .philosophy .text3:after {
    background: url("images/vision/speech2.png") no-repeat;
    bottom: 34px;
    right: -40px;
}
body.vision .philosophy .text4 {
    right: 0;
    bottom: 0;
}
body.vision .philosophy .text4:after {
    background: url("images/vision/speech4.png") no-repeat;
    left: -44px;
    bottom: 36px;
}
body.vision .greetings h3 {
    background: #fff;
    margin: 0;
    padding: 80px 0 70px;
}
body.vision .greetings h3 .ja {
    background: #fff;
}
body.vision .greetings-area {
    background: url("images/vision/bg1.jpg") no-repeat center/cover;
    padding: 200px 0 110px;
    position: relative;
    z-index: 0;
}
body.vision .greetings-area__inner {
    max-width: 1600px;
    margin: auto;
    width: calc(100% - 20px);
}
body.vision .greetings-area__inner .name {
    font-size: 1.7rem;
}
body.vision .greetings-area__inner .name span {
    font-size: 2.9rem;
    font-family: "Hagoromo-M";
    margin-left: 15px;
}
body.vision .greetings-area__wrap {
    max-width: 600px;
}
body.vision .greetings-area__wrap .name {
    text-align: right;
}
body.vision .action {
    background: url("images/vision/bg2.jpg") no-repeat center/cover;
    color: #fff;
    padding: 125px 0 150px;
}
body.vision .action .contents:before,
body.vision .action .contents:after {
    content: none;
}
body.vision .action h3 .ja {
    background: none;
}
body.vision .action h3 .en {
    color: #fff;
}
body.vision .action .title {
    font-size: 3.2rem;
    line-height: 80px;
    margin-top: 45px;
}
body.vision .action .inner {
    background: none;
    position: relative;
}
body.vision .action .inner:after,
body.vision .action .inner:before {
    position: absolute;
    content: "";
    background: url("images/vision/w-line.png") no-repeat center/cover;
    width: 338px;
    height: 13px;
}
body.vision .action .inner:after {
    left: 0;
    top: 18px;
}
body.vision .action .inner:before {
    right: 0;
    top: 18px;
}
.pdf {
    padding-left: 72px;
    position: relative;
    margin: 0 0 20px 0;
}
.pdf a {
    font-size: 1.8rem;
    color: #867362;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px solid #a09387;
}
.pdf a span {
    margin: 0 0 0 10px;
}
.pdf a:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}
.pdf a:before {
    content: "";
    /* border: 1px solid #a09387; */
    left: 0;
    bottom: 1px;
    width: 100%;
    position: absolute;
}
.pdf:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(images/common/pdf.png) no-repeat center/contain;
    display: block;
    top: 0;
    left: 0;
}
body.service .pdf:before {
    width: 65px;
    height: 65px;
}
body.about .profile {
    padding: 0 0 150px;
}
body.about table {
    border-collapse: collapse;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
}
body.about table tr {
    border-bottom: 1px solid #b3b3b3;
}
body.about table tr:first-child {
    border-top: 1px solid #b3b3b3;
}
body.about table th {
    text-align: center;
    width: 22%;
    padding: 20px 0;
    background: #f9f3e8;
    font-weight: normal;
}
body.about table td {
    width: 78%;
    padding: 20px 50px;
    background: #fff;
}
body.about .access {
    background: #fff;
    padding: 90px 0 140px;
}
body.about .access-add {
    position: relative;
    padding-bottom: 15px;
}
body.about .access__inner {
    max-width: 880px;
}
body.about .access h3 .ja {
    background: #fff;
}
body.about .access .add1 {
    position: relative;
    color: #7fb268;
    padding-left: 35px;
}
body.about .access .add1:before {
    content: "";
    background: url("images/vision/map.png") no-repeat center/cover;
    width: 19px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 4px;
}
body.about .access .add2 {
    margin-bottom: 15px;
    padding-left: 35px;
}
body.about .access .link {
    position: absolute;
    right: 0;
    top: 20px;
}
body.about .access .link a {
    color: #88b872;
    border: 3px solid #7fb368;
    padding: 10px 30px;
    border-radius: 25px;
    transition: all 0.3s;
    font-size: 2rem;
}
body.about .access .link a:hover {
    color: #fff;
    background: #88b872;
}
body.about .access .contents:before,
body.about .access .contents:after {
    content: none;
}
body.about .anime-area {
    position: relative;
    margin-bottom: 200px;
}
body.about .anime-area div:first-child {
    width: 70%;
}
body.about .anime-area .text-area {
    opacity: 0;
    position: absolute;
    bottom: -53px;
    left: calc(50% + 394px);
    transform: translateX(-50%);
    white-space: nowrap;
}
body.about .anime-area .text {
    background: #ffa68f;
    line-height: 100px;
    display: inline-block;
    color: #fff;
    margin-bottom: 40px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 0 15px;
    position: relative;
}
body.about .anime-area .text1 {
    font-size: 8.2rem;
}
body.about .anime-area .text2 {
    font-size: 8.2rem;
}
body.about .anime-area .text3 {
    font-size: 6.4rem;
}
body.about .anime-area.active .text-area {
    opacity: 1;
}
body.about .anime-area.active .text {
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: anm2;
    animation-name: anm2;
    animation-duration: 1.4s;
    -webkit-animation-duration: 1.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-filter: alpha 0;
    filter: alpha 0;
}
body.about .anime-area.active .text:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #7fb268;
    position: absolute;
    top: 0;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: anm1;
    animation-name: anm1;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-filter: alpha 0;
    filter: alpha 0;
}
body.about .anime-area.active .text2 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
body.about .anime-area.active .text2:after {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
body.about .anime-area.active .text3 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
body.about .anime-area.active .text3:after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
@-webkit-keyframes anm1 {
    0% {
        width: 0;
        right: 0;
        left: auto;
    }
    30% {
        width: 100%;
        right: 0;
        left: auto;
    }
    50% {
        width: 100%;
        right: auto;
        left: 0;
    }
    100% {
        width: 0;
        left: 0;
    }
}
@-webkit-keyframes anm2 {
    0% {
        background: none;
        color: transparent;
    }
    47% {
        background: none;
        color: transparent;
    }
    48% {
        background: #ffa68f;
        color: #fff;
    }
}
body.compliance .public {
    max-width: 770px;
    margin: auto;
    padding: 0 0 100px;
}
body.compliance .public ul {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 65px 35px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
body.compliance .public ul li {
    width: 38%;
    line-height: 1.2;
    padding: 10px 0 10px 75px;
}
body.compliance .pdf:after {
    content: "";
    border-bottom: dashed 1px #c9c9c9;
    width: calc(100% - 70px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 70px;
}
body.compliance .privacy {
    padding: 0 0 100px;
}
body.compliance .privacy-text-area {
    max-width: 770px;
    margin: auto;
}
body.compliance .privacy-text-area .text {
    margin: 35px 0 60px;
    text-align: center;
}
body.compliance .privacy-text-area ul li {
    margin-bottom: 30px;
    position: relative;
}
body.compliance .privacy-text-area ul li:before {
    color: #7fb268;
    font-size: 2.4rem;
    position: absolute;
    left: -30px;
}
body.compliance .privacy-text-area ul li:nth-child(1):before {
    content: "1.";
}
body.compliance .privacy-text-area ul li:nth-child(2):before {
    content: "2.";
}
body.compliance .privacy-text-area ul li:nth-child(3):before {
    content: "3.";
}
body.compliance .privacy-text-area ul li:nth-child(4):before {
    content: "4.";
}
body.compliance .privacy-text-area ul li:nth-child(5):before {
    content: "6.";
}
body.compliance .privacy-text-area ul li:nth-child(7):before {
    content: "7.";
}
body.compliance .privacy-text-area ul li:nth-child(8):before {
    content: "8.";
}
body.service .link-area {
    max-width: 620px;
}
body.service .page-title-area {
    background: url("images/service/page-title.jpg") no-repeat center/cover;
}
body.service .text-area .title {
    color: #7fb268;
    font-size: 2rem;
    margin-bottom: 25px;
}
body.service .service-intro {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 60px;
}
body.service .service-contents {
    position: relative;
    padding: 0 0 230px;
}
body.service .service-contents:after {
    content: "";
    background: url("images/service/bg.png") no-repeat center/cover;
    position: absolute;
    bottom: -213px;
    left: 0;
    width: 100%;
    height: 390px;
}
body.service .service-contents__box {
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto 30px;
}
body.service .service-contents__box:nth-child(2) .img {
    order: 2;
}
body.service .service-contents__box:nth-child(2) .text-area {
    order: 1;
    margin-left: 0;
}
body.service .service-contents__box .img {
    max-width: 590px;
}
body.service .service-contents__box .text-area {
    max-width: 810px;
    margin-left: 50px;
    padding-top: 60px;
}
body.service .service-contents__box .text-area .link {
    margin-top: 25px;
}
body.service .service-contents__box .text-area .title {
    color: #7fb268;
    font-size: 4rem;
    line-height: 1.2;
    padding-bottom: 15px;
}
body.service .service-contents__box .text-area .subtitle {
    color: #ffa68f;
    font-size: 1.8rem;
    line-height: 28px;
    margin: 30px 0 15px;
}
body.service .service-contents__box .text-area .text {
    font-size: 1.5rem;
}
body.service .service-contents__box .text-area a {
    color: #ffa68f;
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ffa68f;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
    text-align: center;
    min-width: 240px;
}
body.service .service-contents__box .text-area a:hover {
    color: #fff;
    background: #ffa68f;
}
body.service .service-contents__box .text-area p {
    margin: 0;
}
body.service .care-station {
    padding: 150px 0 120px;
    background: #fff;
}
body.service .care-station-list {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
body.service .care-station h3 .ja {
    background: #fff;
}
body.service .care-station .img {
    width: 100%;
    max-width: 460px;
    height: 370px;
    border-radius: 5px;
}
body.service .care-station li {
    display: flex;
    margin-bottom: 100px;
}
body.service .deteal {
    text-align: center;
    max-width: 600px;
    margin-left: 60px;
    position: relative;
}
body.service .deteal .subtitle {
    font-size: 1.8rem;
    color: #ff9377;
    background: #fff;
    min-width: 240px;
    padding: 0 30px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
    white-space: nowrap;
}
body.service .deteal .title {
    font-size: 4.8rem;
    padding: 30px 0;
    border-top: #ff9377 dashed 2px;
    border-bottom: #ff9377 dashed 2px;
    margin-bottom: 40px;
    font-weight: 600;
}
body.service .deteal .text {
    text-align: left;
    margin-bottom: 50px;
}
body.service .deteal .link a {
    color: #88b872;
    border: 3px solid #88b872;
    width: 300px;
    height: 60px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px;
    padding: 14px;
    transition: all 0.3s;
    font-size: 2rem;
    line-height: 24px;
}
body.service .deteal .link a:hover {
    color: #fff;
    background: #88b872;
}
body.service .service-deteal {
    padding: 80px 0 100px;
}
body.service .service-deteal__inner {
    max-width: 735px;
    margin-left: auto;
    margin-right: auto;
}
body.service .service-deteal .deteal {
    margin: 0 auto;
}
body.service .service-deteal .subtitle {
    background: #fcfaf6;
}
body.service .service-deteal .title {
    text-align: center;
}
body.service .service-deteal .text {
    margin-bottom: 60px;
}
body.service .service-deteal table {
    border-collapse: collapse;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
}
body.service .service-deteal tr {
    border-bottom: 1px solid #b3b3b3;
}
body.service .service-deteal tr:first-child {
    border-top: 1px solid #b3b3b3;
}
body.service .service-deteal th {
    text-align: center;
    width: 22%;
    padding: 20px 0;
    background: #f9f3e8;
    font-weight: normal;
}
body.service .service-deteal td {
    width: 78%;
    padding: 20px 50px;
    background: #fff;
}
body.single .access {
    background: #fff;
    padding: 30px 0;
}
body.single .access h3 .ja {
    background: #fff;
}
body.single .access .map {
    text-align: center;
}
body.single .access iframe {
    width: 100%;
    max-width: 800px;
    height: 300px;
}
body.single .access-text {
    max-width: 800px;
    margin: 20px auto 0;
    padding: 20px 30px;
    border: #cbcbcb 1px solid;
    box-sizing: border-box;
}
body.single .room {
    background: #fff;
    padding: 30px 0;
}
body.single .room .room-img-area {
    display: flex;
    max-width: 900px;
    margin: auto;
    transition: all 0.3s;
    flex-wrap: wrap;
}
body.single .room h3 {
    background: #fff;
    margin: 0 0 35px;
}
body.single .room h3 .ja {
    background: #fff;
}
body.single .room .img {
    max-width: 292px;
    width: 100%;
    height: 200px;
    position: relative;
    transition: all 0.3s;
}
body.single .room .img:not(:nth-child(3n)) {
    margin: 0 10px 10px 0;
}
body.single .room .img .img:after {
    content: "";
    position: absolute;
    background: url("images/common/img-icon.png") no-repeat center/cover;
    width: 27px;
    height: 27px;
    right: 10px;
    bottom: 10px;
}
body.single .room .img:hover {
    opacity: 0.8;
}
body.single .room-concept {
    max-width: 835px;
    margin: auto;
    padding-bottom: 100px;
}
body.single .room-floor {
    max-width: 900px;
    margin: auto;
}
body.single .room-floor h4 {
    margin: 50px auto 30px;
}
body.single .room-floor-area {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 100px;
    flex-wrap: wrap;
}
body.single .room-floor-img {
    width: 255px;
    height: 360px;
    position: relative;
    margin: 0 20px 100px;
}
body.single .room-floor-img .link {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
body.single .room-floor-img .link a {
    border-radius: 30px;
    display: inline-block;
    padding: 10px 0 0;
    background: #ffa38c;
    width: 140px;
    height: 50px;
    box-sizing: border-box;
}
body.single .charge {
    max-width: 835px;
    margin: auto;
    padding: 60px 0 140px;
}
body.single .charge ul {
    background: #fff;
    padding: 60px;
    max-width: 800px;
    margin: 40px auto;
}
body.single .charge ul li {
    margin-bottom: 20px;
    padding: 10px 0 10px 75px;
}
body.single .charge ul li:after {
    content: "";
    border-bottom: dashed 1px #c9c9c9;
    width: calc(100% - 70px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 70px;
}
body.single .charge-text .pdf a:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    border: 1px dashed #cdcdcd;
    width: 100%;
}
body.single h4 {
    color: #7fb268;
    font-family: goodlife-sans-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    letter-spacing: 4px;
    text-align: center;
    position: relative;
    z-index: 1;
}
body.single h4 span {
    background: #fff;
    display: inline-block;
    padding: 10px 30px;
}
body.single h4:after {
    content: "";
    position: absolute;
    max-width: 400px;
    width: 100%;
    background: #7fb268;
    top: 19px;
    left: 50%;
    display: block;
    height: 2px;
    transform: translateX(-50%);
    z-index: -1;
}
body.single .global-btn {
    background: #fff;
    margin: 0;
    padding: 100px 0;
}
body.single footer {
    margin-top: 0;
}
body.guide .standard-text-area {
    max-width: 900px;
    margin: 60px auto 0;
}
body.guide .standard-text-area .title {
    color: #7fb268;
    font-size: 2rem;
    position: relative;
    padding-left: 15px;
}
body.guide .standard-text-area .title:before {
    content: "";
    background: #7fb268;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 5px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
body.guide .standard-text-area .title:after {
    content: "・";
    color: #fff;
    position: absolute;
    left: 2.5px;
    top: 50%;
    transform: translateY(-50%);
}
body.guide .standard-text-area ul {
    padding-left: 10px;
    margin-bottom: 50px;
}
body.guide .flow {
    padding: 0 0 150px;
    position: relative;
}
body.guide .flow:after {
    content: "";
    background: url("images/service/bg.png") no-repeat center;
    position: absolute;
    bottom: -226px;
    left: 0;
    width: 100%;
    height: 400px;
}
body.guide .flow-title {
    color: #ff977b;
    font-size: 2rem;
    padding-bottom: 10px;
}
body.guide .flow-text {
    line-height: 28px;
    font-size: 1.7rem;
}
body.guide .flow-text span {
    background: linear-gradient(to bottom, transparent 60%, #fce1d3 60%, #fce1d3);
}
body.guide .left-box {
    margin-right: auto;
}
body.guide .left-box:after {
    left: -42px;
}
body.guide .right-box {
    margin-left: auto;
}
body.guide .right-box:after {
    right: -42px;
}
body.guide .left-box,
body.guide .right-box {
    padding: 30px 50px;
    border-radius: 10px;
    max-width: 662px;
    box-sizing: border-box;
    margin-bottom: 35px;
    position: relative;
    background: #fff9ee;
}
body.guide .left-box:after,
body.guide .right-box:after {
    content: "";
    width: 82px;
    height: 80px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
body.guide .flow-box-wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
body.guide .flow-box-wrap .flow-text {
    text-align: left;
    font-size: 1.6rem;
}
body.guide .flow-box-wrap > div:nth-child(1) {
    border: #aacbbe 3px solid;
}
body.guide .flow-box-wrap > div:nth-child(1):after {
    background: url("images/service/1.png") center/contain no-repeat;
}
body.guide .flow-box-wrap > div:nth-child(2) {
    border: #a8d7b1 3px solid;
}
body.guide .flow-box-wrap > div:nth-child(2):after {
    background: url("images/service/2.png") center/contain no-repeat;
}
body.guide .flow-box-wrap > div:nth-child(3) {
    border: #a8ca82 3px solid;
}
body.guide .flow-box-wrap > div:nth-child(3):after {
    background: url("images/service/3.png") center/contain no-repeat;
}
body.guide .flow-box-wrap > div:nth-child(4) {
    border: #ddd589 3px solid;
}
body.guide .flow-box-wrap > div:nth-child(4):after {
    background: url("images/service/4.png") center/contain no-repeat;
}
body.guide .flow-box-wrap > div:nth-child(5) {
    border: #eec17e 3px solid;
}
body.guide .flow-box-wrap > div:nth-child(5):after {
    background: url("images/service/5.png") center/contain no-repeat;
}
body.guide .flow-box-wrap > div:nth-child(6) {
    border: #eea37f 3px solid;
}
body.guide .flow-box-wrap > div:nth-child(6):after {
    background: url("images/service/6.png") center/contain no-repeat;
}
body.guide .flow-text {
    text-align: center;
}
body.guide .document {
    background: #fff;
    padding-top: 150px;
}
body.guide .document .ja {
    background: #fff;
}
body.guide .document-intro {
    max-width: 900px;
    margin: 0 auto 40px;
}
body.guide .document-des .title {
    color: #7fb268;
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
}
body.guide .document-des .text {
    padding-bottom: 60px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
body.guide .document-text-area {
    max-width: 900px;
    margin: 0 auto 70px;
    padding: 50px 60px 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
body.guide .document-text-area li {
    margin-bottom: 40px;
}
body.guide .document-text-area .title {
    font-size: 2rem;
    color: #ff9b82;
}
body.guide .document-text-area .link a {
    color: #207fcf;
    border-bottom: 1px solid #207fcf;
}
body.guide .startup {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 130px;
}
body.guide .startup h3 {
    margin: 0;
    padding-bottom: 40px;
}
body.guide .startup h3 .ja {
    background: #fff;
}
body.guide .startup .text-area {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eee;
    padding: 30px 60px;
}
.addingBk img {
    display: none;
}
body.recruit .link-area {
    max-width: 835px;
}
body.recruit .page-title-area {
    background: url("images/recruit/page-title.jpg") no-repeat center/cover;
}
body.recruit .text-area .title {
    color: #7fb268;
    font-size: 2rem;
    margin-bottom: 20px;
}
body.recruit .attraction-wrap {
    background: url("images/recruit/img.png") no-repeat left bottom;
    padding: 55px;
    box-sizing: border-box;
    height: 940px;
    position: relative;
}
body.recruit .attraction-wrap .text-area {
    position: absolute;
    left: 50%;
    max-width: 770px;
    margin-left: auto;
}
body.recruit .attraction-wrap .text {
    margin-bottom: 100px;
}
body.recruit .environment {
    padding-top: 100px;
}
body.recruit .environment .contents:after {
    background: url("images/common/item5.png") no-repeat center/cover;
    width: 136px;
    height: 114px;
    top: 44px;
    right: -300px;
}
body.recruit .environment .contents:before {
    background: url("images/common/item1.png") no-repeat center/cover;
    width: 102px;
    height: 117px;
    top: -87px;
    left: -300px;
}
body.recruit .environment h4 {
    font-size: 3.2rem;
    color: #ffaa93;
    text-align: center;
}
body.recruit .environment-intro {
    text-align: center;
    margin-bottom: 110px;
}
body.recruit .environment-msgarea {
    padding: 100px 0;
    height: 590px;
    box-sizing: border-box;
    background: url("images/recruit/bg.jpg") no-repeat center/cover;
    position: relative;
}
body.recruit .environment-msgarea .text-area {
    max-width: 610px;
    height: 440px;
    padding: 50px;
    box-sizing: border-box;
    top: 79px;
    position: absolute;
    left: calc(50% - 140px);
    transform: translateX(-50%);
}
body.recruit .environment-msgarea .text-area .text {
    font-size: 1.5rem;
}
body.recruit .environment-msgarea .text-area .title {
    font-size: 2.4rem;
}
body.recruit .environment-msgarea .text-area .name {
    text-align: left;
    font-size: 1.5rem;
    position: absolute;
    right: 46px;
    bottom: 45px;
}
body.recruit .environment-msgarea .text-area .name-b {
    font-size: 2rem;
}
body.recruit .environment-msgarea .text-area .name span {
    text-align: left;
}
body.recruit .environment-block-area {
    padding: 50px 0 0;
    background: #fff;
}
body.recruit .environment-block-area__inner {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.recruit .environment-block-area .block {
    width: calc(100% / 3);
    color: #ff977b;
}
body.recruit .environment-block-area .title {
    width: 196px;
    height: 196px;
    background: url("images/recruit/item.png") no-repeat center/contain;
    padding: 87px 0;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 15px;
    font-size: 2rem;
}
body.recruit .environment-block-area .text {
    width: 245px;
    margin: auto auto 40px auto;
}
body.recruit .environment .footer-img {
    width: 100%;
    height: 300px;
    background: url("images/recruit/img-area.jpg") no-repeat top/contain;
}
body.message .contents {
    position: relative;
}
body.message .contents:before,
body.message .contents:after {
    content: "";
    position: absolute;
}
body.message .contents:before {
    background: url("images/common/bkadd01-3.png") repeat-y center -611px / contain;
    width: 102px;
    height: 100%;
}
body.message .contents:after {
    background: url("images/common/bkadd02-3.png") repeat-y center -400px / contain;
    width: 136px;
    height: 100%;
}
body.message .message-box {
    display: flex;
    margin-bottom: 85px;
}
body.message .message-box:nth-child(2n) .right {
    order: 1;
}
body.message .message-box:nth-child(2n) .right .img:after {
    background: url("images/recruit/message-l.png") no-repeat center;
    right: -30px;
    left: auto;
}
body.message .message-box:nth-child(2n) .text-area {
    order: 2;
    margin-right: auto;
    margin-left: 50px;
}
body.message .message-box:nth-child(2n) .link {
    text-align: right;
}
body.message .message-box .text-area {
    margin-right: 50px;
}
body.message .message-box .text-area .link {
    margin-top: 30px;
}
body.message .message-box .text-area .link a {
    color: #88b872;
    display: inline-block;
    background: #fff;
    border: #88b872 3px solid;
    border-radius: 30px;
    width: 240px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    padding: 7px;
    transition: all 0.3s;
}
body.message .message-box .text-area .link a:hover {
    background: #88b872;
    color: #fff;
}
body.message .message-box .right .img {
    width: 350px;
    height: 270px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
body.message .message-box .right .img:after {
    content: "";
    width: 380px;
    height: 300px;
    background: url("images/recruit/message-r.png") no-repeat center;
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: -1;
}
body.message .message-box .right .prof {
    padding-top: 20px;
}
body.workflow .contents {
    position: relative;
}
body.workflow .contents:before,
body.workflow .contents:after {
    content: "";
    position: absolute;
}
body.workflow .contents:before {
    background: url("images/common/bkadd01-3.png") repeat-y center -358px / contain;
    width: 102px;
    height: 100%;
}
body.workflow .contents:after {
    background: url("images/common/bkadd02-3.png") repeat-y center -300px / contain;
    width: 136px;
    height: 100%;
}
body.workflow .workflow .img {
    width: 100%;
    max-width: 760px;
    height: 350px;
    margin: 100px auto 25px;
}
body.workflow .workflow-list {
    max-width: 1000px;
    margin: auto;
}
body.workflow .workflow-link {
    display: flex;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
    position: relative;
}
body.workflow .workflow-link:after {
    height: 10px;
    width: 100%;
    background: #7fb268;
    position: absolute;
    bottom: 0;
    content: "";
}
body.workflow .workflow-link a {
    display: inline-block;
    color: #fff;
    width: 100%;
    max-width: 480px;
    text-align: center;
    padding: 20px 0;
    height: 110px;
    box-sizing: border-box;
}
body.workflow .workflow-link a.on {
    background: #7fb268;
}
body.workflow .workflow-link a.off {
    background: #c0d5b7;
}
body.workflow .workflow-link .en {
    font-family: goodlife-sans-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    letter-spacing: 3px;
}
body.workflow .workflow-link .ja {
    font-size: 3rem;
    padding-bottom: 6px;
}
body.workflow .workflow .staff-box {
    display: flex;
    max-width: 800px;
    margin: auto;
    border-bottom: #e7ddcb 1px dashed;
    padding: 30px 0;
}
body.workflow .workflow .staff-box .time {
    font-size: 3.2rem;
    padding-left: 30px;
    color: #ff987d;
    max-width: 170px;
    width: 21%;
    position: relative;
    font-family: sys-tt, sans-serif;
    font-weight: 700;
    font-style: normal;
}
body.workflow .workflow .staff-box .time:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("images/recruit/time.png") no-repeat center/contain;
    top: 7px;
    left: 0;
}
body.workflow .workflow .staff-box .text-area {
    max-width: 630px;
    width: 79%;
}
body.workflow .workflow .staff-box .text-area .title {
    text-align: left;
}
body.workflow .workflow .staff-box .text-area h3 {
    margin: 0;
    font-size: 2rem;
}
body.conditions.single .global-wrap:after {
    content: none;
}
body.conditions.single h4:after {
    content: none;
}
body.conditions.single .contents:before {
    background: url("images/common/bkadd01-3.png") repeat-y center -552px / contain;
    width: 102px;
    height: 100%;
}
body.conditions.single .contents:after {
    background: url("images/common/bkadd02-3.png") repeat-y center -400px / contain;
    width: 136px;
    height: 100%;
}
body.conditions .global-wrap {
    position: relative;
    padding-bottom: 250px;
}
body.conditions .global-wrap:after {
    content: "";
    background: url("images/service/bg.png") no-repeat center/cover;
    position: absolute;
    bottom: -153px;
    left: 0;
    width: 100%;
    height: 420px;
    z-index: -1;
}
body.conditions .conditions {
    display: flex;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
}
body.conditions .conditions .link-area {
    display: block;
}
body.conditions .conditions .link-area li {
    margin-bottom: 30px;
}
body.conditions .item {
    text-align: center;
    margin-top: 60px;
}
body.conditions .left {
    max-width: 240px;
    width: 100%;
    margin-right: 50px;
}
body.conditions .left .title {
    font-size: 2rem;
    text-align: center;
}
body.conditions .left .title img {
    width: 77px;
    vertical-align: text-top;
    padding-right: 10px;
}
body.conditions .left a {
    color: #867362;
    line-height: 28px;
    max-width: 240px;
    width: 100%;
    padding: 20px;
    display: inline-block;
    box-sizing: border-box;
}
body.conditions .left ul {
    display: inline-block;
    width: 100%;
}
body.conditions .left li {
    background: #fff;
    border-bottom: dotted 2px #7fb268;
}
body.conditions .left li:nth-child(1) {
    border-top: dotted 2px #7fb268;
}
body.conditions .left li.on {
    background: #ffefcf;
}
body.conditions .right {
    max-width: 760px;
    width: 100%;
}
body.conditions .right .top {
    font-size: 2rem;
}
body.conditions .right .bottom {
    font-size: 3.2rem;
}
body.conditions .right .text {
    paddng: 0 10px;
}
body.conditions .right .link-area li {
    position: relative;
}
body.conditions .right .link-area li:after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: url("images/recruit/recruit.png") no-repeat center/cover;
    width: 15px;
    height: 15px;
}
body.conditions .right .link-area a:hover {
    transform: translateY(0);
    opacity: 0.7;
}
body.conditions .link-area li {
    font-size: 2rem;
    background: #fff;
    border: 1px solid #eae3d5;
}
body.conditions .link-area li a {
    color: #7fb268;
    padding: 40px 100px 40px 40px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
body.conditions .conditions-deteal .right h3 {
    margin: 0;
    text-align: left;
    padding: 20px 45px;
    background: #ff987d;
    color: #fff;
    font-size: 2rem;
}
body.conditions .conditions-deteal .right h4 {
    color: #7fb268;
    font-size: 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}
body.conditions .conditions-deteal .right h4 span {
    display: inline-block;
    padding: 10px;
    background: #fff;
    z-index: 1;
}
body.conditions .conditions-deteal .right h4:before {
    content: "";
    border-bottom: dotted 3px #7fb268;
    width: 100%;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}
body.conditions .conditions-deteal .right a {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    height: 80px;
    background: #ff987d;
    color: #fff;
    padding: 28px;
    box-sizing: border-box;
    text-align: center;
}
body.conditions .conditions-deteal .right a img {
    vertical-align: text-top;
    padding: 4px 8px 0 0;
}
body.conditions .conditions-deteal table tr {
    border-bottom: #d6ccb9 1px solid;
}
body.conditions .conditions-deteal table tr:nth-child(1) {
    border-top: #d6ccb9 1px solid;
}
body.conditions .conditions-deteal table td {
    padding: 20px 5px;
    font-size: 1.5rem;
}
body.conditions .conditions-deteal table td:nth-child(1) {
    background: #f9f8f1;
    width: 20%;
    max-width: 120px;
    text-align: center;
}
body.conditions .conditions-deteal table td:nth-child(2) {
    width: 80%;
    padding: 20px;
}
body.conditions .conditions-deteal .link {
    text-align: center;
    margin: 50px 0 35px;
}
body.conditions .conditions-deteal .contact {
    max-width: 480px;
    margin: auto;
    position: relative;
}
body.conditions .conditions-deteal .contact p {
    margin: 0;
}
body.conditions .conditions-deteal .contact-top {
    text-align: center;
    color: #ff987d;
    padding-bottom: 15px;
}
body.conditions .conditions-deteal .contact-top p:nth-child(1) {
    margin-bottom: 12px;
    font-size: 2rem;
}
body.conditions .conditions-deteal .contact-top p:nth-child(2) {
    font-size: 4.8rem;
}
body.conditions .conditions-deteal .contact-top p:nth-child(2) img {
    padding-right: 8px;
}
body.conditions .conditions-deteal .contact-bottom {
    line-height: 1.4;
    padding-top: 15px;
    font-size: 1.5rem;
    border-top: 1px solid #cebeb0;
}
body.conditions .conditions-deteal-contents {
    padding: 40px 45px;
    background: #fff;
    position: relative;
}
body.conditions .conditions-deteal .right a.add__link__rec {
    background: transparent;
    color: #ff987d;
    font-size: 20px;
    position: absolute;
    right: 0;
    width: auto;
    padding: 0;
    height: auto;
    display: block;
    bottom: -45px;
}
body.conditions .conditions-deteal .right a.add__link__rec::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background: #ff987d;
    border-radius: 50%;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
body.conditions .conditions-deteal .right a.add__link__rec::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #fff;
    left: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
}
body.contact .page-title-area {
    background: url("images/contact/page-title.jpg") no-repeat center/cover;
}
body.contact .contact {
    padding-top: 100px;
}
body.contact .contact > h3 {
    font-size: 2.9rem;
    line-height: 52px;
    font-family: "Shuei Yokobuto Min M";
}
body.contact .contact p {
    text-align: center;
}
body.contact .contact-list {
    margin: auto;
    max-width: 1000px;
}
body.contact .contact-list ul {
    display: flex;
    justify-content: space-between;
}
body.contact .contact-list ul li {
    padding: 0 55px;
    text-align: center;
    border-left: 1px solid #d6ccb9;
    width: calc(100% / 3);
    margin: auto;
    position: relative;
}
body.contact .contact-list ul li:nth-child(1) {
    border-left: none;
}
body.contact .contact-list ul .title {
    color: #ff9377;
    margin-bottom: 10px;
}
body.contact .contact-list ul .title span:nth-child(1) {
    font-size: 1.5rem;
}
body.contact .contact-list ul .title span:nth-child(3) {
    font-size: 3rem;
}
body.contact .contact-list ul .tel {
    font-size: 3rem;
    margin-bottom: 10px;
    padding-left: 17px;
}
body.contact .contact-list ul .tel:before {
    content: "";
    width: 53px;
    height: 44px;
    background: url("images/contact/tel.png") no-repeat;
    position: absolute;
    left: calc(50% - 98px);
    top: 86px;
    transform: translateX(-50%);
}
body.contact .contact-list ul .time {
    font-size: 1.5rem;
}
body.contact .contact-form {
    position: relative;
    margin-top: 100px;
    padding-bottom: 100px;
}
body.contact .contact-form h3 {
    width: 300px;
    border: 3px solid #7fb368;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    color: #88b872;
    background: #fff;
    box-sizing: border-box;
    height: 60px;
    border-radius: 30px;
    line-height: 2.7;
    font-size: 2rem;
}
body.contact .contact-form .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
body.contact .contact-form .mwform-radio-field {
    display: block;
}
body.contact .contact-form td {
    padding: 15px;
}
body.contact .contact-form td input,
body.contact .contact-form td textarea {
    padding: 10px;
    max-width: 440px;
    box-sizing: border-box;
    border: 1px solid #9c9c9c;
}
body.contact .contact-form td input[type="text"] {
    width: 100%;
}
body.contact .contact-form td textarea {
    height: 250px;
}
body.contact .contact-form .mwContact__need:after {
    content: "必須";
    font-size: 1.1rem;
    background: #867362;
    padding: 5px;
    color: #fff;
    margin-left: 10px;
}
body.contact .contact-form .mwContact__lef {
    padding: 0 15px 40px 0;
    min-width: 200px;
}
body.contact .contact-form .mwContact__rig {
    padding: 0 0 40px 15px;
}
body.contact .contact-form .mwContact {
    max-width: 940px;
    width: 100%;
    margin: auto;
    padding: 60px 45px 30px;
    border: 3px solid #7fb368;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}
body.contact .contact-form .mwContact table {
    max-width: 685px;
    margin-left: auto;
    margin-right: auto;
}
body.contact .contact-form .mwContact__Bttxt {
    background: #faf8f1;
    padding: 40px;
}
body.contact .contact-form .mwContact__Bttxt01 {
    font-size: 3.2rem;
    color: #7fb268;
    font-family: goodlife-sans-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
    margin: 0;
}
body.contact .contact-form .mwContact__Bttxt02 {
    font-size: 1.5rem;
    line-height: 27px;
    text-align: center;
    margin-bottom: 30px;
}
body.contact .contact-form .mwContact__msg {
    padding: 50px 0 0;
}
body.contact .mwform-checkbox-field {
    background: #ece6d5;
    text-align: center;
    padding: 25px 0;
    margin: auto;
    max-width: 700px;
    width: 100%;
    display: block;
}
body.contact .mwContact__Bttxt__btn {
    text-align: center;
}
body.contact .mwContact__Bttxt__btn label input {
    max-width: 400px;
    height: 80px;
    text-align: center;
    background: #ff9377;
    border-radius: 50px;
    padding: 27px;
    box-sizing: border-box;
    margin: 35px auto;
    display: inline-block;
    cursor: pointer;
    border: #ff9377 2px solid;
    transition: all 0.3s;
}
body.contact .mwContact__Bttxt__btn label input:hover {
    color: #ff9377;
    background: #fff;
}
body.contact .mwContact__Bttxt__btn input {
    background: none;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 2.4rem;
}
/*css radio02*/
.mwform-radio-field input,
.mwform-checkbox-field input {
    display: none;
}
.mwform-radio-field input + span,
.mwform-checkbox-field input + span {
    padding-left: 25px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}
.mwform-radio-field input + span::before,
.mwform-checkbox-field input + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    background: #fff;
}
.mwform-radio-field input + span::before {
    border-radius: 50%;
}
.mwform-checkbox-field input + span::before {
    border-radius: 3px;
}
.mwform-radio-field input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #867362;
    border-radius: 50%;
}
.mwform-checkbox-field input:checked + span {
    color: #867362;
}
.mwform-checkbox-field input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 3px;
    height: 9px;
    transform: rotate(40deg);
    border-bottom: 3px solid #867362;
    border-right: 3px solid #867362;
}
.newsAddimg {
    margin: 20px 0 0 0;
}
.newsAddimg img {
    max-width: 100%;
    height: auto;
}
body.news .page-title-area {
    background: url("images/news/page-title.jpg") no-repeat center/cover;
}
body.news .global-contents {
    position: relative;
}
body.news .global-contents:before {
    content: "";
    content: "";
    transform: translateX(-50%);
    left: calc(50% - 640px);
    top: 178px;
    background: url("images/common/item2.png") no-repeat center/contain;
    width: 101px;
    height: 89px;
    position: absolute;
}
body.news .global-contents:after {
    content: "";
    position: absolute;
    top: 150px;
    right: calc(50% - 701px);
    background: url("images/common/item6.png") no-repeat center/contain;
    width: 145px;
    height: 152px;
}
body.news .news-list {
    background: #fff;
    padding: 110px 0 160px;
}
body.news .news-list__inner {
    max-width: 1340px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
body.news .news-box {
    margin: 0 22.5px 45px;
    max-width: 380px;
    width: 100%;
}
body.news .news-box .img {
    max-width: 380px;
    height: 250px;
    width: 100%;
    position: relative;
}
body.news .news-box .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(129, 173, 109, 0.8);
    opacity: 0;
    transition: all 0.3s;
}
body.news .news-box .img:after {
    content: "READ MORE";
    border: 1px solid #fff;
    padding: 20px 50px;
    letter-spacing: 4px;
    font-family: goodlife-sans-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
}
body.news .news-box .img:hover:before,
body.news .news-box .img:hover:after {
    opacity: 1;
}
body.news .news-box .imagenone {
    background: url("images/news/no-img.jpg") no-repeat center/cover;
}
body.news .news-box .text-wrap {
    background: #fcfaf6;
    padding: 20px 40px;
}
body.news .news-box .text-wrap .date {
    position: relative;
}
body.news .news-box .text-wrap .date:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #e5e5e5;
    width: 100%;
    height: 1px;
}
body.news .news-box .date {
    color: #7fb268;
}
body.news .news-box .cate {
    margin-top: 14px;
}
body.news .news-box .cate a {
    background: #7fb268;
    padding: 0 20px;
    display: inline-block;
    font-size: 1.3rem;
    color: #fff;
}
body.news .news-box .title {
    min-height: 50px;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    background: #ff9377;
    border: none;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
}
.wp-pagenavi span.current {
    background: #d6907e;
    font-weight: normal;
}
body.news .news__search {
    max-width: 1000px;
    padding: 220px 0 90px;
    margin: auto;
}
body.news .news__search label {
    position: relative;
}
body.news .news__search span {
    font-family: goodlife-sans-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    letter-spacing: 4px;
    color: #7fb268;
}
body.news .news__search select {
    max-width: 320px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: url("images/news/search-bg.png") no-repeat left/contain;
    cursor: pointer;
    padding: 11px 56px;
    border: none;
    position: relative;
}
body.news .news__search select:after {
    content: "";
    position: absolute;
    border: 1px solid #000;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    display: block;
}
body.news .news__search__left {
    margin-right: 40px;
}
body.news .news-deteal {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    width: calc(100% - 20px);
    -webkit-width: calc(100% - 20px);
    min-height: 350px;
    padding: 80px 100px 100px;
    box-sizing: border-box;
    margin: auto;
}
body.news .news-deteal .news-box {
    margin: 0;
    width: 100%;
}
body.news .news-deteal .cate,
body.news .news-deteal .date {
    display: inline-block;
    margin-bottom: 20px;
}
body.news .news-deteal .cate {
    margin-left: 20px;
}
body.news .news-deteal .title {
    font-size: 2.4rem;
    color: #7fb268;
    min-height: auto;
}
body.news .pagelink {
    display: flex;
    max-width: 850px;
    width: calc(100% - 20px);
    -webkit-width: calc(100% - 20px);
    margin: auto;
    position: relative;
    height: 70px;
    margin: 30px auto 130px auto;
}
body.news .pagelink a {
    background: #ff9377;
    color: #fff;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
}
body.news .pagelink p {
    margin: 0;
    position: absolute;
    width: calc((100% / 3) - 30px);
}
body.news .pagelink p:nth-child(1) {
    margin-right: 15px;
    left: 0;
}
body.news .pagelink p:nth-child(2) {
    margin-right: 15px;
    left: 50%;
    transform: translate(-50%);
}
body.news .pagelink p:nth-child(3) {
    right: 0;
}
.anime-area__add {
    width: 70%;
    height: 644px;
}
body.recruit .environment-msgarea .text-area {
    height: auto;
    position: relative;
    top: auto;
    left: calc(50% - 145px);
    transform: translateX(-50%);
}
body.service footer,
body.news footer,
body.workflow footer {
    margin-top: -30px;
}
@media only screen and (min-width: 1986px) {
    body.home .top-news .item {
        background: url("images/home/bg4.png") no-repeat center/cover;
    }
}
@media only screen and (max-width: 1550px) {
    body.about .anime-area .text-area {
        right: 0;
        left: auto;
        transform: none;
    }
}
@media only screen and (max-width: 1500px) {
    body.page .page-title-area {
        width: calc(100% - 40px);
        -webkit-width: calc(100% - 40px);
    }
    body.about .anime-area .text {
        line-height: 80px;
    }
    body.about .anime-area .text1,
    body.about .anime-area .text2 {
        font-size: 6rem;
    }
    body.about .anime-area .text3 {
        font-size: 4rem;
    }
}
@media only screen and (max-width: 1300px) {
    body.recruit .attraction-wrap .text-area {
        max-width: none;
        margin-left: auto;
        position: relative;
        background: rgba(255, 255, 255, 0.7);
        left: auto;
        box-sizing: border-box;
        padding: 20px;
    }
    body.recruit .attraction-wrap {
        height: auto;
    }
    body.recruit .environment .footer-img {
        width: 100%;
        height: 240px;
        background: url("images/recruit/img-area.jpg") no-repeat top/cover;
    }
}
@media only screen and (max-width: 1275px) {
    body.news .news-box {
        max-width: none;
        width: 33%;
        margin: 0 0 40px 0;
    }
    body.news .news-box .text-wrap {
        background: #fcfaf6;
        padding: 20px 40px;
        box-sizing: border-box;
        max-width: 380px;
        margin: auto;
    }
    body.news .news-box .img {
        margin: auto;
    }
}
@media only screen and (max-width: 1200px) {
    body.service .service-contents:after {
        height: 300px;
    }
    .global-menu__itemAdd {
        display: block;
    }
    body.home .global-header__inner {
        padding: 20px 10px 210px 20px;
    }
    .global-menu__sub ul {
        display: none;
    }
    .slick-track,
    .slick-slider {
        height: 400px;
    }
    .main-visual {
        overflow: hidden;
    }
    .contents {
        padding: 0 10px;
    }
    body.page h3 .ja {
        font-size: 3rem;
        padding: 0 15px;
        min-width: 170px;
    }
    body.page .page-title {
        width: 300px;
        height: 150px;
        padding: 30px;
    }
    body.page .page-title:before,
    body.page .page-title:after {
        background: none;
    }
    body.page .page-title-area {
        width: calc(100% - 40px);
        -webkit-width: calc(100% - 40px);
        height: 350px;
    }
    body.page .page-title-area:before,
    body.page .page-title-area:after {
        background: none;
    }
    body.page .link-area {
        padding: 0 30px;
    }
    body.home .top-btn-area__link {
        width: 280px;
        height: 280px;
        padding: 60px;
    }
    body.home .top-btn-area__link .text-b img,
    body.home .top-btn-area__link .num img {
        width: 50px;
    }
    body.home .top-btn-area__link1 {
        left: 30px;
        top: 150px;
    }
    body.home .top-btn-area__link2 {
        right: 25px;
        top: 150px;
    }
    body.home .top-btn-area__link3 {
        left: 180px;
        bottom: 60px;
    }
    body.home .top-btn-area__link4 {
        right: 180px;
        bottom: 60px;
    }
    body.home .smile img {
        width: 260px;
    }
    body.home .top-news {
        padding: 0 10px;
    }
    body.home .top-news__list {
        padding-right: 10px;
    }
    body.vision .philosophy h4 {
        margin: 0 0 50px;
    }
    body.vision .philosophy h4 img {
        width: 90%;
    }
    body.vision .philosophy .img {
        width: 165px;
        height: 160px;
    }
    body.vision .philosophy-area {
        width: calc(100% - 20px);
        background: url("images/vision/maru1.png") no-repeat center/400px;
    }
    body.compliance .privacy,
    body.compliance .public {
        padding: 0 20px 50px;
    }
    body.compliance .privacy-text-area {
        padding-left: 30px;
    }
    body.service .service-intro {
        padding: 0 10px;
    }
    body.service .service-contents {
        padding: 0 10px 100px;
    }
    body.service .care-station {
        padding: 150px 10px 120px;
    }
    body.guide .flow-box-wrap {
        padding: 0 45px;
    }
    body.contact .contact-form .mwContact {
        width: calc(100% - 20px);
    }
    .btn-global-menu {
        width: 68px;
        height: 68px;
        position: fixed;
        top: 0px;
        right: 0;
        cursor: pointer;
        z-index: 10000;
        background-color: var(--sg-common-grey);
        border-radius: 50%;
    }
    .btn-global-menu__item {
        width: 40px /*横線の幅*/;
        height: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 15px;
        display: block;
        margin-left: -20px;
        background-color: #ff977b;
        transition: all 0.3s ease;
    }
    .btn-global-menu__item1 {
        margin-top: -14px;
    }
    .btn-global-menu__item2 {
        margin-top: -2px;
    }
    .btn-global-menu__item3 {
        margin-top: 10px;
    }
    .btn-global-menu.active .btn-global-menu__item1 {
        margin: 0;
        transform: translate(-50%, -50%) rotate(45deg);
        background-color: #fff;
    }
    .btn-global-menu.active .btn-global-menu__item2 {
        opacity: 0;
        background-color: #fff;
    }
    .btn-global-menu.active .btn-global-menu__item3 {
        margin: 0;
        transform: translate(-50%, -50%) rotate(-45deg);
        background-color: #fff;
    }
    body .global-nav.pctopnav {
        position: absolute;
        bottom: -130px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 900px;
        overflow: hidden;
    }
    body .global-nav.allmenu {
        opacity: 1;
        position: fixed;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        background-color: rgba(124, 193, 122, 0.8);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    body .global-nav.allmenu .global-menu__item img {
        display: none;
    }
    body .global-nav.allmenu.active {
        opacity: 1;
        visibility: visible;
    }
    body .global-nav.allmenu .global-menu {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 640px;
        width: 92%;
        display: block;
    }
    body .global-nav.allmenu .global-menu__item {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.8em;
        border-bottom: 1px solid #fff;
        padding: 2px 6px;
        box-sizing: border-box;
    }
    body .global-nav.allmenu .global-menu__item a {
        color: #fff;
        text-decoration: none;
    }
}
body.page .global-nav.allmenu {
    left: 0;
}
@media only screen and (max-width: 1185px) {
    body.news .news-box .img {
        max-width: 320px;
        height: 200px;
    }
    body.news .news-box .text-wrap {
        max-width: 320px;
    }
    body.home .top-header img {
        max-width: 480px;
        width: calc(100% - 20px);
        -webkit-width: calc(100% - 20px);
        top: -89px;
    }
    body.home .top-header:after {
        width: 65px;
        height: 52px;
        right: calc(50% - 297px);
        bottom: -119px;
    }
}
@media only screen and (max-width: 1165px) {
    body.vision .greetings-area__wrap {
        max-width: 500px;
    }
}
@media only screen and (max-width: 1000px) {
    body.home .global-nav {
        padding: 0 10px;
        box-sizing: border-box;
        bottom: -150px;
    }
    body.home .global-menu {
        justify-content: center;
    }
    body.home .global-menu__item {
        padding: 10px 25px;
    }
    body.home .global-wrap {
        padding-top: 20px;
    }
    body.home .top-btn-area__inner {
        padding: 0 10px;
    }
    body.home .top-btn-area__inner h2 img {
        max-width: 90%;
    }
    body.home .top-btn-area__link {
        width: 250px;
        height: 250px;
        padding: 50px;
    }
    body.home .top-btn-area__link .text-b {
        font-size: 2.3rem;
    }
    body.home .top-btn-area__link .text-s {
        font-size: 1.5rem;
    }
    body.home .top-btn-area__link .num img {
        width: 50px;
    }
    body.home .top-btn-area__link1 {
        left: 30px;
        top: 200px;
    }
    body.home .top-btn-area__link2 {
        right: 25px;
        top: 200px;
    }
    body.home .top-btn-area__link3 {
        left: calc(50% - 145px);
        transform: translateX(-50%);
        bottom: 60px;
    }
    body.home .top-btn-area__link4 {
        right: calc(50% - 400px);
        bottom: 60px;
        transform: translateX(-50%);
    }
    body.home .top-btn-area__link .link-bottom a {
        width: 115px;
    }
    body.home .smile {
        padding-top: 50px;
    }
    body.home .smile img {
        width: 240px;
    }
    body.home .bnr-area .bnr1 {
        height: auto;
        padding: 80px 90px;
    }
    body.home .bnr-area .bnr2,
    body.home .bnr-area .bnr3 {
        margin-right: 10px;
        width: calc(100% / 3);
    }
    body.home .bnr-area .bnr4,
    body.home .bnr-area .bnr5 {
        width: 250px;
        height: 87px;
    }
    body.home .bnr-area .bnr5 a {
        padding-top: 26px;
    }
    body.home .bnr-area .bnr4 {
        margin-bottom: 0;
    }
    body.home .bnr-area .bnr4 a {
        padding-top: 20px;
    }
    .global-footer .footer-menu {
        display: none;
    }
    .global-footer .footer-service .service-box {
        padding: 20px 20px 10px 35px;
        height: auto;
    }
    .global-footer .footer-service .service-box p:nth-child(1) {
        font-size: 2.6rem;
    }
    .global-footer .footer-service .service-box1 {
        margin-right: 5px;
    }
    .global-footer .footer-service .service-box2 {
        margin-right: 5px;
    }
    .global-footer .footer-service .service-box p:nth-child(1):after {
        left: 0;
    }
    body.about .anime-area .text {
        line-height: 65px;
        margin-bottom: 25px;
    }
    body.about .anime-area .text1,
    body.about .anime-area .text2 {
        font-size: 5rem;
    }
    body.about .anime-area .text3 {
        font-size: 3rem;
    }
    body.contact .contact-form .mwContact {
        padding: 60px 20px 20px;
    }
    body.contact .contact-list ul .tel {
        font-size: 2.4rem;
        padding-left: 9px;
    }
    body.contact .contact-list ul .tel:after {
        left: 0;
    }
    body.contact .contact-list ul .title span:nth-child(3) {
        font-size: 2.6rem;
    }
    body.contact .contact-list ul li {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 995px) {
    body.news .news-box {
        width: 50%;
    }
    body.news .news__search label {
        position: relative;
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 20px auto;
    }
    body.news .news__search {
        padding: 20px 0 10px;
        margin: auto;
    }
    body.news .news-list {
        padding: 60px 0 160px;
    }
    .global-header__logo {
        max-width: 170px;
    }
    body.home .global-header__inner {
        padding: 10px 10px 210px 10px;
    }
    .global-header__inner {
        padding: 50px 10px 40px 10px;
    }
}
@media only screen and (max-width: 946px) {
    body.vision .greetings-area__wrap {
        max-width: none;
        width: calc(100% - 80px);
        -webkit-width: calc(100% - 80px);
        margin: auto;
    }
    body.vision .greetings-area {
        background: url("images/vision/visionAdd.png") no-repeat center/contain;
        padding: 960px 0 110px;
        position: relative;
        z-index: 0;
        max-width: 640px;
        margin: auto;
    }
}
@media only screen and (max-width: 920px) {
    body.single .room .img,
    body.single .room .img:not(:nth-child(3n)) {
        margin: 10px auto;
    }
}
@media only screen and (max-width: 900px) {
    body.home .smile img {
        width: 210px;
    }
    body.home .link-area span:nth-child(1) {
        font-size: 1.6rem;
    }
    body.home .link-area span:nth-child(2) {
        font-size: 2.4rem;
    }
    body.home .top-news__inner {
        height: auto;
        display: block;
    }
    body.home .top-news__list {
        width: 100%;
        max-width: 100%;
    }
    body.home .top-news__list .link {
        position: relative;
    }
    body.home .top-news__list .list {
        background-repeat-x: repeat;
    }
    body.home .facebook {
        text-align: center;
        margin-top: 70px;
    }
    body.recruit .environment-msgarea .text-area {
        left: calc(50% - 110px);
    }
}
body.vision .action .inner:after,
body.vision .action .inner:before {
    content: none;
}
body.guide .document-des,
body.guide .document-intro,
body.guide .flow-text {
    width: calc(100% - 20px);
    -webkit-width: calc(100% - 20px);
    margin: auto;
}
body.recruit .environment-msgarea .text-area .name {
    position: relative;
    top: 0;
    bottom: auto;
    right: auto;
    left: auto;
    text-align: left;
    max-width: 150px;
    margin: 0 0 0 auto;
}
body.recruit .environment-msgarea {
    height: auto;
}
@media only screen and (max-width: 830px) {
    body.recruit .environment-block-area .block {
        width: calc(100% / 2);
    }
    body.workflow .workflow .img {
        width: calc(100% - 20px);
        -webkit-width: calc(100% - 20px);
        margin: 100px auto 25px;
    }
    body.workflow .workflow-list {
        width: calc(100% - 20px);
        -webkit-width: calc(100% - 20px);
    }
    body.contact .contact-list ul {
        display: block;
    }
    body.contact .contact-list ul li:nth-child(1) {
        border-left: none;
        border-left: 1px solid #d6ccb9;
        border-right: 1px solid #d6ccb9;
        margin: 20px auto;
    }
    body.contact .contact-list ul li {
        border-left: 1px solid #d6ccb9;
        border-right: 1px solid #d6ccb9;
        margin: 20px auto;
        width: 100%;
        max-width: 300px;
    }
    body.contact .contact {
        padding-top: 70px;
    }
    body.contact .contact-list ul .title span:nth-child(3) {
        font-size: 20px;
    }
    body.contact .contact-list ul .tel {
        max-width: 210px;
        margin: auto;
    }
    body.contact .contact h3 {
        font-size: 26px;
        line-height: 1.8em;
    }
    body.vision .philosophy .pconlyWrap {
        display: none;
    }
    body.vision .philosophy .smponlyWrap {
        display: block;
    }
    body.vision .philosophy .smponlyWrap .philosophy__boxWrap {
        max-width: 280px;
        margin: auto;
    }
    body.vision .philosophy .smponlyWrap .img {
        position: relative;
        transform: translateX(0);
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        font-size: 20px;
        height: 80px;
        width: 235px;
        display: block;
        background: url("images/vision/maru2.png") no-repeat left/contain;
        text-align: left;
        margin: 0;
    }
    body.vision .philosophy .text:after {
        content: none;
    }
    body.vision .philosophy-area {
        background: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
    }
    body.vision .philosophy .text {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 280px;
        margin: 40px auto 0 auto;
    }
    body.vision .philosophy .philosophy__box {
        display: block;
        width: 50%;
    }
    body.vision .philosophy .philosophy__box:nth-child(3) {
        width: 100%;
    }
    body.vision .philosophy-area p {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        transform: translate(0, 0);
    }
    body.vision .philosophy {
        padding-bottom: 60px;
    }
    body.vision .philosophy h4 {
        margin: 0 0 50px;
        font-size: 32px;
        line-height: 1.75em;
        color: #ff8d5a;
    }
    body.vision .philosophy .img1::before,
    body.vision .philosophy .img2::before,
    body.vision .philosophy .img3::before,
    body.vision .philosophy .img4::before {
        left: 45px;
    }
}
@media only screen and (max-width: 800px) {
    body.message .message-box {
        flex-wrap: wrap-reverse;
    }
    body.message .message-box {
        width: calc(100% - 20px);
        -webkit-width: calc(100% - 20px);
        padding: 25px 0;
        max-width: 640px;
        margin: auto;
    }
    body.message .message-box .right .prof {
        padding-top: 35px;
    }
    body.message .message-box:nth-child(2n) .text-area {
        order: unset;
        margin: 0;
    }
    body.message .message-box .text-area {
        margin: 0;
    }
}
@media only screen and (max-width: 775px) {
    body.single .room-floor-area {
        display: block;
    }
    body.single .room-floor-img .link {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: translateX(0);
        left: -50px;
        top: -10px;
    }
    body.single h4 {
        margin: 0 0 20px 0;
    }
    body.single .room-floor-img .link a {
        width: 50px;
    }
}
@media only screen and (max-width: 767px) {
    body.contact .contact-form td input[type="text"],
    body.contact .contact-form td input[type="email"] {
        width: 100%;
    }
    body.home .bnr-area .bnr2,
    body.home .bnr-area .bnr3 {
        margin: 20px auto;
        width: 100%;
    }
    body.news .pagelink a {
        padding: 5px;
    }
    body.home .bnr-area .bnr4,
    body.home .bnr-area .bnr5 {
        margin: auto;
    }
    .global-footer .footer-service {
        display: block;
    }
    .global-footer .footer-service .service-box {
        margin: 50px auto;
    }
    .global-footer .footer-contact a {
        width: calc(100% - 20px);
        -webkit-width: calc(100% - 20px);
        margin: auto;
        padding: 20px 5px;
        height: auto;
    }
    .global-footer .pagetop img {
        width: 60px;
    }
    .global-footer .pagetop {
        top: -81px;
    }
    .global-footer .footer-service .service-box p:nth-child(1):after {
        left: 15px;
    }
    body.recruit .environment h4 {
        font-size: 24px;
    }
    .addingBk {
        margin: auto auto 30px auto;
        width: 100%;
    }
    .addingBk img {
        display: block;
        width: 100%;
        height: auto;
    }
    body.recruit .environment-msgarea {
        background: 0;
    }
    body.recruit .environment-msgarea .text-area {
        max-width: 640px;
        width: calc(100% - 20px);
        -webkit-width: calc(100% - 20px);
        margin: auto;
        padding: 0;
        left: auto;
        transform: none;
    }
    body.home .top-header:after {
        content: "";
        position: absolute;
        width: 54px;
        height: 39px;
        right: calc(50% - 157px);
        bottom: -104px;
    }
    body.recruit .environment h4,
    body.recruit .environment-intro {
        width: calc(100% - 20px);
        -webkit-width: calc(100% - 20px);
        margin: auto;
    }
    .global-footer .footer-contact a:before {
        content: none;
    }
    .btn-global-menu {
        width: 43px;
        height: 28px;
        position: fixed;
        top: 20px;
        right: 20px;
    }
    body.about table th {
        display: block;
        width: 100%;
    }
    body.about table td {
        display: block;
        width: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
    }
    body.about .access .link {
        position: relative;
        top: auto;
    }
    body.about .access .link a {
        padding: 8px 20px;
        font-size: 18px;
        margin: 0 0 30px 0;
        display: block;
        max-width: 170px;
        text-align: center;
        width: 100%;
    }
    body.about .access-add .map iframe {
        width: 100%;
        height: 300px;
    }
    body.news .news-deteal {
        padding: 20px 20px 40px;
    }
    body.home .top-btn-area__link {
        margin: 10px auto;
        width: 240px;
        height: 240px;
        padding: 50px;
        box-sizing: border-box;
    }
    body.home .top-btn-area__link:after {
        top: 0;
        left: 0;
    }
    @-webkit-keyframes top-maru {
        0% {
            transform: translate(0, 0) rotate(360deg);
        }
        50% {
            transform: translate(0, 0) rotate(0deg);
        }
        100% {
            transform: translate(0, 0) rotate(-360deg);
        }
    }
    body.home .top-btn-area:before {
        height: 1848px;
        background-size: cover;
    }
    body.home .bnr-area .bnr1 {
        background: url("images/home/bnr1.png") no-repeat right/cover;
        padding: 30px 20px;
    }
    body.home .bnr-area__wrap {
        display: block;
    }
    body.home .bnr-area .bnr1 .link {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 30px 0 30px 0;
    }
    body.home .global-header__inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        box-sizing: border-box;
        height: 60px;
    }
    .global-menu__sub li {
        max-width: 130px;
    }
    .global-header__logo {
        max-width: 130px;
    }
    body.about .anime-area div:first-child {
        width: 100%;
        height: 400px;
    }
    body.about .anime-area .text {
        font-size: 24px;
    }
    body.about .access {
        padding: 90px 0 70px;
    }
    body.about .anime-area {
        margin: 0;
    }
    body.compliance .public ul {
        padding: 20px;
    }
    body.page h3 .ja {
        font-size: 24px;
    }
    body.service .service-contents__box .text-area .title {
        font-size: 26px;
        padding: 0;
    }
    body.service .service-contents__box .text-area a {
        max-width: 240px;
        width: 100%;
        min-width: 0;
        display: block;
        box-sizing: border-box;
    }
    body.service .deteal .title {
        font-size: 24px;
        padding: 20px 0;
    }
    body.conditions .conditions {
        display: block;
        width: calc(100% - 20px);
        -webkit-width: calc(100% - 20px);
    }
    body.home .global-nav.pctopnav {
        display: none;
    }
    body.home .top-header img {
        max-width: 280px;
        top: -58px;
    }
    body.home .global-header__inner {
        padding: 10px 10px 120px 10px;
    }
    .global-menu__sub li {
        display: inline-block;
    }
    body.conditions .left {
        max-width: none;
        width: 100%;
        margin-right: 0;
    }
    body.conditions .left a {
        line-height: 1.7em;
        max-width: none;
        width: 100%;
        padding: 10px;
    }
    .slick-track,
    .slick-slider {
        height: 200px;
    }
    body.home .top-btn-area__inner {
        margin-top: 0;
        height: auto;
    }
    body.home .top-btn-area__link {
        position: relative;
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
        max-width: 240px;
        width: 100%;
    }
    body.home .top-btn-area__link1 {
        left: 0;
        top: 0;
    }
    body.home .top-btn-area__link2 {
        right: 0;
        top: 0;
    }
    body.home .top-btn-area__link3 {
        bottom: 0;
        left: 120px;
    }
    body.home .top-btn-area__link4 {
        bottom: 0;
        right: auto;
        left: 120px;
    }
    body.home .link-area {
        display: block;
        height: auto;
        background-position: bottom;
    }
    body.home .link-area .link {
        display: block;
        margin: 20px auto;
        max-width: 262px;
        width: 100%;
    }
    body.home .top-news__inner {
        padding-top: 20px;
    }
    body.home .facebook iframe {
        width: 100%;
    }
    body.service .service-contents__box {
        display: block;
        padding: 0;
        margin: 40px auto 0;
    }
    body.service .service-contents__box .text-area {
        margin-left: auto;
        margin-right: auto;
    }
    body.service .service-contents__box .img {
        max-width: 400px;
        margin: auto;
    }
    body.service .care-station li {
        display: block;
    }
    body.service .care-station li .img {
        margin: auto;
    }
    body.service .care-station li .deteal {
        margin: 50px auto;
    }
    body.page.service.single section {
        padding: 50px 10px;
    }
    body.contact .contact-form .mwContact__rig {
        width: 100%;
    }
    body.contact .contact-form .mwContact__lef {
        width: 100%;
        margin: 20px 0 0 0;
    }
    body.contact .contact-form td {
        float: left;
        box-sizing: border-box;
    }
    body.contact .contact-form td input {
        box-sizing: border-box;
    }
    @-webkit-keyframes top-maru {
        0% {
            transform: translate(0, 0) rotate(360deg);
        }
        50% {
            transform: translate(0, 0) rotate(0deg);
        }
        100% {
            transform: translate(0, 0) rotate(-360deg);
        }
    }
    @keyframes top-maru {
        0% {
            transform: translate(0, 0) rotate(360deg);
        }
        50% {
            transform: translate(0, 0) rotate(0deg);
        }
        100% {
            transform: translate(0, 0) rotate(-360deg);
        }
    }
}
@media only screen and (max-width: 680px) {
    body.news .news-box {
        width: 100%;
    }
    body.news .news-box .text-wrap,
    body.news .news-box .img {
        max-width: 300px;
    }
    body.news .news-box .text-wrap {
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 640px) {
    body.vision .greetings-area {
        max-width: none;
        margin: auto;
        width: 100%;
        padding: 130% 0 40px 0;
        background: url("images/vision/visionAdd.png") no-repeat top center/contain;
    }
    body.vision .philosophy-area {
        display: block;
    }
    body.vision .philosophy .philosophy__box {
        width: 100%;
    }
    body.vision .philosophy .smponlyWrap .philosophy__boxWrap {
        max-width: 280px;
        margin: auto;
        padding: 20px 0;
    }
    body.vision .philosophy .text {
        margin: 20px auto auto auto;
    }
    body.vision .philosophy .smponlyWrap .img {
        margin: auto;
    }
}
@media only screen and (max-width: 620px) {
    body.conditions .conditions-deteal-contents {
        padding: 10px 10px;
    }
    body.conditions .conditions-deteal table td:nth-child(2),
    body.conditions .conditions-deteal table td:nth-child(1) {
        display: block;
        width: 100%;
        max-width: none;
    }
    body.conditions .conditions-deteal table td {
        padding: 5px 0;
    }
    body.conditions .conditions-deteal table td:nth-child(2) {
        padding: 10px;
    }
    body.conditions .conditions-deteal .right a {
        height: 45px;
        padding: 8px;
    }
    body.conditions .conditions-deteal .contact-top p:nth-child(2) {
        font-size: 26px;
    }
    body.conditions .conditions-deteal .contact-top p:nth-child(1) {
        font-size: 20px;
    }
    body.conditions .conditions-deteal .contact-top p:nth-child(2) img {
        width: 20px;
    }
    body.conditions .conditions-deteal .link {
        margin: 30px 0 15px;
    }
}
@media only screen and (max-width: 600px) {
    body.contact .contact-form tr,
    body.contact .contact-form tbody,
    body.contact .contact-form table {
        box-sizing: border-box;
        width: 100%;
    }
    body.contact .contact-form td textarea,
    body.contact .contact-form td input[type="email"] {
        width: 100%;
    }
    body.contact .contact-form .mwContact {
        padding: 5px;
    }
    body.contact .contact-form td {
        padding: 10px;
    }
    body.contact .contact-form .mwContact__rig {
        padding: 0 10px 10px 10px;
    }
    body.contact .mwContact__Bttxt__btn {
        height: auto;
        padding: 4px;
        font-size: 24px;
    }
    body.contact .contact-form .mwContact__Bttxt {
        padding: 10px;
    }
    body.contact .mwContact__Bttxt__btn label input {
        margin: 20px auto;
        padding: 15px;
        height: auto;
        font-size: 2rem;
    }
}
@media only screen and (max-width: 570px) {
    body.page .page-title-area {
        height: 240px;
    }
    body.service .service-deteal td,
    body.service .service-deteal th {
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px;
        box-sizing: border-box;
    }
    body.page .page-title {
        box-sizing: border-box;
        padding: 20px;
        height: auto;
        max-width: 260px;
        bottom: -20px;
        right: 0;
        font-size: 20px;
    }
    body.single .room .room-img-area {
        display: block;
    }
    body.single .room-floor-img {
        width: 120px;
        height: 170px;
        position: relative;
        margin: 20px auto;
    }
    body.single .charge ul {
        box-sizing: border-box;
        padding: 15px;
    }
    body.single .charge ul li {
        margin: 10px 0;
    }
    body.vision .action .title {
        font-size: 26px;
        line-height: 1.2em;
        margin: 40px 0 10px 0;
    }
    body.vision .action .title img {
        width: 45px;
    }
    body.vision .action {
        padding: 45px 0 150px;
    }
    .action__inner__addTxt {
        line-height: 1.5em;
    }
    .global-btn a {
        max-width: 300px;
        font-size: 18px;
        padding: 10px;
        height: auto;
        margin: 10px 0 0 0;
        width: calc(100% - 20px);
        -webkit-width: calc(100% - 20px);
    }
    .global-btn span {
        font-size: 20px;
    }
    body.recruit .environment-block-area .block {
        width: 100%;
    }
    body.workflow .workflow .staff-box {
        display: block;
    }
    body.workflow .workflow .staff-box .text-area,
    body.workflow .workflow .staff-box .time {
        max-width: none;
        width: 100%;
    }
    body.home .top-btn-area__inner .text2 {
        line-height: 1.2em;
        padding: 0 0 15px 0;
    }
}
@media only screen and (max-width: 510px) {
    body.compliance .public ul li {
        padding: 10px 0 10px 48px;
        width: 100%;
    }
    .global-header__inner {
        padding: 10px;
    }
    body.guide .startup .text-area {
        padding: 30px 20px;
    }
    body.guide .document-text-area {
        padding: 50px 20px 20px;
    }
    body.guide .left-box:after,
    body.guide .right-box:after {
        width: 52px;
        height: 52px;
    }
    body.page .link-area {
        display: block;
        margin: 60px auto 45px;
    }
    body.page .link-area .link {
        display: block;
        margin: 0 0 40px 0;
    }
    body.page .link-area .link img {
        max-width: 35px;
    }
    body.page .link-area .link p {
        margin: 0;
        line-height: 1.2;
    }
    .pdf:before {
        width: 42px;
        height: 42px;
        background: url("images/common/pdf.png") no-repeat center/contain;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .pdf {
        padding-left: 52px;
    }
    .pdf a {
        line-height: 1.5em;
    }
    body.compliance .pdf:after {
        content: none;
    }
    .pdf a:after {
        content: none;
    }
    body.vision .philosophy h4 {
        margin: 0 0 50px;
        font-size: 24px;
        line-height: 1.75em;
        color: #ff8d5a;
    }
    body.guide .right-box:after {
        left: -42px;
        right: auto;
    }
    body.guide .left-box,
    body.guide .right-box {
        padding: 10px 20px;
    }
    body.recruit .attraction-wrap {
        padding: 30px 10px;
    }
    body.recruit .attraction-wrap .text {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 400px) {
    body.home .top-btn-area__inner .text1 {
        line-height: 1.8em;
    }
    body.home .top-btn-area__inner .text1 br {
        display: none;
    }
    body.vision .greetings-area__wrap {
        width: calc(100% - 30px);
        -webkit-width: calc(100% - 30px);
    }
}

/* -----------------------------------------------------------------

  20200923 追加

----------------------------------------------------------------- */
#accordion-wrapper {
    background-color: #fff;
    border: 1px solid #eaeaea;
}
#accordion-wrapper .accordion-menu {
    margin-bottom: 15px;
    position: relative;
}
#accordion-wrapper .accordion-menu label {
    display: block;
    font-size: 28px;
    line-height: 1;
    color: #867362;
    padding: 15px 0 15px 25px;
    cursor: pointer;
}
#accordion-wrapper .accordion-menu input {
    display: none;
}
#accordion-wrapper .accordion-menu .plus-minus {
    position: absolute;
    top: 0px;
    left: -25px;
    font-size: 28px;
    line-height: 1;
}
#accordion-wrapper .accordion-menu .accordion ~ .plus-minus::before {
    content: "＋";
}
#accordion-wrapper .accordion-menu .accordion:checked ~ .plus-minus::before {
    content: "－";
}
#accordion-wrapper .accordion-menu li.pdf a {
    display: block;
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
}
#accordion-wrapper .accordion-menu li.pdf a p {
    margin: 0 0 0 70px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
#accordion-wrapper .accordion-menu ul {
    margin: unset;
    padding: 0 5px;
    border: none;
}
#accordion-wrapper .accordion-menu li {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    padding: unset;
    margin: 0px 2% 0 0;
    width: 48%;
}
/* #accordion-wrapper .accordion-menu #menu_bar01:checked ~ #links01 li,
#accordion-wrapper .accordion-menu #menu_bar02:checked ~ #links02 li,
#accordion-wrapper .accordion-menu #menu_bar03:checked ~ #links03 li, */
#accordion-wrapper .accordion-menu [id^="menu_bar"]:checked ~ [id^="links"] li {
    height: 70px;
    opacity: 1;
    margin-bottom: 10px 0;
}

@media screen and (max-width: 809px) {
    #accordion-wrapper {
        padding: 25px 50px;
    }
    #accordion-wrapper .accordion-menu li {
        width: 100%;
    }
}
@media screen and (max-width: 510px) {
    #accordion-wrapper {
        padding: 5px;
    }
    #accordion-wrapper .accordion-menu li.pdf a p {
        margin-left: 50px;
    }
}

/* ----------------------------------------------------------------

  20220517追加

---------------------------------------------------------------- */
.button-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
}
.button-area img {
    height: 50px;
    width: auto;
}
.button-area .button {
    display: inline-block;
    color: #fff;
    background: #867362;
    padding: 0 10px;
    border-radius: 50px;
    border: 2px solid #867362;
    transition: all 0.3s;
    width: 133px;
    height: 36px;
    box-sizing: border-box;
}

.global-footer .footer-service {
    flex-wrap: wrap;
    row-gap: 50px;
}
.global-footer .footer-service .service-box {
    padding: 0;
}
.global-footer .footer-service .service-box a {
    display: block;
    color: #867362;
    padding: 20px 0;
}

body.home .link-area {
    align-items: unset;
}
body.home .link-area .facility {
    width: 312px;
    padding-top: 50px;
}
body.home .link-area .link {
    display: block;
    width: unset;
}

body.home .top-news__list {
    max-width: unset;
    width: 100%;
}
body.home .top-news__list ul {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.home .top-news__list li {
    width: calc(50% - 5px);
}
body.home .top-news__list ul {
    justify-content: center;
}
body.home .top-news__list ul li:nth-child(3) .list {
    background: url(images/home/news-line.png) no-repeat 14px bottom;
}
@media screen and (max-width: 959px) {
    body.home .top-news__list .text {
        height: 90px;
    }
}
@media screen and (max-width: 900px) {
    body.home .top-news__list .link {
        bottom: -20px;
    }
}
@media screen and (max-width: 700px) {
    body.home .top-news__list li {
        width: 90%;
    }
    body.home .top-news__list ul li:nth-child(3) .list {
        background: none;
    }
    body.home .top-news__list ul li:nth-child(n + 4) {
        display: none;
    }
    body.home .top-news__list .link {
        /* bottom: 20px; */
    }
}

.service .button-area {
    margin-bottom: 30px;
}

/* お問い合わせ */
.switch-station {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.switch-station .mwform-radio-field input + span {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #7fb368;
    line-height: 1;
    height: 75px;
    font-weight: 600;
    padding: 0 5px;
    transition: 0.3s;
}
.switch-station .mwform-radio-field + .mwform-radio-field input + span {
    border-left: none;
}
.switch-station .mwform-radio-field input:checked + span {
    background-color: #7fb368;
    color: #fff;
}
.switch-station input[name="shisetsu"] {
    display: none;
}
.switch-station .mwform-radio-field input + span::before,
.switch-station .mwform-radio-field input:checked + span::after {
    content: none;
}

@media screen and (max-width: 600px) {
    .switch-station {
        display: block;
        margin-top: 50px;
    }
    .switch-station .mwform-radio-field input + span {
        height: 45px;
    }
    .switch-station .mwform-radio-field + .mwform-radio-field input + span {
        border-left: 2px solid #7fb368;
        border-top: none;
    }
}

/* 20220914追加 */
body.home .top-btn-area.banner-on:before {
    height: 1314px;
}

#banner-top {
    margin-top: 170px;
    text-align: center;
}
#banner-top img {
    max-height: 300px;
    width: auto;
    vertical-align: bottom;
}

#banner-top + .top-btn-area__inner {
    margin-top: 75px;
}

/* 20240917 */
body.contact .contact-list ul {
    flex-wrap: wrap;
}

body.contact .contact-list ul li {
    padding-inline: 0;
    margin: 0;
    width: auto;
    flex-grow: 1;
    flex-basis: 20%;
}
body.contact .contact-list ul .title,
body.contact .contact-list ul .tel {
    font-size: 2rem;
}
body.contact .contact-list ul .tel {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    padding: 0;
}
.contact-list .tel span {
    font-size: 0.5em;
    display: block;
    color: #000;
}
body.contact .contact-list ul .tel:before {
    background-image: url(images/contact/tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1;
    width: auto;
    height: 80%;
    transform: unset;
    translate: -125% -50%;
    left: 0;
    top: 50%;
}
