@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://use.typekit.net/zkq2emd.css");
@font-face {
  font-family: "ds-digitalnormal";
  src: url("../fonts/ds-digi1-webfont.woff2") format("woff2"),
    url("../fonts/ds-digi1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}

.sp-none {
  display: none !important;
}

.recruit-parent {
  width: 830px;
  margin: 55px auto;
  display: flow-root;
}

span.sub1-ttl-span {
  color: #ac1821;
  font-size: 13px;
}

p.sub1-ttl-txt {
  margin: 0;
  padding: 0px 0px;
  font-size: 15px;
}

.interview-top-section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.interview-top-section h1 {
  color: #ac1821;
  font-size: 90px;
  margin: 0;
  font-family: rift, sans-serif;
  line-height: 1;
}

.recruit-single-top-parent {
  background: url(../img/bg-pc.png);
  background-size: 90%;
  background-position: -320% 0vw;
  background-repeat: no-repeat;
  margin-top: 100px;
  padding-top: 10px;
}

.interview-top-section p {
  color: #ac1821;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 4px;
  font-weight: bold;
}

p.recuit-single-text {
  margin: 0;
  font-size: 15px;
}

.recruit-single-sub1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 830px;
  height: fit-content;
  margin: auto;
  justify-content: center;
}

.flex-top {
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-bottom {
  /* align-items: flex-end; */
  justify-content: flex-end;
}

.flex-center {
  justify-content: center;
}

.profile-img-parent {
  width: 400px;
  height: 313px;
  display: flex;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub1-text-parent {
  padding: 0px 30px;
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  /* height: fit-content; */
}

h1.sub-ttl {
  background: #ac1821;
  color: white;
  font-size: 15px;
  text-align: center;
  padding: 10px 40px;
  width: max-content;
  margin: 0;
  margin-top: 10px;
}

p.sub-text {
  font-size: 15px;
  padding-left: 50px;
  width: 87%;
  /* letter-spacing: 2px; */
  line-height: 1.8;
}

.recruit-single-sub2 {
  width: 70%;
  display: flex;
  flex-direction: column;
  background: url(../img/bg-pc.png);
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-side {
  float: right;
  /* margin-bottom: 50px; */
}

.recruit-single-sub3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: auto;
}

h1.sub3-ttl {
  color: #ac1821;
  font-size: 90px;
  margin: 0;
  font-family: rift, sans-serif;
  line-height: 1;
  z-index: 1;
}

p.sub1-ttl {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  padding: 13px 0px;
  line-height: 1.2;
  word-break: break-word;
}

img.featured-img {
  width: 420px;
  height: 350px;
  object-fit: cover;
}

.overlay-bg2 {
  background: url(../img/bg-pc.png);
  background-size: 57%;
  background-position: 0% 0vw;
  background-repeat: no-repeat;
}

.overlay-bg3 {
  background: url(../img/bg-pc.png);
  background-size: 90%;
  background-position: -220% 12vw;
  background-repeat: no-repeat;
}

.bg {
  width: auto;
  height: auto;
}

.sub3-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  margin-top: -30px;
}

.morning-schedule,
.evening-schedule {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: url(../img/recruitment/schedule-bg.png);
  background-size: cover;
  margin-top: -26px;
  padding: 50px 20px 20px 20px;
  margin: 0 1%;
  justify-content: center;
}

.schedule-single {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
}

.text-saparator {
  width: 1px;
  background: grey;
  height: 100%;
}

.schedule-time {
  display: flex;
  width: 80px;
  justify-content: center;
  font-family: "ds-digitalnormal";
  padding: 10px 0;
  font-weight: bold;
  font-size: 30px;
}

.schedule-entry {
  display: flex;
  padding-left: 20px;
  padding: 10px 0 10px 10px;
  width: 75%;
}

/* faq */

/* accordion-1 */

.faq-parent {
  width: 80%;
  margin: auto;
}

#accordion-1 {
  position: relative;
  border-top: 1px solid #ac1821;
  /* border-bottom: 1px solid #ac1821; */
}

.qna_ttl h3 {
  font-size: 15px;
  text-align: left;
  color: #ac1821;
  font-family: "Noto Sans JP";
  margin: 18px 0px;
}

.qna_text p {
  font-size: 13px;
  text-align: left;
  color: black;
  /* font-family: 'Shippori Mincho', serif; */
  line-height: normal;
  margin-left: 10%;
  line-height: 2;
}

#accordion-1 .head {
  color: black;
  padding: 0px;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#accordion-1 .arrow {
  color: #ac1821;
  font-size: 20px;
  transition: 0.25s ease;
  opacity: 1;
  transform: rotate(-90deg);
}

