/*2023/11/17追加**/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

}
/***2023/11/17ここまで****/


body {
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width:680px) {
  .wrapper {
    max-width: 100%;
    overflow: hidden;
  }
}

.header__contents {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.header__contents--banners {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.phone-image {
  margin-top: 10px;
}

.header__contents--banner {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #B20000;
  border: #B20000 1px solid;
  border-radius: 50px;
  padding: 5px 20px;
  margin-right: 10px;
}

.phone-number {
  margin-left: 5px;
  margin-right: 5px;
}

.header__contents--number {
  display: flex;
  align-items: center;
  color: #B20000;
  font-weight: bold;
}

.header__contents--hours {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #B20000;
}

.header__contents--banner2 {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #B20000;
  color: #fff;
  border: #fff 1px solid;
  border-radius: 50px;
  padding: 5px 20px;
}

@media screen and (max-width:1000px) {
  .header__contents {
    height: 60px;
  }

  .header-image {
    width: 120px;
  }

  .header-sp {
    width: 250px;
  }

  /*スマホ版とPC版を分ける2024/05/08*/
  .header__contents--banner2 {
    height: 30px;
    display: flex;
   /* justify-content: space-between;
    align-items: center;
    background-color: #B20000;
    color: #fff;
    border: #fff 1px solid;*/
    border-radius: 50px;
    padding: 5px 10px;
  }
  .phone-number {
    margin-left: 0px;
    margin-right: 0px;
   font-size: 13px;
  }



/****ここまで**/  
}

@media screen and (max-width:680px) {

  .header-sp {
    width: 175px;
  }

}

.top__caption {
  margin-top: 100px;
  background-image: url(./images/top-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top__caption--txt {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.top__caption--txt-red {
  margin: 0;
  font-size: 65px;
  color: #B20000;
  font-weight: bold;
/*2023/11/17*/
-webkit-text-size-adjust: 100%;
/**/
}

.topTextRed {
  font-size: 80px;
}

.top__caption--txt-black {
  margin: 0;
  font-size: 38px;
  color: #000;
  font-weight: bold;
  /*2023/11/17*/
-webkit-text-size-adjust: 100%;
/**/
}

.topTextBlack {
  font-size: 75px;
}

.arrow {
  position: relative;
 padding: 0 25px 0 0;
}

.arrow::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  z-index: 2;
}

.top__rta {
  padding: 64px 0;
  background-color: #B20000;
  text-align: center;
}

.top__contents--banner {
  position: relative;
  height: 95px;
  width: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #B20000;
  border: #B20000 1px solid;
  border-radius: 50px;
  padding: 5px 20px;
  margin-top: 15px;
  z-index: 2;
}

.arrow-red {
  padding: 0 50px 0 0;
  font-size: 36px;
  font-weight: bold;
}

.arrow-red::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20;
  margin: auto;
  box-sizing: border-box;
  border: 12px solid transparent;
  border-left: 20px solid #B20000;
  z-index: 2;
}

.sp {
  display: none;
}

@media screen and (max-width:680px) {
  .top__caption {
    margin-top: 60px;
   background-image: url(./images/top-bg-smp.jpg);
    background-size: cover;
    background-position: left center ;
  }

  .top__caption--txt {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-text-size-adjust: 100%;
  }

  .top__caption--txt-image {
    width: 45%;
  }

  .top__caption--txt-red {
  font-size: 20px;
    /*2023/11/17*/
-webkit-text-size-adjust: 100%;
/**/
  }

  .topTextRed {
   /* font-size: 35px;*/
   font-size: 9vw;
  }

  .topTextRedSP {
/* font-size: 44px;*/
font-size: 9vw;
  }

  .top__caption--txt-black {
font-size: 17px;
        /*2023/11/17*/
-webkit-text-size-adjust: 100%;
/**/
  }

  .topTextBlack {
   /* font-size: 37px;*/
   font-size: 9vw;
  }

  .topTextBlackSP {
    display: inline-block;
    text-align: right;
    padding-left: 170px;
  }

  .sp {
    display: block;
  }

  .top__caption--img img {
    width: 75px;
  }

}

.about {
  padding: 120px 0;
  background-color: #FFFCEA;
  text-align: center;
}

.about p {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
}

.about__text {
  font-size: 45px;
  color: #B20000;
}

.about__contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
}

.about__content {
  width: 40%;
  height: 400px;
  margin-right: 30px;
  margin-left: 30px;
  padding: 50px 50px 0;
  background-color: #fff;
}

.about__content p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}

.triangel {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:680px) {
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about__text {
    font-size: 34px;
  }

  .about p {
    font-size: 24px;
  }

  .about__contents {
    flex-direction: column;
    margin: 70px 12px 0;
  }

  .about__content {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .spnone {
    display: none;
  }

  .about__content p {
    font-size: 18px;
  }

  .about__content img {
    width: 80%;
  }
}


.voice {
  text-align: center;
}

.voice h2 {
  display: inline-block;
  font-size: 54px;
  font-weight: bold;
  margin-top: 180px;
  padding-bottom: 20px;
  border-bottom: #000 1px solid;
}

.voice__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 90px;
}

.voice__content-txt {
  text-align: left;
  padding-left: 36px;
}

.voice__content-txt h3 {
  font-size: 34px;
  margin: 0;
  font-weight: bold;
}

.voice__content-txt p {
  font-size: 18px;
}

.red {
  color: #B20000;
}

.voice__content-txt-name {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 50px;
}

.voice__content-image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 210px;
}

