@charset "UTF-8";

/*--------------------------------------
　MV
---------------------------------------*/
.mv_lower {
	width: 100%;
	height: 740px;
	min-width: 1128px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.mv_lower:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(71,71,71,0.4);
	z-index: -1;
}

.mv_lower .mv_inner {
	width: 100%;
	height: 740px;
	max-width: 1128px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}

.mv_lower .mv_ttl_wrap {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 100%;
	text-align: center;
}

.mv_lower .eng {
	margin: 0 0 15px;
	font-size: 30px;
	line-height: 1.4;
}
.mv_lower .eng span {
	font-size: 44px;
}

.mv_lower .mv_ttl {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
}

.charm .mv_lower {
	background: url("../img/mv_charm.jpg") center center no-repeat;
	background-size: cover;
}
.about .mv_lower {
	background: url("../img/mv_about.jpg") center center no-repeat;
	background-size: cover;
}
.detail .mv_lower {
	background: url("../img/mv_detail.jpg") center center no-repeat;
	background-size: cover;
}
.vacancy .mv_lower {
	background: url("../img/mv_vacancy.jpg") center center no-repeat;
	background-size: cover;
}
.guide .mv_lower {
	background: url("../img/mv_guide.jpg") center center no-repeat;
	background-size: cover;
}
.contact .mv_lower {
	background: url("../img/mv_contact.jpg") center center no-repeat;
	background-size: cover;
}
.news .mv_lower {
	background: url("../img/mv_news.jpg") center center no-repeat;
	background-size: cover;
}
.hh .mv_lower {
	background: url("../img/mv_harmony-hall.jpg") center center no-repeat;
	background-size: cover;
}
.company .mv_lower {
	background: url("../img/mv_company.jpg") center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.mv_lower {
		width: 100%;
		height: auto;
		min-width: 100%;
		z-index: 0;
	}

	.mv_lower .mv_inner {
		width: 100%;
		height: 0;
		max-width: 100%;
		padding-top: calc(100%*740/1464);
	}

	.mv_lower .eng {
		margin: 0 0 5px;
		font-size: 18px;
	}
	.mv_lower .eng span {
		font-size: 30px;
	}
	
	.mv_lower .mv_ttl {
		font-size: 24px;
	}
}





/*--------------------------------------
　section
---------------------------------------*/
.sec_lower {
	width: 100%;
	min-width: 1128px;
	padding: 140px 0 180px;
	box-sizing: border-box;
}

.sec_lower .sec_inner {
	max-width: 1128px;
	margin: auto;
	box-sizing: border-box;
}

.sec_block {
	margin: 0 0 120px;
}
.sec_block:last-child {
	margin: 0 0 0;
}

.sec_box {
	margin: 40px 0 80px;
}
.sec_box:last-child {
	margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
	.sec_lower {
		min-width: 100%;
		padding: 60px 15px 80px;
	}

	.sec_lower .sec_inner {
		max-width: 100%;
	}
	
	.sec_block {
		margin: 0 0 70px;
	}
  
  .sec_box {
    margin: 20px 0 50px;
  }
  .sec_box:last-child {
    margin: 20px 0 0;
  }
}





/*--------------------------------------
　title
---------------------------------------*/
.eng {
	font-family: 'Marcellus SC', serif;
	letter-spacing: 0.08em;
}

