@charset "UTF-8";
/* import
================================= */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

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

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

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-x: hidden;
  color: #001A07;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

body {
  color: #001A07;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.active {
  position: fixed;
}

img {
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

picture {
  display: block;
}

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

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  letter-spacing: 0.05em;
}

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

input[type=submit],
input[type=button],
input[type=reset],
button, textarea,
input {
  font-family: "Noto Sans JP", sans-serif;
  background: none;
  border: none;
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email] {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    font-size: 18px;
  }
}

::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #828989;
  font-size: 16px;
}

::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #828989;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  ::-moz-placeholder {
    font-size: 18px;
  }
  ::placeholder {
    font-size: 18px;
  }
}

main {
  padding-top: 104px;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 144px;
  }
}

section {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  section {
    padding: 64px 32px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #001A07;
  display: inline-block;
}

/* iOSでのデフォルトスタイルをリセット
================================= */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
.header__top {
  height: 40px;
  padding: 8px 16px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
  background: #ffffff;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .header__top {
    height: 72px;
    padding: 16px 32px;
  }
}
.header__top.scroll {
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
.header__topLogo {
  max-width: 85px;
  width: 100%;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .header__topLogo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .header__topLogo {
    max-width: 142px;
  }
}
.header__topLogo > img {
  width: 100%;
}
.header__topMenuList {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__topMenuList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
.header__topMenuContent--child {
  cursor: pointer;
  position: relative;
}
.header__topMenuLink {
  font-size: 14px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .header__topMenuLink:hover {
    color: #008223;
  }
}
.header__topMenuLink--child {
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .header__topMenuLink--child:hover:after {
    background: #008223;
  }
}
.header__topMenuLink--child:after {
  content: "";
  -webkit-mask-image: url(../../images/common/icon_arrow.svg);
          mask-image: url(../../images/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  background: #001A07;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
.header__topMenuInner {
  position: absolute;
  top: 45px;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
  transform: translate(-50%, -20px);
  z-index: 400;
  padding-top: 10px;
}
.header__topMenuInner.active {
  opacity: 1;
  visibility: visible;
}
.header__topInnerList {
  width: 320px;
  position: relative;
  padding: 8px 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3.25px 7.75px 0px rgba(0, 26, 7, 0.06);
}
.header__topInnerContent {
  width: 100%;
}
.header__topInnerLink {
  width: 100%;
  display: block;
  font-size: 14px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
  padding: 8px 16px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .header__topInnerLink:hover {
    color: #008223;
  }
}
@media (hover: hover) {
  .header__topInnerLink:hover {
    background: #E6E7E7;
  }
}
.header__bottom {
  position: fixed;
  right: 0;
  left: 0;
  top: 40px;
  background: #008223;
  padding: 8px 16px;
  height: 64px;
  z-index: 200;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .header__bottom {
    top: 72px;
    height: 72px;
    padding: 9px 32px;
  }
}
.header__bottom.scroll {
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
  position: fixed;
  top: 0;
}
.header__hamburger {
  cursor: pointer;
  display: block;
  width: 44px;
  height: 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    width: 64px;
    height: 64px;
  }
}
.header__hamburger:after {
  content: "メニュー";
  display: block;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .header__hamburger:after {
    font-size: 14px;
    padding-top: 36px;
  }
}
.header__hamburger.active:after {
  content: "閉じる";
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
.header__hamburgerBar {
  background: #ffffff;
  width: 22px;
  height: 3px;
  border-radius: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .header__hamburgerBar {
    width: 28px;
  }
}
.header__hamburgerBar:first-child {
  top: 7px;
}
@media screen and (min-width: 768px) {
  .header__hamburgerBar:first-child {
    top: 14px;
  }
}
.header__hamburgerBar:nth-child(2) {
  top: 15px;
}
@media screen and (min-width: 768px) {
  .header__hamburgerBar:nth-child(2) {
    top: 22px;
  }
}
.header__hamburgerBar:last-child {
  top: 23px;
}
@media screen and (min-width: 768px) {
  .header__hamburgerBar:last-child {
    top: 30px;
  }
}
.header__hamburgerBar.active {
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
.header__hamburgerBar.active:first-child {
  top: 15px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .header__hamburgerBar.active:first-child {
    top: 22px;
  }
}
.header__hamburgerBar.active:nth-child(2) {
  top: 15px;
  height: 1px;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .header__hamburgerBar.active:nth-child(2) {
    top: 22px;
  }
}
.header__hamburgerBar.active:last-child {
  top: 15px;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .header__hamburgerBar.active:last-child {
    top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .header__outerMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
.header__outerLink {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .header__outerLink:hover {
    opacity: 0.7;
  }
}
.header__outerIcon {
  cursor: pointer;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .header__outerIcon:hover {
    opacity: 0.7;
  }
}
.header__innerMenu {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #ffffff;
  padding: 0 16px;
  right: 0;
  left: 0;
  top: 104px;
  display: none;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .header__innerMenu {
    top: 144px;
    padding: 0 32px;
    height: unset;
    overflow: none;
  }
}
.header__innerMenu.active {
  display: block;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  overflow-y: scroll;
}
.header__innerMenu.scroll {
  top: 64px;
}
@media screen and (min-width: 768px) {
  .header__innerMenu.scroll {
    top: 72px;
  }
}
.header__search {
  padding: 40px 0 40px;
}
@media screen and (min-width: 768px) {
  .header__search {
    padding: 64px 0;
  }
}
.header__innerContents {
  margin-bottom: 42%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 742px;
}
.header__innerList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .header__innerList {
    align-items: center;
    gap: 24px;
    margin-bottom: 42px;
  }
}
.header__innerContent {
  padding: 12px 8px;
  border-bottom: 1px solid #E6E7E7;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__innerContent {
    width: unset;
    padding: 0;
    border: none;
  }
  .header__innerContent:last-child {
    padding-bottom: 0;
  }
}
.header__innerContent:first-child {
  border-top: 1px solid #E6E7E7;
}
@media screen and (min-width: 768px) {
  .header__innerContent:first-child {
    border: none;
  }
}
.header__innerLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  color: #008223;
  font-size: 14px;
  letter-spacing: 0.03em;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .header__innerLink:hover {
    color: #4DA865;
  }
}
@media screen and (min-width: 768px) {
  .header__innerLink {
    font-size: 16px;
    justify-content: center;
  }
}
@media (hover: hover) {
  .header__innerLink:hover:after {
    transform: translate(5px) rotate(-90deg);
    background: #4DA865;
  }
}
.header__innerLink:after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../../images/common/icon_arrow.svg);
          mask-image: url(../../images/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 24px;
  height: 24px;
  background: #008223;
  transform: translateX(0) rotate(-90deg);
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}

.footer {
  background: #2C3535;
  padding: 40px 16px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 40px 32px;
  }
}
.footer__top {
  padding-bottom: 24px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
.footer__top .logo {
  margin-bottom: 24px;
}
.footer__topList {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer__topLink {
  color: #ffffff;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .footer__topLink:hover {
    opacity: 0.7;
  }
}
.footer__listText {
  color: #AAAEAE;
}
.footer__innerList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 16px;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .footer__innerList {
    gap: 16px;
  }
}
.footer__innerLink {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .footer__innerLink:hover {
    opacity: 0.7;
  }
}
.footer__innerLink:before {
  content: "";
  display: inline-block;
}
.footer__innerLink--category:before {
  background: #ffffff;
  width: 8px;
  height: 2px;
  border-radius: 16px;
}
.footer__innerLink--tag:before {
  content: "#";
  color: #ffffff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer__innerLink--tag:before {
    font-size: 16px;
  }
}
.footer__bottom {
  text-align: center;
  border-top: 1px solid #828989;
  padding-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding-top: 32px;
    margin-bottom: 56px;
  }
}
.footer__bottomLogo {
  max-width: 141px;
  width: 100%;
  margin: 0 auto 16px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .footer__bottomLogo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .footer__bottomLogo {
    max-width: 226px;
    margin-bottom: 24px;
  }
}
.footer__bottomLogo > img {
  width: 100%;
}
.footer__bottomList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer__bottomList {
    margin-bottom: 24px;
  }
}
.footer__bottomContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .footer__bottomContent:hover {
    opacity: 0.7;
  }
}
.footer__bottomContent:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #AAAEAE;
}
.footer__bottomContent:last-child:after {
  content: none;
}
.footer__bottomLink {
  color: #ffffff;
}
.footer__copy {
  font-family: "Urbanist", sans-serif;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 14px;
  }
}
.footer__pagetop {
  cursor: pointer;
  position: fixed;
  left: auto;
  right: 8px;
  bottom: 3%;
  background: #008223;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  opacity: 0.9;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .footer__pagetop {
    right: 16px;
    width: 56px;
    height: 56px;
  }
}
.footer__pagetopIcon {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media (hover: hover) {
  .footer__pagetopIcon:hover img {
    transform: translateY(-5px);
  }
}
.footer__pagetopIcon > img {
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .footer__pagetopIcon > img {
    width: 32px;
    height: 32px;
  }
}

.breadcrumb {
  padding: 8px 16px;
  background: #F9FAFB;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 12px 32px;
  }
}
.breadcrumb__list {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
.breadcrumb__item {
  display: inline;
  position: relative;
  padding-right: 22px;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item {
    padding-right: 24px;
  }
}
.breadcrumb__item:after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../../images/common/icon_arrow.svg);
          mask-image: url(../../images/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #828989;
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
  right: 0;
  top: 1px;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item:after {
    width: 24px;
    height: 24px;
  }
}
.breadcrumb__item:last-child {
  padding-right: 0;
}
.breadcrumb__item:last-child:after {
  content: none;
}
.breadcrumb__link {
  display: inline;
  font-size: 12px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .breadcrumb__link:hover {
    color: #008223;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb__link {
    font-size: 14px;
  }
}
.breadcrumb__link--prev {
  color: #455454;
}
.breadcrumb__link--current {
  cursor: default;
  pointer-events: none;
}