@media screen and (max-width:1000px) {
  .voice__content {
    flex-direction: column;
    margin-top: 40px;
  }

  .voice__content img {
    width: 90%;
    margin: 0 auto;
  }
}


@media screen and (max-width:680px) {
  .voice h2 {
    font-size: 34px;
    margin-top: 70px;
  }

  .voice__content-image {
    display: none;
  }

  .voice__content-txt {
    padding: 30px 12px 0;
  }

  .voice__content-txt h3 {
    font-size: 24px;
    text-align: center;
  }

  .voice__content-txt-name {
    margin-bottom: 40px;
    text-align: center;
  }
}

.reason-title {
  padding: 64px 0;
  background-color: #B20000;
  text-align: center;
  position: relative;
}

.triangel-rta {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}

.reason-title p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.reason-txt {
  font-size: 34px;
}

.reason-txt-strong {
  font-size: 54px;
}

.txt-high {
  font-size: 70px;
}

.txt-low {
  font-size: 45px;
}

.reason__content {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: 30%;
  padding-bottom: 120px;
  font-size: 35px;
  font-weight: bold;
}

.reason__content p {
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reason-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.reason__contents {
  margin-top: 160px;
}

.reason__contents h3 {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  background-color: #B20000;
  border-radius: 20px 20px 0 0;
}

.reason__contents h3 img {
  padding-right: 10px;
}

.reason__content-01 {
  background-color: #FFFCEA;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.reason__content-01 div {
  width: 30%;
  margin: 100px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}

.reason__content-01-txt {
  font-size: 24px;
  font-weight: bold;
  margin: 42px 0;
}

.reason01-strong {
  color: #B20000;
  font-size: 70px;
  font-weight: bold;
}

.reason01-middle {
  font-size: 30px;
}

.reason01-row {
  color: #B20000;
  font-size: 18px;
  font-weight: bold;
}

.reason__content-02 {
  background-color: #FFFCEA;
  border-radius: 0 0 20px 20px;
}

.reason02-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 40px;
}

.reason02-txt {
  padding-left: 60px;
}

.reason02-txt-title {
  display: inline;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: #000 1px dotted;
}

.bold {
  font-weight: bold;
}

.reason02-txt-sentence {
  font-size: 18px;
  margin-top: 40px;
}

.reason02-content-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 40px;
}

.reason02-txt-reverse {
  padding-right: 60px;
}

.reason-last {
  margin-bottom: 160px;
}

.reason03-content-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 40px;
}

.reason03-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 40px;
}

@media screen and (max-width:1000px) {
  .reason__content {
    padding-left: 20%;
    font-size: 28px;
  }
}


