/* renewal 2023.12 */

/* override */
nav.topNav {
  margin-top: 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media print,screen and (min-width: 701px) {
  nav.topNav {
    position: relative;
    z-index: 3;
    box-shadow: 0 -4px 2px rgba(0,0,0,0.25);
  }
}

/* common */
.d-inline-block {
  display: inline-block;
}
.bg-gradation-23 {
  color: #fff;
  background: #6244bb;
  background: linear-gradient(97deg, #6244bb 0%, #6046bb 39.68%, #5a4dbc 56.54%, #4f5abe 69.07%, #3f6bc1 79.45%, #2b82c4 88.52%, #129ec8 96.52%, #05adca 100%);
}
/** tablet, pc **/
@media print,screen and (min-width: 701px) {
  .onlySP {
    display: none;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .onlyPC {
    display: none;
  }
}

/* lp-mv */
.lp-mv {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lp-mv .slide-image,
.lp-mv .slide-contents {
  position: absolute;
  top: 0;
  height: 100%;
}
.lp-mv .slide-image {
  z-index: 1;
  right: 0;
  pointer-events: none;
}
.lp-mv .img-item .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.lp-mv .img-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«ã‚’æ–œã‚ã«ãƒžã‚¹ã‚¯ã™ã‚‹ï¼ˆç”»åƒãŒæ‹¡å¤§ï¼‰ start */
.lp-mv .img-item {
  transform: skewX(-30deg);
  transform-origin: left bottom;
}
.lp-mv .img-item .img img {
  transform: skewX(30deg);
  width: 184.66%;
  max-width: none;
  transform-origin: left bottom;
}
/* ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«ã‚’æ–œã‚ã«ãƒžã‚¹ã‚¯ã™ã‚‹ï¼ˆç”»åƒãŒæ‹¡å¤§ï¼‰ end */
.lp-mv .slide-contents {
  z-index: 5;
  left: 0;
  width: 100%;
  font-weight: 500;
  color: #fff;
}
.lp-mv .slide-contents::before {
  content: "";
  display: block;
  position: absolute;
  left: -45%;
  top: 0;
  height: 100%;
  transform-origin: right bottom;
  background-color: #6e38d5;
  transform: skewX(-30deg);
  transition: background-color .3s ease-in-out;
}
.lp-mv .slide-contents[data-cr="0"]::before { background-color: #fbfbfb; }
.lp-mv .slide-contents[data-cr="1"]::before { background-color: #6e38d5; }
.lp-mv .slide-contents[data-cr="2"]::before { background-color: #440099; }
.lp-mv .slide-contents[data-cr="3"]::before { background-color: #00aec7; }
.lp-mv .slide-contents[data-cr="4"]::before { background-color: #a42af9; }
.lp-mv .slide-contents .cont-item {
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% - 80px);
  max-width: 1000px;
  transform: translateX(-50%);
}
.lp-mv .slide-contents img {
  display: block;
  width: 100%;
}
.lp-mv .slide-contents .cont-title {
  margin: 7.5% 0 0;
  width: 68%;
  max-width: 680px;
}
.lp-mv .slide-contents .cont-logo {
  width: 42.2%;
  max-width: 422px;
}
.lp-mv .slide-contents .cont-item > * {
  transform: scale(1) translateY(20%);
  opacity: 0;
  transition: transform .4s ease-in-out, opacity .4s ease-in-out;
}
.lp-mv .slide-contents .cont-item > *:first-child { transform: scale(1.1) translateY(0); }
.lp-mv .slide-contents .cont-item > *:nth-child(2) { transition-delay: 0.2s; }
.lp-mv .slide-contents .cont-item > *:nth-child(3) { transition-delay: 0.4s; }
.lp-mv .slide-contents .cont-item > *:nth-child(4) { transition-delay: 0.6s; }
.lp-mv .slide-contents .cont-item > *:nth-child(5) { transition-delay: 0.8s; }
.lp-mv .slide-contents[data-cr="0"] .cont-01 > * { transform: scale(1) translateY(0); opacity: 1; }
.lp-mv .slide-contents[data-cr="1"] .cont-02 > * { transform: scale(1) translateY(0); opacity: 1; }
.lp-mv .slide-contents[data-cr="2"] .cont-03 > * { transform: scale(1) translateY(0); opacity: 1; }
.lp-mv .slide-contents[data-cr="3"] .cont-04 > * { transform: scale(1) translateY(0); opacity: 1; }
.lp-mv .slide-contents[data-cr="4"] .cont-05 > * { transform: scale(1) translateY(0); opacity: 1; }
.lp-mv .slide-contents[data-cr="5"] .cont-06 > * { transform: scale(1) translateY(0); opacity: 1; }

.lp-mv .slide-contents .cont-01 .cont-logo {
  margin-top: 5.2%;
}
.lp-mv .slide-contents .cont-02 .cont-logo {
  margin-top: 6%;
}
.lp-mv .slide-contents .cont-03 .cont-logo {
  margin-top: 12.6%;
}
.lp-mv .slide-contents .cont-04 .cont-logo {
  margin-top: 5%;
}
.lp-mv .slide-contents .cont-05 .cont-logo {
  margin-top: 5%;
}
.lp-mv .slide-contents .cont-title .note {
  display: block;
}
.lp-mv .slide-contents .cont-05 .cont-title .note {
  font-weight: 900;
}
.lp-mv .slide-contents .cont-04 .cont-number {
  margin-top: 5%;
}
.lp-mv .slide-contents .cont-04 .cont-number > span {
  display: block;
  font-weight: 700;
}
.lp-mv .slide-contents .cont-04 .cont-number > span:first-child {
  font-weight: 900;
}
/** tablet, pc **/
@media print,screen and (min-width: 701px) {
  .lp-mv, .lp-mv .img-item {
    height: 72.03vw;
  }
  /* ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«ã‚’æ–œã‚ã«ãƒžã‚¹ã‚¯ã™ã‚‹ï¼ˆç”»åƒãŒæ‹¡å¤§ï¼‰ start */
  .lp-mv .img-item .img img {
    width: 166.66%;
  }
  /* ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«ã‚’æ–œã‚ã«ãƒžã‚¹ã‚¯ã™ã‚‹ï¼ˆç”»åƒãŒæ‹¡å¤§ï¼‰ end */
  .lp-mv .slide-image {
    width: 60%;
  }
  .lp-mv .slide-contents::before {
    width: 85%;
  }
  .lp-mv .slide-contents .cont-04 .cont-title .note {
    margin-top: .5em;
    padding-left: 2%;
    font-size: 15px;
    font-size: 1.5vw;
    font-size: min(1.5vw, 15px);
  }
  .lp-mv .slide-contents .cont-04 .cont-number {
    font-size: 40px;
    font-size: 4vw;
    font-size: min(4vw, 40px);
  }
  .lp-mv .slide-contents .cont-04 .cont-number > span + span {
    font-size: 17px;
    font-size: 1.7vw;
    font-size: min(1.7vw, 17px);
  }
  .lp-mv .slide-contents .cont-05 .cont-title .note {
    margin-top: .5em;
    font-size: 33px;
    font-size: 3.3vw;
    font-size: min(3.3vw, 33px);
    font-feature-settings: "palt";
  }
}
/** pc **/
@media print,screen and (min-width: 1081px) {
  .lp-mv, .lp-mv .img-item {
    height: 778px;
  }
  .lp-mv .slide-contents .cont-04 .cont-title .note {
    font-size: 15px;
  }
  .lp-mv .slide-contents .cont-04 .cont-number {
    font-size: 40px;
  }
  .lp-mv .slide-contents .cont-04 .cont-number > span + span {
    font-size: 17px;
  }
  .lp-mv .slide-contents .cont-05 .cont-title .note {
    font-size: 33px;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .lp-mv, .lp-mv .img-item {
    height: 106.13vw;
  }
  .lp-mv .slide-contents .cont-item {
    width: 89.3%;
  }
  .lp-mv .slide-image {
    width: 80%;
  }
  .lp-mv .slide-contents::before {
    left: -65%;
    width: 85%;
  }
  .lp-mv .slide-contents .cont-04 .cont-title .note {
    margin-top: .5em;
    padding-left: 1%;
    font-size: 10px;
    font-size: 2.67vw;
    font-size: min(2.67vw, 12px);
  }
  .lp-mv .slide-contents .cont-04 .cont-number {
    font-size: 16px;
    font-size: 4.8vw;
    font-size: min(4.26vw, 18px);
  }
  .lp-mv .slide-contents .cont-04 .cont-number > span + span {
    font-size: 13px;
    font-size: 3.46vw;
    font-size: min(3.46vw, 14px);
  }
  .lp-mv .slide-contents .cont-05 .cont-title .note {
    margin-top: .5em;
    font-size: 16px;
    font-size: 4.26vw;
    font-size: min(4.26vw, 18px);
    font-feature-settings: "palt";
  }
}

/* é›»è©±è¿½åŠ ç”¨ã‚¹ã‚¿ã‚¤ãƒ« */
header .shopTel svg {
  display: block;
  width: 32px;
  height: auto;
}
.button.pre a.btn-tel {
  padding: 5px;
  background: linear-gradient(180deg, rgba(150,123,222,1) 0%, rgba(105,70,197,1) 44%, rgba(104,79,232,1) 100%);
  border-color: #5d3ab9;
}
.button.pre a.btn-tel svg {
  display: block;
  width: 20px;
  height: auto;
}
@media print,screen and (min-width: 701px) {
  header .inner {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
  }
  header .shopTel {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  header .shopTel-inner {
    display: inline-flex;
    align-items: flex-end;
    margin-left: auto;
    padding-bottom: 8px;
    text-align: left;
  }
  header .shopTel .text {
    font-size: 12px;
    font-size: min(1.4vw, 12px);
    line-height: 1.4;
  }
  header .shopTel .text > span {
    display: block;
  }
  header .shopTel .text > span.number {
    font-weight: 500;
    font-size: 283.33%;
    line-height: 1;
  }
  .button.pre a.btn-tel {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  header .shopTel {
    display: none;
  }
  .topNav .button.pre,
  .bottom .button.pre {
    display: flex;
    justify-content: flex-end;
  }
  .button.pre a.btn-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 9px;
    margin-right: 10px;
  }
}

/* no1-title */
.sec1.main-title-area {
  padding: 50px 20px;
  border: none;
}
.sec1.main-title-area .no1-title {
  margin: 0 auto;
  padding: 0;
  max-width: 630px;
}
.sec1.main-title-area .no1-title img {
  display: block;
  width: 100%;
  max-width: none;
}
.sec1.main-title-area p {
  font-size: 14px;
  margin-top: .25em;
}
@media screen and (max-width: 700px) {
  .sec1.main-title-area {
    padding: 20px;
  }
  .sec1.main-title-area p {
    font-size: 9px;
  }
}

/* img-btn-block */
.img-btn-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}
.img-btn-block .bg,
.img-btn-block .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.img-btn-block .bg img {
  object-fit: cover;
}
.img-btn-block #s2_after.bg img {
  object-position: right top;
}
.img-btn-block .btn_block {
  max-width: 400px;
}
.img-btn-block .btn_block .button {
  position: relative;
  z-index: 5;
}
/** tablet, pc **/
@media print,screen and (min-width: 701px) {
  .img-btn-block .btn_block .button {
    margin: 16px 0;
  }
}

/** tablet, pc **/
@media print,screen and (min-width: 701px) {
  .img-btn-block {
    height: 40vw;
  }
}
/** pc **/
@media print,screen and (min-width: 1081px) {
  .img-btn-block {
    height: 400px;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .img-btn-block {
    height: 53.33vw;
  }
  .img-btn-block .button {
    margin-top: 16vw;
  }
  .img-btn-block .button a {
    padding: 0;
    height: 14vw;
    width: 74.4vw;
    font-size: 3.86vw;
  }
}
/* smartphone S */
@media screen and (max-width: 375px) {
}

/* sec-23nml */
.sec-23nml {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 40px;
}
.sec-23nml-title {
  text-align: center;
  color: #6e38d5;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: .5em;
}
.sec-23nml-title .sub {
  display: block;
  color: #05adca;
  font-size: 24px;
}
.sec-23nml img {
  max-width: 100%;
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .sec-23nml {
    padding: 30px 0;
  }
  .sec-23nml-title {
    font-size: 22px;
    font-size: 6vw;
    font-size: min(6vw, 30px);
  }
  .sec-23nml-title .sub {
    font-size: 15px;
    font-size: 4.13vw;
    font-size: min(4.13vw, 21px);
  }
}

/* sec-why */
.why-list {
  margin: 0 auto;
  max-width: 950px;
  padding: 0;
  list-style: none;
}
.why-list .why-desc,
.why-list .why-note {
  line-height: 1.75;
  font-feature-settings: "palt";
  text-align: justify;
}
.why-list .why-desc {
  font-weight: 500;
  font-size: 15px;
}
.why-list .why-note {
  font-size: 13px;
  margin-top: .5em;
}
.why-list .why-title {
  position: relative;
}
.why-list .why-title .price {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  position: absolute;
  top: 60%;
  left: 32%;
}
.why-list .why-title .price .text-red {
  color: #ef3340;
}
.why-list .why-title .price .text-red .small {
  font-size: 15px;
  vertical-align: baseline;
}
/** tablet, pc **/
@media print,screen and (min-width: 701px) {
  .why-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
  .why-list > li {
    width: 46%;
    max-width: 400px;
  }
  .why-list > li:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .why-list .why-thumb {
    position: relative;
    margin-bottom: 15px;
  }
  .why-list .why-thumb._no1::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 41.5%;
  }
  .why-list .why-thumb._no1 img {
    position: absolute;
    width: 108.25%;
    max-width: none;
    left: 0;
    top: 0;
    margin: -6.25% 0 0 -2%;
  }
  .why-list .why-title {
    width: 91%;
    margin: 0 0 10px 2.5%;
  }
  .why-list .why-title .price {
    font-size: 22px;
    font-size: min(2.2vw, 22px);
  }
  .why-list .why-title .price .text-red .small {
    font-size: 15px;
    font-size: min(1.5vw, 22px);
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .why-list > li + li {
    margin-top: 25px;
  }
  .why-list .why-thumb {
    margin-bottom: 10px;
  }
  .why-list .why-thumb._no1 {
    width: 96.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .why-list .why-title {
    width: 81.86%;
    margin: 0 0 10px 5.6%;
  }
  .why-list .why-text {
    width: 90.67%;
    margin: 0 auto;
  }
  .why-list .why-desc {
    font-size: 14px;
  }
  .why-list .why-note {
    font-size: 12px;
  }
  .why-list .why-title .price {
    font-size: min(5vw, 50px);
  }
  .why-list .why-title .price .text-red .small {
    font-size: min(3.6vw, 36px);
  }
}

/* sec-join */
.sec-join-sub-title {
  display: flex;
  justify-content: center;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 50px;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
.sec-join-sub-title i {
  width: 70px;
}
.sec-join-sub-title i img {
  display: block;
  width: 100%;
}
.sec-join-sub-title > span {
  max-width: calc(100% - 70px);
  padding-left: .25em;
}
.sec-join-block {
  margin-bottom: 40px;
}
.sec-join-block._mbl {
  margin-bottom: 60px;
}
.sec-join-block-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  padding: .35em 0;
  margin-bottom: 30px;
}
.sec-join-text {
  font-size: 14px;
  line-height: 1.75;
}
.sec-join-text-note {
  margin-top: 1.35em;
  font-size: 12px;
  line-height: 1.75;
  color: #696969;
}
.sec-join-fit-top3-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.sec-join-fit-list > li {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 9px 0;
  font-feature-settings: "palt";
}
.sec-join-fit-list > li > span {
  width: 21.875%;
}
.sec-join-fit-list > li > span img {
  display: block;
  width: 100%;
}
.sec-join-fit-top3-list > li {
  color: #05adca;
  border: 1px solid #05adca;
  border-radius: 8px;
  font-weight: 700;
}
.sec-join-fit-reason-list > li {
  color: #6e38d5;
  border: 1px solid #6e38d5;
  border-radius: 15px;
  font-weight: 900;
}
.sec-join-fit-top3-text {
  margin-top: .8em;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.75;
  font-feature-settings: "palt";
}
.sec-join-fit-reason-title {
  color: #6e38d5;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  margin: .6em 0 .4em;
}
.sec-join-fit-key .caption {
  display: block;
  margin: .5em 0 0;
}
.sec-join-fit-scene {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.75;
}
.sec-join-fit-scene strong {
  font-weight: 700;
  color: #ef3340;
}
.sec-join-short-desc {
  font-weight: 500;
  line-height: 1.75;
  max-width: 550px;
  margin: 0 auto 1.5em;
}
.sec-join-short-desc-title {
  margin-bottom: .5em;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.sec-join-short-desc .sec-join-text-note {
  margin-top: .5em;
}
.hm-bnr .bnr-item {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #494949;
}
.hm-bnr .hm-bnr-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.27;
  text-align: left;
}
.hm-bnr .hm-bnr-title i {
  display: block;
  width: 5.5em;
}
.hm-bnr .hm-bnr-title i img {
  display: block;
  width: 100%;
}
.hm-bnr .more {
  display: inline-block;
  padding: .25em 4em;
  border-radius: 5em;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: #05adca;
  background: linear-gradient(90deg, #05adca 0%, #05b0ca 37.77%, #05b8ca 60.48%, #05c6ca 79.21%, #05daca 95.68%, #05e1ca 100%);
}
.sec-join-24H-title {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: .5em;
}
.sec-join-24H-img {
  display: block;
  margin: 20px 0 0;
}
.sec-join-facility {
  margin-bottom: 70px;
}
.sec-join-facility-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: .6em;
  margin-bottom: .8em;
  border-bottom: 2px solid #ff7500;
  text-align: center;
}
.sec-join-facility-name {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: .8em;
}
.sec-join-facility-desc {
  margin-bottom: 20px;
}
.sec-join-security-system {
  text-align: center;
  font-feature-settings: "palt";
}
.sec-join-security-system-title {
  font-size: 32px;
  margin-bottom: .5em;
  font-weight: 900;
}
.sec-join-security-system-list {
  display: inline-block;
  text-align: left;
  line-height: 1.75;
  font-size: 21px;
  font-weight: 700;
}
.sec-join-message-text {
  font-weight: 900;
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 1.6;
  text-align: center;
}
/** tablet, pc **/
@media print,screen and (min-width: 701px) {
  .sec-join-sub-title {
    font-size: 35px;
  }
  .sec-join-sub-title i {
    margin-top: 12px;
  }
  .sec-join-support-list > li {
    display: flex;
    justify-content: space-between;
  }
  .sec-join-support-list > li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .sec-join-support-list > li + li {
    margin-top: 20px;
  }
  .sec-join-support-list .sec-join-support-text {
    width: 41.2%;
  }
  .sec-join-support-list .sec-join-support-thumb {
    width: 54%;
  }
  .sec-join-fit-contents {
    display: flex;
    justify-content: space-between;
  }
  .sec-join-fit-contents-left {
    width: 45%;
  }
  .sec-join-fit-contents-right {
    width: 46%;
    /* padding-top: 35px; */
  }
  .sec-join-fit-list > li {
    font-size: 16px;
    font-size: min(1.6vw, 16px);
  }
  .sec-join-fit-list > li + li {
    margin-top: 10px;
  }
  .sec-join-fit-scene {
    margin-top: 2em;
  }
  .sec-join-training {
    display: flex;
    justify-content: space-between;
  }
  .sec-join-training .sec-join-training-text {
    width: 45%;
  }
  .sec-join-training .sec-join-training-thumb {
    width: 46.2%;
  }
  .hm-bnr .bnr-item {
    display: flex;
  }
  .hm-bnr .hm-bnr-thumb {
    width: 46.5%;
  }
  .hm-bnr .hm-bnr-text {
    width: 54.5%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5% 0 3%;
  }
  .hm-bnr .hm-bnr-title {
    width: 80%;
    font-size: min(2.4vw, 24px);
  }
  .hm-bnr .more {
    margin-top: auto;
  }
  .sec-join-24H {
    display: flex;
    justify-content: space-between;
  }
  .sec-join-24H .col {
    width: 47%;
    max-width: 450px;
  }
  .sec-join-facility-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec-join-facility-list > li {
    width: 47%;
    max-width: 436px;
    display: flex;
    flex-direction: column;
  }
  .sec-join-facility-list > li:nth-of-type(n+3) {
    border-top: 1px solid #646464;
    margin-top: 30px;
    padding-top: 25px;
  }
  .sec-join-facility-list .sec-join-facility-thumb {
    margin-top: auto;
  }
  .sec-join-security-system {
    padding: 30px 0;
    max-width: 830px;
    margin: 0 auto;
  }
  .sec-join-security-system-title {
    font-size: min(3.2vw,32px);
  }
  .sec-join-security-system-list {
    font-size: min(2.1vw,21px);
  }
  .sec-join-difference + .sec-join-difference {
    margin-top: 50px;
  }
  .sec-join-difference-ph {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
    padding-top: 20px;
  }
  .sec-join-difference-ph > li {
    width: calc(33.33% - 20px);
    margin: 20px 0 0 20px;
  }
  .sec-join-message-text {
    font-size: min(1.8vw,18px);
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .sec-join .sec-23nml-title {
    font-size: 17px;
    font-size: 4.67vw;
    font-size: min(4.67vw, 25px);
  }
  .sec-join-sub-title {
    justify-content: flex-start;
    margin-left: 4%;
    font-size: 22px;
    font-size: 6.08vw;
    font-size: min(6.08vw, 32px);
    margin-bottom: 30px;
  }
  .sec-join-sub-title i {
    width: 12vw;
    margin-top: 1.6vw;
  }
  .sec-join-block {
    width: 90.67%;
    margin: 0 auto 35px;
  }
  .sec-join-block._mbl {
    margin-bottom: 50px;
  }
  .sec-join-block-title {
    font-size: 18px;
    padding: .4em 0;
    margin-bottom: 20px;
  }
  .sec-join-support-list .sec-join-support-text {
    padding: 0 0 20px;
  }
  .sec-join-support-list > li:nth-child(even) .sec-join-support-text {
    padding: 20px 0 0;
  }
  .sec-join-fit-contents-right {
    margin-top: 15px;
  }
  .sec-join-fit-top3-title {
    font-size: 15px;
  }
  .sec-join-fit-top3-text {
    font-size: 13px;
  }
  .sec-join-fit-list > li {
    font-size: 15px;
    font-size: 4vw;
  }
  .sec-join-fit-list > li + li {
    margin-top: 5px;
  }
  .sec-join-fit-reason-title {
    font-size: 20px;
  }
  .sec-join-fit-key .caption {
    font-size: 13px;
  }
  .sec-join-fit-scene {
    margin-top: .5em;
    font-size: 13px;
  }
  .sec-join-short-desc {
    font-size: 14px;
    max-width: none;
    margin: 0 auto 1.25em;
  }
  .sec-join-short-desc-title {
    font-size: 19px;
    text-align: left;
  }
  .sec-join-training .sec-join-training-thumb {
    margin-top: 20px;
  }
  .hm-bnr {
    margin-left: -5.145%;
    margin-right: -5.145%;
  }
  .hm-bnr .bnr-item {
    position: relative;
    padding-top: 41.6%;
  }
  .hm-bnr .hm-bnr-thumb {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .hm-bnr .hm-bnr-thumb::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 31.2%;
    background-color: rgba(0,0,0,0.5);
    background : linear-gradient(0deg, rgba(74, 74, 74, 1) 0%, rgba(63, 63, 63, 0.77) 22.88%, rgba(33, 33, 33, 0.37) 63.36%, rgba(0, 0, 0, 0) 100%);
  }
  .hm-bnr .hm-bnr-text {
    position: relative;
    padding: 0 5.33% 4.53%;
  }
  .hm-bnr .hm-bnr-title {
    font-size: 20px;
    font-size: 5.372vw;
    margin-bottom: 5.97%;
  }
  .hm-bnr .more {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .sec-join-24H .col + .col {
    margin-top: 20px;
  }
  .sec-join-facility-title {
    text-align: left;
    font-size: 20px;
  }
  .sec-join-facility-list > li + li {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #646464;
  }
  .sec-join-facility-name {
    font-size: 20px;
    margin-bottom: .4em;
  }
  .sec-join-message .sec-join-short-desc {
    width: 90.67%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-join-security-system {
    padding: 15px 0;
  }
  .sec-join-security-system-title {
    font-size: 16px;
    font-size: 4.26vw;
  }
  .sec-join-security-system-list {
    font-size: 11px;
    font-size: 2.8vw;
  }
  .sec-join-difference + .sec-join-difference {
    margin-top: 30px;
  }
  .sec-join-difference-ph > li + li {
    margin-top: 10px;
  }
  .sec-join-message-text {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media (hover:hover) and (min-width:701px) {
  .hm-bnr .bnr-item {
    transition: background-color .3s ease-in-out;
  }
  .hm-bnr .bnr-item:hover {
    background-color: #333;
  }
  .hm-bnr .bnr-item:hover .more {
    text-decoration: underline;
  }
}