@media screen and (min-width: 379px) { 
    .main-txt p {
    font-size: 0.9rem;
}
h3 {
    font-size: 1.2rem;
}

}



/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
}
img {
    vertical-align: bottom;
}

/* --------------------------------------
背景＆基本設定
--------------------------------------*/
html {
    overflow:auto;
}
body {
    font-size:1rem;
    background-color: #EAF3F3;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Meiryo, メイリオ, sans-serif;
    overflow-x: hidden;
    position: relative;
}
img {
    border: none;
    height: auto;
}
a {
    color: #000;
    text-decoration: underline;
}
a:link {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: underline;
}
p {
    margin: 0;
    padding: 0;
    line-height: 2.1;
    color: black;
    font-size: 0.9rem;
}
ul {
    text-align: left;
    list-style: none;
    margin-bottom: 20px;
}
ol {
    margin-left: 25px;
}
dt {

}
dd {

}

img.on-hover {
    display: none;
}
.sp_only {
    display:none;
}


/*ここから*/
header.zbs-header {
    background: rgb(234 243 243 / 70%);
    position: fixed;
    width: 100%;
    z-index: 10;
}
.header-logo img {
    width: 355px;
    height: auto;
    line-height: 0;
    display: block;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}
.header-logo {
    margin-left: 40px;
    z-index: 25;
}
nav.header-nav {
    margin-right: 40px;
}
nav.header-nav ul {
    display: flex;
    margin: 0;
}
nav.header-nav ul a {
    font-weight: bold;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 0 20px;
    text-align: center;
    display: block;
}
nav.header-nav ul a:after {
    content: "・";
    font-size: 1.5rem;
    display: block;
    line-height: 0;
    margin-top: 6px;
}
nav.header-nav ul a:hover {
    color: #D71518;
}
nav.header-nav ul a:hover:after {
    content: url(img/nav-hover.png);
    line-height: 0;
    height: 0;
    margin-top: 0px;
}
.header-entry {
    position: fixed;
    right: 30px;
    top: 200px;
}
a.btn-entry img {
    width: 128px;
    height: auto;
}

.header-entry a:hover img.on-hover {
    display: block;
    box-shadow: 2px 4px 10px #ff8e8e;
    border-radius: 100%;
    animation: appear .9s ease;
  }
  @keyframes appear {
    0%{
      opacity: 0.64;
    }
    100%{
      opacity: 1;
    }
}
.header-entry a:hover img.no-hover {
    display: none;
   /* animation: disappear .5s ease; */
}
  @keyframes disappear {
    0%{
      opacity: 1;
    }
    100%{
      opacity: 0;
    }
}

.header-top {
    position: fixed;
    right: 60px;
    /* top: 590px; */
    bottom: 30px;
}
.header-top img {
    width: 60px;
}
.header-top a:hover img.on-hover {
    display: block;
    box-shadow: 2px 4px 10px #8effb6;
    border-radius: 100%;
    animation: appear .9s ease;
  }
  @keyframes appear {
    0%{
      opacity: 0.4;
    }
    100%{
      opacity: 1;
    }
}
.header-top a:hover img.no-hover {
    display: none;
}

.main-img.pc-main.slick-initialized.slick-slider {
    max-width: 1600px;
}
.main-img {
    width: 100%;
    transform: translate(-20%, -7%);
    position: absolute !important;
    z-index: -1;
}
.main-img img {
    width: 100%;
    height: auto;
}
.main-txt {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 700px;
    margin-left: auto;
    text-align: left;
    padding-top: 33%;
    padding-right: 0%;
    padding-bottom: 100px;
    padding-left: 130px;
    /*
    background: url(img/bg-main-pink.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    */
}
.bg-wrap.bg-main-pink {
    left: 0;
    bottom: 0;
}
.main-txt h1 {
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: 1.5;
}
.main-txt p {
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 500;
}
.mbt-wrap {
    position: relative;
    margin-top: -50px;
    z-index: 8;
    margin-left: -20px;
}
span.mt-red {
    color: #D71518;
}



