@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 10px;
}

html {
  color: #333;
  background: #fff;
  font-size: 10px;
  line-height: 1.7;
  word-break: break-all;
  letter-spacing: 0.08rem;
}
@media only screen and (max-width: 768px) {
  html {
    letter-spacing: 0.1rem;
  }
}

p {
  font-size: 12px;
  font-size: 1.2rem;
}

body {
  background: #fff;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body {
    width: 100%;
  }
}

.en {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.en02 {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.min {
  font-family: "Shippori Mincho B1", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.vertical {
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 180%;
  margin: 0;
}
p.txt {
  line-height: 2;
}
p.txt:not(:first-child) {
  margin: 10px 0 0;
}

a {
  text-decoration: none;
  transition: all 0.4s;
  color: #212121;
  cursor: pointer;
}
a:hover {
  opacity: 0.85;
}

.link-non {
  pointer-events: none;
  opacity: 0.6 !important;
}

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

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow-x: hidden;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

sup {
  vertical-align: baseline;
  font-size: 70%;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    transition: 0.3s ease-in-out;
  }
}
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body.noscroll {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    position: inherit;
  }
}

.c-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.c-inner02 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.c-inner03 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.txt-10 {
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (max-width: 1100px) {
  .txt-10 {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-10 {
    font-size: 1rem;
  }
}

.txt-12 {
  font-size: 1.2rem;
  line-height: 2;
}
@media only screen and (max-width: 1100px) {
  .txt-12 {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-12 {
    font-size: 1.1rem;
  }
}

.txt-13 {
  font-size: 1.3rem;
  line-height: 2;
}
@media only screen and (max-width: 1100px) {
  .txt-13 {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-13 {
    font-size: 1.1rem;
  }
}

.txt-14 {
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 1100px) {
  .txt-14 {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-14 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.txt-15 {
  font-size: 1.5rem;
  line-height: 2;
}
@media only screen and (max-width: 1100px) {
  .txt-15 {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-15 {
    font-size: 1.4rem;
  }
}

.txt-16 {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 1100px) {
  .txt-16 {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-16 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.txt-17 {
  font-size: 1.7rem;
  line-height: 2;
}
@media only screen and (max-width: 1100px) {
  .txt-17 {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-17 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.txt-18 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-18 {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-18 {
    font-size: 1.6rem;
  }
}

.txt-20 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-20 {
    font-size: 1.85vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-20 {
    font-size: 1.6rem;
  }
}

.txt-22 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-22 {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-22 {
    font-size: 1.7rem;
  }
}

.txt-24 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-24 {
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-24 {
    font-size: 1.8rem;
  }
}

.txt-25 {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-25 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-25 {
    font-size: 1.8rem;
  }
}

.txt-26 {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-26 {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-26 {
    font-size: 1.8rem;
  }
}

.txt-28 {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-28 {
    font-size: 2.6vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-28 {
    font-size: 1.8rem;
  }
}

.txt-30 {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-30 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-30 {
    font-size: 2rem;
  }
}

.txt-32 {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .txt-32 {
    font-size: 3.1vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-32 {
    font-size: 2.2rem;
  }
}

.txt-34 {
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .txt-34 {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-34 {
    font-size: 2.3rem;
  }
}

.txt-36 {
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .txt-36 {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-36 {
    font-size: 2.3rem;
  }
}

.txt-38 {
  font-size: 3.8rem;
  line-height: 1.3;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .txt-38 {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-38 {
    font-size: 2.4rem;
  }
}

.txt-40 {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-40 {
    font-size: 3.7vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-40 {
    font-size: 2.4rem;
  }
}

.txt-45 {
  font-size: 4.5rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-45 {
    font-size: 3.9vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-45 {
    font-size: 2.4rem;
  }
}

.txt-48 {
  font-size: 4.8rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-48 {
    font-size: 4.2vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-48 {
    font-size: 2.4rem;
  }
}

.txt-50 {
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-50 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-50 {
    font-size: 2.5rem;
  }
}

.txt-52 {
  font-size: 5.2rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-52 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-52 {
    font-size: 2.5rem;
  }
}

.txt-55 {
  font-size: 5.5rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-55 {
    font-size: 4.5vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-55 {
    font-size: 3rem;
  }
}

.txt-56 {
  font-size: 5.6rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-56 {
    font-size: 4.7vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-56 {
    font-size: 3rem;
  }
}

.txt-60 {
  font-size: 6rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-60 {
    font-size: 5.5vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-60 {
    font-size: 3rem;
  }
}

.txt-65 {
  font-size: 6.5rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-65 {
    font-size: 5.5vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-65 {
    font-size: 3.8rem;
  }
}

.txt-70 {
  font-size: 7rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-70 {
    font-size: 5.8vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-70 {
    font-size: 4rem;
  }
}

.txt-80 {
  font-size: 8rem;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-80 {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-80 {
    font-size: 4.5rem;
  }
}

.txt-100 {
  font-size: 10rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .txt-100 {
    font-size: 8.8vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .txt-100 {
    font-size: 5rem;
    line-height: 1;
  }
}

.wrap-top {
  padding-top: 120px;
}
@media only screen and (max-width: 1100px) {
  .wrap-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .wrap-top {
    padding-top: 60px;
  }
}

.wrap-bottom {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1100px) {
  .wrap-bottom {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .wrap-bottom {
    padding-bottom: 80px;
  }
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
}
.ani-wrap {
  opacity: 0;
}

.ani-wrap.ani-animation {
  animation: ani-opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
  opacity: 1;
}

.ani-wrap.ani-animation:before {
  animation: ani-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes ani-opacity {
  0% {
    opacity: 0;
  }
}
@keyframes ani-animation {
  100% {
    transform: translateX(105%);
    opacity: 1;
  }
}
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
	c-header
----------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  width: 100%;
  height: 96px;
  transition: all 0.4s;
}
@media only screen and (max-width: 1100px) {
  header {
    height: 80px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  header {
    height: 60px;
  }
}
header.scrolled_f{
  background: rgb(255 255 255 / 1);
}
header .h-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}
header .h-inner .logo {
  align-items: center;
  margin-left: 40px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  header .h-inner .logo {
    margin-left: 15px;
  }
}
header .h-inner .logo img {
  width: 100%;
}
header .h-inner .h-right {
  text-align: center;
  width: 18%;
  margin: 0 0 0 auto;
  min-width: 180px;
  max-width: 240px;
}
header .h-inner .h-right.nav-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 50%;
  gap: 12px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  header .h-inner .h-right.nav-nav {
    display: none;
  }
}
header .h-inner .h-right.nav-nav .nav-item {
  transition: all 0.4s;
  height: 100%;
  cursor: pointer;
  align-content: center;
  position: relative;
  /* width: calc((100% - 56px) / 2); */
  width: 100%;
}
/* header .h-inner .h-right.nav-nav .nav-item:nth-child(1) {
  background-image: linear-gradient(63deg, rgb(1, 206, 243), rgb(96, 231, 249) 70%, rgb(189, 255, 255));
} */
header .h-inner .h-right.nav-nav .nav-item:nth-child(1) {
  background-image: linear-gradient(63deg, rgb(0, 108, 184), rgb(41, 163, 215) 70%, rgb(82, 217, 245));
}
header .h-inner .h-right.nav-nav .nav-item::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(90deg);
  background: url(../img/common/arw.svg) no-repeat center/contain;
}
header .h-inner .h-right.nav-nav .nav-item:hover:after {
  top: calc(50% + 5px);
}
header .h-inner .h-right.nav-nav .nav-item p {
  color: #fff;
}
/* header .h-inner .h-right.nav-nav .insta {
  width: 32px;
} */
footer {
  width: 100%;
  background: #F3FAFC;
  margin: 0px auto;
  text-align: left;
  /* padding: 80px 0 0; */
  position: relative;
  border-top: 1px solid rgba(0, 108, 184, 0.1);
  height: 130px;
  align-content: center;
}
@media only screen and (max-width: 768px) {
footer {
  height: 100px;
}
}
footer .cntnt {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #666;
}
footer .cntnt span{
  position: relative;
}
footer .cntnt span::before{
  content: "";
  position: absolute;
  background: url(../img/common/g-arw.svg) no-repeat center / contain;
  right: -20px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}
footer .cntnt {
  gap: 50px;
  margin-bottom: 25px;
}
footer .cntnt span::before{
  right: -15px;
  width: 8px;
  height: 8px;
}
footer .copyright {
  font-size: 1rem;
  text-align: center;
  /* margin-top: 70px; */
  color: #666;
}
@media only screen and (max-width: 768px) {
  footer .copyright {
    /* margin-top: 30px; */
    font-size: 1.1rem;
  }
}

.entry-area {
  position: relative;
  z-index: 10;
}
.entry-area .entry-btn {
  position: relative;
  display: flex;
  height: 160px;
  width: 63%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 70px;
  margin-bottom: 140px;
  background-image: linear-gradient(60deg, rgb(30, 142, 208), rgb(82, 217, 245));
}
@media only screen and (max-width: 1100px) {
  .entry-area .entry-btn {
    margin-bottom: 80px;
    height: 100px;
    width: 50%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .entry-area .entry-btn {
    width: 100%;
    height: 80px;
    padding: 0 20px;
    margin-bottom: 60px;
    max-width: 400px;
  }
}
.entry-area .entry-btn p {
  color: #fff;
}
.entry-area .entry-btn .arw {
  width: 86px;
  height: 86px;
  border: 1px solid #fff;
  border-radius: 50vh;
  align-content: center;
  text-align: center;
  transition: all 0.4s;
}
@media only screen and (max-width: 1100px) {
  .entry-area .entry-btn .arw {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .entry-area .entry-btn .arw {
    width: 40px;
    height: 40px;
  }
}
.entry-area .entry-btn .arw img {
  width: 25px;
  margin: auto;
  display: block;
  align-content: center;
}
@media only screen and (max-width: 1100px) {
  .entry-area .entry-btn .arw img {
    width: 18px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .entry-area .entry-btn .arw img {
    width: 12px;
  }
}
.entry-area .entry-btn:hover .arw {
  transform: translateX(10px);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* about Module
* aboutページ用
-------------------------------------------------- */
.career-page {
  position: relative;
  overflow: hidden;
}
.career-page .asi {
  position: absolute;
  top: 0;
  right: 0;
  width: 64%;
  max-width: 900px;
}
.career-page .fv-area {
  position: relative;
  margin-top: 170px;
}
@media only screen and (max-width: 1100px) {
  .career-page .fv-area {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .career-page .fv-area {
    margin-top: 100px;
  }
}
.career-page .fv-area .txt {
  max-width: 800px;
}
.career-page .fv-area .txt p.en {
  color: #006CB8;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .career-page .fv-area .txt p.en {
    font-size: 1.4rem;
  } 
}
.career-page .fv-area .txt h1 {
  font-weight: 400;
  margin: 30px 0 50px;
  line-height: 1.4;
}
@media only screen and (max-width: 1100px) {
  .career-page .fv-area .txt h1 {
    margin: 20px 0 30px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .career-page .fv-area .txt h1 {
    margin: 10px 0 15px;
    font-size: 2.6rem;
  }
}
.career-page .fv-area .txt p.txt-16 {
  font-weight: 500;
}
.career-page .interview-area {
  background: rgba(0, 108, 184, 0.05);
  padding: 80px 0 120px;
  margin-top: 140px;
}
@media only screen and (max-width: 1100px) {
  .career-page .interview-area {
    margin-top: 100px;
    padding: 60px 0 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .career-page .interview-area {
    margin-top: 60px;
    padding: 30px 0 60px;
  }
}
.career-page .interview-area .c-inner > .ttl {
  text-align: center;
}
.career-page .interview-area .c-inner > .ttl h2 {
  color: #006CB8;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .career-page .interview-area .c-inner > .ttl h2 {
    font-size: 3.3rem;
  }
}
.career-page .interview-area .c-inner > .ttl p {
  color: #3A79B5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .career-page .interview-area .c-inner > .ttl p {
    font-size: 1.2rem;
  }
}
.career-page .interview-area .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
@media only screen and (max-width: 1100px) {
  .career-page .interview-area .list {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .career-page .interview-area .list {
    margin-top: 30px;
  }
}
.career-page .interview-area .list .item {
  width: calc((100% - 30px) / 2);
  position: relative;
}
.career-page .interview-area .list .item .pht {
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .career-page .interview-area .list .item .pht {
    margin-bottom: 10px;
  }
}
.career-page .interview-area .list .item .pht img {
  transition: all 0.4s;
}
.career-page .interview-area .list .item p.area {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100px;
  height: 100px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  padding: 10px;
  color: #3A79B5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .career-page .interview-area .list .item p.area {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    padding: 5px;
  }
}
.career-page .interview-area .list .item p.txt-22 {
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1;
}
@media only screen and (max-width: 1100px) {
  .career-page .interview-area .list .item p.txt-22 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .career-page .interview-area .list .item p.txt-22 {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}
.career-page .interview-area .list .item p.txt-15 {
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .career-page .interview-area .list .item p.txt-15 {
    line-height: 1;
    font-size: 1.2rem;
  }
}
.career-page .interview-area .list .item:hover img {
  transform: scale(1.04);
}
.career-page .require-area {
  padding: 140px 0 140px;
}
@media only screen and (max-width: 1100px) {
  .career-page .require-area {
    padding: 100px 0 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .career-page .require-area {
    padding: 60px 0 60px;
  }
}
.career-page .require-area > .ttl {
  text-align: center;
}
.career-page .require-area > .ttl h2 {
  color: #006CB8;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .career-page .require-area > .ttl h2 {
    font-size: 3.3rem;
  }
}
.career-page .require-area > .ttl p {
  color: #3A79B5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .career-page .require-area > .ttl p {
    font-size: 1.2rem;
  }
}
.career-page .require-area .cntnr {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 60px;
  box-shadow: 0px 4px 14px 0px rgba(88, 90, 99, 0.25);
}
@media only screen and (max-width: 768px) {
  .career-page .require-area .cntnr {
    margin-top: 35px;
    border-radius: 7px;
  }
}
.career-page .require-area .cntnr .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.career-page .require-area .cntnr .flex:last-child {
  border: none;
}
.career-page .require-area .cntnr .flex .item:first-child {
  width: 28%;
  background: #006CB8;
  padding: 30px 40px 25px;
}
@media only screen and (max-width: 768px) {
  .career-page .require-area .cntnr .flex .item:first-child {
    padding: 10px 12px;
    width: 25%;
  }
}
.career-page .require-area .cntnr .flex .item:first-child p {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .career-page .require-area .cntnr .flex .item:first-child p {
    font-size: 1.3rem;
  }
}
.career-page .require-area .cntnr .flex .item:last-child {
  width: 72%;
  padding: 30px 40px 25px;
}
@media only screen and (max-width: 768px) {
  .career-page .require-area .cntnr .flex .item:last-child {
    padding: 10px 20px;
    width: 75%;
  }
}
.career-page .require-area .cntnr .flex .item:last-child .cntnt:nth-child(n+2) {
  margin-top: 15px;
}
.career-page .require-area .cntnr .flex .item:last-child p {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .career-page .require-area .cntnr .flex .item:last-child p {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .career-page .require-area .cntnr .flex .item:last-child p.txt-15 {
    font-size: 1.3rem;
  }
}
.career-page .require-area .cntnr .flex .item:last-child p.kome {
  padding-left: 18px;
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .career-page .require-area .cntnr .flex .item:last-child p.kome {
    margin-top: 2px;
    padding-left: 13px;
  }
}
.career-page .require-area .cntnr .flex .item:last-child p.kome::before {
  content: "※";
  position: absolute;
  top: 0rem;
  left: 0;
}
.career-page .require-area .cntnr .flex .item:last-child p.maru {
  padding-left: 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .career-page .require-area .cntnr .flex .item:last-child p.maru {
    padding-left: 22px;
    margin-top: 3px;
  }
}
.career-page .require-area .cntnr .flex .item:last-child p.maru::before {
  content: "◎";
  position: absolute;
  top: 0rem;
  left: 0;
}
.career-page .flow-area > .ttl {
  text-align: center;
}
.career-page .flow-area > .ttl h2 {
  color: #006CB8;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .career-page .flow-area > .ttl h2 {
    font-size: 3.3rem;
  }
}
.career-page .flow-area > .ttl p {
  color: #3A79B5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .career-page .flow-area > .ttl p {
    font-size: 1.2rem;
  }
}
.career-page .flow-area .flex {
  margin-top: 50px;
  background: rgba(0, 108, 184, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 40px;
}
@media only screen and (max-width: 1100px) {
  .career-page .flow-area .flex {
    margin-top: 40px;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .career-page .flow-area .flex {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.career-page .flow-area .flex .item {
  width: calc((100% - 120px) / 4);
}
@media only screen and (max-width: 768px) {
  .career-page .flow-area .flex .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .career-page .flow-area .flex .item:nth-child(n+2) {
    margin-top: 45px;
  }
}
.career-page .flow-area .flex .arw {
  position: relative;
}
.career-page .flow-area .flex .arw::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 45px;
  background: #fff;
  top: 42.5px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1100px) {
  .career-page .flow-area .flex .arw::before {
    top: 27.5px;
  }
}
@media only screen and (max-width: 768px) {
  .career-page .flow-area .flex .arw {
    width: 100%;
  }
  .career-page .flow-area .flex .arw::before {
    width: 30px;
    height: 15px;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background: rgba(60, 185, 229, .5);
  }
}
.career-page .flow-area .flex .item .icon {
  margin: auto;
  width: 130px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50vh;
  text-align: center;
  align-content: center;
}
@media only screen and (max-width: 1100px) {
  .career-page .flow-area .flex .item .icon {
    width: 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .career-page .flow-area .flex .item .icon {
    width: 60px;
    margin: 0 0 auto;
  }
}
.career-page .flow-area .flex .item .icon img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .career-page .flow-area .flex .item .txt {
    width: calc(100% - 80px);
  }
}
.career-page .flow-area .flex .item h3 {
  margin-top: 30px;
  color: #006CB8;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .career-page .flow-area .flex .item h3 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .career-page .flow-area .flex .item h3 {
    margin-top: 0;
    text-align: left;
  }
}
.career-page .flow-area .flex .item p {
  margin-top: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .career-page .flow-area .flex .item p {
    margin-top: 6px;
    line-height: 1.8;
  }
}
.career-page .c-entry-area {
  background: linear-gradient(90deg, #1E8ED0, #52D9F5);
  margin-top: 140px;
  padding: 80px 0 140px;
}
@media only screen and (max-width: 1100px) {
  .career-page .c-entry-area {
    margin-top: 100px;
    padding: 60px 0 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .career-page .c-entry-area {
    margin-top: 60px;
    padding: 40px 0 60px;
  }
}
.career-page .c-entry-area .c-inner03 .kome {
  position: relative;
  padding-left: 20px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .career-page .c-entry-area .c-inner03 .kome {
    padding-left: 17px;
  }
}
.career-page .c-entry-area .c-inner03 .kome::before {
  content: "※";
  position: absolute;
  left: 0;
}
.career-page .c-entry-area .c-inner03 > .ttl {
  text-align: center;
}
.career-page .c-entry-area .c-inner03 > .ttl h2 {
  color: #fff;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .career-page .c-entry-area .c-inner03 > .ttl h2 {
    font-size: 3.3rem;
  }
}
.career-page .c-entry-area .c-inner03 > .ttl p {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .career-page .c-entry-area .c-inner03 > .ttl p {
    font-size: 1.2rem;
  }
}
.career-page .c-entry-area .c-inner03 .cntnr {
  margin-top: 50px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
  .career-page .c-entry-area .c-inner03 .cntnr {
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
.career-page .c-entry-area .c-inner03 .cntnr .cntnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .career-page .c-entry-area .c-inner03 .cntnr .cntnt {
    padding: 20px;
  }
}
.career-page .c-entry-area .c-inner03 .cntnr .cntnt:first-child {
  border-bottom: 1px solid #ddd;
}
.career-page .c-entry-area .c-inner03 .cntnr .cntnt .item {
  padding: 40px 50px;
}
@media only screen and (max-width: 1100px) {
  .career-page .c-entry-area .c-inner03 .cntnr .cntnt .item {
    padding: 30px 40px;
  }
}
.career-page .c-entry-area .c-inner03 .cntnr .cntnt .item:first-child {
  width: 30%;
  border-right: 1px solid #ddd;
}
.career-page .c-entry-area .c-inner03 .cntnr .cntnt .item:first-child p {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .career-page .c-entry-area .c-inner03 .cntnr .cntnt .item:first-child {
    width: 100%;
    border: none;
    padding: 0 0 10px 0;
  }
}
.career-page .c-entry-area .c-inner03 .cntnr .cntnt .item:last-child {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .career-page .c-entry-area .c-inner03 .cntnr .cntnt .item:last-child {
    width: 100%;
    padding: 0;
  }
}
.career-page .c-entry-area .c-inner03 .cntnr .cntnt .item:last-child p.txt-17 {
  font-weight: 500;
}
.career-page .c-entry-area .c-inner03 .cntnr .cntnt .item p.en02 {
  color: #006CB8;
  align-items: center;
  display: flex;
  line-height: 1;
  margin-top: 20px;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .career-page .c-entry-area .c-inner03 .cntnr .cntnt .item p.en02 {
    margin-top: 10px;
  }
}
.career-page .c-entry-area .c-inner03 .cntnr .cntnt .item .grad {
  line-height: 1;
  background: linear-gradient(90deg, #0071BC 0%, #0877BE 15%, #2189C6 38%, #48A7D2 68%, #7ACCE2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .career-page .c-entry-area .c-inner03 .cntnr .cntnt .item .grad {
    margin-left: 10px;
  }
}
/* 既卒者採用情報 */
.midcareer-page {
  position: relative;
  overflow: hidden;
}
.midcareer-page .asi {
  position: absolute;
  top: 0;
  right: 0;
  width: 64%;
  max-width: 900px;
}
.midcareer-page .fv-area {
  position: relative;
  margin-top: 170px;
}
@media only screen and (max-width: 1100px) {
  .midcareer-page .fv-area {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .midcareer-page .fv-area {
    margin-top: 100px;
  }
}
.midcareer-page .fv-area .txt {
  max-width: 800px;
}
.midcareer-page .fv-area .txt p.en {
  color: #006CB8;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .fv-area .txt p.en {
    font-size: 1.4rem;
  }
}
.midcareer-page .fv-area .txt h1 {
  font-weight: 400;
  margin: 30px 0 50px;
  line-height: 1.4;
}
@media only screen and (max-width: 1100px) {
  .midcareer-page .fv-area .txt h1 {
    margin: 20px 0 30px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .midcareer-page .fv-area .txt h1 {
    margin: 10px 0 15px;
    font-size: 2.6rem;
  }
}
.midcareer-page .fv-area .txt p.txt-16 {
  font-weight: 500;
}
.midcareer-page .require-area {
  padding: 100px 0 140px;
}
@media only screen and (max-width: 1100px) {
  .midcareer-page .require-area {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .midcareer-page .require-area {
    padding: 60px 0 60px;
  }
}
.midcareer-page .require-area > .ttl {
  text-align: center;
}
.midcareer-page .require-area > .ttl h2 {
  color: #006CB8;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .require-area > .ttl h2 {
    font-size: 3.3rem;
  }
}
.midcareer-page .require-area > .ttl p {
  color: #3A79B5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .require-area > .ttl p {
    font-size: 1.2rem;
  }
}
.midcareer-page .require-area .cntnr {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 60px;
  box-shadow: 0px 4px 14px 0px rgba(88, 90, 99, 0.25);
}
@media only screen and (max-width: 1100px) {
  .midcareer-page .require-area .cntnr {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .midcareer-page .require-area .cntnr {
    margin-top: 35px;
    border-radius: 7px;
  }
}
.midcareer-page .require-area .cntnr .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.midcareer-page .require-area .cntnr .flex:last-child {
  border: none;
}
.midcareer-page .require-area .cntnr .flex .item:first-child {
  width: 28%;
  background: #006CB8;
  padding: 30px 40px 25px;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .require-area .cntnr .flex .item:first-child {
    padding: 10px 12px;
    width: 25%;
  }
}
.midcareer-page .require-area .cntnr .flex .item:first-child p {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .require-area .cntnr .flex .item:first-child p {
    font-size: 1.3rem;
  }
}
.midcareer-page .require-area .cntnr .flex .item:last-child {
  width: 72%;
  padding: 30px 40px 25px;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .require-area .cntnr .flex .item:last-child {
    padding: 10px 20px;
    width: 75%;
  }
}
.midcareer-page .require-area .cntnr .flex .item:last-child .cntnt:nth-child(n+2) {
  margin-top: 15px;
}
.midcareer-page .require-area .cntnr .flex .item:last-child p {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .require-area .cntnr .flex .item:last-child p {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .midcareer-page .require-area .cntnr .flex .item:last-child p.txt-15 {
    font-size: 1.3rem;
  }
}
.midcareer-page .require-area .cntnr .flex .item:last-child p.kome {
  padding-left: 18px;
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .require-area .cntnr .flex .item:last-child p.kome {
    margin-top: 2px;
    padding-left: 13px;
  }
}
.midcareer-page .require-area .cntnr .flex .item:last-child p.kome::before {
  content: "※";
  position: absolute;
  top: 0rem;
  left: 0;
}
.midcareer-page .require-area .cntnr .flex .item:last-child p.maru {
  padding-left: 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .require-area .cntnr .flex .item:last-child p.maru {
    padding-left: 22px;
    margin-top: 3px;
  }
}
.midcareer-page .require-area .cntnr .flex .item:last-child p.maru::before {
  content: "◎";
  position: absolute;
  top: 0rem;
  left: 0;
}
.midcareer-page .flow-area > .ttl {
  text-align: center;
}
.midcareer-page .flow-area > .ttl h2 {
  color: #006CB8;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .flow-area > .ttl h2 {
    font-size: 3.3rem;
  }
}
.midcareer-page .flow-area > .ttl p {
  color: #3A79B5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .flow-area > .ttl p {
    font-size: 1.2rem;
  }
}
.midcareer-page .flow-area .flex {
  margin-top: 50px;
  background: rgba(0, 108, 184, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 40px;
}
@media only screen and (max-width: 1100px) {
  .midcareer-page .flow-area .flex {
    margin-top: 40px;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .midcareer-page .flow-area .flex {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.midcareer-page .flow-area .flex .item {
  width: calc((100% - 120px) / 4);
}
@media only screen and (max-width: 768px) {
  .midcareer-page .flow-area .flex .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .midcareer-page .flow-area .flex .item:nth-child(n+2) {
    margin-top: 45px;
  }
}
.midcareer-page .flow-area .flex .arw {
  position: relative;
}
.midcareer-page .flow-area .flex .arw::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 45px;
  background: #fff;
  top: 42.5px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1100px) {
  .midcareer-page .flow-area .flex .arw::before {
    top: 27.5px;
  }
}
@media only screen and (max-width: 768px) {
  .midcareer-page .flow-area .flex .arw {
    width: 100%;
  }
  .midcareer-page .flow-area .flex .arw::before {
    width: 30px;
    height: 15px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background: rgba(60, 185, 229, .5);
  }
}
.midcareer-page .flow-area .flex .item .icon {
  margin: auto;
  width: 130px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50vh;
  text-align: center;
  align-content: center;
}
@media only screen and (max-width: 1100px) {
  .midcareer-page .flow-area .flex .item .icon {
    width: 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .midcareer-page .flow-area .flex .item .icon {
    width: 60px;
    margin: 0 0 auto;
  }
}
.midcareer-page .flow-area .flex .item .icon img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .flow-area .flex .item .txt {
    width: calc(100% - 80px);
  }
}
.midcareer-page .flow-area .flex .item h3 {
  margin-top: 30px;
  color: #006CB8;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .midcareer-page .flow-area .flex .item h3 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .midcareer-page .flow-area .flex .item h3 {
    margin-top: 0;
    text-align: left;
  }
}
.midcareer-page .flow-area .flex .item p {
  margin-top: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .flow-area .flex .item p {
    margin-top: 6px;
    line-height: 1.8;
  }
}
.midcareer-page .c-entry-area {
  background: linear-gradient(90deg, #1E8ED0, #52D9F5);
  margin-top: 140px;
  padding: 100px 0 140px;
}
@media only screen and (max-width: 1100px) {
  .midcareer-page .c-entry-area {
    margin-top: 100px;
    padding: 60px 0 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .midcareer-page .c-entry-area {
    margin-top: 60px;
    padding: 40px 0 60px;
  }
}
.midcareer-page .c-entry-area .c-inner03 > .ttl {
  text-align: center;
}
.midcareer-page .c-entry-area .c-inner03 > .ttl h2 {
  color: #fff;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .c-entry-area .c-inner03 > .ttl h2 {
    font-size: 3.3rem;
  }
}
.midcareer-page .c-entry-area .c-inner03 > .ttl p {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .c-entry-area .c-inner03 > .ttl p {
    font-size: 1.2rem;
  }
}
.midcareer-page .c-entry-area .c-inner03 .cntnr {
  margin-top: 50px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
  .midcareer-page .c-entry-area .c-inner03 .cntnr {
    margin-top: 40px;
  }
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt {
    padding: 20px;
  }
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt:nth-child(n+2) {
  border-top: 1px solid #ddd;
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item {
  padding: 40px 50px;
}
@media only screen and (max-width: 1100px) {
  .midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item {
    padding: 30px 40px;
  }
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item:first-child {
  width: 30%;
  border-right: 1px solid #ddd;
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item:first-child p {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item:first-child {
    width: 100%;
    border: none;
    padding: 0 0 10px 0;
  }
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item:last-child {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item:last-child {
    width: 100%;
    padding: 0;
  }
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item:last-child p.txt-17 {
  font-weight: 500;
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item p.mt {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item p.mt {
    margin-top: 10px;
  }
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item p.en02 {
  color: #006CB8;
  align-items: center;
  display: flex;
  line-height: 1;
  margin-top: 20px;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item p.en02 {
    margin-top: 10px;
  }
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item .grad {
  line-height: 1;
  background: linear-gradient(90deg, #0071BC 0%, #0877BE 15%, #2189C6 38%, #48A7D2 68%, #7ACCE2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item .grad {
    margin-left: 10px;
  }
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item .kome {
  padding-left: 18px;
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item .kome {
    margin-top: 2px;
    padding-left: 13px;
  }
}
.midcareer-page .c-entry-area .c-inner03 .cntnr .cntnt .item .kome::before {
  content: "※";
  position: absolute;
  top: 0rem;
  left: 0;
}

/* ジョブリターン採用 */
.jobreturn-page {
  position: relative;
  overflow: hidden;
}
.jobreturn-page .asi {
  position: absolute;
  top: 0;
  right: 0;
  width: 64%;
  max-width: 900px;
}
.jobreturn-page .fv-area {
  position: relative;
  margin-top: 170px;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .fv-area {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .jobreturn-page .fv-area {
    margin-top: 100px;
  }
}
.jobreturn-page .fv-area .txt {
  max-width: 800px;
}
.jobreturn-page .fv-area .txt p.en {
  color: #006CB8;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .fv-area .txt p.en {
    font-size: 1.4rem;
  }
}
.jobreturn-page .fv-area .txt h1 {
  font-weight: 400;
  margin: 30px 0 0;
  line-height: 1.4;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .fv-area .txt h1 {
    margin: 20px 0 0px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .jobreturn-page .fv-area .txt h1 {
    margin: 10px 0 0px;
    font-size: 2.6rem;
  }
}
.jobreturn-page .fv-area .txt p.txt-16 {
  font-weight: 500;
}
.jobreturn-page .about-area {
  padding: 140px 0 0;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .about-area {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .jobreturn-page .about-area {
    padding: 60px 0 0;
  }
}
.jobreturn-page .about-area > .ttl {
  text-align: center;
}
.jobreturn-page .about-area > .ttl h2 {
  color: #006CB8;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area > .ttl h2 {
    font-size: 3.3rem;
  }
}
.jobreturn-page .about-area > .ttl p {
  color: #3A79B5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area > .ttl p {
    font-size: 1.2rem;
  }
}
.jobreturn-page .about-area > p {
  max-width: 800px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area > p {
    margin: 20px auto 0;
  }
}
.jobreturn-page .about-area .cell::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, .2);
    -webkit-clip-path: polygon(0 0, 32% 0, 100% 100%, 68% 100%);
    clip-path: polygon(0 0, 32% 0, 100% 100%, 68% 100%);
    width: 220%;
    height: 105%;
    top: -5%;
    left: -60%;
    z-index: 0;
}
.jobreturn-page .about-area .cell {
  /* border-radius: 20px; */
  padding: 100px 0 140px;
  overflow: hidden;
  box-shadow: 0px 4px 14px 0px rgba(88, 90, 99, 0.25);
  margin-top: 100px;
  background: linear-gradient(90deg, #1E8ED0, #52D9F5);
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .about-area .cell {
    /* border-radius: 15px; */
    padding: 100px 0 100px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .jobreturn-page .about-area .cell {
    /* border-radius: 10px; */
    padding: 60px 0;
    margin-top: 60px;
  }
}
.jobreturn-page .about-area .cell > .ttl {
  text-align: center;
  /* background: linear-gradient(90deg, #006CB8, #2192D2); */
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .about-area .cell > .ttl {
    /* padding: 40px 0 0; */
  }
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell > .ttl {
    /* padding: 30px 0 0; */
  }
}
.jobreturn-page .about-area .cell > .ttl p {
  color: #006CB8;
  background: #fff;
  border-radius: 50vh;
  padding: 4px 20px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.jobreturn-page .about-area .cell > .ttl h2 {
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell > .ttl h2 {
    line-height: 1.4;
    font-size: 2.2rem;
  }
}
.jobreturn-page .about-area .cell .cntnr {
  padding: 50px 0px 0px;
  max-width: 800px;
  margin: auto;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .about-area .cell .cntnr {
    max-width: 1000px;
    width: 100%;
    padding: 40px 40px 0 40px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .jobreturn-page .about-area .cell .cntnr {
    padding: 20px 20px 0 20px;
    text-align: left;
  }
}
.jobreturn-page .about-area .cell .cntnr > p {
  display: inline-block;
  font-weight: 400;
  color: #222;
  color: #fff;
}
.jobreturn-page .about-area .cell .cntnr > p.kome {
  padding-left: 18px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell .cntnr > p.kome {
    padding-left: 18px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.jobreturn-page .about-area .cell .cntnr > p.kome::before {
  content: "※";
  position: absolute;
  top: 0rem;
  left: 0;
}
.jobreturn-page .about-area .cell .cntnr .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell .cntnr .flex {
    margin-top: 30px;
  }
}
.jobreturn-page .about-area .cell .cntnr .flex:nth-child(n+4) {
  margin-top: 20px;
}
.jobreturn-page .about-area .cell .cntnr .flex .pht {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell .cntnr .flex .pht {
    width: 100%;
    height: 180px;
  }
  .jobreturn-page .about-area .cell .cntnr .flex .pht img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.jobreturn-page .about-area .cell .cntnr .flex .txt {
  width: 60%;
  /* background: rgba(0, 108, 184, 0.05); */
  background: #fff;
  text-align: left;
  padding: 40px 50px;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell .cntnr .flex .txt {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
.jobreturn-page .about-area .cell .cntnr .flex .txt p.en {
  /* background: #fff; */
  background: #006CB8;
  border-radius: 50vh;
  padding: 5px 20px;
  display: inline-block;
  /* color: #006CB8; */
  color: #fff;
  font-weight: 550;
}
.jobreturn-page .about-area .cell .cntnr .flex .txt p:nth-child(2) {
  margin-top: 15px;
  color: #006CB8;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell .cntnr .flex .txt p:nth-child(2) {
    font-size: 1.6rem;
    margin-top: 8px;
    text-align: left;
  }
}
.jobreturn-page .about-area .cell .cntnr .entry-area {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell .cntnr .entry-area {
    margin-top: 40px;
  }
}
.jobreturn-page .about-area .cell .cntnr .entry-area .entry-btn {
  width: 100%;
  max-width: 450px;
  height: 110px;
  margin-bottom: 20px;
  padding: 0 30px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell .cntnr .entry-area .entry-btn {
    height: 80px;
    margin-bottom: 13px;
    padding: 0 15px;
  }
}
.jobreturn-page .about-area .cell .cntnr .entry-area .entry-btn .arw {
  width: 60px;
  height: 60px;
  border: 1px solid #006CB8;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell .cntnr .entry-area .entry-btn .arw {
    width: 35px;
    height: 35px;
  }
}
.jobreturn-page .about-area .cell .cntnr .entry-area .entry-btn .arw img {
  width: 16px;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell .cntnr .entry-area .entry-btn .arw img {
    width: 10px;
  }
}
.jobreturn-page .about-area .cell .cntnr .entry-area .entry-btn p {
  font-weight: 600;
  color: #006CB8;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .about-area .cell .cntnr .entry-area .entry-btn p {
    font-size: 1.6rem;
  }
}
.jobreturn-page .require-area {
  padding: 140px 0 140px;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .require-area {
    padding: 100px 0 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .jobreturn-page .require-area {
    padding: 60px 0 60px;
  }
}
.jobreturn-page .require-area > .ttl {
  text-align: center;
}
.jobreturn-page .require-area > .ttl h2 {
  color: #006CB8;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area > .ttl h2 {
    font-size: 3.3rem;
  }
}
.jobreturn-page .require-area > .ttl p {
  color: #3A79B5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area > .ttl p {
    font-size: 1.2rem;
  }
}
.jobreturn-page .require-area .lead {
  /* margin-top: 10px; */
}
.jobreturn-page .require-area .lead p{
  font-weight: 500;
}
.jobreturn-page .require-area .lead ul{
  margin-top: 5px;
}
.jobreturn-page .require-area .lead ul li{
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area .lead ul li{
    font-size: 1.3rem;
    line-height: 1.8;
    padding-left: 15px;
    margin-top: 5px;
  }
}
.jobreturn-page .require-area .lead ul li::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.jobreturn-page .require-area .lead .kome{
  position: relative;
  padding-left: 25px;
  line-height: 1.4;
  margin-top: 10px !important;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area .lead .kome{
    /* padding-left: 20px !important; */
    margin-top: 5px !important;
  }
}
.jobreturn-page .require-area .lead .kome::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 5px;
}
.jobreturn-page .require-area .cntnr {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
  box-shadow: 0px 4px 14px 0px rgba(88, 90, 99, 0.25);
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area .cntnr {
    margin-top: 30px;
    border-radius: 7px;
  }
}
.jobreturn-page .require-area .cntnr .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.jobreturn-page .require-area .cntnr .flex:last-child {
  border: none;
}
.jobreturn-page .require-area .cntnr .flex .item:first-child {
  width: 28%;
  background: #006CB8;
  padding: 30px 40px 25px;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area .cntnr .flex .item:first-child {
    padding: 10px 12px;
    width: 25%;
  }
}
.jobreturn-page .require-area .cntnr .flex .item:first-child p {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area .cntnr .flex .item:first-child p {
    font-size: 1.3rem;
  }
}
.jobreturn-page .require-area .cntnr .flex .item:last-child {
  width: 72%;
  padding: 30px 40px 25px;
  align-content: center;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area .cntnr .flex .item:last-child {
    padding: 10px 20px;
    width: 75%;
  }
}
.jobreturn-page .require-area .cntnr .flex .item:last-child .cntnt:nth-child(n+2) {
  margin-top: 15px;
}
.jobreturn-page .require-area .cntnr .flex .item:last-child p {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area .cntnr .flex .item:last-child p {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area .cntnr .flex .item:last-child p.txt-15 {
    font-size: 1.3rem;
  }
}
.jobreturn-page .require-area .cntnr .flex .item:last-child p.kome {
  padding-left: 18px;
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area .cntnr .flex .item:last-child p.kome {
    margin-top: 2px;
    padding-left: 13px;
  }
}
.jobreturn-page .require-area .cntnr .flex .item:last-child p.kome::before {
  content: "※";
  position: absolute;
  top: 0rem;
  left: 0;
}
.jobreturn-page .require-area .cntnr .flex .item:last-child p.maru {
  padding-left: 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .require-area .cntnr .flex .item:last-child p.maru {
    padding-left: 22px;
    margin-top: 3px;
  }
}
.jobreturn-page .require-area .cntnr .flex .item:last-child p.maru::before {
  content: "◎";
  position: absolute;
  top: 0rem;
  left: 0;
}
.jobreturn-page .flow-area > .ttl {
  text-align: center;
}
.jobreturn-page .flow-area > .ttl h2 {
  color: #006CB8;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .flow-area > .ttl h2 {
    font-size: 3.3rem;
  }
}
.jobreturn-page .flow-area > .ttl p {
  color: #3A79B5;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .flow-area > .ttl p {
    font-size: 1.2rem;
  }
}
.jobreturn-page .flow-area .flex {
  margin-top: 50px;
  background: rgba(0, 108, 184, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 40px;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .flow-area .flex {
    margin-top: 40px;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .jobreturn-page .flow-area .flex {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.jobreturn-page .flow-area .flex .item {
  width: calc((100% - 120px) / 4);
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .flow-area .flex .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jobreturn-page .flow-area .flex .item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.jobreturn-page .flow-area .flex .item .icon {
  margin: auto;
  width: 130px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50vh;
  text-align: center;
  align-content: center;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .flow-area .flex .item .icon {
    width: 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .jobreturn-page .flow-area .flex .item .icon {
    width: 60px;
    margin: 0 0 auto;
  }
}
.jobreturn-page .flow-area .flex .item .icon img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .flow-area .flex .item .txt {
    width: calc(100% - 80px);
  }
}
.jobreturn-page .flow-area .flex .item h3 {
  margin-top: 30px;
  color: #006CB8;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .flow-area .flex .item h3 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .jobreturn-page .flow-area .flex .item h3 {
    margin-top: 0;
    text-align: left;
  }
}
.jobreturn-page .flow-area .flex .item p {
  margin-top: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .flow-area .flex .item p {
    margin-top: 6px;
    line-height: 1.8;
  }
}
.jobreturn-page .contact-area {
  background: linear-gradient(90deg, #1E8ED0, #52D9F5);
  /* margin-top: 140px; */
  padding: 80px 0 140px;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .contact-area {
    /* margin-top: 100px; */
    padding: 60px 0 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .jobreturn-page .contact-area {
    /* margin-top: 60px; */
    padding: 40px 0 60px;
  }
}
.jobreturn-page .contact-area .c-inner03 > .ttl {
  text-align: center;
}
.jobreturn-page .contact-area .c-inner03 > .ttl h2 {
  color: #fff;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .contact-area .c-inner03 > .ttl h2 {
    font-size: 3.3rem;
  }
}
.jobreturn-page .contact-area .c-inner03 > .ttl p {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .contact-area .c-inner03 > .ttl p {
    font-size: 1.2rem;
  }
}
.jobreturn-page .contact-area .c-inner03 .cntnr {
  margin-top: 50px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .contact-area .c-inner03 .cntnr {
    margin-top: 40px;
  }
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .contact-area .c-inner03 .cntnr .cntnt {
    padding: 20px;
  }
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt:nth-child(n+2) {
  border-top: 1px solid #ddd;
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item {
  padding: 40px 50px;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item {
    padding: 30px 40px;
  }
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item:first-child {
  width: 30%;
  border-right: 1px solid #ddd;
  align-content: center;
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item:first-child p {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item:first-child {
    width: 100%;
    border: none;
    padding: 0 0 10px 0;
  }
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item:last-child {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item:last-child {
    width: 100%;
    padding: 0;
  }
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item:last-child p.txt-17 {
  font-weight: 500;
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item p.mt {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item p.mt {
    margin-top: 10px;
  }
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item p.en02 {
  color: #006CB8;
  align-items: center;
  display: flex;
  line-height: 1;
  margin-top: 20px;
  font-weight: 550;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item p.en02 {
    margin-top: 10px;
  }
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item .grad {
  line-height: 1;
  background: linear-gradient(90deg, #0071BC 0%, #0877BE 15%, #2189C6 38%, #48A7D2 68%, #7ACCE2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item .grad {
    margin-left: 10px;
  }
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item .kome {
  padding-left: 18px;
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item .kome {
    margin-top: 2px;
    padding-left: 13px;
  }
}
.jobreturn-page .contact-area .c-inner03 .cntnr .cntnt .item .kome::before {
  content: "※";
  position: absolute;
  top: 0rem;
  left: 0;
}
.jobreturn-page > .entry-area {
  padding: 140px 0;
}
@media only screen and (max-width: 1100px) {
  .jobreturn-page > .entry-area {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .jobreturn-page > .entry-area {
    padding: 80px 0;
  }
}
.jobreturn-page > .entry-area .entry-btn {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */

/* インタビュー */
.interview-page {
  position: relative;
  overflow: hidden;
}
.interview-page .fv-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
}
.interview-page .fv-area .pht {
  width: 100vw;
  max-height: 740px;
  position: relative;
  min-height: 400px;
}
.interview-page .fv-area .pht img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-page .fv-area .pht::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  background: linear-gradient(rgba(82, 217, 245, 0), rgb(30, 142, 208));
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.interview-page .fv-area .txt {
  position: absolute;
  margin-left: calc((100% - 1200px) / 2);
  bottom: 90px;
  left: 0;
}
@media only screen and (max-width: 1330px) {
  .interview-page .fv-area .txt {
    margin-left: 5%;
    bottom: 60px;
  }
}
@media only screen and (max-width: 1330px) and (max-width: 768px) {
  .interview-page .fv-area .txt {
    bottom: 25px;
  }
}
.interview-page .fv-area .txt p.txt-20 {
  color: #fff;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
  display: inline-block;
}
@media only screen and (max-width: 1100px) {
  .interview-page .fv-area .txt p.txt-20 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .fv-area .txt p.txt-20 {
    margin-bottom: 15px;
    padding-left: 18px;
    font-size: 1.4rem;
  }
}
.interview-page .fv-area .txt p.txt-20::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50vh;
  left: 9px;
  top: 6px;
}
@media only screen and (max-width: 1100px) {
  .interview-page .fv-area .txt p.txt-20::before {
    top: 0.5vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .fv-area .txt p.txt-20::before {
    top: 5px;
    width: 8px;
    height: 8px;
    left: 5px;
  }
}
.interview-page .fv-area .txt p.txt-20 span.txt-18 {
  padding-left: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .interview-page .fv-area .txt p.txt-20 span.txt-18 {
    display: inline-block;
    margin-top: 10px;
    padding-left: 0;
    margin-top: 8px;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.interview-page .fv-area .txt h1 {
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .interview-page .fv-area .txt h1 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .fv-area .txt h1 {
    font-size: 2.2rem;
    padding-left: 15px;
  }
}
.interview-page .interview-area {
  padding-top: 160px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .interview-page .interview-area {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .interview-area {
    padding-top: 60px;
  }
}
.interview-page .interview-area .asi {
  position: absolute;
}
.interview-page .interview-area .asi:nth-child(1) {
  top: -120px;
  right: 0;
}
.interview-page .interview-area .asi:nth-child(2) {
  top: 40%;
  left: 0;
}
.interview-page .interview-area .asi:nth-child(3) {
  top: 77%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .interview-page .interview-area .asi:nth-child(1) {
    right: -60%;
  }
  .interview-page .interview-area .asi:nth-child(3) {
    top: 73%;
  }
}
.interview-page .interview-area .cntnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.interview-page .interview-area .cntnr .pin-spacer {
  height: auto !important;
}
.interview-page .interview-area .cntnr .pht-slide {
  position: sticky;
  width: 42%;
}
.interview-page .interview-area .cntnr .pht-slide .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 10px;
  overflow: hidden;
}
.interview-page .interview-area .cntnr .pht-slide .slide-img.active {
  opacity: 1;
}
.interview-page .interview-area .cntnr .txt-slide {
  width: 48%;
}
@media only screen and (max-width: 1200px) {
  .interview-page .interview-area .cntnr .txt-slide {
    width: 53%;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) {
  .interview-page .interview-area .cntnr .txt-slide {
    width: 100%;
  }
}
.interview-page .interview-area .cntnr .txt-slide .slide-item .kome{
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item .kome{
    padding-left: 15px;
    line-height: 1.6;
  }
}
.interview-page .interview-area .cntnr .txt-slide .slide-item .kome::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.interview-page .interview-area .cntnr .txt-slide .slide-item {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1100px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item {
    padding-bottom: 60px;
  }
}
.interview-page .interview-area .cntnr .txt-slide .slide-item:last-child {
  padding-bottom: 0;
}
.interview-page .interview-area .cntnr .txt-slide .slide-item .ttl {
  margin-bottom: 40px;
}
.interview-page .interview-area .cntnr .txt-slide .slide-item .ttl:nth-child(n+2) {
  margin-top: 120px;
}
.interview-page .interview-area .cntnr .txt-slide .slide-item .ttl p{
  margin-bottom: 20px;
  color: #006CB8;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}
.interview-page .interview-area .cntnr .txt-slide .slide-item .ttl p::before{
  content: "⚫︎";
  position: absolute;
  left: 0;
  top: 0;
}
.interview-page .interview-area .cntnr .txt-slide .slide-item h2 {
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item .ttl {
    margin-bottom: 30px;
  }
  .interview-page .interview-area .cntnr .txt-slide .slide-item .ttl:nth-child(n+2) {
    margin-top: 100px;
  }
  .interview-page .interview-area .cntnr .txt-slide .slide-item .ttl p{
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item .ttl {
    margin-bottom: 25px;
  }
  .interview-page .interview-area .cntnr .txt-slide .slide-item .ttl:nth-child(n+2) {
    margin-top: 40px;
  }
  .interview-page .interview-area .cntnr .txt-slide .slide-item .ttl p{
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.interview-page .interview-area .cntnr .txt-slide .slide-item h2 span {
  line-height: 1;
  padding: 8px 14px;
  background: #006CB8;
  display: inline-block;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item h2 span {
    padding: 6px 10px;
  }
}
.interview-page .interview-area .cntnr .txt-slide .slide-item h2 span:nth-child(n+2) {
  margin-top: 9px;
}
@media only screen and (max-width: 768px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item h2 span:nth-child(n+2) {
    margin-top: 5px;
  }
}
.interview-page .interview-area .cntnr .txt-slide .slide-item .cntnt:nth-child(n+4) {
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item .cntnt:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item .cntnt:nth-child(n+4) {
    margin-top: 20px;
  }
}
.interview-page .interview-area .cntnr .txt-slide .slide-item .cntnt h3 {
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 42px;
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item .cntnt h3 {
    padding-left: 32px;
    margin-bottom: 12px;
  }
}
.interview-page .interview-area .cntnr .txt-slide .slide-item .cntnt h3::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background: #006CB8;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item .cntnt h3::before {
    width: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .interview-page .interview-area .cntnr .txt-slide .slide-item .cntnt p {
    line-height: 1.8;
  }
}
.interview-page .interview-area .cntnr .txt-slide .pht {
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .interview-page .interview-area .cntnr .txt-slide .pht {
    height: 200px;
  }
}
.interview-page .interview-area .cntnr .txt-slide .pht img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.interview-page .pht-area {
  margin-top: 160px;
}
/* .interview-page .pht-area .slide-item{
  margin-top: 60px;
}
.interview-page .pht-area .slide-item .cntnt:nth-child(n+2) {
  margin-top: 40px;
}
.interview-page .pht-area .slide-item h2 {
  color: #fff;
  margin-bottom: 60px;
}
.interview-page .pht-area .slide-item h2 span {
  line-height: 1;
  padding: 8px 14px;
  background: #006CB8;
  display: inline-block;
  font-weight: 500;
}
.interview-page .pht-area .slide-item h2 span:nth-child(n+2) {
  margin-top: 9px;
}
.interview-page .pht-area .slide-item h3{
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 42px;
  position: relative;
  line-height: 1;
}
.interview-page .pht-area .slide-item h3::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background: #006CB8;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
} */
@media only screen and (max-width: 1100px) {
  .interview-page .pht-area {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .pht-area {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .interview-page .pht-area img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.interview-page .message-area {
  margin-top: 140px;
  background: linear-gradient(90deg, rgba(30, 142, 208, 1), rgba(82, 217, 245, 1));
  border-radius: 20px;
  padding: 50px;
}
.interview-page .message-area .ttl{
  margin-bottom: 20px;
}
.interview-page .message-area .ttl p{
  margin-bottom: 10px;
}
.interview-page .message-area .ttl p,
.interview-page .message-area .ttl h2{
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.interview-page .message-area .txt > p{
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .interview-page .message-area {
    margin-top: 80px;
    border-radius: 15px;
    padding: 30px;
  }
  .interview-page .message-area .ttl{
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .interview-page .message-area {
    margin-top: 60px;
    border-radius: 10px;
    padding: 20px;
  }
  .interview-page .message-area .ttl{
    margin-bottom: 15px;
  }
  .interview-page .message-area .ttl p{
    margin-bottom: 5px;
  }
  .interview-page .message-area .ttl h2{
    font-size: 2.0rem;
  }
}
.interview-page .other-area {
  background: linear-gradient(60deg, rgb(70, 200, 236), rgb(243, 250, 252));
  padding: 100px 0;
  margin-top: 140px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .interview-page .other-area {
    margin-top: 100px;
    padding: 100px 0;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .other-area {
    margin-top: 80px;
    padding: 40px 0px;
    margin-bottom: 60px;
  }
}
.interview-page .other-area .c-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  align-items: center;
}
.interview-page .other-area .c-inner .ttl{
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .interview-page .other-area .c-inner .ttl{
    width: 100%;
  }
}
.interview-page .other-area .c-inner .index-btn{
  background: #fff;
  display: block;
  width: 70%;
  height: 60px;
  min-width: 200px;
  position: relative;
  margin: 0px auto 0;
}
@media only screen and (max-width: 768px) {
  .interview-page .other-area .c-inner .index-btn{
    height: 60px;
    margin-top: 30px;
  }
}
.interview-page .other-area .c-inner .index-btn p{
  color: #006cb8;
  text-align: center;
  align-content: center;
  font-weight: 600;
  height: 100%;
}
.interview-page .other-area .c-inner .index-btn .arw{
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all .4s;
}
@media only screen and (max-width: 768px) {
  .interview-page .other-area .c-inner .index-btn .arw{
    right: 20px;
  }
}
.interview-page .other-area .c-inner .index-btn:hover .arw{
  right: 25px;
}
.interview-page .other-area h2 {
  text-align: center;
  color: #006CB8;
  line-height: 1;
  margin-bottom: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .interview-page .other-area h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .other-area h2 {
    margin-bottom: 25px;
  }
}
.interview-page .other-area .cntnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .interview-page .other-area .cntnr {
    width: 70%;
    margin: auto;
    max-width: 400px;
  }
}
.interview-page .other-area .cntnr .cntnt {
  width: 100%;
}
.interview-page .other-area .cntnr .cntnt .pht {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .interview-page .other-area .cntnr .cntnt .pht {
    height: 130px;
  }
}
.interview-page .other-area .cntnr .cntnt .pht img {
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.interview-page .other-area .cntnr .cntnt p.txt-24 {
  font-weight: 600;
  margin-top: 30px;
  line-height: 1;
}
@media only screen and (max-width: 1100px) {
  .interview-page .other-area .cntnr .cntnt p.txt-24 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .other-area .cntnr .cntnt p.txt-24 {
    margin-top: 13px;
    font-size: 1.5rem;
  }
}
.interview-page .other-area .cntnr .cntnt p.txt-15 {
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .interview-page .other-area .cntnr .cntnt p.txt-15 {
    margin-top: 8px;
    font-size: 1.1rem;
  }
}
.interview-page .other-area .cntnr .cntnt:hover .pht img {
  transform: scale(1.04);
}
.interview-page .entry-area .entry-btn {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1100px) {
  .interview-page .entry-area .entry-btn {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  .interview-page .entry-area .entry-btn {
    margin-bottom: 60px;
  }
}
.interview-page#interview01 .fv-area .pht img {
  object-position: 80% 0;
}
.interview-page#interview02 .fv-area .pht img {
  object-position: 70% 20%;
}