/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: 'tsukuhou';
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}

/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * KEYFRAMES
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.ideaIntro {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 320px) {
  .ideaIntro {
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro {
    margin-top: -26rem;
  }
}

.ideaIntro .sectionInner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 320px) {
  .ideaIntro .sectionInner {
    padding: 0 5% 24rem;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro .sectionInner {
    padding: 0 2.5% 31rem 10%;
  }
}

.ideaIntro .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ideaIntro .bg img {
  height: auto;
}

@media screen and (min-width: 320px) {
  .ideaIntro_gallery {
    width: 100%;
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro_gallery {
    width: 50%;
    display: block;
  }
}

.ideaIntro_gallery .img:first-child {
  margin: 0 0 32px auto;
}

@media screen and (min-width: 320px) {
  .ideaIntro_gallery .img:first-child {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro_gallery .img:first-child {
    width: 60%;
  }
}

.ideaIntro_gallery .img:last-child {
  width: 30%;
}

@media screen and (min-width: 320px) {
  .ideaIntro_gallery .img:last-child {
    margin: -7rem 0 0px 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro_gallery .img:last-child {
    margin: 0 0 0 64px;
  }
}

.ideaIntro_gallery .imgWrapper {
  padding-bottom: 100%;
  border-radius: 50%;
  background: var(--primary-color);
}

.ideaIntro_info {
  position: relative;
}

@media screen and (min-width: 320px) {
  .ideaIntro_info {
    width: 100%;
    padding: 18.5rem 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro_info {
    width: 50%;
    padding: 36rem 0 0;
  }
}

.ideaIntro_info h2 {
  display: inline-block;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .24em;
}

@media screen and (min-width: 320px) {
  .ideaIntro_info h2 {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro_info h2 {
    font-size: 3.8rem;
    margin-bottom: 32px;
  }
}

.ideaIntro_info .banner {
  display: block;
  position: absolute;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

@media screen and (min-width: 320px) {
  .ideaIntro_info .banner {
    width: 100%;
    top: 3rem;
    right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro_info .banner {
    width: 42rem;
    top: 28.5rem;
    right: 0;
  }
}

.ideaIntro_info .banner:hover {
  opacity: .6;
}

.ideaIntro_info dl, .ideaIntro_info p {
  margin: 0 auto;
  color: var(--desc-color);
}

@media screen and (min-width: 320px) {
  .ideaIntro_info dl, .ideaIntro_info p {
    width: 100%;
    line-height: 2.2;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro_info dl, .ideaIntro_info p {
    width: 100%;
    line-height: 1.64;
  }
}

.ideaIntro_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 2px rgba(0, 0, 0, 0.15);
  letter-spacing: .1em;
}

@media screen and (min-width: 320px) {
  .ideaIntro_info dl {
    font-size: 1.4rem;
    padding: 8px 0;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro_info dl {
    font-size: 2rem;
    padding: 16px 24px;
    margin-bottom: 16px;
  }
}

.ideaIntro_info dt {
  font-weight: 700;
  color: var(--font-color);
}

@media screen and (min-width: 320px) {
  .ideaIntro_info dt {
    width: 25%;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro_info dt {
    width: 25%;
  }
}

@media screen and (min-width: 320px) {
  .ideaIntro_info dd {
    width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro_info dd {
    width: 70%;
  }
}

.ideaIntro_info p {
  margin-top: 32px;
}

@media screen and (min-width: 320px) {
  .ideaIntro_info p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .ideaIntro_info p {
    font-size: 1.8rem;
  }
}

.ideaForm {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 320px) {
  .ideaForm {
    padding: 64px 5% 128px;
    margin-top: -20rem;
  }
}

@media screen and (min-width: 1025px) {
  .ideaForm {
    padding: 176px 10% 128px;
    margin-top: -40rem;
  }
}

.ideaForm::before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 50%;
  background: var(--tertiary-color);
}

@media screen and (min-width: 320px) {
  .ideaForm::before {
    width: 500vw;
    height: 500vw;
    left: -200vw;
  }
}

@media screen and (min-width: 1025px) {
  .ideaForm::before {
    width: 300vw;
    height: 300vw;
    left: -100vw;
  }
}

.ideaForm .sectionInner {
  position: relative;
  z-index: 1;
}

.formTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.formTitle .titleEn, .formTitle .titleJa {
  display: inline-block;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 320px) {
  .formTitle .titleEn {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .formTitle .titleEn {
    font-size: 1.8rem;
  }
}

.formTitle .titleJa {
  letter-spacing: .24em;
}

@media screen and (min-width: 320px) {
  .formTitle .titleJa {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .formTitle .titleJa {
    font-size: 3.8rem;
    margin-bottom: 32px;
  }
}

.formTitle p {
  color: var(--desc-color);
}

@media screen and (min-width: 320px) {
  .formTitle p {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}

@media screen and (min-width: 1025px) {
  .formTitle p {
    font-size: 2rem;
    line-height: 1.64;
  }
}

@media screen and (min-width: 320px) {
  .formBody {
    padding: 48px 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .formBody {
    padding: 72px 12.5% 0;
  }
}

.formBody dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.formBody dt {
  letter-spacing: .08em;
}

@media screen and (min-width: 320px) {
  .formBody dt {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1025px) {
  .formBody dt {
    width: 30%;
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.formBody dt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.formBody dt span {
  line-height: 1;
  background: var(--base-color);
  color: var(--primary-color);
  border-radius: 8px;
  letter-spacing: .14em;
  font-weight: 700;
  font-size: 85%;
}

@media screen and (min-width: 320px) {
  .formBody dt span {
    padding: 8px 16px;
  }
}

@media screen and (min-width: 1025px) {
  .formBody dt span {
    padding: 8px 16px;
  }
}

.formBody dd {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .formBody dd {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .formBody dd {
    width: calc(70% - 16px);
  }
}

.formBody dd p, .formBody dd span {
  display: block;
  width: 100%;
}

.formBody dd input, .formBody dd textarea {
  display: block;
  width: 100%;
  background: var(--base-color);
}

@media screen and (min-width: 320px) {
  .formBody dd input, .formBody dd textarea {
    padding: 8px 16px;
    border-radius: 8px;
  }
}

@media screen and (min-width: 1025px) {
  .formBody dd input, .formBody dd textarea {
    padding: 16px 32px;
    border-radius: 16px;
  }
}

.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.submit input {
  display: block;
  background: var(--primary-color);
  color: var(--base-color);
  font-weight: 700;
  border-radius: 100px;
}

@media screen and (min-width: 320px) {
  .submit input {
    font-size: 1.6rem;
    padding: 16px 64px;
  }
}

@media screen and (min-width: 1025px) {
  .submit input {
    font-size: 2.6rem;
    padding: 24px 96px;
  }
}

.wpcf7-response-output {
  font-size: 1.8rem;
}
/*# sourceMappingURL=idea.css.map */