/* ==================================================
  Common CSS
================================================== */
.-rad-img{
  border-radius: 10px;
}
.-wt{
  background: #fff;
}
.-gry{
  background: #f8f8ff;
}
.-pk{
  background: #f19db3;
}
.is-c-wrap{
  padding-top: 3em;
  padding-bottom: 3em;
}
.full{
  padding: 5em 0;
}
.is-ttl__a{
  text-align: center;
  position: relative;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
.is-ttl__a::before {
  content: "";
  background: #d85f56;
  width: 36px;
  height: 3px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 0;
  margin: auto;
}
.is-ttl__a::after {
  content: "";
  background: #d4ceb4;
  width: 36px;
  height: 3px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 35px;
  margin: auto;
}
.is-ttl__a h2{
  font-size: max(2.2vw, 1.2rem);
  line-height: 1.4;
}
.is-ttl__a span{
  font-size: .8rem;
  color: #aaa;
  letter-spacing: .03rem;
}
.is-ttl2{
  text-align: center;
  font-size: max(3vw, 1.4em);
  padding-top: 1vw;
  line-height: 1.4;
}
.is-ttl2__sub{
  text-align: center;
  font-size: max(1vw, .7rem);
  padding-bottom: 1vw;
  letter-spacing: .2rem;
}
.is-ttl3{
  border-left: 3px solid #0864af;
  padding: 0 0 0 .6em;
  margin: 0 0 1em 0;
}
.is-main-ttl{
  text-align: center;
  font-size: max(2.3vw, 1.3rem);
  padding: 1rem 0 1.5rem 0;
}
.ini:first-letter{
  color: #dd6b74;
}
.is-nav{
  display: flex;
  justify-content: space-between;
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
}
.is-nav li{
  margin: 2rem 0 0;
  width: 31%;
}
.is-nav li a{
  display: block;
  border: 1px solid #d85f56;
  text-align: center;
  color: #d85f56;
  position: relative;
  padding: 15px 10px 30px 10px;
  border-radius: 500px;
}
.is-nav li a::after{
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #d85f56;
}
.col2-img-box{
  display: flex;
  justify-content: space-between;
  padding: 2vw 0 2rem 0;
}
.col2-img-box li{
  width: 48.5%;
}

/* ==================================================
  Group Page
================================================== */
#group-content-main{
  position: relative;
}
.lh-logo{
  width: 380px;
  max-width: 70%;
  margin: 0 auto;
  padding: 0 0 2em;
}
.group-content-l-img{
  position: absolute;
  left: -12%;
  top: 5%;
}
.group-content-l-img img{
  width: 32vw;
  border-radius: 50% 60% 60% 40%/50% 50% 70% 60%;
}
.group-content-r-img{
  position: absolute;
  right: -12%;
  top: 5%;
}
.group-content-r-img img{
  width: 31vw;
  border-radius: 70% 50% 50% 70%/50% 50% 70% 60%;
}
.group-content1{
  text-align: center;
  padding-top: 6vw;
  padding-bottom: 6vw;
  z-index: 22;
  position: relative;
}
.group-content1 h2{
  font-size: max(2.8vw, 1.6em);
  font-weight: 800;
  line-height: 1.4;
}
.group-content1 .lh-ttl{
  color: #289bea;
}
.group-content1 .lhs-ttl{
  color: #28b28d;
}
.group-content1 .sub-ttl{
  font-weight: 800;
  font-size: max(1.4vw, 1.2em);
  max-width: 100%;
  width: 720px;
  margin: 1.8em auto;
}
.group-content1 .txt{
  width: 740px;
  max-width: 90%;
  margin: 0 auto;
}
.group-content1 p{
  font-size: 1.05em;
  padding: .5em 0;
  font-weight: 500;
  text-align: left;
}
.group-content1 p strong{
  color: #db588d;
  text-decoration: underline;
  font-size: 1.1em;
}
.group-content1 .img-wrap{
  display: flex;
  justify-content: space-between;
}
.group-content1 .img-wrap .img{
  width: 48%;
}
.group-content1 .img-wrap .img img{
  width: 100%;
}
.sdgs{
  width: 980px;
  max-width: 100%;
  background: #f8f8ff;
  margin: 0 auto 3em auto;
  text-align: center;
  padding: 1.5em 1em 2em 1em;
  border-radius: 10px;
}
.sdgs h3{
  font-size: 1.6em;
}
.sdgs p {
  line-height: 1.5;
  padding: 10px 0;
}
.sdgs img{
  width: 500px;
  max-width: 100%;
}

.inner-nav{
  margin: 0 0 6vw;
}
.inner-nav__items a{
  color: #fff;
  font-weight: 600;
  font-size: .9em;
  display: block;
  background: #f19db3;
  height: 70px;
  line-height: 70px;
  width: 400px;
  max-width: 100%;
  border-radius: 500px;
  text-align: center;
}
.inner-nav__items a:hover{
  background: #ff545f;
}

