@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;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-super-narrow {
  width: min(900px, 100% - 40px);
  margin-inline: auto;
}

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

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

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

.title-disnone h3 {
  display: none;
}

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

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

li {
  list-style: none;
}

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

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

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

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

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

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

#contents {
  background: none;
  font-size: 100%;
  width: 100%;
  max-width: 1200px !important;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#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[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;
  }
}

.anchor {
  display: block;
  transform: translateY(-100px);
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .anchor {
    transform: translateY(-50px);
  }
}
@media only screen and (max-width: 640px) {
  .anchor {
    transform: translateY(-30px);
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100% !important;
    text-align: center;
  }
}

.gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
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 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header_inner {
  position: relative;
  z-index: 9999;
  padding-inline: 40px;
  padding-block: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .header_inner {
    padding-block: 16px;
    padding-inline: 40px;
  }
}
@media (max-width: 1024px) {
  .header_inner {
    padding-block: 12px;
  }
}
@media (max-width: 835px) {
  .header_inner {
    padding-block: 8px;
    padding-inline: 30px;
  }
}
@media (max-width: 640px) {
  .header_inner {
    padding-inline: 20px;
  }
}
.header_inner .header_logo {
  margin-right: auto;
}
.header_inner .header_logo a {
  cursor: pointer;
}
.header_inner .header_logo a img {
  width: 100px;
}
@media (max-width: 1024px) {
  .header_inner .header_logo a img {
    width: 80px;
  }
}
@media (max-width: 835px) {
  .header_inner .header_logo a img {
    width: 60px;
  }
}
.header_inner .header_info {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .header_inner .header_info {
    display: none;
  }
}
.header_inner .header_info {
  gap: min(40px, 2.5vw);
}
.header_inner .header_info .header_btn {
  --btn-width: 105px;
  --btn-height: 40px;
}
@media (max-width: 835px) {
  .header_inner .header_info .header_btn {
    --btn-width: 80px;
    --btn-height: 32px;
  }
}

.header_nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  transition: right 0.4s;
  z-index: 999;
  scrollbar-gutter: stable;
  padding-top: 160px;
  background-color: #fff;
  display: none;
}
.header_nav .header_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.header_nav .header_menu .header_list a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 8px 40px;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  color: #222;
  line-height: 1.2;
}

.fixed-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 2px solid #222;
  display: none;
  z-index: 9999;
}
@media (max-width: 640px) {
  .fixed-bar {
    display: block;
  }
}
.fixed-bar .fixed-bar_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #222;
  gap: 2px;
}
.fixed-bar .fixed-bar_inner .fixed-bar_box {
  flex: 1;
  background-color: #fff;
}
.fixed-bar .fixed-bar_inner .fixed-bar_box a {
  display: block;
  width: 100%;
  height: 40px;
  display: grid;
  place-items: center;
  font-weight: 700;
}

@keyframes header-fixed {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 0;
  }
}
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.drawer-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  border: 1px solid #e6e8ec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-left: min(40px, 2.5vw);
  transition: border-color 0.2s;
}
.drawer-toggle:hover {
  border-color: #222;
}
.drawer-toggle span {
  width: 16px;
  height: 2px;
}
.drawer-toggle span:first-child {
  background-color: #222;
}
.drawer-toggle span:last-child {
  background-image: linear-gradient(to right, #222 12px, transparent 12px);
}
.drawer-toggle.active {
  position: relative;
  display: grid;
  place-items: center;
}
.drawer-toggle.active span {
  grid-area: 1/1;
  background-color: #222;
  animation: grow-bar 0.2s both;
}
.drawer-toggle.active span:first-child {
  rotate: 45deg;
}
.drawer-toggle.active span:last-child {
  rotate: -45deg;
}

@keyframes grow-bar {
  from {
    width: 0;
  }
  to {
    width: 16px;
  }
}
/* ================================================================= 
 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 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body {
    font-size: 0.875rem;
  }
}

* {
  font-weight: 500;
}

*:lang(en) {
  font-family: "Josefin Sans", sans-serif;
}

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

.text-main {
  color: #222;
}

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

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

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

.btn {
  --btn-width: 200px;
  --btn-height: 50px;
  width: var(--btn-width);
  height: var(--btn-height);
}
.btn a {
  margin-inline: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  border-radius: 100vh;
}
.btn.btn-solid a {
  color: #fff !important;
  background-color: #222;
  border: 2px solid #222;
  transition: color 0.2s, background-color 0.2s;
}
.btn.btn-solid a:hover {
  color: #222 !important;
  background-color: #fff;
}
.btn.btn-outline a {
  color: #222 !important;
  background-color: #fff;
  border: 2px solid #222;
  transition: color 0.2s, background-color 0.2s;
}
.btn.btn-outline a:hover {
  color: #fff !important;
  background-color: #222;
}
.btn.btn-arrow {
  --btn-width: 360px;
  --btn-height: 70px;
}
@media (max-width: 1600px) {
  .btn.btn-arrow {
    --btn-width: 280px;
    --btn-height: 60px;
  }
}
@media (max-width: 1024px) {
  .btn.btn-arrow {
    --btn-width: 260px;
  }
}
@media (max-width: 1600px) {
  .btn.btn-arrow {
    --btn-width: 280px;
    --btn-height: 60px;
  }
}
.btn.btn-arrow a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
.btn.btn-arrow a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}
.btn.btn-contact a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
}
.btn.btn-center {
  margin-inline: auto;
}
.btn.btn-full-size {
  --btn-width: 100%;
}
.btn.btn-full-size > div {
  height: 100%;
}
.btn.btn-full-size > div a {
  border-radius: 6px;
  height: 100%;
  padding: 20px 40px;
  height: auto;
}

.btn-shadow {
  --btn-width: 260px;
  --btn-height: 60px;
  display: grid;
  place-items: center;
}
.btn-shadow a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--btn-width);
  height: var(--btn-height);
  color: #222;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 50vh;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transition: translate 0.3s ease-out, box-shadow 0.3s;
}
.btn-shadow a:hover {
  box-shadow: none;
  translate: 0 20px;
  transition: translate 0.3s ease-out, box-shadow 0.3s;
}

.tel-icon a {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1600px) {
  .tel-icon a {
    font-size: 1.25rem;
  }
}
@media (max-width: 1600px) {
  .tel-icon a {
    font-size: 1.125rem;
  }
}
.tel-icon a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2em;
  color: #222;
}

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

.title-common, .cont1 .section-header {
  margin-bottom: 48px;
}
@media (max-width: 1600px) {
  .title-common, .cont1 .section-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 835px) {
  .title-common, .cont1 .section-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .title-common, .cont1 .section-header {
    margin-bottom: 20px;
  }
}
.title-common article h2, .cont1 .section-header article h2 {
  font-size: 3rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #222;
}
@media (max-width: 1600px) {
  .title-common article h2, .cont1 .section-header article h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1024px) {
  .title-common article h2, .cont1 .section-header article h2 {
    font-size: 1.5rem;
  }
}

.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: #222;
  display: block;
  order: 1;
  box-shadow: var(--gutter) 0 0 #222, calc(var(--gutter) * 2) 0 0 #222, calc(var(--gutter) * 3) 0 0 #222, calc(var(--gutter) * 4) 0 0 #222, calc(var(--gutter) * -1) 0 0 #222, calc(var(--gutter) * -2) 0 0 #222, calc(var(--gutter) * -3) 0 0 #222, calc(var(--gutter) * -4) 0 0 #222;
}
@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-jp-en article {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
@media (max-width: 1600px) {
  .title-jp-en article {
    gap: 14px;
  }
}
@media (max-width: 835px) {
  .title-jp-en article {
    gap: 12px;
  }
}
.title-jp-en article h2 {
  font-size: 1.25rem;
  font-weight: 500;
  order: 2;
}
@media (max-width: 1024px) {
  .title-jp-en article h2 {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .title-jp-en article h2 {
    font-size: 0.875rem;
  }
}
.title-jp-en article > div .label {
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .title-jp-en article > div .label {
    font-size: 1.5rem;
  }
}
.title-jp-en article::before {
  content: "";
  display: block;
  width: 2px;
  height: 3.125rem;
  background-color: currentColor;
  order: 1;
  rotate: 20deg;
  translate: 0 12px;
}
@media (max-width: 1024px) {
  .title-jp-en article::before {
    height: 2.25rem;
    translate: 0 10px;
  }
}

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

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

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

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

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

.col2 {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 40px;
}
@media (max-width: 835px) {
  .col2 {
    flex-direction: column !important;
    align-items: start;
  }
}
.col2 .box {
  flex: 1;
}
.col2 .box:last-child > div {
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 835px) {
  .col2 .box:last-child > div {
    font-size: 1rem;
  }
}
.col2.reverse {
  flex-direction: row-reverse !important;
}
@media (max-width: 835px) {
  .col2.reverse {
    flex-direction: column !important;
    align-items: start;
  }
}

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

.col2-bleed-right {
  max-width: 88%;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse !important;
  align-items: start !important;
  flex-wrap: nowrap !important;
  gap: 160px;
}
@media (max-width: 1600px) {
  .col2-bleed-right {
    gap: min(140px, 8vw);
    max-width: 90%;
  }
}
@media (max-width: 835px) {
  .col2-bleed-right {
    max-width: 100%;
  }
}
@media (max-width: 835px) {
  .col2-bleed-right {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
}
.col2-bleed-right .box:nth-child(1) {
  flex: 1.6;
  overflow: visible !important;
  position: relative;
  aspect-ratio: 4/3;
}
@media (max-width: 835px) {
  .col2-bleed-right .box:nth-child(1) {
    padding-left: 20px;
  }
}
.col2-bleed-right .box:nth-child(1) img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.col2-bleed-right .box:nth-child(1)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: -60px;
  left: -60px;
  border: 1px solid #222;
  z-index: -1;
}
@media (max-width: 1600px) {
  .col2-bleed-right .box:nth-child(1)::before {
    top: -40px;
    left: -40px;
  }
}
@media (max-width: 1200px) {
  .col2-bleed-right .box:nth-child(1)::before {
    top: -30px;
    left: -30px;
  }
}
@media (max-width: 1024px) {
  .col2-bleed-right .box:nth-child(1)::before {
    top: -20px;
    left: -20px;
  }
}
@media (max-width: 835px) {
  .col2-bleed-right .box:nth-child(1)::before {
    width: calc(100% - 20px);
    top: -12px;
    left: 6px;
  }
}
.col2-bleed-right .box:nth-child(2) {
  flex: 1;
  padding-top: 70px;
}
@media (max-width: 1600px) {
  .col2-bleed-right .box:nth-child(2) {
    padding-top: min(70px, 5.2vw);
  }
}
@media (max-width: 835px) {
  .col2-bleed-right .box:nth-child(2) {
    padding-inline: 20px;
    padding-top: 0;
  }
}

.col2-bleed-left {
  max-width: 92%;
  margin-right: auto;
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 160px;
}
@media (max-width: 1600px) {
  .col2-bleed-left {
    gap: min(140px, 8vw);
    max-width: 96%;
  }
}
@media (max-width: 835px) {
  .col2-bleed-left {
    max-width: 100%;
  }
}
@media (max-width: 835px) {
  .col2-bleed-left {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
}
.col2-bleed-left .box:nth-child(1) {
  flex: 1.6;
  overflow: visible !important;
  position: relative;
  aspect-ratio: 4/3;
}
@media (max-width: 835px) {
  .col2-bleed-left .box:nth-child(1) {
    padding-right: 20px;
  }
}
.col2-bleed-left .box:nth-child(1) img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.col2-bleed-left .box:nth-child(1)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -60px;
  bottom: -60px;
  border: 1px solid #222;
  z-index: -1;
}
@media (max-width: 1600px) {
  .col2-bleed-left .box:nth-child(1)::before {
    right: -40px;
    bottom: -40px;
  }
}
@media (max-width: 1200px) {
  .col2-bleed-left .box:nth-child(1)::before {
    right: -30px;
    bottom: -30px;
  }
}
@media (max-width: 1024px) {
  .col2-bleed-left .box:nth-child(1)::before {
    right: -20px;
    bottom: -20px;
  }
}
@media (max-width: 835px) {
  .col2-bleed-left .box:nth-child(1)::before {
    width: calc(100% - 20px);
    right: 6px;
    bottom: -12px;
  }
}
.col2-bleed-left .box:nth-child(2) {
  flex: 1;
}
@media (max-width: 835px) {
  .col2-bleed-left .box:nth-child(2) {
    padding-inline: 20px;
    padding-top: 0;
  }
}
.col2-bleed-left .box:nth-child(2) .title-common, .col2-bleed-left .box:nth-child(2) .cont1 .section-header, .cont1 .col2-bleed-left .box:nth-child(2) .section-header {
  margin-bottom: 36px;
}
@media (max-width: 1600px) {
  .col2-bleed-left .box:nth-child(2) .title-common, .col2-bleed-left .box:nth-child(2) .cont1 .section-header, .cont1 .col2-bleed-left .box:nth-child(2) .section-header {
    margin-bottom: 28px;
  }
}
@media (max-width: 1024px) {
  .col2-bleed-left .box:nth-child(2) .title-common, .col2-bleed-left .box:nth-child(2) .cont1 .section-header, .cont1 .col2-bleed-left .box:nth-child(2) .section-header {
    margin-bottom: 24px;
  }
}
@media (max-width: 835px) {
  .col2-bleed-left .box:nth-child(2) .title-common, .col2-bleed-left .box:nth-child(2) .cont1 .section-header, .cont1 .col2-bleed-left .box:nth-child(2) .section-header {
    margin-bottom: 20px;
  }
}
.col2-bleed-left .box:nth-child(2) .title-common + p + .btn, .col2-bleed-left .box:nth-child(2) .cont1 .section-header + p + .btn, .cont1 .col2-bleed-left .box:nth-child(2) .section-header + p + .btn {
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .col2-bleed-left .box:nth-child(2) .title-common + p + .btn, .col2-bleed-left .box:nth-child(2) .cont1 .section-header + p + .btn, .cont1 .col2-bleed-left .box:nth-child(2) .section-header + p + .btn {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .col2-bleed-left .box:nth-child(2) .title-common + p + .btn, .col2-bleed-left .box:nth-child(2) .cont1 .section-header + p + .btn, .cont1 .col2-bleed-left .box:nth-child(2) .section-header + p + .btn {
    margin-top: 40px;
  }
}
@media (max-width: 835px) {
  .col2-bleed-left .box:nth-child(2) .title-common + p + .btn, .col2-bleed-left .box:nth-child(2) .cont1 .section-header + p + .btn, .cont1 .col2-bleed-left .box:nth-child(2) .section-header + p + .btn {
    margin-inline: auto;
    margin-top: 30px;
  }
}

.img-text {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  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: 20px;
  }
}
.img-text .box:nth-child(1) {
  flex: 1;
  aspect-ratio: 25/18;
  width: 100%;
}
.img-text .box:nth-child(1) img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-text .box:nth-child(1) > div {
  width: 100% !important;
  height: 100%;
  aspect-ratio: 16/9;
}
.img-text .box:nth-child(1) > div iframe {
  max-width: unset !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-text .box:nth-child(2) {
  flex: 1;
}
.img-text .box:nth-child(2) > div {
  display: flex;
  flex-direction: column;
}
@media (max-width: 835px) {
  .img-text .box:nth-child(2) > div {
    align-items: center;
  }
}
.img-text .box:nth-child(2) > div h2 {
  font-size: 1.75rem;
}
@media (max-width: 1600px) {
  .img-text .box:nth-child(2) > div h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .img-text .box:nth-child(2) > div h2 {
    font-size: 1.25rem;
  }
}
.img-text .box:nth-child(2) > div h3 {
  font-size: 1.5rem;
}
@media (max-width: 1600px) {
  .img-text .box:nth-child(2) > div h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .img-text .box:nth-child(2) > div h3 {
    font-size: 1.125rem;
  }
}
.img-text .box:nth-child(2) > div h4 {
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  .img-text .box:nth-child(2) > div h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .img-text .box:nth-child(2) > div h4 {
    font-size: 1rem;
  }
}

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

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

.bd-20 {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 835px) {
  .bd-20 {
    border-radius: 12px;
  }
}
.bd-20 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.bd-30 {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 835px) {
  .bd-30 {
    border-radius: 18px;
  }
}
.bd-30 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.img-bd-20 img {
  border-radius: 20px;
}
@media (max-width: 835px) {
  .img-bd-20 img {
    border-radius: 16px;
  }
}

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

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

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

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

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

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

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

.lower-page-title {
  text-align: center !important;
  isolation: isolate;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lower-page-title article {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  line-height: 1;
  font-size: 3rem;
}
@media (max-width: 1600px) {
  .lower-page-title article {
    font-size: 2.25rem;
  }
}
@media (max-width: 1024px) {
  .lower-page-title article {
    font-size: 2rem;
    gap: 16px;
  }
}
@media (max-width: 835px) {
  .lower-page-title article {
    font-size: 1.5rem;
    gap: 12px;
  }
}
.lower-page-title article h1 {
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  translate: 0 5px;
}
.lower-page-title article > div {
  order: -1;
  font-size: 1.125rem;
}
@media (max-width: 1600px) {
  .lower-page-title article > div {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .lower-page-title article > div {
    font-size: 0.875rem;
  }
}
.lower-page-title article::before {
  content: "";
  display: block;
  width: 4px;
  height: 1.2em;
  background-color: #fff;
  rotate: 12deg;
}
@media (max-width: 1600px) {
  .lower-page-title article::before {
    width: 3px;
  }
}
@media (max-width: 1024px) {
  .lower-page-title article::before {
    width: 2px;
  }
}
.lower-page-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(1.5px);
  z-index: -1;
  visibility: visible;
}

.lower-title h2,
.lower-title h3 {
  --gutter: 60px;
  --bd-width: 2px;
  background-image: linear-gradient(to right, currentColor calc((100% - var(--gutter)) / 2), transparent calc((100% - var(--gutter)) / 2), transparent calc((100% - var(--gutter)) / 2 + var(--gutter)), currentColor calc((100% - var(--gutter)) / 2 + var(--gutter)));
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% var(--bd-width);
  padding-bottom: 16px;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .lower-title h2,
  .lower-title h3 {
    --gutter: 50px;
  }
}
@media (max-width: 1024px) {
  .lower-title h2,
  .lower-title h3 {
    --gutter: 40px;
  }
}
@media (max-width: 835px) {
  .lower-title h2,
  .lower-title h3 {
    --gutter: 30px;
  }
}
@media (max-width: 640px) {
  .lower-title h2,
  .lower-title h3 {
    --gutter: 20px;
  }
}
.lower-title h2::before,
.lower-title h3::before {
  content: "";
  display: block;
  width: var(--gutter);
  height: var(--bd-width);
  position: absolute;
  left: calc((100% - var(--gutter)) / 2 - 1px);
  bottom: 0;
  z-index: 1;
  background-color: currentColor;
  transform-origin: bottom left;
  rotate: 30deg;
}
.lower-title h2 {
  font-size: 2.25rem;
}
@media (max-width: 1024px) {
  .lower-title h2 {
    font-size: 1.5rem;
  }
}
.lower-title h3 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .lower-title h3 {
    font-size: 1.25rem;
  }
}
.lower-title h4 {
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .lower-title h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .lower-title h4 {
    font-size: 1.125rem;
  }
}

.lower-title-side-line h2,
.lower-title-side-line h3,
.lower-title-side-line h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-weight: 500;
}
.lower-title-side-line h2::before, .lower-title-side-line h2::after,
.lower-title-side-line h3::before,
.lower-title-side-line h3::after,
.lower-title-side-line h4::before,
.lower-title-side-line h4::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: currentColor;
}
@media (max-width: 1024px) {
  .lower-title-side-line h2::before, .lower-title-side-line h2::after,
  .lower-title-side-line h3::before,
  .lower-title-side-line h3::after,
  .lower-title-side-line h4::before,
  .lower-title-side-line h4::after {
    width: 30px;
  }
}
@media (max-width: 835px) {
  .lower-title-side-line h2::before, .lower-title-side-line h2::after,
  .lower-title-side-line h3::before,
  .lower-title-side-line h3::after,
  .lower-title-side-line h4::before,
  .lower-title-side-line h4::after {
    width: 20px;
  }
}
.lower-title-side-line h2 {
  font-size: 2.25rem;
}
@media (max-width: 1024px) {
  .lower-title-side-line h2 {
    font-size: 1.5rem;
  }
}
.lower-title-side-line h3 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .lower-title-side-line h3 {
    font-size: 1.25rem;
  }
}
.lower-title-side-line h4 {
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .lower-title-side-line h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .lower-title-side-line h4 {
    font-size: 1.125rem;
  }
}

.title-underline h2,
.title-underline h3 {
  color: #222;
  font-family: "Josefin Sans", sans-serif;
  border-bottom: 1px solid #ccc;
  position: relative;
  text-transform: uppercase;
}
.title-underline h2::before,
.title-underline h3::before {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.title-underline h2 {
  font-size: 1.75rem;
}
@media (max-width: 1600px) {
  .title-underline h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .title-underline h2 {
    font-size: 1.25rem;
  }
}
.title-underline h3 {
  font-size: 1.5rem;
}
@media (max-width: 1600px) {
  .title-underline h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .title-underline h3 {
    font-size: 1.125rem;
  }
}

.title-tag h2,
.title-tag h3,
.title-tag h4 {
  border-left: 6px solid #222;
  padding: 16px;
  background-color: rgba(204, 204, 204, 0.4);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .title-tag h2,
  .title-tag h3,
  .title-tag h4 {
    padding: 12px;
  }
}
.title-tag h2 {
  font-size: 1.75rem;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .title-tag h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .title-tag h2 {
    font-size: 1.25rem;
  }
}

.lower-title-lb h2,
.lower-title-lb h3 {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #222;
  padding-block: 4px;
  padding-left: 12px;
  border-left: 4px solid currentColor;
}
@media (max-width: 1024px) {
  .lower-title-lb h2,
  .lower-title-lb h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .lower-title-lb h2,
  .lower-title-lb h3 {
    font-size: 1.25rem;
  }
}

.title-lead {
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: min(24px, 1.5vw);
  margin-bottom: 50px;
  line-height: 1;
}
@media (max-width: 1600px) {
  .title-lead {
    font-size: 2.25rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .title-lead {
    font-size: 1.75rem;
  }
}
@media (max-width: 835px) {
  .title-lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .title-lead {
    margin-bottom: 20px;
  }
}
.title-lead::before {
  content: attr(data-text);
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
}

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

.table {
  white-space: nowrap;
}

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

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

.bd {
  border: 2px solid #6e6e6e;
}

.list-check ul {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto !important;
  display: grid;
}
.list-check ul li {
  float: none;
  font-weight: 500;
  font-size: 1.25rem;
  padding-bottom: 18px;
  border-bottom: 1px dashed #222;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-inline: 12px;
  white-space: nowrap;
}
@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 {
    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: 2em;
  color: #222;
}
@media (max-width: 640px) {
  .list-check ul li::before {
    line-height: 1;
  }
}

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

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

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

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

.fancybox a {
  display: block;
}

.product .box img {
  margin-bottom: 12px;
}
.product .box div {
  display: flex;
  flex-direction: column;
}
.product .box div .product_name {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 835px) {
  .product .box div .product_name {
    font-size: 1.125rem;
  }
}
.product .box div .product_price {
  align-self: end;
}

.maker img {
  margin-bottom: 12px;
}
.maker div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.maker div .maker_name {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .maker div .maker_name {
    font-size: 1.125rem;
  }
}

.menu-anchor-wrap {
  --gutter: 20px;
  justify-content: center !important;
  gap: var(--gutter);
}
@media (max-width: 1600px) {
  .menu-anchor-wrap {
    --gutter: min(16px, 2vw);
  }
}
@media (max-width: 640px) {
  .menu-anchor-wrap .box {
    width: calc((100% - var(--gutter)) / 2);
  }
}
.menu-anchor-wrap .btn.menu-anchor {
  --btn-width: 290px;
  --btn-height: 60px;
}
@media (max-width: 1024px) {
  .menu-anchor-wrap .btn.menu-anchor {
    --btn-width: 280px;
  }
}
@media (max-width: 640px) {
  .menu-anchor-wrap .btn.menu-anchor {
    --btn-width: 100%;
    width: 100%;
    --btn-height: 50px;
  }
}
.menu-anchor-wrap .btn.menu-anchor a {
  color: #222;
  border: 2px solid #222;
  border-radius: 6px;
  font-weight: 700;
  position: relative;
}
.menu-anchor-wrap .btn.menu-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;
}

.title-menu h2 {
  font-size: 2.25rem;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1024px) {
  .title-menu h2 {
    font-size: 1.5rem;
  }
}
.title-menu h2::before {
  content: counter(my-number, decimal-leading-zero);
  counter-increment: my-number 1;
  position: absolute;
  bottom: -60%;
  left: -20px;
  font-size: 4em;
  opacity: 0.035;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}
@media (max-width: 1600px) {
  .title-menu h2::before {
    font-size: 3.5em;
  }
}
@media (max-width: 1024px) {
  .title-menu h2::before {
    font-size: 3em;
    bottom: -50%;
  }
}
@media (max-width: 835px) {
  .title-menu h2::before {
    font-size: 2.5em;
    bottom: -30%;
  }
}

.menu-content {
  flex-direction: column !important;
  gap: 20px;
}
@media (max-width: 835px) {
  .menu-content {
    gap: 32px;
  }
}
.menu-content .box {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.menu-content .box > article {
  font-size: initial;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .menu-content .box > article {
    justify-content: space-between;
  }
}
@media (max-width: 835px) {
  .menu-content .box > article {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    border-bottom: 1px dotted currentColor;
    padding-bottom: 8px;
  }
}
.menu-content .box > article h3 {
  font-size: 1.25rem;
  font-weight: 700;
  order: -1;
}
@media (max-width: 1024px) {
  .menu-content .box > article h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .menu-content .box > article h3 {
    font-size: 1rem;
  }
}
.menu-content .box > article h3 + div {
  display: block;
  width: 25%;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .menu-content .box > article h3 + div {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .menu-content .box > article h3 + div {
    font-size: 1rem;
    width: 100%;
  }
}
.menu-content .box > article::before {
  content: "";
  border-bottom: 1px dotted currentColor;
  flex: 1;
  display: block;
}
@media (max-width: 1024px) {
  .menu-content .box > article::before {
    display: none;
  }
}

.style-anchor-wrap {
  --gutter: 20px;
  justify-content: center !important;
  gap: var(--gutter);
}
@media (max-width: 1600px) {
  .style-anchor-wrap {
    --gutter: min(16px, 2vw);
  }
}
@media (max-width: 640px) {
  .style-anchor-wrap .box {
    width: calc((100% - var(--gutter)) / 2);
  }
}
.style-anchor-wrap .btn.style-anchor {
  --btn-width: 350px;
  --btn-height: 60px;
}
@media (max-width: 1024px) {
  .style-anchor-wrap .btn.style-anchor {
    --btn-width: 280px;
  }
}
@media (max-width: 640px) {
  .style-anchor-wrap .btn.style-anchor {
    --btn-width: 100%;
    width: 100%;
    --btn-height: 50px;
  }
}
.style-anchor-wrap .btn.style-anchor a {
  color: #222;
  border: 2px solid #222;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}
.style-anchor-wrap .btn.style-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;
}

.gallery-col4 {
  --col: 4;
  --gutter: min(40px, 2vw);
  gap: var(--gutter);
}
@media (max-width: 1024px) {
  .gallery-col4 {
    --col: 3;
  }
}
@media (max-width: 835px) {
  .gallery-col4 {
    --col: 2;
  }
}
.gallery-col4 .box {
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
}
.gallery-col4 a {
  display: block;
  height: 100%;
}
.gallery-col4 a img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-introduction {
  border-radius: 20px;
  display: flex;
}
@media (max-width: 835px) {
  .staff-introduction {
    flex-direction: column;
  }
}
.staff-introduction .staff-introduction_image {
  width: 40%;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
@media (max-width: 835px) {
  .staff-introduction .staff-introduction_image {
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
}
.staff-introduction .staff-introduction_image > div {
  height: 100%;
}
.staff-introduction .staff-introduction_image > div img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-introduction .staff-introduction_dl {
  width: 60%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #fff;
  border-radius: 0 16px 16px 0;
}
@media (max-width: 835px) {
  .staff-introduction .staff-introduction_dl {
    width: 100%;
    border-radius: 0 0 16px 16px;
  }
}
.staff-introduction .staff-introduction_dl > div {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.staff-introduction .staff-introduction_dl > div dl {
  display: flex;
  flex-direction: column !important;
  gap: 8px;
}
.staff-introduction .staff-introduction_dl > div dl dt,
.staff-introduction .staff-introduction_dl > div dl dd {
  border: unset !important;
  background-color: unset !important;
  padding: 0 !important;
  width: 100% !important;
}
.staff-introduction .staff-introduction_dl > div dl:first-child dd {
  color: #6e6e6e;
}
.staff-introduction .staff-introduction_dl > div dl dt .staff-introduction_name {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .staff-introduction .staff-introduction_dl > div dl dt .staff-introduction_name {
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .staff-introduction .staff-introduction_dl > div dl dt .staff-introduction_name {
    font-size: 1.5rem;
  }
}
.staff-introduction .staff-introduction_dl > div dl dt h3 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px dotted currentColor;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.staff-introduction .staff-introduction_dl > div dl dd .tag {
  display: inline-block;
  background-color: #ececec;
  padding: 2px 20px;
  border-radius: 100vh;
}
.staff-introduction .staff-introduction_dl::after {
  display: none;
}

@media (max-width: 835px) {
  .staff-introduction_btn-wrap {
    text-align: center;
  }
}
.staff-introduction_btn-wrap > div .btn {
  --btn-width: 300px;
}
@media (max-width: 835px) {
  .staff-introduction_btn-wrap > div .btn {
    margin-inline: auto;
  }
}
@media (max-width: 640px) {
  .staff-introduction_btn-wrap > div .btn {
    --btn-width: min(250px, 100%);
  }
}
.staff-introduction_btn-wrap > div .btn a {
  font-weight: 700;
  font-size: 1.125rem;
}

.new-hair-sytle {
  --col: 3;
  --gutter: min(40px, 3.5vw);
  gap: var(--gutter);
}
@media (max-width: 835px) {
  .new-hair-sytle {
    --col: 2;
  }
}
.new-hair-sytle .box {
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
}
.new-hair-sytle .box img {
  aspect-ratio: 350/450;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-hair-sytle .box div {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .new-hair-sytle .box div {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .new-hair-sytle .box div {
    font-size: 1rem;
  }
}

.dl-common {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 835px) {
  .dl-common {
    gap: 32px;
  }
}
@media (max-width: 835px) {
  .dl-common dl {
    flex-direction: column;
  }
}
.dl-common dl dt,
.dl-common dl dd {
  border: unset !important;
  background-color: unset !important;
  padding: 0 !important;
  padding-bottom: 24px !important;
  padding-left: 1em !important;
  font-weight: 500;
}
@media (max-width: 835px) {
  .dl-common dl dt,
  .dl-common dl dd {
    padding-bottom: 12px !important;
  }
}
.dl-common dl dt {
  border-bottom: 2px solid #675b52 !important;
  font-size: 1.25rem;
}
@media (max-width: 835px) {
  .dl-common dl dt {
    width: 100% !important;
    font-size: 1.125rem;
  }
}
.dl-common dl dd {
  border-bottom: 2px solid #222 !important;
  font-size: 1rem;
}
@media (max-width: 835px) {
  .dl-common dl dd {
    width: 100% !important;
    padding-top: 12px !important;
  }
}

.shop-gallery {
  --gutter: min(40px, 3.5vw);
  --col: 3;
  gap: var(--gutter);
}
.shop-gallery .box {
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
  aspect-ratio: 1;
}
@media (max-width: 835px) {
  .shop-gallery .box {
    --col: 2;
  }
}
.shop-gallery .box img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-dl {
  display: grid;
  gap: 40px;
}
.recruit-dl dl {
  display: flex;
  align-items: start;
}
@media (max-width: 835px) {
  .recruit-dl dl {
    flex-direction: column;
    gap: 8px;
  }
}
.recruit-dl dl dt,
.recruit-dl dl dd {
  border: unset !important;
  background-color: unset !important;
  padding: 0 !important;
  font-weight: 500;
}
.recruit-dl dl dt {
  font-size: 1.125rem;
  color: #222;
  display: flex;
  justify-content: start !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 8px;
  min-width: 200px !important;
}
@media (max-width: 1024px) {
  .recruit-dl dl dt {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .recruit-dl dl dt {
    border-bottom: 2px dotted currentColor !important;
    padding-bottom: 8px !important;
    width: 100% !important;
  }
}
.recruit-dl dl dt::before {
  content: "";
  display: block;
  width: 0.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  outline-offset: 2px;
}
.recruit-dl dl dd {
  display: flex;
  align-items: start;
}
.recruit-dl dl:nth-child(odd) dt::before {
  background-color: #222;
  outline: 2px solid #222;
}
.recruit-dl dl:nth-child(even) dt::before {
  background-color: #222;
  outline: 2px solid #222;
}

.error2 h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 1024px) {
  .error2 h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .error2 h2 {
    font-size: 1.125rem;
  }
}
.error2 .error2_btn {
  display: inline-block;
  color: #222;
  padding: 16px 60px;
  border: 1px solid currentColor;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  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: #222;
}

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

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

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

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

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

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

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

.greeting .box:nth-child(2) {
  line-height: 2;
  margin-top: -0.25lh;
}

.company_DL dl {
  display: flex;
}
@media (max-width: 640px) {
  .company_DL dl {
    flex-direction: column;
  }
}
.company_DL dt {
  background-color: #222 !important;
  color: #fff;
}
@media (max-width: 640px) {
  .company_DL dt {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .company_DL dd {
    border-top: none !important;
    width: 100% !important;
    padding-bottom: 16px !important;
  }
}
.company_DL.dt-center dt {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
}

.map {
  height: 400px;
}
@media (max-width: 835px) {
  .map {
    height: 250px;
  }
}
.map * {
  height: 100% !important;
}
.map iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hours-table {
  overflow-x: auto;
}
.hours-table article table tbody tr td {
  padding: 0 !important;
}
.hours-table article table tbody tr td > div {
  padding-block: 8px !important;
  padding-inline: 2px !important;
  text-align: center !important;
  white-space: nowrap;
  font-weight: 600;
  min-width: 130px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 835px) {
  .hours-table article table tbody tr td > div {
    font-size: 0.75rem;
  }
}

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

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

footer#global_footer {
  margin-top: 180px;
  background-size: cover;
}
@media (max-width: 1600px) {
  footer#global_footer {
    margin-top: 160px;
  }
}
@media (max-width: 1200px) {
  footer#global_footer {
    margin-top: 140px;
  }
}
@media (max-width: 1024px) {
  footer#global_footer {
    margin-top: 120px;
  }
}
@media (max-width: 835px) {
  footer#global_footer {
    margin-top: 100px;
  }
}
@media (max-width: 640px) {
  footer#global_footer {
    margin-top: 80px;
  }
}
footer#global_footer .footer_top {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  footer#global_footer .footer_top {
    padding-top: 90px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_top {
    padding-top: 80px;
  }
}
@media (max-width: 835px) {
  footer#global_footer .footer_top {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
footer#global_footer .footer_top .contact {
  background-image: url(../images/top/concrete_bg_01.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  isolation: isolate;
  border-radius: 60px;
  padding: 80px;
  position: relative;
}
@media (max-width: 1600px) {
  footer#global_footer .footer_top .contact {
    border-radius: 48px;
    padding: 60px;
  }
}
@media (max-width: 1200px) {
  footer#global_footer .footer_top .contact {
    border-radius: 40px;
    padding: 62px;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_top .contact {
    border-radius: 30px;
    padding: 48px;
  }
}
@media (max-width: 835px) {
  footer#global_footer .footer_top .contact {
    border-radius: 20px;
    padding: 32px;
  }
}
@media (max-width: 640px) {
  footer#global_footer .footer_top .contact {
    border-radius: 16px;
    padding: 24px;
  }
}
footer#global_footer .footer_top .contact .contact_inner {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 1600px) {
  footer#global_footer .footer_top .contact .contact_inner {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_top .contact .contact_inner {
    gap: 18px;
  }
}
@media (max-width: 835px) {
  footer#global_footer .footer_top .contact .contact_inner {
    gap: 16px;
  }
}
@media (max-width: 640px) {
  footer#global_footer .footer_top .contact .contact_inner {
    flex-direction: column;
  }
}
footer#global_footer .footer_top .contact .contact_inner .contact_item {
  border-radius: 40px;
  height: 120px;
  flex: 1;
  overflow: hidden;
}
@media (max-width: 1600px) {
  footer#global_footer .footer_top .contact .contact_inner .contact_item {
    border-radius: 30px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_top .contact .contact_inner .contact_item {
    border-radius: 20px;
    height: 80px;
  }
}
@media (max-width: 640px) {
  footer#global_footer .footer_top .contact .contact_inner .contact_item {
    flex: unset;
    border-radius: 8px;
    height: 60px;
  }
}
footer#global_footer .footer_top .contact .contact_inner .contact_item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: color 0.2s, background-color 0.2s;
}
footer#global_footer .footer_top .contact .contact_inner .contact_item a .main {
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 1024px) {
  footer#global_footer .footer_top .contact .contact_inner .contact_item a .main {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  footer#global_footer .footer_top .contact .contact_inner .contact_item a .main {
    font-size: 1rem;
  }
}
footer#global_footer .footer_top .contact .contact_inner .contact_item a .label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
footer#global_footer .footer_top .contact .contact_inner .contact_item.contact_item-white a {
  background-color: #fff;
}
footer#global_footer .footer_top .contact .contact_inner .contact_item.contact_item-black a {
  color: #fff;
  background-color: #222;
}
footer#global_footer .footer_top .contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.7);
}
footer#global_footer .footer_bottom {
  border-top: 1px solid #222;
  padding-top: 80px;
  position: relative;
}
footer#global_footer .footer_bottom .footer_bottom_content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  footer#global_footer .footer_bottom .footer_bottom_content {
    flex-direction: column;
    align-items: center;
  }
}
footer#global_footer .footer_bottom .footer_bottom_content .footer_company {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 32px;
}
@media (max-width: 640px) {
  footer#global_footer .footer_bottom .footer_bottom_content .footer_company {
    flex-direction: row;
    margin-bottom: 32px;
  }
}
footer#global_footer .footer_bottom .footer_bottom_content .footer_company .footer_logo img {
  width: 147px;
}
@media (max-width: 835px) {
  footer#global_footer .footer_bottom .footer_bottom_content .footer_company .footer_logo img {
    width: 120px;
  }
}
@media (max-width: 640px) {
  footer#global_footer .footer_bottom .footer_bottom_content .footer_company .footer_logo img {
    width: 80px;
  }
}
footer#global_footer .footer_bottom .footer_bottom_content .footer_company .footer_adrress {
  text-align: left;
}
@media (max-width: 640px) {
  footer#global_footer .footer_bottom .footer_bottom_content .footer_company .footer_adrress {
    font-size: 0.875rem;
  }
}
footer#global_footer .footer_bottom .footer_bottom_content .footer_nav {
  display: flex;
  align-items: start;
  gap: 60px;
}
@media (max-width: 1600px) {
  footer#global_footer .footer_bottom .footer_bottom_content .footer_nav {
    gap: 48px;
  }
}
@media (max-width: 1200px) {
  footer#global_footer .footer_bottom .footer_bottom_content .footer_nav {
    gap: 42px;
  }
}
@media (max-width: 1024px) {
  footer#global_footer .footer_bottom .footer_bottom_content .footer_nav {
    gap: 36px;
  }
}
@media (max-width: 835px) {
  footer#global_footer .footer_bottom .footer_bottom_content .footer_nav {
    gap: 24px;
  }
}
footer#global_footer .footer_bottom .footer_bottom_content .footer_nav .footer_menu {
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer#global_footer .footer_bottom .footer_bottom_content .footer_nav .footer_menu .footer_list a {
  color: inherit;
  font-weight: 700;
  font-size: 0.75rem;
}
footer#global_footer .footer_bottom small {
  display: block;
  padding-bottom: 80px;
  text-align: center;
  font-size: 10px;
}
@media (max-width: 1024px) {
  footer#global_footer .footer_bottom small {
    padding-bottom: 60px;
  }
}

.top-btn {
  position: fixed;
  right: 0;
  bottom: 100px;
  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: 640px) {
  .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: #222;
  background-color: #fff;
  border: 1px solid currentColor;
  transition: color 0.2s, background-color 0.2;
  text-transform: uppercase;
}
.top-btn a:hover {
  color: #fff;
  background-color: #222;
}
.top-btn a::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: translate 0.2s;
}
.top-btn a:hover::before {
  translate: 0 -10px;
}

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

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

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

.mv {
  position: relative;
  height: min(900px, 75vw);
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 835px) {
  .mv {
    height: 500px;
  }
}
.mv .js-slick {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.mv .js-slick * {
  height: 100%;
}
.mv .js-slick div:not([class]) {
  display: none;
}
.mv .js-slick .slick-slide {
  isolation: isolate;
}
.mv .js-slick .slick-slide img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  vertical-align: bottom;
}
.mv .mv_text {
  position: absolute;
  left: min(96px, 4vw);
  bottom: 100px;
  background-color: rgba(0, 0, 0, 0.45);
  padding-inline: 40px;
  padding-top: 16px;
  padding-bottom: 8px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .mv .mv_text {
    bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .mv .mv_text {
    bottom: 60px;
  }
}
.mv .mv_text h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1600px) {
  .mv .mv_text h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1024px) {
  .mv .mv_text h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 835px) {
  .mv .mv_text h1 {
    font-size: 3rem;
  }
}
@media (max-width: 835px) {
  .mv .mv_text h1 {
    font-size: 2.25rem;
  }
}
.mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

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

.cont1 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
.cont1 .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont1 .section-header .box:nth-child(1) > div .title-common, .cont1 .section-header .box:nth-child(1) > div .section-header {
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .cont1 .section-header .box:nth-child(2) > div .btn {
    --btn-width: 160px;
  }
}
@media (max-width: 835px) {
  .cont1 .section-header .box:nth-child(2) > div .btn {
    --btn-width: 140px;
    --btn-height: 40px;
  }
}
@media (max-width: 835px) {
  .cont1 .section-header .box:nth-child(2) > div .btn {
    --btn-width: 120px;
  }
}
.cont1 .slider-left-gutter {
  margin-right: calc(50% - 50vw);
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 835px) {
  .cont1 .slider-left-gutter {
    margin-right: 0;
  }
}
.cont1 .slider-left-gutter .box {
  margin-left: 30px;
  padding-right: 6px;
}
@media (max-width: 1600px) {
  .cont1 .slider-left-gutter .box {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .cont1 .slider-left-gutter .box {
    padding-right: 2px;
    margin-left: 16px;
  }
}
@media (max-width: 835px) {
  .cont1 .slider-left-gutter .box {
    padding-right: 0;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 640px) {
  .cont1 .slider-left-gutter .box {
    margin-right: 0;
    margin-left: 0;
  }
}
.cont1 .slider-left-gutter .box img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.cont1 .slider-left-gutter .box .staff-name {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .cont1 .slider-left-gutter .box .staff-name {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .cont1 .slider-left-gutter .box .staff-name {
    font-size: 1rem;
  }
}
.cont1 .slider-left-gutter .box .staff-position {
  font-size: 0.875rem;
}
@media (max-width: 835px) {
  .cont1 .slider-left-gutter .box .staff-position {
    font-size: 0.75rem;
  }
}
.cont1 .slider-left-gutter::before {
  content: "";
  display: block;
  width: calc(100% + 87px);
  height: min(286px, 53.46%);
  background-color: #fff;
  position: absolute;
  left: -87px;
  bottom: -29.9%;
  z-index: -1;
}
@media (max-width: 1200px) {
  .cont1 .slider-left-gutter::before {
    width: calc(100% + 8vw);
    left: -8vw;
    bottom: -6.5%;
  }
}
@media (max-width: 835px) {
  .cont1 .slider-left-gutter::before {
    left: -4vw;
  }
}
.cont1 .slider-left-gutter-btn-wrap {
  display: flex;
  gap: 10px;
  padding-left: min(60px, 4vw);
}
.cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-prev,
.cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-next {
  display: block;
  width: 44px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (max-width: 1600px) {
  .cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-prev,
  .cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-next {
    width: 40px;
    border: 2px solid #222;
  }
}
@media (max-width: 1200px) {
  .cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-prev,
  .cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-next {
    border: unset;
  }
}
@media (max-width: 1024px) {
  .cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-prev,
  .cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-next {
    width: 32px;
  }
}
@media (max-width: 835px) {
  .cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-prev,
  .cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-next {
    width: 24px;
  }
}
.cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-prev:hover,
.cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-next:hover {
  opacity: 0.6;
}
.cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-prev::before,
.cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-next::before {
  content: "";
  display: block;
  width: min(12px, 36.4%);
  aspect-ratio: 1;
  position: absolute;
  inset: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-prev::before {
  background-image: url(../images/top/arrow_left.png);
}
.cont1 .slider-left-gutter-btn-wrap .slider-left-gutter-next::before {
  background-image: url(../images/top/arrow_right.png);
}

.cont2 .slider-auto .swiper-wrapper {
  transition-timing-function: linear;
}
.cont2 .slider-auto .swiper-wrapper .box {
  aspect-ratio: 350/460;
}
.cont2 .slider-auto .swiper-wrapper .box img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont3 .news_inner {
  display: flex;
  align-items: start;
}
@media (max-width: 640px) {
  .cont3 .news_inner {
    flex-direction: column;
  }
}
.cont3 .news_inner .title-common, .cont3 .news_inner .cont1 .section-header, .cont1 .cont3 .news_inner .section-header {
  flex: 1;
}
@media (max-width: 835px) {
  .cont3 .news_inner .title-common, .cont3 .news_inner .cont1 .section-header, .cont1 .cont3 .news_inner .section-header {
    flex: 0.8;
  }
}
.cont3 .news_inner .news_content {
  flex: 1.75;
  max-height: 300px;
  overflow-y: auto;
}
@-moz-document url-prefix() {
  .cont3 .news_inner .news_content {
    scrollbar-width: 10px;
    scrollbar-color: #222 #e6e8ec;
  }
  @media (max-width: 1600px) {
    .cont3 .news_inner .news_content {
      scrollbar-width: 8px;
    }
  }
  @media (max-width: 1200px) {
    .cont3 .news_inner .news_content {
      scrollbar-width: 6px;
    }
  }
  @media (max-width: 1024px) {
    .cont3 .news_inner .news_content {
      scrollbar-width: 6px;
    }
  }
  @media (max-width: 835px) {
    .cont3 .news_inner .news_content {
      scrollbar-width: 4px;
    }
  }
}
.cont3 .news_inner .news_content::-webkit-scrollbar {
  width: 10px;
}
@media (max-width: 1600px) {
  .cont3 .news_inner .news_content::-webkit-scrollbar {
    width: 8px;
  }
}
@media (max-width: 1200px) {
  .cont3 .news_inner .news_content::-webkit-scrollbar {
    width: 6px;
  }
}
@media (max-width: 1024px) {
  .cont3 .news_inner .news_content::-webkit-scrollbar {
    width: 4px;
  }
}
.cont3 .news_inner .news_content::-webkit-scrollbar-track {
  background-color: #e6e8ec;
  border-radius: 10px;
}
.cont3 .news_inner .news_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #222;
}
.cont3 .news_inner .news_content dl {
  flex-direction: column;
}
.cont3 .news_inner .news_content dl:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  .cont3 .news_inner .news_content dl:not(:last-child) {
    margin-bottom: 42px;
  }
}
@media (max-width: 1024px) {
  .cont3 .news_inner .news_content dl:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 835px) {
  .cont3 .news_inner .news_content dl:not(:last-child) {
    margin-bottom: 24px;
  }
}
.cont3 .news_inner .news_content dl dt,
.cont3 .news_inner .news_content dl dd {
  background-color: unset !important;
  border: unset !important;
  padding: 0 !important;
  width: 100% !important;
}
.cont3 .news_inner .news_content dl dt {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 8px;
}
.cont3 .news_inner .news_content dl dd {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .cont3 .news_inner .news_content dl dd {
    font-size: 1rem;
  }
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.page-blog .header_contact-btn a {
  border: 1px solid #222;
}
@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 {
  background-color: #222;
}
.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: #222;
  font-family: "Josefin Sans", sans-serif;
}
.page-blog .blog div#contents article h1 {
  background-color: #222;
}
.page-blog .blog div#contents article ul li a {
  background-color: #222;
}
.page-blog .blog div#contents article .flex .flex_images img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=common_style.css.map */