@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: var(--color_txt);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

main a {
  color: var(--color_main);
}

p,
dd {
  text-justify: inter-ideograph;
  word-break: break-all;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

a img {
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 700;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  h3 {
    font-size: 1.87em;
    font-weight: 700;
  }
  h4 {
    font-size: 1.5em;
    font-weight: 700;
  }
  h5 {
    font-size: 1.31em;
    font-weight: 700;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 700;
  }
  h3 {
    font-size: 2rem;
    font-weight: 700;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 700;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
  a img {
    transition: 0.2s;
  }
  a img:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
:root {
  --color_txt: #000000;
  --color_main: #02439a;
  --color_bd: #646464;
  --padding_sp: 4em;
  --grad_main: linear-gradient(90deg, rgba(0, 180, 255, 0.6), rgba(0, 84, 196, 0.6));
  --ff_mincho: "Shippori Mincho", serif;
}

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

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.fc-bl {
  color: var(--color_main);
}

.col-2 {
  display: flex;
  flex-wrap: wrap;
}

.col-3 {
  display: flex;
  flex-wrap: wrap;
}

.com__table {
  border-bottom: 1px solid var(--color_bd);
  border-collapse: separate;
  border-spacing: 0;
}

.com__th {
  vertical-align: top;
  width: 20%;
  padding: 20px 0 20px 3.1em;
  border-top: 1px solid var(--color_bd);
  font-size: 1.12em;
}

.com__td {
  width: 80%;
  padding: 20px;
  border-top: 1px solid var(--color_bd);
}

.com-action {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 3.75em 0;
  background: linear-gradient(180deg, #39b3e6 0%, #02439a 100%);
}
.com-action a {
  text-decoration: none;
}
.com-action__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3.13em 12.1em 3.13em 13.4em;
  background: #ffffff;
  clip-path: polygon(12.4% 0, 100% 0, 87.6% 100%, 0 100%);
}
.com-action__body {
  width: 34%;
}
.com-action__txt {
  margin-top: 2.5em;
  font-size: 0.94em;
}
.com-action__cta {
  display: flex;
  flex-direction: column;
  gap: 1.88em 0;
  width: 55.6%;
  margin-left: auto;
}
.com-action__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.38em 0;
  min-height: 6.88em;
  background: var(--color_main);
  border-radius: 4.69em;
  color: #ffffff;
  font-family: var(--ff_mincho);
  font-weight: 500;
  transition: 0.3s;
}
.com-action__btn:hover {
  opacity: 0.8;
}
.com-action__btn .label {
  font-size: 0.88em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.com-action__btn .number {
  font-size: 2em;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.com-action__btn .unit {
  font-size: 0.81em;
}
.com-action__btn .hours {
  font-size: 0.94em;
  line-height: 1;
  letter-spacing: 0.01em;
}

.com-recruit {
  position: relative;
  overflow: hidden;
  background: #effaff;
}
.com-recruit a {
  text-decoration: none;
}
.com-recruit__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 57.3%;
  clip-path: polygon(20.6% 0, 100% 0, 100% 100%, 0 100%);
}
.com-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-position: 0 center;
     object-position: 0 center;
}
.com-recruit__en {
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 2;
  color: #39b3e6;
  font-family: var(--ff_mincho);
  font-size: 4.38em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  opacity: 0.2;
}
.com-recruit__inner {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
  padding: 6.25em 0;
}
.com-recruit__body {
  width: 42%;
}
.com-recruit__title {
  color: var(--color_main);
  font-family: var(--ff_mincho);
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
}
.com-recruit__txt {
  margin: 1.5em 0 2.5em;
}
@media only screen and (max-width: 767px) {
  .col-2 .txt-block {
    width: 100% !important;
  }
  .col-2 .img-block {
    width: 100% !important;
  }
  .col-3 > div {
    width: 100%;
  }
  .com__th {
    width: 35%;
    padding-left: 1em;
    font-size: 1em;
  }
  .com__td {
    width: 65%;
  }
  .com-action {
    padding: 2em 0.5em;
  }
  .com-action__inner {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    padding: 2em;
  }
  .com-action__body {
    width: 95%;
    margin: 0 auto 2em;
  }
  .com-action__cta {
    width: 100%;
    margin-left: 0;
  }
  .com-action__btn {
    font-size: 0.8em;
  }
  .com-recruit__img {
    position: static;
    width: 100%;
    aspect-ratio: 1100/500;
    clip-path: none;
  }
  .com-recruit__en {
    font-size: 2.5em;
  }
  .com-recruit__inner {
    padding: 3em 5%;
  }
  .com-recruit__body {
    width: 100%;
  }
  .com-recruit__title {
    font-size: 1.6em;
    white-space: normal;
  }
  .com-recruit .button {
    margin: 0 auto;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1280px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.tit-primary {
  margin-bottom: 3.75em;
  font-weight: 600;
}
.tit-primary .sub {
  margin-bottom: 1em;
  color: var(--color_txt);
  font-family: var(--ff_mincho);
  font-size: 1.12em;
}
.tit-primary h3 {
  color: var(--color_main);
  font-family: var(--ff_mincho);
  font-size: 2.75em;
  line-height: 1.65;
}
.tit-primary.is-wh .sub,
.tit-primary.is-wh h3 {
  color: #ffffff;
}

.tit-secondary {
  margin-bottom: 30px;
  color: var(--color_main);
  font-family: var(--ff_mincho);
  font-size: 1.75em;
}

.tit-bar {
  display: inline-block;
  margin-bottom: 1em;
  padding-left: 0.72em;
  border-left: 3px solid var(--color_main);
  color: var(--color_main);
  font-family: var(--ff_mincho);
  font-size: 1.31em;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .tit-primary {
    margin-bottom: 2em;
  }
  .tit-primary .sub {
    margin-bottom: 0;
  }
  .tit-primary h3 {
    font-size: 1.6em;
  }
  .tit-secondary {
    font-size: 1.4em;
  }
  .tit-bar {
    display: block;
    font-size: 1.15em;
    text-align: left;
  }
}
.button {
  text-decoration: none;
  color: #fff !important;
}
.button--pattern-1 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  background: var(--color_main);
  border-radius: 28px;
  transition: 0.3s;
}
.button--pattern-1 .text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.button--pattern-1 .icon {
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1;
}
.button--pattern-1:hover {
  opacity: 0.8;
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  background: var(--color_main);
  border-radius: 28px;
  color: #ffffff;
  transition: 0.3s;
}
.button--pattern-2 .text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.button--pattern-2:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    width: 260px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header {
  position: relative;
  z-index: 1;
}
.header__contents {
  display: flex;
  align-items: center;
  gap: 0 1.15em;
  width: 100%;
  height: 100px;
  padding: 0 20px;
  background: #fff;
  font-family: var(--ff_mincho);
}
.header__logo {
  flex-shrink: 0;
  font-size: 1em;
  font-weight: 500;
}
.header__logo img {
  width: 240px;
}
.header__catch {
  flex-shrink: 0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 0 2em;
  margin-left: auto;
  font-size: clamp(0.75em, 0.86vw, 1em);
}
.header__list {
  display: flex;
  gap: 0 2em;
}
.header__list .text {
  font-size: 1.6rem;
}
.header__list a {
  transition: 0.3s;
}
.header__list a:hover {
  color: var(--color_main);
}
.header__sub {
  display: flex;
  align-items: center;
  gap: 0 2.43em;
}
.header__tel {
  color: var(--color_main);
  letter-spacing: 0.01em;
}
.header__tel .label {
  font-size: 1.8rem;
}
.header__tel .number {
  font-size: 2.2rem;
}
.header__hours {
  display: block;
  color: var(--color_txt);
  font-size: 1.2rem;
  line-height: 1.75;
}
.header__cta {
  flex-shrink: 0;
}

.mv {
  display: flex;
  background: url(../img/layout/header/visual--top.jpg) no-repeat center center/cover;
}
.mv--top {
  align-items: flex-end;
  height: 900px;
}
.mv--top .mv__title {
  padding-bottom: 60px;
}
.mv--sub {
  display: flex;
  align-items: center;
  height: 350px;
}
.mv__title {
  width: 100%;
  padding-left: 6.3%;
}
.mv__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.34em;
  font-family: var(--ff_mincho);
  font-weight: 600;
  font-size: 4.3em;
}
.mv__band {
  position: relative;
  z-index: 1;
  display: inline-block;
  align-items: center;
  padding: 0.2em 0.2em 0.2em 0.8em;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: #fff;
}
.mv__band::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  display: block;
  background: var(--grad_main);
  clip-path: polygon(0.57em 0, 100% 0, calc(100% - 0.57em) 100%, 0 100%);
}
.mv__band--sub {
  margin-top: 1.55em;
  padding: 0.7em 1.6em;
  font-weight: 500;
}
.mv__band--sub::before {
  clip-path: polygon(1.25em 0, 100% 0, calc(100% - 1.25em) 100%, 0 100%);
}
.mv__band--page {
  font-family: var(--ff_mincho);
  padding: 0.5em 1.12em;
  font-size: 2.5em;
}

@media only screen and (max-width: 767px) {
  .header__contents {
    gap: 0 0.6em;
    height: 60px;
    padding: 0 10px;
  }
  .header__logo img {
    width: 150px;
  }
  .header__catch {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  .mv--top {
    height: 450px;
  }
  .mv--sub {
    height: 200px;
  }
  .mv__heading {
    font-size: 1.8em;
  }
  .mv__band--sub {
    line-height: 1.6;
    font-size: 0.9em;
    margin-top: 1em;
  }
  .mv__band--page {
    font-size: 2em;
  }
}
.footer {
  overflow: hidden;
  padding: 78px 0 50px;
  background: #e9eef4;
  color: #222222;
}
.footer__contents {
  display: flex;
}
.footer__logo img {
  width: 290px;
}
.footer__address {
  margin-top: 42px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer__contact {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.footer__hours {
  margin-top: 11px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.footer__nav {
  width: 435px;
  margin-left: auto;
  padding-top: 2px;
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: #333333;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  line-height: 1;
}
.footer__list a {
  transition: 0.3s;
}
.footer__list a:hover {
  color: var(--color_main);
}
.footer__bottom {
  display: flex;
  align-items: center;
  margin-top: 59px;
  padding-top: 16px;
  border-top: 1px solid #000000;
  color: #333333;
}
.footer__copyright {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.footer__links {
  display: flex;
  margin-left: auto;
  gap: 0 20px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: var(--ff_mincho);
}
.footer__links a {
  transition: 0.3s;
}
.footer__links a:hover {
  color: var(--color_main);
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 10px;
  }
  .footer__contents {
    display: block;
    text-align: center;
  }
  .footer__logo img {
    width: 150px;
  }
  .footer__address {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .footer__nav {
    display: none;
  }
  .footer__bottom {
    justify-content: center;
    margin-top: 20px;
    padding-top: 10px;
  }
  .footer__copyright {
    font-size: 1.1rem;
  }
  .footer__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 45px;
  height: 45px;
  background: #02439a;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__header {
  display: flex;
  padding: 12px 10px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 150px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: linear-gradient(135deg, #02439a 0%, #68788d 100%);
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #02439a;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #ffffff;
}
.drawer-on__button--mail .text {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .icon, .drawer-on__tel .link .text {
  color: #02439a;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-column a {
  text-decoration: none;
  color: inherit;
}
.top-column {
  padding: 5em 0 3.75em;
}
.top-column__inner {
  position: relative;
}
.top-column__head {
  display: flex;
  align-items: center;
}
.top-column__list {
  display: flex;
  gap: 0 40px;
}
.top-column__item {
  width: 400px;
}
.top-column__item .link {
  display: block;
  transition: 0.3s;
}
.top-column__item .link:hover {
  opacity: 0.7;
}
.top-column__item .img {
  aspect-ratio: 400/285;
  background: #e9eef4 url(../img/base/no-img.png) no-repeat center center/240px auto;
}
.top-column__item .time {
  display: block;
  margin-top: 20px;
  color: #b4b4b4;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 1;
}
.top-column__item .title {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.top-column__item .caption {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.top-column__button {
  width: 200px;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0 30px;
  }
  .top-column__inner {
    display: flex;
    flex-direction: column;
  }
  .top-column__head {
    display: contents;
  }
  .top-column .tit-primary {
    order: 1;
  }
  .top-column__list {
    order: 2;
    flex-direction: column;
    gap: 30px;
  }
  .top-column__item {
    width: 100%;
  }
  .top-column__button {
    order: 3;
    margin: 2em auto 0;
  }
}
.top-news a {
  text-decoration: none;
  color: inherit;
}
.top-news {
  padding: 80px 0 87px;
  background: #ffffff;
}
.top-news__inner {
  display: flex;
}
.top-news__head {
  width: 320px;
}
.top-news__list {
  width: 760px;
  margin-left: auto;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 25px 0;
  border-bottom: 1px solid #000000;
  transition: 0.3s;
}
.top-news__item .link:hover {
  opacity: 0.7;
}
.top-news__item:first-child .link {
  padding-top: 0;
}
.top-news__item .wrapper {
  width: 660px;
}
.top-news__item .time {
  display: block;
  color: #b4b4b4;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.top-news__item .title {
  overflow: hidden;
  margin-top: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-news__item .icon {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--color_main);
}
.top-news__button {
  width: 200px;
  margin-top: 79px;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    flex-direction: column;
  }
  .top-news__head {
    display: contents;
  }
  .top-news .tit-primary {
    order: 1;
  }
  .top-news__list {
    order: 2;
    width: 100%;
  }
  .top-news__item .wrapper {
    width: 90%;
  }
  .top-news__button {
    order: 3;
    margin: 2em auto 0;
  }
}
.top-message {
  min-height: 600px;
  margin: 7.5em 0;
}
.top-message__inner {
  position: relative;
  z-index: 1;
}
.top-message__txt {
  position: relative;
  z-index: 2;
  width: 44.5%;
  padding-top: 2.8em;
}
.top-message__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 61.4%;
  aspect-ratio: 786/600;
  clip-path: polygon(34.7% 0, 100% 0, 65.3% 100%, 0 100%);
}
.top-message__img img {
  width: 100%;
  height: 100%;
}

.top-content {
  padding-top: 6.8em;
  padding-bottom: 7.5em;
  background: linear-gradient(180deg, #39b3e6 0%, #02439a 100%);
}
.top-content .tit-primary {
  margin-bottom: 115px;
}
.top-content__item {
  position: relative;
  background: #ffffff;
  clip-path: polygon(183px 0, 100% 0, calc(100% - 183px) 100%, 0 100%);
}
.top-content__item + .top-content__item {
  margin-top: 3.75em;
}
.top-content__img {
  width: 48.9%;
  clip-path: polygon(183px 0, 100% 0, calc(100% - 183px) 100%, 0 100%);
}
.top-content__img img {
  width: 100%;
  height: 100%;
}
.top-content__txt {
  position: relative;
  width: 51.1%;
  padding: 4.3em 12.8% 4.3em 2.1%;
}
.top-content__txt--left {
  padding: 4.3em 2.1% 4.3em 16%;
}
.top-content__num {
  position: absolute;
  top: 0.2em;
  right: 12%;
  z-index: 2;
  color: var(--color_main);
  font-family: "Shippori Mincho", serif;
  font-size: 5.62em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-content__num--left {
  right: -10%;
}
.top-content__btn {
  margin-top: 2.6em;
}
.top-content__banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 6.25em;
  background: #ffffff;
}
.top-content__banner-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 44.8%;
  height: 100%;
  clip-path: polygon(25.5% 0, 100% 0, 100% 100%, 0 100%);
}
.top-content__banner-img img {
  width: 100%;
  height: 100%;
}
.top-content__banner-en {
  position: absolute;
  bottom: -5px;
  left: -2px;
  z-index: 1;
  color: #39b3e6;
  font-family: "Shippori Mincho", serif;
  font-size: 6.25em;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
}
.top-content__banner-body {
  position: relative;
  z-index: 2;
  padding: 5em 0 6.87em 6.3%;
}
.top-content__banner-head {
  display: flex;
  align-items: center;
  gap: 0 1.81em;
}
.top-content__banner-head h4 {
  margin-bottom: 0;
  padding-right: 1.6em;
  border-right: 1px solid #D9D9D9;
}
.top-content__banner-txt {
  font-size: 0.94em;
  line-height: 2;
}
.top-content__banner-btn {
  margin-top: 2.25em;
}
.top-company {
  padding: 7.5em 0 2.56em;
  background: #ffffff;
}
.top-company__lead {
  margin-top: 3.06em;
}
.top-company__table {
  width: 100%;
  margin-top: 4.88em;
}

@media only screen and (max-width: 767px) {
  .top-message {
    margin: var(--padding_sp) 0;
  }
  .top-message__txt {
    width: 100%;
    padding: 0 0 2em;
  }
  .top-message__img {
    width: 100%;
    position: static;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  }
  .top-content {
    padding-top: var(--padding_sp) !important;
    padding-bottom: var(--padding_sp) !important;
  }
  .top-content .tit-primary {
    margin-bottom: 30px;
  }
  .top-content__item {
    display: flex;
    min-height: auto;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  }
  .top-content__item + .top-content__item {
    margin-top: 1.5em;
  }
  .top-content__img {
    position: static;
    width: 100%;
    height: auto;
    clip-path: none;
  }
  .top-content__txt {
    order: 2;
    width: 100%;
    padding: 2em 3em !important;
  }
  .top-content__num {
    font-size: 3.5em;
    right: 8% !important;
  }
  .top-content__btn .button {
    margin: 0 auto;
  }
  .top-content__banner {
    margin-top: 2em;
  }
  .top-content__banner-img {
    position: static;
    width: 100%;
    clip-path: none;
  }
  .top-content__banner-en {
    font-size: 3em;
  }
  .top-content__banner-body {
    padding: 2em 2em 4em;
  }
  .top-content__banner-head {
    display: block;
  }
  .top-content__banner-head h4 {
    border-right: none;
  }
  .top-content__banner-btn .button {
    margin-left: auto;
    margin-right: auto;
  }
  .top-company__table {
    margin-top: 2em;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #02439a;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #02439a;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}
.aboutworks-machining {
  padding: 7.5em 0 6.25em;
}
.aboutworks-machining__block {
  padding: 3.75em 0;
  border-top: 1px solid var(--color_bd);
}
.aboutworks-machining__block:last-child {
  border-bottom: 1px solid var(--color_bd);
}
.aboutworks-machining__list {
  gap: 3.13em 3.8%;
  margin-top: 2.5em;
}
.aboutworks-machining__item {
  width: 48.1%;
}
.aboutworks-machining__item-img {
  position: relative;
  aspect-ratio: 520/300;
  margin-bottom: 1.56em;
}
.aboutworks-machining__item-img img {
  width: 100%;
  height: 100%;
}
.aboutworks-machining__badge {
  position: absolute;
  top: -1em;
  right: 0;
  padding: 0.2em 1.9em;
  color: #fff;
  font-family: var(--ff_mincho);
  font-weight: 700;
  font-size: 1.31em;
}
.aboutworks-machining__badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/pages/aboutworks/step/bg--step.svg) no-repeat center/100% 100%;
  mix-blend-mode: multiply;
}
.aboutworks-machining__badge .text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0 0.31em;
}
.aboutworks-machining__badge em {
  font-style: normal;
  font-size: 1.43em;
}
.aboutworks-machining__strength + .aboutworks-machining__strength {
  margin-top: 2.5em;
}

.aboutworks-appeal {
  padding: 0 0 7.5em;
}
.aboutworks-appeal .tit-primary {
  margin-bottom: 2.5em;
}
.aboutworks-appeal__block + .aboutworks-appeal__block {
  margin-top: 5em;
}
.aboutworks-appeal__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1em;
  margin-bottom: 1.34em;
  color: var(--color_main);
  font-family: var(--ff_mincho);
  font-size: 1.75em;
}
.aboutworks-appeal__subtitle::before, .aboutworks-appeal__subtitle::after {
  content: "";
  width: 1.46em;
  height: 1px;
  background: var(--color_main);
}
.aboutworks-appeal__list {
  border: 1px solid var(--color_bd);
}
.aboutworks-appeal__item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 33.3333333333%;
  padding: 2.5em 3.4% 2.1em;
}
.aboutworks-appeal__item + .aboutworks-appeal__item {
  border-left: 1px solid var(--color_bd);
}
.aboutworks-appeal__num {
  position: absolute;
  top: 0.41em;
  right: 0.41em;
  color: var(--color_main);
  font-family: var(--ff_mincho);
  font-size: 3.75em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.aboutworks-appeal__icon {
  width: 43.9%;
  margin-left: auto;
  margin-right: auto;
  min-height: 190px;
}
.aboutworks-appeal__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .aboutworks-machining {
    padding: var(--padding_sp) 0;
  }
  .aboutworks-machining__block {
    padding: 2em 0;
  }
  .aboutworks-machining__list {
    gap: 2em 0;
  }
  .aboutworks-machining__item {
    width: 100%;
  }
  .aboutworks-appeal {
    padding: 0 0 var(--padding_sp);
  }
  .aboutworks-appeal__block + .aboutworks-appeal__block {
    margin-top: 3em;
  }
  .aboutworks-appeal__subtitle {
    font-size: 1.2em;
  }
  .aboutworks-appeal__item {
    width: 100%;
    padding: 2em 5%;
  }
  .aboutworks-appeal__item + .aboutworks-appeal__item {
    border-left: none;
    border-top: 1px solid var(--color_bd);
  }
  .aboutworks-appeal__icon {
    width: 30%;
    min-height: auto;
    margin-bottom: 2em;
  }
}
.environment-schedule {
  padding: 7.5em 0;
}
.environment-schedule__wrap {
  align-items: flex-start;
  gap: 0 2.7%;
}
.environment-schedule__list {
  width: 45.8%;
}
.environment-schedule__item {
  position: relative;
  padding-left: 1.75em;
  padding-bottom: 2.5em;
}
.environment-schedule__item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0.1em;
  bottom: 0;
  width: 1px;
  background: var(--color_main);
}
.environment-schedule__item:last-child {
  padding-bottom: 0;
}
.environment-schedule__item:last-child::before {
  display: none;
}
.environment-schedule__time {
  position: relative;
  margin-bottom: 0.5em;
  color: var(--color_main);
  font-family: var(--ff_mincho);
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1;
}
.environment-schedule__time::before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: -1.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color_main);
}
.environment-schedule__ttl {
  margin-bottom: 0.4em;
}
.environment-schedule__img {
  width: 51.5%;
}
.environment-schedule__img img {
  width: 100%;
}

.environment-benefits__wrap {
  gap: 0 2.7%;
}
.environment-benefits__img {
  width: 51.5%;
}
.environment-benefits__img img {
  width: 100%;
}
.environment-benefits__list {
  width: 45.8%;
}
.environment-benefits__item {
  padding: 2em 0;
  border-bottom: 1px solid var(--color_bd);
}
.environment-benefits__item:first-child {
  border-top: 1px solid var(--color_bd);
}
.environment-benefits__txt {
  font-size: 0.94em;
}

.environment-facilities {
  padding: 7.5em 0;
}
.environment-facilities__wrap {
  gap: 0 2.7%;
}
.environment-facilities__list {
  width: 45.8%;
}
.environment-facilities__item {
  padding: 2em 0;
  border-bottom: 1px solid var(--color_bd);
}
.environment-facilities__item:first-child {
  border-top: 1px solid var(--color_bd);
}
.environment-facilities__img {
  width: 51.5%;
}
.environment-facilities__img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .environment-schedule {
    padding: var(--padding_sp) 0;
  }
  .environment-schedule__list {
    width: 100%;
  }
  .environment-schedule__img {
    width: 100%;
    margin-top: 2em;
  }
  .environment-benefits__img {
    width: 100%;
    margin-top: 2em;
    order: 2;
  }
  .environment-benefits__list {
    width: 100%;
  }
  .environment-facilities {
    padding: var(--padding_sp) 0;
  }
  .environment-facilities__list {
    width: 100%;
  }
  .environment-facilities__img {
    width: 100%;
    margin-top: 2em;
  }
}
.education-curriculum {
  padding: 7.5em 0;
}
.education-curriculum__item {
  position: relative;
  display: flex;
  gap: 0 6%;
}
.education-curriculum__item + .education-curriculum__item {
  margin-top: 5em;
}
.education-curriculum__img {
  width: 34%;
}
.education-curriculum__img img {
  width: 100%;
}
.education-curriculum__num {
  position: absolute;
  left: 28%;
  bottom: 0;
  z-index: 2;
  color: var(--color_main);
  font-family: var(--ff_mincho);
  font-size: 3.75em;
  line-height: 1;
}
.education-curriculum__body {
  flex: 1;
  padding: 2.1em 0;
  border-bottom: 1px solid var(--color_bd);
}
.education-curriculum__ttl {
  margin-bottom: 0.6em;
}
.education-curriculum__txt {
  font-size: 0.94em;
}

