@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

/* 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 */
  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: inherit;
  /* 1 */
  font-size: inherit;
  /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

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;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  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"] {
  appearance: checkbox;
}

[type="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;
  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;
  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;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.not-found {
  padding: 8% 0 10% 0;
  background-color: #f5f5e2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .not-found {
    padding: 4% 3% 10% 3%;
  }
}

.not-found__title {
  font-size: 8rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  color: #009788;
}

@media screen and (max-width: 767px) {
  .not-found__title {
    font-size: 5rem;
    margin-bottom: 3%;
  }
}

.not-found__subtitle {
  font-size: 24px;
  display: block;
  color: #333;
}

.not-found__message {
  font-size: 16px;
  margin-bottom: 30px;
}

.not-found .button--login {
  width: 200px;
  font-size: 16px;
  letter-spacing: 2px;
}

.regulation__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3% 0;
}

.regulation__inner p {
  margin-bottom: 20px;
}

.regulation__inner h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .regulation__inner {
    padding: 50px 20px 80px 20px;
  }
}

.regulation__inner .contact .button--download, .regulation__inner .contact .footer__buttons--download {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .regulation__inner .contact .button--download, .regulation__inner .contact .footer__buttons--download {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.regulation__inner .contact .button--inquiry {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .regulation__inner .contact .button--inquiry {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .regulation__inner .contact {
    padding: 0 20px;
  }
}

#bfpopup {
  z-index: 50;
}

@media screen and (max-width: 767px) {
  #bfpopup {
    width: 200px !important;
    height: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .bfpopup4 {
    bottom: 40px !important;
    right: 0 !important;
  }
}

.bfpopup4 .bfpopup_tab {
  display: none !important;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2E2B2B;
  letter-spacing: 1px;
}

/* セクションタイトル */
.section-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 7rem;
  gap: 10px;
  font-size: 30px;
  font-weight: 700;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 20px;
    flex-direction: column;
    margin-bottom: 3rem;
  }
}

.section-title__highlight {
  color: #009788;
  font-size: 50px;
  display: inline-block;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .section-title__highlight {
    font-size: 30px;
    line-height: 0.4;
  }
}

.section-title--green {
  color: #009788;
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-title--green {
    text-align: center;
    font-size: 26px;
  }
}

.section-title::before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 100px;
  font-weight: 900;
  color: rgba(0, 151, 136, 0.1);
  letter-spacing: 2px;
  text-align: center;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .section-title::before {
    font-size: 60px;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}

.pc-only {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/* 下層ページタイトル */
.page-title {
  display: flex;
  align-items: center;
  padding: 40px 0;
  color: #009788;
  background-image: url("../images/page-title-bk.jpg");
  height: 200px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-title {
    height: 100px;
    padding: 0;
  }
}

.page-title__inner {
  max-width: 1100px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.page-title__heading {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 100px;
}

.page-title__heading::before {
  content: attr(data-title);
  font-size: 80px;
  color: rgba(0, 151, 136, 0.07);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .page-title__heading::before {
    font-size: 50px;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .page-title__heading {
    font-size: 20px;
    padding-left: 20px;
    line-height: 1.4;
  }
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header__inner {
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  box-shadow: 0 2px 2px rgba(109, 116, 115, 0.16);
}

@media screen and (max-width: 767px) {
  .header__inner {
    height: 60px;
  }
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}

.header__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.header__logo img {
  width: auto;
  height: 33px;
}

.header__hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    cursor: pointer;
    position: relative;
    z-index: 101;
  }
}

.header__hamburger--active .header__bar:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.header__hamburger--active .header__bar:nth-child(2) {
  opacity: 0;
}

.header__hamburger--active .header__bar:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.header__bar {
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.3s ease;
  position: relative;
}

.header__nav-content {
  display: flex;
  align-items: center;
}

.header__nav-list {
  display: flex;
  align-items: center;
}

.header__nav-buttons {
  display: flex;
  gap: 20px;
}

.header__nav-items {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav--mobile {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .header__nav--mobile {
    display: none !important;
  }
  .header__nav--mobile--active {
    display: block !important;
    position: fixed;
    top: 60px;
    right: 0;
    width: 60%;
    height: calc(100vh - 60px);
    background: rgba(255, 255, 255, 0.93);
    padding: 0px 20px;
    overflow-y: auto;
    z-index: 100;
  }
  .header__nav--mobile--active .header__nav {
    display: block;
  }
  .header__nav--mobile--active .header__nav-content {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
  }
  .header__nav--mobile--active .header__nav-list {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .header__nav--mobile--active .header__nav-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .header__nav--mobile--active .header__nav-items {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__nav--mobile--active .header__nav-items {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header__nav--mobile--active .header__nav-item a {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: row-reverse;
  gap: 10px;
}

.header__nav-list li a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 2px 0;
}

.header__nav-list li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #009788;
  transition: width 0.3s ease;
}

.header__nav-list li a:hover::after {
  width: 100%;
}

@media (max-width: 1640px) {
  .header__nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-list {
    align-items: center;
  }
}

.header__nav-actions {
  display: flex;
  gap: 16px;
  margin-left: 24px;
}

.header__nav-item {
  position: relative;
}

.header__nav-item > a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 2px 0;
}

.header__nav-item > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #333;
  transition: width 0.3s ease;
}

.header__nav-item > a:hover::after {
  width: 100%;
}

.header__nav-item--active > a::after {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .header__nav-item + .header__nav-item {
    margin-left: 20px;
  }
}

@media (max-width: 1513px) {
  .header__nav-item {
    display: flex;
    justify-content: center;
  }
}

.header__nav-buttons {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

@media (max-width: 1484px) {
  .header__nav-buttons {
    margin-left: 0;
  }
}

.header .button::after, .header .header__nav-list li a.button::after, .header__nav-list li .header a.button::after, .header .footer__buttons a::after, .footer__buttons .header a::after {
  display: none !important;
}

.header__nav-items {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .header__nav-items {
    gap: 5px;
  }
}

body {
  margin-top: 61.5px;
}

/* ナビゲーションメニューのスタイル */
.nav-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}

.nav-container .nav-sp {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 80%;
  max-width: 300px;
}

.nav-container.active {
  display: flex;
}

.no-scroll {
  overflow: hidden;
}

.footer {
  background: #00947a;
  color: #fff;
  padding: 40px 20px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px;
  }
}

.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
}

.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.footer__logo img {
  width: 170px;
}

.footer__social {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-top: 40px;
}

.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.footer__social a:hover {
  opacity: 0.8;
}

.footer__social a img {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .footer__social {
    margin-top: 20px;
  }
}

.footer__nav {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px 50px;
  text-align: right;
  margin-left: auto;
}

.footer__nav-left, .footer__nav-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__nav a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer__nav a:hover {
  opacity: 0.8;
}

.footer__nav--hidden {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    grid-template-columns: auto auto;
    text-align: left;
    margin-left: 0;
  }
}

