@charset "utf-8";

/* -------------------------------------------------- */
/* top*/
/* -------------------------------------------------- */

/* topvisual */
.topvisual {
  width: 100%;
  position: relative;
  padding-top: 160px;
  height: 0;
  padding-bottom: 36.5%;
  overflow: hidden;
}

.topvisual img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 110%;
}

.topvisual .slide_box a {
  display: block;
  position: relative;
}

.topvisual .ph {
  width: 64%;
  height: 0;
  padding-bottom: 36.5%;
  margin-left: 36%;
  overflow: hidden;
  border-radius: 0 0 0 40px;
  background: #FDEFE7;
}

.topvisual .main_catch {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-55%);
  font-size: 1.6rem;
  width: 340px;
}

.topvisual .main_catch .title {
  color: #50453A;
  font-size: 5.0rem;
  line-height: 1.0;
  margin-bottom: 20px;
  font-weight: 600;
}

.topvisual .main_catch .txt {
  opacity: .5;
  line-height: 1.65;
  margin-bottom: 30px;
  height: 82px;
  overflow: hidden;
}

.topvisual .main_catch .main {
  font-size: 8.3vw;
  line-height: 1.0;
}

.topvisual .main_catch .catch {
  font-size: 2.6vw;
  line-height: 1.0;
  margin: 15px 0 20px;
}

.topvisual .main_catch .catch {
  font-size: 2.6vw;
  line-height: 1.0;
  margin: 15px 0 20px;
}

.topvisual .slick-dots {
  left: 6%;
}

@keyframes scroll_anime {
  0% {
    height: 0;
  }

  90% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .topvisual {
    padding-top: 62px;
    height: auto;
    padding-bottom: 0;
  }

  .topvisual img {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 125%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .topvisual .ph {
    width: 95%;
    height: 0;
    padding-bottom: 66.5%;
    margin-left: 5%;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    margin-bottom: 5%;
    position: relative;
  }

  .topvisual .main_catch {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 1.6rem;
    width: 90%;
    padding-left: 5%;
    min-height: 200px;
    margin: 0 auto;
  }

  .topvisual .main_catch .title {
    font-size: 3.2rem;
    margin-bottom: 4%;
    min-height: 64px;
  }

  .topvisual .main_catch .txt {
    margin-bottom: 5%;
    height: 68px;
    font-size: 1.3rem;
  }

  .topvisual .main_catch .btn_more {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .topvisual .slick-dots {
    left: 9%;
  }

}


/* section_fvcv */

.top .section_fvcv {
  margin: 80px auto 0;
  width: 1200px;
  background: rgba(34, 128, 32, .06);
  padding: 60px 0;
  text-align: center;
}

.top .section_fvcv .lead {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 25px;
}

.top .section_fvcv .btn_box .btn {
  width: 340px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
}

.top .section_fvcv .btn_box .btn a {
  line-height: 60px;
  background-position: 28px 23px;
  background-size: 16px auto;
  height: 60px;
}

.top .section_fvcv .btn_box .btn a::after {
  top: 26px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  .top .section_fvcv {
    margin: 15% auto 0;
    width: 90%;
    padding: 10% 5%;
  }

  .top .section_fvcv .lead {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 5%;
  }

  .top .section_fvcv .btn_box .btn {
    width: 100%;
    display: block;
    margin: 3% 0 0;
  }

  .top .section_fvcv .btn_box .btn a {
    line-height: 50px;
    background-position: 24px 20px;
    background-size: 14px auto;
    height: 50px;
  }

  .top .section_fvcv .btn_box .btn a::after {
    top: 22px;
    right: 24px;
  }


}


/* section_takelook */

.section_takelook {
  padding: 120px 0;
  position: relative;
}

.section_takelook::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 634px;
  height: 87px;
  background: url(../images/top/txt_take.svg) top center no-repeat;
  background-size: 100% auto;
}

.section_takelook .section_inner {
  width: 1200px;
  margin: 0 auto;
}

.title_box {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 99;
}

.title_box h3 {
  display: inline-block;
  padding-left: 20px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.0;
  position: relative;
  letter-spacing: .5px;
}

.title_box h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #228020;
}

.title_box .lead {
  margin-top: 10px;
}

.section_takelook .list_box {
  width: 640px;
  float: left;
  padding-bottom: 50px;
}

.section_takelook a {
  display: block;
}

.section_takelook .ph {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background: #f7f5f2;
  border-radius: 6px;
  overflow: hidden;
}

.section_takelook .list_box .tit {
  font-size: 2.0rem;
  font-weight: 500;
  height: 28px;
  overflow-y: hidden;
  margin: 20px 0 5px;
  line-height: 1.0;
}

.section_takelook .list_box .txt {
  font-size: 1.4rem;
  height: 58px;
  overflow-y: hidden;
  line-height: 1.6;
}

.section_takelook .slick-dots {
  left: 120px;
}

.section_takelook .other_box {
  width: 510px;
  float: right;
}

.section_takelook .other_box .box {
  width: 240px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.section_takelook .other_box .box:nth-child(2n) {
  margin-right: 0;
}

.section_takelook .other_box .box .tit {
  height: 20px;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.0;
  margin: 15px 0 3px;
  font-weight: 500;
}

.section_takelook .other_box .box .txt {
  height: 70px;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.6;
}


@media screen and (max-width: 767px) {
  .section_takelook {
    padding: 15% 0;
  }

  .section_takelook::after {
    right: 3%;
    width: 310px;
    height: 42px;
  }

  .section_takelook .section_inner {
    width: 80%;
    margin: 0 auto;
  }

  .title_box {
    margin-bottom: 5%;
  }

  .title_box h3 {
    padding-left: 16px;
    font-size: 2.0rem;
  }

  .title_box h3::before {
    width: 8px;
    height: 8px;
  }

  .title_box .lead {
    margin-top: 3%;
  }

  .section_takelook .list_box {
    width: 100%;
    float: none;
    padding-bottom: 60px;
  }

  .section_takelook .list_box .tit {
    font-size: 1.6rem;
    height: 20px;
    margin: 5% 0 2%;
  }

  .section_takelook .list_box .txt {
    font-size: 1.2rem;
    height: 76px;
  }

  .section_takelook .slick-dots {
    left: 100px;
  }

}


/* section_search */
.section_search {
  background: rgba(34, 128, 32, .9);
  color: #FFF;
  text-align: center;
  padding: 50px 0 70px;
}

.section_search .lead {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 30px;
}

.section_search .search_box {
  width: 865px;
  height: 70px;
  border-radius: 6px;
  background: #FFF;
  text-align: left;
  margin: 0 auto;
}

.section_search .search_box input:focus {
  outline: none;
}

.section_search .search_box input.in {
  border: none;
  height: 70px;
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: middle;
  background: none;
  padding: 0 25px;
  font-size: 1.6rem;
}

.section_search .search_box input.in::placeholder {
  color: rgba(18, 18, 18, .3);
}

.section_search .search_box input.icon {
  border: none;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.section_search .keyword_box {
  font-size: 1.4rem;
  width: 865px;
  margin: 20px auto 0;
  text-align: left;
  line-height: 1.0;
}

.section_search .keyword_box * {
  display: inline-block;
  vertical-align: middle;
}

.section_search .keyword_box .tit {
  font-weight: 500;
  margin-right: 20px;
  margin-top: 3px;
}

.section_search .keyword_box li {
  margin: 0 10px;
}

.section_search .keyword_box li a,
.section_search .keyword_box li a font {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .section_search {
    padding: 10% 5%;
  }

  .section_search .lead {
    font-size: 1.8rem;
    margin-bottom: 6%;
  }

  .section_search .search_box {
    width: 100%;
    height: 60px;
    border-radius: 5px;
  }

  .section_search .search_box input.in {
    height: 60px;
    width: calc(100% - 45px);
    padding: 0 20px;
    font-size: 1.4rem;
  }

  .section_search .search_box input.icon {
    height: 16px;
    width: 16px;
  }

  .section_search .keyword_box {
    font-size: 1.2rem;
    width: 100%;
    margin: 4% auto 0;
  }

  .section_search .keyword_box .tit {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 2%;
  }

  .section_search .keyword_box li {
    margin: 0 2% 2% 0;
  }

}




/* section_product */
.top .section_product {
  padding: 120px 0;
  background: rgba(203, 151, 102, 0.06);
  position: relative;
}

.top .section_product::after {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 86px;
  height: 470px;
  background: url(../images/top/txt_product.svg) top center no-repeat;
  background-size: 100% auto;
}

.top .section_product .section_inner {
  text-align: right;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.top .section_product .contents_block {
  background: #FFF;
  border: 1px solid #D6D6D6;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  overflow: hidden;
}

.top .section_product .contents_block .box {
  flex-basis: 33.33333%;
  height: 202px;
}

.top .section_product .contents_block .box a {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  display: block;
  height: 100%;
}

.top .section_product .contents_block .box a:hover {
  opacity: 1;
  background: #ede6dbc5;
}

.top .section_product .contents_block .box a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: #50453A url(../images/common/arrow.svg) center center no-repeat;
  background-size: 8px auto;
  transition: .3s;
}

.top .section_product .contents_block .box a:hover::after {
  background-position: 13px 11px;
  transition: .3s;
}

.top .section_product .contents_block .box .ph {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
}

.top .section_product .contents_block .box .stit {
  width: calc(100% - 165px);
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.top .section_product .contents_block .box:not(:nth-child(3n)) {
  border-right: 1px solid #D6D6D6;
}

.top .section_product .contents_block .box:nth-child(1),
.top .section_product .contents_block .box:nth-child(2),
.top .section_product .contents_block .box:nth-child(3) {
  border-bottom: 1px solid #D6D6D6;
}

.top .section_product .btn_more {
  margin-top: 50px;
  text-align: right;
}


@media screen and (max-width: 767px) {
  .top .section_product {
    padding: 15% 0;
  }

  .top .section_product::after {
    width: 42px;
    height: 227px;
  }

  .top .section_product .section_inner {
    width: 90%;
  }

  .top .section_product .contents_block {
    border-radius: 10px;
  }

  .top .section_product .contents_block .box {
    flex-basis: 50%;
    height: 0;
    padding-bottom: 60.8%;
    overflow: hidden;
  }

  .top .section_product .contents_block .box a {
    padding: 8% 8% 9%;
    height: auto;
  }

  .top .section_product .contents_block .box a::after {
    bottom: 8%;
    right: 8%;
    width: 20px;
    height: 20px;
    background-size: 7px auto;
  }

  .top .section_product .contents_block .box a:hover::after {
    background-position: 8px 6px;
  }

  .top .section_product .contents_block .box .ph {
    width: 100%;
    border-radius: 6px;
  }

  .top .section_product .contents_block .box .stit {
    width: calc(100% - 40px);
    font-size: 1.2rem;
    padding-left: 0;
    display: block;
    margin-top: 5%;
    line-height: 1.2;
    height: 30px;
  }

  .top .section_product .contents_block .box:not(:nth-child(3n)) {
    border-right: none;
  }

  .top .section_product .contents_block .box:not(:nth-child(2n)) {
    border-right: 1px solid #D6D6D6;
  }

  .top .section_product .contents_block .box:nth-child(1),
  .top .section_product .contents_block .box:nth-child(2),
  .top .section_product .contents_block .box:nth-child(3),
  .top .section_product .contents_block .box:nth-child(4) {
    border-bottom: 1px solid #D6D6D6;
  }

  .top .section_product .btn_more {
    margin-top: 8%;
  }
}


/* section_machinematerial */
.top .section_machinematerial {
  background: #50453A;
  color: #FFF;
}

.top .section_machinematerial .box {
  width: 50%;
  float: left;
}

.top .section_machinematerial .box a {
  display: block;
  padding: 60px 0 80px;
  position: relative;
  text-align: center;
}

.top .section_machinematerial .box a:hover {
  opacity: 1;
  background: #228020;
}

.top .section_machinematerial .box a::after {
  content: "";
  position: absolute;
  z-index: 9;
}

.top .section_machinematerial .box a .ph,
.top .section_machinematerial .box a:hover .ph {
  overflow: visible;
}

.top .section_machinematerial .machine_block a::after {
  top: 0;
  left: 0;
  width: 86px;
  height: 543px;
  background: url(../images/top/txt_machine.svg) top center no-repeat;
  background-size: 100% auto;
}

.top .section_machinematerial .material_block a::after {
  bottom: 0;
  right: 0;
  width: 86px;
  height: 514px;
  background: url(../images/top/txt_material.svg) top center no-repeat;
  background-size: 100% auto;
}

.top .section_machinematerial .machine_block a {
  padding-left: calc(50% - 600px);
}

.top .section_machinematerial .material_block a {
  padding-right: calc(50% - 600px);
}

.top .section_machinematerial .box .tit {
  font-size: 2.2rem;
  line-height: 1.0;
  margin: 15px 0 10px;
}

.top .section_machinematerial .box .txt {
  width: 450px;
  margin: 0 auto;
  height: 100px;
}

.top .section_machinematerial .box .arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 30px;
  background: url(../images/common/arrow.svg) center center no-repeat;
  background-size: 8px auto;
  margin: 30px auto 0;
  transition: .3s;
}

.top .section_machinematerial .box a:hover .arrow {
  background-position: 23px 20px;
  transition: .3s;
}

@media screen and (max-width: 767px) {

  .top .section_machinematerial .box {
    width: 100%;
    float: none;
  }

  .top .section_machinematerial .box a {
    padding: 15% 8% 6%;
  }

  .top .section_machinematerial .machine_block a::after {
    width: 42px;
    height: 267px;
  }

  .top .section_machinematerial .material_block a::after {
    width: 42px;
    height: 249px;
  }

  .top .section_machinematerial .machine_block a {
    padding: 15% 8% 6%;
  }

  .top .section_machinematerial .material_block a {
    padding: 10% 8% 15%;
  }

  .top .section_machinematerial .box .tit {
    font-size: 1.8rem;
    margin: 8% 0 4%;
  }

  .top .section_machinematerial .box .txt {
    width: 100%;
    font-size: 1.2rem;
    height: auto;
  }

  .top .section_machinematerial .box .arrow {
    width: 40px;
    height: 40px;
    background-size: 7px auto;
    margin: 6% auto 0;
  }

  .top .section_machinematerial .box a:hover .arrow {
    background-position: 18px 15px;
  }
}


/* section_service */
.top .section_service {
  padding: 120px 0 80px;
  position: relative;
}

.top .section_service::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(50% + 406px);
  height: 624px;
  background: rgba(203, 151, 102, .06);
}

.top .section_service::after {
  content: "";
  position: absolute;
  top: 538px;
  right: 0;
  z-index: 9;
  width: 620px;
  height: 86px;
  background: url(../images/top/txt_service.svg) top center no-repeat;
  background-size: auto 100%;
}

.top .section_service a:hover {
  opacity: 1;
}

.top .section_service .section_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}

