@charset "utf-8";
/* CSS Document */
.cate_wrap .cate:first-of-type{padding-top: 50px;}
.border-item{border-radius: 20px;overflow: hidden;
}
.bg_black_title{
    background-color: #000;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: clamp(22px, 4vw, 50px);
    font-weight: 700;
    display: inline-block;
    padding: 0 30px;
    position: absolute;
    top: 0;
    transform: translateY(-50%) translateX(-30px);
}
.about1 .section03{
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}
.about1 .section03::before,.about1 .section03::after{
    content: "";
    position: absolute;
    width: 180px;
    height: 80px;
    background-image: url(https://gocoo-horse.jp/system_panel/uploads/images/mountain.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.about1 .section03::before{
    top: 0;
    right: 0;
}
.about1 .section03::after{
    bottom: 0;
    left: 0;
}
.about1 .section03:first-of-type{
    padding-bottom: 0;
}
.about1 .section03,.about1 .brochure .contents{
    gap: 80px;
}
.about1 .section03 > div,.about1 .brochure .contents > div{
    width: calc(50% - 80px / 2);
}
.about1 .section03 .imgbox{
    position: relative;
}
.about1 .section03 .imgbox .img2{
    display: block;
    margin-right: 0;
    margin-left: auto;
    width: 50%;
    position: relative;
    z-index: 2;
    transform: translate(50px,-50px);
}
.about1 .section03 .txtimg{
    width: 40%;
    margin-right: 0;
    margin-left: auto;
}

.about1 .brochure{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EAE9E3;
}

.about1 .about1-2 .bg_black_title{
    right: 0;
    transform: translateY(-50%) translateX(30px);
}
.about2{
    position: relative;
    padding-bottom: 150px;
    padding-top: 150px;
}
.about2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(https://gocoo-horse.jp/system_panel/uploads/images/wave2.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
  transform: scaleY(-1);
}
.about2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(https://gocoo-horse.jp/system_panel/uploads/images/wave2.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.about2 > div{
  background-color: #ffe7d9;
}

.about2 .titlebox img{
    width: 44px;
    display: block;
    margin: 0 auto 15px;
}
.about2 .titlebox p{
    color: #3CA06A;
}
.about2 .boxwrap{
    gap: 50px;
}
.about2 .boxwrap .box{
    width: calc(100% / 2 - 50px / 2);
}

.about3,.about5{
    padding-top: 100px;
    padding-bottom: 100px;
}

.about4{
    width: 90%;
    background-color: #CDE4CE;
    border-radius: 0 90px 90px 0;
    padding: 100px;
}
.about4 > .flex,.about6 > div > div{
    margin-left: auto;
    margin-right: auto;
}
.about4 > .flex,.about6 .top_box > div{
    gap: 60px;
}
.about4 > .flex > div,.about6 .top_box > div > div{
    position: relative;
    width: calc(50% - 60px / 2);
}
.about4 .map{
    position: relative;
    overflow: hidden;
}
.about4 .map iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 5px);
    height: calc(100% + 5px);
}
.about4 > .flex > div > img{
    position: absolute;
    width: 130px;
    top: -20px;
    left: 50px;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.about6{
    position: relative;
    padding-bottom: 150px;
    padding-top: 150px;
}

.about6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(https://gocoo-horse.jp/system_panel/uploads/images/wave1.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
  transform: scaleY(-1);
}
.about6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(https://gocoo-horse.jp/system_panel/uploads/images/wave1.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.about6 > div{
  background-color: #EAE9E3;
}

.about6 .bottombox .boxwrap{
    gap: 30px;
    align-items: flex-start;
}

.about6 .top_box .imgbox{
      aspect-ratio: 3 / 4; 
  height: auto; 
  width: 30%; 
    min-width: 270px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
border-radius: 20px;
}
.about6 .bottombox .boxwrap .box{
    width: calc(100% / 4 - 90px / 4);

}

.about6 .bottombox .boxwrap .box .imgbox {
  aspect-ratio: 3 / 4; 
  height: auto; 
  width: 100%; 
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
border-radius: 20px;
}

.about7{max-width: 1300px;
margin-left: auto;
margin-right: auto;
}
.about7 .top_title .title{
    border-radius: 200px;
    padding: 10px 20px;
    background-color: #3CA06A;
}
.about7 .top_title .title h2{
    color: #fff;
}
.about7 .boxwrap{
    gap: 50px;
}
.about7 .boxwrap .box{
    width: calc(50% - 50px / 2);
    background-color: #fff;
    border-top: 3px solid #3CA06A;
    padding: 20px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
    .bg_black_title{
        padding: 0 20px;
    }
    .about1 .section03,.about1 .brochure .contents{
        gap: 60px;
    }
    .about1 .section03 > div,.about1 .brochure .contents > div{
        width: calc(50% - 60px / 2);
    }
    
    .about4{
        width: 95%;
        padding: 80px;
    }
    .about4 > .flex > div > img{width: 110px;}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
    .about1 .section03,.about1 .brochure .contents{
        gap: 50px;
    }
    .about1 .section03 > div,.about1 .brochure .contents > div{
        width: calc(50% - 50px / 2);
    }
    .about4 > .flex,.about6 .top_box > div{
        gap: 50px;
    }
    .about4 > .flex > div,.about6 .top_box > div > div{
        position: relative;
        width: calc(50% - 50px / 2);
    }
    .about6 .bottombox .boxwrap{
        gap: 20px;
    }
    .about6 .bottombox .boxwrap .box{
        width: calc(100% / 4 - 60px / 4);
    }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .about1 .section03,.about1 .brochure .contents{
        gap: 40px;
    }
    .about1 .section03 > div,.about1 .brochure .contents > div{
        width: 70%;
    }
    .about2 .boxwrap{
        gap: 30px;
    }
    .about2 .boxwrap .box{
        width: calc(100% / 2 - 30px / 2);
    }
    .about4{
        padding: 30px;
    }
    .about4 > .flex,.about6 .top_box > div{
        gap: 40px;
    }
    .about4 > .flex > div,.about6 .top_box > div > div{
        position: relative;
        width: 100%;
    }
    .about6 .bottombox .boxwrap{
        gap: 30px;
    }
    .about6 .bottombox .boxwrap .box{
        width: calc(100% / 2 - 30px / 2);
    }
.about7 .boxwrap{
    gap: 40px;
}
.about7 .boxwrap .box{
    width: calc(50% - 40px / 2);
    background-color: #fff;
    border-top: 3px solid #3CA06A;
}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
 .about1 .section03{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
    .about1 .section03, .about1 .brochure .contents{
        gap: 30px;
    }
   .about1 .section03::before,.about1 .section03::after{
        width: 120px;
        height: 60px;
    }
    .about1 .section03 > div,.about1 .brochure .contents > div{
        width: 100%;
    }
    .about1 .section03 .imgbox .img2{
        width: 70%;
        position: relative;
        transform: translate(-20px,-30px);
    }
     .bg_black_title{
        padding: 0 15px;
        transform: translateY(-50%) translateX(-10px);
    }
   .about1 .about1-2 .bg_black_title{
        right: 0;
        transform: translateY(-50%) translateX(10px);
    }
    .about2 .boxwrap{
        gap: 20px;
    }
    .about2 .boxwrap .box{
        width: 100%;
    }
    .about4{
        padding: 20px;
        border-radius: 0 30px 30px 0;
    }
    .about4 > .flex,.about6 .top_box > div{
        gap: 30px;
    }
    .about4 > .flex > div,.about6 .top_box > div > div{
        position: relative;
        width: 100%;
    }
.about4 > .flex > div > img{
    position: absolute;
    width: 100px;
    top: 0;
    left: 90%;
    transform: translate(-50%,-90%);
    z-index: 3;
}
    .about6 .bottombox{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about6 .bottombox .boxwrap{
        gap: 30px;
    }
    .about6 .bottombox .boxwrap .box{
        width: 100%;
    }
.about7 .boxwrap{
    gap: 30px;
}
.about7 .boxwrap .box{
    width: 100%;
    background-color: #fff;
    border-top: 3px solid #3CA06A;
    padding: 20px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

