/*
Theme Name:	homeroom-adviser-202512
Description: 奈良県の不動産情報は不動産adviser centerアドバイザーセンターへ
Author:mrri
*/



.row::before,
.row::after {
  content: "";
  display: table;
}
.row::after {
  clear: both;
}
body {
  font-size: 16px;
  line-height: 2;
  font-family: '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-feature-settings: "palt";
  color: #4d4d4d;
  font-weight: 500;
  background: #fff;
  letter-spacing: 1px;
  z-index: -1;
  position: relative;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #4d4d4d;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #4d4d4d;
}
a.cl-green:hover {
  text-decoration: underline;
}
.cl-green a{
	color:#003a0f;
}
.cl-green a:hover{
	text-decoration: underline;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}
*:focus {
  outline: none;
}
a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
.sp {
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/*モーション*/
main {
  overflow: hidden;
}
/*メインビジュアル文字*/
.box {
  opacity: 0;
}
.fadeUpAnimeTop {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeUpAnime {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*画像下から上*/
/*背景色が伸びて出現 共通*/
.shutterScroll {
  opacity: 0;
}
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
  animation-delay: 2.6s;
}
.bgextend02 {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
  animation-delay: 3.0s;
}
.bgextend03 {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 3.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.bgappear02 {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 3.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.bgappear03 {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #003a0f; /*伸びる背景色の設定*/
  animation-delay: 2.6s;
}
.bgDUextend02::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #003a0f; /*伸びる背景色の設定*/
  animation-delay: 3.0s;
}
.bgDUextend03::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #009044; /*伸びる背景色の設定*/
  border-radius: 8px;
}
.left-img .bgDUextend03::before {
	 border-radius: 0 8px 8px 0;
}
.right-img .bgDUextend03::before {
	 border-radius: 8px 0 0 8px;
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*ふわっと*/
.fadeup {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 0.75s linear, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.7s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeInUp{
animation-name:fadeInAnime;
animation-duration:2.0s;
animation-delay: 0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*トップページ-------------------------------*/
/*ヘッダー*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.gmrelative01.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.gmrelative01.clone-nav h1.header-logo {
  display: none;
}
.gmrelative01.clone-nav.is-show {
  transform: translateY(0);
  z-index: 3000;
  background: #fff;
  border-bottom: 1px solid #000;
}
.gmrelative01.clone-nav h1.header-logo {
  display: block;
  margin: 0;
  align-self: start;
}
.gmrelative01.clone-nav h1.header-logo a {
  position: static;
}
.header-top {
  color: #222;
  display: flex;
  padding: 10px 30px 0;
  justify-content: space-between;
}
.nav-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}
nav.top-menu {
  display: flex;
  justify-content: stretch;
  -webkit-justify-content: flex-start;
  justify-content: end;
  align-items: center;
}
nav.globalMenuSp, .hamburger {
  display: none;
}
nav.top-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
nav.top-menu ul .dropdown-menu {
  display: none;
}
nav.top-menu ul .dropdown-menu.show {
  display: block;
}
nav.top-menu ul li a {
  font-size: 16px;
  display: block;
  margin: 0 15px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
	padding-bottom: 10px;
}
nav.top-menu ul li a.nav-link{
	padding-bottom: 15px;
}
nav.top-menu ul li a.dropdown-item{
	padding: .25rem 1rem;
}
nav.top-menu ul li a:hover {
  color: #f2f2f2;
}
.gmrelative01 {
  z-index: 2000;
  position: relative;
}
.gmrelative01.clone-nav.is-show nav.top-menu {
  margin-top: 0;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.nav-link {
  color: #222;
}
nav.top-menu ul li a.dropdown-item {
  margin: 0;
  border-bottom: 1px solid #222;
  background: #333;
	color: #fff;
}
.dropdown-menu {
  border: 1px solid #222;
  border-radius: 0;
}
nav.top-menu ul li a.dropdown-item:hover {
  background: #009044;
  color: #fff;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: 0;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 11px;
}

.gmrelative01.clone-nav nav.top-menu ul li a{
	color:#000;
}
.gmrelative01.clone-nav nav.top-menu ul li a:hover{
	color:#666;
}
.gmrelative01.clone-nav nav.top-menu ul li a.dropdown-item {
  color: #fff;
}
.gmrelative01.clone-nav h1.header-logo img {
  height: 55px;
  width: auto;
  padding-bottom: 8px;
}

/*メインビジュアル*/
.mv-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.slider01 {
  overflow: hidden;
}
.add-animation {
  animation: zoomIn 8s linear 0s normal both;
}
/*ズームアニメーション*/
@keyframes zoomIn {
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.main-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.main-img .slide01 img {
  object-position: right bottom;
}
.main-img .slide03 img {
  object-position: left top;
}
.main-txt {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.mv-catch {
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.1;
  text-shadow: 1px 2px 8px #333;
}
.mv-name {
  font-size: 6.5vw;
  color: #5cb769;
  letter-spacing: 5px;
  font-weight: bold;
}
.mv-txt {
  font-weight: bold;
  font-size: 2.8vw;
  margin-top: 50px;
  text-shadow: 1px 2px 8px #333;
}
/*共通*/
.inner {
  padding: 100px 0 100px;
}
.inner-bottom {
  padding: 0 0 80px;
}
.cl-white {
  color: #fff !important;
}
.w100 {
  width: 100% !important;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.f-size20 {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 3px;
}
/*ボタン*/
.link a {
  color: #999;
  font-size: 18px;
}
.link .link-inner {
  display: inline-flex;
  justify-content: end;
  align-items: center;
}
.link .icon {
  border: 1px solid #999;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  margin-left: 14px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link a:hover {
  color: #009044;
}
.link a:hover .icon {
  background: #009044;
  border: 1px solid #009044;
  color: #fff;
}
input.submit-btn {
  width: 230px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
input.submit-btn:hover {
  background: #000;
  color: #fff;
}
/*トップページ*/
.slick02-wrap .slick02 {
  z-index: -1;
}
.slick02 li {
  padding: 0 10px;
}
section.indexbox01 {
  position: relative;
  padding-top: 20px;
	padding-bottom: 100px;
}
.slick02-wrap {
  position: absolute;
  width: 45%;
  display: block;
  top: 20px;
  left: 0;
}
section.indexbox01 p {
  line-height: 2.2;
}
.index-h3.indexbox01-h3 {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}
h2.indexGary {
  font-size: 32px;
  line-height: 1.7;
}
.indexbox02 {
  position: relative;
}
.index-h3 {
  font-size: 18px;
  color: #4d4d4d;
}
.index-h3 span {
  font-size: 48px;
  padding-right: 1.5rem;
  color: #ee7800;
}
body.page-id-11 .index-h3 span, body.page-id-13 .index-h3 span,	body.page-id-15 .index-h3 span, body.page-id-33 .index-h3 span {
  display:block;
padding-bottom: 7px;
}


.left-img {
  position: absolute;
  top: -130px;
  left: 0;
  width: 45%;
}
.left-img img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  background: #1d2088;
  object-position: bottom center;
}
.right-img {
  position: absolute;
  top: -130px;
  right: 0;
  width: 45%;
}
.right-img img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  background: #009044;
}
.service-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.service-title {
  background: #fff;
  border-radius: 0 8px 0 0;
  padding: 15px 40px 0 10px;
  font-size: 32px;
  margin-top: -40px;
  z-index: 1;
  position: relative;
  width: 260px;
}
.service-wrap-p {
  padding-top: 10px;
  padding-left: 10px;
}
.service-wrap img {
  height: auto;
  transition: transform .6s ease;
}
.service-wrap a:hover img {
  transform: scale(1.1);
}
.no-g-wrap {
  position: relative;
  overflow: hidden;
}
.no-g-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.no-g-title span {
  font-size: 48px;
  display: block;
}
.no-g-wrap img {
  height: auto;
  transition: transform .6s ease;
  transform: scale(1.005);
}
.no-g-wrap a:hover img {
  transform: scale(1.1);
}
.link-btn a {
  border: 1px solid #ccc;
  height: 180px;
  width: 100%;
  border-radius: 8px;
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  padding-top: 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.link-btn a span {
  font-size: 48px;
  display: block;
  color: #ee7800;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-btn a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  bottom: 20px;
  right: 20px;
  height: 45px;
  width: 45px;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-weight: 900;
  color: #999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link-btn a::after {
  background: #ee7800;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.link-btn a:hover, .link-btn a:hover span {
  color: #fff;
}
.link-btn a:hover::before {
  color: #009044;
  background: #fff;
  border: 1px solid #fff;
}
.link-btn a:hover::after {
  transform: scale(1, 1);
}
section.indexbox04 {
  position: relative;
}
.right-img.seminer-title {
  top: -100px;
  width: 70%;
}
.right-img.seminer-title img {
  height: 320px;
  object-position: left top;
  border-radius: 8px 0 0 8px;
}
.seminer-title-txt {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: 85%;
}

section.indexbox04 {
  position: relative;
  background: #f2f2f2;
  padding: 140px 0 80px;
}
.seminer-wrap {
  background: #fff;
  padding: 110px 30px 30px;
  border-radius: 8px;
}
.cl-white span {
  color: #fff !important;
}
.index-seminer-h3 {
  font-size: 28px;
  border-bottom: 2px solid #009044;
}
.seminer-img {
  text-align: center;
}
.seminer-img img {
  max-height: 400px;
}
.link-gray-btn a {
  border: 1px solid #ccc;
  height: 74px;
  width: 100%;
  border-radius: 8px;
  display: block;
  font-size: 18px;
  line-height: 74px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-left: 30px;
}
.link-gray-btn a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 45px;
  width: 45px;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-weight: 900;
  color: #999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link-gray-btn a::after {
  background: #009044;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.link-gray-btn a:hover {
  color: #fff;
}
.link-gray-btn a:hover::before {
  color: #009044;
  background: #fff;
  border: 1px solid #fff;
}
.link-gray-btn a:hover::after {
  transform: scale(1, 1);
}
section.indexbox06 {
  background: linear-gradient(90deg, #af000e 0%, #e40000 40%);
  color: #fff;
  position: relative;
  min-height: 680px;
}
section.indexbox06 a {
  color: #fff;
}
.slick03-wrap {
  position: absolute;
  width: 45%;
  display: block;
  top: 70px;
  right: 0;
}
.index-recruit-h4 {
  font-size: 55px;
}
section.indexbox06 .link .icon {
  border: 1px solid #fff;
}
section.indexbox06 .link a:hover {
  color: #fff;
}
.indexboxBack {
  height: 300px;
}
.indexboxBack::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(img/index_back.jpg);
  background-size: cover;
}
section.indexboxNews, section.indexbox01, section.indexbox02, section.indexbox03, section.indexbox05, section.indexbox07 {
  background: #fff;
}
/*TOPお知らせ*/
.news-wrap {
  padding: 10px 0;
}
.news-li .cat {
  min-width: 120px;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  margin-right: 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
	flex-flow: column;
}
.news-li .date {
  margin-right: 30px;
  font-size: 32px;
  border-right: 1px solid #ccc;
  padding-right: 40px;
  line-height: 1;
}
.news-li .date span {
  font-size: 18px;
  display: block;
}
.news-li .title {
  line-height: 1.5;
}
.news-li a {
  position: relative;
  display: flex;
  padding: 10px 5px 10px;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.news-li:first-of-type {
  border-top: 1px solid #ccc;
}
.news-li a:hover {
  background: #f2f2f2;
}

.staff-all img {
  border-radius: 10px;
}

/*フッター*/
footer {
  z-index: -10;
  position: relative;
}
.footer-top {
  background: linear-gradient(90deg, #ff8c00 0%, #E9A326 50%);
  color: #fff;
  font-weight: bold;
  padding: 60px 0;
  z-index: -1;
  position: relative;
}
.footer-mail a {
  border: 1px solid #fff;
  width: 100%;
  display: block;
  padding: 15px 30px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  position: relative;
}
.footer-mail a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-mail a:hover {
  color: #009044;
  z-index: 10;
}
.footer-mail a:hover::before {
  border: 1px solid #009044;
  background: #fff;
  color: #009044;
  z-index: 10;
}
.footer-mail a::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.footer-mail a:hover::after {
  transform: scale(1, 1);
  z-index: -1;
}
.footer-tel {
  font-size: 20px;
  font-weight: bold;
}
.footer-tel a {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.footer-name {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-bottom {
  line-height: 1.8;
  padding: 60px 0;
  background: #1a1a1a;
  color: #fff;
}
footer .office-name {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer-bottom a {
  color: #fff;
}
footer .office-name a {
  font-size: 14px;
  margin-left: 20px;
  border: 1px solid #02b355;
  padding: 3px 5px;
  border-radius: 4px;
  color: #02b355;
  font-weight: bold;
}
footer .office-name a:hover {
  background: #02b355;
  color: #fff;
}
ul.footer-nav {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.footer-nav-wrap {
  border-top: 1px solid #fff;
}
.footer-nav-child li::before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #02b355;
  font-size: 12px;
  margin-right: 7px;
}
.footer-nav-child li {
  padding-top: 5px;
}
.copyright {
  background: #1a1a1a;
  color: #fff;
  font-size: 13px;
}
.copyright a {
  color: #fff;
}
.copy-inner {
  border-top: 1px solid #fff;
  padding: 10px 0;
}
.sp-bottom {
  display: none;
}
/*ページトップへ*/
#page-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  font-size: 200%;
  z-index: 200;
  padding: 0;
  margin: 0;
}
#page-top a, #page-top a:focus, #page-top a:active, #page-top a:visited {
  background: #fff;
  text-decoration: none;
  color: #ff8c00;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 45px;
  border-radius: 50px;
  opacity: 1;
  letter-spacing: 0;
  border: 2px solid #ff8c00;
  font-size: 20px;
}
#page-top a:hover {
  text-decoration: none;
  background: #ff8c00;
  color: #fff;
  opacity: 1;
}
#page-top img {
  width: 26px;
  vertical-align: baseline;
  display: inline;
}
/*ページ遷移*/
body.home #splash {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #FFD999;
	background-image:url(/wp-content/themes/homeroom-adviser-202512/img/logo.svg);
	background-repeat:no-repeat;
	background-position:center center;
  background-size: 300px 150px;
    z-index: 9999;
	text-align: center;
    transition: height 0.6s ease-out, transform 0.6s ease-in 0.8s;
}
body.home #content {
    opacity: 0;
    transition: opacity 0.1s ease-in;
}
#content {
  z-index: -1;
  position: relative;
}

/*下層ページ*/
body:not(.home) main {
  padding-top: 100px;
}
.page-top {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
body:not(.home) nav.top-menu ul li a {
	color: #000;
}
body:not(.home) nav.top-menu ul li a.dropdown-item{
	color: #fff;
}

.breadcrumbs, .breadcrumbs a {
  font-size: 13px;
  color: #999;
}
.pagetop-h2 {
  font-size: 18px;
	  font-weight: normal;
	margin: 30px 0 40px;
}
.pagetop-h2 span {
  font-size: 48px;
  color: #ee7800;
	margin-right: 30px;

}
.tab-wrap {
  border-bottom: 1px solid #666;
}
.tab-wrap .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-between;
}
.tab-wrap .nav-tabs {
  border-bottom: none;
}

.tab-wrap .nav-tabs .nav-link span {
  font-size: 16px;
  margin-right: 10px;
}


.tab-wrap .nav-link {
  width: 100%;
  height: 80px;
	color:#4d4d4d;
}
.nav-tabs .nav-link:hover{
	background: #009044;
  color: #fff;
  border-color: transparent;
}
.tab-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	font-size: 24px;
  font-weight: bold;
	text-align: center;
  line-height: 62px;
	border-radius: 0;
}
.tab-wrap .nav-tabs .nav-link.active {
  border: none;
  background: #009044;
  color: #fff;
  border-radius: 0;
}
.tab-wrap .nav-item {
  width: 100%;
  border-left: 1px solid #666;
}
.tab-wrap .nav-item:last-of-type{
	border-right: 1px solid #666;
}
.tab-inner {
  position: relative;
	padding: 0 0 120px;
}
.tab-inner .right-img {
	top: 0;
}
.tab-inner .right-img img {
	height: 500px;
	border-radius: 8px 0 0 8px;
}
body.page-id-15 .tab-inner .right-img {
  position: static;
  width: 100%;
  margin: 20px 0 30px;
}
body.page-id-15 .tab-inner .right-img img {
  height: auto;
  border-radius: 8px;
}

.tab-top {
  height: 460px;
  padding-top: 100px;
}
body.page-id-15 .tab-top {
  height: auto;
  padding-top: 0;
}
.pagetop-h3 {
 font-size: 32px;
  line-height: 2.2;
  font-weight: bold;
}
.gray-big {
  font-size: 46px;
  font-weight: bold;
}
.bg-gray {
  background: #f2f2f2;
}
body.page-id-15 .bg-gray.inner {
  padding-left: 15px;
  padding-right: 15px;
}
body.page-id-15 .bg-gray.inner .row {
  margin-left: 0;
  margin-right: 0;
}
body.page-id-15 .col-md-9 .bg-gray .container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
body.page-id-15 .col-md-9 .bg-gray {
  padding-left: 15px;
  padding-right: 15px;
}
body.page-id-15 .col-md-9 .bg-gray .container {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.video-wrap video {
  width: 80%;
}

dl.company-dl {
  display: flex;
  align-items: baseline;
  border-top: 1px solid #ccc;
  padding: 20px 10px;
  margin: 0;
}
dl.company-dl:last-of-type {
  border-bottom: 1px solid #ccc;
}
dl.company-dl dt {
  width: 23%;
  text-align: center;
	min-width:10rem;
	flex-shrink: 0;
}
dl.company-dl dd {
  margin: 0;
  padding-left: 1rem;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.company-dl-point::before {
  content: '\f068';
  color: #009044;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	margin-right: 7px;
}
.cpta-wtap {
  padding: 30px 0;
}
.co-name {
  font-size: 34px;
}
.co-touroku {
  font-size: 18px;
  margin-bottom: 20px;
}
.sub-title-gray {
 background: #4d4d4d;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  line-height: 1.5;
}
ul.bg-white-chack li {
  background: #fff;
  margin-bottom: 5px;
  padding: 5px 60px 5px 20px;
  font-size: 22px;
  border-radius: 8px;
}
ul.bg-white-chack {
  display: inline-block;
}
ul.bg-white-chack li::before{
	content: '\f00c';
  color: #009044;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.cl-red {
  color: #c1272d;
  font-weight: 900;
}
.tab-inner .left-img {
  top: 0;
  left: 0;
  width: 45%;
}
.tab-inner .left-img img {
  width: 100%;
  object-fit: cover;
  background: #009044;
  object-position: bottom center;
  height: 500px;
  border-radius: 0 8px 8px 0;
}
ul.bg-white-li li {
  background: #fff;
  margin-bottom: 5px;
  padding: 5px 20px 5px 20px;
  font-size: 18px;
  border-radius: 8px;
	line-height: 1.6;
}
ul.bg-white-li li.li-yajirushi {
  background: transparent;
  color: #003a0f;
  padding: 0 20px 0 40px;
}
.cl-green {
  color: #003a0f;
  font-weight: bold;
}
.bg-green {
  background: #003a0f;
}

ul.bg-white-inline {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
}
ul.bg-white-inline li {
  background: #fff;
  width: 100%;
  text-align: center;
  font-size: 180%;
	border-radius: 8px;
}

.green-h4 {
  font-size: 44px;
  color: #009044;
}
h5.num-h5 {
  font-size: 22px;
}
.bg-d-gray {
  background: #4d4d4d;
  color: #fff;
  padding: 3px 20px;
  margin-left: 10px;
}
.f-120p {
  font-size: 120%;
  font-weight: bold;
}
ul.bg-gray-check li {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 5px 20px 5px 20px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.6;
  min-height: 80px;
  display: flex;
  align-items: center;
}
ul.bg-gray-check li svg{
	color: #009044;
	margin-right:15px;
}

.yajirushi svg {
  font-size: 40px;
}
ul.bg-gray-point li {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 5px 20px 5px 20px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.6;
  min-height: 80px;
  display: flex;
  align-items: center;
}
ul.bg-gray-point li svg{
	color: #009044;
	margin-right:15px;
}
.cl-l-green {
  color: #009044;
}
.bg-gray-wakuwrap {
  position: relative;
}
.bg-gray-waku {
  background: #f2f2f2;
  border-radius: 8px;
  position: relative;
	padding: 20px;
}
.bg-gray-wakuwrap .bg-gray-waku {
	width: 85%;
}
.gray-waku-img {
  position: absolute;
  top: -100px;
  right: 0;
}

.bg-gray-waku ul.bg-gray-point li {
  min-height: auto;
  padding: 10px 20px;
}
.bg-gray-waku ul.bg-gray-point li::before {
	content: '\f06a';
  color: #009044;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}



.back-gray-li2 {
    background: #f2f2f2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    padding: 5px 20px;
    margin: 0;
}
.row-eq-center {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.yellow-back {
  background: #be8f00;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 130%;
  padding: 2px 5px;
}
.green-back {
  background: #003a0f;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 130%;
  padding: 5px;
}

.pagetop-h3-green {
  font-size: 32px;
  line-height:1.8;
  font-weight: bold;
  color: #009044;
  letter-spacing: 2px;
}

.shita-yajirushi {
  font-size: 250%;
	line-height: 1;
}
ul.bg-gray-point li.bg-white {
  padding: 10px 20px;
  min-height: auto;
}
.susume {
  margin-left: 30px;
}
h4.bg-d-gray-h4 {
  background: #4d4d4d;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  padding: 5px 20px;
}
.link-btn a span.small{
	font-size:40px;
}
dl.dl-flow dt {
  font-size: 24px;
}
dl.dl-flow dd {
  background: #f2f2f2;
  padding: 35px 20px 20px;
  border-radius: 8px;
  margin-top: -20px;
}
dl.dl-flow dd .f-18, .con-wrapper .f-18 {
  font-size: 18px;
}
dl.dl-flow dd .tel, .con-wrapper .tel {
  font-size: 36px;
  font-weight: bold;
  color: #009044;
  line-height: 1.3;
}
.con-wrapper .tel a{
	color: #009044;
}
.footer-mail.in-main a {
  background: linear-gradient(90deg, #009044, #003a0f);
  width: 450px;
	margin: 0;
}
ul.inher2-stand{
	padding:0;
	margin:0;
	list-style-type: none;
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
ul.inher2-stand li.green{
	display: table-cell;
	width: 30%;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background-color:#be8f00;
	color:#fff;
	font-weight: bold;
	font-size: 120%;
	padding: 5px;
	vertical-align: middle;
}
ul.inher2-stand li.plus{
	display: table-cell;
	width: 5%;
	text-align: center;
	font-weight: bold;
	font-size: 180%;
	color: #999;
	vertical-align: middle;
}
h5.sinple-h5 {
  border-bottom: 1px solid #ccc;
  font-size: 130%;
  font-weight: bold;
  padding-bottom: 5px;
}
table.basic-table {
    width: 100%;
    border-collapse: collapse;
	table-layout: fixed;
	line-height: 1.6;
}
table.basic-table th {
    border: 1px solid #cccccc;
    background: #e6e6e6;
    text-align: center;
    width: 25%;
    padding: 10px;
}
table.basic-table td {
    border: 1px solid #cccccc;
    text-align: left;
    padding: 10px;
	background: #fff;
}
ul.list-disc {
  list-style-type: disc;
  list-style-position: inside;
}
ul.minhight-none li {
  min-height: auto;
  padding: 10px 20px;
}
ul.shintaku{
	width:100%;
	display:table;
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.shintaku li.shintaku01{
	display: table-cell;
	width: 26%;
	text-align: center;
}
ul.shintaku li.shintaku02{
	display: table-cell;
	width: 11%;
	text-align: center;
	vertical-align:center;
}
.minkanitaku{
	background: #f2f2f2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	padding: 10px 20px;
	margin: 5px 0;
}
h5.shintaku-h5 svg {
  color: #009044;
  margin-right: 7px;
}
dl.shintaku-dl{
	display: table;
	width:100%;
	margin-bottom: 5px;
	padding-left: 30px;
}
dl.shintaku-dl dt{
	display:table-cell;
	background: #be8f00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color: #fff;
	width: 3em;
	text-align: center;
	vertical-align: middle;
}

dl.shintaku-dl dd{
	display:table-cell;
	padding-left: 10px;
}
ul.check li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 2rem;
}
ul.check li:before {
	position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
	font-weight: 900;
  top: 0;
	left:0;
	color: #009044;
}
h4.shinkoku-h4 {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  margin-top: 20px;
}
h4.shinkoku-h4{
	position:relative;
}
h4.shinkoku-h4 a{
	display:block;
	padding-right: 1.5rem;
}
h4.shinkoku-h4 a:after {
	position: absolute;
  font-family: "Font Awesome 5 Free";
  content: " \f078";
  color: #009044;
	font-weight: 900;
	top:0;
	right:0;
}
h4.shinkoku-h4 a[aria-expanded="true"]:after {
   content: " \f077";
}
.collapse, .collapsing {
  background: #fff;
  padding: 10px;
	border-radius: 4px;
}
.collapse p{
	margin-bottom:0;
}
.houhou svg {
  color: #009044;
  margin-right: 7px;
}

.fap-inner {
  padding: 10px 20px 30px;
}

/*お知らせ*/
#single-page .cat {
  min-width: 120px;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  margin-right: 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
}
h3.bd-h4 {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 60px;
  padding: 10px;
  color: #000;
  margin-bottom: 20px;
}

/* 投稿ページ */
.archive-pager {
  text-align: center;
}
a.page-numbers,
.archive-pager .current{
  line-height: 40px;
	display: inline-block;
}
.archive-pager .current{
	background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #009044;
  border-radius: 50%;
  border: 1px solid #009044;
	text-align:center;
}

/*ページャー*/
.nav-links .page-numbers.current {
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #009044;
  border-radius: 50%;
  border: 1px solid #009044;
}
a.page-numbers {
  padding: 0 20px;
  line-height: 40px;
	display: inline-block;
}
.navigation.pagination {
  justify-content: center;
	text-align: center;
}
a.page-numbers:hover {
  color: #009044;
}
.single-pager {
  border-top: 1px solid #D4D4D4;
  padding: 45px 0 30px;
	margin-top: 60px;
}
ul.pager li.previous a {
  display: inline-block;
  position: relative;
}
ul.pager {
  display: flex;
  justify-content: space-between;
	position:relative;
}
ul.pager li.previous a span {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 5px;
  margin-left: 10px;
}
ul.pager li.previous a svg, ul.pager li.next a svg {
 width: 36px;
  height: 36px;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  color: #009044;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  border: 1px solid #009044;
  padding: 10px;
}
ul.pager li.next a span {
  border-bottom: 1px solid #4d4d4d;
  display: inline-block;
  padding-bottom: 5px;
  margin-right: 10px;
}
ul.pager li.to-list {
  position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
ul.pager li.to-list a {
  border-bottom: 1px solid #4d4d4d;
	display: inline-block;
  padding-bottom: 5px;
}
ul.pager li.previous a:hover{
	opacity:1;
}
ul.pager li.previous a:hover svg, ul.pager li.next a svg:hover{
	opacity:1;
	background: #009044;
	color:#fff;
}
ul.pager .next {
  margin-left: auto;
}

/* 松尾ブログ */
.matsuoblog-wrapper{
	border:2px solid #ccc;
	padding: 20px;
	margin-bottom: 10px;
}

h3.matsuoblog-h3{
	color:#49A418;
	border-left:5px solid #49A418;
	padding: 3px 0 3px 10px;
}
.matsuoblog-wrapper .blog-date{
	font-size:13px;
	color: #999;
	margin: 0;
}
.matsuoblog-wrapper .blog-cat{
	font-size:13px;
	color: #999;
}
.matsuoblog-wrapper .blog-cat a{
	font-size:13px;
	color: #49A418;
}
.matsuoblog-wrapper .blog-cat a:hover{
	text-decoration: underline;
}

.post-ratings {
    width: 100%;
    opacity: 1;
    background-color: #ffffff;
    text-align: right;
    padding-top: 20px;
}
input.btn-matsuoblog {
    display: inline-block;
    border: 1px solid #49A418;
    padding: 3px 10px;
    color: #fff;
    background: #49A418;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    margin: 5px;
    float: right;
}
input:hover.btn-matsuoblog {
    color: #cc5e58;
    background: #fff;
}
#testSearch #testSearchInput{
	width:100%;
}

.side-midashi{
	margin-top:20px;
	border-bottom:2px solid #cc5e58;
	color:#cc5e58;
	padding: 0 5px 2px;
}
ul.side-list li{
	background: url(img/side_list.jpg) no-repeat left top 10px;
	font-size: 90%;
}
section.blog01-box1 ul li a:hover {
    color: #cc5e58;
}

h3.widget-title {
  display: none;
}

.side_btn {
    padding: 10px 0px;
}

.side_btn a img {
    width: 100%;
}

.side-wrapper {
    padding: 15px;
    margin: 95px 10px 10px;
    background-color: #FFFAF2;
    border-radius: 5px;
}

.youtube-player {
    width: 100%;
	max-width: 650px;
}
/* スタッフブログ */
.staffblog-wrapper{
	border:2px solid #ccc;
	padding: 20px;
	margin-bottom: 10px;
}

h3.staffblog-h3{
	color:#20B2AA;
	border-left:5px solid #20B2AA;
	padding: 3px 0 3px 10px;
}
.staffblog-wrapper .blog-date{
	font-size:13px;
	color: #999;
	margin: 0;
}
.staffblog-wrapper .blog-cat{
	font-size:13px;
	color: #999;
}
.staffblog-wrapper .blog-cat a{
	font-size:13px;
	color: #20B2AA;
}
.staffblog-wrapper .blog-cat a:hover{
	text-decoration: underline;
}

input.btn-staffblog {
    display: inline-block;
    border: 1px solid #20B2AA;
    padding: 3px 10px;
    color: #fff;
    background: #20B2AA;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    margin: 5px;
    float: right;
}
input:hover.btn-staffblog {
    color: #20B2AA;
    background: #fff;
}

.side-midashi01{
	margin-top:20px;
	border-bottom:2px solid #20B2AA;
	color:#20B2AA;
	padding: 0 5px 2px;
}
ul.side-list01 li{
	background: url(img/side_list01.jpg) no-repeat left top 10px;
	font-size: 90%;
}
section.blog-box1 ul.side-list01 li a:hover {
    color: #20B2AA;
}
.blog-wrapper ul.side-list li, .blog-wrapper ul.side-list01 li {
  padding: 5px;
    padding-left: 5px;
  padding-left: 1em;
}
.blog-wrapper .single-pager {
  border-top: none;
  padding: 45px 0 30px;
  margin-top: 0;
}
ul.list-disc a:hover {
  text-decoration: underline;
  color: #009044;
}
ul.list-disc a small{
	color:#888;
}

.btn-red {
  border: 1px solid #c1272d;
  height: 74px;
  width: 350px;
  border-radius: 8px;
  display: block;
  font-size: 18px;
  line-height: 74px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-left: 30px;
  color: #c1272d;
  background: #fff;
	text-align: left;
	margin-left: auto;
}
.btn-red::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 45px;
  width: 45px;
  border: 1px solid #c1272d;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-weight: 900;
  color: #c1272d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-red::after {
  background: #c1272d;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn-red:hover {
  color: #fff;
}
.btn-red:hover::before {
  color: #c1272d;
  background: #fff;
  border: 1px solid #fff;
}
.btn-red:hover::after {
  transform: scale(1, 1);
}

.semina-wrapper {
  margin-bottom: 80px;
}
.seminar-wrapper ul.list-disc li {
  padding: 8px 0;
	line-height: 1.5;
}
.magazin-txt {
  line-height: 1.3;
  padding: 0 10px;
}
.magazin img {
  width: 175px;
  height: 248px;
  object-fit: contain;
}
.magazin-midashi {
  line-height: 1.5;
}


/*お問い合わせ*/
table.contact-table p {
  margin: 0;
}
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  width: 100%;
  border: 1px solid #a7a9ac;
  border-radius: 2px;
	background:#fff;
}
label {
  margin-bottom: 0;
}
textarea {
  height: 8rem;
}
input[type="checkbox"] {
  margin: 8px 0;
}
input.wpcf7-submit {
  width: 320px;
  background: #fff;
  border: 1px solid #009044;
  border-radius: 4px;
  padding: 3px;
  color: #009044;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 4px;
}
input.wpcf7-submit:hover {
	background: #009044;
	color:#fff;
}

#contactTab.nav-tabs {
  border-bottom: 1px solid #009044;
}
#contactTab.nav-tabs .nav-item .nav-link {
	border: 1px solid #ccc;
	border-bottom: 2px solid #009044;
	height: 100%;
}
#contactTab.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #009044;
  background: #009044;
  color: #fff;
}

/*プライバシーポリシー*/
h3.wp-block-heading {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 130%;
  margin-top: 30px;
}
ul.wp-block-list {
 	margin-bottom: 1rem;
  padding-left: 2rem;
}
ul.wp-block-list li {
  list-style-type: disc;
}
h4.wp-block-heading {
  font-size: 110%;
  font-weight: bold;
  margin-top: 25px;
}

body.page-id-33 main a{
	color: #003a0f;
}
body.page-id-33 main a:hover {
	text-decoration:underline;
}


/*サイトマップ*/
.wsp-container ul li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
.wsp-container ul li ul li:last-child{
	border-bottom: none;
}

.wsp-blogs-list::before {
  content: '';
  color:#009044;
}
.wsp-saless-list::before {
  content: '';
  color:#009044;
}

ul.wsp-posts-list li ul.wsp-posts-list::before {
  content: none;
}



/* = home.php
-------------------------------------------------------------- */
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {margin:0;}
#content .grid-content {list-style-type: none;}
#content .grid-content li {
	display: block;
	background: white;
	border: 1px solid #BFBFBF;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 155px;
	height: 245px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin: 12px 2px;
	font-size: 12px;
	line-height: 1.4;
	float:left;
}
.grid-content li img{
	margin-top: 5px;
	margin-bottom: 2px;
	padding-left: 3px;
	float:center;
}
.clearLeft {clear: left;}
.clearRight {clear: right;}
#main #top_fbox #container #content table{
	margin: 0;
	padding: 0;
	border: none;
}
#main #top_fbox #container #content tr td{
	margin: 0;
	padding: 0;
	border: none;
}

/* = side form 物件検索
-------------------------------------------------------------- */
#secondary .widget-container form,
#primary .widget-container form { line-height: 1.5; padding-left: 15px; padding-top: 10px; *padding-top: 0;}
#secondary .widget-container form div,
#primary .widget-container form div{ margin-bottom: 6px; }

/* = 物件リストページ
-------------------------------------------------------------- */

#main #content #list_simplepage {
	margin:0;
	padding:0;
}
#main #content #list_simplepage .list_detail table {
	margin: 0px;
	padding: 0px;
	border:none;
	font-size:12px;
}

