@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Zen+Maru+Gothic:wght@300;400;500;700&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: #301903;
  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: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 1;
  color: #333333;
  background-color: #fff;
  position: relative;
  z-index: 9999;
}
#global_header .header_inner {
  padding-block: 20px;
  padding-inline: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  #global_header .header_inner {
    padding-block: 18px;
  }
}
@media (max-width: 1200px) {
  #global_header .header_inner {
    padding-block: 16px;
  }
}
@media (max-width: 1024px) {
  #global_header .header_inner {
    padding-block: 14px;
  }
}
@media (max-width: 835px) {
  #global_header .header_inner {
    padding-block: 10px;
  }
}
@media (max-width: 640px) {
  #global_header .header_inner {
    padding-inline: 8px;
  }
}
#global_header .header_inner .header_logo a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  -moz-text-align-last: left;
       text-align-last: left;
  cursor: pointer;
  line-height: 1;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_logo a {
    gap: 12px;
  }
}
@media (max-width: 1200px) {
  #global_header .header_inner .header_logo a {
    gap: 8px;
  }
}
#global_header .header_inner .header_logo a .header_logo-sm {
  font-size: 1.125rem;
  font-weight: 700;
  color: #613814;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_logo a .header_logo-sm {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  #global_header .header_inner .header_logo a .header_logo-sm {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  #global_header .header_inner .header_logo a .header_logo-sm {
    font-size: 0.625rem;
  }
}
#global_header .header_inner .header_logo a .header_logo-lg {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_logo a .header_logo-lg {
    font-size: 1.75rem;
  }
}
@media (max-width: 1200px) {
  #global_header .header_inner .header_logo a .header_logo-lg {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  #global_header .header_inner .header_logo a .header_logo-lg {
    font-size: 1.125rem;
  }
}
#global_header .header_inner .header_main {
  margin-left: auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  gap: 12px;
}
#global_header .header_inner .header_main .header_info {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 835px) {
  #global_header .header_inner .header_main .header_info {
    display: none;
  }
}
#global_header .header_inner .header_main .header_info .header_info-btn {
  --padding-block: 16px;
  --padding-inline: 32px;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_main .header_info .header_info-btn {
    --padding-block: 14px;
    --padding-inline: 28px;
  }
}
@media (max-width: 1200px) {
  #global_header .header_inner .header_main .header_info .header_info-btn {
    --padding-block: 12px;
    --padding-inline: 24px;
  }
}
@media (max-width: 1024px) {
  #global_header .header_inner .header_main .header_info .header_info-btn {
    --padding-block: 8px;
    --padding-inline: 20px;
  }
}
#global_header .sticky-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 .sticky-bar {
    width: 100%;
  }
}
#global_header .sticky-bar.active {
  opacity: 1;
  visibility: visible;
}
#global_header .sticky-bar .sticky-bar_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 835px) {
  #global_header .sticky-bar .sticky-bar_inner {
    width: 100%;
    background-color: #fff;
    gap: 0;
    border-radius: 16px 16px 0 0;
  }
}
#global_header .sticky-bar .sticky-bar_inner .sticky_btn {
  width: 320px;
  height: 70px;
}
@media (max-width: 1200px) {
  #global_header .sticky-bar .sticky-bar_inner .sticky_btn {
    width: 280px;
  }
}
@media (max-width: 1200px) {
  #global_header .sticky-bar .sticky-bar_inner .sticky_btn {
    width: 260px;
  }
}
@media (max-width: 835px) {
  #global_header .sticky-bar .sticky-bar_inner .sticky_btn {
    flex: 1;
    height: 60px;
  }
}
#global_header .sticky-bar .sticky-bar_inner .sticky_btn a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 1.125rem;
  border: 2px solid currentColor;
  border-radius: 70px;
}
@media (max-width: 835px) {
  #global_header .sticky-bar .sticky-bar_inner .sticky_btn a {
    font-size: 0.875rem;
  }
}
#global_header .sticky-bar .sticky-bar_inner .sticky_btn a::before {
  width: 1em;
  aspect-ratio: 1;
}
#global_header .sticky-bar .sticky-bar_inner .sticky_btn:first-child a {
  font-weight: 500;
}
@media (max-width: 835px) {
  #global_header .sticky-bar .sticky-bar_inner .sticky_btn:first-child a {
    border-radius: 16px 0 0 0;
  }
}
#global_header .sticky-bar .sticky-bar_inner .sticky_btn:nth-child(2) a {
  font-weight: 700;
}
@media (max-width: 835px) {
  #global_header .sticky-bar .sticky-bar_inner .sticky_btn:nth-child(2) a {
    border-radius: 0 16px 0 0;
  }
}

@media (max-width: 835px) {
  .header_nav {
    position: fixed;
    top: 0;
    right: -80vw;
    width: 80vw;
    height: 100dvh;
    background-color: #fffacf;
    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%;
  }
}
.header_nav .header_menu .header_list:not(:last-child) .header_link {
  padding-right: 12px;
}
@media (max-width: 1200px) {
  .header_nav .header_menu .header_list:not(:last-child) .header_link {
    padding-left: 10px;
  }
}
@media (max-width: 1024px) {
  .header_nav .header_menu .header_list:not(:last-child) .header_link {
    padding-left: 8px;
  }
}
.header_nav .header_menu .header_list .header_link {
  display: block;
  padding-left: 12px;
  padding-block: 4px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .header_nav .header_menu .header_list .header_link {
    font-size: 0.875rem;
  }
}
@media (max-width: 1200px) {
  .header_nav .header_menu .header_list .header_link {
    padding-left: 10px;
  }
}
@media (max-width: 1024px) {
  .header_nav .header_menu .header_list .header_link {
    font-size: 0.75rem;
    padding-left: 8px;
  }
}
@media (max-width: 835px) {
  .header_nav .header_menu .header_list .header_link {
    color: #301903;
    font-weight: bold;
  }
}

@media (max-width: 835px) {
  .header_nav.header_nav-sticky {
    display: none !important;
  }
}
.header_nav.header_nav-sticky {
  position: fixed;
  top: 0;
  left: 0;
  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;
  z-index: 999;
}
.header_nav.header_nav-sticky .header_menu {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.header_nav.header_nav-sticky .header_menu .header_list {
  flex: 1;
}
.header_nav.header_nav-sticky .header_menu .header_list:not(:last-child) .header_link {
  padding-left: 0;
}
.header_nav.header_nav-sticky .header_menu .header_list .header_link {
  padding-block: 24px;
  color: #301903;
  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: #74c8f8;
  display: none;
  z-index: 999;
}
@media (max-width: 835px) {
  .drawer-toggle {
    display: block;
  }
}
@media (max-width: 640px) {
  .drawer-toggle {
    width: 36px;
    height: 36px;
    right: 10px;
    top: 10px;
  }
}
.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: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
  color: #301903;
}
@media (max-width: 1600px) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 0.875rem;
  }
}

* {
  font-weight: 500;
}

*:lang(en) {
  font-family: "Fredoka", 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: #74c8f8;
}

.text-accent {
  color: #ff6666;
}

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

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

.word-keep {
  word-break: keep-all;
}

