.gr1, .circle-bg, .openbtn {
  background: linear-gradient(to right, #ffab87 0%, #ff5396 100%);
}

@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/WOFF2/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/WOFF/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/WOFF2/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/WOFF/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: bold;
  letter-spacing: 0;
}
.innner {
  max-width: 828px;
  margin: 0 auto;
}

.innner2, #detail, .cont {
  max-width: 480px;
  margin: 0 auto;
}

.innner3 {
  max-width: 414px;
  margin: 0 auto;
}

body {
  color: #0d2937;
  overflow-x: hidden;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

main {
  flex: 1;
}

.cont {
  overflow: hidden;
  position: relative;
}
.cont img {
  position: relative;
  z-index: 10;
}

small {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1rem;
}

.flex, .flexW, .flexC, .footer_cvbtn ul li a, .footer_cvbtn ul, #apply .btn, .cv, #g-nav.panelactive, .btn, #apply ol ul a {
  display: flex;
  align-items: center;
}

.flexC, .footer_cvbtn ul li a, .footer_cvbtn ul, #apply .btn, .cv, #g-nav.panelactive, .btn, #apply ol ul a {
  justify-content: center;
}

.flexW {
  flex-wrap: wrap;
}

.btn, #apply ol ul a {
  padding: 2.1rem 1.75rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 20px;
  color: white;
  text-align: center;
}
.btn.b_line, #apply ol ul a.b_line {
  background: #0abf4b;
  transition: transform 0.2s ease;
  padding: 1em 1.75em;
  font-size: 1.2em;
  font-weight: 500;
  border-radius: 999px;
}
.btn.b_form, #apply ol ul a.b_form {
  background: #1fc0d3;
}
.btn.b_entry, #apply ol ul a.b_entry {
  background: #ff5396;
}

#header {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header h1 {
  width: 120px;
  height: 82px;
  margin-top: 1rem;
}
#header h1 a {
  display: block;
}

#footer {
  background: #ffd2ec;
  background: linear-gradient(0deg, rgb(252, 216, 236) 0%, rgb(254, 221, 241) 70%, rgb(255, 255, 255) 100%);
}
#footer .logo {
  display: block;
  width: 100px;
  margin: 0 auto clamp(25px, 6.5vw, 50px);
}

.openbtn {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  border-radius: 0 0 0 9999px;
}
.openbtn span {
  display: inline-block;
  width: 18px;
  transition: all 0.4s;
  position: absolute;
  right: 26px;
  height: 2px;
  border-radius: 2px;
  background: white;
}
.openbtn span:nth-of-type(1) {
  top: 20px;
}
.openbtn span:nth-of-type(2) {
  top: 26px;
}
.openbtn span:nth-of-type(3) {
  top: 32px;
}

.openbtn {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.openbtn.active {
  background: none;
}

.openbtn.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-135deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(135deg);
}

.circle-bg {
  z-index: 9998;
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: scale(0);
  right: -50px;
  top: -50px;
  transition: all 0.6s;
}

.circle-bg.circleactive {
  transform: scale(50);
}

#g-nav {
  display: none;
}
#g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
}

#g-nav .g-sub-title {
  display: block;
}

#g-nav span.g-sub-title {
  margin-top: -10px;
  font-size: 0.9rem;
}

#g-nav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#g-nav li {
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.175em;
  text-align: right;
}
#g-nav li a {
  color: #fff;
  padding: 0.9em;
  display: block;
}

#header {
  position: relative;
  margin-bottom: -80px;
  z-index: 1000;
}

section {
  padding-bottom: clamp(60px, 14vw, 110px);
}

.box_txt {
  padding: 0 2rem;
}
.box_txt p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.box_txt p:not(:last-child) {
  margin-bottom: 2.8rem;
}
.box_txt em {
  color: #ff8fba;
  font-weight: 500;
}

.icon {
  fill: #fff;
}