@media screen and (max-width:680px) {
  .reason {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .reason-title p {
    font-size: 20px;
  }

  .reason-txt {
    font-size: 24px;
  }

  .reason-underline-sp {
    width: 270px;
    margin: 0 auto;
  }

  .reason-txt-strong {
    font-size: 34px;
  }

  .txt-high {
    font-size: 57px;
  }

  .txt-low {
    font-size: 34px;
  }

  .reason__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    align-items: center;
  }

  .reason-flex {
    flex-direction: column;
  }

  .reason__content-txt {
    font-size: 24px;
    padding-bottom: 50px;
  }

  .reason__content p {
    display: block;
    text-align: center;
  }

  .reason__contents {
    width: 90%;
    margin: 90px auto 0;
  }

  .reason__contents h3 {
    position: relative;
  }

  .reason-image-sp {
    display: block;
    position: absolute;
    top: -20;
    left: 45%;
  }

  .reason__contents h3 {
    font-size: 34px;
    padding: 20px;
  }

  .reason__content-01 {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reason__content-01 div {
    width: 90%;
    margin: 10px;
  }

  .reason01-strong {
    font-size: 60px;
  }

  .border-bottom-sp {
    border-bottom: #FFFCEA 50px solid;
  }

  .reason02-content {
    flex-direction: column;
    padding: 60px 20px;
    text-align: center;
  }

  .reason02-content img {
    width: 100%;
  }

  .reason02-txt {
    padding-left: 0;
  }

  .reason02-txt-title {
    display: inline-block;
    padding-bottom: 0;
    font-size: 23px;
    margin: 34px 0;
  }

  .reason02-txt-sentence {
    text-align: left;
    margin: 0;
  }

  .reason02-content-reverse {
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
  }

  .reason02-content-reverse img {
    width: 100%;
  }

  .reason02-txt-reverse {
    padding-right: 0;
  }

  .reason03-content-reverse {
    flex-direction: column;
    padding: 60px 20px;
    text-align: center;
  }

  .reason03-content-reverse img {
    width: 100%;
  }

  .reason03-content {
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
  }

  .reason03-content img {
    width: 100%;
  }
}

.rta {
  padding: 64px 0;
  background-color: #F2F2F2;
  text-align: center;
}

.rta__contents--banner {
  position: relative;
  height: 95px;
  width: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B20000;
  color: #fff;
  border: #fff 1px solid;
  border-radius: 50px;
  padding: 5px 20px;
  margin-top: 15px;
  margin-bottom: 30px;
  z-index: 2;
}

.arrow-white {
  padding: 0 50px 0 0;
  font-size: 36px;
  font-weight: bold;
}

.arrow-white::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20;
  margin: auto;
  box-sizing: border-box;
  border: 12px solid transparent;
  border-left: 20px solid #fff;
  z-index: 2;
}

.rta p {
  color: #B20000;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.rta-txt {
  font-size: 32px;
}

.rta-position {
  position: relative;
}

.rta-image {
  position: absolute;
  top: 50;
  right: -50;
}

@media screen and (max-width:1000px) {

  .top__contents--banner {
    width: 320px;
    height: 70px;
  }

  .top__rta {
    padding-top: 30px;
  }

  .top__rta img {
    width: 150px;
  }

  .arrow-red {
    font-size: 23px;
    padding-right: 20px;
  }

  .arrow-red::before {
    border: 9px solid transparent;
    border-left: 12px solid #B20000;
  }

  .rta {
    margin-top: 0;
    padding-bottom: 0;
  }

  .rta-image-sp {
    width: 210px;
    margin: 0 auto;
  }

  .rta__contents--banner {
    width: 320px;
    height: 70px;
    margin-bottom: 16px;
  }

  .arrow-white {
    font-size: 26px;
    padding-right: 20px;
  }

  .arrow-white::before {
    border: 9px solid transparent;
    border-left: 12px solid #fff;
  }

  .arrow-red-sp {
    font-size: 28px;
  }

  .rta-sp {
    width: 175px;
    margin: 15px auto 0;
  }

}

.salary {
  margin: 160px 0;
}

.salary h3 {
  text-align: center;
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  background-color: #B20000;
  border-radius: 20px 20px 0 0;
}

.salary-txt {
  text-align: center;
  margin-top: 120px;
}

.salary-txt-title {
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  border-bottom: 6px solid rgba(178, 0, 0, 0.5);
}

.salary01 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 70px;
}

.salary__content {
  background-color: #FFFCEA;
  margin-top: 70px;
}

.salary__content-txt {
  text-align: center;
  padding: 70px 0;
}

.salary__content-txt p {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.salary02 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  padding-bottom: 110px;
}

.salary02-txt {
  font-size: 18px;
  padding: 0 60px 50px;
  margin: 0;
}

.tac {
  text-align: center;
}

.border-dotted {
  width: 280px;
  margin: 0 auto;
  border-bottom: #000 1px dotted;
  font-size: 18px;
  font-weight: bold;
}

.salary02-txt-high {
  font-size: 24px;
  color: #B20000;
  font-weight: bold;
}

.salary02-txt-sentence {
  margin: 10px 0 45px;
}

@media screen and (max-width:680px) {
  .salary {
    margin: 60px 12px 60px;
    border: #B20000 1px solid;
    border-radius: 20px;
  }

  .salary h3 {
    font-size: 34px;
  }

  .salary-txt {
    margin-top: 50px;
  }

  .salary-txt-title {
    display: inline;
    font-size: 24px;
  }

  .salary01 {
    flex-direction: column;
  }

  .salary01 img {
    width: 90%;
  }

  .salary-image {
    margin-top: 50px;
  }

  .salary__content {
    margin: 60px 12px 12px;
  }

  .salary__content-txt {
    padding: 40px 0;
  }

  .salary__content-txt p {
    font-size: 24px;
  }

  .salary02 {
    flex-direction: column;
    padding: 0 12px;
  }

  .salary02 img {
    width: 90%;
  }

  .salary02-txt {
    padding: 40px 0;
  }
}

.schedule {
  background-color: #F2F2F2;
  padding-bottom: 100px;
}

.schedule h2 {
  display: inline-block;
  font-size: 54px;
  font-weight: bold;
  margin-top: 180px;
  padding-bottom: 20px;
  border-bottom: #000 1px solid;
}

.schedule__content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 90px;
}

.schedule-txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 80px;
}

@media screen and (max-width:680px) {
  .schedule {
    padding: 0 12px 60px;
  }

  .schedule h2 {
    font-size: 34px;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .schedule__content {
    flex-direction: column;
    margin-top: 50px;
  }

  .schedule__content img {
    width: 90%;
  }

  .schedule-image {
    margin-top: 50px;
  }

  .schedule-txt {
    text-align: left;
    font-size: 18px;
    margin-top: 50px;
  }
}

.faq {
  margin-top: 180px;
  margin-bottom: 110px;
}

.faq h2 {
  display: inline-block;
  font-size: 54px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: #000 1px solid;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.accordion-item {
  border-top: #B20000 0.5px solid;
  border-bottom: #B20000 0.5px solid;
}

.accordion-item:first-child {
  border-top: #B20000 1px solid;
}

.accordion-item:last-child {
  border-bottom: #B20000 1px solid;
}

.accordion-title {
  cursor: pointer;
  padding: 40px 20px 40px 70px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin: 0;
}

.accordion-title::before {
  content: 'Q.';
  font-size: 18px;
  font-weight: bold;
  color: #B20000;
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
}

.accordion-title::after {
  border-right: solid 2px #B20000;
  border-top: solid 2px #B20000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

.accordion-content {
  display: none;
  padding: 0 20px 40px 70px;
  position: relative;
}

.accordion-content p {
  margin: 0;
  font-size: 18px;
}

.accordion-content p::before {
  content: 'A.';
  font-size: 18px;
  font-weight: bold;
  color: #B20000;
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
}

@media screen and (max-width:680px) {
  .faq {
    padding: 0 12px 60px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq h2 {
    font-size: 34px;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .accordion {
    margin-top: 50px;
  }

  .accordion-title {
    padding: 35px 25px 35px 30px;
  }

  .accordion-title::before {
    top: 35px;
    left: 5px;
  }

  .accordion-title::after {
    right: 10px;
    top: 44%;
  }

  .accordion-content {
    padding: 0 25px 35px 30px;
  }

  .accordion-content p::before {
    left: 5px;
  }
}

.message {
  margin-bottom: 100px;
}

.message h3 {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  background-color: #B20000;
  border-radius: 20px 20px 0 0;
}

.message-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  border: #B20000 1px solid;
  padding: 80px 0;
  border-radius: 0 0 20px 20px;
}

.message-content img {
  padding-left: 40px;
  padding-right: 40px;
}

.message-txt {
  padding-right: 40px;
  font-size: 18px;
  margin: 0;
}

@media screen and (max-width:680px) {
  .message {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0 12px;
  }

  .message h3 {
    font-size: 34px;
  }

  .message-content {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .message-content img {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .message-txt {
    padding: 40px 12px 0;
  }
}

.recruitment {
  margin-top: 160px;
  margin-bottom: 160px
}

.recruitment h2 {
  display: inline-block;
  font-size: 54px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: #000 1px solid;
  margin: 0;
  margin-bottom: 60px;
}

.recruitment__content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  border-bottom: #B20000 1px solid;
}

.recruitment__content-title {
  font-size: 25px;
  font-weight: bold;
  flex: 1;
  margin: 0;
  padding-left: 40px;
  padding-top: 30px;
}

.recruitment__content-txt {
  font-size: 18px;
  flex: 3;
  margin: 0;
  padding: 30px 0;
}

.border-none {
  border: none;
}

.recruitment__content-map {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: #B20000 1px solid;
}

.content-map {
  padding-left: 40px;
}

.recruitment__content-map-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.recruitment__content-map-txt p {
  margin: 0;
}

.recruitment__content-map-txt img {
  padding-top: 30px;
  padding-bottom: 30px;
}

.border-top-dotted {
  border-top: #B20000 1px dotted;
  padding-top: 25px;
}

@media screen and (max-width:680px) {
  .recruitment {
    margin: 100px 12px 20px;

  }

  .recruitment h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }

  .recruitment__content {
    flex-direction: column;
    align-items: center;
  }

  .border-top {
    border-top: #B20000 1px solid;
  }

  .recruitment__content-title {
    font-size: 18px;
    flex: 1;
    padding: 35px 0;
  }

  .recruitment__content-txt {
    flex: 1;
    padding: 0 0 35px;
  }

  .recruitment__content-map {
    flex-direction: column;
    margin-top: 0;
  }

  .content-map {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .recruitment__content-map-txt {
    padding: 0;
    margin: 20px 0 0;
  }

  .content-map1 {
    width: 80%;
    margin: 0 auto;
  }

  .content-map2 {
    width: 80%;
    margin: 0 auto;
  }

  .border-bottom-none {
    border-bottom: none;
  }
}

.flow {
  background-color: #FFFCEA;
  padding-top: 110px;
  padding-bottom: 160px;
}

.flow h2 {
  display: inline-block;
  font-size: 54px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: #000 1px solid;
  margin: 0;
  margin-bottom: 70px;
}


.flow h3 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  margin-top: 110px;
  padding: 5px 0;
  background-color: #B20000;
  border-radius: 20px 20px 0 0;
}

.flow-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: #B20000 1px solid;
  padding: 80px 0;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}

.flow-txt {
  font-size: 25px;
  padding-right: 40px;
  margin: 0;
}

@media screen and (max-width:680px) {
  .flow {
    padding: 80px 12px 90px;
  }

  .flow h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }

  .flow-sp {
    width: 40%;
    margin: 0 auto;
  }

  .flow h3 {
    font-size: 34px;
    margin-top: 70px;
    margin-bottom: 0;
    padding: 28px 0;
  }

  .flow-content {
    flex-direction: column;
    padding: 40px 24px;
  }

  .flow-iframe {
    width: 100%;
    height: 240px;
  }

  .flow-txt {
    font-size: 18px;
    font-weight: 400;
    padding: 40px 0 0;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 0;
}

.btnshine {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* slider */
.top-slider {
  display: none;
}

@media screen and (max-width:680px) {
  .top-slider {
    height: 230px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .top-slider .slick-slide {
    position: relative;
    overflow: hidden;
  }

  .top-slider .slick-slide img {
    display: block;
    object-fit: cover;
  }
}

.sp2 {
  display: none;
}

@media screen and (max-width:1000px) {
  .spnone2 {
    display: none;
  }

  .sp2 {
    display: block;
  }
}