.vertical {
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.under h2,
.under h3,
.under h4,
.under h5 {
	box-sizing: border-box;
	font-weight: bold;
	line-height: 1.6;
}

.under .ttl_box01 {
	text-align: center;
	position: relative;
}
.under .ttl_box01:after {
	content: "";
	display: block;
	background: #fff;
	width: 1px;
	height: 80px;
	margin: 40px auto 0;
}
.under .ttl_box01 .eng {
	font-size: 46px;
}
.under .ttl_box01 .eng span {
	font-size: 66px;
}
.under .ttl_box01 .ttl {
	margin: 20px 0 0;
	font-size: 16px;
}


.under .ttl_01 {
  font-size: 24px;
	position: relative;
}
.under .ttl_01:after {
	content: "";
	display: block;
	background: #fff;
	width: 40px;
	height: 1px;
	margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
	.under .ttl_box01:after {
		height: 40px;
		margin: 20px auto 0;
	}
	.under .ttl_box01 .eng {
		font-size: 23px;
	}
	.under .ttl_box01 .eng span {
		font-size: 33px;
	}
	.under .ttl_box01 .ttl {
		margin: 10px 0 0;
		font-size: 14px;
	}
  
  
  .under .ttl_01 {
    font-size: 18px;
  }
  .under .ttl_01:after {
    width: 30px;
    margin: 10px 0 0;
  }
}





/*--------------------------------------
　text
---------------------------------------*/
.under .txt {
	margin: 20px 0 0;
	font-size: 14px;
	text-align: justify;
	line-height: 2.4;
}

.under .lead {
	margin: 50px 0 0;
	font-size: 14px;
	text-align: justify;
	line-height: 2.4;
}

.txt.tc {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.under .txt {
		margin: 10px 0 0;
		line-height: 1.8;
	}
  
  .under .lead {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.8;
  }
}





/*--------------------------------------
　list
---------------------------------------*/
.list01 {
  margin: 30px 0 0;
}
.list01 li {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.8;
  position: relative;
}
.list01 li:last-child {
  margin: 0 0 0;
}
.list01 li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
	background: #f4a100;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .list01 {
    margin: 15px 0 0;
  }
  .list01 li {
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    line-height: 1.6;
  }
}





/*--------------------------------------
　flex_parts
---------------------------------------*/
/*----- flex_parts01 -----*/
.flex_parts01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
.flex_parts01 .flex_item {
	width: calc((100% - 80px) / 2);
	margin: 0 0 80px 0;
	box-sizing: border-box;
}


/*----- flex_parts02 -----*/
.flex_parts02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
.flex_parts02 .flex_item {
	width: calc((100% - 80px) / 3);
	margin: 0 0 80px 0;
	box-sizing: border-box;
}
.flex_parts02 .flex_item:nth-of-type(3n-1):nth-last-of-type(1) {
	margin: 0 auto 40px 40px;
}