#intro {
    margin-bottom: 190px;
    position: relative;
}
/*
section#growth .container {
    width: 1250px;
    margin: 0 auto;
}
*/
#growth .container {
    max-width: 1231px;
    /* max-width: 1191px; */
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.bg-wrap {
    position: absolute;
    z-index: -1;
}
.bg-wrap.bg-main-purple {
    left: 10px;
    bottom: -70px;
    z-index: 1;
}
.bg-wrap.bg-main-green {
    left: 530px;
    bottom: -60px;
}



h2 {
    color: #7B4E4E;
    font-size: 2.4rem;
}
h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}
#growth {
    position: relative;
}
#growth .h-wrap {
    background: url(img/h-growth.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 294px;
    /* width: 500px; */
    padding: 45px 0 0 160px;
    margin-bottom: 45px;
    margin-right: 80px;
    flex-shrink: 0;
}
#growth .lead-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#growth .f1 {
    display: flex;
}
#growth .f1-img img {
    width: 505px;
}
#growth .f1-txt {
    margin-left: 80px;
margin-right: 90px;
}
#growth .f2-img {
    text-align: right;
    margin-top: -120px;
    margin-right: 0px;
    margin-bottom: 40px;
    z-index: -1;
    position: relative;
}
#growth .f2-img img {
    width: 219px;
}
#growth .f3 {
    display: flex;
    margin-bottom: 60px;
        margin-left: 6vw;
}
#growth .f3-img {
    order: 2;
}
#growth .f3-img img {
    width: 470px;
}
#growth .f3-txt {
    width: 340px;
    margin-right: 34px;
}
#growth .f4 {
    display: flex;
    margin-left: -50px;
    margin-bottom: 68px;
}
#growth .f4-img {
    margin-right: 34px;
}
#growth .f4-img img {
    width: 341px;
}
#growth .f4-txt {
    width: 394px;
}
.bg-wrap.bg-gr-green {
    left: -100px;
    top: 680px;
}
.bg-wrap.bg-gr-orange {
    right: -20px;
    top: 920px;
}


#peace {
    position: relative;
}
#peace .lead-wrap {
    padding-bottom: 50px;
    position: relative;
}
#peace .f1 {
    position: relative;
}
#peace .h-wrap {
    text-align: center;
}
#peace .h-wrap h2 {
    font-size: 2.3rem;
    display: inline-block;
    background: url(img/h-peace.png);
    background-repeat: no-repeat;
    background-size: 261px;
    background-position: right top;
    /* width: 500px; */
        padding: 72px 54px 0;
margin-bottom: 30px;
}
#peace .lead-wrap p {
    text-align: center;
}
#peace .f1-img1 {
    margin-left: 120px;
    padding-top: 45px;
    z-index: 1;
    position: relative;
}
#peace .f1-img1 img {
    width: 324px;
}
#peace .f1-img2 {
    position: absolute;
    top: 0;
    right: 0;
}
#peace .f1-img2 img {
    width: 707px;
}
#peace .f1-txt {
    padding: 40px;
    background: rgb(234 243 243 / 70%);
    width: 590px;
    margin-top: 40px;
    margin-left: 21.2vw;
    z-index: 5;
    position: relative;
}

#peace .f2 {
    display: flex;
    justify-content: right;
    margin-bottom: 80px;
}
#peace .f2-img {
    margin-right: 34px;
}
#peace .f2-img img {
    width: 347px;
}
#peace .f2-txt {
    width: 366px;
    margin-right: 5vw;
}

