/* CCG STYLES */

html {
  color: #333;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic W3 JIS2004, メイリオ, Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  line-height: 1.75;
  word-break: break-all;
  word-wrap: anywhere;
  position: relative;
  height: 100%;
}
body{
  margin: 0;
  padding: 0;
}
a {
  color: #333;
}
a:hover{
  opacity: 0.8;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,h6, p{
  margin: 0px;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.l-container-ccg{
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
.l-button-ccg.is-center{
  text-align: center;
}
.l-button-ccg.is-center a{
  margin-left:auto;
  margin-right: auto;
}
/*--------------------------------------PC--------------------------------------*/
._hide-pc {
  display: none;
}
._hide-sp {
  display: inline;
}
/*-------------------------------------SP---------------------------------------*/
@media screen and (max-width: 767px) {
  ._hide-pc {
    display: inline;
  }
  ._hide-sp {
    display: none;
  }
}
/*------------------------------------//-SP-------------------------------------*/
/*--------------------------------------PC--------------------------------------*/
.p-ccg__header{
  padding: 20px 0 10px;
}
.p-ccg__header-logo{
  width: 400px;
  line-height: 0;
}
/*-------------------------------------SP---------------------------------------*/
@media screen and (max-width: 767px) {
  .p-ccg__header{
    padding: 15px 0 20px;
  }
  .p-ccg__header-logo{
    text-align: center;
    width: 280px;
  }
}
/*------------------------------------//-SP-------------------------------------*/
/*--------------------------------------PC--------------------------------------*/
.p-ccg__button{
  width: 100%;
  max-width: 335px;
  height:60px;
  color:#fff;
  border-radius: 8px;
  background-color: #acc93d;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-out;
}
.p-ccg__mv{
  width: 100%;
}
.p-ccg__info{
  margin: 70px 0 125px;
}
.p-ccg__info-text{
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto 90px;
  width: 100%;
  max-width: 920px;
}
.p-ccg__feature{
  margin-bottom: 180px;
}
.p-ccg__feature-item + .p-ccg__feature-item{
  margin-top: 90px;
}
.p-ccg__feature .l-button-ccg{
  margin-top: 80px;
}
.p-ccg__intro{
  margin: 40px 0 180px;
}
.p-ccg__intro-wrap{
  /* margin-top: 60px; */
  padding: 70px 0 85px;
  background-color: #e5f5f4;
}
.p-ccg__intro-title{
  color:#fd5701;
  font-size: 24px;
  text-align: center;
}
.p-ccg__intro-list{
  display: flex;
  flex-direction: column;
  gap:30px;
  width: 100%;
  max-width: 705px;
  margin: 50px auto 0;
}
.p-ccg__intro-list__item .link, .p-ccg__intro-list__item .text{
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  background-color: #fff;
  height: 85px;
  display: flex;
  align-items: center;
  padding: 0 45px;
}
.p-ccg__intro-list__item .link{
  color:#0260fe;
  text-decoration: none;
}
/*-------------------------------------SP---------------------------------------*/
@media screen and (max-width: 767px) {
  .p-ccg__info{
    margin: 50px 0 60px;
  }
  .p-ccg__info-text{
    margin-bottom: 40px;
  }
  .p-ccg__feature{
    margin-bottom: 100px;
  }
  .p-ccg__feature-item + .p-ccg__feature-item{
    margin-top: 40px;
  }
  .p-ccg__feature .l-button-ccg{
    margin-top: 40px;
  }
  .p-ccg__intro{
    margin: 0px 0 100px;
  }
  .p-ccg__intro-wrap{
    padding: 30px 15px;
    margin: 0px -15px 0;
  }
  .p-ccg__intro-title{
    font-size: 20px;
  }
  .p-ccg__intro-list{
    margin-top: 24px;
    gap:20px;
  }
  .p-ccg__intro-list__item .link, .p-ccg__intro-list__item .text{
    padding: 0 20px;
    height: 75px;
  }
}
/*------------------------------------//-SP-------------------------------------*/
.p-ccg__pagetop{
  width: 60px;
  height:60px;
  border-radius: 50%;
  background-color: #a1b32d;
  position: fixed;
  bottom: 30px;
  right:30px;
  cursor: pointer;
  display:none;
  transition: opacity 0.3s ease-in-out;
}
.p-ccg__pagetop:hover{
  opacity: 0.8;
}
.p-ccg__pagetop::before{
  content: "";
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 5px);
}
.p-ccg__footer{
  padding: 50px 0 35px;
  background-color: #3c3c3c;
}
.p-ccg__footer-inner{
  display: flex;
  justify-content: space-between;
}
.p-ccg__footer-content{
  color:#fff;
  font-weight: 500;
}
.p-ccg__footer-content__txt01{
  font-size: 18px;
}
.p-ccg__footer-content__txt02{
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.p-ccg__footer-logo__link{
  width: 133px;
  display: block;
  line-height: 0;
}
.p-ccg__footer-copyr{
  margin-top: 45px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
/*-------------------------------------SP---------------------------------------*/
@media screen and (max-width: 767px) {
  .p-ccg__footer-inner{
    flex-direction: column-reverse;
    gap:25px;
  }
  .p-ccg__footer-logo{
    text-align: center;
  }
  .p-ccg__footer-logo__link{
    margin:0 auto;
  }
  .p-ccg__footer-content__txt02{
    margin-top: 17px;
  }
  .p-ccg__footer-content__txt02{
    margin-top: 20px;
  }
  .p-ccg__footer{
    padding-bottom: 15px;
  }
  .p-ccg__pagetop{
    bottom: 35px;
    right: 15px;
  }
}
/*------------------------------------//-SP-------------------------------------*/
