@charset "UTF-8";
/*==========================================================================
初期設定
============================================================================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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.
 */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

* {
  font-family: "Noto Serif JP", serif;
}

body {
  position: relative;
}

/*==========================================================================
共通パーツ
============================================================================*/
@media only screen and (max-width: 999px) {
  main {
    padding-top: 55.69px;
  }
}

.pcOnly {
  display: block;
}
@media only screen and (max-width: 999px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media only screen and (max-width: 999px) {
  .spOnly {
    display: block;
  }
}

.pageTitle__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 95px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../images/contact/eyecatch.jpg);
}
.pageTitle__contact h1 {
  font-size: 6rem;
  line-height: 1.4833333333;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .pageTitle__contact {
    padding: 70px 0;
  }
  .pageTitle__contact h1 {
    font-size: 4rem;
    line-height: 1.725;
    color: #fff;
  }
}
@media only screen and (max-width: 999px) {
  .pageTitle__contact {
    padding: 30px 0;
  }
  .pageTitle__contact h1 {
    font-size: 3rem;
    line-height: 2.3;
  }
}
.pageTitle__recruit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 95px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../images/recruit/eyecatch.jpg);
}
.pageTitle__recruit h1 {
  font-size: 6rem;
  line-height: 1.4833333333;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .pageTitle__recruit {
    padding: 70px 0;
  }
  .pageTitle__recruit h1 {
    font-size: 4rem;
    line-height: 1.725;
    color: #fff;
  }
}
@media only screen and (max-width: 999px) {
  .pageTitle__recruit {
    padding: 30px 0;
  }
  .pageTitle__recruit h1 {
    font-size: 3rem;
    line-height: 2.3;
  }
}

.headline {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
  gap: 5px;
}
.headline img {
  width: 30px;
  margin: 0 auto;
}
.headline h2 {
  width: 100%;
  font-size: 4rem;
  line-height: 1.225;
  color: #4E4E4E;
}
@media only screen and (max-width: 999px) {
  .headline {
    padding-bottom: 20px;
    gap: 2px;
  }
  .headline img {
    width: 25px;
  }
  .headline h2 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .headline h2 {
    font-size: 2.6rem;
    line-height: 1.2307692308;
  }
}

.mainTitle {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1.44;
  color: #4E4E4E;
}
.mainTitle:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/common/icon-rhombus01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .mainTitle {
    font-size: 2.1rem;
    line-height: 1.7142857143;
  }
}
@media only screen and (max-width: 999px) {
  .mainTitle {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    gap: 8px;
    padding-bottom: 15px;
  }
  .mainTitle:before {
    width: 30px;
    height: 30px;
  }
}

.subTitle {
  font-size: 2.5rem;
  line-height: 1.44;
  color: #4079CE;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .subTitle {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.number_title {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #4079CE;
  font-size: 2.7rem;
  line-height: 1.2962962963;
  margin-bottom: 10px;
}
.number_title:before {
  content: "";
  font-family: "Train One", system-ui;
  display: inline-block;
  font-size: 4.5rem;
  line-height: 0.8666666667;
  color: #fff;
  background-color: #4079CE;
  text-align: center;
  vertical-align: middle;
  padding: 18px 20px;
}
@media only screen and (max-width: 1199px) {
  .number_title {
    font-size: 2.5rem;
    line-height: 1.2;
    gap: 15px;
  }
  .number_title:before {
    font-size: 3rem;
    line-height: 1;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 999px) {
  .number_title {
    font-size: 2rem;
    line-height: 1.5;
    gap: 10px;
  }
  .number_title:before {
    font-size: 2.4rem;
    line-height: 1.25;
    padding: 5px 10px;
  }
}

.text {
  font-size: 1.6rem;
  line-height: 1.5625;
  color: #4E4E4E;
}
@media only screen and (max-width: 999px) {
  .text {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.commonBtn {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  border: 1px solid #4079CE;
  color: #4079CE;
  padding: 10px 20px;
  transition: 0.2s ease-out;
}
.commonBtn_wrap {
  display: flex;
  justify-content: right;
}
.commonBtn_arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #4079CE;
  line-height: 1;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  transition: 0.2s ease-out;
}
.commonBtn_arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  background: #4079CE;
  transition: 0.2s ease-out;
}
.commonBtn:hover {
  background-color: #4079CE;
  color: #fff;
}
.commonBtn:hover .commonBtn_arrow {
  color: #fff;
}
.commonBtn:hover .commonBtn_arrow::before {
  bottom: 9px;
  left: 9px;
  background: #fff;
}
@media only screen and (max-width: 999px) {
  .commonBtn_wrap {
    justify-content: center;
  }
}

.imageRight__outer {
  display: flex;
  align-items: center;
  gap: 80px;
}
.imageRight__outer .inner__images {
  flex: 1;
  height: 400px;
}
.imageRight__outer .inner__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageRight__outer .inner__text {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  color: #7A7A7A;
}
@media only screen and (max-width: 999px) {
  .imageRight__outer .inner__text {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
@media only screen and (max-width: 1500px) {
  .imageRight__outer {
    gap: 30px;
  }
}
@media only screen and (max-width: 999px) {
  .imageRight__outer {
    display: block;
  }
  .imageRight__outer .inner__images {
    height: 300px;
    margin-top: 20px;
  }
}

.imageLeft__outer {
  display: flex;
  align-items: center;
  gap: 80px;
  flex-direction: row-reverse;
}
.imageLeft__outer .inner__images {
  flex: 1;
  height: 400px;
}
.imageLeft__outer .inner__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageLeft__outer .inner__text {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  color: #7A7A7A;
}
@media only screen and (max-width: 999px) {
  .imageLeft__outer .inner__text {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
@media only screen and (max-width: 1500px) {
  .imageLeft__outer {
    gap: 30px;
  }
}
@media only screen and (max-width: 999px) {
  .imageLeft__outer {
    display: block;
  }
  .imageLeft__outer .inner__images {
    height: 300px;
    margin-top: 20px;
  }
}

.contentsBox__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
  max-width: 1090px;
  width: 95%;
  margin: 0 auto;
}
.contentsBox__item {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 40px;
  margin-top: 20px;
  width: 48.5%;
  padding-bottom: 45px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(58, 83, 170, 0.12);
}
.contentsBox__item .numberIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
  margin: auto;
  font-family: "Train One", system-ui;
  font-size: 4rem;
  line-height: 1;
  color: #4079CE;
  background-color: #fff;
  width: 75px;
  height: 75px;
  border: 2px solid #4079CE;
  border-radius: 100px;
}
.contentsBox__item .image {
  padding: 1%;
  max-width: 520px;
  width: 98%;
}
.contentsBox__item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contentsBox__item .text {
  display: flex;
  padding: 0px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  color: #4E4E4E;
}
.contentsBox__item .text h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 2.1rem;
  line-height: 1.6666666667;
}
.contentsBox__item .text h3:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #4079CE;
}
.contentsBox__item .text p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 999px) {
  .contentsBox__wrapper {
    gap: 20px 2%;
  }
  .contentsBox__item {
    gap: 20px;
    padding-bottom: 20px;
  }
  .contentsBox__item .numberIcon {
    font-size: 3.2rem;
    line-height: 1;
    top: -15px;
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .contentsBox__item {
    width: 100%;
  }
  .contentsBox__item .numberIcon {
    font-size: 3.2rem;
    line-height: 1;
    top: -10px;
    width: 60px;
    height: 60px;
  }
  .contentsBox__item .image {
    max-width: none;
  }
}

.rhombus {
  display: inline-block;
  min-width: 10px;
  height: 10px;
  background-color: #4079CE;
  transform: rotate(45deg);
}

.listArea {
  max-width: 1000px;
  width: 95%;
  padding: 15px 30px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 17px 0px rgba(48, 67, 89, 0.15);
}
.listArea__item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  color: #7A7A7A;
  padding: 25px 20px;
  border-bottom: 1px solid #BFD4D6;
}
@media only screen and (max-width: 999px) {
  .listArea__item {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.listArea__item .title {
  max-width: 180px;
  width: 100%;
  font-weight: bold;
}
.listArea__item:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .listArea {
    padding: 15px;
  }
  .listArea__item {
    padding: 15px 10px;
  }
  .listArea__item .title {
    max-width: 85px;
    font-size: 1.6rem;
    line-height: 1.125;
  }
}
@media only screen and (max-width: 999px) {
  .listArea {
    padding: 10px;
  }
  .listArea__item {
    padding: 15px 10px;
    flex-direction: column;
    align-items: baseline;
    gap: 3px;
  }
  .listArea__item .title {
    max-width: none;
    width: fit-content;
  }
  .listArea__item .rhombus {
    display: none;
  }
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
}

@media only screen and (max-width: 1250px) {
  .scroll_left {
    transform: translateX(0);
    transform: translateY(30px);
  }
  .scroll_left.on {
    transform: translateY(0);
    opacity: 1;
  }
}
.scroll_right {
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
}

@media only screen and (max-width: 1250px) {
  .scroll_right {
    transform: translateX(0);
    transform: translateY(30px);
  }
  .scroll_right.on {
    transform: translateY(0);
    opacity: 1;
  }
}
.header {
  width: 100%;
  position: relative;
  z-index: 1;
}
.header__wrapper {
  display: flex;
  max-width: 1750px;
  width: 95%;
  height: 120px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 270px;
  transition: 0.2s ease-out;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__menu {
  display: flex;
  font-size: 2.1rem;
  line-height: 1.2380952381;
}
.header__menu ul {
  display: flex;
  gap: 40px;
}
.header__menu_item {
  position: relative;
  transition: 0.2s ease-out;
}
.header__menu_item a {
  color: #4E4E4E;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  transition: 0.2s ease-out;
}
.header__menu_item a:hover {
  color: #4079CE;
  border-bottom: 1px solid #4079CE;
}
.header__menu_item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  background-color: #4079CE;
  width: 1px;
  height: 30px;
}
.header__menu_item:nth-last-child(2)::after {
  display: none;
}
.header__menu_item:last-child {
  width: 140px;
}
.header__menu_item:last-child::after {
  display: none;
}
.header__menu_btn {
  display: flex;
  gap: 5px;
  position: absolute;
  right: 30px;
  top: 0;
  transition: 0.2s ease-out;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 160px;
  height: 160px;
  background-color: #4079CE;
  color: #fff;
  border: 1px solid #4079CE;
  border-top: 0;
}
.header__menu_btn span {
  display: inline-block;
  background-image: url("../images/common/envelope-white.svg");
  transition: 0.2s ease-out;
  width: 28px;
  height: 21px;
}
.header__menu_btn:hover {
  color: #4079CE;
  background-color: #fff;
  border: 1px solid #4079CE;
  border-top: 0;
}
.header__menu_btn:hover span {
  background-image: url("../images/common/envelope-blue.svg");
}
.header .burgerToggle {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header__wrapper {
    height: 90px;
  }
  .header__logo {
    width: 200px;
  }
  .header__menu {
    display: block;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .header__menu ul {
    gap: 25px;
  }
  .header__menu_item a {
    padding-bottom: 3px;
  }
  .header__menu_item:last-child {
    width: 75px;
  }
  .header__menu_item::after {
    right: -12px;
  }
  .header__menu_btn {
    width: 110px;
    height: 110px;
    right: 0px;
  }
  .header__menu_btn p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
@media only screen and (max-width: 999px) {
  .header {
    position: fixed;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
  }
  .header__wrapper {
    height: 100%;
    align-items: baseline;
    flex-direction: column;
  }
  .header__logo {
    width: 160px;
    padding: 10px 0;
  }
  .header nav {
    width: 100%;
  }
  .header__menu {
    display: none;
    padding-bottom: 20px;
  }
  .header__menu ul {
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    gap: 5px;
    padding: 0 10px;
  }
  .header__menu_btn {
    margin: 0 auto;
    width: fit-content;
    height: auto;
    position: static;
    padding: 10px 15px;
    padding-bottom: 7px;
    border: 1px solid #4079CE;
  }
  .header__menu_btn:hover {
    border: 1px solid #4079CE;
  }
  .header__menu_item a {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #BFD4D6;
  }
  .header__menu_item:nth-last-child(2) a {
    border-bottom: 0;
  }
  .header__menu_item:last-child {
    width: auto;
  }
  .header__menu_item:last-child a {
    border-bottom: 0;
  }
  .header__menu_item::after {
    display: none;
  }
  .header__menu_btn {
    flex-direction: row;
  }
  .header .burgerToggle {
    display: block;
    position: absolute;
    right: 2%;
    top: 20px;
    cursor: pointer;
    transition: 0.2s ease-out;
    width: 26px;
    height: 20px;
  }
  .header .burgerToggle span {
    display: block;
    height: 1px;
    width: 26px;
    position: absolute;
    background: #8EB5FF;
    top: 8.5px;
    transition: 0.2s ease-out;
  }
  .header .burgerToggle:before, .header .burgerToggle:after {
    content: "";
    display: block;
    height: 1px;
    width: 26px;
    position: absolute;
    background: #8EB5FF;
    transition: 0.2s ease-out;
  }
  .header .burgerToggle:before {
    top: 0;
  }
  .header .burgerToggle::after {
    bottom: 0;
  }
  .header .is-active.burgerToggle {
    background-color: rgba(255, 255, 255, 0);
  }
  .header .is-active.burgerToggle span {
    opacity: 0;
    transform: rotate(-45deg);
  }
  .header .is-active.burgerToggle:before {
    top: 10px;
    transform: rotate(-45deg);
  }
  .header .is-active.burgerToggle:after {
    bottom: 9px;
    transform: rotate(45deg);
  }
}

.sideMenu {
  position: fixed;
  height: 100vh;
  margin: auto;
  top: 4%;
  transition: 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}
.sideMenu_recruit a, .sideMenu_contact a {
  padding: 25px 22.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: row;
  writing-mode: vertical-rl;
  font-size: 2.5rem;
  line-height: 1;
  border: 3px solid #fff;
  border-left: 0;
  transition: 0.2s ease-out;
}
.sideMenu_recruit a img, .sideMenu_contact a img {
  width: 25px;
}
.sideMenu_recruit a {
  background-color: #4079CE;
  color: #fff;
}
.sideMenu_recruit a:hover {
  opacity: 0.7;
}
.sideMenu_contact a {
  background-color: #F1F7FD;
  color: #4079CE;
  margin-top: 20px;
}
.sideMenu_contact a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1500px) {
  .sideMenu_recruit a, .sideMenu_contact a {
    padding: 20px 15px;
    font-size: 2.1rem;
    line-height: 1;
  }
  .sideMenu_recruit a img, .sideMenu_contact a img {
    width: 20px;
  }
}
@media only screen and (max-width: 999px) {
  .sideMenu {
    display: none;
  }
}

.topScroll {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 75px;
  height: 75px;
  color: #fff;
  background-color: #4079CE;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.topScroll img {
  width: 30px;
  height: 22px;
}
.topScroll:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1199px) {
  .topScroll {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
  .topScroll img {
    width: 20px;
    height: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .topScroll {
    display: none;
  }
}

.active {
  opacity: 1;
  visibility: visible;
}

.footer {
  border-top: 3px solid #4079CE;
  padding-top: 40px;
  padding-bottom: 15px;
  margin-top: 130px;
}
.footer__logo {
  width: 269px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1380px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.footer__top_btn {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: right;
  font-size: 2.3rem;
  line-height: 1.1304347826;
  color: #4079CE;
  transition: 0.2s ease-out;
}
.footer__top_btn span {
  display: inline-block;
  background-image: url("../images/common/phone-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  transition: 0.2s ease-out;
}
.footer__top_btn:hover {
  color: #8EB5FF;
}
.footer__top_btn:hover span {
  opacity: 0.6;
}
.footer__bottom {
  max-width: 1380px;
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #BFD4D6;
}
.footer__bottom_access {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  padding: 15px 30px;
  background: #F1F7FD;
  color: #7A7A7A;
}
@media only screen and (max-width: 999px) {
  .footer__bottom_access {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.footer__menu {
  display: flex;
  font-size: 2.1rem;
  line-height: 1.2380952381;
}
.footer__menu ul {
  display: flex;
  gap: 40px;
}
.footer__menu_item {
  position: relative;
  color: #4E4E4E;
  transition: 0.2s ease-out;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
.footer__menu_item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  background-color: #4079CE;
  width: 1px;
  height: 30px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.footer__menu_item:hover {
  color: #4079CE;
  border-bottom: 1px solid #4079CE;
}
.footer__menu_item:last-child::after {
  display: none;
}
.footer .copyRight {
  text-align: center;
  color: #A4A4A4;
  font-size: 1.6rem;
  line-height: 1.125;
}
@media only screen and (max-width: 1500px) {
  .footer__menu {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .footer__menu ul {
    justify-content: right;
    gap: 0 20px;
    flex-wrap: wrap;
  }
  .footer__menu_item {
    padding-bottom: 3px;
  }
  .footer__menu_item::after {
    right: -10px;
    height: 20px;
  }
}
@media only screen and (max-width: 999px) {
  .footer {
    margin-top: 80px;
    padding-top: 20px;
  }
  .footer__logo {
    width: 220px;
  }
  .footer__top_btn {
    font-size: 1.8rem;
    line-height: 1.2777777778;
  }
  .footer__top_btn span {
    width: 20px;
    height: 20px;
  }
  .footer__bottom {
    flex-direction: column;
    padding-bottom: 15px;
  }
  .footer__bottom_access {
    padding: 15px;
  }
  .footer__menu {
    justify-content: center;
    width: 90%;
    font-size: 1.6rem;
    line-height: 1.625;
    padding-top: 10px;
  }
  .footer__menu ul {
    justify-content: center;
  }
  .footer .copyRight {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 399px) {
  .footer__logo {
    width: 200px;
  }
  .footer__top {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .footer__top_btn {
    justify-content: center;
  }
}

/*==========================================================================
ページ
============================================================================*/
.splide {
  max-width: 1750px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.splide__track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__pagination {
  max-width: 1750px;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 20px 30px;
  gap: 20px;
}
.splide__pagination__page {
  border-radius: 0;
  transform: rotate(45deg) !important;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #8EB5FF;
  transition: 0.2s ease-out;
}
.splide__pagination__page.is-active {
  background-color: #8EB5FF;
}
.splide .catchPhrase {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
  font-size: 6rem;
  line-height: 1.4833333333;
  pointer-events: none;
}
.splide .infoArea {
  display: flex;
  gap: 20px;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
}
.splide .infoArea_image {
  width: 100px;
  height: 100px;
  transition: 0.2s ease-out;
  pointer-events: none;
}
.splide .infoArea_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide .infoArea_text h2 {
  font-size: 2.1rem;
  line-height: 1.4285714286;
  color: #4E4E4E;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-out;
}
.splide .infoArea_text p {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  color: #7A7A7A;
}
.splide .infoArea_arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #4079CE;
  line-height: 1;
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  transition: 0.2s ease-out;
}
.splide .infoArea_arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  background: #4079CE;
  transition: 0.2s ease-out;
}
.splide .infoArea:hover .infoArea_image {
  opacity: 0.7;
}
.splide .infoArea:hover .infoArea_text h2 {
  color: #4079CE;
  border-bottom: 1px solid #4079CE;
}
.splide .infoArea:hover .infoArea_arrow {
  color: #8EB5FF;
}
.splide .infoArea:hover .infoArea_arrow::before {
  bottom: 7px;
  left: 7px;
  background: #8EB5FF;
}
@media only screen and (max-width: 1500px) {
  .splide .catchPhrase {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .splide .catchPhrase {
    font-size: 3.5rem;
    line-height: 1.2857142857;
  }
  .splide .infoArea {
    padding: 15px;
  }
  .splide .infoArea_image {
    width: 80px;
    height: 80px;
  }
  .splide .infoArea_text h2 {
    font-size: 1.6rem;
    line-height: 1.125;
    padding-bottom: 2px;
    margin-bottom: 3px;
  }
  .splide .infoArea_text p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
@media only screen and (max-width: 999px) {
  .splide__list {
    height: 500px;
  }
  .splide__pagination {
    padding: 10px 15px;
    gap: 10px;
  }
  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
  .splide .catchPhrase {
    font-size: 3rem;
    line-height: 1;
  }
  .splide .infoArea {
    width: fit-content;
    gap: 15px;
  }
  .splide .infoArea_image {
    height: 70px;
  }
  .splide .infoArea_arrow {
    width: 20px;
    height: 20px;
  }
  .splide .infoArea_arrow::before {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .splide .catchPhrase {
    font-size: 2.6rem;
    line-height: 1;
    top: -12rem;
  }
}
@media only screen and (max-width: 600px) {
  .splide .infoArea {
    width: 95%;
  }
  .splide .catchPhrase {
    font-size: 2.1rem;
    line-height: 1.3333333333;
  }
  .splide__pagination {
    display: none;
  }
}

.topNews {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  margin-top: 80px;
  padding: 20px 50px;
  background-color: #F1F7FD;
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .topNews {
    margin-top: 50px;
  }
}
.topNews .headline {
  width: fit-content;
}
.topNews .headline h2 {
  width: fit-content;
}
.topNews ul {
  width: 100%;
  flex: 7;
}
.topNews__item {
  display: flex;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  padding: 25px 0;
}
@media only screen and (max-width: 999px) {
  .topNews__item {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.topNews__item:not(:last-child) {
  border-bottom: 1px solid #BFD4D6;
}
.topNews__item .date {
  padding: 0 20px;
  font-weight: bold;
  color: #7A7A7A;
}
.topNews__item a {
  text-decoration: underline;
  color: #4079CE;
}
@media only screen and (max-width: 999px) {
  .topNews {
    flex-direction: column;
    gap: 0;
    padding: 20px 10px;
  }
  .topNews__item {
    padding: 15px 0;
  }
  .topNews__item .date {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .topNews .headline {
    padding-bottom: 0;
  }
  .topNews__item {
    flex-direction: column;
  }
  .topNews__item .text {
    padding: 0 10px;
  }
}

.topAbout {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  padding-top: 80px;
}
@media only screen and (max-width: 999px) {
  .topAbout {
    padding-top: 50px;
  }
}

.topWork {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
@media only screen and (max-width: 999px) {
  .topWork {
    margin-top: 50px;
  }
}
.topWork:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 100%;
  height: 590px;
  background-image: url("../images/common/pattern01.png");
  background-color: rgba(142, 181, 255, 0.4);
  background-size: 3%;
}
@media only screen and (max-width: 999px) {
  .topWork {
    padding: 30px 0;
    background-image: url("../images/common/pattern01.png");
    background-color: rgba(142, 181, 255, 0.4);
    background-size: 3%;
  }
  .topWork:before {
    display: none;
  }
}

.topCompany {
  width: 100%;
  margin-top: 80px;
  padding: 40px 0;
  background-image: url("../images/common/pattern01.png");
  background-color: #F1F7FD;
  background-size: 3%;
}
@media only screen and (max-width: 999px) {
  .topCompany {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 999px) {
  .topCompany {
    padding: 30px 0;
  }
}
.topCompany .galleryArea {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
}
.topCompany .galleryArea .mainTitle {
  padding-bottom: 10px;
}
.topCompany .galleryArea ul {
  display: flex;
  gap: 2%;
}
.topCompany .galleryArea ul li {
  flex: 1;
}
.topCompany .galleryArea ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topRecruit {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 999px) {
  .topRecruit {
    margin-top: 50px;
  }
}
.topRecruit .commonBtn_wrap {
  padding-top: 20px;
}

.topAccess {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 999px) {
  .topAccess {
    margin-top: 50px;
  }
}
.topAccess__text {
  width: 100%;
  flex: 2;
}
.topAccess__text .access {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  color: #7A7A7A;
}
@media only screen and (max-width: 999px) {
  .topAccess__text .access {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.topAccess__text .tel {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.4347826087;
  color: #4079CE;
  border-top: 1px solid #4079CE;
  padding: 10px 0;
  margin-top: 20px;
  transition: 0.2s ease-out;
}
.topAccess__text .tel:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/phone-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s ease-out;
  width: 27px;
  height: 21px;
}
.topAccess__text .tel:hover {
  color: #8EB5FF;
}
.topAccess__text .tel:hover:before {
  opacity: 0.6;
}
.topAccess__map {
  width: 100%;
  flex: 7;
}
@media only screen and (max-width: 1199px) {
  .topAccess__map {
    flex: 3;
  }
}
@media only screen and (max-width: 999px) {
  .topAccess {
    flex-direction: column;
    gap: 10px;
  }
  .topAccess__text .access {
    width: 90%;
    margin: 0 auto;
  }
}

.About {
  width: 95%;
  margin: 0 auto;
  padding-top: 80px;
}
@media only screen and (max-width: 999px) {
  .About {
    padding-top: 50px;
  }
}
.About .text {
  text-align: center;
  padding-top: 20px;
}

.ContentArea {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 999px) {
  .ContentArea {
    margin-top: 50px;
  }
}
.ContentArea__btnWrapper {
  display: flex;
  justify-content: space-around;
  gap: 40px;
}
.ContentArea_btn {
  display: block;
  width: 100%;
  background-color: #F1F7FD;
  padding: 20px 0;
  border: 1px solid #F1F7FD;
  border-bottom: 1px solid #4079CE;
  text-align: center;
  transition: 0.2s ease-out;
}
.ContentArea_btn h3 {
  width: fit-content;
  display: flex;
  margin: 0 auto;
  border-bottom: 1px solid #F1F7FD;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #4079CE;
  transition: 0.2s ease-out;
}
.ContentArea_btn h3:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.ContentArea_btn .rhombus {
  margin: 8px 0;
}
.ContentArea_btn p {
  font-size: 2rem;
  line-height: 1.45;
  color: #4E4E4E;
  transition: 0.2s ease-out;
}
.ContentArea_btn:hover {
  background-color: #fff;
  border: 1px solid #4079CE;
}
.ContentArea_btn:hover h3 {
  border-bottom: 1px solid #4079CE;
}
.ContentArea_btn:hover p {
  color: #4079CE;
}
.ContentArea li {
  flex: 1;
}
.ContentArea li:first-child h3 {
  font-size: 3.7rem;
  line-height: 1.4324324324;
}
.ContentArea li:first-child h3:before {
  background-image: url("/images/common/phone-blue.svg");
  width: 35px;
  height: 35px;
}
.ContentArea li:last-child h3 {
  font-size: 3rem;
  line-height: 1.7666666667;
}
.ContentArea li:last-child h3:before {
  background-image: url("/images/common/envelope-blue.svg");
  width: 35px;
  height: 26px;
}
@media only screen and (max-width: 999px) {
  .ContentArea__btnWrapper {
    gap: 20px;
  }
  .ContentArea p {
    font-size: 1.6rem;
    line-height: 1.125;
  }
  .ContentArea li:first-child h3 {
    font-size: 2.8rem;
    line-height: 0.9285714286;
  }
  .ContentArea li:first-child h3::before {
    width: 30px;
    height: 30px;
  }
  .ContentArea li:last-child h3 {
    font-size: 2.4rem;
    line-height: 1.2916666667;
  }
  .ContentArea li:last-child h3:before {
    width: 30px;
    height: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .ContentArea__btnWrapper {
    flex-direction: column;
    gap: 15px;
  }
}

.Appeal {
  width: 100%;
  margin-top: 80px;
  padding: 40px 0;
  background-image: url("../images/common/pattern01.png");
  background-color: #F1F7FD;
  background-size: 3%;
}
@media only screen and (max-width: 999px) {
  .Appeal {
    margin-top: 50px;
  }
}
.Appeal__wrapper {
  display: flex;
  width: 95%;
  margin: 0 auto;
  flex-direction: column;
  gap: 30px;
}
.Appeal__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.Appeal__item .image {
  flex: 1;
  max-width: 320px;
  width: 100%;
}
.Appeal__item .illust {
  flex: 1;
  max-width: 230px;
  width: 100%;
}
.Appeal__item_text {
  flex: 1;
  max-width: 850px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(58, 83, 170, 0.12);
  padding: 20px 25px;
}
.Appeal__item:first-child .number_title:before {
  content: "1";
}
.Appeal__item:nth-child(2) {
  flex-direction: row-reverse;
}
.Appeal__item:nth-child(2) .number_title:before {
  content: "2";
}
.Appeal__item:last-child .number_title:before {
  content: "3";
}
@media only screen and (max-width: 1199px) {
  .Appeal__wrapper {
    gap: 20px;
  }
  .Appeal .image {
    max-width: 250px;
  }
  .Appeal .illust {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .Appeal {
    padding: 30px 0;
  }
  .Appeal .image {
    max-width: none;
    max-height: 250px;
    object-fit: cover;
  }
  .Appeal__item {
    flex-direction: column;
    gap: 0;
  }
  .Appeal__item_text {
    padding: 15px;
  }
  .Appeal__item:nth-child(2) {
    flex-direction: column;
  }
}

.Interview {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 999px) {
  .Interview {
    margin-top: 50px;
  }
}
.Interview .imageLeft__outer,
.Interview .imageRight__outer {
  gap: 50px;
}
.Interview .inner__images {
  height: 350px;
}
.Interview .mainTitle:before {
  background-image: url(/images/common/icon-rhombus02.svg);
}
.Interview .balloon01 {
  position: relative;
  display: inline-block;
  padding: 30px 25px;
  color: #4E4E4E;
  font-size: 2rem;
  line-height: 1.4;
  background: #FFF;
  border: solid 1px #4079CE;
  border-radius: 20px;
  box-sizing: border-box;
}
.Interview .balloon01:before {
  content: "";
  position: absolute;
  background-image: url("/images/recruit/balloon-arrow.svg");
  display: inline-block;
  margin-top: -12px;
  width: 22px;
  height: 22px;
  top: 50%;
}
.Interview .balloon01:before {
  border-right: 10px solid #FFF;
  left: -15px;
}
.Interview .balloon02 {
  position: relative;
  display: inline-block;
  padding: 30px 25px;
  color: #4E4E4E;
  font-size: 2rem;
  line-height: 1.4;
  background: #FFF;
  border: solid 1px #4079CE;
  border-radius: 20px;
  box-sizing: border-box;
}
.Interview .balloon02:before {
  content: "";
  position: absolute;
  background-image: url("/images/recruit/balloon-arrow.svg");
  display: inline-block;
  margin-top: -12px;
  width: 22px;
  height: 22px;
  top: 50%;
}
.Interview .balloon02:before {
  border-left: 10px solid #FFF;
  right: -25px;
  transform: rotate(180deg);
}
.Interview .balloon03 {
  position: relative;
  display: inline-block;
  padding: 30px 25px;
  color: #4E4E4E;
  font-size: 2rem;
  line-height: 1.4;
  background: #FFF;
  border: solid 1px #4079CE;
  border-radius: 20px;
  box-sizing: border-box;
}
.Interview .balloon03:before {
  content: "";
  position: absolute;
  background-image: url("/images/recruit/balloon-arrow.svg");
  display: inline-block;
  margin-top: -12px;
  width: 22px;
  height: 22px;
  top: 50%;
}
.Interview .balloon03:before {
  border-right: 10px solid #FFF;
  top: -10px;
  left: 30px;
  margin: 0 auto;
  transform: rotate(90deg);
}
@media only screen and (max-width: 999px) {
  .Interview .balloon01,
  .Interview .balloon02,
  .Interview .balloon03 {
    font-size: 1.6rem;
    line-height: 1.75;
    border-radius: 10px;
    padding: 10px;
  }
  .Interview .balloon01:before,
  .Interview .balloon02:before,
  .Interview .balloon03:before {
    display: none;
  }
}
.Interview .InterviewList {
  padding-top: 10px;
}
.Interview .InterviewList__item {
  font-size: 2rem;
  line-height: 1.4;
  padding-top: 15px;
  padding-bottom: 20px;
}
.Interview .InterviewList__item h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: #4079CE;
  padding-bottom: 10px;
}
.Interview .InterviewList__item h4:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 20px;
  min-height: 22px;
}
@media only screen and (max-width: 999px) {
  .Interview .InterviewList__item h4:before {
    min-width: 18px;
    min-height: 20px;
  }
}
.Interview .InterviewList__item h4:before {
  background-image: url(/images/recruit/interview-q.svg);
}
.Interview .InterviewList__item p {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #F1F7FD;
  padding: 15px 30px;
  color: #4E4E4E;
}
.Interview .InterviewList__item p:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 20px;
  min-height: 22px;
}
@media only screen and (max-width: 999px) {
  .Interview .InterviewList__item p:before {
    min-width: 18px;
    min-height: 20px;
  }
}
.Interview .InterviewList__item p:before {
  background-image: url(/images/recruit/interview-a.svg);
}
.Interview .InterviewList__item:not(:last-child) {
  border-bottom: 1px solid #BFD4D6;
}
.Interview .Interview02 {
  padding-top: 50px;
}
@media only screen and (max-width: 999px) {
  .Interview .inner__images {
    height: 250px;
  }
  .Interview .InterviewList__item {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .Interview .InterviewList__item p {
    padding: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.JobDescription {
  width: 100%;
  margin-top: 80px;
  padding: 40px 0;
  background-image: url("../images/common/pattern01.png");
  background-color: rgba(142, 181, 255, 0.4);
  background-size: 3%;
}
@media only screen and (max-width: 999px) {
  .JobDescription {
    margin-top: 50px;
  }
}
.JobDescription__wrapper {
  display: flex;
  gap: 20px;
  max-width: 1620px;
  width: 95%;
  margin: 0 auto;
}
.JobDescription__wrapper .listArea {
  flex: 1;
}
.JobDescription__wrapper .listArea li:first-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.JobDescription__wrapper .listArea li:first-child .mainTitle {
  padding-bottom: 0;
}
.JobDescription__wrapper .listArea li:first-child .mainTitle:before {
  background-image: url(/images/common/icon-rhombus02.svg);
}
@media only screen and (max-width: 767px) {
  .JobDescription {
    padding: 30px 0;
  }
  .JobDescription__wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.Flow {
  width: 95%;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .Flow {
    margin-top: 50px;
  }
}
.Flow__wrapper {
  display: flex;
  gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
}
.Flow__item {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 8px 0px rgba(58, 83, 170, 0.12);
}
.Flow__item .text {
  padding-top: 8px;
  text-align-last: left;
}
.Flow .arrow {
  margin: 15px 0;
}
.Flow__item:first-child .number_title:before {
  content: "1";
}
.Flow__item:nth-child(2) .number_title:before {
  content: "2";
}
.Flow__item:last-child .number_title:before {
  content: "3";
}
.Flow .JobOffer {
  max-width: 400px;
  width: 95%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 8px 0px rgba(58, 83, 170, 0.12);
  border: 1px solid #4079CE;
}
.Flow .JobOffer .mainTitle {
  width: fit-content;
  margin: 0 auto;
  font-size: 3.5rem;
  line-height: 1.4285714286;
  font-weight: bold;
  color: #4079CE;
  padding-bottom: 15px;
}
.Flow .JobOffer .mainTitle:before {
  background-image: url("../images/common/icon-rhombus02.svg");
}
.Flow .JobOffer .mainTitle:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/common/icon-rhombus02.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .Flow__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .Flow__item {
    padding: 10px;
  }
}
@media only screen and (max-width: 999px) {
  .Flow .JobOffer .mainTitle {
    font-size: 3rem;
    line-height: 1;
  }
  .Flow .JobOffer .mainTitle:after {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .Flow__item {
    flex: none;
    width: 90%;
  }
}

.ContactArea {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding-top: 80px;
}
@media only screen and (max-width: 999px) {
  .ContactArea {
    padding-top: 50px;
  }
}
.ContactArea .Wrapper {
  display: flex;
  justify-content: center;
}
.ContactArea .Wrapper__text {
  flex: 2;
}
.ContactArea .Wrapper__btn {
  flex: 1.5;
}
.ContactArea .mainTitle:before {
  background-image: url(../images/common/icon-rhombus02.svg);
}
.ContactArea .telBtn {
  display: block;
  width: 100%;
  background-color: #F1F7FD;
  padding: 20px 0;
  border: 1px solid #F1F7FD;
  border-bottom: 1px solid #4079CE;
  text-align: center;
  transition: 0.2s ease-out;
}
.ContactArea .telBtn h3 {
  font-size: 3.7rem;
  line-height: 1.4324324324;
  width: fit-content;
  display: flex;
  margin: 0 auto;
  border-bottom: 1px solid #F1F7FD;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #4079CE;
  transition: 0.2s ease-out;
}
.ContactArea .telBtn h3:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/common/phone-blue.svg");
  width: 35px;
  height: 35px;
}
.ContactArea .telBtn .rhombus {
  margin: 8px 0;
}
.ContactArea .telBtn p {
  font-size: 2rem;
  line-height: 1.45;
  color: #4E4E4E;
  transition: 0.2s ease-out;
}
.ContactArea .telBtn:hover {
  background-color: #fff;
  border: 1px solid #4079CE;
}
.ContactArea .telBtn:hover h3 {
  border-bottom: 1px solid #4079CE;
}
.ContactArea .telBtn:hover p {
  color: #4079CE;
}
@media only screen and (max-width: 999px) {
  .ContactArea .Wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .ContactArea .telBtn h3 {
    font-size: 2.8rem;
    line-height: 0.9285714286;
  }
  .ContactArea .telBtn h3::before {
    width: 30px;
    height: 30px;
  }
  .ContactArea .telBtn p {
    font-size: 1.6rem;
    line-height: 1.125;
  }
}

.formArea {
  width: 100%;
  margin-top: 80px;
}
@media only screen and (max-width: 999px) {
  .formArea {
    margin-top: 50px;
  }
}
.formArea__outer {
  width: 100%;
  padding: 25px 0;
  background-image: url("../images/common/pattern01.png");
  background-color: #F1F7FD;
  background-size: 3%;
}
.formArea__wrapper01 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .formArea__wrapper01 {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.formArea__wrapper02 {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .formArea__wrapper02 {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.formArea__inner {
  display: flex;
  gap: 30px;
  color: #4E4E4E;
}
.formArea__inner_label {
  max-width: 230px;
  width: 95%;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.formArea__inner_input, .formArea__inner_option, .formArea__inner_textarea {
  font-family: sans-serif;
  width: 100%;
  padding: 10px 15px;
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(58, 83, 170, 0.12);
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.formArea__inner_input::placeholder, .formArea__inner_option::placeholder, .formArea__inner_textarea::placeholder {
  color: #C1C2C9;
}
.formArea__inner_option {
  cursor: pointer;
}
.formArea__inner .arrow {
  position: relative;
  max-width: 400px;
}
.formArea__inner .arrow:after {
  content: "";
  display: inline-block;
  background-image: url("../../images/contact/arrow.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  margin: auto;
  top: 1em;
  right: 15px;
  position: absolute;
  pointer-events: none;
}
.formArea__inner dd {
  width: 100%;
}
.formArea .agreement__Area {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #4079CE;
  margin-top: 25px;
  box-shadow: 0px 0px 8px 0px rgba(58, 83, 170, 0.12);
}
.formArea .agreement .mainTitle {
  justify-content: center;
}
.formArea .agreement .mainTitle:before {
  background-image: url(../images/common/icon-rhombus02.svg);
}
.formArea .agreement_text {
  list-style: auto;
  padding-left: 1.5em;
}
.formArea .agreement_text li:not(:first-child) {
  padding-top: 10px;
}
.formArea .agreement_text li:nth-child(4) ul li {
  padding: 0;
}
.formArea .agreement_text ul {
  list-style: disc;
  padding-left: 1.5em;
}
.formArea #agree_check {
  text-align: center;
  margin: 15px 0;
}
.formArea_checkbox {
  position: relative;
  padding-left: 20px;
}
.formArea_checkbox input {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1.45);
}
.formArea .error_blank,
.formArea .error_format,
.formArea .error_check {
  display: block;
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  font-family: sans-serif;
  background-color: rgba(235, 204, 204, 0.8117647059);
  color: #DE2929;
  font-size: 1.6rem;
  line-height: 1.875;
}
.formArea .requiredMark {
  font-size: 1.4rem;
  line-height: 1;
  color: #DE2929;
  font-family: sans-serif;
  font-style: normal;
  padding-left: 10px;
}
.formArea .error_check {
  display: none;
  width: fit-content;
  margin: 0 auto;
  margin-top: 8px;
  padding: 2px 20px;
}
.formArea .confirmBtn {
  position: relative;
  width: fit-content;
  padding: 0;
}
.formArea .confirmBtn input {
  padding: 10px 20px;
  padding-right: 70px;
}
.formArea .confirmBtn .commonBtn_arrow {
  position: absolute;
  right: 20px;
  pointer-events: none;
}
@media only screen and (max-width: 999px) {
  .formArea__inner_label {
    max-width: 200px;
  }
  .formArea__inner_input, .formArea__inner_option, .formArea__inner_textarea {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
@media only screen and (max-width: 767px) {
  .formArea__inner {
    flex-direction: column;
    gap: 3px;
  }
  .formArea__inner_label {
    padding-left: 10px;
  }
  .formArea__inner_input, .formArea__inner_option, .formArea__inner_textarea {
    padding: 10px;
    padding-bottom: 8px;
  }
  .formArea .agreement__Area {
    padding: 15px 10px;
    padding-bottom: 20px;
  }
  .formArea .agreement_text li:not(:first-child) {
    padding-top: 8px;
  }
  .formArea .agreement_text li:nth-child(4) ul li {
    padding: 0;
  }
}

.thanksArea {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding-top: 80px;
}
@media only screen and (max-width: 999px) {
  .thanksArea {
    padding-top: 50px;
  }
}
.thanksArea .text {
  text-align: center;
}
.thanksArea .commonBtn_wrap {
  justify-content: center;
  padding-top: 30px;
}/*# sourceMappingURL=style.css.map */