.group-point-wrap{
  padding-top: 8vw;
  padding-bottom: 8vw;
}
.group-point{
  text-align: center;
}
.group-point .ttl .en{
  font-size: max(3.5vw, 1.8em);
  font-weight: 600;
  line-height: 1.4;
}
.group-point .ttl h2{
  font-size: 1.1em;
  margin-top: 1em;
  padding-bottom: 2em;
  line-height: 1;
}
.group-point .ttl h2 .lh{
}
.group-point .ttl h2 .num{
  font-size: 2.4em;
  color: #e878a0;
  padding-right: 2px;
}
.group-point .point-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 0px;
}
.group-point .point-list li{
  width: calc(33.333% - 40px);
  margin: 10px 20px 50px;
  text-align: center;
  font-size: 1.1em;
  background: #fff;
  border-radius: 1.5em;
  padding: 1vw 2vw;
}
.group-point .point-list li img{
  display: block;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  margin: 8px auto 10px;
}
.group-point .point-list li span{
  font-weight: 600;
}
.group-point .point-list li p{
  line-height: 1.6;
  padding: 10px 0;
  font-weight: 600;
}
.wrap-wt{
  background: #fff;
  padding: 5vw;
  border-radius: 4vw;
}
.life{
  padding-top: 8vw;
  padding-bottom: 8vw;
  text-align: center;
}
.life .ttl h2{
  font-size: max(2.5vw, 1.8em);
  font-weight: 800;
}
.life .ttl .en{
  font-size: .9em;
  font-weight: 300;
}
.life-img{
  width: 980px;
  max-width: 100%;
  margin: 2em auto 0 auto;
}
.life .ttl img{
  width: 90px;
}

.target{
  padding-top: 8vw;
  padding-bottom: 8vw;
  text-align: center;
}
.target h2{
  font-size: max(2.2vw, 1.8em);
  font-weight: 800;
}
.target ul{
  margin-top: 1em;
  border-top: 1px dashed #baaea8;
}
.target li{
  text-align: center;
  border-bottom: 1px dashed #baaea8;
  padding: 16px;
  font-weight: 500;
}
.group-shisetsu{
  padding: 9vw 0;
}
.group-shisetsu .ttl{
  text-align: center;
  padding: 0 0 2em;
}
.group-shisetsu .ttl .en{
  font-size: max(3.2vw, 1.8em);
  font-weight: 600;
  line-height: 1.4;
}
.group-shisetsu .ttl h2{
  font-size: max(1vw, 12px);
  font-weight: 600;
}
.group-shisetsu .area-ttl{
  text-align: left;
  padding: 0 0 0 6px;
  margin: 2em 0 .4em;
  border-left: 4px solid #e878a0;
  font-size: 1.2em;
}
#shisetsu-wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 0px;
}
#shisetsu-wrap .shisetsu__items{
  width: calc(25% - 50px);
  margin: 10px 25px 60px;
  text-align: center;
}
#shisetsu-wrap .shisetsu__items h3{
  text-align: center;
}
#shisetsu-wrap .shisetsu__items .s1{
  background: #f8f8ff;
  font-size: 12px;
  color: #e877a0;
  padding: 2px 6px;
  margin: 0 2px;
  border-radius: 500px;
}
#shisetsu-wrap .shisetsu__items .s2{
  background: #e877a0;
  font-size: 12px;
  color: #fff;
  padding: 2px 6px;
  margin: 0 2px;
  border-radius: 500px;
}
#shisetsu-wrap .shisetsu__items a{
  color: #333;
}
#shisetsu-wrap .shisetsu__items .photo{
  position: relative;
}
#shisetsu-wrap .shisetsu__items .photo .open{
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff545f;
  color: #fff;
  font-weight: 600;
  font-size: .9em;
  padding: 0 4px;
  z-index: 33;
}
#shisetsu-wrap .shisetsu__items .photo img{
  border-radius: 6px;
}
#shisetsu-wrap .shisetsu__items .map{
  background: #796d66;
  color: #fff;
  font-size: .9em;
  padding: 0 4px;
}

@media screen and (min-width: 769px) {
  .inner-nav__items{
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .lh-logo{
    width: 180px;
  }
  .group-content1 p{
    text-align: left;
  }
  .group-content1 .sub-ttl{
    margin-bottom: .8em;
  }
  .inner-nav__items{
    margin-bottom: 1em;
  }
  .group-point{
    padding: 0 1em;
  }
  .group-point .point-list li{
    width: calc(50% - 20px);
    margin: 10px 10px 50px;
  }
  #shisetsu-wrap{
    margin: 0 1em;
  }
  #shisetsu-wrap .shisetsu__items{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .group-content-l-img,.group-content-r-img{
    display: none;
  }
}