/*----- flex_parts03 -----*/
.flex_parts03 {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}
.flex_parts03 .l_box {
  width: 480px;
	box-sizing: border-box;
}
.flex_parts03 .r_box {
  width: calc(100% - 480px);
  padding: 0 0 0 6rem;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	/*----- flex_parts01 -----*/
	.flex_parts01 {
		display: block;
		margin: 30px 0 0;
	}
	.flex_parts01 .flex_item {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.flex_parts01 .flex_item:last-child {
		margin: 0 0 0 0;
	}
	
	
	/*----- flex_parts02 -----*/
	.flex_parts02 {
		display: block;
		margin: 30px 0 0;
	}
	.flex_parts02  .flex_item {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.flex_parts02  .flex_item:nth-of-type(3n-1):nth-last-of-type(1) {
		margin: 0 0 40px 0;
	}
	.flex_parts02  .flex_item:last-child {
		margin: 0 0 0 0;
	}
  
  
  /*----- flex_parts03 -----*/
  .flex_parts03 {
    display: block;
    margin: 30px 0 0;
  }
  .flex_parts03 .l_box {
    width: 100%;
  }
  .flex_parts03 .r_box {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 0 0 0;
  }
}





/*--------------------------------------
　btn
---------------------------------------*/
.btn01 a {
	display: block;
	background: #3b3048;
	max-width: 480px;
	margin: auto;
	padding: 30px 60px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
}
.btn01 a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.btn01 a {
		max-width: 90%;
		padding: 20px 40px;
		font-size: 15px;
	}
  .btn01 a:after{
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}





/*--------------------------------------
　table_parts
---------------------------------------*/
.table_parts {
  margin: 40px 0 0;
}

.table_parts table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.3);
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.table_parts tr {
  width: 100%;
  box-sizing: border-box;
}

.table_parts th {
  background: #3b3048;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.table_parts td {
  background: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #201e1f;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  border-left: 1px solid #201e1f;
  border-bottom: 1px solid #201e1f;
}
.table_parts td.tr {
  text-align: right;
}

.table_parts img {
	text-align: left;
	width:auto;
	vertical-align: middle;
  }
@media screen and (max-width: 768px) {
  .table_parts {
    margin: 20px 0 0;
  }

  .table_parts th {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.5;
  }

  .table_parts td {
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
  }
}





/*--------------------------------------
　charm
---------------------------------------*/
.charm .ttl01 {
	margin: 20px 0 0;
	font-size: 22px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.charm .ttl01 {
		margin: 15px 0 0;
		font-size: 16px;
	}
}





/*--------------------------------------
　txt_parts
---------------------------------------*/
.txt_parts {
	max-width: 80%;
	margin: 0 0 0 auto;
}
.txt_parts .item {
	margin: 0 0 80px;
}
.txt_parts .item:last-child {
	margin: 0 0 0;
}
.txt_parts .parts_ttl {
	font-size: 28px;
	position: relative;
}
.txt_parts .parts_ttl:after {
	content: "";
	display: block;
	background: #fff;
	width: 80px;
	height: 1px;
	margin: 20px 0 0;
}
.txt_parts .txt {
	padding: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
	.txt_parts {
		max-width: 100%;
		margin: 0 0 0 0;
	}
	.txt_parts .item {
		margin: 0 0 40px;
	}
	.txt_parts .parts_ttl {
		font-size: 16px;
	}
	.txt_parts .parts_ttl:after {
		width: 40px;
		height: 1px;
		margin: 10px 0 0;
	}
	.txt_parts .txt {
		padding: 0 0 0 20px;
	}
}





/*--------------------------------------
　about
---------------------------------------*/
.about {
	overflow: hidden;
}

.about .sec_lower {
	padding: 0 0 0;
}

.about_block01 {
	padding: 150px 0 0;
}
.about_block01 .flex_box {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}
.about_block01 .flex_box .flex_item {
	width: calc((100% - 80px) / 4);
	margin: 0 0 80px 0;
	box-sizing: border-box;
}
.about_block01 .ttl01 {
	margin: 30px 0 0;
	font-size: 22px;
}


.about_block02 {
	padding: 60px 0 0;
}
.about_block03 {
	padding: 160px 0 0;
}
.about_block02 .eng,
.about_block03 .eng {
	color: #3b3048;
	font-size: 112px;
}
.about_block03 .eng {
	text-align: right;
}
.about_block02 .eng span,
.about_block03 .eng span {
	font-size: 160px;
}

.about_block02 .txt_box,
.about_block03 .txt_box {
  position: relative;
}
.about_block02 .txt_box:after,
.about_block03 .txt_box:after {
	content: "";
	position: absolute;
	top: 0;
	background: #201e1f;
	width: 100vw;
	height: 100%;
}
.about_block02 .txt_box:after {
	left: 100%;
}
.about_block03 .txt_box:after {
	right: 100%;
}
.about_block02 .ttl,
.about_block03 .ttl {
	font-size: 34px;
}

.about_block02 .img_box {
	margin: -60px 0 0;
}
.about_block02 .img_box img {
	height: 720px;
}
.about_block02 .sec_inner {
	position: relative;
}
.about_block02 .txt_box {
  position: absolute;
	bottom: 0;
	right: 0;
	background: #201e1f;
	max-width: 50%;
  margin: 0 0 0 auto;
  padding: 70px 0 0 120px;
	box-sizing: border-box;
	z-index: 1;
}

.about_block03 .sec_inner {
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_block03 .eng {
	width: 50%;
  box-sizing: border-box;
  text-align: right;
  order: 2;
}
.about_block03 .txt_box {
  background: #201e1f;
  width: 50%;
  padding: 0 60px 0 0;
  box-sizing: border-box;
  order: 1;
}



.about_block04 {
	margin: 250px 0 0;
	padding: 0 0 220px;
	position: relative;
	z-index: 0;
}
.about_block04:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/about_07.jpg") left top 120px no-repeat;
	background-size: cover;
	width: 45%;
	height: 100%;
	z-index: -1;
}
.about_block04 .ttl_box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 55%;
	margin: 0 0 0 auto;
	box-sizing: border-box;
	position: relative;
}
.about_block04 .ttl {
	margin: 0 0 0;
	font-size: 43px;
}
.about_block04 .txt_parts {
	margin: 100px 0 0 auto;
}


