@charset "UTF-8";

.kv__container {
  /* Layout Shift 対策 */
  min-height: calc(100vh - 60px);
  background-color: lightgray;
  /* 背景画像位置調整 */
  margin-top: -40px;
}

.kv {
  margin-top: 60px;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 60px);
  background: url(/images/home/main.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.kv__outer {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
}

.kv__lead {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.kv__logo {
  font-family: din-condensed, sans-serif;
  font-size: 10.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 50px;
}

.kv__freeword {
  margin-top: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.kv__freeword--form {
  display: flex;
}

.kv__freeword--form input::-moz-placeholder {
  color: #c4c4c4;
  font-size: 1.3rem;
}

.kv__freeword--form input:-ms-input-placeholder {
  color: #c4c4c4;
  font-size: 1.3rem;
}

.kv__freeword--form input::placeholder {
  color: #c4c4c4;
  font-size: 1.3rem;
}

.top_area,
.top_ind,
.top_s {
  -webkit-appearance: none;
  width: 280px;
  border: none;
  font-size: 1.3rem;
  padding: 15px;
}

.top_area {
  border-radius: 3px 0 0 3px;
}

.top_ind {
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: #c4c4c4;
  border-radius: 0;
}

.top_s {
  border-radius: 0;
}

::-moz-placeholder {
  color: #999999;
  font-size: 13px;
  outline: none;
}

:-ms-input-placeholder {
  color: #999999;
  font-size: 13px;
  outline: none;
}

::placeholder {
  color: #999999;
  font-size: 13px;
  outline: none;
}

/*
.kv__freeword [type="submit"] {
*/

.TopSearchBtn {
  -webkit-appearance: none;
  width: 144px;
  background: #e82212;
  color: #fff;
  border: none;
  border-radius: 0 3px 3px 0;
  outline: none;
  vertical-align: bottom;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s linear;
}

/*
.kv__freeword [type="submit"]:hover {
*/

.TopSearchBtn:hover {
  opacity: 0.8;
}

.homeContents {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.contents__title--wrap {
  display: flex;
}

.topImg {
  background: url(/images/home/main.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 60px);
  padding-bottom: 30px;
}

.topImg__intro {
  margin: -30px auto 0;
  padding: 50px;
  width: 80%;
  /*  line-height: 1.0;  */
  max-width: 990px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}

.topImg__intro img {
  position: absolute;
  top: -90px;
  right: -80px;
  max-width: 200px;
  height: auto;
  z-index: 9;
}

.page__title {
  text-align: center;
  font-size: 2.2rem;
  color: #333;
  margin: 40px auto;
  font-weight: bold;
}

.page__title span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .page__title {
    margin: 20px auto;
  }

  .page__title span {
    display: block;
  }
}

.contents__title--wrap--next,
.contents__introduction_example {
  display: flex;
  margin-top: 80px;
}

.about_example {
  margin: 20px 0 20px 0;
  font-size: 13px;
  color: #333333;
}

.contents__title--icn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #E7E7E2;
}

.fa-bullhorn {
  top: 14px;
  left: 13px;
  position: relative;
  font-size: 22px;
  color: #333333;
}

.fa-tag,
.fa-building {
  top: 15px;
  left: 15px;
  position: relative;
  font-size: 22px;
  color: #333333;
}

.fa-bold {
  top: 14px;
  left: 17px;
  position: relative;
  font-size: 22px;
  color: #333333;
}

.fa-edit {
  top: 14px;
  left: 15px;
  position: relative;
  font-size: 21px;
  color: #333333;
}

.fa-download,
.fa-user-edit,
.fa-headset {
  font-size: 40px;
  line-height: 1;
  margin: 0px 15px 15px 0;
}

.introduced_company_thumbnail_wrap {
  border: 1px solid #9b9b9b;
  margin: 20px 0 16px;
  display: flex;
  max-height: 195px;
}

.introduced_company_thumbnail_img {
  max-width: 318px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
}

.introduced_company_thumbnail_textWrap_top {
  margin: 35px 0 0 32px;
}

.introduced_companyName {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.introduced_company_text {
  color: #333333;
  font-size: 13px;
  margin-bottom: 12px;
  border: none;
}

.check_details_link_pc {
  border: none;
  background: none;
  padding: 0;
}

.check_details_link_pc a {
  color: #333;
  font-size: 13px;
  text-decoration: none;
}

.fa-angle-right {
  margin-left: 6px;
  color: #d9655c;
}

.more--introduction--btn a {
  display: block;
  width: 260px;
  margin: 24px auto 60px;
  padding: 10px;
  border: 1px #333 solid;
  color: #333;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.more--introduction--btn a:hover {
  color: #e82212;
  border: 1px #e82212 solid;
}

.left_contents {
  padding-right: 50px;
  width: calc(74% - 20px);
}

.recommend__item {
  border-bottom: #f6f6f6 1px solid;
  padding: 25px 0;
}

.recommend__item a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
}

.recommend__item a:hover .recommend__name {
  color: #e82212;
}

.recommend__img {
  width: 60px;
  height: 60px;
  border: #ededed 1px solid;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.recommend__img img {
  height: 58px;
  width: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}

.recommend__textArea {
  width: 375px;
}

.recommend__name {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}

.recommend__text {
  font-size: 1.2rem;
}

.right_contents {
  width: 26%;
  max-width: 240px;
  position: relative;
}

.right_contents .contents__title {
  font-size: 2rem;
  margin-left: 10px;
  width: 75%;
}

.right_contents .contents__orginal_tags__link_area {
  margin-top: 20px;
}

.right_contents .contents__orginal_tags__link_area a {
  display: block;
  width: 100%;
  padding: 0 10px;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right_contents .contents__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  width: 80%;
  height: 30px;
  background: #e82212;
  border: none;
  border-radius: 41px;
  outline: none;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s linear;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.right_contents .contents__btn a:hover {
  color: #fff;
  background: #f83222;
}

.arrival_right_contents {
  width: 100%;
  max-width: 240px;
  position: relative;
}

.arrival_right_contents .contents__title {
  font-size: 2rem;
  margin-left: 10px;
  width: 75%;
}

.arrival_right_contents .contents__orginal_tags__link_area {
  margin-top: 20px;
}

.arrival_right_contents .contents__orginal_tags__link_area a {
  display: block;
  width: 100%;
  padding: 0 10px;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.arrival_right_contents .contents__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  width: 80%;
  height: 30px;
  background: #e82212;
  border: none;
  border-radius: 41px;
  outline: none;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s linear;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.arrival_right_contents .contents__btn a:hover {
  color: #fff;
  background: #f83222;
}

.arrival_right_contents .contents__title--icn {
  width: 40px;
  height: 40px;
}

.arrival_right_contents .contents__title--icn > i {
  top: 10px;
  left: 12px;
  font-size: 18px;
}

.ranking__outer {
  border-left: #ededed 1px solid;
  padding-left: 19px;
  margin-top: 25px;
}

.ranking__list {
  margin-top: 25px;
}

.ranking__list.slick-initialized {
  opacity: 1;
}

.ranking__list.slider1 {
  padding-bottom: 25px;
  border-bottom: #ededed 1px solid;
  margin-bottom: 25px;
}

.ranking__item {
  padding-right: 29px;
}

.ranking__item a {
  text-decoration: none;
  display: block;
}

.ranking__item a:hover .ranking__name {
  color: #e82212;
}

.ranking__img {
  width: 125px;
  height: 125px;
  border: #ededed 1px solid;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.ranking__img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #333 transparent transparent transparent;
}

.ranking__img.no1::before {
  border-color: #c4961a transparent transparent transparent;
}

.ranking__img.no2::before {
  border-color: #acacac transparent transparent transparent;
}

.ranking__img.no3::before {
  border-color: #a26348 transparent transparent transparent;
}

.ranking__img span {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.ranking__name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}

.ranking__text {
  font-size: 1.2rem;
}

.sliderArrow {
  position: absolute;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s linear;
}

.sliderArrow.slick-disabled {
  pointer-events: none;
  opacity: 0.25;
}

.slider1 .sliderArrow {
  bottom: 25px;
}

.sliderArrow:hover {
  opacity: 0.7;
}

.sliderArrow.prev {
  left: 20px;
}

.sliderArrow.next {
  right: 20px;
}

.sliderDots {
  text-align: center;
  margin: 20px 0 0;
}

.sliderDots li {
  display: inline-block;
  margin: 0 5px;
}

.sliderDots li button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  background: #333;
  width: 10px;
  height: 10px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.sliderDots li:hover button,
.sliderDots li.slick-active button {
  background: #e82212;
}

.homeAbout {
  background: url(/images/home/main_blur.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
  color: #fff;
}

.homeAbout__title {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #fff;
  margin: 0;
}

.homeAbout__title span {
  font-family: din-condensed, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: block;
}

.homeAbout__lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

.homeAbout__text {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.homeAbout__text p {
  margin-top: 10px;
}

.homeAbout__text p:first-child {
  margin-top: 25px;
}

/*　トップの地域・業種を選ぶモーダル */

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 75%;
  max-width: 960px;
  padding: 60px 40px;
  background: #fff;
  box-sizing: border-box;
  color: #333;
}

.left_wrap {
  width: 48%;
  /*左カラム幅設定*/
  float: left;
  /*左にフロート配置*/
  height: 430px;
  margin-bottom: 30px;
}

.right_wrap {
  width: 48%;
  /*右カラム幅設定*/
  float: right;
  /*右のフロート配置*/
  height: 430px;
  overflow-y: auto;
  margin-bottom: 30px;
}

.clear_wrap {
  content: "";
  clear: both;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}

.modal_decide_Btn {
  width: 168px;
  height: 50px;
  padding: 14px 0;
  margin-left: 10px;
  background-color: #e82212;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.modal_next_modal_Btn {
  width: 168px;
  height: 50px;
  padding: 14px 0;
  background-color: #333333;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.modal__scroll {
  height: 430px;
  overflow-y: auto;
}

.modal__half .modal__list,
.modal__full .modal__list,
.modal__oneThird .modal__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.modal__item_parent {
  display: list-item;
  /* 縦に並べる */
  list-style-type: none;
  text-transform: uppercase;
  padding: 13px 22px;
  background: #FFFFFF;
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
  border-right: #ddd 1px solid;
  cursor: pointer;
}

.modal__item_fonts {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}

.modal__item_parent:hover {
  font-weight: bold;
}

.modal__item_child:hover {
  font-weight: bold;
}

.modal__item_parent {
  position: relative;
}

.modal__item_parent.is-active {
  font-weight: bold;
  background: #FEEBE9;
}

.modal__item_child.is-hide {
  display: none;
}

.modal__item_child_init_background {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #EEEEEE;
}

.modal__text_child_init_background {
  font-size: 0.7em;
  color: #999999;
}

.modal__item_child_init_background.is-hide {
  display: block !important;
  justify-content: normal;
  align-items: normal;
  height: 100%;
  width: 100%;
  background-color: #EEEEEE;
}

.modal__text_child_init_background.is-hide {
  display: none;
}

.modal__item_ind_child_init_background {
  height: 100%;
  width: 100%;
  background-color: #EEEEEE;
}

.modal__item_ind_child_init_background:after {
  font-size: 0.7em;
  color: #999999;
  position: relative;
  top: 40%;
  left: 35%;
  content: "\696D\7A2E\3092\9078\629E\3057\3066\4E0B\3055\3044";
}

.modal__item_child {
  display: list-item;
  /* 縦に並べる */
  list-style-type: none;
  text-transform: uppercase;
  padding: 13px 22px;
  background: #FFFFFF;
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
  border-right: #ddd 1px solid;
  cursor: pointer;
}

.modal__item_end {
  list-style: none;
  display: list-item;
  /* 縦に並べる */
  background: #FFFFFF;
  border-top: #ddd 1px solid;
}

.modal__item_fonts {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}

.modal__item_child {
  position: relative;
}

.titlebar {
  display: table;
  width: 100%;
  font-weight: bold;
  /* 太字にする */
}

.subject {
  display: table-cell;
  font-size: 1em !important;
  text-align: left;
  /* 文章を左寄せする(※) */
}

.number_of_companies {
  display: table-cell;
  font-size: 1em !important;
  text-align: right;
  /* 文章を右寄せする */
}

.modal_subtitle {
  font-size: 0.7em;
  font-weight: bold;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  transition: opacity 0.5s, transform 0s 0.5s;
}

.modal_content-closeBtn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #333;
  cursor: pointer;
}

.fa-tachometer-alt {
  font-size: 60px;
  color: #c4c4c4;
}

.modal_box h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 50px auto 0;
  width: 76%;
}

.modal_box p {
  font-size: 13px;
  margin-top: 40px;
}

.checkbox {
  display: none;
}

.checkbox:checked + label::before {
  border: 1px solid #e82212;
  background: #e82212;
}

.checkbox:checked + label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  font-weight: bold;
}

.checkbox:checked + label {
  font-weight: bold;
}

.checkbox__label {
  font-size: 1.5rem;
  margin-left: 2em;
  position: relative;
  line-height: 2;
  cursor: pointer;
}

.checkbox__label::before,
.checkbox__label::after {
  position: absolute;
  content: "";
  transition: all 0.2s;
}

.checkbox__label::before {
  top: 50%;
  left: -21px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.checkbox__label::after {
  opacity: 0;
  top: 50%;
  left: -18px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0.5);
}

.top_searchArea__number_of_companies {
  display: inline;
  background: #F3F3EF;
  border-radius: 10px;
  color: #777777;
  padding: 3px 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.7em !important;
}

.modal__selected_Btn.is-active {
  display: inline;
  font-family: Hiragino Sans;
  font-size: 10px;
  line-height: 15px;
  color: #FFFFFF;
  width: 44px;
  height: 14px;
  background: #D9655C;
  border-radius: 10px;
  text-align: center;
}

ul > li[data-pref_parent] :first-child::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #999999;
  content: "\F105";
  top: 50%;
  right: 20px;
  margin-top: -12px;
}

ul > li[data-ind_parent] :first-child::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #999999;
  content: "\F105";
  top: 50%;
  right: 20px;
  margin-top: -12px;
}

