/* settings */
:root {
  /* main-color*/
  --main-blue: #286EBE;
  /* accent-color */
  --accent--yellow: #D2BE00;
  /* base-color*/
  --base-color-blue: #EEF4FA;
  --base-color-yellow: #F7F5D6;
  /* usual-color */
  --usual-white: #fff;
  --usual-black: #000;
  /* text-color */
  --text-black: #3C4155;
  /* 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 {
  border-spacing: 0;
  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 (min-width: px) {
  ._fz_15\@md- {
    font-size: fz(15);
  }
}

._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--8 {
  margin-top: 8px !important;
}

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

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

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

.mgt-pc--24 {
  margin-top: 24px !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 */
.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.mv {
  border-radius: 0 0 0 150px;
}
@media not all and (min-width: 1024px) {
  .section.mv {
    border-radius: 0 0 0 50px;
  }
}
.section.mv::after {
  background-color: var(--main-blue);
}
.section:not(.mv) {
  padding: 100px 0;
}
@media not all and (min-width: 1024px) {
  .section:not(.mv) {
    padding: 50px 0;
  }
}
.section.top {
  padding-top: 40px;
  text-align: center;
}
.section:nth-of-type(odd) {
  z-index: 2;
}
.section:nth-of-type(odd):not(.mv) {
  border-radius: 150px 0 0 150px;
}
@media not all and (min-width: 1024px) {
  .section:nth-of-type(odd):not(.mv) {
    border-radius: 50px 0 0 50px;
  }
}
.section:nth-of-type(odd)::after {
  content: "";
  bottom: -150px;
  right: 0;
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 1;
}
@media not all and (min-width: 1024px) {
  .section:nth-of-type(odd)::after {
    bottom: -160px;
  }
}
.section:nth-of-type(odd)::before {
  content: "";
  top: -150px;
  right: 0;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 1;
  background: url(/ja/well-being/koueki-tsuhou/images/bg-blue-rt.svg) no-repeat;
  background-size: cover;
}
@media not all and (min-width: 1024px) {
  .section:nth-of-type(odd)::before {
    top: -50px;
    width: 50px;
    height: 50px;
  }
}
.section:nth-of-type(even) {
  border-radius: 0 150px 150px 0;
  z-index: 2;
}
@media not all and (min-width: 1024px) {
  .section:nth-of-type(even) {
    border-radius: 0 50px 50px 0;
  }
}
.section.bg-blue {
  background-color: var(--base-color-blue);
}
.section.bg-blue::after {
  background-color: var(--base-color-blue);
}
.section.bg-blue--end {
  border-radius: 0 !important;
}
.section.bg-blue-front::before {
  content: "";
  display: none;
}
.section.bg-blue-front::after {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 1;
  background: url(/ja/well-being/koueki-tsuhou/images/bg-blue-rt.svg) no-repeat;
}
@media not all and (min-width: 1024px) {
  .section.bg-blue-front::after {
    width: 50px;
    height: 50px;
  }
}
.section.section-cta {
  padding-bottom: 0;
}
.section .section-inner {
  max-width: var(--contents-width-md);
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.section .img-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  margin-bottom: 68px;
}
@media screen and (max-width: 650px) {
  .section .img-content {
    display: flex;
    flex-wrap: wrap;
  }
}
.section .img-content::after {
  content: "";
  display: block;
  width: 52px;
  height: 20px;
  background: url(/ja/well-being/koueki-tsuhou/images/arrow_icon.svg) no-repeat;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.section .bg-gray {
  width: 33.3333333333%;
}
@media screen and (max-width: 650px) {
  .section .bg-gray {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.section .bg-gray figure {
  max-width: 29.63vw;
  height: 10.815vw;
  min-height: 160px;
  border-radius: 100px;
  background: #EBEBED;
  box-sizing: border-box;
  margin-bottom: 16px;
}
@media screen and (max-width: 650px) {
  .section .bg-gray figure {
    width: 100%;
    height: 160px;
    margin: 0 auto;
    max-width: fit-content;
    min-height: fit-content;
  }
}
.section .bg-gray img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section .bg-gray .text {
  font-size: 1.6rem;
  line-height: 2;
}
@media not all and (min-width: 1024px) {
  .section .bg-gray .text {
    font-size: 1.2rem;
    padding: 0 42px;
    line-height: auto;
  }
  .section .bg-gray .text br {
    display: none;
  }
}
.section .bg-gray:nth-of-type(2) {
  margin: 0 16px 0;
}
@media screen and (max-width: 650px) {
  .section .bg-gray:nth-of-type(2) {
    margin: 0 16px 16px;
  }
}
.section .bg-sub-blue:nth-of-type(2) {
  margin: 0 16px 0;
}
@media screen and (max-width: 650px) {
  .section .bg-sub-blue:nth-of-type(2) {
    margin: 25px auto;
  }
}
.section .bg_white:nth-of-type(2) {
  margin: 0 40px 0;
}
@media screen and (max-width: 650px) {
  .section .bg_white:nth-of-type(2) {
    margin: 25px auto;
  }
}
.section .img-contents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
}
@media screen and (max-width: 650px) {
  .section .img-contents {
    display: flex;
    flex-wrap: wrap;
  }
}
.section .bg-sub-blue {
  width: 33.3333333333%;
  min-height: 465px;
  background: var(--base-color-blue);
  padding: 40px 24px;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  .section .bg-sub-blue {
    width: 100%;
    padding: 20px 14px;
    min-height: fit-content;
  }
}
.section .bg-sub-blue .title {
  color: var(--main-blue);
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 16px;
}
@media not all and (min-width: 1024px) {
  .section .bg-sub-blue .title {
    padding: 0 24px;
    font-size: 2rem;
  }
  .section .bg-sub-blue .title br {
    display: none;
  }
}
.section .bg-sub-blue figure {
  max-width: 29.63vw;
  margin: 0 auto 16px;
}
@media screen and (max-width: 650px) {
  .section .bg-sub-blue figure {
    width: 100%;
    height: 160px;
    margin: 0 auto;
    max-width: fit-content;
    min-height: fit-content;
  }
}
.section .bg-sub-blue img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section .bg-sub-blue .text {
  font-size: 1.6rem;
  line-height: 2;
}
@media not all and (min-width: 1024px) {
  .section .bg-sub-blue .text {
    font-size: 1.2rem;
    padding: 0 24px;
  }
  .section .bg-sub-blue .text br {
    display: none;
  }
}
.section .bg_white {
  width: 33.3333333333%;
  background: #fff;
  border-radius: 20px;
  padding: 38px 24px;
  text-align: center;
  position: relative;
}
@media (min-width: px) {
  .section .bg_white\@md- {
    width: 50%;
    min-height: auto;
  }
}
@media not all and (min-width: 1024px) {
  .section .bg_white {
    width: 100%;
    min-height: auto;
  }
}
.section .bg_white::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 0 0 0;
  border-bottom: 10rem solid transparent;
  border-left: 10rem solid var(--main-blue);
}
@media not all and (min-width: 1024px) {
  .section .bg_white::before {
    border-bottom: 8rem solid transparent;
    border-left: 8rem solid var(--main-blue);
  }
}
.section .bg_white span {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  position: absolute;
  top: 14px;
  left: 28px;
}
@media not all and (min-width: 1024px) {
  .section .bg_white span {
    font-size: 2rem;
    left: 20px;
  }
}
.section .bg_white .title {
  color: var(--main-blue);
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media not all and (min-width: 1024px) {
  .section .bg_white .title {
    font-size: 2rem;
  }
}
.section .bg_white p {
  font-size: 2rem;
  margin-bottom: 16px;
}
.section .bg_white figure {
  max-width: 157px;
  height: 157px;
  margin: 0 auto 12px;
}
.section .bg_white img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section .bg_white ul > li {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 24px;
  margin-bottom: 8px;
  position: relative;
}
.section .bg_white ul > li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: #3C4155;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.section .bg_white ul > li:last-child {
  margin-bottom: 0;
}
.section .introduction .bg_blue:nth-of-type(1),
.section .introduction .bg_blue:nth-of-type(2),
.section .introduction .bg_blue:nth-of-type(3) {
  margin-right: 26px;
}
@media screen and (max-width: 960px) {
  .section .introduction .bg_blue:nth-of-type(1),
  .section .introduction .bg_blue:nth-of-type(2),
  .section .introduction .bg_blue:nth-of-type(3) {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .section .introduction {
    display: flex;
    flex-wrap: wrap;
  }
}
.section .bg_blue {
  width: 25%;
  min-height: 332px;
  background: var(--base-color-blue);
  border-radius: 20px;
  padding: 30px 24px 26px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .section .bg_blue {
    width: 100%;
    min-height: fit-content;
    margin: 0 auto;
  }
}
.section .bg_blue::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 0 0 0;
  border-bottom: 8.5rem solid transparent;
  border-left: 9.2rem solid var(--main-blue);
}
@media not all and (min-width: 1024px) {
  .section .bg_blue::before {
    border-bottom: 8rem solid transparent;
    border-left: 8rem solid var(--main-blue);
  }
}
.section .bg_blue span {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  position: absolute;
  top: 8px;
  left: 16px;
}
@media not all and (min-width: 1024px) {
  .section .bg_blue span {
    font-size: 2rem;
    left: 20px;
  }
}
.section .bg_blue .title {
  color: var(--main-blue);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.section .bg_blue p {
  font-size: 1.6rem;
}
.section .bg_blue .text {
  font-size: 1.6rem;
  line-height: 2;
}
@media not all and (min-width: 1024px) {
  .section .bg_blue .text {
    font-size: 1.2rem;
    padding: 0 24px;
    line-height: auto;
  }
  .section .bg_blue .text br {
    display: none;
  }
}
.section .bg_blue figure {
  max-width: 93px;
  height: 93px;
  padding: 13px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 16px;
}
.section .bg_blue img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section .texts {
  display: block;
  text-align: left;
}
@media not all and (min-width: 1024px) {
  .section .texts {
    text-align: center;
  }
}

.section.bg-blue--end {
  padding-bottom: 48px;
}

/* components */
.mv {
  background-color: var(--main-blue);
  padding: 40px;
  display: flex;
  justify-content: center;
}
@media not all and (min-width: 1024px) {
  .mv {
    padding: 30px 20px 40px;
  }
}
.mv .mv-inner {
  display: flex;
  align-items: center;
  max-width: 1112px !important;
}
@media not all and (min-width: 1024px) {
  .mv .mv-inner {
    flex-direction: column;
  }
}
.mv .mv-img {
  max-width: 48.9208633094%;
}
@media not all and (min-width: 1024px) {
  .mv .mv-img {
    margin-bottom: 30px;
  }
}
.mv .mv-img > img {
  max-width: 100%;
  vertical-align: top;
}
.mv .mv-contents {
  max-width: 51.0791366906%;
}
@media not all and (min-width: 1024px) {
  .mv .mv-contents {
    max-width: 100%;
  }
}
.mv .mv-lead {
  max-width: 576px;
  margin-bottom: 16px;
}
.mv .mv-lead > img {
  max-width: 100%;
}
.mv .mv-h1 {
  max-width: 564px;
  margin-bottom: 16px;
}
.mv .mv-h1 > img {
  max-width: 100%;
}

.button-wrapper .button {
  width: 280px;
  font-size: 1.8rem;
  padding: 10px 16px;
  display: inline-flex;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border-radius: 40px;
  transition: opacity 0.3s;
  text-decoration: none;
}
.button-wrapper .button.type-white {
  background-color: var(--usual-white);
  color: var(--main-blue);
}
.button-wrapper .button.type-blue {
  background-color: var(--main-blue);
  color: var(--usual-white);
}
.button-wrapper .button.type-yellow {
  background-color: var(--accent--yellow);
  color: var(--text-black);
}
.button-wrapper .button[class*=has-icon-] {
  align-items: center;
}
.button-wrapper .button[class*=has-icon-]::before {
  content: "";
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}
.button-wrapper .button.has-icon-download::before {
  background-image: url(/ja/well-being/koueki-tsuhou/images/button_icon_donload.svg);
}
.mv .button-wrapper .button.has-icon-download::before {
  background-image: url(/ja/well-being/koueki-tsuhou/images/button_icon_donload-reverse.svg);
}
.button-wrapper .button.has-icon-download02::before {
  background-image: url(/ja/well-being/koueki-tsuhou/images/button_icon_donload02.svg);
}
.button-wrapper .button.has-icon-calender::before {
  background-image: url(/ja/well-being/koueki-tsuhou/images/button_icon_calender.svg);
}
.button-wrapper .button.has-icon-price::before {
  background-image: url(/ja/well-being/koueki-tsuhou/images/button_icon_price.svg);
}
.button-wrapper .button.has-icon-popup::before {
  background-image: url(/ja/well-being/koueki-tsuhou/images/button_icon_popup.svg);
}
.button-wrapper .button.has-icon-letter::before {
  background-image: url(/ja/well-being/koueki-tsuhou/images/button_icon_letter.svg);
}
.button-wrapper .button:hover {
  opacity: 0.7;
}
.button-wrapper .button .button-text {
  flex-grow: 1;
}

.button-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 1024px) {
  .button-list {
    flex-direction: row;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.button-list .button-wrapper {
  width: 100%;
  max-width: 320px;
}
@media all and (min-width: 1024px) {
  .button-list .button-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media not all and (min-width: 1024px) {
  .button-list .button-wrapper:not(:first-child) {
    margin-top: 20px;
  }
}
.button-list .button-wrapper .button {
  width: 100%;
  max-width: 320px;
  min-height: 80px;
}
.mv .button-list {
  margin-left: -8px;
  margin-right: -8px;
  justify-content: flex-start;
}
.mv .button-list .button-wrapper {
  margin-left: 8px;
  margin-right: 8px;
  max-width: 280px;
}
@media not all and (min-width: 1024px) {
  .mv .button-list .button-wrapper:not(:first-child) {
    margin-top: 20px;
  }
}
.floating-button {
  position: fixed;
  right: 0;
  z-index: 99;
  top: calc(50vh - 54px);
}
@media all and (min-width: 640px) {
  .floating-button {
    top: calc(50vh - 87px);
  }
}
.floating-button .item {
  max-width: 100px;
  max-height: 100px;
}
@media not all and (min-width: 640px) {
  .floating-button .item {
    width: 70px;
    height: 70px;
  }
}
.floating-button .item.inquiry {
  background-color: #C6D9EE;
  border-radius: 20px 0 0 0;
}
.floating-button .item.faq {
  background-color: var(--base-color-yellow);
  border-radius: 0 0 0 20px;
}
.floating-button .item .link {
  text-decoration: none;
  color: var(--text-black);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 14px 26px;
  transition: opacity 0.3s;
  font-size: 1.4rem;
}
@media not all and (min-width: 640px) {
  .floating-button .item .link {
    padding: 8px;
    font-size: 1.4rem;
  }
}
.floating-button .item .link:hover {
  opacity: 0.7;
}
.floating-button .item .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
@media not all and (min-width: 640px) {
  .floating-button .item .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
  }
}

.lead-text {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: var(--main-blue);
}
@media all and (min-width: 640px) {
  .lead-text {
    font-size: 3.2rem;
  }
}

.colbox .annotation-text {
  margin-top: 8px;
}

.primary-heading {
  color: var(--main-blue);
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-top: 38px;
  margin-bottom: 32px;
  position: relative;
}
@media all and (min-width: 640px) {
  .primary-heading {
    font-size: 3.2rem;
  }
}
.primary-heading::before {
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 32px;
  height: 20px;
  background: url(/ja/well-being/koueki-tsuhou/images/primary-heading-deco.png) no-repeat;
  background-size: contain;
}
.primary-heading .sub-text {
  font-size: 1.9rem;
}
@media all and (min-width: 640px) {
  .primary-heading .sub-text {
    font-size: 2.3rem;
  }
}

.secondary-heading {
  color: var(--main-blue);
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 48px 0 24px;
}
@media all and (min-width: 640px) {
  .secondary-heading {
    font-size: 2.4rem;
  }
}

.special-heading {
  background-color: var(--base-color-yellow);
  text-align: center;
  margin-top: 15px;
  padding: 26px;
  border-radius: 20px;
}
.special-heading h2 {
  font-size: 2.8rem;
  color: #3C4155;
  font-weight: bold;
  margin-bottom: 24px;
}
@media not all and (min-width: 1024px) {
  .special-heading .tab-break {
    display: block;
  }
}
.special-heading .emphasis {
  color: var(--main-blue);
  background: linear-gradient(transparent 70%, #EBE28D 10%);
}
.normal-heading {
  background-color: var(--base-color-yellow);
  color: var(--main-blue);
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 8px;
  margin: 0 auto;
}
@media all and (min-width: 640px) {
  .normal-heading {
    font-size: 2.4rem;
  }
}
@media not all and (min-width: 1024px) {
  .normal-heading .tab-break {
    display: block;
  }
}
.normal-heading .emphasis {
  font-size: 2.8rem;
  background: linear-gradient(transparent 70%, #EBE28D 10%);
}
@media all and (min-width: 640px) {
  .normal-heading .emphasis {
    font-size: 3.6rem;
  }
}

.sub-heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  text-box: trim-both cap alphabetic;
}
@media all and (min-width: 640px) {
  .sub-heading {
    font-size: 2.4rem;
  }
}
@media not all and (min-width: 1024px) {
  .sub-heading .tab-break {
    display: block;
  }
}
.sub-heading .emphasis {
  color: var(--main-blue);
  background: linear-gradient(transparent 70%, #EBE28D 10%);
}

.table {
  background: #fff;
  min-width: 950px;
  margin-bottom: 14px;
}
.table td, .table th {
  padding: 14px 12px;
  border-bottom: 1px solid #D0D6E2;
}
.table th {
  font-weight: 600;
  text-align: center;
}
.table .space {
  padding: 0;
  width: 20px;
}
.table .space-sub {
  padding: 0;
  width: 8px;
}

.table_wrapper,
.table_wrappers {
  overflow-x: auto;
  display: block;
}

.table_wrapper {
  margin-bottom: 16px;
  background: #fff;
  padding: 60px 40px 40px;
  border-radius: 0 0 20px 20px;
}

.comparison_table .tab-head {
  margin-bottom: 0px;
}

.basic_performance .company_header {
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #D0D6E2;
}
.basic_performance .company_header th {
  width: 160px;
}
.basic_performance .company_header td:nth-of-type(2) {
  border: none;
}
.basic_performance .company_header th {
  font-size: 2rem;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  color: #286EBE;
  text-align: center;
  vertical-align: middle;
  background: #EEF4FA;
}
.basic_performance .company_header_hidden .nec {
  width: 200px;
  border-radius: 8px 8px 0 0;
  font-size: 2rem;
  vertical-align: middle;
  background: #286EBE;
  color: #fff;
}
.basic_performance td:nth-of-type(2) {
  border-right: 2px solid #286EBE;
  border-left: 2px solid #286EBE;
  background: #EEF4FA;
}
.basic_performance .last_border {
  border-bottom: 2px solid #286EBE;
}
.basic_performance .company_header_hidden td {
  border: none !important;
}
.basic_performance .column {
  background: #D9DFE9;
  border-right: 1px solid #D0D6E2;
  color: #3C4155;
  writing-mode: vertical-rl;
  letter-spacing: 1rem;
  vertical-align: middle;
}
.basic_performance .title {
  padding-left: 25px;
  background: #D9DFE9;
  color: #3C4155;
  text-align: left;
  vertical-align: middle;
}
.basic_performance .titles {
  padding-left: 25px;
  background: #EFF2F6;
  color: #3C4155;
  text-align: left;
  vertical-align: middle;
  border-bottom: none;
}
.basic_performance .sub-title {
  font-size: 1.2rem;
  background: #fff;
  color: #3C4155;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px !important;
  width: 120px;
  border-right: 1px solid #EEF0F5;
  position: relative;
}
.basic_performance .sub-title-bg {
  background: #EFF2F6;
}
.basic_performance figure {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  vertical-align: bottom;
}
.basic_performance figure img {
  max-width: 100%;
  height: auto;
}
.basic_performance .normal_img {
  width: 17px;
  height: 17px;
}

.support_system {
  width: 100%;
}
.support_system .company_header th {
  width: 160px;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  color: #286EBE;
  text-align: center;
  vertical-align: middle;
  background: #EEF4FA;
}
.support_system .company_header_hidden .nec {
  width: 200px;
  border-radius: 8px 8px 0 0;
  font-size: 2rem;
  vertical-align: middle;
  background: #286EBE;
  color: #fff;
}
.support_system td:nth-of-type(2) {
  border-right: 2px solid #286EBE;
  border-left: 2px solid #286EBE;
  background: #EEF4FA;
}
.support_system .last_border {
  border-bottom: 2px solid #286EBE;
}
.support_system .company_header_hidden td {
  border: none !important;
}
.support_system .column {
  background: #D0D6E2;
  border-right: 1px solid #C5CCD9;
  border-bottom: 1px solid #C5CCD9;
  color: #3C4155;
  writing-mode: vertical-rl;
  vertical-align: middle;
  letter-spacing: 1rem;
}
.support_system .titles {
  width: 150px;
  background: #EFF2F6;
  color: #3C4155;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #EEF0F5;
}
.support_system td {
  padding: 24px 12px;
}
.support_system figure {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
}
.support_system figure img {
  max-width: 100%;
  height: auto;
}
.support_system p {
  font-size: 1.4rem;
}
.support_system th, .support_system td {
  vertical-align: middle;
}

.service_plan tr {
  border-bottom: 1px solid #D0D6E2;
}
.service_plan td {
  vertical-align: middle;
}
.service_plan td:nth-of-type(1),
.service_plan td:nth-of-type(2) {
  min-width: 335px;
}
.service_plan td:nth-of-type(2) {
  border-left: 1px solid #D0D6E2;
}
.service_plan .content_title {
  min-width: 335px;
  font-weight: 600;
  font-size: 2rem;
  color: #3C4155;
  background: none;
}
@media not all and (min-width: 1024px) {
  .service_plan .content_title {
    min-width: 300px;
  }
}
.service_plan h3.table_inner-title {
  text-align: left;
  padding-left: 48px;
  position: relative;
  padding-top: 25px;
  margin-bottom: 10px;
}
.service_plan h3.table_inner-title::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--main-blue);
  position: absolute;
  top: 70%;
  left: 24px;
  transform: translate(0%, -50%);
}
.service_plan .plan_header th {
  min-width: 335px;
  padding: 0;
  vertical-align: middle;
}
@media not all and (min-width: 1024px) {
  .service_plan .plan_header th {
    min-width: 300px;
  }
}
.service_plan .plan_header h4 {
  font-size: 2rem;
  padding: 20px 0;
  font-weight: 600;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 4px;
}
.service_plan .basic h4 {
  color: #fff;
  background: var(--main-blue);
  margin-right: 4px;
}
.service_plan .standard h4 {
  color: #3C4155;
  background: var(--accent--yellow);
  margin-left: 4px;
}
.service_plan .column-title {
  border-right: 1px solid #D0D6E2;
}
.service_plan .titles {
  background: #EEF4FA;
  color: #3C4155;
  text-align: left;
  font-size: 1.6rem;
  padding: 8px 20px 8px 24px;
  border-right: 1px solid #D0D6E2;
  vertical-align: middle;
}
.service_plan .titles.va-top {
  vertical-align: top;
  padding-top: 23px;
}
.service_plan td {
  padding: 22px 12px;
}
.service_plan td.type-02 {
  padding: 10px 12px;
}
.service_plan .linefeed {
  min-width: 335px;
}
@media not all and (min-width: 1024px) {
  .service_plan .linefeed {
    min-width: 300px;
  }
}
.service_plan .linefeed span {
  font-size: 1.4rem;
  padding-top: 4px;
}
.service_plan .inner_content-column {
  display: flex;
  flex-direction: column;
}
.service_plan .inner_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_plan .bg_sub-blue {
  width: fit-content;
  padding: 8px;
  border-radius: 4px;
  margin-left: 24px;
  background: #EFF2F6;
}
.service_plan figure {
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: bottom;
}
.service_plan figure.type-batu {
  width: 20px;
  height: 20px;
}
.service_plan figure + p {
  margin-left: 8px;
}
.service_plan figure img {
  width: 100%;
  height: auto;
}
.service_plan figure.sub-figure {
  margin: 0 auto;
}
.service_plan .emphasis {
  color: var(--main-blue);
  background: linear-gradient(transparent 70%, #EBE28D 10%);
}

.colbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.colbox .colbox-item {
  max-width: 320px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
.colbox .colbox-item:nth-child(n+4) {
  margin-top: 32px;
}
@media (max-width: 1096px) {
  .colbox .colbox-item:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media (max-width: 736px) {
  .colbox .colbox-item:not(:first-child) {
    margin-top: 32px;
  }
}
.colbox .colbox-inner {
  background-color: var(--base-color-blue);
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 290px;
  border-radius: 20px;
}
.colbox .colbox-heading {
  display: flex;
  align-items: center;
}
.colbox .colbox-heading-icon {
  flex: 0 0 85px;
  width: 85px;
  height: 85px;
  margin-right: 16px;
}
.colbox .colbox-heading-icon img {
  width: 100%;
}
.colbox .colbox-heading-text {
  color: var(--main-blue);
  font-size: 2rem;
  font-weight: bold;
}
.colbox .colbox-content {
  margin-top: 20px;
}
.colbox .colbox-content-text {
  font-weight: 500;
}

.round-box {
  border-radius: 20px;
  background-color: var(--usual-white);
  padding: 30px 20px 30px;
}
@media all and (min-width: 640px) {
  .round-box {
    padding: 60px 40px 40px;
  }
}
.round-box .heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--main-blue);
  text-align: center;
}
@media all and (min-width: 640px) {
  .round-box .heading {
    font-size: 2.8rem;
  }
}
.round-box .text {
  font-weight: bold;
  text-align: center;
  margin: 30px 0 26px;
}
.round-box.bg-blue {
  background-color: var(--base-color-blue);
}

.local-logo-box {
  border-radius: 20px;
  background-color: var(--usual-white);
  display: flex;
  justify-content: center;
  padding: 42px 24px 12px 24px;
  position: relative;
}
@media all and (min-width: 1024px) {
  .local-logo-box {
    padding: 12px 40px 12px 160px;
  }
}
.local-logo-box .heading {
  font-size: 1rem;
  font-weight: bold;
  width: 80px;
  height: 80px;
  color: var(--text-black);
  background-color: var(--accent--yellow);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -24px;
  left: 16px;
}
@media all and (min-width: 1024px) {
  .local-logo-box .heading {
    font-size: 1.4rem;
    width: 101px;
    height: 101px;
    top: -24px;
    left: 24px;
  }
}
.local-logo-box .logo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 1024px) {
  .local-logo-box .logo-list {
    display: flex;
    flex-wrap: wrap;
  }
  .local-logo-box .logo-list > li {
    width: 148px;
  }
}
.local-logo-box .logo-list img {
  max-width: 100%;
}

.users-logo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (min-width: 640px) {
  .users-logo-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.users-logo-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 170px;
}
.users-logo-list > li img {
  max-width: 100%;
}

.cta-area {
  position: relative;
  padding: 60px 0;
}
@media all and (min-width: 640px) {
  .cta-area {
    padding: 60px 20px;
  }
}
.cta-area::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  background: var(--base-color-yellow);
  border-radius: 150px;
}
@media not all and (min-width: 1024px) {
  .cta-area::before {
    border-radius: 50px;
  }
}
.cta-area .cta-area-inner {
  position: relative;
  z-index: 2;
}
.cta-area .cta-heading {
  color: var(--main-blue);
  text-align: center;
  font-weight: bold;
}
.cta-area .cta-heading .sub {
  font-size: 1.8rem;
  display: block;
}
@media all and (min-width: 640px) {
  .cta-area .cta-heading .sub {
    font-size: 2.2rem;
  }
}
.cta-area .cta-heading .main {
  font-size: 2.4rem;
}
@media all and (min-width: 640px) {
  .cta-area .cta-heading .main {
    font-size: 2.8rem;
  }
}
.cta-area .text {
  font-weight: bold;
  text-align: center;
  margin: 30px 0 16px;
}
.cta-area .annotation-text {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 24px;
}
.cta-area .round-box {
  padding: 20px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1024px) {
  .cta-area .round-box {
    padding: 40px 50px;
  }
}
.cta-area .separate-box {
  display: flex;
}
@media not all and (min-width: 1024px) {
  .cta-area .separate-box {
    flex-direction: column;
  }
}
.cta-area .separate-box .item {
  position: relative;
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media not all and (min-width: 1024px) {
  .cta-area .separate-box .item {
    max-width: 100%;
  }
}
.cta-area .separate-box .item:first-child {
  padding-right: 48px;
  justify-self: center;
}
@media not all and (min-width: 1024px) {
  .cta-area .separate-box .item:first-child {
    padding-right: 0;
  }
}
.cta-area .separate-box .item:first-child::after {
  content: "";
  position: absolute;
  background: #E1E1E1;
  width: auto;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -20px;
}
@media all and (min-width: 1024px) {
  .cta-area .separate-box .item:first-child::after {
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: auto;
    left: auto;
  }
}
.cta-area .separate-box .item:last-child {
  padding-left: 48px;
}
@media not all and (min-width: 1024px) {
  .cta-area .separate-box .item:last-child {
    padding-left: 0;
    padding-top: 40px;
  }
}
.cta-area .separate-box .item .text {
  font-weight: bold;
  margin: 0;
  text-align: left;
}
.cta-area .person-image-box {
  display: flex;
  justify-content: center;
  max-width: 344px;
  margin: 0 auto;
}
.cta-area .person-image-box .image > img {
  max-width: 160px;
}
.cta-area .person-image-box .image > figcaption {
  color: var(--main-blue);
  font-weight: bold;
  text-align: center;
}
.cta-area .button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 21px;
}
.cta-area .button-wrapper .button {
  min-width: 350px;
  width: 100%;
  height: 80px;
}
@media not all and (min-width: 1024px) {
  .cta-area .button-wrapper .button {
    max-width: 350px;
    min-width: auto;
  }
}
.cta-area .button-wrapper .button-annotation {
  display: block;
  margin-top: 16px;
  color: var(--main-blue);
  font-weight: bold;
}
.cta-area .balloon {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: var(--main-blue);
  margin-bottom: 12px;
}
.cta-area .balloon .balloon-text {
  position: relative;
}
.cta-area .balloon .balloon-text::before, .cta-area .balloon .balloon-text::after {
  content: "";
  bottom: 8px;
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--main-blue);
}
.cta-area .balloon .balloon-text::before {
  left: -32px;
  transform: rotate(45deg);
}
.cta-area .balloon .balloon-text::after {
  right: -32px;
  transform: rotate(-45deg);
}

.has-balloon-figure {
  margin-top: 48px;
  border: 2px solid #E7EFF8;
  border-radius: 20px;
}
@media not all and (min-width: 1024px) {
  .has-balloon-figure {
    margin-top: 30px;
  }
}
.has-balloon-figure .figure-balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--base-color-blue);
  padding: 30px 20px 31px;
  border-radius: 20px 20px 0 0;
}
@media not all and (min-width: 640px) {
  .has-balloon-figure .figure-balloon {
    padding: 20px;
  }
}
.has-balloon-figure .figure-balloon p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--main-blue);
  width: 106px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--main-blue);
}
@media not all and (min-width: 640px) {
  .has-balloon-figure .figure-balloon p {
    font-size: 1.2rem;
    width: 80px;
    height: 26px;
  }
}
.has-balloon-figure .figure-balloon p span {
  font-size: 2.4rem;
  padding-left: 8px;
}
@media not all and (min-width: 640px) {
  .has-balloon-figure .figure-balloon p span {
    font-size: 1.4rem;
  }
}
.has-balloon-figure .figure-balloon > h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--main-blue);
  padding-left: 16px;
}
@media not all and (min-width: 640px) {
  .has-balloon-figure .figure-balloon > h2 {
    font-size: 1.6rem;
  }
}
.has-balloon-figure .image {
  padding: 32px 40px;
}
@media not all and (min-width: 640px) {
  .has-balloon-figure .image {
    padding: 20px 10px;
  }
}
.has-balloon-figure .image > img {
  max-width: 100%;
  border-radius: 0 0 20px 20px;
}