.footer__buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .footer__buttons {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}

.footer__copyright {
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.8;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
    padding: 20px 0 0 0;
  }
}

.button, .header__nav-list li a.button, .footer__buttons a {
  padding: 6px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
  background-size: 300% 100%;
  background-position: 0 0;
  min-width: 160px;
  overflow: hidden;
  position: relative;
  /* 資料ダウンロードボタン */
}

.button--inquiry,
.button .footer__button--inquiry,
.header__nav-list li a.button .footer__button--inquiry,
.footer__buttons a .footer__button--inquiry {
  background-image: radial-gradient(circle at 100% 0%, #24b7a0 0%, #069082);
  background-size: 300% 100%;
  color: #ffffff;
  border: none;
  transition: background-position 1s ease-in-out, filter 0.5s ease-in-out;
  padding: 8px 24px 9px;
}

.button--inquiry:hover,
.button .footer__button--inquiry:hover,
.footer__buttons a .footer__button--inquiry:hover {
  background-image: radial-gradient(circle at 0% 100%, #24b7a0 0%, #069082);
}

.button--download, .footer__buttons--download,
.button .footer__button--download,
.header__nav-list li a.button .footer__button--download,
.footer__buttons a .footer__button--download {
  background-image: radial-gradient(circle at 100% 0%, #FBB255 60%, #EE8941);
  background-size: 300% 100%;
  color: #ffffff;
  border: none;
  transition: background-position 1s ease-in-out, filter 0.5s ease-in-out;
}

.button--download:hover, .footer__buttons--download:hover,
.button .footer__button--download:hover,
.footer__buttons a .footer__button--download:hover {
  background-image: radial-gradient(circle at 0% 100%, #EE8941 60%, #FBB255);
}

.button--icon, .footer__buttons a {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 8px 24px 9px;
  font-size: 15px;
  transition: transform 0.2s ease;
}

.button--icon img, .footer__buttons a img {
  width: 20px;
  height: auto;
}

.button--icon span, .footer__buttons a span {
  display: inline-block;
}

.button--icon:hover, .footer__buttons a:hover {
  transform: translateY(2px);
}

.button--inquiry.button--icon, .footer__buttons a.button--inquiry,
.button .footer__button--inquiry.button--icon,
.footer__buttons a .footer__button--inquiry.button--icon,
.button .footer__buttons a.footer__button--inquiry,
.footer__buttons .button a.footer__button--inquiry,
.footer__buttons a a.footer__button--inquiry {
  background: #ffffff;
  color: #333;
}

.button--inquiry.button--icon:hover, .footer__buttons a.button--inquiry:hover,
.button .footer__button--inquiry.button--icon:hover,
.footer__buttons a .footer__button--inquiry.button--icon:hover,
.button .footer__buttons a.footer__button--inquiry:hover,
.footer__buttons .button a.footer__button--inquiry:hover,
.footer__buttons a a.footer__button--inquiry:hover {
  transform: translateY(2px);
}

.button--wide {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .button--wide {
    width: 80%;
    padding: 10px 0;
  }
}

.button--narrow {
  width: 150px;
}

.button--login {
  background: #ffffff;
  color: #8c8989 !important;
  border: 1px solid #bebdbd;
}

.button--login:hover {
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .button, .header__nav-list li a.button, .footer__buttons a {
    padding: 10px 0;
  }
}

.button--more {
  background-color: #009788;
  color: white;
  font-size: 17px;
  width: 200px;
}

.button--more:hover {
  background-color: #00645a;
  transform: translateY(2px);
}

@media screen and (max-width: 767px) {
  .footer__buttons a {
    min-width: 250px;
  }
}

.mv {
  position: relative;
  background: linear-gradient(90deg, #00947a 0%, #00c4a2 100%);
  padding: 0 20px;
  overflow: hidden;
  background-image: url("../images/mv-background.jpg");
  background-position: center center;
  background-size: cover;
  height: 570px;
}

@media screen and (max-width: 1399px) {
  .mv {
    height: 400px;
    background-position: right center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv {
    height: 450px;
    background-position: 0% center;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    height: 90vh;
    background-image: url("../images/mv-background-sp.jpg");
    padding: 5% 20px;
  }
}

.mv__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .mv__inner {
    flex-direction: column;
    justify-content: space-between;
  }
}

.mv__content {
  width: 45%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__content {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .mv__content {
    width: 100%;
  }
}

.mv__title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 24px;
  text-shadow: 1px 2px 4px #39937a;
}

@media screen and (max-width: 1399px) {
  .mv__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mv__title {
    text-align: center;
    font-size: 1.8rem;
    padding-top: 5px;
    margin-bottom: 15px;
  }
}

.mv__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mv__text {
    margin-bottom: 30px;
  }
}

.mv__text p {
  margin-bottom: 1em;
}

.mv__text p:last-child {
  margin-bottom: 0;
}

.mv__buttons {
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .mv__buttons {
    flex-direction: column;
    align-items: center;
  }
}

.mv__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 200px;
  height: 45px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #00947a;
  background: #fff;
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mv__button img {
  width: 20px;
  height: 20px;
}

.mv__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mv__button--orange {
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #ff8c42 0%, #ffaa42 50%, #ffaa42 50%, #ff8c42 100%);
  background-position: 0;
  color: #fff;
}

.mv__image {
  position: absolute;
  right: -90px;
  top: 52%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1399px) {
  .mv__image {
    right: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__image {
    right: -50px;
  }
}

@media screen and (max-width: 767px) {
  .mv__image {
    bottom: 0;
    top: auto;
    position: static;
    transform: none;
    padding-bottom: 7%;
  }
}

.mv__image img {
  width: 750px;
  height: auto;
  display: block;
}

@media screen and (max-width: 1399px) {
  .mv__image img {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .mv__image img {
    width: 420px;
    overflow: hidden;
    margin-left: 13%;
    padding-top: 5%;
  }
}

@keyframes shine {
  0% {
    transform: translateX(-200%) rotate(30deg);
  }
  100% {
    transform: translateX(200%) rotate(30deg);
  }
}

.clients {
  padding: 10px 0;
  background: #fff;
}

.clients__inner {
  max-width: 100％;
  margin: 0 auto;
}

.clients__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .clients__logos {
    gap: 20px;
  }
}

.clients__logo {
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .clients__logo {
    width: 45%;
  }
}

.clients__logo img {
  width: 100%;
  height: auto;
}

.problem {
  padding: 80px 0;
  background-image: url("../images/bg-problem.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .problem {
    padding: 3% 0;
  }
}

@media screen and (max-width: 767px) {
  .problem {
    padding: 10% 0;
  }
}

.problem__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .problem__inner {
    padding: 0 20px;
  }
}

.problem__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #333;
  position: relative;
}

.problem__title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background: #00947a;
}

@media screen and (max-width: 767px) {
  .problem__title {
    font-size: 20px;
    margin-bottom: 8%;
  }
  .problem__title::after {
    width: 100%;
  }
}

.problem__video {
  max-width: 800px;
  margin: 0 auto 60px;
  aspect-ratio: 16 / 9;
}

.problem__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.problem__subtitle {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #00947a;
  margin: 40px auto;
  position: relative;
  display: inline-block;
  padding: 0 60px;
  left: 50%;
  transform: translateX(-50%);
}

.problem__subtitle::before, .problem__subtitle::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 3px;
  background: #00947a;
}

.problem__subtitle::before {
  left: 0;
  transform: rotate(-130deg);
}

.problem__subtitle::after {
  right: 0;
  transform: rotate(130deg);
}

@media screen and (max-width: 767px) {
  .problem__subtitle {
    font-size: 20px;
    padding: 0 60px;
    margin: 0 auto 20px;
  }
}

.problem__illustration {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 60px;
  max-width: 1100px;
}

@media screen and (max-width: 1399px) {
  .problem__illustration {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .problem__illustration {
    margin: 0 auto 30px;
  }
}

.problem__img-wrapper {
  flex-shrink: 0;
}

@media screen and (max-width: 1399px) {
  .problem__img-wrapper {
    order: 2;
  }
}

.problem__img {
  width: 410px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .problem__img {
    width: 250px;
    margin-top: 20px;
  }
}

.problem__concerns {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 40px;
  width: auto;
  max-width: 300px;
}

.problem__concerns--left .problem__concern:nth-child(2) {
  margin-left: 30px;
}

.problem__concerns--right {
  align-items: flex-start;
  position: relative;
  left: -30px;
}

.problem__concerns--right .problem__concern:nth-child(2) {
  position: relative;
  left: -30px;
}

@media screen and (max-width: 1399px) {
  .problem__concerns--right {
    left: 0;
  }
}

@media screen and (max-width: 1399px) {
  .problem__concerns {
    padding-top: 0;
    width: 100%;
    align-items: center;
  }
  .problem__concerns--left .problem__concern:nth-child(2), .problem__concerns--right .problem__concern:nth-child(2) {
    margin-left: 0;
    position: static;
    left: auto;
  }
}

@media screen and (max-width: 1399px) {
  .problem__concerns {
    max-width: 70%;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .problem__concerns {
    max-width: 100%;
  }
}

.problem__concern {
  background: #EDE8E8;
  padding: 20px 0;
  border-radius: 40px;
  font-size: 17px;
  width: 348px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 1399px) {
  .problem__concern {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .problem__concern {
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
  }
}

.problem__solution-text {
  background: #00947A;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 16px 40px;
  border-radius: 100px;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.problem__solution-text::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 20px solid #00947A;
}

@media screen and (max-width: 767px) {
  .problem__solution-text {
    width: 100%;
    font-size: 20px;
    border-radius: 4px;
    padding: 10px 16px 14px 16px;
  }
}

.problem__solution-description {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .problem__solution-description {
    font-size: 22px;
  }
}

.problem__solution-highlight {
  position: relative;
  display: inline-block;
}

.problem__solution-highlight::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 12px;
  background: #F1F77A;
  z-index: -1;
}

.reason {
  background-color: #f4fafa;
  padding: 80px 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reason {
    padding: 10% 0;
  }
}

.reason__inner {
  width: 100%;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .reason__inner {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.reason__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  max-width: 1550px;
  height: 330px;
  background-color: #ffffff;
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .reason__inner::before {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reason__inner::before {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .reason__inner--first {
    margin-top: 100px;
  }
}

.reason__inner--reverse .reason__item {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .reason__inner--reverse .reason__item {
    flex-direction: column;
  }
}

.reason__inner--reverse .reason__heading {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 50px;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .reason__inner--reverse .reason__heading {
    margin-bottom: 20px;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
  }
}

.reason__inner--reverse .reason__image img {
  max-width: 100%;
  height: auto;
  width: 540px;
  position: relative;
  top: -60px;
}

.reason__inner--reverse::before {
  left: auto;
  right: 0;
}

.reason__inner--third {
  padding-bottom: 0;
  margin-bottom: 0;
}

.reason__inner--third .reason__heading {
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .reason__inner--third .reason__heading {
    gap: 0;
  }
}

.reason__list-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reason__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  max-width: 1100px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .reason__item {
    flex-direction: column;
    gap: 0;
  }
}

.reason__heading {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .reason__heading {
    gap: 0;
    margin-bottom: 20px;
    align-items: center;
    justify-content: flex-start;
  }
}

.reason__number {
  width: 80px;
}

.reason__number img {
  width: auto;
  height: 123px;
}

@media screen and (max-width: 767px) {
  .reason__number img {
    height: 80px;
  }
}

.reason__title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}

.reason__title span {
  background: #009788;
  display: block;
  color: #fff;
  font-size: 17px;
  border-radius: 50px;
  text-align: center;
  width: 150px;
  padding: 3px 0;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .reason__title {
    font-size: 18px;
  }
}

.reason__content {
  flex: 1;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  top: -70px;
}

.reason__text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 12px;
}

.reason__image img {
  max-width: 100%;
  height: auto;
  width: 530px;
  position: relative;
  top: -60px;
}

.reason__features {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .reason__features {
    margin: 0 auto 0;
  }
}

.reason__features-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .reason__features-title {
    flex-direction: column;
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.reason__features-title::before {
  content: "＼";
  font-size: 26px;
  font-weight: normal;
  color: #666;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .reason__features-title::before {
    display: none;
  }
}

.reason__features-title::after {
  content: "／";
  font-size: 26px;
  font-weight: normal;
  color: #666;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .reason__features-title::after {
    display: none;
  }
}

.reason__features-title-text {
  position: relative;
}

@media screen and (max-width: 767px) {
  .reason__features-title-text::before {
    content: "＼";
    font-size: 22px;
    font-weight: normal;
    color: #666;
    margin-right: 10px;
    display: inline;
  }
  .reason__features-title-text::after {
    content: "／";
    font-size: 22px;
    font-weight: normal;
    color: #666;
    margin-left: 10px;
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .reason__features-title-bottom {
    white-space: nowrap;
    display: block;
  }
}

.reason__features-title-highlight {
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 60%, #fffa87 60%);
  padding: 0 5px;
}

.reason__features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .reason__features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.reason__feature-item {
  background: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .reason__feature-item {
    padding: 10px;
    gap: 10px;
  }
}

.reason__feature-icon {
  width: 101px;
  height: auto;
  flex-shrink: 0;
}

.reason__feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .reason__feature-icon {
    width: 80px;
    height: 80px;
  }
}

.reason__feature-text {
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .reason__feature-text {
    font-size: 16px;
  }
}

.benefit {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}

@media screen and (max-width: 767px) {
  .benefit {
    padding: 10% 0;
  }
}

.benefit__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .benefit__items {
    gap: 10px;
  }
}

.benefit__item {
  text-align: left;
  width: 528px;
  background: #F3FAFA;
  border-radius: 15px;
  padding-top: 20px;
}

@media screen and (max-width: 1399px) {
  .benefit__item {
    width: 48;
  }
}

@media screen and (max-width: 767px) {
  .benefit__item {
    border-radius: 0;
    width: 100%;
    padding-top: 0px;
  }
}

.benefit__image {
  height: auto;
}

@media screen and (max-width: 1399px) {
  .benefit__image {
    width: 100%;
  }
}

.benefit__text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 0  25px 25px;
}

