/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7.use[3]!./sass/style.sass ***!
  \****************************************************************************************************************************************************************************************************************************/
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
.header-navbar {
  padding-left: 40px;
  background-color: #fff;
  height: 88px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 2000;
  transition: 0.3s ease;
}
.header-navbar .header-logo a img {
  height: 64px;
}
.header-nav-wrap {
  display: flex;
  height: 100%;
  padding-right: 40px;
}
.header-nav-wrap .header-nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
}
.header-nav-wrap .header-nav li {
  height: 100%;
  position: relative;
}
.header-nav-wrap .header-nav li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #333333;
  transition: 0.3s ease;
}
.header-nav-wrap .header-nav li a:hover {
  color: #009F4F;
}
.header-nav-wrap .header-nav li a.parent {
  position: relative;
}
.header-nav-wrap .header-nav li a.parent::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/icons/nav-arrow-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.header-nav-wrap .header-nav li a.parent:hover::before {
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/icons/nav-arrow-green.svg");
}
.header-nav-wrap .header-nav li .uk-dropdown {
  padding: 0 15px;
  min-width: 170px;
}
.header-nav-wrap .header-nav li .uk-dropdown li {
  border-bottom: 1px solid #009F4F;
}
.header-nav-wrap .header-nav li .uk-dropdown li:last-child {
  border-bottom: none;
}
.header-nav-wrap .header-nav li .uk-dropdown li a {
  width: 100%;
  padding: 10px 0;
}
.header .contact-btn {
  width: 227px;
  background-color: #C86085;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 10px;
}
.header .contact-btn:hover img {
  transform: rotateZ(-14deg);
}
.header .contact-btn img {
  transition: 0.3s ease;
}
.header .contact-btn p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 22px;
}
.header .offbtn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  align-items: center;
  height: 48px;
  z-index: 4000;
  background-color: #009F4F;
}
.header .offbtn .offbutton {
  position: relative;
  height: 100%;
  border: none;
  padding: 0 24px;
}
.header .offbtn .offbutton span {
  position: absolute;
  left: 12px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 50%;
  transition: all 0.5s ease;
}
.header .offbtn .offbutton .bar1 {
  top: 15px;
}
.header .offbtn .offbutton .bar2 {
  top: 23px;
}
.header .offbtn .offbutton .bar3 {
  top: 31px;
}
.header .offbtn .offbutton .bar1.open {
  top: 22px;
  transform: rotate(45deg);
  background: #fff;
}
.header .offbtn .offbutton .bar2.open {
  opacity: 0;
}
.header .offbtn .offbutton .bar3.open {
  top: 22px;
  transform: rotate(-45deg);
  background: #fff;
}
.header .uk-open > .uk-offcanvas-bar {
  right: 0px !important;
}
.header #offcanvas-flip {
  visibility: hidden;
  z-index: 3000;
}
.header #offcanvas-flip::before {
  background: rgba(52, 95, 73, 0.8);
}
.header #offcanvas-flip.uk-open {
  visibility: visible;
}
.header #offcanvas-flip .uk-offcanvas-bar {
  max-width: 250px !important;
  background: transparent;
  padding: 0;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease;
}
.header #offcanvas-flip .uk-offcanvas-bar .offcanvas-nav {
  padding: 40px 0 0 0;
  background-color: #009F4F;
}
.header #offcanvas-flip .uk-offcanvas-bar .offcanvas-nav-item a {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.header #offcanvas-flip .uk-offcanvas-bar .offcanvas-nav-item a.border-bottom {
  position: relative;
}
.header #offcanvas-flip .uk-offcanvas-bar .offcanvas-nav-item a.border-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background-color: #fff;
}
.header #offcanvas-flip .uk-offcanvas-bar .offcanvas-nav-item .uk-accordion-title {
  position: relative;
}
.header #offcanvas-flip .uk-offcanvas-bar .offcanvas-nav-item .uk-accordion-title::before {
  position: absolute;
  right: 20px;
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/icons/sp-navi-arrow.svg");
}
.header #offcanvas-flip .uk-offcanvas-bar .offcanvas-nav-item .uk-open .uk-accordion-title {
  color: #fff;
}
.header #offcanvas-flip .uk-offcanvas-bar .offcanvas-nav-item .uk-open .uk-accordion-title::before {
  transform: rotate(180deg);
}
.header #offcanvas-flip .uk-offcanvas-bar .offcanvas-nav-item .uk-accordion-content {
  margin-top: 0;
}
.header #offcanvas-flip .uk-offcanvas-bar .offcanvas-nav-item .uk-accordion-content a {
  position: relative;
  background-color: #DBF0E4;
  color: #009F4F;
}
.header #offcanvas-flip .uk-offcanvas-bar .contact-btn {
  width: 100%;
  padding: 20px 0;
}