/*=============================================
  就労支援
=============================================*/
.syuro-1-con{
  padding-bottom: 6vw;
  width: 980px;
  max-width: 100%;
}
.syuro-1-con__items{
  text-align: center;
  font-weight: 600;
}
.syuro-1-con__items p{
  background: #e878a0;
  border-radius: 500px;
  color: #fff;
  padding: 6px 0;
  margin: 0 0 1.2em;
}
.syuro-1-con__items img{
  border-radius: 10px;
  border: 1px solid #ccc;
}
.syuro-content{
  padding: 6vw 0;
  text-align: center;
}
.syuro-content h2{
  font-size: max(2vw, 1.5em);
}
.syuro-content .txt,.syuro-content2 .txt{
  text-align: left;
  width: 890px;
  max-width: 100%;
  margin: 2em auto;
}
.syuro-content .txt p,.syuro-content2 .txt p{
  padding-bottom: .6em;
  font-size: 1.1em;
}
.syuro-content .col2_box ul{
  display: flex;
}
.syuro-content .col2_box li{
  width: 48%;
}
.syuro-content .col2_box dl{
  margin: 20px 0 0;
  border-bottom: 1px solid #ddd;
}
.syuro-content .col2_box dt,.syuro-content .col2_box dd {
  padding: 6px 4px;
  font-size: .85em;
  font-weight: 400;
}
.syuro-content .col2_box dt {
  border-top: 1px solid #ddd;
  clear: left;
  float: left;
  width: 70px;
  text-align: left;
  font-weight: 600;
}
.syuro-content .col2_box dd {
  border-top: 1px solid #ddd;
  margin-left: 70px;
  text-align: left;
  background-color: #fff;
}
.syuro-content .col2_box img{
  width: 100%;
}
.syuro-content2{
  padding: 6vw 0;
}
.syuro-content2 h2{
  text-align: center;
}
.syuro-content2 .works{
  border: 1px solid #e878a0;
  padding: 3vw;
  margin: 3em 0 2em;
  border-radius: 1em;
  position: relative;
}
.syuro-content2 .works h3{
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.syuro-content2 .works h3 span{
  background: #e878a0;
  padding: 4px 20px;
  color: #fff;
  border-radius: 500px;
}
.syuro-content2 .works ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 0px;
}
.syuro-content2 .works li{
  width: calc(33.333% - 40px);
  margin: 10px 20px 10px;
  text-align: center;
  padding-bottom: 1em;
}
.syuro-content2 .umidas-works{
  padding-top: 1em;
}
.syuro-content2 .img-box{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0px;
}
.syuro-content2 .img-box .img{
  width: calc(25% - 20px);
  margin: 10px 10px 10px;
  text-align: center;
  font-size: 12px;
}
.syuro-content2 .img-box .img img{
  border-radius: 6px;
}
.syuro-content2 .works li p{
  font-size: .9em;
  line-height: 1.6;
  text-align: left;
}
.syuro-content2 .umidas-works li{
  width: calc(33.3333% - 20px);
  margin: 10px 10px 10px;
}
.syuro-content2 .umidas-works p{
  text-align: center!important;
}
.syuro-content2 .works h4{
  color: #e878a0;
  font-size: 1.2em;
  padding-bottom: 4px;
}
.syuro-wages h2,.syuro-sogei h2,.syuro-runch h2{
  text-align: left;
  padding: 0 0 0 6px;
  margin: 2em 0 .4em;
  border-left: 4px solid #e878a0;
  font-size: 1.2em;
}
.syuro-wages table{
  border-collapse: collapse;
  width: 100%;
}
.syuro-wages table th{
  padding: 10px;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #f8f8ff;
}
.syuro-wages table td{
  padding: 10px;
  border: 1px solid #ccc;
}
.runch-rei{
  border: 1px solid #e878a0;
  padding: 3vw;
  margin: 1em 0 2em;
  border-radius: 1em;
}
.runch-rei img{
  border-radius: 10px;
}
.runch-rei table{
  border-collapse: collapse;
  width: 400px;
  max-width: 100%;
  font-size: .8em;
  margin: 1em 0 0;
}
.runch-rei th{
  padding: 4px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #f8f8ff;
}
.runch-rei td{
	padding: 4px;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: center;
}
.syuro-contact{
  text-align: center;
}
.syuro-contact a{
  background: #ff545f;
  border-radius: 500px;
  text-align: center;
  display: block;
  width: 320px;
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  max-width: 90%;
}

