@charset "UTF-8";
#mainSlide {
  width: 100%;
  height: calc(100vh - var(--headerHeight));
  position: relative;
  color: #fff;
}
#mainSlide:before {
  content: "";
  display: block;
  width: 66vw;
  height: 66vw;
  background: url("../images/grad01.svg") left bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20%;
  left: 40%;
  z-index: 2;
}
#mainSlide ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#mainSlide ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mainSlide ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#mainSlide div.txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  z-index: 3;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#mainSlide div.txt h5 {
  font-size: 1.11111rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  margin-bottom: 1em;
}
#mainSlide div.txt h2 {
  font-size: 3.88889rem;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  text-indent: 0em;
}
#mainSlide div.txt h6 {
  font-size: 0.77778rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  position: relative;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  margin-bottom: 1em;
}
#mainSlide div.txt h6:before, #mainSlide div.txt h6:after {
  content: "";
  width: 18em;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  margin: 0 1em;
  vertical-align: middle;
}
#mainSlide div.txt p {
  font-size: 1.22222rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
}

#intro {
  background-color: #f8f8f8;
}
#intro .container {
  display: grid;
  grid-template: "i1 i3" "i2 i3" "i2 i4" / 60% 1fr;
}
#intro .container #intro01 {
  grid-area: i1;
}
#intro .container #intro01 h2 {
  position: relative;
  font-size: 4.16667rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: .5em;
  z-index: 3;
}
#intro .container #intro01 h2:before {
  content: "";
  width: 70vw;
  height: 22px;
  z-index: -1;
  background: url("../images/bg1.gif") right bottom repeat;
  position: absolute;
  right: -10px;
  bottom: -10px;
}
#intro .container #intro01 h2:after {
  content: "";
  width: 70vw;
  height: 25px;
  z-index: -1;
  background: var(--corpColor1);
  position: absolute;
  right: 0;
  bottom: 0;
}
#intro .container #intro01 h3 {
  font-size: 1.55556rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#intro .container #intro01 h3 strong {
  font-size: 1.77778rem;
}
#intro .container #intro01 p {
  text-align: justify;
  margin: 1em 0;
  padding-right: 60px;
}
#intro .container #intro02 {
  grid-area: i2;
}
#intro .container #intro02 > div {
  position: relative;
  padding: 30px 0 60px;
  z-index: 1;
  font-weight: 700;
}
#intro .container #intro02 > div:before {
  content: "";
  width: 68vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10vw;
  background-color: #fff;
  z-index: -1;
}
#intro .container #intro02 > div h4 {
  font-size: 1.33333rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
#intro .container #intro02 > div h6 {
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  color: var(--corpColor1);
  font-size: 0.77778rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
#intro .container #intro02 > div ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  font-size: 1.33333rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#intro .container #intro02 > div ol li {
  padding-left: 60px;
  position: relative;
  margin-top: .5em;
}
#intro .container #intro02 > div ol li strong {
  font-size: 1.77778rem;
}
#intro .container #intro02 > div ol li:before {
  counter-increment: item;
  content: "0" counter(item);
  font-size: 1.77778rem;
  color: var(--corpColor1);
  vertical-align: middle;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  position: absolute;
  top: .15em;
  left: 0;
}
#intro .container #intro03 {
  grid-area: i3;
  line-height: 0;
}
#intro .container #intro03 img {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 9999px;
  width: 131%;
  margin-top: -10%;
  margin-left: -5%;
  margin-right: -16%;
}
#intro .container #intro04 {
  grid-area: i4;
  position: relative;
  z-index: 3;
  margin-bottom: -250px;
}
#intro .container #intro04:before {
  content: "";
  display: block;
  width: 500px;
  /* 幅 */
  border-bottom: 25px solid var(--corpColor1);
  /* 高さ */
  border-right: 12px solid transparent;
  /* 右側下辺の伸び */
  position: absolute;
  top: -25px;
  left: -50px;
}
#intro .container #intro04:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 15px var(--corpColor1);
  border-bottom: solid 15px transparent;
  border-left: solid 10px var(--corpColor1);
  border-right: solid 10px transparent;
  position: absolute;
  bottom: -30px;
  left: 100px;
}
#intro .container #intro04 div {
  position: relative;
  padding-bottom: 50px;
}
#intro .container #intro04 div:before {
  content: "";
  width: 55vw;
  height: 100%;
  background-color: var(--corpColor1);
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50px;
}
#intro .container #intro04 div h5 {
  color: #ff0;
  font-size: 1.33333rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: .5em;
}
#intro .container #intro04 div ul {
  color: #fff;
  font-size: 1.11111rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-left: 1em;
}
#intro .container #intro04 div ul li {
  border-bottom: dashed 2px var(--corpColor3);
  padding: .5em 0;
}

