@charset "UTF-8";
:root {
  --grid-template-columns: repeat(2, 1fr);
}

body {
  overflow-x: hidden;
  padding-bottom: 90px !important;
}

.topHeader__noSticky__border {
  box-shadow: none;
}

.topGnavi {
  padding-bottom: 8px !important;
}

.topGnavi__noSticky {
  box-shadow: none !important;
}

html.common .header_breadcrumb {
  display: none;
}

html #firstguide a:hover,
html button:hover {
  opacity: initial;
}

#firstguide {
  -webkit-text-size-adjust: 100%;
  min-width: 950px;
  background-color: #fff;
  color: #222;
  text-align: justify;
  box-sizing: border-box;
}
#firstguide * {
  box-sizing: border-box;
}
#firstguide .sp {
  display: none;
}
#firstguide .inner {
  width: 950px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
#firstguide p {
  font-size: 16px;
  line-height: 1.8;
}
#firstguide p + p {
  margin-top: 1em;
}
#firstguide .small {
  font-size: 14px;
}
#firstguide h2 + p {
  text-align: center;
  margin-bottom: 35px;
}
#firstguide h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: max-content;
  padding: 0;
  margin: 0 auto 10px;
  position: relative;
}
#firstguide h2 .marker {
  text-decoration-thickness: 0.37em;
}
#firstguide h2::before, #firstguide h2::after {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 43px;
  height: 45px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#firstguide h2::before {
  left: -50px;
  background-image: url(../img/v2/h2_bg_left.svg);
}
#firstguide h2::after {
  right: -50px;
  background-image: url(../img/v2/h2_bg_right.svg);
}
#firstguide .marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #FFF9A2;
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}
#firstguide .heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 auto 10px;
  padding: 0 15px;
  position: relative;
  width: max-content;
}
#firstguide .heading.-red {
  padding: 0 18px;
  color: red;
}
#firstguide .heading.-red::before, #firstguide .heading.-red::after {
  bottom: 2px;
  width: 7px;
  height: 13px;
}
#firstguide .heading.-red::before {
  left: 0;
  background-image: url(../img/v2/heading_left_red.svg);
}
#firstguide .heading.-red::after {
  right: 0;
  background-image: url(../img/v2/heading_right_red.svg);
}
#firstguide .heading::before, #firstguide .heading::after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 9px;
  height: 11px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#firstguide .heading::before {
  left: 0;
  background-image: url(../img/v2/heading_left_black.svg);
}
#firstguide .heading::after {
  right: 0;
  background-image: url(../img/v2/heading_right_black.svg);
}
#firstguide .card {
  padding: 56px;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
