@charset "UTF-8";
/* ↓↓ reset.css ↓↓ */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
}

/* ↑↑ reset.css ↑↑ */
html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

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

.l-container {
  margin: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-container {
    margin: 6rem 0 0;
  }
}

.l-inner-sm {
  width: 108rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-inner {
  width: 136rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-inner-lg {
  width: 144rem;
  max-width: 100%;
  margin: 0 auto;
}

.u-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.c-main {
  background-color: #24AC6F;
  margin-bottom: 5rem;
}

.c-main-title {
  text-align: center;
  color: #fff;
  padding-block: 5.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-main-title {
    padding-block: 3rem 2rem;
  }
}

.c-main-big {
  font-family: "Montserrat";
  display: block;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-main-big {
    font-size: 3rem;
  }
}

.c-main-min {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}

.c-page-title {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}

.c-breadcrumb {
  max-width: 120rem;
  margin-inline: auto;
  margin-block: 2rem;
  padding-inline: 2rem;
}

/* 🔹 全体のデフォルトフォント → Inter */
.c-breadcrumb,
.c-breadcrumb * {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}

.c-breadcrumb__item a {
  color: #333333;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

/* 🔹 HOME（最初のアイテム）だけ Noto Sans JP に変更 */
.c-breadcrumb__item:first-child a {
  font-family: "Noto Sans JP", sans-serif;
}

.c-breadcrumb__item::after {
  content: ">";
  margin-left: 1.5rem;
  color: #000000;
}

.c-breadcrumb__item:last-child::after {
  content: none;
}

/* 現在ページ用 */
.c-breadcrumb__item[aria-current=page] {
  color: #333333;
}

.c-search {
  display: flex;
  align-items: center;
  max-width: 30rem;
  margin-inline: auto;
  border: 0.1rem solid #CCCCCC;
  padding: 0.1rem 0.2rem;
  background: #FFF;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-search {
    margin-bottom: 2.5rem;
  }
}

.c-search__input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}
.c-search__input::placeholder {
  color: #CCCCCC;
}
.c-search__input:focus {
  box-shadow: none;
}

.c-search__btn {
  margin-right: 0.2rem;
  cursor: pointer;
}

.c-search__icon {
  max-width: 2rem;
}

.c-category {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-category {
    margin-bottom: 2.5rem;
  }
}

.c-category-inner {
  margin-inline: 2rem;
}

.c-category-items {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-category-items {
    flex-direction: column;
  }
}

.c-category-link {
  background-color: #F3F3F3;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 1.2rem 2.5rem;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-category-link {
    padding: 0.6rem 2rem;
    max-width: 34.5rem;
    width: 100%;
    text-align: center;
  }
}
.c-category-link:hover {
  background-color: #474747;
  color: #FFFFFF;
}

.c-current {
  background-color: #474747 !important;
  color: #FFFFFF !important;
}

.c-tag-inner {
  margin-inline: 2rem;
}

.c-tag-items {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-tag-items {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
}

.c-tag-link {
  background-color: #F3F3F3;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 0.6rem 1rem;
  border-radius: 1.5rem;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-tag-link {
    max-width: 12rem;
    width: 100%;
    text-align: center;
  }
}
.c-tag-link:hover {
  background-color: #474747;
  color: #FFFFFF;
}

.c-topic-inner {
  margin-inline: 2rem;
}

.c-topic-items {
  display: grid;
  gap: 4.5rem 3rem;
  grid-template-columns: repeat(3, 1fr);
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-topic-items {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 3rem;
  }
}

.c-topic-img {
  margin-bottom: 1.5rem;
}
.c-topic-img img {
  object-fit: cover;
  aspect-ratio: 300/176;
}

.c-topic-category {
  display: inline-block;
  background-color: #474747;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-topic-category {
    margin-bottom: 1rem;
  }
}

.c-topic-time {
  color: #7A7A7A;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.c-topic-text {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
}

.c-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-bottom: 4.5rem;
  }
}

.c-pagination__list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.c-pagination__num {
  color: #505050;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  position: relative;
  transition: color 0.3s;
}

.c-pagination__num:hover {
  color: #24AC6F;
}

.c-pagination-current {
  color: #24AC6F;
}

.c-pagination-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #24AC6F;
}

.c-pagination__dots {
  color: #505050;
  pointer-events: none;
}

.c-pagination__arrow {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  border-right: 0.2rem solid #444;
  border-bottom: 0.2rem solid #444;
  transform: rotate(-45deg);
  transition: border-color 0.3s;
}

.c-pagination__arrow--prev {
  transform: rotate(135deg);
}

.c-pagination__arrow:hover {
  border-color: #24AC6F;
}

.c-title {
  text-align: center;
  margin-bottom: 2rem;
}

.c-title-en {
  display: block;
  font-family: "Montserrat";
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-title-en {
    font-size: 2.8rem;
  }
}

.c-title-ja {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}

.c-instagram {
  margin-top: 9rem;
  margin-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .c-instagram {
    margin-bottom: 7rem;
  }
}

.c-instagram-inner {
  margin-inline: 2rem;
}

.c-instagram-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  max-width: 62rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-instagram-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-btn {
  text-align: center;
  color: #fff;
  margin: 9rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.c-btn-link {
  display: inline-block;
  background-color: #24AC6F;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 2rem 19rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn-link {
    padding: 2rem 6rem;
  }
}

.c-btn-submit {
  width: 100%;
}

.c-contact {
  padding-top: 5rem;
}
.c-contact input[type=text],
.c-contact input[type=email],
.c-contact select,
.c-contact textarea {
  height: 5.2rem;
  width: 100%;
  border-radius: 0.5rem;
  background: #F4F4F5;
  padding: 1.5rem 2rem;
  border: 0.1rem solid #E1E1E1;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}
.c-contact input[type=text]::placeholder,
.c-contact input[type=email]::placeholder,
.c-contact select::placeholder,
.c-contact textarea::placeholder {
  color: #A8A8A8;
}
.c-contact input[type=text]:focus,
.c-contact input[type=email]:focus,
.c-contact select:focus,
.c-contact textarea:focus {
  border-color: #333;
}

.c-contact__form {
  max-width: 66rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
}

.c-contact__items {
  margin-bottom: 9rem;
}

.c-contact__item {
  margin-bottom: 2.5rem;
}
.c-contact__item:last-child {
  margin-bottom: 0;
}

.c-contact__label {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #505050;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-bottom: 0.5rem;
}

.c-contact__req {
  background: #DA382C;
  padding: 0.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
}

.c-contact__field {
  width: 100%;
}

.c-contact__selectWrap {
  max-width: 10.6rem;
  width: 100%;
  position: relative;
}
.c-contact__selectWrap:after {
  content: "▼";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #333;
  pointer-events: none;
}

.c-contact__registerWrap {
  max-width: 12rem;
}

input[type=file] {
  color: #505050;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}

textarea {
  min-height: 18rem;
}

.c-contact__error {
  text-align: center;
  margin: 0 auto 15rem;
}
.c-contact__error-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  text-align: center;
}
.c-contact__error-list {
  font-size: 1.4rem;
  color: red;
  display: inline-block;
}
.c-contact__error-list .error_messe {
  text-align: left;
  line-height: 2;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 1rem;
}/*# sourceMappingURL=common.css.map */