@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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(1400px, 92%);
  margin-inline: auto;
}

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

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

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: #333333;
  word-wrap: break-word;
  overflow: hidden;
  animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#anchor01,
#anchor02,
#anchor03,
#anchor04,
#anchor05,
#anchor06,
#anchor07,
#anchor08,
#anchor09,
#anchor10 {
  scroll-margin-top: 150px;
}
@media (max-width: 835px) {
  #anchor01,
  #anchor02,
  #anchor03,
  #anchor04,
  #anchor05,
  #anchor06,
  #anchor07,
  #anchor08,
  #anchor09,
  #anchor10 {
    scroll-margin-top: 80px;
  }
}

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

.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: "Noto Sans JP", 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 {
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 999;
  padding-block: 20px;
}
@media (max-width: 1200px) {
  #global_header {
    padding-block: 16px;
  }
}
@media (max-width: 835px) {
  #global_header {
    padding-block: 12px;
  }
}

.header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
}
.header_inner .header_logo {
  margin-right: auto;
  cursor: pointer;
}
.header_inner .header_logo a {
  padding: 6px;
}
.header_inner .header_logo a img {
  width: 250px;
}
@media (max-width: 1200px) {
  .header_inner .header_logo a img {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .header_inner .header_logo a img {
    width: 180px;
  }
}
@media (max-width: 835px) {
  .header_inner .header_nav {
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100dvh;
    transition: right 0.4s;
    z-index: 999;
    background-color: #192d6c;
    scrollbar-gutter: stable;
    display: flex;
  }
  .header_inner .header_nav.active {
    right: 0;
  }
}
.header_inner .header_nav .header_menu {
  display: flex;
  align-items: center;
  margin: auto;
}
@media (max-width: 835px) {
  .header_inner .header_nav .header_menu {
    flex-direction: column;
    margin-block: auto;
    gap: 20px;
  }
}
.header_inner .header_nav .header_menu .header_list > a,
.header_inner .header_nav .header_menu .header_list span {
  display: block;
  padding-inline: 18px;
  padding-block: 4px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .header_inner .header_nav .header_menu .header_list > a,
  .header_inner .header_nav .header_menu .header_list span {
    padding-inline: 14px;
  }
}
@media (max-width: 835px) {
  .header_inner .header_nav .header_menu .header_list > a,
  .header_inner .header_nav .header_menu .header_list span {
    color: #fff;
    font-weight: 600;
    padding-block: 8px;
  }
}
.header_inner .header_info {
  margin-left: 20px;
}
@media (max-width: 1600px) {
  .header_inner .header_info {
    display: none;
  }
}
.header_inner .header_info .header_info-tel .label {
  font-size: 0.8125rem;
}
.header_inner .header_info .header_info-tel .num {
  font-size: 1.125rem;
}
.header_inner .header_info .header_contact-btn {
  color: #443cb2;
  background-color: #fff;
  cursor: pointer;
  transition: color 0.2s, background-color 0.3s;
}
.header_inner .header_info .header_contact-btn:hover {
  color: #fff;
  background-color: #443cb2;
}
.header_inner .header_info .header_contact-btn a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
}

