footer {
  padding: 160px 0 90px 0;
}
@media screen and (min-width: 1152px) {
  footer {
    padding: 160px 0 120px 0;
  }
}
footer .inner {
  text-align: center;
}
footer .foot-logo {
  width: 70%;
  max-width: 308px;
  margin: 0 auto 60px auto;
}
footer .foot-logo img {
  width: 100%;
  height: auto;
}
footer .foot-logo-jp {
  width: 50%;
  max-width: 215px;
  margin: 0 auto 10px auto;
}
footer .foot-logo-jp img {
  width: 100%;
  height: auto;
}
footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #535353;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.276px;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    font-size: 1.5rem;
  }
}

html {
  background: url("../images/site-bg.jpg") repeat-y;
  background-size: 100% auto;
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

a {
  text-decoration: underline;
  transition: 0.2s;
}
a:hover {
  color: #F6AC19;
  text-decoration: none;
}
a.link-style {
  width: 22em;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-right: 2em;
}
a.link-style::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: -0.5em;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  a.link-style::before {
    height: 2px;
  }
}
a.link-style::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/link-arrow.png") no-repeat center right;
  background-size: auto 100%;
  width: 1em;
  height: 1em;
  top: 0.5em;
  right: 0;
  transition: 0.2s;
}
a.link-style:hover::before {
  background-color: #F6AC19;
  width: 1px;
  opacity: 0;
}
a.link-style:hover::after {
  background: url("../images/link-arrow-hover.png") no-repeat center right;
  background-size: auto 100%;
}

.thumbnail {
  width: 100%;
  margin: 3em 0 0 0;
}
.thumbnail img {
  width: 61.5%;
  max-width: 240px;
  height: auto;
  border-radius: 30px;
}

#first-view {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 768px) {
  #first-view {
    height: 60vh;
    min-height: 572px;
  }
}
@media screen and (min-width: 960px) {
  #first-view {
    height: 100vh;
    min-height: 690px;
    max-height: 1054px;
  }
}
#first-view .main-img {
  background: url("../images/carpet-img.jpg") no-repeat center center;
  background-size: cover;
  -webkit-clip-path: polygon(55% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(55% 0%, 100% 0, 100% 100%, 0% 100%);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #first-view .main-img {
    background: url("../images/carpet-img-pc.jpg") no-repeat center center;
    background-size: auto 100%;
    -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    width: calc(100vw - 7%);
    height: 60vh;
    min-height: 572px;
  }
}
@media screen and (min-width: 960px) {
  #first-view .main-img {
    height: 100vh;
    min-height: 690px;
    max-height: 1054px;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .main-img {
    right: inherit;
    left: calc((100% - 1152px) / 2 + 5%);
  }
}
#first-view .main-txt {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #first-view .main-txt {
    width: 45%;
    left: 10%;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .main-txt {
    width: 39%;
    left: calc((100% - 1152px) / 2 + 5%);
  }
}
#first-view .main-txt__logo {
  width: 83%;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  #first-view .main-txt__logo {
    width: 85%;
  }
}
#first-view .main-txt__logo img {
  width: 100%;
  height: auto;
}
#first-view .main-txt__copy {
  width: 100%;
  margin-bottom: 15%;
}
#first-view .main-txt__copy svg {
  width: 100%;
  height: auto;
}
#first-view .main-txt__copy .main-copy .svg-elem-1 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#first-view .main-txt__copy .main-copy .svg-elem-2 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.05s;
}
#first-view .main-txt__copy .main-copy .svg-elem-3 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}
#first-view .main-txt__copy .main-copy .svg-elem-4 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
}
#first-view .main-txt__copy .main-copy .svg-elem-5 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}
#first-view .main-txt__copy .main-copy .svg-elem-6 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}
#first-view .main-txt__copy .main-copy .svg-elem-7 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.35s;
}
#first-view .main-txt__copy .main-copy .svg-elem-8 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
#first-view .main-txt__copy .main-copy .svg-elem-9 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
#first-view .main-txt__copy .main-copy .svg-elem-10 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s;
}
#first-view .main-txt__copy .main-copy .svg-elem-11 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
#first-view .main-txt__copy .main-copy .svg-elem-12 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.65s;
}
#first-view .main-txt__copy .main-copy .svg-elem-13 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}
#first-view .main-txt__copy .main-copy .svg-elem-14 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s;
}
#first-view .main-txt__copy .main-copy .svg-elem-15 {
  fill: transparent;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-1 {
  fill: #F6AC19;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-2 {
  fill: #F6AC19;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-3 {
  fill: #535353;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-4 {
  fill: #535353;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-5 {
  fill: #535353;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-6 {
  fill: #535353;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-7 {
  fill: #535353;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-8 {
  fill: #535353;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-9 {
  fill: #F6AC19;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-10 {
  fill: #F6AC19;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-11 {
  fill: #F6AC19;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-12 {
  fill: #F6AC19;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-13 {
  fill: #535353;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-14 {
  fill: #535353;
}
#first-view .main-txt__copy .main-copy.active .svg-elem-15 {
  fill: #535353;
}
#first-view .main-txt__subcopy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  #first-view .main-txt__subcopy {
    font-size: 1.8vw;
  }
}
#first-view .main-txt__subcopy span {
  display: inline-block;
  padding: 0.3em 0.75em;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.85);
}
#first-view .scroll {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 1;
  width: 7.5px;
  height: 116px;
  border-left: #000000 solid 1px;
  background: url("../images/arrow1.png") no-repeat bottom right;
}

#concept {
  padding: 80px 0 60px 0;
}
@media screen and (min-width: 768px) {
  #concept {
    padding: 120px 0 100px 0;
  }
}
#concept .inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #concept .inner {
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
}
#concept .txt-vox {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #concept .txt-vox {
    width: 45%;
  }
}
#concept p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.322px;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 960px) {
  #concept p {
    font-size: 1.2vw;
  }
}
#concept .img-vox {
  width: 62%;
  margin: 30px auto 60px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #concept .img-vox {
    width: 45%;
  }
}
#concept .img-vox svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #concept .img-vox svg {
    width: 242px;
  }
}
@media screen and (min-width: 960px) {
  #concept .img-vox svg {
    width: 55%;
  }
}
#concept .img-vox #logo-yoko .svg-elem-1 {
  stroke-dashoffset: 3665.892578125px;
  stroke-dasharray: 3665.892578125px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
#concept .img-vox #logo-yoko .svg-elem-2 {
  stroke-dashoffset: 299.1005554199px;
  stroke-dasharray: 299.1005554199px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
#concept .img-vox #logo-yoko .svg-elem-3 {
  stroke-dashoffset: 295.4892883301px;
  stroke-dasharray: 295.4892883301px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
#concept .img-vox #logo-yoko .svg-elem-4 {
  stroke-dashoffset: 299.4208068848px;
  stroke-dasharray: 299.4208068848px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
#concept .img-vox #logo-yoko .svg-elem-5 {
  stroke-dashoffset: 295.4870300293px;
  stroke-dasharray: 295.4870300293px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
#concept .img-vox #logo-yoko .svg-elem-6 {
  stroke-dashoffset: 299.0993652344px;
  stroke-dasharray: 299.0993652344px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
#concept .img-vox #logo-yoko .svg-elem-7 {
  stroke-dashoffset: 299.2632446289px;
  stroke-dasharray: 299.2632446289px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
#concept .img-vox #logo-yoko.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: #F6AC19;
}
#concept .img-vox #logo-yoko.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: #535353;
}
#concept .img-vox #logo-yoko.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: #535353;
}
#concept .img-vox #logo-yoko.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: #535353;
}
#concept .img-vox #logo-yoko.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: #535353;
}
#concept .img-vox #logo-yoko.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: #535353;
}
#concept .img-vox #logo-yoko.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: #535353;
}

#strengths {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  #strengths {
    padding: 100px 0;
  }
}
#strengths .inner {
  width: 90%;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) {
  #strengths .inner {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#strengths .img-vox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 10% 0;
}
@media screen and (min-width: 768px) {
  #strengths .img-vox {
    width: 50%;
    margin: 5vw 0 0 0;
  }
}
#strengths .img-vox .title-en {
  background: url("../images/section-copy-en1.svg") no-repeat center center;
  background-size: cover;
  aspect-ratio: 1/0.443;
  width: 72%;
  margin: -7% 0 0 10%;
}
@media screen and (min-width: 768px) {
  #strengths .img-vox .title-en {
    width: 78%;
  }
}
#strengths .img-vox h3 {
  background: url("../images/section-copy-jp1.svg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  aspect-ratio: 1/0.265;
  width: 39%;
  margin: 0 0 0 60%;
}
#strengths .img-vox .img {
  width: 90%;
  aspect-ratio: 1/0.64;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: url("../images/carpet-subimg1.jpg") no-repeat center center;
  background-size: cover;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) {
  #strengths .img-vox .img {
    width: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: 0;
  }
}
@media screen and (min-width: 1152px) {
  #strengths .img-vox .img {
    max-height: 26vw;
  }
}
#strengths .txt-vox {
  width: 90%;
  margin: 0 0 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #strengths .txt-vox {
    width: 43%;
    margin: 0;
  }
}
#strengths p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.322px;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 960px) {
  #strengths p {
    font-size: 1.2vw;
  }
}

