@charset "UTF-8";
/*
Theme Name:origin
Description:origin template
Version:1.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-padding-start: 0;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

ol,
ul {
  list-style: none; }

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

input[type="password"],
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="button"],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

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

body, html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333333;
  min-height: 100vh; }

p {
  line-height: 1.8; }

a {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
  display: inline-block; }

.wrap {
  width: 100%;
  overflow: clip; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  background: #ffffff; }
  .header .inner {
    width: 100%;
    max-width: 1440px;
    height: 80px;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .header .inner {
        height: 60px;
        padding: 0 10px; } }
    .header .inner > .header__brand {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      gap: 10px; }
      .header .inner > .header__brand .logo a {
        display: block; }
        .header .inner > .header__brand .logo a img {
          width: 180px;
          height: auto; }
          @media (max-width: 768px) {
            .header .inner > .header__brand .logo a img {
              width: 120px; } }
    .header .inner .navi {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      @media (max-width: 768px) {
        .header .inner .navi {
          display: none; } }
      .header .inner .navi > li > a {
        display: block;
        box-sizing: border-box;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
        font-weight: 400;
        padding: 0 18px;
        color: #333333;
        text-align: center;
        transition: color 0.3s; }
        .header .inner .navi > li > a:hover {
          color: #062d9f; }
    .header .inner .navi__sp {
      display: none; }
      @media (max-width: 768px) {
        .header .inner .navi__sp {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100vh;
          height: 100dvh;
          z-index: -1;
          background: rgba(255, 255, 255, 0.85);
          backdrop-filter: blur(16px);
          -webkit-backdrop-filter: blur(16px);
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 0;
          opacity: 0;
          transition: opacity 0.3s; }
          .header .inner .navi__sp.is-open {
            display: flex;
            opacity: 1; }
          .header .inner .navi__sp > li {
            width: 80%;
            max-width: 320px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
            .header .inner .navi__sp > li:first-child {
              border-top: 1px solid rgba(0, 0, 0, 0.1); }
            .header .inner .navi__sp > li > a {
              display: block;
              padding: 20px 0;
              font-size: 17px;
              font-weight: 500;
              color: #333333;
              text-align: center; } }
    .header .inner > .toggle {
      display: none; }
      @media (max-width: 768px) {
        .header .inner > .toggle {
          display: block;
          width: 24px;
          height: 18px;
          position: absolute;
          top: 21px;
          right: 15px;
          z-index: 100;
          cursor: pointer; }
          .header .inner > .toggle div {
            position: relative;
            height: 100%; }
          .header .inner > .toggle span {
            display: block;
            height: 2px;
            background: #062d9f;
            position: absolute;
            width: 100%;
            left: 0;
            transition: 0.5s ease-in-out; }
            .header .inner > .toggle span:nth-child(1) {
              top: 0; }
            .header .inner > .toggle span:nth-child(2) {
              top: 8px; }
            .header .inner > .toggle span:nth-child(3) {
              top: 16px; } }
  .header .header__company {
    font-size: 13px;
    font-weight: 700;
    color: #062d9f;
    margin-left: 0;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .header .header__company {
        display: none; } }
  .header .header__contact {
    flex-shrink: 0;
    margin-left: 15px; }
    @media (max-width: 768px) {
      .header .header__contact {
        display: none; } }
    .header .header__contact a {
      display: block;
      background: #062d9f;
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
      padding: 0 30px;
      height: 80px;
      line-height: 80px;
      text-align: center;
      transition: opacity 0.3s; }
      .header .header__contact a:hover {
        opacity: 0.8; }

.header.open .toggle span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg); }
.header.open .toggle span:nth-child(2) {
  width: 0;
  left: 50%; }
.header.open .toggle span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg); }

.section {
  width: 100%;
  margin: auto;
  position: relative;
  *zoom: 1; }
  .section:after {
    content: "";
    display: table;
    clear: both; }
  .section > .inner {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 80px 20px; }
    @media (max-width: 768px) {
      .section > .inner {
        padding: 50px 15px; } }

.section__heading {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .section__heading {
      text-align: center; } }

.section__heading-en {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 64px;
  color: #062d9f;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .section__heading-en {
      font-size: 40px;
      text-align: center; } }

.section__heading-ja {
  font-size: 15px;
  color: #062d9f;
  margin-top: 5px; }
  @media (max-width: 768px) {
    .section__heading-ja {
      text-align: center; } }

.section__heading--light .section__heading-en {
  color: #ffffff; }
.section__heading--light .section__heading-ja {
  color: rgba(255, 255, 255, 0.8); }

.section__heading-en--light {
  color: #ffffff; }

.section__diagonal-line {
  position: absolute;
  z-index: 2;
  width: 342px;
  height: 0;
  overflow: hidden;
  transition: height 0.8s ease 0.2s; }
  @media (max-width: 768px) {
    .section__diagonal-line {
      transition: height 0.8s ease 0.4s; } }
  .section__diagonal-line.is-visible {
    height: 404px; }
  .section__diagonal-line img {
    width: 342px;
    height: 404px; }
  @media (max-width: 768px) {
    .section__diagonal-line {
      display: none; } }
  .section__diagonal-line--company {
    left: 41%;
    top: 79px; }
    @media (max-width: 768px) {
      .section__diagonal-line--company {
        display: block;
        width: 130px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: -10px;
        z-index: 1; }
        .section__diagonal-line--company.is-visible {
          height: 140px; }
        .section__diagonal-line--company img {
          width: 130px;
          height: 140px; } }
  .section__diagonal-line--equipment {
    left: 130px;
    top: calc(50% - 350px); }
  .section__diagonal-line--products {
    right: -15px;
    top: calc(100% - 500px); }
  .section__diagonal-line--equipment-sp {
    display: none; }
    @media (max-width: 768px) {
      .section__diagonal-line--equipment-sp {
        display: block;
        width: 130px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: 50px;
        z-index: 0; }
        .section__diagonal-line--equipment-sp.is-visible {
          height: 140px; }
        .section__diagonal-line--equipment-sp img {
          width: 130px;
          height: 140px; } }
  .section__diagonal-line--products-sp {
    display: none; }
    @media (max-width: 768px) {
      .section__diagonal-line--products-sp {
        display: block;
        width: 130px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: -10px;
        z-index: 0; }
        .section__diagonal-line--products-sp.is-visible {
          height: 140px; }
        .section__diagonal-line--products-sp img {
          width: 130px;
          height: 140px; } }

.br-sp {
  display: none; }
  @media (max-width: 768px) {
    .br-sp {
      display: block; } }

.btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  background: #062d9f;
  margin: 30px auto 0;
  width: 240px;
  height: 50px;
  transition: opacity 0.3s; }
  .btn__link::after {
    content: '';
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg); }
  .btn__link:hover {
    opacity: 0.7; }

.section--mv {
  margin-top: 80px;
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .section--mv {
      margin-top: 60px;
      height: auto; } }
  .section--mv .mv__video {
    width: 100%;
    height: 100%; }
    @media (max-width: 768px) {
      .section--mv .mv__video {
        height: auto; } }
    .section--mv .mv__video video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 768px) {
        .section--mv .mv__video video {
          height: auto;
          object-fit: contain; } }
  .section--mv .mv__scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666666;
    text-align: center; }

.section--lead {
  text-align: center; }
  .section--lead .section__line {
    width: 60px;
    height: 1px;
    background: #062d9f;
    margin: 0 auto 40px; }
  .section--lead .lead__title {
    font-size: 36px;
    font-weight: 700;
    color: #062d9f;
    line-height: 1.7;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .section--lead .lead__title {
        font-size: 22px; } }
  .section--lead .lead__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #333333; }
    @media (max-width: 768px) {
      .section--lead .lead__text {
        font-size: 15px; } }

.section--company {
  position: relative;
  height: 634px;
  margin-bottom: 120px; }
  @media (max-width: 768px) {
    .section--company {
      height: auto;
      margin-bottom: 60px;
      display: flex;
      flex-direction: column; } }
  .section--company .company__photo {
    position: absolute;
    top: 0;
    left: -5%;
    width: 63.5%;
    height: 93%;
    clip-path: polygon(37.1% 0%, 61.4% 0%, 100% 100%, 0% 100%);
    z-index: 3; }
    @media (max-width: 768px) {
      .section--company .company__photo {
        position: relative;
        left: 0;
        width: 100%;
        height: 280px;
        order: 2;
        clip-path: none;
        margin-top: 40px; } }
    .section--company .company__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .section--company > .section__heading-en {
    position: absolute;
    left: 46%;
    top: 108px;
    margin: 0;
    z-index: 4; }
    @media (max-width: 768px) {
      .section--company > .section__heading-en {
        position: relative;
        left: auto;
        top: auto;
        order: 1;
        padding: 30px 15px 5px;
        text-align: center;
        z-index: 4; } }
  .section--company .company__heading-sp {
    display: none; }
    @media (max-width: 768px) {
      .section--company .company__heading-sp {
        display: block;
        order: 1;
        text-align: center;
        padding: 0 15px 20px;
        z-index: 4; } }
  .section--company .company__links {
    position: absolute;
    left: 40%;
    top: 168px;
    right: 0;
    bottom: 0;
    background: #ecf5f8;
    padding: 15px 40px 40px 130px; }
    @media (max-width: 768px) {
      .section--company .company__links {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        padding: 20px;
        order: 3; } }
    .section--company .company__links .section__heading-ja {
      position: relative;
      z-index: 3;
      margin: -10px 0 20px; }
      @media (max-width: 768px) {
        .section--company .company__links .section__heading-ja {
          display: none; } }
    .section--company .company__links ul {
      position: relative;
      z-index: 3;
      margin-top: 110px;
      margin-left: 260px; }
      @media (max-width: 768px) {
        .section--company .company__links ul {
          margin-top: 20px;
          margin-left: 0; } }
      .section--company .company__links ul li {
        margin-bottom: 25px; }
        .section--company .company__links ul li:last-child {
          margin-bottom: 0; }
        .section--company .company__links ul li a {
          font-size: 16px;
          font-weight: 700;
          color: #333333;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-bottom: 20px;
          border-bottom: 1px solid #cccccc;
          transition: color 0.3s; }
          .section--company .company__links ul li a:hover {
            color: #062d9f; }
          .section--company .company__links ul li a::after {
            content: '';
            width: 6px;
            height: 6px;
            border-top: 2px solid #333333;
            border-right: 2px solid #333333;
            transform: rotate(45deg);
            flex-shrink: 0; }

.strength-wrapper {
  height: 300vh; }
  @media (max-width: 768px) {
    .strength-wrapper {
      height: auto; } }

.section--strength {
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-position: center;
  background-blend-mode: darken;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .section--strength {
      height: auto;
      position: relative;
      padding-bottom: 80px; } }
  .section--strength > .inner {
    padding-top: 80px;
    padding-bottom: 0px; }
  .section--strength .strength__line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 20px; }
  .section--strength .core__track-wrap {
    overflow: hidden;
    margin-top: 40px;
    position: relative; }
    @media (max-width: 768px) {
      .section--strength .core__track-wrap {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; }
        .section--strength .core__track-wrap::-webkit-scrollbar {
          display: none; } }
    .section--strength .core__track-wrap .strength__core-title {
      font-size: 56px; }
  .section--strength .strength__core-title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2; }
    @media (max-width: 768px) {
      .section--strength .strength__core-title {
        display: none; } }
  .section--strength .strength__core-title--sp {
    display: none; }
    @media (max-width: 768px) {
      .section--strength .strength__core-title--sp {
        display: block;
        font-size: 32px;
        margin-bottom: 15px;
        text-align: center; } }
  .section--strength .core__track {
    display: flex;
    width: 300%; }
    @media (max-width: 768px) {
      .section--strength .core__track {
        width: auto; } }
  .section--strength .core__panel {
    flex: 0 0 calc(100% / 3);
    position: relative;
    height: 400px;
    margin-right: 40px; }
    @media (max-width: 768px) {
      .section--strength .core__panel {
        flex: 0 0 100%;
        height: auto;
        margin-right: 0;
        scroll-snap-align: start;
        padding: 0 15px;
        box-sizing: border-box; } }
  .section--strength .core__item {
    position: absolute;
    left: 0;
    top: 40%;
    background: #ffffff;
    padding: 15px 30px;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.09);
    z-index: 1;
    width: 30%;
    text-align: center; }
    @media (max-width: 768px) {
      .section--strength .core__item {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        margin-top: 15px;
        box-sizing: border-box; } }
    .section--strength .core__item .core__label {
      font-size: 40px;
      color: #062d9f;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .section--strength .core__item .core__label {
          font-size: 24px; } }
  .section--strength .core__photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%; }
    @media (max-width: 768px) {
      .section--strength .core__photo {
        position: relative;
        width: 100%;
        right: auto;
        top: auto; } }
    .section--strength .core__photo img {
      width: 100%;
      height: auto;
      display: block; }
  .section--strength .core__dots {
    display: none; }
    @media (max-width: 768px) {
      .section--strength .core__dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 20px; } }
  .section--strength .core__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: background 0.3s;
    cursor: pointer; }
    .section--strength .core__dot.is-active {
      background: #ffffff; }

.section--equipment > .inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 240px 20px; }
  @media (max-width: 768px) {
    .section--equipment > .inner {
      flex-direction: column;
      gap: 30px;
      padding: 80px 20px; } }
.section--equipment .equipment__info {
  flex: 0 0 30%;
  min-width: 0;
  position: relative;
  z-index: 3; }
  @media (max-width: 768px) {
    .section--equipment .equipment__info {
      text-align: center;
      width: 100%; } }
  .section--equipment .equipment__info .btn__link {
    margin: 30px 0 0; }
    @media (max-width: 768px) {
      .section--equipment .equipment__info .btn__link {
        margin: 30px auto 0; } }
.section--equipment .equipment__photo {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 3; }
  .section--equipment .equipment__photo img {
    width: 100%;
    height: auto; }
@media (max-width: 768px) {
  .section--equipment .equipment__btn-pc {
    display: none; } }
.section--equipment .equipment__btn-sp {
  display: none; }
  @media (max-width: 768px) {
    .section--equipment .equipment__btn-sp {
      display: flex;
      order: 99;
      margin: 30px auto 0; } }

.section--products > .inner {
  display: flex;
  align-items: flex-start;
  gap: 60px; }
  @media (max-width: 768px) {
    .section--products > .inner {
      flex-direction: column;
      gap: 30px; } }
.section--products .products__photos {
  flex: 0 0 59%;
  min-width: 0;
  order: 1;
  margin-top: -150px;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .section--products .products__photos {
      order: 2;
      flex: none;
      width: 100%;
      margin-top: 0; } }
  .section--products .products__photos img {
    width: 100%;
    height: auto; }
.section--products .products__info {
  flex: 1;
  min-width: 0;
  order: 2; }
  @media (max-width: 768px) {
    .section--products .products__info {
      order: 1;
      text-align: center;
      width: 100%; } }
  .section--products .products__info .section__heading {
    position: relative;
    padding-bottom: 25px; }
    .section--products .products__info .section__heading::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: -100vw;
      right: -100vw;
      height: 1px;
      background: #062d9f; }
      @media (max-width: 768px) {
        .section--products .products__info .section__heading::after {
          display: none; } }
  .section--products .products__info .btn__link {
    margin: 30px 0 0; }
    @media (max-width: 768px) {
      .section--products .products__info .btn__link {
        margin: 30px auto 0; } }
.section--products .products__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 20px; }
@media (max-width: 768px) {
  .section--products .products__btn-pc {
    display: none; } }
.section--products .products__btn-sp {
  display: none; }
  @media (max-width: 768px) {
    .section--products .products__btn-sp {
      display: flex;
      order: 99;
      margin: 30px auto 0; } }

.section--recruit {
  overflow: hidden;
  padding: 80px 0;
  position: relative; }
  .section--recruit .recruit__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .section--recruit .recruit__bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(19, 14, 93, 0.7); }
    .section--recruit .recruit__bg img {
      width: 50%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 768px) {
        .section--recruit .recruit__bg img:last-child {
          display: none; }
        .section--recruit .recruit__bg img:first-child {
          width: 100%; } }
  .section--recruit > .inner {
    position: relative;
    z-index: 1; }
  .section--recruit .recruit__panel {
    background: rgba(255, 255, 255, 0.85);
    padding: 40px;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .section--recruit .recruit__panel {
        padding: 25px 15px; } }
  .section--recruit .recruit__tags {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .section--recruit .recruit__tags {
        flex-direction: column;
        gap: 10px;
        text-align: center; } }
  .section--recruit .recruit__tag {
    display: inline-block;
    background: #daf4ff;
    color: #062d9f;
    font-size: 24px;
    font-weight: 500;
    padding: 15px 25px; }
    @media (max-width: 768px) {
      .section--recruit .recruit__tag {
        font-size: 16px;
        padding: 10px 15px; } }
  .section--recruit .recruit__message {
    font-size: 36px;
    font-weight: 700;
    color: #062d9f;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .section--recruit .recruit__message {
        font-size: 22px; } }

.section--news {
  background: #ecf5f8; }
  .section--news > .inner {
    display: flex;
    align-items: flex-start;
    gap: 60px; }
    @media (max-width: 768px) {
      .section--news > .inner {
        flex-direction: column;
        gap: 30px; } }
  .section--news .news__left {
    flex: 0 0 auto; }
    .section--news .news__left .btn__link {
      margin: 30px 0 0; }
    @media (max-width: 768px) {
      .section--news .news__left {
        width: 100%; } }
  .section--news .news__list {
    flex: 1;
    min-width: 0; }
  .section--news .news__item a {
    display: block;
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid #cccccc;
    transition: opacity 0.3s;
    position: relative; }
    .section--news .news__item a:hover {
      opacity: 0.7; }
    .section--news .news__item a::after {
      content: '';
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      width: 6px;
      height: 6px;
      border-top: 2px solid #062d9f;
      border-right: 2px solid #062d9f; }
  .section--news .news__date {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #062d9f;
    display: block; }
  .section--news .news__title {
    font-size: 16px;
    color: #333333;
    margin-top: 5px; }

.section--contact {
  text-align: center; }
  .section--contact > .inner {
    padding-bottom: 40px; }
  .section--contact .contact__bg {
    overflow: hidden;
    background-color: rgba(19, 14, 93, 0.3);
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    padding: 60px 0 80px; }
  .section--contact .contact__message {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .section--contact .contact__message {
        font-size: 18px; } }
  .section--contact .contact__btns {
    display: flex;
    justify-content: center;
    gap: 30px; }
    @media (max-width: 768px) {
      .section--contact .contact__btns {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px; } }
  .section--contact .contact__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 520px;
    height: 110px;
    font-size: 24px;
    font-weight: 500;
    transition: opacity 0.3s; }
    @media (max-width: 768px) {
      .section--contact .contact__btn {
        width: 100%;
        height: 70px;
        font-size: 16px; } }
    .section--contact .contact__btn:hover {
      opacity: 0.8; }
    .section--contact .contact__btn--form {
      background: #062d9f;
      color: #ffffff; }
    .section--contact .contact__btn--tel {
      background: #ffffff;
      color: #062d9f; }
    .section--contact .contact__btn::after {
      content: '';
      position: absolute;
      right: 20px;
      width: 10px;
      height: 10px;
      border-top: 2px solid currentColor;
      border-right: 2px solid currentColor;
      transform: rotate(45deg); }

.page-kv {
  position: relative;
  margin-top: 80px;
  height: 400px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .page-kv {
      margin-top: 60px;
      height: 280px; } }
  .page-kv .page-kv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .page-kv .page-kv__bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(19, 14, 93, 0.5); }
    .page-kv .page-kv__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 40%; }
  .page-kv .page-kv__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .page-kv .page-kv__title {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 80px;
    color: #ffffff;
    line-height: 1.1; }
    @media (max-width: 768px) {
      .page-kv .page-kv__title {
        font-size: 48px; } }
  .page-kv .page-kv__subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 8px; }

.page-kv__breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 13px;
  color: #333333;
  margin-bottom: 48px; }
  @media (max-width: 768px) {
    .page-kv__breadcrumb {
      font-size: 12px;
      padding: 8px 15px; } }

.recruit-mv-placeholder {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px; }
  .recruit-mv-placeholder img, .recruit-mv-placeholder video {
    width: 100%;
    height: auto;
    display: block; }

.section--company-video > .inner {
  text-align: center; }
.section--company-video .company-video__wrap {
  max-width: 800px;
  margin: 0 auto; }
  .section--company-video .company-video__wrap p {
    font-size: 20px;
    font-weight: 700;
    color: #062d9f;
    margin-bottom: 20px; }
  .section--company-video .company-video__wrap iframe,
  .section--company-video .company-video__wrap video {
    width: 100%;
    aspect-ratio: 16/9;
    border: 0; }

.section--company-message > .inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 60px; }
  @media (max-width: 768px) {
    .section--company-message > .inner {
      flex-direction: column;
      gap: 30px; } }
.section--company-message .company-message__content {
  flex: 1;
  min-width: 0; }
.section--company-message .company-message__text {
  font-size: 16px;
  line-height: 1.69;
  margin-top: 20px; }
.section--company-message .company-message__photo {
  flex: 1;
  min-width: 0; }
  @media (max-width: 768px) {
    .section--company-message .company-message__photo {
      width: 100%; } }
  .section--company-message .company-message__photo img {
    width: 100%;
    height: auto; }
.section--company-message .section__diagonal-line--company-message {
  z-index: 0;
  left: calc(50% - 850px);
  top: 0; }

.section--company-credo {
  text-align: center; }
  .section--company-credo .company-credo__line {
    width: 1080px;
    max-width: 100%;
    height: 1px;
    background: #062d9f;
    margin: 10px auto 0; }
  .section--company-credo .company-credo__text {
    font-family: "Yu Mincho", "游明朝", serif;
    font-size: 84px;
    font-weight: 400;
    color: #062d9f;
    margin-top: 25px; }
    @media (max-width: 768px) {
      .section--company-credo .company-credo__text {
        font-size: 42px; } }

.section--company-motto .company-motto__line {
  width: 100%;
  height: 1px;
  background: #062d9f;
  margin-top: 18px; }
.section--company-motto .company-motto__body {
  display: flex;
  align-items: flex-start;
  margin-top: 36px;
  gap: 60px; }
  @media (max-width: 768px) {
    .section--company-motto .company-motto__body {
      flex-direction: column;
      gap: 30px; } }
.section--company-motto .company-motto__list {
  flex: 1;
  min-width: 0; }
  .section--company-motto .company-motto__list p {
    font-family: "Yu Mincho", "游明朝", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    color: #333333;
    margin-bottom: 36px; }
    .section--company-motto .company-motto__list p:last-child {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .section--company-motto .company-motto__list p {
        font-size: 18px;
        margin-bottom: 20px; } }
.section--company-motto .company-motto__photo {
  flex: 0 0 26%;
  min-width: 0;
  margin-top: -13px; }
  @media (max-width: 768px) {
    .section--company-motto .company-motto__photo {
      width: 100%;
      margin-top: 0;
      padding: 10%;
      box-sizing: border-box; } }
  .section--company-motto .company-motto__photo img {
    width: 100%;
    height: auto; }

.section--company-policy .company-policy__line {
  width: 100%;
  height: 1px;
  background: #062d9f;
  margin-top: 18px; }
.section--company-policy .company-policy__body {
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
  gap: 60px; }
  @media (max-width: 768px) {
    .section--company-policy .company-policy__body {
      flex-direction: column;
      gap: 30px; } }
.section--company-policy .company-policy__list {
  flex: 1;
  min-width: 0; }
  .section--company-policy .company-policy__list p {
    font-family: "Yu Mincho", "游明朝", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    color: #333333;
    margin-bottom: 36px; }
    .section--company-policy .company-policy__list p:last-child {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .section--company-policy .company-policy__list p {
        font-size: 18px;
        margin-bottom: 20px; } }
.section--company-policy .company-policy__photo {
  flex: 0 0 26%;
  min-width: 0;
  margin-top: -25px; }
  @media (max-width: 768px) {
    .section--company-policy .company-policy__photo {
      width: 100%;
      margin-top: 0;
      padding: 10%;
      box-sizing: border-box; } }
  .section--company-policy .company-policy__photo img {
    width: 100%;
    height: auto; }

.section--company-env > .inner {
  position: relative;
  z-index: 1; }
.section--company-env .company-env__title {
  font-size: 36px;
  font-weight: 500;
  color: #062d9f;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .section--company-env .company-env__title {
      font-size: 24px;
      margin-bottom: 30px; } }
.section--company-env .company-env__block {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 50px; }
  .section--company-env .company-env__block:last-child {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .section--company-env .company-env__block {
      flex-direction: column;
      gap: 20px;
      margin-bottom: 30px; } }
.section--company-env .company-env__text-area {
  flex: 1;
  min-width: 0; }
.section--company-env .section__diagonal-line--company-env {
  z-index: 0;
  left: calc(50% - 850px);
  top: 0; }
.section--company-env .company-env__label {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background: #062d9f;
  padding: 4px 16px;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .section--company-env .company-env__label {
      font-size: 16px; } }
.section--company-env .company-env__text {
  font-size: 16px;
  line-height: 27px; }
  .section--company-env .company-env__text p {
    margin-bottom: 8px; }
    .section--company-env .company-env__text p:last-child {
      margin-bottom: 0; }
.section--company-env .company-env__photos {
  flex: 0 0 43%;
  min-width: 0; }
  @media (max-width: 768px) {
    .section--company-env .company-env__photos {
      width: 100%; } }
  .section--company-env .company-env__photos img {
    width: 100%;
    height: auto; }

.section--company-sdgs .company-sdgs__title {
  font-size: 36px;
  font-weight: 500;
  color: #062d9f;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .section--company-sdgs .company-sdgs__title {
      font-size: 24px;
      margin-bottom: 25px; } }
.section--company-sdgs .company-sdgs__content {
  display: flex;
  align-items: flex-start;
  gap: 40px; }
  @media (max-width: 768px) {
    .section--company-sdgs .company-sdgs__content {
      flex-direction: column;
      gap: 25px; } }
.section--company-sdgs .company-sdgs__text {
  flex: 1;
  font-size: 15px;
  line-height: 1.8; }
.section--company-sdgs .company-sdgs__image {
  flex: 0 0 45%;
  min-width: 0; }
  @media (max-width: 768px) {
    .section--company-sdgs .company-sdgs__image {
      width: 100%; } }
  .section--company-sdgs .company-sdgs__image img {
    width: 100%;
    height: auto; }

.section--company-outline {
  background: #ffffff; }
  .section--company-outline .company-outline__table {
    margin-top: 30px; }
  .section--company-outline .company-outline__row {
    display: flex;
    border-bottom: 1px solid #cccccc; }
    @media (max-width: 768px) {
      .section--company-outline .company-outline__row {
        flex-direction: column; } }
    .section--company-outline .company-outline__row dt {
      flex: 0 0 239px;
      font-size: 15px;
      font-weight: 700;
      color: #062d9f;
      padding: 20px 15px;
      background: #ecf5f8; }
      @media (max-width: 768px) {
        .section--company-outline .company-outline__row dt {
          flex: none;
          padding: 12px 15px; } }
    .section--company-outline .company-outline__row dd {
      flex: 1;
      font-size: 15px;
      line-height: 1.7;
      padding: 20px 15px; }
      @media (max-width: 768px) {
        .section--company-outline .company-outline__row dd {
          padding: 12px 15px; } }
  .section--company-outline .company-outline__badges {
    display: flex;
    gap: 30px;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .section--company-outline .company-outline__badges {
        gap: 15px;
        margin-top: 30px; } }
    .section--company-outline .company-outline__badges img {
      height: 200px;
      width: auto; }
      @media (max-width: 768px) {
        .section--company-outline .company-outline__badges img {
          height: 120px; } }
  .section--company-outline .company-outline__cert {
    margin-top: 20px;
    font-size: 15px; }
    .section--company-outline .company-outline__cert a {
      color: #062d9f;
      text-decoration: underline;
      transition: opacity 0.3s; }
      .section--company-outline .company-outline__cert a:hover {
        opacity: 0.7; }
  .section--company-outline .section__diagonal-line--company-outline {
    z-index: 0;
    left: calc(50% + 445px);
    top: calc(100% - 404px); }

.section--company-cert-photos .company-cert-photos__wrap {
  display: flex;
  gap: 30px;
  justify-content: center; }
  @media (max-width: 768px) {
    .section--company-cert-photos .company-cert-photos__wrap {
      gap: 15px; } }
  .section--company-cert-photos .company-cert-photos__wrap img {
    width: 30%;
    height: auto; }
    @media (max-width: 768px) {
      .section--company-cert-photos .company-cert-photos__wrap img {
        width: 45%; } }

.section--company-history .company-history__columns {
  display: flex;
  gap: 60px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .section--company-history .company-history__columns {
      flex-direction: column;
      gap: 0; } }
.section--company-history .company-history__col {
  flex: 1;
  min-width: 0; }
.section--company-history .company-history__timeline {
  border-left: 2px solid #062d9f;
  padding-left: 30px; }
  @media (max-width: 768px) {
    .section--company-history .company-history__timeline {
      padding-left: 20px; } }
.section--company-history .company-history__item {
  position: relative;
  display: flex;
  align-items: baseline;
  padding-bottom: 24px; }
  .section--company-history .company-history__item::before {
    content: '';
    position: absolute;
    left: -38px;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #062d9f; }
    @media (max-width: 768px) {
      .section--company-history .company-history__item::before {
        left: -28px;
        width: 12px;
        height: 12px; } }
  .section--company-history .company-history__item dt {
    flex: 0 0 auto;
    display: flex;
    font-size: 16px;
    color: #333333;
    font-weight: 400; }
    @media (max-width: 768px) {
      .section--company-history .company-history__item dt {
        font-size: 14px; } }
  .section--company-history .company-history__item dd {
    flex: 1;
    font-size: 16px;
    line-height: 27px;
    color: #333333; }
    @media (max-width: 768px) {
      .section--company-history .company-history__item dd {
        font-size: 14px; } }
.section--company-history .company-history__year {
  display: inline-block;
  width: 110px; }
  @media (max-width: 768px) {
    .section--company-history .company-history__year {
      width: auto;
      margin-right: 8px; } }
.section--company-history .company-history__month {
  display: inline-block;
  width: 65px; }
  @media (max-width: 768px) {
    .section--company-history .company-history__month {
      width: auto;
      margin-right: 8px; } }

.section--company-access {
  background: #ffffff; }
  .section--company-access .company-access__content {
    display: flex;
    gap: 40px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .section--company-access .company-access__content {
        flex-direction: column;
        gap: 20px; } }
  .section--company-access .company-access__map {
    flex: 1;
    min-width: 0; }
    .section--company-access .company-access__map iframe {
      width: 100%;
      height: 400px;
      border: 0; }
      @media (max-width: 768px) {
        .section--company-access .company-access__map iframe {
          height: 280px; } }
  .section--company-access .company-access__info {
    flex: 0 0 38%;
    min-width: 0; }
    @media (max-width: 768px) {
      .section--company-access .company-access__info {
        width: 100%; } }
    .section--company-access .company-access__info img {
      width: 100%;
      height: auto; }
  .section--company-access .company-access__directions {
    margin-top: 25px; }
    .section--company-access .company-access__directions li {
      font-size: 15px;
      line-height: 1.8;
      padding-left: 1.5em;
      position: relative; }
      .section--company-access .company-access__directions li::before {
        content: '●';
        position: absolute;
        left: 0;
        font-size: 8px;
        color: #062d9f;
        top: 6px; }

.section--strength-core > .inner {
  position: relative;
  z-index: 1; }
.section--strength-core .section__heading {
  border-bottom: 1px solid #062d9f;
  padding-bottom: 20px; }
.section--strength-core .strength-core__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
  margin-top: 40px; }
  @media (max-width: 768px) {
    .section--strength-core .strength-core__grid {
      grid-template-columns: 1fr;
      gap: 40px; } }
.section--strength-core .strength-core__photo {
  overflow: hidden;
  aspect-ratio: 523 / 349; }
  .section--strength-core .strength-core__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
.section--strength-core .strength-core__title {
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
  line-height: 1.3; }
  @media (max-width: 768px) {
    .section--strength-core .strength-core__title {
      font-size: 24px; } }
.section--strength-core .strength-core__initial {
  color: #062d9f; }
.section--strength-core .strength-core__sub {
  font-size: 20px;
  color: #333333;
  margin-top: 8px;
  line-height: 27px; }
  @media (max-width: 768px) {
    .section--strength-core .strength-core__sub {
      font-size: 16px; } }
.section--strength-core .section__diagonal-line--strength-core {
  z-index: 0;
  left: calc(50% - 850px);
  top: 0; }

.section--strength-quality .section__heading--center {
  text-align: center; }
  .section--strength-quality .section__heading--center .section__heading-en,
  .section--strength-quality .section__heading--center .section__heading-ja {
    text-align: center; }
.section--strength-quality .strength-quality__banner {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  height: 501px; }
  .section--strength-quality .strength-quality__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
.section--strength-quality .strength-quality__mission {
  text-align: center;
  margin-top: 60px; }
.section--strength-quality .strength-quality__mission-text {
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #333333; }
  @media (max-width: 768px) {
    .section--strength-quality .strength-quality__mission-text {
      font-size: 20px; } }
.section--strength-quality .strength-quality__policy {
  margin-top: 40px;
  list-style: none; }
  .section--strength-quality .strength-quality__policy li {
    font-family: 'Yu Mincho', 'YuMincho', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    color: #333333;
    margin-bottom: 31px; }
    @media (max-width: 768px) {
      .section--strength-quality .strength-quality__policy li {
        font-size: 16px; } }
.section--strength-quality .strength-quality__photos {
  display: flex;
  gap: 60px;
  margin-top: 60px; }
  @media (max-width: 768px) {
    .section--strength-quality .strength-quality__photos {
      flex-direction: column;
      gap: 40px; } }
.section--strength-quality .strength-quality__photo-item {
  flex: 1;
  min-width: 0; }
.section--strength-quality .strength-quality__photo-img {
  overflow: hidden;
  height: 390px; }
  @media (max-width: 768px) {
    .section--strength-quality .strength-quality__photo-img {
      height: 250px; } }
  .section--strength-quality .strength-quality__photo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
.section--strength-quality .strength-quality__photo-text {
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .section--strength-quality .strength-quality__photo-text {
      font-size: 15px;
      line-height: 1.8; } }

.section--strength-bottom {
  position: relative;
  overflow: hidden; }
  .section--strength-bottom .strength-bottom__timeline {
    width: 2px;
    height: 240px;
    background: #062d9f;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 768px) {
      .section--strength-bottom .strength-bottom__timeline {
        height: 120px; } }
  .section--strength-bottom .strength-bottom__dot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #062d9f; }
  .section--strength-bottom .strength-bottom__content {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 auto 160px;
    max-width: 1440px;
    width: 100%; }
    @media (max-width: 768px) {
      .section--strength-bottom .strength-bottom__content {
        flex-direction: column; } }
  .section--strength-bottom .strength-bottom__photo {
    flex: 0 0 50%; }
    .section--strength-bottom .strength-bottom__photo img {
      width: 100%;
      height: auto;
      display: block; }
    @media (max-width: 768px) {
      .section--strength-bottom .strength-bottom__photo {
        flex: none;
        width: 100%; } }
  .section--strength-bottom .strength-bottom__text {
    flex: 1;
    display: flex;
    align-items: flex-end;
    padding-left: 8%;
    padding-top: 3%; }
    .section--strength-bottom .strength-bottom__text p {
      font-size: 32px;
      line-height: 60px;
      color: #222; }
      @media (max-width: 768px) {
        .section--strength-bottom .strength-bottom__text p {
          font-size: 20px;
          line-height: 1.6; } }
    @media (max-width: 768px) {
      .section--strength-bottom .strength-bottom__text {
        position: relative;
        left: 0;
        bottom: 0;
        padding: 30px 20px; } }
  .section--strength-bottom .section__diagonal-line--strength-bottom {
    z-index: 0;
    left: calc(50% - 850px);
    top: 350px; }

.section--equipment-photos {
  margin-top: 80px; }
  .section--equipment-photos .equipment-photos__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 33px; }
    @media (max-width: 768px) {
      .section--equipment-photos .equipment-photos__grid {
        grid-template-columns: 1fr;
        gap: 20px; } }
  .section--equipment-photos .equipment-photos__item {
    overflow: hidden;
    aspect-ratio: 459 / 306; }
    .section--equipment-photos .equipment-photos__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }

.section--equipment-list .equipment-table {
  margin-top: 40px;
  overflow-x: auto; }
  .section--equipment-list .equipment-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 700px; }
  .section--equipment-list .equipment-table th, .section--equipment-list .equipment-table td {
    padding: 12px 16px;
    font-size: 13px;
    line-height: 27px;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #e5e5e5; }
  .section--equipment-list .equipment-table th {
    background: #ecf5f8;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 12px 8px; }
  .section--equipment-list .equipment-table .equipment-table__col-name {
    width: 26%; }
  .section--equipment-list .equipment-table .equipment-table__col-maker {
    width: 15%; }
  .section--equipment-list .equipment-table .equipment-table__col-spec {
    width: 26%; }
  .section--equipment-list .equipment-table .equipment-table__col-qty {
    width: 11%;
    text-align: center; }
  .section--equipment-list .equipment-table .equipment-table__col-note {
    width: 22%; }
  .section--equipment-list .equipment-table td:nth-child(4) {
    text-align: center; }
.section--equipment-list .equipment-table__category td {
  background: #efefef;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e5e5e5; }

.section--recruit-intro .recruit-intro__heading {
  font-size: 36px;
  font-weight: 700;
  color: #062d9f;
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .section--recruit-intro .recruit-intro__heading {
      font-size: 24px; } }
.section--recruit-intro .recruit-intro__text {
  max-width: 1080px;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 32px;
  color: #333333; }
  @media (max-width: 768px) {
    .section--recruit-intro .recruit-intro__text {
      font-size: 15px;
      line-height: 28px; } }
.section--recruit-intro .recruit-intro__photos {
  display: flex;
  gap: 11px;
  max-width: 1080px;
  margin: 0 auto 40px; }
  @media (max-width: 768px) {
    .section--recruit-intro .recruit-intro__photos {
      flex-direction: column;
      gap: 10px; } }
.section--recruit-intro .recruit-intro__photo {
  flex: 1;
  overflow: hidden; }
  .section--recruit-intro .recruit-intro__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
.section--recruit-intro .recruit-intro__tags {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .section--recruit-intro .recruit-intro__tags {
      flex-direction: column;
      align-items: center;
      gap: 10px; } }
.section--recruit-intro .recruit-intro__tag {
  display: inline-block;
  background: #daf4ff;
  color: #062d9f;
  font-size: 24px;
  font-weight: 500;
  padding: 18px 24px; }
  @media (max-width: 768px) {
    .section--recruit-intro .recruit-intro__tag {
      font-size: 16px;
      padding: 12px 20px; } }
.section--recruit-intro .recruit-intro__cta {
  font-size: 36px;
  font-weight: 700;
  color: #062d9f;
  text-align: center; }
  @media (max-width: 768px) {
    .section--recruit-intro .recruit-intro__cta {
      font-size: 22px; } }

.section--recruit-voice {
  position: relative;
  z-index: 1; }
  .section--recruit-voice > .inner {
    position: relative;
    z-index: 1; }
  .section--recruit-voice .section__diagonal-line--recruit {
    z-index: 0;
    left: calc(50% - 850px);
    top: 0; }
  .section--recruit-voice .section__heading {
    border-bottom: 1px solid #062d9f;
    padding-bottom: 16px; }
  .section--recruit-voice .voice-card {
    display: flex;
    gap: 60px;
    margin-bottom: 80px; }
    .section--recruit-voice .voice-card:last-child {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .section--recruit-voice .voice-card {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px; } }
  .section--recruit-voice .voice-card__photo {
    flex-shrink: 0;
    width: 386px;
    aspect-ratio: 384 / 512;
    overflow: hidden; }
    .section--recruit-voice .voice-card__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    @media (max-width: 768px) {
      .section--recruit-voice .voice-card__photo {
        width: 100%;
        max-width: 386px; } }
  .section--recruit-voice .voice-card__content {
    flex: 1;
    min-width: 0; }
  .section--recruit-voice .voice-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px; }
  .section--recruit-voice .voice-card__name {
    font-size: 20px;
    font-weight: 700;
    color: #062d9f;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5; }
  .section--recruit-voice .voice-card__dept {
    font-size: 14px;
    font-weight: 700;
    color: #062d9f;
    margin-top: 8px; }
  .section--recruit-voice .voice-card__number {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 64px;
    color: #062d9f;
    line-height: 1; }
    @media (max-width: 768px) {
      .section--recruit-voice .voice-card__number {
        font-size: 40px; } }
  .section--recruit-voice .voice-card__qa {
    margin-bottom: 20px; }
    .section--recruit-voice .voice-card__qa:last-child {
      margin-bottom: 0; }
  .section--recruit-voice .voice-card__question {
    display: inline-block;
    background: #f0f0f0;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    padding: 6px 16px;
    margin-bottom: 12px; }
  .section--recruit-voice .voice-card__answer {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 12px; }
    .section--recruit-voice .voice-card__answer:last-child {
      margin-bottom: 0; }

.section--recruit-description .section__heading {
  border-bottom: 1px solid #062d9f;
  padding-bottom: 16px; }
.section--recruit-description .recruit-description__list {
  max-width: 1080px;
  margin: 0 auto; }
.section--recruit-description .recruit-description__row {
  display: flex; }
  @media (max-width: 768px) {
    .section--recruit-description .recruit-description__row {
      flex-direction: column; } }
  .section--recruit-description .recruit-description__row dt {
    flex-shrink: 0;
    width: 300px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    padding: 20px 0;
    border-bottom: 1px solid #062d9f; }
    @media (max-width: 768px) {
      .section--recruit-description .recruit-description__row dt {
        width: 100%;
        padding: 15px 0 5px; } }
  .section--recruit-description .recruit-description__row dd {
    flex: 1;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 20px 0 20px 40px;
    border-bottom: 1px solid #d9d9d9; }
    @media (max-width: 768px) {
      .section--recruit-description .recruit-description__row dd {
        padding: 5px 0 15px; } }

.section--recruit-entry {
  background: #062d9f; }
  .section--recruit-entry .recruit-entry__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px; }
    @media (max-width: 768px) {
      .section--recruit-entry .recruit-entry__inner {
        flex-direction: column;
        padding: 40px 20px;
        gap: 20px; } }
  .section--recruit-entry .recruit-entry__title {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 64px;
    color: #ffffff;
    line-height: 1; }
    @media (max-width: 768px) {
      .section--recruit-entry .recruit-entry__title {
        font-size: 40px; } }
  .section--recruit-entry .recruit-entry__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #062d9f;
    background: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 40px;
    text-decoration: none;
    position: relative;
    transition: opacity 0.3s; }
    .section--recruit-entry .recruit-entry__btn::after {
      content: '';
      position: absolute;
      right: 15px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #062d9f;
      border-right: 2px solid #062d9f;
      transform: rotate(45deg); }
    .section--recruit-entry .recruit-entry__btn:hover {
      opacity: 0.8; }
    @media (max-width: 768px) {
      .section--recruit-entry .recruit-entry__btn {
        width: 90%;
        max-width: 300px;
        box-sizing: border-box; } }

.section--products-archive {
  background: #ecf5f8; }
  .section--products-archive > .inner {
    padding-top: 60px;
    padding-bottom: 80px; }
  .section--products-archive .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px; }
    @media (max-width: 768px) {
      .section--products-archive .products-grid {
        grid-template-columns: 1fr;
        gap: 20px; } }
  .section--products-archive .product-card {
    background: #ffffff; }
  .section--products-archive .product-card__photo {
    aspect-ratio: 371 / 278;
    overflow: hidden;
    margin: 8px 8px 0; }
    .section--products-archive .product-card__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .section--products-archive .product-card__body {
    padding: 16px 20px 20px; }
  .section--products-archive .product-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #062d9f;
    padding-bottom: 10px;
    border-bottom: 1px solid #062d9f;
    margin-bottom: 10px; }
  .section--products-archive .product-card__field {
    display: flex;
    gap: 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 8px; }
    @media (max-width: 768px) {
      .section--products-archive .product-card__field {
        font-size: 14px; } }
  .section--products-archive .product-card__label {
    flex-shrink: 0;
    font-weight: 700;
    width: 48px;
    line-height: 1.6; }
  .section--products-archive .product-card__value {
    flex: 1;
    line-height: 1.6; }

.section--contact {
  background: #ffffff; }
  .section--contact .section__diagonal-line--contact {
    z-index: 0;
    left: calc(50% - 850px);
    top: 80px; }
  .section--contact > .inner {
    position: relative;
    z-index: 1; }
  .section--contact .section__heading--center {
    text-align: center;
    margin-bottom: 10px; }
  .section--contact .contact-form-line {
    width: 100%;
    height: 2px;
    background: #062d9f;
    margin-bottom: 50px; }
  .section--contact .contact-form-wrap {
    max-width: 780px;
    margin: 0 auto; }
  .section--contact .contact-form__row {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #ddd; }
    @media (max-width: 768px) {
      .section--contact .contact-form__row {
        flex-direction: column;
        gap: 10px; } }
  .section--contact .contact-form__label {
    width: 200px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    padding-top: 10px; }
    .section--contact .contact-form__label br {
      display: none; }
    .section--contact .contact-form__label p {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 0; }
    @media (max-width: 768px) {
      .section--contact .contact-form__label {
        width: 100%;
        padding-top: 0; } }
  .section--contact .contact-form__required {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    background: #062d9f;
    padding: 2px 8px;
    border-radius: 2px;
    line-height: 1.4; }
  .section--contact .contact-form__input {
    flex: 1; }
    .section--contact .contact-form__input input[type="text"],
    .section--contact .contact-form__input input[type="email"],
    .section--contact .contact-form__input .wpcf7-text,
    .section--contact .contact-form__input .wpcf7-email {
      width: 100%;
      height: 44px;
      border: 1px solid #ccc;
      padding: 0 12px;
      font-size: 16px;
      box-sizing: border-box;
      background: #ffffff; }
    .section--contact .contact-form__input textarea,
    .section--contact .contact-form__input .wpcf7-textarea {
      width: 100%;
      border: 1px solid #ccc;
      padding: 12px;
      font-size: 16px;
      box-sizing: border-box;
      resize: vertical;
      background: #ffffff; }
  .section--contact .contact-form__radio {
    flex: 1;
    display: flex;
    gap: 30px;
    padding-top: 10px; }
    .section--contact .contact-form__radio label,
    .section--contact .contact-form__radio .wpcf7-list-item {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 16px;
      color: #333333;
      cursor: pointer; }
    .section--contact .contact-form__radio input[type="radio"] {
      width: 18px;
      height: 18px;
      accent-color: #062d9f; }
    .section--contact .contact-form__radio .wpcf7-list-item-label {
      font-size: 16px; }
    .section--contact .contact-form__radio .wpcf7-radio {
      display: flex;
      gap: 30px; }
      @media (max-width: 768px) {
        .section--contact .contact-form__radio .wpcf7-radio {
          flex-direction: column;
          gap: 12px; } }
    @media (max-width: 768px) {
      .section--contact .contact-form__radio {
        flex-direction: column;
        gap: 12px; } }
  .section--contact .contact-form__submit {
    margin-top: 40px;
    text-align: center; }
    .section--contact .contact-form__submit p {
      display: inline-block;
      position: relative;
      margin: 0; }
    .section--contact .contact-form__submit input[type="submit"],
    .section--contact .contact-form__submit .wpcf7-submit {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: #ffffff;
      background: #062d9f;
      width: 240px;
      height: 50px;
      border: none;
      cursor: pointer;
      font-family: inherit;
      transition: opacity 0.3s; }
      .section--contact .contact-form__submit input[type="submit"]:hover,
      .section--contact .contact-form__submit .wpcf7-submit:hover {
        opacity: 0.7; }
    .section--contact .contact-form__submit p::after {
      content: '';
      position: absolute;
      right: 8px;
      top: 35%;
      transform: rotate(45deg);
      width: 8px;
      height: 8px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      pointer-events: none; }
  .section--contact .contact-phone {
    max-width: 780px;
    margin: 60px auto 0;
    border: 2px solid #062d9f;
    padding: 40px 20px;
    text-align: center; }
  .section--contact .contact-phone__title {
    font-size: 18px;
    font-weight: 700;
    color: #062d9f; }
  .section--contact .contact-phone__number {
    font-size: 48px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #062d9f;
    margin-top: 10px; }
    @media (max-width: 768px) {
      .section--contact .contact-phone__number {
        font-size: 32px; } }
  .section--contact .contact-phone__hours {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-top: 10px; }
  .section--contact .contact-phone__note {
    font-size: 14px;
    color: #333333;
    margin-top: 5px; }

.section--news-detail {
  background: #ffffff;
  padding: 80px 0 100px; }
  .section--news-detail .news-detail__title {
    font-size: 36px;
    font-weight: 400;
    color: #062d9f;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .section--news-detail .news-detail__title {
        font-size: 24px; } }
  .section--news-detail .news-detail__line {
    width: 100%;
    height: 1px;
    background: #062d9f;
    margin-top: 20px; }
  .section--news-detail .news-detail__date {
    font-size: 15px;
    color: #062d9f;
    margin-top: 15px; }
  .section--news-detail .news-detail__images {
    display: flex;
    gap: 34px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .section--news-detail .news-detail__images {
        flex-direction: column;
        gap: 20px; } }
  .section--news-detail .news-detail__img {
    flex: 1; }
    .section--news-detail .news-detail__img img {
      width: 100%;
      height: auto; }
  .section--news-detail .news-detail__body {
    margin-top: 40px; }
    .section--news-detail .news-detail__body p {
      font-size: 20px;
      color: #333333;
      line-height: 32px; }
    .section--news-detail .news-detail__body a {
      text-decoration: underline;
      color: #062d9f; }
    @media (max-width: 768px) {
      .section--news-detail .news-detail__body p {
        font-size: 16px;
        line-height: 28px; } }
  .section--news-detail .news-detail__back {
    margin-top: 60px;
    text-align: center; }
    .section--news-detail .news-detail__back a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 240px;
      height: 50px;
      border: 1px solid #333333;
      font-size: 14px;
      color: #333333;
      text-decoration: none;
      transition: opacity 0.3s; }
      .section--news-detail .news-detail__back a::after {
        content: '';
        position: absolute;
        right: 8px;
        top: 35%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #333333;
        border-right: 2px solid #333333;
        transform: rotate(45deg); }
      .section--news-detail .news-detail__back a:hover {
        opacity: 0.7; }

.section--news-archive {
  background: #ffffff;
  padding: 80px 0 100px; }
  .section--news-archive .news-archive__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .section--news-archive .news-archive__item a {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    text-decoration: none;
    transition: opacity 0.3s; }
    .section--news-archive .news-archive__item a:hover {
      opacity: 0.7; }
    @media (max-width: 768px) {
      .section--news-archive .news-archive__item a {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px; } }
  .section--news-archive .news-archive__date {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #062d9f;
    margin-right: 30px;
    white-space: nowrap; }
  .section--news-archive .news-archive__title {
    font-size: 16px;
    color: #333333; }
  .section--news-archive .news-archive__empty {
    text-align: center;
    color: #333333;
    padding: 60px 0; }
  .section--news-archive .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px; }
    .section--news-archive .nav-links a, .section--news-archive .nav-links span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border: 1px solid #cccccc;
      font-size: 14px;
      color: #333333;
      text-decoration: none; }
    .section--news-archive .nav-links .current {
      background: #062d9f;
      color: #ffffff;
      border-color: #062d9f; }

.footer {
  width: 100%;
  background: #f6f6f6;
  padding: 0;
  margin-top: 0; }
  .footer > .inner {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .footer > .inner {
        flex-direction: column;
        padding: 30px 15px 15px; } }
  @media (max-width: 768px) {
    .footer .footer__info {
      margin-bottom: 20px; } }
  .footer .footer__logo {
    margin-bottom: 10px; }
    .footer .footer__logo img {
      width: 180px;
      height: auto; }
  .footer .footer__company {
    font-size: 13px;
    font-weight: 700;
    color: #062d9f;
    margin-bottom: 8px; }
  .footer .footer__address,
  .footer .footer__tel {
    font-size: 13px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 1.8; }
  .footer .footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 25px; }
    @media (max-width: 768px) {
      .footer .footer__nav ul {
        gap: 0 15px; } }
    .footer .footer__nav ul li a {
      font-size: 16px;
      color: #333333;
      transition: color 0.3s;
      line-height: 2.5; }
      @media (max-width: 768px) {
        .footer .footer__nav ul li a {
          font-size: 14px; } }
      .footer .footer__nav ul li a:hover {
        color: #062d9f; }
  .footer .footer__copy {
    text-align: center;
    font-size: 13px;
    color: #333333;
    padding: 15px 0;
    border-top: 1px solid #cccccc;
    max-width: 1200px;
    margin: 0 auto; }

.pan, .pan--nomargin {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 80px 0 0 0; }
  @media (max-width: 768px) {
    .pan, .pan--nomargin {
      margin: 60px 0 0 0; } }
  .pan ol, .pan--nomargin ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
  .pan a, .pan--nomargin a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 480px) {
      .pan a, .pan--nomargin a {
        font-size: 0.8rem; } }
    .pan a:hover, .pan--nomargin a:hover {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .pan a:after, .pan--nomargin a:after {
      content: '\f0da';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      margin: 0 10px; }
  .pan li:last-child a:after, .pan--nomargin li:last-child a:after {
    content: none; }

.pan--nomargin {
  margin: 80px 0 0 0;
  border-bottom: none; }
  @media (max-width: 768px) {
    .pan--nomargin {
      margin: 60px 0 0 0; } }

.card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  *zoom: 1; }
  @media (max-width: 768px) {
    .card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
      padding: 15px 0;
      margin-bottom: 0; } }
  .card:after, .card__flex:after, .card__flex--nowrap:after, .card__flex--wrap:after, .card__flex--wrap--fs:after {
    content: "";
    display: table;
    clear: both; }

.card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: flex;
  overflow: hidden;
  flex-direction: row; }

.card__flex--nowrap {
  flex-flow: row nowrap;
  justify-content: space-around; }

.card__flex--wrap {
  flex-flow: row wrap;
  justify-content: space-around; }

.card__flex--wrap--fs {
  flex-flow: row wrap;
  justify-content: flex-start; }

.block, .block__div1, .block__div2, .block__div3, .block__div4 {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  position: relative; }

.block__div1 {
  width: 100%; }

.block__div2 {
  width: 50%; }
  @media (max-width: 768px) {
    .block__div2 {
      width: 100%; } }

.block__div3 {
  width: 33.3%; }
  @media (max-width: 768px) {
    .block__div3 {
      width: 100%;
      margin-bottom: 10px; } }

.block__div4 {
  width: 25%; }
  @media (max-width: 768px) {
    .block__div4 {
      width: 50%; } }

.title {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 480px) {
    .title {
      min-height: 100px;
      height: auto; } }

.btn, .btn__more, .btn__submit, .btn__back {
  display: block;
  margin: 15px auto; }

.list a {
  *zoom: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .list a:after {
    content: "";
    display: table;
    clear: both; }
  .list a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

.section:not(.section--mv) img:not(.section__diagonal-line img),
.footer img {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease, transform 0.8s ease; }
  .section:not(.section--mv) img:not(.section__diagonal-line img).is-shown,
  .footer img.is-shown {
    opacity: 1;
    transform: translateY(0); }

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