.education-career__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2.75em 2.8em 2.25em;
  color: #fff;
}
.education-career__item:nth-child(1) {
  background: #1877cc;
}
.education-career__item:nth-child(2) {
  background: #0a51aa;
}
.education-career__item:nth-child(3) {
  background: #02439a;
}
.education-career__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translate(50%, -50%);
  width: 1.37em;
  aspect-ratio: 22/290;
  background: url(../img/pages/education/career/bg--line.png) no-repeat center 0/cover;
}
.education-career__head {
  margin-bottom: 1.75em;
  text-align: center;
}
.education-career__year {
  margin-bottom: 0.5em;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: var(--ff_mincho);
}
.education-career__stage {
  font-family: var(--ff_mincho);
  font-size: 1.31em;
  font-weight: 700;
  line-height: 1.2;
}
.education-career__points {
  margin-bottom: 1.75em;
}
.education-career__points li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.5;
}
.education-career__points li::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
}
.education-career__points li + li {
  margin-top: 0.6em;
}
.education-career__label {
  margin-top: auto;
  padding: 0.85em;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
.education-career__label.is-wh {
  background: #fff;
  color: #02429A;
}

.education-support {
  padding: 7.5em 0;
}
.education-support__wrap {
  align-items: center;
  gap: 0 6.4%;
}
.education-support__txt {
  width: 49.6%;
}
.education-support__img {
  width: 44%;
}
.education-support__img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .education-curriculum {
    padding: var(--padding_sp) 0;
  }
  .education-curriculum__item {
    flex-wrap: wrap;
    gap: 1.25em 0;
  }
  .education-curriculum__img {
    width: 100%;
  }
  .education-curriculum__num {
    left: 0;
    bottom: auto;
    top: 0;
    font-size: 2.5em;
  }
  .education-curriculum__body {
    flex: none;
    width: 100%;
  }
  .education-career__list {
    flex-direction: column;
  }
  .education-career__item:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 50%) rotate(90deg);
  }
  .education-support {
    padding: var(--padding_sp) 0;
  }
  .education-support__txt {
    width: 100%;
  }
  .education-support__img {
    width: 100%;
    margin-top: 2em;
  }
}
.recruit-info {
  padding: 7.5em 0;
}
.recruit-info__heading {
  margin-top: 2.5em;
}
.recruit-info__heading:first-of-type {
  margin-top: 0;
}
.recruit-info__list {
  gap: 0 5%;
  margin-bottom: 3.75em;
}
.recruit-info__item {
  width: 47.5%;
  padding-top: 1.25em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid var(--color_bd);
}
.recruit-info__item-num {
  background: linear-gradient(var(--color_bd) 1px, transparent 1px) center/100% 1px no-repeat;
  color: var(--color_main);
  font-family: var(--ff_mincho);
  font-size: 3.12em;
  line-height: 1;
}
.recruit-info__item-num span {
  display: inline-block;
  padding-right: 0.5em;
  background: #fff;
}
.recruit-info__item-ttl {
  margin: 0.5em 0 1.4em;
  color: var(--color_main);
  font-family: var(--ff_mincho);
  line-height: 1.4;
  text-align: center;
}
.recruit-info__item-txt {
  font-size: 0.94em;
}
.recruit-info__table {
  width: 100%;
}

