@charset "UTF-8";
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  margin: 0;
}

[v-cloak] {
  display: none;
}

img {
  display: block;
  margin: auto;
}

@keyframes beat {
  0% {
    scale: 1;
  }
  25% {
    scale: 1;
  }
  30% {
    scale: 1.15;
  }
  50% {
    scale: 1.05;
  }
  70% {
    scale: 1.15;
  }
  100% {
    scale: 1;
  }
}
@keyframes grow {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@keyframes grow-bigger {
  0% {
    scale: 0;
  }
  80% {
    scale: 1.4;
  }
  100% {
    scale: 1;
  }
}
body {
  background-color: #05051E;
}

#iprospect {
  font-family: "halcom", sans-serif;
}
#iprospect b {
  font-weight: 700;
}
#iprospect .menu {
  display: flex;
  gap: 34px;
}
#iprospect .menu button {
  color: #aeaebc;
  background-color: initial;
  border: none;
  cursor: pointer;
  width: 65px;
  height: 40px;
  padding: 0;
}
#iprospect .menu button:hover {
  font-weight: 700;
}
#iprospect .main {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-color: #DEDDD9;
}
#iprospect .footer {
  background-color: #05051E;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#iprospect .left {
  background-color: #05051E;
  position: relative;
}
#iprospect .left .inner {
  margin-left: auto;
  padding: 20px 20px;
}
#iprospect .left .inner h1 {
  font-weight: 200;
  font-size: min(12vw, 64px);
  letter-spacing: -0.03em;
  line-height: min(14vw, 71px);
  text-align: left;
  margin-top: min(10vw, 80px);
  margin-bottom: min(10vw, 30px);
}
#iprospect .left .inner h1 .blue {
  color: #0074C7;
}
#iprospect .left .inner h1 .pink {
  color: #ef84b9;
}
#iprospect .left .inner p {
  max-width: 830px;
  line-height: 26px;
  color: #fff;
  opacity: 0.7;
}
#iprospect .left .inner .add {
  width: 228px;
  font-weight: 700;
  font-size: 18px;
  padding: 11px 15px 9px 15px;
  margin-top: 38px;
  text-align: left;
  color: #05051e;
  border: none;
  background: center right 13.9px/9px url("../img/arrow.svg") no-repeat, #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}