#vision {
  padding: 60px 0 100px 0;
}
@media screen and (min-width: 768px) {
  #vision {
    padding: 100px 0 240px 0;
  }
}
#vision .inner {
  width: 90%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  #vision .inner {
    width: 95%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#vision .img-vox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 10% 0;
}
@media screen and (min-width: 768px) {
  #vision .img-vox {
    width: 50%;
    margin: 0;
  }
}
#vision .img-vox .title-en {
  background: url("../images/section-copy-en2.svg") no-repeat center center;
  background-size: cover;
  aspect-ratio: 1/0.156;
  width: 90%;
  margin: 0 10% -5% 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #vision .img-vox .title-en {
    width: 100%;
  }
}
#vision .img-vox h3 {
  background: url("../images/section-copy-jp2.svg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  aspect-ratio: 1/0.23;
  width: 48%;
  margin: 0 10% 3% 0;
}
#vision .img-vox .img {
  width: 90%;
  aspect-ratio: 1/0.64;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: url("../images/carpet-subimg2.jpg") no-repeat center center;
  background-size: cover;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  #vision .img-vox .img {
    width: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin: 0;
  }
}
@media screen and (min-width: 1152px) {
  #vision .img-vox .img {
    max-height: 26vw;
  }
}
#vision .txt-vox {
  width: 90%;
  margin: 0 auto 0 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #vision .txt-vox {
    width: 43%;
    margin: 13vw 0 0 0;
  }
}
#vision p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.322px;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 960px) {
  #vision p {
    font-size: 1.2vw;
  }
}
#vision .link-vox {
  width: 90%;
  margin: 0 0 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #vision .link-vox {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
  }
}
#vision .link-vox__link {
  width: 90%;
  margin-top: 4em;
}
@media screen and (min-width: 768px) {
  #vision .link-vox__link {
    width: 31em;
  }
}
@media screen and (min-width: 1152px) {
  #vision .link-vox__link {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  #vision .link-vox__link:last-child {
    margin-left: 4em;
  }
}

#profile {
  padding: 55px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #profile {
    padding: 105px 0;
  }
}
#profile::after {
  display: block;
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  width: 100vw;
  height: 110%;
  transform: skewY(-5deg);
  background: #F6F5EF;
}
@media screen and (min-width: 768px) {
  #profile::after {
    height: 120%;
  }
}
#profile .inner {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#profile .section-title__en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #535353;
  font-size: 3.8rem;
  line-height: 88%; /* 33.44px */
  letter-spacing: 6.954px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #profile .section-title__en {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 1152px) {
  #profile .section-title__en {
    font-size: 6.4rem;
  }
}
#profile h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #535353;
  font-size: 1.6rem;
  margin-bottom: 4em;
}
#profile dl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #profile dl {
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    border-top: rgba(83, 83, 83, 0.3) solid 1px;
  }
}
#profile dl dt {
  background-color: #B4B4B4;
  color: #FFFFFF;
  font-weight: 500;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  #profile dl dt {
    background-color: inherit;
    color: #000000;
    text-align: left;
    padding: 1em;
    width: 10em;
    border-bottom: rgba(83, 83, 83, 0.3) solid 1px;
  }
}
#profile dl dd {
  font-weight: 500;
  text-align: left;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  #profile dl dd {
    width: calc(100% - 10em);
    border-bottom: rgba(83, 83, 83, 0.3) solid 1px;
  }
}

#contact {
  padding: 150px 0 55px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contact {
    padding: 210px 0 55px 0;
  }
}
#contact .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 7.5%;
  border-radius: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
