@charset "UTF-8";

.custom-page {
  padding-top: 10vh;
}

.page-ttl {
  text-align: center;
}
h4{
    font-family: FOT-筑紫ゴシック Pr5 D;
}


/*採用情報*/
.saiyo-sticky {
  position: fixed;
  display: flex;
  background: no-repeat url('../img/saiyo/bg-sticky.jpg');
  background-size: cover;
  z-index: 10;
  justify-content: space-evenly;


  & p {
    padding: 2vw 0.5vw;
  }
  .sticky01 {
    background-image: linear-gradient(26deg, rgba(255, 255, 255, 0.15) 7%, rgba(255, 255, 255, 0.6) 60%);
  }
  .sticky02 a {
    color: #fff;
    text-shadow: 1px 2px 3px #808080;
  }
}
strong {
      font-family: FOT-筑紫ゴシック Pr5 D;
}
#saiyo-top {
  padding: 110px 5vw 0;
  margin: 0 auto;
  text-align: center;
  background: no-repeat url('../img/saiyo/bg-saiyotop.svg');
  background-position-y: -9vw;

  & h1 {
    margin-bottom: 75px;
  }
}
.saiyotop-message {
  position: relative;
  margin: 0 auto 180px;

  .img-frame {
    margin: 0 auto;
    height: 70vh;
    width: 85%;
  }
  .saiyotop-text {
    position: absolute;
    bottom: -2%;
    text-align: left;
    font-size: 3.4rem;
    line-height: 4rem;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1), 1px 1px 8px rgba(255, 255, 255, 1);
    -webkit-text-stroke: 2px #ffffff;
    paint-order: stroke;
  }
}
.sakura-deco04 {

  .sakura-posi01 {
    right: 17%;
        width: 4%;
        top: 4%;
    z-index: 10;
  }
  .sakura-posi02 {
    right: 10%;
        width: 4%;
        top: 0;
    z-index: 10;
    animation-duration: 3s;
  }
}
.sakura-deco05 {
  position: relative;
  width: 20%;
  height: 10vh;
  margin-inline: 70% auto;

  .sakura-posi01 {
    right: 20%;
    width: 12%;
    bottom: -25%;
    animation-duration: 3s;
  }
  .sakura-posi02 {
    right: 0;
    width: 20%;
    top: 20%;
  }
}
.sakura-deco06 {
  position: relative;
  width: 50%;
    height: 10vh;
    margin-inline: auto;

  .sakura-posi01 {
    right: 14%;
    width: 6%;
    top: 0;
    animation-duration: 3s;
  }
  .sakura-posi02 {
    right: 0;
    width: 9%;
    bottom: 0;
  }
}

.sec-line {
  border-top: 1px solid #869921;
  border-bottom: 1px solid #869921;
  width: 40%;
  padding: 1vw;
  margin: 150px auto 170px;
  letter-spacing: 0.3rem;
    font-size: 1.2rem;
}
.saiyotop-message02 {
  font-size: 1.2rem;
  line-height: 3rem;
  margin-top: 110px;
  margin-bottom: 130px;

  .img-frame {
    width: 65%;
    height: 56vh;
    margin: 4vw auto;
  }
  & h3 {
    font-size: 1.8rem;
    margin: 180px auto 50px;
  }
}

.saiyotop-img {
  margin: auto;

  .saiyotop-img02 {
    width: 50%;
    margin: 0 0 3vw 6vw;
    display: block;
  }
  .saiyotop-img03 {
    width: 53%;
    margin: 0 3vw 0 auto;
    display: block;
  }
}
.sakuradeco-04 {
  width: 8%;
}

#saiyo-date {
  background: no-repeat url('../img/saiyo/bg-saiyodate.svg');
  background-size: 100%;
  padding: 10vh 0;

  & h2 {
    font-size: 2rem;
    margin: 4vw auto;
    text-align: center;
  }
}
.date-group {
  display: grid;
  grid-template-columns: 1fr 1fr;

  & p {
    margin: 0;
  }
}
.date01 {
  padding-bottom: 5vw;
}
.date02 {
  align-self: end;
  width: 80%;
  margin: 0 auto;
}
.date03 {
  grid-column: 1 / 3;
  display: flex;
  margin-bottom: 30px;
}
.date03-1 {
  width: 37%;
  margin-left: auto;
}
.date03-2 {
  align-self: center;

  & img {
    width: 47%;
    padding: 2vw 0;
  }
}
.date04 {
  width: 90%;
}
.date06 {
  margin: 5vw auto;
  width: fit-content;
  line-height: 2rem;
  font-size: 1.3rem;

  & p {
    text-align: center;
  }
  & ul {
    padding-left: 2vw;
        text-indent: -1em;
  }
  & li:before {
    content: "";
    width: 1vw;
    height: 1vw;
    display: inline-block;
    background-color: #3E4347;
    border-radius: 50%;
    margin-right: 4px;
  }
}

#saiyo-interview {
  background-color: #F8EEFF;
  border-radius: 5vw;
  margin: 50px 0 200px;
  padding: 120px 0 160px;;

  & ul {
    padding: 0;
  }
  & h2 {
    font-size: 2rem;
  }
  .go-btn a {
    width: 200px;
    background-position: 87%;
    background-size: 20px;
  }
}
.staff-item {
  width: 50%;
  margin: 60px auto 100px;

  .img-frame {
    border: 3px solid #fff;
    margin-bottom: 1vh;
  }
  .staff-text {
    font-size: 1.5rem;

    & h4 {
      margin-bottom: 20px;
    }
    & p {
      margin: 1vh 0;

    }
  }
  & span {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 50px;
  }
  & details[open] summary {
    display:none;
  }
  .staff-comment {
    text-align: justify;
    font-size: 0.9rem;
}
}
summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display:none;
}

.over-more {
  border: 1px solid #3E4347;
  width: 20%;
  font-size: 1rem;
  padding: 0.7vw 0;
  border-radius: 3vw;
  margin: 1vw auto;
  background: no-repeat url('../img/icon_arrow_down.svg');
  background-position: 80%;
  background-size: 1vw;
}

.close_btn{
    border: 1px solid #3E4347;
  width: 20%;
  font-size: 1rem;
  padding: 0.7vw 0;
  border-radius: 3vw;
  margin: 1vw auto;
 background: no-repeat url('../img/icon_x.svg');
  background-position: 80%;
  background-size: 1vw;
  cursor: pointer;
}

#saiyo-faq {
  position: relative;
  margin: 5vh 0;
  padding: 130px 5vw;

  & h2 {
    text-align: center;
    font-size: 2rem;
  }
  .sakura-deco {
    top: 0;
    width: 25%;
  }
}
.bg-faq {
  position: absolute;
    top: 0;
    right: -16%;
    z-index: -1;
    width: 80%;
}
.faq-group {
  width: 70%;
  margin: 5vw auto;
  font-size: 1.2rem;
  padding: 0;

  .faq-item {
    margin: 2vw 0;
  }
}
.faq-q, .faq-a {
  position: relative;
  padding: 1vw 0 0 3vw;
  margin: 0;
}
.faq-q:before, .faq-a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.3vw;
  background-position: center;
  width: 19px;
  height: 25px;
}
.faq-q:before {
  background: no-repeat url('../img/icon_q.svg');
}
.faq-a:before {
  background: no-repeat url('../img/icon_a.svg');
}
.faq-q img {
  width: 20px;
  padding-left: 1vw;
}



#saiyo-recruit {
  margin: 5vh auto;
  padding: 10vh 0;
}
.saiyo-recruit-container {
  border: 1px solid #C78CCC;
  border-radius: 2vw;
  width: 60%;

  & h2 {
    text-align: center;
  }
}
.post-item {
  border-bottom: 1px solid #E4ACE0;

  & span {
    color: #E4ACE0;
  }
}

/*お知らせ*/
.newstop-container {
  margin: 0 auto 5vh;
}
.news-container {
  margin: 0 auto;

  .post-item {
    padding: 3vh 0;
  
    & span {
      font-size: 0.8rem;
    }
    .post-text {
        display: block;
    }
}
}
.category-select {
  margin: 1vw auto;
  position: relative;
  width: 40%;
  text-align: center;
}
.category-select:after {
  content: "";
  background: no-repeat url('../img/icon_down.svg');
  display: block;
  position: absolute;
  right: 24%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 10px;
}
select {
  position: relative;
  width: 300px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFE5DD;
  border: unset;
  padding: 27px 0;
  font-size: 1.2rem;
  border-radius: 10vw;
  text-align: center;
  color: #504C33;
}
select:hover {
  opacity: 0.5;
}

#news-single {
  margin: 0 auto 5vh;

  .go-btn a {
    font-size: 1rem;
    padding: 15px 0;
    margin: 100px auto 50px;
    background-position: 90%;
}
}
.single-container {
  margin: 5vh auto 1vh;
  padding-bottom: 5vh;
  border-bottom: 1px solid #A96666;
  width: 70%;
}
.single-container li {
  list-style: inherit;
}
.single-ttl {
  border-top: 1px solid #A96666;
  border-bottom: 1px solid #A96666;
  padding: 3vw 4vw;
  margin: 0 auto;
  font-size: 1.2rem;
  
  & h4 {
    margin: 0;
  }
  & span {
    color: #A96666;
    font-size: 1rem;
  }
}
.single-img {
  margin: 4vh auto;
  text-align: center;
  
  & img {
    border-radius: 2vw;
  }
}
.single-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;

  .single-nav {
    display: flex;
  }
}
.related-posts {
  width: 70%;
  margin: 0 auto;
}
.pagination {
  margin: 5vh auto;
  display: flex;
  justify-content: center;

  .prev, .next {
      margin: 0 4vw;
  }
  & a {
    margin: 0 1vw;
  }
}
.pagination .current {
  text-decoration: underline;
  margin: 0 1vw;
}
img.encho_messe_btn{
  width: 20%;

}
section#saiyo-line {
    margin: 0 auto 12%;
    padding: 0 25%;
}
.line_qr {
    margin: auto;
  }
.line_qr img {
    width: 60%;
    padding: 0 20%;
}

/*募集要項*/
#recruit-single {
  margin: 0 auto;

  .go-btn a {
    font-size: 1rem;
    padding: 15px 0;
    margin: 3vh auto;
    background-position: 90%;
  }
  .single-container {
    border-bottom: unset;
  }
}
.single-recruit-container {
  margin: 100px auto;

  & h3 {
    text-align: center;
  }
  & img {
    margin: 1vw auto;
    display: block;
  }
  .news-group {
    width: 70%;
  }
}

/*先輩インタビュー*/
.staff-top {
  position: relative;
  background: no-repeat url('../img/staff/bg-stafftop_pc.jpg');
  background-size: 100% 100%;
  padding: 0 2vw 10vh;

  & h1 {
   position: absolute;
   top: 10%;
   left: 13%;
   font-size: 2.5rem;
  }
  & p {
    margin: 0 10%;
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  .staff01 {
    width: 50%;
    display: block;
    margin: 0 10% 0 auto;
  }
  .staff02 {
    width: 40%;
    margin: 0 10%;
  }
}
.staff-container {
  background: url('../img/staff/bg-staff_pc.jpg');
  background-size: 100%;
  background-position: top;
  background-repeat: round;
  padding: 5vh 0;

  & ul {
    padding: 0;
  }
  .staff-thumbnail {
    width: 80%;
    margin: 1vw auto;
  }
  .staff-comment {
    background-color: #F8EEFF;
    border: 2px solid #fff;
    border-radius: 1vw;
    padding: 4vw;
    font-size: 1rem;
    margin-top: 3vh;
  }
}

blockquote {
    margin-inline-start: 1em;
    margin-inline-end: 1em;
}
/*faq*/
#faq {
  margin-bottom: 5vh;
}
.faq-top {
  margin: 0 auto;

  .faqtop-text {
    background-color: #EFF2DE;
    padding: 8vw;
    width: 60%;
    margin: 0 auto;
  }
  & img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  & a {
    color: #B53300;
  }
}

/*お問合せ・エントリー*/
.contact-ttl {
  margin: 20px auto 100px;
}
.sakura-deco-contact {
  position: relative;
  width: 30%;
  height: 6vh;
  margin-inline: auto;

  .sakura-posi01 {
    right: 27%;
    width: 6%;
    top: -7%;
    animation-duration: 3s;
  }
  .sakura-posi02 {
    right: 8%;
    width: 9%;
    top: 45%;
  }
}
.contact-img {
  width: 40%;
  margin: 0 auto;
  display: block;
}
.contact-container {
  background-color: #EFF2DE;
  padding: 5vh 0;
}
.wpcf7-form {
  width: 90%;
  margin: 1vw auto;
}
.wpcf7-radio, .wpcf7-checkbox {
  display: flex;
  gap: 2vw;
  margin: 0 auto 5vh;
  font-size: 1.2rem;
  line-height: 2rem;
  width: fit-content;
}
.wpcf7-list-item {
  display: block;
  margin: 1vh 0;
}
input[type="radio"], input[type="checkbox"]  {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
span.wpcf7-list-item-label:before {
  display: block;
  content: "";
  border: 1px solid #504C33;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
span.wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFB8B4;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.inq-group {
  font-size: 1.1rem;
  width: fit-content;
    margin: 4vh auto;
}
.inq-label {
  display: block;
}
.inqbox {
  border-radius: 8vw;
    padding: 1vw;
    height: 3vh;
    border: 1px solid #504C33;
    margin: 1vw 0;
}
.wpcf7-textarea {
  border-radius: 2vw;
    padding: 3vw;
    border: 1px solid #504C33;
    margin: 1vw 0;
}
.inq-select-label {
  font-size: 1.2rem;
  margin: 2vh auto;
  text-align: center;
  display: block;
}
.inq-send {
  text-align: center;

  .send-p {
    font-size: 1.3rem;
  }
  .send-btn {
    padding: 1vw;
    display: block;
    margin: 3vh auto;
    border: 1px solid #504C33;
    border-radius: 8vw;
    font-size: 1rem;
    width: 22%;
    background: no-repeat url('../img/icon_arrow.svg');
    background-position: 90%;
    background-size: 20px;
    color: #504C33;
    font-family: "FOT-筑紫ゴシック Pr5 R", sans-serif;
  }
}
.send-btn:hover {
  opacity: 0.5;
  cursor: pointer;
}
.text-recaptcha {
  margin-inline: auto;
    padding: 5vw;
    font-size: 0.8rem;
}


/*SPサイズ*/
@media screen and (max-width: 767px) {

  .page-ttl {
    
    & h1 {
      font-size: 1.5rem;
    }
  }
  .menu-wrapper {
    background: no-repeat url('../img/header-back02.jpg');
    opacity: 1;
    position: relative;
    width: 100%;
    height: 5vh;
    margin: 0 auto;
    padding: 2vw 0;
    
    .toggle-sakura {
      width: 25%;
      position: absolute;
      top: 0;
    }
    & a {
      margin: 0 auto;
      width: 35%;
      display: block;
      padding-top: 2vw;
    }
  }

 .saiyo-sticky {
  bottom: 0;
  width: 100%;
  background: no-repeat url('../img/saiyo/bg-sticky_sp.jpg');

  & p {
    padding: 2vw 10vw 3vw;
    margin: 1vw 0;
  }
}

#saiyo-top {
  background-position-y: 10vw;
  background-position-x: -13vw;
  background-size: 147%;
  padding: 10vh 5vw 0;

  & h1 {
    margin-bottom: 5vh;
    font-size: 1.6rem;
  }
}
.saiyotop-message {
  margin: 0 auto 7vh;

  .img-frame {
    height: 35vh;
    width: 100%;
  }
  .saiyotop-text {
    position: static;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.sakura-deco04 {

  .sakura-posi01 {
    width: 8%;
    top: -6%;
  }
  .sakura-posi02 {
    right: 6%;
    width: 8%;
    top: -14%;
  }
}
.sakura-deco05 {
  width: 35%;
  height: 7vh;
  margin-inline: 60% auto;
  position: absolute;
  bottom: 6%;

  .sakura-posi01 {
    right: 50%;
    width: 15%;
    bottom: 4%;
  }
  .sakura-posi02 {
    width: 28%;
    top: 0;
  }
}
.sakura-deco06 {
  width: 80%;
  height: 7vh;
}
.sec-line {
  border: unset;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.2rem;
  font-size: 1rem;
}
.sec-line02 {
  text-align: right;
}
.saiyotop-message02 {
  font-size: 1rem;
  line-height: 2.2rem;
  margin-bottom: 9vh;
  margin-top: 8vh;

  .img-frame {
    width: 95%;
    height: 33vh;
    margin: 5vw 0;
  }
  & h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 8vh auto 4vh;
  }
}
.saiyotop-img {
  margin: 0 auto 5vh;

  .saiyotop-img02 {
    width: 77%;
    margin: 5vw 0;
  }
  .saiyotop-img03 {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
.sakuradeco-04 {
  width: 20%;
  margin: 2vh 0 0;
}

#saiyo-date {
  padding: 6vh 0;
  background-repeat: round;

  & h2 {
    font-size: 1.7rem;
    margin: 4vw auto 5vh;
    text-align: center;
  }
}
.date-group {
  display: block;
  font-size: 0.8rem;
}
.date01 {
  padding-bottom: 3vh;
  position: relative;

  & img {
    width: 80%;
    margin-left: auto;
    display: block;
  }
  & p {
    width: 40%;
    position: absolute;
    bottom: 6vw;
  }
}
.date02 {
  width: 90%;

  & img {
    margin-left: 8vw;
  }
}
.date03 {
  margin: 2vh 0;
}
.date03-1 {
  width: 55%;
  margin-left: auto;
}
.date03-2 {
  align-self: center;

  & img {
    width: 80%;
  }
}
.date04 {
  width: 80%;
  margin: 5vh auto;
  text-align: center;
}
.date05 {
  width: 80%;
  margin: 5vh auto 3vh;
}
.date06 {
  width: 80%;
  font-size: 0.9rem;
  line-height: 1.7rem;

  & p {
    font-size: 1.1rem;
  }
  & li:before {
    width: 3vw;
    height: 3vw;
  }
}

#saiyo-interview {
  margin: 0 0 10vh;
  padding: 8vh 0;

  & h2 {
    font-size: 1.5rem;
    margin: 0 auto 6vh;
  }
  .go-btn a {
    width: 36%;
    background-position: 85%;
    background-size: 3vw;
  }
}
.staff-item {
  width: 80%;
  margin: 5vh auto;

  .img-frame {
    width: 90%;
  }
  .staff-text {
    font-size: 1rem;

    & p {
      margin: 2vw 0;
    }
  }
  & span {
    font-size: 0.9rem;
    margin-bottom: 2vh;
  }
  .staff-comment {
    padding-top: 1vh;
  }
}
.over-more {
  width: 40%;
  border-radius: 5vw;
  margin: 4vh auto 1vh;
  padding: 1vw 0;
  background-position: 88%;
  background-size: 3vw;
}
.close_btn {
    border: 1px solid #3E4347;
    width: 20%;
    font-size: 1rem;
    padding: 1vw 7vw 1vw 4vw;
    border-radius: 5vw;
    margin: 1vw auto;
    background: no-repeat url(../img/icon_x.svg);
    background-position: 84%;
    background-size: 2vw;
}

#saiyo-faq {
  padding: 14vh 5vw 0;

  .sakura-deco {
    width: 44%;
  }
  & h2 {
    font-size: 1.4rem;
  }
}

.faq-group {
  width: 95%;
  margin: 5vw auto 5vh;
  font-size: 1rem;

  .faq-item {
    margin: 4vh 0;
  }
}
.faq-q, .faq-a {
  padding: 1vw 0 1vw 6vw;
}
.faq-q:before, .faq-a:before {
  width: 5vw;
  height: 5vw;
  top: 2vw;
}
.faq-q img {
  width: 4%;
  padding-left: 1vw;
}

#saiyo-recruit {
  margin: 3vh auto;
  padding: 5vh 0 1vh;
}
.saiyo-recruit-container {
  border: unset;
  margin: 6vh auto;
  width: 90%;
}

.staff-container {
  background: url('../img/staff/bg-staff_sp.jpg');
  
  .staff-item {
    width: 90%;
    margin: 9vh auto;

    & p {
      margin: 2vh 0 0;
    }
  }
  .staff-comment {
    border-radius: 5vw;
    padding: 7vw;
    font-size: 0.8rem;
  }
}
.staff-top {
  background: no-repeat url('../img/staff/bg-stafftop_sp.jpg');
  padding: 7vh 2vw 10vh;
  background-size: 100% 100%;
  background-position: top;

  & h1 {
   top: 7%;
   left: 5%;
   font-size: 2rem;
  }
  & p {
    margin: 2vh;
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  .staff01 {
    width: 100%;
  }
  .staff02 {
    width: 100%;
    margin: 0;
  }
}

.faq-top {
  margin: 1vw auto;

  .faqtop-text {
    width: 80%;
  }
  & img {
    width: 90%;
  }
}

.newstop-container {
  margin: 0 auto 2vh;
}
#news-single {
  margin: 0 0 7vh;

  .go-btn a {
    width: 55%;
    padding: 3vw 0;
    background-size: 4vw;
    margin: 8vh auto 0;
}
}
.news-container {
  margin: 0 auto 5vh;

  .post-item {
    padding: 2vh 0;
}
}
.category-select {
  width: 80%;
}
.category-select:after {
  right: 13%;
  width: 5vw;
  height: 3vw;
}
select {
  padding: 5vw;
  font-size: 1rem;
  cursor: pointer;
  width: 90%;
}
.single-container {
  width: 100%;
  margin: 4vh auto;
}
.single-ttl {
  padding: 6vw 4vw;
  font-size: 1rem;
  
  & span {
    font-size: 0.8rem;
    padding-right: 1vw;
  }
}
.single-img {
  width: 90%;
  
  & img {
    border-radius: 5vw;
  }
}
.single-bottom, .related-posts {
  width: 100%;
}

#recruit-single {
  margin: 0 0 7vh;

  .go-btn a {
    width: 55%;
    padding: 3vw 0;
    background-size: 4vw;
  }
  .single-container {
    margin: 1vh auto;
  }
}
.single-recruit-container {
  margin: 1vh auto;

  .news-group {
    width: 100%;
  }
}

