/*--------------------------------------------------
  layput
--------------------------------------------------*/
.btn {
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.btn:hover {
}

.btn--long {
  width: 500px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
  border-radius: 5px;
}

@media screen and (max-width: 736px) {
  .btn--long {
    width: 100%;
  }
}

.btn i {
  float: right;
  transform: scaleX(1.2);
}

.btn i::before {
  transform: scaleX(1.2);
}

#kvArea {
  position: relative;
}

.kvArea_img {
  width: 100%;
  min-width: 980px;
}

@media screen and (max-width: 736px) {
  .kvArea_img {
    width: 100%;
    min-width: 320px;
  }
}

.kvArea_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

@media screen and (max-width: 980px) {
  .kvArea_copy {
    width: 270px;
  }
}

@media screen and (max-width: 736px) {
  .kvArea_copy {
    left: 10px;
    margin-left: 0;
    width: 65%;
    max-width: 258px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

#sec1 .l-section-inner {
  padding-bottom: 80px;
}

.sec1_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec1_bnr_item {
  width: 475px;
}

.sec1_bnr_item:nth-child(n + 3) {
  margin-top: 20px;
}

.sec1_bnr_item a {
  display: block;
  height: 100%;
  background: #fff;
}

.sec1_bnr_item_info {
  padding: 20px;
  color: #2b383f;
}

.sec1_bnr_item_info_ttl {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.sec1_bnr_item_info_txt {
  font-size: 16px;
  line-height: 26px;
}

.sec1_bnr_item_info_txt span.caution {
  font-size: 0.86em;
}

.sec1_bnr_item_info_txt span.c4 {
  display: inline-block;
  width: 4.1em;
}

.sec1_bnr_item_info_txt span.c5 {
  display: inline-block;
  margin-left: 6.55em;
  text-indent: -1.4em;
  line-height: 1.3;
}

.sec1_bnr02 {
  padding-bottom: 60px;
}

@media screen and (max-width: 736px) {
  #sec1 .l-section-inner {
    padding: 5px 0;
  }

  .sec1_bnr {
    display: block;
  }

  .sec1_bnr_item {
    width: 100%;
    border-bottom: 3px solid #eceff1;
  }

  .sec1_bnr_item:nth-child(n + 3) {
    margin-top: 0;
  }

  .sec1_bnr_item:last-child {
    padding-top: 0;
    border-bottom: 0;
  }

  .sec1_bnr_item a {
    display: flex;
    align-items: center;
    height: auto;
  }

  .sec1_bnr_item_img {
    width: 50%;
  }

  .sec1_bnr_item_info {
    padding: 12px 12px 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec4 .sec1_bnr_item_info_ttl {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
  }

  #sec4 .l-section-inner {
    padding-bottom: 40px;
  }

  #sec4 .sec1_bnr_item {
    width: 100%;
    border-bottom: none;
  }

  #sec4 .sec1_bnr_item a {
    display: block;
    height: auto;
  }

  #sec4 .sec1_bnr_item_img {
    width: 100%;
  }

  #sec4 .sec1_bnr_item_info {
    padding: 15px 0 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sec1_bnr_item_info_ttl {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .sec1_bnr_item_info_txt {
    font-size: 14px;
    line-height: 24px;
  }

  .sec1_bnr02 {
    padding-bottom: 35px;
  }
}

#sec1 .l-article-slide {
  margin-top: -140px;
}

.article-slide .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.article-slide .slick-slide {
  height: auto;
  outline: none;
}

.article-slide .slider__items {
  background-color: #fff;
  margin: 0 12.5px;
  border: 1px solid #e4e7e9;
}

.article-slide .slider__items a .text--plane {
}

@media screen and (max-width: 736px) {
  .article-slide .slider__items {
    margin: 0 7.5px;
  }
}

.article-slide .slider__items a {
  display: block;
}

