@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/assets_recruit/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Black";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Bold";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-ExtraLight";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Light";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Medium";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-SemiBold";
  src: url(/assets_recruit/fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(/assets_recruit/fonts/ShipporiMincho/ShipporiMincho-Bold.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*======*/
/* 共通 */
/*======*/
/* PC/CT出し分け
------------------------------ */
@media (min-width: 1024px) {
  .t-sp {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .t-pc {
    display: none !important;
  }
}
/* PC/SP出し分け
------------------------------ */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* 共通アニメーション
------------------------------ */
.animate {
  opacity: 0;
}

.fadein {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* レイアウト
-----------------------------------*/
body {
  height: 100%;
}

main {
  /*margin-top: 54px; //ヘッダーの高さ

  @include mq(max, ct) {
  	margin-top: 50px; //ヘッダーの高さ
  }*/
}

section .contents {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section .contents {
    width: 90%;
  }
}

section .contents p,
section .contents ul,
section .contents ol {
  margin-bottom: 1em;
}

/* フォーム
-----------------------------------*/
input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

input[type=date],
select {
  max-width: 100%;
  padding: 8px;
  font-size: 16px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: "NotoSansJP-Regular", sans-serif;
  font-size: 18px;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* パンくず
-----------------------------------*/
.b-nv {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .b-nv {
    display: none;
  }
}
.b-nv ul {
  display: flex;
  justify-content: flex-start;
  padding: 16px 0;
}
.b-nv ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  line-height: 1;
}
.b-nv ul li a {
  margin-right: 8px;
}
.b-nv ul li::after {
  content: "";
  display: block;
  border-color: #333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
.b-nv ul li:last-child::after {
  content: none;
}

/* タイトル
-----------------------------------*/
.title-area {
  position: relative;
  padding: 178px 0 88px;
  color: #FFF;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .title-area {
    padding: 96px 0 32px;
  }
}
.title-area .contents {
  position: relative;
  z-index: 1;
}
.title-area .heading-title {
  margin-bottom: 0;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1023px) {
  .title-area .heading-title {
    text-align: left;
  }
}
.title-area .heading-title span.en-txt {
  display: block;
  margin-bottom: 24px;
  font-size: 28px;
  font-size: clamp(18px, 2.3333333333vw, 28px);
  letter-spacing: 0.05em;
}
.title-area .heading-title span.jp-txt {
  display: inline-block;
  padding: 0 8px 10px;
  background: linear-gradient(to right, rgba(255, 241, 0, 0.35) 0%, transparent 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
  font-size: clamp(32px, 4.6666666667vw, 56px);
  letter-spacing: -0.03em;
}
.title-area .title-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 0;
}
.title-area .title-img img {
  width: 100%;
}
@media (max-width: 1920px) {
  .title-area .title-img img {
    width: auto;
    max-width: initial;
    height: 100%;
  }
}
.title-area .title-img::before {
  content: "";
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #004da0 0%, #00aeeb 100%);
}

.heading01 {
  padding-top: 24px;
  padding-left: 48px;
  margin: 128px 0 64px;
  background: url(/assets_recruit/images/common/heading_bg01.png) no-repeat;
  background-size: 47px auto;
  background-position: top left;
  font-size: 42px;
  font-family: "NotoSerifJP-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading01 {
    padding-top: 12px;
    padding-left: 16px;
    margin: 56px 0 40px;
    font-size: 24px;
    background-size: 24px auto;
  }
}

.heading02 {
  margin: 64px 0 48px;
  font-family: "NotoSerifJP-Bold", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #1853a4;
}
@media (max-width: 767px) {
  .heading02 {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.heading02 .en {
  display: block;
  margin-bottom: 24px;
  font-size: 18px;
  background: linear-gradient(90deg, #0080cb 0%, #0080cb 30%, #00aeeb 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media (max-width: 767px) {
  .heading02 .en {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.heading03 {
  margin: 56px 0 24px;
  font-size: 24px;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading03 {
    margin: 24px 0 16px;
    font-size: 18px;
  }
}

.heading04 {
  margin: 32px 0 16px;
  font-size: 18px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading04 {
    margin: 24px 0 16px;
    font-size: 16px;
  }
}

/* リンクテキスト（リンク共通の記載があれば）
-----------------------------------*/
.link-txt {
  display: inline-block;
  position: relative;
  min-height: 20px;
  padding-right: 32px;
  font-size: 20px;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-decoration: none;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .link-txt {
    font-size: 14px;
  }
}
.link-txt::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background: url(/assets_recruit/images/common/link_ic01.svg) no-repeat;
  background-size: 100% 100%;
}
.link-txt:hover {
  text-decoration: none;
}

/* リンクボタン
-----------------------------------*/
.com-bt {
  position: relative;
  display: inline-block;
  padding: 8px 44px;
  border-radius: 32px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
  background: linear-gradient(90deg, #004da0 0%, #00aeeb 100%);
  color: #FFF;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .com-bt {
    min-width: 230px;
    padding: 6px 44px;
  }
}
.com-bt > span,
.com-bt input {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 24px;
  background: transparent;
  font-family: "NotoSansJP-Bold", sans-serif;
  color: #FFF;
  line-height: 1;
  text-align: left;
  z-index: 2;
}
@media (max-width: 767px) {
  .com-bt > span,
.com-bt input {
    padding: 6px 16px;
    font-size: 14px;
  }
}
.com-bt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 32px;
  transition: 0.5s all;
  background: linear-gradient(90deg, #00aeeb 0%, #004da0 100%);
  z-index: 1;
}
.com-bt:hover {
  color: #FFF;
  text-decoration: none;
}
.com-bt:hover input {
  color: #FFF;
}
.com-bt:hover::after {
  width: 100%;
}
.com-bt:hover img {
  opacity: 1 !important;
}
.com-bt.next {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .com-bt.next {
    padding-left: 16px;
  }
}
.com-bt.next span, .com-bt.next input {
  padding-left: 0;
  border-right: 2px solid #FFF;
}
@media (max-width: 767px) {
  .com-bt.next span, .com-bt.next input {
    border-width: 1px;
  }
}
.com-bt.next::before {
  content: "";
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  margin-top: -5.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 0 calc(11px / 2) 9px;
  border-color: transparent transparent transparent #FFF;
  z-index: 2;
}
.com-bt.prev {
  padding-right: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  .com-bt.prev {
    padding-right: 16px;
  }
}
.com-bt.prev span, .com-bt.prev input {
  padding-right: 0;
  border-left: 2px solid #FFF;
}
@media (max-width: 767px) {
  .com-bt.prev span, .com-bt.prev input {
    border-width: 1px;
  }
}
.com-bt.prev::before {
  content: "";
  position: absolute;
  display: block;
  left: 16px;
  top: 50%;
  margin-top: -5.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 9px calc(11px / 2) 0;
  border-color: transparent #FFF transparent transparent;
  z-index: 2;
}

/* input指定の際の調整 */
span.com-bt > span {
  padding: 0;
}

button.com-bt {
  background: linear-gradient(90deg, #004da0 0%, #00aeeb 100%);
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  color: #FFF;
  cursor: pointer;
}
@media (max-width: 767px) {
  button.com-bt {
    font-size: 14px;
  }
}

.com-bt02 {
  position: relative;
  display: inline-block;
  padding: 8px 44px;
  border-radius: 32px;
  border: 1px solid #1853a4;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
  background: #FFF;
  color: #1853a4;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .com-bt02 {
    min-width: 230px;
    padding: 6px 44px;
    font-size: 14px;
  }
}
.com-bt02 > span,
.com-bt02 input {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 24px;
  background: transparent;
  font-family: "NotoSansJP-Bold", sans-serif;
  color: #1853a4;
  line-height: 1;
  text-align: left;
  z-index: 2;
}
@media (max-width: 767px) {
  .com-bt02 > span,
.com-bt02 input {
    padding: 6px 16px;
    font-size: 14px;
  }
}
.com-bt02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 32px;
  transition: 0.5s all;
  background: #1853a4;
  z-index: 1;
}
.com-bt02:hover {
  border-color: #FFF;
  color: #FFF;
  text-decoration: none;
}
.com-bt02:hover span, .com-bt02:hover input {
  color: #FFF;
}
.com-bt02:hover::after {
  width: 100%;
}
.com-bt02:hover img {
  opacity: 1 !important;
}
.com-bt02.next {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .com-bt02.next {
    padding-left: 16px;
  }
}
.com-bt02.next span, .com-bt02.next input {
  padding-left: 0;
  border-right: 2px solid #1853a4;
}
@media (max-width: 767px) {
  .com-bt02.next span, .com-bt02.next input {
    border-width: 1px;
  }
}
.com-bt02.next::before {
  content: "";
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  margin-top: -5.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 0 calc(11px / 2) 9px;
  border-color: transparent transparent transparent #1853a4;
  z-index: 2;
}
.com-bt02.next:hover span, .com-bt02.next:hover input {
  border-color: #FFF;
}
.com-bt02.next:hover::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 0 calc(11px / 2) 9px;
  border-color: transparent transparent transparent #FFF;
}
.com-bt02.prev {
  padding-right: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  .com-bt02.prev {
    padding-right: 16px;
  }
}
.com-bt02.prev span, .com-bt02.prev input {
  padding-right: 0;
  border-left: 2px solid #1853a4;
}
@media (max-width: 767px) {
  .com-bt02.prev span, .com-bt02.prev input {
    border-width: 1px;
  }
}
.com-bt02.prev::before {
  content: "";
  position: absolute;
  display: block;
  left: 16px;
  top: 50%;
  margin-top: -5.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 9px calc(11px / 2) 0;
  border-color: transparent #1853a4 transparent transparent;
  z-index: 2;
}
.com-bt02.prev:hover span, .com-bt02.prev:hover input {
  border-color: #FFF;
}
.com-bt02.prev:hover::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(11px / 2) 9px calc(11px / 2) 0;
  border-color: transparent #FFF transparent transparent;
}

/* input指定の際の調整 */
span.com-bt > span {
  padding: 0;
}

button.com-bt {
  background: linear-gradient(90deg, #004da0 0%, #00aeeb 100%);
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  color: #FFF;
  cursor: pointer;
}
@media (max-width: 767px) {
  button.com-bt {
    font-size: 14px;
  }
}

span.com-bt02 > span {
  padding: 0;
}

button.com-bt02 {
  background: #FFF;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  color: #1853a4;
  cursor: pointer;
}
@media (max-width: 767px) {
  button.com-bt02 {
    font-size: 14px;
  }
}

/*============*/
/* 共通・汎用 */
/*============*/
/* 段落
-----------------------------------*/
/* ぶら下げインデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
  content: "";
  clear: both;
  display: block;
}

.multicolumn,
.multilist {
  overflow: hidden !important;
}

.multicolumn-left {
  float: left;
}

.multicolumn-right {
  float: right;
}

.multilist li {
  float: left;
}

/* 横並び
-----------------------------------*/
.com-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.com-wrap .img {
  width: 48%;
}
.com-wrap .txt {
  width: 48%;
}
.com-wrap.txt-left {
  flex-direction: row-reverse;
}

/* 横並びリスト
-----------------------------------*/
.list-col2,
.list-col3,
.list-col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list-col2 li {
  width: 48%;
  margin-bottom: 24px;
}
.list-col2 li:nth-child(even) {
  margin-left: 4%;
}

.list-col3 li {
  width: 32%;
  margin-bottom: 16px;
  margin-right: 2%;
}
.list-col3 li:nth-child(3n) {
  margin-right: 0;
}

.list-col4 li {
  width: 24%;
  margin-bottom: 16px;
  margin-right: 1.333%;
}
.list-col4 li:nth-child(4n) {
  margin-right: 0;
}

/* タブ切り替え
-----------------------------------*/
.tab {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  border-bottom: 1px solid #999;
  margin: 32px 0 0 !important;
}
.tab li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 22px 0;
  text-decoration: none;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 1;
  color: #666;
  transition: 0.3s all;
}
.tab li::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #1853A4;
  background: linear-gradient(to right, #1853A4 0%, #00aeeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .tab li {
    padding: 12px 16px;
    justify-content: center;
    color: #1853A4;
  }
}
.tab li:hover, .tab li.active {
  color: #1853A4;
}
.tab li:hover::after, .tab li.active::after {
  width: 100%;
}

.tab-cts {
  padding: 16px;
  background-color: #e6f1f4;
}
.tab-cts.disnon {
  display: none;
}

/* ページ内ナビゲーション
-----------------------------------*/
.page-nv-area {
  position: relative;
  border-bottom: 1px solid #999;
  z-index: 3;
}
@media (max-width: 1023px) {
  .page-nv-area {
    width: 90%;
    margin: 16px auto 0;
    border: 2px solid #1853A4;
    -o-border-image: linear-gradient(to right, #1853A4, #00aeeb) 1;
       border-image: linear-gradient(to right, #1853A4, #00aeeb) 1;
    background-color: #FFF;
    filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.1));
  }
}
.page-nv-area .sp-ac-menu {
  margin-bottom: 0;
}
.page-nv-area .sp-ac-menu dt {
  position: relative;
  padding: 12px 16px;
  text-align: center;
  font-family: "NotoSansJP-Medium", sans-serif;
  color: #1853A4;
}
@media (min-width: 1024px) {
  .page-nv-area .sp-ac-menu dt {
    display: none;
  }
}
.page-nv-area .sp-ac-menu dt::after {
  content: "";
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  border-color: #1853A4;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(45deg);
  transition: 0.3s all;
}
@media (min-width: 1024px) {
  .page-nv-area .sp-ac-menu dd {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .page-nv-area .sp-ac-menu dd {
    display: none;
  }
}
.page-nv-area .sp-ac-menu.open dt::after {
  margin-top: 0;
  transform: rotate(225deg);
}
.page-nv-area .list-nv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 32px;
  margin: 32px 0 0;
}
@media (max-width: 1023px) {
  .page-nv-area .list-nv {
    display: block;
    margin-top: 0;
    border-top: 4px solid #1853A4;
    -o-border-image: linear-gradient(to right, #1853A4, #00aeeb) 1;
       border-image: linear-gradient(to right, #1853A4, #00aeeb) 1;
  }
}
@media (max-width: 1023px) {
  .page-nv-area .list-nv li {
    width: 100%;
  }
}
.page-nv-area .list-nv li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 22px 0;
  text-decoration: none;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 1;
  color: #666;
  transition: 0.3s all;
}
.page-nv-area .list-nv li a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #1853A4;
  background: linear-gradient(to right, #1853A4 0%, #00aeeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .page-nv-area .list-nv li a {
    padding: 12px 16px;
    justify-content: center;
    color: #1853A4;
  }
}
.page-nv-area .list-nv li a:hover {
  color: #1853A4;
}
.page-nv-area .list-nv li a:hover::after {
  width: 100%;
}

/* 背景色
-----------------------------------*/
.bg-type01 {
  padding-bottom: 72px;
  background-color: #e6f1f4;
  overflow: hidden;
}

/* アコーディオン
-----------------------------------*/
.ac-list {
  margin: 32px 0;
  border-bottom: 1px solid #c2c2c2;
}
.ac-list .ac-menu {
  position: relative;
  padding: 16px 80px 16px 24px;
  border-top: 1px solid #c2c2c2;
  line-height: 1;
  font-family: "NotoSansJP-Bold", sans-serif;
  color: #1853A4;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ac-list .ac-menu {
    padding: 16px 32px 16px 16px;
  }
}
.ac-list .ac-menu::before {
  content: "";
  position: absolute;
  display: block;
  right: 40px;
  top: 50%;
  width: 20px;
  height: 3px;
  margin-top: -1px;
  border-radius: 2px;
  background-color: #1853A4;
}
@media (max-width: 767px) {
  .ac-list .ac-menu::before {
    right: 8px;
  }
}
.ac-list .ac-menu::after {
  content: "";
  position: absolute;
  display: block;
  right: 48px;
  top: 50%;
  height: 20px;
  width: 3px;
  margin-top: -10px;
  border-radius: 2px;
  background-color: #1853A4;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .ac-list .ac-menu::after {
    right: 16px;
  }
}
.ac-list .ac-menu.open::after {
  opacity: 0;
}
.ac-list .ac-cts {
  display: none;
  padding: 16px 24px;
  border-top: 1px solid #c2c2c2;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .ac-list .ac-cts {
    padding: 16px;
  }
}