#peace .f3 {
    display: flex;
    margin-bottom: 80px;
}
#peace .f3-img {
    order: 2;
    margin-left: 34px;
}
#peace .f3-img img {
    width: 525px;
}
#peace .f3-txt {
    width: 330px;
    /* margin-left: 8.6vw; */
    margin-left: 12.6vw;
}
.bg-wrap.bg-pe-purple {
    bottom: 20px;
    right: 30vw;
}
.bg-wrap.bg-pe-orange {
    top: 420px;
    left: -130px;
}
.bg-wrap.bg-pe-green {
    right: -410px;
    top: 440px;
}

#projects {
    margin-bottom: 64px;
    position: relative;
}
#projects .container {
    padding: 0 20px;
}
#projects .h-wrap h2 {
    font-size: 2.3rem;
    display: inline-block;
    background: url(img/h-projects.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: left top;
    padding: 88px 24px 0;
    margin-bottom: 30px;
}
#projects .lead-wrap {
    text-align: center;
    margin-bottom: 44px;
}
#projects .white-wrap {
    background: rgb(255 255 255 / 80%);
    max-width: 1300px;
    width: 100%;
    border-radius: 20px;
padding: 50px 60px 80px 60px;
    margin: 0 auto;
}
#projects .f1 {
    display: flex;
    margin-bottom: 64px;
}
#projects .f1-txt {
    margin-right: 34px;
}
#projects .f1-img {
    order: 2;
}
#projects .f1-img img {
    width: 540px;
}
#projects .f2 {
    display: flex;
}
#projects .f2-img {
    margin-right: 40px;
}
#projects .f2-img img {
    width: 540px;
}
.bg-wrap.bg-pr-green {
    left: -90px;
    top: 60px;
    z-index: 1;
}
.bg-wrap.bg-pr-purple {
    right: -180px;
    top: 690px;
}

#messages {
    margin-bottom: 105px;
    position: relative;
}
#messages .h-wrap h2 {
    font-size: 2.3rem;
    display: inline-block;
    background: url(img/h-message.png);
    background-repeat: no-repeat;
    background-size: 144px;
    background-position: top center;
    padding: 30px 24px 75px;
    margin-bottom: 16px;
}
#messages .lead-wrap {
    text-align: center;
    margin-bottom: 50px;
}
#messages .link-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1110px;
    margin: 0 auto;
    width: 100%;
}
#messages .link-wrap img {
    width: 488px;
}
#messages .link-box a {
    text-align: center;
    text-decoration: none;
    font-size: 1.3rem;
}
#messages .link-btn {
    display: block;
    background: #584343;
    color: white;
    padding: 14px 0;
    width: 88%;
    margin: -31px auto 0;
    z-index: 5;
    position: relative;
}
#messages .link-box a:hover .link-btn {
    background: #3E3232;
}
#messages .link-btn img {
    position: absolute;
    right: 20px;
    width: 19px !important;
    top: 50%;
    transform: translate(0, -50%);
}
#messages .link-wrap .mv-img-wrap {
    position: relative;
    display: block;
}
#messages .link-wrap img.mv-icon {
    width: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-24%, -50%);
}

#office {
margin-bottom: 116px;
position: relative;
}
#office .h-wrap {
    width: 370px;
    height: 284px;
    background: rgb(115 130 141 / 50%);
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
#office .o-slide-wrap {
    margin-top: -190px;
        position: relative;
}
#office .o-slide-wrap:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(175 182 182 / 25%);
    display: block;
    position: absolute;
    z-index: 1;
}
#office .h-wrap h2 {
    color: white;
    text-align: right;
    font-size: 1.3rem;
    position: absolute;
    right: 30px;
    bottom: 24px;
}
#office .h-wrap img {
    width: 300px;
    margin-top: 42px;
    margin-right: 10px;
}
/*
#office .h-wrap {
    width: 370px;
    height: 284px;
    background: url(img/h-office.png) center / 300px no-repeat, rgb(115 130 141 / 50%);
}
*/
.bg-wrap.bg-of-red {
    right: 90px;
    top: -40px;
    z-index: 1;
}