@media screen and (min-width: 769px) {
  .col2_box{
    width: 48%;
  }
  .syuro-1-con__items{
    width: 46%;
  }
  .runch-rei .col2{
    width: 50%;
  }
  .runch-rei .img{
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .syuro-1-con{
    max-width: 90%;
  }
  .syuro-1-con__items{
    padding-bottom: 1em;
  }
  .syuro-content .col2_box ul{
    padding-top: 1em;
  }
  .syuro-content2 .works,.runch-rei {
    padding: 2em;
  }
  .syuro-content2 .works li {
    width: calc(50% - 40px);
  }
  .runch-rei table{
    max-width: 100%;
    margin-bottom: 2em;
  }
}

/*=============================================
  生活支援
=============================================*/
#seikatsu-shien{
  padding-top: 3vw;
  padding-bottom: 5vw;
  text-align: center;
}
#seikatsu-shien .ttl-img{
  width: 720px;
  max-width: 90%;
  margin: 0 auto;
}
#seikatsu-shien .ttl {
  font-size: max(2vw, 1.2em);
  font-weight: 600;
  text-align: center;
  padding-bottom: 2em;
}
#seikatsu-shien .seikatsu-con__items h2{
  padding: .4em 0 0;
}
#seikatsu-shien .seikatsu-con__items p{
  text-align: left;
}
#seikatsu-shien .seikatsu-con__items .img a{
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 4em;
  display: block;
}
#seikatsu-shien .sub-home{
  background: #289bea;
  color: #fff;
  border-radius: 500px;
  font-size: .9em;
  font-weight: 600;
  margin: 5px auto 10px auto;
  padding: 4px 0;
  width: 70%;
}
#seikatsu-shien .sub-house{
  background: #28b28d;
  color: #fff;
  border-radius: 500px;
  font-size: .9em;
  font-weight: 600;
  margin: 5px auto 10px auto;
  padding: 4px 0;
  width: 70%;
}

@media screen and (min-width: 769px) {
  #seikatsu-shien .seikatsu-con__items{
    width: 48%;
  }
}