.recruit-selection {
  padding-bottom: 7.5em;
}
.recruit-selection__heading--faq {
  margin-top: 3.13em;
}
.recruit-selection__list {
  position: relative;
  display: flex;
  overflow: hidden;
  margin-bottom: 1.25em;
  background: linear-gradient(90deg, #00b4ff 0%, #1f7fd6 55%, #0a5fc0 100%);
}
.recruit-selection__item {
  position: relative;
  flex: 1;
  padding: 1.75em 0.5em 2.5em;
  color: #fff;
  text-align: center;
  font-family: var(--ff_mincho);
}
.recruit-selection__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7em;
  z-index: 2;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.62em;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (min-width: 768px) {
  .recruit-selection__item:nth-child(3)::after {
    right: -1.5em;
  }
}
.recruit-selection__item--goal {
  z-index: 1;
  background: var(--color_main);
  clip-path: polygon(2.5em 0, 100% 0, 100% 100%, 0 100%);
}
.recruit-selection__item-num {
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.recruit-selection__item-name {
  display: block;
  margin-top: 0.5em;
  font-size: 1.31em;
  font-weight: 700;
  line-height: 1.2;
}
.recruit-selection__note {
  font-size: 0.87em;
  line-height: 1.6;
}
.recruit-selection__note:first-of-type {
  margin-top: 1.5em;
}
.recruit-selection__qa {
  padding: 1.5em 0;
  border-bottom: 1px solid var(--color_bd);
}
.recruit-selection__qa:first-child {
  border-top: 1px solid var(--color_bd);
}
.recruit-selection__q, .recruit-selection__a {
  display: flex;
  align-items: flex-start;
  gap: 0 0.8em;
}
.recruit-selection__q {
  color: var(--color_main);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
}
.recruit-selection__a {
  margin-top: 1.2em;
}
.recruit-selection__q::before, .recruit-selection__a::before {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.2rem;
  font-family: var(--ff_mincho);
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1;
}
.recruit-selection__q::before {
  content: "Q";
  background: var(--color_main);
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  color: #fff;
}
.recruit-selection__a::before {
  content: "A";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 40'%3E%3Cpath d='M9.2 2 H40 L32.8 38 H2 Z' fill='none' stroke='%2302439a' stroke-width='1.25'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  color: var(--color_main);
}

@media only screen and (max-width: 767px) {
  .recruit-info {
    padding: var(--padding_sp) 0;
  }
  .recruit-info__list {
    gap: 2em 0;
    margin-bottom: 2.5em;
  }
  .recruit-info__item {
    width: 100%;
  }
  .recruit-info__item-ttl {
    font-size: 1.3em;
  }
  .recruit-selection {
    padding-bottom: var(--padding_sp);
  }
  .recruit-selection__list {
    flex-direction: column;
    background: linear-gradient(180deg, #00b4ff 0%, #1f7fd6 55%, #0a5fc0 100%);
  }
  .recruit-selection__item {
    padding: 1.2em;
  }
  .recruit-selection__item:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -0.31em;
    transform: translateX(50%);
    border-width: 0.62em 0.45em 0 0.45em;
    border-color: #fff transparent transparent transparent;
  }
  .recruit-selection__item--goal {
    background: var(--color_main);
    clip-path: none;
  }
}/*# sourceMappingURL=style.css.map */