#access {
    position: relative;
}
#access .container {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
#access .h-wrap h2 {
    font-size: 2.3rem;
    display: inline-block;
    background: url(img/h-access.png);
    background-repeat: no-repeat;
    background-size: 213px;
    background-position: top left;
    padding: 90px 80px 25px 0;
}
#access .a-btm-txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#access .a-txt {
    width: 290px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#access .a-map {
    width: calc(100% - 300px);
        margin-top: 60px;
}
.a-map.sp-map {
    display: none;
}


footer.zbs-footer {
    padding-top: 147px;
    position: relative;
    overflow: hidden;
}
.zbs-footer-inner {
    background: #EDFCFF;
    background: linear-gradient(120deg, rgba(237, 252, 255, 0.7) 0%, rgba(141, 209, 211, 0.8) 50%, rgba(96, 192, 189, 1) 100%);
    text-align: center;
}
.btn-entry-btm-wrap a {
    display: inline-block;
    /* padding: 20px 100px; */
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    /* background: #d81418; */
    /* border-radius: 100px; */
    margin: 50px 0;
}
a.btn-entry-btm img {
    width: 361px;
    line-height: 0;
    display: block;
}

.btn-entry-btm-wrap a img.on-hover {
    display: none;
}
.btn-entry-btm-wrap a:hover img.on-hover {
    display: block;
    box-shadow: 2px 4px 10px #ff8e8e;
    border-radius: 36px;
    animation: appear .9s ease;
  }
  @keyframes appear {
    0%{
      opacity: 0.4;
    }
    100%{
      opacity: 1;
    }
}
.btn-entry-btm-wrap a:hover img.no-hover {
    display: none;
}



p.copyright {
    color: white;
    font-size: 0.8rem;
    padding: 20px 0;
}
.bg-wrap.bg-ac-yellow {
    top: 40px;
    z-index: -1;
    left: -250px;
}

/*SP*/
.sp-main {
    display: none !important;
}
.sp-nav-wrap {
    display: none;
    background-color: #EAF3F3;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
}
.sp-menu,.h-nav {
    display: none;
}
.sp-btn-entry-btm-wrap {
    display: none;
}


/*
@media screen and (min-width: 1500px) {
*/
#growth .f2-img img {
    width: 300px;
}
#growth .f3-img img {
    width: 510px;
}
#growth .f4-img img {
    width: 400px;
}
#peace .f1-img1 img {
    width: 400px;
}
#peace .f2-img img {
    width: 380px;
}

/*
}
*/

@media screen and (min-width: 1500px) {
#peace .f1 {
    max-width: 1231px;
    margin: 0 auto;
}
#peace .f1-img1 {
/*    margin-left: 20vw; */
        margin-left: 0;
    }
#peace .f2,#peace .f3 {
    max-width: 1231px;
    margin: 0 auto 80px;
}
#peace .f1-txt {
margin-left: 11.2vw;
}
#peace .f2-txt {
    margin-right: 0;
}
#peace .f3-txt {
    margin-left: 0;
}
}

@media screen and (min-width: 1800px) {
.main-txt {
    margin-right: 4vw;
}
}

@media screen and (min-width: 1900px) {
.main-img.pc-main.slick-initialized.slick-slider {
    max-width: 1750px;
}
}

/******************************
★ Media Queries タブレット・スマフォ表示の設定(1180px以下で読み込むcss)
******************************************************************************************************************************/

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


nav.header-nav ul.pc-nav {
    display:none;
}
/*
.sp-menu {
        display: block;
        position: absolute;
        top: 50%;
        right: 24px;
        transform: translate(0, -50%);
        height: auto;
        padding: 0;
        transition: all .5s ease;
        text-align: center;
        z-index: 30;
    }
*/
.sp-menu {
        display: block;
        position: fixed;
                top: 18px;
        right: 24px;
        /* transform: translate(0, -50%); */
        height: auto;
        padding: 0;
        transition: all .5s ease;
        text-align: center;
        z-index: 100;
    }