/*=============================================
  会社概要
=============================================*/
.company-con1{
  text-align: center;
}
.company-con1 .con1-txt{
  font-weight: 500;
  font-size: 1.1em;
}
.company-con1 .con1-txt strong{
  color: #e878a0;
}
.company-con1 .inner{
  width: 890px;
  max-width: 90%;
}
.company-con1 .inner h2{
  margin: 2em 0 1em;
}
.company-con1 .inner .sub{
  font-size: 1.6em;
  font-weight: 600;
  padding-bottom: 1em;
}
.company-con1 .inner .rinen{
  border: 1px solid #e878a0;
  padding: 3vw;
  margin: 3em 0 4em;
  border-radius: 1em;
  position: relative;
}
.company-con1 .inner .rinen h2{
  background: #e878a0;
  padding: 4px 20px;
  color: #fff;
  border-radius: 500px;
  font-size: max(1.2vw, 12px);
  display: inline-block;
  margin: 0 0 1em;
}
.daihyo-message,.company-con2{
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.daihyo-message .ttl,.company-con2 .ttl{
  text-align: center;
}
.daihyo-message .ttl h2,.company-con2 .ttl h2{
  font-size: max(2.2vw, 1.8em);
  font-weight: 800;
}
.daihyo-message .ttl span,.company-con2 .ttl span{
  color: #c4c6c9;
}
.daihyo-message .rt1{
  text-align: right;
  font-size: .85em;
  padding-top: 2em;
  line-height: 1.6;
}
.daihyo-message .rt2{
  text-align: right;
  font-weight: 600;
  font-size: 1.5em;
}
.daihyo-message .message-txt h3{
  font-size: max(2.7vw, 1.4em);
  padding: 3vw 0 2vw;
  text-align: center;
  letter-spacing: .03em;
}
.daihyo-message .message-txt h3 span{
  color: #e60011;
}
.daihyo-message .message-txt p{
  padding-top: 1em;
}
.daihyo-message .message-txt .sponsorl{
  background: #fff;
  margin: 1.5em 0 0.5em;
  padding: 1.5em;
  text-align: center;
  border-radius: 10px;
}
.daihyo-message .message-txt .sponsorl img{
  width: 300px;
  margin: 16px 0;
}
.daihyo-message .message-txt .sponsorl span{
  display: block;
  font-size: 12px;
  color: #666;
}
.daihyo-message .sagyo{
  padding: 2em 0 1em;
}
.daihyo-message .sagyo span{
  font-size: 12px;
  color: #666;
}
.daihyo-message .sagyo ul{
  display: flex;
}

.company-con2 h3{
  text-align: left;
  padding: 0 0 0 6px;
  margin: 2em 0 .4em;
  border-left: 4px solid #e878a0;
  font-size: 1.2em;
}
.company-con2 table{
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0 4em;
}
.company-con2 th {
  width: 20%;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #f8f8ff;
}
.company-con2 td {
  width: 80%;
	padding: 10px;
	border: 1px solid #ccc;
}
.company-tb-jigyo{
  display: block;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .company-con1 .inner .rinen{
    padding: 2em;
  }
  .daihyo-message .message-txt .sponsorl span,.daihyo-message .sagyo span{
    font-size: 10px;
  }
  .daihyo-message .message-txt p{
    line-height: 1.8;
  }
}

.list{
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}
.list dt,.list dd {
  padding: 4px 4px;
  font-size: .8em;
  font-weight: 400;
}
.list dt {
  border-top: 1px solid #ddd;
  clear: left;
  float: left;
  width: 60px;
  text-align: left;
}

.list dd {
  border-top: 1px solid #ddd;
  margin-left: 60px;
  text-align: left;
  background-color: #fff;
}

.message{
  background: #f9f8f4;
}
.message h2{
  text-align: center;
  font-size: max(2.6vw, 1.2rem);
  padding-top: 3rem;
}
.message h2 span{
  border-bottom: 3px dashed #b4ab87;
}
.message .txt-area{
  padding: 3rem 0;
}
.message .txt-area p{
  padding: .8rem 0;
}
.message-img-box{
  display: flex;
  justify-content: space-between;
  padding: 2vw 0 0;
}
.message-img-box li{
  width: 32%;
}
.w-wrap{
  background: #fff;
  border-radius: 10px;
  margin: 2em 0 0;
  padding: 2em!important;
}
.w-wrap h3{
  display: flex;
  align-items: center;
  font-size: max(1.6vw, 1.1rem);
  margin: 0 0 .6em -4px;
}
.w-wrap h3 .num{
  background: #d85f56;
  border-radius: 500px;
  color: #fff;
  padding: 0 .6vw 2px .6vw;
  margin-right: 10px;
}
.w-wrap .list{
  margin: 0 1em;
}
.w-wrap .list li{
  list-style-type: circle;
  padding: .6em 0;
  border-bottom: 1px dotted #bbb;
}
@media screen and (min-width: 992px) {
  .message .txt-area p{
    line-height: 2.4;
  }
}
@media only screen and (max-width: 768px){
  .w-wrap h3 .num{
    padding-right: 6px;
    padding-left: 6px;
  }
}

/* ==================================================
  Facility Page
================================================== */
.property-list ul{
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
.property-list li{
  width: 200px;
  padding: 0 10px;
}
.property-list li a{
  display: block;
  background: #333;
  border-radius: 4px;
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
.property-list li a p{
  text-align: center;
  color: #fff;
  padding-bottom: 4px;
  font-weight: bold;
}
.property-list li img{
  border-radius: 4px 4px 0 0;
}
.property-box{
  text-align: center;
  padding: 3rem 0;
  border-bottom: 1px solid #eee;
}
.property-box .add{
  border: 1px solid #d85f56;
  border-radius: 500px;
  color: #d85f56;
  font-size: .85rem;
  padding: 4px 16px;
}
.property-box .name{
  font-size: max(2.4vw, 1.3rem);
  padding-top: .4rem;
}
.property-box .sub-name{
  font-weight: bold;
}
.property-box .txt{
  padding: 2rem 0;
  font-size: max(1.3vw, 1rem);
  font-weight: bold;
}
.property-box h4{
  text-align: left;
  margin: 2rem 0 1rem 0;
  padding-left: 10px;
  font-size: max(1.2vw, 1.1rem);
  border-left: 4px solid #d85f56;
}
.property-box .option{
  text-align: left;
  margin-left: -2px;
  padding-bottom: .8rem;
}
.property-box .option span{
  border-radius: 500px;
  font-size: .85rem;
  padding: 4px 16px;
}
.property-box .option .op1{
  background: #f9ebeb;
  color: #bf465a;
}
.property-box .option .op2{
  background: #e7f4f4;
  color: #369b9c;
}
.room-list{
  display: flex;
  text-align: left;
  padding: 1vw 0;
}
.room-list dt {
 color: #584537;
 font-weight: bold;
 width: 20%;
 margin: 0px;
 clear:both;
}
.room-list dd {
 width: 80%;
}
.property-box .point{
  display: flex;
  justify-content: space-between;
}
.property-box .point li{
  width: 20%;
  border-right: 1px dashed #555;
  padding: 3rem 1vw;
  font-weight: bold;
}
.property-box .point li img{
  width: 55px;
  display: block;
  margin: 0 auto .6rem auto;
}
.property-box .photo-box{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0px;
}
.property-box .photo-box li {
  width: calc(25% - 20px);
  margin:10px 10px 10px;
}
.property-box .vacancy-txt{
  text-align: left;
  font-size: .9rem;
  padding-top: 2rem;
  font-weight: bold;
}
.property-box .vacancy-txt span{
  color: #d85f56;
}
.property-box .vacancy{
  border: 2px solid #d85f56;
  color: #d85f56;
  font-size: 1.4rem;
  padding: .5rem 0;
  font-weight: bold;
}
.property-box .no{
  border: 2px solid #aaa;
  color: #aaa;
}
.property-box .btn{
  background: #b39b14;
  display: block;
  color: #fff;
  width: 300px;
  margin: 2rem auto;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  position: relative;
}
.property-box .btn span{
  position: relative;
  padding-right: 16px;
}
.property-box .btn span::before{
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px){
  .flow-box-img ul{
    flex-wrap: wrap;
    margin: 0px -5px 0px;
  }
  .flow-box-img li{
    width: calc(50% - 10px);
    margin: 0px 5px 5px;
  }
  .property-box .option{
    padding-top: 10px;
  }
  .room-list dt,.room-list dd{
    font-size: .9rem;
  }
  .property-box .point{
    flex-wrap: wrap;
    justify-content: start;
  }
  .property-box .point li{
    width: calc(33.333% - 0px);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .property-box .point li img{
    width: 35px;
  }
}


/* ==================================================
  Guide Page
================================================== */
.flow-wrap{
  background: #fff;
  border-radius: 6px;
  padding: 5vw;
  margin: 2rem 0 3em 0;
}
.flow-box{
  border-collapse: collapse;
  border-bottom: 2px dotted #dd6b74;
  width: 100%;
}
.flow-box-inner{
  width: 100%;
}
.flow-box tr{
  border-top: 2px dotted #dd6b74;
}
.flow-box th{
  padding: 1.15em 1em 1.15em 0;
  font-size: 1.5em;
  color: #dd6b74;
}
.flow-box td{
  padding: 1.15em 0;
  font-size: .9em;
}
.flow-box td strong{
  font-size: 1.1em;
}
.flow-box-img li{
  list-style-type: none;
  padding-bottom: 6px;
}
.flow-guide li{
  display: flex;
  padding: 2rem;
  background: #f9f8f4;
  margin: 2.5rem 0;
  border-radius: 10px;
}
.flow-guide .list{
  position: relative;
}
.flow-guide .list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  right: 48%;
  width: 14px;
  height: 14px;
  border-top: 4px solid #d85f56;
  border-right: 4px solid #d85f56;
  transform: translateX(-50%) rotate(135deg);
}
.box5-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em 0 0;
}
.box5-list li{
  width: calc(25% - 20px);
  margin: 10px 10px 10px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  padding: 1.3em;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.5;
}
.box5-list li img{
  width: 60px;
  height: 60px;
  margin: 10px 0;
}

@media only screen and (max-width: 768px){
  .flow-guide .list::before {
    right: 45%;
  }
  .box5-list{
    flex-wrap: wrap;
    margin: -10px -10px 0px;
  }
  .box5-list li{
    width: calc(50% - 20px);
    margin: 10px 10px 10px;
  }
}

.flow-guide li div{
  width: 12%;
}
.flow-guide .icon span{
  width: 50px;
  height: 50px;
  padding: 24px;
  background: #d85f56;
  display: block;
  border-radius: 500px;
}
.flow-guide li h3{
  width: 30%;
}
.flow-guide li h3 span{
  display: block;
  font-size: .9rem;
  color: #d85f56;
}
.flow-guide li p{
  width: 58%;
}
.infoList-wrap{
  display: flex;
  border-bottom: 1px solid #eeece7;
  padding: 1.64em 0;
}
.infoList__ttl{
  width: 26%;
  color: #dd6b74;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .flow-box-inner{
    width: 70%;
  }
  .flow-box-img{
    width: 26.5%;
  }
}
@media only screen and (max-width: 768px){
  .full{
    padding: 2em 0;
  }
  .flow-guide li{
    flex-direction: column;
  }
  .flow-guide li div,.flow-guide li h3,.flow-guide li p{
    width: 100%;
  }
  .flow-guide li h3{
    text-align: center;
  }
  .flow-guide .icon span{
    margin: 0 auto 4px auto;
    width: 30px;
    height: 30px;
  }
  .flow-box-img{
    padding-top: 1em;
  }
  .flow-box-img ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px 0px;
  }
  .flow-box-img li{
    width: calc(50% - 10px);
    margin: 0px 5px 5px;
  }
  .infoList-wrap{
    padding: 16px 0;
  }
  .infoList__ttl{
    width: 30%;
    font-size: .9em;
  }
  .infoList__txt{
    width: 70%;
    font-size: .9em;
  }
  .is-nav li a{
    padding: 6px 6px 16px 6px;
    font-size: 10px;
  }
  .is-nav li a::after {
    bottom: 10px;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #d85f56;
  }
}

/* ==================================================
  Staff Page
================================================== */
.staff{
  background: #f9f8f4;
  padding-bottom: 5rem;
}
.staff .txt{
  padding: 2rem 0 3rem;
}
.staff-box{
  background: #fff;
  padding: 2rem;
  border-radius: 4px;
  text-align: center;
}
.staff-box img{
  width: 160px;
  height: 160px;
  border-radius: 500px;
}
.staff-box .name{
  font-size: 30px;
  font-weight: bold;
  padding: .6rem 0 .7rem;
}
.staff-box .position{
  background: #d85f56;
  border-radius: 500px;
  color: #fff;
  font-size: .9rem;
  font-weight: bold;
  width: 260px;
  margin: 0 auto;
  line-height: 1.6;
}
.staff-box dl{
  text-align: left;
}
.staff-box dt{
  font-weight: bold;
  font-size: 1.1rem;
  color: #d85f56;
  margin: 1rem 0 .2rem;
  padding-left: 14px;
  position: relative;
}
.staff-box dt::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid #d85f56;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.staff-box dd{
  font-size: .95rem;
}

@media screen and (min-width: 992px) {
 .staff-list1{
   display: flex;
   flex-wrap: wrap;
   margin: -10px -10px 0px;
 }
 .staff-box{
   width: calc(50% - 20px);
   margin: 10px 10px 10px;
 }
}

/* ======================================================
  Faq Page
  ======================================================= */
.faq-wrapper{
  border-radius: 4px;
  box-shadow: 0 2.5rem 2rem -2rem hsl(100 10% 60% / 10%);
  padding: 1.6rem;
  margin: 2rem 0;
  background: #fff;
}
.c-faq__head,.c-faq__content{
  display: flex;
  align-items: flex-start;
}
.c-faq__content{
  position: relative;
  padding-top: .5em;
}
.c-faq__head .c-faq__title{
  font-size: max(1.4vw, 1em);
  padding-top: .3rem;
}
.c-faq__content .c-faq__title{
  line-height: 1.8;
  font-weight: 500;
  padding-top: .3rem;
}
.c-faq__icon{
  color: #b59a2d;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.2;
  background-color: #f3f0e3;
  border-radius: 50%;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1.4rem;
  padding-left: .01em;
}
.c-faq__content .c-faq__icon{
  background-color: #f8eeef;
  color: #dd6b74;
  padding-left: .02em;
}

/* ==================================================
  Company Page
================================================== */
.company-table{
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin: 2rem 0 3rem;
}
.company-table th{
  width: 20%;
  padding: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #d85f56;
  color: #fff;
}
.company-table td{
  width: 80%;
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
}
/*
.company-table{
  width: 100%;
  margin: 3rem 0 2rem 0;
}
.company-table th,.company-table td{
  padding: 1.5vw 0;
  text-align: left;
}
.company-table th{
  width: 150px;
  font-weight: bold;
  border-top: 2px solid #d85f56;
  padding-left: .5vw;
}
.company-table td{
  border-top: 1px solid #ccc;
}
*/
.ggmap{
  margin: 4.5em 0 0;
}

/* ==================================================
  Recruit Page
================================================== */
.job-box h3{
  background: #f6efeb;
  margin: 2rem 0 1.5rem;
  padding: 10px 16px;
}
.job-box table{
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin-bottom: 3rem;
}
.job-box th{
  width: 20%;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #d85f56;
  color: #fff;
}
.job-box td{
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
}
.recruit-list li{
  list-style-type: none;
  border-radius: 4px;
  box-shadow: 0 2.5rem 2rem -2rem hsl(100 10% 60% / 10%);
  padding: 1.6rem;
  margin: 2rem 0;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
}
.recruit-list li::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 3px solid #d85f56;
  border-right: 3px solid #d85f56;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.recruit-list li a{
  display: block;
  color: #333;
  font-weight: bold;
}


/* ==================================================
  Recruit FAQ Page
================================================== */
.recruit-faq .faq-wrapper{
  border: 1px solid #ccc;
}
.recruit-faq .c-faq__icon{
  color: #2969b8;
  background-color: #edf4f8;
}
.recruit-faq .c-faq__content .c-faq__icon{
  background-color: #f8eeef;
  color: #dd6b74;
}


/* ==================================================
  Contact Page
================================================== */
.contact{
  padding: 0 0 5rem;
}
.contact .ttl{
  text-align: center;
  font-size: max(2vw, 1.5em);
}
.contact h3{
  text-align: left;
  padding: 0 0 0 6px;
  margin: 3em 0 .4em;
  border-left: 4px solid #e878a0;
  font-size: 1.2em;
}
.contact .txt{
  text-align: center;
  padding: 1em 0;
}
#form_list{
  margin: 1em 0 0;
  width: 100%;
  border-top: 1px dotted #aaa;
}
#form_list th{
  width: 20%;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px dotted #aaa;
}

