@charset "UTF-8";

/* common */

#home {
  margin-top: 115px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1400px) {
  #home {
    margin-top: 109px;
  }
}

@media screen and (max-width: 1080px) {
  #home {
    margin-top: 88px;
  }
}

#home .chapter h2:after {
  margin: 30px auto;
  width: 100px;
  height: 5px;
}

#home .chapter .about-ttl:after {
  content: none;
}

#home .lead_txt {
  font-size: 18px;
  margin-bottom: 60px;
  text-align: center;
}

#home .lead_txt span {
  font-weight: bold;
}

/**/

#main-v {
  padding-bottom: 0;
}

#main-v .main-v-con-l .ttl_logo {
  display: flex;
  align-items: baseline;
  gap: 16px;
  max-width: unset;
  width: auto;
}

#main-v .main-v-con-l .ttl_logo img {
  width: 17.6vw;
}

#main-v .main-v-con-l .ttl_logo span {
  font-size: 32px;
  font-size: min(1.67vw,32px);
  font-weight: bold;
  line-height: 1;
}

#main-v .main_list {
  background: #fff;
  border: 4px solid #44B973;
  border-radius: 24px;
  font-size: 24px;
  font-size: min(1.25vw, 24px);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 1.56vw;
}

#main-v .main_list li {
  background: url(../../img/home/icon_check_green.png) no-repeat 0 2px;
  background-size: 1.67vw 1.67vw;
  padding-left: 2.5vw;
}

/* ins_record */

#ins_record {
  text-align: center;
}

#ins_record .white_bg {
  background: #fff;
}

#ins_record .txt-note {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
}

.logo_group {
  background: #fff;
  width: 100%;
  padding: 25px 0;
}

.logo_group .box_slide,
.logo_group .box_slide_02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.logo_group .box_slide .logo,
.logo_group .box_slide_02 .logo {
  outline: none;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* about */

#about {
  background: #effff6;
  position: relative;
}

#about .about-line {
  flex-direction: row-reverse;
}

#about .about-con-l {
  max-width: 630px;
  width: 54%;
  position: relative;
  z-index: 2;
}

#about .about-ttl {
  font-size: 38px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: left;
}

#about .about-ttl span {
  color: #44b973;
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 16px;
  padding: 0;
}

#about .about-con-l p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
}

#about .about-con-l .about-ttl2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}

#about .about-con-l .about-ttl2 span {
  display: inline-block;
  position: relative;
}

#about .about-con-l .about-ttl2 span::after {
  content: '';
  background: #F4E2BA;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 23px;
  width: 100%;
  z-index: -1;
}

#about .about-con-r {
  padding-left: 9.38vw;
  position: relative;
  width: calc(100% - 54%);
  max-width: 537px;
}

#about .about-con-r video {
  position: absolute;
  width: 245px;
  top: 40px;
  left: 95px;
  z-index: 5;
}

#about .about-con-r .icon {
  position: absolute;
}

#about .about-con-r .icon._01 {
  top: -24px;
  right: 0;
}

#about .about-con-r .icon._02 {
  bottom: 0;
  left: 0;
}

/* slide_video */

#about .slide_video {
  background: url(../../img/home/iphone.webp) no-repeat top left;
  background-size: contain;
  margin-bottom: 0;
  width: 275px;
  height: 547px;
}

#about .item_video {
  height: 547px;
}

#about .item_video video {
  position: relative;
  width: 250px;
  height: 547px;
  top: 0px;
  left: 13px;
  z-index: 5;
}

#about .item_video:not(.slick-active) {
  opacity: 0;
}

#about .slick-dots {
  bottom: auto;
  top: 55px;
  right: -115px;
  width: auto;
}

#about .slick-dots::after {
  content: "";
  background: url(../../img/home/arrow_left.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 80px;
  left: -8px;
  height: 12px;
  width: 9px;
}

#about .slick-dots li {
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 104px;
  text-align: center;
}

#about .slick-dots li button {
  margin: auto;
  padding: 0;
  height: 100%;
  width: 100%;
}

#about .slick-dots li button:before {
  background: #fff;
  border: 3px solid #44b973;
  color: #44b973;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans Japanese";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
}

#about .slick-dots li.slick-active button:before {
  background: #44b973;
  color: #fff;
  opacity: 1;
}

#about .item_video[data-slick-index="0"] video {
  height: 497px;
  top: 30px;
}

#about .slick-dots li:first-child button:before {
  content: "レシート応募";
}

#about .slick-dots li:nth-child(2) button:before {
  content: "シリアル応募";
}

#about .slick-dots li:nth-child(3) {
  height: 60px;
}