.top .section_service .title_box {
  width: 360px;
  float: right;
  text-align: left;
}

.top .section_service .title_box .btn_more {
  margin-top: 30px;
}

.top .section_service .contents_block {
  width: 760px;
  float: left;
  text-align: left;
}

.top .section_service .contents_block .box {
  width: 360px;
  margin-bottom: 40px;
  float: left;
  background: #FFF;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  padding: 0 25px;
}

.top .section_service .contents_block .box:nth-child(2n) {
  float: right;
}

.top .section_service .category_box {
  border-bottom: 1px solid #D6D6D6;
}

.top .section_service .category_box a {
  padding: 40px 15px;
  position: relative;
  line-height: 1.0;
  display: block;
}

.top .section_service .category_box .num {
  color: #228020;
  opacity: .5;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.top .section_service .category_box .category {
  font-size: 2rem;
  font-weight: 600;
}

.top .section_service .category_box .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  transform: translateY(-50%);
  background: #50453A url(../images/common/arrow.svg) center center no-repeat;
  background-size: 7px auto;
  transition: .3s;
}

.top .section_service .category_box a:hover .arrow {
  background-position: 14px 11.5px;
  transition: .3s;
}

.top .section_service .column_box a {
  padding: 25px 15px;
  display: block;
  font-size: 1.3rem;
  line-height: 1.6;
}

.top .section_service .column_box .ph {
  background: #D8D8D8;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.top .section_service .column_box .tit {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 15px 0 10px;
  background: url(../images/common/arrow_b.svg) 98% center no-repeat;
  background-size: 12px auto;
  transition: .3s;
  padding: 0 25px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top .section_service .column_box a:hover .tit {
  background-position: 100% center;
  transition: .3s;
}

.top .section_service .column_box .txt {
  height: 45px;
  overflow: hidden;
}


@media screen and (max-width: 767px) {
  .top .section_service {
    padding: 22% 0 12%;
  }

  .top .section_service::before {
    width: 90%;
    height: 380px;
    left: 10%;
  }

  .top .section_service::after {
    top: 0;
    width: 328px;
    height: 42px;
  }

  .top .section_service .section_inner {
    width: 90%;
  }

  .top .section_service .title_box {
    width: 70%;
    margin-right: 10%;
    margin-bottom: 10%;
  }

  .top .section_service .title_box .btn_more {
    margin-top: 6%;
  }

  .top .section_service .contents_block {
    width: 100%;
  }

  .top .section_service .contents_block .box {
    width: 100%;
    margin-bottom: 4%;
    float: none;
    padding: 0 5%;
  }

  .top .section_service .contents_block .box:nth-child(2n) {
    float: none;
  }

  .top .section_service .category_box a {
    padding: 8% 3%;
  }

  .top .section_service .category_box .num {
    font-size: 1.3rem;
    margin-bottom: 2%;
  }

  .top .section_service .category_box .category {
    font-size: 1.8rem;
  }

  .top .section_service .category_box .arrow {
    top: 50%;
    right: 3%;
    width: 20px;
    height: 20px;
  }

  .top .section_service .category_box a:hover .arrow {
    background-position: 9px 6.5px;
  }

  .top .section_service .column_box a {
    padding: 8% 3%;
    font-size: 1.2rem;
  }

  .top .section_service .column_box .tit {
    font-size: 1.4rem;
    margin: 4% 0 2%;
    background-size: 10px auto;
  }

  .top .section_service .column_box .txt {
    height: 40px;
  }
}


/* section_potal */

.section_potal {
  width: 1200px;
  margin: 0 auto;
  background: rgba(203, 151, 102, .06);
  padding: 80px;
}

.section_potal .txt_block {
  float: left;
  width: 340px;
}

.section_potal .txt_block .catch {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 15px;
  color: #50453A;
}

.section_potal .txt_block .txt {
  font-size: 1.4rem;
  line-height: 1.6;
}

.section_potal .link_box {
  float: right;
  width: 670px;
  text-align: right;
}

.section_potal .link_box .box {
  width: 300px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 28px;
}

.section_potal .link_box .box a {
  display: block;
  background: #FFF;
  border: 1px solid #D6D6D6;
  padding: 40px 10px;
  text-align: center;
  border-radius: 10px;
}

.section_potal .link_box .box a:hover {
  background: #ede6dbc5;
}

.section_potal .link_box .box .icon {
  width: 28px;
  height: 28px;
  margin: 0 auto 10px;
  position: relative;
}

.section_potal .link_box .box .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_potal .link_box .box:first-child .icon img {
  width: 24px;
}

.section_potal .link_box .box:last-child .icon img {
  width: 20px;
}

.section_potal .link_box .box .stit {
  line-height: 1.0;
  font-size: 1.6rem;
  font-weight: 500;
}


@media screen and (max-width: 767px) {
  .section_potal {
    width: 94%;
    padding: 12% 5%;
  }

  .section_potal .txt_block {
    float: none;
    width: 90%;
    margin: 0 auto 6%;
  }

  .section_potal .txt_block .catch {
    font-size: 1.8rem;
    margin-bottom: 3%;
  }

  .section_potal .txt_block .txt {
    font-size: 1.3rem;
  }

  .section_potal .link_box {
    float: none;
    width: 100%;
  }

  .section_potal .link_box .box {
    width: 47%;
    margin: 0 1.2%;
  }

  .section_potal .link_box .box a {
    padding: 20% 10%;
    border-radius: 10px;
    height: 128px;
  }

  .section_potal .link_box .box .icon {
    width: 25px;
    height: 25px;
    margin: 0 auto 10px;
  }

  .section_potal .link_box .box:first-child .icon img {
    width: 22px;
  }

  .section_potal .link_box .box:last-child .icon img {
    width: 17px;
  }

  .section_potal .link_box .box .stit {
    font-size: 1.3rem;
  }

  .section_potal .link_box .box:nth-child(2) .stit {
    margin-top: 14px;
  }
}



/* section_column */
.top .section_column {
  margin-top: 120px;
  padding: 120px 0;
  position: relative;
}

.top .section_column::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(50% + 176px);
  height: 400px;
  background: #228020;
}

.top .section_column .title_box {
  color: #FFF;
  width: 630px;
  text-align: left;
  margin-bottom: 40px;
  margin-left: calc(50% - 600px);
}

.top .section_column .title_box h3::before {
  background-color: #90B771;
}

.top .section_column .ph {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background: #D8D8D8;
  border-radius: 10px;
  margin-bottom: 20px;
}

.top .section_column .date {
  margin-bottom: 10px;
  line-height: 1.0;
  font-size: 1.2rem;
  color: #979794;
}

.top .section_column .tit {
  height: 70px;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.top .section_column .category li {
  color: #90B771;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-size: 1.2rem;
}

.top .section_column .category li::before {
  content: "# ";
}

.top .section_column .slick-slide a {
  padding: 20px 5% 0;
  display: block;
  position: relative;
}

.top .section_column .slick-slide.new a::before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #FFF;
  border: 1px solid #228020;
  color: #228020;
  font-weight: 600;
  font-size: 1rem;
  line-height: 48px;
  text-align: center;
  border-radius: 30px;
  z-index: 99999;
}

.top .section_column .slick-dots {
  left: calc(50% - 462px);
  bottom: -84px;
}

.top .section_column .slick-arrow {
  bottom: -92px;
}

.top .section_column .slick-prev {
  left: calc(50% - 600px);
}

.top .section_column .slick-next {
  left: calc(50% - 542px);
}

.top .section_column .btn_more {
  width: 1200px;
  margin: 60px auto 0;
  text-align: right;
}

.top .section_column .btn_more a {
  display: inline-block;
}


@media screen and (max-width: 767px) {
  .top .section_column {
    margin-top: 15%;
    padding: 15% 0;
  }

  .top .section_column::before {
    width: 90%;
    height: 334px;
  }

  .top .section_column .title_box {
    width: 70%;
    margin-bottom: 8%;
    margin-left: 10%;
  }

  .top .section_column .ph {
    margin-bottom: 5%;
  }

  .top .section_column .date {
    margin-bottom: 3%;
    font-size: 1.1rem;
  }

  .top .section_column .tit {
    height: 50px;
    font-size: 1.4rem;
  }

  .top .section_column .category li {
    margin-right: 10px;
  }

  .top .section_column .slick-slide a {
    padding: 20px 5% 0;
  }

  .top .section_column .slick-slide.new a::before {
    width: 38px;
    height: 38px;
    font-size: .9rem;
    line-height: 38px;
  }

  .top .section_column .slick-dots {
    left: calc(10% + 95px);
    bottom: -57px;
  }

  .top .section_column .slick-arrow {
    bottom: -60px;
  }

  .top .section_column .slick-prev {
    left: 8%;
  }

  .top .section_column .slick-next {
    left: calc(8% + 45px);
  }

  .top .section_column .btn_more {
    width: 95%;
    margin: 22% auto 0;
  }

}



/* section_news */
.top .section_news {
  margin-bottom: 120px;
}

.top .section_news .contents_block {
  width: 1000px;
  margin: -20px auto 0;
  text-align: right;
}

.section_news .news_list {
  text-align: left;
}

.section_news .news_list>li {
  border-bottom: 1px solid rgba(18, 18, 18, .2);
}

.section_news .news_list li a {
  padding: 25px 30px;
  display: block;
  position: relative;
}

.section_news .news_list li a:hover {
  background: #ede6dbc5;
}

.section_news .news_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  background: url(../images/common/arrow_b.svg) center center no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}

.section_news .news_list li a * {
  display: inline-block;
  vertical-align: middle;
}

.section_news .news_list li .date {
  width: 95px;
  font-size: 1.2rem;
  opacity: .6;
}

.section_news .news_list .category {
  margin-right: 30px;
  width: 120px;
}

.section_news .news_list .category li {
  background: #90B771;
  border-radius: 20px;
  line-height: 24px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
  padding: 0 10px;
  min-width: 95px;
  text-align: center;
}

.section_news .news_list .category li::before {
  content: "#";
}

.section_news .news_list .category li:not(:first-child) {
  display: none;
}