/* カラム幅
-----------------------------------*/
.w1000 {
  width: 1000px;
}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
  margin-left: 23px;
  list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
  padding-left: 1em;
}

.list-dot li:before {
  content: "・";
  margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
  margin-left: 30px;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 {
  width: 5%;
}

col.colw10 {
  width: 10%;
}

col.colw15 {
  width: 15%;
}

col.colw20 {
  width: 20%;
}

col.colw25 {
  width: 25%;
}

col.colw30 {
  width: 30%;
}

col.colw35 {
  width: 35%;
}

col.colw40 {
  width: 40%;
}

col.colw45 {
  width: 45%;
}

col.colw50 {
  width: 50%;
}

/* テーブル */
.table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th {
  padding: 16px 0;
  border-bottom: solid 2px #1853A4;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 20px;
}
@media (max-width: 767px) {
  .table th {
    padding: 8px 4px;
    font-size: 14px;
  }
}
.table td {
  padding: 16px;
  border-bottom: solid 1px #c2c2c2;
}
@media (max-width: 767px) {
  .table td {
    padding: 8px 4px;
  }
}

/* ニュース一覧
-----------------------------------*/
.list-news li {
  border-bottom: 1px solid #666;
}
.list-news li a {
  display: block;
  padding: 24px 0 16px;
  text-decoration: none;
}
.list-news li a .date {
  margin-bottom: 8px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1;
}
@media (max-width: 767px) {
  .list-news li a .date {
    font-size: 12px;
  }
}
.list-news li a .title {
  position: relative;
  padding-right: 72px;
  word-wrap: break-word;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .list-news li a .title {
    padding-right: 32px;
  }
}
.list-news li a .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 40px;
  margin-top: -10px;
  background: url(/assets_recruit/images/common/link_ic01.svg) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .list-news li a .title::after {
    right: 0;
    top: auto;
    bottom: 0;
  }
}
.list-news li a:hover {
  text-decoration: none;
}