#works {
  background-color: var(--corpColor3);
  padding-top: 200px !important;
}
#works .col-6 > a {
  display: block;
  padding: 15px 15px 60px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
}
#works .col-6 > a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border: solid 30px transparent;
  border-bottom-color: var(--corpColor1);
  border-right-color: var(--corpColor1);
}
#works .col-6 > a:after {
  content: "";
  width: 20px;
  height: 6px;
  background: url("../images/arrow.webp") right bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
#works .col-6 > a figure {
  width: 100%;
  aspect-ratio: 4 / 3;
  line-height: 0;
}
#works .col-6 > a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#works .col-6 > a h3 {
  font-size: 1.33333rem;
  line-height: 2;
  letter-spacing: 0em;
  text-align: center;
  text-indent: 0em;
  font-weight: 700;
  padding: .5em 0;
  border-bottom: solid 1px #ccc;
  margin: 0 .6em;
}
#works .col-6 > a ul {
  margin-left: 1em;
  line-height: 1.4;
}
#works .col-6 > a ul li {
  padding-left: 1em;
  position: relative;
  margin-top: 1em;
}
#works .col-6 > a ul li:before {
  content: "";
  width: .5em;
  height: .5em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  background-color: var(--corpColor1);
  position: absolute;
  left: 0;
  top: .5em;
}
#works .col-6 > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 5px;
  left: 5px;
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#instagram {
  overflow-x: hidden;
}
#instagram hgroup.ttl01 h2 {
  font-size: 1.66667rem;
}
#instagram ul {
  width: 2200px;
  line-height: 0;
  letter-spacing: -.4em;
  margin: auto;
}
#instagram ul li {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 0 10px;
  letter-spacing: normal;
}
#instagram ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#instagram ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#news {
  background-color: #f8f8f8;
}
#news dl {
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
#news dl dt {
  margin-bottom: 15px;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
}
#news dl dt time {
  display: inline-block;
  font-size: 0.88889rem;
  line-height: 2;
  letter-spacing: 0.1em;
  min-width: 8em;
}
#news dl dt a.cat {
  display: inline-block;
  width: 140px;
  font-size: 0.77778rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  background-color: var(--corpColor1);
  color: #fff;
}

#reason {
  overflow-x: hidden;
  padding-bottom: 0 !important;
}
#reason .col-12 {
  position: relative;
}
#reason .col-12 span {
  position: absolute;
  width: 70px;
  height: 60px;
  font-size: 1.5rem;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: center;
  text-indent: 0em;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  color: var(--corpColor1);
  background: url("../images/baloon.svg") left center no-repeat;
  background-size: contain;
}
#reason .col-12 dl {
  margin-left: 80px;
}
#reason .col-12 dl dt {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  color: #40210f;
  border-bottom: solid 1px #40210f;
  padding-left: .25em;
  margin-bottom: .25em;
  padding-bottom: .25em;
}
#reason .col-12 dl dt:after {
  content: "";
  width: .5em;
  height: .5em;
  border-right: solid 1px #40210f;
  border-bottom: solid 1px #40210f;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: .25em;
  margin: auto;
}
#reason .col-12 dl dd {
  @includew fs(16,2,.1);
  text-align: justify;
}
#reason ul {
  margin-top: 120px;
  width: 2700px;
  line-height: 0;
  letter-spacing: -.4em;
}
#reason ul li {
  display: inline-block;
  letter-spacing: normal;
  width: 450px;
  aspect-ratio: 16 / 9;
}
#reason ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#service {
  background-color: var(--corpColor1);
}
#service hgroup.ttl02 {
  color: #fff;
}
#service hgroup.ttl02 h6 {
  color: var(--corpColor3);
}
#service .container {
  margin-bottom: 5%;
}
#service .col-12 > div {
  background-color: #fff;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
#service .col-12 > div figure {
  aspect-ratio: 3 / 2;
  line-height: 0;
}
#service .col-12 > div figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#service .col-12 > div figure + img {
  position: absolute;
  right: 15px;
  margin-top: -30px;
  height: 80px;
}
#service .col-12 > div h5 {
  display: inline-block;
  position: relative;
  font-size: 1.11111rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  width: calc(100% - 100px);
  max-width: 300px;
  padding: .4em .8em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--corpColor1);
  color: #fff;
  top: -20px;
  left: -8px;
}
#service .col-12 > div h5:after {
  content: "";
  border-top: solid 8px var(--corpColor1);
  border-left: solid 5px var(--corpColor1);
  border-bottom: solid 8px transparent;
  border-right: solid 5px transparent;
  position: absolute;
  bottom: -16px;
  left: 3em;
}
#service .col-12 > div h3 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #40210f;
  font-weight: 700;
  margin-bottom: .5em;
}
#service .col-12 > div h3 em {
  font-weight: 300;
}
#service .col-12 > div p {
  font-size: 0.88889rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
#service .col-12 > div a.btn {
  font-size: 0.88889rem;
  width: 240px;
  margin: 30px 30px 30px auto;
}

#flow {
  background-color: #eee;
}
#flow hgroup.ttl01 {
  position: relative;
  padding-bottom: 10%;
  margin-bottom: 60px;
}
#flow hgroup.ttl01 img {
  position: absolute;
  width: calc(100% - 600px);
  max-width: 400px;
  bottom: 0;
  right: 0;
}
#flow dl {
  display: flex;
  max-width: 960px;
  border-left: solid 2px var(--corpColor1);
  align-items: flex-start;
  margin: auto;
}
#flow dl dt {
  flex-basis: 280px;
  border-bottom: dashed 2px #ccc;
  position: relative;
  font-size: 1.77778rem;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  text-indent: 0em;
  font-weight: 700;
  margin: 0 50px;
  padding-bottom: .5em;
  color: #40210f;
}
#flow dl dt span {
  position: absolute;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  background-color: var(--corpColor1);
  color: #fff;
  display: block;
  font-size: 1.33333rem;
  line-height: 48px;
  width: 48px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  left: -75px;
  top: 0;
}
#flow dl dd {
  flex-basis: calc(100% - 380px);
  padding-bottom: 60px;
}

#plan .plan {
  position: relative;
}
#plan .plan .txt {
  position: relative;
  max-width: 480px;
}
#plan .plan h5 {
  color: var(--corpColor1);
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  font-size: 1.22222rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
#plan .plan h5 span {
  display: inline-block;
  font-size: 2em;
  margin-right: .5em;
  vertical-align: middle;
}
#plan .plan h3 {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: .5em;
}
#plan .plan p {
  @inlude fs(16,2,.1);
}
#plan .plan a.btn {
  font-size: 0.88889rem;
  width: 240px;
}
#plan #plan01 .txt {
  left: calc(50% - 480px);
}
#plan #plan01 figure {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
  z-index: -1;
  width: 50vw;
  height: 740px;
}
#plan #plan01 figure img {
  width: 133%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 9999px;
  animation: 60s linear infinite rotation1;
}
#plan #plan02 {
  margin: var(--headerHeight) auto;
}
#plan #plan02 .txt {
  left: 56%;
}
#plan #plan02 ul {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
}
#plan #plan02 ul li {
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  flex-basis: 12%;
  margin-right: 2%;
  margin-bottom: 2%;
}
#plan #plan02 ul li.fade {
  margin-left: -12%;
}
#plan #plan03 .txt {
  min-height: 30vw;
  left: calc(50% - 480px);
}
#plan #plan03 ul {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
}
#plan #plan03 ul li {
  flex-basis: 50%;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#voice {
  background-color: var(--corpColor2);
}
#voice .col-lg-7 hgroup.ttl01 {
  margin-bottom: 80px;
}
#voice .col-lg-7 p {
  margin-bottom: 80px;
}
#voice .col-lg-5 {
  position: relative;
  text-align: right;
  line-height: 0;
}
#voice .col-lg-5 img {
  margin-top: -27%;
  max-height: 600px;
}
#voice .voice {
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 40px;
}
#voice .voice .col-12 {
  padding-left: 30px;
  padding-right: 30px;
}
#voice .voice h3 {
  font-size: 1.33333rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 1em 0;
  font-weight: 700;
}
#voice .voice h4 {
  font-weight: 700;
  margin-bottom: 1em;
}
#voice .voice h4:before {
  content: "● ";
  color: var(--corpColor1);
}
#voice .voice .col-lg-3 {
  line-height: 0;
  align-self: flex-end;
}

#area svg {
  margin-top: -32%;
  margin-bottom: 40px;
}
#area .col-md-6 {
  align-self: stretch;
}
#area .col-md-6 a {
  display: block;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
  padding-bottom: 40px;
}
#area .col-md-6 h3 {
  font-size: 1.33333rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#area .col-md-6 h3:before {
  content: "● ";
  font-size: .7em;
  vertical-align: .15em;
}
#area .col-md-6 h5 {
  margin-left: 24px;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
}
#area .col-md-6 p {
  margin-left: 24px;
  font-size: 0.88889rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
#area .col-md-6.tokyo a {
  border-top: solid 1px #ccc;
  padding-top: 40px;
}
#area .col-md-6.tokyo h3:before, #area .col-md-6.tokyo h5 {
  color: #319ca8;
}
#area .col-md-6.nagoya a {
  border-top: solid 1px #ccc;
  padding-top: 40px;
}
#area .col-md-6.nagoya h3:before, #area .col-md-6.nagoya h5 {
  color: #f6b300;
}
#area .col-md-6.shizuoka h3:before, #area .col-md-6.shizuoka h5 {
  color: #b18147;
}
#area .col-md-6.mie h3:before, #area .col-md-6.mie h5 {
  color: #22ab38;
}
#area .col-md-6.osaka h3:before, #area .col-md-6.osaka h5 {
  color: #bfd400;
}
#area .col-md-6.kobe h3:before, #area .col-md-6.kobe h5 {
  color: #b90322;
}
#area .col-md-6.kagawa h3:before, #area .col-md-6.kagawa h5 {
  color: #e4007f;
}
#area .col-md-6.ehime h3:before, #area .col-md-6.ehime h5 {
  color: #920783;
}
#area .col-md-6.fukuoka h3:before, #area .col-md-6.fukuoka h5 {
  color: #ffe000;
}
#area .col-md-6.kumamoto h3:before, #area .col-md-6.kumamoto h5 {
  color: #d1101a;
}
#area .col-md-6.saga h3:before, #area .col-md-6.saga h5 {
  color: #277d2a;
}

