/* Common Modal */
.common-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.common-modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.common-modal>div {
  position: absolute;
  z-index: 9999;
}
.common-modal>.modal-type-kiyaku,
.common-modal>.modal-type-complete,
.common-modal>.modal-type-alert {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 86%;
}
.common-modal>.modal-type-kiyaku {
  height: 76%;
}
.common-modal-kiyaku {
  height: 100%;
}
.common-modal-kiyaku-info {
  padding: 10px;
  background-color: #FFF;
  margin-bottom: 15px;
  height: 100%;
  overflow-y: scroll;
}
.common-modal-kiyaku-info .breadcrumb {
  display: none !important;
}
.common-modal>.modal-type-complete {
  height: 77%;
}
.common-modal-complete {
  height: 100%;
}
.common-modal-complete-info {
  padding: 50px 40px 10px;
  background-color: #FFF;
  margin-bottom: 15px;
  text-align: center;

}
.common-modal-alert-info {
  padding: 50px 40px;
  background-color: #FFF;
  margin-bottom: 15px;
  text-align: center;
}
.common-modal-alert-info {
  padding: 50px 40px;
}
.common-modal-complete-info>b,
.common-modal-alert-info>b,
.common-modal-alert-info>b pre {
  display: inline-block;
  font-size: 34px;
  line-height: 1.5;
  color: #0D3388;
  margin-bottom: 25px;
  white-space: pre-wrap ;
}
.common-modal-complete-info p,
.common-modal-alert-info>p {
  font-size: 16px;
  line-height: 26px;
}

.common-modal-complete-info p.font-m,
.common-modal-alert-info p.font-m {
  font-size: 18px;

}
.common-modal-complete-info h4 {
  font-size: 20px;
  line-height: 26px;
  margin: 55px 0 20px 0;
  border-top: 1px dotted #CCC;
  padding-top: 35px;
}
.common-modal-complete-info .modal-column {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin-bottom: 20px;
}
.common-modal-complete-info .modal-column a {
  width: 31%;
  margin: 0 1%;
  display: flex;
  display:block;
  border: 1px solid #0D3388;
  padding: 10px 4px;
  color: #0D3388;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.2s;
}

.common-modal-complete-info .modal-column a:hover {
  background: #0D3388;
  color: #FFF;
}

