@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --body-color: #fff;
  --font-color: #333;
  --link-color: #0000ff;
  --primary-color: #0000ff;
  --secondary-color: #0000ff;
  --blue-color: #00b7ee;
  --green-color: #32b16c;
  --orange-color: #ff9a00;
  --pink-color: #ea68a2;
  --font-family:"Noto Sans JP", sans-serif;
  --base-fontsize: 1.6rem;
  --base-fontsize--sp: 1.2rem;
  --base-fontweight: 400;
  --container-width: 1180px;
  --container-narrow-width: 980px;
  --header-height: 80px;
  --header-height--sp: 60px;
  --border-color: #cfcfcf;
}

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

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

html {
  box-sizing: border-box;
}

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

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

img,
iframe {
  vertical-align: bottom;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: var(--font-family);
  font-size: var(--base-fontsize);
  margin: 0;
  padding: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: var(--base-fontsize);
  margin: 0;
  padding: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: var(--base-fontsize);
  margin: 0;
  padding: 0;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.pc-inline-block {
  display: inline-block;
}

.pc-table {
  display: table;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

.sp-inline-block {
  display: none;
}

.sp-table {
  display: none;
}

html {
  color: var(--font-color);
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 50px);
}

body {
  background-color: var(--body-color);
  color: var(--font-color);
  font-family: var(--font-family);
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-size: var(--base-fontsize);
  font-weight: var(--base-fontweight);
  line-break: strict;
  line-height: 1.875;
  overflow-wrap: anywhere;
  position: relative;
  width: 100%;
  word-break: normal;
}

a,
button {
  color: var(--link-color);
  transition: opacity 0.2s ease-in-out;
}
.text_link {
    margin: 0 auto;
}
.text_link a{
    text-decoration: none;
    color: #C71628;
}
iframe {
  vertical-align: bottom;
}

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.header {
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  align-items: center;
  display: flex;
  height: var(--header-height);
  justify-content: space-between;
  padding-inline: 50px;
}
.header__title-area {
  display: flex;
}
.header__title-area h1 {
  width: 231px;
}
.header__title-area p {
  margin-left: 14px;
  transform: translate(0, -4px);
  width: 118px;
}
.header__nav-list {
  align-items: center;
  display: flex;
}
.header__nav-list li {
  font-size: 2rem;
  margin-left: 2em;
}
.header__nav-list li:first-child {
  margin-left: 0;
}
.header__nav-list a {
  color: #333;
  text-decoration: none;
}
.header__btn-entry {
  margin-left: 2.5em !important;
}
.header__btn-entry a {
  color: #fff;
}

.burger-btn {
  align-items: center;
  border-left: 0;
  border-right: 0;
  display: none;
  height: 37px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  text-align: right;
  width: 37px;
  z-index: 4000;
}

.menu-trigger,
.menu-trigger span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s;
}

.menu-trigger {
  display: block;
  height: 13px;
  position: relative;
  width: 22px;
}

.menu-trigger span {
  background-color: #000;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 6px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  width: 15px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(5.5px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  animation: active-menu-bar02 0.8s forwards;
  left: 50%;
  opacity: 0;
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-6.5px) rotate(45deg);
  width: 100%;
}

.section-work__inner, .section-coworker__inner, .section-know__inner, .heading-1-ttl, .footer__inner, .inner {
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(var(--container-width) + 60px);
}

.main {
  overflow: hidden;
  padding-bottom: 200px;
  position: relative;
  z-index: 10;
}

.narrow-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(var(--container-narrow-width) + 60px);
}

.footer {
  background-color: #f4f4f4;
}
.footer a {
  color: #333;
  text-decoration: none;
}
.footer__inner {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-block: 140px 130px;
}
.footer__inner dl dt {
  font-size: 2rem;
  margin-bottom: 0.4em;
}
.footer__inner dl dd li {
  margin-bottom: 0.6em;
}
.footer__inner dl:nth-child(1) dt {
  color: var(--blue-color);
}
.footer__inner dl:nth-child(2) dt {
  color: var(--green-color);
}
.footer__inner dl:nth-child(3) dt {
  color: var(--orange-color);
}
.footer__copyright {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 100px;
  text-align: center;
}

.page-contact .g-recaptcha {
  margin-bottom: 40px;
}

.page-contact .g-recaptcha > div {
  margin-inline: auto;
}