.has-blue-figure {
  margin-top: 40px;
  background: #E7EFF8;
  border-radius: 20px;
  padding: 40px 0;
}
.has-blue-figure h2 {
  padding: 0 12px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: var(--main-blue);
  margin-bottom: 24px;
}
@media all and (min-width: 1024px) {
  .has-blue-figure h2 {
    font-size: 3.2rem;
  }
}
.has-blue-figure .image {
  padding: 0px;
}
.has-blue-figure .image > img {
  max-width: 100%;
  border-radius: 0 0 20px 20px;
}

.bg-blue .has-balloon-figure {
  background: #fff;
}
.bg-blue .has-balloon-figure .figure-balloon {
  background-color: #C6D9EE;
  position: relative;
}
.bg-blue .has-balloon-figure .figure-balloon::after {
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #C6D9EE;
}
@media not all and (min-width: 640px) {
  .bg-blue .has-balloon-figure .figure-balloon::after {
    bottom: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #C6D9EE;
  }
}

.plan_content {
  display: block;
  margin: 0 auto 16px;
  gap: 40px;
}
@media all and (min-width: px) {
  .plan_content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) {
  .plan_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.plan_content .plan {
  width: 100%;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 42px;
}
.plan_content h3 {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media not all and (min-width: 1024px) {
  .plan_content h3 {
    font-size: 2.4rem;
  }
}
.plan_content p {
  margin-bottom: 12px;
  font-size: 1.8rem;
}
.plan_content .monthly_amount,
.plan_content .annual_amount {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 600;
}
.plan_content .monthly_amount {
  font-size: 5.6rem;
}
.plan_content .monthly_amount span {
  font-size: 2.8rem;
  font-weight: 600;
  color: #3C4155;
  margin: 0 4px;
  line-height: 7.8rem;
}
.plan_content .annual_amount {
  margin-top: -5px;
  font-size: 3.2rem;
  margin-bottom: 25px;
}
.plan_content .annual_amount span {
  font-size: 2.3rem;
  line-height: 2;
  margin: 0 4px;
}
.plan_content .initial {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 24px;
  background: #fff;
  margin: 0 auto;
  border-radius: 4px;
}
.plan_content .basic_plan {
  margin-bottom: 60px;
  background: var(--base-color-blue);
}
.plan_content .basic_plan h3 {
  border-radius: 20px 20px 0 0;
  background: var(--main-blue);
  color: #fff;
  padding: 18px 24px;
}
@media not all and (min-width: 1024px) {
  .plan_content .basic_plan h3 {
    padding: 20px 40px;
  }
}
.plan_content .basic_plan .monthly_amount {
  color: var(--main-blue);
}
@media all and (min-width: 1024px) {
  .plan_content .basic_plan {
    margin-bottom: 0;
  }
}
.plan_content .standard_plan {
  position: relative;
  background: var(--base-color-yellow);
}
.plan_content .standard_plan h3 {
  border-radius: 20px 20px 0 0;
  background: var(--accent--yellow);
  padding: 20px 120px;
}
@media not all and (min-width: 1024px) {
  .plan_content .standard_plan h3 {
    padding: 20px 40px;
  }
}
.plan_content .standard_plan .monthly_amount {
  color: #AE5508;
}
.plan_content .standard_plan .arrow {
  background: #3C4155;
  font-weight: 600;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 24px;
  border-radius: 4px;
  white-space: nowrap;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media not all and (min-width: 1024px) {
  .plan_content .standard_plan .arrow {
    font-size: 1.2rem;
  }
}
.plan_content .standard_plan .arrow::after {
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #3C4155;
}
@media not all and (min-width: 640px) {
  .plan_content .standard_plan .arrow::after {
    bottom: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #3C4155;
  }
}

.bg-yellow {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 100px;
  padding: 48px 0;
  background: var(--base-color-yellow);
  position: relative;
}
@media not all and (min-width: 1024px) {
  .bg-yellow {
    margin-bottom: 50px;
  }
}
.bg-yellow h3 {
  font-weight: 600;
  font-size: 2.8rem;
  text-align: center;
  color: var(--main-blue);
  margin-bottom: 32px;
}
@media not all and (min-width: 1024px) {
  .bg-yellow h3 {
    font-size: 2rem;
  }
}
.bg-yellow::after {
  content: "";
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
}
@media not all and (min-width: 640px) {
  .bg-yellow::after {
    top: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fff;
  }
}

.archive-grid {
  display: grid;
  gap: 48px 40px;
}
@media all and (min-width: 640px) {
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.archive-grid__col {
  display: flex;
  flex-direction: column;
}
.archive-grid__image {
  transition: opacity 0.3s;
  margin-bottom: 10px;
}
@media all and (min-width: 640px) {
  .archive-grid__image {
    margin-bottom: 16px;
  }
}
.archive-grid__image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.archive-grid__image:hover {
  opacity: 0.7;
}
.archive-grid__title {
  font-weight: bold;
  margin-bottom: 4px;
}

.tab-head {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #286EBE;
  gap: 0 16px;
  margin-bottom: 42px;
  padding: 0 10px;
}
@media all and (min-width: 640px) {
  .tab-head {
    padding: 0 20px;
  }
}
@media all and (min-width: 640px) {
  .tab-head br {
    display: none;
  }
}
.tab-head__button {
  background: #286EBE;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  margin-top: 10px;
  transition: opacity 0.3s;
  flex: 1 1 auto;
  max-width: 280px;
  width: 100%;
}
@media all and (min-width: 640px) {
  .tab-head__button {
    font-size: 1.6rem;
  }
}
.tab-head__button:hover {
  opacity: 0.7;
}
.tab-head__button[aria-selected=true] {
  pointer-events: none;
  font-size: 1.4rem;
  height: 80px;
  margin-top: 0;
}
@media all and (min-width: 640px) {
  .tab-head__button[aria-selected=true] {
    font-size: 1.8rem;
  }
}

.tab-head__button--system {
  background: #D2BE00;
  color: #474747;
}

.tab-body__tab[aria-hidden=true] {
  display: none;
}

.faq-box {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 32px;
}
.faq-box + .faq-box {
  margin-top: 32px;
}
.faq-box__heading {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 20px;
  align-items: center;
}
@media all and (min-width: 640px) {
  .faq-box__heading {
    grid-template-columns: 80px 1fr;
  }
}
.faq-box__heading-number {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #286EBE;
  border-radius: 15px;
}
@media all and (min-width: 640px) {
  .faq-box__heading-number {
    width: 80px;
    height: 80px;
  }
}
.faq-box__heading--system .faq-box__heading-number {
  background: #D2BE00;
  color: #474747;
}
.faq-box__button {
  text-align: left;
  color: #286EBE;
  font-size: 1.6rem;
  font-weight: bold;
  transition: opacity 0.3s;
  padding-right: 60px;
  position: relative;
}
.faq-box__button::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: #286EBE;
  border-radius: 100%;
}
.faq-box__heading--system .faq-box__button::before {
  background: #D2BE00;
}
.faq-box__button::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: calc(50% - 8px);
  width: 24px;
  height: 24px;
  background-image: url(/ja/well-being/koueki-tsuhou/images/faq-toggle.svg);
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s, top 0.3s;
}
.faq-box__heading--system .faq-box__button::after {
  background-image: url(/ja/well-being/koueki-tsuhou/images/faq-toggle_system.svg);
}
@media all and (min-width: 640px) {
  .faq-box__button {
    font-size: 2rem;
  }
}
.faq-box__button:hover {
  opacity: 0.7;
}
.faq-box__button[aria-expanded=false]::after {
  transform: rotate(180deg);
  top: calc(50% - 16px);
}
.faq-box__body {
  padding-left: 80px;
}
@media all and (min-width: 640px) {
  .faq-box__body {
    padding-left: 100px;
  }
}

.mouseover-map {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
@media all and (min-width: 640px) {
  .mouseover-map {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.mouseover-map__button {
  position: absolute;
  width: 5.0961538462vw;
  padding-top: 6.1538461538%;
  max-width: 53px;
}
.mouseover-map__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/ja/well-being/koueki-tsuhou/images/map_pin.svg) no-repeat center center/contain;
  transition: opacity 0.3s;
}
.mouseover-map__button::after {
  content: "";
  display: block;
  position: absolute;
  top: -27px;
  left: calc(50% - 20px);
  width: 18px;
  height: 26px;
  background: url(/ja/well-being/koueki-tsuhou/images/modal-tune.svg) no-repeat center center/cover;
  filter: drop-shadow(0px 6px 0px rgba(40, 110, 190, 0.16));
  z-index: 1;
  pointer-events: none;
  display: none;
}
@media all and (min-width: 640px) {
  .mouseover-map__button::after {
    width: 24px;
    height: 35px;
    left: calc(50% - 25px);
    top: -37px;
  }
}
.mouseover-map__button:hover::before, .mouseover-map__button:focus-visible::before {
  opacity: 0.7;
}
.mouseover-map__button:hover::after, .mouseover-map__button:focus-visible::after {
  display: block;
  z-index: 11;
}
.mouseover-map__button:hover + .mouseover-map__modal, .mouseover-map__button:focus-visible + .mouseover-map__modal {
  display: block;
  z-index: 10;
}
.mouseover-map__button--hokkaido {
  top: 12.5340599455%;
  left: 71.4423076923%;
}
.mouseover-map__button--kanto {
  top: 63.4877384196%;
  left: 51.5384615385%;
}
.mouseover-map__button--tokai {
  top: 67.8474114441%;
  left: 40.1923076923%;
}
.mouseover-map__button--chubu {
  top: 59.1280653951%;
  left: 43.4615384615%;
}
.mouseover-map__button--kansai {
  top: 68.9373297003%;
  left: 31.6346153846%;
}
.mouseover-map__button--chugoku {
  top: 63.4877384196%;
  left: 18.6538461538%;
}
.mouseover-map__button--kyusyu {
  top: 76.5667574932%;
  left: 7.5961538462%;
}
.mouseover-map__modal {
  transform: translateY(calc(-100% - 25px));
  position: absolute;
  left: 20px;
  width: fit-content;
  max-width: calc(100% - 20px - 20px);
  border: 1px solid #286EBE;
  border-radius: 20px;
  background: #fff;
  padding: 16px 16px;
  filter: drop-shadow(0px 6px 0px rgba(40, 110, 190, 0.16));
  display: none;
}
@media all and (min-width: 640px) {
  .mouseover-map__modal {
    max-width: calc(100% - 64px - 64px);
    left: 64px;
    padding: 16px 24px;
    transform: translateY(calc(-100% - 35px));
  }
}
.mouseover-map__modal::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  width: 100%;
  left: 0;
  height: 35px;
}
.mouseover-map__modal--hokkaido {
  right: 0;
  left: auto;
  top: 12.5340599455%;
}
@media all and (min-width: 640px) {
  .mouseover-map__modal--hokkaido {
    right: 64px;
  }
}
.mouseover-map__modal--hokkaido::after {
  left: 71.4423076923%;
}
.mouseover-map__modal--kanto {
  top: 63.4877384196%;
}
.mouseover-map__modal--kanto::after {
  left: 51.5384615385%;
}
.mouseover-map__modal--tokai {
  top: 67.8474114441%;
}
.mouseover-map__modal--tokai::after {
  left: 40.1923076923%;
}
.mouseover-map__modal--chubu {
  top: 59.1280653951%;
}
.mouseover-map__modal--chubu::after {
  left: 43.4615384615%;
}
.mouseover-map__modal--kansai {
  top: 68.9373297003%;
}
.mouseover-map__modal--kansai::after {
  left: 31.6346153846%;
}
.mouseover-map__modal--chugoku {
  top: 63.4877384196%;
  left: 0;
}
@media all and (min-width: 640px) {
  .mouseover-map__modal--chugoku {
    left: 64px;
  }
}
.mouseover-map__modal--chugoku::after {
  left: 18.6538461538%;
}
.mouseover-map__modal--kyusyu {
  top: 76.5667574932%;
  left: 0;
}
.mouseover-map__modal--kyusyu::after {
  left: 7.5961538462%;
}
.mouseover-map__modal-heading {
  color: #286EBE;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media all and (min-width: 640px) {
  .mouseover-map__modal-heading {
    font-size: 2rem;
  }
}
.mouseover-map__modal-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 640px) {
  .mouseover-map__modal-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mouseover-map__modal-list--full {
  grid-template-columns: repeat(3, 1fr);
}
@media all and (min-width: 640px) {
  .mouseover-map__modal-list--full {
    grid-template-columns: repeat(5, 1fr);
  }
}
.mouseover-map__modal-list img {
  width: 100%;
  height: auto;
}
.mouseover-map__image {
  position: relative;
}
.mouseover-map__image img {
  max-width: 100%;
  height: auto;
}
.mouseover-map__information {
  position: absolute;
  border-radius: 10px;
  background: #F5F5F5;
  padding: min(36px, 3.4615384615vw) min(24px, 2.3076923077vw);
  display: flex;
  align-items: center;
  gap: 0 12px;
  pointer-events: none;
  bottom: 0;
  right: 0;
}
@media all and (min-width: 640px) {
  .mouseover-map__information {
    right: min(40px, 3.8461538462vw);
    bottom: min(40px, 3.8461538462vw);
    right: 20px;
  }
}
.mouseover-map__information::before {
  content: "";
  display: block;
  aspect-ratio: 53/64;
  width: 20px;
  height: 24px;
  background: url(/ja/well-being/koueki-tsuhou/images/map_pin.svg) no-repeat center center/contain;
}
@media all and (min-width: 640px) {
  .mouseover-map__information::before {
    width: 53px;
    height: 64px;
  }
}
.mouseover-map__information p {
  margin: 0;
  font-weight: bold;
  color: #286EBE;
  font-size: 1.2rem;
}
@media all and (min-width: 640px) {
  .mouseover-map__information p {
    font-size: min(1.6rem, 1.5384615385vw);
  }
}
.is-touch .mouseover-map__information .pc {
  display: none;
}
.mouseover-map__information .sp {
  display: none;
}
.is-touch .mouseover-map__information .sp {
  display: block;
}

.figure-box img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: opacity 0.3s;
}
.figure-box + .figure-box.bnr {
  margin-top: 40px;
}
@media not all and (min-width: 640px) {
  .figure-box + .figure-box.bnr {
    margin-top: 20px;
  }
}
.figure-box.bnr a:hover img {
  opacity: 0.7;
}

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