@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 {
  font-family: "Noto Sans JP";
  min-width: 320px;
}
.icnCmn::before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
}
.incTest {
  display: none;
}

/*--------------------
.newtopHeader
--------------------*/

/*----------.headerTxt----------*/
.newtopHeader .headerTxt {
  background: #152F71;
  padding: 0 12px;
  text-align: left;
}
.newtopHeader .headerTxt h1 {
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
}

/*----------.headerTop----------*/
.newtopHeader .headerTop > .headertopWrap {
  background-color: #fff;
  height: 50px;
  position: relative;
  z-index: 2;
}
.newtopHeader #headertopLogo {
  font-size: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 84px;
  z-index: 1;
}
.newtopHeader #headertopLogo .logoEntre {
  margin-top: 2px;
}
.newtopHeader #headertopLogo .logobtm {
  margin-top: 2px;
}
.newtopHeader .headerNav {
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 0;
}
.newtopHeader .leftNav {
  left: 0;
}
.newtopHeader .rightNav {
  right: 0;
}
.newtopHeader .onBg {
  background-color: #f0f6fb;
}
.newtopHeader .headerTop {
  border-bottom: 4px solid #DCB870;
}
.newtopHeader .headerTop_fixed {
  background: #fff;
  height: 74px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.headermenuOn {
  background-color: #f0f6fb;
}
.headermenuOn #container,
.headermenuOn #crumb,
.headermenuOn #footer,
.headermenuOn #footerPRLink,
.headermenuOn #pagetop,
.headermenuOn #changePC {
  left: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 100px;
  visibility: hidden;
  z-index: -1;
}

/*----------.headerNavList----------*/
.newtopHeader .headerNavList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.newtopHeader .headerNavList li {
  height: 50px;
  margin-left: 4px;
  position: relative;
  width: 50px;
}
.newtopHeader .headerNavList li:first-child {
  margin-left: 0;
}
.newtopHeader .headerNavList li a {
  color: #030774;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.newtopHeader .headerNavList li a .badge {
  background-color: #F71325;
  border-radius: 8px;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  left: 50%;
  line-height: 16px;
  min-width: 16px;
  padding: 0 4px;
  position: absolute;
  text-align: center;
  top: 8px;
  transform: scale(0.7) translate(0, -6px);
  white-space: nowrap;
}
.newtopHeader .headerNavList li .mypageBtn .badge {
  background-color: #F71325;
  border-radius: 8px;
  color: #FFF;
  display: block;
  font-size: 10px;
  font-weight: 700;
  left: 50%;
  line-height: 16px;
  min-width: 16px;
  padding: 0 4px;
  position: absolute;
  text-align: center;
  top: -2px;
  transform: scale(0.7) translate(0, -6px);
  white-space: nowrap;
  z-index: 10;
}
.newtopHeader .headerNavList li.onBg .mypageBtn .badge {
  display: none;
}
.newtopHeader .headerNavList li a:before {
  background-repeat: no-repeat;
  background-position: top center;
  content: '';
  display: block;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  width: 29px;
}
.newtopHeader .headerNavList li a span {
  display: block;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  position: relative;
}
.newtopHeader .headerNavList li a.icnFav:before {
  background-image: url(/CSP/sp/img/newtop/icn_fav.svg);
  background-size: auto 20px;
}
.newtopHeader .headerNavList li a.icnNews:before {
  background-image: url(/CSP/sp/img/newtop/icn_news.svg);
  background-size: auto 20px;
}
.newtopHeader .headerNavList li a.icnLogin:before {
  background-image: url(../img/common/icn_login.png);
  background-size: 20px 20px;
}
.newtopHeader .headerNavList li a.icnRegist:before {
  background-image: url(../img/common/icn_regist.png);
  background-size: 29px 19px;
}
.newtopHeader .headerNavList li a.icnSearch:before {
  background-image: url(/CSP/sp/img/newtop/icn_search.svg);
  background-size: auto 20px;
}
.newtopHeader .mypageBtn {
  position: relative;
}
.newtopHeader .mypageBtn .icn {
  display: block;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
  width: 26px;
}
.newtopHeader .mypageBtn .icn div:before,
.newtopHeader .mypageBtn .icn div:after,
.newtopHeader .mypageBtn .icn:after {
  background-color: #00114A;
  border-radius: 2px;
  content: '';
  display: block;
  height: 2px;
  left: 6px;
  position: absolute;
  transition: all 0.2s linear;
  width: 14px;
}
.newtopHeader .mypageBtn .icn:after {
  width: 10px;
}
.newtopHeader .mypageBtn .icn div:after {
  width: 6px;
}
.newtopHeader .mypageBtn.on .icn:after,
.newtopHeader .mypageBtn.on .icn div:after {
  width: 14px;
}
.newtopHeader .mypageBtn .icn:after {
  margin-top: -1px;
  top: 50%;
}
.newtopHeader .mypageBtn .icn div:before {
  top: 3px;
  transform-origin: left center;
}
.newtopHeader .mypageBtn .icn div:after {
  bottom: 3px;
  transform-origin: left center;
}
.newtopHeader .mypageBtn.on .icn:after {
  opacity: 0;
}
.newtopHeader .mypageBtn.on .icn div:before {
  left: 9px;
  top: 4px;
  transform: rotate(45deg);
}
.newtopHeader .mypageBtn.on .icn div:after {
  bottom: 4px;
  left: 9px;
  transform: rotate(-45deg);
}
.newtopHeader .mypageBtn .label {
  color: #030774;
  display: block;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.newtopHeader .mypageBtn .label span {
  transition: opacity 0.2s linear;
}
.newtopHeader .mypageBtn .label:after {
  content: '閉じる';
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
}
.newtopHeader .mypageBtn.on .label span {
  opacity: 0;
}
.newtopHeader .mypageBtn.on .label:after {
  opacity: 1;
}
/*----------.myNav----------*/
.myNavWrapper {
  position: relative;
  z-index: 1;
}
.myNav {
  background-color: #f0f6fb;
  left: 0;
  opacity: 0;
  padding: 0 12px 50px 12px;
  position: absolute;
  top: -20px;
  transition-property: visibility, opacity, top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75), cubic-bezier(0.25, 0.25, 0.75, 0.75), cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  width: 100%;
}
.myNav.on {
  opacity: 1;
  top: 74px;
  visibility: visible;
}
/*myNavBtn*/
.myNav .myNavBtn {
  display: flex;
  margin-top: 25px;
}
.myNav .myNavBtn .btnRegist,
.myNav .myNavBtn .btnlogin,
.myNav .myNavBtn .btnlogout {
  height: 40px;
  width: 100%;
}
.myNav .myNavBtn .btnRegist a,
.myNav .myNavBtn .btnlogin a,
.myNav .myNavBtn .btnlogout a {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
}
.myNav .myNavBtn div:not(:first-child) {
  margin-left: 15px
}
.myNav .myNavBtn .btnRegist a {
  background: #F71325;
  color: #fff;
}
.myNav .myNavBtn .btnlogin a {
  background: #FFF;
  color: #F71325;
}
.myNav .myNavBtn .btnlogout a {
  background: #FFF;
  color: #F71325;
}
/*myNavPw*/
.myNavPw {
  color: #888;
  font-size: 11px;
  margin-top: 15px;
  text-align: right;
}
.myNavPw a {
  color: #888;
  text-decoration: underline;
}
/*myNavTtl*/
.myNavTtl {
  color: #888;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: left;
}
/*myNavMenu*/
.myNav .myNavMenu {
  margin-top: 25px;
}
.myNav .myNavMenu ul {
  border-radius: 6px;
  overflow: hidden;
}
.myNav .myNavMenu li {
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
  position: relative;
}
.myNav .myNavMenu li .badge {
  background-color: #F71325;
  border-radius: 16px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  min-width: 28px;
  padding: 0 4px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 18px;
  transform: scale(0.7) translate(0, -6px);
  white-space: nowrap;
}
.myNav .myNavMenu li a,
.myNav .myNavMenu li span {
  color: #197ec4;
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  padding: 20px 15px 20px 5px;
  text-align: left;
  width: 100%;
}
.myNav .myNavMenu li a:after {
  bottom: 0;
  border-right: 2px solid #006BB7;
  border-top: 2px solid #006BB7;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  width: 8px;
}
.myNav .myNavMenu li.myNavMessage:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavMessage.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavNotification:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavNotification.svg);
  background-size: 18px auto;
  height: 24px;
}
.myNav .myNavMenu li.myNavRecord:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavRecord.svg);
  background-size: 20px auto;
  height: 24px;
}
.myNav .myNavMenu li.myNavChange:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavChange.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavMypage:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavMypage.svg);
  background-size: 18px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavMypage:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavMypage.svg);
  background-size: 18px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavSearch:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavSearch.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavEvent:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavEvent.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavRanking:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavRanking.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavSidejob:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavSidejob.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavWoman:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavWoman.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavJigyosyokei:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavJigyosyokei.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavSchool:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavSchool.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavGuide:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavGuide.svg);
  background-size: 16px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavMagazine:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavMagazine.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavStory:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavStory.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavAcademy:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavAcademy.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li.myNavMoney:before {
  background-image: url(/CSP/sp/img/newtop/icn_myNavMoney.svg);
  background-size: 20px auto;
  height: 20px;
}
.myNav .myNavMenu li:before {
  background-repeat: no-repeat;
  background-position: 15px center;
  content: '';
  display: inline-block;
  width: 45px;
}

/*--------------------
.newtopMain
--------------------*/
.newtopMain {
  text-align: left;
}
.headermenuOn .newtopMain,
.headermenuOn .newtopFooter {
  left: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 100px;
  visibility: hidden;
  z-index: -1;
}

/*--------------------
.newtopmainMv
--------------------*/
.newtopmainMv {
  background: #FFF url(/CSP/sp/img/newtop/bg_mv.png) no-repeat center center;
  background-size: cover;
  padding: 40px 12px 64px 12px;
  position: relative;
  z-index: 1;
}
.newtopmainMv::before {
  background: url(/CSP/sp/img/newtop/bgimg_map.svg) no-repeat center 0;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 80px;
  width: 90%;
  z-index: -1;
}

/*----------.mvCenter----------*/
.mvCenter {
}
/*.mvTtl*/
.mvCenter .mvTtl {
  color: #FFF;
  text-align: center;
}
.mvCenter .mvTtl .mvttlSub {
}
.mvCenter .mvTtl .mvttlSub img {
  max-width: 300px;
  vertical-align: bottom;
  width: 50%;
}
.mvCenter .mvTtl .mvttlMain {
}
.mvCenter .mvTtl .mvttlMain p {
  line-height: 1;
}
.mvCenter .mvTtl .mvttlMain p.mvttl_b {
  font-size: 48px;
  font-weight: 900;
  padding-left: 20px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .40);
}
.mvCenter .mvTtl .mvttlMain p.mvttl_s {
  font-size: 20px;
  font-weight: 900;
  margin-top: 16px;
  padding-left: 10px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .30);
}
/*.mvSearch*/
.mvCenter .mvSearch {
  margin-top: 32px;
  text-align: center;
}
.mvCenter .mvSearch .mvsearchBtn {
  display: flex;
  align-items: center;
}
.mvCenter .mvSearch .mvsearchBtn > div {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .01);
  display: block;
  flex: 1;
  padding: 28px 0;
  position: relative;
}
.mvCenter .mvSearch .mvsearchBtn > div::before {
  background: #030774;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  width: 16px;
}
.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: 23px;
  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: 12px;
  font-weight: 900;
  padding-top: 18px;
  position: relative;
}
.mvCenter .mvSearch .mvsearchBtn .mvsearchList span::after {
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -15px;
}
.mvCenter .mvSearch .mvsearchBtn .mvsearchList#mvsearch_job span::after {
  background: url(/CSP/sp/img/newtop/icn_mv_job.svg) no-repeat center bottom;
  background-size: auto 26px;
  height: 26px;
  width: 100%;
}
.mvCenter .mvSearch .mvsearchBtn .mvsearchList#mvsearch_area span::after {
  background: url(/CSP/sp/img/newtop/icn_mv_area.svg) no-repeat center bottom;
  background-size: auto 26px;
  height: 26px;
  width: 100%;
}
.mvCenter .mvSearch .mvsearchBtn .mvsearchList b {
  display: block;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 8px;
}
/*.mvsearchWord*/
.mvCenter .mvsearchWord {
  margin-top: 24px;
}
.mvCenter .mvsearchWord form {
  display: flex;
  height: 48px;
}
.mvCenter .mvsearchWord div.searchwordTxt {
  background: #FFF;
  border-radius: 5px 0 0 5px;
  display: flex;
  flex: 1;
  padding: 0 16px;
}
.mvCenter .mvsearchWord input.freesearchTxt {
  border: none;
  color: #030774;
  flex: 1;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 900;
}
.mvCenter .mvsearchWord div.searchwordBtn {
  position: relative;
  width: 48px;
}
.mvCenter .mvsearchWord div.searchwordBtn::after {
  background: url(/CSP/sp/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: none;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
  display: inline-block;
  height: 100%;
  outline: none;
  vertical-align: middle;
  width: 100%;
}
.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: 24px;
  text-align: center;
}
.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::after {
  background: url(/CSP/sp/img/newtop/icn_mv_first.png) no-repeat center center;
  background-size: 13px 18px;
  bottom: 4px;
  content: "";
  display: block;
  height: 18px;
  left: 10px;
  margin: auto;
  position: absolute;
  width: 13px;
}