#faq .order-lg-1 {
  line-height: 0;
}
#faq .order-lg-1 img {
  max-height: 440px;
  margin-top: -50px;
}
#faq ul {
  position: sticky;
  top: 99px;
  background-color: #fff;
  border-top: solid 1px #ccc;
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
  z-index: 10;
}
#faq ul li {
  flex-basis: 18%;
}
#faq ul li a {
  display: block;
  font-size: 0.83333rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
  padding: 1em 0;
  position: relative;
  color: #999;
}
#faq ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--corpColor1);
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#faq ul li a:hover, #faq ul li a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: var(--corpColor1);
  font-weight: 700;
}
#faq ul li a:hover:after, #faq ul li a.active:after {
  width: 100%;
}
#faq .faq {
  margin-top: calc(var(--headerHeight) * .8);
}
#faq .faq h3 {
  background-color: var(--corpColor1);
  color: #fff;
  font-weight: 700;
  font-size: 1.33333rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  padding: .5em 0;
}
#faq .faq dl {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
  position: relative;
  cursor: pointer;
}
#faq .faq dl:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-color: var(--corpColor1);
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 0;
  right: 20px;
}
#faq .faq dl:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 33px;
}
#faq .faq dl dt {
  position: relative;
  padding: 0 60px;
  font-size: 1.33333rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #40210f;
  font-weight: 700;
}
#faq .faq dl dt:before {
  content: "Q.";
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  position: absolute;
  left: 20px;
  color: var(--corpColor1);
}
#faq .faq dl dd {
  margin: 30px 60px 0;
  position: relative;
  padding-left: 48px;
  font-size: 1.11111rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #231815;
}
#faq .faq dl dd:before {
  content: "A.";
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  position: absolute;
  top: -2px;
  left: 0;
  color: #40210f;
  font-size: 1.33333rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#faq .faq dl.open:after {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 16px;
}

#outro {
  position: relative;
  display: flex;
}
#outro:before {
  content: "";
  display: block;
  width: calc(100% - var(--headerHeight));
  height: 50%;
  background: url("../images/bg1.gif") center center repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#outro:after {
  content: "";
  display: block;
  width: 75%;
  height: calc(100% - var(--headerHeight));
  background: var(--corpColor2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#outro .img {
  position: relative;
}
#outro .img figure {
  width: 100%;
  height: 100%;
  max-height: 640px;
  margin-bottom: var(--headerHeight);
}
#outro .img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#outro .img span {
  display: block;
  width: 9999px;
  position: absolute;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  font-size: 7.11111rem;
  line-height: 1;
  letter-spacing: 0em;
  bottom: .2em;
  left: 40%;
}
#outro .txt {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-left: 80px;
  padding-right: 160px;
}
#outro .txt h5 {
  font-size: 1.27778rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-left: 1em;
  font-weight: 700;
}
#outro .txt h2 {
  font-size: 2.16667rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-left: 1em;
  font-weight: 700;
}
#outro .txt p {
  letter-spacing: .1em;
  margin-top: 1em;
}

#link i {
  display: block;
  margin: auto;
  text-align: center;
}
#link i img {
  width: 70px;
}
#link h2 {
  font-size: 2.77778rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
  font-weight: 700;
  margin: .8em auto .4em;
}
#link h6 {
  font-size: 1.22222rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  color: var(--corpColor1);
}
#link h6 + p {
  text-align: center;
  text-indent: .1em;
  margin-top: 2em;
}
#link ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#link ul li {
  flex-basis: 46%;
  margin-top: 8%;
}
#link ul li figure {
  width: 100%;
  aspect-ratio: 5 / 3;
  line-height: 0;
}
#link ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#link ul li h3 {
  font-size: 1.33333rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 1em;
}
#link ul li h3:before {
  content: "● ";
  font-size: .7em;
  vertical-align: .15em;
}
#link ul li h5 {
  margin-left: 24px;
  letter-spacing: .05em;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
}
#link ul li p {
  margin-left: 24px;
  font-size: 0.88889rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
