@charset "UTF-8";
.white-box {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .white-box.list {
    background: rgba(255, 255, 255, 0.9);
    padding: 70px 100px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .white-box.list {
    padding: 50px 40px;
  }
}
.white-box:not(.list) {
  background: rgba(255, 255, 255, 0.9);
  padding: 70px 150px;
  border-radius: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .white-box:not(.list) {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .white-box:not(.list) {
    padding: 35px 20px;
  }
}
.white-box.pt0 {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  #container.single {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  #container.single .white-box {
    padding-left: 0;
    padding-right: 0;
  }
}
#container #mv-contents {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  #container #mv-contents {
    padding-bottom: 7.5vw;
  }
}

#wrapper {
  padding-bottom: 50px;
}

.mv-title {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .mv-title {
    height: 53.5vw;
  }
}
.mv-title .ttl {
  position: relative;
  z-index: 2;
}
.mv-title .ttl span {
  display: block;
  overflow: hidden;
}
.mv-title .ttl span em {
  display: inline-block;
  transition: all 1s;
}
.mv-title .ttl span.t01 {
  color: #AA965C;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mv-title .ttl span.t01 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-title .ttl span.t01 {
    font-size: 10.6666666667vw;
  }
}
.mv-title .ttl span.t01 em {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
}
.mv-title .ttl span.t02 {
  font-weight: 400;
  color: #fff;
  margin: 5px 0 0;
}
@media screen and (min-width: 768px) {
  .mv-title .ttl span.t02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-title .ttl span.t02 {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mv-title .ttl span.t02 {
    font-size: 2rem;
  }
}
.mv-title.min {
  height: 17.8rem;
}
@media screen and (max-width: 767px) {
  .mv-title.min {
    height: 32vw;
  }
}
@media screen and (min-width: 768px) {
  .mv-title.min span.t01 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-title.min span.t01 {
    font-size: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .mv-title.min span.t02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-title.min span.t02 {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .mv-title.min span.t02 {
    font-size: 2rem;
  }
}
.mv-title::before {
  content: "";
  display: block;
  background-image: url(./../images/common/bg_title.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 1.3s;
  transition-delay: 0.5s;
}
.mv-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.82);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.mv-title.scroll-action .ttl span em {
  transform: translateY(-100%);
}
.mv-title.scroll-action .ttl span.t02 em {
  transform: translateY(100%);
}
.mv-title.scroll-action::before {
  opacity: 0;
}
.mv-title.scroll-action.action_on .ttl span em {
  transform: translateY(0);
}
.mv-title.scroll-action.action_on::before {
  opacity: 1;
}

.large-title {
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .large-title {
    margin: 0 0 20px;
  }
}
.large-title span {
  display: block;
  line-height: 1;
}
.large-title span.t01 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .large-title span.t01 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .large-title span.t01 {
    font-size: 10.6666666667vw;
  }
}
.large-title span.t01 + .t02 {
  margin: 5px 0 0;
}
.large-title span.t02 {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .large-title span.t02 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .large-title span.t02 {
    font-size: 4vw;
  }
}

.title-normal {
  text-align: center;
  margin: 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .title-normal {
    margin: 0 0 10vw;
  }
}
.title-normal span {
  display: block;
  line-height: 1;
}
.title-normal .t01 {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  color: #AA965C;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .title-normal .t01 {
    font-size: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .title-normal .t01 {
    font-size: 13.3333333333vw;
  }
}
.title-normal .t02 {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  margin: 3.5rem 0 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .title-normal .t02 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .title-normal .t02 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .title-normal .t02 {
    margin: 5vw 0 0;
  }
}
.title-normal + .normal-lead.center {
  margin: -3.5rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .title-normal + .normal-lead.center {
    margin: -4.2vw 0 6.5vw;
  }
}

.title-in {
  text-align: center;
  position: relative;
  z-index: 1;
  top: -2rem;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .title-in {
    top: -3vw;
  }
}
.title-in span {
  line-height: 1;
  display: block;
  position: relative;
  z-index: 1;
}
.title-in span i {
  line-height: 1;
  display: inline-block;
  position: relative;
  font-style: italic;
}
.title-in .text-in {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  color: #AA965C;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .title-in .text-in {
    font-size: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .title-in .text-in {
    font-size: 20vw;
  }
}
.title-in .text-in i:not(:first-child) {
  display: none;
}

.robot-title {
  position: relative;
  z-index: 0;
}
.robot-title + .white-box {
  position: relative;
  z-index: 1;
}
.robot-title span {
  display: block;
}
.robot-title span.t01 {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  letter-spacing: 0.03em;
  filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 768px) {
  .robot-title span.t01 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .robot-title span.t01 {
    font-size: 10.6666666667vw;
  }
}
.robot-title span.t01.gold {
  color: #AA965C;
}
.robot-title span.t02 {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  line-height: 1;
  margin: 0px 0 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .robot-title span.t02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .robot-title span.t02 {
    font-size: 2.6666666667vw;
  }
}
.robot-title::after {
  content: "";
  background: #AA965C;
  width: 100%;
  border-radius: 164px;
  position: absolute;
  top: -7rem;
  left: -11.5rem;
  z-index: -1;
  display: block;
  aspect-ratio: 1/1;
  transition: all 3s !important;
}
@media screen and (min-width: 768px) {
  .robot-title::after {
    max-width: 25.2rem;
  }
}
@media screen and (max-width: 767px) {
  .robot-title::after {
    width: 33.5vw;
    top: -10vw;
    left: -10vw;
  }
}
.robot-title.center {
  text-align: center;
  position: relative;
  top: -5.5rem;
  margin: 0px 0 -5.5rem;
}
@media screen and (max-width: 767px) {
  .robot-title.center {
    top: -6vw;
    margin: 0px 0 -6vw;
  }
}
.robot-title.center span.t02 {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .robot-title.center span.t02 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .robot-title.center span.t02 {
    font-size: 3.2vw;
  }
}
.robot-title.center::after {
  display: none;
}
.robot-title.dec-none::after {
  display: none;
}
.robot-title.dec-black::after {
  background: #333;
}
.robot-title.right {
  text-align: right;
}
.robot-title.right::after {
  right: -11.5rem;
  left: auto;
}
@media screen and (max-width: 767px) {
  .robot-title.right::after {
    right: -3.5rem;
  }
}
.robot-title.right.action_on::after {
  right: 98.5rem;
}
@media screen and (max-width: 767px) {
  .robot-title.right.action_on::after {
    right: calc(78vw - 20px);
  }
}
.robot-title:not(.right).action_on::after {
  left: 98.5rem;
}
@media screen and (max-width: 767px) {
  .robot-title:not(.right).action_on::after {
    left: calc(78vw - 20px);
  }
}

.normal-title {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
  line-height: 1.5;
  margin: 6.5rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .normal-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .normal-title {
    font-size: 4.6666666667vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .normal-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .normal-title {
    margin: 9vw 0 5vw;
  }
}
.normal-lead {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  line-height: 2;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .normal-lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .normal-lead {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .normal-lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .normal-lead {
    line-height: 1.8;
  }
}
.normal-lead + .normal-lead {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .normal-lead + .normal-lead {
    margin-top: 4vw;
  }
}
.normal-lead.right {
  text-align: right;
}
.normal-lead.center {
  text-align: center;
}
.normal-lead.l18 {
  line-height: 1.8;
}

.btn-outer {
  text-align: center;
}
.btn-outer a {
  display: inline-block;
  width: 30rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  background: #191718;
  border-radius: 5px;
  margin: 5rem auto 0;
  position: relative;
  padding: 0 2rem;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
}
@media screen and (min-width: 768px) {
  .btn-outer a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-outer a {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .btn-outer a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-outer a {
    width: 40vw;
    height: 9.2vw;
    margin: 6vw auto 0;
  }
}
.btn-outer a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn-outer a::after {
    width: 0.6rem;
    height: 0.6rem;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 15px;
  }
}

.head-lead {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .head-lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .head-lead {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .head-lead {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .head-lead {
    text-align: center;
  }
}

.shihenkei-ttl {
  display: inline-block;
  position: relative;
}
.shihenkei-ttl em {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  position: relative;
  z-index: 1;
  color: #fff;
  width: 30rem;
  height: 5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .shihenkei-ttl em {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .shihenkei-ttl em {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .shihenkei-ttl em {
    height: 6.5vw;
    width: 42vw;
    line-height: 1.5;
  }
}
.shihenkei-ttl::after {
  transform: skewX(-10deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #191718;
}

.crc-dec {
  content: "";
  background: #AA965C;
  width: 100%;
  border-radius: 164px;
  position: absolute;
  top: -11rem;
  left: -9.5rem;
  z-index: 0;
  display: block;
  aspect-ratio: 1/1;
  transition: all 3s !important;
}
@media screen and (min-width: 768px) {
  .crc-dec {
    max-width: 25.2rem;
  }
}
@media screen and (max-width: 767px) {
  .crc-dec {
    width: 33.5vw;
    top: -11vw;
    left: -13vw;
  }
}
.crc-dec.action_on {
  left: 98.5rem;
}
@media screen and (max-width: 767px) {
  .crc-dec.action_on {
    left: 78vw;
  }
}

/*
.img-grid-box {

    ul {

        @include grid(3);

        li {

            position: relative;

            figure {

                display: block;
                position: relative;

                figcaption {

                    line-height: 1;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    z-index: 2;
                    transform: translateY(-50%) translateX(-50%);
                    color: #ccc;
                    @include Roboto(600);
                    font-style: italic;
                    width: 100%;
                    text-align: center;
                    @include vw(50,)

                }

            }

        }

    }

}
*/
.dl-contents {
  margin: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .dl-contents {
    display: grid;
    grid-template-columns: max-content 1fr;
  }
}
@media screen and (max-width: 767px) {
  .dl-contents {
    margin: 1.5rem 0 0;
  }
}
.dl-contents dl {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .dl-contents dl {
    display: contents;
  }
}
.dl-contents dl dt,
.dl-contents dl dd {
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .dl-contents dl dt,
  .dl-contents dl dd {
    padding: 22px 10px;
  }
}
.dl-contents dl dt {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .dl-contents dl dt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .dl-contents dl dt {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .dl-contents dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .dl-contents dl dt {
    padding: 15px 0 0;
  }
}
.dl-contents dl dd {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .dl-contents dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .dl-contents dl dd {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .dl-contents dl dd {
    padding-left: 14%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .dl-contents dl dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .dl-contents dl dd {
    border-top: none;
    padding: 5px 0 15px;
  }
}
.dl-contents dl dd ol {
  margin: 0 0 1.5em;
}
.dl-contents dl dd ol li {
  position: relative;
  padding-left: 1em;
}
.dl-contents dl dd ol li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .blog-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .blog-flex {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .blog-flex .blog-list-inner {
    width: 73%;
    padding-top: 3.6em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .blog-flex .blog-list-inner {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-flex .blog-list-inner {
    background: #fff;
    padding: 9vw 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .blog-flex .blog-list-inner .large-title {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 768px) {
  .blog-flex .category-outer {
    width: 27%;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .blog-flex .category-outer {
    width: 75%;
    padding-left: 0px;
    margin: 75px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-flex .category-outer {
    margin-top: 22px;
    background: #fff;
    padding: 15px 20px 22px;
    border-radius: 10px;
  }
}
.blog-flex .category-outer .ttl {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  color: #666;
  padding: 0 0 9px;
}
@media screen and (min-width: 768px) {
  .blog-flex .category-outer .ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-flex .category-outer .ttl {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-flex .category-outer .ttl {
    text-align: center;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .blog-flex .category-outer .category-inner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .blog-flex .category-outer .category-inner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
}
.blog-flex .category-outer .category-inner ul li {
  border-bottom: 1px solid #707070;
}
.blog-flex .category-outer .category-inner ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}
@media screen and (max-width: 767px) {
  .blog-flex .category-outer .category-inner ul li a {
    padding: 11px 15px;
  }
}
.blog-flex .category-outer .category-inner ul li a span {
  display: block;
}
.blog-flex .category-outer .category-inner ul li a span.t01 {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  color: #666;
}
@media screen and (min-width: 768px) {
  .blog-flex .category-outer .category-inner ul li a span.t01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-flex .category-outer .category-inner ul li a span.t01 {
    font-size: 3.2vw;
  }
}
.blog-flex .category-outer .category-inner ul li a span.t02 {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .blog-flex .category-outer .category-inner ul li a span.t02 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-flex .category-outer .category-inner ul li a span.t02 {
    font-size: 1.8666666667vw;
  }
}
.blog-flex .category-outer .category-inner ul li:first-child a {
  border-top: 1px solid #707070;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .blog-flex .category-outer .category-inner ul li:nth-child(2) a {
    border-top: 1px solid #707070;
  }
}
@media screen and (max-width: 767px) {
  .blog-flex .category-outer .category-inner ul li:nth-child(2) a {
    border-top: 1px solid #707070;
  }
}
.blog-flex .category-outer#news_color ul li.news a span.t01,
.blog-flex .category-outer#news_color ul li.news a span.t02 {
  color: #AA965C !important;
}
.blog-flex .category-outer#project_color ul li.project a span.t01,
.blog-flex .category-outer#project_color ul li.project a span.t02 {
  color: #AA965C !important;
}

.blog-list-inner ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 20px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .blog-list-inner ul li a {
    padding: 13px 0px;
  }
}
.blog-list-inner ul li a .front-body {
  width: 27%;
}
@media screen and (min-width: 768px) {
  .blog-list-inner ul li a .front-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 200px;
  }
}
.blog-list-inner ul li a .front-body .category {
  line-height: 1;
  width: 89px;
  color: #fff;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  background: #AA965C;
  border-radius: 10px;
  display: block;
  padding: 5px 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blog-list-inner ul li a .front-body .category {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-list-inner ul li a .front-body .category {
    font-size: 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-list-inner ul li a .front-body .category {
    width: 12vw;
    border-radius: 5px;
    padding: 4px 3px 2px;
  }
}
.blog-list-inner ul li a .front-body .date {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .blog-list-inner ul li a .front-body .date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-list-inner ul li a .front-body .date {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .blog-list-inner ul li a .front-body .date {
    width: calc(100% - 89px);
    text-align: right;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .blog-list-inner ul li a .front-body .date {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-list-inner ul li a .front-body .date {
    margin-top: 8px;
    display: block;
  }
}
.blog-list-inner ul li a > .title {
  width: 73%;
  padding: 1px 0 0 27px;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .blog-list-inner ul li a > .title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-list-inner ul li a > .title {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .blog-list-inner ul li a > .title {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .blog-list-inner ul li a > .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-list-inner ul li a > .title {
    padding: 0px 0 0 10px;
    line-height: 1.8;
  }
}
.blog-list-inner ul li:first-child a {
  border-top: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .blog-detail .news_box {
    padding: 0 14%;
  }
}
.blog-detail .blog-front {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .blog-detail .blog-front {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .blog-front {
    margin: 0 0 30px;
  }
}
.blog-detail .blog-front .date-area .detail_date {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .blog-detail .blog-front .date-area .detail_date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .blog-front .date-area .detail_date {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .blog-detail .blog-front .date-area .detail_date {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .blog-front .date-area .detail_date {
    padding: 0.7em 0 0 1em;
  }
}
.blog-detail .cat_date_flex .news_category {
  line-height: 1;
  width: 89px;
  color: #fff;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  background: #AA965C;
  border-radius: 5px;
  display: block;
  padding: 5px 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blog-detail .cat_date_flex .news_category {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .cat_date_flex .news_category {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .blog-detail .cat_date_flex .news_category {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .cat_date_flex .news_category {
    width: 20vw;
    padding: 5px 3px 3px;
    border-radius: 3px;
  }
}
.blog-detail .detail_title {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .blog-detail .detail_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .detail_title {
    font-size: 4.6666666667vw;
  }
}
.blog-detail .detail_body {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .blog-detail .detail_body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .detail_body {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .blog-detail .detail_body {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .blog-detail .detail_body {
    padding-top: 30px;
  }
}
.blog-detail .detail_body > p,
.blog-detail .detail_body > figure {
  margin-top: 2.5em;
}
.blog-detail .link_btn {
  text-align: center;
}
.blog-detail .link_btn a {
  width: 30rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 600;
  background: #191718;
  border-radius: 5px;
  margin: 5rem auto 0;
  position: relative;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .blog-detail .link_btn a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .link_btn a {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .blog-detail .link_btn a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .link_btn a {
    border-radius: 3px;
    width: 40vw;
    height: 9.2vw;
    margin: 6vw auto 0;
  }
}
.blog-detail .link_btn a::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.8rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/common/icon_arrow_dw.png);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .blog-detail .link_btn a::after {
    right: 10px;
    width: 2vw;
    height: 3vw;
  }
}

.loop-slide-outer {
  position: relative;
}
.loop-slide-outer .float-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.loop-slide-outer .float-title span {
  display: block;
  text-align: center;
}
.loop-slide-outer .float-title span em {
  color: #fff;
  line-height: 1;
}
.loop-slide-outer .float-title .t01 em {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .loop-slide-outer .float-title .t01 em {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .loop-slide-outer .float-title .t01 em {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .loop-slide-outer .float-title .t01 + .t02 {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .loop-slide-outer .float-title .t02 em {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .loop-slide-outer .float-title .t02 em {
    font-size: 4vw;
  }
}
.loop-slide-outer .swiper-wrapper {
  transition-timing-function: linear;
}
.loop-slide-outer .swiper-wrapper .swiper-slide {
  line-height: 0;
}
.loop-slide-outer .swiper-wrapper .swiper-slide .img-inner {
  position: relative;
}
.loop-slide-outer .swiper-wrapper .swiper-slide .img-inner::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.loop-slide-outer .fl-txt {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #ccc;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .loop-slide-outer .fl-txt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .loop-slide-outer .fl-txt {
    font-size: 5.3333333333vw;
  }
}
.loop-slide-outer .fl-txt.white {
  color: #fff;
}

.webpage-home .contents-wrap {
  padding-top: 0 !important;
}
.webpage-home #header-body {
  background: none;
}
.webpage-home #header-body #head-logo {
  opacity: 0;
  visibility: hidden;
}

#wrapper.index #mv-index {
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  #wrapper.index #mv-index {
    padding: 0 3.8rem 0 0;
    height: 100lvh;
  }
}
@media screen and (min-width: 1001px) {
  #wrapper.index #mv-index picture img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
    height: 100lvh;
  }
}
#wrapper.index #mv-index .mv-index-body {
  position: relative;
}
#wrapper.index .blog-list-inner {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  #wrapper.index .blog-list-inner {
    margin: 6.5vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.index #archive-list .robot-title span.t02 {
    margin: 1.4vw 0 0;
  }
}
#wrapper.index #about {
  position: relative;
  padding-bottom: 0;
  background: linear-gradient(90deg, rgb(172, 153, 96) 0%, rgb(208, 197, 164) 50%, rgb(243, 239, 230) 100%);
}
@media screen and (max-width: 767px) {
  #wrapper.index #about {
    padding: 19vw 0 25vw;
  }
}
@media screen and (min-width: 1470px) {
  #wrapper.index #about .robot-title {
    margin-right: -50vw;
  }
}
#wrapper.index #about .robot-title .t01 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper.index #about .robot-title .t01 {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1470px) {
  #wrapper.index #about .robot-title .t01 .tab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.index #about .normal-title {
    font-size: 2.2rem;
    margin: 9rem 0 2.5rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #wrapper.index #about .normal-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.index #about .text-in {
    padding-right: 40vw;
  }
}
#wrapper.index #about .text-in .btn-outer .btn {
  margin-left: 0;
}
#wrapper.index #about .c-body-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #wrapper.index #about .c-body-inner {
    min-height: 103.8rem;
  }
}
#wrapper.index #about .c-body-inner .c-inner {
  position: relative;
  z-index: 2;
}
#wrapper.index #about .c-body-inner #float-logo {
  display: block;
  position: absolute;
  top: 0;
  right: -26rem;
  width: 73.6rem;
  height: 100%;
  background-image: url(./../images/index/dec_logo.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transform: translateX(150%);
  transition: all 2.7s;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #wrapper.index #about .c-body-inner #float-logo {
    right: -10rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.index #about .c-body-inner #float-logo {
    margin: -19vw 0 0;
    height: calc(100% + 44vw);
    width: 105vw;
    right: -50vw;
  }
}
#wrapper.index #about .c-body-inner #float-logo.action_on {
  /*
  transform: scale(1);
  animation: vibe .5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  */
  opacity: 0.7;
  transform: translateX(0);
}
#wrapper.index #services {
  padding-top: 23rem;
}
@media screen and (min-width: 768px) {
  #wrapper.index #services {
    margin-bottom: 17rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.index #services {
    padding-top: 20vw;
  }
}
#wrapper.index #services .text-box {
  padding: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  #wrapper.index #services .text-box {
    padding: 0 0 7.5vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.index #services .text-box .robot-title {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.index #services .text-box .text-box-inner {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.index #services .text-box .text-box-inner {
    margin-top: 3vw;
  }
}
#wrapper.index #services .text-box .text-box-inner .t01 {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #wrapper.index #services .text-box .text-box-inner .t01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.index #services .text-box .text-box-inner .t01 {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #wrapper.index #services .text-box .text-box-inner .t01 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.index #services .text-box .text-box-inner .t01 {
    position: relative;
    top: -13vw;
  }
}
#wrapper.index #services .text-box .text-box-inner .t02 {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  #wrapper.index #services .text-box .text-box-inner .t02 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.index #services .text-box .text-box-inner .t02 {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #wrapper.index #services .text-box .text-box-inner .t02 {
    font-size: 1.8rem;
  }
}

#wrapper.about #mv-contents {
  padding-bottom: 0;
}
#wrapper.about #greeting {
  background-image: url(./../images/about/bg_greeting.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0;
  padding-top: 13rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  #wrapper.about #greeting {
    padding-top: 15vw;
  }
}
#wrapper.about #greeting .robot-title .t02 {
  color: #fff !important;
}
#wrapper.about #greeting .text-in {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #greeting .text-in {
    margin-top: 7vw;
  }
}
#wrapper.about #greeting .text-in p {
  color: #fff !important;
}
#wrapper.about #greeting .greeting-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  #wrapper.about #greeting .greeting-body {
    align-items: flex-end;
  }
}
#wrapper.about #greeting .greeting-body .text-wrap {
  width: 64.5%;
  padding: 0 0 9rem 10rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #greeting .greeting-body .text-wrap {
    width: 58.5%;
    padding: 0 0 12vw 7vw;
  }
}
#wrapper.about #greeting .greeting-body .visual-wrap {
  width: 33.7%;
}
@media screen and (max-width: 767px) {
  #wrapper.about #greeting .greeting-body .visual-wrap {
    width: 41.5%;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.about #greeting .greeting-body .visual-wrap figure {
    margin-left: -13vw;
    position: sticky;
    top: 0;
    left: 0;
  }
}
#wrapper.about #concept {
  position: relative;
  padding-bottom: 0;
  /*
  &::before,
  &::after {

      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;

  }

  &::before {

      left: 35rem;
      z-index: 1;
      background: linear-gradient(-63deg, #E3DCCC 62%, transparent 0);
      @include sp() {
      left: 49vw;
      background: linear-gradient(-63deg, #E3DCCC 58%, transparent 0);
      }

  }

  &::after {

      left: 0;
      z-index: 0;
      background: linear-gradient(-63deg, #CBBE94 62%, transparent 0);
      @include sp() {
      background: linear-gradient(-63deg, #CBBE94 68%, transparent 0);
      }

  }
  */
}
@media screen and (max-width: 767px) {
  #wrapper.about #concept {
    padding: 17vw 0 10vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.about #concept .text-in {
    padding-right: 40vw;
  }
}
#wrapper.about #concept::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  background: linear-gradient(-62deg, #AA965C 48.5%, transparent 0);
  transform: translateX(100%);
  transition: all 2s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  #wrapper.about #concept::after {
    background: linear-gradient(-65deg, #AA965C 48.5%, transparent 0);
    left: 20.4vw;
  }
}
#wrapper.about #concept .c-body-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #wrapper.about #concept .c-body-inner {
    height: 96.5rem;
  }
}
#wrapper.about #concept .c-body-inner #float-logo {
  display: block;
  position: absolute;
  top: -2px;
  right: -23rem;
  width: 83.5rem;
  height: calc(100% + 2px);
  background-image: url(./../images/about/dec_logo.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateX(150%);
  transition: all 2s;
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  #wrapper.about #concept .c-body-inner #float-logo {
    margin: -17vw 0 0;
    height: calc(100% + 27vw);
    width: 93.5vw;
    right: -59vw;
    z-index: -1;
  }
}
#wrapper.about #concept.action_on::after {
  transform: translateX(0);
}
#wrapper.about #concept.action_on .c-body-inner #float-logo {
  transform: translateX(0);
}
#wrapper.about #mission {
  padding-top: 13rem;
  background: #EFEFEF;
}
@media screen and (max-width: 767px) {
  #wrapper.about #mission {
    padding-top: 22vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.about #mission .mission-body {
    display: flex;
    flex-wrap: wrap;
    margin-right: -150px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1400px) {
  #wrapper.about #mission .mission-body {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.about #mission .mission-body .text-wrap {
    width: 48%;
    padding-right: 8rem;
  }
}
#wrapper.about #mission .mission-body .visual-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #wrapper.about #mission .mission-body .visual-wrap {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.about #mission .mission-body .visual-wrap {
    height: 146vw;
    margin: 8vw 0 0;
  }
}
#wrapper.about #mission .mission-body .visual-wrap video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#wrapper.about #mission .mission-body .in-contents .text-box {
  padding-top: 4.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #wrapper.about #mission .mission-body .in-contents .text-box {
    padding-top: 12vw;
  }
}
#wrapper.about #mission .mission-body .in-contents + .in-contents {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #mission .mission-body .in-contents + .in-contents {
    margin-top: 20vw;
  }
}
#wrapper.about #value {
  padding: 29rem 0 7rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value {
    padding: 25vw 0 4rem;
  }
}
#wrapper.about #value::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./../images/about/bg_value.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 1.3s;
}
#wrapper.about #value.action_on::after {
  opacity: 1;
}
#wrapper.about #value .value-contents {
  margin: 0 0 21rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents {
    margin: 0 0 18vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner {
  position: relative;
  width: 70rem;
  margin: 0 auto;
  aspect-ratio: 1/1;
  border: 4rem solid #EEEEEE;
  border-radius: 70rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner {
    border: 6vw solid #EEEEEE;
    border-radius: 72vw;
    width: 63vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner .mm-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 41.6rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner .mm-text {
    width: 37vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner .mm-text.action_on {
  width: 96.6rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner .mm-text.action_on {
    width: 88vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner .mm-text::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 100%;
  z-index: -1;
}
#wrapper.about #value .value-contents .value-contents-inner .mm-text .t01 {
  line-height: 1;
}
#wrapper.about #value .value-contents .value-contents-inner .mm-text .t01 em {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  letter-spacing: 0.03em;
  filter: drop-shadow(1px 3px 4px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 768px) {
  #wrapper.about #value .value-contents .value-contents-inner .mm-text .t01 em {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner .mm-text .t01 em {
    font-size: 9.3333333333vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner .mm-text .t02 {
  line-height: 1;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner .mm-text .t02 {
    margin: 2vw 0 0;
  }
}
#wrapper.about #value .value-contents .value-contents-inner .mm-text .t02 em {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #wrapper.about #value .value-contents .value-contents-inner .mm-text .t02 em {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner .mm-text .t02 em {
    font-size: 2.6666666667vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner ul {
  counter-reset: listnum;
  list-style: none;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
}
#wrapper.about #value .value-contents .value-contents-inner ul li {
  text-align: center;
  position: absolute;
}
#wrapper.about #value .value-contents .value-contents-inner ul li::before {
  counter-increment: listnum;
  content: "0" counter(listnum);
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  line-height: 1;
  color: #C6C6C6;
}
@media screen and (min-width: 768px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li::before {
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li::before {
    font-size: 7.7333333333vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner ul li .v-inner .crc {
  text-align: center;
  width: 21.2rem;
  aspect-ratio: 1/1;
  background: #AA965C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 21.2rem;
  margin: 0 auto;
  line-height: 1.4;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li .v-inner .crc {
    width: 19vw;
    border-radius: 19vw;
    letter-spacing: normal;
  }
}
#wrapper.about #value .value-contents .value-contents-inner ul li .v-inner .crc em {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li .v-inner .crc em {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li .v-inner .crc em {
    font-size: 3.2vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner ul li .v-inner .normal-lead {
  position: relative;
  margin: 1.2rem auto 0;
  text-align: left;
  letter-spacing: normal;
  overflow: hidden;
  opacity: 0;
  transition: all 1.3s;
}
@media screen and (min-width: 768px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li .v-inner .normal-lead {
    width: 27rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li .v-inner .normal-lead {
    display: none;
  }
}
#wrapper.about #value .value-contents .value-contents-inner ul li .v-inner .normal-lead::before {
  /*
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #AA965C;
  z-index: 2;
  transition: .5s;
  transition-delay: 0.5s;
  */
}
#wrapper.about #value .value-contents .value-contents-inner ul li.v01 {
  top: -23rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li.v01 {
    top: -22vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner ul li.v02 {
  top: 4rem;
  right: -19rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li.v02 {
    top: 3vw;
    right: -17vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner ul li.v03 {
  top: 43rem;
  right: -1rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li.v03 {
    top: 37vw;
    right: 1vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner ul li.v04 {
  top: 43rem;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li.v04 {
    top: 37vw;
    left: 1vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner ul li.v05 {
  top: 4rem;
  left: -19rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .value-contents .value-contents-inner ul li.v05 {
    top: 3vw;
    left: -17vw;
  }
}
#wrapper.about #value .value-contents .value-contents-inner ul.action_on li .v-inner .crc {
  transform: scale(1);
  animation: vibe_none 0.8s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
#wrapper.about #value .value-contents .value-contents-inner ul.action_on li .v-inner .normal-lead {
  opacity: 1;
  transition-delay: 0.6s;
}
#wrapper.about #value .value-contents .value-contents-inner ul.action_on li.v02 .v-inner .crc {
  animation-delay: 1s;
}
#wrapper.about #value .value-contents .value-contents-inner ul.action_on li.v02 .v-inner .normal-lead {
  transition-delay: 1s;
}
#wrapper.about #value .value-contents .value-contents-inner ul.action_on li.v03 .v-inner .crc {
  animation-delay: 1.2s;
}
#wrapper.about #value .value-contents .value-contents-inner ul.action_on li.v03 .v-inner .normal-lead {
  transition-delay: 1.4s;
}
#wrapper.about #value .value-contents .value-contents-inner ul.action_on li.v04 .v-inner .crc {
  animation-delay: 1.4s;
}
#wrapper.about #value .value-contents .value-contents-inner ul.action_on li.v04 .v-inner .normal-lead {
  transition-delay: 1.8s;
}
#wrapper.about #value .value-contents .value-contents-inner ul.action_on li.v05 .v-inner .crc {
  animation-delay: 1.6s;
}
#wrapper.about #value .value-contents .value-contents-inner ul.action_on li.v05 .v-inner .normal-lead {
  transition-delay: 2.2s;
}
#wrapper.about #value .border-text {
  border: 4px solid #AA965C;
  background: #fff;
  max-width: 70.5rem;
  padding: 1.5rem 2.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .border-text {
    padding: 5vw 6vw;
    border-width: 2px;
  }
}
#wrapper.about #value .sp-list-concept {
  margin: 0 0 5vw;
}
#wrapper.about #value .sp-list-concept ul {
  counter-reset: listnum02;
  list-style: none;
}
#wrapper.about #value .sp-list-concept ul li {
  position: relative;
  padding-left: 15vw;
}
#wrapper.about #value .sp-list-concept ul li .t01 {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 700;
  color: #AA965C;
  margin: 0 0 0.3vw;
}
@media screen and (min-width: 768px) {
  #wrapper.about #value .sp-list-concept ul li .t01 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .sp-list-concept ul li .t01 {
    font-size: 4vw;
  }
}
#wrapper.about #value .sp-list-concept ul li::before {
  counter-increment: listnum02;
  content: "0" counter(listnum02);
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  line-height: 1;
  color: #AA965C;
  opacity: 0.28;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #wrapper.about #value .sp-list-concept ul li::before {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.about #value .sp-list-concept ul li::before {
    font-size: 10.6666666667vw;
  }
}
#wrapper.about #value .sp-list-concept ul li + li {
  margin-top: 4vw;
}
#wrapper.about #overview {
  padding: 20rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #wrapper.about #overview {
    padding: 20vw 0 0vw;
  }
}

#wrapper.services .page-navi {
  padding: 7.5rem 0 5rem;
}
@media screen and (max-width: 767px) {
  #wrapper.services .page-navi {
    padding: 11vw 0 0vw;
  }
}
#wrapper.services .page-navi ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 8.9rem;
}
@media screen and (max-width: 767px) {
  #wrapper.services .page-navi ul {
    gap: 0 3.5vw;
  }
}
#wrapper.services .page-navi ul li a {
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  #wrapper.services .page-navi ul li a {
    padding-bottom: 5.5vw;
  }
}
#wrapper.services .page-navi ul li a span {
  display: block;
}
#wrapper.services .page-navi ul li a span.t02 {
  color: #AA965C;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  line-height: 1;
  margin: 0.4rem 0 0;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
}
@media screen and (min-width: 768px) {
  #wrapper.services .page-navi ul li a span.t02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.services .page-navi ul li a span.t02 {
    font-size: 2.4vw;
  }
}
#wrapper.services .page-navi ul li a .shihenkei-ttl em {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #wrapper.services .page-navi ul li a .shihenkei-ttl em {
    height: 12vw;
  }
}
#wrapper.services .page-navi ul li a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  #wrapper.services .page-navi ul li a::after {
    width: 3vw;
    height: 3vw;
    left: calc(50% - 1.5vw);
  }
}
#wrapper.services .services-contents {
  padding-bottom: 14.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #wrapper.services .services-contents {
    padding-bottom: 10vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1615px) {
  #wrapper.services .services-contents .c-body-inner.base {
    max-width: 1500px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.services .services-contents .services-box {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.services .services-contents .services-box .text {
    width: 52%;
  }
}
#wrapper.services .services-contents .services-box .text .sub-ttl {
  position: relative;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  margin: 3.5rem 0;
}
@media screen and (min-width: 768px) {
  #wrapper.services .services-contents .services-box .text .sub-ttl {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.services .services-contents .services-box .text .sub-ttl {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.services .services-contents .services-box .text .sub-ttl {
    margin: 5vw 0;
  }
}
#wrapper.services .services-contents .services-box .text .lead {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  line-height: 2;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  #wrapper.services .services-contents .services-box .text .lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.services .services-contents .services-box .text .lead {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #wrapper.services .services-contents .services-box .text .lead {
    font-size: 1.8rem;
    width: 100% !important;
  }
}
#wrapper.services .services-contents .services-box .text .lead + .lead {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #wrapper.services .services-contents .services-box .text .lead + .lead {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.services .services-contents .services-box .img {
    width: 48%;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.services .services-contents .services-box .img {
    margin-top: 9vw;
  }
}
#wrapper.services .services-contents .services-box .img.scroll-action {
  transform: translateX(-100px);
  opacity: 0;
  /*
  figure {

      transform: rotateY(-90deg);
      transition: all 1.0s;

  }
  */
}
#wrapper.services .services-contents .services-box .img.scroll-action.action_on {
  transform: translateX(0);
  opacity: 1;
  /*
  figure {

      transform: rotatex(0);

  }
  */
}
#wrapper.services .services-contents:nth-child(odd) {
  background: #AA965C;
}
#wrapper.services .services-contents:nth-child(odd) .title-in .text-in {
  color: #fff;
}
#wrapper.services .services-contents:nth-child(odd) .sub-ttl,
#wrapper.services .services-contents:nth-child(odd) .lead {
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  #wrapper.services .services-contents:nth-child(odd) .services-box {
    margin-right: -257px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1615px) {
  #wrapper.services .services-contents:nth-child(odd) .services-box {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.services .services-contents:nth-child(odd) .services-box .text {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.services .services-contents:nth-child(odd) .services-box .text .lead {
    width: 77%;
  }
}
#wrapper.services .services-contents:nth-child(odd) .services-box .img.scroll-action {
  transform: translateX(100px);
  opacity: 0;
}
#wrapper.services .services-contents:nth-child(odd) .services-box .img.scroll-action.action_on {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #wrapper.services .services-contents:nth-child(even) .services-box {
    flex-direction: row-reverse;
    margin-left: -126px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1615px) {
  #wrapper.services .services-contents:nth-child(even) .services-box {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.services .services-contents:nth-child(even) .services-box .img {
    width: 53.1%;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.services .services-contents:nth-child(even) .services-box .text {
    padding-left: 50px;
    width: 46.9%;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.services #services01 .title-in {
    text-align: left;
    padding-left: 20rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1320px) {
  #wrapper.services #services01 .title-in {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.services #services02 .title-in {
    text-align: right;
    padding-right: 6rem;
  }
}
#wrapper.services #project {
  padding-top: 11.5rem;
}
@media screen and (min-width: 768px) {
  #wrapper.services #project {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.services #project {
    padding-top: 11vw;
  }
}
#wrapper.services #project .loop-slide-outer {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#form-inner {
  max-width: 605px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #form-inner {
    padding: 0 23px;
  }
}
#form-inner dl.form {
  margin: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  #form-inner dl.form {
    display: flex;
    flex-wrap: wrap;
  }
}
#form-inner dl.form dt,
#form-inner dl.form dd {
  margin: 0;
  padding: 0;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #form-inner dl.form dt,
  #form-inner dl.form dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #form-inner dl.form dt,
  #form-inner dl.form dd {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #form-inner dl.form dt,
  #form-inner dl.form dd {
    font-size: 1.8rem;
  }
}
#form-inner dl.form dt input,
#form-inner dl.form dt textarea,
#form-inner dl.form dd input,
#form-inner dl.form dd textarea {
  border: 1px solid #707070;
  width: 100%;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  padding: 10px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #form-inner dl.form dt input,
  #form-inner dl.form dt textarea,
  #form-inner dl.form dd input,
  #form-inner dl.form dd textarea {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #form-inner dl.form dt input,
  #form-inner dl.form dt textarea,
  #form-inner dl.form dd input,
  #form-inner dl.form dd textarea {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #form-inner dl.form dt input,
  #form-inner dl.form dt textarea,
  #form-inner dl.form dd input,
  #form-inner dl.form dd textarea {
    font-size: 1.8rem;
  }
}
#form-inner dl.form dt input + .wpcf7-not-valid-tip,
#form-inner dl.form dt textarea + .wpcf7-not-valid-tip,
#form-inner dl.form dd input + .wpcf7-not-valid-tip,
#form-inner dl.form dd textarea + .wpcf7-not-valid-tip {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  #form-inner dl.form .form_title {
    width: 157px;
    padding: 7px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #form-inner dl.form .form_title {
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 768px) {
  #form-inner dl.form .form_input,
  #form-inner dl.form .form_textarea {
    width: calc(100% - 157px);
  }
}
#form-inner dl.form + dl {
  margin: 3.5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  #form-inner dl.form + dl {
    margin: 5vw 0 0 0;
  }
}
#form-inner dl.form a {
  color: #0578FF;
  text-decoration: underline;
  opacity: 1 !important;
}
#form-inner dl.form a:hover {
  text-decoration: none;
}
#form-inner .btnBox .wpcf7-submit,
#form-inner .btnBox .wpcf7-previous {
  width: 30rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  background: #191718;
  border-radius: 5px;
  margin: 5rem auto 0;
  position: relative;
  padding: 0 2rem;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  cursor: pointer;
  border: none;
}
@media screen and (min-width: 768px) {
  #form-inner .btnBox .wpcf7-submit,
  #form-inner .btnBox .wpcf7-previous {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #form-inner .btnBox .wpcf7-submit,
  #form-inner .btnBox .wpcf7-previous {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #form-inner .btnBox .wpcf7-submit,
  #form-inner .btnBox .wpcf7-previous {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #form-inner .btnBox .wpcf7-submit,
  #form-inner .btnBox .wpcf7-previous {
    width: 40vw;
    height: 9.2vw;
    margin: 6vw auto 0;
    border-radius: 3px;
  }
}
#form-inner .wpcf7-response-output {
  padding: 20px;
  text-align: center;
  border-color: red;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
}
@media screen and (min-width: 768px) {
  #form-inner .wpcf7-response-output {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #form-inner .wpcf7-response-output {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #form-inner .wpcf7-response-output {
    font-size: 1.8rem;
  }
}
#form-inner .form_privacy span {
  display: block;
}
@media screen and (max-width: 767px) {
  #form-inner .form_privacy span {
    text-align: center;
  }
}
#form-inner .form_privacy .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #form-inner .form_privacy .wpcf7-list-item {
    display: inline-block;
  }
}
#form-inner .form_privacy label {
  display: flex;
  flex-wrap: wrap;
}
#form-inner .form_privacy label .wpcf7-list-item-label {
  width: calc(100% - 3rem);
}
@media screen and (max-width: 767px) {
  #form-inner .form_privacy label .wpcf7-list-item-label {
    width: calc(100% - 6vw);
  }
}
#form-inner .form_privacy input[type=checkbox] {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid #707070;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #form-inner .form_privacy input[type=checkbox] {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
}
#form-inner .form_privacy input[type=checkbox]:checked:before {
  position: absolute;
  top: -0.5rem;
  left: 0.4rem;
  transform: rotate(50deg);
  width: 1.2rem;
  height: 1.8rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
@media screen and (max-width: 767px) {
  #form-inner .form_privacy input[type=checkbox]:checked:before {
    top: -1vw;
    left: 1vw;
    width: 2.5vw;
    height: 3.5vw;
  }
}
#form-inner .thanks {
  text-align: center;
  display: inline-block;
}
#form-inner .thanks .title {
  font-weight: 600;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
}
@media screen and (min-width: 768px) {
  #form-inner .thanks .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #form-inner .thanks .title {
    font-size: 4vw;
  }
}
#form-inner .thanks .lead {
  font-weight: 400;
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  margin: 40px 0 0;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #form-inner .thanks .lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #form-inner .thanks .lead {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #form-inner .thanks .lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #form-inner .thanks .lead {
    margin: 25px 0 0;
  }
}

#wrapper.contact {
  background: #fff;
}

@media screen and (min-width: 768px) {
  #wrapper.contact-confirm #form-inner dl.form.center {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.contact-confirm #form-inner dl.form .form_title {
    padding-top: 0;
    width: 207px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.contact-confirm #form-inner dl.form .form_input,
  #wrapper.contact-confirm #form-inner dl.form .form_textarea {
    width: calc(100% - 207px);
  }
}
#wrapper.contact-confirm .btnBox {
  display: flex;
  gap: 0 6rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #wrapper.contact-confirm .btnBox {
    gap: 0 9vw;
    margin: 20px -23px 0;
  }
}
#wrapper.contact-confirm .btnBox .btn_share {
  width: 100%;
}
#wrapper.contact-confirm .btnBox .wpcf7-submit,
#wrapper.contact-confirm .btnBox .wpcf7-previous {
  width: 100%;
}

