/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}
p {
    font-size: 16px;
    line-height: 1.7;
}
@media screen and (max-width: 1024px) {
    p {
        font-size: 14px;
    }
}
.heading-2 {
    margin-bottom: 80px;
    color: #333333;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    position: relative;
  }
  
  @media (max-width: 768px) {
    .heading-2 {
      margin-bottom: 52px;
      font-size: 20px;
    }
  }
  
  .heading-2:before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#18B7C7), to(#A9CE45));
    background: linear-gradient(to right, #18B7C7, #A9CE45);
    width: 40px;
    height: 12px;
    left: calc(50% - 40px/2);
    bottom: -32px;
    position: absolute;
  }
  
  @media (max-width: 768px) {
    .heading-2:before {
      width: 24px;
      height: 8px;
      left: calc(50% - 24px/2);
      bottom: -20px;
    }
  }
h3.heading-h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 40px 0;
    border-left: 5px solid;
    padding-left: 10px;
}
.hide-pc {
    display: none;
}
.hide-sp {
    display: block;
}
.pb-0 {
    padding-bottom: 0!important;
}
.mt-4 {
  margin-top: 4rem!important;
}
@media screen and (max-width:600px) {
    h3.heading-h3 {
        margin: 60px 0 20px;
    }
    .hide-pc {
        display: block;
    }
    .hide-sp {
        display: none;
    }
}
/*  Hero section css |start  */
#hero {
    position: relative;
    box-sizing: border-box;
}
.hero-container {
  height: 76vh;
  position: relative;
  background-color: #000;
}
.hero-bg {
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(https://www.sensyn-robotics.com/hubfs/LP/rakurakudrone/mv-img.jpg);
    max-width: 100%;
    height: 86vh;
  min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-container .hero-center {
    width: 85%;
    position: absolute;
    color: #fff;
    top: calc(100% / 1.6);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.logo {
    top: 5%;
    left: 5%;
    position: absolute;
}
.hero-center {
  width: 85%;
  position: absolute;
  color: #fff;
  top: calc(100% / 2.3);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 700px) {
  .hero-center {
    top: 42%;
  }
}
.hero-center--title {
    /* display: inline-block; */
    margin-bottom: 40px;
}
.hero-center--title h1 {
    font-size: 65px;
    line-height: 0;
}
.hero-center--title h1 span {
    font-size: 22px;
    font-weight: normal;
}
.hero-center--btn {
/*     margin-top: 20px; */
    display: inline-block;
}
.hero-center--btn p {
    font-size: 14px;
    color: #F39609;
}
.dl-wrap {
    display: inline-block;
    margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .dl-wrap {
      display: block;
      margin-right: 0;
  }
  .dl-wrap .pulse-btn {
    width: 50%
  }
}
.dl-wrap p {
/*     color: #1868C7; */
  color: #5198ec;
}
.dl-wrap .pulse-btn {
  background-color: #1868c7;
  box-shadow: none;
}
.contact-wrap {
    display: inline-block;
}

a.pulse-btn {
    display: block;
    margin: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 1rem 3rem;
    border-radius: 8px;
    text-decoration: none;
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 #f39509b1;
    background-color: #F39609;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
a.pulse-btn:hover 
    {
        -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
    }
    @-webkit-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
    @-moz-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
    @-ms-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
    @keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
a.pulse-btn svg {
    vertical-align: bottom;
    margin-left: 10px;
}
.hero-achive-box {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  width: 1024px;
  max-width: 100%;
  transform: translateY(-60px);
  padding: 1.5rem 0 1.8rem;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}
.hero-achive-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
    align-items: end;
}
.hero-achive-box p {
    font-size: 12px!important;
    padding: 0 3%;
    margin: 0;
}
.hero-achive-col {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.hero-achive-col .number {
    font-size: 40px;
    color: #F39609;
    font-weight: 600;
}
.hero-achive-col .small {
    font-size: 12px;
}
/*  Hero sp |start here */
@media screen and (max-width:600px) {
    .hero-achive-row {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 22px;
    }
}
@media screen and (max-width:1024px) {
    .hero-achive-box {
        width: 95%;
    }
}
@media screen and (max-width:768px) {
    .hero-center--title h1 {
        font-size: 38px;
    }
    .hero-center--title p {
        font-size: 13px;
    }
    .hero-center--btn p {
        font-size: 12px;
    }
      .hero-achive-row {
        padding: 1rem;
        width: auto;
    }
    .hero-achive-col {
        font-size: 14px;
    }
    .hero-achive-col .number {
        font-size: 30px;
    }
    a.pulse-btn {
        font-size: 15px;
        padding: .8rem 2.2rem
    }
    .hero-achive-box {
        width: 92%;
        padding: 1rem 0 .5rem;
    }
    }
    .hero-achive-row p {
        font-size: 10px;
        margin: 0;
        padding: 0;
    }
}

/*  Hero sp |end */
/*  Hero section css |end  */
/* トップロゴスライド　slick 202209追加*/
.slider-logo .slick-slide {
  width: 198px;
  height: 126px;
  position: relative;
  overflow: hidden;
}
.slider-logo .slick-slide p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#slick-logo {
    padding: 0;
}
.slider-logo .slick-slide img {
  width: 100%;
}

.slider-logo_3line .slick-slide {
  width: 214px;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.slider-logo_3line .slick-slide p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.slider-logo_3line .slick-slide img {
  width: 198px;
  margin: 5px 8px;
}
/* トップロゴスライド　| end*/
.section--white, .section--blue {
    padding: 80px 0;
}
.section--blue {
    background: #f1f8f9;
}
.section--logo {
    padding-bottom: 80px;
}
.container {
    margin: 0 auto;
    width: 1024px;
    max-width: 100%;
}
@media screen and (max-width:1024px) {
    .section--white, .section--blue {
        padding: 80px 24px;
    }
}
@media screen and (max-width:600px) {
    .container {
        width: 100%;
    }
    .section--white, .section--blue {
        padding: 80px 16px;
    }
}
.center-text {
    text-align: center;
}
.package-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 15px;
    margin-top: 6%;
}
@media screen and (max-width:600px) {
    .package-row {
        grid-template-columns: repeat(3, 1fr);
    }
}
.package-col img {
    border-radius: 4px;
}
/* Comparison table css | Start here */
table.comparison-table {
    margin: 0 auto 6%;
    width: 100%;
    border-spacing: 20px 0;
    font-size: 16px;
}
@media screen and (max-width:1024px) {
    table.comparison-table {
        border-spacing: 10px 0;
        font-size: 14px;
    }
}
@media screen and (max-width:600px) {
    table.comparison-table {
        border-spacing: 6px 0;
    }
}
table.comparison-table th {
    padding: 1rem 0;
}
table.comparison-table th, table.comparison-table td {
    width: 33.3%;
}
table.comparison-table td {
    border-top: 1px solid #DCDCDC;
    padding: 0.4rem 0;
}
table.comparison-table td.p-up-down {
    padding: 1rem 0;
}
table.comparison-table td:nth-child(2), .comparison-table td:nth-child(3){
    text-align: center;
}
table.comparison-table td:nth-child(2) {
    background: #F2F2F2;
}
table.comparison-table td:nth-child(3) {
    background: #FFECCF;
}
th.comparison-table--general {
    background-color: #D6D6D6;
    border-radius: 5px 5px 0 0;
}
th.comparison-table--rakuraku {
    background-color: #F39609;
    border-radius: 5px 5px 0 0;
}
table.comparison-table td span {
    font-size: 12px;
    font-weight: 300;
    color: #f29608;
}
/* Comparison table css | end here */

.support-wrap {
    background-color: #F9F9F9;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}
.support-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 15px;
}
.support-col--title {
    font-weight: 500;
    font-size: 17px;
  color: #f39608;
  margin: 0;
}
@media screen and (max-width:600px) {
    .support-wrap {
        padding: 1.5rem;
    }
    .support-row {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .support-col--title {
        font-size: 16px;
    }
}
.to-detail-btn {
    color: #000000;
    font-size: 15px;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none;
    padding-right: 2.5rem;
    position: relative;
    transition: all .3s;
}
.to-detail-btn::after {
    background: url(https://www.sensyn-robotics.com/hubfs/images/2020_recruit_site/common/icon_menu_arrow.png) no-repeat;
    background-size: 30px;
    content: "";
    display: block;
    margin: auto 0;
    width: 30px;
    height: 7px;
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
}
.to-detail-btn:hover {
    padding-right: 3rem;
}

@media screen and (max-width:600px) {
    a.to-detail-btn.pc {
        display: none;
    }
    a.to-detail-btn.sp {
        display: inline-block;
    }
}

/* faq accordion css| start  */
.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl:after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #00B3CD;
    border-right: 2px solid #00B3CD;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    background: #fff;
    border-radius: 12px;
}
.qa-list dl dt:before {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #00B3CD;
}
.qa-list dl dd:before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: 600;
    color: #00B3CD;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .qa-list dl {
        margin: 10px 0 0;
    }
    .qa-list dl:after {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }
    .qa-list dl dt {
        padding: 16px 35px 16px 45px;
        font-size: 14px;
    }
    .qa-list dl dt:before {
        font-size: 18px;
        top: 16px;
        left: 18px;
    }
    .qa-list dl dd:before {
        font-size: 18px;
        left: 18px;
        margin-top: 5px;
    }
    .qa-list dl dd {
        margin: 0;
        padding: 16px 16px 16px 45px;
        font-size: 14px;
    }
    .qa-list dl dd p {
        margin: 30px 0 0;
    }
    .qa-list dl dd p:first-child{
        margin-top: 0;
    }
}
/* faq accordion css| end  */

/* voice css| start */
.voice-wrap {
    background-color: #F1F8F9;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 4rem;
}
.voice--head-row {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 15px;
}
.voice--head-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}
.voice--head-tag span {
    font-size: 14px;
    border: 1px solid;
    padding: 2px 8px;
    border-radius: 60px;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
}
.voice--head-col img {
    width: 100px;
    display: block;
    margin: auto;
}
.voice--balloon {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 1.5rem;
}
.voice--balloon::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 18px;
    border-right: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