.btn-fluid {
  --padding-block: 16px;
  --padding-inline: 52px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-fluid a {
  display: block;
  border-radius: 200px;
  line-height: 1.2;
  padding-block: var(--padding-block);
  padding-inline: var(--padding-inline);
  font-size: 1.125rem;
  font-weight: 500;
}
.btn-fluid a:lang(ja) {
  font-weight: 700;
}

.btn-fixed {
  --btn-width: 100%;
  --btn-height: 50px;
  width: var(--btn-width);
  height: var(--btn-height);
}
.btn-fixed a {
  margin-inline: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  font-weight: 500;
}
.btn-fixed.btn-arrow {
  --btn-width: 360px;
  --btn-height: 60px;
}
@media (max-width: 1024px) {
  .btn-fixed.btn-arrow {
    --btn-width: 320px;
    --btn-height: 50px;
  }
}
@media (max-width: 835px) {
  .btn-fixed.btn-arrow {
    --btn-width: 300px;
  }
}
.btn-fixed.btn-arrow a {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
}
.btn-fixed.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-fixed.btn-arrow a:hover::before {
  right: 0;
}
.btn-fixed.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-fixed.btn-arrow.btn-arrow-green a:hover {
  color: #008917;
  background-color: #fff;
  border-color: currentColor;
}
.btn-fixed.btn-arrow.btn-arrow-green a:hover::before {
  background-image: url(../images/top/arrow-green.png);
}
.btn-fixed.btn-arrow.btn-arrow-green a::before {
  background-image: url(../images/top/arrow-white.png);
}
.btn-fixed.btn-arrow.btn-arrow-white a {
  color: #008917;
  background-color: #fff;
  transition: color 0.3s, background-color 0.3s;
}
.btn-fixed.btn-arrow.btn-arrow-white a:hover {
  color: #fff;
  background-color: #74c8f8;
}
.btn-fixed.btn-arrow.btn-arrow-white a:hover::before {
  background-image: url(../images/top/arrow-white.png);
}
.btn-fixed.btn-arrow.btn-arrow-white a::before {
  background-image: url(../images/top/arrow-green.png);
}
.btn-fixed.btn-center {
  margin-inline: auto;
}
.btn-fixed.btn-full-size {
  --btn-width: 100%;
}
.btn-fixed.btn-full-size > div {
  height: 100%;
}
.btn-fixed.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;
}

.btn-primary a {
  color: #fff;
  background-color: #74c8f8;
  transition: background-color 0.2s;
}
.btn-primary a:hover {
  background-color: #37a9eb;
  opacity: 1;
}

.btn-accent a {
  color: #fff !important;
  background-color: #ff6666;
  transition: background-color 0.2s;
}
.btn-accent a:hover {
  background-color: #fd3131;
  opacity: 1;
}

.btn-primary-border a {
  color: #333333;
  background-color: #fff;
  border: 2px solid #74c8f8;
  transition: color 0.3s, background-color 0.3s;
}
.btn-primary-border a:hover {
  opacity: 1;
  color: #fff;
  background-color: #74c8f8;
}

.btn-arrow a {
  position: relative;
}
.btn-arrow a::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -39%;
  transition: right 0.3s;
}
.btn-arrow a:hover::before {
  right: 0px;
}

.btn-center {
  margin-inline: auto;
}

.btn-circle {
  background-color: #74c8f8;
  border-radius: 50%;
  width: 44px;
  aspect-ratio: 1;
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
  transition: background-color 0.35s;
}
@media (max-width: 835px) {
  .btn-circle {
    width: 36px;
  }
}
.btn-circle::before {
  content: "→";
  color: #fff;
  width: 28px;
  position: absolute;
  top: 50%;
  left: 32%;
  translate: 0 -50%;
  transition: translate 0.35s;
}
@media (max-width: 835px) {
  .btn-circle::before {
    width: 20px;
    left: 28%;
  }
}

*.box:has(.btn-circle):hover .btn-circle {
  background-color: #ff6666;
}
*.box:has(.btn-circle):hover .btn-circle::before {
  translate: 12px -50%;
}

.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: 1.125rem;
  font-weight: 500;
}
@media (max-width: 835px) {
  .tel-icon a {
    font-size: 1rem;
  }
}
.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-black.svg);
}
.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;
  max-width: 100% !important;
}
.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_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1600px) {
  .img-text .img-text_body {
    gap: 32px;
  }
}
@media (max-width: 1200px) {
  .img-text .img-text_body {
    gap: 28px;
  }
}
@media (max-width: 835px) {
  .img-text .img-text_body {
    display: contents;
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .img-text .img-text_body {
    gap: 20px;
  }
}
@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: "Zen Maru Gothic", 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: "Zen Maru Gothic", 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;
  }
}

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

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

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

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

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

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

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

