@charset "UTF-8";
#video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 750px;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #video {
    min-width: 100%;
    display: none;
  }
}

.mv {
  position: relative;
  width: 100%;
  min-width: 1250px;
  height: 100vh;
  min-height: 750px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    min-width: 100%;
    height: auto;
    min-height: auto;
    padding: 80px 0 30px;
    background: url(../img/common/bg_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 1250px;
  height: 100%;
  min-height: 750px;
  background: rgba(203, 202, 191, 0.84);
  clip-path: circle(0 at bottom left);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv::after {
    min-width: 100%;
    display: none;
  }
}
.start-anime .mv::after {
  animation: clipmoveBg 1s cubic-bezier(0.17, 0, 1, 0.71) 3s forwards;
}
@keyframes clipmoveBg {
  0% {
    clip-path: circle(0 at bottom left);
  }
  100% {
    clip-path: circle(500% at bottom left);
  }
}
.mv-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1230px;
  height: 100%;
  min-height: 750px;
  z-index: 1;
}
@media screen and (max-width: 1249px) {
  .mv-inner {
    max-width: 100%;
    min-height: auto;
  }
}
.mv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%) scale(0.5);
}
@media screen and (max-width: 767px) {
  .mv-txt {
    display: none;
  }
}
.start-anime .mv-txt-1 span.txt-color::before {
  animation: changeColoer 0.5s cubic-bezier(0.17, 0, 1, 0.71) 3s forwards;
}
.mv-txt-2 {
  margin-top: -30px;
  padding-left: 250px;
}
.mv-txt-3 {
  margin-top: -30px;
}
.mv-txt-3 span:last-child {
  margin-left: 40px;
}
.mv-txt-3 span.txt-color::before {
  -webkit-mask-image: url(../img/top/art.png);
          mask-image: url(../img/top/art.png);
}
.start-anime .mv-txt-3 span.txt-color::before {
  animation: changeColoer 0.5s cubic-bezier(0.17, 0, 1, 0.71) 3s forwards;
}
.mv-txt-4 {
  padding-left: 40px;
}
@keyframes changeColoer {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #C7615F;
  }
}
.mv-txt-item:first-child {
  clip-path: circle(40px at 430px -150px);
}
.start-anime .mv-txt-item:first-child {
  animation: clipmove 1.15s cubic-bezier(0.17, 0, 1, 0.71) forwards, cliphide 0.5s cubic-bezier(0.7, -0.4, 0.4, 1.4) 5s forwards;
}
.mv-txt-item:last-child {
  clip-path: circle(40px at 190px 230px);
}
.start-anime .mv-txt-item:last-child {
  animation: clipmove2 1.2s cubic-bezier(0.17, 0, 1, 0.71) 0.1s forwards, cliphide 0.5s cubic-bezier(0.7, -0.4, 0.4, 1.4) 6.5s forwards;
}
@keyframes clipmove {
  0% {
    clip-path: circle(40px at 430px -150px);
  }
  100% {
    clip-path: circle(760px at 430px -150px);
  }
}
@keyframes clipmove2 {
  0% {
    clip-path: circle(40px at 190px 230px);
  }
  100% {
    clip-path: circle(820px at 190px 230px);
  }
}
@keyframes cliphide {
  0% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.mv-txt-item > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.mv-txt-item > div span {
  display: inline-block;
}
.mv-txt .txt-color {
  position: relative;
}
.mv-txt .txt-color::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-mask-image: url(../img/top/design.png);
          mask-image: url(../img/top/design.png);
}
.mv-txt .txt-color img {
  opacity: 0;
}
.mv-txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .mv-txt2 {
    display: none;
  }
}
.start-anime .mv-txt2 {
  transition: opacity 0.9s cubic-bezier(0.7, -0.4, 0.4, 1.4) 9s;
  opacity: 0;
}
.mv-txt2 span {
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 2em;
  clip-path: inset(0 100% 0 0);
}
.start-anime .mv-txt2 span:first-child {
  clip-path: inset(0);
  transition: 0.5s cubic-bezier(0.7, -0.4, 0.4, 1.4) 5.5s;
}
.mv-txt2 span:last-child {
  clip-path: inset(0 0 0 100%);
}
.start-anime .mv-txt2 span:last-child {
  clip-path: inset(0);
  transition: 0.5s cubic-bezier(0.7, -0.4, 0.4, 1.4) 7s;
}
.mv-img {
  position: relative;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1/0.47;
}
@media screen and (max-width: 1249px) {
  .mv-img {
    width: 100%;
    min-width: 1230px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-img {
    width: auto;
    min-width: auto;
    margin: 0 auto;
    aspect-ratio: auto;
    margin-right: -25px;
  }
}
@media screen and (min-width: 768px) {
  .mv-img figure {
    display: none;
  }
}
.mv-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-img .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/main.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .mv-img .circle {
    display: none;
  }
}
.mv-img .circle_O {
  clip-path: circle(0% at 9% 97%);
}
.start-anime .mv-img .circle_O {
  animation: revealCircle_O 0.3s cubic-bezier(0, 0, 0.58, 1) forwards 12s;
}
.mv-img .circle_K {
  clip-path: circle(0% at 30% 50%);
}
.start-anime .mv-img .circle_K {
  animation: revealCircle_K 0.15s cubic-bezier(0, 0, 0.58, 1) forwards 12s;
}
.mv-img .circle_G {
  clip-path: circle(0% at 50% 10%);
}
.start-anime .mv-img .circle_G {
  animation: revealCircle_G 0.6s cubic-bezier(0, 0, 0.58, 1) forwards 12.25s;
}
.mv-img .circle_A {
  clip-path: circle(0% at 92% 6%);
  z-index: 1;
}
.start-anime .mv-img .circle_A {
  animation: revealCircle_A 0.8s cubic-bezier(0, 0, 0.58, 1) forwards 12.3s;
}
.mv-img .circle_L {
  clip-path: circle(0% at 30% 95%);
}
.start-anime .mv-img .circle_L {
  animation: revealCircle_L 0.45s cubic-bezier(0, 0, 0.58, 1) forwards 12.3s;
}
.mv-img .circle_D {
  clip-path: circle(0% at 67% 8%);
}
.start-anime .mv-img .circle_D {
  animation: revealCircle_D 0.3s cubic-bezier(0, 0, 0.58, 1) forwards 12.3s;
}
.mv-img .circle_M {
  clip-path: circle(0% at 10% 10%);
}
.start-anime .mv-img .circle_M {
  animation: revealCircle_M 0.8s cubic-bezier(0, 0, 0.58, 1) forwards 12.5s;
}
.mv-img .circle_C {
  clip-path: circle(0% at 30% 8%);
}
.start-anime .mv-img .circle_C {
  animation: revealCircle_C 1.2s cubic-bezier(0, 0, 0.58, 1) forwards 12.65s;
}
.mv-img .circle_J2 {
  clip-path: circle(0% at 89% 90%);
}
.start-anime .mv-img .circle_J2 {
  animation: revealCircle_J2 0.65s cubic-bezier(0, 0, 0.58, 1) forwards 12.8s;
}
.mv-img .circle_J {
  clip-path: circle(0% at 50% 50%);
}
.start-anime .mv-img .circle_J {
  animation: revealCircle_J 0.45s cubic-bezier(0, 0, 0.58, 1) forwards 13s;
}
.mv-img .circle_F {
  clip-path: circle(0% at 69% 87%);
}
.start-anime .mv-img .circle_F {
  animation: revealCircle_F 0.55s cubic-bezier(0, 0, 0.58, 1) forwards 13.05s;
}
.mv-img .circle_I {
  clip-path: circle(0% at 50% 85%);
}
.start-anime .mv-img .circle_I {
  animation: revealCircle_I 1.4s cubic-bezier(0, 0, 0.58, 1) forwards 13.5s;
}
.mv-img .circle_E {
  clip-path: circle(0% at 70% 50%);
}
.start-anime .mv-img .circle_E {
  animation: revealCircle_E 0.6s cubic-bezier(0, 0, 0.58, 1) forwards 13.5s;
}
@keyframes revealCircle_O {
  to {
    clip-path: circle(40% at 9% 97%);
  }
}
@keyframes revealCircle_K {
  to {
    clip-path: circle(24% at 30% 50%);
  }
}
@keyframes revealCircle_G {
  to {
    clip-path: circle(28% at 50% 10%);
  }
}
@keyframes revealCircle_A {
  to {
    clip-path: circle(65% at 92% 6%);
  }
}
@keyframes revealCircle_L {
  to {
    clip-path: circle(40% at 30% 95%);
  }
}
@keyframes revealCircle_D {
  to {
    clip-path: circle(38% at 67% 8%);
  }
}
@keyframes revealCircle_M {
  to {
    clip-path: circle(25% at 10% 10%);
  }
}
@keyframes revealCircle_C {
  to {
    clip-path: circle(27% at 30% 8%);
  }
}
@keyframes revealCircle_J2 {
  to {
    clip-path: circle(27% at 30% 8%);
  }
}
@keyframes revealCircle_J {
  to {
    clip-path: circle(29% at 50% 50%);
  }
}
@keyframes revealCircle_F {
  to {
    clip-path: circle(26% at 69% 87%);
  }
}
@keyframes revealCircle_I {
  to {
    clip-path: circle(40% at 50% 85%);
  }
}
@keyframes revealCircle_E {
  to {
    clip-path: circle(24% at 70% 50%);
  }
}