.list_simple_box { /zoom : 1;}
.list_simple_box:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}
#main #content .list_picsam {
	float: left;
	width: 216px;
	color: black;
}
#list_simplepage .list_simple_box {
	padding: 6px;
	margin: 0 0 10px 0;
	background-color: #fefefe;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#main #content #list_simplepage .list_detail dl {
	margin: 0px;
	padding: 5px;
	font-size:12px;
}
#main #content .list_detail dt {
	display: inline;
	font-weight: normal;
	color: #333;
	padding-left: 0.5em;
}
#main #content .list_detail dd {
	display: inline;
	color: #333;
	margin: 0 0.6em 0 0.4em;
	padding: 5px;
}
#main #content .list_picsam img {
	border: 1px solid #aaa;
	background-color: #FFF;
	height: 100px;
	width: 100px;
	margin:  1px 1px 5px;
	padding: 1px;
	float: left;
}
#list_simplepage .list_details_button {
	clear:both;
	display: block;
	font-size:13px;
	font-weight:bold;
	background-color: #f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.49, #eeeeee), color-stop(0.5, #dddddd), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 49%, #dddddd 50%, #ffffff 100%);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#eeeeee',GradientType=0 ); /* ie */
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow:0px 1px 0px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	height: 24px;
	width:208px;
	border: 1px solid #999;
	margin: 0 0 3px 0;
	padding-top: 3px;
	letter-spacing: 0.1em;
}
#list_simplepage a:link,a:visited .list_details_button{ text-decoration: none; }
#list_simplepage a:hover .list_details_button{
	background-color: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.49, #ddd), color-stop(0.5, #eee), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #ffffff 0%, #ddd 49%, #eee 50%, #ffffff 100%);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f5f5f5',GradientType=0 ); /* ie */
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow:0px 1px 0px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	height: 24px;
	width:208px;
	border: 1px solid #999;
	margin: 0 0 3px 0;
	padding-top: 3px;
	letter-spacing: 0.1em;
}
#list_simplepage .list_detail {
	width: 66%;
	float: right;
	background-color: #fff;
	padding: 4px;
	margin:0;
}
#main #content #list_simplepage .list_detail table tr {
	border-bottom: 1px solid #eee;
}
#main #content #list_simplepage .list_detail table td{
	border-bottom: 1px solid #eee;
}
#main #content #list_simplepage .list_price {
	padding:5px;
	background:	-moz-linear-gradient(left, #e3e3e3, #fff);
	background:	-webkit-gradient(linear, left top, right top, from(#e3e3e3), to(#fff));
	background-color: #e3e3e3;
	line-height: 1.4;
}
#main #content #list_simplepage .list_detail .list_price tr {
	border-bottom: 1px solid #eee;
}
#main #content #list_simplepage .list_detail .list_address dd { display: block; }
#list_simplepage .entry-excerpt,#list_simplepage2 .entry-excerpt{
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 1.4;
}