.section_news .news_list .tit {
  width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top .section_news .btn_more {
  margin-top: 50px;
}


@media screen and (max-width: 767px) {
  .top .section_news {
    margin-bottom: 15%;
  }

  .top .section_news .contents_block {
    width: 90%;
    margin: -3% auto 0;
  }

  .section_news .news_list li a {
    padding: 4% 2%;
  }

  .section_news .news_list li a::after {
    top: 68%;
    right: 2%;
    width: 7px;
    height: 7px;
  }

  .section_news .news_list li .date {
    width: 90px;
    margin-top: 5px;
  }

  .section_news .news_list .category {
    margin-right: 0;
    width: auto;
  }

  .section_news .news_list .category li {
    font-size: 1.2rem;
    padding: 0 10px;
  }

  .section_news .news_list .tit {
    width: 100%;
  }

  .top .section_news .btn_more {
    margin-top: 8%;
  }
}



/* section_about */
.section_about {
  background: rgba(203, 151, 102, 0.06);
  padding: 120px 0;
  position: relative;
}

.section_about::after {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 86px;
  height: 545px;
  background: url(../images/top/txt_about.svg) top center no-repeat;
  background-size: 100% auto;
}

.section_about .title_box {
  width: 1200px;
  margin: 0 auto 40px;
  text-align: left;
}

.section_about .contents_block {
  width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.section_about .contents_block .box {
  width: 25%;
  float: left;
  background: url(../images/top/ph_profile.jpg) center center no-repeat;
  background-size: cover;
  transition: .6s;
}

.section_about .contents_block .box.message {
  background-image: url(../images/top/ph_message.jpg);
}

.section_about .contents_block .box.story {
  background-image: url(../images/top/ph_story.jpg);
}

.section_about .contents_block .box.whatwedo {
  background-image: url(../images/top/ph_whatwedo.jpg);
}

.section_about .contents_block .box a {
  background: rgba(0, 0, 0, .4);
  display: block;
  height: 460px;
  position: relative;
  padding: 150px 40px 130px;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
}

.section_about .contents_block .box a:hover {
  background: rgba(0, 0, 0, .8);
}

.section_about .contents_block .stit {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 20px;
}

.section_about .contents_block .arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 30px;
  background: url(../images/common/arrow.svg) center center no-repeat;
  background-size: 8px auto;
  margin: 30px auto 0;
}

.section_about .contents_block a:hover .arrow {
  background-position: 23px 20px;
}



@media screen and (max-width: 767px) {
  .section_about {
    padding: 15% 0;
  }

  .section_about::after {
    width: 42px;
    height: 272px;
  }

  .section_about .title_box {
    width: 90%;
    margin: 0 auto 5%;
  }

  .section_about .contents_block {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
  }

  .section_about .contents_block .box {
    width: 50%;
  }

  .section_about .contents_block .box a {
    height: 256px;
    padding: 40% 5% 40%;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .section_about .contents_block .stit {
    font-size: 1.8rem;
    margin-bottom: 8%;
    font-weight: 500;
  }

  .section_about .contents_block .txt {
    height: 45px;
  }

  .section_about .contents_block .arrow {
    width: 40px;
    height: 40px;
    margin: 10% auto 0;
  }

  .section_about .contents_block a:hover .arrow {
    background-position: 18px 15px;
  }
}


/* -------------------------------------------------- */
/* low_block
/* -------------------------------------------------- */

.low_block {
  padding: 160px 0 150px;
}

.section_low {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.low_block .pan_box {
  padding: 20px 0;
  color: rgba(18, 18, 18, .4);
  font-size: 1.3rem;
}

.low_block .pan_box a {
  text-decoration: underline;
  color: rgba(18, 18, 18, 1);
}

.low_block .pan_box .slash {
  padding: 0 10px;
}

.section_low .title_box {
  text-align: center;
  padding: 34px 0 60px;
  margin-bottom: 0;
}

.section_low .title_box .sub {
  display: inline-block;
  padding-left: 20px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.0;
  position: relative;
  letter-spacing: .5px;
}

.section_low .title_box .sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #228020;
}

.section_low .title_box .page_txt {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}



@media screen and (max-width: 767px) {
  .low_block {
    padding-top: 62px;
    padding-bottom: 18%;
  }

  .section_low {
    width: 90%;
  }

  .low_block .pan_box {
    padding: 1% 0;
  }

  .low_block .pan_box .slash {
    padding: 0 2%;
  }

  .section_low .title_box {
    padding: 12% 0 10%;
  }

  .section_low .title_box h2.sub {
    padding-left: 18px;
    font-size: 2.0rem;
  }

  .section_low .title_box h2.sub::before {
    width: 8px;
    height: 8px;
    top: 12px;
  }

  .section_low .title_box .page_txt {
    margin-top: 4%;
    font-size: 1.3rem;
  }
}


/* -------------------------------------------------- */
/* about */
/* -------------------------------------------------- */

/* index */
.low_block .section_about.index {
  background: none;
  padding: 0;
}

.low_block .section_about.index::after {
  display: none;
}

.low_block .section_about.index .contents_block {
  opacity: 1;
  transform: translateY(0);
}

.low_block .section_about.index .contents_block .box {
  width: 50%;
  background: url(../images/about/ph_profile.jpg) center center no-repeat;
  background-size: cover;
}

.low_block .section_about.index .contents_block .box.message {
  background-image: url(../images/about/ph_message.jpg);
}

.low_block .section_about.index .contents_block .box.story {
  background-image: url(../images/about/ph_story.jpg);
}

.low_block .section_about.index .contents_block .box.whatwedo {
  background-image: url(../images/about/ph_whatwedo.jpg);
}

.low_block .section_about.index .contents_block .box a {
  height: 400px;
  padding: 120px 140px 100px;
}

.low_block .section_about.index .contents_block .box .stit {
  font-size: 3.0rem;
}

.low_block .section_about.index .contents_block .box .txt {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .low_block .section_about.index .contents_block {
    width: 96%;
  }

  .low_block .section_about.index .contents_block .box {
    width: 100%;
  }

  .low_block .section_about.index .contents_block .box a {
    height: 250px;
    padding: 60px 10% 50px;
  }

  .low_block .section_about.index .contents_block .box .stit {
    font-size: 2.4rem;
    margin-bottom: 5%;
  }

  .low_block .section_about.index .contents_block .box .txt {
    font-size: 1.3rem;
  }

  .low_block .section_about.index .contents_block .box .arrow {
    margin-top: 6%;
  }
}


/* profile */

.low_block.about_low {
  padding-bottom: 0;
}

.low_block.about_low .section_about {
  text-align: left;
}

.section_about_low {
  width: 100%;
}

.section_about_low .pan_box,
.section_system_main .pan_box {
  width: 1200px;
  margin: 0 auto;
  font-size: 1.3rem;
}

.section_about_low .section_main {
  position: relative;
  padding-top: 320px;
}

.section_about_low .section_main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(../images/about/visual_profile.jpg) top center no-repeat;
  background-size: cover;
  z-index: -1;
}

.section_about_low .section_main.message_block::before {
  background-image: url(../images/about/visual_message.jpg);
}

.section_about_low .section_main.story_block::before {
  background-image: url(../images/about/visual_story.jpg);
}

.section_about_low .section_main.whatwedo_block::before {
  background-image: url(../images/about/visual_whatwedo.jpg);
}

.section_about_low .section_main .contents_box {
  width: 1200px;
  background: #FFF;
  margin: 0 auto;
  padding: 100px;
}

.section_about_low .section_main .lead_txt {
  margin-bottom: 40px;
}

.section_about_low .facility_block {
  margin-top: 120px;
}

.section_about_low .facility_block .facility_box.head,
.section_about_low .facility_block .facility_box.tech {
  display: inline-block;
  vertical-align: top;
  width: 470px;
}

.section_about_low .facility_block .facility_box.head {
  margin-right: 55px;
}

.section_about_low .facility_block .facility_box:not(:last-child) {
  margin-bottom: 80px;
}

.section_about_low .facility_block .facility_box a {
  display: block;
  position: relative;
}

.section_about_low .facility_block .facility_box .tit {
  color: #228020;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 30px;
}

.section_about_low .facility_block .facility_box .ph {
  border-radius: 6px;
  overflow: hidden;
}

.section_about_low .facility_block .facility_box .name {
  font-size: 1.6rem;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 40px;
  position: relative;
}

.section_about_low .facility_block .facility_box.sub .name {
  margin-top: 15px;
}

.section_about_low .facility_block .facility_box .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 30px;
  background: #50453A url(../images/common/arrow.svg) center center no-repeat;
  background-size: 8px auto;
}

.section_about_low .facility_block .facility_box a:hover .arrow {
  background-color: #228020;
  background-position: 14px 11px;
}

.section_about_low .facility_block .facility_box.sub .box {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  margin-bottom: 35px;
}

.section_about_low .facility_block .facility_box .box:nth-child(4n) {
  margin-right: 0;
}


@media screen and (max-width: 767px) {

  .section_about_low .pan_box,
  .section_system_main .pan_box {
    width: 90%;
    font-size: 1.1rem;
  }

  .section_about_low .section_main {
    padding-top: 200px;
  }

  .section_about_low .section_main::before {
    height: 240px;
  }

  .section_about_low .section_main.story_block::before {
    background-position: -42px 0;
  }

  .section_about_low .section_main .contents_box {
    width: 94%;
    padding: 8% 6% 15%;
  }

  .section_about_low .section_main .lead_txt {
    margin-bottom: 6%;
  }

  .section_about_low .facility_block {
    margin-top: 15%;
  }

  .section_about_low .facility_block .facility_box.head,
  .section_about_low .facility_block .facility_box.tech {
    display: block;
    width: 100%;
  }

  .section_about_low .facility_block .facility_box.head {
    margin-right: 0;
  }

  .section_about_low .facility_block .facility_box:not(:last-child) {
    margin-bottom: 15%;
  }

  .section_about_low .facility_block .facility_box .tit {
    font-size: 1.8rem;
    margin-bottom: 6%;
  }

  .section_about_low .facility_block .facility_box .name {
    font-size: 1.3rem;
    margin-top: 4%;
    padding-right: 48px;
  }

  .section_about_low .facility_block .facility_box.sub .name {
    margin-top: 3%;
  }

  .section_about_low .facility_block .facility_box.sub .box {
    width: 46%;
    margin-right: 6%;
    margin-bottom: 6%;
  }

  .section_about_low .facility_block .facility_box .box:nth-child(2n) {
    margin-right: 0;
  }

}



/* message */

.section_about_low .main_catch {
  line-height: 1.4;
  font-size: 2.6rem;
  color: #228020;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.section_about_low .message_block .main_catch {
  font-size: 3.2rem;
}

.section_about_low .message_block .message_box:not(:last-child) {
  margin-bottom: 100px;
}

.section_about_low .message_block .ph_box {
  position: relative;
}

.section_about_low .message_block .ph {
  width: 776px;
}

.section_about_low .message_block .message_box:nth-child(2) .ph {
  margin-left: 224px;
}

.section_about_low .message_block .tit_box {
  width: 424px;
  background: rgba(248, 241, 235, .9);
  margin-top: -220px;
  margin-left: 576px;
  margin-bottom: 40px;
  position: relative;
  z-index: 99;
  padding: 50px;
  border-radius: 30px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.section_about_low .message_block .message_box:nth-child(2) .tit_box {
  margin-left: 0;
  border-radius: 0 30px 0 0;
}

.section_about_low .message_block .tit_box .name {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 10px;
}

.section_about_low .message_block .tit_box .job {
  font-weight: 500;
  line-height: 1.0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.section_about_low .message_block .tit_box .job::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #228020;
}


@media screen and (max-width: 767px) {
  .section_about_low .main_catch {
    font-size: 1.8rem;
    margin-bottom: 8%;
  }

  .section_about_low .message_block .main_catch {
    font-size: 2.0rem;
    line-height: 1.4;
  }

  .section_about_low .message_block .message_box:not(:last-child) {
    margin-bottom: 18%;
  }

  .section_about_low .message_block .ph {
    width: 92%;
    height: 200px;
    overflow: hidden;
  }

  .section_about_low .message_block .message_box:nth-child(2) .ph {
    margin-left: 8%;
  }

  .section_about_low .message_block .ph img {
    width: auto;
    height: 100%;
    transform: translateX(-20px);
  }

  .section_about_low .message_block .tit_box {
    width: 90%;
    margin-top: -5%;
    margin-left: 10%;
    margin-bottom: 8%;
    padding: 8% 6%;
    border-radius: 20px 0 0 0;
    font-size: 1.3rem;
  }

  .section_about_low .message_block .message_box:nth-child(2) .tit_box {
    border-radius: 0 20px 0 0;
  }

  .section_about_low .message_block .tit_box .name {
    font-size: 2.0rem;
    margin-bottom: 3%;
  }

  .section_about_low .message_block .tit_box .job {
    padding-bottom: 6%;
    margin-bottom: 6%;
  }

  .section_about_low .message_block .tit_box .job::after {
    width: 50px;
  }
}


/* whatwedo */

.section_about_low .whatwedo_block {
  position: relative;
  overflow-x: hidden;
}

.section_about_low .whatwedo_block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 800px;
  width: 2094px;
  height: 116px;
  background: url(../images/common/txt_nasaco.svg) top left repeat-x;
  background-size: auto 100%;
  animation: scrollAnime 40s linear infinite;
  opacity: .4;
}

.section_about_low .whatwedo_block .concept_box {
  padding: 45px 0 60px;
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.section_about_low .whatwedo_block .concept_box .logo {
  width: 528px;
  margin: 0 auto 60px;
  padding-bottom: 60px;
  position: relative;
}

.section_about_low .whatwedo_block .concept_box .logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 1px;
  background: #228020;
  transform: translateX(-50%);
}

.section_about_low .txt,
.section_about_low .txt_box {
  font-size: 1.4rem;
}

.section_about_low .whatwedo_block .concept_box .txt {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

.section_about_low .whatwedo_block .about_box .txt_box {
  width: 560px;
  margin-top: -250px;
  margin-left: 440px;
  background: #FFF;
  border-radius: 30px 0 0 0;
  padding: 60px 0 0 60px;
  position: relative;
  z-index: 99;
}

.section_about_low .whatwedo_block .info_box {
  margin-top: 100px;
  background: rgba(203, 151, 102, .06);
  padding: 60px;
  border-radius: 16px;
}

.section_about_low .whatwedo_block .info_box p {
  display: inline-block;
  vertical-align: top;
}

.section_about_low .whatwedo_block .info_box .txt {
  width: 380px;
  margin-right: 35px;
}

.section_about_low .whatwedo_block .info_box .ph {
  width: 460px;
}

.section_about_low .whatwedo_block .agent_box {
  margin-top: 100px;
  text-align: center;
}

.section_about_low .whatwedo_block .agent_box .box {
  width: 365px;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

.section_about_low .whatwedo_block .agent_box .ph {
  border-radius: 6px;
  overflow: hidden;
}

.section_about_low .whatwedo_block .agent_box .txt {
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 1.6;
}


@media screen and (max-width: 767px) {
  .section_about_low .whatwedo_block::after {
    top: 24.5%;
    width: 813px;
    height: 46px;
    animation: scrollAnime 18s linear infinite;
  }

  .section_about_low .whatwedo_block .concept_box {
    padding: 6% 0 10%;
    margin-bottom: 15%;
  }

  .section_about_low .whatwedo_block .concept_box .logo {
    width: 86%;
    margin: 0 auto 8%;
    padding-bottom: 8%;
  }

  .section_about_low .whatwedo_block .concept_box .logo::after {
    width: 80px;
  }

  .section_about_low .txt,
  .section_about_low .txt_box {
    font-size: 1.3rem;
  }

  .section_about_low .whatwedo_block .concept_box .txt {
    width: 90%;
  }

  .section_about_low .whatwedo_block .about_box .txt_box {
    width: 90%;
    margin-top: -8%;
    margin-left: 10%;
    border-radius: 15px 0 0 0;
    padding: 6% 0 0 8%;
  }

  .section_about_low .whatwedo_block .info_box {
    margin-top: 15%;
    padding: 6%;
    border-radius: 10px;
  }

  .section_about_low .whatwedo_block .info_box p {
    display: block;
  }

  .section_about_low .whatwedo_block .info_box .txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }

  .section_about_low .whatwedo_block .info_box .ph {
    width: 100%;
  }

  .section_about_low .whatwedo_block .agent_box {
    margin-top: 15%;
  }

  .section_about_low .whatwedo_block .agent_box .box {
    width: 90%;
    display: block;
    margin: 0 auto 8%;
  }

  .section_about_low .whatwedo_block .agent_box .box:last-child {
    margin-bottom: 0;
  }

  .section_about_low .whatwedo_block .agent_box .txt {
    font-size: 1.4rem;
    margin-top: 4%;
  }
}


/* story */
.section_about_low .section_main.story_block .contents_box {
  padding: 0;
}

.section_about_low .story_block .inner_box {
  padding: 100px;
}

.section_about_low .story_block .inner_box:nth-child(2n) {
  background: rgba(144, 183, 113, .14);
}

.section_about_low .story_block .year_box,
.section_about_low .story_block .txt_box {
  float: left;
  width: 425px;
}

.section_about_low .story_block .ph {
  float: right;
  width: 500px;
}

.section_about_low .story_block .inner_box:nth-child(2n) .year_box,
.section_about_low .story_block .inner_box:nth-child(2n) .txt_box {
  float: right;
}

.section_about_low .story_block .inner_box:nth-child(2n) .ph {
  float: left;
}

.section_about_low .story_block .year_box {
  padding-bottom: 35px;
  margin-bottom: 45px;
  position: relative;
}

.section_about_low .story_block .year_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #228020;
}