@media screen and (max-width: 736px) {
  #sec1 .l-article-slide {
    margin-top: -7%;
  }

  .article-slide .slider__items a .slider__items__title {
    font-size: 16px;
    line-height: 1.6em;
  }

  .article-slide .slider__items a .text--plane {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  #sec2 .l-article-slide {
    margin-top: 0;
    width: 110%;
    margin-left: -5%;
  }
}

@media screen and (max-width: 736px) {
  #sec2 .article-slide {
    max-width: 980px;
    padding-bottom: 30px;
  }

  #sec2 .article-slide .slick-dots {
    bottom: 10px;
  }
}

#sec1 .attention-box {
  background-color: #fff;
}

#sec1 .attention-box a {
  padding: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 736px) {
  #sec1 .attention-box a {
    padding: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#sec1 .attention-box .l-col {
  width: 28.26531%;
}

@media screen and (max-width: 736px) {
  #sec1 .attention-box .l-col {
    width: 100%;
    padding-bottom: 15px;
  }
}

#sec1 .attention-box .l-col figure {
  width: 65px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}

@media screen and (max-width: 736px) {
  #sec1 .attention-box .l-col figure {
    width: 13.46154%;
    vertical-align: middle;
    margin-right: 15px;
  }
}

#sec1 .attention-box .l-col p {
  width: 60%;
  color: #c00;
  font-weight: bold;
  display: inline-block;
  vertical-align: text-top;
}

@media screen and (max-width: 736px) {
  #sec1 .attention-box .l-col p {
    width: 72%;
    vertical-align: middle;
  }
}

#sec1 .attention-box .r-col {
  width: 68.57143%;
  padding-left: 30px;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 736px) {
  #sec1 .attention-box .r-col {
    border-left: none;
    border-top: 1px solid #ccc;
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
  }
}

#sec1 .attention-box .r-col .text--subheading {
  color: #c00;
}

#sec1 .attention-box .r-col .text--plane--link {
  text-align: right;
  font-size: 16px;
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  #sec1 .attention-box .r-col .text--plane--link {
    font-size: 14px;
  }
}

#sec1 .attention-box:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

#sec2 .bnr {
  width: 100%;
  background-image: url("/tiller/img/top/sec2-1.jpg");
  background-size: cover;
  background-position: 50% 25%;
}

#sec2 .bnr__text {
  letter-spacing: 1px;
}

@media screen and (max-width: 736px) {
  #sec2 .bnr {
    background-image: url("/tiller/img/top/sec2-1-sp.jpg");
    background-position: center;
  }
}

#sec2 .bnr [class*="text--"] {
  color: #fff;
  display: inline-block;
  margin-top: 5%;
  float: right;
  width: 600px;
  position: relative;
}

@media screen and (max-width: 736px) {
  #sec2 .bnr [class*="text--"] {
    margin-top: 30%;
    text-align: center;
    width: auto;
    float: none;
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }
}

#sec2 .bnr .btn {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  padding-right: 15px;
  border: 1px solid #fff;
  display: inline-block;
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 52px;
  margin: auto;
}

@media screen and (max-width: 736px) {
  #sec2 .bnr .text-after-arrow::after {
    top: 25%;
  }
}

@media screen and (max-width: 736px) {
  #sec2 .bnr .btn {
    position: relative;
    display: block;
    margin: 15px auto;
    width: 70%;
    font-size: 14px;
    height: auto;
  }
}

#sec2 .bnr .btn .fa-chevron-right {
  color: #fff;
}

#sec2 .bnr a {
  height: 150px;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  #sec2 .bnr a {
    height: auto;
  }
}

#sec2 .btn--long {
  background-color: #22ac38;
}

#sec2 .l-flex-box {
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 736px) {
  #sec2 .l-flex-box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#sec2 .l-col,
#sec2 .r-col {
  width: 47.95918%;
}

@media screen and (max-width: 736px) {
  #sec2 .l-col,
  #sec2 .r-col {
    width: 100%;
  }
}

#sec2 .l-col .borderd-box {
  color: #22ac38;
  font-weight: bold;
}

#sec2 .l-col ul {
  margin: 20px 0;
  padding-left: 15px;
}

@media screen and (max-width: 736px) {
  #sec2 .r-col {
    margin-bottom: 9.375%;
  }
}

#sec2 .r-col .text-wrap {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}

@media screen and (max-width: 736px) {
  #sec2 .r-col .text-wrap {
    vertical-align: bottom;
  }
}

#sec2 .r-col figure {
  width: 16.66667%;
  display: inline-block;
  margin-left: 5%;
}

#sec2 .r-col .text--subheading {
  color: #c00;
}

#sec2 .borderd-box {
  border-style: solid;
  border-width: 5px;
  border-color: #eceff1;
}

#sec2 .other-product {
  width: 62.2449%;
  padding: 30px;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 736px) {
  #sec2 .other-product {
    width: 100%;
    padding: 25px 0 0;
    -ms--moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 736px) {
  #sec2 .other-product .l-col,
  #sec2 .other-product .r-col {
    width: 50%;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#sec2 .other-product .l-col a,
#sec2 .other-product .r-col a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 736px) {
  #sec2 .other-product .l-col a,
  #sec2 .other-product .r-col a {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#sec2 .other-product .l-col a:hover,
#sec2 .other-product .r-col a:hover {
  opacity: 0.7;
}

#sec2 .other-product figure {
  width: 100%;
  max-width: 120px;
}

@media screen and (max-width: 736px) {
  #sec2 .other-product figure {
    margin: 0 auto;
  }
}

#sec2 .other-product .text-wrap {
  width: 65%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#sec2 .bold {
  font-weight: bold;
}

#sec2 .other-product .text-wrap p {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  #sec2 .other-product .text-wrap p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
  }
}

#sec3 .text--heading + p {
  text-align: center;
}

@media screen and (max-width: 736px) {
  #sec3 .text--heading + p {
    text-align: left;
  }
}

#sec3 .card-list {
  -ms--ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sec3 .card-list > *:nth-child(n + 4) {
  margin-top: 25px;
}

@media screen and (max-width: 736px) {
  #sec3 .card-list {
    margin-top: 15px;
  }

  #sec3 .card-list > *:nth-child(n + 4) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  #sec3 .card-list__item .text-wrap {
    padding: 0 0 0 15px !important;
    width: 60%;
  }

  #sec3 .card-list__item .text-wrap p {
    margin-top: 5px;
    line-height: 24px;
  }
}

#sec3 .btn--long {
  background-color: #22ac38;
}

#sec4 .selection {
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 736px) {
  #sec4 .selection {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#sec4 .r-col {
  width: 50.5102%;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  #sec4 .r-col {
    width: 100%;
  }
}

#sec4 .l-col {
  width: 46.42857%;
}

@media screen and (max-width: 736px) {
  #sec4 .l-col {
    width: 100%;
  }
}

#sec4 .icon-list-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
}

#sec4 .icon-list-wrapper > li {
  box-sizing: border-box;
  padding: 15px 20px 15px 0;
  width: 100%;
}

#sec4 .icon-list-wrapper > li .text--subheading {
  font-size: 20px;
}

#sec4 .icon-list-wrapper > li:first-child {
  padding: 0 20px 15px 0;
}

#sec4 .icon-list-wrapper .icon-list__item figure {
  width: 20%;
  padding-right: 1%;
}

#sec4 .icon-list-wrapper .icon-list__item .text-wrap {
  width: 79%;
}

#sec4 .icon-list-wrapper .icon-list__item a {
  display: flex;
}

#sec4 .icon-list-wrapper .icon-list__item .text--subheading,
#sec4 .icon-list-wrapper .icon-list__item .text--plane {
  line-height: 1.5;
}

#sec4 .icon-list-wrapper .icon-list__item.l-hoverable--shadow {
  border-bottom: 1px solid #ddd;
}

#sec4 .icon-list-wrapper .icon-list__item.l-hoverable--shadow:last-child {
  border-bottom: none;
}

