
body {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
}#banner_headline {
  padding: 50px 0 100px;
  margin-bottom: -50px;
  background: linear-gradient(180deg, #abddff 0%, #55ddff 100%);
  position: relative;
}

#banner_headline::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 45%;
  background: url(../images/disability_bg.png);
  background-size: contain;
  background-position: 80% 50%;
  background-repeat: no-repeat;
  top: 0;
  mix-blend-mode: screen;
  max-width: 1000px;
  margin-left: 55%;
}

#banner_headline h1 {
  font-size: clamp(30px, 7vw, 48px);
  color: #000;
  font-family: "HondaGlobalFontENJP-ExBold","Noto Sans JP", sans-serif;
  font-weight: 900;
  position: relative;
  z-index: 1;
  padding: 1% 2%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  min-height: unset;
}
#banner_headline p {
  color: #000;
  font-size: 18px;
  position: relative;
  line-height: 2em;
  z-index: 1;
  padding: 1% 2%;
  max-width: 1000px;
  margin: 0 auto;
  text-shadow: #fff 0.05em 0.05em 0;
}

div.anchor_links {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 2;
  position: relative;
}
div.anchor_links a {
  font-size: 18px;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #000;
  width: calc(100% / 3);
  padding: 1.5em 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  text-decoration: unset;
}
div.anchor_links a:hover {
  color: #000 !important;
}
div.anchor_links a:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  width: 0.1em;
  height: 2.2em;
  background: #dcdcdc;
  left: 0;
}
div.anchor_links a::after {
  content: "";
  position: relative;
  width: 0.4em;
  height: 1.5em;
  background-image: url(/HMJ/recruit/images/right_angle_bracket_symbol.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
  top: 0;
  transition: 0.2s cubic-bezier(0, 0, 1, 1);
}
div.anchor_links a:hover::after {
  top: 5px;
}
div.contents {
  font-size: 18px;
  padding: 0 5%;
  margin-bottom: 140px;
}

/* table {
}
table tbody {
} */
.contents tr {
  font-size: 18px;
  padding: 1.2em;
}
.contents td {
  border: 1px solid #dcdcdc;
  padding: 1.2em;
  padding-bottom: calc(1.2em - 12px);
}
.contents td > * {
  display: inline-block;
  width: 100%;
}
td:first-child {
  width: 13em;
  background: #f1f2f3;
  vertical-align: top;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: bold;
  padding: 1.2em;
}
.contents td strong {
  margin-bottom: 2px;
}
.contents td p,
.contents td small,
.contents td hr,
.contents td a.arrow_anchor {
  margin-bottom: 12px;
}
.contents td strong {
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: bold;
}
.contents td p {
  font-size: 16px;
}
.contents td small {
  font-size: 12px;
}

.contents td ul {
  margin-bottom: 1.2em;
  font-size: 16px;
}
.contents td ul li {
  list-style: disc;
  margin: 0 0 0.3em 1.5em;
}
.contents td hr {
  width: 100%;
  border: dashed 1px #dcdcdc;
  margin-top: 0;
}
.contents td a.arrow_anchor {
  font-size: 16px;
  position: relative;
  padding-left: 1.2em;
  color: #0088ff !important;
  text-decoration: unset;
}
.contents td a.arrow_anchor::before {
  content: "";
  rotate: 135deg;
  left: 0.3em;
  bottom: 0.6em;
  width: 6px;
  height: 6px;
  border-top: 0.1em solid #0088ff;
  border-right: 0.1em solid #0088ff;
  position: absolute;
  transition: 0.2s cubic-bezier(0, 0, 1, 1);
}
.contents td a.arrow_anchor:hover:before {
  bottom: 0.4em;
}
#header ul li {
  padding: 0 0.5em;
}

div.contents h3 {
  font-size: 36px;
  padding-bottom: 0.5em;
  padding-top: 120px;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
div.contents h3::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #55ddff;
  bottom: 0;
  left: 0;
}

ul.nagare li {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  background: #cbeaff;
  color: #444;
  font-size: 20px;
  line-height: 1.5;
  padding: 1em 0.5em;
  text-align: center;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: bold;
  border-radius: 8px;
}
ul.nagare li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #cbeaff transparent transparent transparent;
  bottom: -20px;
  left: calc(50% - 15px);
}

ul.nagare li:last-child::after {
  content: unset;
}
ul.nagare li:last-child {
  position: static;
  background: #c00;
  color: #fff;
}
ul.nagare li small {
  font-size: 14px;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: bold;
}

/* ---- accordion ---- */
.toggle {
  display: none;
}
.Label {
  /*タイトル*/
  padding: 1.5em 4.5%;
  padding-right: calc(20px + 4.5%);
  display: block;
  color: #444;
  background: #f1f2f3;
  font-size: 16px;
  cursor: pointer;
}
.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 0.1em solid #444;
  border-right: 0.1em solid #444;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.Label,
.answer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: 0.2s cubic-bezier(0, 0, 1, 1);
  border-radius: 0.5em;
}
.answer {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 3em;
  overflow: hidden;
}
.answer p {
  font-size: 14px;
  font-weight: 400;
}
.toggle:checked + .Label {
  background: #dce2e1;
}
.toggle:checked + .Label + .answer {
  /*開閉時*/
  height: auto;
  padding: 0 4.5%;
  margin: 4.5% 0;
  line-height: 2;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
/* ---- accordion ---- */

.disability_entry {
  position: relative;
  margin: 75px 0;
  padding-top: 75px;
  text-align: center;
  border: 1px #dcdcdc solid;
  border-radius: 10px;
}
.disability_entry h5 {
  font-size: 18px;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: 700;
}

.disability_entry img {
  width: 100px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}

.disability_entry h4 {
  text-align: center;
  font-size: 28px;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.disability_entry p {
  text-align: center;
  margin-bottom: 2em;
}

.disability_entry .email_form {
  padding: 40px 2%;
  background: #f1f2f3;
  border-radius: 10px;
  box-shadow: 3px 3px 0 #0000001a;
  margin: 0 5% 0;
}

.disability_entry .email_form a {
  color: #fff !important;
  padding: 0.8em 2em 0.8em 1em;
  background: #c00;
  border-radius: 20em;
  white-space: normal;
  width: 90%;
  margin: 20px auto 0;
  font-size: clamp(13px, 4.1vw, 20px);
  position: relative;
  display: flex;
  word-break: break-all;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
}
.disability_entry .email_form a:hover {
  opacity: 0.7;
}

.disability_entry .email_form a::before {
  position: relative;
  content: "";
  width: 1.3em;
  height: 1em;
  background: url(../images/mail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: -0.1em;
  margin-right: 0.3em;
  min-width: 20px;
}

.disability_entry .mail_form {
  padding: 40px 2%;
  background: #f1f2f3;
  border-radius: 10px;
  box-shadow: 3px 3px 0 #0000001a;
  margin: 10px 5% 60px;
}
.disability_entry .mail_form p {
  margin: unset;
  margin: 20px auto 0;
}

.pc {
  display: block;
}
#header ul li {
  padding: 0 1em;
}

@media screen and (max-width: 1000px) {
  #banner_headline::after {
    max-height: 50%;
  }
}
@media screen and (max-width: 768px) {
  .contents td {
    width: 100%;
    display: block;
  }
  .contents tr {
    margin-bottom: 1em;
    display: block;
    padding: unset;
  }

  .pc {
    display: none;
  }

  #banner_headline::after {
    height: calc(1em + 110px);
    width: calc(100% - 7em);
    right: 0;
    top: -10px;
    background-position: left;
    font-size: clamp(30px, 7vw, 48px);
  }
}
