/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \****************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #666;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
body.active {
  overflow: hidden;
}

main {
  overflow: hidden;
  position: relative;
  padding-top: 65px;
}

.ZMG-L {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ZMG-R {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ZMG-M {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ZMG-B {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ZMG-Black {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.ZMGN-B {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1, h2, h3, h4, p {
  margin: 0;
  color: #374151;
}

h1 {
  letter-spacing: 0.1em;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2 {
  letter-spacing: 0.1em;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h3 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #374151;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  color: #374151;
}
a.line-btn {
  border: 2px solid #00B900;
  border-radius: 50px;
  background: #00B900;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  height: 54px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
a.line-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow-btn-light-white.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
a.line-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  background: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/line.webp") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
a.map-btn {
  border: 2px solid #F86A6A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 56px;
  color: #F86A6A;
  margin-left: auto;
  margin-top: 20px;
  position: relative;
  box-sizing: border-box;
}
a.map-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 15px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
  transform: translateY(-50%);
}
a.more-staff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 200px;
  height: 50px;
  color: #F86A6A;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  padding-bottom: 10px;
}
a.more-staff p {
  position: relative;
  width: 100%;
  color: #F86A6A;
}
a.more-staff p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow-btn-staff-other.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
a.more-staff::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #F86A6A;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.bg-light-red {
  background: #FEDFDF;
}

.bg-light-blue {
  background: #C1FF42;
}

.border-rad16 {
  border-radius: 16px;
}

.color-red {
  color: #F86A6A !important;
}

.color-green {
  color: #00B900;
}

.color-light-red {
  color: #F9B0B0;
}

.letter-spacing-100 {
  letter-spacing: 0.1em;
}

.line-height-48 {
  line-height: normal;
}

#page-mv {
  height: 150px;
}
#page-mv .page-mv {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#page-mv .page-mv .uk-container {
  position: relative;
  height: 100%;
}
#page-mv .page-mv .uk-container .section-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#page-mv .page-mv .uk-container .section-title h1 {
  font-size: 40px;
  color: #fff;
  text-shadow: 0 3px 6px #e44040;
  margin-bottom: 10px;
}
#page-mv .page-mv .uk-container .section-title h2 {
  color: #fff;
}
#page-mv.page-mv-blue .page-mv .uk-container .section-title h1 {
  text-shadow: 0 3px 6px #2bafaf;
}

#page-breadcrumbs.text-default nav.breadcrumbs ul li a {
  color: #374151;
}
#page-breadcrumbs.text-default nav.breadcrumbs ul li:nth-child(n+2) a::before {
  color: #374151;
}
#page-breadcrumbs.text-default nav.breadcrumbs ul li span {
  color: #374151;
}
#page-breadcrumbs.text-default nav.breadcrumbs ul li span::before {
  color: #374151;
}

nav.breadcrumbs {
  overflow: scroll;
  padding: 10px 0;
}
nav.breadcrumbs::-webkit-scrollbar {
  display: none;
}
nav.breadcrumbs ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
nav.breadcrumbs ul li a {
  font-size: 16px;
  color: #F86A6A;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
nav.breadcrumbs ul li a:hover {
  color: #F86A6A;
}
nav.breadcrumbs ul li:nth-child(n+2) a::before {
  content: "＞";
  margin: 0 7px;
  font-size: 16px;
  text-decoration: none;
  pointer-events: none;
  color: #F86A6A;
}
nav.breadcrumbs ul li span {
  font-size: 16px;
  color: #F86A6A;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
nav.breadcrumbs ul li span::before {
  content: "＞";
  margin: 0 7px;
  font-size: 16px;
  text-decoration: none;
  pointer-events: none;
  color: #F86A6A;
}

.section-title h1 {
  letter-spacing: 0.1em;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.section-title p {
  color: #9CA3AF;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#privacy-wrap {
  padding: 0;
}
#privacy-wrap .uk-section-large .privacy-header {
  margin-bottom: 50px;
}
#privacy-wrap .uk-section-large .privacy-header h1 {
  margin-bottom: 20px;
  color: #374151;
}
#privacy-wrap .uk-section-large .privacy-top {
  margin-bottom: 30px;
}
#privacy-wrap .uk-section-large .privacy-top h2 {
  color: #374151;
  margin-bottom: 10px;
}
#privacy-wrap .uk-section-large .privacy-block {
  margin-bottom: 30px;
}
#privacy-wrap .uk-section-large .privacy-block h3 {
  color: #374151;
  margin-bottom: 10px;
}
#privacy-wrap .uk-section-large .privacy-block p {
  margin-bottom: 10px;
}
#privacy-wrap .uk-section-large .privacy-block a {
  overflow-wrap: break-word;
}
#privacy-wrap .uk-section-large .disclaim-top h2 {
  color: #374151;
  margin-bottom: 10px;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 99;
  box-sizing: border-box;
  top: 0;
}
#header .section-wrap {
  padding: 0 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
#header .section-wrap .uk-flex .flex-item:first-child img.logo {
  max-width: 240px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) {
  width: 80%;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:first-child {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #80DDDD;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:first-child ul {
  gap: 40px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:first-child ul li a:hover {
  opacity: 0.7;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:first-child ul li button {
  border: none;
  font-size: 16px;
  padding: 0;
  position: relative;
  color: #374151;
  transition: all 0.3s ease;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:first-child ul li button::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 4.5px 0 4.5px;
  border-color: #F86A6A transparent transparent transparent;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:first-child ul li button:hover {
  color: #F86A6A;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:first-child ul li .uk-drop {
  padding: 0;
  top: 53px !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:first-child ul li .uk-drop ul li {
  margin: 0;
  background: #F9F7F7;
  padding: 10px 20px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:first-child ul li .uk-drop ul li:nth-child(2n) {
  background: #fff;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:last-child {
  width: 100%;
  max-width: 250px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:last-child .uk-flex .flex-item img {
  width: 40px;
  margin-right: 10px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) .item:last-child .uk-flex .flex-item h3, #header .section-wrap .uk-flex .flex-item:nth-child(2) .item:last-child .uk-flex .flex-item p {
  color: #F86A6A;
  line-height: 1.2;
}
#header .section-wrap .uk-flex .flex-item:last-child .header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}
#header .section-wrap .uk-flex .flex-item:last-child .logo {
  font-size: 24px;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_hidden {
  display: none;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  z-index: 100;
  cursor: pointer;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span,
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before,
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: #F86A6A;
  transition: 0.5s;
  position: absolute;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:before {
  bottom: 10px;
}
#header .section-wrap .uk-flex .flex-item:last-child .drawer_open span:after {
  top: 10px;
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .nav_content {
  right: 0 !important;
  opacity: 1;
}
#header .section-wrap .uk-flex .flex-item:last-child #drawer_input:checked ~ .nav_content::after {
  content: "";
  opacity: 1;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100% !important;
  z-index: 99;
  background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-mv-bg.webp");
  background-size: auto;
  background-position: center center;
  transition: 0.5s;
  text-align: center;
  padding-top: 20px;
  overflow: scroll;
  padding-bottom: 150px;
  opacity: 0;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/header-nav-bg-sp.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_content::after {
  content: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_content .nav_logo {
  padding-left: 20px;
  width: 60%;
  top: 10px;
  left: 0;
  position: fixed;
  z-index: 2;
  text-align: left;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_content .nav_logo img {
  max-width: 240px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap {
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  padding: 0 30px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap ul.nav_list li {
  text-align: left;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap ul.nav_list li a {
  font-size: 24px;
  color: #fff;
  width: 100%;
  display: block;
  border-top: 1px solid #fff;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap ul.nav_list li a::after {
  content: "";
  background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/top-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap ul.nav_list li.last a {
  border-bottom: 1px solid #fff;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap ul.nav_list.uk-accordion-default li a {
  display: block;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap ul.nav_list.uk-accordion-default li a::after {
  content: none;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap ul.nav_list.uk-accordion-default li a::before {
  background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/accordion-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap ul.nav_list.uk-accordion-default li.uk-open a::before {
  transform: rotate(180deg);
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap ul.nav_list.uk-accordion-default li .uk-accordion-content a {
  font-size: 16px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap .contact .uk-flex .flex-item h2, #header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap .contact .uk-flex .flex-item p {
  color: #fff;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap .contact .uk-flex .flex-item h2 {
  font-size: 34px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap .contact .uk-flex .flex-item p {
  font-size: 20px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap .sns .uk-flex {
  gap: 30px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav_menu_wrap .sns .uk-flex .flex-item {
  width: -moz-fit-content;
  width: fit-content;
}

#footer {
  background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/footer-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #FEDFDF;
}
#footer .section-wrap {
  padding-top: 100px;
  padding-bottom: 20px;
}
#footer .section-wrap h1, #footer .section-wrap h2, #footer .section-wrap h3, #footer .section-wrap h4, #footer .section-wrap p, #footer .section-wrap a {
  color: #fff;
}
#footer .section-wrap .uk-flex.main .flex-item:last-child .uk-flex {
  gap: 0;
}
#footer .section-wrap .uk-flex.main .flex-item:last-child .uk-flex .flex-item-sub:not(:last-child) {
  margin-right: 60px;
}
#footer .section-wrap .uk-flex.main .flex-item:last-child .uk-flex .flex-item-sub:nth-child(2) ul li {
  margin-bottom: 10px;
}
#footer .section-wrap .uk-flex.main .flex-item:last-child .uk-flex .flex-item-sub .sns-box a:first-child {
  margin-right: 20px;
}
#footer .section-wrap .uk-flex.main .flex-item:last-child .uk-flex .flex-item-sub .sns-box a img {
  width: 50px;
}
#footer .top-btn {
  position: absolute;
  top: -30px;
  right: 0px;
}
#footer .top-btn a {
  display: grid;
}
#footer .top-btn a img {
  width: 50px;
  height: 50px;
}
#footer .top-btn a svg {
  display: none;
}

#front-mv {
  position: relative;
  background: #F9F7F7;
}
#front-mv .bg {
  height: 100%;
}
#front-mv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.8;
}
#front-mv .energy-station-banner .uk-flex {
  position: absolute;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  bottom: -15px;
}
#front-mv .energy-station-banner .title {
  bottom: 70px;
  z-index: 1;
}
#front-mv .energy-station-banner .title .catch-copy {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
#front-mv .energy-station-banner .title .catch-copy::before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 45px;
  top: 60%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, rgba(248, 106, 106, 0), #f86a6a 50%, rgba(248, 106, 106, 0) 100%);
}
#front-mv .energy-station-banner .title h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 0 3px 10px rgba(217, 42, 42, 0.5);
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#front-mv .energy-station-banner .banner {
  bottom: 20px;
  right: -40px;
  z-index: 1;
}
#front-mv .energy-station-banner .banner a {
  display: block;
}

