@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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: #334155;
  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: #334155;
  background-color: #fff;
  position: relative;
  z-index: 9999;
}
@media (max-width: 835px) {
  #global_header {
    padding-block: 12px;
  }
}
#global_header .header_inner {
  padding-inline: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  #global_header .header_inner {
    padding-inline: 8px;
  }
}
#global_header .header_inner .header_logo a {
  cursor: pointer;
}
#global_header .header_inner .header_logo a img {
  width: 140px;
  height: auto;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_logo a img {
    width: 120px;
  }
}
@media (max-width: 1200px) {
  #global_header .header_inner .header_logo a img {
    width: 90px;
  }
}
#global_header .header_inner .header_main {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_main {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  #global_header .header_inner .header_main {
    gap: 24px;
  }
}
#global_header .header_inner .header_main .header_info {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_main .header_info {
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  #global_header .header_inner .header_main .header_info {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  #global_header .header_inner .header_main .header_info {
    display: none;
  }
}
#global_header .header_inner .header_main .header_info .header_tel {
  display: flex;
  flex-direction: column;
  align-items: end;
}
#global_header .header_inner .header_main .header_info .header_tel .header_tel-label {
  color: #334155;
  font-size: 0.75rem;
}
#global_header .header_inner .header_main .header_info .header_tel a {
  color: #2c9abf;
}
#global_header .header_inner .header_main .header_info .header_tel a span {
  font-size: 1.125rem;
  font-weight: 700;
}
#global_header .header_inner .header_main .header_info .header_info-btn {
  --padding-block: 12px;
  --padding-inline: 28px;
}
@media (max-width: 1600px) {
  #global_header .header_inner .header_main .header_info .header_info-btn {
    --padding-block: 10px;
    --padding-inline: 24px;
  }
}
@media (max-width: 1200px) {
  #global_header .header_inner .header_main .header_info .header_info-btn {
    --padding-inline: 20px;
  }
}
#global_header .header_inner .header_main .header_info .header_info-btn a {
  font-size: 0.875rem;
  font-weight: 500;
}
#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: #0d7496;
    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;
    height: 100%;
  }
}
@media (max-width: 835px) {
  .header_nav .header_menu .header_list {
    width: 80%;
  }
}
.header_nav .header_menu .header_list .sub_list:not(:last-child) {
  border-bottom: 1px solid rgba(51, 65, 85, 0.2);
}
.header_nav .header_menu .header_list.sub {
  position: relative;
}
.header_nav .header_menu .header_list.sub .sub_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background-color: #fff;
  width: 250%;
}
@media (max-width: 835px) {
  .header_nav .header_menu .header_list.sub .sub_menu {
    width: 100%;
    background-color: unset;
    position: static;
    translate: 0 0;
  }
}
.header_nav .header_menu .header_list.sub .sub_menu .sub_list .sub_link {
  display: block;
  padding-block: 20px;
  padding-inline: 12px;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (max-width: 835px) {
  .header_nav .header_menu .header_list.sub .sub_menu .sub_list .sub_link {
    color: #fff;
    padding-block: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.header_nav .header_menu .header_list .header_link {
  display: block;
  padding-inline: 14px;
  padding-block: 32px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  color: #334155;
}
@media (max-width: 1200px) {
  .header_nav .header_menu .header_list .header_link {
    padding-inline: 12px;
  }
}
@media (max-width: 835px) {
  .header_nav .header_menu .header_list .header_link {
    color: #fff;
    padding-block: 20px;
    width: 100%;
    font-size: 1rem;
  }
}
.header_nav .header_menu .header_list .header_link.sub_nav-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.header_nav .header_menu .header_list .header_link.sub_nav-toggle::before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  opacity: 0.65;
}

@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 .sub_menu {
  width: 100%;
}
.header_nav.header_nav-sticky .header_menu .header_list .sub_menu .sub_list .sub_link {
  color: #334155;
}
.header_nav.header_nav-sticky .header_menu .header_list .header_link {
  padding-block: 24px;
  color: #334155;
  height: 100%;
  display: flex;
  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: #2c9abf;
  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
================================================================= */
:root {
  --header-height: 100px;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  color: #334155;
}
@media (max-width: 835px) {
  body {
    font-size: 0.875rem;
  }
}

* {
  font-weight: 500;
}

*:lang(en) {
  font-family: "Inter", 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: #2c9abf;
}

.text-accent {
  color: #ff6666;
}

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

.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-md {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 835px) {
  .fz-md {
    font-size: 1rem;
  }
}
.fz-md > div {
  font-weight: 500;
}

.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: 20px;
  --padding-inline: 40px;
}
@media (max-width: 835px) {
  .btn-fluid {
    --padding-block: 16px;
    margin-inline: auto;
  }
}
.btn-fluid {
  width: -moz-fit-content;
  width: fit-content;
}
.btn-fluid > div {
  display: contents;
}
.btn-fluid a {
  display: block;
  border-radius: 200px;
  line-height: 1.2;
  padding-block: var(--padding-block);
  padding-inline: var(--padding-inline);
  font-size: 1rem;
}
.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 > div {
  display: contents;
}
.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: "Noto Sans JP", sans-serif;
}
.btn-fixed.btn-arrow a::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  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: #0086ab;
  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: #0086ab;
  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: #0086ab;
  background-color: #fff;
  transition: color 0.3s, background-color 0.3s;
}
.btn-fixed.btn-arrow.btn-arrow-white a:hover {
  color: #fff;
  background-color: #2c9abf;
}
.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: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.btn-primary {
  color: #fff;
}
.btn-primary a {
  color: #fff;
  background-color: #2c9abf;
  transition: background-color 0.2s;
}
.btn-primary a:hover {
  background-color: #258daf;
  opacity: 1;
}

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

.btn-primary-invert a {
  color: #2c9abf;
  background-color: #fff;
  transition: color 0.3s, background-color 0.3s;
}
.btn-primary-invert a:hover {
  opacity: 1;
  color: #fff;
  background-color: #2c9abf;
}

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

.btn-arrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.btn-arrow a::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: translate 0.2s;
  order: 1;
}
.btn-arrow a:hover::before {
  translate: 12px 0;
}

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

.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: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.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;
}

.gap-60 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1024px) {
  .gap-60 {
    gap: 60px;
  }
}
@media (max-width: 835px) {
  .gap-60 {
    gap: 50px;
  }
}
@media (max-width: 640px) {
  .gap-60 {
    gap: 40px;
  }
}

.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% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  max-width: 100% !important;
}
.img-text .img-text_img .img-underlay {
  position: relative;
}
.img-text .img-text_img .img-underlay::before {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 40px);
  background-color: #f4faff;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .img-text .img-text_img .img-underlay::before {
    width: 100%;
    height: 100%;
    top: 16px;
    left: 16px;
  }
}
@media (max-width: 835px) {
  .img-text .img-text_img .img-underlay::before {
    top: 10px;
    left: 10px;
  }
}
.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 {
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .img-text .img-text_body {
    gap: 20px;
  }
}
@media (max-width: 835px) {
  .img-text .img-text_body .sub-title article h3 {
    align-items: center;
    text-align: center !important;
  }
}
@media (max-width: 835px) {
  .img-text .img-text_body .img-text-text > div {
    text-align: center !important;
  }
}
.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-reverse .img-underlay::before {
  left: auto;
  right: 20px;
}
@media (max-width: 1024px) {
  .img-text.img-text-reverse .img-underlay::before {
    right: 16px;
  }
}
@media (max-width: 835px) {
  .img-text.img-text-reverse .img-underlay::before {
    right: 10px;
  }
}
.img-text.img-text-center {
  align-items: center !important;
}

@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 #2c9abf;
}

.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: #6b7280;
  border: 1px solid currentColor;
  position: relative;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", 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.35);
  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;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.625rem;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .lower-page-title article h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1200px) {
  .lower-page-title article h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .lower-page-title article h1 {
    font-size: 1.75rem;
  }
}
.lower-page-title article > div .lower-page-title_label {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .lower-page-title article > div .lower-page-title_label {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .lower-page-title article > div .lower-page-title_label {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .lower-page-title article > div .lower-page-title_label {
    font-size: 0.875rem;
  }
}

.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: 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: #2c9abf;
  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 {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}
.title-common article {
  display: contents;
}
.title-common article h1,
.title-common article h2 {
  line-height: 1.25;
  font-weight: 700;
  color: #2c9abf;
}
.title-common article h1 {
  font-size: 2.625rem;
}
@media (max-width: 1600px) {
  .title-common article h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1200px) {
  .title-common article h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .title-common article h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .title-common article h1 {
    font-size: 1.25rem;
  }
}
.title-common article h2 {
  font-size: 1.5rem;
}
@media (max-width: 1600px) {
  .title-common article h2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 1024px) {
  .title-common article h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .title-common article h2 {
    font-size: 1.125rem;
  }
}
.title-common article > div {
  order: -1;
}
.title-common article > div .title-common_label {
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #005bab;
  opacity: 0.1;
}
@media (max-width: 1600px) {
  .title-common article > div .title-common_label {
    font-size: 2.625rem;
  }
}
@media (max-width: 1024px) {
  .title-common article > div .title-common_label {
    font-size: 2.25rem;
  }
}
@media (max-width: 835px) {
  .title-common article > div .title-common_label {
    font-size: 1.75rem;
  }
}
@media (max-width: 640px) {
  .title-common article > div .title-common_label {
    font-size: 1.25rem;
  }
}
.title-common.title-common-center {
  align-items: center;
}

.title-side-line h2,
.title-side-line h3,
.title-side-line h4 {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", 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: 2rem;
  font-weight: 700;
  color: #2c9abf;
  display: flex;
  flex-direction: column;
  align-items: start;
  line-height: 1.25;
  gap: 12px;
}
@media (max-width: 1600px) {
  .sub-title h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .sub-title h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .sub-title h3 {
    font-size: 1.125rem;
  }
}
.sub-title h3::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: currentColor;
  order: 1;
}
.sub-title.sub-title-with-text h3 + div {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c9abf;
  margin-top: 24px;
  line-height: 1.25;
}
@media (max-width: 1600px) {
  .sub-title.sub-title-with-text h3 + div {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .sub-title.sub-title-with-text h3 + div {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .sub-title.sub-title-with-text h3 + div {
    font-size: 1rem;
  }
}

.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 #2c9abf;
  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 #2c9abf;
  }
}
.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 article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.title-brackets article h2,
.title-brackets article h3,
.title-brackets article h4 {
  padding: 18px 40px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .title-brackets article h2,
  .title-brackets article h3,
  .title-brackets article h4 {
    padding: 14px 32px;
  }
}
@media (max-width: 835px) {
  .title-brackets article h2,
  .title-brackets article h3,
  .title-brackets article h4 {
    padding: 12px 24px;
  }
}
.title-brackets article h2::before, .title-brackets article h2::after,
.title-brackets article h3::before,
.title-brackets article h3::after,
.title-brackets article h4::before,
.title-brackets article h4::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1;
  position: absolute;
}
@media (max-width: 1024px) {
  .title-brackets article h2::before, .title-brackets article h2::after,
  .title-brackets article h3::before,
  .title-brackets article h3::after,
  .title-brackets article h4::before,
  .title-brackets article h4::after {
    width: 30px;
  }
}
@media (max-width: 835px) {
  .title-brackets article h2::before, .title-brackets article h2::after,
  .title-brackets article h3::before,
  .title-brackets article h3::after,
  .title-brackets article h4::before,
  .title-brackets article h4::after {
    width: 20px;
  }
}
.title-brackets article h2::before,
.title-brackets article h3::before,
.title-brackets article h4::before {
  top: 0;
  left: 0;
  border-top: 2px solid #2c9abf;
  border-left: 2px solid #2c9abf;
}
.title-brackets article h2::after,
.title-brackets article h3::after,
.title-brackets article h4::after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #2c9abf;
  border-bottom: 2px solid #2c9abf;
}
.title-brackets article h2 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .title-brackets article h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 640px) {
  .title-brackets article h2 {
    font-size: 1.25rem;
  }
}
.title-brackets article h3 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .title-brackets article h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 835px) {
  .title-brackets article h3 {
    font-size: 1.25rem;
  }
}
.title-brackets article h4 {
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .title-brackets article h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .title-brackets article 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: #258daf;
}
.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: start;
  gap: 8px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc;
  line-height: 1.2;
}
@media (max-width: 835px) {
  .title-step h2,
  .title-step h3,
  .title-step h4 {
    flex-direction: column;
  }
}
.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: #258daf;
  line-height: 1;
  padding: 10px 16px;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
}
.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: #2c9abf;
  display: block;
  order: 1;
  box-shadow: var(--gutter) 0 0 #258daf, calc(var(--gutter) * 2) 0 0 #2c9abf, calc(var(--gutter) * 3) 0 0 #258daf, calc(var(--gutter) * 4) 0 0 #2c9abf, calc(var(--gutter) * -1) 0 0 #258daf, calc(var(--gutter) * -2) 0 0 #2c9abf, calc(var(--gutter) * -3) 0 0 #258daf, calc(var(--gutter) * -4) 0 0 #2c9abf;
}
@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: #7cafbf;
  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;
}

.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: #2c9abf;
  color: #fff !important;
  font-size: 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.map {
  height: 400px;
  margin: 0;
}
@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: #f4faff;
  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 #2c9abf;
  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: #2c9abf;
}
@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;
  line-height: 1.2;
}
.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: #0086ab;
  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: #6b7280;
}
.recent-posts .blog_list > div .blog_text h3 a span {
  color: #334155;
  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: #2c9abf;
  background-color: #e5e7eb;
}
.recent-posts .blog_list > div .blog_text ul li a.tag-product {
  color: #ff6666;
  background-color: #f4faff;
}
.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: #2c9abf;
  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: #6b7280;
  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: #e5eaf1;
}
.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: 32px;
}
@media (max-width: 640px) {
  .dl-underline {
    gap: 12px;
  }
}
.dl-underline dl {
  padding-bottom: 12px !important;
  border-bottom: 2px solid #ccc !important;
  position: relative;
}
@media (max-width: 640px) {
  .dl-underline dl {
    flex-direction: column;
  }
}
.dl-underline dl dt {
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 12px !important;
  color: #258daf;
  justify-content: start !important;
}
@media (max-width: 640px) {
  .dl-underline dl dt {
    width: 100% !important;
  }
}
.dl-underline dl dd {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 12px !important;
}
@media (max-width: 640px) {
  .dl-underline dl dd {
    width: 100% !important;
  }
}
.dl-underline dl dd a {
  font-weight: 500;
}
.dl-underline dl::before {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  background-color: #989898;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}

.dl-border-block dl dt,
.dl-border-block dl dd {
  padding: 0 !important;
  background-color: unset !important;
  border: unset !important;
}
.dl-border-block dl {
  align-items: start !important;
  padding-top: 20px;
  padding-bottom: 24px;
  line-height: 1.5;
  border-top: 1px solid #e5e7eb;
}
@media (max-width: 1024px) {
  .dl-border-block dl {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
@media (max-width: 835px) {
  .dl-border-block dl {
    padding-top: 12px;
    padding-bottom: 14px;
  }
}
.dl-border-block dl:last-child {
  border-bottom: 1px solid #e5e7eb;
}
.dl-border-block dl dt {
  width: 118px !important;
  font-weight: 500;
  color: #2c9abf;
}
.dl-border-block dl dd {
  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 #2c9abf;
}
.dl-career dl dt {
  font-weight: 500;
  color: #334155;
  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: #2c9abf;
  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(#2c9abf, #2c9abf);
  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: #2c9abf !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: #6b7280;
  background-color: #ecfafb !important;
  display: flex;
  flex-direction: row !important;
  justify-content: start !important;
  align-items: center;
  gap: 10px;
  position: relative;
  font-weight: 700;
  transition: background-color 0.2s;
  cursor: pointer;
}
.dl-faq dl dt::before {
  content: "q";
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 1.5em;
  color: #ff6666;
  line-height: 1;
  margin: 0;
}
.dl-faq dl dt::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 12px;
  top: 50%;
  translate: 0 -50%;
  font-size: 1.5em;
}
.dl-faq dl dt:hover {
  background-color: #f0f0f0 !important;
}
.dl-faq dl dt.active::after {
  content: "\f068";
}
.dl-faq dl dd {
  width: 100% !important;
  height: 0;
  overflow: hidden;
}
.dl-faq dl dd .dl-faq_inner {
  background-color: #ecfafb !important;
  padding: var(--padding) !important;
  border-top: 1px dotted #258daf !important;
  display: flex;
  align-items: start;
  gap: 20px;
  font-weight: 500;
}
.dl-faq dl dd .dl-faq_inner::before {
  content: "a";
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 1.5em;
  color: #2c9abf;
  line-height: 1;
  margin: 0;
}

.dl-flow dl dt,
.dl-flow dl dd {
  padding: 0 !important;
  background-color: unset !important;
  border: unset !important;
}
.dl-flow dl {
  flex-direction: column;
}
.dl-flow dl:not(:last-child) {
  margin-bottom: 60px;
  position: relative;
}
.dl-flow dl:not(:last-child)::before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 3/1;
  background-color: #258daf;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% + 24px);
  inset-inline: 0;
  margin-inline: auto;
}
@media (max-width: 1600px) {
  .dl-flow dl:not(:last-child)::before {
    width: 56px;
  }
}
@media (max-width: 1200px) {
  .dl-flow dl:not(:last-child)::before {
    width: 48px;
  }
}
@media (max-width: 1024px) {
  .dl-flow dl:not(:last-child)::before {
    width: 42px;
  }
}
@media (max-width: 835px) {
  .dl-flow dl:not(:last-child)::before {
    width: 36px;
  }
}
@media (max-width: 640px) {
  .dl-flow dl:not(:last-child)::before {
    width: 24px;
  }
}
.dl-flow dl dt {
  width: 100% !important;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #dcdcdc !important;
  margin-bottom: 12px;
  flex-direction: row !important;
  justify-content: start !important;
  gap: 8px;
}
@media (max-width: 1024px) {
  .dl-flow dl dt {
    font-size: 1.125rem;
    padding-bottom: 8px !important;
    margin-bottom: 8px;
  }
}
.dl-flow dl dt::before {
  counter-increment: my-number;
  content: "step" counter(my-number, decimal-leading-zero);
  color: #fff;
  background-color: #2c9abf;
  display: inline-block;
  padding: 8px 16px;
  line-height: 1;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.dl-flow dl dd {
  width: 100% !important;
}

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

.business_content.bg-secondary {
  background-color: #f4faff;
  box-shadow: 0 0 0 100vmax #f4faff;
  clip-path: inset(0 -100vmax);
}

@media (max-width: 430px) {
  .p-reasons {
    --col: 1 !important;
  }
}
.p-reasons .box {
  background-color: #f4faff;
  padding: 60px 40px 40px;
}
@media (max-width: 1600px) {
  .p-reasons .box {
    padding: 48px 32px;
  }
}
@media (max-width: 1200px) {
  .p-reasons .box {
    padding: 42px 24px;
  }
}
@media (max-width: 1024px) {
  .p-reasons .box {
    padding: 36px 20px;
  }
}
@media (max-width: 835px) {
  .p-reasons .box {
    padding: 32px 16px;
  }
}
.p-reasons .box article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reasons .box article img {
  width: auto !important;
  height: 120px;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .p-reasons .box article img {
    height: 100px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1200px) {
  .p-reasons .box article img {
    height: 80px;
  }
}
@media (max-width: 835px) {
  .p-reasons .box article img {
    height: 80px !important;
  }
}
.p-reasons .box article h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c9abf;
  padding-bottom: 8px;
  border-bottom: 2px dotted currentColor;
  margin-bottom: 8px;
  align-self: stretch;
  text-align: center;
}
@media (max-width: 1600px) {
  .p-reasons .box article h3 {
    font-size: 1.25rem;
  }
}
.p-reasons .box article h3 + div {
  text-align: center;
}

.lineup .img-text_body {
  gap: 0;
}
@media (max-width: 835px) {
  .lineup .img-text_body {
    align-items: center;
    margin-inline: auto;
  }
}

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: #258daf;
  opacity: 1;
}

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

footer#global_footer {
  margin-top: 80px;
  padding-top: 80px;
  color: #e5eaf1;
}
@media (max-width: 835px) {
  footer#global_footer {
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  footer#global_footer {
    margin-top: 40px;
    padding-top: 40px;
  }
}
footer#global_footer .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 60px;
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
footer#global_footer .footer_inner .footer_brand {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 14px;
}
footer#global_footer .footer_inner .footer_brand .footer_logo a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1600px) {
  footer#global_footer .footer_inner .footer_brand .footer_logo a {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  footer#global_footer .footer_inner .footer_brand .footer_logo a {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_inner .footer_brand .footer_logo a {
    font-size: 1rem;
  }
}
footer#global_footer .footer_inner .footer_brand .footer_company {
  text-align: left;
}
footer#global_footer .footer_inner .footer_nav {
  display: flex;
  align-items: start;
  gap: 40px;
}
@media (max-width: 835px) {
  footer#global_footer .footer_inner .footer_nav {
    gap: 24px;
  }
}
footer#global_footer .footer_inner .footer_nav .footer_menu {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 8px;
}
footer#global_footer .footer_inner .footer_nav .footer_menu .footer_list .footer_link {
  display: block;
  color: #e5eaf1;
  padding-block: 4px;
  padding-inline: 12px;
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.4;
}
@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_copy-right {
  font-size: 0.75rem;
  color: #d4ddeb;
  display: block;
  padding-top: 32px;
  padding-bottom: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1024px) {
  footer#global_footer .footer_copy-right {
    padding-top: 24px;
  }
}
@media (max-width: 640px) {
  footer#global_footer .footer_copy-right {
    font-size: 0.625rem;
  }
}

.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: 60px;
  }
}
@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: 6px;
  color: #fff;
  background-color: #2c9abf;
  border: 2px solid currentColor;
  transition: background-color 0.3 ease-out;
  text-transform: uppercase;
  border-radius: 50%;
}
.top-btn a:hover {
  background-color: #258daf;
  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: calc(100dvh - var(--header-height, 100px));
  position: relative;
  isolation: isolate;
}
@media (max-width: 835px) {
  .mv {
    height: 65vh;
  }
}
@media (max-width: 835px) {
  .mv {
    height: 50vh;
  }
}
.mv .mv_image {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv .mv_slider * {
  height: 100% !important;
}
.mv .mv_slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .inner-max-wide {
  display: flex;
  height: 100%;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .mv .inner-max-wide {
    padding-bottom: 32px;
  }
}
@media (max-width: 835px) {
  .mv .inner-max-wide {
    padding-bottom: 24px;
  }
}
.mv .inner-max-wide .mv_text {
  display: flex;
  flex-direction: column-reverse;
  gap: 18px;
  margin-right: auto;
  margin-top: auto;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
  gap: 32px;
}
@media (max-width: 1600px) {
  .mv .inner-max-wide .mv_text {
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .mv .inner-max-wide .mv_text {
    gap: 24px;
  }
}
@media (max-width: 835px) {
  .mv .inner-max-wide .mv_text {
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .mv .inner-max-wide .mv_text {
    gap: 12px;
  }
}
.mv .inner-max-wide .mv_text .mv_text-lg {
  font-size: 4.875rem;
  font-weight: 700;
  color: #2c9abf;
  line-height: 1.25;
}
@media (max-width: 1600px) {
  .mv .inner-max-wide .mv_text .mv_text-lg {
    font-size: 3.75rem;
  }
}
@media (max-width: 1200px) {
  .mv .inner-max-wide .mv_text .mv_text-lg {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) {
  .mv .inner-max-wide .mv_text .mv_text-lg {
    font-size: 2.625rem;
  }
}
@media (max-width: 835px) {
  .mv .inner-max-wide .mv_text .mv_text-lg {
    font-size: 2.25rem;
  }
}
@media (max-width: 640px) {
  .mv .inner-max-wide .mv_text .mv_text-lg {
    font-size: 1.5rem;
  }
}
.mv .inner-max-wide .mv_text .mv_text-sm {
  font-size: 2.125rem;
  font-weight: 500;
  color: #7cafbf;
}
@media (max-width: 1600px) {
  .mv .inner-max-wide .mv_text .mv_text-sm {
    font-size: 1.75rem;
  }
}
@media (max-width: 1200px) {
  .mv .inner-max-wide .mv_text .mv_text-sm {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .mv .inner-max-wide .mv_text .mv_text-sm {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .mv .inner-max-wide .mv_text .mv_text-sm {
    font-size: 0.875rem;
  }
}
@media (max-width: 640px) {
  .mv .inner-max-wide .mv_text .mv_text-sm {
    font-size: 0.75rem;
  }
}

@media (max-width: 835px) {
  .cont1 .img-text.img-text-reverse {
    flex-direction: column-reverse !important;
  }
}
.cont1 .img-text.img-text-reverse .title-common {
  gap: 16px;
}

.cont2 .reasons .box {
  background-color: #fff;
  text-align: center;
  padding: 70px 40px 60px;
  color: #2c9abf;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
}
@media (max-width: 1600px) {
  .cont2 .reasons .box {
    padding: 60px 32px 42px;
  }
}
@media (max-width: 1200px) {
  .cont2 .reasons .box {
    padding: 48px 28px 36px;
  }
}
@media (max-width: 1024px) {
  .cont2 .reasons .box {
    padding: 42px 24px 32px;
    gap: 24px;
  }
}
@media (max-width: 835px) {
  .cont2 .reasons .box {
    padding: 40px 20px 32px;
  }
}
@media (max-width: 640px) {
  .cont2 .reasons .box {
    --col: 1;
    padding: 32px 16px 32px;
    gap: 16px;
  }
}
.cont2 .reasons .box > div {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (max-width: 1600px) {
  .cont2 .reasons .box > div {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .cont2 .reasons .box > div {
    font-size: 1rem;
  }
}
.cont2 .reasons .box::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 80px;
  aspect-ratio: 1;
  background-color: #f4faff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
}
@media (max-width: 1600px) {
  .cont2 .reasons .box::before {
    font-size: 1.25rem;
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .cont2 .reasons .box::before {
    font-size: 1.125rem;
    width: 50px;
  }
}
.cont2 .reasons .box:nth-child(1)::before {
  content: "\f0c3";
}
.cont2 .reasons .box:nth-child(2)::before {
  content: "\f2b5";
}
.cont2 .reasons .box:nth-child(3)::before {
  content: "\f7d9";
}
.cont2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
  position: relative;
}
.cont2::before, .cont2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cont2::before {
  background-image: linear-gradient(to top, #a6f6ff, transparent);
  z-index: -2;
  mix-blend-mode: multiply;
}
.cont2::after {
  background-image: linear-gradient(to bottom, #fff, transparent);
  z-index: -1;
}

.cont3 .img-text {
  gap: 100px;
}
@media (max-width: 1600px) {
  .cont3 .img-text {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .cont3 .img-text {
    gap: 60px;
  }
}
@media (max-width: 835px) {
  .cont3 .img-text {
    gap: 40px;
  }
}
.cont3 .img-text:not(:last-child) {
  margin-bottom: 120px;
}
@media (max-width: 1600px) {
  .cont3 .img-text:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .cont3 .img-text:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (max-width: 835px) {
  .cont3 .img-text:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .cont3 .img-text:not(:last-child) {
    margin-bottom: 40px;
  }
}
.cont3 .img-text .img-text_body {
  gap: 24px;
}

.cont4 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
  position: relative;
  isolation: isolate;
}
.cont4::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0d7496;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.cont4 {
  color: #fff;
  position: relative;
}
.cont4 .title-common h2 {
  color: #fff;
}
.cont4 .title-common h2 + div .title-common_label {
  color: #fff;
  opacity: 0.1;
}
.cont4::after {
  content: "";
  background-image: url(../images/top/oem-odm_bg-01.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

.cont5 {
  position: relative;
  isolation: isolate;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
}
.cont5 .title-common h2 {
  color: #fff;
}
.cont5 .title-common h2 + div .title-common_label {
  color: #fff;
  font-size: 2rem;
}
.cont5::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 40%, #0268b0 0%, #10a8bf 67%, #aae370 100%);
  opacity: 0.6;
  z-index: -1;
}
@media (max-width: 835px) {
  .cont5 .contact {
    --col: 1;
    flex-direction: column !important;
    align-items: center;
  }
}
.cont5 .contact .box {
  border-radius: 16px;
  line-height: 1;
}
@media (max-width: 835px) {
  .cont5 .contact .box {
    max-width: 360px;
  }
}
.cont5 .contact .box:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}
.cont5 .contact .box:nth-child(1) a .contact_tel-label-md {
  font-size: 0.875rem;
  margin-bottom: 24px;
}
.cont5 .contact .box:nth-child(1) a .contact_tel-label-lg {
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .cont5 .contact .box:nth-child(1) a .contact_tel-label-lg {
    font-size: 1.5rem;
  }
}
.cont5 .contact .box:nth-child(1) a .contact_tel-label-lg::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .cont5 .contact .box:nth-child(1) a .contact_tel-label-lg::before {
    font-size: 1.125rem;
  }
}
.cont5 .contact .box:nth-child(1) a .contact_tel-label-sm {
  font-size: 0.75rem;
}
.cont5 .contact .box:nth-child(2) {
  background-color: #fff;
}
.cont5 .contact .box:nth-child(2) a .contact_mail-label-lg {
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .cont5 .contact .box:nth-child(2) a .contact_mail-label-lg {
    font-size: 1.125rem;
    gap: 14px;
  }
}
.cont5 .contact .box:nth-child(2) a .contact_mail-label-lg::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 2.25rem;
}
@media (max-width: 1024px) {
  .cont5 .contact .box:nth-child(2) a .contact_mail-label-lg::before {
    font-size: 1.5rem;
  }
}
.cont5 .contact .box:nth-child(2) a .contact_mail-label-sm {
  font-size: 0.875rem;
  color: #003b73;
}
.cont5 .contact .box > div {
  display: contents;
}
.cont5 .contact .box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
}

.cont6 .col2 {
  gap: 0;
  align-items: start;
}
@media (max-width: 835px) {
  .cont6 .col2 {
    --col: 1;
    flex-direction: column;
    gap: 20px;
  }
}
.cont6 .col2 .box:nth-child(1) {
  padding-right: 80px;
}
@media (max-width: 1600px) {
  .cont6 .col2 .box:nth-child(1) {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cont6 .col2 .box:nth-child(1) {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .cont6 .col2 .box:nth-child(1) {
    padding-right: 42px;
  }
}
@media (max-width: 835px) {
  .cont6 .col2 .box:nth-child(1) {
    padding-right: 0;
  }
}
.cont6 .col2 .box:nth-child(2) {
  padding-left: 42px;
}
@media (max-width: 1600px) {
  .cont6 .col2 .box:nth-child(2) {
    padding-left: 32px;
  }
}
@media (max-width: 1200px) {
  .cont6 .col2 .box:nth-child(2) {
    padding-left: 24px;
  }
}
@media (max-width: 1024px) {
  .cont6 .col2 .box:nth-child(2) {
    padding-left: 12px;
  }
}
@media (max-width: 835px) {
  .cont6 .col2 .box:nth-child(2) {
    padding-left: 0;
  }
}
.cont6 .col2 .box:nth-child(2) .map {
  height: unset;
  aspect-ratio: 584/400 !important;
}

.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: #2c9abf !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: "Inter", sans-serif;
  font-weight: 500;
  min-width: 140px;
  color: #e5eaf1;
}
.dl-news dl dd {
  width: unset !important;
  font-weight: 500;
  flex: 1;
  color: #6b7280;
}

/* ================================================================= 
 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 #0086ab;
}
.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: #2c9abf;
}
.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: #2c9abf;
  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: #2c9abf;
}
@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: #e5e7eb;
  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 #2c9abf !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 */