@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
body a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
body a:hover {
  opacity: 0.5;
}
body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body ul li {
  list-style: none;
}
body .content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 767px) {
  body .content {
    padding: 0 24px;
  }
}

header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media (max-width: 767px) {
  header {
    background: none;
  }
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  max-width: 1194px;
  padding-left: 2.4rem;
}
header .header-inner h1 {
  max-width: 228px;
  width: 20%;
}

@media (max-width: 767px) {
  header .header-inner {
    display: block;
    padding-left: 2.4rem;
  }
  header .header-inner h1 {
    max-width: 228px;
    width: 50%;
  }
}
footer {
  margin-top: 100px;
}
footer .footer__block {
  background: #EEF8FF;
  padding: 120px 48px 60px;
}
footer .footer__block .footer-logo {
  max-width: 223px;
  width: 100%;
  margin: 0 auto 0;
}
footer .footer__block .footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 711px;
  width: 100%;
  margin: 0 auto;
}
footer .footer__block .footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 130px auto 0;
  max-width: 390px;
  width: 100%;
  height: 90px;
  border: 1px solid #297BB8;
  border-radius: 24px;
}
footer .footer__block2 {
  padding: 10px 48px 20px;
}
footer .footer__block2 p {
  text-align: center;
}

@media (max-width: 767px) {
  footer {
    margin-top: 50px;
  }
  footer .footer__block {
    padding: 60px 24px 30px;
  }
  footer .footer__block .footer-logo {
    max-width: 223px;
    width: 100%;
    margin: 0 auto 0;
  }
  footer .footer__block .footer-menu {
    display: block;
    margin: 0 auto;
  }
  footer .footer__block .footer-menu li {
    text-align: center;
  }
  footer .footer__block .footer-menu li:not(:first-of-type) {
    margin-top: 20px;
  }
  footer .footer__block .footer-btn {
    margin: 60px auto 0;
  }
  footer .footer__block2 {
    padding: 10px 24px 20px;
  }
  footer .footer__block2 p {
    text-align: center;
  }
}
.header__nav {
  max-width: 711px;
  width: 100%;
  padding: 10px;
}
.header__nav .header__nav--list {
  display: flex;
}
.header__nav .header__nav--list li {
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
}
.header__nav .header__nav--list li a {
  position: relative;
}
.header__nav .header__nav--list li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header__nav .header__nav--list li a::after {
    display: none;
  }
}
.header__nav .header__nav--list li a:hover::after {
  visibility: visible;
  bottom: -5px;
  opacity: 1;
  transform: scale(1, 1);
}

.header__hamburger--button {
  display: none;
}

@media (max-width: 767px) {
  .header__nav {
    flex-direction: column;
    margin-left: 0;
    position: fixed;
    max-width: none;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: none;
    z-index: 9997;
    opacity: 0.5;
    padding: 0;
    background: #EEF8FF;
  }
  .header__nav .header__nav--list {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-align: center;
    width: 100%;
    text-align: start;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 0;
    background: none;
    border: none;
  }
  .header__nav .header__nav--list li {
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0;
    border: none;
  }
  .header__nav .header__nav--list li a {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    transition: 0.5s;
    color: #000;
  }
  .header__nav .header__nav--list li a:hover {
    color: #297BB8;
    background: #fff;
    transition: 0.5s;
    opacity: 1;
  }
  .header__nav.active {
    display: block;
    animation: fadeIn 1.5s ease-out forwards;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .header__hamburger--button {
    width: 55px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-color: transparent;
    z-index: 9999;
  }
  .header__hamburger--button span {
    width: 50%;
    height: 4px;
    border-radius: 3.125rem;
    position: relative;
    transition: ease 0.4s;
    display: block;
    background: #000;
  }
  .header__hamburger--button span:nth-child(1) {
    top: 0;
  }
  .header__hamburger--button span:nth-child(2) {
    margin: 8px 0;
  }
  .header__hamburger--button span:nth-child(3) {
    top: 0;
  }
  .header__hamburger--button.active span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
  }
  .header__hamburger--button.active span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger--button.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
  .header__nav--list.active {
    transform: translateX(0);
    left: 42px;
    visibility: visible;
  }
}
.pc-none {
  display: none;
}
@media (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

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

.ff-hm {
  font-family: "Hiragino Mincho Pro", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 300;
}

.f-15 {
  font-size: 15px;
  line-height: 1.45;
}

.f-16 {
  font-size: 16px;
  line-height: 2;
}

.f-18 {
  font-size: 18px;
  line-height: 1.45;
}

.c-blue {
  color: #297BB8;
}

.c-bold {
  font-weight: bold;
}

.d-b {
  display: block;
}

.title-text h2 {
  font-size: clamp(32px, 5vw, 72px);
  line-height: 1.8;
  font-weight: 100;
  color: #297BB8;
}
.title-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
  color: #297BB8;
}

