@charset "UTF-8";

html {
  font-size: 62.5%;
  font-weight: 500;
}

body {
  color: #333;
  font-size: 1.6rem;
  background: #fff;
}

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

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

li {
  list-style: none;
}

/*--- ヘッダー ---*/
/*ヘッダー共通設定*/
.page-header {
  height: 280px;
  background-image: url(../images/top_img_access.webp);
  background-size: cover;
  position: relative;
}

/*ヘッダー共通設定*/

.section_access_11 {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.section_access_11>div:nth-child(1) {
  width: 50%;
  padding-right: 60px;
}

.section_access_11>div:nth-child(1)>p {
  font-size: 18px;
  margin-top: 15px;
}

.section_access_11>div:nth-child(1)>h3 {
  font-size: 44px;
  font-weight: 500;
  color: #D25C36;
  margin-top: 15px;
}

.section_access_11>div:nth-child(2) {
  width: 50%;
}

.section_access_11>div:nth-child(2)>div:nth-child(1) {
  margin-left: auto;
  padding-top: 100px;
}

.section_access_11>div:nth-child(2)>div:nth-child(2) {
  margin-left: auto;
  padding-top: 20px;
}

.section_access_11>div:nth-child(2)>div>iframe {
  width: 100%;
  aspect-ratio: 4/5;
}

.counter_nday {
  margin-right: 5px;
  margin-left: 12px;
  padding: 3px 5px 3px 5px;
  border: 1px solid #000;
  background-color: #000;
  color: #FFF;
}

.section_access_11>div:nth-child(2)>div {
  display: flex;
  flex-direction: row
}

.section_access_11>div:nth-child(2)>div>div {
  height: 32px;
  margin-right: 15px;
  margin-left: 12px;
  padding: 3px 5px 3px 5px;
  border: 1px solid #D25C36;
  color: #D25C36;
  vertical-align: middle;
  white-space: nowrap;
}

.section_access_11>div:nth-child(2)>div>p {
  padding-top: 5px;
}

.section_access_12 {
  margin-top: 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section_access_12>div {
  width: 32%;
}

.section_access_12>div>img {
  object-fit: cover;
}

.section_access_20 {
  background-color: #FEFAF1;
}

.section_access_21 {
  margin-top: 37px;
  padding-top: 69px;
  padding-bottom: 136px;

}

.section_access_21_1 {
  padding-top: 77px;
  padding-bottom: 785px;
  background-color: #FFF;
  border-radius: 30px;
}

.section_access_22 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

.section_access_22>div {
  width: 45%;
  position: relative;
}

.section_access_22>div>div {
  position: absolute;
  top: 100px;
  left: 6px;
}

.recruit_dl1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  line-height: 175%;
}

.recruit_dl1_access {
  width: 90%;
}

.recruit_dl1_top {
  border-top: 1px dashed #5A2720;
}

.recruit_dl1>div:nth-child(1) {
  width: 30%;
  display: grid;
  place-items: center;
  border-bottom: 1px dashed #5A2720;
  font-weight: 600;
}

.recruit_dl1>div:nth-child(2) {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #5A2720;
}

.counter_nday_top {
  margin-left: 0px !important;
}

a.margin_center_bt1_access {
  margin-top: 48px;
}

.section_access_32 {
  display: flex;
  flex-direction: row;
  padding-top: 38px;
  padding-bottom: 38px;
  border-top: 1px dashed #5A2720;
  border-bottom: 1px dashed #5A2720;
  margin-top: 77px;
}

.section_access_32>div:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  margin-right: auto;
  margin-left: 50px;
}

.section_access_32>div:nth-child(2) {
  font-weight: 600;
  color: #5A2720;
  margin-left: auto;
  margin-right: 70px;
  position: relative;
}

.section_access_32>div:nth-child(2)>a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  top: -1px;
  right: -31px;
  background: url(../images/btn_arrow1.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.section_access_33_top {
  border-top: 1px dashed #5A2720;
  margin-top: 77px;
}

.section_access_33 {
  display: flex;
  flex-direction: row;
  padding-top: 38px;
  padding-bottom: 38px;
  border-bottom: 1px dashed #5A2720;
}

.section_access_33>div:nth-child(1) {
  width: 50%;
  margin-right: auto;
  margin-left: 50px;
}

.section_access_33>div:nth-child(1)>h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 23px;
}

.section_access_33>div:nth-child(1)>p {
  font-size: 16px;
}

.section_access_33>div:nth-child(2) {
  width: 42%;
  padding-top: 50px;
}

.section_access_33>div:nth-child(2)>p>span {
  font-size: 14px;
  margin-right: 5px;
  margin-left: 12px;
  padding: 3px 5px 3px 5px;
  border: 1px solid #000;
  background-color: #000;
  color: #FFF;
}

.section_access_33>div:nth-child(3) {
  width: 8%;
  font-weight: 600;
  color: #5A2720;
  margin-left: auto;
  margin-right: 60px;
  position: relative;
  padding-top: 24px;
}

.section_access_33>div:nth-child(3)>a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  top: 22px;
  right: -23px;
  background: url(../images/btn_arrow1.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* add */
.section_access_22t0 {
  position: relative;
}

.section_access_22t {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  top: 0px;
  left: 0px;
}

.section_access_22t>div {
  width: 40%;
  margin-top: 30px;
}

.section_access_22t>div:nth-child(1),
.section_access_22t>div:nth-child(3) {
  margin-right: 10px;
}

.section_access_22t>div:nth-child(2),
.section_access_22t>div:nth-child(4) {
  margin-left: 10px;
}

.section_access_22t>div>img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*---------------------------------
レスポンシブ
---------------------------------*/
@media screen and (max-width: 1250px) {}

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

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

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




/*---------------------------------
レスポンシブ スマホ
---------------------------------*/
@media screen and (max-width: 767px) {

  /*ヘッダー共通設定*/
  .page-header {
    background-image: url(../images/top_img_access_m.webp);
    margin-top: 66px !important;
  }

  /*ヘッダー共通設定*/
  .recruit_dl1 {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .recruit_dl1>div:nth-child(1) {
    width: 100%;
    display: block;
    text-align: left;
    padding-top: 20px;
    border-bottom: none;
  }

  .recruit_dl1>div:nth-child(2) {
    width: 100%;
  }

  .counter_nday {
    margin-left: 0;
  }

  .section_access_11 {
    flex-direction: column;
  }

  .section_access_11>div:nth-child(1)>p {
    font-size: 16px;
  }

  .section_access_11>div:nth-child(1)>h3 {
    font-size: 33px;
  }

  .section_access_11>div:nth-child(1)>p.section_access_11_p1 {
    font-size: 13px;
  }

  .section_access_11>div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }

  .section_access_11>div:nth-child(2) {
    width: 100%;
  }

  .section_access_11>div:nth-child(2)>div {
    flex-direction: column;
  }

  .section_access_11>div:nth-child(2)>div>div {
    width: 92px;
    margin-left: 0px;
    text-align: center;
  }

  .section_access_12 {
    width: 95%;
    margin: 0 auto;
    margin-top: 90px;
    flex-direction: column;
  }

  .section_access_12>div {
    width: 100%;
    padding-top: 10px;
  }

  .section_access_21_1 {
    padding-top: 39px;
    padding-bottom: 1206px;
  }

  .section_access_22 {
    flex-direction: column;
  }

  .section_access_22>div {
    width: 100%;
  }

  .section_access_22>div>div {
    width: 100%;
    margin-top: 20px;
    top: 35px;
    left: 0px;
  }

  .section_access_22>div>div.section_access_22_m {
    top: 280px;
  }

  .section_access_32 {
    flex-direction: column;
  }

  .section_access_32>div:nth-child(1) {
    margin-left: 5px;
    font-size: 18px;
  }

  .section_access_32>div:nth-child(2) {
    margin-top: 20px;
  }

  .section_access_33 {
    flex-direction: column;
  }

  .section_access_33>div:nth-child(1) {
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
  }

  .section_access_33>div:nth-child(2) {
    width: 100%;
    padding-top: 20px;
  }

  .section_access_33>div:nth-child(3) {
    width: auto;
    margin-left: auto;
    margin-right: 70px;
  }

  .section_access_33>div:nth-child(3)>a::after {
    top: 22px;
    right: -31px;
  }

  /* add */
  .section_access_22t {
    margin-top: 10px;
  }

  .section_access_22t>div {
    width: 90%;
  }

  .section_access_22t>div:nth-child(1),
  .section_access_22t>div:nth-child(3) {
    margin-right: 0px;
  }

  .section_access_22t>div:nth-child(2),
  .section_access_22t>div:nth-child(4) {
    margin-left: 0px;
  }

}

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

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

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