.success {
  position: relative;
  padding: 100px 20px;
  background: url("../images/success-bg.jpg") center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .success {
    padding: 10% 0;
  }
}

.success__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.success__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #00947a;
  margin-bottom: 40px;
}

.success__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.success__item {
  background: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .success__item {
    flex-direction: column;
    padding: 40px 20px;
  }
}

.success__image {
  flex-shrink: 0;
  width: 385px;
  height: auto;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .success__image {
    width: 100%;
  }
}

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

.success__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.success__headline {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #009788;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .success__headline {
    font-size: 18px;
  }
}

.success__text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  flex: 2.5;
}

.success__author {
  margin-top: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.success__author::before {
  content: "";
  width: 16px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/icon-author.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

.flow {
  padding: 100px 20px;
  background-color: #f8f9fa;
  background-image: url("../images/flow-bg.png");
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 10% 0;
  }
}

.flow__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.flow__item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 40px;
  padding: 20px 40px;
  background: #F5F5F5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow__item {
    padding: 30px 20px;
    gap: 20px;
  }
}

.flow__item::after {
  content: "";
  position: absolute;
  left: 120px;
  top: 100%;
  width: 2px;
  height: 40px;
  border-left: 2px dotted #8C9A9B;
}

@media screen and (max-width: 767px) {
  .flow__item::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.flow__item:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .flow__item {
    flex-direction: column;
    text-align: center;
  }
}