#link ul li.factory h3:before, #link ul li.factory h5 {
  color: #1d2088;
}
#link ul li.renopa h3:before, #link ul li.renopa h5 {
  color: #f3f6f2;
}
#link ul li.toilet h3:before, #link ul li.toilet h5 {
  color: #00a0e9;
}
#link ul li.ag4 h3:before, #link ul li.ag4 h5 {
  color: #9fa0a0;
}

#about {
  background: #eee;
}
#about h6 {
  font-size: 1.22222rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  color: var(--corpColor1);
}
#about h2 {
  font-size: 2.77778rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
  font-weight: 700;
  margin: 0 auto .8em;
  padding-bottom: .8em;
  position: relative;
}
#about h2:after {
  content: "";
  display: block;
  width: 75px;
  height: 3px;
  background-color: var(--corpColor1);
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#about p {
  font-size: 1.33333rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
  font-weight: 700;
}
#about table {
  letter-spacing: .1em;
  width: 100%;
  max-width: 960px;
  margin: 2em auto;
}
#about table th, #about table td {
  padding: 2em;
  border-bottom: solid 1px #ccc;
}
#about table th a img, #about table td a img {
  height: 1em;
  width: auto;
}
#about table th {
  min-width: 7em;
  font-weight: 700;
  vertical-align: top;
}