.about_block05 {
	margin: 180px 0 0;
}
.about_block05 .img_box img {
	height: 520px;
}
.about_block05 .sec_inner {
	display: flex;
	justify-content: space-between;
	padding: 90px 0 90px;
}
.about_block05 .left {
	width: 45%;
	box-sizing: border-box;
}
.about_block05 .ttl_box01 {
	text-align: left;
}
.about_block05 .ttl_box01:after {
	display: none;
}
.about_block05 .ttl_box01 .eng {
	font-size: 38px;
}
.about_block05 .ttl_box01 .eng span {
	font-size: 54px;
}
.about_block05 .right {
	width: 50%;
	box-sizing: border-box;
}


.about_block06 {
	padding: 160px 0 180px;
}
.about_block06 .ttl_box01:after {
	display: none;
}


.about .cv_btn {
	margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
	.about_block01 {
		padding: 60px 15px 0;
	}
	.about_block01 .flex_box {
		display: block;
		margin: 30px 0 0;
	}
	.about_block01 .flex_box .flex_item {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.about_block01 .flex_box .flex_item:last-child {
		margin: 0 0 0 0;
	}
	.about_block01 .ttl01 {
		margin: 15px 0 0;
		font-size: 18px;
	}


  .about_block02 {
    padding: 60px 0 0;
  }
  .about_block03 {
    padding: 60px 0 0;
  }
  .about_block02 .eng,
  .about_block03 .eng {
    font-size: 60px;
  }
  .about_block03 .eng {
    text-align: right;
  }
  .about_block02 .eng span,
  .about_block03 .eng span {
    font-size: 80px;
}

  .about_block02 .txt_box:after,
  .about_block03 .txt_box:after {
    display: none;
  }
  .about_block02 .ttl,
  .about_block03 .ttl {
    font-size: 20px;
  }

  .about_block02 .img_box {
    margin: -30px 0 0;
  }
  .about_block02 .img_box img {
    height: auto;
  }
  .about_block02 .txt_box {
    position: relative;
    bottom: inherit;
    right: inherit;
    background: none;
    max-width: 100%;
    margin: 20px 0 0 0;
    padding: 0 15px 0 15px;
  }

  .about_block03 .sec_inner {
    display: block;
  }
  .about_block03 .eng {
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    order: 2;
  }
  .about_block03 .txt_box {
    background: none;
    width: 100%;
    padding: 0 15px 0 15px;
  }


	.about_block04 {
		margin: 100px 0 0;
		padding: 0 15px 60px;
	}
	.about_block04:after {
		background: url("../img/about_07.jpg") left top 80px no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
	}
	.about_block04 .ttl_box {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		margin: 0 0 0 0;
	}
	.about_block04 .ttl {
		font-size: 20px;
	}
	.about_block04 .txt_parts {
		margin: 50px 0 0 0;
	}


	.about_block05 {
		margin: 60px 0 0;
	}
	.about_block05 .img_box img {
		height: auto;
	}
	.about_block05 .sec_inner {
		display: block;
		padding: 50px 15px 50px;
	}
	.about_block05 .left {
		width: 100%;
	}
	.about_block05 .ttl_box01 {
		text-align: center;
	}
	.about_block05 .ttl_box01:after {
		display: none;
	}
	.about_block05 .ttl_box01 .eng {
		font-size: 19px;
	}
	.about_block05 .ttl_box01 .eng span {
		font-size: 28px;
	}
	.about_block05 .right {
		width: 100%;
		margin: 30px 0 0;
	}
  
  
  .about_block06 {
    padding: 60px 15px 60px;
  }
  
  
  .about .cv_btn {
    margin: 60px auto 0;
  }
}





/*--------------------------------------
　detail
---------------------------------------*/
.detail .sec_lower {
	padding: 0 0 0;
}

.detail_block01 {
	padding: 160px 0 0;
	position: relative;
	z-index: 0;
}
.detail_block01:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/detail_01.jpg") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 980px;
	z-index: -1;
}
.detail_block01 .cc {
	margin: 50px 0 0;
	font-size: 34px;
	text-align: center;
	line-height: 1.5;
}
.detail_block01 .flex_parts01 {
	margin: 160px 0 0;
}
.detail_block01 .ttl01 {
	margin: 30px 0 0;
	font-size: 32px;
}

