@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  page.css
 style info :  ページ固有css
=================================================================== */
/*----------------------------------------------------------------------------------
		 								common
------------------------------------------------------------------------------------*/
.wp-caption.alignleft,
.wp-caption.aligncenter,
.wp-caption.alignright,
.wp-caption.alignnone {
  max-width: 100%;
  height: 100%;
}

.wp-caption.alignright {
  display: block;
  margin: 0 0 0 auto;
}

/* 配置位置 右 */
.wp-caption.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

/* 配置位置 左 */
.wp-caption.aligncenter {
  display: block;
  margin: 0 auto;
}

/* 配置位置 中央 */
.wp-caption.alignright img,
.wp-caption.alignleft img,
.wp-caption.aligncenter img {
  max-width: 100%;
  height: 100%;
}

.wp-caption-text {
  margin-bottom: 20px;
  font-size: 12px !important;
  line-height: 1.8;
  text-align: center;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

/* 配置位置 右 */
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

/* 配置位置 左 */
img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
  max-width: 100%;
  height: 100%;
}

blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin-bottom: 45px;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  vertical-align: middle;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 850px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*------------------------------------------------------------------------------------
		 								pagenavi 
------------------------------------------------------------------------------------*/
.wp-pagenavi_wrapper {
  text-align: center;
}

.wp-pagenavi {
  position: relative;
  display: inline-block;
  height: 25px;
  margin-bottom: 150px;
  font-family: "Crimson Text", serif;
  text-align: center;
  border: none !important;
  clear: both;
}
@media only screen and (max-width: 850px) {
  .wp-pagenavi {
    margin-bottom: 110px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #000;
  padding: 10px !important;
  margin: 0 4px !important;
  font-size: 24px;
  font-weight: 700 !important;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  opacity: 0.2;
  border: none !important;
  transition: all 0.5s ease;
}
.wp-pagenavi a:hover {
  opacity: 1;
  transition: all 0.5s ease;
}
.wp-pagenavi .current {
  font-weight: 700 !important;
  opacity: 1;
}

.nextpostslink,
.previouspostslink {
  border: none !important;
  position: absolute;
  opacity: 1 !important;
}

.nextpostslink {
  position: absolute;
  right: -60px;
}
.nextpostslink::after {
  position: absolute;
  right: 0;
  top: 4px;
  content: url(../images/page/all-next.svg);
}

.previouspostslink {
  left: -60px;
}
.previouspostslink::after {
  position: absolute;
  left: 0;
  top: 4px;
  content: url(../images/page/all-prev.svg);
}

.pageNav {
  max-width: 536px;
  margin: 105px auto;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .pageNav {
    max-width: calc(100% - 30px);
    margin: 60px auto;
  }
}
.pageNav .all {
  display: inline-block;
  font-family: "Crimson Text", serif;
  font-size: 31px;
  font-weight: 700;
}
@media only screen and (max-width: 850px) {
  .pageNav .all {
    font-size: 20px;
  }
}
.pageNav .prev,
.pageNav .next {
  color: #333333;
}
@media only screen and (max-width: 850px) {
  .pageNav .prev,
  .pageNav .next {
    transform: scale(0.7);
  }
}
.pageNav .prev {
  position: absolute;
  top: 0;
  left: 0;
}
.pageNav .prev:after {
  content: url(../images/page/prev.svg);
  position: absolute;
  top: 8px;
  left: 0;
}
.pageNav .next {
  position: absolute;
  top: 0;
  right: 0;
}
.pageNav .next:after {
  content: url(../images/page/next.svg);
  position: absolute;
  top: 0;
  right: 0;
}

/* home */
/*----------------------------------------------------------------------------------
		 							  homeCommon 
------------------------------------------------------------------------------------*/
.homeSec {
  position: relative;
}

.dspFlx {
  display: flex;
}
@media only screen and (max-width: 850px) {
  .dspFlx {
    display: block;
  }
}

.--reverse {
  flex-direction: row-reverse;
}

.link_btn a {
  position: relative;
  display: inline-block;
  color: #000;
  outline: none;
  transition: all 0.2s linear;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 500;
}
.link_btn a:hover {
  opacity: 1;
}

/*----------------------------------------------------------------------------------
		 							  homeTopArea 
------------------------------------------------------------------------------------*/
#p-home {
  position: relative;
}
#p-home .ytp-chrome-top,
#p-home .ytp-show-cards-title {
  opacity: 0 !important;
}

