@charset "UTF-8";
/*====================================
 TOP VISUAL
====================================*/
.visual-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 55vw;
  max-height: 900px;
  min-height: 470px;
}
@media (max-width: 540px) {
  .visual-wrap {
    min-height: auto;
    max-height: auto;
    height: 60vw;
  }
}

.visual-wrap .mv__slide {
  width: 78.33%;
  margin-left: auto !important;
  margin-right: 0 !important;
  border-bottom-left-radius: 80px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 540px) {
  .visual-wrap .mv__slide {
    border-bottom-left-radius: 30px;
  }
}

.mv__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.mv__slide .swiper-slide-active img,
.mv__slide .swiper-slide-duplicate-active img,
.mv__slide .swiper-slide-prev img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.visual-title-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 5%;
  z-index: 1 !important;
}
@media (max-width: 540px) {
  .visual-title-container {
    top: 80%;
    -webkit-transform: translate(0, -80%);
            transform: translate(0, -80%);
  }
}
.visual-title-container span {
  background: #fff;
  display: inline-block;
}
.visual-title-container > h1 {
  font-weight: 700;
  font-size: 5.6rem;
  letter-spacing: 1.3rem;
  margin-bottom: 4.6vw;
  line-height: 1 !important;
}
@media (max-width: 1024px) {
  .visual-title-container > h1 {
    font-size: 5rem;
  }
}
@media (max-width: 834px) {
  .visual-title-container > h1 {
    font-size: 4.5rem;
    letter-spacing: 0.7rem;
    margin-bottom: 4vw;
  }
}
@media (max-width: 540px) {
  .visual-title-container > h1 {
    font-size: 7vw;
    margin-bottom: 12px;
    letter-spacing: 0.5rem;
  }
}
.visual-title-container > h1 span {
  padding: 0.5rem 0 0.8rem;
}
.visual-title-container > h2 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1 !important;
}
.visual-title-container > h2 span {
  padding: 0.5rem 0 0.8rem;
}
.visual-title-container > h2 span:first-child {
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .visual-title-container > h2 {
    font-size: 2.2rem;
  }
  .visual-title-container > h2 span:first-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .visual-title-container > h2 {
    font-size: 4vw;
  }
  .visual-title-container > h2 span {
    padding: 0.2rem 0 0.3rem;
  }
  .visual-title-container > h2 span:first-child {
    margin-bottom: 5px;
  }
}

