/* Scss Document */
/* Scss Document */
.mv .index_content {
  position: relative;
  padding: 0 0 5rem;
  background: url("../images/common/bg_brick.jpg");
}
@media only screen and (max-width: 1919px) {
  .mv .index_content {
    padding: 0 0 calc(50 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .mv .index_content {
    padding: 0 0 calc(30 / 600 * 100vw);
    background-size: calc(1000 / 600 * 100vw);
  }
}
.mv .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .mv .inner {
    top: 55%;
  }
}
.mv .mv_paint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  max-height: calc(1228 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .mv .mv_paint {
    width: 100%;
    max-height: calc(440 / 600 * 100vw);
  }
}
.mv .mv_ttl {
  margin-bottom: 9rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}
@media only screen and (max-width: 1919px) {
  .mv .mv_ttl {
    margin-bottom: calc(90 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .mv .mv_ttl {
    margin-bottom: calc(40 / 600 * 100vw);
  }
}
.mv .mv_ttl .top {
  color: #FFF;
  font-size: 9.5rem;
}
@media only screen and (max-width: 1919px) {
  .mv .mv_ttl .top {
    font-size: calc(95 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .mv .mv_ttl .top {
    margin-bottom: 0.5em;
    font-size: calc(40 / 600 * 100vw);
  }
}
.mv .mv_ttl .bottom {
  color: #ffff00;
  font-size: 15.6rem;
  font-weight: 900;
}
@media only screen and (max-width: 1919px) {
  .mv .mv_ttl .bottom {
    font-size: calc(156 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .mv .mv_ttl .bottom {
    font-size: calc(65 / 600 * 100vw);
  }
}
.mv .mv_ttl .bottom .small {
  font-size: 8.5rem;
}
@media only screen and (max-width: 1919px) {
  .mv .mv_ttl .bottom .small {
    font-size: calc(85 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .mv .mv_ttl .bottom .small {
    font-size: calc(34 / 600 * 100vw);
  }
}
.mv .mv_list {
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: 5.2rem;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .mv .mv_list {
    font-size: calc(52 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .mv .mv_list {
    font-size: calc(22 / 600 * 100vw);
    line-height: 1.13;
  }
}
.mv .mv_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.5rem;
  height: 18rem;
  margin: 0 1rem;
  background: #ee8a00;
  border-radius: 25px;
  box-shadow: 0 0 14px -7px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1919px) {
  .mv .mv_list li {
    width: calc(355 / 1920 * 100vw);
    height: calc(180 / 1920 * 100vw);
    margin: 0 calc(10 / 1920 * 100vw);
    border-radius: calc(25 / 1920 * 100vw);
    box-shadow: 0 0 calc(14 / 1920 * 100vw) calc(-7 / 1920 * 100vw) rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 640px) {
  .mv .mv_list li {
    width: calc(145 / 600 * 100vw);
    height: calc(75 / 600 * 100vw);
    margin: 0 calc(10 / 600 * 100vw);
    box-shadow: 0 0 calc(14 / 600 * 100vw) calc(-7 / 600 * 100vw) rgba(0, 0, 0, 0.5);
  }
}

.bnr_seminar {
  width: 95rem;
  margin: 0 auto 3em;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .bnr_seminar {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .bnr_seminar {
    width: 100%;
  }
}

.news .index_content {
  position: relative;
  z-index: 11;
  padding: 11.5rem 0;
}
@media only screen and (max-width: 1919px) {
  .news .index_content {
    padding: calc(115 / 1920 * 100vw) 0;
  }
}
@media only screen and (max-width: 640px) {
  .news .index_content {
    padding: calc(105 / 600 * 100vw) 0 calc(210 / 600 * 100vw);
  }
}
.news .news_wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 10px;
  border: #74a001 3px solid;
  border-radius: 30px;
}
@media only screen and (max-width: 1919px) {
  .news .news_wrap {
    width: calc(1200 / 1920 * 100vw);
    padding: calc(10 / 1920 * 100vw);
    border: #74a001 calc(3 / 1920 * 100vw) solid;
    border-radius: calc(30 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .news .news_wrap {
    width: 100%;
    padding: calc(10 / 1200 * 100vw);
    border: #74a001 calc(3 / 1200 * 100vw) solid;
    border-radius: calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .news .news_wrap {
    padding: calc(10 / 600 * 100vw);
    border: #74a001 calc(3 / 600 * 100vw) solid;
    border-radius: calc(25 / 600 * 100vw);
  }
}
.news .news_wrap:after {
  position: absolute;
  top: 6rem;
  right: -20rem;
  content: "";
  width: 37.2rem;
  height: 38.9rem;
  background: url("../images/index/news_wrap_img.png") top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1919px) {
  .news .news_wrap:after {
    top: calc(100 / 1920 * 100vw);
    right: calc(-180 / 1920 * 100vw);
    width: calc(372 / 1920 * 100vw);
    height: calc(389 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .news .news_wrap:after {
    top: calc(100 / 1200 * 100vw);
    right: calc(-200 / 1200 * 100vw);
    width: calc(320 / 1200 * 100vw);
    height: calc(330 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .news .news_wrap:after {
    top: auto;
    bottom: calc(-160 / 600 * 100vw);
    right: calc(-100 / 600 * 100vw);
    width: calc(270 / 600 * 100vw);
    height: calc(280 / 600 * 100vw);
  }
}
.news .news_wrap_inner {
  padding: 20px 170px 40px 50px;
  border-radius: 30px;
  background: #ebebeb;
}
@media only screen and (max-width: 1919px) {
  .news .news_wrap_inner {
    padding: calc(20 / 1920 * 100vw) calc(170 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(50 / 1920 * 100vw);
    border-radius: calc(30 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .news .news_wrap_inner {
    padding: calc(20 / 1200 * 100vw) calc(100 / 1200 * 100vw) calc(50 / 1200 * 100vw) calc(10 / 1200 * 100vw);
    border-radius: calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .news .news_wrap_inner {
    padding: calc(20 / 600 * 100vw) calc(30 / 600 * 100vw) calc(80 / 600 * 100vw) calc(30 / 600 * 100vw);
    border-radius: calc(25 / 600 * 100vw);
  }
}
.news .news_lttl {
  margin-bottom: 0.5em;
  padding: 0 0.5em 0.2em;
  background: url("../images/index/news_lttl_bg.png") bottom left no-repeat;
  background-size: 381px;
  color: #74a001;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 1919px) {
  .news .news_lttl {
    background-size: calc(381 / 1920 * 100vw);
    font-size: calc(44 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .news .news_lttl {
    background-size: calc(330 / 1200 * 100vw);
    font-size: calc(36 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .news .news_lttl {
    background-size: calc(380 / 600 * 100vw);
    font-size: calc(44 / 600 * 100vw);
  }
}
.news .news_list li {
  display: flex;
  justify-content: space-between;
  background: url("../images/index/news_ttl_line.png") bottom right 10px no-repeat;
  background-size: 696px;
  padding: 1em 0;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1919px) {
  .news .news_list li {
    background: url("../images/index/news_ttl_line.png") bottom right calc(10 / 1920 * 100vw) no-repeat;
    background-size: calc(696 / 1920 * 100vw);
    font-size: calc(20 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .news .news_list li {
    background: url("../images/index/news_ttl_line.png") bottom right calc(10 / 1200 * 100vw) no-repeat;
    background-size: calc(615 / 1200 * 100vw);
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .news .news_list li {
    flex-wrap: wrap;
    justify-content: flex-start;
    background: url("../images/index/news_ttl_line.png") bottom right calc(10 / 600 * 100vw) no-repeat;
    background-size: calc(695 / 600 * 100vw);
    font-size: calc(22 / 600 * 100vw);
  }
}
.news .news_list .date {
  width: 120px;
  text-align: right;
}
@media only screen and (max-width: 1919px) {
  .news .news_list .date {
    width: calc(100 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .news .news_list .date {
    width: calc(120 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .news .news_list .date {
    width: calc(120 / 600 * 100vw);
    font-size: calc(20 / 600 * 100vw);
    text-align: left;
  }
}
.news .news_list .category {
  width: 10rem;
  color: #FFF;
  font-size: 1.7rem;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .news .news_list .category {
    width: calc(100 / 1920 * 100vw);
    font-size: calc(17 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .news .news_list .category {
    width: calc(100 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .news .news_list .category {
    width: calc(100 / 600 * 100vw);
    margin-left: 1em;
    font-size: calc(17 / 600 * 100vw);
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .news .news_list .category {
    margin-bottom: 0.5em;
  }
}
.news .news_list .category.info {
  background: #749d01;
}
.news .news_list .category.seminar {
  background: #ffa92e;
}
.news .news_list .category.column, .news .news_list .category.blog {
  background: #ff8000;
}
.news .news_list .category.works {
  background: #3c8200;
}
.news .news_ttl {
  width: 700px;
}
@media only screen and (max-width: 1919px) {
  .news .news_ttl {
    width: calc(700 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .news .news_ttl {
    width: calc(620 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .news .news_ttl {
    width: 100%;
    line-height: 1.18;
  }
}
.news .news_btn {
  position: absolute;
  top: 30px;
  right: 50px;
  padding-right: 30px;
  background: url("../images/index/news_btn_arrow.png") top 50% right no-repeat;
  background-size: 15px;
  color: #3c8200;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1919px) {
  .news .news_btn {
    top: calc(30 / 1920 * 100vw);
    right: calc(50 / 1920 * 100vw);
    padding-right: calc(30 / 1920 * 100vw);
    background-size: calc(15 / 1920 * 100vw);
    font-size: calc(24 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .news .news_btn {
    top: calc(40 / 1200 * 100vw);
    right: calc(50 / 1200 * 100vw);
    padding-right: calc(25 / 1200 * 100vw);
    background-size: calc(15 / 1200 * 100vw);
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .news .news_btn {
    top: auto;
    right: auto;
    bottom: calc(30 / 600 * 100vw);
    left: calc(40 / 600 * 100vw);
    padding-right: calc(30 / 600 * 100vw);
    background-size: calc(25 / 600 * 100vw);
    font-size: calc(24 / 600 * 100vw);
  }
}

.head-bnr {
  padding: 4em 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .head-bnr {
    padding: 3em 0;
  }
}
.head-bnr-list li {
  margin-bottom: 3em;
}
@media only screen and (max-width: 640px) {
  .head-bnr-list li {
    margin-bottom: 1.5em;
  }
}
.head-bnr a {
  display: inline-block;
}

.concept .index_content {
  position: relative;
  background: url("../images/common/bg_brick.jpg") top 90px center no-repeat;
  background-size: calc(1867 / 1920 * 100vw);
}
@media only screen and (max-width: 1919px) {
  .concept .index_content {
    background: url("../images/common/bg_brick.jpg") top calc(90 / 1920 * 100vw) center no-repeat;
    background-size: calc(1867 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .index_content {
    background: url("../images/common/bg_brick.jpg") top calc(60 / 600 * 100vw) center no-repeat;
    background-size: 166.6666666667vw;
  }
}
.concept .index_content:before {
  position: absolute;
  top: 120px;
  left: 0;
  content: "";
  width: 576px;
  height: 384px;
  background: url("../images/index/concept_inner_workman.png") top left no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1919px) {
  .concept .index_content:before {
    top: calc(120 / 1920 * 100vw);
    width: calc(576 / 1920 * 100vw);
    height: calc(384 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .index_content:before {
    top: calc(100 / 1200 * 100vw);
    width: calc(315 / 1200 * 100vw);
    height: calc(215 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .index_content:before {
    top: calc(-40 / 600 * 100vw);
    left: calc(-50 / 600 * 100vw);
    width: calc(353 / 600 * 100vw);
    height: calc(235 / 600 * 100vw);
  }
}
.concept .inner {
  width: 1650px;
  padding: 140px 70px 60px;
  background: url("../images/index/concept_inner_bg.png") top center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1919px) {
  .concept .inner {
    width: calc(1650 / 1920 * 100vw);
    padding: calc(140 / 1920 * 100vw) calc(80 / 1920 * 100vw) calc(60 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .inner {
    width: calc(1030 / 1200 * 100vw);
    padding: calc(100 / 1200 * 100vw) calc(40 / 1200 * 100vw) calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .inner {
    width: 100%;
    padding: calc(120 / 600 * 100vw) calc(20 / 600 * 100vw) calc(40 / 600 * 100vw);
    background: url("../images/index/concept_inner_bg_sp.png") top center no-repeat;
    background-size: contain;
  }
}
.concept .campaign {
  margin: 0 auto;
  position: relative;
  bottom: calc(-50 / 1920 * 100vw);
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .concept .campaign {
    width: calc(640 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .campaign {
    padding-top: calc(80 / 600 * 100vw);
    bottom: calc(-30 / 600 * 100vw);
    width: calc(420 / 600 * 100vw);
  }
}
.concept .concept_lttl {
  position: relative;
  margin-bottom: 40px;
  background: url("../images/index/concept_ltt_line01.png") top 30px center no-repeat, url("../images/index/concept_ltt_line02.png") bottom -10px center no-repeat;
  background-size: 622px, 816px;
  color: #3c8200;
  font-size: 4.5rem;
  text-align: center;
  line-height: 1.66;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_lttl {
    margin-bottom: calc(40 / 1920 * 100vw);
    background: url("../images/index/concept_ltt_line01.png") top calc(30 / 1920 * 100vw) center no-repeat, url("../images/index/concept_ltt_line02.png") bottom calc(-10 / 1920 * 100vw) center no-repeat;
    background-size: calc(622 / 1920 * 100vw), calc(816 / 1920 * 100vw);
    font-size: calc(45 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_lttl {
    margin-bottom: calc(40 / 1200 * 100vw);
    background: url("../images/index/concept_ltt_line01.png") top calc(25 / 1200 * 100vw) center no-repeat, url("../images/index/concept_ltt_line02.png") bottom calc(-5 / 1200 * 100vw) center no-repeat;
    background-size: calc(390 / 1200 * 100vw), calc(535 / 1200 * 100vw);
    font-size: calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_lttl {
    margin-bottom: calc(40 / 600 * 100vw);
    background: url("../images/index/concept_ltt_line_sp.png") top calc(25 / 600 * 100vw) center no-repeat;
    background-size: contain;
    font-size: calc(40 / 600 * 100vw);
    letter-spacing: 0.05em;
  }
}
.concept .concept_lttl:before {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-310px);
  content: "";
  width: 38px;
  height: 32px;
  background: url("../images/index/concept_ltt_ico.png") top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_lttl:before {
    top: calc(-10 / 1920 * 100vw);
    transform: translateX(calc(-310 / 1920 * 100vw));
    width: calc(38 / 1920 * 100vw);
    height: calc(32 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_lttl:before {
    top: calc(-10 / 1200 * 100vw);
    transform: translateX(calc(-210 / 1200 * 100vw));
    width: calc(30 / 1200 * 100vw);
    height: calc(26 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_lttl:before {
    top: calc(-10 / 600 * 100vw);
    left: 0;
    transform: translateX(0);
    width: calc(32 / 600 * 100vw);
    height: calc(27 / 600 * 100vw);
  }
}
.concept .concept_text {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.9;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_text {
    margin-bottom: calc(40 / 1920 * 100vw);
    font-size: calc(22 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_text {
    margin-bottom: calc(30 / 1200 * 100vw);
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_text {
    padding: 0 calc(20 / 600 * 100vw);
    margin-bottom: calc(-40 / 600 * 100vw);
    font-size: calc(22 / 600 * 100vw);
    text-align: left;
  }
}
.concept .concept_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -80px;
  padding: 50px 60px 20px;
  background: #749d01;
  border-radius: 0 0 60px 60px;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form {
    margin-top: calc(-80 / 1920 * 100vw);
    padding: calc(50 / 1920 * 100vw) calc(60 / 1920 * 100vw) calc(20 / 1920 * 100vw);
    border-radius: 0 0 calc(60 / 1920 * 100vw) calc(60 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form {
    margin-top: calc(-50 / 1200 * 100vw);
    padding: calc(40 / 1200 * 100vw) calc(40 / 1200 * 100vw) calc(20 / 1200 * 100vw);
    border-radius: 0 0 calc(40 / 1200 * 100vw) calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form {
    margin-top: calc(-25 / 600 * 100vw);
    padding: calc(50 / 600 * 100vw) calc(20 / 600 * 100vw) calc(30 / 600 * 100vw);
    border-radius: 0 0 calc(35 / 600 * 100vw) calc(35 / 600 * 100vw);
  }
}
.concept .concept_form_wrap {
  position: relative;
}
.concept .concept_form_ttl {
  padding: 0 60px;
  background: #3c8200;
  border-radius: 60px 60px 0 0;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form_ttl {
    padding: 0 calc(60 / 1920 * 100vw);
    border-radius: calc(60 / 1920 * 100vw) calc(60 / 1920 * 100vw) 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form_ttl {
    padding: 0 calc(40 / 1200 * 100vw);
    border-radius: calc(40 / 1200 * 100vw) calc(40 / 1200 * 100vw) 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form_ttl {
    padding: 0 calc(20 / 600 * 100vw);
    border-radius: calc(30 / 600 * 100vw) calc(30 / 600 * 100vw) 0 0;
  }
}
.concept .concept_form_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.concept .concept_form_list li {
  width: 48%;
  margin-top: 30px;
  padding: 20px;
  background: #FFF;
  border-radius: 17px;
  font-weight: 700;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form_list li {
    margin-top: calc(30 / 1920 * 100vw);
    padding: calc(20 / 1920 * 100vw);
    border-radius: calc(17 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form_list li {
    margin-top: calc(20 / 1200 * 100vw);
    padding: calc(15 / 1200 * 100vw);
    border-radius: calc(15 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form_list li {
    margin-top: calc(20 / 600 * 100vw);
    padding: calc(15 / 600 * 100vw);
    border-radius: calc(15 / 600 * 100vw);
    font-size: calc(20 / 600 * 100vw);
  }
}
.concept .concept_form_list li:nth-child(-n+2) {
  margin-top: 0;
}
.concept .concept_form_list li img {
  display: inline-block;
  margin-top: 0.5em;
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form_dl {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form_dl {
    font-size: calc(20 / 600 * 100vw);
  }
}
.concept .concept_form_dl dt {
  font-weight: 700;
}
.concept .concept_form_dl dd {
  margin-bottom: 1em;
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form_dl dd {
    margin-bottom: 0;
  }
}
.concept .concept_form_btn input[type=submit] {
  display: block;
  margin: 0 auto;
  padding: 1em;
  background: #ff8000;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 14px -7px rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form_btn input[type=submit] {
    border-radius: calc(15 / 1920 * 100vw);
    box-shadow: 0 0 calc(14 / 1920 * 100vw) calc(-7 / 1920 * 100vw) rgba(0, 0, 0, 0.5);
    font-size: calc(28 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form_btn input[type=submit] {
    border-radius: calc(15 / 1200 * 100vw);
    box-shadow: 0 0 calc(10 / 1200 * 100vw) calc(-5 / 1200 * 100vw) rgba(0, 0, 0, 0.5);
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form_btn input[type=submit] {
    padding: 1em 2em;
    box-shadow: 0 0 calc(14 / 600 * 100vw) calc(-7 / 600 * 100vw) rgba(0, 0, 0, 0.5);
    font-size: calc(23 / 600 * 100vw);
  }
}
.concept .concept_form .step_ttl {
  position: relative;
  margin-bottom: 1.6em;
  padding-left: 200px;
  color: #FFF;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form .step_ttl {
    padding-left: calc(200 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form .step_ttl {
    padding-left: calc(140 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form .step_ttl {
    margin-bottom: 1em;
    padding-left: calc(140 / 600 * 100vw);
    font-size: calc(23 / 600 * 100vw);
  }
}
.concept .concept_form .step_ico {
  position: absolute;
  top: -45px;
  left: 0;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form .step_ico {
    top: calc(-45 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form .step_ico {
    top: calc(-35 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form .step_ico {
    top: calc(-35 / 600 * 100vw);
  }
}
.concept .concept_form .step_ico img {
  width: 180px;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form .step_ico img {
    width: calc(180 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form .step_ico img {
    width: calc(120 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form .step_ico img {
    width: calc(130 / 600 * 100vw);
  }
}
.concept .concept_form .step01 {
  width: 725px;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form .step01 {
    width: calc(725 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form .step01 {
    width: calc(445 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form .step01 {
    width: 100%;
  }
}
.concept .concept_form .step02 {
  width: 630px;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form .step02 {
    width: calc(630 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form .step02 {
    width: calc(390 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form .step02 {
    width: 100%;
  }
}
.concept .concept_form .step02_inner {
  padding: 40px 20px;
  background: #FFF;
  border-radius: 17px;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form .step02_inner {
    padding: calc(40 / 1920 * 100vw) calc(20 / 1920 * 100vw);
    border-radius: calc(17 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form .step02_inner {
    padding: calc(25 / 1200 * 100vw) calc(20 / 1200 * 100vw);
    border-radius: calc(15 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form .step02_inner {
    padding: calc(25 / 600 * 100vw) calc(20 / 600 * 100vw);
    border-radius: calc(15 / 600 * 100vw);
  }
}
.concept .concept_form input {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form input {
    font-size: calc(22 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form input {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form input {
    font-size: calc(20 / 600 * 100vw);
  }
}
.concept .concept_form input[type=text], .concept .concept_form input[type=email], .concept .concept_form input[type=tel] {
  width: 100%;
  margin-bottom: 1em;
  padding: 0.5em;
  background: #e6e6e6;
  border: #b9b9b9 2px solid;
  border-radius: 10px;
}
@media only screen and (max-width: 1919px) {
  .concept .concept_form input[type=text], .concept .concept_form input[type=email], .concept .concept_form input[type=tel] {
    border-radius: calc(10 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .concept .concept_form input[type=text], .concept .concept_form input[type=email], .concept .concept_form input[type=tel] {
    border-radius: calc(10 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .concept .concept_form input[type=text], .concept .concept_form input[type=email], .concept .concept_form input[type=tel] {
    border-radius: calc(10 / 600 * 100vw);
  }
}

.inquiry_01 .index_content {
  padding: 70px;
}
@media only screen and (max-width: 1919px) {
  .inquiry_01 .index_content {
    padding: calc(70 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .inquiry_01 .index_content {
    padding: calc(50 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .inquiry_01 .index_content {
    padding: calc(50 / 600 * 100vw) 0;
  }
}
.inquiry_01 .inquiry_01_lttl {
  margin-bottom: 60px;
  padding: 0 0 0.7em;
  background: url("../images/index/inquiry_lttl_line.png") bottom center no-repeat;
  color: #3c8200;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .inquiry_01 .inquiry_01_lttl {
    margin-bottom: calc(60 / 1920 * 100vw);
    background-size: calc(1020 / 1920 * 100vw);
    font-size: calc(34 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .inquiry_01 .inquiry_01_lttl {
    margin-bottom: calc(40 / 1200 * 100vw);
    padding-bottom: 0.2em;
    background-size: calc(690 / 1200 * 100vw);
    font-size: calc(26 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .inquiry_01 .inquiry_01_lttl {
    margin-bottom: calc(40 / 600 * 100vw);
    padding-bottom: 0.5em;
    background-size: 100% 40%;
    font-size: calc(34 / 600 * 100vw);
  }
}
.inquiry_01 .inquiry_01_wrap {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .inquiry_01 .inquiry_01_wrap {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .inquiry_01 .inquiry_01_wrap {
    display: block;
  }
}
.inquiry_01 .inquiry_01_tel, .inquiry_01 .inquiry_01_line {
  width: 615px;
  margin: 0 35px;
}
@media only screen and (max-width: 1919px) {
  .inquiry_01 .inquiry_01_tel, .inquiry_01 .inquiry_01_line {
    width: calc(615 / 1920 * 100vw);
    margin: 0 calc(35 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .inquiry_01 .inquiry_01_tel, .inquiry_01 .inquiry_01_line {
    width: 48%;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .inquiry_01 .inquiry_01_tel, .inquiry_01 .inquiry_01_line {
    width: 100%;
  }
}
.inquiry_01 .inquiry_01_tel a, .inquiry_01 .inquiry_01_line a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 225px;
  border-radius: 25px;
}
@media only screen and (max-width: 1919px) {
  .inquiry_01 .inquiry_01_tel a, .inquiry_01 .inquiry_01_line a {
    height: calc(225 / 1920 * 100vw);
    border-radius: calc(25 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .inquiry_01 .inquiry_01_tel a, .inquiry_01 .inquiry_01_line a {
    height: calc(150 / 1200 * 100vw);
    border-radius: calc(15 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .inquiry_01 .inquiry_01_tel a, .inquiry_01 .inquiry_01_line a {
    height: calc(190 / 600 * 100vw);
    border-radius: calc(20 / 600 * 100vw);
  }
}
.inquiry_01 .inquiry_01_tel a {
  padding: 30px 30px 30px 110px;
  background: url("../images/index/inquiry_tel_ico.png") top 50% left 20px no-repeat, #FFF;
  border: #ff8000 3px solid;
}
@media only screen and (max-width: 1919px) {
  .inquiry_01 .inquiry_01_tel a {
    padding: calc(30 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(110 / 1920 * 100vw);
    background: url("../images/index/inquiry_tel_ico.png") top 50% left calc(20 / 1920 * 100vw) no-repeat, #FFF;
    background-size: calc(78 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .inquiry_01 .inquiry_01_tel a {
    padding: calc(20 / 1200 * 100vw) calc(20 / 1200 * 100vw) calc(20 / 1200 * 100vw) calc(90 / 1200 * 100vw);
    background: url("../images/index/inquiry_tel_ico.png") top 50% left calc(20 / 1200 * 100vw) no-repeat, #FFF;
    background-size: calc(60 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .inquiry_01 .inquiry_01_tel a {
    padding: calc(20 / 600 * 100vw) calc(20 / 600 * 100vw) calc(20 / 600 * 100vw) calc(100 / 600 * 100vw);
    background: url("../images/index/inquiry_tel_ico.png") top 50% left calc(20 / 600 * 100vw) no-repeat, #FFF;
    background-size: calc(65 / 600 * 100vw);
  }
}
.inquiry_01 .inquiry_01_tel p {
  color: #ff8000;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
@media only screen and (max-width: 1919px) {
  .inquiry_01 .inquiry_01_tel p {
    font-size: calc(27 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .inquiry_01 .inquiry_01_tel p {
    font-size: calc(18 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .inquiry_01 .inquiry_01_tel p {
    font-size: calc(23 / 600 * 100vw);
  }
}
.inquiry_01 .inquiry_01_tel p.tel {
  color: #000;
  font-size: 7rem;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1919px) {
  .inquiry_01 .inquiry_01_tel p.tel {
    font-size: calc(70 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .inquiry_01 .inquiry_01_tel p.tel {
    margin-top: 0.01em;
    font-size: calc(48 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .inquiry_01 .inquiry_01_tel p.tel {
    margin-top: 0.2em;
    font-size: calc(62 / 600 * 100vw);
  }
}
.inquiry_01 .inquiry_01_tel p.time {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1919px) {
  .inquiry_01 .inquiry_01_tel p.time {
    font-size: calc(20 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .inquiry_01 .inquiry_01_tel p.time {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .inquiry_01 .inquiry_01_tel p.time {
    font-size: calc(20 / 600 * 100vw);
  }
}
.inquiry_01 .inquiry_01_line {
  color: #FFF;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 1919px) {
  .inquiry_01 .inquiry_01_line {
    font-size: calc(42 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .inquiry_01 .inquiry_01_line {
    font-size: calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .inquiry_01 .inquiry_01_line {
    margin-top: calc(20 / 600 * 100vw);
    font-size: calc(35 / 600 * 100vw);
    letter-spacing: 0.05em;
  }
}
.inquiry_01 .inquiry_01_line a {
  padding: 30px 30px 30px 210px;
  background: url("../images/index/inquiry_line_ico.png") top 50% left 70px no-repeat, #00aa00;
  border: #FFF 3px solid;
  box-shadow: 0 0 14px -7px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1919px) {
  .inquiry_01 .inquiry_01_line a {
    padding: calc(30 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(210 / 1920 * 100vw);
    background: url("../images/index/inquiry_line_ico.png") top 50% left calc(70 / 1920 * 100vw) no-repeat, #00aa00;
    background-size: calc(126 / 1920 * 100vw);
    box-shadow: 0 0 calc(14 / 1920 * 100vw) calc(-7 / 1920 * 100vw) rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 1200px) {
  .inquiry_01 .inquiry_01_line a {
    padding: calc(20 / 1200 * 100vw) calc(20 / 1200 * 100vw) calc(20 / 1200 * 100vw) calc(140 / 1200 * 100vw);
    background: url("../images/index/inquiry_line_ico.png") top 50% left calc(60 / 1200 * 100vw) no-repeat, #00aa00;
    background-size: calc(60 / 1200 * 100vw);
    box-shadow: 0 0 calc(10 / 1200 * 100vw) calc(-5 / 1200 * 100vw) rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 640px) {
  .inquiry_01 .inquiry_01_line a {
    padding: calc(20 / 600 * 100vw) calc(20 / 600 * 100vw) calc(20 / 600 * 100vw) calc(190 / 600 * 100vw);
    background: url("../images/index/inquiry_line_ico.png") top 50% left calc(60 / 600 * 100vw) no-repeat, #00aa00;
    background-size: calc(105 / 600 * 100vw);
    box-shadow: 0 0 calc(14 / 600 * 100vw) calc(-7 / 600 * 100vw) rgba(0, 0, 0, 0.5);
  }
}

.reason {
  position: relative;
  z-index: 22;
}
.reason .index_content {
  margin-bottom: -100px;
  padding: 190px 0 290px;
  background: url("../images/index/reason_bg.png") top center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1919px) {
  .reason .index_content {
    margin-bottom: calc(-100 / 1920 * 100vw);
    padding: calc(190 / 1920 * 100vw) 0 calc(290 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .index_content {
    margin-bottom: calc(-80 / 1200 * 100vw);
    padding: calc(120 / 1200 * 100vw) 0 calc(160 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .index_content {
    margin-bottom: calc(-30 / 600 * 100vw);
    padding: calc(190 / 600 * 100vw) 0 calc(140 / 600 * 100vw);
    background: url("../images/index/reason_bg01_sp.png") top center no-repeat, url("../images/index/reason_bg02_sp.png") bottom center no-repeat;
    background-size: contain, contain;
  }
}
.reason .reason_lttl {
  margin-bottom: 35px;
  color: #004500;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .reason .reason_lttl {
    margin-bottom: calc(35 / 1920 * 100vw);
    font-size: calc(48 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .reason_lttl {
    margin-bottom: calc(30 / 1200 * 100vw);
    font-size: calc(36 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_lttl {
    margin-bottom: calc(120 / 600 * 100vw);
    font-size: calc(36 / 600 * 100vw);
  }
}
.reason .reason_lttl img {
  position: relative;
  display: block;
  width: 591px;
  margin: -40px auto 0;
}
@media only screen and (max-width: 1919px) {
  .reason .reason_lttl img {
    width: calc(591 / 1920 * 100vw);
    margin-top: calc(-40 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .reason_lttl img {
    width: calc(460 / 1200 * 100vw);
    margin-top: calc(-20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_lttl img {
    width: calc(455 / 600 * 100vw);
    margin-top: calc(-20 / 600 * 100vw);
  }
}
.reason .reason_mttl {
  position: absolute;
  top: -77px;
  left: 30px;
  width: 376px;
  padding: 0 1.5em 0 0.5em;
  background: url("../images/index/reason_mttl_bg.png") bottom center no-repeat;
  color: #ff8000;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .reason .reason_mttl {
    top: calc(-77 / 1920 * 100vw);
    left: calc(30 / 1920 * 100vw);
    width: calc(376 / 1920 * 100vw);
    background-size: contain;
    font-size: calc(33 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .reason_mttl {
    top: calc(-39 / 1200 * 100vw);
    left: calc(20 / 1200 * 100vw);
    width: calc(255 / 1200 * 100vw);
    font-size: calc(26 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_mttl {
    top: calc(-77 / 600 * 100vw);
    left: calc(20 / 600 * 100vw);
    width: calc(360 / 600 * 100vw);
    font-size: calc(33 / 600 * 100vw);
  }
}
.reason .reason_mttl .num {
  font-size: 9.3rem;
  font-weight: 400;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 1919px) {
  .reason .reason_mttl .num {
    font-size: calc(93 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .reason_mttl .num {
    font-size: calc(50 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_mttl .num {
    font-size: calc(93 / 600 * 100vw);
  }
}
.reason .reason_sttl {
  margin-bottom: 0.5em;
  color: #3c8200;
  font-size: 3.1rem;
  font-weight: 700;
}
@media only screen and (max-width: 1919px) {
  .reason .reason_sttl {
    font-size: calc(31 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .reason_sttl {
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_sttl {
    margin-bottom: calc(30 / 600 * 100vw);
    font-size: calc(32 / 600 * 100vw);
    line-height: 1.4;
  }
}
.reason .reason_text {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 1919px) {
  .reason .reason_text {
    font-size: calc(25 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .reason_text {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_text {
    font-size: calc(24 / 600 * 100vw);
  }
}
.reason .reason_list li {
  position: relative;
  width: 1310px;
  margin-top: 80px;
  padding: 10px;
  border: #749d01 5px solid;
  border-radius: 20px;
}
@media only screen and (max-width: 1919px) {
  .reason .reason_list li {
    width: calc(1301 / 1920 * 100vw);
    margin-top: calc(80 / 1920 * 100vw);
    padding: calc(10 / 1920 * 100vw);
    border: #749d01 calc(5 / 1920 * 100vw) solid;
    border-radius: calc(20 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .reason_list li {
    width: calc(900 / 1200 * 100vw);
    margin-top: calc(60 / 1200 * 100vw);
    padding: calc(5 / 1200 * 100vw);
    border: #749d01 calc(3 / 1200 * 100vw) solid;
    border-radius: calc(15 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_list li {
    width: 100%;
    margin-top: calc(120 / 600 * 100vw);
    padding: calc(10 / 600 * 100vw);
    border: #749d01 calc(4 / 600 * 100vw) solid;
    border-radius: calc(20 / 600 * 100vw);
  }
}
.reason .reason_list li:first-child {
  margin-top: 0;
}
.reason .reason_list li:nth-child(even) {
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .reason .reason_list li.reason01:before {
    position: absolute;
    top: calc(-40 / 600 * 100vw);
    right: calc(-20 / 600 * 100vw);
    content: "";
    width: calc(114 / 600 * 100vw);
    height: calc(86 / 600 * 100vw);
    background: url("../images/index/reason01_ico.png") top left no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_list li.reason06:before {
    position: absolute;
    top: calc(-50 / 600 * 100vw);
    right: calc(-30 / 600 * 100vw);
    content: "";
    width: calc(154 / 600 * 100vw);
    height: calc(159 / 600 * 100vw);
    background: url("../images/index/reason06_ico.png") top left no-repeat;
    background-size: contain;
  }
}
.reason .reason_list li.reason08 .reason_list_inner {
  align-items: flex-end;
}
.reason .reason_list li.reason08 .shoujikiya_logo {
  position: absolute;
  top: 10px;
  right: 450px;
  width: 187px;
}
@media only screen and (max-width: 1919px) {
  .reason .reason_list li.reason08 .shoujikiya_logo {
    top: calc(10 / 1920 * 100vw);
    right: calc(450 / 1920 * 100vw);
    width: calc(187 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .reason_list li.reason08 .shoujikiya_logo {
    top: calc(30 / 1200 * 100vw);
    right: calc(310 / 1200 * 100vw);
    width: calc(100 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_list li.reason08 .shoujikiya_logo {
    position: static;
    display: block;
    width: calc(200 / 600 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_list li.reason12:before {
    position: absolute;
    bottom: calc(-85 / 600 * 100vw);
    right: 0;
    content: "";
    width: calc(165 / 600 * 100vw);
    height: calc(190 / 600 * 100vw);
    background: url("../images/index/reason12_ico.png") top left no-repeat;
    background-size: contain;
  }
}
.reason .reason_list_inner {
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  background: #FFF;
  border-radius: 20px;
}
@media only screen and (max-width: 1919px) {
  .reason .reason_list_inner {
    padding: calc(25 / 1920 * 100vw) calc(30 / 1920 * 100vw);
    border-radius: calc(20 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .reason_list_inner {
    padding: calc(30 / 1200 * 100vw) calc(25 / 1200 * 100vw) calc(20 / 1200 * 100vw);
    border-radius: calc(15 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_list_inner {
    display: block;
    padding: calc(30 / 600 * 100vw);
    border-radius: calc(20 / 600 * 100vw);
  }
}
.reason .reason_list_textarea {
  width: 810px;
}
@media only screen and (max-width: 1919px) {
  .reason .reason_list_textarea {
    width: calc(810 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .reason_list_textarea {
    width: calc(550 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_list_textarea {
    width: 100%;
    margin-bottom: calc(30 / 600 * 100vw);
  }
}
.reason .reason_list_img {
  width: 365px;
}
@media only screen and (max-width: 1919px) {
  .reason .reason_list_img {
    width: calc(365 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .reason .reason_list_img {
    width: calc(250 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .reason .reason_list_img {
    width: 100%;
  }
}

.price {
  margin: 12rem auto 8rem;
}
@media only screen and (max-width: 640px) {
  .price {
    margin-top: 6rem;
  }
}
.price_lttl {
  margin-bottom: -20px;
  padding: 90px 0 65px;
  background: url("../images/index/staff_lttl_bg.png") top center no-repeat;
  background-size: 441px;
  color: #FFF;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 1919px) {
  .price_lttl {
    margin-bottom: calc(-20 / 1920 * 100vw);
    padding: calc(90 / 1920 * 100vw) 0 calc(65 / 1920 * 100vw);
    background-size: calc(441 / 1920 * 100vw);
    font-size: calc(50 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .price_lttl {
    margin-bottom: calc(-20 / 1200 * 100vw);
    padding: calc(70 / 1200 * 100vw) 0 calc(50 / 1200 * 100vw);
    background-size: calc(340 / 1200 * 100vw);
    font-size: calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_lttl {
    position: relative;
    z-index: 11;
    margin-bottom: calc(-10 / 600 * 100vw);
    padding: calc(80 / 600 * 100vw) 0 calc(60 / 600 * 100vw);
    background-size: calc(390 / 600 * 100vw);
    font-size: calc(44 / 600 * 100vw);
  }
}
.price_lttl span {
  display: block;
  font-size: 2.8rem;
}
@media only screen and (max-width: 1919px) {
  .price_lttl span {
    font-size: calc(32 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .price_lttl span {
    font-size: calc(28 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_lttl span {
    font-size: calc(24 / 600 * 100vw);
  }
}
.price_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(48 / 1920 * 100vw) 0;
}
.price_item {
  padding: calc(20 / 1920 * 100vw);
  border-radius: calc(12 / 1920 * 100vw);
  width: 31.25%;
  background: #e5ead6;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .price_item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .price_item {
    padding-top: calc(60 / 1920 * 100vw);
    font-size: calc(16 / 600 * 100vw);
    width: 48.4375%;
  }
}
.price_title {
  margin-bottom: 0.75em;
  font-size: 2.4rem;
  color: #3c8500;
}
@media only screen and (max-width: 1200px) {
  .price_title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .price_title {
    font-size: calc(20 / 600 * 100vw);
  }
}
.price_spec {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
}
.price_spec dl {
  padding: 0.75em 0;
  border-radius: calc(12 / 1920 * 100vw);
  width: 48.0459770115%;
  background: #FFF;
  line-height: 1;
}
.price_spec dl dt {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .price_spec dl dt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .price_spec dl dt {
    font-size: calc(16 / 600 * 100vw);
  }
}
.price_spec dl dd {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .price_spec dl dd {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .price_spec dl dd {
    font-size: calc(20 / 600 * 100vw);
  }
}
.price_spec dl dd em {
  color: #eb8000;
  font-style: normal;
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .price_spec dl dd em {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .price_spec dl dd em {
    font-size: calc(40 / 600 * 100vw);
  }
}
.price_notes {
  margin-top: 2em;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .price_notes {
    font-size: 1.6rem;
  }
}

.important {
  position: relative;
  z-index: 11;
}
.important .index_content {
  height: 776px;
  padding: 130px 0;
  background: url("../images/index/important_bg.png") top left no-repeat;
}
@media only screen and (max-width: 1919px) {
  .important .index_content {
    height: calc(776 / 1920 * 100vw);
    padding: calc(130 / 1920 * 100vw) 0;
    background-size: calc(1133 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .important .index_content {
    height: calc(445 / 1200 * 100vw);
    padding: calc(70 / 1200 * 100vw) 0;
    background-size: calc(650 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .important .index_content {
    height: auto;
    padding: calc(360 / 600 * 100vw) 0 calc(70 / 600 * 100vw);
    background-size: contain;
  }
}
.important .inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .important .inner {
    position: relative;
    display: block;
    padding-bottom: calc(110 / 600 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .important .btn_a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.important .important_lttl {
  width: 500px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1919px) {
  .important .important_lttl {
    width: calc(500 / 1920 * 100vw);
    margin-bottom: calc(70 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .important .important_lttl {
    width: calc(290 / 1200 * 100vw);
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .important .important_lttl {
    width: calc(500 / 600 * 100vw);
    margin: 0 auto calc(50 / 600 * 100vw);
  }
}
.important .important_left {
  width: 680px;
  padding-top: 50px;
  padding-left: 180px;
}
@media only screen and (max-width: 1919px) {
  .important .important_left {
    width: calc(680 / 1920 * 100vw);
    padding-top: calc(50 / 1920 * 100vw);
    padding-left: calc(180 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .important .important_left {
    width: 45%;
    padding-top: calc(50 / 1200 * 100vw);
    padding-left: calc(140 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .important .important_left {
    width: 100%;
    padding: 0;
  }
}
.important .important_right {
  width: 800px;
}
@media only screen and (max-width: 1919px) {
  .important .important_right {
    width: calc(800 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .important .important_right {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .important .important_right {
    width: 100%;
  }
}
.important .important_text {
  margin-bottom: 0.5em;
  padding-right: 285px;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 400;
}
@media only screen and (max-width: 1919px) {
  .important .important_text {
    padding-right: calc(285 / 1920 * 100vw);
    font-size: calc(20 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .important .important_text {
    padding-right: calc(150 / 1200 * 100vw);
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .important .important_text {
    margin-bottom: 1em;
    padding-right: 0;
    font-size: calc(25 / 600 * 100vw);
  }
}

@media only screen and (max-width: 640px) {
  .column {
    margin-bottom: calc(120 / 600 * 100vw);
  }
}
.column .index_content {
  padding: 110px 0 200px;
  /* background: url("../images/common/bg_sheet.jpg") top center no-repeat; */
}
@media only screen and (max-width: 1919px) {
  .column .index_content {
    padding: calc(110 / 1920 * 100vw) 0 calc(150 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .column .index_content {
    padding: calc(60 / 1200 * 100vw) 0 calc(80 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .column .index_content {
    padding: calc(60 / 600 * 100vw) 0 calc(80 / 600 * 100vw);
    background: url("../images/common/bg_sheet.jpg") top calc(200 / 600 * 100vw) center no-repeat;
    background-size: calc(1879 / 600 * 100vw);
  }
}
.column .column_lttl {
  margin-bottom: 70px;
  padding: 140px 0 120px;
  background: url("../images/index/column_lttl.png") top center no-repeat;
  background-size: 548px;
  color: #FFF;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .column .column_lttl {
    margin-bottom: calc(70 / 1920 * 100vw);
    padding: calc(140 / 1920 * 100vw) 0 calc(120 / 1920 * 100vw);
    background-size: calc(548 / 1920 * 100vw);
    font-size: calc(50 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .column .column_lttl {
    margin-bottom: calc(50 / 1200 * 100vw);
    padding: calc(100 / 1200 * 100vw) 0 calc(70 / 1200 * 100vw);
    background-size: calc(390 / 1200 * 100vw);
    font-size: calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .column .column_lttl {
    margin-bottom: calc(50 / 600 * 100vw);
    padding: calc(120 / 600 * 100vw) 0 calc(100 / 600 * 100vw);
    background-size: calc(480 / 600 * 100vw);
    font-size: calc(44 / 600 * 100vw);
  }
}
.column .column_ttl {
  font-weight: 400;
}
.column .column_list {
  display: flex;
  justify-content: center;
  margin-bottom: 125px;
}
@media only screen and (max-width: 1919px) {
  .column .column_list {
    margin-bottom: calc(125 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .column .column_list {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .column .column_list {
    display: block;
    margin-bottom: calc(60 / 600 * 100vw);
  }
}
.column .column_list li {
  padding: 0 calc(20 / 1920 * 100vw);
  width: 33.3333333333%;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.55;
}
@media only screen and (max-width: 1919px) {
  .column .column_list li {
    width: calc(450 / 1920 * 100vw);
    font-size: calc(24 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .column .column_list li {
    width: calc(320 / 1200 * 100vw);
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .column .column_list li {
    width: 100%;
    margin-top: calc(40 / 600 * 100vw);
    padding: 0 calc(20 / 600 * 100vw);
    font-size: calc(28 / 600 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .column .column_list li:first-child {
    margin-top: 0;
  }
}
.column .column_list .date {
  margin-top: 1.5em;
  display: block;
}

.works .index_content {
  padding: 0 0 0;
}
.works .inner {
  width: 100%;
  padding: 0 0 160px;
  background: #e5ead6;
}
@media only screen and (max-width: 1919px) {
  .works .inner {
    padding-bottom: calc(160 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .inner {
    padding-bottom: calc(80 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .works .inner {
    padding-bottom: calc(80 / 600 * 100vw);
  }
}
.works .bx-wrapper {
  margin: -50px auto 120px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
@media only screen and (max-width: 1919px) {
  .works .bx-wrapper {
    width: calc(445 / 1920 * 100vw) !important;
    margin: calc(-50 / 1920 * 100vw) auto calc(120 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .bx-wrapper {
    margin: calc(-90 / 1200 * 100vw) auto calc(80 / 1200 * 100vw);
    width: calc(300 / 1200 * 100vw) !important;
  }
}
@media only screen and (max-width: 640px) {
  .works .bx-wrapper {
    margin: calc(-90 / 600 * 100vw) auto calc(80 / 600 * 100vw);
    width: calc(430 / 600 * 100vw) !important;
  }
}
.works .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
.works .bx-wrapper .bx-pager,
.works .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}
@media only screen and (max-width: 1919px) {
  .works .bx-wrapper .bx-pager,
  .works .bx-wrapper .bx-controls-auto {
    bottom: calc(-50 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .bx-wrapper .bx-pager,
  .works .bx-wrapper .bx-controls-auto {
    bottom: calc(-50 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .works .bx-wrapper .bx-pager,
  .works .bx-wrapper .bx-controls-auto {
    bottom: calc(-50 / 600 * 100vw);
  }
}
.works .bx-wrapper .bx-loading {
  display: none;
}
.works .bx-wrapper .bx-pager.bx-default-pager a {
  background: #dbdbdb;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
@media only screen and (max-width: 1919px) {
  .works .bx-wrapper .bx-pager.bx-default-pager a {
    width: calc(18 / 1920 * 100vw);
    height: calc(18 / 1920 * 100vw);
    margin: 0 calc(5 / 1920 * 100vw);
    -moz-border-radius: calc(9 / 1920 * 100vw);
    -webkit-border-radius: calc(9 / 1920 * 100vw);
    border-radius: calc(9 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .bx-wrapper .bx-pager.bx-default-pager a {
    width: calc(14 / 1200 * 100vw);
    height: calc(14 / 1200 * 100vw);
    margin: 0 calc(3 / 1200 * 100vw);
    -moz-border-radius: calc(7 / 1200 * 100vw);
    -webkit-border-radius: calc(7 / 1200 * 100vw);
    border-radius: calc(7 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .works .bx-wrapper .bx-pager.bx-default-pager a {
    width: calc(16 / 600 * 100vw);
    height: calc(16 / 600 * 100vw);
    margin: 0 calc(4 / 600 * 100vw);
    -moz-border-radius: calc(8 / 600 * 100vw);
    -webkit-border-radius: calc(8 / 600 * 100vw);
    border-radius: calc(8 / 600 * 100vw);
  }
}
.works .bx-wrapper .bx-pager.bx-default-pager a:hover, .works .bx-wrapper .bx-pager.bx-default-pager a.active, .works .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ffa92e;
}
.works .bx-wrapper .bx-prev {
  left: -530px;
  background: url("../images/index/works_slide_prev.png") top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1919px) {
  .works .bx-wrapper .bx-prev {
    left: calc(-530 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .bx-wrapper .bx-prev {
    left: calc(-300 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .works .bx-wrapper .bx-prev {
    left: calc(-50 / 600 * 100vw);
  }
}
.works .bx-wrapper .bx-next {
  right: -530px;
  background: url("../images/index/works_slide_next.png") top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1919px) {
  .works .bx-wrapper .bx-next {
    right: calc(-530 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .bx-wrapper .bx-next {
    right: calc(-350 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .works .bx-wrapper .bx-next {
    right: calc(-50 / 600 * 100vw);
  }
}
.works .bx-wrapper .bx-next:hover,
.works .bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.works .bx-wrapper .bx-controls-direction a {
  margin-top: -35px;
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 1919px) {
  .works .bx-wrapper .bx-controls-direction a {
    margin-top: calc(-35 / 1920 * 100vw);
    width: calc(70 / 1920 * 100vw);
    height: calc(70 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .bx-wrapper .bx-controls-direction a {
    margin-top: calc(-25 / 1200 * 100vw);
    width: calc(50 / 1200 * 100vw);
    height: calc(50 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .works .bx-wrapper .bx-controls-direction a {
    margin-top: calc(-35 / 600 * 100vw);
    width: calc(70 / 600 * 100vw);
    height: calc(70 / 600 * 100vw);
  }
}
.works .works_lttl {
  position: relative;
  z-index: 33;
  top: -150px;
  padding: 120px 0 100px;
  background: url("../images/index/works_lttl_bg.png") top left 58% no-repeat;
  background-size: 621px;
  color: #008000;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .works .works_lttl {
    top: calc(-150 / 1920 * 100vw);
    padding: calc(120 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw);
    background-size: calc(621 / 1920 * 100vw);
    font-size: calc(50 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .works_lttl {
    top: calc(-90 / 1200 * 100vw);
    padding: calc(80 / 1200 * 100vw) 0 calc(80 / 1200 * 100vw);
    background: url("../images/index/works_lttl_bg.png") top left 56% no-repeat;
    background-size: calc(430 / 1200 * 100vw);
    font-size: calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .works .works_lttl {
    top: calc(-130 / 600 * 100vw);
    padding: calc(110 / 600 * 100vw) 0 calc(120 / 600 * 100vw);
    background: url("../images/index/works_lttl_bg.png") top right calc(-80 / 600 * 100vw) no-repeat;
    background-size: calc(620 / 600 * 100vw);
    font-size: calc(44 / 600 * 100vw);
  }
}
.works .works_lttl .small {
  color: #FFF;
  font-size: 3.6rem;
  line-height: 1.33;
}
@media only screen and (max-width: 1919px) {
  .works .works_lttl .small {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .works_lttl .small {
    font-size: calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .works .works_lttl .small {
    font-size: calc(36 / 600 * 100vw);
  }
}
.works .works_ttl {
  position: relative;
  margin-top: 0.5em;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1919px) {
  .works .works_ttl {
    font-size: calc(20 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .works_ttl {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .works .works_ttl {
    font-size: calc(22 / 600 * 100vw);
  }
}
.works .works_ttl .category {
  /*
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 52px;
  */
  margin-top: 7px;
}
@media only screen and (max-width: 1919px) {
  .works .works_ttl .category {
    margin-top: calc(7 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .works_ttl .category {
    margin-top: calc(7 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .works .works_ttl .category {
    margin-top: calc(7 / 600 * 100vw);
  }
}
.works .works_ttl .category li {
  display: inline-block;
  margin: 0.2em 0.1em 0;
  padding: 0.1em 0.2em;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1919px) {
  .works .works_ttl .category li {
    font-size: calc(16 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .works_ttl .category li {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .works .works_ttl .category li {
    font-size: calc(14 / 600 * 100vw);
  }
}
.works .works_list > li {
  width: 445px;
  padding: 20px;
  background: #FFF;
}
@media only screen and (max-width: 1919px) {
  .works .works_list > li {
    width: calc(445 / 1920 * 100vw);
    margin-right: calc(50 / 1920 * 100vw) !important;
    padding: calc(20 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .works .works_list > li {
    margin-right: calc(30 / 1200 * 100vw) !important;
  }
}
@media only screen and (max-width: 640px) {
  .works .works_list > li {
    margin-right: calc(40 / 600 * 100vw) !important;
    padding: calc(20 / 600 * 100vw);
  }
}

.voice .index_content {
  position: relative;
  padding: 40px 0 400px;
  background: url("../images/common/bg_sheet.jpg") top center;
}
@media only screen and (max-width: 1919px) {
  .voice .index_content {
    padding: calc(40 / 1920 * 100vw) 0 calc(400 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .voice .index_content {
    padding: calc(60 / 1200 * 100vw) 0 calc(480 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .voice .index_content {
    padding: calc(60 / 600 * 100vw) 0 calc(240 / 600 * 100vw);
    background-size: calc(1879 / 600 * 100vw);
  }
}
.voice .index_content:before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 672px;
  height: 641px;
  background: url("../images/index/voice_bg_img.png") top left no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1919px) {
  .voice .index_content:before {
    top: calc(-10 / 1920 * 100vw);
    left: calc(-10 / 1920 * 100vw);
    width: calc(672 / 1920 * 100vw);
    height: calc(641 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .voice .index_content:before {
    top: calc(-7 / 1200 * 100vw);
    left: calc(-7 / 1200 * 100vw);
    width: calc(420 / 1200 * 100vw);
    height: calc(400 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .voice .index_content:before {
    top: calc(-7 / 600 * 100vw);
    left: calc(-7 / 600 * 100vw);
    width: calc(280 / 600 * 100vw);
    height: calc(270 / 600 * 100vw);
  }
}
.voice .voice_lttl {
  margin-bottom: 110px;
  padding: 70px 0 35px;
  background: url("../images/index/voice_lttl_bg.png") top left 45% no-repeat;
  background-size: 815px;
  color: #749d00;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .voice .voice_lttl {
    margin-bottom: calc(110 / 1920 * 100vw);
    padding: calc(70 / 1920 * 100vw) 0 calc(35 / 1920 * 100vw);
    background-size: calc(815 / 1920 * 100vw);
    font-size: calc(50 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .voice .voice_lttl {
    margin-bottom: calc(20 / 1200 * 100vw);
    padding: calc(40 / 1200 * 100vw) 0 calc(30 / 1200 * 100vw);
    background: url("../images/index/voice_lttl_bg.png") top left 45% no-repeat;
    background-size: calc(570 / 1200 * 100vw);
    font-size: calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .voice .voice_lttl {
    position: relative;
    z-index: 11;
    margin-bottom: calc(20 / 600 * 100vw);
    padding: calc(40 / 600 * 100vw) 0 calc(30 / 600 * 100vw);
    background: url("../images/index/voice_lttl_bg.png") top left 45% no-repeat;
    background-size: calc(570 / 600 * 100vw);
    font-size: calc(44 / 600 * 100vw);
  }
}
.voice .voice_lttl .small {
  color: #004500;
  font-size: 3.6rem;
  line-height: 1.33;
}
@media only screen and (max-width: 1919px) {
  .voice .voice_lttl .small {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .voice .voice_lttl .small {
    font-size: calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .voice .voice_lttl .small {
    font-size: calc(28 / 600 * 100vw);
  }
}
.voice .voice_list {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .voice .voice_list {
    margin-bottom: calc(100 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .voice .voice_list {
    margin-bottom: calc(80 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .voice .voice_list {
    display: block;
    margin-bottom: calc(80 / 600 * 100vw);
    padding: calc(20 / 600 * 100vw);
  }
}
.voice .voice_list li {
  width: 480px;
  margin: 40px 0 0 40px;
  background: url("../images/voice/voice_bg01.png") top center no-repeat;
  background-size: contain;
  padding: 70px 40px 30px;
}
@media only screen and (max-width: 1919px) {
  .voice .voice_list li {
    width: calc(480 / 1920 * 100vw);
    margin: calc(40 / 1920 * 100vw) 0 0 calc(40 / 1920 * 100vw);
    padding: calc(70 / 1920 * 100vw) calc(40 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .voice .voice_list li {
    width: calc(325 / 1200 * 100vw);
    margin: calc(40 / 1200 * 100vw) 0 0 calc(30 / 1200 * 100vw);
    padding: calc(50 / 1200 * 100vw) calc(25 / 1200 * 100vw) calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .voice .voice_list li {
    width: 100%;
    margin: calc(120 / 600 * 100vw) 0 0;
    padding: calc(80 / 600 * 100vw) calc(55 / 600 * 100vw) calc(40 / 600 * 100vw);
  }
}
.voice .voice_list li:nth-child(-n+3) {
  margin-top: 0;
}
.voice .voice_list li:nth-child(3n+1) {
  margin-left: 0;
}

.staff .index_content {
  position: relative;
  z-index: 11;
  margin-top: -290px;
  padding: 0 0 120px;
  background: url("../images/index/staff_bg.png") top 100px center no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 1919px) {
  .staff .index_content {
    padding: 0 0 calc(120 / 1920 * 100vw);
    background: url("../images/index/staff_bg.png") top calc(100 / 1920 * 100vw) center no-repeat;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 1200px) {
  .staff .index_content {
    padding: 0 0 calc(80 / 1200 * 100vw);
    background: url("../images/index/staff_bg.png") top calc(60 / 1200 * 100vw) center no-repeat;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 640px) {
  .staff .index_content {
    margin-top: calc(-150 / 600 * 100vw);
    padding: 0 0 calc(80 / 600 * 100vw);
    background: url("../images/index/staff_bg.png") top calc(60 / 600 * 100vw) center no-repeat;
    background-size: cover;
  }
}
.staff .staff_lttl {
  margin-bottom: -20px;
  padding: 90px 0 65px;
  background: url("../images/index/staff_lttl_bg.png") top center no-repeat;
  background-size: 441px;
  color: #FFF;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .staff .staff_lttl {
    margin-bottom: calc(-20 / 1920 * 100vw);
    padding: calc(90 / 1920 * 100vw) 0 calc(65 / 1920 * 100vw);
    background-size: calc(441 / 1920 * 100vw);
    font-size: calc(50 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .staff .staff_lttl {
    margin-bottom: calc(-20 / 1200 * 100vw);
    padding: calc(70 / 1200 * 100vw) 0 calc(50 / 1200 * 100vw);
    background-size: calc(340 / 1200 * 100vw);
    font-size: calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .staff .staff_lttl {
    position: relative;
    z-index: 11;
    margin-bottom: calc(-10 / 600 * 100vw);
    padding: calc(80 / 600 * 100vw) 0 calc(60 / 600 * 100vw);
    background-size: calc(390 / 600 * 100vw);
    font-size: calc(44 / 600 * 100vw);
  }
}
.staff .staff_img {
  width: 1326px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1919px) {
  .staff .staff_img {
    width: calc(1326 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .staff .staff_img {
    width: calc(900 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .staff .staff_img {
    width: 100%;
    margin-bottom: calc(15 / 600 * 100vw);
  }
}

.company .index_content {
  position: relative;
  padding: 125px 0 145px;
}
@media only screen and (max-width: 1919px) {
  .company .index_content {
    padding: calc(125 / 1920 * 100vw) 0 calc(155 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .company .index_content {
    padding: calc(155 / 1200 * 100vw) 0 calc(155 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .company .index_content {
    padding: calc(80 / 1200 * 100vw) 0 calc(80 / 1200 * 100vw);
  }
}
.company .index_content:before {
  position: absolute;
  top: -55px;
  right: -30px;
  content: "";
  width: 754px;
  height: 614px;
  background: url("../images/index/company_img.png") top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1919px) {
  .company .index_content:before {
    top: calc(-55 / 1920 * 100vw);
    right: calc(-30 / 1920 * 100vw);
    width: calc(754 / 1920 * 100vw);
    height: calc(614 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .company .index_content:before {
    top: calc(-5 / 1200 * 100vw);
    right: calc(-20 / 1200 * 100vw);
    width: calc(500 / 1200 * 100vw);
    height: calc(410 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .company .index_content:before {
    top: calc(-5 / 600 * 100vw);
    right: calc(-20 / 600 * 100vw);
    width: calc(500 / 600 * 100vw);
    height: calc(410 / 600 * 100vw);
  }
}
.company .company_lttl {
  margin-bottom: 0.8em;
  color: #008000;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .company .company_lttl {
    font-size: calc(50 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .company .company_lttl {
    font-size: calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .company .company_lttl {
    font-size: calc(44 / 600 * 100vw);
    text-align: left;
  }
}
.company .company_table {
  width: 100%;
}
.company .company_table tr:nth-child(even) {
  background: #e5ead6;
}
.company .company_table th,
.company .company_table td {
  padding: 0.8em;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.72;
}
@media only screen and (max-width: 1919px) {
  .company .company_table th,
  .company .company_table td {
    font-size: calc(22 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .company .company_table th,
  .company .company_table td {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .company .company_table th,
  .company .company_table td {
    display: block;
    padding: 0.8em;
    font-size: calc(24 / 600 * 100vw);
  }
}
.company .company_table th {
  width: 7em;
  text-align: justify;
  text-align-last: justify;
}
@media only screen and (max-width: 640px) {
  .company .company_table th {
    padding-bottom: 0;
  }
}
.company .company_table td {
  width: auto;
  padding: 0.8em 125px;
}
@media only screen and (max-width: 1919px) {
  .company .company_table td {
    padding: 0.8em calc(125 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .company .company_table td {
    padding: 0.8em calc(80 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .company .company_table td {
    width: 100%;
    padding: 0.8em;
    padding-top: 0;
  }
}/*# sourceMappingURL=index.css.map */