#contact .inner .section-title__en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #535353;
  font-size: 3.8rem;
  line-height: 88%;
  /* 33.44px */
  letter-spacing: 6.954px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #contact .inner .section-title__en {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 1152px) {
  #contact .inner .section-title__en {
    font-size: 6.4rem;
  }
}
#contact .inner h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #535353;
  font-size: 1.6rem;
  margin-bottom: 4em;
}
#contact .inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #contact .inner p {
    font-size: 1.6rem;
  }
}
#contact .inner p.contact-read {
  margin-bottom: 4em;
  text-align: left;
}
@media screen and (min-width: 960px) {
  #contact .inner p.contact-read {
    text-align: center;
  }
}
#contact .contact-form {
  width: 100%;
}
#contact .contact-form dl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #contact .contact-form dl {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#contact .contact-form dt {
  text-align: left;
  padding: 0 0 1em 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #contact .contact-form dt {
    position: relative;
    width: 28%;
    min-height: 12px;
    text-align: right;
  }
}
#contact .contact-form dt label {
  font-weight: 500;
}
#contact .contact-form dt .required {
  display: inline-block;
  background-color: #F6AC19;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 0.3em 0.5em;
  font-size: 1.4rem;
  line-height: 1;
}
#contact .contact-form dt small {
  display: block;
  font-size: 1.4rem;
}
#contact .contact-form dd {
  text-align: left;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  #contact .contact-form dd {
    width: 67%;
    min-height: 34px;
    margin: 0 0 25px 0;
  }
}
#contact .contact-form input[type=submit],
#contact .contact-form input[type=button],
#contact .contact-form input[type=text],
#contact .contact-form select,
#contact .contact-form textarea {
  box-shadow: none;
  outline: none;
  border: none;
}
#contact .contact-form input[type=text] {
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 60px;
  border: 1px solid #778797;
  border-radius: 5px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #contact .contact-form input[type=text] {
    width: 90%;
  }
}
#contact .contact-form input[type=email] {
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 60px;
  border: 1px solid #778797;
  border-radius: 5px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #contact .contact-form input[type=email] {
    width: 90%;
  }
}
#contact .contact-form input[type=tel] {
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 60px;
  border: 1px solid #778797;
  border-radius: 5px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #contact .contact-form input[type=tel] {
    width: 90%;
  }
}
#contact .contact-form textarea {
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 300px;
  border: 1px solid #778797;
  border-radius: 5px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #contact .contact-form textarea {
    width: 80%;
  }
}
#contact .contact-form input[type=text]:focus,
#contact .contact-form input[type=email]:focus,
#contact .contact-form input[type=tel]:focus,
#contact .contact-form textarea:focus {
  background: rgba(246, 172, 25, 0.1);
}
#contact .contact-form input[type=text]:focus::-moz-placeholder, #contact .contact-form input[type=email]:focus::-moz-placeholder, #contact .contact-form input[type=tel]:focus::-moz-placeholder, #contact .contact-form textarea:focus::-moz-placeholder {
  color: transparent;
}
#contact .contact-form input[type=text]:focus::placeholder,
#contact .contact-form input[type=email]:focus::placeholder,
#contact .contact-form input[type=tel]:focus::placeholder,
#contact .contact-form textarea:focus::placeholder {
  color: transparent;
}
#contact .contact-form input[type=checkbox],
#contact .contact-form input[type=radio] {
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contact .contact-form input[type=checkbox] {
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/checkbox@2x.png") no-repeat left top;
}
#contact .contact-form input[type=checkbox]:checked {
  background: url("../images/checkbox-on@2x.png") no-repeat left top;
}
#contact .contact-form input[type=radio] {
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/radio@2x.png") no-repeat left top;
}
#contact .contact-form input[type=radio]:checked {
  background: url("../images/radio-on@2x.png") no-repeat left top;
}
#contact .submit-box {
  text-align: center;
  max-width: 100%;
  max-width: 427px;
  margin: 40px auto 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #contact .submit-box {
    font-size: 1.6rem;
  }
}
#contact .submit-box button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background-color: #535353;
  border-radius: 3em;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  padding: 1em 0;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  #contact .submit-box button {
    font-size: 1.6rem;
  }
}
#contact .submit-box button:hover {
  opacity: 0.75;
}
#contact .submit-box input[type=submit],
#contact .submit-box input[type=button] {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background-color: #535353;
  border-radius: 3em;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  padding: 1em 0;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  #contact .submit-box input[type=submit],
  #contact .submit-box input[type=button] {
    font-size: 1.6rem;
  }
}
#contact .submit-box input[type=submit]:hover,
#contact .submit-box input[type=button]:hover {
  opacity: 0.75;
}
#contact .wpcf7 form .wpcf7-response-output {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #dc3232;
  margin: 2em 0.5em 1em;
  padding: 0.5em 1em;
  border: 2px solid #dc3232;
}
#contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: #dc3232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #dc3232;
}
#contact .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #dc3232;
}
#contact .wpcf7 form.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #dc3232;
}
#contact .wpcf7 form.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #dc3232;
}/*# sourceMappingURL=style.css.map */