.flow__icon {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}

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

.flow__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .flow__content {
    flex-direction: column;
    text-align: center;
  }
}

.flow__text {
  flex: 1;
}

.flow__step {
  font-size: 20px;
  font-weight: 700;
  color: #00947a;
}

@media screen and (max-width: 767px) {
  .flow__step {
    margin-bottom: 10px;
  }
}

.flow__headline {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .flow__headline {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.flow__description {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.flow__button {
  display: inline-block;
  min-width: 180px;
  padding: 10px 0;
  margin-left: auto;
  border-radius: 999px;
  background: #00947a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}

.flow__button:hover {
  background: #007f68;
}

@media screen and (max-width: 767px) {
  .flow__button {
    margin: 20px auto 0;
    min-width: 200px;
  }
}

.faq {
  padding: 80px 20px;
  background-color: #F3FAFA;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 10% 0;
  }
}

.faq::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 200px;
  width: 800px;
  height: 580px;
  background-image: url("../images/qa-bk.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
  z-index: 0;
}

@media screen and (max-width: 1399px) {
  .faq::before {
    right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .faq::before {
    display: none;
  }
}

.faq__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.faq__title {
  font-size: 28px;
  font-weight: 700;
  color: #00947a;
  margin-bottom: 40px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq__item {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.faq__item.active .faq__answer {
  max-height: 500px;
  padding: 20px;
  opacity: 1;
  visibility: visible;
}

.faq__item.active .faq__question-icon {
  transform: rotate(180deg);
}

.faq__question {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  background: #ffffff;
  position: relative;
  transition: background 0.3s ease;
}

.faq__question:hover {
  background: #d1ebe6;
}

@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 16px;
    padding: 20px 10px;
  }
}

.faq__question picture {
  line-height: 0;
}

.faq__question-text {
  flex: 1;
  text-align: left;
}

.faq__question-icon {
  width: 20px;
  height: auto;
  transition: transform 0.3s ease;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .faq__question-icon {
    width: 15px;
  }
}

.faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  text-align: left;
  border-top: 2px dotted #4b6462;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .faq__answer {
    border-top: none;
  }
}

.faq__answer-text {
  flex: 1;
}

.faq__icon {
  width: 24px;
  height: 24px;
}

.column {
  padding: 80px 20px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .column {
    padding: 10% 0;
  }
}

.column__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.column__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #333;
}

.column__title span {
  color: #00947a;
}

.column__list {
  display: flex;
  gap: 25px;
  margin-bottom: 100px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .column__list {
    flex-direction: column;
    margin-bottom: 20px;
    justify-content: center;
    gap: 5px;
  }
}

body.home .column__list {
  justify-content: center;
}

.column__item {
  background: #F5F5F5;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease-in-out;
  width: 350px;
  display: flex;
  flex-direction: column;
  flex: 1 1 300px;
  max-width: 100%;
}

.column__item:hover {
  transform: translateY(-5px);
}

.column__item img {
  width: 350px;
  height: 177px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .column__item img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .column__item {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 10px;
    background: none;
    border-bottom: 1px solid #eeeeee;
  }
}

.column__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 170px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .column__content {
    min-height: auto;
    flex-grow: 1;
    padding: 0 3%;
    width: 70%;
  }
}

