img {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

@media print {
  body {
    display: none !important;
  }
}

.keyVisual {
  position: relative;
}


@media screen and (max-width: 767px) {
  .keyVisual {
    min-height: 400px;
    height: 100%;
  }
}

@media screen and (max-width: 374px) {
  .keyVisual {
    min-height: 350px;
    height: 100%;
  }
}

.keyVisual__person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.keyVisual__inner {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1400px) {
  .keyVisual__Inner{
    background-color: #f5f5f0;
  }
  
  .keyVisual__Inner img{
    height: 400px;
    display: block;
    margin: 0 auto;

  }

}

.keyVisual__head {
  position: relative;
  max-width: 525px;
  width: 52.5%;
}

.keyVisual__head img {
  /* z-index: 1; */
  position: relative;
}


.keyVisual__head::before {
  content: "";
  display: block;
  background-image: url(/resource/top/img/kv_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

.keyVisual__head::after{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/resource/common/img/placeholder.png");
  background-position: top left;
  background-size: 100% 100%;
}

.keyVisual__body {
  max-width: 594px;
  width: 59.4%;
  left: -2%;
  position: relative;
  /* z-index: 1; */
  /* margin-left: auto;
margin-right: 20px; */
}

.keyVisual__title-top img{
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.keyVisual__title-bottom{
  margin-top: 30px;
}

.keyVisual__imgOuter {
  display: none;
}

.keyVisual__linkOuter {
  margin-top: 51px;
  display: flex;
  position: relative;
  z-index: 1;
}


.keyVisual__anchor--main {
  color: #fff;
  display: block;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #d10042;
  box-shadow: 3px 3px 13px rgba(59, 59, 59, 0.7);
  padding: 0 45px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 81px;
  transition: all .2s;
  font-weight: bold;
}


.l-header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
    margin: 0;
    position: relative;
    -webkit-box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.1)
  }
}

.l-header__titleOuter {
  position: relative;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto
}

@media screen and (max-width: 767px) {
  .l-header__titleOuter {
    width: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 69%;
    left: 10px;
    z-index: 100;
    width: 83%
  }
}

.l-header__title {
  position: absolute;
  top: 10px;
  right: 161px;
  width: 369px;
  overflow: hidden;
  white-space: nowrap;
  color: #c3c3c3;
  font-size: 11px;
  font-weight: normal;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.l-header__title::-webkit-scrollbar {
  display: none
}

@media screen and (max-width: 767px) {
  .l-header__title {
    position: static;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 10px;
    color: #c3c3c3
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-top: 10px
}

@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0
  }
}

@media screen and (max-width: 1024px) {
  .l-header__logo {
    display: flex;
    align-items: center;
  }
}

.l-header__imgOuter {
  max-width: 309px;
  margin-top: 4px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .l-header__imgOuter {
    margin-top: -8px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__imgOuter {
    margin-top: 0
  }
}

@media screen and (max-width: 767px) {
  .l-header__anchor {
    width: 160px;
    display: block;
    margin: 0 10px;
    padding-top: 18px
  }
}

@media screen and (max-width: 767px) {
  .l-header__anchor picture {
    width: 100%;
    display: block
  }
}

@media screen and (max-width: 1024px) {
  .l-header__anchor picture img {
    width: 100%;
    height: auto;
  }
}

.l-header__nav {
  line-height: 1.5
}

.l-header__navInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.l-header__subList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-header__subItem {
  font-size: 12px;
  padding-left: 8px;
  border-left: solid 1px #878787;
  color: #878787;
}

.l-header__subItem:nth-of-type(1) {
  color: #005eab;
  padding-left: 0;
  padding-right: 8px;
  border-left: none;
}

.l-header__subItem:nth-of-type(2) .l-header__subAnchor {
  color: #878787;
}

.l-header__subAnchor {
  text-decoration: none;
}

.c-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.c-nav__anchor {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding: 8px 18px 22px;
  text-align: center;
  -webkit-transition: color .4s;
  transition: color .4s
}

@media screen and (max-width: 945px) {
  .c-nav__anchor {
    font-size: 14px;
  }
}

@media screen and (max-width: 915px) {
  .c-nav__anchor {
    padding: 8px 9px 22px;
  }
}

.c-nav__anchor:last-child {
  padding: 8px 0 0 18px
}

.c-nav__anchor:hover span:nth-of-type(1) {
  color: #333;
  border-bottom: 2px solid #1262b2
}

.c-nav__anchor--span {
  padding-bottom: 2px;
  white-space: nowrap
}

.c-nav__anchor--hover {
  opacity: .5;
  position: absolute;
  top: 90%;
  left: 50%;
  width: 80px;
  height: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: visibility .1s .1s;
  transition: visibility .1s .1s
}

.c-nav__anchor--hover::before {
  content: '';
  width: 300px;
  height: 100%;
  position: absolute;
  top: -50%;
  left: 100%;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg)
}

.c-nav__anchor--hover::after {
  content: '';
  width: 300px;
  height: 100%;
  position: absolute;
  top: -50%;
  right: 100%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg)
}