@media screen and (max-width: 736px) {
  #sec4 .icon-list-wrapper .icon-list__item .text-wrap {
    width: 70%;
  }

  #sec4 .icon-list-wrapper .icon-list__item.l-hoverable--shadow {
    border-bottom: none;
  }

  #sec4 .icon-list-wrapper {
    border-top: 1px solid #ddd;
  }

  #sec4 .icon-list-wrapper .icon-list__item figure {
    width: 22%;
    padding-right: 1%;
  }

  #sec4 .icon-list-wrapper .icon-list__item .text-wrap {
    width: 77%;
  }

  #sec4 .icon-list-wrapper > li .text--subheading {
    font-size: 18px;
  }

  #sec4 .icon-list-wrapper > li,
  #sec4 .icon-list-wrapper > li:first-child {
    padding: 15px 0;
  }
}

#sec5 .text--heading + p {
  text-align: center;
}

@media screen and (max-width: 736px) {
  #sec5 .text--heading + p {
    text-align: left;
  }
}

.sec5_bnr {
  margin-bottom: 50px;
}

#sec5 .card-list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

#sec5 .card-list__item {
  margin-right: 34px;
  width: 304px;
  border: 1px solid #e7e9eb;
  box-sizing: border-box;
}

#sec5 .card-list__item:nth-child(3n) {
  margin-right: 0;
}

#sec5 .card-list__item:nth-child(n + 4) {
  margin-top: 34px;
}

#sec5 .text--subheading {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 28px;
}

#sec5 .text--subheading span {
  letter-spacing: 0;
}

#sec5 .text--plane {
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 736px) {
  .sec5_bnr {
    margin-bottom: 30px;
  }

  #sec5 .card-list__item {
    margin-right: 0;
    width: 100%;
  }

  #sec5 .card-list__item:nth-child(n + 4) {
    margin-top: 10px;
  }

  #sec5 .text--subheading {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
  }

  #sec5 .text--plane {
    font-size: 14px;
    line-height: 24px;
  }

  #sec5 .card-list__item .text-wrap {
    padding: 0 0 0 15px !important;
    width: 60%;
  }

  #sec5 .card-list__item .text-wrap p {
    margin-top: 5px;
    line-height: 24px;
  }
}

#sec5 .btn--long {
  background-color: #22ac38;
}

#sec5 .card-list__item.spacer {
  height: 0;
}

#sec6 {
  border-top: 1px solid #eceff1;
}

#sec6 .l-section-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 736px) {
  #sec6 .l-section-inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#sec6 .l-col,
#sec6 .r-col {
  width: 48.57143%;
}

@media screen and (max-width: 736px) {
  #sec6 .l-col,
  #sec6 .r-col {
    width: 100%;
  }
}

#sec6 *::after {
  color: #22ac38;
  right: 10px;
}

#sec6 .l-module-margin {
  margin-top: 30px;
}

#sec6 .emb-card {
  background-color: #eceff1;
}

#sec7 .card-list__item {
  width: 23%;
  background: #fff;
}

#sec7 .text--subheading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  height: 60px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

#sec7 .text--plane {
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 736px) {
  #sec7 .card-list__item {
    width: 100%;
  }

  #sec7 .text--subheading {
    display: block;
    margin-bottom: 6px;
    height: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  #sec7 .text--plane {
    font-size: 14px;
    line-height: 24px;
  }

  #sec7 .card-list__item .text-wrap {
    padding: 0 0 0 15px !important;
    width: 60%;
  }

  #sec7 .card-list__item .text-wrap p {
    margin-top: 5px;
    line-height: 24px;
  }
}

.text--heading__discription {
  color: #22ac38;
}

.emb-card .notice {
  color: #c00;
  text-align: left;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  #sec6 .text--plane {
    line-height: 24px;
  }
}

.news-list.l-module-margin {
  margin: 30px 0;
}

.banner_area {
  max-width: 976px;
  padding: 50px 10px;
  margin: 0 auto;
  text-align: center;
}