.column__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .column__title {
    margin-bottom: 4px;
  }
}

.column__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .column__meta {
    gap: 0px;
  }
}

.column__category {
  font-size: 15px;
  background: #009788;
  color: #fff;
  border-radius: 50px;
  padding: 1px 25px;
}

.column__tag {
  font-size: 14px;
  min-height: 40px;
}

@media screen and (max-width: 767px) {
  .column__tag {
    margin-top: 5px;
  }
}

.column__date-arrow {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .column__date-arrow {
    line-height: 0;
    margin-top: 5px;
  }
}

.column__date {
  font-size: 15px;
  color: #807d7d;
}

.column__arrow img {
  font-size: 16px;
  color: #00947a;
  width: 20px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .column__arrow img {
    width: 20px;
  }
}

.column__button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  background: #00947a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 40px;
  transition: all 0.3s;
}

.column__button:hover {
  background: #007f68;
}

.news {
  background: #F3FAFA;
  padding: 80px 0;
}

.news__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.news__inner .button--more {
  margin: 80px auto;
  display: block;
}

.news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news__item {
  margin-bottom: 10px;
}

.news__item .news__item-link {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease;
  flex-wrap: wrap;
}

.news__item .news__item-link:hover {
  background: #d1ebe6;
}

.news__item .news__item-link .news__meta {
  display: flex;
  gap: 20px;
  white-space: nowrap;
}