.footer {
  background-color: #009F4F;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
}
.footer .weed {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 120px;
  transform: translateY(-100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.footer p, .footer a {
  color: #fff;
}
.footer-inner {
  display: flex;
  position: relative;
}
.footer-info {
  width: 50%;
}
.footer-info .footer-logo {
  width: 86px;
  height: 86px;
  margin-bottom: 23px;
}
.footer-info .privacy {
  font-size: 14px;
}
.footer-info .copyright {
  font-size: 14px;
}
.footer-info .privacy {
  margin-top: 24px;
  display: block;
}
.footer-nav {
  width: 50%;
}
.footer-nav ul {
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
}
.footer-nav ul li {
  width: 50%;
  margin-bottom: 20px;
}
.footer-nav ul li a {
  display: block;
}
.footer-nav ul li a.parent {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-left: 10px;
}
.footer-nav ul li a.parent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background-color: #fff;
}
.footer-nav ul li a.child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}
.footer-nav ul li a.child::before {
  content: "-";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .top-link {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 10px;
}

/*---------------------------------------*/
/* reset */
/*---------------------------------------*/
html {
  color: #444444 !important;
  overflow-x: clip;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

main {
  transition: 0.1s ease;
}

body {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  letter-spacing: 0;
  overflow-x: hidden;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

div {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

span {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #444444;
}

ul {
  margin: 0;
  padding: 0;
  padding-left: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
  margin-block-end: 0;
}

li {
  color: #333;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
a:hover {
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
h1, h2, h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333333;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.section-title h2::first-letter {
  color: #009F4F;
}

.morebtn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  background-color: #009F4F;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  position: relative;
  width: 324px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-right: 20px;
  box-sizing: border-box;
}
.morebtn:hover {
  color: #fff;
}
.morebtn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 22px;
  height: 22px;
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/icons/btn-arrow.svg");
}

.bg-green {
  background-color: #EFF8F3;
}

.pagetop {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pagetop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 159, 79, 0.7);
}
.pagetop-inner {
  position: relative;
}
.pagetop-inner h1 {
  color: #fff;
  font-size: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.breadcrumbs {
  margin-bottom: 50px;
}
.breadcrumbs a {
  color: #333333;
}
.breadcrumbs img {
  margin: 0 10px;
}
.breadcrumbs .uk-flex {
  flex-wrap: wrap;
}

.detail-btn {
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-top: 20px;
}
.detail-btn p {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.shadow {
  drop-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

/* Pages */
/*---------------------------------------*/
#front-page .front-mv {
  position: relative;
}
#front-page .front-mv .front-slideshow .uk-slideshow-items {
  aspect-ratio: 1440/700 !important;
  position: relative;
}
#front-page .front-mv .front-slideshow .uk-slideshow-items::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}
#front-page .front-mv .front-slideshow .uk-slideshow-items img {
  -o-object-position: bottom;
     object-position: bottom;
}
#front-page .front-mv-catch {
  position: absolute;
  left: 100px;
  bottom: 100px;
  width: 50%;
  width: -moz-fit-content;
  width: fit-content;
}
#front-page .front-mv-catch h1 {
  position: relative;
  padding: 42px 70px 42px 20px;
}
#front-page .front-mv .uk-container {
  height: 100%;
  position: relative;
  pointer-events: none;
}
#front-page .front-news {
  position: relative;
}
#front-page .front-news .birds {
  position: absolute;
  top: 20px;
  left: -20px;
}
#front-page .front-news-list {
  margin-bottom: 60px;
}
#front-page .front-news-list ul {
  max-width: 980px;
  margin: 0 auto;
}
#front-page .front-news-list ul li {
  padding: 10px 20px;
  border-bottom: 1px dashed #009F4F;
  position: relative;
}
#front-page .front-news-list ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  height: 70%;
  transform: translateY(-50%);
  width: 6px;
  background-color: #009F4F;
}
#front-page .front-news-list ul li a {
  display: flex;
  align-items: center;
  gap: 25px;
}
#front-page .front-news-list ul li a .date {
  font-size: 14px;
}
#front-page .front-news-list ul li a .cat {
  border: 1px solid #333333;
  padding: 2px 10px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
}
#front-page .front-news-list ul li a .title {
  width: calc(100% - 250px);
}
#front-page .intro-land {
  padding: 60px 0;
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/front/intro-land-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#front-page .intro-land-card {
  padding: 62px 72px;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  max-width: 600px;
  margin: 0 auto;
}
#front-page .intro-land-card p {
  margin-bottom: 50px;
}
#front-page .intro-card {
  width: 100%;
  position: relative;
}
#front-page .intro-card .text-wrap {
  padding: 40px 30px 70px 30px;
  position: relative;
}
#front-page .intro-card .text-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: #EFF8F3;
  transform: translateX(100%);
  z-index: -1;
}
#front-page .intro-card .text-wrap .text-inner {
  max-width: 422px;
  margin: 0 auto;
}
#front-page .intro-card .text-wrap .text-inner .inner-title {
  gap: 24px;
  margin-bottom: 38px;
}
#front-page .intro-card .text-wrap .text-inner .inner-title .section-title {
  margin-bottom: 0;
}
#front-page .intro-card .text-wrap .text-inner .morebtn {
  margin-top: 40px;
}
#front-page .intro-card .img-wrap {
  width: 52%;
  position: absolute;
  right: 0;
  top: -30px;
}
#front-page .intro-div {
  padding-top: 140px;
}
#front-page .intro-facil-card .text-wrap {
  margin-left: auto;
  border: 4px solid #009F4F;
  border-left: none;
  box-sizing: border-box;
}
#front-page .intro-facil-card .text-wrap::before {
  right: unset;
  left: 0;
  transform: translateX(-100%);
  background-color: unset;
  border: 4px solid #009F4F;
  border-right: none;
  box-sizing: border-box;
  height: calc(100% + 4px);
}
#front-page .intro-facil-card .img-wrap {
  left: 0;
  right: unset;
  z-index: 10;
}
#front-page .front-rec-inner {
  padding-top: 60px;
  padding-bottom: 70px;
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/front/front-rec-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
}
#front-page .front-rec-inner p {
  max-width: 470px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.front-contact {
  margin-top: 70px;
  padding-bottom: 150px;
}
.front-contact-inner {
  box-sizing: border-box;
  max-width: 554px;
  padding: 62px 15px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
.front-contact-inner .uk-flex {
  gap: 16px;
}
.front-contact-inner .uk-flex span {
  color: #009F4F;
  font-size: 16px;
  border: 1px solid #009F4F;
  padding: 0 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.front-contact-inner .uk-flex h3 {
  color: #009F4F;
  font-size: 36px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.front-contact-inner .morebtn {
  margin-top: 50px;
  padding-right: 20px;
}

#page-about {
  padding-bottom: 100px;
}
#page-about .about-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 56px;
}
#page-about .about-nav-list a {
  display: block;
  position: relative;
  border: 2px solid #333333;
  width: 210px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#page-about .about-nav-list a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/icons/arrow-bottom.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#page-about .about-land {
  position: relative;
  padding-bottom: 140px;
}
#page-about .about-land .deco-birds {
  position: absolute;
  top: 5%;
  left: -20px;
}
#page-about .about-land .deco-woods {
  position: absolute;
  right: 0;
  bottom: 0;
}
#page-about .about-land .deco-bg {
  background-color: #EFF8F3;
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  z-index: -1;
}
#page-about .about-land p {
  max-width: 912px;
  margin: 0 auto;
}
#page-about .about-history {
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/about/history-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 64px 30px;
  margin-bottom: 70px;
}
#page-about .about-history-card {
  padding: 64px 72px;
  max-width: 1050px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-sizing: border-box;
}
#page-about .about-grid {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 30px;
}
#page-about .about-grid.grid-reverse {
  flex-direction: row-reverse;
}
#page-about .about-grid.grid-text-none {
  align-items: flex-start;
}
#page-about .about-grid .text-block .text-header {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  gap: 20px;
  border-bottom: 4px solid #009F4F;
  margin-bottom: 32px;
}
#page-about .about-grid .text-block .text-header h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
#page-about .about-grid .text-block .text-header h2::first-letter {
  color: #009F4F;
}
#page-about .about-chart-inner {
  background-color: #EFF8F3;
  padding: 64px 0;
}
#page-about .about-chart-inner .chart-wrap img {
  max-width: 720px;
  margin: 0 auto;
  display: block;
}
#page-about .about-members .members-grid {
  display: flex;
  justify-content: center;
  gap: 45px;
}
#page-about .about-members .members-grid .members-item-inner {
  width: 300px;
  border: 4px solid #009F4F;
  box-sizing: border-box;
}
#page-about .about-members .members-grid .members-item-inner .members-header {
  background-color: #009F4F;
  padding: 16px 0;
}
#page-about .about-members .members-grid .members-item-inner .members-header h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
#page-about .about-members .members-grid .members-item-inner .members-number {
  padding: 16px 0;
}
#page-about .about-members .members-grid .members-item-inner .members-number p {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 36px;
}
#page-about .about-members .members-grid .members-item span {
  font-size: 14px;
  text-align: right;
  display: block;
}