#homeTopSec {
  position: relative;
  /* video設定 */
  /* youtube設定

  #youtube-area{
  	position: fixed;
      z-index: 1;
      top: 0;
      right:0;
      left:0;
      bottom:0;
      overflow: hidden;
      opacity: 0;    
  }

  #youtube-area.appear {
  	animation-name:PageAnimeAppear;
  	animation-duration:.5s;
  	animation-fill-mode:forwards;
  }

  @keyframes PageAnimeAppear{
  	0% {
  		opacity: 0;
  	}
  	100% {
  		opacity: 1;
  	}
  }

  #youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

    width: 177.77777778vh; 
    height: 56.25vw; 
    min-height: 100%;
    min-width: 100%;
  }

  #youtube-mask{
  	position: absolute;
  	z-index: 2;
  	top:0;
  	width:100%;
  	height: 100%;
  	background: rgba(0, 0, 0, 0.5);
  }
   */
}
#homeTopSec .homeTopSec_header {
  height: 100vh;
  text-align: center;
  color: #fff;
  background: url(../images/main/movie.jp) no-repeat;
  background-size: cover;
}
#homeTopSec #video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#homeTopSec #video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 850px) {
  #homeTopSec #video {
    width: 56.25vw;
    height: 177.77777778vh;
  }
}
#homeTopSec #video-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#homeTopSec h1 {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #homeTopSec h1 {
    width: 60%;
  }
  #homeTopSec h1 img {
    width: 100%;
  }
}
#homeTopSec h1 .logo_ttl {
  display: inline-block;
  margin-top: 20px;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 850px) {
  #homeTopSec h1 .logo_ttl {
    font-size: 14px;
  }
}
#homeTopSec .scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 40px;
  height: 50px;
}
#homeTopSec .scrolldown1 span {
  position: absolute;
  left: -22px;
  top: -15px;
  color: #eee;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  z-index: 9;
}
#homeTopSec .scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  z-index: 99;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

/*----------------------------------------------------------------------------------
		 							  homeMainSec 
------------------------------------------------------------------------------------*/
#homeMainSec {
  position: relative;
  z-index: 3;
}
#homeMainSec .homeMainSec_bar {
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_bar {
    height: 50px;
  }
}
#homeMainSec .homeMainSec_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background-color: #fff;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_ttl {
    height: 56.2vw;
  }
}
#homeMainSec .homeMainSec_ttl h2 {
  padding-right: 58px;
  font-family: "Crimson Text", serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_ttl h2 {
    padding-right: 30px;
    font-size: 36px;
  }
}
#homeMainSec .homeMainSec_ttl h2 img {
  position: relative;
  top: -10px;
  width: 40px;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_ttl h2 img {
    top: -3px;
    width: 25px;
  }
}
#homeMainSec .homeMainSec_categoryTtl {
  position: relative;
  height: 240px;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_categoryTtl {
    box-sizing: border-box;
    height: 56.2vw;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
}
#homeMainSec .homeMainSec_categoryTtl a {
  position: absolute;
  bottom: 0;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 20px;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_categoryTtl a {
    bottom: 14px;
    padding: 2px 14px 3px;
    margin: 0;
    border-radius: 6px;
    font-size: 16px;
  }
}
#homeMainSec .bg--black {
  background: rgba(0, 0, 0, 0.5);
}
#homeMainSec .bg--black .homeMainSec_categoryTtlBox {
  left: 40px;
}
#homeMainSec .bg--black h3 {
  color: #fff;
}
#homeMainSec .bg--black a {
  right: 30px;
  color: #000;
  background-color: #fff;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .bg--black a {
    right: 15px;
    bottom: 15px;
  }
}
#homeMainSec .bg--black a:hover {
  opacity: 1 !important;
  transform: scale(1.05);
  transition: all 0.5s ease;
}
#homeMainSec .bg--white {
  background: rgba(255, 255, 255, 0.5);
  justify-content: flex-end;
}
#homeMainSec .bg--white .homeMainSec_categoryTtlBox {
  right: 40px;
}
#homeMainSec .bg--white h3 {
  color: #000;
}
#homeMainSec .bg--white a {
  left: 30px;
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .bg--white a {
    left: 15px;
    bottom: 15px;
  }
}
#homeMainSec .bg--white a:hover {
  opacity: 1 !important;
  transform: scale(1.05);
  transition: all 0.5s ease;
}
#homeMainSec .homeMainSec_categoryTtlBox {
  z-index: 2;
  position: absolute;
  bottom: 19px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_categoryTtlBox {
    position: static;
  }
}
#homeMainSec .homeMainSec_categoryTtlBox h3 {
  font-family: "Crimson Text", serif;
  font-size: 65px;
  font-weight: bold;
  line-height: 0;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_categoryTtlBox h3 {
    font-size: 30px;
  }
}
#homeMainSec .homeMainSec_movieList {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_movieList {
    display: block;
  }
}
#homeMainSec .homeMainSec_movieList li {
  width: 33.3%;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_movieList li {
    width: 100%;
  }
}
#homeMainSec .homeMainSec_movieList li img {
  width: 100%;
  height: 18.8vw;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_movieList li img {
    height: 56vw;
  }
}
#homeMainSec .homeMainSec_movieList li a:hover {
  opacity: 1 !important;
}
#homeMainSec .homeMainSec_movieList li a:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
#homeMainSec .homeMainSec_all {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 320px;
  background-color: #fff;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_all {
    height: 56.2vw;
  }
}
#homeMainSec .homeMainSec_all h4 {
  padding-bottom: 20px;
  padding-right: 58px;
  font-family: "Crimson Text", serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_all h4 {
    padding-right: 15px;
    font-size: 36px;
  }
}
#homeMainSec .homeMainSec_all h4 img {
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 850px) {
  #homeMainSec .homeMainSec_all h4 img {
    width: 36px;
  }
}