/*====================================
 固定ページ VISUAL
====================================*/
.lower-visual {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lower-img {
  width: 82%;
  margin-left: auto !important;
  margin-right: 0 !important;
  border-bottom-left-radius: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 35vw;
  min-height: 350px;
}
@media (max-width: 540px) {
  .lower-img {
    min-height: auto;
    max-height: auto;
    height: 45vw;
    border-bottom-left-radius: 30px;
  }
}

.lower-title-container {
  position: absolute;
  top: 45%;
  -webkit-transform: translate(0, -45%);
          transform: translate(0, -45%);
  left: 5%;
  z-index: 1 !important;
}
.lower-title-container span {
  background: #fff;
  display: inline-block;
  padding: 0.5rem 0 0.8rem;
}
@media (max-width: 540px) {
  .lower-title-container span {
    padding: 0.3rem 0 0.5rem;
  }
}
.lower-title-container > h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1 !important;
  margin-bottom: 10px;
  color: #0071bc;
}
@media (max-width: 540px) {
  .lower-title-container > h3 {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
}
.lower-title-container > h1 {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 1.3rem;
  line-height: 1 !important;
}
@media (max-width: 834px) {
  .lower-title-container > h1 {
    letter-spacing: 1rem;
  }
}
@media (max-width: 540px) {
  .lower-title-container > h1 {
    font-size: 3rem;
    letter-spacing: 0.5rem;
  }
}

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

 TOP PAGE

====================================*/
/*-----------------------
 トップページ共通
------------------------*/
.title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .title-flex {
    margin-bottom: 30px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.title-flex .jp-title {
  margin-bottom: 0;
}

[class*=swiper]:focus {
  outline: none;
}

/* 前へ / 次へボタン */
.swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swiper-controller .swiper-button-prev,
.swiper-controller .swiper-button-next {
  position: relative;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #344a63;
  border-radius: 50%;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  margin-top: initial;
}
@media (max-width: 540px) {
  .swiper-controller .swiper-button-prev,
  .swiper-controller .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.swiper-controller .swiper-button-prev::after,
.swiper-controller .swiper-button-next::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  color: #333;
  font-size: 14px;
}

.swiper-controller .swiper-button-prev::after {
  content: "\f060";
}

.swiper-controller .swiper-button-next::after {
  content: "\f061";
}

.swiper-controller .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.top-service .swiper-button-prev,
.top-service .swiper-button-next {
  border: 1px solid #fff;
}
.top-service .swiper-button-prev::after,
.top-service .swiper-button-next::after {
  color: #fff;
}

/*-----------------------
 TOP MOVIE
------------------------*/
.top-movie {
  padding-bottom: 0 !important;
  overflow: hidden;
}
.top-movie .inner {
  position: relative;
}
.top-movie .movie-title {
  position: absolute;
  right: -7vw;
  top: -50px;
  color: #d1dae5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 10vw;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 540px) {
  .top-movie .movie-title {
    top: -15px;
  }
}

.top-movie .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top-movie .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------
 top-about
------------------------*/
.top-about {
  padding: 150px 0 !important;
}
@media (max-width: 834px) {
  .top-about {
    padding: 100px 0 !important;
  }
}
@media (max-width: 540px) {
  .top-about {
    padding: 70px 0 !important;
  }
}

.top-about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-about-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 540px) {
  .top-about-flex {
    display: block;
  }
}
.top-about-flex .about-img {
  width: 45.38%;
}
@media (max-width: 540px) {
  .top-about-flex .about-img {
    width: 60%;
  }
}
.top-about-flex .about-img img {
  width: 100%;
  height: 40vw;
  border-top-right-radius: 3vw;
  border-bottom-right-radius: 3vw;
}
@media (max-width: 540px) {
  .top-about-flex .about-img img {
    height: 45vw;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 40px;
  }
}
.top-about-flex .about-txt {
  width: 44%;
  padding-right: 7%;
}
@media (max-width: 1024px) {
  .top-about-flex .about-txt {
    width: 47%;
    padding-right: 5%;
  }
}
@media (max-width: 834px) {
  .top-about-flex .about-txt {
    width: 48%;
  }
}
@media (max-width: 540px) {
  .top-about-flex .about-txt {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }
}
.top-about-flex .about-txt .more-btn {
  margin-top: 40px;
}

/*-- mid-banner --*/
.mid-banner-wrap {
  width: 90%;
  max-width: 1000px;
  margin: 150px auto 0;
}
@media (max-width: 540px) {
  .mid-banner-wrap {
    width: 80%;
    margin: 60px auto 0;
  }
}
.mid-banner-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mid-banner-wrap > ul li {
  width: 47%;
}
@media (max-width: 540px) {
  .mid-banner-wrap > ul li {
    width: 100%;
  }
  .mid-banner-wrap > ul li:first-child {
    margin-bottom: 30px;
  }
}
.mid-banner-wrap > ul li img {
  max-width: 100%;
  height: auto;
}

/*-----------------------
 top-service
------------------------*/
.top-service {
  position: relative;
  background: #338dc9;
  color: #fff;
}
.top-service:before, .top-service:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
@media (max-width: 540px) {
  .top-service:before, .top-service:after {
    width: 40px;
    height: 40px;
  }
}
.top-service:before {
  right: 0;
  top: -80px;
  background-image: url("../img/top/r_blue_rt.png");
}
@media (max-width: 540px) {
  .top-service:before {
    top: -40px;
  }
}
.top-service:after {
  left: 0;
  bottom: -80px;
  background-image: url("../img/top/r_blue_lb.png");
}
@media (max-width: 540px) {
  .top-service:after {
    bottom: -40px;
  }
}
.top-service .container {
  overflow: hidden;
}

.top-service .title-flex {
  margin-bottom: 10px;
}

.top-service .service-txt {
  margin-bottom: 30px;
}

.top-service .swiper {
  overflow: visible;
}

.top-service .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.top-service .slide {
  overflow: hidden;
  width: 450px;
}
@media (max-width: 834px) {
  .top-service .slide {
    width: 300px;
  }
}
@media (max-width: 540px) {
  .top-service .slide {
    width: 160px;
  }
}

.top-service .slide img {
  border-radius: 5%;
  margin-bottom: 20px;
  aspect-ratio: 516/400;
}
@media (max-width: 834px) {
  .top-service .slide img {
    border-radius: 15px;
  }
}
@media (max-width: 540px) {
  .top-service .slide img {
    border-radius: 10px;
  }
}

.top-service .swiper-slide a:hover img {
  opacity: 1;
}

.top-service .service-name {
  margin-bottom: 15px;
}
@media (max-width: 540px) {
  .top-service .service-name {
    margin-bottom: 10px;
  }
}

.top-service .more-btn a {
  margin-top: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*-----------------------
 top-works
------------------------*/
.top-work {
  overflow: hidden;
}

.top-work .swiper {
  overflow: visible;
}

.top-work .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.top-work .slide {
  overflow: hidden;
  width: 338px;
}
@media (max-width: 834px) {
  .top-work .slide {
    width: 290px;
  }
}
@media (max-width: 540px) {
  .top-work .slide {
    width: 150px;
  }
}

.top-work .slide img {
  width: 100%;
  height: 240px;
  border-radius: 5%;
  margin-bottom: 15px;
}
@media (max-width: 834px) {
  .top-work .slide img {
    border-radius: 15px;
    height: 200px;
  }
}
@media (max-width: 540px) {
  .top-work .slide img {
    border-radius: 10px;
    height: 110px;
  }
}

.top-work .swiper-slide a:hover img {
  opacity: 1;
}

.top-work .work-name {
  margin-bottom: 3px;
}
@media (max-width: 540px) {
  .top-work .work-name {
    font-size: 1.45rem;
  }
}

.top-work .works-txt-rap {
  font-weight: 400;
  color: #0071bc;
  line-height: 1.4;
  margin-top: 3px;
}

.top-work .more-btn a {
  margin-top: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 540px) {
  .top-work .more-btn a {
    margin-top: 20px;
  }
}

/*-----------------------
 top-greeting
------------------------*/
.top-greeting {
  background: #e5f1f8;
}
.top-greeting:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
@media (max-width: 540px) {
  .top-greeting:before {
    width: 40px;
    height: 40px;
  }
}
.top-greeting:before {
  right: 0;
  top: -80px;
  background-image: url("../img/top/r_mizu_rt.png");
}
@media (max-width: 540px) {
  .top-greeting:before {
    top: -40px;
  }
}

.greeting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.greeting-wrap .left-rap {
  width: 40%;
}
@media (max-width: 834px) {
  .greeting-wrap .left-rap {
    width: 80%;
    margin: 0 auto 50px;
  }
}
.greeting-wrap .left-rap .profile-img {
  max-width: 340px;
}
@media (max-width: 834px) {
  .greeting-wrap .left-rap .profile-img {
    max-width: 100%;
  }
}
.greeting-wrap .left-rap .profile-img img {
  width: 100%;
  height: 260px;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .greeting-wrap .left-rap .profile-img img {
    height: 50vw;
  }
}
.greeting-wrap .right-rap {
  width: 55.46%;
}
@media (max-width: 834px) {
  .greeting-wrap .right-rap {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .greeting-wrap .right-rap {
    width: 85%;
  }
}
.greeting-wrap .right-rap .danraku {
  margin-bottom: 2rem;
}
.greeting-wrap .right-rap .syomei {
  color: #0071bc;
}

/*-----------------------
 top-recruit
------------------------*/
.recruit-wrap {
  position: relative;
  width: 100%;
}
.recruit-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #e5f1f8;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.recruit-bg {
  width: 93%;
  height: 30vw;
  max-height: 500px;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 13%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-top-left-radius: 15vw;
  border-bottom-left-radius: 15vw;
}
@media (max-width: 540px) {
  .recruit-bg {
    max-height: auto;
    height: auto;
    padding: 10% 10%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .recruit-bg .jp-title {
    margin-bottom: 10px;
  }
}

/*-----------------------
 top-news
------------------------*/
.top-news {
  overflow: hidden;
}

.top-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-news-wrap .left-rap {
  width: 35%;
}
@media (max-width: 540px) {
  .top-news-wrap .left-rap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
  }
  .top-news-wrap .left-rap .jp-title {
    margin-bottom: 0;
  }
}
.top-news-wrap .right-rap {
  width: 61.8%;
}
@media (max-width: 540px) {
  .top-news-wrap .right-rap {
    width: 100%;
  }
}
.top-news-wrap .right-rap > dl {
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 0;
}
@media (max-width: 540px) {
  .top-news-wrap .right-rap > dl {
    padding: 1.2rem 0;
  }
}
.top-news-wrap .right-rap > dl:first-child {
  padding-top: 0;
}
.top-news-wrap .right-rap > dl a {
  cursor: pointer;
}
.top-news-wrap .right-rap > dl a:hover {
  text-decoration: underline;
}
.top-news-wrap .right-rap > dl dt {
  color: #0071bc;
  margin-bottom: 5px;
}

/*-----------------------
 top-banner
------------------------*/
.top-banner {
  border-top: 1px solid #ccc;
  text-align: center;
}
.top-banner .banner-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-banner .banner-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.top-banner .banner-list li img {
  max-width: 100%;
  height: auto;
}

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

 SERVICE PAGE

====================================*/
.service-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.service-2column .left-container {
  width: 29%;
}
.service-2column .right-container {
  width: 68.75%;
}

@media (max-width: 834px) {
  .service-2column {
    display: block;
  }
  .service-2column .left-container {
    width: 100%;
    margin-bottom: 50px;
  }
  .service-2column .right-container {
    width: 100%;
  }
}
.service-page article {
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .service-page article {
    margin-bottom: 30px;
  }
}
.service-page article h2 {
  color: #0071bc;
  border-bottom: 1px solid #0071bc;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.service-page article h2 span {
  display: block;
}
.service-page article h3 {
  color: #0071bc;
  margin-bottom: 1rem;
}
.service-page article .card-box {
  margin-top: 30px;
}
.service-page article .card-box img {
  max-width: 100%;
}
.service-page article .r-img {
  border-radius: 20px;
  width: 100%;
  height: 400px;
}
@media (max-width: 540px) {
  .service-page article .r-img {
    height: 50vw;
    border-radius: 10px;
  }
}
.service-page article.mb-space {
  margin-bottom: 100px;
}
@media (max-width: 540px) {
  .service-page article.mb-space {
    margin-bottom: 60px;
  }
}
.service-page article .laundry-box {
  margin-bottom: 20px;
}
.service-page article .laundry-box h4 {
  margin-bottom: 0;
  color: #0071bc;
}
.service-page article .laundry-bnr {
  text-align: center;
}
.service-page article .laundry-bnr img {
  width: 390px;
  height: auto;
  max-width: 100%;
}
.service-page .left-content {
  position: sticky;
  top: 150px;
}
.service-page .left-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 834px) {
  .service-page .left-content ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 540px) {
  .service-page .left-content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .service-page .left-content ul li {
    width: 40%;
  }
}
@media (max-width: 540px) {
  .service-page .left-content ul li {
    width: 100%;
  }
}
.service-page .left-content ul li a {
  padding: 1.5rem 0;
  color: #0071bc;
  display: block;
}
@media (max-width: 834px) {
  .service-page .left-content ul li a {
    background: #eaf0f1;
    text-align: center;
    margin: 0 1px;
  }
}
@media (max-width: 540px) {
  .service-page .left-content ul li a {
    margin: 2px 0;
  }
}
.service-page .left-content ul li a:before {
  font-family: "Font Awesome 6 pro";
  content: "\f061";
  margin-right: 1rem;
}
@media (max-width: 834px) {
  .service-page .left-content ul li a:before {
    content: "\f063";
  }
}

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

 RECRUIT PAGE

====================================*/
.page-message .w700 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.page-message .jp-title {
  margin-bottom: 45px;
}
@media (max-width: 540px) {
  .page-message .jp-title {
    margin-bottom: 30px;
  }
}

/*--- 先輩の声バナー ---*/
.youtube-banner {
  margin: 80px auto 0;
  text-align: center;
}
@media (max-width: 540px) {
  .youtube-banner {
    margin-top: 35px;
  }
}
.youtube-banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0071bc;
  border-radius: 10px;
  padding: 10px 20px;
  max-width: 100%;
  width: 460px;
  height: 60px;
  margin: 0 auto;
  padding: 10px;
}
@media (max-width: 540px) {
  .youtube-banner a {
    height: 50px;
  }
}
.youtube-banner a span {
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
.youtube-banner a span i {
  margin-right: 5px;
}

.rrt-message-head {
  background-color: #e4eaed;
  height: 500px;
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .rrt-message-head {
    margin-bottom: 50px;
    height: 46vw;
  }
}
@media (max-width: 540px) {
  .rrt-message-head {
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
.rrt-message-head .presi-img {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 340px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 834px) {
  .rrt-message-head .presi-img {
    width: 33vw;
    left: 15px;
  }
}
.rrt-message-head .presi-namebox {
  padding-left: 45%;
  position: relative;
}
@media (max-width: 834px) {
  .rrt-message-head .presi-namebox {
    padding-left: 43%;
  }
}
@media (max-width: 540px) {
  .rrt-message-head .presi-namebox {
    padding-left: 53%;
  }
}
.rrt-message-head .presi-namebox h3 {
  line-height: 1.6;
}
.rrt-message-head .prezi-name {
  color: #0071bc;
  margin-top: 40px;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .rrt-message-head .prezi-name {
    margin-top: 30px;
  }
}
@media (max-width: 540px) {
  .rrt-message-head .prezi-name {
    margin-top: 0;
  }
}
.rrt-message-head .prezi-name .katagaki {
  margin-bottom: 2px;
}

.rrt-message-wrap h3 {
  margin-bottom: 30px;
}

/*--- interview ---*/
.rrt-interview {
  background: #e5f1f8;
}

.rrt-interview-head {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.rrt-interview-head .rrt-interview-head-img {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.rrt-interview-head .rrt-interview-head-img img {
  width: 100%;
  height: 510px;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .rrt-interview-head .rrt-interview-head-img img {
    height: 53vw;
  }
}
@media (max-width: 540px) {
  .rrt-interview-head .rrt-interview-head-img img {
    border-radius: 10px;
  }
}
.rrt-interview-head .rrt-interview-namebox {
  position: absolute;
  left: 0;
  bottom: -30px;
  background-color: rgba(0, 113, 188, 0.95);
  padding: 30px 50px;
  text-align: left;
  min-width: 320px;
  color: #fff;
}
@media (max-width: 834px) {
  .rrt-interview-head .rrt-interview-namebox {
    min-width: initial;
    padding: 20px 30px;
  }
}
@media (max-width: 540px) {
  .rrt-interview-head .rrt-interview-namebox {
    padding: 15px 15px;
    bottom: -50px;
  }
}
.rrt-interview-head .rrt-interview-namebox h5 {
  margin-bottom: 8px;
}
@media (max-width: 540px) {
  .rrt-interview-head .rrt-interview-namebox h5 {
    margin-bottom: 5px;
  }
}

.rrt-interview-txtrap > h4 {
  margin-bottom: 30px;
}
.rrt-interview-txtrap article {
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .rrt-interview-txtrap article {
    margin-bottom: 20px;
  }
}
.rrt-interview-txtrap .interview-img {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
}
.rrt-interview-txtrap .interview-img img {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .rrt-interview-txtrap .interview-img img {
    height: 55vw;
  }
}
@media (max-width: 540px) {
  .rrt-interview-txtrap .interview-img img {
    border-radius: 10px;
  }
}
.rrt-interview-txtrap .interview-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  color: #0071bc;
  margin-bottom: 5px;
}
.rrt-interview-txtrap .interview-q:before {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-top: 3px;
  margin-right: 10px;
  background-color: #0071bc;
  content: "";
}
.rrt-interview-txtrap p {
  line-height: 1.6;
}
.rrt-interview-txtrap .interview-profile {
  background: #fff;
  padding: 20px;
}
.rrt-interview-txtrap .interview-profile h6 {
  color: #0071bc;
}

/*--- requirements ---*/
.rrt-recruit-name {
  margin-bottom: 15px;
}
@media (max-width: 540px) {
  .rrt-recruit-name {
    margin-bottom: 10px;
  }
}

.rrt-recruit-wrap {
  background: #e5f1f8;
  padding: 50px;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .rrt-recruit-wrap {
    padding: 30px;
  }
}
@media (max-width: 540px) {
  .rrt-recruit-wrap {
    border-radius: 10px;
    padding: 18px 15px;
  }
}

.rrt-recruit-container {
  margin-bottom: 80px;
}
@media (max-width: 834px) {
  .rrt-recruit-container {
    margin-bottom: 50px;
  }
}

.recruit-tbl {
  width: 100%;
  margin: 0 auto;
}
.recruit-tbl th,
.recruit-tbl td {
  border-bottom: 1px dotted #99a4b1;
  vertical-align: top;
  padding: 18px 10px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 540px) {
  .recruit-tbl th,
  .recruit-tbl td {
    padding: 15px 5px;
    display: block;
  }
}
.recruit-tbl th {
  width: 180px;
}
@media (max-width: 834px) {
  .recruit-tbl th {
    width: 160px;
  }
}
@media (max-width: 540px) {
  .recruit-tbl th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 540px) {
  .recruit-tbl td {
    padding-top: 8px;
  }
}

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

 CAMPANY PAGE

====================================*/
/*-- info --*/
.info .inner {
  max-width: 770px;
}

.info-tbl {
  width: 100%;
  margin: 0 auto 50px;
}
.info-tbl th,
.info-tbl td {
  border-bottom: 1px dotted #ccc;
  vertical-align: top;
  padding: 20px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 540px) {
  .info-tbl th,
  .info-tbl td {
    padding: 15px 5px;
    display: block;
  }
}
.info-tbl th {
  width: 135px;
}
@media (max-width: 540px) {
  .info-tbl th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 540px) {
  .info-tbl td {
    padding-top: 8px;
  }
}
.info-tbl td > dl dt {
  clear: both;
  font-weight: 400;
  float: left;
  width: 180px;
  text-align: left;
}
.info-tbl td > dl dd {
  padding-left: 180px;
  text-align: left;
}

.info .license-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info .license-list li {
  text-align: center;
  margin: 0 20px;
}
.info .license-list li img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 540px) {
  .info .license-list li img {
    width: 90px;
  }
}

/*-- map --*/
.office-map {
  background: #e5f1f8;
}

.offile-map-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offile-map-list li {
  width: 46.5%;
  text-align: center;
}
@media (max-width: 540px) {
  .offile-map-list li {
    width: 100%;
  }
  .offile-map-list li:first-child {
    margin-bottom: 40px;
  }
}
.offile-map-list li .office-name {
  margin-bottom: 10px;
}

.offile-map-list .gmap-wrap {
  position: relative;
  height: 0;
  padding-bottom: 65%;
  /* 縦横比の指定 */
  overflow: hidden;
  margin-bottom: 20px;
}
.offile-map-list .gmap-wrap iframe,
.offile-map-list .gmap-wrap object,
.offile-map-list .gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-- history --*/
.history__timeline {
  position: relative;
}
.history__timeline:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background: #d6dbe0;
  top: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.history__timeline .history__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.history__timeline .history__item:last-child {
  padding-bottom: 30px;
}
.history__timeline .history__item:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  border: 4px solid #0071bc;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 540px) {
  .history__timeline .history__item:before {
    top: 0px;
  }
}
.history__timeline .history__inner {
  padding-left: 20px;
}
.history__timeline .history__inner .history__date {
  margin-bottom: 0.5rem;
  color: #0071bc;
}

@media screen and (min-width: 541px) {
  .history__timeline {
    margin-top: 50px;
  }
  .history__timeline:before {
    left: 50%;
  }
  .history__timeline .history__item {
    margin-bottom: 50px;
  }
  .history__timeline .history__item:nth-of-type(odd) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .history__timeline .history__item:nth-of-type(even) {
    text-align: right;
  }
  .history__timeline .history__item:before {
    border: 6px solid #0071bc;
    left: 50%;
    width: 18px;
    height: 18px;
    top: 1px;
  }
  .history__timeline .history__inner {
    width: calc(50% - 25px);
    padding-left: 0;
  }
  .history__timeline .history__inner .history__date {
    margin-top: 0.5rem;
  }
}
/*====================================

 news 一覧

====================================*/
.pages .news-rap {
  max-width: 700px;
  margin: 0 auto;
}
.pages .news-rap > dl {
  border-bottom: 1px solid #ccc;
  padding: 1.8rem 0;
}
@media (max-width: 540px) {
  .pages .news-rap > dl {
    padding: 1.2rem 0;
  }
}
.pages .news-rap > dl:first-child {
  padding-top: 0;
}
.pages .news-rap > dl a {
  cursor: pointer;
}
.pages .news-rap > dl a:hover {
  text-decoration: underline;
}
.pages .news-rap > dl dt {
  color: #0071bc;
  margin-bottom: 5px;
}

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

 Works 一覧

====================================*/
.pages .works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -50px;
}
@media (max-width: 834px) {
  .pages .works-list {
    margin-left: -25px;
  }
}
@media (max-width: 540px) {
  .pages .works-list {
    margin-left: -20px;
  }
}
.pages .works-list li {
  position: relative;
  width: calc(50% - 50px);
  margin-left: 50px;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .pages .works-list li {
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .pages .works-list li {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
.pages .works-list li a:hover {
  opacity: 1;
}
.pages .works-list li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.pages .works-list .wp-error-message {
  margin-left: 50px;
  width: 100%;
}
@media (max-width: 834px) {
  .pages .works-list .wp-error-message {
    margin-left: 25px;
  }
}
@media (max-width: 540px) {
  .pages .works-list .wp-error-message {
    margin-left: 20px;
  }
}
.pages .works-list .works-img {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 15px;
}
.pages .works-list .works-img img {
  width: 100%;
  height: 200px;
}
@media (max-width: 834px) {
  .pages .works-list .works-img img {
    height: 150px;
  }
}
@media (max-width: 540px) {
  .pages .works-list .works-img img {
    height: 130px;
  }
}
.pages .works-list .works-title {
  line-height: 1.4;
  font-weight: 700;
}
.pages .works-list .works-txt-rap {
  font-weight: 400;
  color: #0071bc;
  line-height: 1.4;
  margin-top: 3px;
}

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

 Side

====================================*/
.pages .side-title {
  font-weight: 700;
  border-bottom: 1px solid #344a63;
  color: #344a63;
  padding-bottom: 0.5rem;
  margin-bottom: 15px;
}

.pages .container-side .category-list ul {
  margin-top: -1.2rem;
}
.pages .container-side .category-list li {
  padding: 1.5rem 0 1.5rem 18px;
  font-size: 1.5rem;
  line-height: 1;
  border-bottom: 1px dotted #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 540px) {
  .pages .container-side .category-list li {
    font-size: 1.4rem;
  }
}
.pages .container-side .category-list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "\f105";
  font-family: "Font Awesome 6 pro";
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pages .container-side .category-list li:hover:before {
  left: 6px;
}

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

 wp記事

====================================*/
.pages .pages-contents .single-title-container {
  border-bottom: 3px solid #0071bc;
  padding-bottom: 1.5rem;
  margin-bottom: 20px;
}
.pages .pages-contents .single-title-container .wp-single-title {
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #0071bc;
}
.pages .pages-contents .single-title-container .wp-single-date {
  font-weight: 400;
  color: #0071bc;
}
.pages .pages-contents .single-title-container .wp-single-works-txt-rap {
  font-weight: 400;
  color: #0071bc;
  line-height: 1.5;
}
.pages .pages-contents .single-title-container .wp-single-works-txt-rap a {
  text-decoration: none;
}

.pages .pages-contents h2 {
  display: block;
  color: #0071bc;
  border-bottom: 1px solid #0071bc;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  margin: 50px 0 2rem;
  font-weight: 700;
  font-size: 2.6rem;
}
.pages .pages-contents h2:first-child {
  margin-top: 0;
}
@media (max-width: 540px) {
  .pages .pages-contents h2 {
    font-size: 2.4rem;
  }
}
.pages .pages-contents h3 {
  display: block;
  color: #0071bc;
  border-left: 2px solid #0071bc;
  padding-left: 1rem;
  margin: 30px 0 1rem;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 540px) {
  .pages .pages-contents h3 {
    font-size: 2.2rem;
  }
}
.pages .pages-contents h4 {
  display: block;
  color: #0071bc;
  margin: 20px 0 0.5rem;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 540px) {
  .pages .pages-contents h4 {
    font-size: 2rem;
  }
}
.pages .pages-contents p {
  margin-bottom: 1rem;
}
.pages .pages-contents a {
  text-decoration: underline;
  color: #0071bc;
  word-wrap: break-word;
}

/*--  works page --*/
.pages .works-contents .single-title-container {
  border-bottom: 3px solid #344a63;
}
.pages .works-contents .single-title-container .wp-single-title {
  color: #344a63;
}
.pages .works-contents .single-title-container .wp-single-date {
  color: #0071bc;
}

.pages .works-contents h2 {
  color: #344a63;
  border-bottom: 1px solid #344a63;
}
.pages .works-contents h3 {
  color: #344a63;
  border-left: 2px solid #344a63;
}
.pages .works-contents h4 {
  color: #344a63;
}

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

 記事 戻るボタン

====================================*/
.wp-back-button {
  display: block;
  text-align: center;
  position: relative;
  padding: 20px 15px;
  max-width: 260px;
  font-size: 1.5rem;
  font-weight: 700;
  background: #344a63;
  color: #fff !important;
  margin: 80px auto 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
}
@media (max-width: 540px) {
  .wp-back-button {
    margin-top: 50px;
  }
}
.wp-back-button:after {
  position: absolute;
  font-family: "Font Awesome 6 pro";
  content: "\f104";
  font-weight: 700;
  line-height: 1;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.wp-back-button:hover {
  opacity: 1;
}
.wp-back-button:hover:after {
  left: 15px;
}

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

 WP RESET

====================================*/
.wp-block-image {
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}
@media (max-width: 540px) {
  .wp-block-image {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
}
.wp-block-image:first-child {
  margin-top: 0 !important;
}

.wp-block-gallery {
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}
@media (max-width: 540px) {
  .wp-block-gallery {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
}
.wp-block-gallery:first-child {
  margin-top: 0 !important;
}
.wp-block-gallery > .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-columns {
  margin-top: 3em !important;
}

.wp-block-image figcaption {
  font-size: 1.3rem;
  color: #4d4d4d;
}
@media (max-width: 540px) {
  .wp-block-image figcaption {
    font-size: 1.2rem;
  }
}

.blocks-gallery-item__caption {
  background: none !important;
  padding-bottom: 0 !important;
  color: #4d4d4d !important;
}

/*-- YouTube
------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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

 ページネーション

====================================*/
#pagenav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px auto 0;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 540px) {
  #pagenav ul {
    font-size: 14px;
    margin: 50px auto 0;
  }
}

#pagenav .current_page,
#pagenav .link_page {
  background-color: #0071bc;
  color: #fff;
  margin: 0 3px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 540px) {
  #pagenav .current_page,
  #pagenav .link_page {
    width: 36px;
    height: 36px;
  }
}

#pagenav .link_page {
  background: #999999;
  color: #fff;
}

#pagenav a.link_next,
#pagenav a.link_before {
  color: #344a63;
  width: 30px;
  height: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 540px) {
  #pagenav a.link_next,
  #pagenav a.link_before {
    width: 20px;
    height: 30px;
  }
}

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

 CONTACT FORM

