/*
Theme Name:	wp-aoba2024
Description: 税理士法人あおば
Author:mrri
*/



.row::before, .row::after {
  display: none;
}
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: #009044;
}
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: #009044;
  -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: #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-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, #009044, #003a0f);
  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: #009044;
  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 #009044;
  font-size: 20px;
}
#page-top a:hover {
  text-decoration: none;
  background: #009044;
  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: #DFF6E2;
	background-image:url(/wp-content/themes/wp-aoba2024/img/logo.png);
	background-repeat:no-repeat;
	background-position:center center;
    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: #009044;
	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;
}

.tab-top {
  height: 460px;
  padding-top: 100px;
}
.pagetop-h3 {
 font-size: 32px;
  line-height: 2.2;
  font-weight: bold;
}
.gray-big {
  font-size: 46px;
  font-weight: bold;
}
.bg-gray {
  background: #f2f2f2;
}
.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: #49A418;
    background: #fff;
}
#testSearch #testSearchInput{
	width:100%;
}

.side-midashi{
	margin-top:20px;
	border-bottom:2px solid #49A418;
	color:#49A418;
	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: #49A418;
}

.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;
}




@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: 120.7729468599vw;
  }
  .main-img img {
    width: 100%;
    height: 120.7729468599vw;
  }
  .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;
	}
	
	
}