@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
section {
  padding: 16rem 0;
}
section .inner > *:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  section .inner .sec-ttl {
    margin-left: -17.5%;
    width: calc(1728 / 1280 * 100%);
  }
}

.link-text {
  position: relative;
  display: block !important;
  padding-left: 1.7em;
  text-decoration: none !important;
}
.link-text::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.15em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
}

.anchor-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem calc(16 / 640 * 100%);
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .anchor-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem calc(29 / 1280 * 100%);
  }
}
.anchor-btn li {
  min-width: calc(296 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .anchor-btn li {
    min-width: auto;
  }
  .anchor-btn li:nth-child(4n), .anchor-btn li:last-child {
    margin-right: 0;
  }
  .anchor-btn li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
.anchor-btn li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.anchor-btn li a {
  width: 100%;
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  .anchor-btn li a {
    font-size: 120%;
  }
}

/* =====================================================================
    list
======================================================================*/
@media screen and (max-width: 767px) {
  .list01 {
    padding-left: 5rem;
    border-left: 0.4rem solid #002cf1;
  }
}
.list01 dl {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .list01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list01 dl > * {
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .list01 dl:not(:last-child) {
    margin-bottom: 1em;
  }
}
.list01 dl dt {
  margin-bottom: 0.4em;
  font-weight: 700;
  color: #002cf1;
}
@media screen and (min-width: 768px) {
  .list01 dl dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    text-align: right;
    padding-right: 3rem;
    width: 10em;
    border-right: 0.2rem solid #002cf1;
  }
}
@media screen and (min-width: 768px) {
  .list01 dl dd {
    padding-left: 3rem;
  }
}

.list02 dl {
  line-height: 1.5;
}
.list02 dl:not(:last-child) {
  margin-bottom: 1.5em;
}
.list02 dl > * {
  padding-left: 1.3em;
}
.list02 dl dt {
  position: relative;
  margin-bottom: 0.8em;
  color: #002cf1;
}
.list02 dl dt::before {
  content: "●";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.list03 {
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .list03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list03 li {
  counter-increment: number 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
  padding: 5rem 4rem;
  background-color: #ebedf2;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .list03 li {
    display: block;
    padding: 3rem 4rem;
  }
}
.list03 li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list03 li {
    margin: 0 calc(40 / 1280 * 100%) calc(40 / 1280 * 100%) 0;
    width: calc(400 / 1280 * 100%);
  }
  .list03 li:nth-child(3n), .list03 li:last-child {
    margin-right: 0;
  }
  .list03 li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
.list03 li:nth-child(-n+9) .list03-ttl::after {
  content: "0" counter(number);
}
.list03-ttl {
  position: relative;
  display: block;
  margin-right: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 75%;
  letter-spacing: 0.05em;
  color: #002cf1;
}
@media screen and (min-width: 768px) {
  .list03-ttl {
    margin: 0 0 0.5em;
    font-size: 90%;
  }
}
.list03-ttl::after {
  content: counter(number);
  display: block;
  margin-top: 0.1em;
  font-size: 250%;
}

.list04 li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.5;
  border-bottom: 1px solid #002cf1;
}

.list05 dl {
  padding: 4.5rem 5.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .list05 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem calc(120 / 1280 * 100%);
  }
}
.list05 dl:nth-child(odd) {
  background-color: #ebedf2;
  border-radius: 1.6rem;
}
.list05 dl dt {
  margin-bottom: 0.3em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #002cf1;
}
@media screen and (min-width: 768px) {
  .list05 dl dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1em;
    width: 5.8em;
  }
}

.list06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .list06 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -4.6875%;
    width: calc(1400 / 1280 * 100%);
  }
}
.list06 li {
  margin-bottom: calc(16 / 640 * 100%);
  width: calc(312 / 640 * 100%);
}
.list06 li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list06 li {
    margin: 0 calc(16 / 1400 * 100%) calc(16 / 1400 * 100%) 0;
    width: calc(336 / 1400 * 100%);
  }
  .list06 li:nth-child(4n), .list06 li:last-child {
    margin-right: 0;
  }
  .list06 li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
.list06 li img {
  border: 2px solid #ebedf2;
  border-radius: 1.6rem;
}

@media screen and (min-width: 768px) {
  .list07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -4.6875%;
    width: calc(1400 / 1280 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .list07-column {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .list07-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.list07 li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.3em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .list07 li {
    width: 49%;
  }
}
.list07 li::before {
  content: "●";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: #002cf1;
}
.list07 li a {
  display: inline;
}

@media screen and (min-width: 768px) {
  .list08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list08 li {
  margin-bottom: 8rem;
}
.list08 li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list08 li {
    margin-right: calc(80 / 1280 * 100%);
    width: calc(600 / 1280 * 100%);
  }
  .list08 li:nth-child(2n), .list08 li:last-child {
    margin-right: 0;
  }
  .list08 li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.list08 li > *:not(:last-child) {
  margin-bottom: 3rem;
}
.list08 li figure img {
  border-radius: 1.6rem;
}
.list08 li .btn01 {
  text-align: left;
}
.list08 li .btn01 a {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  .list08 li .btn01 a {
    font-size: 120%;
  }
}
.list08-ttl {
  font-size: 125%;
  font-weight: 700;
  line-height: 1.5;
  color: #002cf1;
}

@media screen and (min-width: 768px) {
  .list09 {
    margin: 0 auto;
    max-width: 1080px;
  }
}
.list09 li {
  padding-top: 6rem;
  border-top: 0.4rem solid #002cf1;
}
@media screen and (min-width: 768px) {
  .list09 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4rem;
  }
}
.list09 li:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .list09 li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.list09-ttl {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 125%;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #002cf1;
  border-bottom: 0.4rem dotted currentColor;
}
@media screen and (min-width: 768px) {
  .list09-ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 4.6296296296% 0 0;
    padding: 0 2.7777777778% 0 0;
    width: 6.7em;
    border-bottom: 0;
    border-right: 0.4rem dotted currentColor;
  }
}

/* =====================================================================
    ttl
======================================================================*/
.ttl01 {
  text-align: center;
  margin-bottom: 8rem;
  padding-top: 0.6em;
  font-size: 150%;
  font-weight: 700;
  color: #002cf1;
  line-height: 1.3;
  border-top: 0.4rem solid currentColor;
}
@media screen and (min-width: 768px) {
  .ttl01 {
    font-size: 180%;
  }
}

.ttl02 {
  text-align: center;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .ttl02 {
    font-size: 140%;
  }
}

.ttl03 {
  text-align: center;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.3;
  color: #002cf1;
}
@media screen and (min-width: 768px) {
  .ttl03 {
    font-size: 140%;
  }
}

/* =====================================================================
    text
======================================================================*/
.text01 {
  text-align: center;
}
.text01 > *:not(:last-child) {
  margin-bottom: 0.7em;
}
.text01 p {
  display: inline-block;
  padding: 0.5em 2.5em;
  max-width: 100%;
  font-size: 68%;
  background-color: #ebedf2;
  border-radius: 3em;
}

/* =====================================================================
    about
======================================================================*/
.about .anime-loop {
  margin-top: 16rem;
  --duration: 100s;
}
.about .anime-loop-item {
  height: calc(46 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .about .anime-loop-item {
    height: calc(46 / 1920 * 100vw);
  }
}
.about-head {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about-head .list01 {
    margin: -19.6rem 0 0 auto;
    width: 50%;
  }
}
.about-access::before, .about-affiliates::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(718 / 750 * 100%);
  height: 100%;
  background-color: #ebedf2;
  border-radius: 3.2rem;
}
@media screen and (min-width: 768px) {
  .about-access::before, .about-affiliates::before {
    width: calc(1888 / 1920 * 100%);
    max-width: 1888px;
  }
}
.about-access-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem 0;
  margin: 0 auto;
  width: calc(592 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .about-access-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    gap: 0 2%;
  }
  .about-access-column > * {
    width: 50%;
  }
}
.about-access-map {
  border-radius: 2.4rem;
  overflow: hidden;
}
.about-access-map iframe {
  width: 100%;
  max-height: 65vh;
}
.about-affiliates .list04 {
  margin: 0 auto;
  width: calc(592 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .about-affiliates .list04 {
    margin: -19.6rem 0 0 auto;
    width: 50%;
  }
}

.about-head .officers {
  padding-bottom: 16em;
}

/* =====================================================================
    privacy policy
======================================================================*/
.privacy-policy h4 {
  line-height: 1.6;
  font-size: 1.6em;
  color: #002cf1;
}
.privacy-policy p {
  line-height: 1.8;
  padding-bottom: 1em;
}
.privacy-policy ul li {
  line-height: 1.8;
  padding-bottom: 1em;
  margin-left: 2em;
  text-indent: -2em;
}
.privacy-policy ul li::before {
  content: "●　";
  color: #002cf1;
}

.text-r {
  text-align: right;
}

/* =====================================================================
    works
======================================================================*/
.works-group {
  padding-top: 0;
}
.works-group .ttl01 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .works-group .ttl01 {
    margin-left: -17.5%;
    width: calc(1728 / 1280 * 100%);
  }
}
.works-group dt {
  color: #002cf1;
  padding-bottom: 0.5em;
}
.works-group dd strong {
  display: block;
  border-bottom: #cccccc 3px dotted;
  border-top: #cccccc 3px dotted;
  margin: 0.5em 0;
  padding: 0.5em 0;
}

/* =====================================================================
    recruit
======================================================================*/
.recruit-btn {
  text-align: center;
}
.recruit-btn a {
  padding: 8rem 0;
  font-weight: 700;
  line-height: 1.5;
  color: #002cf1;
  background-color: #ebedf2;
  border-radius: 3.2rem;
}
@media screen and (min-width: 768px) {
  .recruit-btn a {
    font-size: 120%;
  }
}
.recruit-group {
  padding-top: 0;
}
.recruit .list08 .text01 p {
  width: 100%;
}

/* =====================================================================
    Part-time Jobs
======================================================================*/
@media screen and (min-width: 768px) {
  section .inner .sec-ttl2 {
    text-align: center;
    margin-left: -17.5%;
    width: 135%;
  }
}
.sec-ttl2 {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .sec-ttl2 {
    margin-bottom: 6.4rem;
  }
}
.sec-ttl2 .ja {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  padding-top: 0.5em;
  margin-bottom: 0.2em;
  letter-spacing: 0;
}
.sec-ttl2 .ja strong {
  padding: 0.2em 0;
  display: block;
  color: #002cf1;
}
.sec-ttl2 .en {
  margin-left: -0.05em;
  font-size: 300%;
  font-weight: 700;
  color: #002cf1;
  letter-spacing: 0.05em;
}

.ttl3 {
  text-align: center;
  color: #002cf1;
  font-size: 160%;
}

.part-time-list li {
  line-height: 1.8;
  padding-bottom: 1em;
  margin-left: 2em;
  text-indent: -2em;
}
.part-time-list li::before {
  content: "●　";
  color: #002cf1;
}

.recruit_mail p {
  padding-top: 2em;
}/*# sourceMappingURL=subpage.css.map */