body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

#deep article, #deep aside, #deep body, #deep dd, #deep dl, #deep dt, #deep figcaption, #deep figure, #deep footer, #deep h1, #deep h2, #deep h3, #deep h4, #deep h5, #deep h6, #deep header, #deep html, #deep li, #deep nav, #deep ol, #deep p, #deep section, #deep ul {
  font-family: "Noto Sans JP", sans-serif;
}

body#deep {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-weight: 500;
  color: #272727;
}
body#deep a {
  color: #272727;
  text-decoration: none;
}
body#deep a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

.inner {
  box-sizing: content-box;
  max-width: 1000px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    align-items: flex-start;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 5%;
  }
}
/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.about {
  padding: 60px 0 80px;
  background: url(../images/bg_about.png) no-repeat;
  background-size: cover;
}

.about_ttl {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: #00853b;
  margin-bottom: 40px;
}
.about_ttl span {
  display: block;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  color: #272727;
}

.about_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 810px;
  margin: 0 auto 90px;
}
.about_wrap .pic {
  width: 40%;
  text-align: center;
  padding-top: 30px;
}
.about_wrap .pic img {
  width: 74%;
  filter: drop-shadow(10px 10px 15px rgb(61, 48, 17));
}
.about_wrap .txt {
  width: 58%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px 4%;
}
.about_wrap .txt ul li {
  padding-left: 28px;
  font-size: 20px;
  letter-spacing: -0.01em;
  position: relative;
}
.about_wrap .txt ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #00853b;
}
.about_wrap .txt ul li + li {
  margin-top: 30px;
}

.about_txt {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}

.about_list {
  max-width: 708px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about_list li {
  width: 31%;
}
.about_list li a {
  transition: 0.3s ease-in-out;
}
.about_list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 11vw 0 10vw;
    background: url(../images/bg_about_sp.png) no-repeat;
    background-size: cover;
  }
  .about_ttl {
    font-size: 6.8vw;
    margin-bottom: 6vw;
  }
  .about_ttl span {
    font-size: 4vw;
  }
  .about_wrap {
    display: block;
    margin: 0 auto 10vw;
  }
  .about_wrap .pic {
    width: 32vw;
    padding-top: 0;
    margin: 0 auto 8.4vw;
  }
  .about_wrap .pic img {
    width: 100%;
    filter: drop-shadow(8px 8px 10px rgb(61, 48, 17));
  }
  .about_wrap .txt {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px 8.5vw;
  }
  .about_wrap .txt ul li {
    padding-left: 20px;
    font-size: 3.75vw;
  }
  .about_wrap .txt ul li::before {
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .about_wrap .txt ul li + li {
    margin-top: 20px;
  }
  .about_txt {
    font-size: 3.2vw;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
  }
  .about_list {
    max-width: 708px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about_list li {
    width: 33vw;
  }
  .about_list li:nth-child(1) {
    margin-right: 15px;
  }
  .about_list li:nth-child(3) {
    margin-top: 15px;
  }
}
/*----------------------------------------------------- */
/*  performance           */
/*----------------------------------------------------- */
.performance {
  padding: 180px 0;
  background: url(../images/bg_performance.png) center top no-repeat #68675f;
  background-size: cover;
  position: relative;
}

.performance_txt {
  position: absolute;
  width: 43px;
  top: 20px;
  right: 20px;
}

.performance_wrap {
  max-width: 770px;
  margin: 0 auto 120px;
  display: flex;
  align-items: center;
}
.performance_wrap .pic {
  width: 165px;
  filter: drop-shadow(10px 10px 15px rgb(45, 53, 61));
  margin-right: 4%;
}
.performance_wrap h2 {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}

.performance_ttl {
  text-align: center;
  font-size: 38px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 40px;
}

.performance_pic {
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .performance {
    padding: 32vw 0 9vw;
    background: url(../images/bg_performance_sp.png) center top no-repeat #68675f;
    background-size: cover;
  }
  .performance_txt {
    position: absolute;
    width: 6.7vw;
    top: 20px;
    right: 0;
  }
  .performance_wrap {
    margin: 0 auto 12vw;
    max-width: 90%;
    display: flex;
    align-items: center;
  }
  .performance_wrap .pic {
    width: 20vw;
    filter: drop-shadow(8px 8px 10px rgb(45, 53, 61));
    margin-right: 4%;
  }
  .performance_wrap h2 {
    padding-top: 30px;
    font-size: 4.6vw;
  }
  .performance_ttl {
    font-size: 5.9vw;
    margin-bottom: 20px;
  }
  .performance_pic {
    max-width: 880px;
    margin: 0 auto;
  }
}
/*----------------------------------------------------- */
/*  voice           */
/*----------------------------------------------------- */
.voice {
  padding: 160px 0 80px;
  background: url(../images/bg_voice.png) center no-repeat;
  background-size: cover;
}

.voice_ttl {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
}

.voice_txt {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  margin-bottom: 90px;
}

.voice_list {
  max-width: 960px;
  margin: 0 auto 60px;
}
.voice_list .voice_item {
  border-bottom: 1px solid #6499af;
}

.voice_list .voice_item.border {
  border-bottom: 5px solid #6499af;
}

.voice_list .voice_list_inner {
  max-width: 830px;
  margin: 50px auto 70px;
  display: flex;
  align-items: center;
}
.voice_list .pic {
  width: 43%;
  margin-right: 6%;
}
.voice_list .pic > img {
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
.voice_list .name {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px;
}
.voice_list .name::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 3px;
  background: linear-gradient(260deg, rgb(6, 88, 46) 0%, rgb(0, 129, 63) 68%);
  transform: skewX(-15deg);
}
.voice_list .name div {
  width: 27px;
  margin-right: 20px;
  margin-top: -5px;
}
.voice_list .name div img {
  max-width: 100% !important;
}
.voice_list .name p {
  font-size: 18px;
  line-height: 1.2;
}
.voice_list .name p span {
  font-size: 14px;
}
.voice_list .txt {
  width: 51%;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 2;
}
.voice_list .list {
  width: 52%;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.voice_list .list li {
  padding-left: 22px;
  position: relative;
}
.voice_list .list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
}
.voice_list .list li + li {
  margin-top: 15px;
}

.adj .voice_list_inner {
  align-items: flex-start;
}

.voice_item_ttl {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 auto;
}

.voice_note {
  max-width: 740px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px 0;
  margin: 0 auto 220px;
}

.voice_subttl {
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 40px;
}

.voice_wrap {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.voice_wrap p {
  width: 73%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5;
}
.voice_wrap .pic {
  width: 22%;
}

@media screen and (max-width: 767px) {
  .voice {
    padding: 24vw 0;
    background: url(../images/bg_voice_sp.png) center no-repeat;
    background-size: cover;
  }
  .voice_ttl {
    font-size: 7.5vw;
    margin-bottom: 15px;
  }
  .voice_txt {
    font-size: 4vw;
    margin-bottom: 14vw;
  }
  .voice_list {
    max-width: 71vw;
    margin: 0 auto 10vw;
  }
  .voice_list .voice_item {
    border-bottom: none;
  }

  .voice_list .voice_item.border {
    border-bottom: none;
  }
  .voice_list .voice_item + .voice_item {
    margin-top: 17vw;
  }
  .voice_list .voice_list_inner {
    margin: 0 auto;
    display: block;
  }
  .voice_list .pic {
    width: 90%;
    margin: 0 auto 20px;
  }
  .voice_list .pic img {
    max-width: 65%;
  }
  .voice_list .name {
    padding: 5px;
  }
  .voice_list .name::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 3px;
    background: linear-gradient(260deg, rgb(6, 88, 46) 0%, rgb(0, 129, 63) 68%);
    transform: skewX(-15deg);
  }
  .voice_list .name div {
    width: 25px;
    margin-right: 10px;
  }
  .voice_list .name em {
    font-size: 5.6vw;
    margin-right: 15px;
  }
  .voice_list .name p {
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .voice_list .name p span {
    font-size: 2.5vw;
  }
  .voice_list .txt {
    width: 90%;
    margin: 0 auto;
    font-size: 3.1vw;
    line-height: 1.8;
  }
  .voice_list .list {
    width: 100%;
    font-size: 3.1vw;
    line-height: 1.8;
  }
  .voice_list .list li {
    padding-left: 16px;
  }
  .voice_list .list li::before {
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  .voice_list .list li + li {
    margin-top: 10px;
  }

  .voice_note {
    max-width: 90%;
    font-size: 3.1vw;
    line-height: 1.2;
    text-align: left;
    padding: 10px;
    margin: 0 auto 13vw;
  }

  .voice_item_ttl {
    font-size: 4vw;
    white-space: nowrap;
    margin: 50px auto 30px;
  }

  .voice_subttl {
    font-size: 5.4vw;
    line-height: 1.4;
    margin-bottom: 11vw;
  }
  .voice_wrap p {
    width: 73%;
    font-size: 3.1vw;
    line-height: 2;
  }
  .voice_wrap .pic {
    width: 22%;
  }
}
/*----------------------------------------------------- */
/*  links           */
/*----------------------------------------------------- */
.links {
  background: #333333;
  padding: 60px 0;
}

.links_list {
  max-width: 787px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.links_list li {
  width: 46%;
}
.links_list li a {
  display: block;
  border: 2px solid #fff;
  text-align: center;
  height: 90px;
  font-weight: 900;
  line-height: 86px;
  font-size: 18px;
  color: #fff !important;
  background: url(../images/ico_triangle.png) right 10px center no-repeat;
  background-size: 14px;
  transition: 0.3s ease-in-out;
}
.links_list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .links {
    padding: 9vw 0;
  }
  .links_list {
    max-width: 90%;
    display: block;
  }
  .links_list li {
    width: 100%;
  }
  .links_list li a {
    display: block;
    border: 1px solid #fff;
    height: 20vw;
    line-height: 20vw;
    font-size: 3.9vw;
    background: url(../images/ico_triangle.png) right 10px center no-repeat;
    background-size: 12px;
  }
  .links_list li + li {
    margin-top: 30px;
  }
}
/*----------------------------------------------------- */
/*  sns           */
/*----------------------------------------------------- */
.sns {
  padding: 35px 0 50px;
}

.sns_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sns_ttl span {
  font-size: 16px;
  font-weight: 500;
}

.sns_list {
  display: flex;
  justify-content: center;
}
.sns_list li {
  width: 40px;
}
.sns_list li + li {
  margin-left: 40px;
}
.sns_list a {
  transition: 0.3s ease-in-out;
}
.sns_list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .sns {
    padding: 10vw 0;
  }
  .sns_ttl {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
  .sns_ttl span {
    font-size: 3.4vw;
  }
  .sns_list li {
    width: 8.75vw;
  }
  .sns_list li + li {
    margin-left: 30px;
  }
}/*# sourceMappingURL=style.css.map */