/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding: 88px 0;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    padding: 64px 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  display: inline-block;
  width: 32px;
  margin: 0 2px;
  border-radius: 50%;
  color: #333;
  transition: 0.5s all;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  text-decoration: none;
  background-color: #333;
  color: #FFF;
}

/* 投稿記事 タイトル
-----------------------------------*/
.entry-detail .entry-header .entry-title {
  margin: 40px 0 32px;
  font-size: 28px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-title {
    margin: 28px 0;
    font-size: 24px;
  }
}
.entry-detail .entry-header .entry-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.entry-detail .entry-header .entry-meta .date {
  line-height: 1;
}
.entry-detail .entry-content {
  padding: 24px 0;
  margin: 24px 0;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  overflow: hidden;
  word-break: break-all;
}
@media (max-width: 767px) {
  .entry-detail .entry-content {
    padding: 16px 0;
    margin: 16px 0;
  }
}
.entry-detail .btn-area {
  margin: 88px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .btn-area {
    margin: 40px 0;
  }
}

/* 投稿記事 詳細
-----------------------------------*/
.entry-detail .entry-content {
  /* 投稿画像 */
}
.entry-detail .entry-content p {
  margin: 1em 0;
}
.entry-detail .entry-content h1 {
  margin: 24px 0 16px;
  font-size: 28px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h1 {
    margin: 16px 0 12px;
    font-size: 24px;
  }
}
.entry-detail .entry-content h2 {
  margin: 24px 0 16px;
  font-size: 26px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h2 {
    margin: 16px 0 12px;
    font-size: 22px;
  }
}
.entry-detail .entry-content h3 {
  margin: 16px 0;
  font-size: 24px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h3 {
    margin: 12px 0;
    font-size: 20px;
  }
}
.entry-detail .entry-content h4 {
  margin: 16px 0;
  font-size: 22px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h4 {
    margin: 12px 0;
    font-size: 18px;
  }
}
.entry-detail .entry-content h5 {
  margin: 16px 0;
  font-size: 20px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h5 {
    margin: 12px 0;
    font-size: 16px;
  }
}
.entry-detail .entry-content h6 {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h6 {
    margin: 12px 0;
    font-size: 14px;
  }
}
.entry-detail .entry-content ul {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content ul li {
  list-style: disc;
}
.entry-detail .entry-content ol {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content blockquote {
  font-style: italic;
  padding: 0 32px;
}
.entry-detail .entry-content blockquote cite,
.entry-detail .entry-content blockquote em,
.entry-detail .entry-content blockquote i {
  font-style: normal;
}
.entry-detail .entry-content table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-detail .entry-content table th {
  padding: 16px;
  border: solid 1px #333;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table th {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content table td {
  padding: 16px;
  border: solid 1px #333;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table td {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content .alignleft,
.entry-detail .entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .alignright,
.entry-detail .entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .aligncenter,
.entry-detail .entry-content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-detail .entry-content img.alignleft,
.entry-detail .entry-content img.alignright,
.entry-detail .entry-content img.aligncenter {
  margin-bottom: 16px;
}
.entry-detail .entry-content .wp-caption {
  text-align: center;
}
/*# sourceMappingURL=common.css.map */