@charset "UTF-8";
/*
Theme Name: mutsumi_themes
Theme URI:
Description: テーマの説明
Version: 1.0
Author:
Author URI:
*/

/****************************************
		CSS Setting
*****************************************/

/****************************************
		General Setting
*****************************************/

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* regular 400 Medium 500 bold 700 */
  font-family: noto-sans-cjk-jp, '游ゴシック', 'Yu Gothic', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-strict;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
	position: relative;
}

.f_play {
  /* regular 400 bold 700 */
  font-family: playfair-display, serif;
  font-weight: 400;
  font-style: normal;
}

.f_minc {
  /* regular 400 Medium 500 bold 700 */
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

a {
  text-decoration: underline;
  color: #2d2d2d;
}

a:hover {
  color: #2d2d2d;
}

a img {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}

a img:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

.thumbimg:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix2 {
  display: flex;
  zoom: 1;
	flex-direction:column;
}

.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

body {
  _display: inline;
  _zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
	width: 100%;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.sp_only, .sp_ionly, .sp_tronly {
  display: none;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}

.anim:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

section {
  display: block;
}

#Page {
	overflow: hidden;
}

.mt00 {
	margin-top: 0!important;
}
.mb00 {
	margin-bottom: 0!important;
}

.mt1em {
	margin-top: 1em!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt40 {
	padding-top: 40px!important;
}

/****************************************
		Base Setting
*****************************************/
.wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.sec {
	padding: 5% 0;
}

.sec_page_wrap {
	margin: 0 0 5%;
}

.boxs .box {
  float: left;
}

/* header */
.header {
	-webkit-box-shadow: 3.441px 4.915px 6px 0 rgb(198 190 202 / 10%);
    box-shadow: 3.441px 4.915px 6px 0 rgb(198 190 202 / 10%);
}

.header_inner {
  position: relative;
  height: 95px;
}

.header_inner h1 {
	position: absolute;
	top: 10px;
    left: 2%;
    color: #a5a5a5;
    font-size: .8em;
    font-weight: normal;
}

.header_logo {
  position: absolute;
  bottom: 10px;
  left: 2%;
}

.header_btn {
  position: absolute;
  top: 17px;
  right: 322px;
}

.header_btn ul li {
  float: left;
  margin-left: 2px;
}

.header_btn ul li a {
  position: relative;
  display: block;
  width: 215px;
  height: 65px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.header_btn ul li a span {
  font-size: 94%;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: .06em;
}

.header_btn ul li:nth-of-type(2) a span{
    padding-left: 0;
}

.header_btn ul li:nth-child(1) a {
  background-color: #9b7cb6;
}

.header_btn ul li:nth-child(2) a {
    background-color: #00b900;
}

.header_tel {
  position: absolute;
  top: 15px;
  right: 208px;
}

.header_tel img, .header_tel p {
  display: block;
  float: left;
}

.header_tel p {
  line-height: 1.1;
  position: relative;
}
.header_tel_num i {
	background: #333;
	color: #fff;
	font-size: 1.1rem;
    padding: 5px;
    border-radius: 3px;
    vertical-align: super;
	margin-right: 3px;
}

.header_tel_num strong {
  font-size: 1.7rem;
}

.header_tel_time {
	font-size: .9em;
	margin-left: 1em;
}

header .header_formbtn {
    position: absolute;
    right: 0;
	background: #e73f03;
	width: 185px;
	height: 95px;
	line-height: 1.2;
}
header .header_formbtn a {
	color: #fff;
	text-align: center;
	font-size: .9rem;
	text-decoration: none;
	display: flex;
    padding: 30px 0;
    justify-content: center;
}
header .header_formbtn a i {
	font-size: 2rem;
    padding-right: 8px;
}

header .gnav {
	position: absolute;
	z-index: 2;
	width: 730px;
	bottom: 3px;
	right: 185px;
	font-weight: bold;
}

header .gnav ul li {
  display: inline-block;
  margin: 0 1.5%;
	position: relative;
}

header .gnav ul li a,
header .gnav ul li span {
  display: inline-block;
  padding: 10px 2px;
  text-decoration: none;
  letter-spacing: .06em;
	cursor: pointer;
  white-space: nowrap;
}

header .gnav li li a {
  padding: 0;
  text-decoration: none;
}

header .gnav ul li a:hover:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #f37302;
}

header .gnav .dropdown-menu {
	position: relative;
}
header .gnav .dropdown-menu i {
	padding-left: 2px;
	color: #f29200;
}

.gnav .subnav {
	display: none;
	position: absolute;
	top: 50px;
	left: -30px;
	width: 265px;
	padding: 12px 22px 24px 22px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 2px 4px 4px 0 rgba(198, 198, 198, 0.25);
}

.gnav .subnav li {
	display: block;
	margin: 12px 0 0;
	text-align: left;
}

.gnav .subnav li a {
	display: block;
}

.gnav .subnav.parent {
  display: none;
  width: 519px;
}

.gnav .subnav-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 80%;
  line-height: 2;
}

.gnav .subnav-menu li {
  flex: 0 0 calc(100% - 90px);
  margin-top: 0;
}
.gnav .subnav-menu li.short {
  flex-basis: 90px;
}
.gnav .subnav-menu li.long {
  flex-basis: 100%;
}
.gnav .subnav-menu li a::before {
  content: '>';
  display: inline-block;
  margin-right: 0.5em;
}
.drawer-overlay {
  display: none;
}

/* pankuzu */
.pankuzu {
	background: #f2f2f2;
	padding: .5% 2%;
	color: #a5a5a5;
	display: flex;
	font-size: .9em;
}
.pankuzu a {
	text-decoration: none;
	color: #eb6129;
}
.pankuzu a:hover {
	text-decoration: underline;
}
.pankuzu li {
	margin-right: 10px;
}


/* title */

.page_ltit h2 {
	font-size: 2.7em;
	margin-bottom: 1.5rem;
    line-height: 1.2;
	font-weight: bold;
}
.page_ltit h2 span {
	display: block;
	font-size: 1.3rem;
	color: #f37302;
	padding-top: 10px;
}

.head_ttl h2 {
	background: #f8f6f0;
	padding: 1rem 2rem;
	color: #f37302;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 3rem 0 1rem;
}

.page_ttl h2 {
	position: relative;
	padding: 1rem 0;
    margin: 4% 0 30px;
	text-align: center;
	font-size: 2.5em;
    line-height: 1.2;
}

.page_ttl h3 {
	position: relative;
	padding: 1rem 0;
    margin: 4% 0 30px;
	text-align: center;
	font-size: 2.5em;
    line-height: 1.2;
}

.tit_pb {
	position: relative;
}

.tit_pb:before,
.page_ttl h3:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 70px;
  height: 1px;
  content: '';
  background: #f37302;
}
.head_ttl.ttlh3 {
	padding: 10px 0;
	margin: 2rem 0 1.5rem;
	border-bottom: #a5a5a5 1px solid;
}
.head_ttl h3 {
	font-weight: bold;
	font-size: 1.4rem;
	position: relative;
	padding-left: 1rem;
    line-height: 1.2;
}
.head_ttl h3:before {
	content: "";
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background: linear-gradient(180deg,#eb6129 30%,#f28e23);
    background: -ms-linear-gradient(180deg,#eb6129 30%,#f28e23 100%);
}

.head_ttl h4 {
	font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #f37302;
	margin: 1.5rem 0 1rem;
}
.head_ttl h4:before,
.head_ttl h4:after {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../../wp-content/themes/mutsumi_themes/img/common/point-bg.png);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 11px;
    margin-top: 0;
    width: 14px;
}
.head_ttl h4:before {
	margin-right: 12px;
}
.head_ttl h4:after {
	margin-left: 12px;
}

.tit_e {
  line-height: 1.2;
  text-align: center;
}

.tit_e strong {
  font-size: 267%;
  font-weight: 400;
  display: block;
  color: #9b7cb6;
}

.tit_e h2 {
  font-size: 94%;
  font-weight: 500;
  display: block;
  margin: 25px 0 35px;
}

.tit_e p {
  font-size: 94%;
}

.tit_b {
  padding: 0 0 40px;
  text-align: center;
}

.tit_b h2 {
  font-size: 200%;
  font-weight: 500;
  color: #8a64ac;
}

.tit_l {
  text-align: center;
}

.tit_l h2 {
  font-size: 187%;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.tit_l h2:before, .tit_l h2:after {
  position: absolute;
  top: 50%;
  width: 65px;
  height: 1px;
  content: '';
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  background-color: #555;
}

.tit_l h2:before {
  left: -85px;
}

.tit_l h2:after {
  right: -85px;
}

/*blk area*/

.blk2_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blk2_area .blk {
	width: 47.5%;
	margin: 0 0 3%;
}

.blk3_area {
	display: flex;
	flex-wrap: wrap;
}
.blk3_area .blk {
	width: 31%;
	margin: 0 3.5% 3% 0;
}
.blk3_area .blk:nth-of-type(3n) {
	margin: 0 0 3%;
}

.blk3_area .blk em {
	font-size: 1.1em;
}

.blk2_area .blk .photo,
.blk3_area .blk .photo {
	text-align: center;
}

.border_blk {
	border: #f5f5f5 5px solid;
	padding: 1.5rem 2rem;
}

.post_lists {
  display: block;
  text-decoration: none;
}

.post_lists_info {
  line-height: 1.2;
}

.post_lists_info .date {
  font-size: 107%;
}

.post_lists_info .tag {
  font-size: 80%;
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  color: #fff;
  background-color: #e88403;
}

.post_lists_tit {
  padding: .5rem 0 2rem;
}

.post_lists_tit h3 {
  font-size: 107%;
  font-weight: 400;
}

.post_lists_thms {
  margin-bottom: 15px;
}

/* btn_style */
.btn_style {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  box-sizing: border-box;
  transition: all 200ms 0s ease;
  text-align: center;
  min-width: 275px;
  border-radius: 8px;
}

.btn_style a,
.btn_style button, .btn_style input {
  padding: 15px 31px;
  display: block;
  position: relative;
	background: #37414f;
	color: #fff;
  border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 2px #000;
}
.btn_style button {
	display: inline;
}

.btn_style a:hover,
.btn_style button:hover {
	text-decoration: none;
	background: #58687e;
	cursor: pointer;
}

.btn_style i,
.btn_style i.fa-angle-right {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
}

.btn_cr {
	margin: 15px auto 0;
	text-align: center;
}

.btn_style.mgB0 {
	margin: 1.5em 0 0;
}

.btn_style.orange a {
	background: #e73f03;
}
.btn_style.orange a:hover {
	background: #f37350;
}

.bg_blk {
	background: #fef8f4;
	padding: 1rem 2rem;
	margin: 1rem 0;
}

/* sec_common_contact */
.sec_common_contact {
	background: #e88403;
	padding: 50px 0;
	color: #fff;
	text-align: center;
}
.sec_common_contact .blk2_area {
	position: relative;
}
.sec_common_contact .blk2_area:before {
	position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	background: #efbb24;
}
.sec_common_contact .blk {
	margin: 0;
}
.sec_common_contact .blk h3 {
	font-size: 2.2rem;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.sec_common_contact .btn_style i {
	color: #f37302;
	left: 8%;
    right: auto;
}
.sec_common_contact .btn_style a {
	background: #fff;
	color: #333;
}
.sec_common_contact .header_tel {
	position: unset;
    top: auto;
    right: auto;
	margin: 1rem 0 0;
}
.sec_common_contact .header_tel i {
	vertical-align: top;
	background: #fff;
    color: #e88403;
}
.header_tel .header_tel_num strong {
	font-size: 2rem;
}
.sec_common_contact .header_tel p {
	float: none;
}
.sec_common_contact .header_tel .header_tel_time {
	margin: 5px 0 0;
}
.sec_common_contact .header_tel .header_tel_time br {
	display: none;
}


/* footer */
.pagetop_btn {
	position: absolute;
	bottom: 30px;
	right: 20px;
}
.pagetop_btn a {
	background: #fff;
	color: #333;
	text-decoration: none;
	box-shadow: #ccc 0 2px 3px;
	width: 68px;
	height: 68px;
	border-radius: 34px;
	text-align: center;
	line-height: 1;
	display: block;
}
.pagetop_btn a:hover {
	background: #eee;
}
.pagetop_btn a i {
	color: #f37302;
	display: block;
    font-size: 1.7rem;
	padding-top: 10px;
}
.pagetop_btn a span {
	font-size: 10px;
}

.footer_bana {
  margin: 2em auto;
  display: flex;
  justify-content: center;
}

.footer_bana li {
  text-align: center;
  margin: 0 .3rem;
}

.footer_bana li img {
  width: 300px;
}

.footer {
  background-color: #333;
}

.footer_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.foot_line {
    width: 300px;
    margin: 1em auto;
}

.fnav {
	padding: 50px 0;
	display: flex;
}

.fnav ul {
	width: 20%;
}

.fnav ul li {
  margin-bottom: 1.2rem;
}

.fnav ul li a {
  text-decoration: none;
  color: #fff;
}
.fnav ul li a:hover {
	text-decoration: underline;
}

.fnav ul li p.ttl {
	position: relative;
	margin-bottom: 1rem;
	padding: 10px 0;
	border-bottom: 1px solid #6d6d6d;
}
.fnav ul li p.ttl:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 20%;
	height: 1px;
	content: '';
	background: #fff;
}

.fnav ul li .ttl_child p {
	font-size: 94%;
	padding-left: 1rem;
}

.fnav ul:nth-child(2),
.fnav ul:nth-child(3) {
  margin-left: 4%;
}

.footer_info {
  position: absolute;
  top: 50px;
  right: 0;
}

.footer_logo {
	margin-bottom: 1em;
	display: block;
}

.footer_info ul li {
  line-height: 1.7;
    margin-bottom: 1.3rem;
}

.footer_last {
	text-align: center;
	background: #202020;
}
.footer_copy {
  padding: 35px 0;
}

.footer_copy p {
  font-size: 94%;
	color: #fff;
}

/* bg_color */
.bg_orange {
	background: #fef8f5;
}
.bg_gray {
	background: #f5fafc;
}


/****************************************
		top Setting
*****************************************/
/* top_fv */
.top_fv .top_topimg_clms {
	background-size: cover;
	height: 42vw;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

.top_fv .top_topimg_clms:nth-of-type(1) {
	background-image: url(../../wp-content/themes/mutsumi_themes/img/top/mv01.jpg);
	background-position: center;
}
.top_fv .top_topimg_clms:nth-of-type(2) {
	background-image: url(../../wp-content/themes/mutsumi_themes/img/top/mv02.jpg);
	background-position: top -6vw center;
	/*background-size: initial;*/
}
.top_fv .top_topimg_clms:nth-of-type(3) a {
	background-image: url(../../wp-content/themes/mutsumi_themes/img/top/mv03.jpg);
  background-size: cover;
  background-position: top;;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
} 

@media (max-width: 1250px){
  .top_fv .top_topimg_clms:nth-of-type(3) a {
    background-image: url(../../wp-content/themes/mutsumi_themes/img/top/mv03_middle.jpg);
  }
}

@media (max-width: 768px){
  .top_fv .top_topimg_clms:nth-of-type(3) a {
    background-image: url(../../wp-content/themes/mutsumi_themes/img/top/mv03_sp.jpg);
    background-position: center;
  }
}

.top_fv .top_topimg_clms:nth-of-type(2) h2 {
	position: absolute;
	top: 20px;
	left: 5vw;
	padding: 0;
}
.top_fv .top_topimg_clms:nth-of-type(2) .miraie_logo {
	padding: 17vw 0 0;
}
.top_fv .top_topimg_clms:nth-of-type(2) .btn_style {
	font-size: 1.5rem;
}

.top_fv .miraie_logo img {
	margin: -30px auto 1em;
}

.top_fv .top_topimg_clms h2,
.top_fv .top_topimg_clms p {
	color: #fff;
	text-shadow: 0 0 5px #333;
}
.top_fv .top_topimg_clms h2 {
	font-size: 3.5rem;
    padding: 14vw 0 3vw;
}
.top_fv .top_topimg_clms p {
	font-size: 1.5rem;
}

/* top title */
.top_pickup .page_ltit,
.top_voice .page_ltit,
.top_works .page_ltit,
.top_reason .page_ltit {
	position: relative;
}
.top_pickup .page_ltit:before,
.top_voice .page_ltit:before,
.top_works .page_ltit:before,
.top_reason .page_ltit:before {
	position: absolute;
	content: "";
    display: inline-block;
    background-size: cover;
	background-repeat: no-repeat;
}
.top_pickup .page_ltit:before {
	background-image: url(../../wp-content/themes/mutsumi_themes/img/top/ttl_pickup.png);
	width: 199px;
    height: 80px;
    left: 16vw;
	top: -55px;
}
.top_voice .page_ltit:before {
	background-image:  url(../../wp-content/themes/mutsumi_themes/img/top/ttl_interview.png);
	width: 206px;
    height: 65px;
    left: 20vw;
	top: -32px;
}
.top_works .page_ltit:before {
	background-image:  url(../../wp-content/themes/mutsumi_themes/img/top/ttl_propertys.png);
	width: 219px;
    height: 73px;
    left: 9vw;
    top: -34px;
}
.top_reason .page_ltit:before {
	background-image:  url(../../wp-content/themes/mutsumi_themes/img/top/ttl_reason.png);
	width: 155px;
    height: 47px;
    left: 20vw;
    top: -30px;
}

/* top_news */
.covid19 {
	margin: 0 auto 5rem;
	border: #555 1px solid;
	padding: 1.5rem;
	max-width: 1200px;
	text-align: center;
}
.covid19 a {
	text-decoration: none;
}
.covid19 a:hover {
	text-decoration: underline;
}
.covid19 dt {
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 5px;
}

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

.top_news_contents {
	width: 62%;
}

.top_news_contents dl a {
	border-bottom: #e5e5e5 1px solid;
	padding: 1rem 0;
	display: flex;
	text-decoration: none;
}
.top_news_contents dl a:hover {
	text-decoration: underline;
}
.top_news_contents dl dt {
	color: #a6a6a6;
	margin-right: 20px;
}

/* bana_top */
.bana_top {
	padding: 0 0 5%;
}
.bana_top .blk_img {
	width: 600px;
	margin: 0 auto;
}

@media (max-width: 700px) {
	.bana_top .blk_img {
		width: 100%;
	}
}

/* property_list */
.property_list .blk {
	background: #FFF;
    border: #949494 1px solid;
}
.property_list a {
    display: block;
	text-decoration: none;
}
.property_list .blk:hover {
	border: #e73f03 1px solid;
	background: #fffef9;
}
.property_list .blk:hover img {
	opacity: .8;
}
.property_list .seiyaku_blk.blk:hover {
	border: #949494 1px solid;
	background: #FFF;
}
.property_list .seiyaku_blk.blk:hover img {
	opacity: 1.0;
}
.property_list .box_img {
    position: relative;
    transition: all 200ms 0s ease;
    overflow: hidden;
    height: 277px;
}
.box_img .seiyaku {
	position: absolute;
	color: #fff;
	background: #f00;
	font-size: 2rem;
    font-weight: bold;
    padding: 5px 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.property_list .box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: initial;
}
.property_list .box_img .tag {
    color: #FFF;
    background: #ff9714;
    text-align: center;
    line-height: 1.2;
    padding: 7px 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.property_list .box_clm_inner {
    padding: 6%;
}
.property_list .box_clm_inner .box_tit {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #f37302;
	margin-bottom: 10px;
}
.property_list .box_clm_inner .box_clm {
    padding: 10px 0;
	font-size: 1.1rem;
}
.property_list .box_clm_inner .box_info {
    color: #939393;
    line-height: 1.4;
    font-size: .9rem;
}
.top_desc {
	margin-bottom: 1.5rem;
}
.youtube {
    position: relative;
    height: 0;
    padding: 0 0 45%;
    overflow: hidden;
    margin: 0 auto 0;
	width: 80%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube_blk{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.youtube_blk div iframe{
  width: 560px;
  height: 340px;
}

.youtube_blk div:first-of-type{
  padding-right: 40px;
}

/* blk_link */
.blk_link a,
.blk_link_list a {
	text-decoration: none;
}
.blk_link a:hover img,
.blk_link_list a:hover img {
	opacity: .8;
}
.blk_link .blk_h3 {
	font-size: 1.15rem;
	padding: 12px 0 7px;
}
.blk_link a:hover .blk_h3,
.blk_link a:hover .link_more{
	color: #f37302;
}
.blk_link .blk_txt {
	font-size: .9em;
}

.link_style {
	position: relative;
	padding: 10px 0 10px 40px;
	text-decoration: none;
}
.link_style a {
	text-decoration: none;
	display: block;
}
.link_style a:hover {
	text-decoration: underline;
}
.link_more {
	text-align: right;
	position: relative;
	padding: 10px 0;
    margin-top: 0.5rem;
}
.link_more:before,
.blk_link_list .blk_h3:before,
.link_style:before {
	font-family: "Font Awesome 6 Pro";
    right: 88px;
    position: absolute;
    color: #fff;
    content: "\f105";
    background: #f29200;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    top: 7px;
    text-align: center;
    line-height: 30px;
	font-size: 1rem;
}
.link_style:before {
	left: 0;
}

.blk_link_list .blk_h3 {
	font-size: 1.4rem;
	padding: 5px 0 5px 40px;
    margin: 13px 0 5px;
	color: #f37302;
	position: relative;
}
.blk_link_list .blk_h3:before {
    left: 0;
}

.btn_narabi {
	text-align: center;
}
.btn_narabi .btn_style {
	margin: 0 1rem;
}

/* top_corp */
.top_corp .blk3_area .blk {
	border-bottom: #e5e5e5 1px solid;
	padding-bottom: 5px;
}


/* top_blog */
.top_blog .blk3_area .blk {
	width: 23.5%;
}
.top_blog .blk3_area .blk,
.top_blog .blk3_area .blk:nth-of-type(3n) {
    margin: 0 2% 3% 0;
}
.top_blog .blk3_area .blk:nth-of-type(4n) {
    margin: 0 0 3%;
}
.top_blog .blk3_area .blk .blk_txt span {
	display: block;
    color: #a6a6a6;
    padding-bottom: 5px;
}

/* 土地売却 */
.bg_blk .check_list {
	display: flex;
	flex-wrap: wrap;
}
.bg_blk .check_list i {
	color: #e73f03;
}
.bg_blk .check_list li {
	width: 50%;
	padding: 2px 0;
}

/****************************************
		page Setting
*****************************************/

.sec_page_topimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	background-color: #f29200;
}

.sec_page_topimg.house_topimg {
	background-image: url("../../wp-content/themes/mutsumi_themes/img/housing/house_topimg.jpg");
}
.sec_page_topimg.voice_topimg {
	background-image: url("../../wp-content/themes/mutsumi_themes/img/common/voice_topimg.jpg");
	background-position: top center;
}
.sec_page_topimg.company_topimg {
	background-image: url("../../wp-content/themes/mutsumi_themes/img/common/corp_topimg.jpg");
}
.sec_page_topimg.staff_topimg {
	background-image: url("../../wp-content/themes/mutsumi_themes/img/common/staff_topimg.jpg");
	background-position: top center;
}
.sec_page_topimg.blog_topimg {
	background-image: url("../../wp-content/themes/mutsumi_themes/img/common/blog_topimg.jpg");
}
.sec_page_topimg.news_topimg {
	background-image: url("../../wp-content/themes/mutsumi_themes/img/common/news_topimg.jpg");
}
.sec_page_topimg.works_topimg {
	background-image: url("../../wp-content/themes/mutsumi_themes/img/common/news_topimg.jpg");
}

.sec_page_topimg.house_topimg .page_topimg_tit h1,
.sec_page_topimg.voice_topimg .page_topimg_tit h1,
.sec_page_topimg.company_topimg .page_topimg_tit h1{
	color: #333;
	text-shadow: none;
}
.sec_page_topimg.house_topimg .page_topimg_clm p,
.sec_page_topimg.voice_topimg .page_topimg_clm p,
.sec_page_topimg.company_topimg .page_topimg_clm p{
	color: #eb6129;
	text-shadow: none;
}
.sec_page_topimg.staff_topimg .page_topimg_tit h1,
.sec_page_topimg.staff_topimg .page_topimg_clm p,
.sec_page_topimg.news_topimg .page_topimg_tit h1,
.sec_page_topimg.news_topimg .page_topimg_clm p,
.sec_page_topimg.blog_topimg .page_topimg_tit h1,
.sec_page_topimg.blog_topimg .page_topimg_clm p{
	text-shadow: #555 0 0 5px;
}

.sec_page_topimg .wrap {
  height: 270px;
}

.page_topimg_clms {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.page_topimg_tit {
  text-align: center;
}

.page_topimg_tit h1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

.page_topimg_tit h2 {
  font-size: 94%;
  font-weight: bold;
  color: #fff;
}

.page_topimg_clm {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

.page_topimg_clm p {
  color: #fff;
}


/****************************************
		property Setting
*****************************************/
.pro_sec {
	padding: 0 0 5%;
}

/* filter_wrap */
.filter_wrap {
	margin: 2em 0;
}
.filter_wrap .dropdown-menu {
	background: #37414f;
	color: #fff;
	padding: 1rem 2rem;
	font-weight: bold;
	border-radius: 5px;
	transition: all 200ms 0s ease;
	cursor: pointer;
	position: relative;
	/*display: inline-block;*/
}
.filter_wrap .dropdown-menu i {
	position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
.filter_wrap .dropdown-menu.on {
	border-radius: 5px 5px 0 0;
}
.filter_wrap .dropdown-menu.on i {
	transform: rotate(180deg);
}
.filter_blk {
	border: 5px solid #37414f;
	padding: 2rem 3rem;
	display: none;
}
.filter_blk dl {
	border-bottom: #e5e5e5 1px solid;
	padding: 15px 0;
	display: flex;
}
.filter_blk dl dt {
	width: 20%;
	font-weight: bold;
	padding-top: 3px;
}
.filter_blk select,
.filter_blk input[type="number"] {
	padding: 5px;
	font-size: .95rem;
}

.filter_check {
	display: flex;
	flex-wrap: wrap;
}
.filter_check li {
    margin-right: 1.5rem;
}
.filter_blk input[type=text] {
	padding: 5px;
    width: 100px;
    font-size: 1rem;
	margin: 0 5px;
}

.toggle-switch {
    position: relative;
    width: 75px;
    height: 35px;
    margin: auto;
}
.toggle-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.toggle-label {
  width: 75px;
  height: 35px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle-label:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}
.toggle-input:checked + .toggle-label {
    background-color: #4BD865;
}
.toggle-input:checked + .toggle-label:after {
    left: 40px;
}

/* pagenav */
.pagenav {
	display: flex;
	justify-content: center;
}

.pagenav p {
	border-radius: 3px;
	margin: 0.5rem;
}
.pagenav .pagenav_arrw a,
.pagenav .pagenav_num {
	width: 45px;
	height: 45px;
	display: block;
	color: #fff;
	text-align: center;
    line-height: 45px;
}

.pagenav .pagenav_arrw {
	background: #c7c7c7;
}
.pagenav .pagenav_arrw:hover {
	background: #b3b3b3;
}
.pagenav .pagenav_num {
	background: #37414f;
	color: #fff;
}
.pagenav .pagenav_num:before {
	background: #232932;
}

.link_list {
	display: flex;
	flex-wrap: wrap;
}
.link_list .link_style {
	margin-right: 3rem;
}


/* detail */
.pro_header {
	background: #FEF5EE;
    padding: 34px 51px 30px 38px;
    position: relative;
}
.pro_header:before {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f93), color-stop(80%, #ff7166));
    background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pro_header h1 .f_minc {
	font-size: 2.5rem;
	font-weight: bold;
}
.pro_header h1 .pro_type {
	color: #f37302;
	font-weight: bold;
	border: #f37302 2px solid;
	padding: 5px 10px;
	vertical-align: super;
    margin-right: 10px;
}
.pro_list_tag {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 10px 0 0;
}
.pro_list_tag li {
	font-size: .85rem;
	color: #555;
    line-height: 1;
    background: #fff;
    margin: 0 3px 3px 0;
    padding: 9px 15px 8px 15px;
    border-radius: 16px;
}

.dtl_head .box:nth-child(1) {
    width: 68%;
}
.dtl_head .box:nth-child(2) {
    width: 27%;
    position: relative;
	margin-left: 5%;
}
.dtl_head .box_clm {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.dtl_head .box_clm table{
	width: 100%;
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}
.top_fv .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 1;
  cursor: pointer;
  color: #f29200;
}
.top_fv .slick-arrow.fa-chevron-left {
  left: 10px;
}
.top_fv .slick-arrow.fa-chevron-right {
  right: 10px;
}

.dtl_img_slides .slick-prev,
.dtl_img_slides .slick-next{
	display: block;
    width: 3.5rem!important;
    height: 7rem;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 100;
}
.dtl_img_slides .slick-prev {
    left: 0!important;
}
.dtl_img_slides .slick-next {
    right: 0!important;
}
.dtl_img_slides .slick-next:before {
    background-image: url(../../wp-content/themes/mutsumi_themes/img/common/slide-arrowNext.svg);
    right: 1rem;
}
.dtl_img_slides .slick-next:before {
    content: ""!important;
    display: block;
    width: 0.8rem;
    height: 1rem;
    opacity: 1!important;
    background-size: 0.8rem 1rem;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s cubic-bezier(.19,1,.22,1);
}
.dtl_img_slides .slick-next:after {
    background-image: url(../../wp-content/themes/mutsumi_themes/img/common/slide-arrowNext-bg.svg);
}
.dtl_img_slides .slick-next:after {
    content: ""!important;
    width: 3.5rem;
    height: 7rem;
    display: block;
    background-size: 3.5rem 7rem;
    background-position: 50%;
    background-repeat: no-repeat;
}

.dtl_img_slides_thms {
    width: 100%;
    margin-top: 1em;
}
.dtl_img_slides_thms .slides_thm {
    width: 15.5%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 1.4%;
    cursor: pointer;
    position: relative;
}
.dtl_img_slides_thms .slides_thm:last-of-type {
	margin-right: 0;
}
.dtl_img_slides_thms .slides_thm .thm_line {
  border: 3px solid transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dtl_img_slides_thms .slides_thm.current .thm_line {
  border-color: #271d11;
}

.dtl_head .box_clms {
    padding: 0 10%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.dtl_head .box_clm h2 {
    font-size: 1.35rem;
    display: block;
    margin-bottom: 1em;
}

.dtl_head_tag {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 0;
}
.dtl_head_tag li {
	position: relative;
	background: #f5f5f5;
	border-radius: 15px;
    padding: 3px .7em 3px 1.5em;
    margin: 0 3px 3px 0;
}
.dtl_head_tag li:before {
	position: absolute;
	content: "#";
	color: #f37302;
	left: 12px;
	font-weight: bold;
}

.pro_point {
	position:relative;
	background: #ddeef4;
	border-radius: 0 15px 15px 15px;
	padding: 3em;
    margin: 2.5em 0 1.5em;
}

.pro_point:after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\f00c Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05em
}

.box_clm_btn .btn_style {
	margin-bottom: 10px;
	font-size: 1.1rem;
	min-width: 100%;
}
.box_clm_btn .btn_style.btn_bgs_01 a {
	background: #e73f03;
}
.box_clm_btn .btn_style.btn_bgs_02 a {
	background: #f29200;
}
.box_clm_btn .btn_style i {
	position: relative;
    transform: unset;
}

.box_clm_tel {
	margin-top: 20px;
}
.box_clm_tel .small {
	font-size: .9rem;
}
.box_clm_tel .header_tel_num {
	line-height: 1;
}
.box_clm_tel .header_tel_num a {
	text-decoration: none;
}
.box_clm_tel .header_tel_num strong {
	font-size: 2rem;
}

.m_port {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    width: 75%;
    margin: 20px auto 60px;
}
.pro_putin div {
    width: 75%;
    margin: 10px auto 30px;
}
/*.pro_putin div iframe {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
}*/
.m_port object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pro_txt {
	margin-bottom: 1em;
}
.pro_putin {
	margin: 1.5em 0;
}

.boxs.dtl_boxs_3 .box {
    width: 31%;
    margin: 0 3.5% 25px 0;
}
.boxs.dtl_boxs_2 .box {
  width: 48%;
  margin: 0 4% 20px 0;
}
.boxs.dtl_boxs_1 .box {
  float: none;
  width: 700px;
  margin: 0 auto 20px;
}
.boxs.dtl_boxs_3 .box:nth-child(3n),
.boxs.dtl_boxs_2 .box:nth-child(2n) {
  margin-right: 0;
}
.boxs .box_clm .column_ttl {
    font-size: 130%;
    line-height: 1.4;
    padding: 20px 0 0;
}
.boxs .box_clm .column_txt {
    padding: 15px 0 0;
}
.boxs .box_img {
	text-align: center;
}

.pro_bottom table {
	width: 94%;
    margin: 0 auto 45px;
}

table tr {
	border-bottom: #e5e5e5 1px solid;
}
table th, table td {
	text-align: left;
    padding: 1rem 0;
}
.googlemaps {
    position: relative;
    width: 100%;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}
.googlemaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.pro_cv {
	position: relative;
	text-align: center;
}
.pro_cv .bwbr_img {
	width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../../wp-content/themes/mutsumi_themes/img/property/bg_pro_cv.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.after_foot_btit {
	color: #fff;
	padding: 50px 0 25px;
}
.after_foot_btit h3 {
	font-size: 2rem;
}
.after_foot_btn {
	padding-bottom: 50px;
}
.after_foot_btn .btn_style {
	margin: 0 10px;
}
.after_foot_btn .btn_style a {
	background: #fff;
	color: #333;
	box-shadow: 0 2px #a75325;
}
.after_foot_btn .btn_style a i {
	color: #f37302;
	position: relative;
    transform: unset;
}

/****************************************
		voice Setting
*****************************************/
.voice_main .voice_mv img {
	width: 100%;
}

.voice_main h2.voice_ttl {
	font-size: 1.5rem;
	margin: 1.5em 0;
	padding-bottom: 13px;
	position: relative;
}
.voice_main h2.voice_ttl:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  content: '';
  background: #f37302;
}

.voice_main h3 {
	color: #f37302;
}


/****************************************
		contact Setting
*****************************************/

.contact_topimg {
  background-image: url(../../wp-content/themes/mutsumi_themes/img/contact/contact_topimg_01.jpg);
}

.sec_contact_head {
  padding: 75px 0;
}

.contact_head_tit {
  margin-bottom: 50px;
  text-align: center;
}

.contact_head_tit p {
  padding-bottom: 20px;
}

.contact_head_tit h2 {
  font-size: 200%;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

.contact_head_tit i {
  display: block;
  width: 41px;
  height: 1px;
  margin: 25px auto 0;
  background-color: #9b7cb6;
}

.contact_head_clm {
  text-align: center;
}

.contact_head_clm p {
  /*font-size: 120%;*/
  line-height: 2;
}

.contact_head_tel {
  max-width: 530px;
  margin: 45px auto 0;
  padding: 40px 0;
  text-align: center;
  background-color: #f4f4f4;
}

.contact_head_tel.wd {
  max-width: 652px;
}

.contact_head_tel h3 {
  font-size: 120%;
  font-weight: 500;
  color: #f37302;
}

.contact_head_tel h3.lg {
  font-size: 147%;
  padding-bottom: 20px;
}

.contact_head_tel strong {
  font-size: 280%;
  font-weight: 700;
  line-height: 1.2;
  color: #f37302;
}

.contact_head_tel p {
  padding-top: 10px;
}

.contact_head_tel p span {
  font-size: 120%;
  display: block;
}

.contact_head_tel p small {
  font-size: 94%;
}

.sec_contact_body {
  padding: 10px 0 0;
}

.contact_bodys {
  max-width: 960px;
  margin: 0 auto 120px;
}

.contact_bodys [type=text], .contact_bodys [type=email], .contact_bodys [type=date], .contact_bodys [type=tel], .contact_bodys textarea {
  line-height: 1.4;
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
  -webkit-appearance: none;
}

.contact_bodys [type=text], .contact_bodys [type=email], .contact_bodys [type=date], .contact_bodys [type=tel], .contact_bodys select {
  font-size: 114%;
  width: 100%;
  max-width: 458px;
  padding: 10px 19px;
  letter-spacing: .05em;
}
.contact_bodys [type=text].zip {
	width: 100px;
}
.form_err {
    color: #fff;
    background: #fc4c48;
    padding: 5px;
}

.contact_bodys .date_tr .boxs strong {
    padding: 0 10px;
    line-height: 50px;
}

.contact_bodys [type=text]::-webkit-input-placeholder, .contact_bodys [type=email]::-webkit-input-placeholder, .contact_bodys [type=date]::-webkit-input-placeholder {
  color: #9d9d9d;
}

.contact_bodys [type=text]:-ms-input-placeholder, .contact_bodys [type=email]:-ms-input-placeholder, .contact_bodys [type=date]:-ms-input-placeholder {
  color: #9d9d9d;
}

.contact_bodys [type=text]::-ms-input-placeholder, .contact_bodys [type=email]::-ms-input-placeholder, .contact_bodys [type=date]::-ms-input-placeholder {
  color: #9d9d9d;
}

.contact_bodys [type=text]::placeholder, .contact_bodys [type=email]::placeholder, .contact_bodys [type=date]::placeholder {
  color: #9d9d9d;
}

.contact_bodys textarea {
  font-size: 100%;
  width: 100%;
  height: 260px;
  padding: 10px;
}

.contact_bodys .select_outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 458px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #e4e4e4;
  background: #fff;
}

.contact_bodys .select_outer:after {
  position: absolute;
  top: 18px;
  right: 13px;
  width: 14px;
  height: 12px;
  content: '';
  pointer-events: none;
  background-image: url(../../wp-content/themes/mutsumi_themes/img/common/common_arw_06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 12px;
}

.contact_bodys .select_outer select {
  font-size: 100%;
  width: 100%;
  padding: 11px 19px 11px;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact_bodys .select_outer select::-ms-expand {
  display: none;
}

.contact_bodys table {
  width: 100%;
}

.contact_bodys table tr th, .contact_bodys table tr td {
  text-align: left;
  vertical-align: top;
}

.contact_bodys table tr th {
  width: 30%;
  padding-top: 20px;
}

.contact_bodys table tr th strong {
  font-size: 120%;
  font-weight: 500;
}

.contact_bodys table tr th span.cau {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  margin-left: 20px;
  padding: 3px 14px;
  color: #fff;
  border-radius: 5px;
  background-color: #e70e18;
}

.contact_bodys table tr th span.cau.db {
  margin-top: 5px;
  margin-left: 0;
}

.contact_bodys table tr td {
  padding-bottom: 10px;
  padding-left: 3%;
}

.contact_bodys table tr td span.sub {
  font-size: 114%;
  padding-right: 20px;
}

.contact_bodys table tr td ul {
  display: table;
  width: 100%;
  /*max-width: 458px;*/
}

.contact_bodys table tr td ul li:nth-child(1) {
  width: 30%;
  padding-right: 10px;
  display: table-cell;
}

.contact_bodys table tr td ul li:nth-child(2) {
  width: 70%;
	display: table-cell;
	vertical-align: middle;
    font-size: 1.1rem;
    font-weight: bold;
}

.contact_body_tit {
  padding-bottom: 50px;
  text-align: center;
}

.contact_body_tit h3 {
  font-size: 187%;
  font-weight: 500;
  color: #8a64ac;
}

.contact_btn {
  margin-top: 64px;
  text-align: center;
}

.contact_btn button {
  font-size: 100%;
  width: 266px;
  height: 48px;
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: #e73f03;
}
.contact_btn button.back {
  background-color: #f4f4f4;
  color: #666;
}

.contact_btn .btn_prev {
  font-size: 100%;
  width: 266px;
  line-height: 48px;
	margin: 0 30px;
  color: #555;
    border: 1px solid #e5e5e5;
    display: inline-block;
	text-decoration: none;
}
.contact_btn .btn_prev:hover {
	background-color: #f3f3f3;
}
.contact_head_clm h3 {
  display: none;
}

.contact_wrap .btn_style{
  margin-bottom: 60px;
}

.contact_box{
  margin-bottom: 3%;
}

.contact_box p{
  text-align: center;
  margin-bottom: 3%;
}

.contact_check{
  margin-top: 20px;
}

.contact_item{
  width: 71%;
  padding: 15px 13px;
  font-size: 16px;
  color: #333;
  border: #e4e4e4 solid 1px;
}

.contact_bodys tr:nth-of-type(4) td{
  vertical-align: middle;
}

.mw_wp_form_preview .contact_head_clm p {
  display: none;
}

.mw_wp_form_preview .contact_head_clm h3 {
  font-size: 145%;
  font-weight: 500;
  display: block;
  max-width: 300px;
  margin: 0 auto -60px;
  padding: 20px 40px;
  text-align: center;
  color: #f29200;
  background-color: #f4f4f4;
}

.mw_wp_form_preview .contact_head_tel {
  display: none;
}

.mw_wp_form_preview .contact_bodys table tr td {
  font-size: 120%;
  padding-top: 9px;
}

.mw_wp_form_preview .contact_bodys table tr td span.sub {
  font-size: 92%;
}

.mw_wp_form_preview .contact_bodys table tr td ul li:nth-child(1) {
  padding-top: 0;
}

.mw_wp_form_preview .contact_bodys .select_outer {
  text-align: left;
  border: none;
}

.mw_wp_form_preview .contact_bodys .select_outer:after {
  display: none;
}

.mw_wp_form .error {
  margin: -15px 0 10px;
}

.contact_flow {
  padding: 45px 0 0;
}

.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
}
.progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 20px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #935c2d;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #935c2d;
    color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #935c2d;
}

.required {
    display: inline-block;
    color: #FFF;
    text-align: center;
    padding: 0 6px;
    background: #fc4c48;
    font-size: 93%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.contact_bodys .required {
	float: right;
}


/****************************************
		single Setting
*****************************************/

.cat_info_topimg {
  background-image: url(../../wp-content/themes/mutsumi_themes/img/single/cat_info_topimg_01.jpg);
}

.cat_column_topimg {
  background-image: url(../../wp-content/themes/mutsumi_themes/img/single/cat_column_topimg_01.jpg);
}

.sec_singles {
  margin-bottom: 50px;
  padding: 80px 0;
  border-bottom: 5px solid #f6f5fb;
}

.singles_outer {
  max-width: 1100px;
  margin: 0 auto;
}

.singles_main {
  float: left;
  width: 72.7%;
}

.cat_btit {
  padding-bottom: 75px;
}

.cat_btit h2 {
  line-height: 1.2;
}

.cat_btit h2 strong {
  font-size: 200%;
  color: #8a64ac;
}

.cat_btit h2 small {
  font-size: 134%;
  margin-left: 15px;
}

.cat_btit p {
  font-size: 107%;
  padding-top: 10px;
}

.cat_btit p.mt {
  margin-top: 30px;
}

.cat_list .post_lists {
  margin-bottom: 30px;
  border-bottom: 1px solid #eceaf7;
}

.cat_list .post_lists_tit {
  padding: 16px 0 30px;
}

.cat_list .post_lists_tit h3 {
  color: #9b7cb6;
}

.cat_list_thms .post_list .post_lists {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.cat_list_thms .post_list .post_lists:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
}

.singles_side {
  float: right;
  width: 22.7%;
}

.singles_side_list {
  padding: 30px;
  background-color: #f8f6f0;
}

.singles_side_list h3 {
  font-size: 160%;
  display: block;
  color: #f37302;
	margin-bottom: 1rem;
}
.yearArchiveList {
	margin-bottom: 1rem;
}

.yearArchiveList .year:before,
.yearArchiveList .singleList a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.yearArchiveList .year:hover:before,
.yearArchiveList .singleList a:hover:before {
	border-right: 1px solid #f37302;
    border-bottom: 1px solid #f37302;
}

.yearArchiveList .year:before {
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.yearArchiveList .year {
	position: relative;
    display: block;
	margin: 0;
	padding: 8px 0;
	cursor: pointer;
}
.yearArchiveList .singleList a {
	padding: 6px 1.5em;
	position: relative;
    display: block;
	text-decoration: none;
}
.yearArchiveList .year:hover,
.yearArchiveList .singleList a:hover {
	color: #f37302;
}
.eachYear {
	display: none;
}

.singles_side .cat-item a {
	position: relative;
	padding-left: 20px;
	text-decoration: none;
}
.singles_side .cat-item a:hover {
	color: #f37302;
}
.singles_side .cat-item a:before {
	position: absolute;
	content: "-";
	left: 0;
}

.single_btit h2 {
  font-size: 200%;
  line-height: 1.4;
  color: #f37302;
}

.single_info {
  padding: 10px 0 30px;
  border-bottom: #a5a5a5 1px solid;
	margin-bottom: 30px;
}

.single_info .date {
  font-size: 107%;
}

.single_thms {
  position: relative;
  min-height: 32px;
	margin-bottom: 30px;
}

.single_thms .tag {
  font-size: 100%;
  position: relative;
  position: absolute;
  z-index: 2;
  top: 0;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #f5a100;
}
.blog_tag .tag {
  font-size: 100%;
  z-index: 2;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #f5a100;
	margin-right: 2px;
}
.blog_tag {
	margin: 0 0 20px;	
}

.single_thms img {
  position: relative;
  z-index: 1;
}

.single_kan {
  padding: 20px 30px 30px;
  background-color: #f6f5fb;
}

.single_kan .boxs .box:nth-child(1) {
  width: 16.4%;
  margin-right: 3.6%;
}

.single_kan .boxs .box:nth-child(2) {
  width: 80%;
}

.single_kan .box_clm p {
  font-size: 107%;
}

.single_kan .box_name h6 {
  font-size: 134%;
  font-weight: 500;
}

.single_kan .box_url {
  margin-top: 10px;
}

.single_kan .box_url ol {
  float: right;
}

.single_kan .box_url ol li {
  font-size: 94%;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 18px;
  background-image: url(../../wp-content/themes/mutsumi_themes/img/common/common_arw_03.png);
  background-repeat: no-repeat;
  background-position: top 5px left;
  background-size: 9px 10px;
}

.single_kan .box_url ol li a {
  color: #9b7cb6;
}

.single_kan_tit {
  padding-bottom: 10px;
}

.single_kan_tit h5 {
  font-size: 134%;
  font-weight: 500;
  color: #8a64ac;
}

.single_sns {
  padding: 30px 0 60px;
}

.single_sns ul li {
  display: block;
  float: left;
  width: 190px;
  margin-right: 12px;
  text-align: center;
}

.single_sns ul li a {
  line-height: 1;
  display: block;
  padding: 16px 0;
  text-decoration: none;
  color: #fff;
}

.single_sns ul li a.fb {
  background-color: #4266b2;
}

.single_sns ul li a.tw {
  background-color: #50abf1;
}

.single_sns ul li a.line {
  background-color: #00b900;
}

.single_clms {
  padding-bottom: 40px;
}

.single_clms p {
  font-size: 107%;
  line-height: 1.8;
  margin-bottom: 20px;
}

.single_clms p img {
  margin: 10px 0;
}

.single_clms p strong {
  display: inline;
  padding: 0 3px;
  background: #fff294 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff294)) !important;
  background: linear-gradient(to bottom, transparent 70%, #fff294 70%) !important;
}

.single_clms h2, .single_clms h3, .single_clms h4 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

.single_clms h2 {
  font-size: 160%;
  position: relative;
  display: block;
  margin: 70px 0 30px;
  padding: 16px 20px;
  background-color: #f6f5fb;
}

.single_clms h2:after {
  position: absolute;
  bottom: -17px;
  left: 37px;
  display: block;
  width: 37px;
  height: 17px;
  content: '';
  background-image: url(../../wp-content/themes/mutsumi_themes/img/common/common_arw_07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.single_clms h3 {
  font-size: 160%;
  margin: 30px 0;
  padding-left: 10px;
  border-left: 18px solid #b197c7;
}

.single_clms h4 {
  font-size: 134%;
  margin: 30px 0;
  padding-left: 10px;
  border-left: 5px solid #b197c7;
}

.single_clms ul {
  margin: 30px 0;
  padding: 25px 20px;
  border: 1px solid #ececef;
}

.single_clms ul li {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 23px;
  position: relative;
}
.single_clms ul li:before {
	position: absolute;
	content: "●";
	top: 1px;
    left: 0;
    color: #8b4e00;
}

.single_clms ul li:last-child {
  margin-bottom: 0;
}
.single_clms .wp-block-pullquote {
	border-top: #a5a5a5 1px solid;
    border-bottom: #a5a5a5 1px solid;
	margin: 2em 0;
    padding: 2.5em 0;
}

.single_clms .wp-block-table {
  width: 100%;
}

.single_clms .wp-block-table th, .single_clms .wp-block-table td {
  border: #ddd 1px solid;
  padding: 10px;
  box-sizing: border-box;
}

.single_clms .wp-block-table th {
  text-align: left;
  background: #f3f3f3;
  font-weight: normal;
}

.single_more {
  margin-top: 50px;
  padding: 40px 0 0;
  border-top: 1px solid #eceaf7;
}

.post_lists {
	margin-top: 2rem;
}

.single_more .post_lists {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.single_more .post_lists:nth-child(2n) {
  margin-right: 0;
}

.single_more .post_lists:hover h3 {
  text-decoration: underline;
}

.single_more_tit {
  padding-bottom: 40px;
}

.single_more_tit h3 {
  font-size: 160%;
  color: #8a64ac;
}

.cat_pagenav {
  padding-top: 30px;
  text-align: center;
}

.cat_pagenav .wp-pagenavi a, .cat_pagenav .wp-pagenavi span {
  font-size: 120%;
  margin: 2px 4px;
  padding: 3px 11px;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  color: #9b7cb6;
  border: 1px solid #9b7cb6;
}

.cat_pagenav .wp-pagenavi a.current, .cat_pagenav .wp-pagenavi span.current {
  color: #9b7cb6;
  border: 1px solid #9b7cb6;
  background-color: #f0eaf4;
}

.cat_pagenav .wp-pagenavi a:hover {
  border: 1px solid #9b7cb6;
  background-color: #f0eaf4;
}

.sec_bread {
  padding: 30px 0 0;
}

.breadcrumbs {
  font-size: 94%;
  max-width: 1100px;
  margin: 0 auto;
}

.breadcrumbs a {
  text-decoration: none;
  color: #9b7cb6;
}

figure.wp-block-gallery {
	margin-inline-start: 0;
    margin-inline-end: 0;
}

/* pagenation */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	padding: 10px 15px!important;
}
.wp-pagenavi span.current {
	background: #f5a100;
    color: #fff;
}

/****************************************
		404 Setting
*****************************************/

.none_page .contact_head_tit h2 {
  line-height: 1.6;
}


/****************************************
		staff Setting
*****************************************/
.stf_img {
	text-align: center;
}
.stf_info {
    display: flex;
    margin-top: 3em;
    position: relative;
    z-index: 3;
}
.stf_info_left {
    margin-top: -80px;
    padding-right: 30px;
    width: 50%;
}
.stf_name_blk {
	align-items: flex-end;
    background: linear-gradient(270deg,rgba(255,99,114,1) 0%,rgba(255,153,51,1) 100%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    line-height: 1.6;
    padding: 20px;
}
.stf_busyo {
	font-size: 1rem;
}
.stf_name {
	font-size: 3rem;
}
.stf_cmnt {
	padding: 30px 0 0 30px;
}
.stf_info_right {
	padding-left: 30px;
    width: 50%;
}
.stf_info_right table tr td {
	border: 1px #eee solid;
    padding: 1rem;
}
.stf_info_right table tr td:first-of-type {
	background: #fbfbfb;
	font-weight: bold;
}

/****************************************
		flow Setting
*****************************************/
.flow_inner {
	padding-left: 48px;
    padding-bottom: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.flow_inner:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #bdbdbd;
    position: absolute;
    top: 0;
    left: 6px;
    z-index: -2;
}

.flow_blk {
	padding-top: 5rem;
}
.flow_heading {
	font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
    position: relative;
	color: #eb6129;
}
.flow_heading:before {
    --size: 16px;
    content: "";
    display: block;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #f29200;
    position: absolute;
    left: -48px;
    top: calc(0.7em * 1 - 6px);
}
.flow_content {
	margin-top: 2.5rem;
}
.flow_head {
    padding: 2rem 3rem;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    background-color: #fef8f5;
}
.flow_head h2 {
	font-size: 1.5rem;
}
.flow_body {
	padding: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    border-radius: 0 0 10px 10px;
    position: relative;
}
.flow_body_wrap {
	width: 65%;
}
.flow_body_wrap table th {
	width: 25%;
}
.flow_img {
	position: absolute;
	top: -3rem;
	right: 2rem;
    transform: rotate(5deg);
}

/****************************************
		qa Setting
*****************************************/

.qa_topimg {
  background-image: url(./img/qa/qa_topimg_01.jpg);
}

.qa_main .post_lists_info .tag {
  margin-left: 0;
}

.qa_ltit {
  padding-bottom: 40px;
}

.qa_nav {
  margin-bottom: 75px;
}

.qa_nav ol {
  border-top: 1px solid #eceaf7;
  border-bottom: 1px solid #eceaf7;
}

.qa_nav ol li {
  font-size: 107%;
  line-height: 1.4;
  float: left;
  width: 25%;
  padding-left: 23px;
  border-bottom: 1px solid #eceaf7;
  background-image: url(./img/common/common_ol_04.png);
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-size: 7px 11px;
}

.qa_nav ol li:nth-child(n+5) {
  border-bottom: none;
}

.qa_nav ol li a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #9b7cb6;
}

.qa_nav ol li a:hover {
  text-decoration: underline;
}

.qa_nav ol li strong {
  display: block;
  padding: 20px 0;
  color: #9b7cb6;
}

/****************************************
		policy Setting
*****************************************/
.sec_page_policy p{
  padding-bottom: 1rem;
}

.sec_page_policy p:last-of-type{
  padding-bottom: 0.4rem;
}

.sec_page_policy ul{
  margin-left: 1.2rem;
}

.sec_page_policy ul ul{
  margin: 0.3rem 0 0.3rem 1.2rem;
}

.wrap .sec_page_policy:nth-of-type(2) .policy_text{
  padding-bottom: 15px;
}

.wrap .sec_page_policy:nth-of-type(2) ul{
  margin-left: 0;
}

.wrap .sec_page_policy:nth-of-type(3) ul{
  margin-left: 0;
}

/****************************************
		profile Setting
*****************************************/
.pro_contain{
  display: flex;
  justify-content: space-between;
}

.pro_contain p{
  padding-bottom: 20px;
}

.pro_contain p:last-of-type{
  padding-bottom: 0;
}

.pro_box{
  width: 70%;
}

.pro_name{
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
}

.pro_name p:first-of-type{
  font-size: 18px;
  padding-bottom: 0!important;
}

.pro_name p:last-of-type{
  font-size: 22px;
  padding-bottom: 0!important;
}

.pro_table th{
  width: 17%;
}

/****************************************
	 message Setting
*****************************************/
.sec_mes_wrap .pro_box{
  width: 50%;
}

.sec_mes_wrap .pro_box p{
  padding-bottom: 15px;
}

.sec_mes_wrap img{
  width: 90%;
}

.sec_mes_wrap .ttlh3{
  padding-top: 0;
  margin: 0 0 1rem;
}

/****************************************
	 recruit Setting
*****************************************/
.wrap .rec_table:nth-of-type(3) .ac{
  padding-bottom: 0;
}
.rec_table{
  margin-bottom: 40px;
}

.rec_table p{
  padding: 20px 0 40px;
}

.rec_table th{
  width: 20%!important;
}

.rec_table .ac{
  margin-top: 40px;
  padding-bottom: 40px;
}

.br_pc{
  display: block;
}

.br_sp{
  display: none;
}

/****************************************
		miraie Setting
*****************************************/
.mir_area p{
  padding-bottom: 15px;
}

.mir_area p:last-of-type{
  padding-bottom: 0;
}

.mir_img{
  width: 85%;
  margin: 0 auto;
  padding: 30px 0 20px;
}

.video {
    position: relative;
    width: 70%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
    margin: 0 auto;
}
.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/****************************************
		concept Setting
*****************************************/
.con_page_wrap .blk3_area {
  flex-wrap: nowrap;
}

.con_page_wrap .blk2_area .blk{
  margin: 0 0 1.5%;
}

/****************************************
		support Setting
*****************************************/
.sup_page_wrap .blk:first-of-type{
  width: 58%;
}

.sup_page_wrap .blk:last-of-type{
  width: 34%;
}

.sup_page_wrap ul li{
  font-weight: bold;
  padding-bottom: 0.2rem;
}

.sup_page_wrap .btn_narabi{
  margin-top: 3%;
}

.sup_contain .sup_area:nth-of-type(11) .border_blk{
  width: 100%;
}

.sup_area .head_ttl{
  text-align: center;
  margin-bottom: 0.8rem;
}

.sup_area .head_ttl h4{
  margin: 1.5rem 0 0.4rem;
}

.sup_area .blk{
  display: flex;
}

.sup_logo{
  margin-top: 30px;
}

/****************************************
		maintenance Setting
*****************************************/
.main_inner .contact_head_tel{
  margin: 0;
  padding: 20px 0 0;
  text-align: left;
  background: none;
}

.main_blk .flow_body{
  padding: 2rem 3rem 0;
}

.main_blk .flow_head{
  padding: 2rem 2rem 2rem 3rem;
}

.main_blk .btn_style{
  margin-bottom: 1.2rem;
  cursor: auto;
}

.main_blk .btn_style h3{
  background: #80B6AD;
  padding: 1.8rem 6rem;
}

.main_blk .blk:nth-of-type(2) .btn_style h3{
  background: #37414F;
  padding: 1.8rem 6rem;
}

.main_blk .blk p{
  font-weight: bold;
}

/****************************************
		faq Setting
*****************************************/
#faq .faq-blk {
  position: relative;
}

#faq .faq-blk-ttl {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
}

#faq .faq-blk-tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

#faq .faq-blk-tab-area .faq-tab {
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  margin: 0 20px;
  cursor: pointer;
}

#faq .faq-blk-tab-area .faq-tab:hover {
  color: #eb6129;
}

#faq .faq-blk-tab-area .faq-tab.faq-active {
  color: #eb6129;
  border-bottom: 2px solid #eb6129;
}

#faq .faq-blk-content-area .faq-content {
  display: none;
}

#faq .faq-blk-content-area .faq-content.show {
  display: block;
}

#faq .faq-blk-box {
  border-bottom: solid 2px #fff;
  margin-bottom: 2px;
  padding: 44px;
}

#faq .faq-blk-q {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  text-shadow: 4px 6px 68px #bacad4;
}

#faq .faq-blk-q:before {
  content: "Q";
  color: #eb6129;
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0;
  top: -3px;
}

#faq .faq-blk-a {
  font-size: 14px;
  position: relative;
  padding-left: 32px;
}

#faq .faq-blk-a:before {
  content: "A";
  color: #c9d0d2;
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 2px;
  top: -5px;
}

#faq .faq-blk .faq-btn-wrap {
  margin-top: 60px;
}

#faq .faq-blk .faq-btn-wrap .btn_cmn {
  margin: 0 auto;
  color: #21adde;
}

#faq .faq-blk .faq-btn-wrap .btn_cmn span {
  background: linear-gradient(135deg, #f7fbfc 0, #f6f9fa 90%, #f6f9fa 100%);
}

.fa-solid{
  padding-left: 5px;
}

@media only screen and (max-width: 768px) {
  #faq .faq-blk-q {
    font-size: 16px;
  }
  #faq .faq-blk-q:before {
    top: -6px;
  }
  #faq .faq-blk-box {
    padding: 32px;
  }
  #faq .faq-blk-tab-area {
    padding: 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  #faq .faq-blk-tab-area .faq-tab {
    font-size: 12px;
    margin: 0 0 15px;
    width: 50%;
    padding-bottom: 2px;
  }
  #faq .faq-blk-ttl {
    font-size: 24px;
  }
  #faq .faq-blk-a {
    font-size: 13px;
  }
  #faq .faq-blk-a:before {
    top: -7px;
  }
}

/****************************************
		Mobile Setting
*****************************************/

@media (max-width: 1600px) {
.top_fv .top_topimg_clms {
	height: 700px;
}
.top_fv  .top_topimg_clms h2 {
    padding: 17vh 0 2vh;
}
.top_fv .top_topimg_clms:nth-of-type(2) .miraie_logo {
    padding: 20vh 0 0;
}
}

@media (max-width: 1305px) {
  .first_feature_num {
    left: 20px;
  }
}

@media (max-width: 1199px) {
  .gnav {
    font-size: 90%;
  }
  .gnav ul li {
    margin: 0 1%;
  }

}

@media (max-width: 1160px) {
    header .header_formbtn,
	header .header_tel,
	header .gnav {
		display: none;
	  }
  .sp_dnav_btn {
    display: block;
	  position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    background-color: #f37302;
  }
  .sp_dnav_btn .inn {
    position: relative;
    height: 95px;
  }
  .sp_dnav_btn .ct {
    position: absolute;
    top: 36px;
    left: 50%;
    width: 30px;
    -webkit-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
  }
  .sp_dnav_btn .ct .line i {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 8px;
    background-color: #fff;
  }

  .drawer-overlay {
    position: fixed;
    z-index: 9998;
    top: 65px;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .drawer-bg {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .drawer-nav {
    position: absolute;
    z-index: 10000;
    top: 0;
    right: 0;
    overflow-y: auto;
    width: 75vw;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
  }
  .drawer-menu {
    padding-bottom: 127px;
    border-top: 1px solid #cabfd4;
  }
  .drawer-menu li a, .drawer-menu li p {
    font-size: 94%;
    display: block;
    padding: 20px;
    text-decoration: none;
    border-bottom: 1px solid #efd8cd;
    background-color: #fef8f5;
  }
	.drawer-menu li a:before,
	.drawer-menu li p:before,
	.drawer-menu li p.open:before {
		font-family: "Font Awesome 6 Pro";
		right: 13px;
    	position: absolute;
		color: #f37302;
	}

	.drawer-menu li a:before {
		content: "\f105";
	}
	.drawer-menu li p:before {
		content: "\2b";
	}
  .drawer-menu li p.open:before {
		content: "\f068";
  }
  .drawer-menu li ol {
    display: none;
  }
  .drawer-menu li ol li a,
  .drawer-menu li ol li p {
    background-color: #fff;
  }
  .drawer-menu li ol ul {
    display: none;
  }
	.wrap {
    padding: 0 2%;
  }
	.covid19 {
		margin: 0 2% 5rem;
	}
  .footer_inner {
    padding: 0 2%;
  }
  .footer_info {
    right: 2%;
  }
  .fnav ul:nth-child(2) {
    margin-left: 40px;
  }
  .fnav ul:nth-child(3) {
    margin-left: 20px;
  }
	.property_list .box_img {
		height: 22vw;
	}
}

@media (max-width: 1093px) {
  .sec_top_topban ul li {
    margin: 0 1% 20px;
  }
  .sec_top_topban ul li:nth-child(3), .sec_top_topban ul li:nth-child(5) {
    margin: 0 1% 20px;
  }
}

@media (max-width: 1024px) {
  .header_logo h1 img {
    width: 250px;
  }
  .common_contact_bg {
    right: 20px;
  }
  .top_plans .box_tag p {
    font-size: 84%;
    letter-spacing: 0;
  }
  .sec_page_topimg .wrap {
    height: 200px;
  }
  .page_topimg_clm {
    margin-top: 20px;
  }

  .singles_side_list {
    padding: 20px;
  }
}

@media (max-width: 980px) {
  .qa_nav ol li {
    width: 33%;
  }
  .qa_nav ol li:nth-child(n+5) {
    border-bottom: 1px solid #eceaf7;
  }
  .qa_nav ol li:nth-child(n+7) {
    border-bottom: none;
  }

  	.singles_main {
		width: 100%;
		float: none;
	}
	.singles_side {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  .singles_side_list {
    padding: 20px 6%;
  }
  .singles_side_list h3 {
    font-size: 145%;
    margin-bottom: 15px;
  }
  .sec_price .singles_side_list h4 {
    font-size: 100%;
  }
  .singles_side_list ul li {
    padding-left: 14px;
    background-position: top 8px left;
    background-size: 9px 10px;
  }
  .singles_side_list ul li a {
    font-size: 80%;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

@media (max-width: 960px) {
  .header_logo h1 img {
    width: 230px;
  }
  .header_btn {
    right: 250px;
  }
  .header_btn ul li a {
    font-size: 87%;
    width: 150px;
    height: 60px;
  }
  .header_btn ul li:nth-child(2) a {
    width: 120px;
  }
  .header_btn img{
    top: 2px;
    left: 8px;
  }
  .header_btn ul li:nth-of-type(2) a span {
    padding-left: 29px;
  }
  .header_tel p {
    top: 2px;
    padding-left: 8px;
  }
  .header_tel p strong {
    font-size: 180%;
  }
  .common_contact_outer ul li {
    width: 340px;
  }
  .common_contact_bg {
    width: 190px;
  }
  .footer_inner {
    padding: 40px 0;
  }
  .fnav {
    margin: 0 auto;
    padding: 10px 2em;
	  flex-wrap: wrap;
  }
	.fnav ul {
		width: 100%;
	}
	.fnav ul:nth-child(2), .fnav ul:nth-child(3) {
		margin-left: 0;
	}
  .footer_info {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: center;
	  margin-top: 2em;
  }
  .sec_top_topimg .wrap {
    height: 440px;
  }
  .top_topimg_clms {
    right: 80px;
  }
  .top_topimg_clms h2 {
    margin-bottom: 32px;
  }
  .top_topimg_clms h2 img {
    width: 300px;
  }
  .top_topimg_clms h3 img {
    width: 220px;
  }
}

@media (max-width: 767px) and (min-width:500px) {
	.fnav ul li .ttl_child {
		display: flex;
		flex-wrap: wrap;
	}
	.fnav ul li .ttl_child p {
		width: 50%;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
  .common_contact_outer .cvline img {
    width: 295px;
    height: auto;
    border-radius: 10px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  .sp_tronly {
    display: table-row;
  }
  /****************************************
			Base Setting
	*****************************************/
	body {
		font-size: 15px;
	}
	.wrap {
		padding: 0 6%;
	  }
	.covid19 {
		margin: 0 6% 3rem;
	}
	.sec {
		padding: 11% 0;
	}
	.sec:nth-of-type(1) {
		padding: 5% 0 11%;
	}
	header .header_formbtn {
		display: none;
	}
	.header_inner h1 {
		top: 3px;
		font-size: .56em;
    left: 1%;
	}

  .header_inner {
    height: 65px;
  }
  .header_logo {
    bottom: 5px;
    left: 10px;
  }
  .header_logo img {
    width: 170px;
  }
	.sp_dnav_btn {
		width: 65px;
	}
	.sp_dnav_btn .inn {
		height: 65px;
	}
	.sp_dnav_btn .ct {
		top: 22px;
		width: 24px;
	}
	.page_topimg_tit h1 {
		font-size: 1.8rem;
	}
	.page_ltit h2 {
		font-size: 2em;
		margin: 0.5rem 0 1.5rem;
	}
	.page_ltit h2 span {
		padding-top: 5px;
		font-size: 1rem;
	}
	.head_ttl h2 {
		font-size: 1.3rem;
		padding: 1rem 1rem 0.85rem;
	}
	.page_ttl h3 {
		font-size: 2em;
	}
	.pankuzu {
		font-size: .8rem;
		padding: .7% 2%;
	}
  .tit_e strong {
    font-size: 200%;
  }
  .tit_e h2 {
    font-size: 80%;
    margin: 15px 0;
  }
  .tit_e p {
    font-size: 80%;
    line-height: 1.8;
  }
  .tit_b {
    padding: 0 0 20px;
  }
  .tit_b h2 {
    font-size: 147%;
  }
  .tit_l h2 {
    font-size: 120%;
  }
  .tit_l h2:before, .tit_l h2:after {
    width: 20px;
  }
  .tit_l h2:before {
    left: -25px;
  }
  .tit_l h2:after {
    right: -25px;
  }
 .blk2_area .blk, .blk3_area .blk {
    width: 100%;
    margin: 3% auto;
  }
	.footer_bana {
		flex-wrap: wrap;
	}
	.footer_bana li {
		width: 48%;
   		margin: 0 1% 2%;
	}
	.sec_common_contact {
		padding: 30px 0;
	}
	.sec_common_contact .blk h3 {
		font-size: 1.7rem;
	}
	.sec_common_contact .blk2_area:before {
		width: 100%;
    	height: 1px;
	}
	.sec_common_contact .blk:first-of-type {
		margin-bottom: 7%;
	}
	.sec_common_contact .blk:nth-of-type(2) {
		margin-top: 7%;
	}
  .footer_copy {
    padding-bottom: 95px;
  }
  .footer_copy p {
    font-size: 80%;
  }
  .sp_foot_btns {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .sp_foot_btns ul li {
    display: block;
    float: left;
    width: 50%;
  }
  .sp_foot_btns ul li a {
    position: relative;
    display: block;
    height: 62px;
    text-decoration: none;
  }
  .sp_foot_btns ul li a span {
    font-size: 80%;
    font-weight: 500;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
  }

  .sp_foot_btns ul li:nth-of-type(2) a span {
    left: 43%;
 }
  .sp_foot_btns ul li a span img {
    position: relative;
    top: -2px;
    width: 21px;
    margin-right: 10px;
  }
  .sp_foot_btns ul li:nth-of-type(2) a span img {
      margin-right: 6px;
  }
  .sp_foot_btns ul li:nth-child(1) a {
    background-color: #9b7cb6;
  }
  .sp_foot_btns ul li:nth-child(2) a {
      background-color: #2bbc23;
  }

  /****************************************
			top Setting
	*****************************************/
	.top_fv .top_topimg_clms {
		height: 470px;
	    background-size: cover;
	    background-position: center;
	}
	.top_fv .top_topimg_clms h2 {
    font-size: 2.2rem;
    padding: 100px 0 10px;
  }
  .top_fv .top_topimg_clms:nth-of-type(1) .btn_style {
  	font-size: 1.2rem;
  }
	.top_fv .top_topimg_clms:nth-of-type(2) h2 {
	   left: 2vw;
    line-height: 1;
    font-size: 1.6rem;
	}
	.top_fv .top_topimg_clms:nth-of-type(2) .btn_style {
	    font-size: 1.3rem;
	    width: 290px;
	}
	.top_fv .top_topimg_clms:nth-of-type(2) .btn_style a {
		padding: 15px 0;
	}
	.top_fv .top_topimg_clms:nth-of-type(2) .miraie_logo {
	    padding: 180px 0 0;
	}
	.miraie_logo img {
		width: 250px;
	}
  .top_fv .top_topimg_clms p {
    font-size: 1rem;
	  padding: 0 1em;
  }
  .sec_top_topimg .wrap {
    height: 240px;
  }
  .top_topimg_clms {
    position: absolute;
    top: 40px;
    right: 5%;
  }
  .top_topimg_clms h2 {
    margin-bottom: 15px;
  }
  .top_topimg_clms h2 img {
    width: 187px;
  }
  .top_topimg_clms h3 img {
    width: 144px;
  }
	.youtube {
		width: 100%;
		padding: 0 0 58%;
	}
  .youtube_blk{
    display: block;
  }
  .youtube_blk div iframe{
    width: 100%;
    height: 53vw;
  }
  .youtube_blk div:first-of-type{
    padding: 0 0 30px 0;
  }
	.top_reason .page_ltit:before {
		width: 181px;
		height: 72px;
		left: 0vw;
	}
	.top_voice .page_ltit:before {
		width: 166px;
		height: 52px;
		left: 0vw;
		top: -22px;
	}
	.top_works .page_ltit:before {
		width: 175px;
		height: 57px;
		left: 26vw;
	}
	.top_reason .page_ltit:before {
		width: 130px;
		height: 40px;
		left: 0;
		top: -20px;
	}

	.top_news .wrap,
	.top_news_contents dl a {
		flex-wrap: wrap;
	}
	.top_news .wrap div,
	.top_news_contents dl dt,
	.top_news_contents dl dd {
		width: 100%;
	}
	.top_news_contents {
		margin-top: 1em;
	}
	.property_list .box_clm_inner .box_tit {
		margin-bottom: 0;
	}
	.property_list .box_clm_inner .box_clm {
		font-size: 1rem;
	}
	.property_list {
		margin-bottom: 1em;
	}
	.link_more {
		margin-top: 0;
	}
	.blk_link_list .blk_h3 {
		margin: 5px 0;
	}
	.top_reason .blk3_area {
		margin-bottom: 1em;
	}
	.btn_narabi .btn_style {
		margin: 0.5rem 0;
	}
	.top_corp {
		margin-top: 2em;
	}
	.top_blog .blk3_area .blk {
		width: 48%;
	}
	.top_blog .blk3_area .blk_link .blk_h3 {
		font-size: 1.05rem;
		padding: 10px 0 3px;
	}
	.bg_blk .check_list li {
		width: 100%;
	}

  /****************************************
			page Setting
	*****************************************/
  .sec_page_topimg .wrap {
    height: 160px;
  }
  .sec_page_topimg.wd .wrap {
    height: 163px;
  }
  .sec_page_topimg.min .wrap {
    height: 113px;
  }
  .page_topimg_tit h2 {
    font-size: 140%;
  }
  .page_topimg_tit span {
    width: 20px;
    margin-top: 12px;
  }
  .page_topimg_clm {
    margin: 10px 4% 0;
    text-align: center;
  }
  .page_topimg_clm p {
    font-size: .8rem;
    line-height: 1.6;
  }

	/****************************************
			property Setting
	*****************************************/
	.filter_blk {
		padding: 1rem;
	}
	.filter_blk dl {
		flex-wrap: wrap;
	}
	.filter_blk dl dt,
	.filter_blk dl dd {
		width: 100%;
	}
	.filter_blk dl:last-of-type dt,
	.filter_blk dl:last-of-type dd {
		width: 50%;
	}
	.filter_blk select {
		width: 100%;
	}
	.filter_blk input[type="number"] {
		width: 120px;
	}
	.property_list .box_img {
		height: 58vw;
	}
	.pro_header {
		padding: 30px 20px;
	}
	.boxs.dtl_boxs_3 .box,
	.boxs.dtl_boxs_2 .box,
	.boxs.dtl_boxs_1 .box,
	.dtl_head .box:nth-child(1),
	.dtl_head .box:nth-child(2) {
		width: 100%;
		float: none;
		margin: 0 auto 25px;
	}
	.pro_header h1 .f_minc {
		font-size: 1.8rem;
	}
	.pro_header h1 .pro_type {
		display: table;
		padding: 2px 7px;
    	font-size: .9em;
	}
	.pro_list_tag li {
	    font-size: .85em;
    	padding: 7px 10px 6px;
	}
	.dtl_head .box:nth-child(2) {
		margin: 5% 0 0;
	}
	.dtl_head .box_clm {
		position: relative;
		top: auto;
    	transform: none;
		-webkit-transform: none;
	}
	.dtl_head .box_clm h2 {
		font-size: 1.1rem;
	}
	.box_clm_tel {
		margin: 10px 0;
	}
	.pro_point {
		padding: 1.5em;
	}
	.m_port {
		width: 100%;
	}
	.boxs .box_clm .column_ttl {
		font-size: 1.15rem;
		padding: 15px 0 0;
	}
	.boxs .box_clm .column_txt {
		padding: 10px 0 0;
		font-size: .9em;
	}
	.pro_txt {
		font-size: .9em;
	}
	table th, table td {
		display: block;
		width: 100%;
	}
	table th {
		padding: 1rem 0 0;
	}
	table td {
		padding: 0 0 1rem;
	}
	.googlemaps {
		padding-bottom: 70%;
	}
	.after_foot_btit h3 {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.after_foot_btn .btn_style:nth-of-type(1) {
		margin: 0 10px 10px;
	}

  /****************************************
			contact Setting
	*****************************************/
  .contact_topimg {
    background-image: url(./img/contact/sp_contact_topimg_01.jpg);
  }
  .sec_contact_head {
    padding: 32px 0 40px;
  }
  .contact_head_tit {
    margin-bottom: 30px;
  }
  .contact_head_tit p img {
    width: 112px;
  }
  .contact_head_tit h2 {
    font-size: 100%;
  }
  .contact_head_tit i {
    width: 21px;
    height: 1px;
    margin: 15px auto 0;
  }
  .contact_head_clm {
    text-align: justify;
  }
  .contact_head_clm p {
    font-size: 80%;
  }
  .contact_head_tel {
    margin: 30px auto 0;
    padding: 20px 0;
    text-align: center;
    background-color: #f4f4f4;
  }
  .contact_head_tel h3 {
    font-size: 80%;
  }
  .contact_head_tel h3.lg {
    font-size: 80%;
    padding-bottom: 10px;
  }
  .contact_head_tel strong {
    font-size: 194%;
  }
  .contact_head_tel p {
    line-height: 1.2;
    padding-top: 10px;
  }
  .contact_head_tel p span {
    font-size: 67%;
  }
  .contact_head_tel p small {
    font-size: 67%;
  }
  .sec_contact_body {
    padding: 10px 0 20px;
  }
  .contact_bodys {
    margin: 0 auto 40px;
  }
  .contact_bodys [type=text], .contact_bodys [type=email], .contact_bodys [type=date], .contact_bodys textarea {
    margin-bottom: 10px;
  }
  .contact_bodys [type=text], .contact_bodys [type=email], .contact_bodys [type=date], .contact_bodys select {
    font-size: 114%;
    font-size: 80%;
    padding: 10px;
    letter-spacing: 0;
  }
  .contact_bodys .date_tr .boxs strong {
    padding: 0 10px;
    line-height: 40px;
  }
  .contact_bodys [type=text].datepicker {
    width: 125px;
  }
  .ui-datepicker th, .ui-datepicker td {
    display: table-cell;
    width: auto;
  }
  .contact_bodys textarea {
    font-size: 80%;
    height: 102px;
    padding: 10px;
  }
  .contact_bodys .select_outer {
    font-size: 80%;
    margin-bottom: 10px;
  }
  .contact_bodys .select_outer:after {
    top: 15px;
    width: 9px;
    height: 8px;
    background-size: 9px 8px;
  }
  .contact_bodys .select_outer select {
    font-size: 80%;
    width: 100%;
    padding: 11px 10px 11px;
  }
  .contact_bodys table {
    display: block;
  }
  .contact_bodys table tbody {
    display: block;
  }
  .contact_bodys table tr {
    display: block;
  }
  .contact_bodys table tr th, .contact_bodys table tr td {
    display: block;
  }
  .contact_bodys table tr th {
    width: 100%;
    padding: 8px 0;
  }
  .contact_bodys table tr th br {
    display: none;
  }
  .contact_bodys table tr th strong {
    font-size: 80%;
  }
  .contact_bodys table tr th span.cau {
    font-size: 74%;
    position: relative;
    top: -1px;
    margin-left: 5px;
    padding: 2px 8px;
  }
  .contact_bodys table tr th span.cau.db {
    margin-top: 0;
    margin-left: 5px;
  }
  .contact_bodys table tr td {
    padding-bottom: 8px;
    padding-left: 0;
  }
  .contact_bodys table tr td span.sub {
    font-size: 80%;
    padding-right: 0;
  }
  /*.contact_bodys table tr td ul {
    display: block;
    width: 100%;
    max-width: 458px;
  }*/
  .contact_bodys table tr td ul li {
    float: left;
  }
  .contact_bodys table tr td ul li:nth-child(1) {
    width: 14%;
    padding: 10px 5px 0 0;
    padding-right: 5px;
  }
  .contact_bodys table tr td ul li:nth-child(1).li03 {
    width: 100%;
  }
  .contact_bodys table tr td ul li:nth-child(2) {
    width: 86%;
  }
  .contact_body_tit {
    padding-bottom: 30px;
  }
  .contact_body_tit h3 {
    font-size: 100%;
  }
  .contact_btn {
    margin-top: 30px;
  }
  .contact_btn button {
    font-size: 80%;
    width: 205px;
    height: 48px;
  }
  .contact_btn button.back {
    margin: 10px 0;
  }
  .contact_btn button.send {
    margin: 10px 0;
  }
  .contact_item {
    width: 100%;
    padding: 9px 13px;
    font-size: 14px;
  }
  .mw_wp_form_preview .contact_head_clm h3 {
    font-size: 84%;
    margin: 0 auto -20px;
    padding: 10px 0;
  }
  .mw_wp_form .error {
    margin: -7px 0 10px;
  }

  /****************************************
			single Setting
	*****************************************/
	.singles_main .blk2_area .blk {
		width: 48%;
	}
	.singles_main .blk2_area .blk:nth-of-type(2n+1) {
		margin: 3% 4% 3% 0;
	}
	.singles_main .blk2_area .blk:nth-of-type(2n) {
		margin: 3% 0;
	}
	.singles_main .blk_link .blk_h3 {
		font-size: 1rem;
	}
	.singles_main .blk_link p {
		font-size: .85rem;
	}
	.singles_main .blk_link .link_more:before {
		right: 75px;
		width: 25px;
    	height: 25px;
		line-height: 25px;
		font-size: .85rem;
	}
	.sec_singles {
    margin-bottom: 20px;
    padding: 40px 0;
  }
  .cat_btit {
    padding-bottom: 40px;
  }
  .cat_btit h2 {
    line-height: 1.2;
  }
  .cat_btit h2 strong {
    font-size: 120%;
  }
  .cat_btit h2 small {
    font-size: 74%;
    margin-left: 5px;
  }
  .cat_btit p {
    font-size: 80%;
  }
  .cat_btit p.mt {
    margin-top: 10px;
  }
  .cat_list .post_lists {
    margin-bottom: 20px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .cat_list .post_lists_tit {
    padding: 16px 0 20px;
  }
  .cat_list_thms .post_list .post_lists {
    float: none;
    width: 100%;
    padding-right: 4%;
  }
  .cat_list_thms .post_list .post_lists:nth-child(2n) {
    padding-right: 4%;
    padding-left: 4%;
  }
  .single_btit h2 {
    font-size: 120%;
    line-height: 1.6;
  }
  .single_info {
    padding: 20px 0;
  }
  .single_info .date {
    font-size: 67%;
  }
  .single_thms {
    margin-top: 20px;
  }
  .single_thms .tag {
    font-size: 67%;
    top: 0;
    display: inline-block;
    padding: 10px 15px;
  }
  .single_kan {
    padding: 10px 4% 15px;
  }
  .single_kan .boxs .box:nth-child(1) {
    width: 30%;
    margin-right: 4%;
  }
  .single_kan .boxs .box:nth-child(2) {
    width: 64%;
  }
  .single_kan .box_clm p {
    font-size: 74%;
  }
  .single_kan .box_name h6 {
    font-size: 100%;
  }
  .single_kan .box_url ol li {
    font-size: 80%;
    padding-left: 14px;
  }
  .single_kan_tit {
    padding-bottom: 10px;
  }
  .single_kan_tit h5 {
    font-size: 100%;
  }
  .single_sns {
    padding: 20px 0 40px;
  }
  .single_sns ul li {
    width: 32%;
    margin-right: 2%;
  }
  .single_sns ul li:nth-child(3n) {
    margin-right: 0;
  }
  .single_sns ul li a {
    font-size: 67%;
    padding: 10px 0;
  }
  .single_clms {
    padding-bottom: 20px;
  }
  .single_clms p {
    font-size: 80%;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .single_clms p img {
    margin: 10px 0;
  }
  .single_clms p strong {
    font-weight: 500;
    display: inline;
    padding: 0 3px;
    background: #fff3f8 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff3f8)) !important;
    background: linear-gradient(to bottom, transparent 70%, #fff3f8 70%) !important;
  }
  .single_clms h2 {
    font-size: 120%;
    margin: 40px 0 20px;
    padding: 10px;
  }
  .single_clms h2:after {
    bottom: -8.5px;
    left: 20px;
    width: 18.5px;
    height: 8.5px;
  }
  .single_clms h3 {
    font-size: 107%;
    margin: 15px 0;
    border-left: 10px solid #b197c7;
  }
  .single_clms h4 {
    font-size: 94%;
    margin: 20px 0;
    border-left: 3px solid #b197c7;
  }
  .single_clms ul {
    margin: 20px 0;
    padding: 15px;
  }
  .single_clms ul li {
    font-size: 80%;
  }
  .single_clms figure.wp-block-embed-wordpress {
    margin: 0;
  }
  .single_clms figure.wp-block-embed-wordpress figure.video-container {
    margin: 0 0 1em;
  }
  .single_more {
    margin-top: 30px;
    padding: 30px 0 0;
  }
  .single_more .post_lists {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .single_more .post_lists :nth-child(2n) {
    margin-right: 0;
  }
  .single_more .post_lists_tit h3 {
    color: #9b7cb6;
  }
  .single_more_tit {
    padding-bottom: 20px;
  }
  .single_more_tit h3 {
    font-size: 107%;
  }
	.wp-pagenavi a, .wp-pagenavi span {
    padding: 10px!important;
}
  .sec_bread {
    padding: 15px 0 0;
  }
  .breadcrumbs {
    font-size: 67%;
  }

  /****************************************
			staff Setting
	*****************************************/
	.stf_info {
		display: block;
	}
	.stf_info_left {
		padding-right: 0;
		width: 100%;
		margin-top: -3rem;
	}
	.stf_info_right {
		margin-bottom: 3rem;
		padding-left: 0;
		width: 100%;
	}
	.stf_cmnt {
		padding: 1.5em 0;
	}
	.stf_info_right table tr td {
		border-bottom: 0;
	}
	.stf_name {
		font-size: 2rem;
	}

  /****************************************
			voice Setting
	*****************************************/
	.voice_main h2.voice_ttl {
		font-size: 1.3rem;
		line-height: 1.25;
	}
	.voice_main h3 {
		font-size: 1.3rem;
	}

/****************************************
		policy Setting
*****************************************/
	.sec_page_policy ul{
	  margin-left: 0.8rem;
	}
	.sec_page_policy ul ul{
	  margin-left: 0.8rem;
	}

/****************************************
		profile Setting
*****************************************/
	.pro_contain{
	  display: block;
	}
	.pro_box{
	  width: 100%;
	}
	.pro_table th{
	  width: 100%;
	}

/****************************************
	 message Setting
*****************************************/
	.sec_mes_wrap .pro_box{
	  width: 100%;
	}
	.sec_mes_wrap img{
	  width: 100%;
	}
	.sec_mes_wrap .ttlh3{
	  margin: 1.5rem 0 1rem;
	}

/****************************************
	 recruit Setting
*****************************************/
	.rec_table th {
	  width: 100%!important;
	}
	.rec_table .ac {
	  margin-top: 30px;
	  padding-bottom: 20px;
	}
	.rec_table p {
	  padding: 15px 0 25px;
	}
	.br_pc{
	  display: none;
	}
	.br_sp{
	  display: block;
	}

/****************************************
		miraie Setting
*****************************************/
	.mir_img{
	  width: 100%;
	}
	.mir_page_wrap .mir_area img{
	  padding-bottom: 20px;
	}
	.mir_page_wrap .pt20{
	  padding-top: 0!important;
	}
	.mir_page_wrap .mt20{
	  margin-top: 0!important;
	}
	.video {
		width: 100%;
		padding-bottom: 56%;
	}

/****************************************
		concept Setting
*****************************************/
	.con_page_wrap .blk3_area{
	  display: block;
	}
	.con_page_wrap .mt20{
	  margin-top: 0!important;
	}

/****************************************
		flow Setting
*****************************************/
	.flow_inner {
    	padding-left: 25px;
	}
	.flow_blk {
		padding-top: 3rem;
	}
	.flow_content {
		margin-top: 1rem;
	}
	.flow_head {
    	padding: 1.3rem 1.5rem;
	}
	.flow_head h2 {
		font-size: 1.25rem;
	}
	.flow_heading {
    	font-size: 1.7rem;
	}
	.flow_heading:before {
		left: -27px;
		top: calc(0.5em * 1 - 7px);
	}
	.flow_body_wrap,
	.flow_body_wrap table th {
		width: 100%;
	}
	.flow_body {
    	padding: 1.5rem;
	}
	.flow_body .btn_style {
		min-width: 243px;
	}
	.flow_img {
		position: sticky;
		margin: 1.5rem 0 0;
	}


/****************************************
		support Setting
*****************************************/
.sup_page_wrap .blk2_area {
  display: block;
}
.sup_page_wrap .blk:first-of-type{
  width: 100%;
}
.sup_page_wrap .blk:last-of-type{
  width: 100%;
}
.sup_page_wrap .mt40{
  margin-top: 3rem!important;
}
.sup_contain .mt20{
  margin-top: 0!important;
}

/****************************************
		maintenance Setting
*****************************************/
.main_blk .flow_body{
  padding: 1.5rem 1rem 2rem;
}
.main_blk .blk{
  margin-bottom: 2rem;
}
.main_blk .flow_head{
  padding: 1.3rem 1.5rem;
}
.main_blk .btn_style{
  margin-bottom: 0.9rem;
}
.main_blk .blk:last-of-type{
  margin-bottom: 0;
}
.main_blk .btn_style h3{
  background: #80B6AD;
  padding: 1.8rem 2rem;
}
.main_blk .blk:nth-of-type(2) .btn_style h3{
  background: #37414F;
  padding: 1.8rem 2rem;
}
.main_blk .mt20{
  margin-top: 0!important;
}

table.normal, table.two {
  margin: 50px auto 0;
}

table.normal,table.normal tr, table.normal th, table.normal td,table.two, table.two tr, table.two th, table.two td {
  border: 5px solid #FFFFFF;
}

table.normal th,table.normal td, table.two th, table.two td {
  padding: 10px 15px;
  vertical-align: middle;
  text-align: center;
  font-size: 106.666%;
}

table.normal th {
  background: #EFEBE9;
}

table.normal td {
  background: #F7F7F7;
}

table.normal th img {
  display: block;
  width: 100px;
  height: auto;
}

.text_wrap p.check {
  position: relative;
  font-size: 106.666%;
  line-height: 1.44;
  margin-top: 10px;
  padding-left: 30px;
}

.text_wrap p.check::after {
  content: "✔︎";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.h3_wrap {
  margin-top: 40px;
}

.h3_wrap h3 {
  color: #9B7CB7;
  font-size: 160%;
  text-align: center;
}

.h3_wrap .text_wrap .check {
  width: 100px;
  margin: 10px auto 0;
  text-align: left;
}
  table.normal {
    display: block;
    overflow-x: scroll;
    border: none;
  }

  table.normal tbody {
    white-space: nowrap;
  }

  .text_wrap p, .flex_box_block p, .text_wrap p.check {
    font-size: 80%;
  }
  .sp_scroll {
    overflow: auto;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
	.header_inner h1 {
		width: 300px;
	}
	.header_inner h1 .sp_width {
		display: none;
	}
}

/* 電話リンク追加 */
.tel_box a{
  text-decoration: none;
}

.tel_box_oran a{
  text-decoration: none;
  color: #f37302;
}

.foot_tel a{
  text-decoration: none;
  color: #fff;
}

/*-- 次期分譲予定地 --*/
.yotei_blk {
  display: flex;
  justify-content: center;
  padding: 20px 0 50px;
}

.yotei_blk .btn_style a,
.btn_style button,
.btn_style input {
  padding: 15px 30px 15px 50px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
}


.yotei_blk div:first-of-type a{
  padding-right: 40px;
}

.yotei_wrap h4{
  font-size: 24px;
  color: #f29200;
  line-height: 1.4;
}

.yotei_blk i{
  font-size: 2rem;
}

.head_btn-box{
  width: 95px!important;
  right: 95px!important;
}

.head_btn-box a{
  width: 100px;
  display: block!important;
  padding: 20px 6px 6px 3px!important;
}

.head_btn-box i{
  display: block;
  padding-bottom: 10px;
}

.head_line{
  position: absolute;
  width: 95px;
  height: 95px;
  right: 0;
  line-height: 1.2;
  background: #00b900;
}

.head_line i{
  font-size: 2.2rem;
  display: block;
  padding-bottom: 7px;
}

.head_line a{
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 18px 0 13px;
}

.head_line span {
  font-size: 14px;
}

/*-- videoタグ埋め込み --*/
.video_box {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
}

.video_box video {
  width: 46.8%;
}

.video_text {
  padding-top: 20px;
  text-align: center;
}

@media (max-width: 1160px){
  .head_line {
    right: 95px;
  }
}

@media (max-width: 768px){
  .yotei_wrap h4{
    padding-bottom: 8px;
  }
  .yotei_blk {
    display: block;
    padding-bottom: 30px
  }
  .yotei_blk div:first-of-type a{
    padding-right: 0;
    width: 235px;
    margin: 0 auto;
  }
  .yotei_blk div:first-of-type img{
    padding: 0 0 25px;
  }
  .yotei_blk .btn_style a,
  .btn_style button,
  .btn_style input {
    font-size: 23px;
    padding: 21px 6px 21px 13px;
  }
  .head_line{
    width: 65px;
    height: 65px;
    right: 65px;
  }
  .head_line i {
    font-size: 1.9rem;
    padding-bottom: 2px;
  }
  .head_line span {
    font-size: 11px;
  }
  .head_line a {
    padding: 8px 0 7px;
  }
  .video_box {
    display: block;
  }
  .video_box video {
      width: 100%;
  }
  .video_box video:first-of-type {
      margin-bottom: 35px;
  }
  .video_text {
    padding-top: 30px;
  }
}


.seiyaku-label {
    display: inline-block;
    background-color: #d60000;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    padding: 10px 18px;
    border-radius: 4px;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}