@charset "UTF-8";
/******************************************************************************
 * reset
*******************************************************************************/
html, body {
  width: 100%;
  height: auto;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  letter-spacing: 0.06em;
  vertical-align: baseline;
  background-color: transparent;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input, select {
  vertical-align: middle;
}

/*******************************************************************************
  site_setting
*******************************************************************************/
.row-fluid [class*=span] {
  float: none;
}

body li {
  margin: 0;
}

a:hover {
  color: #202020;
  opacity:1;
}

a:hover>img {
  opacity:1;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
  line-height: 1.75;
  color: #000;
  letter-spacing: 0.06em;
  font-size: calc(28 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
    font-size: calc(18 / 16 * 1rem);
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  img {
    /* stylelint-disable-next-line value-no-vendor-prefix */
    image-rendering: -webkit-optimize-contrast;
  }
}

a {
  text-decoration: none!important;
}

em {
  font-style: normal;
}

sup{
  font-size:50%;
  vertical-align: super;
}

figure {
  line-height: 0;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
}

.object-fit-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff-english {
  font-family: "Montserrat", sans-serif;
}

.l-wrap {
  padding-right: 2.6666666667vw;
  padding-left: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-wrap.is-wide {
  padding-right: 8vw;
  padding-left: 8vw;
}
@media only screen and (min-width: 768px) {
  .l-wrap.is-wide {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-wrap.is-middle {
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .l-wrap.is-middle {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.l-content.is-full {
  width: auto;
  margin-right: -2.6666666667vw;
  margin-left: -2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .l-content.is-full {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.u-width-800 {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .u-width-800 {
    width: 100%;
    max-width: 800px;
  }
}

.u-width-1000 {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .u-width-1000 {
    width: 100%;
    max-width: 1000px;
  }
}

.u-width-1100 {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .u-width-1100 {
    width: 100%;
    max-width: 1100px;
  }
}

.u-width-1200 {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .u-width-1200 {
    width: 100%;
    max-width: 1200px;
  }
}

.u-width-1280 {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .u-width-1280 {
    width: 100%;
    max-width: 1280px;
  }
}

.u-width-1320 {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .u-width-1320 {
    width: 100%;
    max-width: 1320px;
  }
}

/******************************************************************************
  * link-button
*******************************************************************************/
.a-link-button-wrap {
  width: 64vw !important;
  height: 12vw !important;
}
.a-link-button-wrap > * {
  height: 100%;
}
.a-link-button-wrap .a-link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: 0 !important;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(243, 152, 0, 0.99608) 0%, rgb(243, 152, 0) 34%, rgb(239, 210, 11) 100%);
  border-radius: 100px;
  font-size: calc(26 / 750 * 100vw);
}
.a-link-button-wrap .a-link-button img {
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  margin-left: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .a-link-button-wrap {
    width: 392px !important;
    height: 80px !important;
  }
  .a-link-button-wrap .a-link-button {
    height: 80px;
    margin: 0;
    font-size: 22px;
/*     font-size: calc(22 / 16 * 1rem); */
  }
  .a-link-button-wrap .a-link-button img {
    width: 21px;
    height: 21px;
    margin-left: 15px;
    transform: translateY(0.1em);
  }
}
@media (any-hover: hover), (-ms-high-contrast: none) {
  .a-link-button-wrap .a-link-button {
    transition: background-color 0.3s ease 0s;
  }
  .a-link-button-wrap .a-link-button:hover {
    background-image: linear-gradient(-90deg, rgba(243, 152, 0, 0.99608) 0%, rgb(243, 152, 0) 34%, rgb(239, 210, 11) 100%);
    opacity: 1 !important;
  }
  .a-link-button-wrap .a-link-button:hover img {
    opacity: 1 !important;
  }
}

/******************************************************************************
  * heading
  *******************************************************************************/
.a-section-heading {
  text-align: center;
}
.a-section-heading > * {
  display: block;
  font-weight: 700;
}

.a-section-heading_shoulder {
  line-height: 2.3;
  color: #000;
  font-size: calc(28 / 750 * 100vw);
}
.a-section-heading_shoulder.is-en {
  color: #f29800;
}
@media only screen and (min-width: 768px) {
  .a-section-heading_shoulder {
    padding: 0 0.3em 0.2em;
    line-height: 1.5;
    font-size: 24px;
/*     font-size: calc(24 / 16 * 1rem); */
  }
}

.a-section-heading_main {
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #00b0b9;
  font-size: calc(48 / 750 * 100vw);
}
.a-section-heading_main.is-keep-all {
  word-break: keep-all;
}
.a-section-heading_main.is-size-1 {
  font-size: calc(36 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .a-section-heading_main.is-size-1 {
    font-size: 32px;
/*     font-size: calc(32 / 16 * 1rem); */
  }
}
.a-section-heading_main.is-size-2 {
  font-size: calc(32 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .a-section-heading_main.is-size-2 {
    font-size: 32px;
/*     font-size: calc(32 / 16 * 1rem); */
  }
}
.a-section-heading_main.is-color-white {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .a-section-heading_main {
    font-size: 32px;
/*     font-size: calc(32 / 16 * 1rem); */
  }
}

.a-section-heading_shoulder + .a-section-heading_main {
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .a-section-heading_shoulder + .a-section-heading_main {
    margin-top: 10px;
  }
}

.a-heading {
  position: relative;
  font-weight: 700;
  line-height: 1.6;
}
.a-heading.is-size-1 {
  font-size: calc(46 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .a-heading.is-size-1 {
    font-size: 46px;
/*     font-size: calc(46 / 16 * 1rem); */
  }
}
.a-heading.is-size-2 {
  font-size: calc(36 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .a-heading.is-size-2 {
    font-size: 32px;
/*     font-size: calc(32 / 16 * 1rem); */
  }
}
.a-heading.is-size-3 {
  font-size: calc(28 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .a-heading.is-size-3 {
    font-size: 24px;
/*     font-size: calc(24 / 16 * 1rem); */
  }
}
.a-heading.is-size-4 {
  font-size: calc(32 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .a-heading.is-size-4 {
    font-size: 20px;
/*     font-size: calc(20 / 16 * 1rem); */
  }
}
.a-heading.is-size-5 {
  font-size: calc(25 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .a-heading.is-size-5 {
    font-size: 16px;
/*     font-size: calc(16 / 16 * 1rem); */
  }
}
.a-heading.is-size-6 {
  font-size: calc(28 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .a-heading.is-size-6 {
    font-size: 18px;
/*     font-size: calc(18 / 16 * 1rem); */
  }
}
.a-heading.is-text-center {
  text-align: center;
}
.a-heading.is-keep-all {
  word-break: keep-all;
}
.a-heading.is-color-primary {
  color: #00b0b9;
}
.a-heading.is-color-white {
  color: #fff;
}
.a-heading.is-round {
  width: fit-content;
  margin: 0 auto;
  display: block;
  padding: 0.2em 1.6em;
  color: #fff;
  background-color: #00b0b9;
  border-radius: 40px;
}

/******************************************************************************
  * note
  *******************************************************************************/
.a-note {
  color: #999;
  font-size: calc(22 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .a-note {
    font-size: 14px;
/*     font-size: calc(14 / 16 * 1rem); */
  }
}

/******************************************************************************
  * text
*******************************************************************************/
.a-text {
  font-size: calc(28 / 750 * 100vw);
}
.a-text.is-bold {
  font-weight: 700;
}
.a-text.is-text-center {
  text-align: center;
}
.a-text.is-sp-text-left {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .a-text.is-sp-text-left {
    text-align: center;
  }
}
.a-text.is-keep-all {
  word-break: keep-all;
}
.a-text.is-color-primary {
  color: #00b0b9;
}
.a-text em {
  font-weight: 700;
  color: #00b0b9;
}
@media only screen and (min-width: 768px) {
  .a-text {
    font-size: 18px;
/*     font-size: calc(18 / 16 * 1rem); */
  }
}
.a-text.is-size-1 {
  font-size: calc(20 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .a-text.is-size-1 {
    font-size: 20px;
/*     font-size: calc(20 / 16 * 1rem); */
  }
}
.a-text.is-size-2 {
  font-size: calc(28 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .a-text.is-size-2 {
    font-size: 24px;
/*     font-size: calc(24 / 16 * 1rem); */
  }
}

/******************************************************************************
  * image
*******************************************************************************/
.a-image {
  overflow: hidden;
  line-height: 0;
}
.a-image.is-fit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.a-image.is-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.a-image.is-text-center {
  text-align: center;
}

.m-text-wrap > * + * {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .m-text-wrap > * + * {
    margin-top: 20px;
  }
}

/******************************************************************************
  * header
  *******************************************************************************/
.o-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.o-header_inner {
  width: calc(100% - 20px);
  margin: 10px auto 0;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .o-header_inner {
    width: calc(100% - 20px);
    max-width: 1820px;
    margin: 20px auto 0;
    border-radius: 5px;
  }
}

.o-header_wrap {
  padding: 2.1333333333vw 2.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .o-header_wrap {
    padding: 10px 30px;
  }
}

.o-header_global {
  display: flex;
  align-items: center;
  gap: 30px;
}

.o-header_logo {
  width: 26.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .o-header_logo {
    width: 200px;
  }
}

.o-header_text {
  font-weight: 700;
  display: none;
}
@media only screen and (min-width: 768px) {
  .o-header_text {
    display: none;
  }
}
@media only screen and (min-width: 1180px) {
  .o-header_text {
    display: block;
    font-size: 18px;
/*     font-size: calc(18 / 16 * 1rem); */
  }
}

.o-header_action {
  margin-left: auto;
}

.o-header_cta-button.a-link-button-wrap {
  width: 28.6666666667vw !important;
  height: 7.4666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .o-header_cta-button.a-link-button-wrap {
    width: 215px !important;
    height: 48px !important;
  }
}
.o-header_cta-button.a-link-button-wrap .a-link-button {
  height: 7.4666666667vw;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .o-header_cta-button.a-link-button-wrap .a-link-button {
    height: 48px;
    font-size: 20px;
  }
}

/******************************************************************************
  * footer
  *******************************************************************************/
footer {
  background-color: #fff!important;
}

footer .footer__copyright {
  color: #999999!important;
}

.footer-copy {
  padding: 6.6666666667vw;
  line-height: 1.4;
  color: #999;
  text-align: center;
  font-size: calc(16 / 750 * 100vw);

}
@media only screen and (min-width: 768px) {
  .footer-copy {
    padding: 25px 0;
    line-height: 1;
    font-size: 14px;
/*     font-size: calc(14 / 16 * 1rem); */
  }
}

.above-the-fold_inner {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .above-the-fold_inner {
    width: 100%;
    max-width: 1504px;
  }
}

.page-heading {
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: calc(50 / 750 * 100vw);
}
.page-heading > * {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-heading {
    line-height: 1.4;
    text-align: left;
    font-size: 50px;
/*     font-size: calc(50 / 16 * 1rem); */
  }
}

.page-heading_shoulder {
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
  font-size: calc(26 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .page-heading_shoulder {
    margin: 0;
    font-size: 24px;
/*     font-size: calc(24 / 16 * 1rem); */
  }
}

.page-heading_main {
  margin-top: 4vw;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  .page-heading_main {
    margin-top: 20px;
  }
}

.above-the-fold .a-link-button {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .above-the-fold .a-link-button {
    margin-top: 40px;
  }
}

.above-the-fold_img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: fit-content;
  width: 82.8vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .above-the-fold_img {
    width: 100%;
    max-width: 1034px;
    transform: translateX(34%);
  }
}

/******************************************************************************
* mv
*******************************************************************************/
.above-the-fold {
  position: relative;
  height: 133.3333333333vw;
  padding: 22.2666666667vw 0 0;
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/mv_bg_sp.jpg") center 0 no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .above-the-fold {
    max-width: 1920px;
    height: 740px;
    padding: 0 30px;
    padding-top: 235px;
    margin: 0 auto;
    background-image: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/mv_bg_pc.jpg");
    background-size: auto auto;
  }
}

/******************************************************************************
* package
*******************************************************************************/
.p-package {
  background: #e2f9f9 url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/bg_dot.png") repeat center;
}

.p-package-panel {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 6.2666666667vw;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .p-package-panel {
    padding: 60px 100px;
  }
}
.p-package-panel-inner {
  width: 100%;
}
.p-package-panel.is-bg-arrow::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16vw;
  content: "";
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/icon_arrow.png") no-repeat center;
  background-size: contain;
  width: 7.4666666667vw;
  height: 8.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-package-panel.is-bg-arrow::after {
    bottom: -122px;
    width: 71px;
    height: 83px;
  }
}

.p-package-logo .a-image img {
  max-width: 65.2vw;
}
@media only screen and (min-width: 768px) {
  .p-package-logo .a-image img {
    width: 100%;
    max-width: 614px;
  }
}

.o-media {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .o-media {
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    max-width: 840px;
    gap: 40px;
  }
}

.o-media-illust {
  max-width: 33.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .o-media-illust {
    max-width: 215px;
  }
}
.o-media-illust .a-image img {
  max-width: 33.4666666667vw;
}
@media only screen and (min-width: 768px) {
  .o-media-illust .a-image img {
    width: 100%;
    min-width: 215px;
  }
}

.o-media-content .a-heading {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .o-media-content .a-heading {
    text-align: left;
  }
}
.o-media-content .a-text {
  font-weight: 500;
}

.p-package-detail {
  position: relative;
  display: flex;
  gap: 4.4vw;
  justify-content: center;
  align-items: stretch;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-package-detail {
    gap: 33px;
  }
}
.p-package-detail::after {
  position: absolute;
  left: 16.2666666667vw;
  bottom: -12vw;
  content: "";
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/icon_arrow.png") no-repeat center;
  background-size: contain;
  width: 7.4666666667vw;
  height: 8.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-package-detail::after {
    left: 19%;
    bottom: -36%;
    width: 71px;
    height: 83px;
  }
}
.p-package-detail-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 20px;
  padding: 6.6666666667vw 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-package-detail-content {
    width: fit-content;
    padding: 30px;
  }
}
.p-package-detail-content:nth-child(1) {
  width: 100%;
  max-width: 448px;
  background-color: #fb8d2a;
}
.p-package-detail-content:nth-child(2) {
  justify-content: center;
  padding: 0;
}
.p-package-detail-content:nth-child(2) .is-icon {
  font-style: normal;
  color: #494949;
  font-size: calc(50 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .p-package-detail-content:nth-child(2) .is-icon {
    font-size: 60px;
/*     font-size: calc(60 / 16 * 1rem); */
  }
}
.p-package-detail-content:nth-child(3) {
  width: 100%;
  max-width: 448px;
  background-color: #35c8de;
}
.p-package-detail-content_visial {
  display: flex;
  justify-content: center;
}
.p-package-detail-content_visial .a-image img {
  max-width: 12vw;
}
.p-package-detail-content_heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

/******************************************************************************
* problem
*******************************************************************************/
.p-problem {
  background: #b1e2e5 url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/bg_dot.png") repeat center;
}

.p-problem_box-inner {
  position: relative;
  width: 73.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-problem_box-inner {
    width: 100%;
  }
}

.p-problem_box-list > * {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-problem_box-list > * {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-problem_box-list {
    display: grid;
    justify-content: center;
    grid-template: "item01 item02" auto "item03 item04" auto/1fr 1fr;
  }
}

.p-problem_box-list-item {
  border-radius: 2.6666666667vw;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .p-problem_box-list-item {
    width: 82%;
    border-radius: 20px;
  }
}
.p-problem_box-list-item:nth-child(1) {
  grid-area: item01;
}
.p-problem_box-list-item:nth-child(2) {
  grid-area: item03;
}
@media only screen and (min-width: 768px) {
  .p-problem_box-list-item:nth-child(2) {
    margin-top: 20px;
  }
}
.p-problem_box-list-item:nth-child(3) {
  grid-area: item02;
  justify-self: end;
}
.p-problem_box-list-item:nth-child(3) .p-problem_box-cell {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .p-problem_box-list-item:nth-child(3) .p-problem_box-cell {
    padding-left: 120px;
  }
}
.p-problem_box-list-item:nth-child(4) {
  grid-area: item04;
  justify-self: end;
}
@media only screen and (min-width: 768px) {
  .p-problem_box-list-item:nth-child(4) {
    margin-top: 20px;
  }
}
.p-problem_box-list-item:nth-child(4) .p-problem_box-cell {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .p-problem_box-list-item:nth-child(4) .p-problem_box-cell {
    padding-left: 120px;
  }
}

.p-problem_box-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.3333333333vw 0;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-problem_box-cell {
    padding: 40px 60px;
    justify-content: flex-start;
    text-align: left;
  }
}
.p-problem_box-cell em {
  font-weight: 700;
  color: #00b0b9;
}
.p-problem_box-cell .a-text {
  font-size: calc(30 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .p-problem_box-cell .a-text {
    font-size: 20px;
/*     font-size: calc(20 / 16 * 1rem); */
  }
}

.p-problem_box-illustration {
  position: relative;
  width: 52.6666666667vw;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .p-problem_box-illustration {
    position: absolute;
    width: 395px;
    bottom: 30px;
    z-index: 10;
  }
}

/******************************************************************************
* solution
*******************************************************************************/
.p-solution {
  position: relative;
  padding-top: 26.1333333333vw;
  padding-bottom: 13.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-solution {
    padding-top: 255px;
    padding-bottom: 100px;
  }
}
.p-solution::before {
  content: "";
  position: absolute;
  top: 6.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 32.5333333333vw;
  height: 12.8vw;
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/icon_arrow02.png") no-repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .p-solution::before {
    top: 80px;
    width: 276px;
    height: 108px;
    background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/icon_arrow02.png") no-repeat center;
    background-size: 100%;
  }
}

.p-solution-list {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-solution-list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.p-solution-box {
  position: relative;
  padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  background: #e2f9f9 url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/bg_dot.png") repeat center;
  border-radius: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-solution-box {
    padding: 90px 30px 60px;
    border-radius: 20px;
  }
}
.p-solution-box.is-bg-arrow::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13.3333333333vw;
  content: "";
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/icon_arrow.png") no-repeat center;
  background-size: contain;
  width: 7.4666666667vw;
  height: 8.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-solution-box.is-bg-arrow::after {
    bottom: -122px;
    width: 71px;
    height: 83px;
  }
}

.p-solution-box_inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-solution-box_inner {
    width: 100%;
    max-width: 1000px;
  }
}
.p-solution-box_inner.is-large {
  max-width: 1116px;
}

.p-solution-box_heading span {
  display: block;
}

.p-solution-box_heading-num {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 10.9333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-solution-box_heading-num {
    max-width: 91px;
  }
}

.p-solution-reason-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-solution-reason-list-item {
  border-radius: 2.6666666667vw;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 7.6vw 4vw;
}
@media only screen and (min-width: 768px) {
  .p-solution-reason-list-item {
    padding: 40px 100px;
    border-radius: 20px;
  }
}

.p-solution-reason-list-item_heading {
  padding-left: 6vw;
  position: relative;
  font-size: calc(32 / 750 * 100vw);
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-solution-reason-list-item_heading {
    padding-left: 50px;
    font-size: 24px;
/*     font-size: calc(24 / 16 * 1rem); */
  }
}
.p-solution-reason-list-item_heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/icon_checkbox.svg") no-repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .p-solution-reason-list-item_heading::before {
    width: 34px;
    height: 34px;
  }
}

.p-solution-reason_document {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4vw;
  padding: 6.6666666667vw 2.6666666667vw;
  border-radius: 1.3333333333vw;
  border: 2px solid #000;
}
@media only screen and (min-width: 768px) {
  .p-solution-reason_document {
    flex-direction: row;
    gap: 40px;
    padding: 18px 40px;
    border-radius: 10px;
  }
}

.p-solution-reason_document-image {
  width: 12vw;
}
@media only screen and (min-width: 768px) {
  .p-solution-reason_document-image {
    width: 100%;
    max-width: 51px;
  }
}

.p-document-list {
  display: flex;
  flex-wrap: wrap;
}

.p-document-list-text {
  font-size: calc(28 / 750 * 100vw);
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-document-list-text {
    text-align: left;
    font-size: 16px;
/*     font-size: calc(16 / 16 * 1rem); */
  }
}

.p-solution-point-panel {
  display: grid;
  gap: 2.6666666667vw;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .p-solution-point-panel {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-solution-point-panel_item {
  padding: 5.3333333333vw 4vw;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2.6666666667vw;
  min-width: 0;
}
@media only screen and (min-width: 768px) {
  .p-solution-point-panel_item {
    padding: 40px 60px;
    border-radius: 20px;
  }
}

.p-solution-point-panel_visual {
  width: 100%;
  margin: 0 auto;
  max-width: 18vw;
  aspect-ratio: 135 / 135;
}
@media only screen and (min-width: 768px) {
  .p-solution-point-panel_visual {
    max-width: 90px;
    aspect-ratio: 55 / 55;
  }
}

.p-solution-graph {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 6.4vw;
}
@media only screen and (min-width: 768px) {
  .p-solution-graph {
    margin-top: 55px;
  }
}
.p-solution-graph .a-image img {
  width: 76vw;
}
@media only screen and (min-width: 768px) {
  .p-solution-graph .a-image img {
    width: 100%;
    max-width: 721px;
    aspect-ratio: 721/317;
  }
}

.p-solution-flow-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.6666666667vw;
  justify-items: center;
}
@media only screen and (min-width: 768px) {
  .p-solution-flow-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
  }
}
@media only screen and (min-width: 1180px) {
  .p-solution-flow-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

.p-solution-flow-list-item {
  position: relative;
  width: 76vw;
  padding: 3.6vw 3.3333333333vw;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-solution-flow-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 30px 10px;
  }
}
.p-solution-flow-list-item:not(:last-of-type):after {
  position: absolute;
  top: auto;
  right: auto;
  left: 50%;
  bottom: -5.3333333333vw;
  display: block;
  width: 3.2vw;
  height: 2.5333333333vw;
  content: "";
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/icon_arrow_flow.svg") no-repeat center;
  background-size: contain;
  transform: translate3d(-50%, 0, 0) rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .p-solution-flow-list-item:not(:last-of-type):after {
    top: 50%;
    left: auto;
    right: -27px;
    transform: translateY(-50%);
    width: 17px;
    height: 20px;
  }
}
.p-solution-flow-list-item .p-solution-flow--list-item_inner {
  flex-grow: 1;
}
.p-solution-flow-list-item .p-solution-flow-list-item-heading {
  position: relative;
  flex-grow: 1;
}
.p-solution-flow-list-item:nth-child(1) .p-solution-flow-list-item-heading::before {
  position: absolute;
  content: "";
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/flow_icon01.png") no-repeat center;
  background-size: contain;
  width: 7.3333333333vw;
  height: 7.3333333333vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-solution-flow-list-item:nth-child(1) .p-solution-flow-list-item-heading::before {
    content: none;
  }
}
.p-solution-flow-list-item:nth-child(2) .p-solution-flow-list-item-heading {
  position: relative;
}
.p-solution-flow-list-item:nth-child(2) .p-solution-flow-list-item-heading::before {
  position: absolute;
  content: "";
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/flow_icon02.png") no-repeat center;
  background-size: contain;
  width: 7.3333333333vw;
  height: 7.3333333333vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-solution-flow-list-item:nth-child(2) .p-solution-flow-list-item-heading::before {
    content: none;
  }
}
.p-solution-flow-list-item:nth-child(3) .p-solution-flow-list-item-heading {
  position: relative;
}
.p-solution-flow-list-item:nth-child(3) .p-solution-flow-list-item-heading::before {
  position: absolute;
  content: "";
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/flow_icon03.png") no-repeat center;
  background-size: contain;
  width: 7.3333333333vw;
  height: 7.3333333333vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-solution-flow-list-item:nth-child(3) .p-solution-flow-list-item-heading::before {
    content: none;
  }
}
.p-solution-flow-list-item:nth-child(4) .p-solution-flow-list-item-heading {
  position: relative;
}
.p-solution-flow-list-item:nth-child(4) .p-solution-flow-list-item-heading::before {
  position: absolute;
  content: "";
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/flow_icon04.png") no-repeat center;
  background-size: contain;
  width: 7.3333333333vw;
  height: 7.3333333333vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-solution-flow-list-item:nth-child(4) .p-solution-flow-list-item-heading::before {
    content: none;
  }
}
.p-solution-flow-list-item:nth-child(5) .p-solution-flow-list-item-heading {
  position: relative;
}
.p-solution-flow-list-item:nth-child(5) .p-solution-flow-list-item-heading::before {
  position: absolute;
  content: "";
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/flow_icon05.png") no-repeat center;
  background-size: contain;
  width: 7.3333333333vw;
  height: 7.3333333333vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-solution-flow-list-item:nth-child(5) .p-solution-flow-list-item-heading::before {
    content: none;
  }
}
.p-solution-flow-list-item:nth-child(6) .p-solution-flow-list-item-heading {
  position: relative;
}
.p-solution-flow-list-item:nth-child(6) .p-solution-flow-list-item-heading::before {
  position: absolute;
  content: "";
  background: url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/flow_icon06.png") no-repeat center;
  background-size: contain;
  width: 7.3333333333vw;
  height: 7.3333333333vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p-solution-flow-list-item:nth-child(6) .p-solution-flow-list-item-heading::before {
    content: none;
  }
}
.p-solution-flow-list-item img {
  width: 100%;
  max-width: 55px;
}

/******************************************************************************
*voice
*******************************************************************************/
.p-voice {
  background: #e2f9f9 url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/bg_dot.png") repeat center;
}

.p-voice-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-voice-list {
    row-gap: 40px;
  }
}

.p-voice-list-item {
  padding: 8vw 0;
  background-color: #fff;
  border-radius: 2.6666666667vw;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .p-voice-list-item {
    padding: 60px 20px;
    border-radius: 20px;
  }
}

.p-voice-list-item-inner {
  width: 100%;
  max-width: 76.8vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-voice-list-item-inner {
    max-width: 1000px;
  }
}

.p-voice-list-item_top {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c6c6c6;
}
@media only screen and (min-width: 768px) {
  .p-voice-list-item_top {
    flex-direction: row;
  }
}

.p-voice-list-item_top-visual {
  margin-top: 5.3333333333vw;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-voice-list-item_top-visual {
    margin-top: 0;
  }
}
.p-voice-list-item_top-visual .a-image img {
  width: 45.7333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-voice-list-item_top-visual .a-image img {
    width: 100%;
    max-width: 296px;
    aspect-ratio: 296 / 246;
  }
}

.p-voice-list-item_top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-voice-list-item_top-content {
    align-items: flex-start;
  }
}

.p-voice-list-item_heading {
  font-weight: 700;
}
.p-voice-list-item_heading span {
  display: block;
}

.p-voice-list-item_heading-shoulder {
  width: fit-content;
  margin: 0 auto;
  background-color: #00b0b9;
  color: #fff;
  border-radius: 9999px;
  line-height: 1;
  padding: 2.1333333333vw 3.2vw;
  font-size: calc(32 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .p-voice-list-item_heading-shoulder {
    margin: 0 0 auto;
    padding: 10px 46px;
    font-size: 20px;
/*     font-size: calc(20 / 16 * 1rem); */
  }
}

.p-voice-list-item_heading-main {
  margin-top: 5.3333333333vw;
  font-size: calc(32 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .p-voice-list-item_heading-main {
    margin-top: 30px;
    font-size: 24px;
/*     font-size: calc(24 / 16 * 1rem); */
  }
}

.p-voice-list-item_bottom {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.3333333333vw;
}
.p-voice-list-item_bottom svg {
  width: 5.6vw;
  height: 4vw;
}
@media only screen and (min-width: 768px) {
  .p-voice-list-item_bottom svg {
    width: 42px;
    height: 30px;
  }
}
.p-voice-list-item_bottom .a-text {
  font-size: calc(28 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .p-voice-list-item_bottom .a-text {
    font-size: 20px;
/*     font-size: calc(20 / 16 * 1rem); */
  }
}
@media only screen and (min-width: 768px) {
  .p-voice-list-item_bottom {
    gap: 30px;
    flex-direction: row;
  }
}
.p-voice-list-item_bottom .m-text-wrap {
  width: 100%;
  max-width: 725px;
}

/******************************************************************************
* achievements
*******************************************************************************/
.p-achievements .m-text-wrap {
  width: 100%;
  max-width: 76vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-achievements .m-text-wrap {
    max-width: 800px;
  }
}

.p-achievements-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-achievements-card {
    grid-template-columns: 1fr 54% 1fr;
    gap: 18px;
  }
}

.p-achievements-card_item {
  padding: 4vw;
  color: #fff;
  background-color: #00b0b9;
  border-radius: 1.3333333333vw;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .p-achievements-card_item {
    padding: 27px 20px;
    border-radius: 10px;
  }
}

.p-achievements-card_item-inner {
  display: block;
  text-align: center;
}

.p-achievements-card_item-heading {
  font-weight: 700;
  font-size: calc(28 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .p-achievements-card_item-heading {
    font-size: 20px;
/*     font-size: calc(20 / 16 * 1rem); */
  }
}

.p-achievements-card_item-visual {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .p-achievements-card_item-visual {
    margin-top: 30px;
  }
}
.p-achievements-card_item-visual .a-image {
  width: 100%;
  max-width: 12.4vw;
  margin: 0 auto;
  aspect-ratio: 643 / 952;
}
@media only screen and (min-width: 768px) {
  .p-achievements-card_item-visual .a-image {
    aspect-ratio: 1213 / 319;
    max-width: 93px;
  }
}

.p-achievements-card_item-content {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .p-achievements-card_item-content {
    margin-top: 30px;
    width: 100%;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.p-achievements-items {
  display: flex;
  align-items: stretch;
}
.p-achievements-items.is-col4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3333333333vw 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-achievements-items.is-col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media only screen and (min-width: 1180px) {
  .p-achievements-items.is-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-achievements-items.is-col4 .p-achievements-item:nth-child(odd) {
  border-right: 1px solid #fff;
}

.p-achievements-item {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1180px) {
  .p-achievements-item:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

.p-achievements-item-inner {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-achievements-item-inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
  }
}

.p-achievements-item-heading {
  font-weight: 700;
  font-size: calc(25 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .p-achievements-item-heading {
    font-size: 16px;
/*     font-size: calc(16 / 16 * 1rem); */
  }
}

.p-achievements-item-text {
  font-size: calc(20 / 750 * 100vw);
  padding-left: 1.6vw;
}
@media only screen and (min-width: 768px) {
  .p-achievements-item-text {
    padding-left: 0;
    font-size: 16px;
/*  font-size: calc(16 / 16 * 1rem); */
  }
}
.p-achievements-item-text em {
  font-weight: 700;
  line-height: 1;
  font-size: calc(46 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .p-achievements-item-text em {
    font-size: 46px;
/*     font-size: calc(46 / 16 * 1rem); */
  }
}

/******************************************************************************
* download
*******************************************************************************/
.p-download {
  background: #e2f9f9 url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/bg_dot.png") repeat center;
}
.p-download .a-section-heading_shoulder {
  font-size: calc(32 / 750 * 100vw);
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-download .a-section-heading_shoulder {
    font-size: 24px;
/*     font-size: calc(24 / 16 * 1rem); */
  }
}
.p-download .m-text-wrap {
  width: 100%;
  max-width: 72.2666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-download .m-text-wrap {
    max-width: 800px;
  }
}

.p-download-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8vw;
  padding: 8vw 5.3333333333vw;
  border-radius: 1.3333333333vw;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .p-download-box {
    gap: 50px;
    border-radius: 20px;
    padding: 40px 100px 60px;
  }
}

.p-download-thum {
  aspect-ratio: 493 / 249;
  max-width: 65.7333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-download-thum {
    aspect-ratio: 613 / 310;
    max-width: 613px;
    margin: 0 auto;
  }
}

.p-download-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-download-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }
}

.p-download_list {
  width: 84vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-download_list {
    width: auto;
  }
}

.p-download-list-item dt {
  display: flex;
  font-weight: 700;
}
.p-download-list-item dt::before {
  width: 0;
  height: 0;
  margin-right: 2.6666666667vw;
  content: "";
  border-color: transparent transparent transparent #009696;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  transform: translateY(0.5em);
}
.p-download-list-item dt:nth-of-type(2) {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-download-list-item dt::before {
    margin-right: 10px;
    transform: translateY(0.6em);
  }
  .p-download-list-item dt:nth-of-type(2) {
    margin-top: 20px;
  }
}

.p-download-list-item dd {
  margin-top: 0.6666666667vw;
  font-size: calc(25 / 750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .p-download-list-item dd {
    margin-top: 0;
    font-size: 16px;
/*     font-size: calc(16 / 16 * 1rem); */
    letter-spacing: 0;
  }
}

/******************************************************************************
* cta
*******************************************************************************/
.o-common-cta {
  position: relative;
}

.o-common-cta_visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.o-common-cta_content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 8vw;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .o-common-cta_content {
    padding: 90px 80px;
  }
}

.o-common-cta_content-inner {
  width: 100%;
  max-width: 1200px;
}

.p-cta-button {
  margin: 5.3333333333vw auto 0;
}
@media only screen and (min-width: 768px) {
  .p-cta-button {
    margin: 40px auto 0;
  }
}

.p-cta-thum {
  width: 100%;
  margin: 5.3333333333vw auto 0;
  aspect-ratio: 623 / 239;
}
@media only screen and (min-width: 768px) {
  .p-cta-thum {
    max-width: 1120px;
    margin: 40px auto 0;
    aspect-ratio: 1119 / 181;
  }
}

/* ---------------------------------------------------------
 * display
--------------------------------------------------------- */
.u-d-grid {
  display: grid;
}

.u-d-block {
  display: block;
}

.u-d-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-d-none {
  display: none;
}

@media only screen and (min-width: 768px) {
  .u-d-grid-md {
    display: grid;
  }
  .u-d-block-md {
    display: block;
  }
  .u-d-flex-md {
    display: flex;
    flex-wrap: wrap;
  }
  .u-d-none-md {
    display: none;
  }
}
/* ---------------------------------------------------------
 * other
--------------------------------------------------------- */
/* float
  -------------------------------------------------- */
/* ---------------------------------------------------------
 * spacing
--------------------------------------------------------- */
/* margin
-------------------------------------------------- */
.u-mgt-0-default:not(:root) {
  margin-top: 0;
}

.u-mgt-5:not(:root) {
  margin-top: calc(10 / 750 * 100vw);
}

.u-mgt-10:not(:root) {
  margin-top: calc(20 / 750 * 100vw);
}

.u-mgt-15:not(:root) {
  margin-top: calc(30 / 750 * 100vw);
}

.u-mgt-20:not(:root) {
  margin-top: calc(40 / 750 * 100vw);
}

.u-mgt-25:not(:root) {
  margin-top: calc(50 / 750 * 100vw);
}

.u-mgt-30:not(:root) {
  margin-top: calc(60 / 750 * 100vw);
}

.u-mgt-35:not(:root) {
  margin-top: calc(70 / 750 * 100vw);
}

.u-mgt-40:not(:root) {
  margin-top: calc(80 / 750 * 100vw);
}

.u-mgt-45:not(:root) {
  margin-top: calc(90 / 750 * 100vw);
}

.u-mgt-50:not(:root) {
  margin-top: calc(100 / 750 * 100vw);
}

.u-mgt-55:not(:root) {
  margin-top: calc(110 / 750 * 100vw);
}

.u-mgt-60:not(:root) {
  margin-top: calc(120 / 750 * 100vw);
}

.u-mgt-65:not(:root) {
  margin-top: calc(130 / 750 * 100vw);
}

.u-mgt-70:not(:root) {
  margin-top: calc(140 / 750 * 100vw);
}

.u-mgt-75:not(:root) {
  margin-top: calc(150 / 750 * 100vw);
}

.u-mgt-80:not(:root) {
  margin-top: calc(160 / 750 * 100vw);
}

.u-margin-lr-0:not(:root) {
  margin-right: 0;
  margin-left: 0;
}

.u-margin-lr-auto:not(:root) {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .u-mgt-0-md:not(:root) {
    margin-top: 0;
  }
  .u-mgt-5-md:not(:root) {
    margin-top: 5px;
  }
  .u-mgt-10-md:not(:root) {
    margin-top: 10px;
  }
  .u-mgt-15-md:not(:root) {
    margin-top: 15px;
  }
  .u-mgt-20-md:not(:root) {
    margin-top: 20px;
  }
  .u-mgt-25-md:not(:root) {
    margin-top: 25px;
  }
  .u-mgt-30-md:not(:root) {
    margin-top: 30px;
  }
  .u-mgt-35-md:not(:root) {
    margin-top: 35px;
  }
  .u-mgt-40-md:not(:root) {
    margin-top: 40px;
  }
  .u-mgt-45-md:not(:root) {
    margin-top: 45px;
  }
  .u-mgt-50-md:not(:root) {
    margin-top: 50px;
  }
  .u-mgt-55-md:not(:root) {
    margin-top: 55px;
  }
  .u-mgt-60-md:not(:root) {
    margin-top: 60px;
  }
  .u-mgt-65-md:not(:root) {
    margin-top: 65px;
  }
  .u-mgt-70-md:not(:root) {
    margin-top: 70px;
  }
  .u-mgt-75-md:not(:root) {
    margin-top: 75px;
  }
  .u-mgt-80-md:not(:root) {
    margin-top: 80px;
  }
  .u-mgt-85-md:not(:root) {
    margin-top: 85px;
  }
  .u-mgt-90-md:not(:root) {
    margin-top: 90px;
  }
  .u-mgt-95-md:not(:root) {
    margin-top: 95px;
  }
  .u-mgt-100-md:not(:root) {
    margin-top: 100px;
  }
  .u-mgt-105-md:not(:root) {
    margin-top: 105px;
  }
  .u-mgt-110-md:not(:root) {
    margin-top: 110px;
  }
  .u-mgt-115-md:not(:root) {
    margin-top: 115px;
  }
  .u-mgt-120-md:not(:root) {
    margin-top: 120px;
  }
  .u-mgt-125-md:not(:root) {
    margin-top: 125px;
  }
  .u-mgt-130-md:not(:root) {
    margin-top: 130px;
  }
  .u-mgt-135-md:not(:root) {
    margin-top: 135px;
  }
  .u-mgt-140-md:not(:root) {
    margin-top: 140px;
  }
  .u-mgt-145-md:not(:root) {
    margin-top: 145px;
  }
  .u-mgt-150-md:not(:root) {
    margin-top: 150px;
  }
  .u-mgt-155-md:not(:root) {
    margin-top: 155px;
  }
  .u-mgt-160-md:not(:root) {
    margin-top: 160px;
  }
  .u-margin-lr-0-md:not(:root) {
    margin-right: 0;
    margin-left: 0;
  }
  .u-margin-lr-auto-md:not(:root) {
    margin-right: auto;
    margin-left: auto;
  }
}
/* pading
-------------------------------------------------- */
.u-pdt-0:not(:root) {
  padding-top: 0;
}

.u-pdt-5:not(:root) {
  padding-top: calc(10 / 750 * 100vw);
}

.u-pdt-10:not(:root) {
  padding-top: calc(20 / 750 * 100vw);
}

.u-pdt-15:not(:root) {
  padding-top: calc(30 / 750 * 100vw);
}

.u-pdt-20:not(:root) {
  padding-top: calc(40 / 750 * 100vw);
}

.u-pdt-25:not(:root) {
  padding-top: calc(50 / 750 * 100vw);
}

.u-pdt-30:not(:root) {
  padding-top: calc(60 / 750 * 100vw);
}

.u-pdt-35:not(:root) {
  padding-top: calc(70 / 750 * 100vw);
}

.u-pdt-40:not(:root) {
  padding-top: calc(80 / 750 * 100vw);
}

.u-pdt-45:not(:root) {
  padding-top: calc(90 / 750 * 100vw);
}

.u-pdt-50:not(:root) {
  padding-top: calc(100 / 750 * 100vw);
}

.u-pdt-55:not(:root) {
  padding-top: calc(110 / 750 * 100vw);
}

.u-pdt-60:not(:root) {
  padding-top: calc(120 / 750 * 100vw);
}

.u-pdt-65:not(:root) {
  padding-top: calc(130 / 750 * 100vw);
}

.u-pdt-70:not(:root) {
  padding-top: calc(140 / 750 * 100vw);
}

.u-pdt-75:not(:root) {
  padding-top: calc(150 / 750 * 100vw);
}

.u-pdt-80:not(:root) {
  padding-top: calc(160 / 750 * 100vw);
}

.u-pdb-0:not(:root) {
  padding-bottom: 0;
}

.u-pdb-5:not(:root) {
  padding-bottom: calc(10 / 750 * 100vw);
}

.u-pdb-10:not(:root) {
  padding-bottom: calc(20 / 750 * 100vw);
}

.u-pdb-15:not(:root) {
  padding-bottom: calc(30 / 750 * 100vw);
}

.u-pdb-20:not(:root) {
  padding-bottom: calc(40 / 750 * 100vw);
}

.u-pdb-25:not(:root) {
  padding-bottom: calc(50 / 750 * 100vw);
}

.u-pdb-30:not(:root) {
  padding-bottom: calc(60 / 750 * 100vw);
}

.u-pdb-35:not(:root) {
  padding-bottom: calc(70 / 750 * 100vw);
}

.u-pdb-40:not(:root) {
  padding-bottom: calc(80 / 750 * 100vw);
}

.u-pdb-45:not(:root) {
  padding-bottom: calc(90 / 750 * 100vw);
}

.u-pdb-50:not(:root) {
  padding-bottom: calc(100 / 750 * 100vw);
}

.u-pdb-55:not(:root) {
  padding-bottom: calc(110 / 750 * 100vw);
}

.u-pdb-60:not(:root) {
  padding-bottom: calc(120 / 750 * 100vw);
}

.u-pdb-65:not(:root) {
  padding-bottom: calc(130 / 750 * 100vw);
}

.u-pdb-70:not(:root) {
  padding-bottom: calc(140 / 750 * 100vw);
}

.u-pdb-75:not(:root) {
  padding-bottom: calc(150 / 750 * 100vw);
}

.u-pdb-80:not(:root) {
  padding-bottom: calc(160 / 750 * 100vw);
}

@media only screen and (min-width: 768px) {
  .u-pdt-0:not(:root) {
    padding-top: 0;
  }
  .u-pdt-5-md:not(:root) {
    padding-top: 5px;
  }
  .u-pdt-10-md:not(:root) {
    padding-top: 10px;
  }
  .u-pdt-15-md:not(:root) {
    padding-top: 15px;
  }
  .u-pdt-20-md:not(:root) {
    padding-top: 20px;
  }
  .u-pdt-25-md:not(:root) {
    padding-top: 25px;
  }
  .u-pdt-30-md:not(:root) {
    padding-top: 30px;
  }
  .u-pdt-35-md:not(:root) {
    padding-top: 35px;
  }
  .u-pdt-40-md:not(:root) {
    padding-top: 40px;
  }
  .u-pdt-45-md:not(:root) {
    padding-top: 45px;
  }
  .u-pdt-50-md:not(:root) {
    padding-top: 50px;
  }
  .u-pdt-55-md:not(:root) {
    padding-top: 55px;
  }
  .u-pdt-60-md:not(:root) {
    padding-top: 60px;
  }
  .u-pdt-65-md:not(:root) {
    padding-top: 65px;
  }
  .u-pdt-70-md:not(:root) {
    padding-top: 70px;
  }
  .u-pdt-75-md:not(:root) {
    padding-top: 75px;
  }
  .u-pdt-80-md:not(:root) {
    padding-top: 80px;
  }
  .u-pdt-85-md:not(:root) {
    padding-top: 85px;
  }
  .u-pdt-90-md:not(:root) {
    padding-top: 90px;
  }
  .u-pdt-95-md:not(:root) {
    padding-top: 95px;
  }
  .u-pdt-100-md:not(:root) {
    padding-top: 100px;
  }
  .u-pdt-105-md:not(:root) {
    padding-top: 105px;
  }
  .u-pdt-110-md:not(:root) {
    padding-top: 110px;
  }
  .u-pdt-115-md:not(:root) {
    padding-top: 115px;
  }
  .u-pdt-120-md:not(:root) {
    padding-top: 120px;
  }
  .u-pdt-125-md:not(:root) {
    padding-top: 125px;
  }
  .u-pdt-130-md:not(:root) {
    padding-top: 130px;
  }
  .u-pdt-135-md:not(:root) {
    padding-top: 135px;
  }
  .u-pdt-140-md:not(:root) {
    padding-top: 140px;
  }
  .u-pdt-145-md:not(:root) {
    padding-top: 145px;
  }
  .u-pdt-150-md:not(:root) {
    padding-top: 150px;
  }
  .u-pdt-155-md:not(:root) {
    padding-top: 155px;
  }
  .u-pdt-160-md:not(:root) {
    padding-top: 160px;
  }
  .u-pdb-0:not(:root) {
    padding-bottom: 0;
  }
  .u-pdb-5-md:not(:root) {
    padding-bottom: 5px;
  }
  .u-pdb-10-md:not(:root) {
    padding-bottom: 10px;
  }
  .u-pdb-15-md:not(:root) {
    padding-bottom: 15px;
  }
  .u-pdb-20-md:not(:root) {
    padding-bottom: 20px;
  }
  .u-pdb-25-md:not(:root) {
    padding-bottom: 25px;
  }
  .u-pdb-30-md:not(:root) {
    padding-bottom: 30px;
  }
  .u-pdb-35-md:not(:root) {
    padding-bottom: 35px;
  }
  .u-pdb-40-md:not(:root) {
    padding-bottom: 40px;
  }
  .u-pdb-45-md:not(:root) {
    padding-bottom: 45px;
  }
  .u-pdb-50-md:not(:root) {
    padding-bottom: 50px;
  }
  .u-pdb-55-md:not(:root) {
    padding-bottom: 55px;
  }
  .u-pdb-60-md:not(:root) {
    padding-bottom: 60px;
  }
  .u-pdb-65-md:not(:root) {
    padding-bottom: 65px;
  }
  .u-pdb-70-md:not(:root) {
    padding-bottom: 70px;
  }
  .u-pdb-75-md:not(:root) {
    padding-bottom: 75px;
  }
  .u-pdb-80-md:not(:root) {
    padding-bottom: 80px;
  }
  .u-pdb-85-md:not(:root) {
    padding-bottom: 85px;
  }
  .u-pdb-90-md:not(:root) {
    padding-bottom: 90px;
  }
  .u-pdb-95-md:not(:root) {
    padding-bottom: 95px;
  }
  .u-pdb-100-md:not(:root) {
    padding-bottom: 100px;
  }
  .u-pdb-105-md:not(:root) {
    padding-bottom: 105px;
  }
  .u-pdb-110-md:not(:root) {
    padding-bottom: 110px;
  }
  .u-pdb-115-md:not(:root) {
    padding-bottom: 115px;
  }
  .u-pdb-120-md:not(:root) {
    padding-bottom: 120px;
  }
  .u-pdb-125-md:not(:root) {
    padding-bottom: 125px;
  }
  .u-pdb-130-md:not(:root) {
    padding-bottom: 130px;
  }
  .u-pdb-135-md:not(:root) {
    padding-bottom: 135px;
  }
  .u-pdb-140-md:not(:root) {
    padding-bottom: 140px;
  }
  .u-pdb-145-md:not(:root) {
    padding-bottom: 145px;
  }
  .u-pdb-150-md:not(:root) {
    padding-bottom: 150px;
  }
  .u-pdb-155-md:not(:root) {
    padding-bottom: 155px;
  }
  .u-pdb-160-md:not(:root) {
    padding-bottom: 160px;
  }
}
/* ---------------------------------------------------------
 * column
--------------------------------------------------------- */
.u-col-2 {
  width: calc(100 / 2 * 1%);
}

.u-col-3 {
  width: calc(100 / 3 * 1%);
}

.u-col-4 {
  width: calc(100 / 4 * 1%);
}

.u-col-5 {
  width: calc(100 / 5 * 1%);
}

.u-col-6 {
  width: calc(100 / 6 * 1%);
}

@media only screen and (min-width: 768px) {
  .u-col-2-md {
    width: calc(100 / 2 * 1%);
  }
  .u-col-3-md {
    width: calc(100 / 3 * 1%);
  }
  .u-col-4-md {
    width: calc(100 / 4 * 1%);
  }
  .u-col-5-md {
    width: calc(100 / 5 * 1%);
  }
  .u-col-6-md {
    width: calc(100 / 6 * 1%);
  }
}
/* ---------------------------------------------------------
 * text
--------------------------------------------------------- */
/* text-align
-------------------------------------------------- */
.u-text-left:not(:root) {
  text-align: left;
}

.u-text-center:not(:root) {
  text-align: center;
}

.u-text-right:not(:root) {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .u-text-left-md:not(:root) {
    text-align: left;
  }
  .u-text-center-md:not(:root) {
    text-align: center;
  }
  .u-text-right-md:not(:root) {
    text-align: right;
  }
}
/******************************************************************************
 * utility
*******************************************************************************/

/* ---------------------------------------------------------
 * form
--------------------------------------------------------- */
#form.section {
  background: #e2f9f9 url("https://2179333.fs1.hubspotusercontent-na1.net/hubfs/2179333/lp/aribasnap/2023new/bg_dot.png") repeat center!important;
  margin-top: calc(100 / 750 * 100vw);
  padding: 60px 15px!important;
}
@media only screen and (min-width: 768px) {
  #form.section {
    margin-top: 100px;
    padding: 100px 50px!important;
  }
}

.form-box {
  margin-top: calc(60/750 * 100vw) !important;
  border-radius: 2.6666666667vw !important;
}
@media only screen and (min-width: 768px) {
  .form-box {
    margin-top: 60px !important;
    border-radius: 20px !important;
  }
}


.hs-button.primary.large {
  background-color: #f39800!important;
  height: calc(90 / 750 * 100vw)!important;
}
@media only screen and (min-width: 768px) {
  .hs-button.primary.large {
  height: 80px!important;
}
    .hs-button.primary.large:hover {
    background-color: #f36000!important;
    opacity: 1 !important;
  }
}

.p-download-box{
  background-color:#fff !important;
  max-width:1000px;
  margin:0 auto !important;
  border-radius: 2.6666666667vw;
  padding: 25px 20px;
}
@media only screen and (min-width: 768px) {
  .p-download-box{
    border-radius:20px;
    padding: 60px 80px;
  }
}
.hs-submit .actions{
   margin:calc(30/750 * 100vw) auto 0;
  position:relative;
  width:calc(460/750 * 100vw)
}
.hs-submit .actions:after{
  content:"";
  position:absolute;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%3E%3Cpath%20d%3D%22M10.5%2C0C4.7%2C0%2C0%2C4.7%2C0%2C10.5s4.7%2C10.5%2C10.5%2C10.5%2C10.5-4.7%2C10.5-10.5S16.3%2C0%2C10.5%2C0Zm-2.16%2C16.5l-1.84-1.72%2C4.24-3.78-4.24-3.78%2C1.84-1.72%2C6.16%2C5.5-6.16%2C5.5Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') 0 0 no-repeat;
  background-size:100% 100%;
  top:50%;
  transform:translateY(-50%);
  right:0;
  width:calc(25/750 * 100vw);
    height:calc(25/750 * 100vw);
    right:calc(20/750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .hs-submit .actions{
    margin-top:40px;
    width:450px;
  }
   .hs-submit .actions:after{
    width:21px;
    height:21px;
    right:90px;
  }
}

input[type="submit"]{
  padding:0;
  background-color:transparent;
  border:none;
  display:block;
  background-color:#f39800;
  color:#fff;
  font-weight:700;
  letter-spacing:0.06em;
  display:flex;
  align-items:center;
  justify-content:center;
  height:calc(100/750 * 100vw);
  width:100%;
  font-size:calc(26/750 * 100vw);
   box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) {
  input[type="submit"]{
    font-size:20px;
    height:70px;
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
  }
}

@media (-ms-high-contrast:none), (any-hover: hover){
  input[type="submit"]:hover{
    background-color: #f36000;
  }
}


select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
   background-color:#fff;
   color:color: var(--color-base);
}
select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}

fieldset{
  max-width:none !important;
  width:100%;
}

.input{
  margin-right:0 !important;
}

.hs-input{
  width:100% !important;
}

.hs-form-checkbox,.hs-form-booleancheckbox{
  line-height:1;
}
  .hs-form-checkbox:not(:first-child),.hs-form-booleancheckbox:not(:first-child){
    margin-top:calc(20/750 * 100vw);
  }
@media only screen and (min-width: 768px) {
  .hs-form-checkbox:not(:first-child),.hs-form-booleancheckbox:not(:first-child){
    margin-top:5px;
  }
}

.hs-form-checkbox input,.hs-form-booleancheckbox-display input{
  margin: 0;
  width: auto !important;
}

.form-columns-2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  column-gap:calc(10/750 * 100vw);
}

.form-columns-2 > * {
  width:auto !important;
}

@media only screen and (min-width: 768px) {
  .form-columns-2{
    column-gap:20px;
  }
}

.hs-error-msg{
  color:#f00;
  font-size:calc(24/750 * 100vw);
  font-weight:700;
}

.hs-error-msgs .hs-main-font-element{
  color:#f00;
  font-weight:700;
}

@media only screen and (min-width: 768px) {
  .hs-error-msg{
    font-size:14px;
  }
}

fieldset:has(.hs_input_confirm ){
  margin-top:0 !important;
}
fieldset + fieldset {
  margin-top:calc(30 / 750 * 100vw) !important;
}
@media only screen and (min-width: 768px) {
  fieldset + fieldset {
    margin-top:20px !important;
  }
}
  fieldset label span:first-child{
    font-size:calc(28/750 * 100vw) !important;
  }

@media only screen and (min-width: 768px) {
  fieldset label span:first-child{
    font-size:16px !important;
  }
}
.hs-field-desc{
  color:#999;
  font-size:calc(24/750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .hs-field-desc{
    font-size:14px;
  }
}

.hs-input{
  border:1px solid #999;
  padding:calc(20/750 * 100vw);
  margin-top:calc(10/750 * 100vw);
  border-radius:calc(3/750 * 100vw);
  font-size:calc(26/750 * 100vw);
}
.hs-input::-webkit-input-placeholder{
  color:#999;
}
.hs-input:-moz-placeholder{
  color:#999;
}
.hs-input::-moz-placeholder{
  color:#999;
}
.hs-input:-ms-input-placeholder{
  color:#999;
}

@media only screen and (min-width: 768px) {
  .hs-input{
    padding:15px 10px;
    border-radius:3px;
    margin-top:5px;
    font-size:16px;
  }
}
.hs-form-checkbox input + span,.hs-form-booleancheckbox-display input + span{
     font-size:calc(26/750 * 100vw);
    padding-left:calc(10/750 * 100vw);
  }
@media only screen and (min-width: 768px) {
  .hs-form-checkbox input + span,.hs-form-booleancheckbox-display input + span{
     font-size:16px;
    padding-left:10px;
  }
}
  .inputs-list{
    margin-top:calc(20/750 * 100vw);
  }
@media only screen and (min-width: 768px) {
  .inputs-list{
    margin-top:10px;
  }
}

@media only screen and (min-width: 768px) {
  .hs-richtext p{
    font-size:16px;
  }
}

.hs-fieldtype-select .input{
  position:relative;
}

.hs-fieldtype-select .input:after{
  content: "";
  position:absolute;
  width: 0;
  height: 0;
  top:50%;
  transform: translateY(calc(-50% + 5/750 * 100vw));
  border-style: solid;
  border-width: calc(12/750 * 100vw) calc(8.5/750 * 100vw) 0 calc(8.5/750 * 100vw);
  border-color: #999999 transparent transparent transparent;
  right:calc(20/750 * 100vw);
}

@media only screen and (min-width: 768px) {
  .hs-fieldtype-select .input:after{
    transform: translateY(calc(-50% + 4px));
  right:12px;
  border-width: 8px 6px 0 6px;
}
}
.hs-fieldtype-textarea {
  margin-top:calc(20/750 * 100vw);
}
@media only screen and (min-width: 768px) {
.hs-fieldtype-textarea {
  margin-top:10px;
}
}

.hs-form-required{
  position:relative;
  color: transparent;
}
.hs-form-required:after{
  background-color: #ff0000;
  color: #fff;
  content: "必須";
  font-size: calc(22/750 * 100vw);
  left: 0.1em;
  padding: 0.2em 0.3em;
  position: relative;
  top: -0.14em;
  border-radius:calc(6/750 * 100vw);
}
@media only screen and (min-width: 768px) {
  .hs-form-required{
    padding-left:5px;
  }
  .hs-form-required:after{
    font-size:12px;
    border-radius:3px;
  }
}