.page-contact .form-submit[disabled=disabled] {
  background-image: linear-gradient(110deg, #bbb 25%, #bbb 50%, #bbb 75%);
  color: #eee;
  cursor: default;
}

.page-contact .form-back {
  background-image: linear-gradient(110deg, #bbb 25%, #bbb 50%, #bbb 75%);
  color: #fff;
}

.page-contact .form-nav {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.form .error {
  color: red;
  margin-left: 1em;
}
.form dl {
  margin-bottom: 3em;
}
.form dl dt {
  align-items: center;
  display: flex;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.form dl dt span {
  border: 1px solid #d62517;
  border-radius: 3px;
  color: #d62517;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 0.5em;
  padding: 0 0.2em;
}
.form .flex {
  align-items: center;
  display: flex;
  margin-bottom: 1.3em;
}
.form .flex.flex-wrap > p a {
  background-color: #f1f1f1;
  border-radius: 100vw;
  color: #333;
  margin-left: 2em;
  padding: 0.5em 1.5em;
  position: relative;
  text-decoration: none;
}
.form .flex.flex-wrap > p a:before {
  background-color: #333;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
}
.form .flex .century {
  margin-right: 0.5em;
}
.form .flex .year {
  margin-inline: 0.5em 2em;
}
.form .flex .month {
  margin-inline: 0.5em 2em;
}
.form .flex .day {
  margin-inline: 0.5em;
}
.form .caution {
  font-size: 1.4rem;
}
.form .zipcode .zipcodes {
  max-width: 265px;
}
.form .zipcode p {
  margin-right: 0.5em;
}
.form .zipcode .inputs {
  padding-left: 22px;
}
input[type=text],
input[type=email],
input[type=password] {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  font-size: 2rem;
  height: 70px;
  outline: none;
  padding: 1em;
  transition: box-shadow 0.3s ease-in-out;
  width: 100%;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
input[type=text].small,
input[type=email].small,
input[type=password].small {
  max-width: 95px;
}
input[type=text].middle,
input[type=email].middle,
input[type=password].middle {
  max-width: 525px;
}
input[type=text].full,
input[type=email].full,
input[type=password].full {
  max-width: 100%;
}

textarea {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  font-size: 2rem;
  height: 250px;
  outline: none;
  transition: box-shadow 0.3s ease-in-out;
  width: 100%;
}
textarea:focus-visible {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

input[type=file] {
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: #999;
  cursor: pointer;
  min-width: 525px;
  padding-right: 0.5rem;
}

::-webkit-file-upload-button {
  background-color: #f1f1f1;
  border: none;
  border-right: 0;
  color: rgb(31, 41, 55);
  cursor: pointer;
  margin-right: 1rem;
  padding: 2em;
  padding: 1em;
}

::file-selector-button,
::-webkit-file-upload-button {
  background-color: #f1f1f1;
  border: none;
  border-right: 0;
  color: rgb(31, 41, 55);
  cursor: pointer;
  margin-right: 1rem;
  padding: 2em;
  padding: 1em;
}

.form-select {
  height: 70px;
  max-width: 190px;
  position: relative;
  width: 100%;
}
.form-select select {
  background-color: #f1f1f1;
  border-radius: 6px;
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  height: 70px;
  padding: 11px 30px 11px 20px;
  width: 100%;
}

.form-checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
.form-checkbox input[type=checkbox] {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form-checkbox input[type=checkbox]:checked + span.form-checkbox-parts {
  display: grid;
  place-items: center;
}
.form-checkbox input[type=checkbox]:checked + span.form-checkbox-parts:after {
  border-bottom: 2px solid #d62517;
  border-left: 2px solid #d62517;
  content: "";
  display: block;
  height: 5px;
  transform: rotate(-45deg);
  width: 10px;
}
.form-checkbox input[type=checkbox]:focus + span.form-checkbox-parts {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.form-checkbox-parts {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}
.form-checkbox-label {
  padding-left: 0.5em;
}

.form-radio {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-left: 3.5em;
}
.form-radio:first-child {
  margin-left: 0;
}
.form-radio input[type=radio] {
  border-width: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form-radio input[type=radio]:checked + span.form-radio-parts {
  display: grid;
  place-items: center;
}
.form-radio input[type=radio]:checked + span.form-radio-parts:after {
  background-color: #d62517;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}
.form-radio input[type=radio]:focus + span.form-radio-parts {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.form-radio-parts {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 100%;
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
}
.form-radio-label {
  margin-left: 0.5em;
}

.form-file::-webkit-file-upload-button {
  background: red;
  border: 0;
  border-radius: 10em;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
}

.form-file::file-selector-button {
  background: red;
  border: 0;
  border-radius: 10em;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
}

.btn-submit, .btn-entry, .btn-primary span, .btn-secondary span, .btn-primary, .btn-secondary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.btn-primary, .btn-secondary {
  background-color: #fff;
  border-radius: 100vw;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.btn-primary span, .btn-secondary span {
  background-image: url(../img/common/ico-bullet-1.webp);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  min-width: 200px;
  padding: 18px 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.btn-primary span:before, .btn-secondary span:before {
  background: linear-gradient(110deg, rgb(0, 183, 238) 0%, rgb(128, 194, 105) 50%, rgb(248, 181, 81) 100%) border-box border-box;
  border: 2px solid transparent;
  border-radius: 50px;
  bottom: 0;
  content: "";
  left: 0;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-secondary span:before {
  display: none;
}
.btn-submit, .btn-entry {
  background-image: linear-gradient(110deg, #00b7ee 25%, #32b16c 50%, #f8b551 75%);
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  min-width: 300px;
  padding: 1.4em 1em;
  text-align: center;
  text-decoration: none;
}
.btn-entry {
  background-image: linear-gradient(110deg, #00b7ee 10%, #32b16c 50%, #f8b551 90%);
  border-radius: 100vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  min-width: 150px;
  padding: 0.95em 1em;
}

.ico-bullet {
  position: relative;
}
.ico-bullet:before {
  background-color: blue;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  width: 6px;
}

.page-hero {
  margin-bottom: 100px;
  padding-top: 200px;
  position: relative;
}
.page-hero .square3 {
  background-color: #fff;
  background-image: radial-gradient(#ffe1b4 20%, transparent 20%), radial-gradient(#ffe1b4 20%, transparent 20%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  height: 350px;
  left: 700px;
  top: 0;
  width: 650px;
}
.page-hero .heading-1-area {
  margin-bottom: 45px;
}
.page-hero .heading-1-area:before {
  background: linear-gradient(90deg, #ddf2fc 0%, #e0f1e7 100%);
  -webkit-background-clip: text;
  content: attr(data-subtitle);
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 10rem;
  font-style: normal;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  -webkit-text-fill-color: transparent;
}
.page-hero .heading-1-area.green:before {
  background: linear-gradient(90deg, #e0f1e7 0%, #fdf1e3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-hero .heading-1-area.job-description:before {
  background: linear-gradient(90deg, #99e2f8 30%, #99e0ce 50%, #fce1b9 70%);
  -webkit-background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0.7em;
  -webkit-text-fill-color: transparent;
}
.page-hero .heading-1-area.pink:before {
  background: linear-gradient(90deg, #ffebcc 0%, #fbe1ec 100%);
  -webkit-background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
}
.page-hero .heading-1-area .heading-1-ttl {
  margin-top: -3em;
  padding-inline: 0;
}

.pager {
  margin-top: 44px;
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.pager ul li a,
.pager ul li span {
  align-items: center;
  background-color: #fff;
  border: 1px solid #033f88;
  border-radius: 100%;
  color: #033f88;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height: 37px;
  justify-content: center;
  text-decoration: none;
  width: 37px;
}
.pager ul li a:hover,
.pager ul li span:hover {
  background-color: #033f88;
  color: #fff;
  opacity: 1;
}

.heading-1-ttl span {
  background: linear-gradient(90deg, #00b7ee 0%, #32b16c 100%);
  -webkit-background-clip: text;
  color: #30353c;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  font-weight: 400;
  line-height: 1;
  -webkit-text-fill-color: transparent;
}
.heading-1-ttl i {
  display: inline-block;
  font-size: 8rem;
  font-style: normal;
}
.heading-1-ttl.green span {
  background: linear-gradient(90deg, #32b16c 0%, #f7b551 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading-1-ttl.pink span {
  background: linear-gradient(90deg, #ff9a00 0%, #ea68a2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading-1-ttl.job-description span {
  background: linear-gradient(90deg, #00b7ee 20%, #42b168 50%, #f7b551 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-2 {
  align-items: center;
  background-image: linear-gradient(70deg, #f7fbef 40%, #e5f8fd 60%);
  color: var(--blue-color);
  display: flex;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.8em 1em;
}
.heading-2 span {
  border-right: 1px solid var(--blue-color);
  margin-right: 0.8em;
  padding-right: 0.8em;
}
.heading-2:after {
  content: attr(data-subtitle);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  transform: translate(0, 2px);
}
.heading-2.pink {
  background-image: linear-gradient(70deg, #ffebcc 40%, #fbe1ec 60%);
  color: var(--pink-color);
}
.heading-2.pink span {
  border-color: var(--pink-color);
}
.heading-2.green {
  background-image: linear-gradient(70deg, #d6efe2 40%, #fdf0dc 60%);
  color: var(--font-color);
}
.heading-2.green span {
  border-color: var(--font-color);
}
.heading-2.jobdesc {
  background-image: linear-gradient(70deg, #e5f8fd 40%, #fff5e5 60%);
  color: var(--font-color);
  justify-content: center;
  text-align: center;
}
.heading-2.jobdesc span {
  border-color: var(--font-color);
  text-align: center;
}
.heading-2.coworker {
  background-image: linear-gradient(70deg, #d6efe2 40%, #fdf0dc 60%);
  color: var(--font-color);
  justify-content: flex-start;
  text-align: left;
}
.heading-2.coworker span {
  border-color: var(--font-color);
  text-align: center;
}

.heading-3 {
  color: var(--green-color);
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-4 {
  -o-border-image: linear-gradient(to top, #00b7ee, #b3d465) 1;
     border-image: linear-gradient(to top, #00b7ee, #b3d465) 1;
  border-left: 5px solid;
  color: #333;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.7em;
}
.heading-4 span {
  display: block;
  transform: translate(0, -2px);
}

.heading-5 {
  color: var(--orange-color);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.heading-5:after {
  color: #333;
  content: attr(data-subtitle);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.8em;
}

.tab-nav {
  color: #333;
  display: flex;
  gap: 30px;
}
.tab-nav li {
  cursor: pointer;
}
.tab-nav li.on {
  color: DeepSkyBlue;
}
.tab-wrap {
  background: White;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 20px;
}
.tab-content {
  color: #333;
  height: 0;
  opacity: 0;
  padding: 0 0;
  pointer-events: none;
  transform: translateX(-50px);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  width: 100%;
}
.tab-content.on {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(50px);
  transform: translateX(0);
}
.tab-content.on ~ .tab-content {
  transform: translateX(50px);
}

.js-accordion-content {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.data-box {
  display: grid;
  gap: 58px 42px;
  grid-template-columns: 1fr 1fr 1fr;
}
.data-box-item {
  background-image: linear-gradient(-70deg, #f7fbef 40%, #e5f8fd 60%);
  border-radius: 10px;
  text-align: center;
}
.data-box-item div {
  aspect-ratio: 1/1;
  margin-inline: auto;
  width: 166px;
}
.data-box-item figcaption {
  background-image: linear-gradient(110deg, #7fdbf6 20%, #d9e9b2 80%);
  display: inline-block;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 0.8em;
  padding-inline: 0.5em;
  transform: translate(0, -50%);
}
.data-box-item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.data-box-item p {
  color: var(--blue-color);
  font-size: 3rem;
  padding-block: 0.6em 0.5em;
}
.data-box-item p span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.work-lists {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
.work-lists .work-item a {
  color: #333;
  display: block;
  font-size: 1.4rem;
  line-height: 1.7;
  text-decoration: none;
}
.work-lists .work-item a figure {
  aspect-ratio: 720/750;
  width: 100%;
}
.work-lists .work-item a figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.work-lists .work-item a dt {
  color: var(--orange-color);
  font-size: 2rem;
  font-weight: 400;
  padding-block: 0.6em 0.5em;
}

.js-scroll {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.1, 0.55, 0.7, 0.96);
}
.js-scroll.js-scroll-left {
  transform: translate(30px, 0);
}
.js-scroll.js-scroll-right {
  transform: translate(-30px, 0);
}
.js-scroll.js-scroll-bottom {
  transform: translate(0, 30px);
}
.js-scroll.on {
  opacity: 1;
  transform: translate(0, 0px);
}

.shape1 {
  animation: shape1 10s infinite;
  background: -webkit-linear-gradient(0deg, rgba(255, 70, 120, 0.2) 0%, rgba(255, 240, 75, 0.2) 100%);
  content: "";
  display: inline-block;
  height: 425px;
  left: -400px;
  position: absolute;
  top: 625px;
  width: 1370px;
  z-index: 1;
}

.shape2 {
  animation: shape2 15s infinite;
  background: -webkit-linear-gradient(90deg, rgba(255, 240, 75, 0.2) 0%, rgba(255, 70, 120, 0.2) 100%);
  bottom: 1250px;
  content: "";
  display: inline-block;
  height: 585px;
  position: absolute;
  right: -460px;
  width: 1270px;
  z-index: 1;
}

.shape3 {
  animation: shape3-pc 10s linear infinite;
  background: -webkit-linear-gradient(180deg, rgba(255, 240, 75, 0.2) 0%, rgba(255, 70, 120, 0.2) 100%);
  content: "";
  display: inline-block;
  height: 380px;
  position: absolute;
  right: -300px;
  top: -110px;
  width: 440px;
  z-index: 1;
}

.shape4 {
  animation: shape4 15s linear infinite;
  background-image: url(../images/top/project-bg02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 450px;
  position: absolute;
  right: -220px;
  top: 30px;
  width: 200px;
  z-index: 0;
}

.shape5 {
  animation: shape5 15s infinite;
  background: -webkit-linear-gradient(90deg, rgba(255, 240, 75, 0.2) 0%, rgba(255, 70, 120, 0.2) 100%);
  bottom: 80px;
  -webkit-clip-path: polygon(25% 0%, 0% 50%, 100% 70%);
          clip-path: polygon(25% 0%, 0% 50%, 100% 70%);
  content: "";
  display: inline-block;
  height: 253px;
  left: -320px;
  position: absolute;
  width: 304px;
  z-index: -1;
}

.shape6 {
  animation: shape5 15s infinite;
  background: -webkit-linear-gradient(90deg, rgba(255, 240, 75, 0.2) 0%, rgba(255, 70, 120, 0.2) 100%);
  bottom: 80px;
  -webkit-clip-path: polygon(25% 0%, 0% 50%, 100% 70%);
          clip-path: polygon(25% 0%, 0% 50%, 100% 70%);
  content: "";
  display: inline-block;
  height: 253px;
  left: -320px;
  position: absolute;
  width: 304px;
  z-index: -1;
}

.shape11 {
  animation: shape11 10s infinite;
  background-image: url(../img/common/object/obj-circle.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 200px;
  position: absolute;
  width: 200px;
}

.shape12 {
  animation: shape11 25s infinite;
  background-image: url(../img/common/object/obj-stripe-square.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 500px;
  position: absolute;
  width: 500px;
  z-index: -1;
}

.shape13 {
  animation: shape11 25s infinite;
  background-image: url(../img/common/object/obj-square.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 600px;
  position: absolute;
  width: 600px;
  z-index: -1;
}

.square1 {
  animation: gradation 5s infinite;
  background: -webkit-linear-gradient(45deg, rgba(255, 240, 75, 0.2), rgba(70, 230, 70, 0.2), rgba(255, 240, 75, 0.2), rgba(70, 230, 70, 0.2));
  background-size: 200% 200%;
  content: "";
  display: inline-block;
  height: 214px;
  left: 0;
  position: absolute;
  top: 230px;
  width: 1179px;
}

.square2 {
  animation: fade2 3s infinite;
  background-image: -webkit-radial-gradient(1px 1px, #f8e93b 1px, transparent 0%);
  background-repeat: repeat;
  background-size: 10px 10px;
  content: "";
  display: inline-block;
  height: 313px;
  overflow: hidden;
  position: absolute;
  right: -460px;
  top: 420px;
  width: 667px;
  z-index: -1;
}

.square3 {
  animation: fade2 4s infinite 2s;
  background-image: -webkit-radial-gradient(1px 1px, #39e6eb 1px, transparent 0%);
  background-repeat: repeat;
  background-size: 10px 10px;
  content: "";
  display: inline-block;
  height: 500px;
  overflow: hidden;
  position: absolute;
  width: 955px;
  z-index: -1;
}

.square4 {
  animation: shape11 20s infinite 2s;
  background-image: -webkit-radial-gradient(5px 5px, #c1ebea 5px, transparent 0%);
  background-repeat: repeat;
  background-size: 26px 26px;
  content: "";
  display: inline-block;
  height: 300px;
  overflow: hidden;
  position: absolute;
  width: 300px;
  z-index: -1;
}

.square5 {
  animation: fade2 4s infinite 2s;
  background-color: #fff;
  background-image: radial-gradient(#f9d2e4 20%, transparent 20%), radial-gradient(#f9d2e4 20%, transparent 20%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  content: "";
  display: inline-block;
  height: 350px;
  left: 700px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 650px;
  z-index: -1;
}

@keyframes fade {
  0% {
    opacity: 0.25;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 0.25;
    transform: scale(1);
  }
}
@keyframes fade2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shape11 {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(0.8);
  }
}
.square5.common-0 {
  height: 350px;
  left: 0px;
  top: 400px;
  transform: translate(-50%, 0);
  width: 1050px;
}

.shape11.common-1 {
  right: 100px;
  top: 1300px;
}

.shape12.common-2 {
  right: 0;
  top: 1700px;
}

.shape13.common-3 {
  height: 200px;
  right: 100px;
  top: 800px;
  width: 200px;
}

.square4.common-4 {
  left: 0;
  top: 2700px;
}

.shape13.common-5 {
  right: 0;
  top: 2500px;
}

.square4.common-6 {
  left: 0;
  top: 1200px;
}

.square5.common-7 {
  left: 0;
  top: 4000px;
}

.shape11.common-8 {
  right: 0;
  top: 4000px;
}

.shape12.common-9 {
  right: 0;
  top: 4500px;
}

.shape13.common-10 {
  left: 0;
  top: 5000px;
}

.visual {
  height: 100svh;
  margin-bottom: 150px;
  position: relative;
}
.visual:after {
  background-image: url(../img/common/dot-slide.png);
  background-size: 8px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}
.visual .visual-slider {
  height: 100svh;
}
.visual .visual-slide {
  height: 100svh;
}
.visual .visual-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.visual .visual-text {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 569px;
}

.section-know {
  animation: introduce-data 25.55s linear infinite;
  background: url(../img/home/bg-introduce-data.webp) repeat-x;
  background-position: 0 0;
  background-size: auto 147px;
  margin-bottom: 100px;
  padding-top: 90px;
}
@keyframes introduce-data {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1332px 0;
  }
}
.section-know__inner {
  position: relative;
}
.section-know__inner .square3.know-square-1 {
  background-color: #fff;
  background-image: radial-gradient(#ffe1b4 20%, transparent 20%), radial-gradient(#ffe1b4 20%, transparent 20%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  height: 340px;
  left: 675px;
  top: 30px;
}
.section-know__inner .square3.know-square-2 {
  background-color: #fff;
  background-image: radial-gradient(#f9d2e4 20%, transparent 20%), radial-gradient(#f9d2e4 20%, transparent 20%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  bottom: 30px;
  height: 340px;
  left: -370px;
}
.section-know__inner > p {
  margin-bottom: 110px;
}
.section-know .heading-1-area {
  margin-bottom: 40px;
}
.section-know .data-box {
  margin-bottom: 80px;
}

.section-coworker {
  animation: coworker-data 30s linear infinite;
  background: url(../img/home/bg-coworker.webp) repeat-x;
  background-position: 0 0;
  background-size: auto 112px;
  margin-bottom: 100px;
  padding-top: 90px;
}
@keyframes coworker-data {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1042px 0;
  }
}
.section-coworker__inner {
  position: relative;
}
.section-coworker__inner .coworker-1 {
  left: 950px;
  top: 0px;
}
.section-coworker__inner .coworker-2 {
  left: 850px;
  top: 0px;
}
.section-coworker__inner .coworker-3 {
  animation: shape11 15s infinite;
  bottom: 0px;
  height: 100px;
  left: -100px;
  width: 100px;
}
.section-coworker__inner .coworker-4 {
  animation: shape11 35s infinite;
  bottom: 100px;
  height: 300px;
  left: -300px;
  width: 300px;
}
.section-coworker__inner > p {
  margin-bottom: 90px;
}
.section-coworker .heading-1-area {
  margin-bottom: 40px;
}

.section-coworker-slider {
  margin-inline: -17px;
}
.section-coworker-slider-wrapper {
  margin-bottom: 60px;
}
.section-coworker-slider .splide__arrows button {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 90px;
  width: 90px;
}
.section-coworker-slider .splide__arrows button.splide__arrow--prev {
  background-image: url(../img/common/btn-slide-prev.webp);
  left: 95px;
}
.section-coworker-slider .splide__arrows button.splide__arrow--next {
  background-image: url(../img/common/btn-slide-next.webp);
  right: 95px;
}
.section-coworker-slider .splide__arrows button svg {
  display: none;
}
.section-coworker-slider .splide__slide a {
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.section-coworker-slider .splide__slide .section-coworker-item {
  opacity: 0;
  transform: scale(0.48);
  visibility: hidden;
}
.section-coworker-slider .splide__slide.is-current {
  z-index: 10000;
}
.section-coworker-slider .splide__slide.is-current .section-coworker-item {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.section-coworker-slider .splide__slide.is-next, .section-coworker-slider .splide__slide.is-prev {
  z-index: 9000;
}
.section-coworker-slider .splide__slide.is-next .section-coworker-item, .section-coworker-slider .splide__slide.is-prev .section-coworker-item {
  opacity: 1;
  transform: scale(0.74);
  visibility: visible;
}
.section-coworker-slider .splide__slide.is-next-after, .section-coworker-slider .splide__slide.is-prev-before {
  z-index: 800;
}
.section-coworker-slider .splide__slide.is-next-after .section-coworker-item, .section-coworker-slider .splide__slide.is-prev-before .section-coworker-item {
  opacity: 0.7;
  transform: scale(0.48);
  visibility: visible;
}
.section-coworker-slider .section-coworker-item {
  aspect-ratio: 800/1200;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 400px;
}
.section-coworker-slider .section-coworker-item a {
  display: block;
}
.section-coworker-slider .section-coworker-item figure {
  border-radius: 20px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
}
.section-coworker-slider .section-coworker-item figure:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.86), transparent);
  bottom: 0;
  content: "";
  display: block;
  font-weight: 700;
  height: 30%;
  left: 0;
  position: absolute;
  width: 100%;
}
.section-coworker-slider .section-coworker-item dl,
.section-coworker-slider .section-coworker-item p {
  color: #fff;
  position: relative;
  z-index: 20;
}
.section-coworker-slider .section-coworker-item div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 2em 2.5em;
  width: 100%;
}
.section-coworker-slider .section-coworker-item div dl {
  font-weight: 700;
}
.section-coworker-slider .section-coworker-item div dt {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.section-coworker-slider .section-coworker-item div dd {
  font-size: 1.6rem;
}
.section-coworker-slider .section-coworker-item div p {
  font-size: 1.6rem;
  font-weight: 700;
}

.section-work {
  animation: worker-data 38.65s linear infinite;
  background: url(../img/home/bg-work.webp) repeat-x;
  background-position: 0 0;
  background-size: auto 112px;
  padding-top: 90px;
}
@keyframes worker-data {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1343px 0;
  }
}
.section-work__inner {
  position: relative;
}
.section-work__inner .work-1 {
  left: 650px;
  top: 0px;
}
.section-work__inner .work-2 {
  left: 650px;
  top: 0px;
}
.section-work__inner .work-3 {
  left: -350px;
  top: 1000px;
}
.section-work__inner .work-4 {
  bottom: 300px;
  height: 200px;
  left: 1250px;
  width: 200px;
}
.section-work__inner .work-5 {
  background-color: #fff;
  background-image: radial-gradient(#f9d2e4 20%, transparent 20%), radial-gradient(#f9d2e4 20%, transparent 20%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  bottom: 270px;
  height: 200px;
  left: -300px;
  width: 600px;
}
.section-work__inner > p {
  margin-bottom: 100px;
}
.section-work .heading-1-area {
  margin-bottom: 40px;
}
.section-work .section-work-item {
  margin-bottom: 6em;
}
.section-work .section-work-item:last-child {
  margin-bottom: 0;
}
.section-work .section-work-item .heading-5 {
  margin-bottom: 1.5em;
}

.work-grid {
  display: grid;
  gap: 40px;
  grid-template-areas: "blue blue" "green orange";
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}
.work-grid .blue {
  background-image: linear-gradient(110deg, #81dbf6 0%, #b5e5dc 50%, #dae9b2 100%);
  grid-area: blue;
}
.work-grid .green {
  background-image: linear-gradient(110deg, #99d8b5 0%, #d9d4a5 50%, #ffcc80 100%);
  grid-area: green;
}
.work-grid .orange {
  background-image: linear-gradient(110deg, #ffcc80 0%, #f9c1b8 50%, #f5b4cf 100%);
  grid-area: orange;
}
.work-grid-item {
  border-radius: 20px;
  padding: 32px 30px 30px;
}
.work-grid-item figure img {
  border-radius: 5px;
}
.work-grid-item a {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 180px;
  text-decoration: none;
}
.work-grid-item a .btn {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  transform: translate(-14px, 15px);
  width: 64px;
}
.work-grid-item-content {
  position: relative;
}
.work-grid-item-content > p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.1em;
  transform: translate(0, -10px);
}
.work-grid-item-title {
  font-size: 2rem;
  font-weight: 400;
}
.work-grid .large.work-grid-item {
  padding: 50px;
}
.work-grid .large.work-grid-item figure img {
  border-radius: 10px;
}
.work-grid .large.work-grid-item a {
  grid-template-columns: 1fr 375px;
}
.work-grid .large.work-grid-item a .btn {
  transform: translate(-17px, 20px);
  width: 90px;
}
.work-grid .large .work-grid-item-content > p {
  font-size: 8rem;
  margin-bottom: 0.15em;
  transform: translate(0, -10px);
}
.work-grid .large .work-grid-item-title {
  font-size: 3rem;
}

.page-know .know-boxes {
  display: grid;
  gap: 80px 42px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 150px;
}
.page-know .know-box {
  background-color: #fff;
}
.page-know .know-box-ttl {
  background-image: linear-gradient(70deg, #f7fbef 40%, #e5f8fd 60%);
  color: var(--blue-color);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.8em;
  text-align: center;
}
.page-know .know-box figure {
  aspect-ratio: 1/1;
  margin-bottom: 30px;
  margin-inline: auto;
  margin-top: 50px;
  max-width: 166px;
}
.page-know .know-box figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.page-know .know-box dt {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center;
}
.page-know .know-box dt span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.page-know .know-box dd {
  line-height: 2;
  margin-bottom: 2.5em;
}
.page-know .development-box .heading-2 {
  margin-bottom: 3.5em;
}
.page-know .development-box-lists {
  margin-inline: auto;
  max-width: 700px;
}
.page-know .development-box-lists .development-box-item {
  -o-border-image: linear-gradient(to top, #00b7ee, #b3d465) 1;
     border-image: linear-gradient(to top, #00b7ee, #b3d465) 1;
  border-left: 5px solid;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 5em;
}
.page-know .development-box-lists dl {
  padding-left: 3em;
}
.page-know .development-box-lists dl dt {
  color: var(--green-color);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
.page-know .development-box-lists ul {
  font-size: 2rem;
  margin-top: 1em;
}
.page-know .development-box-lists ul li {
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.page-know .development-box-lists ul li:before {
  color: var(--green-color);
  content: "■";
}
.page-know .development-box-lists ul li span {
  font-size: 1.6rem;
}
.page-know .worklife-box .heading-2 {
  margin-bottom: 2em;
}
.page-know .worklife-box > p {
  font-size: 2rem;
  line-height: 2;
}
.page-know .worklife-box-item {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 6em;
  padding: 50px;
}
.page-know .worklife-box-item .heading-4 {
  margin-bottom: 1em;
}
.page-know .worklife-box-item > p {
  margin-bottom: 2.5em;
}
.page-know .worklife-box-item-lists {
  display: grid;
  gap: 17px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 1.5em;
}
.page-know .worklife-box-item-lists dt {
  border: 1px solid var(--green-color);
  color: var(--green-color);
  padding: 0.2em;
  text-align: center;
}
.page-know .worklife-box-item-lists dd {
  background-color: #eaf7f0;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding: 0.8em 0.6em;
}
.page-know .worklife-box-item > ul {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.page-know .dl-box {
  margin-bottom: 4em;
}
.page-know .dl-box .heading-3 {
  margin-bottom: 0.5em;
}
.page-know .dl-box p {
  font-size: 2rem;
  line-height: 2;
}
.page-know .dl-box .schedule {
  margin-top: 50px;
  position: relative;
}
.page-know .dl-box .schedule:before {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 100%;
  left: 55px;
  position: absolute;
  top: 0;
  width: 20px;
}
.page-know .dl-box .schedule dl {
  align-items: center;
  display: flex;
  gap: 21px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.page-know .dl-box .schedule dl:last-child {
  margin-bottom: 0;
}
.page-know .dl-box .schedule dl dt {
  background-image: linear-gradient(70deg, #aad374 0%, #0fb8ed 100%);
  border-radius: 100vw;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  padding: 0.35em;
  text-align: center;
  width: 150px;
}
.page-know .dl-box .schedule dl dd {
  font-size: 3rem;
  line-height: 1;
}

.page-coworker {
  position: relative;
}
.page-coworker .page-hero {
  margin-bottom: 70px;
}
.page-coworker .coworker-lists {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.page-coworker .coworker-item {
  aspect-ratio: 800/1200;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.page-coworker .coworker-item a {
  text-decoration: none;
}
.page-coworker .coworker-item figure {
  border-radius: 20px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
}
.page-coworker .coworker-item figure:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.86), transparent);
  bottom: 0;
  content: "";
  display: block;
  font-weight: 700;
  height: 30%;
  left: 0;
  position: absolute;
  width: 100%;
}
.page-coworker .coworker-item dl,
.page-coworker .coworker-item p {
  color: #fff;
  position: relative;
  z-index: 20;
}
.page-coworker .coworker-item div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 2em 2.5em;
  width: 100%;
}
.page-coworker .coworker-item div dl {
  font-weight: 700;
}
.page-coworker .coworker-item div dt {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.page-coworker .coworker-item div dd {
  font-size: 1.6rem;
}
.page-coworker .coworker-item div p {
  font-size: 1.2rem;
  /*font-weight: 700;*/
}

.page-coworker-detail .btn-secondary {
  margin-top: 2em;
}
.page-coworker-detail .coworker-detail {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
  padding-left: 60px;
}
.page-coworker-detail .coworker-detail figure {
  border-radius: 20px;
  overflow: hidden;
}
.page-coworker-detail .coworker-detail-content {
  padding-top: 6em;
}
.page-coworker-detail .coworker-detail .coworker-detail-ttl {
  border-bottom: 1px solid #dadada;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 0.8em;
}
.page-coworker-detail .coworker-detail .coworker-detail-ttl:after {
  content: attr(data-subtitle);
  display: block;
  font-size: 2rem;
  font-weight: 300;
  margin-top: 1em;
}
.page-coworker-detail .coworker-detail .spec {
  margin-top: 1.5em;
}
.page-coworker-detail .coworker-detail .spec dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  margin-bottom: 0.5em;
}
.page-coworker-detail .coworker-detail .spec dl dt {
  font-weight: 700;
}
.page-coworker-detail .coworker-detail .caution {
  font-size: 1.4rem;
  padding-top: 1em;
}
.page-coworker-detail .dl-box {
  margin-bottom: 5em;
  position: relative;
}
.page-coworker-detail .dl-box:before {
  background: linear-gradient(90deg, rgba(66, 177, 104, 0.2) 0%, rgba(247, 181, 81, 0.2) 100%);
  -webkit-background-clip: text;
  content: attr(data-subtitle);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 15rem;
  font-style: normal;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  margin-left: auto;
  position: absolute;
  right: 0;
  text-align: right;
  -webkit-text-fill-color: transparent;
  top: 0;
  transform: translate(0, -100%);
}
.page-coworker-detail .dl-box .heading-2 {
  margin-bottom: 1em;
}
.page-coworker-detail .dl-box .image {
  margin-block: 2em;
  margin-inline: auto;
  max-width: 570px;
}

.page-job-description .page-hero {
  margin-bottom: 150px;
}
.page-job-description .job-description-content .table {
  padding: 50px;
}
.page-job-description .job-description-content table {
  width: 100%;
}
.page-job-description .job-description-content table th,
.page-job-description .job-description-content table td {
  border: 1px solid #333;
  border-inline: 0;
  padding: 1.5em 0;
  text-align: left;
}
.page-job-description .job-description-content table th {
  width: 150px;
}

.job-description-content {
  background-color: #fff;
  border: 1px solid #cadde2;
  margin-bottom: 80px;
  padding-bottom: 100px;
}

.page-work .heading-2 {
  margin-bottom: 2em;
}
.page-work .works-nav {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 150px;
}
.page-work .works-nav a {
  background-repeat: no-repeat;
  color: #333;
  min-width: 200px;
  padding: 0.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.page-work .works-nav a img {
  aspect-ratio: 1/1;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  width: 16px;
}
.page-work .works-nav li:nth-child(1) a {
  background-image: url(../img/common/ico-pencil.webp);
  background-position: 10px center;
  background-size: 37px auto;
}
.page-work .works-nav li:nth-child(2) a {
  background-image: url(../img/common/ico-human.webp);
  background-position: 10px center;
  background-size: 37px auto;
}
.page-work .works-nav li:nth-child(3) a {
  background-image: url(../img/common/ico-note.webp);
  background-position: 10px center;
  background-size: 37px auto;
}
.page-work .work-box-lists {
  counter-reset: listss 0;
  margin-inline: auto;
  max-width: 754px;
}
.page-work .work-box-lists .work-box-item {
  padding-left: 5em;
  position: relative;
}
.page-work .work-box-lists .work-box-item:before {
  color: var(--orange-color);
  content: counter(listss);
  counter-increment: listss 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 5rem;
  font-style: normal;
  font-style: italic;
  font-weight: 500;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}
.page-work .work-box-lists dl {
  -o-border-image: linear-gradient(to top, #ea68a2, #ff9a00) 1;
     border-image: linear-gradient(to top, #ea68a2, #ff9a00) 1;
  border-left: 5px solid;
  margin-bottom: 5em;
  padding-left: 3em;
}
.page-work .work-box-lists dl dt {
  color: var(--orange-color);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8em;
  margin-top: calc((1em - 1lh) / 2);
}
.page-work .work-box-lists dl dd {
  line-height: 2;
}
.page-work .work-box {
  margin-bottom: 150px;
}
.page-work .recruit-box {
  margin-bottom: 50px;
}
.page-work .works-lists .works-item {
  align-items: center;
  display: flex;
}
.page-work .works-lists .works-item .image {
  padding-right: 90px;
  width: 50%;
}
.page-work .works-lists .works-item dl {
  width: 50%;
}
.page-work .works-lists .works-item dl dt {
  color: var(--orange-color);
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.page-work .works-lists .works-item dl dd {
  font-size: 2rem;
  line-height: 2;
}
.page-work .works-lists .works-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.page-work .works-lists .works-item:nth-child(2n) .image {
  padding-left: 90px;
  padding-right: 0;
}
.page-work .recruit-lists {
  display: grid;
  gap: 50px 42px;
  grid-template-columns: 1fr 1fr 1fr;
}
.page-work .recruit-lists a {
  background-color: #fff;
  color: #333;
  display: block;
  text-decoration: none;
}
.page-work .recruit-lists .figure {
  aspect-ratio: 730/470;
  position: relative;
}
.page-work .recruit-lists .figure .figcaption {
  background-color: var(--orange-color);
  color: #fff;
  left: 0;
  padding: 0.2em 1.5em;
  position: absolute;
  top: 0;
}
.page-work .recruit-lists dl {
  border: 1px solid #212121;
  display: grid;
  height: 100%;
  overflow: hidden;
  padding: 1em;
  place-items: center;
  position: relative;
  width: 100%;
}
.page-work .recruit-lists dt {
  font-size: 2rem;
  font-weight: 400;
  padding-top: 0.2em;
}
.page-work .recruit-lists dd {
  bottom: 0.5em;
  font-weight: 700;
  position: absolute;
  right: 1em;
}
.page-work .recruit-lists dd img {
  aspect-ratio: 1/1;
  filter: brightness(0) saturate(100%) invert(57%) sepia(75%) saturate(1752%) hue-rotate(2deg) brightness(104%) contrast(103%);
  margin-left: 10px;
  transform: translate(0, -6px);
  width: 16px;
}

.page-contact .square3.contact-1 {
  height: 350px;
  left: 0px;
  top: 390px;
  width: 650px;
}
.page-contact .shape13.contact-2 {
  height: 200px;
  right: 150px;
  top: 800px;
  width: 200px;
}
.page-contact .square4.contact-3 {
  left: 0px;
  top: 950px;
}
.page-contact .shape12.contact-4 {
  height: 500px;
  right: -100px;
  top: 1200px;
  width: 500px;
}
.page-contact .square3.contact-5 {
  height: 350px;
  left: 0px;
  top: 1500px;
  width: 650px;
}
.page-contact .page-hero {
  margin-bottom: 70px;
}
.page-contact .content {
  padding: 50px;
}
.page-contact .content .text {
  margin-bottom: 4em;
}
.page-contact .job-description-content {
  padding-bottom: 50px;
}
.page-contact .recruit-contact {
  padding-top: 180px;
  position: relative;
}
.page-contact .recruit-contact i.shape11.recruit-1 {
  height: 100px;
  left: 100px;
  top: 500px;
  width: 100px;
}
.page-contact .recruit-contact i.shape12.recruit-2 {
  height: 300px;
  left: -100px;
  top: 250px;
  width: 300px;
}
.page-contact .recruit-contact i.shape13.recruit-3 {
  height: 600px;
  right: -300px;
  top: -100px;
  width: 600px;
}
.page-contact .recruit-contact i.square4.recruit-4 {
  height: 200px;
  right: 200px;
  top: 0px;
  width: 200px;
}
.page-contact .recruit-contact i.shape3.recruit-5 {
  height: 325px;
  left: -150px;
  top: 120px;
  width: 915px;
  z-index: -1;
}
.page-contact .recruit-contact h2 {
  background: linear-gradient(90deg, #fb911f 0%, #ec6d99 100%);
  -webkit-background-clip: text;
  display: inline-block;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 1.5em;
  -webkit-text-fill-color: transparent;
}
.page-contact .recruit-contact dl {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  margin-left: auto;
  max-width: 960px;
  padding: 40px 50px;
}
.page-contact .recruit-contact dl dt {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.page-contact .recruit-contact dl dd span {
  -webkit-background-clip: text;
  background-image: linear-gradient(110deg, #00b7ee 25%, #32b16c 50%, #f8b551 75%);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 4rem;
  font-style: normal;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  margin-block: 0.5em;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-contact .recruit-contact dl dd span a {
  font-size: 6rem;
}
.page-contact .recruit-contact dl dd span a:hover {
  opacity: 1;
}
.page-contact .recruit-contact dl dd i {
  font-size: 1.4rem;
  font-style: normal;
}
@media screen and (max-width: 1080px){
  .header__nav {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    height: 100svh;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.2s ease-out;
    visibility: hidden;
    width: 100%;
  }
  .header__nav.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1070px){
  .header__nav-list {
    display: block;
    text-align: center;
  }
  .header__nav-list li {
    margin-bottom: 1em;
    margin-left: 0;
  }
  .header__btn-entry {
    margin-left: 0 !important;
  }
  .burger-btn {
    display: flex;
    right: 30px;
    top: 30px;
  }
}
@media screen and (max-width: 576px){
  input,
  textarea {
    font-size: var(--base-fontsize--sp);
  }
  select {
    font-size: var(--base-fontsize--sp);
  }
  button {
    font-size: var(--base-fontsize--sp);
  }
  .pc-block {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .pc-inline-block {
    display: none;
  }
  .pc-table {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
  .sp-inline-block {
    display: inline-block;
  }
  .sp-table {
    display: table;
  }
  html {
    scroll-padding-top: calc(var(--header-height--sp) + 30px);
  }
  body {
    font-size: var(--base-fontsize--sp);
  }
  .header__inner {
    height: var(--header-height--sp);
    padding-inline: 17px;
  }
  .header__title-area h1 {
    width: 160px;
  }
  .header__title-area p {
    transform: translate(0, -4px);
    width: 80px;
  }
  .burger-btn {
    right: 15px;
    top: 11px;
  }
  .section-work__inner, .section-coworker__inner, .section-know__inner, .heading-1-ttl, .footer__inner, .inner {
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
  }
  .main {
    padding-bottom: 40px;
  }
  .narrow-inner {
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
  }
  .footer__inner {
    gap: 20px;
    grid-template-columns: 1fr;
    padding-block: 70px 60px;
  }
  .page-contact .form-nav {
    display: block;
  }
  .page-contact .form-nav form {
    margin-bottom: 20px;
  }
  .form .flex.flex-wrap {
    flex-wrap: wrap;
  }
  .form .flex.flex-wrap > p a {
    margin-left: 0;
  }
  .form .flex.flex-wrap > p a:before {
    right: 5px;
  }
  .form .flex.flex-wrap > p {
    margin-top: 1em;
    width: 100%;
  }
  .form .flex .small {
    width: 50px;
  }
  .form .flex .form-select {
    flex-shrink: 0;
    width: 60px;
  }
  .form .flex .form-select select {
    height: 45px;
  }
  .form .flex .century {
    margin-right: 0.1em;
  }
  .form .flex .year {
    margin-inline: 0.2em 1em;
  }
  .form .flex .month {
    margin-inline: 0.2em 1em;
  }
  .form .flex .day {
    margin-inline: 0.2em;
  }
  .form .zipcode .inputs {
    padding-left: 16px;
  }
  input[type=text],
  input[type=email],
  input[type=password] {
    font-size: 1.5rem;
    padding: 0.5em;
  }
  input[type=text],
  input[type=email],
  input[type=password] {
    height: 45px;
  }
  input[type=file] {
    min-width: 1px;
    width: 100%;
  }
  .form-select {
    height: 45px;
    max-width: 180px;
  }
  .form-select select {
    border-radius: 3px;
    font-size: 1.4rem;
    padding: 11px 10px 11px 0px;
  }
  .form-radio {
    margin-left: 1em;
  }
  .page-hero {
    margin-bottom: 50px;
    padding-top: 100px;
  }
  .page-hero .heading-1-area:before {
    font-size: 5rem;
    line-height: 1;
  }
  .page-hero .heading-1-area .heading-1-ttl {
    margin-top: -2em;
  }
  .pager {
    margin-top: 40px;
  }
  .pager ul li a,
  .pager ul li span {
    height: 30px;
    width: 30px;
  }
  .heading-1-ttl span {
    font-size: 2rem;
  }
  .heading-1-ttl i {
    font-size: 5rem;
  }
  .heading-1 {
    font-size: 1.3rem;
  }
  .heading-2 {
    display: block;
    font-size: 2rem;
  }
  .heading-2 span {
    border: 0;
  }
  .heading-2:after {
    display: block;
    font-size: 1.4rem;
    padding-top: 5px;
  }
  .heading-3 {
    font-size: 3rem;
  }
  .heading-4 {
    font-size: 2rem;
  }
  .data-box {
    grid-template-columns: 1fr;
  }
  .work-lists {
    gap: 50px 20px;
    grid-template-columns: 1fr;
  }
  .visual {
    margin-bottom: 75px;
  }
  .visual .visual-text {
    max-width: 80%;
  }
  .section-know {
    background-size: auto 98px;
    padding-top: 60px;
  }
      .section-know {
        background-position: -888px 0;
      }
  .section-know__inner > p {
    margin-bottom: 55px;
  }
  .section-know {
    margin-bottom: 50px;
  }
  .section-coworker {
    background-size: auto 67.2px;
    padding-top: 50px;
  }
  .section-coworker {
    margin-bottom: 50px;
  }
  .section-coworker-slider .splide__arrows button {
    display: none;
  }
  .section-coworker-slider .section-coworker-item {
    width: 250px;
  }
  .section-work {
    background-size: auto 74px;
    padding-top: 60px;
  }
  .section-work__inner > p {
    margin-bottom: 50px;
  }
  .section-work {
    margin-bottom: 50px;
  }
  .work-grid {
    display: block;
  }
  .work-grid-item {
    margin-bottom: 20px;
    padding: 20px;
  }
  .work-grid-item a {
    gap: 30px;
    grid-template-columns: 1fr 90px;
  }
  .work-grid-item a .btn {
    bottom: 0;
    left: auto;
    right: 0;
    transform: translate(20px, 10px);
    width: 50px;
  }
  .work-grid-item-content > p {
    font-size: 2rem;
    transform: translate(0, 0);
  }
  .work-grid-item-title {
    font-size: 1.8rem;
  }
  .work-grid .large.work-grid-item {
    padding: 20px;
  }
  .work-grid .large.work-grid-item figure img {
    border-radius: 5px;
  }
  .work-grid .large.work-grid-item a {
    grid-template-columns: 1fr;
  }
  .work-grid .large.work-grid-item a .btn {
    bottom: 0;
    left: auto;
    right: 0;
    transform: translate(13px, 10px);
    width: 53px;
  }
  .work-grid .large .work-grid-item-content > p {
    font-size: 3rem;
    margin-bottom: 0.1em;
    transform: translate(0, 0);
  }
  .work-grid .large .work-grid-item-title {
    font-size: 2rem;
  }
  .page-know .know-boxes {
    grid-template-columns: 1fr;
    margin-bottom: 75px;
  }
  .page-know .know-box dt {
    font-size: 2rem;
  }
  .page-know .development-box-lists dl dt {
    font-size: 2rem;
  }
  .page-know .development-box-lists ul {
    font-size: 1.2rem;
  }
  .page-know .development-box-lists ul li span {
    font-size: 1.2rem;
  }
  .page-know .worklife-box-item {
    padding: 20px;
  }
  .page-know .worklife-box-item-lists {
    grid-template-columns: 1fr;
  }
  .page-know .worklife-box-item > ul {
    grid-template-columns: 1fr;
  }
  .page-know .dl-box p {
    font-size: 1.4rem;
  }
  .page-know .dl-box .schedule dl dt {
    font-size: 2.5rem;
  }
  .page-know .dl-box .schedule dl dd {
    font-size: 2rem;
    width: 239px;
  }
  .page-coworker .coworker-lists {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .page-coworker .coworker-item div {
    padding: 15px;
  }
  .page-coworker .coworker-item div dt {
    font-size: 1.8rem;
  }
  .page-coworker .coworker-item div dd {
    font-size: 1rem;
  }
  .page-coworker .coworker-item div p {
    font-size: 1rem;
  }
  .page-coworker-detail .coworker-detail {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
  .page-coworker-detail .coworker-detail-content {
    padding-top: 3em;
  }
  .page-coworker-detail .coworker-detail .coworker-detail-ttl {
    font-size: 3rem;
  }
  .page-coworker-detail .coworker-detail .coworker-detail-ttl:after {
    font-size: 1.2rem;
  }
  .page-coworker-detail .dl-box:before {
    font-size: 6rem;
  }
  .page-job-description .page-hero {
    margin-bottom: 70px;
  }
  .page-job-description .job-description-content .table {
    padding: 20px;
  }
  .page-job-description .job-description-content .heading-2 {
    font-size: 1.6rem;
  }
  .page-job-description .job-description-content table th,
  .page-job-description .job-description-content table td {
    display: block;
  }
  .page-job-description .job-description-content table th {
    border-block: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .page-job-description .job-description-content table td {
    border-top: 0;
    padding-top: 0;
  }
  .job-description-content {
    padding-bottom: 50px;
  }
  .page-work .works-nav {
    display: block;
    margin-bottom: 30px;
  }
  .page-work .works-nav a {
    min-width: 100%;
  }
  .page-work .works-nav li {
    margin-bottom: 10px;
  }
  .page-work .work-box-lists .work-box-item {
    padding-left: 3.5em;
  }
  .page-work .work-box-lists .work-box-item:before {
    font-size: 4rem;
  }
  .page-work .work-box-lists dl {
    padding-left: 2em;
  }
  .page-work .work-box-lists dl dt {
    font-size: 2rem;
  }
  .page-work .work-box {
    margin-bottom: 75px;
  }
  .page-work .recruit-box {
    margin-bottom: 50px;
  }
  .page-work .works-lists .works-item {
    display: block;
    margin-bottom: 40px;
  }
  .page-work .works-lists .works-item .image {
    margin-bottom: 30px;
    padding-right: 0;
    width: 100%;
  }
  .page-work .works-lists .works-item dl {
    width: 100%;
  }
  .page-work .works-lists .works-item dl dt {
    font-size: 3rem;
  }
  .page-work .works-lists .works-item dl dd {
    font-size: 1.4rem;
  }
  .page-work .works-lists .works-item:nth-child(2n) .image {
    padding-left: 0;
  }
  .page-work .recruit-lists {
    gap: 15px 15px;
    grid-template-columns: 1fr;
  }
  .page-work .recruit-lists dt {
    font-size: 1.5rem;
  }
  .page-contact .content {
    padding: 20px;
  }
  .page-contact .recruit-contact h2 {
    font-size: 2rem;
  }
  .page-contact .recruit-contact dl {
    padding: 20px;
  }
  .page-contact .recruit-contact dl dd span {
    font-size: 2rem;
  }
  .page-contact .recruit-contact dl dd span a {
    font-size: 3rem;
  }
}
@media (hover: hover){
  /* リンクの場合 */
  a:-moz-any-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  a:any-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  /* ボタンの場合 */
  button:enabled:hover {
    opacity: 0.7;
  }
  /* 特定できない場合 */
  .btn:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .btn:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (-ms-high-contrast: none){
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