.section_about_low .story_block .year_box .year {
  color: #228020;
  font-size: 7.5rem;
  line-height: 1.0;
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.section_about_low .story_block .year_box .catch {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}

.section_about_low .story_block .txt_box,
.section_about_low .story_block .last_txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

.section_about_low .story_block .last_txt {
  margin-top: 60px;
}

.section_about_low .story_block .ph.main {
  margin-bottom: 10px;
}

.section_about_low .story_block .last_ph {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .section_about_low .story_block .inner_box {
    padding: 10% 6% 12%;
  }

  .section_about_low .story_block .year_box,
  .section_about_low .story_block .txt_box {
    float: none;
    width: 100%;
  }

  .section_about_low .story_block .ph {
    float: none;
    width: 100%;
  }

  .section_about_low .story_block .inner_box:nth-child(2n) .year_box,
  .section_about_low .story_block .inner_box:nth-child(2n) .txt_box {
    float: none;
  }

  .section_about_low .story_block .inner_box:nth-child(2n) .ph {
    float: none;
  }

  .section_about_low .story_block .year_box {
    padding-bottom: 8%;
    margin-bottom: 10%;
  }

  .section_about_low .story_block .year_box::after {
    width: 60px;
  }

  .section_about_low .story_block .year_box .year {
    font-size: 4.0rem;
    margin-bottom: 3%;
  }

  .section_about_low .story_block .year_box .catch {
    font-size: 1.6rem;
  }

  .section_about_low .story_block .txt_box,
  .section_about_low .story_block .last_txt {
    font-size: 1.3rem;
  }

  .section_about_low .story_block .last_txt {
    margin-top: 8%;
  }

  .section_about_low .story_block .ph.main {
    margin-bottom: 6%;
  }

  .section_about_low .story_block .ph.sub {
    margin-top: 6%;
  }

  .section_about_low .story_block .last_ph {
    margin-top: 8%;
  }
}


/* -------------------------------------------------- */
/* portal */
/* -------------------------------------------------- */

.low_block .section_portal {
  width: 100%;
}

.low_block .section_portal .pan_box {
  width: 1200px;
  margin: 0 auto;
}

.low_block .portal_block .visual_block {
  background: url(../images/portal/visual.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-top: 120px;
  margin-bottom: 100px;
}

.low_block .portal_block .visual_block .txt_box {
  width: 50%;
  margin-left: 50%;
  background: #FFFFFF;
  border-radius: 40px 0 0 0;
  padding: 80px 40px 0 80px;
}

.low_block .portal_block .visual_block .txt_box h3 {
  color: #228020;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 20px;
}

.low_block .portal_block .visual_block .txt_box .txt {
  width: 500px;
}

.low_block .portal_block .visual_block .btn {
  width: 400px;
  margin-top: 40px;
}

.low_block .portal_block .visual_block .btn a {
  border: 1px solid rgba(34, 128, 32, .5);
  background: rgba(144, 183, 113, .1);
  border-radius: 10px;
  height: 104px;
  display: block;
  text-align: center;
  color: #228020;
  font-weight: 500;
  font-size: 2.0rem;
  position: relative;
  line-height: 1.4;
  padding: 26px;
  transition: .3s;
}

.low_block .portal_block .visual_block .btn a:hover {
  background: rgba(144, 183, 113, .3);
  transition: .3s;
}

.low_block .portal_block .visual_block .btn small {
  display: block;
  font-weight: 300;
  opacity: .5;
  color: #121212;
  font-size: 1.2rem;
}

.low_block .portal_block .visual_block .btn a::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 40px;
  width: 20px;
  height: 28px;
  background: url(../images/portal/icon_login.svg) top center no-repeat;
  background-size: 100% auto;
}

.low_block .portal_block .visual_block .btn a::after {
  content: "";
  position: absolute;
  top: 46px;
  right: 32px;
  width: 12px;
  height: 12px;
  background: url(../images/common/arrow_g.svg) center center no-repeat;
  background-size: 100% auto;
  transition: .3s;
}

.low_block .portal_block .visual_block .btn a:hover::after {
  right: 28px;
  transition: .3s;
}

.low_block .portal_block .point_block {
  width: 1200px;
  margin: 0 auto;
  border-radius: 6px;
  background: rgba(237, 230, 219, .3);
  padding: 100px 40px;
  text-align: center;
}

.low_block .portal_block .point_block .box:not(:last-child) {
  margin-bottom: 80px;
}

.low_block .portal_block .point_block .illust {
  width: 340px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.low_block .portal_block .point_block .txt_box {
  width: 640px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.low_block .portal_block .point_block .txt_box .catch {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 20px;
}


@media screen and (max-width: 767px) {

  .low_block .section_portal .pan_box {
    width: 90%;
  }

  .low_block .portal_block .visual_block {
    background-position: top left;
    background-size: auto 240px;
    padding-top: 210px;
    margin-bottom: 15%;
  }

  .low_block .portal_block .visual_block .txt_box {
    width: 95%;
    margin-left: 5%;
    border-radius: 20px 0 0 0;
    padding: 8% 6% 0;
  }

  .low_block .portal_block .visual_block .txt_box h3 {
    font-size: 1.8rem;
    margin-bottom: 4%;
  }

  .low_block .portal_block .visual_block .txt_box .txt {
    width: 100%;
  }

  .low_block .portal_block .visual_block .btn {
    width: 90%;
    margin-top: 6%;
  }

  .low_block .portal_block .visual_block .btn a {
    border-radius: 6px;
    height: 75px;
    font-size: 1.8rem;
    padding: 15px;
  }

  .low_block .portal_block .visual_block .btn small {
    font-size: 1.1rem;
  }

  .low_block .portal_block .visual_block .btn a::before {
    top: 24px;
    left: 9%;
    width: 18px;
    height: 24px;
  }

  .low_block .portal_block .visual_block .btn a::after {
    top: 32px;
    right: 9%;
  }

  .low_block .portal_block .visual_block .btn a:hover::after {
    right: 4%;
  }

  .low_block .portal_block .point_block {
    width: 94%;
    padding: 10% 8%;
  }

  .low_block .portal_block .point_block .box:not(:last-child) {
    margin-bottom: 12%;
  }

  .low_block .portal_block .point_block .illust {
    width: 80%;
    display: block;
    margin: 0 auto 8%;

  }

  .low_block .portal_block .point_block .txt_box {
    width: 100%;
    display: block;
  }

  .low_block .portal_block .point_block .txt_box .catch {
    font-size: 1.8rem;
    margin-bottom: 4%;
    text-align: center;
  }

}


/* -------------------------------------------------- */
/* TCP */
/* -------------------------------------------------- */

/* top */
.low_block .section_system_main {
  width: 100%;
}

.section_system_main .lead_box {
  margin-bottom: 120px;
  text-align: center;
  font-size: 1.8rem;
}

.section_system_main .lead_box .visual {
  width: 100%;
  height: 400px;
  background: #EDE6DB url(../images/product/visual.jpg) top center no-repeat;
  background-size: auto 100%;
  margin-bottom: 80px;
}

.section_system_main .lead_box .catch {
  font-size: 3.6rem;
  color: #228020;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}

.section_system_main .lead_box .txt {
  width: 1200px;
  margin: 0 auto;
}

.section_system_main .product_list_block {
  width: 1200px;
  margin: 0 auto 100px;
}

.section_system_main .product_list_block:last-child {
  margin-bottom: 0;
}

.section_system_main .product_list_block .stit {
  color: #228020;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 40px;
}

.section_system_main .product_list_block .list_box {
  background: #FFF;
  border: 1px solid #D6D6D6;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  overflow: hidden;
}

.section_system_main .product_list_block .list_box .box {
  flex-basis: 50%;
  height: 260px;
  border-bottom: 1px solid #D6D6D6;
}

.section_system_main .product_list_block .list_box .box a {
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  display: block;
}

.section_system_main .product_list_block .list_box .box a:hover {
  opacity: 1;
  background: #ede6dbc5;
}

.section_system_main .product_list_block .list_box .box a::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: #50453A url(../images/common/arrow.svg) center center no-repeat;
  background-size: 8px auto;
  transition: .3s;
}

.section_system_main .product_list_block .list_box .box a:hover::after {
  background-position: 13px 11px;
  transition: .3s;
}

.section_system_main .product_list_block .list_box .box .ph {
  width: 200px;
  height: 200px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  overflow: hidden;
  background: #D8D8D8;
}

.section_system_main .product_list_block .list_box .txt_box {
  width: calc(100% - 205px);
  padding-left: 25px;
  display: inline-block;
  vertical-align: middle;
}

.section_system_main .product_list_block .list_box .tit {
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.section_system_main .product_list_block .list_box .txt {
  line-height: 1.4;
  font-size: 1.6rem;
  max-height: 85px;
  overflow: hidden;
  padding-right: 40px;
}

.section_system_main .product_list_block .list_box .box:not(:nth-child(2n)) {
  border-right: 1px solid #D6D6D6;
}


@media screen and (max-width: 767px) {
  .section_system_main .lead_box {
    margin-bottom: 15%;
    font-size: 1.3rem;
  }

  .section_system_main .lead_box .visual {
    height: 240px;
    background-image: url(../images/product/visual_sp.jpg);
    margin-bottom: 10%;
  }

  .section_system_main .lead_box .catch {
    font-size: 2.2rem;
    margin: 0 auto 8%;
    width: 90%;
  }

  .section_system_main .lead_box .txt {
    width: 90%;
  }

  .section_system_main .product_list_block {
    width: 90%;
    margin: 0 auto 15%;
  }

  .section_system_main .product_list_block .stit {
    font-size: 1.8rem;
    margin-bottom: 5%;
  }

  .section_system_main .product_list_block .list_box {
    border-radius: 10px;
  }

  .section_system_main .product_list_block .list_box .box {
    flex-basis: 100%;
    height: 0;
    padding-bottom: 46%;
  }

  .section_system_main .product_list_block .list_box .box a {
    padding: 5%;
  }

  .section_system_main .product_list_block .list_box .box a::after {
    bottom: 8%;
    right: 4%;
    width: 20px;
    height: 20px;
    background-size: 7px auto;
  }

  .section_system_main .product_list_block .list_box .box a:hover::after {
    background-position: 8px 6px;
  }

  .section_system_main .product_list_block .list_box .box .ph {
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    border-radius: 6px;
  }

  .section_system_main .product_list_block .list_box .box .txt_box {
    width: 58%;
    font-size: 1.2rem;
    padding-left: 5%;
    line-height: 1.4;
  }

  .section_system_main .product_list_block .list_box .box .tit {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 2%;
  }

  .section_system_main .product_list_block .list_box .box .txt {
    max-height: 56px;
    font-size: 1.2rem;
  }

  .section_system_main .product_list_block .list_box .box:not(:nth-child(2n)) {
    border-right: none;
  }

  .section_system_main .product_list_block .list_box .box:not(:last-child) {
    border-bottom: 1px solid #D6D6D6 !important;
  }
}


/* category */
.section_system_main .nav_box {
  background: rgba(165, 126, 90, .12);
  padding: 80px 0 180px;
  margin-bottom: -100px;
  text-align: center;
}

.section_system_main .nav_box .catch {
  color: #50453A;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}

.section_system_main .nav_box .btn_box li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 300px;
}

.section_system_main .nav_box .btn_box li a {
  display: block;
  height: 70px;
  background: #50453A;
  border-radius: 4px;
  position: relative;
  color: #FFF;
  line-height: 1.2;
  padding: 0 30px;
  font-size: 1.6rem;
  font-weight: 500;
}

.section_system_main .nav_box .btn_box li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_system_main .nav_box .btn_box li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  background: url(../images/common/arrow.svg) center center no-repeat;
  background-size: auto 12px;
  transform: rotate(90deg) translateX(-50%);
}

.section_system_main .nav_box .both_box {
  display: none;
  padding: 60px 0 70px;
  text-align: center;
  font-weight: 600;
  font-size: 2.6rem;
  position: relative;
}

.section_system_main .nav_box .both_box .txt {
  font-weight: 500;
  font-size: 2.2rem;
  color: #50453A;
}

.section_system_main .nav_box .both_box .arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #50453A;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transition: .3s;
  transform: translateY(-60%) rotate(135deg);
  animation: move-y .5s infinite alternate ease-in-out;
}

@keyframes move-y {
  from {
    transform: translateY(-60%) rotate(135deg);
  }

  to {
    transform: translateY(-30%) rotate(135deg);
  }
}

.anchor {
  margin-top: -122px;
  padding-top: 122px;
}

.section_system_main .category_block {
  width: 1200px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 6px;
  padding: 100px 100px 0;
}

.section_system_main .category_block .category_box:not(:last-child) {
  margin-bottom: 120px;
}

.section_system_main .category_block .tit {
  font-size: 2.6rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 50px;
  line-height: 1.0;
  border-bottom: 1px solid #121212;
  text-align: center;
}

.section_system_main .category_block .product_info {
  background: rgba(237, 230, 219, .5);
  border-radius: 6px;
  height: 280px;
  padding: 40px;
  margin-bottom: 60px;
}

.section_system_main .category_block .product_info .ph {
  width: 320px;
  height: 200px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.section_system_main .category_block .product_info .ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}

.section_system_main .category_block .product_info .txt_box {
  width: 500px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  margin-left: 40px;
}

.section_system_main .category_block .product_info .stit {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 25px;
  text-align: left;
}

.section_system_main .category_block .product_info .txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
}

.section_system_main .product_list02 {
  margin-bottom: 80px;
}

.section_system_main .product_list02.main {
  padding-bottom: 80px;
  border-bottom: 1px solid #D6D6D6;
}

.section_system_main .product_list02 h5.stit {
  font-size: 2.6rem;
  font-weight: 600;
  color: #228020;
  text-align: center;
  margin-bottom: 30px;
}

.section_system_main .product_list02 .stxt {
  text-align: center;
  margin: -30px 0 40px;
}

.section_system_main .product_list02 .list_box {
  padding-bottom: 40px;
}

.section_system_main .product_list02 .slick-dots {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.section_system_main .product_list02 .slick-prev,
.section_system_main .product_list02 .slick-next {
  bottom: 50%;
  margin-top: -25px;
  left: -5px;
}

.section_system_main .product_list02 .slick-next {
  left: auto;
  right: -5px;
}

.section_system_main .product_list02 .box {
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  width: 320px;
  margin: 0 22px;
}

.section_system_main .product_list02 .box a {
  display: block;
  padding: 30px 30px 50px;
  font-weight: 300;
  font-size: 1.4rem;
  position: relative;
  height: 470px;
}

.section_system_main .product_list02 .box .ph {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #D6D6D6;
  margin-bottom: 20px;
}

.section_system_main .product_list02 .box .tit {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.section_system_main .product_list02 .box .txt {
  max-height: 50px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-right: 30px;
}

.section_system_main .product_list02 .box a::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: #50453A url(../images/common/arrow.svg) center center no-repeat;
  background-size: 8px auto;
  transition: .3s;
}

.section_system_main .btn_box {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_system_main .nav_box {
    padding: 12% 0 18%;
    margin-bottom: -10%;
  }

  .section_system_main .nav_box .catch {
    font-size: 1.6rem;
    margin-bottom: 6%;
  }

  .section_system_main .nav_box .btn_box li {
    display: block;
    margin: 0 auto 2%;
    width: 90%;
  }

  .section_system_main .nav_box .btn_box li a {
    height: 46px;
    line-height: 1.2;
    padding: 0 10%;
    font-size: 1.2rem;
  }

  .section_system_main .nav_box .btn_box li a::after {
    right: 5%;
    background-size: auto 9px;
  }

  .section_system_main .nav_box .both_box {
    padding: 6% 4% 8%;
    font-size: 1.6rem;
  }

  .section_system_main .nav_box .both_box .txt {
    font-size: 1.6rem;
  }

  .section_system_main .nav_box .both_box .arrow {
    bottom: 10%;
    width: 10px;
    height: 10px;
  }

  .anchor {
    margin-top: -62px;
    padding-top: 62px;
  }

  .section_system_main .category_block {
    width: 94%;
    border-radius: 4px;
    padding: 8% 6% 0;
  }

  .section_system_main .category_block .category_box:not(:last-child) {
    margin-bottom: 15%;
  }

  .section_system_main .category_block h4.tit {
    font-size: 1.8rem;
    padding-bottom: 4%;
    margin-bottom: 8%;
    line-height: 1.2;
  }

  .section_system_main .category_block .product_info {
    border-radius: 4px;
    height: auto;
    padding: 8%;
    margin-bottom: 10%;
  }

  .section_system_main .category_block .product_info .ph {
    width: 80%;
    height: auto;
    display: block;
    margin-bottom: 5%;
  }

  .section_system_main .category_block .product_info .ph img {
    height: auto;
    width: 100%;
  }

  .section_system_main .category_block .product_info .txt_box {
    width: 100%;
    display: block;
    font-size: 1.3rem;
    margin-left: 0;
  }

  .section_system_main .category_block .product_info .stit {
    font-size: 1.6rem;
    margin-bottom: 3%;
  }

  .section_system_main .category_block .product_info .txt {
    font-size: 1.3rem;
  }

  .section_system_main .product_list02 {
    margin-bottom: 15%;
  }

  .section_system_main .product_list02.main {
    padding-bottom: 10%;
  }

  .section_system_main .product_list02 h5.stit {
    font-size: 1.8rem;
    margin-bottom: 5%;
    line-height: 1.4;
  }

  .section_system_main .product_list02 .stxt {
    margin: -2% 0 6%;
    line-height: 1.4;
  }

  .section_system_main .product_list02 .list_box {
    padding-bottom: 15%;
  }

  .section_system_main .product_list02 .slick-prev,
  .section_system_main .product_list02 .slick-next {
    margin-top: -20px;
    left: -20px;
  }

  .section_system_main .product_list02 .slick-next {
    left: auto;
    right: -20px;
  }

  .section_system_main .product_list02 .box {
    border-radius: 10px;
    width: 100%;
    margin: 0 0;
  }

  .section_system_main .product_list02 .box a {
    padding: 7% 7% 14%;
    font-size: 1.3rem;
    height: 440px;
  }

  .section_system_main .product_list02 .box .ph {
    border-radius: 6px;
    margin-bottom: 6%;
  }

  .section_system_main .product_list02 .box .tit {
    font-size: 1.6rem;
    margin-bottom: 2%;
  }

  .section_system_main .product_list02 .box .txt {
    max-height: 50px;
    font-size: 1.3rem;
    padding-right: 30px;
  }

  .section_system_main .product_list02 .box a::after {
    right: 4%;
    bottom: 4%;
  }

}


/* detail */
.section_system_main .product_block.detail {
  width: 1000px;
  margin: 0 auto;
}

.section_system_main .product_title_box {
  margin: 50px 0 100px;
  position: relative;
}

.section_system_main .product_title_box .ph {
  width: 420px;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background: #D6D6D6;
}

.section_system_main .product_title_box .txt_box {
  width: 520px;
  max-height: 420px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 55px;
}

.section_system_main .product_title_box .product_id {
  opacity: .5;
  font-size: 1.4rem;
  line-height: 1.0;
  margin-bottom: 20px;
}

.section_system_main .product_title_box .product_id small {
  font-size: 1.2rem;
}

.section_system_main .product_title_box .product_title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-bottom: 18px;
  border-bottom: 1px solid #121212;
}

.section_system_main .product_title_box .product_lead {
  font-size: 1.6rem;
  line-height: 1.4;
}

.section_system_main .cv_box {
  border: 1px solid #D6D6D6;
  border-radius: 15px;
  display: -webkit-flex;
  overflow: hidden;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.section_system_main .cv_box .box {
  flex-basis: 50%;
}

.section_system_main .cv_box .box:not(:last-child) {
  border-right: 1px solid #D6D6D6;
}

.section_system_main .cv_box .box a {
  display: block;
  text-align: center;
  padding: 60px 0;
}

.section_system_main .cv_box .box a:hover {
  background: #ede6dbc5;
}

.section_system_main .cv_box .box .icon {
  width: 36px;
  height: 36px;
  position: relative;
  margin: 0 auto;
}

.section_system_main .cv_box .box .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_system_main .cv_box .box .icon.inquiry img {
  width: 34px;
}

.section_system_main .cv_box .box .icon.contact img {
  width: 30px;
}

.section_system_main .cv_box .box .tit {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.0;
  margin: 20px 0 32px;
}

.section_system_main .cv_box .box .btn {
  min-width: 260px;
  margin: 0 auto;
  font-weight: 500;
  border: 1px solid rgba(34, 128, 32, .4);
  line-height: 50px;
  position: relative;
  color: #228020;
  border-radius: 30px;
  background: #FFF;
  display: inline-block;
  padding: 0 40px;
}

.section_system_main .cv_box .box a:hover .btn {
  color: #FFF;
  background: #228020;
}

.section_system_main .cv_box .box .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 8px;
  height: 7px;
  background: url(../images/common/arrow_g.svg) top center no-repeat;
  background-size: 100% auto;
}

.section_system_main .cv_box .box a:hover .btn::after {
  background-image: url(../images/common/arrow.svg);
}


.section_system_main .introduction_block {
  margin: 100px 0;
}

.section_system_main .introduction_block .box:not(:last-child) {
  margin-bottom: 60px;
}

.section_system_main .introduction_block .ph {
  width: 280px;
  height: 280px;
  border-radius: 6px;
  overflow: hidden;
  float: left;
  background: #D6D6D6;
}

.section_system_main .introduction_block .box:nth-child(2n) .ph {
  float: right;
}

.section_system_main .introduction_block .txt_box {
  width: 660px;
  float: right;
  padding-top: 60px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 300;
}

.section_system_main .introduction_block .box:nth-child(2n) .txt_box {
  float: left;
}

.section_system_main .introduction_block .txt_box .catch {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9A9A9A;
}

.section_system_main .product_block .detail_block {
  background: rgba(203, 151, 102, 0.06);
  padding: 80px;
  margin: 100px 0;
  border-radius: 16px;
}

.section_system_main .detail_block .movie_box {
  position: relative;
  margin-bottom: 30px;
}

.section_system_main .detail_block .movie_box:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.section_system_main .detail_block .movie_box iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  background: #D6D6D6;
  border-radius: 6px;
  overflow: hidden;
}

.section_system_main .detail_block .frame_box dl {
  padding: 30px 20px;
}

.section_system_main .detail_block .information_box {
  margin-top: 80px;
}

.section_system_main .detail_block .information_box .stit {
  color: #50453A;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 30px;
}

.section_system_main .detail_block .information_box .box {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}

.section_system_main .detail_block .information_box .box:not(:last-child) {
  margin-right: 36px;
}

.section_system_main .detail_block .information_box .ph {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background: #D6D6D6;
}

.section_system_main .detail_block .information_box .tit {
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 20px;
  background: url(../images/common/arrow_b.svg) center right no-repeat;
  background-size: 8px auto;
  margin: 10px 2% 0;
  text-align: left;
  line-height: 1.2;
}

.section_system_main .other_product_list {
  margin-top: 120px;
}

.section_system_main .other_product_list .product_list02:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 767px) {
  .section_system_main .product_block.detail {
    width: 90%;
  }

  .section_system_main .product_title_box {
    margin: 8% 0 12%;
  }

  .section_system_main .product_title_box .ph {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 5%;
  }

  .section_system_main .product_title_box .txt_box {
    width: 94%;
    max-height: none;
    display: block;
    margin: 0 auto;
  }

  .section_system_main .product_title_box .product_id {
    font-size: 1.2rem;
    margin-bottom: 2%;
  }

  .section_system_main .product_title_box .product_id small {
    font-size: 1.0rem;
  }

  .section_system_main .product_title_box .product_title {
    font-size: 1.8rem;
    margin-bottom: 6%;
    padding-bottom: 4%;
  }

  .section_system_main .product_title_box .product_lead {
    font-size: 1.4rem;
  }

  .section_system_main .cv_box {
    border-radius: 10px;
  }

  .section_system_main .cv_box .box {
    flex-basis: 100%;
  }

  .section_system_main .cv_box .box:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #D6D6D6;
  }

  .section_system_main .cv_box .box a {
    padding: 12% 0;
  }

  .section_system_main .cv_box .box .icon {
    width: 30px;
    height: 30px;
  }

  .section_system_main .cv_box .box .icon.inquiry img {
    width: 30px;
  }

  .section_system_main .cv_box .box .icon.contact img {
    width: 26px;
  }

  .section_system_main .cv_box .box .tit {
    font-size: 1.8rem;
    margin: 3% 0 6%;
  }

  .section_system_main .cv_box .box .btn {
    min-width: 72%;
  }

  .section_system_main .introduction_block {
    margin: 15% 0;
  }

  .section_system_main .introduction_block .box:not(:last-child) {
    margin-bottom: 10%;
  }

  .section_system_main .introduction_block .ph {
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    margin: 0 auto 5%;
    float: none;
  }

  .section_system_main .introduction_block .box:nth-child(2n) .ph {
    float: none;
  }

  .section_system_main .introduction_block .txt_box {
    width: 90%;
    float: none;
    padding-top: 0;
    font-size: 1.3rem;
    margin: 0 auto;
  }

  .section_system_main .introduction_block .box:nth-child(2n) .txt_box {
    float: none;
  }

  .section_system_main .introduction_block .txt_box .catch {
    font-size: 1.6rem;
    padding-bottom: 3%;
    margin-bottom: 6%;
  }

  .section_system_main .product_block .detail_block {
    padding: 5% 5% 12%;
    margin: 15% 0;
    border-radius: 6px;
  }

  .section_system_main .detail_block .movie_box {
    margin-bottom: 6%;
  }

  .section_system_main .detail_block .frame_box dl {
    padding: 4% 2%;
  }

  .section_system_main .detail_block .information_box {
    margin-top: 12%;
  }

  .section_system_main .detail_block .information_box .stit {
    font-size: 1.8rem;
    margin-bottom: 6%;
  }

  .section_system_main .detail_block .information_box .box {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .section_system_main .detail_block .information_box .box:not(:last-child) {
    margin-right: auto;
    margin-bottom: 8%;
  }

  .section_system_main .detail_block .information_box .tit {
    font-size: 1.4rem;
    margin: 3% 2% 0;
  }

  .section_system_main .other_product_list {
    margin-top: 15%;
    padding: 0 5%;
  }

}


/* -------------------------------------------------- */
/* machine */
/* -------------------------------------------------- */

/* top */
.section_system_main .machine_block .lead_box .visual {
  background-image: url(../images/machine/visual.jpg);
}

@media screen and (max-width: 767px) {
  .section_system_main .machine_block .lead_box .visual {
    background-image: url(../images/machine/visual_sp.jpg);
  }
}


/* category */
.section_system_main .category_block {
  padding-top: 40px;
}

.section_system_main .machine_list .box:not(:last-child) {
  margin-bottom: 40px;
}

