
@media screen and (min-width: 769px) {

  /* $$$$$$$$ */
  section .area-deco {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
  }

  section .area-deco .each {
    position: absolute;
    top: 0;
    left: 50%;
    width: 330px;
    aspect-ratio: 1/1;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0, 1, 1, 1.8);
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }

  section .area-deco .each.appear {
    transform: scale(1, 1);
  }

  /*----*/
  section .area-title {}

  section .area-title h2 {
    text-align: center;
  }

  section .area-title h2 span {
    display: block;
    letter-spacing: 0.05em;
  }

  section .area-title h2 span.n1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    padding: 0 0 15px 0;
  }

  section .area-title h2 span.n2 {
    font-size: 16px;
    font-weight: 700;
  }

  section .area-caption {
    font-size: 18px;
    font-weight: 500;
    line-height: 26.06px;
    letter-spacing: 0.08em;
    text-align: center;

  }

  .under-layer {
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }

  .subtext {
    text-align: left;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    letter-spacing: 0.1em;
    margin-top: 40px;
  }

  .under-main {
    height: 288px;
    background: var(--base-color, #F0F0F0);

  }

  .under-main .inner {
    max-width: 1100px;
    height: inherit;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
  }

  .under-main .maintitle {
    font-size: 96px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 0.05em;
    padding: 37px 0 0;
    display: block;
    width: 38%;
  }

  .under-main .maintitle .inline {
    background: linear-gradient(90deg, #2871FA 0%, #7E17CD 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
  }

  .under-main .subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.05em;
    vertical-align: top;
    margin-top: 18px;
  }

  .under-main .area-deco .each>i {
    background-image: url(../images/service/gaudi/ill_deco_about.svg);
  }

  .under-main .area-deco .each {
    margin: 78px 0 0 270px;
  }

  .under-main .area-deco {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
  }

  .under-main .area-deco .each {
    position: absolute;
    top: -39px;
    left: 43%;
    width: 330px;
    aspect-ratio: 1/1;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0, 1, 1, 1.8);
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }

  .under-main .area-deco .each.appear {
    transform: scale(1, 1);
  }

  .complete__title {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-top: 100px;
  }

  .subtext {
    text-align: left;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    letter-spacing: 0.1em;
  }

  .subtext.complete__text {
    text-align: center;
    margin-top: 60px;
  }

  #content {
    background: #F8F8F8;
  }

  section.about {}

  section.about>.inner {
    padding: 0 0 50px 0;
  }

  /*----*/
  section.about .area-deco .each {
    margin: -251px 0 0 192px;
  }

  section.about .area-deco .each>i {
    background-image: url(../images/service/gaudi/ill_deco_about.svg);
  }

  section .area-deco .each {
    width: 330px;

  }

  section .area-title h2 span.n1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    color: var(--primary-color, #0057E6);

  }

  /*----*/
  section.about .area-title {
    padding: 120px 0 55px 0;
  }


  /*----*/
  section.about .area-caption {
    padding: 0 0 55px 0;
    text-align: center;
  }

  section.about .area-caption p {
    line-height: 1.7;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }

  section.about .about-image img {
    width: 100%;
  }

  .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 130px;
  }

  .articles .article {
    width: 510px;

  }

  .article-image {
    margin-bottom: 30px;
  }

  .article-image img {
    width: 100%;
  }

  .article-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: left;
    display: block;
    margin-bottom: 22px;

  }

  .article-title .inline {
    background: linear-gradient(90deg, #2871FA 0%, #7E17CD 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
  }

  .article-desc dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3333;
    letter-spacing: 0.08em;
    text-align: left;
    margin-bottom: 14px;
  }

  .article:nth-of-type(2) .article-desc dt {
    line-height: 1.78;
    letter-spacing: 0.1em;
  }

  .article-desc dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: left;

  }

  section.faq>.inner {}

  /*----*/
  section.faq .area-deco .each {
    margin: -65px 0 0 -675px;
  }

  section.faq .area-deco .each>i {
    background-image: url(../images/service/gaudi/ill_deco_faq.svg);
  }

  /*----*/
  section.faq .area-title {
    padding: 120px 0 40px 0;
  }

  /*----*/
  section.faq .area-list {
    padding: 60px 0 90px 0;
  }

  section.faq .area-list .each {
    /* border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(0, 0, 0, 1); */
    background: var(--color-base-color, #F0F0F0);
    margin-bottom: 20px;
    border-radius: 10px;

  }

  /* section.faq .area-list .each:nth-of-type(1) {
    border-width: 1px 0 1px 0;
  } */

  section.faq .area-list .each .achead {
    position: relative;
  }

  section.faq .area-list .each .achead .skin {
    padding: 22px 40px 21px 32px;
  }

  section.faq .area-list .each .achead .note {
    position: relative;
  }

  section.faq .area-list .each .achead .note em {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: left;
    color: var(--color-primary-color, #0057E6);

  }
  section.faq .area-list .each .achead.on {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--color-primary-color, #0057E6);
  }
  section.faq .area-list .each .achead.on .note em {
    color: #fff;
  }
  section.faq .area-list .each .achead .note p {
    padding: 7px 0 0 53px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: left;
  }
  section.faq .area-list .each .achead.on .note p {
    color: #fff;
  }
  section.faq .area-list .each .achead .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  section.faq .area-list .each .achead .btn label {
    width: 100%;
    height: 100%;
  }

  section.faq .area-list .each .achead .btn b {
    position: absolute;
    right: 40px;
    top: 50%;
    width: 17px;
    height: 17px;
    margin: calc(17px / -2) 0 0 0;
  }
  section.faq .area-list .each .achead.on .btn b>i>svg {
    stroke: #fff;
  }
  section.faq .area-list .each .achead .btn b>i {
    width: 100%;
    height: 100%;
  }

  section.faq .area-list .each .achead .btn b>i.plus {
    display: block;
  }
  section.faq .area-list .each .achead.on .btn b>i.minus {
    display: none;
  }
  section.faq .area-list .each .achead.on .btn b>i.plus {
    display: none;
  }
  section.faq .area-list .each .achead.on .btn b>i.minus {
    display: block;
  }
  section.faq .area-list .each .achead .btn label.on b>i.plus {
    display: none;
  }

  section.faq .area-list .each .achead .btn label.on b>i.minus {
    display: block;
  }

  section.faq .area-list .each .achead .btn b>i>svg {
    stroke: rgba(0, 0, 0, 1);
    stroke-width: 1.3;
  }

  section.faq .area-list .each .acbody {
    display: none;
    padding: 0 50px 25px 50px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  section.faq .area-list .each .acbody .skin {
    padding: 33px 0 35px 0;
  }

  section.faq .area-list .each .acbody .note {
    position: relative;
  }

  section.faq .area-list .each .acbody .note em {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 100%;
    font-size: 32px;
    font-weight: 700;
    color: var(--basecolor-blue-01);
  }

  section.faq .area-list .each .acbody .note p {
    padding: 0 0 0 35px;
    line-height: 2;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 500; */
    letter-spacing: 0.03em;
  }
  section.faq .area-list .each .acbody .note + .image {
    margin-top: 27px;
    display: block;
    text-align: center;
  }
  /*----*/
  section.faq .area-jump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 45px 0;
    width: 860px;
    padding: 0 0 70px 0;
    margin: 0 auto 0 auto;
  }

  section.faq .area-jump .each {}

  section.faq .area-jump .each.n1 {
    width: 100%;
  }

  section.faq .area-jump .each.n2 {
    width: 410px;
  }

  section.faq .area-jump .each.n3 {
    width: 410px;
  }

  section.faq .area-jump .each .mybutton1 {
    width: 100%;
    height: 95px;
    line-height: 95px;
    text-indent: 2.5em;
    font-size: 20px;
    letter-spacing: 0.05em;
  }

  /*----*/
  section.faq .area-address {
    width: 860px;
    padding: 0 0 90px 0;
    margin: 0 auto 0 auto;
  }

  section.faq .area-address dl {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 0 0 30px 0;
  }

  section.faq .area-address dl dt {
    width: 90px;
  }

  section.faq .area-address dl dt p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--basecolor-blue-01);
  }

  section.faq .area-address dl dd {
    width: 100%;
  }

  section.faq .area-address dl dd p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  section.faq .area-address dl dd p a {
    display: inline;
    text-decoration: none;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {

/* $$$$$$$$ */
section .area-deco {
    display: none;
}
/*----*/
section .area-title {
}
section .area-title h2 {
    text-align: center;
}
section .area-title h2 span {
    display: block;
    letter-spacing: 0.08em;
}
section .area-title h2 span.n1 {
    font-size: 8.2vw;
    font-weight: 700;
    line-height: 1.4375;
}

  .under-layer {
    /* padding-top: 3.33333rem; */
    width: 23rem;
    margin: 0 auto 0;
  }

  .subtext {
    text-align: left;
    font-size: 0.93333rem;
    line-height: 1.42;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 6rem;
  }

  .subtext.complete__text {
    margin-top: 2.4rem;
  }

  .contact section.faq {
    background: none;
  }

  .under-main {
    height: 57.6923vw;
    background: var(--base-color, #F0F0F0);

  }

  .under-main .inner {
    width: 90%;
    height: inherit;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
  }

  .under-main .maintitle {
    font-size: 4.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    display: block;
    width: 86%;
    margin-top: 1.7rem;
  }

  .under-main .maintitle .inline {
    background: linear-gradient(90deg, #2871FA 0%, #7E17CD 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
  }

  .under-main .subtitle {
    font-size: 1.04rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    vertical-align: top;
    padding-top: 0.4rem;
    position: relative;
    z-index: 1;
  }

  .under-main .area-deco {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
  }

  .under-main .area-deco .each>i {
    background-image: url(../images/service/gaudi/ill_deco_about.svg);
    background-size: contain;
  }

  .under-main .area-deco .each {
    position: absolute;
    top: 8.3rem;
    left: 53%;
    width: 46.4vw;
    aspect-ratio: 1/1;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0, 1, 1, 1.8);
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }

  /* .under-main .area-deco .each.appear {
    transform: scale(1, 1);
  } */

  .complete__title {
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin: 6rem 0 0;
  }

  .subtext.complete__text {
    margin-top: 2.4rem;
  }

section.about {
}
/* section.about>.inner {
  padding: 0 0 7vw 0;
} */
/*----*/
section.about .area-title {
  padding: 21vw 0 7.4vw 0;
}
section.about .area-title h2 span {
  color: var(--basecolor-blue-01);
}
/*----*/

.articles .article {
  margin-bottom: 12.2vw;
}
.article-image {
  margin-bottom: 6.6vw;
}
.article-image img {
  width: 100%;
}
.article-title {
  font-size: 7.179vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  display: block;
  margin-bottom: 4vw;

}

.article-title .inline {
  background: linear-gradient(90deg, #2871FA 0%, #7E17CD 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.article-desc dt {
  font-size: 4.615vw;
  font-weight: 700;
  line-height: 1.72222;
  letter-spacing: 0.08em;
  text-align: left;
  margin-bottom: 2vw;
  margin-right: -1vw;
}
.article-desc dd {
  font-size: 4.1vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: left;

}
.about-image {
  width: 263.3vw;
  margin-top:9vw;
}
.about-image img {
  width: 100%;
}
/* section.faq {
  margin-top: 9.5vw;
} */
section.faq>.inner {
}
/*----*/
section.faq .area-title {
  padding: 22vw 0 6vw 0;
}
section.faq .area-title h2 span {
  color: var(--basecolor-blue-01);
}
section.faq .area-caption {
  padding: 0 0 7vw 0;
  text-align: center;
}
section.faq .area-caption p {
  line-height: 1.7;
  font-size: 4.6vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}
/*----*/
section.faq .area-list {
  padding: 0 0 16vw 0;
}
section.faq .area-list .each {
  margin-bottom: 5vw;
  border-radius: 2.3vw;
  background: #F0F0F0;
  /* border-style: solid;
  border-width: 0 0 1px 0;
  border-color: rgba(0,0,0,1); */
}
section.faq .area-list .each .achead.on {
  border-radius: 0;
  border-top-left-radius: 2.3vw;
  border-top-right-radius: 2.3vw;
  background: var(--color-primary-color, #0057E6);
}
section.faq .area-list .each .achead.on .note em {
  color: #fff;
}
section.faq .area-list .each .achead.on .note p {
  color: #fff;
}
section.faq .area-list .each .achead.on .btn b>i>svg {
  stroke: #fff;
}
section.faq .area-list .each .achead.on .btn b>i.minus {
  display: none;
}
section.faq .area-list .each .achead.on .btn b>i.plus {
  display: none;
}
section.faq .area-list .each .achead.on .btn b>i.minus {
  display: block;
}
section.faq .area-list .each .achead .btn label.on b>i.plus {
  display: none;
}

section.faq .area-list .each .achead .btn label.on b>i.minus {
  display: block;
}
section.faq .area-list .each .achead {
  position: relative;
}
section.faq .area-list .each .achead .skin {
  padding: 4.5vw 0 2.5vw 0;
}
section.faq .area-list .each .achead .note {
  position: relative;
  padding: 0 10vw 0 4vw;
  display: table;
}
section.faq .area-list .each .achead .note em {
  display: table-cell;
  vertical-align: middle;
  padding-right: 3.85vw;
  /* position: absolute;
  left: 4vw;
  top: 1vw; */
  width: 0;
  height: 0;
  font-size: 9.23vw;
  font-weight: 500;
  color: var(--basecolor-blue-01);
}
section.faq .area-list .each .achead .note p {
  line-height: 1.555556;
  font-size: 4.6vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.03em;
}
section.faq .area-list .each .achead .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.faq .area-list .each .achead .btn label {
  width: 100%;
  height: 100%;
}
section.faq .area-list .each .achead .btn b {
  position: absolute;
  right: 4vw;
  top: 52%;
  width: 5vw;
  height: 5vw;
  margin: calc(6vw / -2) 0 0 0;
}
section.faq .area-list .each .achead .btn b>i {
  width: 100%;
  height: 100%;
}
section.faq .area-list .each .achead .btn b>i.plus {
  display: block;
}
section.faq .area-list .each .achead .btn b>i.minus {
  display: none;
}
section.faq .area-list .each .achead .btn label.on b>i.plus {
  display: none;
}
section.faq .area-list .each .achead .btn label.on b>i.minus {
  display: block;
}
section.faq .area-list .each .achead .btn b>i>svg {
  stroke: rgba(0,0,0,1);
  stroke-width: 1;
}
section.faq .area-list .each .acbody {
  display: none;
  overflow: hidden;
}
section.faq .area-list .each .acbody .skin {
  padding: 7vw 0 6vw 0;
}
section.faq .area-list .each .acbody .note {
  position: relative;
}
section.faq .area-list .each .acbody .note.ex1 {
  padding: 0 0 3vw 0;
}
section.faq .area-list .each .acbody .note em {
  position: absolute;
  left: 4vw;
  top: 0;
  width: 0;
  height: 0;
  font-size: 10vw;
  font-weight: 700;
  color: var(--basecolor-blue-01);
}
section.faq .area-list .each .acbody .note p {
  padding: 0 3vw 0 4vw;
  line-height: 2;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}
section.faq .area-list .each .acbody .image {
  width: 81vw;
  margin: 3.4vw auto 0;
}
section.faq .area-list .each .acbody .image img {
  width: 100%;
}
/*----*/
section.faq .area-jump {
  width: 100%;
  padding: 0 0 13vw 0;
}
section.faq .area-jump .each {
  margin: 7vw 0 0 0;
}
section.faq .area-jump .each:nth-of-type(1) {
  margin: 0 0 0 0;
}
section.faq .area-jump .each.n1 {
  width: 100%;
}
section.faq .area-jump .each.n2 {
  width: 100%;
}
section.faq .area-jump .each.n3 {
  width: 100%;
}
section.faq .area-jump .each .mybutton1 {
  width: 100%;
  height: 19vw;
  line-height: 19vw;
  text-indent: 1.2em;
  font-size: 5vw;
  letter-spacing: 0.05em;
}
/*----*/
section.faq .area-address {
  padding: 0 0 13vw 0;
}
section.faq .area-address dl {
  padding: 0 0 6vw 0;
}
section.faq .area-address dl dt {
  padding: 0 0 2vw 0;
}
section.faq .area-address dl dt p {
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--basecolor-blue-01);
}
section.faq .area-address dl dd {
}
section.faq .area-address dl dd p {
  line-height: 1.7;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}
section.faq .area-address dl dd p a {
  display: inline;
  text-decoration: underline;
}

}

/*# sourceMappingURL=each_contact.css.map */