.home .header {
  background: transparent;
}
.home.start-anime .header-logo {
  opacity: 1;
  transition: opacity 0.3s ease-out 10.5s;
}
.home.start-anime .gnav {
  opacity: 1;
  transition: opacity 0.3s ease-out 11.5s;
}
.home.is-fixed .header-logo {
  transition: none;
  opacity: 1 !important;
}
.home.is-fixed .gnav {
  transition: none;
  opacity: 1 !important;
}
@media screen and (min-width: 768px) {
  .home .header-logo,
  .home .gnav {
    opacity: 0;
  }
}
.home .page-main-block {
  padding: 0;
}
.home .page-main-block .page-block-content {
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .home .page-main-block .page-block-content {
    padding: 70px 0;
  }
}
.home .page-main-block .btn-arrow {
  display: inline-flex;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .home .page-main-block .btn-arrow:hover span {
    color: #000;
  }
}
.home .page-main-block .btn-arrow span {
  font-family: "Libre Baskerville", serif;
}
.home .page-main-block .btn-arrow span::before {
  width: 0.9em;
  height: 0.9em;
}
.home .page-main-block .btn-arrow span::after {
  width: 1.8em;
  height: 1.8em;
}
.home #company {
  position: relative;
  padding-bottom: 150px;
  background: rgba(203, 202, 191, 0.84);
}
@media screen and (max-width: 767px) {
  .home #company {
    background: url(../img/common/bg_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1400px) {
  .home #company::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: max(15vw, 220px);
    aspect-ratio: 1/2;
    background: url(../img/top/img_company_02.jpg) top center no-repeat;
    background-size: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: translateY(-50%);
  }
}
.home #company .title-section::before {
  content: "COMPANY";
  position: absolute;
  top: 0;
  left: -30px;
  display: inline-block;
  font-size: 8.375rem;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .home #company .title-section::before {
    font-size: 5.625rem;
  }
}
.home #company .title-section span:last-of-type {
  line-height: 1.4em;
  letter-spacing: normal;
}
.home #company .title-section span:last-of-type > span {
  color: #C7615F;
}
.home #company .title-section small {
  font-size: 1rem;
}
.home #company .content-row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home #company .content-row {
    flex-direction: column-reverse;
  }
}
.home #company .content-row .content-img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: 90px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  flex: 1;
}
@media screen and (max-width: 1249px) {
  .home #company .content-row .content-img {
    margin-left: -125px;
  }
}
@media screen and (max-width: 767px) {
  .home #company .content-row .content-img {
    width: auto;
    margin: 0 -25px;
  }
}
.home #company .content-row .content-img figure {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home #company .content-row .content-img figure {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .home #company .content-row .content-img figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .home #company .content-row .content-right {
    width: 55%;
    padding-right: 80px;
  }
}
.home #company .btn-arrow {
  margin-top: 20px;
}
.home #works {
  position: relative;
  padding-top: 80px;
  background: #C7615F;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .home #works {
    padding-bottom: 50px;
  }
}
.home #works .title-section .en {
  position: relative;
  display: block;
  width: 100%;
}
.home #works .title-section .en::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: calc(100% - 5em);
  height: 1px;
  background: #000;
}
.home #works .title-section span:last-child {
  margin: 0 auto;
  font-size: 8.125rem;
  line-height: 1em;
  letter-spacing: normal;
  background-image: linear-gradient(90deg, rgb(174, 86, 84), rgb(173, 143, 83));
  color: transparent;
  -webkit-background-clip: text;
}
@media screen and (max-width: 767px) {
  .home #works .title-section span:last-child {
    font-size: 3.4375rem;
  }
}
.home #works .content-box {
  position: relative;
  margin-top: -150px;
  padding: 90px 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .home #works .content-box {
    margin-top: -120px;
    padding: 35px 20px;
  }
}
.home #works .content-box figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.home #works .content-box .btn-arrow {
  position: absolute;
  bottom: 100px;
  right: 100px;
  font-size: 1.875rem;
  transform: translate(40%, 40%);
}
@media screen and (min-width: 769px) {
  .home #works .content-box .btn-arrow:hover .icon-arrow {
    opacity: 1;
  }
}
.home #recruit {
  background: #fff;
}
.home #recruit .title-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .home #recruit .title-section {
    margin-top: 40px;
  }
}
.home #recruit .title-section::before {
  content: "RECRUIT";
  position: absolute;
  top: 0;
  left: -30px;
  display: inline-block;
  font-size: 8.375rem;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #C7615F;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .home #recruit .title-section::before {
    font-size: 5.625rem;
  }
}
.home #recruit .btn-arrow {
  margin-top: 20px;
}
.home #recruit .content-row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home #recruit .content-row {
    align-items: flex-start;
  }
}
.home #recruit .content-row .content-img {
  width: 65vw;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home #recruit .content-row .content-img {
    width: 420px;
  }
}
@media screen and (min-width: 768px) {
  .home #recruit .content-row .content-right {
    width: calc(100% - 520px);
  }
}
.home #news {
  background: #F4F4F4;
}
.home #news .title-section {
  font-size: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .home #news .title-section {
    margin: 0;
    font-size: 3.75rem;
    order: 1;
  }
}
.home #news .btn-arrow {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .home #news .btn-arrow {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .home #news .content-row .content-left {
    width: calc(100% - 570px);
  }
}
@media screen and (max-width: 767px) {
  .home #news .content-row .content-left {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .home #news .content-row .content-right {
    width: 570px;
  }
}
@media screen and (max-width: 767px) {
  .home #news .content-row .content-right {
    order: 2;
  }
}
.home #news .news-list {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home #news .news-list {
    margin-bottom: 10px;
  }
}
.home #news .news-list-item {
  position: relative;
  display: block;
  padding: 20px 0;
  padding-right: 30px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .home #news .news-list-item:hover {
    color: #000;
    border-color: #C7615F;
    opacity: 1;
  }
  .home #news .news-list-item:hover .icon-arrow {
    right: 0;
  }
}
.home #news .news-list-item .icon-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .home #news .news-list-item .icon-arrow {
    right: 0;
  }
}
.home #news .news-list-item .icon-arrow::before {
  background-color: #C7615F;
}
.home #news .news-date {
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  color: #C7615F;
}
.home #news .news-ttl {
  display: block;
  font-size: 0.9375rem;
}