#page-history .history-top {
  padding-bottom: 80px;
}
#page-history .history-top .top-text {
  max-width: 912px;
  margin: 0 auto;
}
#page-history .history-top-grid {
  display: flex;
  margin-top: 50px;
}
#page-history .history-top-grid .img-block {
  padding-right: 50px;
}
#page-history .history-top-grid .text-block {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
#page-history .history-top-grid .text-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 300px);
  height: calc(100% + 80px);
  background-color: #EFF8F3;
  z-index: -1;
}
#page-history .history-contents {
  margin: 100px 0;
}
#page-history .history-contents .history-list {
  padding: 0 30px;
}
#page-history .history-contents .history-list .history-item {
  display: flex;
  padding: 60px 0;
  position: relative;
  margin-top: -200px;
}
#page-history .history-contents .history-list .history-item:first-child {
  margin-top: 0;
}
#page-history .history-contents .history-list .history-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #009F4F;
  transform: translateX(-50%);
}
#page-history .history-contents .history-list .history-item:first-child::before {
  top: 100px;
}
#page-history .history-contents .history-list .history-item:nth-child(even) {
  flex-direction: row-reverse;
}
#page-history .history-contents .history-list .history-item:nth-child(even) .history-item-text .history-item-year {
  padding-left: 30px;
}
#page-history .history-contents .history-list .history-item:nth-child(even) .history-item-text .history-item-year::before {
  width: 25px;
  left: 0;
  right: unset;
}
#page-history .history-contents .history-list .history-item:nth-child(even) .history-item-text .history-item-year::after {
  left: 0;
  transform: translate(-50%, -50%);
}
#page-history .history-contents .history-list .history-item:nth-child(even) .history-item-text .history-item-title {
  padding-left: 30px;
}
#page-history .history-contents .history-list .history-item:nth-child(even) .history-item-text .history-item-body {
  margin-left: 30px;
  margin-right: 0;
}
#page-history .history-contents .history-list .history-item:nth-child(even) .history-item-img {
  padding-left: 0;
  padding-right: 30px;
}
#page-history .history-contents .history-list .history-item:last-child::before {
  background-color: #fff;
  top: 100px;
  height: 100px;
}
#page-history .history-contents .history-list .history-item-text .history-item-year {
  margin-top: 15px;
  margin-bottom: 8px;
  position: relative;
}
#page-history .history-contents .history-list .history-item-text .history-item-year::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #009F4F;
  z-index: -1;
}
#page-history .history-contents .history-list .history-item-text .history-item-year::after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #009F4F;
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
#page-history .history-contents .history-list .history-item-text .history-item-year p {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #009F4F;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 15px;
  position: relative;
  background-color: #fff;
}
#page-history .history-contents .history-list .history-item-text .history-item-title {
  margin-bottom: 20px;
}
#page-history .history-contents .history-list .history-item-text .history-item-title h3 {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#page-history .history-contents .history-list .history-item-text .history-item-body {
  margin-right: 30px;
  padding: 32px;
  background-color: #EFF8F3;
}
#page-history .history-contents .history-list .history-item-img {
  padding-left: 30px;
}
#page-history .history-contents .history-bottom {
  margin-top: 60px;
  margin-bottom: 100px;
  border: 4px solid #009F4F;
  padding: 50px 0;
  text-align: center;
}
#page-history .history-contents .history-bottom p {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#page-history .history-contents .history-bottom p a {
  color: #26C8EF;
  border-bottom: 1px solid #26C8EF;
}

