/* settings */
:root {
  --corporate-color: #0F1ED2;
  /* main-color*/
  --main-color: #2C69FF;
  /* accent-color */
  --accent-color: #FF8C00;
  /* base-color*/
  --base-color01: #FFFFFF;
  --base-color02: #F7F5D6;
  --base-color03: #EDECEF;
  /* usual-color */
  --usual-white: #FFFFFF;
  --usual-black: #000;
  /* text-color */
  --text-black: #3c4155;
  --text-gradation: linear-gradient(-77deg, 0% #ACC3FC, 100% rgba(161,185,195,0.05));
  /* contents-width*/
  --contents-width-lg: 1220px;
  --contents-width-md: 1080px;
  /* gutter*/
  --outside-gutter-md: 20px;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
}

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, 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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  clear: both;
  content: "";
  content: none;
}

@media (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
a {
  color: var(--main-blue);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: "";
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

body .wrapper {
  color: var(--text-black);
  line-height: 1.625;
}

body * {
  box-sizing: border-box;
}

._color_main-color {
  color: var(--main-color-primary);
}

._color_alert-color {
  color: #FF0000;
}

._bg_clear-white {
  background-color: var(--base-color-clear-white) !important;
}

._bg_white {
  background-color: var(--base-color-white) !important;
}

._bg_gray {
  background-color: var(--base-color-gray) !important;
}

._bg_light-gray {
  background-color: var(--base-color-light-gray) !important;
}

._fw-medium {
  font-weight: 500 !important;
}

._fw-bold {
  font-weight: 700 !important;
}

@media all and (min-width: 640px) {
  ._fz_pc18_sp14 {
    font-size: 1.8rem;
  }
}
@media not all and (min-width: 640px) {
  ._fz_pc18_sp14 {
    font-size: 1.4rem;
  }
}

@media all and (min-width: 640px) {
  ._fz_pc20_sp22 {
    font-size: 2rem;
  }
}
@media not all and (min-width: 640px) {
  ._fz_pc20_sp22 {
    font-size: 2.2rem;
  }
}

@media all and (min-width: 640px) {
  ._fz_15 {
    font-size: 1.5rem;
  }
}

._lh18 {
  line-height: 1.8;
}

._mt_0 {
  margin-top: 0px !important;
}
@media not all and (min-width: px) {
  ._mt_0\@-md {
    margin-top: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._mt_0\@md- {
    margin-top: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_0\@lg- {
    margin-top: 0px !important;
  }
}

._mb_0 {
  margin-bottom: 0px !important;
}
@media not all and (min-width: px) {
  ._mb_0\@-md {
    margin-bottom: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._mb_0\@md- {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_0\@lg- {
    margin-bottom: 0px !important;
  }
}

._pt_0 {
  padding-top: 0px !important;
}
@media not all and (min-width: px) {
  ._pt_0\@-md {
    padding-top: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._pt_0\@md- {
    padding-top: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_0\@lg- {
    padding-top: 0px !important;
  }
}

._pb_0 {
  padding-bottom: 0px !important;
}
@media not all and (min-width: px) {
  ._pb_0\@-md {
    padding-bottom: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._pb_0\@md- {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_0\@lg- {
    padding-bottom: 0px !important;
  }
}

._pl_0 {
  padding-left: 0px !important;
}
@media not all and (min-width: px) {
  ._pl_0\@-md {
    padding-left: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._pl_0\@md- {
    padding-left: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_0\@lg- {
    padding-left: 0px !important;
  }
}

._pr_0 {
  padding-right: 0px !important;
}
@media not all and (min-width: px) {
  ._pr_0\@-md {
    padding-right: clamp(0px, 0vw, 0px) !important;
  }
}
@media (min-width: px) {
  ._pr_0\@md- {
    padding-right: 0px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_0\@lg- {
    padding-right: 0px !important;
  }
}

._mt_10 {
  margin-top: 10px !important;
}
@media not all and (min-width: px) {
  ._mt_10\@-md {
    margin-top: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._mt_10\@md- {
    margin-top: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_10\@lg- {
    margin-top: 10px !important;
  }
}

._mb_10 {
  margin-bottom: 10px !important;
}
@media not all and (min-width: px) {
  ._mb_10\@-md {
    margin-bottom: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._mb_10\@md- {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_10\@lg- {
    margin-bottom: 10px !important;
  }
}

._pt_10 {
  padding-top: 10px !important;
}
@media not all and (min-width: px) {
  ._pt_10\@-md {
    padding-top: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._pt_10\@md- {
    padding-top: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_10\@lg- {
    padding-top: 10px !important;
  }
}

._pb_10 {
  padding-bottom: 10px !important;
}
@media not all and (min-width: px) {
  ._pb_10\@-md {
    padding-bottom: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._pb_10\@md- {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_10\@lg- {
    padding-bottom: 10px !important;
  }
}

._pl_10 {
  padding-left: 10px !important;
}
@media not all and (min-width: px) {
  ._pl_10\@-md {
    padding-left: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._pl_10\@md- {
    padding-left: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_10\@lg- {
    padding-left: 10px !important;
  }
}

._pr_10 {
  padding-right: 10px !important;
}
@media not all and (min-width: px) {
  ._pr_10\@-md {
    padding-right: clamp(10px, 2.6666666667vw, 20px) !important;
  }
}
@media (min-width: px) {
  ._pr_10\@md- {
    padding-right: 10px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_10\@lg- {
    padding-right: 10px !important;
  }
}

._mt_20 {
  margin-top: 20px !important;
}
@media not all and (min-width: px) {
  ._mt_20\@-md {
    margin-top: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._mt_20\@md- {
    margin-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_20\@lg- {
    margin-top: 20px !important;
  }
}

._mb_20 {
  margin-bottom: 20px !important;
}
@media not all and (min-width: px) {
  ._mb_20\@-md {
    margin-bottom: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._mb_20\@md- {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_20\@lg- {
    margin-bottom: 20px !important;
  }
}

._pt_20 {
  padding-top: 20px !important;
}
@media not all and (min-width: px) {
  ._pt_20\@-md {
    padding-top: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._pt_20\@md- {
    padding-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_20\@lg- {
    padding-top: 20px !important;
  }
}

._pb_20 {
  padding-bottom: 20px !important;
}
@media not all and (min-width: px) {
  ._pb_20\@-md {
    padding-bottom: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._pb_20\@md- {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_20\@lg- {
    padding-bottom: 20px !important;
  }
}

._pl_20 {
  padding-left: 20px !important;
}
@media not all and (min-width: px) {
  ._pl_20\@-md {
    padding-left: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._pl_20\@md- {
    padding-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_20\@lg- {
    padding-left: 20px !important;
  }
}

._pr_20 {
  padding-right: 20px !important;
}
@media not all and (min-width: px) {
  ._pr_20\@-md {
    padding-right: clamp(20px, 5.3333333333vw, 40px) !important;
  }
}
@media (min-width: px) {
  ._pr_20\@md- {
    padding-right: 20px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_20\@lg- {
    padding-right: 20px !important;
  }
}

._mt_30 {
  margin-top: 30px !important;
}
@media not all and (min-width: px) {
  ._mt_30\@-md {
    margin-top: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._mt_30\@md- {
    margin-top: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_30\@lg- {
    margin-top: 30px !important;
  }
}

._mb_30 {
  margin-bottom: 30px !important;
}
@media not all and (min-width: px) {
  ._mb_30\@-md {
    margin-bottom: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._mb_30\@md- {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_30\@lg- {
    margin-bottom: 30px !important;
  }
}

._pt_30 {
  padding-top: 30px !important;
}
@media not all and (min-width: px) {
  ._pt_30\@-md {
    padding-top: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._pt_30\@md- {
    padding-top: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_30\@lg- {
    padding-top: 30px !important;
  }
}

._pb_30 {
  padding-bottom: 30px !important;
}
@media not all and (min-width: px) {
  ._pb_30\@-md {
    padding-bottom: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._pb_30\@md- {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_30\@lg- {
    padding-bottom: 30px !important;
  }
}

._pl_30 {
  padding-left: 30px !important;
}
@media not all and (min-width: px) {
  ._pl_30\@-md {
    padding-left: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._pl_30\@md- {
    padding-left: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_30\@lg- {
    padding-left: 30px !important;
  }
}

._pr_30 {
  padding-right: 30px !important;
}
@media not all and (min-width: px) {
  ._pr_30\@-md {
    padding-right: clamp(30px, 8vw, 60px) !important;
  }
}
@media (min-width: px) {
  ._pr_30\@md- {
    padding-right: 30px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_30\@lg- {
    padding-right: 30px !important;
  }
}

._mt_40 {
  margin-top: 40px !important;
}
@media not all and (min-width: px) {
  ._mt_40\@-md {
    margin-top: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._mt_40\@md- {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_40\@lg- {
    margin-top: 40px !important;
  }
}

._mb_40 {
  margin-bottom: 40px !important;
}
@media not all and (min-width: px) {
  ._mb_40\@-md {
    margin-bottom: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._mb_40\@md- {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_40\@lg- {
    margin-bottom: 40px !important;
  }
}

._pt_40 {
  padding-top: 40px !important;
}
@media not all and (min-width: px) {
  ._pt_40\@-md {
    padding-top: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._pt_40\@md- {
    padding-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_40\@lg- {
    padding-top: 40px !important;
  }
}

._pb_40 {
  padding-bottom: 40px !important;
}
@media not all and (min-width: px) {
  ._pb_40\@-md {
    padding-bottom: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._pb_40\@md- {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_40\@lg- {
    padding-bottom: 40px !important;
  }
}

._pl_40 {
  padding-left: 40px !important;
}
@media not all and (min-width: px) {
  ._pl_40\@-md {
    padding-left: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._pl_40\@md- {
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_40\@lg- {
    padding-left: 40px !important;
  }
}

._pr_40 {
  padding-right: 40px !important;
}
@media not all and (min-width: px) {
  ._pr_40\@-md {
    padding-right: clamp(40px, 10.6666666667vw, 80px) !important;
  }
}
@media (min-width: px) {
  ._pr_40\@md- {
    padding-right: 40px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_40\@lg- {
    padding-right: 40px !important;
  }
}

._mt_50 {
  margin-top: 50px !important;
}
@media not all and (min-width: px) {
  ._mt_50\@-md {
    margin-top: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._mt_50\@md- {
    margin-top: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_50\@lg- {
    margin-top: 50px !important;
  }
}

._mb_50 {
  margin-bottom: 50px !important;
}
@media not all and (min-width: px) {
  ._mb_50\@-md {
    margin-bottom: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._mb_50\@md- {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_50\@lg- {
    margin-bottom: 50px !important;
  }
}

._pt_50 {
  padding-top: 50px !important;
}
@media not all and (min-width: px) {
  ._pt_50\@-md {
    padding-top: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._pt_50\@md- {
    padding-top: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_50\@lg- {
    padding-top: 50px !important;
  }
}

._pb_50 {
  padding-bottom: 50px !important;
}
@media not all and (min-width: px) {
  ._pb_50\@-md {
    padding-bottom: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._pb_50\@md- {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_50\@lg- {
    padding-bottom: 50px !important;
  }
}

._pl_50 {
  padding-left: 50px !important;
}
@media not all and (min-width: px) {
  ._pl_50\@-md {
    padding-left: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._pl_50\@md- {
    padding-left: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_50\@lg- {
    padding-left: 50px !important;
  }
}

._pr_50 {
  padding-right: 50px !important;
}
@media not all and (min-width: px) {
  ._pr_50\@-md {
    padding-right: clamp(50px, 13.3333333333vw, 100px) !important;
  }
}
@media (min-width: px) {
  ._pr_50\@md- {
    padding-right: 50px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_50\@lg- {
    padding-right: 50px !important;
  }
}

._mt_60 {
  margin-top: 60px !important;
}
@media not all and (min-width: px) {
  ._mt_60\@-md {
    margin-top: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._mt_60\@md- {
    margin-top: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_60\@lg- {
    margin-top: 60px !important;
  }
}

._mb_60 {
  margin-bottom: 60px !important;
}
@media not all and (min-width: px) {
  ._mb_60\@-md {
    margin-bottom: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._mb_60\@md- {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_60\@lg- {
    margin-bottom: 60px !important;
  }
}

._pt_60 {
  padding-top: 60px !important;
}
@media not all and (min-width: px) {
  ._pt_60\@-md {
    padding-top: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._pt_60\@md- {
    padding-top: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_60\@lg- {
    padding-top: 60px !important;
  }
}

._pb_60 {
  padding-bottom: 60px !important;
}
@media not all and (min-width: px) {
  ._pb_60\@-md {
    padding-bottom: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._pb_60\@md- {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_60\@lg- {
    padding-bottom: 60px !important;
  }
}

._pl_60 {
  padding-left: 60px !important;
}
@media not all and (min-width: px) {
  ._pl_60\@-md {
    padding-left: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._pl_60\@md- {
    padding-left: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_60\@lg- {
    padding-left: 60px !important;
  }
}

._pr_60 {
  padding-right: 60px !important;
}
@media not all and (min-width: px) {
  ._pr_60\@-md {
    padding-right: clamp(60px, 16vw, 120px) !important;
  }
}
@media (min-width: px) {
  ._pr_60\@md- {
    padding-right: 60px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_60\@lg- {
    padding-right: 60px !important;
  }
}

._mt_70 {
  margin-top: 70px !important;
}
@media not all and (min-width: px) {
  ._mt_70\@-md {
    margin-top: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._mt_70\@md- {
    margin-top: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_70\@lg- {
    margin-top: 70px !important;
  }
}

._mb_70 {
  margin-bottom: 70px !important;
}
@media not all and (min-width: px) {
  ._mb_70\@-md {
    margin-bottom: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._mb_70\@md- {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_70\@lg- {
    margin-bottom: 70px !important;
  }
}

._pt_70 {
  padding-top: 70px !important;
}
@media not all and (min-width: px) {
  ._pt_70\@-md {
    padding-top: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._pt_70\@md- {
    padding-top: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_70\@lg- {
    padding-top: 70px !important;
  }
}

._pb_70 {
  padding-bottom: 70px !important;
}
@media not all and (min-width: px) {
  ._pb_70\@-md {
    padding-bottom: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._pb_70\@md- {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_70\@lg- {
    padding-bottom: 70px !important;
  }
}

._pl_70 {
  padding-left: 70px !important;
}
@media not all and (min-width: px) {
  ._pl_70\@-md {
    padding-left: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._pl_70\@md- {
    padding-left: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_70\@lg- {
    padding-left: 70px !important;
  }
}

._pr_70 {
  padding-right: 70px !important;
}
@media not all and (min-width: px) {
  ._pr_70\@-md {
    padding-right: clamp(70px, 18.6666666667vw, 140px) !important;
  }
}
@media (min-width: px) {
  ._pr_70\@md- {
    padding-right: 70px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_70\@lg- {
    padding-right: 70px !important;
  }
}

._mt_80 {
  margin-top: 80px !important;
}
@media not all and (min-width: px) {
  ._mt_80\@-md {
    margin-top: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._mt_80\@md- {
    margin-top: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_80\@lg- {
    margin-top: 80px !important;
  }
}

._mb_80 {
  margin-bottom: 80px !important;
}
@media not all and (min-width: px) {
  ._mb_80\@-md {
    margin-bottom: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._mb_80\@md- {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_80\@lg- {
    margin-bottom: 80px !important;
  }
}

._pt_80 {
  padding-top: 80px !important;
}
@media not all and (min-width: px) {
  ._pt_80\@-md {
    padding-top: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._pt_80\@md- {
    padding-top: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_80\@lg- {
    padding-top: 80px !important;
  }
}

._pb_80 {
  padding-bottom: 80px !important;
}
@media not all and (min-width: px) {
  ._pb_80\@-md {
    padding-bottom: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._pb_80\@md- {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_80\@lg- {
    padding-bottom: 80px !important;
  }
}

._pl_80 {
  padding-left: 80px !important;
}
@media not all and (min-width: px) {
  ._pl_80\@-md {
    padding-left: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._pl_80\@md- {
    padding-left: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_80\@lg- {
    padding-left: 80px !important;
  }
}

._pr_80 {
  padding-right: 80px !important;
}
@media not all and (min-width: px) {
  ._pr_80\@-md {
    padding-right: clamp(80px, 21.3333333333vw, 160px) !important;
  }
}
@media (min-width: px) {
  ._pr_80\@md- {
    padding-right: 80px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_80\@lg- {
    padding-right: 80px !important;
  }
}

._mt_90 {
  margin-top: 90px !important;
}
@media not all and (min-width: px) {
  ._mt_90\@-md {
    margin-top: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._mt_90\@md- {
    margin-top: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_90\@lg- {
    margin-top: 90px !important;
  }
}

._mb_90 {
  margin-bottom: 90px !important;
}
@media not all and (min-width: px) {
  ._mb_90\@-md {
    margin-bottom: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._mb_90\@md- {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_90\@lg- {
    margin-bottom: 90px !important;
  }
}

._pt_90 {
  padding-top: 90px !important;
}
@media not all and (min-width: px) {
  ._pt_90\@-md {
    padding-top: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._pt_90\@md- {
    padding-top: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_90\@lg- {
    padding-top: 90px !important;
  }
}

._pb_90 {
  padding-bottom: 90px !important;
}
@media not all and (min-width: px) {
  ._pb_90\@-md {
    padding-bottom: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._pb_90\@md- {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_90\@lg- {
    padding-bottom: 90px !important;
  }
}

._pl_90 {
  padding-left: 90px !important;
}
@media not all and (min-width: px) {
  ._pl_90\@-md {
    padding-left: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._pl_90\@md- {
    padding-left: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_90\@lg- {
    padding-left: 90px !important;
  }
}

._pr_90 {
  padding-right: 90px !important;
}
@media not all and (min-width: px) {
  ._pr_90\@-md {
    padding-right: clamp(90px, 24vw, 180px) !important;
  }
}
@media (min-width: px) {
  ._pr_90\@md- {
    padding-right: 90px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_90\@lg- {
    padding-right: 90px !important;
  }
}

._mt_100 {
  margin-top: 100px !important;
}
@media not all and (min-width: px) {
  ._mt_100\@-md {
    margin-top: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._mt_100\@md- {
    margin-top: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._mt_100\@lg- {
    margin-top: 100px !important;
  }
}

._mb_100 {
  margin-bottom: 100px !important;
}
@media not all and (min-width: px) {
  ._mb_100\@-md {
    margin-bottom: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._mb_100\@md- {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._mb_100\@lg- {
    margin-bottom: 100px !important;
  }
}

._pt_100 {
  padding-top: 100px !important;
}
@media not all and (min-width: px) {
  ._pt_100\@-md {
    padding-top: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._pt_100\@md- {
    padding-top: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._pt_100\@lg- {
    padding-top: 100px !important;
  }
}

._pb_100 {
  padding-bottom: 100px !important;
}
@media not all and (min-width: px) {
  ._pb_100\@-md {
    padding-bottom: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._pb_100\@md- {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._pb_100\@lg- {
    padding-bottom: 100px !important;
  }
}

._pl_100 {
  padding-left: 100px !important;
}
@media not all and (min-width: px) {
  ._pl_100\@-md {
    padding-left: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._pl_100\@md- {
    padding-left: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._pl_100\@lg- {
    padding-left: 100px !important;
  }
}

._pr_100 {
  padding-right: 100px !important;
}
@media not all and (min-width: px) {
  ._pr_100\@-md {
    padding-right: clamp(100px, 26.6666666667vw, 200px) !important;
  }
}
@media (min-width: px) {
  ._pr_100\@md- {
    padding-right: 100px !important;
  }
}
@media (min-width: 1024px) {
  ._pr_100\@lg- {
    padding-right: 100px !important;
  }
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
  margin-top: 0 !important;
}

.mgt-pc--5 {
  margin-top: 5px !important;
}

.mgt-pc--10 {
  margin-top: 10px !important;
}

.mgt-pc--15 {
  margin-top: 15px !important;
}

.mgt-pc--20 {
  margin-top: 20px !important;
}

.mgt-pc--25 {
  margin-top: 25px !important;
}

.mgt-pc--30 {
  margin-top: 30px !important;
}

.mgt-pc--35 {
  margin-top: 35px !important;
}

.mgt-pc--40 {
  margin-top: 40px !important;
}

.mgt-pc--45 {
  margin-top: 45px !important;
}

.mgt-pc--48 {
  margin-top: 48px !important;
}

.mgt-pc--50 {
  margin-top: 50px !important;
}

.mgt-pc--55 {
  margin-top: 55px !important;
}

.mgt-pc--60 {
  margin-top: 60px !important;
}

.mgt-pc--65 {
  margin-top: 65px !important;
}

.mgt-pc--70 {
  margin-top: 70px !important;
}

.mgt-pc--75 {
  margin-top: 75px !important;
}

.mgt-pc--80 {
  margin-top: 80px !important;
}

.mgt-pc--85 {
  margin-top: 85px !important;
}

.mgt-pc--90 {
  margin-top: 90px !important;
}

.mgt-pc--95 {
  margin-top: 95px !important;
}

.mgt-pc--100 {
  margin-top: 100px !important;
}

.mgt-pc--105 {
  margin-top: 105px !important;
}

.mgt-pc--110 {
  margin-top: 110px !important;
}

.mgt-pc--115 {
  margin-top: 115px !important;
}

.mgt-pc--120 {
  margin-top: 120px !important;
}

.mgt-pc--125 {
  margin-top: 125px !important;
}

.mgt-pc--130 {
  margin-top: 130px !important;
}

.mgt-pc--135 {
  margin-top: 135px !important;
}

.mgt-pc--140 {
  margin-top: 140px !important;
}

.mgt-pc--145 {
  margin-top: 145px !important;
}

.mgt-pc--150 {
  margin-top: 150px !important;
}

.mgt-pc--155 {
  margin-top: 155px !important;
}

.mgt-pc--160 {
  margin-top: 160px !important;
}

.mgt-pc--165 {
  margin-top: 165px !important;
}

.mgt-pc--170 {
  margin-top: 170px !important;
}

.mgt-pc--175 {
  margin-top: 175px !important;
}

.mgt-pc--180 {
  margin-top: 180px !important;
}

.mgt-pc--185 {
  margin-top: 185px !important;
}

.mgt-pc--190 {
  margin-top: 190px !important;
}

.mgt-pc--195 {
  margin-top: 195px !important;
}

.mgt-pc--200 {
  margin-top: 200px !important;
}

.mgt-pc--205 {
  margin-top: 205px !important;
}

.mgt-pc--210 {
  margin-top: 210px !important;
}

.mgt-pc--215 {
  margin-top: 215px !important;
}

.mgt-pc--220 {
  margin-top: 220px !important;
}

.mgt-pc--225 {
  margin-top: 225px !important;
}

.mgt-pc--230 {
  margin-top: 230px !important;
}

.mgt-pc--235 {
  margin-top: 235px !important;
}

.mgt-pc--240 {
  margin-top: 240px !important;
}

.mgt-pc--245 {
  margin-top: 245px !important;
}

.mgt-pc--250 {
  margin-top: 250px !important;
}

@media screen and (max-width: 640px) {
  .mgt-sp--0 {
    margin-top: 0 !important;
  }
  .mgt-sp--5 {
    margin-top: 1.33333vw !important;
  }
  .mgt-sp--10 {
    margin-top: 2.66667vw !important;
  }
  .mgt-sp--15 {
    margin-top: 4vw !important;
  }
  .mgt-sp--20 {
    margin-top: 5.33333vw !important;
  }
  .mgt-sp--25 {
    margin-top: 6.66667vw !important;
  }
  .mgt-sp--30 {
    margin-top: 8vw !important;
  }
  .mgt-sp--32 {
    margin-top: 8.53334vw !important;
  }
  .mgt-sp--35 {
    margin-top: 9.33333vw !important;
  }
  .mgt-sp--40 {
    margin-top: 10.66667vw !important;
  }
  .mgt-sp--45 {
    margin-top: 12vw !important;
  }
  .mgt-sp--50 {
    margin-top: 13.33333vw !important;
  }
  .mgt-sp--55 {
    margin-top: 14.66667vw !important;
  }
  .mgt-sp--60 {
    margin-top: 16vw !important;
  }
  .mgt-sp--65 {
    margin-top: 17.33333vw !important;
  }
  .mgt-sp--70 {
    margin-top: 18.66667vw !important;
  }
  .mgt-sp--75 {
    margin-top: 20vw !important;
  }
  .mgt-sp--80 {
    margin-top: 21.33333vw !important;
  }
  .mgt-sp--85 {
    margin-top: 22.66667vw !important;
  }
  .mgt-sp--90 {
    margin-top: 24vw !important;
  }
  .mgt-sp--95 {
    margin-top: 25.33333vw !important;
  }
  .mgt-sp--100 {
    margin-top: 26.66667vw !important;
  }
  .mgt-sp--105 {
    margin-top: 28vw !important;
  }
  .mgt-sp--110 {
    margin-top: 29.33333vw !important;
  }
  .mgt-sp--115 {
    margin-top: 30.66667vw !important;
  }
  .mgt-sp--120 {
    margin-top: 32vw !important;
  }
  .mgt-sp--125 {
    margin-top: 33.33333vw !important;
  }
  .mgt-sp--130 {
    margin-top: 34.66667vw !important;
  }
  .mgt-sp--135 {
    margin-top: 36vw !important;
  }
  .mgt-sp--140 {
    margin-top: 37.33333vw !important;
  }
  .mgt-sp--145 {
    margin-top: 38.66667vw !important;
  }
  .mgt-sp--150 {
    margin-top: 40vw !important;
  }
  .mgt-sp--155 {
    margin-top: 41.33333vw !important;
  }
  .mgt-sp--160 {
    margin-top: 42.66667vw !important;
  }
  .mgt-sp--165 {
    margin-top: 44vw !important;
  }
  .mgt-sp--170 {
    margin-top: 45.33333vw !important;
  }
  .mgt-sp--175 {
    margin-top: 46.66667vw !important;
  }
  .mgt-sp--180 {
    margin-top: 48vw !important;
  }
  .mgt-sp--185 {
    margin-top: 49.33333vw !important;
  }
  .mgt-sp--190 {
    margin-top: 50.66667vw !important;
  }
  .mgt-sp--195 {
    margin-top: 52vw !important;
  }
  .mgt-sp--200 {
    margin-top: 53.33333vw !important;
  }
  .mgt-sp--205 {
    margin-top: 54.66667vw !important;
  }
  .mgt-sp--210 {
    margin-top: 56vw !important;
  }
  .mgt-sp--215 {
    margin-top: 57.33333vw !important;
  }
  .mgt-sp--220 {
    margin-top: 58.66667vw !important;
  }
  .mgt-sp--225 {
    margin-top: 60vw !important;
  }
  .mgt-sp--230 {
    margin-top: 61.33333vw !important;
  }
  .mgt-sp--235 {
    margin-top: 62.66667vw !important;
  }
  .mgt-sp--240 {
    margin-top: 64vw !important;
  }
  .mgt-sp--245 {
    margin-top: 65.33333vw !important;
  }
  .mgt-sp--250 {
    margin-top: 66.66667vw !important;
  }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important;
}

.mgb-pc--5 {
  margin-bottom: 5px !important;
}

.mgb-pc--10 {
  margin-bottom: 10px !important;
}

.mgb-pc--15 {
  margin-bottom: 15px !important;
}

.mgb-pc--20 {
  margin-bottom: 20px !important;
}

.mgb-pc--25 {
  margin-bottom: 25px !important;
}

.mgb-pc--30 {
  margin-bottom: 30px !important;
}

.mgb-pc--35 {
  margin-bottom: 35px !important;
}

.mgb-pc--40 {
  margin-bottom: 40px !important;
}

.mgb-pc--45 {
  margin-bottom: 45px !important;
}

.mgb-pc--50 {
  margin-bottom: 50px !important;
}

.mgb-pc--55 {
  margin-bottom: 55px !important;
}

.mgb-pc--60 {
  margin-bottom: 60px !important;
}

.mgb-pc--65 {
  margin-bottom: 65px !important;
}

.mgb-pc--70 {
  margin-bottom: 70px !important;
}

.mgb-pc--75 {
  margin-bottom: 75px !important;
}

.mgb-pc--80 {
  margin-bottom: 80px !important;
}

.mgb-pc--85 {
  margin-bottom: 85px !important;
}

.mgb-pc--90 {
  margin-bottom: 90px !important;
}

.mgb-pc--95 {
  margin-bottom: 95px !important;
}

.mgb-pc--100 {
  margin-bottom: 100px !important;
}

.mgb-pc--105 {
  margin-bottom: 105px !important;
}

.mgb-pc--110 {
  margin-bottom: 110px !important;
}

.mgb-pc--115 {
  margin-bottom: 115px !important;
}

.mgb-pc--120 {
  margin-bottom: 120px !important;
}

.mgb-pc--125 {
  margin-bottom: 125px !important;
}

.mgb-pc--130 {
  margin-bottom: 130px !important;
}

.mgb-pc--135 {
  margin-bottom: 135px !important;
}

.mgb-pc--140 {
  margin-bottom: 140px !important;
}

.mgb-pc--145 {
  margin-bottom: 145px !important;
}

.mgb-pc--150 {
  margin-bottom: 150px !important;
}

.mgb-pc--155 {
  margin-bottom: 155px !important;
}

.mgb-pc--160 {
  margin-bottom: 160px !important;
}

.mgb-pc--165 {
  margin-bottom: 165px !important;
}

.mgb-pc--170 {
  margin-bottom: 170px !important;
}

.mgb-pc--175 {
  margin-bottom: 175px !important;
}

.mgb-pc--180 {
  margin-bottom: 180px !important;
}

.mgb-pc--185 {
  margin-bottom: 185px !important;
}

.mgb-pc--190 {
  margin-bottom: 190px !important;
}

.mgb-pc--195 {
  margin-bottom: 195px !important;
}

.mgb-pc--200 {
  margin-bottom: 200px !important;
}

.mgb-pc--205 {
  margin-bottom: 205px !important;
}

.mgb-pc--210 {
  margin-bottom: 210px !important;
}

.mgb-pc--215 {
  margin-bottom: 215px !important;
}

.mgb-pc--220 {
  margin-bottom: 220px !important;
}

.mgb-pc--225 {
  margin-bottom: 225px !important;
}

.mgb-pc--230 {
  margin-bottom: 230px !important;
}

.mgb-pc--235 {
  margin-bottom: 235px !important;
}

.mgb-pc--240 {
  margin-bottom: 240px !important;
}

.mgb-pc--245 {
  margin-bottom: 245px !important;
}

.mgb-pc--250 {
  margin-bottom: 250px !important;
}

@media screen and (max-width: 640px) {
  .mgb-sp--0 {
    margin-bottom: 0 !important;
  }
  .mgb-sp--5 {
    margin-bottom: 1.33333vw !important;
  }
  .mgb-sp--10 {
    margin-bottom: 2.66667vw !important;
  }
  .mgb-sp--15 {
    margin-bottom: 4vw !important;
  }
  .mgb-sp--20 {
    margin-bottom: 5.33333vw !important;
  }
  .mgb-sp--25 {
    margin-bottom: 6.66667vw !important;
  }
  .mgb-sp--30 {
    margin-bottom: 8vw !important;
  }
  .mgb-sp--35 {
    margin-bottom: 9.33333vw !important;
  }
  .mgb-sp--40 {
    margin-bottom: 10.66667vw !important;
  }
  .mgb-sp--45 {
    margin-bottom: 12vw !important;
  }
  .mgb-sp--50 {
    margin-bottom: 13.33333vw !important;
  }
  .mgb-sp--55 {
    margin-bottom: 14.66667vw !important;
  }
  .mgb-sp--60 {
    margin-bottom: 16vw !important;
  }
  .mgb-sp--65 {
    margin-bottom: 17.33333vw !important;
  }
  .mgb-sp--70 {
    margin-bottom: 18.66667vw !important;
  }
  .mgb-sp--75 {
    margin-bottom: 20vw !important;
  }
  .mgb-sp--80 {
    margin-bottom: 21.33333vw !important;
  }
  .mgb-sp--85 {
    margin-bottom: 22.66667vw !important;
  }
  .mgb-sp--90 {
    margin-bottom: 24vw !important;
  }
  .mgb-sp--95 {
    margin-bottom: 25.33333vw !important;
  }
  .mgb-sp--100 {
    margin-bottom: 26.66667vw !important;
  }
  .mgb-sp--105 {
    margin-bottom: 28vw !important;
  }
  .mgb-sp--110 {
    margin-bottom: 29.33333vw !important;
  }
  .mgb-sp--115 {
    margin-bottom: 30.66667vw !important;
  }
  .mgb-sp--120 {
    margin-bottom: 32vw !important;
  }
  .mgb-sp--125 {
    margin-bottom: 33.33333vw !important;
  }
  .mgb-sp--130 {
    margin-bottom: 34.66667vw !important;
  }
  .mgb-sp--135 {
    margin-bottom: 36vw !important;
  }
  .mgb-sp--140 {
    margin-bottom: 37.33333vw !important;
  }
  .mgb-sp--145 {
    margin-bottom: 38.66667vw !important;
  }
  .mgb-sp--150 {
    margin-bottom: 40vw !important;
  }
  .mgb-sp--155 {
    margin-bottom: 41.33333vw !important;
  }
  .mgb-sp--160 {
    margin-bottom: 42.66667vw !important;
  }
  .mgb-sp--165 {
    margin-bottom: 44vw !important;
  }
  .mgb-sp--170 {
    margin-bottom: 45.33333vw !important;
  }
  .mgb-sp--175 {
    margin-bottom: 46.66667vw !important;
  }
  .mgb-sp--180 {
    margin-bottom: 48vw !important;
  }
  .mgb-sp--185 {
    margin-bottom: 49.33333vw !important;
  }
  .mgb-sp--190 {
    margin-bottom: 50.66667vw !important;
  }
  .mgb-sp--195 {
    margin-bottom: 52vw !important;
  }
  .mgb-sp--200 {
    margin-bottom: 53.33333vw !important;
  }
  .mgb-sp--205 {
    margin-bottom: 54.66667vw !important;
  }
  .mgb-sp--210 {
    margin-bottom: 56vw !important;
  }
  .mgb-sp--215 {
    margin-bottom: 57.33333vw !important;
  }
  .mgb-sp--220 {
    margin-bottom: 58.66667vw !important;
  }
  .mgb-sp--225 {
    margin-bottom: 60vw !important;
  }
  .mgb-sp--230 {
    margin-bottom: 61.33333vw !important;
  }
  .mgb-sp--235 {
    margin-bottom: 62.66667vw !important;
  }
  .mgb-sp--240 {
    margin-bottom: 64vw !important;
  }
  .mgb-sp--245 {
    margin-bottom: 65.33333vw !important;
  }
  .mgb-sp--250 {
    margin-bottom: 66.66667vw !important;
  }
}
._ta_l {
  text-align: left !important;
}
@media (min-width: px) {
  ._ta_l\@md- {
    text-align: left !important;
  }
}
@media not all and (min-width: px) {
  ._ta_l\@-md {
    text-align: left !important;
  }
}

._ta_c {
  text-align: center !important;
}
@media (min-width: px) {
  ._ta_c\@md- {
    text-align: center !important;
  }
}
@media not all and (min-width: px) {
  ._ta_c\@-md {
    text-align: center !important;
  }
}

._ta_r {
  text-align: right !important;
}
@media (min-width: px) {
  ._ta_r\@md- {
    text-align: right !important;
  }
}
@media not all and (min-width: px) {
  ._ta_r\@-md {
    text-align: right !important;
  }
}

@media not all and (min-width: 640px) {
  ._sp-ta_l {
    text-align: left !important;
  }
}

._va_t {
  vertical-align: top !important;
}

._va_m {
  vertical-align: middle !important;
}

._va_b {
  vertical-align: bottom !important;
}

._display_none {
  display: none !important;
}

@media all and (min-width: 640px) {
  ._pc-display_none, .sp-only, .pc-hide {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  ._sp-display_none, .pc-only, .sp-hide {
    display: none !important;
  }
}

.d-b {
  display: block !important;
}

.d-ib {
  display: inline-block;
}

@media not all and (min-width: 640px) {
  .sp-d-ib {
    display: inline-block;
  }
}

._sr_only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
@media (min-width: px) {
  ._sr_only\@md- {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
  }
}

._wb_keep-all {
  word-break: keep-all;
}

._ws_nowrap {
  white-space: nowrap;
}

.youtube {
  display: flex;
}
.youtube::before {
  content: "";
  display: inline-block;
  padding-top: 56.25%;
  pointer-events: none;
}

._letter-spacing_0 {
  letter-spacing: 0 !important;
}

._width_full {
  width: 100% !important;
}

._justyfy_start {
  justify-content: flex-start !important;
}

._justyfy_center {
  justify-content: center !important;
}

._justyfy_end {
  justify-content: flex-end !important;
}

._outline_none {
  outline: none;
}

@media not all and (min-width: 640px) {
  .sp-w-25p {
    width: 25%;
  }
}

/* layouts */
body {
  overflow: hidden;
}

.contents {
  position: relative;
}

.site-main {
  margin-bottom: 0;
  line-height: 1;
}

.site-footer {
  margin-top: 0;
}

.section {
  position: relative;
  background-color: var(--usual-white);
}
.section:not(.mv) {
  padding: 48px 0;
}
.section.cta {
  padding: 60px 0 80px;
}
@media not all and (min-width: 640px) {
  .section.cta {
    padding: 40px 0 65px;
  }
}
.section.dl {
  padding: 56px 0 100px;
}
@media not all and (min-width: 640px) {
  .section.dl {
    padding: 40px 0 40px;
  }
}
.section.bg-03 {
  background-color: var(--base-color03);
}
@media not all and (min-width: 640px) {
  .section--logo {
    padding: 22px 0 !important;
  }
}
.section--reason {
  background-color: var(--base-color03);
  overflow: visible;
  position: relative;
}
.section--reason::before {
  content: "";
  top: 40px;
  right: 0;
  position: absolute;
  width: 600px;
  height: 607px;
  background: url(/ja/sales-dx/images/bg-deco_01.png) no-repeat;
}
@media not all and (min-width: 640px) {
  .section--reason::before {
    top: 31px;
    width: 254px;
    height: 313px;
    background: url(/ja/sales-dx/images/bg-deco_01_sp.png) no-repeat;
  }
}
.section--reason::after {
  content: "";
  top: calc(520px + 5%);
  left: 0;
  position: absolute;
  width: 594px;
  height: 608px;
  background: url(/ja/sales-dx/images/bg-deco_02.png) no-repeat;
}
@media not all and (min-width: 640px) {
  .section--reason::after {
    top: calc(680px + 3.5%);
    width: 278px;
    height: 607px;
    background: url(/ja/sales-dx/images/bg-deco_02_sp.png) no-repeat;
  }
}
@media all and (min-width: 640px) {
  .section--reason .section-inner::before {
    content: "";
    top: calc(1077px + 6%);
    right: 0;
    position: absolute;
    width: 504px;
    height: 705px;
    background: url(/ja/sales-dx/images/bg-deco_03.png) no-repeat;
  }
  .section--reason .section-inner::after {
    content: "";
    top: calc(1386px + 8%);
    left: 0;
    position: absolute;
    width: 471px;
    height: 704px;
    background: url(/ja/sales-dx/images/bg-deco_04.png) no-repeat;
  }
}
.section--reason .article-box {
  position: relative;
  z-index: 2;
}
.section .section-inner {
  max-width: var(--contents-width-md);
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
.section.bg-gradation {
  background-image: linear-gradient(#c5ccd9 43%, #ffffff 66%);
}
@media not all and (min-width: 920px) {
  .section.bg-gradation {
    background-image: linear-gradient(90deg, #c5ccd9 33%, #ffffff 63%);
    padding-top: 30px;
  }
}

/* components */
.layout-header {
  padding: 28px 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  max-width: 100vw;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -1px;
  transition: background-color 0.4s ease;
}
.layout-header.is-top {
  background-color: rgba(255, 255, 255, 0);
}
@media not all and (min-width: 1024px) {
  .layout-header {
    padding: 20px 0;
    background-color: #fff;
  }
  .layout-header.is-top {
    background-color: rgba(255, 255, 255, 0);
  }
}
.layout-header__inner {
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media not all and (min-width: 1024px) {
  .layout-header__inner {
    padding: 0 20px;
  }
}
@media not all and (min-width: 1024px) {
  .layout-header__logo {
    max-width: 160px;
  }
}
@media not all and (min-width: 1024px) {
  .layout-header__links {
    display: flex;
    align-items: center;
  }
}
.layout-header__nav {
  display: flex;
  align-items: center;
}
.layout-header__nav.is-pc {
  display: flex;
}
.layout-header__nav.is-sp {
  display: none;
}
.layout-header__nav.is-sp.is-open {
  display: block;
}
@media not all and (min-width: 1024px) {
  .layout-header__nav {
    order: 2;
  }
}
@media not all and (min-width: 1024px) {
  .layout-header__nav {
    display: none;
    position: absolute;
    left: 0;
    flex-direction: column;
    background: var(--usual-white);
    width: 100%;
    top: 74px;
  }
}
.layout-header__nav-inner {
  padding: 20px;
}
.layout-header__list {
  display: flex;
}
@media all and (min-width: 1024px) {
  .layout-header__list {
    align-items: center;
    margin-right: 24px;
  }
}
@media not all and (min-width: 1024px) {
  .layout-header__list {
    flex-direction: column;
  }
}
@media all and (min-width: 1024px) {
  .layout-header__list > li + li {
    margin-left: 20px;
  }
}
@media not all and (min-width: 1024px) {
  .layout-header__list > li + li {
    margin-top: 20px;
  }
}
.layout-header__list > li a {
  font-weight: bold;
  text-decoration: none;
}
.layout-header__list > li a:hover {
  text-decoration: underline;
}
.layout-header .button__link {
  padding: 10px 12px;
  font-size: 1.6rem;
}
@media not all and (min-width: 1024px) {
  .layout-header .button__link {
    font-size: 1.2rem;
    padding: 4px 10px;
  }
}

@media not all and (min-width: 1024px) {
  .sp-menu-open .layout-header {
    background-color: #fff;
  }
}

.hamburger-menu-btn {
  width: 34px;
  height: 34px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 1;
}
@media all and (min-width: 1024px) {
  .hamburger-menu-btn {
    display: none;
  }
}

.hamburger-menu-bar {
  background-color: #1e32a5;
  display: block;
  width: 22px;
  height: 2px;
  margin-top: 6px;
  margin-left: 10px;
  transition: opacity 0.2s, transform 0.2s;
}
.hamburger-menu-bar:nth-child(2) {
  margin-top: 0;
}
.is-open .hamburger-menu-bar:nth-child(2) {
  transform: rotate(45deg) translate(6px, 6px);
}
.is-open .hamburger-menu-bar:nth-child(3) {
  opacity: 0;
}
.is-open .hamburger-menu-bar:nth-child(4) {
  transform: rotate(-45deg) translate(5px, -6px);
}

@media all and (min-width: 1024px) {
  .button.lg-pc-hide {
    display: none;
  }
}

@media not all and (min-width: 1024px) {
  .button.lg-sp-hide {
    display: none;
  }
}

@media all and (min-width: 640px) {
  .mv__inner {
    padding-top: 120px;
    background-image: linear-gradient(-163deg, #ACC3FC 0%, rgba(161, 185, 195, 0.05) 51%);
    display: flex;
    flex-direction: column;
  }
}
@media all and (min-width: 640px) {
  .mv__contents-wrapper {
    flex-grow: 1;
    display: flex;
  }
  .mv__contents-wrapper::before {
    content: "";
    width: 652px;
    height: 508px;
    background: url(/ja/sales-dx/images/mv_deco01_pc.png) no-repeat top right/auto 100%;
  }
  .mv__contents-wrapper::after {
    content: "";
    width: 217px;
    height: 324px;
    background: url(/ja/sales-dx/images/mv_deco02_pc.png) no-repeat top right/auto 100%;
    align-self: flex-end;
    flex-grow: 1;
  }
}
@media not all and (min-width: 1466px) {
  .mv__contents-wrapper::after {
    content: "";
    background: url(/ja/sales-dx/images/mv_deco02_pc.png) no-repeat top left/auto 100%;
  }
}
@media not all and (min-width: 640px) {
  .mv__contents-wrapper {
    background: url(/ja/sales-dx/images/mv_img_sp.jpg) no-repeat center center/cover;
    padding: 74px 16px 40px;
    min-height: 629px;
    min-height: clamp(0px, 152.5423728814vw, 800px);
    display: flex;
    flex-direction: column;
  }
}
.mv__contents {
  flex-grow: 2;
}
@media not all and (min-width: 640px) {
  .mv__contents {
    display: flex;
    flex-direction: column;
  }
  .mv__contents .button__link--has-ic-download {
    font-size: 2rem;
    padding: 9px 10px;
  }
  .mv__contents .button__link--has-ic-download .button__text::before {
    top: -4px;
  }
}
.mv__heading {
  font-weight: bold;
  font-size: clamp(4rem, 3.33vw, 5.4rem);
  color: var(--corporate-color);
  margin-bottom: 15px;
}
.mv__heading .bg-corporate {
  background: var(--corporate-color);
  color: var(--usual-white);
  padding: 4px 10px;
  margin-right: 8px;
  border-radius: 5.5px;
}
@media not all and (min-width: 640px) {
  .mv__heading {
    font-size: 3rem;
    font-size: clamp(2.6rem, 6.93333vw, 3rem);
  }
}
.mv__text {
  font-size: 1.4rem;
  font-weight: 500;
}
@media not all and (min-width: 640px) {
  .mv__text {
    font-size: 1.2rem;
  }
}
.mv__text--lead {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 6px;
}
@media not all and (min-width: 640px) {
  .mv__text--lead {
    font-size: 1.4rem;
  }
}
@media not all and (min-width: 640px) {
  .mv__text--end {
    margin-bottom: 165px;
  }
}
.mv__achievements {
  display: flex;
  align-items: center;
  margin: 26px 0 40px;
}
@media not all and (min-width: 640px) {
  .mv__achievements {
    margin-top: auto;
    margin-bottom: 19px;
    flex-direction: column;
  }
}
.mv__achievements-balloon {
  background: var(--main-color);
  color: var(--usual-white);
  font-size: 2rem;
  font-weight: bold;
  padding: 6px 18px;
  text-align: center;
  position: relative;
}
@media all and (min-width: 640px) {
  .mv__achievements-balloon {
    width: 136px;
    margin-right: 24px;
  }
}
@media not all and (min-width: 640px) {
  .mv__achievements-balloon {
    margin-bottom: 8px;
    font-size: 1.2rem;
    padding: 1px 9px;
  }
}
.mv__achievements-balloon ::after {
  content: "";
  position: absolute;
  background-color: var(--main-color);
}
@media all and (min-width: 640px) {
  .mv__achievements-balloon ::after {
    width: 19px;
    height: 19px;
    top: 50%;
    right: -19px;
    transform: translate(0, -50%);
    clip-path: polygon(19px 50%, 0% 0%, 0% 19px);
  }
}
@media not all and (min-width: 640px) {
  .mv__achievements-balloon ::after {
    width: 11px;
    height: 10px;
    clip-path: polygon(50% 10px, 0% 0%, 10px 0%);
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.button {
  display: inline-block;
}
.button__link {
  padding: 14px 30px;
  display: block;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  background-color: var(--accent-color);
  text-decoration: none;
  color: var(--usual-black);
  transition: opacity 0.3s;
  font-size: 2.6rem;
  border: 2px solid var(--accent-color);
}
@media not all and (min-width: 640px) {
  .button__link {
    font-size: 1.6rem;
  }
}
.button__link:hover {
  opacity: 0.8;
}
.button__link--has-ic-download .button__text {
  position: relative;
  padding-left: 38px;
}
.button__link--has-ic-download .button__text::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/ja/sales-dx/images/ic_download.svg) no-repeat;
  margin-top: 2px;
}
.button__link--has-ic-mail .button__text {
  position: relative;
  padding-left: 38px;
}
.button__link--has-ic-mail .button__text::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 30px;
  height: 28px;
  background: url(/ja/sales-dx/images/ic_mail.svg) no-repeat;
  margin-top: 2px;
}
.button__link--arrow .button__text {
  position: relative;
  padding-right: 38px;
}
.button__link--arrow .button__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  border-color: var(--usual-black) var(--usual-black) transparent transparent;
  transform: translate(0, -50%) rotate(45deg);
}
.button__link--arrow02 .button__text {
  position: relative;
  padding-right: 38px;
}
.button__link--arrow02 .button__text::after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--text-black);
  margin-top: 4px;
  clip-path: polygon(16px 50%, 0% 0%, 0% 16px);
}
@media not all and (min-width: 640px) {
  .button__link--arrow02 .button__text::after {
    margin-top: 0;
  }
}
.button__link--white {
  background-color: var(--usual-white);
  border-color: var(--text-black);
  color: var(--text-black);
}
.button__link--white .button__text::after {
  border-color: var(--text-black) var(--text-black) transparent transparent;
}
@media not all and (min-width: 640px) {
  .button--small .button__link {
    padding: 6px 30px;
  }
}
.button--small .button__text {
  font-size: 2rem;
}
@media not all and (min-width: 640px) {
  .button--small .button__text {
    font-size: 1.2rem;
    vertical-align: middle;
  }
}
.button--small .button__link--arrow .button__text::after {
  width: 12px;
  height: 12px;
}
.button--small02 .button__link {
  line-height: 1.8;
  padding: 6px 30px;
  font-size: 1.8rem;
}
.button--small02 .button__text {
  font-size: 2rem;
}
@media not all and (min-width: 640px) {
  .button--small02 .button__text {
    font-size: 1.8rem;
    vertical-align: middle;
  }
}
.button--small02 .button__link--arrow .button__text {
  padding-right: 15px;
}
.button--small02 .button__link--arrow .button__text::after {
  width: 12px;
  height: 12px;
}
@media not all and (min-width: 640px) {
  .button--sp-w100 {
    width: 100%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.text {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--text-black);
  line-height: 180%;
  letter-spacing: 0.72px;
}
@media not all and (min-width: 640px) {
  .text {
    font-size: 1.4rem;
  }
}

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

@media not all and (min-width: 640px) {
  .sp-align-left {
    text-align: left !important;
  }
}

.anncer-id {
  margin-top: -122px;
  padding-top: 122px;
  z-index: -1;
}
@media not all and (min-width: 1024px) {
  .anncer-id {
    margin-top: -74px;
    padding-top: 74px;
  }
}

.primary-heading {
  text-align: center;
  position: relative;
  margin: 0 calc(50% - 50vw) 24px;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media not all and (min-width: 640px) {
  .primary-heading {
    margin-bottom: 0;
    padding-top: 56px;
    padding-bottom: 30px;
  }
}
.primary-heading__en {
  position: absolute;
  top: -50px;
  left: 50%;
  font-size: 15rem;
  font-weight: bold;
  z-index: 1;
  color: rgba(255, 255, 255, 0.4);
  font-family: Helvetica, sans-serif;
  letter-spacing: 0.04em;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media not all and (min-width: 640px) {
  .primary-heading__en {
    top: -26px;
    font-size: 4rem;
    font-size: clamp(3.4rem, 9.06666vw, 4rem);
  }
}
.primary-heading__jp {
  color: var(--corporate-color);
  font-size: 4rem;
  display: block;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
@media all and (min-width: 640px) {
  .primary-heading__jp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media not all and (min-width: 640px) {
  .primary-heading__jp {
    top: 50%;
    font-size: 2.2rem;
    width: 100%;
    margin-top: -2.4em;
  }
}
.primary-heading__jp em {
  border-bottom: 3px solid currentColor;
  font-size: 1.2em;
}
@media all and (min-width: 640px) {
  .section--accomplishment .primary-heading {
    padding-bottom: 100px;
  }
  .section--accomplishment .primary-heading .primary-heading__jp {
    top: 50%;
  }
}
@media not all and (min-width: 640px) {
  .section--accomplishment .primary-heading {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .section--accomplishment .primary-heading .primary-heading__jp {
    top: 50%;
  }
}
@media not all and (min-width: 640px) {
  .section--reason .primary-heading {
    padding-bottom: 0;
  }
}
@media not all and (min-width: 640px) {
  .section--ebook .primary-heading {
    padding-bottom: 0;
  }
}
@media not all and (min-width: 640px) {
  .sectio--support .primary-heading {
    padding-bottom: 0;
  }
}
@media not all and (min-width: 640px) {
  .section--case .primary-heading {
    padding-bottom: 5px;
  }
}
@media not all and (min-width: 640px) {
  .section--faq .primary-heading {
    padding-bottom: 0;
  }
}

.section.bg-03 .primary-heading__en {
  color: rgba(255, 255, 255, 0.4);
}

.section.bg-w .primary-heading__en {
  background-image: linear-gradient(106deg, #e2eafb, #f2f6f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.local-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media not all and (min-width: 920px) {
  .local-heading {
    margin-bottom: 65px;
  }
}
@media not all and (min-width: 640px) {
  .local-heading {
    margin-top: 0;
    margin-bottom: 65px;
  }
}
.local-heading .sub {
  text-align: center;
  color: var(--text-black);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 6px;
}
@media not all and (min-width: 640px) {
  .local-heading .sub {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}
.local-heading .main {
  text-align: center;
  color: var(--corporate-color);
  font-size: 4rem;
  font-weight: bold;
}
@media not all and (min-width: 640px) {
  .local-heading .main {
    font-size: 2rem;
  }
}

.secondary-heading {
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
}
@media not all and (min-width: 640px) {
  .secondary-heading {
    font-size: 2rem;
  }
}
.secondary-heading__small {
  display: block;
  font-size: 2.2rem;
}
@media not all and (min-width: 640px) {
  .secondary-heading__small {
    font-size: 1.4rem;
  }
}

.article-box {
  margin-top: 67px;
  display: flex;
}
@media not all and (min-width: 640px) {
  .article-box {
    margin-top: 52px;
    flex-direction: column-reverse;
  }
}
.article-box__item:first-child {
  margin-right: 48px;
}
@media not all and (min-width: 640px) {
  .article-box__item:first-child {
    margin-right: 0;
    margin-top: 20px;
  }
}
@media not all and (min-width: 640px) {
  .article-box__item.sp-order1 {
    order: 1;
  }
}
@media not all and (min-width: 640px) {
  .article-box__item.sp-order2 {
    order: 2;
  }
}
@media all and (min-width: 640px) {
  .section.section--reason .article-box__item:has(> .article-box__img) {
    max-width: 448px;
    width: 50%;
    flex-shrink: 0;
  }
}
.article-box__img {
  flex: 0 0 auto;
  min-width: 310px;
}
.article-box__img > img {
  width: 100%;
}
.article-box__heading {
  font-size: 3.4rem;
  font-weight: bold;
}
@media not all and (min-width: 640px) {
  .article-box__heading {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media not all and (min-width: 640px) {
  .article-box__heading:has(> .article-box__heading-num) {
    font-size: 1.8rem;
  }
}
.article-box__heading-num {
  display: block;
  color: var(--main-color);
  font-weight: bold;
  font-size: 4.8rem;
  font-family: Helvetica, sans-serif;
}
@media not all and (min-width: 640px) {
  .article-box__heading-num {
    font-size: 3rem;
  }
}
.article-box__text {
  margin: 20px 0;
}
.article-box--reverse {
  flex-direction: row-reverse;
  margin-top: 67px;
}
@media not all and (min-width: 640px) {
  .article-box--reverse {
    margin-top: 48px;
    flex-direction: column-reverse;
  }
}
.article-box--reverse .article-box__item:first-child {
  margin-right: 0;
  margin-left: 48px;
}
@media not all and (min-width: 640px) {
  .article-box--reverse .article-box__item:first-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media all and (min-width: 640px) {
  .section--accomplishment .article-box .article-box__item.sp-order2 {
    min-width: 41.9847328244%;
  }
  .section--accomplishment .article-box .article-box__img img {
    width: 100%;
  }
}
.section--reason .article-box:nth-of-type(1) .article-box__img {
  display: block;
  padding-top: 57px;
}
@media not all and (min-width: 640px) {
  .section--reason .article-box:nth-of-type(1) .article-box__img {
    padding-top: 0;
  }
}
.section--reason .article-box:nth-of-type(2) .article-box__img {
  padding-top: 85px;
}
@media not all and (min-width: 640px) {
  .section--reason .article-box:nth-of-type(2) .article-box__img {
    padding-top: 0;
  }
}
.section--reason .article-box:nth-of-type(3) .article-box__img {
  padding-top: 57px;
}
@media not all and (min-width: 640px) {
  .section--reason .article-box:nth-of-type(3) .article-box__img {
    padding-top: 0;
  }
}
.section--reason .article-box:nth-of-type(4) .article-box__img {
  padding-top: 59px;
}
@media not all and (min-width: 640px) {
  .section--reason .article-box:nth-of-type(4) .article-box__img {
    padding-top: 0;
  }
}

.colbox {
  display: flex;
}
@media all and (min-width: 640px) {
  .colbox {
    margin-inline: -18px;
  }
}
@media not all and (min-width: 640px) {
  .colbox {
    flex-direction: column;
  }
}
.colbox__item {
  background-color: var(--usual-white);
  border-radius: 20px;
  padding: 20px 10px;
  position: relative;
  width: calc(33.33% - 36px);
}
@media all and (min-width: 640px) {
  .colbox__item {
    margin-inline: 18px;
  }
}
@media not all and (min-width: 640px) {
  .colbox__item {
    width: 100%;
  }
  .colbox__item + .colbox__item {
    margin-top: 30px;
  }
}
.colbox__heading {
  display: flex;
  align-items: center;
}
.colbox__heading-text {
  color: var(--main-blue);
  font-size: 2rem;
  font-weight: bold;
}
.colbox__content {
  margin-top: 20px;
}
@media not all and (min-width: 640px) {
  .colbox__content {
    margin-top: 7px;
  }
}
.colbox__img {
  margin: 16px 0;
}
@media not all and (min-width: 640px) {
  .colbox__img {
    margin: 6px 0;
  }
}
@media not all and (min-width: 640px) {
  .colbox__text {
    font-size: 1.2rem;
  }
}
.colbox .label-heading {
  color: var(--usual-white);
  background-color: var(--corporate-color);
  width: 172px;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  white-space: nowrap;
}
@media not all and (min-width: 640px) {
  .colbox .label-heading {
    width: auto;
    min-width: 91px;
    font-size: 1.4rem;
  }
}
@media not all and (min-width: 640px) {
  .colbox .label-heading + .colbox__content .colbox__img {
    max-height: 54px;
  }
}
.colbox .label-heading + .colbox__content .colbox__img > img {
  max-height: inherit;
}
.colbox .number {
  color: var(--corporate-color);
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.4035087719;
  font-family: Helvetica, sans-serif;
}
@media not all and (min-width: 640px) {
  .colbox .number {
    font-size: 4rem;
    line-height: 1.3793103448;
  }
}
.colbox .number__unit {
  font-size: 2rem;
  color: #04127c;
}
@media not all and (min-width: 640px) {
  .colbox .number__unit {
    font-size: 1.4rem;
  }
}
.colbox .circle {
  width: 66px;
  height: 66px;
  color: var(--usual-white);
  font-size: 2.4rem;
  font-weight: bold;
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -12px;
  top: -18px;
}
@media not all and (min-width: 640px) {
  .colbox .circle {
    left: -4px;
  }
}
@media not all and (min-width: 640px) {
  .colbox--sp-wrap {
    flex-wrap: wrap;
    margin-inline: -6px;
    justify-content: center;
  }
  .colbox--sp-wrap .colbox__item {
    margin-inline: 6px;
    width: calc(50% - 12px);
  }
  .colbox--sp-wrap .colbox__item:nth-child(n+3) {
    margin-top: 22px;
  }
}
@media not all and (min-width: 640px) {
  .colbox.col--2 {
    flex-direction: column;
  }
}
.colbox.col--2 .colbox__item {
  padding: 20px 22px;
}
@media all and (min-width: 640px) {
  .colbox.col--2 .colbox__item {
    width: calc(50% - 58px);
    margin-inline: 29px;
  }
}
.colbox.col--2 .colbox__heading {
  justify-content: center;
  font-weight: bold;
  font-size: 2.6rem;
}
@media not all and (min-width: 640px) {
  .colbox.col--2 .colbox__heading {
    font-size: 2rem;
  }
}
.colbox.col--4 {
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  gap: 27px 20px;
  margin-bottom: 86px;
  margin-top: 42px;
}
@media not all and (min-width: 640px) {
  .colbox.col--4 {
    gap: 13px;
    margin-top: 24px;
    margin-bottom: 52px;
  }
}
.colbox.col--4 .colbox__item {
  width: calc((100% - 60px) / 4);
  margin: 0;
  background-color: #C5CCD9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 4px 4px;
  min-height: 152px;
}
@media not all and (min-width: 640px) {
  .colbox.col--4 .colbox__item {
    width: calc((100% - 13px) / 2);
    min-height: 156px;
    padding: 12px 4px 4px;
  }
}
.colbox.col--4 .colbox__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: var(--text-black);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 140%;
  min-height: 50px;
}
@media not all and (min-width: 640px) {
  .colbox.col--4 .colbox__title {
    font-size: 1.6rem;
    min-height: 44px;
  }
}
.colbox.col--4 .colbox__content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-top: 4px;
  min-height: 74px;
}
.colbox.col--4 .colbox__content .colbox__img {
  text-align: center;
  margin: 0;
}
.section--accomplishment .colbox.colbox--sp-wrap .number {
  line-height: 1;
}
.section--accomplishment .colbox.colbox--sp-wrap .colbox__img {
  margin-top: 5px;
  margin-bottom: 0;
}
@media not all and (min-width: 640px) {
  .section--accomplishment .colbox.colbox--sp-wrap {
    flex-direction: row;
    margin-top: 18px;
  }
  .section--accomplishment .colbox.colbox--sp-wrap .colbox__item {
    margin-top: 0;
  }
  .section--accomplishment .colbox.colbox--sp-wrap .colbox__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .section--accomplishment .colbox.colbox--sp-wrap .colbox__item .colbox__img {
    margin-bottom: 7px;
  }
}

.section-inner-img {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media not all and (min-width: 640px) {
  .section-inner-img {
    padding: 0 0 0 16px;
  }
}

.img-box {
  overflow: auto;
  margin-bottom: 10px;
  margin-top: 36px;
}
@media not all and (min-width: 640px) {
  .img-box {
    margin-top: 16px;
    margin-bottom: 18px;
  }
}
.img-box img {
  width: 100%;
  vertical-align: top;
}
@media not all and (min-width: 640px) {
  .img-box img {
    min-width: 810px;
  }
}

.img-box-text {
  color: #6b7387;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}
@media not all and (min-width: 640px) {
  .img-box-text {
    text-align: left;
  }
}
.img-box-text:nth-last-of-type(1) {
  margin-bottom: 96px;
}
@media not all and (min-width: 640px) {
  .img-box-text:nth-last-of-type(1) {
    margin-bottom: 52px;
  }
}

.plan-box {
  display: flex;
  margin-bottom: 40px;
  margin-top: 36px;
}
@media not all and (min-width: 640px) {
  .plan-box {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
.plan-box__item {
  border: 3px solid #3C4155;
  width: 33.3333333333%;
}
.plan-box__item:nth-of-type(1) {
  border-right: 1px solid #3C4155;
  border-radius: 20px 0 0 20px;
}
.plan-box__item:nth-of-type(2) {
  border-left: 2px solid #3C4155;
  border-right: 2px solid #3C4155;
}
.plan-box__item:nth-of-type(3) {
  border-left: 1px solid #3C4155;
  border-radius: 0 20px 20px 0;
}
@media not all and (min-width: 640px) {
  .plan-box__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .plan-box__item:nth-of-type(1), .plan-box__item:nth-of-type(2), .plan-box__item:nth-of-type(3) {
    border-left: 3px solid #3C4155;
    border-right: 3px solid #3C4155;
    border-radius: 20px;
  }
}
.plan-box__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #3C4155;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  height: 90px;
  line-height: 140%;
}
.plan-box__heading::before {
  position: absolute;
  content: "";
  width: 3px;
  height: calc(100% + 3px);
  right: -3px;
  top: -3px;
  background-color: #fff;
  z-index: 2;
}
@media not all and (min-width: 640px) {
  .plan-box__heading {
    flex-direction: row;
    width: 100%;
    height: 60px;
    border-radius: 14px 14px 0 0;
  }
  .plan-box__heading::before {
    display: none;
  }
}
.plan-box .plan-box__item:nth-of-type(1) .plan-box__heading {
  border-radius: 14px 0 0 0;
}
@media not all and (min-width: 640px) {
  .plan-box .plan-box__item:nth-of-type(1) .plan-box__heading {
    border-radius: 14px 14px 0 0;
  }
}
.plan-box .plan-box__item:nth-of-type(3) .plan-box__heading {
  border-radius: 0 14px 0 0;
}
@media not all and (min-width: 640px) {
  .plan-box .plan-box__item:nth-of-type(3) .plan-box__heading {
    border-radius: 14px 14px 0 0;
  }
}
.plan-box .plan-box__item:nth-of-type(3) .plan-box__heading::before {
  display: none;
}
.plan-box__image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 124px;
}
@media not all and (min-width: 640px) {
  .plan-box__image {
    width: 130px;
    min-height: 155px;
  }
}
.plan-box__contents {
  padding: 0 22px 36px;
  color: #3C4155;
  font-size: 1.4rem;
}
.plan-box__contents .disc-list li {
  color: #3C4155;
}
@media not all and (min-width: 640px) {
  .plan-box__contents {
    padding: 8px 13px 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 130px);
    min-height: 155px;
  }
}

.case-box {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 103px 30px 50px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media not all and (min-width: 640px) {
  .case-box {
    padding: 30px 11.5px;
  }
}
.case-box::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 34px;
  background-image: url("/ja/sales-dx/images/ic_arrow.svg");
  background-repeat: no-repeat;
  right: 50px;
  top: calc(50% - 17px);
  transition: right 0.2s ease;
}
@media not all and (min-width: 640px) {
  .case-box::before {
    display: none;
  }
}
.case-box:hover {
  opacity: 0.8;
}
.case-box:hover::before {
  right: 45px;
}
.case-box + .case-box {
  margin-top: 20px;
}
.case-box__inner {
  display: flex;
}
@media not all and (min-width: 640px) {
  .case-box__inner {
    flex-direction: column;
  }
}
.case-box__image {
  margin-right: 36px;
  max-width: 37.5418994413%;
}
@media not all and (min-width: 640px) {
  .case-box__image {
    max-width: 100%;
    margin: 0 10px 20px;
  }
}
.case-box__image img {
  vertical-align: top;
  width: 100%;
}
.case-box__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 62.4581005587%;
}
@media not all and (min-width: 640px) {
  .case-box__contents {
    max-width: 100%;
  }
}
.case-box__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.case-box__heading {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.case-box__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
}
@media not all and (min-width: 640px) {
  .case-box__text {
    margin-bottom: 20xp;
  }
}
.case-box__text-link {
  display: none;
}
@media not all and (min-width: 640px) {
  .case-box__text-link {
    position: relative;
    display: block;
    text-align: right;
    padding-right: 20px;
    margin-right: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 160%;
  }
  .case-box__text-link::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    background-image: url("/ja/sales-dx/images/ic_arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: 4px;
    top: calc(50% - 7px);
    transition: right 0.2s ease;
  }
}

.box-pc-ebook {
  display: none;
}

.box-pc-ebook-item {
  text-decoration: none;
  width: calc((100% - 90px) / 4);
}
.box-pc-ebook-item__img {
  width: 100%;
}
.box-pc-ebook-item__img img {
  width: 100%;
}
.box-pc-ebook-item__text {
  text-align: center;
  font-weight: bold;
}
.box-pc-ebook-item:hover {
  text-decoration: underline;
}

@media not all and (min-width: 640px) {
  .scroll-pb {
    padding-bottom: 15px;
  }
}

.img-box-outer {
  padding-bottom: 15px;
}

.img-box-inner {
  display: flex;
}

.img-box-outer--item {
  position: relative;
  min-width: 272px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border: 3px solid #000;
  border-radius: 20px;
  margin-right: 8px;
  padding-top: 22px;
  padding-bottom: 10px;
}
.img-box-outer--item:last-child {
  margin-right: 0 !important;
}
.img-box-outer--item ._tex {
  color: var(--text-black);
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 6px;
}
.img-box-outer--item ._img img {
  vertical-align: top;
}
.img-box-outer--item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 25px solid #000;
  border-right: 0;
  right: -25px;
  top: calc(50% - 22px);
  z-index: 10;
}
.img-box-outer--item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 25px solid #fff;
  border-right: 0;
  right: -21px;
  top: calc(50% - 22px);
  z-index: 11;
}
.img-box-outer--item:last-child::before {
  display: none;
}
.img-box-outer--item:last-child::after {
  display: none;
}

.mark-list > li {
  position: relative;
  background-color: #c5ccd9;
  border-radius: 10px;
  padding: 10px 8px 10px 28px;
  font-weight: bold;
  font-size: 1.4rem;
}
.mark-list > li + li {
  margin-top: 8px;
}
.mark-list > li::before {
  position: absolute;
  top: 50%;
  left: 8px;
  content: "";
  display: block;
  height: 16px;
  width: 12px;
  margin-top: -4px;
  background: currentColor;
  border-radius: 2px;
  clip-path: polygon(87% 0, 100% 0, 100% 100%, 50% 100%, 50% 87%, 87% 87%);
  transform: translate(0, -50%) rotate(45deg);
}

.cta {
  background-color: var(--main-color);
}

.cta-heading {
  text-align: center;
  font-size: 3.4rem;
  color: var(--usual-white);
  font-weight: bold;
  margin-bottom: 38px;
}
@media not all and (min-width: 640px) {
  .cta-heading {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

.dl .cta-heading {
  margin-bottom: 50px;
}
@media not all and (min-width: 640px) {
  .dl .cta-heading {
    margin-bottom: 25px;
  }
}

.cta-area__buttons {
  max-width: 780px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: 367px 367px;
  gap: 36px;
}
@media not all and (min-width: 640px) {
  .cta-area__buttons {
    gap: 22px;
    flex-direction: column;
  }
}
.cta-area__buttons-item {
  display: flex;
  flex-direction: column;
}
@media not all and (min-width: 640px) {
  .cta-area__buttons-item + .cta-area__buttons-item {
    margin-top: 22px;
  }
}
.cta-area__buttons-item .button__balloon {
  font-weight: bold;
  font-size: fz(22);
  text-align: center;
  margin-bottom: 5px;
}
@media not all and (min-width: 640px) {
  .cta-area__buttons-item .button__balloon {
    font-size: fz(14);
  }
}
.cta-area__buttons-item .button__balloon {
  text-align: center;
  color: var(--usual-white);
}
.cta-area__buttons-item .button__balloon-inner {
  position: relative;
  padding: 0 10px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 6px;
  display: inline-block;
}
@media not all and (min-width: 640px) {
  .cta-area__buttons-item .button__balloon-inner {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
}
.cta-area__buttons-item .button__balloon-inner::before, .cta-area__buttons-item .button__balloon-inner::after {
  content: "";
  top: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 2px solid var(--usual-white);
}
.cta-area__buttons-item .button__balloon-inner::before {
  left: 0;
  transform: rotate(-30deg);
}
.cta-area__buttons-item .button__balloon-inner::after {
  right: 0;
  transform: rotate(30deg);
}
@media not all and (min-width: 640px) {
  .cta-area__buttons-item .button .button__link {
    padding: 8px 20px;
  }
}
@media not all and (min-width: 640px) {
  .cta-area__buttons-item .button .button__text {
    font-size: 2rem;
  }
  .cta-area__buttons-item .button .button__text::before {
    margin-top: -2px;
  }
}

.faq-box__heading {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--main-color);
  border-radius: 20px;
  margin-bottom: 16px;
}
@media not all and (min-width: 640px) {
  .faq-box__heading {
    margin-bottom: 10px;
  }
}
.faq-box__heading-number {
  position: absolute;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  left: 19px;
  top: 4px;
  z-index: 1;
}
@media not all and (min-width: 640px) {
  .faq-box__heading-number {
    font-size: 2rem;
    left: 11px;
    top: 6px;
  }
}
.faq-box__button {
  position: relative;
  text-align: left;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 14px 64px 10px 62px;
  width: 100%;
  min-height: 60px;
  z-index: 2;
}
@media not all and (min-width: 640px) {
  .faq-box__button {
    font-size: 1.4rem;
    padding: 11px 50px 10px 42px;
  }
}
.faq-box__button::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  background-image: url("/ja/sales-dx/images/ic_faq.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  right: 24px;
  top: calc(50% - 6px);
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}
@media not all and (min-width: 640px) {
  .faq-box__button::after {
    width: 15px;
    height: 10px;
    top: calc(50% - 5px);
  }
}
.faq-box__button[aria-expanded=true]::after {
  transform: rotate(0);
}
.faq-box__body {
  position: relative;
  display: flex;
}
.faq-box__body-number {
  position: absolute;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  left: 19px;
}
@media not all and (min-width: 640px) {
  .faq-box__body-number {
    font-size: 2rem;
    left: 11px;
    top: 1px;
  }
}
.faq-box__body p {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 14px 64px 24px 62px;
}
@media not all and (min-width: 640px) {
  .faq-box__body p {
    font-size: 1.2rem;
    padding: 6px 0 20px 42px;
  }
}

#swiper_logo.swiper {
  width: 100vw;
  height: auto;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
}
#swiper_logo .swiper-wrapper {
  transition-timing-function: linear;
}
#swiper_logo .swiper-container {
  width: 100%;
  overflow: hidden;
}
#swiper_logo .swiper-slide img {
  height: auto;
}
#swiper_logo .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
#swiper_logo .swiper-logo {
  width: 100%;
  max-width: 160px;
}
#swiper_logo .swiper-logo img {
  width: 100%;
}

#swiper_ebook.swiper {
  overflow: visible;
  overflow: hidden;
  padding: 0 8px;
}
@media all and (min-width: 640px) {
  #swiper_ebook.swiper {
    max-width: 930px;
    margin-inline: auto;
  }
}
#swiper_ebook .swiper-wrapper {
  padding-bottom: 26px;
  margin-bottom: 13px;
}
@media all and (min-width: 640px) {
  #swiper_ebook .swiper-wrapper {
    justify-content: space-between;
  }
}
#swiper_ebook .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0 14px;
}
@media all and (min-width: 640px) {
  #swiper_ebook .swiper-slide {
    width: 25%;
    padding: 0 14px;
  }
}
#swiper_ebook .swiper-slide .ebook-wrapper {
  width: 100%;
}
#swiper_ebook .swiper-slide .ebook-link {
  text-decoration: none;
}
#swiper_ebook .swiper-slide .ebook-link:hover {
  text-decoration: underline;
}
#swiper_ebook .swiper-slide .ebook-link__img {
  width: 100%;
  padding: 0 14px;
}
#swiper_ebook .swiper-slide .ebook-link__img img {
  width: 100%;
}
#swiper_ebook .swiper-slide .ebook-link__text {
  text-align: center;
  font-weight: bold;
}
#swiper_ebook .swiper-pagination {
  display: none;
}
@media not all and (min-width: 1024px) {
  #swiper_ebook .swiper-pagination {
    display: block;
    top: auto;
    bottom: 0;
  }
}
#swiper_ebook .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
#swiper_ebook .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--text-black);
}
#swiper_ebook .swiper-button-prev,
#swiper_ebook .swiper-button-next {
  display: flex;
  background-color: var(--usual-white);
  color: var(--text-black);
  padding: 10px 5px;
  margin-top: -64px;
}
#swiper_ebook .swiper-button-prev::after,
#swiper_ebook .swiper-button-next::after {
  font-size: 22px !important;
  font-weight: bold;
}
#swiper_ebook .swiper-button-prev {
  left: 0;
  z-index: 10;
}
@media not all and (min-width: 640px) {
  #swiper_ebook .swiper-button-prev {
    left: -4px;
  }
}
#swiper_ebook .swiper-button-next {
  right: 0;
  z-index: 10;
}
@media not all and (min-width: 640px) {
  #swiper_ebook .swiper-button-next {
    right: -4px;
  }
}

.grid-3arrow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: " wA   wB   wC " "text text text" " bA   bB   bC ";
  gap: 35px;
  margin-bottom: 157px;
}
@media not all and (min-width: 920px) {
  .grid-3arrow {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "  wA bA  " "  wB bB  " "  wC bC  " "text text";
    gap: 24px 13px;
    margin-bottom: 0;
  }
}

.grid-3arrow-item {
  display: flex;
  flex-direction: column;
}
.grid-3arrow-item .g3i_box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-black);
  font-weight: bold;
}
.grid-3arrow-item .g3i_box-title span {
  line-height: 1.4;
}
.grid-3arrow-item .g3i_box-title ._fs-20 {
  font-size: 2rem;
}
@media not all and (min-width: 640px) {
  .grid-3arrow-item .g3i_box-title ._fs-20 {
    font-size: 1.2rem;
  }
}
.grid-3arrow-item .g3i_box-title ._fs-24 {
  font-size: 2.4rem;
}
@media not all and (min-width: 640px) {
  .grid-3arrow-item .g3i_box-title ._fs-24 {
    font-size: 1.6rem;
  }
}
.grid-3arrow-item .g3i_box-title ._fs-16 {
  font-size: 1.6rem;
}
@media not all and (min-width: 920px) {
  .grid-3arrow-item .g3i_box-title ._sp-hide {
    display: none;
  }
}
@media all and (min-width: 920px) {
  .grid-3arrow-item .g3i_box-title br._sp {
    display: none;
  }
}
.grid-3arrow-item .g3i_box-list {
  color: var(--text-black);
  font-weight: bold;
}
.grid-3arrow-item .g3i_box-list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
}
.grid-3arrow-item .g3i_box-list li + li {
  margin-top: 10px;
}
@media not all and (min-width: 640px) {
  .grid-3arrow-item .g3i_box-list li {
    padding-left: 16px;
    font-size: 1.2rem;
  }
  .grid-3arrow-item .g3i_box-list li + li {
    margin-top: 6px;
  }
}
.grid-3arrow-item .g3i_box-list li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("/ja/sales-dx/images/ic_check.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: 0;
  top: calc(50% - 7px);
}
@media not all and (min-width: 640px) {
  .grid-3arrow-item .g3i_box-list li::before {
    width: 10px;
    height: 16px;
    top: 4px;
  }
}
.grid-3arrow-item .g3i_box-text {
  color: var(--text-black);
  font-weight: bold;
}
.grid-3arrow-item .g3i_box-deco {
  position: absolute;
  z-index: 2;
}
.grid-3arrow-item .g3i_box-deco img {
  width: 100%;
}
.grid-3arrow-item .g3i_text {
  min-height: 66px;
  margin-bottom: 44px;
  color: var(--corporate-color);
  font-size: 3.8rem;
  font-weight: bold;
}
.grid-3arrow-item .g3i_text ._fs-l {
  font-size: 4.4rem;
  text-decoration: underline;
  text-underline-offset: 7px;
}
@media not all and (min-width: 920px) {
  .grid-3arrow-item .g3i_text {
    margin-bottom: 0;
  }
}
@media not all and (min-width: 640px) {
  .grid-3arrow-item .g3i_text {
    min-height: auto;
    font-size: 2rem;
  }
  .grid-3arrow-item .g3i_text ._fs-l {
    font-size: 2.6rem;
  }
}
@media all and (min-width: 920px) {
  .grid-3arrow-item .g3i_text ._sp {
    display: none;
  }
}
.grid-3arrow-item._box-w, .grid-3arrow-item._box-b {
  position: relative;
  border-radius: 20px;
}
.grid-3arrow-item._box-w {
  background-color: #fff;
  padding: 19px;
  min-height: 278px;
}
.grid-3arrow-item._box-w::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 170px;
  background-color: #fff;
  left: calc(50% - 15px);
}
@media not all and (min-width: 640px) {
  .grid-3arrow-item._box-w {
    padding: 14px 6px 20px;
    min-height: fit-content;
  }
}
.grid-3arrow-item._box-w::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 42px 37px 0px 37px;
  left: calc(50% - 37px);
}
@media not all and (min-width: 920px) {
  .grid-3arrow-item._box-w::before {
    display: none;
  }
  .grid-3arrow-item._box-w::after {
    border-color: transparent transparent transparent #fff;
    border-width: 18px 0px 18px 20px;
    right: -19px;
    left: auto;
    z-index: 2;
    top: calc(50% - 18px);
  }
}
.grid-3arrow-item._box-w .g3i_box-title {
  margin-top: 13px;
  margin-bottom: 25px;
}
@media not all and (min-width: 640px) {
  .grid-3arrow-item._box-w .g3i_box-title {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.grid-3arrow-item._box-b {
  background-color: #2C69FF;
  padding: 27px 16px 42px;
  color: #fff;
}
@media not all and (min-width: 640px) {
  .grid-3arrow-item._box-b {
    padding: 14px 12px 18px;
  }
}
.grid-3arrow-item._box-b .g3i_box-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  min-height: 102px;
  margin-bottom: 19px;
}
@media not all and (min-width: 920px) {
  .grid-3arrow-item._box-b .g3i_box-title {
    min-height: auto;
    margin-bottom: 34px;
  }
}
@media not all and (min-width: 640px) {
  .grid-3arrow-item._box-b .g3i_box-title {
    min-height: 48px;
    margin-bottom: 24px;
  }
}
.grid-3arrow-item._box-b .g3i_box-title span {
  font-size: 2.4rem;
}
@media not all and (min-width: 640px) {
  .grid-3arrow-item._box-b .g3i_box-title span {
    font-size: 1.2rem;
  }
}
.grid-3arrow-item._box-b .g3i_box-list {
  color: #fff;
}
.grid-3arrow-item._box-b .g3i_box-text {
  color: #fff;
}
@media not all and (min-width: 640px) {
  .grid-3arrow-item._box-b .g3i_box-text {
    font-size: 1.2rem;
  }
}
.grid-3arrow-item._box-b .g3i_text {
  color: #fff;
}
.grid-3arrow-item._text {
  z-index: 2;
  text-align: center;
}

#g3i-01-w {
  grid-area: wA;
}
@media all and (min-width: 920px) {
  #g3i-01-w {
    margin-top: 20px;
    margin-bottom: 22px;
  }
  #g3i-01-w::before {
    top: calc(100% - 22px);
  }
  #g3i-01-w::after {
    top: calc(100% + 170px - 22px);
  }
}
#g3i-01-w .g3i_box-deco {
  top: -25px;
  right: -60px;
}
@media not all and (min-width: 920px) {
  #g3i-01-w .g3i_box-deco {
    top: -55px;
    right: -15px;
  }
}
@media not all and (min-width: 640px) {
  #g3i-01-w .g3i_box-deco {
    top: -55px;
    right: -15px;
    width: 80px;
    height: 88px;
  }
}

#g3i-02-w {
  grid-area: wB;
}
@media all and (min-width: 920px) {
  #g3i-02-w {
    margin-top: 42px;
    margin-bottom: 0;
  }
  #g3i-02-w::before {
    top: calc(100% - 42px);
  }
  #g3i-02-w::after {
    top: calc(100% + 170px - 42px);
  }
}
#g3i-02-w .g3i_box-title {
  margin-top: 0;
  margin-bottom: 15px;
}
@media not all and (min-width: 640px) {
  #g3i-02-w .g3i_box-title {
    margin-top: 0;
    margin-bottom: 16px;
  }
}

#g3i-03-w {
  grid-area: wC;
}
@media all and (min-width: 920px) {
  #g3i-03-w {
    margin-top: 0;
    margin-bottom: 42px;
  }
  #g3i-03-w::before {
    top: 100%;
  }
  #g3i-03-w::after {
    top: calc(100% + 170px);
  }
}
#g3i-03-w .g3i_box-deco {
  bottom: -126px;
  right: -43px;
}
@media not all and (min-width: 920px) {
  #g3i-03-w .g3i_box-deco {
    display: none;
  }
}

#g3i-01-b {
  grid-area: bA;
}
#g3i-01-b .g3i_box-deco {
  bottom: -170px;
  left: 20px;
}
@media not all and (min-width: 920px) {
  #g3i-01-b .g3i_box-deco {
    display: none;
  }
}

#g3i-02-b {
  grid-area: bB;
}

#g3i-03-b {
  grid-area: bC;
}
#g3i-03-b .g3i_box-deco {
  bottom: -185px;
  right: -35px;
}
@media not all and (min-width: 920px) {
  #g3i-03-b .g3i_box-deco {
    bottom: -185px;
    right: 0px;
  }
}
@media not all and (min-width: 640px) {
  #g3i-03-b .g3i_box-deco {
    bottom: -80px;
    right: 0px;
    width: 48px;
    height: 108px;
  }
}

#g3i-text {
  grid-area: text;
}

/*# sourceMappingURL=styles.css.map */