#front-banner {
  background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-mv-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 0;
}
#front-banner .section-wrap .energy-station-banner {
  position: relative;
  margin-top: -75px;
  z-index: 1;
}
#front-banner .section-wrap .energy-station-banner .title h1 {
  font-size: 64px;
  color: #fff;
  text-shadow: 0 3px 5px rgba(217, 42, 42, 0.5);
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#front-banner .section-wrap .energy-station-banner .banner {
  bottom: 20px;
  right: -40px;
  z-index: 1;
}
#front-banner .section-wrap .energy-station-banner .banner a {
  display: block;
}
#front-banner .section-wrap .energy-station-banner .banner a img {
  display: block;
  margin: 0 auto;
}

#front-business {
  position: relative;
  padding: 70px 0;
  background: #F9F7F7;
}
#front-business .section-wrap .section-title h1 {
  font-size: 56px;
}
#front-business .section-wrap .business-wrap {
  position: relative;
  padding-top: 50px;
}
#front-business .section-wrap .business-wrap .deco-gas, #front-business .section-wrap .business-wrap .deco-hoos, #front-business .section-wrap .business-wrap .deco-tank {
  position: absolute;
  z-index: 0;
}
#front-business .section-wrap .business-wrap .deco-gas {
  top: 55%;
  left: 35%;
  width: 70px;
  transform: translate(-50%, -50%);
}
#front-business .section-wrap .business-wrap .deco-hoos {
  top: 50%;
  left: 65%;
  width: 130px;
  transform: translate(-50%, -50%);
}
#front-business .section-wrap .business-wrap .deco-tank {
  bottom: 0;
  left: 70%;
  width: 100px;
  transform: translateX(-50%);
}
#front-business .section-wrap .business-wrap .uk-grid {
  gap: 40px 0;
}
#front-business .section-wrap .business-wrap .uk-grid .item:nth-child(3n+2) {
  margin-top: 50px;
}
#front-business .section-wrap .business-wrap .uk-grid .item .text-box a {
  border: 2px solid #F86A6A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  color: #F86A6A;
  position: relative;
  box-sizing: border-box;
}
#front-business .section-wrap .business-wrap .uk-grid .item .text-box a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow-btn-red.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

#front-sns {
  background: #F9F7F7;
  padding: 40px 0;
  padding-bottom: 50px;
}
#front-sns .section-wrap .instagram-wrap {
  position: relative;
  padding: 80px 60px;
  border: 2px solid #F86A6A;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 100px;
  box-shadow: 0 5px 10px #EFE0E0;
}
#front-sns .section-wrap .instagram-wrap .sb-box {
  position: absolute;
  top: -40px;
  left: 0;
}
#front-sns .section-wrap .instagram-wrap .sb-box img {
  width: 100%;
}
#front-sns .section-wrap .instagram-wrap .uk-flex .flex-item:first-child {
  position: relative;
  z-index: 1;
}
#front-sns .section-wrap .instagram-wrap .uk-flex .flex-item:first-child .title h1 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#front-sns .section-wrap .instagram-wrap .uk-flex .flex-item:first-child .title p {
  color: #9CA3AF;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-sns .section-wrap .instagram-wrap .uk-flex .flex-item:first-child .deco-img {
  position: absolute;
  top: 0;
  left: -20px;
  width: 200px;
  height: 200px;
  z-index: -1;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-sns-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-sns-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #FEDFDF;
}
#front-sns .section-wrap .instagram-wrap .uk-flex .flex-item:last-child .sbi .sbi_item {
  border-radius: 16px;
}
#front-sns .section-wrap .instagram-wrap .uk-flex .flex-item:last-child a.btn {
  border: 2px solid #F86A6A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  color: #F86A6A;
  margin-left: auto;
  margin-top: 20px;
  position: relative;
}
#front-sns .section-wrap .instagram-wrap .uk-flex .flex-item:last-child a.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow-btn-red.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
#front-sns .section-wrap .line-wrap {
  position: relative;
  border: 2px solid #80DDDD;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 10px #EFE0E0;
}
#front-sns .section-wrap .line-wrap .line-top {
  padding: 80px 60px;
  padding-bottom: 0;
}
#front-sns .section-wrap .line-wrap .sb-box {
  position: absolute;
  top: -40px;
  left: 0;
}
#front-sns .section-wrap .line-wrap .sb-box img {
  width: 100%;
}
#front-sns .section-wrap .line-wrap .uk-flex .flex-item:first-child {
  position: relative;
  z-index: 1;
}
#front-sns .section-wrap .line-wrap .uk-flex .flex-item:first-child .title h1 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#front-sns .section-wrap .line-wrap .uk-flex .flex-item:first-child .title p {
  color: #9CA3AF;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-sns .section-wrap .line-wrap .uk-flex .flex-item:first-child .deco-img {
  position: absolute;
  top: 0;
  left: -20px;
  width: 200px;
  height: 200px;
  z-index: -1;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-sns-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-sns-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: rgba(128, 221, 221, 0.3);
}
#front-sns .section-wrap .line-wrap .uk-flex .flex-item:last-child {
  margin-bottom: 0;
}
#front-sns .section-wrap .line-wrap .qr-list {
  background: #D8F4F4;
  padding: 40px 60px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#front-sns .section-wrap .line-wrap .qr-list .list .uk-grid {
  gap: 40px 0;
}
#front-sns .section-wrap .line-wrap .qr-list .list .uk-grid .item .uk-flex {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  gap: 40px;
}
#front-sns .section-wrap .line-wrap .qr-list .list .uk-grid .item .uk-flex h2 {
  margin-bottom: 30px;
}

#front-company-recruit .section-wrap {
  position: relative;
}
#front-company-recruit .section-wrap .bg {
  position: absolute;
  top: 0;
  width: calc(50% - 2px);
  height: 100%;
}
#front-company-recruit .section-wrap .bg.company {
  left: 0;
  border: 2px solid #F86A6A;
}
#front-company-recruit .section-wrap .bg.recruit {
  right: 0;
  border: 2px solid #80DDDD;
}
#front-company-recruit .section-wrap .uk-container {
  position: relative;
}
#front-company-recruit .section-wrap .uk-container .deco.company::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 150px;
  height: 20px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-company-recruit-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-company-recruit-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
}
#front-company-recruit .section-wrap .uk-container .deco.recruit::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 150px;
  height: 20px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-company-recruit-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-company-recruit-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #80DDDD;
}
#front-company-recruit .section-wrap .uk-flex {
  padding: 50px 0;
}
#front-company-recruit .section-wrap .uk-flex .flex-item:first-child {
  border: 4px solid #F86A6A;
  padding: 20px;
  position: relative;
}
#front-company-recruit .section-wrap .uk-flex .flex-item:first-child::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 150px;
  height: 20px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-company-recruit-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-company-recruit-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
}
#front-company-recruit .section-wrap .uk-flex .flex-item:first-child .section-title h1 {
  color: #F86A6A;
}
#front-company-recruit .section-wrap .uk-flex .flex-item:last-child {
  border: 4px solid #80DDDD;
  padding: 20px;
  position: relative;
}
#front-company-recruit .section-wrap .uk-flex .flex-item:last-child::before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 150px;
  height: 20px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-company-recruit-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/front/front-company-recruit-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #80DDDD;
}
#front-company-recruit .section-wrap .uk-flex .flex-item:last-child .section-title h1 {
  color: #80DDDD;
}
#front-company-recruit .section-wrap .uk-flex .flex-item:last-child a.button {
  border-color: #80DDDD;
  color: #80DDDD;
}
#front-company-recruit .section-wrap .uk-flex .flex-item:last-child a.button::before {
  background: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow-btn-blue.svg") no-repeat center center;
}
#front-company-recruit .section-wrap .uk-flex .flex-item a.button {
  border: 2px solid #F86A6A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  height: 70px;
  color: #F86A6A;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  box-sizing: border-box;
}
#front-company-recruit .section-wrap .uk-flex .flex-item a.button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow-btn-red.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

#front-contact {
  background: #F9F7F7;
  padding: 50px 0;
}
#front-contact .section-wrap .section-title h1 {
  font-size: 56px;
}
#front-contact .section-wrap .contact-wrap .uk-flex.main {
  gap: 40px;
}
#front-contact .section-wrap .contact-wrap .uk-flex.main .flex-item {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
}
#front-contact .section-wrap .contact-wrap .uk-flex.main .flex-item a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#front-contact .section-wrap .contact-wrap .uk-flex.main .flex-item a .uk-flex.sub {
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}
#front-contact .section-wrap .contact-wrap .uk-flex.main .flex-item a .uk-flex.sub .sub-flex-item:first-child {
  width: 40px;
}
#front-contact .section-wrap .contact-wrap .uk-flex.main .flex-item a .uk-flex.sub .sub-flex-item p {
  letter-spacing: 0.06em;
}

#company-message {
  background: #F9F7F7;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
#company-message .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/company/company-message-bg.webp");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/company/company-message-bg.webp");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #fff;
  z-index: -1;
}
#company-message .section-wrap .section-title h1 {
  color: #F86A6A;
}
#company-message .section-wrap .uk-grid .flex-item img {
  max-height: 560px;
  display: block;
  margin-left: auto;
}
#company-message .section-wrap .uk-grid .flex-item h3 span.fs-36 {
  font-size: 28px;
}

#company-outline {
  background: #F9F7F7;
  padding: 50px 0;
}
#company-outline .section-wrap .outline-wrap {
  border: 1px solid #F86A6A;
  border-radius: 16px;
  padding: 30px 20px;
  position: relative;
}
#company-outline .section-wrap .outline-wrap::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 20px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
}
#company-outline .section-wrap .outline-wrap .outline-list .uk-flex {
  gap: 20px;
  align-items: center;
}
#company-outline .section-wrap .outline-wrap .outline-list .uk-flex:not(:last-child) .flex-item:first-child {
  width: 100%;
  max-width: 75px;
  border-top: 1px solid #9CA3AF;
  height: 90px;
}
#company-outline .section-wrap .outline-wrap .outline-list .uk-flex:not(:last-child) .flex-item:first-child p {
  height: 100%;
  display: flex;
  align-items: center;
}
#company-outline .section-wrap .outline-wrap .outline-list .uk-flex:not(:last-child) .flex-item:last-child {
  width: 100%;
  border-top: 1px solid #9CA3AF;
  height: 90px;
}
#company-outline .section-wrap .outline-wrap .outline-list .uk-flex:not(:last-child) .flex-item:last-child p {
  height: 100%;
  display: flex;
  align-items: center;
}
#company-outline .section-wrap .outline-wrap .outline-list .uk-flex:last-child {
  align-items: stretch;
}
#company-outline .section-wrap .outline-wrap .outline-list .uk-flex:last-child .flex-item:first-child {
  width: 100%;
  max-width: 75px;
  border-top: 1px solid #9CA3AF;
  border-bottom: 1px solid #9CA3AF;
  padding: 20px 0;
}
#company-outline .section-wrap .outline-wrap .outline-list .uk-flex:last-child .flex-item:last-child {
  width: 100%;
  border-top: 1px solid #9CA3AF;
  border-bottom: 1px solid #9CA3AF;
  padding: 20px 0;
}
#company-outline .section-wrap .outline-wrap .outline-list .uk-flex:last-child .flex-item:last-child .uk-grid p.store {
  display: flex;
  align-items: center;
  gap: 10px;
}
#company-outline .section-wrap .outline-wrap .outline-list .uk-flex:last-child .flex-item:last-child .uk-grid p.store::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: #374151;
}
#company-outline .section-wrap .outline-wrap .main-office-box, #company-outline .section-wrap .outline-wrap .base-box {
  position: relative;
  padding-left: 20px;
  margin-top: 40px;
}
#company-outline .section-wrap .outline-wrap .main-office-box::before, #company-outline .section-wrap .outline-wrap .base-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #80DDDD;
  border-radius: 4px;
}
#company-outline .section-wrap .outline-wrap .main-office-box a.btn, #company-outline .section-wrap .outline-wrap .base-box a.btn {
  border: 2px solid #F86A6A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  color: #F86A6A;
  margin-left: auto;
  margin-top: 20px;
  position: relative;
}
#company-outline .section-wrap .outline-wrap .main-office-box a.btn::before, #company-outline .section-wrap .outline-wrap .base-box a.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 15px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
  transform: translateY(-50%);
}

#company-history {
  padding: 50px 0 100px 0;
  background: #F9F7F7;
}
#company-history .section-wrap .history-wrap {
  border: 1px solid #F86A6A;
  border-radius: 16px;
  padding: 30px 20px;
  position: relative;
}
#company-history .section-wrap .history-wrap::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 20px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
}
#company-history .section-wrap .history-wrap .history-list .uk-flex {
  gap: 20px;
  align-items: center;
}
#company-history .section-wrap .history-wrap .history-list .uk-flex .flex-item:first-child {
  width: 100%;
  max-width: 80px;
  border-top: 1px solid #9CA3AF;
  height: 90px;
}
#company-history .section-wrap .history-wrap .history-list .uk-flex .flex-item:first-child p {
  height: 100%;
  display: flex;
  align-items: center;
}
#company-history .section-wrap .history-wrap .history-list .uk-flex .flex-item:last-child {
  width: 100%;
  border-top: 1px solid #9CA3AF;
  height: 90px;
}
#company-history .section-wrap .history-wrap .history-list .uk-flex .flex-item:last-child p {
  height: 100%;
  display: flex;
  align-items: center;
}
#company-history .section-wrap .history-wrap .history-list .uk-flex:last-child .flex-item {
  border-bottom: 1px solid #9CA3AF;
}

