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

/* base */
:root {
	--base-color: #f8e4e0;
	--main-color: #beab9c;
	--secondary-color: #eae4df;
	--accent-color: #8d7c70;
	--base-text-color: #2f2f2f;
	--sub-color: #d9cfc6;
	--strong-color: #4e2e2e;
}

body {
	min-width: 1200px;
	width: 100%;
	margin: 0 auto;
	color: var(--base-text-color);
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	line-height: 1.5;
	background: url("../images/bg.jpg");
	background-attachment: fixed;
	background-size: contain;
}
body > .container {
	background-color: rgba(255, 255, 255, 0.5);
}
a {
	text-decoration: none;
	color: var(--main-color);
}
a:hover {
	color: #a03458;
	transition: 0.5s;
}
a:hover img {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-ms-filter: "alpha(opacity=60)";
	transition: 0.5s;
}

/* common */
.contact-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.contact-wrapper > p {
	font-family: "Hina Mincho", serif;
	font-weight: 400;
	font-style: normal;
	//font-family: "Noto Serif JP", serif;
	//font-weight: 600;
	font-style: normal;
	font-size: 1.1rem;
	color: var(--strong-color);
	margin-bottom: 1rem;
}
.contact-wrapper ul {
	display: flex;
	justify-content: center;
}
.contact-wrapper ul li {
	display: flex;
	margin-left: 0.5rem;
}

.contact-btn {
	//border-radius: 5px;
	padding: 5px 15px;
	border-width: 1px;
	border-style: solid;
	font-size: 1rem;
	font-weight: 400;
	display: flex;
	align-items: center;
	text-align: center;
}
.contact-btn i {
	margin-right: 0.5rem;
	font-size: 1.8rem;
}
.contact-btn span {
	display: flex;
}
.contact-tel-btn {
	font-size: 1.8rem;
	color: #4e2e2e;
	border-color: #4e2e2e;
}
.contact-tel-btn span {
	font-family: 'Inter', sans-serif;
	font-family: 'Space Grotesk', sans-serif;
	font-family: "Crimson Text", serif;
	font-style: italic;
}
.contact-form-btn {
	color: #ffffff;
	background: #e27200;  /* 深みあるオレンジ */
	border-color: #ba5d00;
}
.contact-line-btn {
	color: #ffffff;
	background: #00a500;
	border-color: #008c00;
}
.contact-vanila-btn {
	border-color: #197ac3;
	color: #197ac3;
}
.site-title a {
	font-family: "Kaisei Opti", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.8rem;
}
.border-none {
	border: none!important;
}

.rows {
	display: flex;
	flex-direction: row;
}
.rows > .row {
}
/* logo */
.logo-st0 {
	fill: var(--main-color);
}
.logo-st1 {
	isolation: isolate;
}
.logo-st2 {
	fill: #4e2e2e;
}
.logo-s-st0 {
	fill: var(--main-color);
}
.logo-s-st1 {
	fill: #4e2e2e;
}

/* header */

header {
	//border-bottom: solid 3px var(--main-color);
}
header > section.header-wrapper {
	display: flex;
	width: 100%;
}
header .logo_wrapper {
	//width: 23%;
	width: 220px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
header .logo_wrapper .logo-s {
	display: none;
}
header h1 {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: fit-content;
}
header h1 a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--strong-color);
}
header h1 a span:first-of-type {
	font-size: 1rem;
}
header h1 a span:nth-of-type(2) {
}
header h1 a span:last-of-type {
	background: var(--strong-color);
	color: #ffffff;
	font-size: 1.3rem;
}
header .contact-wrapper {
	width: 52%;
	text-align: right;
	margin-left: auto;
	width: fit-content;
	margin-right: 30px;
	
}
header .contact-wrapper > p {
}
header .contact-wrapper ul {
}
header .contact-wrapper ul li {
}

/* structure */

section {
	width: 1120px;
	padding: 0 0;
	margin: 0 auto;
}