/* 会社概要 */
#page-company .page-main-block {
  padding-bottom: 0;
}
#page-company .intro {
  align-items: center;
  margin: 0 auto;
}
#page-company .intro p {
  line-height: 2.2em;
}
#page-company .intro .content-img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: 90px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  flex: 1;
}
@media screen and (min-width: 768px) {
  #page-company .intro .content-img {
    max-height: 400px;
  }
}
@media screen and (max-width: 1249px) {
  #page-company .intro .content-img {
    margin-left: -125px;
  }
}
@media screen and (max-width: 767px) {
  #page-company .intro .content-img {
    width: auto;
    margin: 0;
    margin-left: -25px;
  }
}
#page-company .intro .content-img figure {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #page-company .intro .content-img figure {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #page-company .intro .content-img figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#page-company #company-profile .content-row {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #page-company #company-profile .content-row {
    padding: 70px 0;
  }
}
#page-company #company-profile .content-row:first-of-type {
  padding-top: 0;
}
#page-company #company-profile .content-row:last-child {
  background: #F4F4F4;
}
#page-company #company-profile .content-row:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  display: block;
  width: 100vw;
  min-width: 1250px;
  height: 100%;
  background: #F4F4F4;
}
@media screen and (max-width: 1249px) {
  #page-company #company-profile .content-row:last-child::before {
    left: -125px;
  }
}
@media screen and (max-width: 767px) {
  #page-company #company-profile .content-row:last-child::before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #page-company #company-profile .content-row .content-left,
  #page-company #company-profile .content-row .content-right {
    width: 47%;
  }
}
#page-company table th {
  width: 8em;
}
@media screen and (max-width: 767px) {
  #page-company table th {
    width: 100%;
    padding-bottom: 0;
  }
}
#page-company table td {
  padding-top: 0;
}
#page-company ol {
  margin: 0 auto;
  padding: 0;
  list-style-position: inside;
}
#page-company ol li {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
}
#page-company ol li:not(:last-child) {
  margin-bottom: 0.2em;
}
#page-company .list-border dt,
#page-company .list-border dd,
#page-company .list-border li {
  padding: 1em 0;
  border-bottom: 1px solid #bbbbbb;
}
#page-company .list-border dt:first-child,
#page-company .list-border dd:first-child,
#page-company .list-border li:first-child {
  padding-top: 0;
}
#page-company dl.list-border {
  display: flex;
  flex-wrap: wrap;
}
#page-company dl.list-border dt {
  width: 7em;
}
#page-company dl.list-border dd {
  width: calc(100% - 7em);
}
#page-company dl.list-border dd:first-of-type {
  padding-top: 0;
}

