@charset "UTF-8";
/* =======================================
  font
======================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font-style-ital {
  font-style: italic;
}

/* .YuGothic-bold {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
} */

/* =======================================
  root color 
======================================= */
:root {
  --color-00: #fff;
  --color-01: #000;
  --color-1: #0055b4;
  /* --color-2: #FF3333; */
  --color-2: #f16322;
  --color-3: #FF3333;
  /* --color-4: #E7ECFD; */
  --color-4: #229eff;
}

/* =======================================
  common
======================================= */
html {
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Arial", sans-serif;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  scrollbar-gutter: stable;
}

html._modal, html._modal body {
  overflow: hidden;
}

._fix {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* vue */
[v-cloak] {
  display: none !important;
}

/* pageAnchor */
._pageAnchorBase {
  position: relative;
}

._pageAnchor {
  position: absolute;
}

/* display */
.pc {
  display: block;
}

.sp {
  display: none;
}

.br {
  display: block;
}

.br-pc {
  display: block;
}

.br-tablet {}

.br-sp {}

._no-display {
  display: none !important;
}

/* text */
.text-pc {
  display: inline;
}

.text-block {
  display: block;
}

.text-align--pc-center-sp-left {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.text-note {
  font-size: 14px;
  line-height: 1.71;
}

*+.text-note {
  margin-top: 10px;
}

.text-link {
  color: #3a92c8;
  text-decoration: underline;
}

.text-link--color-pink {
  color: #EC60B8;
}

.text-dot {
  display: block;
  position: relative;
  padding-left: 1em;
}

.text-dot::before {
  content: "・";
  position: absolute;
  left: 0;
}

.text-kome {
  position: relative;
  padding-left: 1em;
}

.text-kome::before {
  content: "※";
  position: absolute;
  left: 0;
}

.text-square {
  position: relative;
  padding-left: 1em;
}

.text-square::before {
  content: "■";
  position: absolute;
  left: 0;
}

.text-double-circle {
  position: relative;
  padding-left: 1em;
}

.text-double-circle::before {
  content: "◎";
  position: absolute;
  left: 0;
}

/* a */
a {
  color: inherit;
}

a:hover,
button:hover {
  opacity: 0.5;
}

/* color */
.color-blue {
  color: #2D6DAE;
}

.color-black {
  color: #0A0A0A;
}

.color-white {
  color: #ffffff;
}

.color-gray {
  color: #CCCCCC;
}

.color-pink {
  color: #FFDBDB;
}

.color-red {
  color: var(--color-2);
}

.color-error {
  color: red;
}

/* bg */
.bg-gray {
  background-color: #F9F9F9;
}

.bg-paleblue {
  background-color: #F5FAFC;
}

.bg-lightblue {
  background-color: #EAEFFF;
}

.bg-lightblue2 {
  background-color: #F4F6FC;
}

.bg-lightblue3 {
  background-color: #E7ECFD;
}

/* youbute movie */
.movie {
  position: relative;
  height: 100%;
  width: 100%;
}

.movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* google map */
.map {
  position: relative;
  height: 100%;
  width: 100%;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* mask */
.mask-global {
  display: none;
}

.mask-global--open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 23, 49, 0.73);
  z-index: 10;
}

/* shadow */
.box-shadow01 {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.04);
}

.box-shadow02 {
  box-shadow: 0px 3px 10px 0px rgba(28, 22, 22, 0.62);
}

.box-shadow03 {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.box-shadow04 {
  box-shadow: 0px 0px 8px rgba(0, 9, 113, 0.16);
}

/* placeholder */
input::placeholder {
  color: #CCCCCC;
}

/* 旧Edge対応 */
input::-ms-input-placeholder {
  color: #CCCCCC;
}

/* IE対応 */
input:-ms-input-placeholder {
  color: #CCCCCC;
}

/* =======================================
 burger
======================================= */
._burgerBtn {
  cursor: pointer;
}

._burgerList {
  display: none;
}

/* =======================================
			logo
======================================= */
.logo {}

.logo__text {
  margin-bottom: 3px;
  display: block;
  /* font-size: 13px; */
  font-size: 11px;
  font-weight: 500;
  line-height: 1.53;
  color: #3B4043;
}

.logo__link {
  display: block;
  width: 160px;
}

.logo__link--footer {
  width: 100%;
}

.logo__img {
  width: 100%;
}

/* =======================================
  button list
======================================= */
.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-wrap--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-wrap--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-wrap--sp-reverse {
}

/* =======================================
  button
======================================= */
.button {
  position: relative;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button--no-click {
  cursor: default;
}

.button--no-click:hover {
  opacity: 1 !important;
}

.button--tel {
  pointer-events: none;
}

.button--width-shot {
  width: 220px;
  padding: 13px;
}

.button--width-normal {
  /* min-width: 280px; */
  max-width: 280px;
  width: 100%;
  padding: 13px;
}

.button--width-normal2 {
  max-width: 320px;
  width: 100%;
  padding: 13px;
}

.button--width-midlle2 {
  min-width: 330px;
  padding: 13px 24px;
}

.button--width-midlle {
  width: 360px;
  padding: 24px;
}

.button--width-large2 {
  max-width: 392px;
  width: 49.2%;
  padding: 24px;
}

.button--width-large {
  max-width: 492px;
  width: 49.2%;
  padding: 24px;
}

.button--frame-white::before {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 4px;
  left: 4px;
  border-radius: 8px;
  border: 2px solid #FFF;
}

.button--color-black {
  background-color: #1C1818;
}

.button--color-gray {
  background-color: #CCCCCC;
}

.button--color-white {
  background-color: #FFF;
}

.button--color-green {
  background-color: #238f76;
}

.button--color-red {
  background-color: var(--color-2);
}

.button--color-blue {
  background-color: #0055B4;
}

.button--border-color-blue {
  border: 1px solid #0055B4;
}

.button--bg-wedge-left-white {
  background-image: url("../img/wedge_left_white.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 10px auto;
}

.button--bg-wedge-left-darkblue {
  background-image: url("../img/wedge_right_blue.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 10px auto;
}

.button--bg-wedge-right-white {
  background-image: url("../img/wedge_right_white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 10px auto;
}

.button--process {
  background-color: #D5D5D5;
  background-image: none;
  cursor: default;
}

.button--process:hover {
  opacity: 1;
}

.button__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
}

.button__text--frame-white {
  margin-right: 5px;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  background-color: #FFF;
}

.button__text--big {
  font-size: 20px;
  line-height: 1.2;
}

.button__text--big2 {
  font-size: 20px;
  line-height: 1.2;
}

.button__text--color-black {
  color: #1C1818;
}

.button__text--color-white {
  color: #FFF;
}

.button__text--color-red {
  color: var(--color-2);
}

.button__text--color-blue {
  color: #0055B4;
}

/* =======================================
			list
======================================= */
/* num list */
.num-list {
  counter-reset: num01Cnt;
}

.num-list__item {
  position: relative;
  padding-left: 1.5em;
}

.num-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: num01Cnt;
  content: counter(num01Cnt)".";
}

.num-brackets-list {
  counter-reset: num02Cnt;
}

.num-brackets-list__item {
  position: relative;
  padding-left: 2em;
}

.num-brackets-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: num02Cnt;
  content: "("counter(num02Cnt)")";
}

/* =======================================
  icon list
======================================= */
.icon-list {
  margin-top: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icon-list__item {
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 17px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.2;
  background-color: #FFDBDB;
}

.icon-list__item--blue {
  color: var(--color-00);
  background-color: var(--color-4);
}

.icon-list__item--red {
  color: var(--color-00);
  background-color: var(--color-3);
}

/* =======================================
  tag list
======================================= */
.tag-list {
  margin-top: -5px;
  margin-left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-list__item {
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 13px;
  border: 1px solid #FFF;
  padding: 1px 8px;
  font-size: 14px;
  line-height: 1.2;
  background-color: #FFF;
}

.tag-list__item--blue {
  border: 1px solid #0055B4;
  color: #FFF;
  background-color: #0055B4;
}

.tag-list__item--frame-blue {
  border: 1px solid #0055B4;
  color: #0055B4;
  background-color: #FFF;
}

/* =======================================
  innner
======================================= */
.inner01 {
  position: relative;
  margin: 0 auto;
  max-width: 1050px;
  padding: 0 25px;
}

.inner02 {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}

.inner03 {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 25px;
}

.inner04 {
  position: relative;
  margin: 0 auto;
  max-width: 740px;
  padding: 0 25px;
}

.inner05 {
  position: relative;
  margin: 0 auto;
  max-width: 850px;
  padding: 0 25px;
}

.inner06 {
  position: relative;
  margin: 0 auto;
  max-width: 850px;
  padding: 0 25px;
}

.inner07 {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
}

/* =======================================
  breadcrumb
======================================= */
.breadcrumb {
  background-color: #FAFAFA;
}

.breadcrumb__inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 50px 20px 50px;
}

.breadcrumb__list {
  width: 100%;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  word-break: keep-all;
  white-space: nowrap;
  line-height: 1;
}

.breadcrumb__item {
  position: relative;
  font-size: 12px;
  font-weight: 500;
}

.breadcrumb__item::after {
  content: ">";
  display: inline-block;
  font-size: inherit;
  margin-left: 10px;
}

.breadcrumb__item:last-child::after {
  display: none;
}

/* =======================================
  frame box
======================================= */
.frame-box {
  border-radius: 5px;
  padding: 40px;
  background-color: #FFF;
}

.frame-box--sp-full {
  border-radius: 8px;
}

.frame-box--bg-color-blue {
  background-color: #E7ECFD;
}

.frame-box--bg-color-lightblue {
  background-color: #EFF6FF;
}

.frame-box__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #0055B4;
  text-align: center;
}

.frame-box__sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #0055B4;
  text-align: center;
}

.frame-box__middle-title {
  font-weight: 700;
  line-height: 1.25;
  color: #0055B4;
  text-align: center;
}

*+.frame-box__middle-title {
  margin-top: 30px;
}

.frame-box__desc {
  margin-top: 10px;
}

.frame-box__text {
  line-height: 1.68;
}

*+.frame-box__text {
  margin-top: 5px;
}

.frame-box__text--text-center {
  text-align: center;
}

.frame-box__text--large {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.frame-box__button {
  margin-top: 15px;
}

/* =======================================
  main wrap
======================================= */
.main {
  margin-top: 72px;
}

/* =======================================
  contents column
======================================= */
.contents {}

.contents__one-column {
  margin: 0 auto;
  width: 100%;
  padding: 40px 0 0;
}

.contents__two-column {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 40px 20px 80px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents__two-column-left {
  width: 340px;
}

.contents__two-column-right {
  width: calc(100% - 400px);
}

.contents__block {}

/* =======================================
  contents part
======================================= */
.contents-part {
  padding: 80px 0;
}

.contents-part--no-top-padding {
  padding-top: 0;
}

.contents-part--sp-no-padding {
  padding-top: 0;
}

.contents-part--shot {
  padding: 40px 0 0;
}

.contents-part__header {}

.contents-part__title-simple {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.05em;
  color: #0055B4;
  text-align: center;
}

.contents-part__title-simple--color-white {
  color: #FFF;
}

.contents-part__title {
  position: relative;
  display: block;
  padding-left: 25px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; */
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents-part__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  transform: skew(-10deg);
  background: #0055B4;
}

.contents-part__title-jp {
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.contents-part__title-jp-small {
  padding-left: 5px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}

.contents-part__title-en {
  margin-top: 5px;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #0055B4;
}

/* .contents-part__sub-wrap {
  margin-top: 16px;
} */

.contents-part__header-desc {
  margin-top: 20px;
}

.contents-part__text {
  line-height: 1.68;
}

*+.contents-part__body {
  margin-top: 40px;
}

*+.contents-part__body--top-margin {
  margin-top: 80px;
}

*+.contents-part__block {
  margin-top: 40px;
}

*+.contents-part__footer {
  margin-top: 40px;
}

*+.contents-part__footer--top-margin {
  margin-top: 80px;
}

*+.contents-part__footer--top-margin-large {
  /* margin-top: 150px; */
  margin-top: 80px;
}

/* body-two-column */
.contents-part__body-two-column {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents-part__body-left {
  width: 462px;
}

.contents-part__body-right {
  width: calc(100% - 510px);
}

.contents-part__body-left-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.56;
}

.contents-part__body-left-text {
  line-height: 1.68;
}

*+.contents-part__body-left-text {
  margin-top: 16px;
}

.contents-part__body-right-thum01 {
  width: 100%;
}

.contents-part__body-right-thum01 img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/* =======================================
  cv support
======================================= */
.webp .cv-support {
  background-image: url("../img/bg_cv_support_pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.no-webp .cv-support {
  background-image: url("../img/bg_cv_support_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* =======================================
  cv contact
======================================= */
.webp .cv-contact {
  background-image: url("../img/bg_cv_contact_pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.no-webp .cv-contact {
  background-image: url("../img/bg_cv_contact_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* =======================================
  cv note
======================================= */
.cv-note {
  background-color: #67c3ae;
}

/* =======================================
  header global
======================================= */
.header-global {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #CDD6DD;
  background-color: #fff;
  z-index: 20;
}

.header-global__inner {
  position: relative;
  width: 100%;
  min-height: 70px;
  margin: 0 auto;
  /* padding: 5px 10px 5px 50px; */
  padding: 5px 10px 5px 20px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  z-index: 1;
}

.header-global__left {
  /* width: 225px; */
  width: 190px;
}

.header-global__right {
  /* width: calc(100% - 225px); */
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-global__logo {}

.header-global__navi01 {
  max-width: 600px;
}

.header-global__navi02 {}

/* navi01 */
.header-global-navi01 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-global-navi01__item {
  border-right: 1px solid #CDD6DD;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-global-navi01__item:last-child {
  border-right: none;
}

.header-global-navi01__link {
  display: block;
  /* padding: 0 15px; */
  padding: 0 10px;
}

.header-global-navi01__text {
  font-size: 14px;
  /* font-size: 13px; */
  font-weight: 700;
  line-height: 1.7;
}

.header-global-navi01__link--current .header-global-navi01__text {
  color: #0055B4;
}

/* navi01-sp */
.header-global-navi01-sp {
  display: none;
}

/* navi02 */
.header-global-navi02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-global-navi02__item {
  min-width: 60px;
}

.header-global-navi02__item:nth-child(n+2) {
  margin-left: 5px;
}

.header-global-navi02__item--sp {
  display: none;
}

.header-global-navi02__link {
  display: block;
  border-radius: 5px;
  border: 1px solid #CDD6DD;
  padding: 30px 6px 6px;
  text-align: center;
  background-color: #FFF;

  background-repeat: no-repeat;
  /* background-position: center 6px; */
  background-position: center 10px;
  background-size: auto 20px;
}

.header-global-navi02__link--red {
  border: 1px solid var(--color-2);
  background-color: var(--color-2);
}

.header-global-navi02__link--loupe {
  /* background-image: url("../img/icon_loupe_red.svg"); */
  background-image: url("../img/icon_loupe_blue.svg");
}

.header-global-navi02__link--login {
  /* background-image: url("../img/icon_login_red.svg"); */
  background-image: url("../img/icon_login_blue.svg");
}

.header-global-navi02__link--logout {
  /* background-image: url("../img/icon_logout_red.svg"); */
  background-image: url("../img/icon_logout_blue.svg");
}

.header-global-navi02__link--human {
  background-image: url("../img/icon_human_red.svg");
}

.header-global-navi02__link--human-white {
  background-image: url("../img/icon_human_white.svg");
}

.header-global-navi02__link--x-white {
  background-image: url("../img/logo-x.svg");
  background-color: #000;
}

.header-global-navi02__text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
}

.header-global-navi02__text--white {
  color: #FFF;
}

.header-global-navi02__link--current .header-global-navi02__text {
  color: #0055B4;
}

.header-global-navi-sp {
  display: none;
}

/* =======================================
  job search simple
======================================= */
/* job search simple */
.job-search-simple {
  border-radius: 8px;
  padding: 30px 20px;
  background-color: #0055B4;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-search-simple__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-search-simple__item--select {
  width: 24%;
}

.job-search-simple__item--input {
  width: 50%;
}

.job-search-simple__item:nth-child(n+2) {
  margin-left: 1%;
}

.job-search-simple__select {
  position: relative;
  width: 100%;
  border-radius: 8px;
  background-color: #FFF;
}

.job-search-simple__select::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}

.job-search-simple__select--bag::before {
  margin-top: -10px;
  width: 23px;
  height: 20px;
  /* background-image: url("../img/icon_bag_red.svg"); */
  background-image: url("../img/icon_bag_blue.svg");
}

.job-search-simple__select--pin::before {
  margin-top: -13px;
  width: 18px;
  height: 26px;
  /* background-image: url("../img/icon_pin_red.svg"); */
  background-image: url("../img/icon_pin_blue.svg");
}

.job-search-simple__input {
  width: 83.3%;
}

.job-search-simple__input-type-text {
  max-width: 400px;
  width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  background-color: #FFF;
}

.job-search-simple__button {
  max-width: 70px;
  width: calc(100% - 83.3%);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;

  background-color: #229EFF;
  background-image: url("../img/icon_loupe_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto;
  cursor: pointer;
}

/* =======================================
  job block list
======================================= */
/* job block list */
.job-block-list {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-block-list__item {
  /* margin: 0 10px; */
  /* width: 230px; */
  padding: 0 10px;
  width: 250px;
  height: 100%;
}

.job-block-list__link {
  display: block;
  height: 100%;
  padding: 10px 10px 20px;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  box-shadow: 0px 0px 8px rgba(0, 9, 113, 0.16);
  background-color: #FFF;
}

.job-block-list__thum {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  aspect-ratio: 1/0.47;
}

.job-block-list__thum-img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-block-list__desc {}

.job-block-list__title {
  margin-top: 20px;
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
}

.job-block-list__company {
  /* margin-top: 10px;
  font-size: 16px; */
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #919191;
}

.job-block-list__job-desc-table {
  margin-top: 15px;
}

/* =======================================
  job search list
======================================= */
/* job search list */

/* =======================================
  job desc table
======================================= */
/* job desc table */
.job-desc-table {}

.job-desc-table__text {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.68;
}

.job-desc-table__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.job-desc-table__text--icon-bag::before {
  /* background-image: url("../img/icon_bag_red.svg"); */
  background-image: url("../img/icon_bag_blue.svg");
  background-size: 21px auto;
}

.job-desc-table__text--icon-yen::before {
  /* background-image: url("../img/icon_yen_red.svg"); */
  background-image: url("../img/icon_yen_blue.svg");
  background-size: 21px auto;
}


.job-desc-table__text--icon-pin::before {
  /* background-image: url("../img/icon_pin_red.svg"); */
  background-image: url("../img/icon_pin_blue.svg");
  background-size: 15px auto;
}

.job-desc-table__text:nth-child(n+2) {
  margin-top: 10px;
}

/* =======================================
  job list desc table
======================================= */
/* job list desc table */
.job-list-desc-table {}

/* =======================================
  wp block list
======================================= */
.wp-block-list {
  margin-top: -1%;
  margin-left: -1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-block-list__item {
  margin: 1%;
  width: 23%;
}

.wp-block-list__item--tree-column {
  width: 31.3%;
}

.wp-block-list__link {
  display: block;
  height: 100%;
}

.wp-block-list__thum {
  width: 100%;
  /* height: 120px; */
  aspect-ratio: 1 / 0.525;
}

.wp-block-list__thum-img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-list__desc {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-block-list__icon {}

.wp-block-list__date {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #999999;
}

.wp-block-list__title {
  margin-top: 10px;
  width: 100%;
  font-weight: 700;
  line-height: 1.625;
}

/* =======================================
  footer global
======================================= */
.footer-global {
  background-color: #F4F6FC;
}

.footer-global__inner {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 25px;
}

.footer-global__up {
  padding: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-global__logo {
  width: 24.6%;
}

.footer-global__navi {}

.footer-global__navi-title {
  margin-bottom: 15px;
  color: #0055B4;
}

.footer-global__footer-global-navi01 {
  padding-left: 15px;
}

.footer-global__down {
  padding: 20px 0;
}

.footer-global__copy {
  font-size: 12px;
  line-height: 1.66;
  color: #8B8B8B;
  text-align: center;
}

/* navi01 */
.footer-global-navi01 {}

.footer-global-navi01__item {}

.footer-global-navi01__item:nth-child(n+2) {
  margin-top: 10px;
}

.footer-global-navi01__link {}

.footer-global-navi01__text {
  font-size: 14px;
  color: #3B4043;
}

/* anchor top */
.button-anchor-top {}

.button-anchor-top__button {
  bottom: 3%;
  position: fixed;
  right: 5%;
  display: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.button-anchor-top__img {
  width: 100%;
}

/* =======================================
  slider
======================================= */
/* slick-slider */
.slick-slider._slider-on {
  display: block !important;
}

.slide-arrow {
  border: none;
  outline: none;
  position: absolute;
  /* top: 50%; */
  bottom: -35px;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  font-size: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 6;
}

.prev-arrow {
  left: 25%;
}

.next-arrow {
  right: 25%;
}

.slick-dots {
  bottom: -30px;
  text-align: center;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/* job-new */
.job-new-slider {
  width: 100%;
  margin-left: -10px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* job-client-slider */
.job-client-slider {
  width: 100%;
  margin-left: -10px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* =======================================
  page count
======================================= */
.page-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-count__total {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-3);
}

.page-count__unit {
  padding-left: 5px;
  font-weight: 700;
  line-height: 1;
  color: #0055B4;
}

.page-count__text {
  font-weight: 700;
  line-height: 1;
  color: #919191;
}

/* =======================================
  pager
======================================= */
.pager {
  margin-top: 64px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pager--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pager--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pager-list {
  margin-top: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pager-item {
  margin-top: 17px;
}

.pager-prev__link {
  margin-right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFF;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  background-image: url("../img/wedge_left_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pager-next__link {
  margin-left: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFF;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  background-image: url("../img/wedge_right_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pager-item__link {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pager-item__link--current {
  background-color: #0055b4;
}

.pager-item__text {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}

.pager-item__link--current .pager-item__text {
  color: #FFF;
}

.pager-item__points {
  width: 24px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pager-item__text-points {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}

/* =======================================
  side
======================================= */


/* =======================================
  page
======================================= */
/* job-search */
.job-search {}

.job-search__page-count {
  margin-bottom: 10px;
}

.job-search__job-results-list {}

/* job-results-list */
.job-results-list {}

.job-results-list__item {}

.job-results-list__item:nth-child(n+2) {
  margin-top: 40px;
}

/* job-results-block */
.job-results-block {
  border-radius: 8px;
  border-top: 9px solid #0055B4;
}

.job-results-block__header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 30px 40px;
  background-color: #F4F6FC;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-results-block__header-left {
  max-width: calc(100% - 40%);
  width: 100%;
}

.job-results-block__header-right {
  max-width: 260px;
  width: 38%;
}

.job-results-block__icon-list {
  margin-bottom: 10px;
}

.job-results-block__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.job-results-block__company {
  margin-top: 10px;
  line-height: 1.2;
  color: #919191;
}

.job-results-block__tag-list {
  margin-top: 10px;
}


.job-results-block__thum {
  width: 100%;
  aspect-ratio: 1/ 0.47;
}

.job-results-block__thum img {
  width: 100%;
  object-fit: cover;
}


.job-results-block__body {
  padding: 0 40px;
  background-color: #FFF;
}

.job-results-block__footer {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 16px 40px;
  background-color: #F7F7F7;
}

.job-results-block__button {
  max-width: 330px;
  width: 48.5%;
  border: 1px solid var(--color-2)3;
  padding: 13px 25px;
  background-color: var(--color-2);
  background-image: url("../img/wedge_right_white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 10px auto;
}

.job-results-block__button--border-blue {
  border: 1px solid #0055B4;
  background-color: #FFF;
  background-image: url("../img/wedge_right_blue.svg");
}

.job-results-block__button--applied {
  border: 1px solid #D5D5D5;
  background-color: #D5D5D5;
  background-image: none;
  cursor: default;
}

.job-results-block__button--applied:hover {
  opacity: 1;
}

/* job-detail */
.job-detail__footer {
  margin-top: 80px;
}

.job-detail__job-client {
  background-color: #F4F6FC;
}

.job-detail__job-new {
  background-color: #E7ECFD;
}

/* job-detail-table */
.job-detail-table {}

.job-detail-table__header {}

.job-detail-table__thum {
  width: 100%;
  aspect-ratio: 1/0.47;
}

.job-detail-table__thum img {
  width: 100%;
  object-fit: cover;
}

.job-detail-table__slider {
  margin-top: 30px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-detail-table__slider-img {
  max-width: 248px;
  width: 32%;
  aspect-ratio: 1/0.47;
}

.job-detail-table__slider-img:nth-child(n+2) {
  margin-left: 2%;
}

.job-detail-table__slider-img img {
  width: 100%;
  object-fit: cover;
}

.job-detail-table__title {
  margin-top: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.job-detail-table__company {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #999999;
}

.job-detail-table__tag-list {
  margin-top: 16px;
}

.job-detail-table__table {
  margin-top: 24px;
}

.job-detail-table__button-wrap {
  margin-top: 60px;
}
.job-detail-table__button {
  max-width: 280px;
  width: 100%;
  padding: 13px 25px;
  border-color: var(--color-2);
  background-color: var(--color-2);
  background-image: url("../img/wedge_right_white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 10px auto;
}

.job-detail-table__button:nth-child(n+2) {
  margin-left: 20px;
}

.job-detail-table__button--return {
  max-width: 280px;
  width: 100%;
  padding: 13px 25px;
  border-color: var(--color-1);
  background-color: var(--color-1);
  background-image: url("../img/wedge_left_white.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 10px auto;
}

.job-detail-table__button--applied {
  border-color: #D5D5D5;
  background-color: #D5D5D5;
  background-image: none;
  cursor: default;
}

.job-detail-table__button--applied:hover {
  opacity: 1;
}

.job-detail-table__block-wrap {
  margin-top: 60px;
}

.job-detail-table__block:nth-child(n+2) {
  margin-top: 40px;
}

.job-detail-table__block-title {
  border-left: 5px solid #0055B4;
  padding: 10px 15px;
  font-size: 22px;
  font-weight: 700;
  color: #0055B4;
  background-color: #EFF6FF;
}

.job-detail-table__block-text {
  margin-top: 24px;
  line-height: 1.68;
}

.job-detail-table__block-table {
  margin-top: 24px;
}

.job-detail-table__block-table-line {}

.job-detail-table__block-table-line:nth-child(n+2) {
  margin-top: 30px;
}

.job-detail-table__block-table-dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.72;
  color: #0055B4;
}

.job-detail-table__block-table-dd {
  line-height: 1.68;
}

/* job-results-table */
.job-results-table {}

.job-results-table__line {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-results-table__line:nth-child(n+2) {
  border-top: 1px solid #E0E0E0;
}

.job-results-table--detail .job-results-table__line:first-child {
  border-top: 1px solid #E0E0E0;
}

.job-results-table--detail .job-results-table__line:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.job-results-table__line--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.job-results-table__text {
  padding-left: 55px;
  line-height: 1.8;
  background-repeat: no-repeat;
  background-position: left top;
}

.job-results-table__text--icon-bag {
  /* background-image: url("../img/icon_bag_red.svg"); */
  background-image: url("../img/icon_bag_blue.svg");
  background-size: 28px auto;
}

.job-results-table__text--icon-yen {
  /* background-image: url("../img/icon_yen_red.svg"); */
  background-image: url("../img/icon_yen_blue.svg");
  background-size: 28px auto;
}

.job-results-table__text--icon-pin {
  /* background-image: url("../img/icon_pin_red.svg"); */
  background-image: url("../img/icon_pin_blue.svg");
  background-size: 21px auto;
}

/* service */
.service {}

/* our-mission-list */
.our-mission-list {}

.our-mission-list__item {
  border-radius: 10px;
  border: 2px solid #0055B4;
  padding: 20px 30px;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-mission-list__item:nth-child(n+2) {
  margin-top: 16px;
}

.our-mission-list__num {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: #0055B4;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-mission-list__num-text {
  font-size: 28px;
  line-height: 1;
  color: #FFF;
}

.our-mission-list__text {
  width: calc(100% - 59px);
  padding-left: 15px;
  font-size: 24px;
  font-weight: 700;
}

/* number-block-list */
.number-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.number-block-list__item {
  margin-top: 20px;
  position: relative;
  max-width: 312px;
  width: 31.2%;
  border-radius: 7px;
  padding: 25px 30px 30px;
  background-color: #FFF;
}

.number-block-list__num {
  position: absolute;
  top: -20px;
  left: 30px;
  font-size: 50px;
  line-height: 1;
  color: #0055B4;
}

.number-block-list__icon {
  margin: 0 auto;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background-color: #E4EFF8;

  background-repeat: no-repeat;
  background-position: center;
}

.number-block-list__icon--gear {
  background-image: url("../img/icon_gear_blue.svg");
  background-size: 45px auto;
}

.number-block-list__icon--tel {
  background-image: url("../img/icon_tel_blue.svg");
  background-size: 41px auto;
}

.number-block-list__icon--lamp {
  background-image: url("../img/icon_lamp_blue.svg");
  background-size: 45px auto;
}

.number-block-list__icon--consultant {
  background-image: url("../img/icon_consultant_blue.svg");
  background-size: 50px auto;
}

.number-block-list__icon--resume {
  background-image: url("../img/icon_resume_blue.svg");
  background-size: 32px auto;
}

.number-block-list__icon--free {
  background-image: url("../img/icon_free_blue.svg");
  background-size: 46px auto;
}

.number-block-list__title {
  margin-top: 16px;
  /* font-size: 24px; */
  font-size: 21px;
  font-weight: 700;
  color: #0055B4;
  min-height: 5em;

}

@media screen and (max-width:1170px) {
  .number-block-list__title {
    min-height: 6em;
  }
}

@media screen and (max-width:840px) {
  .number-block-list__title {
    min-height: 7em;
  }
}

.number-block-list__text {
  /* margin-top: 16px; */
  line-height: 1.98;
}


/* faq list */
.faq-list {}

.faq-list__item {
  padding: 30px 40px;
  background-color: #F4F6FC;
}

.faq-list__item:nth-child(n+2) {
  margin-top: 30px;
}

.faq-list__q {
  padding-right: 20px;
  background-image: url("../img/wedge_down_blue.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 19px auto;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.openList .faq-list__q {
  background-image: url("../img/wedge_up_blue.svg");
  padding-bottom: 0;
}

.faq-list__q-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #0055B4;
}

.faq-list__q-text {
  width: calc(100% - 40px);
  padding-top: 5px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #0055B4;
}

.faq-list__a {
  padding: 10px 0 0;
}

.faq-list__a-text {
  line-height: 1.68;
}

/* service-flow */
.service-flow {}

/* flow-list */
.flow-list {}

.flow-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding-bottom: 56px;
}

.flow-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 2px;
  height: 100%;
  background-color: #2F4AB4;
}

.flow-list__item:last-child {
  padding-bottom: 0;
}

.flow-list__item:last-child::before {
  content: none;
}

.flow-list__item-left {
  position: relative;
  max-width: 160px;
  width: 20%;
  aspect-ratio: 1 / 1;
  z-index: 2;
}

.flow-list__item-right {
  max-width: 640px;
  width: 80%;
  padding-left: 16px;
}

.flow-list__icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #E4EFF8;

  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.flow-list__icon--human {
  background-image: url("../img/flow/icon_human_blue.svg");
  background-size: 39.3% auto;
}

.flow-list__icon--email {
  background-image: url("../img/flow/icon_email_blue.svg");
  background-size: 55% auto;
}

.flow-list__icon--online {
  background-image: url("../img/flow/icon_online_blue.svg");
  background-size: 56.25% auto;
}

.flow-list__icon--jobfile {
  background-image: url("../img/flow/icon_jobfile_blue.svg");
  background-size: 41.8% auto;
}

.flow-list__icon--interview {
  background-image: url("../img/flow/icon_interview_blue.svg");
  background-size: 54.3% auto;
}

.flow-list__icon--join {
  background-image: url("../img/flow/icon_join_blue.svg");
  background-size: 60% auto;
}

.flow-list__icon--contact {
  background-image: url("../img/enterprise/icon_contact_blue.svg");
  background-size: 55% auto;
}

.flow-list__icon--flie {
  background-image: url("../img/enterprise/icon_flie_blue.svg");
  background-size: 55% auto;
}

.flow-list__icon--board {
  background-image: url("../img/enterprise/icon_board_blue.svg");
  background-size: 61.25% auto;
}

.flow-list__icon--search {
  background-image: url("../img/enterprise/icon_search_blue.svg");
  background-size: 60% auto;
}

.flow-list__icon--talk {
  background-image: url("../img/enterprise/icon_talk_blue.svg");
  background-size: 55.6% auto;
}

.flow-list__step {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #0055B4;
}

.flow-list__title {
  margin-top: 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.34;
  vertical-align: bottom;
}

.flow-list__sub-title {
  font-size: 20px;
  font-weight: 700;
}

.flow-list__desc {
  margin-top: 16px;
}

.flow-list__text {
  line-height: 1.68;
}

.flow-list__text-note {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.71;
  color: #9B9B9B;
}

.flow-list__link {
  margin-top: 16px;
}

.flow-list__link .button {
  padding: 20px;
}

/* enterprise */

/* system-list */
.system-list {}

.system-list__item {
  padding: 30px 40px;
  background-color: #FFF;
}

.system-list__item:nth-child(n+2) {
  margin-top: 30px;
}

.system-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.system-list__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0055B4;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.system-list__num-text {
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
}

.system-list__title-text {
  padding-left: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #0055B4;
}

.system-list__text {
  margin-top: 12px;
  line-height: 1.68;
}

/* advisor */

/* advisor-list */
.advisor-list {}

.advisor-list_item {}

.advisor-list_item:nth-child(n+2) {
  margin-top: 40px;
}

/* advisor-box */
.advisor-box {
  position: relative;
  border-radius: 10px;
  padding: 30px;
}

.advisor-box__career {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  padding: 14px 30px 14px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #fa5555;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0% 100%);
}

.advisor-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advisor-box__thum {
  max-width: 362px;
  width: 48.9%;
  aspect-ratio: 1/0.56;
}

.advisor-box__thum-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.advisor-box__desc {
  max-width: 378px;
  width: 51%;
  padding-left: 4%;
}

.advisor-box__title {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.advisor-box__department {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.advisor-box__icon {
  margin-top: 16px;
}

.advisor-box__body {
  margin-top: 24px;
}

.advisor-box__block {}

.advisor-box__block:nth-child(n+2) {
  margin-top: 24px;
}

.advisor-box__block-title {
  border-bottom: 1px solid #0055B4;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  color: #0055B4;
}

.advisor-box__block-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.05em;
}

/* terms */
.terms-table {}

.terms-table__block {}

.terms-table__block:nth-child(n+2) {
  margin-top: 40px;
}

.terms-table__block-title {
  border-left: 5px solid #0055B4;
  padding: 10px 15px;
  font-size: 22px;
  font-weight: 700;
  color: #0055B4;
  background-color: #EFF6FF;
}

.terms-table__block-text {
  margin-top: 24px;
  line-height: 1.68;
}

/* wp-archive */
.wp-archive {}

.wp-archive__tag-link {
  margin-top: 30px;
}

/* tag-link */
.tag-link {
  margin-top: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-link__item {
  margin-top: 10px;
  margin-left: 10px;
}

.tag-link__link {
  display: block;
  border-radius: 19px;
  /* border: 1px solid var(--color-3); */
  border: 1px solid var(--color-1);
  padding: 4px 16px;
  background-color: #FFF;
  line-height: 1.68;
  letter-spacing: 0.05em;
  /* color: var(--color-3); */
  color: var(--color-1);
}

.active.tag-link__link {
  /* background-color: var(--color-3); */
  background-color: var(--color-1);
  color: #FFF;
}

/* wp-single */
.wp-single {}

.wp-single__related {
  background-color: #F4F6FC;
}

/* wp-detail */
.wp-detail {}

.wp-detail__header {}

.wp-detail__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.wp-detail__title-border {
  border-top: 3px solid #0055B4;
  border-bottom: 3px solid #0055B4;
  padding: 24px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.68;
  color: #0055B4;
}

*+.wp-detail__title-border {
  margin-top: 40px;
}

.wp-detail__header-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

*+.wp-detail__header-desc {
  margin-top: 16px;
}

.wp-detail__header-desc-left {}

.wp-detail__header-desc-right {}

.wp-detail__company {
  line-height: 1.68;
}

.wp-detail__department {
  line-height: 1.68;
}

.wp-detail__name {
  margin-top: 10px;
  font-size: 24px;
  vertical-align: bottom;
}

.wp-detail__name-honorific {
  font-size: 16px;
}

.wp-detail__icon {
  margin-right: 10px;
}

.wp-detail__date {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #999999;
}

.wp-detail__thum {
  width: 100%;
  aspect-ratio: 1/0.525;
}

*+.wp-detail__thum {
  margin-top: 30px;
}

.wp-detail__thum-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.wp-detail__introduction {
  margin-top: 40px;
  line-height: 1.68;
}

.wp-detail__toc {
  margin-top: 40px;
  padding: 30px 40px 40px;
  background-color: #EFF6FF;
}

.wp-detail__toc-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #0055B4;
}

.wp-detail__body {
  margin-top: 40px;
}

/* toc-list */
.toc-list {}

.toc-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.toc-list__item::before {
  color: #0055B4;
}

.toc-list__item:nth-child(n+2) {
  margin-top: 10px;
}

.toc-list__link {
  text-decoration: underline;
}

/* entry */
.entry {}

/*----------------------------------------
 _画面の横幅が1140pxまで
----------------------------------------*/
@media screen and (max-width:1140px) {

  /* =======================================
        wp block list
  ======================================= */
  .wp-block-list__item {
    width: 31.3%;
  }

  .wp-block-list__item--tree-column {
    width: 31.3%;
  }
}

/*----------------------------------------
 _画面の横幅が1050pxまで
----------------------------------------*/
@media screen and (max-width:1050px) {

  /* =======================================
    contents part
  ======================================= */
  /* body-two-column */
  .contents-part__body-right {
    width: calc(100% - 472px);
  }

  /* =======================================
    page
  ======================================= */
  /* number-block-list */
  .number-block-list__title {
    font-size: 20px;
  }

  .number-block-list__text {
    margin-top: 14px;
  }
}

/*----------------------------------------
 _画面の横幅が960pxまで
----------------------------------------*/
@media screen and (max-width:960px) {

  /* =======================================
    common
  ======================================= */
  .br-tablet {
    display: block;
  }

  /* =======================================
    header global
  ======================================= */
  .header-global__inner {
    /* padding: 5px 20px; */
    padding: 5px 10px;
  }

  .logo__text {
    font-size: 10px;
  }

  .header-global-navi01 {
    display: none;
  }

  /* navi01-sp */
  .header-global-navi-sp {
    display: none;
    width: 100%;
    position: fixed;
    top: 13.21vw;
    left: 0;
    z-index: 15;
    background-color: #FFF;
  }

  .header-global-navi-sp__inner {
    width: 100%;
    padding: 0 7.14vw;
  }

  .header-global-navi-sp__entry-button {
    margin-top: 5.35vw;
  }

  .header-global-navi-sp__navi01 {
    padding: 6.25vw 0;
  }

  /* * + .header-global-navi-sp__navi01 {
    margin-top: 5.35vw;
  } */

  /* header-global-navi01-s */
  .header-global-navi01-sp {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-global-navi01-sp__item {
    width: 100%;
    border-top: 0.17vw solid #D9D9D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-global-navi01-sp__item:last-child {
    border-bottom: 0.17vw solid #D9D9D9;
  }

  .header-global-navi01-sp__link {
    display: block;
    width: 100%;
    padding: 3.57vw 0;
  }

  .header-global-navi01-sp__text {
    font-size: 3.57vw;
    font-weight: 700;
    line-height: 1.5;
  }

  .header-global-navi01-sp__link--current .header-global-navi01-sp__text {
    color: #0055B4;
  }

  .header-global-navi02__item--sp {
    display: block;
  }

  .header-global-navi02__button {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #CDD6DD;
    background-image: url("../img/btn_menu_open_gray.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
    cursor: pointer;
  }

  .header-global-navi02__button--open {
    background-image: url("../img/btn_menu_close_gray.svg");
    background-size: auto 20px;
  }
}

/*----------------------------------------
 _画面の横幅が840pxまで
----------------------------------------*/
@media screen and (max-width:840px) {

  /* =======================================
    page
  ======================================= */
  /* flow-list */
  .flow-list__sub-title {
    display: block;
  }
}

/*----------------------------------------
 _画面の横幅が767pxまで
----------------------------------------*/
@media screen and (max-width:767px) {

  /* =======================================
    contents part
  ======================================= */
  /* body-two-column */
  .contents-part__body-left {
    max-width: auto;
    max-width: initial;
    width: 100%;
  }

  .contents-part__body-right {
    margin-top: 20px;
    max-width: auto;
    max-width: initial;
    width: 100%;
  }

  /* =======================================
    button
  ======================================= */
  .button__text--big2 {
    font-size: 18px;
  }

  /* =======================================
    wp block list
  ======================================= */
  .wp-block-list__item {
    width: 48%;
  }

  .wp-block-list__item--tree-column {
    width: 48%;
  }

  /* =======================================
    page
  ======================================= */
  /* number-block-list */
  .number-block-list__item {
    margin-top: 40px;
    max-width: auto;
    max-width: initial;
    width: 100%;
  }

  .number-block-list__title {
    min-height: auto;
    min-height: initial;
    font-size: 24px;
    text-align: center;
  }

  .number-block-list__text {
    margin-top: 16px;
  }

  .number-block-list__br-sp {
    display: block;
  }
}

/*----------------------------------------
 _画面の横幅が560pxまで
----------------------------------------*/
@media screen and (max-width:560px) {

  /* =======================================
                common
  ======================================= */
  body {
    min-width: auto;
    min-width: initial;
    font-size: 3.21vw;
  }

  html.spMenuOpen,
  html.spMenuOpen body {
    height: 100%;
    min-height: auto;
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  /* display */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .br-pc {
    display: inline;
  }

  .br-sp {
    display: block;
  }

  /* text */
  .text-pc {
    display: none;
  }

  .text-align--pc-center-sp-left {
    text-align: left;
  }

  .text-note {
    font-size: 2.85vw;
    line-height: 1.5;
  }

  *+.text-note {
    margin-top: 1.78vw;
  }

  /* shadow */
  .box-shadow01 {
    box-shadow: 0 0 1.42vw rgba(0, 9, 113, 0.16);
  }

  .box-shadow02 {
    box-shadow: 0vw 0.17vw 1.07vw 0vw rgba(0, 0, 0, 0.1);
  }

  .box-shadow03 {
    box-shadow: 0vw 0.53vw 1.07vw 0vw rgba(0, 0, 0, 0.16);
  }

  .box-shadow04 {
    box-shadow: 0vw 0vw 1.42vw rgba(0, 9, 113, 0.16);
  }

  /* =======================================
    logo
  ======================================= */
  .logo {}

  .logo__text {
    margin-bottom: 0.53vw;
    /* font-size: 2.67vw; */
    font-size: 1.78vw;
    line-height: 1.6;
  }

  .logo__link {
    width: 33.21vw;
  }

  .logo__link--footer {
    width: 100%;
  }

  /* =======================================
    button list
  ======================================= */
  .button-wrap--sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* =======================================
    button
  ======================================= */
  .button {
    border-radius: 1.42vw;
  }

  .button--tel {
    pointer-events: auto;
  }

  .button--width-shot {
    width: 33.92vw;
    padding: 2.67vw;
  }

  .button--width-normal {
    max-width: auto;
    max-width: initial;
    width: 100%;
    padding: 3.57vw;
  }

  .button--width-normal2 {
    max-width: auto;
    max-width: initial;
    width: 100%;
    padding: 3.57vw;
  }

  .button--width-midlle2 {
    min-width: 34.82vw;
    padding: 2.67vw;
  }

  .button--width-midlle {
    width: 100%;
    padding: 4.46vw;
  }

  .button--width-large2 {
    max-width: auto;
    max-width: initial;
    width: 100%;
    padding: 3.57vw;
  }

  .button--width-large {
    max-width: auto;
    max-width: initial;
    width: 100%;
    padding: 3.57vw;
  }

  .button--frame-white::before {
    width: calc(100% - 2.5vw);
    height: calc(100% - 2.5vw);
    top: 0.89vw;
    left: 0.89vw;
    border-radius: 1.42vw;
    border: 0.35vw solid #FFF;
  }

  .button__text {
    font-size: 3.57vw;
  }

  .button__text--frame-white {
    margin-right: 0.89vw;
    border-radius: 0.71vw;
    padding: 0.53vw 1.78vw;
    font-size: 3.57vw;
    line-height: 1.2;
  }

  .button__text--big {
    font-size: 3.75vw;
  }

  .button__text--big2 {
    font-size: 4.64vw;
    line-height: 1.5;
  }

  /* =======================================
    icon list
  ======================================= */
  /* icon-list */
  .icon-list {
    margin-top: -0.89vw;
    margin-left: -0.89vw;
  }

  .icon-list__item {
    margin-top: 0.89vw;
    margin-left: 0.89vw;
    border-radius: 3.03vw;
    padding: 0.35vw 1.78vw;
    font-size: 2.5vw;
  }

  /* =======================================
    tag list
  ======================================= */
  .tag-list {
    margin-top: -0.89vw;
    margin-left: -0.89vw;
  }

  .tag-list__item {
    margin-top: 0.89vw;
    margin-left: 0.89vw;
    border-radius: 2.32vw;
    border: 0.17vw solid #FFF;
    padding: 0.17vw 1.42vw;
    font-size: 2.85vw;
  }

  .tag-list__item--blue {
    border: 0.17vw solid #0055B4;
  }

  .tag-list__item--frame-blue {
    border: 0.17vw solid #0055B4;
  }

  /* =======================================
    innner
  ======================================= */
  .inner01 {
    max-width: auto;
    max-width: initial;
    width: 85.71vw;
    padding: 0;
  }

  .inner02 {
    max-width: auto;
    max-width: initial;
    width: 85.71vw;
    padding: 0;
  }

  .inner03 {
    max-width: auto;
    max-width: initial;
    width: 85.71vw;
    padding: 0;
  }

  .inner04 {
    max-width: auto;
    max-width: initial;
    width: 85.71vw;
    padding: 0;
  }

  .inner05 {
    max-width: auto;
    max-width: initial;
    width: 85.71vw;
    padding: 0;
  }

  .inner06 {
    max-width: auto;
    max-width: initial;
    width: 100%;
    padding: 0;
  }

  .inner07 {
    max-width: auto;
    max-width: initial;
    width: 85.71vw;
    padding: 0;
  }

  /* =======================================
    breadcrumb
  ======================================= */
  .breadcrumb__inner {
    padding: 3.57vw 5.35vw 3.57vw 5.35vw;
  }

  .breadcrumb__list {
    gap: 1.78vw;
  }

  .breadcrumb__item {
    font-size: 2.5vw;
  }

  .breadcrumb__item::after {
    margin-left: 1.78vw;
  }

  /* =======================================
    frame box
  ======================================= */
  .frame-box {
    border-radius: 0.89vw;
    padding: 7.14vw;
  }

  .frame-box--sp-full {
    border-radius: 0;
  }

  .frame-box__title {
    font-size: 5vw;
    line-height: 1.5;
  }

  .frame-box__sub-title {
    font-size: 4.46vw;
    line-height: 1.36;
  }

  .frame-box__middle-title {
    font-size: 3.39vw;
    line-height: 1.25;
  }

  *+.frame-box__middle-title {
    margin-top: 5.35vw;
  }

  .frame-box__desc {
    margin-top: 1.78vw;
  }

  .frame-box__text {
    line-height: 1.76;
  }

  *+.frame-box__text {
    margin-top: 0.89vw;
  }

  .frame-box__text--large {
    font-size: 4.46vw;
    line-height: 1.2;
  }

  .frame-box__button {
    margin-top: 2.67vw;
  }

  /* =======================================
    main wrap
  ======================================= */
  .main {
    margin-top: 15.71vw;
  }

  /* frame column wrap */
  .main__frame-column-wrap {
    padding: 8.92vw 0 12.5vw;
  }

  /* page banner wrap */
  .main__page-banner-wrap {
    padding: 0;
  }

  /* one column wrap */
  .main__one-column-wrap {
    padding: 8.92vw 0 10.71vw;
  }

  /* two column wrap */
  .main__two-column-wrap {
    padding: 3.57vw 0 10.71vw;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main__two-column-left {
    margin-top: 12.5vw;
    width: 100%;
  }

  .main__two-column-right {
    width: 100%;
  }

  /* wp column wrap */
  .main__wp-column-wrap {
    padding: 8.92vw 0;
  }

  .main__wp-two-column-wrap {
    padding: 7.14vw 0 0;
  }

  .main__wp-two-column-left {
    width: 100%;
  }

  .main__wp-two-column-right {
    margin-top: 10.71vw;
    width: 100%;
  }

  /* =======================================
    contents column
  ======================================= */
  .contents {}

  .contents__one-column {
    max-width: auto;
    max-width: initial;
    padding: 2.67vw 0 0;
  }

  .contents__two-column {
    max-width: 100%;
    padding: 2.67vw 7.14vw 14.28vw;
  }

  .contents__two-column-left {
    width: 100%;
  }

  .contents__two-column-right {
    width: 100%;
  }

  /* =======================================
    contents part
  ======================================= */
  .contents-part {
    padding: 12.5vw 0;
  }

  .contents-part--no-top-padding {
    padding-top: 0;
  }

  .contents-part--sp-no-padding {
    padding: 0;
  }

  .contents-part--shot {
    padding: 7.14vw 0 0;
  }

  .contents-part__title-simple {
    font-size: 5vw;
    line-height: 1.35;
  }

  .contents-part__title {
    padding-left: 4.46vw;
  }

  .contents-part__title::before {
    width: 1.78vw;
  }

  .contents-part__title-jp {
    font-size: 5.71vw;
  }

  .contents-part__title-jp-small {
    /* padding-left: 0.89vw; */
    padding-left: 0;
    font-size: 3.57vw;
  }

  .contents-part__title-en {
    margin-top: 0.89vw;
    font-size: 2.85vw;
  }

  .contents-part__header-link {
    position: relative;
  }

  .contents-part__header-link-text {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 3.57vw;
    font-size: 3.21vw;
    font-weight: 700;
    line-height: 1.5;
    color: #229EFF;

    background-image: url("../img/wedge_right_lightblue.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25vw auto;
  }

  .contents-part__header-desc {
    margin-top: 3.57vw;
  }

  *+.contents-part__body {
    margin-top: 3.57vw;
  }

  *+.contents-part__body--top-margin {
    margin-top: 10.71vw;
  }

  *+.contents-part__block {
    margin-top: 3.57vw;
  }

  *+.contents-part__footer {
    margin-top: 3.57vw;
  }
  
  *+.contents-part__footer--top-margin {
    margin-top: 10.71vw;
  }

  *+.contents-part__footer--top-margin-large {
    /* margin-top: 17.85vw; */
    margin-top: 12.5vw;
  }
  
  /* body-two-column */
  .contents-part__body-two-column {
    margin-top: 3.57vw;
  }

  .contents-part__body-left-title {
    font-size: 4.46vw;
  }

  .contents-part__body-left-text {
    line-height: 1.76;
  }

  *+.contents-part__body-left-text {
    margin-top: 2.14vw;
  }

  .contents-part__body-right {
    margin-top: 2.14vw;
  }

  .contents-part__body-right-thum01 img {
    border-radius: 1.42vw;
  }

  /* =======================================
    cv support
  ======================================= */
  .webp .cv-support {
    background-image: url("../img/bg_cv_support_sp.webp");
  }

  .no-webp .cv-support {
    background-image: url("../img/bg_cv_support_sp.png");
  }

  /* =======================================
    cv contact
  ======================================= */
  .webp .cv-contact {
    background-image: url("../img/bg_cv_contact_sp.webp");
  }

  .no-webp .cv-contact {
    background-image: url("../img/bg_cv_contact_sp.png");
  }

  /* =======================================
    header global
  ======================================= */
  .header-global {
    min-width: 100%;
    border-bottom: 0.17vw solid #CDD6DD;
  }

  .header-global__inner {
    min-height: 15.71vw;
    /* padding: 0 0 0 3.57vw; */
    padding: 0 0 0 2.57vw;
  }

  .header-global__left {
    /* width: 47.32vw; */
    width: 33.21vw;
  }

  .header-global__right {
    /* width: calc(100% - 47.32vw); */
    width: calc(100% - 33.21vw);
  }

  .header-global__logo {
    padding: 1.78vw 0;
  }

  .header-global__navi01 {
    max-width: auto;
    max-width: initial;
    display: none;
  }

  .header-global__navi02 {
    height: 100%;
  }

  /* navi01 */
  .header-global-navi01 {
    display: none;
  }

  /* navi02 */
  .header-global-navi02 {}

  .header-global-navi02__item {
    /* min-width: 12.5vw; */
    min-width: 11.5vw;
    border-left: 0.17vw solid #CDD6DD;
  }

  .header-global-navi02__item:nth-child(n+2) {
    margin-left: 0;
  }

  .header-global-navi02__item--sp {
    display: block;
  }

  .header-global-navi02__link {
    border-radius: 0;
    border: none;
    padding: 9.2vw 0 1.67vw;

    background-position: center 2.67vw;
    background-size: auto 5.71vw;
  }

  .header-global-navi02__link--red {
    border: none;
    background-color: var(--color-2);
  }

  .header-global-navi02__link--loupe {
    background-size: auto 5.89vw;
  }

  .header-global-navi02__link--logout {
    background-size: auto 6.25vw;
  }

  .header-global-navi02__link--login {
    background-size: auto 6.25vw;
  }

  .header-global-navi02__link--human {
    background-size: auto 5.71vw;
  }

  .header-global-navi02__link--current {}

  .header-global-navi02__text {
    font-size: 2.14vw;
  }

  .header-global-navi02__button {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    background-size: 4.82vw 3.92vw;
  }

  .header-global-navi02__button--open {
    background-size: 3.57vw 3.57vw;
  }

  /* =======================================
        job search simple
  ======================================= */
  /* job search simple */
  .job-search-simple {
    border-radius: 1.42vw;
    padding: 5.35vw 7.14vw;
  }

  .job-search-simple__item--select {
    width: 49%;
  }

  .job-search-simple__item--input {
    width: 100%;
  }

  .job-search-simple__item:nth-child(n+2) {
    margin-left: 2%;
  }

  .job-search-simple__item:last-child {
    margin-left: 0;
    margin-top: 2.67vw;
  }

  .job-search-simple__select {
    border-radius: 1.42vw;
  }

  .job-search-simple__select::before {
    left: 50%;
    top: 2.67vw;
  }

  .job-search-simple__select--bag::before {
    margin-top: 0;
    margin-left: -3.75vw;
    width: 7.5vw;
    height: 6.42vw;
  }

  .job-search-simple__select--pin::before {
    margin-top: 0;
    margin-left: -3.21vw;
    width: 4.46vw;
    height: 6.42vw;
  }

  .job-search-simple__input {
    width: 57.14vw;
  }

  .job-search-simple__input-type-text {
    max-width: auto;
    max-width: initial;
    border-top-left-radius: 1.42vw;
    border-bottom-left-radius: 1.42vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 2.14vw 2.67vw;
    font-size: 3.21vw;
  }

  .job-search-simple__button {
    max-width: auto;
    max-width: initial;
    width: calc(100% - 57.14vw);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 1.42vw;
    border-bottom-right-radius: 1.42vw;

    background-color: #333333;
    background-size: 5.35vw auto;
  }

  /* =======================================
        job block list
  ======================================= */
  /* job block list */
  .job-block-list {
    padding-bottom: 0;
  }

  .job-block-list__item {
    /* margin: 0 1.78vw;
    width: 53.57vw; */
    padding: 0 1.78vw;
    width: 57.13vw;
  }

  .job-block-list__link {
    padding: 1.78vw 1.78vw 3.57vw;
    border-radius: 1.42vw;
    border: 0.17vw solid #E3E3E3;
    box-shadow: 0vw 0vw 1.42vw rgba(0, 9, 113, 0.16);
  }

  .job-block-list__thum {
    height: 25.17vw;
    border-radius: 1.42vw;
    border: 0.17vw solid #E3E3E3;
  }

  .job-block-list__thum-img {
    border-radius: 1.42vw;
  }

  .job-block-list__title {
    margin-top: 2.67vw;
    /* font-size: 3.57vw; */
    font-size: 3.21vw;
    line-height: 1.45;
  }

  .job-block-list__company {
    margin-top: 0.89vw;
    /* font-size: 3.21vw; */
    font-size: 2.85vw;
    line-height: 1.33;
  }

  .job-block-list__job-desc-table {
    margin-top: 1.78vw;
  }

  /* =======================================
        job desc table
  ======================================= */
  /* job desc table */
  .job-desc-table {}

  .job-desc-table__text {
    padding-left: 6.25vw;
    /* font-size: 3.21vw;
    line-height: 1.44; */
    font-size: 2.85vw;
    line-height: 1.68;
  }

  .job-desc-table__text::before {
    width: 4.46vw;
    height: 4.46vw;
  }

  .job-desc-table__text--icon-bag::before {
    background-size: 4.1vw auto;
  }

  .job-desc-table__text--icon-yen::before {
    background-size: 4.1vw auto;
  }

  .job-desc-table__text--icon-pin::before {
    background-size: 3.03vw auto;
  }

  .job-desc-table__text:nth-child(n+2) {
    margin-top: 0.89vw;
  }

  /* =======================================
        job list desc table
  ======================================= */
  /* job list desc table */

  /* =======================================
        wp block list
  ======================================= */
  .wp-block-list {
    margin-top: 0;
    margin-left: 0;
  }

  .wp-block-list__item {
    margin: 0;
    width: 100%;
  }

  .wp-block-list__item--tree-column {
    width: 100%;
  }

  .wp-block-list__item:nth-child(n+2) {
    margin-top: 3.57vw;
  }

  .wp-block-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wp-block-list__thum {
    width: 37.32vw;
    /* height: 19.64vw; */
  }

  .wp-block-list__thum-img {
    border-radius: 1.42vw;
  }

  .wp-block-list__desc {
    margin-top: 0;
    width: calc(100% - 37.32vw);
    padding-left: 2.67vw;
  }

  .wp-block-list__date {
    font-size: 3.21vw;
  }

  .wp-block-list__title {
    margin-top: 1.78vw;
    line-height: 1.61;
  }

  /* =======================================
        footer global
  ======================================= */
  .footer-global__inner {
    max-width: auto;
    max-width: initial;
    width: 85.71vw;
    padding: 0;
  }

  .footer-global__up {
    padding: 10.71vw 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-global__logo {
    width: 37.85vw;
  }

  .footer-global__navi {
    margin-top: 5.35vw;
    width: 100%;
    text-align: center;
  }

  .footer-global__navi-title {
    margin-bottom: 2.67vw;
    font-size: 3.75vw;
  }

  .footer-global__footer-global-navi01 {
    padding-left: 0;
  }

  .footer-global__down {
    padding: 5.35vw 0 12.5vw;
  }

  .footer-global__copy {
    font-size: 2.85vw;
    line-height: 1.25;
  }

  /* navi01 */
  .footer-global-navi01 {}

  .footer-global-navi01__item {}

  .footer-global-navi01__item:nth-child(n+2) {
    margin-top: 2.67vw;
  }

  .footer-global-navi01__link {}

  .footer-global-navi01__text {
    font-size: 3.75vw;
  }


  /* anchor top */
  .button-anchor-top {}

  .button-anchor-top__button {
    bottom: 3%;
    right: 5%;
    display: none;
    width: 10.71vw;
    height: 10.71vw;
  }

  .button-anchor-top__button._setFooterFixed {
    bottom: 9%;
  }

  .button-anchor-top__img {}

  /* =======================================
        slide
  ======================================= */
  .slide-arrow {
    margin-top: -3.03vw;
    width: 3.21vw;
    height: 6.07vw;
  }

  .prev-arrow {
    /* left: -1.78vw; */
    left: -4.99vw;
  }

  .next-arrow {
    /* right: -1.78vw; */
    right: -4.99vw;
  }

  /* =======================================
        page count
  ======================================= */
  .page-count__total {
    font-size: 6.25vw;
  }

  .page-count__unit {
    padding-left: 0.53vw;
    font-size: 2.85vw;
  }

  .page-count__text {
    font-size: 2.85vw;
  }

  /* =======================================
    pager
  ======================================= */
  .pager {
    margin-top: 7.5vw;
  }

  .pager-list {
    margin-top: -3.75vw;
  }

  .pager-item {
    margin-top: 3.75vw;
  }

  .pager-prev__link {
    margin-right: 3.57vw;
    width: 4.28vw;
    height: 4.28vw;
  }

  .pager-next__link {
    margin-left: 3.57vw;
    width: 4.28vw;
    height: 4.28vw;
  }

  .pager-item__link {
    width: 7.14vw;
    height: 7.14vw;
  }

  .pager-item__link--current {}

  .pager-item__text {
    font-size: 4.28vw;
  }

  .pager-item__points {
    width: 4.28vw;
    height: 7.14vw;
  }

  .pager-item__text-points {
    font-size: 4.28vw;
  }

  /* =======================================
    side
  ======================================= */

  /* =======================================
    page
  ======================================= */
  /* job-search */
  .job-search {}

  .job-search__page-count {
    margin-bottom: 2.67vw;
  }

  /* job-results-list */
  .job-results-list__item:nth-child(n+2) {
    margin-top: 7.14vw;
  }

  /* job-results-block */
  .job-results-block {
    border-radius: 1.42vw;
    border-top: 1.6vw solid #0055B4;
  }

  .job-results-block__header {
    border-top-left-radius: 1.42vw;
    border-top-right-radius: 1.42vw;
    padding: 5.35vw 7.14vw;

  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }

  .job-results-block__header-left {
    max-width: 100%;
    width: 100%;
  }

  .job-results-block__header-right {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.78vw;
  }

  .job-results-block__icon-list {
    margin-bottom: 0.89vw;
  }

  .job-results-block__title {
    font-size: 4.46vw;
    line-height: 1.24;
  }

  .job-results-block__company {
    margin-top: 0.89vw;
    line-height: 1.55;
  }

  .job-results-block__tag-list {
    margin-top: 1.78vw;
  }

  .job-results-block__body {
    padding: 0 7.14vw;
  }

  .job-results-block__footer {
    border-bottom-left-radius: 1.42vw;
    border-bottom-right-radius: 1.42vw;
    padding: 2.85vw 7.14vw;
  }

  .job-results-block__button {
    max-width: auto;
    max-width: initial;
    /* width: 32.82vw; */
    width: 33.82vw;
    border: 0.35vw solid var(--color-2);
    padding: 2.67vw;
    background-image: none;
  }

  .job-results-block__button--border-blue {
    border: 0.35vw solid #0055B4;
  }

  .job-results-block__button--applied {
    border: 0.35vw solid #D5D5D5;
  }

  /* job-detail */
  .job-detail__footer {
    margin-top: 14.28vw;
  }

  /* job-detail-table */
  .job-detail-table__slider {
    margin-top: 5.35vw;
  }

  .job-detail-table__slider-img {
    max-width: auto;
    max-width: initial;
    width: 26.78vw;
  }

  .job-detail-table__slider-img:nth-child(n+2) {
    margin-left: 2.67vw;
  }

  .job-detail-table__title {
    margin-top: 5.35vw;
    font-size: 4.46vw;
    line-height: 1.24;
    letter-spacing: 0;
  }

  .job-detail-table__company {
    margin-top: 0.89vw;
    font-size: 3.21vw;
    line-height: 1.55;
    letter-spacing: 0;
  }

  .job-detail-table__tag-list {
    margin-top: 1.78vw;
  }

  .job-detail-table__table {
    margin-top: 3.57vw;
  }

  .job-detail-table__button-wrap {
    margin-top: 10.71vw;
  }

  .job-detail-table__button {
    max-width: auto;
    max-width: initial;
    width: 100%;
    padding: 3.57vw;
    background-image: none;
  }

  .button-wrap--sp-reverse .job-detail-table__button:nth-child(n+2) {
    margin-left: 0;
  }
  .button-wrap--sp-reverse .job-detail-table__button {
    margin-top: 5.35vw;
  }
  .button-wrap--sp-reverse .job-detail-table__button:last-child {
    margin-top: 0;
  }
  
  .job-detail-table__button--return {
    max-width: auto;
    max-width: initial;
    width: 100%;
    padding: 3.57vw;
    background-image: none;
  }
  
  .job-detail-table__button--applied {
    border-color: #D5D5D5;
    background-color: #D5D5D5;
    background-image: none;
    cursor: default;
  }

  .job-detail-table__button--applied:hover {
    opacity: 1;
  }

  .job-detail-table__button .button__text {
    font-size: 4.64vw;
  }

  .job-detail-table__block-wrap {
    margin-top: 10.71vw;
  }

  .job-detail-table__block:nth-child(n+2) {
    margin-top: 10.71vw;
  }

  .job-detail-table__block-title {
    border-left: 1.07vw solid #0055B4;
    padding: 1.78vw 2.67vw;
    font-size: 3.92vw;
  }

  .job-detail-table__block-text {
    margin-top: 3.57vw;
    line-height: 1.76;
  }

  .job-detail-table__block-table {
    margin-top: 3.57vw;
  }

  .job-detail-table__block-table-line:nth-child(n+2) {
    margin-top: 5.35vw;
  }

  .job-detail-table__block-table-dt {
    font-size: 3.57vw;
    line-height: 1.55;
  }

  .job-detail-table__block-table-dd {
    line-height: 1.72;
  }

  /*job-results-table */
  .job-results-table__line {
    padding: 3.57vw 0;
  }

  .job-results-table__line:nth-child(n+2) {
    border-top: 0.17vw solid #E0E0E0;
  }

  .job-results-table--detail .job-results-table__line:first-child {
    border-top: 0.17vw solid #E0E0E0;
  }

  .job-results-table--detail .job-results-table__line:last-child {
    border-bottom: 0.17vw solid #E0E0E0;
  }

  .job-results-table__text {
    padding-left: 9.82vw;
  }

  .job-results-table__text--icon-bag {
    background-size: 5vw auto;
  }

  .job-results-table__text--icon-yen {
    background-size: 5vw auto;
  }

  .job-results-table__text--icon-pin {
    background-size: 3.75vw auto;
  }

  .job-results-table__thum {
    max-width: 26.78vw;
  }

  /* service */

  /* our-mission-list */
  .our-mission-list__item {
    border-radius: 1.78vw;
    border: 0.35vw solid #0055B4;
    padding: 2.67vw 5.35vw;
  }

  .our-mission-list__item:nth-child(n+2) {
    margin-top: 2.14vw;
  }

  .our-mission-list__num {
    width: 10.53vw;
    height: 10.53vw;
  }

  .our-mission-list__num-text {
    font-size: 5vw;
  }

  .our-mission-list__text {
    width: calc(100% - 10.53vw);
    padding-left: 2.67vw;
    font-size: 3.57vw;
  }

  /* number-block-list */
  .number-block-list__item {
    margin-top: 7.14vw;
    max-width: auto;
    max-width: initial;
    width: 100%;
    border-radius: 1.25vw;
    padding: 3.57vw 7.14vw 5.35vw;
  }

  .number-block-list__item:nth-child(n+2) {
    margin-top: 7.14vw;
  }

  .number-block-list__num {
    top: -3.57vw;
    left: 7.14vw;
    font-size: 8.92vw;
  }

  .number-block-list__icon {
    width: 13.75vw;
    height: 13.75vw;
  }

  .number-block-list__icon--gear {
    background-size: 8.03vw auto;
  }

  .number-block-list__icon--tel {
    background-size: 7.32vw auto;
  }

  .number-block-list__icon--lamp {
    background-size: 8.03vw auto;
  }

  .number-block-list__icon--consultant {
    background-size: 8.92vw auto;
  }

  .number-block-list__icon--resume {
    background-size: 5.71vw auto;
  }

  .number-block-list__icon--free {
    background-size: 8.21vw auto;
  }

  .number-block-list__title {
    margin-top: 1.78vw;
    font-size: 4.46vw;
    line-height: 1.32;
    text-align: center;
  }

  .number-block-list__text {
    margin-top: 1.78vw;
    line-height: 1.76;
  }


  /* faq list */
  .faq-list__item {
    /* padding: 5.35vw 7.14vw; */
    padding: 5.35vw 5.14vw;
  }

  .faq-list__item:nth-child(n+2) {
    margin-top: 3.57vw;
  }

  .faq-list__q {
    padding-right: 3.57vw;
    background-size: 3.39vw auto;
  }

  .faq-list__q-icon {
    width: 7.14vw;
    height: 7.14vw;
    font-size: 3.92vw;
    line-height: 7.14vw;
  }

  .faq-list__q-text {
    width: calc(100% - 7.14vw);
    padding-top: 0.89vw;
    padding-left: 1.78vw;
    font-size: 3.57vw;
    line-height: 1.5;
  }

  .faq-list__a {
    padding: 2.67vw 0 0;
  }

  .faq-list__a-text {
    line-height: 1.76;
  }

  /* flow-list */
  .flow-list {}

  .flow-list__item {
    padding-bottom: 5.71vw;
  }

  .flow-list__item::before {
    left: 11.25vw;
    width: 0.35vw;
  }

  .flow-list__item:last-child {
    padding-bottom: 0;
  }

  .flow-list__item:last-child::before {
    content: none;
  }

  .flow-list__item-left {
    max-width: auto;
    max-width: initial;
    width: 22.5vw;
  }

  .flow-list__item-right {
    max-width: auto;
    max-width: initial;
    width: calc(100% - 22.5vw);
    padding-left: 2.32vw;
  }

  .flow-list__icon--human {
    background-size: 8.75vw auto;
  }

  .flow-list__icon--email {
    background-size: 12.32vw auto;
  }

  .flow-list__icon--online {
    background-size: 12.67vw auto;
  }

  .flow-list__icon--jobfile {
    background-size: 9.46vw auto;
  }

  .flow-list__icon--interview {
    background-size: 12.32vw auto;
  }

  .flow-list__icon--join {
    background-size: 13.57vw auto;
  }

  .flow-list__icon--contact {
    background-size: 12.32vw auto;
  }

  .flow-list__icon--flie {
    background-size: 12.5vw auto;
  }

  .flow-list__icon--board {
    background-size: 13.75vw auto;
  }

  .flow-list__icon--search {
    background-size: 13.57vw auto;
  }

  .flow-list__icon--talk {
    background-size: 12.5vw auto;
  }

  .flow-list__step {
    font-size: 3.21vw;
  }

  .flow-list__title {
    margin-top: 0.89vw;
    font-size: 4.46vw;
    line-height: 1.5;
  }

  .flow-list__sub-title {
    display: block;
    font-size: 3.21vw;
  }

  .flow-list__desc {
    margin-top: 1.42vw;
  }

  .flow-list__text {
    line-height: 1.5;
  }

  .flow-list__text-note {
    margin-top: 1.42vw;
    font-size: 2.85vw;
    line-height: 1.5;
  }

  .flow-list__link {
    margin-top: 1.42vw;
  }

  .flow-list__link .button {
    padding: 3.57vw;
  }

  /* enterprise */

  /* system-list */
  .system-list {}

  .system-list__item {
    padding: 5.35vw 7.14vw;
  }

  .system-list__item:nth-child(n+2) {
    margin-top: 3.57vw;
  }

  .system-list__num {
    width: 7.14vw;
    height: 7.14vw;
  }

  .system-list__num-text {
    font-size: 4.1vw;
  }

  .system-list__title-text {
    padding-left: 1.78vw;
    font-size: 4.46vw;
    line-height: 1.2;
  }

  .system-list__text {
    margin-top: 2.14vw;
    line-height: 1.76;
  }

  /* advisor */

  /* advisor-list */
  .advisor-list {}

  .advisor-list_item {}

  .advisor-list_item:nth-child(n+2) {
    margin-top: 5.35vw;
  }

  /* advisor-box */
  .advisor-box {
    border-radius: 1.42vw;
    padding: 0 0 5.35vw;
  }

  .advisor-box__career {
    border-top-left-radius: 1.42vw;
    padding: 1.78vw 4.46vw 1.78vw 2.67vw;
    font-size: 2.14vw;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 2.14vw) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 2.14vw) 100%, 0% 100%);
  }

  .advisor-box__thum {
    max-width: auto;
    max-width: initial;
    width: 100%;
  }

  .advisor-box__thum-img {
    border-top-left-radius: 1.42vw;
    border-top-right-radius: 1.42vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .advisor-box__desc {
    max-width: auto;
    max-width: initial;
    width: 100%;
    padding: 3.57vw 7.14vw 0;
  }

  .advisor-box__title {
    margin-top: 0;
    font-size: 5.89vw;
    letter-spacing: 0;
  }

  .advisor-box__department {
    margin-top: 1.78vw;
    font-size: 2.85vw;
    letter-spacing: 0;
  }

  .advisor-box__icon {
    margin-top: 3.03vw;
  }

  .advisor-box__body {
    margin-top: 3.03vw;
    padding: 0 7.14vw;
  }

  .advisor-box__block-title {
    border-bottom: 0.17vw solid #0055B4;
    padding-bottom: 1.78vw;
    font-size: 3.92vw;
  }

  .advisor-box__block-text {
    margin-top: 1.78vw;
    font-size: 2.85vw;
    line-height: 1.56;
    letter-spacing: 0;
  }

  /* terms */
  .terms-table {}

  .terms-table__block {}

  .terms-table__block:nth-child(n+2) {
    margin-top: 7.14vw;
  }

  .terms-table__block-title {
    border-left: 1.07vw solid #0055B4;
    padding: 1.78vw 2.67vw;
    font-size: 3.92vw;
  }

  .terms-table__block-text {
    margin-top: 3.57vw;
    line-height: 1.76;
  }

  /* wp-archive */
  .wp-archive__tag-link {
    margin-top: 5.35vw;
  }

  /* tag-link */
  .tag-link {
    margin-top: -1.78vw;
    margin-left: -1.78vw;
  }

  .tag-link__item {
    margin-top: 1.78vw;
    margin-left: 1.78vw;
  }

  .tag-link__link {
    border-radius: 3.39vw;
    border-width: 0.17vw;
    padding: 0.71vw 2.85vw;
    line-height: 1.35;
  }

  /* wp-single */

  /* wp-detail */
  .wp-detail__title {
    font-size: 5vw;
    line-height: 1.31;
    letter-spacing: 0;
  }

  .wp-detail__title-border {
    border-top: 0.53vw solid #0055B4;
    border-bottom: 0.53vw solid #0055B4;
    padding: 2.85vw 0;
    font-size: 5vw;
    line-height: 1.31;
    letter-spacing: 0;
  }

  *+.wp-detail__title-border {
    margin-top: 7.14vw;
  }

  *+.wp-detail__header-desc {
    margin-top: 1.78vw;
  }

  .wp-detail__name {
    margin-top: 1.78vw;
    font-size: 4.82vw;
  }

  .wp-detail__name-honorific {
    font-size: 3.39vw;
  }

  .wp-detail__icon {
    margin-right: 2.67vw;
  }

  .wp-detail__date {
    font-size: 3.21vw;
  }

  *+.wp-detail__thum {
    margin-top: 5.35vw;
  }

  .wp-detail__thum-img {
    border-radius: 1.42vw;
  }

  .wp-detail__introduction {
    margin-top: 7.14vw;
    line-height: 1.76;
  }

  .wp-detail__toc {
    margin-top: 8.92vw;
    padding: 5.35vw 7.14vw 7.14vw;
  }

  .wp-detail__toc-title {
    margin-bottom: 2.32vw;
    font-size: 3.75vw;
  }

  .wp-detail__body {
    margin-top: 8.92vw;
  }

  /* toc-list */
  .toc-list__item:nth-child(n+2) {
    margin-top: 1.78vw;
  }

  /* entry */
  .entry__footer {
    margin-top: 7.14vw;
  }

  .entry__footer .button:nth-child(n+2) {
    margin-top: 2.67vw;
  }
}