#page-business {
  padding-bottom: 100px;
}
#page-business .business-top {
  background-color: #EFF8F3;
  padding: 30px 70px;
  box-sizing: border-box;
  margin-bottom: 70px;
}
#page-business .business-top h2 {
  position: relative;
  font-size: 40px;
  padding: 30px 0;
  text-align: center;
  z-index: 1;
}
#page-business .business-top h2::first-letter {
  color: #009F4F;
}
#page-business .business-top h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/icons/icon-business-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
#page-business .business-list-item {
  margin-bottom: 40px;
}
#page-business .business-list-item.uk-open .uk-accordion-title {
  background-color: #fff;
}
#page-business .business-list-item.uk-open .uk-accordion-title::before {
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/icons/acd-open.svg");
}
#page-business .business-list-item.uk-open .uk-accordion-title h3 {
  color: #009F4F;
}
#page-business .business-list-item .uk-accordion-title {
  position: relative;
  background-color: #009F4F;
  border: 4px solid #009F4F;
  padding: 5px 50px;
  transition: 0.3s ease;
}
#page-business .business-list-item .uk-accordion-title::before {
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/icons/acd-close.svg");
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  margin: 0;
}
#page-business .business-list-item .uk-accordion-title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  transition: 0.3s ease;
}
#page-business .business-list-item .uk-accordion-content .business-block-text {
  margin-bottom: 20px;
}
#page-business .business-list-item .uk-accordion-content .business-block-img {
  margin-bottom: 20px;
}
#page-business .business-list-item .uk-accordion-content .business-block-img h3 {
  color: #009F4F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#page-business .business-list-item .uk-accordion-content .business-block-title {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #009F4F;
}
#page-business .business-list-item .uk-accordion-content .business-block table {
  border-collapse: collapse;
  margin-bottom: 30px;
}
#page-business .business-list-item .uk-accordion-content .business-block table th {
  text-align: center;
  background-color: #009F4F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  border: 2px solid #009F4F;
}
#page-business .business-list-item .uk-accordion-content .business-block table th:first-child {
  width: 170px;
  border-right: 2px solid #fff;
}
#page-business .business-list-item .uk-accordion-content .business-block table td {
  padding: 10px;
  border: 2px solid #009F4F;
}
#page-business .business-list-item .uk-accordion-content .business-block table td.bg-lg {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  background-color: #EFF8F3;
}

#page-documents {
  padding-bottom: 200px;
}
#page-documents .doc-grid .uk-width-1-1:nth-child(even) .doc-item {
  background-color: #EFF8F3;
}
#page-documents .doc-grid .uk-width-1-1:nth-child(even) .doc-item::after {
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/documents/doc-corner-2.svg");
}
#page-documents .doc-grid .doc-item {
  border: 2px solid #009F4F;
  box-sizing: border-box;
  padding: 40px;
  height: 100%;
  position: relative;
}
#page-documents .doc-grid .doc-item::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  bottom: -2px;
  right: -2px;
  background-color: #fff;
}
#page-documents .doc-grid .doc-item::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  bottom: -2px;
  right: -2px;
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/documents/doc-corner-1.svg");
}
#page-documents .doc-grid .doc-item h3 {
  background-color: #009F4F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  padding: 5px 20px;
  margin-bottom: 16px;
}
#page-documents .doc-grid .doc-item .doc-item-content, #page-documents .doc-grid .doc-item .doc-item-group {
  margin-bottom: 40px;
}
#page-documents .doc-grid .doc-item .doc-item-file a {
  display: block;
}

#page-department {
  padding-bottom: 100px;
}
#page-department .depart-top {
  margin-bottom: 100px;
}
#page-department .depart-top p {
  max-width: 912px;
  margin: 0 auto;
}
#page-department .depart-grid {
  padding: 0 30px;
  display: flex;
  gap: 50px;
  margin-bottom: 150px;
  scroll-margin-top: 100px;
}
#page-department .depart-grid-reverse {
  flex-direction: row-reverse;
}
#page-department .depart-grid .text-block {
  margin-top: 70px;
  position: relative;
}
#page-department .depart-grid .text-block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: calc(100% + 60px);
  background-color: #EFF8F3;
  z-index: -1;
}
#page-department .depart-grid .text-block.bg-white::before {
  background-color: #fff;
  border: 4px solid #009F4F;
}
#page-department .depart-grid .text-block .text-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
#page-department .depart-grid .text-block .text-header h2::first-letter {
  color: #009F4F;
}
#page-department .depart-grid .text-block p {
  margin-bottom: 40px;
}
#page-department .depart-grid .text-block .img-block-sp {
  margin-bottom: 20px;
}
#page-department .depart-grid .text-block ul li .uk-accordion-title {
  border: 2px solid #009F4F;
}
#page-department .depart-grid .text-block ul li .uk-accordion-title::before {
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/icons/acd-close.svg");
  background-size: contain;
}
#page-department .depart-grid .text-block ul li.uk-open .uk-accordion-title {
  background-color: #fff;
  color: #009F4F;
}
#page-department .depart-grid .text-block ul li.uk-open .uk-accordion-title::before {
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/icons/acd-open.svg");
  background-size: contain;
}
#page-department .depart-grid .text-block ul li .uk-accordion-content .group-block h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #009F4F;
  font-size: 32px;
  border-bottom: 2px dashed #009F4F;
  margin-bottom: 24px;
}

#page-general {
  padding-bottom: 100px;
}
#page-general .team-grid {
  margin-top: 40px;
  margin-bottom: 150px;
  display: flex;
  align-items: center;
}
#page-general .team-grid.grid-reverse {
  flex-direction: row-reverse;
}
#page-general .team-grid.bg-white .img-block {
  text-align: right;
}
#page-general .team-grid.bg-white .text-block {
  padding-left: 50px;
}
#page-general .team-grid.bg-white .text-block::before {
  display: none;
}
#page-general .team-grid .img-block img {
  max-width: 480px;
  width: 100%;
}
#page-general .team-grid .text-block {
  padding: 50px 50px 50px 72px;
  position: relative;
}
#page-general .team-grid .text-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 150%;
  height: calc(100% + 60px);
  background-color: #EFF8F3;
  z-index: -1;
}
#page-general .team-grid .text-block h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #009F4F;
  font-size: 40px;
  padding-bottom: 5px;
  border-bottom: 2px dashed #009F4F;
  margin-bottom: 30px;
}

#page-facility {
  padding-bottom: 100px;
}
#page-facility .facility-block {
  margin-bottom: 120px;
}
#page-facility .facility-block h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 40px;
  border-bottom: 4px solid #009F4F;
  color: #009F4F;
  padding-bottom: 5px;
  margin-bottom: 24px;
}
#page-facility .facility-block .sub-header {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #009F4F;
  border-bottom: 2px solid #009F4F;
  padding-bottom: 5px;
  margin-bottom: 24px;
}
#page-facility .facility-block .sub-header span {
  font-size: 16px;
  color: #009F4F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#page-facility .facility-block .img-grid {
  margin-top: 40px;
}
#page-facility .facility-block .img-grid .img-block img {
  max-width: 450px;
}
#page-facility .facility-block .img-grid .img-block .uk-flex {
  margin-top: 16px;
  align-items: baseline;
}
#page-facility .facility-block .img-grid .img-block .uk-flex h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#page-facility .facility-bottom {
  border: 4px solid #009F4F;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 100px;
}
#page-facility .facility-bottom p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
}
#page-facility .facility-bottom p a {
  color: #26C8EF;
  text-decoration: underline;
}

#page-recruit .recruit-top {
  padding: 100px 0;
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/recruit/recruit-top-bg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
#page-recruit .recruit-top h2 {
  color: #009F4F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 40px;
  filter: drop-shadow(0 0 4px white) drop-shadow(0 0 4px white) drop-shadow(0 0 4px white);
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
#page-recruit .recruit-top p {
  filter: drop-shadow(0 0 4px white) drop-shadow(0 0 4px white) drop-shadow(0 0 4px white);
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#page-recruit .recruit-top img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#page-recruit .recruit-info-wrap {
  padding: 130px 0;
}
#page-recruit .recruit-info-wrap .recruit-info-block {
  margin-bottom: 100px;
}
#page-recruit .recruit-info-wrap .recruit-info-block:last-child {
  margin-bottom: 0;
}
#page-recruit .recruit-info-wrap .recruit-info-block table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 80px;
}
#page-recruit .recruit-info-wrap .recruit-info-block table:last-child {
  margin-bottom: 0;
}
#page-recruit .recruit-info-wrap .recruit-info-block table th {
  color: #fff;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  background-color: #009F4F;
  border: 2px solid #009F4F;
  text-align: left;
  padding-left: 24px;
}
#page-recruit .recruit-info-wrap .recruit-info-block table td {
  border: 2px solid #009F4F;
  padding: 15px 24px;
}
#page-recruit .recruit-info-wrap .recruit-info-block table td.bg-lg {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 19px 0;
}
#page-recruit .recruit-info-wrap .recruit-info-block table td a {
  color: #26C8EF;
}
#page-recruit .recruit-document {
  background-color: #EFF8F3;
  padding: 64px 30px;
  margin-bottom: 70px;
}
#page-recruit .recruit-document .document-list-wrap {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#page-recruit .recruit-document .documents-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
}
#page-recruit .recruit-document .documents-list-item a {
  width: 100%;
  height: 100%;
  background-color: #009F4F;
  text-align: center;
  display: block;
  padding: 25px 0;
  box-sizing: border-box;
  position: relative;
}
#page-recruit .recruit-document .documents-list-item a::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0px;
  header: 0px;
  border-right: 12px solid #fff;
  border-bottom: 12px solid #fff;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
}
#page-recruit .recruit-document .documents-list-item a h3 {
  color: #fff;
  font-size: 28px;
}
#page-recruit .recruit-document .documents-list-item a p {
  color: #fff;
}

