html {
  font-size: 3.125vw;
  scroll-behavior: smooth;
}

.body_area-cp {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow-x: inherit;
  line-height: 1.4em;
  font-family: "ヒラギノ丸ゴ ProN", " Noto Sans JP", sans-serif,
    " Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  font-size: 1.2rem;
  max-width: 728px;
}

h1,
h2,
h3.h4 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  line-height: 2.2;
  text-align: justify;
  font-size: 1.1rem;
}

a {
  text-decoration: none;
}

@media (min-width: 728px) {
  html {
    font-size: 18px;
  }

  .fot-menu {
    transform: translateX(-50%);
    left: 50%;
  }

  .cap-h2 {
    padding: 0 5rem 0.5rem;
  }
}

video[poster].movie-wrapper,
video[poster].movie-wrapper-02,
video[poster].movie-wrapper-03,
video[poster].movie-wrapper-04 {
  width: 100%;
  height: 100%;
}

.mov-video-box {
  width: 27rem;
  text-align: center;
  margin: 0 auto;
}

.mov-video01 {
  border-radius: 1rem;
  border: 1px solid #1f1f1f;
}

.mov-video-p {
  font-size: 1.3rem;
  margin: 2rem 3rem 0.5rem;
  line-height: 1.2;
}

.mov-video-p-span {
  color: #e87c97;
}

.mov-video {
  border-radius: 1rem;
  border: 1px solid #1f1f1f;
}

.t-center {
  text-align: center;
}

img {
  width: 100%;
  height: auto;
}

.cap-h1-box {
  position: relative;
}

.container {
  overflow: hidden;
}

.pink-span {
  color: #e87c97;
}

.blue-span {
  color: #5286ce;
}

/**  header style 移行   **/
.re_header_text {
  background-color: #efefef;
  padding: 3px;
  color: #1f1f1f;
  font-size: 0.9rem;
  text-align: center;
  margin: 0;
}

.re_head_flex {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
}

.inline-block {
  display: inline-block;
}

.re_header_btn_rec {
  border: 1px solid #1f1f1f;
  padding: 0.7rem 1rem;
  text-align: center;
  color: #1f1f1f;
  border-radius: 1rem;
}

.header_logo_img {
  width: 11rem;
}

.re_header_btn_rec_span {
  position: relative;
  padding-left: 0.8rem;
  font-feature-settings: "palt";
}

.re_header_btn_rec_span::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/com_red_sankaku.svg);
  width: 0.7rem;
  height: 0.7rem;
  background-repeat: no-repeat;
  left: 0px;
  top: 0.2rem;
  transform: translate(-0%, -0%);
}

.under-pink {
  background: linear-gradient(transparent 50%, #ffd5df 0%);
}

.cap-h1-box::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/top-fukidashi.svg);
  background-repeat: no-repeat;
  transform: translateY(0%) translateX(-6%);
  width: 10rem;
  height: 10rem;
  top: 1rem;
  right: -0.2rem;
}

.cap-h1-mod {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  width: 28rem;
  height: 9rem;
  bottom: 6rem;
  left: 50%;
}

.cap-h1-mod-in {
  z-index: -1;
  position: absolute;
  transform: translateY(0%) translateX(-6%);
  width: 9rem;
  height: 9rem;
  top: -4.5rem;
  right: -2rem;
}

.top-und-text {
  color: #fff;
  background-color: #1f1f1f;
  text-align: center;
  font-size: 1.1rem;
}

.top-und-text-span01 {
  color: #e87c97;
  font-size: 1.4rem;
  font-weight: bold;
}

.text-box01 {
  letter-spacing: 3px;
  padding-left: 0.5rem;
}

.top-tu-disp {
  display: flex;
  position: relative;
  top: -4rem;
}

.top-zai-disp {
  display: flex;
  position: relative;
  top: -4rem;
  margin: 2rem 0rem 1rem;
  justify-content: space-around;
}



.top-tu-disp-img {
  width: 25%;
}

.top-zai-disp-img {
  width: 30%;
}

.top-tu-h2-box {
  padding: 1rem;
  text-align: center;
}

.top-tu-h2,
.top-tu-h2-02,
.top-zai-h2 {
  position: relative;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  margin: 1.5rem 3rem 1rem;
  padding-left: 5rem;
}

.top-tu-h2::before,
.top-tu-h2-02::before,
.top-zai-h2::before {
  content: "";
  position: absolute;
  background-size: contain;
  transform: translate(0%, 0%);
}

.top-tu-h2::before,
.top-tu-h2-02::before {
  background-image: url(/assets/images/area-cp/tu-img-icon.svg);
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  left: 1rem;
}

.top-tu-h2::before {
  top: -1rem;
}

.top-tu-h2-02::before {
  top: 0;
}

.top-zai-h2::before {
  background-image: url(/assets/images/area-cp/zai-img-icon.svg);
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  top: -1rem;
  left: -0.2rem;
  padding-right: 1rem;
}

.pd-b3 {
  padding-bottom: 3rem;
}

.mg-t05 {
  margin-top: .5rem;
}

.mg-t-5 {
  margin-top: -5rem;
}

.mg-t3 {
  margin-top: 3rem;
}

.mg-t-3 {
  margin-top: -3rem;
}

.disp-inb {
  display: inline-block;
}

.top-tu-h2-p {
  margin: 0 3rem;
  display: flex;
  align-items: center;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.4;
}

.top-tu-h2-p::before {
  content: "";
  background-size: contain;
  background-image: url(/assets/images/area-cp/pokeko-icon01.svg);
  background-repeat: no-repeat;
  width: 11rem;
  height: 4rem;
  margin-right: 0.5rem;
}

.sig-btn-p {
  position: relative;
  border: 1px solid #1f1f1f;
  padding: 1.5rem;
  width: 25rem;
  border-radius: 3rem;
  background-color: #fff9db;
  color: #1f1f1f;
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px #00000029;
}

.sig-btn-p::before,
.sig-btn-p::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}

.sig-btn-p::before {
  background-image: url(/assets/images/area-cp/pokeko-icon01.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}

.sig-btn-p::after {
  background-image: url(/assets/images/area-cp/arrow01.svg);
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
}

.top-tu-51000-img {
  width: 28rem;
  display: block;
  margin: 0 auto;
  padding-left: 1.7rem;
}

.bg-b {
  background-color: #f5f9ff;
}

.top-zai-dl {
  margin: -5rem 1.5rem 7rem;
}

.top-zai-dl dt {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border: 3px dotted #1f1f1f;
  padding: 0.5rem;
  width: 25rem;
  border-radius: 1rem;
}

.top-zai-dl-dt-span {
  color: #e87c97;
  background: linear-gradient(transparent 50%, #fff9db 0%);
}

.top-zai-dl dd {
  margin-left: 0;
  margin-top: 1rem;
  text-align: center;
  padding-bottom: 1rem;
}

.top-zai-dl dd ul {
  display: flex;
  padding-left: 0;
  margin: 1rem auto 0;
  flex-wrap: wrap;
  width: 27.5rem;
}

.top-zai-dl dd ul li {
  background-color: #fff;
  padding: 0.3rem 0.5rem;
  border: 2px solid #a2c9ff;
  border-radius: 0.6rem;
  margin: 0.2rem;
  text-align: center;
  list-style: none;
  font-size: 1.2rem;
  box-shadow: 0px 3px 6px #00000029;
  width: 5.1rem;
}

.top-zai-dl-dd-ul-li02 {
  font-size: 1rem !important;
  padding: 0.3rem 0.3rem !important;
}

.f-b {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ffd5df 0%);
}

.cap-h1 {
  margin: 0 auto;
  display: block;
}

.cap-h2 {
  margin: 1rem auto;
  display: block;
}

.cap-h2-2 {
  margin: 1rem auto;
  display: block;
  padding: 0 1rem;
}

.chap {
  margin: 1rem auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.chap::before,
.chap::after {
  content: "";
  flex-grow: 1;
  border-top: 2px dotted #1f1f1f;
  display: block;
}

.chap:before {
  margin-right: 0.2rem;
}

.chap:after {
  margin-left: 0.2rem;
}

.h2-anime,
.h2-anime-02 {
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
  transform: translateY(20px);
}

.anime-left {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateX(-30px);
  transition-timing-function: ease-out;
}

.anime-right {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateX(30px);
  transition-timing-function: ease-out;
}

.chap-p {
  content: "";
  display: block;
  border: 2px dotted #1f1f1f;
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
  text-align: center;
  padding-bottom: 0.2rem;
  padding-top: 1rem;
  color: #e87c97;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 0.9;
  background-color: #fff;

  transition: opacity 0.5s, transform 0.5s;
  transform: rotate(90deg);
}

.fadein {
  transform: rotateY(0);
}

.fadein02 {
  opacity: 1;
  transform: translateY(0);
}

.fadein03 {
  opacity: 1;
  transform: translateX(0);
}

.chap-p-span {
  color: #1f1f1f;
  font-weight: normal;
  display: inline-block;
  font-size: 1rem;
}

.chap-p-span:after {
  content: "";
  border-bottom: 1px solid #1f1f1f;
  display: block;
  padding: 0.2rem;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.nav-box {
  margin: 3rem 2rem;
}

.nav-box-ul {
  margin: 1rem 0;
}

.nav-box-ul-li {
  display: block;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  padding: 0.5rem 0;
  position: relative;
  margin-bottom: 0.8rem;
}

.nav-box-ul-li3 {
  display: block;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  padding: 0.5rem 0;
  position: relative;
  margin-bottom: 0.8rem;
}

.nav-box-ul-li2 {
  display: block;
  border-bottom: 1px dashed #1f1f1f;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  padding: 0.5rem;
  position: relative;
  margin-bottom: 0.8rem;
  margin-left: 2rem;
}

.nav-box-ul-li::after,
.nav-box-ul-li2::after,
.nav-box-ul-li3::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/arrow01.svg);
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  right: 0.2rem;
  top: 0.5rem;
  transform: translate(-0%, -0%);
  z-index: -1;
}

.nav-box-ul-li-a {
  display: block;
  color: #1f1f1f;
}

.nav-box-ul-li-a2 {
  display: block;
  color: #1f1f1f;
}

.nav-box-ul-li-a2::before {
  display: block;
  color: #1f1f1f;
  padding-left: 2rem;
}

.nav-h2 {
  margin: 3rem 0;
}

.shape_box {
  padding: 0.5rem;
  width: 22rem;
  height: 22rem;
  margin: auto;
  border-radius: 50%;
  display: block;
  border: 1px solid;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}

.shape_box-mini {
  padding: 0.5rem;
  width: 18rem;
  height: 18rem;
  margin: auto;
  border-radius: 50%;
  display: block;
  border: 1px solid;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}

.left {
  float: left;
  width: 50%;
  height: 100%;
  shape-outside: radial-gradient(circle farthest-corner at center right,
      rgba(255, 255, 255, 0) 70%,
      rgb(255, 255, 255) 70%,
      white 100%);
}

.right {
  float: right;
  width: 50%;
  height: 100%;
  shape-outside: radial-gradient(circle farthest-corner at center left,
      rgba(255, 255, 255, 0) 70%,
      rgb(255, 255, 255) 70%,
      white 100%);
}

.shape_box-out,
.shape_box-out-mini {
  position: relative;
  margin: -1rem 0;
}

.shape_box-p01 {
  text-align: center;
  padding: 1rem 0 0.5rem;
  margin: 2.2rem 0 0;
  font-size: 1.3rem;
  border-bottom: 1px dashed #1f1f1f;
  line-height: 1.4;
}

.shape_box-out::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/area-cp/chapter-1-icon00.svg);
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  top: 6%;
  left: 50%;
  z-index: 1;
}

.shape_box-out-mini::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/area-cp/chapter-1-icon00.svg);
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  top: 6%;
  left: 50%;
  z-index: 1;
}

.shape_box-out::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  width: 23rem;
  height: 23rem;
  border: 1px solid #1f1f1f;
  border-radius: 50%;
  top: 11rem;
  left: 50.5%;
  z-index: 0;
}

.shape_box-out-mini::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  width: 19rem;
  height: 19rem;
  border: 1px solid #1f1f1f;
  border-radius: 50%;
  top: 10rem;
  left: 51%;
  z-index: 0;
}

.shape_box-p02 {
  padding: 0.5rem 0;
  line-height: 2;
  font-size: 1rem;
}

.left-4rem {
  left: 4rem;
}

.right-4rem {
  right: 4rem;
}

.shape_box-out>.shape_box-out-span01::before,
.shape_box-out-mini>.shape_box-out-span02::before,
.shape_box-out>.shape_box-out-span03::before,
.shape_box-out>.shape_box-out-span04::before,
.shape_box-out>.shape_box-out-span05::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.shape_box-out>.shape_box-out-span01::before,
.shape_box-out>.shape_box-out-span03::before,
.shape_box-out>.shape_box-out-span05::before {
  width: 10rem;
  height: 8rem;
  top: 60%;
  z-index: 1;
}

.shape_box-out-mini>.shape_box-out-span02::before,
.shape_box-out>.shape_box-out-span04::before {
  width: 10rem;
  top: 60%;
  z-index: 1;
}

.shape_box-out>.shape_box-out-span01::before {
  background-image: url(/assets/images/area-cp/chapter-01-img001.svg);
  left: 2%;
  height: 8rem;
}

.shape_box-out-mini>.shape_box-out-span02::before {
  background-image: url(/assets/images/area-cp/chapter-01-img002.svg);
  right: -32%;
  height: 8rem;
}

.shape_box-out>.shape_box-out-span03::before {
  background-image: url(/assets/images/area-cp/chapter-01-img003.svg);
  left: 10%;
  height: 8rem;
}

.shape_box-out>.shape_box-out-span04::before {
  background-image: url(/assets/images/area-cp/chapter-01-img004.svg);
  right: -32%;
  height: 8rem;
}

.shape_box-out>.shape_box-out-span05::before {
  background-image: url(/assets/images/area-cp/chapter-01-img005.svg);
  left: 5%;
  height: 14rem;
}

.link-box {
  text-align: right;
}

.link-p-box {
  font-size: 1.3rem;
  line-height: 1.3;
  padding-right: 2rem;
  display: inline-block;
  margin: 3rem 2rem 2rem auto;
  text-align: right;
  border-bottom: 1px solid blue;
  color: #1f1f1f;
  letter-spacing: 3px;
}

.link-p-box span {
  position: relative;
}

.link-p-box span::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/area-cp/arrow01.svg);
  transform: translate(100%, 100%);
  width: 1.3rem;
  height: 1.3rem;
  top: -1.5rem;
  right: -0.5rem;
  z-index: 1;
}

.about-flex-dl-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-dl-line {
  width: 0.5rem;
  border-left: 1px solid #1f1f1f;
  transform: rotate(10deg);
  margin: 0 1rem;
  height: 6rem;
}

.about-dl {
  line-height: 1.2;
  width: 20%;
  text-align: center;
  margin: 0;
  font-size: 1rem;
}

.about-dl dd {
  margin: 0.5rem 0 0;
  border-top: 1px solid #1f1f1f;
  padding-top: 0.5rem;
}

.store-info-h3-box {
  margin: 0 2rem;
  padding-top: 3rem;
}

.store-info-h3 {
  font-size: 1.5rem;
  margin: 1rem 0 2rem;
  padding-left: 1rem;
  border-left: 11px double #ffa2b9;
  line-height: 1.4;
}

.inner {
  margin: 1rem 2rem;
}

.area-reg-img-box {
  width: 40%;
}

.area-reg-bg {
  border: 1px solid #1f1f1f;
  border-radius: 2rem;
  background-color: #fff;
  position: relative;
  top: -12rem;
  z-index: -1;
  padding: 13rem 1rem 0;
  margin: 1rem 2rem -10rem;
}

.area-reg-inner {
  justify-content: flex-end;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.area-reg-dl,
.area-reg-dl-01,
.area-reg-dl-02,
.area-reg-dl-03,
.area-reg-dl-04 {
  position: relative;
  margin: 0.5rem;
  width: 60%;
}

.area-reg-dl {
  font-size: 1rem;
  line-height: 1.4;
}

.area-reg-dl-01::before,
.area-reg-dl-02::before,
.area-reg-dl-03::before,
.area-reg-dl-04::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0%, 0%);
  width: 4rem;
  height: 2rem;
  top: -2rem;
  left: 0;
}

.area-reg-dl-01::before {
  background-image: url(/assets/images/area-cp/area-reg-step01.svg);
}

.area-reg-dl-02::before {
  background-image: url(/assets/images/area-cp/area-reg-step02.svg);
}

.area-reg-dl-03::before {
  background-image: url(/assets/images/area-cp/area-reg-step03.svg);
}

.area-reg-dl-04::before {
  background-image: url(/assets/images/area-cp/area-reg-step04.svg);
}

.area-reg-step-box {
  margin-bottom: 2rem;
  padding: 1rem;
}

.area-reg-dl-01-dt,
.area-reg-dl-01-dt02 {
  border: 1px solid #1f1f1f;
  background-color: #fff9db;
  border-radius: 0 2rem 2rem 0;
  text-align: left;
  padding: 0.5rem;
  margin: 0.5rem;
  display: table-cell;
  width: 14rem;
  height: 2rem;
  vertical-align: middle;
}

.area-reg-dl-01-dt {
  font-size: 1.4rem;
  font-feature-settings: "palt";
}

.area-reg-dl-01-dt02 {
  font-size: 1.7rem;
}

.area-reg-dl-01-dd,
.area-reg-dl-01-dd02,
.area-reg-dl-01-dd03 {
  margin: 0.5rem 0;
  font-size: 1.1rem;
  line-height: 1.8;
}

.area-reg-dl-01-dd03 {
  width: 60%;
  margin-right: 0.5rem;
}

.area-reg-dl-01-dd02 {
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 1rem;
}

.area-reg-img-box02 {
  width: 25%;
  margin-right: 1rem;
}

.area-reg-img-box03 {
  width: 30%;
  margin-right: 2rem;
}

.area-reg-line-top {
  border-top: 1px dashed #1f1f1f;
  padding-top: 0.5rem;
}

.area-reg-h2-p {
  border: 1px solid #1f1f1f;
  text-align: center;
  width: 27rem;
  margin: 0 auto;
  font-size: 1.1rem;
}

.mg-t6 {
  margin-top: 6rem;
}

.mg-t5 {
  margin-top: 5rem;
}

.mg-t4 {
  margin-top: 4rem;
}

.mg-t2 {
  margin-top: 2rem;
}

.mg-b2 {
  margin-bottom: 2rem;
}

.mg-b3 {
  margin-bottom: 3rem;
}

.mg-b5 {
  margin-bottom: 5rem;
}

.mg-b6 {
  margin-bottom: 6rem;
}

.area-que-bg {
  background-color: #f8f5fa;
  margin-top: -3rem;
  padding-top: 3rem;
}

.area-trial-img-box {
  margin: 1rem;
}

.area-trial-p {
  margin: 0 3rem;
}

.qa-dl {
  padding: 1rem 1rem 0;
  border-bottom: 1px solid #707070;
}

.qa-dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
}

.qa-dl dt::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/icon-q.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  left: 0.5rem;
  top: -0.2rem;
}

.qa-dl dd {
  font-size: 1rem;
  margin-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
  line-height: 2;
  margin-left: 0;
}

.qa-dl dd::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/icon-a.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  left: 0.5rem;
  top: 0.2rem;
}

.sec-bg-female {
  position: relative;
  width: 100%;
  height: auto;
  top: -1rem;
  margin-bottom: 6rem;
}

.sec-bg-female::before {
  content: "";
  position: absolute;
  left: 0;
  top: -24rem;
  transform: skewY(-30deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 30rem;
  background: #eedad3;
}

.sec-bg-female::after {
  content: "";
  position: absolute;
  left: 0;
  top: 32rem;
  transform: skewY(30deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 30rem;
  background: #eedad3;
}

.area-female-box {
  background-color: #fff;
  border: 2px solid #eedad3;
  border-radius: 2rem;
  padding: 1.5rem;
  box-shadow: 0px 3px 6px #00000029;
}

.area-female-h3 {
  font-size: 1.2rem;
  border-left: 4px solid #ea97ac;
  padding-left: 1rem;
}

.inner02 {
  margin: 0 1rem;
}

.area-female-img-box {
  margin: 1rem;
}

.area-female-h3-span {
  font-size: 2rem;
  line-height: 1.4;
  display: inline-block;
}

.rec-ban-box {
  margin-bottom: -0.5rem;
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  position: relative;
}

.rec-ban-box::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/text-job_offer.svg);
  background-repeat: no-repeat;
  width: 10rem;
  height: 5rem;
  margin-left: 0.5rem;
  left: 10rem;
  top: 1.5rem;
  transform: translate(-100%, -100%);
}

.other-inner {
  margin: 3rem 1rem 5rem;
}

.other-btn01,
.other-btn02,
.other-btn03,
.other-btn04,
.other-btn05,
.other-btn06 {
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #1f1f1f;
  border-radius: 2rem;
  text-align: right;
  height: auto;
  box-shadow: 0px 3px 6px #00000029;
  margin: 1.5rem 1rem;
}

.other-btn01 {
  background-image: url(/assets/images/area-cp/chapter-12-img01.webp);
  padding: 2.5rem;
}

.other-btn02 {
  background-image: url(/assets/images/area-cp/chapter-12-img02.webp);
  padding: 2rem 3rem;
}

.other-btn03 {
  background-image: url(/assets/images/area-cp/chapter-12-img03.webp);
  padding: 2.5rem;
}

.other-btn04 {
  background-image: url(/assets/images/area-cp/chapter-12-img04.webp);
  padding: 2.5rem;
}

.other-btn05 {
  background-image: url(/assets/images/area-cp/chapter-12-img05.webp);
  padding: 2.5rem;
}

.other-btn06 {
  background-image: url(/assets/images/area-cp/chapter-12-img06.webp);
  padding: 2.5rem;
}

.other-btn-p {
  position: relative;
  top: 2rem;
  font-size: 1.3rem;
  border-bottom: 1px solid #386cb4;
  display: inline-block;
  font-weight: bold;
  color: #1f1f1f;
  line-height: 1.2;
}

.other-btn-p-02 {
  line-height: 1.3;
  position: relative;
  top: 1.5rem;
  font-size: 1.3rem;
  border-bottom: 1px solid #386cb4;
  display: inline-block;
  font-weight: bold;
  color: #1f1f1f;
}

.other-btn-p::before,
.other-btn-p-02::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/arrow03.svg);
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  margin-left: 0.5rem;
  right: 23.5rem;
  bottom: 4.5rem;
  transform: translate(100%, 100%);
}

.fot-bg {
  background-color: #1f1f1f;
  padding: 1rem 0;
}

.fot-ul {
  border-top: 2px solid #fff;
  padding: 2rem;
  text-align: left;
  border-bottom: 2px solid #fff;
}

.fot-ul li {
  font-size: 1.3rem;
  line-height: 2;
  color: #fff;
  list-style: disc;
  margin-left: 2rem;
}

.fot-p {
  font-size: 1rem;
  padding: 0;
  text-align: left;
  background-color: #1f1f1f;
  margin: 0 0 7rem 3rem;
  color: #fff;
}



.area-job-dl dt {
  font-size: 1.3rem;
  background-color: #fff9db;
  border: 2px dotted #707070;
  padding: 0.5rem;
  margin: 1rem 2rem;
  padding-left: 1rem;
  border-radius: 1rem;
}

.area-job-dl dd {
  font-size: 1.2rem;
  line-height: 1.4;
}

.area-job-dl dd span {
  color: #ea97ac;
}

.area-job-dl-ul li {
  font-size: 1rem;
  line-height: 1.8;
  list-style: disc;
}

.area-job-dl-ul {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.area-job-bx {
  border-radius: 2rem;
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 6rem;
  box-shadow: 0px 3px 6px #00000029;
}

.area-job-bg {
  z-index: -1;
  background-size: initial;
  background-image: url(/assets/images/area-cp/job-pokeko-bg.svg);
  background-color: #fafafa;
  padding: 6rem 2rem;
  position: relative;
  top: -3rem;
  margin-bottom: -6rem;
}

.store-info-h4-box {
  background-color: #efefef;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  box-shadow: 0px 3px 6px #00000029;
}

.store-info-h4-01,
.store-info-h4-02,
.store-info-h4-03,
.store-info-h4-04,
.store-info-h4-05,
.store-info-h4-06,
.store-info-h4-07 {
  position: relative;
  margin-left: 5.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 1rem;
}

.store-info-h4-01-img {
  border-radius: 1rem;
  border: 2px solid #fff;
  box-shadow: 0px 3px 6px #00000029;
  margin: 0 auto 1rem;
}

.store-info-h4-01::before,
.store-info-h4-02::before,
.store-info-h4-03::before,
.store-info-h4-04::before,
.store-info-h4-05::before,
.store-info-h4-06::before,
.store-info-h4-07::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 4rem;
  height: 3.5rem;
  left: -5rem;
  top: 50%;
  transform: translate(0%, -50%);
}

.store-info-h4-01::before {
  background-image: url(/assets/images/area-cp/point-01.svg);
}

.store-info-h4-02::before {
  background-image: url(/assets/images/area-cp/point-02.svg);
}

.store-info-h4-03::before {
  background-image: url(/assets/images/area-cp/point-03.svg);
}

.store-info-h4-04::before {
  background-image: url(/assets/images/area-cp/point-04.svg);
}

.store-info-h4-05::before {
  background-image: url(/assets/images/area-cp/point-05.svg);
}

.store-info-h4-06::before {
  background-image: url(/assets/images/area-cp/point-06.svg);
}

.store-info-h4-07::before {
  background-image: url(/assets/images/area-cp/point-07.svg);
}

.chap-01-h2-under-p,
.h2-under-p {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 4rem;
  line-height: 1.3;
  font-feature-settings: "palt";
}

.chap-01-h2-under-p {
  margin-bottom: 4rem;
}

.h2-under-p {
  border: 1px solid #1f1f1f;
  padding: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

.chap-01-h2-under-p::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/text-01.svg);
  background-repeat: no-repeat;
  width: 7rem;
  height: 2rem;
  margin-left: 0.5rem;
  left: 11rem;
  top: 0rem;
  transform: translate(-100%, -100%);
}

.arrow02 {
  text-align: center;
  display: block;
  margin: 1rem auto;
  width: 2rem;
  height: 2rem;
}

/*====================================================================
slick
====================================================================*/

* {
  box-sizing: border-box;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #ffa2b9;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb,
.thumb02 {
  margin: 0.5rem 0 0;
}

.thumb .slick-slide,
.thumb02 .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover,
.thumb02 .slick-slide:hover {
  opacity: 0.7;
}

.slick-slide img {
  border-radius: 0.5rem;
}

.slick-next {
  right: -1.5rem;
}

.slick-prev {
  left: -1.5rem;
}

.thumb .slick-track,
.thumb02 .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.thumb .slick-slide,
.thumb02 .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 30%;
  margin-top: 0.5rem;
}

/*====================================================================*/

table {
  border-collapse: collapse;
  margin: 3rem auto 0;
}

.reward-tbody td,
.sal-reward-tbody td {
  text-align: center;
  padding: 1rem 0.5rem;
  border-top: 1px solid #1f1f1f;
}



.reward-tbody {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.reward-tbody tr {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.reward-tbody-th {
  box-sizing: border-box;
  text-align: center;
  padding: 1rem;
  border-left: 1px solid #1f1f1f;
}

.reward-tbody tr td:first-of-type,
.sal-reward-tbody tr td:first-of-type {
  font-size: 1.2rem;
  font-weight: normal;
  border-right: 1px solid #1f1f1f;
}

.reward-tbody tr td:nth-of-type(2),
.sal-reward-tbody tr td:nth-of-type(2) {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e87c97;
  border-right: 1px solid #1f1f1f;
}

.reward-tbody tr td:nth-of-type(3),
.sal-reward-tbody tr td:nth-of-type(3) {
  font-size: 1.2rem;
  font-weight: bold;
  color: #91b4e5;
}

.reward-tbody tr td span,
.sal-reward-tbody tr td span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #1f1f1f;
}

.area-average-tbody-th {
  border-right: 1px solid #fff;
  padding: 1rem;
  background-color: #ddcae2;
}

.area-average-tbody-td {
  border-right: 1px solid #fff;
}

/*口コミ*/

.pokecom-enq-srider {
  display: flex;
  overflow-x: scroll;
}

.pokecom-enqcom,
.pokecom-enqcom2 {
  position: relative;
}

.pokecom-enq-date-flex-matome {
  max-width: 26rem;
  display: inline-block;
  min-width: 24rem;
  margin: 1rem 1.07rem 3.21rem;
  user-select: none;
}

.pokecom-enqcom2::before {
  background-image: url(/assets/images/area-cp/kuchikomi-tu-icon.svg);
}

.pokecom-enqcom::before {
  background-image: url(/assets/images/area-cp/kuchikomi-zai-icon.svg);
}

.pokecom-enqcom::before,
.pokecom-enqcom2::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  width: 4.3rem;
  height: 4.3rem;
  background-repeat: no-repeat;
  left: 3rem;
  transform: translate(-50%, -100%);
  top: 3.4rem;
}

.pokecom-enq-p,
.pokecom-enq-p2 {
  color: #fff;
  margin: 0.5rem 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 0 0.5rem 3rem;
  border-radius: 1rem 1rem 0 0;
}

.pokecom-enq-p {
  background-color: #e87c97;
}

.pokecom-enq-p2 {
  background-color: #91b4e5;
}

.pokecom-enq-date-flex {
  display: flex;
}

.enq-date-text {
  width: 70%;
}

.pokecom-enq-dl {
  border-bottom: 1px dashed #1f1f1f;
  margin: 0.6rem 0.5rem 0.6rem 0;
  display: flex;
  justify-content: space-between;
}

.pokecom-enq-dl dt,
.pokecom-enq-dl dd {
  display: inline-block;
}

.pokecom-enq-dl dt {
  padding-left: 0.5rem;
}

.enq-date-img {
  width: 30%;
}

.enq-date-img-img {
  max-width: 100%;
  height: 16rem;
  object-fit: cover;
  width: 100%;
}

.pokecom-enq-p02 {
  border: 1px solid #1f1f1f;
  border-radius: 0 0 1rem 1rem;
  padding: 0.5rem;
  color: #1f1f1f;
  height: 8rem;
  overflow-y: scroll;
  word-break: break-all;
  line-height: 1.6;
}

.zai-re-dl-box {
  border-bottom: 1px solid #1f1f1f;
  margin: 1rem;
  padding-bottom: 0.5rem;
}

.zai-re-dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-left: 2rem;
  font-size: 1.1rem;
}

.zai-re-dl dt {
  background-color: #a2c9ff;
  counter-reset: #1f1f1f;
  padding: 0.5rem;
  text-align: center;
  border-radius: 0.5rem;
}

.zai-re-dl dd {
  font-weight: bold;
  margin-left: 1rem;
}

.zai-re-dl-box-p {
  font-size: 1rem;
  text-align: left;
  margin-left: 4rem;
}

.zai-re-dl-box-p span {
  font-size: 1.5rem;
  color: #a2c9ff;
  font-weight: bold;
}

.pd-2 {
  padding: 2rem;
}

.span-pink {
  color: #e87c97;
}

.span-blue {
  color: #5286ce;
}

.area-review-p {
  margin: 1rem 2rem 3rem;
  text-align: center;
  line-height: 1.6;
}

.t_access_move {
  position: relative;
  width: 100%;
  padding-top: 76%;
  width: 27rem;
  margin: 1rem auto 2rem;
}

.t_access_move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: 1px solid #1f1f1f;
  border-radius: 2rem;
}

.access-p01 {
  text-align: center;
  line-height: 1.4;
}

.access-p01 span {
  position: relative;
  font-size: 1.1rem;
  padding-left: 2rem;
}

.access-p01 span::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/access-icon01.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 2.5rem;
  margin-left: 0;
  left: -0.1rem;
  top: -0.5rem;
  font-size: 1.2rem;
}

.access-dl-box {
  border-top: 1px dashed #1f1f1f;
  border-bottom: 1px dashed #1f1f1f;
  padding: 1rem 0;
  margin: 1rem 6rem;
}

.access-dl {
  display: flex;
  justify-content: flex-start;
  width: 20rem;
  margin: 0 auto;
  text-align: end;
}

.access-dl dt {
  width: 2.5rem;
}

.access-dl dd {
  margin-left: 0;
}

.sec-access-bg,
.sec-access-bg2,
.sec-access-bg3 {
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 9rem;
  background-color: #e4f5eb;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  margin-top: -4rem;
}

.sec-access-bg {
  background-image: url(/assets/images/area-cp/access-bg.svg);
  height: 65rem;
}

.sec-access-bg2 {
  background-image: url(/assets/images/area-cp/access-bg-1mov.svg);
  height: 89rem;
}

.sec-access-bg3 {
  background-image: url(/assets/images/area-cp/access-bg-2mov.svg);
  height: 108rem;
}

@media (min-width: 728px) {
  .sec-access-bg {
    height: 83rem;
  }

  .sec-access-bg2 {
    height: 110rem;
  }

  .sec-access-bg3 {
    height: 135rem;
    padding-top: 16rem;
  }

  .zai-re-dl {
    margin-left: 6rem;
  }

  .area-job-bg {
    padding: 1rem 5rem;
  }

  .zai-re-dl-box-p {
    margin-left: 8rem;
  }

  .other-btn-p::before,
  .other-btn-p-02::before {
    right: 32.5rem;
  }

  .thumb .slick-slide,
  .thumb02 .slick-slide {
    flex: 0 0 15%;
  }
}

.sec-flow-bg {
  z-index: -1;
  background-size: initial;
  background-image: url(/assets/images/area-cp/pink-dot.svg);
  background-color: #fff;
  position: relative;
  padding-top: 6rem;
  top: -3rem;
}

.sec-bg {
  background-color: #fff;
  margin-bottom: 6rem;
}

.mg-t-7 {
  margin-top: -7rem;
}

.fot-menu-bg-flex02 {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 999;
  bottom: 0;
  margin: 1rem;
  top: -2rem;
  text-align: center;
}

