@charset "UTF-8";
/*! destyle.css v3.0.2 | 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 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 {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

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

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

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Roboto", sans-serif;
}

.gradation {
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 120px 0;
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  section {
    padding: 20.5128205128vw 0;
  }
  .inner {
    padding: 0 5.1282051282vw;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  line-height: 1.3;
  color: #0431B4;
}

.section_title.white {
  color: #fff;
}

.section_title .en {
  display: block;
  font-size: 67px;
}

.section_title .ja {
  position: relative;
  font-size: 25px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section_title .ja::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 13px;
  background-image: url(../images/icon/icon_before02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.sec_subTitle {
  font-size: 35px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 70px;
  position: relative;
}

.sec_subTitle::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  position: absolute;
  left: 0;
  bottom: -30px;
}

.sec_text {
  color: #111;
  font-size: 14px;
  line-height: 170%;
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 11.5384615385vw;
  }
  .section_title .ja {
    font-size: 5.1282051282vw;
    gap: 2.5641025641vw;
  }
  .section_title .ja::before {
    width: 5.1282051282vw;
    height: 3.3333333333vw;
  }
  .sec_subTitle {
    font-size: 5.641025641vw;
    margin-top: 8.9743589744vw;
  }
  .sec_subTitle::before {
    width: 15.3846153846vw;
    height: 0.5128205128vw;
    bottom: -5.1282051282vw;
  }
  .sec_text {
    margin-top: 12.8205128205vw;
    width: 76.9230769231vw;
  }
}
.btn {
  margin-top: 60px;
}

.btn_link {
  padding: 15px 15px 15px 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  border: 1px solid #2D54C5;
  transition: 0.3s;
}

.btn_link::before {
  content: "";
  display: inline-block;
  width: 101%;
  height: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  border-radius: 5px;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .btn_link:hover {
    color: #0431B4;
    box-shadow: 0 0 7px 0 rgba(4, 49, 180, 0.5);
  }
  .btn_link:hover::before {
    opacity: 0;
  }
}
@media screen and (max-width: 680px) {
  .btn {
    margin-top: 10.2564102564vw;
  }
  .btn_link {
    padding: 3.8461538462vw 3.8461538462vw 3.8461538462vw 7.6923076923vw;
    font-size: 4.6153846154vw;
    border-radius: 1.2820512821vw;
    gap: 7.6923076923vw;
    border: 1px solid #2D54C5;
  }
}
.cta_sec {
  padding: 0;
}

.cta {
  background-image: url(../images/common/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 67px 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}

.cta_sec .cta {
  margin-top: 0;
}

.cta .section_title {
  text-align: left !important;
}

.cta_content_text {
  color: #FFF;
  font-size: 14px;
  line-height: 170%;
  margin-top: 25px;
}

.cta_btn {
  display: flex;
  gap: 47px;
}

.cta_btn a {
  font-size: 22px;
  font-weight: 500;
  border-radius: 6px;
  background: #FFF;
  padding: 18px 36px;
  transition: 0.3s;
  border: 1px solid #fff;
}

@media screen and (min-width: 681px) {
  .cta_btn a:hover {
    box-shadow: 0 0 7px 0 rgba(4, 49, 180, 0.5);
    border: 1px solid #2D54C5;
  }
}
@media screen and (max-width: 680px) {
  .cta_sec {
    padding: 0;
  }
  .cta {
    background-image: url(../images/common/cta_bg_sp.webp);
    padding: 7.6923076923vw 3.8461538462vw;
    align-items: flex-start;
    flex-flow: column;
    gap: 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
  .cta_content_text {
    font-size: 3.5897435897vw;
    margin-top: 5.1282051282vw;
  }
  .cta_btn {
    flex-flow: column;
    gap: 5.1282051282vw;
    width: 100%;
  }
  .cta_btn a {
    font-size: 4.6153846154vw;
    padding: 4.1025641026vw 9.2307692308vw;
    width: 100%;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 150px 0 45px;
  position: relative;
  z-index: 1;
}

.page_fv + section {
  position: relative;
  z-index: 2;
}

.page_fv_bg {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right top;
     object-position: right top;
  z-index: -1;
}

.page_fv .inner {
  position: relative;
  z-index: 10;
}

.page_fv_title {
  color: #0431B4;
  font-size: 30px;
  font-weight: 500;
}

.page_fv_title .en {
  display: block;
  font-size: 67px;
  font-weight: 400;
}

.page_fv_text {
  font-size: 14px;
  line-height: 170%;
  margin-top: 30px;
}

.page_fv_link {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

.page_fv_link a {
  background: #fff;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  padding: 15px 15px 15px 30px;
  position: relative;
  z-index: 1;
  border: 1px solid #2D54C5;
  transition: 0.3s;
}

.page_fv_link a::before {
  content: "";
  display: inline-block;
  width: 101%;
  height: 100%;
  transition: 0.3s;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  border-radius: 5px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_head {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.section_headBox {
  margin-right: calc(50% - 49.6vw);
}

.section_head_img {
  height: 577px;
}

@media screen and (min-width: 681px) {
  .page_fv_link a:hover {
    color: #0431B4;
    box-shadow: 0 0 7px 0 rgba(4, 49, 180, 0.5);
  }
  .page_fv_link a:hover::before {
    opacity: 0;
  }
}
@media screen and (max-width: 680px) {
  .page_fv {
    background-image: url(../images/common/page_fv_bg_sp.webp);
    padding: 19.2307692308vw 0 3.8461538462vw;
    position: relative;
  }
  .page_fv_title {
    font-size: 3.5897435897vw;
  }
  .page_fv_title .en {
    font-size: 6.1538461538vw;
  }
  .page_fv_text {
    font-size: 3.5897435897vw;
    margin-top: 5.641025641vw;
  }
  .page_fv_link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0512820513vw;
    margin-top: 3.8461538462vw;
  }
  .page_fv_link a {
    font-size: 3.3333333333vw;
    padding: 2.5641025641vw 3.8461538462vw;
  }
  .page_fv_link.type2 a {
    font-size: 3.3333333333vw;
    padding: 2.5641025641vw 2.0512820513vw;
  }
  .section_head {
    padding-left: 5.1282051282vw;
  }
  .section_headBox {
    margin-right: calc(50% - 50vw);
  }
  .section_head_img {
    height: 54.6153846154vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 30px 0;
  transition: 0.3s;
}

header {
  background: unset;
  box-shadow: unset;
}

header.active {
  background: #fff;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 30px;
}

.header_logo {
  width: 264px;
}

.header_nav {
  padding: 8px 10px 8px 30px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.global_nav_list {
  display: flex;
  gap: 24px;
}

.global_nav_item {
  font-size: 14px;
  font-weight: 500;
}

.header_navBox {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}

.header_contact {
  display: flex;
}

.header_contact a {
  width: 163px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 11px 0;
  line-height: 1.4;
  height: 44px;
}

.header_contact a:nth-of-type(1) {
  background: #28B3B3;
}

.header_contact a:nth-of-type(2) {
  background: #3B50CD;
}

.toggle-menu {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 74px;
  height: 44px;
  background: #152FC6;
  transition: 0.3s;
}

.toggle-menu .toggle-line {
  position: absolute;
  inset: 0;
  display: block;
  width: 31px;
  height: 1px;
  margin: auto;
  background-color: #fff;
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  position: absolute;
  left: 0;
  width: 31px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.3s;
}

.toggle-menu .toggle-line::before {
  top: -7px;
}

.toggle-menu .toggle-line::after {
  top: 7px;
}

.open.toggle-menu {
  background: #fff;
  border-radius: 5px;
}

.open .toggle-menu .toggle-line {
  height: 0;
  background-color: #152FC6;
}

.open .toggle-menu .toggle-line::before {
  top: 0;
  transform: rotate(-45deg);
  animation: active-menu-barTop 0.6s forwards;
  background-color: #152FC6;
}

.open .toggle-menu .toggle-line::after {
  top: 0;
  transform: rotate(45deg);
  background-color: #152FC6;
}

.global_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  background-image: url(../images/common/header_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: 0 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}

.open .global_menu {
  opacity: 1;
  visibility: unset;
}

.global_menu_logo {
  height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
}

.global_menuBox {
  width: 100%;
  max-width: 640px;
}

.global_menuBox_list {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 15px;
}

.global_menuBox_item {
  color: #fff;
}

.global_menuBox_item a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 23px;
}

.global_menuBox_item .main {
  font-size: 23px;
  font-weight: bold;
  margin-top: 0;
}

.global_menu_menu02 {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 25px 0;
  margin-top: 25px;
}

.global_menu_menu02_link {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}

.global_menu_search {
  margin-top: 25px;
}

.global_menu_search_text {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

.global_menu_search_flex01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 15px;
}

.global_menu_search_flex01 div {
  position: relative;
}

.global_menu_search_flex01 div::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 55%;
  right: 20px;
  transform: translate(0, -50%);
}

.global_menu_search_flex01 .job::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  background-image: url(../images/icon/icon_job.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}

.global_menu_search_flex01 .area::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url(../images/icon/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}

.global_menu_search_flex01 select {
  background: #fff;
  padding: 12px 40px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}

.global_menu_search_flex02 {
  display: grid;
  grid-template-columns: 555px 1fr;
  gap: 10px;
  margin-top: 14px;
}

.global_menu_search_flex02 input {
  padding: 13px 16px;
  background: #fff;
  width: 100%;
}

.search_btn {
  background: #28B3B3;
  position: relative;
  background-image: url(../images/icon/icon_search.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.global_menu_contact {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 50px;
}

.global_menu_contact_text {
  white-space: nowrap;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

.global_menu_contact_btn {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 16px;
  position: relative;
  text-align: center;
}

.global_menu_contact_btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 54%;
  right: 20px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  header {
    padding: 3.8461538462vw 0;
  }
  .header_inner {
    margin: 0 3.8461538462vw;
  }
  .header_content {
    position: relative;
    z-index: 100;
  }
  .header_content::before {
    content: "";
    display: inline-block;
    width: 33.8461538462vw;
    height: 7.6923076923vw;
    background-image: url(../images/logo/logo_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }
  .open .header_content::before {
    opacity: 1;
  }
  .header_logo {
    width: 33.8461538462vw;
  }
  .header_nav {
    padding: 0;
    background: unset;
    border-radius: 0;
    gap: 0;
  }
  .toggle-menu {
    width: 18.9743589744vw;
    height: 11.2820512821vw;
  }
  .toggle-menu .toggle-line {
    width: 7.9487179487vw;
    height: 0.2564102564vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    width: 7.9487179487vw;
    height: 0.2564102564vw;
  }
  .toggle-menu .toggle-line::before {
    top: -1.7948717949vw;
  }
  .toggle-menu .toggle-line::after {
    top: 1.7948717949vw;
  }
  .open.toggle-menu {
    border-radius: 1.2820512821vw;
  }
  .global_menu {
    display: block;
    background-image: url(../images/common/header_bg_sp.webp);
    padding: 21.5384615385vw 3.8461538462vw 25.641025641vw;
    overflow: auto;
  }
  .global_menu_logo {
    display: none;
  }
  .global_menuBox_list {
    display: flex;
    flex-flow: column;
    gap: 0;
  }
  .global_menuBox_item {
    position: relative;
    padding: 6.4102564103vw 0;
  }
  .global_menuBox_item:nth-of-type(2) {
    border-top: 1px solid #fff;
  }
  .global_menuBox_item a {
    font-size: 4.6153846154vw;
    font-weight: 500;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 5.8974358974vw;
  }
  .global_menuBox_item .main {
    font-size: 5.8974358974vw;
    font-weight: bold;
    margin-top: 0;
  }
  .global_menuBox_item .sp_button {
    position: absolute;
    top: 8.2051282051vw;
    right: 0;
    width: 6.1538461538vw;
    height: 5.641025641vw;
  }
  .global_menuBox_item .sp_button span {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .global_menuBox_item .sp_button span::before {
    content: "";
    display: inline-block;
    width: 5.641025641vw;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .global_menuBox_item .sp_button span::after {
    content: "";
    display: inline-block;
    width: 5.641025641vw;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.3s;
  }
  .global_menuBox_item .sp_button.is-open span::after {
    transform: translate(-50%, -50%) rotate(0);
  }
  .global_menuBox_item .accordion_area {
    display: none;
  }
  .global_menu_menu02 {
    display: block;
    padding: 0;
    margin-top: 0;
  }
  .global_menu_menu02_link {
    font-size: 5.8974358974vw;
    display: block;
    padding: 6.4102564103vw 0;
  }
  .global_menu_menu02_link:nth-of-type(2) {
    border-top: 1px solid #fff;
  }
  .global_menu_search {
    margin-top: 6.4102564103vw;
  }
  .global_menu_search_text {
    font-size: 6.4102564103vw;
  }
  .global_menu_search_flex01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0256410256vw;
    margin-top: 3.8461538462vw;
  }
  .global_menu_search_flex01 div {
    position: relative;
  }
  .global_menu_search_flex01 div::after {
    width: 3.0769230769vw;
    height: 1.5384615385vw;
    right: 5.1282051282vw;
  }
  .global_menu_search_flex01 .job::before {
    width: 4.8717948718vw;
    height: 4.1025641026vw;
    left: 2.3076923077vw;
  }
  .global_menu_search_flex01 .area::before {
    width: 3.0769230769vw;
    height: 4.1025641026vw;
    left: 2.3076923077vw;
  }
  .global_menu_search_flex01 select {
    padding: 3.0769230769vw 7.6923076923vw 3.0769230769vw 8.4615384615vw;
    font-size: 3.8461538462vw;
  }
  .global_menu_search_flex02 {
    grid-template-columns: 71.7948717949vw 1fr;
    gap: 1.5384615385vw;
    margin-top: 1.2820512821vw;
  }
  .global_menu_search_flex02 input {
    padding: 3.3333333333vw 2.8205128205vw;
  }
  .search_btn {
    background-image: url(../images/icon/icon_search.svg);
    background-size: 7.6923076923vw;
  }
  .global_menu_contact {
    display: block;
    margin-top: 6.4102564103vw;
  }
  .global_menu_contact_text {
    font-size: 6.4102564103vw;
  }
  .global_menu_contact_btn {
    font-size: 4.6153846154vw;
    border-radius: 1.2820512821vw;
    padding: 4.1025641026vw;
    margin-top: 5.1282051282vw;
  }
  .global_menu_contact_btn::before {
    width: 4.1025641026vw;
    height: 4.8717948718vw;
    right: 5.1282051282vw;
  }
}
/* Section4
***************************************************************/
.faq {
  background-image: url(../images/common/faq_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.faq .section_title {
  text-align: center;
}

.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 25px;
  margin-top: 50px;
}

.faq_accordion-area li {
  background: #fff;
  position: relative;
  border-radius: 5px;
}

.faq_title {
  position: relative;
  cursor: pointer;
  color: #0431B4;
  font-size: 25px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  padding: 15px 30px 15px 90px;
  transition: 0.3s;
}

.faq_title.close {
  color: #fff;
}

.faq_title .bg {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}

.faq_title.close .bg {
  opacity: 1;
}

.faq_title .text {
  position: relative;
}

.faq_title .text::before {
  content: "Q.";
  font-family: "Roboto", sans-serif;
  display: block;
  color: #0431B4;
  font-size: 25px;
  position: absolute;
  top: 18px;
  left: -60px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.faq_title.close .text::before {
  color: #fff;
}

.faq_title .text::after {
  content: "";
  display: inline-block;
  height: 30px;
  border-left: 1px solid #0431B4;
  position: absolute;
  left: -21px;
  top: 4px;
  transition: 0.3s;
}

.faq_title.close .text::after {
  border-left: 1px solid #fff;
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #011B6A;
  transition: 0.3s;
}

.faq_title.close::before,
.faq_title.close::after {
  background-color: #fff;
}

.faq_title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

.faq_title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

.faq_title.close::after {
  transform: rotate(0);
}

.faq_box {
  display: none;
  padding: 20px 340px 20px 90px;
  position: relative;
}

.faq_box p {
  position: relative;
  font-size: 14px;
  line-height: 170%;
}

@media screen and (min-width: 681px) {
  .faq_title:hover,
  .faq_title:hover .text::before {
    color: #fff;
  }
  .faq_title:hover .bg {
    opacity: 1;
  }
  .faq_title:hover .text::after {
    border-left: 1px solid #fff;
  }
  .faq_title:hover::before,
  .faq_title:hover::after {
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  .faq {
    background-image: url(../images/common/faq_bg.webp);
  }
  .faq_accordion-area {
    gap: 5.641025641vw;
    margin-top: 8.9743589744vw;
  }
  .faq_title {
    font-size: 4.1025641026vw;
    padding: 5.1282051282vw 14.8717948718vw 5.1282051282vw 15.3846153846vw;
  }
  .faq_title .text::before {
    font-size: 5.641025641vw;
    position: absolute;
    top: 50%;
    left: -11.2820512821vw;
    transform: translate(0, -50%);
  }
  .faq_title .text::after {
    height: 100%;
    position: absolute;
    top: 50%;
    left: -3.5897435897vw;
    transform: translate(0, -50%);
  }
  .faq_title::before {
    right: 3.8461538462vw;
  }
  .faq_title::after {
    right: 3.8461538462vw;
  }
  .faq_box {
    padding: 5.1282051282vw 3.8461538462vw;
  }
  .faq_box p {
    font-size: 3.5897435897vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background-image: url(../images/common/footer_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 30px;
  position: relative;
}

footer .inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 665px;
}

.footer_logo img {
  height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.footer_content_title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}

.footer_content_title span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 20px;
}

.footer_content_text {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
}

.footer_content_list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #8FABFF;
  border-bottom: 1px solid #8FABFF;
  margin-top: 15px;
  padding: 15px;
}

.footer_content_item a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #FFF;
  font-size: 14px;
  margin-top: 15px;
}

.footer_content_item a.main {
  font-weight: bold;
  font-size: 16px;
}

.footer_content_btn {
  margin-top: 25px;
  display: flex;
  gap: 30px;
}

.footer_content_btn a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 6px;
  background: #FFF;
  padding: 15px 30px;
}

