@charset "UTF-8";
@media screen and (min-width: 769px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (min-width: 961px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .setOrder {
    color: #000;
  }
}
/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  font-weight: 400; /* regular */
  color: #000;
  counter-reset: number 0;
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
html:before,
body:before {
  width: 1px;
  height: 100%;
  background: #f00;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  pointer-events: none;
}
html a,
html button,
html .children,
body a,
body button,
body .children {
  transition: opacity 0.3s ease;
}

input, textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  width: 100%;
  overflow: scroll;
  font-weight: 400; /* regular */
  color: colorsblack;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

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

img {
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

h1,
h2,
h3,
h4,
p,
a,
span {
  white-space: normal;
  word-break: break-word;
}

/* フォームのスタイル解除
------------------------------------------------------ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
  resize: none;
  border: none;
}
input:hover,
button:hover,
textarea:hover,
select:hover {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .m-sm {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .m-md {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .m-smmd {
    display: none;
  }
}

@media screen and (max-width: 961px) {
  .m-lg {
    display: none;
  }
}

.anim-fadeUp {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.5s ease-in-out;
}
.anim-fadeUp.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.anim-list .anim-list__item {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.5s ease-in-out;
}
.anim-list .anim-list__item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.anim-list .anim-list__item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.anim-list .anim-list__item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.anim-list .anim-list__item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.anim-list .anim-list__item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.anim-list .anim-list__item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.anim-list .anim-list__item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.anim-list .anim-list__item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.anim-list .anim-list__item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.anim-list .anim-list__item:nth-of-type(10) {
  transition-delay: 1s;
}
.anim-list .anim-list__item:nth-of-type(11) {
  transition-delay: 1.1s;
}
.anim-list .anim-list__item:nth-of-type(12) {
  transition-delay: 1.2s;
}
.anim-list .anim-list__item:nth-of-type(13) {
  transition-delay: 1.3s;
}
.anim-list .anim-list__item:nth-of-type(14) {
  transition-delay: 1.4s;
}
.anim-list .anim-list__item:nth-of-type(15) {
  transition-delay: 1.5s;
}
.anim-list.is-animated .anim-list__item {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------------------------------

パンくず

---------------------------------------------------------- */
#m-breadcrumb {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #m-breadcrumb {
    padding-left: 0px;
    padding-left: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-breadcrumb {
    padding-left: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-breadcrumb {
    padding-left: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-breadcrumb {
    padding-left: 27px;
  }
}
@media screen and (max-width: 768px) {
  #m-breadcrumb {
    padding-right: 0px;
    padding-right: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-breadcrumb {
    padding-right: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-breadcrumb {
    padding-right: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-breadcrumb {
    padding-right: 27px;
  }
}
@media screen and (max-width: 768px) {
  #m-breadcrumb {
    font-size: 0px;
    font-size: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-breadcrumb {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-breadcrumb {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-breadcrumb {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #m-breadcrumb {
    margin-bottom: 0px;
    margin-bottom: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-breadcrumb {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-breadcrumb {
    margin-bottom: calc(160 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-breadcrumb {
    margin-bottom: 160px;
  }
}

.m-breadcrumb__link {
  color: #969696;
  font-weight: 500; /* medium */
}

.m-breadcrumb__txt {
  font-weight: 700; /* bold */
}

.m-breadcrumb__separator {
  height: 1px;
  background: #969696;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-breadcrumb__separator {
    width: 20px;
    width: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-breadcrumb__separator {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-breadcrumb__separator {
    width: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-breadcrumb__separator {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-breadcrumb__separator {
    margin-left: 5px;
    margin-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-breadcrumb__separator {
    margin-left: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-breadcrumb__separator {
    margin-left: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-breadcrumb__separator {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .m-breadcrumb__separator {
    margin-right: 5px;
    margin-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-breadcrumb__separator {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-breadcrumb__separator {
    margin-right: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-breadcrumb__separator {
    margin-right: 5px;
  }
}

/* ----------------------------------------------------------

見出し

---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #m-subpage__head {
    padding-top: 100px;
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #m-subpage__head {
    margin-bottom: 100px;
    margin-bottom: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head {
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head {
    margin-bottom: calc(170 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head {
    margin-bottom: 170px;
  }
}
#m-subpage__head .ja {
  font-weight: 700; /* bold */
  display: block;
}
@media screen and (max-width: 768px) {
  #m-subpage__head .ja {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .ja {
    font-size: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .ja {
    font-size: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .ja {
    font-size: 57px;
  }
}
@media screen and (max-width: 768px) {
  #m-subpage__head .ja {
    margin-bottom: 13px;
    margin-bottom: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .ja {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .ja {
    margin-bottom: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .ja {
    margin-bottom: 14px;
  }
}
#m-subpage__head .line {
  background: #006EFF;
  display: block;
  display: block;
}
@media screen and (max-width: 768px) {
  #m-subpage__head .line {
    width: 24px;
    width: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .line {
    width: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .line {
    width: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .line {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  #m-subpage__head .line {
    height: 3px;
    height: calc(3 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .line {
    height: 3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .line {
    height: calc(3 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .line {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  #m-subpage__head .line {
    margin-bottom: 14px;
    margin-bottom: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .line {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .line {
    margin-bottom: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .line {
    margin-bottom: 14px;
  }
}
#m-subpage__head .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  #m-subpage__head .en {
    font-size: 22px;
    font-size: calc(22 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .en {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .en {
    font-size: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .en {
    font-size: 27px;
  }
}

.m-head-1 {
  border-top: solid 1px #000000;
}
@media screen and (max-width: 768px) {
  .m-head-1 {
    padding-top: 20px;
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 {
    padding-top: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 {
    padding-top: 40px;
  }
}
.m-head-1 .label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
  display: block;
}
@media screen and (max-width: 768px) {
  .m-head-1 .label {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 .label {
    font-size: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 .label {
    font-size: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 .label {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .m-head-1 .label {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 .label {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 .label {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 .label {
    margin-bottom: 40px;
  }
}
.m-head-1 .name {
  text-align: right;
  font-weight: 700; /* bold */
}
.m-head-1 .ja {
  display: block;
}
@media screen and (max-width: 768px) {
  .m-head-1 .ja {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 .ja {
    font-size: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 .ja {
    font-size: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 .ja {
    font-size: 57px;
  }
}
@media screen and (max-width: 768px) {
  .m-head-1 .ja {
    margin-bottom: 5px;
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 .ja {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 .ja {
    margin-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 .ja {
    margin-bottom: 10px;
  }
}
.m-head-1 .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #DCDCDC;
}
@media screen and (max-width: 768px) {
  .m-head-1 .en {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 .en {
    font-size: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 .en {
    font-size: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 .en {
    font-size: 23px;
  }
}

/* ----------------------------------------------------------

アンカーリンクのパネル

---------------------------------------------------------- */
.m-anchorPanel {
  box-sizing: border-box;
  background: #f7f7f7;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    width: 1150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    width: calc(1150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    width: 1150px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    padding-top: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    padding-bottom: 30px;
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    padding-bottom: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    padding-left: 30px;
    padding-left: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    padding-left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    padding-left: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    padding-right: 30px;
    padding-right: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    padding-right: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    padding-right: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    border-radius: 20px;
    border-radius: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    border-radius: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    border-radius: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    margin-bottom: 100px;
    margin-bottom: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    margin-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    margin-bottom: 150px;
  }
}
.m-anchorPanel .label {
  font-weight: 700; /* bold */
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .label {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .label {
    font-size: 19px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .label {
    font-size: calc(19 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .label {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .label {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .label {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .label {
    margin-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .label {
    margin-bottom: 30px;
  }
}
.m-anchorPanel .label:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #006EFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-anchorPanel .btns-item {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #006EFF;
  position: relative;
  color: #006EFF;
  font-weight: 700; /* bold */
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item {
    width: 275px;
    width: calc(275 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    width: 500px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    width: calc(500 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item {
    border-radius: 4px;
    border-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    border-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item {
    padding-top: 15px;
    padding-top: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    padding-top: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    padding-top: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item {
    padding-bottom: 15px;
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    padding-bottom: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    margin-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item:not(:last-of-type) {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.m-anchorPanel .btns-item:after {
  content: "";
  background-image: url(../../assets/images/recruit2024/icon-arrow-bottom-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item:after {
    width: 10px;
    width: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item:after {
    width: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    width: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item:after {
    height: 6px;
    height: calc(6 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item:after {
    height: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    height: calc(8 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item:after {
    right: 26px;
    right: calc(26 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item:after {
    right: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    right: calc(32 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    right: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item:hover {
    background: #006EFF;
    color: #fff;
    transition: all 0.5s ease;
  }
  .m-anchorPanel .btns-item:hover:after {
    filter: brightness(10) saturate(0) hue-rotate(360deg);
    transition: all 0.5s ease;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.js-sa {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.js-sa.-up {
  transform: translateY(30px);
}
.js-sa.-zoomOutImg {
  overflow: hidden;
}
.js-sa.-zoomOutImg img {
  transition: transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transform: scale(1.2);
}
.js-sa.-zoomOutImg.is-show img {
  transform: scale(1);
}
.js-sa.is-show {
  opacity: 1;
  transform: none;
}

@media screen and (min-width: 769px) {
  .js-popupImage__trigger {
    pointer-events: none;
  }
}

#js-popupImage__close {
  background: #006EFF;
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    width: 42px;
    width: calc(42 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    width: 66px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    width: calc(66 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    width: 66px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    height: 42px;
    height: calc(42 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    height: 66px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    height: calc(66 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    height: 66px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    padding-top: 13px;
    padding-top: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    padding-top: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    padding-top: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    padding-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    padding-bottom: 13px;
    padding-bottom: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    padding-bottom: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    top: 12px;
    top: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    top: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    top: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    right: 12px;
    right: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    right: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    margin-left: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close:hover {
    scale: 1.15;
  }
}
#js-popupImage__close:before, #js-popupImage__close:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
  rotate: 45deg;
}
#js-popupImage__close:before {
  opacity: 1;
  height: 1px;
}
@media screen and (max-width: 768px) {
  #js-popupImage__close:before {
    width: 0px;
    width: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close:before {
    width: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close:before {
    width: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close:before {
    width: 0px;
  }
}
#js-popupImage__close:after {
  opacity: 1;
  width: 1px;
}
@media screen and (max-width: 768px) {
  #js-popupImage__close:after {
    height: 0px;
    height: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close:after {
    height: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close:after {
    height: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close:after {
    height: 0px;
  }
}
#js-popupImage__close:before, #js-popupImage__close:after {
  transition: all 0.3s ease-in-out 0.2s;
}
#js-popupImage__close:before {
  height: 1px;
}
@media screen and (max-width: 768px) {
  #js-popupImage__close:before {
    width: 18px;
    width: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close:before {
    width: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close:before {
    width: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close:before {
    width: 17px;
  }
}
#js-popupImage__close:after {
  width: 1px;
}
@media screen and (max-width: 768px) {
  #js-popupImage__close:after {
    height: 18px;
    height: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close:after {
    height: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close:after {
    height: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close:after {
    height: 17px;
  }
}

#js-popupImage__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.6s ease;
}
#js-popupImage__overlay.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}

#js-popupImage__img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: width 0.1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
}

#popupImage {
  max-width: none;
  width: 95%;
  height: auto;
  transition: width 0.1s ease;
  display: block;
  position: relative;
}

#js-popupImage__control {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #js-popupImage__control {
    bottom: 20px;
    bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__control {
    bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__control {
    bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__control {
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__control {
    width: 375px;
    width: calc(375 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__control {
    width: 375px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__control {
    width: calc(375 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__control {
    width: 375px;
  }
}

#js-popupImage__zoomIn,
#js-popupImage__zoomOut {
  border: solid 1px #006EFF;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    width: 166px;
    width: calc(166 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    width: 166px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    width: calc(166 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    width: 166px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    height: 46px;
    height: calc(46 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    height: 46px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    height: calc(46 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    border-radius: 23px;
    border-radius: calc(23 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    border-radius: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    border-radius: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    border-radius: 23px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    width: 28px;
    width: calc(28 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    width: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    width: calc(28 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    width: 28px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    height: 28px;
    height: calc(28 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    height: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    height: calc(28 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    height: 28px;
  }
}

#js-popupImage__reset {
  color: #006EFF;
  font-weight: 700; /* bold */
}
@media screen and (max-width: 768px) {
  #js-popupImage__reset {
    margin-left: 30px;
    margin-left: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__reset {
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__reset {
    margin-left: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__reset {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__reset {
    margin-right: 30px;
    margin-right: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__reset {
    margin-right: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__reset {
    margin-right: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__reset {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__reset {
    margin-top: 10px;
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__reset {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__reset {
    margin-top: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__reset {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__reset {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__reset {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__reset {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__reset {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines-head {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-head {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-head {
    margin-bottom: calc(75 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-head {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines-item {
    padding-bottom: 100px;
    padding-bottom: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-item {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-item {
    padding-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-item {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines-item__head {
    margin-bottom: 50px;
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-item__head {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-item__head {
    margin-bottom: calc(80 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-item__head {
    margin-bottom: 80px;
  }
}

.guidelines-data {
  display: flex;
  flex-wrap: wrap;
}
.guidelines-data dt {
  font-weight: 700; /* bold */
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .guidelines-data dt {
    width: 150px;
    width: calc(150 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-data dt {
    width: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-data dt {
    width: calc(200 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-data dt {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-data dt {
    font-size: 24px;
    font-size: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-data dt {
    font-size: 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-data dt {
    font-size: calc(34 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-data dt {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-data dt {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-data dt {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-data dt {
    margin-bottom: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-data dt {
    margin-bottom: 70px;
  }
}
.guidelines-data dt::first-letter {
  color: #006EFF;
}
.guidelines-data dd {
  font-weight: 700; /* bold */
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .guidelines-data dd {
    width: 340px;
    width: calc(340 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-data dd {
    width: 950px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-data dd {
    width: calc(950 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-data dd {
    width: 950px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-data dd {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-data dd {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-data dd {
    font-size: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-data dd {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-data dd {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-data dd {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-data dd {
    margin-bottom: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-data dd {
    margin-bottom: 70px;
  }
}
.guidelines-data dd .blue {
  color: #006EFF;
}

.guidelines-work {
  background: #F0F0F0;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .guidelines-work {
    width: 340px;
    width: calc(340 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work {
    width: 950px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work {
    width: calc(950 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work {
    width: 950px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-work {
    border-radius: 10px;
    border-radius: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work {
    border-radius: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-work {
    padding-top: 40px;
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work {
    padding-top: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work {
    padding-top: calc(60 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-work {
    padding-bottom: 40px;
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work {
    padding-bottom: calc(60 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-work {
    padding-left: 20px;
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work {
    padding-left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work {
    padding-left: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-work {
    padding-right: 20px;
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work {
    padding-right: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work {
    padding-right: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-work {
    margin-right: auto;
  }
}
.guidelines-work .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .guidelines-work .head {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work .head {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work .head {
    margin-bottom: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work .head {
    margin-bottom: 70px;
  }
}
.guidelines-work .head .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  .guidelines-work .head .en {
    font-size: 24px;
    font-size: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work .head .en {
    font-size: 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work .head .en {
    font-size: calc(34 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work .head .en {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-work .head .en {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work .head .en {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work .head .en {
    margin-bottom: calc(26 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work .head .en {
    margin-bottom: 26px;
  }
}
.guidelines-work .head .ja {
  font-weight: 700; /* bold */
}
@media screen and (max-width: 768px) {
  .guidelines-work .head .ja {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work .head .ja {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work .head .ja {
    font-size: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work .head .ja {
    font-size: 24px;
  }
}
.guidelines-work .head .blue {
  color: #006EFF;
}
.guidelines-work .list-item {
  border-bottom: solid 1px #DCDCDC;
}
@media screen and (max-width: 768px) {
  .guidelines-work .list-item {
    padding-top: 14px;
    padding-top: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work .list-item {
    padding-top: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work .list-item {
    padding-top: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work .list-item {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-work .list-item {
    padding-bottom: 14px;
    padding-bottom: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work .list-item {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work .list-item {
    padding-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work .list-item {
    padding-bottom: 10px;
  }
}
.guidelines-work .list-item .num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .guidelines-work .list-item .num {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work .list-item .num {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work .list-item .num {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work .list-item .num {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work .list-item .num {
    margin-right: 52px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work .list-item .num {
    margin-right: calc(52 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work .list-item .num {
    margin-right: 52px;
  }
}
@media screen and (max-width: 768px) {
  .guidelines-work .list-item .num {
    margin-bottom: 4px;
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work .list-item .num {
    top: -2px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work .list-item .num {
    top: calc(-2 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work .list-item .num {
    top: -2px;
  }
}
.guidelines-work .list-item .body {
  font-weight: 700; /* bold */
}
@media screen and (max-width: 768px) {
  .guidelines-work .list-item .body {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work .list-item .body {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .guidelines-work .list-item .body {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .guidelines-work .list-item .body {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .guidelines-work .list-item .body {
    display: inline-block;
  }
}

#treatment {
  box-sizing: border-box;
  border-color: #006EFF;
  border-style: solid;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #treatment {
    border-radius: 10px;
    border-radius: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment {
    border-radius: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #treatment {
    border-width: 2px;
    border-width: calc(2 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment {
    border-width: 3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment {
    border-width: calc(3 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment {
    border-width: 3px;
  }
}
@media screen and (max-width: 768px) {
  #treatment {
    margin-bottom: 100px;
    margin-bottom: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment {
    margin-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  #treatment {
    padding-top: 40px;
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment {
    padding-top: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment {
    padding-top: calc(80 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #treatment {
    padding-bottom: 60px;
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment {
    padding-bottom: calc(80 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #treatment {
    padding-left: 20px;
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment {
    padding-left: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment {
    padding-left: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment {
    padding-left: 150px;
  }
}
@media screen and (max-width: 768px) {
  #treatment {
    padding-right: 20px;
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment {
    padding-right: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment {
    padding-right: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment {
    padding-right: 150px;
  }
}
#treatment .head {
  font-weight: 700; /* bold */
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #treatment .head {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .head {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .head {
    font-size: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .head {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #treatment .head {
    padding-bottom: 12px;
    padding-bottom: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .head {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .head {
    padding-bottom: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .head {
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 768px) {
  #treatment .head {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .head {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .head {
    margin-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .head {
    margin-bottom: 10px;
  }
}
#treatment .head:after {
  content: "";
  background: #006EFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  #treatment .head:after {
    width: 20px;
    width: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .head:after {
    width: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .head:after {
    width: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .head:after {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  #treatment .head:after {
    height: 2px;
    height: calc(2 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .head:after {
    height: 3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .head:after {
    height: calc(3 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .head:after {
    height: 3px;
  }
}
#treatment .list-item {
  border-bottom: solid 1px #DCDCDC;
}
@media screen and (max-width: 768px) {
  #treatment .list-item {
    padding-top: 20px;
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item {
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item {
    padding-top: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #treatment .list-item {
    padding-bottom: 8px;
    padding-bottom: calc(8 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item {
    padding-bottom: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item {
    display: flex;
  }
}
#treatment .list-item .label {
  background: #006EFF;
  color: #fff;
  font-weight: 700; /* bold */
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #treatment .list-item .label {
    border-radius: 10px;
    border-radius: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item .label {
    border-radius: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .label {
    border-radius: calc(12 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .label {
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  #treatment .list-item .label {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item .label {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .label {
    font-size: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .label {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #treatment .list-item .label {
    width: 100px;
    width: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item .label {
    width: 110px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .label {
    width: calc(110 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .label {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #treatment .list-item .label {
    height: 20px;
    height: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item .label {
    height: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .label {
    height: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .label {
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  #treatment .list-item .label {
    margin-bottom: 14px;
    margin-bottom: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item .label {
    margin-right: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .label {
    margin-right: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .label {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #treatment .list-item .label {
    margin-left: auto;
    margin-right: auto;
  }
}
#treatment .list-item .data,
#treatment .list-item .inner-list {
  font-weight: 700; /* bold */
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #treatment .list-item .data,
  #treatment .list-item .inner-list {
    font-size: 13px;
    font-size: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item .data,
  #treatment .list-item .inner-list {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .data,
  #treatment .list-item .inner-list {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .data,
  #treatment .list-item .inner-list {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item .data,
  #treatment .list-item .inner-list {
    width: 725px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .data,
  #treatment .list-item .inner-list {
    width: calc(725 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .data,
  #treatment .list-item .inner-list {
    width: 725px;
  }
}
#treatment .list-item .data {
  display: block;
}
#treatment .list-item .inner-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #treatment .list-item .inner-list {
    width: 680px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .inner-list {
    width: calc(680 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .inner-list {
    width: 680px;
  }
}
#treatment .list-item .inner-list__item {
  width: 50%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #treatment .list-item .inner-list__item {
    margin-bottom: 4px;
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item .inner-list__item {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .inner-list__item {
    margin-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .inner-list__item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #treatment .list-item .inner-list__item {
    padding-left: 15px;
    padding-left: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item .inner-list__item {
    padding-left: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .inner-list__item {
    padding-left: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .inner-list__item {
    padding-left: 25px;
  }
}
#treatment .list-item .inner-list__item:before {
  content: "";
  height: 2px;
  background: #006EFF;
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 0;
}
@media screen and (max-width: 768px) {
  #treatment .list-item .inner-list__item:before {
    width: 10px;
    width: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item .inner-list__item:before {
    width: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .inner-list__item:before {
    width: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .inner-list__item:before {
    width: 15px;
  }
}
@media screen and (max-width: 768px) {
  #treatment .list-item .inner-list__item:before {
    margin-right: 5px;
    margin-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #treatment .list-item .inner-list__item:before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #treatment .list-item .inner-list__item:before {
    margin-right: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #treatment .list-item .inner-list__item:before {
    margin-right: 10px;
  }
}