.bd-12 {
  border-radius: 12px;
}
.bd-12 img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.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: #333333;
  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;
  }
}

#pickup,
#bedding,
#baby-car,
#leather-product,
#kimono,
#stuffed-animal,
#shop01,
#shop02 {
  scroll-margin-top: 140px;
}
@media (max-width: 835px) {
  #pickup,
  #bedding,
  #baby-car,
  #leather-product,
  #kimono,
  #stuffed-animal,
  #shop01,
  #shop02 {
    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;
  font-weight: 700;
}
@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: "Zen Maru Gothic", 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: 4px 0 4px 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: #74c8f8;
  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 h1,
.title-common article h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .title-common article h1,
  .title-common article h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .title-common article h1,
  .title-common article h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .title-common article h1,
  .title-common article h2 {
    font-size: 1.25rem;
  }
}

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

.sub-title h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  border-bottom: 1px dashed #74c8f8;
  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 #74c8f8;
  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 #74c8f8;
  }
}
.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 #74c8f8;
  border-left: 2px solid #74c8f8;
}
.title-brackets h2::after,
.title-brackets h3::after,
.title-brackets h4::after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #74c8f8;
  border-bottom: 2px solid #74c8f8;
}
.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: #37a9eb;
}
.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: #37a9eb;
  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: #74c8f8;
  display: block;
  order: 1;
  box-shadow: var(--gutter) 0 0 #37a9eb, calc(var(--gutter) * 2) 0 0 #74c8f8, calc(var(--gutter) * 3) 0 0 #37a9eb, calc(var(--gutter) * 4) 0 0 #74c8f8, calc(var(--gutter) * -1) 0 0 #37a9eb, calc(var(--gutter) * -2) 0 0 #74c8f8, calc(var(--gutter) * -3) 0 0 #37a9eb, calc(var(--gutter) * -4) 0 0 #74c8f8;
}
@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: "Zen Maru Gothic", 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;
}

.title-with-text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .title-with-text h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .title-with-text h3 {
    font-size: 1rem;
  }
}
.title-with-text .btn {
  margin-top: 12px;
  margin-left: auto;
}

.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: #74c8f8;
  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: #fff6a9;
  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 #74c8f8;
  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: #74c8f8;
}
@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: start;
  font-size: 1rem;
  font-weight: 500;
}
.list-asterisk ul li::before {
  content: "※";
  font-size: 1em;
  font-weight: 500;
}

.list-dot ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.list-dot ul li {
  font-weight: 500;
  display: flex;
  align-items: start;
  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: #333333;
}
.recent-posts .blog_list > div .blog_text h3 a span {
  color: #301903;
  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: #74c8f8;
  background-color: #fffad1;
}
.recent-posts .blog_list > div .blog_text ul li a.tag-product {
  color: #ff6666;
  background-color: #fff6a9;
}
.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: #74c8f8;
  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: #333333;
  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 p {
  line-height: 2;
  text-align: center;
  color: #613814;
}
.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 #74c8f8;
}
.dl-career dl dt {
  font-weight: 500;
  color: #301903;
  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: #74c8f8;
  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(#74c8f8, #74c8f8);
  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: #74c8f8 !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;
  color: #333333;
  background-color: #e6e8ec !important;
  display: flex;
  flex-direction: row !important;
  justify-content: start !important;
  align-items: center;
  gap: 20px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.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: "Fredoka", sans-serif;
  font-size: 1.5em;
  color: #ff6666;
}
.dl-faq dl dt::before, .dl-faq dl dt::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background-color: #333333;
  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;
  height: 0;
  overflow: hidden;
}
.dl-faq dl dd .dl-faq_inner {
  background-color: #e6e8ec !important;
  padding: var(--padding) !important;
  border-top: 1px dotted #37a9eb !important;
  display: flex;
  align-items: start;
  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: "Fredoka", sans-serif;
  font-size: 1.5em;
  color: #74c8f8;
}