#stores-list {
  background: #F9F7F7;
}
#stores-list .section-wrap ul.page-nav {
  padding: 40px 0;
}
#stores-list .section-wrap ul.page-nav li {
  height: 65px;
}
#stores-list .section-wrap ul.page-nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #F86A6A;
  border-radius: 16px;
  background: #fff;
  font-size: 20px;
  color: #F86A6A;
  padding: 0 20px;
  box-sizing: border-box;
}
#stores-list .section-wrap ul.page-nav li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #F86A6A transparent transparent transparent;
}
#stores-list .section-wrap ul.store-list li.store-box {
  box-shadow: 0 5px 10px #EFE0E0;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 100px;
  scroll-margin-top: 150px;
}
#stores-list .section-wrap ul.store-list li.store-box.stores-delivery-center .title-box {
  background: #80DDDD;
}
#stores-list .section-wrap ul.store-list li.store-box.stores-delivery-center .main-box .uk-grid .img-slide ul.uk-thumbnav li.uk-active a::before {
  border: 3px solid #80DDDD !important;
}
#stores-list .section-wrap ul.store-list li.store-box.stores-delivery-center .main-box .text-box .address-box .uk-flex .flex-item:first-child p::before, #stores-list .section-wrap ul.store-list li.store-box.stores-delivery-center .main-box .text-box .tel-box .uk-flex .flex-item:first-child p::before, #stores-list .section-wrap ul.store-list li.store-box.stores-delivery-center .main-box .text-box .time-box .uk-flex .flex-item:first-child p::before, #stores-list .section-wrap ul.store-list li.store-box.stores-delivery-center .main-box .text-box .supplement-box .uk-flex .flex-item:first-child p::before {
  background: #80DDDD !important;
}
#stores-list .section-wrap ul.store-list li.store-box .title-box {
  background: #F86A6A;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 20px;
}
#stores-list .section-wrap ul.store-list li.store-box .title-box .uk-flex .flex-item:first-child {
  margin-bottom: 10px;
}
#stores-list .section-wrap ul.store-list li.store-box .title-box .uk-flex .flex-item h1 {
  color: #fff;
}
#stores-list .section-wrap ul.store-list li.store-box .title-box .uk-flex .flex-item .uk-grid .grid-item {
  max-width: 95px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box {
  padding: 40px 20px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide .uk-slideshow-items {
  aspect-ratio: unset;
  height: 100%;
  max-height: 550px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide img {
  border-radius: 16px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide ul.uk-thumbnav li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
  transition: 0.3s ease;
  border-radius: 16px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide ul.uk-thumbnav li.uk-active a::before {
  border: 3px solid #F86A6A;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide a.uk-slidenav-previous, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide a.uk-slidenav-next {
  margin: 0;
  padding: 10px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide a.uk-slidenav-previous img, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide a.uk-slidenav-next img {
  display: block;
  margin: 0 auto;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide a.uk-slidenav-previous svg, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide a.uk-slidenav-next svg {
  display: none;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide a.uk-slidenav-previous img {
  transform: rotate(180deg);
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide .uk-dotnav li.uk-active a {
  background: #F86A6A;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide .uk-dotnav li a {
  border-color: #F86A6A;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .address-box, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .tel-box, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .time-box, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .supplement-box {
  border-top: 1px solid #9CA3AF;
  padding-top: 20px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .address-box .uk-flex .flex-item:first-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .tel-box .uk-flex .flex-item:first-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .time-box .uk-flex .flex-item:first-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .supplement-box .uk-flex .flex-item:first-child {
  width: 100%;
  max-width: 130px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .address-box .uk-flex .flex-item:first-child p, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .tel-box .uk-flex .flex-item:first-child p, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .time-box .uk-flex .flex-item:first-child p, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .supplement-box .uk-flex .flex-item:first-child p {
  display: flex;
  align-items: center;
  gap: 10px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .address-box .uk-flex .flex-item:first-child p::before, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .tel-box .uk-flex .flex-item:first-child p::before, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .time-box .uk-flex .flex-item:first-child p::before, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .supplement-box .uk-flex .flex-item:first-child p::before {
  content: "";
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/map-icon.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/map-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .address-box .uk-flex .flex-item:last-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .tel-box .uk-flex .flex-item:last-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .time-box .uk-flex .flex-item:last-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .supplement-box .uk-flex .flex-item:last-child {
  margin: 0;
  margin-top: 10px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .address-box {
  border: none;
  padding-top: 0 !important;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .address-box .uk-flex .flex-item a.map-btn {
  margin-left: 0;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .tel-box {
  margin-top: 20px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .tel-box .uk-flex .flex-item:first-child p::before {
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/tel-icon.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/tel-icon.svg");
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .time-box {
  margin-top: 20px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .time-box .uk-flex .flex-item:first-child p::before {
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/time-icon.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/time-icon.svg");
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .supplement-box {
  margin-top: 20px;
}
#stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .supplement-box .uk-flex .flex-item:first-child p::before {
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/supplement-icon.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/supplement-icon.svg");
}
#stores-list .section-wrap ul.store-list li.store-box .point-box {
  padding: 70px 20px 20px 20px;
  background: #EFFBFB;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  position: relative;
}
#stores-list .section-wrap ul.store-list li.store-box .point-box .sb-box {
  position: absolute;
  top: -60px;
  left: 40px;
}
#stores-list .section-wrap ul.store-list li.store-box .point-box .sb-box img {
  width: 100%;
}
#stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-item .uk-flex .title-img {
  max-width: 70px;
}
#stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-item h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
#stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-item h3::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #80DDDD;
}
#stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-item p span {
  color: #F86A6A;
}
#stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-item p span.check::before {
  content: "✔️";
  color: #80DDDD;
  opacity: 1;
}
#stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-item .tank-img {
  position: unset;
  margin-left: auto;
  max-width: 100px;
}
#stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid.stores-juumonji .point-item:first-child {
  width: auto;
}
#stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid.stores-higashi-yuri .point-img {
  max-width: 220px;
  margin-left: auto;
}

#recruit-about .section-wrap {
  position: relative;
  z-index: 0;
  padding: 60px 0;
}
#recruit-about .section-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/recruit/recruit-about-bg-im01.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
#recruit-about .section-wrap p span {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#recruit-list .section-wrap ul.page-nav {
  padding: 30px 0;
}
#recruit-list .section-wrap ul.page-nav li {
  height: 60px;
}
#recruit-list .section-wrap ul.page-nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #F86A6A;
  border-radius: 16px;
  background: #fff;
  font-size: 20px;
  color: #F86A6A;
  padding: 0 20px;
  box-sizing: border-box;
}
#recruit-list .section-wrap ul.page-nav li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #F86A6A transparent transparent transparent;
}
#recruit-list .section-wrap ul.page-nav li a.entry {
  background: #C1FF42;
  border-color: #374151;
  color: #374151;
}
#recruit-list .section-wrap ul.page-nav li a.entry::before {
  border-color: #374151 transparent transparent transparent;
}
#recruit-list #recruit-top {
  padding-bottom: 100px;
  scroll-margin-top: 150px;
}
#recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item {
  border: 4px solid #F86A6A;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 60px;
  box-shadow: 0 5px 10px #efe0e0;
}
#recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item.home-life {
  border-color: #80DDDD;
}
#recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .title-box {
  background: #F86A6A;
  padding: 20px;
}
#recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .title-box.home-life {
  background: #80DDDD;
}
#recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .title-box h1 {
  color: #fff;
}
#recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .main-box {
  padding: 20px;
}
#recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .main-box .uk-grid .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
#recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .main-box .uk-grid .text-box-inner a.btn {
  border: 2px solid #F86A6A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 70px;
  color: #F86A6A;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
#recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .main-box .uk-grid .text-box-inner a.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow-btn-red.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
#recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .main-box .uk-grid .text-box .business-text {
  border-top: 1px solid #9CA3AF;
  border-bottom: 1px solid #9CA3AF;
  padding: 30px 0;
}
#recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .main-box .uk-grid .text-box .business-text h3 span.check::before {
  content: "✔️";
  color: #80DDDD;
  opacity: 1;
  padding-right: 5px;
}
#recruit-list #recruit-staff {
  background: #F9F7F7;
  padding: 0 0 50px 0;
  position: relative;
}
#recruit-list #recruit-staff::before {
  content: "";
  position: absolute;
  top: -400px;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/recruit/recruit-staff-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
