@charset "UTF-8";
/*==========================================
  Common
==========================================*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  display: revert;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  font-size: 16px;
}
@media (width < 768px) {
  html {
    font-size: 3.7333vw;
  }
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(button) {
  all: unset;
}

:where(ul, ol) {
  list-style: none;
}

img {
  max-width: 100%;
}

video {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

::-moz-placeholder {
  color: #B1B1B1;
}

::placeholder {
  color: #B1B1B1;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover])) {
  display: none !important;
}

:where([popover]) {
  border: none;
  background: none;
  inset: unset;
  color: inherit;
}

:where([popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

:where(body) {
  line-height: normal;
  font-family: "Noto Sans JP", system-ui, YuGothicM, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  color: #121212;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
}
@media (prefers-color-scheme: dark) {
  :where(body) {
    color: #fff;
    background: #000;
  }
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  text-wrap: balance;
}

:where(a) {
  color: #F6634C;
  text-underline-offset: 0.2ex;
  transition: opacity 0.3s ease;
}
:where(a) {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  :where(a):hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  :where(a):active {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: 0.8;
  }
}
@media (any-hover: hover) {
  :where(a):hover {
    text-decoration: none;
  }
}

input[type=text], input[type=password], input[type=tel], input[type=email], select, textarea {
  font-size: 1rem;
  accent-color: #46CEAA;
  font-family: inherit;
  border: 1px solid #eef0f7;
  border-radius: 5px;
}
@media (width < 768px) {
  input[type=text], input[type=password], input[type=tel], input[type=email], select, textarea {
    font-size: 1rem;
    border-radius: 3px;
  }
}

select {
  font-family: inherit;
  color: #121212;
}
select:invalid {
  color: #eef0f7;
}
select option {
  color: #121212;
}
select option:first-child {
  color: #eef0f7;
}

option[selected][disabled] {
  display: none;
}

.only-sp {
  display: none;
}
@media (width < 768px) {
  .only-sp {
    display: inline;
  }
}

.only-pc {
  display: inline;
}
@media (width < 768px) {
  .only-pc {
    display: none;
  }
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}
@media (width < 768px) {
  h2 {
    font-size: 1.625rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (width < 768px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.375rem;
}
@media (width < 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media (width < 768px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1.125rem;
}

.note {
  display: inline-block;
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.f-acme {
  font-family: "Acme", sans-serif;
}

.f-mochiy {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
}

.c-red {
  color: #F6634C;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 2em;
  right: min(100px, 6vw);
  width: min(120px, 12dvw);
  height: min(120px, 12dvw);
  cursor: pointer;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  z-index: 90;
  transition: translate 0.3s ease;
}
@media (width < 768px) {
  #toTop {
    width: min(80px, 4em);
    height: min(80px, 4em);
  }
}
@media (any-hover: hover) {
  #toTop:hover {
    translate: 0 -3px;
  }
}
@media (hover: none) {
  #toTop:active {
    translate: 0 -3px;
  }
}
#toTop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmn-btn {
  width: min(420px, 100%);
  margin: auto;
}
@media (width < 768px) {
  .cmn-btn {
    width: 100%;
  }
}
.cmn-btn a {
  position: relative;
  display: block;
  color: #121212;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  word-break: keep-all;
  border: 2px solid #121212;
  border-radius: 1.5em;
  background: #fff;
  overflow: hidden;
  padding: 1.75em 4em;
  z-index: 1;
}
@media (width < 768px) {
  .cmn-btn a {
    width: 100%;
    font-size: 1rem;
    border-width: 1.5px;
    border-radius: 1em;
    padding: 1.4em 3em 1.4em 2em;
  }
}
.cmn-btn a::before, .cmn-btn a::after {
  content: "";
  position: absolute;
}
.cmn-btn a::before {
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F9F4EB;
  transition: left 0.4s ease;
  z-index: -1;
}
.cmn-btn a::after {
  top: calc(50% - 1.1em);
  right: 1em;
  width: 2.2em;
  height: 2.2em;
  background: #FFF152 url("../img/common/i_arrow.svg") no-repeat center/1em;
  border-radius: 50vw;
  transform-origin: calc(100% - 1px) 50%;
  transition: translate 0.3s ease;
}
@media (width < 768px) {
  .cmn-btn a::after {
    top: calc(50% - 1em);
    right: 0.7em;
    width: 2em;
    height: 2em;
    background-size: 0.7em;
  }
}
@media (any-hover: hover) {
  .cmn-btn a:hover {
    opacity: 1;
  }
  .cmn-btn a:hover::before {
    left: 0;
  }
  .cmn-btn a:hover::after {
    translate: 3px;
  }
}
@media (hover: none) {
  .cmn-btn a:active {
    opacity: 1;
  }
  .cmn-btn a:active::before {
    left: 0;
  }
  .cmn-btn a:active::after {
    translate: 3px;
  }
}
.cmn-btn a span {
  display: inline-block;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.cmn-btn .ico_dl::after {
  background-image: url("../img/common/i_dl.svg");
}
@media (any-hover: hover) {
  .cmn-btn .ico_dl:hover::after {
    translate: 0 3px;
  }
}
@media (hover: none) {
  .cmn-btn .ico_dl:hover::after {
    translate: 0 3px;
  }
}
.cmn-btn .ico_pdf span {
  position: relative;
  padding-left: 3em;
}
@media (width < 768px) {
  .cmn-btn .ico_pdf span {
    padding-left: 2.5em;
  }
}
.cmn-btn .ico_pdf span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: min(46px, 7dvw);
  height: auto;
  aspect-ratio: 46/51;
  background: url("../img/common/i_pdf.svg") no-repeat center/contain;
}
.cmn-btn .ico_blank span::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/common/i_blank.svg") no-repeat center/contain;
  margin-left: 0.3em;
}

.cmn-heading {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.cmn-heading h2 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
}
@media (width < 768px) {
  .cmn-heading h2 {
    font-size: 2.625rem;
  }
}
.cmn-heading span {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (width < 768px) {
  .cmn-heading span {
    font-size: 0.875rem;
  }
}

.cmn-h2 {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  word-break: keep-all;
  padding-bottom: 1em;
  margin: 0 auto min(60px, 11dvw);
}
@media (width < 768px) {
  .cmn-h2 {
    font-size: 1.75rem;
  }
}
.cmn-h2 span {
  display: inline-block;
}
.cmn-h2::before, .cmn-h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 8px;
  border-radius: 50vw;
  translate: -50% 0;
}
@media (width < 768px) {
  .cmn-h2::before, .cmn-h2::after {
    width: 0.8em;
    height: 4px;
  }
}
.cmn-h2::before {
  left: calc(50% - 15px - 3px);
  background: #46CEAA;
}
@media (width < 768px) {
  .cmn-h2::before {
    left: calc(50% - 0.4em - 2px);
  }
}
.cmn-h2::after {
  left: calc(50% + 15px + 3px);
  background: #FFF152;
}
@media (width < 768px) {
  .cmn-h2::after {
    left: calc(50% + 0.4em + 2px);
  }
}

.cmn-news__item a {
  position: relative;
}
.cmn-news__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  translate: 0 -50%;
  width: 1em;
  height: 1em;
  background: url("../img/common/i_arrow.svg") no-repeat center/contain;
  transition: translate 0.3s ease;
}
@media (any-hover: hover) {
  .cmn-news__item a:hover::after {
    translate: 3px -50%;
    filter: invert(0.4);
  }
  .cmn-news__item a:hover p {
    text-decoration-line: underline;
    text-underline-offset: 5px;
  }
}
@media (hover: none) {
  .cmn-news__item a:active::after {
    translate: 3px -50%;
    filter: invert(0.4);
  }
  .cmn-news__item a:active p {
    text-decoration-line: underline;
    text-underline-offset: 5px;
  }
}
.cmn-news__item a, .cmn-news__item .no-link {
  display: flex;
  gap: 1em;
  background: #fff;
  border-radius: 1em;
  text-decoration: none;
  padding: 2.3em 4em 2.3em 2.3em;
}
@media (width < 768px) {
  .cmn-news__item a, .cmn-news__item .no-link {
    flex-direction: column;
    gap: 0.5em;
  }
}
.cmn-news__date {
  min-width: 130px;
  color: #F6634C;
  font-weight: bold;
}
.cmn-news__txt {
  color: #121212;
  font-weight: 500;
}

.cmn-case__list-item {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 1.5em;
  padding: 3em;
}
@media (prefers-color-scheme: dark) {
  .cmn-case__list-item {
    color: #121212;
  }
}
@media (width < 768px) {
  .cmn-case__list-item {
    padding: 3em 1.4em;
  }
}
.cmn-case__list-heading {
  padding-right: 16%;
}
@media (width < 768px) {
  .cmn-case__list-heading {
    padding: 0;
  }
}
.cmn-case__list-ttl {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 0.4em;
}
@media (width < 768px) {
  .cmn-case__list-ttl {
    font-size: 1.375rem;
    padding-right: 16%;
    margin-bottom: 0.6em;
  }
}
.cmn-case__list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin-bottom: 1.5em;
}
@media (width < 768px) {
  .cmn-case__list-tag {
    gap: 0.6em;
  }
}
.cmn-case__list-tag span {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  background: #FFF152;
  border-radius: 50vw;
  padding: 0.2em 1em;
}
@media (width < 768px) {
  .cmn-case__list-tag span {
    font-size: 0.8125rem;
    padding: 0.1em 1.2em;
  }
}
.cmn-case__list-area-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
@media (width < 768px) {
  .cmn-case__list-area-wrap {
    flex-direction: column;
  }
}
.cmn-case__list-area-wrap > * {
  flex: 1;
}
.cmn-case__list-txt-area {
  min-width: 350px;
}
@media (width < 768px) {
  .cmn-case__list-txt-area {
    min-width: 100%;
  }
}
.cmn-case__list-txt-area ul {
  list-style-type: disc;
  list-style-position: inside;
}
.cmn-case__list-txt-area li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.cmn-case__list-txt-area li:not(:last-child) {
  margin-bottom: 0.4em;
}
.cmn-case__list-txt-area p {
  line-height: 1.7;
}
.cmn-case__list-sub-ttl {
  display: inline-block;
  font-weight: bold;
  padding-block: 0.5em 0;
}
.cmn-case__list-img-area {
  min-width: 300px;
}
@media (width < 768px) {
  .cmn-case__list-img-area {
    min-width: 100%;
  }
}
.cmn-case__list-img-area figure {
  aspect-ratio: 3/2;
  text-align: center;
}
.cmn-case__list-img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn-circle-list li {
  line-height: 1.75;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.cmn-circle-list li::before {
  content: "●";
  color: #46CEAA;
  margin-right: 0.5em;
}
.cmn-circle-list li:has(+ li) {
  margin-bottom: 0.5em;
}

.cmn-note {
  font-size: 0.875rem;
  font-weight: 300;
}
.cmn-note li {
  text-indent: -1em;
  padding-left: 1em;
}
.cmn-note li::before {
  content: "※";
}
.cmn-note li:has(+ li) {
  margin-bottom: 0.5em;
}

.header {
  position: fixed;
  top: 60px;
  left: 0;
  height: auto;
  width: 100%;
  transition: -webkit-backdrop-filter 2s ease;
  transition: backdrop-filter 2s ease;
  transition: backdrop-filter 2s ease, -webkit-backdrop-filter 2s ease;
  padding-inline: 2em;
  z-index: 100;
  transition: top 0.3s ease;
}
@media (width < 980px) {
  .header {
    top: 1.2em;
    padding-inline: 1em;
  }
}
.header.fixed {
  top: 1em;
}
.header.fixed .header__inner {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  background: #fff;
  border-radius: 3em;
  padding: 1em 2em;
  transition: border-radius 0.6s ease, box-shadow 1s ease;
}
@media (width < 980px) {
  .header__inner {
    padding: 1em 1.5em;
  }
  .header__inner.active {
    border-radius: 3em 3em 0 0;
  }
}
@media (width < 768px) {
  .header__inner {
    border-radius: 2em;
    padding: 0.5em 1em;
  }
  .header__inner.active {
    border-radius: 2em 2em 0 0;
  }
}
.header__logo a {
  display: grid;
  place-content: center;
  width: min(295px, 18vw);
  height: 100%;
}
@media (width < 980px) {
  .header__logo a {
    width: min(295px, 25vw);
  }
}
@media (width < 768px) {
  .header__logo a {
    width: min(185px, 40vw);
  }
}
.header__box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5em;
  width: auto;
}
@media (width < 980px) {
  .header__box {
    position: fixed;
    top: 150px;
    left: 100%;
    width: calc(100% - 2em);
    height: calc(100% - 150px - 1em);
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
    overflow-y: auto;
    padding: 2em 2em 3em;
    transition: all 0.4s 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 20;
  }
  .header__box:has(.gnav.active) {
    left: 1em;
    border-radius: 0 0 3em 3em;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (width < 768px) {
  .header__box {
    padding: 1em 1em 3em;
  }
  .header__box:has(.gnav.active) {
    border-radius: 0 0 2em 2em;
  }
}
.header__menu {
  display: none;
}
@media (width < 980px) {
  .header__menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60px;
    height: 60px;
    background: #F6634C;
    border-radius: 50vw;
    cursor: pointer;
    z-index: 999;
  }
}
@media (width < 980px) and (width < 768px) {
  .header__menu {
    width: clamp(8.5vw, 2.8em, 50px);
    height: clamp(8.5vw, 2.8em, 50px);
  }
}
@media (width < 980px) {
  .header__menu span {
    width: 30px;
    border: 2px solid #fff;
    transition: 0.3s ease;
    border-radius: 50vw;
  }
  .header__menu span:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media (width < 980px) and (width < 768px) {
  .header__menu span {
    width: 50%;
  }
  .header__menu span:not(:last-child) {
    margin-bottom: 4px;
  }
}
.header__menu.active span:nth-child(1) {
  transform: translateY(10px) rotate(225deg);
}
@media (width < 768px) {
  .header__menu.active span:nth-child(1) {
    transform: translateY(8px) rotate(225deg);
  }
}
.header__menu.active span:nth-child(2) {
  opacity: 0;
}
.header__menu.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-225deg);
}
@media (width < 768px) {
  .header__menu.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-225deg);
  }
}
@media (width < 980px) {
  .header .gnav {
    width: 100%;
  }
}
.header .gnav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 2em;
  text-align: center;
  line-height: 1.4;
}
@media (width < 1500px) {
  .header .gnav-menu {
    gap: 0 1.5em;
  }
}
@media (width < 980px) {
  .header .gnav-menu {
    flex-direction: column;
    align-items: baseline;
  }
}
@media (width < 980px) {
  .header .gnav li {
    width: 100%;
  }
}
@media (width < 980px) {
  .header .gnav li:not(:last-of-type) {
    border-bottom: 1px solid #B1B1B1;
  }
}
.header .gnav a {
  display: block;
  color: #121212;
  font-size: clamp(0.75rem, 0.489rem + 0.43vw, 1rem);
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (width < 980px) {
  .header .gnav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    font-size: 1rem;
    text-align: left;
    padding-block: 1em;
  }
}
@media (any-hover: hover) {
  .header .gnav a:hover {
    color: #F6634C;
  }
  .header .gnav a:hover::after {
    translate: 3px;
    opacity: 0.7;
  }
}
@media (hover: none) {
  .header .gnav a:active {
    color: #F6634C;
  }
  .header .gnav a:active::after {
    translate: 3px;
    opacity: 0.7;
  }
}
@media (width < 980px) {
  .header .gnav a::after {
    content: "";
    display: inline-block;
    width: 1em;
    min-width: 1em;
    height: 1em;
    background: url("../img/common/i_arrow.svg") no-repeat center/contain;
    filter: invert(50%) sepia(11%) saturate(3481%) hue-rotate(321deg) brightness(101%) contrast(93%);
    transition: translate 0.3s ease, opacity 0.3s ease;
  }
}
.header .gnav a.is-current {
  color: #F6634C;
}
.header__sns-wrap {
  display: flex;
  gap: 1em;
  min-width: 90px;
}
@media (width < 1500px) {
  .header__sns-wrap {
    display: none;
  }
}
@media (width < 980px) {
  .header__sns-wrap {
    display: flex;
    justify-content: center;
    min-width: unset;
    width: 22vw;
  }
}
.header__btn {
  width: 220px;
  min-width: 160px;
  margin: 0;
}
@media (width < 980px) {
  .header__btn {
    min-width: unset;
    width: min(500px, 100%);
  }
}
.header__btn a {
  font-size: clamp(0.75rem, 0.489rem + 0.43vw, 1rem);
  color: #fff;
  background: #4A73D5;
  border-color: #4A73D5;
  border-radius: 50vw;
  transition: color 0.3s ease;
  padding: 0.5em 4em 0.5em 1em;
}
@media (width < 980px) {
  .header__btn a {
    font-size: 1rem;
    padding: 0.5em 4em 0.5em 4em;
  }
}
@media (any-hover: hover) {
  .header__btn a:hover {
    color: #4A73D5;
  }
}
@media (hover: none) {
  .header__btn a:active {
    color: #4A73D5;
  }
}
.header__btn a::before {
  background-color: #fff;
}

.hero {
  background: linear-gradient(90deg, #46CEAA 0%, #46CEAA 50%, #FFF152 50%, #FFF152 100%);
  padding-block: 15em 5em;
}
@media (width < 768px) {
  .hero {
    padding-block: 7em 3em;
  }
}
.hero__inner {
  display: grid;
  place-content: center;
  padding-inline: 2em;
  margin: auto;
}
.hero__ttl {
  display: grid;
  justify-items: center;
  gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 7em;
  color: #121212;
  font-size: 2.625rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (width < 768px) {
  .hero__ttl {
    font-size: 1.75rem;
  }
}
.hero__ttl::before {
  content: "";
  display: inline-block;
  width: min(200px, 30dvw);
  height: auto;
  aspect-ratio: 4/3;
  background: no-repeat center/contain;
  margin-top: auto;
}
.hero__ttl._about::before {
  background-image: url("../img/common/hero_about.png");
}
.hero__ttl._news::before {
  background-image: url("../img/common/hero_news.png");
}
.hero__ttl._case::before {
  background-image: url("../img/common/hero_case.png");
}
.hero__ttl._info::before {
  background-image: url("../img/common/hero_info.png");
}
.hero__ttl._goods::before {
  background-image: url("../img/common/hero_goods.png");
}

.topicpath {
  font-size: 0.875rem;
  padding-block: 1em;
}
@media (width < 768px) {
  .topicpath {
    font-size: 0.8125rem;
  }
}
.topicpath ol {
  display: flex;
  flex-wrap: wrap;
}
.topicpath ol * {
  color: #121212;
}
.topicpath li {
  line-height: 1.8;
}
.topicpath li:has(+ li)::after {
  content: "＞";
  margin-inline: 1em;
}
@media (any-hover: hover) {
  .topicpath a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .topicpath a:active {
    text-decoration: none;
  }
}
.topicpath__home::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../img/common/i_home.svg") no-repeat center/contain;
  vertical-align: text-bottom;
  margin-right: 0.5em;
}

body.menu-open {
  width: 100%;
  overflow: hidden;
}
body:not(#home) main {
  padding-block: min(80px, 11dvw) min(100px, 14dvw);
}

main {
  display: block;
}

.inner {
  max-width: calc(1000px + 4em);
  padding-inline: 2em;
  margin: auto;
}
@media (width < 768px) {
  .inner {
    max-width: 100%;
    padding-inline: 1em;
  }
}

.cmn-lead {
  text-indent: -1em;
  padding-left: 1em;
}
.cmn-lead li:not(:last-child) {
  margin-bottom: 0.5em;
}
.cmn-lead .note {
  font-size: 0.8125rem;
}

.c-h2-wrap {
  margin-bottom: 3em;
}

.c-h2 {
  font-family: "Noto Serif JP", serif;
  color: #46CEAA;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (width < 768px) {
  .c-h2 {
    font-size: 1.875rem;
  }
}

.c-h3 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 1.8em;
  margin-bottom: 2em;
}
@media (width < 768px) {
  .c-h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5em;
  }
}
.c-h3::before {
  content: "";
  position: absolute;
  top: calc(1em - 6px);
  left: 0;
  width: 1em;
  height: 3px;
  background: #46CEAA;
}

.en {
  display: block;
  color: #46CEAA;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-bottom: 1em;
}
@media (width < 768px) {
  .en {
    font-size: 0.8125rem;
    margin-bottom: 0.5em;
  }
}

.footer {
  position: relative;
  background: #F9F4EB;
  padding-block: 3.5em 1.5em;
}
@media (prefers-color-scheme: dark) {
  .footer {
    color: #121212;
  }
}
.footer__img-con {
  display: flex;
  gap: 2em;
  justify-content: space-between;
  margin-bottom: 1em;
}
@media (width < 768px) {
  .footer__img-con {
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
  }
}
.footer__img-area-r {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.footer__img-area-r li:first-child {
  width: 156px;
}
.footer__img-area-r li:last-child {
  width: 89px;
}
@media (width < 768px) {
  .footer__img-area-r {
    width: min(265px, 64vw);
    margin: auto;
  }
}
.footer__logo {
  width: min(460px, 45vw);
}
@media (width < 768px) {
  .footer__logo {
    width: min(450px, 74vw);
  }
}
.footer__logo img {
  margin-bottom: 20px;
}
.footer__info-con {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
@media (width < 768px) {
  .footer__info-con {
    gap: 1em;
  }
}
.footer__info-con dl {
  display: flex;
  gap: 2em;
  align-items: baseline;
}
.footer__info-con dl + dl {
  padding-top: 1.6em;
}
@media (width < 768px) {
  .footer__info-con dl {
    flex-direction: column;
    gap: 0;
  }
}
.footer__info-con dt {
  font-weight: bold;
  white-space: nowrap;
}
@media (width < 768px) {
  .footer__info-con dt {
    margin-bottom: 0.3em;
  }
}
.footer__info-con dd {
  line-height: 1.4;
}
.footer__info-con dd span {
  display: inline-block;
}
@media (width < 768px) {
  .footer__info-area-l {
    padding-bottom: 1em;
    border-bottom: 1px solid #B1B1B1;
  }
}
.footer__info-area-r {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2em;
  margin-left: auto;
}
@media (width < 768px) {
  .footer__info-area-r {
    align-items: baseline;
    justify-content: flex-start;
    gap: 1.5em;
  }
}
.footer__info-area-r .aichi-bnr {
  width: min(240px, 42vw);
}
@media (width < 768px) {
  .footer__bnr {
    display: flex;
    align-items: center;
    gap: 2em;
    margin: auto;
  }
}
.footer__guide a {
  display: flex;
  gap: 0.4em;
  line-height: 1.4;
  align-items: baseline;
  color: #121212;
  font-weight: 500;
  text-decoration: none;
  padding-left: 1.5em;
}
@media (width < 768px) {
  .footer__guide a {
    padding-left: 0;
  }
}
.footer__guide a::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/i_arrow.svg") no-repeat center/contain;
  transition: translate 0.3s ease;
}
@media (any-hover: hover) {
  .footer__guide a:hover::before {
    translate: 2px;
  }
}
@media (hover: none) {
  .footer__guide a:active::before {
    translate: 2px;
  }
}
.footer__sns-wrap {
  display: flex;
  gap: 1em;
  width: min(108px, 30vw);
}
.footer__sns-wrap.only-sp {
  display: none;
}
@media (width < 768px) {
  .footer__sns-wrap.only-sp {
    display: flex;
    gap: 0.8em;
  }
}
.footer__sns-wrap.only-pc {
  display: flex;
}
@media (width < 768px) {
  .footer__sns-wrap.only-pc {
    display: none;
  }
}
.footer .copy {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 500;
  border-top: 1px solid #999999;
  padding-block: 2em;
  margin-top: 2em;
}
@media (width < 768px) {
  .footer .copy {
    display: block;
    font-size: 0.6875rem;
    text-align: center;
    border: none;
    padding-block: 1em 1.5em;
    margin: auto;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes upDown {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(-4px);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: scale(0.8) translate(-50px, 50px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(150%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-150%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOutZoom {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@keyframes pukaPuka {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes fuwaFuwa {
  0% {
    transform: translate(0, 0) rotate(-4deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(4deg);
  }
}
@keyframes bounceIn {
  0% {
    transform: translateY(-100%);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    visibility: visible;
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
@keyframes bounceLeft {
  0% {
    visibility: visible;
    transform: translateX(-100%);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-68px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
}
@keyframes boyoyon {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes buruburu {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-1px, 1px);
  }
  40% {
    transform: translate(-1px, -1px);
  }
  60% {
    transform: translate(1px, 1px);
  }
  80% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes arrow {
  0% {
    right: 0;
  }
  100% {
    right: -4px;
  }
}
@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  25%, 75%, 100% {
    opacity: 0;
  }
}
@keyframes slideClip {
  0% {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes slideClipTop {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes wobble-horizontal-bottom {
  0%, 100% {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
.js-anime-slideClip {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.js-anime-slideClip.js-anime-on {
  animation-name: slideClipTop;
}

.js-anime-fadeIn {
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.js-anime-fadeIn.js-anime-on {
  animation-name: fadeIn;
}

.js-anime-fadeUp {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.js-anime-fadeUp.js-anime-on {
  animation-name: fadeUp;
}

.js-anime-fadeInRight {
  opacity: 0;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: forwards;
}

.js-anime-fadeInRight.js-anime-on {
  animation-name: fadeInRight;
}

.js-anime-fadeInLeft {
  opacity: 0;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: forwards;
}

.js-anime-fadeInLeft.js-anime-on {
  animation-name: fadeInLeft;
}

.js-anime-fadeInZoom {
  opacity: 0;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: forwards;
}

.js-anime-fadeInZoom.js-anime-on {
  animation-name: fadeInZoom;
}

.js-anime-fadeOutZoom {
  opacity: 0;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: forwards;
}

.js-anime-fadeOutZoom.js-anime-on {
  animation-name: fadeOutZoom;
}

.js-anime-marker {
  display: inline;
  background: linear-gradient(to top, transparent 55%, var(--yellow) 70%) no-repeat;
  background-position: 0 1em;
  transition: background-size 1.5s 0.5s ease;
}

.js-anime-marker.js-anime-on {
  background-size: 100% 100%;
}

.upDown {
  animation: upDown 1s infinite steps(2, end) 0s alternate;
}

.pukaPuka {
  animation: pukaPuka 4s ease infinite alternate;
}

.fuwaFuwa {
  animation: fuwaFuwa 4s ease infinite alternate;
}

.c-3col__box {
  container: col-3/inline-size;
}
.c-3col__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2em 1em;
}
@container (width >=768px) {
  .c-3col__items {
    gap: 2em;
    grid-auto-flow: row;
    grid-template-columns: auto;
  }
}
.c-3col__item a {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@container (width >=768px) {
  .c-3col__item a {
    flex-direction: row;
  }
}
@media (any-hover: hover) {
  .c-3col__item a:hover img {
    scale: 0.95;
  }
}
.c-3col__item .area-a {
  aspect-ratio: 16/9;
  overflow: hidden;
  transition: all 0.2s ease;
}
.c-3col__item .area-a img {
  width: 100%;
  border-radius: 0.3em;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.3s ease;
}
.c-3col__item .area-b {
  letter-spacing: 0.05em;
}
.c-3col__item .area-b h4 {
  line-height: 1.4;
  margin-bottom: 0.3em;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  HOME
==================================*/
#home .mv {
  background: linear-gradient(90deg, #46CEAA 0%, #46CEAA 50%, #FFF152 50%, #FFF152 100%);
  padding-block: 15em 5em;
}
@media (width < 980px) {
  #home .mv {
    padding-block: 7em 1em;
  }
}
#home .mv__img-wrap {
  position: relative;
  max-width: calc(1770px + 4em);
  padding-inline: 2em;
  margin: auto;
}
@media (width < 768px) {
  #home .mv__img-wrap {
    max-width: unset;
    padding-inline: 0.5em;
  }
}
#home .mv__txt-img {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
}
#home .mv__txt-img img {
  width: min(1050px, 60vw);
}
@media (width < 768px) {
  #home .mv__txt-img img {
    width: 84vw;
    margin-bottom: 2.5em;
  }
}
#home .recruit {
  padding-block: min(90px, 13vw) min(65px, 13vw);
}
@media (width < 768px) {
  #home .recruit {
    padding-bottom: min(100px, 13vw);
  }
}
#home .recruit__box {
  position: relative;
  color: #fff;
  text-align: center;
  background: #4A73D5;
  border-radius: 3em;
  padding: min(60px, 10vw) min(12em, 14vw);
}
@media (width < 768px) {
  #home .recruit__box {
    border-radius: 2em;
    padding: 2em 1em 2.5em;
  }
}
#home .recruit__box::before, #home .recruit__box::after {
  content: "";
  position: absolute;
  bottom: 3em;
  height: auto;
  background: no-repeat center/contain;
  z-index: 10;
}
@media (width < 1150px) {
  #home .recruit__box::before, #home .recruit__box::after {
    bottom: 68%;
  }
}
#home .recruit__box::before {
  width: min(166px, 14vw);
  aspect-ratio: 166/209;
  left: 1em;
  background-image: url("../img/home/recruit_acc01.png");
  animation: pukaPuka 3s ease-in-out infinite alternate;
}
@media (width < 768px) {
  #home .recruit__box::before {
    width: min(135px, 20vw);
    bottom: unset;
    left: -0.5em;
    top: calc(100% - 2em);
  }
}
#home .recruit__box::after {
  width: min(134px, 12vw);
  aspect-ratio: 67/105;
  right: 1.5em;
  background-image: url("../img/home/recruit_acc02.png");
  animation: pukaPuka 3s ease infinite alternate;
}
@media (width < 768px) {
  #home .recruit__box::after {
    display: none;
  }
}
#home .recruit__sub-ttl {
  display: inline-block;
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
@media (width < 768px) {
  #home .recruit__sub-ttl {
    font-size: 0.8125rem;
    margin: 0;
  }
}
#home .recruit__ttl {
  font-size: clamp(3.625rem, 3.333rem + 0.61vw, 4.063rem);
  line-height: 1.3;
  margin-bottom: 0.4em;
}
@media (width < 768px) {
  #home .recruit__ttl {
    font-size: 2.1875rem;
  }
}
#home .recruit__date-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  border-block: 1px solid;
  padding: 1em 0.5em;
  margin-bottom: 2em;
}
@media (width < 768px) {
  #home .recruit__date-wrap {
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
  }
}
#home .recruit__date-ttl {
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.375rem);
}
@media (width < 768px) {
  #home .recruit__date-ttl {
    font-size: 1.125rem;
  }
}
#home .recruit__date {
  font-size: clamp(1.75rem, 1.583rem + 0.35vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (width < 768px) {
  #home .recruit__date {
    font-size: 2rem;
  }
}
#home .recruit__date .f-mini {
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.375rem);
}
@media (width < 768px) {
  #home .recruit__date .f-mini {
    font-size: 1.125rem;
  }
}
#home .recruit__btn {
  width: min(600px, 100%);
}
#home .recruit__btn a {
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  #home .recruit__btn a:hover {
    background: color-mix(in srgb, #FFF152 15%, white);
    opacity: 1;
  }
}
@media (hover: none) {
  #home .recruit__btn a:active {
    background: color-mix(in srgb, #FFF152 15%, white);
    opacity: 1;
  }
}
#home .about {
  padding-block: min(65px, 12vw) min(150px, 25vw);
}
#home .about .inner {
  max-width: calc(1400px + 4em);
}
#home .about__lead-con {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
@media (width < 768px) {
  #home .about__lead-con {
    flex-direction: column;
  }
}
#home .about__lead-ttl {
  font-size: 2.8125rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media (width < 980px) {
  #home .about__lead-ttl {
    margin-bottom: 0.5em;
  }
}
@media (width < 768px) {
  #home .about__lead-ttl {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
#home .about__txt-area {
  flex: 1;
  min-width: 580px;
}
@media (width < 768px) {
  #home .about__txt-area {
    min-width: auto;
  }
}
#home .about__txt-area p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.6;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media (width < 768px) {
  #home .about__txt-area p {
    font-size: 0.875rem;
    font-weight: 400;
    font-feature-settings: "palt" 1;
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 2;
    word-break: break-word;
  }
}
#home .about__img-area {
  flex: 1;
  min-width: 420px;
}
@media (width < 768px) {
  #home .about__img-area {
    min-width: auto;
    width: 88%;
    margin: auto;
  }
}
#home .about__img-area figure {
  text-align: center;
}
#home .about__total-box {
  width: min(1200px, 90%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  background: #F6634C;
  border-radius: 3em;
  padding: min(5em, 7vw);
  margin: auto;
}
@media (width < 768px) {
  #home .about__total-box {
    width: auto;
    flex-direction: column;
    padding: 3em 1em 5em;
  }
}
#home .about__total-num {
  position: relative;
  min-width: 480px;
  color: #fff;
  padding-left: 138px;
}
@media (width < 768px) {
  #home .about__total-num {
    min-width: auto;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5em 0 0 0;
    margin: auto;
  }
}
#home .about__total-num::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 118px;
  height: auto;
  aspect-ratio: 59/61;
  background: url("../img/home/about_acc02.png") no-repeat center/contain;
}
@media (width < 768px) {
  #home .about__total-num::before {
    width: min(118px, 21%);
    bottom: unset;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
}
#home .about__total-num h4 {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media (width < 768px) {
  #home .about__total-num h4 {
    font-size: 1.125rem;
  }
}
#home .about__total-num h3 {
  font-size: 5.375rem;
  font-weight: 900;
  line-height: 1;
}
@media (width < 768px) {
  #home .about__total-num h3 {
    font-size: 4.375rem;
  }
}
#home .about__total-num h3 span {
  font-size: 2.1875rem;
}
@media (width < 768px) {
  #home .about__total-num h3 span {
    font-size: 1.75rem;
  }
  #home .about__total-num h3 span:last-of-type {
    padding-left: 0.2em;
  }
}
#home .about__btn {
  margin-block: auto 0;
}
@media (width < 768px) {
  #home .about__btn {
    width: min(500px, 90%);
  }
}
#home .pickup .cmn-heading._pickup {
  position: absolute;
  top: 5em;
  left: 50%;
  translate: -50% 0;
}
@media (width < 768px) {
  #home .pickup .cmn-heading._pickup img {
    width: min(29%, 80px);
  }
}
#home .pickup__heading-wrap {
  position: relative;
  width: 100%;
  height: auto;
}
#home .pickup__heading-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 388px;
  background: url("../img/home/pickup_bg.svg") no-repeat center top/cover;
  margin-bottom: -1px;
}
@media (width < 980px) {
  #home .pickup__heading-wrap::before {
    height: 440px;
    background-image: url("../img/home/pickup_bg_sp.svg");
  }
}
@media (width < 768px) {
  #home .pickup__heading-wrap::before {
    height: min(500px, 75vw);
    background: url(../img/home/pickup_bg_sp.svg) no-repeat center top/contain, linear-gradient(180deg, transparent 20%, #46CEAA 30%);
  }
}
#home .pickup__bg-area {
  background: #46CEAA;
  padding-bottom: min(150px, 20vw);
}
#home .pickup__slider-con {
  position: relative;
  margin-bottom: 60px;
}
#home .pickup__list-date {
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  font-size: clamp(1.563rem, 0.938rem + 1.3vw, 2.5rem);
  font-family: "Acme", sans-serif;
  color: #fff;
  font-weight: 400;
  background: #F6634C;
  border-radius: 0 0 0 90%;
  padding: 0.6em 0.4em 1em 0.8em;
}
@media (width < 768px) {
  #home .pickup__list-date {
    font-size: 1.5rem;
  }
}
#home .pickup__list-area-wrap > * {
  flex: 1;
}
@media (width < 1500px) {
  #home .pickup__list-area-wrap {
    flex-direction: column;
    gap: 1.5em;
  }
}
#home .pickup .slick-track {
  display: flex;
}
#home .pickup .slick-slide {
  height: auto !important;
  margin-inline: 70px;
}
@media (width < 768px) {
  #home .pickup .slick-slide {
    margin-inline: 1.2em;
  }
}
#home .pickup .slick-slide > div {
  height: 100%;
}
#home .pickup .slide-btn {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  width: 80px;
  border-radius: 50vw;
  background: #FFF152;
  cursor: pointer;
  transition: background-color 0.2s ease;
  padding: 1em;
}
@media (width < 980px) {
  #home .pickup .slide-btn {
    width: min(70px, 3.5em);
    translate: unset;
    top: unset;
    bottom: calc(100% + 1em);
    padding: 0.5em;
  }
}
@media (any-hover: hover) {
  #home .pickup .slide-btn:hover {
    background: color-mix(in srgb, #FFF152 40%, white);
  }
}
@media (hover: none) {
  #home .pickup .slide-btn:active {
    background: color-mix(in srgb, #FFF152 40%, white);
  }
}
#home .pickup .slide-btn._prev {
  left: calc(20vw - 40px);
  scale: -1 1;
}
@media (width < 980px) {
  #home .pickup .slide-btn._prev {
    left: unset;
    right: calc(1em + 70px + min(70px, 3.5em));
  }
}
@media (width < 768px) {
  #home .pickup .slide-btn._prev {
    right: calc(2em + min(70px, 3.5em));
  }
}
#home .pickup .slide-btn._next {
  right: calc(20vw - 40px);
}
@media (width < 980px) {
  #home .pickup .slide-btn._next {
    right: 70px;
  }
}
@media (width < 768px) {
  #home .pickup .slide-btn._next {
    right: 1.2em;
  }
}
@media (width < 768px) {
  #home .pickup__btn-area {
    padding-inline: 2em;
  }
}
#home .pickup .cmn-case__list-txt-area p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 10;
}
#home .news {
  background: linear-gradient(#46CEAA 55%, #fff 45%);
}
#home .news__heading-wrap {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (width < 768px) {
  #home .news__heading-wrap img {
    width: min(90px, 12.5vw);
  }
}
#home .news__con {
  background: #F9F4EB;
  width: 92.6%;
  margin-left: auto;
  border-radius: 6em 0 0 6em;
  padding: min(130px, 9vw) min(165px, 9vw) min(195px, 11vw) min(200px, 11vw);
}
@media (width < 1500px) {
  #home .news__con {
    padding: 6em min(5em, 6vw) 8em;
  }
}
@media (width < 768px) {
  #home .news__con {
    border-radius: 3.5em 0 0 3.5em;
    padding: 4.3em 1.2em;
  }
}
#home .news .inner {
  max-width: 1400px;
  padding: 0;
}
#home .news__list-area {
  display: grid;
  grid-template-columns: 320px auto;
  grid-template-rows: repeat(4, auto);
  gap: 0 min(80px, 5vw);
  margin-bottom: min(100px, 15vw);
}
@media (width < 1500px) {
  #home .news__list-area {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
#home .news__main-ttl {
  grid-area: 1/1/2/2;
  color: #121212;
  text-align: left;
  margin-bottom: min(60px, 11vw);
}
@media (width < 1500px) {
  #home .news__main-ttl {
    grid-area: 1;
  }
}
#home .news__lists {
  grid-area: 1/2/5/2;
}
@media (width < 1500px) {
  #home .news__lists {
    grid-area: 2;
    margin-bottom: min(4em, 11vw);
  }
}
#home .news__lists li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media (width < 1500px) {
  #home .news__lists li a, #home .news__lists li .no-link {
    flex-direction: column;
    gap: 0.5em;
  }
}
#home .news__btn {
  grid-area: 2/1/2/2;
  width: min(320px, 100%);
}
@media (width < 1500px) {
  #home .news__btn {
    grid-area: 3;
  }
}
@media (width < 768px) {
  #home .news__btn {
    width: min(450px, 84%);
  }
}
#home .news__bnr-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5em;
}
@media (width < 768px) {
  #home .news__bnr-area {
    grid-template-columns: auto;
  }
}
#home .news__bnr a {
  position: relative;
  display: block;
  height: 100%;
  color: #121212;
  text-decoration: none;
  border-radius: 2em;
  padding: 2em 4.5em 2em min(4.5em, 4vw);
}
@media (width < 1150px) {
  #home .news__bnr a {
    padding: 2em 2em 6em;
  }
}
@media (any-hover: hover) {
  #home .news__bnr a:hover::after {
    translate: 3px;
  }
}
@media (hover: none) {
  #home .news__bnr a:active::after {
    translate: 3px;
  }
}
#home .news__bnr a._n01 {
  background-color: #FFCC44;
}
@media (width < 1150px) {
  #home .news__bnr a._n01 figure {
    padding-inline: 4em;
  }
}
#home .news__bnr a._n02 {
  background-color: #ADE34C;
}
#home .news__bnr a::after {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  right: 1em;
  width: 50px;
  height: 50px;
  background: #fff url(../img/common/i_arrow.svg) no-repeat center/1em;
  border-radius: 50vw;
  transform-origin: calc(100% - 1px) 50%;
  transition: translate 0.3s ease;
}
@media (width < 1150px) {
  #home .news__bnr a::after {
    top: unset;
    bottom: 1.5em;
  }
}
@media (width < 768px) {
  #home .news__bnr a::after {
    width: min(100px, 3.5em);
    height: min(100px, 3.5em);
  }
}
#home .news__bnr-area-wrap {
  display: flex;
  align-items: center;
  gap: 1em;
  height: 100%;
}
@media (width < 1150px) {
  #home .news__bnr-area-wrap {
    flex-direction: column;
    gap: 2em;
  }
}
#home .news__bnr-area-wrap > * {
  flex: 1;
}
@media (width < 1150px) {
  #home .news__bnr-area-wrap > * {
    flex: unset;
  }
}
@media (width < 1150px) {
  #home .news__bnr-txt-area {
    margin-right: auto;
  }
}
#home .news__bnr-txt-area h3 {
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1;
}
@media (width < 768px) {
  #home .news__bnr-txt-area h3 {
    font-size: 3.25rem;
  }
}
#home .news__bnr-txt-area h3 + span {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (width < 768px) {
  #home .news__bnr-txt-area h3 + span {
    font-size: 1rem;
  }
}
#home .news__bnr-txt-area p {
  font-size: clamp(0.688rem, 0.396rem + 0.61vw, 1.125rem);
  font-weight: 500;
}
@media (width < 1150px) {
  #home .news__bnr-txt-area p {
    font-size: 1rem;
  }
}
@media (width < 768px) {
  #home .news__bnr-txt-area p {
    font-size: 1rem;
  }
}
#home .news__bnr-txt-area p span {
  word-break: keep-all;
}
@media (width < 1150px) {
  #home .news__bnr-img-area {
    width: 100%;
  }
  #home .news__bnr-img-area figure {
    aspect-ratio: 16/9;
  }
  #home .news__bnr-img-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#home .links {
  padding-block: min(100px, 20vw) min(175px, 20vw);
}
#home .links .inner {
  max-width: calc(1200px + 4em);
}
#home .links .cmn-heading {
  margin: 0 auto min(60px, 11vw);
}
#home .links .cmn-heading img {
  width: min(54%, 80px);
}
@media (prefers-color-scheme: dark) {
  #home .links .cmn-heading img {
    filter: invert(1) brightness(10);
  }
}
#home .links__bnr-con {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1em;
}
@media (width < 768px) {
  #home .links__bnr-con {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8em 1em;
  }
}
#home .links__bnr-con li {
  height: auto;
  aspect-ratio: 434/135;
  overflow: hidden;
}

/*==================================
  about
==================================*/
#about .summary {
  padding-bottom: min(150px, 20dvw);
}
#about .summary__main-img {
  margin-bottom: min(110px, 17dvw);
}
#about .summary__lead {
  max-width: 850px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 2.5;
  word-break: keep-all;
  margin: auto;
}
@media (width < 768px) {
  #about .summary__lead {
    max-width: 100%;
    font-size: 1rem;
    text-align: left;
    word-break: break-word;
  }
}
#about .summary__lead span {
  display: inline-block;
}
@media (width < 768px) {
  #about .summary__lead span {
    display: inline;
  }
}
#about .initiative {
  background: #46CEAA;
  padding-block: min(100px, 20dvw) min(150px, 20dvw);
}
#about .initiative .inner {
  max-width: calc(1200px + 4em);
}
@media (width < 768px) {
  #about .initiative .inner {
    border-radius: 1.5em;
  }
}
#about .initiative__box {
  counter-reset: list_num;
  color: #121212;
  background: #fff;
  border-radius: 3em;
  padding: min(100px, 9dvw) min(100px, 6dvw);
}
@media (width < 768px) {
  #about .initiative__box {
    border-radius: 1.5em;
    padding: 3em 1em;
  }
}
#about .initiative__explain {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
}
#about .initiative__item {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  border-bottom: 1px solid #E1DEDA;
  padding: 2.5em min(4em, 4dvw) 2.5em 0;
}
#about .initiative__item:last-of-type {
  margin-bottom: 1.5em;
}
@media (width < 768px) {
  #about .initiative__item {
    flex-direction: column;
    gap: 2em;
    align-items: center;
    padding: 2em 0 2em 0;
  }
}
#about .initiative__ttl {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (width < 768px) {
  #about .initiative__ttl {
    font-size: 1.25rem;
  }
}
#about .initiative__ttl::before {
  counter-increment: list_num;
  content: counter(list_num, upper-alpha);
  display: grid;
  place-content: center;
  font-family: "Acme", sans-serif;
  font-size: 2.625rem;
  font-weight: 500;
  color: #fff;
  background: #F6634C;
  border-radius: 50vw;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  line-height: 0;
  padding: 0.2em;
}
@media (width < 768px) {
  #about .initiative__ttl::before {
    font-size: 1.875rem;
    width: min(60px, 1.5em);
    height: min(60px, 1.5em);
  }
}
#about .initiative__data-ttl {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  display: block;
}
#about .initiative__txt-area {
  flex: 1;
}
#about .initiative__img-area {
  width: 130px;
  text-align: center;
}
#about .apply {
  background: #FFF152;
  padding-block: min(150px, 20dvw);
}
#about .apply .inner {
  max-width: calc(1200px + 4em);
}
#about .apply .cmn-btn a {
  display: grid;
  place-content: center;
  min-height: 90px;
  padding: 1em 4em 1em 2em;
}
@media (width < 768px) {
  #about .apply .cmn-btn a {
    min-height: 70px;
    padding: 1em 3em 1em 1em;
  }
}
#about .apply__box {
  color: #121212;
  background: #fff;
  border-radius: 3em;
  padding: min(100px, 9dvw) min(100px, 6dvw);
}
@media (width < 768px) {
  #about .apply__box {
    border-radius: 1.5em;
  }
}
#about .apply__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2em;
  margin-bottom: 3em;
}
@media (width < 768px) {
  #about .apply__wrap {
    gap: 3em;
    margin-bottom: 0;
  }
}
#about .apply__txt-area {
  flex: 1.4;
  min-width: 400px;
}
@media (width < 768px) {
  #about .apply__txt-area {
    min-width: 100%;
  }
}
#about .apply__txt-area._n02 {
  flex: 2.1;
}
#about .apply__img-area {
  flex: 1;
  min-width: 330px;
  text-align: center;
}
@media (width < 768px) {
  #about .apply__img-area {
    min-width: 100%;
  }
}
#about .apply__img-area img {
  width: min(500px, 90%);
}
#about .apply__img-area._n02 {
  min-width: 220px;
}
#about .apply__img-area._n02 img {
  width: min(400px, 100%);
}
@media (width < 768px) {
  #about .apply__img-area._n02 img {
    width: min(400px, 70%);
  }
}
#about .apply__dl:first-of-type {
  margin-bottom: 3em;
}
@media (width < 768px) {
  #about .apply__dl:first-of-type {
    margin-bottom: 0;
  }
}
#about .apply__dl dt {
  font-size: 1.5rem;
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
}
@media (width < 768px) {
  #about .apply__dl dt {
    font-size: 1.375rem;
  }
}
#about .apply__dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #F6634C;
  border-radius: 50vw;
}
@media (width < 768px) {
  #about .apply__dl dt::before {
    width: 4px;
  }
}
#about .apply__dl h5 {
  margin-bottom: 1.2em;
}
#about .apply__dl .cmn-note {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (width < 768px) {
  #about .apply__dl .cmn-note {
    font-size: 0.875rem;
  }
}
#about .apply__dl .cmn-btn:has(.ico_pdf) {
  width: min(480px, 100%);
  margin: 0;
}
#about .apply__method-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  margin-bottom: 1.5em;
}
@media (width < 768px) {
  #about .apply__method-wrap {
    margin-bottom: 3.5em;
  }
}
#about .apply__method {
  flex: 1;
  min-width: 390px;
  border: 6px solid #E1DEDA;
  padding: 2em;
}
@media (width < 768px) {
  #about .apply__method {
    min-width: 100%;
    border-width: 3px;
    padding: 1.5em 1em;
  }
}
#about .apply__method .cmn-btn {
  width: 100%;
}
#about .apply__method h4 {
  color: #F6634C;
  margin-bottom: 1em;
}
@media (width < 768px) {
  #about .apply__method h4 {
    font-size: 1.125rem;
  }
}
#about .apply__method-dl {
  padding-block: 1.5em;
}
#about .apply__method-dl-item {
  display: flex;
  gap: 0.5em;
  line-height: 1.75;
}
@media (width < 768px) {
  #about .apply__method-dl-item {
    flex-direction: column;
    gap: 0;
  }
}
#about .apply__method-dl-item dt {
  min-width: 4em;
}
#about .apply__method-dl-item:has(+ .apply__method-dl-item) {
  margin-bottom: 1em;
}
#about .faq {
  padding-block: min(150px, 20dvw) 0;
}
#about .faq__details-wrap:has(+ div) {
  margin-bottom: 1.5em;
}
#about .faq summary {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 1em;
  flex: 1;
  color: #121212;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  background: #F9F4EB;
  padding: 2em 4em 2em 2em;
}
@media (width < 768px) {
  #about .faq summary {
    padding: 1.5em 3em 1.5em 1em;
  }
}
#about .faq summary::-webkit-details-marker {
  display: none;
}
#about .faq__icon {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  line-height: 1;
  font-size: 2.625rem;
  color: #121212;
  font-weight: 500;
  background: #FFF152;
  border-radius: 50vw;
  padding: 0.2em;
}
@media (width < 768px) {
  #about .faq__icon {
    width: min(50px, 8dvw);
    height: min(50px, 8dvw);
    font-size: 1.25rem;
  }
}
#about .faq__icon._answer {
  color: #fff;
  background: #F6634C;
}
#about .faq__arrow {
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  width: 2em;
  height: 2em;
  transition: rotate 0.3s ease;
}
@media (width < 768px) {
  #about .faq__arrow {
    right: 0.5em;
  }
}
#about .faq__arrow::before, #about .faq__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 16px;
  background-color: #121212;
  transform-origin: 50% calc(100% - 2px);
  translate: 0 -50%;
}
@media (width < 768px) {
  #about .faq__arrow::before, #about .faq__arrow::after {
    width: 2px;
    height: 10px;
    transform-origin: 50% calc(100% - 1px);
  }
}
#about .faq__arrow::before {
  rotate: 45deg;
}
#about .faq__arrow::after {
  rotate: -45deg;
}
#about .faq details[open] .faq__arrow {
  rotate: 180deg;
}
#about .faq__con {
  display: flex;
  align-items: baseline;
  gap: 1em;
  line-height: 2;
  padding: 2em 4em 2em 2em;
}
@media (width < 768px) {
  #about .faq__con {
    padding: 1.5em 1em;
  }
}

/*==================================
  news
==================================*/
#news .cmn-news__item {
  border-bottom: 1px solid #E1DEDA;
}
#news .cmn-news__item a, #news .cmn-news__item .no-link {
  padding: 2.5em 4em 2.5em 0;
}
@media (prefers-color-scheme: dark) {
  #news .cmn-news__item a, #news .cmn-news__item .no-link {
    background: transparent;
  }
  #news .cmn-news__item a > p, #news .cmn-news__item .no-link > p {
    color: #fff;
  }
}

/*==================================
  case
==================================*/
#case .tab__menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: center;
  gap: 1em;
  text-align: center;
  margin-bottom: min(100px, 25dvw);
}
@media (width < 768px) {
  #case .tab__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
#case .tab__btn {
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
  background: #CCCCCC;
  border-radius: 1.5em;
  line-height: 1.3;
  padding: 1em 2.3em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (width < 768px) {
  #case .tab__btn {
    border-radius: 1em;
  }
}
@media (any-hover: hover) {
  #case .tab__btn:hover {
    background: #F6634C;
  }
}
@media (hover: none) {
  #case .tab__btn:active {
    background: #F6634C;
  }
}
#case .tab__btn.active {
  background: #F6634C;
}
#case .tab__btn span {
  font-size: 1.5rem;
  font-weight: bold;
}
#case .tab__con {
  display: none;
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
#case .tab__con.show {
  display: block;
  animation-name: fadeIn;
}
#case .case .inner {
  max-width: calc(1200px + 4em);
}
#case .case__lead {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2.5;
  margin-bottom: min(130px, 20dvw);
}
@media (width < 768px) {
  #case .case__lead {
    font-size: 1rem;
    text-align: left;
    line-height: 2;
  }
}
#case .case .cmn-h2 {
  margin-bottom: min(100px, 15dvw);
}
#case .cmn-case__list-item {
  border: 5px solid #E1DEDA;
  border-radius: 1.5em;
  padding: 3em 3em 4em;
}
@media (width < 768px) {
  #case .cmn-case__list-item {
    border-width: 3px;
    border-radius: 1em;
    padding: 2em 1.5em 3em;
  }
}
#case .cmn-case__list-item:has(+ li) {
  margin-bottom: 2.5em;
}
#case .cmn-case__list-area-wrap {
  justify-content: center;
  flex-wrap: wrap;
}
@media (width < 768px) {
  #case .cmn-case__list-area-wrap {
    gap: 1em;
    flex-direction: column;
  }
}
#case .cmn-case__list-img-area {
  width: 36.5%;
  height: auto;
}
@media (width < 768px) {
  #case .cmn-case__list-img-area {
    width: 100%;
  }
}
#case .cmn-case__list-img-area figure {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
#case .cmn-case__list-img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#case .cmn-case__list-txt-area {
  flex: 1;
}
#case .cmn-case__list-txt-area p {
  line-height: 1.7;
}
#case .cmn-case__list-txt-area p:has(+ ul) {
  margin-bottom: 0.2em;
}
#case .cmn-case__list-txt-area ul {
  margin-bottom: 1em;
}
#case .cmn-case__list-txt-area li:not(:last-child) {
  margin-bottom: 0.3em;
}

/*==================================
  info
==================================*/
#info .info__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F6634C;
  line-height: 1.4;
  margin-bottom: 0.2em;
}
#info .info__ttl span {
  display: block;
  color: #121212;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 0.3em;
}
#info .info__box {
  border-bottom: 1px solid #E1DEDA;
  padding-block: 2.5em;
}
#info .info__box dt {
  margin-bottom: 1em;
}
#info .info__txt {
  line-height: 1.75;
  margin-bottom: 2.5em;
}
#info .info__link .i_blank {
  position: relative;
  display: block;
  color: #121212;
  font-weight: bold;
  padding-left: 3em;
}
@media (prefers-color-scheme: dark) {
  #info .info__link .i_blank {
    color: #CCCCCC;
  }
}
#info .info__link .i_blank::before, #info .info__link .i_blank::after {
  content: "";
}
#info .info__link .i_blank::before {
  position: absolute;
  top: calc(50% - 1.25em);
  left: 0;
  width: 2.5em;
  height: 2.5em;
  background: #FFF152 url("../img/common/i_arrow.svg") no-repeat center/1em;
  border-radius: 50vw;
  transform-origin: calc(100% - 1px) 50%;
  transition: translate 0.3s ease;
}
#info .info__link .i_blank::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/common/i_blank.svg") no-repeat center/contain;
  margin-left: 0.3em;
}

/*==================================
  goods
==================================*/
#goods .goods__lead {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2.5;
  padding-inline: 2em;
  margin-bottom: min(60px, 13dvw);
}
@media (width < 768px) {
  #goods .goods__lead {
    font-size: 1rem;
    text-align: left;
    line-height: 2;
  }
}
#goods .goods__nav-wrap {
  background: #F9F4EB;
  padding: 60px 2em;
}
@media (width < 768px) {
  #goods .goods__nav-wrap {
    padding: 2em 1em;
  }
}
#goods .goods__nav {
  max-width: calc(1200px + 4em);
  background: #fff;
  border-radius: 2em;
  padding: 2.5em 3.5em;
}
@media (width < 768px) {
  #goods .goods__nav {
    max-width: 100%;
    border-radius: 1em;
    padding: 1.5em 1em;
  }
}
#goods .goods__nav-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
@media (width < 768px) {
  #goods .goods__nav-lists {
    flex-direction: column;
    gap: 1.5em;
  }
}
#goods .goods__nav-item a {
  position: relative;
  display: block;
  color: #121212;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  word-break: keep-all;
  font-feature-settings: "palt" 1;
  text-decoration: none;
  padding: 0.5em 0.5em 0.5em 3em;
  transition: color 0.2s ease;
}
@media (width < 768px) {
  #goods .goods__nav-item a {
    font-size: 1rem;
    padding: 0.5em 0.5em 0.5em 2.5em;
  }
}
#goods .goods__nav-item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.25em);
  left: 0;
  width: 2.5em;
  height: 2.5em;
  background: #FFF152 url("../img/common/i_arrow.svg") no-repeat center/1em;
  border-radius: 50vw;
  rotate: 90deg;
  transition: translate 0.3s ease;
}
@media (width < 768px) {
  #goods .goods__nav-item a::before {
    top: calc(50% - 1em);
    width: 2em;
    height: 2em;
    background-size: 0.7em;
  }
}
@media (any-hover: hover) {
  #goods .goods__nav-item a:hover {
    opacity: 1;
    color: #F6634C;
  }
  #goods .goods__nav-item a:hover::before {
    translate: 0 3px;
  }
}
@media (hover: none) {
  #goods .goods__nav-item a:active {
    opacity: 1;
    color: #F6634C;
  }
  #goods .goods__nav-item a:active::before {
    translate: 0 3px;
  }
}
#goods .goods__box {
  padding-block: min(80px, 18dvw);
}
#goods .goods__box:last-child {
  padding-bottom: 0;
}
#goods .goods__box._no-overtime figure {
  position: relative;
  aspect-ratio: 1;
  padding: 2em;
  margin-bottom: 4em;
}
@media (width < 768px) {
  #goods .goods__box._no-overtime figure {
    aspect-ratio: 3/2;
    padding: 3em;
  }
}
#goods .goods__box._no-overtime figcaption {
  position: absolute;
  top: calc(100% + 1em);
  left: 0;
  width: 100%;
  text-align: center;
}
#goods .goods__box._mark figure {
  aspect-ratio: 16/9;
  padding: 3em;
  margin-bottom: 3.5em;
}
@media (width < 768px) {
  #goods .goods__box._mark figure {
    aspect-ratio: 4/3;
    padding: 2em;
  }
}
@media (width < 768px) {
  #goods .goods__box._poster figure {
    width: 80%;
    margin: 0 auto 1.5em;
  }
}
#goods .goods__box._poster img {
  border: 1px solid #CCCCCC;
}
#goods .goods__box._stand img {
  border: 1px solid #CCCCCC;
}
#goods .goods__box._telecon img {
  border: 1px solid #CCCCCC;
}
#goods .goods__box figure {
  text-align: center;
  margin-bottom: 1.5em;
}
#goods .goods__explain {
  line-height: 2.3;
  text-align: center;
  margin-bottom: min(70px, 12dvw);
}
@media (width < 768px) {
  #goods .goods__explain {
    text-align: left;
    line-height: 2;
  }
}
#goods .goods__figure {
  width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;
}
#goods .goods__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#goods .goods__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em 2em;
}
@media (width < 768px) {
  #goods .goods__list {
    grid-template-columns: auto;
    gap: 3em;
  }
}
#goods .goods__list._col3 {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 4em;
}
@media (width < 768px) {
  #goods .goods__list._col3 {
    grid-template-columns: auto;
    gap: 3em;
  }
}
#goods .goods__voice-con dt {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
#goods .goods__voice-con audio {
  width: 100%;
  margin-bottom: 2em;
}
#goods .goods__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
}
#goods .goods__btn-wrap .cmn-btn {
  margin: 0;
}
#goods .goods__btn-group li:has(+ li) {
  margin-bottom: 1.5em;
}
#goods .goods__usage-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3em;
  padding-block: 2.5em;
}
@media (width < 768px) {
  #goods .goods__usage-item {
    gap: 1em;
  }
}
#goods .goods__usage-item:has(+ li) {
  border-bottom: 1px solid #E1DEDA;
}
#goods .goods__txt-area {
  flex: 1;
  min-width: 400px;
}
@media (width < 768px) {
  #goods .goods__txt-area {
    min-width: 100%;
  }
}
#goods .goods__txt-area dt {
  position: relative;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 0.8em;
  margin-bottom: 0.8em;
}
@media (width < 768px) {
  #goods .goods__txt-area dt {
    font-size: 1.5rem;
  }
}
#goods .goods__txt-area dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #F6634C;
  border-radius: 50vw;
}
@media (width < 768px) {
  #goods .goods__txt-area dt::before {
    width: 5px;
  }
}
#goods .goods__txt-area dd {
  line-height: 2.2;
}
#goods .goods__img-area {
  width: min(300px, 100%);
  margin: auto;
}
@media (width < 768px) {
  #goods .goods__img-area {
    width: min(500px, 100%);
  }
}
#goods .goods__img-area figcaption {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  padding-block: 0.5em;
}
#goods .goods__img-area span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
#goods .goods__img-area img {
  border: 1px solid #CCCCCC;
}
#goods .cmn-btn:not(.header__btn) {
  width: min(280px, 100%);
}
@media (width < 768px) {
  #goods .cmn-btn:not(.header__btn) {
    width: min(400px, 80%);
  }
}/*# sourceMappingURL=style.css.map */