.detail_block01 .detail_box02 {
	margin: 150px 0 0;
	padding: 140px 0 160px;
	position: relative;
	z-index: 0;
}
.detail_block01 .detail_box02:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/detail_04.jpg") left top no-repeat;
	background-size: cover;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.detail_block01 .cv_btn a {
	margin: 30px auto 0;
}


.detail_block02 {
	padding: 160px 0 180px;
}
.detail_block02 .ttl_box01:after {
	display: none;
}

.detail_box01 {
	margin: 100px 0 0;
}
.detail_box01 .flex_item {
	margin: 0 0 100px;
}
.detail_box01 .ttl01,
.detail_box02 .ttl01 {
	padding: 0 0 15px;
	font-size: 36px;
	border-bottom: 1px solid #fff;
}
.detail_box01 .floor,
.detail_box02 .floor {
	font-size: 44px;
}
.detail_box01 .img_box {
	margin: 30px 0 0;
}
.detail_box02 .img_box {
	margin: 60px 0 0;
}


.acc_parts {
	margin: 50px 0 0;
}
.acc_parts .item {
	border-bottom: 1px solid #201e1f;
}
.acc_parts .acc_btn {
	display: flex;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}
.acc_parts .acc_btn:before,
.acc_parts .acc_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	background: #fff;
	width: 20px;
	height: 1px;
	transition: all 0.4s;
}
.acc_parts .acc_btn:after {
	transform: rotate(90deg);
}
.acc_parts .acc_btn.open:before {
  display: none;
}
.acc_parts .acc_btn.open::after {
  transform: rotate(180deg);
}
.acc_parts .acc_btn.none {
	cursor: auto;
}
.acc_parts .acc_btn.none:before,
.acc_parts .acc_btn.none:after {
	display: none;
}
.acc_parts .acc_btn .num {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3b3048;
	width: 65px;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 28px;
	text-align: center;
	border-right: 1px solid #201e1f;
}
.acc_parts .acc_btn .name {
	background: #312f2f;
	width: calc(100% - 65px);
	padding: 20px 40px 20px 20px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.4;
}
.acc_parts .txt_box {
	display: none;
	padding: 30px 0 40px;
}
.acc_parts .txt_box.show {
	display: block;
}
.acc_parts .txt {
	margin: 0 0 0;
}
.acc_parts .txt_link {
	margin: 15px 0 0;
}
.acc_parts .txt_link a {
	display: inline-block;
	padding: 0 30px 0 0;
	box-sizing: border-box;
	text-decoration: underline;
	position: relative;
}
.acc_parts .txt_link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	background: url("../img/icon_web.png") left top no-repeat;
	background-size: 100% auto;
	width: 18px;
	height: 18px;
}