.mv {
  background: #ffd3c1;
  background: #ffd3c1;
  background: linear-gradient(to bottom, #fff 0%, #ffc8ce 100%);
  margin-bottom: 2em;
}
.mv .cont {
  text-align: center;
}

.cv {
  width: 300px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.cv p {
  max-width: 300px;
  margin-bottom: 1em;
}
.cv .btn, .cv #apply ol ul a, #apply ol ul .cv a {
  width: 280px;
}
@media (min-width: 660px) {
  .cv {
    border-radius: 0;
  }
}

#about {
  padding-bottom: 0;
}
#about .about-inner {
  width: 100%;
  background-color: #fff;
  border-radius: 0 80px 0 0;
  padding-bottom: 3.7rem;
}
@media (min-width: 660px) {
  #about .about-inner {
    width: 100%;
    border-radius: 0;
  }
}
#about .about-inner .cont {
  overflow: visible;
}
#about h2 {
  position: relative;
  width: 96%;
  margin-left: auto;
  top: -1rem;
  right: -1rem;
}
#about .box_txt {
  padding: 1rem 3rem;
}
#about .box_txt span {
  color: #ff8fba;
}
#about .reason {
  width: 100%;
  padding: 4.6rem 0 6rem;
  background: #ff5396;
  text-align: center;
  background: linear-gradient(to bottom, #fdf8fa 0%, #ffe7f0 60%);
}
@media (min-width: 660px) {
  #about .reason {
    width: 100%;
    border-radius: 0;
  }
}
#about .reason h3 {
  font-family: "LINE Seed JP", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  text-transform: uppercase;
}
#about .reason ul {
  margin-bottom: 3rem;
  padding: 2.5rem;
}
#about .reason ul li:not(:last-child) {
  margin-bottom: 2rem;
}

section#Workplace {
  padding: 3rem 0 0;
  margin: 0 auto;
}
section#Workplace h2 {
  text-align: center;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  color: #ff8fba;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
section#Workplace h2::after {
  content: "";
  display: block;
  width: 140px;
  height: 24px;
  background: url(../img/ttl_decoration.svg) no-repeat center/100%;
  margin: 0.5rem auto 0;
}
section#Workplace .data-img {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}
section#Workplace p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
section#Workplace p span {
  color: #ff8fba;
}
section#Workplace .cont {
  padding: 2.5rem 0rem 2.5rem;
}
section#Workplace .cont img {
  margin-top: 2rem;
}
section#Workplace .loop-area {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  margin: 0 auto;
}
section#Workplace .loop-track {
  display: flex;
  gap: 24px;
  animation: loopFlow 20s linear infinite;
}
section#Workplace .loop-card {
  flex: 0 0 150px;
}
section#Workplace .loop-card img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes loopFlow {
  0% {
    transform: translateX(-696px);
  }
  100% {
    transform: translateX(0);
  }
}

.Workplace {
  width: 100%;
}
.Workplace .loop-area {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.Workplace .loop-area img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .Workplace {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .Workplace .loop-area {
    width: 100%;
    max-width: none;
  }
  .Workplace .loop-area img {
    width: 100%;
    max-width: none;
  }
}
#anxiety {
  padding: 7rem 0 0;
  margin-bottom: 4rem;
}
#anxiety .anxiety {
  background: #ffef9a;
  background: linear-gradient(0deg, rgb(255, 233, 215) 0%, rgb(251, 236, 191) 70%, rgb(255, 255, 255) 100%);
}
#anxiety .anxiety .cont {
  padding: 0 3.6rem 4rem;
}
#anxiety .anxiety h2 {
  text-align: center;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  color: #ff8fba;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
#anxiety .anxiety h2::after {
  content: "";
  display: block;
  width: 140px;
  height: 24px;
  background: url(../img/ttl_decoration.svg) no-repeat center/100%;
  margin: 0.5rem auto 0;
}
#anxiety .anxiety .anxiety-inner {
  margin-bottom: 4rem;
}
#anxiety .anxiety .anxiety-inner img:first-of-type {
  position: absolute;
  top: 120px;
  left: -10px;
}
#anxiety .anxiety .anxiety-inner img:nth-of-type(2) {
  display: block;
  margin-left: auto;
  top: 60px;
  right: -20px;
}
#anxiety .anxiety .anxiety-inner img:last-of-type {
  top: 0;
  left: -25px;
}
#anxiety .anxiety p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  text-transform: uppercase;
}
#anxiety .anxiety p span {
  color: #ff8fba;
}
#anxiety .anxiety-bg {
  background: url(../img/anxiety_bg.webp) no-repeat center bottom/302px;
}
#anxiety .safety-point {
  padding: 4rem 0;
}
#anxiety .safety-point h3 {
  margin-bottom: 3rem;
  text-align: center;
}
#anxiety .safety-point ul {
  padding: 0 4%;
}
#anxiety .safety-point ul li {
  margin-bottom: 2em;
}
#anxiety .safety-point ul li img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
#anxiety .safety-point ul li > div {
  padding: 2rem;
}
#anxiety .safety-point ul li > div h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  text-align: center;
}
#anxiety .safety-point ul li > div p {
  font-size: 1.2rem;
  line-height: 1.3;
}
#anxiety .beginner {
  width: 95%;
  margin-left: auto;
  background: #2FDABF;
  background: linear-gradient(to bottom, #fff7ef 0%, #ffe7f0 60%);
  border-radius: 80px 0 0 80px;
}
@media (min-width: 660px) {
  #anxiety .beginner {
    width: 100%;
    border-radius: 0;
  }
}
#anxiety .beginner .beginner-top {
  text-align: center;
  color: #0d2937;
  padding: 4rem 2rem 5rem;
  background: url(../img/beginner-top_bg.svg) no-repeat left bottom/110%;
}
@media (min-width: 481px) {
  #anxiety .beginner .beginner-top {
    background-size: 480px;
    background-position: center bottom;
  }
}
#anxiety .beginner .beginner-top h3 {
  font-family: "LINE Seed JP", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
#anxiety .beginner .beginner-top p {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
}
@media (min-width: 481px) {
  #anxiety .beginner .beginner-bottom {
    border-radius: 0 0 0 80px;
  }
}
@media (min-width: 481px) {
  #anxiety .beginner .beginner-bottom .cont {
    text-align: center;
  }
}
#anxiety .beginner .beginner-bottom img {
  width: 100%;
}
@media (max-width: 480px) {
  #anxiety .beginner .beginner-bottom img {
    border-radius: 0 0 0 80px;
  }
}

#data h2 {
  font-family: "LINE Seed JP", sans-serif;
  text-align: center;
  font-weight: bold;
  color: #ff8fba;
  font-size: 2.2rem;
}
#data h2::after {
  content: "";
  display: block;
  width: 140px;
  height: 24px;
  background: url(../img/ttl_decoration.svg) no-repeat center/100%;
  margin: 0.5rem auto 0;
}
#data .data-img {
  text-align: center;
}
#data .data-inner {
  background: #ffef9a;
  background: linear-gradient(0deg, rgb(255, 233, 215) 0%, rgb(251, 236, 191) 70%, rgb(255, 255, 255) 100%);
  color: #ffffff;
  margin-right: auto;
  border-radius: 0 80px 80px 0;
}
@media (min-width: 660px) {
  #data .data-inner {
    width: 100%;
    border-radius: 0;
  }
}
#data .data-inner .cont {
  padding: 4rem 2rem;
}
#data .data-inner h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  color: #0d2937;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
#data .data-inner p {
  margin-top: 1rem;
  color: #0d2937;
  -moz-text-align-last: left;
       text-align-last: left;
}
#data .data-inner .data-inner_beginner {
  margin-bottom: 5rem;
}
#data .data-inner .data-inner_beginner h3 {
  text-align: center;
}
#data .data-inner .data-inner_beginner div {
  position: relative;
  right: 0;
  width: 391px;
  margin-left: auto;
}
#data .data-inner .data-inner_beginner p {
  padding-left: 8rem;
  color: #0d2937;
}
#data .data-inner .data-inner_age-group {
  margin-bottom: 5rem;
}
#data .data-inner .data-inner_work {
  margin-bottom: 5rem;
  text-align: right;
}
#data .data-inner .data-inner_work h3 {
  text-align: right;
}
#data .data-inner .data-inner_work p {
  padding-left: 10%;
}
#data .summary {
  padding: 2rem;
  font-size: 1rem;
  color: #ff8fba;
}

#active {
  padding-left: 2rem;
  padding-right: 2rem;
}
#active img {
  display: block;
  margin-bottom: clamp(15px, 3.4vw, 25px);
}

#point h2 {
  text-align: center;
}
#point ol li {
  background-color: #ffe8f3;
  width: 96%;
  margin-bottom: 1.5rem;
}
@media (min-width: 660px) {
  #point ol li {
    width: 100%;
    margin-bottom: 0;
  }
}
#point ol li:nth-child(odd) {
  border-radius: 80px 0 0 80px;
  margin-left: auto;
}
@media (min-width: 660px) {
  #point ol li:nth-child(odd) {
    border-radius: 0;
  }
}
#point ol li:nth-child(even) {
  border-radius: 0 80px 80px 0;
  margin-right: auto;
}
@media (min-width: 660px) {
  #point ol li:nth-child(even) {
    border-radius: 0;
  }
}
#point ol li .point-inner {
  padding: 5rem 3rem;
}
@media (min-width: 660px) {
  #point ol li .point-inner {
    padding: 2rem 3rem;
  }
}
#point h3 {
  font-size: 2.5rem;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  margin-bottom: 1rem;
}
#point h3 img {
  display: block;
}
#point .tag {
  margin-bottom: 2rem;
}
#point .box_point {
  padding: 2rem;
  font-size: 1.15rem;
  position: relative;
  z-index: 1;
}