.news__item .news__item-link .news__text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .news__item .news__item-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .news__item .news__item-link .news__meta {
    order: 1;
  }
  .news__item .news__item-link .news__text {
    order: 2;
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.news__category {
  background: #ee8a41;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
}

.news__date {
  font-size: 15px;
  color: #888;
}

.news__text {
  font-size: 16px;
  color: #333;
}

.news .section-title {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 40px 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .news .news__inner .button--more {
    margin: 40px auto;
  }
}

@media screen and (max-width: 767px) {
  .news .section-title {
    margin-bottom: 3rem;
  }
}

.download {
  padding: 70px 0 80px 0;
}

.download__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.download__inner .button--download, .download__inner .footer__buttons--download {
  width: 400px;
  margin: 0 auto;
  display: block;
  font-size: 17px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .download__inner .button--download, .download__inner .footer__buttons--download {
    width: 70%;
    margin-bottom: 40px;
  }
}

.download__title {
  font-size: 28px;
  font-weight: bold;
  color: #2c7a7b;
  margin-bottom: 20px;
}

.download__lead {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.5;
}

.download__button {
  display: block;
  padding: 15px 30px;
  background: #ff9800;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  transition: background 0.3s;
  margin-top: 20px;
  max-width: 300px;
  margin: 0 auto;
}

.download__button:hover {
  background: #e68900;
}

@media screen and (max-width: 767px) {
  .download {
    padding: 0;
  }
}

.download-item {
  display: flex;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.download-item__thumbnail {
  flex: 1;
  padding: 20px;
  background: #fff;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .download-item__thumbnail {
    width: 100%;
    padding: 0;
  }
}

.download-item__thumbnail img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.download-item__details {
  flex: 2;
  padding: 20px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .download-item__details {
    padding: 0;
  }
}

.download-item__title {
  border-left: 6px solid #35a562;
  padding-left: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
  font-size: 1.25em;
  font-weight: bold;
}

.download-item__note {
  background: #e9f7ee;
  padding: 15px 20px;
}

.download-item__note h4 {
  font-size: 1.1em;
  color: #35a562;
  font-weight: bold;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #35a562;
}

.download-item__size {
  background: #eee;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 4px 4px 3px 9px;
  font-size: 0.8em;
}

.download-item__explain {
  margin-bottom: 20px;
}

.download-item__list {
  list-style: none;
  padding: 0;
}

.download-item__list li {
  margin-bottom: 5px;
  font-size: 15px;
}

.download-item__list li::before {
  content: "・";
  color: #333333;
}

@media screen and (max-width: 767px) {
  .download-item {
    padding: 0px 0px 20px 0px;
    flex-direction: column;
  }
}

.contact {
  padding: 50px 0 80px 0;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-lead {
  margin-bottom: 3rem;
}

.contact-form {
  max-width: 900px;
  margin: 0 auto;
  background: #f3fafa;
  padding: 4rem 6rem;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 4rem 1rem;
  }
}

.contact-form__container {
  display: flex;
  flex-direction: column;
}

.contact-form__row {
  margin-top: 1.5rem;
}

.contact-form h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.contact-form .required {
  color: red;
  margin-right: 4px;
}

.contact-form select, .contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #e2e0e0;
  border-radius: 4px;
  margin-top: 5px;
  background: #fff;
}

.contact-form select::placeholder, .contact-form input::placeholder, .contact-form textarea::placeholder {
  opacity: 0.6;
  color: #b3b2b2;
}

.contact-form select {
  width: 100%;
  padding: 10px 12px;
  background-image: url("../images/arrow-contact.png");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-color: #ffffff;
  background-size: 1.2em;
}

.contact-form__input {
  display: flex;
  gap: 10px;
}

.contact-form__input input {
  flex: 1;
}

.contact-form__input input::placeholder {
  opacity: 0.6;
  color: #b3b2b2;
}

.contact-form__textarea textarea {
  width: 100%;
  height: 120px;
  resize: vertical;
  margin-bottom: 2rem;
}

.contact-form__textarea textarea::placeholder {
  opacity: 0.6;
  color: #b3b2b2;
}

.contact-form__note {
  text-align: center;
  margin-top: 1rem;
}

.contact-form__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form__checkbox input {
  width: 5%;
}

.contact-form__checkbox label {
  margin-left: 8px;
  font-size: 0.9rem;
}

.contact-form__checkbox a {
  text-decoration: underline;
}

.contact-form__checkbox a:hover {
  opacity: 0.8;
}

.contact-form__submit {
  display: flex;
  justify-content: center;
}

.contact-form__submit .btn {
  background-color: #009788;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
  max-width: 400px;
  margin-top: 3rem;
  border-radius: 30px;
  text-align: center;
}

.contact-form__submit .btn:hover {
  background-color: #009788;
}

.contact-form__submit .btn:disabled {
  background-color: #ccc;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 20px 80px 20px;
  }
}

