/* common */
.typography--db {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.typography--b {
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.typography--r {
  font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.typography--m {
  font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.typography--w3 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 400;
}

.typography--w5 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 500;
}

.typography--w6 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 600;
}

body{

}

/* Overwrite */
.frame {
  max-width: 1440px !important;
  padding: 0 35px !important;
}

.header-pageTitle-low .inner-pageTitle {
  max-width: 1360px;
  color: #0D64F2;
  padding: 40px;
  height: 180px;
}

.header-pageTitle-low h1 span, .header-pageTitle-high h1 span {
  color: #252525;
}

.header-pageTitle-low h1 span {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.3;
}

.frame > aside {
  position: relative;
  max-width: 280px;
}

aside > div {
  position: static;
  height: 100%;
}

/* side-menu */
.side-menu {
}

.side-menu__related-box {
  margin-top: 25px;
}

.side-menu__ttl {
  padding-bottom: 15px;
  font-size: 20px;
  color: #252525;
  text-align: center;
  border-bottom: #c6c6c6 solid 1px;
}

.side-menu__related-ttl {
  font-size: 18px;
  line-height: 1.4;
  padding: 15px 10px;
  background-color: #f6f6f6;
}

.side-menu__link-box + .side-menu__link-box {
  border-top: #c6c6c6 solid 1px;
}

.side-menu__link {
  position: relative;
  display: block;
  padding: 15px 31px 15px 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #252525;
}

.side-menu__link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/jp/-/media/medicom/service/estate/link_arrow") center / cover no-repeat;
  transform: translateY(-50%);
}

/* follow side-menu  */
#container {
  position: relative;
}

#aside {
  /* position: sticky; */
  top: 80px;
  width: 100%;
}

/* search-box */
.search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  background-color: #F6F6F6;
}

.search-box__ttl {
  display: block;
  max-width: 1036px;
  padding-bottom: 9px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1;
  color: #252525;
  border-bottom: #0D64F2 solid 2px;
}

.search-boxc__wrap {
  max-width: 1036px;
  margin: 0 auto 0;
}

.search-boxc__inner {
  display: table;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: flex-start;
  max-width: 1036px;
  margin: 19px 0 0 0;
}

.search-box__sub-ttl {
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  display: table-cell;
  width: 100px;
  white-space: initial;
}

.search-box__option--all {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}

.search-box__option--region {
  margin-top: 15px;
}

.search-box__pref {
  display: flex;
  gap: 10px 15px;
  font-size: 12px;
  line-height: 1;
  color: #252525;
  justify-content: space-between;
}

.search-box__option input {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0;
  vertical-align: middle;
  appearance: none;
  cursor: pointer;
  background: #fff;
  border: #c6c6c6 1px solid;
  border-radius: 0;
}

.search-box__option input:checked {
  background: #0D64F2;
  border: #0d64f200 1px solid;
  border-radius: 0;
}

.search-box__option input:checked::after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 11px;
  height: 11px;
  content: "";
  background: center / contain url("/jp/-/media/medicom/temp-staff/check") no-repeat;
}

.search-box__option input:disabled {
  cursor: default;
}

.search-box__option label {
  cursor: pointer;
}

.search-box__option label.disabled {
  color: #909090;
  cursor: default;
}

.search-box__checkbox-inner {
  white-space: nowrap;
}

.search-box__checkbox-container-close-button {
  display: none;
  appearance: none;
}

.search-box__display {
  display: none;
}

.search-box__checkbox-box {
  display: flex;
  gap: 5px;
  align-items: center;
}

.search-box__prefecture-checkbox-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.search-box__prefecture-checkbox-inner--is-hide {
  display: none;
}

.search-box__prefecture-checkbox-box {
  display: flex;
  gap: 5px;
  align-items: center;
}

.search-box__accordion-btn {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0;
  margin: 15px auto 0;
  font-size: 12px;
  line-height: 1;
  color: #2050d3;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
}

.accordion-btn__icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.accordion-btn__icon--opened {
  transform: rotate(180deg);
}

.accordion-btn__icon::before,
.accordion-btn__icon::after {
  position: absolute;
  inset: 0 0 4px;
  display: block;
  width: 1px;
  height: 5px;
  margin: auto;
  content: "";
  background: #2050d3;
  border-radius: 1px;
  transform-origin: bottom center;
}

.accordion-btn__icon::before {
  transform: rotate(45deg);
}

.accordion-btn__icon::after {
  transform: rotate(-45deg);
}

.accordion-btn__icon--opened::before,
.accordion-btn__icon--opened::after {
  bottom: 0;
}

/* kuwano add end */
.search-box__button {
  box-sizing: border-box;
  display: block;
  padding: 10px 20px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 1;
  color: #0D64F2;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: #0D64F2 solid 2px;
  border-radius: 40px;
}

.search-box__button.disable {
  color: #a7a7a7;
  pointer-events: none;
  border: #a7a7a7 solid 2px;
}

.search-box__button:hover {
  opacity: 0.8;
}

/* csv-form */
.pref-heading {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.pref-heading::before {
  width: 10px;
  height: 24px;
  content: "";
  background-color: #0D64F2;
}

.item + .pref-heading {
  margin-top: 40px;
}

.item {
  width: 100%;
  max-width: 1036px;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 16%);
}

.item + .item {
  margin-top: 20px;
}

.item__img, .item__img2 {
  position: relative;
  display: block;
  grid-area: b;
  width: 100%;
  height: fit-content;
  margin: 15px auto 0 0;
}

.item__img > img, .item__img2 > img {
  width: 100%;
  height: 134px;
  object-fit: contain;
  background-color: #ecf0f8;
}

.item__top {
  background-color: #f0f7fa;
  padding-left: 19px;
  border-top: 2px solid #0D64F2;
  border-radius: 4px 4px 0 0;
}

.new {
  display: none;
  width: fit-content;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #f52a30;
}

.update {
  display: none;
  width: fit-content;
  padding: 5px 8px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #2d9a1a;
}

.succession {
  width: fit-content;
  display:inline-block;
  padding: 5px 8px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #0D64F2;
}

.estate-succession {
  width: fit-content;
  display:inline-block;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #0D64F2;
}

.estate {
  width: fit-content;
  display:inline-block;
  padding: 5px 8px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #0D64F2;
}

.estate-estate {
  width: fit-content;
  display:inline-block;
  padding: 5px 8px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #0D64F2;
}


.number {
  box-sizing: border-box;
  padding: 5px 6px 5px 5px;
  font-size: 10px;
  line-height: 1;
  border: #252525 1px solid;
}

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

.title {
  display: flex;
  grid-area: b;
  align-items: center;
  padding: 15px 0px 15px 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.title__label {
  margin: 22px 20px auto auto;
  font-weight: 600;
  font-size: 10px;
  padding: 5px;
  border: 1px solid #252525;
  border-radius: 4px;
}

.estate-modal-top .title__label {
  margin: 0;
}

.job__label {
  color: #0D64F2;
  background-color: #E1EDFD;
  font-weight: 600;
  font-size: 12px !important;
  padding: 4px 6px;
  border: 1px solid #0D64F2;
  border-radius: 4px;
  line-height: 1 !important;
}

.item__ttl {
  display: flex;
  column-gap: 5px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1;
  grid-area: a;
  font-weight: 600;
}

.item__ttl::before {
  width: 5px;
  height: 1em;
  line-height: 1;
  content: "";
  background-color: #0D64F2;
}

.item__wrap {
  display: grid;
  grid-template-areas:
    "a b";
  grid-template-columns:auto 178px;
  padding: 0 20px;
}

.item__wrap2 {
  display: grid;
  grid-template-areas:
    "c d";
  grid-template-columns:auto 457px;
  column-gap: 40px;
  padding: 0 20px 15px;
  border-radius: 0 0 4px 4px;
}

.next-wrap {
  display: none;
}

.item__detail {
  display: grid;
  grid-area: a;
  grid-template-areas: "a" "b" "c" "d";
  grid-template-columns:auto;
  column-gap: 20px;
  margin-right: 20px;
}

.location p {
  margin-top: 20px;
} 

.item__space {
  grid-area: b;
}

.item__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
  grid-area: b;
}

.location {
  grid-area: a;
}

.access {
  grid-area: b;
}

.subjects {
  grid-area: c;
}

.prefecture {
  grid-area: a;
}

.earnings {
  grid-area: b;
}

.profit {
  grid-area: d;
}

.transfer {
  grid-area: e;
}

.rent {
  grid-area: d;
}

.location, .access, .subjects, .rent {
  display: grid;
  grid-template-areas: "a b";
  grid-template-columns: 74px auto;
  column-gap: 40px;
}

.pr-text-inner {
  box-sizing: border-box;
  grid-area: c;
  width: 100%;
  padding: 10px;
  margin-top: 16px;
  background-color: #F6F6F6;
}

.pr-text-ttl {
  min-width: 97px;
  font-size: 14px;
}