.h-nav-open.h-nav {
    display: block;
}

a.switch {
        width: 30px;
        height: 30px;
        display: block;
    }

.sp-menu .lines {
    /* background: black; */
    display: inline-block;
    width: 40px;
    height: auto;
    position: absolute;
    transition: .3s;
    /* margin: 0 9px 0; */
    right: 0px;
    top: 50%;
}
.sp-menu .lines:after, .sp-menu .lines:before {
        background: #7B4E4E;
        position: absolute;
        display: inline-block;
        height: 2px;
        content: '';
        transition: .3s;
    }
.sp-menu .lines:before {
        top: 5px;
        right: 0;
        width: 30px;
    }
.sp-menu .lines:after {
        top: -5px;
        right: 0px;
        width: 30px;
    }
    
.sp-menu a.xclose {
    display: block;
    /*padding: 0 0;*/
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
}

.sp-menu .xclose .lines:before {
    top: 0px;
    transform: rotate3d(0,0,1,35deg);
    transition: .3s;
}

.sp-menu .xclose .lines:after {
    top: 0px;
    transform: rotate3d(0,0,1,-35deg);
    transition: .3s;
}
nav.header-nav ul.sp-nav a:after {
    content:none;
}
    ul.sp-nav {
        display: block;
        padding-top: 140px;
        z-index: 100;
        position: fixed;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 0);
    }
ul.sp-nav a {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 40px;
        color: #7B4E4E;
        text-decoration: none;
        display: block;
        white-space: nowrap;
}
.sp-nav-open .bg-wrap {
    z-index:50 !important;
}


}/*end 1180px*/



/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1000px) {
.main-txt {
    width: 600px;
}
.bg-wrap.bg-main-purple {
    left: -180px;
}
.mbt-wrap {
    margin-left: -6px;
}
.mbt-wrap img {
    width: 97vw;
}

#intro {
    margin-bottom: 90px;
}

#growth .lead-wrap {
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#growth .h-wrap {
    margin-bottom: 20px;
}

#growth .f1 {
    justify-content: space-between;
}
#growth .f1-img {
    width: 36%;
}
#growth .f1-img img {
    width: 100%;
}
#growth .f1-txt {
    width: 60%;
    margin: 0;
}
#growth .f2-img {
        margin-top: -20px;
    }
#growth .f2-img img {
    width: 20vw;
}
#growth .f3-img {
        width: 50%;
}
#growth .f3-txt {
    width: 40%;
}

#peace .f1-img1 {
    margin-left: 20px;
}
#peace .f1-img1 img {
    width: 25vw;
}
#peace .f1-txt {
    margin-left: 10vw;
    margin-top: 110px;
    margin-bottom: 40px;
}

#projects .white-wrap {
    padding: 50px 40px 80px 40px;
}
#projects .f1-img {
    width: 40%;
}
#projects .f1-txt {
    width: 60%;
}
#projects .f1-img img {
    width: 100%;
}
#projects .f2-img {
    width: 40%;
}
#projects .f2-img img {
    width: 100%;
}
#projects .f2-txt {
    width: 60%;
}

#messages .link-wrap {
    justify-content: space-around;
}
#messages .link-box {
    width: 44%;
}
#messages .link-box img {
    width: 100%;
}
#messages .link-btn {
    font-size: 1rem;
}

}/*end 1000px*/



/******************************
★ Media Queries スマフォ表示の設定(800px以下で読み込むcss)
******************************************************************************************************************************/

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

h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.4rem;
}
p {
    line-height: 2;
}
.sp_only {
    display: block;
}
.pc_only {
    display: none;
}

.sp-main {
    display: block !important;
}
.pc-main {
    display: none !important;
}
.header-logo {
    margin-left: 14px;
}
.header-logo img {
    width: 240px;
}
.sp-menu {
    right: 18px;
    top: 12px;
}
.header-entry {
    display: none;
}