.top-und-text02 {
  color: #fff;
  background-color: #1f1f1f;
  text-align: center;
  font-size: 1.1rem;
  position: relative;
  margin-top: -3rem;
}

.mg-b-8 {
  margin-bottom: -8rem;
}

@media (min-width: 728px) {
  .fot-menu-bg-flex {
    right: calc(50% - 288px);
  }
}

.fot-menu-bg01,
.fot-menu-bg02,
.fot-menu-bg03 {
  border: 4px solid #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
  padding: 0.2rem 0 0.2rem 5rem;
  width: 14rem;
  display: inline-block;
  margin: 0.5rem;
}

.fot-menu-bg01 {
  background-color: #ffa2b9;
}

.fot-menu-bg03 {
  background-color: rgba(0, 0, 0, 0.3);
}

.fot-menu-bg01:hover {
  background-color: #ffc1d0;
  transform: translate(0, 3px);
  box-shadow: 0px 0px 3px #444;
}

.fot-menu-bg02:hover {
  background-color: #c1dafd;
  box-shadow: 0px 0px 3px #444;
  transform: translate(0, 3px);
}

/*
.fot-menu-p-box01::before,
.fot-menu-p-box02::before {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  left: -0.2rem;
    width: 4rem;
    transform: translate(-100%, 0%);
}

.fot-menu-p-box01::before {
  background-image: url(/assets/images/area-cp/tu-img-icon.svg);
  height: 5rem;
  top: -.5rem;
}

.fot-menu-p-box02::before {
  background-image: url(/assets/images/area-cp/zai-img-icon.svg);
  height: 4rem;
  top: 0;
}
*/
.fot-menu-p-flex {
  display: flex;
  align-items: center;
}

.fot-menu-p02 {
  font-size: 0.8rem;
  color: #1f1f1f;
  text-align: center;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fot-menu-p02::after {
  content: "";
  background-size: contain;
  background-image: url(/assets/images/area-cp/arrow01.svg);
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}

.f-bg {
  background-color: #fff;
  height: 1rem;
  width: 26rem;
  position: relative;
  top: 3.7rem;
  margin: 0 auto;
  left: -1.1rem;
}

/*topへ戻るボタン*/
.page_top {
  width: 5rem;
  height: 5rem;
  position: fixed;
  bottom: -5rem;
  border-radius: 50%;
  right: 1rem;
  z-index: 10;
}

.page_top a {
  position: relative;
  display: block;
  width: 5rem;
  height: 5rem;
  text-decoration: none;
  line-height: 4;
}

.page_top a::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/top-back-btn.svg);
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
}

.fot-ul a {
  color: #fff;
}

.other-btn01 a {
  color: #1f1f1f;
}

/*アニメ*/
.top-tu-h2-span,
.top-zai-h2-span {
  position: relative;
  background: linear-gradient(transparent 50%, #fff9db 0%);
}

.top-tu-h2-span {
  left: 0;
}

.top-zai-h2-span {
  left: 0;
}

.top-tu-h2-span::before,
.top-tu-h2-span::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0%, 0%);
}

.top-tu-h2-span::before {
  background-image: url(/assets/images/area-cp/asirai-2line-left.svg);
  width: 1.5rem;
  height: 2rem;
  top: -0.5rem;
  left: -2rem;
}

.top-tu-h2-span::after {
  background-image: url(/assets/images/area-cp/asirai-2line-right.svg);
  width: 1.5rem;
  height: 2rem;
  top: -0.5rem;
  right: -2rem;
}

.top-zai-head-img {
  display: block;
  position: relative;
  top: 1rem;
}

.pd-t2 {
  padding-top: 2rem;
}

.pd-t5 {
  padding-top: 5rem;
}

.anime-tu-01,
.anime-tu-02,
.anime-tu-03,
.anime-tu-04,
.anime-zai-02,
.anime-zai-03,
.anime-zai-01 {
  position: relative;
}

.anime-tu-02,
.anime-tu-03,
.anime-zai-02 {
  top: -1rem;
}

.anime-tu-01,
.anime-tu-02,
.anime-tu-03,
.anime-tu-04,
.anime-zai-02,
.anime-zai-03,
.anime-zai-01 {
  opacity: 0;
}

.anime-tu-01,
.anime-zai-01 {
  transition: opacity 1s, transform 0.8s;
  transform: translate(100%, 100%);
}

.anime-tu-02 {
  transition: opacity 1s, transform 1.2s;
  transform: translate(0%, 100%);
}

.anime-tu-03,
.anime-zai-02 {
  transition: opacity 1s, transform 0.6s;
  transform: translate(0%, 100%);
}

.anime-tu-04,
.anime-zai-03 {
  transition: opacity 1s, transform 1s;
  transform: translate(-100%, 100%);
}

.fadein04 {
  opacity: 1;
  transform: translate(0, 0);
}

.anime-top-01 {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.anime-top-02 {
  animation-name: fadeUpAnime02;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime02 {
  from {
    opacity: 0;
    transform: translate(-50%, 50%) rotate(-90deg);
    transform-origin: left bottom;
  }

  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transform-origin: left bottom;
  }
}

.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }

  5% {
    transform: translate(-2px, 0px);
  }

  10% {
    transform: translate(2px, 0px);
  }

  15% {
    transform: translate(-2px, 0px);
  }

  20% {
    transform: translate(2px, 0px);
  }

  25% {
    transform: translate(-2px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

.yureru-s-top {
  animation: yureru-s-top 2s infinite;
}

@keyframes yureru-s-top {
  0% {
    transform: translate(-51%, -50%);
  }

  5% {
    transform: translate(-49%, -50%);
  }

  10% {
    transform: translate(-51%, -50%);
  }

  15% {
    transform: translate(-49%, -50%);
  }

  20% {
    transform: translate(-51%, -50%);
  }

  25% {
    transform: translate(-49%, -50%);
  }

  30% {
    transform: translate(-50%, -50%);
  }
}

.yureru-j {
  animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }

  5% {
    transform: translate(0px, -2px);
  }

  10% {
    transform: translate(0px, 2px);
  }

  15% {
    transform: translate(0px, -2px);
  }

  20% {
    transform: translate(0px, 2px);
  }

  25% {
    transform: translate(0px, -2px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

/*s札幌追加分*/

.com_sa_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  margin: 3rem auto;
}

.com_sa_table th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #cbe1ff;
}

.com_sa_table th {
  text-align: center;
  color: white;
  background: linear-gradient(#cbe1ff, #91b4e5);
  border-left: 1px solid #91b4e5;
  border-top: 1px solid #91b4e5;
  border-bottom: 1px solid #91b4e5;
  box-shadow: 0px 1px 1px rgb(255 255 255 / 30%) inset;
  width: 25%;
  padding: 10px 0.2rem;
  line-height: 1.2;
}

.background-color_pink {
  background-color: #ffd5df;
}

.com_sa_table td {
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  /* box-shadow: 0px -3px 5px 1px #eee inset; */
  width: 25%;
  padding: 10px 0.2rem;
  line-height: 1.2;
}

.com_sa_table td:last-child {
  border-right: 1px solid #a8b7c5;
}

.com_sa_table-td3 {
  text-align: justify !important;
  font-size: 0.9rem;
  line-height: 1.2 !important;
}

.com_sa_table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.com_sa_table td:last-child {
  border-right: 1px solid #a8b7c5;
}

/*仙台追加*/
.area-mature-cause-img {
  border-radius: 2rem;
}

.mature-bg {
  background: linear-gradient(to bottom, #fff, #ddcae2 20%, #eedad3 80%, #fff);
  padding-bottom: 6rem;
  margin-bottom: -6rem;
}

.area-mature-cause-box {
  margin-top: 3rem;
}

.cap-h2-mat-left {
  padding-right: 1.5rem;
}

.cap-h2-mat-right {
  padding-left: 1.5rem;
}

.area-mature-cause-flex {
  display: flex;
  margin: 0 1.5rem;
}

.area-mature-cause-flex img {
  width: 40%;
}

.area-mature-cause-h3-flex,
.area-mature-cause-h3-flex02 {
  display: flex;
  flex-direction: column;
}

.area-mature-cause-h3-flex02 {
  margin: 0 1.5rem;
}

.area-mature-cause-h3-flex-h3 {
  border-bottom: 1px dashed;
  padding: 1rem 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
}

.area-mature-cause-h3-flex p {
  line-height: 1.6;
  padding-top: 1rem;
}

.area-season-h3-box {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
}

.area-season-h3 {
  display: inline-block;
  font-size: 1.8rem;
  border: 2px dashed #1f1f1e;
  padding: 1rem 4rem;
  margin: 0;
  position: relative;
  background-color: #ddd2e0;
  border-radius: 2rem;
}

.area-season-h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/area-cp/sannbonnsen.svg);
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  left: 1.5rem;
  transform: translate(-100%, -100%);
  top: 1.5rem;
}

.area-season-h3-img {
  margin: 1rem 0 4rem;
}

.area-season-p {
  margin: 1rem 3rem;
}

@media screen and (min-width: 728px) {
  .page_top {
    right: calc(50% - 340px);
  }
}

/*220822追記*/
.cap-h1-zai-box-area {
  position: relative;
}

.cap-h1-zai-box-area::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/area-top-51000-re.webp);
  background-repeat: no-repeat;
  transform: translateY(0%) translateX(-6%);
  width: 16rem;
  height: 14rem;
  top: 1.5rem;
  right: 0rem;
  animation: yureru-s-zai 5s infinite;
}

.top-zai-und-text-area {
  color: #fff;
  background-color: #1f1f1f;
  text-align: center;
  font-size: 1rem;
  position: relative;
  margin-top: -1rem;
  line-height: 1.3;
  padding: 0.5rem 1rem 0.5rem;
}

.top-zai-und-text-area::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/siki-ichiji-dairiten.webp);
  background-repeat: no-repeat;
  transform: translateY(0%) translateX(-6%);
  width: 7rem;
  height: 7rem;
  top: -6.2rem;
  left: 0.8rem;
}

.bt-0 {
  bottom: 0;
}

/*========= 背景動画設定のCSS ===============*/

/*header設定*/
.top-mov01 {
  position: relative;
  height: auto;
}

.top-mov01-box {
  position: fixed;
  z-index: -1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.mov01-02 {
  position: relative;
  z-index: -1;
  top: -4.8rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
}

/*見出し設定*/
.h1-text {
  /*要素の配置*/
  position: absolute;
  /*要素を天地中央寄せ*/
  top: 45%;
  left: 40%;
  transform: translateY(-50%) translateX(-50%);
  width: 23rem;
  height: auto;
  /*見た目の調整*/
}

.top-p-text {
  /*要素の配置*/
  position: absolute;
  /*要素を天地中央寄せ*/
  top: 3%;
  left: 22%;
  transform: translateY(-50%) translateX(-50%);
  width: 14rem;
  height: auto;
  /*見た目の調整*/
}

.header-p {
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  padding: 3px;
  color: #1f1f1f;
  font-size: 1rem;
  text-align: center;
  margin: 0;
}

.fot-menu {
  position: fixed;
  bottom: -12rem;
  z-index: 10;
  width: 100%;
}

.fot-menu02 {
  position: relative;
  bottom: 2rem;
}

.fot-menu03 {
  position: absolute;
  bottom: 0;
}

.fot-menu04 {
  position: absolute;
  bottom: 3rem;
}

.top-und-text03,
.top-und-text03-mov,
.top-und-text04-mov {
  color: #fff;
  background-color: #1f1f1f;
  text-align: center;
  font-size: 1.1rem;
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
}

.top-und-text03 {
  bottom: -0.5rem;
}

.top-und-text03-mov {
  bottom: 13.8rem;
}

.top-und-text04-mov {
  bottom: 8.3rem;
}

.header-mov-btn {
  border: 1px solid #fff;
  padding: 10px 13px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.1);
}

.disp-sp {
  display: block;
}

.disp-pc {
  display: none;
}

.tsu-link02 {
  padding: 0.2rem 1rem;
  margin: 0 auto;
  display: inline-block;
  text-align: right;
  font-size: 0.9rem;
  position: relative;
  padding-right: 2rem;
  right: -19rem;
  bottom: -4rem;
  color: #1f1f1f;
  z-index: 4;
}

.tsu-link02::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/arrow01.svg);
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  right: 0.7rem;
  top: 0.5rem;
  transform: rotate(-90deg);
}

/*ローディング*/
.video_wrapper {
  position: relative;
}

.video_wrapper:not(.js_active)::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

.video_wrapper:not(.js_active)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(/assets/images/tsuukin/loading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.video_wrapper>video {
  width: 100%;
}

.h1-text-re {
  position: relative;
}

.pokecom-enq-srider {
  display: flex;
  overflow-x: scroll;
  margin-left: 1rem;
}

.area-line-rink-flex {
  padding: 1rem;
  border-radius: 1.5rem;
  margin: 1rem 0.5rem;
  box-shadow: 0px 3px 15px rgb(25 25 25 / 20%);
  height: 100%;
  min-width: 24rem;
}

.area-line-rink-img {
  height: 14rem;
}

.tiiki_syousai_rink {
  width: 100%;
  background: #ea97ac;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 0 0 1rem 1rem;
  padding: 0;
}

.area-line-rink-box-img {
  border-radius: 1rem 0 0 0;
  object-fit: cover;
  padding: 0 0.5rem 0 0;
}

.re_zaitaku_textlink::after,
.re_tsukin_textlink::after {
  content: "▶︎";
  color: #ffa;
  font-size: 15px;
  position: relative;
  right: -0.5rem;
}

.re_zaitaku_textlink::before,
.re_tsukin_textlink::before {
  content: "";
  position: absolute;
  margin-left: 0.5rem;
  transform: translate(-0%, 0%);
}

.re_zaitaku_textlink::before {
  background-image: url(/assets/images/area-cp/zai-img-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6rem;
  height: 4rem;
  left: 1.8rem;
  top: -0.2rem;
}

.re_tsukin_textlink::before {
  background-image: url(/assets/images/area-cp/tu-img-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  left: 1.8rem;
  top: -1.2rem;
}

.re_zaitaku_textlink,
.re_tsukin_textlink {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 7rem;
  border-radius: 1rem;
  color: #1f1f1f;
  margin: 3rem 0;
  box-shadow: 0px 3px 10px #00000029;
  position: relative;
  text-decoration: none;
}

.re_zaitaku_textlink {
  background-color: #a2c9ff;
}

.re_tsukin_textlink {
  background-color: #ffa2b9;
}

.pokecom_meri_matome_cont ul li {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 0 15px 2.5rem;
  line-height: 1.2;
  border-bottom: 2px dotted #888;
}

.pokecom_meri_matome_cont ul li:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0;
  margin-top: -5px;
}

.pokecom_meri_matome_cont ul #cont_meri_1:before {
  background: url(/assets/images/area-cp/tsu-nomber-01.svg) no-repeat;
  background-size: contain;
}

.pokecom_meri_matome_cont ul #cont_meri_2:before {
  background: url(/assets/images/area-cp/tsu-nomber-02.svg) no-repeat;
  background-size: contain;
}

.pokecom_meri_matome_cont ul #cont_meri_3:before {
  background: url(/assets/images/area-cp/tsu-nomber-03.svg) no-repeat;
  background-size: contain;
}

.pokecom_meri_matome_cont ul #cont_meri_4:before {
  background: url(/assets/images/area-cp/tsu-nomber-04.svg) no-repeat;
  background-size: contain;
}

.pokecom_meri_matome_cont ul #cont_meri_5:before {
  background: url(/assets/images/area-cp/tsu-nomber-05.svg) no-repeat;
  background-size: contain;
}

.pokecom_meri_matome_cont ul #cont_meri_6:before {
  background: url(/assets/images/area-cp/tsu-nomber-06.svg) no-repeat;
  background-size: contain;
}

.pokecom_meri_matome_cont ul #cont_meri_7:before {
  background: url(/assets/images/area-cp/tsu-nomber-07.svg) no-repeat;
  background-size: contain;
}

.pd-lr2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.city-map-tukin-h2 span {
  position: relative;
  display: flex;
  top: 3rem;
}

.city-map-tukin-h2 span::before {
  position: relative;
  content: "";
  display: inline-block;
  top: -1rem;
  left: 0;
  width: 6rem;
  height: 6rem;
  background: url(/assets/images/other/icon-map-marker.svg) no-repeat;
  background-size: contain;
}

.city_background_img-tu {
  background-image: url(/assets/images/other/japan-map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 25rem;
  height: 20rem;
  margin: 0 auto;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sapporo-t,
.sendai-t,
.sinjyuku-t,
.yokohama-t,
.nagoya-t,
.osaka-t,
.hiroshima-t,
.fukuoka-t {
  position: absolute;
  background: #ffe8e8;
  padding: 0.1rem 0.5rem;
  border: solid 1px #1f1f1f;
  color: #1f1f1f;
  font-weight: 700;
}

.sapporo-t {
  top: 12%;
  right: 0%;
}

.sendai-t {
  top: 40%;
  right: 20%;
}

.sinjyuku-t {
  top: 63%;
  right: 12%;
}

.yokohama-t {
  top: 74%;
  right: 29%;
}

.nagoya-t {
  top: 59%;
  right: 40%;
}

.osaka-t {
  top: 78%;
  right: 54%;
}

.hiroshima-t {
  top: 62%;
  right: 69%;
}

.fukuoka-t {
  top: 76%;
  right: 80%;
}

.city_contents-flex-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.city-map-tukin-h2 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: contents;
}

.city_contents-flex-t p {
  text-decoration: none;
  color: #1f1f1f;
  background: #ffe8e8;
  font-size: 1.2rem;
  line-height: 1.6;
}

.city_contents-flex-t p span::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -0.7rem;
  left: -2.4rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/assets/images/other/pokeko.svg) no-repeat;
  background-size: contain;
}

/*エリアスライダー
.area-line-rink-flex {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 1.5rem;
  margin: 1rem 0.5rem;
  box-shadow: 0px 3px 15px rgb(25 25 25 / 20%);
  height: auto;
}*/
.area-line-rink-box {
  display: flex;
  width: 100%;
  border-bottom: 1px #1f1f1f dashed;
  padding-bottom: 0.35rem;
  margin-bottom: 0.6rem;
  text-decoration: none;
  color: #1f1f1f;
}

.area-line-rink-box-img {
  height: 80px;
  border-radius: 1rem 0 0 1rem;
  width: 32%;
  object-fit: cover;
  padding: 0 0.5rem 0 0;
}

.area-rink-box-dl {
  margin: 0;
  width: 100%;
}

.area-line-rink-box-dt {
  background-color: #eee;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.35rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  border-radius: 0 1rem 0 0;
  padding: 0.2rem;
  text-align: center;
  color: #e87c97;
}

.area-line-rink-box-dt-span {
  position: relative;
}

.area-line-rink-box-dt-span::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/images/other/pokeko.svg) no-repeat;
  background-size: contain;
  left: -1.5rem;
}

.area-line-rink-box-dd {
  font-weight: bold;
  overflow: hidden;
  margin: 0;
  font-size: 0.9rem;
}

.sup-box01 .moz-p-bold-center,
.sup-box02 .moz-p-bold-center,
.sup-box03 .moz-p-bold-center,
.sup-box04 .moz-p-bold-center,
.sup-box05 .moz-p-bold-center,
.sup-box06 .moz-p-bold-center {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 1rem 0 0.5rem;
  margin: 0;
}

.sup-box01 .moz-h2,
.sup-box02 .moz-h2,
.sup-box03 .moz-h2,
.sup-box04 .moz-h2,
.sup-box05 .moz-h2,
.sup-box06 .moz-h2 {
  font-family: "Satisfy", cursive;
  color: #ff7600;
  text-align: center;
  font-size: 1.14rem;
}

.sup-box02 .moz-h2,
.sup-box03 .moz-h2,
.sup-box04 .moz-h2,
.sup-box05 .moz-h2,
.sup-box06 .moz-h2 {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

.sup-box01 .moz-h2::before,
.sup-box01 .moz-h2::after,
.sup-box02 .moz-h2::before,
.sup-box02 .moz-h2::after,
.sup-box03 .moz-h2::before,
.sup-box03 .moz-h2::after,
.sup-box04 .moz-h2::before,
.sup-box04 .moz-h2::after,
.sup-box05 .moz-h2::before,
.sup-box05 .moz-h2::after,
.sup-box06 .moz-h2::before,
.sup-box06 .moz-h2::after {
  content: "";
  background: #1f1f1f;
  height: 2px;
  width: 20%;
  vertical-align: middle;
  display: inline-block;
  border-radius: 30px;
}

.sup-box01 .moz-h2::before,
.sup-box01 .moz-h2::after,
.sup-box02 .moz-h2::before,
.sup-box02 .moz-h2::after,
.sup-box03 .moz-h2::before,
.sup-box03 .moz-h2::after,
.sup-box04 .moz-h2::before,
.sup-box04 .moz-h2::after,
.sup-box05 .moz-h2::before,
.sup-box05 .moz-h2::after,
.sup-box06 .moz-h2::before,
.sup-box06 .moz-h2::after {
  content: "";
  background: #1f1f1f;
  height: 2px;
  width: 15%;
  vertical-align: middle;
  display: inline-block;
  border-radius: 30px;
}

.sup-box02 .moz-p,
.sup-box03 .moz-p,
.sup-box04 .moz-p,
.sup-box05 .moz-p,
.sup-box06 .moz-p {
  padding: 2rem;
}

/*報酬*/
.moz-money01,
.moz-money01-2 {
  text-align: center;
  letter-spacing: -1.45px;
  color: #1f1f1f;
  position: relative;
  margin-left: 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.moz-money01::before,
.moz-money01-2::before {
  position: absolute;
  top: 0;
  left: -2.8rem;
}

.moz-money01::before {
  content: url(/assets/images/jp_img/area/salary-img-05.svg);
}

.moz-money03 {
  font-weight: 400;
  display: block;
  text-align: right;
  color: #1f1f1f;
}

.moz-money04 {
  border: 2px dashed #b9b9b9;
  border-radius: 20px;
  padding: 0.3rem;
  margin: 0.3rem;
}

.interview-img-box {
  padding: 2rem 2rem 0;
  position: relative;
}

.interview-img-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/area-cp/beg-icon01-piyo.svg);
  width: 6rem;
  height: 6rem;
  background-repeat: no-repeat;
  left: 0px;
  top: 2px;
  transform: translate(-0%, -0%);
}

.tu-reward-h3-box {
  margin: 1rem 2rem;
}

.moz-money01::before,
.moz-money01-2::before {
  content: "";
  position: absolute;
  margin-left: 0.5rem;
  transform: translate(-0%, 0%);
  background-size: contain;
  background-repeat: no-repeat;

  left: -4rem;
  top: -0.2rem;
}

.moz-money01-2::before {
  background-image: url(/assets/images/area-cp/tu-img-icon.svg);
  top: 0rem;
  width: 3rem;
  height: 4rem;
}

.moz-money01::before {
  background-image: url(/assets/images/area-cp/zai-img-icon.svg);
  top: 0;
  width: 3rem;
  height: 3rem;
}

.tu-reward-div01 {
  padding: 1rem;
  border: 1px solid #1f1f1f;
  border-radius: 1rem;
  background-color: #fff;
}

.moz-money02 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #ea97ac;
  display: inline-block;
}

.moz-money02 .moz-b {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #ea97ac;
  display: inline-block;
}

.com_p_span_color_pink {
  color: #ea97ac;
}

.sup-box01 .moz-h2,
.sup-box02 .moz-h2,
.sup-box03 .moz-h2,
.sup-box04 .moz-h2,
.sup-box05 .moz-h2,
.sup-box06 .moz-h2 {
  font-family: "Satisfy", cursive;
  color: #ffa2b9;
  text-align: center;
  font-size: 1.14rem;
}

/*6つの安心*/
.com_pokeouen_6_matome {
  margin: 10px auto;
  width: 100%;
}

.com_pokeouen_6_flex {
  display: flex;
  text-align: center;
  justify-content: space-around;
}

.com_pokeouen_6_box {
  display: block;
  width: 30%;
}

.com_pokeouen_6_box img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.com_pokeouen_6_box p {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #888;
  margin: 0 0 20px;
}

.under-faf8cb {
  background: linear-gradient(transparent 0%, #faf8cb 0%);
  color: #1f1f1f;
  padding: 0 0.5rem;
}

.interview-img {
  border-radius: 1rem;
  box-shadow: 0px 7px 10px 3px #f0d3d3;
  border: 2px solid;
}

.inner-2box {
  margin: 1rem 2rem -1.8rem;
  position: relative;
  top: -1.8rem;
  z-index: -2;
}

.tsu-h4 {
  border: 1px dashed #1f1f1f;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
  font-feature-settings: "palt";
  margin: 1rem 0;
  background-color: #ffe;
}

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

.inneer-2 {
  background-color: #fff1f1;
  border-radius: 2rem;
  padding-top: 1rem;
}

.mov-cont-under {
  margin-top: -2rem;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.picup-baner-img {
  display: block;
  padding: 0 1rem;
}

.tsu-cap2-h3-imgbox {
  position: relative;
  text-align: center;
}

.tsu-cap2-h3-imgbox img {
  padding: 0 1rem;
  width: 14rem;
}

.tsu-cap2-h3-imgbox::before,
.tsu-cap2-h3-imgbox::after {
  content: "";
  background: #1f1f1f;
  height: 2px;
  width: 13%;
  vertical-align: middle;
  display: inline-block;
  border-radius: 30px;
}

.reward-example-h3 {
  border-left: 1rem solid #ccc;
  padding-left: 1rem;
}

.reward-example-h3-span {
  font-size: 2rem;
  color: #ea97ac;
}

.reward-example-h3-p01 {
  color: #ea97ac;
  font-size: 1.4rem;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 1rem;
}

.reward-example-h3-img {
  border: 1px solid #1f1f1f;
  border-radius: 1rem;
}

.reward-example-h3-p01-span {
  color: #1f1f1f;
  font-size: 1rem;
}

/*在宅追加分*/

.cap-h1-zai-box {
  position: relative;
}

.cap-h1-zai-box::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/zai-top-fukudashi.svg);
  background-repeat: no-repeat;
  transform: translateY(0%) translateX(-6%);
  width: 10rem;
  height: 10rem;
  top: 1rem;
  right: -0.2rem;
}

.cap-h1-zai-box-img01,
.cap-h1-zai-box-img02,
.cap-h1-zai-box-img03 {
  position: absolute;
  transform: translateY(0%) translateX(0%);
  left: 1rem;
}

.cap-h1-zai-box-img01 {
  height: 8rem;
  width: 8rem;
  top: 0;
}

.cap-h1-zai-box-img02 {
  height: 8rem;
  width: 8rem;
  top: 8rem;
}

.cap-h1-zai-box-img03 {
  height: 12rem;
  width: 14rem;
  top: 15rem;
}

.fot-menu-zai-bg-flex02 {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 999;
  bottom: 0;
  margin: 0 1rem;
  top: -2rem;
}

.top-zai-und-text02 {
  color: #fff;
  background-color: #1f1f1f;
  text-align: center;
  font-size: 1rem;
  position: relative;
  margin-top: -5rem;
  line-height: 1.3;
  padding: 0.5rem;
}

.picup-baner-img {
  display: block;
  padding: 1rem;
}

.zai-caph2-img {
  border-radius: 1rem;
  box-shadow: 0px 3px 10px 6px #eee;
  border: 2px solid;
  width: 20rem;
  margin-top: 2rem;
}

.under_blue {
  background: linear-gradient(transparent 65%, #cbe1ff 50%);
}

.zai-what-chatlady-ul li {
  padding: 0.8rem;
  font-size: 1.4rem;
}

/*content*/

.cont-front-Choose-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  margin: 8rem auto 0;
}

.cont-front-Choose-flex p {
  display: inline-block;
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #1f1f1f;
}

.cont-front-Choose-flex hr {
  border: 3px solid #ea97ac;
  border-radius: 11rem;
  position: absolute;
  width: 22rem;
  height: 22rem;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -30;
}

.front-Choose-box01a,
.front-Choose-box02a,
.front-Choose-box03a {
  position: relative;
}

.front-Choose-box01,
.front-Choose-box02,
.front-Choose-box03 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: perspective(2px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.front-Choose-box01,
.front-Choose-box02,
.front-Choose-box03 {
  display: inline-block;
  position: relative;
  width: 15rem;
  height: 15rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 7.5rem;
}

.front-Choose-box01 {
  animation: front-Choose-box01 2s infinite;
}

.front-Choose-box02 {
  animation: front-Choose-box01 3s infinite;
}

.front-Choose-box03 {
  animation: front-Choose-box01 2.5s infinite;
}

.front-Choose-box01 {
  background-image: url(/assets/images/tsuukin/img-circle01.webp);
  top: 12rem;
}

.front-Choose-box02 {
  background-image: url(/assets/images/tsuukin/img-circle02.webp);
  top: 12rem;
}

.front-Choose-box03 {
  background-image: url(/assets/images/tsuukin/img-circle03.webp);
  top: -17rem;
}

.front-Choose-box01a::before {
  position: absolute;
  content: "";
  background: url(/assets/images/other/kirakira001.svg) no-repeat;
  background-size: contain;
  top: 12rem;
  left: -1rem;
  width: 10rem;
  height: 15rem;
  z-index: -3;
}

.front-Choose-box01b::after {
  position: absolute;
  content: "";
  background: url(/assets/images/other/kirakira004.svg) no-repeat;
  background-size: contain;
  left: 23rem;
  width: 9rem;
  height: 14rem;
  top: -1rem;
  z-index: -3;
}

.front-Choose-box01c::before {
  position: absolute;
  content: "";
  background: url(/assets/images/other/kirakira002.svg) no-repeat;
  background-size: contain;
  top: -1rem;
  left: 6rem;
  width: 8rem;
  height: 11rem;
  z-index: -3;
}

.front-Choose-box03::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: -4rem;
  left: 5.5rem;
  width: 4rem;
  height: 4rem;
  background: url(/assets/images/other/icon-crown01.svg) no-repeat;
  background-size: contain;
}

.front-Choose-box01c::after {
  position: absolute;
  content: "";
  background: url(/assets/images/other/kirakira003.svg) no-repeat;
  background-size: contain;
  top: 14rem;
  left: 15rem;
  width: 9rem;
  height: 11rem;
  z-index: -3;
}

.front-Choose-box03 p {
  top: 7.5rem;
  left: 2.5rem;
}

.front-Choose-box02 p {
  top: 7.5rem;
  left: 1.8rem;
}

.front-Choose-box01 p {
  top: 7.5rem;
  left: 1.8rem;
}

.front-Recommended-wrap {
  margin: 2rem 1rem 2rem;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.front-Recommended-wrap-last {
  margin: 2rem 1rem 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.front-Recommended-box figure {
  float: left;
  margin: 0 2px 2px 0;
  shape-outside: circle();
}

.front-Recommended-box-m figure {
  float: right;
  margin: 0 0 2px 2px;
  shape-outside: circle();
}

.front-Recommended-box img,
.front-Recommended-box-m img {
  object-fit: contain;
  width: 15rem;
  height: 15rem;
  position: relative;
}

.front-Recommended-box,
.front-Recommended-box-m {
  margin: 0 auto;
}

.front-Recommended-box-div01 {
  display: block;
  padding-left: 12rem;
  text-align: center;
}

.front-Recommended-box-div02 {
  display: block;
  padding-right: 160px;
  text-align: center;
}

.front-Recommended-box-div01 h3,
.front-Recommended-box-div02 h3 {
  margin: 3rem auto 2.6rem;
  text-align: center;
  position: relative;
  display: inline-block;
  color: #ff7600;
  font-weight: bold;
  font-size: 1.2rem;
}

.front-Recommended-box01::before,
.front-Recommended-box03::before,
.front-Recommended-box02::before {
  display: inline-block;
  position: absolute;
  content: "";
}

.front-Recommended-box01::before {
  top: -5rem;
  left: -5rem;
  width: 10rem;
  height: 5.5rem;
  background: url(/assets/images/content/front-student-text01.svg) no-repeat;
  background-size: contain;
}

.front-Recommended-box02::before {
  top: -4rem;
  left: 6rem;
  width: 6rem;
  height: 6rem;
  background: url(/assets/images/content/front-mature-text01.svg) no-repeat;
  background-size: contain;
}

.front-Recommended-box03::before {
  top: -5rem;
  left: -10rem;
  width: 10rem;
  height: 8rem;
  background: url(/assets/images/content/front-business-text01.svg) no-repeat;
  background-size: contain;
}

.front-Recommended-box-div01 h3::after,
.front-Recommended-box-div02 h3::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  border-bottom: 2px solid #1f1f1f;
  font-size: 1.2rem;
}

.front-Recommended-p {
  padding-bottom: 1rem;
  max-width: 900px;
}

.front-workstyle-box-wrep {
  display: flex;
  justify-content: center;
  margin: 0 0.5rem;
}

.front-workstyle-box {
  border: 1px solid #1f1f1f;
  margin: 0.33rem 0.2rem;
  padding: 0.33rem;
}

.front-workstyle-box h4 {
  font-size: 1.33rem;
  text-align: center;
  color: #7da4cb;
  font-weight: bold;
  border-bottom: 1px solid #1f1f1f;
  margin: 0;
}

.front-workstyle-box h4 span {
  font-size: 0.8rem;
  color: #1f1f1f;
  font-weight: 300;
}

.front-workstyle-box ul {
  padding: 0.33rem 0.33rem 0.33rem 0;
  margin: 0;
}

.front-workstyle-box li {
  font-size: 1rem;
  line-height: 1.4;
  list-style: none;
}

.front-workstyle-box img {
  height: 3.33rem;
  width: 100%;
  object-fit: cover;
  border: 1px solid #1f1f1f;
  display: block;
}

.front-workstyle-box a {
  display: block;
  color: #1f1f1f;
  font-weight: bold;
  position: relative;
  height: auto;
  text-align: right;
}

.front-workstyle-box a span {
  padding-right: 2rem;
}

.front-workstyle-box a::after {
  position: absolute;
  top: 3.5rem;
  right: 0;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/images/other/poke-arrow-maru.svg) no-repeat;
  background-size: contain;
}

/*利用規約*/
.agreement dt,
.privacy dt {
  border-bottom: 1px solid #707070;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 1rem;
  line-height: 1.8;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.agreement dd,
.privacy dd {
  margin: 1rem 2rem 3rem;
  line-height: 2.2;
  text-align: justify;
  font-size: 1.1rem;
}

.agreement dd,
.privacy ul li {
  list-style-type: disc;
  margin-left: 2rem;
  line-height: 1.4;
  padding: 0.5rem 0;
}

.agreement,
.privacy {
  padding: 0 2rem;
}

.bread-box_com {
  font-size: 0.6em;
  overflow: hidden;
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
}

.bread-box_com li {
  display: inline-block;
}

.bread-box_com a {
  text-decoration: none;
  color: #333;
}

.bread-box_com>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/*salary*/
/*エリアコンテンツ(背景色)*/

.sal-cont-pink,
.sal-cont-beige,
.sal-cont-purple,
.sal-cont-blue,
.sal-cont-green {
  padding: 5rem 0;
  position: relative;
  top: -4rem;
  margin-bottom: -4rem;
}

.sal-cont-green {
  padding: 3rem 0;
}

.sal-cont-beige {
  background: linear-gradient(to bottom, #fff, #f7f0e5 30%, #f7f0e5 80%, #fff) no-repeat padding-box;
}

.sal-cont-pink {
  background: linear-gradient(to bottom, #fff, #f7e8e5 30%, #f7e8e5 80%, #fff) no-repeat padding-box;
}

.sal-cont-purple {
  background: linear-gradient(to bottom, #fff, #e6e5f7 30%, #e6e5f7 80%, #fff) no-repeat padding-box;
}

.sal-cont-blue {
  background: linear-gradient(to bottom, #fff, #e5f2f7 30%, #e5f2f7 80%, #fff) no-repeat padding-box;
}

.sal-cont-green {
  background: linear-gradient(to bottom, #fff, #eaf7e5 30%, #eaf7e5 80%, #fff) no-repeat padding-box;
}

.sal-p01 {
  border-top: 1px dashed;
  padding: 1rem 0;
  margin: 1rem;
}

.sal-h2-left {
  position: relative;
  left: 1rem;
  top: 2rem;
  width: 12rem;
}

.sal-h2-img {
  position: relative;
  right: 0;
  width: 16rem;
}

.sal-cont-beige .moz-Order,
.sal-cont-pink .moz-Order,
.sal-cont-purple .moz-Order,
.sal-cont-blue .moz-Order,
.sal-cont-green .moz-Order {
  text-align: left;
  font: bold 7rem/2rem "ヒラギノ丸ゴ ProN", " Noto Sans JP";
  letter-spacing: -5px;
  color: #ea97ac;
  padding: 1.5rem;
  padding-left: 1rem;
  display: block;
  position: relative;
}

.sal-cont-beige .moz-under,
.sal-cont-pink .moz-under,
.sal-cont-purple .moz-under,
.sal-cont-blue .moz-under,
.sal-cont-green .moz-under {
  text-align: left;
  color: #333333;
  margin-top: -1rem;
  padding: 3rem;
  padding-left: 1rem;
  padding-right: 0;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
}

.sal-cont-beige .moz-img01,
.sal-cont-pink .moz-img02,
.sal-cont-purple .moz-img03,
.sal-cont-blue .moz-img04,
.sal-cont-green .moz-img05 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sal-cont-beige .moz-img01 {
  background-image: url("/assets/images/salary/salary-img01-1.webp");
}

.sal-cont-pink .moz-img02 {
  background-image: url("/assets/images/salary/salary-img01-2.webp");
}

.sal-cont-purple .moz-img03 {
  background-image: url("/assets/images/salary/salary-img01-3.webp");
}

.sal-cont-blue .moz-img04 {
  background-image: url("/assets/images/salary/salary/salary-img01-4.webp");
}

.sal-cont-green .moz-img05 {
  background-image: url("/assets/images/salary/salary-img01-5.webp");
}

.sal-cont-flex {
  width: 100%;
  display: flex;
  align-items: center;
}

.sal-cont-flex-item2 {
  width: 20%;
}

.sal-cont-flex-item3 {
  width: 80%;
}

.sal-cont-blue .moz-maru {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  border: solid 1px #333333;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}

.sal-cont-green .moz-input {
  margin: 0 auto;
}

/* .rew-box01 {
        display: flex;
        margin-left: 0 !important;
        width: 60%;
      }*/

.sal-cont-green .moz-box {
  border: solid 1px #1f1f1f;
  padding: 1rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.sal-cont-green .moz-box::before {
  content: "+特別報酬";
  position: absolute;
  top: -1rem;
  left: 1rem;
  background: #eaf7e5;
  font-weight: 700;
  padding: 0 0.5rem;
}

.sal-reward-tbody {
  border-top: 1px solid #eaf7e5;
  border-bottom: 1px solid #eaf7e5;
}

.sal-reward-tbody tr {
  border-left: 1px solid #eaf7e5;
  border-right: 1px solid #eaf7e5;
}

.sal-cont-purple .moz-whitebox01,
.sal-cont-purple .moz-whitebox02 {
  margin: 3rem 0;
  padding: 2rem;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 3px 10px 6px #e0e0f0;
  border-radius: 0 2rem 0 0;
}

.sal-cont-purple .moz-subtitle01 {
  background: #bdb9fb;
  margin-left: -2rem;
  line-height: 1.5;
  width: 100%;
}

.moz-subtitle01 span {
  background: #e6e5f7;
  margin-left: 3rem;
  padding-left: 4rem;
  display: block;
  font-size: 1.8rem;
  color: #3b4043;
  font-weight: bold;
  position: relative;
  border: solid #e6e5f7;
}

.moz-subtitle01 span::before {
  content: url(/assets/images/salary/salary-img-10.webp);
  position: absolute;
  left: 0.5rem;
  top: -0.1rem;
}

.sal-cont-purple .moz-whitebox01::before {
  content: "日払い";
}

.sal-cont-purple .moz-whitebox02::before {
  content: "銀行振込";
}

.sal-cont-purple .moz-whitebox01::before,
.sal-cont-purple .moz-whitebox02::before {
  top: -1rem;
  background: #e6e5f7;
  position: absolute;
  padding: 0.3rem 1rem;
  font-weight: 700;
}

.moz-color_orange_b {
  font-weight: bold;
  color: #ea97ac;
  font-size: 1.257rem;
}

.sal-chat {
  background-color: #fff;
  padding: 1rem 0.5rem;
  border: 1px dashed #1f1f1f;
  border-radius: 1rem;
}

.sal-h4 {
  border: 1px dashed;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  margin: 0;
  background-color: #fff;
}

.sal-cont-flex-item-w-left,
.sal-cont-flex-item-w-rigft,
.sal-cont-flex-item-w-lefted,
.sal-cont-flex-item-w-rigfted {
  background: #ffffff;
  width: 50%;
  border: solid 1px #333333;
  padding: 0.3rem;
  text-align: center;
  font-size: 1rem;
}

.sal-cont-flex-item-w-left {
  border-right: none;
  border-bottom: none;
}

.sal-cont-flex-item-w-rigft {
  border-bottom: none;
}

.sal-cont-flex-item-w-lefted {
  border-right: none;
}

.sal-cont-flex-item-w-rigfted {
  content: "";
}

.sal-cont-blue .moz-comparison01,
.sal-cont-blue .moz-comparison02 {
  position: relative;
  display: block;
  padding-left: 4rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 1rem;
}

.sal-cont-blue .moz-comparison01::before {
  background-image: url(/assets/images/salary/salary-img-14.webp);
}

.sal-cont-blue .moz-comparison02::before {
  background-image: url(/assets/images/salary/salary-img-15.webp);
}

.sal-cont-blue .moz-comparison01::before,
.sal-cont-blue .moz-comparison02::before {
  left: 0.3rem;
  top: -1.5rem;
  position: absolute;
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.sal-tokubetu-dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 2rem;
  margin-top: 1rem;
}

.sal-tokubetu-dl dd {
  margin: 0 1rem;
  border: 1px dashed;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 1rem;
}

.sal-simulat-ind-p {
  font-size: 1rem;
  line-height: 1.4;
}

.sal-cont-flex-item {
  width: 50%;
}

.sal-bg01,
.sal-bg02 {
  background-color: #eee;
}

.sal-bg01 {
  border-radius: 1rem 0 0 0;
}

.sal-bg02 {
  border-radius: 0 1rem 0 0;
}

.span-strong {
  color: #e87c97;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.5rem;
  line-height: 1.4;
}

/*merit*/
.merit-bg-pink_dot {
  padding: 0 2rem;
  background-image: radial-gradient(#e87c97 10%, transparent 20%);
  background-size: 0.7rem 0.7rem;
}

.merit-bg-blue_dot {
  padding: 0 2rem;
  background-image: radial-gradient(#5286ce 10%, transparent 20%);
  background-size: 0.7rem 0.7rem;
}

.merit-bg-fff {
  background-color: #fff;
  padding: 0 1rem;
  margin: 0 auto;
}

.img-merit {
  padding-bottom: 1rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.img-merit-p {
  text-align: center;
  line-height: 2.6;
}

.p-merit-underyellow {
  letter-spacing: 4px;
  background: linear-gradient(transparent 50%, #ffffc2 50%);
  font-size: 1.3rem;
  font-weight: bold;
}

.maru {
  border-radius: 0 0 50% 50%;
  border: solid 1px #333333;
  height: 7rem;
  width: 22rem;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  top: -4rem;
  margin-bottom: -2rem;
}

.other-box {
  margin: 2rem auto;
  text-align: center;
  background-color: #eee;
  border-radius: 2rem;
  padding: 8rem 2rem 3rem;
}

.box-identity-text .moz-p {
  border: 1px solid #1f1f1f;
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
  background-color: #eee;
  line-height: 1.6;
}

.contents-merit2 {
  margin: 0 auto;
  padding: 0 1rem;
  margin: 1rem 2rem;
}

.p-identity {
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin: 2rem 0;
}

.p-identity>span {
  display: inline-block;
  position: relative;
}

.p-identity>span::before {
  position: absolute;
  content: url(/assets/images/merit/merit-img13-1.webp);
  left: -3rem;
}

.p-identity>span::after {
  position: absolute;
  content: url(/assets/images/merit/merit-img13-2.webp);
  right: -3rem;
}

.p-identity2 {
  padding-left: 1rem;
  margin: 1rem auto;
  border-left: solid 0.5rem #e87c97;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.1rem;
}

.box-identity {
  display: inline-block;
  margin-bottom: 2rem;
  border-bottom: 1px dashed;
}

.box-identity .face {
  float: left;
  margin-right: -9rem;
  width: 6rem;
}

.text-merit-border_side {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 2rem;
  position: relative;
}

.text-merit-border_side-span,
.text-merit-border_side-zai-span {
  position: relative;
}

.text-merit-border_side-span::before,
.text-merit-border_side-zai-span::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;

  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
}

.text-merit-border_side-span::before {
  background-image: url(/assets/images/area-cp/tu-img-icon.svg);
  width: 5rem;
  height: 6rem;
  top: -3rem;
  left: 50%;
}

.text-merit-border_side-zai-span::before {
  background-image: url(/assets/images/area-cp/zai-img-icon.svg);
  width: 5rem;
  height: 4rem;
  top: -3rem;
  left: 50%;
}

.text-merit-border_right,
.text-demerit-border_right,
.text-merit-border_side::before {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0 0.5rem 0 0;
}

.text-merit-border_side::after,
.text-merit-border_side::before {
  border-top: 1px solid #333333;
  content: "";
  width: 10%;
}

.text-merit-border_side::after {
  margin: 0 0 0 0.5rem;
}

.box-identity-text {
  display: inline-block;
  margin: 0 0 0 6rem;
  padding: 0.6rem 1.1rem;
  border-radius: 1rem;
}

.box-identity-text .moz-p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -7px;
  margin-left: -28px;
  border: 8px solid transparent;
  border-right: 20px solid #eee;
  z-index: 2;
}

.box-identity-text .moz-p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -8px;
  margin-left: -31px;
  border: 9px solid transparent;
  border-right: 21px solid #1f1f1f;
  z-index: 1;
}

.p-merit-underblue {
  background: linear-gradient(transparent 0%, #d4ecff 0%);
}

.merit-h3-img-tsu,
.merit-h3-img-zai,
.demerit-h3-img-tsu,
.demerit-h3-img-tsu {
  position: relative;
}

.merit-h3-img-tsu::before,
.demerit-h3-img-tsu::before,
.merit-h3-img-zai::after,
.demerit-h3-img-zai::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14rem;
  height: 8rem;
}

.merit-h3-img-tsu::before {
  background-image: url(/assets/images/area-cp/merit-h3-tsu.svg);
  right: -6rem;
  top: 3rem;
}

.demerit-h3-img-tsu::before {
  background-image: url(/assets/images/area-cp/demerit-h3-tsu.svg);
  right: -6rem;
  top: 3rem;
}

.merit-h3-img-zai::after {
  background-image: url(/assets/images/area-cp/merit-h3-zai.svg);
  left: 8rem;
  top: 4rem;
}

.demerit-h3-img-zai::after {
  background-image: url(/assets/images/area-cp/demerit-h3-zai.svg);
  left: 8rem;
  top: 4rem;
}

.merit-h4-box h4,
.demerit-h4-box h4 {
  position: relative;
  font-weight: bold;
  margin: 3rem 0 1rem;
  margin-left: 1rem;
  border-bottom: 1px dashed;
  padding-bottom: 0.5rem;
}

.merit-h4-box p,
.demerit-h4-box p {
  padding-left: 1rem;
}

.merit-h4-box h4:before,
.demerit-h4-box h4::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  width: 6.5rem;
  height: 2.5rem;
  background: url(/assets/images/area-cp/text-merit.svg) no-repeat;
  top: -2.3rem;
  left: -1.5rem;
  transform: translate(-0%, -0%);
}

.merit-h4-box h4:before {
  background: url(/assets/images/area-cp/text-merit.svg) no-repeat;
}

.demerit-h4-box h4::before {
  background: url(/assets/images/area-cp/text-demerit.svg) no-repeat;
}

.img-merit>img {
  object-fit: cover;
}

.other-h5 {
  font-size: 1.2rem;
  padding: 0.5rem;
  margin: 2rem 0 0.5rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 0px 0px 8px rgb(25 25 25 / 10%);
}

.fot-menu-p-flex {
  display: block;
  align-items: center;
}



.pokecom_meri_matome_point {
  margin: 0 2rem;
}

/**trial**/
.tri-h2-under-box01,
.tri-h2-under-box02 {
  position: relative;
  margin-bottom: 2rem;
}

.tri-h2-under-box01 {
  padding-left: 10rem;
  margin-top: 3rem;
}

.tri-h2-under-box02 {
  padding-right: 10rem;
}

.tri-h2-under-box01::before,
.tri-h2-under-box02::before {
  position: relative;
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}

.tri-h2-under-box02::before {
  background-image: url(/assets/images/area-cp/trial-img02.webp);
  width: 11rem;
  height: 25rem;
  right: -1rem;
  top: -2rem;
  transform: translate(0%, 0%);
}

.tri-h2-under-box01::before {
  background-image: url(/assets/images/area-cp/trial-img01.webp);
  width: 15rem;
  height: 28rem;
  left: -3rem;
  top: -4rem;
  transform: translate(0%, 0%);
}

.tri-flow-box-01::before,
.tri-flow-box-02::before,
.tri-flow-box-03::before,
.tri-flow-box-04::before,
.tri-flow-box-05::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  background-repeat: no-repeat;
  left: -1rem;
  top: 0;
  transform: translate(-0%, -0%);
}

.tri-flow-box-01::before {
  background-image: url(/assets/images/area-cp/tri-step1.svg);
}

.tri-flow-box-02::before {
  background-image: url(/assets/images/area-cp/tri-step2.svg);
}

.tri-flow-box-03::before {
  background-image: url(/assets/images/area-cp/tri-step3.svg);
}

.tri-flow-box-04::before {
  background-image: url(/assets/images/area-cp/tri-step4.svg);
}

.tri-flow-box-05::before {
  background-image: url(/assets/images/area-cp/tri-step5.svg);
}

.tri-flow-box-01,
.tri-flow-box-02,
.tri-flow-box-03,
.tri-flow-box-04,
.tri-flow-box-05 {
  position: relative;
  padding: 1rem;
  margin-bottom: 3rem;
}

.tri-h3 {
  font-size: 1.5rem;
  margin: 1rem 0 2rem 4rem;
  padding-left: 1rem;
  line-height: 1.4;
  border-bottom: 1px solid;
}

.f-wbld {
  font-weight: bold;
}

.tri-h3-02 {
  border: 1px dashed;
  padding: 0.5rem;
  margin: 0.5rem 0;
  text-align: center;
  font-weight: bold;
  background-color: #fff1c2;
}

.moz-under_orange {
  background: linear-gradient(transparent 0%, #fff1c2 0%);
}

/**よくある質問**/
.question-content-search {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 0.5rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background-color: #eee;
}

.question-content-search input[type="moz-text"] {
  border: none;
  height: 2em;
  font-size: 1rem;
  background-color: #eee;
  padding-left: 3rem;
  width: 90%;
}

input[type="checkbox"] {
  display: none;
}

.question-content-table {
  width: 90%;
  margin: 3rem auto 3rem;
  text-align: left;
}

.question-content-td {
  font-weight: bold;
  font-size: 0.8rem;
  width: 30%;
  text-align: center;
  margin: 0.5rem 0.45rem;
  display: block;
  float: left;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: #ddd2e0;
  padding: 0.5rem 0;
  font-size: 1rem;
}

.question-ki-th {
  border-left: 5px solid #e87c97;
  padding-left: 1rem;
  font-size: 1.14rem;
}

.question-content .moz-Q {
  margin-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
}

.question-content .moz-A {
  padding-bottom: 2rem;

  padding-left: 3rem;
  position: relative;
  line-height: 2;
  margin-left: 0;
}

.question-content .moz-Q::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/icon-q.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  left: 0.5rem;
  top: -0.2rem;
}

.question-content .moz-text2,
.question-content .moz-text {
  position: relative;
}

.question-content .moz-text2 {
  font-size: 1.4rem;
  font-weight: bold;
}

.question-content .moz-text {
  font-size: 1;
}

.question-content .moz-A::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/icon-a.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  left: 0.5rem;
  top: 0.2rem;
}

.question-content .moz-link {
  color: #ffffff;
  bottom: 0;
  right: 0;
  z-index: 1;
  line-height: 1.5;
  font-size: 0.8rem;
  margin-bottom: 0.7rem;
}

.question-content .moz-link,
.question-content .moz-text:after {
  content: "";
  position: absolute;
  padding: 0.3rem 0.5rem;
  opacity: 0.8;
  border-radius: 3rem;
}

.qa-box {
  padding: 0 1rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 3rem;
}

/*プライバシー*/
.optaut-p-a {
  text-decoration: none;
  display: inline-block;
  background-color: #ea97ac;
  padding: 0.2rem 1rem;
  border-radius: 2px;
  color: #1f1f1f;
}

/*会社概要*/
.company_table {
  border-collapse: collapse;
  margin: 3rem auto;
  color: #1f1f1f;
}

.company_table td,
.company_table th {
  border: 1px solid #1f1f1f;
  padding: 1.5rem 0.5rem;
  font-size: 1.1rem;
}

.sim-dl {
  margin: 3rem 0 2rem;
}

.sim-dl .dt01,
.sim-dl .dt02,
.sim-dl .dt03,
.sim-dl .dt04,
.sim-dl .dt05 {
  padding-left: 8rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  position: relative;
}

.sim-dl .dt01::before,
.sim-dl .dt02::before,
.sim-dl .dt03::before,
.sim-dl .dt04::before,
.sim-dl .dt05::before {
  content: "";
  position: absolute;
  left: 4rem;
  margin-top: -5px;
}

.sim-dl .dt01::before {
  background: url(/assets/images/area-cp/sim-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  top: -2rem;
}

.sim-dl .dt02::before {
  background: url(/assets/images/area-cp/sim-02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  top: -2rem;
}

.sim-dl .dt03::before {
  background: url(/assets/images/area-cp/sim-03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.5rem;
  height: 3rem;
  top: -1rem;
}

.sim-dl .dt04::before {
  background: url(/assets/images/area-cp/sim-04.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.5rem;
  height: 3rem;
  top: -1rem;
}

.sim-dl .dt05::before {
  background: url(/assets/images/area-cp/sim-05.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.5rem;
  height: 3rem;
  top: -1rem;
}

.sim-dl dd {
  margin: 0 auto 1rem;
}

.sim-dl dd select {
  display: block;
  width: 80%;
  height: 3rem;
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: 1.1rem;
  color: #1f1f1f;
  background-color: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 1rem;
  margin: 0 auto 0 3rem;
}

.sim-dl .sim-matome {
  display: block;
  width: 60%;
  height: 3rem;
  padding: 1rem;
  color: #333333;
  background-color: #fdffc3;
  border: 1px solid #1f1f1f;
  border-radius: 1rem;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: bold;
  margin-left: 3rem;
}

.rew-box01 {
  display: flex;
  margin-left: 0 !;
}

.rew-en {
  line-height: 3;
  font-size: 1.4rem;
  font-weight: bold;
}

/*area-cp02から移動*/
.fot-menu-bg-flex {
  display: block;
  justify-content: center;
  z-index: 999;
  bottom: 0;
  margin: 1rem;
}

.fot-menu-bg-flex02 {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 0;
  bottom: 0;
  margin: 1rem;
  padding: 0.5rem;
  top: 1.5rem;
}

.fot-menu-p-box01,
.fot-menu-p-box02,
.fot-menu-p-box04 {
  position: relative;
  margin-left: 4rem;
}

.fot-menu-p-span01,
.fot-menu-p-span02,
.fot-menu-p-span03,
.fot-menu-p-span04 {
  font-size: 1.5rem;
  height: 2.5rem;
  font-weight: bold;
  line-height: 2;
}

.fot-menu-p-span05 {
  font-size: 1.1rem;
  display: block;
  padding-left: 3rem;
  margin-top: -1rem;
  color: #ffc;
}

.fot-menu-p-span03,
.fot-menu-p-span04 {
  color: #fff;
}

.fot-menu-p-span01,
.fot-menu-p-span02 {
  color: #fff;
}

/*
      .fot-menu-p-box01::before {
        background-image: url(/assets/images/area-cp/tu-img-icon.svg);
        height: 5rem;
        top: -1rem;
      }
      .fot-menu-p-box02::before {
        background-image: url(/assets/images/area-cp/zai-img-icon.svg);
        height: 4rem;
        top: 0;
      }
      .fot-menu-p-box01::before, .fot-menu-p-box02::before {
        content: '';
        display: inline-block;
        position: absolute;
        vertical-align: middle;
        background-size: contain;
        background-repeat: no-repeat;
        left: -0.2rem;
        width: 4rem;
        transform: translate(-100%, 0%);
      }*/

.fot-menu-p-box01::after,
.fot-menu-p-box02::after {
  content: "";
  background-size: contain;
  background-image: url(/assets/images/area-cp/arrow01.svg);
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.7rem;
  left: 20rem;
  display: inline-block;
  position: absolute;
}

.fot-menu-bg01,
.fot-menu-bg02,
.fot-menu-bg03 {
  border: 4px solid #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
  padding: 0.2rem 0;
  width: 28rem;
  display: block;
}

.fot-menu-bg04 {
  border: 4px solid #fff;
  border-radius: 0 2rem 2rem 0;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
  padding: 0.2rem 0;
  width: 50%;
  display: block;
}

.fot-menu-bg05 {
  border: 4px solid #fff;
  border-radius: 2rem 0 0 2rem;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
  padding: 0.2rem 0;
  width: 50%;
  display: block;
}

.fot-menu-bg01,
.fot-menu-bg02,
.fot-menu-bg05 {
  height: 4rem;
}

.fot-menu-bg01,
.fot-menu-bg03,
.fot-menu-bg05 {
  background-color: #ff5d86;
  height: 5rem;
  margin: 0.5rem auto;
}

.fot-menu-bg02 {
  background-color: #5d97e6;
  margin: 1.5rem auto 1.5rem;
}

.fot-menu-bg04 {
  background-color: #06c755;
  height: 5rem;
  margin: 0.5rem auto;
}

/*area-cp02から移動 end*/

/*在宅修正*/
.cap-h1-zai-box-zai {
  position: relative;
}

.top-zai-und-text-zai {
  color: #fff;
  background-color: #1f1f1f;
  text-align: justify;
  font-size: 1rem;
  position: relative;
  margin-top: -1rem;
  line-height: 1.3;
  padding: 0.5rem 1rem 0.5rem 9.5rem;
}

.top-zai-und-text-zai::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/siki-ichiji-dairiten.webp);
  background-repeat: no-repeat;
  transform: translateY(0%) translateX(-6%);
  width: 9rem;
  height: 9rem;
  top: -2rem;
  left: 0.8rem;
}

.top-zai-und-text-zai::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/beg-icon01-piyo.svg);
  background-repeat: no-repeat;
  transform: translateY(0%) translateX(-6%);
  width: 5rem;
  height: 5rem;
  top: -5rem;
  right: 5rem;
}

.fot-menu-zai {
  position: relative;
  top: -2rem;
}

/*
      .cap-h1-zai-box-zai::after {
        content: "";
        display: block;
        position: absolute;
        background-size: contain;
        background-image: url(/assets/images/area-cp/zai-top-7500-re.svg);
        background-repeat: no-repeat;
        transform: translateY(0%) translateX(-6%);
        width: 16rem;
        height: 10rem;
        top: 4.5rem;
        right: 0rem;
        animation: yureru-s-zai 5s infinite;
      }
      */
.cap-h1-zai-box-zai::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/zai-top-15000-re.svg);
  background-repeat: no-repeat;
  transform: translateY(0%) translateX(-6%);
  width: 16rem;
  height: 12rem;
  top: 2rem;
  right: 0rem;
  animation: yureru-s-zai 5s infinite;
}

.bottom11 {
  bottom: 11rem;
}

.bottom13 {
  bottom: 13rem;
}

.mg-t1 {
  margin-top: 1rem;
}

.mg-t-2 {
  margin-top: -2rem;
}

@keyframes yureru-s-zai {
  0% {
    transform: translate(100%, 0%);
  }

  5% {
    transform: translate(-6%, 0%);
  }
}

.zai-tsu-text-link {
  text-align: center;
  display: block;
  text-decoration: underline;
}

.bt-0 {
  bottom: 0;
}

@media (min-width: 728px) {
  .fot-menu {
    width: 728px;
  }

  .fot-menu02 {
    left: 0;
  }

  .fot-menu03,
  .fot-menu04 {
    left: 10%;
    transform: translate(-50%, 100%);
  }

  /*.top-mov01 {
          height: 135vh;
        }*/

  .disp-pc {
    display: block;
  }

  .disp-sp {
    display: none;
  }

  .img-merit {
    margin-right: 0;
    margin-left: 0;
  }

  .tsu-link02 {
    right: -27rem;
  }

  .cap-h1-zai-box-zai::after {
    width: 20rem;
    height: 13rem;
    top: 6rem;
  }

  .top-zai-und-text-zai::after {
    width: 7rem;
    height: 6rem;
    top: -6.5rem;
    right: 6rem;
  }
}

/*統合ボタン用*/
.fot-menu-p-box07 {
  position: relative;
  margin-left: 0;
}

.fot-menu-p-flex07 {
  display: block;
  /* align-items: center; */
  text-align: center;
  line-height: 1.4;
}

.fot-menu-p-span06 {
  font-size: 0.9rem;
  display: block;
  margin-top: -1rem;
  color: #ffc;
  position: relative;
  top: -0.5rem;
  padding-left: 0;
}

.fot-menu-p-span07 {
  font-size: 1.8rem;
  /* height: 2.5rem; */
  font-weight: bold;
  line-height: 2.3;
  text-align: center;
  position: relative;
  top: -0.5rem;
}

.fot-menu-p-span08 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 2.8;
  text-align: center;
  position: relative;
}

.fot-menu-p-span09 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  position: relative;
  top: -0.5rem;
}

.fot-menu-p-span10 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 2.8;
  text-align: center;
  position: relative;
}

.fot-menu-p-span07 {
  color: #fff;
}

/*.fot-menu-p-box07::after {
        content: "";
        background-size: contain;
        background-image: url(/assets/images/area-cp/arrow01.svg);
        background-repeat: no-repeat;
        width: 2rem;
        height: 2rem;
        top: 1rem;
        left: 24rem;
        display: inline-block;
        position: absolute;
      }*/

/*tell*/
.t-lady-title {
  font-size: 1.57rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 2rem;
}

.t-lady-title-span,
.t-lady-title-h3-span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.moz-underpink {
  background: linear-gradient(transparent 65%, #ffe8e8 50%);
  font-weight: 700;
}

.t-lady-title-span::before,
.t-lady-title-h3-span::before {
  position: absolute;
  content: url(/assets/images/tell/merit-img13-2.svg);
  left: -4rem;
  top: -20%;
}

.t-lady-title-span::after,
.t-lady-title-h3-span::after {
  position: absolute;
  content: url(/assets/images/tell/merit-img13-1.svg);
  right: -4rem;
  top: -20%;
}

.tell-t-text {
  padding-top: 5rem;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}

.tell-t-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/tell/tel-img-2.webp);
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  left: 50%;
  top: 1rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-ff7600 {
  color: #ff7600;
}

.f-w700 {
  font-weight: 700;
}

.pd-t20 {
  padding-top: 2rem;
}

.mg-b4 {
  margin-bottom: 4rem;
}

.wid44 {
  width: 44%;
}

.wid26 {
  width: 26%;
}

.wid100 {
  width: 100%;
}

/*在宅新料率　2022/12/1適用*/
.Rate-change-inner {
  margin: 3rem 2rem;
}

.Rate-change-h3 {
  font-size: 1.5rem;
  margin: 1rem 0 0;
  padding-left: 1rem;
  border-left: 11px double #ffa2b9;
  line-height: 1.4;
}

.Rate-change-h3-span {
  font-size: 0.9rem;
  font-weight: normal;
}

.Rate-change-h4,
.Rate-cp-h4 {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 2rem;
  letter-spacing: 1px;
  margin: 4rem 0 2rem 2rem;
  display: inline-block;
}

.Rate-change-h4::before,
.Rate-cp-h4::before {
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ffa2b9;
  color: #fff;
}

.Rate-change-h4::before {
  content: "1";
}

.Rate-cp-h4::before {
  content: "2";
}

.col-FF5D86 {
  color: #ff5d86;
}

.Rate-change-small,
.Rate-cp-small {
  position: relative;
  font-size: 0.9rem;
  padding-left: 1rem;
  display: block;
  margin-top: 1rem;
  line-height: 1.2;
}

.Rate-change-small::before,
.Rate-cp-small::before {
  content: "※";
  margin-left: -1rem;
}

.Rate-change-box-flex {
  display: flex;
  justify-content: space-between;
}

.Rate-change-box-left {
  width: 44%;
  position: relative;
  z-index: 10;
}

.Rate-change-box-left::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2em;
  right: -0.5rem;
  top: 12rem;
  background-size: contain;
  transform: translate(50%, 50%);
  background-image: url(/assets/images/rate/icon-tri.svg);
  background-repeat: no-repeat;
}

.Rate-change-box-left>li:first-of-type,
.Rate-change-box-right>li:first-of-type {
  text-align: center;
}

.Rate-change-box-right {
  width: 54%;
  position: relative;
}

/*.Rate-change-box-right::before {
        content: "";
        position: absolute;
        width: 4rem;
        height: 3rem;
        left: -2.5rem;
        top: -.5rem;
        background-size: contain;
        transform: translate(50%, 50%);
        background-image: url(/assets/images/rate/rate-new.svg);
        background-repeat: no-repeat;
        z-index: 20;
      }*/

.Rate-change-box-right-dd01-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
}

.fw-b {
  font-weight: bold;
}

.Rate-change-box-left-dl,
.Rate-change-box-right-dl {
  background-color: #fffceb;
  border-radius: 2rem;
  padding: 1rem;
  height: 24rem;
  border: 1px solid #ffa2b9;
  margin: 0;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.Rate-cp-box-dl {
  background-color: #fffceb;
  border-radius: 2rem;
  padding: 1rem;
  border: 1px solid #ffa2b9;
  margin: 0;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.Rate-change-box-right-dl,
.Rate-change-box-right-dd01,
.Rate-change-box-right-dd02 {
  margin-left: 0;
}

.Rate-change-box-right-dt,
.Rate-change-box-left-dt {
  font-weight: bold;
  font-size: 1.3rem;
  border-bottom: 2px solid #1f1f1f;
  padding: 1rem 0;
  text-align: center;
}

.fs-15 {
  font-size: 1.5rem;
}

.Rate-change-box-left-dd01 {
  margin-left: 0;
  height: 12rem;
  padding: 6rem 0;
  text-align: center;
}

.Rate-change-box-left-dd02,
.Rate-change-box-right-dd02 {
  margin-left: 0;
  font-size: 1rem;
  font-weight: normal;
  border-top: 1px dashed #1f1f1f;
  padding-top: 0.5rem;
}

.Rate-change-p01,
.Rate-cp-p01 {
  font-size: 1.5rem;
  margin: 2rem 0 0;
  line-height: 1;
}

.Rate-change-p02 {
  line-height: 1;
  padding: 0.5rem 1rem;
  background-color: #ffa2b9;
  border: 1px solid #1f1f1f;
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  position: relative;
}

.Rate-change-p02::before {
  color: #1f1f1f;
  content: "例";
  position: absolute;
  left: -2rem;
  font-size: 1.5rem;
  top: 1.5rem;
}

.Rate-change-p02-flex {
  display: flex;
}

.Rate-change-p02-flex-p02 {
  padding-left: 2rem;
  position: relative;
}

.Rate-change-p02-flex-p02::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.7rem;
  top: 0.7rem;
  background-size: contain;
  background-image: url(/assets/images/rate/icon-tri-02.svg);
  background-repeat: no-repeat;
}

.Rate-change-p02-box {
  padding-bottom: 1rem;
  margin-top: 1rem;
  padding-left: 2rem;
  border-top: 1px dashed;
  padding-top: 1rem;
  border-bottom: 1px dashed;
}

.Rate-cp-box-dt {
  font-size: 1rem;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 0.5rem;
  text-align: justify;
}

.Rate-cp-box-dd01 {
  text-align: center;
  margin: 0;
  font-size: 2.5rem;
  padding: 3rem 6px;
  line-height: 1.2;
}

.border-b {
  border-bottom: 1px dashed #1f1f1f;
  width: 100%;
  height: 1px;
  margin: 1rem 0;
}

.mgt-1pdt1 {
  margin-top: -1rem;
  padding-top: 1rem;
}

.under_yellow {
  background: linear-gradient(transparent 65%, #ff1 50%);
}

.Rate-change-cp {
  background-color: #f0f2f2;
  padding: 1;
  margin: 1rem 0;
  padding-bottom: 1rem;
}

.rate-linkbaner {
  display: block;
  position: relative;
}

.rate-linkbaner::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  /*background-image: url(/assets/images/rate/rate-banar.svg);*/
  background-repeat: no-repeat;
  transform: translateY(0%) translateX(0%);
  width: 7rem;
  height: 7rem;
  top: -28.5rem;
  left: 0.5rem;
  animation: rate-banar-anime 3s infinite;
}

@keyframes rate-banar-anime {
  0% {
    transform: translate(4px, 0px);
  }

  5% {
    transform: translate(-4px, 0px);
  }

  10% {
    transform: translate(3px, 0px);
  }

  15% {
    transform: translate(-3px, 0px);
  }

  20% {
    transform: translate(1px, 0px);
  }

  25% {
    transform: translate(-1px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

/**2023/0215_23区強化LP様追加css********************************************************************/
@font-face {
  font-family: "マキナス";
  src: url(/assets/fonts/Makinas-4-Flat.otf);
  font-display: swap;
}

.h2-makinasu {
  letter-spacing: 0.2rem;
  font-family: "マキナス";
  font-weight: 100;
  margin: 0;
  line-height: 1.5;
}

.area-h1 {
  position: relative;
}

.area-h1-name,
.area-h1-name-3,
.area-h1-name-4 {
  position: absolute;
  background-color: #fff5d7;
  color: #1f1f1f;
  text-align: center;
  top: 18rem;
  left: 5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%) rotate(-26deg);
}

.area-h1-name {
  font-size: 2.5rem;
  padding: 0.5rem 0.5rem;
}

.area-h1-name-3 {
  font-size: 1.7rem;
  padding: 0.5rem 0.5rem;
}

.area-h1-name-4 {
  font-size: 1.5rem;
  padding: 0.5rem 0.2rem;
}

@media (min-width: 728px) {

  .area-h1-name,
  .area-h1-name-3,
  .area-h1-name-4 {
    top: 22.8rem;
    left: 6.45rem;
  }

  .area-h1-name {
    font-size: 2.8rem;
    padding: 2.3rem 1rem;
    height: 3.5rem;
  }

  .area-h1-name-3 {
    font-size: 2.2rem;
    padding: 0.5rem 0.5rem;
    height: 4rem;
  }

  .area-h1-name-4 {
    font-size: 1.9rem;
    padding: 0.5rem 0.2rem;
    height: 4rem;
  }
}

.top-tu-h2-uep01 {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
}

.top-tu-h2-uep02 {
  background-color: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 2rem;
  padding: 0.3rem;
  text-align: center;
  font-size: 1.5rem;
}

.top-tu-bg02 {
  background-color: #ffebeb;
}

.top-tu-area-img {
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.top-tu-h2-area-box {
  padding: 0 1rem 1rem;
  text-align: center;
}

.area-hourlywage-dl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.area-hourlywage-dl-dt {
  background: linear-gradient(transparent 55%, #ffff33 50%);
  display: inline-block;
}

.area-hourlywage-dl-dd {
  font-size: 4rem;
  color: #ff5d86;
  margin: 0;
  display: inline-block;
  line-height: 1.2;
  font-weight: bold;
}

.area-hourlywage-zaitaku-box {
  border: 1px solid #1f1f1f;
  border-radius: 2rem;
  padding: 1rem 0 4rem;
  margin: 6rem 0;
}

.area-hourlywage-tr {
  border-bottom: 1px solid #1f1f1f;
}

.area-hourlywage-tr:last-of-type {
  border-bottom: none;
}

.area-hourlywage-tr>.area-hourlywage-td {
  padding: 1rem;
  width: 50%;
  text-align: center;
}

.area-hourlywage-tr>.area-hourlywage-td:first-of-type {
  border-right: 1px solid #1f1f1f;
}

.area-hourlywage-zaitaku-tr {
  border-bottom: 1px dashed #1f1f1f;
}

.area-hourlywage-zaitaku-tr:last-of-type {
  border-bottom: none;
}

.area-hourlywage-zaitaku-tr>.area-hourlywage-zaitaku-td {
  padding: 1rem 1rem 1rem 0;
  width: 50%;
  text-align: left;
}

.area-hourlywage-zaitaku-tr>.area-hourlywage-zaitaku-td:first-of-type {
  text-align: right;
  padding: 1rem 1rem 1rem 0;
}

.trial-h3 {
  position: relative;
  display: inline-block;
  margin: 2rem 0 0;
  padding-left: 2rem;
}

.trial-h3::before {
  content: "";
  position: absolute;
  background-size: contain;
  transform: translate(-50%, 100%);
  background-image: url(/assets/images/area-cp/pokeko-icon01.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  left: 0.5rem;
  top: -2.2rem;
}

.trial-h3-box {
  border: 1px solid #1f1f1f;
  border-radius: 2rem;
  padding: 1rem;
}

.under-bar {
  border-bottom: 1px dashed #1f1f1f;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.area-kikou-dt {
  text-align: center;
  margin: 3rem 0 1rem;
  border-bottom: 1px dashed #1f1f1f;
  padding-bottom: 0.5rem;
}

.area-kikou-dd {
  margin: 0;
}

.area-kikou-ul {
  display: flex;
  justify-content: center;
}

.area-kikou-ul li a {
  background-color: #eee;
  color: #1f1f1f;
  padding: 0.5rem;
  margin: 0.5rem;
}

/*20230228_月刊達成報酬の追加*/

.mons-salary-h4 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: -2rem;
  margin-top: 5rem;
  position: relative;
  display: flex;
  justify-content: center;
}

.mons-salary-h4::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 16%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background-image: url(/assets/images/coin01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.mons-salary-tb td {
  width: calc(100% / 2);
  text-align: center;
  padding: 0.6rem 0.3rem;
  border: dotted 2px;
  font-size: 0.9rem;
}

.mons-salary-tb td>span {
  font-weight: bold;
  font-size: 1.1rem;
  color: #ff5d86;
}

.mons-salary-tb td:nth-child(1) {
  background: #fff;
  color: #1f1f1f;
  position: relative;
}

.mons-salary-tb td:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -14%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/assets/images/arrow_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.mons-salary-tb td:nth-child(2) {
  background: #fff8c7;
  color: #1f1f1f;
}

.mons-salary-p span {
  background: linear-gradient(transparent 60%, yellow 30%);
}

/*  20230306_cb追加css**/
.fot-navmenu-p01 {
  text-align: center;
  margin: 0;
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
  bottom: -4rem;
}

.fot-navmenu-p01>span {
  font-weight: bold;
  color: #ff5d86;
}

.fot-navmenu-p01::before,
.fot-navmenu-p01::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1.5rem;
}

.fot-navmenu-p01::before {
  background-image: url(/assets/images/other/line-lef.svg);
  transform: translateY(-50%) translateX(100%);
  top: 1.5rem;
  left: -0.1rem;
}

.fot-navmenu-p01::after {
  background-image: url(/assets/images/other/line-rgh.svg);
  transform: translateY(-50%) translateX(-100%);
  top: 1.5rem;
  right: -0.1rem;
}

.line-btn-arow-oya02::after {
  content: "";
  display: block;
  position: relative;
  background-size: contain;
  background-image: url(/assets/images/btn-tri-icon2.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-100%);
  width: 1rem;
  height: 1rem;
  top: 0.5rem;
  right: -1.5rem;
}

.line-btn-arow-oya01::before {
  content: "";
  display: block;
  position: relative;
  background-size: contain;
  background-image: url(/assets/images/btn-tri-icon.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(100%);
  width: 1rem;
  height: 1rem;
  top: 0.5rem;
  left: -1.5rem;
}

.line-btn-arow-oya01,
.line-btn-arow-oya02 {
  position: relative;
}

.flex-ali-js_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/******************230321リモ活css*************************/
.h1-makinasu {
  letter-spacing: 0.2rem;
  font-family: "マキナス";
  font-weight: 100;
  margin: 0 0 5rem;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
}

.inner-inbox {
  padding: 2rem;
  border: 1px dashed #999;
  border-radius: 1rem;
}

.rimo-h2-p-rela01,
.rimo-h2-p-rela02 {
  position: relative;
}

.rimo-h2-p-rela01::after,
.rimo-h2-p-rela02::after {
  content: "";
  position: absolute;
  top: 90%;
  right: -4rem;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.rimo-h2-p-rela01::after {
  width: 9rem;
  height: 10rem;
  background-image: url("/assets/images/rimokatsu/com_ilast_rimokatsu01.svg");
}

.rimo-h2-p-rela02::after {
  width: 9rem;
  height: 10rem;
  background-image: url("/assets/images/rimokatsu/com_ilast_rimokatsu02.svg");
}

.rimo-h2-p-rela01::before,
.rimo-h2-p-rela02::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 3rem;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
  background-image: url("/assets/images/rimokatsu/rimo-answer01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.mg-b5 {
  margin-bottom: 5rem;
}

.rimo-ol {
  list-style: none;
  padding-left: 0;
}

.rimo-ol li {
  list-style: none;
  text-align: left;
  padding: 1rem 0 1rem 5rem;
  font-size: 1.3rem;
  position: relative;
  margin: 1.5rem 0.5rem;
  border-radius: 1rem;
}

.rimo-ol .meri {
  background-color: #ffd5df;
}

.rimo-ol .demeri {
  background-color: #ddd2e0;
}

.rimo-ol .tax,
.rimo-ol .rimo {
  background-color: #eedad3;
}

.rimo-ol .meri::before,
.rimo-ol .demeri::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 3rem;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.rimo-ol .meri::before {
  background-image: url("/assets/images/rimokatsu/com-good01.svg");
}

.rimo-ol .demeri::before {
  background-image: url("/assets/images/rimokatsu/com-bad01.svg");
}

.rimo-ol li:last-of-type {
  border-bottom: none;
}

.rimo-str-p01 {
  border-radius: 1rem;
  margin: 0.5em 0;
  padding: 1em;
  background-color: #a2c9ff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.under-yellow {
  background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
  font-weight: 700;
}

.rimo-h2-under-p {
  /*border: 1px solid #1f1f1f;*/
  text-align: center;
  background-color: #ffa;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  /*border-radius: 1rem 0 1rem 0;*/
  padding: 1rem 7.9rem 1rem 2rem;
  line-height: 1.3;
}

.sec-flow-bg02 {
  z-index: 0;
  background-size: initial;
  background-image: url(/assets/images/area-cp/pink-dot.svg);
  background-color: #fff;
  position: relative;
  padding-top: 6rem;
}

.area-reg-bg02 {
  border-radius: 2rem;
  background-color: #fff;
  position: relative;
  top: -12rem;
  padding: 13rem 1rem 0;
  margin: 1rem 2rem -10rem;
  z-index: -1;
}

.under-yellow {
  background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
  font-weight: 700;
}

.rate-linkbaner {
  display: block;
  position: relative;
}

.rate-linkbaner::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  /*background-image: url(/assets/images/rate/rate-banar.svg);*/
  background-repeat: no-repeat;
  transform: translateY(0%) translateX(0%);
  width: 7rem;
  height: 7rem;
  top: -28.5rem;
  left: 0.5rem;
  animation: rate-banar-anime 3s infinite;
}

@keyframes rate-banar-anime {
  0% {
    transform: translate(4px, 0px);
  }

  5% {
    transform: translate(-4px, 0px);
  }

  10% {
    transform: translate(3px, 0px);
  }

  15% {
    transform: translate(-3px, 0px);
  }

  20% {
    transform: translate(1px, 0px);
  }

  25% {
    transform: translate(-1px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

.mg-t2 {
  margin-top: 2rem;
}

.t0 {
  top: 0;
}

.t-2 {
  top: -2rem;
}

.t-4 {
  top: -4rem;
}

.b-2 {
  bottom: -2rem;
}

/*  20230718_身分証誘導バナー設置css */
.ib-bana-bg {
  display: none;
}

.ib-bana-bg-waku {
  padding: 0.5rem 1rem;
  border: 1px dashed #1f1f1f;
  border-radius: 1rem 1rem 0 0;
}

.ib-bana-flex {
  display: flex;
  align-items: center;
}

.ib-bana-fig {
  width: 23%;
  margin: 0;
  padding-top: 2rem;
}

.ib-bana-dl {
  width: 77%;
  padding-left: 0.5rem;
}

.ib-bana-dl>dt {
  font-size: 1.3rem;
  letter-spacing: 4.5px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 0.5rem;
}

.ib-bana-dl>dd {
  font-size: 0.9rem;
  margin-left: 0;
  line-height: 1.3;
  padding-top: 0.5rem;
}

.ib-bana-dl>dd strong {
  background: linear-gradient(transparent 60%, #ff88a6 60%);
  font-weight: 700;
  border-bottom: 1px dashed;
  padding: 0 4px 3px;
}

.ib-bana-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffff33;
  border: none;
}

.ib-bana-btn-lab {
  width: 14rem;
  font-size: 1rem;
  border: 1px solid #1f1f1f;
  background-color: #ffff33;
  border-radius: 1.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3rem;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
}

.ib-bana-btn-lab::before,
.ib-bana-btn-lab::after {
  content: "";
  position: absolute;
  border-top: 1px dashed #1f1f1f;
  width: 8rem;
  height: 1px;
  transform: translate(-50%, -50%);
  top: 55%;
}

.ib-bana-btn-lab::before {
  left: -4.2rem;
}

.ib-bana-btn-lab::after {
  right: -12.2rem;
}

.ib-bana-ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #ffc;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}

.ib-bana-ul li {
  width: 33%;
  height: auto;
  padding: 1rem 1rem 0;
}

.ib-bana-ul li:last-of-type {
  width: 27%;
}

input[type="checkbox"] {
  display: none;
}

label[for="id-img-all"] {
  display: block;
  background: #ffff33;
}

.dropdown {
  display: none;
}

#id-img-all:checked+.dropdown {
  display: flex;
}

.ib-bana-btn-lab-span {
  position: relative;
}

.ib-bana-btn-lab-span::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: #000 2px solid;
  border-left: #000 2px solid;
  transform: rotate(225deg);
  width: 0.5rem;
  height: 0.5rem;
  top: 0.1rem;
  right: -2rem;
}

/* flipLeft */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
  background-color: #ffff33;
  padding: 0.5rem;
  margin-top: 2rem;
  border-radius: 1rem 1rem 0 0;
  display: block;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(3rem, 3rem, 0) rotateY(30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@media (min-width: 728px) {

  .ib-bana-btn-lab::before,
  .ib-bana-btn-lab::after {
    width: 11.4rem;
  }

  .ib-bana-btn-lab::before {
    left: -5.9rem;
  }

  .ib-bana-btn-lab::after {
    right: -17.3rem;
  }

  .ib-bana-dl>dt {
    font-size: 1.6rem;
    letter-spacing: 7.5px;
  }

  .ib-bana-btn-lab {
    width: 16rem;
    font-size: 1.2rem;
  }

  .ib-bana-ul li {
    width: 20%;
  }

  .ib-bana-ul li:last-of-type {
    width: 17%;
  }

  .ib-bana-dl {
    width: 74%;
    padding-left: 1rem;
  }

  .ib-bana-fig {
    width: 26%;
    height: 9rem;
    padding: 1rem;
  }
}

/*  20230718_身分証誘導バナー設置css ここまで*/

/*231205_地方ページ改修*/

.top-zai-und-text-area {
  color: #fff;
  background-color: #1f1f1f;
  text-align: center;
  font-size: 1rem;
  position: relative;
  margin-top: -1rem;
  line-height: 1.3;
  padding: 0;
  display: flex;
}

.loop03__item {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
}

.loop03__item:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop03__item:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.top-tu-h2-span2 {
  left: -1rem;
  font-size: 2.5rem;
}

.top-tu-h2,
.top-tu-h2-02,
.top-zai-h2 {
  position: relative;
  line-height: 1.4;
  text-align: center;
  border-bottom: none;
  /*padding-bottom: 0.5rem;*/
  font-size: 1.8rem;
  margin: 1.5rem 1rem 1rem;
  padding-left: 5rem;
}

.top-tu-h2::before,
.top-tu-h2-02::before,
.top-zai-h2::before {
  content: "";
  position: absolute;
  background-size: contain;
  transform: translate(0%, 20%);
}

.mg-t-4-5 {
  margin-top: -4.5rem;
}

.pd-b1 {
  padding-bottom: 1rem;
}

.linez-linebtn-modal-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 1rem 1rem 0.5rem;
  border-bottom: 1px dashed;
  padding-bottom: 0.5rem;
}

.linez-boost-h2-undar-p {
  display: inline-block;
  vertical-align: middle;
  /*color: #ff7600;*/
  font-size: 1.1rem;
  left: 0.5rem;
  top: 0;
  padding-right: 5px;
  /* position: absolute; */
  /*font-weight: bold;*/
  line-height: 1.3;
}

.line-button-close {
  height: 3.5rem;
  width: 5rem;
  color: #1f1f1f;
  display: flex;
  text-align: center;
  font-size: 2rem;
  border-radius: 5px;
  border: 1px solid #eee;
  margin: 0;
  align-items: center;
  justify-content: center;
  padding: 0 0 5px;
}

.linez-linebtn-modal-h2 {
  border-radius: 1rem 1rem 0 0;
  background-color: #06c755;
  height: auto;
  text-align: center;
  padding: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .bonus-span {
    display: inline-block;
    margin-top: 1.2rem;
    text-align: center;
    font-size: 0.8rem;
  }

  .yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fbff00 0%) repeat scroll 0 0;
    font-weight: 700;
  }

  .sig-bot-boxtu-tu {
    position: relative;
  }

  .bonus-span {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .sig-bot-p-tu {
    position: relative;
  }

  .bonus-span {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    text-align: center;
  }

  .yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fbff00 0%) repeat scroll 0 0;
    font-weight: 700;
  }
}

.hide {
  display: none;
}

#tukin:checked+.line-modal-job,
#zaitaku:checked+.line-modal-job {
  background-color: #ffa;
}

.linez-linebtn-modal-p::before {
  content: "▼";
  display: inline-block;
  vertical-align: middle;
  color: #ff7600;
  font-size: 1rem;
  left: 0.5rem;
  top: 0;
  padding-right: 5px;
  position: absolute;
}

.line-modal-window {
  border-radius: 1rem;
  max-width: 40rem;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 80%;
  background-color: #fff;
  z-index: 11;
  padding: 0 0 2rem;
  overflow: scroll;
}

.line-modal {
  display: flex;
  justify-content: space-evenly;
  background-color: #eee;
  padding: 1rem 0;
}

.line-modal-job {
  width: 45%;
  border: 1px solid #1f1f1f;
  height: 3rem;
  border-radius: 1rem;
  padding: 0.6rem;
  text-align: center;
  background-color: #fff;
}

.line-modal-job-p {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  line-height: 1.2;
}

.boost-divbox {
  width: 30%;
  padding: 0.5rem;
  border: 1px solid #1f1f1f;
  border-radius: 1rem;
  background-color: #fff;
}

.boost-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.input-box {
  display: none;
}

.boost-img-p {
  letter-spacing: -2px;
  line-height: 1.1;
  font-size: 0.9rem;
  text-align: center;
  font-weight: bold;
}

.boost-h3 {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.heught-7 {
  height: 7rem;
}

.pd-b1 {
  padding-bottom: 1rem;
}

#livechat:checked+.boost-divbox,
#vchat:checked+.boost-divbox,
#tell:checked+.boost-divbox {
  background-color: #ffa;
}

/*#area_1:checked{
          background-color: #ffa;
      }
      */

.chb-h3-span {
  position: relative;
}

.chb-h3-span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0.3rem;
  left: -2.5rem;
  background: url(/assets/images/line/chb-arrow01.svg) no-repeat;
  background-size: contain;
}

.line-modal-box {
  display: flex;
  flex-direction: column;
}

.line-modal-li {
  border: 1px solid #1f1f1f;
  margin: 1rem 1rem 0;
}

.line-modal-li-01 {
  border: 1px solid #1f1f1f;
  margin: 0 1rem 0;
}

.line-modal-li-01 dl {
  margin: 0;
}

.line-modal-li dl {
  margin: 0;
}

.line-modal-li-box {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  justify-content: space-between;
  background-color: #fff;
  border-top: 1px dashed;
}

.line-modal-li-box label {
  border: 1px solid #1f1f1f;
  background-color: #eee;
  padding: 0.5rem;
  width: 32%;
  margin: 0.2rem 0;
  border-radius: 0.5rem;
}

/*.line-modal-li-box label>input:checked {
          background-color: #ffa;
      }*/

.toggle_title {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 1rem;
}

.line-modal-dd {
  display: none;
  margin-left: 0;
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #f845ff;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

.toggle_btn:before,
.toggle_btn:after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 1rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle_btn:before {
  width: 2px;
  height: 10px;
}

.toggle_title.selected .toggle_btn:before {
  content: normal;
}

/*.toggle_title.selected {
          background-color: #ffa;
      }*/

.chb-area-box {
  background-color: #eee;
  padding: 1rem 0;
}

.chb-line-btn-box {
  background-color: #fff;
  margin: 0.5rem auto;
  text-align: center;
  width: 80%;
}

.chb-p02 {
  font-size: 1rem;
  padding: 1rem;
  line-height: 1.2;
  width: 80%;
  margin: 0 auto;
}

.boost-btn01-1 {
  padding: 1rem;
  border-radius: 2rem;
  display: block;
  width: 80%;
  background-color: #ccc;
  height: auto;
  margin: 1rem auto;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}

.chb-fin-h3 {
  position: relative;
  padding-left: 3rem;
}

.chb-fin-h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: -1rem;
  left: 0rem;
  background: url(/assets/images/line/chb-pokeko-fin.svg) no-repeat;
  background-size: contain;
}

.no_scroll {
  overflow: hidden;
}

/* has:をつかって親要素のlabelに色をつける_2023/0224*/
.line-modal-li-box>label:has(input[type="radio"]:checked) {
  background-color: #ffa;
}

.tsu-link-baner-a {
  margin: 0 2rem 1rem;
  display: block;
}

.tsu-link-baner-a img {
  box-shadow: 0px 3px 15px rgb(0 0 0 / 30%);
}

.cap-h1-zai-box-zai::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/zai-top-15000-re.svg);
  background-repeat: no-repeat;
  transform: translateY(0%) translateX(-6%);
  width: 16rem;
  height: 12rem;
  top: 2rem;
  right: 0rem;
  animation: yureru-s-zai 5s infinite;
}

@media (min-width: 728px) {
  .cap-h1-zai-box-zai::after {
    width: 20rem;
    height: 16rem;
  }
}

.mg-t-3 {
  margin-top: -3rem;
}

.mg-t-2 {
  margin-top: -2rem;
}

.p-mod-w400-tcenter {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.rate-dl dt {
  background-color: #ffa2b9;
  font-weight: bold;
  color: #fff;
  padding: 0.3rem 1rem;
  margin-bottom: 0.5rem;
}

.rate-dl dd {
  padding-bottom: 0.5rem;
}

.other-inner {
  margin: 3rem 1rem 5rem;
}

.other-btn-p {
  position: relative;
  top: 2rem;
  font-size: 1.3rem;
  border-bottom: 1px solid #386cb4;
  display: inline-block;
  font-weight: bold;
  color: #1f1f1f;
  line-height: 1.2;
}

.other-btn-p-02 {
  line-height: 1.3;
  position: relative;
  top: 1.5rem;
  font-size: 1.3rem;
  border-bottom: 1px solid #386cb4;
  display: inline-block;
  font-weight: bold;
  color: #1f1f1f;
}

.other-btn-p::before,
.other-btn-p-02::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/arrow03.svg);
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  margin-left: 0.5rem;
  right: 23.5rem;
  bottom: 4.5rem;
  transform: translate(100%, 100%);
}

.other-btn01,
.other-btn02,
.other-btn03,
.other-btn04,
.other-btn05,
.other-btn06,
.other-btn07,
.other-btn08 {
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #1f1f1f;
  border-radius: 2rem;
  text-align: right;
  height: auto;
  box-shadow: 0px 3px 6px #00000029;
  margin: 1.5rem 1rem;
}

.other-btn01 {
  background-image: url(/assets/images/area-cp/chapter-12-img01.webp);
  padding: 2.5rem;
}

.other-btn02 {
  background-image: url(/assets/images/area-cp/chapter-12-img02.webp);
  padding: 2rem 3rem;
}

.other-btn03 {
  background-image: url(/assets/images/area-cp/chapter-12-img03.webp);
  padding: 2.5rem;
}

.other-btn04 {
  background-image: url(/assets/images/area-cp/chapter-12-img04.webp);
  padding: 2.5rem;
}

.other-btn05 {
  background-image: url(/assets/images/area-cp/chapter-12-img05.webp);
  padding: 2.5rem;
}

.other-btn06 {
  background-image: url(/assets/images/area-cp/chapter-12-img06.webp);
  padding: 2.5rem;
}

.other-btn07 {
  background-image: url(/assets/images/area-cp/chapter-12-img07.webp);
  padding: 2.5rem;
}

.other-btn08 {
  background-image: url(/assets/images/area-cp/chapter-12-img08.webp);
  padding: 2.5rem;
}

@media (min-width: 728px) {
  .sec-access-bg {
    height: 83rem;
  }

  .sec-access-bg2 {
    height: 110rem;
  }

  .sec-access-bg3 {
    height: 135rem;
    padding-top: 16rem;
  }

  .zai-re-dl {
    margin-left: 6rem;
  }

  .area-job-bg {
    padding: 1rem 5rem;
  }

  .zai-re-dl-box-p {
    margin-left: 8rem;
  }

  .other-btn-p::before,
  .other-btn-p-02::before {
    right: 32.5rem;
  }

  .thumb .slick-slide,
  .thumb02 .slick-slide {
    flex: 0 0 15%;
  }
}

.wid100 {
  width: 100%;
}

.fot-navmenu-p01-small {
  font-size: 0.8rem;
  padding-right: 2rem;
  display: block;
}



.fot-menu-bg-flex02 {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 0;
  bottom: 0;
  margin: 1rem;
  padding: 0.5rem;
  top: 1.5rem;
  pointer-events: auto;
  /*pointer-eventsとセット 追記 231221国島*/
}

.fot-menu-bg04 {
  border: 4px solid #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
  padding: 0.2rem 0;
  width: 100%;
  display: block;
}

.fot-menu-p-span08 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
}