====================================*/
/*-- LINE CONTACT --*/
.line-contact-container {
  background-color: #e4eaed;
  border-radius: 20px;
  position: relative;
  padding: 50px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 80px;
  text-align: center;
}
@media (max-width: 540px) {
  .line-contact-container {
    padding: 25px 20px 25px 20px;
    margin-bottom: 50px;
  }
}
.line-contact-container h5.zen {
  margin-bottom: 20px;
  color: #06c755;
}
@media (max-width: 540px) {
  .line-contact-container h5.zen {
    letter-spacing: 0;
  }
}
.line-contact-container a {
  background-color: #06c755;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 700;
}
.line-contact-container a i {
  margin-right: 10px;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  background: #e9e9e9;
  margin-bottom: 7px;
}

.zip input {
  width: 150px !important;
}

.formbox {
  margin: 0 auto 0;
  text-align: left;
  max-width: 760px;
}

.formbox .form-hissu {
  margin-bottom: 20px;
}
.formbox .form-hissu span {
  color: #cc0000;
}

.formbox .form-txt {
  margin-bottom: 10px;
  font-size: 15px;
}
.formbox .form-txt strong {
  font-weight: 700;
}

.formbox dl {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 540px) {
  .formbox dl {
    margin-bottom: 15px;
  }
}

.formbox dt {
  margin-bottom: 5px;
  font-size: 16px;
}
@media (max-width: 540px) {
  .formbox dt {
    font-size: 1.5rem;
  }
}

.formbox dd {
  letter-spacing: 0.01em;
}

.formbox dt span {
  color: #e60012;
}

.formbox input {
  padding: 12px;
  border: none;
  font-size: 16px;
}
@media (max-width: 540px) {
  .formbox input {
    padding: 10px;
  }
}

.formbox textarea {
  padding: 12px;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 150px;
  border: none;
  background: #e9e9e9;
}
@media (max-width: 540px) {
  .formbox textarea {
    padding: 10px;
  }
}

#formbtn {
  display: block;
  font-style: normal;
  font-size: 1.5rem;
  margin: 60px auto 0;
  width: 100%;
  max-width: 760px;
  text-align: center;
  padding: 1.5rem;
  border: none !important;
  color: #fff;
  background: #344a63;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 540px) {
  #formbtn {
    margin: 45px auto 0;
  }
}

#formbtn:hover {
  background: #333;
  opacity: 1;
}

.formbox dd label {
  cursor: pointer !important;
}

span.wpcf7-list-item {
  position: relative;
  margin: 0;
  display: block;
  line-height: 1.4;
  padding: 0 0 0.2em !important;
  margin-bottom: 3px;
}

.formbox .yoko span.wpcf7-list-item {
  display: inline-block !important;
  margin-right: 1.4rem !important;
  letter-spacing: 0.05em !important;
}

.wpcf7-not-valid-tip {
  margin-bottom: 8px;
  color: #cc0000 !important;
  font-size: 1.4rem !important;
}

.wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  cursor: pointer;
  font-size: 16px;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: 1px solid #333;
  border-radius: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 1px;
  width: 15px;
  height: 14px;
  background: url("/img/check.png") no-repeat center;
  background-size: contain;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #cc0000 !important;
  color: #cc0000;
}

#wp-page .form-under-txt {
  line-height: 1.4;
  font-size: 1.4rem;
}

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

 reCAPTCHAバッジ非表示

====================================*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #4d4d4d !important;
}

.recaptcha_policy a {
  font-size: 11px !important;
  color: #4d4d4d !important;
}

.grecaptcha-badge {
  visibility: hidden;
}