.slidebox01.slideinl.is-animated {
  animation: slideInL 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideInL {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.slidebox02.slideinr.is-animated {
  animation: slideInR 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideInR {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/*----------------------------------------------------------------------------------
		 								p-aboutRex
------------------------------------------------------------------------------------*/
.pageTtl {
  font-family: "Crimson Text", serif;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .pageTtl {
    font-size: 40px;
  }
}

.page_lead {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .page_lead {
    font-size: 14px;
  }
}
@media only screen and (max-width: 361px) {
  .page_lead {
    font-size: 13px;
  }
}

.p-aboutRex_secTtl {
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .p-aboutRex_secTtl {
    margin-bottom: 40px;
  }
}
.p-aboutRex_secTtl span {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  background-color: #000;
  font-family: "Jost", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 850px) {
  .p-aboutRex_secTtl span {
    font-size: 24px;
  }
}

#p-aboutRex {
  padding-bottom: 180px;
  /*
  .p-aboutRexSec{
  	position: relative;
  	&::before{
  		position: absolute;
  		top: -100px;
  		left: 0;
  		right: 0;
  		margin: auto;
  		content: "";
  		background-color: #000;
  		width: 120px;
  		height: 3px;
  		@include mediaquery-smartphone {
  			top: -60px;
  			width: 60px;
  			height: 2px;
  		} 
  	}
  }
  */
}
@media only screen and (max-width: 850px) {
  #p-aboutRex {
    padding-bottom: 80px;
  }
}
#p-aboutRex .p-aboutRexSec + .p-aboutRexSec {
  margin-top: 160px;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRexSec + .p-aboutRexSec {
    margin-top: 100px;
  }
}
#p-aboutRex .p-aboutRex_top {
  padding-top: 120px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_top {
    padding-top: 65px;
    margin-bottom: 100px;
  }
}
#p-aboutRex h1 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex h1 {
    margin-bottom: 65px;
  }
}
#p-aboutRex h2 {
  margin-bottom: 50px;
  font-family: "Crimson Text", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex h2 {
    font-size: 20px;
  }
}
#p-aboutRex .page_lead + .page_lead {
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .page_lead + .page_lead {
    margin-top: 16px;
  }
}
#p-aboutRex .p-aboutRex_map {
  padding: 0 20px;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_map {
    padding: 0 20px 30px;
  }
}
#p-aboutRex .p-aboutRex_map .p-aboutRex_mapInner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_map .p-aboutRex_mapInner {
    display: block;
  }
}
#p-aboutRex .p-aboutRex_map .p-aboutRex_mapWrap {
  width: 380px;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_map .p-aboutRex_mapWrap {
    width: 100%;
  }
}
#p-aboutRex .p-aboutRex_map .map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
#p-aboutRex .p-aboutRex_map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#p-aboutRex .p-aboutRex_map .p-aboutRex_mapAress {
  display: flex;
  align-items: center;
  padding-left: 40px;
  width: calc(100% - 380px);
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_map .p-aboutRex_mapAress {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
#p-aboutRex .p-aboutRex_map .p-aboutRex_mapAress p {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_map .p-aboutRex_mapAress p {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
#p-aboutRex .p-aboutRex_profileBox {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_profileBox {
    display: block;
  }
}
#p-aboutRex .p-aboutRex_profileInfo {
  box-sizing: border-box;
  padding-left: 40px;
  width: calc(100% - 380px);
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  #p-aboutRex .p-aboutRex_profileInfo {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_profileInfo {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
#p-aboutRex .p-aboutRex_profileInfo .p-aboutRex_profileProfession {
  padding-left: 10px;
  border-left: solid 5px #000;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#p-aboutRex .p-aboutRex_profileInfo .p-aboutRex_profileName {
  margin-bottom: 15px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_profileInfo .p-aboutRex_profileName {
    font-size: 18px;
  }
}
#p-aboutRex .p-aboutRex_profileInfo .p-aboutRex_profileTxt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_profileInfo .p-aboutRex_profileTxt {
    font-size: 14px;
    letter-spacing: 0.15em;
  }
}
#p-aboutRex .p-aboutRex_profileImg {
  width: 380px;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_profileImg {
    box-sizing: border-box;
    width: 100%;
    padding-right: 20px;
    text-align: right;
  }
}
#p-aboutRex .p-aboutRex_profileImg img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 850px) {
  #p-aboutRex .p-aboutRex_profileImg img {
    width: 70%;
  }
}