#body {
	margin-top: 30px;
	letter-spacing: -0.4em;
	display: flex;
	justify-content: space-between;
	overflow: visible;
	align-items: flex-start;
	padding: 30px;
	background: rgba(255, 255, 255, 0.8);
	margin-top: 0;
	border: 1px solid var(--main-color);
}
#side, #main {
	//display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#side {
	width: calc(100% - 816px - 16px);
	margin-right: 16px;
	position: sticky;
	top: 0;
}
#main {
	width: 816px;
}
h2 {
	background: var(--main-color);
	color: #ffffff;
	text-align: center;
	margin: 0 -5px 30px;
	font-family: "Kaisei Tokumin", serif;
	font-weight: 600;
	font-family: "Hina Mincho", serif;
	font-weight: 400;
	font-size: 2.2rem;
	letter-spacing: 0.8rem;
}
h3 {
	margin: 0 0 20px;
	padding-bottom: 5px;
	font-size: 1.8rem;
	color: var(--main-color);
	display: block;
	font-family: "Kaisei Tokumin", serif;
	font-weight: 600;
	border-bottom: 3px solid var(--main-color);
}
#main .content-wrapper {
	padding: 0 5px;
	margin-bottom: 30px;
}



/* side */

#side .contact-wrapper {
	//height: 105px;
	margin-bottom: 20px;
	text-align: center;
	//padding-top: 45px;
	border: 1px solid var(--main-color);
	background: var(--secondary-color);
	padding: 15px;
}
	#side .contact-wrapper ul {
		flex-wrap: wrap;
	}
	#side .contact-wrapper ul li {
		margin-bottom: 5px;
	}
#side .formArea ul {
	letter-spacing: -0.4em;
}
#side .formArea li {
	display: inline-block;
	letter-spacing: normal;
	padding-right: 5px;
}
#side .formArea li:last-child {
	padding-right: 0;
}

#side .navigation {
	border: 1px solid var(--main-color);
	margin-bottom: 20px;
}
#side .navigation li {
	line-height: 200%;
	font-size: 1.2rem;
	background: #ffff;
	//border-left: solid 2px #999;
	//border-right: solid 2px #999;
	//background: #ffffff; /* Old browsers */
	//background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
	//background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
	//background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	//font-family: "Times New Roman", "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, serif;
	//font-weight: bold;
	border-top: 1px solid var(--main-color);
	font-family: "Hina Mincho", serif;
	font-weight: 400;
}
#side .navigation li:last-child {
	//border-bottom: solid 2px #999;
}
#side .navigation li li,
#side .navigation li li:last-child {
	border: none;
	line-height: 32px;
	background: none;
}
#side .navigation li li:last-child {
    padding-bottom: 10px;
}
#side .navigation li a {
	color: var(--main-color);
	display: block;	
	padding: 0 0 0 20px;
}
#side .navigation li li a {
	padding: 0 0 0 10px;
}
#side .navigation li li a i { 
	padding: 0 10px 0 20px;
}
#side .navigation li a:hover {
	color: #fff;
	background: var(--secondary-color);
	transition: 0.5s;
}
#side .navigation li.sub{
	background: var(--main-color);
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	line-height: 200%;
	height: auto;
}


/* footer */