/*----------.mvBtm----------*/
.mvBtm {
  bottom: -50px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mvBtm .scrollImg {
  overflow: hidden;
  padding: 0 4px 25px 4px;
}
.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;
}

/*--------------------
.newtopRegist
--------------------*/
.newtopRegist {
  background: #FFF;
  color: #000;
  padding: 48px 12px 32px 12px;
  text-align: center;
}
.newtopRegist .newtopregistTtl {
  
}
.newtopRegist .newtopregistTtl h2 {
  font-size: 18px;
  font-weight: 900;
}
.newtopRegist .newtopregistTxt {
  margin-top: 16px
}
.newtopRegist .newtopregistTxt p {
  font-weight: 700;
}
.newtopRegist .newtopregistBtn {
  margin-top: 24px;
}
.newtopRegist .newtopregistBtn a {
  display: block;
}
.newtopRegist .newtopregistBtn .btnRegist a {
  background: #F71325;
  border-radius: 6px;
  color: #FFF;
  padding: 8px 0;
}
.newtopRegist .newtopregistBtn .btnRegist p.btntxtL {
  font-size: 14px;
  font-weight: 700;
}
.newtopRegist .newtopregistBtn .btnRegist p.btntxtL span {
  padding-left: 36px;
  position: relative;
}
.newtopRegist .newtopregistBtn .btnRegist p.btntxtL span::before {
  background: #FFF;
  border-radius: 2px;
  bottom: 0;
  color: #F71325;
  content: "無料";
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  height: 18px;
  left: 0;
  line-height: 1;
  margin: auto;
  padding: 0 4px;
  position: absolute;
  top: 0;
}
.newtopRegist .newtopregistBtn .btnRegist p.btntxtS {
  font-size: 12px;
  font-weight: 500;
}
.newtopRegist .newtopregistBtn .btnLogin {
  margin-top: 16px;
}
.newtopRegist .newtopregistBtn .btnLogin a {
  background: #FFF;
  border: 1px solid #B7B7B7;
  border-radius: 6px;
  color: #24282A;
  font-size: 14px;
  font-weight: 900;
  height: 50px;
  line-height: 50px;
}

/*--------------------
.mainCont
--------------------*/
.newtopmainWrap {
}
.mainCont {
}
.mainCol {
  background: #F2F2F2;
}

/*.contsideBtn*/
.contsideBtn {
  background: #FFF;
  border-radius: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 112px;
}
.contsideBtn a {
  color: #24282A;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
}
.contsideBtn a::after {
  background: url(/CSP/sp/img/newtop/icn_arrow.svg) no-repeat center center;
  background-size: 20px auto;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
}

/*----------.secInformation----------*/
.secInformation  {
  background: #F2F2F2;
  padding: 32px 12px 0 12px;
}
.member .secInformation  {
  padding-top: 48px;
}
.secInformation .informationInr {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  padding: 20px;
}
.secInformation .informationTtl {
  margin-bottom: 16px;
}
.secInformation .informationTtl p {
  color: #003489;
  font-size: 14px;
  font-weight: 900;
  padding-left: 20px;
  position: relative;
}
.secInformation .informationTtl p::before {
  background: url(/CSP/sp/img/newtop/icn_information.svg) no-repeat center center;
  background-size: auto 16px;
  height: 16px;
  width: 16px;
}
.secInformation .informationCont {
}
.secInformation .informationCont li {
  padding-left: 1em;
  text-indent: -1em;
}
.secInformation .informationCont li:not(:last-child) {
  margin-bottom: 8px;
}
.secInformation .informationCont li a {
  color: #414141;
  font-size: 12px;
  line-height: 1.6;
  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;
}

/*----------.secCarousel----------*/
.secCarousel {
}
.member .secCarousel:first-child .carouselInr {
  padding-top: 42px;
}
.secCarousel .carouselInr {
  background: #F2F2F2;
  padding: 32px 12px;
  position: relative;
}
.secCarousel:not(:first-child) .carouselInr::after {
  border-top: 1px solid #E3E3E3;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
}
.secCarousel .carouselTtl {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.secCarousel .carouselTtl h2 {
  font-size: 18px;
  font-weight: 900;
  padding-right: 4px;
}
.secCarousel .carouselTtl .contsideBtn {
  margin-left: auto;
}
.secCarousel .carouselSub {
  margin-bottom: 20px;
}
.secCarousel .carouselSub p {
  font-size: 13px;
}
.secCarousel .carouselWrap {
}
.secCarousel .carouselList {
  margin: 20px -12px 0 -12px;
  padding: 0 0 0 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.secCarousel .carouselCol {
  background: #FFF;
  border-radius: 6px;
  display: inline-block;
  margin-right: 8px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  width: 160px;
}
.secCarousel .carouselCol:last-child {
  margin-right: 16px;
}
.secCarousel .carouselCol .carouselTop {
  background: #bbb;
  height: 120px;
  width: 160px;
}
.secCarousel .carouselCol .carouselTop img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.secCarousel .carouselCol .carouselBtm {
  display: flex;
  flex-direction: column;
  min-height: 160px;
  padding: 36px 8px 16px 8px;
  position: relative;
}
.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: 52px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: -24px;
  width: 52px;
}
/*.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/sp/img/newtop/icn_carousel_fav_add.svg) no-repeat center center;
  background-size: 27px 25px;
}
.secCarousel .carouselCol .carouselFav span {
  color: #24282A;
  font-size: 9px;
  font-weight: 700;
  padding-top: 24px;
  position: relative;
}
.secCarousel .carouselCol .carouselFav span::before {
  background: url(/CSP/sp/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: -4px;
  width: 25px;
}
.secCarousel .carouselCol .carouselIcn {
  left: 8px;
  position: absolute;
  top: 8px;
}
/*.icnNew*/
.secCarousel .carouselCol .carouselIcn.icnNew {
  background: #F71325;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  width: 42px;
}
.secCarousel .carouselCol .carouselIcn.icnNew span {
  color: #FFF;
  font-size: 9px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
}
/*.icnUpdate*/
.secCarousel .carouselCol .carouselIcn.icnUpdate {
  background: #689e39;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  width: 42px;
}
.secCarousel .carouselCol .carouselIcn.icnUpdate span {
  color: #FFF;
  font-size: 9px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
}
/*.icnRank*/
.secCarousel .carouselCol .carouselIcn.icnRank {
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  top: 8px;
  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: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  padding-left: 16px;
}
.secCarousel .carouselCol .carouselIcn.icnRank span::before {
  background: url(/CSP/sp/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: 42px;
}
.secCarousel .carouselCol .carouselName a {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
.secCarousel .carouselCol .carouselTxt {
  margin-top: 12px;
}
.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/sp/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;
}

/*----------.carouselBnr----------*/
.carouselBnr {
  padding: 0 12px 32px 12px;
  text-align: center;
}
.carouselBnr img {
  max-width: 700px;
  width: 100%;
}

/*----------.secSupport----------*/
.secSupport {
}
.secSupport .supportInr {
  background: #FFF;
  padding: 32px 12px;
}
.secSupport .supportTtl {
  margin-bottom: 10px;
}
.secSupport .supportTtl h2 {
  font-size: 18px;
  font-weight: 900;
}
.secSupport .supportSub {
  margin-bottom: 20px;
}
.secSupport .supportSub p {
}
.secSupport .supportCont {
}
.secSupport .supportList {
  border-radius: 5px;
  min-height: 160px;
  overflow: hidden;
  position: relative;
}
.secSupport .supportList.list01 {
  background: #FFF url(/CSP/sp/img/newtop/bgimg_support_01.png) no-repeat 0 0;
  background-size: cover;
}
.secSupport .supportList.list02 {
  background: #FFF url(/CSP/sp/img/newtop/bgimg_support_02.png) no-repeat 0 0;
  background-size: cover;
}
.secSupport .supportList.list03 {
  background: #FFF url(/CSP/sp/img/newtop/bgimg_support_03.png) no-repeat 0 0;
  background-size: cover;
}
.secSupport .supportList.list04 {
  background: #FFF url(/CSP/sp/img/newtop/bgimg_support_04.png) no-repeat 0 0;
  background-size: cover;
}
.secSupport .supportList.list05 {
  background: #FFF url(/CSP/sp/img/newtop/bgimg_support_05.png) no-repeat 0 0;
  background-size: cover;
}

.secSupport .supportList.list06 {
    background: #FFF url(/CSP/sp/img/newtop/bgimg_support_06.png) no-repeat 0 0;
    background-size: cover;
}
.secSupport .supportList:not(:last-child) {
  margin-bottom: 16px;
}
.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/sp/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/sp/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/sp/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/sp/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/sp/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, .8);
}
.secSupport .supportLead {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  padding-left: 12px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .8);
}
.secSupport .supportTxt {
  font-weight: 500;
  position: relative;
}
.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;
}

/*----------.secDplanbtn----------*/
.secDplanall {
  background: #F2F2F2;
  padding: 0 12px 32px 12px;
}
.secDplanall .dplanallBtn {
  background: #030774;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  width: 84%;
}
.secDplanall .dplanallBtn a {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.secDplanall .dplanallBtn a::after {
  background: url(/CSP/sp/img/newtop/icn_arrow_02.svg) no-repeat center center;
  background-size: auto 30px;
  bottom: 0;
  content: "";
  display: block;
  height: 52px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
}

/*----------.secEntrebnr----------*/
.secEntrebnr {
}
.secEntrebnr .entrebnrWrap {
  background: #FFF url(/CSP/sp/img/newtop/bg_entrebnr.png) no-repeat center center;
  background-size: cover;
  color: #FFF;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  overflow: hidden;
  padding: 16px 12px;
  position: relative;
  width: 100%;
}
.secEntrebnr .entrebnrWrap::after {
  background: url(/CSP/sp/img/newtop/img_entrebnr_01.png) no-repeat 0 0;
  background-size: 272px auto;
  bottom: 0;
  content: "";
  display: block;
  height: 182px;
  position: absolute;
  right: -32px;
  width: 272px;
  z-index: 0;
}
.secEntrebnr .entrebnrLeft {
  position: relative;
  z-index: 1;
}
.secEntrebnr .entrebnrTtl {
}
.secEntrebnr .entrebnrTtl h3 {
  font-size: clamp(38px, 10vw, 57px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .30);
}
.secEntrebnr .entrebnrTtl h3 span {
  font-size: clamp(42px, 10vw, 63px);
}
.secEntrebnr .entrebnrRight {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  z-index: 1;
}
.secEntrebnr .entrebnrImg {
  position: absolute;
  right: 0;
  text-align: right;
  top: 9%;
  width: 42%;
}
.secEntrebnr .entrebnrTxt {
  margin-bottom: 20px;
}
.secEntrebnr .entrebnrTxt p {
  font-size: 9px;
  font-weight: 400;
}
.secEntrebnr .entrebnrBtn {
  display: flex;
  text-align: center;
}
.secEntrebnr .entrebnrBtn a {
  border-radius: 5px;
  display: block;
  font-size: 12px;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
}
.secEntrebnr .entrebnrBtn a.entrebnrLogin {
  background: #FFF;
  color: #F71325;
  margin-right: 10px;
  width: 25%;
}
.secEntrebnr .entrebnrBtn a.entrebnrRegist {
  background: #F71325;
  color: #FFF;
  width: 45%;
}

/*----------.secOwner----------*/
.secOwner {
}
.secOwner .ownerInr {
  background: #F2F2F2;
  padding: 32px 12px;
}
.secOwner .ownerTtl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.secOwner .ownerTtl h2 {
  font-size: 18px;
  font-weight: 900;
}
.secOwner .ownerTtl .contsideBtn {
  margin-left: auto;
}
.secOwner .ownerWrap > ul {
}
.secOwner .ownerWrap .ownerList:not(:first-child) {
  margin-top: 32px;
}
.secOwner .ownerWrap .ownerList a {
  color: #333;
}
.secOwner .ownerWrap .ownerImg {
  border: 2px solid #152F71;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.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: 45px;
  left: 0;
  position: absolute;
  width: 100%;
}
.secOwner .ownerWrap .ownerName p {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-left: 16px;
  min-height: 20px;
  padding: 0 16px 0 32px;
  position: relative;
  /*省略*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.secOwner .ownerWrap .ownerName p::before {
  background: url(/CSP/sp/img/newtop/icn_owner.svg) no-repeat center center;
  background-size: auto 20px;
  height: 20px;
  width: 20px;
}
.secOwner .ownerWrap .ownerTxt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 12px;
}
.secOwner .ownerWrap .ownerTxt .ownerJob {
  margin-bottom: 12px;
}
.secOwner .ownerWrap .ownerTxt .ownerJob span {
  background: #FFF;
  border: 1px solid #DCB870;
  border-radius: 45px;
  color: #DCB870;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 8px 12px;
}
.secOwner .ownerWrap .ownerTxt .ownerInfo {
  margin-bottom: 4px;
}
.secOwner .ownerWrap .ownerTxt .ownerInfo p {
  font-size: 13px;
  font-weight: 700;
  /*省略*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.secOwner .ownerWrap .ownerTxt .ownerLead {
  flex-grow: 1;
  margin-bottom: 16px;
}
.secOwner .ownerWrap .ownerTxt .ownerLead p {
  color: #186FC5;
  font-size: 18px;
  font-weight: 900;
  /*省略*/
  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: #FFF;
  border: 1px solid #186FC5;
  border-radius: 50px;
  color: #186FC5;
  display: block;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  position: relative;
  width: 80%;
}
.secOwner .ownerWrap .ownerTxt .ownerBtn span::after {
  background: url(/CSP/sp/img/newtop/icn_arrow.svg) no-repeat center center;
  background-size: 24px 24px;
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  width: 24px;
}

/*----------.secAbout----------*/
.secAbout {
}
.secAbout .aboutWrap {
  background: #186FC5;
  padding: 32px 12px 0 12px;
  position: relative;
}
.secAbout .aboutWrap::after {
  background: url(/CSP/sp/img/newtop/bgimg_aboutttl.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: -28px;
  width: 70%;
}
.secAbout .aboutCatch > div:not(:first-child) {
  margin-top: 12px;
}
.secAbout .aboutCatch h3 {
  background: #FFF;
  border-radius: 60px;
  color: #186FC5;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  padding: 10px 16px;
}
.secAbout .aboutCatch h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
}
.secAbout .aboutTxt {
  margin-top: 20px;
  padding-bottom: 368px;
  position: relative;
}
.secAbout .aboutTxt p {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
.secAbout .aboutTxt p:not(:last-child) {
  margin-bottom: 20px;
}
.secAbout .aboutTxt p b {
  font-weight: 900;
}
.secAbout .aboutTxt::before {
  background: url(/CSP/sp/img/newtop/bgimg_aboutcont.png) no-repeat 0 0;
  background-size: 320px 320px;
  bottom: 0;
  content: "";
  display: block;
  height: 320px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 320px;
}
.secAbout .aboutTxt::after {
  background: url(/CSP/sp/img/newtop/update/img_about_pop.png) no-repeat 0 0;
  background-size: 126px 126px;
  bottom: 234px;
  content: "";
  display: block;
  height: 126px;
  left: 232px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 126px;
}

/*----------.secCommit----------*/
.secCommit {
  margin-top: 0 !important;
}
.secCommit .commitWrap {
  background: #BF9A50;
  padding: 32px 12px 56px 12px;
  position: relative;
}
.secCommit .commitWrap::after {
  background: url(/CSP/sp/img/newtop/bgimg_comitttl.png) no-repeat center center;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  min-height: 32px;
  position: absolute;
  right: 0;
}
.secCommit .commitCatch > div:not(:first-child) {
  margin-top: 12px;
}
.secCommit .commitCatch h3 {
  background: #FFF;
  border-radius: 60px;
  color: #BF9A50;
  display: inline-block;
  font-weight: 900;
  padding: 10px 16px;
}
.secCommit .commitCatch h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}
.secCommit .commitCatch p {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
.secCommit .commitList {
  margin-top: 24px;
}
.secCommit .commitList .commitPoint {
  background-color: rgba(255,255,255,.9);
  border-radius: 10px;
  min-height: 140px;
  padding: 16px;
  position: relative;
}
.secCommit .commitList .commitPoint:not(:first-child) {
  margin-top: 12px;
}
.secCommit .commitList .commitPoint::before {
  bottom: 0;
  content: "";
  display: block;
  left: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 90px;
}
.secCommit .commitList .commitPoint.point01::before {
  background: url(/CSP/sp/img/newtop/img_commit_point01.png) no-repeat center center;
  background-size: 90px auto;
}
.secCommit .commitList .commitPoint.point02::before {
  background: url(/CSP/sp/img/newtop/img_commit_point02.png) no-repeat center center;
  background-size: 90px auto;
}
.secCommit .commitList .commitPoint.point03::before {
  background: url(/CSP/sp/img/newtop/img_commit_point03.png) no-repeat center center;
  background-size: 90px auto;
}
.secCommit .commitList .commitPoint dl {
  padding-left: 112px;
}
.secCommit .commitList .commitPoint dt {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.secCommit .commitList .commitPoint dd {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 16px;
}
.secCommit .commitList .commitPoint dd span {
  color: #186FC5;
  font-weight: 700;
}
.secCommit .commitList .commitPoint dd b {
  font-weight: 700;
}
.secCommit .commitBtm {
  background: #FEEEEF;
  border: 1px solid #C6061C;
  border-radius: 6px;
  margin-top: 20px;
  padding: 16px;
}
.secCommit .commitBtm p {
  font-size: 10px;
}

/*--------------------
.subcol
--------------------*/
.subcol {
  background: #F2F2F2;
  padding: 0 0 32px 0;
}
.subcol section:not(:first-child) {
  margin-top: 32px;
}
.subcol .subcolTtl {
  margin-bottom: 20px;
}
.subcol .subcolTtl h2 {
  font-size: 18px;
  font-weight: 900;
}

/*----------.secFaq----------*/
.secFaq {
}
.secFaq .faqInr {
  padding: 0 12px;
}
.secFaq .faqTtl {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.secFaq .faqTtl .contsideBtn {
  margin-left: auto;
}
.secFaq .faqWrap {
}
.secFaq .faqList {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  overflow: hidden;
}
.secFaq .faqList:not(:last-child) {
  margin-bottom: 16px;
}
.secFaq .faqList .faqlist_Q {
  background: #030774;
  color: #FFF;
  padding: 8px;
}
.secFaq .faqList .faqlist_Q dl {
  display: flex;
  align-items: center;
}
.secFaq .faqList .faqlist_Q .faqNo {
  background: #FFF;
  border-radius: 50%;
  color: #003489;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  width: 30px;
}
.secFaq .faqList .faqlist_Q .faqTxt {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 24px 0 16px;
}
.secFaq .faqList .faqlist_Q .faqIcn span {
  position: relative;
}
.secFaq .faqList .faqlist_Q .faqIcn span::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 0;
  transform: rotate(135deg);
  transition: .3s;
  width: 8px;
}
.secFaq .faqList .faqlist_Q .faqIcn span.active::after {
  top: 4px;
  transform: rotate(315deg);
  transition: .3s;
}
.secFaq .faqList .faqlist_A {
  display: block grid;
  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 dl {
  display: flex;
  padding: 16px 8px;
}
.secFaq .faqList .faqlist_A .faqNo {
  background: #DCB870;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  width: 30px;
}
.secFaq .faqList .faqlist_A .faqTxt {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 16px;
}

/*----------.secSpecial----------*/
.secSpecial .specialInr {
  padding: 0 12px;
}
.secSpecial .specialList {
  text-align: center;
}
.secSpecial .specialList li:not(:last-child) {
  margin-bottom: 16px;
}
.secSpecial .specialList img {
  max-width: 700px;
  width: 100%;
}

/*----------.secService----------*/
.secService {
  margin-top: 32px;
}
.secService .serviceInr {
  padding: 0 12px;
}
.secService .serviceCont {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  overflow: hidden;
}
.secService .serviceCont a {
  color: #24282A;
}
.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: 108px;
  padding: 12px 40px 12px 108px;
  position: relative;
}
.secService .serviceList li dl::before {
  bottom: 0;
  content: "";
  display: block;
  height: 80px;
  left: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 80px;
}
.secService .serviceList li.service01 dl::before {
  background: url(/CSP/sp/img/newtop/img_service_01.png) no-repeat 0 0;
  background-size: 80px auto;
}
.secService .serviceList li.service02 dl::before {
  background: url(/CSP/sp/img/newtop/img_service_02.png) no-repeat 0 0;
  background-size: 80px auto;
}
.secService .serviceList li.service03 dl::before {
  background: url(/CSP/sp/img/newtop/img_service_03.png) no-repeat 0 0;
  background-size: 80px auto;
}
.secService .serviceList li.service04 dl::before {
  background: url(/CSP/sp/img/newtop/img_service_04.png) no-repeat 0 0;
  background-size: 80px auto;
}
.secService .serviceList li.service05 dl::before {
  background: url(/CSP/sp/img/newtop/img_service_05.png) no-repeat 0 0;
  background-size: 80px auto;
}
.secService .serviceList li.service06 dl::before {
  background: url(/CSP/sp/img/newtop/img_service_06.png) no-repeat 0 0;
  background-size: 80px auto;
}
.secService .serviceList li.service07 dl::before {
  background: url(/CSP/sp/img/newtop/img_service_07.png) no-repeat 0 0;
  background-size: 80px auto;
}
.secService .serviceList li.service08 dl::before {
  background: url(/CSP/sp/img/newtop/img_service_08.png) no-repeat 0 0;
  background-size: 80px auto;
}
.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: 16px;
  font-weight: 900;
  line-height: 1.4;
}
.secService .serviceList li dd {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 4px;
}

/*--------------------
.articleCol
--------------------*/
.articleCol {
  padding: 32px 0;
}

/*----------.secArticle----------*/
.secArticle:not(:first-child) {
  margin-top: 32px;
}
.secArticle .articleInr {
  background: #FFF;
}
.secArticle .articleTtl {
  margin: 0 12px 24px 12px;
}
.secArticle .articleTtl h2 {
  font-size: 18px;
  font-weight: 900;
}
.secArticle .articleWrap {
}
.secArticle .articleWrap .articleList {
  background-image: linear-gradient(to right, #E3E3E3 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.secArticle .articleWrap .articleList a {
  color: #343434;
  display: flex;
  align-items: center;
  line-height: 1.6;
  min-height: 86px;
  padding: 8px 32px 8px 12px;
  position: relative;
}
.secArticle .articleWrap .articleList a::after {
  bottom: 0;
  border-right: 2px solid #24282A;
  border-top: 2px solid #24282A;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  width: 6px;
}
.secArticle .articleWrap .articleImg {
  width: 86px;
}
.secArticle .articleWrap .articleImg img {
  border-radius: 8px;
  height: 86px;
  object-fit: cover;
  vertical-align: bottom;
  width: 100%;
}
.secArticle .articleWrap .articleBody {
  flex: 1;
  margin-left: 12px;
}
.secArticle .articleWrap .articleName {
  color: #186FC5;
  font-size: 14px;
  font-weight: 700;
}
.secArticle .articleWrap .articleTxt {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}
.secArticle .articleWrap .articleDate {
  color: #919191;
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
}

/*.secMagazine*/
.secArticle.secMagazine .articleWrap .articleName {
  color: #24282A;
  font-weight: 500;
}

/*.articleBtn*/
.secArticle .articleWrap .articleBtn {
  background: #030774;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  margin: 20px auto 0 auto;
  text-align: center;
  width: 70%;
}
.secArticle .articleWrap .articleBtn a {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.secArticle .articleWrap .articleBtn a::after {
  background: url(/CSP/sp/img/newtop/icn_arrow_02.svg) no-repeat center center;
  background-size: auto 30px;
  bottom: 0;
  content: "";
  display: block;
  height: 52px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 55px;
}

/*--------------------
.btmCont
--------------------*/
/*.btmCont*/
.newtopMain .btmCont {
  background: #F2F2F2;
}

/*----------.btmbnr01----------*/
.subcol .btmbnr01 {
  margin-top: 0 !important;
}
.btmCont .btmbnr01 {
  margin-bottom: 32px;
}
.btmbnr01 > a {
  background: #FFF url(/CSP/sp/img/newtop/bg_btmbnr01.png) no-repeat center center;
  background-size: cover;
  color: #FFF;
  display: flex;
  align-items: center;
}
.btmbnr01 .btmbnrWrap {
  flex: 1;
  padding: 32px 12px;
  text-align: center;
}
.btmbnr01 .btmbnrLead {
  margin-bottom: 8px;
}
.btmbnr01 .btmbnrLead p {
  font-size: 12px;
  font-weight: 900;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .30);
}
.btmbnr01 .btmbnrCatch h3 {
  font-size: 28px;
  font-weight: 900;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .30);
}
.btmbnr01 .btmbnrBtn {
  background: #F71325;
  border-radius: 6px;
  margin: 16px auto 0 auto;
  padding: 8px 0;
  width: 88%;
}
.btmbnr01 .btmbnrBtn p.btntxtL {
  font-size: 16px;
  font-weight: 700;
}
.btmbnr01 .btmbnrBtn p.btntxtL span {
  padding-left: 36px;
  position: relative;
}
.btmbnr01 .btmbnrBtn p.btntxtL span::before {
  background: #FFF;
  border-radius: 2px;
  bottom: 0;
  color: #F71325;
  content: "無料";
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  height: 18px;
  left: 0;
  line-height: 1;
  margin: auto;
  padding: 0 4px;
  position: absolute;
  top: 0;
}
.btmbnr01 .btmbnrBtn p.btntxtS {
  font-size: 12px;
  font-weight: 500;
}

/*----------.btmLink----------*/
.btmLink {
}
.btmLink .btmlinkWrap {
  padding: 0 12px 32px 12px;
}
.btmLink .btmlinkTtl {
  background: #186FC5;
  border-radius: 6px;
  color: #FFF;
  margin-bottom: 10px;
  padding: 16px 8px;
}
.btmLink .btmlinkTtl h2 {
  font-size: 13px;
  font-weight: 900;
  padding-left: 16px;
  position: relative;
}
.btmLink .btmlinkTtl h2::before {
  bottom: 0;
  content: "■";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
}
.btmLink .btmlinkCont {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
}
.btmLink .btmlinkList:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}
.btmLink .btmlinkList dl {
  position: relative;
  text-align: left;
}
.btmLink .btmlinkList dt {
  font-size: 14px;
  font-weight: 700;
}
.btmLink .btmlinkList dd {
  margin-top: 8px;
}
.btmLink .btmlinkList li {
  font-size: 12px;
  font-weight: 500;
  display: inline;
  line-height: 1.6;
  position: relative;
}
.btmLink .btmlinkList li:not(:last-child)::after {
  color: #3082bf;
  content: '｜';
  padding: 0 2px;
}
.btmLink .btmlinkList dl::before {
  bottom: 0;
  content: "";
  display: block;
  left: 12px;
  margin: auto;
  position: absolute;
  top: 0;
}
.btmLink .btmlinkAll {
  margin-top: 10px;
  text-align: right;
}
.btmLink .btmlinkAll a {
  border-bottom: 2px dotted #186FC5;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 0 8px 16px;
  position: relative;
}
.btmLink .btmlinkAll a::before {
  border-top: 2px solid #186FC5;
  border-right: 2px solid #186FC5;
  bottom: 0;
  content: "";
  height: 4px;
  left: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 4px;
}

/*.btmlinkJob*/
.btmLink.btmlinkJob .btmlinkList dl {
  margin: 4px 0;
  min-height: 60px;
  padding: 12px 12px 12px 80px;
}
.btmLink.btmlinkJob .btmlinkList dl::before {
  height: 50px;
  width: 50px;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob01 dl::before {
  background: url(/CSP/sp/img/newtop/img_btmlink_job_01.png) no-repeat 0 0;
  background-size: 50px auto;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob02 dl::before {
  background: url(/CSP/sp/img/newtop/img_btmlink_job_02.png) no-repeat 0 0;
  background-size: 50px auto;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob03 dl::before {
  background: url(/CSP/sp/img/newtop/img_btmlink_job_03.png) no-repeat 0 0;
  background-size: 50px auto;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob04 dl::before {
  background: url(/CSP/sp/img/newtop/img_btmlink_job_04.png) no-repeat 0 0;
  background-size: 50px auto;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob05 dl::before {
  background: url(/CSP/sp/img/newtop/img_btmlink_job_05.png) no-repeat 0 0;
  background-size: 50px auto;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob06 dl::before {
  background: url(/CSP/sp/img/newtop/img_btmlink_job_06.png) no-repeat 0 0;
  background-size: 50px auto;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob07 dl::before {
  background: url(/CSP/sp/img/newtop/img_btmlink_job_07.png) no-repeat 0 0;
  background-size: 50px auto;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob08 dl::before {
  background: url(/CSP/sp/img/newtop/img_btmlink_job_08.png) no-repeat 0 0;
  background-size: 50px auto;
}
.btmLink.btmlinkJob .btmlinkList.btmlinkJob09 dl::before {
  background: url(/CSP/sp/img/newtop/img_btmlink_job_09.png) no-repeat 0 0;
  background-size: 50px auto;
}

/*.btmlinkArea*/
.btmLink.btmlinkArea .btmlinkList dl {
  padding: 16px 24px;
}

/*--------------------
.newtopFooter
--------------------*/
/*.newtopFooter*/
.newtopFooter {
  background: #101010;
  text-align: center;
}
.newtopFooter .footerWrap {
  padding: 32px 16px;
  position: relative;
  text-align: center;
  z-index: 0;
}
.newtopFooter .footerWrap::after {
  background: url(/CSP/sp/img/newtop/bgimg_map.svg) no-repeat center 0;
  background-size: contain;
  bottom: 0;
  content: "";
  filter: opacity(0.45);
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: -1;
}

/*----------.footerLogo----------*/
.newtopFooter .footerLogo {
  margin: 0 auto 32px auto;
  width: 104px;
}

/*----------.footerBtn----------*/
.newtopFooter .footerBtn {
  margin-bottom: 40px;
}
.newtopFooter .footerbtnList li {
  background: #2B2B2B;
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
}
.newtopFooter .footerbtnList li a {
  color: #FFF;
  display: block;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.newtopFooter .footerbtnMain {
  margin-bottom: 10px;
}
.newtopFooter .footerbtnMain .footerbtnList {
}
.newtopFooter .footerbtnMain .footerbtnList li:not(:last-child) {
  margin-bottom: 10px;
}
.newtopFooter .footerbtnMain .footerbtnList li {
}
.newtopFooter .footerbtnMain .footerbtnList li a {
  font-size: 15px;
}
.newtopFooter .footerbtnMain .footerbtnList li a:after {
  bottom: 0;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  transform: rotate(45deg);
  width: 8px;
}
.newtopFooter .footerbtnSub .footerbtnList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.newtopFooter .footerbtnSub .footerbtnList li {
  width: calc(50% - 5px);
}
.newtopFooter .footerbtnSub .footerbtnList li a {
  font-size: 12px;
}
/*----------.footerBtm----------*/
.newtopFooter .footerBtm {
}
.newtopFooter .footerAddress {
  margin-bottom: 96px;
}
.newtopFooter .footerAddress a {
  border-bottom: 1px dotted #FFF;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 0 6px 20px;
  position: relative;
  text-decoration: none;
}
.newtopFooter .footerAddress a::before {
  background: url(/CSP/sp/img/newtop/icn_blank.svg) no-repeat center center;
  background-size: 15px auto;
  height: 12px;
  width: 15px;
}
.newtopFooter .footerCopy {
  color: #FFF;
  font-size: 12px;
  margin-left: auto;
}

/*--------------------
modal
--------------------*/
.searchModal.mvsearch_job_Change .labelFlex label {
  width: 100%;
}
.searchModal,
.searchModal * {
  box-sizing: border-box;
}
/* searchModal ----------------------------------------------------------- */
.searchModal {
  background: #FFF;
  display: none;
  height: 100%;
  left: 0;
  padding-top: 60px;
  position: fixed;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 10000000000000;
}
.searchScroll {
  background: #F8FAFF;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding-bottom: 150px;
}
.searchModal .labelBox label {
  padding: 14px 16px;
  width: 100%;
}
.searchModal .labelBox label:not(:last-child) {
  border-bottom: 1px solid #EDEFF1;
}
.searchModal .labelFlex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px -1px 0;
}
.searchModal .labelFlex label {
  border-bottom: 1px solid #EDEFF1;
  border-right: 1px solid #EDEFF1;
  width: 50%;
}
.searchModal .parent + label {
  width: 100%;
}
.searchModal > .ttl {
  background: #EDF0F7;
  color: #186FC5;
  display: flex;
  align-items: center;
  height: 60px;
  left: 0;
  padding: 8px 12px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.searchModal .ttl .ttlInr {
  flex: 1;
}
.searchModal .ttl .ttlInr dt {
  font-size: 16px;
  font-weight: 900;
  padding-left: 28px;
  position: relative;
}
.searchModal.mvsearch_job_Change .ttl .ttlInr dt::before {
  background: url(/CSP/sp/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;
}
.searchModal.mvsearch_area_Change .ttl .ttlInr dt::before {
  background: url(/CSP/sp/img/newtop/icn_modal_area.svg) no-repeat center center;
  background-size: auto 18px;
  bottom: 0;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
}
.searchModal .ttl .ttlInr dd {
  font-size: 10px;
  font-weight: 700;
  margin-top: 8px;
}
.searchModal > .ttl .close {
  background: #FFF;
  border-radius: 50%;
  bottom: 0;
  height: 24px;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 0;
  width: 24px;
}
.searchModal > .ttl .close:after,
.searchModal > .ttl .close:before {
  background: #186FC5;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
}
.searchModal > .ttl .close:after {
  transform: rotate(-45deg);
}
.searchModal > .ttl .close:before {
  transform: rotate(45deg);
}

/* toggle ----------------------------------------------------------- */
.searchModal .toggle {
  background: #F8FAFF;
  border-top: 1px solid #EDEFF1;
  color: #186FC5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  transition: all 0.2s;
}
.searchModal .toggle.on {
}
.searchModal .toggle:after,
.searchModal .toggle:before {
  background: #186FC5;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 49%;
  transition: all 0.2s;
  width: 12px;
}
.searchModal .toggle:before {
  transform: rotate(90deg);
}
.searchModal .toggle.on:before {
  transform: rotate(0deg);
}

/* searchModal select ----------------------------------------------------------- */
/*
.searchModal span.select:after {
  background: #f0b518;
  border-radius: 2px;
  content: '選択中';
  color: #212121;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  margin-left: 9px;
  padding: 3px 4px 2px;
  vertical-align: middle;
}
*/

/* searchModalInner ----------------------------------------------------------- */
.searchModalInner {
  overflow: hidden;
}
.searchModalInner dl {
}
.searchModalInner dl dd,
.searchModalInner dl dt,
.searchModalInner ul li {
  background: #fff;
}
.searchModalInner dl dt {
  padding: 12px;
}
.searchModalInner dl dd {
  border-top: 1px solid #EDEFF1;
  display: none;
  overflow: hidden;
}

/* mCheckbox ----------------------------------------------------------- */
.mCheckbox {
  display: none;
}
.mCheckbox + label {
  color: #186FC5;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
.mCheckbox + label::before {
  border: 1px solid #197EC3;
  border-top: 1px solid #197EC3;
  border-radius: 3px;
  content: '';
  display: inline-block;
  height: 12px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  vertical-align: top;
  width: 12px;
}
.mCheckbox:checked + label::before {
  background: #197EC3;
  border: 1px solid #186FC5;
}
.mCheckbox:checked + label::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: '';
  display: inline-block;
  height: 4px;
  left: 19px;
  position: absolute;
  top: 17px;
  transform: rotate(-45deg);
  width: 6px;
}
.mCheckbox + label span {
  display: inline-block;
  width: calc(100% - 20px);
}
.mCheckbox:checked + label span {
  font-weight: bold;
}
.mCheckbox:disabled + label {
  color: #9fa0a0;
  cursor: auto;
}
.mCheckbox:disabled + label::before {
  border: 1px solid #c0c0c0;
  border-top: 1px solid #acacac;
}

/* resultBtnBox ----------------------------------------------------------- */
button.modalBtn {
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP";
  outline: none;
}
.modalBtn {
  background: #186FC5;
  border-bottom: 5px solid #030774 !important;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  height: 60px;
  line-height: 55px;
  margin: 0 auto 8px auto;
  text-align: center;
  width: 72%;
}
.resultBtnBox {
  background: #FFF;
  border-top: 1px solid #EDEFF1;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  left: 0;
  padding: 8px 12px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.resultBtnBox .hitboxWrap {
  flex: 1;
}
.resultBtnBox .hitBox {
  color: #197EC3;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
.resultBtnBox .hitBox .hitCount {
  color: #F44722;
  font-family: "Oswald";
  font-size: 28px;
  font-weight: 700;
  padding: 0 4px
}
.resultBtnBox .hitBox .hitCount.no {
  color: #9fa0a0;
}
.resultBtnBox .modalBtn.no {
  background: linear-gradient(#d3d4d4, #d0d1d1);
  border-bottom: 5px 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/sp/img/newtop/icn_mv_search.svg) no-repeat center center;
  background-size: auto 16px;
  content: "";
  display: block;
  height: 16px;
  left: -24px;
  margin: auto;
  position: absolute;
  top: 20%;
  width: 16px;
}
.resultBtnBox .otherBtn {
  color: #197EC3;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.resultBtnBox .otherBtn span {
  padding-left: 20px;
  position: relative;
}
.resultBtnBox .otherBtn span::before {
  background: url(/CSP/sp/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;
}
/* 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); }
}