.copyright {
  color: #FFF;
  font-weight: 700;
  margin-top: 30px;
  text-align: right;
}

.top_btn {
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 10;
  width: 70px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.top_btn.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 680px) {
  footer {
    background-image: url(../images/common/footer_bg_sp.webp);
    padding: 25.641025641vw 0 19.2307692308vw;
  }
  footer .inner {
    display: block;
  }
  .footer_logo img {
    height: 16.1538461538vw;
  }
  .footer_content {
    margin-top: 17.9487179487vw;
  }
  .footer_content_title {
    font-size: 5.1282051282vw;
    text-align: center;
  }
  .footer_content_title span {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    margin-top: 7.6923076923vw;
  }
  .footer_content_text {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    margin-top: 5.1282051282vw;
  }
  .footer_content_text span {
    display: block;
    text-align: center;
    margin-bottom: 5.1282051282vw;
  }
  .footer_content_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 7.6923076923vw 11.2820512821vw;
    margin-top: 11.5384615385vw;
    padding: 11.5384615385vw 3.8461538462vw;
  }
  .footer_content_item {
    min-width: 29.4871794872vw;
  }
  .footer_content_item:nth-of-type(1) {
    order: 1;
  }
  .footer_content_item:nth-of-type(2) {
    order: 3;
  }
  .footer_content_item:nth-of-type(3) {
    order: 2;
  }
  .footer_content_item:nth-of-type(4) {
    order: 4;
  }
  .footer_content_item a {
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
  }
  .footer_content_item a.main {
    font-size: 4.1025641026vw;
  }
  .footer_content_btn {
    margin-top: 11.5384615385vw;
    flex-flow: column;
    gap: 5.1282051282vw;
  }
  .footer_content_btn a {
    font-size: 4.6153846154vw;
    border-radius: 1.5384615385vw;
    padding: 3.8461538462vw 7.6923076923vw;
    width: 100%;
    text-align: center;
  }
  .copyright {
    margin-top: 11.5384615385vw;
    text-align: center;
  }
  .top_btn {
    bottom: 14.1025641026vw;
    right: 3.8461538462vw;
    width: 13.3333333333vw;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.fv .inner {
  display: flex;
  position: relative;
  height: 100vh;
  max-width: unset;
}

.fv_gallery {
  flex: 1;
}

.fv_gallery_list {
  width: 100%;
  height: 100%;
  position: relative;
}

.fv_gallery_item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.fv_gallery_item img {
  height: 100%;
}

.fv_gallery_item.is-active {
  opacity: 1;
  z-index: 1;
}

.fv_content {
  background-image: url(../images/front/fv_side_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 75px 0 40px;
  width: 480px;
}

.fv_content_title {
  color: #FFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 136%;
}

.fv_content_text {
  color: #FFF;
  text-align: justify;
  font-weight: 500;
  line-height: 23px;
  margin-top: 15px;
}

.fv .dots {
  display: flex;
  gap: 10px;
  z-index: 10;
  margin-top: 25px;
}

.dots span {
  width: 50px;
  height: 4px;
  background: #fff;
  cursor: pointer;
  transition: background 0.3s;
}

.dots span.is-active {
  background: #51B9C0;
}

.fv .scroll {
  width: 19px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  z-index: 50;
}

.fv_loop-wrap {
  width: 99vw;
  display: flex;
  align-items: center;
  gap: 100px;
  overflow: hidden;
  position: absolute;
  bottom: -88px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 50;
  background: rgba(0, 0, 0, 0);
  mix-blend-mode: color-burn;
}

.fv_loop-area {
  display: flex;
  animation: fv_loop-slide 50s infinite linear 0.8s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fv_loop-area .content {
  width: 500px;
  color: #8FAED7;
  font-size: 133px;
  line-height: 1.4;
  font-weight: 300;
  white-space: nowrap;
  width: 1250px;
}

@keyframes fv_loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 680px) {
  .fv .inner {
    display: block;
  }
  .fv_gallery {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: calc(100% - 17.9487179487vw);
  }
  .fv_content {
    width: 74.358974359vw;
    background-image: url(../images/front/fv_side_bg.webp);
    padding: 8.9743589744vw 8.4615384615vw 12.8205128205vw;
    position: absolute;
    right: 0;
    bottom: 2.5641025641vw;
    z-index: 10;
  }
  .fv_content_title {
    font-size: 7.1794871795vw;
  }
  .fv_content_text {
    line-height: 5.8974358974vw;
    margin-top: 3.8461538462vw;
    padding-right: 4.6153846154vw;
  }
  .fv .dots {
    gap: 1.0256410256vw;
    margin-top: 6.4102564103vw;
  }
  .fv .dots span {
    width: 9.7435897436vw;
    height: 1.0256410256vw;
  }
  .fv .scroll {
    width: 3.0769230769vw;
    left: 2.5641025641vw;
  }
  .fv_loop-wrap {
    gap: 10.2564102564vw;
    bottom: -6.4102564103vw;
  }
  .fv_loop-area {
    animation: fv_loop-slide 40s infinite linear 1s both;
  }
  .fv_loop-area .content {
    font-size: 12.8205128205vw;
    width: 128.2051282051vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 120px 0 0;
  overflow: hidden;
}

.sec1_head {
  display: flex;
  align-items: center;
  gap: 17px;
}

.sec1_head_text {
  font-size: 40px;
  font-weight: 700;
  line-height: 160%;
  display: inline-flex;
  align-items: center;
  flex: 1;
}

.sec1_head_text span {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 1px;
  overflow: hidden;
  margin-left: 12px;
}

/* 光のラインが流れる */
.sec1_head_text span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #00aaff, transparent);
  animation: lineFlow 0.8s linear infinite;
}

@keyframes lineFlow {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.sec1_head_btn {
  color: #FFF;
  font-size: 33px;
  font-weight: 700;
  padding: 25px 30px;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  border: 1px solid #0431B4;
  border-radius: 6px;
}

.sec1_head_btn::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 53px;
  background-image: url(../images/icon/icon_before01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  top: 4px;
  transition: 0.3s;
}

.sec1_head_btn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  transition: 0.3s;
  z-index: -1;
}

.sec1_content {
  position: relative;
  z-index: 1;
  padding: 75px 0 0 185px;
  margin-top: 85px;
}

.sec1_content_bg {
  width: 100vw;
  height: 370px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -o-object-position: bottom left;
     object-position: bottom left;
}

.sec1 .slick-prev,
.sec1 .slick-next {
  position: absolute;
  top: 145px;
  height: 35px;
  width: 35px;
  background-image: url(../images/icon/icon_arrow_slide01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}

.sec1 .slick-prev {
  right: 60px;
  transform: rotate(-180deg);
}

.sec1 .slick-next {
  right: 0;
}

.sec1_list {
  margin-top: 40px;
  margin-right: calc(50% - 50vw);
  position: unset;
}

.sec1_item {
  width: 450px;
  margin-right: 40px;
  position: relative;
}

.sec1_item .attachment-full {
  height: 278px;
}

.sec1_item_new {
  width: 83px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.sec1_itemBox {
  padding: 10px 15px 20px;
  position: relative;
  overflow: hidden;
}

.sec1_itemBox::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/icon_border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.sec1_itemBox::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/icon_border_h.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 400px;
  height: 12px;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: 0.6s;
}

.sec1_item_time {
  color: #0431B4;
  font-size: 14px;
  line-height: 130%;
  display: inline-block;
  padding-left: 2px;
}

.sec1_item_title {
  color: #111;
  text-align: justify;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 70px;
}

.sec1_item_category {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  display: inline-block;
  border-radius: 5px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  padding: 0 15px;
}

.sec1 .btn {
  text-align: center;
}

@media screen and (min-width: 681px) {
  .sec1_head_btn:hover {
    color: #0431B4;
    box-shadow: 0 0 7px 0 rgba(4, 49, 180, 0.5);
  }
  .sec1_head_btn:hover::before {
    background-image: url(../images/icon/icon_before01_h.svg);
  }
  .sec1_head_btn:hover::after {
    opacity: 0;
  }
  .sec1_item:hover .sec1_itemBox::after {
    left: 0;
  }
}
@media screen and (max-width: 680px) {
  .sec1 {
    padding: 20.5128205128vw 0 0;
  }
  .sec1_head {
    flex-flow: column;
    gap: 3.8461538462vw;
  }
  .sec1_head_text {
    font-size: 7.1794871795vw;
    text-align: center;
    position: relative;
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  .sec1_head_text span {
    width: 2px;
    height: 10.2564102564vw;
    margin-left: 0;
  }
  /* 光のラインが流れる */
  .sec1_head_text span::before {
    top: -100%;
    left: 0;
    background: linear-gradient(45deg, transparent, #00aaff, transparent);
  }
  @keyframes lineFlow {
    0% {
      top: -100%;
    }
    100% {
      top: 100%;
    }
  }
  .sec1_head_btn {
    font-size: 5.1282051282vw;
    padding: 3.8461538462vw 0;
    width: 100%;
    text-align: center;
    position: relative;
    justify-content: center;
  }
  .sec1_head_btn::before {
    width: 5.8974358974vw;
    height: 8.2051282051vw;
    position: absolute;
    top: 3.5897435897vw;
    left: 17.1794871795vw;
  }
  .sec1_content {
    padding: 8.4615384615vw 0 0 17.9487179487vw;
    margin-top: 20.5128205128vw;
  }
  .sec1_content_bg {
    width: 96.1538461538vw;
    height: 49.7435897436vw;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
  .sec1 .slick-prev,
  .sec1 .slick-next {
    position: absolute;
    top: 21.5384615385vw;
    height: 8.9743589744vw;
    width: 8.9743589744vw;
  }
  .sec1 .slick-prev {
    right: 15.3846153846vw;
  }
  .sec1 .slick-next {
    right: 0;
  }
  .sec1_list {
    margin-top: 5.1282051282vw;
  }
  .sec1_item {
    width: 74.1025641026vw;
    margin-right: 5.1282051282vw;
  }
  .sec1_item .attachment-full {
    height: 45.8974358974vw;
  }
  .sec1_item_new {
    width: 15.3846153846vw;
    top: 2.5641025641vw;
    right: 2.5641025641vw;
  }
  .sec1_itemBox {
    padding: 2.5641025641vw 0 7.6923076923vw;
  }
  .sec1_itemBox::before {
    height: 0.5128205128vw;
    background-position: left;
  }
  .sec1_itemBox::after {
    display: none;
  }
  .sec1_item_time {
    font-size: 3.5897435897vw;
    padding-left: 0.5128205128vw;
  }
  .sec1_item_title {
    font-size: 5.1282051282vw;
    margin-top: 1.2820512821vw;
    min-height: 17.9487179487vw;
  }
  .sec1_item_category {
    font-size: 3.5897435897vw;
    border-radius: 1.2820512821vw;
    padding: 0 3.8461538462vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  position: relative;
}

.sec2_bg {
  position: absolute;
  top: -140px;
  right: 0;
  z-index: -1;
  height: 1252px;
  width: auto;
}

@media screen and (max-width: 680px) {
  .sec2_bg {
    top: 28.2051282051vw;
    height: 155.3846153846vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  padding: 75px 0 220px;
  overflow: hidden;
}

.sec3 .inner {
  position: relative;
  z-index: 1;
}

.sec3_img {
  height: 1244px;
  width: auto;
  position: absolute;
  top: 230px;
  left: 350px;
}

.sec3_head {
  padding-top: 75px;
  position: relative;
}

.sec3_head img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 370px;
  -o-object-position: right top;
     object-position: right top;
}

.sec3 .sec_subTitle {
  margin-top: 250px;
}

.sec3_search {
  border-radius: 5px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  padding: 30px;
  margin-top: 70px;
  width: 455px;
}

.sec3_search_text {
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
}

.sec3_searchBox {
  position: relative;
}

.sec3_searchBox::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 55%;
  right: 20px;
  transform: translate(0, -50%);
}

.sec3_search .job {
  margin-top: 30px;
}

.sec3_search .job::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  background-image: url(../images/icon/icon_job.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}

.sec3_search .area {
  margin-top: 15px;
}

.sec3_search .area::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url(../images/icon/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -50%);
}

.sec3_searchBox select {
  padding: 12px 0 13px 43px;
  background: #fff;
  width: 100%;
}

.sec3_search_input {
  margin-top: 15px;
}

.sec3_search_input input {
  padding: 13px 16px;
  background: #fff;
  width: 100%;
}

.sec3_search_btn {
  margin-top: 30px;
  text-align: center;
}

.sec3_search_btn button {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 15px 15px 30px;
  border-radius: 5px;
  background: #28B3B3;
  border: 1px solid #28B3B3;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec3_search_btn button:hover {
    background: #fff;
    color: #28B3B3;
    box-shadow: 0 0 7px 0 rgba(4, 49, 180, 0.5);
  }
}
@media screen and (max-width: 680px) {
  .sec3 {
    padding: 5.1282051282vw 0 0;
  }
  .sec3_img {
    height: auto;
    position: relative;
    margin: 19.2307692308vw calc(50% - 50vw) 0;
    width: 100vw;
    top: unset;
    left: unset;
    z-index: 10;
  }
  .sec3_head {
    padding: 8.4615384615vw 0 21.5384615385vw;
  }
  .sec3_head img {
    left: -6.4102564103vw;
    top: 0;
    width: 96.1538461538vw;
    height: 49.7435897436vw;
  }
  .sec3 .sec_subTitle {
    margin-top: 8.9743589744vw;
  }
  .sec3_search {
    padding: 10.2564102564vw 3.8461538462vw;
    margin: -7.6923076923vw calc(50% - 50vw) 0;
    width: 100vw;
    border-radius: 0;
  }
  .sec3_search_text {
    font-size: 5.641025641vw;
  }
  .sec3_searchBox {
    position: relative;
  }
  .sec3_searchBox::after {
    content: "";
    display: inline-block;
    width: 3.8461538462vw;
    height: 2.0512820513vw;
    background-image: url(../images/icon/icon_arrow_bottom01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 55%;
    right: 5.1282051282vw;
    transform: translate(0, -50%);
  }
  .sec3_search .job {
    margin-top: 2.5641025641vw;
  }
  .sec3_search .job::before {
    content: "";
    display: inline-block;
    width: 4.8717948718vw;
    height: 4.1025641026vw;
    background-image: url(../images/icon/icon_job.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 3.5897435897vw;
    transform: translate(0, -50%);
  }
  .sec3_search .area {
    margin-top: 1.2820512821vw;
  }
  .sec3_search .area::before {
    content: "";
    display: inline-block;
    width: 3.0769230769vw;
    height: 4.1025641026vw;
    background-image: url(../images/icon/icon_pin.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 4.6153846154vw;
    transform: translate(0, -50%);
  }
  .sec3_searchBox select {
    padding: 3.0769230769vw 0 3.3333333333vw 11.0256410256vw;
    background: #fff;
    width: 100%;
  }
  .sec3_search_input {
    margin-top: 1.2820512821vw;
  }
  .sec3_search_input input {
    padding: 3.3333333333vw 4.1025641026vw;
    background: #fff;
    width: 100%;
  }
  .sec3_search_btn {
    margin-top: 2.5641025641vw;
    text-align: center;
  }
  .sec3_search_btn button {
    color: #FFF;
    font-size: 4.6153846154vw;
    font-weight: 500;
    padding: 3.8461538462vw 3.8461538462vw 3.8461538462vw 7.6923076923vw;
    border-radius: 1.2820512821vw;
    background: #28B3B3;
  }
}
/* section1
***************************************************************/
.company_sec1 {
  padding: 0;
}

.company_sec1_flex {
  display: grid;
  grid-template-columns: 1fr 470px;
  align-items: center;
  gap: 10px;
}

.company_sec1_flexBox_title {
  font-size: 35px;
  font-weight: 700;
  line-height: 160%;
}

.company_sec1_flexBox_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 175%;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .company_sec1 {
    padding: 12.8205128205vw 0 0;
  }
  .company_sec1_flex {
    display: block;
  }
  .company_sec1_flexBox_title {
    font-size: 5.641025641vw;
  }
  .company_sec1_flexBox_text {
    font-size: 3.5897435897vw;
    margin-top: 7.6923076923vw;
  }
  .company_sec1_flex_img {
    margin: 8.9743589744vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}
/* section2
***************************************************************/
.company_sec2 {
  padding: 0 0 85px;
  overflow: hidden;
}

.company_sec2 .inner {
  position: relative;
}

.company_sec2_img {
  width: 664px;
  position: absolute;
  top: 180px;
  right: 0;
  z-index: 5;
}

.company_sec2_head {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-image: url(../images/company/sec2_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 0;
}

.company_sec2_head .section_title {
  text-align: left;
}

.company_sec2_content {
  width: 455px;
}

.company_sec2_text {
  text-align: justify;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.28px;
  margin-top: 50px;
}

.company_sec2_name {
  margin-top: 35px;
  text-align: right;
}

.company_sec2_name img {
  height: 20px;
  width: auto;
}

@media screen and (max-width: 680px) {
  .company_sec2 {
    padding: 0 0 20.5128205128vw;
  }
  .company_sec2_img {
    width: 57.6923076923vw;
    top: 25.641025641vw;
    right: 4.1025641026vw;
  }
  .company_sec2_head {
    background-image: url(../images/company/sec2_bg_sp.webp);
    background-position: left;
    padding: 8.4615384615vw 0 15.3846153846vw;
  }
  .company_sec2_content {
    width: 100%;
  }
  .company_sec2_text {
    text-align: justify;
    margin-top: 25.641025641vw;
  }
  .company_sec2_name {
    margin-top: 7.6923076923vw;
    text-align: left;
  }
  .company_sec2_name img {
    height: 5.1282051282vw;
  }
}
/* section3
***************************************************************/
.company_sec3 {
  padding: 0 0 120px;
  overflow: hidden;
}

.company_sec3_head .inner {
  padding: 75px 0 180px 188px;
  position: relative;
  z-index: 1;
}

.company_sec3_head_bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-position: left bottom;
     object-position: left bottom;
}

.company_sec3_content {
  margin: -150px calc(50% - 50vw) 0 auto;
  position: relative;
  z-index: 1;
  left: 188px;
}

.company_sec3_content::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.company_sec3_list {
  padding: 60px 0 0 70px;
  display: flex;
  flex-flow: column;
  gap: 60px;
  max-width: 950px;
}

.company_sec3_item {
  padding-right: 100px;
}

.company_sec3_item_title {
  font-size: 35px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding-bottom: 30px;
}

.company_sec3_item_title::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 3px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.company_sec3_itemBox {
  display: grid;
  grid-template-columns: 388px 1fr;
  gap: 40px;
  margin-top: 50px;
}

.company_sec3_itemBox_textArea_title {
  color: #FFF;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/company/btn_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.company_sec3_itemBox_textArea_text {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.28px;
  margin-top: 14px;
}

@media screen and (max-width: 680px) {
  .company_sec3 {
    padding: 0 0 15.3846153846vw;
    overflow: hidden;
  }
  .company_sec3_head .inner {
    padding: 8.4615384615vw 0 8.4615384615vw 17.9487179487vw;
  }
  .company_sec3_content {
    margin: 0;
    left: 0;
  }
  .company_sec3_content::before {
    display: none;
  }
  .company_sec3_list {
    padding: 8.9743589744vw 0 0;
    gap: 15.3846153846vw;
  }
  .company_sec3_item {
    padding-right: 0;
  }
  .company_sec3_item_title {
    font-size: 5.641025641vw;
    padding-bottom: 5.1282051282vw;
  }
  .company_sec3_item_title::before {
    width: 15.3846153846vw;
    height: 0.7692307692vw;
  }
  .company_sec3_itemBox {
    display: block;
    margin-top: 16.6666666667vw;
    position: relative;
  }
  .company_sec3_itemBox_textArea_title {
    font-size: 5.1282051282vw;
    width: 57.4358974359vw;
    height: 12.8205128205vw;
    justify-content: flex-start;
    padding-left: 6.4102564103vw;
    position: absolute;
    top: -6.4102564103vw;
    left: -6.4102564103vw;
    background-image: url(../images/company/btn_bg_sp.webp);
  }
  .company_sec3_itemBox_textArea_text {
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
  }
}
/* section4
***************************************************************/
.company_sec4 {
  background: #F0F6FF;
}

.company_sec4 .inner:nth-of-type(1) {
  max-width: 1000px;
}

.company_sec4 .section_title {
  text-align: center;
}

.company_sec4_table {
  width: 100%;
  margin-top: 50px;
}

.company_sec4_th {
  color: #0431B4;
  font-size: 22px;
  font-weight: 500;
  padding: 25px 15px;
  width: 285px;
  border-bottom: 1px solid #9E9E9E;
  vertical-align: middle;
}

.company_sec4_td {
  font-size: 22px;
  padding: 25px 0;
  border-bottom: 1px solid #9E9E9E;
}

.company_sec4_td a {
  color: #0431B4;
  text-decoration: underline;
}

.company_sec4_td_text {
  width: 335px;
  display: flex;
  justify-content: space-between;
}

.company_sec4_td_text.type2 {
  width: 230px;
}

.company_sec4_map {
  margin-top: 40px;
  text-align: right;
}

.company_sec4_map_link {
  color: #777;
  font-size: 22px;
  line-height: 34px;
  border-bottom: 1px solid #777;
}

.company_sec4_map iframe {
  display: block;
  width: 100%;
  height: 344px;
  margin-top: 16px;
}

.company_sec4_map_text {
  font-size: 22px;
  margin-top: 15px;
  text-align: center;
}

.company_sec4_title {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  height: 50px;
  margin-top: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-image: url(../images/company/btn_bg02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.company_sec4_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  max-width: 865px;
  margin: 35px auto 0;
  position: relative;
  z-index: 1;
}

.company_sec4_list::before {
  content: "";
  display: inline-block;
  border-left: 2px solid #C5EAEA;
  height: calc(100% - 50px);
  position: absolute;
  top: 50%;
  left: 169px;
  transform: translate(0, -50%);
  z-index: -1;
}

.company_sec4_item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.company_sec4_time {
  color: #0431B4;
  font-size: 25px;
  font-weight: 700;
  width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.company_sec4_time::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  border-radius: 50%;
  border: 4px solid #C5EAEA;
}

.company_sec4_text {
  font-size: 22px;
  line-height: 34px;
  flex: 1;
  padding-top: 3px;
}

@media screen and (max-width: 680px) {
  .company_sec4_table {
    margin-top: 10.2564102564vw;
  }
  .company_sec4_th {
    display: block;
    font-size: 3.5897435897vw;
    padding: 5.1282051282vw 0 0;
    width: 100%;
    border-bottom: unset;
  }
  .company_sec4_td {
    font-size: 3.5897435897vw;
    padding: 2.5641025641vw 0 5.1282051282vw;
    display: block;
    width: 100%;
  }
  .company_sec4_td_text {
    width: 54.8717948718vw;
  }
  .company_sec4_td_text.type2 {
    width: 38.4615384615vw;
  }
  .company_sec4_map {
    margin-top: 10.2564102564vw;
  }
  .company_sec4_map_link {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
  }
  .company_sec4_map iframe {
    height: 53.8461538462vw;
    margin-top: 2.5641025641vw;
  }
  .company_sec4_map_text {
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
    text-align: left;
  }
  .company_sec4_title {
    font-size: 5.1282051282vw;
    height: 10.2564102564vw;
    margin-top: 12.8205128205vw;
    background-image: url(../images/company/btn_bg02_sp.webp);
  }
  .company_sec4_list {
    gap: 5.641025641vw;
    margin: 8.9743589744vw auto 0;
  }
  .company_sec4_list::before {
    height: calc(100% - 5.1282051282vw);
    left: 26.1538461538vw;
  }
  .company_sec4_item {
    gap: 2.5641025641vw;
  }
  .company_sec4_time {
    font-size: 3.5897435897vw;
    width: 28.2051282051vw;
    gap: 0;
  }
  .company_sec4_time::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    border: 0.7692307692vw solid #C5EAEA;
  }
  .company_sec4_text {
    font-size: 3.5897435897vw;
    line-height: 1.7;
    padding-top: 0.2564102564vw;
  }
}
/* section1
***************************************************************/
.section_head_search {
  border-radius: 5px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  padding: 30px;
  width: 455px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.section_head_search .job {
  margin-top: 20px;
}

.section_head_search .area {
  margin-top: 15px;
}

.section_head_search .job::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  background-image: url(../images/icon/icon_job.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}

.section_head_search .area::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url(../images/icon/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .section_head_search {
    padding: 10.2564102564vw 3.8461538462vw;
    width: 100%;
    position: relative;
    left: -2.5641025641vw;
    right: unset;
    top: unset;
    transform: unset;
    border-radius: 0;
    margin: 8.9743589744vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .section_head_search .job {
    margin-top: 1.2820512821vw;
  }
  .section_head_search .area {
    margin-top: 1.2820512821vw;
  }
  .section_head_search .job::before {
    width: 4.8717948718vw;
    height: 4.1025641026vw;
    left: 3.5897435897vw;
  }
  .section_head_search .area::before {
    width: 3.0769230769vw;
    height: 4.1025641026vw;
    left: 4.6153846154vw;
  }
  .fv_loop-wrap.recruit {
    bottom: 92.3076923077vw;
  }
}
/* section1
***************************************************************/
.recruit_sec1_head {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 75px 0;
  background-image: url(../images/recruit/sec1_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruit_sec1_list {
  margin-top: -40px;
}

.recruit_sec1_item {
  margin: 0 10px 10px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 3px 3px 7px 0 rgba(72, 72, 72, 0.3);
}

.recruit_sec1_item_thumbnail {
  height: 160px;
}

.recruit_sec1_itemBox {
  padding: 20px 12px 25px;
}

.recruit_sec1_itemBox_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recruit_sec1_item_archive {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding: 10px 0;
  margin-top: 12px;
  border-top: 1px solid #9E9E9E;
  border-bottom: 1px solid #9E9E9E;
}

.recruit_sec1_item_archive_item {
  display: grid;
  align-items: center;
  grid-template-columns: 68px 1fr;
  gap: 10px;
  font-size: 13px;
}

.recruit_sec1_item_archive_item span {
  color: #FFF;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  background: #28B3B3;
}

.recruit_sec1_itemBox_text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.28px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 80px;
}

.recruit_sec1 .btn {
  margin-top: 10px;
}

.recruit_sec1 .btn_link {
  width: 100%;
  justify-content: center;
  position: relative;
  padding: 15px;
}

.recruit_sec1 .btn_link span {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.recruit_sec1 .slick-prev,
.recruit_sec1 .slick-next {
  position: absolute;
  top: -65px;
  height: 35px;
  width: 35px;
  background-image: url(../images/icon/icon_arrow_slide01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}

.recruit_sec1 .slick-prev {
  right: 60px;
  transform: rotate(-180deg);
}

.recruit_sec1 .slick-next {
  right: 0;
}

.recruit_sec1_content {
  text-align: center;
  margin-top: 70px;
}

.recruit_sec1_title {
  font-size: 35px;
  font-weight: 700;
  line-height: 160%;
}

.recruit_sec1_btn {
  color: #FFF;
  font-size: 33px;
  font-weight: 700;
  padding: 25px 0;
  width: 410px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(4, 49, 180, 0);
}

.recruit_sec1_btn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}

.recruit_sec1_btn::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 53px;
  background-image: url(../images/icon/icon_before01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  top: 4px;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .recruit_sec1_btn:hover {
    color: #0431B4;
    box-shadow: 0 0 7px 0 rgba(4, 49, 180, 0.5);
    border: 1px solid rgb(4, 49, 180);
  }
  .recruit_sec1_btn:hover::after {
    opacity: 0;
  }
  .recruit_sec1_btn:hover::before {
    background-image: url(../images/icon/icon_before01_h.svg);
  }
}
@media screen and (max-width: 680px) {
  .recruit_sec1_head {
    padding: 8.4615384615vw 0 15.3846153846vw;
  }
  .recruit_sec1_list {
    margin-top: -7.6923076923vw;
  }
  .recruit_sec1_item {
    margin: 0 5.1282051282vw 2.5641025641vw;
  }
  .recruit_sec1_item_thumbnail {
    height: 41.0256410256vw;
  }
  .recruit_sec1_itemBox {
    padding: 2.5641025641vw 6.4102564103vw 5.1282051282vw;
  }
  .recruit_sec1_itemBox_title {
    font-size: 5.1282051282vw;
    height: 14.358974359vw;
  }
  .recruit_sec1_item_archive {
    gap: 2.5641025641vw;
    padding: 2.5641025641vw 0;
    margin-top: 3.0769230769vw;
  }
  .recruit_sec1_item_archive_item {
    grid-template-columns: 17.4358974359vw 1fr;
    gap: 2.5641025641vw;
    font-size: 3.3333333333vw;
  }
  .recruit_sec1_item_archive_item span {
    font-size: 3.3333333333vw;
  }
  .recruit_sec1_itemBox_text {
    font-size: 3.5897435897vw;
    letter-spacing: -0.0717948718vw;
    margin-top: 2.5641025641vw;
  }
  .recruit_sec1 .btn {
    margin-top: 2.5641025641vw;
  }
  .recruit_sec1 .btn_link {
    padding: 3.8461538462vw;
  }
  .recruit_sec1 .btn_link span {
    right: 3.8461538462vw;
  }
  .recruit_sec1 .slick-prev,
  .recruit_sec1 .slick-next {
    position: absolute;
    top: 59.7435897436vw;
    height: 8.9743589744vw;
    width: 8.9743589744vw;
    background-image: url(../images/icon/icon_arrow_slide_sp.svg);
  }
  .recruit_sec1 .slick-prev {
    right: unset;
    left: 0vw;
  }
  .recruit_sec1 .slick-next {
    right: 0vw;
  }
  .recruit_sec1_content {
    margin-top: 12.8205128205vw;
  }
  .recruit_sec1_title {
    font-size: 5.641025641vw;
  }
  .recruit_sec1_btn {
    font-size: 5.1282051282vw;
    padding: 3.8461538462vw 0;
    width: 100%;
    margin-top: 11.5384615385vw;
  }
  .recruit_sec1_btn::before {
    width: 5.8974358974vw;
    height: 8.2051282051vw;
    top: 0.7692307692vw;
  }
}
/* section2
***************************************************************/
.recruit_sec2_head .inner {
  padding: 75px 0 25px;
  position: relative;
  z-index: 1;
}

.recruit_sec2_head_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
  -o-object-position: top right;
     object-position: top right;
}

.recruit_sec2_head_text {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 173%;
  margin-top: 35px;
}

.recruit_sec2_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 60px;
}

.recruit_sec2_item_title {
  font-size: 35px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
}

.recruit_sec2_item_title::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  position: absolute;
  left: 0;
  bottom: -30px;
}

.recruit_sec2_itemBox {
  margin-top: 60px;
  padding-left: 86px;
  position: relative;
}

.recruit_sec2_value {
  width: 270px;
  height: 270px;
  background-image: url(../images/recruit/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: -98px;
  padding: 0 55px 0 35px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.recruit_sec2_value.type2 {
  padding: 0 33px 0 35px;
}

.recruit_sec2_value_text {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  background: #FFF;
  text-align: center;
}

.recruit_sec2_valueBox {
  position: relative;
  margin-top: 10px;
}

.recruit_sec2_value .text01 {
  color: #FFF;
  font-size: 113px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -1.33px;
}

.recruit_sec2_value .text02 {
  color: #FFF;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.recruit_sec2_value .text03 {
  color: #FFF;
  font-size: 45px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.recruit_sec2_value_list {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.recruit_sec2_value_item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}

.recruit_sec2_value_item_text {
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  background: #fff;
  text-align: center;
  padding: 3px;
}

.recruit_sec2_value_item_text .main_text {
  font-size: 26px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.recruit_sec2_value_item_date {
  font-size: 65px;
  color: #fff;
  font-weight: bold;
  line-height: 0.7;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.recruit_sec2_value_item_date .sub {
  font-size: 34px;
}

.recruit_sec2_value .box02 .text01 {
  position: relative;
  left: 25px;
}

.recruit_sec2_value .box06 .text01 {
  font-size: 100px;
}
.recruit_sec2_value .box06 .text02 {
  font-size: 40px;
  top: 10px;
}
.recruit_sec2_value .box06 .text03 {
  font-size: 30px;
  bottom: 10px;
}

.recruit_sec2_value .box07 .text01 {
  font-size: 90px;
}
.recruit_sec2_value .box07 .text03 {
  font-size: 38px;
}

.recruit_sec2_value .box08 .text01 {
  font-size: 90px;
  padding-left: 30px;
}
.recruit_sec2_value .box08 .text03 {
  bottom: 6px;
}

.recruit_sec2_item_text {
  text-align: justify;
  font-size: 14px;
  margin-top: 134px;
}

@media screen and (max-width: 680px) {
  .recruit_sec2 {
    padding: 0 0 15.3846153846vw;
  }
  .recruit_sec2_head {
    margin-left: calc(50% - 50vw);
    padding-left: 5.1282051282vw;
  }
  .recruit_sec2_head .inner {
    padding: 8.4615384615vw 0 21.5384615385vw;
  }
  .recruit_sec2_head_bg {
    position: absolute;
    top: 0;
    right: unset;
    left: -5.1282051282vw;
    height: auto;
    width: 96.1538461538vw;
  }
  .recruit_sec2_head_text {
    font-size: 3.5897435897vw;
    margin-top: 30.7692307692vw;
    color: #0431B4;
  }
  .recruit_sec2_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15.3846153846vw;
    margin-top: 0;
  }
  .recruit_sec2_item_title {
    font-size: 5.1282051282vw;
  }
  .recruit_sec2_item_title::before {
    width: 15.3846153846vw;
    height: 0.5128205128vw;
    bottom: -5.1282051282vw;
  }
  .recruit_sec2_itemBox {
    margin-top: 12.8205128205vw;
    padding-left: 15.3846153846vw;
  }
  .recruit_sec2_value {
    width: 48.7179487179vw;
    height: 48.7179487179vw;
    bottom: -17.9487179487vw;
    padding: 0 8.4615384615vw 0 6.4102564103vw;
  }
  .recruit_sec2_value.type2 {
    padding: 0 3.8461538462vw 0 8.9743589744vw;
  }
  .recruit_sec2_value_text {
    font-size: 4.358974359vw;
    padding: 0.7692307692vw 0;
  }
  .recruit_sec2_valueBox {
    margin-top: 2.5641025641vw;
  }
  .recruit_sec2_value .text01 {
    font-size: 21.2820512821vw;
  }
  .recruit_sec2_value .text02 {
    font-size: 10.2564102564vw;
  }
  .recruit_sec2_value .text03 {
    font-size: 7.9487179487vw;
  }
  .recruit_sec2_value_list {
    gap: 2.5641025641vw;
  }
  .recruit_sec2_value_item {
    gap: 1.2820512821vw;
  }
  .recruit_sec2_value_item_text {
    font-size: 3.3333333333vw;
    padding: 0.7692307692vw;
  }
  .recruit_sec2_value_item_text .main_text {
    font-size: 4.6153846154vw;
    margin-bottom: 1.2820512821vw;
  }
  .recruit_sec2_value_item_date {
    font-size: 11.5384615385vw;
  }
  .recruit_sec2_value_item_date .sub {
    font-size: 5.1282051282vw;
  }
  .recruit_sec2_value .box02 .text01 {
    position: relative;
    left: 6.4102564103vw;
  }
  .recruit_sec2_value .box06 .text01 {
    font-size: 20.5128205128vw;
  }
  .recruit_sec2_value .box06 .text02 {
    font-size: 7.6923076923vw;
    top: 2.5641025641vw;
  }
  .recruit_sec2_value .box06 .text03 {
    font-size: 5.1282051282vw;
    bottom: 2.5641025641vw;
  }
  .recruit_sec2_value .box07 .text01 {
    font-size: 16.9230769231vw;
  }
  .recruit_sec2_value .box07 .text03 {
    font-size: 7.1794871795vw;
  }
  .recruit_sec2_value .box08 .text01 {
    font-size: 20.5128205128vw;
    padding-left: 5.1282051282vw;
  }
  .recruit_sec2_value .box08 .text03 {
    bottom: 1.5384615385vw;
  }
  .recruit_sec2_item_text {
    font-size: 3.5897435897vw;
    margin-top: 20.5128205128vw;
  }
}
/* section3
***************************************************************/
.recruit_sec3 {
  padding: 0 0 120px;
}

.recruit_sec3_head {
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 1;
  padding: 75px 0 188px 188px;
}

.recruit_sec3_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  -o-object-position: bottom left;
     object-position: bottom left;
}

.recruit_sec3_content {
  margin-top: -150px;
  margin-right: calc(50% - 50vw);
  padding-left: 188px;
  position: relative;
  z-index: 5;
}

.recruit_sec3_item {
  width: 450px;
  margin-right: 50px;
  overflow: hidden;
}

.recruit_sec3_item img {
  height: 278px;
}

.recruit_sec3_itemBox {
  padding: 10px 15px 25px;
  position: relative;
}

.recruit_sec3_itemBox::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/icon_border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.recruit_sec3_itemBox::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/icon_border_h.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 400px;
  height: 12px;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: 0.6s;
}

.recruit_sec3_item_time {
  color: #0431B4;
  font-size: 14px;
  line-height: 130%;
}

.recruit_sec3_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  height: 67px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}

.recruit_sec3_item_category {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  border-radius: 5px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  padding: 0 15px;
  margin-top: 10px;
  display: inline-block;
}

.recruit_sec3 .slick-prev,
.recruit_sec3 .slick-next {
  position: absolute;
  top: -65px;
  height: 35px;
  width: 35px;
  background-image: url(../images/icon/icon_arrow_slide01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}

.recruit_sec3 .slick-prev {
  right: 158px;
  transform: rotate(-180deg);
}

.recruit_sec3 .slick-next {
  right: 102px;
}

.recruit_sec3 .btn {
  text-align: center;
}

@media screen and (min-width: 681px) {
  .recruit_sec3_item:hover .recruit_sec3_itemBox::after {
    left: 0;
  }
}
@media screen and (max-width: 680px) {
  .recruit_sec3 {
    padding: 0 0 20.5128205128vw;
  }
  .recruit_sec3_head {
    padding: 8.4615384615vw 0 21.5384615385vw 17.9487179487vw;
  }
  .recruit_sec3_content {
    margin-top: -15.3846153846vw;
    padding-left: 17.9487179487vw;
  }
  .recruit_sec3_item {
    width: 73.0769230769vw;
    margin-right: 5.1282051282vw;
  }
  .recruit_sec3_item img {
    height: 46.1538461538vw;
  }
  .recruit_sec3_itemBox {
    padding: 2.5641025641vw 0 6.4102564103vw;
  }
  .recruit_sec3_itemBox::after {
    display: none;
  }
  .recruit_sec3_item_time {
    font-size: 3.5897435897vw;
  }
  .recruit_sec3_item_title {
    font-size: 5.641025641vw;
    height: 15.8974358974vw;
    margin-top: 1.2820512821vw;
  }
  .recruit_sec3_item_category {
    font-size: 3.3333333333vw;
    border-radius: 1.2820512821vw;
    padding: 0 3.8461538462vw;
    margin-top: 2.5641025641vw;
  }
  .recruit_sec3 .slick-prev,
  .recruit_sec3 .slick-next {
    position: absolute;
    top: -12.3076923077vw;
    height: 8.9743589744vw;
    width: 8.9743589744vw;
  }
  .recruit_sec3 .slick-prev {
    right: 18.2051282051vw;
  }
  .recruit_sec3 .slick-next {
    right: 3.8461538462vw;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* 一覧
***************************************************************/
.archive_project_search {
  border-radius: 5px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  padding: 30px;
}

.archive_project_search_text {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
}

.archive_project_search_flex {
  display: grid;
  grid-template-columns: 190px 190px 1fr;
  gap: 2px;
  margin-top: 15px;
}

.archive_project_search_flex div {
  position: relative;
}

.archive_project_search_flex .job::after,
.archive_project_search_flex .area::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 55%;
  right: 20px;
  transform: translate(0, -50%);
}

.archive_project_search_flex div select {
  padding: 12px 40px 13px 43px;
  background: #fff;
  width: 100%;
}

.archive_project_search_flex .job::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  background-image: url(../images/icon/icon_job.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}

.archive_project_search_flex .area::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url(../images/icon/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -50%);
}

.archive_project_search_input {
  display: grid;
  grid-template-columns: 1fr 49px;
  gap: 2px;
}

.archive_project_search_input input {
  padding: 11px 0 11px 32px;
  background: #fff;
  width: 100%;
}

.archive_project_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px 20px;
  margin-top: 75px;
}

.archive_project_item {
  margin: 0 10px 10px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 3px 3px 7px 0 rgba(72, 72, 72, 0.3);
}

.archive_project_item_thumbnail {
  height: 160px;
}

.archive_project_itemBox {
  padding: 20px 12px 25px;
}

.archive_project_itemBox_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.archive_project_item_archive {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding: 10px 0;
  margin-top: 12px;
  border-top: 1px solid #9E9E9E;
  border-bottom: 1px solid #9E9E9E;
}

.archive_project_item_archive_item {
  display: grid;
  align-items: center;
  grid-template-columns: 68px 1fr;
  gap: 10px;
  font-size: 13px;
}

.archive_project_item_archive_item span {
  color: #FFF;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  background: #28B3B3;
}

.archive_project_itemBox_text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.28px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.archive_project .btn {
  margin-top: 10px;
}

.archive_project .btn_link {
  width: 100%;
  justify-content: center;
  position: relative;
  padding: 15px;
}

.archive_project .btn_link span {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .archive_project_search {
    padding: 3.8461538462vw;
    border-radius: 0;
    margin: 0;
    position: relative;
    left: -5.1282051282vw;
    width: 100vw;
  }
  .archive_project_search_text {
    font-size: 5.641025641vw;
  }
  .archive_project_search_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.0256410256vw;
    margin-top: 2.5641025641vw;
  }
  .archive_project_search_flex div {
    position: relative;
    width: 45.641025641vw;
  }
  .archive_project_search_flex div:nth-last-of-type(1) {
    width: 100%;
    flex: 1;
  }
  .archive_project_search_flex .job::after,
  .archive_project_search_flex .area::after {
    width: 3.8461538462vw;
    height: 2.0512820513vw;
    right: 5.1282051282vw;
  }
  .archive_project_search_flex div select {
    padding: 3.0769230769vw 0 3.3333333333vw 11.0256410256vw;
  }
  .archive_project_search_flex .job::before {
    width: 4.8717948718vw;
    height: 4.1025641026vw;
    left: 3.5897435897vw;
  }
  .archive_project_search_flex .area::before {
    width: 3.0769230769vw;
    height: 4.1025641026vw;
    left: 4.6153846154vw;
  }
  .archive_project_search_input {
    grid-template-columns: 1fr 12.5641025641vw;
    gap: 0.5128205128vw;
  }
  .archive_project_search_input input {
    padding: 2.8205128205vw 0 2.8205128205vw 8.2051282051vw;
  }
  .archive_project_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15.3846153846vw 0;
    margin-top: 11.5384615385vw;
    width: 100%;
  }
  .archive_project_item {
    margin: 0;
  }
  .archive_project_item_thumbnail {
    height: 41.0256410256vw;
  }
  .archive_project_itemBox {
    padding: 5.1282051282vw 3.0769230769vw 6.4102564103vw;
  }
  .archive_project_itemBox_title {
    font-size: 5.1282051282vw;
    height: 14.358974359vw;
  }
  .archive_project_item_archive {
    gap: 2.5641025641vw;
    padding: 2.5641025641vw 0;
    margin-top: 3.0769230769vw;
  }
  .archive_project_item_archive_item {
    grid-template-columns: 17.4358974359vw 1fr;
    gap: 2.5641025641vw;
    font-size: 3.3333333333vw;
  }
  .archive_project_item_archive_item span {
    font-size: 3.3333333333vw;
  }
  .archive_project_itemBox_text {
    font-size: 3.5897435897vw;
    letter-spacing: -0.0717948718vw;
    margin-top: 2.5641025641vw;
  }
  .archive_project .btn {
    margin-top: 2.5641025641vw;
  }
  .archive_project .btn_link {
    padding: 3.8461538462vw;
  }
  .archive_project .btn_link span {
    right: 3.8461538462vw;
  }
}
/* 詳細
***************************************************************/
.project_single_title {
  font-size: 35px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  align-items: flex-start;
  border-bottom: 2px solid #111;
  padding-bottom: 20px;
}

.project_single_title span {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
  border-radius: 25px;
  background: #28B3B3;
  padding: 0 20px;
  margin-right: 20px;
  margin-top: 8px;
}

.project_single_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.project_single_head_category {
  color: #FFF;
  font-weight: 700;
  line-height: 160%;
  padding: 0 15px;
  border-radius: 5px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  display: inline-block;
}

.project_single_head time {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: -0.28px;
}

.project_single_thumbnail img {
  height: 400px;
  margin-top: 20px;
}

.project_single_list {
  display: flex;
  flex-flow: column;
  gap: 35px;
  margin-top: 20px;
}

.project_single_item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #2D54C5;
  padding: 0 0 4px 20px;
  position: relative;
}

.project_single_item_title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.project_single_item_subTitle {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.28px;
  display: inline-block;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  padding: 0 10px;
  margin: 15px 0 0 20px;
}

.project_single_item_text {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.28px;
  padding: 20px 20px 0;
}

.project_single_form {
  margin-top: 70px;
}

.project_single_flow {
  margin-top: 70px;
}

.project_single_flow_title {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}

.project_single_flow .company_sec4_list {
  max-width: 600px;
}
.project_single_flow .company_sec4_list::before {
  left: 229px;
}
.project_single_flow .company_sec4_time {
  width: 240px;
}
.project_single_flow .company_sec4_title {
  font-size: 22px;
}
.project_single_flow .company_sec4_text {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .project_single_title {
    margin-top: 5.1282051282vw;
    font-size: 5.641025641vw;
    flex-flow: column;
    gap: 1.2820512821vw;
    padding-bottom: 2.5641025641vw;
  }
  .project_single_title span {
    font-size: 4.358974359vw;
    border-radius: 4.358974359vw;
    padding: 0 3.5897435897vw;
    margin-right: 0;
    margin-top: 0;
  }
  .project_single_head {
    margin-top: 3.8461538462vw;
  }
  .project_single_head_category {
    font-size: 3.3333333333vw;
    padding: 0 3.5897435897vw;
  }
  .project_single_head time {
    font-size: 3.5897435897vw;
  }
  .project_single_thumbnail img {
    height: 43.5897435897vw;
    margin-top: 3.8461538462vw;
  }
  .project_single_list {
    gap: 12.8205128205vw;
    margin-top: 12.8205128205vw;
  }
  .project_single_item_title {
    font-size: 4.6153846154vw;
    padding: 0 0 1.0256410256vw 5.1282051282vw;
  }
  .project_single_item_title::before {
    width: 1.0256410256vw;
  }
  .project_single_item_subTitle {
    font-size: 3.5897435897vw;
    padding: 0 2.5641025641vw;
    margin: 3.8461538462vw 0 0 0;
  }
  .project_single_item_text {
    font-size: 3.5897435897vw;
    padding: 5.1282051282vw 0 0;
  }
  .project_single_form {
    margin-top: 12.8205128205vw;
  }
  .project_single_flow {
    margin-top: 12.8205128205vw;
  }
  .project_single_flow_title {
    font-size: 5.1282051282vw;
  }
  .project_single_flow .company_sec4_list::before {
    left: 28.4615384615vw;
    height: calc(100% - 13.5897435897vw);
    top: 47%;
  }
  .project_single_flow .company_sec4_time {
    width: 30.7692307692vw;
  }
  .project_single_flow .company_sec4_title {
    font-size: 3.5897435897vw;
  }
  .project_single_flow .company_sec4_text {
    font-size: 3.5897435897vw;
  }
}
/* 一覧
***************************************************************/
.archive_column_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 25px;
}

.archive_column_list .recruit_sec3_item {
  width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 680px) {
  .archive_column_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
  }
}
.archive_sec {
  padding: 0 0 120px;
}

.archive_sec .inner {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 65px;
}

.archive_sec_side_list {
  display: flex;
  flex-flow: column;
  gap: 50px;
}

.archive_sec_side_item_text {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 0 8px 15px;
}

.archive_sec_side_item_text::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.archive_sec_side_item a {
  font-size: 14px;
  line-height: 160%;
  padding: 0 15px;
  margin-top: 15px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.archive_sec_side_item a.active {
  color: #FFF;
  border-radius: 5px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
}

.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 90px;
}

.nav-links span,
.nav-links a,
.page-numbers {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 3px;
  border: 1px solid #2D54C5;
  width: 35px;
  height: 37px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.page-numbers.dots {
  margin-top: 0;
}

.page-numbers.current {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #fff;
  overflow: hidden;
}

.page-numbers.current::before {
  content: "";
  display: inline-block;
  width: 105%;
  height: 105%;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.post_none {
  color: #fff;
}

@media screen and (max-width: 680px) {
  .archive_sec {
    padding: 0 0 20.5128205128vw;
  }
  .archive_sec .inner {
    display: flex;
    flex-flow: column;
    gap: 15.3846153846vw;
  }
  .archive_sec_side_list {
    display: flex;
    flex-flow: column;
    gap: 12.8205128205vw;
  }
  .archive_sec_side_item_text {
    font-size: 5.1282051282vw;
    padding: 0 0 2.0512820513vw 3.8461538462vw;
  }
  .archive_sec_side_item_text::before {
    height: 0.7692307692vw;
  }
  .archive_sec_side_item a {
    font-size: 3.5897435897vw;
    line-height: 160%;
    padding: 0 3.8461538462vw;
    margin-top: 3.8461538462vw;
  }
  .archive_sec_side_item a.active {
    border-radius: 1.2820512821vw;
  }
  .nav-links,
  .page-nation {
    gap: 3.8461538462vw;
    margin-top: 15.3846153846vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    font-size: 4.6153846154vw;
    width: 7.6923076923vw;
    height: 8.2051282051vw;
  }
}
/* 詳細
***************************************************************/
.single_content {
  margin-top: 50px;
}

.single_content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #2D54C5;
  padding: 0 0 4px 20px;
  position: relative;
  margin-top: 40px;
}

.single_content h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.single_content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 40px;
}

.single_content h3::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  margin-top: 4px;
}

.single_content p {
  margin-top: 15px;
}

/* お問い合わせ
***************************************************************/
.contact {
  padding: 0 0 120px;
}

.contact_title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  z-index: 1;
  padding: 4px 26px;
}

.contact_title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.contact_form {
  max-width: 590px;
  margin: 70px auto 0;
  background: #fff;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.contact_item {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  gap: 10px;
}

.contact_item.flex01 {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 22px;
}

.contact_item.flex02 {
  display: grid;
  grid-template-columns: 145px 145px;
  gap: 22px;
}

.contact_item .flexBox_date {
  display: grid;
  grid-template-columns: 139px 139px 139px 1fr;
  gap: 7px;
  width: 100%;
}

.contact_item .flexBox_select {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 16px;
  gap: 7px;
  position: relative;
}

.contact_item .flexBox_select::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0, -50%);
}

.contact_item .flexBox_select:nth-last-of-type(1):after {
  right: 12px;
}

.contact_item .flexBox_select:nth-last-of-type(1) {
  display: block;
}

.contact_item .flexBox_date span {
  width: 100%;
}

.contact_item select {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #9E9E9E;
  border-radius: 4px;
}

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  line-height: 160%;
}

.req {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  background: #B71212;
  padding: 2px 5px;
}

.contact_area {
  flex: 1;
  width: 100%;
  position: relative;
}

.contact_area.none {
  display: none;
}

.contact_area.address::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 26px;
  right: 12px;
  transform: translate(0, -50%);
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #9E9E9E;
  border-radius: 4px;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  background: #fff;
  border: 1px solid #9E9E9E;
  border-radius: 4px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact_area label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.contact_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.contact_submit input {
  padding: 12px 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  background: linear-gradient(91deg, #2D54C5 0%, #2D86C5 100%);
}

.wpcf7-spinner {
  display: none;
}

.contact_check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

.contact_check input {
  width: 24px;
  height: 24px;
}

.contact_check a {
  color: #333;
  text-decoration: underline;
}

.thanks {
  padding: 75px 0;
  text-align: center;
  background: #fff;
}

.thanks_title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.thanks_text {
  margin-top: 20px;
}

.thanks_btn {
  position: relative;
  width: 360px;
  padding: 12px 0;
  margin: 50px auto 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #333;
  border: 2px solid #333;
  border-radius: 40px;
  transition: 0.3s;
}

.wpcf7-list-item {
  margin: 0;
}

@media screen and (min-width: 681px) {
  .contact_submit:hover,
  .thanks_btn:hover {
    color: #333;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  .contact {
    padding: 15.3846153846vw 0 20.5128205128vw;
  }
  .contact_title {
    font-size: 5.1282051282vw;
    padding: 1.0256410256vw 6.6666666667vw;
  }
  .contact_form {
    margin: 10.2564102564vw auto 0;
  }
  .contact_list {
    gap: 8.9743589744vw;
  }
  .contact_item {
    gap: 2.5641025641vw;
  }
  .contact_item.flex01 {
    grid-template-columns: 53.8461538462vw 1fr;
    gap: 2.5641025641vw;
  }
  .contact_item.flex02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5641025641vw;
  }
  .contact_item .flexBox_date {
    display: flex;
    flex-wrap: wrap;
    gap: 3.8461538462vw 1.7948717949vw;
  }
  .contact_item .flexBox_select {
    grid-template-columns: 1fr 4.1025641026vw;
    gap: 1.2820512821vw;
  }
  .contact_item .flexBox_select:nth-of-type(1) {
    width: 33.0769230769vw;
  }
  .contact_item .flexBox_select:nth-of-type(2) {
    width: 24.8717948718vw;
  }
  .contact_item .flexBox_select:nth-of-type(3) {
    width: 24.8717948718vw;
  }
  .contact_item .flexBox_select:nth-of-type(4) {
    width: 33.0769230769vw;
  }
  .contact_item .flexBox_select::after {
    width: 3.8461538462vw;
    height: 2.0512820513vw;
    right: 7.6923076923vw;
  }
  .contact_item .flexBox_select:nth-last-of-type(1):after {
    right: 3.0769230769vw;
  }
  .contact_item .flexBox_select:nth-last-of-type(1) {
    display: block;
  }
  .contact_item .flexBox_date span {
    width: 100%;
  }
  .contact_item select {
    width: 100%;
    padding: 2.5641025641vw;
    background: #fff;
    border: 0.2564102564vw solid #9E9E9E;
    border-radius: 1.0256410256vw;
  }
  .contact_item_title {
    display: flex;
    align-items: center;
    gap: 2.5641025641vw;
    font-weight: 600;
    line-height: 160%;
  }
  .req {
    font-size: 3.5897435897vw;
    padding: 0.5128205128vw 1.2820512821vw;
  }
  .contact_area.address::after {
    width: 3.8461538462vw;
    height: 2.0512820513vw;
    right: 3.0769230769vw;
    top: 6.6666666667vw;
  }
  .contact_area span {
    width: 100%;
  }
  .contact_area input {
    width: 100%;
    padding: 2.5641025641vw;
    background: #fff;
    border: 0.2564102564vw solid #9E9E9E;
    border-radius: 1.0256410256vw;
  }
  .contact_area textarea {
    height: 62.8205128205vw;
    padding: 1.2820512821vw 2.5641025641vw;
    border-radius: 1.0256410256vw;
  }
  .contact_area label {
    gap: 2.5641025641vw;
  }
  .contact_area label input {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
  .contact_submit {
    margin-top: 10.2564102564vw;
  }
  .contact_submit input {
    padding: 3.0769230769vw 7.6923076923vw;
    font-size: 4.6153846154vw;
    border-radius: 1.2820512821vw;
  }
  .contact_check {
    display: block;
    margin-top: 5.1282051282vw;
  }
  .thanks {
    padding: 19.2307692308vw 0;
    text-align: center;
    background: #fff;
  }
  .thanks_title {
    font-size: 10.2564102564vw;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .thanks_text {
    margin-top: 5.1282051282vw;
  }
  .thanks_btn {
    position: relative;
    width: 92.3076923077vw;
    padding: 3.0769230769vw 0;
    margin: 12.8205128205vw auto 0;
    font-size: 5.1282051282vw;
    color: #fff;
    text-align: center;
    background: #333;
    border: 0.5128205128vw solid #333;
    border-radius: 10.2564102564vw;
    transition: 0.3s;
  }
}
/* section1
***************************************************************/
.privacy {
  padding: 80px 0 120px;
}

.privacy p {
  max-width: 740px;
}

.privacy_content {
  max-width: 925px;
}

.privacy_title {
  font-size: 35px;
  font-weight: 700;
  line-height: 140%;
}

.privacy_text {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.28px;
  padding: 20px 22px 0;
}

@media screen and (max-width: 680px) {
  .privacy {
    padding: 6.4102564103vw 0 20.5128205128vw;
  }
  .privacy_title {
    font-size: 5.641025641vw;
  }
  .privacy_text {
    font-size: 3.5897435897vw;
    padding: 3.8461538462vw 0 0;
  }
}
.grecaptcha-badge{
	display:none;
}