.pr-text {
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.item__link {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  width: 221px;
  height: fit-content;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  display: block;
  border: 2px solid #0D64F2;
}

.item__link::after {
}

.item__link-box {
  grid-area: d;
  display: flex;
  column-gap: 15px;
  margin-top: 12.2px;
  align-items: center;
}

.item__link--detail {
  color: #0D64F2;
  background-color: #fff;
  padding: 8px 18px;
}

.item__link--inquiry {
  color: #fff;
  background-color: #0D64F2;
  padding: 8px 31px 8px 10px;
}

.item__link--inquiry::after {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/jp/-/media/medicom/temp-staff/link_arrow_wh") center / contain no-repeat;
}

/* readmore */
.readmore {
  position: relative;
  padding-bottom: 25px;
}

.readmore-content {
  position: relative;
  height: 39.2px;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 19.6px;
  content: "";
  background: linear-gradient(rgb(239 247 250 / 0%) 0%, rgb(239 247 250 / 80%) 90%, #eff7fa 100%);
}

.readmore-content.is_open::before {
  display: none;
}

/* top-btn */
.top-btn {
  position: fixed;
  right: 35px;
  bottom: 80px;
  z-index: 10;
  display: none;
  width: 55px;
  height: 55px;
  box-shadow: none;
}

/* estate-modal */
.estate-modal_wrap {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.estate-modal {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #fff;
  margin: 50vh auto 0;
  padding: 40px 70px;
  transform: translate(0%, -50%);
  box-sizing: border-box;
  border-radius: min(0.28vw, 4px);
}

.estate-modal_close-btn {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  width: min(2.78vw, 40px);
  height: min(2.78vw, 40px);
  background: url("/jp/-/media/medicom/temp-staff/close-btn_pc") center / contain no-repeat;
  cursor: pointer;
}

.estate-modal-scroll-area {
  height: 100%;
  overflow: scroll;
  padding-bottom: 6%;
  box-sizing: border-box;
}

.estate-modal-top {
  padding-bottom: min(0.69vw, 9.9px);
  background-color: #f0f7fa;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
}

.estate-modal-status {
  display: flex;
  flex-direction: row;
  row-gap:min(0.35vw, 5px);
  column-gap: min(0.35vw, 5px);
  min-width: min(8.12vw, 116.9px);
  flex-wrap: wrap;
  max-width: 169px;
}

.estate-new {
  display: none;
  width: fit-content;
  padding: min(0.35vw, 5px);
  font-size: min(0.83vw, 12px);
  line-height: 1;
  color: #fff;
  background-color: #f52a30;
}

.estate-update {
  display: none;
  width: fit-content;
  padding: min(0.35vw, 5px) min(0.56vw, 8.1px);
  font-size: min(0.83vw, 12px);
  line-height: 1;
  color: #fff;
  background-color: #2d9a1a;
}

.estate-number {
  color: #808080;
  font-size: 12px;
  line-height: 1;
  justify-content: center;
}

.estate-modal-ttl {
  display: flex;
  align-items: center;
  font-size: min(1.25vw, 18px);
  line-height: 1.4;
  font-weight: 600;
}

.estate-modal-body {
  display: flex;
  flex-direction: column;
  column-gap: min(2.08vw, 30px);
  margin-top: min(1.39vw, 20px);
}

.estate-modal-detail {
  flex-grow: 1;
}

.estate-modal-detail > div {
  display: flex;
  column-gap: min(0.69vw, 9.9px);
  border-bottom: min(0.07vw, 1px) solid #c6c6c6;
  padding-bottom: min(0.69vw, 9.9px);
}

.estate-modal-detail > .border--w {
  border-bottom: min(0.07vw, 1px) solid #FFF;
}

.estate-modal-detail .estate-modal__wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.estate-pr-img__wrap {
  display: flex;
  justify-content: space-between;
}

.estate-modal-detail > div:not(:last-child) {
  margin-bottom: min(0.69vw, 9.9px);
}

.estate-modal__ttl {
  min-width: min(11.11vw, 160px);
  font-size: min(1.11vw, 16px);
  line-height: 1.4;
  color: #0D64F2;
  font-weight: 600;
}

.estate-modal__wrap .estate-modal__ttl {
  font-size: 12px;
  color: #808080;
  margin-bottom: 6px;
}

.estate-modal__text {
  font-size: min(1.11vw, 16px);
  line-height: 1.4;
}

.title__label .estate-modal__text {
  font-size: 12px;
}

.estate-modal-img-box {
  height: 150px;
}

.estate-modal-img-box > img {
  width: 100%;
  object-fit: contain;
  background-color: #ecf0f8;
}

.estate-modal-sub-img-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: min(0.28vw, 4px);
  row-gap: min(0.35vw, 5px);
  margin-top: min(0.69vw, 9.9px);
}

.estate-modal-sub-img-box a {
  cursor: pointer;
  position: relative;
}

.estate-modal-sub-img-box a img {
  width: 100%;
  height: min(3.75vw, 54px);
  object-fit: contain;
  background-color: #ecf0f8;
}

.estate-modal-sub-img-box a.choice::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: min(3px, 43.2px) rgba(13, 100, 242, 0.8) solid;
  content: "";
  box-sizing: border-box;
}

.estate-modal__link-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: min(1.39vw, 20px) 0 min(2.08vw, 30px);
}

.in-content__link-box {
  position: static; 
  padding: 0;
  margin-bottom: min(0.69vw, 9.9px);
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.estate-modal__link {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  width: min(22.22vw, 320px);
  height: fit-content;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-radius: min(0.28vw, 4px);
  display: block;
  font-size: min(1.39vw, 20px);
}

.estate-modal__link--inquiry {
  color: #fff;
  background-color: #0D64F2;
  padding: min(1.18vw, 17px) min(4.17vw, 60px) min(1.18vw, 17px) min(2.08vw, 30px);
  margin: auto;
}

.estate-modal__link--inquiry::after {
  position: absolute;
  top: min(1.18vw, 17px);
  right: min(2.08vw, 30px);
  width: min(1.39vw, 20px);
  height: min(1.39vw, 20px);
  content: "";
  background: url("/jp/-/media/medicom/temp-staff/link_arrow_wh") center / contain no-repeat;
}

#csv-form .item {
  display: none;
}

#csv-form h2 {
  display: none;
}

#csv-form .item.on {
  display: block;
}

#csv-form h2.on {
  display: flex;
}

/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-top: 80px;
}

.pn_number {
  display: flex;
  column-gap: 40px;
}

.pn_prev a,
.pn_number a,
.pn_next a {
  font-size: 20px;
  line-height: 1;
  color: #191919;
  padding: 0 0 25px;
  opacity: 1;
  cursor: pointer;
}

.pn_number a:hover {
  opacity: 0.7;
}

.pn_prev.pn_disable a,
.pn_next.pn_disable a {
  opacity: 0;
  cursor: none;
}

.header-pageTitle-low, .header-pageTitle-high {
  background-image: url(/jp/-/media/medicom/temp-staff/temp-staff_1920_214);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: bottom;
}

/* // ãƒšãƒ¼ã‚¸ãƒãƒ¼ã‚·ãƒ§ãƒ³ã®ç¾åœ¨ã®ãƒšãƒ¼ã‚¸ã«ã€Œ.activeã€ã‚¯ãƒ©ã‚¹ã‚’ä»˜ä¸Žã—ã¦è‰²ã‚’å¤‰ãˆã‚‹ */
.pagination .pn_number > a.active {
  border-bottom: 2px solid #003894;
  font-family: "UD Shin Go DemiBold", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ãƒ¡ã‚¤ãƒªã‚ª", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif !important;
}

/* ãƒ­ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ç”»é¢ */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
}
#loading.show {
  display: block;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #ccc;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
/* ãƒ­ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* tablet */
@media screen and (max-width: 1040px) {
  /* Overwrite */
  .frame > article {
    padding: 0;
  }

  .column {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .frame {
    padding: 0;
  }

  .header-pageTitle-low .inner-pageTitle {
    padding: 40px 30px;
    height: auto;
  }

  .header-pageTitle-low h1 span {
    margin-top: 20px;
    font-size: 20px;
  }

  .frame > aside {
    max-width: 100%;
    margin-top: 60px;
  }

  /* follow side-menu  */
  #container {
    position: relative;
  }

  #aside {
    position: static;
  }

  #aside.is-fixed {
    position: static;
    width: 100%;
  }

  #aside.is-fixed.is-end {
    position: static;
  }

  /* search-box */
  .search-box {
    box-sizing: border-box;
    width: 100%;
  }

  /* csv-form */
  .item {
    position: relative;
  }

  .item__wrap {
    grid-template-areas:
      "a b";
    grid-template-columns: auto 17.12vw;
    padding: 0 20px;
  }

  .item__img, .item__img2 {
    width: calc(74 / 768 * 100vw);
    height: calc(74 / 768 * 100vw);
    margin: calc(10 / 768 * 100vw) auto;
  }

  .item__img > img, .item__img2 > img {
    width: calc(74 / 768 * 100vw);
    height: calc(74 / 768 * 100vw);
  }

  .item__detail {
    display: grid;
    grid-area: a;
    grid-template-areas: "a" "b" "c" "d";
    grid-template-columns: auto;
    height: fit-content;
    column-gap: 20px;
    margin-right: 20px;
  }

  .location,
  .access,
  .subjects,
  .rent {
    display: flex;
    column-gap: 10px;
    height: fit-content;
    flex-direction: column;
  }

  .transfer {
    display: none;
  }

  .item__ttl {
    width: 106px;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.4;
  }

  .item__ttl::before {
    height: 12px;
    margin-top: 2.4px;
  }

  .item__text {
    margin-top: 3.2px;
    font-size: 12px;
  }

  .pr-text-inner {
    width: 54.12%;
    margin: auto;
  }

  .item__wrap2 {
    display: block;
    padding: 0 20px 15px
  }

  .pr-text-inner button {
    right: 0;
    left: 0;
    width: fit-content;
    text-align: center;
  }

  .item__link-box {
    justify-content: center;
  }

  .item__link {
  }

  /* top-btn */
  .top-btn {
    right: 4vw;
    bottom: 5vw;
  }
}

/* sp */
@media screen and (max-width: 980px) {
  /* Overwrite */
  .frame > article {
    padding: 0;
  }

  .frame {
    max-width: var(--345px) !important;
    padding: 0 var(--15px) !important;
  }

  .column {
    width: var(--345px);
    padding: 0;
    margin: 0;
  }

  .header-pageTitle-low .inner-pageTitle {
    height: var(--140px);
    padding: var(--20px) var(--15px);
  }

  .header-pageTitle-low h1 span {
    margin-top: 3.733vw;
    font-size: 3.733vw;
    line-height: 1.65;
  }

  .frame > aside {
    margin-top: var(--80px);
  }

  aside > div {
    position: static;
  }

  .header-pageTitle-low, .header-pageTitle-high {
    background-image: url(/jp/-/media/medicom/temp-staff/temp-staff_kv_bg_750_346);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: right;
  }

  /* side-menu */
  .side-menu {
  }

  .side-menu__related-box {
    margin-top: var(--25px);
  }

  .side-menu__ttl {
    margin-bottom: var(--15px);
    font-size: var(--20px);
  }

  .side-menu__related-ttl {
    font-size: var(--18px);
    padding: var(--15px) var(--10px);
  }

  .side-menu__link-box + .side-menu__link-box {
    border-top: var(--1px) #c6c6c6 solid;
  }

  .side-menu__link-box::after {
    width: var(--14px);
  }

  .side-menu__link {
    padding: var(--15px) var(--39px) var(--17px) var(--15px);
    font-size: var(--14px);
  }

  .side-menu__link::after {
    right: var(--15px);
    width: var(--14px);
    height: var(--14px);
  }

  /* search-box */
  .search-box {
    padding: var(--15px) 0;
  }

  .search-box__ttl {
    max-width: var(--290px);
    padding-bottom: var(--9px);
    font-size: var(--16px);
    border-bottom: #0D64F2 solid var(--2px);
  }

  .search-boxc__inner {
    position: relative;
    display:flex;
    align-items:center;
    justify-content: space-between;
    width:90vw;
    margin:4vw auto;
  }

  .search-box__sub-ttl {
    font-size: var(--14px);
    width: 20vw;
    text-align: left;
    line-height: 1.5;
  }

  .search-box__option {
    font-size: var(--14px);
  }

  .search-box__option--all {
    padding-bottom: var(--10px);
    border-bottom: 1px solid #c6c6c6;
  }

  .search-box__option--region {
    margin-top: 0;
  }

  .search-box__option #all {
    margin-right: var(--5px);
  }

  .search-box__pref {
    display: block;
    font-size: var(--14px);
    padding-bottom: 30px;
  }

  .search-box__option input {
    width: var(--14px);
    height: var(--14px);
    margin-right: var(--5px);
    vertical-align: bottom;
    border: #c6c6c6 var(--1px) solid;
  }

  .search-box__option input:checked {
    border: #0d64f200 var(--1px) solid;
  }

  .search-box__option input:checked::after {
    position: absolute;
    top: calc(-1 * var(--2px));
    left: 0;
    width: var(--12px);
    height: var(--12px);
    content: "";
    background: url("/jp/-/media/medicom/temp-staff/check") center / cover no-repeat;
  }

  .search-box__checkbox-inner {
    /* kuwano add start */
    min-width: 0 !important;
    padding: var(--10px) 0;

    /* kuwano add end */
    white-space: nowrap;
  }

  /* kuwano add start */
  .search-box__checkbox-inner:last-of-type {
    border-bottom: none;
  }

  .search-box__checkbox-container-close-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--11px);
    color: #252525;
    background: #fff;
    border-top: var(--1px) solid #c6c6c6;
    width: 100%;
    margin: auto;
    border-bottom:0;
    border-right:none;
    border-left:0;
    padding: 3px 10px 5px;
    position:absolute;
    bottom:0;
    left:0;
  }

  .search-box__checkbox-container-close-button--is-hide {
    display: none;
  }

  .close-button-icon {
    position: relative;
    width: var(--12px);
    height: var(--12px);
    top: 1px;
  }

  .close-button-icon::before,
  .close-button-icon::after {
    position: absolute;
    inset: 0;
    display: block;
    width: var(--1px);
    height: var(--8px);
    margin: auto;
    content: "";
    background: #252525;
  }

  .close-button-icon::before {
    transform: rotate(45deg);
  }

  .close-button-icon::after {
    transform: rotate(-45deg);
  }

  .search-box__display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--10px);
    background: #fff;
    border: var(--1px) solid #c6c6c6;
    width: 64vw;
    box-sizing:border-box;
  }

  .search-box__display-text {
    font-size: var(--10px);
    color: #a7a7a7;
  }

  .search-box__display-text--has-value {
    color: #252525;
  }

  .search-box__display-icon {
    flex-shrink: 0;
  }

  .search-box__checkbox-container {
    padding: var(--10px) var(--10px) var(--2px);
    background: #fff;
    border: var(--1px) solid #c6c6c6;
    border-top: none;
    box-sizing:border-box;
    width: 64vw;
    position:absolute;
    top:10vw;
    z-index:1000;
    right: 0;
    display: block;
    transition: all.2s;
  }

  .search-box__checkbox-container.is-hide {
    height: 0;
    overflow: hidden;
    padding: 0;
    border-top: 0;
    border-bottom:0
  }

  .search-box__checkbox-container--is-hide {
    display: none;
  }

  .search-box__checkbox-container-box {
    max-height: var(--294px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .search-box__checkbox-box {
    display: flex;
    gap: var(--5px);
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .search-box__checkbox-inner--accordion .search-box__checkbox-box {
  }

  .search-box__prefecture-checkbox-inner {
    display: flex;
    flex-direction: column;
    gap: var(--10px);
    padding-left: var(--24px);
    margin-top: var(--10px);
  }

  .search-box__prefecture-checkbox-box {
    display: flex;
    gap: var(--5px);
    align-items: center;
  }

  .search-box__accordion-btn {
    display: none;
  }

  .accordion-btn__icon::before,
  .accordion-btn__icon::after {
    bottom: 0;
  }

  /* kuwano add end */
  .search-box__button {
    width: var(--290px);
    padding: var(--10px) 0;
    margin: var(--15px) auto 0;
    font-size: var(--14px);
    text-align: center;
    border: #0D64F2 solid var(--2px);
    border-radius: var(--40px);
  }

  .search-box__button.disable {
    border: #a7a7a7 solid var(--2px);
  }

  /* csv-form */
  .pref-heading {
    column-gap: var(--10px);
    margin-bottom: var(--15px);
    font-size: var(--16px);
  }

  .pref-heading::before {
    width: var(--5px);
    height: var(--16px);
  }

  .item + .pref-heading {
    margin-top: var(--40px);
  }

  .item {
    display: block;
    max-width: var(--290px);
    border-radius: var(--4px);
    box-shadow: var(--3px) var(--3px) var(--6px) rgb(0 0 0 / 16%);
  }

  .item + .item {
    margin-top: var(--15px);
  }

  .item__wrap {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 var(--15px) var(--10px);
  }

  .next-wrap {
    position: absolute;
    right: 0;
    bottom: var(--69px);
    left: 0;
    z-index: 2;
    display: block;
    width: fit-content;
    margin: auto;
    font-size: var(--10px);
    line-height: 1;
    color: #0d64f2;
    background: none;
    border: none;
  }

  .item__img, .item__img2 {
    width: var(--91px);
    height: var(--68px);
    margin: auto 20px auto auto;
  }

  .item__img > img, .item__img2 > img {
    width: 100%;
    height: 100%;
  }

  .item__top {
    display: block;
  }

  .status {
    padding: 0;
  }

  .new {
    padding: var(--5px);
    margin-bottom: 0;
    font-size: var(--10px);
  }

  .update {
    padding: var(--5px) var(--8px);
    margin-bottom: 0;
    font-size: var(--10px);
  }

  .succession {
      padding: var(--5px) var(--8px);
      margin-bottom: 0;
      font-size: var(--10px);
  }

  .estate {
      padding: var(--5px) var(--8px);
      margin-bottom: 0;
      font-size: var(--10px);
  }


  .number {
    width: fit-content;
    padding: var(--4px) var(--6px) var(--4px) var(--5px);
    font-size: var(--10px);
    border: #252525 var(--1px) solid;
  }

  .title {
    display: block;
    font-size: var(--15px);
    font-weight: 600;
    padding: 0;
  }

  .title__label {
    margin: 15px 0 0 0;
    display: inline-block !important;
  }

  .job__label {
    margin-right: auto;
  }

  .item__ttl::before {
    width: var(--5px);
    height: var(--12px);
    margin: calc(2.4 / 375 * 100vw) 0;
  }

  .title__wrap {
    display: flex;
    padding:var(--10px) 0;
    margin: 0 auto;
  }

  .location, .access, .subjects, .rent {
    display: grid;
    grid-template-areas: "a b";
    grid-template-columns: 74px auto;
    column-gap: 12px;
  }

  .item__detail {
    display: block;
    padding: var(--10px) 0 var(--13px);
    margin-top: 0;
    margin-right: 0;
  }

  .item__detail > div + div {
    margin-top: var(--15px);
  }

  .item__ttl {
    column-gap: var(--5px);
    margin-top: 0;
    font-size: var(--12px);
    line-height: 1.4;
    white-space: nowrap;
  }

  .item__detail > div:nth-child(1) .item__ttl,
  .item__detail > div:nth-child(2) .item__ttl {
    width: var(--60px);
  }

  .item__detail > div:nth-child(3) .item__ttl,
  .item__detail > div:nth-child(4) .item__ttl {
    width: var(--70px);
  }

  .item__detail > div:nth-child(1) .item__text,
  .item__detail > div:nth-child(2) .item__text {
    width: var(--97px);
  }

  .item__detail > div:nth-child(3) .item__text,
  .item__detail > div:nth-child(4) .item__text {
    width: var(--180px);
  }

  .item__text {
    margin-top: 0;
    font-size: var(--12px);
  }

  .pr-text-inner {
    display: none;
  }

  .pr-text-box {
    display: block;
    height: fit-content;
  }

  .pr-text-ttl {
    margin-bottom: var(--10px);
    font-size: var(--12px);
  }

  .pr-text {
    font-size: var(--12px);
  }

  .item__link-box {
    flex-direction: column;
    row-gap: var(--10px);
    margin-top: 0;
  }

  .item__link {
    display: block;
    width: var(--260px);
    padding: var(--13px) var(--49px) var(--13px) var(--30px);
    font-size: var(--14px);
    border-radius: var(--4px);
    box-sizing: border-box;
    border: var(--2px) solid #0D64F2;
  }

  .item__link::after {
    top: var(--15px);
    right: var(--30px);
    width: var(--14px);
    height: var(--14px);
  }

  /* readmore */
  .readmore {
    padding-bottom: var(--25px);
    margin-bottom: 0;
  }

  .readmore label {
    right: var(--10px);
    bottom: var(--10px);
    font-size: var(--10px);
  }

  .readmore-content {
    height: var(--68px);
  }

  .readmore-content::before {
    height: var(--68px);
  }

  /* estate-modal */
  .estate-modal_wrap {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }

  .estate-modal {
    padding: 40px 20px;
    transform: translate(0%, -50%);
    border-radius: var(--4px);
  }

  .estate-modal_close-btn {
    top: 0px;
    width: var(--30px);
    height: var(--30px);
    background: url("/jp/-/media/medicom/temp-staff/close-btn_sp") center / contain no-repeat;
  }

  .estate-modal-scroll-area {
    height: 100vh;
    padding-bottom: var(--94px);
  }

  .estate-modal-top {
    padding: 15px;
    display: block;
    row-gap: var(--5px);
    font-weight: 600;
    flex-direction: column-reverse;
  }

  .estate-modal-top .title__label {
    margin: 0;
  }

  .estate-modal-status {
    display: flex;
    flex-direction: row;
    column-gap: var(--10px);
    min-width: none;
  }

  .estate-new {
    padding: var(--5px);
    font-size: var(--10px);
  }

  .estate-update {
    padding: var(--5px) var(--8px);
    font-size: var(--10px);
  }

  .estate-number {
    align-items: center;
  }

  .estate-modal-ttl {
    font-size: var(--15px);
    margin-top: 2.667vw;
  }

  .title__label .estate-modal__text {
    font-size: 3.2vw;
  }
  
  .estate-modal-body {
    display: flex;
    flex-direction: column;
    row-gap: var(--14px);
    margin-top: var(--10px);
  }

  .estate-modal-detail > div {
    display: flex;
    column-gap: var(--10px);
    border-bottom: var(--1px) #c6c6c6 solid;
    padding-bottom: var(--10px);
    flex-direction: column;
  }

  .estate-modal-detail > .border--w {
    border-bottom: var(--1px) #FFF solid;
  }

  .estate-pr-img__wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
    flex-direction: row !important;
  }

  .estate-modal-detail > div:not(:last-child) {
    margin-bottom: var(--10px);
  }

  .estate-modal-detail > div:last-child {
    margin-bottom: var(--10px);
  }

  .estate-modal__ttl {
    min-width: var(--82px);
    font-size: var(--14px);
  }

  .estate-modal__text {
    font-size: var(--14px);
  }

  .estate-modal__wrap .estate-modal__ttl {
    font-size: var(--14px);
  }

  .estate-pr-text {
    margin-top: var(--75px);
  }

  .estate-modal-img-box {
    width: var(--160px);
    margin: 0 auto 20px;
  }

  .estate-modal-img-box > img {
    width: 100%;
    height: var(--120px);
  }

  .estate-modal-sub-img-box {
    grid-template-columns: repeat(5, 1fr);
    column-gap: var(--4px);
    row-gap: var(--4px);
    margin-top: var(--10px);
  }

  .estate-modal-sub-img-box a {
  }

  .estate-modal-sub-img-box a img {
    height: var(--40px);
  }

  .estate-modal-sub-img-box a.choice::after {
    border: var(--3px) rgba(13, 100, 242, 0.8) solid;
  }

  .estate-modal__link-box {
    padding: var(--15px) 0;
    border-radius: 0 0 var(--4px) var(--4px);
    box-shadow: 0px calc(-1 * var(--3px)) var(--6px) #00000029;
  }

  .in-content__link-box {
    padding: 0;
    box-shadow: none;
  }

  .estate-modal__link {
    width: var(--200px);
    border-radius: var(--4px);
    font-size: var(--14px);
  }

  .estate-modal__link--inquiry {
    padding: var(--15px) var(--34px) var(--15px) var(--15px);
  }

  .estate-modal__link--inquiry::after {
    position: absolute;
    top: var(--15px);
    right: var(--15px);
    width: var(--14px);
    height: var(--14px);
  }

  /* pagination */
  .pagination {
    column-gap: var(--40px);
    margin-top: var(--80px);
  }

  .pn_number {
    column-gap: normal;
    justify-content: center;
  }

  .pn_prev a,
  .pn_number a,
  .pn_next a {
    font-size: var(--20px);
    padding: 0 1vw var(--25px);
    margin: auto;
    min-width: 7vw;
    white-space: nowrap;
  }


  .pagination .pn_number > a.active {
    border-bottom: var(--2px) solid #003894;
  }
}

.search-box__option--property {
  display:flex;
  column-gap:20px;
  font-size: 12px;
}

.estate_search_hr {
  margin: 27px auto;
  border:none;
  background:none;
  border-top:#C6C6C6 dashed 2px;
  max-width: 90vw;
} 

.item_succession .item__detail {
  grid-area: d;
  margin-right: 20px;
  display: grid;
  grid-template-areas:
    "a c b d e";
  column-gap: 20px;
  grid-template-columns: 0.72fr 0.93fr 0.72fr 0.72fr 0.93fr;
}

.succession_modal .estate-modal__link--inquiry {
  background:#0D64F2;
}


.item_succession .item__img {
  display: block;
  grid-area: b;
  width: 100%;
  height: fit-content;
  max-height: 134px;
  margin: 15px auto 0;
  position: relative;
  box-sizing: border-box;
}

.item_succession .item_succession .item__wrap {
  grid-area: a;
  display: grid;
  grid-template-areas:
    "a d d"
    "a e f";
  grid-template-columns: 0.35fr 1fr 1.3fr;
}

.item_succession .pr-text-inner {
  grid-area: e;
  background-color: #F6F6F6;
  padding: 10px;
  margin-top: 12.2px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  margin-right: 10px;
}

.item_succession .pr-text-box {
  display: flex;
  gap: 10px;
}

.item_succession .pr-text-ttl {
  font-size: 14px;
  min-width: 97px;
}

.item_succession .pr-text {
  line-height: 1.4;
  font-size: 14px;
}

.item_succession .link_area {
  display:flex;
  align-items:center;
  justify-content:center;
  column-gap:15px;
  margin: 0;
}

.item_succession .item__link {
  color: #ffffff;
  line-height: 1;
  box-sizing: border-box;
  padding: 10px 31px 10px 10px;
  width: 221px;
  height: fit-content;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background-color: #0d64f2;
  border: #0d64f2 solid 2px;
  margin-top: 0;
  justify-content: space-between;
  position: relative;
}

.item_succession .item__link.item__modal {
  color:#0d64f2;
  padding:10px;
  background-color: #ffffff;
  border:solid 2px;
}

.item_succession .item__link.item__modal::after {
  content:none;
}

.item_succession .item__link::after {
  content: "";
  background: url(/jp/-/media/medicom/succession/link_arrow_wh) center / contain no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.item_succession .item__top {
    background:#EFF3FA;
}

.item_succession .item__ttl::before {
    background:#0D64F2;    
}


/* Common */
@media (min-width: 981px) {
  .sp {
    display: none !important;
  }
  .search-box__checkbox-container {
    width: 90%;
    display: table-cell;
  }
}
@media (max-width: 980px) {
  .is-active .search-box__display-icon.accordion-btn__icon {
    transform: rotate(180deg);
  }

  .item_succession .item__img {
    float: left;
    width: var(--78px);
    height: var(--78px);
    margin: var(--10px) var(--15px) 0 0;
  }

  .pc {
    display: none !important;
  }
  .search-boxc__inner.search-boxc__inner--property {
    justify-content:flex-start;
    column-gap: 5vw;
    margin-bottom: -4vw;
  }

  .search-box__option.search-box__option--property {
    font-size:4vw;
  }
   .item_succession  .item__ttl::before {
     width: var(--5px);
     height: var(--12px);
     margin: calc(2.4 / 375 * 100vw) 0;
   }

  .item_succession  .item__detail {
     padding: var(--10px) var(--15px) var(--15px);
     margin-top: 0;
     margin-right: 0;
     display: block;
   }

  .item_succession  .item__detail > div + div {
     margin-top: var(--15px);
   }

   .item_succession  .item__ttl {
     line-height: 1.4;
     font-size: var(--12px);
     column-gap: var(--10px);
     margin-top: 0;
     white-space: nowrap;
   }

   .item_succession .item__detail > div:nth-child(1) .item__ttl,
   .item_succession .item__detail > div:nth-child(2) .item__ttl,
   .item_succession .item__detail > div:nth-child(3) .item__ttl {
     width: var(--65px);
   }

   .item_succession .item__detail > div:nth-child(4) .item__ttl,
   .item_succession .item__detail > div:nth-child(5) .item__ttl,
   .item_succession .item__detail > div:nth-child(6) .item__ttl,
   .item_succession .item__detail > div:nth-child(7) .item__ttl {
     width: var(--70px);
   }

   .item_succession .item__text {
     font-size: var(--12px);
     margin-top: 0;
   }

   .item_succession .prefecture,
   .item_succession .type,
   .item_succession .subjects,
   .item_succession .earnings,
   .item_succession .profit,
   .item_succession .patients,
   .item_succession .transfer {
     display: flex;
     column-gap: var(--10px);
   }

   .item_succession .pr-text-inner {
     display: none;
   }

   .item_succession .pr-text-inner button {
     font-size: var(--10px);
   }

   .item_succession .link_area {
     display: block;
     margin-top:var(--20px);
   }

   .item_succession .item__link , .item_succession .item__link.item__modal {
     bottom: var(--10px);
     display: block;
     padding: var(--15px) var(--49px) var(--15px) var(--30px);
     width: var(--260px);
     border-radius: var(--4px);
     margin: 0 0 10px;
     font-size: var(--14px);
     z-index: 2;
   }

   .item_succession .item__link::after {
     width: var(--14px);
     height: var(--14px);
     top: var(--15px);
     right: var(--30px);
   }
}

/* sp-size */
:root {
  --1px: calc(1 / 375 * 100vw);
  --2px: calc(2 / 375 * 100vw);
  --3px: calc(3 / 375 * 100vw);
  --4px: calc(4 / 375 * 100vw);
  --5px: calc(5 / 375 * 100vw);
  --6px: calc(6 / 375 * 100vw);
  --7px: calc(7 / 375 * 100vw);
  --8px: calc(8 / 375 * 100vw);
  --9px: calc(9 / 375 * 100vw);
  --10px: calc(10 / 375 * 100vw);
  --11px: calc(11 / 375 * 100vw);
  --12px: calc(12 / 375 * 100vw);
  --13px: calc(13 / 375 * 100vw);
  --14px: calc(14 / 375 * 100vw);
  --15px: calc(15 / 375 * 100vw);
  --15pxN: calc(15 / 375 * -100vw);
  --16px: calc(16 / 375 * 100vw);
  --17px: calc(17 / 375 * 100vw);
  --18px: calc(18 / 375 * 100vw);
  --19px: calc(19 / 375 * 100vw);
  --20px: calc(20 / 375 * 100vw);
  --21px: calc(21 / 375 * 100vw);
  --22px: calc(22 / 375 * 100vw);
  --23px: calc(23 / 375 * 100vw);
  --24px: calc(24 / 375 * 100vw);
  --25px: calc(25 / 375 * 100vw);
  --26px: calc(26 / 375 * 100vw);
  --27px: calc(27 / 375 * 100vw);
  --28px: calc(28 / 375 * 100vw);
  --29px: calc(29 / 375 * 100vw);
  --30px: calc(30 / 375 * 100vw);
  --31px: calc(31 / 375 * 100vw);
  --32px: calc(32 / 375 * 100vw);
  --33px: calc(33 / 375 * 100vw);
  --34px: calc(34 / 375 * 100vw);
  --35px: calc(35 / 375 * 100vw);
  --36px: calc(36 / 375 * 100vw);
  --37px: calc(37 / 375 * 100vw);
  --38px: calc(38 / 375 * 100vw);
  --39px: calc(39 / 375 * 100vw);
  --40px: calc(40 / 375 * 100vw);
  --41px: calc(41 / 375 * 100vw);
  --42px: calc(42 / 375 * 100vw);
  --43px: calc(43 / 375 * 100vw);
  --44px: calc(44 / 375 * 100vw);
  --45px: calc(45 / 375 * 100vw);
  --46px: calc(46 / 375 * 100vw);
  --47px: calc(47 / 375 * 100vw);
  --48px: calc(48 / 375 * 100vw);
  --49px: calc(49 / 375 * 100vw);
  --50px: calc(50 / 375 * 100vw);
  --51px: calc(51 / 375 * 100vw);
  --52px: calc(52 / 375 * 100vw);
  --53px: calc(53 / 375 * 100vw);
  --54px: calc(54 / 375 * 100vw);
  --55px: calc(55 / 375 * 100vw);
  --56px: calc(56 / 375 * 100vw);
  --57px: calc(57 / 375 * 100vw);
  --58px: calc(58 / 375 * 100vw);
  --59px: calc(59 / 375 * 100vw);
  --60px: calc(60 / 375 * 100vw);
  --61px: calc(61 / 375 * 100vw);
  --62px: calc(62 / 375 * 100vw);
  --63px: calc(63 / 375 * 100vw);
  --64px: calc(64 / 375 * 100vw);
  --65px: calc(65 / 375 * 100vw);
  --66px: calc(66 / 375 * 100vw);
  --67px: calc(67 / 375 * 100vw);
  --68px: calc(68 / 375 * 100vw);
  --69px: calc(69 / 375 * 100vw);
  --70px: calc(70 / 375 * 100vw);
  --71px: calc(71 / 375 * 100vw);
  --72px: calc(72 / 375 * 100vw);
  --73px: calc(73 / 375 * 100vw);
  --74px: calc(74 / 375 * 100vw);
  --75px: calc(75 / 375 * 100vw);
  --76px: calc(76 / 375 * 100vw);
  --77px: calc(77 / 375 * 100vw);
  --78px: calc(78 / 375 * 100vw);
  --79px: calc(79 / 375 * 100vw);
  --80px: calc(80 / 375 * 100vw);
  --81px: calc(81 / 375 * 100vw);
  --82px: calc(82 / 375 * 100vw);
  --83px: calc(83 / 375 * 100vw);
  --84px: calc(84 / 375 * 100vw);
  --85px: calc(85 / 375 * 100vw);
  --86px: calc(86 / 375 * 100vw);
  --87px: calc(87 / 375 * 100vw);
  --88px: calc(88 / 375 * 100vw);
  --89px: calc(89 / 375 * 100vw);
  --90px: calc(90 / 375 * 100vw);
  --91px: calc(91 / 375 * 100vw);
  --92px: calc(92 / 375 * 100vw);
  --93px: calc(93 / 375 * 100vw);
  --94px: calc(94 / 375 * 100vw);
  --95px: calc(95 / 375 * 100vw);
  --96px: calc(96 / 375 * 100vw);
  --97px: calc(97 / 375 * 100vw);
  --98px: calc(98 / 375 * 100vw);
  --99px: calc(99 / 375 * 100vw);
  --100px: calc(100 / 375 * 100vw);
  --101px: calc(101 / 375 * 100vw);
  --102px: calc(102 / 375 * 100vw);
  --103px: calc(103 / 375 * 100vw);
  --104px: calc(104 / 375 * 100vw);
  --105px: calc(105 / 375 * 100vw);
  --106px: calc(106 / 375 * 100vw);
  --107px: calc(107 / 375 * 100vw);
  --108px: calc(108 / 375 * 100vw);
  --109px: calc(109 / 375 * 100vw);
  --110px: calc(110 / 375 * 100vw);
  --111px: calc(111 / 375 * 100vw);
  --112px: calc(112 / 375 * 100vw);
  --113px: calc(113 / 375 * 100vw);
  --114px: calc(114 / 375 * 100vw);
  --115px: calc(115 / 375 * 100vw);
  --116px: calc(116 / 375 * 100vw);
  --117px: calc(117 / 375 * 100vw);
  --118px: calc(118 / 375 * 100vw);
  --119px: calc(119 / 375 * 100vw);
  --120px: calc(120 / 375 * 100vw);
  --121px: calc(121 / 375 * 100vw);
  --122px: calc(122 / 375 * 100vw);
  --123px: calc(123 / 375 * 100vw);
  --124px: calc(124 / 375 * 100vw);
  --125px: calc(125 / 375 * 100vw);
  --126px: calc(126 / 375 * 100vw);
  --127px: calc(127 / 375 * 100vw);
  --128px: calc(128 / 375 * 100vw);
  --129px: calc(129 / 375 * 100vw);
  --130px: calc(130 / 375 * 100vw);
  --131px: calc(131 / 375 * 100vw);
  --132px: calc(132 / 375 * 100vw);
  --133px: calc(133 / 375 * 100vw);
  --134px: calc(134 / 375 * 100vw);
  --135px: calc(135 / 375 * 100vw);
  --136px: calc(136 / 375 * 100vw);
  --137px: calc(137 / 375 * 100vw);
  --138px: calc(138 / 375 * 100vw);
  --139px: calc(139 / 375 * 100vw);
  --140px: calc(140 / 375 * 100vw);
  --141px: calc(141 / 375 * 100vw);
  --142px: calc(142 / 375 * 100vw);
  --143px: calc(143 / 375 * 100vw);
  --144px: calc(144 / 375 * 100vw);
  --145px: calc(145 / 375 * 100vw);
  --146px: calc(146 / 375 * 100vw);
  --147px: calc(147 / 375 * 100vw);
  --148px: calc(148 / 375 * 100vw);
  --149px: calc(149 / 375 * 100vw);
  --150px: calc(150 / 375 * 100vw);
  --151px: calc(151 / 375 * 100vw);
  --152px: calc(152 / 375 * 100vw);
  --153px: calc(153 / 375 * 100vw);
  --154px: calc(154 / 375 * 100vw);
  --155px: calc(155 / 375 * 100vw);
  --156px: calc(156 / 375 * 100vw);
  --157px: calc(157 / 375 * 100vw);
  --158px: calc(158 / 375 * 100vw);
  --159px: calc(159 / 375 * 100vw);
  --160px: calc(160 / 375 * 100vw);
  --161px: calc(161 / 375 * 100vw);
  --162px: calc(162 / 375 * 100vw);
  --163px: calc(163 / 375 * 100vw);
  --164px: calc(164 / 375 * 100vw);
  --165px: calc(165 / 375 * 100vw);
  --166px: calc(166 / 375 * 100vw);
  --167px: calc(167 / 375 * 100vw);
  --168px: calc(168 / 375 * 100vw);
  --169px: calc(169 / 375 * 100vw);
  --170px: calc(170 / 375 * 100vw);
  --171px: calc(171 / 375 * 100vw);
  --172px: calc(172 / 375 * 100vw);
  --173px: calc(173 / 375 * 100vw);
  --174px: calc(174 / 375 * 100vw);
  --175px: calc(175 / 375 * 100vw);
  --176px: calc(176 / 375 * 100vw);
  --177px: calc(177 / 375 * 100vw);
  --178px: calc(178 / 375 * 100vw);
  --179px: calc(179 / 375 * 100vw);
  --180px: calc(180 / 375 * 100vw);
  --181px: calc(181 / 375 * 100vw);
  --182px: calc(182 / 375 * 100vw);
  --183px: calc(183 / 375 * 100vw);
  --184px: calc(184 / 375 * 100vw);
  --185px: calc(185 / 375 * 100vw);
  --186px: calc(186 / 375 * 100vw);
  --187px: calc(187 / 375 * 100vw);
  --188px: calc(188 / 375 * 100vw);
  --189px: calc(189 / 375 * 100vw);
  --190px: calc(190 / 375 * 100vw);
  --191px: calc(191 / 375 * 100vw);
  --192px: calc(192 / 375 * 100vw);
  --193px: calc(193 / 375 * 100vw);
  --194px: calc(194 / 375 * 100vw);
  --195px: calc(195 / 375 * 100vw);
  --196px: calc(196 / 375 * 100vw);
  --197px: calc(197 / 375 * 100vw);
  --198px: calc(198 / 375 * 100vw);
  --199px: calc(199 / 375 * 100vw);
  --200px: calc(200 / 375 * 100vw);
  --201px: calc(201 / 375 * 100vw);
  --202px: calc(202 / 375 * 100vw);
  --203px: calc(203 / 375 * 100vw);
  --204px: calc(204 / 375 * 100vw);
  --205px: calc(205 / 375 * 100vw);
  --206px: calc(206 / 375 * 100vw);
  --207px: calc(207 / 375 * 100vw);
  --208px: calc(208 / 375 * 100vw);
  --209px: calc(209 / 375 * 100vw);
  --210px: calc(210 / 375 * 100vw);
  --211px: calc(211 / 375 * 100vw);
  --212px: calc(212 / 375 * 100vw);
  --213px: calc(213 / 375 * 100vw);
  --214px: calc(214 / 375 * 100vw);
  --215px: calc(215 / 375 * 100vw);
  --216px: calc(216 / 375 * 100vw);
  --217px: calc(217 / 375 * 100vw);
  --218px: calc(218 / 375 * 100vw);
  --219px: calc(219 / 375 * 100vw);
  --220px: calc(220 / 375 * 100vw);
  --221px: calc(221 / 375 * 100vw);
  --222px: calc(222 / 375 * 100vw);
  --223px: calc(223 / 375 * 100vw);
  --224px: calc(224 / 375 * 100vw);
  --225px: calc(225 / 375 * 100vw);
  --226px: calc(226 / 375 * 100vw);
  --227px: calc(227 / 375 * 100vw);
  --228px: calc(228 / 375 * 100vw);
  --229px: calc(229 / 375 * 100vw);
  --230px: calc(230 / 375 * 100vw);
  --231px: calc(231 / 375 * 100vw);
  --232px: calc(232 / 375 * 100vw);
  --233px: calc(233 / 375 * 100vw);
  --234px: calc(234 / 375 * 100vw);
  --235px: calc(235 / 375 * 100vw);
  --236px: calc(236 / 375 * 100vw);
  --237px: calc(237 / 375 * 100vw);
  --238px: calc(238 / 375 * 100vw);
  --239px: calc(239 / 375 * 100vw);
  --240px: calc(240 / 375 * 100vw);
  --241px: calc(241 / 375 * 100vw);
  --242px: calc(242 / 375 * 100vw);
  --243px: calc(243 / 375 * 100vw);
  --244px: calc(244 / 375 * 100vw);
  --245px: calc(245 / 375 * 100vw);
  --246px: calc(246 / 375 * 100vw);
  --247px: calc(247 / 375 * 100vw);
  --248px: calc(248 / 375 * 100vw);
  --249px: calc(249 / 375 * 100vw);
  --250px: calc(250 / 375 * 100vw);
  --251px: calc(251 / 375 * 100vw);
  --252px: calc(252 / 375 * 100vw);
  --253px: calc(253 / 375 * 100vw);
  --254px: calc(254 / 375 * 100vw);
  --255px: calc(255 / 375 * 100vw);
  --256px: calc(256 / 375 * 100vw);
  --257px: calc(257 / 375 * 100vw);
  --258px: calc(258 / 375 * 100vw);
  --259px: calc(259 / 375 * 100vw);
  --260px: calc(260 / 375 * 100vw);
  --261px: calc(261 / 375 * 100vw);
  --262px: calc(262 / 375 * 100vw);
  --263px: calc(263 / 375 * 100vw);
  --264px: calc(264 / 375 * 100vw);
  --265px: calc(265 / 375 * 100vw);
  --266px: calc(266 / 375 * 100vw);
  --267px: calc(267 / 375 * 100vw);
  --268px: calc(268 / 375 * 100vw);
  --269px: calc(269 / 375 * 100vw);
  --270px: calc(270 / 375 * 100vw);
  --271px: calc(271 / 375 * 100vw);
  --272px: calc(272 / 375 * 100vw);
  --273px: calc(273 / 375 * 100vw);
  --274px: calc(274 / 375 * 100vw);
  --275px: calc(275 / 375 * 100vw);
  --276px: calc(276 / 375 * 100vw);
  --277px: calc(277 / 375 * 100vw);
  --278px: calc(278 / 375 * 100vw);
  --279px: calc(279 / 375 * 100vw);
  --280px: calc(280 / 375 * 100vw);
  --281px: calc(281 / 375 * 100vw);
  --282px: calc(282 / 375 * 100vw);
  --283px: calc(283 / 375 * 100vw);
  --284px: calc(284 / 375 * 100vw);
  --285px: calc(285 / 375 * 100vw);
  --286px: calc(286 / 375 * 100vw);
  --287px: calc(287 / 375 * 100vw);
  --288px: calc(288 / 375 * 100vw);
  --289px: calc(289 / 375 * 100vw);
  --290px: calc(290 / 375 * 100vw);
  --291px: calc(291 / 375 * 100vw);
  --292px: calc(292 / 375 * 100vw);
  --293px: calc(293 / 375 * 100vw);
  --294px: calc(294 / 375 * 100vw);
  --295px: calc(295 / 375 * 100vw);
  --296px: calc(296 / 375 * 100vw);
  --297px: calc(297 / 375 * 100vw);
  --298px: calc(298 / 375 * 100vw);
  --299px: calc(299 / 375 * 100vw);
  --300px: calc(300 / 375 * 100vw);
  --301px: calc(301 / 375 * 100vw);
  --302px: calc(302 / 375 * 100vw);
  --303px: calc(303 / 375 * 100vw);
  --304px: calc(304 / 375 * 100vw);
  --305px: calc(305 / 375 * 100vw);
  --306px: calc(306 / 375 * 100vw);
  --307px: calc(307 / 375 * 100vw);
  --308px: calc(308 / 375 * 100vw);
  --309px: calc(309 / 375 * 100vw);
  --310px: calc(310 / 375 * 100vw);
  --311px: calc(311 / 375 * 100vw);
  --312px: calc(312 / 375 * 100vw);
  --313px: calc(313 / 375 * 100vw);
  --314px: calc(314 / 375 * 100vw);
  --315px: calc(315 / 375 * 100vw);
  --316px: calc(316 / 375 * 100vw);
  --317px: calc(317 / 375 * 100vw);
  --318px: calc(318 / 375 * 100vw);
  --319px: calc(319 / 375 * 100vw);
  --320px: calc(320 / 375 * 100vw);
  --340px: calc(340 / 375 * 100vw);
  --345px: calc(345 / 375 * 100vw);
  --360px: calc(360 / 375 * 100vw);
  --375px: calc(375 / 375 * 100vw);
}

.result_new_length {
  max-width:1440px;;
  margin:auto auto 15px;
  font-size:18px;
}
.result_new_length.no_result {
  text-align:center;
  line-height:1.7;
  height:30vw
}

.column_head > div {
  width: auto;
  margin-left: 65px;
  padding-bottom: 0px;
}

.column_head{
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 100px;
  max-width: 1920px;
  background: url(/jp/-/Media/medicom/temp-staff/client/kv_pc.png) ;
  background-size: cover;
  background-position: center;
  border-bottom: none;
}

.kv-bg{
  padding-bottom: 40px;
}

.kv__catch{
  font-size: 40px;
  font-weight: 600;
  line-height: 68px;
  padding-top: 40px;
  margin-bottom: 16px;
  color: #0D64F2;
}

.kv_text{
  font-size: 16px;
  font-weight: 300;
  line-height: 26.4px;
  margin-bottom: 30px;
}

.section__button-wrap{
  width: 345px;
  height: 75px;
  text-align: center;
  vertical-align: middle;
  background-color: #DA7C11;
  border-radius: 14px;
}

.cv-button{
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.section__button-wrap{
  position: relative;
}

.cv-button__content::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto 0;
  background: center / contain no-repeat url(/jp/-/media/medicom/clinics/medicom-cloud/link_arrow_white.svg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}

.title_h2{
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #0D64F2;
}

.title_label{
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-top: 16px;
  color: #252525;
}

.section_category{
  margin-bottom: 120px;
}

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

.task_item{
  position: relative;
  max-width: 320px;
  min-width: 230px;
  width: 22vw;
  background-color: #F1F1F1;
}

.task_border{
  position: absolute;
  border: 1px solid #C2C2C2;
  height: 100%;
  width: 100%;
  left: -6px;
  top: -6px;
  z-index: 5;
}

.task_img{
  width: 100%;
  height: 210px;
}

.task_textBox{
  padding: 10px 20px 40px 20px;
}

.task_text{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px !important;
}

.task_subText{
  margin-bottom: 0px !important;
}

.title_highlight{
  display: flex;
  justify-content: center;
  width: fit-content;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  color: #ffffff;
  background-color: #0D64F2;
  padding: 0px 10px;
  margin:  0 auto;
  margin-bottom: 30px;
}

.highlight_bar{
  position: relative;
}

.highlight_bar::before {
  content: "";
  position: absolute; 
  top: -60px; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #C2C2C2, #0D64F2); 
}

.title_h3{
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.-acc_underLine{
  background: linear-gradient(transparent 60%, #E2EDFD 0);
}

.solution_contents{
  color: #ffffff;
  background-image: linear-gradient(to bottom, #0087DB, #1BC3D2);
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;

}

.solution_inner{
  max-width: 935px;
  margin-left: 75px;
}

.solution_leadTitle{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.solution_leadText{
  font-size: 16px;
  margin-bottom: 30px !important;
}

.solution_text{
  margin-bottom: 50px !important;
}

.solution_label_L{
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  background: url(/jp/-/Media/medicom/temp-staff/client/label_01.png) ;
  margin-bottom: 20px;
}

.solution_label_R{
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  background: url(/jp/-/Media/medicom/temp-staff/client/label_02.png) ;
  margin-bottom: 20px;
}

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

.solution_item{
  width: 440px;
}

.solution_banner{
  width: 75%;
  height: 22%;
  padding-left: 9%;
  padding-right: 9%;
  margin-bottom: 10px;
  background-color: #ffffff;
}

.solution_banner2{
  width: 75%;
  padding: 13px 9%;
  background-color: #ffffff;
}

.solution_category{
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.solution_btn{
  position: relative;
  width: 360px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 30px;
  margin:  0 auto;
  margin-top: 60px;
  transition: background-color 0.3s;
}

.solution_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #252525;
  transition: background-color 0.3s;
}

.solution_btn a::after {
  content: ">";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 14px;
}

.solution_btn:hover{
  background-color: #52A9FF;
  opacity: 1;
}

.solution_btn:hover a{
  color: #ffffff;
  opacity: 1;
}

.merit_item{
  position: relative;
  display: flex;
  margin-bottom: 10px;
  background-color: #F3F8FE;
}

.merit_border{
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 1px solid #0D64F2;
}

.merit_point{
  width: 140px;
  margin-left: 40px;
  margin-bottom: 18px;
}

.merit_textBox{
  margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
}

.merit_lead{
  font-size: 24px;
  font-weight: 600;
  margin-top: 0px !important;
  margin-bottom: 16px !important;
}

.merit_text{
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0px !important;
}

.step_text{
  margin-bottom: 0px !important;
}

.step_contents{
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.step_item{
  position: relative;
  z-index: 5;
  display: flex;
  margin-bottom: 40px;
}

.step_textBox{
  margin-left: 30px;
}

.step_lead{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px !important;
}

.step_text{
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0px !important;
}

.step_ano{
  position: relative;
  margin-bottom: 0px !important;
}

.step_ano li{
  font-size: 12px;
  font-weight: 300;
  margin-left: 16px;
}

.step_ano li::before{
  position: absolute;
  content: "※";
  left: 0;
}

.step_line{
  position: absolute;
  width: 2px;
  height: 95%;
  top: 30px;
  left: 34px;
  background: #0D64F2;
  z-index: 1;
}

.introduction{
  padding-bottom: 38px;
}

.introduction_contents{
  position: relative;
}

.introduction_inner{
  position: relative;
  z-index: 5;
}

.introduction_item{
  display: flex;
  padding-top: 24px;
  padding-left: 24px;
  margin-bottom: 12px;
  background-color: #F3F8FE;
}

.introduction_img{
  width: 40%;
}

.introduction_popBox{
  position: relative;
  margin-left: 0px;
  margin-bottom: 20px;
  width: 60%;
}

.introduction_popTextbox {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 80%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80%;
}

.step_pop{
  height: 100%;
}

.introduction_popLead{
  margin-bottom: 0px !important;
  font-weight: 600;
}

.introduction_popText{
  margin-bottom: 0px !important;
}

.step_arrow{
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 24px;
}

.introduction_imageBox{
  display: flex;
}

.introduction_textBox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
  max-width: 40%;
}

.introduction_lead{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px !important;
}

.introduction_text{
  margin-bottom: 0px !important;
}

.img_introduction_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 48px;
  left: -35px;
  background-color: #0D64F2;
}

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

.contact_data{
  margin-left: 30px;
  margin-top: 56px;
}

.contact_country{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px !important;
}

.contact_list li{
  margin-bottom: 16px;
}

.contact_separator{
  width: 100%;
  border: solid 1px #C2C2C2;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact_btn{
  background-color: #0D64F2;
}

.contact_btn a{
  color: #ffffff;
}

.questionBox{
  background-color: #FAFAFA;
  position: relative;
  z-index: 5;
  padding-top: 80px;
  padding-bottom: 90px;
}

.questionBox h2{
  position: relative;
}

.question_bg{
  position: absolute;
  top: 0;
  left: -35px;
  width: 100vw;
  height: 100%;
  background-color: #FAFAFA;
}

.notice{
  margin-top: 80px;
}

.notice_box{
  padding: 20px 0px;
  border-top: 1px solid #C2C2C2;
  border-bottom:  1px solid #C2C2C2;
}

.notice_title{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.notice_link{
  margin-bottom: 0px !important;
}

.icon_blank a{
  color: #252525;
}

.icon_blank a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: center / contain no-repeat url(/jp/-/media/medicom/temp-staff/client/icon_blank.svg);
}

.icon_blankArrow a::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-right: 12px;
  background: center / contain no-repeat url(/jp/-/media/medicom/temp-staff/client/icon_blankArrow.svg);
}

.summary_item{
  display: flex;
  margin-bottom: 30px;
}

.summary_label{
  width: 220px;
  border: 1px solid #C2C2C2;
  border-radius: 100px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 35px;
}

.summary_text{
  display: flex;
  align-items: center;
  max-width: 65%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.provide{
  background-color: #F5F5F5;
}

.provide_inner{
  padding: 40px 20px;
}

.provide_title{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px !important;
}

.provide_text{
  margin-bottom: 16px !important;
}

.provide_link{
  margin-bottom: 6px !important;
}

aside {
  border-bottom: none;
}

.sp_only{
  display: none;
}

/* SP */
@media screen and (max-width: 980px) {

  .pc_only{
    display: none;
  }

  .sp_only{
    display: contents;
  }

  .frame>article section+section {
    margin-top: 120px;
  }

  .column_head{
    margin-top: 0px;
    margin-bottom: 60px;
    background: url(/jp/-/Media/medicom/temp-staff/client/kv_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .column_head > div {
    padding: 0px;
    margin-left: 20px;
  }

  .kv__catch {
    font-size: var(--20px);
    line-height: var(--33px);
    padding-top: 40px;
    margin-bottom: 30px;
    color: #0D64F2;
}

.kv_text{
  font-size: var(--12px);
  line-height: var(--23px);
  padding-bottom: 40px;
}

.kv-bg{
  padding: 0px;
}

.kv__cv{
  margin: 0 auto;
}

.section__button-wrap {
  margin: 0 auto;
  margin-bottom: 80px;
}

.title_h2 {
  text-align: center;
  font-size: var(--28px);
  line-height: var(--42px);
  margin-bottom: 34px;
}

.title_label {
  display: block;
  font-size: var(--20px);
  line-height: var(--28px);
}

.task_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.task_item {
  max-width: 600px;
  width: var(--340px);
  margin-bottom: 20px;
}

.task_textBox {
  padding: 15px 25px 30px 25px;
}

.task_subText{
  font-size: 16px;
  margin-bottom: 0px !important;
}

.task_img{
  height: auto;
}

.title_highlight_sp{
  display: block;
  display: flex;
  justify-content: center;
  width: fit-content;
  font-size: var(--28px);
  font-weight: 600;
  line-height: var(--40px);
  color: #ffffff;
  background-color: #0D64F2;
  padding: 0px 10px;
  margin:  0 auto;
  margin-bottom: 10px;
}

.title_h3_sp {
  display: block;
  font-size: var(--20px);
  line-height: var(--40px);
  font-weight: 600;
  text-align: center;
}

.solution_contents {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.solution_inner {
  max-width: 935px;
  padding: 15px;
  margin-left: 0px;
}

.solution_text{
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px !important;
}

.solution_column2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
}

.solution_leadTitle {
  text-align: center;
  font-size: var(--24px);
  margin-bottom: 10px;
}

.solution_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.solution_banner {
  width: var(--300px);
  height: auto;
  max-width: 600px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  background-color: #ffffff;
}

.solution_banner2 {
  width: var(--300px);
  height: auto;
  max-width: 600px;
  padding: 12px 10px;
  margin-bottom: 15px;
  background-color: #ffffff;
}

.solution_label_L{
  margin-bottom: 0px !important;
}

.solution_label_R{
  margin-top: 60px !important;
  margin-bottom: 0px !important;
}

.solution_btn {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 50px;
}

.merit_item{
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.merit_point {
  width: var(--80px);
  max-width: 140px;
  margin-left: 0px;
  margin-bottom: 16px;
}

.merit_textBox {
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.merit_lead {
  font-size: var(--20px);
  line-height: var(--33px);
  text-align: center;
}

.step_item{
  align-items: flex-start;
}

.step_img{
  position: relative;
  z-index: 5;
  width: 70px;
  max-width: 110px;
}

.step_textBox {
  max-width: var(--245px);
}

.step_lead {
  font-size: 20px;
}

.step_line{
  display: none;
}

.step_line_sp {
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 70px;
  background: #0D64F2;
  z-index: 1;
  left: 34px;
}

.step_ano li {
  font-size: 12px;
  margin-left: 20px;
}

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

.introduction_item {
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 20px 20px;
  margin-bottom: 20px;
}

.introduction_img{
  width: 24vw;
  height: 24vw;
  max-width: 150px;
  max-height: 150px;
}

.introduction_popBox{
  width: auto;
  margin-bottom: 0px;
}

.introduction_popTextbox{
  left: 18%;
  width: 75%;
}

.introduction_popLead{
  font-size: 16px;
}

.step_pop_sp2{
  height: 170px;
}

.introduction_popText{
  font-size: 16px;
}

.introduction_textBox{
  max-width: 100%;
  margin-bottom: 0px;
}

.introduction_lead{
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px !important;
}

.introduction {
  padding-bottom: 0px;
}

.step_pop{
  display: none;
}

.step_pop_sp {
  display: block;
  width: 57.3vw;
  max-width: 300px;
}

.step_arrow_sp{
  display: block;
  width: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.img_introduction_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: var(--15pxN);
  background-color: #0D64F2;
}

.img_introduction_bg_sp {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 15px;
  right: var(--15pxN);
  background-color: #0D64F2;
}

.contact_data{
  margin: 0px;
}

.contact_item {
  flex-direction: column;
  align-self: center;
}

.contact_tel{
  margin-bottom: 0px;
}

.contact_map{
  margin-top: 30px;
  width: 100% !important;
}

.questionBox {
  background-color: #FAFAFA;
  position: relative;
  z-index: 5;
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact_btn {
  background-color: #0D64F2;
  margin-top: 60px;
  width: 90%;
}

.summary_item {
  margin-bottom: 20px;
}

.summary_label {
  width: 140px;
  height: fit-content;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
}

.summary_label_sp{
  border-radius: 22px;
}

.summary_text{
  max-width: var(--185px);
}

.provide_text{
  font-size: 16px;
}

#aside {
  width: auto;
}

}


/* question */
.qa_about_Q{
  margin-bottom: 0px !important;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #0D64F2;
}

.title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.5s ease;
  width: 100%;
  border-bottom: #cccccc solid 2px;
  color: #333333;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2.5px;
  border-radius: 1.25px;
  background-color: #0D64F2;
}
.title::before {
  top: 48%;
  right: 18.5px;
  transform: rotate(45deg);
}
.title::after {
  top: 48%;
  right: 11.5px;
  transform: rotate(-45deg);
}

.title.close::before {
  transform: rotate(-45deg);
}

.title.close::after {
  transform: rotate(45deg);
}

.box {
  display: none;
  position: relative;
  background: #FFFFFF;
  padding: 30px;
}

.box p{
  margin-bottom: 0px !important;
}

.box a {
  text-decoration: underline;
}

/* table */
.tab_btn {
  display: flex;
  max-width: 1254px;
  margin: 67px auto 0;
  justify-content: center;
  border-bottom: solid #0670DB 4px;
}

.tab_btn_col {
  width: 25%;
}

.tab_btn_col:not(:first-child):not(:last-child) {
  margin-left: 1px;
  margin-right: 1px;
}
.tab_btn_col:first-child{
  margin-right: 1px;
}

.tab_btn_col:last-child{
  margin-left: 1px;
}

.tab_btn_link {
  background: #EDEDED;
  color: #848484 !important;
  display: block;
  padding: 14px 20px;
  text-align: center;
  font-size: 24px;
  font-family: var(--typography--db);
  font-weight: 600;
  line-height: 32px;
}
.tab_btn_col:first-child .tab_btn_link {
  border-radius: 10px 0 0 0;
}

.tab_btn_col:last-child .tab_btn_link {
  border-radius: 0 10px 0 0;
}

.tab_btn_link.active {
  background: #0670DB;
  color: #ffffff !important;
  pointer-events: none;
}

.tabarea {
  display: none;
  max-width: 1254px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.tabarea.is-active {
  display: block;
}

.section--implementation-flow{
  margin-bottom: 80px;
}

@media screen and (max-width: 980px) {
.section--implementation-flow{
  margin-bottom: 60px;
  }
.tab_btn{
  margin-top: 33px;
  margin-left:  var(--8px);
  margin-right:  var(--8px);
}
.tab_btn_link{
  font-size: 12px;
  line-height: 16px;
  padding: 7px;
}
  body>header.hidden {
      position: relative;
      top: 0;
      left: 0;
  }
  .iframe{
    height: 1450px;
  }
  /* question */
.question {
  
}

.question_link{
  margin: 0 var(--12px); 
}
.title__icon {
  width: var(--12px);
  margin-bottom: var(--10px);
}

/* プルダウン */
.accordion-area {
  list-style: none;
  margin: 0 auto;
}

.accordion-area p + p {
  margin-top: var(--10px);
}

.accordion-area li {
  margin-bottom: var(--30px);
}

.title {
  font-size: 14px;
  font-family: var(--typography--db);
  gap: var(--5px);
  transition: all 0.5s ease;
  padding-right: var(--20px);
  box-sizing: border-box;
  padding-bottom: var(--5px);
}

.title::before,
.title::after {
  width: 8px;
  height: 2.5px;
}
.title::before {
  top: 45%;
  right: 10.0px;
  transform: rotate(45deg);
}
.title::after {
  top: 45%;
  right: 6px;
  transform: rotate(-45deg);
}

.title.close::before {
  transform: rotate(-45deg);
}

.title.close::after {
  transform: rotate(45deg);
}

.imgbox {
  height: var(--15px);
  flex-shrink: 0;
}

.box {
  padding: var(--20px) var(--15px);
  font-size: 14px;
}
}

.additional-options_costBox{
  font-family: var(--typography--m);
  padding: 40px 40px 38px;
  background-color: #F4FAFF;
  margin-top: 47px;
  margin-bottom: 40px;
}

.additional-options_costInner{
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 32px;
}
.additional-options_costInner p{
  position: relative;
}
.additional-options_costInner p:first-of-type {
  padding-right: 20px;
}

.additional-options_cost_num{
  font-size: 50px;
  line-height: 26.4px;
  color: #0670DB;
  margin-left: 20px;
}

.additional-options_cost_yen{
  font-size: 20px;
  line-height: 26.4px;
  color: #0670DB;
}

.additional-options_cost_subText{
  font-size: 16px;
  line-height: 26.4px;
  color: #0670DB;
  text-align: right;
  display: block;
  position: absolute;
  right: 0px;

}

.additional-options_cost_separator {
  height: 50px;
  width: 0px;
  border: solid 2px #0670DB;
  margin-left: 60px;
  margin-right: 60px; 
}

.additional-options_cost_note::before{
content: "※";
position: absolute;
font-size: 12px;
top: -20px;
right: 0px;
}



@media screen and (max-width: 980px) {

  .additional-options_costBox{
    padding: 20px 15px 28px;
    margin-top: 53px;
    margin-bottom: 27px;
  }
  
  .additional-options_costInner{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: var(--32px);
  }
  .additional-options_costInner p{
    font-size: var(--16px);
  }
  .additional-options_costInner p:first-of-type {
    padding-right: 0px;
  }
  
  .additional-options_cost_num{
    font-size: var(--28px);
    line-height: 26.4px;
    color: #0670DB;
    margin-left: var(--10px);
  }
  
  .additional-options_cost_yen{
    font-size: var(--14px);
    line-height: 26.4px;
    color: #0670DB;
  }
  
  .additional-options_cost_subText{
    font-size: var(--14px);
    line-height: 26.4px;
    color: #0670DB;
    text-align: right;
    display: block;
    position: absolute;
    right: -10px;
  
  }
  
  .additional-options_cost_separator {
    height: 0px;
    width: 100%;
    border: solid 1px #0670DB;
    margin: var(--10px);
  }
  
  .additional-options_cost_note::before{
  content: "※";
  position: absolute;
  font-size: var(--12px);
  top: -10px;
  right: -15px;
  }

  .qa_about_Q{
    font-size: 16px;
    margin-left: 0px;
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 520px) {
  .qa_about_Q{
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 981px) {
  .contact_tel a{
    pointer-events: none;
    color: #252525 !important;
  }
}