/*----------------------------------------------------------------------------------
		 								p-service
------------------------------------------------------------------------------------*/
#p-service {
  padding-bottom: 180px;
}
@media only screen and (max-width: 850px) {
  #p-service {
    padding-bottom: 80px;
  }
}
#p-service .p-service_top {
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 850px) {
  #p-service .p-service_top {
    padding-top: 65px;
  }
}
#p-service .p-service_top::after {
  position: absolute;
  bottom: -110px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 68px;
  content: "";
  background-color: #000;
}
@media only screen and (max-width: 850px) {
  #p-service .p-service_top::after {
    bottom: -85px;
  }
}
#p-service h1 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 850px) {
  #p-service h1 {
    margin-bottom: 40px;
  }
}
#p-service .page_lead {
  margin-bottom: 150px;
}
@media only screen and (max-width: 850px) {
  #p-service .page_lead {
    margin-bottom: 110px;
  }
}
#p-service .p-service_box {
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #p-service .p-service_box {
    display: block;
    padding-top: 65px;
    padding-bottom: 30px;
  }
}
#p-service .p-service_box:nth-child(even) {
  flex-direction: row-reverse;
  color: #fff;
  background-color: #000;
}
#p-service .p-service_box:nth-child(even) .p-service_boxInfo {
  padding-left: 60px;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  #p-service .p-service_box:nth-child(even) .p-service_boxInfo {
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #p-service .p-service_box:nth-child(even) .p-service_boxInfo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#p-service .p-service_box:nth-child(odd) {
  color: #000;
  background-color: #fff;
}
#p-service .p-service_box:nth-child(odd) .p-service_boxInfo {
  padding-right: 60px;
  justify-content: flex-end;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  #p-service .p-service_box:nth-child(odd) .p-service_boxInfo {
    padding-right: 30px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #p-service .p-service_box:nth-child(odd) .p-service_boxInfo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#p-service .p-service_boxInfo {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #p-service .p-service_boxInfo {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