.title__block {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.title__block .icon {
  max-width: 24px;
  margin: 0 auto 0;
}
.title__block .sub-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
  color: #297BB8;
  margin-top: 10px;
}
.title__block .title {
  font-size: clamp(25px, 4vw, 40px);
  line-height: 1.45;
  font-weight: 300;
  color: #297BB8;
  margin-top: 10px;
}

.fv .fv__block {
  position: relative;
}
.fv .fv__block .fx {
  overflow: hidden;
}
.fv .fv__block .fx figure {
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  position: relative;
  z-index: -1;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.fv .fv__block .fx figure:first-of-type {
  background-image: url(../images/FV/fv-1.jpg);
  background-position: left;
  animation-name: bgMoveDown;
  background-size: cover;
  height: 50vh;
}
.fv .fv__block .fx figure:nth-of-type(2) {
  background-image: url(../images/FV/fv-3.jpg);
  background-position: center;
  animation-name: bgMoveUp;
  background-size: cover;
  height: 50vh;
}
.fv .fv__block .panel {
  height: 100vh;
  position: relative;
}
.fv .fv__block .fv__block--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 958px;
  width: 100%;
}
.fv .fv__block2 {
  display: none;
}

@keyframes bgMoveDown {
  0% {
    background-position: center right;
  }
  100% {
    background-position: center left;
  }
}
@keyframes bgMoveUp {
  0% {
    background-position: center left;
  }
  100% {
    background-position: center right;
  }
}
@media (max-width: 767px) {
  .fv .fv__block {
    display: none;
  }
  .fv .fv__block2 {
    display: flex;
    overflow: hidden;
    position: relative;
  }
  .fv .fv__block2 .panel {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .fv .fv__block2 .panel figure::before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-image: url(../images/FV/sp-fv.png);
    transform: translateY(0);
    will-change: transform;
  }
}
@media (max-width: 767px) and (max-width: 390px) {
  .fv .fv__block2 .panel figure::before {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .fv .fv__block2 .fv__block--text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.message {
  position: relative;
}
.message .black {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.message .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.message .content .title-img {
  max-width: 405px;
  width: 90%;
  margin-left: 20px;
}
.message .content .message-text {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.message .content .message-text p {
  font-size: 18px;
  line-height: 2.2;
  color: #fff;
  text-align: start;
}

@media (max-width: 767px) {
  .message .content {
    display: block;
    padding: 10px 24px;
  }
  .message .content .title-img {
    width: 40%;
    margin: 50px auto 0;
  }
  .message .content .message-text {
    max-width: 360px;
    width: 100%;
    margin: 50px auto 0;
  }
  .message .content .message-text p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.our-service {
  margin-top: 0;
  padding: 20px;
  background-image: url(../images/our-service/bg-img_r1.jpg);
  background-size: cover;
  background-position: center;
}
.our-service .content {
  padding: 60px 48px 70px;
}
.our-service .content .our-service-title {
  max-width: 430px;
  width: 100%;
}
.our-service .content .our-service-title .sub-title {
  font-size: 18px;
  line-height: 1.45;
  color: #fff;
}
.our-service .content .our-service-title .main {
  font-size: clamp(32px, 5vw, 72px);
  line-height: 1.8;
  font-weight: 100;
  color: #fff;
}
.our-service .content .our-service__block {
  max-width: 715px;
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
  row-gap: 50px;
  flex-wrap: wrap;
  margin: 60px auto 0;
}
.our-service .content .our-service__block .our-service__block--item {
  max-width: 200px;
  width: 100%;
}

@media (max-width: 767px) {
  .our-service .content {
    padding: 60px 48px 70px;
  }
  .our-service .content .our-service-title {
    max-width: 430px;
    width: 100%;
  }
  .our-service .content .our-service__block {
    max-width: 715px;
    width: 100%;
    display: block;
    margin: 60px auto 0;
  }
  .our-service .content .our-service__block .our-service__block--item {
    margin: 0 auto;
  }
  .our-service .content .our-service__block .our-service__block--item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.career .content {
  padding: 60px 48px 45px;
}
.career .content .title-text {
  text-align: center;
}
.career .content .career__top {
  max-width: 1200px;
  margin: 100px auto 0;
}
.career .content .career__top .career__top-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 972px;
  margin: 100px auto 0;
}
.career .content .career__top .career__top-fx .career__top-fx--left {
  max-width: 320px;
  width: 100%;
}
.career .content .career__top .career__top-fx .career__top-fx--left p {
  font-size: clamp(25px, 4vw, 40px);
  line-height: 2.1;
}
.career .content .career__top .career__top-fx .career__top-fx--right {
  max-width: 526px;
  width: 100%;
}
.career .content .career__top2 {
  margin: 150px auto 0;
}
.career .content .career__top2 .career__top2--img {
  max-width: 800px;
  margin-left: auto;
  position: relative;
}
.career .content .career__top2 .career__top2--img::after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: -1%;
  max-width: 300px;
  width: 50%;
  height: 4vw;
  background: #fff;
}
.career .content .career__top2 .career__top2-fx {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 960px;
  width: 100%;
  margin: 145px auto 0;
}
.career .content .career__top2 .career__top2-fx .career__top2-fx--left {
  max-width: 420px;
  width: 100%;
}
.career .content .career__top2 .career__top2-fx .career__top2-fx--left .career__top2--title {
  max-width: 460px;
  width: 100%;
  border-left: 1px solid #297bb8;
  border-right: 1px solid #297bb8;
}
.career .content .career__top2 .career__top2-fx .career__top2-fx--left .career__top2--title p {
  font-size: clamp(25px, 4vw, 40px);
  line-height: 2.1;
  text-align: center;
}
.career .content .career__top2 .career__top2-fx .career__top2-fx--left .career__top2-fx--text {
  margin-top: 150px;
}
.career .content .career__top2 .career__top2-fx .career__top-fx--right {
  max-width: 335px;
  width: 100%;
}
.career .content .career__top2 .career__top2-fx .career__top-fx--right .career__top-fx--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.career .content .career__top2 .career__top2-fx .career__top-fx--right .career__top-fx--item .career__top-fx--item-img {
  max-width: 180px;
  width: 100%;
  text-align: center;
}
.career .content .career__top2 .career__top2-fx .career__top-fx--right .career__top-fx--item:nth-of-type(2) .career__top-fx--item-img img {
  max-width: 140px;
}
.career .content .career__top2 .career__top2-fx .career__top-fx--right .career__top-fx--item:nth-of-type(3) .career__top-fx--item-img img {
  max-width: 122px;
}
.career .content .career__top2 .career__top2-fx .career__top-fx--right .career__top-fx--item:nth-of-type(4) .career__top-fx--item-img img {
  max-width: 122px;
}
.career .content .career__top2 .career__top2-fx .career__top-fx--right .career__top-fx--item:nth-of-type(5) .career__top-fx--item-img img {
  max-width: 80px;
  display: block;
  margin: 0 auto;
}
.career .content .career__middle {
  max-width: 1120px;
  margin: 120px auto 0;
}
.career .content .career__middle p {
  max-width: 192px;
  width: 100%;
  margin: 0 auto;
  color: #297bb8;
  font-size: 24px;
  line-height: 1.45;
}
.career .content .career__middle .career__middle--img {
  margin-top: 50px;
}
.career .content .career__bottom {
  max-width: 890px;
  width: 100%;
  margin: 65px auto 0;
}
.career .content .career__bottom .career__bottom--item {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.career .content .career__bottom .career__bottom--item:not(:first-of-type) {
  margin-top: 100px;
}
.career .content .career__bottom .career__bottom--item .career__bottom--left {
  display: flex;
  flex-direction: column;
  max-width: 477px;
  width: 100%;
  max-height: 303px;
  height: 30vh;
}
.career .content .career__bottom .career__bottom--item .career__bottom--left p:first-of-type {
  width: 99px;
  font-size: 24px;
  line-height: 1.45;
  padding-bottom: 5px;
  border-bottom: 1px solid #297bb8;
}
.career .content .career__bottom .career__bottom--item .career__bottom--left p:nth-of-type(2) {
  font-size: 24px;
  line-height: 1.45;
  margin-top: 30px;
}
.career .content .career__bottom .career__bottom--item .career__bottom--left p:nth-of-type(3) {
  margin-top: auto;
}
.career .content .career__bottom .career__bottom--item .career__bottom--right {
  max-width: 347px;
  width: 100%;
}

@media (max-width: 767px) {
  .career .content {
    padding: 60px 24px 45px;
  }
  .career .content .career__top {
    max-width: 1200px;
    margin: 50px auto 0;
  }
  .career .content .career__top .career__top-fx {
    display: block;
    margin: 50px auto 0;
  }
  .career .content .career__top .career__top-fx .career__top-fx--left {
    max-width: 320px;
    width: 100%;
  }
  .career .content .career__top .career__top-fx .career__top-fx--right {
    max-width: none;
    width: 100%;
    margin-top: 50px;
  }
  .career .content .career__top2 {
    margin: 50px auto 0;
  }
  .career .content .career__top2 .career__top2--img {
    max-width: 800px;
    margin-left: auto;
    position: relative;
  }
  .career .content .career__top2 .career__top2--img::after {
    content: "";
    position: absolute;
    bottom: -1%;
    left: -1%;
    max-width: 300px;
    width: 50%;
    height: 4vw;
    background: #fff;
  }
  .career .content .career__top2 .career__top2-fx {
    display: block;
    margin: 50px auto 0;
  }
  .career .content .career__top2 .career__top2-fx .career__top2-fx--left {
    max-width: none;
    width: 100%;
  }
  .career .content .career__top2 .career__top2-fx .career__top2-fx--left .career__top2-fx--text {
    margin-top: 50px;
  }
  .career .content .career__top2 .career__top2-fx .career__top-fx--right {
    max-width: 335px;
    width: 100%;
    margin: 50px auto 0;
  }
  .career .content .career__middle {
    margin: 60px auto 0;
  }
  .career .content .career__bottom {
    margin: 50px auto 0;
  }
  .career .content .career__bottom .career__bottom--item {
    display: block;
  }
  .career .content .career__bottom .career__bottom--item:not(:first-of-type) {
    margin-top: 50px;
  }
  .career .content .career__bottom .career__bottom--item .career__bottom--left {
    display: block;
    max-width: none;
    max-height: none;
    height: 100%;
  }
  .career .content .career__bottom .career__bottom--item .career__bottom--left p:nth-of-type(3) {
    margin-top: 30px;
  }
  .career .content .career__bottom .career__bottom--item .career__bottom--right {
    max-width: 347px;
    width: 100%;
    margin: 50px auto 0;
  }
}
.people .people-top {
  max-width: 1140px;
  width: 100%;
  margin: 95px auto 0;
  padding: 0 20px;
}
.people .people-top .people-top__name {
  position: relative;
  display: block;
  max-width: 215px;
  width: 100%;
  margin: 20px auto 0;
  padding: 10px;
  color: #297bb8;
}
.people .people-top .people-top__name::before, .people .people-top .people-top__name::after {
  content: "";
  position: absolute;
  border: 2px solid #297bb8;
  width: 50%;
  height: 50%;
}
.people .people-top .people-top__name::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.people .people-top .people-top__name::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.people .people-top .people-top__name p {
  text-align: center;
  font-size: clamp(20px, 4vw, 40px);
  line-height: 1.45;
}
.people .people-top .sub-name {
  font-size: 14px;
  line-height: 1.45;
  color: #297bb8;
  max-width: 215px;
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
.people .people-top .people-top__fx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 50px;
  margin: 55px auto 0;
  max-width: 526px;
}
.people .people-top .people-top__fx .people-top__fx--item {
  max-width: 225px;
  width: 100%;
}
.people .people-top .people-top__fx .people-top__fx--item .people-top__img {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.people .people-top .people-top__fx .people-top__fx--item .people-top__img img {
  max-width: 202px;
}
.people .people-top .people-top__fx .people-top__fx--item .people-top__img p {
  font-size: 14px;
  line-height: 1.45;
  color: #297bb8;
  writing-mode: vertical-lr;
}
.people .people-top .people-top__fx .people-top__fx--item .people-top__text {
  margin-top: 20px;
}
.people .people-top .people-top__fx .people-top__fx--item .people-top__text .people-top__text-sub {
  font-size: 14px;
  line-height: 1.45;
}
.people .people-top .people-top__fx .people-top__fx--item .people-top__text .people-top__text-main {
  font-size: clamp(20px, 4vw, 28px);
  line-height: 1.45;
  margin-top: 5px;
}
.people .people-top .people-top__fx .people-top__fx--item .people-top__text .people-top__text--number {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-top: 5px;
}
.people .people-top .people-top__fx .people-top__fx--item .people-top__text .people-top__text--number p {
  font-size: 14px;
  line-height: 1.45;
}
.people .people-top .people-top__fx .people-top__fx--item .more {
  display: block;
  max-width: 87px;
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.45;
  color: #297bb8;
  margin-left: 15px;
  position: relative;
}
.people .people-top .people-top__fx .people-top__fx--item .more::before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 10%;
  width: 85px;
  height: 1px;
  background: #487be9;
}
.people .people-top .people-top__fx .people-top__fx--item .more::after {
  content: "";
  position: absolute;
  bottom: 40%;
  right: 7%;
  width: 20px;
  height: 1px;
  background: #487be9;
  transform: rotate(50deg);
}
.people .people-middle {
  max-width: 1440px;
  width: 100%;
  margin: 150px auto 0;
}
.people .people-middle .people-middle__block {
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-size: cover;
  background-position: center;
}
.people .people-middle .people-middle__block:first-of-type {
  background-image: url(../images/people/floe-item-bg1.png);
}
.people .people-middle .people-middle__block:not(:first-of-type) {
  margin-top: 70px;
}
.people .people-middle .people-middle__block:nth-of-type(2) {
  background-image: url(../images/people/floe-item-bg2.png);
}
.people .people-middle .people-middle__block:nth-of-type(2) .people-middle__fx {
  flex-direction: row-reverse;
}
.people .people-middle .people-middle__block:nth-of-type(3) {
  background-image: url(../images/people/floe-item-bg3.png);
}
.people .people-middle .people-middle__block:nth-of-type(4) {
  background-image: url(../images/people/floe-item-bg4.png);
}
.people .people-middle .people-middle__block:nth-of-type(4) .people-middle__fx {
  flex-direction: row-reverse;
}
.people .people-middle .people-middle__block .people-middle__fx {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 1140px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 20px;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--left {
  max-width: 350px;
  width: 100%;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--left .people-middle__fx--left--text {
  margin-top: 30px;
  padding: 18px 30px 35px;
  background: #eef8ff;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--left .people-middle__fx--left--text .people-middle-sub {
  font-size: 14px;
  line-height: 1.45;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--left .people-middle__fx--left--text .people-top__middle-number {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-top: 10px;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--left .people-middle__fx--left--text .people-top__middle-number p {
  font-size: 14px;
  line-height: 1.45;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--left .people-middle__fx--left--text .people-middle-main {
  font-size: clamp(20px, 4vw, 24px);
  line-height: 1.45;
  margin-top: 10px;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--right {
  max-width: 660px;
  width: 100%;
  margin-top: -10%;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--right .people-middle__fx--right--img {
  max-width: 255px;
  width: 90%;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--right .people-middle__fx--right--item {
  margin-top: 40px;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--right .people-middle__fx--right--item .people-middle__fx--right--title {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--right .people-middle__fx--right--item .people-middle__fx--right--title .line {
  max-width: 10px;
  width: 100%;
  height: 3px;
  background: #297bb8;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--right .people-middle__fx--right--item .people-middle__fx--right--title p:nth-of-type(2) {
  font-weight: 600;
}
.people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--right .people-middle__fx--right--item .people-middle__fx--right--text {
  max-width: 630px;
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .people .people-top {
    margin: 50px auto 0;
  }
  .people .people-top .people-top__name {
    margin: 20px auto 0;
  }
  .people .people-top .sub-name {
    margin: 10px auto 0;
  }
  .people .people-top .people-top__fx {
    justify-content: center;
  }
  .people .people-middle {
    max-width: 1440px;
    width: 100%;
    margin: 100px auto 0;
  }
  .people .people-middle .people-middle__block {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .people .people-middle .people-middle__block .people-middle__fx {
    display: block;
    margin: 40px auto 0;
    padding: 0 20px;
  }
  .people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--left {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--left .people-middle__fx--left--text {
    margin-top: 30px;
    padding: 18px 30px 35px;
    background: #eef8ff;
  }
  .people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--left .people-middle__fx--left--text .people-top__middle-number {
    display: flex;
    align-items: center;
    -moz-column-gap: 25px;
         column-gap: 25px;
    margin-top: 10px;
  }
  .people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--right {
    margin-top: 0;
  }
  .people .people-middle .people-middle__block .people-middle__fx .people-middle__fx--right .people-middle__fx--right--img {
    max-width: 255px;
    width: 90%;
    margin: 20px auto 0;
  }
}
.flow {
  margin-top: 100px;
}
.flow .content .title-text {
  margin-left: 15rem;
}
.flow .content .flow-fx {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-top: 50px;
}
.flow .content .flow-fx .flow-fx__item {
  max-width: 504px;
  width: 100%;
}

@media (max-width: 767px) {
  .flow {
    margin-top: 50px;
  }
  .flow .content .title-text {
    margin-left: 0px;
  }
  .flow .content .flow-fx {
    display: block;
    margin-top: 50px;
  }
  .flow .content .flow-fx .flow-fx__item {
    margin: 0 auto;
  }
  .flow .content .flow-fx .flow-fx__item:nth-of-type(2) {
    margin-top: 50px;
  }
}
.recruitment {
  margin-top: 110px;
}
.recruitment .content .recruitment__block {
  max-width: 882px;
  width: 100%;
  margin: 50px auto 0;
}
.recruitment .content .recruitment__block .recruitment__fx {
  display: flex;
  align-items: baseline;
  background-image: linear-gradient(90deg, #297bb8 0 30%, #b8e1ff 30%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom;
}
.recruitment .content .recruitment__block .recruitment__fx:first-of-type {
  background-image: linear-gradient(90deg, #297bb8 0%, #b8e1ff 30%), linear-gradient(90deg, #297bb8 0%, #b8e1ff 30%); /* 下部の線 */
  background-repeat: no-repeat;
  background-size: 100% 1px; /* 線の太さを調整 */
  background-position: top, bottom; /* 上下に線を配置 */
}
.recruitment .content .recruitment__block .recruitment__fx:last-of-type {
  background-image: none;
}
.recruitment .content .recruitment__block .recruitment__fx .recruitment__fx--left {
  max-width: 234px;
  width: 100%;
  padding: 4rem 3rem 4rem 4rem;
}
.recruitment .content .recruitment__block .recruitment__fx .recruitment__fx--left p {
  color: #297bb8;
}
.recruitment .content .recruitment__block .recruitment__fx .recruitment__fx--right {
  max-width: 648px;
  width: 100%;
  padding: 32px 4rem;
}
.recruitment .content .recruitment__block .recruitment__fx .recruitment__fx--right .recruitment__box {
  margin: 25px 0;
  padding: 8px 3.4rem 15px;
  border-left: 1px solid #297bb8;
}
.recruitment .content .recruitment__block .recruitment__fx .recruitment__fx--right .recruitment__box .recruitment__box--list {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.recruitment .content .recruitment__block .recruitment__fx .recruitment__fx--right .recruitment__box .recruitment__box--list:not(:first-of-type) {
  margin-top: 10px;
}
.recruitment .content .recruitment__block .recruitment__fx .recruitment__fx--right .recruitment__box .recruitment__box--list p:first-of-type {
  max-width: 6px;
  width: 100%;
  height: 6px;
  background: #297bb8;
}
/* .recruitment .content .recruitment__block .recruitment__fx:nth-of-type(3) .recruitment__fx--right .recruitment__box {
  margin: 0;
  padding: 0;
  border-left: none;
} */
/* .recruitment .content .recruitment__block .recruitment__fx:nth-of-type(5) .recruitment__fx--right .recruitment__box {
  margin: 0;
  padding: 0;
  border-left: none;
} */
/* .recruitment .content .recruitment__block .recruitment__fx:nth-of-type(6) .recruitment__fx--right .recruitment__box:first-of-type {
  border-left: none;
} */
/* .recruitment .content .recruitment__block .recruitment__fx:nth-of-type(7) .recruitment__fx--right .recruitment__box:first-of-type {
  border-left: none;
} */
.recruitment .content .recruitment__block .recruitment__fx:nth-of-type(7) .recruitment__fx--right .recruitment__box:nth-of-type(2) {
  border-left: none;
}
.recruitment .content .recruitment__block .recruitment__fx:nth-of-type(7) .recruitment__fx--right .recruitment__box:nth-of-type(3) {
  border-left: none;
}

@media (max-width: 767px) {
  .recruitment {
    margin-top: 50px;
  }
  .recruitment .content .recruitment__block {
    max-width: 882px;
    width: 100%;
    margin: 50px auto 0;
  }
  .recruitment .content .recruitment__block .recruitment__fx {
    display: block;
  }
  .recruitment .content .recruitment__block .recruitment__fx .recruitment__fx--left {
    padding: 10px 15px 10px;
  }
  .recruitment .content .recruitment__block .recruitment__fx .recruitment__fx--right {
    max-width: 648px;
    width: 100%;
    padding: 10px 20px;
  }
  .recruitment .content .recruitment__block .recruitment__fx .recruitment__fx--right .recruitment__box {
    margin: 25px 0;
    padding: 8px 15px;
    border-left: 1px solid #297bb8;
  }
}
.entry {
  margin-top: 100px;
}
.entry .content .entry__block {
  max-width: 1344px;
  width: 100%;
  background: #EEF8FF;
  padding: 60px 0;
}
.entry .content .entry__block .snow-monkey-form .smf-form {
  padding: 8rem 9rem;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-complete-content .reply {
  font-size: 20px;
  line-height: 1.45;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 1160px;
  padding: 0 48px;
  width: 100%;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item:not(:first-of-type) {
  margin-top: 60px;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item .smf-item__col--label .smf-item__label .smf-item__label__text {
  font-size: 18px;
  line-height: 1.45;
  color: #297BB8;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item .smf-item__col--controls .smf-item__controls {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6.6rem;
       column-gap: 6.6rem;
  row-gap: 10px;
  max-width: 855px;
  width: 100%;
  font-size: 18px;
  line-height: 1.45;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item .smf-item__col--controls .smf-item__controls p {
  max-width: 74px;
  padding: 5px 5px;
  background: #297BB8;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 3vw, 18px);
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item1 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-text-control input {
  max-width: 713px;
  width: 55vw;
  font-size: 20px;
  border: 1px solid #297BB8;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls {
  max-width: 853px;
  width: 100%;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls .smf-item__controls .date .wp-block-group__inner-container {
  display: flex;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls .smf-item__controls .date .wp-block-group__inner-container .smf-placeholder .smf-text-control input {
  max-width: 117px;
  width: 100%;
  font-size: 20px;
  border: 1px solid #297BB8;
}
.entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls .smf-item__controls .date .wp-block-group__inner-container p {
  background: none;
  color: #000;
}
.entry .content .entry__block .smf-action {
  max-width: 160px;
  width: 100%;
  margin: 80px auto 0;
}
.entry .content .entry__block .smf-action .smf-button-control__control {
  max-width: 160px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  background: #fff;
  color: #297BB8;
  border: 1px solid #297BB8;
  font-weight: 300;
  padding: 18px 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .entry {
    margin-top: 50px;
  }
  .entry .content .entry__block {
    padding: 30px 0;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form {
    padding: 40px 20px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item {
    display: block;
    padding: 0 15px;
    width: 100%;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item:not(:first-of-type) {
    margin-top: 60px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item .smf-item__col--label .smf-item__label .smf-item__label__text {
    font-size: 18px;
    line-height: 1.45;
    color: #297BB8;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item .smf-item__col--controls .smf-item__controls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    max-width: 855px;
    width: 100%;
    font-size: 18px;
    line-height: 1.45;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item .smf-item__col--controls .smf-item__controls p {
    max-width: 74px;
    padding: 5px 5px;
    background: #297BB8;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item .smf-item__col--controls .smf-item__controls .smf-placeholder {
    width: 100%;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item1 .smf-item__col--controls .smf-item__controls .smf-placeholder .smf-text-control input {
    max-width: 713px;
    width: 100%;
    font-size: 20px;
    border: 1px solid #297BB8;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls .smf-item__controls {
    display: block;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls .smf-item__controls .date {
    margin-top: 30px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls .smf-item__controls .date .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 20px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls .smf-item__controls .date .wp-block-group__inner-container .smf-placeholder {
    max-width: 117px;
  }
  .entry .content .entry__block .snow-monkey-form .smf-form .smf-item2 .smf-item__col--controls .smf-item__controls .date .smf-placeholder .smf-text-control .smf-text-control__control {
    width: 100%;
  }
  .entry .content .entry__block .smf-action {
    max-width: 160px;
    width: 100%;
    margin: 80px auto 0;
  }
  .entry .content .entry__block .smf-action .smf-button-control__control {
    max-width: 160px;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    background: #fff;
    color: #297BB8;
    border: 1px solid #297BB8;
    font-weight: 300;
    padding: 18px 10px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */