@charset "UTF-8";
/*----------------------------------------------------------
 Reset
------------------------------------------------------------*/

body, div, section, article, aside, nav,
h1, h2, h3, h4, h5, h6,
span, time, figure, figcaption,
p, blockquote, pre, address, code,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, button,
table, tbody, thead, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  word-break: break-all;
}

ul, ol  { list-style: none; }

img {
  border: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 640px){
  img {
    width: 100%;
    height: auto;
  }
}

table  { border-collapse: collapse; }

input,
select  { vertical-align: middle; }

em  { font-style: normal; }

button {
  background: none;
  border: none;
}


/*----------------------------------------------------------
 Base
------------------------------------------------------------*/

body, input, select, textarea {
  font-size: 14px;
  color: #333;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (min-width: 641px){
  body, input, select, textarea {
    font-size: 16px;
    font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ丸ゴシック Pro W3','Hiragino maru Gothic Pro','Helvetica','sans-serif';
  }
}

h1, h2, h3, h4, h5, h6, th, td, small {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

input, select, textarea {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}


/*----------------------------------------------------------
 Anchers
------------------------------------------------------------*/

a:link, a:visited{
  color: #2a5fa6;
  text-decoration: underline;
}

@media screen and (min-width: 641px){
  a:link, a:visited{
    text-decoration: none;
  }
  a:active, a:hover {
    text-decoration: underline;
  }
}


/* button
--------------------------------------------------*/

a.btn-link {
  display: inline-block;
  min-width: 185px;
  padding: 13px 10px 10px;
  background: #f37e00;
  border-bottom: 2px solid #da7100;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

a.btn-link-top {
  display: inline-block;
  min-width: 185px;
  padding: 13px 10px 10px;
  background: #f37e00;
  border-bottom: 2px solid #da7100;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.btn-pagetop {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../../img/common/btn_pagetop.png") no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}

@media screen and (min-width: 641px){
  a.btn-link {
    min-width: 300px;
    padding: 20px 10px 13px;
    border-bottom-width: 4px;
    border-radius: 3px;
    font-size: 20px;
  }
  a.btn-link:hover { opacity: 0.8; }
  
    a.btn-link-top {
    min-width: 300px;
    padding: 20px 10px 13px;
    border-bottom-width: 4px;
    border-radius: 3px;
    font-size: 20px;
  }
  a.btn-link-top:hover { opacity: 0.8; }

  .btn-pagetop:hover { opacity: 0.8; }
}


/*----------------------------------------------------------
 icon
------------------------------------------------------------*/

.icon-freecall {
  display: inline-block;
  width: 56px;
  height: 45px;
  vertical-align: middle;
  background: url("../../img/common/icon_freecall.svg") no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}


/*----------------------------------------------------------
 parts
------------------------------------------------------------*/

@media screen and (max-width: 640px){
  .showPC { display: none !important; }
}

@media screen and (min-width: 641px){
  .showSP { display: none !important; }
}


/*----------------------------------------------------------
 wrapper
------------------------------------------------------------*/

.wrapper {
  min-width: 320px;
  background: #fff;
}
.wrapper.top { margin-bottom: 60px; }


/*----------------------------------------------------------
 header
------------------------------------------------------------*/

.header {
  position: relative;
  padding: 12px 15px 8px;
  border-bottom: 3px solid #6fba2c;
}

.header-logo { max-width: 225px; }

.header-info { display: none; }

.header-area {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
}


/*----------------------------------------------------------
 mainVisual
------------------------------------------------------------*/

.mainVisual {
  position: relative;
  height: 97vw;
  min-height: 390px;
  max-height: 365px;
  background: #f6f6f6 url(../../img/top/bg_mainVisual_sp.png) no-repeat 0 0;
  background-size: cover;
  background-position-y: 80%;
  border-bottom: 1px solid #c5c3ae;
  margin-bottom: 30px;
}
.mainVisual-lead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 375px;
}
.mainVisual .reserveInfo-list-webBtn a{
  width: 300px;
  font-size: 1.24rem;
  padding: 20px 0 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -32px;
}

/*----------------------------------------------------------
 online_banner_area
------------------------------------------------------------*/

.online_banner_area {
  text-align: center;
  margin: 50px 0px auto;
  box-sizing: border-box;
}
.online_banner_area .online_banner_sp {
  display: none;
}
.online_banner_area img {
  width: 540px;
}

@media screen and (max-width: 640px) {
  .online_banner_area {
    text-align: center;
    margin: 50px 0px auto;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .online_banner_area .online_banner_pc {
    display: none;
  }
  .online_banner_area .online_banner_sp {
    display: block;
    margin: auto;
    max-width: 375px;
  }
  .online_banner_area img {
    width: 100%;
  }
}

/*----------------------------------------------------------
 alert_area
------------------------------------------------------------*/

.alert_area {
  background:#fff6e9;
  width: calc(100% - 20px);
  margin: 0 10px;
  box-sizing: border-box;
  padding: 20px;
}

.alert_area.-top {
  margin-top: 60px;
  margin-bottom: 30px;
}

.alert_area.-form {
  margin-top: 0;
  margin-bottom: 20px;
}

.alert_area.-complete {
  margin-top: 20px;
  margin-bottom: -40px;
}

.alert_area.-error {
  margin-top: 20px;
  margin-bottom: -40px;
}

.alert_area.-home {
  margin-top: 0;
  margin-bottom: 60px;
}

.alert_area.-loan {
  margin-top: -30px;
  margin-bottom: 100px;
}

.alert_area.-system {
  margin-top: -20px;
  margin-bottom: 60px;
}

.alert_area.-plan {
  margin-top: 20px;
  margin-bottom: 30px;
}

.alert_area_title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.alert_area_desc {
  padding-left: 20px;
  padding-right: 20px;
}

/*----------------------------------------------------------
 main
------------------------------------------------------------*/

.main-section { padding: 30px 10px 40px; }
.link_topPage {
  margin: 0 10px 15px;
  font-size: 12px;
  text-align: right;
}


/* overview
--------------------------------------------------*/

.overview-title {
  font-size: 20px;
  color: #8c8774;
  text-align: center;
}

.overview-subtitle {
  font-size: 14px;
  font-size: 1em;
  text-align: center;
  color: #8c8774;
  margin-top: 10px;
  margin-bottom: 30px;
}

.overview-description {
  margin-top: 45px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}

.overview-description .em {
  margin: 0 4px;
  font-size: 20px;
  color: #5fa81c;
  background: -webkit-gradient(
      linear,
      left top, left bottom,
      from(rgba(255, 251, 178, 0)),
        color-stop(0.5, rgba(255, 251, 178, 0)),
        color-stop(0.5, #fffbb2),
      to(#fffbb2)
    );
  background: linear-gradient(
      to bottom,
      rgba(255, 251, 178, 0) 0,
      rgba(255, 251, 178, 0) 50%,
      #fffbb2 50%,
      #fffbb2 100%
    );
  font-weight: bold;
  text-aligin: center;
}
.overview-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  margin: 20px 0;
  background: url(../../img/top/parts_triangle_down02.png) no-repeat 50% 0;
  background-size: auto 20px;
}
.overview-img:last-child:after {
  display:none;
}
.overview-feasibleList {
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  border: 1px solid #5aae08;
}
.overview-feasibleList dt { color: #5aae08; }
.overview-feasibleList dd {
  margin-top: 10px;
  font-size: 12px;
}

/* uservoice
--------------------------------------------------*/
.uservoice{
  padding-top: 0;
  margin-top: -15px;
}
.uservoice-title {
  font-size: 20px;
  color: #8c8774;
  text-align: center;
}
.uservoice-contentArea{
  margin-top: 15px;
}
.uservoice-content {
  border: 1px solid #5aae08;
  margin-bottom: 10px;
}
.uservoice-content:last-child {
  margin-bottom: 0;
}
.uservoice-contentHead {
  position: relative;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 80px;
  vertical-align: middle;
  box-sizing:border-box;
  padding: 10px;
  padding-bottom: 20px;
  padding-left: 80px;
}
.uservoice-contentHead:after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  bottom: 0;
  border-bottom: 10px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
}
.uservoice-content:nth-child(1) .uservoice-contentHead {
  background: #5aae08 url(../../img/top/img_voice_01.png) 10px 10px no-repeat;
}
.uservoice-content:nth-child(2) .uservoice-contentHead{
  background: #5aae08 url(../../img/top/img_voice_02.png) 10px 10px no-repeat;
}
.uservoice-contentBody {
  padding: 10px;
}
.uservoice-contentTitle {
  font-weight: bold;
  color: #5aae08;
  margin-bottom: 10px;
}

/* uservoice(3items)
--------------------------------------------------*/
.uservoice02{
  padding-top: 0;
}
.uservoice-title {
  font-size: 20px;
  color: #8c8774;
  text-align: center;
}
.uservoice-contentArea02{
  margin-top: 15px;
}
.uservoice-content02 {
  border: 1px solid #f4f7f0;
  margin-bottom: 10px;
  padding: 20px;
}
.uservoice-content02:last-child {
  margin-bottom: 0;
}
.uservoice-contentHead02 {
  color: #555244;
  font-weight: bold;
  font-size: 19px;
  display: flex;
  align-items: center;
  min-height: 95px;
  box-sizing:border-box;
  padding-left: 105px;
  margin-bottom: 20px;
}
.uservoice-content02:nth-child(1) {
  background: #f4f7f0 url(../../img/top/icon_voice_01.png) 20px 20px no-repeat;
  background-size: 90px 90px;
}
.uservoice-content02:nth-child(2) {
  background: #f4f7f0 url(../../img/top/icon_voice_02.png) 20px 20px no-repeat;
  background-size: 90px 90px;
}
.uservoice-content02:nth-child(3) {
  background: #f4f7f0 url(../../img/top/icon_voice_03.png) 20px 20px no-repeat;
  background-size: 90px 90px;
}
.uservoice-contentText02 {
  font-size: 16px;
  color: #555244;
}
.uservoice-contentTitle02 {
  margin-bottom: 15px;
}
.uservoice-attr {
  display: inline-block;
  margin-bottom: 5px;
}
.uservoice-attrHead {
  color: #fff;
  font-size: 14px;
  background: #5aae08;
  padding: 2px;
  margin-right: 3px;
}
.uservoice-attrTxt {
  display: inline-block;
  color: #5aae08;
  font-size: 14px;
  margin-right: 10px;
}

/* faq
--------------------------------------------------*/
.faq{
  background: #f8f7f2;
}
.faq-title{
  color: #8c8774;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.faq-area{
  margin-top: 15px;
}
.faq-item{
  border: 1px solid #8c8774;
  border-bottom: 3px solid #8c8774;
  background: #fff;
  margin-bottom: 10px;
}
.faq-item:last-child{
  margin-bottom: 0;
}
.faq-question{
  position: relative;
  padding-left: 35px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #555244;
  background: url("../../img/top/icon_faq-question_01.png") left center no-repeat;
  background-size: 25px auto;
}
.faq-question:hover{
  cursor: pointer;
  opacity: 0.8;
}
.faq-answer{
  border-top: 2px dotted #8c8774;
  padding-left: 35px;
  margin: 0 10px;
  background: url("../../img/top/icon_faq-answer_01.png") left center no-repeat;
  background-size: 25px auto;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.6s ease-out, padding-top 0.6s ease-out, padding-bottom 0.6s ease-out;
}
.faq-contentText,
.faq-contentList{
  margin-top: 1em;
}
.faq-contentText:nth-of-type(1){
  margin-top: 0;
}
.js-current .faq-answer{
  opacity: 1.0;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.faq-contentList{
  list-style-type: disc;
  padding-left: 1.5em;
}
.faq-question:before{
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #555244;
  position: absolute;
  top: 50%;
  right: 0;
}
.faq-question:after{
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  margin-top: -10px;
  background: #555244;
  position: absolute;
  top: 50%;
  right: 8px;
}
.js-current .faq-question:after{
  display: none;
}

/* peculiarity
--------------------------------------------------*/

.peculiarity-title {
  font-size: 20px;
  color: #8c8774;
  text-align: center;
}

.peculiarity-list {
  margin-top: 15px;
}

.peculiarity-list li {
  margin-top: 48px;
  text-align: center;
}

.peculiarity-list li img {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 202px;
}

.peculiarity-list-no {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #51ad00;
  box-sizing: border-box;
  font-size: 1.875em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.peculiarity-list-notes {
  font-size: 1.0rem;
  margin-top: 17px;
  padding: 0 12px 0;
  text-align: left;
}

.peculiarity-notes {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .peculiarity-notes {
    margin-top: 20px;
    padding: 0 12px;
    text-align: left;
  }
}

/* consultation
--------------------------------------------------*/

.consultation-title {
  font-size: 20px;
  color: #8c8774;
  text-align: center;
}

.consultation-flowList { margin-top: 20px; }

.consultation-flowList li + li:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  margin: 10px 0 15px;
  background: url("../../img/top/parts_triangle_down.png") no-repeat 50% 0;
  background-size: auto 20px;
}

.consultation-flowList-figure { text-align: center; }

.consultation-flowList-figure img {
  max-width: 310px;
  height: auto;
}

.consultation-flowList-figure figcaption {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.consultation-flowList-notes { margin-top: 5px; }

.consultation-info { display: none; }

/* targetArea
--------------------------------------------------*/
.target-area {
  background: #fff6e9;
}

.target-area .peculiarity-title {
}

.target-area-subTitle {
  color: #807b68;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}

.target-area-desc {
  color: #807b68;
  margin: 20px 0;
}

.target-area-desc-flag {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../img/top/img_targetArea_01.png") left center no-repeat;
  background-size: 16px 16px;
}

.target-area-list {
  border: 1px solid #8c8774;
  border-bottom-width: 2px;
  margin-bottom: 15px;
  background: #fff;
}

.target-area-list:last-child {
  margin-bottom: 0;
}

.target-area-head {
  font-size: 20px;
  color: #555244;
  font-weight: bold;
  margin: 0 20px 0 25px;
  padding-left: 0;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 17px;
  position: relative;
}

.target-area-head:hover {
  cursor: pointer;
  opacity: 0.8;
}

.target-area-head:before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #555244;
  position: absolute;
  top: 50%;
  right: 0;
}

.target-area-head:after {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  margin-top: -10px;
  background: #555244;
  position: absolute;
  top: 50%;
  right: 8px;
}

.js-current .target-area-head:after{
  display: none;
}

.js-current .target-area-preItems{
  border-top: 1px solid #8c8774;
}

.target-area-preItem {
  font-size: 20px;
  color: #555244;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.6s ease-out, padding-top 0.6s ease-out, padding-bottom 0.6s ease-out;
}
.js-current .target-area-preItem{
  opacity: 1.0;
  height: auto;
  padding-top: 20px;
  padding-bottom: 17px;
  border-bottom: 2px dotted #8c8774;
}

.js-current .target-area-preItem.-borderNone{
  border-bottom: none;
}

.target-area-preItem a {
  display: block;
  text-decoration: none;
  color: #555244;
  margin: 0 20px 0 35px;
  padding-left: 25px;
  padding-right: 30px;
  position: relative;
}

.target-area-preItem a:hover {
  opacity: 0.8;
}

.target-area-preItem a:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  margin-top: -6px;
  background: #555244;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
}

.target-area-preItem a:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  margin-top: 2px;
  background: #555244;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(135deg);
}

.target-area-preItem.-expanding {
  background: url("../../img/top/img_targetArea_01.png") 25px center no-repeat;
  background-size: 23px 23px;
}

.target-area-preItem.-completed {
  background: url("../../img/top/img_targetArea_02.png") 25px center no-repeat;
  background-size: 23px 23px;
}

.target-area-preItem.-excluded {
  display: none;
}

.target-area-descList {
  margin-top: 20px;
  color: #807b68;
}

.target-area-descItem {
  padding-left: 1em;
  text-indent: -1em;
}

.target-area-descItem-freecall {
  display: inline-block;
  width: 1.4em;
  height: 0.9em;
  background: url(../../img/common/icon_freecall.svg) left center no-repeat;
  background-size: 1.2em auto;
}


/* reserveInfo
--------------------------------------------------*/
.reserveInfo {
  margin: 20px 10px 10px;
  padding: 15px 10px 15px;
  border-radius: 6px;
  background: #f8f7f2;
  border: 1px solid #c5c3ae;
  text-align: center;
}
.reserveInfo-title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #8c8774;
  text-align: center;
}
.reserveInfo-title-desc {
  position: relative;
  display: block;
  padding-left: 80px;
}
.reserveInfo-title-catch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -27px;
  left: 0;
  font-size: 11px;
  color: #fff;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  background: #70bb2d;
}
.reserveInfo-list-telNo{
  padding-top: 25px;
}
.reserveInfo-list-telNo a{
  width: 100%;
  max-width: 300px;
  margin: 0 auto 10px;
  font-size: 18px;
  padding: 0;
  line-height: 18px;
}
.reserveInfo-list-web{
  padding-top: 20px;
}
.reserveInfo-list .icon-freecall02 {
  margin-right: 5px;
  width: 28px;
  height: 23px;
}
.icon-freecall02{
  display: inline-block;
  vertical-align: middle;
  background: url(../../img/common/icon_freecall02.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.reserveInfo-list-titleTel-link {
  color: #6fba2c;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
}
.reserveInfo-list-titleTel-link a {
  color: #6fba2c;
  text-decoration: none;
  font-size: 30px;
}
.reserveInfo-list-telNoBtn {
  margin-bottom: 10px;
}
.reserveInfo-list-telNo a.btn-link,
.reserveInfo-list-web a.btn-link {
  background: #ff8e14;
  border-bottom: 2px solid #da7100;
  padding: 20px 0;
}
.reserveInfo-list-telNo a.btn-link.is-uaTB,
.reserveInfo-list-telNo a.btn-link.is-uaPC {
  pointer-events: none;
}
.reserveInfo-list-telNo a.btn-link-top,
.reserveInfo-list-web a.btn-link-top {
  background: #ff8e14;
  border-bottom: 2px solid #da7100;
  padding: 20px 0;
}
.reserveInfo-list-telNo a.btn-link-top.is-uaTB,
.reserveInfo-list-telNo a.btn-link-top.is-uaPC {
  pointer-events: none;
}
.reserveInfo-list-telNo-notesList {
  display: inline-block;
  min-width: 270px;
  width: 100%;
  max-width: 300px;
  margin: 0;
  text-align: left;
  margin-bottom: 25px;
}
.reserveInfo-list-telNo-notesList li {
  font-size: 10px;
  margin-bottom: 1px;
}
.reserveInfo-list-telNo-notesList li a {
  font-size: 10px;
  line-height: 1.0;
}
.reserveInfo-list-web a.btn-link{
  position:relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 10px;
  font-size: 18px;
  padding: 20px 0;
  line-height: 18px;
}
.reserveInfo-list-web a.btn-link-top{
  position:relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 10px;
  font-size: 18px;
  /* padding: 20px 0; */
  padding: 24px 0px 16px 0px;
  line-height: 18px;
}
.reserveInfo-list-web .balloonItem{
  display: inline-block;
  min-width: 80px;
  min-height: 20px;
  font-size: 14px;
  position:absolute;
  top: -15px;
  left: -15px;
  padding: 2px;
  border:2px solid #f8f7f2;
  transform: rotate(-15deg);
  border-radius: 4px;
  background: #6fba2c;
}
.reserveInfo-list-web a.btn-link:before{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 11px;
  left: 29px;
  z-index: 2;
  transform: rotate(-15deg);
  border-top: 6px solid #6fba2c;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
}
.reserveInfo-list-web a.btn-link:after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 13px;
  left: 30px;
  z-index: 1;
  transform: rotate(-15deg);
  border-top: 8px solid #f8f7f2;
  border-right: 4px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 4px solid transparent;
}

.reserveInfo-list-web a.btn-link-top:before{
  content: "";
  background-image: url(../../img/top/img_online_cta_sp.png);
  display: block;
  position: absolute;
  background-size: contain;
  width: 220px;
  height: 35px;
  top: -14px;
  left: 40px;
  z-index: 2;
}
.reserveInfo-list-web .online_sq_icon-top {
  background-color: #FFF;
  color: #f37e00;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 8px;
  box-sizing: border-box;
  border-radius: 6px;
  margin-right: 10px;
}
.online_btn_txt {
  width: 200px;
  font-size: 18px;
}


/* knowledge
--------------------------------------------------*/
.main-section.knowledge {
  padding-top: 0;
}
.knowledge-list {
  overflow: hidden;
}
.knowledge-title {
  font-size: 20px;
  color: #8c8774;
  text-align: center;
}
.knowledge-box {
  margin-top: 40px;
  position: relative;
}
.knowledge-box:nth-child(3n) {
  margin-right: 0;
}
.knowledge-box.new::before {
  content: "NEW";
  position: absolute;
  width: 20%;
  padding: 7px 0 5px;
  background: #ff8e14;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.knowledge-box a {
  display: block;
  color: #555244;
  text-decoration: none;
}
.knowledge-img img {
  width: 100%;
  vertical-align: top;
}
.knowledge-tag {
  margin-top: 20px;
  font-size: 18px;
  color: #58a114;
}
.knowledge-ttl {
  margin-top: 13px;
  font-size: 20px;
}

/* other
--------------------------------------------------*/
.article-top-btn {
  width: 250px;
  margin: 40px auto 0;
  display: table;
  box-sizing: border-box;
}
.article-top-btn a {
  height: 50px;
  margin: 0 auto;
  color: #fff;
  display: table-cell;
  font-weight: bold;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #70bb2d;
  border-bottom: 4px solid #5aa115;
}

/*----------------------------------------------------------
 footer
------------------------------------------------------------*/

.footer-btnPagetop { display: none; }


/* footer-detail
--------------------------------------------------*/

.footer-detail {
  padding: 20px 10px;
  background: #7db049;
}

.footer-detail-navList {
  max-width: 282px;
  width: 100%;
}

.footer-detail-navList li {
  display: inline-block;
  margin-right: -3px;
  font-size: 0;
}

.footer-detail-navList li:before {
  content: "｜";
  font-size: 10px;
  color: #fff;
}

.footer-detail-navList li:first-of-type:before,
.footer-detail-navList li:nth-of-type(4):before,
.footer-detail-navList li:nth-of-type(7):before { content: ""; }

.footer-detail-navList li a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-detail-relatelink { display: none; }


/* footer-company
--------------------------------------------------*/

.footer-company {
  padding: 15px 10px;
  background: #569610;
}

.footer-company-copyright a {
  display: inline-block;
  width: 217px;
  height: 30px;
  background: url("../../img/common/logo_recruit_sumai_white.svg") no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}

a.footer-company-copyright-group {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}


/*----------------------------------------------------------
 floatingCVArea
------------------------------------------------------------*/

.floatingCVArea {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.3);
  height: 60px;
  background: #f8f7f2;
  box-sizing: border-box;
  transform: translateY(64px);
  transition: transform 0.5s ease-out;
}

.floatingCVArea.isShow {
  transform: translateY(0);
}

.floatingCVArea > [class^="floatingCVArea-"] {
  width: 48.5%;
  height: 40px;
  box-sizing: border-box;
}

.floatingCVArea > [class^="floatingCVArea-"] a{
  width: 100%;
  max-width: 250px;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 10px;
  border-radius: 4px;
  border-bottom: 2px solid #da7100;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
}

.floatingCVArea > [class^="floatingCVArea-"] a.is-uaTB,
.floatingCVArea > [class^="floatingCVArea-"] a.is-uaPC{
  pointer-events: none;
}

.floatingCVArea-telInfo a{
  background: #ff8e14 url("../../img/top/icon_tel_cv.png") 10px center no-repeat;
  background-size: 26px auto;
}

.floatingCVArea-reserveNet a{
  background: #ff8e14 url("../../img/top/icon_web_cv.png") 8px center no-repeat;
  background-size: 26px auto;
}

.floatingCVArea-btnInner {
  display: inline-block;
  margin: 0 auto;
}

/*----------------------------------------------------------
 web_interview
------------------------------------------------------------*/
.web_interview-title {
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
.web_interview_step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 10px;
}
.web_interview_step_item {
  width: 100%;
  font-size: 0;
}
.web_interview_step_item_title {
  font-size: 20px;
  color: #6fba2c;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.web_interview_step_item_img {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  vertical-align: top;
}
.web_interview_step_item_img img{
  width: 100%;
}
.web_interview_step_item_desc {
  font-size: 12px;
  display: inline-block;
  width: 48%;
}
.web_interview_step_item_desc a{
  text-decoration: underline;
}
.web_interview_step_item_desc sup{
  vertical-align: top;
  line-height: 1.5em;
}
.web_interview_necessary {
  border: 1px solid #6fba2c;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 20px;
}
.web_interview_necessary_title {
  font-size: 20px;
  color: #6fba2c;
  text-align: center;
  margin-bottom: 0.6em;
}
.web_interview_necessary_desc {
  font-size: 13px;
}
.web_interview_step_item_smallDesc {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 20px;
}
.web_interview_necessary_desc.alerttxt {
  color: #f00;
}
.web_interview_necessary_desc.addIndent {
  text-indent: -1em;
  padding-left: 1em;
}
.web_interview_necessary_desc.bellowMargin {
  margin-bottom: 0.5em;
}
.web_interview_necessary_label {
  color: #fff;
  background: #6fba2c;
  font-size: 15px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-align: center;
  margin: 20px 0;
}
.web_interview_necessary_img {
  text-align: center;
}
.web_interview_necessary_img img {
  max-width: 100%;
}
.web_interview_necessary_specList {
  overflow: hidden;
  margin-bottom: 10px;
}
.web_interview_necessary_specTitle {
  float: left;
  clear: left;
  width: 5em;
  font-size: 12px;
  margin-bottom: 0.5em;
}
.web_interview_necessary_specDesc {
  float: left;
  font-size: 13px;
  width: calc(100% - 6em);
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.web_interview_necessary_specDesc:before {
  content: ': '
}

/*--------------------------------------------------------------------
 terms
----------------------------------------------------------------------*/

.terms { padding: 30px 10px 80px; }

.terms-section { margin-top: 30px; }
.terms-section + .terms-section { margin-top: 60px; }


/* title
--------------------------------------------------*/

.terms-title {
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
}

.terms-section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #8c8774;
  font-size: 18px;
  line-height: 1.2em;
}

.terms-section-subTitle {
  margin-top: 30px;
  font-size: 16px;
  color: #6eb92b;
  line-height: 1.2em;
}

.terms-section-accentTitle {
  margin: 15px 0 -5px;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
}


/* parts
--------------------------------------------------*/

.terms p,
.terms li,
.terms dt,
.terms dd {
  font-size: 12px;
}

.terms-text { margin-top: 15px; }

.terms-listOrdered { margin-top: 15px; }
.terms-listOrdered li {
  position: relative;
  padding-left: 22px;
}
.terms-listOrdered.numberList > li { margin-top: 15px; }
.terms-listOrdered.numberList > li:first-child { margin-top: 0; }
.terms-listOrdered.typePolicy li { padding-left: 40px; }
.terms-listOrdered.typeKana li { padding-left: 28px; }
.terms-listOrdered-unit {
  position: absolute;
  top: 0;
  left: 0;
}

.terms-listComment { margin-top: 20px; }
.terms-contactInfo + .terms-listComment { margin-top: 5px; }
.terms-listComment li {
  padding-left: 12px;
  text-indent: -12px;
}

.terms-listDescription { margin-top: 15px; }
.terms-listDescription dd + dt { margin-top: 5px; }
.terms-listDescription dt.termBold { font-weight: bold; }

.terms-image {
  margin-top: 15px;
  text-align: center;
}
.terms-image img { max-width: 100px; }

.terms-contactInfo {
  margin-top: 5px;
  padding: 10px;
  background: #f6f6f6;
  border-radius: 3px;
}
.terms-contactInfo dd { margin-top: 5px; }


/*--------------------------------------------------------------------
 iPhone5
----------------------------------------------------------------------*/
@media screen and (max-width: 320px){

.header-logo { max-width: 200px; }

.floatingCVArea > .floatingCVArea-telInfo a{
  font-size: 12px;
  background-position: 8px;
}

.floatingCVArea > .floatingCVArea-reserveNet a{
  font-size: 12px;
  background-position: 5px;
}

.reserveInfo-title-desc {
  font-size: 18px;
}
.reserveInfo-list-titleTel-link {
  font-size: 28px;
}

}
/*--------------------------------------------------------------------
 PC
----------------------------------------------------------------------*/
@media screen and (min-width: 641px){
/*----------------------------------------------------------
 wrapper
------------------------------------------------------------*/

.wrapper.top { margin-bottom: 0; }

.inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}



/*----------------------------------------------------------
 header
------------------------------------------------------------*/

.header {
  min-height: 75px;
  padding: 8px 0 4px;
  text-align: left;
}
.header .inner {
  display: -webkit-box;
  display: flex;
}

.header-logo {
  padding-top: 15px;
  -webkit-box-flex: 1;
  flex-basis: 320px;
  max-width: 320px;
}

.header-logo img {
  width: 100%;
  height: auto;
}
.header-logo a:hover img { opacity: 0.7; }

.header-info {
  display: block;
  flex-grow: 1;
  min-width: 365px;
  text-align: right;
}

.header-info-tel {
  display: inline-block;
  width: 270px;
  vertical-align: middle;
  text-align: left;
}

.header-info-tel-icon {
  width: 36px;
  height: 30px;
  text-align: left;
}

.header-info-tel-no {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 1em;
  font-weight: bold;

}

.header-info-tel-notesList {
  margin-top: 5px;
  line-height: 1em;
}

.header-info-tel-notesList li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 10px;

}

a.header-info-btnReserve {
  min-width: 70px;
  height: 53px;
  margin-left: 15px;
  padding: 20px 0 0;
  vertical-align: middle;
  border-bottom-width: 2px;
  font-size: 13px;
  line-height: 18px;
}

.header-area { display: none; }


/*----------------------------------------------------------
 mainVisual
------------------------------------------------------------*/

.mainVisual {
  min-height: 480px;
  background: #fcfdfe url(../../img/top/bg_mainVisual_pc.png) no-repeat 50% 0;
  border-bottom-color: #fff;
  margin-bottom: 30px;
}

.mainVisual-lead {
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1080px;
  height: 385px;
  background: url(../../img/top/img_mainVisual_lead_pc.png) no-repeat 0 0;
  background-size: contain;
  background-position: 50% 50%;
}
.mainVisual-lead img {
  display: none;
}
.mainVisual .reserveInfo-list-webBtn a{
  width: 525px;
  font-size: 2.18rem;
  padding: 40px 0 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
}

/*----------------------------------------------------------
 main
------------------------------------------------------------*/

.main-section { padding: 60px 0 80px; }
.link_topPage { font-size: 14px; }

/*----------------------------------------------------------
 alert_area
------------------------------------------------------------*/

.alert_area {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.alert_area.-top {
  margin-top: 60px;
  margin-bottom: 30px;
}

.alert_area.-form {
  margin-top: 0;
  margin-bottom: 50px;
}

.alert_area.-complete {
  margin-top: 40px;
  margin-bottom: -60px;
}

.alert_area.-error {
  margin-top: 40px;
  margin-bottom: -60px;
}

.alert_area.-home {
  margin-top: -40px;
  margin-bottom: 60px;
}

.alert_area.-loan {
  margin-top: -20px;
  margin-bottom: 100px;
}

.alert_area.-system {
  margin-top: -60px;
  margin-bottom: 60px;
}

.alert_area.-plan {
  margin-top: 40px;
  margin-bottom: 40px;
}

.alert_area_title {
  font-size: 20px;
}

.alert_area_desc {
  text-align: center;
}

/* overview
--------------------------------------------------*/


.overview-title {
  font-size: 36px;
}

.overview-imgArea{
  padding: 0 15px;
}

.overview-img {
  display: inline-block;
  position: relative;
  padding-right: 9%;
  width: 45%;
}

.overview-img:last-child {
  padding-right: 0;
}

.overview-img img{
  max-width: 400px;
  width: 100%;
}

.overview-img:after{
  display: block;
  position: absolute;
  top: 50%;
  left: 90%;
  width: 20px;
  height: 40px;
  margin: -20px 0;
  background:url(../../img/top/parts_triangle_right02.png) no-repeat;
}

.overview-subtitle {
  font-size: 20px;
}

.overview-description {
  font-size: 16px;
  line-height: 2em;
  text-align: center;
}
.overview-description .em {
  font-size: 20px;
  line-height: 2em;
}

.overview-feasibleList {
  margin-top: 40px;
  padding: 20px 90px 20px 20px;
  background: #fff url("../../img/top/parts_suumo.png") no-repeat right 18px bottom 12px;
}

.overview-feasibleList dt { font-size: 20px; }
.overview-feasibleList dd { font-size: 16px; }


/* uservoice
--------------------------------------------------*/
.uservoice{
  padding-top: 0;
}
.uservoice-title {
  font-size: 36px;
}
.uservoice-contentArea{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.uservoice-content {
  width: 48.5%;
  margin-bottom: 0;
}
.uservoice-contentHead {
  font-size: 18px;
}
.uservoice-contentBody {
  font-size: 16px;
  padding: 20px;
  min-height: 260px;
}
.uservoice-contentTitle {
  font-size: 18px;
}

/* uservoice(3items)
--------------------------------------------------*/
.uservoice02 {
  padding-top: 0;
}
.uservoice-title02 {

}
.uservoice-content02 {
  margin-bottom: 15px;
}
.uservoice-content02:nth-child(1),
.uservoice-content02:nth-child(2),
.uservoice-content02:nth-child(3) {
  background-size: 140px 140px;
  background-position: 25px center;
}
.uservoice-contentHead02 {
  font-size: 22px;
  padding-top: 5px;
  padding-left: 180px;
  margin-bottom: 7px;
  min-height: auto;
}
.uservoice-contentTitle02 {
  padding-left: 180px;
  margin-bottom: 12px;
}
.uservoice-contentText02 {
  padding-left: 180px;
  font-size: 14px;
}

/* faq
--------------------------------------------------*/
.faq-title{
  font-size: 36px;
}
.faq-area {
  margin-top: 30px;
}

.faq-item{
  margin-bottom: 20px;
}
.faq-question{
  padding-left: 80px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
  margin: 0 30px;
  font-size: 20px;
  background-position: 10px center;
  background-size: auto;
}
.faq-answer{
  padding-left: 80px;
  margin: 0 30px;
  background-position: 10px center;
  background-size: auto;
}
.js-current .faq-answer{
  padding-top: 20px;
  padding-bottom: 20px;
}

/*target-area
------------------------------------------------------------*/
.target-area {
  margin-bottom: 65px;
}

/* peculiarity
--------------------------------------------------*/

.peculiarity-title {
  font-size: 36px;
}

.peculiarity-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.peculiarity-list li {
  margin-top: 40px;
  flex-basis: 280px;
}

.peculiarity-list li:nth-of-type(2n) {
  margin-left: 20px;
  margin-right: 20px;
}

.peculiarity-list li img{
  width: auto;
}

.peculiarity-list-no {
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.peculiarity-list-notes {
  margin-top: 0;
  padding: 0;
  line-height: 1.7;
}

/* consultation
--------------------------------------------------*/

.consultation {
  margin-bottom: 65px;
}

.consultation-title {
  font-size: 36px;
}

.consultation-flowList {
  display: -webkit-box;
  display: flex;
  margin: 60px -20px 0;
}

.consultation-flowList li {
  -webkit-box-flex: 1;
  flex-basis: 280px;
  position: relative;
  width: 25%;
  margin-left: 20px;
}
.consultation-flowList li:first-child { margin-left: 0; }

.consultation-flowList li + li:before {
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 280px;
  margin: 0;
  background: url("../../img/top/parts_triangle_right.png") no-repeat 50% 50%;
  background-size: 20px 30px;
}

.consultation-flowList-figure {
  position: relative;
  padding-top: 77%;
  max-width: 100%;
}
.consultation-flowList-figure img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.35);
  max-width: 100%;
}
.consultation-flowList-figure figcaption {
  margin-top: 20px;
  font-size: 24px;
}
.consultation-flowList-notes {
  margin: 10px 15px 0;
}

.consultation-info {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
  padding: 10px;
  background: #fff;
}
.consultation-info-list {
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-right: 40px;
}

.consultation-info-list dt,
.consultation-info-list dd {
  display: inline-block;
  vertical-align: top;
}

.consultation-info-list dt {
  margin-right: 8px;
  padding: 5px 8px 3px;
  background: #5aae08;
  color: #fff;
  white-space: nowrap;
}
.consultation-info-list dd { margin-right: 40px; }
.consultation-info-list dd:last-child { margin-right: 0; }

.consultation-info-list dd { padding-top: 5px; }
.consultation-info-list dd small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1em;
}

/* reserveInfo
--------------------------------------------------*/
.reserveInfo {
  max-width: 940px;
  margin: 0 auto 80px;
  padding: 17px 0 10px;
  box-sizing: border-box;
  border: 1px solid #c5c3b9;
  border-radius: 0;
}
.reserveInfo .inner {
  overflow: visible;
}
.reserveInfo-title{
  font-size: 36px;
  margin-left: -40px;
  margin-bottom: -5px;
}
.reserveInfo-title-desc {
  padding-left: 150px;
  font-size: 50px;
}
.reserveInfo-title-catch {
  width: 135px;
  height: 135px;
  top: -58px;
  font-size: 19px;
}
.reserveInfo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  text-align: center;
  padding: 0 30px;
}
.reserveInfo-content{
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;

}
.reserveInfo-list-web{
  box-sizing: border-box;
  text-align: left;
  padding-top: 50px;
  margin: 0 auto;
  flex-basis: 390px; /* Safari */
}
.reserveInfo-list-telNo {
  margin-top: 25px;
  margin-right: 40px;
  padding: 0;
}
.reserveInfo-list-telNo-notesList {
  max-width: none;
  line-height: 1em;
  padding-bottom: 0;
  border-bottom: none;
  margin-top: 0;
}
.reserveInfo-list-telNo-notesList li,
.reserveInfo-list-telNo-notesList li a {
  font-size: 12px;
}
.icon-freecall02 {
  width: 56px;
  height: 56px;
}
.reserveInfo-list-web a.btn-link{
  min-width:390px;
  min-height: 92px;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 55px;
  border-bottom-width: 4px;
}
.reserveInfo-list-web a.btn-link-top{
  min-width:390px;
  min-height: 92px;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 55px;
  border-bottom-width: 4px;
}
.reserveInfo-list-titleTel-link {
  font-size: 42px;
}
.reserveInfo-list-web .balloonItem{
  font-size: 18px;
  top: -30px;
  left: -30px;
  padding: 1px 20px 0;
  line-height: 1;
}
.reserveInfo-list-web .balloonItem-largeTxt {
  font-size: 1.2em;
}
.reserveInfo-list-web a.btn-link:before{
  top: 4px;
  left: 31px;
  border-top: 12px solid #6fba2c;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}
.reserveInfo-list-web a.btn-link:after{
  top: 5px;
  left: 30px;
  transform: rotate(-15deg);
  border-top: 16px solid #f8f7f2;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}
.reserveInfo-list-web a.btn-link-top:before{
  content: "";
  background-image: url(../../img/top/img_online_cta_pc.png);
  width: 290px;
  height: 45px;
  top: -18px;
  left: 50px;
}
.reserveInfo-list-web .online_sq_icon-top {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 6px;
  margin-right: 10px;
}
.online_btn_txt {
  width: 200px;
  font-size: 26px;
}

/* knowledge
--------------------------------------------------*/
.knowledge-title {
  font-size: 36px;
}
.knowledge-list {
  display: flex;
}
.knowledge-box {
  width: 288px;
  margin: 20px 38px 0 0;
}
.knowledge-box a:hover {
  opacity: 0.8;
}
.knowledge-tag {
  font-size: 14px;
}

/* other
--------------------------------------------------*/
.article-top-btn a:hover {
  opacity: 0.8;
}

/*----------------------------------------------------------
 footer
------------------------------------------------------------*/

.footer { border-top: 5px solid #8c8774; }

.footer-btnPagetop {
  display: block;
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 10;
}

.footer-detail-navList {
  max-width: none;
}

/* footer-detail
--------------------------------------------------*/

.footer-detail {
  padding: 20px 0 40px;
  background: #f1f0e8;
}

.footer-detail-navList li { margin-right: 15px; }
.footer-detail-navList li:before { content: ""; }

.footer-detail-navList li a {
  font-size: 12px;
  color: #333;
  font-weight: bold;
}
.footer-detail-navList li a:hover { text-decoration: underline; }

.footer-detail-relatelink {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-bottom: 1px;
}

.footer-detail-relatelink li {
  margin: 15px 20px 0 0;
  font-size: 10px;
  line-height: 1em;
}

.footer-detail-relatelink li a {
  color: #333;
  text-decoration: none;
}
.footer-detail-relatelink li a:hover { text-decoration: underline; }


/* footer-company
--------------------------------------------------*/

.footer-company {
  padding: 20px 0 50px;
  background: none;
}

.footer-company-copyright a {
  background-image: url("../../img/common/logo_recruit_sumai.svg");
  height: 28px;
}
.footer-company-copyright a:hover { opacity: 0.8; }

a.footer-company-copyright-group { color: #435b67; }

/*----------------------------------------------------------
 web_interview
------------------------------------------------------------*/
.web_interview-title {
  font-size: 34px;
  margin: 30px 0 70px;
}
.web_interview_step {
  flex-wrap: nowrap;
  margin-left: 40px;
  margin-right: 40px;
}
.web_interview_step_item {
  margin-right: 10px;
  flex-basis: 250px;
}
.web_interview_step_item:last-child {
  margin-right: 0;
}
.web_interview_step_item_title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.web_interview_step_item_img {
  width: 100%;
}
.web_interview_step_item_desc {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
.web_interview_step_item_smallDesc {
  font-size: 12px;
}
.web_interview_necessary {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px 60px;
}
.web_interview_necessary_title {
  font-size: 30px;
  margin-bottom: 30px;
}
.web_interview_necessary_desc.pcFsLarge {
  font-size: 16px;
}
.web_interview_necessary_label {
  margin: 40px 0 30px;
}
.web_interview_necessary_specTitle {
  font-size: 16px;
}
.web_interview_necessary_specDesc {
  font-size: 16px;
}

/*--------------------------------------------------------------------
 privacypolicy
----------------------------------------------------------------------*/

.terms { padding: 50px 0 120px; }

.terms-section { margin-top: 50px; }
.terms-section + .terms-section { margin-top: 100px; }


/* title
--------------------------------------------------*/

.terms-title { font-size: 40px; }

.terms-section-title {
  padding-bottom: 20px;
  font-size: 30px;
}

.terms-section-subTitle {
  margin-top: 50px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #333;
}

.terms-section-accentTitle {
  margin: 30px 0 -5px;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
}


/* parts
--------------------------------------------------*/

.terms p,
.terms li,
.terms dt,
.terms dd {
  line-height: 1.8em;
}

.terms-text { margin-top: 20px; }

.terms-listOrdered {
  margin-top: 20px;
  padding-left: 10px;
}

.terms-listComment { margin-top: 20px; }
.terms-listComment li {
  padding-left: 12px;
  text-indent: -12px;
}

.terms-listDescription {
  margin-top: 20px;
  padding-left: 10px;
}
.terms-listDescription dd + dt { margin-top: 15px; }

.terms-image {
  margin-top: 20px;
  text-align: left;
}

.terms-contactInfo {
  display: inline-block;
  min-width: 350px;
  padding: 15px;
}


}

/*--------------------------------------------------------------------
 TB
----------------------------------------------------------------------*/

@media screen and (max-width: 1079px) and (min-width: 641px){
  .footer-company {
    padding-bottom: 70px;
  }/* 追従CVエリア用の余白 */
}


/*----------------------------------------------------------
 reserveNetArea
------------------------------------------------------------*/

.noReserveNet .header-info-btnReserve,
.noReserveNet .reserveInfo .reserveInfo-list + .reserveInfo-list { display: none !important; }

.noReserveNet .reserveInfo-list-titleTel {
  width: 151px;
  height: 22px;
  background: url("../../img/top/text_reserveInfo_title.png") no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (min-width: 641px){

  .noReserveNet .reserveInfo-list-titleTel {
    width: 304px;
    height: 46px;
  }

  .noReserveNet .reserveInfo {
    max-width: 442px;
    padding-bottom: 30px;
  }
  .noReserveNet .reserveInfo-list dd small {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  .noReserveNet .reserveInfo-list dd small br { display: none; }

}


/*--------------------------------------------------------------------
 PC (面談可能エリア用のブレイクポイント)
----------------------------------------------------------------------*/
@media screen and (min-width: 1080px){

  /*target-area
------------------------------------------------------------*/
  .target-area {
    margin-bottom: 65px;
  }

  .target-area-subTitle {
    margin-top: 55px;
    font-size: 20px;
    margin-bottom: 80px;
  }

  .target-area-desc {
    font-size: 14px;
    position: absolute;
    bottom: -27px;
    left: 142px;
  }

  .target-area-wrap {
    position: relative;
    height: 850px;
    background: url("../../img/top/bg_targetArea.png") left top no-repeat;
  }

  .target-area-list {
    position: absolute;
    border: 2px solid #8c8774;
    border-radius: 2px;
    width: 127px;
    padding: 10px 0 10px 0;
  }

  .target-area-list:nth-of-type(1) {
    top: 1px;
    right: 53px;
  }

  .target-area-list:nth-of-type(2) {
    top:97px;
    right: 53px;
  }

  .target-area-list:nth-of-type(3) {
    top: 387px;
    right: 53px;
  }

  .target-area-list:nth-of-type(4) {
    top: 0;
    left: 417px;
  }

  .target-area-list:nth-of-type(5) {
    top:519px;
    left: 563px;
  }

  .target-area-list:nth-of-type(6) {
    top: 519px;
    left: 412px;
  }

  .target-area-list:nth-of-type(7) {
    top: 40px;
    left: 266px;
  }

  .target-area-list:nth-of-type(8) {
    top: 519px;
    left: 261px;
  }

  .target-area-list:nth-of-type(9) {
    top: 40px;
    left: 53px;
  }

  .target-area-head {
    display: none;
  }

  .target-area-preItems {
    display: block;
    opacity: 1;
    font-size: 14px;
  }

  .target-area-preItem {
    opacity: 1;
    height: auto;
    font-size: 16px;
    padding: 0 0 0 38px;
    margin: 15px 0 15px 0;
  }

  .target-area-preItem a {
    margin: 0;
    padding: 0;
  }

  .target-area-preItem a:before {
    display: none;
  }

  .target-area-preItem a:after {
    display: none;
  }

  .target-area-preItem.-expanding {
    background-size: 16px 16px;
    background-position: 16px center;
  }

  .target-area-preItem.-completed {
    background-size: 16px 16px;
    background-position: 15px center;
  }

  .target-area-preItem.-excluded {
    display: block;
    color: #c6c6c6;
  }

  .js-current .target-area-preItems{
    border-top: none;
  }

  .js-current .target-area-preItem{
    padding: 0 0 0 38px;
    border-bottom: none;
    transition: none;
  }

  .target-area-descList {
    margin: 22px auto 0;
    font-size: 12px;
    width: 650px;
  }
}


/*--------------------------------------------------------------------
 PC (追従CV用のブレイクポイント)
----------------------------------------------------------------------*/
@media screen and (min-width: 1080px){

  /*floatingCVArea
------------------------------------------------------------*/
  .floatingCVArea {
    writing-mode: tb-rl; /*IE*/
    writing-mode: vertical-rl; /*Firefox, Edge*/
    -webkit-writing-mode: vertical-rl; /*Chrome, Safari*/
    top: 85px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 57px;
    padding: 0;
    min-height: 420px;
    box-shadow: none;
    background: none;
    transform: translateX(64px);
    transition: transform 0.5s ease-out;
  }

  .floatingCVArea.isShow {
    transform: translateX(0);
  }

  .floatingCVArea > [class^="floatingCVArea-"] {
    display: block;
    width: 57px;
    height: 200px;
    box-sizing: border-box;
  }

  .floatingCVArea > [class^="floatingCVArea-"] a{
    justify-content: space-between;
    width: 57px;
    height: 195px;
    padding-left: 0;
    padding-top: 8px;
    border-bottom: 4px solid #da7100;
    border-radius: 4px 0 0 4px;
    font-size: 0.9375rem;
    background-position: center 15px;
    background-size: 32px;
    margin-bottom: 40px;
  }

  .floatingCVArea > .floatingCVArea-reserveNet a{
    padding-top: 10px;
  }

  .floatingCVArea > [class^="floatingCVArea-"] a:hover{
    opacity: 0.8;
  }

  .floatingCVArea-btnInner {
    line-height: 3.5em;
    margin-top: 40px;
  }
}


/*----------------------------------------------------------
 book-campaign
------------------------------------------------------------*/
.book-campaign {
  padding-top: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.book-campaign-contents {
  padding: clamp(26px, 7vw, 40px) 16px clamp(70px, 18vw, 112px);
  background-image: url(../../img/campaign/sp/campaign_left_top.svg), url(../../img/campaign/sp/campaign_right_top.svg), url(../../img/campaign/sp/present_box_line.svg);
  background-position: left top, right top, bottom center;
  background-size: 14% auto, 14% auto, 486px auto;
  background-repeat: no-repeat, no-repeat, repeat-x;background-color: #F8F7F1;
}
.book-campaign-list {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
}
.book-campaign-list-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.book-campaign-header {
  padding: 10px 0;
  text-align: center;
  border-top: 2px dotted #50AD00;
  border-bottom: 2px dotted #50AD00;
  width: clamp(260px, 64vw, 450px);
  margin-inline: auto;
  position: relative;
}
.book-campaign-header::before,
.book-campaign-header::after {
  content: '';
  bottom: 0;
  height: 32px;
  position: absolute;
  width: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.book-campaign-header::before {
  background-image: url(../../img/campaign/sp/glitter-01.svg);
  left: -25px;
}
.book-campaign-header::after {
  background-image: url(../../img/campaign/sp/glitter-02.svg);
  right: -25px;
}
.book-campaign-header_title {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.book-campaign-header_title-sub {
  color: #4A2222;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: clamp(14px, 4vw, 20px);
}
.book-campaign-header_title-sub .strong {
  margin-left: 4px;
  padding: 4px;
  background-color: #50AD00;
  color: #fff;
}
.book-campaign-header_title-main {
  color: #50AD00;
  font-size: clamp(20px, 5vw, 34px);
}
.book-campaign-header_title-main .text {
  display: inline-block;
}
.book-campaign-list_image-wrap {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
.book-campaign-list_image {
  width: 100%;
  height: auto;
  outline: 20px solid #FFF;
}
.book-campaign-list-item_title {
  text-align: center;
  font-size: clamp(12px, 3.5vw, 16px);
  line-height: 1.5;
  font-weight: bold;
}
.book-campaign-list-link {
  font-size: clamp(12px, 3.5vw, 16px);
  margin-top: 10px;
  text-align: center;
}
.book-campaign .exForm-action-wrap {
  margin: 32px 10px 0;
}
.book-campaign .btn-link {
  font-size: clamp(20px, 5vw, 30px);
  padding: 20px 0 17px;
  display: flex;
  max-width: 450px;
  margin-inline: auto;
  text-align: -webkit-center;
  overflow: visible;
  align-items: center;
  justify-content: center;
}
.book-campaign a.btn-link:before{
  content: "";
  background-image: url(../../img/top/img_online_cta_sp.png);
  display: block;
  position: absolute;
  background-size: contain;
  width: 220px;
  height: 36px;
  z-index: 2;
  top: 86%;
}
.online_book_txt {
  padding: 4px 0 0;
    margin: 0 0 -4px;
}
@media screen and (min-width: 768px) {
  .book-campaign-list-item {
    display: grid;
  }
  .book-campaign-header {
    grid-area: 1 / 2 / 2 / 3;
  }
  .book-campaign-list_image-wrap {
    grid-area: 1 / 1 / 3 / 2;
    min-width: 270px;
  }
  .book-campaign-list-item_contents {
    grid-area: 2 / 2 / 3 / 3;
  }
  .book-campaign-contents {
    background-image: url(../../img/campaign/pc/campaign_left_top.svg), url(../../img/campaign/pc/campaign_right_top.svg), url(../../img/campaign/pc/present_box_line.svg);
    background-size: 14% auto, 14% auto, 1482px auto;
  }
  .book-campaign-header::before {
    content: none;
  }
  .book-campaign-header::after {
    background-image: url(../../img/campaign/pc/present_box.svg);
    top: 5px;
    right: 20px;
    width: 43px;
    height: 46px;
  }
  .book-campaign-header_title-sub {
    padding-right: 20px;
  }
  .book-campaign .exForm-action-wrap {
    margin-top: 30px;
  }
  .book-campaign .btn-link {
    display: flex;
  }
  .book-campaign a.btn-link:before{
    content: "";
    background-image: url(../../img/top/img_online_cta_pc.png);
    width: 290px;
    height: 45px;
    top: 228px;
  }
  .online_book_txt {
    padding: 5px 0 0px;
    margin: 0 0 -5px;
  }
}
/*----------------------------------------------------------
 campaign-about
------------------------------------------------------------*/
.campaign-about {
  margin-top: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  padding-bottom: clamp(40px, 10vw, 80px);
}
.campaign-about_title,
.campaign-about-list_title {
  font-weight: bold;
  color: #70bb2d;
}
.campaign-about_title {
  font-size: clamp(22px, 5vw, 34px);
  text-align: center;
}
.campaign-about-list {
  max-width: 940px;
  margin-inline: auto;
  font-size: clamp(14px, 3.8vw, 16px);
  padding-inline: 10px;
}
.campaign-about-list > li {
  padding-block: 20px;
  border-bottom: 1px dotted #CCC;
}
.campaign-about-list_title {
  font-size: clamp(16px, 4.2vw, 20px);
}
.campaign-about-list_text,
.campaign-about-notes {
  margin-top: clamp(10px, 2.6vw, 20px);
}
.campaign-about-notes {
  padding-left: 1.4em;
  list-style: disc;
}

/*----------------------------------------------------------
 agency
------------------------------------------------------------*/
.agency {
  margin: 30px auto 0;
  padding: 25px;
  max-width: 890px;
  border: 1px solid #6FBA2C;
  font-size: 13px;

}
.agency-subTitle {
  margin-right: 10px;
  padding: 10px 20px;
  background-color: #6FBA2C;
  color: #FFF;
}
.agency-text {
  margin-top: 20px;
}
body .agency-text-link {
  text-decoration: none;
  color: #2A5FA6;
}
@media screen and (max-width: 640px) {
  .agency {
    margin: 30px 10px 0;
    padding: 20px;
  }
}
@media screen and (min-width: 641px) {
  .agency-text {
    margin-left: 115px;
  }
}

/*----------------------------------------------------------
 company
------------------------------------------------------------*/
.company_container {
  padding: 40px 20px;
}
.company_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #555244;
  max-width: 378px;
  width: 100%;
  margin: 0 auto;
}
.company_titleBox {
  margin-bottom: 40px;
}
.company_lead {
  font-size: 14px;
  font-weight: bold;
  color: #555244;
  border-bottom: 1px solid #6FBA2C;
  margin-bottom: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
.company_itemList {
  margin-bottom: 40px;
  padding-left: 20px;
}
.company_itemList li {
  padding: 4px 0 0 10px;
}
.company_itemList li::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  right: 10px;
  top: -2px;
  transform: translateY(-50%);
}
@media screen and (min-width: 641px) {
  .company_titleBox {
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .company_title {
    font-size: 28px;
    max-width: none;
    margin: 0;
  }
  .company_lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .company_itemList {
    padding-left: 10px;
  }
}