@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 2.6666666667vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 560px) {
  html {
    line-height: 1.2;
    font-size: 1vw;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 0.6944444444vw;
  }
}

body {
  font-family: "lato", "Noto Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  background-color: #fff;
  overflow-y: visible; /* stickyが効く */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 560px) {
  body {
    padding-top: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.c-title {
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 1em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

li {
  list-style: none;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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, 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;
  text-decoration: none;
  color: inherit;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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;
  padding: 0;
  min-width: 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;
}

/**
 * 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 {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --header-height: 4.5rem;
}
@media (min-width: 560px) {
  :root {
    --header-height: 64px;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  height: var(--header-height);
}
@media (min-width: 560px) {
  .l-header {
    flex-direction: row;
    justify-content: center;
    height: 78.59px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .l-header {
    width: 100%;
    position: relative;
    height: 83.39px;
    overflow: visible;
    padding-bottom: 0;
    margin: 0 auto;
  }
}
.l-header__inner {
  max-width: 1140px;
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  .l-header__logo {
    margin: 0 48px 16px 0;
    padding: 18.6px 0 0 0;
  }
}
.l-header__link {
  display: block;
  margin: 0 auto;
}
.l-header__link img {
  width: auto;
  height: 3.1rem;
  object-fit: contain;
  display: block;
}
@media (min-width: 560px) {
  .l-header__link img {
    height: 50px;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .l-header__link img {
    max-width: 100%;
  }
}
.l-header__title {
  transition: opacity 0.3s ease;
  font-weight: 700;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .l-header__title {
    max-width: 1140px;
    text-align: left;
    width: 100%;
    padding: 15px 18px;
    margin: 0 auto;
  }
}
.l-header .is-open.l-header__title {
  opacity: 0;
  visibility: hidden;
}

.l-container {
  margin: 0 auto;
  padding: 1.5rem;
  max-width: 1100px;
}

footer {
  border-top: 2px solid #e67a53;
  background-color: #ffffff;
}

.l-footer__nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

footer small {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #666666;
  padding: 1.6rem;
  line-height: 1.6;
}

.c-nav {
  padding: 45px 10px 0;
  background: #ffffff;
  font-size: 1.4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.6s ease-in-out;
}
@media (min-width: 992px) {
  .c-nav {
    display: block;
    position: static;
    transform: none;
    padding: 0;
    height: auto;
    background-color: transparent;
    overflow: visible;
    width: 561px;
  }
  .c-nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.4s ease-out forwards;
  }
}
.c-nav__search {
  display: block;
}
@media (min-width: 992px) {
  .c-nav__search {
    display: none;
  }
}
.c-nav__search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.c-nav__search input[type=text] {
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.12rem 1.4rem;
  width: 76.5%;
  height: 40px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 0.4rem 0 0 0.4rem;
}
@media (min-width: 992px) {
  .c-nav__search input[type=text] {
    display: none;
  }
}
.c-nav__search input[type=submit] {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8571428571;
  background-color: #db7032;
  color: #ffffff;
  padding: 0.7rem;
  border-radius: 0 0.4rem 0.4rem 0;
  width: 23.5%;
  height: 40px;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 992px) {
  .c-nav__search input[type=submit] {
    display: none;
  }
}
.c-nav__list {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 992px) {
  .c-nav__list {
    justify-content: center;
    flex-direction: row;
    overflow: visible;
    margin: 10px 0;
  }
}
.c-nav__list > li {
  position: relative;
  list-style: none;
  color: #333333;
}
@media (min-width: 992px) {
  .c-nav__list > li {
    overflow: visible;
  }
  .c-nav__list > li:hover > .c-nav__link::before {
    transform: scaleX(1);
  }
}
.c-nav__link {
  position: relative;
  padding: 0.98rem 4.2rem 0.98rem 0.7rem;
  line-height: 1.65;
  border-bottom: 1px solid #000000;
  width: 100%;
  font-size: 14px;
  display: block;
}
@media (min-width: 992px) {
  .c-nav__link {
    padding: 14px 18px;
    border-bottom: none;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
  }
}
.c-nav__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #db7032;
  z-index: 10;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.c-nav__link-description {
  display: none;
}
@media (min-width: 992px) {
  .c-nav__link-description {
    display: block;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    white-space: nowrap;
  }
}
.c-nav__footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1rem;
  margin: 0;
}
@media (min-width: 992px) {
  .c-nav__footer {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.5rem 0;
  }
}
.c-nav__footer-list {
  list-style: none;
  font-size: 13px;
  color: #333333;
  line-height: 1;
  width: 100%;
  padding: 1rem 0;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .c-nav__footer-list {
    width: auto;
    padding: 0 1.5rem;
    text-align: center;
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
  .c-nav__footer-list:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.c-nav__footer-list a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.c-nav__sub-menu {
  display: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .c-nav__sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 240px;
    background-color: #db7032;
    z-index: 1000;
    padding: 10px 0;
    transition: all 0.3s ease;
  }
}
@media (min-width: 992px) {
  .c-nav__sub-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ca3838;
  }
}
.c-nav__sub-menu li a {
  padding-left: 1.4rem;
  display: block;
}
@media (min-width: 992px) {
  .c-nav__sub-menu li a {
    color: #fff;
    padding: 1rem 2rem;
    border-bottom: none;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
  }
  .c-nav__sub-menu li a:hover {
    background-color: #ff6900;
  }
}

.c-nav__toggle {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  cursor: pointer;
  z-index: 100;
}
@media (min-width: 992px) {
  .c-nav__toggle {
    display: none !important;
  }
}
.c-nav__toggle::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #333;
  transition: transform 0.3s ease;
}

.c-nav.is-open {
  transform: translateY(0);
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children.is-open > .c-nav__sub-menu {
  display: block !important;
}
.menu-item-has-children.is-open > .c-nav__toggle::before {
  content: "\f00d" !important;
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .menu-item-has-children:hover > .c-nav__sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.c-hamburger {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border: 1px solid #333333;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1001;
}
@media (min-width: 560px) {
  .c-hamburger {
    top: 1.6rem;
    right: 1rem;
  }
}
@media (min-width: 992px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger__bar {
  position: relative;
  display: block;
  background-color: #444444;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.c-hamburger__bar::before, .c-hamburger__bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #444444;
  border-radius: 2px;
  transition: all 0.5s ease;
}
.c-hamburger__bar::before {
  top: -7px;
}
.c-hamburger__bar::after {
  top: 7px;
}
.c-hamburger {
  /* ✖️に変化するアニメーション */
}
.c-hamburger.is-open .c-hamburger__bar {
  background: transparent;
}
.c-hamburger.is-open .c-hamburger__bar::before {
  transform: rotate(45deg);
  top: 0;
}
.c-hamburger.is-open .c-hamburger__bar::after {
  transform: rotate(-45deg);
  top: 0;
}

.c-module {
  background: #ffffff;
  width: 100%;
}
.c-module__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (min-width: 992px) {
  .c-module__contents {
    flex-direction: row;
    gap: 5rem;
    margin: 0 auto;
    max-width: 1100px;
    padding: 10rem 0;
  }
}
.c-module__about-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 15px;
}
@media (min-width: 992px) {
  .c-module__about-contents {
    flex-direction: row;
    gap: 5rem;
    margin: 0 auto;
    max-width: 1100px;
    padding: 10rem 0;
  }
}
.c-module__map iframe {
  width: 100%;
  overflow: hidden;
}
.c-module__title {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 2.24rem;
  font-size: 2.24rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.c-module__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #e67a53 30%, rgba(0, 0, 0, 0.06) 30%);
}
.c-module__line {
  background: linear-gradient(transparent 66%, rgba(255, 243, 82, 0.8) 66%);
}
.c-module__body {
  color: #ca3838;
  font-size: 2rem;
  font-weight: 500;
}
.c-module__map {
  width: 100%;
}
@media (min-width: 992px) {
  .c-module__map {
    width: 50%;
  }
}
.c-module__title {
  padding: 0.6em 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 992px) {
  .c-module__title {
    font-size: 2.8rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.06);
    margin-bottom: 21px;
    color: #000000;
  }
}
.c-module__text {
  font-size: 2rem;
  color: #000000;
  line-height: 1.8;
}
.c-module figcaption {
  width: 100%;
}
@media (min-width: 992px) {
  .c-module figcaption {
    width: 45%;
  }
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, 1.8dvw, 16px);
  font-weight: 600;
  transition: all 0.6s ease;
}
.c-btn:hover {
  background-color: #db7032;
  color: #ffffff;
  border: 1px solid #db7032;
}

