
@charset "UTF-8";
/* CSS Document */

body{
	position: relative;
}
section{
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.under{
	position: relative;
	z-index: 0;
}
.under::before{
	display: block;
	content: "";
	background-image: url("../img/index_bg02.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: translateY(0);
}
.ttl01{
	font-size: 8rem;
	margin: 5rem 0 5rem 5vw;
}
.mv_wrap{
	padding-bottom: 0;
}
.mv_box {
	position: relative;
	height: 400px;
	overflow: hidden;
	width: 100%;
	max-width: 90vw;
	margin: 0 0 0 auto;
}
.mv_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(0);
	transition: transform 0.1s;
	will-change: transform;
}
.main_box{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
h2.ttl02{
	font-size: 5rem;
}
h2.ttl02::first-letter{
	font-size: 5.8rem;
	color: #c6bb9b;
}
.ttl02 span{
	display: block;
	line-height: 1;
    margin-bottom: -2rem;
}
.ttl02 .move_ani_l{
	font-size: 2.4rem;
	display: inline-block;
	background-color: #c4bfb9;
	color: #fff;
	padding: 1rem 3rem .8rem;
}
h3.ttl03{
	font-size: 3rem;
	position: relative;
	z-index: 0;
	margin-bottom: 3rem;
}
h3.ttl03 span{
	font-size: 2rem;
	color: #c6bb9b;
	display: block;
}
/*newslist*/
.newslist .main_box{
	max-width: 1200px;
}
.newslist .mv_box img{
	top: -40%;
}
.newslist .a-wrap{
	border-bottom: 1px solid #cdc9bf;
	padding: 3rem 0;
	margin-bottom: 0;
}
.newslist .a-wrap:nth-of-type(1){
	border-top: 1px solid #cdc9bf;
}
.newslist .a-wrap:hover{
	opacity: .7;
	color: #736452;
}
.newslist .entry-card-thumb{
	display: none;
}
.archive-title{
	display: none;
}
.newslist .entry-card-title{
	font-size: 2.7rem;
	border-bottom: 1px dashed rgba(240,237,228,1);
	margin-bottom: 1rem;
}
.newslist a .entry-card-title::first-letter, .newslist a:hover .entry-card-title::first-letter{
	font-size: 4rem;
	color: #c6bb9b;
}
.newslist a .entry-card-title .digit{
	font-size: 2.9rem;
	display: inline;
}
.newslist .entry-card-snippet{
	font-size: 1.4rem;
}
.newslist .entry-card-meta{
	position: relative;
	margin-bottom: 1rem;
}
.newslist .e-card-info{
	justify-content: flex-start;
	color: #c6bb9b;
}
.pagination{
	background-color: #fff;
	padding-bottom: 10rem;
}
.page-numbers{
	background-color: #f0ece0;
}
.pagination a:hover{
	background-color: #faf9f6;
}
.pagination .current {
	background-color: #cfc9b7;
	color: #fff
}
/*news_box*/
.news_box{
	padding: 20rem 0 5rem;
	min-height: 40vh;
	position: relative;
}
.news_box .main_box{
	max-width: 1200px;
}
.news_box .entry-title{
	font-size: 2.8rem;
	border-bottom: 1px dashed rgba(240,237,228,1);
	margin-bottom: 1rem;
	padding-bottom: .5rem;
}
.news_box .entry-title::first-letter{
	font-size: 4rem;
	color: #c6bb9b;
}
.news_box .entry-title .digit{
	font-size: 3rem;
}
.news_box .entry-content{
	padding: 4rem 0 5rem;
	border-bottom: 1px dashed rgba(240,237,228,1);
	margin-bottom: 5rem;
}
.news_box .entry-content p{
	line-height: 2;
	margin-bottom: 2.5rem;
}
.news_box .article-footer{
	display: none;
}
.news_box .button{
	margin: 0 auto;
}
/*about*/
.about .company_box table{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.about .company_box tr{
	border-bottom: 1px solid #aaa;
}
.about .company_box th, .about .company_box td{
	padding: 3rem 0;
}
.about .company_box th{
	text-align: center;
	width: 30%;
}
.about .company_box td{
	padding-left: 2rem;
	width: 70%;
}
.about ul.list02 li:before, .format ul li:before{
	color: #c6bb9b;
	top: 5px;
	margin-left: 0;
	padding-left: 0;
}
/*service*/
.service .detail {
	background-color: transparent;
	position: relative;
	z-index: 1;
	padding: 0 0 15rem;
}
.service .detail .main_wrap{
	background-color: #fff;
	padding-top: 10rem;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
.service .detail .wave-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200%;
	height: 150px;
	display: flex;
	animation: waveMove 5s linear infinite;
}
.service .detail .wave-container svg {
	width: 50%;
	height: 100px;
	display: block;
}
@keyframes waveMove {
	0% { 
		transform: translateX(0);
	}
	100% { 
		transform: translateX(-50%);
	}
}
.service .detail .ttl02 {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto 3rem;
}
.service .detail .flex .txt_box{
	width: 60%;
	padding-right: 3rem;
}
.service .detail .flex .txt_box p{
	line-height: 2;
}
.service .detail .flex .txt_box p:first-of-type{
	font-size: 2rem;
	line-height: 2.4;
	margin-bottom: 1rem;
}
.service .detail .flex .img_box{
	width: 40%;
	margin-top: -10rem;
}
.service .detail .flex .img_box p{
	padding-left: 1rem;
}
.service .detail .flex .img_box p img {
	opacity: 1;
	transition: translate 1s cubic-bezier(0, 0.5, 0.6, 1), 
	opacity 0.6s cubic-bezier(0, 0.5, 0.6, 1);
	transition-delay: 1s;
}
.service .detail .flex .img_box p:nth-child(1) img {
    translate: 0 25%;
}
.service .detail .flex .img_box p:nth-child(2) img {
    translate: 4% -5%;
}
.service .detail .flex .img_box p.active:nth-child(1) img {
    translate: 0 15%;
}
.service .detail .flex .img_box p.active:nth-child(2) img {
    translate: 4% 4%;
}
.service .detail .flex .img_box p:last-of-type{
	margin: -5rem 0 0 2rem;
}
.service .detail .list01{
	margin-bottom: 3rem;
	max-width: 500px;
}
.service .owner_box{
	position: relative;
	padding: 5rem 0;
	margin: -3rem auto 3rem;
}
.service .owner_box::before{
	display: block;
	content: "";
	background-color: #f0ede4;
	width: 70vw;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	z-index: -1;
	opacity: 0;
}
.service .owner_box.active::before{
	animation: moveinleft 2s forwards;
	opacity: 0;
}
@keyframes moveinleft{
	0%{
		left: -100%;
		opacity: 0;
	}
	100%{
		left: 0;
		opacity: 1;
	}
}
.service .style_box{
	position: relative;
	padding: 8rem 0;
	margin: -7rem auto 0;
}
.service .style_box::before{
	display: block;
	content: "";
	background-color: #e3dfd3;
	width: 80vw;
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	z-index: -2;
}
.service .style_box.active::before{
	animation: moveinright 2s forwards;
	opacity: 0;
}
@keyframes moveinright{
	0%{
		right: -100%;
		opacity: 0;
	}
	100%{
		right: 0;
		opacity: 1;
	}
}
.service .style_box .main_box{
	padding-left: 16vw;
}
.service .style_box .f_left, .service .style_box .f_right{
	position: relative;
	z-index: 1;
	padding-top: 2rem;
	margin: 2rem;
}
.service .style_box .ttl{
	position: absolute;
	left: -3%;
	top: -5%;
	z-index: 2;
	font-size: 5rem;
	transform: rotate(-5deg);
}
.service .web{
	position: relative;
	z-index: -1;
	background-color: #e7e3dc;
	margin-top: -15rem;
	padding-top: 15rem;
}
.service .web .client{
	background-color: rgba(71,53,28,.45);
	margin: 5rem auto;
	padding: 7rem;
}
.service .web .client .ttl03{
	text-align: center;
	color: #fff;
}
.service .web .client ul{
	justify-content: center;
	gap: 2%;
}
.service .web .client li{
	width: calc(94%/3);
	margin-bottom: 3rem;
	padding: 4rem;
	box-shadow: 0 0 6px 0 #555;
	background-color: rgba(255,255,255,.9);
}
.service .web .client dt{
	font-size: 2rem;
	background-color: #c6bb9b;
	color: #fff;
	text-align: center;
	padding: .5rem;
	margin-bottom: 1rem;
}
.service .web .client dd li{
	width: 100%;
	margin-bottom: .5rem;
	padding: 0 0 0 .5rem;
	border-bottom: 1px dashed #aaa;
	box-shadow: none;
	background-color: transparent;
}
.service .flow .ttl03, .recruit .job_desbox .ttl03{
	margin: 0 0 -5rem 3rem;
	font-size: 4rem;
	position: relative;
	z-index: 1;
}
.service .flow .ttl03::before, .recruit .job_desbox .ttl03::before{
	display: block;
	content: "FLOW";
	font-size: 6rem;
	position: absolute;
	left: 5%;
	bottom: -60%;
	z-index: -1;
	color: #fff;
	font-family: "Cormorant Garamond", "Klee One", cursive, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.service .flow .flow_txt{
	width: 60%;
	margin-left: -3%;
}
.service .flow .img_box{
	width: 43%;
	margin-top: -10%;
	justify-content: space-between
}
.service .flow ul.img_box li{
	padding-left: 1rem;
	width: calc(100%/3);
}
.service .flow ul.img_box img {
	opacity: 1;
	transition: translate 1s cubic-bezier(0, 0.5, 0.6, 1), 
	opacity 0.6s cubic-bezier(0, 0.5, 0.6, 1);
	transition-delay: 1s;
}
.service .flow ul.img_box .move_img:nth-child(1) img {
    translate: 0 25%;
}
.service .flow ul.img_box .move_img:nth-child(2) img {
    translate: 4% -5%;
}
.service .flow ul.img_box .move_img:nth-child(3) img {
     translate: 8% 31%;
}
.service .flow ul.img_box .move_img.active:nth-child(1) img {
    translate: 0 15%;
}
.service .flow ul.img_box .move_img.active:nth-child(2) img {
    translate: 4% 4%;
}
.service .flow ul.img_box .move_img.active:nth-child(3) img {
    translate: 8% 21%;
}
.service .flow .flow_txt li {
    position: relative;
    padding-left: 1rem;
    padding-bottom: 4rem;
	display: flex;
	opacity: 0;
}
.service .flow .flow_txt li.active{
	animation: fadeIn 1s forwards;
	opacity: 0;
}
@keyframes fadeIn {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 100%;
	}
}
.service .flow .flow_txt li p {
	line-height: 1;
	font-weight: bold;
	color: #8d8064;
	text-align: center;
	width: 70px;
	position: relative;
	margin-top: 0;
}
.service .flow .flow_txt li p .digit{
	font-size: 3rem;
}
.service .flow .flow_txt li p::before {
	content: 'STEP';
	font-size: 0.8rem;
	display: block;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.service .flow .flow_txt li p::after {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 50px);
	background-color: #8d8064;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	margin: auto;
}
.service .flow .flow_txt li dl{
	width: calc(100% - 80px);
}
.service .flow .flow_txt li dl:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}
.service .flow .flow_txt li dt {
    position: relative;
    background-color: #8d8064;
    color: #fcfbfa;
    padding: .5rem 3rem;
    display: inline-block;
    font-size: 1.8rem;
	margin-bottom: .5rem;
}
/*recruit*/
.recruit .ideal_box{
	background: #FFF;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(240, 237, 228, 1) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(240, 237, 228, 1) 100%);
	background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(240, 237, 228, 1) 100%);
}
.recruit .ideal_box ul{
	margin-top: 2rem;
}
.recruit .ideal_box li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	opacity: 0;
}
.recruit .ideal_box li:nth-child(1),.recruit .ideal_box li:nth-child(3){
	flex-flow: row-reverse;
}
.recruit .ideal_box li:nth-child(2),.recruit .ideal_box li:nth-child(3){
	margin-top: -3rem;
}
.recruit .ideal_box li.blur {
	animation: blurAnime 1.2s forwards .5s;
}
.recruit .ideal_box li .txt_box{
	width: 55%;
}
.recruit .ideal_box li .img_box{
/*	position: relative;*/
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1 / 1;
  margin: auto;
}
.recruit .ideal_box li .img_box img{
	width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  margin: auto;
}
.recruit .ideal_box li .img_box.mask02 img{
	mask: url(#mask2);
      -webkit-mask: url(#mask2);
}
.recruit .ideal_box li .img_box.mask03 img{
	mask: url(#mask3);
      -webkit-mask: url(#mask3);
}
.recruit .ideal_box li .img_box svg {
	width: 100%;
  height: 100%;
  display: block;
}
.recruit .job_desbox {
	box-shadow: 0 0 6px 0 #aaa;
	position: relative;
	z-index: 2;
}
.recruit .job_desbox .ttl02{
	text-align: center;
}
.recruit .job_desbox .ttl03{
	margin-bottom: 2rem;
}
.recruit .job_desbox .ttl03:nth-of-type(1)::before{
	color: #c6bb9b;
	content: "Style";
}
.recruit .job_desbox .ttl03:nth-of-type(2)::before{
	color: #c4bfb9;
	content: "TAP";
}
.recruit .job_desbox .job_nav{
	width: 100%;
	max-width: 600px;
	margin: 2rem auto 0;
	justify-content: center;
}
.recruit .job_desbox .job_nav li{
	width: 40%;
}
.recruit .job_desbox .button{
	margin: 0 auto;
}
.recruit .job_desbox .off{
	display: none;
}
.recruit .job_desbox .table01{
	width: 100%;
	max-width: 1000px;
	margin: 2rem auto 0;
}
.recruit .job_desbox .table01 tr {
    border-bottom: 1px solid #aaa;
}
.recruit .job_desbox .table01 th, .recruit .job_desbox .table01 td{
	padding: 1.5rem 2rem;
}
.recruit .job_desbox .table01 th{
	width: 30%;
}
.recruit .job_desbox .table01 td{
	width: 70%;
}
.recruit .job_desbox .table01 li{
	display: flex;
	padding-bottom: 0.2rem;
	padding-top: 0.5rem;
}
.recruit .job_desbox .table01 li:before{
    content: "\f111";
    color: #e52167;
    display: block;
    font-size: 0.9rem;
    position: relative;
    top: 5px;
    margin: 0 0.5rem;
}
.recruit .recruit_flow{
	background: #F0EDE4;
	background: -webkit-linear-gradient(rgba(240, 237, 228, 1) 0%, rgba(222, 218, 206, 1) 100%);
	background: -o-linear-gradient(rgba(240, 237, 228, 1) 0%, rgba(222, 218, 206, 1) 100%);
	background: linear-gradient(rgba(240, 237, 228, 1) 0%, rgba(222, 218, 206, 1) 100%);
}
.recruit .recruit_flow .ttl02{
	text-align: right;
}
.recruit .recruit_flow .flow_wrap{
	max-width: 1000px;
}
.recruit .recruit_flow .flow_wrap::before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.1);
	width: 83%;
	height: 90%;
	z-index: -1;
	border-radius: 0 13rem 0 0;
}
.recruit .recruit_flow .flow_wrap li{
	margin-bottom: 3rem;
	position: relative;
	z-index: 1;
	padding-left: 5rem;
}
.recruit .recruit_flow .flow_wrap li::before{
	display: block;
	content: "";
	height: 80%;
	width: 2px;
	border: 1px dashed #c4bfb9;
	position: absolute;
	left: 1%;
	top: 5rem;
}
.recruit .recruit_flow .flow_wrap li dl{
	opacity: 0;
}
.recruit .recruit_flow .flow_wrap li dl.active {
    animation: fadeIn 1s forwards;
    opacity: 0;
}
.recruit .recruit_flow .flow_wrap li dt{
	font-size: 2.8rem;
	position: relative;
	z-index: 1;
	padding-left: 2.5rem;
	border-bottom: 2px solid #c9c6bd;
	margin-bottom: .5rem;
}
.recruit .recruit_flow .flow_wrap li dt span{
	display: block;
	font-size: 7rem;
	line-height: 1;
	position: absolute;
	left: -2%;
	top: 20%;
	transform: translateY(-50%);
	opacity: .25;
	z-index: -1;
}
.recruit .recruit_flow .flow_wrap li dt::before{
	display: block;
	content: "";
	background-color: #eeebe2;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	left: -5%;
	top: 50%;
	transform: translateY(-50%);
}
.recruit .recruit_flow .button, .recruit .recruit_flow .button a{
	max-width: 200px;
}
.recruit .recruit_flow .button::before{
	left: 69%;
}
.recruit .recruit_flow .button::after{
	left: 76.6%;
}
.recruit .recruit_flow .button:hover::before{
	animation: buttony3 .5s forwards;
}
.recruit .recruit_flow .button:hover::after{
	animation: buttony4 .5s forwards;
}
/*contact*/
.contact .description {
	margin: 0 auto;
}
.contact .description a {
	outline: none;
	text-decoration: none;
	color: #91744c;
	font-size: 1.8rem;
}
.contact .description ul {
	padding: 3rem 3rem 0;
	border-radius: 2rem;
}
.contact .description ul li {
	border-bottom: 1px dashed #ddd;
	padding: 0.5rem;
	display: flex;
}
.contact .description ul li::before {
	content: "\f00c";
	display: block;
	font-size: 1.5rem;
	position: relative;
	top: 3px;
	margin: 0 0.5rem;
	color: #c6bb9b;
}
.contact .form_wrap {
	margin: 0 auto;
	padding-bottom: 10rem;
	padding-top: 3rem;
	background: #F0EDE4;
	background: -webkit-linear-gradient(rgba(251, 250, 247, 1) 0%, rgba(222, 218, 206, 1) 100%);
	background: -o-linear-gradient(rgba(251, 250, 247, 1) 0%, rgba(222, 218, 206, 1) 100%);
	background: linear-gradient(rgba(251, 250, 247, 1) 0%, rgba(222, 218, 206, 1) 100%);
	box-shadow: 0px -6px 6px -6px #aaa;
}
.contact .form_wrap table tr {
	border-bottom: 1px solid #c9d2dc;
}
.contact .form_wrap table {
	margin: 2rem auto 5rem;
}
.contact .form_wrap input[type="text"],
.contact .form_wrap input[type="email"],
.contact .form_wrap input[type="tel"],
.contact .form_wrap select,
.contact .form_wrap textarea {
	padding: 1.3rem 1rem 1.3rem;
	font-size: 1.5rem;
	resize: none;
	width: 100%;
	border: .2rem solid;
	border-radius: 0.5rem;
	border-color: #91744c;
	transition: all .4s;
	transition-timing-function: ease-out;
	transition-property: border-color;
	cursor: pointer;
}
.contact .form_wrap input:focus,
.contact .form_wrap textarea:focus {
	border: #cfc9b7 .2rem solid;
	outline: none;
}
.contact .form_wrap input:hover,
.contact .form_wrap textarea:hover {
	border-color: #cfc9b7;
}
.mw_wp_form input[type="file"]{
	margin-bottom: 1rem;
}
.contact .required {
	font-weight: 600;
	display: inline-block;
	color: #ac3e36;
	font-size: 1.5rem;
	line-height: 1.1;
	border-radius: 0.5rem;
	padding: 0.6rem .5rem 0.4rem;
	position: relative;
	bottom: 0.1rem;
	margin: 0 0.5rem;
}
.contact .form_wrap table th {
	font-size: 1.8rem;
	vertical-align: middle;
	text-align: left;
	padding: 2.5rem 0rem;
	width: 28%;
}
.contact .form_wrap table td {
	padding: 2.5rem 0rem;
}
.contact .form_wrap .small {
	margin-top: 0.2rem;
	font-size: 85%;
}
.contact .form_wrap label {
	margin-right: 2rem;
}
.contact .form_wrap input.tel, .contact .form_wrap input.tel2{
	width: 20%;
}
.contact .form_wrap select#year{
	width: 25%;
}
.contact .form_wrap select#month, .contact .form_wrap select#day{
	width: 18%;
}
.contact .form_wrap .flex dt{
	width: 60%;
}
.contact .form_wrap .flex dd{
	width: 40%;
}
.contact .form_wrap .tel_wrap .flex dt:first-child, .contact .form_wrap .tel_wrap .flex dd:first-child{
	margin-bottom: 1rem;
}
.contact .radio_box .wpcf7-list-item{
	width: calc(95%/3);
}
.contact .radio_box input {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
.contact .radio_box label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
}
.contact .radio_box label .wpcf7-list-item-label::before, .contact .radio_box label .wpcf7-list-item-label::after {
	content: "";
	display: block; 
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
.contact .radio_box label .wpcf7-list-item-label::before {
	background-color: #fff;
	border: 1px solid #91744c;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	left: 5px;
}
.contact .radio_box label .wpcf7-list-item-label::after {
	background-color: #91744c;
	border-radius: 50%;
	opacity: 0;
	width: 14px;
	height: 14px;
	left: 8px
}
.contact .radio_box label input:checked ~ .wpcf7-list-item-label::after {
	opacity: 1;
}
.contact .form_wrap input[type="submit"], .contact .form_wrap .confirm_button, .contact .form_wrap .back_button {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    line-height: 2rem;
    display: block;
    z-index: 100;
    background-color: #91744c;
    color: #fff;
    padding: 1.5rem 0 1.5rem;
    max-width: 500px;
    width: 100%;
    border-radius: 1rem;
	font-size: 1.6rem;
    text-align: center;
    border: 2px solid #91744c;
    margin: 3rem auto 0;
	transition: .3s;
	font-family: "Cormorant Garamond", "Klee One", cursive, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.contact .form_wrap input[type="submit"]:hover, .contact .form_wrap .confirm_button:hover, .contact .form_wrap .back_button:hover{
	background-color: rgba(145,116,76,.7);
}
.contact .form_wrap .back_button{
	background-color: #b7b0a6;
	border-color: #b7b0a6;
}
.contact .form_wrap .wpcf7-spinner{
	display: none;
}
.contact .form_wrap .privacy {
	height: 300px;
	margin: 5rem auto 2rem;
	padding: 2rem 1rem;
	overflow-y: scroll;
	border-radius: 0.8rem;
	border: 2px solid #ccc;
	background-color: #fff;
}
.contact .form_wrap .privacy p {
	line-height: 1.5;
	font-size: 1.4rem;
}
.contact .form_wrap .privacy dt {
	font-size: 1.5rem;
	padding: 0.5rem 0;
	margin-top: 1.5rem;
}
.contact .form_wrap .privacy dd {
	margin-left: 0.5rem;
	line-height: 1.5;
	font-size: 1.4rem;
}
.contact .form_wrap .privacy p.privacy_title {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.contact .form_wrap .priv_check_box small {
	font-weight: 800;
}
.contact .form_wrap .priv_check_box label{
	margin-right: 0;
}
.contact .form_wrap .wpcf7-list-item-label{
	margin-left: 1rem;
}
.contact .form_wrap input[type="checkbox"]{
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 20px;
	position: relative;
	width: auto;
}
.contact .form_wrap input[type="checkbox"]::after,
.contact .form_wrap input[type="checkbox"]::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
}
.contact .form_wrap input[type="checkbox"]::before {
	background: #fff;
	border: .2rem solid #91744c;
	content: '';
	display: block;
	height: 23px;
	border-radius: 0.3rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
}
.contact .form_wrap input[type="checkbox"]::after {
	border-right: 3px solid #e52167;
	border-bottom: 3px solid #e52167;
	content: '';
	display: block;
	position: absolute;
	height: 16px;
	width: 9px;
	left: 7px;
	top: 50%;
	transform: rotate(45deg);
	margin-top: -11px;
	opacity: 0;
}
.contact .form_wrap input[type="checkbox"]:checked::after{
	opacity: 1;
}
.contact .mw_wp_form .form_wrap .participation_wrap .horizontal-item + .horizontal-item{
	margin-left: 0;
}
.contact .mw_wp_form .form_wrap .participation_wrap td span{
	width: calc( 95% / 3 );
}
.contact .mw_wp_form .form_wrap .participation_wrap td span label{
	margin: 0;
}
.contact .form_wrap .participation + span{
	padding-right: 1rem;
}
.item_wrap input[type=radio].item{
	display: none;
}
.item_wrap label {
	display: inline-block;
}
.item_wrap .item + span {
	padding-left: 30px;
	display: inline-block;
	position: relative;
}
.item_wrap .item + span::after,
.item_wrap .item + span::before {
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
}
.item_wrap .item + span::before {
	border: 2px solid #f2c800;
	background-color: #fff;
	left: 0;
	top: 3px;
	height: 19px;
	width: 19px;
}
.item_wrap .item + span::after{
	background: #f2c800;
	width: 11px;
	height: 11px;
	left: .4rem;
	top: .7rem;
	opacity: 0;
}
.item_wrap .item:checked + span::after {
	opacity: 1;
}
.rec_form .date_box ul{
	justify-content: space-between;
}
.rec_form .date_box li{
	width: calc(95%/3);
}
.hope_check li{
	width: calc(100%/4);
}
.hope_check label{
	padding-left: 2rem;
}
.privacy h3.ttl03{
	margin-top: 3rem;
}
.privacy h4.ttl04{
	margin-top: 3rem;
}
.privacy li:last-child h4.ttl04:nth-of-type(1){
	margin-top: 0;
}
.privacy .list01{
	margin-bottom: 1rem;
}
.wrap404{
	text-align: center;
}
.wrap404 .main_box{
	max-width: 1000px;
}
@keyframes buttony3{
	0%{
		left: 69%;
	}
	100%{
		left: 73%;
	}
}
@keyframes buttony4{
	0%{
		left: 76.6%;
	}
	100%{
		left: 80.6%;
	}
}
.confirm_area, .thanks_area {
	display: none;
}
.contact .button_box p{
	width: calc(100%/2);
}
/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
	display: none;
}
.contact.thanks .main_box{
	text-align: center;
	min-height: 40vh;
	padding: 8rem 0;
}
.terms .terms_box{
	background: #F0EDE4;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(222, 218, 206, 1) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(222, 218, 206, 1) 100%);
	background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(222, 218, 206, 1) 100%);
}
.terms .txt_box{
	margin-top: 2rem;
	padding: 7rem;
	background-color: rgba(255,255,255,.8);
	box-shadow: 0 0 6px 0 #aaa;
}
.terms .txt_box dl{
	margin-top: 2rem;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 2rem;
}
.terms .txt_box dt{
	font-size: 2rem;
}
.terms .txt_box dt .digit{
	font-size: 2.2rem;
}
.terms .txt_box dd{
	font-size: 1.4rem;
}
.terms .txt_box dd .digit {
	font-size: 1.5rem;
}
.terms .txt_box .box01{
	box-shadow: 0px 0px 3px #6d695d;
}
.terms .txt_box ul.list01 li:before{
	color: #c6bb9b;
	top: 5px;
	margin-right: 0;
}
.terms .txt_box .table01{
	margin-top: 1rem;
}
.terms .txt_box .table01 tr{
	border-bottom: 1px solid #bebdbb;
}
.terms .txt_box .table01 tr:first-child{
	border-top: 1px solid #bebdbb;
}
.terms .txt_box .table01 th, .terms .txt_box .table01 td{
	padding: 1rem 0;
}
@media screen and (max-width: 1200px){
	.ttl01{
		font-size: 5.6rem;
	}
	h2.ttl02{
		font-size: 4.6rem;
	}
	h3.ttl03{
		font-size: 2.8rem;
	}
	.newslist .mv_box img{
		top: 0;
	}
	.service .detail .flex .txt_box p:first-of-type{
		line-height: 2;
	}
	.service .owner_box{
		margin-top: 2rem;
	}
	.service .detail .flex .img_box p{
		width: 47%;
		padding-left: 0;
	}
	.service .detail .flex .img_box p:last-of-type{
		margin-top: -4rem;
	}
	.service .style_box::before{
		width: 90vw;
	}
	.service .web .client{
		padding: 5rem;
	}
	.service .web .client li{
		padding: 3rem;
	}
	.recruit .recruit_flow .flow_wrap{
		width: 80%;
	}
	.recruit .ideal_box li:nth-child(2), .recruit .ideal_box li:nth-child(3) {
		margin-top: 0;
	}
	.recruit .ideal_box li .img_box{
		max-width: 350px;
	}
	.terms .txt_box{
		padding: 5rem;
	}
}
@media screen and (max-width: 999px){
	.ttl01{
		margin: 2rem 0 2rem 3vw;
	}
	.mv_box{
		height: 300px;
	}
	.mv_box img{
		width: 120vw;
		max-width: none;
		left: -20%;
	}
	.news_box{
		padding-top: 15rem;
	}
	.about ul.list02 li:before, .format ul li:before{
		top: 3px;
	}
	.service .detail .flex .txt_box{
		padding-right: 1.5rem;
	}
	.service .detail .flex .img_box{
		margin-top: -6rem;
	}
	.service .detail .flex .img_box p{
		width: 45%;
	}
	.service .owner_box::before{
		width: 90vw;
	}
	.service .web .client {
		padding: 2rem;
	}
	.service .web .client li {
		padding: 2rem 1.5rem;
	}
	.service .flow .img_box{
		width: 80%;
		margin: 0 auto;
		padding: 5rem 0;
	}
	.service .flow .flow_txt{
		width: 100%;
		margin: 5rem auto 0;
	}
	.recruit .ideal_box li .img_box {
		max-width: 320px;
	}
	.recruit .ideal_box li:nth-child(3) {
		margin-top: 2rem;
	}
	.recruit .recruit_flow .flow_wrap::before{
		width: 90%;
	}
	.recruit .recruit_flow .flow_wrap{
		width: 85%;
	}
	.contact .radio_box .wpcf7-list-item{
		width: calc(100%/2);
	}
	.contact .form_wrap .radio_box .wpcf7-list-item-label{
		margin-left: 0;
	}
	.contact.recruitform tr:nth-child(1) .wpcf7-list-item:nth-of-type(1){
		margin-bottom: 1rem;
	}
	.contact .required{
		margin: 0;
	}
	.contact .form_wrap table th{
		font-size: 1.5rem;
	}
	.contact .description ul li::before{
		font-size: 1.4rem;
	}
	.terms .txt_box {
		padding: 3rem;
	}
	.terms .txt_box .box01{
		padding-left: 2rem;
	}
}
@media screen and (max-width: 767px){
	.mv_box img{
		top: 1rem;
		width: 140vw;
		left: -40%;
	}
	h2.ttl02 {
		font-size: 4.2rem;
	}
	h2.ttl02::first-letter{
		font-size: 5rem;
	}
	.ttl02 .move_ani_l{
		font-size: 2rem;
	}
	h3.ttl03{
		font-size: 2.4rem;
	}
	h3.ttl03 span{
		font-size: 1.8rem;
	}
	.about .company_box th{
		width: 100px;
	}
	.about .company_box td{
		width: calc(100% - 100px);
	}
	.service .detail .flex .txt_box{
		width: 100%;
	}
	.service .detail .flex .img_box{
		width: 80%;
		margin: 3rem auto;
	}
	.service .owner_box{
		width: 95vw;
		margin: 0;
	}
	.service .owner_box::before{
		width: 95vw;
	}
	.service .style_box .main_box{
		padding-left: 10vw;
	}
	.service .style_box::before{
		width: 95vw;
	}
	.service .web .client{
		padding: 1rem;
	}
	.service .web .client .ttl03{
		margin-bottom: 2rem;
	}
	.service .web .client dt{
		font-size: 1.8rem;
	}
	.service .flow .ttl03, .recruit .job_desbox .ttl03{
		margin-left: 0;
	}
	.service .flow .img_box{
		width: 95%;
	}
	.service .flow .flow_txt li{
		padding-left: 0;
	}
	.recruit h3.ttl03{
		margin-bottom: 2rem;
	}
	.recruit .ideal_box li:nth-child(1), .recruit .ideal_box li:nth-child(2), .recruit .ideal_box li:nth-child(3){
		flex-flow: column-reverse;
	}
	.recruit .ideal_box li .txt_box{
		width: 100%;
		margin-top: -2rem;
	}
	.service .web .client li {
		width: calc(94% / 2);
	}
	.recruit .job_desbox .table01 th, .recruit .job_desbox .table01 td{
		width: 100%;
		display: block;
	}
	.recruit .job_desbox .table01 th{
		background-color: #f0ece0;
	}
	.recruit .job_desbox .table01 tr{
		border-bottom: none;
	}
	.service .flow .ttl03::before, .recruit .job_desbox .ttl03::before{
		font-size: 4rem;
		bottom: -30%;
		left: 13%;
	}
	.tab-label{
		font-size: 1.8rem;
		padding: 1.5rem 0;
		margin: 0 .5rem;
	}
	.recruit .recruit_flow .flow_wrap{
		width: 90%;
	}
	.recruit .recruit_flow .flow_wrap::before{
		width: 95%;
	}
	.recruit .recruit_flow .flow_wrap li dt{
		font-size: 2rem;
		padding-left: 1rem;
	}
	.recruit .recruit_flow .flow_wrap li dt span{
		font-size: 5.5rem;
	}
	.recruit .recruit_flow .flow_wrap li dt::before{
		left: -3rem;
	}
	.terms .txt_box {
		padding: 1.5rem;
	}
	.terms .txt_box dt{
		font-size: 1.8rem;
	}
	.terms .txt_box .box01{
		padding: 1rem 1.5rem 1.5rem;
	}
	.terms .txt_box .table01 th{
		width: 25%;
	}
	.terms .txt_box .table01 td:nth-of-type(1){
		width: 18%;
	}
	.terms .txt_box .table01 td:first-child{
		width: 20%;
	}
	.contact .description ul{
		padding: 0;
	}
	.contact .form_wrap table th{
		width: 38%;
	}
	.contact .required{
		padding: 0;
	}
	.contact .form_wrap .privacy p.privacy_title{
		font-size: 1.8rem;
	}
	.contact.recruitform tr:nth-child(1) li:first-child, .contact.recruitform .radio_box li{
		width: 100%;
		margin-bottom: .5rem;
	}
	.contact.recruitform .radio_box li:last-child{
		margin-bottom: 0;
	}
	.contact .form_wrap label{
		margin-right: 1rem;
	}
}
@media screen and (max-width: 480px){
	.mv_box {
		height: 200px;
	}
	.mv_box img{
		top: -1rem;
		width: 170vw;
		left: -50%;
	}
	.ttl01{
		font-size: 4.5rem;
		margin: 5rem 0 2rem 2vw;
	}
	h2.ttl02{
		font-size: 3.2rem;
		line-height: 1;
		margin-bottom: 1.5rem;
	}
	h2.ttl02::first-letter{
		font-size: 4.6rem;
	}
	.ttl02 span{
		margin-bottom: 0;
	}
	.ttl02 .move_ani_l{
		font-size: 1.6rem;
	}
	h3.ttl03{
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	h3.ttl03 span{
		font-size: 1.6rem;
	}
	.newslist .mv_box img{
		width: 147vw;
		left: -27%;
		top: -20%;
	}
	.newslist a .entry-card-title{
		font-size: 1.6rem;
	}
	.newslist a .entry-card-title::first-letter{
		font-size: 2.2rem !important;
		color: #c6bb9b !important;
	}
	.newslist a .entry-card-title .digit{
		font-size: 1.8rem;
	}
	.related-entry-card-content, .entry-card-content{
		padding-bottom: 0;
	}
	.newslist .a-wrap{
		border-bottom: 1px solid #f0eee8;
	}
	.newslist .a-wrap:nth-of-type(1) {
		border-top: 1px solid #f0eee8;
	}
	.news_box .main_box{
		width: 90%;
	}
	.news_box{
		padding-top: 10rem;
	}
	.news_box .entry-title{
		font-size: 1.8rem;
		padding: 0;
	}
	.news_box .entry-title::first-letter{
		font-size: 2.8rem;
	}
	.about .company_box th{
		padding: 1.5rem 0;
	}
	.about .company_box td{
		padding: 1.5rem 0 1.5rem .5rem;
	}
	.about .company_box table{
		width: 100%;
	}
	.service .detail .main_wrap{
		padding-top: 5rem;
	}
	.service .detail .flex .txt_box p:first-of-type{
		font-size: 1.6rem;
	}
	.service .detail .flex .img_box {
		width: 85%;
		margin: 5rem auto;
	}
	.service .style_box{
		margin: -5rem auto 0;
		padding: 8rem 0 5rem;
	}
	.service .web .client{
		padding: 2rem .5rem;
		width: 110%;
		margin-left: -5%;
	}
	.service .web .client li{
		width: calc(96%/2);
		padding: 1.5rem .5rem;
	}
	.service .web .client dt{
		font-size: 1.6rem;
	}
	.service .web .client dd li{
		font-size: 1.2rem;
	}
	.service .flow .flow_txt li p{
		width: 50px;
	}
	.service .flow .flow_txt li dl {
		width: calc(100% - 60px);
	}
	.service .flow .flow_txt li dt{
		font-size: 1.6rem;
		padding: .5rem 1.5rem;
		width: 100%;
		margin-bottom: 1rem;
	}
	.service .flow .ttl03, .recruit .job_desbox .ttl03{
		font-size: 3rem;
	}
	.service .flow .ttl03::before, .recruit .job_desbox .ttl03::before {
		font-size: 3.5rem;
		bottom: -43%;
		left: 7%;
	}
	.tab-label{
		padding: 1rem 0;
		font-size: 1.4rem;
	}
	.recruit .recruit_flow .ttl02{
		margin-bottom: 3rem;
	}
	.recruit .recruit_flow .flow_wrap {
		width: 94%;
	}
	.recruit .recruit_flow .flow_wrap::before {
		width: 96%;
		border-radius: 0 8rem 0 0;
		height: 91%;
	}
	.recruit .recruit_flow .flow_wrap li{
		padding-left: 2.7rem;
	}
	.terms .txt_box{
		padding: 1rem;
	}
	.terms .txt_box dt{
		font-size: 1.6rem;
	}
	.terms .txt_box dd{
		font-size: 1.3rem;
	}
	.terms .txt_box .box01{
		margin: 2rem 0;
		padding: 1rem 1rem 1.5rem;
	}
	.terms .txt_box .table01 {
		font-size: 1.2rem;
	}
	.contact .description ul li{
		padding: .5rem 0;
	}
	.contact .description ul li::before{
		margin-left: 0;
	}
	.contact .form_wrap table th, .contact .form_wrap table td{
		display: block;
		width: 100%;
	}
	.contact .form_wrap table th{
		padding-bottom: 0;
	}
	.contact .form_wrap table td{
		padding-top: 1rem;
	}
	.contact .radio_box .wpcf7-list-item{
		width: 100%;
	}
	.contact.recruitform tr:nth-child(1) .wpcf7-list-item:nth-of-type(1), .contact.recruitform .wpcf7-list-item{
		margin-bottom: .5rem;
	}
	.contact.recruitform .wpcf7-list-item:nth-last-of-type(1){
		margin-bottom: 0;
	}
		
	}
}