.mypage-login {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.mypage-login__container {
  background: #f5f5f5;
  padding: 50px 90px 40px 90px;
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mypage-login__container h2 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10%;
  position: relative;
  border-bottom: 1px solid #d8d7d7;
  padding-bottom: 10px;
  width: 100%;
}

.mypage-login__container p {
  width: 100%;
  margin-bottom: 2%;
}

.mypage-login__container input {
  color: #16181a;
  border: 1px solid #dee2e6;
  padding: 0.7rem 1rem;
  border-radius: 0;
  margin-bottom: 5%;
  width: 100%;
  background: #fff;
}

.mypage-login__container input::placeholder {
  color: #cccccc;
}

.mypage-login__container form {
  width: 100%;
}

.mypage-login__container .login_btn {
  background: orange;
  color: #ffffff;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 3% 0;
  border-radius: 3px;
  font-size: 17px;
  font-weight: bold;
  margin-top: 6%;
  display: block;
  border: none;
}

@media screen and (max-width: 767px) {
  .mypage-login__container {
    padding: 40px 30px 40px 30px;
  }
}

.mypage-login__alert {
  background: #feefef;
  padding: 3%;
  margin-top: -30px;
  margin-bottom: 20px;
  border: 1px solid #da1414;
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .mypage-login {
    padding: 50px 0;
  }
}

.howto__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .howto__inner {
    padding: 20px 10px;
  }
}

.howto__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.howto__lead {
  font-size: 16px;
  margin-bottom: 40px;
}

.howto-item {
  display: flex;
  overflow: hidden;
  gap: 30px;
  border-top: 1px solid #cccccc;
  padding: 40px 0 40px 0;
}

.howto-item__thumbnail {
  flex: 1.5;
  background: #fff;
}

.howto-item__thumbnail img {
  width: 85%;
  height: auto;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}

.howto-item__size {
  background: #eee;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 4px 4px 3px 9px;
  font-size: 0.8em;
}

.howto-item__rating {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border-bottom: 1px dotted #35a562;
  padding: 10px 10px 5px 10px;
}

.howto-item__rating dt {
  font-weight: 700;
}

.howto-item__rating dd {
  color: #ffa500;
}

.howto-item__details {
  flex: 2;
  background: #fff;
}

.howto-item__title {
  border-left: 6px solid #35a562;
  padding-left: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 1.25em;
  font-weight: bold;
}

.howto-item__button {
  display: inline-block;
  padding: 10px 20px;
  background: #00947a;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}

.howto-item__button:hover {
  background: #007f68;
}

.howto-item__note {
  background: #e9f7ee;
  padding: 15px 20px;
  margin-bottom: 40px;
}

.howto-item__note h4 {
  color: #35a562;
  font-weight: bold;
  border-bottom: 1px solid #35a562;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-size: 18px;
}

.howto-item__note h4::before {
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../images/mypage_checkicon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .howto-item__note {
    padding: 10px;
  }
}

.howto-item__benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.howto-item__benefits li {
  background: #FFF;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  list-style: none;
  line-height: 1.4;
  flex-direction: column;
  font-size: 14px;
}

.howto-item__benefits li img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .howto-item__benefits li img {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .howto-item__benefits li {
    width: 100%;
    height: auto;
    flex-direction: row;
    border-radius: 0;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .howto-item__benefits {
    gap: 10px;
    flex-direction: column;
  }
}

.howto-item .button--download, .howto-item .footer__buttons--download {
  width: 300px;
  margin: 0 auto;
  display: block;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .howto-item .button--download, .howto-item .footer__buttons--download {
    width: 70%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .howto-item {
    flex-direction: column-reverse;
  }
}

/*  アーカイブ一覧*/
body.archive main {
  max-width: 1100px;
  margin: 100px auto;
}

@media screen and (max-width: 767px) {
  body.archive main {
    margin: 30px auto;
  }
}

/*  newsアーカイブ一覧*/
.news__list.archive li {
  border-bottom: 1px solid #dedbdb;
}

@media screen and (max-width: 767px) {
  .news__list.archive li {
    margin: 0 3%;
  }
}

.single-post {
  display: flex;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 100px;
  line-height: 1.8;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .single-post {
    flex-direction: column;
    gap: 0;
    margin-top: 30px;
  }
}

.single-post__meta {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.single-post__taxonomy {
  background-color: #009788;
  color: #fff;
  width: fit-content;
  border-radius: 30px;
  text-align: center;
  padding: 2px 14px;
  font-size: 14px;
}

.single-post__thumbnail {
  height: 350px;
  object-fit: cover;
  object-position: 0% 20%;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .single-post__thumbnail {
    height: auto;
  }
}

.single-post__title {
  font-size: 26px;
  border-bottom: 2px solid #d3d9d8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single-post__title {
    font-size: 20px;
  }
}

.single-post__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.single-post__tag-item {
  display: inline-block;
  padding: 4px 12px 5px 12px;
  background-color: #ffffff;
  color: #333333;
  font-size: 13px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3sease-in-out, transform 0.2sease-in-out;
  border: 1px solid #b8b6b6;
  line-height: 1;
}

.single-post__tag-item:hover {
  background-color: #efecec;
}

.single-post__tag-item--disabled {
  background-color: #6c757d;
  pointer-events: none;
}

.single-post__content {
  flex: 1;
  max-width: calc(100% - 350px - 40px);
  flex-direction: column;
  align-items: center;
}

.single-post__content h3 {
  background-color: #edf3f0;
  border-left: 7px solid #009788;
  color: #000;
  font-size: 20px;
  padding: 6px 4px 6px 20px;
  margin: 20px 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .single-post__content h3 {
    font-size: 18px;
    line-height: 1.6;
  }
}

.single-post__content h4 {
  color: #00947a;
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: bold;
}

.single-post__content p {
  margin-bottom: 20px;
}

.single-post__content figure {
  margin-bottom: 30px;
}

.single-post__content__list {
  background: #f0f3f3;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.single-post__content__list li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #c9c9c9;
}

.single-post__content__list-nested {
  border: none;
  padding: 0 20px;
  margin-bottom: 0;
}

.single-post__content__list-nested li {
  margin-bottom: 10px;
  border-bottom: none;
}

.single-post__content #toc_container {
  width: 100%;
  border: none;
  background: #fcfdf0;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.single-post__content #toc_container .toc_title {
  text-align: left;
  font-size: 17px;
}

.single-post__content #toc_container ul {
  margin-top: 10px !important;
}

.single-post__content #toc_container ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c9c9c9;
}