@media screen and (max-width: 768px) {
	.detail_block01 {
		padding: 60px 0 0;
	}
	.detail_block01:after {
		background: url("../img/detail_01.jpg") center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 400px;
	}
	.detail_block01 .detail_box01 {
		padding: 0 15px;
	}
	.detail_block01 .cc {
		margin: 15px 0 0;
		font-size: 20px;
	}
	.detail_block01 .flex_parts01 {
		margin: 50px 0 0;
	}
	.detail_block01 .flex_parts01 .flex_item {
		margin: 0 0 40px 0;
	}
	.detail_block01 .ttl01 {
		margin: 15px 0 0;
		font-size: 18px;
	}

	.detail_block01 .detail_box02 {
		margin: 80px 0 0;
		padding: 60px 15px 60px;
	}
	.detail_block01 .detail_box02:after {
		background: url("../img/detail_04.jpg") left top no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
	}
  
  .detail_block01 .cv_btn a {
    margin: 20px auto 0;
  }

  
	.detail_block02 {
		padding: 60px 15px 60px;
	}
  
	.detail_box01 {
		margin: 40px 0 0;
	}
  .detail_box01 .flex_item {
		margin: 0 0 50px;
	}
	.detail_box01 .ttl01,
  .detail_box02 .ttl01 {
		padding: 0 0 10px;
		font-size: 20px;
	}
  .detail_box01 .floor,
  .detail_box02 .floor {
		font-size: 22px;
	}
	.detail_box01 .img_box {
		margin: 20px 0 0;
	}
	.detail_box02 .img_box {
		margin: 20px 0 0;
	}
	.detail_box02 .flex_item {
		margin: 0 0 50px;
	}
	.detail_box02 .flex_item:last-child {
		margin: 0 0 0;
	}


	.acc_parts {
		margin: 25px 0 0;
	}
	.acc_parts .acc_btn:before,
	.acc_parts .acc_btn:after {
		right: 15px;
		width: 16px;
	}
	.acc_parts .acc_btn .num {
		width: 55px;
		padding: 15px 0;
		font-size: 20px;
	}
	.acc_parts .acc_btn .name {
		width: calc(100% - 55px);
		padding: 15px 30px 15px 15px;
		font-size: 16px;
	}
	.acc_parts .txt_box {
		padding: 15px 0 25px;
	}
	.acc_parts .txt_link {
		margin: 10px 0 0;
	}
	.acc_parts .txt_link a {
		padding: 0 25px 0 0;
	}
	.acc_parts .txt_link a::after {
		background: url("../img/icon_web.png") left top no-repeat;
		background-size: 100% auto;
		width: 15px;
		height: 15px;
	}
}





/*--------------------------------------
　vacancy
---------------------------------------*/
.vacancy .flex_parts01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.vacancy .flex_parts01 .flex_item {
	width: 50%;
	margin: 0 0 80px 0;
  padding: 0 25px;
	box-sizing: border-box;
}

.vacancy .btn01 a {
  max-width: 80%;
	margin: 30px auto 0;
}



.page_link {
	margin: 0 0 100px;
}

.page_link ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page_link ul li {
  width: 33.33%;
  margin: 0 40px 0 0;
	box-sizing: border-box;
  flex: 1;
}
.page_link ul li:last-child {
	margin: 0 0 0 0;
}

.page_link ul li a {
	display: block;
	background: #3b3048;
	padding: 30px 50px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
.page_link ul li a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .vacancy .flex_parts01 {
    display: block;
  }
  .vacancy .flex_parts01 .flex_item {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0 0;
  }
  .vacancy .flex_parts01 .flex_item:last-child {
    margin: 0 0 0 0;
  }
  
  .vacancy .btn01 a {
    max-width: 90%;
    margin: 20px auto 0;
  }

  
	.page_link {
		margin: 0 0 60px;
	}

	.page_link ul {
		display: block;
	}

	.page_link ul li {
		width: 100%;
		margin: 0 0 15px;
	}

	.page_link ul li a {
		padding: 20px 40px;
		font-size: 15px;
	}
	.page_link ul li a:after {
		right: 20px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
}





/*--------------------------------------
　contact
---------------------------------------*/
input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
	box-sizing: border-box;
	border: none;
}