#firstguide .card.-blue {
  background-color: #EBFAFF;
}
#firstguide .card.-red {
  background-color: #FFF5F5;
}
#firstguide .card.-yellow {
  background-color: #FFFCE7;
}
#firstguide .card.-gray {
  background-color: #F6F7F8;
}
#firstguide .card .card {
  border-radius: 8px;
  padding: 20px;
}
#firstguide .chip {
  background-color: #FFE449;
  width: max-content;
  height: 37px;
  padding: 0 2.22em;
  margin: 0 auto;
  border-radius: 18.5px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#firstguide .buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
}
#firstguide .button {
  width: 480px;
  max-width: 100%;
  min-height: 65px;
  padding: 0.55em 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #00AAEB;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 6px 0 rgba(39, 48, 67, 0.1);
}
#firstguide .button.-light {
  background-color: #EBFAFF;
  border-color: #00AAEB;
  color: #00AAEB;
}
#firstguide .button.-light::after {
  background-image: url(../img/v2/button_arrow_blue.svg);
}
#firstguide .button.-red {
  background-color: #FF4E4E;
}
#firstguide .button.-pink {
  background-color: #FF84B4;
}
#firstguide .button.-pencil {
  background: linear-gradient(to right, #14B4DA, #5EDA8E);
}
#firstguide .button.-instagram {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#firstguide .button.-instagram::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(to right, #D301C5, #FF7A02);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
#firstguide .button.-instagram::after {
  margin-left: 10px;
  background-image: url(../img/v2/button_arrow_instagram.svg);
}
#firstguide .button.-instagram .gradation {
  background: linear-gradient(to right, #D301C5, #FF7A02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#firstguide .button.-x {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
#firstguide .button.-x::after {
  margin-left: 40px;
  background-image: url(../img/v2/button_arrow_black.svg);
}
#firstguide .button::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 5px;
  background-image: url(../img/v2/button_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#firstguide .button .small {
  display: block;
  font-size: 14px;
  margin-top: 0.05em;
  padding: 0 2em;
}
@media (hover: hover) {
  #firstguide .button {
    transition: opacity 0.2s;
  }
  #firstguide .button:hover {
    opacity: 0.75;
  }
}
#firstguide .links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-top: 20px;
}
@media (hover: hover) {
  #firstguide .links.-red li a:hover {
    color: #FF4E4E;
  }
}
#firstguide .links.-red li a::after {
  background-image: url(../img/v2/link_arrow_red.svg);
}
@media (hover: hover) {
  #firstguide .links.-yellow li a:hover {
    color: #F4C60F;
  }
}
#firstguide .links.-yellow li a::after {
  background-image: url(../img/v2/link_arrow_yellow.svg);
}
#firstguide .links.-cols {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  align-items: start;
  gap: 15px 25px;
}
#firstguide .links.-cols li {
  width: 100%;
}
#firstguide .links li a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #222;
  text-decoration: underline;
  padding-right: 23px;
  position: relative;
  display: inline-block;
}
#firstguide .links li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  margin: auto 0;
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(../img/v2/link_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (hover: hover) {
  #firstguide .links li a {
    transition: all 0.2s;
  }
  #firstguide .links li a:hover {
    color: #00AAEB;
    text-decoration: none;
  }
}
#firstguide .link__top {
  position: fixed;
  right: 15px;
  /*right: 20px;*/
  bottom: 120px;
  /*bottom: 20px;*/
  width: 52px;
  height: 52px;
  z-index: 100;
  opacity: 0;
  transition-duration: 0.4s;
}
#firstguide .link__top.show {
  opacity: 1;
}
#firstguide .link__top a:hover {
  opacity: 0.5;
}
#firstguide .link__top img {
  width: 100%;
}
#firstguide #cHeader .inner {
  padding: 20px 0;
}
#firstguide #cHeader .inner::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -10px;
  width: 466px;
  height: 405px;
  display: block;
  z-index: 1;
  background-image: url(../img/v2/header_illust.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#firstguide #cHeader h1 {
  width: 588px;
  height: 198px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
  background-image: url(../img/v2/header_h1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#firstguide #cHeader p {
  width: 588px;
  text-align: center;
  font-weight: bold;
  transform: translateX(-10px);
}
#firstguide #cHeader p .blue {
  color: #00AAEB;
}
#firstguide #cHeader p .red {
  color: #FF4E4E;
}
#firstguide #index {
  background: linear-gradient(to bottom, #DEF5FF 0%, #F1FBFF 100%);
  clip-path: ellipse(150% 100% at 50% 100%);
}
#firstguide #index .inner {
  padding-top: 48px;
  padding-bottom: 50px;
}
#firstguide #index .card {
  padding: 35px 45px;
}
#firstguide #index .ttl {
  color: #00AAEB;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