.banner_area a:nth-child(2) img {
  margin: 30px auto 0;
  max-width: 650px;
}

.banner_area img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 736px) {
  .banner_area {
    padding: 0 0 34px 0;
    margin: -1.8em 0 0 0;
  }
}

.tab-box {
  background-color: #fff;
  padding: 50px 30px 0;
  margin-bottom: 60px;
}

.tab-box .tab-head {
  padding-bottom: 50px;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.tab-box .tab-head:after {
  position: absolute;
  top: 10%;
  right: 0;
  display: block;
  content: "＋";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  background-color: #22ac38;
  width: 30px;
  height: 30px;
}

.tab-box.is-show .tab-head:after {
  content: "－";
}

.tab-head-txt {
  font-size: 14px;
}

.tab-box > .tab-main {
  display: none;
}

.tab-box.is-show > .tab-main {
  display: block;
  padding-bottom: 70px;
}

.tab_main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.tab_main-list__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tab_main__inner {
  width: 445px;
  margin: 0 auto;
  border: 1px solid #ecf0f2;
}

.tab_main__inner-tit {
  height: 50px;
  background-color: #ecf0f2;
  line-height: 50px;
  text-indent: 20px;
}

.tab_main__inner-content {
  padding: 20px 0 15px;
}

.tab_main__inner-content__left {
  width: 205px;
  float: left;
}

.tab_main__inner-content__left p {
  font-size: 14px;
  padding: 5px 10px;
}

.tab_main__inner-content__right {
  float: left;
}

.tab_main__inner-content__left img.tab_main__inner-content__left-img {
  width: 135px;
  display: block;
  margin: 0 auto;
}

.tab_main__inner-content__left img.tab_main__inner-content__left-img.mt15 {
  margin-top: 15px;
}

.tab_main__inner-content__set {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.tab_main__inner-content__set.first {
  padding-bottom: 10px;
}

.tab_main__inner-content__set img {
  width: 80px;
  float: left;
}

.tab_main__inner-content__set p {
  float: left;
  font-size: 14px;
  padding-left: 15px;
}

.tab-main-tit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.tab-main-tit span {
  font-size: 16px;
  color: #22ac38;
  display: block;
}

.tab-main .btn {
  background-color: #22ac38;
  margin: 10px auto 0;
}

.tab-main .btn span {
  display: inline-block;
  padding-left: 35px;
  position: relative;
}

.tab-main .btn span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 18px;
  background: url("/tiller/img/top/icon-sales.png") left bottom no-repeat;
  background-size: 25px 18px;
}

@media screen and (max-width: 736px) {
  .tab-box {
    padding: 30px 5% 0;
    margin-bottom: 30px;
  }

  .tab-box .tab-head {
    padding-bottom: 30px;
  }

  .tab-box .tab-head:after {
    top: 18%;
  }

  .tab-box.is-show .tab-head:after {
    content: "－";
  }

  .tab-box .tab-head .text--subheading {
    line-height: 1.5em;
  }

  .tab-head-txt {
    padding-top: 10px;
    font-size: 12px;
  }

  .tab-box.is-show > .tab-main {
    padding-bottom: 40px;
  }

  .tab_main-list {
    padding-bottom: 40px;
  }

  .tab_main-list__item {
    width: 100%;
    float: none;
  }

  .tab_main-list__item:first-child {
    margin-bottom: 15px;
  }

  .tab_main__inner {
    width: 100%;
  }

  .tab_main__inner-tit {
    font-size: 14px;
    height: 37.5px;
    line-height: 37.5px;
    text-indent: 15px;
  }

  .tab_main__inner-content {
    padding: 25px 0;
  }

  .tab_main__inner-content__left {
    width: 50%;
  }

  .tab_main__inner-content__right {
    width: 45%;
  }

  .tab_main__inner-content__left img {
    width: 80%;
  }

  .tab_main__inner-content__set.first {
    padding-bottom: 5px;
  }

  .tab_main__inner-content__set img {
    width: 50%;
    float: left;
  }

  .tab_main__inner-content__set p {
    font-size: 12px;
    padding-left: 7px;
  }

  .tab-main-tit {
    font-size: 18px;
  }

  .tab-main-tit span {
    font-size: 14px;
  }

  .tab-main .btn {
    background-color: #22ac38;
    margin: 10px auto 0;
  }

  .tab-main .btn span {
    padding-left: 30px;
  }

  .tab-main .btn span:before {
    top: 4px;
    width: 20px;
    height: 14.5px;
    background: url("/tiller/img/top/icon-sales.png") left bottom no-repeat;
    background-size: 20px 14.5px;
  }
}

.update {
  margin: 0 auto;
  padding-top: 70px;
  width: 980px;
}

.update_list {
  margin-top: 30px;
}

.update_list li {
  margin-bottom: 5px;
}

.update_list li:last-child {
  margin-bottom: 0;
}

.update_list li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  color: #2b383f;
  font-size: 16px;
  line-height: 26px;
  background: #eceff1;
}

.update_list li a:after {
  position: absolute;
  content: "\f054";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 22px;
  font-family: FontAwesome;
  color: #22ac38;
  font-size: 14px;
  transform: scaleX(0.9);
}

.update_list_item_new {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  margin-left: 10px;
  width: 70px;
  padding: 6px 0 7px;
  text-align: center;
  background: #c00;
  line-height: 1;
}

.update_list_item_blank {
  margin-right: 50px;
  width: 60px;
}

.update_list_item_new img {
  display: inline-block;
  width: 32px;
  height: 13px;
}

.update_list_item_date {
  margin-right: 50px;
}

@media screen and (max-width: 736px) {
  .update {
    padding: 12.5% 4.6875% 0;
    width: 100%;
    box-sizing: border-box;
  }

  .update_list li {
    margin-bottom: 3px;
  }

  .update_list li:last-child {
    margin-bottom: 0;
  }

  .update_list li a {
    flex-wrap: wrap;
    padding: 15px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 24px;
  }

  .update_list_item_new {
    margin: 0 15px 10px 0;
    width: 40px;
    padding: 5px 0 6px 0;
  }

  .update_list_item_new img {
    width: 23px;
    height: 9px;
  }

  .update_list_item_date {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .update_list_item_txt {
    width: 100%;
  }
}

/* メインエリア変更 202201 */
@media screen and (min-width: 737px) {
  #kvArea {
    min-width: 980px;
    position: relative;
    overflow: hidden;
  }

  .cp_slide {
    min-width: 980px;
  }
}

#kvArea .kvArea_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

#kvArea_1 .kvArea_text,
#kvArea_2 .kvArea_text {
  font-size: calc(2.25rem + ((1vw - 9.8px) * 1.7647));
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 27%;
  left: 19%;
  line-height: 1.3;
}

#kvArea_1 .kvArea_text {
  top: inherit;
  bottom: 7%;
  left: 11%;
  font-size: calc(1.5rem + ((1vw - 7.38px) * 0.6768));
  line-height: 1.5;
  filter: drop-shadow(0 0 15px #16902e) drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
}

#kvArea_1 .kvArea_logo {
  display: inline-block;
  position: absolute;
  top: 7%;
  left: 11%;
  width: 185px;
  height: 189px;
  background: #fff;
  padding: 20px;
}

#kvArea_2 .kvArea_logo {
  display: none;
}

#kvArea_2 .kvArea_logo {
  width: 13%;
  background: rgba(97, 170, 49, 0.8);
}

#kvArea_1 .kvArea_text.new::before,
#kvArea_2 .kvArea_text.new::before {
  content: "NEW";
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0.8em 0.3em 0.9em;
  background: #c00;
  color: #fff;
  font-size: calc(1.125rem + ((1vw - 9.8px) * 1.3725));
  line-height: 1;
  top: -2.3em;
}

