@charset "UTF-8";

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.mt05{
  margin-top: 0.5rem;
}
.mt1{
  margin-top: 1rem;
}
.mt2{
  margin-top: 2rem;
}
.mt3{
  margin-top: 3rem;
}
.mt4{
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .mt05{
    margin-top: 0.25rem;
  }
  .mt1{
    margin-top: 0.5rem;
  }
  .mt2{
    margin-top: 1rem;
  }
  .mt3{
    margin-top: 1.5rem;
  }
  .mt4{
    margin-top: 2rem;
  }
}
.text-center {
  text-align: center !important;
}

.font-bold{ font-weight: bold;}

.font-s{font-size: 0.9em;}

.font-r{color: #8B251D;}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}
.diversity_title1 {
  text-align: center;
  padding-left: 15px;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.diversity_title1 span {
  color: #8B251D;
  font-size: 15px;
}
.diversity_title1 span::after {
  content: "-";
  color: #8B251D;
}
.diversity_title1 span::before {
  content: "-";
  color: #8B251D;
}
@media screen and (max-width: 768px) {
  .diversity_title1 {
    font-size: 1.5em;
  }
}
.diversity_title2 {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 2px solid #8B251D;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.title_icon {
  width: 35px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .diversity_title2 {
    margin-top: 30px;
    font-size: 18px;
  }
  .title_icon {
  width: 25px;
}
}

.submenu {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  .submenu {
    padding: 0 2%;
  }
}

.submenu h3 {
  font-size: 25px;
  margin-bottom: 60px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .submenu h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.recruit_diversity ul {
  box-sizing: border-box;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.recruit_diversity ul li {
  box-sizing: border-box;
  font-size: 15px;
  margin: 0 15px;
  text-align: center;
  width: 25%;
  border-left: 1px solid #999999;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit_diversity ul li {
    font-size: 13px;
  }
}

.recruit_diversity ul li:last-child {
  border-right: 1px solid #999999;
}

.recruit_diversity ul li a {
  text-decoration: none;
  color: #333;
}
.recruit_diversity ul li a:hover {
  color: #8B251D;
}

.intro_img {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin-top: -100px;
  box-sizing: border-box;
}

.intro {
  text-align: center;
  background: url("../diversity/images/back_dot.png");
  background-color: #f4f4f4;
  padding-bottom: 100px;
}
.intro_in {
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-bottom: 80px;
  }
  .intro_in {
    padding: 50px 5%;
  }
}

.intro_in p {
  padding: 0 20px;
  margin-bottom: 1.5em;
  line-height: 2em;
  text-align: left;
  font-size: 17px;
}
.intro_in .text-bold {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .intro_in p {
    padding: 0;
    line-height: 1.8em;
    font-size: 15px;
  }
  .intro_in .text-bold {
    font-size: 16px;
  }
}

.info-flex {
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .info-flex {
    width: 100%;
    padding: 0 5%;
    gap: 10px;
  }
}

.info_link {
  overflow: hidden;
  position: relative;
  width: 480px;
  height: 270px;
  border: #333 1px solid;
}

@media screen and (max-width: 768px) {
  .info-box{
    width: 100%;
  }

  .info_link {
    width: 100%;
    height: 150px;
  }
}

.info_link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .info_link img {
  height: 150px;
}
}

.info_link:hover img {
  transform: scale(1.1);
}

.info-box p{
  font-size: 21px;
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info-box p{
    font-size: 14px;
  }
}

.info-box p::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 1em;
  background-image: url("../diversity/images/arrow3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .info-box p::after{
    font-size: 14px;
  }
}
.info-box:hover p::after {
  background-image: url("../diversity/images/arrow2.svg") ;
}

.info-box a{
  text-decoration: none !important;
  color: #333;
}
.info-box a:hover{
  color: #8B251D;
}

.requirements {
  max-width: 1000px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .requirements {
    padding: 0 5%;
    margin: 50px auto;
  }
}

.requirements dl {
  margin-bottom: 20px;
  display: flex;
  justify-content: left;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .requirements dl {
    display: block;
  }
}
.requirements dt {
  width: 150px;
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .requirements dt {
    width: auto;
  }
}
.requirements dd {
  width: 830px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .requirements dd {
    width: auto;
  }
}
.requirements_flex {
  display: flex;
  justify-content: center;
}
.requirements_flex a {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .requirements_flex {
    flex-wrap: wrap;
  }
}

.process {
  background: #E4E4E3;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .process {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.process_in {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .process_in {
    margin: 0 5%;
  }
}

.process ul {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .process ul {
    margin-top: 30px;
    gap: 10px;
  }
}
.process ul li {
  box-sizing: border-box;
  width: calc(33.33% - 15px);
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .process ul li {
    width: calc(50% - 5px);
  }
}