@media (max-width: 1199.98px) {
  #intro .container #intro01 h2 {
    font-size: 3rem;
  }
  #intro .container #intro01 h3 {
    font-size: 1.16667rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  #intro .container #intro01 h3 strong {
    font-size: 1.55556rem;
  }
  #intro .container #intro01 p {
    padding-right: 0;
  }
  #intro .container #intro02 {
    grid-area: i2;
  }
  #intro .container #intro02 > div ol {
    font-size: 1.16667rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #intro .container #intro02 > div ol li strong {
    font-size: 1.55556rem;
  }
  #intro .container #intro02 > div ol li:before {
    font-size: 1.55556rem;
  }
  #intro .container #intro03 img {
    margin-top: 0;
    margin-left: 0;
    margin-right: -20%;
  }
  #intro .container #intro04 div h5 {
    font-size: 1.16667rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #intro .container #intro04 div ul {
    font-size: 0.88889rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 991.98px) {
  #mainSlide:before {
    width: 120vw;
    height: 120vw;
    bottom: 20%;
    left: 30%;
  }
  #mainSlide div.txt h5 {
    font-size: 1.11111rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 0.1em;
  }
  #mainSlide div.txt h2 {
    font-size: 3.05556rem;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: center;
    text-indent: 0em;
  }
  #mainSlide div.txt h6 {
    font-size: 0.66667rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 0.1em;
    margin-top: 2em;
    margin-bottom: 3em;
  }
  #mainSlide div.txt h6:before, #mainSlide div.txt h6:after {
    width: 16em;
  }
  #mainSlide div.txt p {
    font-size: 1.38889rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 0.1em;
  }

  #intro {
    background-color: #f8f8f8;
  }
  #intro .container {
    display: grid;
    grid-template: "i1" "i2" "i3" "i4" / 1fr;
  }
  #intro .container #intro01 {
    grid-area: i1;
  }
  #intro .container #intro01 h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: .5em;
    z-index: 3;
  }
  #intro .container #intro01 h2:before {
    width: 100vw;
    height: 16px;
  }
  #intro .container #intro01 h2:after {
    width: 100vw;
    height: 19px;
  }
  #intro .container #intro02 {
    grid-area: i2;
  }
  #intro .container #intro02 > div {
    padding: 30px 30px 60px;
    background-color: #fff;
  }
  #intro .container #intro02 > div:before {
    display: none;
  }
  #intro .container #intro02 > div h4 {
    font-size: 1.77778rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    text-indent: 0.05em;
  }
  #intro .container #intro02 > div h6 {
    font-size: 0.77778rem;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
    text-indent: 0.05em;
  }
  #intro .container #intro03 img {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: -5%;
    margin-left: 0;
    margin-right: -8%;
    width: 108%;
    max-width: 9999px;
  }
  #intro .container #intro04 {
    grid-area: i4;
    position: relative;
    z-index: 3;
    margin-bottom: -200px;
    background-color: var(--corpColor1);
  }
  #intro .container #intro04:before {
    content: "";
    display: block;
    width: 64vw;
    /* 幅 */
    border-bottom: 50px solid var(--corpColor1);
    /* 高さ */
    border-right: 25px solid transparent;
    /* 右側下辺の伸び */
    position: absolute;
    top: -45px;
    left: -100px;
  }
  #intro .container #intro04 div {
    position: relative;
    padding-bottom: 50px;
  }
  #intro .container #intro04 div:before {
    content: "";
    width: 92vw;
    height: 100%;
    background-color: var(--corpColor1);
    position: absolute;
    z-index: -1;
    top: 0;
    left: -8vw;
  }
  #intro .container #intro04 div h5 {
    font-size: 1.33333rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #intro .container #intro04 div ul {
    font-size: 1.11111rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-left: 0;
    margin-right: 8vw;
  }

  #flow hgroup.ttl01 img {
    position: static;
    width: 60%;
    display: inline-block;
    margin: -30% 20% 0;
  }
  #flow dl {
    display: block;
    margin-left: 24px;
  }
  #flow dl dt {
    margin-right: 0;
    text-align: left;
    text-indent: 0;
  }
  #flow dl dt span {
    text-align: center;
  }
  #flow dl dd {
    margin-top: 1em;
    margin-left: 50px;
  }

  #plan .plan {
    position: relative;
  }
  #plan .plan .txt {
    position: relative;
    max-width: 320px;
  }
  #plan .plan h5 {
    position: relative;
    font-size: 1.22222rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #plan .plan h5 span {
    margin-right: 0;
  }
  #plan .plan h5 em {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #plan .plan h3 {
    margin-bottom: 1.5em;
  }
  #plan .plan p {
    @inlude fs(16,2,.1);
  }
  #plan .plan a.btn {
    font-size: 0.88889rem;
    width: 240px;
    margin-top: 1em;
  }
  #plan #plan01 .txt {
    position: absolute;
    top: 160px;
    left: 380px;
    right: auto;
    text-align: center;
  }
  #plan #plan01 figure {
    position: relative;
    width: 90%;
    height: 720px;
    top: 0;
    left: 150px;
    z-index: -1;
  }
  #plan #plan01 figure img {
    width: 720px;
    height: auto;
  }
  #plan #plan01 figure:after {
    display: none;
  }
  #plan #plan02 .txt {
    left: 8%;
    padding: 24vw 0;
  }
  #plan #plan02 .txt a.btn {
    margin-left: 0;
  }
  #plan #plan02 ul {
    width: 84%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: block;
  }
  #plan #plan02 ul li {
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.4s ease 0s;
    width: 11vw;
    aspect-ratio: 1 / 1;
    position: absolute;
  }
  #plan #plan02 ul li:nth-child(1) {
    top: 0;
    left: 0;
  }
  #plan #plan02 ul li:nth-child(2) {
    top: 0;
    left: 12vw;
  }
  #plan #plan02 ul li:nth-child(3) {
    top: 0;
    left: 24vw;
  }
  #plan #plan02 ul li:nth-child(4) {
    top: 0;
    left: 36vw;
  }
  #plan #plan02 ul li:nth-child(5) {
    top: 0;
    left: 48vw;
  }
  #plan #plan02 ul li:nth-child(6) {
    top: 0;
    left: 60vw;
  }
  #plan #plan02 ul li:nth-child(7) {
    top: 0;
    left: 72vw;
  }
  #plan #plan02 ul li:nth-child(8) {
    top: 12vw;
    left: 72vw;
  }
  #plan #plan02 ul li:nth-child(9) {
    top: 24vw;
    left: 72vw;
  }
  #plan #plan02 ul li:nth-child(10) {
    top: 36vw;
    left: 72vw;
  }
  #plan #plan02 ul li:nth-child(11) {
    top: 48vw;
    left: 72vw;
  }
  #plan #plan02 ul li:nth-child(12) {
    top: 60vw;
    left: 72vw;
  }
  #plan #plan02 ul li:nth-child(13) {
    top: 72vw;
    left: 72vw;
  }
  #plan #plan02 ul li:nth-child(14) {
    top: 84vw;
    left: 72vw;
  }
  #plan #plan02 ul li:nth-child(15) {
    top: 84vw;
    left: 72vw;
  }
  #plan #plan02 ul li:nth-child(16) {
    top: 84vw;
    left: 60vw;
  }
  #plan #plan02 ul li:nth-child(17) {
    top: 84vw;
    left: 48vw;
  }
  #plan #plan02 ul li:nth-child(18) {
    top: 84vw;
    left: 36vw;
  }
  #plan #plan02 ul li:nth-child(19) {
    top: 84vw;
    left: 24vw;
  }
  #plan #plan02 ul li:nth-child(20) {
    top: 84vw;
    left: 12vw;
  }
  #plan #plan02 ul li:nth-child(21) {
    top: 84vw;
    left: 0;
  }
  #plan #plan03 .txt {
    left: 300px;
    min-height: 540px;
    padding-top: 60px;
  }
  #plan #plan03 ul {
    width: 240px;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #plan #plan03 ul li {
    flex-basis: 100%;
    margin-top: 0;
  }

  #voice .voice h3 {
    margin-top: 0;
  }
  #voice .voice .col-lg-3 {
    margin-top: 30px;
  }

  #faq .order-lg-1 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #mainSlide:before {
    width: 72vh;
    height: 72vh;
    bottom: auto;
    left: 30%;
    top: -4vh;
  }
  #mainSlide div.txt h2 {
    font-size: 2.66667rem;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: center;
    text-indent: 0em;
  }
  #mainSlide div.txt h6 {
    font-size: 0.66667rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 0.1em;
    position: relative;
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    font-weight: 600;
    margin-bottom: 1em;
  }
  #mainSlide div.txt h6:before, #mainSlide div.txt h6:after {
    width: 12em;
  }

  #intro .container #intro02 > div h4 {
    font-size: 1.66rem;
  }
  #intro .container #intro02 > div h6 {
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    font-weight: 600;
    color: var(--corpColor1);
    font-size: 0.77778rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #intro .container #intro02 > div ol {
    margin-top: 2em;
  }
  #intro .container #intro02 > div ol li {
    padding-left: 40px;
  }
  #intro .container #intro04:before {
    content: "";
    display: block;
    width: 84%;
    /* 幅 */
    border-bottom: 25px solid var(--corpColor1);
    /* 高さ */
    border-right: 12px solid transparent;
    /* 右側下辺の伸び */
    position: absolute;
    top: -25px;
    left: -50px;
  }
  #intro .container #intro04 div {
    position: relative;
    padding-bottom: 50px;
  }
  #intro .container #intro04 div:before {
    content: "";
    width: 55vw;
    height: 100%;
    background-color: var(--corpColor1);
    position: absolute;
    z-index: -1;
    top: 0;
    left: -50px;
  }
  #intro .container #intro04 div h5 {
    color: #ff0;
    font-size: 1.33333rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: .5em;
  }
  #intro .container #intro04 div ul {
    color: #fff;
    font-size: 1.33333rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  #intro .container #intro04 div ul li {
    border-bottom: dashed 2px var(--corpColor3);
    padding: .5em 0;
  }

  #works {
    background-color: var(--corpColor3);
    padding-top: 200px !important;
  }
  #works .col-6 > a {
    padding: 10px 10px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
  }
  #works .col-6 > a:before {
    border-width: 15px;
  }
  #works .col-6 > a:after {
    width: 10px;
    height: 3px;
    bottom: 7.5px;
    right: 5px;
  }
  #works .col-6 > a h3 {
    font-size: 1.33333rem;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: center;
    text-indent: 0em;
    font-weight: 700;
    padding: .6em 0 .4em;
    border-bottom: solid 1px #ccc;
    margin: 0 auto;
  }
  #works .col-6 > a ul {
    margin-left: 0;
    line-height: 1.4;
  }
  #works .col-6 > a ul li {
    margin-top: .5em;
  }

  #instagram ul {
    width: 84%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 0;
  }
  #instagram ul li {
    width: auto;
    height: auto;
    flex-basis: 48%;
    aspect-ratio: 1 / 1;
    margin: 4% 0 0;
  }
  #instagram ul li:nth-child(n+7) {
    display: none;
  }

  #news {
    background-color: #f8f8f8;
  }
  #news dl dt time {
    font-size: 1.16667rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #news dl dt a.cat {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 0.1em;
  }
  #news dl dd {
    font-size: 1.33333rem;
  }

  #reason .col-12 span {
    position: absolute;
    width: 48px;
    height: 40px;
    font-size: 1.33333rem;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    text-indent: 0em;
  }
  #reason .col-12 dl {
    margin-left: 56px;
  }
  #reason ul {
    margin-top: 60px;
    width: 1350px;
  }
  #reason ul li {
    width: 225px;
  }

  #service .container {
    margin-bottom: 4%;
  }
  #service .col-12 > div figure + img {
    height: 60px;
  }
  #service .col-12 > div h5 {
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  #service .col-12 > div a.btn {
    font-size: 1.2em;
    width: 200px;
    margin: 30px auto 0;
  }

  #flow {
    background-color: #eee;
  }
  #flow hgroup.ttl01 {
    padding-bottom: 0;
  }
  #flow hgroup.ttl01 img {
    width: 80%;
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  #flow dl {
    margin-left: 16px;
  }
  #flow dl dt {
    margin-left: 32px;
  }
  #flow dl dt span {
    position: absolute;
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    font-weight: 600;
    background-color: var(--corpColor1);
    color: #fff;
    display: block;
    font-size: 1.33333rem;
    line-height: 32px;
    width: 32px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    left: -48px;
    top: 0;
  }
  #flow dl dd {
    font-size: 1.2em;
    margin-left: 32px;
  }

  #plan .plan {
    position: relative;
  }
  #plan .plan .txt {
    position: relative;
    max-width: 320px;
  }
  #plan .plan h5 {
    position: relative;
    font-size: 1.22222rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #plan .plan h5 span {
    margin-right: 0;
  }
  #plan .plan h5 em {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #plan .plan h3 {
    margin-bottom: 1.5em;
  }
  #plan .plan p {
    @inlude fs(16,2,.1);
  }
  #plan .plan a.btn {
    font-size: 0.88889rem;
    width: 180px;
    margin-top: 1em;
  }
  #plan #plan01 .txt {
    position: absolute;
    top: 140px;
    left: 160px;
    right: auto;
    text-align: center;
  }
  #plan #plan01 figure {
    position: relative;
    height: 560px;
    left: -30px;
  }
  #plan #plan01 figure img {
    width: 560px;
  }
  #plan #plan02 .txt {
    left: 8%;
    padding: 15vw 0 9vw;
    width: 200px;
  }
  #plan #plan03 .txt {
    left: 180px;
    width: 180px;
    min-height: 360px;
    padding-top: 30px;
  }
  #plan #plan03 ul {
    width: 150px;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #plan #plan03 ul li {
    flex-basis: 100%;
    margin-top: 0;
  }

  #voice {
    background-color: var(--corpColor2);
  }
  #voice .col-lg-5 img {
    width: 84%;
    margin: -40% auto 0;
  }
  #voice .col-lg-5 p {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin: 2em auto;
    text-align: justify;
  }
  #voice .voice {
    padding: 6vw 0;
    margin-bottom: 8vw;
  }
  #voice .voice .col-12 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  #area hgroup.ttl01 {
    margin-bottom: 2em;
  }
  #area hgroup.ttl01 + p {
    position: relative;
    background-color: #fff;
    padding-bottom: 2em;
    z-index: 2;
  }
  #area svg {
    margin-top: -28%;
    margin-bottom: 30px;
  }
  #area .col-md-6 {
    margin-top: 20px;
  }
  #area .col-md-6 a {
    padding-bottom: 20px;
  }
  #area .col-md-6 h5 {
    margin-left: 16px;
  }
  #area .col-md-6 p {
    margin-left: 16px;
  }
  #area .col-md-6.nagoya a {
    border-top: none;
    padding-top: 0;
  }

  #faq .order-lg-1 img {
    width: 84%;
    margin-top: -50px;
  }
  #faq ul {
    top: 59px;
  }
  #faq ul li {
    flex-basis: 20%;
  }
  #faq ul li a {
    font-size: 0.77778rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    text-indent: 0.05em;
  }
  #faq .faq dl {
    margin-top: 0;
    padding: 20px 0;
  }
  #faq .faq dl:before {
    width: 18px;
    height: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  #faq .faq dl:after {
    width: 4px;
    height: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
  }
  #faq .faq dl dt {
    padding: 0 40px;
  }
  #faq .faq dl dt:before {
    left: 10px;
  }
  #faq .faq dl dd {
    margin: 10px 0 0;
    padding: 0 40px;
  }
  #faq .faq dl dd:before {
    top: -2px;
    left: 10px;
  }
  #faq .faq dl.open:after {
    top: 0;
  }

  #outro {
    position: relative;
    display: block;
    padding-top: 8vw !important;
  }
  #outro:before {
    width: calc(100% - var(--headerHeight));
    height: 50%;
  }
  #outro:after {
    width: 92%;
  }
  #outro .img {
    position: relative;
  }
  #outro .img figure {
    width: 92%;
    aspect-ratio: 5 / 4;
    margin-bottom: 8vw;
  }
  #outro .img span {
    font-size: 3.55556rem;
    line-height: 1;
    letter-spacing: 0em;
    bottom: -.2em;
    left: 8vw;
  }
  #outro .txt {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding: 0 16vw 8vw;
  }
  #outro .txt h5 {
    font-size: 1.16667rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-left: 0;
  }
  #outro .txt h2 {
    font-size: 1.55556rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-left: 0;
  }
  #outro .txt p {
    letter-spacing: .1em;
    margin-top: 1em;
  }

  #link i img {
    width: 35px;
  }
  #link h2 {
    font-size: 2.33333rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    text-indent: 0.05em;
    font-weight: 700;
    margin: .8em auto .4em;
  }
  #link h6 {
    font-size: 0.77778rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 0.1em;
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    font-weight: 600;
    color: var(--corpColor1);
  }
  #link h6 + p {
    text-align: center;
    text-indent: .1em;
    margin-top: 2em;
  }
  #link ul li {
    flex-basis: 100%;
    margin-top: 16%;
  }
  #link ul li h5 {
    margin-left: 16px;
  }
  #link ul li p {
    margin-left: 16px;
    text-align: justify;
  }
  #link ul li p br {
    display: none;
  }

  #about {
    background: #eee;
  }
  #about h6 {
    font-size: 0.77778rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    text-indent: 0.1em;
  }
  #about h2 {
    font-size: 2.33333rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    text-indent: 0.05em;
  }
  #about h2:after {
    width: 40px;
    height: 2px;
  }
  #about table {
    letter-spacing: .1em;
    width: 100%;
    max-width: 960px;
    margin: 2em auto;
    font-size: 1.2em;
  }
  #about table th, #about table td {
    display: block;
    padding: 0;
    border-bottom: solid 1px #ccc;
  }
  #about table th {
    border-bottom: none;
    padding-top: 20px;
  }
  #about table td {
    padding-bottom: 20px;
  }
}