#iprospect .left .inner .add:hover {
  color: #fff;
  background: top 9px right 12px/20px url("../img/heart.svg") no-repeat, #ef84b9;
}
#iprospect .dentsu {
  width: 110px;
  margin: 0;
}
#iprospect .blaw {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 10px 14px;
  margin: 10px 14px;
  max-width: 200px;
}
#iprospect .blaw img {
  width: 100%;
}
#iprospect .right {
  position: relative;
  z-index: 1;
}
#iprospect .right .tree-cont {
  position: relative;
  width: 100%;
  background-color: #fff;
  position: relative;
}
#iprospect .right .tree-cont:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 12%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: bottom center/contain url("../img/grass.svg") repeat-x;
}
#iprospect .right .tree-cont .tree {
  width: 100%;
}
#iprospect .right .tree-cont .heart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: center center/contain url("../img/heart1.svg") no-repeat;
  cursor: pointer;
  translate: -50% -50%;
  animation: grow 600ms cubic-bezier(0.38, 0.97, 0.56, 0.76);
}
#iprospect .right .tree-cont .heart.col1 {
  background-image: url("../img/heart1.svg");
}
#iprospect .right .tree-cont .heart.col2 {
  background-image: url("../img/heart2.svg");
}
#iprospect .right .tree-cont .heart.col3 {
  background-image: url("../img/heart3.svg");
}
#iprospect .right .tree-cont .heart.col4 {
  background-image: url("../img/heart4.svg");
}
#iprospect .right .tree-cont .heart.col5 {
  background-image: url("../img/heart5.svg");
}
#iprospect .right .tree-cont .heart.col6 {
  background-image: url("../img/heart6.svg");
}
#iprospect .right .tree-cont .heart.col7 {
  background-image: url("../img/heart7.svg");
}
#iprospect .right .tree-cont .heart.col8 {
  background-image: url("../img/heart8.svg");
}
#iprospect .right .tree-cont .heart.main-heart {
  animation: grow-bigger 2s cubic-bezier(0.38, 0.97, 0.56, 0.76);
}
#iprospect .right .tree-cont #h0 {
  top: 16%;
  left: 57.8%;
  width: 6%;
  height: 6%;
}
#iprospect .right .tree-cont #h1 {
  top: 33%;
  left: 13.2%;
  width: 5%;
  height: 5%;
  rotate: -45deg;
}
#iprospect .right .tree-cont #h2 {
  top: 33%;
  left: 86.7%;
  width: 6%;
  height: 6%;
}
#iprospect .right .tree-cont #h3 {
  top: 47.5%;
  left: 31.1%;
  width: 4.5%;
  height: 4.5%;
  rotate: -110deg;
}
#iprospect .right .tree-cont #h4 {
  top: 41.2%;
  left: 43.3%;
  width: 6%;
  height: 6%;
  rotate: -10deg;
}
#iprospect .right .tree-cont #h5 {
  top: 66.3%;
  left: 59%;
  width: 5.2%;
  height: 5.2%;
  rotate: -20deg;
}
#iprospect .right .tree-cont #h6 {
  top: 73.4%;
  left: 34.5%;
  width: 4.5%;
  height: 4.5%;
  rotate: -70deg;
}
#iprospect .right .tree-cont #h7 {
  top: 76%;
  left: 66%;
  width: 4.5%;
  height: 4.5%;
  rotate: -70deg;
}
#iprospect .right .tree-cont #h8 {
  top: 61%;
  left: 9%;
  width: 6%;
  height: 6%;
  rotate: -80deg;
}
#iprospect .right .tree-cont #h9 {
  top: 25.6%;
  left: 51.5%;
  width: 5%;
  height: 5%;
}
#iprospect .right .tree-cont #h10 {
  top: 60%;
  left: 22%;
  width: 5%;
  height: 5%;
  rotate: -110deg;
}
#iprospect .right .tree-cont #h11 {
  top: 22.5%;
  left: 22.5%;
  width: 6%;
  height: 6%;
  rotate: -80deg;
}
#iprospect .right .tree-cont #h12 {
  top: 22.5%;
  left: 62.8%;
  width: 5%;
  height: 5%;
  rotate: -50deg;
}
#iprospect .right .tree-cont #h13 {
  top: 61.2%;
  left: 73.9%;
  width: 5.2%;
  height: 5.2%;
  rotate: -20deg;
}
#iprospect .right .tree-cont #h14 {
  top: 59.8%;
  left: 59%;
  width: 4.5%;
  height: 4.5%;
  rotate: -60deg;
}
#iprospect .right .tree-cont #h15 {
  top: 36.7%;
  left: 23.1%;
  width: 5.2%;
  height: 5.2%;
  rotate: -110deg;
}
#iprospect .right .tree-cont #h16 {
  top: 17.5%;
  left: 37.2%;
  width: 6%;
  height: 6%;
  rotate: -65deg;
}
#iprospect .right .tree-cont #h17 {
  top: 64%;
  left: 92%;
  width: 4.2%;
  height: 4.2%;
  rotate: 90deg;
}
#iprospect .right .tree-cont #h18 {
  top: 49%;
  left: 89.3%;
  width: 5%;
  height: 5%;
  rotate: -20deg;
}
#iprospect .right .tree-cont #h19 {
  top: 52.4%;
  left: 71.5%;
  width: 4.2%;
  height: 4.2%;
  rotate: 45deg;
}
#iprospect .right .tree-cont #h20 {
  top: 39%;
  left: 74.1%;
  width: 5.2%;
  height: 5.2%;
  rotate: -20deg;
}
#iprospect .right .tree-cont #h21 {
  top: 32%;
  left: 76%;
  width: 4.2%;
  height: 4.2%;
  rotate: -70deg;
}
#iprospect .right .tree-cont .tooltip {
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 16px;
  border-radius: 11px;
  background: #0066b0;
  border: 1px solid #e9e8e5;
  transition: opacity 0.3s;
}
#iprospect .right .tree-cont .tooltip .close, #iprospect .right .tree-cont .tooltip .rem, #iprospect .right .tree-cont .tooltip .desc, #iprospect .right .tree-cont .tooltip .from {
  display: none;
}
#iprospect .right .tree-cont .tooltip .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  cursor: pointer;
  padding: 13px;
}
#iprospect .right .tree-cont .tooltip .rem {
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  color: #60607d;
  margin-bottom: 3px;
}
#iprospect .right .tree-cont .tooltip .who {
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  margin-bottom: 5px;
}
#iprospect .right .tree-cont .tooltip .desc {
  font-weight: 300;
  max-width: 300px;
  font-size: 15px;
  color: #05051e;
  margin-bottom: 5px;
}
#iprospect .right .tree-cont .tooltip .from {
  font-weight: 700;
  text-align: right;
  color: #05051e;
  font-size: 15px;
}
#iprospect .right .tree-cont .tooltip.col1 {
  background-color: #e54255;
}
#iprospect .right .tree-cont .tooltip.col2 {
  background-color: #ef84b9;
}
#iprospect .right .tree-cont .tooltip.col3 {
  background-color: #ef8f10;
}
#iprospect .right .tree-cont .tooltip.col4 {
  background-color: #00cacf;
}
#iprospect .right .tree-cont .tooltip.col5 {
  background-color: #06757e;
}
#iprospect .right .tree-cont .tooltip.col6 {
  background-color: #0066b0;
}
#iprospect .right .tree-cont .tooltip.col7 {
  background-color: #a32dc1;
}
#iprospect .right .tree-cont .tooltip.col8 {
  background-color: #ffce00;
}
#iprospect .right .tree-cont .tooltip.open {
  padding: 20px;
  border-radius: 11px;
  background: #fff;
  border: 2px solid #aeaebc;
  min-width: 110px;
}
#iprospect .right .tree-cont .tooltip.open .close, #iprospect .right .tree-cont .tooltip.open .rem, #iprospect .right .tree-cont .tooltip.open .desc, #iprospect .right .tree-cont .tooltip.open .from {
  display: block;
}
#iprospect .right .tree-cont .tooltip.open .who {
  font-weight: 700;
  color: #0066b0;
}
#iprospect .right .tree-cont .tooltip.open.col1 {
  border-color: #e54255;
}
#iprospect .right .tree-cont .tooltip.open.col1 .who {
  color: #e54255;
}
#iprospect .right .tree-cont .tooltip.open.col2 {
  border-color: #ef84b9;
}
#iprospect .right .tree-cont .tooltip.open.col2 .who {
  color: #ef84b9;
}
#iprospect .right .tree-cont .tooltip.open.col3 {
  border-color: #ef8f10;
}
#iprospect .right .tree-cont .tooltip.open.col3 .who {
  color: #ef8f10;
}
#iprospect .right .tree-cont .tooltip.open.col4 {
  border-color: #00cacf;
}
#iprospect .right .tree-cont .tooltip.open.col4 .who {
  color: #00cacf;
}
#iprospect .right .tree-cont .tooltip.open.col5 {
  border-color: #06757e;
}
#iprospect .right .tree-cont .tooltip.open.col5 .who {
  color: #06757e;
}
#iprospect .right .tree-cont .tooltip.open.col6 {
  border-color: #0066b0;
}
#iprospect .right .tree-cont .tooltip.open.col6 .who {
  color: #0066b0;
}
#iprospect .right .tree-cont .tooltip.open.col7 {
  border-color: #a32dc1;
}
#iprospect .right .tree-cont .tooltip.open.col7 .who {
  color: #a32dc1;
}
#iprospect .right .tree-cont .tooltip.open.col8 {
  border-color: #ffce00;
}
#iprospect .right .tree-cont .tooltip.open.col8 .who {
  color: #ffce00;
}
#iprospect .popup, #iprospect .trigger, #iprospect .info {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
#iprospect .popup .overlay, #iprospect .trigger .overlay, #iprospect .info .overlay {
  width: 100%;
  height: 100%;
  background: #05051e;
  opacity: 0.9;
}
#iprospect .popup .box, #iprospect .trigger .box, #iprospect .info .box {
  position: absolute;
  z-index: 2;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 42px 15px;
  max-width: 767px;
  box-sizing: border-box;
}
#iprospect .popup .box .close, #iprospect .trigger .box .close, #iprospect .info .box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23.3px;
  cursor: pointer;
  padding: 16px;
}
#iprospect .popup .box h2, #iprospect .trigger .box h2, #iprospect .info .box h2 {
  font-weight: 200;
  font-size: 34px;
  color: #60607d;
  margin: 0;
  margin-bottom: 20px;
}
#iprospect .popup .box form, #iprospect .trigger .box form, #iprospect .info .box form {
  display: flex;
  flex-direction: column;
}
#iprospect .popup .box form label, #iprospect .trigger .box form label, #iprospect .info .box form label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 61.36px;
  position: relative;
}
#iprospect .popup .box form label::before, #iprospect .trigger .box form label::before, #iprospect .info .box form label::before {
  content: "Optional";
  position: absolute;
  left: 100%;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: #aeaebc;
}
#iprospect .popup .box form input[type=text], #iprospect .popup .box form textarea, #iprospect .trigger .box form input[type=text], #iprospect .trigger .box form textarea, #iprospect .info .box form input[type=text], #iprospect .info .box form textarea {
  border-radius: 5px;
  background: #efeff4;
  border: none;
  padding: 9px 14px;
  margin-bottom: 17px;
  resize: none;
  font-weight: 300;
}
#iprospect .popup .box form input[type=text]::placeholder, #iprospect .popup .box form textarea::placeholder, #iprospect .trigger .box form input[type=text]::placeholder, #iprospect .trigger .box form textarea::placeholder, #iprospect .info .box form input[type=text]::placeholder, #iprospect .info .box form textarea::placeholder {
  color: #aeaebc;
}
#iprospect .popup .box form .colours, #iprospect .trigger .box form .colours, #iprospect .info .box form .colours {
  margin-bottom: 8px;
  display: flex;
  gap: 7px;
}
#iprospect .popup .box form .colours input[type=radio], #iprospect .trigger .box form .colours input[type=radio], #iprospect .info .box form .colours input[type=radio] {
  cursor: pointer;
  height: 39px;
  width: 39px;
  appearance: none;
  background-color: #fff;
  margin: 0;
}
#iprospect .popup .box form .colours input[type=radio]:checked, #iprospect .trigger .box form .colours input[type=radio]:checked, #iprospect .info .box form .colours input[type=radio]:checked {
  border: 1px solid #05051e;
}
#iprospect .popup .box form .colours #col1, #iprospect .trigger .box form .colours #col1, #iprospect .info .box form .colours #col1 {
  background: #e54255;
}
#iprospect .popup .box form .colours #col2, #iprospect .trigger .box form .colours #col2, #iprospect .info .box form .colours #col2 {
  background: #ef84b9;
}
#iprospect .popup .box form .colours #col3, #iprospect .trigger .box form .colours #col3, #iprospect .info .box form .colours #col3 {
  background: #ef8f10;
}
#iprospect .popup .box form .colours #col4, #iprospect .trigger .box form .colours #col4, #iprospect .info .box form .colours #col4 {
  background: #00cacf;
}
#iprospect .popup .box form .colours #col5, #iprospect .trigger .box form .colours #col5, #iprospect .info .box form .colours #col5 {
  background: #06757e;
}
#iprospect .popup .box form .colours #col6, #iprospect .trigger .box form .colours #col6, #iprospect .info .box form .colours #col6 {
  background: #0066b0;
}
#iprospect .popup .box form .colours #col7, #iprospect .trigger .box form .colours #col7, #iprospect .info .box form .colours #col7 {
  background: #a32dc1;
}
#iprospect .popup .box form .colours #col8, #iprospect .trigger .box form .colours #col8, #iprospect .info .box form .colours #col8 {
  background: #ffce00;
}
#iprospect .popup .box form .btns, #iprospect .trigger .box form .btns, #iprospect .info .box form .btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#iprospect .popup .box form .btns .cancel, #iprospect .trigger .box form .btns .cancel, #iprospect .info .box form .btns .cancel {
  border: none;
  background-color: initial;
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
  text-align: left;
  color: #000;
  padding: 0;
  cursor: pointer;
}
#iprospect .popup .box form .btns .submit, #iprospect .trigger .box form .btns .submit, #iprospect .info .box form .btns .submit {
  width: 236px;
  font-weight: 700;
  font-size: 18px;
  padding: 11px 15px;
  text-align: left;
  background-color: #05051e;
  color: #fff;
  border: none;
  background: center right 13.9px/9px url("../img/arrow-white.svg") no-repeat, #05051e;
  cursor: pointer;
}
#iprospect .popup .box .note {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  text-align: left;
  padding: 10px 0;
  color: #fff;
  font-weight: 400;
}
#iprospect .popup .box .note a {
  font-weight: 400;
  color: #fff;
}
#iprospect .trigger .box {
  padding: 60px 50px;
  max-width: 542px;
  text-align: center;
}
#iprospect .trigger .box p {
  font-size: 18px;
  line-height: 28px;
  max-width: 400px;
  font-weight: 300;
  margin-bottom: 44px;
}
#iprospect .trigger .box p b {
  font-weight: 700;
}
#iprospect .trigger .box p span {
  font-weight: 500;
}
#iprospect .trigger .box button {
  width: 236px;
  font-weight: 700;
  font-size: 16px;
  padding: 11px 15px;
  text-align: left;
  background-color: #05051e;
  color: #fff;
  border: none;
  background: center right 13.9px/9px url("../img/arrow-white.svg") no-repeat, #05051e;
  cursor: pointer;
  transition: background 0.2s;
}
#iprospect .trigger .box button:hover {
  background: center right 13.9px/9px url("../img/arrow-white.svg") no-repeat, #0066B0;
}
#iprospect .info .box {
  top: 0;
  left: 0;
  transform: none;
  height: 100vh;
  max-width: 500px;
  padding: 0;
  width: auto;
  overflow: auto;
}
#iprospect .info .box .close {
  top: 20px;
}
#iprospect .info .box .inner {
  padding: 20px 45px;
}
#iprospect .info .box .inner .menu {
  margin-bottom: 45px;
}
#iprospect .info .box .inner .support, #iprospect .info .box .inner .about {
  display: none;
}
#iprospect .info .box .inner .support h2, #iprospect .info .box .inner .about h2 {
  background: linear-gradient(90deg, #0066b0 0%, #7775b4 26.11%, #ef84b9 100%);
  width: fit-content;
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-weight: 300;
  margin-bottom: 27px;
}
#iprospect .info .box .inner .support p, #iprospect .info .box .inner .about p {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}
#iprospect .info .box .inner .support p a, #iprospect .info .box .inner .about p a {
  color: #007eff;
}
#iprospect .info .box .inner .support ul {
  padding-left: 20px;
  line-height: 26px;
}
#iprospect .info .box .inner .support ul li {
  margin: 4px 0;
}
#iprospect .info .box .inner .support ul li a {
  color: #05051e;
}
#iprospect .info .box .inner .about ul {
  padding-left: 20px;
  line-height: 26px;
  list-style: none;
  margin-bottom: 70px;
}
#iprospect .info .box .inner .about ul li {
  margin: 10px 0;
  font-weight: 300;
}
#iprospect .info .box .inner .about ul li b {
  font-weight: 500;
}
#iprospect .info .box .inner .about ul li::before {
  content: "•";
  color: #EF84B9;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#iprospect .info .box .inner .about .removal {
  font-size: 12px;
  line-height: 25px;
  text-align: left;
}
#iprospect .info .box .inner .about hr {
  margin: 25px 0;
  border-color: #AEAEBC;
  border-style: solid;
}
#iprospect .info .box .inner .about .contacts p {
  font-size: 12px;
  line-height: 16px;
  color: #60607d;
  font-weight: 300;
}
#iprospect .info .box .inner .about .contacts p span {
  font-weight: 400;
}
#iprospect .info.show-support {
  display: block;
}
#iprospect .info.show-support .box .inner .menu > :first-child {
  color: #05051E;
  font-weight: 700;
}
#iprospect .info.show-support .box .inner .support {
  display: block;
}
#iprospect .info.show-about {
  display: block;
}
#iprospect .info.show-about .box .inner .menu > :last-child {
  color: #05051E;
  font-weight: 700;
}
#iprospect .info.show-about .box .inner .about {
  display: block;
}
@media only screen and (max-width: 460px) {
  #iprospect .popup .box {
    padding: 22px 15px;
  }
  #iprospect .menu {
    gap: 14px;
  }
  #iprospect .blaw {
    top: 15px;
    max-width: 130px;
  }
}
@media only screen and (min-width: 460px) and (max-width: 1300px) {
  #iprospect .left .inner {
    padding: 20px 45px;
  }
  #iprospect .left .inner h1 {
    font-size: min(7vw, 50px);
    display: flex;
    gap: min(2vw, 16px);
    margin-top: 40px;
    margin-bottom: min(2vw, 30px);
  }
}
@media only screen and (max-width: 1300px) {
  #iprospect .main {
    background-color: #fff;
  }
  #iprospect .left {
    background-color: initial;
    margin-bottom: -10px;
    z-index: 2;
  }
  #iprospect .left .inner p {
    color: #05051E;
  }
  #iprospect .left .inner .add {
    margin-top: 15px;
    background-color: #05051E;
    color: #fff;
    background: center right 13.9px/9px url("../img/arrow-white.svg") no-repeat, #05051e;
  }
  #iprospect .left .inner .dentsu {
    display: none;
  }
  #iprospect .right .tree-cont {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1301px) {
  #iprospect .main {
    flex-direction: initial;
    display: grid;
    grid-template-columns: minmax(auto, 600px) auto;
    min-height: 100vh;
  }
  #iprospect .footer {
    display: none;
  }
  #iprospect .left {
    z-index: 2;
  }
  #iprospect .left .inner {
    padding: 20px 45px;
  }
  #iprospect .left .inner h1 {
    font-size: min(5.5vw, 64px);
    margin-top: min(4vw, 80px);
    margin-bottom: min(4vw, 30px);
  }
  #iprospect .left .inner p {
    max-width: 660px;
  }
  #iprospect .left .inner .add {
    margin-bottom: 80px;
  }
  #iprospect .left .inner .dentsu {
    position: absolute;
    margin: 0;
    bottom: 33px;
  }
  #iprospect .right {
    align-items: flex-end;
    display: flex;
    background-color: #fff;
    justify-content: center;
  }
  #iprospect .right .tree-cont {
    width: 100%;
    max-width: none;
  }
  #iprospect .popup label {
    max-width: none;
  }
  #iprospect .popup .box {
    padding: 42px 45px;
  }
}
@media only screen and (min-width: 1500px) {
  #iprospect .left .inner h1 {
    font-size: 78px;
    line-height: 86px;
  }
  #iprospect .right .tree-cont {
    width: 80%;
  }
}
@media only screen and (min-width: 2300px) {
  #iprospect .right .tree-cont {
    width: 70%;
  }
}
