@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.inner {
  width: min(1200px, 100% - 40px);
  margin-inline: auto;
}

.inner-narrow {
  width: min(1000px, 100% - 40px);
  margin-inline: auto;
}

.inner-wide {
  width: min(1400px, 92%);
  margin-inline: auto;
}

.inner-super-narrow {
  width: min(900px, 100% - 40px);
  margin-inline: auto;
}

.inner-super-wide {
  width: min(1600px, 92%);
  margin-inline: auto;
}

.inner-max-wide {
  width: min(1800px, 92%);
  margin-inline: auto;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.disnone {
  display: none;
}

.title-disnone h3 {
  display: none;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 300;
  letter-spacing: 1px;
  color: #222;
  word-wrap: break-word;
  overflow: hidden;
  animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-page #contents {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .top-page #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-page #contents {
  position: relative;
}

.full-width #contents {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .full-width #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top-page #contents_wrap {
  width: 100%;
  min-width: 100% !important;
  position: relative;
}

#contents_wrap {
  --padding: 20px;
  width: calc(100% - var(--padding) * 2);
  min-width: calc(100% - var(--padding) * 2) !important;
  position: relative;
  margin-inline: auto;
}
@media (max-width: 640px) {
  #contents_wrap {
    --padding: 16px;
  }
}

#contents {
  background: none;
  font-size: 100%;
  width: calc(100% - 40px);
  margin-inline: auto;
  max-width: 1200px !important;
}
@media only screen and (max-width: 640px) {
  #contents {
    width: calc(100% - 32px);
  }
}

.top-page #contents {
  width: 100%;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfixed table {
  table-layout: fixed;
}

table td img {
  height: auto;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

select,
input,
label {
  height: auto !important;
}

a {
  text-decoration: none;
}

a {
  transition: opacity 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}
a.link-no-opacity:hover {
  opacity: 1;
}
a.link-unerline {
  text-decoration: underline;
}

a[href^="tel:"] {
  color: inherit;
}
@media (min-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 640px) {
  a[href^="tel:"]:hover {
    opacity: 1;
  }
}

header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
#global_header {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
}
#global_header .header_inner {
  padding-block: 20px;
  padding-inline: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 835px) {
  #global_header .header_inner {
    padding-block: 12px;
  }
}
#global_header .header_inner .header_logo a {
  display: block;
  cursor: pointer;
  color: #fff;
}
#global_header .header_inner .header_logo a span {
  font-size: 1.875rem;
  font-weight: bold;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_logo a span {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  #global_header .header_inner .header_logo a span {
    font-size: 1rem;
  }
}
#global_header .header_inner .header_main {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
#global_header .header_inner .header_main .header_info {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_main .header_info {
    display: none;
  }
}
#global_header .header_inner .header_main .header_info .tel-icon a {
  font-size: 2rem;
  font-weight: thin;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_main .header_info .tel-icon a {
    font-size: 1.75rem;
  }
}
@media (max-width: 1200px) {
  #global_header .header_inner .header_main .header_info .tel-icon a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  #global_header .header_inner .header_main .header_info .tel-icon a {
    font-size: 1.125rem;
  }
}
#global_header .header_inner .header_main .header_info .tel-icon a::before {
  background-image: url(../images/top/phone-white.png);
  width: 23px;
  aspect-ratio: 23/30;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_main .header_info .tel-icon a::before {
    width: 20px;
  }
}
@media (max-width: 1200px) {
  #global_header .header_inner .header_main .header_info .tel-icon a::before {
    width: 18px;
  }
}
#global_header .header_inner .header_main .header_info .header_info-btn a {
  padding: 16px 32px;
  display: inline-block;
  color: #008917;
  background-color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_main .header_info .header_info-btn a {
    font-size: 1rem;
  }
}
#global_header .header_inner .header_main .header_info .header_info-btn a::before {
  background-image: url(../images/top/mail-green.png);
  width: 16px;
  aspect-ratio: 16/12;
}
#global_header .fixed-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-out;
}
@media (max-width: 835px) {
  #global_header .fixed-bar {
    width: 100%;
  }
}
#global_header .fixed-bar.active {
  opacity: 1;
  visibility: visible;
}
#global_header .fixed-bar .fixed-bar_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 835px) {
  #global_header .fixed-bar .fixed-bar_inner {
    width: 100%;
    background-color: #fff;
    gap: 0;
  }
}
#global_header .fixed-bar .fixed-bar_inner .fixed_btn {
  width: 320px;
  height: 70px;
}
@media (max-width: 1200px) {
  #global_header .fixed-bar .fixed-bar_inner .fixed_btn {
    width: 280px;
  }
}
@media (max-width: 1200px) {
  #global_header .fixed-bar .fixed-bar_inner .fixed_btn {
    width: 260px;
  }
}
@media (max-width: 835px) {
  #global_header .fixed-bar .fixed-bar_inner .fixed_btn {
    flex: 1;
    height: 60px;
  }
}
#global_header .fixed-bar .fixed-bar_inner .fixed_btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  background-color: #008917;
  font-size: 1.125rem;
  border: 2px solid currentColor;
}
@media (max-width: 835px) {
  #global_header .fixed-bar .fixed-bar_inner .fixed_btn a {
    font-size: 0.875rem;
  }
}
#global_header .fixed-bar .fixed-bar_inner .fixed_btn a::before {
  width: 1em;
  aspect-ratio: 1;
}
#global_header .fixed-bar .fixed-bar_inner .fixed_btn.tel-icon a::before {
  background-image: url(../images/top/phone-white.png);
}
#global_header .fixed-bar .fixed-bar_inner .fixed_btn.btn-contact a::before {
  background-image: url(../images/top/mail-white.png);
}

@media (max-width: 835px) {
  .header_nav {
    position: fixed;
    top: 0;
    right: -80vw;
    width: 80vw;
    height: 100dvh;
    background-color: #fff;
    transition: right 0.4s;
    z-index: 600;
  }
  .header_nav.active {
    right: 0;
  }
}
.header_nav .header_menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 835px) {
  .header_nav .header_menu {
    flex-direction: column;
    gap: 20px;
    height: 100%;
  }
}
@media (min-width: 835px) {
  .header_nav .header_menu .header_list.sub {
    position: relative;
  }
}
@media (max-width: 835px) {
  .header_nav .header_menu .header_list.sub .sub_nav-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .header_nav .header_menu .header_list.sub .sub_nav-toggle::before {
    content: "^";
    rotate: 180deg;
    font-size: 1.2em;
    line-height: 1;
  }
}
@media (min-width: 835px) {
  .header_nav .header_menu .header_list.sub .sub_menu {
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 1px;
  }
  .header_nav .header_menu .header_list.sub .sub_menu .sub_list .sub_link {
    display: block;
    width: 100%;
    padding: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.85);
  }
}
@media (max-width: 835px) {
  .header_nav .header_menu .header_list.sub .sub_menu {
    margin-top: 10px;
  }
}
@media (max-width: 835px) {
  .header_nav .header_menu .header_list.sub .sub_menu .sub_list .sub_link {
    font-weight: bold;
    color: #222;
    display: block;
    padding-block: 8px;
  }
}
.header_nav .header_menu .header_list:not(:last-child) .header_link {
  position: relative;
}
@media (min-width: 835px) {
  .header_nav .header_menu .header_list:not(:last-child) .header_link::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: currentColor;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
  }
}
.header_nav .header_menu .header_link {
  display: block;
  padding-inline: 14px;
  padding-block: 4px;
  font-size: 1rem;
  font-weight: thin;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .header_nav .header_menu .header_link {
    font-size: 0.875rem;
  }
}
@media (max-width: 1200px) {
  .header_nav .header_menu .header_link {
    padding-inline: 8px;
  }
}
@media (max-width: 835px) {
  .header_nav .header_menu .header_link {
    color: #222;
    font-weight: bold;
  }
}

