html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #222;
  font-family: Roboto, 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  line-height: 1.9;
  margin: 0;
  letter-spacing: 2.6%;
}
.wrap {
  margin: auto;
  width: 100%;
  text-align: center;
}

p{
  font-weight: 300;
}

.wrap_inner{
  max-width: 1050px;
  margin: 0 auto;
  padding: 6.5% 0;
}
.wrap_inner p{
  text-align: left;
}

@media screen and (max-width: 768px) {
  .wrap_inner{
    padding: 11% 4.5%;
  }
  .wrap_inner p{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}


h2{
  font-size: 30px;
  font-weight: 700;
  margin: 3% 0 0;
  color: #223b63;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  h2{font-size: 22px;
}
}

h3{
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  h3{
    font-size: 1.9rem;
    line-height: 1.3;
  }
}

.section-voice_header-small{
color: #cfa972;
}

@media screen and (max-width: 768px) {
.section-voice_header-small {
  font-size: 1.3rem;
}
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* list */
ul {
  list-style: none;
  padding: 0;
}

/* link */
a:link,a:visited,a:hover,a:active {
  /* color: #2e3840; */
  text-decoration: none;
}
a img:hover {
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}