.logo {
  line-height: 1.5;
  color: #ffffff;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .logo:hover {
    opacity: 0.7;
  }
}
.logo__text {
  font-size: clamp(11px, 1.5vw, 14px);
  display: inline-block;
}
.logo__text--header {
  font-size: clamp(11px, 1.2vw, 12px);
}
.logo__main {
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.logo__main--header {
  font-size: clamp(20px, 2.5vw, 24px);
}

.sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
}
.sns__content {
  width: 44px;
  height: 44px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .sns__content:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .sns__content {
    width: 64px;
    height: 64px;
  }
}
.sns__link {
  width: 100%;
  height: 100%;
}
.sns__link img {
  width: 100%;
  height: 100%;
}

.searchForm .english_title:before {
  content: "search keywords";
}
.searchForm__box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 742px;
}
.searchForm__form {
  position: relative;
  max-width: 552px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.searchForm__textBox {
  cursor: auto;
  width: 100%;
  border-bottom: 1px solid #CACDCD;
  padding: 8px 38px 8px 8px;
  letter-spacing: 0.05em;
}
.searchForm__image {
  position: absolute;
  bottom: 8px;
  right: 4px;
  width: 32px;
  height: 32px;
  background: #ffffff;
  z-index: 1;
}

.searchfetch {
  max-width: 552px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.searchfetch__list {
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 3.25px 7.75px 0px rgba(0, 26, 7, 0.06);
  padding: 16px;
}
.searchfetch__content {
  cursor: pointer;
  padding: 8px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .searchfetch__content:hover:not(.searchfetch__content--alert) {
    background: #E6E7E7;
  }
}
.searchfetch__content:focus:not(.searchfetch__content--alert) {
  background: #E6E7E7;
}
.searchfetch__content--tag {
  display: flex;
  align-items: center;
  color: #008223;
}
.searchfetch__content--tag:before {
  content: "#";
  display: inline-block;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .searchfetch__content--tag:before {
    font-size: 16px;
  }
}
.searchfetch__content--category {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #008223;
}
.searchfetch__content--category:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  border-radius: 16px;
  background: #008223;
}
.searchfetch__content--alert {
  cursor: default;
  color: #001A07;
}
.searchfetch__text {
  color: #008223;
  font-size: 14px;
  letter-spacing: 0.03em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .searchfetch__text {
    font-size: 16px;
  }
}

.english_title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #004011;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-bottom: 24px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
@media screen and (min-width: 768px) {
  .english_title {
    padding-bottom: 32px;
    gap: 8px;
  }
}
.english_title:before {
  content: "";
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  color: #4DA865;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}

.leftbar_title {
  color: #004011;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.4;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
@media screen and (min-width: 768px) {
  .leftbar_title {
    padding-bottom: 40px;
    gap: 24px;
  }
}
.leftbar_title:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 38px;
  background: #4DA865;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .leftbar_title:before {
    height: 48px;
  }
}
.leftbar_title--top {
  font-size: clamp(22px, 3vw, 28px);
}
@media screen and (min-width: 768px) {
  .leftbar_title--top:before {
    height: 38px;
  }
}

.post__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .post__list {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .post__list--new {
    gap: 40px 32px;
  }
}
.post__listContent {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 3.5px 0px rgba(0, 26, 7, 0.06);
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
  position: relative;
  display: flex;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .post__listContent {
    width: calc((100% - 32px) / 2);
    border-radius: 16px;
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
}
@media (hover: hover) {
  .post__listContent:hover {
    box-shadow: 0px 11px 28px 0px rgba(0, 26, 7, 0.06);
  }
  .post__listContent:hover .post__title {
    text-decoration: underline;
  }
  .post__listContent:hover .post__image {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.post__listContent:after {
  display: block;
  content: "";
  clear: both;
}
.post__listContent--new {
  position: relative;
}
.post__listContent--new:before {
  content: "new";
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(14px, 3vw, 30px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.03em;
  background: #4DA865;
  box-shadow: 0px 1px 3.5px 0px rgba(0, 26, 7, 0.06);
  border-radius: 0 0px 8px 0px;
  padding: 4px 8px;
  left: 8px;
  top: 8px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .post__listContent--new:before {
    border-radius: 16px 0px 16px 0px;
    padding: 12px 20px;
    left: 0;
    top: 0;
  }
}
.post__listContent--column {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 930px;
  flex-direction: column;
  padding: 0;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .post__listContent--column {
    gap: 24px;
  }
}
.post__link {
  width: 42%;
  margin-right: 12px;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 768px) {
  .post__link {
    width: 100%;
  }
}
.post__link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.post__link--column {
  width: 100%;
}
.post__imageContent {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding-top: 56%;
}
@media screen and (min-width: 768px) {
  .post__imageContent {
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
}
.post__imageContent--column {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .post__imageContent--column {
    border-radius: 16px 16px 0 0;
  }
}
.post__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .post__image {
    border-radius: 16px 16px 0 0;
  }
}
.post__image--column {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .post__image--column {
    border-radius: 16px 16px 0 0;
  }
}
.post__contents {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .post__contents {
    width: 100%;
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
}
.post__contents--column {
  width: 100%;
  padding: 0 16px 16px;
}
@media screen and (min-width: 768px) {
  .post__contents--column {
    padding: 0 24px 24px;
  }
}
.post__sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .post__sub {
    gap: 12px;
  }
}
.post__sub--column {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .post__sub--column {
    margin-bottom: 8px;
  }
}
.post__category {
  color: #008223;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .post__category:hover {
    color: #4DA865;
  }
}
@media screen and (min-width: 768px) {
  .post__category {
    gap: 12px;
    font-size: 16px;
  }
}
.post__category:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #AAAEAE;
  border-radius: 999px;
}
.post__category:nth-last-child(2):after {
  width: 1px;
  height: 12px;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .post__category:nth-last-child(2):after {
    height: 16px;
  }
}
.post__date {
  font-family: "Urbanist", sans-serif;
  color: #455454;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .post__date {
    font-size: 16px;
  }
}
.post__main {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .post__main {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
  }
}
.post__title {
  font-size: clamp(12px, 2.65vw, 24px);
  font-weight: 500;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
.post__title--column {
  font-size: clamp(16px, 2.65vw, 24px);
}
.post__text {
  font-size: clamp(12px, 1.9vw, 16px);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #455454;
  margin-top: 4px;
  display: none;
}
@media screen and (min-width: 768px) {
  .post__text {
    font-size: 16px;
    margin-top: 8px;
    display: -webkit-box;
  }
}
.post__text--column {
  display: -webkit-box;
}
@media screen and (min-width: 768px) {
  .post__text--column {
    display: -webkit-box;
  }
}
.post__text--recommend {
  display: -webkit-box;
}
@media screen and (min-width: 768px) {
  .post__text--recommend {
    display: -webkit-box;
  }
}

.tagList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .tagList {
    margin-top: 50px;
  }
}
.tagList__content {
  cursor: pointer;
  border: 1px solid #CACDCD;
  background: #ffffff;
  border-radius: 42px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .tagList__content {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .tagList__content:hover {
    border-color: #BFE0C8;
    background: #F2F9F4;
    color: #008223;
  }
}
.tagList__content:before {
  content: "#";
  display: inline-block;
  color: #008223;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .tagList__content:before {
    font-size: 18px;
  }
}
.tagList__content--current {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .tagList__content--current {
    font-size: 22px;
  }
}
.tagList__content--current:before {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .tagList__content--current:before {
    font-size: 24px;
  }
}
.tagList__content--post {
  border: none;
  font-size: 11px;
  padding: 0;
  gap: 2px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .tagList__content--post {
    border: 1px solid #CACDCD;
    padding: 6px 12px;
    font-size: 16px;
    gap: 4px;
  }
}
.tagList__content--post:before {
  content: "#";
  display: inline-block;
  color: #008223;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .tagList__content--post:before {
    font-size: 18px;
  }
}
.tagList__content--new {
  border: 1px solid #CACDCD;
  font-size: 12px;
  padding: 6px 12px;
}
@media screen and (min-width: 768px) {
  .tagList__content--new {
    font-size: 16px;
  }
}
.tagList--post {
  justify-content: flex-start;
  margin-top: 0;
}

.linkButton {
  max-width: 302px;
  width: 100%;
  margin: 0 auto;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .linkButton:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .linkButton {
    max-width: 380px;
  }
}
.linkButton__link {
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 999px;
  background: linear-gradient(92deg, #4DA865 0%, #008223 39.8%, #008223 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .linkButton__link {
    padding: 20px 32px;
    font-size: 20px;
  }
}
.linkButton__link:after {
  content: "";
  -webkit-mask-image: url(../../images/common/icon_internal.svg);
          mask-image: url(../../images/common/icon_internal.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #ffffff;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .linkButton__link:after {
    width: 28px;
    height: 28px;
  }
}
.linkButton__link--external:after {
  -webkit-mask-image: url(../../images/common/icon_external.svg);
          mask-image: url(../../images/common/icon_external.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .linkButton__link--external:after {
    width: 32px;
    height: 32px;
  }
}

.archiveButton {
  padding-top: 16px;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
@media screen and (min-width: 768px) {
  .archiveButton {
    padding-top: 48px;
  }
}
.archiveButton__link {
  display: inline-block;
}
.archiveButton__linkText {
  font-size: 16px;
  color: #008223;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .archiveButton__linkText:hover {
    color: #4DA865;
  }
}
@media screen and (min-width: 768px) {
  .archiveButton__linkText {
    font-size: 20px;
  }
}
@media (hover: hover) {
  .archiveButton__linkText:hover:after {
    transform: translateX(5px) rotate(-90deg);
    background: #4DA865;
  }
}
.archiveButton__linkText:after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../../images/common/icon_arrow.svg);
          mask-image: url(../../images/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 26px;
  height: 24px;
  background: #008223;
  transform: translateX(0) rotate(-90deg);
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .archiveButton--right {
    text-align: right;
  }
}