#firstguide #index .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#firstguide #index .list li {
  width: calc((100% - 20px) / 2);
}
#firstguide #index .list li a {
  display: flex;
  padding: 12px 50px 12px 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #222;
  text-align: left;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  position: relative;
}
#firstguide #index .list li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/v2/index_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  #firstguide #index .list li a {
    transition: color 0.2s;
  }
  #firstguide #index .list li a::after {
    transition: transform 0.2s;
  }
  #firstguide #index .list li a:hover {
    color: #00AAEB;
  }
  #firstguide #index .list li a:hover::after {
    transform: translateY(5px);
  }
}
#firstguide #index .list li:nth-last-of-type(-n+2) a {
  border-bottom-color: transparent;
}
#firstguide #twoWays h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 18px;
}
#firstguide #twoWays h3 em {
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
}
#firstguide #twoWays h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  height: 48px;
  border-radius: 24px;
  margin: 0 0 25px;
  position: relative;
}
#firstguide #twoWays h4::before, #firstguide #twoWays h4::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 9px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#firstguide #twoWays h4::before {
  bottom: -8px;
}
#firstguide #twoWays h4::after {
  bottom: -9px;
}
#firstguide #twoWays div.card::before {
  position: absolute;
  top: -0.4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0.5;
}
#firstguide #twoWays div.card + div.card {
  margin-top: 55px;
}
#firstguide #twoWays div.card:nth-of-type(1)::before {
  content: "01.";
  color: #FF4E4E;
}
#firstguide #twoWays div.card:nth-of-type(1) h3 em {
  color: #FF4E4E;
}
#firstguide #twoWays div.card:nth-of-type(1) h4 {
  background-color: #FF4E4E;
}
#firstguide #twoWays div.card:nth-of-type(1) h4::before, #firstguide #twoWays div.card:nth-of-type(1) h4::after {
  background-image: url(../img/v2/twoways_triangle_red.svg);
}
#firstguide #twoWays div.card:nth-of-type(1) .features li:nth-of-type(1) {
  background-image: url(../img/v2/twoways_icon01_1.svg);
}
#firstguide #twoWays div.card:nth-of-type(1) .features li:nth-of-type(2) {
  background-image: url(../img/v2/twoways_icon01_2.svg);
}
#firstguide #twoWays div.card:nth-of-type(1) .features li:nth-of-type(3) {
  background-image: url(../img/v2/twoways_icon01_3.svg);
}
#firstguide #twoWays div.card:nth-of-type(1) .features li:nth-of-type(4) {
  background-image: url(../img/v2/twoways_icon01_4.svg);
}
#firstguide #twoWays div.card:nth-of-type(2)::before {
  content: "02.";
  color: #00AAEB;
}
#firstguide #twoWays div.card:nth-of-type(2) h3 em {
  color: #00AAEB;
}
#firstguide #twoWays div.card:nth-of-type(2) h4 {
  background-color: #00AAEB;
}
#firstguide #twoWays div.card:nth-of-type(2) h4::before, #firstguide #twoWays div.card:nth-of-type(2) h4::after {
  background-image: url(../img/v2/twoways_triangle_blue.svg);
}
#firstguide #twoWays div.card:nth-of-type(2) .features li:nth-of-type(1) {
  background-image: url(../img/v2/twoways_icon02_1.svg);
}
#firstguide #twoWays div.card:nth-of-type(2) .features li:nth-of-type(2) {
  background-image: url(../img/v2/twoways_icon02_2.svg);
}
#firstguide #twoWays div.card:nth-of-type(2) .features li:nth-of-type(3) {
  background-image: url(../img/v2/twoways_icon02_3.svg);
}
#firstguide #twoWays div.card:nth-of-type(2) .features li:nth-of-type(4) {
  background-image: url(../img/v2/twoways_icon02_4.svg);
}
#firstguide #twoWays .features {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
#firstguide #twoWays .features li {
  width: calc((100% - 45px) / 2);
  padding: 100px 20px 20px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: 176px auto;
  background-position: center 10px;
}
#firstguide #twoWays .features li .small {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 0.25em;
}
#firstguide #twoWays .features li {
  /*
  .marker::before {
    bottom: 5%; //位置
    height: 35%; //太さ
  }
  */
}
#firstguide #jobTypes {
  background-color: #EBFAFF;
}
#firstguide #jobTypes p .marker {
  font-weight: bold;
}
#firstguide #jobTypes h3 {
  width: 387px;
  height: 76px;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 0;
  position: absolute;
  left: 56px;
  top: -20px;
}
#firstguide #jobTypes h3::before, #firstguide #jobTypes h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 11px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#firstguide #jobTypes h3::before {
  bottom: -10px;
}
#firstguide #jobTypes h3::after {
  bottom: -11px;
}
#firstguide #jobTypes h3 .type {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
#firstguide #jobTypes .inner > .card {
  padding-top: 72px;
}
#firstguide #jobTypes .inner > .card + .card {
  margin-top: 50px;
}
#firstguide #jobTypes .inner > .card .cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
}
#firstguide #jobTypes .inner > .card .cols .col {
  flex: 1;
  padding-top: 10px;
}
#firstguide #jobTypes .inner > .card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
#firstguide #jobTypes .inner > .card .tags li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 30px;
  width: max-content;
  height: 36px;
  border-radius: 18px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 10px center;
}
#firstguide #jobTypes .inner > .card .-apply {
  width: 350px;
  border: 1px solid #e0e0e0;
}
#firstguide #jobTypes .inner > .card .-apply h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  border-left: 4px solid #00AAEB;
  padding-left: 5px;
  margin: 0 0 10px;
}
#firstguide #jobTypes .inner > .card .-apply p {
  font-size: 12px;
  line-height: 1.75;
}
#firstguide #jobTypes .inner > .card .-rec {
  margin-top: 20px;
}
#firstguide #jobTypes .inner > .card .-rec h4 {
  color: #00AAEB;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 auto 15px;
  padding: 0 19px;
  position: relative;
  width: max-content;
}
#firstguide #jobTypes .inner > .card .-rec h4::before, #firstguide #jobTypes .inner > .card .-rec h4::after {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 9px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#firstguide #jobTypes .inner > .card .-rec h4::before {
  left: 0;
  background-image: url(../img/v2/jobtypes_h4_reccomend_left.svg);
}
#firstguide #jobTypes .inner > .card .-rec h4::after {
  right: 0;
  background-image: url(../img/v2/jobtypes_h4_reccomend_right.svg);
}
#firstguide #jobTypes .inner > .card .-rec .targets {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
#firstguide #jobTypes .inner > .card .-rec .targets li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 31px;
  position: relative;
}
#firstguide #jobTypes .inner > .card .-rec .targets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../img/v2/jobtypes_target.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#firstguide #jobTypes .inner > .card:nth-of-type(1) h3 {
  background-color: #FF4E4E;
}
#firstguide #jobTypes .inner > .card:nth-of-type(1) h3::before, #firstguide #jobTypes .inner > .card:nth-of-type(1) h3::after {
  background-image: url(../img/v2/jobtypes_triangle_red.svg);
}
#firstguide #jobTypes .inner > .card:nth-of-type(1) h3 .type {
  color: #FF4E4E;
}
#firstguide #jobTypes .inner > .card:nth-of-type(2) h3 {
  background-color: #FF84B4;
}
#firstguide #jobTypes .inner > .card:nth-of-type(2) h3::before, #firstguide #jobTypes .inner > .card:nth-of-type(2) h3::after {
  background-image: url(../img/v2/jobtypes_triangle_pink.svg);
}
#firstguide #jobTypes .inner > .card:nth-of-type(2) h3 .type {
  color: #FF84B4;
}
#firstguide #jobTypes .inner > .card:nth-of-type(2) .tags li {
  color: #FF84B4;
  background-color: #FFF2F7;
  background-image: url(../img/v2/jobtypes_check_pink.svg);
}
#firstguide #jobTypes .inner > .card:nth-of-type(3) h3 {
  background-color: #00AAEB;
}
#firstguide #jobTypes .inner > .card:nth-of-type(3) h3::before, #firstguide #jobTypes .inner > .card:nth-of-type(3) h3::after {
  background-image: url(../img/v2/jobtypes_triangle_blue.svg);
}
#firstguide #jobTypes .inner > .card:nth-of-type(3) h3 .type {
  color: #00AAEB;
}
#firstguide #jobTypes .inner > .card:nth-of-type(3) .tags li {
  color: #00AAEB;
  background-color: #EBFAFF;
  background-image: url(../img/v2/jobtypes_check_blue.svg);
}
#firstguide #jobTypes .buttons {
  margin-top: 30px;
}
#firstguide #conditions h2 + h3 {
  margin-top: 30px;
}
#firstguide #conditions h3 {
  width: 100%;
  height: 76px;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background-color: #FFE449;
  margin: 40px 0 25px;
  position: relative;
}
#firstguide #conditions h3 span {
  padding-left: 52px;
  height: 100%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 44px auto;
  background-position: left center;
}
#firstguide #conditions h3::before, #firstguide #conditions h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 11px;
  display: block;
  background-image: url(../img/v2/conditions_triangle_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#firstguide #conditions h3::before {
  bottom: -10px;
}
#firstguide #conditions h3::after {
  bottom: -11px;
}
#firstguide #conditions h3:nth-of-type(1) span {
  background-image: url(../img/v2/conditions_h3_determined.svg);
}
#firstguide #conditions h3:nth-of-type(2) span {
  background-image: url(../img/v2/conditions_h3_not_determined.svg);
}
#firstguide #conditions .-rec {
  margin: 45px 0;
  padding-left: 45px;
  padding-right: 45px;
}
#firstguide #conditions .-rec .chip {
  position: absolute;
  left: 0;
  right: 0;
  top: -18.5px;
}
#firstguide #conditions .links {
  margin-bottom: 30px;
}
#firstguide #conditions .small {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 10px;
}
#firstguide #conditions .jobcount {
  width: 400px;
  margin: 0 auto;
  display: block;
}
#firstguide #conditions .outer {
  margin-top: 30px;
}
#firstguide #conditions .bnr {
  display: block;
  margin: 0 auto 40px;
  box-shadow: 0 6px 0 rgba(39, 48, 67, 0.1);
  max-width: 100%;
}
#firstguide #conditions .bnr img {
  width: 100%;
}
#firstguide #conditions .bnr.-line_tokyo {
  width: 415px;
  height: 100px;
}
@media (hover: hover) {
  #firstguide #conditions .bnr {
    transition: opacity 0.2s;
  }
  #firstguide #conditions .bnr:hover {
    opacity: 0.75;
  }
}
#firstguide #conditions .bnrs {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efedd9;
  display: flex;
  gap: 40px;
}
#firstguide #conditions .bnrs li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: calc((100% - 40px) / 2);
}
#firstguide #conditions .bnrs p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
#firstguide #conditions .bnrs .bnr {
  margin: 0;
}
#firstguide #conditions .bnrs .-app {
  flex-grow: 1;
  font-size: 20px;
  padding-left: 2em;
  border-width: 2px;
  border-radius: 16px;
  background-image: url(../img/v2/app_mynavi.svg), url(../img/v2/app_arrow.svg);
  background-repeat: no-repeat;
  background-size: 64px auto, 28px auto;
  background-position: 20px center, right 20px center;
}
#firstguide #conditions .bnrs .-app::after {
  display: none;
}
#firstguide #usage .block:nth-of-type(3n+1) {
  background-color: #EBFAFF;
}
#firstguide #usage .block:nth-of-type(3n+1) h3 span {
  color: #00AAEB;
}
#firstguide #usage .block:nth-of-type(3n+2) {
  background-color: #FFF5F5;
}
#firstguide #usage .block:nth-of-type(3n+2) h3 span {
  color: #FF4E4E;
}
#firstguide #usage .block:nth-of-type(3n) {
  background-color: #FFFCE7;
}
#firstguide #usage .block:nth-of-type(3n) h3 span {
  color: #F4C60F;
}
#firstguide #usage .block:nth-of-type(1) h3 {
  background-image: url(../img/v2/usage_h3_icon_1.svg);
}
#firstguide #usage .block:nth-of-type(2) h3 {
  background-image: url(../img/v2/usage_h3_icon_2.svg);
}
#firstguide #usage .block:nth-of-type(3) h3:first-of-type {
  background-image: url(../img/v2/usage_h3_icon_3.svg);
}
#firstguide #usage .block:nth-of-type(3) h3.-ai {
  width: max-content;
  padding-top: 0;
  padding-left: 58px;
  margin-left: auto;
  margin-right: auto;
}
#firstguide #usage .block:nth-of-type(3) h3.-ai::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 48px;
  height: 48px;
  display: block;
  background-image: url(../img/v2/usage_h3_icon_ai.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#firstguide #usage .block:nth-of-type(4) h3 {
  background-image: url(../img/v2/usage_h3_icon_4.svg);
}
#firstguide #usage .block:nth-of-type(5) {
  background-color: #FFEFF9;
}
#firstguide #usage .block:nth-of-type(5) h3 {
  background-image: url(../img/v2/usage_h3_icon_5.svg);
}
#firstguide #usage .block:nth-of-type(5) h3 span {
  color: #E589C2;
}
#firstguide #usage .block:nth-of-type(6) h3 {
  background-image: url(../img/v2/usage_h3_icon_6.svg);
}
#firstguide #usage .block .inner {
  padding-bottom: 40px;
}
#firstguide #usage .block .inner > .card {
  padding-top: 30px;
}
#firstguide #usage .block:not(:first-of-type) .inner {
  padding-top: 40px;
}
#firstguide #usage h2 {
  margin-bottom: 30px;
}
#firstguide #usage h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 20px;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 74px;
  position: relative;
}
#firstguide #usage h3 span {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  font-size: 32px;
  margin-right: 5px;
  transform: translateY(2px);
  display: inline-block;
}
#firstguide #usage .button:not(:last-child) {
  margin-bottom: 40px;
}
#firstguide #usage p:not([class]) + .button {
  margin-top: 25px;
}
#firstguide #usage .-rec {
  margin: 45px 0;
  padding: 15px 40px 30px;
}
#firstguide #usage .-rec .chip {
  position: absolute;
  left: 0;
  right: 0;
  top: -18.5px;
}
#firstguide #usage .img_kininaru {
  width: 320px;
  display: block;
  margin: 10px auto 20px;
}
#firstguide #usage .kininaru {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#firstguide #usage .kininaru p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
#firstguide #usage .kininaru .button {
  width: 224px;
  min-height: 56px;
  font-size: 16px;
  margin: 0 !important;
}
#firstguide #faq dt {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 27px 40px;
  cursor: pointer;
  position: relative;
}
#firstguide #faq dt:not(:first-of-type) {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}
#firstguide #faq dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 27px;
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #00AAEB;
  margin-right: 10px;
}
#firstguide #faq dt .toggle {
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 33px;
  display: block;
}
#firstguide #faq dt .toggle::before, #firstguide #faq dt .toggle::after {
  content: "";
  background-color: #00AAEB;
  position: absolute;
  width: 20px;
  height: 2px;
  top: calc(50% - 1px);
  right: 0;
  transition: 0.4s;
}
#firstguide #faq dt .toggle::before {
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}
#firstguide #faq dt .toggle::before {
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}
#firstguide #faq dt.expanded .toggle::before {
  transform: rotate(180deg);
}
#firstguide #faq dt.expanded .toggle::after {
  opacity: 0;
}
@media (hover: hover) {
  #firstguide #faq dt {
    transition: color 0.2s;
  }
  #firstguide #faq dt:hover {
    color: #00AAEB;
  }
}
#firstguide #faq dd {
  position: relative;
  overflow: hidden;
  display: none;
}
#firstguide #faq dd:not(:last-of-type) {
  margin-bottom: 25px;
}
#firstguide #faq dd .card {
  padding: 30px 30px 30px 60px;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
}
#firstguide #faq dd .card::before {
  content: "A.";
  position: absolute;
  left: 25px;
  top: 32px;
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #00AAEB;
  margin-right: 10px;
  opacity: 0.5;
}
#firstguide #faq dd a {
  color: #00AAEB;
  text-decoration: underline;
}
@media (hover: hover) {
  #firstguide #faq dd a {
    transition: all 0.2s;
  }
  #firstguide #faq dd a:hover {
    text-decoration: none;
  }
}
#firstguide #media {
  background-color: #FFFCE7;
}
#firstguide #media h2 {
  margin-bottom: 30px;
}
#firstguide #media h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 65px 0 23px;
}
#firstguide #media .chip {
  margin-bottom: 15px;
}
#firstguide #media .buttons {
  flex-direction: row;
  gap: 40px;
}
#firstguide #media .tblist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#firstguide #media .tblist li {
  width: 222px;
  position: relative;
}
#firstguide #media .tblist li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#firstguide #media .tblist li img {
  width: 100%;
  margin-bottom: 10px;
}
#firstguide #media .tblist li p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
@media (hover: hover) {
  #firstguide #media .tblist li {
    transition: opacity 0.2s;
  }
  #firstguide #media .tblist li:hover {
    opacity: 0.75;
  }
}
#firstguide #cFooter .inner {
  padding: 60px 0 80px;
}
#firstguide #cFooter .btn-reg {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 520px;
  height: 80px;
  border-radius: 40px;
  background-color: #ff0000;
}
#firstguide #cFooter .btn-reg::after {
  content: "";
  width: 35px;
  height: 100%;
  display: block;
  pointer-events: none;
  background-image: url(../img/v2/btn_reg_arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}
