@charset "UTF-8";

.u-hidden-pc {
  display: none;
}

.u-hidden-sp {
  display: block;
}

@media (max-width: 768px) {
  .u-hidden-pc {
    display: block;
  }

  .u-hidden-sp {
    display: none;
  }
}

.l-customize-inner {
  margin: auto;
  width: 155rem;
  max-width: 100%;
  padding: 0 8rem;
}

@media (max-width: 768px) {
  .l-customize-inner {
    margin: auto;
    width: 90%;
    padding: 4vw 4vw;
  }
}

.page-support__fv-left-btn-content {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 6.2rem;
  padding: 1.6rem 5rem;
  overflow: hidden;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #1C1C1C;
  background-color: #FDFA9A;
  border-radius: 30px;
  box-shadow: 3px 3px 3px rgb(0, 0, 0, .2);
}

@media (max-width: 768px) {
  .page-support__fv-left-btn-content {
    min-height: 3.8rem;
    padding: 1rem 3rem;
    font-size: 1.2rem;
  }
}


/*共通*/


.page-customize__fv {
  padding: 9rem 0;
  text-align: center;
}

.page-customize__fv-subttl {
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
}

.page-customize__fv-ttl {
  margin-top: 3rem;
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.page-customize__fv-text {
  text-align: center;
  margin-top: 3rem;
  font-size: 2.5rem;
}

.page-customize__fv-btn {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .page-customize__fv {
    padding: 7rem 0;
  }

  .page-customize__fv-subttl {
    font-size: 2.2rem;
  }

  .page-customize__fv-ttl {
    font-size: 2.8rem;
    margin-top: 2rem;
  }

  .page-customize__fv-text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

/*page-customize__reason*/

.page-customize__reason {
  padding: 21rem 0 6rem 0;
  text-align: center;
}

.page-customize__reason-ttl {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.page-customize__reason-list {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}

.page-customize__reason-list-item {
  width: 23%;
  border-radius: 0 30px 0 30px;
  box-shadow: 0px 0px 40px rgb(0, 0, 0, .1);
  padding: 3.3rem 2.2rem;
  position: relative;
  min-height: 34rem;
}

.page-customize__reason-list-item-ttl {
  text-align: center;
  font-size: 3.1rem;
  font-weight: bold;
  padding: 2.5rem 0;
  display: inline-block;
  border-top: 5px solid;
}

.page-customize__reason-list-item-number {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 10rem;
  font-weight: bold;
  color: #FDF878;
  z-index: -1;
  text-shadow: 1px 1px 3px rgb(0, 0, 0, .16);
}

.page-customize__reason-list-item-text {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}

@media (max-width: 768px) {
  .page-customize__reason {
    padding: 0rem 0 4rem 0;
  }

  .page-customize__reason-ttl {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .page-customize__reason-list {
    margin-top: 3rem;
    flex-direction: column;
    gap: 3rem;
  }

  .page-customize__reason-list-item {
    width: 100%;
    min-height: 27rem;
  }

  .page-customize__reason-list-item-ttl {
    padding: 1rem 0;
    font-size: 2rem;
  }

  .page-customize__reason-list-item-number{
    top: 55%;
    font-size: 7rem;
  }
}

/*page-customize__index02*/

.page-customize__index02 {
  text-align: center;
  background-color: #F6F7F7;
  padding: 8.5rem 0 6.5rem 0;
}

.page-customize__index02-ttl {
  font-size: 3rem;
  font-weight: bold;
}

.page-customize__index02-list {
  display: flex;
  justify-content: space-between;
  margin-top: 8.5rem;
}

.page-customize__index02-list-item img {
  max-width: 10rem;
}

.page-customize__index02-list-item.--ver02 img{
  max-width: 16.5rem;
}

.page-customize__index02-list-item-text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 5rem;
}

.page-customize__index02-text {
  text-align: center;
  font-size: 2rem;
  margin-top: 6.8rem;
}

@media (max-width: 768px) {
  .page-customize__index02 {
    padding: 4rem 0;
  }

  .page-customize__index02-ttl {
    font-size: 2.5rem;
  }

  .page-customize__index02-list {
    margin-top: 4rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
  }

  .page-customize__index02-list-item{
    width: 42%;
  }

  .page-customize__index02-list-item-text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1rem;
  }

  .page-customize__index02-text {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 4rem;
  }

  .page-customize__index02-list-item img{
    max-width: 6rem;
  }

  .page-customize__index02-list-item.--ver02 img{
    max-width: 9.7rem;
  }

}


/*page-customize__study*/

.page-customize__study {
  text-align: center;
  padding: 14rem 0 0 0;
}

.page-customize__study-ttl {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.page-customize__study-container {
  padding: 0 5.5rem 4rem 5.5rem;
  border-radius: 0 30px 0 30px;
  border: 16px solid #FFFCA7;
  box-shadow: 8px 8px 30px rgb(0, 0, 0, .2);
  margin-top: 5.6rem;
}

.page-customize__study-container-ttl {
  font-weight: bold;
  text-align: left;
  font-size: 2.5rem;
  margin-top: 3rem;
  letter-spacing: .1em;
}

.page-customize__study-container-text {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-customize__study-container-box {
  display: flex;
  gap: 6rem;
  padding: 3rem 0 8rem 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.page-customize__study-container-box-content.--flex01 {
  flex: 1;
}

.page-customize__study-container-box-content-text {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  line-height: 2.6666;
}

.page-customize__study-container-box-content-text.--bold {
  font-weight: bold;
}

.page-customize__study-container-box-content-ttl {
  font-size: 2rem;
  background-color: #888989;
  color: #fff;
  max-width: 17.4rem;
  text-align: center;
  border-radius: 0 30px 0 0;
  font-weight: bold;
}

.page-customize__study-container-image {
  max-width: 109rem;
  margin: auto;
  margin-top: 5rem;
}

.page-customize__study-container-btn {
  margin-top: 3rem;
}

.page-customize__study-container-btn a {
  font-size: 1.3rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .16);
  padding: .9rem 5rem;
  min-height: auto !important;
}

@media (max-width: 768px) {

  .page-customize__study{
    padding: 4rem 0;
  }

  .page-customize__study-ttl{
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .page-customize__study-container{
    margin-top: 4rem;
    border: 8px solid #FFFCA7;
    padding: 0 2rem 2rem 2rem;
  }

  .page-customize__study-container-ttl {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  .page-customize__study-container-text{
    font-size: 1.4rem;
  }

  .page-customize__study-container-box{
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 0;
  }

  .page-customize__study-container-box-content-text{
    font-size: 1.4rem;
  }

  .page-customize__study-container-box-content-ttl{
    font-size: 1.8rem;
    max-width: 14.4rem;
  }

  .page-customize__study-container-btn a{
    font-size: 1.2rem;
    width: 100%;
  }

  .slideText{
    margin-top: 2rem;
    text-align: center;
    font-weight: bold;
  }

  .animation{
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
  }
  
  .keyframe6 {
    animation-name: poyopoyo;
  }
  
  @keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
  }

  .page-customize__study-container-image{
    margin-top: 2rem;
    overflow-x: scroll;
  }

  .page-customize__study-container-image img{
    max-width: 60rem;
    margin-right: calc(50% - 50vw);
  }
}


/*page-customize__zisseki*/

.page-customize__zisseki {
  padding: 14rem 0 0 0;
  text-align: center;
}

.page-customize__zisseki-ttl {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.page-customize__zisseki-text {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

.page-customize__zisseki-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.75rem 0;
  margin-top: 6rem;
}

.page-customize__zisseki-list-item {
  width: 32%;
  background-color: #F5F5F5;
  border-radius: 0 30px 0 30px;
  padding: 3rem 6rem;
}

.page-customize__zisseki-list-item-image {
  max-width: 100%;
  margin: auto;
}

.page-customize__zisseki-list-item-ttl {
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
}

.page-customize__zisseki-list-item-text {
  font-size: 1.5rem;
  margin-top: 2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .page-customize__zisseki{
    padding: 4rem 0 0 0;
  }

  .page-customize__zisseki-ttl{
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .page-customize__zisseki-text{
    margin-top: 2rem;
    font-size: 1.6rem;
  }

  .page-customize__zisseki-list{
    margin-top: 4rem;
    flex-wrap: wrap;
  }

  .page-customize__zisseki-list-item{
    width: 48%;
    padding: 2rem;
  }

  .page-customize__zisseki-list-item-ttl{
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .page-customize__zisseki-list-item-text{
    font-size: 1.2rem;
  }
}

/*page-customize__flow*/

.page-customize__flow {
  text-align: center;
  padding: 14rem 0 0 0;
}

.page-customize__flow-ttl {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.page-customize__flow-text {
  text-align: center;
  font-size: 2rem;
  margin-top: 4rem;
  line-height: 2.3;
}

.page-customize__flow-image {
  max-width: 90%;
  margin: auto;
  margin-top: 8rem;
}

.page-customize__flow-btn {
  margin-top: 6.8rem;
}

@media (max-width: 768px) {
  .page-customize__flow{
    padding: 8rem 0 0 0;
  }

  .page-customize__flow-ttl{
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .page-customize__flow-text{
    margin-top: 2rem;
    font-size: 1.6rem;
  }

  .page-customize__flow-image{
    margin-top: 4rem;
    max-width: 100%;
    overflow-x: scroll;
  }

  .page-customize__flow-image img{
    max-width: 60rem;
    margin-right: calc(50% - 50vw);
  }

  .page-customize__flow-btn{
    margin-top: 4rem;
  }
}

/*page-customize__api*/

.page-customize__api {
  text-align: center;
  padding: 14rem 0 0 0;
}

.page-customize__api-ttl {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.page-customize__api-text {
  font-size: 2rem;
  text-align: center;
  line-height: 2.3;
  margin-top: 4rem;
}

.page-customize__api-tag {
  margin-top: 10rem;
  text-align: center;
  display: inline-block;
  padding: 1rem 6rem;
  border-radius: 10px;
  border: 1px solid;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: bold;
}

.page-customize__api-image {
  max-width: 109rem;
  margin: auto;
  margin-top: 3.3rem;
}

.page-customize__api-tyusyaku {
  font-size: 1.2rem;
  text-align: center;
  margin-left: 20%;
}

.page-customize__api-btn {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .page-customize__api{
    padding: 8rem 0 0 0;
  }

  .page-customize__api-ttl{
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .page-customize__api-text{
    margin-top: 2rem;
    font-size: 1.6rem;
  }

  .page-customize__api-tag {
    margin-top: 4rem;
    padding: 1rem 3rem;
    font-size: 1.6rem;
  }

  .page-customize__api-image{
    margin-top: 2rem;
    overflow-x: scroll;
  }

  .page-customize__api-image img{
    max-width: 60rem;
    margin-right: calc(50% - 50vw);
  }

  .page-customize__api-tyusyaku {
    font-size: 1rem;
    text-align: left;
    margin-left: 0;
}
}