#salary {
  color: #0d2937;
}
@media (min-width: 660px) {
  #salary {
    padding: 0 10% 6%;
  }
}
#salary h2 {
  text-align: center;
  margin-top: 3rem;
}
#salary p {
  padding: 2rem 3rem;
  line-height: 1.6;
  font-size: 1.4rem;
}
#salary .rank {
  background: #ffffff;
  width: 96%;
  border-radius: 0 80px 80px 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 660px) {
  #salary .rank {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}
#salary .rank .cont {
  padding: 3rem;
  text-align: center;
}
#salary .salary-case {
  background: #ffffff;
  width: 96%;
  border-radius: 80px 0 0 80px;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 660px) {
  #salary .salary-case {
    width: 100%;
    border-radius: 0;
  }
}
#salary .salary-case .cont {
  padding: 3rem 1.5rem;
}
#salary .salary-case h3 {
  font-size: 2.5rem;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #ff8fba;
  text-align: center;
}
#salary .salary-case p {
  padding: 0;
  margin-bottom: 2rem;
  color: #0d2937;
  text-align: center;
}
#salary .salary-case p small {
  font-size: 1rem;
  margin-top: 1rem;
}
#salary .salary-case img:first-of-type {
  margin-bottom: 2rem;
}

#voice h2 {
  margin-top: 3rem;
}
#voice h2 img {
  margin: auto;
}
#voice img {
  display: block;
  margin-bottom: clamp(15px, 3.4vw, 25px);
}
#voice img:nth-of-type(even) {
  margin-left: auto;
}

#entry {
  background: #ffe8f3;
}
#entry h2 {
  height: 0;
  padding-top: 63%;
  position: relative;
  background: url(../img/entry_ttl-bg.svg) no-repeat top left/407px;
}
#entry h2 img {
  width: 100%;
}
@media (min-width: 376px) {
  #entry h2 img {
    width: 94%;
  }
}
#entry h2 .entry-ttl {
  position: absolute;
  top: 0;
  left: 0;
}
#entry ol {
  padding: 0 2rem;
}
#entry ol > li {
  background: #ffffff;
  position: relative;
  border-radius: 15px;
}
#entry ol > li:not(:last-child) {
  border-bottom: 1px dashed #4a4a4a;
}
#entry ol > li:not(:first-child)::before, #entry ol > li:not(:first-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
#entry ol > li:not(:first-child)::before {
  width: 20px;
  height: 20px;
  background: #ffffff;
  top: -10px;
}
#entry ol > li:not(:first-child)::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #4a4a4a;
  border-bottom: 0;
  top: -4px;
}
#entry ol > li:first-child {
  padding: 1.3rem 1rem;
}
#entry ol > li:first-child p span {
  color: #ff8fba;
}
#entry ol > li:first-child ul {
  padding: 4rem 1rem;
}
#entry ol > li:first-child ul li {
  position: relative;
}
#entry ol > li:first-child ul li h3 {
  text-align: center;
}
#entry ol > li:first-child ul li a {
  margin: auto;
}
#entry ol > li:first-child ul li:not(:last-child) {
  margin-bottom: 2rem;
}
#entry ol > li > img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
#entry ol > li h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 2.8rem;
}
#entry ol > li h3 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
#entry ol > li p {
  line-height: 1.53;
}
#entry ol > li .entry-list_inner {
  padding: 2rem;
}

#apply {
  background: #ffe7f0;
  padding-left: 2rem;
  padding-right: 2rem;
}
#apply h2 {
  height: 0;
  padding-top: 63%;
  position: relative;
  background: url(../img/entry_ttl-bg.svg) no-repeat top left/335px;
}
#apply h2 img {
  width: 100%;
}
@media (min-width: 376px) {
  #apply h2 img {
    width: 94%;
  }
}
#apply h2 .entry-ttl {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 660px) {
  #apply h2 {
    background-size: 480px;
  }
  #apply h2 img {
    width: 110%;
  }
}
#apply ol {
  border: 1px solid;
  border-radius: 2rem;
}
#apply ol p {
  padding: 1.75rem;
}
#apply ol > li {
  padding: 1.75rem 0;
}
#apply ol > li:not(:last-child) {
  border-bottom: 1px dashed #4a4a4a;
  position: relative;
}
#apply ol > li:not(:last-child)::after, #apply ol > li:not(:last-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
}
#apply ol > li:not(:last-child)::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #4a4a4a;
  border-bottom: 0;
  bottom: -4px;
  left: calc(50% - 5px);
  z-index: 1;
}
#apply ol > li:not(:last-child)::before {
  width: 20px;
  height: 20px;
  background: #ffe7f0;
  bottom: -10px;
  left: calc(50% - 10px);
}
#apply ol ul {
  padding: 0 1.75rem;
}
#apply ol ul a {
  max-width: 15em;
  justify-content: flex-start;
  margin: 0 auto;
}
#apply ol ul a .icon {
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
}
#apply ol ul li {
  margin-bottom: clamp(15px, 3.4vw, 25px);
}
#apply ol ul li:first-child a {
  background: #0abf4b;
}
#apply ol ul li:nth-child(2) a {
  background: #ff5396;
}
#apply ol ul li:last-child a {
  background: #1fc0d3;
}
#apply .btn, #apply ol ul a {
  width: 100%;
  padding: 1em 1.75em;
  font-size: 1.2em;
  font-weight: 500;
  border-radius: 9999px;
  color: white;
}
#apply .btn.b_line, #apply ol ul a.b_line {
  background: #0abf4b;
}