#wrapper.contact-thanks #form-inner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper.contact-thanks #form-inner {
    padding: 25px 0 0;
  }
}
#wrapper.contact-thanks .btn-outer {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #wrapper.contact-thanks .btn-outer {
    margin-top: 50px;
  }
}

.title-in.flows .text-in i {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 90px;
  display: block !important;
}
@media screen and (max-width: 767px) {
  .title-in.flows .text-in i {
    padding-right: 55px;
  }
}

@media screen and (max-width: 767px) {
  .title-in.sp_flows .text-in {
    display: flex;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  .title-in.sp_flows .text-in i {
    flex-shrink: 0;
    white-space: nowrap;
    padding-left: 55px;
    display: block !important;
  }
}

.title-in.flows .text-in {
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.title-in.flows .text-in:not(.no-tick) i:nth-child(odd) {
  animation: MoveLeft var(--tick-duration, 48s) var(--tick-delay, -24s) infinite linear;
}

.title-in.flows .text-in:not(.no-tick) i:nth-child(even) {
  animation: MoveLeft2 var(--tick-duration, 48s) infinite linear;
}

@media screen and (max-width: 767px) {
  .title-in.sp_flows .text-in:not(.no-tick) i:nth-child(odd) {
    animation: MoveLeft var(--tick-duration, 48s) var(--tick-delay, -24s) infinite linear;
  }
}
@media screen and (max-width: 767px) {
  .title-in.sp_flows .text-in:not(.no-tick) i:nth-child(even) {
    animation: MoveLeft2 var(--tick-duration, 48s) infinite linear;
  }
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes value_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes value_rotate02 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes vibe {
  0% {
    transform: scale(5);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 0.7;
  }
  65% {
    transform: translate(0px, 0px) rotateZ(0deg);
    opacity: 0.7;
  }
  75% {
    transform: translate(2px, 2px) rotateZ(1deg);
    opacity: 0.7;
  }
  85% {
    transform: translate(0px, 2px) rotateZ(0deg);
    opacity: 0.7;
  }
  95% {
    transform: translate(2px, 0px) rotateZ(-1deg);
    opacity: 0.7;
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
    opacity: 0.7;
  }
}
@keyframes vibe_none {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.scroll_down_outer {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .scroll_down_outer {
    display: none;
  }
}
.scroll_down_outer > a {
  font-size: 1.6rem;
  color: #999;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  line-height: 1;
  padding: 0 0 0.5rem;
  display: block;
}
.scroll_down_outer .scroll_down {
  height: 13rem;
  text-align: center;
  width: 0.3rem;
  margin: 0 auto;
  position: relative;
}
.scroll_down_outer .scroll_down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.1rem;
  width: 0.3rem;
  height: 3rem;
  background: #382E2B;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scroll_down_outer .scroll_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.1rem;
  height: 13rem;
  background: #382E2B;
}

.privacy-body {
  max-width: 900px;
  margin: 0 auto;
}
.privacy-body p {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .privacy-body p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-body p {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .privacy-body p {
    font-size: 1.8rem;
  }
}
.privacy-body .in-contents {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .privacy-body .in-contents {
    margin-top: 9vw;
  }
}
.privacy-body .in-contents .s-ttl {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-body .in-contents .s-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-body .in-contents .s-ttl {
    font-size: 4.8vw;
  }
}
.privacy-body .in-contents ol,
.privacy-body .in-contents ul {
  margin: 1.5rem 0;
  list-style-type: decimal;
  list-style-position: inside;
}
.privacy-body .in-contents ol li,
.privacy-body .in-contents ul li {
  /*
  @include pc() {
  font-size: vw_func_pc($max);
  }
  */
  font-weight: 400;
  line-height: 1.8;
  text-indent: -1.15em;
  padding-left: 1.15em;
}
@media screen and (min-width: 768px) {
  .privacy-body .in-contents ol li,
  .privacy-body .in-contents ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-body .in-contents ol li,
  .privacy-body .in-contents ul li {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .privacy-body .in-contents ol li,
  .privacy-body .in-contents ul li {
    font-size: 1.8rem;
  }
}
.privacy-body .in-contents ol li + li,
.privacy-body .in-contents ul li + li {
  margin-top: 0.5rem;
}

@keyframes circlemove {
  0% {
    bottom: 10rem;
  }
  100% {
    bottom: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=styles.css.map */