/* WORKS */
#page-works .nav-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  #page-works .nav-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
#page-works .nav-links a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em;
  padding-right: 2em;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  border-bottom: 1px solid #5E504F;
}
@media screen and (max-width: 767px) {
  #page-works .nav-links a {
    padding: 1em 0;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) {
  #page-works .nav-links a:hover {
    color: #000;
    border-color: #C7615F;
  }
  #page-works .nav-links a:hover .icon-arrow {
    transform: translateY(-20%) rotate(90deg);
  }
}
#page-works .nav-links a .icon-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 1em;
  height: 1em;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  #page-works .nav-links a .icon-arrow {
    right: 0;
  }
}
#page-works .nav-links a .icon-arrow::before {
  background-color: #C7615F;
}
#page-works .works-slider-wrap {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1249px) {
  #page-works .works-slider-wrap {
    width: auto;
    margin: 0 auto;
    margin-right: -125px;
  }
}
@media screen and (max-width: 767px) {
  #page-works .works-slider-wrap {
    margin: 0 auto;
    margin-right: -25px;
  }
}
#page-works .works-slider-wrap .slider-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  #page-works .works-slider-wrap .slider-btn-wrap {
    position: absolute;
    justify-content: center;
    top: -80px;
    left: 350px;
    margin: 0;
  }
}
#page-works .works-slider-wrap .slider-btn-wrap .swiper-button-prev,
#page-works .works-slider-wrap .slider-btn-wrap .swiper-button-next {
  position: static !important;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid #C7615F;
  border-radius: 100%;
}
#page-works .works-slider-wrap .slider-btn-wrap .swiper-button-prev::before,
#page-works .works-slider-wrap .slider-btn-wrap .swiper-button-next::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/common/icon-arrow.svg);
          mask-image: url(../img/common/icon-arrow.svg);
  background: #C7615F;
  transition: all 0.2s ease;
}
#page-works .works-slider-wrap .slider-btn-wrap .swiper-button-prev::after,
#page-works .works-slider-wrap .slider-btn-wrap .swiper-button-next::after {
  display: none;
}
#page-works .works-slider-wrap .slider-btn-wrap .swiper-button-prev {
  transform: scale(-1, 1);
}
#page-works .works-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 400px;
  width: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-works .works-slider .swiper-slide {
    height: 280px;
  }
}
#page-works .works-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #page-works .works-slider .swiper-slide img {
    height: 280px;
  }
}
@media screen and (min-width: 768px) {
  #page-works #office .slider-btn-wrap {
    left: 250px;
  }
}
@media screen and (min-width: 768px) {
  #page-works #landmark .slider-btn-wrap {
    left: 400px;
  }
}