#accordion-1 .head:hover .arrow {
  opacity: 1;
}

/* #accordion-1 .head:hover,
#accordion-1 .active {
    background-color: #FFE77AFF;
} */

#accordion-1 .arrow-animate {
  transform: rotate(0deg);
  opacity: 1;
}

#accordion-1 .content {
  display: none;
  padding: 0px 30px 20px 30px;
  color: #333333;
}

.fa-angle-up:before {
  content: "\f107";
}

.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

hr.border_qna {
  border-top: 1px solid #ac1821;
}

.fa-rotate-45 {
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  transition: cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s !important;
}

.fas {
  transition: cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
  color: #ac1821;
}

/* faq */

/* list interview */

.interview-single {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: blue; */
  padding: 0px 0.3vw;
  padding-bottom: 35px;
}

p.interview-single-ttl {
  font-size: 13px;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: bold;
}

p.interview-single-text {
  font-size: 10px;
  width: 100%;
  margin: 0;
  letter-spacing: 0.5px;
}

button.featured-button {
  position: absolute;
  background: #ac1821;
  color: white;
  border: none;
  width: 115px;
  height: 25px;
  font-size: 13px;
  font-family: "Noto Sans JP";
  letter-spacing: 1.5px;
  bottom: 0;
  right: 0;
}

.interview-body-parent {
  width: 100%;
  height: max-content;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  margin-top: 60px;
  /* padding-bottom: 20px; */
}

.interview-single img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}

h3.archive-single-ttl {
  margin: 12px 0px 2px;
  font-size: 12px;
}

p.archive-single-text {
  font-size: 15px;
  width: 100%;
  height: auto;
  margin: 2px 0px;
}

p.archive-single-text_ {
  font-size: 12px;
  width: 100%;
  height: auto;
  margin: 2px 0px;
}

/* list interview  */

/* footer  */

p.rcruit-right-top-2 {
  margin: 0;
  font-size: 13px;
  color: white;
  border: 1px solid white;
  padding: 5%;
  width: max-content;
  line-height: 1;
}

a.navlink,
a.navlink2,
a.navlink3 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.home-map {
  width: 100%;
  height: 450px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(1);
  padding-top: 2%;
}

/* footer  */

/* shortcut */

.home-more-info {
  display: flex;
  width: max-content;
  height: max-content;
  margin: auto;
  text-align: left;
  padding-bottom: 40px;
  /* padding-top: 65px; */
  border-bottom: 1px solid gray;
}

.home-info-1 {
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-info-2 {
  width: 280px;
  border-left: 0.1px solid gray;
  border-right: 0.1px solid gray;
}

.home-info-3 {
  width: 270px;
  display: flex;
  flex-direction: column;
}

p.home-info-ttl,
p.home-info-ttl2,
p.home-info-ttl3 {
  color: #bd1821;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 2px;
  margin-top: 0;
  text-align: center;
}

ul.home-info {
  padding-inline-start: 99px;
}

li.home-info,
li.home-info2,
li.home-info3 {
  text-align: left;
  line-height: 2.4;
  list-style-type: none;
  display: flex;
  font-size: 13px;
  text-align: left;
}

li.home-info::before {
  content: "-";
  text-indent: -11px;
}

li.home-info2::before {
  content: "-";
  text-indent: -11px;
}

li.home-info3::before {
  content: "-";
  text-indent: -11px;
}

li.home-info a,
li.home-info2 a,
li.home-info3 a {
  color: #000;
  text-decoration: none;
}

ul.home-info2 {
  padding-inline-start: 70px;
}

ul.home-info3 {
  padding-inline-start: 101px;
}

/* shortcut */

/* charm section  */

.recruit-charm {
  width: 100%;
  height: max-content;
  background-image: url(../img/recruit-bg-100.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 32px;
  padding-bottom: 30px;
}

.recruit-charm p {
  color: white;
  letter-spacing: 1px;
  padding: 16px 0px;
  font-size: 15px;
  margin: 0;
}

.charm-single-parent {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.charm-single {
  padding-right: 1vw;
  width: 19vw;
}

a.navlink,
a.navlink2 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: inherit;
}

.charm-single img {
  width: 100%;
}

.charm-single p {
  color: #ac1821;
  text-align: center;
  margin: 0px auto;
  letter-spacing: 3px;
  padding: 0;
  font-weight: bold;
  font-size: 13px;
}

/* charm section  */