#footerArea {
	background: rgba(141, 124, 112, 0.9);
	padding: 30px;
}
#footerArea > section {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#footerArea .leftArea {
	//background: url(../img/footer_logo.png) no-repeat;
	//padding: 20px 0 0 180px;
    min-height: 135px;
    display: flex;
    width: 50%;
    margin-right: 1rem;
    justify-content: space-around;
}
#footerArea .logo_wrapper {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
    margin-right: 1rem;
}
#footerArea .logo_wrapper figure {
	margin: 0;
}
#footerArea .logo_wrapper .logo-s {
	display: none;
}
#footerArea .nav {
	margin-right: 25px;
}
#footerArea .nav li a {
	color: #fff;
	//text-shadow: 1px 1px 0px #000;
}
#footerArea .nav li a:hover {
	color: #e9ecf1;
	text-shadow: 1px 1px 0px #d5a06c;
}
#footerArea .contact-wrapper > p {
	color: #fff;
}
#footerArea .contact-tel-btn {
	color: #fff;
	border-color: #fff;
}
#footerArea .rightArea {
	float: right;
	text-align: right;
	letter-spacing: -0.4em;
	margin-top: 24px;
}
#footerArea .rightArea p {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 15px;
}
#footerArea .rightArea ul {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#footerArea .rightArea li {
}
footer {
	background: var(--accent-color);
	text-align: center;
	padding: 5px 0;
}
footer small {
	font-size: 12px;
	line-height: 25px;
	color: #fff;
}
footer small a {
	color: #fff;
}
footer small a:hover {
	color: #d5a06c;
}
div.btnup {
    position: fixed;
    width: 36px;
    right: 10px;
    bottom: 10px;
}
div.btnup a {
    width: 36px;
    line-height: 35px;
    background: #6d7191;
    display: block;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    text-align: center;
}
div.btnup a:hover {
    background: #37455e;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
div.btnup a i {
    color: #fff !important;
    font-size: 18px;
    padding-top: 5px;
}


.flex-control-thumbs {
	display: flex;
	height: auto !important;
}

/* job */

.job ul {
	letter-spacing: -0.4em;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.job li {
	letter-spacing: normal;
	width: calc((100% - 10px) / 2);
	padding: 0;
	margin-bottom: 4px;
	border: 1px solid var(--main-color);
}
.job li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.job li img {
	width: 100%;
}
.job li a span {
	position: absolute;
	color: var(--accent-color);
	font-weight: 900;
	text-shadow: 2px 2px 0 #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 1rem;
	font-size: 2.2rem;
	display: block;
	height: fit-content;
}


/* recruiting */

.recruiting  ul {
	display: flex;
	text-align: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recruiting li {
	border: solid 1px var(--main-color);
	width: calc((100% - 10px) / 3);
	letter-spacing: normal;
	padding: 10px;
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

.recruiting li .title {
	font-size: 1.2rem;
	color: var(--main-color);
	display: block;
	font-family: "Kaisei Tokumin", serif;
	font-weight: 600;
	letter-spacing: -0.1em;
}

.recruiting li span:not(.title) {
	letter-spacing: -0.15em;
	font-size: 0.9rem;
}

.message-content {
	background: #ffffff;
	text-align: center;
	padding: 15px 30px;
}
.message-content p.title {
	font-size: 2rem;
	text-align: center;
	color: var(--accent-color);
	border-bottom: 3px dotted var(--accent-color);
	font-weight: 600;
	margin-bottom: 15px;
	display: inline-block;
}
.message-content p:not(.title) {
	margin-bottom: 1rem;
	text-align: left;
}

.voice ul {
	letter-spacing: -0.4em;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.voice li {
	letter-spacing: normal;
	width: calc((100% - 10px) / 2);
	border: 1px solid var(--main-color);
}
.voice li a {
	width: 100%;
	height: 100%;
	display: block;
}
.voice li a img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}


/* rec */

.rec h2 {
	margin: 0 -5px;
}
.rec p.center {
	vertical-align: top;
}
.rec img {
	border: solid 2px var(--accent-color);
	vertical-align: top;
}
.rec table {
	width: 100%;
	margin-top: 20px;
}
.rec table th {
	background: var(--secondary-color);
	font-weight: normal;
	text-align: center;
	width: 140px;
	padding: 5px;
	border: 1px solid var(--main-color);
}
.rec table td {
	padding: 5px 15px;
	border: 1px solid var(--main-color);
}
.rec h4 {
	padding-top: 30px;
	font-size: 18px;
	color: #2a3178;
}
.rec .exp img {
	width: 120px;
	margin: 0 2.5px;
} 
.rec strong {
	color:  #0d1131;
}
.rec-type2-photos {
	justify-content: space-between;
}
.rec-type2-photos li {
	width: calc((100% - 20px) / 3);
}
.rec-type2-photos li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
}
.web h4 {
	padding-top: 20px;
	font-size: 18px;
	color: #2a3178;
}


/* voice */

.voice2  {}
.voice2 .comment {
	padding: 15px;
	border: solid 2px var(--main-color);
	margin-top: 30px;
}
.voice2 .comment .rows {
	justify-content: space-between;
}
.voice2 .comment .rows .row {
	width: 49%;
}
.voice2 .comment .rows .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.voice2 .comment table {
	margin-right: 30px;
}
.voice2 .comment table th {
	background: var(--secondary-color);
	font-weight: normal;
	text-align: center;
	width: 90px;
	padding: 5px;
	border: 1px solid var(--main-color);
}
.voice2 .comment table td {
	padding: 5px 15px;
	border: 1px solid var(--main-color);
	width: 172px;
}
.voice2 .comment p span {
	font-size: 18px;
	color: var(--accent-color);
}
.voice2 dl {
	margin-top: 15px;
}
.voice2 dt {
	margin-bottom: 10px;
	padding-left: 40px;
	color: var(--accent-color);
	font-size: 16px;
	position: relative;
	padding-top: 15px;
}
.voice2 dt:before {
	content: 'Q.';
	width: 2em;
	font-size: 2em;
	text-align: center;
	position: absolute;
	top: -2px;
    left: -16px;
}
.voice2 dd {
	margin-bottom: 20px;
	padding: 0 0 0 5px;
}
.voice2 dd:last-child {
	margin-bottom: 0;
}


/* flow */
.flow-content > .title {
	padding: 20px;
	border: solid 2px var(--main-color);
	text-align: center;
	color: var(--main-color);
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.flow-content > p:not(.title) {
	padding: 10px 30px;
	line-height: 200%;
	
}
.flow-content .flow-inner {
}
.flow-content .flow-inner .title {
	background: #614b44;
	color: #ffffff;
	font-size: 1.5rem;
	padding: 10px 0 10px 50%;
	text-align: center;
	font-family: "Kaisei Opti", serif;
	font-weight: 600;
}
.flow-content .flow-inner .rows {
	margin-bottom: 15px;
	background: var(--secondary-color);
}
.flow-content .flow-inner .rows > .row {
	width: 50%;
	box-sizing: border-box;
}
.flow-content .flow-inner .rows > .row:not(.thumb) {
	padding: 15px;
}
.flow-content .flow-inner .rows > .row:not(.thumb) .title {
	font-size: 1.2rem;
	color: var(--main-color);
}
.flow-content .flow-inner .rows > .row:not(.thumb) p:not(.title) {
	line-height: 200%;
}
.flow-content .flow-inner:nth-of-type(2n) .title {
	padding: 10px 50% 10px 0;
	
}
.flow-content .flow-inner:nth-of-type(2n) .rows {
	flex-direction: row-reverse;
}
/*ã€€ãŠå•ã„åˆã‚ã›ã€€*/

.contact span {
	margin-left: 5px;
	color: #272b74;
}
.contact table {
	width: 100%;
	margin-top: 20px;
}
.contact table th {
	background: #eaecfa;
	font-weight: normal;
	text-align: center;
	width: 140px;
	padding: 5px;
	border: 1px solid #999;
}
.contact table td {
	padding: 5px 15px;
	border: 1px solid #999;
}
form input[type=text] {
	width: 600px;
	padding: 5px 10px;
}
form select {
	padding: 5px 10px;
}
form textarea {
    height: 60px;
	width: 600px;
	padding: 5px 10px;
}
input[type="reset"], input[type="submit"], input[type="button"] {
	display: inline-block;
	margin: 30px 5px;
	padding: 10px 15px;
	border: 1px solid #999;
	color: #666;
	font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", sans-serif;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.50, #f6f6f6), color-stop(0.51, #eeeeee), color-stop(0.00, #e6e6e6));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 50%, #eeeeee 51%, #e6e6e6 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 50%, #eeeeee 51%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 50%, #eeeeee 51%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 50%, #eeeeee 51%, #e6e6e6 100%);
	background: linear-gradient(top, #ffffff 0%, #f6f6f6 50%, #eeeeee 51%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    cursor: pointer;
	width: 600px;
}


/* company */

.company {}
.company p span {
	margin-bottom: 5px;
}
.company p span {
    color: #2a3178;
}
.company table {
	width: 100%;
	margin-top: 20px;
}
.company table th {
	background: var(--secondary-color);
	font-weight: normal;
	text-align: center;
	width: 100px;
	padding: 5px;
	border: 1px solid var(--main-color);
}
.company table td {
	padding: 5px 15px;
	border: 1px solid var(--main-color);
}


/* breadcrumbs */

nav#breadcrumbs {
	margin: 0 auto 5px;
	width: 1122px;
}
nav#breadcrumbs ul {}
nav#breadcrumbs ul li {
	letter-spacing: normal;
	display: inline;
	list-style-type: none;
	font-size: 14px;
	line-height: 36px;
}
nav#breadcrumbs ul li:before {
	content: " > ";
}
nav#breadcrumbs ul li:first-child:before {
	content:"";
}
nav#breadcrumbs ul li a {
	text-decoration: none;
}


	.dummy {
		padding: 15px;
		border: solid 2px #7c7ea4;
		height: 200px;
	}