.flow {
  --gutter: min(60px, 3.5vw);
}
.flow .box {
  overflow: visible !important;
  position: relative;
}
.flow .box:not(:nth-child(3n+3))::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/3;
  background-color: #ff6666;
  position: absolute;
  top: 50%;
  left: calc(100% + 22px);
  translate: 0 -50%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 1600px) {
  .flow .box:not(:nth-child(3n+3))::before {
    width: 14px;
    left: calc(100% + 1.25vw);
  }
}
@media (max-width: 835px) {
  .flow .box:not(:nth-child(3n+3))::before {
    display: none;
  }
}
@media (max-width: 835px) {
  .flow .box:not(:nth-child(2n+2))::before {
    content: "";
    display: block;
    width: 12px;
    aspect-ratio: 1/3;
    background-color: #ff6666;
    position: absolute;
    top: 50%;
    left: calc(100% + 1vw);
    translate: 0 -50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
@media (max-width: 835px) and (max-width: 640px) {
  .flow .box:not(:nth-child(2n+2))::before {
    width: 8px;
  }
}
.flow .box:last-child::before {
  display: none;
}
.flow .box article {
  display: flex;
  flex-direction: column;
}
.flow .box article img {
  margin-bottom: 8px;
}
.flow .box article h3 {
  order: -1;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .flow .box article h3 {
    font-size: 1.125rem;
  }
}
.flow .box article h3::before {
  content: counter(my-number, decimal-leading-zero);
  counter-increment: my-number;
  color: #fff;
  background-color: #74c8f8;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .flow .box article h3::before {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 835px) {
  .price .col2 {
    --col: 1;
    --gutter: 0;
    flex-direction: column;
  }
}

.info .img-text .img-text_img .squer {
  aspect-ratio: 1;
}
.info .img-text .img-text_img .squer img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100% !important;
}
@media (max-width: 835px) {
  .info .img-text .img-text_body .dl-common {
    width: 100%;
  }
}

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

.contact .col2 {
  justify-content: center;
}
@media (max-width: 640px) {
  .contact .col2 {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .contact .col2 .box {
    width: 100%;
  }
}
.contact .col2 .box:first-child {
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .contact .col2 .box:first-child .ml-auto {
    margin-left: unset;
  }
}
.contact .col2 .box:first-child .ml-auto .title-common {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .contact .col2 .box:first-child .ml-auto .title-common h2 {
    text-align: center !important;
  }
}
@media (max-width: 640px) {
  .contact .col2 .box:first-child .ml-auto .title-common + div > div {
    text-align: center !important;
  }
}
.contact .col2 .box:last-child .btn-fixed:first-child {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .contact .col2 .box:last-child .btn-fixed:first-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 835px) {
  .contact .col2 .box:last-child .btn-fixed:first-child {
    margin-bottom: 12px;
  }
}
.contact .col2 .box:last-child .tel-icon a::before {
  background-image: url(../images/contents/phone-white.svg);
}

.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;
}
@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-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: #37a9eb;
  opacity: 1;
}

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

footer#global_footer {
  margin-top: 100px;
}
@media (max-width: 835px) {
  footer#global_footer {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  footer#global_footer {
    margin-top: 40px;
  }
}
footer#global_footer .footer_inner {
  padding-top: 60px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}
@media (max-width: 1600px) {
  footer#global_footer .footer_inner {
    gap: 36px;
  }
}
@media (max-width: 1200px) {
  footer#global_footer .footer_inner {
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_inner {
    gap: 28px;
    padding-top: 50px;
  }
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner {
    gap: 24px;
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  footer#global_footer .footer_inner {
    gap: 20px;
  }
}
footer#global_footer .footer_inner .footer_logo a {
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1600px) {
  footer#global_footer .footer_inner .footer_logo a {
    font-size: 1.75rem;
  }
}
@media (max-width: 1200px) {
  footer#global_footer .footer_inner .footer_logo a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_inner .footer_logo a {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner .footer_logo a {
    font-size: 1.125rem;
  }
}
footer#global_footer .footer_inner .footer_nav .footer_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer#global_footer .footer_inner .footer_nav .footer_menu .footer_list .footer_link {
  display: block;
  color: #613814;
  padding-block: 4px;
  padding-inline: 12px;
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  footer#global_footer .footer_inner .footer_nav .footer_menu .footer_list .footer_link {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner .footer_nav .footer_menu .footer_list .footer_link {
    font-size: 0.875rem;
  }
}
footer#global_footer .footer_inner .footer_copy-right {
  font-size: 1rem;
  color: #bfb89f;
}
@media (max-width: 1024px) {
  footer#global_footer .footer_inner .footer_copy-right {
    font-size: 0.875rem;
  }
}
@media (max-width: 640px) {
  footer#global_footer .footer_inner .footer_copy-right {
    font-size: 0.75rem;
  }
}

.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: #74c8f8;
  transition: background-color 0.3 ease-out;
  text-transform: uppercase;
  border-radius: 50%;
}
.top-btn a:hover {
  background-color: #37a9eb;
  opacity: 1;
}
.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
================================================================= */
.mv {
  overflow: hidden;
  height: min(840px, 80vw);
  position: relative;
  isolation: isolate;
}
.mv .inner-super-wide {
  display: flex;
  height: 100%;
  padding-bottom: 85px;
}
@media (max-width: 1600px) {
  .mv .inner-super-wide {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .mv .inner-super-wide {
    padding-bottom: 42px;
  }
}
@media (max-width: 1024px) {
  .mv .inner-super-wide {
    padding-bottom: 32px;
  }
}
@media (max-width: 835px) {
  .mv .inner-super-wide {
    padding-bottom: 24px;
  }
}
.mv .inner-super-wide .mv_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv .inner-super-wide .mv_slider * {
  height: 100% !important;
}
.mv .inner-super-wide .mv_slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .inner-super-wide .mv_text {
  display: flex;
  flex-direction: column-reverse;
  gap: 36px;
  margin-left: auto;
  margin-top: auto;
  width: 560px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .mv .inner-super-wide .mv_text {
    width: 40%;
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .mv .inner-super-wide .mv_text {
    gap: 24px;
  }
}
@media (max-width: 835px) {
  .mv .inner-super-wide .mv_text {
    width: 260px;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .mv .inner-super-wide .mv_text {
    width: 170px;
    gap: 12px;
  }
}
.mv .inner-super-wide .mv_text img {
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100% !important;
}
.mv .inner-super-wide .mv_text > div {
  font-size: 2.625rem;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .mv .inner-super-wide .mv_text > div {
    font-size: 2.25rem;
  }
}
@media (max-width: 1200px) {
  .mv .inner-super-wide .mv_text > div {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .mv .inner-super-wide .mv_text > div {
    font-size: 1.75rem;
  }
}
@media (max-width: 835px) {
  .mv .inner-super-wide .mv_text > div {
    font-size: 1rem;
  }
}
.mv .inner-super-wide .mv_text::after {
  display: none;
}
.mv::before {
  content: "";
  display: block;
  width: 63%;
  height: 100%;
  background-image: linear-gradient(142deg, transparent 50%, transparent 50%, #fff);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.cont1 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  isolation: isolate;
}

.cont2 .img-text {
  gap: 80px;
  align-items: center !important;
}
@media (max-width: 1600px) {
  .cont2 .img-text {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .cont2 .img-text {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .cont2 .img-text {
    gap: 40px;
  }
}
@media (max-width: 835px) {
  .cont2 .img-text {
    gap: 20px;
    text-align: center;
  }
}
@media (max-width: 835px) {
  .cont2 .img-text .title-common {
    order: -1;
  }
}
@media (max-width: 835px) and (max-width: 835px) {
  .cont2 .img-text .title-common + div > div {
    text-align: center !important;
  }
}
.cont2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
  position: relative;
}
.cont2::before {
  content: "";
  display: block;
  width: min(275px, 14vw);
  min-width: 100px;
  aspect-ratio: 275/303;
  background-image: url(../images/top/stain_deco-01.png);
  position: absolute;
  left: 40px;
  bottom: -44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  isolation: isolate;
}
@media (max-width: 835px) {
  .cont2::before {
    left: 4vw;
    bottom: -24px;
  }
}
@media (max-width: 835px) {
  .cont2::before {
    left: 2vw;
    bottom: -50px;
  }
}

.cont3 .service {
  --gutter-x: 115px;
  --gutter-y: 50px;
  gap: var(--gutter-y) var(--gutter-x);
  align-content: start;
}
@media (max-width: 1600px) {
  .cont3 .service {
    --gutter-x: 6.5vw;
    --gutter-y: 5vw;
  }
}
.cont3 .service .box {
  width: calc((100% - (var(--col) - 1) * var(--gutter-x)) / var(--col));
  aspect-ratio: 1;
  position: relative;
  overflow: visible;
  cursor: pointer;
}
.cont3 .service .box:hover a {
  background-color: #fff6a9;
}
.cont3 .service .box article {
  width: 100%;
  height: 100%;
}
.cont3 .service .box article a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fffacf;
  width: 100%;
  height: 100%;
  transition: background-color 0.35s;
}
.cont3 .service .box article a img {
  width: 40%;
  height: auto;
}
.cont3 .service .box article > div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 835px) {
  .cont3 .service .box article > div {
    padding-inline: 32px;
    bottom: 12px;
  }
}
@media (max-width: 640px) {
  .cont3 .service .box article > div {
    padding-inline: 0;
    bottom: 0;
  }
}
.cont3 .service .box article > div span {
  font-size: 1.125rem;
  color: #333333;
  font-weight: 700;
}
@media (max-width: 835px) {
  .cont3 .service .box article > div span {
    font-size: 1rem;
  }
}

.cont4 .links {
  --gutter: 24px;
}
@media (max-width: 835px) {
  .cont4 .links {
    --col: 1;
  }
}
.cont4 .links .box a {
  background-image: url(../images/top/btn_bg-wave.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1600px) {
  .cont4 .links .box a {
    height: 140px;
  }
}
@media (max-width: 1024px) {
  .cont4 .links .box a {
    height: 100px;
  }
}
.cont4 .links .box a:hover {
  opacity: 1;
}
.cont4 .links .box a span {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .cont4 .links .box a span {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .cont4 .links .box a span {
    font-size: 1.125rem;
  }
}
.cont4 .links .box a .btn-circle {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.cont5 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
}
.cont5 .img-text {
  align-items: center;
  gap: 80px;
}
@media (max-width: 1600px) {
  .cont5 .img-text {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .cont5 .img-text {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .cont5 .img-text {
    gap: 40px;
  }
}
@media (max-width: 835px) {
  .cont5 .img-text {
    gap: 20px;
  }
}
@media (max-width: 835px) {
  .cont5 .img-text .title-common {
    order: -1;
  }
}
@media (max-width: 835px) and (max-width: 835px) {
  .cont5 .img-text .title-common + div > div {
    text-align: center !important;
  }
}

.cont7 {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.cont7 .col2 {
  --gutter: 50px;
}
@media (max-width: 1600px) {
  .cont7 .col2 {
    --gutter: 40px;
  }
}
@media (max-width: 1024px) {
  .cont7 .col2 {
    --gutter: 30px;
  }
}
@media (max-width: 835px) {
  .cont7 .col2 {
    --gutter: 20px;
  }
}
@media (max-width: 640px) {
  .cont7 .col2 {
    --col: 1;
  }
}
.cont7 .col2 .box > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 36px 36px 50px 36px;
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .cont7 .col2 .box > article {
    padding: 32px 32px 42px 32px;
  }
}
@media (max-width: 1200px) {
  .cont7 .col2 .box > article {
    padding: 28px 28px 36px 28px;
  }
}
@media (max-width: 1024px) {
  .cont7 .col2 .box > article {
    padding: 24px 24px 32px 24px;
  }
}
@media (max-width: 835px) {
  .cont7 .col2 .box > article {
    padding: 20px 20px 38px 20px;
    border-radius: 12px;
  }
}
@media (max-width: 640px) {
  .cont7 .col2 .box > article {
    padding: 16px 16px 32px 16px;
  }
}
.cont7 .col2 .box > article img {
  margin-bottom: 20px;
}
@media (max-width: 835px) {
  .cont7 .col2 .box > article img {
    margin-bottom: 12px;
  }
}
.cont7 .col2 .box > article h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 835px) {
  .cont7 .col2 .box > article h3 {
    margin-bottom: 12px;
  }
}
.cont7 .col2 .box > article > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cont7 .col2 .box > article > div .btn-fixed {
  --btn-width: 100%;
}
.cont7 .col2 .box > article > div .btn-fixed a::before {
  background-image: url(../images/top/phone-white.svg);
}
.cont7::before, .cont7::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  isolation: isolate;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.cont7::before {
  width: min(209px, 10vw);
  min-width: 80px;
  aspect-ratio: 209/372;
  position: absolute;
  bottom: 32%;
  left: 6.8vw;
  background-image: url(../images/top/info_deco-01.png);
}
@media (max-width: 1600px) {
  .cont7::before {
    bottom: 13%;
    left: 2vw;
  }
}
@media (max-width: 1024px) {
  .cont7::before {
    bottom: 15%;
  }
}
@media (max-width: 1024px) {
  .cont7::before {
    bottom: -6%;
  }
}
.cont7::after {
  width: min(378px, 19vw);
  min-width: 160px;
  aspect-ratio: 378/248;
  position: absolute;
  top: 10%;
  right: 4.4vw;
  background-image: url(../images/top/info_deco-02.png);
}
@media (max-width: 1024px) {
  .cont7::after {
    top: 4%;
  }
}
@media (max-width: 835px) {
  .cont7::after {
    top: -2%;
  }
}

.dl-news dl dt,
.dl-news dl dd {
  padding: 0 !important;
  background-color: unset !important;
  border: unset !important;
}
.dl-news {
  height: 360px;
  display: block;
  padding: 60px;
}
@media (max-width: 1600px) {
  .dl-news {
    padding: 44px;
  }
}
@media (max-width: 1200px) {
  .dl-news {
    padding: 36px;
  }
}
@media (max-width: 1024px) {
  .dl-news {
    padding: 24px;
  }
}
.dl-news .mCSB_scrollTools {
  opacity: 1 !important;
}
.dl-news .mCSB_scrollTools .mCSB_dragger {
  opacity: 1 !important;
}
.dl-news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #74c8f8 !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: 20px;
  border-bottom: 2px solid #ccc;
  text-align: left;
}
@media (max-width: 640px) {
  .dl-news dl {
    flex-direction: column;
  }
}
.dl-news dl:not(:last-child) {
  margin-bottom: 20px;
}
.dl-news dl dt {
  width: unset !important;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  min-width: 140px;
  color: #613814;
}
.dl-news dl dd {
  width: unset !important;
  font-weight: 500;
  flex: 1;
  color: #333333;
}

/* ================================================================= 
 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: #74c8f8;
}
.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: #74c8f8;
  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: #74c8f8;
}
@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: #fffad1;
  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 #74c8f8 !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 */