.section_system_main .machine_list .box a {
  display: block;
  position: relative;
}

.section_system_main .machine_list .box.new a::before,
.section_system_main .machine_list .box.coming a::before,
.section_system_main .machine_list .box.discontinued a::before,
.section_system_main .machine_block .product_title_box.new::before,
.section_system_main .machine_block .product_title_box.coming::before,
.section_system_main .machine_block .product_title_box.discontinued::before {
  content: "NEW";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 86px;
  height: 86px;
  background: #55AA37;
  border-radius: 50px;
  color: #FFF;
  line-height: 1.2;
  padding: 34px 8px;
  font-size: 1.5rem;
  font-weight: 500;
  box-sizing: border-box;
  text-align: center;
  z-index: 99999;
}

.section_system_main .machine_list .box.coming a::before,
.section_system_main .machine_block .product_title_box.coming::before {
  content: "COMING SOON";
  padding: 27px 8px;
}

.section_system_main .machine_list .box.discontinued a::before,
.section_system_main .machine_block .product_title_box.discontinued::before {
  content: "Discontinued";
  padding: 34px 2px;
  font-size: 1.3rem;
  word-break: break-all;
}


.section_system_main .machine_list .box .ph {
  width: 340px;
  height: 340px;
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background: #D6D6D6;
}

.section_system_main .machine_list .txt_box {
  width: 600px;
  max-height: 340px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 55px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
}

.section_system_main .machine_list .tit {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
}

.section_system_main .machine_list .txt {
  max-height: 80px;
  margin-bottom: 40px;
}

.section_system_main .machine_block .type li {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  border: 1px solid rgba(120, 81, 44, .25);
  border-radius: 20px;
  width: 120px;
  margin-right: 5px;
  text-align: center;
  color: #50453A;
  font-weight: 500;
  font-size: 1.4rem;
}

.section_system_main .machine_block .type li.tea {
  border: 1px solid rgba(34, 128, 32, .25);
  color: #228020;
}

.section_system_main .machine_block .type li span {
  padding-left: 40px;
  position: relative;
  display: inline-block;
}

.section_system_main .machine_block .type li.tea span {
  padding-left: 44px;
}

.section_system_main .machine_block .type li span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../images/machine/icon_coffee.svg) center center no-repeat;
  background-size: 32px auto;
}

.section_system_main .machine_block .type li.tea span::before {
  background-image: url(../images/machine/icon_tea.svg);
  background-size: 33px auto;
}

.section_system_main .machine_block .category {
  margin-top: 20px;
}

.section_system_main .machine_block .category li {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  padding: 0 25px;
  margin-right: 4px;
  background: rgba(203, 151, 102, 0.25);
  font-size: 1.2rem;
  border-radius: 2px;
}

.section_system_main .machine_list .box .btn_more {
  position: absolute;
  bottom: 0;
  right: 0;
}


.section_system_main .machine_block .product_list_block {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .section_system_main .category_block {
    padding-top: 8%;
  }

  .section_system_main .machine_list .list_box {
    width: 94%;
    margin: 0 auto;
  }

  .section_system_main .machine_list .box:not(:last-child) {
    margin-bottom: 15%;
  }

  .section_system_main .machine_list .box.new a::before,
  .section_system_main .machine_list .box.coming a::before,
  .section_system_main .machine_list .box.discontinued a::before,
  .section_system_main .machine_block .product_title_box.new::before,
  .section_system_main .machine_block .product_title_box.coming::before,
  .section_system_main .machine_block .product_title_box.discontinued::before {
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    padding: 19px 4px;
    font-size: 1.1rem;
  }

  .section_system_main .machine_list .box.coming a::before,
  .section_system_main .machine_block .product_title_box.coming::before {
    padding: 16px 2px;
    font-size: 0.9rem;
  }

  .section_system_main .machine_list .box.discontinued a::before,
  .section_system_main .machine_block .product_title_box.discontinued::before {
    padding: 16px 4px;
    font-size: 0.9rem;
    word-break: break-all;
  }

  .section_system_main .machine_list .box .ph {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 5%;
  }

  .section_system_main .machine_list .txt_box {
    width: 100%;
    max-height: none;
    display: block;
    margin-left: 0;
    font-size: 1.3rem;
  }

  .section_system_main .machine_list .tit {
    font-size: 1.8rem;
    margin-bottom: 4%;
  }

  .section_system_main .machine_list .txt {
    max-height: 70px;
    margin-bottom: 6%;
  }

  .section_system_main .machine_block .type li {
    line-height: 30px;
    width: 110px;
    margin-right: 4px;
    font-size: 1.2rem;
  }

  .section_system_main .machine_block .type li span {
    padding-left: 30px;
  }

  .section_system_main .machine_block .type li.tea span {
    padding-left: 33px;
  }

  .section_system_main .machine_block .type li span::before {
    width: 30px;
    height: 30px;
    background-size: 24px auto;
  }

  .section_system_main .machine_block .type li.tea span::before {
    background-size: 25px auto;
  }

  .section_system_main .machine_block .category {
    margin-top: 5%;
  }

  .section_system_main .machine_block .category li {
    line-height: 20px;
    padding: 0 20px;
    margin-right: 3px;
    font-size: 1.0rem;
  }

  .section_system_main .machine_block .product_list_block {
    margin-top: 15%;
  }
}


/* detail */
.section_system_main .machine_block .product_title_box .product_lead {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {

  .section_system_main .machine_block .product_title_box .product_lead {
    margin-bottom: 8%;
  }
}


/* -------------------------------------------------- */
/* material */
/* -------------------------------------------------- */

/* top */
.section_system_main .material_block .lead_box .visual {
  background-image: url(../images/material/visual.jpg);
  background-color: #F4F4FC;
}

.section_system_main .card_box {
  background: rgba(237, 230, 219, .5);
  width: 1000px;
  margin: 60px auto 0;
  padding: 50px 60px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
}

.section_system_main .card_box .image {
  margin-bottom: 20px;
  background: #FFF;
  text-align: center;
  height: 85px;
  width: 100%;
  overflow: hidden;
}

.section_system_main .card_box .image img {
  height: 100%;
  width: auto;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .section_system_main .material_block .lead_box .visual {
    background-image: url(../images/material/visual_sp.jpg);
  }

  .section_system_main .card_box {
    width: 90%;
    margin: 10% auto 0;
    padding: 6%;
    font-size: 1.3rem;
  }

  .section_system_main .card_box .image {
    margin-bottom: 4%;
    height: 50px;
  }
}


/* category */
.section_system_main .category_block .stit {
  color: #228020;
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
  line-height: 1.0;
}

.section_system_main .material_block .category {
  margin: 0 0 20px;
}

.section_system_main .material_block .category li {
  line-height: 28px;
  border-radius: 20px;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
}

.section_system_main .material_block .category li.new {
  background: #55AA37;
}

.section_system_main .material_block .category li.eco {
  background: #90B771;
}

.section_system_main .machine_list .txt {
  margin-bottom: 40px;
}

.section_system_main .material_block .machine_list .txt_box {
  padding-bottom: 70px;
}

.section_system_main .material_block .machine_list .txt {
  margin-bottom: 0;
}

.section_system_main .material_block .btn_box {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .section_system_main .category_block .stit {
    font-size: 1.1rem;
    margin-bottom: 3%;
  }

  .section_system_main .material_block .category {
    margin: 0 0 4%;
  }

  .section_system_main .material_block .category li {
    line-height: 20px;
    font-size: 1.0rem;
    padding: 0 15px;
  }

  .section_system_main .machine_list .txt_box {
    padding-bottom: 18%;
  }

  .section_system_main .machine_list .txt {
    margin-bottom: 8%;
  }

  .section_system_main .material_block .machine_list .txt_box {
    padding-bottom: 18%;
  }

  .section_system_main .material_block .btn_box {
    margin-top: 15%;
  }

}


/* detail */


@media screen and (max-width: 767px) {}


/* -------------------------------------------------- */
/* column */
/* -------------------------------------------------- */

/* index */
.low_block .section_column .category_box {
  border-top: 1px solid rgba(18, 18, 18, .1);
  border-bottom: 1px solid rgba(18, 18, 18, .1);
  padding: 30px;
}

.low_block .section_column .category_box .tit {
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  margin-right: 30px;
  margin-bottom: 0;
  margin-top: 4px;
}

.low_block .section_column .category_box .list {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 120px);
}

.low_block .section_column .category_box li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 5px 0;
}

.low_block .section_column .category_box a {
  display: block;
  line-height: 30px;
  color: #90B771;
  border: 1px solid rgba(34, 128, 32, .4);
  border-radius: 20px;
  padding: 0 20px;
  font-weight: 600;
}

.low_block .section_column .category_box .on a,
.low_block .section_column .category_box a:hover {
  color: #FFF;
  background: #228020;
}

.low_block .section_column .category_box a::before {
  content: "# ";
}

.low_block .section_column .column_list {
  margin-top: 60px;
}

.low_block .section_column .column_list .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.low_block .section_column .column_list .list>li {
  flex-basis: 30%;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}

.low_block .section_column .column_list .list>li:not(:nth-child(3n)) {
  margin-right: 5%;
}

.low_block .section_column .column_list .ph {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background: #D8D8D8;
  border-radius: 10px;
  margin-bottom: 20px;
}

.low_block .section_column .date {
  margin-bottom: 10px;
  line-height: 1.0;
  font-size: 1.2rem;
  color: #979794;
}