@media screen and (max-width: 980px) {
  #kvArea_2 .kvArea_text {
    font-size: 30px;
  }

  #kvArea_2 .kvArea_logo {
    width: 108px;
    padding: 2vw 3vw;
  }

  #kvArea_1 .kvArea_text {
    bottom: 7%;
    left: 11%;
    font-size: 21px;
  }

  #kvArea_1 .kvArea_logo {
    top: 6%;
    left: 11%;
    width: 155px;
    height: 159px;
    padding: 17px;
  }

  #kvArea_2 .kvArea_logo {
    width: 128px;
  }

  #kvArea_1 .kvArea_text.new::before,
  #kvArea_2 .kvArea_text.new::before {
    font-size: 15px;
  }
}

@media screen and (max-width: 736px) {
  #kvArea .kvArea_copy {
    left: 9vw;
    width: 47%;
    max-width: 240px;
    top: 12%;
    -webkit-transform: none;
    transform: none;
  }

  #kvArea_2 .kvArea_text {
    font-size: 28px;
    top: 22%;
    left: 11%;
    line-height: 1.3;
  }

  #kvArea_1 .kvArea_text {
    bottom: 6%;
    left: 5%;
    font-size: 17px;
  }

  #kvArea_1 .kvArea_logo {
    top: 4%;
    left: 4%;
    width: 28%;
    height: auto;
    padding: 15px;
  }

  #kvArea_2 .kvArea_logo {
    display: none;
  }
}

.cp_slide .slick-prev,
.cp_slide .slick-next {
  z-index: 3;
}

.cp_slide .slick-prev {
  left: 2%;
  top: 47%;
}

.cp_slide .slick-next {
  right: 2%;
  top: 47%;
}

.cp_slide.slick-dotted.slick-slider {
  margin-bottom: -10px !important;
}

.cp_slide .slick-dots {
  bottom: -15px;
}

.cp_slide .slick-prev:before,
.cp_slide .slick-next:before {
  position: absolute;
  top: 50%;
  left: 55%;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.cp_slide .slick-next:before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 736px) {
  #sec1 .sec1_bnr {
    padding-top: 35px;
  }

  .cp_slide .slick-dots {
    bottom: -10px;
  }

  .cp_slide .slick-prev {
    left: 2%;
    top: 47%;
  }

  .cp_slide .slick-next {
    right: 2%;
    top: 47%;
  }
}

/* kvArea_3 2025.01 */
#kvArea_3 .kvArea_logo3 {
  display: flex;
  position: absolute;
  top: 52%;
  left: 6.6%;
  width: 58.5%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  row-gap: max(5.3vw, 48px);
  margin-left: -0.6vw;
}

#kvArea_3 .kvArea_logo3 .ft_logo {
  width: 100%;
}

@media screen and (max-width: 736px) {
  #kvArea_3 .kvArea_logo3 {
    top: 46vw;
    left: 8%;
    width: 84%;
    transform: translateY(-50%);
    row-gap: max(48vw, 120px);
    margin-left: 0;
  }
}

/* button */
#kvArea_3 .kvArea_bt3 {
  background: #22ac38;
  color: #fff;
  padding: max(1vw, 8px) max(4.8vw, 48px);
  position: relative;
  width: min(100px, 8vw);
  border-radius: 5px;
  line-height: 0;
}

#kvArea_3 .kvArea_bt3::after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: FontAwesome;
  content: "\f054";
  transform: translateY(-50%) scale(0.6, 0.7);
}

@media (any-hover: hover) {
  #kvArea_3 .kvArea_bt3,
  #kvArea_3 .kvArea_bt3::after {
    transition: 0.3s all;
  }

  #kvArea_3:hover .kvArea_bt3 {
    opacity: 0.7;
  }

  #kvArea_3:hover .kvArea_bt3::after {
    right: 5px;
  }
}

@media screen and (max-width: 736px) {
  #kvArea_3 .kvArea_bt3 {
    padding: 0.5em 2.4em;
    width: max(16vw, 52px);
  }

  #kvArea_3 .kvArea_bt3::after {
    transform: translateY(-50%) scale(0.4, 0.5);
  }
}
