@charset "utf-8";

/*--------------------
Webフォント(使用しないものはコメントアウト)
--------------------*/
/*----------Noto Sans JP----------*/
/*
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  font-display: optional;
  src:
  url("/CSP/common/font/Noto_Sans_JP/NotoSansJP-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  font-display: optional;
  src:
  url("/CSP/common/font/Noto_Sans_JP/NotoSansJP-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  font-display: optional;
  src:
  url("/CSP/common/font/Noto_Sans_JP/NotoSansJP-Light.woff2") format("woff2");
}
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src:
  url("/CSP/common/font/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  font-display: optional;
  src:
  url("/CSP/common/font/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src:
  url("/CSP/common/font/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2");
}
/*
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src:
  url("/CSP/common/font/Noto_Sans_JP/NotoSansJP-ExtraBold.woff2") format("woff2");
}
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src:
  url("/CSP/common/font/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2");
}
/*----------Oswald----------*/
/*
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  font-display: optional;
  src:
  url("/CSP/common/font/Oswald/Oswald-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src:
  url("/CSP/common/font/Oswald/Oswald-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src:
  url("/CSP/common/font/Oswald/Oswald-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src:
  url("/CSP/common/font/Oswald/Oswald-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src:
  url("/CSP/common/font/Oswald/Oswald-SemiBold.woff2") format("woff2");
}
*/
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src:
  url("/CSP/common/font/Oswald/Oswald-Bold.woff2") format("woff2");
}

/*--------------------
common
--------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  min-width: 1240px;
  padding: 0;
  width: 100%;
}
.icnCmn::before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
}
a {
  color: #186FC5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.incTest {
  display: none;
}
#afterMsg {
  z-index: 10000;
}

/*.contsideBtn*/
.contsideBtn {
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 150px;
}
.contsideBtn a {
  color: #24282A;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
}
.contsideBtn a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s;
}
.contsideBtn a::after {
  background: url(/CSP/pc/img/newtop/icn_arrow.svg) no-repeat center center;
  background-size: 27px 26px;
  bottom: 0;
  content: "";
  display: block;
  height: 26px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 27px;
}

/*--------------------
.newtopHeader
--------------------*/
.newtopHeader {
  background: #030774;
  color: #FFF;
  padding: 0 16px;
}
.newtopHeader a {
  color: #FFF;
  text-decoration: none;
}
.newtopHeader a:hover {
  text-decoration: underline;
}
.newtopHeader .headerWrap {
  display: flex;
  align-items: center;
  /*align-items: stretch;*/
  margin: 0 auto;
  padding: 16px 0;
  max-width: 1208px;
}
/*----------.headerTxt----------*/
.newtopHeader .headerTxt {
  margin-right: 40px;
}
.newtopHeader .headerTxt p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
/*----------.headerData----------*/
.newtopHeader .headerData {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1;
}
.newtopHeader .headerUpdate {
  margin-right: 24px;
  padding-left: 24px;
  position: relative;
}
.newtopHeader .headerUpdate::before {
  background: url(/CSP/pc/img/newtop/icn_update.svg) no-repeat center center;
  background-size: 16px auto;
  height: 16px;
  width: 16px;
}
.newtopHeader .headerUpdate span {
  font-weight: 700;
  margin-right: 8px;
}
.newtopHeader .headerNumber {
  margin-right: 24px;
}
.newtopHeader .headerNumber a.numberSum {
  font-weight: 700;
  padding: 0 4px 0 8px;
}
.newtopHeader .headerNumber a.numberNew {
  font-weight: 700;
  padding: 0 0 0 8px;
}

/*----------.headerLink----------*/
.newtopHeader .headerLink {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: auto;
}
.newtopHeader .headerlink_left,
.newtopHeader .headerlink_right {
  display: flex;
}
.newtopHeader .headerlink_left li {
  padding-left: 20px;
  position: relative;
}
.newtopHeader .headerlink_left li.headerlink_about::before {
  background: url(/CSP/pc/img/newtop/icn_about.svg) no-repeat center center;
  background-size: auto 16px;
  height: 16px;
  width: 16px;
}
.newtopHeader .headerlink_left li.headerlink_ad::before {
  background: url(/CSP/pc/img/newtop/icn_ad.svg) no-repeat center center;
  background-size: auto 16px;
  height: 16px;
  width: 16px;
}
.newtopHeader .headerlink_left li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
.newtopHeader .headerlink_left li:not(:last-child):after {
  border-right: 1px dotted #FFF;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.newtopHeader .headerlink_right {
  margin-left: 100px;
}

/*--------------------
.newtopMain
--------------------*/
.newtopMain {
  text-align: left;
}

/*--------------------
.newtopmainMv
--------------------*/
.newtopmainMv {
  background: #FFF url(/CSP/pc/img/newtop/bg_mv.png) no-repeat center center;
  background-size: cover;
  min-height: 558px;
  padding: 20px 16px;
  position: relative;
  z-index: 0;
}
.newtopmainMv::before {
  background: url(/CSP/pc/img/newtop/bgimg_map.svg) no-repeat center 0;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: -1;
}

/*----------.mvHead----------*/
.mvHead {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1208px;
}
.mvHead .mvLogo {
  text-align: center;
  width: 160px;
}
.mvHead .mvLogo img {
  vertical-align: bottom;
}
.mvHead .mvLogo .mvlogobtm {
  margin-top: 8px;
}
/*.mvNavi*/
.mvHead .mvNavi {
  display: flex;
  align-items: center;
  margin-left: auto;
  text-align: center;
}
.mvHead .mvNavi a {
  color: #FFF;
}
/*.mvnaviList*/
.mvHead .mvNavi .mvnaviList {
  display: flex;
  align-items: center;
}
.mvHead .mvNavi .mvnaviList li {
  position: relative;
  text-align: center;
  width: 90px;
}
.mvHead .mvNavi .mvnaviList li a {
  display: block;
  text-decoration: none;
}
.mvHead .mvNavi .mvnaviList li a:hover span {
  opacity: 0.7;
  transition: all 0.3s;
}
.mvHead .mvNavi .mvnaviList li a .badge {
  background-color: #F71325;
  border-radius: 8px;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  left: 50%;
  margin-left: 4px;
  min-width: 16px;
  position: absolute;
  text-align: center;
  top: -3px;
  padding: 0 4px;
}
.mvHead .mvNavi .mvnaviList li a:before {
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  display: block;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  width: 44px;
}
.mvHead .mvNavi .mvnaviList li a span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
}
.mvHead .mvNavi .mvnaviList li a.icnMessage:before {
  background-image: url(/CSP/pc/img/newtop/icn_mv_message.svg);
  background-size: auto 28px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); 
}
.mvHead .mvNavi .mvnaviList li a.icnNotification:before {
  background-image: url(/CSP/pc/img/newtop/icn_mv_notification.svg);
  background-size: auto 30px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); 
}
.mvHead .mvNavi .mvnaviList li a.icnFav:before {
  background-image: url(/CSP/pc/img/newtop/icn_mv_favorite.svg);
  background-size: auto 30px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); 
}
.mvHead .mvNavi .mvnaviList li a.icnHistory:before {
  background-image: url(/CSP/pc/img/newtop/icn_mv_history.svg);
  background-size: auto 28px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); 
}
.mvHead .mvNavi .mvnaviList li a.icnMypage:before {
  background-image: url(/CSP/pc/img/newtop/icn_mv_mypage.svg);
  background-size: auto 30px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); 
}

/*.mvnaviBtn*/
.mvHead .mvNavi .mvnaviBtn {
  margin-left: 40px
}
.mvHead .mvNavi .mvnaviBtn ul {
  display: flex;
  align-items: center;
}
.mvHead .mvNavi .mvnaviBtn a {
  border-radius: 5px;
  display: block;
  font-size: 14px;
  font-weight: 900;
  height: 48px;
  line-height: 48px;
}
.mvHead .mvNavi .mvnaviBtn a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s;
}
.mvHead .mvNavi .mvnaviBtn li:not(:last-child) {
  margin-right: 8px;
}
.mvHead .mvNavi .mvnaviBtn a.mvnaviLogin {
  background: #FFF;
  color: #F71325;
  width: 104px;
}
.mvHead .mvNavi .mvnaviBtn a.mvnaviRegist {
  background: #F71325;
  color: #FFF;
  width: 152px;
}

/*----------.mvCenter----------*/
.mvCenter {
  display: flex;
  /*align-items: center;*/
  margin: 56px auto 0 auto;
  max-width: 1208px;
}
/*.mvTtl*/
.mvCenter .mvTtl {
  color: #FFF;
}
.mvCenter .mvTtl .mvttlSub {
}
.mvCenter .mvTtl .mvttlSub img {
  vertical-align: bottom;
}
.mvCenter .mvTtl .mvttlMain {
}
.mvCenter .mvTtl .mvttlMain p {
  line-height: 1;
}
.mvCenter .mvTtl .mvttlMain p.mvttl_b {
  text-shadow: 0 3px 6px rgba(0, 0, 0, .40);
  font-size: 77px;
  font-weight: 900;
}
.mvCenter .mvTtl .mvttlMain p.mvttl_s {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 28px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .30);
}
/*.mvSearch*/
.mvCenter .mvSearch {
  margin-left: auto;
  text-align: center;
  width: 550px;
}
.mvCenter .mvSearch .mvsearchTtl {
  margin-bottom: 30px;
}
.mvCenter .mvSearch .mvsearchTtl h1 {
  color: #FFF;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.mvCenter .mvSearch .mvsearchBtn {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.mvCenter .mvSearch .mvsearchBtn > div {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .01);
  cursor: pointer;
  display: block;
  height: 138px;
  line-height: 138px;
  position: relative;
  text-align: center;
  width: 100%;
}
.mvCenter .mvSearch .mvsearchBtn > div:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s;
}
.mvCenter .mvSearch .mvsearchBtn > div::before {
  background: #030774;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 24px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  width: 24px;
}
.mvCenter .mvSearch .mvsearchBtn .mvsearchList::after {
  bottom: 0;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  height: 4px;
  margin: auto;
  position: absolute;
  right: 26px;
  top: 0;
  transform: rotate(45deg);
  width: 4px;
}
.mvCenter .mvSearch .mvsearchBtn .mvsearchList:not(:last-child) {
  margin-right: 16px;
}
.mvCenter .mvSearch .mvsearchBtn .mvsearchList span {
  color: #030774;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  padding-top: 20px;
  position: relative;
}
.mvCenter .mvSearch .mvsearchBtn .mvsearchList span::after {
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20px;
}
.mvCenter .mvSearch .mvsearchBtn .mvsearchList#mvsearch_job span::after {
  background: url(/CSP/pc/img/newtop/icn_mv_job.svg) no-repeat center center;
  background-size: 45px 42px;
  height: 42px;
  width: 45px;
}
.mvCenter .mvSearch .mvsearchBtn .mvsearchList#mvsearch_area span::after {
  background: url(/CSP/pc/img/newtop/icn_mv_area.svg) no-repeat center center;
  background-size: 35px 42px;
  height: 42px;
  width: 35px;
}
.mvCenter .mvSearch .mvsearchBtn .mvsearchList b {
  font-size: 28px;
  font-weight: 900;
}
/*.mvsearchWord*/
.mvCenter .mvsearchWord {
}
.mvCenter .mvsearchWord form {
  display: flex;
  height: 56px;
}
.mvCenter .mvsearchWord div.searchwordTxt {
  background: #FFF;
  border-bottom: 2px solid #DCDDDE;
  border-left: 2px solid #DCDDDE;
  border-top: 2px solid #DCDDDE;
  border-radius: 5px 0 0 5px;
  display: flex;
  flex: 1;
  padding: 0 20px;
}
.mvCenter .mvsearchWord input.freesearchTxt {
  border: none;
  color: #030774;
  flex: 1;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 500;
}
.mvCenter .mvsearchWord div.searchwordBtn {
  position: relative;
  width: 72px;
}
.mvCenter .mvsearchWord div.searchwordBtn:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s;
}
.mvCenter .mvsearchWord div.searchwordBtn::after {
  background: url(/CSP/pc/img/newtop/icn_mv_search.svg) no-repeat center center;
  background-size: 21px 21px;
  bottom: 0;
  content: "";
  cursor: pointer;
  display: block;
  height: 21px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
}
.mvCenter .mvsearchWord input.freesearchBtn {
  appearance: none;
  background: linear-gradient(to right,#e2a221 60%, #F8C969 120%);
  border: 1px solid #707070;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  outline: none;
  vertical-align: middle;
  width: 72px;
}
.mvCenter .mvsearchWord .freesearchTxt:focus {
  outline: none;
}
.mvCenter .mvsearchWord .freesearchTxt:-ms-input-placeholder {
  color: #030774 !important;
}
.mvCenter .mvsearchWord .freesearchTxt::placeholder {
  color: #030774 !important;
}
/*.mvsearchLink*/
.mvCenter .mvsearchLink {
  display: none;
  margin-top: 16px;
  text-align: right;
}
.mvCenter .mvsearchLink a {
  border-bottom: 1px dotted #FFF;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  padding: 0 0 4px 32px;
  position: relative;
  text-decoration: none;
}
.mvCenter .mvsearchLink a:hover {
  border: none;
  text-decoration: none;
}
.mvCenter .mvsearchLink a::after {
  background: url(/CSP/pc/img/newtop/icn_mv_first.png) no-repeat center center;
  content: "";
  display: block;
  height: 18px;
  left: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 13px;
}

/*----------.mvBtm----------*/
.mvBtm {
  bottom: -72px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mvBtm .scrollImg {
  overflow: hidden;
  padding: 0 10px 25px 10px;
}
.mvBtm .scrollImg img {
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
  display: block;
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: -2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}
.mvBtm {
  opacity: 0;
}
.mvBtm.swiper-initialized {
  opacity: 1;
  transition: all 1.2s;
}
.mvBtm .mvScroll {
  transition-timing-function: linear;
}

/*--------------------
.mainCont
--------------------*/
.newtopMain .newtopmainWrap {
  background: #F2F2F2;
  padding: 80px 16px 80px 16px;
  width: 100%;
}
.newtopMain .mainCont {
  display: flex;
  align-items: stretch;
  margin: 0 auto 60px auto;
  max-width: 1208px;
}

/*--------------------
.mainCol
--------------------*/
.mainCol {
  width: 864px;
}
.mainCol > section:not(:first-child) {
  margin-top: 72px;
}
.mainCol > section:not(.secOwner) a:hover img {
  opacity: 0.8;
  transition: all 0.3s;
}

/*----------.secCarousel----------*/
.secCarousel {
}
.secCarousel .carouselTtl {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.secCarousel .carouselTtl h2 {
  font-size: 26px;
  font-weight: 700;
}
.secCarousel .carouselTtl .contsideBtn {
  margin-left: auto;
}
.secCarousel .carouselWrap {
  margin: 0 auto;
  opacity: 0;
  width: 860px;
}
.secCarousel .carouselList {
}
.secCarousel .carouselCol {
  background: #FFF;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 200px;
}
.secCarousel .carouselCol:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.secCarousel .carouselCol .carouselTop {
  background: #bbb;
  height: 150px;
  width: 200px;
}
.secCarousel .carouselCol .carouselTop img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.secCarousel .carouselCol .carouselBtm {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 40px 12px 20px 12px;
  position: relative;
}
.secCarousel .carouselCol .carouselFav {
}
.secCarousel .carouselCol .carouselFav a {
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: -32px;
  width: 60px;
}
/*.favicnAdd*/
.secCarousel .carouselCol .carouselFav a.favicnAdd {
  cursor: default;
}
.secCarousel .carouselCol .carouselFav a.favicnAdd span {
  color: #727272;
}
.secCarousel .carouselCol .carouselFav a.favicnAdd span::before {
  background: url(/CSP/pc/img/newtop/icn_carousel_fav_add.svg) no-repeat center center;
  background-size: 27px 25px;
}
.secCarousel .carouselCol .carouselFav a:hover {
  text-decoration: none;
}
.secCarousel .carouselCol .carouselFav a:not(.favicnAdd):hover {
  background: #fdfae1;
  transition: all 0.3s;
}
.secCarousel .carouselCol .carouselFav span {
  color: #24282A;
  font-size: 8px;
  font-weight: 700;
  padding-top: 32px;
  position: relative;
}
.secCarousel .carouselCol .carouselFav span::before {
  background: url(/CSP/pc/img/newtop/icn_carousel_fav.svg) no-repeat center center;
  background-size: 27px 25px;
  content: "";
  display: block;
  height: 27px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 25px;
}
.secCarousel .carouselCol .carouselIcn {
  left: 12px;
  position: absolute;
  top: 12px;
}
/*.icnNew*/
.secCarousel .carouselCol .carouselIcn.icnNew {
  background: #F71325;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
  display: inline-block;
  text-align: center;
  width: 45px;
}
.secCarousel .carouselCol .carouselIcn.icnNew span {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
}
.secCarousel .carouselCol .carouselIcn.icnNew span[data-content="新着"] {
  background: #F71325;
}
.secCarousel .carouselCol .carouselIcn.icnNew span[data-content="更新"] {
  background: #689e39;
}

/*.icnUpdate*/
.secCarousel .carouselCol .carouselIcn.icnUpdate {
  background: #689e39;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
  display: inline-block;
  text-align: center;
  width: 45px;
}
.secCarousel .carouselCol .carouselIcn.icnUpdate span {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
}
.secCarousel .carouselCol .carouselIcn.icnUpdate span[data-content="新着"] {
  background: #F71325;
}
.secCarousel .carouselCol .carouselIcn.icnUpdate span[data-content="更新"] {
  background: #689e39;
}



/*.icnRank*/
.secCarousel .carouselCol .carouselIcn.icnRank {
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  top: 10px;
  width: 80px;
}
.secCarousel .carouselCol .carouselIcn.icnRank.rank01 {
  background: #DCB870;
}
.secCarousel .carouselCol .carouselIcn.icnRank.rank02 {
  background: #D0D0D0;
}
.secCarousel .carouselCol .carouselIcn.icnRank.rank03 {
  background: #C6A090;
}
.secCarousel .carouselCol .carouselIcn.icnRank span {
  color: #FFF;
  font-family: "Oswald";
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  padding-left: 16px;
}
.secCarousel .carouselCol .carouselIcn.icnRank span::before {
  background: url(/CSP/pc/img/newtop/icn_carousel_ranking.svg) no-repeat center center;
  background-size: 16px 12px;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  left: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
}
.secCarousel .carouselCol .carouselName {
  min-height: 46px;
}
.secCarousel .carouselCol .carouselName a {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: none;
}
.secCarousel .carouselCol .carouselTxt {
  margin-top: 8px;
}
.secCarousel .carouselCol .carouselTxt p {
  color: #131D34;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.secCarousel .carouselCol .carouselSeminar {
  border: 1px solid #186FC5;
  border-radius: 100px;
  display: inline-block;
  margin-top: auto;
  text-align: center;
  width: 127px;
}
.secCarousel .carouselCol .carouselSeminar p {
  color: #186FC5;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  padding-left: 20px;
  position: relative;
}
.secCarousel .carouselCol .carouselSeminar p::before {
  background: url(/CSP/pc/img/newtop/icn_carousel_seminar.svg) no-repeat center center;
  background-size: 14px 14px;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  left: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 14px;
}

/*--------------------
■swiper
--------------------*/
/*読み込み時の拡大表示対応*/
.secCarousel .carouselWrap.swiper-initialized {
  opacity: 1;
  transition: all 1.6s;
}
/*ドットと矢印を並べる*/
.slide-pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.swiper-pagination {
  position: static;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto;
}
.swiper-pagination-bullets {
  display: flex;
  align-items: center;
}
.swiper-button-prev,
.swiper-button-next {
  margin-top: initial;
  position: static;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/*dots custom*/
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.swiper-pagination-bullet {
  background-color: #D3D3D3;
  height: 15px;
  opacity: 1;
  width: 15px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #196FC5;
}

/*arrow custom*/
.swiper-button-prev span,
.swiper-button-next span {
  position: relative;
}

.swiper-button-prev span::before, 
.swiper-button-next span::before {
  background: #FFF;
  border: 1px solid #AEB7BA;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 35px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 35px;
}
.swiper-button-prev span::before {
  right: 0;
}
.swiper-button-next span::before {
  left: 0;
}
.swiper-button-prev span::after,
.swiper-button-next span::after {
  bottom: 0;
  border-top: 2px solid #AEB7BA;
  border-right: 2px solid #AEB7BA;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 6px;
}
.swiper-button-prev span::after {
  right: 12px;
  transform: rotate(225deg);
}
.swiper-button-next span::after {
  left: 12px;
  transform: rotate(45deg);
}

/*----------.secInformation----------*/
.secInformation .informationInr {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  display: flex;
  padding: 24px 32px;
}
.secInformation .informationTtl {
  width: 272px;
}
.secInformation .informationTtl p {
  color: #003489;
  font-size: 16px;
  font-weight: 700;
  padding-left: 32px;
  position: relative;
}
.secInformation .informationTtl p::before {
  background: url(/CSP/pc/img/newtop/icn_information.svg) no-repeat center center;
  background-size: auto 24px;
  height: 24px;
  width: 24px;
}
.secInformation .informationCont {
  flex: 1;
}
.secInformation .informationCont li {
  padding-left: 1em;
  text-indent: -1em;
}
.secInformation .informationCont li:not(:last-child) {
  margin-bottom: 10px;
}
.secInformation .informationCont li a {
  color: #414141;
  font-size: 14px;
  padding-left: 12px;
  position: relative;
  text-decoration: underline;
}
.secInformation .informationCont li a::before {
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 6px #003489;
  border-right: solid 4px transparent;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  top: 6px;
  width: 0;
}
.secInformation .informationCont li a:hover {
  text-decoration: none;
}

/*----------.secFaq----------*/
.secFaq {
}
.secFaq .faqTtl {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.secFaq .faqTtl h2 {
  font-size: 26px;
  font-weight: 700;
}
.secFaq .faqTtl .contsideBtn {
  margin-left: auto;
}
.secFaq .faqWrap {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
}
.secFaq .faqList {
  padding: 16px 30px;
}
.secFaq .faqList:not(:last-child) {
  background-image: linear-gradient(to right, #E3E3E3 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.secFaq .faqList .faqlist_Q {
  cursor: pointer;
}
.secFaq .faqList .faqlist_Q:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.secFaq .faqList .faqlist_Q dl {
  display: flex;
  align-items: center;
}
.secFaq .faqList .faqlist_Q .faqNo {
  color: #003489;
  font-family: "Oswald";
  font-size: 40px;
  font-weight: 700;
  min-width: 80px;
}
.secFaq .faqList .faqlist_Q .faqTxt {
  color: #003489;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  padding: 0 16px;
}
.secFaq .faqList .faqlist_Q .faqIcn {
  margin-left: auto;
}
.secFaq .faqList .faqlist_Q .faqIcn span {
  display: block;
  position: relative;
  width: 20px;
}
.secFaq .faqList .faqlist_Q .faqIcn span:before,
.secFaq .faqList .faqlist_Q .faqIcn span:after {
  background: #000;
  border-radius: 0.5rem;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  width: 1rem;
}
.secFaq .faqList .faqlist_Q .faqIcn span:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.8s;
}
.secFaq .faqList .faqlist_Q .faqIcn span.active::after {
  transform: rotate(0);
  transition: 0.8s;
}
.secFaq .faqList .faqlist_A {
  display: block grid;
  margin: 4px 48px 0 100px;
  transition: grid-template-rows .8s;
  grid-template-rows: 0fr;
}
.secFaq .faqList .faqlist_A > * {
  overflow: hidden;
}
.secFaq .faqList .faqlist_A.active {
  grid-template-rows: 1fr;
}
.secFaq .faqList .faqlist_A p {
  font-size: 14px;
}

/*----------.secEntrebnr----------*/
.secEntrebnr {
}
.secEntrebnr .entrebnrWrap {
  background: #FFF url(/CSP/pc/img/newtop/bg_entrebnr.png) no-repeat center center;
  color: #FFF;
  display: flex;
  height: 208px;
  overflow: hidden;
  padding: 16px;
  position: relative;
  width: 860px;
}
.secEntrebnr .entrebnrWrap::before {
  background: url(/CSP/pc/img/newtop/logo_entrebnr.svg) no-repeat 0 0;
  bottom: 32px;
  content: "";
  display: block;
  height: 19px;
  left: 32px;
  margin: auto;
  position: absolute;
  width: 91px;
}
.secEntrebnr .entrebnrWrap::after {
  background: url(/CSP/pc/img/newtop/img_entrebnr_01.png) no-repeat 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 210px;
  left: 240px;
  margin: auto;
  position: absolute;
  width: 323px;
}
.secEntrebnr .entrebnrLeft {
}
.secEntrebnr .entrebnrTtl {
  margin: 8px 0 0 16px;
}
.secEntrebnr .entrebnrTtl h3 {
  font-size: 34px;
  font-weight: 900;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .30);
}
.secEntrebnr .entrebnrRight {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  text-align: right;
}
.secEntrebnr .entrebnrImg {
  margin-bottom: 2px;
}
.secEntrebnr .entrebnrTxt {
}
.secEntrebnr .entrebnrTxt p {
  font-size: 9px;
  font-weight: 400;
}
.secEntrebnr .entrebnrBtn {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  text-align: center;
}
.secEntrebnr .entrebnrBtn a {
  border-radius: 5px;
  display: block;
  font-size: 14px;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
}
.secEntrebnr .entrebnrBtn a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s;
}
.secEntrebnr .entrebnrBtn a.entrebnrLogin {
  background: #FFF;
  color: #F71325;
  margin-right: 10px;
  width: 114px;
}
.secEntrebnr .entrebnrBtn a.entrebnrRegist {
  background: #F71325;
  color: #FFF;
  width: 187px;
}

/*----------.secOwner----------*/
.secOwner {
}
.secOwner .ownerTtl {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.secOwner .ownerTtl h2 {
  font-size: 26px;
  font-weight: 700;
}
.secOwner .ownerTtl .contsideBtn {
  margin-left: auto;
}
.secOwner .ownerWrap > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
.secOwner .ownerWrap .ownerList {
  background: #FFF;
  border-radius: 6px;
  overflow: hidden;
  width: calc(100% / 2 - 8px);
}
.secOwner .ownerWrap .ownerList a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.secOwner .ownerWrap .ownerList a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s;
}
.secOwner .ownerWrap .ownerImg {
  overflow: hidden;
  position: relative;
}
.secOwner .ownerWrap .ownerImg img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.secOwner .ownerWrap .ownerName {
  background: #030774;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 60px;
  left: 0;
  position: absolute;
  width: 100%;
}
.secOwner .ownerWrap .ownerName p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin-left: 16px;
  min-height: 26px;
  padding: 0 16px 0 40px;
  position: relative;
  /*省略*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.secOwner .ownerWrap .ownerName p::before {
  background: url(/CSP/pc/img/newtop/icn_owner.svg) no-repeat center center;
  background-size: auto 26px;
  height: 26px;
  width: 26px;
}
.secOwner .ownerWrap .ownerTxt {
  color: #49494B;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-weight: 700;
  padding: 16px 16px 28px 16px;
}
.secOwner .ownerWrap .ownerTxt .ownerJob {
  margin-bottom: 12px;
}
.secOwner .ownerWrap .ownerTxt .ownerJob span {
  border: 1px solid #DCB870;
  border-radius: 6px;
  color: #DCB870;
  display: inline-block;
  font-size: 14px;
  padding: 4px 8px;
}
.secOwner .ownerWrap .ownerTxt .ownerInfo {
  margin-bottom: 4px;
}
.secOwner .ownerWrap .ownerTxt .ownerInfo p {
  font-size: 15px;
  /*省略*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.secOwner .ownerWrap .ownerTxt .ownerLead {
  flex-grow: 1;
  margin-bottom: 20px;
}
.secOwner .ownerWrap .ownerTxt .ownerLead p {
  font-size: 18px;
  /*省略*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.secOwner .ownerWrap .ownerTxt .ownerBtn {
  text-align: center;
}
.secOwner .ownerWrap .ownerTxt .ownerBtn span {
  background: #F4F4F4;
  border-radius: 60px;
  color: #186FC5;
  display: block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.secOwner .ownerWrap .ownerTxt .ownerBtn span::after {
  background: url(/CSP/pc/img/newtop/icn_arrow.svg) no-repeat center center;
  background-size: 33px 33px;
  bottom: 0;
  content: "";
  display: block;
  height: 33px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 33px;
}

/*----------.secAbout----------*/
.secAbout {
}
.secAbout .aboutTtl {
  margin-bottom: 24px;
}
.secAbout .aboutInr {
  position: relative;
}
.secAbout .aboutInr::after {
  background: url(/CSP/pc/img/newtop/update/img_about_pop.png) no-repeat 0 0;
  background-size: 126px 126px;
  content: "";
  display: block;
  height: 126px;
  margin: auto;
  position: absolute;
  right: -48px;
  top: 12px;
  width: 126px;
}
.secAbout .aboutTtl h2 {
  font-size: 26px;
  font-weight: 700;
}
.secAbout .aboutWrap {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  overflow: hidden;
}
.secAbout .aboutCatch {
  background: #186FC5;
  height: 72px;
  line-height: 72px;
  padding-left: 20px;
  position: relative;
}
.secAbout .aboutCatch::after {
  background: url(/CSP/pc/img/newtop/bgimg_aboutttl.png) no-repeat 0 0;
  background-size: 300px 133px;
  bottom: 0;
  content: "";
  display: block;
  height: 133px;
  margin: auto;
  position: absolute;
  right: 36px;
  top: 0;
  width: 300px;
}
.secAbout .aboutCatch h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
}
.secAbout .aboutTxt {
  padding: 50px 16px 80px 16px;
  position: relative;
}
.secAbout .aboutTxt::after {
  background: url(/CSP/pc/img/newtop/bgimg_aboutcont.png) no-repeat 0 0;
  background-size: 327px 327px;
  bottom: 0;
  content: "";
  display: block;
  height: 327px;
  margin: auto;
  position: absolute;
  right: 36px;
  width: 327px;
}
.secAbout .aboutTxt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-right: 350px;
  position: relative;
}
.secAbout .aboutTxt p:not(:last-child) {
  margin-bottom: 50px;
}
.secAbout .aboutTxt p b {
  font-weight: 900;
}

/*----------.secCommit----------*/
.secCommit {
}
.secCommit .commitTtl {
  margin-bottom: 24px;
}
.secCommit .commitTtl h2 {
  font-size: 26px;
  font-weight: 700;
}
.secCommit .commitWrap {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  overflow: hidden;
}
.secCommit .commitCatch {
  background: #BF9A50;
  padding: 22px 20px;
  position: relative;
}
.secCommit .commitCatch::after {
  background: url(/CSP/pc/img/newtop/bgimg_comitttl.png) no-repeat 0 0;
  background-size: 760px 133px;
  bottom: -30px;
  content: "";
  display: block;
  height: 133px;
  margin: auto;
  position: absolute;
  right: 36px;
  width: 760px;
}
.secCommit .commitCatch h3 {
  color: #FFF;
  font-size: 22px;
  font-weight: 900;
}
.secCommit .commitCatch p {
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
  margin-top: 10px;
}
.secCommit .commitList {
  display: flex;
  margin: 24px 0;
}
.secCommit .commitList .commitPoint {
  text-align: center;
  flex: 1;
}
.secCommit .commitList .commitPoint:not(:last-child) {
  border-right: 2px dotted #F2F2F2;
}
.secCommit .commitList .commitPoint dl {
  margin: 0 auto;
  padding-top: 228px;
  position: relative;
  width: 248px;
}
.secCommit .commitList .commitPoint dl::before {
  content: "";
  display: block;
  height: 228px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 143px;
}
.secCommit .commitList .commitPoint.point01 dl::before {
  background: url(/CSP/pc/img/newtop/img_commit_point01.png) no-repeat 0 0;
  background-size: 143px 228px;
}
.secCommit .commitList .commitPoint.point02 dl::before {
  background: url(/CSP/pc/img/newtop/img_commit_point02.png) no-repeat 0 0;
  background-size: 143px 228px;
}
.secCommit .commitList .commitPoint.point03 dl::before {
  background: url(/CSP/pc/img/newtop/img_commit_point03.png) no-repeat 0 0;
  background-size: 143px 228px;
}
.secCommit .commitList .commitPoint dt {
  font-size: 18px;
  font-weight: 700;
  min-height: 80px;
}
.secCommit .commitList .commitPoint dd {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
.secCommit .commitList .commitPoint dd span {
  color: #186FC5;
  font-weight: 700;
}
.secCommit .commitList .commitPoint dd span.underLine + span.underLine {
  margin-left: 8px;
}
.secCommit .commitList .commitPoint dd span.underLine {
  background-image: linear-gradient(to right, #186FC5 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.secCommit .commitList .commitPoint dd b {
  font-weight: 700;
}
.secCommit .commitBtm {
  background: #FEEEEF;
  border: 1px solid #C6061C;
  border-radius: 4px;
  margin: 0 32px 40px 32px;
  padding: 20px 16px;
}
.secCommit .commitBtmp p {
  font-size: 12px;
}

/*----------.secArticle----------*/
.secArticle {
}
.secArticle .articleTtl {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.secArticle .articleTtl h2 {
  font-size: 26px;
  font-weight: 700;
}
.secArticle .articleTtl .contsideBtn {
  margin-left: auto;
}
.secArticle .articleWrap {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  padding: 40px 20px;
}
.secArticle .articleWrap > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  justify-content: space-between;
}
.secArticle .articleWrap .articleList {
  width: calc(100% / 3 - 8px);
}
.secArticle .articleWrap .articleImg {
  margin-bottom: 10px;
  text-align: center;
}
.secArticle .articleWrap .articleName {
  margin-bottom: 10px;
  padding: 0 10px;
}
.secArticle .articleWrap .articleName a {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.secArticle .articleWrap .articleTxt {
  padding: 0 10px;
}
.secArticle .articleWrap .articleTxt p {
  font-size: 14px;
}
.secArticle .articleWrap .articleDate {
  padding: 0 10px;
}
.secArticle .articleWrap .articleDate p {
  color: #727272;
  font-size: 12px;
}
/*.secMagazine*/
.secArticle.secMagazine .articleImg img {
  border-radius: 6px;
  overflow: hidden;
  width: 271px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/*--------------------
.subcol
--------------------*/
.subcol {
  width: 296px;
  margin-left: auto;
}
.subcol section:not(:first-child) {
  margin-top: 32px;
}
.subcol .subcolTtl {
  margin-bottom: 20px;
}
.subcol .subcolTtl h2 {
  font-size: 18px;
  font-weight: 700;
}
.subcol a:hover img {
  opacity: 0.7;
  transition: all 0.3s;
}

/*----------.secSupport----------*/
.secSupport {
}
.secSupport .supportCont {
}
.secSupport .supportCont a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.secSupport .supportCont a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.secSupport .supportList {
  border-radius: 6px;
  height: 157px;
  overflow: hidden;
  position: relative;
}
.secSupport .supportList.list01 {
  background: #FFF url(/CSP/pc/img/newtop/bgimg_support_01.png) no-repeat 0 0;
  background-size: 306px 157px;
}
.secSupport .supportList.list02 {
  background: #FFF url(/CSP/pc/img/newtop/bgimg_support_02.png) no-repeat 0 0;
  background-size: 306px 157px;
}
.secSupport .supportList.list03 {
  background: #FFF url(/CSP/pc/img/newtop/bgimg_support_03.png) no-repeat 0 0;
  background-size: 306px 157px;
}
.secSupport .supportList.list04 {
  background: #FFF url(/CSP/pc/img/newtop/bgimg_support_04.png) no-repeat 0 0;
  background-size: 306px 157px;
}
.secSupport .supportList.list05 {
  background: #FFF url(/CSP/pc/img/newtop/bgimg_support_05.png) no-repeat 0 0;
  background-size: 306px 157px;
}
.secSupport .supportList.list06 {
    background: #FFF url(/CSP/pc/img/newtop/bgimg_support_06.png) no-repeat 0 0;
    background-size: 306px 157px;
}
.secSupport .supportList:not(:last-child) {
  margin-bottom: 24px;
}
.secSupport .supportList::before {
  background: rgba(00,00,00,0.6);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.secSupport .supportWrap {
  color: #FFF;
  padding: 8px 16px;
}
.secSupport .supportHead {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
.secSupport .supportHead::before {
  background: #FFF;
  border-radius: 50%;
  content: "";
  display: block;
  height: 36px;
  margin: auto;
  position: absolute;
  right: -4px;
  top: 0;
  width: 36px;
}
.secSupport .supportHead::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
}
.secSupport .supportList.list01 .supportHead::after {
  background: url(/CSP/pc/img/newtop/icn_support_01.svg) no-repeat 0 0;
  background-size: 20px auto;
  height: 30px;
  right: -6px;
  top: 8px;
  width: 30px;
}
.secSupport .supportList.list02 .supportHead::after {
  background: url(/CSP/pc/img/newtop/icn_support_02.svg) no-repeat 0 0;
  background-size: 20px auto;
  height: 30px;
  right: -6px;
  top: 8px;
  width: 30px;
}
.secSupport .supportList.list03 .supportHead::after,.secSupport .supportList.list06 .supportHead::after {
  background: url(/CSP/pc/img/newtop/icn_support_03.svg) no-repeat 0 0;
  background-size: 20px auto;
  height: 30px;
  right: -6px;
  top: 8px;
  width: 30px;
}
.secSupport .supportList.list04 .supportHead::after {
  background: url(/CSP/pc/img/newtop/icn_support_04.svg) no-repeat 0 0;
  background-size: 26px auto;
  height: 18px;
  right: -6px;
  top: 10px;
  width: 32px;
}
.secSupport .supportList.list05 .supportHead::after {
  background: url(/CSP/pc/img/newtop/icn_support_05.svg) no-repeat 0 0;
  background-size: 20px auto;
  height: 30px;
  right: -6px;
  top: 8px;
  width: 30px;
}
.secSupport .supportNo {
  font-family: "Oswald";
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 1);
}
.secSupport .supportLead {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  padding-left: 12px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 1);
}
.secSupport .supportTxt {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.secSupport .supportBtn {
  background: #186FC5;
  bottom: 0;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.secSupport .supportBtn span {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
.secSupport .supportBtn span:after {
  bottom: 0;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 4px;
}

/*----------.secCategory----------*/
.secCategory .categoryInr {
}
.secCategory .categoryCont {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  overflow: hidden;
  padding: 16px;
}
.secCategory .categoryList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.secCategory .categoryList li a {
  background: #F6F7F7;
  border-radius: 2px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
}
.secCategory .categoryList li a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s;
}
.secCategory .categoryLink {
  background: #F5F5F5;
  border-top: 1px solid #E3E3E3;
  margin: 16px -16px -16px -16px;
  padding: 10px;
  text-align: right;
}
.secCategory .categoryLink a {
  font-size: 14px;
  padding-right: 30px;
  position: relative;
}
.secCategory .categoryLink a:after {
  bottom: 0;
  border-right: 1px solid #186FC5;
  border-top: 1px solid #186FC5;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  width: 6px;
}

/*----------.secPromo----------*/
.secPromo .promoCont {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  overflow: hidden;
}
.secPromo .promoCont a {
  color: #343434;
}
.secPromo .promoCont a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s;
}
.secPromo .promoCont a:hover dt {
  /*text-decoration: underline;*/
}
.secPromo .promoList li:not(:last-child) {
  background-image: linear-gradient(to right, #E3E3E3 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.secPromo .promoList li dl {
  padding: 12px 40px 12px 16px;
  position: relative;
}
.secPromo .promoList li dl:after {
  bottom: 0;
  border-right: 1px solid #24282A;
  border-top: 1px solid #24282A;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  width: 6px;
}
.secPromo .promoList li dt {
  color: #186FC5;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.secPromo .promoList li dd {
  font-size: 11px;
}

/*----------.secService----------*/
.secService .serviceCont {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  overflow: hidden;
}
.secService .serviceCont a {
  color: #343434;
}
.secService .serviceCont a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s;
}
.secService .serviceCont a:hover dt {
  /*text-decoration: underline;*/
}
.secService .serviceList li:not(:last-child) {
  background-image: linear-gradient(to right, #E3E3E3 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.secService .serviceList li dl {
  min-height: 112px;
  padding: 12px 40px 12px 108px;
  position: relative;
}
.secService .serviceList li dl::before {
  background-size: 80px auto;
  bottom: 0;
  content: "";
  display: block;
  height: 80px;
  left: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 80px;
}
.secService .serviceList li a:hover dl::before {
}
.secService .serviceList li.service01 dl::before {
  background: url(/CSP/pc/img/newtop/img_service_01.png) no-repeat 0 0;
}
.secService .serviceList li.service02 dl::before {
  background: url(/CSP/pc/img/newtop/img_service_02.png) no-repeat 0 0;
}
.secService .serviceList li.service03 dl::before {
  background: url(/CSP/pc/img/newtop/img_service_03.png) no-repeat 0 0;
}
.secService .serviceList li.service04 dl::before {
  background: url(/CSP/pc/img/newtop/img_service_04.png) no-repeat 0 0;
}
.secService .serviceList li.service05 dl::before {
  background: url(/CSP/pc/img/newtop/img_service_05.png) no-repeat 0 0;
}
.secService .serviceList li.service06 dl::before {
  background: url(/CSP/pc/img/newtop/img_service_06.png) no-repeat 0 0;
}
.secService .serviceList li.service07 dl::before {
  background: url(/CSP/pc/img/newtop/img_service_07.png) no-repeat 0 0;
}
.secService .serviceList li.service08 dl::before {
  background: url(/CSP/pc/img/newtop/img_service_08.png) no-repeat 0 0;
}
.secService .serviceList li.service09 dl::before {
  background: url(/CSP/pc/img/newtop/img_service_09.png) no-repeat 0 0;
}
.secService .serviceList li dl::after {
  bottom: 0;
  border-right: 1px solid #24282A;
  border-top: 1px solid #24282A;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  width: 6px;
}
.secService .serviceList li dt {
  color: #186FC5;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.secService .serviceList li dd {
  font-size: 11px;
  font-weight: 500;
}

/*--------------------
.btmCont
--------------------*/
/*.btmCont*/
.newtopMain .btmCont {
  margin: 0 auto;
  max-width: 1208px;
}

/*----------.btmbnr01----------*/
.btmbnr01 {
  margin-bottom: 40px;
}
.btmbnr01 > a {
  background: #FFF url(/CSP/pc/img/newtop/bg_btmbnr01.png) no-repeat center center;
  color: #FFF;
  display: flex;
  align-items: center;
  height: 330px;
  text-align: center;
  max-width: 1208px;
}
.btmbnr01 > a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s;
}
.btmbnr01 .btmbnrWrap {
  flex: 1;
}
.btmbnr01 .btmbnrWrap p {
  font-size: 24px;
  font-weight: 900;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .30);
}
.btmbnr01 .btmbnrCatch h3 {
  font-size: 60px;
  font-weight: 900;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .30);
}
.btmbnr01 .btmbnrBtn p {
  background: #F71325;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 900;
  height: 60px;
  line-height: 60px;
  margin: 10px auto 0 auto;
  width: 240px;
}

/*----------.btmLink----------*/
.btmLink {
  margin-bottom: 40px;
}
.btmLink .btmlinkWrap {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  overflow: hidden;
}
.btmLink .btmlinkTtl {
  background: #186FC5;
  color: #FFF;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
}
.btmLink .btmlinkTtl h2 {
  font-size: 18px;
  font-weight: 900;
  padding-left: 40px;
  position: relative;
}
.btmLink.btmlinkJob .btmlinkTtl h2::before {
  background: url(/CSP/pc/img/newtop/icn_btmlik_job.svg) no-repeat center center;
  background-size: 24px auto;
  height: 24px;
  width: 24px;
}
.btmLink.btmlinkArea .btmlinkTtl h2::before {
  background: url(/CSP/pc/img/newtop/icn_btmlik_area.svg) no-repeat center center;
  background-size: 21px auto;
  height: 26px;
  padding-left: 4px;
  width: 21px;
}
.btmLink .btmlinkTtl a {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  margin-left: auto;
  padding-right: 30px;
  position: relative;
}
.btmLink .btmlinkTtl a::before {
  background: #FFF;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 20px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.btmLink .btmlinkTtl a::after {
  bottom: 0;
  border-top: 2px solid #186FC5;
  border-right: 2px solid #186FC5;
  content: "";
  height: 4px;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 0;
  transform: rotate(45deg);
  width: 4px;
}
.btmLink .btmlinkList dl {
  position: relative;
}
.btmLink .btmlinkList dt {
  font-size: 18px;
  font-weight: 700;
}
.btmLink .btmlinkList dd {
  margin-top: 5px;
}
.btmLink .btmlinkList li {
  display: inline-block;
  font-size: 13px;
  position: relative;
}
.btmLink .btmlinkList li:not(:last-child) {
  margin-right: 16px;
}
.btmLink .btmlinkList li:not(:last-child)::after {
  border-right: 1px solid #186FC5;
  bottom: 0;
  content: '';
  height: 72%;
  margin: auto;
  position: absolute;
  right: -10px;
  top: 0;
}
.btmLink .btmlinkList dl::before {
  bottom: 0;
  content: "";
  display: block;
  left: 16px;
  margin: auto;
  position: absolute;
  top: 0;
}

/*.btmlinkJob*/
.btmLink.btmlinkJob .btmlinkList:not(:last-child) {
  background-image: linear-gradient(to right, #E3E3E3 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.btmLink.btmlinkJob .btmlinkList dl {
  min-height: 90px;
  padding: 12px 16px 12px 96px;
}
.btmLink.btmlinkJob .btmlinkList dl::before {
  height: 60px;
  width: 60px;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob01 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_job_01.png) no-repeat 0 0;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob02 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_job_02.png) no-repeat 0 0;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob03 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_job_03.png) no-repeat 0 0;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob04 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_job_04.png) no-repeat 0 0;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob05 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_job_05.png) no-repeat 0 0;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob06 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_job_06.png) no-repeat 0 0;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob07 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_job_07.png) no-repeat 0 0;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob08 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_job_08.png) no-repeat 0 0;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob09 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_job_09.png) no-repeat 0 0;
}