#p-service .p-service_boxInfo h2 {
  margin-bottom: 20px;
  font-family: "Crimson Text", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  #p-service .p-service_boxInfo h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 850px) {
  #p-service .p-service_boxInfo h2 {
    font-size: 28px;
    text-align: center;
  }
}
#p-service .p-service_boxInfo p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  #p-service .p-service_boxInfo p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 850px) {
  #p-service .p-service_boxInfo p {
    font-size: 14px;
    text-align: center;
  }
}
@media only screen and (max-width: 361px) {
  #p-service .p-service_boxInfo p {
    font-size: 12px;
  }
}
#p-service .p-service_boxImg {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #p-service .p-service_boxImg {
    width: 100%;
  }
}
#p-service .p-service_boxImg img {
  width: 100%;
}

/*----------------------------------------------------------------------------------
		 								p-worksSingle
------------------------------------------------------------------------------------*/
#p-works .p-works_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background-color: #fff;
}
@media only screen and (max-width: 850px) {
  #p-works .p-works_top {
    height: 30vw;
  }
}
#p-works .p-works_top h1 {
  padding-right: 58px;
  font-family: "Crimson Text", serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 850px) {
  #p-works .p-works_top h1 {
    padding-right: 30px;
    font-size: 40px;
  }
}
#p-works .p-works_top h1 img {
  position: relative;
  top: -10px;
  width: 40px;
}
@media only screen and (max-width: 850px) {
  #p-works .p-works_top h1 img {
    top: -3px;
    width: 25px;
  }
}
#p-works .p-works_taxonomy_top {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  background-color: #fff;
  padding-left: 20px;
}
#p-works .p-works_taxonomy_top h1 {
  padding-right: 58px;
  font-family: "Crimson Text", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 850px) {
  #p-works .p-works_taxonomy_top h1 {
    font-size: 32px;
  }
}
#p-works .p-works_taxonomy_top h1 img {
  position: relative;
  top: -8px;
  width: 26px;
}
@media only screen and (max-width: 850px) {
  #p-works .p-works_taxonomy_top h1 img {
    top: -5px;
    width: 20px;
  }
}
#p-works .works_categoryWrap {
  margin-bottom: 60px;
  background-color: #000;
}
@media only screen and (max-width: 850px) {
  #p-works .works_categoryWrap {
    margin-bottom: 40px;
  }
}
#p-works .works_categoryWrap a {
  color: #fff;
}
#p-works .works_categoryTtl {
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  padding: 10px 50px;
  margin-bottom: 60px;
  font-family: "Crimson Text", serif;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 850px) {
  #p-works .works_categoryTtl {
    padding: 8px 25px;
    margin-bottom: 40px;
    font-size: 26px;
  }
}
#p-works .works_chargeTtl {
  margin-bottom: 60px;
  font-family: "Crimson Text", serif;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #p-works .works_chargeTtl {
    margin-bottom: 40px;
  }
}
#p-works .works_categoryList li::before {
  content: url(../images/common/icn-cate-white.svg);
}
#p-works .works_chargeList li + li::before {
  background-color: #fff;
}

.p-works_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
}
.p-works_list .p-works_listWrap {
  width: 33.3%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  .p-works_list .p-works_listWrap {
    width: 50%;
  }
}
@media only screen and (max-width: 850px) {
  .p-works_list .p-works_listWrap {
    width: 100%;
  }
}
.p-works_list .p-works_listWrap a {
  display: block;
  cursor: pointer;
}
.p-works_list .p-works_listWrap .p-works_thumb {
  margin-bottom: 10px;
}
.p-works_list .p-works_listWrap .p-works_thumb img {
  width: 100%;
  height: 232px;
  object-fit: cover;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  .p-works_list .p-works_listWrap .p-works_thumb img {
    height: 306px;
  }
}
@media only screen and (max-width: 850px) {
  .p-works_list .p-works_listWrap .p-works_thumb img {
    height: auto;
  }
}
.p-works_list .p-works_listWrap .p-works_info {
  padding: 0 15px;
}
.p-works_list .p-works_listWrap .p-works_ttl {
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: solid 2px #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.p-works_list .p-works_listWrap .p-works_categoryBox {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: "Crimson Text", serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 850px) {
  .p-works_list .p-works_listWrap .p-works_categoryBox {
    font-size: 13px;
  }
}
.p-works_list .p-works_listWrap .p-works_category {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.p-works_list .p-works_listWrap .p-works_category span {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  margin-right: 5px;
}
.p-works_list .p-works_listWrap .p-works_category span img {
  width: 100%;
}
.p-works_list .p-works_listWrap .p-works_category::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
.p-works_list .p-works_listWrap .p-works_charge {
  display: flex;
  justify-content: flex-end;
  padding-left: 10px;
  margin-top: 12px;
}
.p-works_list .p-works_listWrap .p-works_charge li + li {
  margin-left: 10px;
}
.p-works_list .p-works_listWrap .p-works_charge li a {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
}

/*----------------------------------------------------------------------------------
		 								p-worksSingle
------------------------------------------------------------------------------------*/
#p-worksSingle h1 {
  max-width: 1140px;
  margin: 0 auto;
  font-family: "Crimson Text", serif;
  font-size: 48px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 850px) {
  #p-worksSingle h1 {
    padding-left: 15px;
    font-size: 22px;
  }
}
#p-worksSingle h1 img {
  position: relative;
  top: -2px;
  width: 20px;
  margin-right: 6px;
}
@media only screen and (max-width: 850px) {
  #p-worksSingle h1 img {
    width: 17px;
    margin-right: 3px;
  }
}
#p-worksSingle h2 {
  border-bottom: solid 3px #000;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 850px) {
  #p-worksSingle h2 {
    font-size: 16px;
  }
}
#p-worksSingle .p-worksSingle_movieList {
  margin-top: 24px;
}
#p-worksSingle .p-worksSingle_movieList li + li {
  margin-top: 24px;
}
#p-worksSingle .p-worksSingle_movieList + .p-worksSingle_txt {
  margin-top: 40px;
}
#p-worksSingle .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media only screen and (max-width: 850px) {
  #p-worksSingle .youtube {
    margin-bottom: 20px;
  }
}
#p-worksSingle .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#p-worksSingle article {
  padding: 0 15px;
}
#p-worksSingle .works_category {
  border-top: solid 1px #000;
}
#p-worksSingle .works_categoryList li::before {
  content: url(../images/common/icn-cate-black.svg);
}
#p-worksSingle .works_chargeList li + li::before {
  background-color: #000;
}

.p-worksSingle_top {
  background-color: #fff;
  border-bottom: solid 1px #000;
  padding: 25px 0;
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_top {
    padding: 18px 0 15px;
  }
}

.p-worksSingle_thumb {
  width: 200%;
  margin-left: -50%;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #000;
  padding: 50px 0;
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_thumb {
    padding: 20px 0;
  }
}
.p-worksSingle_thumb ul {
  display: flex;
}
.p-worksSingle_thumb ul li {
  width: 33.3%;
  text-align: center;
}
.p-worksSingle_thumb ul li img {
  width: 92%;
  height: 34.5vw;
  object-fit: cover;
  border-radius: 20px;
}

.p-worksSingle_ttlInner {
  position: relative;
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 380px;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  .p-worksSingle_ttlInner {
    padding-left: 260px;
  }
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_ttlInner {
    padding-left: 0;
  }
}

.p-worksSingle_inner {
  max-width: 1080px;
  margin: 0 auto;
}

.p-worksSingle_categoryBox {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: "Crimson Text", serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_categoryBox {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
  }
}

.p-worksSingle_category {
  position: relative;
  margin-right: 36px;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  .p-worksSingle_category {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_category {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.p-worksSingle_category a {
  font-size: 16px;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  .p-worksSingle_category a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_category a {
    font-size: 16px;
  }
}
.p-worksSingle_category span {
  display: inline-block;
  width: 26px;
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_category span {
    position: relative;
    top: -2px;
    width: 20px;
    margin-right: 3px;
  }
}
.p-worksSingle_category span img {
  width: 100%;
}
.p-worksSingle_category::after {
  position: absolute;
  top: 5px;
  right: -17px;
  width: 1px;
  height: 24px;
  background-color: #000;
  content: "";
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  .p-worksSingle_category::after {
    right: -8px;
  }
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_category::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -5px;
    right: auto;
    left: 0;
  }
}

.p-worksSingle_charge {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_charge {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_charge li {
    margin-right: 10px;
    margin-bottom: 6px;
  }
}
.p-worksSingle_charge li a {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 3px 15px;
  border-radius: 3px;
  font-size: 14px;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  .p-worksSingle_charge li a {
    padding: 2px 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_charge li a {
    padding: 2px 10px;
    font-size: 12px;
  }
}
.p-worksSingle_charge li + li {
  margin-left: 15px;
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_charge li + li {
    margin-left: 0;
  }
}

.p-worksSingle_contentWrap {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_contentWrap {
    display: block;
  }
}

.p-worksSingle_content {
  box-sizing: border-box;
  width: calc(100% - 328px);
  padding-left: 52px;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  .p-worksSingle_content {
    width: calc(100% - 240px);
    padding-left: 22px;
  }
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_content {
    width: 100%;
    padding-left: 0;
  }
}
.p-worksSingle_content p {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 2.2;
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_content p {
    font-size: 14px;
    line-height: 2;
  }
}
.p-worksSingle_content p + p {
  margin-top: 30px;
}
.p-worksSingle_content p a {
  text-decoration: underline;
}
.p-worksSingle_content img {
  max-width: 100%;
  height: auto;
}

.p-worksSingle_credit {
  width: 328px;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  .p-worksSingle_credit {
    width: 240px;
  }
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_credit {
    width: 100%;
    margin-top: 40px;
  }
}

.p-worksSingle_creditBox {
  box-sizing: border-box;
  border: solid 1px #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  padding: 30px 30px;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  .p-worksSingle_creditBox {
    padding: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .p-worksSingle_creditBox {
    padding: 20px;
  }
}

.works_category {
  text-align: center;
  max-width: 900px;
  padding-top: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 850px) {
  .works_category {
    padding: 20px 0;
    max-width: calc(100% - 30px);
  }
}

.works_categoryList {
  display: inline-flex;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  .works_categoryList {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.works_categoryList li {
  position: relative;
  margin-bottom: 20px;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 851px) and (max-width: 1149px) {
  .works_categoryList li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 850px) {
  .works_categoryList li {
    box-sizing: border-box;
    width: 50%;
    padding-left: 30px;
    margin-bottom: 7px;
    font-size: 16px;
    text-align: left;
  }
}
@media only screen and (max-width: 361px) {
  .works_categoryList li {
    font-size: 14px;
  }
}
.works_categoryList li + li {
  margin-left: 50px;
}
@media only screen and (max-width: 850px) {
  .works_categoryList li + li {
    margin-left: 0;
  }
}
.works_categoryList li::before {
  position: absolute;
  top: 1px;
  left: -32px;
  transform: scale(0.7);
}
@media only screen and (max-width: 850px) {
  .works_categoryList li::before {
    left: 0;
  }
}

.works_chargeList {
  display: inline-flex;
  margin: 5px 0 60px;
}
@media only screen and (max-width: 850px) {
  .works_chargeList {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 5px 0 0;
  }
}
.works_chargeList li {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 850px) {
  .works_chargeList li {
    width: 33.3%;
    font-size: 12px;
    text-align: center;
  }
}
.works_chargeList li + li {
  position: relative;
  margin-left: 58px;
}
@media only screen and (max-width: 850px) {
  .works_chargeList li + li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    height: 30px;
  }
}
.works_chargeList li + li::before {
  position: absolute;
  top: -3px;
  left: -29px;
  width: 2px;
  height: 30px;
  background-color: #000;
  content: "";
}
@media only screen and (max-width: 850px) {
  .works_chargeList li + li::before {
    left: -14px;
    height: 35px;
  }
}

/*----------------------------------------------------------------------------------
		 								p-privacyPolicy
------------------------------------------------------------------------------------*/
#p-privacyPolicy {
  padding: 70px 20px;
}
@media only screen and (max-width: 850px) {
  #p-privacyPolicy {
    padding: 50px 20px;
  }
}
#p-privacyPolicy .privacyPolicy_inner {
  max-width: 800px;
  margin: 0 auto;
}
#p-privacyPolicy h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #p-privacyPolicy h1 {
    font-size: 23px;
    margin-bottom: 50px;
  }
}
#p-privacyPolicy h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 850px) {
  #p-privacyPolicy h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 361px) {
  #p-privacyPolicy h2 {
    font-size: 15px;
  }
}
#p-privacyPolicy p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  #p-privacyPolicy p {
    margin-bottom: 40px;
  }
}
#p-privacyPolicy ul {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}

/*----------------------------------------------------------------------------------
		 								contactArea
------------------------------------------------------------------------------------*/
#p-contact {
  background-color: #fff;
  padding: 110px 0 120px;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #p-contact {
    padding: 60px 0 100px;
  }
}
#p-contact h1 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 850px) {
  #p-contact h1 {
    margin-bottom: 60px;
  }
}
#p-contact .p-contact_inner {
  max-width: 500px;
  margin: 0 auto;
}
#p-contact .p-contact_main {
  background-color: #000;
  padding: 100px 0;
}
@media only screen and (max-width: 850px) {
  #p-contact .p-contact_main {
    padding: 60px 0;
  }
}
#p-contact .form {
  width: 500px !important;
  margin-bottom: 15px;
}
@media only screen and (max-width: 850px) {
  #p-contact .form {
    width: 100% !important;
  }
}
#p-contact .form .contact_item {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#p-contact .form input,
#p-contact .form textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  text-align: left;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#p-contact .form textarea {
  height: 300px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 850px) {
  #p-contact .form textarea {
    width: 90%;
    height: 200px;
    margin-bottom: 20px;
  }
}
#p-contact .form input[type=text],
#p-contact .form input[type=email] {
  max-width: 380px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 850px) {
  #p-contact .form input[type=text],
  #p-contact .form input[type=email] {
    max-width: 90%;
  }
}
#p-contact .form span.wpcf7-list-item-label {
  font-size: 14px;
}
@media only screen and (max-width: 361px) {
  #p-contact .form span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
#p-contact .form .wpcf7-validation-errors,
#p-contact .form .wpcf7-mail-sent-ok {
  border: 2px dotted #D66161 !important;
  color: #D66161;
  width: 300px;
  margin: 50px auto 0 !important;
  padding: 20px !important;
  text-align: left;
  font-size: 14px;
}
@media only screen and (max-width: 850px) {
  #p-contact .form .wpcf7-validation-errors,
  #p-contact .form .wpcf7-mail-sent-ok {
    width: 250px;
  }
}
#p-contact .form span.wpcf7-not-valid-tip {
  color: #D66161;
  font-size: 14px;
  margin-top: 5px;
}
#p-contact .form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
#p-contact .form span.wpcf7-list-item {
  display: block;
  text-align: left;
  width: 170px;
  margin: 0 auto;
  height: 26px;
}
#p-contact .submitBtn {
  text-align: center;
  max-width: 260px;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 850px) {
  #p-contact .submitBtn {
    max-width: 160px;
    margin: 0 auto 15px;
  }
}
#p-contact .submitBtn input {
  margin: 0;
  padding: 0;
  background: none;
  border: solid 1px #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 65px;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
  border-radius: 10px !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 850px) {
  #p-contact .submitBtn input {
    height: 48px;
    font-size: 16px;
  }
}
#p-contact .submitBtn input:hover {
  cursor: pointer;
  color: #000;
  background-color: #fff;
  transition: all 0.5s ease;
}
#p-contact .reCapture {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
#p-contact .reCapture a {
  color: #fff;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-not-valid-tip {
  color: #D66161;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #D66161;
  border-color: #D66161;
}

.wpcf7-response-output {
  color: #D66161;
  border: solid 1px #D66161;
}

.thanksTtl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 850px) {
  .thanksTtl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.thankstxt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 850px) {
  .thankstxt {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 90px;
  }
}
.thankstxt a {
  font-weight: 700;
}

.toTopButton {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 850px) {
  .toTopButton {
    margin-bottom: 20px;
  }
}
.toTopButton a {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 18px;
}

#p-thanks {
  background-color: #DDDDDD;
  padding: 120px 20px 158px;
}
@media only screen and (max-width: 850px) {
  #p-thanks {
    padding: 60px 20px 100px;
  }
}

/*----------------------------------------------------------------------------------
		 							  noFoundArea 
------------------------------------------------------------------------------------*/
#noFoundArea {
  padding: 300px 0;
  text-align: center;
}
#noFoundArea a {
  color: #122636;
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
}

.noFound {
  font-size: 16px;
  margin-bottom: 20px;
}/*# sourceMappingURL=page.css.map */