.common-modal-complete-info .logo {
  width: 120px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .common-modal-complete-info,
  .common-modal-alert-info {
    padding: 30px 20px;
  }
  .common-modal-complete-info {
  }
  .common-modal-complete-info>b,
  .common-modal-alert-info>b,.common-modal-alert-info>b pre {
    font-size: 26px;
  }
  .common-modal-complete-info p,
  .common-modal-alert-info p {
      font-size: 13px;
  }

  .common-modal-complete-info p.font-m,
  .common-modal-alert-info p.font-m {
    font-size: 15px;
    font-weight: bold;
  }
  .common-modal-complete-info .modal-column {
    display: block;
  }
  .common-modal-complete-info .modal-column a {
    width: 96%;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 8px
  }
  .common-modal-complete-info h4 {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.common-modal-close {
  display: block;
  width: 240px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  color: #FFF;
  font-size: 14px;
  background-color: #000;
  text-align: center;
  border-radius: 3px;
}
.common-modal-close:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* Btn Fix */
.btn-fix {
  display: none;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 100;
}
.btn-fix>p {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 10px;
}
.btn-fix>a {
  display: block;
  width: 430px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #d91919;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  background-image: url(../img/top_b/ico_arrow.png);
  background-size: 15px 27px;
  background-repeat: no-repeat;
  background-position: right 5% center;
}
/* SP */
@media screen and (max-width:768px) {
  /* Btn Fix */
  .btn-fix {
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .btn-fix>a {
    display: block;
    width: 100%;
    font-size: 4vw;
    background-image: url(../img/top_b/ico_arrow.png);
    background-size: 15px 27px;
    background-repeat: no-repeat;
    background-position: right 5% center;
  }
  .common-modal-complete-info,
  .common-modal-alert-info {
    padding: 20px 20px;
  }
}


/* header */
.header-mainInner .sub-link {
  left: 720px;
}
.header-mainInner .pickup-link li {
  margin: 10px 0 10px 10px;
}
.header-mainInner .pickup-link a {
  width: 132px;
  padding: 0;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
}
.header-mainInner .pickup-link a.icon_mypage {
  width: 112px;
  background: none;
  background-color: #282747;
  color: #FFFFFF;
}
.header-mainInner .pickup-link a.icon_entry {
  width: 182px;
  background: none;
  background-color: #D91919;
}
/* top Company Pickup */
.sec-top-contents.cp_wrap {
  margin-bottom: 30px;
}
.sec-top-contents.cp_wrap .contents-box {
  margin-top: 40px;
  padding-top: 0;
}
.sec-top-contents .jobsearch .heading01 .callout {
  position: static;
  background: none;
  font-size: 30px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #d91919;
  font-weight: bold;
  border: none;
  width: auto;
  padding: 0;
}
.sec-top-contents .jobsearch .heading01 .callout date {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  color: #000;
}
.sec-top-contents .jobsearch .heading01 .callout:after,
.sec-top-contents .jobsearch .heading01 .callout:before {
	content: none;
}

.sec-top-contents .jobsearch .job_list_box {
  margin-top: 50px;
}
.sec-top-contents .jobsearch .job_maker_pickup_box {
  margin-top: 15px;
}
.sec-top-contents .jobsearch .heading02 span a {
  background-color: #e8eef3;
}
.sec-top-contents .jobsearch .job_maker_pickup_box .pc-clm5_sp-clm3_box li img {
  border: 1px solid #c7c7c7;
  border-radius: 3px;
}
/* top Jobs Voice */
.sec-top-contents#tiesservice_no1_contents {
  margin-bottom: 20px;
}
.sec-top-contents#tiesservice_no1_contents .job-voice-b {
  box-sizing: content-box;
}
.sec-top-contents#tiesservice_no1_contents .area>* {
  margin: 30px auto 0;
  text-align: center;
}
.job-voice-b {
  display: inline-block;
  height: 14px;
  border-radius: 17px;
  padding: 10px 35px 10px 20px;
  background-color: #282747;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.job-voice-b:before,
.job-voice-b:after {
    border: 1px solid #FFF;
    right: 20px;
}
.job-voice-b:after {
  width: 9px;
}

/* top Jobs Search */
.sec-top-contents.js_wrap .contents-box.jobsearch {
  margin-top: 60px;
  padding-top: 60px;
}
/* top Job Change */
.sec-top-contents.servicein .contents-box {
  margin-top: 60px;
  padding-top: 100px;
}
/* top Banner S */
.top_bnr_wrap {
  margin: 0 auto;
}
.job-detail-contents-ended .service_part,
.sec-top-contents.servicein .service_part {
  margin-bottom: 0;
}
/* top Banner M */
.normalBlock {
  margin-top: 65px;
  margin-bottom: 65px;
}

/* スマホ用スタイル SP用 */
@media screen and (max-width:768px) {
  /* header */
  .header-mainInner .pickup-link li {
    margin: 0;
  }
  .header-mainInner .pickup-link a {
    width: auto;
    height: 100%;
    border-radius: 0;
  }
  /* Btn Fix */
  .btn-fix {
    padding: 25px 20px;
    box-sizing: border-box;
  }
  .btn-fix>a {
    display: block;
    width: 100%;
    font-size: 4vw;
    background-image: url(../img/top_b/ico_arrow.png);
    background-size: 15px 27px;
    background-repeat: no-repeat;
    background-position: right 5% center;
  }
  /* top Company Pickup */
  .sec-top-contents.cp_wrap .contents-box {
    margin-top: 5px;
  }
  .sec-top-contents .jobsearch .heading01 .callout {
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
  }
  .sec-top-contents .jobsearch .heading01 .callout date {
    margin-top: 0;
    font-size: 3vw;
  }
  /* top Jobs Voice */
  .sec-top-contents#tiesservice_no1_contents {
    padding: 20px 0 0;
  }
  .sec-top-contents#tiesservice_no1_contents .area>* {
    margin: 30px 20px 0;
  }
  .sec-top-contents#tiesservice_no1_contents .companyvoice_area .SlidePanel__control .SlidePanel__prev,
  .sec-top-contents#tiesservice_no1_contents .companyvoice_area .SlidePanel__control .SlidePanel__next {
    top: -80px;
  }
  .sec-top-contents#tiesservice_no1_contents .btn_more_part {
    margin: 0 0 30px;
  }
  /* top Jobs Search */
  .sec-top-contents.js_wrap {
    margin-top: 50px;
  }
  .sec-top-contents.js_wrap .contents-box.jobsearch {
    margin-top: 0;
    padding-top: 0;
  }
  /* top Job Change */
  .sec-top-contents.servicein .contents-box {
    margin-top: 60px;
    padding-top: 60px;
  }
  /* top Banner S */
  .top_bnr_wrap {
    margin: 15px auto 0;
    padding: 0 60px;
  }
  .job-detail-contents-ended .service_part,
  .sec-top-contents.servicein .service_part {
    margin-bottom: 0;
  }
  /* top Banner M */
  .normalBlock {
    margin-top: 15px;
    margin-bottom: 35px;
  }
} /* regular sp query */