/* = 物件詳細ページ
-------------------------------------------------------------- */
#main #content #list_simplepage2{
	margin:0;
	padding:0;
	}
#main #content #list_simplepage2 .list_detail table{
	margin: 0;
	border:none;
	font-size:12px;
}
#main #content #list_simplepage2 .list_simple_box{
	background-color: #EEE;
	margin-top: 1px;
	margin-bottom: 15px;
	padding: 5px;
}
#main #content #list_simplepage2 .list_simple_box .list_detail {
	width: 98%;
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	margin:0;
}
#main #content #list_simplepage2 .list_detail table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main #content #list_simplepage2 .list_picsam {
	float: left;
	width:98%;
	padding: 10px 5px;
	color: #000;
	background: #F8F8F8;
}
#main #content #list_simplepage2 .list_picsam img {
/*	display: block;	*/
	border: 1px solid #aaa;
	background-color: #fff;
	width: 97px;
	height:97px;
	margin: 5px 5px;
	padding: 1px;
}
#main #content #second_img {
	padding: 10px 0;
}
#main #content #second_img img {
	border: 1px solid #999;
	background-color: #FFF;
	width: 97px;
	height:97px;
	margin: 0 1px 0 0;
	padding: 1px;
}
#main #content #list_simplepage2 .list_price {
	line-height: 2;
	margin: 0px;
	padding: 0;
}
#main #content #list_simplepage2 .list_detail table td{line-height: 2;border-bottom: 1px solid #EEE;}
#main #content #list_simplepage2 .list_simple_box .list_detail #list_add th{
	line-height: 1.4;
	padding: 0.5em;
	margin:0;
	white-space: nowrap;
	text-align: left;
	background-color: #E3E3E3;
	color: #666;
	font-weight: normal;
	font-size:12px;
	border-bottom:1px solid #EEEEEE;
	width: 15%;
}
#main #content #list_simplepage2 .list_simple_box .list_detail #list_add td {
	line-height: 1.4;
	padding: 0.5em;
	margin:0;
	white-space: normal;
	color: #555;
	border-bottom:1px solid #EEEEEE;
}
#main #content #list_simplepage2 .list_simple_box .list_detail #list_other th{
	border-right: 1px dotted #CCC;
	border-bottom:1px solid #EEEEEE;
	background-color: #e3e3e3;
	line-height: 1.2;
	padding: 0.8em;
	margin:0;
	white-space: nowrap;
	text-align: left;
	color: #444;
	font-size:12px;
	font-weight: normal;
	width: 20%;
}
#main #content #list_simplepage2 .list_simple_box .list_detail #list_other td {
	line-height: 1.2;
	padding: 0.5em;
	margin:0;
	white-space: normal;
	width: 30%;
	border-bottom:1px solid #EEEEEE;
}
#list_simplepage2 h2.entry-title{
	font-weight: bold;
	padding: 4px 0 3px 12px;
	margin: 0px;
	display: block;
	background-color: #f8f8f8;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	border-top: 3px solid #4a535d;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;	
}
h1.page-title{
	border-bottom: 1px dotted #CCC;
	font-size: 14px;
	padding: 10px;
}
#main #content .entry-content p {
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
	margin: 0px;
}
.list_detail_bottom_info{
	font-size: 10px;
	width: 530px;
	text-align: right;
	float: right;
}
.entry-content{
	margin: 0px;
	padding: 10px;
}
.entry-content p {
	font-size: 12px;
	line-height: 1.4;
	padding-bottom: 5px;
	letter-spacing: 0.8pt;
}