.job-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .job-links {
    grid-template-columns: 1fr;
    gap: 25px 0;
  }
}
.job-links a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 10px;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  background: #F9F6F3;
  border: 1px solid #C7615F;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .job-links a {
    padding: 1em 0;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) {
  .job-links a:hover {
    color: #000;
    background: #F4E7E7;
  }
  .job-links a:hover .icon-arrow {
    transform: translateY(5px) rotate(90deg);
  }
}
.job-links a figure {
  display: inline-block;
  width: auto;
  height: 83px;
  margin-bottom: 10px;
}
.job-links a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.job-links a .en {
  display: block;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  color: #C7615F;
}
.job-links a .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 1em;
  font-size: 1.375rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
.job-links a .icon-arrow {
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5em;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .job-links a .icon-arrow {
    right: 0;
  }
}
.job-links a .icon-arrow::before {
  background-color: #C7615F;
}

/* 採用 */
#page-recruit .content-img {
  border-radius: 10px;
  overflow: hidden;
}
#page-recruit .lead {
  margin-bottom: 1em;
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  #page-recruit .lead {
    font-size: 1.375rem;
  }
}
#page-recruit .lead + p {
  line-height: 2em;
}
#page-recruit .page-main-block {
  padding: 0;
}
#page-recruit #message {
  margin-bottom: 0;
  padding: 150px 0;
  background: #D8D1CB;
}
@media screen and (max-width: 767px) {
  #page-recruit #message {
    padding: 80px 0 120px;
  }
}
#page-recruit #message .title-section::before {
  content: "MESSAGE";
  position: absolute;
  top: 0;
  left: -30px;
  display: inline-block;
  font-size: 8.375rem;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  #page-recruit #message .title-section::before {
    font-size: 5.625rem;
    opacity: 0.15;
  }
}
@media screen and (min-width: 768px) {
  #page-recruit #message .content-left {
    width: calc(100% - 370px);
    padding: 0 100px;
  }
}
@media screen and (min-width: 768px) {
  #page-recruit #message .content-right {
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  #page-recruit #message .content-right {
    order: -1;
    margin-bottom: 50px;
  }
}
#page-recruit #message .signature {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px 0;
  margin-top: 30px;
}
#page-recruit #message .signature span {
  font-size: 1.625rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