.main-img {
        width: 140%;
        transform: translate(-31%, -6%);
            position: relative !important;
    }
.main-txt {
    padding: 0 30px 0 30px;
    width: auto;
    margin-top: -30px;
}
.main-txt h1 {
    font-size: 2.3rem;
    margin-bottom: 20px;
}
.main-txt p {
    font-size: 1rem;
        z-index: 5;
}

.bg-wrap img {
width: 100%;
}
.bg-wrap.bg-main-pink {
    width: 110%;
    bottom: unset;
        top: -285px;
        left: unset;
        right: -120px;
}
.bg-wrap.bg-main-purple {
    left: -120px;
    width: 50%;
    bottom: -50px;
}
.bg-wrap.bg-main-green {
    left: 185px;
    width: 30%;
}
.mbt-wrap {
    margin: 0 0 0px 5px;
}
.mbt-wrap img {
    width: 186vw;
}

#intro {
        margin-bottom: 80px;
    }


#growth .container {
    padding: 0 30px;
}
#growth .h-wrap {
    background-size: 230px;
    padding: 45px 0 0 52px;
}
#growth .h-wrap h2 {
    font-size: 1.5rem;
}

#growth .f1 {
    flex-wrap: wrap;
}
#growth .f1-img {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
        margin-bottom: 30px;
}
#growth .f1-img img {
    width: 100vw;
}
#growth .f1-txt {
    width: 100%;
}
#growth .f2-img {
    margin: 30px 0 0 0;
    text-align: right;
    z-index: 1;
}
#growth .f2-img img {
    width: 50%;
}
.bg-wrap.bg-gr-green {
    display: none;
}
.bg-wrap.bg-gr-orange {
    width: 50%;
    right: -50px;
    top: 1190px;
}

#growth .f3 {
        flex-wrap: wrap;
        margin: 30px 0 30px 0;
    }
#growth .f3-img {
    order: 1;
    width: 100%;
        margin-bottom: 30px;
}
#growth .f3-img img {
    width: 100%;
}
#growth .f3-txt {
    order: 2;
    width: 100%;
        margin: 0;
}

#growth .f4 {
    flex-wrap: wrap;
    margin: 0;
}
#growth .f4-img {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
        margin-bottom: 30px;
}
#growth .f4-img img {
 width: 100vw;
}


#peace {
    padding-top: 60px;
}
#peace .container {
    padding: 0 30px;
}
#peace .h-wrap h2 {
    font-size: 1.5rem;
    background-size: 190px;
    background-position: right 50px top 10px;
padding: 72px 0px 0; 
       margin-bottom: 20px;
}
#peace .lead-wrap p {
    text-align: left;
}
.bg-wrap.bg-pe-purple {
    bottom: unset;
    top: -200px;
    width: 33%;
    right: 24vw;
}
#peace .f1 {
    display: flex;
    flex-wrap: wrap;
}
#peace .f1-img2 {
    position: relative;
    order: 1;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
#peace .f1-img2 img {
    width: 100vw;
}
#peace .f1-txt {
        margin: 0;
        order: 2;
        width: 100%;
        padding: 30px 0 0;
        background: none;
    }
#peace .f1-img1 {
        order: 3;
        margin: 0;
        margin-left: calc(-50vw + 50%);
        padding-top: 20px;
        padding-bottom: 40px;
    }
#peace .f1-img1 img {
        width: 60vw;
    }
.bg-wrap.bg-pe-orange {
    top: 214px;
    left: -120px;
    width: 100%;
}
#peace .f2 {
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#peace .f2-img {
    width: 100%;
    margin: 0 0 30px;
}
#peace .f2-img img {
    width: 100%;
}

#peace .f3 {
    flex-wrap: wrap;
        margin-bottom: 60px;
}
#peace .f3-img {
    order: 1;
    margin: 0 0 30px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
