/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/style.scss ***!
  \*****************************************************************************************************************************************************************/
/**
 * config
 */
/**
 * media query
 */
/**
 * config
 */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3 */
  text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none; /* 1 */
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  appearance: checkbox;
}

[type=radio] {
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* wordpress */
:root {
  --scrollbar-width: calc(100vw - 100%);
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 769px) {
  html {
    font-size: 16px;
    line-height: auto;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
a {
  text-underline-offset: 2px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

img {
  width: 100%;
}

body {
  background-color: var(--c-bg);
  font-weight: 400;
  color: var(--c-text);
  font-family: YakuHanJP, "TazuganeGothicStdN-Regular";
  opacity: 0;
  transition: opacity 0.3s;
}

body.page main {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  body.page main::before {
    content: "";
    position: absolute;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
}

.main {
  display: block;
  flex-grow: 1;
  width: 100%;
  position: relative;
  z-index: 10;
}

main {
  position: relative;
  z-index: 10;
}
main:has(.t_archive-search_form_sp.is_active) {
  z-index: 1001;
}

p {
  font-size: max(8px, 0.9722222222vw);
  color: var(--c-text);
  line-height: 2;
  letter-spacing: 0.03em;
  font-family: YakuHanJP, "TazuganeGothicStdN-Regular";
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  p {
    font-size: 3.5897435897vw;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YakuHanJP, "TazuganeGothicStdN-Bold";
  font-weight: 700;
}

.mainWrap {
  position: relative;
}

.section {
  width: 100vw;
  padding: 12.5vw 0 12.5vw 12.5vw;
  position: relative;
}
@media (max-width: 768px) {
  .section {
    padding: 10.2564102564vw 7.6923076923vw 5.1282051282vw;
  }
}
.section.section__lg {
  padding: 12.5vw 0 12.5vw 18.75vw;
}
@media (max-width: 768px) {
  .section.section__lg {
    padding: 30.7692307692vw 0 30.7692307692vw 15.3846153846vw;
    margin-top: 0;
  }
}
.section.section__md {
  padding: 12.5vw 4.1666666667vw 12.5vw 18.75vw;
}
@media (max-width: 768px) {
  .section.section__md {
    margin-top: 0;
    padding: 30.7692307692vw 7.6923076923vw 30.7692307692vw 15.3846153846vw;
  }
}
.section.section__sm {
  padding: 12.5vw 0 12.5vw 14.5833333333vw;
}
@media (max-width: 768px) {
  .section.section__sm {
    margin-top: 0;
  }
}
.section:has(.m_sectionCard) + .section:has(.m_sectionCard) {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 90px;
}
.section:has(+ .m_general_contact) {
  padding-bottom: 0;
}
.section:not(:has(.m_sectionCard)) + .m_general_contact {
  margin-top: 6.25vw;
}
@media (max-width: 768px) {
  .section:not(:has(.m_sectionCard)) + .m_general_contact {
    margin-top: 30.7692307692vw;
  }
}
.section:has(+ .m_value_info) {
  padding-bottom: 0;
}
.section + .m_value_info {
  margin-top: 6.25vw;
}
.section:last-of-type {
  padding-bottom: 0;
}

.m_general_contact + .m_value_info {
  margin-top: 6.25vw;
}
@media (max-width: 768px) {
  .m_general_contact + .m_value_info {
    margin-top: 7.6923076923vw;
  }
}

.wrap {
  padding: 0 3.4722222222vw;
  padding-bottom: 5.5555555556vw;
}

.wrap + .wrap {
  margin-top: 5.5555555556vw;
}

@media (max-width: 768px) {
  .wrap {
    padding: 0 4.1025641026vw;
    padding-bottom: 12.8205128205vw;
  }
}
.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1350px;
}

@media (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .pc_hidden {
    display: none !important;
  }
}

@media (max-width: 1060px) {
  .tb_hidden {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_hidden {
    display: none !important;
  }
}

.breadcrumbs {
  position: relative;
  width: 100%;
  bottom: 0.2777777778vw;
  left: 0;
  z-index: 10;
  padding: 8.6111111111vw 3.125vw 3.125vw;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 15.3846153846vw 7.6923076923vw 7.6923076923vw;
    flex-direction: column;
    align-items: flex-start;
  }
}

.breadcrumbs_list {
  display: flex;
  gap: 0.2777777778vw;
}
@media (max-width: 768px) {
  .breadcrumbs_list {
    gap: 2.0512820513vw 1.0256410256vw;
    flex-wrap: wrap;
    order: 2;
    padding-top: 20.5128205128vw;
  }
}

.breadcrumbs_item .breadcrumbs_link {
  font-size: 0.9722222222vw;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs_item .breadcrumbs_link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .breadcrumbs_item .breadcrumbs_link {
    font-size: 3.5897435897vw;
  }
}
.breadcrumbs_item .breadcrumbs_link br.pc_hidden,
.breadcrumbs_item .breadcrumbs_link br.tb_hidden,
.breadcrumbs_item .breadcrumbs_link br {
  display: none !important;
}
.breadcrumbs_item:not(:last-child)::after {
  content: ">";
  margin-left: 0.2083333333vw;
}
@media (max-width: 768px) {
  .breadcrumbs_item:not(:last-child)::after {
    margin-left: 0.7692307692vw;
  }
}
.breadcrumbs_item:last-child .breadcrumbs_link {
  pointer-events: none;
}

.fontplus-trial-banner {
  display: none !important;
}

.l_border_line {
  width: 100%;
  height: 1px;
  margin-top: clamp(60px, 6.25vw, 90px);
  margin-bottom: clamp(60px, 6.25vw, 90px);
  background-color: var(--c-border-1);
}
.l_border_line:has(+ .m_mediaCompo_item) {
  margin-top: clamp(45px, 3.125vw, 45px);
  margin-bottom: clamp(45px, 3.125vw, 45px);
}

.l_border_line__gray {
  background-color: var(--c-border-1);
}

.sp_br {
  display: inline-block;
}
@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.pc_br {
  display: block;
}
@media (max-width: 768px) {
  .pc_br {
    display: inline-block;
  }
}

:root {
  --c-bg: rgba(240, 242, 244, 1);
  --c-main: rgba(26, 26, 26, 1);
  --c-black: rgba(17, 17, 17, 1);
  --c-white: rgba(255, 255, 255, 1);
  --c-gray-1: rgba(144, 165, 180, 1);
  --c-gray-2: rgba(240, 242, 244, 1);
  --c-gray-3: rgba(232, 235, 237, 1);
  --c-dark-gray: rgba(80, 80, 80, 1);
  --c-green: rgba(13, 108, 120, 1);
  --c-dark-gray: rgb(80, 80, 80, 1);
  --c-blue: rgba(0, 105, 195, 1);
  --c-navy: rgba(0, 78, 96, 1);
  --c-gold: rgba(193, 157, 26, 1);
  --c-silver: rgba(112, 129, 142, 1);
  --c-orange: rgba(255, 109, 55, 1);
  --c-secondary: rgba(240, 60, 45, 1);
  --c-border-1: rgba(232, 235, 237, 1);
  --c-border-2: rgba(197, 201, 203, 1);
  --c-link: ;
  --c-attention: rgba(240, 60, 45, 1);
  --c-text: rgba(17, 17, 17, 1);
  --c-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  --c-active: rgba(255, 255, 255, 0.3);
}
@media (min-width: 769px) {
  :root {
    --b-radius: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  :root {
    --b-radius: 7.6923076923vw;
  }
}

.m-0 {
  margin: calc(0 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-0-pc {
    margin: calc(0 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-0-sp {
    margin: calc(0 / 16 * 1rem) !important;
  }
}
.m-4 {
  margin: calc(4 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-4-pc {
    margin: calc(4 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-4-sp {
    margin: calc(4 / 16 * 1rem) !important;
  }
}
.m-8 {
  margin: calc(8 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-8-pc {
    margin: calc(8 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-8-sp {
    margin: calc(8 / 16 * 1rem) !important;
  }
}
.m-12 {
  margin: calc(12 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-12-pc {
    margin: calc(12 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-12-sp {
    margin: calc(12 / 16 * 1rem) !important;
  }
}
.m-16 {
  margin: calc(16 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-16-pc {
    margin: calc(16 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-16-sp {
    margin: calc(16 / 16 * 1rem) !important;
  }
}
.m-20 {
  margin: calc(20 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-20-pc {
    margin: calc(20 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-20-sp {
    margin: calc(20 / 16 * 1rem) !important;
  }
}
.m-24 {
  margin: calc(24 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-24-pc {
    margin: calc(24 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-24-sp {
    margin: calc(24 / 16 * 1rem) !important;
  }
}
.m-32 {
  margin: calc(32 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-32-pc {
    margin: calc(32 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-32-sp {
    margin: calc(32 / 16 * 1rem) !important;
  }
}
.m-40 {
  margin: calc(40 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-40-pc {
    margin: calc(40 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-40-sp {
    margin: calc(40 / 16 * 1rem) !important;
  }
}
.m-48 {
  margin: calc(48 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-48-pc {
    margin: calc(48 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-48-sp {
    margin: calc(48 / 16 * 1rem) !important;
  }
}
.m-64 {
  margin: calc(64 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-64-pc {
    margin: calc(64 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-64-sp {
    margin: calc(64 / 16 * 1rem) !important;
  }
}
.m-80 {
  margin: calc(80 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-80-pc {
    margin: calc(80 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-80-sp {
    margin: calc(80 / 16 * 1rem) !important;
  }
}
.m-104 {
  margin: calc(104 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-104-pc {
    margin: calc(104 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-104-sp {
    margin: calc(104 / 16 * 1rem) !important;
  }
}
.m-128 {
  margin: calc(128 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-128-pc {
    margin: calc(128 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-128-sp {
    margin: calc(128 / 16 * 1rem) !important;
  }
}
.m-168 {
  margin: calc(168 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-168-pc {
    margin: calc(168 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-168-sp {
    margin: calc(168 / 16 * 1rem) !important;
  }
}
.m-208 {
  margin: calc(208 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .m-208-pc {
    margin: calc(208 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .m-208-sp {
    margin: calc(208 / 16 * 1rem) !important;
  }
}

.mt-0 {
  margin-top: calc(0 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-0-pc {
    margin-top: calc(0 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-0-sp {
    margin-top: calc(0 / 16 * 1rem) !important;
  }
}
.mt-4 {
  margin-top: calc(4 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-4-pc {
    margin-top: calc(4 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-4-sp {
    margin-top: calc(4 / 16 * 1rem) !important;
  }
}
.mt-8 {
  margin-top: calc(8 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-8-pc {
    margin-top: calc(8 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-8-sp {
    margin-top: calc(8 / 16 * 1rem) !important;
  }
}
.mt-12 {
  margin-top: calc(12 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-12-pc {
    margin-top: calc(12 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-12-sp {
    margin-top: calc(12 / 16 * 1rem) !important;
  }
}
.mt-16 {
  margin-top: calc(16 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-16-pc {
    margin-top: calc(16 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-16-sp {
    margin-top: calc(16 / 16 * 1rem) !important;
  }
}
.mt-20 {
  margin-top: calc(20 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-20-pc {
    margin-top: calc(20 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-20-sp {
    margin-top: calc(20 / 16 * 1rem) !important;
  }
}
.mt-24 {
  margin-top: calc(24 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-24-pc {
    margin-top: calc(24 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-24-sp {
    margin-top: calc(24 / 16 * 1rem) !important;
  }
}
.mt-32 {
  margin-top: calc(32 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-32-pc {
    margin-top: calc(32 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-32-sp {
    margin-top: calc(32 / 16 * 1rem) !important;
  }
}
.mt-40 {
  margin-top: calc(40 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-40-pc {
    margin-top: calc(40 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-40-sp {
    margin-top: calc(40 / 16 * 1rem) !important;
  }
}
.mt-48 {
  margin-top: calc(48 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-48-pc {
    margin-top: calc(48 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-48-sp {
    margin-top: calc(48 / 16 * 1rem) !important;
  }
}
.mt-64 {
  margin-top: calc(64 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-64-pc {
    margin-top: calc(64 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-64-sp {
    margin-top: calc(64 / 16 * 1rem) !important;
  }
}
.mt-80 {
  margin-top: calc(80 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-80-pc {
    margin-top: calc(80 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-80-sp {
    margin-top: calc(80 / 16 * 1rem) !important;
  }
}
.mt-104 {
  margin-top: calc(104 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-104-pc {
    margin-top: calc(104 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-104-sp {
    margin-top: calc(104 / 16 * 1rem) !important;
  }
}
.mt-128 {
  margin-top: calc(128 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-128-pc {
    margin-top: calc(128 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-128-sp {
    margin-top: calc(128 / 16 * 1rem) !important;
  }
}
.mt-168 {
  margin-top: calc(168 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-168-pc {
    margin-top: calc(168 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-168-sp {
    margin-top: calc(168 / 16 * 1rem) !important;
  }
}
.mt-208 {
  margin-top: calc(208 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mt-208-pc {
    margin-top: calc(208 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mt-208-sp {
    margin-top: calc(208 / 16 * 1rem) !important;
  }
}

.mr-0 {
  margin-right: calc(0 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-0-pc {
    margin-right: calc(0 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-0-sp {
    margin-right: calc(0 / 16 * 1rem) !important;
  }
}
.mr-4 {
  margin-right: calc(4 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-4-pc {
    margin-right: calc(4 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-4-sp {
    margin-right: calc(4 / 16 * 1rem) !important;
  }
}
.mr-8 {
  margin-right: calc(8 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-8-pc {
    margin-right: calc(8 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-8-sp {
    margin-right: calc(8 / 16 * 1rem) !important;
  }
}
.mr-12 {
  margin-right: calc(12 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-12-pc {
    margin-right: calc(12 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-12-sp {
    margin-right: calc(12 / 16 * 1rem) !important;
  }
}
.mr-16 {
  margin-right: calc(16 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-16-pc {
    margin-right: calc(16 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-16-sp {
    margin-right: calc(16 / 16 * 1rem) !important;
  }
}
.mr-20 {
  margin-right: calc(20 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-20-pc {
    margin-right: calc(20 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-20-sp {
    margin-right: calc(20 / 16 * 1rem) !important;
  }
}
.mr-24 {
  margin-right: calc(24 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-24-pc {
    margin-right: calc(24 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-24-sp {
    margin-right: calc(24 / 16 * 1rem) !important;
  }
}
.mr-32 {
  margin-right: calc(32 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-32-pc {
    margin-right: calc(32 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-32-sp {
    margin-right: calc(32 / 16 * 1rem) !important;
  }
}
.mr-40 {
  margin-right: calc(40 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-40-pc {
    margin-right: calc(40 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-40-sp {
    margin-right: calc(40 / 16 * 1rem) !important;
  }
}
.mr-48 {
  margin-right: calc(48 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-48-pc {
    margin-right: calc(48 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-48-sp {
    margin-right: calc(48 / 16 * 1rem) !important;
  }
}
.mr-64 {
  margin-right: calc(64 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-64-pc {
    margin-right: calc(64 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-64-sp {
    margin-right: calc(64 / 16 * 1rem) !important;
  }
}
.mr-80 {
  margin-right: calc(80 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-80-pc {
    margin-right: calc(80 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-80-sp {
    margin-right: calc(80 / 16 * 1rem) !important;
  }
}
.mr-104 {
  margin-right: calc(104 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-104-pc {
    margin-right: calc(104 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-104-sp {
    margin-right: calc(104 / 16 * 1rem) !important;
  }
}
.mr-128 {
  margin-right: calc(128 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-128-pc {
    margin-right: calc(128 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-128-sp {
    margin-right: calc(128 / 16 * 1rem) !important;
  }
}
.mr-168 {
  margin-right: calc(168 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-168-pc {
    margin-right: calc(168 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-168-sp {
    margin-right: calc(168 / 16 * 1rem) !important;
  }
}
.mr-208 {
  margin-right: calc(208 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mr-208-pc {
    margin-right: calc(208 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mr-208-sp {
    margin-right: calc(208 / 16 * 1rem) !important;
  }
}

.mb-0 {
  margin-bottom: calc(0 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-0-pc {
    margin-bottom: calc(0 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-0-sp {
    margin-bottom: calc(0 / 16 * 1rem) !important;
  }
}
.mb-4 {
  margin-bottom: calc(4 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-4-pc {
    margin-bottom: calc(4 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-4-sp {
    margin-bottom: calc(4 / 16 * 1rem) !important;
  }
}
.mb-8 {
  margin-bottom: calc(8 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-8-pc {
    margin-bottom: calc(8 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-8-sp {
    margin-bottom: calc(8 / 16 * 1rem) !important;
  }
}
.mb-12 {
  margin-bottom: calc(12 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-12-pc {
    margin-bottom: calc(12 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-12-sp {
    margin-bottom: calc(12 / 16 * 1rem) !important;
  }
}
.mb-16 {
  margin-bottom: calc(16 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-16-pc {
    margin-bottom: calc(16 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-16-sp {
    margin-bottom: calc(16 / 16 * 1rem) !important;
  }
}
.mb-20 {
  margin-bottom: calc(20 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-20-pc {
    margin-bottom: calc(20 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-20-sp {
    margin-bottom: calc(20 / 16 * 1rem) !important;
  }
}
.mb-24 {
  margin-bottom: calc(24 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-24-pc {
    margin-bottom: calc(24 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-24-sp {
    margin-bottom: calc(24 / 16 * 1rem) !important;
  }
}
.mb-32 {
  margin-bottom: calc(32 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-32-pc {
    margin-bottom: calc(32 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-32-sp {
    margin-bottom: calc(32 / 16 * 1rem) !important;
  }
}
.mb-40 {
  margin-bottom: calc(40 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-40-pc {
    margin-bottom: calc(40 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-40-sp {
    margin-bottom: calc(40 / 16 * 1rem) !important;
  }
}
.mb-48 {
  margin-bottom: calc(48 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-48-pc {
    margin-bottom: calc(48 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-48-sp {
    margin-bottom: calc(48 / 16 * 1rem) !important;
  }
}
.mb-64 {
  margin-bottom: calc(64 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-64-pc {
    margin-bottom: calc(64 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-64-sp {
    margin-bottom: calc(64 / 16 * 1rem) !important;
  }
}
.mb-80 {
  margin-bottom: calc(80 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-80-pc {
    margin-bottom: calc(80 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-80-sp {
    margin-bottom: calc(80 / 16 * 1rem) !important;
  }
}
.mb-104 {
  margin-bottom: calc(104 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-104-pc {
    margin-bottom: calc(104 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-104-sp {
    margin-bottom: calc(104 / 16 * 1rem) !important;
  }
}
.mb-128 {
  margin-bottom: calc(128 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-128-pc {
    margin-bottom: calc(128 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-128-sp {
    margin-bottom: calc(128 / 16 * 1rem) !important;
  }
}
.mb-168 {
  margin-bottom: calc(168 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-168-pc {
    margin-bottom: calc(168 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-168-sp {
    margin-bottom: calc(168 / 16 * 1rem) !important;
  }
}
.mb-208 {
  margin-bottom: calc(208 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .mb-208-pc {
    margin-bottom: calc(208 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .mb-208-sp {
    margin-bottom: calc(208 / 16 * 1rem) !important;
  }
}

.ml-0 {
  margin-left: calc(0 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-0-pc {
    margin-left: calc(0 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-0-sp {
    margin-left: calc(0 / 16 * 1rem) !important;
  }
}
.ml-4 {
  margin-left: calc(4 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-4-pc {
    margin-left: calc(4 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-4-sp {
    margin-left: calc(4 / 16 * 1rem) !important;
  }
}
.ml-8 {
  margin-left: calc(8 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-8-pc {
    margin-left: calc(8 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-8-sp {
    margin-left: calc(8 / 16 * 1rem) !important;
  }
}
.ml-12 {
  margin-left: calc(12 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-12-pc {
    margin-left: calc(12 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-12-sp {
    margin-left: calc(12 / 16 * 1rem) !important;
  }
}
.ml-16 {
  margin-left: calc(16 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-16-pc {
    margin-left: calc(16 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-16-sp {
    margin-left: calc(16 / 16 * 1rem) !important;
  }
}
.ml-20 {
  margin-left: calc(20 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-20-pc {
    margin-left: calc(20 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-20-sp {
    margin-left: calc(20 / 16 * 1rem) !important;
  }
}
.ml-24 {
  margin-left: calc(24 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-24-pc {
    margin-left: calc(24 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-24-sp {
    margin-left: calc(24 / 16 * 1rem) !important;
  }
}
.ml-32 {
  margin-left: calc(32 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-32-pc {
    margin-left: calc(32 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-32-sp {
    margin-left: calc(32 / 16 * 1rem) !important;
  }
}
.ml-40 {
  margin-left: calc(40 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-40-pc {
    margin-left: calc(40 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-40-sp {
    margin-left: calc(40 / 16 * 1rem) !important;
  }
}
.ml-48 {
  margin-left: calc(48 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-48-pc {
    margin-left: calc(48 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-48-sp {
    margin-left: calc(48 / 16 * 1rem) !important;
  }
}
.ml-64 {
  margin-left: calc(64 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-64-pc {
    margin-left: calc(64 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-64-sp {
    margin-left: calc(64 / 16 * 1rem) !important;
  }
}
.ml-80 {
  margin-left: calc(80 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-80-pc {
    margin-left: calc(80 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-80-sp {
    margin-left: calc(80 / 16 * 1rem) !important;
  }
}
.ml-104 {
  margin-left: calc(104 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-104-pc {
    margin-left: calc(104 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-104-sp {
    margin-left: calc(104 / 16 * 1rem) !important;
  }
}
.ml-128 {
  margin-left: calc(128 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-128-pc {
    margin-left: calc(128 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-128-sp {
    margin-left: calc(128 / 16 * 1rem) !important;
  }
}
.ml-168 {
  margin-left: calc(168 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-168-pc {
    margin-left: calc(168 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-168-sp {
    margin-left: calc(168 / 16 * 1rem) !important;
  }
}
.ml-208 {
  margin-left: calc(208 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .ml-208-pc {
    margin-left: calc(208 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .ml-208-sp {
    margin-left: calc(208 / 16 * 1rem) !important;
  }
}

.p-0 {
  padding: calc(0 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-0-pc {
    padding: calc(0 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-0-sp {
    padding: calc(0 / 16 * 1rem) !important;
  }
}
.p-4 {
  padding: calc(4 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-4-pc {
    padding: calc(4 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-4-sp {
    padding: calc(4 / 16 * 1rem) !important;
  }
}
.p-8 {
  padding: calc(8 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-8-pc {
    padding: calc(8 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-8-sp {
    padding: calc(8 / 16 * 1rem) !important;
  }
}
.p-12 {
  padding: calc(12 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-12-pc {
    padding: calc(12 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-12-sp {
    padding: calc(12 / 16 * 1rem) !important;
  }
}
.p-16 {
  padding: calc(16 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-16-pc {
    padding: calc(16 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-16-sp {
    padding: calc(16 / 16 * 1rem) !important;
  }
}
.p-20 {
  padding: calc(20 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-20-pc {
    padding: calc(20 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-20-sp {
    padding: calc(20 / 16 * 1rem) !important;
  }
}
.p-24 {
  padding: calc(24 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-24-pc {
    padding: calc(24 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-24-sp {
    padding: calc(24 / 16 * 1rem) !important;
  }
}
.p-32 {
  padding: calc(32 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-32-pc {
    padding: calc(32 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-32-sp {
    padding: calc(32 / 16 * 1rem) !important;
  }
}
.p-40 {
  padding: calc(40 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-40-pc {
    padding: calc(40 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-40-sp {
    padding: calc(40 / 16 * 1rem) !important;
  }
}
.p-48 {
  padding: calc(48 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-48-pc {
    padding: calc(48 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-48-sp {
    padding: calc(48 / 16 * 1rem) !important;
  }
}
.p-64 {
  padding: calc(64 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-64-pc {
    padding: calc(64 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-64-sp {
    padding: calc(64 / 16 * 1rem) !important;
  }
}
.p-80 {
  padding: calc(80 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-80-pc {
    padding: calc(80 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-80-sp {
    padding: calc(80 / 16 * 1rem) !important;
  }
}
.p-104 {
  padding: calc(104 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-104-pc {
    padding: calc(104 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-104-sp {
    padding: calc(104 / 16 * 1rem) !important;
  }
}
.p-128 {
  padding: calc(128 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-128-pc {
    padding: calc(128 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-128-sp {
    padding: calc(128 / 16 * 1rem) !important;
  }
}
.p-168 {
  padding: calc(168 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-168-pc {
    padding: calc(168 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-168-sp {
    padding: calc(168 / 16 * 1rem) !important;
  }
}
.p-208 {
  padding: calc(208 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .p-208-pc {
    padding: calc(208 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .p-208-sp {
    padding: calc(208 / 16 * 1rem) !important;
  }
}

.pt-0 {
  padding-top: calc(0 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-0-pc {
    padding-top: calc(0 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-0-sp {
    padding-top: calc(0 / 16 * 1rem) !important;
  }
}
.pt-4 {
  padding-top: calc(4 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-4-pc {
    padding-top: calc(4 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-4-sp {
    padding-top: calc(4 / 16 * 1rem) !important;
  }
}
.pt-8 {
  padding-top: calc(8 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-8-pc {
    padding-top: calc(8 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-8-sp {
    padding-top: calc(8 / 16 * 1rem) !important;
  }
}
.pt-12 {
  padding-top: calc(12 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-12-pc {
    padding-top: calc(12 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-12-sp {
    padding-top: calc(12 / 16 * 1rem) !important;
  }
}
.pt-16 {
  padding-top: calc(16 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-16-pc {
    padding-top: calc(16 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-16-sp {
    padding-top: calc(16 / 16 * 1rem) !important;
  }
}
.pt-20 {
  padding-top: calc(20 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-20-pc {
    padding-top: calc(20 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-20-sp {
    padding-top: calc(20 / 16 * 1rem) !important;
  }
}
.pt-24 {
  padding-top: calc(24 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-24-pc {
    padding-top: calc(24 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-24-sp {
    padding-top: calc(24 / 16 * 1rem) !important;
  }
}
.pt-32 {
  padding-top: calc(32 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-32-pc {
    padding-top: calc(32 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-32-sp {
    padding-top: calc(32 / 16 * 1rem) !important;
  }
}
.pt-40 {
  padding-top: calc(40 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-40-pc {
    padding-top: calc(40 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-40-sp {
    padding-top: calc(40 / 16 * 1rem) !important;
  }
}
.pt-48 {
  padding-top: calc(48 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-48-pc {
    padding-top: calc(48 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-48-sp {
    padding-top: calc(48 / 16 * 1rem) !important;
  }
}
.pt-64 {
  padding-top: calc(64 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-64-pc {
    padding-top: calc(64 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-64-sp {
    padding-top: calc(64 / 16 * 1rem) !important;
  }
}
.pt-80 {
  padding-top: calc(80 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-80-pc {
    padding-top: calc(80 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-80-sp {
    padding-top: calc(80 / 16 * 1rem) !important;
  }
}
.pt-104 {
  padding-top: calc(104 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-104-pc {
    padding-top: calc(104 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-104-sp {
    padding-top: calc(104 / 16 * 1rem) !important;
  }
}
.pt-128 {
  padding-top: calc(128 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-128-pc {
    padding-top: calc(128 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-128-sp {
    padding-top: calc(128 / 16 * 1rem) !important;
  }
}
.pt-168 {
  padding-top: calc(168 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-168-pc {
    padding-top: calc(168 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-168-sp {
    padding-top: calc(168 / 16 * 1rem) !important;
  }
}
.pt-208 {
  padding-top: calc(208 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pt-208-pc {
    padding-top: calc(208 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pt-208-sp {
    padding-top: calc(208 / 16 * 1rem) !important;
  }
}

.pr-0 {
  padding-right: calc(0 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-0-pc {
    padding-right: calc(0 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-0-sp {
    padding-right: calc(0 / 16 * 1rem) !important;
  }
}
.pr-4 {
  padding-right: calc(4 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-4-pc {
    padding-right: calc(4 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-4-sp {
    padding-right: calc(4 / 16 * 1rem) !important;
  }
}
.pr-8 {
  padding-right: calc(8 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-8-pc {
    padding-right: calc(8 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-8-sp {
    padding-right: calc(8 / 16 * 1rem) !important;
  }
}
.pr-12 {
  padding-right: calc(12 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-12-pc {
    padding-right: calc(12 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-12-sp {
    padding-right: calc(12 / 16 * 1rem) !important;
  }
}
.pr-16 {
  padding-right: calc(16 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-16-pc {
    padding-right: calc(16 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-16-sp {
    padding-right: calc(16 / 16 * 1rem) !important;
  }
}
.pr-20 {
  padding-right: calc(20 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-20-pc {
    padding-right: calc(20 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-20-sp {
    padding-right: calc(20 / 16 * 1rem) !important;
  }
}
.pr-24 {
  padding-right: calc(24 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-24-pc {
    padding-right: calc(24 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-24-sp {
    padding-right: calc(24 / 16 * 1rem) !important;
  }
}
.pr-32 {
  padding-right: calc(32 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-32-pc {
    padding-right: calc(32 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-32-sp {
    padding-right: calc(32 / 16 * 1rem) !important;
  }
}
.pr-40 {
  padding-right: calc(40 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-40-pc {
    padding-right: calc(40 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-40-sp {
    padding-right: calc(40 / 16 * 1rem) !important;
  }
}
.pr-48 {
  padding-right: calc(48 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-48-pc {
    padding-right: calc(48 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-48-sp {
    padding-right: calc(48 / 16 * 1rem) !important;
  }
}
.pr-64 {
  padding-right: calc(64 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-64-pc {
    padding-right: calc(64 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-64-sp {
    padding-right: calc(64 / 16 * 1rem) !important;
  }
}
.pr-80 {
  padding-right: calc(80 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-80-pc {
    padding-right: calc(80 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-80-sp {
    padding-right: calc(80 / 16 * 1rem) !important;
  }
}
.pr-104 {
  padding-right: calc(104 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-104-pc {
    padding-right: calc(104 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-104-sp {
    padding-right: calc(104 / 16 * 1rem) !important;
  }
}
.pr-128 {
  padding-right: calc(128 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-128-pc {
    padding-right: calc(128 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-128-sp {
    padding-right: calc(128 / 16 * 1rem) !important;
  }
}
.pr-168 {
  padding-right: calc(168 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-168-pc {
    padding-right: calc(168 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-168-sp {
    padding-right: calc(168 / 16 * 1rem) !important;
  }
}
.pr-208 {
  padding-right: calc(208 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pr-208-pc {
    padding-right: calc(208 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pr-208-sp {
    padding-right: calc(208 / 16 * 1rem) !important;
  }
}

.pb-0 {
  padding-bottom: calc(0 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-0-pc {
    padding-bottom: calc(0 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-0-sp {
    padding-bottom: calc(0 / 16 * 1rem) !important;
  }
}
.pb-4 {
  padding-bottom: calc(4 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-4-pc {
    padding-bottom: calc(4 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-4-sp {
    padding-bottom: calc(4 / 16 * 1rem) !important;
  }
}
.pb-8 {
  padding-bottom: calc(8 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-8-pc {
    padding-bottom: calc(8 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-8-sp {
    padding-bottom: calc(8 / 16 * 1rem) !important;
  }
}
.pb-12 {
  padding-bottom: calc(12 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-12-pc {
    padding-bottom: calc(12 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-12-sp {
    padding-bottom: calc(12 / 16 * 1rem) !important;
  }
}
.pb-16 {
  padding-bottom: calc(16 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-16-pc {
    padding-bottom: calc(16 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-16-sp {
    padding-bottom: calc(16 / 16 * 1rem) !important;
  }
}
.pb-20 {
  padding-bottom: calc(20 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-20-pc {
    padding-bottom: calc(20 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-20-sp {
    padding-bottom: calc(20 / 16 * 1rem) !important;
  }
}
.pb-24 {
  padding-bottom: calc(24 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-24-pc {
    padding-bottom: calc(24 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-24-sp {
    padding-bottom: calc(24 / 16 * 1rem) !important;
  }
}
.pb-32 {
  padding-bottom: calc(32 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-32-pc {
    padding-bottom: calc(32 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-32-sp {
    padding-bottom: calc(32 / 16 * 1rem) !important;
  }
}
.pb-40 {
  padding-bottom: calc(40 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-40-pc {
    padding-bottom: calc(40 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-40-sp {
    padding-bottom: calc(40 / 16 * 1rem) !important;
  }
}
.pb-48 {
  padding-bottom: calc(48 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-48-pc {
    padding-bottom: calc(48 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-48-sp {
    padding-bottom: calc(48 / 16 * 1rem) !important;
  }
}
.pb-64 {
  padding-bottom: calc(64 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-64-pc {
    padding-bottom: calc(64 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-64-sp {
    padding-bottom: calc(64 / 16 * 1rem) !important;
  }
}
.pb-80 {
  padding-bottom: calc(80 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-80-pc {
    padding-bottom: calc(80 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-80-sp {
    padding-bottom: calc(80 / 16 * 1rem) !important;
  }
}
.pb-104 {
  padding-bottom: calc(104 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-104-pc {
    padding-bottom: calc(104 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-104-sp {
    padding-bottom: calc(104 / 16 * 1rem) !important;
  }
}
.pb-128 {
  padding-bottom: calc(128 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-128-pc {
    padding-bottom: calc(128 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-128-sp {
    padding-bottom: calc(128 / 16 * 1rem) !important;
  }
}
.pb-168 {
  padding-bottom: calc(168 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-168-pc {
    padding-bottom: calc(168 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-168-sp {
    padding-bottom: calc(168 / 16 * 1rem) !important;
  }
}
.pb-208 {
  padding-bottom: calc(208 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pb-208-pc {
    padding-bottom: calc(208 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pb-208-sp {
    padding-bottom: calc(208 / 16 * 1rem) !important;
  }
}

.pl-0 {
  padding-left: calc(0 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-0-pc {
    padding-left: calc(0 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-0-sp {
    padding-left: calc(0 / 16 * 1rem) !important;
  }
}
.pl-4 {
  padding-left: calc(4 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-4-pc {
    padding-left: calc(4 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-4-sp {
    padding-left: calc(4 / 16 * 1rem) !important;
  }
}
.pl-8 {
  padding-left: calc(8 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-8-pc {
    padding-left: calc(8 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-8-sp {
    padding-left: calc(8 / 16 * 1rem) !important;
  }
}
.pl-12 {
  padding-left: calc(12 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-12-pc {
    padding-left: calc(12 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-12-sp {
    padding-left: calc(12 / 16 * 1rem) !important;
  }
}
.pl-16 {
  padding-left: calc(16 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-16-pc {
    padding-left: calc(16 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-16-sp {
    padding-left: calc(16 / 16 * 1rem) !important;
  }
}
.pl-20 {
  padding-left: calc(20 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-20-pc {
    padding-left: calc(20 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-20-sp {
    padding-left: calc(20 / 16 * 1rem) !important;
  }
}
.pl-24 {
  padding-left: calc(24 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-24-pc {
    padding-left: calc(24 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-24-sp {
    padding-left: calc(24 / 16 * 1rem) !important;
  }
}
.pl-32 {
  padding-left: calc(32 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-32-pc {
    padding-left: calc(32 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-32-sp {
    padding-left: calc(32 / 16 * 1rem) !important;
  }
}
.pl-40 {
  padding-left: calc(40 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-40-pc {
    padding-left: calc(40 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-40-sp {
    padding-left: calc(40 / 16 * 1rem) !important;
  }
}
.pl-48 {
  padding-left: calc(48 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-48-pc {
    padding-left: calc(48 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-48-sp {
    padding-left: calc(48 / 16 * 1rem) !important;
  }
}
.pl-64 {
  padding-left: calc(64 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-64-pc {
    padding-left: calc(64 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-64-sp {
    padding-left: calc(64 / 16 * 1rem) !important;
  }
}
.pl-80 {
  padding-left: calc(80 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-80-pc {
    padding-left: calc(80 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-80-sp {
    padding-left: calc(80 / 16 * 1rem) !important;
  }
}
.pl-104 {
  padding-left: calc(104 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-104-pc {
    padding-left: calc(104 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-104-sp {
    padding-left: calc(104 / 16 * 1rem) !important;
  }
}
.pl-128 {
  padding-left: calc(128 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-128-pc {
    padding-left: calc(128 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-128-sp {
    padding-left: calc(128 / 16 * 1rem) !important;
  }
}
.pl-168 {
  padding-left: calc(168 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-168-pc {
    padding-left: calc(168 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-168-sp {
    padding-left: calc(168 / 16 * 1rem) !important;
  }
}
.pl-208 {
  padding-left: calc(208 / 16 * 1rem) !important;
}
@media (min-width: 769px) {
  .pl-208-pc {
    padding-left: calc(208 / 16 * 1rem) !important;
  }
}
@media (max-width: 768px) {
  .pl-208-sp {
    padding-left: calc(208 / 16 * 1rem) !important;
  }
}

.t_under_wrap {
  margin-top: min(17.7083333333vw, 255px);
}
@media (max-width: 768px) {
  .t_under_wrap {
    margin-top: max(210px, 14.5833333333vw);
  }
}

.t_under_kv {
  position: relative;
  padding: 0px 12.5vw 0px;
}
@media (max-width: 768px) {
  .t_under_kv {
    padding: 0px 7.6923076923vw 0px;
    overflow: hidden;
  }
}

.t_under_kv_inner .t_under_kv_title .m_heading02__title {
  margin-bottom: max(6px, 0.4166666667vw);
}

.t_under_kv_img {
  overflow: hidden;
  margin-bottom: 6.25vw;
  animation: fadeInKv 0.8s ease-out forwards;
  animation-delay: 2s;
  opacity: 0;
}
@media (max-width: 768px) {
  .t_under_kv_img {
    margin-right: -7.6923076923vw;
    overflow: hidden;
    margin-bottom: max(54px, 3.75vw);
  }
}
.t_under_kv_img img {
  border-radius: var(--b-radius);
  width: 75vw;
  height: 37.5vw;
  object-fit: cover;
}
@media (max-width: 768px) {
  .t_under_kv_img img {
    width: 92.3076923077vw;
    height: 92.3076923077vw;
  }
}
.t_under_kv_img + .t_under_desc:has(.t_under_section_anchor) {
  margin-top: max(90px, 6.25vw);
}
@media (max-width: 768px) {
  .t_under_kv_img + .t_under_desc:has(.t_under_section_anchor) {
    margin-top: max(60px, 4.1666666667vw);
  }
}

.t_under_content {
  margin-top: 12.5vw;
}
@media (max-width: 768px) {
  .t_under_content {
    margin-top: max(120px, 8.3333333333vw);
  }
}
.t_under_content .section {
  padding-bottom: 0;
}
.t_under_content .section:first-of-type {
  padding-top: 0;
}

@keyframes fadeInKv {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.t_under_kv_title {
  margin-bottom: 5.7638888889vw;
  animation: fadeInKv 0.8s ease-out forwards;
  animation-delay: 1.5s;
  opacity: 0;
}
@media (max-width: 768px) {
  .t_under_kv_title {
    margin-bottom: 12.8205128205vw;
  }
}
.t_under_kv_title > h1,
.t_under_kv_title span {
  line-height: 1.2;
}
.t_under_kv_title h1.m_heading02__title {
  font-size: clamp(24px, 2.9166666667vw, 42px);
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .t_under_kv_title h1.m_heading02__title {
    margin-bottom: 4.6153846154vw;
    font-size: 10.7692307692vw;
    letter-spacing: 0;
  }
}
.t_under_kv_title span.m_heading02__subtitle {
  font-weight: 800;
}
@media (max-width: 768px) {
  .t_under_kv_title span.m_heading02__subtitle {
    padding-top: 0.7692307692vw;
  }
}

.t_under_kv_title__color-blue {
  color: var(--c-blue);
}

.t_under_desc_title {
  line-height: 1.5;
  font-size: clamp(24px, 1.6666666667vw, 24px);
  font-family: YakuHanJP, "TazuganeGothicStdN-Bold";
  font-weight: 700;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 768px) {
  .t_under_desc_title {
    line-height: 1.23;
    font-size: max(18px, 4.6153846154vw);
    margin-bottom: 4.1025641026vw;
  }
}

.t_under_desc_text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .t_under_desc_text {
    font-size: max(14px, 3.5897435897vw);
  }
}
.t_under_desc_text + .t_under_section_anchor {
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  .t_under_desc_text + .t_under_section_anchor {
    margin-top: 15.3846153846vw;
  }
}

.section.t_under_case {
  background-color: var(--c-white);
  padding-top: 3.75vw;
  padding-bottom: 12.5vw;
  padding-right: 4.1666666667vw;
}
@media (max-width: 768px) {
  .section.t_under_case {
    padding-top: 15.3846153846vw;
    padding-bottom: 30.7692307692vw;
    padding-right: 0vw;
  }
}

.t_under_contSlider_case {
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  .t_under_contSlider_case {
    margin-top: 7.6923076923vw;
  }
}

.section.t_under_find {
  background-color: var(--c-white);
  overflow: hidden;
  padding-left: 18.75vw;
  padding-right: 4.1666666667vw;
  padding-bottom: 12.5vw;
}
@media (max-width: 768px) {
  .section.t_under_find {
    padding: 30.7692307692vw 7.6923076923vw 30.7692307692vw 15.3846153846vw;
  }
}

.t_under_find_imgSlider {
  margin: 6.25vw 0;
}
@media (max-width: 768px) {
  .t_under_find_imgSlider {
    margin: 11.5384615385vw 0 15.3846153846vw;
  }
}

.t_under_find__imgWrap {
  border-radius: var(--b-radius);
  overflow: hidden;
}
.t_under_find__imgWrap img {
  min-width: 38.5416666667vw;
}
@media (max-width: 768px) {
  .t_under_find__imgWrap img {
    width: 73.8461538462vw;
  }
}

.t_under_find_subtitle {
  font-size: 1.6666666667vw;
  font-weight: 700;
  font-family: YakuHanJP, "TazuganeGothicStdN-Bold";
  margin-bottom: 2.0833333333vw;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .t_under_find_subtitle {
    font-size: 4.6153846154vw;
    margin-bottom: 7.6923076923vw;
  }
}

.t_under_contact {
  margin-top: 12.5vw !important;
}
@media (max-width: 768px) {
  .t_under_contact {
    margin-top: 30.7692307692vw;
  }
}

.t_under_find_productCatalogs {
  margin-top: 6.25vw;
}
@media (max-width: 768px) {
  .t_under_find_productCatalogs {
    margin-top: 15.3846153846vw;
  }
}

.splide.t_under_contSlider_people {
  visibility: visible;
}
.splide.t_under_contSlider_people .splide__slide {
  visibility: visible;
}

.t_under_contSlider .m_btn {
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media (max-width: 768px) {
  .t_under_contSlider .m_btn {
    bottom: -100px;
    left: 0;
  }
}
.t_under_contSlider_case, .t_under_contSlider_special, .t_under_contSlider_people {
  position: relative;
}
@media (max-width: 768px) {
  .t_under_contSlider_case, .t_under_contSlider_special, .t_under_contSlider_people {
    padding-bottom: 51px;
  }
}
.t_under_contSlider_case .splide__track, .t_under_contSlider_special .splide__track, .t_under_contSlider_people .splide__track {
  width: 100%;
}
@media (max-width: 768px) {
  .t_under_contSlider_case .splide__track, .t_under_contSlider_special .splide__track, .t_under_contSlider_people .splide__track {
    margin-bottom: 45px;
  }
}
.t_under_contSlider_case .splide__pagination--progress, .t_under_contSlider_special .splide__pagination--progress, .t_under_contSlider_people .splide__pagination--progress {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 31.25vw;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (max-width: 768px) {
  .t_under_contSlider_case .splide__pagination--progress, .t_under_contSlider_special .splide__pagination--progress, .t_under_contSlider_people .splide__pagination--progress {
    width: 76.9230769231vw;
  }
}
.t_under_contSlider_case .splide__pagination--progress::after, .t_under_contSlider_special .splide__pagination--progress::after, .t_under_contSlider_people .splide__pagination--progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--progress-rate, 0%);
  height: 100%;
  background: var(--page-base-color);
  transition: width 400ms ease;
}
.t_under_contSlider_case .splide__arrows--bottom, .t_under_contSlider_special .splide__arrows--bottom, .t_under_contSlider_people .splide__arrows--bottom {
  position: absolute;
  bottom: 0;
  left: 0%;
  display: flex;
  gap: 20px;
  z-index: 2;
}
.t_under_contSlider_case .splide__arrows--bottom .splide__arrow, .t_under_contSlider_special .splide__arrows--bottom .splide__arrow, .t_under_contSlider_people .splide__arrows--bottom .splide__arrow {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  right: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
}
@media (min-width: 769px) {
  .t_under_contSlider_case .splide__arrows--bottom .splide__arrow, .t_under_contSlider_special .splide__arrows--bottom .splide__arrow, .t_under_contSlider_people .splide__arrows--bottom .splide__arrow {
    background-color: var(--c-black);
  }
  .t_under_contSlider_case .splide__arrows--bottom .splide__arrow:hover, .t_under_contSlider_special .splide__arrows--bottom .splide__arrow:hover, .t_under_contSlider_people .splide__arrows--bottom .splide__arrow:hover {
    background-color: var(--page-base-color);
  }
}
@media (max-width: 768px) {
  .t_under_contSlider_case .splide__arrows--bottom .splide__arrow, .t_under_contSlider_special .splide__arrows--bottom .splide__arrow, .t_under_contSlider_people .splide__arrows--bottom .splide__arrow {
    background-color: var(--page-base-color);
  }
}
.t_under_contSlider_case .splide__arrows--bottom .splide__arrow svg, .t_under_contSlider_special .splide__arrows--bottom .splide__arrow svg, .t_under_contSlider_people .splide__arrows--bottom .splide__arrow svg {
  fill: none;
  width: 12px;
  height: 12px;
  stroke: var(--c-white);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}
.t_under_contSlider_case .splide__arrows--bottom .splide__arrow:disabled, .t_under_contSlider_special .splide__arrows--bottom .splide__arrow:disabled, .t_under_contSlider_people .splide__arrows--bottom .splide__arrow:disabled {
  background-color: var(--c-white);
  border: 1px solid var(--c-border-2);
}
.t_under_contSlider_case .splide__arrows--bottom .splide__arrow:disabled svg, .t_under_contSlider_special .splide__arrows--bottom .splide__arrow:disabled svg, .t_under_contSlider_people .splide__arrows--bottom .splide__arrow:disabled svg {
  stroke: var(--c-border-2);
}
.t_under_contSlider_case .splide__pagination__page, .t_under_contSlider_special .splide__pagination__page, .t_under_contSlider_people .splide__pagination__page {
  display: none;
}
.t_under_contSlider .m_card_primary__item {
  cursor: pointer;
}

.splide__pagination--progress::after {
  background: var(--page-base-color);
}

.t_archive-search_section {
  padding-top: 0vw;
}

.t_archive-search_wrap {
  margin-top: 12.5vw;
  padding-bottom: 12.5vw;
}
@media (max-width: 768px) {
  .t_archive-search_wrap {
    margin-top: 38.4615384615vw;
    padding-bottom: 30.7692307692vw;
  }
}
.t_archive-search_wrap .m_general_contact {
  margin-top: 11.1111111111vw;
}
@media (max-width: 768px) {
  .t_archive-search_wrap .m_general_contact {
    margin-top: 15.3846153846vw;
  }
}

.t_archive-search_kv {
  position: relative;
  padding: 0px 12.5vw 0px;
}
@media (max-width: 768px) {
  .t_archive-search_kv {
    padding: 0px 7.6923076923vw 0px;
    overflow: hidden;
  }
}

.t_archive-search_article_wrap {
  margin-top: 7.6388888889vw;
}
@media (max-width: 768px) {
  .t_archive-search_article_wrap {
    margin-top: 15.3846153846vw;
  }
}

.t_archive-search_article__quantity_text {
  font-size: 1.6666666667vw;
  line-height: 2;
  font-family: "YakuHanJP", "HelveticaNowDisplay-Bold", "TazuganeGothicStdN-Bold";
  font-weight: 700;
}
@media (max-width: 768px) {
  .t_archive-search_article__quantity_text {
    font-size: 6.1538461538vw;
  }
}

.t_archive-search_article {
  margin-top: 2.0833333333vw;
}
@media (max-width: 768px) {
  .t_archive-search_article {
    margin-top: 7.6923076923vw;
  }
}

.t_archive-search_form {
  margin-top: 6.25vw;
}
@media (min-width: 769px) {
  .t_archive-search_form {
    padding-right: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .t_archive-search_form {
    margin-top: 0;
    display: none;
  }
}

@media (min-width: 769px) {
  .t_archive-search_form_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .t_archive-search_form_sp {
    margin-top: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: display 0.3s ease, opacity 0.3s ease;
  }
}
.t_archive-search_form_sp.is_active {
  padding: 7.6923076923vw;
  display: block;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background-color: var(--c-bg);
  opacity: 1;
  visibility: visible;
  transition: display 0.3s ease, opacity 0.3s ease;
  overflow-y: auto;
}

.t_archive-search_form_title {
  display: none;
}
@media (max-width: 768px) {
  .t_archive-search_form_title {
    display: block;
    margin-top: 6.1538461538vw;
  }
}
@media (max-width: 768px) {
  .t_archive-search_form_title .t_archive-search_form_title_text {
    display: block;
    font-family: YakuHanJP, "TazuganeGothicStdN-Bold";
    font-size: 6.1538461538vw;
    font-weight: 700;
    color: var(--c-border-2);
    border-bottom: 1px solid var(--c-border-2);
    padding-bottom: 5.3846153846vw;
  }
}

@media (min-width: 769px) {
  .t_archive-search_form_close_wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .t_archive-search_form_close_wrap {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .t_archive-search_form_close {
    background-color: var(--c-white);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 100;
    margin-left: auto;
  }
  .t_archive-search_form_close span {
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: var(--c-black);
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .t_archive-search_form_close span:first-of-type {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .t_archive-search_form_close span:last-of-type {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.t_archive-search_form_block {
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  .t_archive-search_form_block {
    margin-top: 8.9743589744vw;
  }
}
.t_archive-search_form_block:first-of-type {
  margin-top: 0;
}

.t_archive-search_form_block_title {
  font-size: 1.25vw;
  font-family: "YakuHanJP", "TazuganeGothicStdN-Bold", "HelveticaNowDisplay-Bold";
  font-weight: 700;
  margin-bottom: 0.625vw;
}
@media (max-width: 768px) {
  .t_archive-search_form_block_title {
    margin-bottom: 3.8461538462vw;
    font-size: 4.6153846154vw;
  }
}

.t_archive-search_form_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
}
@media (min-width: 769px) {
  .t_archive-search_form_list {
    width: 58.3333333333vw;
  }
}
@media (max-width: 768px) {
  .t_archive-search_form_list {
    gap: 3.0769230769vw;
  }
}
.t_archive-search_form_list .t_archive-search_form_list_item {
  display: inline-block;
  cursor: pointer;
}
.t_archive-search_form_list .t_archive-search_form_list_item label {
  cursor: pointer;
}
.t_archive-search_form_list .t_archive-search_form_list_item label input[type=checkbox] {
  display: none;
}
.t_archive-search_form_list .t_archive-search_form_list_item label input[type=checkbox]:checked + .t_archive-search_tag {
  background-color: var(--page-base-color);
  color: var(--c-white);
}

.t_archive-search_tag {
  display: inline-block;
  padding: 0.625vw 1.0416666667vw;
  margin-bottom: 0;
  background-color: var(--c-white);
  width: fit-content;
  border-radius: var(--b-radius);
  color: var(--c-black);
  font-family: "YakuHanJP", "TazuganeGothicStdN-Regular", "HelveticaNowDisplay-Regular";
  font-size: 0.8333333333vw;
  line-height: 1;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .t_archive-search_tag:hover {
    background-color: var(--page-base-color);
    color: var(--c-white);
  }
}
@media (max-width: 768px) {
  .t_archive-search_tag {
    font-size: 3.0769230769vw;
    padding: 2.0512820513vw 3.8461538462vw;
    max-width: auto;
  }
}

.t_archive-search_article__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6.0416666667vw 2.0833333333vw;
}
@media (max-width: 768px) {
  .t_archive-search_article__list {
    gap: 7.6923076923vw;
  }
}
.t_archive-search_article__list .t_archive-search_item {
  width: 24.3055555556vw;
}
@media (max-width: 768px) {
  .t_archive-search_article__list .t_archive-search_item {
    width: 100%;
  }
}

.t_archive-search_item_text-wrap {
  margin: 0 1.0416666667vw;
}
@media (max-width: 768px) {
  .t_archive-search_item_text-wrap {
    margin: 0 3.8461538462vw;
  }
}

.t_archive-search_item_date {
  font-family: "HelveticaNowDisplay-Regular";
  font-weight: 400;
  font-size: 0.9722222222vw;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 1.25vw;
}
@media (max-width: 768px) {
  .t_archive-search_item_date {
    font-size: 3.5897435897vw;
    margin-bottom: 4.6153846154vw;
  }
}

.t_archive-search_item_title {
  font-size: 0.9722222222vw;
  line-height: 2;
  font-family: "YakuHanJP", "TazuganeGothicStdN-Bold", "HelveticaNowDisplay-Bold";
  font-weight: 700;
  margin-bottom: 0.2083333333vw;
}
@media (max-width: 768px) {
  .t_archive-search_item_title {
    font-size: 3.5897435897vw;
    margin-bottom: 2.3076923077vw;
  }
}

.t_archive-search_item_desc {
  font-size: 0.8333333333vw;
  line-height: 2;
  font-family: "YakuHanJP", "TazuganeGothicStdN-Regular", "HelveticaNowDisplay-Regular";
}
@media (max-width: 768px) {
  .t_archive-search_item_desc {
    font-size: 3.0769230769vw;
    margin-bottom: 4.6153846154vw;
  }
}
.t_archive-search_item_desc p:not(:has(+ *)) {
  margin-bottom: 0;
}

.t_archive-search_item_category {
  margin: 1.6666666667vw 1.0416666667vw 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
}
@media (max-width: 768px) {
  .t_archive-search_item_category {
    gap: 1.5384615385vw;
    margin: 4.6153846154vw 3.8461538462vw 0;
  }
}
.t_archive-search_item_category .t_archive-search_tag {
  border: 1px solid var(--c-border-1);
}

.t_archive-search_item_img {
  padding-bottom: 1.0416666667vw;
}
@media (max-width: 768px) {
  .t_archive-search_item_img {
    padding-bottom: 3.8461538462vw;
  }
}
.t_archive-search_item_img img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--b-radius);
  aspect-ratio: 16/9;
}
@media (min-width: 769px) {
  .t_archive-search_item_img img {
    height: 13.6805555556vw;
  }
}
@media (max-width: 768px) {
  .t_archive-search_item_img img {
    height: 43.5897435897vw;
  }
}

.t_archive-search_form_reset {
  margin-top: 3.125vw;
}
@media (max-width: 768px) {
  .t_archive-search_form_reset {
    margin-top: 11.5384615385vw;
  }
}
.t_archive-search_form_reset .t_archive-search_form_reset__btn {
  font-size: 0.9722222222vw;
  line-height: 2;
  color: rgb(80, 80, 80);
  position: relative;
  padding-right: 2.3611111111vw;
}
@media (max-width: 768px) {
  .t_archive-search_form_reset .t_archive-search_form_reset__btn {
    font-size: 3.5897435897vw;
    padding-right: 8.7179487179vw;
  }
}
.t_archive-search_form_reset .t_archive-search_form_reset__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  background-image: url("./images/common/icon_arrow-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .t_archive-search_form_reset .t_archive-search_form_reset__btn:after {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}

.t_archive-search_form_sp_btn {
  display: none;
}
@media (max-width: 768px) {
  .t_archive-search_form_sp_btn {
    display: block;
    margin-top: 15.3846153846vw;
  }
}

@media (min-width: 769px) {
  .t_archive-search_form_search {
    display: none;
  }
}
@media (max-width: 768px) {
  .t_archive-search_form_search {
    display: block;
    padding: 0 5.3846153846vw;
  }
}
@media (max-width: 768px) {
  .t_archive-search_form_search .t_archive-search_form_search__btn {
    width: 100%;
    margin-top: 15.3846153846vw;
  }
}

@media (max-width: 768px) {
  .t_under_contSlider_case .splide__arrows--bottom .splide__arrow {
    background-color: var(--page-base-color);
  }
}