#page-recruit #personality {
  margin-top: -80px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #page-recruit #personality {
    margin: -50px auto 80px;
  }
}
#page-recruit #personality .content-row {
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 70px;
  background: #F4F4F4;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #page-recruit #personality .content-row {
    padding: 100px 20px 50px;
    gap: 0;
  }
}
#page-recruit #personality .content-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 100px;
  width: 100vw;
  background: url(../img/recruit/txt_personality.png) left center repeat-x;
  background-size: contain;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  #page-recruit #personality .content-row::before {
    top: 80px;
    height: 65px;
    background-size: cover;
    transform: translateX(-50%);
  }
}
#page-recruit #personality .content-row > * {
  position: relative;
  z-index: 1;
}
#page-recruit #personality .content-row figure {
  width: 390px;
  margin: 0;
  margin-left: 120px;
}
@media screen and (max-width: 767px) {
  #page-recruit #personality .content-row figure {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #page-recruit #training .content-row .content-right {
    order: -1;
  }
}
#page-recruit #job .content-row {
  padding-top: 90px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #page-recruit #job .content-row {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  #page-recruit #job .content-row .content-left {
    width: calc(100% - 670px);
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) {
  #page-recruit #job .content-row .content-right {
    width: 670px;
  }
}
#page-recruit #job .btn-arrow {
  display: inline-flex;
  margin: 0;
}
#page-recruit #job .btn-arrow span {
  font-family: "Libre Baskerville", serif;
}
#page-recruit #job .btn-arrow span::before {
  width: 0.9em;
  height: 0.9em;
}
#page-recruit #job .btn-arrow span::after {
  width: 1.8em;
  height: 1.8em;
}
@media screen and (min-width: 768px) {
  #page-recruit #job .job-links {
    gap: 0 25px;
  }
}
@media screen and (min-width: 769px) {
  #page-recruit #job .job-links a:hover {
    color: #000;
    background: #F4E7E7;
  }
  #page-recruit #job .job-links a:hover .icon-arrow {
    transform: translateX(5px);
  }
}
#page-recruit #job .job-links a .icon-arrow {
  transform: translateX(0);
}
#page-recruit #recruitment {
  margin-bottom: 0;
  padding: 80px 0;
  background: url(../img/recruit/bg_footer.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #page-recruit #recruitment {
    background-image: url(../img/recruit/bg_footer_sp.jpg);
  }
}
#page-recruit #recruitment .title-section {
  font-size: 1.75rem;
}
#page-recruit #recruitment .content-box {
  max-width: 930px;
  margin: 0 auto;
  padding: 50px 50px 40px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #page-recruit #recruitment .content-box {
    gap: 0;
    padding: 50px 25px;
  }
}
@media screen and (min-width: 768px) {
  #page-recruit #recruitment .content-box > .content-left {
    width: calc(100% - 640px);
  }
}
@media screen and (min-width: 768px) {
  #page-recruit #recruitment .content-box > .content-right {
    width: 640px;
  }
}
@media screen and (max-width: 767px) {
  #page-recruit #recruitment .content-box > .content-right .content-row {
    flex-wrap: nowrap;
  }
}
#page-recruit #recruitment .content-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  background: #F4F4F4;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #page-recruit #recruitment .content-box dl {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #page-recruit #recruitment .content-box dl {
    padding: 20px;
  }
}
#page-recruit #recruitment .content-box dl dt {
  width: 50%;
  font-size: 1.375rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #C7615F;
  border-right: 1px solid #bbbbbb;
}
#page-recruit #recruitment .content-box dl dd {
  width: 50%;
  padding-left: 20px;
}
#page-recruit #recruitment .content-box dl dd ul li {
  font-size: 1rem;
}
#page-recruit #recruitment .content-box .note {
  margin-top: 0.5em;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  #page-recruit #recruitment .content-box .note {
    text-align: right;
  }
}