/* top First view */
.top-main-area-wrap {
  background: url(/common/img/top_c/top_fv_back_pc.jpg) no-repeat top center;
  background-size: cover;
  background-color: transparent;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.sec-top-main .top-main-area {
  width: 1080px;
  height: auto;
  position: relative;
  color: #FFF;
  display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.top-main-copy {
  font-family: Amiri, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #0c3388;
}
.top-main-copy h2 {
  font-size: 24px;
  padding-top: 45px;
  margin-bottom: 25px;
}
.top-main-copy .top_main_catch {
  font-size: 52px;
  line-height: 70px;
}
.top-main-copy .top_main_catch span.top_main_catch_no1 {
  display: inline-block;
  font-size: 72px;
}
.top-main-copy .top_main_catch span.top_main_catch_no1:after {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background-color: #ffe617;
  margin-top: -25px;
}
.top-main-copy .top_main_catch span.top_main_catch_kigyo {
  display: inline-block;
  margin-left: 5px;
  font-size: 52px;
  position: relative;
  top: -4px;
}
.top-main-point {
  margin: 80px 0 20px;
}
.top-main-point>img {
  width: 205px;
}
.top-main-point>img:first-child {
  margin-right: 15px;
}
.sec-top-main .in-page-form-wrap {
  width: 42%;
  padding: 50px 0 0;
  background: none;
}
.sec-top-main .in-page-form {
  height: auto;
  width: 100%;
  padding: 15px 15px 25px;
  background-color: #FFF;
  border: none;
  color: #000;
  text-align: center;
}

.sec-top-main .in-page-form.search-job-nav {
  position: inherit;
  width: 100%;
  height: auto;
  padding: 8px;
}
.top-main-form.search-job-nav .top-main-form-cont>select {
  padding: 0 1px 0 5px;
  font-size: 12px;
}
.top-main-form.search-job-nav .top-main-form-cont>select.year {
  width: 26%;
}
.top-main-form.search-job-nav .top-main-form-cont>select.month,
.top-main-form.search-job-nav .top-main-form-cont>select.day {
  width: 21%;
}

.top-main-form.search-job-nav .top-main-form-title:before,
.top-main-form.search-job-nav .top-main-form-title:after {
  display: none !important;
}
.top-main-form.search-job-nav>button {
  background: #d91919 !important;
  width: 90%;
}

.top-main-form .top-main-form-title {
  font-size: 23px;
  line-height: 32px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.top-main-form .top-main-form-title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  border-top: 1px solid #000;
  transform: rotate(60deg);
  position: absolute;
  top: 43px;
  left: 20px;
}
.top-main-form .top-main-form-title:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  border-top: 1px solid #000;
  transform: rotate(-60deg);
  position: absolute;
  top: 43px;
  right: 20px;
}
.top-main-form .top-main-form-title>span {
  font-size: 26px;
  color: #d91919;
}
.top-main-form .top-main-form-cont {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.top-main-form .top-main-form-cont>p {
  font-size: 12px;
  text-align: left;
  margin-bottom: 8px;
}
.top-main-form .top-main-form-cont>input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding: 0 15px;
  margin-bottom: 10px;
}

.top-main-form .top-main-form-cont>input.half {
  width: 47%;
  display: inline-block;
}
.top-main-form .top-main-form-cont input.half.first {
  margin-right: 6%;
}

.top-main-form .top-main-form-cont>select {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding: 0 15px;
  margin-bottom: 10px;
  margin-right: 2%;
}
.top-main-form .top-main-form-cont>select.year {
  width: 40%;
}

.top-main-form .top-main-form-cont>select.month {
  width: 20%;
}

.top-main-form .top-main-form-cont>select.day {
  width: 20%;
}


.top-main-form .top-main-form-kiyaku {
  font-size: 14px;
  color: #0c3388;
  margin-bottom: 8px;
  text-decoration: underline;
}
.top-main-form>button {
  width: 255px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  border: none;
  background-color: #d91919;
  font-size: 20px;
  color: #FFF;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.top-main-form .top-main-form-kiyaku:hover,
.top-main-form>button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.top-main-form>button:disabled {
  cursor: not-allowed;
}
.top-main-form .top-main-form-note {
  font-size: 11px;
  text-align: center;
}
/* top Award-consultant */
.sec-top-contents .top-main-award {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  margin-bottom: 60px;
}
.sec-top-contents .top-main-award img {
  width: 255px;
}
.sec-top-contents .consultant_wrap {
  padding: 0 60px;
}
.sec-top-contents .consultant_wrap img {
  width: 100%;
}
.sec-top-contents .consultant_wrap img.top-consultant-pc {
  display: block;
}
.sec-top-contents .consultant_wrap img.top-consultant-sp {
  display: none;
}
.sec-top-contents .consultant_wrap>div {
  position: relative;
  width: 630px;
  height: 70px;
  line-height: 70px;
  background-color: #282747;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #FFF;
  margin: 0 auto 30px;
}
.sec-top-contents .consultant_wrap>div:after,
.sec-top-contents .consultant_wrap>div:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.sec-top-contents .consultant_wrap>div:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #282747;
	border-width: 6px;
	margin-left: -6px;
}
.sec-top-contents .consultant_wrap>div:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #282747;
  border-width: 12px;
  margin-left: -12px;
}