#recruit-list #recruit-staff .section-wrap .section-title h1 {
  font-size: 56px;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item {
  position: relative;
  z-index: 1;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item::before {
  content: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 260px;
  background: #80DDDD;
  border-radius: 50%;
  z-index: -1;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item.light-red::before {
  background: #FEE7E7;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item.light-blue::before {
  background: #D8F4F4;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item:nth-child(2n)::before {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item:nth-child(2n) .staff-item-wrap.active .uk-grid .staff-img .img-box {
  transform: rotate(10deg);
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item:nth-child(2n) .staff-item-wrap .uk-grid {
  flex-direction: row-reverse;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item:nth-child(2n) .staff-item-wrap .uk-grid .staff-info .staff-division::before {
  right: auto;
  left: 50px;
  transform: rotate(150deg);
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap.active .uk-grid .staff-img .img-box {
  transform: rotate(-10deg);
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap.active .uk-grid .staff-img .img-box .img-box-hover {
  opacity: 1;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-division.sp {
  padding: 10px;
  text-align: center;
  position: relative;
  top: 0;
  border-radius: 16px;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 30px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-division.sp::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 50px;
  bottom: -30px;
  left: 50px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/triangle.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/triangle.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
  transform: rotate(-209deg);
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-division.sp.light-red {
  background: #F86A6A;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-division.sp.light-blue {
  background: #80DDDD;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-division.sp.light-blue::before {
  background: #80DDDD;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-division.sp h3 {
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img {
  position: relative;
  z-index: 1;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 260px;
  background: #80DDDD;
  border-radius: 50%;
  z-index: -1;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img.light-red::before {
  background: #FEE7E7;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img.light-blue::before {
  background: #D8F4F4;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img .img-box {
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img .img-box img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img .img-box .img-box-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 250px;
  overflow: hidden;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img .img-box .img-box-hover img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img .img-box .img-box-hover {
  transition: 0.3s ease;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-division {
  padding: 10px;
  text-align: center;
  position: relative;
  top: 0;
  border-radius: 16px;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-division::before {
  content: none;
  position: absolute;
  width: 40px;
  height: 50px;
  bottom: -30px;
  right: 50px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/triangle.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/triangle.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
  transform: rotate(-150deg);
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-division.light-red {
  background: #F86A6A;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-division.light-blue {
  background: #80DDDD;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-division.light-blue::before {
  background: #80DDDD;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-division h3 {
  color: #fff;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-info-inner {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-info-inner a.more-staff p {
  color: #F86A6A;
}
#recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-info-inner.sp .info-wrap .uk-flex {
  gap: 20px;
  text-align: left;
}
#recruit-list #recruit-requirements {
  position: relative;
  padding: 50px 0;
  scroll-margin-top: 100px;
}
#recruit-list #recruit-requirements::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 20px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#recruit-list #recruit-requirements .section-wrap .section-title h1 {
  font-size: 56px;
}
#recruit-list #recruit-requirements .section-wrap .requirement-list {
  margin-top: 50px;
}
#recruit-list #recruit-requirements .section-wrap .requirement-list .accordion-box ul li a.uk-accordion-title {
  border-bottom: 4px solid #9CA3AF;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#recruit-list #recruit-requirements .section-wrap .requirement-list .accordion-box ul li a.uk-accordion-title::before {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
#recruit-list #recruit-requirements .section-wrap .requirement-list .accordion-box ul li a.uk-accordion-title .title h2.cat {
  color: #F86A6A;
}
#recruit-list #recruit-requirements .section-wrap .requirement-list .accordion-box ul li .uk-accordion-content .type {
  margin-bottom: 20px;
}
#recruit-list #recruit-requirements .section-wrap .requirement-list .accordion-box ul li .uk-accordion-content .type .flex-item {
  border-bottom: 1px solid #9CA3AF;
  padding-bottom: 20px;
}
#recruit-list #recruit-requirements .section-wrap .requirement-list .accordion-box ul li .uk-accordion-content .type .flex-item:first-child {
  width: 30%;
}
#recruit-list #recruit-requirements .section-wrap .requirement-list .accordion-box ul li .uk-accordion-content .type .flex-item:last-child {
  width: 65%;
}
#recruit-list #recruit-faq {
  background: #F9F7F7;
  position: relative;
  padding: 50px 0;
}
#recruit-list #recruit-faq::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 20px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#recruit-list #recruit-faq .section-wrap .section-title h1 {
  font-size: 56px;
}
#recruit-list #recruit-faq .section-wrap .faq-list .accordion-box {
  border-bottom: 4px solid #9CA3AF;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#recruit-list #recruit-faq .section-wrap .faq-list .accordion-box ul li.uk-open a.uk-accordion-title::before {
  background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/close.svg");
}
#recruit-list #recruit-faq .section-wrap .faq-list .accordion-box ul li a.uk-accordion-title::before {
  background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/open.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#recruit-list #recruit-entry {
  background-image: linear-gradient(#c1f061, #80dddd);
  position: relative;
  padding: 50px 0;
}
#recruit-list #recruit-entry::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 20px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#recruit-list #recruit-entry .section-wrap .section-title h1 {
  font-size: 56px;
}
#recruit-list #recruit-entry .section-wrap .form-container {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
}
#recruit-list #recruit-entry .section-wrap .form-container .form-box {
  max-width: 600px;
  margin: 0 auto;
}
#recruit-list #recruit-entry .section-wrap .form-container .form-box select {
  width: -webkit-fill-available;
  max-width: 400px;
  border-radius: 5px;
  border: 1px solid #9CA3AF;
  outline: none;
  padding: 10px;
  font-size: 16px;
  -webkit-appearance: none;
  background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 12px center;
  margin-top: 10px;
}
#recruit-list #recruit-entry .section-wrap .form-container .form-box input {
  width: -webkit-fill-available;
  border-radius: 5px;
  border: 1px solid #9CA3AF;
  outline: none;
  padding: 10px;
  font-size: 16px;
  margin-top: 10px;
}
#recruit-list #recruit-entry .section-wrap .form-container .form-box input:focus {
  border-color: #F86A6A;
}
#recruit-list #recruit-entry .section-wrap .form-container .form-box textarea {
  width: -webkit-fill-available;
  border-radius: 5px;
  border: 1px solid #9CA3AF;
  outline: none;
  padding: 10px;
  font-size: 16px;
  margin-top: 10px;
}
#recruit-list #recruit-entry .section-wrap .form-container .form-box textarea:focus {
  border-color: #F86A6A;
}
#recruit-list #recruit-entry .section-wrap .form-container .form-box .required {
  color: #F86A6A;
  padding-left: 5px;
}
#recruit-list #recruit-entry .section-wrap .form-container .form-box span.your-employment-type label input {
  width: 20px;
  height: 20px;
  opacity: 0;
  display: none;
}
#recruit-list #recruit-entry .section-wrap .form-container .form-box span.your-employment-type label span {
  color: #374151;
}
#recruit-list #recruit-entry .section-wrap .form-container .form-box span.your-employment-type label .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #374151;
  border-radius: 100%;
  content: "";
  height: 1em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  width: 1em;
  margin-top: -1px;
  display: inline-flex;
  /* チェック後のボタン */
}
#recruit-list #recruit-entry .section-wrap .form-container .form-box span.your-employment-type label input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #F86A6A;
  box-shadow: inset 0 0 0 3px #fff;
}
#recruit-list #recruit-entry .section-wrap .form-container .check-box {
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
}
#recruit-list #recruit-entry .section-wrap .form-container .check-box a {
  color: #F86A6A;
  border-bottom: 1px solid #F86A6A;
}
#recruit-list #recruit-entry .section-wrap .form-container .check-box .check {
  margin-top: 20px;
}
#recruit-list #recruit-entry .section-wrap .form-container .button {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 60px;
  transition: all 0.3s ease;
}
#recruit-list #recruit-entry .section-wrap .form-container .button p {
  height: inherit;
}
#recruit-list #recruit-entry .section-wrap .form-container .button input {
  border-radius: 50px;
  background: #fff;
  border: 2px solid #F86A6A;
  color: #F86A6A;
  width: 100%;
  height: 100%;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#recruit-list #recruit-entry .section-wrap .form-container .button input:hover {
  background: #F86A6A;
  color: #fff;
}
#recruit-list #recruit-entry .section-wrap .wpcf7-response-output {
  background: #fff;
}

#staff-info {
  background: #F9F7F7;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