.process dt .process_step {
  font-weight: 500;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #8B251D;
  padding: 3px 0;
  width: 5.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .process dt .process_step {
    font-size: 17px;
    width: 4.5em;
  }
}
.process dt .process_tit{
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .process dt .process_tit{
    font-size: 20px;
    margin-top: 10px;
  }
}
.process dd {
  align-items: center;
  text-align: center;
  font-size: 15px;
  margin: 30px 0 40px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .process dd {
    font-size: 14px;
    margin: 10px 0 20px;
    padding: 0 10px;
  }
}
.process dd p{
  margin-top: 2em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .process dd p{
  margin-top: 1em;
  line-height: 1.3em;
}
}

.process_link{
  color: #8B251D;
  font-weight: 500;
  font-size: 17px;
  text-decoration: underline;
}
.process_link:hover {
  color: #333;
  text-decoration: none;
}

.process_pict{
  width: 140px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .process_pict{
  width: 90px;
  height: auto;
}
}

.entry {
  max-width: 1000px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .entry {
    margin: 50px 5%;
  }
}
.entry_txt {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .entry_txt {
    margin-top: 30px;
    text-align: left;
  }
}
.entry_txt2 {
  text-align: center;
  margin-top: 50px;
  font-size: 19px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .entry_txt2 {
    margin-top: 30px;
  }
}
.websana_link{
  margin-top: 20px;
}

.websana_link a:hover {
  opacity: 50%;
  transition: calc(0.3s * 0.5);
}
.websana_link img{
  width: 260px;
}

.entry_box {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .entry_box {
    display: block;
    margin-top: 30px;
  }
}

.entry_box li {
  box-sizing: border-box;
  width: calc(33.33% - 20px);
  border: 1px solid #8B251D;
  position: relative;
  padding: 1.3em 1.1em 170px;
}

@media screen and (max-width: 768px) {
  .entry_box li {
    width: 100%;
    margin-top: 20px;
    padding: 1.3em 1.3em 1.3em 1.3em;
  }
}

.entry_box .entry_pict {
  width: 110px;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .entry_box .entry_pict {
    position: relative;
    width: 90px;
    bottom: 0;
    margin-top: 10px;
  }
}

.entry_box dt {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.entry_box dd {
  line-height: 1.7em;
  font-size: 15px;
  position: relative;
}

.faq {
  background: #E4E4E3;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.faq_in {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .faq_in {
    margin: 0 5%;
  }
}

.faq-container {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .faq-container {
    padding: 10px;
    margin-top: 20px;
  }
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .faq-question {
    font-size: 15px;
  }
}

.faq-question span {
  display: flex;
  align-items: center;
}

.faq_q{
  width: 45px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .faq_q{
  width: 38px;
}
}

.icon {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: auto;
}
.faq-question .icon img {
  width: 20px;
  max-width: 20px;
  height: auto;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  font-size: 17px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .faq-answer {
    font-size: 15px;
  }
}
.faq-answer p {
  margin-bottom: 15px;
}

.recruit_page_link {
  max-width: 1000px;
  margin: 100px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit_page_link {
    margin: 50px 5%;
  }
}

.recruit_page_link_in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruit_page_link_in {
    display: block;
  }
}

.custom-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  padding: 10px 16px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #8B251D;
  background-color: #8B251D;
  border-radius:50px;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .custom-link {
    width: 100%;
  }
}

.custom-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url("../diversity/images/arrow4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  transition: transform 0.3s ease;
}

.custom-link:hover {
  background-color: #fff;
  color: #8B251D;
  text-decoration: none;
}

.custom-link:hover::after {
  background-image: url("../diversity/images/arrow2.svg");
  text-decoration: none;
}

.custom-link2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 33%;
  box-sizing: border-box;
  padding: 10px 16px;
  font-size: 16px;
  color: #fff;
  background-color: #8B251D;
  text-decoration: none;
  border: 1px solid #8B251D;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .custom-link2 {
    width: 100%;
  }
}

.custom-link2::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url("../diversity/images/arrow4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  transition: transform 0.3s ease;
}

.custom-link2:hover {
  background-color: #fff;
  color: #8B251D;
  text-decoration: none;
}

.custom-link2:hover::after {
  background-image: url("../diversity/images/arrow2.svg");
  text-decoration: none;
}

.custom-link3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  text-decoration: none;
  border: 2px solid #333;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 20px;
  border-radius: 50px;
}

.custom-link3::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url("../diversity/images/arrow4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  transition: transform 0.3s ease;
}

.custom-link3:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.custom-link3:hover::after {
  background-image: url("../diversity/images/arrow3.svg");
  text-decoration: none;
}