@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&family=Zen+Old+Mincho:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,900;1,400&display=swap');


#c-breadcrumb {
  display: none;
}


html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  margin: 0;
  padding: 0;
  display: block;
}

sup {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: super;
  position: relative;
  top: 0.4em;
}

sub {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: sub;
  position: relative;
  bottom: -0.1em;
}

font {
  font-family: 'Noto Sans', sans-serif;
}

#main_cases_top {
  display: block;
  margin: 5.0rem auto;
  width: 99%;
  max-width: 1000px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  color: #3c3c3c;
  line-height: 1.6;
}

#main_cases_top * {
  box-sizing: border-box;
}

#main_cases_top img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#main_cases_top a img {
  transition: all 0.2s ease;
}

#main_cases_top a:hover img {
  opacity: 0.6;
}

#main_cases_top h1 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin: 2.0rem 0 5.0rem;
}

#main_cases_top>p {
  font-size: 1.6rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

#main_cases_top h2 {
  margin: 5.0rem 0 0;
  display: block;
  font-size: 2.0rem;
  font-weight: 900;
  position: relative;
}

#main_cases_top h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #3c3c3c;
  position: absolute;
  left: 0;
  bottom: 0;
}

#main_cases_top .item {
  display: flex;
  flex-wrap: wrap;
}

#main_cases_top .item a {
  display: block;
  width: 45%;
  margin: 3.0rem 2.5% 0;
  text-decoration: none;
  color: #3c3c3c;
  transition: all 0.2s ease;
}

@media screen and (max-width:768px) {
  #main_cases_top .item a {
    width: 95%;
  }

}


#main_cases_top .item a:hover {
  color: #00862e;
  text-decoration: underline;
}

#main_cases_top .item a p {
  margin: 1.0rem 0.5rem;
}

#main_cases_top .link_contact {
  display: block;
  margin: 5.0rem 0;
  text-align: center;
}

#main_cases_top .link_contact a {
  display: inline-block;
  text-decoration: none;
  color: #006837;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
  padding: 2.0rem 5.0rem;
  border: 3px solid #006837;
  border-radius: 5.0rem;
  transition: all 0.2s ease;
}

#main_cases_top .link_contact a:hover {
  color: #fff;
  background: #006837;
}














/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Mincho', serif;
font-family: 'Zen Old Mincho', serif;
font-family: 'Noto Sans', sans-serif; 
*/