/* 職種紹介 */
#page-job .job-links {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #page-job .job-links {
    margin-bottom: 80px;
  }
}
#page-job .title-job {
  margin: 0 auto 50px;
  padding: 15px;
  font-size: 1.875rem;
  background-image: linear-gradient(270deg, rgba(174, 86, 84, 0.3), rgba(173, 143, 83, 0.3));
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-job .title-job {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
#page-job .title-job figure {
  float: left;
  margin-right: 0.8em;
}
#page-job .title-job figure img {
  width: 65px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #page-job .title-job figure img {
    width: 54px;
  }
}
#page-job .title-job .en {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.5em;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  color: #C7615F;
}
@media screen and (max-width: 767px) {
  #page-job .title-job .en {
    line-height: 1.2em;
  }
}
#page-job .title-section .name {
  display: block;
  margin-top: 0.2em;
  font-size: 0.8em;
}
#page-job .title-section .name small {
  font-size: 0.7em;
}
#page-job .lead {
  margin-bottom: 1em;
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  #page-job .lead {
    font-size: 1.375rem;
  }
}
#page-job .lead + p {
  line-height: 2em;
}
#page-job .schedule {
  margin: 40px auto 0;
  padding-top: 40px;
  border-top: 1px solid #C7615F;
}
#page-job .schedule h3 {
  margin: 0 auto 1em;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #page-job .schedule h3 {
    font-size: 1.25rem;
  }
}
#page-job .schedule-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 50px 50px;
  padding-left: 80px;
  background: #F4F4F4;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #page-job .schedule-list {
    flex-direction: column;
    padding: 20px 25px 40px;
    padding-left: 50px;
  }
}
#page-job .schedule-list dt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  border-bottom: 1px dotted #bbbbbb;
}
@media screen and (min-width: 768px) {
  #page-job .schedule-list dt {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #page-job .schedule-list dt {
    padding: 20px 0;
    padding-bottom: 0;
    border: none;
  }
}
#page-job .schedule-list dt::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -30px;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #C7615F;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  #page-job .schedule-list dt::before {
    top: 28px;
  }
}
#page-job .schedule-list dt::after {
  content: "";
  position: absolute;
  top: 40px;
  left: -27px;
  display: inline-block;
  width: 1px;
  height: 101%;
  background: #C7615F;
}
@media screen and (max-width: 767px) {
  #page-job .schedule-list dt::after {
    top: 28px;
  }
}
#page-job .schedule-list dt:last-of-type::after {
  display: none;
}
#page-job .schedule-list dt .time {
  width: 4em;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #C7615F;
}
#page-job .schedule-list dd {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px dotted #bbbbbb;
}
@media screen and (min-width: 768px) {
  #page-job .schedule-list dd {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  #page-job .schedule-list dd {
    padding: 20px 0;
    padding-top: 10px;
  }
  #page-job .schedule-list dd::after {
    content: "";
    position: absolute;
    top: 28px;
    left: -27px;
    display: inline-block;
    width: 1px;
    height: 101%;
    background: #C7615F;
  }
  #page-job .schedule-list dd:last-of-type::after {
    display: none;
  }
}

/* ニュース */
.news-list {
  margin: 0 auto 40px;
}
.news-list-item {
  position: relative;
  display: block;
  padding: 20px 0;
  padding-right: 30px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .news-list-item:hover {
    color: #000;
    border-color: #C7615F;
    opacity: 1;
  }
  .news-list-item:hover .icon-arrow {
    right: 0;
  }
}
.news-list-item .icon-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news-list-item .icon-arrow {
    right: 0;
  }
}
.news-list-item .icon-arrow::before {
  background-color: #C7615F;
}
.news-date {
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  color: #C7615F;
}
.news-ttl {
  display: block;
  font-size: 0.9375rem;
}
.news-pagination .pagination-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.news-pagination li.current span {
  color: #fff;
  background: #C7615F;
}
.news-pagination li a,
.news-pagination li span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #C7615F;
  background: #fff;
  border: 1px solid #C7615F;
  border-radius: 100%;
}
.news-pagination li a:hover {
  color: #fff;
  background: #C7615F;
}

/* ニュース詳細 */
.single-news .news-ttl-head {
  margin: 0 auto 40px;
}
.single-news .news-ttl-head h3 {
  font-size: 2.375rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .single-news .news-ttl-head h3 {
    font-size: 1.625rem;
  }
}
.single-news .news-ttl-date {
  margin: 0 auto 1em;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  color: #C7615F;
}
.single-news .news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-news .news-content.news-no-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .single-news .news-content.news-no-img .news-content-text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .single-news .news-content-image {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .single-news .news-content-image {
    margin: 0 auto 40px;
  }
}
.single-news .news-content-image .img-container:not(:last-child) {
  margin-bottom: 20px;
}
.single-news .news-content-image .img-container img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .single-news .news-content-text {
    width: 50%;
  }
}
.single-news .pagenation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin: 60px auto 0;
}
.single-news .pagenation a[rel]::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/common/icon-arrow.svg);
          mask-image: url(../img/common/icon-arrow.svg);
  background: #C7615F;
  transition: all 0.2s ease;
}
.single-news .pagenation a[rel=next] {
  transform: scale(-1, 1);
}
.single-news .pagenation a.list {
  position: relative;
  display: inline-block;
  padding-bottom: 0.2em;
}
.single-news .pagenation a.list::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #C7615F;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 769px) {
  .single-news .pagenation a.list:hover::after {
    width: 0;
  }
}

