@charset "UTF-8";
:root {
  --yellow: #FFE800;
  --dark: #2a1f1a;
  --white: #fff;
  --red: #e53935;
  --line-green: #06C755;
}

.din-demi {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
  display: flex;
  flex-wrap: wrap;
}
.col_2 {
  margin-left: -65px;
}
.col_2 > * {
  margin-left: 65px;
  width: calc(50% - 65px);
}

.col_3 {
  margin-left: -20px;
}
.col_3 > * {
  margin-left: 20px;
  width: calc(33.33333% - 20px);
}

.col_4 {
  margin-left: -30px;
}
.col_4 > * {
  margin-left: 30px;
  width: calc(25% - 30px);
}

.col_5 {
  margin-left: -25px;
}
.col_5 > * {
  margin-left: 25px;
  width: calc(20% - 25px);
}

@media screen and (max-width: 768px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .col_3 > *:last-child {
    margin-bottom: 0 !important;
  }
  .col_4 {
    margin-left: 0;
  }
  .col_4 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_5 {
    margin-left: -15px;
  }
  .col_5 > * {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--dark);
  background: #7b8765;
  max-width: 430px;
  margin: 0 auto;
  overflow-x: hidden;
}

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

table {
  border-collapse: separate;
  border-spacing: 0;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

a {
  text-decoration: none;
  color: #333;
}

a.underline {
  text-decoration: underline;
}

.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

i {
  position: relative;
}

.tab_only {
  display: none;
}

.sp_only {
  display: none;
}

.tab_sp_only {
  display: none !important;
}

.ml_auto {
  margin-left: auto;
}

.col_between {
  justify-content: space-between;
}

.col_center {
  justify-content: center;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: end;
}

.align_right {
  margin-left: auto;
}

.v_top {
  vertical-align: top;
}

.text_l {
  text-align: left !important;
}

.text_r {
  text-align: right !important;
}

.text_c {
  text-align: center;
}

.clear {
  clear: both;
}

.animated {
  opacity: 0;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/icon/pdf.svg");
  vertical-align: middle;
}

.swiper-container {
  overflow: hidden;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

.item,
a {
  transition: all 0.2s ease-in-out;
}

/* ===== FV＋CATCH ラッパー ===== */
/* ドット背景を全体に敷き、FV画像をその上に重ねる */
.fv-catch-wrap {
  position: relative;
  background: #fff url(../img/parts/dot_bg.png) center/100% repeat;
}

/* ===== FV ===== */
.fv {
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.fv img {
  width: 100%;
  display: block;
}

/* ===== CATCH ===== */
.catch {
  position: relative;
  z-index: 1;
  padding: 28px 24px 44px;
}
.catch p {
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2.3;
  color: var(--dark);
  text-align: center;
  text-shadow: 2px 0px 0 #fff, -2px 0px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
@media screen and (max-width: 430px) {
  .catch p {
    font-size: 16px;
  }
}

.catch-banner {
  text-align: center;
  margin-bottom: 24px;
}

.catch-banner img {
  width: 88%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===== 新着動画 ===== */
.video-section {
  background: var(--yellow);
  padding-bottom: 0;
}

.video-block {
  padding: 20px 16px 0;
}

.video-block:last-child {
  padding-bottom: 20px;
}

.section-label {
  font-size: 14px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.yt-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.yt-thumb-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}

.yt-thumb-wrap img.thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yt-thumb-wrap .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  transition: background 0.2s;
}

.yt-thumb-wrap:hover .overlay {
  background: rgba(0, 0, 0, 0.32);
}

.play-circle {
  width: 68px;
  height: 68px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 3px 16px rgba(229, 57, 53, 0.55);
}

.play-circle svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  margin-left: 5px;
}

.play-label {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}

.yt-thumb-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

.yt-thumb-wrap.playing .thumb,
.yt-thumb-wrap.playing .overlay {
  display: none;
}

.yt-thumb-wrap.playing iframe {
  display: block;
}

.video-meta {
  background: var(--dark);
  color: var(--white);
  padding: 10px 14px 12px;
}

.video-meta-tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.video-meta-date {
  font-size: 11px;
  color: #aaa;
}

/* ===== 全ての動画を見るボタン ===== */
.view-all-wrap {
  background: var(--white);
  padding: 20px 16px;
}

.view-all-btn {
  display: flex;
  align-items: center;
  background: var(--dark);
  color: var(--white);
  border: none;
  padding: 16px 16px 16px 20px;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 6px;
  position: relative;
}

.view-all-btn .btn-text {
  flex: 1;
  text-align: center;
}

.view-all-btn .btn-arrow {
  font-size: 80%;
  position: absolute;
  right: 16px;
}

/* ===== LINE ===== */
.line-section {
  background: var(--line-green);
  padding: 28px 20px 32px;
  text-align: center;
}

.line-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}

.line-icon-wrap {
  width: 100px;
  height: 100px;
}

.line-service-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.line-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 10px 0 12px;
}

.line-title {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

.line-btn {
  display: flex;
  align-items: center;
  background: #fff;
  color: var(--line-green);
  font-size: 15px;
  font-weight: 900;
  padding: 14px 16px 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
}
.line-btn .btn-text {
  flex: 1;
  text-align: center;
}
.line-btn .btn-arrow {
  font-size: 80%;
  position: absolute;
  right: 14px;
}

/* ===== FOOTER ===== */
footer {
  background: var(--dark);
  color: #fff;
  padding: 28px 20px 20px;
  text-align: center;
}

.footer-title {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.footer-locations {
  font-size: 12px;
  color: #fff;
  line-height: 2;
  margin-bottom: 16px;
}

.footer-copyright {
  font-size: 10px;
  color: #fff;
  padding-top: 12px;
}/*# sourceMappingURL=style.css.map */