#faq {
  padding: clamp(60px, 14vw, 110px) 2rem;
}
#faq h2 {
  font-family: "LINE Seed JP", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  color: #ff8fba;
  margin-bottom: clamp(25px, 6.5vw, 50px);
}
#faq li {
  margin-bottom: 2.4em;
  position: relative;
}
#faq h3 {
  position: relative;
  padding-left: 32px;
  font-weight: 600;
  margin-bottom: 0.4em;
  font-size: 1.3rem;
}

#faq .lst-faq h3::before,
#faq .answer::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  left: 0;
}

#faq .lst-faq h3::before {
  background: url(../img/faq_q.svg) no-repeat;
  background-size: 100%;
  top: 50%;
  margin-top: -13px;
}

#faq .answer {
  position: relative;
  padding-left: 32px;
}

#faq .answer::before {
  background: url(../img/faq_a.svg) no-repeat;
  background-size: 100%;
  top: 4px;
}

#detail {
  padding-left: 2rem;
  padding-right: 2rem;
}
#detail .sub_aco {
  display: none;
  font-size: 1.4rem;
  padding: 1.75rem;
  text-transform: uppercase;
}
#detail .sub_aco dl > div {
  margin-bottom: 2.25em;
}
#detail .sub_aco dt {
  font-weight: 500;
  margin-bottom: 0.2em;
}
#detail .sub_aco dd {
  color: rgb(255, 158.3, 195.4258928571);
}
#detail h3 {
  line-height: 1;
  color: #ffffff;
  font-size: 1.15em;
  padding: 1.75em 2em;
  background: #eb6878;
  border-radius: 9999px;
  margin-bottom: clamp(15px, 3.4vw, 25px);
}

.footer_cvbtn ul {
  padding: 0.5em;
  gap: 1rem;
  margin-bottom: 2rem;
}
.footer_cvbtn ul li a {
  display: block;
  border-radius: 9999px;
  height: 100%;
}
.footer_cvbtn ul li:not(:last-child) {
  width: 15%;
  min-width: 15%;
  aspect-ratio: 1/1;
}
.footer_cvbtn ul li:not(:last-child) a {
  padding: 20%;
}
.footer_cvbtn ul li:not(:last-child) .icon {
  width: 100%;
  height: 100%;
}
.footer_cvbtn ul li:first-child a {
  background: #ff5396;
}
.footer_cvbtn ul li:nth-child(2) a {
  background: #1fc0d3;
}
.footer_cvbtn ul li:last-child {
  flex-grow: 1;
}
.footer_cvbtn ul li:last-child .btn, .footer_cvbtn #apply ol ul li:last-child a, #apply ol .footer_cvbtn ul li:last-child a {
  padding: 1.6rem 0;
}
.footer_cvbtn ul li:last-child .icon {
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
  vertical-align: middle;
}

.aco {
  cursor: pointer;
  position: relative;
}

.aco .plus {
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 3rem;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aco .plus::before,
.aco .plus::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #ffffff;
}

.aco .plus::before {
  width: 2px;
  height: 10px;
}

.aco .plus::after {
  width: 10px;
  height: 2px;
}

.aco.bg02 .plus {
  transform: rotate(135deg);
}

#footer {
  padding-bottom: clamp(80px, 14vw, 110px);
}

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

.footnav {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 565px;
  animation: slideUp 0.6s ease-out;
  transform: translateX(-50%);
}

.Workplace {
  margin-top: 4rem;
}/*# sourceMappingURL=style.css.map */