@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  margin: 0;
  background-color: #F2F1EF;
}

a {
  color: #231815;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
  padding: 0;
}

.global_head {
  margin: 0;
  position: relative;
  z-index: 10;
}

.wrap {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrap {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    font-size: 1rem;
  }
}

.head {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .head {
    background: url(../img/head_bg-sp.png?0425), linear-gradient(#75c5f0, #b9e3fa 57%, #B81C22 57%);
    background-repeat: repeat-x, no-repeat;
    background-position: top -10px left -5px, top left;
    background-size: 700px, auto;
    padding: 40px 25px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .head {
    background: url(../img/head_bg.png?0425), linear-gradient(#75c5f0, #b9e3fa 75%, #B81C22 75%);
    background-repeat: repeat-x, no-repeat;
    background-position: top -50px left 220px, top left;
    background-size: 1800px, auto;
    padding: 70px 0 90px;
  }
}
.head::after {
  content: "";
  height: 60%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/200px 200px;
  mix-blend-mode: overlay;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.head__ttl {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .head__ttl {
    max-width: 250px;
    margin: 0 auto 170px;
  }
}
@media only screen and (min-width: 768px) {
  .head__ttl {
    max-width: 550px;
    margin: 0 auto 140px;
  }
}
.head__ttl h1 {
  margin: 0;
}
.head .slide {
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(35, 24, 21, 0.2);
  position: relative;
  z-index: 1;
  border: 2px solid #231815;
}
@media only screen and (min-width: 768px) {
  .head .slide {
    width: 780px;
    height: 479px;
  }
}
.head .slide__item img {
  width: 100%;
}
.head .splide__arrow {
  border: 2px solid #231815;
  background-color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .head .splide__arrow {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .head .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .head .splide__arrow--prev {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .head .splide__arrow--prev {
    left: -55px;
  }
}
@media only screen and (max-width: 767px) {
  .head .splide__arrow--next {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .head .splide__arrow--next {
    right: -55px;
  }
}
.head .splide__pagination {
  bottom: -30px;
}
.head__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .head__bg {
    width: 800px;
    bottom: 230px;
  }
}
@media only screen and (min-width: 768px) {
  .head__bg {
    width: 1800px;
    bottom: 250px;
  }
}

.block {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .block {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .block {
    width: calc(100% - 30px);
    max-width: 1000px;
  }
}

.about {
  background-color: #B81C22;
  gap: 0 30px;
  box-sizing: border-box;
  border-bottom: 1px dotted rgba(35, 24, 21, 0.4);
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 20px 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .about {
    padding: 40px 0 120px;
  }
}
.about__ttl {
  font-weight: 800;
  text-align: center;
  color: #fff;
  -webkit-text-stroke: 3.5px #231815;
  text-stroke: 3.5px #231815;
  paint-order: stroke;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .about__ttl {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .about__ttl {
    font-size: 2.6rem;
    margin: 0 0 30px;
  }
}
.about__ttl span {
  color: #ffd000;
}
.about__text {
  display: grid;
  gap: 15px 0;
  text-align: center;
}
.about__text p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.07rem;
}
@media only screen and (max-width: 767px) {
  .about__text p {
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) {
  .about__text p {
    font-size: 1.1rem;
    line-height: 2.4;
  }
}

.shop {
  color: #231815;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop {
    background: url(../img/bg_shop-sp.png) no-repeat top -80px center/cover, #B81C22 no-repeat;
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop {
    background: url(../img/bg_shop.png) no-repeat top -200px center/cover, #B81C22 no-repeat;
    padding: 130px 0 100px;
  }
}
.shop::after {
  content: "";
  background-color: #F2F1EF;
  background-image: linear-gradient(rgba(153, 153, 153, 0.1) 1px, transparent 0), linear-gradient(90deg, rgba(153, 153, 153, 0.1) 1px, transparent 0);
  background-size: 40px 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .shop::after {
    height: 185px;
  }
}
@media only screen and (min-width: 768px) {
  .shop::after {
    height: 235px;
  }
}
.shop__content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .shop__content {
    max-width: 1050px;
  }
}
.shop__ttl {
  margin: 0;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.05rem;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .shop__ttl {
    font-size: 2rem;
    -webkit-text-stroke: 3px #231815;
    text-stroke: 3px #231815;
    paint-order: stroke;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__ttl {
    font-size: 4.2rem;
    -webkit-text-stroke: 4.5px #231815;
    text-stroke: 4.5px #231815;
    paint-order: stroke;
    line-height: 1.2;
    left: 40px;
  }
}
.shop__ttl span {
  color: #ffd000;
}
.shop__impact {
  margin: 0;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.05rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .shop__impact {
    font-size: 2rem;
    -webkit-text-stroke: 3px #231815;
    text-stroke: 3px #231815;
    paint-order: stroke;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__impact {
    font-size: 3rem;
    -webkit-text-stroke: 4.5px #231815;
    text-stroke: 4.5px #231815;
    paint-order: stroke;
    line-height: 1.2;
    left: 40px;
  }
}
.shop__impact span {
  color: #ffd000;
}
.shop__count {
  position: absolute;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .shop__count {
    top: 55px;
    right: -30px;
    width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__count {
    top: 20px;
    right: 140px;
    width: 300px;
  }
}
.shop__item {
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .shop__item {
    top: 140px;
    left: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item {
    top: 190px;
    left: 60px;
  }
  .shop__item:hover img {
    transform: scale(1.05);
  }
}
.shop__item img {
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .shop__item img {
    width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item img {
    width: 600px;
  }
}
.shop__map {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shop__map {
    padding: 180px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__map {
    width: 900px;
    margin: 0 0 0 auto;
    padding: 115px 0 0;
  }
}
.strongpoint {
  background-image: linear-gradient(rgba(153, 153, 153, 0.1) 1px, transparent 0), linear-gradient(90deg, rgba(153, 153, 153, 0.1) 1px, transparent 0);
  background-size: 40px 40px;
}
@media only screen and (max-width: 767px) {
  .strongpoint {
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint {
    padding: 50px 0 110px;
  }
}
.strongpoint h2 {
  color: #231815;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .strongpoint h2 {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint h2 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin: 0 0 50px;
  }
}
.strongpoint h2 img {
  filter: drop-shadow(0 0 10px #f2f1ef);
}
@media only screen and (max-width: 767px) {
  .strongpoint h2 img {
    width: 170px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint h2 img {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .strongpoint__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__container {
    display: grid;
    grid-template-columns: repeat(3, 270px);
    justify-content: center;
    gap: 0 20px;
    margin: 0 0 50px;
  }
}
.strongpoint__item {
  background-color: #fff;
  color: #B81C22;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  border: 3px solid #B81C22;
  letter-spacing: 0.05rem;
  line-height: 1.3;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .strongpoint__item {
    width: 150px;
    height: 110px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__item {
    height: 135px;
    font-size: 1.2rem;
  }
}
.strongpoint__item span {
  color: #fff;
  -webkit-text-stroke: 5px #B81C22;
  text-stroke: 5px #B81C22;
  paint-order: stroke;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .strongpoint__item span {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__item span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .strongpoint__item:nth-child(1)::before {
    right: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__item:nth-child(1)::before {
    right: 47px;
  }
}
.strongpoint__item:nth-child(1)::after {
  right: 50px;
}
@media only screen and (min-width: 768px) {
  .strongpoint__item:nth-child(2) {
    top: 50px;
  }
}
.strongpoint__item:nth-child(2)::before, .strongpoint__item:nth-child(2)::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}
@media only screen and (max-width: 767px) {
  .strongpoint__item:nth-child(2)::before {
    left: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .strongpoint__item:nth-child(2)::after {
    left: 50px;
  }
}
.strongpoint__item:nth-child(3)::before, .strongpoint__item:nth-child(3)::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}
@media only screen and (max-width: 767px) {
  .strongpoint__item:nth-child(3)::before {
    left: 62px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__item:nth-child(3)::before {
    left: 47px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__item:nth-child(3)::after {
    left: 50px;
  }
}
.strongpoint__item::before, .strongpoint__item::after {
  content: "";
  position: absolute;
}
.strongpoint__item::before {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #B81C22;
}
@media only screen and (max-width: 767px) {
  .strongpoint__item::before {
    bottom: -17px;
    width: 15px;
    height: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__item::before {
    bottom: -27px;
    width: 24.5px;
    height: 25px;
  }
}
.strongpoint__item::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .strongpoint__item::after {
    bottom: -10px;
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__item::after {
    bottom: -19.5px;
    width: 20px;
    height: 20px;
  }
}
.strongpoint__catch {
  position: relative;
  font-weight: 800;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .strongpoint__catch {
    padding: 30px 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__catch {
    margin-top: -30px;
    padding: 90px 0 35px;
  }
}
.strongpoint__catch p {
  position: relative;
  z-index: 1;
  line-height: 1;
  color: #231815;
  -webkit-text-stroke: 4.5px #fff;
  text-stroke: 4.5px #fff;
  paint-order: stroke;
  letter-spacing: 0.05rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .strongpoint__catch p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__catch p {
    font-size: 2.7rem;
  }
}
.strongpoint__catch::after {
  content: "";
  background: url(../img/bg_mdk.png) no-repeat top center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-55%);
}
@media only screen and (max-width: 767px) {
  .strongpoint__catch::after {
    top: -310px;
    width: 90%;
    height: 700px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__catch::after {
    top: -360px;
    width: 100%;
    height: 700px;
  }
}
.strongpoint__reason {
  position: relative;
  z-index: 1;
  display: grid;
  background-color: #B81C22;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .strongpoint__reason {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__reason {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .strongpoint__reason_item {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .strongpoint__reason_item:nth-child(1) {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__reason_item:nth-child(1) {
    padding: 0 40px 0 0;
    border-right: 1px dotted rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__reason_item:nth-child(1) .strongpoint__reason_item--img img {
    height: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__reason_item:nth-child(2) {
    padding: 0 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__reason_item:nth-child(2) .strongpoint__reason_item--img img {
    height: 200px;
  }
}
.strongpoint__reason_item--ttl {
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .strongpoint__reason_item--ttl {
    font-size: 0.95rem;
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__reason_item--ttl {
    font-size: 1.3rem;
    margin: 0 0 15px;
  }
}
.strongpoint__reason_item--ttl::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_mdk.svg) no-repeat top left/contain;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .strongpoint__reason_item--ttl::before {
    width: 15px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__reason_item--ttl::before {
    width: 20px;
    height: 30px;
  }
}
.strongpoint__reason_item--ttl span {
  border: 2px dotted #cd9e9f;
  margin-left: 3px;
  padding: 0 7px;
}
.strongpoint__reason_item--txt {
  margin: 0 0 20px;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
.strongpoint__reason_item--img {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .strongpoint__reason_item--img {
    text-align: center;
    height: 200px;
  }
  .strongpoint__reason_item--img img {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .strongpoint__reason_item--img {
    height: 250px;
  }
}

.recruit {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit {
    background: linear-gradient(#B81C22 92%, transparent 92%);
    padding: 60px 0;
    border-radius: 30px 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .recruit {
    background: linear-gradient(#B81C22 87%, transparent 87%);
    padding: 100px 0;
    border-radius: 50px 50px 0 0;
  }
}
.recruit h2 {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.2rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .recruit h2 {
    font-size: 2rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit h2 {
    font-size: 3.5rem;
    margin: 0 0 40px;
  }
}
.recruit h2 span {
  display: block;
  font-weight: normal;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .recruit h2 span {
    font-size: 0.9rem;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .recruit h2 span {
    font-size: 1.1rem;
    margin: 15px 0 0;
  }
}
.recruit__lead {
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .recruit__lead {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__lead {
    margin: 0 0 40px;
  }
}
.recruit__catch {
  text-align: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .recruit__catch {
    -webkit-text-stroke: 3.5px #231815;
    text-stroke: 3.5px #231815;
    paint-order: stroke;
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__catch {
    -webkit-text-stroke: 4.5px #231815;
    text-stroke: 4.5px #231815;
    paint-order: stroke;
    font-size: 2.3rem;
    margin: 0 0 20px;
  }
}
.recruit__catch span {
  color: #ffd000;
}
.recruit h3 {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .recruit h3 {
    font-size: 1.15rem;
    letter-spacing: 0.05rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit h3 {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    line-height: 1;
    margin: 0 0 15px;
    padding: 8px 15px 10px;
  }
}
.recruit h3 span {
  color: #B81C22;
  font-weight: 800;
}
.recruit h4 {
  font-weight: normal;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .recruit h4 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit h4 {
    margin: 0 0 20px;
  }
}
.recruit h5 {
  margin: 0;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .recruit h5 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .recruit h5 {
    font-size: 1.5rem;
  }
}
.recruit__txt {
  color: #231815;
  background-color: #fff;
  border: 2px solid #231815;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .recruit__txt {
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__txt {
    padding: 35px 35px 33px;
  }
}
.recruit__content {
  color: #231815;
  margin: 30px auto 0;
}
.recruit__list {
  text-align: left;
  border: 1px solid rgba(35, 24, 21, 0.3);
  display: flex;
}
@media only screen and (max-width: 767px) {
  .recruit__list {
    flex-direction: column;
    margin: 0 0 15px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__list {
    gap: 50px;
    justify-content: flex-start;
    margin: 0 auto 20px;
    padding: 25px 30px;
    width: 90%;
  }
}
.recruit__list ul {
  margin: 0 0 0 15px;
  padding: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .recruit__list ul {
    font-size: 0.9rem;
  }
}
.recruit__list ul li {
  margin: 0 0 5px;
}
.recruit__list ul li:last-child {
  margin: 0;
}
.recruit__recruit-ttl {
  text-align: center;
  color: #fff;
  background-color: #231815;
  display: inline-block;
  font-weight: 700;
  border-radius: 99px;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .recruit__recruit-ttl {
    font-size: 1.3rem;
    margin: 0 0 20px;
    padding: 8px 35px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__recruit-ttl {
    font-size: 1.8rem;
    margin: 0 0 30px;
    padding: 8px 35px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__recruit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.recruit__block {
  background-color: #fff;
  border: 2px solid #231815;
}
@media only screen and (max-width: 767px) {
  .recruit__block {
    padding: 20px 20px 15px;
  }
  .recruit__block:first-of-type {
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__block {
    padding: 25px;
  }
}
.recruit__block-ttl {
  background-color: #231815;
  box-sizing: border-box;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .recruit__block-ttl {
    font-size: 1.05rem;
    margin: 0 0 5px;
    padding: 8px 0;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__block-ttl {
    font-size: 1.4rem;
    margin: 0 0 15px;
    padding: 10px 20px;
    text-align: left;
  }
}
.recruit__block-content {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
}
.recruit__block-content table {
  width: 100%;
  text-align: left;
}
.recruit__block-content tr:last-of-type th, .recruit__block-content tr:last-of-type td {
  border-bottom: none;
}
.recruit__block-content th, .recruit__block-content td {
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .recruit__block-content th, .recruit__block-content td {
    padding: 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__block-content th, .recruit__block-content td {
    font-size: 1rem;
    padding: 15px 0;
  }
}
.recruit__block-content th {
  color: #B81C22;
  text-align: left;
  vertical-align: top;
  width: 80px;
}
@media only screen and (min-width: 768px) {
  .recruit__block-content th {
    width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit__block-content td {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__block-content td {
    line-height: 1.7;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__block-content td .flexrow {
    display: flex;
    gap: 20px;
  }
}
.recruit__block-content td p {
  margin: 0;
}
.recruit__comment {
  color: #fff;
  letter-spacing: 0.05rem;
  margin: 7px 0 0 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .recruit__comment {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__comment {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .benefit {
    margin-inline: calc(50% - 50vi);
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .benefit {
    margin-bottom: 120px;
  }
}
.benefit h2 {
  color: #231815;
  text-align: center;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .benefit h2 {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .benefit h2 {
    font-size: 2.3rem;
    letter-spacing: 0.1rem;
    margin: 0 0 40px;
  }
}
.benefit__text {
  color: #231815;
  box-sizing: border-box;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .benefit__text {
    margin: 30px 0 40px;
    gap: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .benefit__text {
    margin: 50px auto 60px;
    width: 900px;
    gap: 20px 0;
  }
}
.benefit p {
  line-height: 2;
  margin: 0;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .benefit p {
    font-size: 1.05rem;
  }
}

.link {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .link {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .link {
    margin-inline: calc(50% - 50vi);
    margin-top: 80px;
    padding: 0 30px;
  }
}
.link__content {
  background: #fff url(../img/dot.png) repeat center;
  border: 2px solid #231815;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .link__content {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .link__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
  }
}
.link__content::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 50px #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .link__content::after {
    width: 300px;
    height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .link__content::after {
    width: 900px;
    height: 800px;
  }
}
.link__txt {
  position: relative;
  z-index: 1;
}
.link__txt p {
  margin: 0;
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
.link__txt p .link-info {
  display: block;
  margin: 10px 0 0;
}
.link__txt p .link-strong {
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .link__txt p .link-strong {
    font-size: 1.2rem;
  }
}
.link__ttl {
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .link__ttl {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .link__ttl {
    font-size: 2.3rem;
    letter-spacing: 0.1rem;
    margin: 0 0 25px;
  }
}
.link__btn {
  background-color: #231815;
  margin: 30px auto 0;
  border-radius: 99px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .link__btn {
    width: 90%;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .link__btn {
    width: 330px;
    height: 70px;
    transition: 0.3s;
    font-size: 1.1rem;
  }
  .link__btn:hover {
    background-color: #B81C22;
  }
}
.link__btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  font-weight: 600;
}

.property {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .property {
    min-height: calc(100vh - 426px);
    margin: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  .property .block {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .property .block {
    max-width: 900px;
  }
}
.property__content {
  background-color: #fff;
  color: #231815;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .property__content {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .property__content {
    padding: 50px 50px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .property__guide {
    margin: 0 0 30px;
  }
}
.property__guide h1 {
  color: #B81C22;
  text-align: center;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .property__guide h1 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .property__guide h1 {
    margin: 0 0 50px;
    font-size: 2.5rem;
  }
}
.property__guide p {
  margin: 0;
  letter-spacing: 0.05rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .property__guide--condition {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .property__guide--condition {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .property__guide--contact h2 {
    margin: 0 0 10px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .property__guide--contact h2 {
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
}
.property__guide--contact p {
  border-left: 1.5px solid #ddd;
  padding-left: 15px;
}
.property__form {
  margin: 20px auto 0 auto;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .property__form {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .property__form {
    padding: 30px 30px 35px;
  }
}
.property__form h3 {
  text-align: center;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .property__form h3 {
    margin: 0 0 20px;
    padding: 8px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .property__form h3 {
    font-size: 1.4rem;
    margin: 0 0 30px;
    padding: 15px 10px;
  }
}
.property__form-note {
  margin: 0 0 20px;
}
.property__form--content table {
  background-color: #fff;
  border-spacing: 5px;
  box-sizing: border-box;
  margin: 0 0 30px;
  width: 100%;
  border-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .property__form--content table {
    border-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .property__form--content tr {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
  }
}
.property__form--content tr:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .property__form--content tr:last-of-type td {
    padding: 0;
  }
}
.property__form--content th {
  color: #231815;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .property__form--content th {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .property__form--content th {
    font-size: 1rem;
    font-weight: 600;
    width: 250px;
    padding: 10px 0 0;
  }
}
.property__form--content td {
  color: #231815;
}
@media only screen and (min-width: 768px) {
  .property__form--content td {
    width: calc(100% - 250px);
    padding: 0 0 20px;
  }
}
.property__form--content td input,
.property__form--content td textarea {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .property__form--content td input,
  .property__form--content td textarea {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .property__form--content td input,
  .property__form--content td textarea {
    font-size: 1rem;
    padding: 15px;
  }
}
.property__form--content td textarea {
  height: 180px;
}
.property__form--content .required {
  background-color: #B81C22;
  display: inline-block;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  margin: 0 8px 0 0;
  padding: 1px 0 2px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .property__form--content .required {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .property__form--content .required {
    width: 50px;
  }
}
.property__form--content .annotation {
  font-size: 0.8rem;
  margin: 0 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .property__form--content .annotation {
    font-size: 1rem;
  }
}
.property__submit {
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .property__submit {
    flex-direction: column;
    align-items: center;
    gap: 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  .property__submit {
    justify-content: center;
    flex-direction: row-reverse;
    gap: 0 10px;
  }
}
.property__submit input[type=submit] {
  border: none;
  background-color: #f1f1f1;
  color: #333;
  font-size: 1rem;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  border-radius: 99px;
}
@media only screen and (max-width: 767px) {
  .property__submit input[type=submit] {
    width: 90%;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .property__submit input[type=submit] {
    font-size: 1.05rem;
    width: 300px;
    height: 65px;
  }
}
.property__submit input[type=submit]:first-child {
  background-color: #B81C22;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .complete {
    background-color: #fff;
    min-height: calc(100vh - 426px);
  }
}
@media only screen and (min-width: 768px) {
  .complete {
    min-height: calc(100vh - 426px);
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .complete .block {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .complete .block {
    max-width: 900px;
  }
}
.complete__content {
  background-color: #fff;
  color: #231815;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .complete__content {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .complete__content {
    padding: 50px 50px 60px;
  }
}
.complete__content h1 {
  color: #B81C22;
  text-align: center;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .complete__content h1 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .complete__content h1 {
    margin: 0 0 50px;
    font-size: 2.5rem;
  }
}
.complete__content p {
  margin: 0;
  letter-spacing: 0.05rem;
  line-height: 1.7;
}
.complete__back {
  background-color: #231815;
  margin: 30px auto 0;
  border-radius: 99px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .complete__back {
    width: 90%;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .complete__back {
    width: 330px;
    height: 70px;
    transition: 0.3s;
    font-size: 1.1rem;
  }
  .complete__back:hover {
    background-color: #B81C22;
  }
}
.complete__back a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */