@charset "UTF-8";
/*
Theme Name: hp_renewal
*/
/*---------------------
Reset
---------------------*/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

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

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

#root,
#__next {
  isolation: isolate;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  src: url(assets/fonts/ZenKakuGothicNew-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  src: url(assets/fonts/ZenKakuGothicNew-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  src: url(assets/fonts/ZenMaruGothic-Bold.ttf) format("truetype");
}
/*---------------------
base
---------------------*/
html {
  font-size: 16px;
  color: #070001;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

*:focus {
  outline: none;
}

p:empty {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

a:focus {
  outline: none;
}

a:hover {
  cursor: pointer;
  opacity: 0.6;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: not-allowed;
  }
}
ul,
ol,
dl,
dt,
dd,
li {
  list-style: none;
}

button,
input {
  border-radius: 0;
}

img {
  width: 100%;
  height: 100%;
}

.img__radius {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.img__radius-half {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.img__none {
  width: 100%;
  height: 100%;
  object-fit: none;
}
.img__icon {
  height: 70%;
  width: 70%;
  object-fit: contain;
}
.img__contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img__contain-radius {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.img__contain-safari {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.img__onimg {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  position: relative;
}
.img__onimg-text {
  color: #d53f50;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .img__onimg-text:hover {
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .img__onimg-text:active {
    opacity: 1;
  }
}
.img__onimg-text p {
  border-bottom: 1px solid #d53f50;
}
.img__onimg-icon {
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 768px) {
  .img__icon {
    height: 100%;
    width: 100%;
    object-fit: none;
  }
}
.category {
  padding: 0 6px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #dbdbdc;
  font-weight: 500;
  width: fit-content;
  height: fit-content;
  white-space: nowrap;
}
.category__new {
  width: 42px;
  height: 20px;
  padding: 0 6px;
  background-color: #fef3f2;
  color: #d53f50;
  font-size: 14px;
}

.category--office-work,
.category--information-management,
.category--medical-administration,
.category--medical-treatment,
.category--information-sharing,
.category--management,
.category--common-task,
.category--design,
.category--execution,
.category--dispatch,
.category--sales-business-management,
.category--sale,
.category--sales,
.category--purchase,
.category--other,
.category--design-procurement,
.category--information-system,
.category--factory-production,
.category--it-infrastructure,
.category--p-koufuri {
  color: #070001 !important;
  background-color: #ffffff !important;
}

.category--medical {
  background-color: #4277b4;
  border: none !important;
}

.category--common {
  background-color: #d56193;
  border: none !important;
}

.category--public {
  background-color: #b48442;
  border: none !important;
}

.category--construction {
  background-color: #43af8a;
  border: none !important;
}

.category--wholesale {
  background-color: #737373;
  border: none !important;
}

.category--transportation {
  background-color: #b3434f;
  border: none !important;
}

.category--manufacturing {
  background-color: #6d4498;
  border: none !important;
}

.category--solution {
  background-color: #d56193;
  border: none !important;
}

.category--event,
.category--information {
  background-color: #bf4747;
  border: none !important;
}

.category--ojisan-blog,
.category--recruit,
.category--new-graduate-recruit,
.category--mid-career-recruit {
  background-color: #d5793f;
  border: none !important;
}

.category--seminar {
  background-color: #bfb147;
  border: none !important;
}

.category--security {
  background-color: #6ca093;
  border: none !important;
}

.category--service,
.category--blog {
  background-color: #45a1c9;
  border: none !important;
}

.category--business-skill {
  background-color: #7f83d2;
  border: none !important;
}

.category--c-chatsupport {
  background-color: #6ca093;
  border: none !important;
}

.category--data-centralization {
  background-color: #7f83d2;
  border: none !important;
}

.category--e-qix {
  background-color: #606daf;
  border: none !important;
}

.link {
  color: #ffffff;
}
.link__red {
  color: #d53f50;
}
.link__button-red {
  color: #d56193;
}
.link__black {
  color: #282c2e;
}
.link__dark-purple {
  color: #2f3464;
}
.link__purple {
  color: #5c4aae;
}
.link__c-chat {
  background: linear-gradient(91.88deg, #4f9683 0%, #651ec9 151.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .link__c-chat {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: initial;
    color: #5c4aae;
  }
}
.return {
  display: none; /* デフォルトで非表示 */
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(40, 44, 46, 0.2);
  background-color: #ffffff;
  transition: opacity 0.3s ease;
  z-index: 4;
}
@media (min-width: 640px) {
  .return {
    display: block;
  }
}
.return__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.return__inner::before {
  position: absolute;
  top: 35%;
  right: 48%;
  display: block;
  content: "";
  height: 15.63px;
  width: 2px;
  background-color: #d53f50;
}
.return__inner::after {
  position: absolute;
  top: 35%;
  right: 40%;
  display: block;
  content: "";
  width: 8.49px;
  aspect-ratio: 1;
  border-top: 2px solid #d53f50;
  border-right: 2px solid #d53f50;
  rotate: -45deg;
}

.show {
  opacity: 1;
}

.hide {
  opacity: 0;
}

.button-inquery {
  display: flex;
  gap: 8px;
  border: 1px solid #d53f50;
  background-color: #d53f50;
  height: 40px;
  width: 166px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button-inquery:hover {
    opacity: 1;
    background-color: #ffffff;
  }
  .button-inquery:hover .inquery__img img {
    filter: invert(27%) sepia(27%) saturate(7089%) hue-rotate(338deg) brightness(95%) contrast(74%);
  }
  .button-inquery:hover p {
    color: #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .button-inquery:active {
    opacity: 1;
    background-color: #ffffff;
  }
  .button-inquery:active .inquery__img img {
    filter: invert(27%) sepia(27%) saturate(7089%) hue-rotate(338deg) brightness(95%) contrast(74%);
  }
  .button-inquery:active p {
    color: #d53f50;
  }
}

.button-lightred-white-228 {
  background-color: #fef3f2;
  height: 48px;
  width: 228px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-lightred-white-375 {
  background-color: #fef3f2;
  height: 48px;
  width: 100%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-middlered-white-375 {
  background-color: #f8ebe6;
  height: 48px;
  width: 100%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-c-chat-367 {
  transition: all 0.3s ease;
  gap: 8px;
  background-color: #ffffff;
  height: 48px;
  width: 98%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .button-c-chat-367:hover {
    border: 1.5px solid #ffffff;
    background: linear-gradient(91.88deg, #4f9683 0%, #651ec9 151.94%);
    opacity: 1;
  }
  .button-c-chat-367:hover p {
    color: #ffffff;
  }
  .button-c-chat-367:hover .inquery__envelope--purple path {
    fill: #ffffff;
  }
}
@media (hover: none) and (pointer: coarse) {
  .button-c-chat-367:active {
    border: 1.5px solid #ffffff;
    background: linear-gradient(91.88deg, #4f9683 0%, #651ec9 151.94%);
    opacity: 1;
  }
  .button-c-chat-367:active p {
    color: #ffffff;
  }
  .button-c-chat-367:active .inquery__envelope--purple path {
    fill: #ffffff;
  }
}

.button-lightred-white-390 {
  background-color: #fef3f2;
  height: 48px;
  width: 390px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-lightred-white-222 {
  background-color: #fef3f2;
  height: 48px;
  width: 222px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-lightred-white-166 {
  background-color: #fef3f2;
  height: 40px;
  width: 166px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-lightred-white-auto {
  background-color: #fef3f2;
  height: 48px;
  width: auto;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-lightred-darkred-auto {
  background-color: #fef3f2;
  height: 48px;
  width: auto;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-white-darkred-375 {
  gap: 8px;
  border: 1.5px solid #d53f50;
  background-color: #ffffff;
  height: 48px;
  width: auto;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button-white-darkred-375:hover {
    border: 1.5px solid #ffffff;
    background-color: #d53f50;
    opacity: 1;
  }
  .button-white-darkred-375:hover p {
    color: #ffffff;
  }
  .button-white-darkred-375:hover .inquery__envelope path {
    fill: #ffffff;
  }
}
@media (hover: none) and (pointer: coarse) {
  .button-white-darkred-375:active {
    border: 1.5px solid #ffffff;
    background-color: #d53f50;
    opacity: 1;
  }
  .button-white-darkred-375:active p {
    color: #ffffff;
  }
  .button-white-darkred-375:active .inquery__envelope path {
    fill: #ffffff;
  }
}

.button-white-darkred-auto {
  border: 1.5px solid #d53f50;
  background-color: #ffffff;
  height: 48px;
  width: auto;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button-white-darkred-auto:hover {
    border: 1.5px solid #ffffff;
    background-color: #d53f50;
    opacity: 1;
  }
  .button-white-darkred-auto:hover p {
    color: #ffffff;
  }
}
@media (hover: none) and (pointer: coarse) {
  .button-white-darkred-auto:active {
    border: 1.5px solid #ffffff;
    background-color: #d53f50;
    opacity: 1;
  }
  .button-white-darkred-auto:active p {
    color: #ffffff;
  }
}

.button-white-darkred-auto-noborder {
  background-color: #ffffff;
  height: 48px;
  width: auto;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-white-darkred-375 {
  border: 1.5px solid #d53f50;
  background-color: #ffffff;
  height: 48px;
  width: 100%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-white-darkred-390 {
  border: 1.5px solid #d53f50;
  background-color: #ffffff;
  height: 48px;
  width: 100%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-white-darkred-228 {
  border: 1.5px solid #d53f50;
  background-color: #ffffff;
  height: 48px;
  width: 228px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-darkred-white-375 {
  transition: all 0.3s ease;
  gap: 8px;
  border: 1.5px solid #ffffff;
  background-color: #d53f50;
  height: 48px;
  width: 100%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .button-darkred-white-375:hover {
    border: 1.5px solid #d53f50;
    background-color: #ffffff;
    opacity: 1;
  }
  .button-darkred-white-375:hover p {
    color: #d53f50;
  }
  .button-darkred-white-375:hover .inquery__envelope--white path {
    fill: #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .button-darkred-white-375:active {
    border: 1.5px solid #d53f50;
    background-color: #ffffff;
    opacity: 1;
  }
  .button-darkred-white-375:active p {
    color: #d53f50;
  }
  .button-darkred-white-375:active .inquery__envelope--white path {
    fill: #d53f50;
  }
}

.button-darkred-white-375-decoration {
  border: 1.5px solid #ffffff;
  background-color: #d53f50;
  height: 48px;
  width: 100%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-darkred-white-375-decoration p {
  font-size: clamp(0.625rem, 0.394rem + 0.95vw, 1rem);
}

.button-darkred-white-auto {
  border: 1.5px solid #ffffff;
  transition: all 0.3s ease;
  background-color: #d53f50;
  height: 48px;
  width: auto;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .button-darkred-white-auto:hover {
    border: 1.5px solid #d53f50;
    background-color: #ffffff;
    opacity: 1;
  }
  .button-darkred-white-auto:hover p {
    color: #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .button-darkred-white-auto:active {
    border: 1.5px solid #d53f50;
    background-color: #ffffff;
    opacity: 1;
  }
  .button-darkred-white-auto:active p {
    color: #d53f50;
  }
}

.button-darkred-gray-375 {
  border: 1.5px solid #dadbdb;
  background-color: #ffffff;
  height: 48px;
  width: 100%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-white-gray-auto {
  transition: all 0.3s ease;
  gap: 8px;
  background-color: #ffffff;
  height: 48px;
  width: 100%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .button-white-gray-auto:hover {
    border: 1.5px solid #ffffff;
    background-color: transparent;
    opacity: 1;
  }
  .button-white-gray-auto:hover p {
    color: #ffffff;
  }
  .button-white-gray-auto:hover .inquery__envelope--blue path {
    fill: #ffffff;
  }
}
@media (hover: none) and (pointer: coarse) {
  .button-white-gray-auto:active {
    border: 1.5px solid #ffffff;
    background-color: transparent;
    opacity: 1;
  }
  .button-white-gray-auto:active p {
    color: #ffffff;
  }
  .button-white-gray-auto:active .inquery__envelope--blue path {
    fill: #ffffff;
  }
}

.button-transparent-white-auto {
  transition: all 0.3s ease;
  border: 1.5px solid #ffffff;
  background-color: transparent;
  height: 48px;
  width: auto;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .button-transparent-white-auto:hover {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: initial;
    background-color: #ffffff;
    opacity: 1;
  }
  .button-transparent-white-auto:hover > .button-color-purple {
    color: #0a136b;
  }
  .button-transparent-white-auto:hover > .button-color-c-chat {
    background: linear-gradient(91.88deg, #4f9683 0%, #651ec9 151.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (hover: none) and (pointer: coarse) {
  .button-transparent-white-auto:active {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: initial;
    background-color: #ffffff;
    opacity: 1;
  }
  .button-transparent-white-auto:active > .button-color-purple {
    color: #0a136b;
  }
  .button-transparent-white-auto:active > .button-color-c-chat {
    background: linear-gradient(91.88deg, #4f9683 0%, #651ec9 151.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.button-eqix {
  background-color: #ffffff;
  height: 76px;
  width: 100%;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  align-items: center;
}

.four-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  align-self: center;
}

.four-buttons__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.four-buttons__button {
  width: 100%;
  align-self: center;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .four-buttons__button:hover {
    opacity: 1;
    background-color: #fbdedc;
  }
}
@media (hover: none) and (pointer: coarse) {
  .four-buttons__button:active {
    opacity: 1;
    background-color: #fbdedc;
  }
}

.blog__button,
.info__button,
.footer__button {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .blog__button:hover,
  .info__button:hover,
  .footer__button:hover {
    opacity: 1;
    background-color: #fbdedc;
  }
}
@media (hover: none) and (pointer: coarse) {
  .blog__button:active,
  .info__button:active,
  .footer__button:active {
    opacity: 1;
    background-color: #fbdedc;
  }
}

@media screen and (min-width: 440px) {
  .button-white-darkred-375 {
    background-color: #ffffff;
    height: 48px;
    width: 375px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-white-gray-auto {
    background-color: #ffffff;
    height: 48px;
    width: 375px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-c-chat-367 {
    background-color: #ffffff;
    height: 48px;
    width: 367px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-eqix {
    background-color: #ffffff;
    height: 76px;
    width: 375px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-lightred-white-375 {
    background-color: #fef3f2;
    height: 48px;
    width: 375px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-middlered-white-375 {
    background-color: #f8ebe6;
    height: 48px;
    width: 375px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-white-darkred-390 {
    background-color: #ffffff;
    height: 48px;
    width: 390px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-white-darkred-390 {
    background-color: #ffffff;
    height: 48px;
    width: 390px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-darkred-gray-375 {
    background-color: #ffffff;
    height: 48px;
    width: 375px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-darkred-white-375 {
    background-color: #d53f50;
    height: 48px;
    width: 375px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-white-darkred-375 {
    border: 1.5px solid #d53f50;
    background-color: #ffffff;
    height: 48px;
    width: 375px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .button-darkred-white-375-decoration {
    background-color: #d53f50;
    height: 48px;
    width: 375px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .four-buttons__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .four-buttons__button {
    flex: 1;
  }
}
.breadcrumb {
  align-self: start;
  margin: 16px 0 32px 16px;
  overflow-x: auto; /*横にはみ出した要素をスクロールする*/
  white-space: nowrap; /*自動改行しないようにする*/
}
.breadcrumb ul {
  display: flex;
  gap: 20px;
}
.breadcrumb__arrow {
  position: relative;
}
.breadcrumb__arrow:not(:last-child)::after {
  position: absolute;
  right: -10px;
  top: 6px;
  rotate: -45deg;
  display: block;
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-right: 2px solid rgba(40, 44, 46, 0.66);
  border-bottom: 2px solid rgba(40, 44, 46, 0.66);
}
.breadcrumb__text {
  color: #282c2e;
}
.breadcrumb__text a {
  color: #282c2e;
}

.main-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 0;
  width: 100%;
  height: auto;
  border-radius: 12px;
  outline: 1px solid #dbdbdc;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .main-card:hover {
    opacity: 1;
    outline: 1.5px solid #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .main-card:active {
    opacity: 1;
    outline: 1.5px solid #d53f50;
  }
}
.main-card__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: auto;
  height: 110px;
  border-radius: 12px 12px 0 0;
  text-align: center;
}
.main-card__img {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main-card__description {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 8px;
  background-color: #f9f6f2;
  border-radius: 0 0 12px 12px;
  padding: 24px;
  min-height: 190px;
  width: 100%;
}
.main-card__categories {
  display: flex;
  gap: 16px;
}
.main-card__categories--gap8 {
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-card__categories--gap8 div {
  display: flex;
  gap: 8px;
}

sup {
  font-size: 0.75rem;
}

@media screen and (min-width: 1280px) {
  .main-card {
    width: 310px;
    min-height: 284px;
  }
}
.sub-card {
  display: flex;
  width: clamp(22.375rem, 8.446rem + 57.14vw, 59.875rem);
  border-top: 1px solid #dbdbdc;
}
.sub-card:last-child {
  border-bottom: 1px solid #dbdbdc;
}
.sub-card__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(6.25rem, 3.162rem + 12.67vw, 14.563rem);
  flex-shrink: 0;
}
.sub-card__img {
  width: clamp(5.188rem, 2.634rem + 10.48vw, 12.063rem);
}
.sub-card__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  max-width: 725px;
}
.sub-card__title {
  font-size: 1.125rem;
}
.sub-card__categories {
  display: flex;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .sub-card {
    flex-direction: row;
  }
}
.information__inner--light-red {
  background-color: #fef3f2;
}

.information__inner--dark-yellow {
  background-color: #ffdd02;
}

.information {
  margin: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information__pd {
  height: 72px;
  padding: 16px 0;
}
.information__mg {
  margin-bottom: 8px;
}
.information__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.information__inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(40, 44, 46, 0.66);
  border-right: 2px solid rgba(40, 44, 46, 0.66);
  rotate: 45deg;
  top: 40%;
  right: 8px;
}
.information__inner--newtab {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
  padding: 8px;
  border-radius: 8px;
}
@media (hover: hover) and (pointer: fine) {
  .information__inner:hover {
    opacity: 1;
    background-color: #fbdedc;
  }
}
@media (hover: none) and (pointer: coarse) {
  .information__inner:active {
    opacity: 1;
    background-color: #fbdedc;
  }
}
.information__icon {
  width: 20px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.information__newtab {
  width: 13px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.information__flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.title-green-28 {
  color: #0e8d6d;
  font-size: clamp(1.125rem, 0.15rem + 4vw, 1.75rem);
}

.title-purple-28 {
  letter-spacing: -1px;
  color: #0a136b;
  font-size: clamp(1.125rem, 0.15rem + 4vw, 1.75rem);
}

.title-c-chat-28 {
  color: #6d5eb6;
  font-size: clamp(1.375rem, 0.79rem + 2.4vw, 1.75rem);
}

.title-black-28 {
  font-size: clamp(1.125rem, 0.15rem + 4vw, 1.75rem);
}

.title-black-36 {
  font-size: clamp(1.625rem, 0.65rem + 4vw, 2.25rem);
}

.title-recruit-28 {
  font-size: clamp(1.375rem, 0.5rem + 3vw, 1.75rem);
  border-left: 6px solid #d53f50;
  padding-left: 16px;
}
.title-recruit-28 span {
  font-size: 1rem;
  margin-left: 16px;
  color: #d53f50;
}

.video {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 0;
}
.video__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.video__icon {
  display: none;
}
.video__br--01 {
  display: block;
}
.video__br--02 {
  display: block;
}
.video__inner {
  width: 100%;
}
.video__inner iframe {
  border: none;
  width: 100%;
  aspect-ratio: 16/9;
}
.video__bk {
  background-color: #ecf9f5;
}
.video__title--marker {
  width: fit-content;
  background: linear-gradient(transparent 70%, #ffe25b 70%);
  padding: 0 2px;
  font-size: clamp(1.375rem, 0.79rem + 2.4vw, 1.75rem);
  color: #0e8d6d;
}

@media screen and (min-width: 390px) {
  .video__inner {
    width: auto;
  }
  .video__inner iframe {
    width: clamp(22.375rem, 17.686rem + 19.24vw, 35rem);
  }
  .video__icon {
    top: 20px;
    left: -55px;
    width: 65px;
  }
  .video__wrapper {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .video__br--01 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .video__br--02 {
    display: none;
  }
  .video__icon {
    position: absolute;
    width: 95px;
    left: -60px;
    top: 0;
    display: block;
  }
}
.inquery__inner--dark-red {
  background: #d53f50;
}

.inquery__inner--dark-purple {
  background: #2f3464;
}

.inquery__inner--gradation {
  background: linear-gradient(91.88deg, #4f9683 0%, #651ec9 151.94%);
}

.inquery {
  height: auto;
  width: 100%;
}
.inquery__icon {
  height: fit-content;
}
.inquery__icon img {
  height: fit-content;
}
.inquery__img {
  width: 30px;
  height: 30px;
}
.inquery__inner {
  display: flex;
  flex-direction: column;
  padding: 54px 16px;
  align-items: center;
  gap: 16px;
  width: 100%;
  border-radius: 32px 0 32px 0;
}
.inquery__text {
  font-size: clamp(1.375rem, 0.837rem + 2.21vw, 2.25rem);
  color: #ffffff;
  letter-spacing: -1px;
  text-align: center;
}
.inquery__buttons {
  display: flex;
  width: 100%;
  gap: 16px;
}
.inquery__br {
  display: none;
}
.inquery__envelope path {
  fill: #d53f50;
}
.inquery__envelope--white path {
  fill: #ffffff;
}
.inquery__envelope--purple path {
  fill: #5c4aae;
}
.inquery__envelope--blue path {
  fill: #2f3464;
}

.inquery-recruit {
  height: auto;
  width: 100%;
}
.inquery-recruit__inner {
  display: flex;
  flex-direction: column;
  padding: 54px 16px;
  gap: 16px;
  width: 100%;
  height: 100%;
  border-radius: 32px 0 32px 0;
}
.inquery-recruit__text {
  font-size: clamp(1.375rem, 0.837rem + 2.21vw, 2.25rem);
  color: #ffffff;
  letter-spacing: -1px;
  text-align: center;
}
.inquery-recruit__buttons {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.inquery-recruit__br {
  display: none;
}

@media screen and (min-width: 390px) {
  .inquery-recruit__buttons {
    width: 375px;
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .inquery-recruit {
    height: 232px;
    width: 100%;
  }
  .inquery-recruit__inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 56px;
  }
  .inquery-recruit__br {
    display: block;
  }
  .inquery-recruit__text {
    text-align: left;
  }
  .inquery-recruit__buttons {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .inquery-recruit__br {
    display: none;
  }
}
@media screen and (min-width: 440px) {
  .inquery__buttons {
    align-items: center;
    justify-content: center;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .inquery {
    height: 232px;
    width: 100%;
  }
  .inquery__inner {
    align-items: center;
    justify-content: center;
    padding: 48px 16px 56px 16px;
    gap: 24px;
  }
  .inquery__text {
    text-align: left;
  }
  .inquery__buttons {
    gap: 24px;
  }
}
.text {
  font-weight: 500;
}

.text-14 {
  font-size: 0.875rem;
  font-weight: 500;
}

.text-18 {
  font-size: 1.125rem;
  font-weight: 500;
}

.text-14-bold {
  font-size: 0.875rem;
}

.project__card--card-blue {
  background: #c6f2fb;
}

.project__card--card-white {
  background: #ffffff;
}

.project__cards--gap16 {
  gap: 16px;
}

.project__cards--gap30 {
  gap: 30px;
}

.project__cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
.project__cards--3card {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
.project__cards--4card {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
.project__card {
  padding: 24px;
  border-radius: 12px;
}
.project__card--border {
  display: grid;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
}
@media (hover: hover) and (pointer: fine) {
  .project__card:hover {
    opacity: 1;
  }
  .project__card:hover .project__image img {
    animation: hoverAnimation 0.8s ease;
    /* アニメーションの定義 */
  }
  @keyframes hoverAnimation {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(0, 12px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
}
@media (hover: none) and (pointer: coarse) {
  .project__card:active {
    opacity: 1;
  }
  .project__card:active .project__image img {
    animation: hoverAnimation 0.8s ease;
    /* アニメーションの定義 */
  }
  @keyframes hoverAnimation {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(0, 12px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
}
.project__inner {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.project__image {
  border-radius: 50%;
  height: 80px;
  aspect-ratio: 1;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project__image img {
  translate: 0 0;
  transition: all 1s ease;
}
.project__point {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project__chip {
  color: #d53f50;
}
.project__topic {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .project__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .project__cards--3card {
    grid-template-columns: repeat(2, 1fr);
  }
  .project__cards--4card {
    grid-template-columns: repeat(2, 1fr);
  }
  .project__card--01, .project__card--02 {
    justify-self: initial;
    align-self: initial;
    width: auto;
  }
  .project__card--03 {
    grid-column: 1/span 2;
    justify-self: center;
    align-self: center;
    width: 50%;
  }
  .project__inner {
    flex-direction: column;
  }
  .project__point {
    align-self: start;
  }
  .project__image {
    height: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .project__cards--3card {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
  .project__cards--4card {
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
  }
  .project__card--03 {
    grid-column: initial;
    justify-self: initial;
    align-self: initial;
    width: auto;
  }
}
.business-list {
  padding: 32px 0;
  background-color: #f9f6f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.business-list__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.business-list__title {
  font-size: 1.125rem;
}

@media screen and (min-width: 1024px) {
  .business-list__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.progressbar-pc__item--width20 {
  width: 20%;
}
.progressbar-pc__item--width20:last-child {
  width: calc(20% - 30px);
}
.progressbar-pc__item--width20:last-child::before, .progressbar-pc__item--width20:last-child::after {
  left: calc(90% + 10%);
  border-left: 30px solid #d53f50;
}
.progressbar-pc__item--width20::before, .progressbar-pc__item--width20::after {
  left: 90%;
  border-left: 30px solid #d53f50;
}

.progressbar-pc__item--width25 {
  width: 25%;
}
.progressbar-pc__item--width25:last-child {
  width: calc(25% - 30px);
}
.progressbar-pc__item--width25:last-child::before, .progressbar-pc__item--width25:last-child::after {
  left: calc(95% + 5%);
  border-left: 30px solid #d53f50;
}
.progressbar-pc__item--width25::before, .progressbar-pc__item--width25::after {
  left: 95%;
  border-left: 30px solid #d53f50;
}

.progressbar-pc {
  display: none;
}

.progressbar-sp {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  padding-bottom: 32px;
}
.progressbar-sp__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  background: #d53f50;
  color: #ffffff;
  width: 100%;
  padding: 21px 35px;
}
.progressbar-sp__item p {
  text-align: center;
}
.progressbar-sp__item::after {
  position: absolute;
  z-index: 3;
  bottom: -10px;
  left: 50%;
  translate: -50% 0;
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  background-color: #d53f50;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.progressbar-sp__item::before {
  position: absolute;
  z-index: 2;
  bottom: -11px;
  left: 50%;
  translate: -50% 0;
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.progressbar-sp__item:last-child::after {
  bottom: -20px;
}
.progressbar-sp__item:last-child::before {
  bottom: -21px;
}

@media screen and (min-width: 390px) {
  .progressbar-sp {
    width: 358px;
  }
  .progressbar-sp__item {
    width: 358px;
  }
  .progressbar-sp__item::after {
    width: 358px;
  }
  .progressbar-sp__item::before {
    width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .progressbar-pc {
    display: flex;
    height: 126px;
    width: 100%;
  }
  .progressbar-pc__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    background: #d53f50;
    color: #ffffff;
    font-size: 0.875rem !important;
  }
  .progressbar-pc__item p {
    text-align: center;
    font-size: 0.75rem;
  }
  .progressbar-pc__item::before, .progressbar-pc__item::after {
    position: absolute;
    z-index: 3;
    content: "";
    border-top: 62px solid transparent;
    border-right: 62px solid transparent;
    border-bottom: 62px solid transparent;
    margin: auto;
  }
  .progressbar-pc__item::before {
    margin-left: 1px;
    border-left-color: #fff;
  }
  .progressbar-pc__text-14 {
    font-size: 0.875rem !important;
  }
  .progressbar-sp {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .progressbar-pc__item p {
    font-size: 1rem;
  }
}
.swiper {
  width: 100%;
  height: 363px;
}
.swiper__container {
  position: relative;
  width: 100%;
}

.swiper-scrollbar {
  background-color: #ffffff !important;
  height: 4px; /* スクロールバーの高さ */
  bottom: -50px !important; /* スライダーの下から10pxに配置 */
  left: 0; /* 左から10pxに配置 */
  width: 65% !important;
  z-index: 1 !important;
}

.swiper-scrollbar-drag {
  background-color: #d53f50 !important;
}

.swiper-button-prev-index,
.swiper-button-next-index {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  border: 1px solid rgba(40, 44, 46, 0.2);
  background-color: #ffffff;
  top: 410px !important;
  z-index: 1 !important;
}

.swiper-button-prev-index {
  left: 225px !important;
}

.swiper-button-prev-index::after,
.swiper-button-next-index::after {
  inset: 0;
  content: "" !important;
  margin: auto;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px !important;
  height: 20px !important;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev-index::after {
  background-image: url(assets/img/icon/icon_swiper-arrow-prev.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next-index::after {
  background-image: url(assets/img/icon/icon_swiper-arrow-next.svg);
}

.swiper-button-prev-recruit,
.swiper-button-next-recruit {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  border: 1px solid rgba(40, 44, 46, 0.2);
  background-color: #ffffff;
  top: 410px !important;
  z-index: 1 !important;
}

.swiper-button-prev-recruit {
  left: 220px !important;
}

.swiper-button-prev-recruit::after,
.swiper-button-next-recruit::after {
  inset: 0;
  content: "" !important;
  margin: auto;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px !important;
  height: 20px !important;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev-recruit::after {
  background-image: url(assets/img/icon/icon_swiper-arrow-prev.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next-recruit::after {
  background-image: url(assets/img/icon/icon_swiper-arrow-next.svg);
}

.swiper-slide img {
  height: 100%;
  width: 100%;
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-button-disabled.swiper-button-prev-index::after {
  background-image: url(assets/img/icon/icon_swiper-arrow-prev_disabled.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-disabled.swiper-button-next-index::after {
  background-image: url(assets/img/icon/icon_swiper-arrow-next_disabled.svg);
}

.swiper-button-disabled.swiper-button-prev-recruit::after {
  background-image: url(assets/img/icon/icon_swiper-arrow-prev_disabled.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-disabled.swiper-button-next-recruit::after {
  background-image: url(assets/img/icon/icon_swiper-arrow-next_disabled.svg);
}

@media screen and (min-width: 390px) {
  .swiper-button-prev-recruit {
    left: clamp(16.563rem, 3.4rem + 54vw, 25rem) !important;
  }
  .swiper-button-prev-index {
    left: clamp(16.25rem, 2.6rem + 56vw, 25rem) !important;
  }
}
.hamburger-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 7;
}
.hamburger-menu__wrapper {
  width: 100%;
  height: 100%;
}
.hamburger-menu__line {
  display: block;
  height: 2px;
  width: 25px;
  background-color: #d53f50;
  margin: 10px 0;
  transition: all 0.3s ease-out;
}

/* バツ印に変化するスタイル */
.hamburger-menu.active span:nth-child(1) {
  rotate: -45deg;
  translate: 6px 8px;
  width: 30px;
}

.hamburger-menu.active span:nth-child(2) {
  rotate: 45deg;
  translate: 5px -4px;
  width: 30px;
}

@media screen and (min-width: 1150px) {
  .hamburger-menu {
    display: none;
  }
}
.pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.pdf__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pdf__item p {
  color: #d53f50;
  font-size: 1rem;
  border-bottom: 1px solid #d53f50;
}
.pdf__icon {
  width: 16px;
}

.anchor-link {
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.anchor-link p {
  text-decoration-line: underline; /* ここを変更 */
  text-decoration-color: #d53f50;
  text-underline-offset: 4px;
  color: #d53f50;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .anchor-link p:hover + .anchor-link__icon {
    filter: invert(27%) sepia(27%) saturate(7089%) hue-rotate(338deg) brightness(95%) contrast(74%);
    opacity: 0.6;
  }
  .anchor-link p:hover + .anchor-link__icon-no-bottom {
    filter: invert(27%) sepia(27%) saturate(7089%) hue-rotate(338deg) brightness(95%) contrast(74%);
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: coarse) {
  .anchor-link p:active + .anchor-link__icon {
    filter: invert(27%) sepia(27%) saturate(7089%) hue-rotate(338deg) brightness(95%) contrast(74%);
    opacity: 0.6;
  }
  .anchor-link p:active + .anchor-link__icon-no-bottom {
    filter: invert(27%) sepia(27%) saturate(7089%) hue-rotate(338deg) brightness(95%) contrast(74%);
    opacity: 0.6;
  }
}
.anchor-link__icon {
  width: 20px;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: inline-block;
  position: absolute;
  bottom: -4px;
  right: -24px;
  margin-left: 4px;
}
.anchor-link__icon-no-bottom {
  width: 20px;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -24px;
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .anchor-link {
    font-size: 1rem;
  }
}
.table {
  line-height: 1.8;
  width: 100%;
  border-collapse: collapse;
}
.table th {
  width: 200px;
  padding: 16px;
  background-color: #f9f6f2;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.table td {
  padding: 16px;
  font-weight: 500;
  border: 1px solid #dbdbdc;
}
.table td div:not(:last-child) {
  margin-bottom: 32px;
}
.table li:not(:last-child) {
  margin-bottom: 16px;
}
.table__subtitle {
  color: #d53f50;
}
.table__th--center {
  text-align: center !important;
}
.table__sp {
  display: table;
  line-height: 1.8;
  width: 100%;
  border-collapse: collapse;
}
.table__sp th {
  width: 200px;
  padding: 16px;
  background-color: #f9f6f2;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.table__sp td {
  padding: 16px;
  font-weight: 500;
  border: 1px solid #dbdbdc;
}
.table__sp td div:not(:last-child) {
  margin-bottom: 32px;
}
.table__sp li:not(:last-child) {
  margin-bottom: 16px;
}
.table__pc {
  display: none;
}
.table__recruit--sp {
  display: table;
  line-height: 1.8;
  width: 100%;
  border-collapse: collapse;
}
.table__recruit--sp tr {
  width: 100%;
}
.table__recruit--sp th {
  width: 100%;
  padding: 16px;
  background-color: #746351;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.table__recruit--sp td {
  width: 100%;
  padding: 16px;
  font-weight: 500;
  background-color: #ffffff !important;
  border: 1px solid #dbdbdc;
}
.table__recruit--sp p:not(:last-child) {
  margin-bottom: 32px;
}
.table__recruit--pc {
  display: none;
}
.table__indent--long {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.table__indent--short {
  padding-left: 1em;
  text-indent: -1em;
}
.table__mb {
  margin-bottom: 8px;
}
.table__th {
  background-color: #f9f6f2;
  border: 1px solid #ffffff !important;
  text-align: left;
}
.table__th--middle {
  width: 200px !important;
}
.table__th--long {
  width: 200px !important;
}
.table__th--green {
  background-color: #bce0da !important;
}
.table__br {
  display: block;
}
.table__flex {
  display: flex;
}
.table__width {
  width: 65px;
}
.table__width--date {
  width: 75px;
}

@media screen and (min-width: 390px) {
  .table {
    width: 100%;
  }
  .table__recruit--sp {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .table__sp {
    display: none;
  }
  .table__pc {
    display: table;
    line-height: 1.8;
    width: 100%;
    border-collapse: collapse;
  }
  .table__pc th {
    width: 200px;
    padding: 16px;
    background-color: #f9f6f2;
    border-bottom: 1px solid #ffffff;
    text-align: left;
  }
  .table__pc td {
    padding: 16px;
    font-weight: 500;
    border: 1px solid #dbdbdc;
  }
  .table__pc td div:not(:last-child) {
    margin-bottom: 32px;
  }
  .table__pc li:not(:last-child) {
    margin-bottom: 16px;
  }
  .table__recruit--sp {
    display: none;
  }
  .table__recruit--pc {
    display: table;
    line-height: 1.8;
    width: 100%;
    border-collapse: collapse;
  }
  .table__recruit--pc th {
    width: 200px;
    padding: 16px;
    background-color: #746351;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: left;
  }
  .table__recruit--pc td {
    padding: 16px;
    font-weight: 500;
    background-color: #ffffff !important;
    border: 1px solid #dbdbdc;
  }
  .table__recruit--pc p:not(:last-child) {
    margin-bottom: 32px;
  }
  .table__th--middle {
    width: 300px !important;
  }
  .table__th--long {
    width: 330px !important;
  }
  .table__br {
    display: none;
  }
}
span.month,
span.day {
  display: inline-block;
  width: 1.2em;
  text-align: right;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item {
  font-size: 1rem;
  width: 48px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #d53f50;
}
.pagination__item a {
  color: #d53f50;
}
.pagination__item:not(.next):not(.prev):not(.current) {
  border: 1px solid #dbdbdc;
}
.pagination__list {
  display: flex;
  gap: 8px;
}
.pagination__single {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.prev {
  background-image: url(assets/img/icon/icon_pagonation_prev.png);
}
@media (hover: hover) and (pointer: fine) {
  .prev:hover {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: coarse) {
  .prev:active {
    opacity: 0.6;
  }
}
.prev a {
  display: inline-block;
  width: 48px;
  height: 44px;
}

.next {
  background-image: url(assets/img/icon/icon_pagonation_next.png);
}
@media (hover: hover) and (pointer: fine) {
  .next:hover {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: coarse) {
  .next:active {
    opacity: 0.6;
  }
}
.next a {
  display: inline-block;
  width: 48px;
  height: 44px;
}

.current {
  background-color: #fef3f2;
}

@media screen and (min-width: 500px) {
  .pagination__single {
    width: auto;
  }
}
.modal {
  position: fixed;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modalFadeIn 0.3s;
  /* 初期状態で非表示にするために display: none; を追加 */
  display: none;
  /* モーダルが表示されたときに display が変更される */
}
.modal img {
  max-width: 90%; /* 画像の最大幅を親要素(modal)の90%に制限 */
  max-height: 100vh; /* 画像の最大高さをビューポートの高さに制限 */
  object-fit: contain; /* 画像の比率を維持しつつ、指定サイズに収める */
  cursor: zoom-out; /* モーダル内の画像にホバー時にカーソルをズームアウトのアイコンに変更 */
}
.modal[open] {
  display: flex;
}

@media (hover: hover) and (pointer: fine) {
  .clickable-image:hover {
    cursor: zoom-in; /* ホバー時にカーソルをズームインのアイコンに変更 */
  }
}
@media (hover: none) and (pointer: coarse) {
  .clickable-image:active {
    cursor: zoom-in; /* ホバー時にカーソルをズームインのアイコンに変更 */
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal.fade-out {
  animation: modalFadeOut 0.3s forwards;
}

.mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mainvisual__slider {
  pointer-events: none;
}
.mainvisual__bridge--upper {
  padding: 32px 32px 40px;
  display: grid;
  place-content: center;
  z-index: 1;
  background-color: #e8f4fd;
  position: static;
}
.mainvisual__bridge--bottom {
  padding: 40px 32px;
  display: grid;
  place-content: center;
  z-index: 1;
  background-color: #e8f4fd;
  position: static;
}
.mainvisual__inner--gap32 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mainvisual__inner--gap16 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mainvisual__tagline {
  width: 100%;
}
.mainvisual__title, .mainvisual__subtitle, .mainvisual__english-title {
  font-family: "Zen Maru Gothic", sans-serif;
}
.mainvisual__title {
  font-size: 36px;
}
.mainvisual__subtitle, .mainvisual__english-title {
  font-size: clamp(0.875rem, 0.771rem + 0.53vw, 1.125rem);
}
.mainvisual__english-title--red {
  font-size: 36px;
  color: #d53f50;
}
.mainvisual__attention {
  position: relative;
  display: flex;
  gap: 8px;
  border: 2px solid #d53f50;
  background-color: #fef3f2;
  padding: 8px;
  border-radius: 8px;
  width: clamp(21.375rem, 18.925rem + 10.05vw, 23.75rem);
  transition: all 0.3s ease;
}
.mainvisual__attention::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(40, 44, 46, 0.66);
  border-right: 2px solid rgba(40, 44, 46, 0.66);
  rotate: 45deg;
  top: 40%;
  right: 8px;
}
@media (hover: hover) and (pointer: fine) {
  .mainvisual__attention:hover {
    opacity: 1;
    background-color: #fbdedc;
  }
}
@media (hover: none) and (pointer: coarse) {
  .mainvisual__attention:active {
    opacity: 1;
    background-color: #fbdedc;
  }
}
.mainvisual__banner {
  width: 350px;
}
@media (hover: hover) and (pointer: fine) {
  .mainvisual__banner:hover {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: coarse) {
  .mainvisual__banner:active {
    opacity: 0.6;
  }
}
.mainvisual__news {
  position: relative;
  display: flex;
  gap: 32px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 16px 16px 16px 32px;
  width: clamp(21.375rem, 18.925rem + 10.05vw, 23.75rem);
  transition: all 0.3s ease;
}
.mainvisual__news::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #d53f50;
  border-right: 2px solid #d53f50;
  rotate: 45deg;
  top: 48%;
  right: 8px;
}
.mainvisual__news p {
  text-align: center;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .mainvisual__news:hover {
    opacity: 1;
    border: 1px solid #d53f50;
  }
  .mainvisual__news:hover p {
    color: #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .mainvisual__news:active {
    opacity: 1;
    border: 1px solid #d53f50;
  }
  .mainvisual__news:active p {
    color: #d53f50;
  }
}
.mainvisual__background {
  height: auto;
  width: auto;
}

@media screen and (min-width: 768px) {
  .mainvisual__bridge--upper {
    padding: 71px 45px 0;
    height: 380px;
    width: 470px;
    position: absolute;
    top: 30%;
    left: 30%;
    translate: -50% -50%;
  }
  .mainvisual__bridge--bottom {
    padding: 0 45px 27px;
    height: 200px;
    width: 470px;
    position: absolute;
    bottom: -5%;
    left: 30%;
    translate: -50% -50%;
  }
  .mainvisual__tagline {
    width: 80%;
  }
  .mainvisual__background {
    height: 300px;
    width: 380px;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  padding: 16px 12px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d9d9d9;
  background-color: #ffffff;
  z-index: 5;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.header__logo {
  width: 163px;
  height: 40px;
  aspect-ratio: 163/40;
}
.header__text {
  font-size: 14px;
}
.header__item {
  width: fit-content;
  padding: 16px;
  margin-right: 24px;
  margin-left: 24px;
  display: inline-block;
  position: relative;
}
.header__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d53f50;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header__item:hover a {
    opacity: 1;
  }
  .header__item:hover::after {
    width: 110%;
  }
}
@media (hover: none) and (pointer: coarse) {
  .header__item:active a {
    opacity: 1;
  }
  .header__item:active::after {
    width: 110%;
  }
}
.header__item--no-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  padding: 16px 0;
  display: inline-block;
  position: relative;
  text-align: center;
}
.header__item--no-chevron::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d53f50;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header__item--no-chevron:hover a {
    opacity: 1;
  }
  .header__item--no-chevron:hover::after {
    width: 100%;
  }
}
@media (hover: none) and (pointer: coarse) {
  .header__item--no-chevron:active a {
    opacity: 1;
  }
  .header__item--no-chevron:active::after {
    width: 100%;
  }
}
.header__list {
  display: none;
}
.header__chevron {
  position: relative;
  margin-right: 2px;
}
.header__chevron::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #d53f50;
  border-right: 1px solid #d53f50;
  rotate: 135deg;
  top: 30%;
  right: -15px;
  transition: transform 0.4s;
}
.header__summary {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: absolute;
  top: 32px;
  left: 50%;
  width: max-content;
  background-color: #f9f6f2;
  padding: 16px 32px 16px 16px;
  font-weight: 500;
  border-radius: 8px;
}
.header__summary.fade-in-animation {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.header__summary a {
  position: relative;
}
.header__summary a::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(40, 44, 46, 0.66);
  border-right: 1px solid rgba(40, 44, 46, 0.66);
  rotate: 45deg;
  top: 40%;
  right: -14px;
}
@media (hover: hover) and (pointer: fine) {
  .header__summary a:hover {
    color: #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .header__summary a:active {
    color: #d53f50;
  }
}
.header__summary--service-position {
  translate: -50% 13%;
}
.header__summary--business-position {
  translate: -50% 7%;
}
.header__summary--company-position {
  translate: -50% 8%;
}

summary {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 0.875rem;
}

details {
  display: inline-block;
  position: relative;
}
details[open] summary {
  position: relative;
}
details[open] .header__chevron::after {
  rotate: 315deg;
  top: 40%;
}

/* Media Queries */
@media screen and (min-width: 1180px) {
  .header {
    height: 80px;
    padding: 20px;
  }
  .header__list {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
  }
}
@media screen and (min-width: 1330px) {
  .header__text,
  summary {
    font-size: 16px;
  }
  .header__item {
    padding: 16px;
  }
  .header__item--no-chevron {
    width: 120px;
  }
  .header__chevron {
    margin-right: 16px;
  }
  .header__chevron::after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #d53f50;
    border-right: 1px solid #d53f50;
    rotate: 135deg;
    top: 30%;
    right: -30px;
  }
}
.footer {
  display: flex;
  justify-content: center;
  border-top: 2px solid #d53f50;
  margin-top: 56px;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
  padding: 32px 16px 56px;
}
.footer__title {
  font-size: 1rem;
}
.footer__buttons {
  display: flex;
  gap: 16px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(46, 40, 40, 0.08);
  border-bottom: 1px solid rgba(46, 40, 40, 0.08);
}
.footer__list {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}
.footer__list--no-padding {
  display: flex;
  flex-direction: column;
}
.footer__list--first, .footer__list--second {
  flex: 1;
}
.footer__item {
  padding: 8px 0;
  color: rgba(40, 44, 46, 0.66);
}
.footer__item--padding4 {
  padding: 4px 0;
}
.footer__item--gray {
  color: rgba(40, 44, 46, 0.66);
}
.footer__copyright {
  color: rgba(40, 44, 46, 0.66);
  font-size: 0.6875rem;
}
.footer__indent {
  text-indent: 2em;
}
.footer__icon {
  width: 18px;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  margin-left: 4px;
}
.footer__icon--flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__icon-dx {
  width: 18px;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  right: -1px;
  margin-left: 4px;
}
.footer__icon-red {
  margin-left: 8px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__gap4 {
  position: relative;
  align-items: flex-start;
}
.footer__link {
  position: relative;
  display: inline-block;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .footer__link:hover + .footer__icon {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: coarse) {
  .footer__link:active + .footer__icon {
    opacity: 0.6;
  }
}
.footer__link--margin {
  margin-left: -2em;
}
.footer__external-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .footer__wrapper {
    padding: 32px 0px 56px;
  }
  .footer__list {
    flex-direction: row;
  }
  .footer__list--no-padding {
    flex-direction: row;
  }
  .footer__list--first, .footer__list--second {
    flex: 1;
  }
  .footer__external-links {
    align-items: center;
    flex-direction: row;
  }
}
.section {
  padding: 56px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__title {
  font-size: 28px;
  margin-bottom: 24px;
}
.section__wrapper {
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: auto;
}
.section__beige {
  background-color: #f9f6f2;
}
.section__sp-padding {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 390px) {
  .section__wrapper {
    width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
  }
}
@media screen and (min-width: 768px) {
  .section__wrapper {
    gap: 56px;
  }
  .section__sp-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.service__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.service__title {
  font-size: 1.75rem;
}
.service__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0px;
}
.service__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service__description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  max-width: 520px;
}
.service__img {
  width: 100%;
  height: auto;
}
.service__label {
  margin-bottom: 16px;
}
.service__label--green {
  width: 337px;
}
.service__label--blue {
  width: 337px;
}
.service__label--purple {
  width: 337px;
}
.service__box {
  position: relative;
}
.service__box:not(:first-of-type) {
  padding-top: 40px;
}
.service__box::before {
  position: absolute;
  content: "";
  bottom: -48px;
  left: 50%;
  width: 280px;
  border-top: 3px dotted var(--before-border-color);
  translate: -50% 0;
}
.service__box--blue {
  --before-border-color: #5c99cc;
}
.service__box--purple {
  --before-border-color: #7f83d2;
}
.service__box--green {
  --before-border-color: #6ca093;
}

@media screen and (min-width: 768px) and (max-width: 940px) {
  .service__sp-padding {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .service__label {
    margin-bottom: 0;
  }
  .service__label--green {
    width: 361px;
  }
  .service__label--blue {
    width: 337px;
  }
  .service__label--purple {
    width: 452px;
  }
  .service__item {
    flex-direction: row;
    gap: 42px;
  }
  .service__description {
    padding-left: 24px;
  }
  .service__img {
    width: 350px;
    height: 214px;
  }
}
.package {
  display: flex;
  flex-direction: column;
  align-self: start;
  padding: 40px 16px 0;
}

@media screen and (min-width: 1024px) {
  .package {
    padding: 40px 0 0;
  }
}
.business {
  width: 100%;
}
.business__wrapper {
  width: 100%;
}
.business__cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
.business__card {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  min-width: 146px;
  width: clamp(9.125rem, 5.618rem + 14.39vw, 14.25rem);
  height: 114px;
  padding: 8px;
  border: 1px solid transparent;
  transition: border 0.3s ease;
}
.business__card p {
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .business__card:hover {
    opacity: 1;
    border: 1px solid #d53f50;
  }
  .business__card:hover p {
    color: #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .business__card:active {
    opacity: 1;
    border: 1px solid #d53f50;
  }
  .business__card:active p {
    color: #d53f50;
  }
}
.business__card--center {
  translate: 0;
}
.business__card--one {
  translate: 50% 0;
}
.business__cards-business {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.business__cards-business01, .business__cards-business02, .business__cards-business03 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.business__cards-business01 {
  justify-content: center;
}
.business__card-business-big {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  width: 100%;
  height: 270px;
  padding: 24px;
  border: 1px solid transparent;
  transition: border 0.3s ease;
}
.business__card-business-big p {
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .business__card-business-big:hover {
    opacity: 1;
    border: 1px solid #d53f50;
  }
  .business__card-business-big:hover .business__text {
    color: #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .business__card-business-big:active {
    opacity: 1;
    border: 1px solid #d53f50;
  }
  .business__card-business-big:active .business__text {
    color: #d53f50;
  }
}
.business__card-business-short {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  width: 100%;
  height: 216px;
  padding: 24px;
}
.business__text-400 {
  font-weight: 400;
  font-size: 1rem;
}
.business__card-grid {
  grid-column: auto;
}
.business__card-index {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  min-width: 146px;
  height: 114px;
  padding: 8px;
  border: 1px solid transparent;
  transition: border 0.3s ease;
}
.business__card-index p {
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .business__card-index:hover {
    opacity: 1;
    border: 1px solid #d53f50;
  }
  .business__card-index:hover p {
    color: #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .business__card-index:active {
    opacity: 1;
    border: 1px solid #d53f50;
  }
  .business__card-index:active p {
    color: #d53f50;
  }
}
.business__card-index--center {
  translate: 0;
}
.business__card-index--one {
  translate: 50% 0;
}
.business__inner {
  display: flex;
  flex-direction: column;
  align-items: anchor-center;
  justify-content: space-evenly;
  height: 100%;
}
.business__text {
  font-size: clamp(0.875rem, 0.642rem + 0.75vw, 1rem);
  text-align: center;
}
.business__img {
  width: 36px;
  height: 36px;
  margin: 6px;
}
.business__img--48 {
  width: 48px;
  height: 48px;
}
.business__bk {
  padding: 56px 0;
  background-color: #f9f6f2;
  width: 100vw;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 497px) {
  .business__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .business__card--one {
    translate: 110% 0;
  }
  .business__card-index--one {
    translate: 110% 0;
  }
}
@media screen and (min-width: 768px) {
  .business__card--one {
    translate: 0 0;
  }
  .business__card--center {
    translate: 50% 0;
  }
  .business__card-index--one {
    translate: 0 0;
  }
  .business__card-index--center {
    translate: 50% 0;
  }
  .business__card-grid {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1024px) {
  .business__cards-business01, .business__cards-business02, .business__cards-business03 {
    flex-direction: row;
    justify-content: center;
  }
  .business__card-business-big {
    width: 298px;
  }
  .business__card-business-short {
    width: auto;
    max-width: 465px;
  }
}
.blog {
  width: 320px;
}
.blog__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  margin-bottom: 32px;
  justify-items: center;
}
.blog__grid--index {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  margin-bottom: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.blog__button {
  align-self: center;
  margin: 0 auto;
  margin-top: 92px;
}
.blog__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-row-gap: 0;
  border-radius: 12px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
}
.blog__card:hover .blog__img img {
  transform: scale(1.1); /* 1.1倍に拡大 */
  transition: transform 0.3s ease; /* 0.3秒かけて滑らかに変化 */
}
.blog__card:hover .blog__img-half img {
  transform: scale(1.1); /* 1.1倍に拡大 */
  transition: transform 0.3s ease; /* 0.3秒かけて滑らかに変化 */
}
.blog__img {
  border-radius: 12px;
  overflow: hidden;
  max-height: 233px;
}
.blog__img-half {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  max-height: 233px;
}
.blog__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
}
.blog__text {
  white-space: normal; /* 改行を許容する */
  overflow: hidden; /* 溢れた部分を隠す */
  display: -webkit-box; /* Flexboxの代替として使用 */
  -webkit-box-orient: vertical; /* テキストの方向を縦に制御 */
  -webkit-line-clamp: 2; /* 表示する行数を指定 */
  line-clamp: 2;
  text-overflow: ellipsis; /* 「…」と省略 */
}

/* Media Queries */
@media screen and (min-width: 390px) {
  .blog {
    width: 100%;
  }
  .blog__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 640px) {
  .blog__button {
    margin-top: 0;
  }
  .blog__card {
    max-width: 310px;
  }
}
@media screen and (min-width: 500px) {
  .blog__grid {
    justify-items: normal;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .blog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .blog__description {
    padding: 24px 12px;
  }
}
.info {
  width: 100%;
}
.info__button {
  margin: 24px auto 0;
}

.recruit-link__wrapper {
  position: relative;
}
.recruit-link__img {
  margin: 0 16px;
  width: auto;
  height: 170px;
  overflow: hidden;
  border-radius: 12px;
}
.recruit-link__img img {
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-link__img img:hover {
    transform: scale(1.1);
  }
}
@media (hover: none) and (pointer: coarse) {
  .recruit-link__img img:active {
    transform: scale(1.1);
  }
}
.recruit-link__text {
  position: absolute;
  top: 45px;
  left: 26px;
  font-family: "Zen Maru Gothic", sans-serif;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-link__text:hover ~ .recruit-link__img img {
    transform: scale(1.1);
  }
}
@media (hover: none) and (pointer: coarse) {
  .recruit-link__text:active ~ .recruit-link__img img {
    transform: scale(1.1);
  }
}
.recruit-link__sp-bannar {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.recruit-link__subtitle {
  font-size: 1rem;
  color: #d53f50;
}
.recruit-link__title {
  font-size: 2rem;
  color: #282c2e;
}
.recruit-link__br {
  display: block;
}

@media screen and (min-width: 390px) {
  .recruit-link__img {
    width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
    height: clamp(10.625rem, -0.75rem + 46.67vw, 15rem);
  }
  .recruit-link__text {
    top: clamp(2.813rem, -1.981rem + 19.67vw, 4.656rem);
    left: clamp(2.188rem, 0.075rem + 8.67vw, 3rem);
  }
}
@media screen and (min-width: 440px) and (max-width: 540px) {
  .recruit-link__sp-bannar {
    width: 58%;
  }
}
@media screen and (min-width: 540px) {
  .recruit-link__img img {
    scale: 1;
    object-position: right;
  }
}
@media screen and (min-width: 540px) and (hover: hover) and (pointer: fine) {
  .recruit-link__img img:hover {
    scale: 1.2;
  }
}
@media screen and (min-width: 540px) and (hover: none) and (pointer: coarse) {
  .recruit-link__img img:active {
    scale: 1.2;
  }
}
@media screen and (min-width: 540px) {
  .recruit-link__subtitle {
    font-size: 1.125rem;
  }
  .recruit-link__title {
    font-size: 3rem;
  }
  .recruit-link__sp-bannar {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .recruit-link__br {
    display: none;
  }
}
.main__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}
.content__margin {
  margin-top: -80px;
}
.content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.content__title {
  font-size: clamp(1.375rem, 0.79rem + 2.4vw, 1.75rem);
}
.content__sub-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
}
.content__note {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content__text {
  line-height: 1.8;
}
.content__sp-padding {
  padding-left: 16px;
  padding-right: 16px;
}

.content-nogap__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-56 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 56px;
  margin: 56px auto 80px;
}
.content-56__wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
}
.content-56__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 56px;
  margin: 0 auto 80px;
}

.content-32__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.content-24__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.content-16__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.content-16-narrow__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.content-80 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 80px;
  margin: 0 auto 80px;
}
.content-80__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}

.content-40 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 40px;
  margin: 0 auto 80px;
}
.content-40__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.content-80-no-margin-bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  gap: 80px;
}

.content-80-no-width {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 80px;
  margin: 0 auto;
}
.content-80-no-width__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}

@media screen and (min-width: 390px) {
  .content__wrapper {
    width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
  }
  .content__sp-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-nogap__wrapper {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
  .content-56 {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
  .content-56__wrapper {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
  .content-56__left {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
  .content-32__wrapper {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
  .content-24__wrapper {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
  .content-16__wrapper {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
  .content-16-narrow__wrapper {
    width: clamp(22.375rem, 8.4rem + 57.33vw, 47.5rem);
  }
  .content-80 {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
  .content-80__wrapper {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
  .content-40 {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
  .content-40__wrapper {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
  .content-80-no-margin-bottom {
    width: clamp(22.375rem, 7.36rem + 61.6vw, 32rem);
  }
}
@media screen and (min-width: 640px) {
  .content__margin {
    margin-top: -130px;
  }
  .content__wrapper {
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-nogap__wrapper {
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-56 {
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-56__wrapper {
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-56__left {
    margin: 56px auto 80px;
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-32__wrapper {
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-24__wrapper {
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-16__wrapper {
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-80 {
    margin: 56px auto 80px;
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-80__wrapper {
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-80-no-margin-bottom {
    margin: 56px auto 0;
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-40 {
    margin: 56px auto 80px;
    gap: 80px;
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
  }
  .content-40__wrapper {
    width: clamp(32rem, -0.063rem + 80.16vw, 51.188rem);
    gap: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .content__wrapper {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-nogap__wrapper {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-56 {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-56__wrapper {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-56__left {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-32__wrapper {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-24__wrapper {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-16__wrapper {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-80 {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-80__wrapper {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-40 {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-40__wrapper {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .content-80-no-margin-bottom {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
}
@media screen and (min-width: 1440px) {
  .content__wrapper {
    width: 960px;
  }
  .content-nogap__wrapper {
    width: 960px;
  }
  .content-56 {
    width: 960px;
  }
  .content-56__wrapper {
    width: 960px;
  }
  .content-56__left {
    width: 960px;
  }
  .content-32__wrapper {
    width: 960px;
  }
  .content-24__wrapper {
    width: 960px;
  }
  .content-16__wrapper {
    width: 960px;
  }
  .content-80 {
    width: 960px;
  }
  .content-80__wrapper {
    width: 960px;
  }
  .content-40 {
    width: 960px;
  }
  .content-40__wrapper {
    width: 960px;
  }
  .content-80-no-margin-bottom {
    width: 960px;
  }
}
.common-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.common-list__main-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 16px;
  column-gap: 16px;
  place-items: center;
}

@media screen and (min-width: 640px) {
  .common-list__main-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .common-list__main-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.use {
  background-color: #ecf9f5;
}
.use__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: center;
  width: 100%;
}
.use__button {
  flex: auto;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .use__button:hover {
    border: 1px solid #d53f50;
    opacity: 1;
    background-color: #fef3f2;
  }
  .use__button:hover p {
    color: #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .use__button:active {
    border: 1px solid #d53f50;
    opacity: 1;
    background-color: #fef3f2;
  }
  .use__button:active p {
    color: #d53f50;
  }
}

@media screen and (min-width: 390px) {
  .use__button {
    width: 375px;
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .use__buttons {
    flex-direction: row;
  }
  .use__button {
    flex: 1;
  }
}
.ITconsulting__card {
  height: auto;
}
.ITconsulting__button {
  align-self: center;
}
.ITconsulting__br {
  display: none;
}
.ITconsulting__image {
  align-self: center;
  max-width: 718px;
}

@media screen and (min-width: 768px) {
  .ITconsulting__card {
    height: 272px;
  }
}
@media screen and (min-width: 1024px) {
  .ITconsulting__br {
    display: block;
  }
}
.feature__boxes {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.feature__box {
  padding: 32px;
  background-color: #f9f6f2;
  border-radius: 20px;
  position: relative;
}
.feature__box:not(:last-child)::after {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 26px solid #f9f6f2;
  border-bottom: 0;
}
.feature__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.feature__description {
  display: flex;
  flex-direction: column;
  gap: 20.5px;
  max-width: 586px;
}
.feature__headline {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.feature__image {
  width: 277px;
}
.feature__title, .feature__subtitle {
  font-family: "Zen Maru Gothic", sans-serif;
}
.feature__title {
  color: #d53f50;
  font-size: 1.5rem;
}
.feature__subtitle {
  font-size: 1.125rem;
}
.feature__text {
  line-height: 1.8;
}

/* Media Queries */
@media screen and (min-width: 640px) {
  .feature__headline {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .feature__wrapper {
    flex-direction: row;
  }
}
.web-production__button {
  margin-top: 8px;
}
.web-production__flex {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}
.web-production__flex--30 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: start;
  background-color: #ffffff;
  border-radius: 20px;
  height: fit-content;
  padding: 32px 40px 30px;
}
.web-production__flex--30:not(:last-child)::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  translate: -50% 0;
  content: "";
  display: block;
  width: 50px;
  height: 26px;
  background-color: #ffffff;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.web-production__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.web-production__icon {
  width: 16px;
  height: 16px;
}
.web-production__inquery-icon {
  display: none;
}
.web-production__item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.web-production__item span {
  font-weight: 700;
  background-color: #e2f9ff;
}
.web-production__description {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.web-production__number {
  width: 50px;
  aspect-ratio: 1;
}
.web-production__headline {
  position: relative;
}
.web-production__point {
  position: absolute;
  bottom: 2px;
  left: 40px;
}
.web-production__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .web-production__tile:hover {
    border: 1.5px solid #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .web-production__tile:active {
    border: 1.5px solid #d53f50;
  }
}
.web-production__photo {
  padding: 16px;
}
.web-production__note {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
  padding: 24px;
  background-color: #eefbfe;
  border-radius: 0 0 12px 12px;
  color: #070001;
}
.web-production__heading {
  text-align: center;
  font-size: 1.125rem;
}
.web-production__categories {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  width: min-content;
}
.web-production__category {
  background-color: #ffffff;
}
.web-production__button {
  align-self: center;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .web-production__button:hover {
    opacity: 1;
    background-color: #fef3f2;
  }
}
@media (hover: none) and (pointer: coarse) {
  .web-production__button:active {
    opacity: 1;
    background-color: #fef3f2;
  }
}
.web-production__bk {
  padding: 56px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
  background-color: #f9f6f2;
  width: 100vw;
}
.web-production__inner {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.web-production__mention {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.web-production__step {
  font-size: 1.125rem;
}
.web-production__table--pc {
  display: none;
  border-collapse: collapse;
}
.web-production__table--pc tr {
  text-align: center;
  font-size: 1.125rem;
}
.web-production__table--pc tr:nth-child(even) td {
  background: #ffffff;
}
.web-production__table--pc th,
.web-production__table--pc td {
  padding: 16px 0;
  width: 33%;
}
.web-production__table--pc th {
  background-color: #d53f50;
  color: #ffffff;
  border-right: 8px solid #f9f6f2;
}
.web-production__table--sp {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.web-production__table--sp tr {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
}
.web-production__table--sp th,
.web-production__table--sp td {
  width: 100%;
  padding: 16px 0;
}
.web-production__table--sp th {
  background-color: #d53f50;
  color: #ffffff;
}
.web-production__table--sp .web-production__white {
  background-color: #ffffff;
}
.web-production__table--sp .web-production__bg {
  background-color: #f9f6f2;
}
.web-production__introduction {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
.web-production .web-production__pdf {
  display: flex;
  align-items: center;
  gap: 4px;
}
.web-production .web-production__pdf p {
  color: #d53f50;
  font-size: 1rem;
  border-bottom: 1px solid #d53f50;
}
.web-production__img {
  flex-shrink: 0;
  width: 100px;
  aspect-ratio: 1;
}
.web-production__br {
  display: block;
}

@media screen and (min-width: 768px) {
  .web-production__br {
    display: none;
  }
  .web-production__table--pc {
    display: table;
  }
  .web-production__table--sp {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .web-production__inquery-icon {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .web-production__flex--30 {
    flex-direction: row;
    gap: 30px;
  }
  .web-production__img {
    flex-shrink: 0;
    width: clamp(3.125rem, 1.477rem + 6.76vw, 7.563rem);
  }
}
@media screen and (min-width: 1024px) {
  .web-production__flex {
    flex-direction: row;
  }
  .web-production__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
  .web-production__flex--30 {
    min-height: 183px;
  }
}
@media screen and (min-width: 390px) {
  .web-production__categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .web-production__categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
.highlight__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.highlight__wrapper--reverse {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}
.highlight__wrapper--column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.highlight__box {
  width: 100%;
  scroll-margin-top: 96px;
}
.highlight__box--auto {
  width: 100%;
  scroll-margin-top: 96px;
}
.highlight__box--right {
  margin-right: 0;
  scroll-margin-top: 96px;
}
.highlight__box--left {
  margin-left: 0;
  scroll-margin-top: 96px;
}
.highlight__description {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.highlight__description--align-center {
  align-self: center;
}
.highlight__icon {
  width: 90px;
}
.highlight__position {
  display: flex;
  position: absolute;
  left: 42px;
  top: 40px;
}
.highlight__image {
  width: 100%;
  height: auto;
}
.highlight__image--no-padding {
  width: 100%;
  height: auto;
}
.highlight__image--right, .highlight__image--left {
  background-color: #eefbfe;
  border-radius: 12px;
}
.highlight__image--flex {
  display: flex;
  gap: 21px;
}
.highlight__title, .highlight__subtitle {
  font-family: "Zen Maru Gothic", sans-serif;
}
.highlight__title {
  font-size: clamp(1.125rem, 0.15rem + 4vw, 1.75rem);
}
.highlight__subtitle {
  font-size: 1.25rem;
  vertical-align: text-bottom;
}
.highlight__text {
  line-height: 1.8;
}

@media screen and (min-width: 640px) {
  .highlight__image {
    height: 353px;
  }
  .highlight__image--no-padding {
    height: 353px;
  }
}
@media screen and (min-width: 1024px) {
  .highlight__wrapper {
    display: flex;
    flex-direction: row;
    gap: 64px;
  }
  .highlight__wrapper--reverse {
    display: flex;
    flex-direction: row;
    gap: 64px;
  }
  .highlight__box--auto {
    width: auto;
  }
  .highlight__box--right {
    margin-right: calc(50% - 50vw);
  }
  .highlight__box--left {
    margin-left: calc(50% - 50vw);
  }
  .highlight__image {
    position: sticky;
    top: 80px;
  }
  .highlight__image--right, .highlight__image--left {
    width: clamp(29.375rem, 12.76rem + 25.96vw, 36.125rem);
  }
  .highlight__image--right {
    border-radius: 10px 0 0 10px;
  }
  .highlight__image--left {
    border-radius: 0 10px 10px 0;
  }
  .highlight__title {
    font-size: clamp(1.25rem, 0.019rem + 1.92vw, 1.75rem);
  }
}
#features,
#accompaniment {
  scroll-margin-top: 96px;
}

.security__inner {
  background-color: #f9f6f2;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  max-width: 920px;
  align-self: center;
  scroll-margin-top: 96px;
}
.security__title {
  color: #d53f50;
  font-size: 1.125rem;
}
.security__note {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.security__img {
  margin: 0 auto;
  max-width: 600px;
}
.security__flex {
  display: flex;
  gap: 8px;
}
.security__container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
}
.security__heading {
  color: #d53f50;
}
.security__text {
  font-size: 0.875rem;
}
.security__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.security__links--01, .security__links--02 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.security__button {
  align-self: center;
}
@media (hover: hover) and (pointer: fine) {
  .security__button:hover {
    opacity: 1;
    background-color: #fbdedc;
  }
}
@media (hover: none) and (pointer: coarse) {
  .security__button:active {
    opacity: 1;
    background-color: #fbdedc;
  }
}

@media screen and (min-width: 1024px) {
  .security__links--01, .security__links--02 {
    flex-direction: row;
    gap: 48px;
  }
}
.ITinfrastructure__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.ITinfrastructure__tile {
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ITinfrastructure__image {
  padding: 24px;
  width: 440px;
  height: 247px;
}
.ITinfrastructure__description {
  border-radius: 0 0 12px 12px;
  min-height: 164px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background-color: #eefbfe;
}
.ITinfrastructure__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.ITinfrastructure__a {
  font-size: 0.875rem;
}
.ITinfrastructure__icon {
  width: 18px !important;
  height: 18px !important;
}

@media screen and (min-width: 1024px) {
  .ITinfrastructure__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .ITinfrastructure__image {
    width: 100%;
  }
}
.cloud__inner {
  border-radius: 16px;
  padding: 16px;
  background-color: #f9f6f2;
  width: 100%;
  max-width: 920px;
  align-self: center;
}
.cloud__title {
  color: #d53f50;
}
.cloud__note {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cloud__img {
  margin: 0 auto;
  max-width: 600px;
}
.cloud__boxes {
  width: 100%;
}
.cloud__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.cloud__tile {
  padding: 16px;
  background-color: #f9f6f2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 16px;
  min-height: 70px;
}

@media screen and (min-width: 390px) {
  .cloud__boxes {
    width: clamp(22.375rem, 17.686rem + 19.24vw, 35rem);
  }
}
@media screen and (min-width: 640px) {
  .cloud__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.company-profile__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px 40px;
  background-color: #f9f6f2;
}
.company-profile__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.company-profile__heading {
  font-size: 1.125rem;
  align-self: start;
}
.company-profile__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  place-items: center;
}
.company-profile__button {
  flex: 1;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .company-profile__button:hover {
    opacity: 1;
    background-color: #fbdedc;
  }
}
@media (hover: none) and (pointer: coarse) {
  .company-profile__button:active {
    opacity: 1;
    background-color: #fbdedc;
  }
}
.company-profile__br {
  display: none;
}
.company-profile__flex {
  flex-direction: column;
}
.company-profile__center {
  translate: 0;
}

/* Media Queries */
@media screen and (min-width: 390px) {
  .company-profile__buttons {
    padding: 32px 0 40px;
  }
  .company-profile__column {
    width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
  }
}
@media screen and (min-width: 768px) {
  .company-profile__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .company-profile__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .company-profile__br {
    display: flex;
  }
  .company-profile__center {
    translate: -50% 0;
  }
}
@media screen and (min-width: 1024px) {
  .company-profile__flex {
    flex-direction: row;
  }
}
@media screen and (min-width: 440px) and (max-width: 768px) {
  .company-profile__button {
    width: 375px;
  }
}
.tagline__title {
  font-size: clamp(1.375rem, 0.01rem + 5.6vw, 2.25rem);
  align-self: start;
}
.tagline__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.tagline__tagline {
  font-size: clamp(1.25rem, 0.702rem + 2.25vw, 2.5rem);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #d53f50;
  width: 100%;
  text-align: center;
}
.tagline__tagline ruby {
  ruby-align: center;
}
.tagline__tagline rt {
  font-size: clamp(0.875rem, 0.485rem + 1.6vw, 1.125rem);
}
.tagline__subtitle {
  font-size: clamp(0.875rem, 0.23rem + 2.65vw, 1.5rem);
  font-family: "Zen Maru Gothic", sans-serif;
}
.tagline__inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.tagline__text {
  line-height: 1.8;
  font-weight: 500;
}
.tagline__text span {
  font-weight: 700;
  background-color: #eefbfe;
}
.tagline__background {
  width: 140px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.tagline__br {
  display: none;
}

@media screen and (min-width: 640px) {
  .tagline__br {
    display: block;
  }
  .tagline__background {
    width: 200px;
    position: absolute;
    left: clamp(9.375rem, -10.357rem + 80.95vw, 55rem);
    right: auto;
  }
}
.top-message {
  padding-bottom: 80px;
  width: clamp(22.375rem, 4.651rem + 72.71vw, 51.188rem);
}
.top-message__title {
  align-self: start;
}
.top-message__inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: flex-start;
}
.top-message__president {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.top-message__post {
  font-weight: 500;
}
.top-message__company {
  font-weight: 500;
  letter-spacing: -0.32px;
}
.top-message__img {
  width: auto;
  border-radius: 10px;
}
.top-message__img img {
  border-radius: 10px;
}
.top-message__note {
  background-color: #f9f6f2;
  border-radius: 0 12px 12px 12px;
  padding: 8px 16px;
}
.top-message__note p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.top-message__note p:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .top-message {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
  .top-message__inner {
    flex-direction: row;
  }
  .top-message__president {
    position: sticky;
    top: 80px;
  }
  .top-message__img {
    width: 300px;
    height: 399px;
  }
}
@media screen and (min-width: 1440px) {
  .top-message {
    width: 960px;
  }
}
.message__title {
  align-self: start;
}

.menu {
  position: fixed;
  top: 73px;
  left: -100%;
  width: 100%;
  height: 100%;
  list-style-type: none;
  background-color: #ffffff;
  z-index: 5;
}
.menu__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  background-color: #ffffff;
  margin: 0 16px;
}
.menu__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
}
.menu__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
.menu__item::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(40, 44, 46, 0.66);
  border-right: 1px solid rgba(40, 44, 46, 0.66);
  rotate: 45deg;
  top: 50%;
  right: 20px;
}
.menu__item-acordion {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
.menu__item-acordion::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(40, 44, 46, 0.66);
  border-right: 1px solid rgba(40, 44, 46, 0.66);
  rotate: 135deg;
  top: 50%;
  right: 20px;
  transition: transform 0.3s ease; /* 回転アニメーションを追加 */
}
.menu__item-acordion.is-open::after {
  /* is-openクラスが付与されたら回転 */
  transform: rotate(180deg);
}
.menu__link {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6px;
}
.menu__service, .menu__business, .menu__company {
  position: fixed; /* 固定位置 */
  top: 0; /* 画面上部から表示 */
  left: -100%; /* 初期状態で画面外に隠す */
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 6; /* 他の要素より上に表示 */
  transition: left 0.3s ease; /* スライドアニメーション */
}
.menu__title {
  text-align: center;
  font-weight: 500;
}
.menu__header {
  display: grid;
  width: 100%;
  grid-template-columns: 20px 1fr;
  align-self: self-start;
}
.menu__close {
  rotate: 180deg;
}

/* ハンバーガーメニューが開いているとき */
.menu.open {
  left: 0;
}

.menu__service.open,
.menu__business.open,
.menu__company.open {
  left: 0; /* 表示されるとき画面内にスライドイン */
}

.no-scroll {
  overflow: hidden;
}

.interview__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.interview__card {
  border-radius: 12px;
}
.interview__card:hover .interview__img img {
  transform: scale(1.1); /* 1.1倍に拡大 */
  transition: transform 0.3s ease; /* 0.3秒かけて滑らかに変化 */
}
.interview__img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.interview__img img {
  border-radius: 12px 12px 0 0;
}
.interview__description {
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.interview__tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 4px;
  color: #ffffff;
}
.interview__tag--new {
  background-color: #4379cb;
}
.interview__tag--mid {
  background-color: #cb4351;
}
.interview__year, .interview__count, .interview__recruitment-type {
  font-size: 0.875rem;
}
.interview__title {
  font-size: 1.125rem;
}
.interview__subtitle {
  color: rgba(40, 44, 46, 0.66);
  font-size: 0.875rem;
}

@media screen and (min-width: 640px) {
  .interview__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .interview__card--03 {
    grid-column: 1/span 2;
    justify-self: center;
    align-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .interview__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .interview__card--03 {
    grid-column: initial;
    justify-self: initial;
    align-self: initial;
  }
}
@media screen and (min-width: 640px) and (max-width: 1440px) {
  .interview__description {
    flex-direction: column;
  }
  .interview__tag {
    width: fit-content;
    gap: 8px;
    flex-direction: row;
  }
}
.environment__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 16px;
  column-gap: 24px;
}
.environment__card {
  border-radius: 12px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
  padding: 24px;
  background-color: #f9f6f2;
}
.environment__img {
  width: 100px;
  height: 80px;
  margin-inline: auto;
}
.environment__title {
  font-size: 1.125rem;
  color: #d53f50;
  text-align: center;
}
.environment__text {
  font-size: 0.875rem;
  font-weight: 500;
}

/* Media Queries */
@media screen and (min-width: 640px) {
  .environment__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .environment__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.QandA__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.QandA__card {
  position: relative;
  background-color: #f9f6f2;
  border-radius: 12px;
  transition: transform 0.4s;
}
.QandA__card[open] .QandA__arrow {
  transform: rotate(135deg);
}
.QandA__mark {
  font-size: 1.75rem;
}
.QandA__mark--Q {
  color: #d53f50;
}
.QandA__mark--A {
  color: #555555;
}
.QandA__text {
  font-size: 1rem;
  font-weight: 500;
}
.QandA__summary {
  cursor: pointer;
  display: flex;
  gap: 16px;
  align-items: center;
  list-style: none;
  padding: 24px;
  position: relative;
  /* ネイティブのマーカーを非表示 */
}
.QandA__summary::-webkit-details-marker {
  display: none;
}
.QandA__summary::marker {
  display: none; /* Firefox対応 */
}
.QandA__arrow {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #d53f50;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  transition: transform 0.4s;
  position: absolute;
  right: 15px;
}
.QandA__inner {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  list-style-type: none;
}
.QandA__content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
  padding: 0 24px 24px;
}
.QandA__card[open] .QandA__content {
  height: auto;
  opacity: 1;
}

.history {
  position: relative;
}
.history::before {
  position: absolute;
  display: block;
  content: "";
  border-left: 2px dotted #d53f50;
  height: 100%;
  z-index: -1;
  top: 10px;
  left: 152px;
}
.history__inner {
  display: flex;
  align-items: flex-start;
  padding-bottom: 24px;
}
.history__inner:not(:first-child) {
  padding: 24px 0;
}
.history__inner dt {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  box-sizing: border-box;
  word-break: break-all;
  font-size: 1.75rem;
  padding-right: 24px;
}
.history__inner dt::before {
  position: absolute;
  display: block;
  content: "";
  top: 14px;
  left: 145px;
  width: 15px;
  aspect-ratio: 1;
  background: #d53f50;
  border-radius: 50%;
  translate: 0 -50%;
}
.history__inner dd {
  display: flex;
  align-items: center;
  line-height: 1.5;
  flex: 1;
  margin-left: 24px;
  font-weight: 500;
}
.history__year, .history__month {
  font-size: 1.125rem;
}
.history__year {
  margin-left: 8px;
}
.history__month {
  width: 35px;
  margin-left: 24px;
}
.history__blank {
  height: 30px;
  width: 80px;
}

.package-list {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 80px;
  gap: 32px;
  width: 100%;
}
.package-list__sp-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.package-list__heading {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: -8px;
  line-height: 1.8;
}
.package-list__heading > h4 {
  font-size: 18px;
}
.package-list__heading--purple {
  text-decoration: underline solid #6d4498;
  text-underline-offset: 8px;
}
.package-list__heading--green {
  text-decoration: underline solid #43af8a;
  text-underline-offset: 8px;
}
.package-list__heading--blue {
  text-decoration: underline solid #4277b4;
  text-underline-offset: 8px;
}
.package-list__heading--gray {
  text-decoration: underline solid #737373;
  text-underline-offset: 8px;
}
.package-list__heading--red {
  text-decoration: underline solid #b3434f;
  text-underline-offset: 8px;
}
.package-list__subtitle {
  font-size: clamp(1rem, 0.914rem + 0.35vw, 1.125rem);
  font-weight: 500;
}
.package-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.package-list__flex {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
.package-list__flex img {
  height: fit-content !important;
}

@media screen and (min-width: 390px) {
  .package-list {
    width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
  }
  .package-list__sp-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  .package-list__wrapper {
    width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
  }
}
@media screen and (min-width: 640px) {
  .package-list {
    margin-top: 56px;
    gap: 56px;
  }
  .package-list__subtitle {
    font-weight: 700;
  }
}
.c-chat_release-note {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 80px;
  width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
}
.c-chat_release-note__title {
  align-self: start;
}
.c-chat_release-note__br {
  display: block;
}
.c-chat_release-note__wrapper {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
}
.c-chat_release-note__inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
}
.c-chat_release-note__chip {
  display: flex;
  gap: 16px;
  color: rgba(40, 44, 46, 0.66);
}
.c-chat_release-note__text {
  font-weight: 500;
}
.c-chat_release-note__link {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  gap: 4px;
}
.c-chat_release-note__link h5 {
  font-size: 1rem;
  font-weight: 500;
}
.c-chat_release-note__link::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(40, 44, 46, 0.66);
  border-right: 2px solid rgba(40, 44, 46, 0.66);
  rotate: 45deg;
  top: 40%;
  right: 8px;
}

@media screen and (min-width: 768px) {
  .c-chat_release-note__br {
    display: none;
  }
}
.contact__heading {
  align-self: start;
}
.contact__heading p {
  font-weight: 500;
}

.contact__img {
  width: auto;
  display: inline-block;
  margin: 0 4px;
  vertical-align: sub;
}

.contact__br {
  display: block;
}

.contact__br--lg {
  display: block;
}

.contact__br--w802 {
  display: block;
}

.contact__return-button {
  transition: all 0.3s ease;
  border: 1px solid #d9d9d9;
}
.contact__return-button:hover {
  opacity: 1;
  background-color: #fbdedc;
}

@media screen and (min-width: 802px) {
  .contact__br--w802 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .contact__br--lg {
    display: none;
  }
}
/*---------------------
Form
---------------------*/
.wp-block-contact-form-7-contact-form-selector {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #f9f6f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_form,
.bl_formConfirm {
  padding-block: 80px;
  width: clamp(22.375rem, 14.436rem + 32.57vw, 43.75rem);
}

.bl_form_group:not(:first-of-type) {
  margin-block-start: 48px;
}

.bl_form_group fieldset {
  display: contents;
}

.bl_form_control {
  margin-block-start: 0.5em;
}

.bl_formConfirm_txt + .bl_form_group {
  margin-block-start: 52px;
}

/* 項目名 */
.bl_form_label {
  align-items: center;
  display: inline-grid;
  gap: 0.6em;
  grid-template-columns: 1fr auto;
  font-size: 1rem;
  position: relative;
  width: fit-content;
}

.bl_form_sub_label {
  align-items: center;
  display: inline-grid;
  gap: 0.6em;
  grid-template-columns: 1fr auto;
  font-size: 1rem;
  position: relative;
  margin-bottom: 4px;
}

.bl_form_p {
  font-weight: 500;
  margin: 8px 0;
}

legend {
  width: fit-content;
}

/* 必須ラベル */
.bl_form_required {
  background-color: #d53f50;
  border-radius: 23px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 4px 8px;
}

/* 任意ラベル */
.bl_form_any {
  background-color: #9d9fa3;
  border-radius: 23px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 4px 8px;
}

.bl_form_flex_fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 入力欄、セレクトボックス */
.bl_form :is(input[type=text],
input[type=email],
input[type=tel],
textarea,
select) {
  appearance: none;
  border: 1px solid #9d9fa3;
  border-radius: 8px;
  padding: 16px;
}

.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea) {
  font-size: 0.875rem;
  inline-size: 100%;
  font-weight: 500;
}

@media screen and (min-width: 440px) {
  .bl_form :is(input[type=text],
  input[type=email],
  input[type=tel],
  textarea) {
    font-size: 1.125rem;
  }
}
.bl_form :is(input[type=text],
input[type=email],
input[type=tel],
textarea)::placeholder {
  color: #c5c5c5;
}

.bl_form textarea {
  min-block-size: 5.5lh;
}

/* フォーカス時のスタイル */
.bl_form :is(input[type=text],
input[type=email],
input[type=tel],
textarea,
select):focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #282c2e inset;
  box-shadow: 0 0 0 1px #282c2e inset;
}

/* ラジオボタン、チェックボックス */
.bl_form,
.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item {
  padding: 8px 16px;
  width: 100%;
  max-width: 470px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #9d9fa3;
}

.bl_form_radio {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bl_form_checkbox {
  display: inline-grid;
  gap: 0.5em 2em;
}

/* オリジナルのラジオボタンとチェックボックスを作成 */
.bl_form :is(input[type=radio], input[type=checkbox]) {
  block-size: 1px;
  inline-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.wpcf7-list-item-label {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: 500;
}

/* ラジオボタン/チェックボックスの「枠」を::beforeで作成 */
.wpcf7-list-item-label::before {
  content: "";
  background-color: #ffffff;
  border: 1px solid #9d9fa3;
  display: inline-block;
  inline-size: 26px;
  block-size: 26px;
  margin-inline-end: 1em;
  flex-shrink: 0;
  /* デフォルトはラジオボタンの丸 */
  border-radius: 50%;
}

/* 変更点: チェックボックスの枠を四角にする */
.bl_form input[type=checkbox] + .wpcf7-list-item-label::before {
  border-radius: 0; /* チェックボックスの枠を四角に上書き */
}

/* ラジオボタンがチェックされた時の内部の丸を::afterで再現 */
.bl_form input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  translate: -50% -50%;
  background-color: #d53f50;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
}

@media (max-width: 593px) {
  .bl_form .wpcf7-list-item:nth-child(5) input[type=radio]:checked + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 13px;
    translate: -50% 10%;
    background-color: #d53f50;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
  }
}
.wpcf7-list-item:has(input[type=radio]:checked) {
  background-color: #ffffff;
}

/* ラジオボタンのようにみせるチェックボックス */
#corporate_type input[type=checkbox] + .wpcf7-list-item-label::before {
  border-radius: 50% !important;
}

#corporate_type input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  translate: -50% -50%;
  background-color: #d53f50;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  block-size: 1.1em !important;
}

#corporate_type .wpcf7-list-item:has(input[type=checkbox]:checked) {
  background-color: #ffffff;
}

/* ラジオボタンのようにみせるチェックボックス ここまで*/
/* チェックボックスがチェックされた時のチェックマークを::afterで再現 */
.bl_form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  translate: -50% 220%;
  rotate: -50deg;
  block-size: 0.6em;
  border-block-end: 3px solid #d53f50;
  border-inline-start: 3px solid #d53f50;
  inline-size: 1em;
}

@media screen and (min-width: 802px) {
  .bl_form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    translate: -50% 80%;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    translate: -50% -50%;
  }
}
input[type=radio]:not(:checked) .wpcf7-list-item {
  background-color: #9d9fa3;
}

.bl_confirm_message {
  white-space: pre-wrap; /* 改行と連続スペースを保持 */
  word-wrap: break-word; /* 長い単語の折り返し（任意） */
}

#your_name,
#your_kana_name,
#your_department,
#your_post,
#pref,
#city,
#addr,
#your-email,
#your-email-confirm,
#company {
  max-width: 470px;
}

#tel,
#zip {
  max-width: 130px;
}

/* input/textareaが空欄の時に適用されるスタイル */
.is-empty {
  background-color: #ffffff;
}

/* input/textareaに入力があった時に適用されるスタイル */
.is-filled {
  background-color: #ffffff;
}

.bl_form_text {
  font-size: 0.875rem;
  font-weight: 500;
}

.bl_form_text_mt {
  margin-top: 16px;
}

.bl_form_text_mt_short {
  margin-top: 8px;
}

/* プライバシーポリシー */
.bl_form_consent {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1rem;
  margin-top: 48px;
  font-weight: 500;
  line-height: 1.8;
}
.bl_form_consent > .bl_form_label {
  font-weight: 700;
}

.wpcf7-acceptance {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.wpcf7-acceptance > .wpcf7-list-item:has(input[type=checkbox]:checked) {
  background-color: #ffffff;
}

.bl_form_consent_desc_link {
  color: #d53f50;
  text-decoration: none;
  border-bottom: 1px solid #d53f50;
}
@media (hover: hover) and (pointer: fine) {
  .bl_form_consent_desc_link:hover + .contact__img {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: coarse) {
  .bl_form_consent_desc_link:active + .contact__img {
    opacity: 0.6;
  }
}

.wpcf7-acceptance > .wpcf7-list-item {
  background-color: #ffffff;
  max-width: 700px;
}

/* バリデーションメッセージ */
.wpcf7-not-valid-tip {
  color: #d53f50;
  font-size: 1rem;
  margin-top: 8px;
}

/* 確認・戻る・送信ボタン */
.bl_form_btn {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.bl_form_btn p .bl_form_confirm,
.bl_form_btn p .bl_form_submit {
  display: grid;
  place-content: center;
}

.bl_form_btn_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  margin-top: 48px;
  gap: 42px;
}

.bl_form_btn_flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  margin-top: 48px;
  gap: 42px;
}

@media screen and (min-width: 640px) {
  .bl_form_btn_flex {
    flex-direction: row;
  }
}
@media screen and (max-width: 440px) {
  .bl_form_btn p {
    width: 100%;
  }
}
/* 確認ボタン非活性時 */
.bl_form_confirm[disabled] {
  background-color: #9d9fa3;
  border-radius: 43px;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
  transition: unset;
  border: none;
}

/* 確認・送信ボタン */
.bl_form_confirm,
.bl_form_submit {
  background-color: #d53f50;
  border-radius: 40px;
  border: 1px solid #d53f50;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  padding: 8px 16px;
  transition: background-color 0.3s ease-in-out;
  width: 375px;
  height: 48px;
}
@media (hover: hover) and (pointer: fine) {
  .bl_form_confirm:hover,
  .bl_form_submit:hover {
    opacity: 1;
    color: #d53f50;
    border: 1px solid #d53f50;
    background-color: #ffffff;
  }
}
@media (hover: none) and (pointer: coarse) {
  .bl_form_confirm:active,
  .bl_form_submit:active {
    opacity: 1;
    color: #d53f50;
    border: 1px solid #d53f50;
    background-color: #ffffff;
  }
}

@media screen and (max-width: 440px) {
  .bl_form_confirm,
  .bl_form_submit {
    width: 100%;
  }
}
/* 戻るボタン */
.bl_form_back {
  border: none;
  background: none;
  color: #d53f50;
  border-bottom: 1px solid #d53f50;
  cursor: pointer;
  font-size: 1rem;
  padding: 4px 0;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .bl_form_back:hover {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: coarse) {
  .bl_form_back:active {
    opacity: 0.6;
  }
}

/* 確認画面とメッセージ、スピナーを非表示 */
.bl_formConfirm,
.wpcf7-response-output,
.bl_formConfirm .wpcf7-spinner {
  display: none;
}

/* 確認画面 */
.bl_formConfirm_txt {
  font-size: 1.75rem;
}

.bl_confirm_type {
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #9d9fa3;
}

/* 送信完了画面 */
.bl_formThanks_ttl,
.bl_formThanks_txt {
  text-align: center;
}

.bl_formThanks_ttl {
  font-size: 24px;
  font-weight: 700;
}

.bl_formThanks_txt {
  margin-block-start: 1em;
}

@media screen and (min-width: 768px) {
  .bl_form_checkbox {
    grid-auto-flow: column;
  }
}
@media screen and (min-width: 640px) {
  .contact__br {
    display: none;
  }
}
#autozip {
  display: none !important;
}

.others__button {
  align-self: center;
}
.others__flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.others__title {
  align-self: start;
}
.others__subtitle {
  align-self: center;
  text-align: center;
}
.others__content {
  counter-reset: titlenum;
}
.others__heading::before {
  counter-increment: titlenum; /* counter-resetと同じ文字列 */
  content: counter(titlenum) ".";
}
.others__heading--fs {
  font-size: 1.125rem;
}
.others__link {
  color: #d53f50;
  text-decoration-line: underline;
  text-decoration-color: #d53f50;
  text-underline-offset: 4px;
  word-break: break-all;
}
.others__icon {
  width: 18px;
  height: 18px;
}
.others__gap4 {
  display: flex;
  gap: 4px;
  align-items: center;
}
.others__center {
  align-self: center;
}
.others__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.others__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.others__p32 {
  padding: 0 32px;
}
.others__border-right {
  border-right: none;
  position: relative;
}
.others__border-right::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  width: 280px;
  border-top: 1px dashed rgba(40, 44, 46, 0.2);
  translate: -50% 0;
}
.others__right-alignment {
  text-align: right;
}
.others__ol, .others__ol--brackets, .others__ol--brackets-note, .others__ol--katakana, .others__ol--desc, .others__text, .others__lh {
  line-height: 1.8;
}
.others__ol {
  list-style: decimal;
  padding-left: 17px;
}
.others__ol li {
  list-style: decimal;
}
.others__ol--desc {
  list-style: disc;
  padding-left: 20px;
}
.others__ol--desc li {
  list-style: disc;
}
.others__ol--brackets li {
  position: relative;
  list-style-type: none;
  padding-left: 90px;
}
.others__ol--brackets li::before {
  position: absolute;
  right: calc(100% - 100px);
  content: "〈  " counter(list-item) " 〉";
  width: 60px;
}
.others__ol--brackets-note li {
  position: relative;
  list-style-type: none;
  padding-left: 100px;
}
.others__ol--brackets-note li::before {
  position: absolute;
  right: calc(100% - 110px);
  content: "〈 注" counter(list-item) " 〉";
  width: 70px;
}
.others__ol--katakana li {
  position: relative;
  list-style-type: none;
  padding-left: 75px;
}
.others__ol--katakana li::before {
  position: absolute;
  right: calc(100% - 75px);
  content: counter(list-item, katakana);
  width: 40px;
}
.others__ol--katakana-narrow li {
  position: relative;
  list-style-type: none;
  padding-left: 34px;
}
.others__ol--katakana-narrow li::before {
  position: absolute;
  right: calc(100% - 40px);
  content: counter(list-item, katakana);
  width: 40px;
}
.others__inner {
  counter-reset: listnum;
}
.others__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 8px;
}
.others__item {
  text-indent: -3em;
  padding-left: 3em;
}
.others__item::before {
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: "（ " counter(listnum) " ）";
}
.others__text {
  padding-left: 3em;
}
.others__mt {
  margin-top: 32px;
}
.others__mt16 {
  margin-top: 16px;
}
.others__mb8 {
  margin-bottom: 8px;
}
.others__mb24 {
  margin-bottom: 24px;
}
.others__color {
  color: #d53f50;
}
.others__bk {
  padding: 32px 24px;
  width: 100%;
  background-color: #f9f6f2;
  border-radius: 8px;
}
.others__under-bar {
  text-decoration: underline;
  text-decoration-color: #d53f50;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.others__eqix {
  width: 106px;
  height: auto;
}
.others__br {
  display: block;
}

@media screen and (min-width: 390px) {
  .others__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
    gap: 8px;
  }
  .others__br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .others__flex {
    flex-direction: row;
    gap: 0;
  }
  .others__border-right {
    border-right: 1px dashed rgba(40, 44, 46, 0.2);
  }
  .others__border-right::before {
    content: none;
  }
  .others__p32 {
    padding: 0 32px;
  }
}
@media screen and (min-width: 440px) and (max-width: 480px) {
  .others__button {
    width: 100% !important;
  }
}
.article__button {
  align-self: center;
  margin: 0 auto;
}
.article__button--set {
  display: flex;
  gap: clamp(0.313rem, -0.175rem + 2vw, 0.625rem);
  align-items: center;
  justify-content: center;
}
.article__button--decoration {
  width: 45px;
  scale: 0.6;
}
.article__space24 {
  margin-left: 24px;
}
.article__video iframe {
  border: none;
  width: 100%;
  aspect-ratio: 16/9;
}
.article__red {
  color: #d53f50;
}
.article__right {
  display: flex;
  justify-content: flex-end;
}
.article__right-text-align {
  text-align: right;
}
.article__data {
  justify-content: space-between;
}
.article__data, .article__data--gap8, .article__data--row {
  display: flex;
  flex-direction: row;
}
.article__data--grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article__categories {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: min-content;
}
.article__data, .article__data--grid, .article__data--row {
  gap: 16px;
}
.article__data--row {
  flex-wrap: wrap;
}
.article__data--gap8 {
  gap: 8px;
}
.article__data--gap2 {
  display: flex;
  gap: 2px;
  align-items: center;
}
.article__datetime, .article__version, .article__filesize {
  font-size: 14px;
  color: rgba(40, 44, 46, 0.66);
}
.article__heading {
  align-self: start;
  font-size: 2.25rem;
}
.article__heading--margin-left {
  margin-left: 0px;
}
.article__title {
  font-size: 1.75rem;
  line-height: 1.4;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #d53f50;
}
.article__text-width {
  padding: 0 24px;
}
.article__p {
  line-height: 1.8;
  font-weight: 500;
}
.article__p--short {
  width: 100%;
}
.article__p14 {
  line-height: 1.8;
  font-weight: 500;
  font-size: 0.875rem;
}
.article__p-bold {
  line-height: 1.8;
  font-weight: 700;
}
.article__grid-card {
  display: grid;
  grid-template-columns: repeat(1, minmax(296px, 300px));
  justify-content: center;
  gap: 16px;
}
.article__grid-card-3line {
  display: grid;
  grid-template-rows: subgrid;
  justify-items: center;
  grid-row: span 3;
  row-gap: 0px;
  background-color: #f9f6f2;
  border-radius: 8px;
  padding: 8px;
}
.article__grid-card-2line {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  background-color: #f9f6f2;
  border-radius: 8px;
  padding: 8px;
}
.article__dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article__dt {
  font-size: 1rem;
  color: #d53f50;
}
.article__dd {
  font-weight: 500;
  line-height: 1.8;
}
.article__h1 {
  font-size: 1.625rem;
  margin-top: 16px;
  padding-left: 16px;
  border-left: 6px solid #d53f50;
}
.article__h2 {
  font-size: clamp(1.75rem, 1.442rem + 1.26vw, 2.25rem);
  margin-top: 62px;
  margin-bottom: 32px;
  text-decoration: underline;
  text-decoration-color: #e1f9ff;
  text-underline-offset: 8px;
  text-decoration-thickness: 14px;
  text-align: center;
}
.article__h3 {
  font-size: clamp(1.5rem, 1.346rem + 0.63vw, 1.75rem);
  margin-top: 54px;
  margin-bottom: 32px;
  text-decoration: underline dotted;
  text-decoration-color: #d53f50;
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}
.article__h4 {
  font-size: clamp(1.25rem, 1.173rem + 0.32vw, 1.375rem);
  margin-top: 32px;
  margin-bottom: 16px;
  padding-left: 10px;
  border-left: 6px solid #d53f50;
}
.article__h5 {
  font-size: 1.125rem;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #d53f50;
}
.article__a {
  border-bottom: 1px solid #d53f50;
  color: #d53f50;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .article__a:hover + .article__icon {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: coarse) {
  .article__a:active + .article__icon {
    opacity: 0.6;
  }
}
.article__a-br {
  text-decoration: underline;
  text-underline-offset: 4px;
  position: relative;
  color: #d53f50;
  width: fit-content;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .article__a-br:hover + .article__icon {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: coarse) {
  .article__a-br:active + .article__icon {
    opacity: 0.6;
  }
}
.article__code {
  background-color: #f9f6f2;
  border: 1px solid #dadbdb;
  border-radius: 12px;
  padding: 8px;
  width: fit-content;
}
.article__center {
  display: flex;
  justify-content: center;
  text-align: center;
}
.article__gap4 {
  display: flex;
  gap: 4px;
  font-weight: 500;
}
.article__icon {
  width: 22px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.article__icon--little {
  width: 16px;
  aspect-ratio: 1;
  display: inline-block;
  flex-shrink: 0;
}
.article__icon-br {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin-left: 4px;
}
.article__icon-br--little {
  width: 16px;
  aspect-ratio: 1;
  display: inline-block;
  flex-shrink: 0;
}
.article__ol {
  list-style: decimal;
  font-weight: 500;
}
.article__ol li {
  list-style: decimal;
  line-height: 1.8;
  margin-left: 16px;
}
.article__ul {
  list-style: disc;
  font-weight: 500;
}
.article__ul li {
  list-style: disc;
  line-height: 1.8;
  margin-left: 16px;
}
.article__category {
  color: #ffffff;
}
.article__grid--big-icon {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-items: center;
}
.article__grid--little-icon {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  justify-items: center;
}
.article__big-icon {
  width: 100px;
  height: 100px;
}
.article__little-icon {
  width: 50px;
  height: 50px;
}
.article__left-icon {
  width: fit-content;
}
.article__wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #ffffff;
}
.article__bk {
  width: clamp(22.375rem, 8.4rem + 57.33vw, 47.5rem);
  background-color: #feeeee;
  padding: 32px 16px 40px 16px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.article__bk--center {
  align-self: center;
  margin: 32px 0;
}
.article__card {
  background-color: #ffffff;
  width: 100%;
  position: relative;
}
.article__card:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.article__card::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(40, 44, 46, 0.66);
  border-right: 2px solid rgba(40, 44, 46, 0.66);
  rotate: 45deg;
  top: 50%;
  right: 8px;
}
@media (hover: hover) and (pointer: fine) {
  .article__card:hover {
    opacity: 1;
  }
  .article__card:hover .article__text {
    color: #d53f50;
  }
  .article__card:hover::after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #d53f50;
    border-right: 2px solid #d53f50;
    rotate: 45deg;
    top: 50%;
    right: 8px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .article__card:active {
    opacity: 1;
  }
  .article__card:active .article__text {
    color: #d53f50;
  }
  .article__card:active::after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #d53f50;
    border-right: 2px solid #d53f50;
    rotate: 45deg;
    top: 50%;
    right: 8px;
  }
}
.article__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 20px 16px 0;
}
@media screen and (min-width: 640px) and (max-width: 1280px) {
  .article__data {
    flex-direction: column;
  }
}
@media screen and (min-width: 390px) {
  .article__grid--big-icon {
    grid-template-columns: 100px 1fr;
  }
  .article__grid--little-icon {
    grid-template-columns: 50px 1fr;
  }
}

.disabled-card {
  pointer-events: none;
  cursor: not-allowed;
}
.disabled-card::after {
  display: none !important;
}

.disabled-card:hover {
  background-color: initial;
  border: none;
}

@media screen and (min-width: 768px) {
  .article__wrapper {
    width: clamp(22.375rem, 4.651rem + 72.71vw, 51.188rem);
  }
  .article__heading--margin-left {
    margin-left: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .article__wrapper {
    width: clamp(51.188rem, -0.043rem + 80.05vw, 72rem);
  }
}
@media screen and (min-width: 640px) {
  .article__grid-card {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media screen and (min-width: 1024px) {
  .article__grid-card {
    grid-template-columns: repeat(3, 3fr);
  }
  .article__heading--margin-left {
    margin-left: -100px;
  }
}
@media screen and (min-width: 1440px) {
  .article__data--grid {
    flex-direction: row;
  }
  .article__wrapper {
    width: 960px;
  }
}
.accompany__image {
  align-self: center;
  max-width: 555px;
}

/* ----------------------------------
アコーディオン部分
--------------------- */
.acordion-btn {
  display: flex;
  align-items: center;
}

.hamburger-window__link > a {
  display: block;
  text-align: left;
  padding-left: 5%;
  position: relative;
}

.acordion > .acordion__item {
  position: relative;
  text-align: left;
  width: 100%;
  line-height: 0;
  /* 閉じるアニメーション */
  transition: border-top 0.1s ease-out;
}

.acordion.is-open > .acordion__item:first-of-type {
  padding-top: 20px;
}

.acordion.is-open > .acordion__item {
  /* 開くアニメーション */
  transition: border-top 0.1s ease-out;
}

.acordion.is-open > .acordion__item:first-child {
  border-top: none;
}

.acordion > .acordion__item > .acordion__link {
  display: block;
  padding-left: 7%;
  /* 閉じている状態 */
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out, line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear;
}

.acordion.is-open > .acordion__item > .acordion__link {
  display: block;
  width: max-content;
  /* 開いている状態 */
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out, line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear;
}
@media (hover: hover) and (pointer: fine) {
  .acordion.is-open > .acordion__item > .acordion__link:hover {
    opacity: 0.6;
  }
}
@media (hover: none) and (pointer: coarse) {
  .acordion.is-open > .acordion__item > .acordion__link:active {
    opacity: 0.6;
  }
}

.slider {
  overflow: hidden; /* スライダー外のコンテンツを隠す */
  position: relative;
  background-color: #e8f4fd;
}
.slider__wrapper {
  display: flex;
  gap: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  animation: infinity-scroll-right-sp 40s infinite linear;
}
.slider__slide {
  width: 367px;
  height: 367px;
  flex-shrink: 0;
}
.slider__slider--multiple {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.slider__inner {
  display: flex;
  gap: 24px;
}
.slider__medium {
  height: 225px;
  width: 272px;
}
.slider__small {
  height: 124px;
  width: 124px;
}
.slider__img {
  border-radius: 16px;
}

@keyframes infinity-scroll-right-sp {
  from {
    translate: 0;
  }
  to {
    translate: -54.6% 0;
  }
}
@media screen and (min-width: 435px) and (max-width: 678px) {
  .slider__wrapper {
    animation: infinity-scroll-right-tb 40s infinite linear;
  }
}
@keyframes infinity-scroll-right-tb {
  from {
    translate: 0;
  }
  to {
    translate: -36.5% 0;
  }
}
@media screen and (min-width: 679px) and (max-width: 786px) {
  .slider__wrapper {
    animation: infinity-scroll-right-mb 40s infinite linear;
  }
}
@keyframes infinity-scroll-right-mb {
  from {
    translate: 0;
  }
  to {
    translate: -27% 0;
  }
}
@media screen and (min-width: 768px) {
  .slider__wrapper {
    padding-top: 64px;
    padding-bottom: 74px;
    animation: infinity-scroll-right 40s infinite linear;
  }
  .slider__slide {
    width: 500px;
    height: 500px;
  }
  .slider__medium {
    height: 308px;
    width: 372px;
  }
  .slider__small {
    height: 170px;
    width: 170px;
  }
}
@keyframes infinity-scroll-right {
  from {
    translate: 0;
  }
  to {
    translate: -53.4% 0;
  }
}
.tab {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 0 16px;
  /* タブコンテンツのスタイル */
}
.tab__content {
  width: 100%; /* コンテンツ幅を全体に */
}
.tab__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(46, 40, 40, 0.08);
}
.tab__item::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(40, 44, 46, 0.66);
  border-right: 2px solid rgba(40, 44, 46, 0.66);
  rotate: 45deg;
  top: 50%;
  right: 8px;
}
.tab__item:last-child {
  border-bottom: none;
}
.tab__chips, .tab__data {
  display: flex;
  gap: 8px;
  font-size: 0.875rem;
}
.tab__title {
  padding-right: 20px;
  font-size: 1rem;
}
.tab__data {
  color: rgba(40, 44, 46, 0.66);
}
.tab__PDF {
  display: flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
}
.tab__PDF span {
  white-space: nowrap;
}
.tab__img {
  width: 11px;
  height: 13px;
}

.item__subtitle {
  font-size: clamp(1rem, 0.954rem + 0.19vw, 1.125rem);
}
.item__subtitle--green {
  color: #0e8d6d;
}
.item__subtitle--blue {
  color: #2e7aad;
}
.item__subtitle--purple {
  color: #7f83d2;
}
.item__title {
  font-size: clamp(1.375rem, 1.096rem + 1.14vw, 2.125rem);
}
.item__title--solo {
  padding-left: 0px;
  margin-bottom: 24px;
}
.item__buttons {
  gap: 16px;
  justify-content: center;
}
.item__button {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.953125rem;
}
.item__button--pc {
  display: none !important;
}
.item__button--sp {
  align-self: center;
  margin-top: 8px;
  display: flex !important;
  flex-wrap: wrap;
}
.item__button--green {
  background-color: #6ca093;
  height: 35px;
  width: 134px;
  border-radius: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .item__button--green:hover {
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #6ca093;
  }
  .item__button--green:hover p {
    color: #6ca093;
  }
  .item__button--green:hover .item__img--green {
    filter: invert(57%) sepia(37%) saturate(284%) hue-rotate(115deg) brightness(95%) contrast(89%);
  }
}
@media (hover: none) and (pointer: coarse) {
  .item__button--green:active {
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #6ca093;
  }
  .item__button--green:active p {
    color: #6ca093;
  }
  .item__button--green:active .item__img--green {
    filter: invert(57%) sepia(37%) saturate(284%) hue-rotate(115deg) brightness(95%) contrast(89%);
  }
}
.item__button--blue {
  background-color: #5c99cc;
  height: 35px;
  width: 134px;
  border-radius: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .item__button--blue:hover {
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #5c99cc;
  }
  .item__button--blue:hover p {
    color: #5c99cc;
  }
  .item__button--blue:hover .item__img--blue {
    filter: invert(74%) sepia(17%) saturate(5083%) hue-rotate(179deg) brightness(85%) contrast(87%);
  }
}
@media (hover: none) and (pointer: coarse) {
  .item__button--blue:active {
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #5c99cc;
  }
  .item__button--blue:active p {
    color: #5c99cc;
  }
  .item__button--blue:active .item__img--blue {
    filter: invert(74%) sepia(17%) saturate(5083%) hue-rotate(179deg) brightness(85%) contrast(87%);
  }
}
.item__button--purple {
  background-color: #7f83d2;
  height: 35px;
  width: 134px;
  border-radius: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .item__button--purple:hover {
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #7f83d2;
  }
  .item__button--purple:hover p {
    color: #7f83d2;
  }
  .item__button--purple:hover .item__img--purple {
    filter: invert(51%) sepia(70%) saturate(300%) hue-rotate(199deg) brightness(91%) contrast(96%);
  }
}
@media (hover: none) and (pointer: coarse) {
  .item__button--purple:active {
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #7f83d2;
  }
  .item__button--purple:active p {
    color: #7f83d2;
  }
  .item__button--purple:active .item__img--purple {
    filter: invert(51%) sepia(70%) saturate(300%) hue-rotate(199deg) brightness(91%) contrast(96%);
  }
}
.item__button--white {
  background-color: #ffffff;
  height: 35px;
  width: fit-content;
  border-radius: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  padding: 16px;
  white-space: nowrap;
  border: 2px solid #d56193;
}
@media (hover: hover) and (pointer: fine) {
  .item__button--white:hover {
    opacity: 1;
    background-color: #d56193;
    border: 2px solid #d56193;
  }
  .item__button--white:hover p {
    color: #ffffff;
  }
  .item__button--white:hover .item__img--white {
    filter: sepia(5%) saturate(0%) hue-rotate(347deg) brightness(200%) contrast(106%);
  }
}
@media (hover: none) and (pointer: coarse) {
  .item__button--white:active {
    opacity: 1;
    background-color: #d56193;
    border: 2px solid #d56193;
  }
  .item__button--white:active p {
    color: #ffffff;
  }
  .item__button--white:active .item__img--white {
    filter: sepia(5%) saturate(0%) hue-rotate(347deg) brightness(200%) contrast(106%);
  }
}
.item__button--white-sp {
  background-color: #ffffff;
  height: 35px;
  width: 175px;
  border-radius: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  padding: 16px;
  border: 2px solid #d56193;
}
@media (hover: hover) and (pointer: fine) {
  .item__button--white-sp:hover {
    opacity: 1;
    background-color: #d56193;
    border: 2px solid #d56193;
  }
  .item__button--white-sp:hover p {
    color: #ffffff;
  }
  .item__button--white-sp:hover .item__img--white {
    filter: sepia(5%) saturate(0%) hue-rotate(347deg) brightness(200%) contrast(106%);
  }
}
@media (hover: none) and (pointer: coarse) {
  .item__button--white-sp:active {
    opacity: 1;
    background-color: #d56193;
    border: 2px solid #d56193;
  }
  .item__button--white-sp:active p {
    color: #ffffff;
  }
  .item__button--white-sp:active .item__img--white {
    filter: sepia(5%) saturate(0%) hue-rotate(347deg) brightness(200%) contrast(106%);
  }
}
.item__button--package {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.item__img {
  width: 18px;
  aspect-ratio: 1;
  margin-top: 4px;
}
.item__link--small {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .item__buttons {
    justify-content: flex-start;
  }
  .item__button--sp {
    display: none !important;
  }
  .item__button--pc {
    display: flex !important;
  }
  .item__title--solo {
    padding-left: 24px;
  }
  .item__link--small {
    font-size: 1rem;
  }
  .item__button--package {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .item__button--package {
    grid-template-columns: repeat(7, 1fr);
  }
}
.common-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common-map__title {
  align-self: start;
}
.common-map__title--wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.common-map__main-title {
  align-self: start;
}
.common-map__img {
  width: 100%;
}

/* Media Queries */
@media screen and (min-width: 390px) {
  .common-map__img {
    width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
  }
}
.type-list {
  display: flex;
  justify-content: center;
}
.type-list__mb {
  margin-bottom: 16px;
}
.type-list__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.type-list__top-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.type-list__button--margin {
  align-self: center;
  margin-top: 8px;
}
.type-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  place-items: center;
}
.type-list__center {
  translate: 0 0;
}
.type-list__button {
  width: 100%;
}
.type-list__button:hover {
  background-color: #fbdedc;
  opacity: 1;
}
.type-list__button:hover p {
  color: #d53f50;
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .type-list__font-small {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .type-list__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .type-list__top-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .type-list__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .type-list__button {
    width: 100%;
    flex: 1;
  }
  .type-list__center {
    translate: 50% 0;
  }
}
.service-ccs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 56px 0;
  align-self: center;
  background-color: #f9f6f2;
}
.service-ccs__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-ccs__button {
  flex: auto;
  align-self: center;
  width: 100%;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .service-ccs__button:hover {
    opacity: 1;
    background-color: #fbdedc;
  }
  .service-ccs__button:hover a {
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .service-ccs__button:active {
    opacity: 1;
    background-color: #fbdedc;
  }
  .service-ccs__button:active a {
    opacity: 1;
  }
}

@media screen and (min-width: 390px) {
  .service-ccs__button {
    width: 375px;
  }
}
@media screen and (min-width: 1024px) {
  .service-ccs__wrapper {
    flex-direction: row;
  }
  .service-ccs__button {
    flex: 1;
  }
}
.eyecatch--dark-green {
  background-color: #ecf9f5;
}

.eyecatch--background-purple {
  background-color: #f1f0fb;
}

.eyecatch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eyecatch__wrapper {
  padding: 56px 16px;
}
.eyecatch__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.eyecatch__headline {
  flex: 1;
  align-items: center;
}
.eyecatch__subtitle {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
}
.eyecatch__subtitle--marker {
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.063rem, 0.965rem + 0.4vw, 1.125rem);
  background: linear-gradient(transparent 70%, #ffe25b 70%);
  padding: 0 5px 2px 5px;
  color: #0a6b58;
}
.eyecatch__title {
  height: auto;
  width: clamp(1.375rem, -0.125rem + 2.34vw, 1.75rem);
  width: 100%;
}
.eyecatch__title p {
  text-align: center;
}
.eyecatch__title-koufuri h2 {
  font-size: clamp(1.375rem, 1.101rem + 1.12vw, 2rem);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0a136b;
}
.eyecatch__img {
  height: auto;
  width: 100%;
}
.eyecatch__text {
  line-height: 1.8;
}
.eyecatch__description {
  align-self: center;
}
.eyecatch__caption--letter-spacing {
  letter-spacing: -1px;
}
.eyecatch__caption--border-01 {
  background: url(./assets/img/img/img_c-chat-border-01.png) repeat-x 0 100%;
  width: fit-content;
  padding: 0 2px 5px 1px;
}
.eyecatch__caption--border-02 {
  background: url(./assets/img/img/img_c-chat-border-02.png) repeat-x 0 100%;
  width: fit-content;
  padding: 0 2px 5px 1px;
}
.eyecatch__caption--border-03 {
  background: url(./assets/img/img/img_c-chat-border-03.png) repeat-x 0 100%;
  width: fit-content;
  padding: 0 2px 5px 1px;
}
.eyecatch__caption--border-04 {
  background: url(./assets/img/img/img_c-chat-border-04.png) repeat-x 0 100%;
  width: fit-content;
  padding: 0 2px 5px 1px;
}
.eyecatch__caption--border-05 {
  background: url(./assets/img/img/img_c-chat-border-05.png) repeat-x 0 100%;
  width: fit-content;
  padding: 0 2px 5px 1px;
}
.eyecatch__heading {
  display: flex;
  gap: 8px;
  align-items: center;
}
.eyecatch__icon {
  width: 32px;
}

@media screen and (min-width: 390px) {
  .eyecatch__title {
    width: clamp(18.75rem, 14.293rem + 18.29vw, 30.75rem);
  }
  .eyecatch__wrapper {
    padding: 56px 0;
  }
  .eyecatch__img {
    height: auto;
    width: 350px;
  }
}
@media screen and (min-width: 640px) {
  .eyecatch__description {
    align-self: flex-start;
  }
  .eyecatch__headline {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .eyecatch__inner {
    flex-direction: row;
    gap: 50px;
  }
  .eyecatch__title-koufuri h2 {
    font-size: clamp(1.375rem, -1.125rem + 3.91vw, 2rem);
  }
}
.c-chat {
  display: flex;
  justify-content: center;
}
.c-chat__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: clamp(24.375rem, 11.143rem + 54.29vw, 60rem);
  padding: 56px 16px;
}
.c-chat__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-chat__column {
  display: inline-block;
  font-size: 1.125rem;
  padding-bottom: 8px;
  border-bottom: 2px dashed #0e8d6d;
  width: fit-content;
}
.c-chat__flex {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 42px;
  column-gap: 16px;
}
.c-chat__row {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-chat__card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  min-height: 223px;
  padding: 24px 32px;
  background-color: #f0f1f3;
  border-radius: 8px;
}
.c-chat__note {
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 1.8;
}
.c-chat__img {
  align-self: center;
}
.c-chat__img--rag {
  max-width: 600px;
}
.c-chat__br {
  display: block;
}
.c-chat__spacing {
  display: block;
  height: 32px;
}

@media screen and (min-width: 640px) {
  .c-chat__br {
    display: none;
  }
}
@media screen and (min-width: 985px) {
  .c-chat__flex {
    flex-direction: row;
  }
  .c-chat__row {
    flex-direction: row;
  }
}
.efficiency {
  display: flex;
  justify-content: center;
}
.efficiency__wrapper {
  padding: 54px 16px;
}
.efficiency__headline {
  position: absolute;
  top: -10%;
  right: 0;
  left: 0;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(91.88deg, rgba(79, 150, 131, 0.85) 0%, rgba(101, 30, 201, 0.85) 151.94%);
  border-radius: 30px;
  padding: 6px 24px;
}
.efficiency__headline p {
  color: #ffffff;
  font-size: clamp(1rem, 0.415rem + 2.4vw, 1.375rem);
}
.efficiency__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 48px;
  column-gap: 16px;
  margin-top: 32px;
}
.efficiency__card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  max-width: 100%;
  min-height: 223px;
  padding: 32px 16px;
  background-color: #f0f1f3;
  border-radius: 8px;
}
.efficiency__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.efficiency__img {
  width: 100px;
  flex-shrink: 0;
}
.efficiency__topic {
  color: #0a6b58;
  font-size: clamp(1rem, 0.805rem + 0.8vw, 1.125rem);
}

@media screen and (min-width: 390px) {
  .efficiency__wrapper {
    padding: 54px 0;
  }
  .efficiency__headline {
    width: 328px;
  }
  .efficiency__card {
    flex-direction: row;
  }
}
@media screen and (min-width: 945px) {
  .efficiency__cards {
    row-gap: 48px;
    grid-template-columns: repeat(2, 1fr);
  }
  .efficiency__card {
    max-width: 472px;
  }
}
.cost__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.cost__inner--white {
  position: relative;
  border-radius: 8px;
  padding: 100px 16px 40px;
  background-color: #ffffff;
  margin: 0 auto;
}
.cost__container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 24px;
}
.cost__container--row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.cost__description {
  line-height: 1.6;
}
.cost__description--20 {
  font-size: 1.25rem;
}
.cost__heading {
  font-size: clamp(1.375rem, 0.79rem + 2.4vw, 1.75rem);
}
.cost__heading--big {
  font-size: clamp(1.75rem, 1.36rem + 1.6vw, 2rem);
  font-weight: 700;
  color: #0e8d6d;
  width: fit-content;
  background: linear-gradient(transparent 70%, #ffe25b 70%);
  padding: 0 2px;
}
.cost__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 8px auto 40px;
  width: 100%;
}
.cost__decoration {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cost__decoration::before, .cost__decoration::after {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background: #0e8d6d;
}
.cost__decoration::before {
  margin-right: 1em;
  rotate: -20deg;
}
.cost__decoration::after {
  margin-left: 1em;
  rotate: 20deg;
}
.cost__decoration--br {
  display: block;
}
.cost__relative {
  position: relative;
}
.cost__attention {
  position: absolute;
  top: 0;
  right: 0;
  color: #555;
  font-size: 0.875rem;
}
.cost__img {
  flex-shrink: 0;
  width: 215px;
}
.cost__note {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.8;
}
.cost__text {
  text-align: center;
}
.cost__text span {
  color: #0e8d6d;
}
.cost__text--32 {
  font-size: 2rem;
}
.cost__text--24 {
  font-size: 1.5rem;
}
.cost__link {
  text-align: center;
}
.cost__link a {
  color: #d53f50;
  padding-bottom: 2px;
  border-bottom: 1px solid #d53f50;
}
.cost__memo {
  display: inline-block;
  font-size: 0.875rem;
  color: #555;
}
.cost__outer-button {
  width: 100%;
  height: 56px;
  border-radius: 40px;
  background: linear-gradient(91.88deg, #4f9683 0%, #651ec9 151.94%);
  position: relative;
}
.cost__inner-button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.cost__br {
  display: none;
}
.cost__br--xl {
  display: block;
}
.cost__margin-top {
  line-height: 2.5;
}
.cost ruby[data-ruby] rt {
  display: none;
}
.cost ruby[data-ruby] {
  position: relative;
  display: inline-block;
}
.cost ruby[data-ruby]::after {
  display: none;
  content: attr(data-ruby);
  position: absolute;
  transform: translate(-50%, -1.7em);
  left: 50%;
  bottom: -80%;
  white-space: nowrap;
  font-size: 44%;
  letter-spacing: 0;
  color: #555;
  font-size: 0.875rem;
}
.cost__five {
  font-size: 2.5rem;
}
.cost__ribon {
  width: fit-content;
  padding: 11px 22px 11px 32px;
  background: linear-gradient(91.88deg, rgba(79, 150, 131, 0.85) 0%, rgba(101, 30, 201, 0.85) 151.94%);
  position: absolute;
  top: 15px;
  right: -5px;
}
.cost__ribon:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: -1px;
  border-width: 36px 0px 36px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.cost__ribon--text {
  color: #ffffff;
  font-size: 1.125rem;
}
.cost__ribon--text-little {
  color: #ffffff;
  font-size: 0.875rem;
  margin-top: 4px;
}
.cost__ribon--text-little span {
  font-size: 0.75rem;
  color: #0e8d6d;
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
}

@media screen and (min-width: 1024px) {
  .cost__decoration::before, .cost__decoration::after {
    height: 18px;
  }
  .cost__decoration::before {
    margin-right: 0.5em;
    rotate: -20deg;
  }
  .cost__decoration::after {
    margin-left: 0.5em;
    rotate: 20deg;
  }
  .cost__decoration--br {
    display: none;
  }
  .cost__img {
    width: clamp(9.688rem, 0.457rem + 14.42vw, 13.438rem);
  }
  .cost__inner {
    flex-direction: row;
  }
  .cost__br {
    display: block;
  }
  .cost__container {
    margin-top: 0;
    gap: 32px;
  }
  .cost__container--row {
    flex-direction: row;
  }
  .cost__ribon {
    right: -15px;
  }
  .cost__br--xl {
    display: none;
  }
  .cost__memo {
    display: none;
  }
  .cost ruby[data-ruby]::after {
    display: block;
  }
}
@media screen and (min-width: 845px) {
  .cost__inner--white {
    padding: 40px 24px 40px 48px;
  }
  .cost__margin-top {
    line-height: 1;
  }
}
@media screen and (min-width: 440px) {
  .cost__outer-button {
    width: 375px;
  }
}
.introduction__wrapper {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.introduction__box {
  position: relative;
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 16px 20px;
  flex-direction: column;
}
.introduction__box:not(:last-child):after {
  position: absolute;
  bottom: -26px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 26px solid #ffffff;
  border-bottom: 0;
}
.introduction__img {
  width: 121px;
}
.introduction__note {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  max-width: 729px;
}
.introduction__topic {
  font-size: 1.125rem;
}
.introduction__button {
  align-self: center;
}

@media screen and (min-width: 1024px) {
  .introduction__box {
    padding: 32px 40px 30px 40px;
    gap: 30px;
    flex-direction: row;
  }
}
.process__boxes {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: center;
}
.process__box {
  padding: 16px;
  background-color: #f9f6f2;
  border-radius: 16px;
  position: relative;
}
.process__box:not(:last-child)::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 16px solid #f9f6f2;
  border-bottom: 0;
}
.process__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.process__title {
  color: #d53f50;
}
.process__text {
  font-size: 0.875rem;
}

.account {
  display: flex;
  justify-content: center;
  background-color: #f1f0fb;
}
.account__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: clamp(24.375rem, 11.143rem + 54.29vw, 60rem);
  padding: 56px 16px;
}
.account__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.account__note {
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 1.8;
}
.account__img {
  align-self: center;
}
.account__img--knowledge {
  width: 608px;
  height: 449px;
}
.account__img--risk {
  width: 700px;
  height: 259px;
}
.account__img--cost {
  width: 317px;
  height: 224px;
}
.account__text {
  line-height: 1.8;
}
.account__br {
  display: block;
}

@media screen and (min-width: 1024px) {
  .account__br {
    display: none;
  }
}
.merit {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.merit__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.merit__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: auto;
  padding: 24px;
  background-color: #f1f0fb;
  border-radius: 8px;
}
.merit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.merit__topic {
  font-size: 1.125rem;
  color: #0a136b;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.merit__img {
  width: 180px;
  height: 180px;
}

@media screen and (min-width: 1024px) {
  .merit__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .merit__card {
    max-width: 310px;
    height: 402px;
  }
}
.recruit {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  margin: 0 auto 80px;
}
.recruit__sticky {
  position: relative;
}
.recruit__tags {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 50%;
  translate: 50% 0;
  writing-mode: horizontal-tb;
  display: flex;
  gap: 8px;
  z-index: 4;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .recruit__tags {
    top: 270px;
    right: 0;
    translate: 0 0;
    width: 48px;
    writing-mode: vertical-rl;
  }
}
.recruit__img-position {
  object-position: right;
}
@media screen and (min-width: 390px) {
  .recruit__img-position {
    object-position: initial;
  }
}
.recruit__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 12px 24px 16px;
  border-radius: 16px 16px 0 0;
  line-height: 1.2;
  height: 50px;
  letter-spacing: 2.4px;
  width: 174px;
}
.recruit__tag--new-grad {
  background-color: #ffffff;
  border: 1px solid #dadbdb;
  color: #d53f50;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .recruit__tag--new-grad:hover {
    opacity: 1;
    background-color: #d53f50;
    color: #ffffff;
    border: 1px solid #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .recruit__tag--new-grad:active {
    opacity: 1;
    background-color: #d53f50;
    color: #ffffff;
    border: 1px solid #d53f50;
  }
}
.recruit__tag--mid-career {
  background-color: #d53f50;
  color: #ffffff;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .recruit__tag--mid-career:hover {
    opacity: 1;
    background-color: #ffffff;
    color: #d53f50;
    border: 1px solid #dadbdb;
  }
}
@media (hover: none) and (pointer: coarse) {
  .recruit__tag--mid-career:active {
    opacity: 1;
    background-color: #ffffff;
    color: #d53f50;
    border: 1px solid #dadbdb;
  }
}
@media screen and (min-width: 640px) {
  .recruit__tag {
    border-radius: 24px 0 0 24px;
    width: auto;
    height: 180px;
  }
}
.recruit__mv {
  width: auto;
}
@media screen and (min-width: 1024px) {
  .recruit__mv {
    width: 90vw;
  }
}
.recruit__headline {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .recruit__headline {
    justify-content: space-between;
    flex-direction: row;
    align-items: start;
  }
}
.recruit__subtitle {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.recruit__subtitle h3 > span {
  font-size: clamp(0.875rem, 0.736rem + 0.57vw, 1.25rem);
  background: linear-gradient(transparent 0%, #e2f9ff 0%);
  display: inline;
  padding: 4px 8px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.recruit__button {
  align-self: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .recruit__button:hover {
    opacity: 1;
    background-color: #fbdedc;
  }
}
@media (hover: none) and (pointer: coarse) {
  .recruit__button:active {
    opacity: 1;
    background-color: #fbdedc;
  }
}
.recruit__bk {
  padding: 56px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
  background-color: #f9f6f2;
  width: 100vw;
}
@media screen and (min-width: 390px) {
  .recruit__bk {
    padding: 56px 0;
  }
}
.recruit__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .recruit__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .recruit__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.recruit__card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 20px;
  overflow: hidden;
}
.recruit__card--nogap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 8px 20px;
}
@media screen and (min-width: 768px) {
  .recruit__card--nogap {
    width: 309px;
    height: 220px;
  }
}
@media screen and (min-width: 768px) {
  .recruit__card {
    padding: 8px 20px;
    width: 309px;
    height: 220px;
  }
}
.recruit__card-inner {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  height: 130px;
}
.recruit__circle {
  height: 161px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit__topic {
  color: #d53f50;
}
.recruit__topic span {
  padding: 4px 8px;
  border-bottom: 1px solid #d53f50;
}
.recruit__black {
  color: inherit !important;
  font-size: clamp(0.875rem, 0.68rem + 0.8vw, 1rem) !important;
  margin-left: 6px !important;
}
.recruit__data-icon {
  width: fit-content;
}
.recruit__icon--relative {
  position: relative;
}
.recruit__icon--absolute {
  position: absolute;
  right: 21.068px;
  top: 34px;
}
.recruit__icon--up {
  position: absolute;
  top: -90px;
  width: 78px;
}
.recruit__icon--down {
  position: absolute;
  top: -30px;
  right: 0;
  width: 78px;
}
.recruit__item--column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.recruit__item--gap4 {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.recruit__item--gap20 {
  display: flex;
  gap: 20px;
}
.recruit__width {
  width: 137px;
}
.recruit__countup--1digit, .recruit__countup--2digits, .recruit__countup--3digits, .recruit__countup--3digits-big, .recruit__countup--4digits {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.75rem;
  color: #d53f50;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
  display: inline-block;
  text-align: center;
}
.recruit__countup--little {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.375rem;
  color: #d53f50;
  align-self: center;
}
.recruit__countup--1digit {
  min-width: 1ch;
}
.recruit__countup--2digits {
  min-width: 2ch;
}
.recruit__countup--3digits {
  font-size: 2.375rem;
  min-width: 3ch;
}
.recruit__countup--3digits-big {
  min-width: 3ch;
}
.recruit__countup--4digits {
  min-width: 4ch;
}
.recruit__holiday {
  position: absolute;
  top: 20%;
}
.recruit__decimal-part {
  font-size: 2rem;
}
.recruit__chiba-pref {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .recruit__chiba-pref {
    margin-bottom: 20px;
  }
}
.recruit__mappin {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 17.715px;
  height: 17.715px;
  background: #d53f50;
  border: 1.5px solid #d53f50;
  border-radius: 40% 60% 0% 100%/40% 100% 0% 60%;
  box-sizing: content-box;
  rotate: 45deg;
}
.recruit__mappin::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 18%;
  width: 10px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.recruit__mappin--01 {
  position: absolute;
  top: -64px;
  left: clamp(10.625rem, 3.532rem + 29.1vw, 17.5rem);
  animation: movePin01 2s forwards paused;
}
@media screen and (min-width: 768px) {
  .recruit__mappin--01 {
    left: 150px;
    animation: movePin01 2s forwards paused;
  }
}
.recruit__mappin--02 {
  position: absolute;
  top: -24px;
  left: clamp(10.938rem, 3.844rem + 29.1vw, 17.813rem);
  animation: movePin02 2s forwards paused;
}
@media screen and (min-width: 768px) {
  .recruit__mappin--02 {
    left: 155px;
    animation: movePin02 2s forwards paused;
  }
}
.recruit__mappin--03 {
  position: absolute;
  top: -24px;
  left: clamp(11.875rem, 4.782rem + 29.1vw, 18.75rem);
  animation: movePin03 2s forwards paused;
}
@media screen and (min-width: 768px) {
  .recruit__mappin--03 {
    left: 170px;
    animation: movePin03 2s forwards paused;
  }
}
.recruit__mappin.is-animated {
  animation-play-state: running;
}
@keyframes moveUpAndDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.recruit__animated-paths--01.is-animated {
  animation: moveUpAndDown 0.5s ease forwards;
}
.recruit__animated-paths--02.is-animated {
  animation: moveUpAndDown 0.5s ease forwards;
  animation-delay: 0.5s;
}
.recruit__animated-paths--03.is-animated {
  animation: moveUpAndDown 0.5s ease forwards;
  animation-delay: 1s;
}
.recruit__links {
  display: grid;
  row-gap: 16px;
  grid-template-columns: repeat(2, 2fr);
}
@media screen and (min-width: 640px) {
  .recruit__links {
    grid-template-columns: repeat(3, 3fr);
  }
}
@media screen and (min-width: 1440px) {
  .recruit__links {
    grid-template-columns: repeat(5, 5fr);
  }
}
.recruit__link {
  scroll-margin-top: 96px;
}
.recruit__background {
  width: 150px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .recruit__background {
    width: 200px;
    bottom: -80px;
    right: -130px;
  }
}
.recruit__minus-margin {
  margin-left: -10px;
}
.recruit__br {
  display: inline-block !important;
}
@media screen and (min-width: 440px) and (max-width: 768px) {
  .recruit__br {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .recruit__br {
    display: none !important;
  }
}
.recruit__hidden {
  display: none !important;
}
@media screen and (min-width: 440px) and (max-width: 768px) {
  .recruit__hidden {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .recruit__hidden {
    display: inline-block !important;
  }
}

@keyframes movePin01 {
  from {
    top: -24px;
  }
  to {
    top: 64px;
  }
}
@keyframes movePin02 {
  from {
    top: -24px;
  }
  to {
    top: 68px;
  }
}
@keyframes movePin03 {
  from {
    top: -24px;
  }
  to {
    top: 80px;
  }
}
@media screen and (min-width: 390px) {
  .recruit {
    width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
  }
}
@media screen and (min-width: 640px) {
  .recruit {
    margin: 56px auto 80px;
    gap: 80px;
  }
  .recruit__subtitle {
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .recruit__subtitle {
    gap: 32px;
  }
}
.HRinterview__headline {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.HRinterview__subtitle {
  font-weight: 500;
}
.HRinterview__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.HRinterview__wrapper--reverse {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
.HRinterview__note {
  background-color: #f9f6f2;
  border-radius: 0 12px 12px 12px;
  padding: 8px 16px;
}
.HRinterview__note p {
  font-weight: 500;
  line-height: 1.8;
}
.HRinterview__note-reverse {
  background-color: #f9f6f2;
  border-radius: 12px 0 12px 12px;
  padding: 8px 16px;
}
.HRinterview__note-reverse p {
  font-weight: 500;
  line-height: 1.8;
}
.HRinterview__portrait {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.HRinterview__img {
  width: 100%;
  border-radius: 12px;
}
.HRinterview__img img {
  border-radius: 12px;
}
.HRinterview__description {
  padding: 16px;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  flex-direction: row;
}
.HRinterview__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.HRinterview__question {
  padding: 8px 16px;
  background-color: #d53f50;
  border-radius: 12px 0 12px 12px;
  color: #ffffff;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .HRinterview__portrait {
    position: sticky;
    top: 80px;
  }
  .HRinterview__wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
  .HRinterview__wrapper--reverse {
    flex-direction: row;
    align-items: flex-start;
  }
  .HRinterview__img {
    width: 310px;
    height: 310px;
  }
}
.HRinterview__wrapper,
.HRinterview__wrapper--reverse {
  scroll-margin-top: 96px;
}

.clearText {
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .HRinterview__description {
    flex-direction: column;
  }
}
.company-overview {
  padding-bottom: 80px;
}
.company-overview__links {
  display: flex;
  gap: 48px;
}
.company-overview__img {
  align-self: center;
}
.company-overview__inner {
  background-color: #f9f6f2;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
}
.company-overview__company {
  display: inline-block;
  width: fit-content;
  padding: 0 8px;
  border-bottom: 3px solid #d53f50;
  font-size: 1.125rem;
}
.company-overview__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.company-overview__flex--reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.company-overview__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: center;
}
.company-overview__description p {
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
.company-overview__description--w514 p {
  width: auto;
}
.company-overview__access {
  font-weight: 700 !important;
  margin-top: 16px;
}
.company-overview__map {
  flex-shrink: 0;
  width: 100%;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 10%;
  overflow: hidden;
}
.company-overview__map img {
  border-radius: 10px;
}
.company-overview__map iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 360px);
  margin-top: -170px;
}
.company-overview__map--w382 {
  width: auto;
}
.company-overview__map-image {
  flex-shrink: 0;
  width: 100%;
  border-radius: 10px;
}
.company-overview__map-image img {
  border-radius: 10px;
}
.company-overview__map-image iframe {
  border-radius: 10px;
}
.company-overview__map-image--w382 {
  width: auto;
}
.company-overview__disc {
  color: #d53f50;
}
.company-overview__br {
  display: block;
}

@media screen and (min-width: 390px) {
  .company-overview__map {
    width: clamp(19.25rem, 17.536rem + 7.31vw, 26.313rem);
    height: clamp(12rem, 10.923rem + 4.6vw, 16.438rem);
  }
  .company-overview__map-image {
    width: clamp(19.25rem, 17.536rem + 7.31vw, 26.313rem);
    height: clamp(12rem, 10.923rem + 4.6vw, 16.438rem);
  }
  .company-overview__br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .company-overview__links {
    margin-bottom: 56px;
  }
  .company-overview__flex {
    flex-direction: row;
  }
  .company-overview__flex--reverse {
    flex-direction: row;
  }
  .company-overview__map--w382 {
    width: 382px;
  }
  .company-overview__description {
    gap: 32px;
  }
  .company-overview__access {
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .company-overview__description--w514 p {
    width: 514px;
  }
}
#company-overview,
#organization-chart,
#officer-introduction,
#history {
  scroll-margin-top: 96px;
}

.dx__links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dx__links--01, .dx__links--02 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dx__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.dx__logo {
  max-width: 250px;
}
.dx__note {
  font-weight: 500;
}
.dx__note p {
  margin-bottom: 32px;
}
.dx__bk-img {
  background-image: url(./assets/img/img/img_dx_top-message.jpg);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 16px;
}
.dx__top-message {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  width: clamp(22.375rem, 8.4rem + 57.33vw, 60rem);
  background-color: #ffffff;
}
.dx__president {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.dx__technology-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.dx__img--arrow {
  width: clamp(9.375rem, 4.539rem + 19.84vw, 14.063rem);
  max-width: 225px;
}
.dx__img--arrow-revirce {
  width: clamp(9.375rem, 4.539rem + 19.84vw, 14.063rem);
  max-width: 225px;
  scale: 0, -1;
}
.dx__img--01 {
  width: clamp(14.625rem, 6.887rem + 31.75vw, 22.125rem);
  max-width: 354px;
}
.dx__img--02 {
  max-width: 422px;
}
.dx__heading {
  font-size: 1.125rem;
}
.dx__imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (min-width: 390px) {
  .dx__bk-img {
    background-image: url(./assets/img/img/img_dx_top-message.jpg);
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 16px;
  }
}
@media screen and (min-width: 640px) {
  .dx__president {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .dx__flex {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .dx__links--01, .dx__links--02 {
    flex-direction: row;
    gap: 48px;
  }
}
#notice,
#policy,
#top-message,
#dx-promotion,
#technology-map,
#service-examples,
#promotion-system,
#usage-environment,
#HRD {
  scroll-margin-top: 96px;
}

.certification__links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.certification__links--01, .certification__links--02 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.certification__br {
  display: block;
}
.certification__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.certification__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.certification__logo {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certification__logo--privacy {
  width: 126px;
}
.certification__logo--elboshi {
  width: 150px;
}
.certification__logo--AWS {
  width: 117px;
}
.certification__note {
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 8px;
}
.certification__note p {
  margin-bottom: 32px;
}
.certification__text12 {
  font-weight: 500;
  font-size: 0.75rem;
}
.certification__heading {
  font-size: 1.125rem;
}

@media screen and (min-width: 640px) {
  .certification__br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .certification__flex {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .certification__links--01,
  .certification__links--02 {
    flex-direction: row;
    gap: 48px;
  }
}
#ISMS,
#privacy,
#erubosi,
#AWS,
#dx-nintei {
  scroll-margin-top: 96px;
}

.job-description__headline {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.job-description__svg {
  color: #ffffff;
}
.job-description__subtitle {
  font-weight: 500;
}
.job-description__info {
  font-size: 1.125rem;
}
.job-description__button {
  align-self: center;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .job-description__button:hover {
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #d53f50;
  }
  .job-description__button:hover p {
    color: #d53f50;
  }
  .job-description__button:hover .job-description__svg {
    color: #d53f50;
  }
}
@media (hover: none) and (pointer: coarse) {
  .job-description__button:active {
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #d53f50;
  }
  .job-description__button:active p {
    color: #d53f50;
  }
  .job-description__button:active .job-description__svg {
    color: #d53f50;
  }
}
.job-description__logo {
  align-self: center;
  width: 270px;
}
.job-description__text {
  font-weight: 500;
}
.job-description__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #dadbdb;
}
@media (hover: hover) and (pointer: fine) {
  .job-description__box:hover {
    color: #d53f50;
    opacity: 1;
  }
  .job-description__box:hover .job-description__icon {
    opacity: 1;
    filter: invert(33%) sepia(12%) saturate(6210%) hue-rotate(318deg) brightness(100%) contrast(97%);
  }
}
@media (hover: none) and (pointer: coarse) {
  .job-description__box:active {
    color: #d53f50;
    opacity: 1;
  }
  .job-description__box:active .job-description__icon {
    opacity: 1;
    filter: invert(33%) sepia(12%) saturate(6210%) hue-rotate(318deg) brightness(100%) contrast(97%);
  }
}
.job-description__flex {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.job-description__text {
  max-width: 872px;
}
.job-description__icon {
  width: 13px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.job-description__message {
  width: 100%;
  background-color: #f3f3f3;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #dadbdb;
}

#new,
#career {
  scroll-margin-top: 96px;
}

.page-404 {
  align-items: flex-start;
  gap: 32px;
}
.page-404 p {
  font-weight: 500;
}
.page-404__button {
  align-self: center;
  transition: all 0.3s ease;
  border: 1px solid #d9d9d9;
}/*# sourceMappingURL=style.css.map */