.c-section-title {
  font-size: 2.8rem;
  font-weight: 900;
  position: relative;
  max-width: 1100px;
  border-top: solid 2px #db7032;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .c-section-title {
    font-size: 3.2rem;
    padding: 16px 0;
    margin: 0 auto;
  }
}
.c-section-title::after {
  display: block;
  position: absolute;
  left: 50%;
  content: "";
  width: 3.8rem;
  margin-left: -19px;
  bottom: -24px;
}
.c-section-title__about {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  padding: 1.4rem 0;
}

.c-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-card {
    flex-direction: row;
    align-items: start;
    max-width: 1100px;
    margin: 40px auto 0;
  }
}
.c-card__img-wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 3.4rem;
}
@media (min-width: 992px) {
  .c-card__img-wrapper {
    width: 33%;
  }
}
.c-card__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__title {
  padding: 0.6em 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 992px) {
  .c-card__title {
    font-size: 2rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.06);
    margin-bottom: 21px;
  }
}
.c-card__content {
  width: 100%;
}
@media (min-width: 992px) {
  .c-card__content {
    width: 65.8%;
  }
}

.c-bg {
  position: relative;
}
.c-bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/main_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.c-icon__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-icon__item {
  font-size: 5rem;
}
.c-icon__item a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-icon__item:hover {
  opacity: 0.8;
}
.c-icon__item--facebook a {
  color: #1877f2;
}
.c-icon__item--twitter a {
  color: #1da1f2;
}
.c-icon__item--instagram a {
  background: linear-gradient(45deg, #ffc107, #f44336, #9c27b0);
  color: transparent;
}

.c-breadcrumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1rem 0;
  font-size: 12px;
  color: #666666;
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-breadcrumb__list li {
  display: flex;
  align-items: center;
}
.c-breadcrumb__list li:not(:last-child)::after {
  content: "/";
  margin: 0 0.8rem;
  color: #999999;
}
.c-breadcrumb__list a {
  color: #666666;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-breadcrumb__list a:hover {
  opacity: 0.7;
}
.c-breadcrumb__list a i {
  margin-right: 0.3rem;
}
.c-breadcrumb__list .c-breadcrumb__current {
  color: #333333;
}

.p-fv {
  width: 100%;
  background-image: url(../img/mainvisual_1.jpg);
  background-position: center;
  background-size: cover;
  aspect-ratio: 375/200;
  margin-top: 45px;
  display: flex;
  justify-content: start;
}
@media (min-width: 560px) {
  .p-fv {
    margin-top: 64px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .p-fv {
    margin-top: 0;
    aspect-ratio: 1440/768;
    height: auto;
  }
}
.p-fv__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #000000;
  padding: 0 1.5rem;
}
@media (min-width: 560px) {
  .p-fv__inner {
    max-width: 720px;
    text-align: left;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .p-fv__inner {
    max-width: 1140px;
  }
}
.p-fv__title {
  font-size: clamp(16px, 3dvw, 32px);
  font-weight: 900;
  margin-bottom: 0.7rem;
}
@media (min-width: 992px) {
  .p-fv__title {
    margin-bottom: 8px;
  }
}
.p-fv__desc {
  font-size: clamp(12px, 2dvw, 18px);
  line-height: 1.5;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .p-fv__desc {
    margin-bottom: 16px;
  }
}
.p-fv__btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39.6%;
  padding: 0.48rem 2.4rem;
  border: 2px solid #000000;
  border-radius: 4px;
}
@media (min-width: 560px) {
  .p-fv__btn-area {
    width: 22.8%;
  }
}
@media (min-width: 992px) {
  .p-fv__btn-area {
    width: 178px;
    padding: 6.4px 32px;
    letter-spacing: -0.02em;
    font-size: 16px;
  }
}

.p-profile {
  background-color: #f1f1f1;
}
.p-profile__inner {
  padding-top: 1.6rem;
  padding-bottom: 5rem;
}
.p-profile__title {
  margin-bottom: 1.6rem;
  text-align: center;
}
.p-profile__title::before {
  content: "\f007";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 5.6px;
  margin-bottom: 3.2rem;
}
.p-profile__list {
  list-style-position: inside;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.p-profile__list li {
  list-style-type: disc;
  margin: 0.8rem 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-profile__list li::marker {
  color: #db7032;
}

.p-goal {
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
}
.p-goal iframe {
  width: 100%;
  height: 100%;
}
.p-goal__inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 1100px;
}
.p-goal__title {
  margin-bottom: 3rem;
  text-align: left;
}
.p-goal__movie {
  aspect-ratio: 16/9;
}
.p-goal__link {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .p-goal__link {
    width: 138px;
    background-color: #db7032;
    padding: 9.6px 12px;
    border-radius: 4px;
  }
}

.p-sns {
  width: 100%;
  background: #ffffff;
}
.p-sns__title {
  font-size: clamp(16px, 3dvw, 28px);
  font-weight: 900;
  margin-bottom: 0.7rem;
  text-align: left;
}
@media (min-width: 992px) {
  .p-sns__title {
    margin-bottom: 48px;
  }
}

.p-about {
  background-color: transparent;
}
.p-about__title {
  width: 100%;
  height: 200px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-about__contents {
  max-width: 1100px;
  width: 100%;
  border-top: 2px solid #db7032;
}

.p-policy-header {
  background-color: #db7032;
  padding: 3rem 1rem;
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-policy-header {
    padding: 5rem 1rem;
    margin-top: 0;
  }
}
.p-policy-header__title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .p-policy-header__title {
    font-size: 32px;
  }
}

.p-policy-wrapper {
  margin-top: 40px;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .p-policy-wrapper {
    padding: 0;
  }
}

.p-policy-block {
  margin-bottom: 60px; /* 各項目の間の余白 */
}
.p-policy-block__title {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .p-policy-block__title {
    font-size: 1.8rem;
  }
}
.p-policy-block__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #e67a53 30%, rgba(0, 0, 0, 0.1) 30%);
}
.p-policy-block__inner {
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8; /* 右側の薄いグレー背景 */
}
@media (min-width: 992px) {
  .p-policy-block__inner {
    flex-direction: row; /* PC時は横並びにする */
    align-items: stretch;
  }
}
.p-policy-block__img {
  margin: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .p-policy-block__img {
    width: 45%; /* PC時の画像の幅 */
    flex-shrink: 0;
  }
}
.p-policy-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像の比率を保ったまま綺麗に埋める */
  display: block;
}
.p-policy-block__desc {
  padding: 20px;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
@media (min-width: 992px) {
  .p-policy-block__desc {
    width: 55%; /* PC時のテキストエリアの幅 */
    padding: 40px; /* PC時は少しゆったりさせる */
    display: flex;
    flex-direction: column;
    justify-content: center; /* テキストを縦の真ん中に配置 */
  }
}
.p-policy-block__desc p {
  margin-bottom: 1.5rem;
}
.p-policy-block__desc p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=main.css.map */