@charset "UTF-8";
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
}

html {
  font-size: 16px;
  line-height: 1.6875;
  color: #333;
  background: #fff;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1025px) {
  html [id]:not([id=""]) {
    scroll-margin-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  html [id]:not([id=""]) {
    scroll-margin-top: 80px;
  }
}

body {
  margin: 0;
  background: #fff;
}

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

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: top;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

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

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
  border: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 15px;
  }
}

main {
  display: block;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    position: relative;
    font-size: 15px;
    line-height: 1.7142857143;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1024px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  display: flex;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .header__inner {
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .header__inner {
    width: min(100% - 30px, 1140px) !important;
  }
}
.header__logo {
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 165px;
  }
  .header__logo a {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.header__logo:hover {
  opacity: 0.7;
}
.headerLink {
  display: flex;
  gap: 30px;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .headerLink {
    display: block;
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
}
.headerLink__item a {
  font-size: 18px;
  transition: color 0.3s;
}
.headerLink__item a:hover {
  color: #9f9f9f;
}
@media only screen and (max-width: 1024px) {
  .headerLink__item a {
    display: block;
    padding: 28px 0;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
.headerBtnWrap {
  display: flex;
  gap: 15px;
  margin-left: 45px;
}
@media only screen and (max-width: 1024px) {
  .headerBtnWrap {
    gap: 13px;
    justify-content: center;
    margin-top: 28px;
    margin-left: 0;
  }
}
.headerBtn a {
  display: inline-block;
  width: 100%;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #0d6cde;
  border: 2px solid #0d6cde;
  border-radius: 5px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  .headerBtn a {
    padding: 6px 18px;
    color: #0d6cde;
    background: #fff;
  }
}
.headerBtn a:hover {
  background: #6ba2e8;
  border-color: #6ba2e8;
}
.headerBtn._english a {
  color: #0d6cde;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .headerBtn._english a {
    padding: 6px 14px;
  }
}
.headerBtn._english a:hover {
  color: #6ba2e8;
}
.headerBtn._english a:hover span::before {
  background-color: #6ba2e8;
}
.headerBtn._english a span {
  position: relative;
  padding-left: 31px;
}
.headerBtn._english a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #0d6cde;
  -webkit-mask: url("../img/icon_world.svg") no-repeat center center/contain;
          mask: url("../img/icon_world.svg") no-repeat center center/contain;
  transition: background 0.3s;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .headerNavWrap {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .headerNavWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
  .headerNavWrap._open {
    visibility: visible;
    opacity: 1;
  }
  .headerNavWrap._open + .drawerButton .drawerButton__line {
    background: none;
  }
  .headerNavWrap._open + .drawerButton .drawerButton__line::before {
    background-color: #fff;
    transform: translateY(12px) rotateZ(35deg);
  }
  .headerNavWrap._open + .drawerButton .drawerButton__line::after {
    background-color: #fff;
    transform: translateY(-12px) rotateZ(-35deg);
  }
}
@media only screen and (min-width: 1025px) {
  .headerNav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .headerNav {
    width: 100%;
    height: 100%;
    padding: 88px 32px 20px;
    overflow-y: auto;
    background-color: #0d6cde;
  }
}

.drawerButton {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .drawerButton {
    display: none;
  }
}
.drawerButton__line {
  position: relative;
  display: block;
  width: 35px;
  height: 3px;
  background-color: #0d6cde;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.drawerButton__line::before, .drawerButton__line::after {
  position: absolute;
  left: 0;
  display: block;
  width: 35px;
  height: 3px;
  content: "";
  background-color: #0d6cde;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.drawerButton__line::before {
  top: -12px;
}
.drawerButton__line::after {
  bottom: -12px;
}

body._drawerOpen {
  overflow: hidden;
}

.footer__inner {
  display: flex;
  padding-top: 35px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer__inner {
    display: grid;
    gap: 25px;
  }
}
.footer__logo {
  width: 195px;
}
.footer__info {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
@media only screen and (max-width: 1024px) {
  .footer__info {
    gap: 7px;
  }
}
.footer__dl {
  display: grid;
  grid-template-columns: 35px auto;
}
.footerLink {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 30px;
}
@media only screen and (max-width: 1024px) {
  .footerLink {
    grid-template-columns: auto 1fr;
    gap: 23px 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .footerLink {
    margin-top: 5px;
    margin-left: auto;
  }
}
.footerLink__item a {
  padding-left: 14px;
  font-weight: bold;
  background: url("../img/icon_link.svg") no-repeat left center/7px auto;
  transition: color 0.3s;
}
.footerLink__item a:hover {
  color: #9f9f9f;
}
.footerCopy {
  padding-bottom: 20px;
  margin-top: 40px;
  color: #0d6cde;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .footerCopy {
    padding-bottom: 45px;
    margin-top: 40px;
  }
}

.btn {
  display: inline-block;
}
.btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 235px;
  padding: 13px 27px;
  padding-right: 118px;
  font-size: 18px;
  font-weight: bold;
  color: #0d6cde;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #0d6cde;
  border-radius: 80px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  .btn span {
    max-width: 200px;
    font-size: 16px;
  }
}
.btn span::after {
  position: absolute;
  top: 50%;
  right: 27px;
  width: 25px;
  height: 25px;
  content: "";
  background-color: #0d6cde;
  -webkit-mask: url("../img/icon_arrow.svg") no-repeat center center/contain;
          mask: url("../img/icon_arrow.svg") no-repeat center center/contain;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.btn._big span {
  max-width: 300px;
}
.btn._small span {
  max-width: 200px;
}
.btn._contact span {
  max-width: 290px;
}
.btn._recruit span {
  max-width: 300px;
  padding-right: 133px;
  padding-left: 35px;
  font-size: 32px;
  color: #fff;
  background: #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .btn._recruit span {
    padding-left: 35px;
    font-size: 20px;
    text-align: left;
  }
}
.btn._recruit span::after {
  background-color: #fff;
}
.btn._recruit:hover span {
  color: #fff;
  background-color: #6ba2e8;
}
.btn._recruit:hover span::after {
  background-color: #fff;
}
.btn._square span {
  max-width: 100px;
  padding: 4px 32px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #0d6cde;
  border-radius: 5px;
}
.btn._square span::after {
  display: none;
}
.btn._square:hover span {
  color: #fff;
  background-color: #6ba2e8;
}
.btn._square._english span {
  max-width: none;
}
.btn:hover span {
  color: #6ba2e8;
  border-color: #6ba2e8;
}
.btn:hover span::after {
  background-color: #6ba2e8;
}

.section._bg {
  background: #def4ff;
}
.section._contact {
  background: #f4f9ff;
}
.section__inner {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .section__inner {
    padding-top: 54px;
    padding-bottom: 60px;
  }
}
.section__inner._oda {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .section__inner._oda {
    padding-top: 42px;
    padding-bottom: 50px;
  }
}
.section__inner._lower {
  padding-top: 65px;
}
@media only screen and (max-width: 1024px) {
  .section__inner._lower {
    padding-top: 47px;
  }
}
.section__inner._company {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .section__inner._company {
    padding-top: 50px;
  }
}
.section__inner._contact {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .section__inner._contact {
    padding-top: 20px;
  }
}
.section__text {
  margin-top: 40px;
}
.section__text._center {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .section__text {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .section__text {
    margin-top: 24px;
  }
}
.section__more {
  margin-top: 35px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .section__more {
    margin-top: 28px;
  }
}

.inner {
  width: min(100% - 40px, 1140px);
  margin-inline: auto;
}

.heading01 {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .heading01 {
    padding-bottom: 20px;
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.heading01::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 5px;
  content: "";
  background: #0d6cde;
  border-radius: 9999px;
  transform: translateX(-50%);
}
.heading01 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .heading01 span {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.heading02 {
  position: relative;
  padding-bottom: 13px;
  padding-left: 38px;
  margin-bottom: 36px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .heading02 {
    padding-bottom: 9px;
    padding-left: 21px;
    margin-bottom: 25px;
    font-size: 20px;
  }
}
.heading02::before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 6px;
  height: 31px;
  content: "";
  background: #0d6cde;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .heading02::before {
    top: calc(50% - 4px);
  }
}
.heading02:not(:first-child) {
  margin-top: 75px;
}
@media only screen and (max-width: 1024px) {
  .heading02:not(:first-child) {
    margin-top: 55px;
  }
}
.heading02._works {
  font-size: 24px;
}
@media only screen and (max-width: 1024px) {
  .heading02._works {
    font-size: 15px;
  }
}

.heading03 {
  margin-top: 30px;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: bold;
  color: #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .heading03 {
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 18px;
  }
}

.heading04 {
  padding: 12px 18px;
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  background: #def4ff;
}
@media only screen and (max-width: 1024px) {
  .heading04 {
    margin-top: 37px;
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.mv {
  max-width: 1440px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .mv {
    margin-top: 80px;
  }
}
.mv__inner {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .mv__inner {
    height: 630px;
    padding-right: 5.555%;
    padding-left: 5.555%;
  }
}
.mv__title {
  font-weight: bold;
  color: #0d6cde;
}
@media only screen and (min-width: 1025px) {
  .mv__title {
    position: absolute;
    top: 37%;
    left: 80px;
    z-index: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .mv__title {
    width: 90%;
    padding-top: 23px;
    padding-left: 20px;
  }
}
.mv__top, .mv__bottom {
  position: absolute;
  right: 80px;
  width: 57.299%;
}
@media only screen and (min-width: 1025px) {
  .mv__top, .mv__bottom {
    min-width: 825.11px;
  }
}
@media only screen and (max-width: 1024px) {
  .mv__top, .mv__bottom {
    display: none;
  }
}
.mv__top {
  top: 0;
}
.mv__bottom {
  bottom: 0;
}
.mv__slide {
  position: absolute;
  top: 50%;
  right: 80px;
  width: 34.936%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .mv__slide {
    min-width: 503.08px;
  }
}
@media only screen and (max-width: 1024px) {
  .mv__slide {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .mv__img {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .mv__img {
    margin-top: 28px;
  }
}

.info {
  margin-top: 50px;
}
.info .section__inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .info {
    margin-top: 30px;
  }
}
.infoBoxWrap {
  display: grid;
  gap: 18px;
  padding: 24px 55px;
  background: #def4ff;
}
@media only screen and (max-width: 1024px) {
  .infoBoxWrap {
    gap: 12px;
    padding: 15px;
  }
}
.info__inner {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .info__inner {
    grid-template-columns: 165px auto;
  }
}
.info__heading {
  padding: 24px 35px;
  font-weight: bold;
  color: #fff;
  background: #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .info__heading {
    padding: 9px 30px;
    text-align: center;
  }
}
.infoContent {
  display: flex;
  gap: 37px;
}
@media only screen and (max-width: 1024px) {
  .infoContent {
    gap: 30px;
  }
}
.info__date {
  font-weight: bold;
  white-space: nowrap;
}
.info__title {
  transition: color 0.3s;
}
.info__title:hover {
  color: #9f9f9f;
}
@media only screen and (max-width: 1024px) {
  .info__title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.about {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 65px;
}
@media only screen and (max-width: 1024px) {
  .about {
    display: grid;
    gap: 15px;
    margin-top: 50px;
  }
  .about:nth-child(1) {
    margin-top: 35px;
  }
}
.about:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.about:nth-child(2n+1) .about__content {
  margin-right: auto;
}
.about:nth-child(2n+1) .about__img img {
  border-radius: 80px 5px 5px 5px;
}
.about:nth-child(2) .cat__num, .about:nth-child(3) .cat__num, .about:nth-child(4) .cat__num {
  width: 107px;
}
@media only screen and (max-width: 1024px) {
  .about:nth-child(2) .cat__num, .about:nth-child(3) .cat__num, .about:nth-child(4) .cat__num {
    width: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .about__img {
    width: 50%;
  }
}
.about__img img {
  border-radius: 5px 80px 5px 5px;
}
@media only screen and (min-width: 1025px) {
  .about__content {
    width: 50%;
  }
}
.about .section__more {
  margin-top: 50px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .about .section__more {
    margin-top: 25px;
  }
}

.cat {
  display: flex;
  gap: 35px;
}
@media only screen and (max-width: 1024px) {
  .cat {
    gap: 25px;
  }
}
.cat__num {
  width: 88px;
  margin-top: 6px;
}
@media only screen and (max-width: 1024px) {
  .cat__num {
    width: 65px;
  }
}
.cat__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2058823529;
}
@media only screen and (max-width: 1024px) {
  .cat__title {
    font-size: 22px;
  }
}
.cat__title._en {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2083333333;
  color: #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .cat__title._en {
    font-size: 16px;
  }
}
.cat__title._englishPage {
  font-size: 32px;
}
@media only screen and (max-width: 1024px) {
  .cat__title._englishPage {
    font-size: 22px;
  }
}

.tile {
  display: grid;
}
.tile._col-2 {
  gap: 30px;
}
@media only screen and (min-width: 1025px) {
  .tile._col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tile._col-3 {
  gap: 30px;
}
@media only screen and (min-width: 1025px) {
  .tile._col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .tile._col-3 {
    gap: 20px;
  }
}
.tile._col-4 {
  gap: 30px;
}
@media only screen and (min-width: 1025px) {
  .tile._col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .tile._col-4 {
    gap: 25px;
  }
}

.interviewList__img img {
  border-radius: 10px;
}
.interviewList__label {
  padding: 1px;
  margin-top: 28px;
  margin-right: 12px;
  margin-left: 12px;
  color: #fff;
  text-align: center;
  background: #0d6cde;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .interviewList__label {
    margin-right: 48px;
    margin-left: 48px;
  }
}
.interviewList__name {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .interviewList__name {
    margin-top: 3px;
    font-size: 18px;
  }
}

.contact__text {
  margin-top: 28px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contact__text {
    margin-top: 13px;
  }
}
.contact__text span {
  display: block;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.6896551724;
}
@media only screen and (max-width: 1024px) {
  .contact__text span {
    font-size: 20px;
  }
}
.contactThanks__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contactThanks__title {
    font-size: 22px;
  }
}
.contactThanks__text {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contactThanks__text {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 1024px) {
  .form {
    width: 100% !important;
  }
}

.form__dl {
  display: grid;
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: flex-start;
  padding: 26px 0;
}
@media only screen and (min-width: 1025px) {
  .form__dl {
    padding: 28px 0 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .form__dl {
    gap: 6px;
    padding: 25px 0;
  }
}
.form__dl:not(:first-child) {
  border-top: 1px solid #d8d5d5;
}
._contact .form__dl {
  display: grid;
  gap: 0;
}
@media only screen and (min-width: 1025px) {
  ._contact .form__dl {
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (max-width: 1024px) {
  ._contact .form__dl {
    gap: 6px;
  }
}

.form__dt {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .form__dt {
    margin-top: 5px;
    margin-right: 35px;
    margin-left: 35px;
  }
  ._contact .form__dt {
    margin-top: 0;
    margin-right: 0;
  }
}
.form__dt span._text {
  display: block;
  margin-top: 6px;
  font-weight: 400;
}
.form__dt span._required {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .form__dt span._required {
    display: inline-block;
  }
}
.form__dt span._required::after {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  content: "必須";
  background: #0d6cde;
  border-radius: 3px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .form__dt span._required::after {
    padding: 0 8px;
  }
}
.form__dt span._english {
  padding-right: 80px;
}
.form__dt span._english::after {
  content: "Required";
}
@media only screen and (max-width: 1024px) {
  .form__dt {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1025px) {
  .form__dd {
    margin-top: 6px;
    margin-right: 35px;
    margin-left: 35px;
  }
  ._contact .form__dd {
    margin-top: 0;
    margin-left: 0;
  }
}
.js-has-pseudo [csstools-has-1a-2u-33-36-31-2n-2n-2s-2s-1m-2w-2p-37-14-1a-37-2t-30-2t-2r-38-2f-36-2p-34-15]:not(.does-not-exist) {
  display: flex;
  gap: 16px;
  align-items: center;
}
.form__dd:has(.selectWrap) {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .js-has-pseudo [csstools-has-1a-2u-33-36-31-2n-2n-2s-2s-1m-2w-2p-37-14-1a-37-2t-30-2t-2r-38-2f-36-2p-34-15]:not(.does-not-exist) {
    gap: 8px;
  }
  .form__dd:has(.selectWrap) {
    gap: 8px;
  }
}
.form__dd .selectWrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .form__dd .selectWrap {
    gap: 4px;
  }
}
.form__dd .selectWrap select {
  border: 1px solid #d8d5d5;
  border-radius: 5px;
}
.form__dd .selectWrap .selectBox {
  position: relative;
}
.form__dd .selectWrap .selectBox._year select {
  width: 86px;
}
.form__dd .selectWrap .selectBox::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 13px;
  height: 17px;
  pointer-events: none;
  content: "";
  background: url("../img/icon_select.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
.form__dd input[type=text],
.form__dd input[type=tel],
.form__dd input[type=email],
.form__dd textarea {
  width: 100%;
  padding: 10px 15px;
  overflow: auto;
  font-size: 16px;
  background: #fff;
  border: 1px solid #d8d5d5;
  border-radius: 5px;
}
@media only screen and (min-width: 1025px) {
  .form__dd input[type=text],
  .form__dd input[type=tel],
  .form__dd input[type=email],
  .form__dd textarea {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .form__dd input[type=text],
  .form__dd input[type=tel],
  .form__dd input[type=email],
  .form__dd textarea {
    font-size: 15px;
  }
}
.form__dd input[type=text]::-moz-placeholder, .form__dd input[type=tel]::-moz-placeholder, .form__dd input[type=email]::-moz-placeholder, .form__dd textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #d8d5d5;
}
.form__dd input[type=text]::placeholder,
.form__dd input[type=tel]::placeholder,
.form__dd input[type=email]::placeholder,
.form__dd textarea::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #d8d5d5;
}
@media only screen and (max-width: 1024px) {
  .form__dd input[type=text]::-moz-placeholder, .form__dd input[type=tel]::-moz-placeholder, .form__dd input[type=email]::-moz-placeholder, .form__dd textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form__dd input[type=text]::placeholder,
  .form__dd input[type=tel]::placeholder,
  .form__dd input[type=email]::placeholder,
  .form__dd textarea::placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .form__dd input[type=text],
  .form__dd input[type=tel],
  .form__dd input[type=email],
  .form__dd textarea {
    width: 100%;
    font-size: 16px;
  }
}
.form__dd .file::file-selector-button {
  padding: 5px 10px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
}
.form__dd._select {
  position: relative;
}
.form__dd._select::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 17px;
  height: 6px;
  content: "";
  background: url("../img/contact_arrow.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
.form__dd._name {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .form__dd._name {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .form__dd._name {
    display: grid;
    gap: 20px;
  }
}
.form__dd._name .sei,
.form__dd._name .mei {
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: center;
}
.form__dd._name .sei p,
.form__dd._name .mei p {
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: center;
}
.form__dd._name .sei span,
.form__dd._name .mei span {
  font-weight: bold;
  white-space: nowrap;
}
.form__dd._name .sei span._en,
.form__dd._name .mei span._en {
  display: block;
}
.form__dd select {
  width: 100%;
  width: 55px;
  height: 46px;
  padding: 10px;
  font-size: 16px;
  color: #333;
  background: #fff;
  border-radius: 5px;
}
.form__dd select:hover {
  cursor: pointer;
}
.form__dd textarea {
  width: 100%;
  max-width: none;
  height: 16em;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.6;
  resize: vertical;
}

.error {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ff2f2f;
}
.error._center {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .error {
    margin-top: 0;
    font-size: 12px;
  }
}
.error._check {
  display: block;
}

.form__btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 6px;
}
@media only screen and (max-width: 1024px) {
  .form__btns {
    margin-top: 17px;
  }
}

.form__btn input[type=submit]:hover {
  cursor: pointer;
}

.radiolist + .radiolist {
  margin-top: 30px;
}
.radiolist__title {
  margin-bottom: 15px;
}
.radiolist__link {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.radiolist__item {
  line-height: 1;
}
.radiolist__itemWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.radiolist__item label {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .radiolist__item label {
    display: flex;
  }
}
.radiolist__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .radiolist__text {
    font-size: 13px;
  }
}
.radiolist__text::before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  content: "";
  border: 1px solid #d8d5d5;
  border-radius: 50%;
}
:checked + .radiolist__text::before {
  border-color: #0d6cde;
}
.radiolist__text::after {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 10px;
  height: 10px;
  content: "";
  background: #0d6cde;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-50%);
}
:checked + .radiolist__text::after {
  opacity: 1;
}

.pagination {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 100px;
  background: #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .pagination {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 80px;
  }
}
.pagination__inner {
  display: flex;
}
.pagination__item {
  position: relative;
}
.pagination__item:not(:first-child) {
  padding-left: 3em;
}
.pagination__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 1em;
  font-size: 16px;
  color: #fff;
  content: ">";
  transform: translateY(-50%);
}
.pagination__item a,
.pagination__item span {
  color: #fff;
}

.jumbotron {
  padding-top: 41px;
  padding-bottom: 53px;
  background: #def4ff;
}
.jumbotron._small {
  padding-bottom: 37px;
}
@media only screen and (max-width: 1024px) {
  .jumbotron {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.jumbotron__title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .jumbotron__title {
    font-size: 24px;
  }
}
.jumbotron__title span {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1;
  color: #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .jumbotron__title span {
    margin-bottom: 12px;
    font-size: 15px;
  }
}

.companyCatList {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .companyCatList {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(6, 1fr);
    gap: 76px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .companyCatList {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.companyCatList__item a {
  position: relative;
  display: grid;
  grid-template-areas: "thumb-1 thumb-1" "title thumb-2";
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}
.companyCatList__item a::after {
  position: absolute;
  right: 30px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  content: "";
  background-color: #fff;
  -webkit-mask: url("../img/icon_circleArrow.svg") no-repeat center center/contain;
          mask: url("../img/icon_circleArrow.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 1024px) {
  .companyCatList__item a::after {
    right: 20px;
    bottom: 18px;
    width: 35px;
    height: 35px;
  }
}
.companyCatList__item a .companyCatList__img {
  grid-row: thumb-1/thumb-2;
  grid-column: thumb-1/thumb-2;
}
.companyCatList__item a .companyCatList__img img {
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .companyCatList__item a .companyCatList__img {
    position: relative;
  }
  .companyCatList__item a .companyCatList__img::before {
    display: block;
    padding-top: 39.701%;
    content: "";
  }
  .companyCatList__item a .companyCatList__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.companyCatList__item a .companyCatList__title {
  position: relative;
  z-index: 2;
  grid-area: title;
  align-self: end;
  padding-right: 100px;
  padding-bottom: 22px;
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .companyCatList__item a .companyCatList__title {
    padding-right: 60px;
    padding-bottom: 18px;
    padding-left: 20px;
  }
}
.companyCatList__item:nth-child(1) {
  grid-column: span 3/span 3;
}
.companyCatList__item:nth-child(2) {
  grid-column: span 3/span 3;
  grid-column-start: 4;
}
.companyCatList__item:nth-child(2) a::after {
  background-color: #333;
}
.companyCatList__item:nth-child(3) {
  grid-row-start: 2;
  grid-column: span 2/span 2;
}
.companyCatList__item:nth-child(4) {
  grid-row-start: 2;
  grid-column: span 2/span 2;
  grid-column-start: 3;
}
.companyCatList__item:nth-child(5) {
  grid-row-start: 2;
  grid-column: span 2/span 2;
  grid-column-start: 5;
}
.companyCatList__title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .companyCatList__title {
    font-size: 20px;
  }
}
.companyCatList__title._black {
  color: #333;
}

.vision {
  display: flex;
  flex-direction: row-reverse;
  gap: 90px;
}
@media only screen and (min-width: 1025px) {
  .vision {
    margin-bottom: 97px;
  }
}
@media only screen and (max-width: 1024px) {
  .vision {
    display: grid;
    gap: 34px;
  }
}
@media only screen and (min-width: 1025px) {
  .vision__img {
    width: 42%;
  }
}
@media only screen and (max-width: 1024px) {
  .vision__img {
    width: 71.641%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .vision__content {
    width: 58%;
  }
}
.vision__title {
  font-size: 20px;
  font-weight: bold;
  color: #0d6cde;
}
.vision__title:not(:first-child) {
  margin-top: 36px;
}
@media only screen and (max-width: 1024px) {
  .vision__title:not(:first-child) {
    margin-top: 18px;
  }
}
.vision__title._lightBlue {
  color: #50a0ff;
}
@media only screen and (max-width: 1024px) {
  .vision__title {
    font-size: 18px;
  }
}
.visionList {
  display: grid;
  gap: 10px;
  margin-top: 19px;
}
@media only screen and (max-width: 1024px) {
  .visionList {
    gap: 8px;
    margin-top: 9px;
  }
}
.visionList__item {
  position: relative;
  padding-left: 1em;
}
.visionList__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.message {
  display: grid;
  gap: 40px;
}
@media only screen and (min-width: 1025px) {
  .message {
    grid-template-columns: 1fr 1.2448fr;
  }
}
@media only screen and (max-width: 1024px) {
  .message {
    gap: 18px;
  }
}
.messageImages__text {
  margin-top: 14px;
  font-size: 14px;
}
.messageImages__text span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.message__img img {
  border-radius: 10px;
}
.message__title {
  font-size: 24px;
  font-weight: bold;
  color: #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .message__title {
    font-size: 18px;
  }
}
.message__text {
  margin-top: 16px;
}
@media only screen and (min-width: 1025px) {
  .message__text {
    font-size: 16px;
  }
}
.message__text p + p {
  margin-top: 27px;
}

.overview {
  margin-top: -27px;
}
.overview dl {
  display: grid;
  grid-template-columns: 185px auto;
  padding: 23px 0;
}
@media only screen and (max-width: 1024px) {
  .overview dl {
    grid-template-columns: 120px auto;
  }
}
.overview dl:not(:first-child) {
  border-top: 1px solid #d8d5d5;
}
.overview dt {
  font-weight: bold;
  color: #0d6cde;
}
.departmentCard {
  padding: 40px 20px;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .departmentCard {
    padding: 30px 20px;
  }
}
.departmentCard .img {
  width: 130px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .departmentCard .img {
    width: 110px;
  }
}
.departmentCard h3 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .departmentCard h3 {
    margin-top: 15px;
    font-size: 18px;
  }
}
.departmentCard p {
  margin-top: 8px;
}
.departmentCard ul li {
  position: relative;
  padding-left: 1em;
}
.departmentCard ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.map__img {
  position: relative;
  margin-bottom: 24px;
}
.map__img::before {
  display: block;
  padding-top: 52.631%;
  content: "";
}
.map__img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff {
  display: grid;
  gap: 40px;
  margin-top: 12px;
  margin-bottom: 67px;
}
@media only screen and (min-width: 1025px) {
  .staff {
    grid-template-columns: 1fr 1.2448fr;
  }
}
@media only screen and (max-width: 1024px) {
  .staff {
    gap: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.staff__name {
  font-size: 32px;
  font-weight: bold;
  color: #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .staff__name {
    font-size: 20px;
  }
}
.staff__department {
  margin-top: 7px;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .staff__department {
    font-size: 15px;
  }
}
.staff__year {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .staff__year {
    font-size: 15px;
  }
}
.staff__text {
  margin-top: 37px;
}
@media only screen and (max-width: 1024px) {
  .staff__text {
    margin-top: 19px;
  }
}
.staff__comment + .staff__comment {
  margin-top: 26px;
}

.businessList__item {
  position: relative;
}
.businessList__img img {
  border-radius: 10px;
}
.businessList__title {
  position: absolute;
  top: 40px;
  left: 40px;
}
@media only screen and (max-width: 1024px) {
  .businessList__title {
    top: 15px;
    left: 25px;
  }
}
.businessList__title .cat__num {
  width: 107px;
}
@media only screen and (max-width: 1024px) {
  .businessList__title .cat__num {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .businessList__title .cat__num {
    width: 64px;
  }
}
.businessList__title .cat__num._01 svg {
  width: 88px;
}
@media only screen and (max-width: 1024px) {
  .businessList__title .cat__num._01 svg {
    width: 53px;
  }
}
.businessList__title .cat__num svg {
  width: 107px;
}
@media only screen and (max-width: 1024px) {
  .businessList__title .cat__num svg {
    width: 64px;
  }
}
.businessList__title .cat__title {
  font-size: 32px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .businessList__title .cat__title {
    font-size: 18px;
  }
}
.businessList__title .cat__title._en {
  font-size: 24px;
}
@media only screen and (max-width: 1024px) {
  .businessList__title .cat__title._en {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .businessList__title .cat__text {
    margin-top: 10px;
  }
}
.businessList__arrow {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 55px;
  height: 55px;
}
@media only screen and (max-width: 1024px) {
  .businessList__arrow {
    right: 25px;
    bottom: 18px;
    width: 33px;
    height: 33px;
  }
}

.oda__text {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .oda__text {
    margin-top: 25px;
  }
}
.oda__link {
  margin-top: 20px;
}
.oda__link a {
  position: relative;
  padding-right: 30px;
  color: #0d6cde;
  text-decoration: underline;
}
.oda__link a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: url("../img/icon_ex.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
.oda__link + .oda__link {
  margin-top: 7px;
}

.flow {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-top: 47px;
}
@media only screen and (max-width: 1024px) {
  .flow {
    padding-top: 42px;
  }
}
.flow:not(:first-child) {
  position: relative;
}
.flow:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -36px;
  width: 22px;
  height: 38px;
  content: "";
  background: url("../img/icon_flow.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .flow:not(:first-child)::before {
    top: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.flow__num {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 90px;
  height: 90px;
  padding-top: 15px;
  font-family: "din-2014", sans-serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #b2b2b2;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .flow__num {
    font-size: 24px;
  }
}
._sirius .flow__num {
  background: #0d6cde;
}
.flow__title {
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #b2b2b2;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 1024px) {
  .flow__title {
    padding: 17px;
    font-size: 16px;
  }
}
._sirius .flow__title {
  background: #0d6cde;
}
.flow__content {
  display: grid;
  flex: 1 auto;
  gap: 30px;
  padding: 35px 30px;
  border: 2px solid #b2b2b2;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 1024px) {
  .flow__content {
    gap: 20px;
    padding: 25px 30px;
  }
}
._sirius .flow__content {
  border-color: #0d6cde;
}
.flow__content dt {
  font-weight: bold;
}
.flow__content dd {
  margin-top: 6px;
}
@media only screen and (min-width: 1025px) {
  .flow__content dd {
    font-size: 16px;
  }
}
.flow__wrap {
  display: grid;
  gap: 52.5px;
}
@media only screen and (min-width: 1025px) {
  .flow__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.worksTop {
  display: grid;
  gap: 35px;
}
@media only screen and (min-width: 1025px) {
  .worksTop {
    grid-template-columns: repeat(2, 1fr);
  }
}
.worksTop__content .cat__num {
  width: 94px;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .worksTop__content .cat__num {
    width: 80px;
  }
}
.worksTop__content .cat__num._01 {
  width: 80px;
}
@media only screen and (max-width: 1024px) {
  .worksTop__content .cat__num._01 {
    width: 65px;
  }
}
@media only screen and (min-width: 1025px) {
  .worksTop__content .cat__text {
    margin-top: -10px;
  }
}
.worksTop__text {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .worksTop__img {
    display: none;
  }
}
.worksTop__img img {
  border-radius: 80px 5px 5px 5px;
}

.worksList__item:not(:first-child) {
  margin-top: 71px;
}
@media only screen and (max-width: 1024px) {
  .worksList__item:not(:first-child) {
    margin-top: 53px;
  }
}
@media only screen and (min-width: 1025px) {
  .worksList__text {
    width: 55.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .worksList__text {
    margin-top: 14px;
  }
}
.worksList__content {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .worksList__content {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .worksList .swiper {
    width: 44.5%;
  }
}

.recruitTop {
  display: grid;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .recruitTop {
    gap: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .recruitTop {
    grid-template-columns: 1.55fr 1fr;
  }
}
.recruit__title {
  font-size: 24px;
  font-weight: bold;
  color: #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .recruit__title {
    font-size: 20px;
  }
}
.recruit__text {
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .recruit__text {
    margin-top: 17px;
  }
}
.recruit__text p + p {
  margin-top: 26px;
}
@media only screen and (max-width: 1024px) {
  .recruit__text p + p {
    margin-top: 24px;
  }
}
.recruit__img img {
  border-radius: 10px;
}
.recruit__btns {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .recruit__btns {
    display: grid;
    gap: 10px;
    margin-top: 25px;
  }
}
.recruitList {
  display: grid;
  gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .recruitList {
    gap: 30px;
  }
}
.recruitList__item {
  display: grid;
  gap: 55px;
}
@media only screen and (min-width: 1025px) {
  .recruitList__item {
    grid-template-columns: 150px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .recruitList__item {
    gap: 17px;
  }
}
.recruitList__item ul li {
  position: relative;
  padding-left: 1em;
}
.recruitList__item ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.recruitList__item ul li:not(:first-child) {
  margin-top: 9px;
}
@media only screen and (max-width: 1024px) {
  .recruitList__item ul li:not(:first-child) {
    margin-top: 6px;
  }
}
.recruitList__content ul li {
  position: relative;
  padding-left: 1em;
}
.recruitList__content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
@media only screen and (max-width: 1024px) {
  .recruitList__img {
    max-width: 130px;
    margin-right: auto;
    margin-left: auto;
  }
}
.recruitList__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .recruitList__title {
    margin-bottom: 3px;
    text-align: center;
  }
}
.recruitCase {
  padding: 11px 18px;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  background: #def4ff;
}
.recruitCase._margin {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .recruitCase._margin {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruitCase {
    margin-top: 30px;
    font-size: 16px;
  }
}
.recruitDepartment {
  margin-top: 24px;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  color: #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .recruitDepartment {
    margin-top: 27px;
    font-size: 16px;
  }
}
.recruitDepartment__text {
  margin-top: 8px;
}
.recruit__dl {
  display: grid;
  grid-template-columns: 250px auto;
}
@media only screen and (max-width: 1024px) {
  .recruit__dl {
    grid-template-columns: 120px auto;
  }
}
.recruit__dl:not(:first-child) {
  border-top: 1px solid #b2b2b2;
}
.recruit__dlWrap {
  margin-top: 8px;
  margin-bottom: 36px;
  border: 1px solid #b2b2b2;
}
@media only screen and (max-width: 1024px) {
  .recruit__dlWrap {
    margin-bottom: 29px;
  }
}
.recruit__dt {
  padding: 16px 18px;
  background: #efefef;
}
.recruit__dd {
  padding: 13px 18px;
  border-left: 1px solid #b2b2b2;
}

._link {
  transition: opacity 0.3s;
}
._link:hover {
  opacity: 0.7;
}

.informationDetail h1 {
  position: relative;
  padding-bottom: 13px;
  padding-left: 38px;
  margin-bottom: 36px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #0d6cde;
}
@media only screen and (max-width: 1024px) {
  .informationDetail h1 {
    padding-bottom: 9px;
    padding-left: 21px;
    margin-bottom: 25px;
    font-size: 20px;
  }
}
.informationDetail h1::before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 6px;
  height: 31px;
  content: "";
  background: #0d6cde;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .informationDetail h1::before {
    top: calc(50% - 4px);
  }
}
.informationDetail h1:not(:first-child) {
  margin-top: 75px;
}
@media only screen and (max-width: 1024px) {
  .informationDetail h1:not(:first-child) {
    margin-top: 55px;
  }
}
/* .informationDetail h1 + p {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .informationDetail h1 + p {
    font-size: 16px;
  }
} */
.informationDetail h2 {
  padding: 12px 18px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  background: #def4ff;
}
@media only screen and (max-width: 1024px) {
  .informationDetail h2 {
    margin-top: 37px;
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.informationDetail p {
  margin: 30px 0;
}
.informationDetail .tile {
  display: grid;
  gap: 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 1025px) {
  .informationDetail .tile {
    grid-template-columns: 1fr 1.24489fr;
    gap: 40px;
  }
}
.informationDetail .tile p {
  margin: 0;
}/*# sourceMappingURL=style.css.map */