#page-contact {
  margin-bottom: 200px;
  position: relative;
}
#page-contact .contact-top {
  text-align: center;
  margin-bottom: 72px;
}
#page-contact .form-wrap {
  max-width: 590px;
  margin: 0 auto;
}
#page-contact .form-wrap .uk-form-label {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #009F4F;
}
#page-contact .form-wrap .uk-form-label span.req {
  background-color: #FF7E7E;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
  padding: 2px 4px;
}
#page-contact .form-wrap .uk-form-controls {
  width: calc(100% - 160px);
  max-width: 360px;
}
#page-contact .form-wrap .uk-form-controls input, #page-contact .form-wrap .uk-form-controls textarea, #page-contact .form-wrap .uk-form-controls select {
  border-radius: 5px;
}
#page-contact .form-wrap .uk-margin {
  margin-bottom: 50px;
}
#page-contact .form-wrap .uk-flex {
  justify-content: space-between;
}
#page-contact .form-wrap .accept {
  margin: 50px 0;
}
#page-contact .form-wrap .morebtn {
  padding-right: 0;
}
#page-contact .form-wrap .morebtn::before {
  right: 20px;
}
#page-contact .form-wrap .morebtn p {
  height: 100%;
  width: 100%;
}
#page-contact .form-wrap .morebtn input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
#page-contact .form-wrap .morebtn input:disabled {
  opacity: 0.7;
}
#page-contact .contact-bird {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: -1;
}

#archive {
  margin-bottom: 200px;
}
#archive .news-wrap {
  display: flex;
  gap: 50px;
}
#archive .news-wrap .news-archive {
  width: 105px;
}
#archive .news-wrap .news-archive h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#archive .news-wrap .news-archive h3.cat-title {
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 4px solid #000;
}
#archive .news-wrap .news-archive select {
  border: 1px solid #333333;
  padding: 4px 8px;
}
#archive .news-wrap .news-archive ul li a {
  font-size: 14px;
  color: #333333;
}
#archive .news-wrap .news-archive ul li a:hover {
  color: #009F4F;
}
#archive .news-wrap .news-contents {
  width: calc(100% - 105px);
}
#archive .news-wrap .news-contents ul {
  max-width: 980px;
  margin: 0 auto;
}
#archive .news-wrap .news-contents ul li {
  padding: 10px 20px;
  border-bottom: 1px dashed #009F4F;
  position: relative;
}
#archive .news-wrap .news-contents ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  height: 70%;
  transform: translateY(-50%);
  width: 6px;
  background-color: #009F4F;
}
#archive .news-wrap .news-contents ul li a {
  display: flex;
  align-items: center;
  gap: 25px;
}
#archive .news-wrap .news-contents ul li a .date {
  font-size: 14px;
}
#archive .news-wrap .news-contents ul li a .cat {
  border: 1px solid #333333;
  padding: 2px 10px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
}
#archive .news-wrap .news-contents ul li a .title {
  width: calc(100% - 250px);
}
#archive .wp-pagenavi {
  text-align: center;
  max-width: 800px;
  margin: 80px auto 0 auto;
}
#archive .wp-pagenavi a, #archive .wp-pagenavi span {
  border: none;
  font-size: 24px;
  padding: 7px 15px;
  border-radius: 50%;
  margin: 0 6px;
  color: #333333;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#archive .wp-pagenavi span.current {
  color: #009F4F;
}
#archive .wp-pagenavi .pages {
  display: none;
}
#archive .wp-pagenavi .nextpostslink, #archive .wp-pagenavi .previouspostslink {
  color: #fff;
  position: relative;
  background-color: #fff;
}
#archive .wp-pagenavi .nextpostslink::before, #archive .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/icons/bread-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) rotate(180deg);
}
#archive .wp-pagenavi .nextpostslink::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#archive .single-content .content-title {
  padding-left: 12px;
  border-left: 8px solid #009F4F;
  margin-bottom: 40px;
}
#archive .single-content .content-title .date {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-right: 16px;
}
#archive .single-content .content-title .cat {
  border: 1px solid #333333;
  padding: 0 10px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
}
#archive .single-content .content-title h2 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#archive .single-content .content-nav {
  margin-top: 48px;
}
#archive .single-content .content-nav .uk-flex {
  gap: 40px;
}
#archive .single-content .content-nav .back {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333333;
}
#archive .single-content .content-nav .next img {
  transform: rotate(180deg);
}

#privacy .privacy-header {
  margin-bottom: 50px;
}
#privacy .privacy-header h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
#privacy .privacy-top, #privacy .disclaim-top {
  margin-bottom: 30px;
}
#privacy .privacy-top h2, #privacy .disclaim-top h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
#privacy .privacy-block {
  margin-bottom: 30px;
}
#privacy .privacy-block h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
#privacy .privacy-block a {
  overflow-wrap: break-word;
}
@media screen and (max-width: 639px) {
  .header-navbar {
    height: 48px;
    padding-left: 12px;
  }
  .header-navbar .header-logo a img {
    height: 36px;
  }
  .header #offcanvas-flip .uk-offcanvas-bar {
    width: 100%;
    right: -100%;
  }
  .footer-inner {
    display: block;
  }
  .footer-info {
    width: 100%;
  }
  .footer-nav {
    width: 100%;
  }
  p {
    font-size: 16px;
  }
  .section-title {
    margin-bottom: 28px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .morebtn {
    width: 100%;
    max-width: 294px;
    font-size: 20px;
    height: 50px;
  }
  .pagetop {
    height: 140px;
  }
  .pagetop-inner h1 {
    font-size: 24px;
  }
  .detail-btn {
    width: 110px;
  }
  .detail-btn p {
    font-size: 16px;
  }
  #front-page .front-mv {
    height: 80vh;
    min-height: 300px;
    aspect-ratio: auto;
  }
  #front-page .front-mv .front-slideshow {
    height: 100%;
  }
  #front-page .front-mv .front-slideshow .uk-slideshow-items {
    height: 100%;
    aspect-ratio: unset !important;
  }
  #front-page .front-mv-catch {
    left: 0;
    bottom: 15%;
    width: calc(100% - 30px);
  }
  #front-page .front-mv-catch h1 {
    padding: 22px;
  }
  #front-page .front-news {
    padding-top: 50px;
  }
  #front-page .front-news .birds {
    width: 200px;
    left: -100px;
  }
  #front-page .front-news-list ul li::before {
    left: 0;
  }
  #front-page .front-news-list ul li a {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  #front-page .front-news-list ul li a .title {
    width: 100%;
  }
  #front-page .intro-land-card {
    text-align: left;
    padding: 40px 20px;
  }
  #front-page .intro-land-card p {
    margin-bottom: 30px;
  }
  #front-page .intro-card .text-wrap {
    padding-top: 160px;
    padding-bottom: 30px;
  }
  #front-page .intro-card .text-wrap::before {
    right: 100%;
    transform: translateX(0);
  }
  #front-page .intro-card .text-wrap .text-inner .inner-title {
    gap: 16px;
    margin-bottom: 28px;
  }
  #front-page .intro-card .text-wrap .text-inner .inner-title img {
    height: 48px;
  }
  #front-page .intro-card .text-wrap .text-inner .morebtn {
    margin-top: 28px;
  }
  #front-page .intro-card .img-wrap {
    width: 294px;
    right: -30px;
    top: -60px;
  }
  #front-page .intro-facil {
    padding-top: 80px;
  }
  #front-page .intro-facil-card .text-wrap {
    max-width: unset;
    width: calc(100% + 30px);
  }
  #front-page .intro-facil-card .img-wrap {
    left: -15px;
  }
  #front-page .front-rec .uk-container {
    padding: 0;
  }
  #front-page .front-rec-inner {
    background-image: url("https://omonotokai.sakura.ne.jp/wp2025/wp-content/themes/omonotokai//images/front/front-rec-bg-sp.webp");
  }
  #front-page .front-rec-inner p {
    padding: 0 20px;
  }
  .front-contact-inner {
    padding: 40px 28px;
    text-align: left;
  }
  .front-contact-inner .morebtn {
    margin-top: 30px;
  }
  #page-about .about-nav-list {
    display: block;
  }
  #page-about .about-nav-list a {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  #page-about .about-land .deco-woods {
    width: 50%;
  }
  #page-about .about-history-card {
    padding: 40px 30px;
  }
  #page-about .about-grid {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 0;
  }
  #page-about .about-grid.grid-reverse {
    flex-direction: column-reverse;
  }
  #page-about .about-grid .text-block .text-header h2 {
    font-size: 28px;
  }
  #page-about .about-grid .text-block .text-header img {
    max-width: 50px;
  }
  #page-about .about-chart-inner .chart-wrap img {
    max-width: 100%;
  }
  #page-about .about-members .members-grid {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #page-about .about-members .members-grid .members-item-inner .members-header {
    padding: 5px 0;
  }
  #page-about .about-members .members-grid .members-item-inner .members-header h3 {
    font-size: 20px;
  }
  #page-about .about-members .members-grid .members-item-inner .members-number {
    padding: 5px 0;
  }
  #page-about .about-members .members-grid .members-item-inner .members-number p {
    font-size: 28px;
  }
  #page-history .history-top-grid {
    flex-direction: column;
  }
  #page-history .history-top-grid .img-block {
    padding-right: 0;
  }
  #page-history .history-contents {
    margin-top: 50px;
  }
  #page-history .history-contents .history-list {
    padding: 0;
  }
  #page-history .history-contents .history-list .history-item {
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #page-history .history-contents .history-list .history-item::before {
    display: none;
  }
  #page-history .history-contents .history-list .history-item:nth-child(even) .history-item-text .history-item-year {
    padding-left: 0;
  }
  #page-history .history-contents .history-list .history-item:nth-child(even) .history-item-text .history-item-title {
    padding-left: 0;
  }
  #page-history .history-contents .history-list .history-item:nth-child(even) .history-item-text .history-item-body {
    margin-left: 0;
  }
  #page-history .history-contents .history-list .history-item-text .history-item-year::before {
    display: none;
  }
  #page-history .history-contents .history-list .history-item-text .history-item-year::after {
    display: none;
  }
  #page-history .history-contents .history-list .history-item-text .history-item-year p {
    font-size: 16px;
  }
  #page-history .history-contents .history-list .history-item-text .history-item-title h3 {
    font-size: 24px;
  }
  #page-history .history-contents .history-list .history-item-text .history-item-body {
    margin-right: 0;
  }
  #page-history .history-contents .history-bottom {
    padding: 30px 0;
  }
  #page-history .history-contents .history-bottom p {
    font-size: 16px;
  }
  #page-business .business-top {
    padding: 30px;
    margin-bottom: 30px;
  }
  #page-business .business-top h2 {
    font-size: 24px;
  }
  #page-business .business-list-item {
    margin-bottom: 30px;
  }
  #page-business .business-list-item .uk-accordion-title {
    padding-right: 20px;
  }
  #page-business .business-list-item .uk-accordion-title h3 {
    font-size: 16px;
  }
  #page-business .business-list-item .uk-accordion-content .business-block-img h3 {
    font-size: 20px;
  }
  #page-business .business-list-item .uk-accordion-content .business-block table th:first-child {
    width: 120px;
  }
  #page-business .business-list-item .uk-accordion-content .business-block table td.bg-lg {
    font-size: 16px;
  }
  #page-documents .doc-grid .doc-item {
    padding: 20px;
  }
  #page-department .depart-top {
    margin-bottom: 0;
  }
  #page-department .depart-grid {
    padding: 0 15px;
    margin-bottom: 70px;
    flex-direction: column-reverse;
    gap: 30px;
  }
  #page-department .depart-grid .text-block .text-header img {
    max-width: 65px;
  }
  #page-department .depart-grid .text-block ul li .uk-accordion-content .group-block h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #page-general .team-grid {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 70px;
  }
  #page-general .team-grid.grid-reverse {
    flex-direction: column-reverse;
  }
  #page-general .team-grid.bg-white .text-block {
    padding-left: 30px;
  }
  #page-general .team-grid .text-block {
    padding: 20px 30px;
  }
  #page-general .team-grid .text-block::before {
    width: 100%;
    height: 100%;
  }
  #page-general .team-grid .text-block h2 {
    font-size: 28px;
  }
  #page-facility .facility-block {
    margin-bottom: 70px;
  }
  #page-facility .facility-block h2 {
    font-size: 24px;
  }
  #page-facility .facility-block .sub-header {
    font-size: 20px;
  }
  #page-facility .facility-block .sub-header span {
    font-size: 14px;
  }
  #page-facility .facility-block .img-grid .img-block img {
    max-width: 100%;
  }
  #page-facility .facility-block .img-grid .img-block .uk-flex h3 {
    font-size: 20px;
  }
  #page-facility .facility-bottom {
    padding: 30px 0;
  }
  #page-facility .facility-bottom p {
    font-size: 18px;
  }
  #page-recruit .recruit-top h2 {
    font-size: 28px;
  }
  #page-recruit .recruit-info-wrap .recruit-info-block table th {
    font-size: 20px;
    text-align: center;
    padding-left: 0;
  }
  #page-recruit .recruit-info-wrap .recruit-info-block table td.bg-lg {
    width: 100px;
    font-size: 14px;
  }
  #page-recruit .recruit-document .documents-list-item a h3 {
    font-size: 24px;
  }
  #page-contact .contact-top {
    margin-bottom: 40px;
  }
  #page-contact .form-wrap .uk-form-label {
    font-size: 16px;
  }
  #page-contact .form-wrap .uk-form-controls {
    width: 100%;
  }
  #page-contact .form-wrap .uk-margin {
    margin-bottom: 20px;
  }
  #page-contact .form-wrap .uk-flex {
    gap: 10px;
    flex-direction: column;
  }
  #archive .news-wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
  #archive .news-wrap .news-contents {
    width: 100%;
  }
  #archive .news-wrap .news-contents ul li::before {
    left: 0;
    height: calc(100% - 20px);
  }
  #archive .news-wrap .news-contents ul li a {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  #archive .news-wrap .news-contents ul li a .title {
    width: auto;
  }
  #privacy .privacy-header h1 {
    font-size: 30px;
  }
  #privacy .privacy-block h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .header-navbar {
    height: 48px;
    padding-left: 12px;
  }
  .header-navbar .header-logo a img {
    height: 36px;
  }
  .header .offbtn {
    top: 50%;
    transform: translateY(-50%);
  }
  #front-page .front-mv-catch h1 {
    padding: 20px 44px 20px 20px;
  }
  #front-page .front-mv-catch h1 img {
    width: 300px;
  }
  #front-page .front-news .birds {
    width: 250px;
  }
}
@media screen and (min-width: 960px) {
  .header .offbtn {
    display: none;
  }
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  #front-page .intro-card .img-wrap img {
    max-height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 640px) {
  .header #offcanvas-flip .uk-offcanvas-bar {
    width: 100%;
    text-align: center;
    right: -100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  #front-page .front-mv-catch h1 img {
    width: 400px;
  }
  #front-page .front-news .birds {
    width: 300px;
  }
}
