@charset "utf-8";

/*faq*/
/*-----------------------------------------------------------*/

#faq h3 {
  color: #15bd15;
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
  margin: .8em 0 0;
}
#faq h3::before {
  content: "●";
  color :#15bd15;
  font-weight: bold;
  font-family: ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
#faq dl {
  line-height: 1.6;
}
#faq dl dt {
  margin-top: 1em;
}
#faq dl dt::before {
  content: "Q";
  color :#15bd15;
  font-weight: bold;
}
#faq dl dd::before {
  content: "A";
  color :#f8770d;
  font-weight: bold;
}
#faq dl dt span::before,
#faq dl dd span::before {
  content: "：";
}
#faq dl dt,
#faq dl dd {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

#faq a {
  transition: 0s;
  color: var(--bs-vividblue);
  font-weight: bold;
}
#faq a:hover {
  text-decoration: underline;
}

.solvent_title {
    text-align: left;
    position: absolute;
    top: 15%;
    left: 20%;
}
.solvent_title p {
width: 100%;
height: auto;
margin: 0.25rem 0 0;
color: var(--bs-black);
font-size: 1.2rem;
}

.solvent_copytext {
font-size: 2.875rem;
font-weight: 700;
margin: auto ;
text-shadow: 1px 1px 1px rgba(2, 2, 2, 0.8);
}

.link_recruitment {
  margin: 1em 0 2em;
}

.link_recruitment a {
    transition: 0s;
    color: var(--bs-vividblue);
    font-weight: bold;
}

  /*contents*/
/*-----------------------------------------------------------*/

h1 {
    color: var(--bs-black);
    font-size: 1.875rem;
    text-align: left;
    margin: 4rem 0 2rem;
    line-height: 1.2;
}
  
h2::first-letter {
  color: #15bd15;
  font-size: 1.5rem;
  font-weight: bold;
  margin: .8em 0 0;
}

#faq h2::before {
  content: "●";
  color :#15bd15;
  font-family: ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.faq_h2 {
  border-bottom: 1px solid #ccc;
  color: #15bd15;
}

.solvent_contents {
    margin: 0 auto;
    max-width: 925px;
    width: 90%;
}

.btn_top a {
  border: solid 1px #15BD15;
  box-shadow: 3px 3px 3px #ccc;
  display: block;
  margin: 0 auto;
  padding: 0.4rem;
  width: 35%;
}

.btn_top_text {
  color: #0C9D9D;
  font-weight: bold;
  text-align: center;
}

.btn_text {
  color: #15BD15;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.btn_text span {
  display: inline-block;
}



/* sitemap
 --------------------------------------------- */
#list_sitemap {
  border: solid 2px #0C9D9D;
  list-style: none;
  margin: 1rem 0 10rem 0;
  padding: 1.1rem;
}

#list_sitemap ul {
  display: flex;
  list-style: none;
}

#list_sitemap li {
  margin: 1rem .75rem 0 0;
  padding: 0 1rem;
  position: relative;
}

#list_sitemap li::before {
  background: #0C9D9D;
  content: "";
  display: block;
  height: .6rem;
  left: 0;
  line-height: 0;
  width: .6rem;
  position: absolute;
  top: .3em;
}

#list_sitemap p {
  font-weight: bold;
}

.map_text {
  padding-left: 0;
}

.map_text span {
  display: inline-block;
}

#list_sitemapt a {
  transition: 0s;
  color: var(--bs-vividblue);
  font-weight: bold;
}
#list_sitemap a:link,
#list_sitemap a:visited {
  color:var(--bs-vividblue);

  text-decoration: none;
}
#list_sitemap a:hover,
#list_sitemap a:active {
  color: var(--bs-vividblue);
  font-weight: bold;
}


/* 目的から探す */
/*-----------------------------------------------------------*/
.purpose_bg {
  background-color: #EBFFEC;
  padding: 0 0 15px; 
}

.purpose {
  padding: 0 0 32px;
  max-width: 925px;
  display: block;
  margin: 0 auto;
}

.purpose_group_title {
  background-color: #46a48e;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  margin: 2rem 0 0;
  padding: .4rem 0;
  text-align: center;
}

.purpose_group_title img {
  display: inline-block;
  padding-left: .25rem;
  vertical-align: middle;
  max-width: 27px;
}

.footer_purpose_title {
  border-bottom: solid 2px #198F72;
  color: #4B4B4B;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 2rem 0 0;
  text-align: center;
  /* text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.25); */
}

.footer_purpose_btn_group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  max-width: 925px;
}

.footer_purpose_btn {
  align-items: center;
  background-color: #fff;
  border: solid 1px #198F72;
  display: flex;
  gap: 0 12px;
  margin: 8px;
  text-decoration: none;
  height: 80px;
  width: 289px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.footer_purpose_btn:hover {
  background-color: #ffec9f;
  box-shadow: 1px 1px #25947A, 1px -1px #25947A, -1px 1px #25947A, -1px -1px #25947A;
}

.footer_purpose_btn img {
  padding-left: 12px;
}

.footer_purpose_btn span {
  color: #285943;
  font-size: 15px;
  font-weight: bold;
}

.footer_purpose_btn span:last-child {
  color: #4B4B4B;
  display: block;
  font-size: 11px;
  font-weight: 400;
}

.footer_purpose_btn_group_second {
  background-color: #fff;
  border: solid 1px #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0;
  max-width: 905px;
}

/* 目的別小さいテキストリンク */
.footer_purpose_btn_small {
  align-items: center;
  display: flex;
  gap: 0 12px;
  justify-content: center;
  margin: 6px 0;
  text-decoration: none;
  height: 20px;
  width: 289px;
}

.footer_purpose_btn_small:hover {
  color: #285943;
  text-decoration: underline;
}

.footer_purpose_btn_small span {
  color: #285943;
  font-size: 14px;
}