@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.03em;
}

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

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
html body {
  overflow-x: hidden;
  background: #ecf7fe;
}

p,
a,
li,
span {
  line-height: 1.6;
  font-size: 1.6rem;
}

@media (scripting: none) {
  html {
    scroll-behavior: smooth;
  }
}
@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
.has-font-color-color {
  color: #242424;
}

.has-white-color {
  color: #ffffff;
}

.has-main-color-color {
  color: #003b82;
}

.has-sub-color-color {
  color: #55b4fa;
}

.has-bg-color-color {
  color: #ecf7fe;
}

.has-yellow-color {
  color: #fffccc;
}

.has-font-color-background-color {
  background-color: #242424;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-main-color-background-color {
  background-color: #003b82;
}

.has-sub-color-background-color {
  background-color: #55b4fa;
}

.has-bg-color-background-color {
  background-color: #ecf7fe;
}

.has-yellow-background-color {
  background-color: #fffccc;
}

.heading2 {
  padding-left: 36px;
  position: relative;
}
.heading2::before, .heading2::after {
  content: "";
  width: 24px;
  height: 6px;
  background: #55b4fa;
  border-radius: 4px;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.heading2::after {
  width: 12px;
  background: #003b82;
  border-radius: 4px 0 0 4px;
}

input {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

.pop {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.moc {
  font-family: "Mochiy Pop One", "Noto Sans JP", sans-serif;
}

.mon {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.upper {
  text-transform: uppercase;
}

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

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

.sp-none {
  display: block;
}
@media screen and (max-width: 766.9px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 766.9px) {
  .sp-block {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

.description {
  font-size: 1.6rem;
  line-height: 2;
}

a {
  color: #242424;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.wrapper {
  width: 100%;
  background: #ecf7fe;
  overflow: hidden;
  padding: 120px 0;
}
@media screen and (max-width: 766.9px) {
  .wrapper {
    padding: 64px 0 80px;
  }
}

.cont {
  width: 85.3%;
  max-width: 1160px;
  margin: 0 auto;
}

li {
  list-style: none;
}

.more_btn_parent .more_btn,
.more_btn a {
  display: inline-block;
  min-width: 260px;
  border-radius: 100px;
  border: solid 2px #003b82;
  background: #003b82;
  color: #fff;
  font-size: 1.8rem;
  color: #fff;
  padding: 26px 0 26px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: left;
  max-width: 100%;
}
.more_btn_parent .more_btn::before,
.more_btn a::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more_btn_parent .more_btn:hover,
.more_btn a:hover {
  background: #f1f4fa;
  color: #003b82;
  opacity: 1;
}
.more_btn_parent .more_btn:hover::before,
.more_btn a:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
}

.more_btn_parent .more_btn {
  padding: 14px 62px 14px 22px;
}
.more_btn_parent:hover .more_btn {
  background: #f1f4fa;
  color: #003b82;
  min-width: unset;
}
.more_btn_parent:hover .more_btn::before {
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
}

@media screen and (min-width: 1180px) {
  .header {
    position: fixed;
    width: calc(100% - 32px);
    border-radius: 16px;
    height: 80px;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 11;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 4px 4px rgba(36, 36, 36, 0.1);
            box-shadow: 0 4px 4px rgba(36, 36, 36, 0.1);
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  h1 {
    background: #003b82;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #003b82;
    height: 100%;
    width: 360px;
  }
  h1 a {
    padding-top: 10px;
  }
  h1 img {
    width: 100%;
    display: block;
  }
  h1 span {
    font-weight: 700;
    color: #fff;
  }
  .gnav {
    height: 100%;
  }
  .gnav .ham_block {
    display: none;
  }
  .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 32px;
    padding-right: 40px;
  }
  .gnav ul .ham_block {
    display: none;
  }
  .gnav ul li a {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gnav ul li a:hover {
    color: #003b82;
    opacity: 1;
  }
  .gnav ul .current-menu-item a {
    color: #003b82;
  }
  .gnav .header-entry {
    background: #ff7100;
    padding: 31px 32px;
    display: grid;
    place-content: center;
  }
}
@media screen and (max-width: 1179.9px) {
  .header-entry_sp {
    background: #ff7100;
    width: 95px;
    height: 98px;
    border-radius: 16px;
    position: fixed;
    bottom: 16px;
    right: 11px;
  }
  .header-entry_sp a {
    display: block;
    padding-top: 8px;
  }
  .header-entry_sp img {
    display: block;
    margin-inline: auto;
  }
  .header-entry_sp img:first-child {
    width: 56px;
    margin-bottom: 6px;
  }
  .header-entry_sp img:last-child {
    width: 63px;
  }
  .header {
    position: fixed;
    height: 56px;
    top: 12px;
    left: 12px;
    display: block;
    width: calc(100% - 24px);
    z-index: 11;
  }
  .header .header__inner {
    padding: 14px 20px;
    height: 100%;
    background: #003b82;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 4px rgba(36, 36, 36, 0.1);
            box-shadow: 0 4px 4px rgba(36, 36, 36, 0.1);
  }
  .header h1 {
    width: 187px;
    height: 100%;
  }
  .header h1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header h1 span {
    font-size: 1.1rem;
    color: #fff;
  }
  .header .header-wrap {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    border-radius: 0;
    background: #003b82;
    display: block;
    margin: 0;
    width: 100%;
    -webkit-transition: height 0.6s;
    transition: height 0.6s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 56px;
    width: calc(100% - 24px);
    left: 12px;
    z-index: 90;
    overflow: auto;
    border-radius: 0 0 16px 16px;
  }
  .header .ham_block {
    display: block;
  }
  .header .gnav {
    margin: 76px 40px 64px;
    display: block;
  }
  .header .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 45px;
  }
  .header .gnav a {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
  }
  .header .gnav .corporate_link {
    margin: 5px 0 0;
  }
  .header .gnav .corporate_link a {
    font-size: 1.4rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .header .gnav .header-entry {
    background: #ff7100;
    border-radius: 16px;
    width: 100%;
    max-width: 272px;
    position: relative;
    text-align: center;
    padding: 26px 16px;
  }
  .header .gnav .header-entry img {
    width: 105px;
    display: block;
    margin: 0 auto;
    padding-left: 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .header .gnav .header-entry::before {
    content: "";
    width: 56px;
    height: 56px;
    background-image: url(../img/mascot1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.hamburger {
  display: none;
}

@media screen and (max-width: 1179.9px) {
  .hamburger {
    display: block;
    cursor: pointer;
    width: 56px;
    height: 56px;
    position: fixed;
    top: 12px;
    right: 17px;
    z-index: 99;
    background: none;
    border: none;
    color: #fff;
    text-align: center;
  }
  .hamburger::after {
    content: "メニュー";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
  }
  .hamburger__line,
  .hamburger__line::before,
  .hamburger__line::after {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
  }
  .hamburger__line {
    left: 17px;
    top: 12px;
  }
  .hamburger__line::before {
    content: "";
    top: 7px;
    left: 0;
  }
  .hamburger__line::after {
    content: "";
    top: 14px;
    left: 0;
  }
  /*activeクラスが付与されると線が回転して×になる*/
  .hamburger.active span {
    top: 13px;
    -webkit-transform: translateY(6px) rotate(-35deg);
            transform: translateY(6px) rotate(-35deg);
    width: 24px;
  }
  .hamburger.active span::before {
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .hamburger.active span::after {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
    width: 24px;
  }
  .header-wrap.active {
    -webkit-transition: height 0.6s;
    transition: height 0.6s;
    max-height: calc(100svh - 68px);
    overflow: auto;
  }
}
.page_top {
  background: #55d2fa;
  padding-top: 112px;
  border-bottom: solid 8px #003b82;
  position: relative;
}
@media screen and (max-width: 766.9px) {
  .page_top {
    padding-top: 104px;
  }
}
.page_top::after {
  content: "";
  background-image: url(../img/mascot.svg);
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -8px;
  right: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766.9px) {
  .page_top::after {
    width: 64px;
    right: 24px;
    bottom: 0;
  }
}
.page_top .cont {
  min-height: 192px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 8px;
  width: 87.2%;
}
@media screen and (max-width: 766.9px) {
  .page_top .cont {
    min-height: 110px;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    padding-top: 0;
  }
}
.page_top h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 900;
  padding-left: 56px;
  position: relative;
  max-width: calc(100% - 180px);
}
@media screen and (max-width: 766.9px) {
  .page_top h2 {
    font-size: 2.4rem;
    padding-left: 32px;
    max-width: unset;
  }
}
.page_top h2::before, .page_top h2::after {
  content: "";
  width: 32px;
  height: 6px;
  background: #55b4fa;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 766.9px) {
  .page_top h2::before, .page_top h2::after {
    width: 16px;
  }
}
.page_top h2::after {
  width: 16px;
  background: #003b82;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 766.9px) {
  .page_top h2::after {
    width: 8px;
  }
}

.pankuzu {
  background: #fff;
  padding: 16px 0;
}
.pankuzu .cont {
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pankuzu a,
.pankuzu span {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 766.9px) {
  .pankuzu a,
  .pankuzu span {
    font-size: 1.2rem;
  }
}
.pankuzu .current-item {
  color: #003b82;
  font-weight: 700;
}

.faq_content {
  margin-bottom: 40px;
}
@media screen and (max-width: 766.9px) {
  .faq_content {
    margin-bottom: 24px;
  }
}
.faq_content .question {
  color: #fff;
  padding: 24px 64px;
  background: #003b82;
  gap: 16px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 766.9px) {
  .faq_content .question {
    padding: 24px;
    font-size: 1.8rem;
  }
}
.faq_content .question span {
  font-size: 3.2rem;
  line-height: 1;
}
.faq_content .answer {
  background: #fff;
  padding: 22px 62px 30px;
  border-radius: 0 0 16px 16px;
  border: solid 4px #003b82;
  border-top: none;
}
@media screen and (max-width: 766.9px) {
  .faq_content .answer {
    padding: 24px 32px;
  }
}

.faq_content:last-child {
  margin-bottom: 0;
}

.search {
  /* 親タームの <li> だけに適用（.children を持っている .cat-item） */
  /* 子の .children には影響しないように、明示的に初期化もOK */
}
.search .cat-item:has(> .children) input {
  display: none;
}
.search .cat-item .children input {
  display: inline-block;
}

.search .cont {
  border-radius: 16px;
  padding: 36px 60px 60px;
  background: #fff;
  border: solid 4px #55b4fa;
}
@media screen and (max-width: 766.9px) {
  .search .cont {
    padding: 0 20px 30px;
  }
}

.search .inner form > div > ul {
  display: block;
}
.search .inner form > div > ul * {
  line-height: 2;
}
.search .inner form > div > ul > li {
  border-bottom: solid 1px #c6e6ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 22px 0 23px;
}
@media screen and (max-width: 766.9px) {
  .search .inner form > div > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search .inner form > div > ul > li:last-child, .search .inner form > div > ul > li:nth-last-child(2) {
  border: none;
}
.search .inner form > div > ul > li:last-child {
  margin-top: 16px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0;
}
.search .inner form > div > ul > li:last-child::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search .inner form > div > ul > li:last-child input[type=submit] {
  background: #003b82;
  color: #fff;
  padding: 10px 62px 12px 22px;
  border-radius: 100px;
  border: solid 2px #003b82;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.search .inner form > div > ul > li:last-child:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
}
.search .inner form > div > ul > li:last-child:hover input {
  background: #f1f4fa;
  color: #003b82;
}
.search .inner form > div > ul > li input[type=checkbox] {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 2px 0 0;
}
.search .inner form > div > ul > li h4 {
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 144px;
  gap: 6px;
  margin: 0;
}
.search .inner form > div > ul > li h4::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #003b82;
  border-radius: 50%;
}
.search .inner form > div > ul > li ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 6px;
}
@media screen and (max-width: 766.9px) {
  .search .inner form > div > ul > li ul {
    row-gap: 4px;
  }
}
.search .inner form > div > ul > li:first-child > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
}
.search .inner form > div > ul > li:first-child > ul > li > label {
  font-weight: 700;
}
.search .inner form > div > ul > li:first-child > ul > li ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page_guidelines .search {
  margin-bottom: 64px;
}
@media screen and (max-width: 766.9px) {
  .page_guidelines .search {
    margin-bottom: 40px;
  }
}

.job-list-wrapper h3 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: solid 2px #003b82;
  margin-bottom: 40px;
}
.job-list-wrapper h3 span {
  font-size: 2.4rem;
  margin-left: 6px;
}
.job-list-wrapper .job-list {
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 766.9px) {
  .job-list-wrapper .job-list {
    gap: 24px;
  }
}
.job-list-wrapper .job-list li {
  width: 360px;
  max-width: 100%;
}
@media screen and (max-width: 430px) {
  .job-list-wrapper .job-list li {
    width: 100%;
  }
}
.job-list-wrapper .job-list a {
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  background: #fff;
  display: block;
  padding: 24px 24px 32px;
  position: relative;
}
.job-list-wrapper .job-list a::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px #aabee6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  border-radius: 16px;
}
.job-list-wrapper .job-list a .wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.job-list-wrapper .job-list a img {
  width: 100%;
  height: auto;
  aspect-ratio: 312/176;
  display: block;
  margin-bottom: 16px;
  border-radius: 8px;
}
.job-list-wrapper .job-list a .job-place {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #0055be;
  color: #fff;
  padding: 2px 12px 4px;
  margin-bottom: 6px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
}
.job-list-wrapper .job-list a .job-title {
  color: #003b82;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 6px;
}
.job-list-wrapper .job-list a .job-description {
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 16px;
}
.job-list-wrapper .job-list a:hover {
  opacity: 1;
}
.job-list-wrapper .job-list a:hover::after {
  border: solid 4px #003b82;
}
.job-list-wrapper .job-list a:hover .wrap {
  opacity: 0.6;
}
.job-list-wrapper .more_btn {
  min-width: unset;
  font-size: 1.6rem;
}

.detail_flex {
  background: #ecf7fe;
  border-radius: 4px;
  padding: 8px 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.detail_flex p {
  font-weight: 700;
}
.detail_flex p:first-child {
  color: #003b82;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail_flex p:first-child::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.job-hourly_wage p:first-child::before {
  background-image: url(../img/hourly_wage.svg);
}

.job-hour p:first-child::before {
  background-image: url(../img/hour.svg);
}

.job-place p:first-child::before {
  background-image: url(../img/place.svg);
}

.job-hour {
  margin-top: 8px;
  margin-bottom: 16px;
}

.pagination .nav-links {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 766.9px) {
  .pagination .nav-links {
    gap: 8px;
    margin-top: 40px;
  }
}
.pagination .nav-links a,
.pagination .nav-links span {
  display: grid;
  place-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  color: #003b82;
  border-radius: 50%;
}
@media screen and (max-width: 766.9px) {
  .pagination .nav-links a,
  .pagination .nav-links span {
    width: 32px;
    height: 32px;
  }
}
.pagination .nav-links a:hover {
  background: #c6e6ff;
  opacity: 1;
}
.pagination .nav-links .current {
  background: #003b82;
  color: #fff;
}
.pagination .nav-links .dots {
  background: none;
  color: #242424;
}
.pagination .nav-links .page-numbers.next,
.pagination .nav-links .page-numbers.prev {
  padding-bottom: 0;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: #003b82;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 8px;
}
@media screen and (max-width: 766.9px) {
  .pagination .nav-links .page-numbers.next,
  .pagination .nav-links .page-numbers.prev {
    width: 32px;
    height: 32px;
    margin: 0 4px;
  }
}
.pagination .nav-links .page-numbers.next::before,
.pagination .nav-links .page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766.9px) {
  .pagination .nav-links .page-numbers.next::before,
  .pagination .nav-links .page-numbers.prev::before {
    width: 10px;
    height: 10px;
  }
}
.pagination .nav-links .page-numbers.next:hover,
.pagination .nav-links .page-numbers.prev:hover {
  opacity: 0.6;
}
.pagination .nav-links .page-numbers.prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.bottom_search {
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 766.9px) {
  .bottom_search {
    padding: 80px 0;
  }
}

.heading1 {
  position: relative;
  padding-bottom: 30px;
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.heading1 img {
  height: 32px;
}
.heading1::before, .heading1::after {
  content: "";
  width: 40px;
  height: 6px;
  background: #55b4fa;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading1::after {
  width: 20px;
  background: #003b82;
  border-radius: 4px 0 0 4px;
  -webkit-transform: translateX(calc(-50% - 10px));
          transform: translateX(calc(-50% - 10px));
}

.job-single {
  background: #fff;
  padding: 62px;
  border: solid 2px #aabee6;
  border-radius: 16px;
}
@media screen and (max-width: 766.9px) {
  .job-single {
    padding: 30px 22px 62px;
  }
}
.job-single .flex,
.job-single .flex-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.job-single .title_wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: solid 2px #003b82;
  margin-bottom: 40px;
}
@media screen and (max-width: 766.9px) {
  .job-single .title_wrap {
    padding-bottom: 6px;
    margin-bottom: 24px;
  }
}
.job-single .title_wrap .job-place {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #0055be;
  color: #fff;
  padding: 2px 16px 4px;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 766.9px) {
  .job-single .title_wrap .job-place {
    font-size: 1.8rem;
    padding: 2px 12px 4px;
  }
}
.job-single .title_wrap .job-title {
  color: #003b82;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 766.9px) {
  .job-single .title_wrap .job-title {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    font-size: 2rem;
  }
}
.job-single .feature-list {
  margin-bottom: 24px;
}
@media screen and (max-width: 766.9px) {
  .job-single .feature-list {
    gap: 6px 5px;
  }
}
@media screen and (max-width: 766.9px) {
  .job-single .feature-list {
    margin-bottom: 16px;
  }
  .job-single .feature-list img {
    width: 64px;
  }
}
@media screen and (max-width: 430px) {
  .job-single .feature-list img {
    width: calc((100% - 15px) / 4);
  }
}
.job-single .detail_flex_wrap {
  gap: 8px 24px;
  margin-bottom: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.job-single .detail_flex_wrap .detail_flex {
  max-width: 328px;
  width: 100%;
}
.job-single .detail_flex_wrap .job-hour {
  margin: 0;
}
.job-single .img_wrap {
  gap: 24px 40px;
  margin-bottom: 64px;
}
.job-single .img_wrap img,
.job-single .img_wrap .right {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 766.9px) {
  .job-single .img_wrap img,
  .job-single .img_wrap .right {
    width: 100%;
  }
}
.job-single .img_wrap img {
  height: auto;
  aspect-ratio: 496/280;
  border-radius: 8px;
}
@media screen and (max-width: 766.9px) {
  .job-single .img_wrap img {
    max-width: 500px;
  }
}
.job-single .img_wrap h3 {
  color: #003b82;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 766.9px) {
  .job-single .img_wrap h3 {
    font-size: 2rem;
  }
}
.job-single .img_wrap p {
  line-height: 2;
}
.job-single table {
  margin-bottom: 64px;
}
@media screen and (max-width: 766.9px) {
  .job-single table {
    margin-bottom: 40px;
  }
}
.job-single .btn_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.job-single .btn_wrap .more_btn a {
  font-size: 1.8rem;
  padding: 25px 0 26px 32px;
}
.job-single .btn_wrap .tel a {
  background: #3c3c3c;
  border-color: #3c3c3c;
}
.job-single .btn_wrap .tel a:hover {
  background: #f1f4fa;
  border-color: #003b82;
}

.feature-list {
  gap: 11px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 766.9px) {
  .feature-list {
    gap: 10px;
  }
}
.feature-list img {
  width: 88px;
}
@media screen and (max-width: 766.9px) {
  .feature-list img {
    width: 72px;
  }
}
@media screen and (max-width: 430px) {
  .feature-list img {
    width: calc((100% - 30px) / 4);
  }
}

.table1 {
  border-top: solid 1px #98999b;
}
.table1 tr {
  border-bottom: solid 1px #98999b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}
@media screen and (max-width: 766.9px) {
  .table1 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.table1 th,
.table1 td {
  font-size: 1.8rem;
  line-height: 2;
}
.table1 th {
  color: #003b82;
  font-weight: 700;
  width: 160px;
}
@media screen and (max-width: 766.9px) {
  .table1 th {
    width: 100%;
  }
}
.table1 td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 766.9px) {
  .table1 td {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.comment_balloon {
  min-height: 136px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 176/136;
  display: grid;
  place-content: center;
}
.comment_balloon > div {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comment_balloon p {
  max-width: 100%;
  margin: 0 auto;
}

.contact-step > div {
  margin-right: -32px;
}
.contact-step .wp-block-kadence-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.contact-step .wp-block-kadence-column::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow_b.svg);
}
.contact-step .wp-block-kadence-column:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-step .wp-block-kadence-column:last-child::after {
  content: none;
}

.form .form-box {
  margin-bottom: 32px;
}
@media screen and (max-width: 766.9px) {
  .form .form-box {
    margin-bottom: 24px;
  }
}
.form .form-box.flex {
  gap: 0 24px;
}
.form .form-box.flex .flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 766.9px) {
  .form .form-box.flex .flex-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.form .form-heading {
  margin-bottom: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
.form .check {
  color: #e60012;
  margin-left: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
.form .form-content input {
  border: solid 2px #aabee6;
  border-radius: 8px;
  padding: 18px 24px;
  width: 100%;
}
.form .form-content input[type=tel] {
  max-width: 568px;
}
.form .form-content input[type=checkbox] {
  padding: 0;
}
.form .form-content::-webkit-input-placeholder {
  color: #646464;
}
.form .form-content::-moz-placeholder {
  color: #646464;
}
.form .form-content:-ms-input-placeholder {
  color: #646464;
}
.form .form-content::-ms-input-placeholder {
  color: #646464;
}
.form .form-content::placeholder {
  color: #646464;
}
.form .job_title input::-webkit-input-placeholder {
  font-size: 1.4rem;
}
.form .job_title input::-moz-placeholder {
  font-size: 1.4rem;
}
.form .job_title input:-ms-input-placeholder {
  font-size: 1.4rem;
}
.form .job_title input::-ms-input-placeholder {
  font-size: 1.4rem;
}
.form .job_title input::placeholder {
  font-size: 1.4rem;
}
.form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px;
  margin: 10px 0;
  padding-bottom: 5px;
}
.form .wpcf7-checkbox .wpcf7-list-item-label,
.form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
.form .wpcf7-list-item {
  margin: 0;
}
.form input[type=checkbox] {
  margin: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.form .privacy_policy_check {
  margin-bottom: 4px;
}
.form .privacy_policy_check p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .privacy_policy_check p span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
.form .privacy_policy_check .wpcf7-checkbox {
  margin: 0;
  padding: 0;
}
.form .pp_link {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-decoration: underline;
}
.form .btn_wrap {
  margin-top: 40px;
}
.form .btn_wrap br {
  display: none;
}
.form .btn_wrap p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.form .btn_wrap p::after {
  content: "";
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 34px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form .btn_wrap p input {
  background: #003b82;
  color: #fff;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  padding: 22px 72px 22px 32px;
  border: solid 2px #003b82;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  min-width: 267px;
  text-align: left;
}
.form .btn_wrap p:hover input {
  color: #003b82;
  background: #fff;
}
.form .btn_wrap p:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
}
.form .btn_wrap p .wpcf7-spinner {
  position: absolute;
}
.form .wpcf7-response-output {
  font-size: 1.6rem;
  border: none;
}

.job-detail-single .description {
  line-height: 2;
}
.job-detail-single .job-detail-single-cont1 {
  margin-bottom: 120px;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont1 {
    margin-bottom: 40px;
  }
}
.job-detail-single .job-detail-single-cont1 .top_heading {
  color: #003b82;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont1 .top_heading {
    text-align: left;
  }
}
.job-detail-single .job-detail-single-cont1 .img-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont1 .img-wrap {
    margin: 24px 0;
  }
}
.job-detail-single .job-detail-single-cont1 .img-wrap img {
  border-radius: 16px;
  height: auto;
  aspect-ratio: 572/429;
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont1 .img-wrap img {
    width: 100%;
  }
}
.job-detail-single .job-detail-single-cont1 .point h3 {
  background: #0096e6;
  text-align: center;
  padding: 24px;
  border-radius: 16px 16px 0 0;
}
.job-detail-single .job-detail-single-cont1 .point h3 img {
  height: 24px;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont1 .point h3 img {
    height: 20px;
  }
}
.job-detail-single .job-detail-single-cont1 .point .flex-top {
  border-radius: 0 0 16px 16px;
  background: #fff;
  border: solid 2px #0096e6;
  border-top: none;
  padding: 40px 60px 38px;
  gap: 24px 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont1 .point .flex-top {
    padding: 24px 22px;
    margin-bottom: 24px;
  }
}
.job-detail-single .job-detail-single-cont1 .point .flex-top > div {
  width: 312px;
  max-width: 100%;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont1 .point .flex-top > div {
    width: 100%;
  }
}
.job-detail-single .job-detail-single-cont1 .point .flex-top h4 {
  background: #fff000;
  color: #003b82;
  padding: 8px 24px 8px 64px;
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  border-radius: 40px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.job-detail-single .job-detail-single-cont1 .point .flex-top h4 span {
  background: #003b82;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  display: grid;
  place-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
}
.job-detail-single .job-detail-single-cont2 h3 {
  text-align: center;
  border-top: solid 2px #003b82;
  border-bottom: solid 2px #003b82;
  margin-bottom: 64px;
  padding: 22px 0;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont2 h3 {
    margin-bottom: 40px;
  }
}
.job-detail-single .job-detail-single-cont2 h3 img {
  height: 32px;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont2 h3 img {
    height: 20px;
  }
}
.job-detail-single .job-detail-single-cont2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  margin-bottom: 120px;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont2 ul {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.job-detail-single .job-detail-single-cont2 li h4 {
  background: #0096e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 24px 64px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont2 li h4 {
    font-size: 2rem;
    gap: 12px;
    padding: 16px 24px;
  }
}
.job-detail-single .job-detail-single-cont2 li h4 span {
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  background: #003b82;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: grid;
  place-content: center;
  margin-bottom: -3px;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont2 li h4 span {
    font-size: 1.6rem;
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}
.job-detail-single .job-detail-single-cont2 li .flex-top {
  border-radius: 0 0 16px 16px;
  background: #fff;
  border: solid 2px #0096e6;
  border-top: none;
  padding: 40px 62px;
  gap: 64px;
}
@media screen and (max-width: 766.9px) {
  .job-detail-single .job-detail-single-cont2 li .flex-top {
    padding: 30px 22px;
    gap: 24px;
  }
}
.job-detail-single .job-detail-single-cont2 li .flex-top img {
  border-radius: 16px;
  height: auto;
  aspect-ratio: 484/363;
  width: calc((100% - 64px) / 2);
}
@media screen and (max-width: 1024px) {
  .job-detail-single .job-detail-single-cont2 li .flex-top img {
    width: 100%;
    max-width: 500px;
  }
}
.job-detail-single .job-detail-single-cont2 li .flex-top .right {
  width: calc((100% - 64px) / 2);
}
@media screen and (max-width: 1024px) {
  .job-detail-single .job-detail-single-cont2 li .flex-top .right {
    width: 100%;
  }
}
.job-detail-single .job-detail-single-cont2 li .flex-top .right .point_box {
  margin-top: 24px;
  background: #fffccc;
  border: solid 2px #fff000;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.job-detail-single .job-detail-single-cont2 li .flex-top .right .point_box .mon {
  color: #003b82;
  font-size: 1.8rem;
  background: #fff000;
  border-radius: 16px 0 16px 0;
  padding: 4px 14px;
  line-height: 1.6;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.job-detail-single .job-detail-single-cont2 li .flex-top .right .point_box .description2 {
  color: #003b82;
  padding: 12px 22px 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
}
.job-detail-single .more_btn {
  text-align: center;
}
.job-detail-single .more_btn a {
  min-width: 320px;
  max-width: 100%;
}

.top_wrapper .mv {
  padding-top: 97px;
  height: auto;
  aspect-ratio: 1366/768;
  min-height: 100vh;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .top_wrapper .mv {
    max-height: 850px;
    min-height: unset;
  }
}
@media screen and (max-width: 766.9px) {
  .top_wrapper .mv {
    padding-top: 0px;
    height: 667px;
  }
}
.top_wrapper .mv .kt-row-column-wrap {
  position: relative;
  display: block !important;
  height: 100%;
}
@media screen and (max-width: 766.9px) {
  .top_wrapper .mv .kt-row-column-wrap {
    min-height: unset;
    height: 587px;
    width: 375px;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_wrapper .mv-img {
  position: absolute;
  z-index: 2;
}
.top_wrapper .mv_text {
  top: 49.5%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 42.1%;
  z-index: 1;
}
@media screen and (max-width: 766.9px) {
  .top_wrapper .mv_text {
    width: 85.3%;
    top: 46.5%;
  }
}
.top_wrapper .mv-img1 {
  width: 12.3%;
  top: 2.5%;
  left: 20.7%;
  z-index: 1;
}
@media screen and (max-width: 766.9px) {
  .top_wrapper .mv-img1 {
    width: 17.05%;
    left: 28.4%;
    top: 0.9%;
  }
}
.top_wrapper .mv-img2 {
  width: 14.6%;
  top: 3.9%;
  right: 20.1%;
}
@media screen and (max-width: 766.9px) {
  .top_wrapper .mv-img2 {
    width: 23.5%;
    top: 0.9%;
    right: 26.1%;
    z-index: 1;
  }
}
.top_wrapper .mv-img3 {
  width: 23%;
  top: 13.3%;
  left: 2.3%;
}
@media screen and (max-width: 766.9px) {
  .top_wrapper .mv-img3 {
    width: 34.2%;
    top: 7%;
    left: 4%;
    z-index: 1;
  }
}
.top_wrapper .mv-img4 {
  width: 29.3%;
  top: 12.6%;
  right: 2.8%;
}
@media screen and (max-width: 766.9px) {
  .top_wrapper .mv-img4 {
    width: 38.2%;
    top: 7.7%;
    right: 5.1%;
    z-index: 1;
  }
}
.top_wrapper .mv-img5 {
  width: 27%;
  bottom: 0%;
  left: 5.9%;
}
@media screen and (max-width: 766.9px) {
  .top_wrapper .mv-img5 {
    width: 37.6%;
    bottom: 0.5%;
    left: 9.1%;
  }
}
.top_wrapper .mv-img6 {
  width: 25.6%;
  bottom: 0;
  right: 9.1%;
}
@media screen and (max-width: 766.9px) {
  .top_wrapper .mv-img6 {
    width: 37.9%;
    bottom: 0;
    right: 6.6%;
  }
}

.top-about-job {
  background: #dff5ff;
  padding: 120px 0;
}
@media screen and (max-width: 766.9px) {
  .top-about-job {
    padding: 80px 0;
  }
}
.top-about-job ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 766.9px) {
  .top-about-job ul {
    gap: 24px;
  }
}
.top-about-job ul li {
  background: #fff;
  border: solid 2px #55b4fa;
  border-radius: 16px;
  padding: 62px;
  gap: 24px 64px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .top-about-job ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 766.9px) {
  .top-about-job ul li {
    padding: 22px 22px 30px;
  }
}
.top-about-job ul .img_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 484/363;
  border-radius: 16px;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-about-job ul .img_wrap {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.top-about-job ul .img_wrap .thumbnail {
  width: 100%;
  height: 100%;
}
.top-about-job ul .img_wrap .thumbnail img {
  width: 100%;
  height: 100%;
}
.top-about-job ul .img_wrap .img1 {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 35.5%;
}
@media screen and (max-width: 766.9px) {
  .top-about-job ul .img_wrap .img1 {
    width: 35.4%;
    top: 8px;
    left: 8px;
  }
}
.top-about-job ul .img_wrap .img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e60012;
  padding: 16px;
  height: 64px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 766.9px) {
  .top-about-job ul .img_wrap .img2 {
    height: 36px;
    padding: 9.5px;
  }
}
.top-about-job ul .img_wrap .img2 img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-width: 95.6%;
  display: block;
  margin: 0 auto;
}
.top-about-job ul .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .top-about-job ul .right {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.top-about-job ul .right h3 {
  color: #003b82;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media screen and (max-width: 766.9px) {
  .top-about-job ul .right h3 {
    font-size: 2.4rem;
  }
}
.top-about-job ul .right .description {
  line-height: 2;
  margin-bottom: 24px;
}
.top-about-job ul .right .feature-list {
  margin-bottom: 32px;
}
@media screen and (max-width: 766.9px) {
  .top-about-job ul .right .feature-list {
    gap: 6px 5px;
  }
  .top-about-job ul .right .feature-list img {
    width: 64px;
  }
}
@media screen and (max-width: 430px) {
  .top-about-job ul .right .feature-list img {
    width: calc((100% - 15px) / 4);
  }
}
.top-about-job ul .right .more_btn a {
  min-width: 163px;
  font-size: 1.6rem;
  padding: 14px 62px 15px 22px;
}

.home .job-list-wrapper {
  margin-top: 64px;
}
@media screen and (max-width: 766.9px) {
  .home .job-list-wrapper {
    margin-top: 40px;
  }
}

.page-top {
  height: 118px;
  position: relative;
  overflow: hidden;
  background: #f8f8f9;
}
.page-top::before {
  content: "";
  background: #55b4fa;
  height: 75px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-top::after {
  content: "";
  background: #55b4fa;
  width: 144px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-top a {
  display: block;
  height: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.page-top span {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 34px;
}
.page-top span::before {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 22px;
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 2px;
}
.page-top a:hover {
  opacity: 1;
}
.page-top a:hover span::before {
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
}

.page-template-page2-php .page-top {
  background: #ecf7fe;
}

.home .page-top {
  background: #dff5ff;
}

.bottom_menu {
  background: #f8f8f9;
  padding: 120px 0;
}
@media screen and (max-width: 766.9px) {
  .bottom_menu {
    padding: 80px 0;
  }
}
.bottom_menu ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.bottom_menu a {
  width: 272px;
  min-height: 98px;
  background: #0055be;
  border-radius: 16px;
  border: solid 2px #0055be;
  padding-left: 102px;
  padding-right: 60px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bottom_menu a::before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../img/mascot1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bottom_menu a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bottom_menu a:hover {
  background: #f1f4fa;
  color: #003b82;
  opacity: 1;
}
.bottom_menu a:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(746%) hue-rotate(186deg) brightness(95%) contrast(93%);
}

.footer {
  background: #003b82;
  padding: 64px 0;
}
@media screen and (max-width: 766.9px) {
  .footer {
    padding: 48px 0;
  }
}
.footer * {
  color: #fff;
}
.footer .fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 40px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 766.9px) {
  .footer .fnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
  }
}
.footer .fnav a {
  font-size: 1.8rem;
  display: block;
  line-height: 2;
  font-weight: 700;
}
.footer .f_logo {
  max-width: 336px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 766.9px) {
  .footer .f_logo {
    margin-bottom: 10px;
  }
}
.footer .f_logo a,
.footer .f_logo img,
.footer .f_logo span {
  display: block;
}
.footer .f_logo img {
  margin-bottom: 10px;
  width: 336px;
}
@media screen and (max-width: 766.9px) {
  .footer .f_logo img {
    max-width: 280px;
    margin: 0 auto;
  }
}
.footer .f_logo span {
  text-align: center;
  font-weight: 700;
  margin-top: 8px;
}
.footer .address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer .address .tel_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 16px;
}
.footer .address address {
  margin-bottom: 4px;
  font-style: normal;
}
.footer .address p,
.footer .address address {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
.footer small {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}

.corporate_link {
  margin-bottom: 16px;
}
.corporate_link a {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-size: 1.4rem;
}
.corporate_link a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_link-site_12.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.single-guidelines .page_top {
  height: 136px;
  padding: 0;
}
.single-guidelines .page_top::after {
  display: none;
}
@media screen and (max-width: 766.9px) {
  .single-guidelines .page_top {
    height: 100px;
  }
}

.recommend-list {
  margin-bottom: 120px;
}
@media screen and (max-width: 766.9px) {
  .recommend-list {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=common.css.map */