@charset "UTF-8";
/*
Theme Name: Aoba Lowoffice
*/
@import url("fontawesome/css/all.css");
/* CSS Document */
.body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.wf-roundedmplus1c {
  font-family: "M PLUS Rounded 1c";
}

.kougi-maru {
  font-family: "Kosugi Maru";
}

.wrapper {
  overflow: hidden;
  position: relative;
  height: auto;
  width: auto;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gmap iframe {
  width: 100%;
}

.text-green_01 {
  color: #287A40;
}

.text-green_02 {
  color: #64AA44;
}

.text-brown {
  color: #735D09;
}

.text-orange {
  color: #FF9900;
}

.text-border-green {
  text-shadow: 4px 4px 4px #64AA44, -4px 4px 4px #64AA44, 4px -4px 4px #64AA44, -4px -4px 4px #64AA44;
}

.bg-pink {
  background-image: url("images/bg_pink.jpg");
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-size: cover;
}

.bg-blue {
  background-image: url("images/bg_blue.jpg");
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-size: cover;
}

.bg-yellow {
  background-image: url("images/bg_yellow.jpg");
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-size: cover;
}

.bg-green {
  background-image: url("images/bg_green.jpg");
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-size: cover;
}

.bg-green_01 {
  background-color: #287A40;
}

.bg-green_02 {
  background-color: #64AA44;
}

.bg-green_03 {
  background-color: #A7D86C;
}

.bg-green_04 {
  background-color: #DCF5BF;
}

a {
  text-decoration: none;
  color: #287A40;
}

.ellipse-link {
  display: inline-block;
  width: 240px;
  font-size: 1.2rem;
  line-height: 50px;
  color: #287A40;
  background-color: white;
  border: 2px solid #287A40;
  border-radius: 100vh;
  text-align: center;
  transition: all 0.4s ease-out;
}
.ellipse-link::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f04b";
  padding-right: 30px;
}
.ellipse-link:hover {
  border-color: transparent;
  color: #fff;
  box-shadow: 0 5px 10px rgba(130, 130, 130, 0.7);
  background-color: #735D09;
  transform: translateY(-5px);
}

@media (max-width: 575px) {
  .ellipse-link {
    width: 200px;
    font-size: 1.1rem;
    line-height: 36px;
  }
  .ellipse-link::before {
    padding-right: 20px;
  }
}
.common-btn {
  display: inline-block;
  background-color: white;
  border: 5px solid #A7D86C;
  transition: all 0.4s ease-out;
  line-height: 25px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.common-btn:hover {
  border-color: transparent;
  background-color: #735D09;
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(130, 130, 130, 0.7);
}

table tbody th, table tbody td {
  padding: 0.5rem;
  border: 1px solid #64AA44;
  border-collapse: collapse;
}
table tbody th {
  background-color: #DCF5BF;
  color: #64AA44;
  font-weight: normal;
}

.office-tbl table {
  table-layout: unset !important;
}
.office-tbl table tbody th, .office-tbl table tbody td {
  padding: 0.5rem !important;
  border: 1px solid #64AA44 !important;
  border-collapse: collapse !important;
}
.office-tbl table tbody th,
.office-tbl table tbody td:first-of-type {
  background-color: #DCF5BF !important;
  color: #64AA44 !important;
  font-weight: normal !important;
}

.pc-none {
  display: none !important;
}

@media (max-width: 991px) {
  .pc-none {
    display: block;
  }
}
.sp-none {
  display: block;
}

@media (max-width: 991px) {
  .sp-none {
    display: none !important;
  }
}
/***********
 アニメーション
***********/
.anim-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

header.site-header {
  position: relative;
}
header.site-header .site-logo {
  width: 310px;
}
header.site-header .header-contact {
  /*position: absolute;
  right: var(--bs-gutter-x, .75rem);
  top: 0px;
  right: 0px;*/
  line-height: 1.5em;
}
header.site-header .header-contact .phone-no {
  font-size: 2.5rem;
  font-weight: bold;
}
header.site-header .header-contact .phone-no i {
  margin-right: 5px;
}
header.site-header .header-contact .phone-no span {
  color: #64AA44;
}
header.site-header .menu-area {
  background-image: url("images/bg_menu.jpg");
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
}
header.site-header .menu-area .main-menu a {
  font-family: "Kosugi Maru";
  color: #64AA44;
  text-decoration: none;
  height: 60px;
  transition: 0.7s;
  font-size: 1.2rem;
}
header.site-header .menu-area .main-menu a span {
  position: relative;
  padding-left: 30px;
}
header.site-header .menu-area .main-menu a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("images/leaf_01.png");
  background-size: 25px 22px;
  background-repeat: no-repeat;
  transition: 0.5s;
}
header.site-header .menu-area .main-menu a:hover {
  color: green_01;
}
header.site-header .menu-area .main-menu a:hover span::before {
  top: -5px;
}
header.site-header .menu-area .phone-link {
  display: none;
}

