@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

figure {
  margin: 0;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

address {
  font-style: normal;
}

a {
  display: block;
  color: #000;
  text-decoration: none;
}

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

.conversion__number {
  font-size: 64px;
  font-family: "din-2014", sans-serif;
  letter-spacing: 3px;
  line-height: 1;
  font-weight: bold;
}

.conversion__line {
  display: block;
  padding: 18px 96px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .conversion__line {
    padding: 18px 0;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

body {
  font-family: acumin-pro, Noto Sans JP, sans-serif;
}

b {
  color: #2c9683;
  font-weight: bold;
}

p, dd, li, h2, h3, h4, dt {
  line-height: 1.5;
}

h2, h3, h4 {
  letter-spacing: 0.05em;
}

p {
  letter-spacing: 0.05em;
}

.sp {
  display: none;
}
@media screen and (max-width: 1288px) {
  .sp {
    display: block;
  }
}

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

.pad {
  display: block;
}
@media screen and (max-width: 599px) {
  .pad {
    display: none;
  }
}

.number {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 1584px) {
  .number {
    font-size: 48px;
  }
}
@media screen and (max-width: 599px) {
  .number {
    font-size: 10vw;
  }
}

.br {
  display: block;
}

.wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 599px) {
  .wrap {
    gap: 32px;
  }
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .inner {
    width: calc(100% - 32px);
  }
}

.btn {
  background: linear-gradient(30deg, #004092, #2c9683);
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  padding: 24px 48px;
  border-radius: 8px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn:before {
  content: "";
  display: block;
  min-width: 18px;
  min-height: 18px;
  border-radius: 100%;
  transform: rotate(45deg);
  background: linear-gradient(180deg, #004092, #004092 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #004092, #004092 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #fff;
}
.btn:hover:before {
  background: linear-gradient(180deg, #004092, #004092 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #004092, #004092 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #fff;
}
@media screen and (max-width: 599px) {
  .btn {
    padding: 16px 32px;
    width: 100%;
    justify-content: center;
  }
}

.contents-space {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 599px) {
  .contents-space {
    gap: 32px;
  }
}
.contents-space__inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .contents-space__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .contents-space__inner {
    width: calc(100% - 32px);
  }
}

.hl {
  position: relative;
}
.hl::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  display: block;
  background-color: #2c9683;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 0.125em);
  bottom: calc(100% + 8px);
}

.conversion {
  background-color: #fff;
  position: relative;
}
.conversion__body {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  text-align: center;
  padding: 48px 32px 32px 32px;
}
@media screen and (max-width: 1288px) {
  .conversion__body {
    display: block;
    padding: 32px;
  }
}
@media screen and (max-width: 599px) {
  .conversion__body {
    padding: 24px;
  }
}
.conversion__copy {
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.5em;
  background-color: #fff;
  padding: 4px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 1288px) {
  .conversion__copy {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .conversion__copy {
    font-size: 16px;
  }
}
.conversion__ul {
  display: flex;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.conversion__li {
  background: #2c9683;
  padding: 6px 12px;
  border-radius: 22px;
}
.conversion__li:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 599px) {
  .conversion__li {
    font-size: 14px;
  }
}
.conversion__number {
  font-size: 96px;
  margin: 8px 0;
}
@media screen and (max-width: 1584px) {
  .conversion__number {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .conversion__number {
    font-size: 10vw;
    white-space: nowrap;
  }
}
.conversion__contact {
  background-color: #2c9683;
  border-bottom: 6px solid #AA0013;
  margin-bottom: 18px;
  padding: 32px 64px 32px 96px;
  width: 100%;
  color: #fff;
  background: url("images/ico-mail.webp") left 64px center/24px no-repeat #2c9683;
}
@media screen and (max-width: 1288px) {
  .conversion__contact {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .conversion__contact {
    padding: 16px 32px 16px 48px;
    margin-bottom: 18px;
    background-position: left 32px center;
  }
}
.conversion__line {
  background-color: #58b023;
  border-bottom: 6px solid #4D771E;
}
@media screen and (max-width: 1288px) {
  .conversion__btn {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    gap: 32px;
    margin: 32px auto 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .conversion__btn {
    display: block;
    width: 100%;
    gap: 16px;
    margin: 16px auto 0 auto;
  }
}
.conversion__cach {
  line-height: 1.5;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.campaign {
  background: linear-gradient(-90deg, #2c9683 10%, #f89029 10%, #f89029 30%, #2c9683 30%);
  padding: 0px 4px;
  margin-bottom: 32px;
}
.campaign__body {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.campaign__description {
  width: 50%;
  line-height: 1.5;
}
.campaign__description small {
  font-size: 12px;
  font-weight: normal;
}
.campaign__copy {
  line-height: 1.5;
  width: 80%;
  margin: 32px auto;
  font-weight: bold;
}
.campaign__data {
  color: #2c9683;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
}
.campaign__data-num {
  font-size: 104px;
}
.campaign__title {
  font-size: 32px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  color: #58b023;
}
.campaign__title-span {
  color: #2c9683;
}
.campaign__title-bubble {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  margin: 0 auto 8px auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #004092;
}
.campaign__title-bubble:before {
  content: "";
  background: url(images/bubble-left.webp) center/cover no-repeat;
  display: block;
  width: 1.25em;
  height: 1.625em;
  margin-right: 8px;
}
.campaign__title-bubble:after {
  content: "";
  background: url(images/bubble-right.webp) center/cover no-repeat;
  display: block;
  width: 1.25em;
  height: 1.625em;
  margin-left: 8px;
}
.campaign__inner {
  background-color: #fff;
  padding: 32px;
}
.campaign__count-num {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: #2c9683;
}
.campaign__date {
  padding: 16px;
  display: flex;
  margin: 0 0 0 auto;
  align-items: flex-end;
  font-weight: bold;
  gap: 8px;
}
.campaign__date-title {
  color: #004092;
}
.campaign__date-num {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  color: #2c9683;
  line-height: 1;
}
.campaign__date-time {
  gap: 4px;
}
.campaign__date-week {
  background-color: #004092;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 2px 2px 3px 2px;
}
.campaign__att {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  padding: 4px 0;
}

.record {
  background: url("images/record-left.webp") left/contain no-repeat, url("images/record-right.webp") right/contain no-repeat;
  padding: 32px 96px;
  color: #004092;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  white-space: nowrap;
}
.record strong {
  display: block;
  font-size: 48px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #2c9683, #004092);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
}
.record mark {
  font-size: 112px;
  line-height: 1;
}

.breadcrumb {
  display: flex;
  gap: 4px;
  font-size: 14px;
  color: #8f8f8f;
  align-items: center;
  padding-top: 16px;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .breadcrumb {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumb {
    width: calc(100% - 32px);
  }
}
.breadcrumb__item {
  display: flex;
}
.breadcrumb__item:not(:first-child)::before {
  content: ">";
  margin: 0 4px;
}
.breadcrumb__item a {
  text-decoration: underline;
}

.flow-comp__inner {
  padding: 96px 0;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .flow-comp__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .flow-comp__inner {
    width: calc(100% - 32px);
  }
}
.flow-comp__list {
  display: flex;
  gap: 32px;
  counter-reset: item;
}
@media screen and (max-width: 599px) {
  .flow-comp__list {
    flex-wrap: wrap;
  }
}
.flow-comp__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  width: calc((100% - 96px) / 4);
  justify-content: flex-end;
}
.flow-comp__item:not(:last-child) figure {
  position: relative;
}
.flow-comp__item:not(:last-child) figure::after {
  content: "";
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  border: solid transparent;
  border-left-color: #2c9683;
  border-width: 8px;
  height: 0;
  width: 0;
}
@media screen and (max-width: 599px) {
  .flow-comp__item {
    width: calc(50% - 16px);
  }
}
.flow-comp__item-title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.flow-comp__item-title:before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  background-color: #2c9683;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .flow-comp__item-title:before {
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
  }
}
.flow-comp__item-copy {
  font-size: 16px;
}

.comp--bg {
  background-color: #f7f7f7;
}
.comp__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1288px) {
  .comp__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .comp__inner {
    width: calc(100% - 32px);
  }
}
.comp__title {
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
  background: linear-gradient(#2c9683, #2c9683) no-repeat center bottom/1em 4px;
  padding-bottom: 8px;
}
.comp__description {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 40px auto;
  line-height: 1.5;
}
.comp__link {
  display: block;
  color: #fff;
  background: #333;
  border-radius: 4px;
  padding: 32px 64px;
  font-weight: bold;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .comp__link {
    padding: 16px 32px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}
.comp__link:hover {
  background: #fff;
  border: 2px solid #333;
  color: #333;
}

.post-comp__list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.post-comp__item {
  width: calc((100% - 64px) / 3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .post-comp__item {
    width: 100%;
  }
}
.post-comp__item--bg {
  width: calc((100% - 64px) / 3);
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .post-comp__item--bg {
    width: 100%;
  }
}
.post-comp__link {
  display: flex;
  flex-direction: column;
}
.post-comp__thumbnail {
  width: 100%;
  height: 200px;
  background-color: #ccc;
  order: 1;
}
.post-comp__content {
  padding: 16px;
  order: 2;
}
.post-comp__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  align-items: flex-start;
}
.post-comp__tags {
  display: flex;
  gap: 8px;
  justify-content: end;
}
.post-comp__tag::before {
  content: "#";
  margin-right: 4px;
}
.post-comp__date {
  font-size: 12px;
  color: #8f8f8f;
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 1288px) {
  .header {
    height: 64px;
  }
}
.header__link {
  padding: 8px 24px;
  height: 64px;
}
@media screen and (max-width: 1288px) {
  .header__link {
    height: 48px;
  }
}
@media screen and (max-width: 599px) {
  .header__link {
    height: 40px;
  }
}
.header__logo {
  width: auto;
  height: 100%;
}
.header__copy {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .header__copy {
    display: block;
    width: calc(100% - 120px);
  }
}

.gnav__contact-link, .gnav__link, .gnav__btn {
  height: 80px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 1288px) {
  .gnav__contact-link, .gnav__link, .gnav__btn {
    height: 64px;
  }
}
@media screen and (max-width: 599px) {
  .gnav__contact-link, .gnav__link, .gnav__btn {
    height: 40px;
  }
}

.gnav {
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  right: 0;
}
.gnav .is-visible {
  opacity: 1;
  height: auto;
}
.gnav__ul {
  display: flex;
}
@media screen and (max-width: 1288px) {
  .gnav__ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    flex-direction: column;
    padding-top: 32px;
  }
}
.gnav__link, .gnav__btn {
  padding: 0 24px;
}
@media screen and (max-width: 599px) {
  .gnav__link, .gnav__btn {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1288px) {
  .gnav__link {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .gnav__link:before {
    content: "";
    display: block;
    min-width: 18px;
    min-height: 18px;
    border-radius: 100%;
    transform: rotate(45deg);
    background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #2c9683;
  }
  .gnav__link:hover:before {
    background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #2c9683;
  }
}
.gnav__btn {
  display: flex;
  align-items: center;
}
.gnav__btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2c9683;
  border-top: 2px solid #2c9683;
  margin-left: 8px;
  transform: rotate(135deg);
}
.gnav__btn--active {
  display: flex;
  align-items: center;
}
.gnav__btn--active:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2c9683;
  border-top: 2px solid #2c9683;
  margin-left: 8px;
  transform: rotate(-45deg);
}
.gnav__contact {
  background-color: #2c9683;
}
.gnav__contact-link {
  padding: 0 32px 0 60px;
  color: #fff;
  background: url("images/calculator-white.svg") left 32px center/18px no-repeat;
}
@media screen and (max-width: 1288px) {
  .gnav__contact-link {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.gnav__dl {
  display: flex;
  opacity: 0;
  height: 0;
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: opacity 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 1288px) {
  .gnav__dl {
    position: static;
    flex-direction: column;
  }
}
.gnav__dl--active {
  opacity: 1;
  height: auto;
}
.gnav__dl-link {
  padding: 32px;
}
@media screen and (max-width: 1288px) {
  .gnav__dl-link {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .gnav__dl-link {
    padding: 16px;
  }
}
.gnav__dl-main {
  background-color: #fefac5;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1288px) {
  .gnav__dl-main {
    width: 100%;
  }
}
.gnav__dl-sub {
  display: flex;
  width: calc(100% - 500px);
  flex-wrap: wrap;
}
@media screen and (max-width: 1288px) {
  .gnav__dl-sub {
    width: 100%;
    border-bottom: 16px solid #fefac5;
  }
}
.gnav__body {
  width: 33.3333333333%;
}
@media screen and (max-width: 1288px) {
  .gnav__body {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .gnav__body {
    width: 100%;
    border-bottom: 1px solid #2c9683;
  }
}
.gnav__dt {
  font-weight: bold;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gnav__dt:before {
  content: "";
  display: block;
  min-width: 18px;
  min-height: 18px;
  border-radius: 100%;
  transform: rotate(45deg);
  background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #2c9683;
}
.gnav__dt:hover:before {
  background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #2c9683;
}
@media screen and (max-width: 599px) {
  .gnav__dt {
    margin-bottom: 4px;
  }
}
.gnav__dt--main {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
}
.gnav__dt--main:before {
  content: "";
  display: block;
  min-width: 18px;
  min-height: 18px;
  border-radius: 100%;
  transform: rotate(45deg);
  background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #2c9683;
}
.gnav__dt--main:hover:before {
  background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #2c9683;
}
@media screen and (max-width: 599px) {
  .gnav__dt--main {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.gnav__dd {
  font-size: 14px;
  color: #2c9683;
  line-height: 1.5;
}

.hamburger {
  display: none;
  cursor: pointer;
  background: transparent;
  border: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  width: 80px;
  height: 64px;
  background-color: #fff;
}
@media screen and (max-width: 1288px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  background: #2c9683;
  display: block;
  height: 3px;
  position: absolute;
  width: calc(100% - 48px);
  transition: all 0.3s;
  left: 24px;
}
.hamburger__line:nth-child(1) {
  top: 18px;
}
.hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__line:nth-child(3) {
  bottom: 18px;
}
.hamburger.is-active .hamburger__line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__line:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.mainvisual {
  background: url("images/mainvisual.png") top left/cover no-repeat;
  height: calc(80vh - 100px);
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  padding: 64px 96px;
  font-size: 80px;
}
@media screen and (max-width: 1584px) {
  .mainvisual {
    font-size: 64px;
    padding: 32px 64px;
  }
}
@media screen and (max-width: 1288px) {
  .mainvisual {
    font-size: 48px;
    padding: 32px 48px;
  }
}
@media screen and (max-width: 599px) {
  .mainvisual {
    font-size: 32px;
    padding: 24px 32px;
  }
}
.mainvisual__bg {
  background-color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.mainvisual__bg:last-child {
  margin-left: 300px;
  margin-top: 32px;
}
@media screen and (max-width: 1288px) {
  .mainvisual__bg:last-child {
    margin-left: 48px;
  }
}
.mainvisual__highlight {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(-40deg, #a0b23d, #2c9683);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  padding: 8px 16px;
}

.contact-comp {
  background-color: #2c9683;
  padding: 32px;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .contact-comp {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .contact-comp {
    width: calc(100% - 0px);
  }
}
.contact-comp--cv {
  background: url("images/cv.jpg") no-repeat center/cover;
  padding: 32px 0;
}
.contact-comp__urgent {
  background-color: #fff;
  padding: 16px 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -16px auto;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .contact-comp__urgent {
    font-size: 16px;
    width: 80%;
  }
}
.contact-comp__urgent::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.contact-comp__details {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1288px) {
  .contact-comp__details {
    flex-direction: column;
    gap: 16px;
  }
}
.contact-comp__body {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 1288px) {
  .contact-comp__body {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .contact-comp__body {
    width: calc(100% - 32px);
  }
}
.contact-comp__body::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  left: 16px;
  width: 161px;
  height: 142px;
  background: url("images/cv_man.png") no-repeat top/cover;
}
@media screen and (max-width: 599px) {
  .contact-comp__body::before {
    width: 120px;
    height: 106px;
    left: 0;
  }
}
.contact-comp__copy {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  color: #2c9683;
}
@media screen and (max-width: 599px) {
  .contact-comp__copy {
    font-size: 18px;
    text-align: left;
  }
}
.contact-comp__text {
  font-size: 24px;
  margin: 0 auto 16px auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .contact-comp__text {
    font-size: 16px;
  }
}
.contact-comp__text--cv {
  font-size: 40px;
  margin: 0 auto 16px auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .contact-comp__text--cv {
    font-size: 16px;
    padding-left: 152px;
    padding-right: 24px;
  }
}
.contact-comp__phone {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 8px;
  display: flex;
}
@media screen and (max-width: 599px) {
  .contact-comp__phone {
    font-size: 40px;
    margin-bottom: 0;
  }
}
.contact-comp__phone-icon {
  width: 48px;
  height: 1em;
  margin-right: 8px;
}
@media screen and (max-width: 599px) {
  .contact-comp__phone-icon {
    width: 32px;
    margin-right: 4px;
  }
}
.contact-comp__hours {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 16px;
}
.contact-comp__hours-title {
  font-weight: bold;
}
.contact-comp__hours-time {
  font-size: 14px;
}
.contact-comp__cta {
  display: block;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 32px 32px 32px 64px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  background: url("images/calculator-white.svg") no-repeat left 32px center/1em #000;
}
@media screen and (max-width: 599px) {
  .contact-comp__cta {
    font-size: 16px;
    padding: 24px 24px 24px 56px;
    background: url("images/calculator-white.svg") no-repeat left 24px center/1em #000;
  }
}
.contact-comp__cta:hover {
  color: #000;
  border: 2px solid #000;
  background: url("images/calculator-black.svg") no-repeat left 32px center/1em #fff;
}

.footer {
  border-top: 2px solid #2c9683;
  font-size: 14px;
}
.footer__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 1288px) {
  .footer__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner {
    width: calc(100% - 32px);
  }
}
.footer__description {
  font-size: 16px;
  margin-bottom: 32px;
  border: 1px solid #ccc;
  padding: 32px;
  font-size: 14px;
}
.footer__address-item {
  display: flex;
  align-items: center;
}
.footer__links {
  text-decoration: underline;
  margin-top: 16px;
}
.footer__links a {
  padding: 4px 0;
}
.footer__badges {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.footer__badge {
  width: auto;
  height: 64px;
  background-color: #ccc;
}
@media screen and (max-width: 599px) {
  .footer__badge {
    height: 48px;
  }
}

.fixed-bar {
  transform: translateY(100%);
  background: #2c9683;
  font-weight: bold;
  padding: 16px 0;
  position: sticky;
  bottom: 0;
  color: #fff;
  line-height: 1;
  z-index: 99;
  transition: all 0.4s;
}
.fixed-bar--active {
  transform: translateY(0);
}
@media screen and (max-width: 599px) {
  .fixed-bar {
    display: none;
  }
}
.fixed-bar__phone {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.fixed-bar__phone__tit {
  font-size: 14px;
  width: 65px;
  height: 48px;
  background: #fff;
  color: #2c9683;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 8px;
  line-height: 1.2;
}
.fixed-bar__phone__contents {
  display: flex;
}
.fixed-bar__phone__contents:first-child {
  margin-bottom: 4px;
}
.fixed-bar__phone__dt {
  margin-right: 4px;
}
.fixed-bar__phone__dd {
  font-family: "din-2014", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
.fixed-bar__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.fixed-bar__bubble {
  background-color: #fff;
  position: relative;
  color: #333;
  padding: 8px;
}
.fixed-bar__bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.fixed-bar__address {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .fixed-bar__address {
    display: none;
  }
}
.fixed-bar__tel {
  margin: 0 12px 0 16px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 12px;
}
.fixed-bar__tel__contents {
  display: flex;
}
.fixed-bar__tel__dt {
  color: #fff;
  background: url(images/tel.svg) left center/32px no-repeat;
  padding-left: 40px;
  margin: 0 auto 8px auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-family: "din-2014", sans-serif;
  letter-spacing: 3px;
  white-space: nowrap;
}
.fixed-bar__tel__link {
  color: #fff;
}
.fixed-bar__tel__span {
  margin-right: 8px;
}
.fixed-bar__contact {
  display: block;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 16px 16px 16px 48px;
  text-align: center;
  text-decoration: none;
  background: url("images/calculator-white.svg") no-repeat left 16px center/1em #000;
}
.fixed-bar__contact:hover {
  color: #000;
  border: 2px solid #000;
  background: url("images/calculator-black.svg") no-repeat left 16px center/1em #fff;
}
.fixed-bar__line {
  display: block;
  color: #fff;
  background: url(images/icon-bubble.webp) left 24px center/16px no-repeat #58b023;
  padding: 16px 24px 16px 48px;
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1607843137);
}

.container--bg {
  background-color: #F7F7F7;
}
.container__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 1288px) {
  .container__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .container__inner {
    width: calc(100% - 32px);
  }
}
.container__title {
  font-size: 32px;
  line-height: 1.2;
  padding-top: 20px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 599px) {
  .container__title {
    font-size: 24px;
  }
}
.container__title::before, .container__title::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  position: absolute;
  bottom: calc(100% - 8px);
}
.container__title::before {
  left: calc(50% - 10px);
  background-color: #2c9683;
  transform: translateX(-50%) rotate(45deg);
}
.container__title::after {
  left: calc(50% + 10px);
  background-color: #a0b23d;
  transform: translateX(-50%) rotate(45deg);
}
.container__header {
  display: flex;
  gap: 16px;
  align-items: end;
  color: #2c9683;
  font-weight: bold;
  padding-top: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .container__header {
    flex-direction: column;
    align-items: start;
  }
}
.container__header-title {
  font-size: 32px;
  line-height: 1.2;
  font-size: 32px;
  line-height: 1.2;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .container__header-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .container__header-title {
    font-size: 24px;
  }
}
.container__header-title::before, .container__header-title::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  position: absolute;
  bottom: calc(100% - 8px);
}
.container__header-title::before {
  left: 2px;
  background-color: #2c9683;
  transform: rotate(45deg);
}
.container__header-title::after {
  left: 20px;
  background-color: #a0b23d;
  transform: rotate(45deg);
}
.container__description {
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
}

.post {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.post__item {
  width: calc((100% - 32px) / 3);
  background-color: #fff;
  border: #DDDDDD solid 1px;
}
@media screen and (max-width: 1288px) {
  .post__item {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .post__item {
    width: 100%;
  }
}
.post__link {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.post__content {
  padding: 16px 24px;
}
.post__thumbnail {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px auto;
  font-size: 18px;
}
.post__excerpt-item::before {
  content: "・";
  color: #2c9683;
  margin-right: 8px;
}

.feature {
  display: flex;
  gap: 16px;
  counter-reset: feature;
  flex-wrap: wrap;
}
.feature__item {
  width: calc((100% - 32px) / 3);
  background-color: #f7f7f7;
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 1288px) {
  .feature__item {
    width: calc((100% - 16px) / 2);
  }
  .feature__item:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .feature__item {
    width: 100%;
  }
}
.feature__item::before {
  counter-increment: feature 1;
  content: "Feature #" counter(feature, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2c9683;
  color: #fff;
  padding: 4px 8px;
  font-weight: bold;
}
.feature__image {
  margin-bottom: 16px;
}
.feature__image img {
  max-width: 80%;
  margin: 0 auto;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px auto;
  font-size: 18px;
  font-weight: bold;
}
.feature__highlight {
  display: block;
  background-color: #fefac5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.profile__image {
  width: 240px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
  .profile__image {
    width: 100%;
    position: static;
    margin-bottom: 16px;
  }
}
.profile__details {
  background-color: #f7f7f7;
  background: linear-gradient(90deg, #f7f7f7 80%, #fff 80%);
  padding-top: 64px;
}
.profile__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 32px 32px 272px;
  position: relative;
}
@media screen and (max-width: 1288px) {
  .profile__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .profile__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 599px) {
  .profile__inner {
    padding: 0 32px 32px 32px;
  }
}
.profile__bio {
  width: 1200px;
  margin: 0 auto;
  padding: 32px 32px 32px 272px;
}
@media screen and (max-width: 1288px) {
  .profile__bio {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .profile__bio {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 599px) {
  .profile__bio {
    padding: 32px;
  }
}
.profile__bio::before {
  content: "MESSAGE";
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #2c9683;
}
.profile__name {
  font-size: 32px;
}
.profile__name--english {
  font-size: 16px;
  font-weight: normal;
  margin-left: 8px;
}
.profile__career {
  margin-bottom: 32px;
}
.profile__item {
  display: flex;
  gap: 16px;
}
.profile__item-title {
  font-weight: bold;
}
.profile__item-title::after {
  content: ":";
  font-weight: normal;
}

.career__title {
  font-size: 24px;
  border-bottom: #DDDDDD solid 2px;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.career__item {
  display: flex;
  gap: 32px;
  border-bottom: #DDDDDD solid 1px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.career__item-title {
  font-weight: bold;
}

.faq {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
.faq:before {
  content: "Q&A";
  position: absolute;
  z-index: 0;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 15vw;
  line-height: 1;
  writing-mode: vertical-rl;
  top: 32px;
  left: 0;
  color: #fff;
}
.faq__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1288px) {
  .faq__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .faq__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 599px) {
  .faq__inner {
    padding: 64px 0;
  }
}
.faq__content {
  background-color: #fff;
}
.faq__content:not(:last-child) {
  margin-bottom: 32px;
}
.faq__category {
  background-color: #2c9683;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .faq__category {
    font-size: 18px;
  }
}
.faq__list {
  padding: 32px;
}
@media screen and (max-width: 599px) {
  .faq__list {
    padding: 16px;
  }
}
.faq__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .faq__item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.faq__question {
  position: relative;
  padding-left: 64px;
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .faq__question {
    font-size: 18px;
    line-height: 1.2;
    padding-left: 48px;
    margin-bottom: 8px;
  }
}
.faq__question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2c9683;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .faq__question::before {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
.faq__answer {
  position: relative;
  padding-left: 64px;
}
@media screen and (max-width: 599px) {
  .faq__answer {
    padding-left: 48px;
  }
}
.faq__answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #2c9683;
  color: #2c9683;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .faq__answer::before {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

.wpcf7 {
  max-width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .wpcf7 {
    width: 100%;
  }
}
.wpcf7__link {
  font-size: 14px;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.wpcf7__acceptance input {
  margin-right: 8px;
}
.wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
  padding-top: 16px;
  font-size: 18px;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  width: 65%;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-774] {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap input:not([type=checkbox]),
.wpcf7 .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  transition: border-color 0.3s;
}
.wpcf7 .wpcf7-form-control-wrap input:not([type=checkbox]):focus,
.wpcf7 .wpcf7-form-control-wrap textarea:focus {
  border-color: #2c9683;
  outline: 3px solid #e4ffee;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-submit {
  width: auto;
  background-color: #0073e6;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #005bb5;
}
.wpcf7 .required {
  background-color: #f89029;
  padding: 2px 4px;
  color: #fff;
  margin-left: 4px;
  font-size: 14px;
}
.wpcf7 .wpcf7-response-output {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
}
.wpcf7 .wpcf7-submit {
  display: block;
  padding: 24px 32px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0 auto;
  font-size: 18px;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #2c9683;
}
.wpcf7 .wpcf7-submit:focus {
  outline: 3px solid #ffe4e4;
}

.page--bg {
  background-color: #f7f7f7;
}
.page__title {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--bg-image) no-repeat center/cover;
  text-align: center;
  padding: 120px 0;
  color: #fff;
  font-size: 48px;
  letter-spacing: 0.1em;
}
.page__description {
  margin: 0 auto 32px auto;
  line-height: 1.5;
  text-align: center;
}
.page__content {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .page__content {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .page__content {
    width: calc(100% - 32px);
  }
}
.page__issues {
  margin-bottom: 32px;
  border: 12px solid #2c9683;
  padding: 32px 64px;
}
.page__issues-title {
  font-size: 24px;
  background: linear-gradient(#fff 70%, #2c9683 70%, #2c9683 90%, #fff 90%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px auto;
}
.page__issues-list {
  display: flex;
  gap: 16px 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.page__issues-item {
  width: calc(50% - 16px);
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 32px;
  padding-bottom: 16px;
}
.page__issues-item::after {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(0.25em + 4px);
  transform: rotate(45deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  background-color: transparent;
}
.page__issues-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 24px;
  height: 24px;
  background-color: #2c9683;
}
@media screen and (max-width: 1288px) {
  .page__issues-item {
    width: 100%;
  }
}

.filter-form {
  background-color: #fff;
  padding: 32px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.filter-form__category {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.filter-form__category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f89029;
  transform: translateY(-50%);
}
.filter-form__label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.filter-form__select {
  padding: 16px 32px 16px 16px;
  border: 1px solid #f89029;
  font-size: 16px;
  color: #333;
  transition: border-color 0.3s;
}
.filter-form__select:focus {
  outline: 3px solid #ffe4e4;
}

.main-content p {
  margin-bottom: 1em;
}
.main-content h2 {
  font-size: 32px;
  line-height: 1.2;
  padding-top: 20px;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .main-content h2 {
    font-size: 24px;
  }
}
.main-content h2::before, .main-content h2::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  position: absolute;
  bottom: calc(100% - 8px);
}
.main-content h2::before {
  left: 2px;
  background-color: #2c9683;
  transform: rotate(45deg);
}
.main-content h2::after {
  left: 20px;
  background-color: #a0b23d;
  transform: rotate(45deg);
}
.main-content h2:not(:first-child) {
  margin-top: 32px;
}
.main-content h3 {
  color: #2c9683;
  font-size: 24px;
  margin-bottom: 24px;
}
.main-content h3:not(:first-child) {
  margin-top: 24px;
}
.main-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.main-content ul li {
  margin-bottom: 10px;
}
.main-content ul li::before {
  content: "•";
  color: #0073aa;
  display: inline-block;
  width: 1em;
  margin-left: 1em;
}
.main-content ul li a {
  text-decoration: none;
  color: #333;
}
.main-content ul li a:hover {
  color: #0073aa;
}
.main-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.main-content table th, .main-content table td {
  padding: 12px;
  border: 1px solid #a0b23d;
  text-align: left;
}
.main-content table th {
  background-color: #f4f4f4;
  font-weight: bold;
}
.main-content table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.main-content table tr:hover {
  background-color: #f1f1f1;
}/*# sourceMappingURL=style.css.map */