@media (max-width: 1399px) {
  .mv-catch {
    font-size: 4.3vw;
  }
  h2.indexGary {
    font-size: 28px;
  }
	.pagetop-h3 {
		font-size: 27px;
	}
	ul.bg-white-chack li {
		padding: 5px 40px 5px 3.5rem;
    text-indent: -2rem;
		line-height: 1.6;
	}
	.gray-waku-img {
	  width: 36%;
	}
		.tab-wrap .nav-tabs .nav-link {
		font-size: 20px;
	}
	
}
@media (max-width: 1199px) {
  nav.top-menu ul {
    flex-wrap: wrap;
    justify-content: end;
  }
  nav.top-menu ul li a {
    font-size: 16px;
    margin: 0 7px;
  }
  .header-logo {
    width: 200px;
  }
  .mv-wrapper {
    padding-bottom: 0;
  }
  h2.indexGary {
    font-size: 26px;
  }
  .no-g-title span {
    font-size: 4vw;
  }
  .index-seminer-h3 {
    font-size: 26px;
  }
  .service-title {
    font-size: 26px;
  }
  .link-btn a span {
    font-size: 34px;
  }
  .link-btn a {
    height: 130px;
    padding-top: 20px;
  }
  .right-img.seminer-title img {
    height: 250px;
  }
  section.indexbox04 {
    padding: 100px 0 80px;
  }
  .index-seminer-h3 {
    font-size: 22px;
  }

	body.page-id-13 .index-h3 span, body.page-id-33 .index-h3 span {
		font-size: 38px;
	}
	body.page-id-13 .pagetop-h3, body.page-id-33 .pagetop-h3 {
    font-size: 25px;
  }
	.green-h4 {
		font-size: 36px;
	}
	body.page-id-13 #tab4 .tab-inner .right-img img, body.page-id-13 #tab5 .tab-inner .right-img img {
  object-position: right;
}
	.yellow-back {
		font-size: 120%;
	}
	.link-btn a span.small {
  font-size: 30px;
}
	
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .inner {
    padding: 60px 0 60px;
  }
  .header-logo {
    width: 160px;
  }
  nav.top-menu ul li a {
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 0 5px;
  }
  .top-menu .nav-link {
    padding: .5rem 8px;
  }
  .mv-name {
    font-size: 7.5vw;
  }
  .mv-txt {
    font-size: 4vw;
  }
  .index-h3 {
    font-size: 16px;
  }
  .index-h3 span {
    font-size: 34px;
    padding-right: 1rem;
  }
  .news-li .date {
    font-size: 30px;
  }
  .news-li .date span {
    font-size: 16px;
  }
  section.indexbox01 {
    padding-top: 48%;
  }
  .slick02-wrap {
    width: 70%;
    top: 20px;
    left: 0;
    max-height: 400px;
  }
  .slick02-wrap * {
    max-height: 400px;
  }
  section.indexbox06 {
    padding-top: 48%;
  }
  .slick03-wrap {
    width: 70%;
    top: 60px;
    right: 0;
    max-height: 400px;
  }
  .index-recruit-h4 {
    font-size: 40px;
  }
  .footer-nav-wrap.towbox {
    border-top: none;
  }
  .link-btn a {
    font-size: 16px;
  }
	
	.tab-wrap .nav-tabs .nav-link {
		font-size: 20px;
	}
	.tab-top {
	  padding-top: 80px;
	}
	.gray-big {
		font-size: 34px;
	}
	body.page-id-13 .pagetop-h2 span, body.page-id-33 .pagetop-h2 span, body.page-id-6428 .pagetop-h2 span {
  display: block;
}
	 body.page-id-13 .pagetop-h3, body.page-id-33 .pagetop-h3 {
    font-size: 24px;
  }
	.bg-gray-wakuwrap {
  margin-top: 100px;
}
	 .gray-waku-img {
    width: 40%;
    top: -90px;
  }
	.gray-waku-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
	.bg-gray-wakuwrap .bg-gray-waku {
  padding-top: 80px;
  width: 95%;
}
 .link-btn.smalltxt-btn a {
    padding-top: 7px;
  }	
	dl.dl-flow dd .tel, .con-wrapper .tel {
		font-size: 30px;
	}
	dl.dl-flow dt {
  font-size: 20px;
}
	ul.bg-gray-point li {
		font-size: 18px;
	}
	ul.bg-gray-check li {
		font-size: 18px;
  line-height: 1.4;
  min-height: 70px;
		padding: 3px 10px 3px 10px;
	}
	
	
	
	
}
/*--------------------------------------------
スマホ
-----------------------------------------------*/
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  nav.top-menu {
    display: none;
  }
  .header-top {
    display: none;
  }
  .header-logoarea {
    display: none;
  }
  .gmrelative01 {
    z-index: 0;
    position: static;
  }
  .sp-header {
    background: #fff;
    width: 100%;
    height: 46px;
    position: fixed;
    top: 0;
    z-index: 200;
    box-shadow: 0px 3px 5px -6px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #222;
  }
  .index-top {
    position: relative;
    padding-top: 46px;
  }
  .hamburger {
    display: block;
    position: absolute;
    z-index: 33;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 12px;
    background: #000;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 14px;
  }
  .hamburger span:nth-child(2) {
    top: 22px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 12px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .sp-header .header-logo img {
    height: 35px;
    padding: 0;
    width: auto;
    margin-top: 3px;
    vertical-align: baseline;
    margin-left: 10px;
  }
  nav.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 20;
    color: #fff;
    background: #009044;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    padding: 46px 0 0;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
  }
  nav.globalMenuSp ul li.header-tel {
    font-size: 20px;
    font-weight: bold;
  }
  nav.globalMenuSp ul li.header-mail {
    font-size: 18px;
    font-weight: 500;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 9px 20px;
    ;
    text-decoration: none;
    text-align: left;
    background: #009044;
  }
  nav.globalMenuSp ul li img {
    width: 40px;
    margin-right: 10px;
  }
  .top-menu-inner .nav-title {
    border-left: none;
  }
  .top-menu-inner.bd-right .nav-title {
    border-right: none;
  }
  nav.globalMenuSp.active {
    transform: translateY(0%);
    z-index: 100;
  }
  .globalMenuSp ul.header-nav li a {
    margin: 0 7px;
    padding: 5px 15px 5px 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }
  ul.header-nav {
    margin-top: 0;
  }
  .globalMenuSp .top-menu-inner a .nav-title {
    margin: 0;
  }
  nav.globalMenuSp .header-nav li a {
    width: auto;
    color: #fff;
    padding: 0 0 0 40px;
    line-height: 42px;
    margin: 0;
    font-size: 21px;
    display: inline;
  }
  .globalMenuSp .header-nav {
    display: block;
    margin-top: 20px;
  }
  .top-menu-inner a {
    display: block;
  }
  nav.globalMenuSp ul li.parent a {
    position: relative;
  }
  nav.globalMenuSp ul li.parent a::after {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    font-weight: 900;
  }
  nav.globalMenuSp ul li.parent a.collapsed::after {
    content: '\f078';
  }
  .sp-nav-btn {
    display: flex;
    justify-content: space-between;
  }
  .sp-nav-btn div {
    width: 100%;
    text-align: center;
  }
  .sp-nav-btn a {
    display: block;
    background: #002B73;
    padding: 10px 0;
    color: #fff;
  }
  .sp-nav-btn a:first-child {
    border-right: 1px solid #fff;
  }
  nav.globalMenuSp ul li.child a::before {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #29ABE2;
    margin-right: 10px;
    font-weight: 900;
  }
  nav.globalMenuSp ul li.child a.collapsed::before {
    content: '\f078';
  }
  nav.globalMenuSp ul li.link a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #29ABE2;
    margin-right: 10px;
  }
  nav.globalMenuSp ul li.g-child a::before {
    content: '- ';
    font-size: 20px;
    color: #fff;
  }
  nav.globalMenuSp ul li.child a, nav.globalMenuSp ul li.link a {
    padding-left: 2rem;
  }
  nav.globalMenuSp ul li.g-child a {
    padding-left: 2rem;
  }
  /*共通*/
  .inner {
    padding: 45px 0 45px;
  }
  .inner-bottom {
    padding: 0 0 45px;
  }
  /*メインビジュアル*/
  .mv-wrapper {
    height: auto;
  }

  .main-img img {
    width: 100%;
    height: auto;
  }

  .mv-txt {
    font-size: 6vw;
    margin-top: 25px;
  }
  /*トップページ*/
  .news-li a {
    flex-wrap: wrap;
    padding: 15px 5px 15px;
  }
  .news-li .title {
    width: 100%;
    padding-top: 10px;
  }
  .news-li .date {
    font-size: 22px;
    padding-right: 20px;
    margin-right: 20px;
  }
  news-li .date span {
    font-size: 14px;
  }
  .news-li .cat {
    font-size: 13px;
    margin-right: 0;
    min-height: 25px;
    padding: 3px 15px;
  }
  .no-g-wrap img {
    height: 300px;
    transition: transform .6s ease;
    transform: scale(1.005);
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
  }
  .no-g-title span {
    font-size: 34px;
  }
  .no-g-title {
    font-size: 16px;
  }
  section.indexbox04 {
    padding: 60px 0 45px;
  }
  .seminer-wrap {
    padding: 60px 30px 30px;
  }
  .footer-name {
    font-size: 26px;
  }
  .indexboxBack {
    height: 300px;
  }
	body:not(.home) main {
    padding-top: 46px;
}
	.pagetop-h2 span {
  font-size: 32px;
  margin-right: 20px;
}
	.tab-wrap .nav {
		flex-wrap: wrap;
	}
	.tab-wrap .nav-item {
		width: 50%;
	}
	.tab-wrap .nav-item:nth-child(1), .tab-wrap .nav-item:nth-child(2), .tab-wrap .nav-item:nth-child(4){
		border-right: 1px solid #222;
		border-bottom: 1px solid #222;
	}
	.tab-wrap .nav-item:nth-child(3){
		border-bottom: 1px solid #222;
	}
	.tab-inner .right-img img {
  height: 200px;
}
	.tab-top {
  height: auto;
  padding-top: 230px;
  padding-bottom: 30px;
}
	 .tab-wrap .nav-tabs .nav-link {
    font-size: 18px;
    padding: 5px 5px;
    line-height: 40px;
  }
	.tab-wrap .nav-link {
  height: 50px;
}
	.tab-wrap .container {
  padding: 0;
}
.pagetop-h3 {
    font-size: 27px;
  }	
	
	.right-img {
	  width: 80%;
	  height: 200px;
	}
	.bgextend03 {
	  height: 200px;
	}
	.right-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
	 .gray-big {
    font-size: 28px;
  }
	dl.company-dl {
    display: block;
		padding: 10px 10px;
  }
	dl.company-dl dt {
  width: 100%;
		text-align: left;
	}
	dl.company-dl dd {
		font-size: 16px;
	}
	.co-name {
	  font-size: 26px;
	}
	.tab-inner .left-img{
		height:200px;
		width: 80%;
	}
	.tab-inner .left-img img{
		height:200px;
	}
.tab-inner {
  padding: 0 0 60px;
}
	ul.bg-white-inline li {
		font-size: 150%;
	}
	.green-h4 {
    font-size: 28px;
  }
	
	ul.bg-gray-point li {
  font-size: 18px;
  line-height: 1.4;
		padding: 3px 10px 3px 10px;
	}
.pagetop-h3-green {
	font-size: 24px;
	}
	 dl.dl-flow dt {
    font-size: 16px;
	padding: 3px 5px;
  }
	.bg-d-gray {
		padding: 3px 10px;
	}
.bg-gray-waku ul.shintaku {
  line-height: 1.5;
}
	dl.shintaku-dl {
  line-height: 1.6;
	padding-left: 0;
}
	h5.shintaku-h5 {
  font-size: 18px;
}
	.minkanitaku {
		padding: 10px 15px;
	}
	ul.check li {
  line-height: 1.6;
}
	h4.shinkoku-h4 a {
  font-size: 15px;
}
	table.basic-table th {
	  padding: 5px;
	}
	.wpcf7-spinner {
		display: block;
	}
	.matsuoblog-wrapper, .staffblog-wrapper {
		padding: 10px;
	}
	
	h3.bd-h4 {
  margin-top: 40px;
  font-size: 18px;
}
	.voice-wrap h4.bg-d-gray-h4 {
  font-size: 18px;
}
	
}
@media (max-width: 575px) {
  .main-txt {
    left: 5%;
  }
  .mv-txt {
    font-size: 8vw;
  }
  .mv-catch {
    font-size: 5vw;
  }
  .mv-name {
    font-size: 12vw;
  }
  .link a {
    font-size: 14px;
  }
  .link .icon {
    width: 35px;
    height: 35px;
    margin-left: 7px;
    line-height: 35px;
  }
  .index-h3 span {
    font-size: 30px;
    padding-right: 5px;
  }
  .slick02-wrap {
    width: 80%;
  }
  section.indexbox01 {
    padding-top: 58%;
  }
  .slick02 li {
    padding: 0 5px;
  }
  .slick03-wrap {
    width: 80%;
  }
	.bgextend03 {
	  height: 200px;
	}
  section.indexbox06 {
    padding-top: 58%;
  }
  .slick03 li {
    padding: 0 5px;
  }
  h2.indexGary {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .service-title {
    font-size: 22px;
    width: 200px;
  }
  .no-g-wrap img {
    height: 200px;
  }
  .no-g-title span {
    font-size: 30px;
  }
  .link-btn a span {
    font-size: 30px;
  }
  .right-img.seminer-title {
    width: 85%;
	  top: -110px;
  }
  .seminer-title-txt p {
    line-height: 1.4;
  }
  .seminer-title-txt {
    left: 15px;
    bottom: 15px;
    width: 92%;
  }
  .index-seminer-h3 {
    font-size: 18px;
  }
  .link-gray-btn a {
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    padding-left: 30px;
  }
  .link-gray-btn a::before {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
	 .seminer-wrap {
    padding: 40px 30px 30px;
  }
  .index-recruit-h4 {
    font-size: 34px;
  }
  .indexboxBack {
    height: 200px;
  }
  .footer-mail a {
    padding: 10px 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
	.footer-mail a::before {
  height: 35px;
  width: 35px;
		line-height: 35px;
	}
  .footer-tel {
    font-size: 16px;
  }
  footer .office-name {
    font-size: 17px;
  }
	 .gray-big {
    font-size: 26px;
  }
	.cpta-wtap .co-img {
  width: 70%;
  margin: 0 auto 20px;
}
	.co-name {
  text-align: center;
}
	.co-touroku {
  text-align: center;
}
	 ul.bg-white-chack li {
		 padding: 5px 20px 5px 3rem;
		 font-size: 18px;
	}
	ul.bg-white-li li {
  padding: 5px 15px 5px 15px;
  font-size: 16px;
}
	 .green-h4 {
    font-size: 23px;
  }
	 .gray-waku-img img {
    height: 120px;
  }
	.gray-waku-img {
		width: 55%;
	}
	 .bg-gray-wakuwrap .bg-gray-waku {
		 padding: 40px 10px 10px 10px;
	}
	.bg-gray-waku ul.bg-gray-point li {
	  min-height: auto;
	  padding: 5px 0;
	}
	ul.bg-white-inline {
		gap: 5px;
	}
	 ul.bg-white-inline li {
    font-size: 120%;
  }
	h4.bg-d-gray-h4 {
		font-size: 18px;
	}
	.footer-mail.in-main a {
	  width: 100%;
	}
	 .bg-d-gray {
    padding: 3px 7px;
    margin-left: 5px;
  }
	ul.inher2-stand {
		display: block;
	}
	ul.inher2-stand li.green {
  display: block;
		width: 100%;
	}
	 ul.bg-gray-point li {
		 font-size: 16px;
	}
	 .pagetop-h3 {
    font-size: 18px;
  }
	.bg-gray-waku {
  padding: 10px;
}
	 ul.bg-gray-check li {
		 font-size: 16px;
	}
	.fap-inner {
  padding: 0;
}
	body.page-id-31 .sub-title-gray {
		padding: 5px 7px;
	}
	#contactTab.nav-tabs .nav-item .nav-link {
  line-height: 1.3;
}
	.con-wrapper .f-18 {
  font-size: 16px;
}
	table.basic-table.contact-table th, table.basic-table.contact-table td {
  display: block;
  width: 100%;
}
	table.basic-table.contact-table td {
	padding: 5px;
	}


}

/* ========================================
   物件詳細ページ（single-fudo.php）
======================================== */
.single-fudo #container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.single-fudo #content {
  background: #fff;
}

/* 物件タイトル */
.single-fudo .entry-title {
  font-size: 28px;
  font-weight: bold;
  color: #003a0f;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #003a0f;
}

/* 物件情報テーブル */
.single-fudo table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #fff;
}

.single-fudo table th {
  background: #f5f5f5;
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #e0e0e0;
  width: 25%;
  color: #333;
}

.single-fudo table td {
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

/* 価格表示を目立たせる */
.single-fudo table tr:has(th:contains("賃料")),
.single-fudo table tr:has(th:contains("価格")) {
  background: #fffbf0;
}

.single-fudo table tr:has(th:contains("賃料")) td,
.single-fudo table tr:has(th:contains("価格")) td {
  font-size: 24px;
  font-weight: bold;
  color: #003a0f;
  background: #fffbf0;
}

/* シェアボタンエリア */
.single-fudo .sharebutton {
  margin: 30px 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.single-fudo .sharebutton a {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.single-fudo .sharebutton a:hover {
  opacity: 0.8;
}

/* 重複シェアボタンを非表示 */
.single-fudo .sharebutton:not(:first-of-type) {
  display: none;
}

/* 設備・条件エリア */
.single-fudo .setsubi_dat {
  display: inline-block;
  margin: 5px;
  padding: 5px 12px;
  background: #e8f5e9;
  border-radius: 4px;
  font-size: 14px;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

/* 物件画像ギャラリー */
.single-fudo .fudou-gallery {
  margin: 30px 0;
}

.single-fudo .fudou-gallery img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin: 10px 0;
}

/* 地図エリア */
.single-fudo .fudou-map {
  margin: 30px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* コンテンツエリア */
.single-fudo .entry-content {
  line-height: 1.8;
  margin: 30px 0;
  padding: 20px;
  background: #fafafa;
  border-radius: 8px;
}

/* お問い合わせボタンエリア */
.single-fudo .contact-area {
  text-align: center;
  margin: 40px 0;
  padding: 30px;
  background: linear-gradient(135deg, #003a0f 0%, #005a1a 100%);
  border-radius: 10px;
}

.single-fudo .contact-area h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.single-fudo .contact-area a {
  display: inline-block;
  padding: 15px 40px;
  background: #fff;
  color: #003a0f;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}

.single-fudo .contact-area a:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .single-fudo #container {
    padding: 20px 10px;
  }

  .single-fudo .entry-title {
    font-size: 22px;
  }

  .single-fudo table th,
  .single-fudo table td {
    display: block;
    width: 100%;
  }

  .single-fudo table th {
    border-bottom: none;
  }

  .single-fudo table td {
    border-top: none;
    margin-bottom: 15px;
  }

  .single-fudo table tr:has(th:contains("賃料")) td,
  .single-fudo table tr:has(th:contains("価格")) td {
    font-size: 20px;
  }
}

/* ========================================
   賃貸物件カード（front-page.php）
======================================== */
.fudou-bukken-list {
  margin-top: 20px;
}

.bukken-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bukken-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.bukken-thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bukken-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.bukken-card:hover .bukken-thumb img {
  transform: scale(1.05);
}

.bukken-content {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bukken-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
}

.bukken-price {
  margin-bottom: 10px;
  font-size: 18px;
  color: #003a0f;
}

.bukken-price strong {
  font-weight: 700;
}

.bukken-info {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.bukken-madori,
.bukken-menseki {
  display: inline-block;
  padding: 3px 10px;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 13px;
  color: #666;
}

.bukken-access {
  font-size: 14px;
  color: #666;
  margin-top: auto;
}

.bukken-access i {
  margin-right: 5px;
  color: #003a0f;
}

@media (max-width: 767px) {
  .bukken-thumb {
    height: 180px;
  }

  .bukken-title {
    font-size: 15px;
  }

  .bukken-price {
    font-size: 16px;
  }
}


.point-badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #333;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
}




/* =========================================
   お問い合わせセクションのカスタムCSS
========================================= */

/* --- 全体の余白調整 --- */
.contact-section {
  padding: 60px 0; /* 上下の余白を広めに */
}

/* --- 左右分割レイアウト（PC向け） --- */
@media (min-width: 768px) {
  .contact-flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 上下中央揃え */
    gap: 40px; /* 左右の間の余白 */
  }

  .contact-left {
    flex: 1; /* 左側の幅を可変に */
    max-width: 55%; /* 左側の最大幅を制限 */
  }

  .contact-right {
    flex: 1; /* 右側の幅を可変に */
    max-width: 450px; /* カードの最大幅を指定 */
  }
}

/* --- 左側：チェックリストの装飾 --- */
.contact-check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.contact-check-list li {
  position: relative;
  padding-left: 30px; /* アイコン分の余白 */
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
}

/* チェックマークアイコン（CSSで描画） */
.contact-check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px; /* 位置調整 */
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23198754' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E"); /* 緑色のチェックアイコンSVG */
  background-size: contain;
  background-repeat: no-repeat;
}

/* 説明文の余白調整 */
.contact-description {
  margin-bottom: 0; /* PCでは下の余白をなくす */
}

/* --- 右側：白いカードの装飾 --- */
.contact-card {
  padding: 40px 30px;
  border-radius: 12px; /* 角丸 */
  box-shadow: 0 10px 25px rgba(0,0,0,0.1); /* ふんわりした影 */
  text-align: center;
}

/* 電話番号の強調 */
.contact-card .tel a {
  font-size: 1.8rem; /* サイズを大きく */
  color: #333; /* 色を濃く */
  font-weight: 700;
}

/* --- カード内のボタン調整 --- */
/* 既存の .footer-mail のスタイルをカード内で上書き */
.footer-mail.in-card {
  margin-top: 30px;
}

.footer-mail.in-card a {
  display: flex; /* アイコンとテキストを横並び中央揃え */
  justify-content: center;
  align-items: center;
  width: 100%; /* カード幅いっぱいに */
  padding: 15px 20px;
  /* 既存の緑色背景が適用されている前提ですが、もしなければ以下を追加 */
  /* background-color: #198754; */
  /* color: #fff; */
  border-radius: 50px; /* 丸みのあるボタンに */
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-mail.in-card a:hover {
  opacity: 0.8;
}

/* --- スマホ向けの調整（768px未満） --- */
@media (max-width: 767px) {
  .contact-section {
    padding: 40px 0;
  }
  
  .contact-flex-wrapper {
    flex-direction: column; /* 縦並びにする */
  }

  .contact-left {
    margin-bottom: 40px; /* カードとの間に余白 */
  }
  
  .contact-right {
    width: 100%; /* カードを横幅いっぱいに */
  }
  
  .contact-card .tel a {
    font-size: 1.5rem; /* スマホでは電話番号を少し小さく */
  }
}




/* 見出し全体のスタイル */
.stylish-heading {
    /* 左側の太い縦線（ここを好きな赤色に変更できます） */
    border-left: 8px solid #d1722e; 
    
    /* 文字と線の間隔 */
    padding-left: 15px;
    
    /* 下線（薄いグレー） */
    border-bottom: 1px solid #ddd;
    
    /* 下の余白 */
    padding-bottom: 10px;
    margin-bottom: 30px;
    
    /* フォントをモダンなゴシック体に */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.2;
}

/* 英語サブタイトルのスタイル */
.stylish-heading .subtitle {
    display: block; /* 改行して下に表示 */
    font-size: 14px; /* 文字を小さく */
    color: #666; /* 文字色をグレーに */
    font-weight: normal; /* 太字を解除 */
    margin-top: 5px; /* 上との間隔 */
}






.m-style-10 {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 1.65rem;
      font-weight: 700;
      letter-spacing: 0.01em;
      padding: 6px 0;
      border-bottom: 1px solid #eee;
      font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
  .m-style-10::before {
      content: '';
      width: 1em;
      height: 1em;
      display: inline-block;
      flex: none;
      --orange-dark: #FF8A24;
      --green: #6FAF7A;
      --cell: 0.3em;
      --gap: 0.03em;
      background:
          linear-gradient(var(--orange-dark) 0 0) 0 0 / var(--cell) var(--cell) no-repeat,
          linear-gradient(var(--orange-dark) 0 0) calc(var(--cell) + var(--gap)) 0 / var(--cell)
  var(--cell) no-repeat,
          linear-gradient(var(--orange-dark) 0 0) 0 calc(var(--cell) + var(--gap)) / var(--cell)
  var(--cell) no-repeat,
          linear-gradient(var(--green) 0 0) calc(var(--cell) + var(--gap)) calc(var(--cell) +
  var(--gap)) / var(--cell) var(--cell) no-repeat;
      transform: translateY(1px);
  }
  .m-style-10 .m-style-10-tag {
      font-size: 0.85em;
      color: #f4a36a;
      font-weight: 500;
      margin-right: 0.15em;
  }