.fixed-header {
  position: fixed !important;
  top: -300px;
  left: 0;
  z-index: 60;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.fixed-header.is-show {
  background-color: rgba(255, 255, 255, 0.8);
  top: 0px;
}

@media (max-width: 991px) {
  header.fixed-header {
    display: none;
  }
  header.site-header .header-contact {
    display: none;
  }
  .main-menu {
    display: block;
    position: fixed;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 120;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("images/bg_menu.jpg");
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
  }
  .main-menu ul {
    width: 75%;
    padding: 10px;
  }
  .main-menu ul li {
    display: block;
    width: 100%;
  }
  .menu-toggle {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    top: 26px;
    right: 5px;
    z-index: 150;
    padding: 4px;
    border: 2px solid #287A40;
    background-color: white;
    cursor: pointer;
  }
  .menu-toggle div {
    position: relative;
  }
  .menu-toggle div span {
    display: block;
    position: absolute;
    height: 2px;
    background: #287A40;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out;
  }
  .menu-toggle div span:nth-child(1) {
    top: 4px;
  }
  .menu-toggle div span:nth-child(2) {
    top: 13px;
  }
  .menu-toggle div span:nth-child(3) {
    top: 22px;
  }
  .menu-toggle .open span:nth-child(1) {
    top: 14px;
    transform: rotate(135deg);
  }
  .menu-toggle .open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .menu-toggle .open span:nth-child(3) {
    top: 14px;
    transform: rotate(-135deg);
  }
  .phone-link {
    display: block !important;
    position: absolute;
    top: 5px;
    right: 70px;
    z-index: 150;
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  header.site-header .site-logo {
    width: 180px;
  }
  header.site-header .menu-toggle {
    top: 16px;
  }
  header.site-header .phone-link {
    display: block !important;
    position: absolute;
    top: -5px;
    right: 64px;
    z-index: 150;
    font-size: 2rem;
  }
}
.footer-content {
  background-image: url("images/bg_menu.jpg");
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
.footer-content .office-info {
  border: 5px solid #A7D86C;
  background-color: white;
  padding: 2rem;
}
.footer-content .office-info .phone-no {
  color: #64AA44;
}
.footer-content .office-info .phone-no a {
  font-weight: bold;
  color: #64AA44;
}
.footer-content .footer-menu ul li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.footer-content .footer-menu ul li a {
  font-size: 1.25rem;
}
.footer-content .external-link {
  width: 100%;
}
.footer-content .external-link ul li {
  margin-bottom: 0.5rem;
}
.footer-content .external-link ul li a {
  text-align: center;
  display: block;
  padding: 1rem;
  border: 5px solid #A7D86C;
  background-color: white;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.4s ease-out;
}
.footer-content .external-link ul li a:hover {
  background-color: #735D09;
  color: white;
}
.footer-content .external-link ul li:last-child {
  margin-bottom: 0;
}

.to-page-top {
  position: fixed;
  right: -300px;
  bottom: 20px;
  z-index: 30;
  display: block;
  font-size: 2rem;
}
.top-border-grass {
  position: relative;
}
.top-border-grass::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url("images/border_grass.png");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center center;
}

.title-reaf {
  height: 89px;
  background-image: url("images/leaf_01.png");
  background-position: center center;
  background-size: 100px 89px;
  background-repeat: no-repeat;
}

ul.check-list {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
ul.check-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
ul.check-list li::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -4px;
  left: 0px;
  color: #A7D86C;
  font-size: 1.6rem;
}

.border-brown {
  border-color: #735D09 !important;
  padding-bottom: 0.5rem;
}

.title-bg-01 {
  padding-left: 1em;
  padding-bottom: 40px;
  background-image: url("images/title-bg-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}

@media (max-width: 575px) {
  .title-bg-01 {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 20px;
  }
}
.title-bg-02 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-bottom: 40px;
  background-image: url("images/title-bg-02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media (max-width: 575px) {
  .title-bg-02 {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 20px;
  }
}
.left-leaf, .right-leaf {
  position: relative;
}
.left-leaf::after, .right-leaf::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.left-leaf::after {
  left: -200px;
  background-image: url("images/leaf_03.png");
}

.right-leaf::after {
  right: -200px;
  background-image: url("images/leaf_04.png");
}

.page-title {
  position: relative;
  height: 250px;
  width: 100%;
  background-color: white;
}
.page-title h1 {
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  color: #287A40;
  position: relative;
  z-index: 5;
}
.page-title::before, .page-title::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-title::before {
  content: "";
  left: 0;
  background-image: url("images/page_title_left.png");
  background-position: bottom left;
}
.page-title::after {
  content: "";
  left: 0;
  background-image: url("images/page_title_right.png");
  background-position: top right;
}

.leaf-title {
  position: relative;
  padding-left: 55px;
}
.leaf-title::before {
  content: "";
  position: absolute;
  width: 47px;
  height: 42px;
  top: 0;
  left: 0;
  background-image: url("images/leaf_02.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.leaf-title-02 {
  position: relative;
  padding-left: 55px;
}
.leaf-title-02::before {
  content: "";
  position: absolute;
  width: 47px;
  height: 42px;
  top: -5px;
  left: 0;
  background-image: url("images/leaf_01.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.flow-list {
  counter-reset: my-counter;
}
.flow-list .leaf-title::before {
  opacity: 0.4;
}
.flow-list .leaf-title::after {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  width: 47px;
  height: 42px;
  top: -5px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #64AA44;
  font-size: 2.8rem;
  font-weight: bold;
  text-shadow: 2px 2px 0px white;
}

.w-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section-box {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.info-list-box, .info-data {
  border-bottom: 1px solid #64AA44;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.info-list-box .eyecatch, .info-data .eyecatch {
  display: flex;
  width: 200px;
  height: 200px;
  min-width: 200px;
  min-height: 200px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.info-list-box .eyecatch img, .info-data .eyecatch img {
  transition-duration: 0.7s;
  transform: scale(0.8);
}
.info-list-box .eyecatch:hover img, .info-data .eyecatch:hover img {
  transform: scale(1.1);
}
.info-list-box p, .info-list-box time, .info-data p, .info-data time {
  font-size: 1.2rem;
}
.info-list-box .info-list-btn, .info-data .info-list-btn {
  text-align: right;
}
.info-list-box:last-of-type, .info-data:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.info-data .eyecatch {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
  min-height: 120px !important;
}
.info-data .eyecatch img {
  transform: scale(0.5);
}
.info-data .eyecatch:hover img {
  transform: scale(0.8);
}

@media (max-width: 575px) {
  .info-list-box .eyecatch, .info-data .eyecatch {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
  .info-list-box .eyecatch img, .info-data .eyecatch img {
    transform: scale(0.4);
  }
  .info-list-box .eyecatch:hover img, .info-data .eyecatch:hover img {
    transform: scale(0.7);
  }
  .info-list-box p, .info-list-box time, .info-data p, .info-data time {
    font-size: 1.1rem;
  }
  .info-list-box .info-list-btn, .info-data .info-list-btn {
    text-align: center;
  }
  .info-data .eyecatch {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
  }
}
/* ページネーション */
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pagination .wp-pagenavi .page-numbers {
  padding: 5px 10px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #DCF5BF;
  border-radius: 3px;
}
.pagination .wp-pagenavi .page-numbers.current {
  background-color: #735D09;
  color: white;
}
.pagination .wp-pagenavi a.page-numbers {
  color: #287A40;
}
.pagination .wp-pagenavi a.page-numbers:hover {
  background-color: #287A40;
  color: white;
}

.main-visual {
  position: relative;
}
.main-visual p {
  position: absolute;
  width: 990px;
  height: 120px;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
}
.main-visual p.msg01 {
  top: 30%;
}
.main-visual p.msg02 {
  top: 65%;
}
.main-visual .swiper-slide img {
  display: block;
  width: 100%;
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .main-visual p {
    width: 80%;
    height: auto;
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .main-visual p {
    width: 95%;
    font-size: 1.35rem;
  }
  .main-visual .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bg-greeting {
  background-image: url("images/bg_greeting.jpg");
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
  background-size: cover;
}

.intro-wrpapper {
  display: grid;
  max-width: 1200px;
  margin: auto;
  grid-template-columns: auto auto;
  grid-template-rows: masonry;
}
.intro-wrpapper .intro-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  min-height: 260px;
  background-image: url("images/waku_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 1.8rem;
  font-family: "Kosugi Maru";
}
.intro-wrpapper .intro-box:nth-child(odd) {
  margin-bottom: 130px;
}
.intro-wrpapper .intro-box:nth-of-type(even) {
  margin-top: 130px;
}
.intro-wrpapper .intro-01 {
  background-image: url("images/waku_01.png");
}
.intro-wrpapper .intro-02 {
  background-image: url("images/waku_02.png");
}
.intro-wrpapper .intro-03 {
  background-image: url("images/waku_03.png");
}
.intro-wrpapper .intro-04 {
  background-image: url("images/waku_04.png");
}

@media (max-width: 991px) {
  .intro-wrpapper {
    max-width: 750px;
  }
  .intro-wrpapper .intro-box {
    min-width: 300px;
    min-height: 173px;
    font-size: 1.3rem;
  }
  .intro-wrpapper .intro-box:nth-child(odd) {
    margin-bottom: 87px;
  }
  .intro-wrpapper .intro-box:nth-of-type(even) {
    margin-top: 87px;
  }
}
@media (max-width: 767px) {
  .intro-wrpapper {
    display: grid;
    max-width: auto;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 20px;
  }
  .intro-wrpapper .intro-box {
    min-width: 300px;
  }
  .intro-wrpapper .intro-box:nth-child(odd) {
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .intro-wrpapper .intro-box:nth-of-type(even) {
    margin-top: 0;
    margin-left: 4rem;
  }
}
.field-title {
  height: 133px;
  min-width: 149px;
  background-image: url("images/leaf_02.png");
  background-position: center center;
  background-size: 149px 133px;
  background-repeat: no-repeat;
}

a.field-other {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background-image: url("images/bg-other.jpg");
  background-position: center center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  transition: all 0.5s;
}
a.field-other:hover {
  box-shadow: 0 5px 10px rgba(130, 130, 130, 0.7);
  transform: scale(1.05);
}

@media (max-width: 575px) {
  a.field-other {
    width: 120px;
    height: 120px;
  }
  a.field-other .field-title {
    height: 67px;
    min-width: 75px;
    background-size: 75px 67px;
  }
}
.next-freesession {
  border-collapse: collapse;
}

@media (max-width: 575px) {
  .next-freesession th, .next-freesession td {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */