@charset "UTF-8";

/* --------------------------------------------------
    ress.min.css
 -------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

#included-files-fie-on-wp-footer {
  display: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* --------------------------------------------------
    common
 -------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  body {
    line-height: 1.6;
  }
}

section {
  width: 100%;
}

.inner_block {
  margin: 0 auto;
  width: 100%;
  max-width: 1250px;

}

p {
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  color: #333;
}

ol,
ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.pc_show {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_show {
    display: none !important;
  }
}

.sp_show {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp_show {
    display: block !important;
  }
}

/* --------------------------------------------------
  base style
  -------------------------------------------------- */

h2 {
  font-size: 3.6rem;
  font-size: clamp(1.8rem, 0.5rem + 2.4vw, 3.6rem);
  font-weight: 700;
}

h3 {
  font-size: 2.8rem;
  font-size: clamp(1.8rem, 0.5rem + 1.8vw, 2.8rem);
  font-weight: 700;
}

.label_bg_grad {
  background-image: linear-gradient(262deg, #F2F2F2 0%, #D1D8DC 100%);
  padding: 12px 16px 14px;
}

.text_brown {
  color: #8C5C30;
}

.text_blue {
  color: #303AB2;
}

.text_smaller {
  font-size: 80%;
}

.text_narrow {
  letter-spacing: -0.2em;
}

.c_note {
  font-size: 1.2rem;
  font-weight: 400;
}


/* CVボタン
------------------------------ */
.cv_btn_wrap {}

.center {
  margin: 0 auto;
}

.cv_btn_wrap .cv_btn_caption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 24px;
}

.cv_btn_wrap .cv_btn_caption.btm {
  margin-top: 24px;
}

.cv_btn_wrap .cv_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  background-color: #ff8200;
  background-image: linear-gradient(270deg, rgba(255, 130, 0, 1) 10%, rgba(232, 119, 34, 1) 40%);
  border-radius: 2px;
  border-bottom: #6b0000 3px solid;
  color: #FFF;
  font-size: clamp(1.7rem, 0.5rem + 2vw, 2.8rem);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 28px;
}

.cv_btn_wrap .cv_btn .label {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  color: #333;
  background-color: #fff;
  padding: 8px 6px 8px 10px;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 2px;
  margin-right: 16px;
}

.cv_btn_top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 8%;
  background-color: #ff8200;
  background-image: linear-gradient(270deg, rgba(255, 130, 0, 1) 10%, rgba(232, 119, 34, 1) 40%);
  border-radius: 2px;
  border-bottom: #c5651d 3px solid;
  color: #FFF;
  font-size: clamp(1.7rem, 0.5rem + 2vw, 2.8rem);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.cv_btn_top:hover {
  box-shadow: 0px 0.1em 0px #c5651d;
  border-bottom: none;
  transform: translateY(0.3em);
}

.c-button._fv {
  display: block;
  position: relative;
  padding: 24px 1px;
  background-color: #ff8200;
  background-image: linear-gradient(270deg, rgba(255, 130, 0, 1) 10%, rgba(232, 119, 34, 1) 40%);
  border-radius: 8px;
  font-weight: bold;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1rem;
  overflow: hidden;
  width: 644px;
  margin: auto;
  transition: 0.3s;
}

.c-button._fv:hover {
  opacity: 0.8;
}

.c-button._fv .label {
  font-size: 20px;
  font-weight: 500;
}

.c-button._fv .label span {
  font-size: 14px;
  background: #fff;
  color: #e87722;
  padding: 5px 11px;
  border-radius: 0.25rem;
  margin-right: 10px;
  vertical-align: text-bottom;
}


.c-button._shiny {
  display: block;
  position: relative;
  padding: 11px 1px;
  background-color: #ff8200;
  background-image: linear-gradient(270deg, rgba(255, 130, 0, 1) 10%, rgba(232, 119, 34, 1) 40%);
  box-shadow: 0px 0.3em 0px #c5651d;
  border-radius: 8px;
  font-weight: bold;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1rem;
  overflow: hidden;
  width: 327px;
  margin: auto;
}

.c-button._shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.c-button._shiny:hover {
  color: #fff;
  box-shadow: 0px 0.1em 0px #c5651d;
  transform: translateY(0.3em);
}

.c-button._white {
  display: inline-flex;
  position: relative;
  padding: 10px 29px;
  background-color: #ffffff;
  border-radius: 8px;
  font-weight: bold;
  color: #E87722;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1rem;
  overflow: hidden;
  min-width: 22px;
  margin: auto;
  border: 1.3px solid #E87722;
  transition: 0.3s;
}

.c-button._white:hover {
  opacity: 0.7;
}

.c-button._white::after {
  content: url(../images/out-link.svg);
  margin-left: 9px;
  margin-right: 6px;
}

.c-button._head {
  display: block;
  position: relative;
  padding: 6px 1px;
  background-color: #ff8200;
  background-image: linear-gradient(270deg, rgba(255, 130, 0, 1) 10%, rgba(232, 119, 34, 1) 40%);
  box-shadow: 0px 0.3em 0px #c5651d;
  border-radius: 8px;
  font-weight: bold;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1rem;
  overflow: hidden;
  width: 243px;
  margin: auto;
  margin-top: -10px;
}

.c-button.head::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.c-button._head:hover {
  color: #fff;
  box-shadow: 0px 0.1em 0px #c5651d;
  transform: translateY(0.3em);
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-button._shiny {
    width: 298px;
  }

  .c-button._fv {
    display: block;
    position: relative;
    padding: 16px 1px;
    background-color: #ff8200;
    background-image: linear-gradient(270deg, rgba(255, 130, 0, 1) 10%, rgba(232, 119, 34, 1) 40%);
    border-radius: 8px;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1rem;
    overflow: hidden;
    width: 328px;
    margin: auto;
  }

  .c-button._fv .label {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }

  .c-button._fv .label span {
    font-size: 14px;
    background: #fff;
    color: #e87722;
    padding: 3px 11px;
    border-radius: 0.25rem;
    margin-right: 10px;
    vertical-align: text-bottom;
  }

  .cv_btn_wrap {
    max-width: 100%;
  }

  .cv_btn_wrap .cv_btn_caption {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }

  .cv_btn_wrap .cv_btn {
    width: 100%;
    padding: 20px 8px;
    margin-top: 16px;
  }

  .cv_btn_wrap .cv_btn .label {
    font-size: 1.0rem;
    padding: 4px 4px 4px 6px;
    letter-spacing: 2px;
    margin-top: 2px;
    margin-right: 12px;
  }

  .cv_btn_top {
    padding: 20px 15%;
  }

}


.oricon_box {
  position: relative;
  min-width: 555px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oricon_box .oricon_icon {
  display: inline-block;
  height: auto;
  margin-right: 12px;
}

.oricon_box .oricon_texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.oricon_box .oricon_texts .ot_1 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 12px;
}

.oricon_box .oricon_texts .ot_2 {
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 0.5rem + 1.6vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 8px;
}

.oricon_box .oricon_texts .ot_3 {
  font-size: 3.8rem;
  font-size: clamp(1.4rem, 0.5rem + 2.6vw, 3.8rem);
  font-weight: 700;
}