.company__total__item {
  margin: 0 5px 9px 10px;
  padding: 3px 5px;
  line-height: 1;
  font-size: 1.1rem;
  color: #777777;
  border-radius: 8px;
  background: #f3f3ef;
}

.tabmenu {
  position: relative;
  width: 280px;
  font-size: 0;
}

.tabmenu span {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  margin: 4px 0 0;
  padding: 10px;
  width: 100%;
  height: 140px;
  font-size: 14px;
}

.tabmenu input[type=radio] {
  display: none;
}

.tabmenu input[type=radio] + em {
  position: relative;
  z-index: 100;
  display: inline-block;
  padding: 4px 0 0;
  min-width: 80px;
  color: #000;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  cursor: pointer;
  border-left: 1px solid #DDDDDD;
}

.tabmenu input[type=radio]:checked + em {
  font-size: 10px;
  background: #E82212;
  color: #fff;
}

.tabmenu input[type=radio]:checked + em::after {
  position: absolute;
  left: 50%;
  display: block;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top: 9px solid #E82212;
  content: "";
}

.tabmenu input[type=radio] + em ~ span {
  display: none;
}

.tabmenu input[type=radio]:checked + em ~ span {
  display: block;
}

.serviceSummary__title {
  font-size: 13px;
  color: #333333;
  margin-bottom: 10px;
}

.serviceSummary__contents {
  font-size: 13px;
  text-align: left;
  color: #333333;
}

.about__subtitle {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 19px;
  color: #000000;
}

.contents__orginal_tags__item {
  margin: 20px 0 20px 0;
  font-size: 13px;
  color: #333333;
}

.contents__orginal_tags__subtitle {
  font-weight: bold;
  font-size: 13px;
  color: #333333;
}

.contents__orginal_tags__link_area {
  margin: 10px 0 10px 0;
  font-size: 13px;
}

.contents__orginal_tags__link_area__left__align {
  font-size: 13px;
  text-align: right;
}

.contents__orginal_tags__link_area__left__align a {
  color: #333333;
}

.contents__orginal_tags__link_area__left__align a:hover {
  text-decoration: none;
  color: #e82212;
}

.contents__orginal_tags__link_area__left__align .fa-chevron-right {
  margin-left: 6px;
  position: relative;
  top: -1px;
  font-size: 10px;
}

.contents__orginal_tags__link_area i {
  display: none;
}

.about__item {
  font-size: 13px;
  color: #000000;
}

.serviceSummary__Detail1,
.serviceSummary__Detail2 {
  width: 100%;
  margin: 60px 0 40px;
  display: flex;
}

.serviceSummary__Detail2 {
  flex-flow: row-reverse;
}

.serviceSummary_image {
  width: 50%;
}

.serviceSummary_image img {
  height: auto;
}

.serviceSummary_text {
  width: 50%;
  height: 200px;
  padding: 50px 30px 50px 30px;
  word-break: break-all;
}

/* プラン一覧 */

.serviceSummary__planWrap {
  width: 100%;
  max-width: 921px;
  margin: 30px auto 0;
  padding: 0;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.serviceSummary__planIndex {
  position: relative;
  width: 47%;
  height: 350px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #dbd7d5;
  opacity: 1;
  margin: 20px 1.5%;
}

.serviceSummary__planIndex:hover {
  border-color: #e82212;
  cursor: pointer;
}

.serviceSummary__planIndex--img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60%;
  max-height: 216px;
  padding: 40px;
}

.serviceSummary__planIndex--img img {
  width: 100%;
  max-width: 160px;
  text-align: center;
}

.serviceSummary__planIndex--txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 5px;
}

.serviceSummary__planIndex--txt h4 {
  color: #d9655c;
  line-height: 2;
}

.serviceSummary__planIndex--txt p {
  font-size: 12px;
  color: #333333;
}

.serviceSummary__planIndex--txt a img {
  height: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

.serviceSummary__planIndex--link {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 10px 0;
}

.serviceSummary__planIndex--link {
  width: 100%;
}

.serviceSummary__planIndex--link p {
  color: #333;
  font-size: 14px;
}

.serviceSummary__planIndex--link img {
  width: 8px;
  vertical-align: middle;
  margin-left: 10px;
}

.serviceSummary__planIndex--line {
  width: 80%;
  border-bottom: 1px solid #dbd7d5;
  margin: 0 auto;
}

.topBanner {
  width: 100%;
  text-align: center;
  margin: 60px auto;
}

.topBanner_2nd {
  width: 100%;
  text-align: center;
  margin: -30px auto 60px;
}

.topBanner_2nd img {
  width: 100%;
}

.topBanner img {
  width: 80%;
  max-width: 487px;
}

.only_img_banr {
  transition: none;
  display: block;
  background: black;
  margin: 0 auto;
  width: 100%;
  max-width: 487px;
}

.only_img_banr:hover img {
  opacity: 0.6;
}

/* 「詳細検索」ボタン */

.advanced_search_area_opener.pc {
  margin: 1rem 0 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}

.advanced_search_area_opener.pc i {
  margin-left: 0.5rem;
}

.advanced_search_area_opener.pc:hover {
  opacity: 0.6;
  transition: all 0.2s linear;
}

.advanced_search_area_opener.pc.open {
  color: #E82218;
}

/* 「検索条件」 */

.advanced_search_area_title.mb {
  margin: 4rem auto 0;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}

/* 詳細検索エリアグループ */

.advanced_search_area__wrap {
  display: none;
  margin: 0 auto;
  padding: 1rem;
  background-color: #fff;
  /* 詳細検索エリア */
  /* 「この条件で検索」ボタン */
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap {
    margin: 1rem auto 2rem;
    width: 280px;
    height: 210px;
    overflow: scroll;
    border-radius: 3px;
  }
}

.advanced_search_area__wrap .advanced_search_area {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  justify-content: space-between;
  margin: 2rem 1rem;
  padding: 1rem 2.5%;
  border: 2px solid #ddd;
}

@media screen and (max-width: 1023px) {
  .advanced_search_area__wrap .advanced_search_area {
    grid-template-columns: 45% 45%;
  }
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap .advanced_search_area {
    grid-template-columns: 95%;
  }
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap .advanced_search_area {
    margin: 0;
    padding: 2rem 0;
    border: none;
  }

  .advanced_search_area__wrap .advanced_search_area.modal_input {
    padding: 0 0 2rem;
    border-bottom: 1px solid #333;
  }

  .advanced_search_area__wrap .advanced_search_area.range_input {
    border-bottom: 1px solid #333;
  }

  .advanced_search_area__wrap .advanced_search_area.choice_input {
    padding: 2rem 0 1rem;
  }
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item {
  width: 100%;
  margin: 1rem auto;
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap .advanced_search_area .searchArea__item {
    margin: 1rem;
  }
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__title {
  display: flex;
  padding-top: 0.5rem;
  align-items: baseline;
  justify-content: space-between;
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__title {
    font-size: 1.4rem;
  }
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__title .searchArea__resetBtn p {
  display: block;
  background-color: #777;
  font-size: 1rem;
  line-height: 1;
  height: 1.6rem;
  padding: 3px 15px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s linear;
  border-radius: 10px;
  border-bottom: solid 3px #666;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__title .searchArea__resetBtn p {
    height: 2rem;
  }
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__title .searchArea__resetBtn p:hover {
  background: #666;
  cursor: pointer;
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__title .searchArea__resetBtn:active {
  transform: translateY(4px);
  border-bottom: none;
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__cardWrap {
  display: flex;
  position: relative;
  height: 48px;
  justify-content: space-between;
  background: #fff;
  margin-top: 8px;
  padding: 14px 10px;
  font-size: 1.3rem;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  border-bottom: solid 3px #C4C4C4;
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__cardWrap {
    padding: 6px;
    font-size: 1.5rem;
  }
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__cardWrap:not(.input__freeword):not(.input__exceptionword) {
  display: block;
  padding: 14px 12px;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__cardWrap.input__freeword,
.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__cardWrap.input__exceptionword {
  display: flex;
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__cardWrap:hover:not(.input__freeword):not(.input__exceptionword) {
  background: #f8f8f8;
  cursor: pointer;
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__cardWrap .fa-chevron-right {
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 11px;
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__cardWrap .searchArea__exception input[type=text] {
  -webkit-appearance: none;
  padding: 0;
  width: 100%;
  border: none;
  outline: none;
  color: #999;
  text-overflow: ellipsis;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__cardWrap .searchArea__exception input[type=text] {
    font-size: 1.5rem;
  }
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__cardWrap--originalTag {
  padding: 2px 0 3px;
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea_checkbox.keyman_search {
  margin-top: 2rem;
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__item--link {
  padding-top: 3px;
  text-align: right;
  font-size: 10px;
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__item--link a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__item--link a {
    letter-spacing: -1px;
  }
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__item--link a:hover {
  color: #e82212;
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__numberForm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(4.5rem, auto));
  margin-top: 10px;
  white-space: nowrap;
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__numberForm input[type=text] {
  -webkit-appearance: none;
  width: 100%;
  padding: 5px;
  border: #ddd 1px solid;
  border-radius: 5px;
  outline: none;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__numberForm input[type=text] {
    font-size: 1.5rem;
  }
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__numberForm--unit {
  margin: 0.7rem 5px 0 5px;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap .advanced_search_area .searchArea__item .searchArea__numberForm--unit {
    font-size: 1.3rem;
  }
}

.advanced_search_area__wrap .advanced_search_area .searchArea__item .checkbox__label {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .advanced_search_area__wrap .advanced_search_area .searchArea__item .checkbox__label {
    font-size: 1.4rem;
  }
}

.advanced_search_area__wrap .advanced_search_button__wrap {
  margin: 2rem;
  text-align: center;
}

.advanced_search_area__wrap .advanced_search_button__wrap button.advanced_search_button {
  -webkit-appearance: none;
  width: 238px;
  height: 48px;
  background: #444444;
  color: #fff;
  border: none;
  border-radius: 24px;
  outline: none;
  padding: 13px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  cursor: pointer;
  border-bottom: solid 3px #000000;
  transition: all 0.3s linear;
}

.advanced_search_area__wrap .advanced_search_button__wrap button.advanced_search_button:active {
  transform: translateY(4px);
  transition: none;
}

.advanced_search_area__wrap.open {
  display: block;
}

/* 「今すぐ無料でお試し」ボタン */

.trialBtn {
  display: flex;
  justify-content: center;
}

.trialBtn a {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 70px;
  background: #e82212;
  border: none;
  border-radius: 41px;
  outline: none;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s linear;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.trialBtn a:hover {
  background: #f83222;
}

.kv__container .trialBtn a {
  width: 423px;
  font-size: 2.2rem;
  border-radius: 35px;
  letter-spacing: 2.16px;
}

#exampleListBtn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 35px;
  padding: 9px 0 0 0;
  background: #fff;
  border: solid 1px;
  border-radius: 5px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s linear;
  font-size: 1.6rem;
  font-weight: 400;
  color: #777777;
  text-decoration: none;
  text-align: center;
}

.responsive-table {
  /* Layout Shift 対策*/
  min-width: 640px;
  min-height: 150px;
}

.responsive-table li {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.responsive-table .table-row {
  background-color: #ffffff;
  color: #333333;
}

.responsive-table .col-1 {
  font-size: 13px;
  text-align: left;
  flex-basis: 90px;
}

.responsive-table .col-2 {
  font-size: 10px;
  flex-basis: 80px;
}

.responsive-table .col-3 {
  font-size: 13px;
  flex-basis: calc(100% - 160px);
}

.responsive-table .col-3 a {
  color: #333;
  text-decoration: none;
}

.responsive-table .col-3 a:hover {
  color: #e82212;
  text-decoration: none;
}

.box2 {
  padding: 0.5em 1em;
  background: #FFF;
  border: solid 1px #333333;
  /*線*/
  border-radius: 5px;
  /*角の丸み*/
}

.original_tags {
  padding-bottom: 20px;
}

.original_tags_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 5px;
}

.original_tags_title {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.to_original_tag_list {
  margin-top: 1.5rem;
  text-align: right;
  font-size: 1.3rem;
}

.to_original_tag_list a {
  color: #fff;
  text-decoration: none;
}

.to_original_tag_list a:hover {
  color: #e82212;
}

.original_tags_link_list {
  display: flex;
  flex-wrap: wrap;
  padding: 1.4rem;
  background-color: rgba(51, 51, 51, 0.5);
  border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .original_tags_link_list {
    display: block;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 3px;
  }
}

.original_tags_link_list_li {
  margin-right: 1.4rem;
}

.original_tags_link_list_li a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 2;
}

.original_tags_link_list_li a:hover {
  color: #e82212;
  text-decoration: none;
}

.search_form {
  margin-bottom: 30px;
}

.pc_more {
  display: flex;
  justify-content: center;
}

.sp_more {
  display: flex;
}

@media only screen and (max-width: 1280px) {
  .kv {
    background: url(/images/home/main_1280.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
  }
}

@media all and (max-width: 1023px) {
  .wrapper.homeContents {
    width: 90%;
  }

  .pagetop .wrapper {
    padding: 0 30px;
  }

  .right_contents .contents__title--icn {
    width: 40px;
    height: 40px;
  }

  .right_contents .contents__title--icn > i {
    top: 10px;
    left: 12px;
    font-size: 18px;
  }

  .arrival_right_contents .contents__title--icn {
    width: 40px;
    height: 40px;
  }

  .arrival_right_contents .contents__title--icn > i {
    top: 10px;
    left: 12px;
    font-size: 18px;
  }

  /* プラン一覧 */

  .serviceSummary__planIndex {
    height: 330px;
  }

  .serviceSummary__planIndex--img {
    height: 55%;
    padding: 25px;
  }

  .serviceSummary__planIndex--txt h4 {
    font-size: 1.4rem;
  }

  /* プラン一覧 */

  /* 導入事例 */

  .introduced_company_thumbnail_img {
    max-width: 40%;
    height: auto;
  }

  .introduced_company_thumbnail_textWrap_top {
    margin: 8px 0 0 8px;
  }

  .introduced_company_thumbnail_textWrap {
    margin: 8px 0 0 8px;
  }

  .responsive-table li {
    flex-wrap: wrap;
  }

  .responsive-table .col-2 {
    flex-basis: calc(100% - 90px);
  }

  .responsive-table .col-3 {
    flex-basis: 100%;
    padding: 3px 0;
  }
}

@media all and (max-width: 920px) {
  .top_area,
  .top_ind,
  .top_s {
    width: 100%;
    max-width: 190px;
  }

  .TopSearchBtn {
    min-width: 75px;
  }
}

/* パソコンで見たとき表示、非表示 */

.pc_more_link {
  display: block !important;
}

.sp_more_link {
  display: none !important;
}

.check_details_link_sp {
  display: none !important;
}

.check_details_link_pc {
  display: block !important;
}

@media all and (max-width: 768px) {
  /* スマホで見たときのボタン表示、非表示 */

  .pc_more_link {
    display: none !important;
  }

  .sp_more_link {
    display: block !important;
  }

  .check_details_link_sp {
    display: block !important;
  }

  .check_details_link_pc {
    display: none !important;
  }

  .kv__container {
    /* 背景画像位置調整 */
    margin-top: -180px;
  }

  /*　トップの地域・業種を選ぶモーダル */

  .modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 100%;
    height: 100%;
    max-width: 768px;
    padding: 30px 20px;
    background: #fff;
    box-sizing: border-box;
    color: #333;
  }

  .left_wrap {
    width: 48%;
    /*左カラム幅設定*/
    float: left;
    /*左にフロート配置*/
    height: 430px;
    overflow-y: auto;
    margin-bottom: 30px;
  }

  .right_wrap {
    width: 48%;
    /*右カラム幅設定*/
    float: right;
    /*右のフロート配置*/
    height: 430px;
    overflow-y: auto;
    margin-bottom: 30px;
  }

  .clear_wrap {
    content: "";
    clear: both;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
  }

  .modal_footerBtn--wrap {
    margin: 30px auto 80px;
  }

  .modal_decide_Btn {
    width: 168px;
    height: 50px;
    padding: 13px 0;
    margin-left: 10px;
    background-color: #e82212;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }

  .modal_next_modal_Btn {
    width: 168px;
    height: 50px;
    padding: 13px 0;
    background-color: #333333;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }

  .modal__scroll {
    height: 430px;
    overflow-y: auto;
  }

  .modal__half .modal__list,
  .modal__full .modal__list,
  .modal__oneThird .modal__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .modal__item_parent {
    display: list-item;
    /* 縦に並べる */
    list-style-type: none;
    text-transform: uppercase;
    padding: 14px 20px;
    background: #FFFFFF;
    border-top: #ddd 1px solid;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
  }

  .modal__item_parent.is-hide {
    display: none;
  }

  .modal__item_fonts {
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .modal__item_parent:hover {
    font-weight: bold;
  }

  .modal__item_child:hover {
    font-weight: bold;
  }

  .modal__item_parent {
    position: relative;
  }

  .modal__item_parent.is-active {
    font-weight: bold;
    background: #FEEBE9;
  }

  .modal__item_child.is-hide {
    display: none;
  }

  .modal__item_child_init_background {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
  }

  .modal__item_child_init_background:after {
    font-size: 0.7em;
    color: #999999;
    top: 40%;
    position: relative;
    left: 30%;
    content: "";
  }

  .modal__item_child {
    display: list-item;
    /* 縦に並べる */
    list-style-type: none;
    text-transform: uppercase;
    padding: 13px 22px;
    background: #FFFFFF;
    border-top: #ddd 1px solid;
    border-left: 0px;
    border-right: 0px;
    cursor: pointer;
  }

  .modal__item_fonts {
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .modal__item_child {
    position: relative;
  }

  .titlebar {
    display: table;
    width: 100%;
    font-weight: bold;
    /* 太字にする */
  }

  .company_big_number_outer {
    text-align: center;
  }

  .subject {
    display: table-cell;
    font-size: 1.3em !important;
    font-weight: bold;
    text-align: left;
    /* 文章を左寄せする(※) */
  }

  .modal_subtitle {
    font-size: 0.7em;
    font-weight: bold;
    padding: 15px 20px;
  }

  .sp_scroll {
    overflow-y: auto;
    max-height: 90%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.4);
    transition: opacity 0.5s, transform 0s 0.5s;
  }

  .modal_content-closeBtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
  }

  .fa-tachometer-alt {
    font-size: 60px;
    color: #c4c4c4;
  }

  .modal_box h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 50px auto 0;
    width: 76%;
  }

  .modal_box p {
    font-size: 13px;
    margin-top: 40px;
  }

  .checkbox {
    display: none;
  }

  .checkbox:checked + label::before {
    border: 1px solid #e82212;
    background: #e82212;
  }

  .checkbox:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
    font-weight: bold;
  }

  .checkbox:checked + label {
    font-weight: bold;
  }

  .checkbox__label {
    font-size: 1.75rem;
    margin-left: 2em;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 5px;
    color: #333333;
  }

  .checkbox__label::before,
  .checkbox__label::after {
    position: absolute;
    content: "";
    transition: all 0.2s;
  }

  .checkbox__label::before {
    top: 50%;
    left: -21px;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
  }

  .checkbox__label::after {
    opacity: 0;
    top: 50%;
    left: -18px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) scale(0.5);
  }

  .top_searchArea__number_of_companies {
    display: inline;
    background: #F3F3EF;
    border-radius: 10px;
    color: #777777;
    padding: 3px 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 0.7em !important;
  }

  ul > li[data-pref_parent] :first-child::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #999999;
    content: "\F105";
    top: 50%;
    right: 20px;
    margin-top: -12px;
  }

  ul > li[data-ind_parent] :first-child::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #999999;
    content: "\F105";
    top: 50%;
    right: 20px;
    margin-top: -12px;
  }

  .kv {
    min-height: calc(100vh - 50px);
    margin-top: 50px;
    background: url(/images/home/main_768.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
  }

  .kv__outer {
    top: 47%;
    width: 100%;
  }

  .kv__logo {
    margin-bottom: 0;
    font-size: 7.2rem;
  }

  .kv__lead {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .kv__freeword {
    margin-top: 5px;
  }

  .kv__freeword--form {
    display: block;
    width: 90%;
    margin: auto;
    max-width: 280px;
  }

  .kv__freeword--form input::-moz-placeholder {
    font-size: 1.75rem;
  }

  .kv__freeword--form input:-ms-input-placeholder {
    font-size: 1.75rem;
  }

  .kv__freeword--form input::placeholder {
    font-size: 1.75rem;
  }

  .kv__freeword {
    -webkit-appearance: none;
    border: none;
    outline: none;
    border-radius: 0 0 5px 5px;
    font-size: 1.5rem;
    color: #999999;
  }

  .top_area,
  .top_ind,
  .top_s {
    -webkit-appearance: none;
    max-width: 280px;
    height: 50px;
    font-size: 1.5rem;
    color: #999999;
    border: none;
    outline: none;
  }

  .top_area {
    border-radius: 3px 3px 0 0;
  }

  .top_ind {
    border-radius: 0;
    border-top: 1px solid;
    border-color: #c4c4c4;
    margin: -2px 0;
  }

  .top_s {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid;
    border-color: #c4c4c4;
  }

  .kv__freeword input[type=text]::-moz-placeholder {
    opacity: 0.5;
  }

  .kv__freeword input[type=text]:-ms-input-placeholder {
    opacity: 0.5;
  }

  .kv__freeword input[type=text]::placeholder {
    opacity: 0.5;
  }

  .wrapper.homeContents {
    width: 100%;
    padding: 30px 20px;
  }

  .homeContents {
    display: block;
  }

  .recommend__item {
    padding: 10px 0;
  }

  .recommend__img {
    width: 23%;
    height: 22vw;
    padding: 10px;
  }

  .recommend__img img {
    height: 100%;
    width: 100%;
  }

  .recommend__textArea {
    width: calc(77% - 10px);
  }

  .recommend__name {
    font-size: 1.8rem;
  }

  .recommend__text {
    font-size: 1.4rem;
  }

  .right_contents {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .right_contents .contents__title {
    font-size: 2.4rem;
  }

  .right_contents .contents__orginal_tags__link_area a {
    padding: 12px 25px 12px 15px;
    line-height: 1;
  }

  .right_contents .contents__btn a {
    font-size: 1.8rem;
    height: 40px;
  }

  .arrival_right_contents {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .arrival_right_contents .contents__title {
    font-size: 2.4rem;
  }

  .arrival_right_contents .contents__orginal_tags__link_area a {
    padding: 12px 25px 12px 15px;
    line-height: 1;
  }

  .arrival_right_contents .contents__btn a {
    font-size: 1.8rem;
    height: 40px;
  }

  .ranking__outer {
    padding-left: 0;
    border: none;
  }

  .ranking__inner1,
  .ranking__inner2 {
    width: 100%;
    overflow-x: auto;
  }

  .ranking__inner1 {
    padding-bottom: 10px;
    border-bottom: #ededed 1px solid;
    margin-bottom: 10px;
  }

  .ranking__list {
    opacity: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .ranking__list.slider1 {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
  }

  .ranking__item {
    width: 35%;
    margin-right: 10px;
    padding-right: 0;
  }

  .ranking__item:last-child {
    margin-right: 0;
  }

  .ranking__img {
    width: auto;
  }

  .ranking__img .img__wrap {
    max-width: 100%;
    min-width: 95px;
  }

  .ranking__img img {
    width: auto;
    max-width: 100%;
  }

  .sliderArrow.prev {
    left: 0;
  }

  .sliderArrow.next {
    right: 0;
  }

  .sliderDots {
    margin: 30px 0;
  }

  .sliderDots li button {
    width: 8px;
    height: 8px;
  }

  .searchLbl {
    display: block !important;
    color: #fff;
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 5px;
  }

  .topImg__intro {
    margin: 0 auto;
    padding: 30px 5px 20px 5px;
    width: 85%;
  }

  .topImg__intro img {
    position: relative;
    top: -55px;
    right: auto;
    margin: 0 auto -45px;
    max-width: 260px;
    height: auto;
    z-index: 9;
  }

  .serviceSummary__Detail1,
  .serviceSummary__Detail2 {
    width: 100%;
    margin: 30px 0 30px 0;
    display: block;
  }

  .serviceSummary__Detail .serviceSummary__Detail--contents {
    margin: 40px 0 80px;
  }

  .serviceSummary_image {
    width: 100%;
    text-align: center;
  }

  .serviceSummary_image img {
    max-width: 100%;
    height: auto;
  }

  .serviceSummary_text {
    width: 100%;
    height: auto;
    padding: 30px 0 0 0;
    word-break: break-all;
  }

  .serviceSummary__title {
    font-size: 14px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
  }

  .serviceSummary__contents {
    font-size: 14px;
    text-align: left;
    color: #333333;
  }

  .contents__orginal_tags__item {
    font-size: 16px;
  }

  .contents__orginal_tags__link_area {
    position: relative;
    margin: 10px 0 20px 0;
  }

  .contents__orginal_tags__link_area a {
    display: block;
    width: 100%;
    font-size: 10pt;
    /* 文字サイズ */
    text-align: left;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 12px 0 12px 15px;
    /* 余白       */
    background: #ffffff;
    /* 背景色     */
    color: #000000;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    opacity: 0.9;
    /* 透明度     */
    transition: 0.3s;
    /* なめらか変化 */
    margin: 0 auto;
    border: 1px solid;
    border-color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .contents__orginal_tags__link_area a + a {
    border-top: none;
  }

  .contents__orginal_tags__link_area a:after {
    content: "\A";
    white-space: wrap;
  }

  .contents__orginal_tags__link_area a i {
    display: inline-block;
    position: absolute;
    right: 20px;
    /* 右端からの距離 */
  }

  .contents__orginal_tags__link_area a:first-of-type {
    border-radius: 5px 5px 0 0;
  }

  .contents__orginal_tags__link_area a:last-of-type {
    border-radius: 0 0 5px 5px;
  }

  .contents__orginal_tags__link_area__left__align {
    text-align: left;
  }

  .contents__orginal_tags__link_area__left__align a {
    display: block;
    width: 100%;
    font-size: 12pt;
    /* 文字サイズ */
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 12px 0 12px 0px;
    /* 余白       */
    background: #ffffff;
    /* 背景色     */
    color: #000000;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    opacity: 0.9;
    /* 透明度     */
    transition: 0.3s;
    /* なめらか変化 */
    margin: 0 auto;
    border: 1px solid;
    border-color: #333333;
    border-radius: 5px;
  }

  .contents__orginal_tags__link_area__left__align a i {
    display: none;
  }

  .search_conditions_li {
    width: 100%;
    height: 35.5px;
    line-height: 35.5px;
    margin: 0 !important;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #c4c4c4;
  }

  .search_conditions_li:last-of-type {
    border: none;
  }

  .checkbox__label::before {
    border: 1px solid #ccc;
  }

  .original_tags {
    display: block;
    width: 90%;
    margin: 15px auto;
    max-width: 280px;
  }

  .original_tags_header {
    display: block;
    text-align: center;
    margin: 15px auto 10px;
  }

  .original_tags_title {
    text-align: center;
    color: #fff;
    font-size: 2.25rem;
    font-weight: bold;
    margin: 0 0 5px 0;
  }

  .to_original_tag_list.mb {
    text-align: left;
    margin: 15px 0 0 0;
  }

  .to_original_tag_list.mb a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    /* 文字サイズ */
    font-weight: 600;
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 12px 0 12px 0;
    /* 余白       */
    color: #ffffff;
    /* 文字色     */
    line-height: 1.25em;
    /* 1行の高さ  */
    opacity: 0.9;
    /* 透明度     */
    transition: 0.3s;
    /* なめらか変化 */
    border: 1px solid #ffffff;
    border-radius: 3px;
    letter-spacing: 1.92px;
  }

  .to_original_tag_list_list {
    display: block;
    width: 100%;
    cursor: pointer;
    background: #ffffff;
    color: #000000;
    line-height: 1em;
    opacity: 1;
    transition: 0.3s;
    margin: 0;
    border-radius: 3px;
  }

  .original_tags_link_list_li {
    position: relative;
    width: 100%;
    height: 35.5px;
    line-height: 35.5px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #c4c4c4;
    padding-left: 17px;
    padding-right: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .original_tags_link_list_li:last-of-type {
    border-bottom: none;
  }

  .original_tags_link_list_li a {
    color: #333;
    font-size: 1.6rem;
  }

  .original_tags_link_list_li i {
    position: absolute;
    top: 11.5px;
    right: 15px;
    /* 右端からの距離 */
    color: #999;
  }

  .search_btn {
    width: 90%;
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
  }

  .TopSearchBtn {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    padding: 15px;
    font-size: 2.25rem;
  }

  .TopSearchBtn a {
    font-size: 18px;
    letter-spacing: 2.16px;
  }

  .responsive-table li {
    display: block;
    padding-left: 0;
    width: 100%;
  }

  .responsive-table .col {
    padding: 3px;
  }

  /* プラン一覧 */

  .serviceSummary__planWrap {
    display: block;
    width: 100%;
    padding: 0;
  }

  .serviceSummary__planIndex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 133px;
    padding: 20px 10px;
    margin: 10px auto;
  }

  .serviceSummary__planIndex--img {
    width: 40%;
    height: 100%;
    padding: 0;
  }

  .serviceSummary__planIndex--img img {
    max-width: 90px;
  }

  .serviceSummary__planIndex--txt {
    width: 60%;
    height: 80%;
    align-items: flex-start;
    padding: 0 5px 0 10px;
  }

  .serviceSummary__planIndex--txt h4 {
    font-size: 16px;
  }

  .serviceSummary__planIndex--txt p {
    font-size: 9px;
  }

  .serviceSummary__planIndex--txt a {
    font-size: 9px;
    font-weight: normal;
    margin-top: 10px;
    color: #333;
    text-decoration: none;
  }

  .topBanner {
    margin: 30px auto 10px;
  }

  .topBanner_2nd {
    margin: 10px auto;
  }

  .topBanner img {
    width: 100%;
  }

  .trialBtn {
    padding: 0 0 20px 0;
  }

  .trialBtn a,
  .kv__container .trialBtn a {
    width: 100%;
    max-width: 320px;
  }

  .responsive-table .col:before {
    color: #6C7A89;
    padding-right: 0px;
    content: attr(data-label);
    flex-basis: 50%;
    text-align: right;
  }

  .responsive-table .col-2:before {
    padding-right: 0;
  }

  .responsive-table .col-1,
  .responsive-table .col-2 {
    display: inline-block;
    vertical-align: middle;
  }

  .responsive-table .col-3 {
    width: 50%;
  }

  .left_contents {
    padding-right: 0;
    width: 100%;
  }

  .about__item {
    font-size: 16px;
    color: #000000;
  }

  .introduced_companyName {
    margin-left: 10%;
  }

  .introduced_company_text {
    margin-left: 10%;
  }

  .introduced_company_list li {
    list-style: none;
  }

  .introduced_company_list li.is-hidden {
    display: none;
  }

  #exampleListBtn {
    width: 100%;
    max-width: 430px;
    height: 40px;
    padding: 12px 0 0 0;
  }

  .check_details_link_sp {
    position: relative;
    text-align: center;
    width: 100%;
    border-top: solid 1px;
    border-color: #777777;
    height: 40px;
  }

  .check_details_link_sp p {
    margin-top: 10px;
    font-size: 1.8rem;
  }

  .check_details_link_sp a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .contents__title--wrap--next {
    display: flex;
    margin-top: 40px;
  }

  .contents__introduction_example {
    display: flex;
    margin-top: 20px;
  }

  .redBackground {
    background-color: #f0cfcc;
  }

  /* sp版導入事例 ココカラ */

  .introduced_company_thumbnail_img {
    max-width: 100%;
    height: auto;
  }

  .introduced_company_thumbnail_wrap {
    display: block;
    max-width: 430px;
    max-height: 100%;
  }

  .introduced_company_thumbnail_textWrap_top {
    margin: 35px 0 0 0;
  }

  .introduced_companyName {
    margin-bottom: 16px;
  }

  .introduced_company_text {
    color: #333333;
    font-size: 13px;
    margin-bottom: 12px;
    border: none;
  }

  .more--introduction--btn {
    max-width: 430px;
  }

  .more--introduction--btn a {
    display: block;
    max-width: 100%;
    margin-bottom: 80px;
  }

  /* sp版導入事例 ココマデ */
}

@media screen and (max-width: 600px) {
  .contents__title--wrap {
    display: flex;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .kv {
    background: url(/images/home/main_480.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
  }

  .homeAbout__text {
    padding: 0 20px;
  }

  .wrapper.homeContents {
    padding: 30px 0;
  }
}

.company__wrap {
  padding-top: 40px;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.company__lists {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .company__lists {
    display: block;
  }
}

.company__lists dl {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .company__lists dl {
    width: 100%;
  }
}

.company__lists dl dt {
  margin-bottom: 20px;
  padding: 5px 20px;
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  color: #333;
  border-left: 8px solid #e82212;
}

.company__lists dl dd .hide {
  display: none;
}

.company__lists dl dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.company__lists dl dd ul li {
  margin-bottom: 15px;
  width: calc((100% - 15px) / 2);
}

@media screen and (max-width: 768px) {
  .company__lists dl dd ul li {
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
  }
}

.company__lists dl dd ul li a {
  display: block;
  padding: 7px 20px;
  color: #333;
  border: 1px solid #dbd7d5;
  font-size: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: 0 3px 6px #00000029;
  cursor: pointer;
}

@media screen and (max-width: 1140px) {
  .company__lists dl dd ul li a {
    padding: 7px 10px;
    font-size: 1.4rem;
  }
}

.company__lists dl dd ul li a:hover {
  text-decoration: none;
  border-color: #e82212;
}

.company__lists p a {
  display: block;
  width: 240px;
  margin: 10px auto 40px;
  padding: 7px 10px;
  background-color: #e82212;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

.company__lists p a:hover {
  text-decoration: none;
  background-color: #f83222;
}

.arrival__wrap {
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 40px;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .arrival__wrap {
    margin-bottom: 25px;
    padding-top: 20px;
    display: block;
  }
}

.arrival__wrap p {
  margin-bottom: 1em;
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .arrival__wrap p {
    padding-left: 0;
  }
}

.arrival__lists ul {
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul {
    justify-content: space-between;
  }
}

.arrival__lists ul li {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li {
    margin: 0 0 1px;
    max-width: 100%;
    border: 1px solid #707070;
    padding: 2px;
  }
}

.arrival__lists ul li a {
  color: #747474;
}

.arrival__lists ul li a:hover {
  text-decoration: none;
}

.arrival__lists ul li dl {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li dl {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.arrival__lists ul li dl dt {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li dl dt {
    width: 100%;
  }
}

.arrival__lists ul li dl dt span {
  display: block;
  margin-right: 10px;
  padding: 3px 5px;
  border-radius: 30px;
  width: 134px;
  font-size: 1rem;
  background-color: #767676;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li dl dt span {
    margin-bottom: 2px;
    display: inline-block;
    margin-right: 0;
    padding: 3px 7px;
    width: auto;
    font-size: 0.8rem;
  }
}

.arrival__lists ul li dl dd.arrival__logo {
  width: 52px;
  height: 48px;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li dl dd.arrival__logo {
    width: 31px;
    height: 26px;
  }
}

.arrival__lists ul li dl dd.arrival__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.arrival__lists ul li dl dd.arrival__name {
  overflow: hidden;
  flex: 1;
  padding-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li dl dd.arrival__name {
    font-size: 1.4rem;
  }
}

.arrival_left__block {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .arrival_left__block {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.arrival_right__block {
  width: 26%;
  max-width: 240px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .arrival_right__block {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.arrival__title {
  display: flex;
}

@media screen and (max-width: 768px) {
  .arrival__title {
    width: 100%;
    max-width: 100%;
  }
}