.form_parts {
	margin: 50px 0 0;
}
.form_parts table {
	width: 100%;
	box-sizing: border-box;
}
.form_parts tr {
	width: 100%;
	box-sizing: border-box;
}
.form_parts th {
	width: 25%;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.form_parts td {
	width: 75%;
	padding: 20px 0 20px 50px;
	box-sizing: border-box;
	font-size: 15px;
}
.form_parts td input {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 15px;
}

/* textarea*/
.form_parts textarea {
	background: #fff;
	padding: 10px 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	resize: vertical;
}

/* 送信ボタン */
.send_btn {
	display: block;
	background: #3b3048;
	width: 520px;
	margin: 50px auto 0;
	padding: 30px 20px;
	box-sizing: border-box;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}
.send_btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}


/* エラーテキスト */
span.wpcf7-not-valid-tip {
	margin-top: 10px;
	color: #f00;
}

div.wpcf7-response-output {
	padding: 20px 20px!important;
}

@media screen and (max-width: 768px) {
	.form_parts {
		margin: 30px 0 0;
	}
	.form_parts th {
		display: block;
		width: 100%;
		padding: 15px 0 0 0;
		font-size: 15px;
	}
	.form_parts td {
		display: block;
		width: 100%;
		padding: 10px 0 0 0;
		font-size: 14px;
	}
	.form_parts td input {
		height: 40px;
		padding: 0 5px;
		font-size: 14px;
	}

	/* textarea*/
	.form_parts textarea {
		padding: 5px 5px;
		font-size: 14px;
	}

	/* 送信ボタン */
	.send_btn {
		width: 90%;
		margin: 30px auto 0;
		padding: 20px 15px;
		font-size: 16px;
	}
	
	
	/* エラーテキスト */
	span.wpcf7-not-valid-tip {
		margin-top: 5px;
	}

	div.wpcf7-response-output {
		padding: 10px 10px!important;
	}
}





/*--------------------------------------
　news
---------------------------------------*/
.news .cate {
	display: inline-block;
	background: #f7a200;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.news .btn01 a {
	margin: 120px auto 0;
}


.news .news_block {
	display: flex;
	justify-content: space-between;
}


/*----- news_parts -----*/
.news .news_parts {
	width: 75%;
	box-sizing: border-box;
}

.news_parts .news_list li {
	padding: 25px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.news_parts .date {
	font-size: 16px;
}
.news_parts .news_ttl {
	margin: 10px 0 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.8;
}


/*----- news_single -----*/
.news_single .date {
	font-size: 18px;
}
.news_single .news_ttl {
	margin: 40px 0 0;
	padding: 0 0 15px;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align: justify;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
}
.news_single .content {
	margin: 30px 0 0;
	font-size: 16px;
	text-align: justify;
	line-height: 2.4;
}


/*----- sidebar -----*/
.news #sidebar {
	width: 20%;
	box-sizing: border-box;
}
.news #sidebar .widget {
	margin: 0 0 30px;
}
.news #sidebar .widget:last-child {
	margin: 0 0 0;
}
.news #sidebar .widget_ttl {
	background: #3b3048;
	padding: 20px 15px;
	box-sizing: border-box;
	font-size: 15px;
}
.news #sidebar .widget ul li {
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.news #sidebar .widget ul li:last-child {
	border-bottom: none;
}
.news #sidebar .widget ul li a {
	display: inline-block;
	font-size: 15px;
	line-height: 1.6;
}