#staff-info .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/company/company-message-bg.webp");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/company/company-message-bg.webp");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #fff;
  z-index: -1;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-img {
  position: relative;
  z-index: 1;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-img .staff-img-wrap {
  position: relative;
  z-index: 1;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-img .staff-img-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-img .staff-img-wrap.light-red::before {
  background: #FEE7E7;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-img .staff-img-wrap.light-blue::before {
  background: #80DDDD;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-img .staff-img-wrap img {
  max-height: 250px;
  display: block;
  margin: 0 auto;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-car, #staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-sparkling, #staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-tire {
  position: absolute;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-car {
  max-width: 135px;
  top: -90px;
  left: 0;
  transform: rotate(-10deg);
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-sparkling {
  max-width: 60px;
  top: -25px;
  right: 70px;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-tire {
  max-width: 120px;
  bottom: 0;
  right: 0;
  transform: rotate(167deg);
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-info .staff-division {
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-info .staff-division h2 {
  color: #fff;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-info .staff-division.light-red {
  background: #F86A6A;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-info .staff-division.light-blue {
  background: #80DDDD;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-info .staff-job {
  position: relative;
  border-top: 1px solid #9CA3AF;
  border-bottom: 1px solid #9CA3AF;
  padding-top: 40px;
  padding-bottom: 30px;
}
#staff-info .section-wrap .staff-info-about .uk-grid .staff-info .staff-job h3.job-title {
  position: absolute;
  top: -15px;
  left: 0;
  background: #fff;
  padding-right: 10px;
}

#staff-qa {
  background: #F9F7F7;
}
#staff-qa .section-wrap .qa-wrap {
  position: relative;
  padding-left: 30px;
  min-height: 130px;
}
#staff-qa .section-wrap .qa-wrap:not(#staff-qa .section-wrap .qa-wrap:last-child) {
  margin: 50px 0;
}
#staff-qa .section-wrap .qa-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  border-radius: 4px;
}
#staff-qa .section-wrap .qa-wrap.light-red::before {
  background: #F86A6A;
}
#staff-qa .section-wrap .qa-wrap.light-red h3.question {
  color: #F86A6A;
}
#staff-qa .section-wrap .qa-wrap.light-blue::before {
  background: #80DDDD;
}
#staff-qa .section-wrap .qa-wrap.light-blue h3.question {
  color: #80DDDD;
}

#staff-other {
  background: #F9F7F7;
}
#staff-other .section-wrap {
  position: relative;
  padding: 50px 0;
}
#staff-other .section-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #80DDDD;
}
#staff-other .section-wrap .title h2 {
  color: #F86A6A;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