.header_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  z-index: 99999;
  padding-block: 14px;
  animation: header-fixed 0.6s both;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 3px 10px 30px rgba(93, 77, 55, 0.2);
}
@media (max-width: 835px) {
  .header_nav.fixed {
    display: none;
  }
}
.header_nav.fixed > ul {
  width: min(1200px, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
}
.header_nav.fixed > ul li {
  flex-grow: 1;
}
.header_nav.fixed > ul li:not(:nth-child(1)) {
  position: relative;
}
.header_nav.fixed > ul li:not(:nth-child(1))::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  left: 0;
  top: calc((100% - 1em) / 2);
  background-color: currentColor;
}
.header_nav.fixed > ul li > * {
  display: block;
  padding-block: 4px;
  padding-inline: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.header_nav.fixed > ul li.has-sub-nav {
  position: relative;
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav li {
  white-space: nowrap;
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav li::before {
  display: none;
}
.header_nav.fixed > ul li.has-sub-nav .header_sub-nav li a {
  display: block;
  padding-block: 8px !important;
}

.side_info {
  position: fixed;
  bottom: 200px;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
  color: #443cb2;
  writing-mode: vertical-rl;
}
@media (max-width: 835px) {
  .side_info {
    gap: 0;
  }
}
.side_info .side_contact-btn,
.side_info .side_recruit-btn {
  --btn-width: 50px;
  --btn-height: 240px;
}
@media (max-width: 835px) {
  .side_info .side_contact-btn,
  .side_info .side_recruit-btn {
    --btn-width: 44px;
    --btn-height: 200px;
  }
}
@media (max-width: 640px) {
  .side_info .side_contact-btn,
  .side_info .side_recruit-btn {
    --btn-width: 32px;
    --btn-height: 140px;
  }
}
.side_info .side_contact-btn a,
.side_info .side_recruit-btn a {
  width: var(--btn-width);
  height: var(--btn-height);
  color: #443cb2;
  background-color: #fff;
  border: 2px solid currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: color 0.2s, background-color 0.2s;
}
@media (max-width: 1024px) {
  .side_info .side_contact-btn a,
  .side_info .side_recruit-btn a {
    font-size: 1rem;
  }
}
@media (max-width: 835px) {
  .side_info .side_contact-btn a,
  .side_info .side_recruit-btn a {
    font-size: 0.875rem;
  }
}
@media (max-width: 640px) {
  .side_info .side_contact-btn a,
  .side_info .side_recruit-btn a {
    font-size: 0.75rem;
  }
}
.side_info .side_contact-btn a:hover,
.side_info .side_recruit-btn a:hover {
  color: #fff;
  background-color: #443cb2;
}
.side_info .side_contact-btn a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
}
@media (max-width: 835px) {
  .side_info .side_recruit-btn a {
    border-left: none;
  }
}
.side_info .side_recruit-btn a::before {
  content: "\f508";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
}
.side_info.active {
  opacity: 1;
  visibility: visible;
}

@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;
  background-color: #192d6c;
  position: fixed;
  top: 4px;
  right: 0;
  display: none;
  z-index: 999;
  cursor: pointer;
  border: none;
}
@media (max-width: 835px) {
  .drawer-toggle {
    display: grid;
    place-items: center;
    grid-template-areas: "content";
  }
}
.drawer-toggle span {
  width: 84%;
  height: 2px;
  background-color: #fff;
  grid-area: content;
}
.drawer-toggle span:first-child {
  translate: 0 -10px;
  transition: rotate 0.2s;
}
.drawer-toggle span:nth-child(2) {
  transition: opacity 0.1s;
}
.drawer-toggle span:last-child {
  translate: 0 10px;
  transition: rotate 0.2s;
}
.drawer-toggle.active span:first-child {
  rotate: 45deg;
  translate: 0 0;
}
.drawer-toggle.active span:nth-child(2) {
  opacity: 0;
}
.drawer-toggle.active span:last-child {
  translate: 0 0;
  rotate: -45deg;
}

/* ================================================================= 
 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: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body {
    font-size: 0.875rem;
  }
}

* {
  font-weight: 500;
}

*:lang(en) {
  font-family: "EB Garamond", serif;
}

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

.text-main {
  color: #192d6c;
}

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

.text-danger {
  color: #ff0000;
}

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

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

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

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

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

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

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

.inline-link {
  padding-right: 60px;
}
.inline-link span {
  font-weight: 1.125rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1024px) {
  .inline-link span {
    font-size: 1rem;
  }
}
.inline-link .icon-arrow {
  background-color: currentColor !important;
  --width: 24px;
  top: auto;
  bottom: 10px;
}
.inline-link .icon-arrow::before {
  background-color: currentColor !important;
}
.inline-link:hover .icon-arrow {
  --right: -20px;
}

.btn-bd {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #966b5d;
  border: 1px solid currentColor;
  font-size: 0.875rem;
  padding: 16px 40px;
  transition: color 0.3s, background-color 0.3s;
}
.btn-bd:hover {
  color: #fff;
  background-color: #966b5d;
}

.btn {
  --btn-width: 240px;
  --btn-height: 50px;
  width: var(--btn-width);
  height: var(--btn-height);
}
.btn a {
  color: inherit;
  font-family: "Noto Serif JP", serif;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}
@media (max-width: 1200px) {
  .btn a {
    font-size: 0.875rem;
  }
}
@media (max-width: 835px) {
  .btn a {
    font-size: 0.75rem;
  }
}
.btn.btn-arrow a {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background-color: #443cb2;
}
.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-sm {
  --btn-width: 260px;
  --btn-height: 50px;
}
@media (max-width: 1200px) {
  .btn.btn-sm {
    --btn-width: 200px;
  }
}
@media (max-width: 1024px) {
  .btn.btn-sm {
    --btn-width: 180px;
  }
}
@media (max-width: 835px) {
  .btn.btn-sm {
    --btn-width: 160px;
    --btn-height: 40px;
  }
}
.btn.btn-lg {
  --btn-width: 400px;
  --btn-height: 80px;
}
@media (max-width: 1600px) {
  .btn.btn-lg {
    --btn-width: 280px;
    --btn-height: 50px;
  }
}
@media (max-width: 1200px) {
  .btn.btn-lg {
    --btn-width: 240px;
    --btn-height: 50px;
  }
}
@media (max-width: 1024px) {
  .btn.btn-lg {
    --btn-width: 200px;
  }
}
.btn.btn-lg a {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .btn.btn-lg a {
    font-size: 1.125rem;
  }
}
.btn.btn-lg a::before {
  font-size: 1.875rem;
}
@media (max-width: 1024px) {
  .btn.btn-lg a::before {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .btn.btn-lg a::before {
    font-size: 1.25rem;
  }
}
.btn.btn-outline {
  --btn-width: 400px;
  --btn-height: 80px;
}
@media (max-width: 1600px) {
  .btn.btn-outline {
    --btn-width: 320px;
    --btn-height: 70px;
  }
}
@media (max-width: 1200px) {
  .btn.btn-outline {
    --btn-width: 280px;
    --btn-height: 60px;
  }
}
@media (max-width: 1024px) {
  .btn.btn-outline {
    --btn-width: 260px;
    --btn-height: 50px;
  }
}
@media (max-width: 835px) {
  .btn.btn-outline {
    --btn-width: 240px;
  }
}
.btn.btn-outline > div {
  width: 100%;
  height: 100%;
}
.btn.btn-outline > div a {
  border: 1px solid #fff;
  position: relative;
  text-transform: capitalize;
  font-size: 1.125rem;
  transition: color 0.2s, background-color 0.3s;
}
@media (max-width: 1024px) {
  .btn.btn-outline > div a {
    font-size: 1rem;
  }
}
.btn.btn-outline > div a:hover {
  opacity: 1;
  color: #192d6c;
  background-color: #fff;
}
.btn.btn-outline.btn-outline-main {
  --btn-height: 90px !important;
}
@media (max-width: 1200px) {
  .btn.btn-outline.btn-outline-main {
    --btn-height: 80px !important;
  }
}
@media (max-width: 640px) {
  .btn.btn-outline.btn-outline-main {
    --btn-height: 70px !important;
  }
}
.btn.btn-outline.btn-outline-main a {
  color: #192d6c;
  border-color: #192d6c;
}
.btn.btn-outline.btn-outline-main a .icon-arrow {
  background-color: currentColor;
}
.btn.btn-outline.btn-outline-main a .icon-arrow::before {
  background-color: currentColor;
}
.btn.btn-outline.btn-outline-main a:hover {
  color: #fff;
  background-color: #192d6c;
}
.btn.btn-outline.btn-outline-main a:hover .icon-arrow {
  background-color: #192d6c;
}
.btn.btn-outline.btn-outline-main a:hover .icon-arrow::before {
  background-color: #192d6c;
}
.btn.btn-outline.btn-outline-right {
  margin-left: auto !important;
}
@media (max-width: 835px) {
  .btn.btn-outline.btn-outline-right {
    margin-right: auto !important;
  }
}

.icon-arrow-parent {
  position: relative;
}
.icon-arrow-parent:hover .icon-arrow {
  --right: -40px;
}
.icon-arrow-parent .icon-arrow {
  --width: 30px;
  --top: 50%;
  --right: 16px;
  position: absolute;
  top: var(--top);
  right: var(--right);
  transition: right 0.3s;
  display: block;
  width: var(--width);
  height: 1px;
  background-color: #fff;
  position: absolute;
}
@media (max-width: 835px) {
  .icon-arrow-parent .icon-arrow {
    --width: 24px;
  }
}
.icon-arrow-parent .icon-arrow::before {
  content: "";
  display: block;
  width: calc(var(--width) / 3);
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  rotate: 30deg;
  background-color: #fff;
}

.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 article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 1600px) {
  .title-common article {
    margin-bottom: 60px;
  }
}
@media (max-width: 835px) {
  .title-common article {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .title-common article {
    margin-bottom: 30px;
  }
}
.title-common article h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .title-common article h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.title-common article > div {
  order: -2;
  margin-bottom: 18px;
}
.title-common article > div .title-common_label {
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  font-family: "EB Garamond", serif;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .title-common article > div .title-common_label {
    font-size: 0.875rem;
  }
}
@media (max-width: 835px) {
  .title-common article > div .title-common_label {
    font-size: 0.75rem;
  }
}
.title-common article::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: currentColor;
  margin-bottom: 28px;
  order: -1;
  opacity: 0.5;
}
.title-common.title-common-left article {
  align-items: start;
}

.title-catch article {
  display: flex;
  flex-direction: column;
}
.title-catch article h2 {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 1600px) {
  .title-catch article h2 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .title-catch article h2 {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
}
.title-catch article > div {
  order: -1;
  margin-bottom: 24px;
}
@media (max-width: 1600px) {
  .title-catch article > div {
    margin-bottom: 20px;
  }
}
.title-catch article > div .title-catch_label {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .title-catch article > div .title-catch_label {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .title-catch article > div .title-catch_label {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .title-catch article > div .title-catch_label {
    font-size: 1rem;
  }
}
.title-catch article::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #192d6c;
  order: 1;
}

.title-lower article h2 {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  border-left: 6px solid color-mix(in srgb, #192d6c 80%, #000);
  border-bottom: 2px solid #192d6c;
  padding-left: 20px;
  padding-bottom: 12px;
}
@media (max-width: 1600px) {
  .title-lower article h2 {
    font-size: 2rem;
    padding-left: 16px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .title-lower article h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .title-lower article h2 {
    font-size: 1.5rem;
    padding-left: 8px;
    padding-bottom: 4px;
    border-left: 4px solid #192d6c;
  }
}

.title02 article {
  display: grid;
  gap: 30px;
}
@media (max-width: 1200px) {
  .title02 article {
    gap: 20px;
  }
}
@media (max-width: 835px) {
  .title02 article {
    gap: 12px;
  }
}
.title02 article h2 {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title02 article h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1024px) {
  .title02 article h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 835px) {
  .title02 article h2 {
    font-size: 2.25rem;
  }
}

.line-height-wide {
  line-height: 2;
  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;
}

.pickup-grid {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: center;
  --gutter: 4%;
  --col: 3;
  -moz-column-gap: var(--gutter);
       column-gap: var(--gutter);
  row-gap: 40px;
}
@media (max-width: 1600px) {
  .pickup-grid {
    --gutter: 2%;
  }
}
@media (max-width: 835px) {
  .pickup-grid {
    flex-wrap: wrap !important;
    --col: 2;
  }
}
@media (max-width: 640px) {
  .pickup-grid {
    --col: 1;
  }
}
.pickup-grid .box {
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
}
.pickup-grid .box img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}
.pickup-grid .box h3 {
  font-size: 1.5rem;
  color: #192d6c;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .pickup-grid .box h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) and (max-width: 835px) {
  .pickup-grid .box h3 {
    font-size: 1.125rem;
  }
}
.pickup-grid .box div .item-price {
  display: block;
  text-align: right;
  margin-bottom: 12px;
  line-height: 1;
}

.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;
}
@media (max-width: 835px) {
  .col2 .box:last-child {
    width: 100%;
  }
}
.col2 .box .menu_list {
  display: grid;
  gap: 10px;
}
.col2 .box .menu_list li:not(.etc) {
  display: flex;
  align-items: center;
  gap: 4px;
}
.col2 .box .menu_list li:not(.etc)::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.col2.reverse {
  flex-direction: row-reverse !important;
}
@media (max-width: 835px) {
  .col2.reverse {
    flex-direction: column !important;
    align-items: start;
  }
}

.recent-posts .blog_list {
  --gutter: 60px;
  --col: 3;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  border: unset !important;
  -moz-column-gap: var(--gutter);
       column-gap: var(--gutter);
  row-gap: var(--gutter);
}
@media (max-width: 1600px) {
  .recent-posts .blog_list {
    --gutter: 4vw;
  }
}
@media (max-width: 1200px) {
  .recent-posts .blog_list {
    --gutter: 3vw;
  }
}
@media (max-width: 835px) {
  .recent-posts .blog_list {
    --col: 2;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .recent-posts .blog_list {
    --col: 1;
  }
}
.recent-posts .blog_list > div {
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
  display: flex;
  flex-direction: column;
  border: unset !important;
}
.recent-posts .blog_list > div .blog_photo {
  width: 100%;
  aspect-ratio: 3/2;
  padding: 0;
  overflow: hidden;
}
.recent-posts .blog_list > div .blog_photo a {
  display: block;
  width: 100%;
  height: 100%;
}
.recent-posts .blog_list > div .blog_photo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-posts .blog_list > div .blog_text {
  width: 100%;
  border-color: #dedede;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1600px) {
  .recent-posts .blog_list > div .blog_text {
    gap: 16px;
  }
}
@media (max-width: 1200px) {
  .recent-posts .blog_list > div .blog_text {
    gap: 12px;
  }
}
@media (max-width: 1024px) {
  .recent-posts .blog_list > div .blog_text {
    padding: 24px;
    gap: 8px;
  }
}
@media (max-width: 835px) {
  .recent-posts .blog_list > div .blog_text {
    padding: 18px;
  }
}
@media (max-width: 640px) {
  .recent-posts .blog_list > div .blog_text {
    padding: 12px;
  }
}
.recent-posts .blog_list > div .blog_text .blog_date {
  font-size: 0.875rem;
  font-family: "Cormorant Garamond", serif;
  color: #192d6c;
  order: -2;
}
@media (max-width: 640px) {
  .recent-posts .blog_list > div .blog_text .blog_date {
    font-size: 0.75rem;
  }
}
.recent-posts .blog_list > div .blog_text ul {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  order: -1;
}
.recent-posts .blog_list > div .blog_text ul li {
  color: #192d6c;
  background-color: #ddebf5;
}
.recent-posts .blog_list > div .blog_text ul li a {
  font-size: 0.75rem;
  padding: 6px 8px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
@media (max-width: 835px) {
  .recent-posts .blog_list > div .blog_text ul li a {
    font-size: 0.625rem;
  }
}
.recent-posts .blog_list > div .blog_text h3 span {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #333333;
  font-weight: 500;
}
.recent-posts .blog_list > div .blog_text .more {
  display: block;
  margin-top: auto;
}

.col4 {
  --col: 4;
  --gutter: 2.25vw;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap !important;
  -moz-column-gap: var(--gutter);
       column-gap: var(--gutter);
  row-gap: var(--gutter);
}
@media (max-width: 1600px) {
  .col4 {
    --gutter: 2vw;
  }
}
@media (max-width: 1200px) {
  .col4 {
    --gutter: 1.5vw;
  }
}
@media (max-width: 1024px) {
  .col4 {
    --col: 2;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 430px) {
  .col4 {
    --col: 1;
  }
}
.col4 .box {
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
}

.col3 {
  --gutter: 4%;
  --col: 3;
  display: flex;
  justify-content: center;
  -moz-column-gap: var(--gutter);
       column-gap: var(--gutter);
  row-gap: 40px;
}
@media (max-width: 1600px) {
  .col3 {
    --gutter: 3%;
  }
}
@media (max-width: 1024px) {
  .col3 {
    --gutter: 2%;
  }
}
@media (max-width: 835px) {
  .col3 {
    --col: 2;
  }
}
@media (max-width: 640px) {
  .col3 {
    --col: 1;
  }
}
.col3 .box {
  width: calc((100% - (var(--col) - 1) * var(--gutter)) / var(--col));
}

.img-text {
  display: flex;
  flex-direction: row-reverse !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: 20px;
  }
}
.img-text .box:nth-child(1) {
  flex: 1;
  aspect-ratio: 16/9;
  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;
}

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

.br-adjust {
  display: none;
}
@media (min-width: 835px) and (max-width: 1024px) {
  .br-adjust {
    display: inline;
  }
}
@media (max-width: 640px) {
  .br-adjust {
    display: inline;
  }
}

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

.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-20 img {
  border-radius: 20px;
}
@media (max-width: 835px) {
  .img-bd-20 img {
    border-radius: 16px;
  }
}

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

.bd-yellow {
  border: 8px solid #c5b38b;
}
@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 {
  font-family: "Noto Serif JP", serif;
  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;
}

.llinks-inner {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: center;
  align-items: center;
  gap: 80px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1600px) {
  .llinks-inner {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .llinks-inner {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .llinks-inner {
    gap: 40px;
  }
}
@media (max-width: 835px) {
  .llinks-inner {
    gap: 30px;
    flex-direction: column !important;
  }
}
.llinks-inner .box {
  isolation: isolate;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 560px;
  height: 200px;
}
@media (max-width: 1600px) {
  .llinks-inner .box {
    width: 420px;
    height: 180px;
  }
}
@media (max-width: 1200px) {
  .llinks-inner .box {
    width: 400px;
    height: 160px;
  }
}
@media (max-width: 835px) {
  .llinks-inner .box {
    width: min(600px, 100%);
    height: 120px;
  }
}
@media (max-width: 835px) {
  .llinks-inner .box {
    width: min(420px, 100%);
  }
}
.llinks-inner .box:nth-child(1) {
  background-image: url(../images/top/link_flow_01.jpeg);
}
.llinks-inner .box:nth-child(2) {
  background-image: url(../images/top/link_price_01.jpeg);
}
.llinks-inner .box > div {
  width: 100%;
  height: 100%;
}
.llinks-inner .box > div .links-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.llinks-inner .box > div .links-item .link_label-en {
  font-size: 0.75rem;
  font-family: "Cormorant Garamond", serif;
  opacity: 0.5;
  text-transform: uppercase;
}
@media (max-width: 835px) {
  .llinks-inner .box > div .links-item .link_label-en {
    font-size: 0.625rem;
  }
}
.llinks-inner .box > div .links-item .link_label-jp {
  font-size: 1.5rem;
}
@media (max-width: 1600px) {
  .llinks-inner .box > div .links-item .link_label-jp {
    font-size: 1.375rem;
  }
}
@media (max-width: 1200px) {
  .llinks-inner .box > div .links-item .link_label-jp {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .llinks-inner .box > div .links-item .link_label-jp {
    font-size: 1.125rem;
  }
}
.llinks-inner .box::before {
  content: "詳しくはこちら";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(61, 71, 142, 0.5);
  z-index: -1;
  color: transparent;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  pointer-events: none;
  transition: color 0.3s, background-color 0.3s;
}
@media (max-width: 1600px) {
  .llinks-inner .box::before {
    font-size: 1.375rem;
  }
}
@media (max-width: 1200px) {
  .llinks-inner .box::before {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .llinks-inner .box::before {
    font-size: 1.125rem;
  }
}
.llinks-inner .box:hover .icon-arrow {
  right: 16px;
}
.llinks-inner .box:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  color: #ddebf5;
}

@media (max-width: 640px) {
  .common-dl dl {
    flex-direction: column;
  }
}
.common-dl dl dt,
.common-dl dl dd {
  padding: 12px !important;
}
@media (max-width: 640px) {
  .common-dl dl dt,
  .common-dl dl dd {
    width: 100% !important;
  }
}
.common-dl dl dt {
  text-align: center;
  background-color: #ddebf5 !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: 500;
}
@media (max-width: 640px) {
  .common-dl dl dt {
    border-right: 1px solid #ccc !important;
  }
}
@media (max-width: 640px) {
  .common-dl dl dd {
    padding-bottom: 32px !important;
  }
}

#builingual {
  position: fixed;
  bottom: 0 !important;
  left: 0 !important;
  right: auto !important;
  z-index: 999;
}
#builingual .switch label {
  padding-bottom: 10px !important;
  background-color: #192d6c;
  border: unset;
}
#builingual .switch label span {
  line-height: 1;
}
#builingual .switch label span::after {
  color: #fff !important;
}

.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 {
  line-height: 1;
}
.lower-page-title article h1 {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .lower-page-title article h1 {
    font-size: 2.25rem;
  }
}
.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);
  z-index: -1;
  visibility: visible;
}

.title-tag h2,
.title-tag h3,
.title-tag h4 {
  border-left: 6px solid #192d6c;
  padding: 16px;
  background-color: rgba(236, 236, 236, 0.4);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.title-tag h2 {
  font-size: 2.25rem;
}
@media (max-width: 1024px) {
  .title-tag h2 {
    font-size: 1.5rem;
  }
}
.title-tag h3 {
  font-size: 1.5rem;
}
@media (max-width: 835px) {
  .title-tag h3 {
    font-size: 1.25rem;
  }
}
.title-tag h4 {
  font-size: 1.25rem;
}
@media (max-width: 835px) {
  .title-tag h4 {
    font-size: 1.125rem;
  }
}

.title-underline h2,
.title-underline h3,
.title-underline h4 {
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.title-underline h2::before,
.title-underline h3::before,
.title-underline h4::before {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  background-color: #192d6c;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.title-underline h2 {
  font-size: 2.25rem;
}
@media (max-width: 1024px) {
  .title-underline h2 {
    font-size: 1.5rem;
  }
}
.title-underline h3 {
  font-size: 1.5rem;
}
@media (max-width: 835px) {
  .title-underline h3 {
    font-size: 1.25rem;
  }
}
.title-underline h4 {
  font-size: 1.125rem;
}
@media (max-width: 835px) {
  .title-underline h4 {
    font-size: 1rem;
  }
}

.lower-title-line {
  border-bottom: 2px solid #ccc;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.lower-title-line h2 {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .lower-title-line h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 835px) {
  .lower-title-line h2 {
    font-size: 1.125rem;
  }
}
.lower-title-line h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 835px) {
  .lower-title-line h3 {
    font-size: 1.125rem;
  }
}
.lower-title-line::before {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #192d6c;
  z-index: 1;
}

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

.title-bg {
  color: #fff;
  background-image: linear-gradient(#192d6c, #c5b38b);
}

.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: #192d6c;
  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-list {
  border: 2px solid #192d6c;
  padding: 20px;
  gap: 20px;
}
@media (max-width: 1200px) {
  .bd-list {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .bd-list {
    padding: 16px;
  }
}
@media (max-width: 835px) {
  .bd-list {
    padding: 12px;
  }
}
@media (max-width: 835px) {
  .bd-list {
    flex-direction: column !important;
  }
}
.bd-list .box:first-child {
  width: 20%;
}
@media (max-width: 835px) {
  .bd-list .box:first-child {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .bd-list .box:first-child {
    width: 50%;
  }
}
.bd-list .box:last-child {
  flex: 1;
}
.bd-list .box:last-child h3 {
  color: #192d6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  padding-bottom: 16px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .bd-list .box:last-child h3 {
    font-size: 1.125rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 835px) {
  .bd-list .box:last-child h3 {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

.flow {
  position: relative;
}
.flow::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #192d6c;
  position: absolute;
  top: 0;
  left: 37px;
  border-radius: 10px;
}
@media (max-width: 835px) {
  .flow::before {
    width: 4px;
    left: 37px;
  }
}
@media (max-width: 640px) {
  .flow::before {
    width: 4px;
    left: 28px;
  }
}
.flow .flow_title h2 {
  position: relative;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed #192d6c;
  padding-bottom: 12px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1600px) {
  .flow .flow_title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .flow .flow_title h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .flow .flow_title h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 835px) {
  .flow .flow_title h2 {
    font-size: 1.25rem;
  }
}
.flow .flow_title h2::before {
  content: counter(my-number);
  counter-increment: my-number 1;
  display: block;
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: -65px;
  color: #fff;
  background-color: #192d6c;
  border-radius: 50%;
  font-family: "EB Garamond", serif;
  font-size: 1.875rem;
}
@media (max-width: 835px) {
  .flow .flow_title h2::before {
    width: 40px;
    left: -51.5px;
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .flow .flow_title h2::before {
    width: 30px;
    left: -44.5px;
    font-size: 1.125rem;
  }
}

.price-table table {
  width: max(100%, 600px);
  table-layout: fixed;
}
.price-table table td > div {
  white-space: wrap;
  word-break: normal;
}

.qualifications-list ul {
  display: grid;
  gap: 16px;
}
.qualifications-list ul li {
  font-size: 1.25rem;
  display: flex;
  align-items: start;
  gap: 8px;
}
@media (max-width: 1024px) {
  .qualifications-list ul li {
    font-size: 1.125rem;
  }
}
.qualifications-list ul li::before {
  content: counter(my-number);
  counter-increment: my-number 1;
  width: 40px;
  aspect-ratio: 1;
  color: #fff;
  background-color: #192d6c;
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
}

.history-list ul {
  display: grid;
  gap: 12px;
}
@media (max-width: 640px) {
  .history-list ul {
    gap: 24px;
  }
}
.history-list ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 640px) {
  .history-list ul li {
    flex-direction: column;
    align-items: start;
    gap: 6px;
  }
}
.history-list ul li .history-list_label {
  color: #fff;
  background-color: #192d6c;
  padding: 10px 20px;
  font-size: 1rem;
}
@media (max-width: 835px) {
  .history-list ul li .history-list_label {
    padding: 8px 20px;
  }
}
@media (max-width: 640px) {
  .history-list ul li .history-list_label {
    padding: 6px 16px;
  }
}

.error2 h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", 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: #192d6c;
  padding: 16px 60px;
  border: 1px solid currentColor;
  font-family: "Noto Sans JP", 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: #192d6c;
}

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: #192d6c !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: 350px;
  margin-bottom: 0;
}
@media (max-width: 835px) {
  .map {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .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 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 2px solid #bbbbbb;
  margin-bottom: 16px;
}
.policy p {
  margin-bottom: 24px;
}

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

.cont6 {
  background-position: top center;
}

.footer_top {
  padding-block: 200px;
  position: relative;
  isolation: isolate;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .footer_top {
    padding-block: 180px;
  }
}
@media (max-width: 1200px) {
  .footer_top {
    padding-block: 160px;
  }
}
@media (max-width: 1024px) {
  .footer_top {
    padding-block: 140px;
  }
}
@media (max-width: 835px) {
  .footer_top {
    padding-block: 80px;
  }
}
@media (max-width: 835px) {
  .footer_top {
    padding-block: 60px;
  }
}
.footer_top .footer_top-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .footer_top .footer_top-inner {
    flex-direction: column;
  }
}
.footer_top .footer_top-inner .title-common article {
  align-items: start;
}
@media (max-width: 1200px) {
  .footer_top .footer_top-inner .title-common article {
    align-items: center;
  }
}
.footer_top .footer_top-inner .title-common article .title-common_label {
  text-transform: capitalize;
}
.footer_top .footer_top-inner .footer_top-text-wrap {
  margin-left: 120px;
  text-align: left;
  flex: 1;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1600px) {
  .footer_top .footer_top-inner .footer_top-text-wrap {
    margin-left: 80px;
  }
}
@media (max-width: 1200px) {
  .footer_top .footer_top-inner .footer_top-text-wrap {
    margin-left: 0;
    margin-bottom: 60px;
  }
}
.footer_top .footer_top-inner .footer_top-btn {
  margin-left: 80px;
  --btn-width: 360px;
  --btn-height: 80px;
}
@media (max-width: 1600px) {
  .footer_top .footer_top-inner .footer_top-btn {
    --btn-width: 320px;
    --btn-height: 60px;
    margin-left: 60px;
  }
}
@media (max-width: 1200px) {
  .footer_top .footer_top-inner .footer_top-btn {
    margin-left: 0;
    --btn-width: 260px;
    --btn-height: 60px;
  }
}
.footer_top .footer_top-inner .footer_top-btn a {
  font-size: 1.25rem;
  color: #443cb2;
  background-color: #fff;
  transition: color 0.2s, background-color 0.2s;
}
.footer_top .footer_top-inner .footer_top-btn a:hover {
  color: #fff;
  background-color: #443cb2;
}
@media (max-width: 1600px) {
  .footer_top .footer_top-inner .footer_top-btn a {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .footer_top .footer_top-inner .footer_top-btn a {
    font-size: 1rem;
  }
}
.footer_top .footer_top-inner .footer_top-btn a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
}
.footer_top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(27, 113, 141, 0.3);
}

#global_footer {
  margin-top: 180px !important;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (max-width: 1600px) {
  #global_footer {
    margin-top: 160px !important;
  }
}
@media (max-width: 1200px) {
  #global_footer {
    margin-top: 140px !important;
  }
}
@media (max-width: 1024px) {
  #global_footer {
    margin-top: 120px !important;
  }
}
@media (max-width: 835px) {
  #global_footer {
    margin-top: 100px !important;
  }
}
@media (max-width: 835px) {
  #global_footer {
    margin-top: 80px !important;
  }
}
#global_footer .footer_bottom {
  padding-block: 200px;
  isolation: isolate;
  position: relative;
}
@media (max-width: 1600px) {
  #global_footer .footer_bottom {
    padding-block: 180px;
  }
}
@media (max-width: 1200px) {
  #global_footer .footer_bottom {
    padding-block: 160px;
  }
}
@media (max-width: 1024px) {
  #global_footer .footer_bottom {
    padding-block: 140px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_bottom {
    padding-block: 80px;
  }
}
@media (max-width: 835px) {
  #global_footer .footer_bottom {
    padding-block: 60px;
  }
}
@media (max-width: 640px) {
  #global_footer .footer_bottom {
    padding-bottom: 80px;
  }
}
#global_footer .footer_bottom .footer_bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  #global_footer .footer_bottom .footer_bottom-inner {
    flex-direction: column;
    gap: 40px;
  }
}
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-company {
  text-align: left;
}
@media (max-width: 1024px) {
  #global_footer .footer_bottom .footer_bottom-inner .footer_bottom-company {
    text-align: center;
  }
}
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-company .footer_logo {
  margin-bottom: 28px;
}
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-company .footer_logo img {
  width: 250px;
}
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-company .footer_bottom-address {
  margin-bottom: 4px;
  font-size: 0.875rem;
}
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-company .footer_bottom-tel {
  margin-bottom: 4px;
  font-size: 0.875rem;
}
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-company .footer_bottom-business-hours {
  font-size: 0.875rem;
}
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-meta {
  text-align: right;
}
@media (max-width: 1024px) {
  #global_footer .footer_bottom .footer_bottom-inner .footer_bottom-meta {
    text-align: center;
  }
}
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-meta .footer_nav {
  margin-bottom: 32px;
}
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-meta .footer_nav .footer_menu,
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-meta .footer_nav .footer_utility {
  display: flex;
  justify-content: end;
}
@media (max-width: 1024px) {
  #global_footer .footer_bottom .footer_bottom-inner .footer_bottom-meta .footer_nav .footer_menu,
  #global_footer .footer_bottom .footer_bottom-inner .footer_bottom-meta .footer_nav .footer_utility {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-meta .footer_nav .footer_menu .footer_list,
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-meta .footer_nav .footer_utility .footer_list {
  padding-left: 12px;
  padding-block: 6px;
}
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-meta .footer_nav .footer_menu .footer_list:not(:last-child),
#global_footer .footer_bottom .footer_bottom-inner .footer_bottom-meta .footer_nav .footer_utility .footer_list:not(:last-child) {
  padding-right: 12px;
}
#global_footer .footer_bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(25, 45, 108, 0.55);
}

.top-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  aspect-ratio: 1;
  text-align: center;
  line-height: 1;
  z-index: 999;
  border: none;
  outline: none;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .top-btn {
    width: 50px;
  }
}
.top-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #443cb2 !important;
  background-color: #fff;
  border: 2px solid currentColor;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  border-radius: inherit;
  transition: color 0.2s, background-color 0.2s;
}
.top-btn a::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: translate 0.2s;
}
.top-btn a:hover {
  color: #fff !important;
  background-color: #443cb2;
}
.top-btn a:hover::before {
  translate: 0 -10px;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.top-title {
  margin-bottom: 60px;
}
@media (max-width: 835px) {
  .top-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .top-title {
    font-size: 1.875rem;
  }
}
.top-title article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .top-title article {
    font-size: 1.875rem;
    gap: 26px;
  }
}
@media (max-width: 835px) {
  .top-title article {
    font-size: 1.5rem;
    gap: 14px;
  }
}
@media (max-width: 835px) {
  .top-title article {
    font-size: 1.5rem;
    gap: 14px;
  }
}
.top-title article h2 {
  order: 2;
  font-weight: bold;
}
.top-title article > div {
  display: contents;
}
.top-title article .top-title_label {
  order: 1;
  letter-spacing: 0.05em;
  padding: 8px 20px;
  background-color: color-mix(in srgb, #fff 50%, #192d6c 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: #c5b38b;
}
.top-title article .line.line-light {
  background-color: #966b5d;
}

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

.top-title2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.top-title2 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.top-title2 .top-title_disc {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .top-title2 .top-title_disc {
    font-size: 1.125rem;
  }
}
@media (max-width: 835px) {
  .top-title2 .top-title_disc {
    font-size: 0.875rem;
  }
}
.top-title2 .top-title_text {
  color: #3d478e;
  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: #c5b38b;
}
@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: calc(80vh + var(--padding-bottom));
  overflow: hidden;
  padding-left: 18.75%;
  --padding-bottom: 180px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1600px) {
  .mv {
    --padding-bottom: 160px;
  }
}
@media (max-width: 1200px) {
  .mv {
    padding-left: 12%;
    --padding-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .mv {
    --padding-bottom: 100px;
  }
}
@media (max-width: 835px) {
  .mv {
    padding-left: 8%;
    height: 600px;
    --padding-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .mv {
    padding-left: 0;
  }
}
.mv .mv_images {
  position: relative;
}
.mv .mv_images::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(213, 218, 233, 0.3);
  z-index: 1;
}
.mv .js-slick {
  height: calc(100% - (var(--padding-bottom)));
  width: 100%;
  z-index: -1;
}
@media (max-width: 640px) {
  .mv .js-slick {
    height: 100%;
  }
}
.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 {
  z-index: 2;
  position: absolute;
  bottom: calc(var(--padding-bottom) + 240px);
  left: 4.17vw;
}
@media (max-width: 835px) {
  .mv .mv_text {
    bottom: calc(var(--padding-bottom) + 20px);
  }
}
@media (max-width: 640px) {
  .mv .mv_text {
    left: 0;
  }
}
.mv .mv_text .main-copy {
  font-size: 2.25rem;
  color: #192d6c;
  background-color: #fff;
  padding: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .mv .mv_text .main-copy {
    font-size: 2rem;
    padding: 24px;
  }
}
@media (max-width: 1024px) {
  .mv .mv_text .main-copy {
    padding: 18px;
  }
}
@media (max-width: 835px) {
  .mv .mv_text .main-copy {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .mv .mv_text .main-copy {
    font-size: 1.25rem;
  }
}

.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 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  isolation: isolate;
}
.cont1 .lead_inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 140px;
}
@media (max-width: 1600px) {
  .cont1 .lead_inner {
    gap: 80px;
  }
}
@media (max-width: 1200px) {
  .cont1 .lead_inner {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .cont1 .lead_inner {
    flex-direction: column;
  }
}
.cont1 .lead_inner .title-catch {
  min-width: 760px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1600px) {
  .cont1 .lead_inner .title-catch {
    min-width: 500px;
  }
}
@media (max-width: 1024px) {
  .cont1 .lead_inner .title-catch {
    min-width: unset;
    width: 100%;
  }
}
.cont1 .lead_inner .lead-sentence {
  font-size: 1.125rem;
  line-height: 2.67;
}
@media (max-width: 1024px) {
  .cont1 .lead_inner .lead-sentence {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 12px;
    font-size: 1rem;
  }
}

.cont2 {
  color: #fff;
}
.cont2 .service-grid .box {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 80px 30px 30px 30px;
}
@media (max-width: 1600px) {
  .cont2 .service-grid .box {
    padding: 64px 24px 24px 24px;
  }
}
@media (max-width: 1024px) {
  .cont2 .service-grid .box {
    padding: 40px 18px 18px 18px;
  }
}
@media (max-width: 835px) {
  .cont2 .service-grid .box {
    padding: 40px 14px 14px 14px;
  }
}
@media (max-width: 640px) {
  .cont2 .service-grid .box {
    padding: 24px 12px 12px 12px;
  }
}
.cont2 .service-grid .box img {
  width: auto !important;
  height: 36px !important;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .cont2 .service-grid .box img {
    height: 24px !important;
    margin-bottom: 20px;
  }
}
.cont2 .service-grid .box h3 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1600px) {
  .cont2 .service-grid .box h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .cont2 .service-grid .box h3 {
    font-size: 1.125rem;
    margin-bottom: 14px;
  }
}
@media (max-width: 835px) {
  .cont2 .service-grid .box h3 {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.cont2 .service-grid .box h3::before {
  content: attr(data-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  opacity: 0.5;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 835px) {
  .cont2 .service-grid .box h3::before {
    font-size: 0.625rem;
    margin-bottom: 14px;
  }
}
.cont2 .service-grid .box h3 + p {
  font-size: 0.75rem;
  line-height: 2.67;
}
@media (max-width: 1600px) {
  .cont2 .service-grid .box h3 + p {
    line-height: 2;
  }
}
@media (max-width: 1024px) {
  .cont2 .service-grid .box h3 + p {
    line-height: 1.8;
  }
}
@media (max-width: 835px) {
  .cont2 .service-grid .box h3 + p {
    font-size: 0.625rem;
  }
}
.cont2 .service-grid .box::before {
  counter-increment: my-number 1;
  content: "0" counter(my-number);
  font-family: "Cormorant Garamond", serif;
  opacity: 0.3;
  font-size: 3rem;
  line-height: 1;
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.cont2 .cont2_btn {
  color: #fff;
  margin-inline: auto;
}

.cont4 .title-common article::before {
  background-color: #ccc;
}

.cont5 .link-banner {
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 20px;
}
@media (max-width: 835px) {
  .cont5 .link-banner {
    flex-direction: column !important;
  }
}
.cont5 .link-banner .box {
  position: relative;
}
.cont5 .link-banner .box::before {
  content: "詳しくはこちら";
  font-family: "Noto Serif JP", serif;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: grid;
  place-items: center;
  font-size: 1.125rem;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
@media (max-width: 835px) {
  .cont5 .link-banner .box::before {
    font-size: 1rem;
  }
}
.cont5 .link-banner .box:hover::before {
  opacity: 1;
}
.cont5 .link-banner .box a {
  display: block;
  width: 100%;
  height: 100%;
}

.cont6 {
  color: #fff !important;
  isolation: isolate;
}
.cont6 .title-common .label {
  color: #fff;
}
.cont6 .contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.cont6 .contact-info .contact-info_tel,
.cont6 .contact-info .contact-info_mail {
  width: 282px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cont6 .contact-info .contact-info_tel {
  border: 1px solid currentColor;
  color: #fff;
}
.cont6 .contact-info .contact-info_tel .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
}
.cont6 .contact-info .contact-info_tel .text .sm {
  font-size: 0.625rem;
}
.cont6 .contact-info .contact-info_tel .text .lg {
  font-size: 1.125rem;
  font-weight: 500;
}
.cont6 .contact-info .contact-info_tel::before {
  content: "";
  display: block;
  background-image: url(../images/top/phone_icon.svg);
  order: -1;
  grid-row: span 2;
  width: 1em;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cont6 .contact-info .contact-info_mail {
  color: #966b5d;
  background-color: #fff;
}
.cont6 .contact-info .contact-info_mail span {
  font-weight: 500;
}
.cont6 .contact-info .contact-info_mail::before {
  content: "";
  display: block;
  background-image: url(../images/top/mail_icon.svg);
  order: -1;
  grid-row: span 2;
  width: 1em;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.page-blog .header_contact-btn a {
  border: 1px solid #443cb2;
}
@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 h3 {
  background-color: #192d6c;
}
.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: #192d6c;
  font-family: "EB Garamond", serif;
}
.page-blog .blog div#contents article h1 {
  background-color: #192d6c;
  font-family: "Noto Serif JP", serif;
}
.page-blog .blog div#contents article ul li a {
  background-color: #ddebf5;
}
.page-blog .blog div#contents article .flex .flex_images {
  aspect-ratio: 3/2;
}
.page-blog .blog div#contents article .flex .flex_images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=common_style.css.map */