@charset "utf-8";
#intro-overlay{
  display: none!important;
}
section {
  padding: 6em 0;
}

.header_img {
  width: 100vw;
  height: 60vh;
  position: relative;
}

.header_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_img h1,.header_img div {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 5%;
}
h1 .en,div .en {
  display: block;
  font-family: "Lato";
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.6;
	font-weight: 600;
}

h1 .jp,div .jp  {
  font-size: 12px;
  line-height: 1.6;
  display: block;
}

h2 {
  font-size: 22px;
  margin-bottom: 1.5em;
}

.menu_list {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}

.menu_list dl {
  display: table;
  width: 100%;
  border: solid #222;
  border-width: 1px 0;
}

.menu_list dl+dl {
  border-top: none;
}

.menu_list dt {
  display: table-cell;
  padding: 0.4rem;
}

.menu_list dd {
  text-align: right;
  display: table-cell;
  padding: 0.4rem;
}

/*.menu_list dd:after {
  display: inline-block;
  content: "";
  width: 1em;
  font-size: 0.7em;
}*/

.menu_list dd.from:after {
  content: "〜";
}

.notes {
  font-size: 0.7rem;
  font-family: "Yu Mincho", "YuMincho";
}

.menu_box {
  margin-bottom: 3em;
}

.menu_box dl dd s {
  font-size: 0.9em;
}
/* ブログ一覧 */
.blog_box_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5%;
}

.blog_box {
    width: 21.25%;
    margin-bottom: 30px;
	flex-wrap: wrap;
}
.article_info{
    display: flex;
    margin-bottom: 15px;
	    flex-wrap: wrap;
    margin-top: 10px;
}
.blog_box_date {
    font-size: 15px;
		margin-bottom: 10px;
        margin-right: 10px;
}
.blog_box_date .fa-calendar-days{
    margin-right: 5px;
}
.blog_box_title {
    line-height: 1.6;
}
.article_info ul {
    display: flex;
	list-style: none;
	margin-bottom: 10px;
}
.article_info ul li a {
    color: #222;
    text-decoration: none;
    border: 1px solid #222;
    padding: 0 5px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    line-height: 28px;
}


.blog_box_title a {
    font-weight: 600;
    line-height: 1.6;
    color: #222;
    text-decoration: none;
}
.blog_box_title {
    line-height: 1.6;
}

.blog_box_title a {
    font-weight: 600;
    line-height: 1.6;
    color: #222;
    text-decoration: none;
}
.blog_box_img {
    margin-bottom: 5px;
}
#blog .link {
    margin: 80px auto 0;
}

/*ブログ記事*/
.single .inner {
    width: 800px;
}
.single section .inner h1 {
    margin-bottom:15px;
    font-size:30px;
}

.single section .inner img.wp-post-image {
    margin-bottom:15px;
}
.single section .inner p {
    margin-bottom: 15px;
}
/*スタッフ*/
.top_staff_box {
    padding: 50px;
    background: rgb(230 222 217);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    border: 1px solid #ab998d;
}
.top_staff_img{
    width: 300px;
}
.top_staff_img img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}
.top_staff_name {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.top_staff_name span {
    font-family: "Lato";
    font-size: 17px;
    margin-left: 20px;
}
.staff_content{
    width: calc(100% - 350px);
}
.staff_h {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.staff_content p{
    line-height: 2;
    margin-bottom: 20px;
}
.staff_content dt{
    font-weight: 600;
    border-bottom: 1px solid #222;
    padding: 5px 5px 0;
    margin-bottom: 5px;
}
.staff_content dd{
    font-size: 16px;
    margin-bottom: 20px;
}
.staff_instagram a{
    color: #222;
    font-size: 16px;
}
.staff_instagram a .fa-instagram {
    font-size: 22px;
    color: #cabbaf;
    background: #222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
/*カテゴリーページ*/
.category h2{
    text-align: center;
    margin-bottom: 4em;
    font-size: 26px;
	  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.category_h2{
	text-align:center;
}
.category h2:before, .category h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #222;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.category h2:before {
  left:0;
}
.category h2:after {
  right: 0;
}
/*リクルート*/
dl#recruit_box dt {
    width: 200px;
    background: rgb(230 222 217);
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #ab998d;
    border-bottom: 1px solid #ab998d;
    border-left: 1px solid #ab998d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

dl#recruit_box dd {
    width: calc(100% - 200px);
    padding: 20px;
    border-right: 1px solid #ab998d;
    border-bottom: 1px solid #ab998d;
}

dl#recruit_box {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ab998d;
}
.example_box {
background: #f6f6f6;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 0.9em;
}
.example_box_h{
font-weight: 600;
}
p:empty{
	display:none;
}
@media (max-width: 979px) {
section {
    padding: 3em 0;
}
	.category h2 {
    margin-bottom: 2em;
    font-size: 18px;
	}
	.category h2:before, .category h2:after {
    width: 30px;
	}
    .blog_box {
        width: 47.5%;
    }
}
@media (max-width: 768px) {
section {
    padding: 2em 0;
}
	.header_img {
    height: 45vh;
}
	h1 .en, div .en {
    font-size: 30px;
	}
	h1 .jp, div .jp {
    font-size: 11px;
	}
	h2 {
    font-size: 18px;
}
	.page-id-25 .inner {
    width: 1200px;
    max-width: 94%;
    margin: 0 1% 0 5%;
}
/*スタッフ*/
	.top_staff_box {
    max-width: 90%;
    margin: 0 auto 40px;
    flex-wrap: wrap;
    padding: 30px;
}
	.top_staff_img {
    width: 90%;
    margin: 0 auto 15px;
}
	.top_staff_name {
    font-size: 18px;
}
	.top_staff_name span {
    font-size: 15px;
}
	.staff_content {
    width: 100%;
}
	.staff_h {
    font-size: 16px;
	}
/*リクルート*/
	dl#recruit_box {
        margin: 0 auto 50px;
}
dl#recruit_box dt {
    width: 140px;
    padding: 15px;
	}
dl#recruit_box dd {
    width: calc(100% - 140px);
    padding: 15px;
}
	section.blog_content {
    padding: 2em 0;
}
	.blog_box_date {
    font-size: 13px;
	}
	.article_info ul li a {
    font-size: 12px;
	}
	.single section .inner h1 {
    font-size: 22px;
}
	.article_info ul li a {
    font-size: 12px;
	}
	.blog_box_date {
    font-size: 13px;
	}
	.staff_content dd {
    font-size: 14px;
}
	}