.contact-ttl {
  margin: 0 auto 5vh;
}
.sakura-deco-contact {
  width: 80%;
}
.contact-img {
  width: 70%;
}
.inq-select-label {
  font-size: 1.2rem;
}
.wpcf7-radio, .wpcf7-checkbox {
  display: block;
}
.inqbox {
    padding: 1vw 3vw;
}
.inq-send {

  .send-p {
    font-size: 1.1rem;
  }
  .send-btn {
    padding: 3vw;
    margin: 1vh auto;
    font-size: 1.2rem;
    width: 75%;
    background-size: 5vw;
  }
}
.wpcf7-textarea {
  border-radius: 5vw;
}

section#saiyo-line {
    margin: 0 auto 20%;
    padding: 0;
}
.line_qr img {
    width: 100%;
    padding: 0;
  }
  img.encho_messe_btn {
    width: 70%;
  }
}


/*PCサイズ*/
@media screen and (min-width: 768px) {
  .header {
    background: no-repeat url(../img/header-back02.jpg);
    background-size: cover;
  }
  .saiyo-sticky {
    min-height: 10vh;
    writing-mode: vertical-rl;
    right: 0;
    top: 20%;
    border-radius: 8px 0 0 8px;
    padding: 10px 0 0;

    & p {
      padding: 20px 8px;
      margin: 0 10px;
    }
  }
  .text-recaptcha {
    text-align: center;
  }
  
  

}


/* タブレット */
@media screen and (min-width:767px) and ( max-width: 1280px) {
}