#staff-other .section-wrap .title h2::before, #staff-other .section-wrap .title h2::after {
  content: "";
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco-group-3.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco-group-3.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
  width: 60px;
  height: 20px;
}
#staff-other .section-wrap .other-list {
  margin-top: 30px;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-division {
  top: -45px;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 30px;
  border-radius: 12px;
  height: 70px;
  box-sizing: border-box;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 40px;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-division::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 50px;
  bottom: -25px;
  left: 50px;
  -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/triangle.svg");
          mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/triangle.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #F86A6A;
  transform: rotate(-209deg);
  z-index: -1;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-division.light-red {
  background: #F86A6A;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-division.light-red::before {
  background: #F86A6A;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-division.light-blue {
  background: #80DDDD;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-division.light-blue::before {
  background: #80DDDD;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-division h3 {
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-img {
  height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-img::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-img.light-red::before {
  background: #FEE7E7;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-img.light-blue::before {
  background: #80DDDD;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap .other-wrap .uk-flex {
  gap: 20px;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap a.more-staff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 200px;
  height: 50px;
  color: #F86A6A;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  padding-bottom: 10px;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap a.more-staff p {
  position: relative;
  width: 100%;
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap a.more-staff p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow-btn-staff-other.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
#staff-other .section-wrap .other-list .other-item .other-item-wrap a.more-staff::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #F86A6A;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
#staff-other .section-wrap a.recruit-top {
  border: 2px solid #F86A6A;
  border-radius: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 70px;
  color: #F86A6A;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
#staff-other .section-wrap a.recruit-top::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/arrow-btn-red.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  main {
    padding-top: 0;
  }
  .line-height-48 {
    line-height: 48px;
  }
  #page-mv {
    height: 400px;
  }
  #page-mv .page-mv .uk-container .section-title {
    top: 60%;
  }
  #page-mv .page-mv .uk-container .section-title h1 {
    font-size: 80px;
  }
  nav.breadcrumbs {
    overflow: hidden;
  }
  nav.breadcrumbs ul {
    width: auto;
  }
  .section-title h1 {
    font-size: 64px;
  }
  #privacy-wrap {
    padding: 40px 0;
  }
  #header .section-wrap .uk-flex .flex-item:first-child img.logo {
    max-width: 270px;
  }
  #footer .section-wrap .uk-flex.main .flex-item:last-child .uk-flex .flex-item-sub .sns-box a:first-child {
    margin-right: 10px;
  }
  #footer .section-wrap .uk-flex.main .flex-item:last-child .uk-flex .flex-item-sub .sns-box a img {
    width: 30px;
  }
  #footer .top-btn {
    top: -30px;
    right: 80px;
  }
  #front-mv .energy-station-banner .uk-flex {
    bottom: 200px;
  }
  #front-mv .energy-station-banner .title {
    padding-left: 100px;
    left: 10%;
    margin-top: -150px;
  }
  #front-mv .energy-station-banner .title .catch-copy::before {
    width: calc(100% + 100px);
  }
  #front-mv .energy-station-banner .title h1 {
    font-size: 80px;
    text-align: left;
  }
  #front-business {
    padding: 100px 0;
  }
  #front-business .section-wrap .business-wrap {
    padding-top: 0;
  }
  #front-business .section-wrap .business-wrap .uk-grid {
    gap: 100px 0;
  }
  #front-sns {
    padding: 100px 0;
    padding-bottom: 150px;
  }
  #front-sns .section-wrap .instagram-wrap .sb-box {
    left: -40px;
  }
  #front-sns .section-wrap .instagram-wrap .uk-flex .flex-item:last-child a.btn {
    width: 260px;
  }
  #front-sns .section-wrap .line-wrap .sb-box {
    left: -40px;
  }
  #front-sns .section-wrap .line-wrap .qr-list .list .uk-grid .item .uk-flex a.line-btn {
    margin: 0;
  }
  #front-company-recruit .section-wrap .uk-flex {
    margin: 80px 0;
    gap: 30%;
  }
  #front-company-recruit .section-wrap .uk-flex .flex-item:first-child {
    border: none;
    padding: 0;
  }
  #front-company-recruit .section-wrap .uk-flex .flex-item:first-child::before {
    content: none;
  }
  #front-company-recruit .section-wrap .uk-flex .flex-item:last-child {
    border: none;
    padding: 0;
  }
  #front-company-recruit .section-wrap .uk-flex .flex-item:last-child::before {
    content: none;
  }
  #front-company-recruit .section-wrap .uk-flex .flex-item a.button {
    margin: 0;
    margin-top: 40px;
  }
  #front-contact {
    padding: 100px 0;
  }
  #company-message {
    padding: 100px 0;
  }
  #company-message .bg {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
  #company-message .section-wrap {
    padding-bottom: 40px;
  }
  #company-message .section-wrap .uk-grid .flex-item h3 {
    font-size: 28px;
  }
  #company-message .section-wrap .uk-grid .flex-item h3 span.fs-24 {
    font-size: 24px;
  }
  #company-message .section-wrap .uk-grid .flex-item h3 span.fs-36 {
    font-size: 36px;
  }
  #company-outline .section-wrap .outline-wrap {
    padding: 80px;
  }
  #company-outline .section-wrap .outline-wrap .outline-list .uk-flex:not(:last-child) .flex-item:first-child {
    max-width: 130px;
  }
  #company-outline .section-wrap .outline-wrap .outline-list .uk-flex:last-child .flex-item:first-child {
    max-width: 130px;
  }
  #company-outline .section-wrap .outline-wrap .main-office-box, #company-outline .section-wrap .outline-wrap .base-box {
    margin-top: 80px;
    padding-left: 40px;
  }
  #company-outline .section-wrap .outline-wrap .main-office-box::before, #company-outline .section-wrap .outline-wrap .base-box::before {
    width: 7px;
  }
  #company-history {
    padding: 50px 0 140px 0;
  }
  #company-history .section-wrap .history-wrap {
    padding: 80px;
  }
  #company-history .section-wrap .history-wrap .history-list .uk-flex .flex-item:first-child {
    max-width: 130px;
  }
  #stores-list .section-wrap ul.page-nav {
    padding: 70px 0;
  }
  #stores-list .section-wrap ul.page-nav li {
    height: 100px;
  }
  #stores-list .section-wrap ul.page-nav li a {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0;
    font-size: 24px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .title-box {
    padding: 30px 60px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .title-box .uk-flex .flex-item:first-child {
    margin-bottom: 0;
  }
  #stores-list .section-wrap ul.store-list li.store-box .title-box .uk-flex .flex-item .uk-grid .grid-item {
    max-width: unset;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box {
    padding: 30px 60px;
    padding-bottom: 100px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide .uk-slideshow-items {
    max-height: 360px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .address-box .uk-flex .flex-item:last-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .tel-box .uk-flex .flex-item:last-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .time-box .uk-flex .flex-item:last-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .supplement-box .uk-flex .flex-item:last-child {
    margin: 0;
  }
  #stores-list .section-wrap ul.store-list li.store-box .point-box {
    padding: 70px 60px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-item .uk-flex .title-img {
    max-width: 80px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-img.yokote-inter {
    width: 20%;
  }
  #stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-img.juumonji {
    width: 20%;
  }
  #stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid.stores-yokote-inter .point-item:first-child {
    width: 35%;
  }
  #recruit-list .section-wrap ul.page-nav {
    padding: 70px 0;
  }
  #recruit-list .section-wrap ul.page-nav li {
    height: 100px;
  }
  #recruit-list .section-wrap ul.page-nav li a {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0;
    font-size: 24px;
  }
  #recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .main-box {
    padding: 60px;
  }
  #recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .main-box .uk-grid .text-box {
    gap: 20px;
  }
  #recruit-list #recruit-staff {
    padding: 100px 0;
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item::before {
    content: "";
    width: 360px;
    height: 360px;
    left: 0;
    transform: unset;
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item:nth-child(2n)::before {
    right: 0;
    transform: unset;
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img::before {
    content: none;
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img .img-box .img-box-hover {
    height: 100%;
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-division {
    position: absolute;
    padding: 20px;
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-division::before {
    content: "";
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-info-inner {
    height: 400px;
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-info-inner a.more-staff {
    margin: 0;
  }
  #recruit-list #recruit-requirements {
    padding: 100px 0;
  }
  #recruit-list #recruit-requirements .section-wrap .requirement-list {
    margin-top: 120px;
  }
  #recruit-list #recruit-requirements .section-wrap .requirement-list .accordion-box ul li .uk-accordion-content .type .flex-item:first-child {
    width: 15%;
  }
  #recruit-list #recruit-requirements .section-wrap .requirement-list .accordion-box ul li .uk-accordion-content .type .flex-item:last-child {
    width: 80%;
  }
  #recruit-list #recruit-faq {
    padding: 100px 0;
  }
  #recruit-list #recruit-entry {
    padding: 100px 0;
  }
  #recruit-list #recruit-entry .section-wrap .form-container {
    padding: 80px 0;
  }
  #recruit-list #recruit-entry .section-wrap .form-container .button {
    height: 80px;
  }
  #staff-info .bg {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
  #staff-info .section-wrap .staff-info-about .uk-grid .staff-img .staff-img-wrap::before {
    width: 400px;
    height: 400px;
    max-width: unset;
    max-height: unset;
  }
  #staff-info .section-wrap .staff-info-about .uk-grid .staff-img .staff-img-wrap img {
    max-height: 450px;
    margin: auto;
  }
  #staff-qa .section-wrap .qa-wrap:not(#staff-qa .section-wrap .qa-wrap:last-child) {
    margin: 100px 0;
  }
  #staff-other .section-wrap {
    padding: 80px 0;
    padding-top: 160px;
  }
  #staff-other .section-wrap .title h2::before, #staff-other .section-wrap .title h2::after {
    -webkit-mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco-group-5.svg");
            mask-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/mixins/sparkling-deco-group-5.svg");
    width: 160px;
  }
  #staff-other .section-wrap .other-list {
    margin-top: 100px;
  }
  #staff-other .section-wrap .other-list .other-item .other-item-wrap {
    padding-top: 70px;
  }
  #staff-other .section-wrap .other-list .other-item .other-item-wrap .other-division {
    position: absolute;
    transform: translateX(-50%);
    margin: 0;
  }
  #staff-other .section-wrap .other-list .other-item .other-item-wrap .other-img {
    height: 300px;
  }
  #staff-other .section-wrap .other-list .other-item .other-item-wrap .other-img::before {
    width: 270px;
    height: 270px;
  }
  #staff-other .section-wrap .other-list .other-item .other-item-wrap .other-img.staff-id-36 img {
    margin-right: 40px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  h1 {
    font-size: 44px;
  }
  #front-mv .energy-station-banner .uk-flex {
    bottom: 90px;
  }
  #front-mv .energy-station-banner .title {
    padding-left: 60px;
  }
  #front-mv .energy-station-banner .title h1 {
    font-size: 50px;
  }
  #front-mv .energy-station-banner .banner {
    max-width: 400px;
  }
  #front-business .section-wrap .business-wrap .uk-grid .item .text-box a {
    flex-direction: row-reverse;
  }
  #front-business .section-wrap .business-wrap .uk-grid .item .text-box a::before {
    position: unset;
    transform: none;
  }
  #front-sns .section-wrap .instagram-wrap .sb-box {
    left: -20px;
  }
  #front-sns .section-wrap .line-wrap .sb-box {
    left: -20px;
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item:nth-child(2n) .staff-item-wrap .uk-grid .staff-info .staff-division {
    right: unset;
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-division {
    width: -moz-max-content;
    width: max-content;
    right: 0;
  }
}
@media screen and (max-width: 639px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  a {
    font-size: 16px;
  }
  .flex-sp {
    flex-direction: column;
    gap: 20px;
  }
  .flex-sp .flex-item {
    width: auto !important;
  }
  .brock-sp {
    display: block !important;
  }
  .brock-sp .flex-item {
    width: auto !important;
  }
  #privacy-wrap .uk-section-large .privacy-header h1 {
    font-size: 32px;
  }
  #header {
    height: 65px;
  }
  #footer .section-wrap .uk-flex.main .flex-item {
    margin: 0;
  }
  #footer .section-wrap .uk-flex.main .flex-item:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  #footer .section-wrap .uk-flex.main .flex-item:last-child .uk-flex .flex-item-sub:not(:last-child) {
    margin-bottom: 10px;
  }
  #front-mv .energy-station-banner .uk-flex {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    gap: 40px;
  }
  #front-business .section-wrap .business-wrap .uk-grid .item .text-box a {
    flex-direction: row-reverse;
    gap: 20px;
  }
  #front-business .section-wrap .business-wrap .uk-grid .item .text-box a::before {
    position: unset;
    transform: none;
  }
  #front-sns .section-wrap .instagram-wrap {
    padding: 60px 20px 30px 20px;
  }
  #front-sns .section-wrap .instagram-wrap .sb-box {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
  }
  #front-sns .section-wrap .instagram-wrap .uk-flex .flex-item:first-child .deco-img {
    width: 100px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  #front-sns .section-wrap .line-wrap .line-top {
    padding: 60px 30px;
    padding-bottom: 0;
  }
  #front-sns .section-wrap .line-wrap .sb-box {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
  }
  #front-sns .section-wrap .line-wrap .uk-flex .flex-item:first-child .title h1, #front-sns .section-wrap .line-wrap .uk-flex .flex-item:first-child .title h2 {
    font-size: 32px;
  }
  #front-sns .section-wrap .line-wrap .uk-flex .flex-item:first-child .deco-img {
    width: 100px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  #front-sns .section-wrap .line-wrap .qr-list {
    padding: 30px 20px;
  }
  #front-contact .section-wrap .contact-wrap .uk-flex.main .flex-item:first-child h3 {
    font-size: 32px !important;
    letter-spacing: 0.1em;
  }
  #front-contact .section-wrap .contact-wrap .uk-flex.main .flex-item {
    padding: 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #front-contact .section-wrap .contact-wrap .uk-flex.main .flex-item a {
    width: 100%;
  }
  #front-contact .section-wrap .contact-wrap .uk-flex.main .flex-item a .uk-flex.sub {
    gap: unset;
    width: 100%;
    justify-content: space-between;
  }
  #front-contact .section-wrap .contact-wrap .uk-flex.main .flex-item a .uk-flex.sub .sub-flex-item:first-child {
    width: 48px;
  }
  #front-contact .section-wrap .contact-wrap .uk-flex.main .flex-item a .uk-flex.sub .sub-flex-item h3 {
    font-size: 20px;
    word-break: break-all;
  }
  #company-outline .section-wrap .outline-wrap .main-office-box iframe, #company-outline .section-wrap .outline-wrap .base-box iframe {
    height: 200px;
  }
  #stores-list .section-wrap ul.page-nav li:not(#stores-list .section-wrap ul.page-nav li:first-child) {
    margin-top: 20px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .title-box .uk-flex .flex-item {
    margin: 0;
  }
  #stores-list .section-wrap ul.store-list li.store-box .title-box .uk-flex .flex-item h1 {
    font-size: 28px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide a.uk-slidenav-previous {
    left: -20px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide a.uk-slidenav-next {
    right: -20px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide .uk-dotnav {
    padding-top: 10px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .address-box .uk-flex .flex-item:first-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .tel-box .uk-flex .flex-item:first-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .time-box .uk-flex .flex-item:first-child, #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .text-box .supplement-box .uk-flex .flex-item:first-child {
    margin: 0;
  }
  #stores-list .section-wrap ul.store-list li.store-box .point-box {
    margin-top: 30px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .point-box .sb-box {
    max-width: 200px;
    top: -30px;
    left: 10px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-item p span.check::before {
    content: "✔";
  }
  #recruit-about .section-wrap .bg {
    background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/recruit/recruit-about-bg-im02-sp.webp");
    background-position: left;
  }
  #recruit-about .section-wrap .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.6) 0%, rgb(255, 255, 255) 100%);
  }
  #recruit-list .section-wrap ul.page-nav li:not(#recruit-list .section-wrap ul.page-nav li:first-child) {
    margin-top: 20px;
  }
  #recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .title-box h1 {
    font-size: 28px;
  }
  #recruit-list #recruit-top .section-wrap .recruit-top-list .recruit-top-item .main-box .uk-grid .text-box .business-text h3 span.check::before {
    content: "✔";
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-img .img-box img {
    display: block;
    margin: 0 auto;
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-info-inner {
    text-align: center;
  }
  #recruit-list #recruit-staff .section-wrap .staff-list .uk-grid .staff-item-wrap .uk-grid .staff-info .staff-info-inner a.more-staff {
    text-align: left;
    max-width: 250px;
  }
  #recruit-list #recruit-requirements .section-wrap .requirement-list .accordion-box ul li a.uk-accordion-title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  #recruit-list #recruit-faq .section-wrap .faq-list .accordion-box ul li a.uk-accordion-title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  #staff-info .section-wrap .staff-info-about {
    padding-top: 50px;
  }
  #staff-info .section-wrap .staff-info-about .uk-grid .staff-img .staff-img-wrap {
    max-width: 350px;
  }
  #staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-car {
    max-width: 80px;
    top: -40px;
  }
  #staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-sparkling {
    max-width: 40px;
    top: 0;
    right: 20px;
  }
  #staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-tire {
    max-width: 80px;
    right: 0;
  }
  #staff-info .section-wrap .staff-info-about .uk-grid .staff-info .staff-lead h1 {
    font-size: 28px;
  }
  #staff-other .section-wrap .other-list .other-item .other-item-wrap .other-division {
    position: relative;
    top: unset;
    left: unset;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  p {
    font-size: 16px;
  }
  a {
    font-size: 16px;
  }
  .flex-sp {
    flex-direction: column;
    gap: 20px;
  }
  .flex-sp .flex-item {
    width: auto !important;
  }
  .brock-sp {
    display: block !important;
  }
  .brock-sp .flex-item {
    width: auto !important;
  }
  #footer .section-wrap .uk-flex.main .flex-item {
    margin: 0;
  }
  #footer .section-wrap .uk-flex.main .flex-item:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  #footer .section-wrap .uk-flex.main .flex-item:last-child .uk-flex .flex-item-sub:not(:last-child) {
    margin-bottom: 10px;
  }
  #front-business .section-wrap .business-wrap .uk-grid .item .text-box a {
    flex-direction: row-reverse;
    gap: 20px;
  }
  #front-business .section-wrap .business-wrap .uk-grid .item .text-box a::before {
    position: unset;
    transform: none;
  }
  #front-sns .section-wrap .instagram-wrap .sb-box {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
  }
  #front-sns .section-wrap .instagram-wrap .uk-flex .flex-item:first-child .deco-img {
    width: 150px;
    height: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
  #front-sns .section-wrap .line-wrap .sb-box {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
  }
  #front-sns .section-wrap .line-wrap .uk-flex .flex-item:first-child .deco-img {
    width: 150px;
    height: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
  #stores-list .section-wrap ul.store-list li.store-box .title-box .uk-flex .flex-item h1 {
    font-size: 28px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .title-box .uk-flex .flex-item .uk-grid .grid-item {
    max-width: 120px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide a.uk-slidenav-previous {
    left: -20px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide a.uk-slidenav-next {
    right: -20px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .main-box .uk-grid .img-slide .uk-dotnav {
    padding-top: 10px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .point-box .sb-box {
    max-width: 200px;
    top: -30px;
    left: 10px;
  }
  #recruit-about .section-wrap .bg {
    background-image: url("https://teraseki.co.jp/wp2026/wp-content/themes/teraseki/images/recruit/recruit-about-bg-im02-sp.webp");
    background-position: left;
  }
  #recruit-about .section-wrap .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.6) 0%, rgb(255, 255, 255) 100%);
  }
  #recruit-list #recruit-requirements .section-wrap .requirement-list .accordion-box ul li a.uk-accordion-title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  #staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-car {
    max-width: 100px;
    top: -20px;
    left: 70px;
  }
  #staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-sparkling {
    max-width: 30px;
    top: 0;
    right: 140px;
  }
  #staff-info .section-wrap .staff-info-about .uk-grid .staff-img .deco-tire {
    max-width: 80px;
    right: 100px;
  }
  #staff-other .section-wrap .other-list .other-item .other-item-wrap .other-division {
    position: relative;
    top: unset;
    left: unset;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    padding: 0 50px;
    top: 16px;
  }
  #header .section-wrap {
    padding-left: 40px;
    padding-right: 20px;
    border-radius: 16px;
  }
  #front-sns .section-wrap .instagram-wrap .uk-flex .flex-item:first-child .title h1 {
    font-size: 64px;
  }
  #front-sns .section-wrap .line-wrap .uk-flex .flex-item:first-child .title h1 {
    font-size: 56px;
  }
  #front-sns .section-wrap .line-wrap .uk-flex .flex-item:first-child .title h1 span {
    font-size: 64px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-item .tank-img {
    position: absolute;
    max-width: 120px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #header .section-wrap .uk-flex .flex-item:first-child img.logo {
    max-width: 250px;
  }
  #header .section-wrap .uk-flex .flex-item:nth-child(2) .item:first-child {
    margin-right: 20px;
    padding-right: 20px;
  }
  #front-mv .energy-station-banner .uk-flex {
    bottom: 140px;
  }
  #front-mv .energy-station-banner .title {
    margin-top: -120px;
  }
  #front-mv .energy-station-banner .title h1 {
    font-size: 70px;
  }
  #front-mv .energy-station-banner .banner {
    width: 35%;
  }
  #front-mv .energy-station-banner .banner a img {
    display: block;
    margin-left: auto;
  }
  #front-sns .section-wrap .instagram-wrap .sb-box {
    left: -20px;
  }
  #front-sns .section-wrap .line-wrap .sb-box {
    left: -20px;
  }
  #stores-list .section-wrap ul.store-list li.store-box .point-box .uk-grid .point-img.juumonji {
    width: 19%;
  }
}
@media screen and (min-width: 1600px) {
  #front-mv {
    height: 100vh;
  }
  #front-mv .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  #recruit-list #recruit-staff::before {
    background-size: 100% 100%;
  }
}