.single-post__content #toc_container ul li ul {
  margin-top: 5px !important;
}

.single-post__content #toc_container ul li ul li {
  border-bottom: none;
  list-style: circle;
  margin-bottom: 0;
  margin-left: 20px;
}

.single-post__content #toc_container ul li ul li .toc_number {
  display: none;
}

.single-post__content #toc_container .toc_number {
  background-color: #676767;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  padding-left: 7px;
  padding-top: 0px;
  font-size: 12px;
  margin-right: 3px;
  line-height: 1.5;
}

.single-post__content .wp-block-list {
  background: #f0f3f3;
  padding: 15px 20px 15px 20px;
  margin-bottom: 30px;
}

.single-post__content .wp-block-list li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #c9c9c9;
}

.single-post__content .wp-block-list .wp-block-list {
  border: none;
  padding: 0px 20px 0 20px;
  margin-bottom: 0;
}

.single-post__content .wp-block-list .wp-block-list li {
  margin-bottom: 10px;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .single-post__content {
    max-width: 100%;
  }
}

.single-post__content .box01 {
  background: #f5f5f5;
  padding: 20px 20px 0 20px;
}

.single-post__content .ranking_tbl {
  margin-top: 15px;
}

.single-post__content .ranking_tbl thead {
  background: #f5f5f5;
  border-bottom: none;
}

.single-post__content .ranking_tbl td, .single-post__content .ranking_tbl th {
  border: none;
  padding-left: 30px;
}

.single-post__content .ranking_tbl tr {
  border-bottom: 1px solid #b9b6b6;
  padding-left: 30px;
}

.single-post__content .ranking_tbl th:first-child, .single-post__content .ranking_tbl td:first-child {
  width: 100px;
  text-align: center;
  background: #edf3f0;
  padding-left: 0;
}

.single-post__article {
  width: 100%;
}

.single-post .post-navigation {
  margin: 40px 0;
}

.single-post .post-navigation__links {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0;
  flex-wrap: wrap;
}

.single-post .post-navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #f0f3f3;
  color: #333;
  padding: 5px 15px;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin: 10px;
}

@media screen and (max-width: 767px) {
  .single-post .post-navigation__link {
    margin: 10px 0;
    padding: 10px;
  }
}

.single-post .post-navigation__link:hover {
  background-color: #009788;
  color: #fff;
}

.single-post .post-navigation__link--prev, .single-post .post-navigation__link--next {
  flex: 1;
  width: 350px;
  min-width: 350px;
}

.single-post .post-navigation__link--next {
  flex-direction: row-reverse;
}

.single-post .post-navigation__link--next .post-navigation__thumbnail {
  margin-right: 0;
  margin-left: 10px;
}

.single-post .post-navigation__link--archive {
  flex: 0 0 auto;
  font-size: 16px;
}

.single-post .post-navigation__link--disabled {
  background-color: #fff;
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .single-post .post-navigation__link--disabled {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .single-post .post-navigation__link {
    width: 100%;
    min-width: unset;
  }
}

.single-post .post-navigation__thumbnail {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}

.single-post .post-navigation__text {
  display: flex;
  flex-direction: column;
}

.single-post .post-navigation__label {
  font-size: 14px;
  font-weight: bold;
}

.single-post .post-navigation__title {
  font-size: 12px;
  line-height: 1.4;
}

.single-post mark {
  background: linear-gradient(transparent 50%, #fffa8f 50%);
  font-weight: normal;
}

.single-post.news {
  justify-content: center;
  background: none;
  padding: 50px 0;
}

.single-post.news .single-post__article {
  margin-bottom: 100px;
}

.single-post.news .single-post__article a {
  text-decoration: underline;
  color: #00947a;
}

.single-post.news .single-post__content {
  max-width: 1000px;
}

.single-post.news .post-navigation__link {
  padding: 10px 25px;
}

@media screen and (max-width: 1399px) {
  .single-post.news {
    padding: 50px 20px;
  }
}

.related-posts {
  flex: 0 0 350px;
  max-width: 350px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .related-posts {
    padding-top: 0;
  }
}

.related-posts__heading {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.related-posts__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}

.related-posts__item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.related-posts__link {
  display: flex;
  text-decoration: none;
  color: inherit;
}

.related-posts__thumbnail {
  width: auto;
  height: 70px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 4px;
}

.related-posts__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.related-posts__date {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.related-posts__title {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background-image: radial-gradient(circle at 100% 0%, #24b7a0 0%, #069082);
  margin-bottom: 20px;
  padding: 5px 14px;
}

.related-posts__subtitle {
  font-size: 15px;
  line-height: 1.4;
}

.related-posts__subtitle:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.related-posts__none {
  font-size: 16px;
  color: #999;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .related-posts {
    max-width: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */