@charset "utf-8";
/* CSS Document */
.cont_wrap {
	max-width: 960px;
	max-width: var(--middle-width);
	margin-left: auto;
	margin-right: auto;
	padding: 60px 20px 60px;
	margin-top:60px;
}

@media (min-width: 769px) {
	.cont_wrap {
		margin-top: -156px;
	}
}

.cont_wrap .container {
	margin-top:0;
	margin-bottom: 10px;
}

.cont_wrap .img_container {
	text-align: center;
}

/* content: title */
.cont_wrap h1 {
	color: #BF6071;
	color: var(--accent-color);
	font-size: 2rem;
    letter-spacing: 1px;
	line-height: 1.1em;
	font-weight: 600;
	vertical-align: baseline;
}

.cont_wrap .ttlborder {
	display: flex;
	align-items: baseline;
}

.cont_wrap .ttlborder:after {
	border-top: 1px solid;
	border-color: #BF6071;
	border-color: var(--accent-color);
	content: "";
	flex-grow: 1;
	margin-left: 1rem;
}

.cont_wrap .subttl {
	color: #5E4C26;
	font-family: tbchibirgothicplusk-pro, sans-serif;
	font-size: 1.4rem;
	line-height: 1.1em;
	font-weight: 400;
	vertical-align: baseline;
}

.cont_wrap .text_container {
	margin: 20px;
}

/* content: 美道 */
.img-bidou img {
	width: 80%;
}
@media (min-width: 767px) {
	.img-bidou img {
		width: 60%;
}
	.bidou-prof {
		display:flex;
  flex-direction: row;
  justify-content: space-between;
	}
	.bidou-prof .text {
		margin-top: 50px;
	}
}

/* content: 会社案内 */
.cmp-prof p {
	margin-bottom: 15px;
}
.cmp-prof .text {
	margin-top: 30px;
}

.cmp-prof .text img {
	width: 96%;
}

@media (min-width: 767px) {
	.cmp-prof {
		display:flex;
  		flex-direction: row;
  		justify-content: space-between;
	}
	.cmp-prof .text {
		padding-left:30px;
		margin-top: 0;
	}
}

.comp-img-container {
	display: flex;
	margin:20px 10px 0;
	padding: 0;
	align-items: flex-end;
}

.comp-img-container .item {
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 1.4em;
	letter-spacing: 0.2em;
}

.comp-img-container .photo {
	padding: 0;
	margin-bottom: 0;
}

.comp-img-container .photo img {
	width: 120px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.cmp-dsc,
.rec-dsc {
	width: 90%;
	margin: 30px auto;
}

.cmp-dsc h2,
.rec-dsc h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0.8em 0;
    text-align: center;
	border-top: dotted 2px #B5827D;
    border-bottom: dotted 2px #B5827D;
	font-size: 1.2em;
	font-family: tbchibirgothicplusk-pro, sans-serif;
}
.cmp-dsc p,
.rec-dsc p {
	width: 70%;
	margin:0 auto 15px;
	line-height: 2.0em;
}

@media (min-width: 767px) {
	.cmp-dsc_tbwrap {
		width: 70%;
		margin: 0 auto;
	}
	.rec-dsc_tbwrap {
		width: 86%;
		margin: 0 auto;
	}
}

.cmp-dsc_table,
.cmp-dsc_table > dt,
.cmp-dsc_table > dd,
.rec-dsc_table,
.rec-dsc_table > dt,
.rec-dsc_table > dd {
    box-sizing: border-box;
	width: 100%;
}

.cmp-dsc_table > dt,
.cmp-dsc_table > dd {
    padding: 0.9em;
    margin: 0px;
	line-height: 1.4em;
}
.rec-dsc_table > dt,
.rec-dsc_table > dd {
    padding: 0.9em;
    margin: 0px;
	line-height: 1.8em;
}

.cmp-dsc_table > dt,
.rec-dsc_table > dt {
    background-color: #BF6071;
	background-color: var(--accent-color);
    color: #fff;
}

.cmp-dsc_table > dd,
.rec-dsc_table > dd {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
	.cmp-dsc p,
	.rec-dsc p {
		width: 80%;
	}
    .cmp-dsc_table > dt,
    .cmp-dsc_table > dd {
        text-align: center;
    }
    .cmp-dsc_table > dd > ul,
	.rec-dsc_table > dd > ul {
        text-align: left;
    }
}
@media print, (min-width: 768px) {
    .cmp-dsc_table,
	.rec-dsc_table {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #fff;
    }
    .cmp-dsc_table > dt,
    .cmp-dsc_table > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #fff;
    }
	.rec-dsc_table > dt,
    .rec-dsc_table > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-bottom: 1px solid #BFB6B0;
    }
    .cmp-dsc_table > dt {
        width: 30%;
    }
	.rec-dsc_table > dt {
        width: 20%;
    }
    .cmp-dsc_table > dd {
        width: 70%;
    }
	.rec-dsc_table > dd {
        width: 80%;
    }
}
/* content: contact recruit */
.ctc-txt {
	width: 90%;
	margin: 30px auto;
}
.ctc-txt p,
#form_wrap p {
	width: 90%;
	margin:0 auto 15px;
	line-height: 2.0em;
}
.ctc-txt__inline {
	width: 90%;
	margin: 0 auto;
}
.phonebox {
	margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #BF6071;
    border-bottom: solid 2px #BF6071;
}
.phonebox:before, .phonebox:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #BF6071;
}
.phonebox::before {left: 10px;}
.phonebox::after {right: 10px;} 
.phonebox::before,
.phonebox::after {
    margin: 0; 
    padding: 0;
}
.phonebox p {
	width: 96%;
	margin: 0;
	padding: 10px;
	line-height: 2.4em;
}
.phonebox p .marker,
.contact_form .marker {
	background: linear-gradient(transparent 70%, #ffe0c1 70%);
}
.pb_in_link {
	width: 80%;
	margin:0 auto;
	padding: 2px 2px 10px;
	text-align: center;
}
.pb_in_link a {
	background-color: #BF6071;
	background-color: var(--accent-color);
	padding: 8px;
	color: #fff;
	line-height: 3em;
}
.pb_in_link a:hover {
	background: rgba(191, 96, 113, 0.8);
}
.ctc-txt_link a,
.ctc-pdf_link a {
	text-decoration: underline;
    padding: 0 6px;
    position: relative;
}
.ctc-txt_link a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f24d';
	font-weight: 400;
	padding-left: 2px;
	text-decoration: none;
	display: inline-block;
}
.ctc-pdf_link a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	font-weight: 400;
	padding-left: 2px;
	text-decoration: none;
	display: inline-block;
}

.contact_form {
	margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.contact_form p {
	line-height: 2.0em;
}
.contact_form .form_e {
	margin-top: 35px;
}
.form_e > dt {
    padding-bottom: 8px;
	line-height: 1.5em;
}
.form_input {
	display: inline-block;
    padding: 0 1em;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 96%;
    height: 60px;
    background: #eff0f2;
    outline: none;
}
.form_input.inshort {
	width: 38%;
}
.form_textarea {
	display: block;
    padding: 1em;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 96%;
    min-height: 209px;
    background: #eff0f2;
    outline: none;
    resize: vertical;
}
select::-ms-expand {
	display: none;
}
.select_wrap {
	width: 38%;
	position: relative;
  display: inline-block;
}
.select_wrap::after {
	content: '';
  width: 6px;
  height: 6px;
  font-family: "Font Awesome 5 Free";
	content: '\f107';
	font-weight: 600;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px;
}
.select_wrap:hover {
	color:#BFB6B0;
	color: var(--gray-color);
}
.form_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 1em;
	line-height: 2em;
	border: none;
    border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	width: 100%;
    height: 60px;
    background: #eff0f2;
    outline: none;
}
.form_select option {
	padding: 2px;
}
.form_button {
	width: 100px;
	height: 40px;
	margin-right: 20px;
}
.form_button_wrap {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.form_input::placeholder {
	color: #BFB6B0;
	color: var(--gray-color);
	font-size: 1.2em;
}
.formspan {
	margin-left: 10px;
    color: #ff7f7f;
    font-size: 0.8em;
}

@media (min-width: 768px) {
	.ctc-txt__inline {
		display: flex;
		justify-content: space-between;
	}
	.phonebox {
		width: 42%;
	}
}

/* content: privacypolicy */
.pp_wrap p {
	width: 80%;
}
.pp_wrap h5 {
	width: 80%;
	margin: 30px auto 10px;
}
.pp_wrap ul {
	width: 70%;
	margin: 30px auto;
	background-color: rgba(244, 216, 198, 0.1);
	box-shadow: 0px 0px 0px 10px rgba(244, 216, 198, 0.1);
	border: dashed 2px rgba(181, 130, 125, 0.5);
	border-radius: 9px;
	padding: 2em 3em;
	list-style-type: decimal;
}
.pp_wrap li {
	line-height: 1.8em;
  padding: 0.5em 0;
}