#peace .f3-img img {
    width: 100vw;
}
#peace .f3-txt {
    width: 100%;
    order: 2;
    margin: 0;
}
.bg-wrap.bg-pe-green {
    top: unset;
    bottom: 630px;
    width: 90%;
    right: -100px;
}

#projects .white-wrap {
        padding: 50px 20px 50px;
}
#projects .h-wrap {
    text-align: left;
}
#projects .h-wrap h2 {
    background-size: 140px;
    background-position: left 10px top;
    padding: 58px 5px 0;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
#projects .lead-wrap {
    margin-bottom: 30px;
}
#projects .lead-wrap p {
    text-align: left;
    }

#projects .f1 {
    flex-wrap: wrap;
        margin-bottom: 40px;
}
#projects .f1-img {
    order: 1;
    width: 100%;
        margin-bottom: 30px;
}
#projects .f1-txt {
    order: 2;
    width: 100%;
        margin: 0;
}

#projects .f2 {
    flex-wrap: wrap;
}
#projects .f2-img {
    width: 100%;
    margin: 0 0 30px;
}
#projects .f2-txt {
    width: 100%;
}
.bg-wrap.bg-pr-green {
    z-index: -1;
}
.bg-wrap.bg-pr-purple {
    top: unset;
    bottom: -127px;
    width: 110%;
    right: -168px;
}

#messages {
    margin-bottom: 90px;
}
#messages .h-wrap h2 {
        font-size: 1.5rem;
        background-size: 100px;
        padding: 30px 0px 65px;
    }
#messages .lead-wrap {
    margin-bottom: 40px;
}
#messages .lead-wrap p {
    padding: 0 30px;
    text-align: left;
}
#messages .link-wrap {
    flex-wrap: wrap;
}
#messages .link-box {
    width: 100%;
}
#messages .link-btn {
    width: 100%;
    margin: 0;
    font-size: 1.2rem;
}
#messages .link-box.link-int {
    margin-bottom: 50px;
}

#office .h-wrap {
    width: 188px;
    height: 170px;
}
#office .h-wrap img {
    width: 130px;
    margin-top: 12px;
    margin-right: 13px;
}
#office .h-wrap h2 {
    font-size: 1rem;
    right: 17px;
    bottom: 12px;
}
#office .o-slide-wrap {
    margin-top: -100px;
}

#access .container {
    padding: 0 0px;
    flex-wrap: wrap;
}
#access .h-wrap h2 {
    font-size: 1.5rem;
    background-size: 150px;
    padding: 60px 80px 30px 3px;
}

.a-map.sp-map {
    display: block;
}
.a-map.pc-map {
    display: none;
}

#access .a-txt {
    width: 100%;
}
#access .a-txt .h-wrap {
    padding: 0 30px;
}
#access .a-map {
        width: 100vw;
        /* margin-left: calc(-50vw + 50%); */
            margin-top: 0px;
    }
#access .a-map iframe {
    width: 100vw;
}
#access .a-btm-txt {
    padding: 0 30px;
    margin-top: 30px;
}
#access .a-btm-txt p {
        font-size: 0.8rem;
        display: flex;
        width: 100%;
    }
    span.a-adress1 {
    flex-shrink: 0;
    margin-right: 12px;
}

.bg-wrap.bg-of-red {
    right: 0;
    top: 30px;
    z-index: -1;
}


    footer.zbs-footer {
        padding-top: 90px;
        overflow: visible;
    }

.header-top {
    right: 20px;
    bottom: 90px;
}

.sp-btn-entry-btm-wrap {
    display: block;
}
.btn-entry-btm-wrap {
    display: none;
}
.sp-btn-entry-btm-wrap img {
    width: 100%;
}
.sp-btn-entry-btm-wrap {
    width: 100%;
    position: fixed;
    bottom: 0;
        z-index: 110;
}
p.copyright {
    padding-bottom: 110px;
}
.bg-wrap.bg-ac-yellow {
    top: -390px;
    width: 93%;
    left: -140px;
}

}/*end 800px*/