.c-nav__anchor.is-blue {
  color: #1262b2
}

.c-nav__content {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255,255,255,0.9);
  width: 100%;
  display: none;
  -webkit-box-shadow: 0 3px 6px #c5c5c5;
  box-shadow: 0 3px 6px #c5c5c5
}

.c-nav__content.is-active {
  display: block
}

.c-nav__inContent {
  padding: 26px 0;
  margin: 0 auto;
  width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.c-nav__inContent {
    width: 100%;
  }
}

.c-nav__inList {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
  width: 70%
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.c-nav__inList {
    width: 84%;
  }
}

.c-nav__inItem {
  position: relative;
  margin-bottom: 5px;
  width: calc((100% - 20px) / 3)
}

.c-nav__inAnchor {
  display: block;
  padding: 10px 12px;
  color: #333;
  font-size: 15px;
  text-decoration: none
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-nav__inAnchor {
    font-size: 14px;
  }
}

.c-nav__inAnchor:hover {
  color: #1262b2
}

@media screen and (max-width: 767px) {
  .c-navSp {
    background: #eee;
    position: absolute;
    right: -100%;
    top: 54px;
    z-index: 200;
    width: 75%;
    -webkit-transition: right .2s;
    transition: right .2s;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 0 0 20px
  }
}

@media screen and (max-width: 767px) {
  .c-navSp.is-active {
    right: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) -5px 10px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.4) -5px 10px 15px 0px
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__modalBg {
    position: absolute;
    right: -100%;
    height: 100%;
    width: 100%;
    z-index: 99;
    -webkit-transition: right .2s;
    transition: right .2s;
    top: 54px
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__modalBg.is-active {
    right: 0
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__button {
    position: absolute;
    top: 14px;
    right: 10px;
    text-align: justify
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__inButton {
    margin: 0 auto;
    position: relative;
    width: 26px;
    height: 20px
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0d66af;
    border-radius: 4px;
    -webkit-transition: all .4s;
    transition: all .4s
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__line:nth-of-type(1) {
    top: 0
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__line:nth-of-type(1).is-active {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg)
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__line:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__line:nth-of-type(2).is-active {
    opacity: 0
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__line:nth-of-type(3) {
    bottom: 0
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__line:nth-of-type(3).is-active {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg)
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__entry {
    padding: 4% 0
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__entryAnchor {
    width: 90%;
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 6px 0 #9a9a9a;
    box-shadow: 0 3px 6px 0 #9a9a9a;
    border-radius: 5px
  }
}

.c-navSp__entryAnchor img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {

  .c-navSp__item,
  .c-navSp__item--search {
    font-size: 15.5px;
    color: #fff;
    background: #0a9fc2
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__item--search {
    background: #005eab
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__item--search a {
    border-bottom: none
  }
}

@media screen and (max-width: 767px) {

  .c-navSp__item:nth-last-of-type(1) a,
  .c-navSp__item--search:nth-last-of-type(1) a {
    border-bottom: none
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__anchor {
    position: relative;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 4% 0;
    text-decoration: none
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__anchor::after {
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__heading {
    background: #0a9fc2;
    padding: 4% 0;
    width: 90%;
    margin: 0 auto;
    color: #FFF
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__subList {
    background: #eee
  }
}

@media screen and (max-width: 767px) {

  .c-navSp__subItem,
  .c-navSp__subItem--heading {
    font-size: 14.5px;
    color: #0092b4;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    padding: 3% 0 3% 5%
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__subItem--heading {
    font-size: 13px;
    padding: 3% 0
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__subAnchor {
    position: relative;
    color: #0092b4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__subAnchor::after {
    content: "";
    border-top: solid 2px #0092b4;
    border-right: solid 2px #0092b4;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__accordion {
    background: #005eab
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__accordionTxt {
    position: relative;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    font-size: 15.5px;
    padding: 4% 0;
    border-bottom: 1px solid #fff
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__accordionTxt::before {
    content: '';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    top: 50%;
    right: 7px;
    height: 16px;
    width: 2px
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__accordionTxt::after {
    content: '';
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    top: 50%;
    right: 0;
    width: 16px;
    height: 2px
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__accordionTxt.open {
    border-bottom: none
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__accordionTxt.open::before {
    content: none
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__accordionList {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__accordionItem {
    background: #eee
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__accordionItem:nth-of-type(1) a {
    padding: 3% 0
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__accordionAnchor {
    background: #eee;
    width: 90%;
    margin: 0 auto;
    color: #005eab;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3% 0 3% 5%;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    text-decoration: none
  }
}

@media screen and (max-width: 767px) {
  .c-navSp__accordionAnchor::after {
    content: "";
    border-top: solid 2px #005eab;
    border-right: solid 2px #005eab;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px
  }
}

.u-pcOnly {
  display: block !important
}

@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important
  }
}
.u-spOnly {
  display: none !important
}

@media screen and (max-width: 767px) {
  .u-spOnly {
    display: block !important
  }
}

.specialized__inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width:1024px) {
  .specialized__inner {
    width: 90%;
  }
}

.specialized .headding__txt {
  margin: 30px 0 40px;
}

@media screen and (max-width:767px) {
  .specialized .headding__txt {
    margin: 16px 0 38px;
    max-width: 100%;
  }
}

.specialized__titleOuter {
  text-align: center;
  margin: 60px 0 32px;
}

.specialized__title {
  font-size: 18px;
  font-weight: bold;
  color: #005eab;
}

@media screen and (max-width:767px) {
  .specialized__titleOuter {
    margin: 50px 0 30px;
  }

  .specialized__title {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 0 55px;
  }

  .specialized__title:before,
  .specialized__title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #005eab;
  }

  .specialized__title:before {
    left: 0;
  }

  .specialized__title:after {
    right: 0;
  }
}

.specialized__list--main {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:767px) {
  .specialized__list--main {
    flex-direction: column;
    margin-bottom: -20px;
  }
}

.specialized__item--main {
  max-width: 240px;
  width: 24%;
}

@media screen and (max-width:767px) {
  .specialized__item--main {
    max-width: 480px;
    width: 100%;
    margin: 0 auto 20px;
  }
}

.specialized__anchor--main {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: solid 1px #005eab;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  height: 100%;
}

.specialized__anchor--main:hover .specialized__head--main:after {
  opacity: 0.8;
  transform: scale(1.1);
}

@media screen and (max-width:767px) {
  .specialized__anchor--main:hover .specialized__head--main:after {
    transform: none;
  }
}

.specialized__head--main {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 7%;
  height: 160px;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .specialized__head--main {
    padding: 15px;
    height: 135px;
  }
}

.specialized__head--main::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .3s, opacity .3s;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.specialized__head--it::after {
  background-image: url("/resource/top/img/img_it.webp");
}

.specialized__head--maker::after {
  background-image: url("/resource/top/img/img_maker.jpg");
}

.specialized__head--finance::after {
  background-image: url("/resource/top/img/img_finance.jpg");
}

.specialized__head--sales::after {
  background-image: url("/resource/top/img/img_sales.jpg");
}

@media screen and (max-width:767px) {
  .specialized__head--it::after {
    background-image: url("/resource/top/img/img_it_sp.webp");
  }

  .specialized__head--maker::after {
    background-image: url("/resource/top/img/img_maker_sp.jpg");
  }

  .specialized__head--finance::after {
    background-image: url("/resource/top/img/img_finance_sp.jpg");
  }

  .specialized__head--sales::after {
    background-image: url("/resource/top/img/img_sales_sp.jpg");
  }

}

.specialized__logoOuter--main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 2% 8%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .specialized__logoOuter--main {
    padding: 2%;
    width: 105px;
    height: 105px;
  }
}

.specialized__logoOuter--main img {
  height: auto;
}

.specialized__body--main {
  padding: 10px 25px 8.5px 15px;
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.specialized__body--main::after {
  content: "";
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-image: url("/resource/top/img/icon_arrow_brackets_blue_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width:767px) {
  .specialized__body--main {
    justify-content: center;
    padding: 10px;
  }
}

.specialized__inTitle--main {
  line-height: 1.3;
  color: #005eab;
  position: relative;
  font-size: 15px;
}

@media screen and (max-width:767px) {
  .specialized__inTitle--main {
    font-size: 16px;
  }
}

.specialized__inText--main {
  color: #333;
  border-top: 1px dashed #ddd;
  margin-top: 12px;
  padding-top: 12px;
  font-size: 13px;
}

.specialized__listOuter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .specialized__listOuter {
    flex-direction: column;
  }
}

.specialized__list--other {
  display: flex;
  flex-wrap: wrap;
  max-width: 670px;
  padding-right: 4.17%;
}

@media screen and (max-width:1024px) {
  .specialized__list--other {
    padding-right: 2%;
  }
}

@media screen and (max-width:767px) {
  .specialized__list--other {
    max-width: 480px;
    margin: 0 auto -10px;
    padding-right: 0;
  }
}

.specialized__item--other {
  width: 31.34%;
  max-width: 210px;
  margin-right: 2.99%;
}
.specialized__item--other h4 a {
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .specialized__item--other {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 10px;
  }
}

.specialized__item--other:nth-of-type(3n) {
  margin-right: 0px;
}

@media screen and (max-width:767px) {
  .specialized__item--other:nth-of-type(3n) {
    margin-right: auto;
  }
}

.specialized__item--other:nth-of-type(n+4) {
  margin-top: 12px;
}

@media screen and (max-width:767px) {
  .specialized__item--other:nth-of-type(n+4) {
    margin-top: 0;
  }
}

.specialized__anchor--other {
  font-size: 15px;
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #005eab;
  padding: 7px 20px 5px 15px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.11);
  transition: transform .3s, opacity .3s, box-shadow .3s;
}

.specialized__anchor--other:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
  opacity: 0.8;
}

@media screen and (max-width:767px) {
  .specialized__anchor--other {
    text-align: center;
    padding: 9px 30px;
  }
}

.specialized__anchor--other::after {
  content: "";
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-image: url("/resource/top/img/icon_arrow_brackets_blue_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width:767px) {
  .specialized__anchor--other::after {
    right: 25px;
  }
}

.specialized__list--area {
  max-width: 210px;
  width: 22%;
  border-left: 1px dashed #005eab;
  padding-left: 4.17%;
  flex-shrink: 0;
}

@media screen and (max-width:1024px) {
  .specialized__list--area {
    padding-left: 2%;
  }
}

@media screen and (max-width:767px) {
  .specialized__list--area {
    border-left: none;
    padding-left: 0;
    border-top: 1px dashed #005eab;
    padding-top: 25px;
    max-width: 480px;
    width: 100%;
    margin: 25px auto 0;
  }
}

.specialized__item--area:nth-of-type(n+2) {
  margin-top: 12px;
}

@media screen and (max-width:767px) {
  .specialized__item--area:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

.specialized__list--adviser {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

@media screen and (max-width:767px) {
  .specialized__list--adviser {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.specialized__list--adviser * {
  box-sizing: border-box;
}

.specialized__item--adviser {
  max-width: 242px;
  width: calc((100% - 30px) / 4);
}

@media screen and (max-width:767px) {
  .specialized__item--adviser {
    margin: 0 15px;
  }
}

.specialized__anchor--adviser {
  text-decoration: none;
  display: block;
  border-radius: 10px;
  position: relative;
  border: 1px solid #005eab;
  background-color: #fff;
  transition: opacity 0.5s;
}

.specialized__anchor--adviser:hover {
  opacity: 0.8;
}

.specialized__inImgOuter--adviser {
  position: relative;
}

.specialized__inImgOuter--adviser::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(192, 222, 253, 1) 0%, rgba(235, 221, 253, 1) 100%);
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0;
  right: 0;
}

.specialized__inImgOuter--adviser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specialized__inTitle--adviser {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 10px;
  border-radius: 6px 6px 0 0;
  font-size: 15px;
  color: #005eab;
  text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .specialized__inTitle--adviser {
    font-size: 14px;
  }
}

.specialized__inWrapper {
  position: relative;
}

.specialized__inTitle--adviser br {
  display: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .specialized__inTitle--adviser br {
    display: block;
  }
}

.specialized__inCaptionOuter {
  padding: 14px 10px;
}

.specialized__inCaption--adviser {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .specialized__inCaption--adviser {
    font-size: 12px;
  }
}

.specialized__inName--adviser {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  font-size: 18px;
  background: linear-gradient(#c6ddfa 0%, #dbddfa 100%);
  color: #005eab;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .specialized__inName--adviser {
    font-size: 14px;
  }
}

.specialized__more--adviser {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 20px;
  max-width: 363px;
  height: 40px;
  margin: 53px auto 0;
  background: #005eab;
  color: #fff;
  position: relative;
  transition: opacity .5s;
  padding-top: 2px;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .specialized__more--adviser {
    margin-top: 40px;
  }
}

.specialized__more--adviser:hover {
  opacity: 0.8;
}

.specialized__more--adviser::after {
  content: "";
  width: 7px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background-image: url("/resource/top/img/icon_arrow_brackets_white_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.specialized__bnrOuter {
  display: block;
  max-width: 700px;
  margin: 40px auto 0;
  transition: opacity .3s;
}

.specialized__bnrOuter:hover{
  opacity: 0.8;
}

.specialized__bnrOuter img {
  height: auto;
}

.specialized__bnrOuter + p {
  max-width: 700px;
  margin-inline: auto;
  font-size: 14px;
  margin-top: 10px;
}


@media screen and (max-width:767px) {

  .specialize .slick-center {
    transform: none;
  }

  .specialize .slick-slider .slick-track {
    padding: 0;
  }

  .specialized__list--adviser {
    height: 0;
    padding-top: 256px;
    opacity: 0;
  }

  .specialized__list--adviser.slick-initialized {
    height: auto;
    opacity: 1;
    padding-top: 0;
  }
  
}

.cvArea{
  padding:30px 0;
  background-color: #004b97;

}

.cvArea__inner{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  box-sizing: border-box;
}

.cvArea__inner .cvArea__text{
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}

.cvArea__jobOfferOuter {
  display: flex;
  align-items: flex-end;
}

.cvArea__today {
  padding: 1.5px 12px 1px;
  border-radius: 13.5px;
  background: #005eab;
  font-size: 12px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}

.cvArea__today time {
  font-size: 15px;
  transform: translateY(1px);
  display: inline-block;
}

.cvArea__today--weekday {
  margin: 0 4px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #005eab;
  background: #fff;
  display: inline-block;
  text-align: center;
}

.cvArea__jotc {
  font-size: 20px;
  margin: 0 10px;
  line-height: 1;
  transform: translateY(3px);
}

.cvArea__jotc--big {
  font-size: 35px;
  color: #0a9fc2;
  display: inline-block;
}

.cvArea__pjo {
  font-size: 18px;
  line-height: 1.2;
}

.cvArea__pjo::before {
  content: "(";
  font-size: 26px;
  display: inline-block;
  margin-right: 4px;
}

.cvArea__pjo::after {
  content: ")";
  font-size: 26px;
  display: inline-block;
  margin-left: 4px;
}

.cvArea__pjo--big {
  font-size: 28px;
  color: #d10042;
  display: inline-block;
}

.cvArea__pjo--spOnly {
  transform: translateY(3px);
  display: inline-block;
}

.cvArea__linkOuter {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cvArea__link--main {
  min-width: 56%;
  max-width: 523px;
}

.cvArea__anchor--main {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #d10042;
  box-shadow: 0px 0px 10px 0px rgba(78, 78, 78, 0.70);
  padding: 16px 32px 16px 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.27;
  height: 75px;
  border: 1px solid #fff;
  transition: transform .2s;
}

.cvArea__anchor--main::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 14px;
  width: 11px;
  z-index: 1;
  background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
  background-size: contain;
}

.cvArea__anchor--main:hover {
  transform: scale(1.05) rotate(0.0001deg);
}

.cvArea__anchor--main::before {
  content: "";
  background: rgba(255, 255, 255, .15);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -100%;
  transition: .5s ease-in-out;
  height: 100%;
  width: 110%;
}

.cvArea__anchor--main:hover:before {
  left: 80%;
}

.cvArea__anchor--main-icon {
  flex-shrink: 0;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  color: #d10042;
  border-radius: 8px;
  background: #fff;
  padding: 4px 8px;
  margin-right: 8px;
}

.cvArea__link--sub {
  margin-left: 16px;
  position: relative;
  width: 42%;
  max-width: 380px;
}

@media screen and (max-width: 1012px) {
  .cvArea__link--sub {
    width: 45%;
  }
}

.cvArea__anchor--sub {
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px 0px rgba(78, 78, 78, 0.70);
  display: inline-block;
  background: #0a9fc2;
  font-size: 16px;
  height: 75px;
  display: flex;
  align-items: center;
  padding: 14px 28px 14px 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform .2s;
  justify-content: space-evenly;
}

@media screen and (max-width: 1012px) {
  .cvArea__anchor--sub {
    padding: 14px 32px 14px 12px;
  }
}

.cvArea__anchor--sub:hover {
  transform: scale(1.05) rotate(0.0001deg);
}

.cvArea__anchor--sub::before {
  content: "";
  background: rgba(255, 255, 255, .15);
  transform: rotate(-45deg);
  position: absolute;
  left: -230%;
  transition: .4s ease-in-out;
  top: 0;
  height: 80%;
  width: 260%;
}

.cvArea__anchor--sub::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 10px;
  width: 9px;
  z-index: 1;
  background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 1012px) {
  .cvArea__anchor--sub::after {
    right: 16px;
  }
}

.cvArea__anchor--sub:hover:before {
  left: 150%;
}

.cvArea__anchor--sub-text {
  align-items: center;
  display: flex;
  font-size: 18px;
  line-height: 1.27;
  justify-content: center;
  position: relative;
  color: #fff;
  text-align: center;
}


.cvArea__anchor--sub-text::before {
  content: "";
  background: url(/resource/top/img/sp/mark.svg) no-repeat center;
  background-size: contain;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  flex-shrink: 0;
}

.cvArea__anchor--icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  width: 54px;
}

@media screen and (max-width: 767px) {
  .cvArea {
    margin-top:0px;
    padding: 20px 0;
  }

  .cvArea__inner {
    max-width: none;
  }

  .cvArea__inner .cvArea__text{
    font-size: 18px;
    margin-top: 20px;
  }
  
  
  .cvArea__jobOfferOuter {
    width: 100%;
    justify-content: center;
  }

  .cvArea__today {
    position: absolute;
    top: -12px;
    left: 12px;
    padding: 0px 12px 3px;
  }

  .cvArea__jotc {
    font-size: 15px;
    margin: 0;
    transform: none;
  }

  .cvArea__jotc--big {
    font-size: 25px;
  }

  .cvArea__pjo {
    font-size: 12px;
    display: flex;
  }

  .cvArea__pjo--big {
    font-size: 15px;
  }

  .cvArea__pjo--spOnly {
    text-align: center;
    transform: none;
  }

  .cvArea__linkOuter {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .cvArea__link--main {
    max-width: none;
    width: 100%;
  }

  .cvArea__anchor--main {
    justify-content: center;
    max-width: none;
    height: auto;
    padding: 8px 40px 8px 16px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 10px;
  }

  .cvArea__anchor--main-icon {
    padding: 2px 4px;
  }

  .cvArea__link--sub {
    max-width: none;
    width: 80%;
    margin: 12px 0 0 0;
  }

  .cvArea__anchor--sub {
    justify-content: center;
    height: auto;
    padding: 10px 36px 10px 30px;
    border-radius: 10px;
  }

  .cvArea__anchor--sub::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 10px;
    width: 9px;
    z-index: 1;
    background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
    background-size: contain;
  }

  .cvArea__anchor--sub-text {
    font-size: 16px;
    padding: 0 0 1px;
  }

  .cvArea__anchor--sub-text::before {
    width: 23px;
    height: 23px;
  }

  .cvArea__anchor--icon {
    width: 40px;
    height: 52px;
    right: -5px;
  }
}


.recommend_banner__wrap{
  text-align: center;
}

.recommend_banner__wrap a {
  transition: all .3s;
}

.recommend_banner__wrap a:hover {
  opacity: 0.8;
}

.recommend_banner__wrap picture{
  border: 1px solid #c0c0c0;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.11);
  display: inline-block;
  max-width: 700px;
}