@media (max-width: 835px) {
  .header_nav.fixed {
    display: none !important;
  }
}
.header_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  animation: header-fixed 0.4s both;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 0;
}
.header_nav.fixed .header_menu {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.header_nav.fixed .header_menu .header_list {
  flex: 1;
}
.header_nav.fixed .header_menu .header_list:not(:last-child) .header_link::before {
  height: 50%;
  top: 25%;
}
@media (max-width: 1600px) {
  .header_nav.fixed .header_menu .header_list .header_link {
    font-size: 1rem !important;
  }
}
@media (max-width: 1200px) {
  .header_nav.fixed .header_menu .header_list .header_link {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1024px) {
  .header_nav.fixed .header_menu .header_list .header_link {
    font-size: 0.75rem !important;
  }
}
.header_nav.fixed .header_menu .header_list .sub_menu {
  position: absolute;
  top: 100%;
  width: 100%;
  backdrop-filter: blur(6px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.header_nav.fixed .header_menu .header_list .sub_menu .sub_list {
  width: 100%;
}
.header_nav.fixed .header_menu .header_list .sub_menu .sub_list .sub_link {
  display: block;
  width: 100%;
  padding: 18px;
  font-weight: bold;
  color: #222;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #222;
}
.header_nav.fixed .header_menu .header_list .header_link {
  font-size: 1.125rem;
  font-weight: bold;
  padding-block: 20px;
  color: #222;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@keyframes header-fixed {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 0;
  }
}
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
body.un-scrollable {
  overflow-y: hidden;
  height: 100dvh;
}
body.un-scrollable::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.drawer-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  top: 6px;
  right: 20px;
  background-color: #008917;
  display: none;
  z-index: 999;
}
@media (max-width: 835px) {
  .drawer-toggle {
    display: block;
  }
}
@media (max-width: 640px) {
  .drawer-toggle {
    width: 36px;
    height: 36px;
    top: 6px;
  }
}
.drawer-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 5px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .drawer-toggle span {
    width: 26px;
  }
}
.drawer-toggle span:first-child {
  top: 10px;
  transition: rotate 0.2s;
}
@media (max-width: 640px) {
  .drawer-toggle span:first-child {
    top: 7px;
  }
}
.drawer-toggle span:nth-child(2) {
  top: 20px;
  transition: left 0.2s, opacity 0.2s;
}
@media (max-width: 640px) {
  .drawer-toggle span:nth-child(2) {
    top: 17px;
  }
}
.drawer-toggle span:last-child {
  top: 30px;
  transition: rotate 0.2s;
}
@media (max-width: 640px) {
  .drawer-toggle span:last-child {
    top: 27px;
  }
}
.drawer-toggle.active span:first-child {
  rotate: 45deg;
  top: 20px;
}
@media (max-width: 640px) {
  .drawer-toggle.active span:first-child {
    top: 17px;
  }
}
.drawer-toggle.active span:nth-child(2) {
  opacity: 0;
  left: 40px;
}
.drawer-toggle.active span:last-child {
  rotate: -45deg;
  top: 20px;
}
@media (max-width: 640px) {
  .drawer-toggle.active span:last-child {
    top: 17px;
  }
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body {
    font-size: 0.875rem;
  }
}

* {
  font-weight: 500;
}

*:lang(en) {
  font-family: "Noto Sans JP", sans-serif !important;
}

.bg-full {
  margin-inline: calc((100vw - 100%) / 2 * -1) !important;
}

.bg-right-full {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: 0;
}

.bg-left-full {
  margin-right: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.text-main {
  color: #008917;
}

.text-accent {
  color: #898000;
}

.bg-main {
  color: #fff;
  background-color: #008917;
}

.bg-grey {
  background-color: #ccc;
}

.bg-light-grey {
  background-color: #dcdcdc;
}

.link-inherit:link {
  color: inherit;
}
.link-inherit:visited {
  color: inherit;
}
.link-inherit a:link {
  color: inherit;
}
.link-inherit a:visited {
  color: inherit;
}
.link-inherit a:link {
  color: inherit;
}
.link-inherit a:visited {
  color: inherit;
}
.link-inherit a a:link {
  color: inherit;
}
.link-inherit a a:visited {
  color: inherit;
}

.link-no-opacity:hover {
  opacity: 1;
}
.link-no-opacity a:hover {
  opacity: 1;
}

.link-underline {
  text-decoration: underline;
}

.fz-sm {
  font-size: re(14);
}
@media (max-width: 835px) {
  .fz-sm {
    font-size: 0.75rem;
  }
}

.fz-lg {
  font-size: 2.25rem;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .fz-lg {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .fz-lg {
    font-size: 1.125rem;
  }
}
.fz-lg h1,
.fz-lg h2,
.fz-lg h3,
.fz-lg h4,
.fz-lg h5 {
  font-weight: 500;
}

.fw-bold {
  font-weight: bold;
}
.fw-bold > div {
  font-weight: bold;
}

.link-icon a {
  font-family: "Shippori Mincho B1", serif;
  color: #8a8a8a;
  font-size: 0.875rem;
  transition: color 0.4s;
}
.link-icon a:hover {
  color: #000;
  opacity: 1;
}
.link-icon a:hover::before {
  rotate: 180deg;
}
.link-icon a::before {
  content: "";
  background-image: url(../images/top/icon-btn.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  isolation: isolate;
  width: 16px;
  aspect-ratio: 1;
  transition: rotate 0.4s;
}

.btn {
  --btn-width: 200px;
  --btn-height: 50px;
  width: var(--btn-width);
  height: var(--btn-height);
}
.btn a {
  margin-inline: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn.link-icon a {
  position: relative;
}
.btn.link-icon a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
}
.btn.btn-arrow {
  --btn-width: 360px;
  --btn-height: 60px;
}
@media (max-width: 1024px) {
  .btn.btn-arrow {
    --btn-width: 320px;
    --btn-height: 50px;
  }
}
@media (max-width: 835px) {
  .btn.btn-arrow {
    --btn-width: 300px;
  }
}
.btn.btn-arrow a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.btn.btn-arrow a::before {
  content: "";
  display: block;
  width: 52px;
  aspect-ratio: 52/9;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  isolation: isolate;
  transition: right 0.25s;
}
.btn.btn-arrow a:hover::before {
  right: 0;
}
.btn.btn-arrow.btn-arrow-green a {
  color: #fff;
  background-color: #008917;
  border: 2px solid transparent;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.btn.btn-arrow.btn-arrow-green a:hover {
  color: #008917;
  background-color: #fff;
  border-color: currentColor;
}
.btn.btn-arrow.btn-arrow-green a:hover::before {
  background-image: url(../images/top/arrow-green.png);
}
.btn.btn-arrow.btn-arrow-green a::before {
  background-image: url(../images/top/arrow-white.png);
}
.btn.btn-arrow.btn-arrow-white a {
  color: #008917;
  background-color: #fff;
  transition: color 0.3s, background-color 0.3s;
}
.btn.btn-arrow.btn-arrow-white a:hover {
  color: #fff;
  background-color: #008917;
}
.btn.btn-arrow.btn-arrow-white a:hover::before {
  background-image: url(../images/top/arrow-white.png);
}
.btn.btn-arrow.btn-arrow-white a::before {
  background-image: url(../images/top/arrow-green.png);
}
.btn.btn-center {
  margin-inline: auto;
}
.btn.btn-full-size {
  --btn-width: 100%;
}
.btn.btn-full-size > div {
  height: 100%;
}
.btn.btn-full-size > div a {
  border-radius: 6px;
  height: 100%;
  padding: 20px 40px;
  height: auto;
}

.btn-contact a {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.btn-contact a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lower-tel-link > div {
  font-size: 0.875rem;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1600px) {
  .lower-tel-link > div {
    gap: 12px;
  }
}
@media (max-width: 1024px) {
  .lower-tel-link > div {
    gap: 8px;
  }
}
.lower-tel-link > div a {
  font-size: 1.75rem;
  color: #7a7979;
}
@media (max-width: 1600px) {
  .lower-tel-link > div a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .lower-tel-link > div a {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .lower-tel-link > div a {
    font-size: 1.125rem;
  }
}
.lower-tel-link > div span {
  order: -1;
}

.tel-icon a {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .tel-icon a {
    font-size: 2.25rem;
  }
}
@media (max-width: 1200px) {
  .tel-icon a {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .tel-icon a {
    font-size: 1.75rem;
  }
}
@media (max-width: 835px) {
  .tel-icon a {
    font-size: 1.5rem;
  }
}
.tel-icon a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1em;
  aspect-ratio: 1;
  background-image: url(../images/top/phone-green.png);
}
.tel-icon .tel-icon_label {
  margin-top: 12px;
}

.title-font-md * {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 835px) {
  .title-font-md * {
    font-size: 1rem;
  }
}

.title-font-lg * {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 835px) {
  .title-font-lg * {
    font-size: 1.25rem;
  }
}

.line-height-wide {
  line-height: 2.25;
  margin-top: -0.25lh;
}

.line-height-super-wide {
  line-height: 3;
  margin-top: -0.25lh;
}

.text-sm {
  font-size: 0.6em;
}

.text-md {
  font-size: 0.8em;
}

.text-lg {
  font-size: 1.2em;
}

.text-xl {
  font-size: 1.5em;
}

.text-xxl {
  font-size: 2em;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.col4 {
  --col: 4;
  --gutter: min(40px, 3.5vw);
  flex-wrap: nowrap;
  gap: var(--gutter);
}
@media (max-width: 1024px) {
  .col4 {
    --col: 3;
  }
}
@media (max-width: 835px) {
  .col4 {
    --col: 2;
  }
}
.col4 > .box {
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
}
.col4.col3-center {
  justify-content: center;
}

.col3 {
  --col: 3;
  --gutter: min(40px, 3.5vw);
  flex-wrap: nowrap;
  gap: var(--gutter);
}
@media (max-width: 835px) {
  .col3 {
    --col: 2;
    flex-wrap: wrap;
  }
}
.col3 > .box {
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
}
.col3.col3-center {
  justify-content: center;
}

.col2 {
  --col: 2;
  --gutter: min(40px, 3.5vw);
  display: flex;
  flex-wrap: nowrap;
  gap: var(--gutter);
}
.col2 > .box {
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
}

.img-text {
  display: flex;
  flex-direction: row !important;
  align-items: start;
  gap: 60px;
}
@media (max-width: 1600px) {
  .img-text {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .img-text {
    gap: 40px;
  }
}
@media (max-width: 835px) {
  .img-text {
    gap: 30px;
    flex-direction: column !important;
  }
}
@media (max-width: 640px) {
  .img-text {
    gap: 12px;
  }
}
.img-text .img-text_img {
  flex: 1;
}
@media (max-width: 835px) {
  .img-text .img-text_img {
    width: 100%;
  }
}
.img-text .img-text_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.img-text .img-text_img:has(iframe) {
  aspect-ratio: 16/9;
}
.img-text .img-text_img:has(iframe) iframe {
  max-width: unset !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-text .img-text_img.img-text_img-grid > div {
  gap: 12px;
  flex-wrap: nowrap !important;
}
.img-text .img-text_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 835px) {
  .img-text .img-text_body {
    display: contents;
  }
}
@media (max-width: 835px) {
  .img-text .img-text_body .img-text_title {
    order: -1;
    width: 100%;
  }
}
.img-text .img-text_body .img-text_title article {
  font-family: "Noto Sans JP", sans-serif;
}
.img-text .img-text_body .img-text_title article h2,
.img-text .img-text_body .img-text_title article h3,
.img-text .img-text_body .img-text_title article h4 {
  font-weight: 700;
}
.img-text .img-text_body .img-text_title article h2 b,
.img-text .img-text_body .img-text_title article h3 b,
.img-text .img-text_body .img-text_title article h4 b {
  font-weight: 900;
}
.img-text .img-text_body .img-text_title article h2 {
  font-size: 1.75rem;
}
@media (max-width: 1600px) {
  .img-text .img-text_body .img-text_title article h2 {
    font-size: 1.5rem;
  }
}
.img-text .img-text_body .img-text_title article h3 {
  font-size: 1.5rem;
}
@media (max-width: 1600px) {
  .img-text .img-text_body .img-text_title article h3 {
    font-size: 1.25rem;
  }
}
.img-text .img-text_body .img-text_title article h4 {
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .img-text .img-text_body .img-text_title article h4 {
    font-size: 1.125rem;
  }
}
.img-text .img-text_body .img-text_title article > div {
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
.img-text .img-text_body .img-text_title article > div b {
  font-weight: 700;
}
.img-text .img-text_body > div:has(.btn) {
  width: 100%;
}
.img-text.img-text-reverse {
  flex-direction: row-reverse !important;
}
@media (max-width: 835px) {
  .img-text.img-text-reverse {
    flex-direction: column !important;
  }
}
.img-text.img-text-img-md .img-text_body {
  flex: 1.5;
}
.img-text.img-text-img-sm .img-text_body {
  flex: 2;
}

@media (min-width: 430px) {
  .xs-only {
    display: none;
  }
}

@media (min-width: 640px) {
  .sm-only {
    display: none;
  }
}

@media (min-width: 835px) {
  .md-only {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg-only {
    display: none;
  }
}

@media (min-width: 1200px) {
  .xl-only {
    display: none;
  }
}

@media (min-width: 1600px) {
  .xxl-only {
    display: none;
  }
}

.bdb {
  line-height: 1;
  border-bottom: 2px solid #008917;
}

.bd-20 {
  border-radius: 20px;
}
@media (max-width: 835px) {
  .bd-20 {
    border-radius: 12px;
  }
}
.bd-20 img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 835px) {
  .bd-20 img {
    border-radius: 12px;
  }
}

.bd-30 {
  border-radius: 30px;
}
@media (max-width: 835px) {
  .bd-30 {
    border-radius: 18px;
  }
}
.bd-30 img {
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 835px) {
  .bd-30 img {
    border-radius: 18px;
  }
}

.bd-blue {
  border: 8px solid #008917;
}
@media (max-width: 1200px) {
  .bd-blue {
    border-width: 6px;
  }
}
@media (max-width: 1024px) {
  .bd-blue {
    border-width: 4px;
  }
}

.bd-yellow {
  border: 8px solid #898000;
}
@media (max-width: 1200px) {
  .bd-yellow {
    border-width: 6px;
  }
}
@media (max-width: 1024px) {
  .bd-yellow {
    border-width: 4px;
  }
}

.text-bundle {
  display: grid;
  gap: 20px;
}
@media (max-width: 835px) {
  .text-bundle {
    gap: 12px;
  }
}

.text-bundle-narrow {
  display: grid;
  gap: 6px;
}

.list-bundle {
  display: grid;
  gap: 4px;
}

.breadcrumb ol {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.breadcrumb ol li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin-inline: 6px;
}
.breadcrumb ol li a,
.breadcrumb ol li span {
  font-weight: medium;
}

.anchor-wrap {
  --col: 3;
  --gutter: min(20px, 2vw);
  justify-content: center !important;
  gap: var(--gutter);
}
@media (max-width: 835px) {
  .anchor-wrap {
    --col: 2;
  }
}
.anchor-wrap .anchor a {
  color: #1b1b1b;
  border: 1px solid currentColor;
  position: relative;
  font-size: 1.125rem;
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  min-height: 60px;
}
@media (max-width: 1600px) {
  .anchor-wrap .anchor a {
    min-width: 360px;
  }
}
@media (max-width: 1024px) {
  .anchor-wrap .anchor a {
    min-width: 340px;
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .anchor-wrap .anchor a {
    min-height: 50px;
  }
}
.anchor-wrap .anchor a::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10px;
}

#anchor01,
#anchor02,
#anchor03,
#anchor04,
#anchor05,
#anchor06,
#anchor07,
#anchor08,
#anchor09,
#anchor10 {
  scroll-margin-top: 140px;
}
@media (max-width: 835px) {
  #anchor01,
  #anchor02,
  #anchor03,
  #anchor04,
  #anchor05,
  #anchor06,
  #anchor07,
  #anchor08,
  #anchor09,
  #anchor10 {
    scroll-margin-top: 120px;
  }
}

.lower-page-title {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
  position: relative;
  isolation: isolate;
}
.lower-page-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lower-page-title {
  position: relative;
  color: #fff;
}
.lower-page-title article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .lower-page-title article {
    gap: 16px;
  }
}
@media (max-width: 835px) {
  .lower-page-title article {
    gap: 6px;
  }
}
.lower-page-title article h1 {
  letter-spacing: 0.1em;
  text-transform: capitalize;
  font-weight: medium;
  line-height: 1.2;
  font-size: 3rem;
}
@media (max-width: 1600px) {
  .lower-page-title article h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 1200px) {
  .lower-page-title article h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1024px) {
  .lower-page-title article h1 {
    font-size: 2rem;
  }
}
@media (max-width: 835px) {
  .lower-page-title article h1 {
    font-size: 1.75rem;
  }
}
.lower-page-title article > div .lower-page-title_label {
  font-size: 1.125rem;
  font-weight: medium;
}
@media (max-width: 1024px) {
  .lower-page-title article > div .lower-page-title_label {
    font-size: 1rem;
  }
}

.lower-section-title h2,
.lower-section-title h3 {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
}
.lower-section-title h2::before, .lower-section-title h2::after,
.lower-section-title h3::before,
.lower-section-title h3::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: currentColor;
}
@media (max-width: 1600px) {
  .lower-section-title h2::before, .lower-section-title h2::after,
  .lower-section-title h3::before,
  .lower-section-title h3::after {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .lower-section-title h2::before, .lower-section-title h2::after,
  .lower-section-title h3::before,
  .lower-section-title h3::after {
    width: 80px;
  }
}
@media (max-width: 1024px) {
  .lower-section-title h2::before, .lower-section-title h2::after,
  .lower-section-title h3::before,
  .lower-section-title h3::after {
    width: 60px;
  }
}
@media (max-width: 835px) {
  .lower-section-title h2::before, .lower-section-title h2::after,
  .lower-section-title h3::before,
  .lower-section-title h3::after {
    width: 40px;
  }
}
.lower-section-title h2 {
  font-size: 2rem;
}
@media (max-width: 1600px) {
  .lower-section-title h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .lower-section-title h2 {
    font-size: 1.5rem;
  }
}
.lower-section-title h3 {
  font-size: 1.5rem;
}
@media (max-width: 1600px) {
  .lower-section-title h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .lower-section-title h3 {
    font-size: 1.125rem;
  }
}
.lower-section-title h4 {
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .lower-section-title h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .lower-section-title h4 {
    font-size: 1rem;
  }
}

.title-tag h2,
.title-tag h3,
.title-tag h4 {
  padding: 14px 0 14px 16px;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  background-color: #e6e8ec;
}
.title-tag h2::before,
.title-tag h3::before,
.title-tag h4::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #008917;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .title-tag h2::before,
  .title-tag h3::before,
  .title-tag h4::before {
    width: 4px;
  }
}
@media (max-width: 835px) {
  .title-tag h2::before,
  .title-tag h3::before,
  .title-tag h4::before {
    width: 3px;
  }
}
.title-tag h2 {
  font-size: 1.5rem;
}
@media (max-width: 1600px) {
  .title-tag h2 {
    font-size: 1.25rem;
  }
}

.title-common article {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.title-common article h1,
.title-common article h2 {
  font-size: 3.75rem;
  text-transform: capitalize;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 1600px) {
  .title-common article h1,
  .title-common article h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .title-common article h1,
  .title-common article h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 835px) {
  .title-common article h1,
  .title-common article h2 {
    font-size: 1.5rem;
  }
}
.title-common article > div .title-common_label {
  font-weight: bold;
  color: #008917;
}
.title-common.title-common-left article h1::before,
.title-common.title-common-left article h2::before {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #989898;
  order: 1;
}
.title-common.title-common-center article {
  align-items: center;
}
.title-common.title-common-center article h1,
.title-common.title-common-center article h2 {
  width: 100%;
}
.title-common.title-common-center article h1::before, .title-common.title-common-center article h1::after,
.title-common.title-common-center article h2::before,
.title-common.title-common-center article h2::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #989898;
}

.title-side-line h2,
.title-side-line h3,
.title-side-line h4 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-family: "Shippori Mincho B1", serif;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.65em;
}
@media (max-width: 1024px) {
  .title-side-line h2,
  .title-side-line h3,
  .title-side-line h4 {
    font-size: 1.25rem;
  }
}
.title-side-line h2::before, .title-side-line h2::after,
.title-side-line h3::before,
.title-side-line h3::after,
.title-side-line h4::before,
.title-side-line h4::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: currentColor;
  max-width: 120px;
}
@media (max-width: 1024px) {
  .title-side-line h2::before, .title-side-line h2::after,
  .title-side-line h3::before,
  .title-side-line h3::after,
  .title-side-line h4::before,
  .title-side-line h4::after {
    max-width: 100px;
  }
}
@media (max-width: 1024px) {
  .title-side-line h2::before, .title-side-line h2::after,
  .title-side-line h3::before,
  .title-side-line h3::after,
  .title-side-line h4::before,
  .title-side-line h4::after {
    max-width: 60px;
  }
}
@media (max-width: 640px) {
  .title-side-line h2::before, .title-side-line h2::after,
  .title-side-line h3::before,
  .title-side-line h3::after,
  .title-side-line h4::before,
  .title-side-line h4::after {
    max-width: 40px;
  }
}

.title-dot-line h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
.title-dot-line {
  padding-bottom: 8px;
  border-bottom: 2px dotted #008917;
  margin-bottom: 20px;
}

.sub-title h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  border-bottom: 1px dashed #008917;
  padding-bottom: 12px;
}

.title-catch {
  font-size: 1.5rem;
}
@media (max-width: 1600px) {
  .title-catch {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .title-catch {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .title-catch {
    font-size: 1rem;
  }
}
.title-catch > div {
  font-weight: 700;
}

.title-border h2,
.title-border h3,
.title-border h4 {
  padding: 4px 0 4px 16px;
  border-left: 6px solid #008917;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .title-border h2,
  .title-border h3,
  .title-border h4 {
    padding: 4px 0 4px 8px;
    border-left: 4px solid #008917;
  }
}
.title-border h2 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .title-border h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 835px) {
  .title-border h2 {
    font-size: 1.25rem;
  }
}
.title-border h3 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .title-border h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 835px) {
  .title-border h3 {
    font-size: 1.125rem;
  }
}
.title-border h4 {
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .title-border h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .title-border h4 {
    font-size: 1rem;
  }
}

.title-brackets h2,
.title-brackets h3,
.title-brackets h4 {
  padding: 40px 60px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .title-brackets h2,
  .title-brackets h3,
  .title-brackets h4 {
    padding: 32px 48px;
  }
}
@media (max-width: 835px) {
  .title-brackets h2,
  .title-brackets h3,
  .title-brackets h4 {
    padding: 24px 32px;
  }
}
.title-brackets h2::before, .title-brackets h2::after,
.title-brackets h3::before,
.title-brackets h3::after,
.title-brackets h4::before,
.title-brackets h4::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1;
  position: absolute;
}
@media (max-width: 1024px) {
  .title-brackets h2::before, .title-brackets h2::after,
  .title-brackets h3::before,
  .title-brackets h3::after,
  .title-brackets h4::before,
  .title-brackets h4::after {
    width: 30px;
  }
}
@media (max-width: 835px) {
  .title-brackets h2::before, .title-brackets h2::after,
  .title-brackets h3::before,
  .title-brackets h3::after,
  .title-brackets h4::before,
  .title-brackets h4::after {
    width: 20px;
  }
}
.title-brackets h2::before,
.title-brackets h3::before,
.title-brackets h4::before {
  top: 0;
  left: 0;
  border-top: 2px solid #008917;
  border-left: 2px solid #008917;
}
.title-brackets h2::after,
.title-brackets h3::after,
.title-brackets h4::after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #008917;
  border-bottom: 2px solid #008917;
}
.title-brackets h2 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .title-brackets h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 640px) {
  .title-brackets h2 {
    font-size: 1.25rem;
  }
}
.title-brackets h3 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .title-brackets h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 835px) {
  .title-brackets h3 {
    font-size: 1.25rem;
  }
}
.title-brackets h4 {
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .title-brackets h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .title-brackets h4 {
    font-size: 1rem;
  }
}

.title-squer h2,
.title-squer h3,
.title-squer h4 {
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 6px;
}
.title-squer h2::before,
.title-squer h3::before,
.title-squer h4::before {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 1;
  background: #1b1b1b;
}
.title-squer h2 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .title-squer h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 835px) {
  .title-squer h2 {
    font-size: 1.25rem;
  }
}
.title-squer h3 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .title-squer h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 835px) {
  .title-squer h3 {
    font-size: 1.125rem;
  }
}
.title-squer h4 {
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .title-squer h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .title-squer h4 {
    font-size: 1rem;
  }
}

.title-step h2,
.title-step h3,
.title-step h4 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}
.title-step h2::before,
.title-step h3::before,
.title-step h4::before {
  content: "step" counter(my-number, decimal-leading-zero);
  counter-increment: my-number;
  color: #fff;
  background-color: #1b1b1b;
  line-height: 1;
  padding: 6px 12px;
}
.title-step h2 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .title-step h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 835px) {
  .title-step h2 {
    font-size: 1.25rem;
  }
}
.title-step h3 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .title-step h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 835px) {
  .title-step h3 {
    font-size: 1.125rem;
  }
}
.title-step h4 {
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .title-step h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .title-step h4 {
    font-size: 1rem;
  }
}

.title-dot h2,
.title-dot h3,
.title-dot h4 {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-dot h2::before,
.title-dot h3::before,
.title-dot h4::before {
  --gutter: 16px;
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #008917;
  display: block;
  order: 1;
  box-shadow: var(--gutter) 0 0 #1b1b1b, calc(var(--gutter) * 2) 0 0 #008917, calc(var(--gutter) * 3) 0 0 #1b1b1b, calc(var(--gutter) * 4) 0 0 #008917, calc(var(--gutter) * -1) 0 0 #1b1b1b, calc(var(--gutter) * -2) 0 0 #008917, calc(var(--gutter) * -3) 0 0 #1b1b1b, calc(var(--gutter) * -4) 0 0 #008917;
}
@media (max-width: 1600px) {
  .title-dot h2::before,
  .title-dot h3::before,
  .title-dot h4::before {
    --gutter: 12px;
    width: 8px;
  }
}
@media (max-width: 835px) {
  .title-dot h2::before,
  .title-dot h3::before,
  .title-dot h4::before {
    --gutter: 10px;
    width: 6px;
  }
}
.title-dot h2 {
  font-size: 2rem;
}
.title-dot h3 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .title-dot h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 835px) {
  .title-dot h3 {
    font-size: 1.25rem;
  }
}
.title-dot h4 {
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .title-dot h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .title-dot h4 {
    font-size: 1rem;
  }
}

.title-no-deco {
  font-size: 1.5rem;
  color: #737373;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .title-no-deco {
    margin-bottom: 50px;
  }
}
@media (max-width: 835px) {
  .title-no-deco {
    margin-bottom: 40px;
  }
}
.title-no-deco h2 {
  font-weight: 700;
}

.lower-tel > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lower-tel > div .tel-link {
  font-size: 1.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1600px) {
  .lower-tel > div .tel-link {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .lower-tel > div .tel-link {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .lower-tel > div .tel-link {
    font-size: 1.125rem;
  }
}
.lower-tel > div .tel-link::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #008917;
  color: #fff !important;
  font-size: 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.map {
  height: 400px;
}
@media (max-width: 835px) {
  .map {
    height: unset;
    aspect-ratio: 16/9;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.table {
  white-space: nowrap;
}

.counter {
  counter-reset: my-number 0;
}

.inline-block {
  display: inline-block;
}

.list-check {
  overflow-x: auto;
}
.list-check ul {
  display: grid;
  background-color: #f6f6f6;
  padding: 32px;
}
@media (max-width: 1024px) {
  .list-check ul {
    padding: 24px;
  }
}
@media (max-width: 835px) {
  .list-check ul {
    padding: 16px;
  }
}
.list-check ul li {
  float: none;
  font-weight: 500;
  font-size: 1.25rem;
  padding-bottom: 18px;
  border-bottom: 1px dashed #008917;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-inline: 12px;
}
@media (max-width: 1600px) {
  .list-check ul li {
    font-size: 1.125rem;
    padding-bottom: 8px;
    gap: 8px;
  }
}
@media (max-width: 835px) {
  .list-check ul li {
    font-size: 1rem;
    padding-bottom: 10px;
    gap: 6px;
  }
}
@media (max-width: 640px) {
  .list-check ul li {
    font-size: 0.875rem;
    align-items: start;
  }
}
.list-check ul li:not(:first-child) {
  padding-top: 18px;
}
@media (max-width: 1600px) {
  .list-check ul li:not(:first-child) {
    padding-top: 10px;
  }
}
.list-check ul li a {
  font-weight: 500;
}
.list-check ul li::before {
  content: "\f46c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5em;
  color: #008917;
}
@media (max-width: 640px) {
  .list-check ul li::before {
    line-height: 1;
  }
}

.list-double-circle ul {
  display: grid;
  gap: 4px;
}
.list-double-circle ul li {
  font-weight: 500;
  display: flex;
  align-items: start;
}
.list-double-circle ul li::before {
  content: "◎";
  font-weight: 500;
  display: inline-block;
  margin-right: 0.1em;
  font-weight: 500;
}

.list-asterisk ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.list-asterisk ul li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
}
.list-asterisk ul li::before {
  content: "※";
  font-size: 1em;
  font-weight: 500;
}

.list-dot {
  background-color: #f6f6f6;
  padding: 32px;
}
@media (max-width: 1024px) {
  .list-dot {
    padding: 24px;
  }
}
.list-dot ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.list-dot ul li {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.list-dot ul li::before {
  content: "•";
  font-size: 1.2em;
}

.list-step ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 640px) {
  .list-step ul {
    gap: 24px;
  }
}
.list-step ul li {
  display: flex;
  align-items: baseline;
  font-size: 1.25rem;
  font-weight: 500;
  gap: 0.2em;
}
@media (max-width: 1600px) {
  .list-step ul li {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .list-step ul li {
    font-size: 1rem;
  }
}
.list-step ul li::before {
  counter-increment: my-number;
  content: "step" counter(my-number, decimal-leading-zero);
  font-size: 1em;
  font-weight: 700;
  color: #1b1b1b;
  font-size: 1.5em;
}

.recent-posts {
  padding-right: 20px;
}
.recent-posts .blog_list {
  border: unset !important;
  display: grid;
  gap: 16px;
}
.recent-posts .blog_list > div {
  border-bottom: unset !important;
  background-color: #fff;
  padding: 24px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .recent-posts .blog_list > div {
    padding: 16px;
    border-radius: 16px;
  }
}
.recent-posts .blog_list > div .blog_photo {
  display: none;
}
.recent-posts .blog_list > div .blog_text {
  padding: 0 !important;
  width: 100% !important;
}
.recent-posts .blog_list > div .blog_text .blog_meta {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: start;
  gap: 8px;
  margin-bottom: 10px;
}
.recent-posts .blog_list > div .blog_text .blog_date {
  color: #1b1b1b;
}
.recent-posts .blog_list > div .blog_text h3 a span {
  color: #222;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .recent-posts .blog_list > div .blog_text h3 a span {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .recent-posts .blog_list > div .blog_text h3 a span {
    font-size: 1rem;
  }
}
.recent-posts .blog_list > div .blog_text ul {
  display: inline-block;
}
.recent-posts .blog_list > div .blog_text ul li a {
  line-height: 1;
  padding: 6px 14px;
  border-radius: 100vh;
  font-size: 0.875rem;
}
@media (max-width: 835px) {
  .recent-posts .blog_list > div .blog_text ul li a {
    font-size: 0.75rem;
    padding: 4px 10x;
  }
}
.recent-posts .blog_list > div .blog_text ul li a.tag-company {
  color: #008917;
  background-color: #dcdcdc;
}
.recent-posts .blog_list > div .blog_text ul li a.tag-product {
  color: #898000;
  background-color: #f6f6f6;
}
.recent-posts .blog_list > div .blog_text .detail {
  margin-top: 0 !important;
}
.recent-posts.recent-posts-scroll {
  max-height: 350px;
  overflow-y: auto;
}
.recent-posts.recent-posts-scroll::-webkit-scrollbar {
  width: 10px;
}
@media (max-width: 1600px) {
  .recent-posts.recent-posts-scroll::-webkit-scrollbar {
    width: 8px;
  }
}
@media (max-width: 1200px) {
  .recent-posts.recent-posts-scroll::-webkit-scrollbar {
    width: 6px;
  }
}
@media (max-width: 1024px) {
  .recent-posts.recent-posts-scroll::-webkit-scrollbar {
    width: 4px;
  }
}
.recent-posts.recent-posts-scroll::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 10px;
}
.recent-posts.recent-posts-scroll::-webkit-scrollbar-thumb {
  background: #008917;
  border-radius: 10px;
}
.recent-posts.detail-disnone .detail {
  display: none;
}

.insta-recent-posts .sns_list {
  flex-direction: row;
  --col: 6;
  --gutter: 16px;
  gap: var(--gutter);
  border: unset;
}
@media (max-width: 1200px) {
  .insta-recent-posts .sns_list {
    --col: 3;
    flex-wrap: wrap;
  }
}
@media (max-width: 835px) {
  .insta-recent-posts .sns_list {
    --col: 2;
  }
}
.insta-recent-posts .sns_list > div {
  display: flex;
  flex-direction: column;
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
  border-bottom: unset;
}
.insta-recent-posts .sns_list > div .sns_photo {
  width: 100%;
  aspect-ratio: 1;
  min-height: 0;
  padding: 0;
}
.insta-recent-posts .sns_list > div .sns_photo > a {
  display: block;
  width: 100%;
  height: 100%;
}
.insta-recent-posts .sns_list > div .sns_photo > a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.insta-recent-posts .sns_list > div .sns_text {
  width: 100%;
  border-radius: 0 0 16px 16px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
  flex: 1;
}
.insta-recent-posts .sns_list > div .sns_text .sns_date {
  color: #1b1b1b;
  font-size: 0.75rem;
}
.insta-recent-posts .sns_list > div .sns_text .caption {
  font-size: 0.875rem;
  font-weight: 700;
}
.insta-recent-posts .sns_list > div .sns_text > ul {
  display: none;
}

.chatGPT-sentence {
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .chatGPT-sentence {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .chatGPT-sentence {
    font-size: 1rem;
  }
}
.chatGPT-sentence p {
  font-weight: 700;
}

.register table {
  border-collapse: collapse;
  border: none;
}
.register table tr td {
  border: unset !important;
  padding: 16px 20px !important;
  font-weight: 600;
  white-space: nowrap;
}
.register table tr td > div {
  font-weight: 600;
  white-space: nowrap;
}
.register table tr td > div a {
  font-weight: 600;
}
.register table tr td:not(:first-child) {
  border-left: 1px dotted #989898 !important;
}
.register table tr:not(:last-child) td {
  border-bottom: 1px dotted #989898 !important;
}

.indent-second-line {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
}

.parallax-bg {
  height: 660px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1600px) {
  .parallax-bg {
    height: 480px;
  }
}
@media (max-width: 1200px) {
  .parallax-bg {
    height: 360px;
  }
}
@media (max-width: 835px) {
  .parallax-bg {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .parallax-bg {
    height: 280px;
  }
}
@media screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) {
  .parallax-bg {
    background-attachment: scroll !important;
  }
}

.fancybox a {
  display: block;
}

.dl-underline dl dt,
.dl-underline dl dd {
  padding: 0 !important;
  background-color: unset !important;
  border: unset !important;
}
.dl-underline {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 640px) {
  .dl-underline {
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .dl-underline dl {
    flex-direction: column;
  }
}
.dl-underline dl dt {
  border-bottom: 2px solid #989898 !important;
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 12px !important;
  padding-left: 12px !important;
}
@media (max-width: 1024px) {
  .dl-underline dl dt {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .dl-underline dl dt {
    width: 100% !important;
  }
}
.dl-underline dl dd {
  border-bottom: 2px solid #ccc !important;
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 12px !important;
}
@media (max-width: 1024px) {
  .dl-underline dl dd {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .dl-underline dl dd {
    width: 100% !important;
  }
}
.dl-underline dl dd a {
  font-weight: 500;
}

@media (max-width: 835px) {
  .dl-summary dl {
    flex-direction: column !important;
  }
}
.dl-summary dl dt,
.dl-summary dl dd {
  font-weight: 500;
  padding: 12px !important;
}
@media (max-width: 835px) {
  .dl-summary dl dt,
  .dl-summary dl dd {
    width: 100% !important;
  }
}
.dl-summary dl dt {
  background-color: #dcdcdc !important;
}
.dl-summary dl dd > div,
.dl-summary dl dd > a {
  font-weight: 500;
}

.dl-career dl {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 835px) {
  .dl-career dl {
    flex-direction: column;
  }
}
.dl-career dl::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  border-left: 2px solid #008917;
}
.dl-career dl dt {
  font-weight: 500;
  color: #222;
  background-color: #dcdcdc !important;
  position: relative;
  padding: 12px !important;
}
@media (max-width: 835px) {
  .dl-career dl dt {
    width: 100% !important;
  }
}
.dl-career dl dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #008917;
  position: absolute;
  top: 50%;
  left: -20px;
  translate: -45% -50%;
}
.dl-career dl dt::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  background-image: linear-gradient(#008917, #008917);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% 2px;
}
.dl-career dl dd {
  font-weight: 500;
  padding: 12px !important;
}
@media (max-width: 835px) {
  .dl-career dl dd {
    width: 100% !important;
  }
}

@media (max-width: 835px) {
  .dl-common dl {
    flex-direction: column !important;
  }
}
.dl-common dl dt,
.dl-common dl dd {
  font-weight: 500;
  padding: 12px !important;
}
@media (max-width: 835px) {
  .dl-common dl dt,
  .dl-common dl dd {
    width: 100% !important;
  }
}
.dl-common dl dt {
  background-color: #008917 !important;
  color: #fff;
}
.dl-common dl dd > div,
.dl-common dl dd > a {
  font-weight: 500;
}

.dl-faq {
  --padding: 24px;
}
.dl-faq dl dt,
.dl-faq dl dd {
  padding: 0 !important;
  background-color: unset !important;
  border: unset !important;
}
.dl-faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dl-faq dl {
  flex-direction: column;
}
.dl-faq dl dt {
  width: 100% !important;
  padding: var(--padding) 60px var(--padding) var(--padding) !important;
  background-color: #dcdcdc !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  cursor: pointer;
}
.dl-faq dl dt::before, .dl-faq dl dt::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background-color: #1b1b1b;
  position: absolute;
  right: 12px;
  top: 50%;
}
.dl-faq dl dt::after {
  rotate: 90deg;
  transition: rotate 0.2s;
}
.dl-faq dl dt:hover {
  text-decoration: underline;
}
.dl-faq dl dt.active::after {
  rotate: 0deg;
}
.dl-faq dl dd {
  width: 100% !important;
  background-color: #dcdcdc !important;
  height: 0;
  overflow: hidden;
}
.dl-faq dl dd .dl-faq_inner {
  padding: var(--padding) !important;
  border-top: 1px dotted #1b1b1b !important;
}

.business {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.business .box article {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 640px) {
  .business .box article {
    grid-template-columns: unset;
  }
}
.business .box article img {
  grid-column: 1/2;
  grid-row: 1/span 2;
  min-width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .business .box article img {
    grid-column: unset;
    grid-row: unset;
  }
}
.business .box article h3 {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .business .box article h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .business .box article h3 {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .business .box article h3 {
    grid-column: unset;
    grid-row: unset;
  }
}
.business .box article > div {
  grid-column: 2/3;
  grid-row: 2/2;
  font-weight: medium;
}
@media (max-width: 640px) {
  .business .box article > div {
    grid-column: unset;
    grid-row: unset;
  }
}

.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media (max-width: 835px) {
  .feature {
    grid-template-columns: 1fr;
  }
}
.feature > div:nth-child(2), .feature > div:nth-child(4n+2) {
  padding-left: 40px;
}
@media (max-width: 1600px) {
  .feature > div:nth-child(2), .feature > div:nth-child(4n+2) {
    padding-left: 32px;
  }
}
@media (max-width: 1200px) {
  .feature > div:nth-child(2), .feature > div:nth-child(4n+2) {
    padding-left: 28px;
  }
}
@media (max-width: 1024px) {
  .feature > div:nth-child(2), .feature > div:nth-child(4n+2) {
    padding-left: 24px;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(2), .feature > div:nth-child(4n+2) {
    padding-left: 0;
  }
}
.feature > div:nth-child(3), .feature > div:nth-child(4n+3) {
  padding-right: 40px;
}
@media (max-width: 1600px) {
  .feature > div:nth-child(3), .feature > div:nth-child(4n+3) {
    padding-right: 32px;
  }
}
@media (max-width: 1200px) {
  .feature > div:nth-child(3), .feature > div:nth-child(4n+3) {
    padding-right: 28px;
  }
}
@media (max-width: 1024px) {
  .feature > div:nth-child(3), .feature > div:nth-child(4n+3) {
    padding-right: 24px;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(3), .feature > div:nth-child(4n+3) {
    padding-right: 0;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(3), .feature > div:nth-child(4n+3) {
    padding-right: 0;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(2) {
    order: 2;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(3) {
    order: 4;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(4) {
    order: 3;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(5) {
    order: 5;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(6) {
    order: 6;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(7) {
    order: 8;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(8) {
    order: 7;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(9) {
    order: 9;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(10) {
    order: 10;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(11) {
    order: 12;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(12) {
    order: 11;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(13) {
    order: 13;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(14) {
    order: 14;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(15) {
    order: 16;
  }
}
@media (max-width: 835px) {
  .feature > div:nth-child(16) {
    order: 15;
  }
}
.feature > div img {
  max-width: 100% !important;
  margin: 0 !important;
}
.feature > div h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 2px dotted #989898;
}
@media (max-width: 1600px) {
  .feature > div h3 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 1200px) {
  .feature > div h3 {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 835px) {
  .feature > div h3 {
    font-size: 1rem;
    margin-top: 12px;
  }
}
.feature > div h3::before {
  content: counter(my-number, decimal-leading-zero);
  counter-increment: my-number;
  flex-shrink: 0;
  flex-basis: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #008917;
  font-size: 0.8em;
}
@media (max-width: 1024px) {
  .feature > div h3::before {
    flex-basis: 42px;
    height: 42px;
  }
}
@media (max-width: 835px) {
  .feature > div h3::before {
    flex-basis: 36px;
    height: 36px;
  }
}
@media (max-width: 835px) {
  .feature > div h3 + div {
    margin-bottom: 40px;
  }
}

.symptoms .box article > div {
  font-size: 1.25rem;
  font-weight: medium;
}
@media (max-width: 1600px) {
  .symptoms .box article > div {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .symptoms .box article > div {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .symptoms .box article > div {
    font-size: 0.875rem;
  }
}
@media (max-width: 640px) {
  .symptoms .box article > div {
    font-size: 0.75rem;
  }
}

.method table tbody tr td > div {
  font-weight: medium !important;
}

.dl-faq dl dt {
  background-color: #e6f9e9 !important;
  flex-direction: row !important;
  justify-content: start !important;
  font-weight: 500;
}
.dl-faq dl dt .icon-q {
  margin: 0;
  line-height: 1;
}
.dl-faq dl dt .icon-q::before {
  content: "q";
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  color: #008917;
}
.dl-faq dl dd {
  background-color: #e6f9e9 !important;
}
.dl-faq dl dd .dl-faq_inner {
  padding-block: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
}
.dl-faq dl dd .dl-faq_inner .icon-a {
  margin: 0;
  line-height: 1;
}
.dl-faq dl dd .dl-faq_inner .icon-a::before {
  content: "a";
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  color: #008917;
}

.work {
  display: flex;
  align-items: start;
}
@media (max-width: 835px) {
  .work {
    flex-direction: column;
    gap: 20px;
  }
}
.work .work_slider {
  --arrow-fz: 20px;
  --slider-padding: 6px;
  width: 50%;
  padding-inline: calc(var(--arrow-fz) + var(--slider-padding));
  margin-bottom: 0 !important;
}
@media (max-width: 835px) {
  .work .work_slider {
    width: 100%;
  }
}
.work .work_slider .slick-list {
  aspect-ratio: 4/3;
  margin-bottom: 20px;
}
.work .work_slider .slick-list .box {
  aspect-ratio: 4/3;
}
.work .work_slider .slick-list .box img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.work .work_slider .work_slider-prev::before,
.work .work_slider .work_slider-next::before {
  color: #008917;
  font-size: var(--arrow-fz);
}
.work .work_slider .work_slider-prev {
  left: 0;
}
.work .work_slider .work_slider-next {
  right: 0;
}
.work .work_slider .work_slider-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: static;
}
.work .work_slider .work_slider-dot-item {
  --gutter: 10px;
  width: calc((100% - var(--gutter) * 3) / 4);
  height: auto;
  aspect-ratio: 1;
  margin: 0;
}
.work .work_slider .work_slider-dot-item .work_slider-dot-btn {
  padding: 0;
  border: none;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.2s;
}
.work .work_slider .work_slider-dot-item .work_slider-dot-btn:hover {
  opacity: 0.5;
}
.work .work_slider .work_slider-dot-item .work_slider-dot-btn img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.work .work_slider .work_slider-dot-item .work_slider-dot-btn::before {
  display: none;
}
.work .dl-common {
  width: 50%;
  padding-left: 40px;
}
@media (max-width: 1600px) {
  .work .dl-common {
    padding-left: 30px;
  }
}
@media (max-width: 835px) {
  .work .dl-common {
    padding-left: 0;
    width: 100%;
  }
}
.work .dl-common dl {
  display: flex;
}
@media (max-width: 1200px) {
  .work .dl-common dl {
    flex-direction: column;
  }
}
@media (max-width: 835px) {
  .work .dl-common dl {
    flex-direction: row !important;
  }
}
@media (max-width: 640px) {
  .work .dl-common dl {
    flex-direction: column !important;
  }
}
@media (max-width: 1200px) {
  .work .dl-common dl dt {
    width: 100% !important;
  }
}
@media (max-width: 835px) {
  .work .dl-common dl dt {
    width: 20% !important;
  }
}
@media (max-width: 640px) {
  .work .dl-common dl dt {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .work .dl-common dl dd {
    width: 100% !important;
  }
}
@media (max-width: 835px) {
  .work .dl-common dl dd {
    width: 80% !important;
  }
}
@media (max-width: 640px) {
  .work .dl-common dl dd {
    width: 100% !important;
  }
}

.before-and-after {
  flex-wrap: nowrap;
  --gutter: 80px;
}
@media (max-width: 1200px) {
  .before-and-after {
    --gutter: 60px;
  }
}
@media (max-width: 1024px) {
  .before-and-after {
    --gutter: 40px;
  }
}
@media (max-width: 835px) {
  .before-and-after {
    --col: 1;
    flex-direction: column !important;
  }
}
.before-and-after .box {
  position: relative;
}
.before-and-after .box::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/2;
  background-color: #008917;
  position: absolute;
  top: 50%;
  left: 106%;
  translate: 0 -50%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 1200px) {
  .before-and-after .box::before {
    width: 16px;
    left: calc(100% + 22px);
  }
}
@media (max-width: 1024px) {
  .before-and-after .box::before {
    left: calc(100% + 14px);
  }
}
@media (max-width: 835px) {
  .before-and-after .box::before {
    top: calc(100% + 5px);
    left: 50%;
    translate: -50% 0;
    rotate: 90deg;
  }
}
.before-and-after .box::after {
  display: block;
  padding: 8px 12px;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: visible;
}
.before-and-after .box:nth-child(1) {
  overflow: visible !important;
}
.before-and-after .box:nth-child(1)::after {
  content: "before";
  background-color: #ff0000;
}
.before-and-after .box:nth-child(2)::after {
  content: "after";
  background-color: #008917;
}

.case .case_name h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.case .col2 {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .case .col2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 835px) {
  .case .col2 {
    --col: 1;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .case .col2 {
    margin-bottom: 20px;
  }
}
.case .col2 .slider-width-thumnail .case-slider {
  margin-bottom: 20px;
}
@media (max-width: 835px) {
  .case .col2 .slider-width-thumnail .case-slider {
    margin-bottom: 10px;
    padding-inline: 10px;
  }
}
.case .col2 .slider-width-thumnail .case-slider .slick-slide {
  aspect-ratio: 4/3;
}
.case .col2 .slider-width-thumnail .case-slider .slick-slide img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.case .col2 .slider-width-thumnail .case-slider .slick-prev {
  z-index: 1;
  left: -20px;
}
@media (max-width: 835px) {
  .case .col2 .slider-width-thumnail .case-slider .slick-prev {
    left: -16px;
  }
}
@media (max-width: 835px) {
  .case .col2 .slider-width-thumnail .case-slider .slick-prev {
    left: -10px;
  }
}
.case .col2 .slider-width-thumnail .case-slider .slick-prev::before {
  content: "\f0a8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #008917;
}
.case .col2 .slider-width-thumnail .case-slider .slick-next {
  z-index: 1;
  right: -20px;
}
@media (max-width: 835px) {
  .case .col2 .slider-width-thumnail .case-slider .slick-next {
    right: -16px;
  }
}
@media (max-width: 835px) {
  .case .col2 .slider-width-thumnail .case-slider .slick-next {
    right: -10px;
  }
}
.case .col2 .slider-width-thumnail .case-slider .slick-next::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #008917;
}
.case .col2 .slider-width-thumnail .case-thumnail .slick-track {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  transform: none !important;
  max-width: 100% !important;
}
.case .col2 .slider-width-thumnail .case-thumnail .slick-track .slick-slide {
  width: auto !important;
  aspect-ratio: 1;
}
.case .col2 .slider-width-thumnail .case-thumnail .slick-track .slick-slide img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.case .col2 .slider-width-thumnail .case-thumnail .slick-track::before, .case .col2 .slider-width-thumnail .case-thumnail .slick-track::after {
  display: none;
}
.case .col2 .slider-width-thumnail .case-thumnail .slick-cloned {
  display: none;
}
.case .bna .bna_title h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
.case .bna .bna_title {
  padding-bottom: 20px;
  border-bottom: 2px dotted #008917;
  margin-bottom: 20px;
}
.case .bna .bna_content {
  flex-wrap: nowrap;
  --gutter: 80px;
}
@media (max-width: 1200px) {
  .case .bna .bna_content {
    --gutter: 60px;
  }
}
@media (max-width: 1024px) {
  .case .bna .bna_content {
    --gutter: 40px;
  }
}
.case .bna .bna_content .box:not(:last-child) {
  position: relative;
  overflow: visible !important;
}
.case .bna .bna_content .box:not(:last-child)::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/2;
  background-color: #008917;
  position: absolute;
  top: 50%;
  left: 106%;
  translate: 0 -50%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 1200px) {
  .case .bna .bna_content .box:not(:last-child)::before {
    width: 16px;
    left: calc(100% + 22px);
  }
}
@media (max-width: 1024px) {
  .case .bna .bna_content .box:not(:last-child)::before {
    left: calc(100% + 14px);
  }
}
@media (max-width: 835px) {
  .case .bna .bna_content .box:not(:last-child)::before {
    top: calc(100% + 5px);
    left: 50%;
    translate: -50% 0;
    rotate: 90deg;
  }
}

.flow-simple {
  display: flex;
  flex-direction: column !important;
  gap: 80px;
}
.flow-simple .box:not(:last-child) {
  position: relative;
  overflow: visible !important;
}
.flow-simple .box:not(:last-child)::before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 3/1;
  background-color: #008917;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  translate: -50% 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 1024px) {
  .flow-simple .box:not(:last-child)::before {
    width: 48px;
  }
}
@media (max-width: 835px) {
  .flow-simple .box:not(:last-child)::before {
    width: 32px;
  }
}
@media (max-width: 640px) {
  .flow-simple .box:not(:last-child)::before {
    width: 26px;
  }
}
.flow-simple .box > div {
  flex: 2 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .flow-simple .box > div {
    gap: 8px;
  }
}
@media (max-width: 835px) {
  .flow-simple .box > div {
    gap: 2px;
  }
}
.flow-simple .box > div .flow_title {
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 2px dotted #008917;
}
@media (max-width: 1024px) {
  .flow-simple .box > div .flow_title {
    font-size: 1.125rem;
  }
}
@media (max-width: 640px) {
  .flow-simple .box > div .flow_title {
    flex-direction: column;
  }
}
.flow-simple .box > div .flow_title::before {
  --clip: 20px;
  content: "step:" counter(my-number, decimal-leading-zero);
  counter-increment: my-number;
  color: #fff;
  background-color: #008917;
  font-weight: bold;
  font-size: 1em;
  padding-block: 6px;
  padding-left: 16px;
  padding-right: calc(var(--clip) + 16px);
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--clip)) 50%, 100% 100%, 0 100%);
}

.flow {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.flow .box {
  width: 100%;
}
.flow .box:not(:last-child) {
  position: relative;
  overflow: visible !important;
}
.flow .box:not(:last-child)::before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 2/1;
  background-color: #008917;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  translate: -50% 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 1024px) {
  .flow .box:not(:last-child)::before {
    width: 40px;
  }
}
@media (max-width: 835px) {
  .flow .box:not(:last-child)::before {
    width: 30px;
  }
}
@media (max-width: 640px) {
  .flow .box:not(:last-child)::before {
    width: 20px;
  }
}
.flow .box article {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
@media (max-width: 1024px) {
  .flow .box article {
    gap: 16px;
  }
}
@media (max-width: 835px) {
  .flow .box article {
    gap: 12px;
  }
}
@media (max-width: 835px) {
  .flow .box article {
    flex-direction: column;
  }
}
.flow .box article img {
  flex-shrink: 1;
  width: 30%;
}
@media (max-width: 835px) {
  .flow .box article img {
    width: 100%;
  }
}
.flow .box article > div {
  flex: 2 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .flow .box article > div {
    gap: 8px;
  }
}
@media (max-width: 835px) {
  .flow .box article > div {
    gap: 2px;
  }
}
.flow .box article > div .flow_title {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
@media (max-width: 1600px) {
  .flow .box article > div .flow_title {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .flow .box article > div .flow_title {
    font-size: 1.125rem;
  }
}
@media (max-width: 640px) {
  .flow .box article > div .flow_title {
    flex-direction: column;
  }
}
.flow .box article > div .flow_title::before {
  --clip: 20px;
  content: "step:" counter(my-number, decimal-leading-zero);
  counter-increment: my-number;
  color: #fff;
  background-color: #008917;
  font-weight: bold;
  font-size: 1em;
  padding-block: 8px;
  padding-left: 16px;
  padding-right: calc(var(--clip) + 16px);
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--clip)) 50%, 100% 100%, 0 100%);
}

.page-contact .contact-form {
  background-color: #f0f0f0 !important;
  padding: 40px;
}
@media (max-width: 1024px) {
  .page-contact .contact-form {
    padding: 32px;
  }
}
@media (max-width: 835px) {
  .page-contact .contact-form {
    padding: 12px;
  }
}
.page-contact .contact-form dl:not(:last-child) {
  margin-bottom: 20px;
}
.page-contact .contact-form dl dt,
.page-contact .contact-form dl dd {
  background-color: #f0f0f0 !important;
  border: unset !important;
}
.page-contact .contact-form dl dt {
  font-weight: 600;
  font-size: 1rem;
  min-width: 160px;
}
@media (max-width: 835px) {
  .page-contact .contact-form dl dt {
    padding-bottom: 0 !important;
  }
}

.contact-policy {
  background-color: #f0f0f0;
  padding: 0 40px 40px 40px;
}
@media (max-width: 1024px) {
  .contact-policy {
    padding: 0 32px 32px 32px;
  }
}
@media (max-width: 835px) {
  .contact-policy {
    padding: 0 12px 12px 12px;
  }
}
.contact-policy .privacypolicy {
  background-color: #fff;
  padding: 20px;
}
.contact-policy .privacypolicy .privacypolicy_inner {
  max-height: 300px;
  overflow-y: auto;
  font-size: 0.875rem;
  background-color: #fff;
}
.contact-policy .privacypolicy .privacypolicy_inner h3 {
  background-color: #f0f0f0;
  padding: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1rem;
}
.contact-policy .privacypolicy .privacypolicy_inner dt {
  font-weight: 600;
}
.contact-policy .privacypolicy .privacypolicy_inner dd {
  font-weight: 500;
}
.contact-policy .privacypolicy .privacypolicy_inner dd:not(:last-child) {
  margin-bottom: 12px;
}
.contact-policy #agree_check {
  text-align: center;
  border: 1px solid #ccc;
  padding-block: 4px;
  background-color: #ecfafb;
}
.contact-policy #agree_check span {
  color: #fff;
  background-color: #ff0000;
  display: inline-block;
  padding-inline: 6px;
  font-size: 0.75rem;
}

section form h2.mail.title {
  display: none;
}

.img-text-contact {
  display: flex;
  align-items: start;
  flex-wrap: nowrap !important;
  gap: 20px;
}
@media (max-width: 640px) {
  .img-text-contact {
    flex-direction: column !important;
    gap: 14px;
  }
}
.img-text-contact .box:first-child {
  width: 20%;
  aspect-ratio: 1;
  min-width: 180px;
}
@media (max-width: 640px) {
  .img-text-contact .box:first-child {
    width: 100%;
  }
}
.img-text-contact .box:first-child img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-form-confirm #contents_wrap {
  padding-top: 100px !important;
}

.page-form-complete #contents_wrap {
  padding-top: 100px !important;
}

.page-form-error #contents_wrap {
  padding-top: 100px !important;
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
.policy p {
  margin: 0 0 20px;
}

.error2 h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
}
@media (max-width: 1024px) {
  .error2 h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .error2 h2 {
    font-size: 1.125rem;
  }
}
.error2 .error2_btn {
  display: inline-block;
  padding: 16px 60px;
  border: 1px solid currentColor;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.125rem;
  transition: color 0.2s, background-color 0.3s;
}
@media (max-width: 1024px) {
  .error2 .error2_btn {
    font-size: 1rem;
    padding: 12px 40px;
  }
}
.error2 .error2_btn:hover {
  color: #fff;
  background-color: #008917;
}

.top-page #global_footer {
  margin-top: 0 !important;
}

footer#global_footer {
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 250px;
  color: #fff;
}
@media (max-width: 1600px) {
  footer#global_footer {
    padding-top: 70px;
  }
}
@media (max-width: 1200px) {
  footer#global_footer {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  footer#global_footer {
    padding-bottom: 200px;
  }
}
footer#global_footer .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 300px;
}
@media (max-width: 1200px) {
  footer#global_footer .footer_inner {
    gap: 140px;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_inner {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_inner {
    gap: 60px;
  }
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner {
    flex-direction: column;
  }
}
footer#global_footer .footer_inner .footer_brand {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  text-align: left;
  min-width: 370px;
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner .footer_brand {
    margin-inline: auto;
    min-width: unset;
    align-items: center;
  }
}
footer#global_footer .footer_inner .footer_brand .footer_logo span {
  font-size: 1.875rem;
  font-weight: bold;
  display: block;
}
@media (max-width: 1600px) {
  footer#global_footer .footer_inner .footer_brand .footer_logo span {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_inner .footer_brand .footer_logo span {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner .footer_brand .footer_logo span {
    text-align: center;
  }
}
footer#global_footer .footer_inner .footer_brand .footer_company {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
footer#global_footer .footer_inner .footer_brand .footer_company dl {
  display: flex;
}
footer#global_footer .footer_inner .footer_brand .footer_company dl dt {
  width: 100px;
}
footer#global_footer .footer_inner .footer_info {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner .footer_info {
    align-items: center;
    margin-inline: auto;
  }
}
footer#global_footer .footer_inner .footer_info .footer_nav {
  padding-bottom: 20px;
  padding-right: 32px;
  padding-left: 70px;
  border-bottom: 1px solid #989898;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1600px) {
  footer#global_footer .footer_inner .footer_info .footer_nav {
    padding-right: 24px;
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_inner .footer_info .footer_nav {
    padding-right: 20px;
    padding-left: 60px;
  }
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner .footer_info .footer_nav {
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 16px;
  }
}
footer#global_footer .footer_inner .footer_info .footer_nav .footer_menu {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 12px 24px;
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner .footer_info .footer_nav .footer_menu {
    justify-content: center;
  }
}
footer#global_footer .footer_inner .footer_info small {
  text-align: right;
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner .footer_info small {
    text-align: center;
  }
}

.top-btn {
  position: fixed;
  right: 0;
  bottom: 90px;
  width: 80px;
  aspect-ratio: 1;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  z-index: 999;
  border: none;
  outline: none;
}
@media (max-width: 1024px) {
  .top-btn {
    width: 50px;
  }
}
@media (max-width: 835px) {
  .top-btn {
    bottom: 80px;
  }
}
.top-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  background-color: #008917;
  transition: background-color 0.3 ease-out;
  text-transform: uppercase;
}
.top-btn a:hover {
  background-color: #14571f;
}
.top-btn a::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: translate 0.2s;
}
.top-btn a:hover::before {
  translate: 0 -10px;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.top-title {
  margin-bottom: 60px;
}
@media (max-width: 835px) {
  .top-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .top-title {
    font-size: 1.875rem;
  }
}
.top-title article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .top-title article {
    font-size: 1.875rem;
    gap: 26px;
  }
}
@media (max-width: 835px) {
  .top-title article {
    font-size: 1.5rem;
    gap: 14px;
  }
}
@media (max-width: 835px) {
  .top-title article {
    font-size: 1.5rem;
    gap: 14px;
  }
}
.top-title article h2 {
  order: 2;
  font-weight: bold;
}
.top-title article > div {
  display: contents;
}
.top-title article .top-title_label {
  order: 1;
  letter-spacing: 0.05em;
  padding: 8px 20px;
  color: #1b1b1b;
  background-color: color-mix(in srgb, #fff 50%, #1b1b1b 50%);
  font-size: 1.5rem;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1024px) {
  .top-title article .top-title_label {
    font-size: 1.125rem;
    padding: 6px 16px;
  }
}
@media (max-width: 835px) {
  .top-title article .top-title_label {
    font-size: 0.875rem;
    padding: 4px 12px;
  }
}
.top-title article .top-title_label.bg-white {
  background-color: #fff;
}
.top-title article .line {
  order: 3;
  display: block;
  width: 100px;
  height: 5px;
}
@media (max-width: 1024px) {
  .top-title article .line {
    width: 80px;
    height: 4px;
  }
}
@media (max-width: 835px) {
  .top-title article .line {
    width: 60px;
    height: 3px;
  }
}
@media (max-width: 640px) {
  .top-title article .line {
    width: 40px;
    height: 2px;
  }
}
.top-title article .line.line-dark {
  background-color: #ccc;
}
.top-title article .line.line-light {
  background-color: #ababab;
}

.disc {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.67;
  text-align: center;
  margin-top: -0.35lh;
}
@media (max-width: 1024px) {
  .disc {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .disc {
    font-size: 0.875rem;
  }
}

.top-title2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.top-title2 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.top-title2 .top-title_disc {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .top-title2 .top-title_disc {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .top-title2 .top-title_disc {
    font-size: 0.875rem;
  }
}
.top-title2 .top-title_text {
  color: #1b1b1b;
  letter-spacing: 0.05em;
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .top-title2 .top-title_text {
    font-size: 1.875rem;
  }
}
@media (max-width: 835px) {
  .top-title2 .top-title_text {
    font-size: 1.5rem;
  }
}
.top-title2::after {
  content: "";
  visibility: visible;
  display: block;
  width: 100px;
  height: 5px;
  background-color: #ccc;
}
@media (max-width: 1024px) {
  .top-title2::after {
    width: 80px;
    height: 4px;
  }
}
@media (max-width: 835px) {
  .top-title2::after {
    width: 60px;
    height: 3px;
  }
}
@media (max-width: 640px) {
  .top-title2::after {
    width: 40px;
    height: 2px;
  }
}

.mv {
  overflow: hidden;
  aspect-ratio: 16/9;
}

.section-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  isolation: isolate;
}

@media (max-width: 1024px) {
  .cont1 .img-text {
    flex-direction: column !important;
  }
}
.cont1 .img-text .img-text_img {
  flex: 1;
  aspect-ratio: 880/700;
}
@media (max-width: 1200px) {
  .cont1 .img-text .img-text_img {
    flex: 1.5;
  }
}
@media (max-width: 1024px) {
  .cont1 .img-text .img-text_img {
    width: 100%;
  }
}
.cont1 .img-text .img-text_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100% !important;
}
.cont1 .img-text .img-text_body {
  flex: 0 0 auto;
  gap: 40px;
}
@media (max-width: 1600px) {
  .cont1 .img-text .img-text_body {
    gap: 32px;
  }
}
@media (max-width: 1200px) {
  .cont1 .img-text .img-text_body {
    gap: 24px;
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .cont1 .img-text .img-text_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
  }
}
@media (max-width: 835px) {
  .cont1 .img-text .img-text_body .title-common article {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .cont1 .img-text .img-text_body .title-common article h1::before,
  .cont1 .img-text .img-text_body .title-common article h2::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .cont1 .img-text .img-text_body .btn {
    margin-inline: auto;
  }
}
.cont1 .dl-about dl dt,
.cont1 .dl-about dl dd {
  padding: 0 !important;
  background-color: unset !important;
  border: unset !important;
}
.cont1 .dl-about {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cont1 .dl-about {
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  .cont1 .dl-about {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .cont1 .dl-about {
    gap: 12px;
  }
}
.cont1 .dl-about dl {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 4px 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #989898;
}
@media (max-width: 1600px) {
  .cont1 .dl-about dl {
    padding-bottom: 24px;
    gap: 4px 16px;
  }
}
@media (max-width: 1200px) {
  .cont1 .dl-about dl {
    padding-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .cont1 .dl-about dl {
    padding-bottom: 12px;
    gap: 4px 12px;
  }
}
.cont1 .dl-about dl dt {
  width: 100% !important;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .cont1 .dl-about dl dt {
    font-size: 1.25rem;
  }
}
@media (max-width: 1600px) {
  .cont1 .dl-about dl dt {
    font-size: 1.125rem;
  }
}
.cont1 .dl-about dl dd {
  order: 1;
  width: 100% !important;
  font-weight: bold;
}
.cont1 .dl-about dl::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #008917;
}
.cont1 .dl-about dl::after {
  content: "";
}

.cont2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  isolation: isolate;
}
.cont2 .grid-equal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 835px) {
  .cont2 .grid-equal {
    grid-template-columns: 1fr;
  }
}
.cont2 .grid-equal .bg-left-full,
.cont2 .grid-equal .bg-right-full {
  aspect-ratio: 960/450;
  position: relative;
}
.cont2 .grid-equal .bg-left-full img,
.cont2 .grid-equal .bg-right-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100% !important;
  margin: 0 !important;
}
.cont2 .grid-equal .bg-left-full::before,
.cont2 .grid-equal .bg-right-full::before {
  content: "";
  display: block;
  width: 50vw;
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  isolation: isolate;
}
@media (max-width: 835px) {
  .cont2 .grid-equal .bg-left-full::before,
  .cont2 .grid-equal .bg-right-full::before {
    width: 100vw;
  }
}
@media (max-width: 835px) {
  .cont2 .grid-equal .bg-left-full {
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
  }
}
.cont2 .grid-equal .bg-left-full::before {
  background-image: url(../images/top/roof-renovation_label_01.png);
  aspect-ratio: 960/140;
  right: 0;
}
@media (max-width: 835px) {
  .cont2 .grid-equal .bg-right-full {
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
  }
}
.cont2 .grid-equal .bg-right-full::before {
  background-image: url(../images/top/roof-renovation_label_02.png);
  aspect-ratio: 960/104;
  left: 0;
}
@media (max-width: 835px) {
  .cont2 .grid-equal .title-bd {
    padding-top: 20px;
  }
}
.cont2 .grid-equal .title-bd article h2 {
  font-size: 2.25rem;
  font-weight: bold;
  padding-bottom: 50px;
  border-bottom: 1px solid #989898;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .cont2 .grid-equal .title-bd article h2 {
    font-size: 1.5rem;
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
}
@media (max-width: 1200px) {
  .cont2 .grid-equal .title-bd article h2 {
    font-size: 1.25rem;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .cont2 .grid-equal .title-bd article h2 {
    font-size: 1.125rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.cont2 .grid-equal .title-bd article > div {
  font-weight: bold;
}
.cont2 .grid-equal :nth-child(1 of .title-bd) {
  padding-left: 52px;
}
@media (max-width: 1600px) {
  .cont2 .grid-equal :nth-child(1 of .title-bd) {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .cont2 .grid-equal :nth-child(1 of .title-bd) {
    padding-left: 32px;
  }
}
@media (max-width: 1024px) {
  .cont2 .grid-equal :nth-child(1 of .title-bd) {
    padding-left: 24px;
  }
}
@media (max-width: 835px) {
  .cont2 .grid-equal :nth-child(1 of .title-bd) {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cont2 .grid-equal :nth-child(2 of .title-bd) {
  padding-right: 52px;
}
@media (max-width: 1600px) {
  .cont2 .grid-equal :nth-child(2 of .title-bd) {
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .cont2 .grid-equal :nth-child(2 of .title-bd) {
    padding-right: 32px;
  }
}
@media (max-width: 1024px) {
  .cont2 .grid-equal :nth-child(2 of .title-bd) {
    padding-right: 24px;
  }
}
@media (max-width: 835px) {
  .cont2 .grid-equal :nth-child(2 of .title-bd) {
    order: 1;
    padding-right: 0;
  }
}

.cont3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  isolation: isolate;
}
@media (max-width: 430px) {
  .cont3 .col3 {
    --col: 1;
  }
}
.cont3 .col3 .box article {
  position: relative;
}
.cont3 .col3 .box article a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 360/460;
  position: relative;
  isolation: isolate;
  position: relative;
  isolation: isolate;
}
.cont3 .col3 .box article a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cont3 .col3 .box article a {
  transition: background-color 0.2s;
}
.cont3 .col3 .box article a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "詳しく見る";
  font-size: 1.5rem;
  color: transparent;
  transition: color 0.2s, background-color 0.2s;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cont3 .col3 .box article a::before {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .cont3 .col3 .box article a::before {
    font-size: 1.125rem;
  }
}
.cont3 .col3 .box article a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.35s;
}
.cont3 .col3 .box article a:hover img {
  scale: 1.1;
}
.cont3 .col3 .box article a:hover + div .icon-arrow-lg {
  left: 0;
}
.cont3 .col3 .box article a:hover::before {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.cont3 .col3 .box article > div {
  position: absolute;
  left: 50%;
  bottom: 20px;
  translate: -50% 0;
  z-index: 2;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cont3 .col3 .box article > div {
    font-size: 1.25rem;
    bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .cont3 .col3 .box article > div {
    font-size: 1.125rem;
    bottom: 50px;
  }
}
@media (max-width: 835px) {
  .cont3 .col3 .box article > div {
    font-size: 1rem;
    bottom: 60px;
  }
}
.cont3 .col3 .box article > div .icon-arrow-lg {
  display: block;
  width: calc(100% + 36px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: -16px;
  transition: left 0.2s;
}
.cont3 .col3 .box article > div .icon-arrow-lg::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  rotate: 35deg;
}

.cont4 .links {
  --gutter: min(60px, 3.5vw);
}
@media (max-width: 835px) {
  .cont4 .links {
    --col: 1;
  }
}
.cont4 .links .box {
  position: relative;
  isolation: isolate;
}
.cont4 .links .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cont4 .links .box article {
  position: relative;
  aspect-ratio: 880/465;
}
.cont4 .links .box article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont4 .links .box article > div {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  width: 73%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1600px) {
  .cont4 .links .box article > div {
    gap: 32px;
  }
}
@media (max-width: 1200px) {
  .cont4 .links .box article > div {
    width: 80%;
    gap: 28px;
  }
}
@media (max-width: 1024px) {
  .cont4 .links .box article > div {
    gap: 24px;
  }
}
@media (max-width: 835px) {
  .cont4 .links .box article > div {
    width: 70%;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .cont4 .links .box article > div {
    width: 90%;
  }
}
.cont4 .links .box article > div h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-bottom: 40px;
  border-bottom: 2px solid #fff;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .cont4 .links .box article > div h2 {
    padding-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .cont4 .links .box article > div h2 {
    padding-bottom: 28px;
  }
}
@media (max-width: 1024px) {
  .cont4 .links .box article > div h2 {
    padding-bottom: 24px;
  }
}
@media (max-width: 835px) {
  .cont4 .links .box article > div h2 {
    padding-bottom: 20px;
  }
}
.cont4 .links .box article > div h2 .link_title-en {
  font-size: 3.125rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1600px) {
  .cont4 .links .box article > div h2 .link_title-en {
    font-size: 2.625rem;
  }
}
@media (max-width: 1200px) {
  .cont4 .links .box article > div h2 .link_title-en {
    font-size: 2.25rem;
  }
}
@media (max-width: 1024px) {
  .cont4 .links .box article > div h2 .link_title-en {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .cont4 .links .box article > div h2 .link_title-en {
    font-size: 1.25rem;
  }
}
.cont4 .links .box article > div h2 .link_title-jp {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1600px) {
  .cont4 .links .box article > div h2 .link_title-jp {
    font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  .cont4 .links .box article > div h2 .link_title-jp {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .cont4 .links .box article > div h2 .link_title-jp {
    font-size: 0.875rem;
  }
}
.cont4 .links .box article > div .btn {
  --btn-width: 300px;
}
@media (max-width: 1600px) {
  .cont4 .links .box article > div .btn {
    --btn-width: 280px;
  }
}
@media (max-width: 1200px) {
  .cont4 .links .box article > div .btn {
    --btn-width: 240px;
  }
}
@media (max-width: 835px) {
  .cont4 .links .box article > div .btn {
    --btn-width: 200px;
  }
}
@media (max-width: 1600px) {
  .cont4 .links .box article > div .btn a::before {
    width: 42px;
  }
}
@media (max-width: 1200px) {
  .cont4 .links .box article > div .btn a::before {
    width: 36px;
  }
}
@media (max-width: 1024px) {
  .cont4 .links .box article > div .btn a::before {
    width: 28px;
  }
}
@media (max-width: 835px) {
  .cont4 .links .box article > div .btn a::before {
    width: 24px;
  }
}

.cont5 .bg-light-grey .inner {
  position: relative;
  padding-block: 100px;
  isolation: isolate;
}
@media (max-width: 1200px) {
  .cont5 .bg-light-grey .inner {
    padding-block: 80px;
  }
}
@media (max-width: 1024px) {
  .cont5 .bg-light-grey .inner {
    padding-block: 60px;
  }
}
@media (max-width: 835px) {
  .cont5 .bg-light-grey .inner {
    padding-block: 40px;
  }
}
.cont5 .bg-light-grey .inner::before {
  content: "";
  background-image: url(../images/top/contact-bg_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 83.33%;
  aspect-ratio: 1000/160;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  opacity: 0.4;
}
.cont5 .bg-light-grey .inner .contact_info {
  justify-content: center;
  align-items: center;
  gap: 136px;
}
@media (max-width: 1600px) {
  .cont5 .bg-light-grey .inner .contact_info {
    gap: 120px;
  }
}
@media (max-width: 1200px) {
  .cont5 .bg-light-grey .inner .contact_info {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .cont5 .bg-light-grey .inner .contact_info {
    gap: 60px;
  }
}
@media (max-width: 835px) {
  .cont5 .bg-light-grey .inner .contact_info {
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .cont5 .bg-light-grey .inner .contact_info {
    flex-direction: column;
    gap: 24px;
  }
}
.cont5 .bg-light-grey .inner .contact_info .tel-icon a {
  font-weight: bold;
  font-size: 2.8125rem;
  color: #008917;
}
@media (max-width: 1600px) {
  .cont5 .bg-light-grey .inner .contact_info .tel-icon a {
    font-size: 2.625rem;
  }
}
@media (max-width: 1200px) {
  .cont5 .bg-light-grey .inner .contact_info .tel-icon a {
    font-size: 2.25rem;
  }
}
@media (max-width: 1024px) {
  .cont5 .bg-light-grey .inner .contact_info .tel-icon a {
    font-size: 2rem;
  }
}
@media (max-width: 835px) {
  .cont5 .bg-light-grey .inner .contact_info .tel-icon a {
    font-size: 1.5rem;
  }
}
.cont5 .bg-light-grey .inner .contact_info .tel-icon a::before {
  background-image: url(../images/top/phone-green.png);
  width: 34px;
  aspect-ratio: 34/45;
}
@media (max-width: 1600px) {
  .cont5 .bg-light-grey .inner .contact_info .tel-icon a::before {
    width: 30px;
  }
}
@media (max-width: 1200px) {
  .cont5 .bg-light-grey .inner .contact_info .tel-icon a::before {
    width: 24px;
  }
}
@media (max-width: 1024px) {
  .cont5 .bg-light-grey .inner .contact_info .tel-icon a::before {
    width: 20px;
  }
}
@media (max-width: 835px) {
  .cont5 .bg-light-grey .inner .contact_info .tel-icon a::before {
    width: 18px;
  }
}
.cont5 .bg-light-grey .inner .contact_info .btn-contact {
  --btn-width: 320px;
  --btn-height: 60px;
}
@media (max-width: 1024px) {
  .cont5 .bg-light-grey .inner .contact_info .btn-contact {
    --btn-width: 260px;
    --btn-height: 50px;
  }
}
.cont5 .bg-light-grey .inner .contact_info .btn-contact a {
  color: #fff;
  background-color: #008917;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .cont5 .bg-light-grey .inner .contact_info .btn-contact a {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .cont5 .bg-light-grey .inner .contact_info .btn-contact a {
    font-size: 1rem;
  }
}
.cont5 .bg-light-grey .inner .contact_info .btn-contact a::before {
  background-image: url(../images/top/mail-white.png);
  width: 28px;
  aspect-ratio: 28/20;
}
@media (max-width: 1600px) {
  .cont5 .bg-light-grey .inner .contact_info .btn-contact a::before {
    width: 24px;
  }
}
@media (max-width: 1024px) {
  .cont5 .bg-light-grey .inner .contact_info .btn-contact a::before {
    width: 20px;
  }
}

.dl-news {
  --padding: 42px;
}
.dl-news dl dt,
.dl-news dl dd {
  padding: 0 !important;
  background-color: unset !important;
  border: unset !important;
}
.dl-news {
  height: 420px;
  display: block;
  padding-right: 80px;
}
@media (max-width: 1600px) {
  .dl-news {
    --padding: 50px;
    padding-right: var(--padding);
  }
}
@media (max-width: 1024px) {
  .dl-news {
    --padding: 40px;
  }
}
@media (max-width: 835px) {
  .dl-news {
    --padding: 30px;
  }
}
@media (max-width: 640px) {
  .dl-news {
    --padding: 16px;
  }
}
.dl-news .mCSB_scrollTools {
  opacity: 1 !important;
  right: -12px !important;
}
@media (max-width: 1600px) {
  .dl-news .mCSB_scrollTools {
    right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .dl-news .mCSB_scrollTools {
    right: -8px !important;
  }
}
.dl-news .mCSB_scrollTools .mCSB_dragger {
  opacity: 1 !important;
}
.dl-news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #008917 !important;
  width: 6px;
  border-radius: 10px;
  border-radius: 0 !important;
}
.dl-news .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.dl-news .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: transparent !important;
}
.dl-news dl {
  display: flex;
  align-items: start;
  padding-bottom: 26px;
  position: relative;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #008917 160px, #989898 180px) 1 !important;
     border-image: linear-gradient(to right, #008917 160px, #989898 180px) 1 !important;
}
@media (max-width: 1024px) {
  .dl-news dl {
    flex-direction: column;
    gap: 2px;
  }
}
.dl-news dl:not(:last-child) {
  margin-bottom: 26px;
}
.dl-news dl dt {
  width: unset !important;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 6px;
  font-weight: bold;
  min-width: 170px;
  padding-left: var(--padding) !important;
  padding-right: 32px !important;
  text-align: right;
}
@media (max-width: 1600px) {
  .dl-news dl dt {
    padding-right: 28px !important;
  }
}
@media (max-width: 1200px) {
  .dl-news dl dt {
    padding-right: 24px !important;
  }
}
@media (max-width: 1024px) {
  .dl-news dl dt {
    padding-left: 20px !important;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 835px) {
  .dl-news dl dt {
    padding-left: 16px !important;
  }
}
.dl-news dl dd {
  width: unset !important;
  font-weight: bold;
  padding-right: var(--padding) !important;
  padding-left: 32px !important;
  flex: 1;
}
@media (max-width: 1600px) {
  .dl-news dl dd {
    padding-left: 28px !important;
  }
}
@media (max-width: 1200px) {
  .dl-news dl dd {
    padding-left: 24px !important;
  }
}
@media (max-width: 1024px) {
  .dl-news dl dd {
    padding-left: 20px !important;
  }
}
@media (max-width: 835px) {
  .dl-news dl dd {
    padding-left: 16px !important;
  }
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.shop-page .footer_logo {
  color: #fff;
}
.shop-page .footer_logo a {
  color: inherit;
}

.page-blog footer#global_footer {
  margin-top: 0 !important;
}
.page-blog .header_contact-btn a {
  border: 1px solid #008917;
}
.page-blog .blog .wrap {
  max-width: 1400px !important;
}
@media (max-width: 835px) {
  .page-blog .blog .wrap {
    display: flex;
    flex-direction: column-reverse !important;
  }
}
.page-blog .blog .wrap::after {
  display: none !important;
}
.page-blog .blog aside {
  width: 25% !important;
}
@media (max-width: 835px) {
  .page-blog .blog aside {
    width: 100% !important;
  }
}
.page-blog .blog aside #calendar {
  display: none;
}
.page-blog .blog aside h3 {
  color: #fff;
  background-color: #008917;
}
.page-blog .blog div#contents {
  width: 70%;
}
@media (max-width: 1200px) {
  .page-blog .blog div#contents {
    margin: 0;
    width: 75%;
  }
}
.page-blog .blog div#contents article .date time {
  color: #008917;
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.page-blog .blog div#contents article h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: #008917;
}
@media (max-width: 1024px) {
  .page-blog .blog div#contents article h1 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .page-blog .blog div#contents article h1 {
    font-size: 1.125rem;
  }
}
.page-blog .blog div#contents article ul {
  text-align: left;
}
.page-blog .blog div#contents article ul li a {
  background-color: #dcdcdc;
  padding: 2px 8px;
}
.page-blog .blog div#contents article .flex .flex_images img {
  width: 100%;
  height: auto;
}
.page-blog .category,
.page-blog .pages {
  text-align: left;
}
.page-blog .img-text-blog {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  gap: 6px;
}
@media (max-width: 640px) {
  .page-blog .img-text-blog {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
}
.page-blog .img-text-blog:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .page-blog .img-text-blog:not(:last-child) {
    margin-bottom: 32px;
  }
}
.page-blog .img-text-blog .box:nth-child(1) {
  aspect-ratio: 1;
  max-width: 250px;
}
@media (max-width: 835px) {
  .page-blog .img-text-blog .box:nth-child(1) {
    max-width: 100%;
  }
}
.page-blog .img-text-blog .box:nth-child(1) img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
.page-blog .img-text-blog .box:nth-child(2) {
  flex: 1;
}
.page-blog .img-text-blog .box:nth-child(2) article {
  padding: 0 !important;
}
.page-blog .img-text-blog .box:nth-child(2) article h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.2;
}
.page-blog .img-text-blog .box:nth-child(2) article h3 + div {
  font-weight: 500;
  padding: 0 !important;
}

.shop-page .recent-posts .blog_list {
  --col: 3;
  --gutter: min(40px, 2vw);
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: var(--gutter);
}
@media (max-width: 835px) {
  .shop-page .recent-posts .blog_list {
    --col: 2;
  }
}
.shop-page .recent-posts .blog_list > div {
  display: flex;
  flex-direction: column;
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
  gap: 12px;
}
.shop-page .recent-posts .blog_list > div .blog_text .blog_meta {
  display: none;
}
.shop-page .recent-posts .blog_list > div .blog_text h3 a span {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .shop-page .recent-posts .blog_list > div .blog_text h3 a span {
    font-size: 1.125rem;
  }
}
.shop-page .recent-posts.recent-posts-cards .blog_list > div .blog_photo {
  width: 100% !important;
  padding: 0 !important;
  display: block !important;
}
@media (max-width: 640px) {
  .shop-page .recent-posts.recent-posts-title .blog_list {
    --col: 1;
  }
}
.shop-page .recent-posts.recent-posts-title .blog_list > div {
  border-bottom: 1px dashed #008917 !important;
  gap: 0;
}
@media (max-width: 640px) {
  .shop-page .recent-posts.recent-posts-title .blog_list > div:last-child {
    border-bottom: unset !important;
  }
}
.shop-page .recent-posts.recent-posts-title .blog_list > div .blog_photo {
  display: none;
}
.shop-page .recent-posts.recent-posts-title .blog_list > div .blog_text h3 {
  margin: 0;
}
.shop-page .recent-posts.recent-posts-title .blog_list > div .blog_text h3 a {
  display: block;
  padding: 8px 8px 20px 8px;
}/*# sourceMappingURL=common_style.css.map */