.line-btn-arow-oya02::before {
  content: "";
  display: block;
  position: relative;
  background-size: contain;
  background-image: url(/assets/images/line/com_lineicon01.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(100%);
  width: 3rem;
  height: 3rem;
  top: 2rem;
  left: -3.5rem;
}

.line-btn-small {
  position: relative;
  top: -0.8rem;
  color: #fff;
  left: 1.8rem;
  font-size: 0.9rem;
}

.reg-web-textbtn {
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
  background-color: #fff;
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem;
  pointer-events: auto;
  /*pointer-eventsとセット 追記 231221国島*/
}

.reg-web-textbtn::before {
  content: "";
  display: block;
  position: relative;
  background-size: contain;
  background-image: url(/assets/images/web-formicon.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 1.3rem;
  height: 1rem;
  top: 2.2rem;
  left: 5.8rem;
}

.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }

  5% {
    transform: translate(-2px, 0px);
  }

  10% {
    transform: translate(2px, 0px);
  }

  15% {
    transform: translate(-2px, 0px);
  }

  20% {
    transform: translate(2px, 0px);
  }

  25% {
    transform: translate(-2px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

#maintenanceMessage2 {
  display: none;
  /* デフォルトで非表示 */
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  background: #fff;
}

.fot-navmenu-p01-small {
  font-size: 0.8rem;
  padding-right: 2rem;
  display: block;
}

.fot-menu {
  /*position: fixed;
    bottom: -12rem;
    z-index: 10;
    width: 100%;*/
  pointer-events: none;
  /*下のボタンを押せる様に追記 231221国島*/
}

.fot-menu-bg-flex02 {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 0;
  bottom: 0;
  margin: 1rem;
  padding: 0.5rem;
  top: 1.5rem;
  pointer-events: auto;
  /*pointer-eventsとセット 追記 231221国島*/
}

.fot-menu-bg04 {
  border: 4px solid #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
  padding: 0.2rem 0;
  width: 100%;
  display: block;
}

.fot-menu-p-span08 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
}

.line-btn-arow-oya02::before {
  content: "";
  display: block;
  position: relative;
  background-size: contain;
  background-image: url(/assets/images/line/com_lineicon01.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(100%);
  width: 3rem;
  height: 3rem;
  top: 2rem;
  left: -3.5rem;
}

.line-btn-small {
  position: relative;
  top: -0.8rem;
  color: #fff;
  left: 1.8rem;
  font-size: 0.9rem;
}

.reg-web-textbtn {
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
  background-color: #fff;
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem;
  pointer-events: auto;
  /*pointer-eventsとセット 追記 231221国島*/
}

.reg-web-textbtn::before {
  content: "";
  display: block;
  position: relative;
  background-size: contain;
  background-image: url(/assets/images/web-formicon.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 1.3rem;
  height: 1rem;
  top: 2.2rem;
  left: 5.8rem;
}

#maintenanceMessage2 {
  display: none;
  /* デフォルトで非表示 */
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  background: #fff;
}

.fot-navmenu-p01 {
  line-height: 1.2;
  padding: 0.7rem 2rem;
}

.fot-navmenu-p01-small {
  font-size: 0.8rem;
  padding-right: 2rem;
  display: block;
}

.fot-menu {
  /*position: fixed;
    bottom: -12rem;
    z-index: 10;
    width: 100%;*/
  pointer-events: none;
  /*下のボタンを押せる様に追記 231221国島*/
}

.fot-menu-bg-flex02 {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 0;
  bottom: 0;
  margin: 1rem;
  padding: 0.5rem;
  top: 1.5rem;
  pointer-events: auto;
  /*pointer-eventsとセット 追記 231221国島*/
}

.fot-menu-bg04 {
  border: 4px solid #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
  padding: 0.2rem 0;
  width: 100%;
  display: block;
}

.fot-menu-p-span08 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
}

.line-btn-arow-oya02::before {
  content: "";
  display: block;
  position: relative;
  background-size: contain;
  background-image: url(/assets/images/line/com_lineicon01.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(100%);
  width: 3rem;
  height: 3rem;
  top: 2rem;
  left: -3.5rem;
}

.line-btn-small {
  position: relative;
  top: -0.8rem;
  color: #fff;
  left: 1.8rem;
  font-size: 0.9rem;
}

.reg-web-textbtn {
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
  background-color: #fff;
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem;
  pointer-events: auto;
  /*pointer-eventsとセット 追記 231221国島*/
}

.reg-web-textbtn::before {
  content: "";
  display: block;
  position: relative;
  background-size: contain;
  background-image: url(/assets/images/web-formicon.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 1.3rem;
  height: 1rem;
  top: 2.2rem;
  left: 5.8rem;
}

#maintenanceMessage {
  display: none;
  /* デフォルトで非表示 */
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}

.start-ban {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.fot-menu-bg04 {
  border: 4px solid #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
  padding: 0.2rem 0;
  width: 100%;
  display: block;
}

.fot-menu-p-span08 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
}

.line-btn-arow-oya02::before {
  content: "";
  display: block;
  position: relative;
  background-size: contain;
  background-image: url(/assets/images/line/com_lineicon01.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(100%);
  width: 3rem;
  height: 3rem;
  top: 2rem;
  left: -3.5rem;
}

.line-btn-small {
  position: relative;
  top: -0.8rem;
  color: #fff;
  left: 1.8rem;
  font-size: 0.9rem;
}

.reg-web-textbtn {
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
  background-color: #fff;
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.reg-web-textbtn::before {
  content: "";
  display: block;
  position: relative;
  background-size: contain;
  background-image: url(/assets/images/web-formicon.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  width: 1.3rem;
  height: 1rem;
  top: 2.2rem;
  left: 5.8rem;
}

.fs-08 {
  font-size: 0.8rem !important;
}

.sig-howto-bg {
  background-size: initial;
  background-image: url(/assets/images/area-cp/pink-dot.svg);
  background-color: #fff;
  padding-top: 6rem;
  margin-bottom: -4rem;
}

.bg-w {
  background-color: #fff;
}

.mg-b-4 {
  margin-bottom: -4rem;
}

.mg-t4 {
  margin-top: 4rem;
}

.mg-b-3 {
  margin-bottom: -3rem;
}

.mg-lr3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.pd-t4 {
  padding-top: 4rem;
}

.popup-overlay1,
.popup-overlay2,
.popup-overlay3,
.popup-overlay4 {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background: #f9f9f9;
  border: 3px solid #fff;
  width: 90%;
  height: auto;
  left: 50%;
  border-radius: 1rem;
  padding: 4rem 2rem 1rem;
  z-index: 100;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.4);
}

.popup-overlay1.active,
.popup-overlay2.active,
.popup-overlay3.active,
.popup-overlay4.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
}

.popup-content1,
.popup-content2,
.popup-content3,
.popup-content4 {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.popup-content1.active,
.popup-content2.active,
.popup-content3.active,
.popup-content4.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}

.button-sign {
  display: block;
  margin: 1rem auto;
  font-size: 1.2rem;
  background: none;
  padding: 1rem 0 0.1rem;
  border-bottom: 1px dashed #aaa;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #e87c97;
}

.btn-span-0pen {
  color: #1f1f1f;
}

.button-sign:hover {
  color: rgb(245, 38, 128);
}

.popup-content-dl dt {
  border-bottom: 1px dashed;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.popup-content-dl dd {
  line-height: 2;
  font-size: 1rem;
  margin-left: 0;
  text-align: justify;
}

.popup-content-dl dd ul li dl dt {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  color: #e87c97;
  border-bottom: 1px dashed #1f1f1f;
  padding-bottom: 0.2rem;
}

.popup-content-dl dt span {
  color: #e87c97;
  font-size: 1.6rem;
  padding-right: 0.3rem;
}

.popup-content-dl dd span {
  color: #e87c97;
}

.popup-content-dl .dd-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 0.5rem;
  /*border: 1px solid #1f1f1f;*/
}

.div_head {
  padding: 1rem 6rem 1rem 1rem;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.a-center {
  align-items: center;
}

.header-flexd-box {
  max-width: 728px;
  position: fixed;
  top: 0;
  right: 50;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.header-flexd {
  z-index: 9999;
  position: absolute;
  width: 4rem;
  background: #1f1f1f;
  top: 2.5rem;
  height: 4rem;
  right: -32.5rem;
  transform: translate(-50%, -50%);
}

@media (min-width: 728px) {
  .header-flexd {
    z-index: 9999;
    position: absolute;
    width: 4rem;
    background: #1f1f1f;
    top: 2.5rem;
    height: 4rem;
    right: -41rem;
    transform: translate(-50%, -50%);
  }
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 32rem;
  height: auto;
  top: -1.5rem;
  right: 0;
  margin-top: 6rem;
  padding: 3rem 1rem;
  clear: both;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(0, 1);
  transform-origin: right;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  text-align: center;
  border-top: 1px dashed #1f1f1f;
  margin-right: -0.5rem;
  height: 100vh;
  overflow: auto;
  padding-bottom: 8rem;
}

/* Hamburger menu button */
.menu-btn:checked~.menu {
  transform: scale(1, 1);
  transform-origin: right;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu-top {
  color: #fff;
  border-bottom: 1px dashed #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.menu-top span {
  position: relative;
}

.menu-top span::before,
.menu-top span::after {
  content: "";
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-top span::before {
  left: -2rem;
  background-image: url("/assets/images/poke-type6.svg");
}

.menu-top span::after {
  right: -4.2rem;
  background-image: url("/assets/images/poke-type8.svg");
}

/* Hamburger menbu text */
.menu>li>ul>li>a {
  text-decoration: none;
  font-weight: 500;
  /*letter-spacing: 2px;*/
  font-size: 1.2rem;
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  position: relative;
  /*border-bottom: 1px dashed #999;*/
  padding-bottom: 0.3rem;
  margin-left: 1rem;
}

.menu>li>ul>li>a::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -1rem;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  background-image: url("/assets/images/btn-tri-icon2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.menu li>ul>li {
  border-bottom: 0.5px dashed #fff;
  padding: 1rem 0 1rem 1rem;
  /*margin: 0 1rem;*/
  opacity: 0;
  transition: 0.5s;
  /*display: inline-block;*/
  text-align: left;
  width: 100%;
}

.menu_other {
  color: #fff;
  display: block;
}

.menu_other-box {
  display: flex;
}

.menu_other-box li {
  width: auto !important;
  margin-left: 0.5rem;
}

.menu_other-box li:first-of-type {
  margin-left: 0;
}

.menu_other-box li a {
  font-size: 1rem;
}

.top {
  background-color: #1f1f1f;
  color: #ffe;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 1rem;
}

.nav-area-ul {
  align-items: center;
  margin-top: 1rem;
  margin-bottom: -1rem;
}

.nav-area-ul li {
  padding: 1rem 0;
  text-align: center;
  padding-right: 0;
  margin-right: 0;
}

.nav-area-ul>li>a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: capitalize;
  color: #eee;
  opacity: 0;
  transition: 0.5s;
  position: relative;
  padding-bottom: 0.3rem;
  color: #fff;
  margin-left: 1rem;
}

.nav-area-ul>li>a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  background-image: url("/assets/images/btn-tri-icon2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-area-ul li:first-of-type {
  padding-top: 1rem;
}

.nav-area-ul li:last-of-type {
  padding-bottom: 1rem;
  border-bottom: none;
}

.menu-btn:checked~.menu a,
.menu-btn:checked~.menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 1.8rem 1rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #fff;
  display: block;
  height: 0.2rem;
  width: 2rem;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 0.7rem;
}

.navicon:after {
  bottom: 0.7rem;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked~.menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* recruit */

.header,
.main,
.footer,
img {
  width: 100%;
}

h2 {
  font-size: 18px;
}

.pokecom_kozinn_h2 {
  text-align: center;
  margin: 30px auto 0;
}

footer ul {
  max-width: 720px;
  margin: 20px auto 20px;
  display: flex;
  padding: 0;
  justify-content: center;
}

footer ul li {
  list-style: none;
  margin: 0 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 30%;
  text-align: center;
  font-size: clamp(10px, 1.8vw, 20px);
}

.copyright {
  font-size: 14px;
  text-align: center;
  margin: 5px 10px 20px;
}

.layout_pokecom {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 728px;
  height: auto;
  overflow: hidden;
}

.signup_underber {
  border-bottom: 0.5px solid #707070;
  margin: 2px 0 10px;
}

.com_font_12 {
  font-size: 12px;
}

/**************   パンくず   *********************/
.bread-box_com {
  font-size: 0.6em;
  overflow: hidden;
  margin-top: 0;
  height: auto;
  list-style: none;
  margin-left: 10px;
  padding: 0;
}

.bread-box_com li {
  display: inline-block;
}

.bread-box_com a {
  text-decoration: none;
  color: #1f1f1f;
}

.bread-box_com>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/**************   パンくず  end   *******************/

.signup_h1_pokecom {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 50px 0 0;
}

.signup_p1 {
  border-top: 1px dashed #707070;
  padding-top: 5px;
  text-align: justify;
  margin: 5px 0 30px;
}

.h2_syo {
  font-weight: 200;
  font-size: 12px;
}

.signup_hissu {
  background-color: #ff9481;
  border-radius: 5px;
  padding: 3px 5px;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.signup_nini {
  background-color: #a5a5a5;
  border-radius: 5px;
  padding: 3px 5px;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

/*********officeから引越し***************************************************************************************/

.bg-c-FF75A2 {
  background-color: #f3f3f3;
}

.border-b-ffffff {
  font-weight: 400;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.8);
}

.office-fs20 {
  font-size: 1rem;
  color: #1f1f1f;
}

/*選ばれる　レスポンシブ*/

.yo-hoshou-background {
  position: relative;
  background-size: contain;
  background-image: url(/assets/images/jp_img//yokohama-img14.webp);
  background-repeat: no-repeat;
  height: 0;
  padding-top: 81.7%;
  line-height: 1.3;
}

.office-erabareru-topimg-box2 {
  background-size: contain;
  background-image: url(/assets/images/jp_img/office/poke-area-erabareru-top.webp);
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  background-position: center;
  width: 300px;
  height: 260px;
}

.office-erabareru-topimg-box2-item-lt,
.office-erabareru-topimg-box2-item-lb,
.office-erabareru-topimg-box2-item-rt,
.office-erabareru-topimg-box2-item-rb {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 170px;
  width: 170px;
  transform: translate(-50%, -50%);
}

.office-erabareru-topimg-box2-item-lt p,
.office-erabareru-topimg-box2-item-lb p,
.office-erabareru-topimg-box2-item-rt p,
.office-erabareru-topimg-box2-item-rb p {
  top: 30%;
  width: 140px;
  height: 100px;
  font-weight: 600;
  position: absolute;
  line-height: 1.3;
  font-feature-settings: "palt";
  font-size: 0.9rem;
}

.office-erabareru-topimg-box2-item-lt p {
  top: 17%;
  left: 15%;
}

.office-erabareru-topimg-box2-item-lb p {
  top: 20%;
  left: 13%;
}

.office-erabareru-topimg-box2-item-rb p {
  top: 18%;
  left: 18%;
}

.office-erabareru-topimg-box2-item-rt p {
  top: 17%;
  left: 18%;
}

.office-erabareru-topimg-box2-item-lt {
  background-image: url(/assets/images/other/poke-area-fukidashi-a.svg);
  top: 30%;
  left: 10%;
}

.office-erabareru-topimg-box2-item-lb {
  background-image: url(/assets/images/other/poke-area-fukidashi-c.svg);
  top: 85%;
  left: 20%;
}

.office-erabareru-topimg-box2-item-rt {
  background-image: url(/assets/images/other/poke-area-fukidashi-b.svg);
  top: 30%;
  left: 90%;
}

.office-erabareru-topimg-box2-item-rb {
  background-image: url(/assets/images/other/poke-area-fukidashi-d.svg);
  top: 85%;
  left: 80%;
}

.office-erabareru-pc-flex {
  width: 100%;
}

.office-erabareru-pc-flex-item {
  width: 100%;
}

.fa-check-square {
  color: #ff75a2;
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/jp_img/area/check002.svg);
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  left: 1.3rem;
  transform: translate(-50%, -50%);
  top: 0.85rem;
}

/*トップ見出し*/

.office-maintitle .moz-title {
  color: #3b4043;
  line-height: 1.3;
  margin: 2rem 0 0.666rem;
}

/*エリアブロック*/
.office-area {
  margin-top: -2rem;
}

/*テキストアンダー色付け*/
.office-contents .moz-under_orange,
.office-contents .moz-under_blue {
  line-height: 1.8;
  border-radius: 3px;
  padding: 0 0.2em 0 0.2em;
  font-weight: 500;
}

.office-contents .moz-under_orange {
  background: linear-gradient(transparent 0%, #fff1c2 0%);
}

/*おすすめポイント*/
.office-contents .moz-recommended {
  border: solid 1px #1f1f1f;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
}

.line-solid-1-30,
.line-solid-3-30 {
  border: 2px solid #1f1f1f;
  width: 80px;
  margin: 1rem auto;
}

.poke-sap-grid2 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
  align-items: initial;
}

/***************[選ばれる理由]の画像と吹き出しのスタイル*************************/
/*トップ見出し*/
.office-maintitle-2,
.office-maintitle-2-na {
  background-color: #fff;
  border-radius: 50% 50% 0 0;
  display: block;
  padding-top: 3.2rem;
}

.office-maintitle-2 .moz-title,
.office-maintitle-2-na .moz-title {
  font-size: 1.466rem;
  text-align: center;
  color: #3b4043;
  font-weight: 700;
  line-height: 1.3;
  margin: 2rem 0 0.666rem;
  position: relative;
}

.office-maintitle-2 .moz-heading::before,
.office-maintitle-2-na .moz-heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/other/pokeko.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sap-touroku-h2-img {
  object-fit: cover;
  height: 300px;
  margin: 0;
}

.office-touroku-flex {
  display: block;
  width: 100%;
}

.office-touroku-flex2 {
  display: block;
  width: 100%;
}

.office-touroku-flex-item {
  width: 100%;
  font-size: 1.2rem;
}

.office-touroku-flex-item h3 {
  margin-top: 0rem;
}

.office-touroku-flex-item2 {
  width: 100%;
}

.office-touroku-flex-item2 p {
  margin-top: -2rem;
  margin-bottom: 2rem;
  display: block;
}

.office-top-text-br {
  display: none;
}

/* 210913 地方共通top*/
.ofifice-top-p-flex {
  display: flex;
  background-color: #eee;
  margin-bottom: 1.42rem;
}

.office-top-h1-box {
  position: relative;
  display: block;
  margin: 0;
}

.office-top-h1-box-main-img {
  width: 100%;
  position: relative;
  height: 100%;
  margin-bottom: -10px;
}

.office-top-h1-box-img {
  width: 60%;
  position: absolute;
  top: 72%;
  right: -29%;
  transform: translate(-50%, -50%);
}

.office-top-h1-box-p {
  position: absolute;
  top: 0;
  right: 0;
}

.tu-top-otokutext01-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
}

.tu-top-otokutext01-box-p {
  padding-left: 2rem;
  position: relative;
}

.office-top-h2-span {
  position: relative;
  padding-left: 2.5rem;
}

.office-top-h2-p {
  padding: 0.71rem 1rem;
  border-bottom: 1px dashed;
}

.office-top-h2-zikyu-flex {
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  position: relative;
  top: -0.5rem;
}

.office-top-h2-zikyu-left-img,
.office-top-h2-zikyu-right-pc2-img {
  object-fit: contain;
  width: 100%;
}

.office-top-h2-zikyu-right-img1 {
  object-fit: contain;
  width: 100%;
  padding-top: 1rem;
}

.office-top-h2-zikyu-right-img2 {
  object-fit: contain;
  width: 75%;
  padding-top: 0.3rem;
}

.office-top-h2-zikyu-left {
  width: 45%;
}

.office-top-h2-zikyu-right {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.2rem;
  align-items: center;
}

.office-top-h2-zikyu-right-pc2 {
  display: none;
}

/******************************************************** タブレット pc *********************************************************************/
@media screen and (min-width: 599px) {
  .office-fs20 {
    font-size: 1.2rem;
  }

  .office-maintitle .moz-heading_bottom>span::before,
  .office-maintitle .moz-heading_bottom>span::after {
    bottom: -0.3rem;
  }
}

/**************   利用規約   *********************/
.pokecom_riyoukiyaku {
  margin: 50px auto;
  padding: 10px 20px;
  border: 1px solid #707070;
  color: #ff9481;
  text-align: center;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #aaa;
  background-color: #fff;
}

/**************   利用規約   end   ******************/
/**************   利用規約  ページ *********************/

.riyoukiyaku_pokecom_matome {
  padding: 0 10px;
}

.riyoukiyaku_pokecom_matome dt {
  border-left: 3px solid #707070;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 18px;
}

.riyoukiyaku_pokecom_matome dd {
  margin: 15px 0 40px;
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 18px;
  text-align: justify;
}

/**************   利用規約  ページ end   ******************/
/**************   ボタン   *********************/
.pokecom_bottan {
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.pokecom_bottan_none {
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.pokecom_bottan div {
  background: #ff9481;
  border-bottom: none;
  border-radius: 20px;
  border: 3px solid #fff;
  width: 90%;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  padding: 2px;
  box-shadow: 0px 3px 15px rgba(255, 148, 157, 0.62);
}

.pokecom_bottan_none div {
  background: #ddd;
  border-bottom: none;
  border-radius: 20px;
  border: 3px solid #fff;
  width: 90%;
  color: #ccc;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  padding: 2px;
  box-shadow: 0px 3px 15px rgba(200, 204, 193, 0.62);
}

.pokecom_bottan p {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  text-shadow: 2px 2px 3px #ad6448;
  margin: 20px 30px 20px 0;
}

.pokecom_bottan_none p {
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.pokecom_bottan_modoru {
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.pokecom_bottan_modoru div {
  background: #b1b1b1;
  border-bottom: none;
  border-radius: 20px;
  border: 3px solid #fff;
  width: 70%;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  padding: 2px;
  box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.62);
}

.pokecom_bottan_modoru p {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  text-shadow: 2px 2px 3px #ad6448;
}

.pokecom_bottan_modoru_siro {
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.pokecom_bottan_modoru_siro div {
  background: #b1b1b1;
  border-bottom: none;
  border-radius: 20px;
  border: 3px solid #fff;
  width: 70%;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  padding: 2px;
  box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.62);
}

.pokecom_bottan_modoru_siro p {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  text-shadow: 2px 2px 3px #707070;
}

.pokecom_bottan_line {
  display: block;
  text-align: right;
  position: relative;
  padding: 10px 0;
}

.pokecom_bottan_line div {
  background: #fff;
  border-bottom: none;
  border-radius: 20px;
  border: 3px solid #fff;
  width: 250px;
  font-size: 1em;
  color: #707070;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.62);
}

.pokecom_bottan_line p {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  text-align: left;
  padding: 0 0 0 55px;
}

.pokecom_bottan_mail {
  display: block;
  text-align: right;
  position: relative;
  padding: 10px 0;
}

.pokecom_bottan_mail div {
  background: #fff;
  border-bottom: none;
  border-radius: 20px;
  border: 3px solid #fff;
  width: 250px;
  color: #707070;
  font-size: 1em;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.62);
}

.pokecom_bottan_mail p {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  text-align: left;
  padding: 0 0 0 55px;
}

.bottan_p img {
  display: block;
  position: absolute;
  left: 10px;
  top: -7px;
  width: 35px;
}

.bottan_p2 img {
  display: block;
  position: absolute;
  right: -30px;
  top: 7px;
  width: 35px;
}

.bottan_p3 img {
  display: block;
  position: absolute;
  right: 13px;
  top: 1px;
  width: 35px;
}

.bottan_p5 img {
  display: block;
  position: absolute;
  right: 10px;
  top: -4px;
  width: 35px;
}

/**************   ボタン   end    ***************/

/**************   header   *********************/
.pokecom_header {
  display: flex;
  padding: 5px;
  vertical-align: middle;
  position: relative;
  height: 55px;
}

.pokecom_header img {
  width: 60px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.pokecom_header p {
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 80px;
  /*  margin-top: 8px;
        top: 13px;*/
  line-height: 1.2;
}

.top_line {
  width: 100%;
  height: 20px;
  margin: 0;
}

/*  .pokecom_header2{
    padding: 5px;
    vertical-align: middle;
   position: relative;
   height: auto;
  }
  */
.pokecom_header2 .header_a {
  width: 17%;
  margin: 0 5px 0 10px;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.pokecom_header2 .header_a img {
  width: 85%;
  position: relative;
  top: 0;
  left: 10px;
}

.pokecom_header2 .header_b {
  vertical-align: bottom;
  width: 73%;
  margin: 0 5px;
  height: auto;
  position: relative;
  top: 50%;
  left: 0;
  display: inline-block;
}

.pokecom_header2 .header_b img {
  width: 90%;
  position: relative;
  top: -5px;
  left: 10px;
}

.pokecom_header2 .header_c {
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 0;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (max-width: 728px) {
  .pokecom_header2 .header_c {
    font-size: 3.2vw;
  }
}

/**************   header   end  ******************/

/**************   zaitaku_tuukin_top   *********************/

.zaitau_top {
  position: relative;
}

.zaitau_top_img {
  margin-top: 0;
}

.zaitau_top_img img {
  width: 100%;
  min-height: 200px;
  max-height: 400px;
  object-fit: cover;
  object-position: 100% 10%;
}

.zaitau_top a {
  position: absolute;
  top: 68%;
  width: 100%;
}

.tuukin_top {
  position: relative;
}

.tuukin_top_img {
  margin-top: 0;
}

.tuukin_top_img img {
  width: 100%;
  object-fit: cover;
  object-position: 10% 40%;
  min-height: 200px;
  max-height: 400px;
}

.tuukin_top a {
  position: absolute;
  top: 68%;
  width: 100%;
}

.pokecom_bottan2 {
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  text-shadow: 2px 2px 3px #ad6448;
}

.pokecom_bottan2 p {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  margin: 20px 30px 20px 0;
}

.pokecom_bottan2 div {
  background: #ff9481;
  border-bottom: none;
  border-radius: 25px;
  border: 3px solid #fff;
  width: 80%;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  padding: 2px;
  box-shadow: 0px 3px 15px rgba(255, 148, 157, 0.62);
}

.pokecom_bottan3 {
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  text-shadow: 2px 2px 3px #a86bc3;
}

.pokecom_bottan3 p {
  font-weight: bold;
  font-size: 25px;
  position: relative;
  margin: 15px 50px 15px 20px;
  text-align: center;
  line-height: 0.9;
}

.pokecom_bottan3 p span {
  font-size: 14px;
  font-weight: 300;
}

.pokecom_bottan3 div {
  background: #d881ff;
  border-bottom: none;
  border-radius: 25px;
  border: 3px solid #fff;
  width: 96%;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  padding: 2px;
  box-shadow: 0px 3px 15px rgba(168, 107, 195, 0.62);
}

.pokecom_bottan4 {
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  text-shadow: 2px 2px 3px #a86bc3;
}

.pokecom_bottan4 p {
  font-weight: bold;
  font-size: 25px;
  position: relative;
  margin: 15px 50px 15px 20px;
  text-align: center;
  line-height: 0.9;
}

.pokecom_bottan4 p span {
  font-size: 14px;
  font-weight: 300;
}

.pokecom_bottan4 div {
  background: #d881ff;
  border-bottom: none;
  border-radius: 25px;
  border: 3px solid #fff;
  width: 90%;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  padding: 2px;
  box-shadow: 0px 3px 15px rgba(168, 107, 195, 0.62);
}

.za_tukin_textlink {
  text-align: center;
  font-size: 14px;
  margin-top: 55px;
}

.zaitaku_zikyu_img {
  position: relative;
}

.zaitaku_zikyu_img>.za_1 {
  position: absolute;
  font-size: 23px;
  top: 37px;
  left: 32%;
  transform: translate(-37px, -32%);
  color: #707070;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.zaitaku_zikyu_img>.za_2 {
  position: absolute;
  font-size: 30px;
  top: 25px;
  left: 0;
  color: #ff9481;
  font-weight: 200;
}

.zaitaku_zikyu_img>.za_3 {
  position: absolute;
  font-size: 12px;
  top: 120px;
  left: 0;
}

.com_lp_top_p {
  text-align: center;
}

.com_lp_top_p2 {
  text-align: center;
  margin: 0;
}

/*在宅の日払い・未経験者歓迎・登録ボーナス*/
.com_lp_otoku3_box {
  display: flex;
  margin: 0 auto;
}

.com_lp_otoku3_box1_block {
  display: block;
  margin: 0 auto;
}

.com_lp_otoku3_box1_maru {
  background-color: radial-gradient(#ff9080 50%, #fcc5c5 90%);
  background: -moz-radial-gradient(#ff9080 50%, #fcc5c5 90%);
  background: -webkit-radial-gradient(#ff9080 50%, #fcc5c5 90%);
  border-radius: 50px;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.18;
  font-size: 20px;
  box-shadow: 0 0 0 6px #fff, 0 0 0 7px #fcc5c5;
}

.com_lp_otoku3_box1_maru2 {
  display: table;
  background-color: radial-gradient(#ff9080 50%, #fcc5c5 90%);
  background: -moz-radial-gradient(#ff9080 50%, #fcc5c5 90%);
  background: -webkit-radial-gradient(#ff9080 50%, #fcc5c5 90%);
  border-radius: 50px;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.18;
  font-size: 18px;
  box-shadow: 0 0 0 6px #fff, 0 0 0 7px #fcc5c5;
}

.com_lp_otoku3_box1_maru2 span {
  display: table-cell;
  vertical-align: middle;
}

/*通勤の日払い・未経験者歓迎・登録ボーナス*/
.com_lp_otoku4_box {
  display: flex;
  margin: 0 auto;
}

.com_lp_otoku4_box1_block {
  display: block;
  margin: 0 auto;
}

.com_lp_otoku4_box1_maru {
  background-color: radial-gradient(#a86bc3 50%, #d881ff 90%);
  background: -moz-radial-gradient(#a86bc3 50%, #d881ff 90%);
  background: -webkit-radial-gradient(#a86bc3 50%, #d881ff 90%);
  border-radius: 50px;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.18;
  font-size: 20px;
  box-shadow: 0 0 0 6px #fff, 0 0 0 7px #d881ff;
}

.com_lp_otoku4_box1_maru2 {
  display: table;
  background-color: radial-gradient(#a86bc3 50%, #d881ff 90%);
  background: -moz-radial-gradient(#a86bc3 50%, #d881ff 90%);
  background: -webkit-radial-gradient(#a86bc3 50%, #d881ff 90%);
  border-radius: 50px;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.18;
  font-size: 18px;
  box-shadow: 0 0 0 6px #fff, 0 0 0 7px #d881ff;
}

.com_lp_otoku4_box1_maru2 span {
  display: table-cell;
  vertical-align: middle;
}

.com_lp_otoku3_box1_kira_1 {
  position: relative;
  top: 25px;
  left: -15px;
  width: 40px;
}

.com_lp_otoku3_box1_kira_2 {
  position: relative;
  top: 45px;
  width: 40px;
  left: -30px;
}

.com_lp_otoku3_box1_kira_3 {
  position: relative;
  top: 25px;
  width: 40px;
  left: -20px;
}

.com_lp_otoku3_box1_kira_4 {
  position: relative;
  top: -135px;
  width: 40px;
  right: -80px;
}

/*流れのまとめのそれぞれ*/

.touroku_housyu_h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.touroku_housyu_h2 span {
  display: inline-block;
  transform: rotate(140deg);
  padding: 0 10px 3px;
}

/*1*/
.touroku_nagare_matome1 {
  display: flex;
  margin: 0 auto 15px;
  height: auto;
  transform: rotate(-4deg);
}

.touroku_nagare_matome1 dl {
  width: 50%;
  display: block;
  margin-right: auto;
  position: relative;
}

.touroku_nagare_matome1 dt {
  background-color: #bfe2ff;
  padding: 5px 0;
  border: 1px solid #505050;
  color: #505050;
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 1.2;
  font-weight: bold;
  font-size: 0.9em;
  box-shadow: 2px 2px 0 #707070;
}

.touroku_nagare_matome1 dd {
  color: #505050;
  margin-left: 5px;
  margin-top: 7px;
  line-height: 1.2;
}

/*2*/
.touroku_nagare_matome2 {
  display: flex;
  margin: 0 auto 15px;
  height: auto;
  transform: rotate(5deg);
}

.touroku_nagare_matome2 dl {
  width: 50%;
  display: block;
  margin-left: auto;
  position: relative;
}

.touroku_nagare_matome2 dt {
  background-color: #bfd5ff;
  padding: 5px 0;
  border: 1px solid #505050;
  color: #505050;
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1em;
  box-shadow: 2px 2px 0 #707070;
}

.touroku_nagare_matome2 dd {
  color: #505050;
  margin-left: 5px;
  margin-top: 7px;
  line-height: 1.2;
}

/*3*/
.touroku_nagare_matome3 {
  display: flex;
  margin: 0 auto 15px;
  height: auto;
  transform: rotate(-3deg);
}

.touroku_nagare_matome3 dl {
  width: 50%;
  display: block;
  margin-right: auto;
  line-height: 1.2;
  position: relative;
}

.touroku_nagare_matome3 dt {
  background-color: #d8bfff;
  padding: 5px 0;
  border: 1px solid #505050;
  color: #505050;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 1em;
  box-shadow: 2px 2px 0 #707070;
}

.touroku_nagare_matome3 dd {
  color: #505050;
  margin-left: 5px;
  margin-top: 7px;
  line-height: 1.2;
}

/*4*/
.touroku_nagare_matome4 {
  display: flex;
  margin: 0 auto 15px;
  height: auto;
  transform: rotate(7deg);
}

.touroku_nagare_matome4 dl {
  width: 50%;
  display: block;
  margin-left: auto;
  position: relative;
}

.touroku_nagare_matome4 dt {
  background-color: #ffbff8;
  padding: 5px 0;
  border: 1px solid #505050;
  color: #505050;
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1em;
  box-shadow: 2px 2px 0 #707070;
}

.touroku_nagare_matome4 dd {
  color: #505050;
  margin-left: 5px;
  margin-top: 7px;
  line-height: 1.2;
}

/*数字*/
.touroku_nagare_matome_img1 {
  width: 47%;
  height: 150px;
  display: block;
  margin: 5px 5px 5px auto;
  max-width: 150px;
  object-fit: contain;
}

.touroku_nagare_matome_img2 {
  width: 47%;
  height: 150px;
  display: block;
  margin: 5px auto 5px 5px;
  max-width: 150px;
  object-fit: contain;
}

.touroku_nagare_matome_img1_2 {
  width: 40px;
  height: -10%;
  top: -45px;
  left: -130px;
  position: absolute;
}

.touroku_nagare_matome_img2_2 {
  width: 40px;
  height: -10%;
  top: -45px;
  right: -140px;
  position: absolute;
}

.sankaku_sita {
  border-top: 3px dashed #707070;
  transform: rotate(30deg);
  z-index: -10;
  position: relative;
  width: 270px;
  margin: 0 auto;
}

.sankaku_sita2 {
  border-top: 3px dashed #707070;
  transform: rotate(-30deg);
  z-index: -10;
  position: relative;
  width: 270px;
  margin: 0 auto;
}

/*ポケットワーク が選ばれるわけ*/

.erabareru_wake_img {
  width: 100%;
  max-height: 420px;
  min-height: 300px;
  object-fit: cover;
  overflow-x: hidden;
  object-position: 80px 0%;
  z-index: -10;
}

.poekwagaerabareruwake_h2 {
  position: absolute;
  top: 52%;
  left: 27%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 20px;
  padding: 0 0 0 10px;
}

.poekwagaerabareruwake_h2 span {
  color: #ff9481;
}

@media screen and (min-width: 460px) {
  .poekwagaerabareruwake_h2 {
    left: 20%;
    font-size: 22px;
  }
}

.pokeerabare_box {
  position: relative;
  width: 100%;
  height: auto;
}

.meri_p_matome .new_cont-list {
  counter-reset: count;
  padding-left: 0;
}

.newcont_matome_midasi_merit ul {
  margin: 0;
  padding-left: 0;
}

.meri_p_matome .new_cont-list>li {
  padding: 20px;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  list-style: none;
  line-height: 1.2;
  border-bottom: 1px dashed #aaa;
  font-size: 18px;
}

.newcont_matome_midasi_merit li {
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  text-align: justify;
  text-justify: inter-ideograph;
  list-style: none;
}

.meri_p_matome .new_cont-list>li:before {
  content: "";
  width: 35px;
  height: 35px;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  left: 0;
  top: 19%;
  border-radius: 50%;
  background: #62d1d3;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px rgba(40, 40, 40, 0.3);
}

.meri_p_matome .new_cont-list>li:after {
  content: counter(count);
  counter-increment: count;
  width: 50px;
  color: #fff;
  position: absolute;
  left: -8px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  top: 1em;
}

@media screen and (min-width: 460px) {
  .meri_p_matome .new_cont-list>li:after {
    top: 0.8em;
  }
}

.meri_p_matome .new_cont-list>li#meri_3:before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0.8em;
  border-radius: 50%;
  background: #62d1d3;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px rgba(40, 40, 40, 0.3);
}

.meri_p_matome .new_cont-list>li#meri_3:after {
  content: counter(count);
  counter-increment: count;
  width: 50px;
  color: #fff;
  position: absolute;
  left: -8px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  top: 1.1em;
}

/*会社概要*/

.pokecom_company_matome {
  width: 100%;
}

.pokecom_company_matome th,
.pokecom_company_matome td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
}

.pokecom_company_matome th {
  font-weight: bold;
  background-color: #dedede;
}

/*モーダル登録ボタン*/
main {
  position: relative;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 50% 50%;
  height: 100px;
  width: 100px;
  background-color: #ff8a00;
  display: inline;
  position: absolute;
}

.pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 43.3px 25px;
  border-color: transparent transparent #fff transparent;
}

#meri_1 {
  /*  border-bottom: none;*/
  padding: 20px 0 20px 42px;
}

/*#meri_2{ padding: 10px 0 10px 42px; }*/
#meri_2 {
  padding: 0.6rem 0 0.8rem 2.6rem;
}

#meri_3 {
  padding: 1rem 0 0.8rem 2.6rem;
}

/*
  @media screen and (min-width: 460px) {
    #meri_2{ 
      padding: 20px 0 20px 42px;
       }
  }
  */

@media screen and (min-width: 460px) {
  #meri_1 {
    padding: 1rem 0 0.8rem 2.6rem;
  }

  #meri_2 {
    padding: 0.9rem 0 0.8rem 2.6rem;
  }
}

/**************  通勤地域ページ   *********************/
/**************  header_top   *********************/
.tuukin_area_top {
  position: relative;
}

.tuukin_area_top_img {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.tuukin_area_top_img img {
  width: 100%;
  object-fit: contain;
}

.tuukin_area_top_img span {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 0.2em;
  left: 5.2em;
}

@media screen and (min-width: 320px) and (max-width: 728px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .tuukin_area_top_img span {
    font-size: 5vw;
    color: #fff;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
  }
}

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

  /* 320pxまでの幅の場合に適応される */
  .tuukin_area_top_img span {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.tuukin_area_top a {
  position: absolute;
  top: 80%;
  width: 100%;
}

.za_tukin_textlink_area {
  text-align: center;
  font-size: 14px;
  margin-top: 75px;
}

.za_tukin_textlink_area2 {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

/**************  ヘッダーオレンジ仕様   *********************/
.pokecom_header2 {
  padding: 5px;
  vertical-align: middle;
  position: relative;
  height: auto;
  background: #ed9b26;
  border-bottom: 5px solid #fff;
}

.header_c {
  color: #fff;
}

/**************  ヘッダーオレンジ仕様   end*********************/
/**************  特典・他_詳細   *********************/

@media screen and (min-width: 320px) and (max-width: 728px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .tokutenn_ippai_cont {
    background-color: #fffde6;
    width: 100%;
    height: 100vw;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: -20;
    margin-bottom: 42vw;
  }

  .tokutenn_ippai_cont .t_tokutenn_zikyu {
    position: absolute;
    width: 80%;
    height: auto;
    margin: 2px;
    top: 63vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .tokutenn_ippai_cont p {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    top: 34.5%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 4.7vw;
    font-weight: bold;
    color: #707070;
    z-index: 100;
    transform: rotate(-4deg);
  }

  .tokutenn_ippai_cont .tokuten_nagoya_p {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    top: 34.5%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 4.2vw;
    font-weight: bold;
    color: #707070;
    z-index: 100;
    transform: rotate(-4deg);
  }

  .support_cont_h2 span {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    top: 81%;
    left: 86%;
    transform: translate(-50%, -50%);
    font-size: 5.5vw;
    font-weight: bold;
    color: #fff;
    z-index: 100;
    line-height: 1.1;
  }
}

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

  /*　画面サイズが728pxからはここを読み込む　*/
  .tokutenn_ippai_cont {
    background-color: #fffde6;
    width: 100%;
    height: 700px;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: -20;
    margin-bottom: 305px;
  }

  .tokutenn_ippai_cont .t_tokutenn_zikyu {
    position: absolute;
    width: 80%;
    height: auto;
    margin: 2px;
    top: 440px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .tokutenn_ippai_cont p {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    top: 34%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 34px;
    font-weight: bold;
    color: #707070;
    z-index: 100;
    transform: rotate(-4deg);
  }

  .tokutenn_ippai_cont .tokuten_nagoya_p {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    top: 34%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    color: #707070;
    z-index: 100;
    transform: rotate(-4deg);
  }

  .support_cont_h2 span {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    top: 81%;
    left: 86%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    z-index: 100;
    line-height: 1.1;
  }
}

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

  /*　画面サイズが1024pxからはここを読み込む　*/
  .tokutenn_ippai_cont {
    background-color: #fffde6;
    width: 100%;
    height: 330px;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: -20;
    margin-bottom: 138px;
  }

  .tokutenn_ippai_cont .t_tokutenn_zikyu {
    position: absolute;
    width: 80%;
    height: auto;
    margin: 2px;
    top: 205px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .tokutenn_ippai_cont p {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    top: 34.8%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: bold;
    color: #707070;
    z-index: 100;
    transform: rotate(-4deg);
  }

  .tokutenn_ippai_cont .tokuten_nagoya_p {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    top: 34.8%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 13.5px;
    font-weight: bold;
    color: #707070;
    z-index: 100;
    transform: rotate(-4deg);
  }

  .support_cont_h2 span {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    top: 81%;
    left: 86%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    z-index: 100;
    line-height: 1.1;
  }
}

.tokutenn_ippai_cont .t_tokutenn_a {
  position: absolute;
  width: 40%;
  height: auto;
  margin: 2px;
  top: 17%;
  left: 25%;
  transform: translate(-50%, -50%);
}

.tokutenn_ippai_cont .t_tokutenn_b {
  position: absolute;
  width: 40%;
  height: auto;
  margin: 2px;
  top: 18%;
  left: 70%;
  transform: translate(-50%, -50%);
}

.tokutenn_ippai_cont .t_tokutenn_c {
  position: absolute;
  width: 30%;
  height: auto;
  margin: 2px;
  top: 17%;
  left: 80%;
  transform: translate(-50%, -50%);
}

.tokutenn_ippai_cont .t_tokutenn_main {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tokutenn_ippai_cont .t_tokutenn_d {
  position: absolute;
  width: 30%;
  height: auto;
  margin: 2px;
  top: 88%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.tokutenn_ippai_cont .t_tokutenn_e {
  position: absolute;
  width: 30%;
  height: auto;
  margin: 2px;
  top: 89%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tokutenn_ippai_cont .t_tokutenn_f {
  position: absolute;
  width: 30%;
  height: auto;
  margin: 2px;
  top: 84%;
  left: 80%;
  transform: translate(-50%, -50%);
}

.tokutenn_ippai_cont .t_tokutenn_mizuki {
  position: absolute;
  width: 100%;
  height: auto;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**************  高料率   *********************/
.kouryouritu_cont {
  margin: 0;
}

.kouryouritu_cont h2 img {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.kouryouritu_cont .kouryouritu_cont_box {
  margin: 0 15px;
}

.kouryouritu_cont_box .t_ryouritu {
  width: 100%;
  height: auto;
  margin: 5px 0;
}

.kouryouritu_cont_box .ryouritu_p {
  margin: 0 0 20px;
}

.ryouritu_p {
  text-align: justify;
}

/**************  万全のサポートと環境   *********************/

.support_cont {
  margin: 0;
}

.t_support_box {
  margin: 40px 15px;
}

.t_support_box img {
  object-fit: contain;
  width: 100%;
  margin: 5px 0 2px;
}

.t_support_box h3 {
  font-size: 1.3em;
  border-left: 6px solid #d881ff;
  padding-left: 15px;
  margin: 0;
  line-height: 1.1;
}

.t_support_box p {
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.support_cont_h2 img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}

.support_cont_h2 {
  position: relative;
}

.t_botan_margin15 {
  margin: 15px;
}

/**************   募集要項  *********************/
.jobdescription_cont h2 {
  position: relative;
  margin-top: 25px;
}

.jobdescription_cont h2 img {
  object-fit: cover;
  height: 55px;
}

.t_table_cont {
  border-collapse: collapse;
}

.t_table_cont tr {
  border-bottom: 1px solid #707070;
}

.t_table_cont tr:first-of-type {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
}

.t_table_cont .t_t_bg01 {
  background-color: #feffe6;
  width: 20%;
  font-weight: bold;
  padding: 20px 5px;
  text-align: center;
}

.t_table_cont .t_t_bg02 {
  background-color: #fff;
  width: 63%;
  font-weight: 400;
  padding: 20px 10px;
  border-left: 1px solid;
}

.t_table_cont .t_t_bg03 {
  background-color: #feffe6;
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}

.t_table_cont ul {
  list-style: none;
  font-weight: 400;
  padding: 10px 5px;
}

.jobdescription_cont {
  margin: 0;
}

/**************   アクセス  *********************/

.access_cont {
  margin: 0;
}

.access_cont h2 {
  position: relative;
  margin-top: 25px;
}

.access_cont h2 img {
  object-fit: cover;
  height: 55px;
}

.t_access_move {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.t_access_move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.t_table_cont_access .t_access_bg01 {
  font-size: 1em;
  text-align: center;
  padding: 0.2em 0.6em;
  font-weight: bold;
}

.t_table_cont_access .t_access_bg02 {
  font-size: 1rem;
}

.t_table_cont_access {
  padding-left: 30px;
  border-collapse: collapse;
  left: 50px;
}

.t_table_cont_access tr {
  padding-left: 2em;
  border-bottom: 0.1em solid #aaa;
}

.access_p {
  margin: 20px 0 5px;
}

/**************   通勤ページ各地域詳細追加  *********************/

.freedial-j {
  margin: 0;
}

.freedial-j dt {
  padding: 3px 10px 3px 25px;
  color: #4f3d1a;
  background: #f9f2df;
  position: relative;
}

.pokewa_zenkoku h3 {
  border-left: 3px solid #d881ff;
  margin: 50px 10px 5px;
  padding: 0 10px;
}

.tiiki_syousai_rink {
  width: 100%;
  height: auto;
  background: #ff7600;
  font-size: 1.2em;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 0 0 1rem 1rem;
}

/**************   通勤ページ各地域詳細追加      end  *********************/

/**************   チャットレディとは？_他_追加コンテンツ用  *********************/
.com_cont_matome p {
  text-align: justify;
}

.com_cont_matome span {
  font-weight: bold;
}

.pokecom_cont_h1 {
  position: relative;
  width: 100%;
  background: linear-gradient(-135deg, #ffcd5c, #aaebff);
  border: 1px dotted #fff;
  margin: 0.2rem auto 0.5rem;
  padding: 1em 0;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.pokecom_cont_h1:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: "";
  border: 3px dotted #fff;
}

.pokecom_cont_h2 {
  position: relative;
  width: 100%;
  background: linear-gradient(-135deg, #ffcd5c, #aaebff);
  border: 1px dotted #fff;
  margin: 1em auto;
  padding: 1em 0;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.pokecom_cont_h2:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: "";
  border: 3px dotted #fff;
}

.pokecom_cont_h2_a {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  background-color: #fcffb1;
  line-height: 1.2;
  padding: 20px;
  padding-left: 9rem;
  margin: 20px auto;
}

.pokecom_cont_h2_a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  width: 120px;
  height: 111px;
  background: url(/assets/images/content/com_cont_eraberu_icon.png) no-repeat;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.pokecom_cont_h3_b {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1.5px solid #666;
  padding-bottom: 10px;
}

.pokecom_cont_h3_b span {
  color: #ffaacb;
}

.pokecom_cont_h3_qa {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ffcd5c;
  padding-bottom: 15px;
  padding-left: 55px;
}

.pokecom_cont_h3_qa:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  width: 50px;
  height: 50px;
  background: url(/assets/images/content/com_qa_q_icon.png) no-repeat;
  left: 0;
  top: -1rem;
}

.qa_cont_matome div {
  margin: 40px auto;
  border-bottom: 4px dotted #666;
  padding-bottom: 20px;
}

.qa_cont_matome p:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  width: 50px;
  height: 50px;
  background: url(/assets/images/content/com_qa_a_icon.png) no-repeat;
  left: 0;
  top: 0;
}

.qa_cont_matome p {
  position: relative;
  padding-left: 55px;
}

.com_cont_img_def {
  width: 100%;
}

.com_cont_z_t_matome {
  display: flex;
  max-height: 50px;
  margin: 0 auto;
  width: 100%;
}

.com_cont_z_t_matome img {
  width: 35%;
  margin-right: 5px;
  object-fit: cover;
}

.com_cont_z_t_matome h3 {
  text-align: center;
  width: 65%;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 10px 0;
  display: inline-table;
  vertical-align: middle;
}

.basyo_eraberu_box_zaitaku {
  background-color: #fff5f9;
  border: 1px solid #ff4e77;
  margin: 1rem auto;
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 8px #ff4e77;
}

.basyo_eraberu_box_zaitaku h3 {
  border-color: #ff4e77;
}

.basyo_eraberu_box_zaitaku h3 span {
  color: #ff4e77;
}

.basyo_eraberu_box_tuukin {
  background-color: #e8faff;
  border: 1px solid #26b8ee;
  margin: 1rem auto;
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 8px #26b8ee;
}

.basyo_eraberu_box_tuukin h3 {
  border-color: #26b8ee;
}

.basyo_eraberu_box_tuukin h3 span {
  color: #26b8ee;
}

.osusumenowake_h3_matome {
  margin: 3rem auto;
}

.com_p_span_color_pink {
  color: #ff4e77;
}

.com_p_span_color_blue {
  color: #26b8ee;
}

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

.bottan_matome {
  font-size: 16px;
}

.bottan_matome div p {
  /*text-shadow: 2px 2px 3px #888;*/
  color: #fff;
  margin: 0 auto;
  padding-left: 10px;
}

.bottan_matome span {
  margin: 40px auto;
}

.bottan_matome div {
  border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #bbb;
  width: 80%;
  height: 30px;
  margin: 10px auto;
  padding: 10px;
}

.bottan_zaitaku_cont_box {
  background-color: #ff4e77;
}

.bottan_zaitaku_cont_box p span {
  font-size: 22px;
  font-weight: bold;
}

.bottan_tukin_cont_box p span {
  font-size: 22px;
  font-weight: bold;
}

.bottan_zaitaku_cont_box p {
  position: relative;
}

.bottan_tukin_cont_box p {
  position: relative;
}

.bottan_zaitaku_cont_box p:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 30px;
  background: url(/assets/images/content/botann_yazirusi_cont1.png) no-repeat;
  right: 5px;
  top: 0;
}

.bottan_tukin_cont_box p:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 30px;
  background: url(/assets/images/content/botann_yazirusi_cont1.png) no-repeat;
  right: 5px;
  top: 0;
}

.bottan_tukin_cont_box {
  background-color: #26b8ee;
}

.com_fontcolor_yello {
  color: #fff079;
}

/**************   メリットデメリット_他_追加コンテンツ用  *********************/

.pokecom_merit_h2 {
  text-align: center;
}

.com_merit_img_def {
  width: 90%;
}

.pokecom_meri_matome {
  margin-bottom: 1.5rem;
}

.pokecom_meri_matome h4 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 55px;
  line-height: 1.2;
  margin: 1rem 0;
}

.pokecom_meri_matome p {
  text-align: justify;
  margin: 0 0 0 auto;
  padding-left: 55px;
  border-top: 1px solid #888;
  padding-top: 10px;
}

.pokecom_meri_matome h4:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  width: 50px;
  height: 50px;
  left: 0;
}

.pokecom_meri_matome .merit_1:before {
  background: url(/assets/images/content/com_cont_merit1.png) no-repeat;
  top: -1rem;
}

.pokecom_meri_matome .merit_2:before {
  background: url(/assets/images/content/com_cont_merit2.png) no-repeat;
  top: -0.3rem;
}

.pokecom_meri_matome .merit_3:before {
  background: url(/assets/images/content/com_cont_merit3.png) no-repeat;
  top: -1rem;
}

.pokecom_meri_matome .merit_4:before {
  background: url(/assets/images/content/com_cont_merit4.png) no-repeat;
  top: -0.3rem;
}

.pokecom_meri_matome .demerit_1:before {
  background: url(/assets/images/content/com_cont_demerit1.png) no-repeat;
  top: -0.3rem;
}

.pokecom_meri_matome .demerit_2:before {
  background: url(/assets/images/content/com_cont_demerit2.png) no-repeat;
  top: -0.3rem;
}

.pokecom_meri_matome_point p {
  background-color: #fff9cb;
  padding: 20px;
  margin: 5px 0 20px;
}

.pokecom_meri_matome_point h3 {
  color: #ffaacb;
  font-weight: bold;
  line-height: 1.2;
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
}

/**************   報酬について_他_追加コンテンツ用  *********************/

.com_housyu_h3_a {
  line-height: 1.2;
  border-left: 6px solid #aaebff;
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
}

.com_housyu_h3_b {
  line-height: 1.2;
  font-weight: bold;
  font-size: 22px;
  margin: 15px auto 0;
  background-color: #ffaacb;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}

.com_housyu_p_a {
  text-align: justify;
  line-height: 1.8;
  border: 2px dotted #aaa;
  padding: 10px 20px;
  margin-bottom: 40px;
}

.com_housyu_h3_c {
  line-height: 1.2;
  border-bottom: 6px solid #ff4e77;
  padding: 10px 0 10px 13px;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0;
  text-align: center;
}

.com_housyu_h3_c2 {
  line-height: 1.2;
  border-bottom: 6px solid #aaebff;
  padding: 10px 0 10px 13px;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0;
  text-align: center;
}

.com_housyu_img_def {
  width: 80%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.com_t_center {
  text-align: center;
}

.com_border_a {
  border-bottom: 3px dotted #666;
}

.com_sa_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
}

.com_sa_table th:first-child {
  border-radius: 5px 0 0 0;
}

.com_sa_table th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #ff7600;
}

.com_sa_table th {
  text-align: center;
  color: white;
  background: linear-gradient(#ffba7f, #ff7600);
  border-left: 1px solid #ffba7f;
  border-top: 1px solid #ffba7f;
  border-bottom: 1px solid #ff7600;
  box-shadow: 0px 1px 1px rgb(255 255 255 / 30%) inset;
  width: 25%;
  padding: 10px 0.2rem;
  line-height: 1.2;
}

.com_sa_table td {
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  /*box-shadow: 0px -3px 5px 1px #eee inset;*/
  width: 25%;
  padding: 10px 0.2rem;
  line-height: 1.2;
}

.com_sa_table-td3 {
  text-align: justify !important;
  font-size: 12px;
  line-height: 1.2 !important;
}

.com_sa_table td:last-child {
  border-right: 1px solid #a8b7c5;
}

.com_sa_table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.com_sa_table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.com_font_14 {
  font-size: 14px;
}

.com_font_20 {
  font-size: 20px;
}

.background-color_pink {
  background-color: #ffd3e4;
}

.background-color_blue {
  background: #d5f5ff;
}

/**************   1日体験について_他_追加コンテンツ用  *********************/

.pokecom_try_h2_a {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  background-color: #fcffb1;
  line-height: 1.2;
  padding: 20px;
  padding-left: 9rem;
  margin: 20px auto;
}

.pokecom_try_h2_a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  width: 120px;
  height: 111px;
  background: url(/assets/images/content/com_cont_try_icon.png) no-repeat;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.pokecom_try_matome_box {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.pokecom_try_matome {
  display: block;
  width: 75%;
  height: auto;
}

.pokecom_try_midasi_matome {
  display: block;
  width: 25%;
  height: auto;
}

.pokecom_try_midasi_matome p {
  text-align: center;
  margin: 0;
  font-weight: bold;
  line-height: 1;
}

.com_try_boder_1 {
  border-left: 1px solid #888;
  width: 100%;
  height: 84%;
  position: relative;
  left: 50%;
}

.com_try_boder_2 {
  border-left: 1px solid #888;
  width: 100%;
  height: 80%;
  position: relative;
  left: 50%;
}

.com_try_boder_3 {
  border-left: 1px solid #888;
  width: 100%;
  height: 72%;
  position: relative;
  left: 50%;
}

.com_try_boder_4 {
  border-left: 1px solid #888;
  width: 100%;
  height: 76%;
  position: relative;
  left: 50%;
}

.com_try_boder_5 {
  border-left: 1px solid #888;
  width: 100%;
  height: 66%;
  position: relative;
  left: 50%;
}

.pokecom_try_matome h3 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.2;
}

.pokecom_try_matome .tryt_1:before {
  background: url(/assets/images/content/com_cont_merit1.png) no-repeat;
  top: -1rem;
}

.bottan_tukin_try_box p:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 30px;
  background: url(/assets/images/content/botann_yazirusi_cont1.png) no-repeat;
  right: 8px;
  top: 10px;
}

.pokecom_try_matome .com_try_p {
  text-align: justify;
  margin: 0 0 0 auto;
  border-top: 1px solid #888;
  padding-top: 10px;
  font-size: 14px;
  padding-right: 10px;
}

.bottan_matome_try div {
  border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #bbb;
  width: 100%;
  height: 30px;
  margin: 10px auto;
  padding: 10px 0;
}

.bottan_matome_try div p {
  color: #fff;
  margin: 0 auto;
  padding: 2px 10px;
}

.bottan_tukin_try_box p span {
  font-size: 17px;
  font-weight: bold;
}

.com_try_midasi_font_a {
  font-size: 4rem;
  color: #26b8ee;
}

.bottan_tukin_try_box {
  position: relative;
  background-color: #26b8ee;
}

.com_try_triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #ee9b26;
  margin: 10px auto 0;
}

.com_try_mibunwasurezu {
  margin: 0;
  padding: 5px;
  text-align: center !important;
  background-color: #fcffb1;
  border-top: 1px solid #888;
}

.com_h2_yoko_stripe {
  color: #ff5c5c;
  font-size: 20px;
  line-height: 20px;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.com_h2_yoko_stripe_box {
  background: repeating-linear-gradient(90deg,
      #888,
      #aaa 3px,
      #fff 3px,
      #fff 6px);
  width: 12%;
}

/**************   メディアクエリ_スマホ  *********************/
@media screen and (min-width: 320px) and (max-width: 727px) {
  .br_none {
    display: inline;
  }

  .br_inline {
    display: none;
  }

  .pokecom_try_matome h3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.2;
  }

  .com_housyu_h3_c {
    line-height: 1.2;
    border-bottom: 6px solid #ff4e77;
    padding: 10px 0 10px 13px;
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0;
    text-align: center;
  }

  .com_housyu_h3_c2 {
    line-height: 1.2;
    border-bottom: 6px solid #aaebff;
    padding: 10px 0 10px 13px;
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0;
    text-align: center;
  }

  .pokecom_cont_h3_b {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1.5px solid #666;
    padding-bottom: 10px;
  }

  .pokecom_cont_h2_a {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    background-color: #fcffb1;
    line-height: 1.2;
    padding: 20px;
    padding-left: 9rem;
    margin: 20px auto;
  }

  .com_h2_yoko_stripe {
    color: #ff5c5c;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  .com_h2_yoko_stripe_box {
    background: repeating-linear-gradient(90deg,
        #888,
        #aaa 3px,
        #fff 3px,
        #fff 6px);
    width: 12%;
  }
}

/**************   メディアクエリ_PC  *********************/
@media screen and (min-width: 728px) {
  .br_none {
    display: none;
  }

  .br_inline {
    display: inline;
  }

  .pokecom_try_matome h3 {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.2;
  }

  .com_housyu_h3_c {
    line-height: 1.2;
    border-bottom: 6px solid #ff4e77;
    padding: 10px 0 10px 13px;
    font-weight: bold;
    font-size: 30px;
    margin: 30px 0;
    text-align: center;
  }

  .com_housyu_h3_c2 {
    line-height: 1.2;
    border-bottom: 6px solid #aaebff;
    padding: 10px 0 10px 13px;
    font-weight: bold;
    font-size: 30px;
    margin: 30px 0;
    text-align: center;
  }

  .pokecom_cont_h3_b {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1.5px solid #666;
    padding-bottom: 10px;
  }

  .pokecom_cont_h2_a {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    background-color: #fcffb1;
    line-height: 1.2;
    padding: 20px;
    padding-left: 9rem;
    margin: 20px auto;
  }

  .com_h2_yoko_stripe {
    color: #ff5c5c;
    font-size: 26px;
    line-height: 20px;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  .com_h2_yoko_stripe_box {
    background: repeating-linear-gradient(90deg,
        #888,
        #aaa 3px,
        #fff 3px,
        #fff 6px);
    width: 42%;
  }
}

/**************   福岡追加コンテンツ  *********************/

.com_pokeouen_6_matome {
  margin: 10px auto;
  width: 100%;
}

.com_pokeouen_6_flex {
  display: flex;
  text-align: center;
  justify-content: space-around;
}

.com_pokeouen_6_box {
  display: block;
  width: 30%;
}

.com_pokeouen_6_box img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.com_pokeouen_6_box p {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #888;
  margin: 0 0 20px;
}

.text_link_a {
  text-align: center;
  text-decoration: underline;
  display: block;
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.com_box_flex {
  display: flex;
  margin: 50px 0 20px;
}

.com_fukuoka_tuika_p {
  text-align: center;
  border-top: 1px solid #888;
  padding: 10px 0;
}

.com_cont_link_matome img {
  box-shadow: 0px 3px 5px rgba(255, 100, 100, 0.42);
}

/**************   20201012修正  beforeの数字のアイコンを画像に変更*********************/

.pokecom_meri_matome_cont ul li {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 15px 40px;
  line-height: 1.2;
  border-bottom: 2px dotted #888;
}

.pokecom_meri_matome_cont ul {
  list-style: none;
  padding-left: 0;
}

.pokecom_meri_matome_cont ul #cont_meri_1:before {
  background: url(/assets/images/com_meri_icon_no_1.png) no-repeat;
}

.pokecom_meri_matome_cont ul #cont_meri_2:before {
  background: url(/assets/images/com_meri_icon_no_2.png) no-repeat;
}

.pokecom_meri_matome_cont ul #cont_meri_3:before {
  background: url(/assets/images/com_meri_icon_no_3.png) no-repeat;
}

.pokecom_meri_matome_cont ul #cont_meri_4:before {
  background: url(/assets/images/com_meri_icon_no_4.png) no-repeat;
}

.pokecom_meri_matome_cont ul #cont_meri_5:before {
  background: url(/assets/images/com_meri_icon_no_5.png) no-repeat;
}

.pokecom_meri_matome_cont ul #cont_meri_6:before {
  background: url(/assets/images/com_meri_icon_no_6.png) no-repeat;
}

.pokecom_meri_matome_cont ul #cont_meri_7:before {
  background: url(/assets/images/com_meri_icon_no_7.png) no-repeat;
}

.pokecom_meri_matome_cont ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  width: 35px;
  height: 35px;
  left: 0;
  margin-top: -5px;
}

/**************   20201021修正  ボタン文言修正*********************/

.pokecom_bottan2_2 {
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  text-shadow: 2px 2px 3px #ad6448;
}

.pokecom_bottan2_2 div {
  background: #ff9481;
  border-bottom: none;
  border-radius: 25px;
  border: 3px solid #fff;
  width: 97%;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  box-shadow: 0px 3px 15px rgba(255, 148, 157, 0.62);
  box-sizing: border-box;
}

.pokecom_bottan2_2 p {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin: 20px 20px 20px 0;
  left: -5px;
}

.pokecom_bottan2_2 p span {
  color: #ff9;
}

.bottan_p4 img {
  display: block;
  position: absolute;
  right: -15px;
  top: -4px;
  width: 35px;
}

.pokecom_bottan4_2 {
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  text-shadow: 2px 2px 3px #a86bc3;
}

.pokecom_bottan4_2 p {
  font-weight: bold;
  font-size: 19px;
  position: relative;
  margin: 15px 50px 15px 20px;
  text-align: center;
  line-height: 0.9;
}

.pokecom_bottan4_2 p span {
  font-size: 14px;
  font-weight: 300;
}

.pokecom_bottan4_2 div {
  background: #d881ff;
  border-bottom: none;
  border-radius: 25px;
  border: 3px solid #fff;
  width: 92%;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  box-shadow: 0px 3px 15px rgba(168, 107, 195, 0.62);
  box-sizing: border-box;
}

.pokecom_bottan4_2_span_ff9 {
  color: #ff9 !important;
  font-size: 24px !important;
}

.bottan_p2_2 img {
  display: block;
  position: absolute;
  right: -40px;
  top: 3px;
  width: 35px;
}

.pokecom_bottan3_2 {
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  text-shadow: 2px 2px 3px #a86bc3;
}

.pokecom_bottan3_2 p {
  font-weight: bold;
  font-size: 18.9px;
  position: relative;
  margin: 15px 50px 15px 20px;
  text-align: center;
  line-height: 0.9;
}

.pokecom_bottan3_2 p span {
  font-size: 14px;
  font-weight: 300;
}

.pokecom_bottan3_2 div {
  background: #d881ff;
  border-bottom: none;
  border-radius: 25px;
  border: 3px solid #fff;
  width: 100%;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  box-shadow: 0px 3px 15px rgba(168, 107, 195, 0.62);
  box-sizing: border-box;
}

/* 20201223_年末年始_テキスト用スタイル追加 */

.com_tuika_text_h2 {
  font-size: 16px;
  font-weight: bold;
  color: #ff4e77;
  margin: 5px 10px;
  border-bottom: 4px dotted #ff4e77;
  padding-bottom: 5px;
  text-align: center;
}

.com_tuika_text_h2:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/assets/images/syougatu_ushi_icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.com_tuika_text_p {
  font-size: 14px;
  margin: 5px 10px;
  line-height: 1.4;
  text-align: justify;
}

.com_tuika_text_p2 {
  text-align: center;
  margin: 0 30px;
  font-size: 12px;
  line-height: 1.4;
}

.com_tuika_text_p2 span {
  color: #ff4e77;
}

.com_tuika_text_box {
  margin: 25px auto 20px;
  padding: 5px;
  border-radius: 10px;
  max-width: 430px;
  border-left: 3px solid #aaa;
  border-right: 3px solid #aaa;
}

/***
  vrバナー追加用_210903
  ***/
.fot-vr-baner01 {
  display: block;
  width: 100%;
  object-fit: contain;
  max-width: 700px;
  margin: 0 auto;
}

/****** リニューアル修正211119＿國嶋***********/

/******jp_style_allから***********************************************************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #1f1f1f;
  margin: 0;
}

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

.pc-br {
  display: none;
}

.sp-br {
  display: block;
}

@media screen and (min-width: 620px) {
  .pc-br {
    display: block;
  }

  .sp-br {
    display: none;
  }
}

/*****色**********/

.c-db8db2 {
  color: #db8db2;
}

.c-blue {
  color: blue;
}

.c-ff7600 {
  color: #ff7600;
}

.c-f7ff00 {
  color: #f7ff00;
}

.c-ff7976 {
  color: #ff7976;
}

.c-fffee8 {
  color: #fffee8;
}

.c-aaa9a1 {
  color: #aaa9a1;
}

.c-1c1c1c {
  color: #1f1f1f;
}

.c-1f1f1f {
  color: #1f1f1f;
}

.c-f88f36 {
  color: #f88f36;
}

.c-333 {
  color: #333333;
}

.c-1d9bf0 {
  color: #1d9bf0;
}

.c-ff0000 {
  color: #ff0000;
}

.c-fff {
  color: #fff;
}

/*****フォントサイズ**********/

.fs-1 {
  font-size: 1rem;
}

.fs10 {
  font-size: 0.71rem;
}

.fs12 {
  font-size: 0.8rem;
}

.fs13 {
  font-size: 0.92rem;
}

.fs15 {
  font-size: 1.07rem;
}

.fs14 {
  font-size: 1rem;
}

.fs16 {
  font-size: 1.14rem;
}

.fs18 {
  font-size: 1.28rem;
}

.fs20 {
  font-size: 1.42rem;
}

.fs22 {
  font-size: 1.57rem;
}

.fs24 {
  font-size: 1.71rem;
}

.fs26 {
  font-size: 1.85em;
}

.fs28 {
  font-size: 1.2rem;
}

.fs30 {
  font-size: 2.14rem;
}

.fs32 {
  font-size: 2.28rem;
}

.fs34 {
  font-size: 2.42rem;
}

/*****フォント太さ**********/
/*****フォント太さ**********/
.f-w900 {
  font-weight: 900;
}

.f-w800 {
  font-weight: 800;
}

.f-w700 {
  font-weight: 700;
}

.f-w600 {
  font-weight: 600;
}

.f-wbld {
  font-weight: bold;
}

/*****ディスプレイ**********/

.disp-b {
  display: block;
}

.disp-flex {
  display: flex;
}

/*****バックグラウンドカラー**********/

.pm-3 {
  margin-top: -3rem;
  padding-top: 3rem;
}

/*****マージン**********/
.mg-b10 {
  margin-bottom: 0.671rem;
}

.mg-b15 {
  margin-bottom: 1.07rem;
}

.mg-b20 {
  margin-bottom: 1.42rem;
}

.mg-b30 {
  margin-bottom: 2.14rem;
}

.mg-b45 {
  margin-bottom: 3.21rem;
}

.mg-b50 {
  margin-bottom: 3.57rem;
}

.mg-b60 {
  margin-bottom: 4.28rem;
}

.mg-b75 {
  margin-bottom: 5.35rem;
}

.mg-b90 {
  margin-bottom: 6.42rem;
}

.mg-b120 {
  margin-bottom: 8.57rem;
}

.mg-b-75 {
  margin-bottom: -5.35rem;
}

.mg-b-90 {
  margin-bottom: -6.42rem;
}

.mg-t-40 {
  margin-top: -2.85rem;
}

.mg-t-30 {
  margin-top: -2rem !important;
}

.mg-b-30 {
  margin-bottom: -2rem !important;
}

.mg-t-45 {
  margin-top: -3.21rem !important;
}

.mg-b-45 {
  margin-bottom: -3.21rem;
}

.mg-b-50 {
  margin-bottom: -3.57rem;
}

.mg-t5 {
  margin-top: 0.35rem;
}

.mg-t15 {
  margin-top: 1.07rem;
}

.mg-t20 {
  margin-top: 1.42em;
}

.mg-t30 {
  margin-top: 2.14rem;
}

.mg-t40 {
  margin-top: 2.85rem;
}

.mg-t45 {
  margin-top: 3.21rem;
}

.mg-t50 {
  margin-top: 3.57rem;
}

.mg-t60 {
  margin-top: 4.28rem !important;
}

.mg-t75 {
  margin-top: 5.35rem !important;
}

.mg-t80 {
  margin-top: 5.71em;
}

.mg-t180 {
  margin-top: 12.85rem;
}

.mg-l0 {
  margin-left: 0rem;
}

.mg-l5 {
  margin-left: 0.35rem;
}

.mg-l14 {
  margin-left: 1rem;
}

.mg-l20 {
  margin-left: 1.42rem;
}

.mg-r20 {
  margin-right: 1.42rem;
}

.mg-30 {
  margin: 2.14rem;
}

.mg-15 {
  margin: 1.07rem;
}

.mg-10 {
  margin: 0.71rem;
}

.mg-0 {
  margin: 0;
}

.mg-lr2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mg-lr15 {
  margin-left: 1.07rem;
  margin-right: 1.07rem;
}

.mg-auto {
  margin: 0 auto;
}

.mg-3auto {
  margin: 3rem auto;
}

.mg-t-280 {
  margin-top: -280px;
}

.h2-mg-t100-180 {
  margin-top: 6.66rem;
}

/*****パディング*********/
.pd-t120 {
  padding-top: 8.57rem;
}

.pd-t90 {
  padding-top: 6.42rem;
}

.pd-t75 {
  padding-top: 5.35rem;
}

.pd-t60 {
  padding-top: 4.28rem;
}

.pd-t45 {
  padding-top: 3.21rem;
}

.pd-t40 {
  padding-top: 2.85rem;
}

.pd-t30 {
  padding-top: 2.14rem;
}

.pd-t20 {
  padding-top: 1.333rem;
}

.pd-t15 {
  padding-top: 1rem;
}

.pd-t10 {
  padding-top: 0.71rem;
}

.pd-t5 {
  padding-top: 0.35rem;
}

.pd-b15 {
  padding-bottom: 1.07rem;
}

.pd-b30 {
  padding-bottom: 2.14rem;
}

.pd-b45 {
  padding-bottom: 3.21rem;
}

.pd-b60 {
  padding-bottom: 2.14rem;
}

.pd-b20 {
  padding-bottom: 1.428rem;
}

.pd-b10 {
  padding-bottom: 0.71em;
}

.pd-b5 {
  padding-bottom: 0.35rem;
}

.pd-b12 {
  padding-bottom: 0.85rem;
}

.pd-l30 {
  padding-left: 2.14rem;
}

.pd-l20 {
  padding-left: 1.42rem;
}

.pd-l10 {
  padding-left: 0.71rem;
}

.pd-l1_5 {
  padding-left: 1.5rem;
}

.pd-l15 {
  padding-left: 1.07rem;
}

.pd-r30 {
  padding-right: 2.14rem;
}

.pd-r20 {
  padding-right: 1.42rem;
}

.pd-r15 {
  padding-right: 1.07rem;
}

.pd-r10 {
  padding-right: 0.71em;
}

.pd-15 {
  padding: 1.07rem;
}

.pd-14 {
  padding: 1em;
}

.pd-30 {
  padding: 2.14rem;
}

.pd-20 {
  padding: 1.42rem;
}

.pd-10 {
  padding: 0.71rem;
}

.pd-12 {
  padding: 0.85rem;
}

.pd-5 {
  padding: 0.35rem;
}

.pd-lr20 {
  padding-left: 1.42rem;
  padding-right: 1.42rem;
}

.pd-lr15 {
  padding-left: 1.07rem;
  padding-right: 1.07rem;
}

.pd-tb15 {
  padding-top: 1.07rem;
  padding-bottom: 1.07rem;
}

.pd-lr10 {
  padding-left: 0.71rem;
  padding-right: 0.71rem;
}

.pd-lr14 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.link-tyousei_t-m-p5 {
  padding-top: 5rem;
  margin-top: -5rem;
}

/*****width**********/
.wid100 {
  width: 100%;
}

.wid95 {
  width: 95%;
}

.wid90 {
  width: 90%;
}

.wid80 {
  width: 80%;
}

.wid70 {
  width: 70%;
}

.wid60 {
  width: 60%;
}

.wid50 {
  width: 50%;
}

.wid45 {
  width: 45%;
}

.wid40 {
  width: 40%;
}

.max-w460 {
  max-width: 460px;
}

.moz-bgline-orenzi {
  background: linear-gradient(transparent 0%, #fff1c2 0%);
}

.line-h14 {
  line-height: 1.4;
}

/*****ポジション**********/

.posi-rel {
  position: relative;
}

.posi-ab {
  position: absolute;
}

/**********新　共通目次************/
.mokuzi-wrap {
  text-align: center;
  margin: 0 auto 2rem;
  max-width: 1200px;
  padding: 0 10px;
  display: block;
}

.mokuzi-h2 {
  font-size: 1.42rem;
  font-weight: bold;
  padding: 0 10px 1rem;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.mokuzi-wrap-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mokuzi-wrap-box {
  font-size: 1rem;
  width: 100%;
  display: inline-block;
  border-bottom: solid 1px #bdbdbd;
  margin: 0.3rem 0.35rem 0.3rem 0;
  padding: 0.2rem 0 0.2rem;
  text-align: left;
  position: relative;
  line-height: 1.2;
  text-decoration: none;
}

.mokuzi-wrap-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/jp_img/green.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  right: -5px;
  top: 50%;
  bottom: 0.5rem;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.mokuzi-wrap-a {
  text-decoration: none;
  color: #1f1f1f;
}

.mokuzi-wrap-a p {
  height: 100%;
  width: 93%;
}

.front-topnav h2 {
  text-align: center;
  font-size: 1.33rem;
  background: #a7a;
  color: #fff;
  margin: 0;
  padding: 0;
}

/*****共通見出しh1**********/
.all-header-sp {
  display: block;
}

.all-header-pc {
  display: none;
}

.poketop-h1 {
  background-color: #fff;
  border-radius: 50% 50% 0 0;
  display: block;
  padding-bottom: 3.5rem;
  padding-top: 4.2rem;
}

.poketop-h1-title {
  font-size: 1.466rem;
  color: #3b4043;
  font-weight: 700;
  margin: 2rem 0 0.666rem;
}

.poketop-h1-title-span {
  position: relative;
  text-align: center;
  display: block;
  line-height: 1.2;
}

.poketop-h1-title-span::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/other/poke-h1-rogo.svg);
  width: 11rem;
  height: 6.5rem;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -1.2rem;
}

/*****ifreme 全体共通スタイル**********/
iframe {
  border: 1px solid #e9ecef !important;
  border-radius: 0.5rem;
}

.all-rinktext-box-a {
  display: block;
  position: relative;
  text-align: right;
  padding-right: 2rem;
  color: #1f1f1f;
  padding-bottom: 1rem;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
}

.all-rinktext-box-a::before {
  position: absolute;
  top: 3px;
  right: -3px;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(/assets/images/other/poke-arrow-maru.svg) no-repeat;
  background-size: contain;
}

.all-rinktext-box {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1.07rem 1rem 1.07rem 0;
}

/******jp_contentsから***********************************************************************************************************************/
/*サイズ調整*/
.wid100-80,
.wid100-50,
.wid100-90,
.wid100-75,
.wid100-78 {
  width: 100%;
}

.pd-t-pc75 {
  padding-top: 0rem;
}

.under-faf8cb {
  background: linear-gradient(transparent 0%, #faf8cb 0%);
  color: #1f1f1f;
  padding: 0 0.5rem;
}

.fs-18-24 {
  font-size: 1.1rem;
}

/****** 通勤***********************************************************************************************************************/
.re_sec_box {
  margin: 0;
  padding: 0;
}

.com_tuika_text_mag {
  margin: 0 10px;
}

.re_head_flex {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}

.re_header_rogo {
  display: inline-block;
}

.re_header_rogo_img {
  width: 130px;
}

.re_header_btn {
  border: 1px solid #fca715;
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
  color: #fca715;
  border-radius: 12px;
}

.re_header_btn2 {
  border: 1px solid #fca715;
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
  color: #fca715;
  border-radius: 12px;
  margin-left: 5px;
}

.re_tu_top_text002 {
  margin: 5px 1rem 1rem;
}

.re_tuukin_top {
  position: relative;
  background: linear-gradient(25deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)),
    url(/assets/images/renewal/top_tu_img_re_under.webp);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 97%;
  background-position: top;
}

.re_tuukin_top_img {
  margin: 0;
}

.tuukin_top_img01 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.re_tu_top_img02 {
  margin: 0 1rem;
}

.btn-div-box {
  height: auto;
  padding-bottom: 0.5rem;
}

.re_tu_btn_p {
  position: relative;
  background: transparent linear-gradient(270deg, #ffca74 0%, #ffad1c 49%, #fcc257 100%) 0% 0% no-repeat padding-box;
  margin: 0.2rem auto;
  width: 90%;
  border-radius: 40px;
  height: 90%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2rem;
  padding: 15px 0 10px;
  box-sizing: border-box;
  box-shadow: 0 0 15px #aaa;
}

.re_tu_btn_p::after {
  content: "";
  position: absolute;
  background-image: url("/assets/images/renewal/arrow_top_001.svg");
  width: 20px;
  height: 20px;
  top: 25px;
  right: 10px;
}

.re_tu_btn_p_span {
  font-size: 14px;
  font-weight: normal;
}

.re_zaitaku_textlink,
.re_tsukin_textlink {
  text-align: center;
  font-size: 18px;
  text-decoration: underline;
  color: currentColor;
  letter-spacing: 2px;
  padding-bottom: 2rem;
}

.re_zaitaku_textlink::after,
.re_tsukin_textlink::after {
  content: "▶︎";
  color: currentColor;
  font-size: 15px;
}

.tuukin_top_img02 {
  margin: 0.5rem 0;
}

/**area.cssから**/
.city-contents-fc-inline {
  display: block;
  text-align: center;
  padding: 0.4rem;
}

.city-contents {
  overflow: hidden;
}

/*タイトル系*/
.city-contents .moz-title-content {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 6rem;
  margin-bottom: 3rem;
  line-height: 1.2;
}

.city-contents .moz-title-content::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/jp_img/city-img2.svg);
  width: 100px;
  height: 80px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, -100%);
}

.city-contents .moz-title-content2 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 10rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.city-contents .moz-title-content2::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/jp_img/city-img2.svg);
  width: 100px;
  height: 80px;
  background-repeat: no-repeat;
  bottom: -2.5rem;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}

.city-contents .moz-title_border {
  background-color: #1f1f1f;
  width: 80px;
  margin-top: 0.5rem;
  left: 52%;
  transform: translate(-50%, -50%);
  position: absolute;
  border: solid 2px #1f1f1f;
}

/*アンダーバー*/
.city-contents .moz-under_pink {
  background: linear-gradient(transparent 65%, #ffe8e8 50%);
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
}

/*flex要素*/
.city-contents-pcflex,
.city-contents-pcflex-item1,
.city-contents-pcflex-item2,
.city-contents-pcflex-item3,
.city-contents-pcflex-item4 {
  width: 100%;
}

.city-contents-pcflex {
  display: block;
  /* padding-top: 3rem;*/
}

.city-erabareru-textbox {
  position: relative;
  height: 250px;
}

.city-erabareru-text,
.city-erabareru-text2,
.city-erabareru-text3,
.city-erabareru-text4,
.city-erabareru-text5 {
  background: #ffffff;
  border: solid 1px #1f1f1f;
  padding: 0.5rem;
  margin: 0.5rem 0.3rem;
  border-radius: 5px;
  display: block;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.city-erabareru-border {
  border-bottom: #f88f36 solid 4px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.city_flex {
  width: 100%;
  display: flex;
}

.city_flex-item3-2::before {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/jp_img/area/city-img10.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 340px;
  top: -5rem;
  left: -1rem;
  position: absolute;
  overflow: hidden;
}

.city_flex-item3-2,
.city_flex-item3-3 {
  width: 30%;
  position: relative;
}

.city_flex-item3-3::before {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/jp_img/area/city-img11.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 130px;
  height: 340px;
  top: -5rem;
  left: -2rem;
  position: absolute;
  overflow: hidden;
}

.city_flex-item2-2 {
  width: 70%;
  padding: 0.5rem;
}

.city_flex-item2 {
  width: 30%;
}

.city_flex-item3 {
  width: 70%;
}

.moz-whitebox::before {
  content: "2ショットチャット";
}

.moz-whitebox02::before {
  content: "パーティーチャット";
}

.moz-money01,
.moz-money01-2 {
  text-align: center;
  letter-spacing: -1.45px;
  color: #1f1f1f;
  position: relative;
  margin-left: 1rem;
  font-size: 1.6rem;
  display: inline-block;
}

.moz-money01::before {
  content: url(/assets/images/jp_img/area/salary-img-05.svg);
}

.moz-money02 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #ff7600;
  display: inline-block;
}

.moz-money02 .moz-b {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #ff7600;
  display: inline-block;
}

.moz-money03 {
  font-weight: 400;
  display: block;
  text-align: right;
  color: #1f1f1f;
}

.moz-money04 {
  border: 2px dashed #b9b9b9;
  border-radius: 20px;
  padding: 0.3rem;
  margin: 0.3rem;
}

.moz-money01-2::before {
  content: url(/assets/images/jp_img/area/salary-img-06.svg);
  top: 0.3rem;
}

.moz-money01::before,
.moz-money01-2::before {
  position: absolute;
  top: 0;
  left: -2.8rem;
}

/*salary から*/
.sal-contents-pcflex,
.sal-contents-pcflex-item1,
.sal-cont-pcflex2-item1,
.sal-contents-pcflex-item2,
.sal-contents-pcflex-item3,
.sal-contents-pcflex-item4 {
  width: 100%;
}

.sal-cont-green {
  padding: 1rem 0;
}

.sal-cont-green .moz-select {
  margin: 0 auto 1rem;
}

.sal-cont-green .moz-select select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.5rem;
  font-size: 1.1rem;
  color: #1f1f1f;
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
  border-radius: 0.3rem;
}

.sal-cont-green .moz-input {
  margin: 0 auto;
}

.sal-cont-green .moz-input input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.5rem;
  color: #1f1f1f;
  background-color: #fdffc3;
  border: 2px solid #1f1f1f;
  border-radius: 0.3rem;
  margin-right: 0.5rem;
}

.sal-cont-green .moz-box {
  border: solid 1px #1f1f1f;
  padding: 1rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.sal-cont-green .moz-box::before {
  content: "+特別報酬";
  position: absolute;
  top: -1rem;
  left: 1rem;
  background: #fff;
  font-weight: 700;
  padding: 0 0.5rem;
}

.city-contents .moz-title-content03 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 6rem;
  margin-bottom: 3rem;
  line-height: 1.2;
}

.city-contents .moz-title-content03::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/jp_img/city-img2.svg);
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  top: 1rem;
  left: 50%;
  transform: translate(-50%, -100%);
}

/*****officeから******/

.ver-mi {
  vertical-align: middle;
}

.office-touroku-flex-item {
  width: 100%;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.office-top-h2,
.office-top-h2-nagoya {
  text-align: center;
}

.office-top-h2 {
  font-size: 1.1rem;
  margin: 0;
}

.office-top-h2-span {
  position: relative;
  padding-left: 2.5rem;
}

.office-top-h2-span::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/other/pokeko.svg);
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  left: 0.3rem;
  top: -0.5rem;
}

/**********サポートから************/
.sup-cont {
  overflow: hidden;
}

.sup-cont-pcflex,
.sup-cont-pcflex-item1,
.sup-cont-pcflex-item2 {
  width: 100%;
}

.sup-box01 .moz-p-bold-center,
.sup-box02 .moz-p-bold-center,
.sup-box03 .moz-p-bold-center,
.sup-box04 .moz-p-bold-center,
.sup-box05 .moz-p-bold-center,
.sup-box06 .moz-p-bold-center {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 1rem 0 0.5rem;
  margin: 0;
}

.sup-box01,
.sup-box02,
.sup-box03,
.sup-box04,
.sup-box05,
.sup-box06 {
  padding: 0;
}

.sup-box02 .moz-h2,
.sup-box03 .moz-h2,
.sup-box04 .moz-h2,
.sup-box05 .moz-h2,
.sup-box06 .moz-h2 {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

.sup-box01 .moz-h2::before,
.sup-box01 .moz-h2::after,
.sup-box02 .moz-h2::before,
.sup-box02 .moz-h2::after,
.sup-box03 .moz-h2::before,
.sup-box03 .moz-h2::after,
.sup-box04 .moz-h2::before,
.sup-box04 .moz-h2::after,
.sup-box05 .moz-h2::before,
.sup-box05 .moz-h2::after,
.sup-box06 .moz-h2::before,
.sup-box06 .moz-h2::after {
  content: "";
  background: #1f1f1f;
  height: 2px;
  width: 20%;
  vertical-align: middle;
  display: inline-block;
  border-radius: 30px;
}

.sup-box02 .moz-p,
.sup-box03 .moz-p,
.sup-box04 .moz-p,
.sup-box05 .moz-p,
.sup-box06 .moz-p {
  padding: 2rem;
}

.sup-box01 .moz-h2,
.sup-box02 .moz-h2,
.sup-box03 .moz-h2,
.sup-box04 .moz-h2,
.sup-box05 .moz-h2,
.sup-box06 .moz-h2 {
  font-family: "Satisfy", cursive;
  color: #ff7600;
  text-align: center;
  font-size: 1.14rem;
}

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

  .sup-flex-box .moz-p-bold,
  .moz-p-bold,
  .sup-box01 .moz-p-bold-center,
  .sup-box02 .moz-p-bold-center,
  .sup-box03 .moz-p-bold-center,
  .sup-box04 .moz-p-bold-center,
  .sup-box05 .moz-p-bold-center,
  .sup-box06 .moz-p-bold-center {
    font-size: 1.22rem;
  }
}

/*******通勤officeから**********/
.freedial-contents {
  overflow: hidden;
}

.freedial-contents .moz-p {
  margin-bottom: 1.5rem;
}

.freedial_contents-title-1,
.freedial_contents-title-2,
.freedial_contents-title-3 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.freedial_contents-title-1::before,
.freedial_contents-title-2::before,
.freedial_contents-title-3::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/jp_img/freedial/freedial-img-2.svg);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  left: 50%;
  top: -1.2rem;
  transform: translate(-50%, -50%);
}

.freedial_contents-title-2::before {
  bottom: 3.5rem;
}

.freedial_contents-title-3::before {
  bottom: 6.5rem;
}

.freedial_contents-line-1 {
  position: relative;
  border-bottom: 1px solid #707070;
  background-color: #ffffff;
}

.freedial_contents-line-1::before,
.freedial_contents-line-1::after {
  position: absolute;
  top: 100%;
  left: 45%;
  content: "";
  height: 0;
  width: 0;
  border: 20px solid transparent;
}

.freedial_contents-line-1:before {
  border-top: 25px solid #707070;
}

.freedial_contents-line-1:after {
  margin-top: -2px;
  border-top: 25px solid #ffffff;
}

.freedial-contents-pcflex,
.freedial-contents-pcflex-item1,
.freedial-contents-pcflex-item2,
.freedial-contents-pcflex-item3,
.freedial-contents-pcflex-item4 {
  width: 100%;
}

.freedial-contents-pcflex {
  display: block;
}

/*gallry*/

a {
  text-decoration: none;
}

/*linez*/
.area-rink-box-dl {
  margin: 0;
  width: 100%;
}

.area-line-rink-box {
  display: flex;
  width: 100%;
  border-bottom: 1px #1f1f1f dashed;
  padding-bottom: 0.35rem;
  margin-bottom: 0.6rem;
  text-decoration: none;
  color: #1f1f1f;
}

.area-line-rink-flex {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 1.5rem;
  margin: 1rem 0.5rem;
  box-shadow: 0px 3px 15px rgb(25 25 25 / 20%);
  height: auto;
}

.area-line-rink-box-img {
  height: 80px;
  border-radius: 1rem 0 0 1rem;
  width: 32%;
  object-fit: cover;
  padding: 0 0.5rem 0 0;
}

.area-line-rink-box-dt {
  background-color: #eee;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.35rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  border-radius: 0 1rem 0 0;
  padding: 0.2rem;
  text-align: center;
  color: #ff7600;
}

.area-line-rink-box-dt-span {
  position: relative;
}

.area-line-rink-box-dt-span::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/images/other/pokeko.svg) no-repeat;
  background-size: contain;
  left: -1.5rem;
}

.area-line-rink-box-dd {
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
  font-weight: 400;
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.disp-inb {
  display: inline-block;
}

/********登録の流れ********/
/*登録のながれ*/

@media screen and (max-width: 320px) {
  .front-reward table {
    font-size: 0.8rem;
  }

  .signup-flow-box img {
    object-position: 10%;
  }
}

.line-solid-2-30 {
  border: 2px solid #1f1f1f;
  width: 130px;
  margin: 0 auto;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

/****** 在宅**********/

.re_zai_top_text002 {
  margin: 5px 1rem 1rem;
}

.re_zaitaku_top {
  position: relative;
  background: linear-gradient(25deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)),
    url(/assets/images/renewal/top_zai_img_re_under.webp);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 97%;
  background-position: top;
}

.re_zaitaku_top_img {
  margin: 0;
}

.zaitaku_top_img01 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.re_zai_top_img02 {
  margin: 0 1rem;
}

.re_zai_btn_p {
  position: relative;
  background: transparent linear-gradient(270deg, #ffca74 0%, #ffad1c 49%, #fcc257 100%) 0% 0% no-repeat padding-box;
  margin: 1rem auto;
  width: 90%;
  border-radius: 40px;
  height: 90%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 15px #aaa;
}

.re_zai_btn_p::after {
  content: "";
  position: absolute;
  background-image: url("/assets/images/renewal/arrow_top_001.svg");
  width: 20px;
  height: 20px;
  top: 15px;
  right: 10px;
}

.re_zai_btn_p_span {
  font-size: 14px;
  font-weight: normal;
}

.re_zai_zaitaku_textlink {
  text-align: center;
  font-size: 18px;
  color: #f62e8c;
}

.re_text_link_a {
  text-align: center;
  text-decoration: underline;
  display: block;
  margin: 1rem 0;
}

.pokecom-enq-date-flex-matome {
  max-width: 340px;
  display: inline-block;
  min-width: 320px;
  margin: 1rem 1.07rem 3.21rem;
}

.pokecom-enq-date-flex {
  display: flex;
}

.pokecom-enq-srider {
  display: flex;
  overflow-x: scroll;
}

.pokecom-enq-p02 {
  border: 1px solid #1f1f1f;
  border-radius: 0 0 1rem 1rem;
  padding: 0.5rem;
  color: #1f1f1f;
  height: 100px;
  overflow-y: scroll;
  word-break: break-all;
}

.pokecom-enq-p,
.pokecom-enq-p2 {
  color: #fff;
  margin: 0.5rem 0;
  background-color: #ff7600;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 0 0.5rem 3rem;
  border-radius: 1rem 1rem 0 0;
}

.pokecom-enqcom,
.pokecom-enqcom2 {
  position: relative;
}

.pokecom-enqcom::before,
.pokecom-enqcom2::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  left: 10%;
  transform: translate(-50%, -100%);
  top: 10%;
}

.pokecom-enqcom::before {
  background-image: url(/assets/images/jp_img/com_zai_icon.svg);
}

.pokecom-enqcom2::before {
  background-image: url(/assets/images/jp_img/com_tu_icon.svg);
}

.pokecom-enq-dl dt {
  padding-left: 0.5rem;
}

.enq-date-img-img {
  max-width: 100%;
  height: 244px;
  object-fit: cover;
  width: 100%;
}

.enq-date-img {
  width: 30%;
}

.enq-date-text {
  width: 70%;
}

.pokecom-enq-dl {
  border-bottom: 1px dashed #1f1f1f;
  margin: 0.6rem 1rem 0.6rem 0;
  display: flex;
  justify-content: space-between;
}

.pokecom-enq-dl dt,
.pokecom-enq-dl dd {
  display: inline-block;
}

.fr-zaitaku-flex-p-st {
  text-align: center;
  font-size: 1.14rem;
  font-weight: bold;
  padding: 0 1rem 1rem;
}

@media screen and (min-width: 720px) {
  .re_header_zai_text {
    font-size: 23px;
  }
}

/***通勤追加****/
.freedial_contents-title-4>.moz-title_border {
  background-color: #1f1f1f;
  width: 80px;
  margin-top: 0.5rem;
  left: 52%;
  transform: translate(-50%, -50%);
  position: absolute;
  border: solid 2px #1f1f1f;
}

.freedial_contents-title-4 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.freedial_contents-title-4::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/jp_img/freedial/freedial-img-2.svg);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, -100%);
  top: 10%;
}

.c-orange {
  color: #ff7600;
  font-weight: bold;
}

.mokuzi-ue-line {
  margin-top: 2rem;
  border-top: 1px solid #1f1f1f;
  padding-top: 3rem;
}

.rew-box01 {
  display: flex;
  margin-left: 0 !important;
  width: 60%;
}

.rew-en {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding-top: 2rem;
}

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

  .city-contents .moz-title-content,
  .city-contents .moz-title-content2 {
    font-size: 2.2rem;
    margin-top: 10rem;
  }

  .city-contents .moz-title-content::before {
    width: 150px;
    height: 120px;
  }

  .city-contents .moz-title-content2::before {
    width: 150px;
    height: 120px;
  }

  .signup-flow-box img {
    width: 25%;
  }

  .signup-flow-box div h3 {
    font-size: 1.8rem;
  }

  .signup-flow-box div p {
    font-size: 1.24rem;
  }

  .pokecom_meri_matome_cont ul li {
    font-size: 20px;
  }

  .city-contents .moz-title-content03 {
    font-size: 2.2rem;
    margin-top: 8rem;
  }

  .city-contents .moz-title-content03::before {
    width: 150px;
    height: 150px;
    bottom: -2rem;
  }

  .city_flex-item3-3::before {
    width: 160px;
    height: 440px;
    left: 1rem;
  }

  .city-erabareru-text,
  .city-erabareru-text2,
  .city-erabareru-text3,
  .city-erabareru-text4,
  .city-erabareru-text5 {
    width: 70%;
    margin: 0 0 0 auto;
    font-size: 1rem;
  }

  .city_flex-item3-2::before {
    width: 120px;
    height: 300px;
    top: -6rem;
    left: 1rem;
  }

  .city-contents .moz-under_pink {
    font-size: 1.8rem;
  }

  .com_housyu_h3_a {
    font-size: 1.8rem;
  }

  .mokuzi-wrap-a p {
    font-size: 1.4rem;
    margin: 0.3rem 0;
  }

  /**通勤**/

  .freedial_contents-title-4 {
    font-size: 2rem;
  }

  .office-erabareru-topimg-box2 {
    width: 500px;
    height: 360px;
  }

  .office-erabareru-topimg-box2-item-lt,
  .office-erabareru-topimg-box2-item-lb,
  .office-erabareru-topimg-box2-item-rt,
  .office-erabareru-topimg-box2-item-rb {
    height: 200px;
    width: 240px;
  }

  .office-erabareru-topimg-box2-item-lt p,
  .office-erabareru-topimg-box2-item-lb p,
  .office-erabareru-topimg-box2-item-rt p,
  .office-erabareru-topimg-box2-item-rb p {
    width: 180px;
    height: 100px;
    font-size: 1.2rem;
  }
}

/*****報酬一覧css******/
.front-reward-table {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  box-shadow: inset 0 0, 4px 4px 0 -1px #fff, 4px 4px 0 0 #aaa;
  max-width: 540px;
  background-color: #fff;
}

.front-reward table thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}

