.gr1, .circle-bg {
  background: linear-gradient(90deg, rgb(212, 242, 239) 0%, rgb(170, 229, 223) 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;
  height: 100dvh;
}

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

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, .cv, #g-nav.panelactive, .btn {
  display: flex;
  align-items: center;
}

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

.flexW {
  flex-wrap: wrap;
}

.btn {
  display: block;
  padding: 2.1rem 1.75rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 20px;
  color: white;
  text-align: center;
}
.btn.b_line {
  background: #000;
  box-shadow: 0px 3px 8px 0px rgb(21, 38, 35);
}
.btn.b_form {
  background: #2D6FA3;
  background: linear-gradient(90deg, rgb(45, 111, 163) 0%, rgb(13, 161, 146) 66%, rgb(47, 218, 191) 100%);
  box-shadow: 0px 3px 8px 0px rgb(21, 38, 35);
}
.btn.b_entry {
  background: #C70A43;
  background: linear-gradient(90deg, rgb(199, 10, 67) 8%, rgb(215, 51, 98) 60%, rgb(255, 177, 98) 100%);
  box-shadow: 0px 3px 8px 0px rgb(21, 38, 35);
}

#header {
  padding: 1rem 1rem;
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: -60px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#header.is-show {
  display: block;
  top: 0;
  visibility: visible;
}
#header h1 {
  width: 170px;
  height: 40px;
  position: relative;
  z-index: 100;
}
#header h1 a {
  display: block;
}

#footer {
  background: #D5E2ED;
  background: linear-gradient(0deg, rgb(213, 226, 237) 0%, rgb(213, 226, 237) 70%, rgb(255, 255, 255) 100%);
}
#footer .logo {
  display: block;
  width: 160px;
  margin: 0 auto clamp(25px, 6.5vw, 50px);
}

.openbtn {
  outline: none;
  border: none;
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  background: none;
}
.openbtn span {
  display: inline-block;
  width: 20px;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  height: 2px;
  border-radius: 2px;
  background: #0da192;
}
.openbtn span:nth-of-type(1) {
  top: 22px;
}
.openbtn span:nth-of-type(2) {
  top: 29px;
}
.openbtn span:nth-of-type(3) {
  top: 36px;
}

.openbtn.active {
  background: none;
}

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

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

.openbtn.active span:nth-of-type(3) {
  transform: translateY(-7px) 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: 100vh;
}

#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.15em;
  letter-spacing: 0.175em;
  text-align: right;
  margin-bottom: 0.4em;
}
#g-nav li a {
  color: #48a1aa;
  padding: 0.9em;
  display: block;
}

#header {
  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: #0da192;
  font-weight: 500;
}

.icon {
  fill: #fff;
}

.mv {
  background: #2d6fa3;
  background: linear-gradient(0deg, rgb(45, 111, 163) 0%, rgb(29, 136, 155) 20%, rgb(13, 161, 146) 60%, rgb(47, 218, 191) 100%);
}
.mv .cont {
  text-align: center;
}
.mv .cont::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/mv_back.webp) no-repeat top center/100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.cv {
  flex-direction: column;
  background: #2d6fa3;
  border-radius: 0 0 80px 80px;
  padding: 3rem 0 4.3rem;
  margin-bottom: 3rem;
}
.cv .btn {
  width: 280px;
}
@media (min-width: 660px) {
  .cv {
    border-radius: 0;
  }
}

#about {
  padding-bottom: 0;
}
#about .about-inner {
  width: 96%;
  background: #eaf1f6;
  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: #0da192;
}
#about .reason {
  width: 96%;
  padding: 4.6rem 0 6rem;
  background: #2FDABF;
  text-align: center;
  background: linear-gradient(180deg, rgb(47, 218, 191) 0%, rgb(13, 161, 146) 40%);
  border-radius: 0 0 80px 0;
}
@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;
  color: #ffffff;
  font-size: 2.5rem;
  text-transform: uppercase;
}
#about .reason ul {
  margin-bottom: 3rem;
}
#about .reason ul li img {
  box-shadow: 0px 0px 3px 0px rgba(85, 132, 125, 0.45);
}
#about .reason ul li:not(:last-child) {
  margin-bottom: 1rem;
}

#anxiety {
  padding: 7rem 0 0;
  margin-bottom: 4rem;
}
#anxiety .anxiety {
  background: #D5E2ED;
  background: linear-gradient(0deg, rgb(213, 226, 237) 0%, rgb(213, 226, 237) 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: #0da192;
  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: #0da192;
}
#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%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}
#anxiety .safety-point ul li {
  background: #e7f6f4;
  border-radius: 10px;
}
#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(0deg, rgb(47, 218, 191) 0%, rgb(13, 161, 146) 40%);
  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: #ffffff;
  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: #0da192;
  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: #2FDABF;
  background: linear-gradient(180deg, rgb(47, 218, 191) 0%, rgb(13, 161, 146) 40%);
  color: #ffffff;
  width: 95%;
  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: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
#data .data-inner p {
  margin-top: 1rem;
  -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;
}
#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: #0da192;
}

#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: #dfe9f1;
  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 {
  background: #0da192;
  color: #ffffff;
}
@media (min-width: 660px) {
  #salary {
    padding: 0 10% 6%;
  }
}
#salary h2 {
  text-align: center;
}
#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: #0da192;
  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 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: #dfe9f1;
}
#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;
  border-radius: 10px;
}
#entry ol > li:first-child {
  padding: 1.3rem 2rem;
}
#entry ol > li:first-child p span {
  color: #0da192;
}
#entry ol > li:first-child ul {
  padding: 4rem 0;
}
#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:not(:last-child) {
  margin-bottom: 3.5rem;
  position: relative;
}
#entry ol > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 29px;
  height: 17px;
  background: url(../img/arrow.svg) no-repeat center/100%;
  position: absolute;
  bottom: -17px;
  left: 50%;
  translate: -50% 0;
}
#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-bottom: 1rem;
}
#entry ol > li p {
  line-height: 1.53;
}
#entry ol > li .entry-list_inner {
  padding: 2rem;
}

#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: #0da192;
  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(32.5, 102.5, 137.5);
}
#detail h3 {
  line-height: 1;
  color: #ffffff;
  font-size: 1.15em;
  padding: 1.75em 2em;
  background: #0da192;
  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: #C70A43;
  background: linear-gradient(45deg, rgb(199, 10, 67) 8%, rgb(215, 51, 98) 60%, rgb(255, 177, 98) 100%);
  box-shadow: 0px 3px 8px 0px rgb(21, 38, 35);
}
.footer_cvbtn ul li:nth-child(2) a {
  background: #2D6FA3;
  background: linear-gradient(45deg, rgb(45, 111, 163) 0%, rgb(13, 161, 146) 66%, rgb(47, 218, 191) 100%);
  box-shadow: 0px 3px 8px 0px rgb(21, 38, 35);
}
.footer_cvbtn ul li:last-child {
  flex-grow: 1;
}
.footer_cvbtn ul li:last-child .btn {
  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%);
}/*# sourceMappingURL=style.css.map */