#about .slick-dots li:nth-child(3) button:before {
  content: "インスタントウィン";
}

#about .slick-dots li:last-child button:before {
  content: "クーポン利用";
}

@media screen and (max-width: 1240px) {
  #about .about-ttl {
    font-size: 34px;
  }

  #about .about-con-l .about-ttl2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 769px) {
  #about .slick-dots li:first-child button:before {
    border-radius: 6px 6px 0 0;
  }

  #about .slick-dots li:last-child button:before {
    border-radius: 0 0 6px 6px;
  }

  #about .slick-dots li button:before {
    width: calc(100% - 7px);
  }
}

/* problems */

#problems h2 {
  margin-bottom: 40px;
}

#problems .problem_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#problems .problem_box .problem {
  position: relative;
}

#problems .problem_box .problem .txt {
  /*color: #3a4443;*/
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

#problems .problem_box ._01 {
  max-width: 336px;
  width: 28%;
}

#problems .problem_box ._01 .txt {
  top: 21%;
}

#problems .problem_box ._02 {
  position: absolute;
  top: 172px;
  left: 20%;
  max-width: 360px;
  width: 30%;
}

#problems .problem_box ._02 .txt {
  top: 25%;
  right: auto;
  left: 27%;
}

#problems .problem_box ._03 {
  position: absolute;
  right: 30%;
  top: 0;
  max-width: 352px;
  width: 30%;
}

#problems .problem_box ._03 .txt {
  top: 18%;
}

#problems .problem_box ._04 {
  padding-top: 200px;
  padding-right: 10px;
  max-width: 398px;
  width: 33%;
}

#problems .problem_box ._04 .txt {
  left: auto;
  right: 38%;
  top: 57%;
}

#problems .problem_box ._05 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 288px;
  width: 24%;
}

#problems .problem_box ._05 .txt {
  right: 0%;
  top: 27%;
}

@media screen and (max-width: 1180px) {
  #problems .problem_box .problem .txt {
    font-size: 18px;
  }
}

/* version */

#version {
  background: #44B973;
  padding: 80px 0;
}

#version .chapter-inner {
  background: #fff;
  border-radius: 48px;
  max-width: 1200px;
  padding: 80px 60px;
  width: 96%;
}

#version .box_case {
  align-items: center;
  margin-bottom: 80px;
}

#version .box_case:last-child {
  margin-bottom: 0;
}

#version .reverse {
  flex-direction: row-reverse;
}

#version .box_case .box_txt {
  font-size: 18px;
  line-height: 1.8;
  width: 42.5%;
}

#version .box_case .box_txt h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin: 24px 0;
}

#version .box_case .box_txt .green_ttl {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

#version .box_case .box_txt .green_ttl span {
  font-size: 24px;
  padding-left: 56px;
  position: relative;
}

#version .box_case .box_txt .green_ttl span::before {
  content: '';
  background: #44B973;
  height: 1px;
  width: 40px;
  position: absolute;
  left: 8px;
  top: 52%;
}

#version .box_case .box_img {
  width: 53.71%;
  position: relative;
}

#version .box_case .box_img .icon_person {
  position: absolute;
  bottom: -22px;
  right: 15px;
}

#version .box_case:last-child .box_img .icon_person {
  bottom: -68px;
}

/* function */

#home .function .list_function {
  justify-content: center;
  gap: 20px;
}

#home .function .list_function > li {
  background: #fff;
  border: 8px solid #44B973;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  position: relative;  
  width: calc((100% - 40px)/3);
}

#home .function .list_function > li div {
  padding: 0 20px 35px 30px; 
  display: flex;
  flex-direction: column;
  height: 100%;
}

#home .function .list_function > li .ttl {
  background: #44B973;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  padding: 7px 10px 15px;
  text-align: center;
}

#home .function .list_function > li .img {
  margin: 30px 0 20px;
}

#home .function .list_function > li ul {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#home .function .list_function > li ul li {
  background: url(../../img/home/icon_check.png) no-repeat 0 10px;
  background-size: 17px 13px;
  padding-left: 25px;
}

#home .function .list_function > li ul li + li {
  margin-top: 10px;
}

#home .function .list_function > li ul li span {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {

  #home .function .ttl a,
  #home .function .ttl {
    font-size: 20px;
  }
}

/* measures */

#measures {
  background: #F7F8FA;
}

#measures .list_measures {
  gap: 30px;
  margin-top: 100px;
}

#measures .list_measures li {
  background: #ffffff;
  border: 3px solid #44b973;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  text-align: center;
  width: calc((100% - 60px) / 3);
}

#measures .list_measures li .tag {
  position: absolute;
  top: -30px;
  left: 15px;
}

#measures .list_measures li .ttl {
  /*color: #3a4443;*/
  color: #333333;
  border-bottom: 1px dashed #44b973;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  margin: 20px 0;
  padding-bottom: 10px;
}

#measures .list_measures li .txt {
  line-height: 24px;
  text-align: left;
}

/* reason */

#reason {
  background: #EFFFF6;
  position: relative;
  overflow: hidden;
}

#reason .box_content {
  z-index: 5;
  position: relative;
}

#reason .case {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}

#reason .case.rv {
  flex-direction: row-reverse;
}

#reason .case:last-child {
  margin-bottom: 0;
}

#reason .case .box_img {
  width: 54.5%;
  height: 418px;
}

#reason .case .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#reason .case .box_txt {
  width: 40%;
}

#reason .case .box_txt .step {
  font-size: 22px;
  line-height: 30px;
  color: #44b973;
  font-weight: bold;
}

#reason .case .box_txt .h3_ttl {
  /*color: #3a4443;*/
  color: #333333;
  font-size: 35px;
  font-weight: bold;
  margin: 10px 0 24px;
}

#reason .case .box_txt .txt18 {
  font-size: 18px;
}

#reason .case .box_txt .txt14 {
  color: #919191;
  margin-top: 15px;
}

#reason .case .box_txt .ttl_btn {
  color: #44b973;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  display: inline-flex;
  align-items: flex-start;
  margin: 25px 0 15px;
}

#reason .case .box_txt .ttl_btn i {
  font-weight: bold;
  margin-right: 12px;
  margin-top: 2px;
}

#reason .case .box_txt ul li {
  width: 100%;
}

#reason .case .box_txt ul li.item span,
#reason .case .box_txt ul li a span {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#reason .case .box_txt .txt_note {
  font-size: 14px;
  line-height: 19px;
  margin: 6px 0 0;
  color: #919191;
}

#reason .btn01 a {
  background: #44b973;
  border-radius: 10px;
  border: 2px solid#44B973;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 40px;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#reason .btn01 a:hover {
  color: #44b973;
  background: #fff;
}

#reason .btn_line a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#reason .btn_line .icon_tel {
  background: url(../../img/home/icon_btnline.png) center no-repeat;
  width: 27px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

#reason .btn_line a:hover .icon_tel {
  background: url(../../img/home/icon_btnline_hv.png) center no-repeat;
}

#reason .btn01.mt20 {
  margin-top: 20px;
}

#reason .orange_txt {
  color: #ec8642;
}

#reason .gray_txt {
  color: #888;
}

#reason .protection_case .box_txt {
  width: 100%;
}

#reason .protection_case .small_txt {
  font-size: 14px;
}

#reason .protection_case .box-tbl {
  margin: 20px 0;
}

#reason .protection_case .box-tbl table {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

#reason .protection_case .box-tbl table th {
  font-weight: normal;
  padding: 10px 7px;
}

#reason .protection_case .box-tbl table thead th {
  border-left: 1px solid #44b973;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background: #44b973;
  color: #fff;
}

#reason .protection_case .box-tbl table thead th.last {
  border-right: 1px solid #44b973;
}

#reason .protection_case .box-tbl table tbody th {
  border: 1px solid #44b973;
}

#reason .protection_case .box-tbl table td {
  background: #fff;
  border: 1px solid #44b973;
  padding: 10px;
  text-align: center;
}

#reason .protection_case .box-tbl table .yellow_bg th,
#reason .protection_case .box-tbl table .yellow_bg td {
  background: #fff2cd;
}

/* quality */

#quality {
  position: relative;
  background: #fff;
}

#quality ul {
  margin-top: 60px;
}

#quality ul>li {
  width: 27%;
}

#quality ul>li .ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #44b973;
  min-height: 72px;
}

#quality ul>li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  margin-bottom: 40px;
}

#quality ul>li .txt {
  text-align: left;
}

#quality .btn-securi {
  margin-top: 25px;
}

#quality .btn-securi a {
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  background: #e3e2e2;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  padding: 16px 20px 14px;
  transition: all 0.5s ease 0s;
}

#quality ul li .btn-securi a:hover {
  opacity: 0.7;
}

#quality .txt {
  line-height: 1.5;
}

/* achievement */

#achievement {
  background: #f7f8fa;
}

#achievement .case_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

#achievement .case_base {
  background: #fff;
  border-radius: 30px;
}

#achievement .case_base .img {
  width: 45%;
}

#achievement .slick-track {
  display: flex !important;
}