.front-reward table thead tr:first-child th:first-child,
.front-reward table tbody th {
  border-right: 5px double #aaa;
}

.front-reward table thead th {
  background-color: #ffebcb;
  background-size: 10px 10px;
  background-image: radial-gradient(#ffca74 10%, transparent 30%);
  font-size: 1.57rem !important;
  line-height: 0.5;
}

.front-reward table thead th,
.front-reward table tbody th,
.front-reward table tbody td {
  padding: 0.8rem;
  border-bottom: 1px solid #aaa;
  vertical-align: middle;
  font-size: 1rem;
}

.front-reward table thead th+th,
.front-reward table tbody td {
  border-left: 1px solid #aaa;
}

.th-before-1,
.th-before-2 {
  position: relative;
  white-space: pre;
  padding: 1.2rem 0 0.8rem !important;
}

.th-before-2 {
  border-radius: 0 4px 0 0;
}

.front-reward table thead th span {
  font-size: 0.7rem;
  color: #1f1f1f;
}

.front-reward table tbody th span,
.front-reward table tbody td span {
  font-size: 0.85rem;
  color: #1f1f1f;
  font-weight: 400;
}

.th-before-2 span::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 15px;
  width: 1.6rem;
  height: 2rem;
  background: url(/assets/images/jp_img/ilast-train-a-1c.svg) no-repeat;
  background-size: contain;
}

.th-before-1 span::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 12px;
  width: 1.6rem;
  height: 2rem;
  background: url(/assets/images/jp_img/ilast-house-a-1c.svg) no-repeat;
  background-size: contain;
}

.front-reward table tbody td {
  color: #ff7600;
  line-height: 1;
  font-family: "Open Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo";
}

/*****一日体験css******/
.tri-sec-box-wrap {
  padding: 1rem;
  margin: 3rem auto 5rem;
  max-width: 1200px;
}

.tri-sec-box {
  position: relative;
  text-align: center;
  padding-left: 6rem;
  padding-top: 10rem;
}

.tri-sec-box h2 {
  font-size: 1.26rem;
  position: relative;
  border-bottom: 1px dashed #1f1f1f;
  padding-bottom: 0.66rem;
  margin-bottom: 0.33rem;
}

.tri-sec-box h2::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12rem;
  height: 11rem;
  background: url(/assets/images/other/icon_trial.svg) no-repeat;
  background-size: contain;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tri-sec-box-text {
  text-align: justify;
}

.tri-sec-box-text p {
  margin-bottom: 2rem;
}

.tri-sec-box::before {
  position: absolute;
  top: -4rem;
  left: -7rem;
  content: "";
  display: inline-block;
  width: 20rem;
  height: 36rem;
  background: url(/assets/images/jp_img/trial-img01.webp) no-repeat;
  background-size: contain;
}

/***********エリア検索map　ｃｓｓ****************/
.city_background_img-tu {
  background-image: url(/assets/images/other/japan-map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 340px;
  height: 290px;
  margin: 0 auto;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.city_contents-flex-t p {
  text-decoration: none;
  color: #1f1f1f;
  background: #ffe8e8;
}

.city_contents-flex-t p:hover {
  background: #fcc0c0;
}

.city_contents-flex-t p span {
  position: relative;
}

.city_contents-flex-t p span::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -0.7rem;
  left: -2.4rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/assets/images/other/pokeko.svg) no-repeat;
  background-size: contain;
}

.city_contents-flex-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.city-map-tukin-h2 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: contents;
}

.city-map-tukin-h2 span {
  position: relative;
  display: flex;
  font-size: 1.2rem;
  top: 1.5rem;
  line-height: 1.4;
}

.city-map-tukin-h2 span::before {
  position: relative;
  content: "";
  display: inline-block;
  top: -0.6rem;
  left: 0;
  width: 5rem;
  height: 5rem;
  background: url(/assets/images/other/icon-map-marker.svg) no-repeat;
  background-size: contain;
}

.sapporo-t {
  top: 10%;
  right: 11%;
}

.sendai-t {
  top: 36%;
  right: 20%;
}

.sinjyuku-t {
  top: 60%;
  right: 12%;
}

.yokohama-t {
  top: 74%;
  right: 23%;
}

.nagoya-t {
  top: 60%;
  right: 35%;
}

.osaka-t {
  top: 72%;
  right: 49%;
}

.hiroshima-t {
  top: 60%;
  right: 64%;
}

.fukuoka-t {
  top: 74%;
  right: 80%;
}

.sapporo-t,
.sendai-t,
.sinjyuku-t,
.yokohama-t,
.nagoya-t,
.osaka-t,
.hiroshima-t,
.fukuoka-t {
  position: absolute;
  background: #ffe8e8;
  padding: 0.1rem 0.5rem;
  border: solid 1px #1f1f1f;
  color: #1f1f1f;
  font-weight: 700;
}

/***仙台追加***/
.bg-gradient-gray {
  background: linear-gradient(to bottom, #fff, #eee 20%, #eee 80%, #fff);
}

/******紹介キャンペーンモーダル*******/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.modal-wrapper .modal-close:hover {
  color: #1f1f1f !important;
}

/*topへ戻るボタン*/

.top-back-btn {
  position: fixed;
  bottom: -10px;
  color: #fff;
  padding: 10px 10px 0;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  right: -10px;
}

.top-back-btn-img {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
}

.active {
  opacity: 1;
  visibility: visible;
}

.front-reward-h3 {
  padding-top: 2rem;
  text-align: center;
  margin: 0;
}

/***************jp_frontcssの追加分***********************/
.mg-auto-r280 {
  margin: 1rem auto 0;
}

/***　　　目　次　　　******/
/*トップ見出し*/

.office-maintitle {
  position: relative;
}

.office-maintitle {
  border-radius: 50% 50% 0 0;
}

/*タイトル*/
.office-maintitle .moz-heading_bottom {
  background: #ffebcb;
  text-align: center;
  line-height: 1.2;
  font-size: 1.26rem;
  font-weight: 700;
  padding: 0.8rem 0;
  margin: 0.5rem 0;
  position: relative;
}

.office-maintitle .moz-heading_bottom>span,
.office-maintitle .moz-heading_bottom>span {
  position: relative;
  display: inline-block;
}

.office-maintitle .moz-heading_bottom>span::before,
.office-maintitle .moz-heading_bottom>span::after {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  transform: translate(0%, -50%);
  top: 50%;
}

.office-maintitle .moz-heading_bottom>span::before {
  background-image: url(/assets/images/jp_img/sapporo-img6.svg);
  right: -3rem;
}

.office-maintitle .moz-heading_bottom>span::after {
  background-image: url(/assets/images/jp_img/sapporo-img7.svg);
  left: -3rem;
}

/*****contents部分********/
.frot-contnts-flex {
  display: flex;
  padding: 0 1rem;
  max-width: 1200px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
}

.frot-contnts-box {
  display: flex;
  margin-top: 1.5rem;
  border-bottom: 1px dashed #1f1f1f;
  padding-bottom: 1rem;
  max-width: 500px;
}

.frot-contnts-box img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border: 1px solid #1f1f1f;
  border-radius: 20px 0;
  max-width: 300px !important;
}

.frot-contnts-box dl {
  padding: 0.33rem 0 1rem 1rem;
  max-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: stretch;
}

.frot-contnts-box dl dt a {
  font-size: 1.18rem;
  font-weight: bold;
  padding-bottom: 0.66rem;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.1;
  text-decoration: none;
  color: #1f1f1f;
  padding-top: 2rem;
  border-bottom: 1px dashed;
  margin-bottom: 0.35rem;
}

.frot-contnts-box dl dd {
  margin-left: 0;
  padding-bottom: 0.5rem;
  line-height: 1.3;
}

.office-contents .moz-link,
.office-contents .moz-link2 {
  display: block;
  position: relative;
  text-align: right;
  padding-right: 2rem;
  color: #1f1f1f;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.18rem;
  text-decoration: none;
}

.office-contents .moz-link2::before {
  position: absolute;
  right: 1px;
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(/assets/images/other/poke-arrow-maru.svg) no-repeat;
  background-size: contain;
}

/*1行用*/
.office-maintitle .moz-heading_bottom1 {
  background: #ffebcb;
  text-align: center;
  line-height: 1.2;
  font-size: 1.46rem;
  font-weight: 700;
  padding: 0.8rem 0;
  margin: 0.5rem 0;
  position: relative;
}

.office-maintitle img {
  position: absolute;
  top: -1rem;
  z-index: -3;
  display: inline-block;
  margin: 0 auto;
  width: 400px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.office-maintitle .moz-heading_bottom1>span,
.office-maintitle .moz-heading_bottom1>span {
  position: relative;
  display: inline-block;
}

.office-maintitle .moz-heading_bottom1>span::before,
.office-maintitle .moz-heading_bottom1>span::after {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
}

.office-maintitle .moz-heading_bottom1>span::before {
  background-image: url(/assets/images/jp_img/sapporo-img6.svg);
  right: -3rem;
}

.office-maintitle .moz-heading_bottom1>span::after {
  background-image: url(/assets/images/jp_img/sapporo-img7.svg);
  left: -3rem;
}

/*トップ見出し*/
.office-maintitle-2 {
  background-color: #fff;
  border-radius: 50% 50% 0 0;
  display: block;
  padding-bottom: 3.5rem;
  padding-top: 3.2rem;
}

.office-maintitle-2 .moz-title {
  font-size: 1.466rem;
  text-align: center;
  color: #3b4043;
  font-weight: 700;
  line-height: 1.3;
  margin: 2rem 0 0.666rem;
}

.office-maintitle-2 .moz-heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/other/pokeko.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, -50%);
}

.poketop-h-background {
  background-color: #fff;
  background-size: 10px 10px;
  background-image: radial-gradient(#ffa95e 10%, transparent 20%);
  padding-top: 2.85rem;
}

/*　office flex*/
.front-wrap-box01 {
  max-width: 740px;
  margin: 2.66rem auto 0;
}

/*チャットレディとは？*/
.front-chatjob-flex {
  margin-top: 0;
  position: relative;
  margin-bottom: 2rem;
}

.front-chatjob-img {
  float: right;
  width: 120px;
  margin-left: 0.66rem;
}

/*チャットレディとは？*/

.chatjob-001,
.chatjob-002,
.chatjob-003,
.chatjob-004,
.chatjob-005 {
  padding: 10px 0;
  text-align: center;
  position: relative;
  left: 0;
  top: 0;
  max-width: 400px;
  /*padding : 0.66rem;*/
}

.front-chatjob-cot-wrep-left,
.front-chatjob-cot-wrep-right {
  max-width: 400px;
  /*padding: 0.666rem;*/
  margin: 1rem 1rem 0;
}

.front-chatjob-flexbox01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0;
  max-width: 860px;
  justify-content: center;
  align-items: flex-start;
}

.front-chatjob-cot-wrep-left h3 {
  border-bottom: 2px solid #aaa;
  padding-left: 3px;
  width: 100%;
  text-align: left;
  padding-bottom: 0.2rem;
  line-height: 1.2;
  font-size: 1.2rem;
  margin: 0;
}

.front-chatjob-cot,
.front-chatjob-cot-left {
  display: flex;
  align-items: flex-end;
  /*margin   : 0 1rem;*/
}

.front-chatjob-cot {
  justify-content: flex-start;
}

.front-chatjob-cot img,
.front-chatjob-cot-left img {
  width: 80px;
  height: 80px;
}

.front-chatjob-h2-bg,
.front-chatjob-h2-bg-2,
.front-chatjob-h2-bg-3 {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  padding: 20px;
  border: 1px solid #ff7600;
  object-fit: cover;
  position: relative;
  z-index: -3;
  margin-bottom: 1rem;
}

.front-chatjob-wrep {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.front-reward-h2-1,
.front-reward-h2-2,
.front-reward-h2-3 {
  position: relative;
  display: block;
}

.front-reward-h2-1::before,
.front-reward-h2-2::before,
.front-reward-h2-3::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -30px;
  width: 3.6rem;
  height: 2rem;
  background: url(/assets/images/other/icon-deco02.svg) no-repeat;
  background-size: contain;
  left: -2rem;
}

.front-reward-h2-1::after,
.front-reward-h2-2::after,
.front-reward-h2-3::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 3rem;
  width: 8rem;
  height: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.front-reward-h2-1::after {
  background: url(/assets/images/jp_img/text-after-01.svg) no-repeat;
  background-size: contain;
}

.front-reward-h2-2::after {
  background: url(/assets/images/jp_img/text-after-02.svg) no-repeat;
  background-size: contain;
  width: 5rem;
}

.front-reward-h2-3::after {
  background: url(/assets/images/jp_img/text-after-03.svg) no-repeat;
  background-size: contain;
}

.front-chatjob-wrep h2 {
  font-size: 20px;
  background-color: #fff;
  border: 1px solid #1f1f1f;
  padding: 5px;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 300px;
  box-shadow: inset 0 0, 4px 4px 0 -1px #fff, 4px 4px 0 0 #1f1f1f;
  margin: 0;
}

.front-chatjob-h2-hr {
  position: absolute;
  top: 62.5%;
  left: 0;
  background-size: 7px 7px;
  background-image: radial-gradient(#ffa95e 30%, transparent 10%);
  height: 70px;
  width: 100%;
  border: none;
  z-index: -3;
}

.front-chatjob-h2-p {
  position: absolute;
  top: 40%;
  left: 230px;
  font-size: 4rem;
  font-weight: bold;
  color: #ff7600;
  opacity: 0.1;
  font-family: "Open Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo";
}

/*報酬について*/
.front-note-p,
.front-note-p-rewbox,
.front-note-p-rewbox2 {
  display: flex;
}

.front-note-p-rew,
.front-note-p-wor {
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin: 0 auto 1rem;
  top: 0;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 2rem;
  line-height: 1.3;
  border-bottom: 1px solid #1f1f1f;
}

.front-note-p-rew::before,
.front-note-p-wor::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/jp_img/front/check001.svg);
  width: 2.3rem;
  height: 2.3rem;
  background-repeat: no-repeat;
  left: 0;
  transform: translate(-50%, -50%);
  top: 1.4rem;
}

.front-workstyle-box-wrep {
  display: flex;
  justify-content: center;
  margin: 0 0.5rem;
}

.front-workstyle-box {
  border: 1px solid #1f1f1f;
  margin: 0.33rem 0.2rem;
  padding: 0.33rem;
}

.front-workstyle-box h4 {
  font-size: 1.33rem;
  text-align: center;
  color: #7da4cb;
  font-weight: bold;
  border-bottom: 1px solid #1f1f1f;
  margin: 0;
}

.front-workstyle-box h4 span {
  font-size: 0.8rem;
  color: #1f1f1f;
  font-weight: 300;
}

.front-workstyle-box ul {
  padding: 0.33rem 0.33rem 0.33rem 0;
  margin: 0;
}

.front-workstyle-box img {
  height: 3.33rem;
  width: 100%;
  object-fit: cover;
  border: 1px solid #1f1f1f;
}

.front-workstyle-box li {
  font-size: 1rem;
  line-height: 1.4;
  list-style: none;
}

.front-workstyle-box a {
  display: inherit;
  color: #1f1f1f;
  font-weight: bold;
  text-align: right;
  position: relative;
  margin: 0 auto;
  padding-right: 23px;
}

.front-workstyle-box a::after {
  position: absolute;
  top: 5px;
  right: -1px;
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1rem;
  background: url(/assets/images/other/poke-arrow-maru.svg) no-repeat;
  background-size: contain;
}

/*Q&A*/
.front-qestion-box {
  margin: 50px auto 0;
  padding: 10px;
  max-width: 1200px;
}

.QA_QuestionItem {
  position: relative;
  padding: 16px 16px 24px;
}

.QA_Question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  padding-bottom: 1rem;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5rem;
}

.QA_Question::before {
  position: absolute;
  top: -0.5rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  font-size: 2.4rem;
  color: #1f1f1f;
  content: "Q.";
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.QA_Answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  margin: 16px 0 0;
  font-size: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.QA_Answer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #ff7600;
  content: "A.";
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*登録のながれ*/
.signup-flow-wrap {
  background-color: #fff;
  background-size: 7px 7px;
  background-image: radial-gradient(#fcad63 10%, transparent 20%);
  padding: 1rem;
}

.signup-flow-flexbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signup-flow-box {
  display: flex;
  padding: 0.66rem;
  background-color: #fff;
}

.signup-flow-box img {
  height: auto;
  object-fit: cover;
  width: 40%;
  border-radius: 1rem;
}

.signup-flow-box div {
  height: auto;
  width: 100%;
  padding: 0 0.8rem;
}

.signup-flow-box div h3 {
  color: #ff7600;
  font-weight: bold;
  display: block;
  margin: 0;
}

.signup-flow-arrow {
  font-weight: bold;
  font-size: 1.66rem;
  display: block;
  text-align: center;
}

@media (min-width: 600px) {
  .front-reward table {
    font-size: 1.3rem;
  }

  .front-chatjob-cot-wrep-left,
  .front-chatjob-cot-wrep-right {
    max-width: 320px;
  }
}

/*  求人リンクバナー設置　20220413国島   */
.com_rec_box {
  text-align: center;
  margin: 1rem auto;
  max-width: 728px;
  padding: 1rem;
}

.com_rec_img {
  object-fit: contain;
  width: 100%;
  border-radius: 0.5rem;
}

/*  ヘッダー求人リンクテキスト設置　20220414国島   */
.re_header_btn_rec {
  border: 1px solid #1f1f1f;
  padding: 10px 13px;
  font-size: 14px;
  text-align: center;
  color: #1f1f1f;
  border-radius: 12px;
}

.re_header_btn_rec_span {
  position: relative;
  padding-left: 0.6rem;
  font-feature-settings: "palt";
}

.re_header_btn_rec_span::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/com_red_sankaku.svg);
  width: 0.7rem;
  height: 0.7rem;
  background-repeat: no-repeat;
  left: 0px;
  top: 2px;
  transform: translate(-0%, -0%);
}

/*haed*/
.inq-head-box {
  width: 100%;
  background-color: #fff;
  position: fixed;
  height: 58px;
  z-index: 120;
  max-width: 728px;
}

.mg-inq-p {
  font-size: min(4vw, 20px);
  line-height: 2;
}

.inq-top-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.inq-top-h1 {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  justify-content: flex-start;
  align-items: flex-start;
}

.inq-top-btnbox {
  text-align: center;
}

.inq-top-btn {
  border: 1px solid #1f1f1f;
  padding: 1rem 3rem;
  border-radius: 2rem;
  display: inline-block;
  margin: 2rem auto;
  font-size: 0.9rem;
  color: #1f1f1f;
  font-weight: bold;
}

.inq-top-btn2 {
  padding: 1rem 3rem;
  border-radius: 2rem;
  display: inline-block;
  margin: 2rem auto;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  background-color: #1dcd00;
  width: 80%;
  text-align: center;
  box-shadow: 1px 1px 10px #ccc;
}

.inq-top-btn2:hover {
  background-color: #1dad33;
  box-shadow: 1px 1px 20px #bbb;
}

.inq-h2-box {
  font-size: min(4vw, 20px);
  margin: -1rem 2rem 2rem;
  line-height: 2;
}

.inq-h2 {
  margin: 1rem 0 2.6rem;
  text-align: center;
  font-size: min(6vw, 40px);
  position: relative;
  z-index: 20;
  font-weight: normal;
  line-height: 1.4;
  font-feature-settings: "palt";
}

.inq-rec-div {
  font-size: min(5vw, 20px);
}

/*.inq-h2::before {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/recruit/pokeko_head.svg);
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  left: 50%;
  top: -3.2rem;
  transform: translate(-50%, -50%);
}
*/
.inq-h2-span-01,
.inq-h2-span-02,
.inq-h2-span-03,
.inq-h2-span-04,
.inq-h2-span-05 {
  color: #da000c;
  letter-spacing: 5px;
  position: relative;
}

.inq-h2-span-01::before,
.inq-h2-span-02::before,
.inq-h2-span-03::before,
.inq-h2-span-04::before,
.inq-h2-span-05::before {
  display: inline-block;
  position: absolute;
  font-size: min(7vw, 40px);
  color: #1f1f1f;
  transform: translate(0%, -100%);
  left: 0%;
  top: -0.5rem;
  line-height: 1.2;
  letter-spacing: 1px;
}

/*.inq-h2-span-02::after,
.inq-h2-span-03::after
  {
    content: '';
    display: inline-block;
    position: absolute;
    font-size: 24px;
    color: #1f1f1f;
    transform: translate(-100%, -50%);
    left: 84vw;
    top: -80%;
    line-height: 1.2;
    background-size: contain;
    background-image: url(/assets/images/recruit/pokeko-maru.svg);
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
}
*/
.inq-h2-span-01::before {
  content: "JOB DESCRIPTION";
}

.inq-h2-span-02::before {
  content: "RECRUIT";
}

.inq-h2-span-03::before {
  content: "INTERVIEW";
}

.inq-h2-span-04::before {
  content: "Q&A";
}

.inq-h2-span-05::before {
  content: "PROCEDURE";
}

.inq-desc-img-box {
  padding-top: 4rem;
  margin: -4rem 1.2rem 0.2rem;
  text-align: center;
}

.inq-desc-h2 {
  margin-left: 2rem;
}

.inq-rec-dt {
  background-color: #ffdbdb;
  padding: 10px 2rem;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: min(5vw, 20px);
}

.inq-rec-dd {
  margin-left: 1rem;
  margin-right: 2rem;
}

.inq-bg {
  background: linear-gradient(#fff 0%,
      #fff7f1 18.4%,
      #fff3fe 82.84%,
      #fff 100%);
}

.inq-bg,
.inq-bg-2 {
  padding-top: 2rem;
  width: 100%;
  height: auto;
  margin-top: 5rem;
}

.inq-inte-p1 {
  font-size: 20px;
  height: 24px;
  font-weight: bold;
}

.inq-inte-p2 {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5rem;
  padding-bottom: 0.2rem;
}

.inq-inte-span {
  font-size: 10px;
}

.inq-fot-p-f {
  border-top: 1px solid #aaa;
}

.inq-fot-p,
.inq-fot-p-f {
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  padding: 1rem 2rem;
  font-size: 14px;
  font-weight: bold;
  color: #1f1f1f;
}

.inq-desc-p {
  margin-bottom: 0.5rem;
}

.inq-desc-p-span {
  border: 1px solid #aaa;
  font-size: 12px;
  padding: 0.2rem 1rem;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  margin-left: 1.7rem;
  margin-top: 5px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 0 1px #1f1f1f, 4px 4px 0 0 #fff, 4px 4px 0 1px #1f1f1f;
}

/*--topイメージ*/

.mg_head-p {
  font-size: 0.9rem;
  padding-right: 1.7rem;
  position: relative;
  letter-spacing: -2px;
}

.mg_head-p::after,
.mg_head-p::before {
  position: absolute;
  content: "";
  border-top: 2px solid #da000c;
  width: 15px;
  top: 10px;
}

.mg_head-p::after {
  right: 5px;
}

.mg_head-p::before {
  left: -20px;
}

.inq-seisyain-p {
  border-radius: 1rem;
  background-color: #b2f9f9;
  letter-spacing: 5px;
  text-align: center;
  padding: 0.3rem;
  font-size: 18px;
  color: #1f1f1f;
  margin: 1rem auto;
  width: 160px;
}

.mg-h2-img {
  border-radius: 1rem;
  object-fit: cover;
  height: auto;
  box-shadow: 0 0 10px #ccc;
  width: calc(100% - 2rem);
  margin: 1rem auto 2rem;
}

.inq-h2-line {
  position: relative;
}

.inq-h2-line::after {
  position: absolute;
  content: "";
  width: 120px;
  border-bottom: 3px solid #da000c;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: -1rem;
}

.mg_head_flex {
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.mg_head_flex::after {
  content: "";
  transform: rotate(45deg);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 39px;
  right: 5%;
  background-color: #fff;
}

.mg_header_rogo {
  margin: 0;
  display: inline-block;
  height: 28px;
  padding: 0;
}

.mg_header_rogo_img {
  width: 180px;
}

.mg-footer-ul {
  max-width: 720px;
  margin: 20px auto 20px;
  display: flex;
  padding: 0;
  justify-content: center;
}

.mg-footer-ul-li01,
.mg-footer-ul-li02,
.mg-footer-ul-li03 {
  list-style: none;
  margin: 0 5px;
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
  font-size: min(3.5vw, 20px);
}

.mg-footer-ul-li01 a,
.mg-footer-ul-li02 a,
.mg-footer-ul-li03 a {
  color: #1f1f1f;
}

.mg-footer-ul-li01,
.mg-footer-ul-li03 {
  width: 80%;
}

/*.mg-footer-ul-li02 {
  width: 80%;
}*/

ul li {
  line-height: 1.6;
  font-size: min(4vw, 20px);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mg_fot_flex {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 3rem;
  flex-direction: column;
}

.mg_fot_rogo_img {
  width: 230px;
}

.mg_fot_small {
  font-size: 9px;
}

.recruit-h3-flex {
  margin: 0 2rem 2rem;
}

.recruit-h3 {
  color: #da000c;
  font-size: min(4.8vw, 30px);
  position: relative;
  padding-left: 60px;
  margin-left: 20p;
  line-height: 1;
}

.recruit-h3::before {
  content: "急募";
  background-size: 20px;
  padding: 18px 10px;
  background-color: #da000c;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  position: absolute;
  left: 0px;
  top: -10px;
}

.recruit-h3 small {
  font-size: 12px;
  color: #1f1f1f;
  font-weight: normal;
}

.recruit-h3-ul {
  border-left: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}

.recruit-h3-li {
  margin: 0.5rem 0;
  list-style: none;
}

.mg-ent-kozinn-h2 {
  font-weight: bold;
  color: #1f1f1f;
  margin-left: 10px;
  font-size: 15px;
  text-align: center;
  margin-top: 3rem;
  padding-bottom: 0.5rem;
}

.mg-ent-bread-box {
  margin-top: 0.5rem;
}

.mg-ent-number {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: min(3.5vw, 18px);
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.mg-ent-number-p {
  color: #aaa;
  margin: 0 1rem;
}

.mg-ent-number-img {
  width: 30px;
}

.mg-ent-number-p2 {
  color: #1f1f1f;
  margin: 0 1rem;
}

.mg-ent-h1 {
  text-align: center;
  position: relative;
  margin-top: 7rem;
}

.mg-ent-h1::after {
  position: absolute;
  content: "";
  width: 120px;
  border-bottom: 3px solid #da000c;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 130%;
}

.mg-ent-h1-span,
.mg-ent-h1-span02 {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
}

.mg-ent-h1-span::after,
.mg-ent-h1-span02::after {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/recruit/mg-entry-line01.svg);
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  bottom: -2.5rem;
  left: -3%;
  top: -18%;
  transform: translate(-50%, -50%);
}

.mg-ent-h1-span::before,
.mg-ent-h1-span02::before {
  z-index: -2;
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/recruit/mg-entry.svg);
  width: 200px;
  height: 120px;
  background-repeat: no-repeat;
}

.mg-ent-h1-span::before {
  left: 50%;
  top: 140%;
  transform: translate(-50%, -100%);
}

.mg-ent-h1-span02::before {
  left: 65%;
  top: 50%;
  transform: translate(-50%, -100%);
}

.mg-ent-kibou-box {
  margin: 3rem 0;
}

.mg-ent-kibou-p {
  background-color: #ffdbdb;
  padding: 3px 0;
  font-size: 14px;
  text-align: center;
}

.mg-ent-kibou-div {
  background-color: #fff7f1;
  padding: 1rem 0;
  border-bottom: 6px solid #ffdbdb;
  text-align: center;
}

.mg-ent-kibou-div-p {
  border: 1px solid #aaa;
  font-size: 12px;
  padding: 0.2rem 1rem;
  border-radius: 8px;
  display: inline-block;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 0 1px #1f1f1f, 4px 4px 0 0 #fff, 4px 4px 0 1px #1f1f1f;
}

.mg-ent-syokusyu-box {
  margin: 0 auto 3rem;
  width: 240px;
}

.mg-ent-syokusyu-box2 {
  margin: 3rem auto;
  width: 240px;
}

.mg-ent-syokusyu-p {
  font-size: 14px;
  position: relative;
}

.mg-ent-syokusyu-p::before {
  content: "";
  border-left: 1px solid #1f1f1f;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  width: 10px;
  height: 80px;
  position: absolute;
  left: -10%;
  transform: translate(-50%, -10%);
}

.mg-ent-syokusyu-p::after {
  content: "";
  border-right: 1px solid #1f1f1f;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  width: 10px;
  height: 80px;
  position: absolute;
  right: -10%;
  transform: translate(0%, -10%);
  top: 0%;
}

.mg-ent-form-box {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  margin-top: 5px;
  margin-bottom: 3px;
  box-shadow: inset 4px 4px 8px #ddd, inset -4px -4px 8px #fff;
  padding: 0 10px;
  font-size: 16px;
  position: relative;
}

.mg-ent-form-box-toi {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  margin-top: 5px;
  margin-bottom: 3px;
  box-shadow: inset 4px 4px 8px #ddd, inset -4px -4px 8px #fff;
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.mg-ent-form-box-toi::placeholder {
  color: #ccc;
}

.mg-ent-form-hissu {
  color: #da000c;
  font-size: 12px;
  margin-right: 5px;
}

.mg-ent-form-nini {
  color: #aaa;
  font-size: 12px;
  margin-right: 5px;
}

.mg-ent-form-h2 {
  font-weight: bold;
  color: #1f1f1f;
  margin-left: 10px;
  font-size: 15px;
}

.inq-top-btnbox {
  text-align: center;
}

.inq-kakunin-btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
  display: block;
  margin:2rem 4rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  background-color: #f47272;
  box-shadow: 2px 2px 10px #ccc;
  cursor: pointer;
  text-align: center;
}

.poke_modal_close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

/***************エラー**********************/
.err-red {
  color: #da000a;
}

.error_under_submit_wrap {
  color: #da000c;
}

.error_under_submit_wrap li {
  font-weight: bold;
  margin-bottom: 10px;
  list-style: none;
  font-size: 18px;
  /*border-bottom: 1px dotted #707070;
padding-bottom:15px;*/
}

.error_under_submit_wrap li div {
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #da000c;
  padding: 0.3rem;
}

.error-jump-button {
  background-color: #ffa;
  padding: 5px;
  font-size: 14px;
  color: #1f1f1f;
  display: block;
  width: 50%;
  margin: 0.5rem auto 5px;
  border: 3px solid#DA000A;
  font-weight: normal;
  text-align: center;
  box-shadow: 2px 2px 10px #ccc;
  border-radius: 1rem;
}

.error-text-column {
  text-align: center;
  padding: 10px 0;
}

.error-text-list {
  padding-left: 15px;
}

.error-text-list li div span {
  font-size: 22px;
  color: #000;
}

.milestone_name2 {
  display: block;
  padding-top: 35px;
  margin-top: -35px;
}

.milestone_tel {
  display: block;
  padding-top: 35px;
  margin-top: -35px;
}

.milestone_mail {
  display: block;
  padding-top: 35px;
  margin-top: -35px;
}

.milestone_birth {
  display: block;
  padding-top: 35px;
  margin-top: -35px;
}

.milestone_audition {
  display: block;
  padding-top: 35px;
  margin-top: -35px;
}

.milestone_upload {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.tag_error_name2 {
  color: #da000c;
}

.tag_error_tel {
  color: #da000c;
}

.tag_error_mail {
  color: #da000c;
}

.tag_error_birth {
  color: #da000c;
}

.tag_error_audition_date {
  color: #da000c;
}

/*************  登録内容の確認(モーダル)  **************/
.poke_modal_body1 {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 90%;
  max-height: 95%;
  max-width: 600px;
  padding: 10px 10px 20px;
  margin: 0;
  border-radius: 1rem;
}

#poke_modal1:checked~.poke_modal_body1 {
  display: block;
}

.poke_modal_overlay {
  display: none;
  position: fixed;
  z-index: 90000;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #111;
  opacity: 0.6;
  cursor: pointer;
  margin: 0;
}

#poke_modal1:checked~.poke_modal_overlay {
  display: block;
}

.poke_modal_header {
  padding: 15px 10px;
  background-color: #ff9481;
  color: #fff;
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
}

.poke_modal_close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.poke_modal_close_icon {
  border-radius: 1.5rem;
  margin: 0 auto;
  display: block;
  width: 60%;
  height: auto;
  position: relative;
  cursor: pointer;
  border: 1px solid #1f1f1f;
  padding: 0.6rem;
  text-align: center;
}

.poke_modal_close_icon span::before,
.poke_modal_close_icon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #fff;
}

.poke_modal_close_icon span::before {
  transform: rotate(-45deg);
}

.poke_modal_close_icon span::after {
  transform: rotate(45deg);
}

.poke_modal_content {
  padding: 2rem 0rem;
  font-feature-settings: "palt";
}

.pokecom_text {
  padding-bottom: 5px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
}

.pokecom_text_dt {
  font-size: 12px;
}

.sign_mod_matome dd {
  border-bottom: 1px dotted #aaa;
  padding-bottom: 10px;
  display: block;
  margin: 5px 5px 20px !important;
  font-size: 14px;
}

.sign_mod_matome dt img {
  width: 14px !important;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.poke_modal_loading {
  text-align: -webkit-center;
  text-align: center;
}

.pokecom_bottan_sousin {
  width: 100%;
  background-color: #fff;
  border-color: #fff;
  color: #fff;
  border-width: 0;
}

.pokecom_bottan_sousin div {
  padding: 1rem 3rem;
  border-radius: 2rem;
  display: inline-block;
  margin: 2rem auto;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  background-color: #f47272;
  box-shadow: 2px 2px 10px #ccc;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.pokecom_bottan_sousin p {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  text-align: center;
}

/*250513　スタイル調整のため追記*/

.mg-footer-ul-li03 a.full-link {
  display: block;
}

/*************  応募完了  **************/

.signup_kanryou {
  text-align: center;
  padding: 30px 20px 0;
  margin: 0;
}

.signup_kanryou_h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.signup_kanryou_p {
  text-align: center;
  font-size: 14px;
  margin: 0 0 30px;
}

.sankaku_sita {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 100px 0 100px;
  border-color: #fdf0cd transparent;
  margin: 30px auto;
}

.ent-end-topbox {
  border-bottom: 1px solid #eee;
  margin-bottom: -3rem;
  padding-bottom: 3rem;
}

.ent-end-h1-p01 {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  border-bottom: 1px dashed;
  padding-bottom: 2rem;
}

.ent-end-h1-p02 {
  text-align: center;
}

.ent-end-h1-dlbox {
  background: #fff7f1;
  padding: 0.5rem;
  text-align: center;
  font-size: 12px;
  margin: 1rem 0.5rem 0;
  border-radius: 1rem;
}

.ent-end-h1-dl {
  margin: 0;
}

.ent-end-h1-dd {
  margin-left: 0;
}

.entry-end-h2 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  position: relative;
  margin-bottom: 3rem;
}

.entry-end-h2::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #da000c transparent transparent transparent;
  top: 110%;
  right: 50%;
  transform: translate(50%, 0%);
}

.entry-end-h3-flex {
  display: flex;
  flex-direction: column;
  margin: 1rem 2rem;
  font-feature-settings: "palt";
}

.entry-end-h3-box {
  margin-bottom: 2rem;
}

.entry-end-h3 {
  font-size: 16px;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 3px;
  margin-left: 3px;
  margin-bottom: 0.5rem;
}

.entry-end-span-red {
  color: #da000c;
}

.entry-end-h3-box-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.entry-end-h3-img {
  width: 35%;
  height: 100px;
  border-radius: 1rem 0 0 0;
  object-fit: cover;
  margin-right: 0.5rem;
}

.entry-end-h3-p {
  font-size: 14px;
}

.entry-end-h4 {
  font-size: 16px;
  font-weight: normal;
  background-color: #ffdbdb;
  text-align: center;
  padding: 0.2rem;
}

.entry-end-h4-li {
  line-height: 1.1;
  font-size: min(4vw, 20px);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.entry-end-h4-img01 {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/***  5/16追加_国島*****/
/*** fade処理 ***/
.rec-block {
  display: none;
}

.rec-current {
  display: block;
}

/*** セレクトボックス***/
.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 1rem auto;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 16px;
  background: #ffffff;
  padding-left: 1rem;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.4rem;
  right: 1.2rem;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid red;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 0.9rem 2.5rem 0.9rem 0.9rem;
  color: #1f1f1f;
  font-size: 1.1rem;
}

.mg-t45 {
  margin-top: 45px;
}

/*** チェックボックス***/
.acd-check {
  display: none;
}

.acd-label {
  padding-bottom: 0.5rem;
  background: cadetblue;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding-top: 0.5rem;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
}

.acd-label02 {
  padding-bottom: 0.5rem;
  background: #5f9ea0;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding-top: 0.5rem;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  /* border-radius: 20px; */
  box-shadow: 1px 1px 10px #ccc;
}

.acd-label02:hover {
  padding-bottom: 0.5rem;
  background: #5f8e90;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding-top: 0.5rem;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  /* border-radius: 20px; */
  box-shadow: 1px 1px 20px #bbb;
}

.acd-content {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  border-bottom: 1px solid #eee;
}

.acd-check:checked+.acd-label+.acd-content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.acd-check:checked+.acd-label02+.acd-content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.mg-10-3 {
  margin: 13px 3px;
}

.mg-b2 {
  margin-bottom: 2rem;
}

.rec-h3-li-box {
  border-left: 5px solid cadetblue;
  line-height: 1.2;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.5s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.mg-t58 {
  margin-top: 58px;
}

/* 221021追加*/
.mg-t3 {
  margin-top: 3rem;
}

.re-qa-dl {
  padding: 0 1rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 3rem;
}

.re-qa-dl dt {
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
  font-weight: bold;
}

.re-qa-dl dt::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/icon-q.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  left: 0.5rem;
  top: -0.2rem;
}

.re-qa-dl dd {
  padding-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
  line-height: 2;
  margin-left: 0;
}

.re-qa-dl dd::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/area-cp/icon-a.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  left: 0.5rem;
  top: 0.2rem;
}

.rec-qa-line {
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 2rem;
}

.inq-h2-box-qa {
  font-size: min(4vw, 20px);
  margin: -1rem 1rem 2rem;
  line-height: 2;
}

.rec-proc-ol {
  padding: 0;
}

.rec-proc-ol-li {
  list-style: none;
  padding-bottom: 2rem;
  padding-top: 5rem;
  margin-top: -5rem;
}

.rec-proc-ol-li02 {
  list-style: none;
  margin: 0.2rem 0;
}

.rec-proc-h3-be01,
.rec-proc-h3-be02,
.rec-proc-h3-be03,
.rec-proc-h3-be04 {
  position: relative;
  margin-left: 2rem;
  padding-left: 0.5rem;
}

.rec-proc-h3-be01::before,
.rec-proc-h3-be02::before,
.rec-proc-h3-be03::before,
.rec-proc-h3-be04::before {
  content: "";
  position: absolute;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  left: -3rem;
  top: -0.3rem;
}

.rec-proc-h3-be01::before {
  background-image: url(/assets/images/recruit/pro-be-01.svg);
  background-repeat: no-repeat;
}

.rec-proc-h3-be02::before {
  background-image: url(/assets/images/recruit/pro-be-02.svg);
  background-repeat: no-repeat;
}

.rec-proc-h3-be03::before {
  background-image: url(/assets/images/recruit/pro-be-03.svg);
  background-repeat: no-repeat;
}

.rec-proc-h3-be04::before {
  background-image: url(/assets/images/recruit/pro-be-04.svg);
  background-repeat: no-repeat;
}

.rec-proc-img {
  object-fit: cover;
  height: auto;
  width: 100%;
  margin: 1rem auto 0.5rem;
  height: 7rem;
  object-position: 0% 30%;
}

.rec-proc-h4 {
  margin-top: 0.5rem;
}

.rec-proc-h4-ul {
  padding: 1rem;
  border: 1px dashed;
  background-color: #ffe;
}

/*221025追加*/
.mg_head_flex02 {
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid #ddd; */
  position: relative;
}

.mg-t-1 {
  margin-top: -1rem;
}

.mg-b2 {
  margin-bottom: 2rem;
}

.mg-h2-img02 {
  border-radius: 1rem;
  object-fit: cover;
  height: auto;
  box-shadow: 0 0 10px #ccc;
  width: calc(100% - 2rem);
  margin: 1rem auto 0.5rem;
}

.rec-nav {
  margin: 1rem auto 3rem;
  /* padding-left: 1rem; */
  /* border-top: 1px solid #1f1f1f; */
  padding-top: 0.5rem;
  /* border-bottom: 1px solid #1f1f1f; */
  /* padding-bottom: 2rem; */
  border: 1px solid #1f1f1f;
  max-width: 420px;
}

.rec-nav>ol {
  padding: 0.5rem 0 0 2rem;
  margin: 0 0 1rem 0;
  display: inline-block;
  width: 100%;
}

.rec-nav li {
  padding: 0 0 0.3rem;
  margin: 0 0 0 1rem;
  font-size: 1rem;
}

.rec-nav li ol li {
  font-size: 0.9rem;
}

.rec-nav li a {
  color: #1f1f1f;
}

.sec-mg5-3 {
  margin-top: -5rem;
  padding-top: 3rem;
}

.rec-nav-h2 {
  text-align: center;
  margin-bottom: 1rem;
  border-bottom: 1px dashed;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
}

.recruit-h3-flex02 {
  margin: -3rem 2rem 2rem;
  padding-top: 6rem;
}

.mg-lr1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.rec-proc-dl {
  width: 100%;
  background: #3f5571;
  padding: 0.5rem 0rem;
  border-radius: 5px;
  margin: 0.5rem auto 1.5rem;
  box-shadow: 0px 0px 10px #3f5571;
}

.rec-proc-dl a {
  text-align: center;
  color: #fff;
}

.rec-proc-p {
  text-align: center;
  margin-top: 1rem;
}

/*header修正*/
.inq-head-box03 {
  width: 100%;
  background-color: #fff;
  z-index: 120;
  max-width: 728px;
}

.mg_head_flex03 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mg-t-2 {
  margin-top: -2rem;
}

.wid100 {
  width: 100%;
}

.mg_header_rogo02 {
  margin: 0;
  display: block;
  padding: 0;
}

/* 23/0220/ スコア改善テコ入れ施策追加css */
.staff-h1-box {
  position: relative;
}

.inq-top-btnbox-h1 {
  position: absolute;
  padding: 1rem;
  border-radius: 10vw;
  display: flex;
  margin: 2rem auto;
  background-color: #1dcd00;
  width: min(45vw, 17rem);
  text-align: center;
  box-shadow: 1px 1px 10px #999;
  transform: translate(-50%, -50%);
  top: 62%;
  height: min(15vw, 6rem);
  left: 70%;
  align-items: center;
  justify-content: center;
}

.inq-top-btnbox-h1-p {
  position: relative;
  font-size: min(3.5vw, 1.3rem);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-right: 2rem;
  line-height: 1.2;
}

.inq-top-btnbox-h1-p::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url(/assets/images/recruit/com_tri_yellow.svg);
  background-repeat: no-repeat;
  transform: translate(100%, -50%);
  height: min(4vw, 1.5rem);
  width: min(4vw, 1.5rem);
  right: 1rem;
  top: 50%;
}

.h1-under-p-box {
  padding: 0.5rem;
  margin: 0 0 3rem;
  text-align: center;
  font-size: 1rem;
  background-color: #1f1f1f;
  color: #fff;
}

.staf-small {
  color: #999;
  font-size: 12px;
}

/**20250428直書きのcssを外部に移設**/
.gtm-ns-in-style {
  display: none;
  visibility: hidden
}

.fs-1em {
  font-size: 1em;
}