@media screen and (max-width:1024px) {
    .voice-wrap {
        padding: 1.5rem 1rem;
    }
    .voice--head-title {
        font-size: 17px;
    }
    .voice--head-col img {
        width: 80px;
    }
    .voice--head-tag span {
        font-size: 12px;
    }
    .voice--balloon {
        font-size: 14px;
        margin-top: 1rem;
    }
}
/* voice css| end */
footer {
    background-color: #333333;
    color: #bfbfbf;
    font-size: 14px;
    text-align: center;
    padding: 1rem;
}
@media screen and (max-width:600px) {
    footer {
        font-size: 12px;
    }
}

.rakuraku-bn-wrap {
    background-color: #F1F8F9;
}
.rakuraku-bn--row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 15px;
}
.rakuraku-bn--title {
    font-size: 22px;
    font-weight: 600;
}
.rakuraku-bn--col:nth-child(1) {
    padding: 2rem;
}
.rakuraku-bn--col:nth-child(2) {
    background-image: linear-gradient(0.25turn, #f1f8f9, #f1f8f933, #ffffff00), url(https://www.sensyn-robotics.com/hubfs/LP/rakurakudrone/mv-img.jpg);
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.rakuraku-bn--icon-tag {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 8px;
}
.rakuraku-bn--detail-btn {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    min-width: 165px;
    background-color: #a9ce45;
    position: absolute;
    bottom: 10%;
    left: 10%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width:600px) {
    .rakuraku-bn--row {
        grid-template-columns: 1fr;
    }
    .rakuraku-bn--col:nth-child(2) {
        height: 150px;
    }
}
/* 資料DLフォーム */
.form-header {
    display: block;
    padding: 16px;
}
.form-header--inner {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.section--form {
    display: block;
    background-color: #f1f8f9;
    padding: 80px 16px;
}
.section--form h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section--form h1 {
      font-size: 25px;
      margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .form__inner-warp {
      grid-gap: 50px;
      display: grid;
      grid-template-columns: 40% 55%;
  }
}
a.rakudrone-home-btn {
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
a.rakudrone-home-btn:before {
  content: '';
  width: 5px;
  height: 5px;
  left: -15px;
  top: 8px;
  position: absolute;
  transform: rotate(225deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
a.rakudrone-home-btn:hover {
    text-decoration: underline;
}
.detail {
  background-color: #fff;
  margin-top: 30px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 7%);
}
.detail p {
  background-color: #3e3a39;
  color: #fff;
  font-size: 18px;
  padding: 7px;
  text-align: center;
  border-radius: 4px 4px 0 0;
  letter-spacing: 4px;
}
ul.detail-list {
    padding: 5px 45px 25px;
}
ul.detail-list li {
  font-size: 16px;
  list-style: disc;
  margin-bottom: 10px;
}
.form__inner-warp--left img {
  border-radius: 4px;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 7%);
}
.form__inner-warp--right {
  background-color: #fff;
  padding: 1.2rem 2.2rem 2.2rem;
  border-radius: 4px;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 7%);
}
.form__inner-warp--right p {
    font-size: 14px;
    margin-bottom: 12px;
}

/* Data Form */
.request-form {
    margin-top: 3rem;
}
.request-form button, input, select, textarea {
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 8px 0;
  outline: none;
  padding: 10px 8px;
  transition: .3s;
  width: 100%;
  font-size: 12px;
  border: 1px solid #1868c740;
  background-color: #f1f8f9;
  padding-left: 10px;
}
.request-form button:focus, input:focus, select:focus, textarea:focus {
  border:1px solid #1868c7;
}
.request-form fieldset.form-columns-2 .hs-form-field {
  width: 48%!important;
}
.request-form .form-columns-2 .input, .request-form .form-columns-1 .input {
  margin-right: 0!important;
}
.request-form .form-columns-2 {
    display: flex;
    justify-content: space-between;
}
.request-form .form-columns-1 .hs-input {
  width: 100%!important;
}
.request-form label.hs-error-msg {
  color: #f16c00;
  font-size: 12px;
}
.request-form .inputs-list {
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: -6px;
  margin-block-end: 5px;
}
.request-form .hs-form-required {
  color: #f16c00;
}
.request-form .hs_error_rollup {
    color: #f16c00;
    font-size: 12px;
    margin-top: 30px;
}
.request-form .hs-form-booleancheckbox 
#privacy_policy_check-e5e25ee3-62c0-4eaa-9d58-d4e1132b701b {
  width: auto!important;
  margin-right: 10px;
}
.request-form .form-privacy {
    margin: 20px 0;
}
.request-form .form-privacy a {
  color: #185abc;
  text-decoration: underline;
}
.request-form .actions input {
  width: 80%;
  display: block;
  margin: 70px auto 0;
  background-color: #1868c7;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .3s ease-in-out,color .3s ease-in-out;
}
.request-form .actions input:hover {
  background-color: #004aa2;
}
.request-form .hs_recaptcha {
    display: grid;
    justify-content: center;
}
.request-form .hs-richtext, .request-form .hs-form-booleancheckbox {
    text-align: center;
}
.request-form .form-columns-1, .request-form .form-columns-2 {
  max-width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .section--form {
    padding: 50px 16px;
  }
  .skydio-form button, input, select, textarea {
    width: 100%!important;
  }
  .form__inner-warp--right {
    padding: 1.2rem 1.5rem 2.2rem;
  }
}
/* request */
.section--request {
  display: block;
  background-color: #f1f8f9;
  min-height: calc(80vh - 8rem);
  padding: 100px 16px;
}
.contact_ttl01 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 5rem;
  text-align: center;
}
.contact_ttl02 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1;
  margin-bottom: 3.8rem;
  text-align: center;
}
.contact_btn {
    text-align: center;
}
.contact_btn a {
  background-color: #1868c7;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 1rem 3rem;
  position: relative;
  text-decoration: none;
  transition: background-color .3s ease-in-out,color .3s ease-in-out;
}
.contact_btn a:hover {
  background-color: #004aa2;
}
.contact_btn a:before {
    content: '';
    width: 5px;
    height: 5px;
    left: 16px;
    top: 24px;
    position: absolute;
    transform: rotate(225deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.sp_show {
    display: none!important;
}
@media only screen and (max-width: 767px) {
  .sp_show {
      display: block!important;
  }
  .section--request {
    padding: 80px 16px;
  }
  .contact_ttl01 {
    font-size: 28px;
  }
  .contact_ttl02 {
    font-size: 15px;
  }
      
}

/* お取り扱いメーカー */
.three-col-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 600px) {
  .three-col-row {
    grid-template-columns: 1fr;
  }
  
}
.three-col-row p {
  margin-bottom: 0;
  font-size: 16px;
}
.maker-item {
  padding: 20px;
  background-color: #f1f8f9;
  text-align: center;
  border-radius: 4px;
}
.maker-item--title {
  background-color: #fff;
  padding: 10px;
  margin: 0 0 40px;
  font-size: 20px;
  color: #333333;
}