#achievement .slick-slide {
  height: inherit !important;
}

#achievement .case_base .img img {
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#achievement .case_base .box_txt {
  width: 50%;
  padding: 70px 40px 70px 0;
}

#achievement .btn-demo {
  margin-top: 60px;
}

#achievement .btn-demo a {
  background: #44b973;
  border: 2px solid #44b973;
}

#achievement .btn-demo a:hover {
  color: #44b973;
}

#achievement .case_base .case_cap {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.46;
  margin-bottom: 30px;
}

#achievement .case_base .case_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.45;
}

#achievement .case_base .btn-detail {
  font-size: 14px;
  width: 100px;
  line-height: 19px;
}

#achievement .case_base .case_amendment {
  padding: 15px 0;
  border-bottom: 1px solid #d1d1d1;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

#achievement .case_base .case_amendment._02 {
  margin-bottom: 15px;
}

#achievement .case_base .case_amendment .ttl {
  width: fit-content;
  padding-right: 25px;
}

#achievement .case_base .txt {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}

#achievement .notes {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

#achievement .slick-next,
#achievement .slick-prev {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  background: url(../../img/home/slide_btn_r.svg) no-repeat;
  right: -30px;
  z-index: 1;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

#achievement .slick-prev {
  background: url(../../img/home/slide_btn_l.svg) no-repeat;
  right: unset;
  left: -30px;
}

@media screen and (max-width: 1300px) {
  #achievement .slick-next {
    right: -20px;
  }

  #achievement .slick-prev {
    left: -20px;
  }
}

#achievement .slick-dots {
  bottom: -42px;
}

#achievement .slick-dots li button:before {
  display: none;
}

#achievement .slick-dots li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#achievement .slick-dots li button {
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #e3e2e2;
  border-radius: 50%;
}

#achievement .slick-dots li button:hover,
#achievement .slick-dots li button:focus,
#achievement .slick-dots li.slick-active button {
  background: #44b973;
}

#achievement .slick-dots li.slick-active button:before {
  opacity: 1;
}

#achievement .chapter-inner02 {
  margin: 82px auto 10px;
}

#achievement .logo_group {
  padding: 20px 0;
}

#achievement .logo_group .box_slide_02 .logo {
  margin: 0 13px;
}

/* cflow */

.cflow {
  background: linear-gradient(90deg,
      rgba(123, 245, 123, 0.7) 0%,
      rgba(34, 185, 216, 0.7) 100%),
    url(../../img/home/bg_flow.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}

.cflow .step-s-box {
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
}

.cflow li.step-l {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  padding: 30px 18px 36px;
  margin-bottom: 85px;
  text-align: center;
  position: relative;
}

.cflow li:last-child {
  margin-bottom: 0;
}

.cflow li.step-l:after {
  content: url(../../img/home/cflow_arrow.png);
  position: absolute;
  bottom: -59px;
  left: 0;
  right: 0;
}

.cflow li:last-child:after {
  content: "";
}

.cflow li .step_ttl {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}

.cflow li .step_ttl span {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}

.cflow li p {
  font-size: 16px;
  line-height: 21px;
}

.cflow li p a {
  color: #fff;
  text-decoration: underline;
}

.cflow .btn-demo {
  margin-top: 40px;
  text-align: center;
}

.cflow .btn-demo a {
  width: 580px;
}

.cflow li p a:hover {
  opacity: 0.6;
}

/* #support_campaigns */

#support_campaigns .support_txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

#support_campaigns .support_list {
  padding-top: 20px;
  margin: 0 auto;
  max-width: 1000px;
}

#support_campaigns .support_list li {
  background: #f6f6f6;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  padding: 30px 20px;
  width: 32%;
  position: relative;
}

#support_campaigns .support_list li.option-link {
  padding: 0;
}

#support_campaigns .support_list .ttl {
  border-left: 3px solid #ff9c00;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 15px;
  padding-left: 10px;
  position: relative;
}

#support_campaigns .support_list li.option-link a {
  color: #333;
  display: block;
  width: 100%;
  padding: 30px 20px 70px 20px;
  position: relative;
}

#support_campaigns .support_list li.option-link a:hover {
  background: #ff9c00;
  color: #fff;
}

#support_campaigns .support_list .arrow-box {
  background: #ff9c00;
  border-radius: 20vh;
  color: #fff;
  width: 126px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 16px;
  bottom: 16px;
}

#support_campaigns .support_list .arrow-box .fa {
  color: #fff;
  position: absolute;
  top: 46%;
  left: 80%;
  transform: translate(38%, -50%);
  font-size: 20px;
  transition: all 0.5s ease;
}