.oricon_box .oricon_texts .num {
  font-size: 4.0rem;
  font-size: clamp(1.4rem, 0.5rem + 3vw, 4.0rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
}

.oricon_box .oricon_texts .cap_mark {
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .oricon_box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 24px;
  }

  .oricon_box .oricon_icon {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-right: 8px;
  }

  .oricon_box .oricon_texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
  }

  .oricon_box .oricon_texts .ot_1 {
    font-size: 1.0rem;
    font-weight: 400;
    margin-bottom: 12px;
  }

  .oricon_box .oricon_texts .ot_2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .oricon_box .oricon_texts .ot_3 {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .oricon_box .oricon_texts .num {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
}

.oricon_line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.oricon_line .oricon_icon {
  display: inline-block;
  width: 80px;
  height: auto;
  margin-right: 12px;
}

.oricon_line .oricon_texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.oricon_line .oricon_texts .ot_1 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 12px;
}

.oricon_line .oricon_texts .ot_2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.oricon_line .oricon_texts .str {
  display: inline-block;
  padding: 0 4px 0 6px;
  font-size: 2.4rem;
  font-weight: 700;
}

.oricon_line .oricon_texts .cap_mark {
  font-size: 1.0rem;
  color: #666;
}

@media screen and (max-width: 768px) {
  .oricon_line {
    width: 308px;
    margin: 0 auto;
  }

  .oricon_line .oricon_icon {
    width: 104px;
    margin-right: 4px;
  }

  .oricon_line .oricon_texts .ot_1 {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }

  .oricon_line .oricon_texts .ot_2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .oricon_line .oricon_texts .str {
    display: inline-block;
    padding: 0 4px 0 0;
    font-size: 2.0rem;
    font-weight: 700;
  }
}

/* --------------------------------------------------
    header
  -------------------------------------------------- */
#header {
  background-color: #fff;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  margin: 0 auto;
  padding: 15px 40px 15px;
  max-width: 1200px;
}

.header_inner .logo {
  width: 96px;
  margin-right: 56px;
}

.header_inner .header_txt {
  display: flex;
  width: calc(100% - 120px);
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  vertical-align: top;
  text-align: right;
}

.header_inner .text1 {
  display: block;
  font-size: 1.3rem;
}

.header_inner .text2 a {
  font-size: 1.3rem;
  color: #000077;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .header_inner {
    padding: 12px 16px;
  }

  .header_inner .logo {
    width: 74px;
    margin-right: 12px;
  }

  .header_inner .header_txt {
    width: calc(100% - 74px);
    font-size: 1.1rem;
  }

  .header_inner .text1 {
    font-size: 1.0rem;
  }

  .header_inner .text2 a {
    font-size: 1.2rem;
  }
}


/* --------------------------------------------------
    fv
 -------------------------------------------------- */
.digi_fv {
  position: relative;
  background-color: #E9E9E9;
  background-image: linear-gradient(343deg, #0599D6 0%, #0599D6 36%, #014294 100%);
  padding: 40px 0 0;
  overflow: hidden;
}

.digi_fv_top {
  background: url("../images/top_dig_bg2.webp");
  background-size: cover;
  padding: 80px 0 0 0;
  overflow: hidden;
  height: 500px;
  background-position: center;
}

.fv_ab_v1 {
  position: absolute;
  z-index: 2;
  top: 9.5vh;
  width: 100%;
  height: 700px;
  background: url("../images/top_dig-persons.png") no-repeat center bottom;
  background-size: contain;
}

.fv_conts {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
}

.fv_conts .h1_wrap {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}

h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 38px;
  margin-top: -20px;
}