.low_block .section_column .tit {
  max-height: 70px;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

.low_block .section_column .category li {
  color: #90B771;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}

.low_block .section_column .category li::before {
  content: "# ";
}

.low_block .section_column li.new a::before {
  content: "NEW";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 48px;
  height: 48px;
  background: #FFF;
  border: 1px solid #228020;
  color: #228020;
  font-weight: 600;
  font-size: 1rem;
  line-height: 48px;
  text-align: center;
  border-radius: 30px;
  z-index: 99999;
}

.low_block .pager_box {
  margin-top: 20px;
  text-align: center;
}

.low_block .section_news .pager_box {
  margin-top: 60px;
}

.low_block .pager_box .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.low_block .pager_box .arrow.prev {
  transform: rotate(180deg);
}

.low_block .pager_box .arrow a {
  border-radius: 30px;
  display: block;
  height: 100%;
  background: #50453A url(../images/common/arrow.svg) center center no-repeat;
  background-size: 8px auto;
}

.low_block .pager_box .arrow.off a {
  opacity: .2;
  pointer-events: none;
  border: 1px solid #50453A;
  background: #FFF url(../images/common/arrow_b.svg) center center no-repeat;
}

.low_block .pager_box .page {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  color: rgba(18, 18, 18, .4);
  font-weight: 600;
  font-size: 1.6rem;
}

.low_block .pager_box .page .current {
  padding-right: 5px;
  color: #50453A;
}

@media screen and (max-width: 767px) {
  .low_block .section_column .category_box {
    padding: 8% 3%;
    text-align: center;
  }

  .low_block .section_column .category_box .tit {
    font-size: 1.5rem;
    margin-right: 0;
    text-align: center;
    line-height: 1.0;
    margin-bottom: 3%;
    margin-top: 0;
  }

  .low_block .section_column .category_box .list {
    display: block;
    width: 100%;
    text-align: left;
  }

  .low_block .section_column .category_box li {
    margin: 1% 1% 1% 0;
  }

  .low_block .section_column .category_box a {
    line-height: 30px;
    padding: 0 12px;
    font-size: 1.1rem;
  }

  .low_block .section_column .column_list {
    margin-top: 12%;
  }

  .low_block .section_column .column_list .list {
    width: 86%;
    margin: 0 auto;
  }

  .low_block .section_column .column_list .list>li {
    flex-basis: 100%;
    margin-bottom: 10%;
  }

  .low_block .section_column .column_list .list>li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .low_block .section_column .column_list .ph {
    margin-bottom: 5%;
  }

  .low_block .section_column .date {
    margin-bottom: 3%;
  }

  .low_block .section_column .tit {
    max-height: 70px;
    margin-bottom: 3%;
  }

  .low_block .section_column .category li {
    margin-right: 4%;
  }

  .low_block .section_column li.new a::before {
    top: -15px;
    left: -15px;
    width: 38px;
    height: 38px;
    line-height: 38px;
  }

  .low_block .pager_box {
    margin-top: 3%;
  }

  .low_block .section_news .pager_box {
    margin-top: 8%;
  }

  .low_block .pager_box .arrow {
    width: 40px;
    height: 40px;
  }

  .low_block .pager_box .page {
    padding: 0 4%;
    font-size: 1.4rem;
  }
}


/* detail */

.low_block .detail_block {
  text-align: center;
  margin-bottom: 60px;
}

.low_block .detail_block .tit_box {
  text-align: left;
}

.low_block .detail_block .tit_box .ph_box {
  width: 600px;
  display: inline-block;
  vertical-align: middle;
}

.low_block .detail_block .tit_box .ph {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background: #D8D8D8;
  border-radius: 10px;
  overflow: hidden;
}

.low_block .detail_block .tit_box .txt_box {
  width: 520px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
}

.low_block .detail_block .tit_box .date {
  font-size: 1.4rem;
  color: #979794;
}

.low_block .detail_block .tit_box .tit {
  font-size: 2.6rem;
  margin: 20px 0 40px;
  line-height: 1.4;
  height: auto;
  font-weight: 500;
}

.low_block .detail_block .category li {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  color: #90B771;
  border: 1px solid rgba(34, 128, 32, .4);
  border-radius: 20px;
  padding: 0 15px;
  font-weight: 600;
  margin: 0 6px 6px 0;
  text-wrap: nowrap;
}

.low_block .detail_block .category li::before {
  content: "# ";
}

.low_block .detail_block .article_box {
  padding: 80px 100px;
  text-align: left;
}

.low_block .detail_block .article_box h1 {
  background: #50453A;
  border-radius: 4px;
  padding: 15px 20px;
  line-height: 1.4;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: bold;
  margin: 20px 0 30px;
}

.low_block .detail_block .article_box h2 {
  background: rgba(144, 183, 113, .2);
  border-radius: 4px;
  padding: 12px 20px;
  line-height: 1.4;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 50px 0 20px;
}

.low_block .detail_block .article_box h3 {
  color: #228020;
  line-height: 1.4;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 50px 0 20px;
  border-bottom: 1px solid #228020;
  padding-bottom: 10px;
}

.low_block .detail_block .article_box h4 {
  color: #50453A;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px 0 20px;
}

.low_block .detail_block .article_box ul,
.low_block .detail_block .article_box ol {
  margin: 30px 30px;
  font-size: 1.5rem;
}

.low_block .detail_block .article_box ol {
  counter-reset: li_count;
}

.low_block .detail_block .article_box ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #228020;
  display: inline-block;
  position: relative;
  margin-right: 7px;
}

.low_block .detail_block .article_box ol li::before {
  counter-increment: li_count;
  content: counter(li_count)".";
  color: #228020;
  margin-right: 7px;
  font-weight: bold;
  font-size: 1.6rem;
}

.low_block .detail_block .article_box a {
  text-decoration: underline;
  color: #228020;
  font-weight: bold;
}

.low_block .detail_block .article_box strong,
.low_block .detail_block .article_box b {
  font-weight: bold;
}

.low_block .detail_block .article_box table {
  margin: 40px 0;
  max-width: 100%;
}

.low_block .detail_block .article_box table th,
.low_block .detail_block .article_box table td {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 10px 20px;
}

.low_block .detail_block .article_box table th {
  border-bottom: 1px solid #228020;
  padding: 10px 20px;
  font-weight: bold;
}

.low_block .detail_block .article_box blockquote {
  background: rgba(144, 183, 113, .12);
  margin: 50px 0;
  padding: 25px 30px;
  position: relative;
}

.low_block .detail_block .article_box blockquote::before {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 25px;
  height: 25px;
  content: "";
  background: url(../images/common/icon_quote.svg) top center no-repeat;
  background-size: cover;
  line-height: 1;
  font-weight: 900;
  opacity: .3;
}

.low_block .detail_block .article_box img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .low_block .detail_block {
    margin-bottom: 10%;
  }

  .low_block .detail_block .tit_box .ph_box {
    width: 100%;
    display: block;
    margin-bottom: 6%;
  }

  .low_block .detail_block .tit_box .txt_box {
    width: 100%;
    display: block;
    margin: 6% 0 10%;
  }

  .low_block .detail_block .tit_box .date {
    font-size: 1.2rem;
  }

  .low_block .detail_block .tit_box .tit {
    font-size: 1.8rem;
    margin: 2% 0 6%;
  }

  .low_block .detail_block .category li {
    line-height: 26px;
    padding: 0 12px;
    margin: 0 4px 4px 0;
  }

  .low_block .detail_block .article_box {
    padding: 0 4% 8%;
  }

  .low_block .detail_block .article_box h1 {
    border-radius: 2px;
    padding: 3% 4%;
    font-size: 1.8rem;
    margin: 5% 0 6%;
  }

  .low_block .detail_block .article_box h2 {
    border-radius: 2px;
    padding: 2% 4%;
    font-size: 1.6rem;
    margin: 10% 0 6%;
  }

  .low_block .detail_block .article_box h3 {
    font-size: 1.5rem;
    margin: 10% 0 5%;
    padding-bottom: 3%;
  }

  .low_block .detail_block .article_box h4 {
    font-size: 1.4rem;
    margin: 8% 0 5%;
  }

  .low_block .detail_block .article_box ul,
  .low_block .detail_block .article_box ol {
    margin: 8% 4%;
    font-size: 1.3rem;
  }

  .low_block .detail_block .article_box ul li::before {
    width: 8px;
    height: 8px;
    margin-right: 3%;
  }

  .low_block .detail_block .article_box ol li::before {
    margin-right: 3%;
    font-size: 1.3rem;
  }

  .low_block .detail_block .article_box table {
    margin: 8% 0;
    width: 100%;
  }

  .low_block .detail_block .article_box table th,
  .low_block .detail_block .article_box table td {
    padding: 2% 5%;
  }

  .low_block .detail_block .article_box table th {
    padding: 2% 5%;
  }

  .low_block .detail_block .article_box blockquote {
    margin: 12% 0 10%;
    padding: 4% 5%;
  }

  .low_block .detail_block .article_box blockquote::before {
    top: -10px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
}


/* -------------------------------------------------- */
/* Special Feature */
/* -------------------------------------------------- */

/* index */
.low_block .section_feature .feature_list .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.low_block .section_feature .feature_list .list>li {
  flex-basis: 30%;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}

.low_block .section_feature .feature_list .list>li:not(:nth-child(3n)) {
  margin-right: 5%;
}

.low_block .section_feature .feature_list .ph {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background: #D8D8D8;
  border-radius: 10px;
  margin-bottom: 20px;
}

.low_block .section_feature .feature_list .tit {
  max-height: 55px;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}

.low_block .section_feature .feature_list .txt {
  max-height: 65px;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.4;
  opacity: .5;
}


@media screen and (max-width: 767px) {
  .low_block .section_feature .feature_list .list {
    width: 86%;
    margin: 0 auto;
  }

  .low_block .section_feature .feature_list .list>li {
    flex-basis: 100%;
    margin-bottom: 10%;
  }

  .low_block .section_feature .feature_list .list>li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .low_block .section_feature .feature_list .ph {
    margin-bottom: 5%;
  }

  .low_block .section_feature .feature_list .tit {
    max-height: 70px;
    margin-bottom: 3%;
  }

  .low_block .section_feature .feature_list .tit {
    max-height: 45px;
    font-size: 1.6rem;
    margin-bottom: 2%;
  }

  .low_block .section_feature .feature_list .txt {
    max-height: 55px;
    font-size: 1.2rem;
  }
}


/* -------------------------------------------------- */
/* news*/
/* -------------------------------------------------- */

/* index */
.low_block .section_news .side_box {
  width: 220px;
  float: left;
}

.low_block .section_news .side_box .box {
  margin-bottom: 70px;
}

.low_block .section_news .side_box .stit {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 20px;
}

.low_block .section_news .side_box .category li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
}

.low_block .section_news .side_box .category a {
  display: block;
  line-height: 30px;
  color: #90B771;
  border: 1px solid rgba(34, 128, 32, .4);
  border-radius: 20px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 1.2rem;
}

.low_block .section_news .side_box .category li.on a,
.low_block .section_news .side_box .category a:hover {
  color: #FFF;
  background: #228020;
}

.low_block .section_news .side_box .category a::before {
  content: "# ";
}

.low_block .section_news .side_box .archive {
  background: rgba(34, 128, 32, .02);
  border: 1px solid rgba(34, 128, 32, .2);
  border-radius: 10px;
  padding: 10px;
}

.low_block .section_news .side_box .archive dt {
  border-top: 1px solid rgba(18, 18, 18, .1);
  padding: 12px 10px;
  line-height: 1.0;
  font-weight: 500;
  color: #228020;
  font-size: 1.4rem;
  position: relative;
}

.low_block .section_news .side_box .archive dt:first-child {
  border-top: none;
}

.low_block .section_news .side_box .archive dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  color: #50453A;
  line-height: 1;
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transition: .3s;
  transform: translateY(-80%) rotate(135deg);
}

.low_block .section_news .side_box .archive dt.open::after {
  transform: translateY(-60%) rotate(-45deg);
}

.low_block .section_news .side_box .archive dd {
  padding: 0 15px 15px;
  font-size: 1.3rem;
  display: none;
}

.low_block .section_news .side_box .archive dd a::before {
  content: "- ";
}


.low_block .section_news .news_list.fl_r {
  width: 910px;
  margin-top: -15px;
}

.low_block .section_news .fl_r {
  float: right;
}

.low_block .section_news .news_list .tit {
  width: 580px;
}


@media screen and (max-width: 767px) {
  .low_block .section_news .side_box {
    width: 100%;
    float: none;
    margin-bottom: 8%;
  }

  .low_block .section_news .side_box .box {
    margin-bottom: 6%;
  }

  .low_block .section_news .side_box .stit {
    font-size: 1.4rem;
    margin-bottom: 3%;
  }

  .low_block .section_news .side_box .category li {
    margin: 0 4px 4px 0;
  }

  .low_block .section_news .side_box .category a {
    line-height: 26px;
    padding: 0 16px;
  }

  .low_block .section_news .side_box .archive dt {
    padding: 12px 10px;
  }

  .low_block .section_news .news_list.fl_r {
    width: 100%;
    float: none;
    margin-top: 0;
  }

  .low_block .section_news .news_list .tit {
    width: 100%;
  }

  .low_block .section_news .pager_box {
    margin-top: 10%;
  }
}


/* detail */
.low_block .section_news .detail_block {
  margin-bottom: 0;
}

.low_block .section_news .detail_block .tit_box {
  border-bottom: 1px solid rgba(18, 18, 18, .2);
  padding: 0 100px 70px;
}

.low_block .section_news .detail_block .category li {
  background: #90B771;
  border: none;
  color: #FFF;
}

.low_block .section_news .detail_block .article_box {
  border-bottom: 1px solid rgba(18, 18, 18, .2);
}

.low_block .section_news .detail_block .other_news_list {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.low_block .section_news .detail_block .other_news_list .catch {
  font-size: 2.0rem;
  line-height: 1.0;
  margin-bottom: 30px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {

  .low_block .section_news .detail_block .tit_box {
    padding: 0 4% 10%;
    margin-bottom: 10%;
  }

  .low_block .section_news .detail_block .other_news_list {
    width: 100%;
    margin: 0 auto;
    padding: 12% 0;
  }

  .low_block .section_news .detail_block .other_news_list .catch {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }

}




/* -------------------------------------------------- */
/* service*/
/* -------------------------------------------------- */

/* index */

.low_block .section_service .category_box {
  text-align: center;
  margin-bottom: 60px;
}

.low_block .section_service .category_box li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.low_block .section_service .category_box li a {
  line-height: 50px;
  border: 1px solid rgba(34, 128, 32, .4);
  border-radius: 30px;
  font-size: 1.6rem;
  color: #90B771;
  padding: 0 26px;
  display: block;
  font-weight: 500;
}

.low_block .section_service .category_box li:not(:first-child) a::before {
  content: "# ";
}

.low_block .section_service .category_box li a:hover,
.low_block .section_service .category_box li.on a {
  color: #FFF;
  background: #228020;
}

@media screen and (max-width: 767px) {
  .low_block .section_service .category_box {
    margin-bottom: 10%;
  }

  .low_block .section_service .category_box li {
    margin: 0 .6% 2%;
  }

  .low_block .section_service .category_box li a {
    line-height: 40px;
    padding: 0 16px;
    font-size: 1.3rem;
  }

}


/* detail */
.low_block .section_service .service_block {
  text-align: center;
}

.low_block .section_service .detail_box {
  border: 1px solid rgba(80, 69, 58, .15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 60px;
}

.low_block .section_service .detail_box .category_tit {
  background: #50453A;
  color: #FFF;
  line-height: 60px;
  font-size: 1.8rem;
  font-weight: 500;
}

.low_block .section_service .detail_box .category_tit::before {
  content: "# ";
}

.low_block .section_service .detail_box .tit_box {
  padding: 60px 100px;
}

.low_block .section_service .detail_box .tit_box .tit {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 40px;
  text-align: center;
}

.low_block .section_service .detail_box .tit_box .ph {
  width: 800px;
  margin: 0 auto;
}

.low_block .section_service .detail_box .article_box {
  padding: 0 100px 80px;
  text-align: left;
}

@media screen and (max-width: 767px) {

  .low_block .section_service .detail_box {
    margin-bottom: 10%;
  }

  .low_block .section_service .detail_box .category_tit {
    line-height: 40px;
    font-size: 1.4rem;
  }

  .low_block .section_service .detail_box .tit_box {
    padding: 8% 5% 10%;
  }

  .low_block .section_service .detail_box .tit_box .tit {
    font-size: 1.8rem;
    margin-bottom: 5%;
  }

  .low_block .section_service .detail_box .tit_box .ph {
    width: 100%;
  }

  .low_block .section_service .detail_box .article_box {
    padding: 0 6% 10%;
  }
}


/* -------------------------------------------------- */
/* policy*/
/* -------------------------------------------------- */

.section_policy .policy_block {
  border: 1px solid rgba(80, 69, 58, .15);
  border-radius: 10px;
  padding: 80px 100px;
  line-height: 1.6;
}

.section_policy .policy_box:not(:last-child) {
  margin-bottom: 80px;
}

.section_policy h3 {
  margin-bottom: 30px;
  line-height: 1.0;
  font-size: 2.0rem;
  font-weight: 500;
  color: #228020;
}

.section_policy .policy_block a {
  text-decoration: underline;
  color: #228020;
}

.section_policy .policy_block .info_box {
  padding: 10px 20px;
  border-left: 2px solid #D9D9D9;
  margin-top: 40px;
}



@media screen and (max-width: 767px) {

  .section_policy .policy_block {
    border: none;
    padding: 0 4%;
  }

  .section_policy .policy_box:not(:last-child) {
    margin-bottom: 15%;
  }

  .section_policy h3 {
    margin-bottom: 8%;
    font-size: 1.8rem;
  }

  .section_policy .policy_block .info_box {
    padding: 3% 5%;
    margin-top: 8%;
  }
}



/* -------------------------------------------------- */
/* Act on specified commercial transactions */
/* -------------------------------------------------- */

.section_law .cmn_block {
  border: 1px solid rgba(80, 69, 58, .15);
  border-radius: 10px;
  padding: 80px 100px;
  line-height: 1.6;
  text-align: center;
}

.low_block .frame_box dl {
  position: relative;
  padding: 40px 20px;
  text-align: left;
  border-bottom: 1px solid #D9D9D9;
}

.low_block .frame_box dl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 240px;
  height: 1px;
  background: #228020;
}

.low_block .frame_box dt {
  width: 26%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}

.low_block .frame_box dd {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  font-size: 1.4rem;
  line-height: 1.4;
}

.low_block .frame_box dd a {
  color: #228020;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .section_law .cmn_block {
    border: none;
    padding: 0;
  }

  .low_block .frame_box dl {
    padding: 6% 2%;
  }

  .low_block .frame_box dl::after {
    width: 30%;
  }

  .low_block .frame_box dt {
    width: 29%;
    font-size: 1.3rem;
  }

  .low_block .frame_box dd {
    width: 66%;
    margin-left: 3%;
    font-size: 1.2rem;
  }

}


/* -------------------------------------------------- */
/* 404*/
/* -------------------------------------------------- */

.section_404 .cmn_block {
  border: 1px solid rgba(80, 69, 58, .15);
  border-radius: 10px;
  padding: 80px 100px;
  line-height: 1.6;
  text-align: center;
}

.section_404 .cmn_block h3 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 40px;
}