/*.btmlinkArea*/
.btmLink.btmlinkArea .btmlinkCont {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.btmLink.btmlinkArea .btmlinkList {
  display: flex;
  align-items: center;
  min-height: 132px;
  width: calc(100% / 2 - 30px);
}
.btmLink.btmlinkArea .btmlinkList dl {
  padding: 16px 16px 16px 160px;
}
.btmLink.btmlinkArea .btmlinkList dl::before {
  height: 100px;
  width: 130px;
}
.btmLink.btmlinkArea .btmlinkList.btmlinkArea01 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_area_01.png) no-repeat 0 0;
}
.btmLink.btmlinkArea .btmlinkList.btmlinkArea02 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_area_02.png) no-repeat 0 0;
}
.btmLink.btmlinkArea .btmlinkList.btmlinkArea03 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_area_03.png) no-repeat 0 0;
}
.btmLink.btmlinkArea .btmlinkList.btmlinkArea04 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_area_04.png) no-repeat 0 0;
}
.btmLink.btmlinkArea .btmlinkList.btmlinkArea05 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_area_05.png) no-repeat 0 0;
}
.btmLink.btmlinkArea .btmlinkList.btmlinkArea06 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_area_06.png) no-repeat 0 0;
}
.btmLink.btmlinkArea .btmlinkList.btmlinkArea07 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_area_07.png) no-repeat 0 0;
}
.btmLink.btmlinkArea .btmlinkList.btmlinkArea08 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_area_08.png) no-repeat 0 0;
}
.btmLink.btmlinkArea .btmlinkList.btmlinkArea09 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_area_09.png) no-repeat 0 0;
}
.btmLink.btmlinkArea .btmlinkList.btmlinkArea10 dl::before {
  background: url(/CSP/pc/img/newtop/img_btmlink_area_10.png) no-repeat 0 0;
}