/* 2021/09 add  top MV ptn-d */

.pattern-d {
	background: none;
	background-color: #0D3388;
}
.pattern-d .top-main-copy {
	width: 57%;
  height: auto;
  position: relative;
}
.pattern-d .top-main-copy h2 {
	color: #FFF;
	font-size: 31px;
  position: absolute;
  top: 110px;
  left: 0px;
  z-index: 999;
}
.pattern-d .top-main-copy.ptn-r7 h2,
.pattern-d .top-main-copy.ptn-r7 h2 em {
  font-size: 40px;  
  font-style: normal;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif !important;
}
.pattern-d .top-main-copy.ptn-r7 h2 em {
  font-size: 60px;
}
.pattern-d .top-main-copy.ptn-r7 .top-main-consultant img {
  position: absolute;
  top: 55px;
  right: 0px;
  width: 336px;
  z-index: 998;
}
.top_share_wrap {
    width: 1080px;
    margin: 40px auto 0;

}
.top_share_wrap .top-main-share img {
  width: 100%;
  margin-bottom: 20px;
}
.pattern-d .main-ptn-r7 .top-main-form {
  height: 545px;
}
.r7_note {
  text-align: left;
  color: rgba(255,255,255,0.8);
  margin-top: 0;
  font-size: 10px;
}

@media screen and (max-width:768px) {
.pattern-d .top-main-copy.ptn-r7 h2 {
  font-size: 20px;
  top: 45px;
  left: 0px;
  padding-top: 0;
  text-align: center;
}
.pattern-d .top-main-copy.ptn-r7 h2 em {
  font-size: 31px;
}
.pattern-d .top-main-copy.ptn-r7 .top-main-consultant img {
  bottom: 0;
  top: auto;
  width: 47%;
right: -10px;
}
.pattern-d .top-main-copy.ptn-r7 .top-main-share img {
  width: 100%;
  margin: 8px auto 0;
  display: block;
}
.pattern-d .main-ptn-r7 .top-main-form {
  height: 570px;
}
.r7_note {
  padding-top: 4px;
  font-size: 10px;
  text-align: right;
}
}

@media screen and (max-width:375px){
.pattern-d .top-main-copy.ptn-r7 h2 {
  font-size: 22px;
  margin-bottom: 0px;
}
.pattern-d .top-main-copy.ptn-r7 .top-main-consultant img {
  width: 45%;

}
}
.pattern-d .top-main-consultant img {
    flex-flow: column;
    width: 340px;
}
.pattern-d .top-main-copy .top-main-consultant p {
    margin-right: 40px;
    font-size: 14px;
    font-style: normal;
    font-family: Amiri, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 35px;
    writing-mode: vertical-rl;
		color: #FFF;
}
.pattern-d .top-main-point {
	margin: 30px 0 20px;
}
.pattern-d .top-main-form {
	bottom: auto;
	top: 45px;
	height: 570px;
}
.pattern-d .top-main-point>img {
	width: 280px;
}
.pattern-d .top-main-point>img:first-child {
	margin-right: 30px;
}

@media screen and (max-width:768px) {
  /* top First view */
  .top-main-area-wrap {
    background: url(/common/img/top_c/top_fv_back_sp.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .sec-top-main .top-main-area {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: none;
    display: block;
  }
  .top_share_wrap {
    width: 100%;
    padding: 15px 20px 0;
    margin: 0;

    box-sizing: border-box;

  }
  .top_share_wrap img {
    width: 100%;
  }
  .top-main-copy h2 {
    font-size: 3.8vw;
    padding-top: 20px;
    margin-bottom: 5px;
  }
  .top-main-copy .top_main_catch {
    font-size: 8vw;
    line-height: 43px;
  }
  .top-main-copy .top_main_catch span.top_main_catch_no1 {
    display: inline-block;
    font-size: 11vw;
  }
  .top-main-copy .top_main_catch span.top_main_catch_no1:after {
    height: 20px;
    margin-top: -15px;
  }
  .top-main-copy .top_main_catch span.top_main_catch_kigyo {
    font-size: 7vw;
    top: -3px;
  }
  .top-main-point {
    margin-top: 30px;
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
  }
  .top-main-point>img {
    width: 48%;
  }
  .top-main-point>img:first-child {
    margin-right: 0;
  }
  .sec-top-main .in-page-form-wrap {
    width: 100%;
    padding-top: 0px;
  }
  .sec-top-main .in-page-form-wrap .in-page-form {
    width: 100% !important;
  }
  .top-main-form {
    position: relative;
    width: 100%;
    height: auto;
    padding: 25px 23px;
  }
  .top-main-form .top-main-form-title {
    font-size: 4.5vw;
    line-height: normal;
    margin: 0 0 15px;
  }
  .top-main-form .top-main-form-title>br {
    display: none;
  }
  .top-main-form .top-main-form-title:before,
  .top-main-form .top-main-form-title:after {
    content: none;
  }
  .top-main-form .top-main-form-title>span {
    font-size: 5vw;
  }
  .top-main-form .top-main-form-cont {
    width: 100%;
    margin-bottom: 8px;
  }
  .top-main-form .top-main-form-cont>p {
    font-size: 3vw;
    margin-bottom: 5px;
  }
  .top-main-form .top-main-form-cont>input {
    width: 100%;
    font-size: 3vw;
    padding: 0 10px;
    margin-bottom: 8px;
  }

  .top-main-form .top-main-form-cont>select.year {
    width: 35%;
  }
  .top-main-form .top-main-form-kiyaku {
    font-size: 14px;
    color: #0c3388;
    margin-bottom: 30px;
    text-decoration: underline;
  }
  .top-main-form>button {
    width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    margin-bottom: 28px;
    background-image: url(../img/top_b/ico_arrow.png);
    background-size: 15px 27px;
    background-repeat: no-repeat;
    background-position: right 5% center;
  }
  .top-main-form .top-main-form-kiyaku:hover,
  .top-main-form>button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .top-main-form>button:disabled {
    cursor: not-allowed;
  }
  .top-main-form .top-main-form-note {
    font-size: 3vw;
    line-height: 4vw;
  }
  /* top Award-consultant */
  .sec-top-contents .top-main-award {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .sec-top-contents .top-main-award img {
    width: 49%;
    margin-bottom: 3vw;
  }
  .sec-top-contents .consultant_wrap {
    padding: 0;
  }
  .sec-top-contents .consultant_wrap img {
    width: 100%;
  }
  .sec-top-contents .consultant_wrap img.top-consultant-pc {
    display: none;
  }
  .sec-top-contents .consultant_wrap img.top-consultant-sp {
    display: block;
  }
  .sec-top-contents .consultant_wrap>div {
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 3.5vw;
    margin: 0 auto 30px;
  }
  /* Top Modal */
  .common-modal>.modal-type-kiyaku,
  .common-modal>.modal-type-complete,
  .common-modal>.modal-type-alert {
    top: 43%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .common-modal>.modal-type-kiyaku {
    height: 70%;
  }
  .common-modal-kiyaku {
    height: 100%;
  }
  .common-modal-kiyaku-info {
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .common-modal-complete-info
  .common-modal-alert-info {
    padding: 50px
  }
  .common-modal-close {
    width: 60vw;
  }

  /* 2021/09 add  top MV ptn-d */

  .pattern-d.top-main-area-wrap {
  	background: none;
  	background-color: #0D3388;
    padding-bottom: 15px;
  }
  .pattern-d .top-main-copy {
  	width: 100%;
    height: 170px;
  }
  .pattern-d .top-main-copy h2 {
  	color: #FFF;
  	font-size: 26px;
    top: 70px;
    left: 0px;
  }
  .pattern-d .top-main-copy .top-main-consultant {
      top: 0;
      right: 0;
  }
  .pattern-d .top-main-consultant img {
  }
  .pattern-d .top-main-point {
  	margin: 30px 0 20px;
  }
  .pattern-d .top-main-form {
  	bottom: auto;
  	top: 15px;
  	height: 570px;
  }
  .pattern-d .top-main-point>img {
  	width: 47%;
  }
  .pattern-d .top-main-point>img:first-child {
  	margin-right: 6%;
  }


} /* regular sp query *