.section_404 .cmn_block .btn_more {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .section_404 .cmn_block {
    padding: 8% 6%;
  }

  .section_404 .cmn_block h3 {
    font-size: 2.6rem;
    margin-bottom: 6%;
  }

  .section_404 .cmn_block .txt_box {
    text-align: left;
  }

  .section_404 .cmn_block .btn_more {
    margin-top: 12%;
  }

}



/* -------------------------------------------------- */
/* sitemap */
/* -------------------------------------------------- */

.section_sitemap .cmn_block {
  border: 1px solid rgba(80, 69, 58, .15);
  border-radius: 10px;
  padding: 60px;
  line-height: 1.6;
}

.section_sitemap .sitemap_box {
  margin-bottom: 40px;
}

.section_sitemap .sitemap_box.col02 {
  display: inline-block;
  vertical-align: top;
  width: 46%;
}

.section_sitemap .sitemap_box.num02 {
  margin-left: 5%;
}

.section_sitemap .main_link {
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  padding: 0 20px;
}

.section_sitemap .main_link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 240px;
  height: 1px;
  background: #228020;
}

.section_sitemap .main_link a {
  line-height: 50px;
  font-weight: 500;
  font-size: 2.0rem;
  background: url(../images/common/arrow_b.svg) 99% center no-repeat;
  background-size: 12px auto;
  display: block;
}

.section_sitemap .main_link a:hover {
  background-position: 100% center;
}

.section_sitemap .sub_box {
  padding: 30px 0 0;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
}

.section_sitemap .sub_box .sub_link {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}

.section_sitemap .sub_box li {
  margin-top: 5px;
}

.section_sitemap .sub_box li a {
  font-size: 1.3rem;
  opacity: .6;
}

.section_sitemap a:hover {
  color: #228020;
  opacity: 1;
}

.section_sitemap .other_link {
  margin-top: 40px;
}

.section_sitemap .other_link li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  border-right: 1px solid rgba(18, 18, 18, .2);
  margin-bottom: 20px;
}

.section_sitemap .other_link li a {
  line-height: 1.0;
  font-weight: 500;
}


@media screen and (max-width: 767px) {
  .section_sitemap .cmn_block {
    border: none;
    padding: 0;
  }

  .section_sitemap .sitemap_box {
    margin-bottom: 10%;
  }

  .section_sitemap .sitemap_box.col02 {
    display: block;
    width: 100%;
  }

  .section_sitemap .sitemap_box.num02 {
    margin-left: 0;
  }

  .section_sitemap .main_link {
    padding: 0 4%;
  }

  .section_sitemap .main_link::after {
    width: 30%;
  }

  .section_sitemap .main_link a {
    line-height: 40px;
    font-size: 1.6rem;
    background-size: 10px auto;
  }

  .section_sitemap .sub_box {
    padding: 5% 0 0;
    width: 95%;
    margin: 0 4%;
  }

  .section_sitemap .sub_box .sub_link {
    margin-bottom: 3%;
  }

  .section_sitemap .sub_box .sub_link a {
    font-size: 1.4rem;
  }

  .section_sitemap .sub_box li {
    margin-top: 2%;
  }

  .section_sitemap .sub_box li a {
    font-size: 1.2rem;
  }

  .section_sitemap .other_link {
    margin-top: 8%;
  }

  .section_sitemap .other_link li {
    padding: 0 3%;
    margin-bottom: 4%;
  }

}


/* -------------------------------------------------- */
/* search result */
/* -------------------------------------------------- */

.section_result .cmn_block {
  border: 1px solid rgba(80, 69, 58, .15);
  border-radius: 10px;
  padding: 60px;
  line-height: 1.6;
}

.section_result h3 {
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.section_result h3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #228020;
}

.section_result .result_box .box:not(:last-child) {
  margin-bottom: 30px;
}

.section_result .result_box h4 {
  font-size: 2.0rem;
  font-weight: 600;
  text-decoration: underline;
  color: #228020;
  margin-bottom: 5px;
}

.section_result .result_box .txt {
  font-size: 1.4rem;
  max-height: 50px;
  overflow: hidden;
}


@media screen and (max-width: 767px) {
  .section_result .cmn_block {
    padding: 0 4%;
    border: none;
  }

  .section_result h3 {
    font-size: 1.8rem;
    margin-bottom: 8%;
    padding-bottom: 3%;
  }

  .section_result h3::after {
    width: 80px;
  }

  .section_result .result_box .box:not(:last-child) {
    margin-bottom: 8%;
  }

  .section_result .result_box h4 {
    font-size: 1.6rem;
    margin-bottom: 2%;
  }

  .section_result .result_box .txt {
    font-size: 1.3rem;
    max-height: 50px;
  }
}



/* -------------------------------------------------- */
/* contact*/
/* -------------------------------------------------- */

.section_form .thanks_block {
  text-align: center;
  padding-top: 30px;
}

.section_form .thanks_block h3 {
  font-size: 3.6rem;
  margin-bottom: 30px;
  line-height: 1.0;
  font-weight: 600;
}

.section_form .thanks_block .btn_more {
  margin-top: 60px;
  text-align: center;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .section_form .thanks_block h3 {
    font-size: 2rem;
    margin-bottom: 5%;
  }

  .section_form .thanks_block .btn_more {
    margin-top: 12%;
  }
}


.errForm {
  background-color: #FDEFE7 !important;
}

.errorMessage {
  margin-top: 10px;
  font-weight: bold;
}


.section_form {
  width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 80px 90px 100px;
  border: 1px solid rgba(80, 69, 58, .15);
}

.section_form .step_box {
  text-align: center;
  margin-bottom: 35px;
}

.section_form .step_box p {
  display: inline-block;
  vertical-align: middle;
}

.section_form .step_box .box {
  min-width: 240px;
  line-height: 50px;
  border-radius: 30px;
  background: rgba(203, 151, 102, .06);
  border: 1px solid rgba(80, 69, 58, .3);
  color: #50453A;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 20px;
}

.section_form .step_box .box.current {
  background: #50453A;
  color: #FFF;
}

.section_form .step_box .arrow {
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid #50453A;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transition: .3s;
  transform: rotate(45deg);
  margin: 0 10px 0 5px;
}

.section_form .input_block>dl {
  padding: 15px 0;
}

.section_form .form_tit {
  width: 340px;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 10px;
  position: relative;
  padding-right: 165px;
  line-height: 1.4;
}

.section_form .form_tit .required {
  position: absolute;
  top: 10px;
  right: 30px;
  background: rgba(34, 128, 32, .8);
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 30px;
  border-radius: 4px;
  padding: 0 10px;
  min-width: 100px;
  text-align: center;
}

.section_form .form_input {
  width: 600px;
  display: inline-block;
  vertical-align: top;
}

.section_form .form_input.radio {
  padding-top: 10px;
}

.section_form .form_input .about_category {
  border-bottom: rgba(80, 69, 58, .15);
}

.section_form .form_input .about_category dt {
  color: #228020;
  border-top: 1px solid rgba(80, 69, 58, .3);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 18px 0 18px 30px;
  position: relative;
  line-height: 1.0;
  cursor: pointer;
}

.section_form .form_input .about_category dt:nth-of-type(1) {
  border-top: none;
}

.section_form .form_input .about_category dt::before,
.section_form .form_input .about_category dt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 16px;
  height: 2px;
  background: #228020;
}

.section_form .form_input .about_category dt::after {
  transform: rotate(90deg);
  transition: .3s;
}

.section_form .form_input .about_category dt.open::after {
  transform: rotate(0);
  transition: .3s;
}

.section_form .form_input .about_category dd {
  padding: 5px 0 15px;
  display: none;
}

.section_form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #F0F0F0;
  border: none;
  font-size: 1.6rem;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0;
}

.section_form .select_box.tel select {
  width: 100%;
}

.section_form input.tel {
  width: 420px;
  margin-top: 5px;
}

.section_form input[type="checkbox"] {
  width: 24px;
  height: 24px;
  padding: 0;
  background: #F0F0F0;
  border: none;
  font-size: 1.6rem;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.section_form input[type="checkbox"]:checked,
.section_form input[type="radio"]:checked {
  background: url(../images/common/icon_check.svg) top center no-repeat;
  background-size: 100% auto;
}

.section_form input[type="radio"] {
  width: 24px;
  height: 24px;
  padding: 0;
  background: #F0F0F0;
  ;
  border: none;
  font-size: 1.6rem;
  border-radius: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.section_form .box_select {
  width: 48%;
  display: inline-block;
  margin-bottom: 10px;
}

.section_form .box_select label {
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  width: calc(100% - 50px);
  line-height: 1.4;
  padding: 4px 0 0;
}

.section_form input::placeholder,
.section_form textarea::placeholder {
  color: #121212;
  opacity: .15;
}

.section_form .select_box {
  position: relative;
  display: inline-block;
}

.section_form .select_box::after {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 4px;
  height: 4px;
  content: " ";
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: 1px #50453A solid;
  border-left: 1px #50453A solid;
}

.section_form select {
  height: 50px;
  padding: 0 50px 0 20px;
  background: #F5F5F5;
  border: none;
  font-size: 1.4rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 4px;
  box-sizing: border-box;
  color: #121212;
}

.section_form input#e_age {
  width: 100px;
}

.section_form textarea {
  width: 100%;
  height: 180px;
  padding: 25px;
  background: #F0F0F0;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
}

.section_form .policy_block {
  border: 1px solid rgba(80, 69, 58, .15);
  border-radius: 10px;
  margin-top: 80px;
}

.section_form .policy_block .box_inner {
  overflow-y: scroll;
  height: 260px;
  padding: 50px;
}

.section_form .policy_block .catch {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.section_form .agree_box {
  text-align: center;
  margin-top: 40px;
}

.section_form .agree_box {
  text-align: center;
  margin-top: 40px;
}

.section_form .btn_submit {
  margin: 30px auto 0;
  position: relative;
  width: 460px;
  height: 70px;
}

.section_form .btn_submit input {
  height: 70px;
  padding: 0 25px;
  background: #228020;
  color: #FFF;
  border: none;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-radius: 40px;
  font-weight: 500;
}

.section_form .policy_txt a {
  text-decoration: underline;
}


@media screen and (max-width: 767px) {
  .section_form {
    width: 100%;
    border-radius: 0;
    padding: 10% 0 0;
    border: none;
    border-top: 1px solid rgba(80, 69, 58, .15);
  }

  .section_form .step_box {
    margin-bottom: 6%;
  }

  .section_form .step_box .box {
    min-width: 40%;
    line-height: 40px;
    font-size: 1.2rem;
    padding: 0 10px;
    margin: 1% 0;
  }

  .section_form.inquiry .step_box .box {
    min-width: 28%;
  }

  .section_form .step_box .arrow {
    width: 6px;
    height: 6px;
    margin: 0 4px 0 2px;
  }

  .section_form .input_block>dl {
    padding: 3% 0;
  }

  .section_form .form_tit {
    width: 100%;
    display: block;
    height: 50px;
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 10px;
    position: relative;
    padding-right: 0;
  }

  .section_form .form_tit .required {
    position: absolute;
    top: auto;
    right: auto;
    margin-left: 10px;
    font-size: 1.1rem;
    line-height: 24px;
    border-radius: 3px;
    padding: 0 10px;
    min-width: 80px;
    display: inline-block;
  }

  .section_form .form_input {
    width: 100%;
    display: block;
  }

  .section_form .form_input.radio {
    padding-top: 0;
  }

  .section_form .form_input .about_category dt {
    font-size: 1.4rem;
  }

  .section_form .form_input .about_category dd {
    padding: 2% 0 4%;
  }

  .section_form input {
    padding: 0 5%;
    font-size: 1.4rem;
    margin: 0;
  }

  .section_form input.tel {
    width: 60%;
    margin-left: 4px;
  }

  .section_form .box_select {
    width: 100%;
    display: block;
    margin-bottom: 2%;
  }

  .section_form .select_box {
    overflow: hidden;
  }

  .section_form .select_box.tel {
    width: auto;
  }

  .section_form select {
    height: 50px;
    padding: 0 30px 0 15px;
    font-size: 1.4rem;
  }

  .section_form input.tel {
    width: 100%;
    margin-left: 0;
    margin-top: 2%;
  }

  .section_form textarea {
    padding: 5%;
    font-size: 1.4rem;
  }

  .section_form .policy_block {
    border-radius: 6px;
    margin-top: 10%;
  }

  .section_form .policy_block .box_inner {
    height: 200px;
    padding: 6% 5%;
  }

  .section_form .policy_block .catch {
    font-size: 1.6rem;
    margin-bottom: 4%;
    line-height: 1.4;
  }

  .section_form .agree_box {
    margin-top: 10%;
  }

  .section_form .btn_submit {
    margin: 6% auto 0;
    width: 90%;
    height: 60px;
  }

  .section_form .btn_submit input {
    height: 60px;
    padding: 0;
    font-size: 1.6rem;
  }
}