/* お問い合わせ */
#page-contact2 .step {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-reset: number 0;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #page-contact2 .step {
    margin-bottom: 30px;
  }
}
#page-contact2 .step-item {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: number 1;
}
#page-contact2 .step-item.is-complete {
  color: #C7615F;
}
#page-contact2 .step-item.is-complete::before {
  background: #C7615F !important;
}
#page-contact2 .step-item span {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2em;
}
#page-contact2 .step-item span::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero);
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  #page-contact2 .step-item span::before {
    display: block;
    text-align: center;
  }
}
#page-contact2 .step-item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 1px;
  margin: 1em;
  background: #bbbbbb;
}
@media screen and (max-width: 767px) {
  #page-contact2 .step-item:not(:first-child)::before {
    width: 40px;
  }
}
#page-contact2 table {
  max-width: 770px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #page-contact2 table {
    display: block;
    width: 100%;
  }
}
#page-contact2 table th {
  width: 40%;
  padding: 1.5em 1em;
  text-align: left;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #bbbbbb;
}
@media screen and (max-width: 767px) {
  #page-contact2 table th {
    padding: 1em 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
#page-contact2 table td {
  text-align: left;
  border: none;
  border-bottom: 1px solid #bbbbbb;
}
@media screen and (max-width: 767px) {
  #page-contact2 table td {
    padding: 1em 0;
  }
}
@media screen and (max-width: 767px) {
  #page-contact2 table tbody,
  #page-contact2 table tr,
  #page-contact2 table th,
  #page-contact2 table td {
    display: block;
    width: 100%;
  }
}
#page-contact2 form input[type=text], #page-contact2 form input[type=tel], #page-contact2 form input[type=email] {
  width: 100%;
  padding: 1em;
  font-size: 1rem;
  background: #fbf9f5;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #page-contact2 form input[type=text], #page-contact2 form input[type=tel], #page-contact2 form input[type=email] {
    width: 100%;
  }
}
#page-contact2 form .post input {
  width: 12%;
}
@media screen and (max-width: 767px) {
  #page-contact2 form .post input {
    width: 25%;
  }
}
#page-contact2 form .tel input {
  width: 12%;
}
@media screen and (max-width: 767px) {
  #page-contact2 form .tel input {
    width: 25%;
  }
}
#page-contact2 form .hyphen {
  display: inline-block;
  padding: 0 0.2em;
}
#page-contact2 form textarea {
  width: 100%;
  height: 15em;
  padding: 1em;
  font-size: 1rem;
  background: #fbf9f5;
  border-radius: 3px;
}
#page-contact2 .privacy {
  margin: 0 auto;
  padding: 40px;
  background: #fbf9f5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-contact2 .privacy {
    padding: 30px 20px;
  }
}
#page-contact2 .privacy h2 {
  margin-bottom: 1em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #page-contact2 .privacy h2 {
    font-size: 1.125rem;
  }
}
#page-contact2 .privacy h3 {
  margin-bottom: 1em;
  font-size: 1.6rem;
  text-align: center;
}
#page-contact2 .privacy p {
  margin-bottom: 1em;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  #page-contact2 .privacy p {
    text-align: left;
  }
}
#page-contact2 .privacy-policy {
  height: 230px;
  padding: 30px;
  text-align: left;
  background: #fff;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  #page-contact2 .privacy-policy {
    padding: 20px;
  }
}
#page-contact2 .privacy-policy p {
  font-size: 0.875rem;
}
#page-contact2 .privacy-policy dl {
  font-size: 0.875rem;
}
#page-contact2 .privacy-policy dl dt {
  font-weight: 500;
}
#page-contact2 .privacy-policy dl dd {
  margin-bottom: 1em;
  line-height: 1.5em;
}
#page-contact2 .privacy-check {
  display: inline-block;
  margin: 20px auto 0;
}
#page-contact2 .privacy-check .checkbox {
  margin: 0 auto;
  line-height: 1em;
  vertical-align: middle;
  padding: 0.5em;
  background: #fff;
  border: 1px solid #bbbbbb;
}
#page-contact2 .privacy-check label {
  font-weight: 700;
  color: #C7615F;
  vertical-align: middle;
}

.page-complete .btn-wrap {
  margin: 50px auto 0;
}
.page-complete .btn-wrap .btn {
  min-width: 170px;
  padding: 1em;
  color: #fff;
  background: #C7615F;
  border: 1px solid #C7615F;
}
@media screen and (min-width: 769px) {
  .page-complete .btn-wrap .btn:hover {
    color: #C7615F;
    background: #fff;
  }
}/*# sourceMappingURL=styles.css.map */