/*--------------------
.newtopFooter
--------------------*/
/*.newtopFooter*/
.newtopFooter {
  background: #101010;
  overflow: hidden;
  padding: 0 16px;
  position: relative;
  z-index: 0;
}
.newtopFooter .footerWrap {
  margin: 0 auto;
  padding: 70px 0 40px 0;
  position: relative;
  max-width: 1208px;
  z-index: 0;
}
.newtopFooter .footerWrap::before {
  background: url(/CSP/pc/img/newtop/bgimg_effect_01.png) no-repeat 0 0;
  background-size: 1849px auto;
  bottom: -110px;
  content: "";
  display: block;
  height: 858px;
  position: absolute;
  right: -1208px;
  width: 1849px;
  z-index: -1;
}
.newtopFooter .footerWrap::after {
  background: url(/CSP/pc/img/newtop/bgimg_map.svg) no-repeat center 0;
  background-size: 64%;
  bottom: 0;
  content: "";
  filter: opacity(0.15);
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: -1;
}

/*----------.footerLogo----------*/
.newtopFooter .footerLogo {
  margin-bottom: 70px;
  text-align: center;
}
.newtopFooter .footerLogo img {
  height: auto;
  width: 200px;
}
/*----------.footerBtn----------*/
.newtopFooter .footerBtn {
  margin-bottom: 160px;
}
.newtopFooter .footerbtnMain .footerbtnList,
.newtopFooter .footerbtnSub .footerbtnList {
  display: flex;
  gap: 12px 12px;
}
.newtopFooter .footerbtnMain .footerbtnList li,
.newtopFooter .footerbtnSub .footerbtnList li {
  flex: 1;
}
.newtopFooter .footerbtnList li {

}
.newtopFooter .footerbtnList li a {
  background: #2B2B2B;
  color: #FFF;
  display: block;
  font-weight: 900;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.newtopFooter .footerbtnMain .footerbtnList li a:after {
  bottom: 0;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
.newtopFooter .footerbtnList li a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.3s;
}
.newtopFooter .footerbtnMain {
  margin-bottom: 16px;
}
.newtopFooter .footerbtnMain .footerbtnList li {
  height: 106px;
  line-height: 106px;
}
.newtopFooter .footerbtnMain .footerbtnList li a {
  border-radius: 6px;
  font-size: 20px;
}
.newtopFooter .footerbtnSub .footerbtnList li {
  height: 55px;
  line-height: 55px;
}
.newtopFooter .footerbtnSub .footerbtnList li a {
  border-radius: 5px;
  font-size: 12px;
}
/*----------.footerBtm----------*/
.newtopFooter .footerBtm {
  display: flex;
}
.newtopFooter .footerAddress {
  display: flex;
}
.newtopFooter .footerAddress a {
  border-bottom: 1px dotted #FFF;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}
.newtopFooter .footerAddress a::before {
  background: url(/CSP/pc/img/newtop/icn_blank.svg) no-repeat center center;
  background-size: 15px auto;
  height: 12px;
  width: 15px;
}
.newtopFooter .footerCopy {
  color: #FFF;
  font-size: 16px;
  margin-left: auto;
}

/*--------------------
modal
--------------------*/
/* mCheckbox ----------------------------------------------------------- */
.mCheckbox {
  display: none;
}
.mCheckbox + label {
  color: #197EC3;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  position: relative;
}
.mCheckbox + label::before {
  border: 1px solid #197EC3;
  border-top: 1px solid #197EC3;
  border-radius: 4px;
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  position: relative;
  vertical-align: top;
  width: 16px;
}
.mCheckbox:checked + label::before {
  background: #197EC3;
  border: 1px solid #197EC3;
}
.mCheckbox:checked + label::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: '';
  display: inline-block;
  height: 5px;
  left: 4px;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 8px;
}
.mCheckbox:checked + label span {
}
/*erea*/
.searchPanel dl {
  display: flex;
  padding: 8px 16px;
}
.searchPanel dl:not(:last-child) {
  background-image: linear-gradient(to right, #F0F6FA 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.searchPanel dt {
  font-size: 15px;
  font-weight: 700;
  width: 160px;
}
.searchPanel dd {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

/* searchModal ----------------------------------------------------------- */
.fixed {
  position: fixed;
  width: 100%;
}
.searchModalWrap {
  background: rgba(223,223,223,0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.searchModal {
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.searchModal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.searchModalOverlay {
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.searchModalInner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .01);
  display: inline-block;
  margin: 32px auto 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 840px;
  z-index: 1;
}
.searchModalInner .modalTtl {
  padding: 20px 24px;;
}
.searchModalInner .ttlBox .ttl {
  color: #197EC3;
  font-size: 16px;
  font-weight: 900;
  padding-left: 24px;
  position: relative;
}
.mvsearch_job_Change .ttl::before {
  background: url(/CSP/pc/img/newtop/icn_modal_job.svg) no-repeat center center;
  background-size: auto 16px;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 19px;
}
.mvsearch_area_Change .ttl::before {
  background: url(/CSP/pc/img/newtop/icn_modal_area.svg) no-repeat center center;
  background-size: auto 16px;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 19px;
}
.searchModalInner .modalCont {
  background: #F0F6FA;
  padding: 32px 24px;
}
.searchModalInner .modalcontTxt {
  color: #197EC3;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.searchModalInner .modalcontInr {
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
}
.searchModalInner .ttlBox .changeModal {
  color: #086eb8;
  cursor: pointer;
  float: right;
}
.searchModalInner .ttlBox .changeModal span:hover {
  text-decoration: underline;
}
.searchModalInner .ttlBox .changeModal span:after {
  border-bottom: 1px solid #086eb8;
  border-right: 1px solid #086eb8;
  content: '';
  display: inline-block;
  height: 7px;
  margin-left: 3px;
  transform: rotate(-45deg);
  width: 7px;
}
.searchModal .close {
  background: url(/CSP/pc/img/newtop/btn_close.png) no-repeat 0 0;
  cursor: pointer;
  height: 70px;
  position: absolute;
  right: -35px;
  top: -35px;
  width: 70px;
}
.searchModalInner .searchPanel {
}

/* jobPanel jobKind ----------------------------------------------------------- */
.searchModal .jobPanel {
  border-bottom: 0;
  display: table;
  width: 100%;
}
.searchModal .jobPanel > div {
  display: table-cell;
  width: 50%;
}
.searchModal .jobPanel .jobKind {
  background: #f9fafa;
}
.searchModal .jobPanel .jobKind li {
  background: #FFF;
  border-right: 2px solid #F0F6FA;
  color: #197EC3;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 42px;
  padding: 0 16px 0 32px;
  position: relative;
}
.searchModal .jobPanel .jobKind li:not(:last-child) {
  background-image: linear-gradient(to right, #F0F6FA 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.searchModal .jobPanel .jobKind li::after {
  border-bottom: 2px solid #006BB7;
  border-right: 2px solid #006BB7;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  transform: rotate(-45deg) translateY(-50%);
  width: 6px;
}
.searchModal .jobPanel .jobKind li.on {
  border-right: none;
  font-weight: 900;
}
.searchModal .jobPanel .jobKind li.on::before {
  background: #197EC3;
  border-radius: 8px;
  bottom: 0;
  content: '';
  height: 60%;
  left: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 4px;
}
.searchModal .jobPanel .jobKind li.on:after {
  content: none;
}

/* jobPanel jobCheck ----------------------------------------------------------- */
.searchModal .jobPanel .jobCheck {
  overflow: hidden;
  position: relative;
}
.searchModal .jobPanel .jobCheck ul {
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden scroll;
  position: absolute;
  top: 0;
  width: 100%;
}
.searchModal .jobPanel .jobCheck li {
  padding: 16px;
}
.searchModal .jobPanel .jobCheck .job01 {
  display: block;
}
.searchModal .jobPanel .jobCheck .childBox label {
  display: block;
  margin-top: 12px;
}

/* keywordPanel keywordKind ----------------------------------------------------------- */
.searchModal .keywordPanel {
  border: 1px solid #c6c6c6;
  border-bottom: 0;
  display: table;
  min-height: 500px;
  width: 100%;
}
.searchModal .keywordPanel > div {
  display: table-cell;
  width: 50%;
}
.searchModal .keywordPanel .keywordKind {
  background: #f9fafa;
}
.searchModal .keywordPanel .keywordKind li {
  background: #f9fafa;
  border-bottom: 1px dotted #c6c6c6;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
  padding: 0 14px;
  position: relative;
}
.searchModal .keywordPanel .keywordKind li.disabled {
  color: #9fa0a0;
  cursor: auto;
}
.searchModal .keywordPanel .keywordKind li:before {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  width: 6px;
}
.searchModal .keywordPanel .keywordKind li.on {
  background: #fff;
  color: #086eb8;
}
.searchModal .keywordPanel .keywordKind li.disabled:before,
.searchModal .keywordPanel .keywordKind li.on:before {
  content: none;
}
.searchModal .keywordPanel .keywordKind li span.select:after {
  background: #eeb519;
  border-radius: 2px;
  content: '選択中';
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  margin-left: 9px;
  padding: 4px 5px 3px;
  vertical-align: middle;
}

/* keywordPanel keywordCheck ----------------------------------------------------------- */
.searchModal .keywordPanel .keywordCheck {
  overflow: hidden;
  position: relative;
}
.searchModal .keywordPanel .keywordCheck ul {
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden scroll;
  position: absolute;
  top: 0;
  width: 100%;
}
.searchModal .keywordPanel .keywordCheck li {
  padding: 16px;
}
.searchModal .keywordPanel .keywordCheck .keyword01 {
  display: block;
}
.searchModal .keywordPanel .keywordCheck .allBox {
  font-weight: bold;
}
.searchModal .keywordPanel .keywordCheck .childBox {
  padding-left: 15px;
}
.searchModal .keywordPanel .keywordCheck .childBox label {
  display: block;
}
.searchModal .keywordPanel .keywordCheck .childBox label:not(:first-of-type) {
  margin-top: 12px;
}

/* jobPanel jobCheck ----------------------------------------------------------- */
.searchModal .jobPanel .jobCheck {
  overflow: hidden;
  position: relative;
}
.searchModal .jobPanel .jobCheck ul {
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden scroll;
  position: absolute;
  top: 0;
  width: 100%;
}
.searchModal .jobPanel .jobCheck li {
  padding: 16px;
}
.searchModal .jobPanel .jobCheck .job01 {
  display: block;
}
.searchModal .jobPanel .jobCheck .allBox {
  color: #197EC3;
  font-size: 15px;
  font-weight: 900;
}
.searchModal .jobPanel .jobCheck .childBox {
  color: #197EC3;
  font-size: 14px;
  font-weight: 500;
  padding-left: 9px;
}

/* resultBtnBox ----------------------------------------------------------- */
.resultBtnBox {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 16px 0;
  position: relative;
  text-align: center;
}
.resultBtnBox .otherBtn,
.resultBtnBox .hitBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.resultBtnBox .hitBox {
  color: #197EC3;
  font-size: 14px;
  font-weight: 500;
  left: 30px;
}
.resultBtnBox .hitBox .hitCount {
  color: #F71325;
  font-family: "Oswald";
  font-size: 34px;
  font-weight: 700;
}
.resultBtnBox .hitBox .hitCount.no {
  color: #9fa0a0;
}
button.modalBtn {
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP";
  outline: none;
}
.modalBtn {
  background: #186FC5;
  border-bottom: 6px solid #030774 !important;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  height: 60px;
  line-height: 52px;
  text-align: center;
  width: 32%;
}
.resultBtnBox .modalBtn.no {
  background: linear-gradient(#d3d4d4, #d0d1d1);
  border-bottom: 6px solid #888 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d4d4', endColorstr='#d0d1d1', GradientType=0); /* IE7,8,9 */
  box-shadow: none;
  cursor: auto;
}
.resultBtnBox .modalBtn span {
  position: relative;
}
.resultBtnBox .modalBtn span::before {
  background: url(/CSP/pc/img/newtop/icn_mv_search.svg) no-repeat center center;
  background-size: auto 16px;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  left: -32px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
}
.resultBtnBox .otherBtn {
  color: #197EC3;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  right: 30px;
}
.resultBtnBox .otherBtn span:hover {
  text-decoration: underline;
}
.resultBtnBox .otherBtn span {
  padding-left: 20px;
  position: relative;
}
.resultBtnBox .otherBtn span::before {
  background: url(/CSP/pc/img/newtop/icn_modal_clear.svg) no-repeat center center;
  background-size: auto 16px;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
}
.jobPanel .jobKind li span {
  padding-left: 30px;
  position: relative;
}
.jobPanel .jobKind li span:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
}
.jobPanel .jobKind li.job01 span::before {
  background: url(/CSP/pc/img/newtop/icn_modal_c07.svg) no-repeat 0 0;
  background-size: 18px auto;
  height: 15px;
  width: 18px;
}
.jobPanel .jobKind li.job02 span::before {
  background: url(/CSP/pc/img/newtop/icn_modal_c03.svg) no-repeat 0 0;
  background-size: 18px auto;
  height: 18px;
  width: 18px;
}
.jobPanel .jobKind li.job03 span::before {
  background: url(/CSP/pc/img/newtop/icn_modal_c01.svg) no-repeat 0 0;
  background-size: 18px auto;
  height: 13px;
  width: 18px;
}
.jobPanel .jobKind li.job04 span::before {
  background: url(/CSP/pc/img/newtop/icn_modal_c06.svg) no-repeat 0 0;
  background-size: 18px auto;
  height: 18px;
  width: 18px;
}
.jobPanel .jobKind li.job05 span::before {
  background: url(/CSP/pc/img/newtop/icn_modal_c08.svg) no-repeat 0 0;
  background-size: 18px auto;
  height: 18px;
  width: 18px;
}
.jobPanel .jobKind li.job06 span::before {
  background: url(/CSP/pc/img/newtop/icn_modal_c05.svg) no-repeat 0 0;
  background-size: 12px auto;
  height: 26px;
  width: 12px;
}
.jobPanel .jobKind li.job07 span::before {
  background: url(/CSP/pc/img/newtop/icn_modal_c04.svg) no-repeat 0 0;
  background-size: 18px auto;
  height: 18px;
  width: 18px;
}
.jobPanel .jobKind li.job08 span::before {
  background: url(/CSP/pc/img/newtop/icn_modal_c09.svg) no-repeat 0 0;
  background-size: 18px auto;
  height: 18px;
  width: 18px;
}
.jobPanel .jobKind li.job09 span::before {
  background: url(/CSP/pc/img/newtop/icn_modal_c02.svg) no-repeat 0 0;
  background-size: 16px auto;
  height: 4px;
  width: 16px;
}

/* loading ----------------------------------------------------------- */
.is-hide {
  display: none; 
}
.loading {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.loading::before {
  border-radius: 5px;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  position: fixed;
  top: 50%;
  width: 50px;
}
.loading::after {
  animation: rotate 1s infinite linear;
  border: 4px solid #086eb8;
  border-right: 4px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  content: "";
  display: block;
  height: 32px;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  position: fixed;
  top: 50%;
  width: 32px;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