@media screen and (min-width: 769px) {

  .fv_conts .h1_sub {
    font-size: 31px;
    font-weight: bold;
  }

  .fv_conts h1 p {
    font-size: 114px;
    line-height: 1.3;
    letter-spacing: 0.2rem;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .fv_conts .h1_sub {
    font-size: 27px;
    font-weight: bold;
  }

  .fv_conts h1 p {
    font-size: 58px;
    line-height: 1.3;
    letter-spacing: 0.2rem;
    color: #fff;
  }
}

.h1_sub2 {
  font-size: clamp(1rem, 0.5rem + 4vw, 2rem);
}

@media screen and (max-width: 768px) {
  .digi_fv {
    position: relative;
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .digi_fv_top {
    background: url("../images/top_digital-bg_sp.webp");
    max-width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .fv_ab_v1 {
    display: none;
  }


  .fv_conts {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .fv_conts .h1_wrap {
    position: relative;
    top: -50px;
    padding: 0 6vw;
    margin-bottom: 24px;
  }

  .fv_conts .h1_sub {
    margin-bottom: 16px;
  }
}



/* CVボタンエリア
------------------------------ */
.fv_cv {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 10vh;
  max-width: 1200px;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .fv_cv .oricon_box {
    position: relative;
    width: 35%;
    margin-left: 36px;
  }
}

.fv_cv .oricon_texts p {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}


/* 登録ボタン 
------------------------------ */
.fv_cv .cv_btn_wrap {
  position: relative;
  width: 58%;
  margin-bottom: 24px;
}

.fv_cv .cv_btn_wrap a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

/* Tab */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .fv_cv {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 560px;
    padding: 32px 20px;
    margin: 30vh auto 0;
  }

  .fv_cv .oricon_box {
    order: 2;
    width: 100%;
    min-width: auto;
    margin-top: 24px;
  }

  .fv_cv .cv_btn_wrap {
    order: 1;
    position: relative;
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
  }

  .fv_cv .cv_btn_wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .fv_cv {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    padding: 32px 20px;
    margin:10vh auto 0;
  }

  .fv_cv .oricon_box {
    order: 2;
    min-width: auto;
    margin-top: 24px;
  }

  .fv_cv .cv_btn_wrap {
    order: 1;
    position: relative;
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
  }

  .fv_cv .cv_btn_wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
}


/* --------------------------------------------------
    company logo
 -------------------------------------------------- */
.company_logo {
  position: relative;
  z-index: 4;
  padding: 0px 20px 50px;
  text-align: center;
}

.company_logo .bg_line_effect {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0;
  background: url("../images/bg_line_effect_white.svg") no-repeat center center;
  background-size: 110%;
  text-align: center;
  opacity: 0.15;
}

.company_logo .inner_block {
  position: relative;
  z-index: 6;
  max-width: 1280px;
}

.company_logo h3 {
  color: #fff;
  font-size: 2.0rem;
  margin-bottom: 40px;
}

.company_logo .logo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}

.company_logo .logo_list li {
  display: block;
  width: calc(14% - 16px);
  margin-bottom: 16px;
  padding: 4px;
  background-color: #fff;
}

.company_logo .private_rate {
  font-size: 3.2em;
  font-weight: 700;
  color: #fff;
}

.company_logo .private_rate .str {
  font-size: 160%;
  margin: 0 1rem;
}

.company_logo .c_note {
  color: #fff;
}


@media screen and (max-width: 768px) and (min-width: 481px) {
  .company_logo {
    max-width: auto;
    margin: 0 auto 0;
    background-size: cover;
    background-position: left 20% bottom -140px;
    padding: 32px 0;
    text-align: center;
  }

  .company_logo .bg_line_effect {
    background-size: 240%;
    background-position: top 80px center;
    opacity: 0.3;
  }

  .company_logo .logo_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    padding: 0 24px;
  }

  .company_logo .logo_list li {
    display: block;
    width: calc(30% - 16px);
    height: auto;
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 480px) {
  .company_logo {
    max-width: auto;
    margin: 0 auto 0;
    background-size: cover;
    background-position: left 20% bottom -140px;
    padding: 32px 0;
    text-align: center;
  }

  .company_logo .bg_line_effect {
    background-size: 240%;
    background-position: top 80px center;
    opacity: 0.3;
  }

  .company_logo h3 {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }

  .company_logo .logo_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    padding: 0 24px;
  }

  .company_logo .logo_list li {
    display: block;
    width: calc(50% - 16px);
    height: auto;
    margin: 0 8px 16px;
  }

  .company_logo .c_note {
    bottom: -6px;
    right: 16px;
  }
}

/* --------------------------------------------------
  section
 -------------------------------------------------- */
@media screen and (min-width: 769px) {
  .jac_merits_wrap {}
}

@media screen and (max-width: 768px) {
  .jac_merits_wrap {}
}

/* advantage
------------------------------ */
.advantage {
  background: url("../images/bg_2ndview_v2.jpg") no-repeat center top;
  background-size: cover;
  padding: 64px 0 40px;
  text-align: center;
}

.advantage h2 {
  display: inline-block;
  color: #fff;
}

.advantage h2 .pc_show,
.advantage h2 .sp_show {
  display: inline-block;
}

.advantage_list {
  display: block;
  max-width: 960px;
  margin: 56px auto 0;
}

.advantage_list li {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 56px;
}

.advantage_list .adv_conts {
  display: flex;
  width: 100%;
  background-color: rgba(255, 255, 255, .95);
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  padding: 24px 32px 26px;
}

.advantage_list .num {
  color: #000077;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  border-right: 1px solid #d1d1d1;
  padding-right: 24px;
  margin-right: 24px;
}

.advantage_list .num .adv {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

.advantage_list .text {
  text-align: left;
}

.advantage_list .text .title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

.advantage .cv_btn_wrap {
  max-width: 640px;
  margin: 40px auto 80px;
}

.advantage .cv_btn_caption {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .advantage {
    background: url("../images/bg_2ndview_sp_v2.jpg") no-repeat center top;
    background-size: cover;
    padding: 32px 24px 48px;
    border-top: 1px #F1F1F1 solid;
  }

  .advantage .adv_conts {
    flex-direction: column;
    padding: 24px 24px 26px;
  }

  .advantage_list {
    margin-top: 32px;
  }

  .advantage_list li {
    margin-bottom: 32px;
  }

  .advantage_list .num {
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    border: none;
    font-size: 1.2rem;
    text-align: center;
  }

  .advantage_list .num .adv {
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 0.5rem;
  }

  .advantage_list .num:after {
    display: block;
    width: 20%;
    border-top: 1px solid #999;
  }

  .advantage_list .num .adv {
    display: inline-block;
  }

  .advantage .cv_btn_wrap {
    max-width: 640px;
    margin: 40px auto 0;
  }
}


/* income
------------------------------ */
.income {
  margin: 80px 0;
  text-align: center;
}

.income h3 {
  display: inline-block;
  background-color: #fff;
  padding: 0.3em 4rem 0.4em;
  margin: 0 auto 32px;
}

.income .data_income {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 0 4%;
}

.income .data_income .lead_txt .lead_1 {
  font-size: 4.4rem;
  font-size: clamp(3.4rem, 0.5rem + 5.6vw, 4.4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}

.income .data_income .lead_txt .lead_2 {
  font-size: 2rem;
  font-size: clamp(2.2rem, 0.5rem + 2.8vw, 3.4rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}

.income .data_income .lead_txt .lead_3 {
  font-size: 1.3rem;
  color: #999;
}

.income .data_income .lead_txt .lead_3 p {
  font-size: 1.3rem;
  color: #999;
}

.income .data_income .lead_txt .lead_4 {
  font-size: clamp(2.2rem, 0.5rem + 2.8vw, 3.0rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}

.income .data_income .graph {
  width: 40%;
  max-width: 400px;
  margin-left: 32px;
  text-align: center;
}

.income .data_income .graph .name {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.income .data_income .graph .img {
  display: block;
  width: 100%;
  margin: 16px auto 20px;
}

.income .data_income .graph .img img {
  width: 100%;
}

.income .data_income .graph .c_note {
  text-align: center;
  color: #999;
}

@media screen and (max-width: 768px) {
  .income {
    padding: 0 16px;
    margin: 40px 0;
  }

  .income h3 {
    font-size: 1.6rem;
    padding: 8px 16px;
    margin: 0 auto 24px;
    background-color: #f2f2f2;
  }

  .income .data_income {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 0;
  }

  .income .data_income .lead_txt .lead_3 p {
    font-size: 1.2rem;
  }

  .income .data_income .graph {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}


/* position
------------------------------ */
.position {
  text-align: center;
  padding: 1px 0 72px;
  background: #F0F0F0;
}

.position .position_list {
  margin: 40px auto 16px;
  padding: 0 24px;
}

.position .position_list span {
  display: inline-block;
  background-color: rgba(255, 255, 255, .8);
  box-shadow: rgba(99, 99, 99, 0.1) 0px 0 8px 0px;
  font-size: 1.6rem;
  font-weight: 4500;
  color: #000;
  padding: 4px 12px 6px;
  margin: 0 8px 16px;
}

@media screen and (max-width: 768px) {
  .position {}

  .position .position_list {
    margin-top: 24px;
    padding: 0 12px;
  }

  .position .position_list span {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 4px 12px 6px;
    margin: 0 4px 12px;
  }
}

.jobs {
  text-align: center;
  background: #E7EEEF;
  padding: 30px 0;
}

.jobs h3 {
  margin-bottom: 30px;
}

.jobs h3+p:last-of-type {
  margin-bottom: 30px;
}

.jobs .job_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 13px;
}

.jobs2 {
  text-align: center;
  background: #D7E3E5;
  padding: 30px 0;
}

.jobs2 h3 {
  margin-bottom: 30px;
}

.jobs2 .job_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.job2 h3 {
  margin-bottom: 40px;
}

.job_list .job_card {
  width: 285px;
  font-size: 1.6rem;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 8px #00000014;
  flex-shrink: 0;
}

.job_list .job_card-cons {
  width: 228px;
  font-size: 1.6rem;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 8px #00000014;
  flex-shrink: 0;
}

.job_card .img {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;

}

.job_card .img img {
  object-fit: cover;
  object-position: center top;
}

.job_card .job_info {
  padding: 0 24px 28px;
}

@media screen and (min-width: 769px) {
  .job_card .job_info {
    height: 435px;
  }
}

.job_card-cons .job_info {
  padding: 0 15px 28px;
}

.job_card .job_tags {
  margin-bottom: 16px;
}

.job_card .job_tags li {
  display: inline-block;
  margin-right: 6px;
  padding: 4px 8px 5px;
  border-radius: 2px;
  color: #000;
  font-size: 1.3rem;
  margin-bottom: 7px;
}

.job_card .job_tags li.tag1 {
  background-color: #F0F0F0;
}

.job_card .job_tags li.tag2 {
  background-color: #303AB2;
}

.job_card .job_tags li.tag3 {
  background-color: #00A9E0;
}

.job_card .job_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.job_card .job_detail1 {
  align-items: center;
  margin-bottom: 20px;
}

.job_card .job_detail1 .left {
  width: 100%;
  height: 6rem;
  padding-top: 1rem;
  background-color: #F2F2F2;
  color: #000077;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

.job_card .job_detail1 .left .num {
  font-size: 150%;
}

.job_card .job_detail1 .right {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.job_card .job_detail1 .right::before {
  content: url(../images/nin.svg);
  margin-right: 8px;
}

.job_card .job_detail1 .right2 {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.job_card .job_detail1 .right2::before {
  content: url(../images/en.svg);
  margin-right: 8px;
}


.job_card .job_detail2 {
  line-height: 1.5;
}

.job_card .job_detail2 p {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .jobs {
    padding: 40px 0 56px;
  }

  .jobs h3 {
    margin-bottom: 24px;
  }

  .jobs .job_list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
  }

  .jobs2 {
    padding: 40px 0 56px;
  }

  .jobs2 h3 {
    margin-bottom: 24px;
  }

  .jobs2 h3+p {
    padding: 0 24px;
    text-align: left;
  }

  .jobs2 .job_list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: scroll;
  }

  .job_list .job_card {
    width: 80%;
    flex-shrink: 0;
  }

  .job_list .job_card:first-of-type {}


  .job_list .job_card:last-of-type {
    margin-right: 40px;
  }

  .job_card .job_info {
    padding: 0 20px 28px;
  }

  .job_card .job_tags li {
    font-size: 1.1rem;
    margin-right: 3px;
  }

  .job_card .job_title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  .job_card .job_detail1 {
    margin-bottom: 12px;
  }

  .job_card .job_detail1 .left {
    font-size: 1.2rem;
    padding-top: 1.4rem;
  }
}

.scrollx_guide {
  position: relative;
  width: 120px;
  margin: 16px 24px 24px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: baseline;
}

.scrollx_guide.btm {
  margin: 32px 0 0;
}

.scrollx_guide .text {
  font-size: 1.2rem;
  color: #909090;
  margin-right: 8px;
  letter-spacing: 0.1rem;
}

.scrollx_guide .line01 {
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.scrollx_guide .line02 {
  position: absolute;
  top: 14px;
  right: 0;
  transform-origin: right bottom;
  width: 12px;
  height: 1px;
  background-color: #000000;
  transform: rotate(45deg);
}

.scrollx_guide .line03 {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.scrollx_guide .line04 {
  position: absolute;
  top: 14px;
  right: 0;
  transform-origin: right bottom;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

.job_list::-webkit-scrollbar {
  height: 56px;
  width: 120px;
}

.job_list::-webkit-scrollbar-track {
  background-color: inherit;
  border-radius: 100px;
}

.job_list::-webkit-scrollbar-thumb {
  border: 24px solid transparent;
  border-radius: 100px;
  background-clip: content-box;
  background-color: #ffffff;
}

/* example
------------------------------ */
.example {
  background: url("../images/bg_line_effect_gray.svg") no-repeat center center;
  background-size: 120%;
  text-align: center;
  padding: 12px 11px 80px;
}

.example h3 {
  margin-bottom: 48px;
}

.example .ex_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.example .ex_list .case {
  margin-bottom: 80px;
  text-align: center;
}

.example .ex_list .case img {
  max-width: 960px;
}

.example .message {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.example .message .red {
  color: #BE0000;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .example .ex_list .case img {
    max-width: 94%;
    margin: 16px auto;
  }
}

@media screen and (max-width: 768px) {

  .example h3 {
    margin-bottom: 24px;
  }

  .example .ex_list .case {
    margin-bottom: 40px;
  }

  .example .ex_list .case p:first-child {
    width: 100%;
    color: #fff;
    font-weight: 700;
    background-color: #000077;
    padding: 16px 0;
  }

  .example .ex_list .case img {
    max-width: 100%;
  }

  .example .message {
    font-size: 1.6rem;
    margin-bottom: 12px;
    padding: 0 20px;
  }
}

/* 中間CV
------------------------------ */
.middle_cv {
  width: 100%;
  background-color: #F1F1F1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px, rgba(0, 0, 0, 0.1) 0 0 16px;
  text-align: center;
  padding: 64px 0 56px;
}

.middle_cv .c-button _shiny {
  margin: 0 auto 40px;
  max-width: 640px;
}

@media screen and (max-width: 768px) {
  .middle_cv {
    padding: 32px 0;
  }

  .middle_cv .c-button {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

/* s_flow
------------------------------ */
.s_flow {
  padding: 64px 0 96px;
  text-align: center;
}

.s_flow .inner_block {
  max-width: 960px;
}

.s_flow h3 {
  margin-bottom: 48px;
}

.s_flow .caption {
  display: block;
  background-color: #F2F2F2;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  padding: 16px 16px;
  margin: 0 auto 16px;
}

.s_flow .caption .link {
  color: #8C5C30;
  text-decoration: underline;
}

.s_flow .c_note {
  color: #666;
  text-align: center;
  line-height: 1.8;
}

.s_flow_step {
  max-width: 960px;
  margin: 0 auto 64px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
}

.s_flow_step li {
  display: block;
  position: relative;
  margin-right: 80px;
}

.s_flow_step li:last-child {
  margin-right: 0;
}

.s_flow_step li:not(:last-child)::after {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -48px;
  border-top: 2px solid #000077;
  border-right: 2px solid #000077;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.s_flow_step .num {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #8C5C30;
  margin-bottom: 16px;
}

.s_flow_step .box {
  display: table;
  height: 280px;
  background-color: #F2F2F2;
  background-image: linear-gradient(1deg, #FFFFFF 0%, #F2F2F2 100%);
  border: 1px solid #333;
  padding: 24px 32px;
  text-align: center;
}

.s_flow_step .box p {
  display: table-cell;
  vertical-align: middle;
  writing-mode: vertical-lr;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.s_flow_step .sub_txt {
  display: inline-block;
  font-size: 1.4rem;
  color: #8C5C30;
}

@media screen and (max-width: 960px) {
  .s_flow {
    padding: 40px 0 40px;
  }

  .s_flow h3 {
    margin-bottom: 24px;
  }

  .s_flow .caption {
    font-size: 1.4rem;
  }

  .s_flow_step {
    max-width: 90%;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .s_flow_step li {
    position: relative;
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }

  .s_flow_step li:last-child {
    margin-bottom: 0;
  }

  .s_flow_step li:not(:last-child)::after {
    width: 20px;
    height: 20px;
    top: initial;
    bottom: -26px;
    right: 50%;
    margin-right: -10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .s_flow_step .num {
    display: inline-block;
    margin-bottom: 0;
    background-color: #fff;
    padding: 4px 12px;
  }

  .s_flow_step .box {
    display: table;
    height: auto;
    background-image: linear-gradient(320deg, #FFFFFF 50%, #F2F2F2 100%);
    padding: 24px 12px 20px;
    width: 100%;
    margin-top: -12px;
  }

  .s_flow_step .box p {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    writing-mode: horizontal-tb;
  }
}

/* support
------------------------------ */
.support {
  position: relative;
  width: 100%;
  text-align: center;
  background: #f2f2f2 url("../images/bg_line_effect_white.svg") no-repeat center bottom -40px;
  background-size: 120% auto;
  padding: 0 20px 40px;
  overflow: hidden;
}

.support::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-top: 35vw solid #fff;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  transform: translateX(-50%);
}

.support .inner_block {
  position: relative;
}

.support .sub_txt {
  display: inline-block;
  background-color: #000077;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 32px;
  margin-bottom: 16px;
}

.support h2 {
  line-height: 1.6;
}

.support_img {
  position: relative;
  max-width: 640px;
  margin: 40px auto 80px;
}

.support .detail {
  display: block;
  max-width: 960px;
  margin: 0 auto 80px;
}

.support .detail h3 {
  margin-bottom: 24px;
}

.support .detail p .text_brown {
  font-weight: 700;
}

.support .detail .detail_1 {
  margin-bottom: 56px;
}

.support .detail .detail_1 p {
  font-size: 1.8rem;
}

.detail .detail_2 {
  background-color: #fff;
  padding: 3.2rem 4.8rem 4rem;
  border: #000077 2px solid;
}

.detail_2 li {
  font-size: 1.8rem;
  text-align: left;
  padding-left: 32px;
  background: url("../images/icon_checkbox.png") left top 0.8rem no-repeat;
  background-size: 1.6rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .support {
    background: #f2f2f2;
    padding: 0;
  }

  .support .sub_txt {
    font-size: 1.4rem;
    padding: 8px 24px;
  }

  .support h2 {
    font-size: 2.0rem;
  }

  .support_img {
    max-width: 100%;
    margin: 40px auto;
  }

  .support .detail {
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .support .detail h3 {
    font-size: 1.8rem;
  }

  .support .detail .detail_1 h3 {
    background-color: #fff;
    padding: 12px 0;
    margin-bottom: 16px;
  }

  .support .detail .detail_1 {
    margin-bottom: 32px;
  }

  .support .detail .detail_1 p {
    padding: 0 20px;
    font-size: 1.6rem;
    text-align: left;
  }

  .detail .detail_2 {
    padding: 24px 24px 20px;
    margin: 0 20px;
  }

  .detail_2 li {
    font-size: 1.6rem;
    background: url("../images/icon_checkbox.png") left top 0.6rem no-repeat;
    background-size: 1.4rem;
  }
}

/* UIJturn
------------------------------ */
.uij {
  text-align: center;
  padding: 80px 20px;
}

.uij h3 {
  margin-bottom: 32px;
}

.uij h3 p {
  font-size: 2.4rem;
}

.uij .text {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.uij .uij_img {
  display: block;
  width: 90%;
  max-width: 720px;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .uij {
    padding: 40px 24px;
  }

  .uij h3 p {
    font-size: 1.7rem;
  }

  .uij h3 p:first-child {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .uij .text {
    max-width: auto;
    font-size: 1.6rem;
  }

  .uij .uij_img {
    width: 100%;
    max-width: auto;
    margin: 40px auto 0;
  }
}


/* last_cv
------------------------------ */
.last_cv {
  background: url("../images/bg_lastcv.png") no-repeat center top;
  background-size: cover;
  padding: 88px 20px 48px;
  text-align: center;
}

.last_cv .list_box {
  display: block;
  max-width: 720px;
  margin: 40px auto 64px;
}

.last_cv .list_box li {
  display: block;
  margin-bottom: 12px;
  font-size: 1.8rem;
  text-align: left;
  padding-left: 2.4rem;
  background: url("../images/icon_checkbox02.png") left top 0.8rem no-repeat;
  background-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .last_cv {
    background: url("../images/bg_lastcv_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 40px 20px;
  }

  .last_cv .list_box {
    max-width: 100%;
    margin: 24px auto 40px;
  }

  .last_cv .list_box li {
    margin-bottom: 12px;
    font-size: 1.5rem;
    padding-left: 3rem;
    background: url("../images/icon_checkbox02.png") left top 0.6rem no-repeat;
    background-size: 1.4rem;
  }

  .last_cv .cv_btn_caption {
    font-weight: 700;
  }
}

/* adviser
------------------------------ */
.adviser {
  background-color: #f2f2f2;
  padding: 64px 20px;
}

.adviser .inner_block {
  display: block;
  max-width: 960px;
}

.adviser_prof {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.adviser_prof .adviser_img {
  width: 320px;
  margin-right: 32px;
}

.adviser_prof .texts {
  width: calc(100% - 400px);
}

.adviser_prof .text1 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 8px 20px 8px 12px;
  background-color: #fff;
  color: #8C5C30;
  margin: 12px 0 20px;
}

.adviser_prof .text2,
.adviser_prof .text3 {
  font-size: 1.4rem;
}

.adviser_prof .text2 {
  font-weight: 600;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .adviser .inner_block {
    max-width: 100%;
  }

  .adviser_prof {
    display: flex;
    flex-direction: column;
  }

  .adviser_prof .adviser_img {
    width: 240px;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .adviser_prof .texts {
    width: 100%;
    text-align: center;
  }

  .adviser_prof .text1 {
    margin-top: 24px;
    font-size: 1.4rem;
    padding: 8px 20px;
  }

  .adviser_prof .text2,
  .adviser_prof .text3 {
    text-align: left;
  }
}


/* --------------------------------------------------
    footer
 -------------------------------------------------- */
.footer {
  padding-top: 32px;
  padding-bottom: 240px;
  text-align: center;
  background: url("../images/bg_line_effect_gray.svg") no-repeat center bottom -200px;
  background-size: cover;
}

.footer .oricon_link {
  font-size: 1.1rem;
  color: #999;
}

.footer .copyright {
  font-size: 1.2rem;
}

.fnavi {
  margin: 80px auto 24px;
}

.fnavi li {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 64px;
}

.fnavi li:last-child {
  margin-right: 0;
}

.fnavi li a:hover {
  color: #8C5C30;
}

@media screen and (max-width: 768px) {
  .footer {
    background-size: auto 50%;
  }

  .fnavi li {
    font-size: 1.2rem;
    margin-right: 24px;
  }

  .fnavi li:last-child {
    margin-right: 0;
  }
}


/* --------------------------------------------------
    fixed parts
 -------------------------------------------------- */
#fixed_cv {
  display: block;
  display: none;
  position: sticky;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding: 11px;
  background-color: rgb(255 255 255 / 90%);
}

#fixed_cv .cv_btn_wrap .cv_btn {
  margin: auto;
  width: 320px;
  font-size: 1.6rem;
  border-bottom: none;
  border-radius: 2px 0 0 2px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
  transition: 0.3s;
}

#fixed_cv .cv_btn_wrap .cv_btn:hover {
  opacity: 0.7;
}

#fixed_cv .cv_btn_wrap .cv_btn .label {
  display: inline-block;
  padding: 6px 6px 8px 8px;
  margin: 0 auto 12px;
}

#fixed_cv .cv_btn .vertical {
  letter-spacing: 0.5rem;
  color: #fff;
}

#js_pagetop {
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 86px;
  height: 80px;
  width: 80px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#js_pagetop .arr {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(24%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #fixed_cv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  #fixed_cv .cv_btn_wrap {
    margin: 0 auto;
  }

  #fixed_cv .cv_btn_wrap .cv_btn {
    width: 77%;
    height: 48px;
    font-size: 1.4rem;
    border-radius: 0 2px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }

  #fixed_cv .cv_btn_wrap .cv_btn .label {
    display: inline-block;
    padding: 4px 6px 5px 8px;
    text-align: center;
  }

  #fixed_cv .cv_btn .vertical {
    writing-mode: horizontal-tb;
    letter-spacing: 0.2rem;
  }

  #js_pagetop {
    display: none;
  }

  #js_pagetop .arr {
    display: none;
  }
}

.job-txt {
  color: #303078;
  font-weight: 600;
  font-size: 2.8em;
}

.job-txt2 {
  color: #205799;
  font-weight: 600;
  font-size: 2.8em;
}

.position_list2 {
  display: flex;
  width: 1200px;
  gap: 40px;
  margin: 0 atuo;
  align-content: center;
  justify-content: center;
  margin-bottom: 40px;
}

.title_gly {
  dispaly: block;
  margin: 0 auto;
  color: #333;
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .position_list2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .title_gly {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
}


.influence {
  display: block;
  margin: 0 auto;
  color: #333333;
  font-size: 3.6rem;
  font-weight: 700;
}

.influence span {
  color: #303078;
}

.left-box {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .influence {
    font-size: 2.5rem;
  }

  .left-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 10px;
  }
}

.left-b {
  width: 600px;
  font-size: 1.7rem;
  font-weight: 600;
}

.left-b dt {
  color: #fff;
  background: #303078;
  padding: 5px 0;
}

.left-b dd {
  color: #333333;
  background: #f4f4fa;
  text-align: left;
  padding: 3px 0px;
  text-indent: 2em;
}

.left-b dd ul {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .left-b {
    max-width: 100%;
    font-size: 1.4rem;
  }

  .left-b dd {
    padding: 2px 0px;
    text-indent: 1em;
  }
}

.special {
  display: block;
  margin: 0 auto;
  color: #333333;
  font-size: 3.6rem;
  font-weight: 700;
}

.special span {
  color: #205799;
}

.right-box {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .special {
    font-size: 2.5rem;
  }

  .right-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 20px;
  }
}


.right-b {
  width: 600px;
  font-size: 1.7rem;
  font-weight: 600;

}

.right-b dt {
  color: #fff;
  background: #205799;
  padding: 5px 0;
}


.right-b dd {
  color: #333333;
  background: #e6effa;
  text-align: left;
  padding: 3px 0px;
  text-indent: 2em;
}

.right-b dd ul {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .right-b {
    max-width: 100%;
    font-size: 1.4rem;
  }

  .right-b dd {
    padding: 2px 0px;
    text-indent: 1em;
  }
}

.pos_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}


.pos_list span {
  display: inline-block;
  text-align: center;
  width: 192px;
  font-size: 1.4rem;
  color: #000;
  background: #eee;
  padding: 5px;

}

.sub_tl {
  font-weight: 500;
  display: block;
  margin: 0 auto;
  color: #000;
}

@media screen and (max-width: 768px) {
  .sub_tl {
    display: block;
    margin: 0 auto;
  }

  .sub_tl span {
    display: none;
  }

  .pos_list {
    margin: 0 auto;
    align-content: center;
    justify-content: center;
  }

  .pos_list span {
    display: block;
    width: calc(33% - 2px);
    height: auto;
    font-size: 1.1rem;
    padding: 5px 0px;
  }
}





/* -----------------------------------------------------------------------------
    header
   -------------------------------------------------------------------------- */
.header {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header .header-logo {
  width: 200px;
  padding: 22px 0;
  position: relative;
  z-index: 5;
}

.header .header-logo img {
  width: auto;
  height: 52px;
  vertical-align: bottom;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header .header-logo {
    padding: 12px 0;
  }

  .header .header-logo img {
    width: 72px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .header .header-logo {
    padding: 12px 0;
  }

  .header .header-logo img {
    width: 70px;
    height: auto;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .header .header-logo img.u-only-pc {
    display: none;
  }
}

.header .header-logo a:hover {
  opacity: 0.7;
}

.header .header-in {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}


/* -----------------------------------------------------------------------------
  nav-global
  -------------------------------------------------------------------------- */
.nav-global {
  background: #132c92;
  position: fixed;
  width: 50%;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 20;
  overflow-y: auto;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media all and (min-width: 1024px) {
  .nav-global {
    position: absolute;
    width: auto;
    top: 11px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    overflow: visible;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .nav-global {
    width: 85%;
  }
}

.nav-global ul {
  display: block;
  padding: 0;
  margin: 0;
}

@media all and (min-width: 1024px) {
  .nav-global ul {
    padding: 0;
    margin: 0 0 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.nav-global ul li {
  padding: 0;
  position: relative;
}

@media (max-width: 1023px) {
  .nav-global ul li {
    border-bottom: 1px solid #1a2e81;
  }

  .nav-global ul li:nth-child(2) {
    background: rgb(31 54 151);
  }

  .nav-global ul li:nth-child(3) {
    background: rgb(42 64 156);
  }

  .nav-global ul li:nth-child(4) {
    background: rgb(54 75 162);
  }

  .nav-global ul li:nth-child(5) {
    background: rgb(66 86 167);
  }

  .nav-global ul li:nth-child(6) {
    background: rgb(78 97 173);
  }

  .nav-global ul li:nth-child(7) {
    background: rgb(89 106 178);
  }
}

@media all and (min-width: 1024px) {
  .nav-global ul li {
    display: block;
    padding: 0 20px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.nav-global ul li a {
  font-size: 13px;
  display: block;
  padding: 12px 0;
}

@media (min-width: 1024px) {
  .nav-global ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-bottom: solid 4px #fff;
    transition: border-bottom 0.5s ease;
  }

  .nav-global ul li a:hover {
    color: #132c92;
  }

}

@media (max-width: 1023px) {
  .nav-global ul li a {
    color: #fff;
    padding: 20px 28px;
    line-height: 1;
  }

  .nav-global ul li.active a {
    background: #202d64;
    font-weight: bold;
  }

  .nav-global ul li a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    vertical-align: baseline;
    background-image: url("../n_img/icon_blank_white.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    margin: 0 0 0 12px;
  }
}

@media all and (min-width: 1024px) {
  .nav-global.gray li a {
    color: #333;
  }

  .nav-global.gray li a:hover {
    color: #2758a8;
  }
}

.nav-global ul li.nav-logo {
  padding: 12px 0;
}

.nav-global ul li.nav-logo a {
  padding: 0;
}

@media all and (min-width: 1024px) {
  .nav-global ul li.nav-logo {
    display: none;
  }
}

.nav-global ul li.nav-logo img {
  width: 70px;
  height: auto;
  max-width: none;
  margin-left: 30px;
}

.nav-global ul li.nav07 {
  display: none;
}

.nav-global ul li.nav08 {
  display: none;
}

.nav-global ul li.nav09 {
  display: none;
}

@media (max-width: 767px) {
  .nav-global ul li.nav07 {
    display: block;
  }

  .nav-global ul li.nav08 {
    display: block;
  }

  .nav-global ul li.nav09 {
    display: block;
  }
}

.nav-global.is-open {
  display: block;
  transform: translateX(-100%);
}

/* -----------------------------------------------------------------------------
  nav-global-overlay
  -------------------------------------------------------------------------- */
.nav-global-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #202d64;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}

.nav-global-overlay.is-open {
  display: block;
  pointer-events: auto;
  opacity: 0.8;
  z-index: 11;
}

/* -----------------------------------------------------------------------------
  nav-hamberger
  -------------------------------------------------------------------------- */
.nav-hamberger {
  width: 32px;
  height: 32px;
  z-index: 999;
  position: fixed;
  right: 16px;
  top: 16px;
  background: rgb(255 255 255 / 0.2);
}

.nav-hamberger.added-bg {}

@media all and (min-width: 1024px) {
  .nav-hamberger {
    display: none;
  }
}

.nav-hamberger i {
  display: block;
  position: relative;
  width: 100%;
  height: 66.66%;
  margin: 16.66% 0 0;
}

.nav-hamberger span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #202d64;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.nav-hamberger.blue {
  background: #fff;
}

.nav-hamberger.blue span {
  background: #052252;
}

.nav-hamberger.blue.is-open {
  background: transparent;
}

.nav-hamberger.is-open span,
.nav-hamberger.blue.is-open span {
  background: #fff;
}

.nav-hamberger span:nth-child(1) {
  top: 0;
  transform: translate(0, 0);
}

.nav-hamberger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.nav-hamberger span:nth-child(3) {
  top: 100%;
  transform: translate(0, -100%);
}

.nav-hamberger.is-open span:nth-child(1) {
  top: 50%;
  transform: translate(0, -50%) rotate(-135deg) scaleX(-1);
}

.nav-hamberger.is-open span:nth-child(2) {
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.nav-hamberger.is-open span:nth-child(3) {
  top: 50%;
  transform: translate(0, -50%) rotate(135deg) scaleX(-1);
}

@media all and (min-width: 1024px) {
  .nav02 a:after {
    margin: 0rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    height: 22px;
    top: 16px;
  }


  .nav03 a:after {
    margin: 0rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    height: 22px;
    top: 16px;
  }

  .nav04 a:after {
    margin: 0rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    height: 22px;
    top: 16px;
  }

  .nav05 a:after {
    margin: 0rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    height: 22px;
    top: 16px;
  }

  .nav06 a:after {
    margin: 0rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    height: 22px;
    top: 16px;
  }
}

.corporation {
  padding-right: 21px;
  text-align: end;
  font-size: 13px;
}

.corporation a {
  border-bottom: 1px solid #000;
}

/* -----------------------------------------------------------------------------
  3point
  -------------------------------------------------------------------------- */
.sec-top-3point {}

.sec-top-3point .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .sec-top-3point .inner {
    padding: 0 48px;
  }
}

.sec-top-3point p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sec-top-3point {
    background: #e1edff;
  }

  .sec-top-3point .inner {
    padding: 0 16px;
  }
}

.sec-top-3point .inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  left: 60px;
  z-index: 1;
  background: linear-gradient(to bottom right, #B5C4EB, #D6DBE6);
}

@media (max-width: 767px) {
  .sec-top-3point .inner::before {
    display: none;
  }
}

.sec-top-3point .inner>* {
  position: relative;
  z-index: 5;
}

.sec-top-3point .ttl-type-01 {
  padding: 48px 0;
}

.box-top-3point {
  position: relative;
  min-height: 512px;
  padding: 160px 0 0;
}

@media (max-width: 767px) {
  .box-top-3point {
    position: relative;
    min-height: 0;
    padding: 0;
    margin: 0 0 56px;
  }
}

.box-top-3point>figure {
  width: 824px;
  position: absolute;
  right: 40%;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}

.box-top-3point.image-right>figure {
  right: auto;
  left: 40%;
}

.box-top-3point>figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .box-top-3point>figure {
    width: auto;
    position: static;
    transform: translate(0, 0);
  }
}

.box-top-3point>div {
  position: relative;
  z-index: 5;
  width: 44%;
  min-height: 256px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 0 0 auto;
  padding: 30px;
}

.box-top-3point.image-right>div {
  margin: 0 auto 0 0;
}

@media (max-width: 767px) {
  .box-top-3point>div {
    width: auto;
    min-height: 0;
    padding: 16px 16px 29px;
    margin: 0;
  }

  .box-top-3point.image-right>div {
    margin: 0;
  }
}

.box-top-3point>div>i {
  display: block;
  font-size: 100px;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 105px;
  color: #132C92;
  position: absolute;
  right: 44px;
  top: 0;
  transform: translate(0, -100%) skewX(-6deg);
}

@media screen and (min-width: 769px) {
  .box-top-3point.image-right>div>i {
    right: auto;
    left: 44px;
  }
}

@media (max-width: 767px) {
  .box-top-3point>div>i {
    color: #132C92;
    s opacity: 0.8;
    right: auto;
    left: -4px;
    top: -157px;
    transform: translate(0, -100%) skewX(-6deg);
    font-size: 78px;
  }

}

.box-top-3point>div .ttl-type-02 {
  text-align: left;
  margin: 0 0 24px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .box-top-3point>div .ttl-type-02 {
    margin: 0 0 14px;
    font-size: 21px;
    line-height: 28px;
  }
}

.box-top-3point>div .btn-cmn {
  max-width: 240px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0, 50%);
}

.box-top-3point.image-right>div .btn-cmn {
  right: auto;
  left: 0;
}

@media (max-width: 767px) {
  .box-top-3point>div .btn-cmn {
    right: 0;
    left: auto;
  }

  .box-top-3point.image-right>div .btn-cmn {
    right: 0;
    left: auto;
  }
}

.sec-top-3point .lead {
  padding: 16px 0 8px;
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sec-top-3point .lead {
    font-size: 14px;
    line-height: 19px;
  }
}

.sec-top-3point .box-btn {
  text-align: center;
}

.sec-top-3point .box-btn .btn-cmn {
  max-width: 400px;
  transform: translate(0, 50%);
}


@media screen and (min-width: 769px) {
  .point-title {
    text-align: center;
  }

  .point-title::after {
    margin: auto;
    text-align: center;
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ff8200;
    margin-bottom: 22px;
    margin-top: 12px;
  }

  .point-title-cons {
    text-align: center;
    color: #fff;
  }

  .point-title-cons::after {
    margin: auto;
    text-align: center;
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ff8200;
    margin-bottom: 22px;
    margin-top: 12px;
  }


  .point-sub {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .point-sub-cons {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .point-sub span {
    font-weight: bold;
    color: #ff8200;
  }


  .title-box {
    margin-bottom: 60px;
    margin-top: 94px;
  }

  .features {
    padding-top: 89px;
  }
}



@media screen and (max-width: 768px) {
  .point-title {
    text-align: center;
    font-size: 22px;
  }

  .point-title::after {
    margin: auto;
    text-align: center;
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ff8200;
    margin-bottom: 22px;
    margin-top: 12px;
  }

  .point-sub {
    text-align: center;
    font-size: 14px;
  }

  .point-sub span {
    font-weight: bold;
    color: #ff8200;
  }

  .title-box {
    margin-bottom: 40px;
    margin-top: 50px;
  }

  .features {
    padding-top: 50px;
  }

  .point-title-cons {
    text-align: center;
    color: #fff;
  }

  .point-title-cons::after {
    margin: auto;
    text-align: center;
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ff8200;
    margin-bottom: 22px;
    margin-top: 12px;
  }

  .point-sub-cons {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
  }
}

.h-cta {
  width: 253px;
}

.h-cta a {
  padding: 0;
}

.job-btn {
  margin-bottom: 55px;
}

.cons-detail p {
  padding: 20px 0px 20px 0px;
  font-weight: 500;
  font-size: 15px;
}

.cons-name p {
  font-weight: 500;
  font-size: 22px;
}

.jobs .job_list-cons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 13px;
  overflow-x: auto;
}

.jobs2 .job_list-cons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.job_list-cons .job_card {
  width: 285px;
  font-size: 1.6rem;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 8px #00000014;
  flex-shrink: 0;
}

.job_list-cons .job_card-cons {
  width: 228px;
  font-size: 1.6rem;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 8px #00000014;
  flex-shrink: 0;
  margin-right: 11px;
}

@media screen and (max-width: 768px) {
  .jobs .job_list-cons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: scroll;
    margin-left: 24px;
  }

  .jobs2 .job_list-cons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: scroll;
  }

  .job_list-cons .job_card {
    width: 80%;
    flex-shrink: 0;
  }

  .job_list-cons .job_card:first-of-type {
    margin-left: 24px;
  }

  .job_list-cons .job_card:last-of-type {
    margin-right: 40px;
  }

}

.job_list-cons::-webkit-scrollbar {
  height: 56px;
  width: 120px;
}

.job_list-cons::-webkit-scrollbar-track {
  background-color: inherit;
  border-radius: 100px;
}

.job_list-cons::-webkit-scrollbar-thumb {
  border: 24px solid transparent;
  border-radius: 100px;
  background-clip: content-box;
  background-color: #ffffff;
}


/*  ======== faq ======== */




.faq .accordion-area {
  list-style: none;
  width: 96%;
  max-width: 1250px;
  margin: 0 auto;
}

.faq .accordion-area li {
  margin: 10px 0;
}

.faq .accordion-area section {
  border: 0px solid #ccc;
  background: #fff;
}


.title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 50px 3% 3%;
  transition: all .5s ease;
}

.title img {
  max-width: 1040px;
}

.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 22px;
  height: 3px;
  background-color: #333;
}

.title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);

}

.title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);

}

.title.close::before {
  transform: rotate(0deg);
}

.title.close::after {
  transform: rotate(0deg);
}

.faq-box {
  display: none;
  margin: 0 3% 3% 3%;
  padding: 7px 39px 16px 0px;
}


@media screen and (max-width: 768px) {

  .title::before,
  .title::after {
    width: 15px;
    height: 2px;
  }
}


.free {
  background: #fff;
  color: #ff8200;
  padding: 2px 7px;
  margin-right: 8px;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 500;
}

.c-button._head .free {
  background: #fff;
  color: #e87722;
  padding: 1px 4px 3px 5px;
  margin-right: 8px;
  border-radius: 0.25rem;
  font-size: 12px;
  font-weight: 500;
}

.logo-title {
  text-align: center;
}

.logo-title-4 {
  margin-bottom: 0px;
}

.case-logo {
  padding: 41px 0px 22px 0px;
  overflow: hidden;
}


@media (min-width: 897px) {
  .manufacturers .textImg02 {
    position: absolute;
    z-index: 1;
    top: -7%;
  }

  .manufacturers {
    position: relative;
    overflow: hidden;
  }

  .manufacturers ul {
    list-style-type: none;
    position: relative;
    white-space: nowrap; // to prevent wrapping items
    left: 0;
    padding-top: 8px;
  }

  .manufacturers ul li {
    display: inline-block;
  }

  .manufacturers ul li {
    width: 196px;
    margin-right: -3px;
  }
}

@media (max-width: 896px) {
  .manufacturers {
    position: relative;
  }

  .manufacturers .textImg02 {
    width: 82px;
    position: absolute;
    z-index: 1;
    top: -7%;
  }

  .manufacturers ul {
    list-style-type: none;
    position: relative;
    white-space: nowrap; // to prevent wrapping items
    left: 0;
    padding-top: 2px;
  }

  .manufacturers ul li {
    display: inline-block;
    width: 153px;
    margin-right: -3px;
  }

  .manufacturers ul li img {
    width: 180px;
  }
}

@media screen and (min-width: 769px) {

  .contents-thumb {
    width: 1200px;
    margin: auto;
  }

  .contents-thumb ul {
    display: inline-flex;
    gap: 30px;
  }
}

.contents-thumb ul li {
  margin-bottom: 11px;
  transition: 0.3s;
}


.cont-link {
  text-align: end;
  font-size: 14px;
}

.cont-link::after {
  content: url(../images/en.svg);
  margin-left: 9px;
  margin-right: 6px;
}

.mr-sawa {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .manufacturers {
    margin-top: 13px;
  }
}

.region {
  max-width: 1080px;
  margin: auto;
  margin-top: 61px;
}

@media screen and (min-width: 769px) {
  .point-cta {
    padding-bottom: 10px;
    padding-top: 16px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .point-cta {
    padding-bottom: 13px;
    padding-top: 30px;
  }

  .swiper-slide {
    transform: translate3d(0.553846px, 0px, 417.5641px) rotateX(0deg) rotateY(0deg) scale(1)
  }
}

.sub-link a {
  font-size: 15px;
  border-bottom: 1px solid #000;
}

.sub-link a::after {
  content: url(../images/out-link-sub.svg);
  margin-left: 9px;
  margin-right: 6px;
}


.swiper-button-next {
  align-items: center;
  background: #212121;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  height: 61px;
  width: 40px;
}

.swiper-button-prev {
  align-items: center;
  background: #212121;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  height: 61px;
  width: 40px;
}



.swiper-button-next-1 {
  align-items: center;
  background: #212121;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  height: 61px;
  width: 40px;
}

.swiper-button-prev-1 {
  align-items: center;
  background: #212121;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  height: 61px;
  width: 40px;
}



.swiper-button-next-2 {
  align-items: center;
  background: #212121;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  height: 61px;
  width: 40px;
}

.swiper-button-prev-2 {
  align-items: center;
  background: #212121;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  height: 61px;
  width: 40px;
}



.swiper-button-next-3 {
  align-items: center;
  background: #212121;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  height: 61px;
  width: 40px;
}

.swiper-button-prev-3 {
  align-items: center;
  background: #212121;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  height: 61px;
  width: 40px;
}





@media screen and (min-width: 769px) {
  .common-btn {
    margin-top: 40px;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .common-btn {
    margin-top: 20px;
    margin-bottom: 90px;
  }
}

.common-white {
  margin-bottom: 94px;
  padding: 11px;
}

.contents-link img:hover {
  opacity: 0.7;
}

.contents-link img {
  transition: 0.3s;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 769px) {
  .oricon-footer {
    font-size: 11px;
    text-align: center;
    padding: 11px;
  }
}

@media screen and (max-width: 768px) {
  .oricon-footer {
    font-size: 11px;
    margin-bottom: 63px;
    text-align: center;
    padding: 11px;
  }
}

.mr-sawa img{
  transition: 0.3s;
}

.mr-sawa img:hover{
  opacity: 0.7;
}



/*----- 241007コンサルタント詳細ページ用 -----*/
/*----- consultant -----*/
.swiper-container2 {
    text-align: left;
}
.cons_li_h2 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 45px;
}
.cons_info {
    background: #ffffffe6;
    padding: 15px;
    width: calc(100% - 36px);
    position: relative;
    margin: -45px auto 0 auto;
    color: #4b4b4b;
    min-height: 286px;
}
.cons_name {
    font-size: 2.7rem;
    margin-bottom: 15px !important;
    font-weight: 500;
}
.cons_name_span {
    font-size: 50%;
    margin-left: 18px;
}
.cons_info p {
    font-size: 1.5rem;
    margin-bottom: 9px;
}
.cons_info p:last-child {
    margin-bottom: 0;
}
.cons_info p.cons_ttl {
    background: #002255;
    color: #fff;
    width: fit-content;
    padding: 2px 10px 4px 10px;
    margin-bottom: 3px;
    line-height: 1;
}
.swiper-container2 .swiper-wrapper img:hover {
    opacity: 1 !important;
}
@media screen and (max-width: 480px) {
    .cons_info {
        min-height: 290px;
    }
}
@media screen and (max-width: 375px) {
    .cons_info {
        min-height: 312px;
    }
    .cons_name_span {
        margin-left: 0;
        display: block;
    }
}

/* ----------------------
    カルテで表示している右下のバナーの位置調節
----------------------- */
.onetime_popup_content {
    margin-bottom: 73px !important;    
}