/*----- pagination -----*/
.pagination {
	margin: 80px 0 0;
	overflow: hidden;
	position: relative;  
}
.pagination ul {
	text-align: center;
	font-size: 0;
}
.pagination ul li {
	display: inline-block;
	line-height: 40px;
	font-size: 15px;
	margin: 0 10px;
}
.pagination a {
	display: inline-block;
	text-decoration: none;
}
.pagination span {
	display: inline-block;
	padding: 0 15px;
}
.pagination span.current {
	background: #3b3048;
	color: #fff;
}
.pagination h2.screen-reader-text {
	display: none!important;
}




.news_single img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.news_single strong {
	font-weight: bold;
}
.news_single strong span {
	font-weight: bold;
}
.news_single ul {
	list-style: disc;
	list-style-position: inside;
}
.news_single ol {
	list-style: decimal;
	list-style-position: inside;
}
.news_single img.alignright {
	display: block;
	margin: 0 0 0 auto!important;
}
.news_single img.alignleft {
	display: block;
	margin: 0 auto 0 0!important;
}
.news_single img.aligncenter {
	display: block;
	margin: 0 auto!important;
}

@media screen and (max-width: 768px) {
	.news .cate {
		padding: 5px 8px;
		font-size: 10px;
	}

	.news .btn01 a {
		margin: 60px auto 0;
	}

	
	.news .news_block {
		display: block;
	}
	
	
	/*----- news_parts -----*/
	.news .news_parts {
		width: 100%;
	}

	.news_parts .news_list li {
		padding: 15px 0;
	}
	.news_parts .date {
		font-size: 14px;
	}
	.news_parts .news_ttl {
		margin: 8px 0 0;
		font-size: 14px;
		line-height: 1.6;
	}

	
	/*----- news_single -----*/
	.news_single .date {
		font-size: 14px; 
	}
	.news_single .news_ttl {
		margin: 20px 0 0;
		padding: 0 0 10px;
		font-size: 18px;
		line-height: 1.5;
	}
	.news_single .content {
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 2;
	}


	/*----- sidebar -----*/
	.news #sidebar {
		display: none;
	}


	/*----- pagination -----*/
	.pagination {
		margin: 40px 0 0;
	}
	.pagination ul li {
		line-height: 30px;
		font-size: 14px;
		margin: 0 5px;
	}
	.pagination span {
		padding: 0 10px;
	}
}





/*--------------------------------------
　harmony hall
---------------------------------------*/
.guide_parts {
  margin: 30px 0 0;
}

.guide_parts dt {
  margin: 0 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

.guide_parts dd {
  margin: 0 0 40px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.8;
}

.guide_parts .txt {
	margin: 10px 0 0;
}

.guide_parts .list01 {
  margin: 20px 0 0;
}
.guide_parts .list01 li::before {
  top: 13px;
}

@media screen and (max-width: 768px) {
  .guide_parts {
    margin: 20px 0 0;
  }

  .guide_parts dt {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.6;
  }

  .guide_parts dd {
    margin: 0 0 25px;
    padding: 0 0 0 15px;
    line-height: 1.6;
  }

  .guide_parts .txt {
    margin: 10px 0 0;
  }

  .guide_parts .list01 {
    margin: 15px 0 0;
  }
  .guide_parts .list01 li::before {
    top: 9px;
  }
}





/*--------------------------------------
　company
---------------------------------------*/
.company .flex_parts03 .l_box {
  flex-grow: 1;
}
.company .flex_parts03 .r_box {
  width: 100%;
  flex-grow: 1;
  padding: 0 0 0 0;
}

.company .message .cc {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.company .message .txt {
  margin: 20px 0 0;
}
.company .message .name {
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
}
.company .message .name span {
  font-size: 28px;
  font-weight: bold;
}

.company .table_parts table {
  table-layout: inherit;
}
.company .table_parts th {
  width: 30%;
}
.company .table_parts td {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .company .message .cc {
    font-size: 17px;
  }
  .company .message .txt {
    margin: 15px 0 0;
  }
  .company .message .name {
    margin: 20px 0 0;
    font-size: 15px;
  }
  .company .message .name span {
    font-size: 22px;
  }
}