#firstguide #cFooter .btn-reg em {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.03em;
}
#firstguide #cFooter .btn-reg span {
  width: 80px;
  height: 38px;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #ff0000;
  background-color: #fff;
}
@media (hover: hover) {
  #firstguide #cFooter .btn-reg {
    transition: all 0.2s;
  }
  #firstguide #cFooter .btn-reg:hover {
    opacity: 0.6;
  }
}
#firstguide #cFooter .btn-share {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 220px;
  height: 48px;
  border-radius: 24px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-top: 0.03em;
}
#firstguide #cFooter .btn-share::before {
  content: "";
  width: 22px;
  height: 100%;
  display: block;
  pointer-events: none;
  background-image: url(../img/v2/logo_x.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  #firstguide #cFooter .btn-share {
    transition: all 0.2s;
  }
  #firstguide #cFooter .btn-share:hover {
    opacity: 0.6;
  }
}
#firstguide #stickyNavi {
  display: none;
  background-color: #00AAEB;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-width: 1020px;
}
#firstguide #stickyNavi .list {
  display: flex;
  width: 950px;
  height: 90px;
  margin: 0 auto;
}
#firstguide #stickyNavi .list li {
  width: 25%;
  height: 100%;
  position: relative;
}
#firstguide #stickyNavi .list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  pointer-events: none;
  width: 100%;
  height: 45px;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#firstguide #stickyNavi .list li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
}
@media (hover: hover) {
  #firstguide #stickyNavi .list li a {
    transition: all 0.25s ease-out;
  }
  #firstguide #stickyNavi .list li a:hover {
    transform: translateY(-2px);
    opacity: 0.75;
  }
}