#form_list th span{
  color: #e878a0;
  border: 1px solid #e878a0;
  font-size: .75em;
  padding: 4px 6px;
  margin-left: 10px;
}
#form_list td{
  position: relative;
  width: 80%;
  padding: 20px 0;
  border-bottom: 1px dotted #aaa;
}
#form_list input{
  padding: 18px;
  border-radius: 4px;
  border: 1px solid #bbb;
}
.f100 {
  box-sizing: border-box;
  width: 100%;
}
.is-contact__tel{
  border: 1px solid #e878a0;
  padding: 3vw;
  margin: 1em 0 2em;
  border-radius: 1em;
  text-align: center;
}
.is-contact__tel .tel{
  color: #333;
  font-size: max(2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-top: -10px;
}
.is-contact__tel .tel a{
  color: #333;
}
.is-contact__tel .tel:before{
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../img/tel.svg) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
.is-contact__tel .time{
  font-size: .8em;
}
.form{
  text-align: center;
  padding: 2em 0;
}
.form .form_btn{
  background: #ff545f;
  color: #fff;
  border: 0;
  width: 200px;
  padding: 1em 0;
  font-size: 1em;
  font-weight: 700;
  border-radius: 500px;
  font-family: "Jost","Zen Kaku Gothic New","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,sans-serif;
}
#form_list textarea{
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #bbb;
}
#form_list input[type=checkbox] {
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #bbb !important;
  border-radius: 4px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 7px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 2px 25px;
  position: relative;
  width: auto;
}
.checkbox01::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 9px;
  left: 5px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.thanks{
  padding: 3vw 0;
  text-align: center;
}
.thanks strong{
  display: block;
  font-size: 1.2em;
}

@media screen and (max-width: 991px) {
  #form_list th,#form_list td{
    display: block;
    width: 100%;
  }
  #form_list textarea{
    width: 100%;
  }
}






/* ======================================================
  Staff Page
  ======================================================= */
.staff-list{
  padding: 40px 0;
  border-bottom: 1px solid #e4e4e4;
}
.staff-prof{
  padding: 0 0 .3rem;
}
.staff-txt .staff-prof h3{
  color: #d85f56;
  font-size: 1.5rem;
  padding: 0 0 .5rem;
  position: relative;
}
.staff-txt .staff-prof h3::after {
  content: "";
  position: absolute;
  top: 18px;
  left: -50px;
  width: 28px;
  height: 1px;
  background: #d85f56;
}
.staff-txt .staff-prof .message{
  color: #d85f56;
  background: #fff;
  border: 1px solid #d85f56;
  border-radius: 500px;
  display: inline-block;
  font-size: .75rem;
  padding: 2px 10px;
}

@media screen and (min-width: 992px) {
  .staff-list{
    display: flex;
    justify-content: space-between;
  }
  .staff-img{
    width: 30%;
  }
  .staff-txt{
    width: 60%;
  }
}


/* ==================================================
  Sitemap
================================================== */
.sitemap-list{
  border-top: 1px solid #eee;
}
.sitemap-items{
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.sitemap-items a{
  color: #222;
  display: block;
  position: relative;
  padding: 18px 32px 18px 12px;
}
.sitemap-items a:hover{
  background: #fafafa;
}
.sitemap-items a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 3px solid #d85f56;
  border-right: 3px solid #d85f56;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sitemap-list ul{
  display: flex;
  padding: 18px 0 26px 0;
}
.sitemap-list li{
  padding: 0 30px 0 12px;
  font-size: .9rem;
  position: relative;
}
.sitemap-list li::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sitemap-list li a{
  color: #444;
}

/* ======================================================
  Privacy
  ======================================================= */
.privacy h2{
  margin: 3em 0 1rem 0;
}
.privacy h3{
  margin: 2rem 0 .7rem 0;
  background: #f8f8ff;
  padding: 10px;
}
.privacy h4{
  margin: 1.5em 0 .5rem 0;
}
.privacy h5{
  margin: 1.5em 0 0 0;
}
.privacy p{
  font-size: .95em;
}
.privacy ul{
  padding: 1rem 0 1rem 1rem;
}
.privacy li{
  font-size: .95em;
  padding: .2rem 0;
  list-style-type: square;
}
.privacy .list2{
  padding: .8em 0;
}
.privacy .list2 li{
  list-style-type: none;
  padding-top: 1em;
}
.privacy .waku{
  border: 1px solid #777;
  margin: .6em 0;
  padding: 1em 1.5em;
  font-size: .9em;
}
