@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
/* テーマカラーの変数定義 */
[class*=theme-pattern] {
  color: var(--color-text);
  background-color: var(--color-bg);
}

/* =====================================================================
    コラージュありの場合
======================================================================*/
.set1 > * {
  padding: 20rem 0;
}
@media screen and (max-width: 767px) {
  .set1 > *:last-of-type {
    padding-bottom: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .set1 > * {
    padding: 16rem 0;
  }
}
@media screen and (min-width: 768px) {
  .set1 > section::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 46rem;
    height: 74.2rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .set1 > section:nth-of-type(4n+1)::after {
    top: -28rem;
    background-image: url(../images/common/img_collage01-pc.png);
  }
  .set1 > section:nth-of-type(4n+2)::after {
    top: -33rem;
    left: auto;
    right: 0;
    background-image: url(../images/common/img_collage02-pc.png);
  }
  .set1 > section:nth-of-type(4n+3)::after {
    top: -30rem;
    background-image: url(../images/common/img_collage03-pc.png);
  }
  .set1 > section:nth-of-type(4n)::after {
    top: -29.3rem;
    left: auto;
    right: 0;
    background-image: url(../images/common/img_collage04-pc.png);
  }
}
.set1 .inner > *:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .set1 .inner > *:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .set1 .inner {
    width: calc(1000 / 1920 * 100%);
    max-width: 1000px;
  }
  .set1 .inner-small {
    width: calc(1000 / 1920 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .set1 .subpage-head > .inner {
    width: calc(1060 / 1920 * 100%);
  }
}

/* =====================================================================
    subpage-head
======================================================================*/
.subpage-head {
  position: relative;
  padding: 0 !important;
  background-color: var(--color-text);
}
.subpage-head > .inner {
  margin-right: 0;
  padding: 48rem 0 5rem;
  width: calc(600 / 750 * 100%);
  background-color: var(--color-bg);
}
@media screen and (min-width: 768px) {
  .subpage-head > .inner {
    padding: 14rem 0;
    width: calc(1460 / 1920 * 100%);
    max-width: initial;
  }
}
.subpage-head h1 {
  margin-left: 0.7em;
  padding-left: 0.3em;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: var(--color-bg);
  border-left: 0.1em solid var(--color-text);
  text-shadow: 0.028em 0.028em 0 var(--color-text), 0.028em -0.028em 0 var(--color-text), -0.028em 0.028em 0 var(--color-text), -0.028em -0.028em 0 var(--color-text), 0.028em 0px 0 var(--color-text), 0px 0.028em 0 var(--color-text), -0.028em 0px 0 var(--color-text), 0px -0.028em 0 var(--color-text);
}
@media screen and (min-width: 768px) {
  .subpage-head h1 {
    margin-left: 9.4339622642%;
  }
}
.subpage-head h1::first-letter {
  color: var(--color-text);
  text-shadow: none;
}
.subpage-head h1 small {
  display: block;
  margin-top: 0.833em;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  color: var(--color-text);
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .subpage-head h1 small {
    font-size: 42%;
  }
}

/* =====================================================================
    ttl
======================================================================*/
.ttl01 {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.371;
}
@media screen and (min-width: 768px) {
  .ttl01 {
    font-size: 3rem;
  }
}
.ttl01 > * {
  display: block;
}
.ttl01 .en {
  margin-top: -0.4em;
  font-size: 460%;
}
.ttl01 .ja {
  margin-top: 0.2em;
}

.ttl02 {
  padding: 0.625em 0.5em 1.5em 0.95em;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #f44901;
  background: url(../images/common/bg_ttl02.png) no-repeat center/100% 100%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (min-width: 768px) {
  .ttl02 {
    font-size: 3.2rem;
  }
}

.ttl03 {
  margin-bottom: 10rem;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1.371;
}
@media screen and (min-width: 768px) {
  .ttl03 {
    margin-bottom: 3rem;
  }
}

/* =====================================================================
    text
======================================================================*/
.text01 {
  text-align: center;
  margin-bottom: 2.85em !important;
}
.text01 span {
  display: inline-block;
  font-size: 178%;
  font-weight: 900;
  line-height: 1.5;
  color: var(--color-text);
  border-bottom: 0.125em solid;
}
@media screen and (min-width: 768px) {
  .text01 span {
    font-size: 150%;
  }
}

.text02 {
  text-align: center;
}
.text02 span {
  position: relative;
  display: inline-block;
  padding: 0 12rem;
  width: 100%;
  font-size: 164%;
  font-weight: 900;
  line-height: 1.521;
  letter-spacing: 0.04em;
  color: #131428;
}
@media screen and (min-width: 768px) {
  .text02 span {
    padding: 0 1.5em;
    width: auto;
    font-size: 4.6rem;
  }
}
.text02 span::before, .text02 span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 4rem;
  height: 12rem;
  border-left: 2px solid var(--color-text);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .text02 span::before, .text02 span::after {
    bottom: 0.2em;
    left: 0.5em;
    height: 0.86em;
  }
}
.text02 span::after {
  left: auto;
  right: 4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .text02 span::after {
    right: 0.5em;
  }
}

/* =====================================================================
    column
======================================================================*/
.column01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column01 .ttl01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.column01-right {
  margin-left: 4rem;
  padding-left: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  border-left: 0.4rem solid;
}
.column01-right h3 {
  margin-bottom: 1.3em;
  font-size: 128%;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .column01-right h3 {
    font-size: 180%;
  }
}
.column01-right p {
  color: #131428;
}
.column01-right p small {
  display: block;
  margin-top: 0.8em;
}
.column01-right .list01 {
  margin-left: 0;
  width: 100%;
}
.column01-right .list01 li {
  width: 100%;
}

/* =====================================================================
    list
======================================================================*/
.list01 {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: auto;
  width: calc(600 / 700 * 100%);
}
.list01 li {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 0 0.5em 1em;
  width: 48.3333333333%;
  line-height: 1.642;
  border-bottom: 1.5px dashed;
}
.list01 li::before {
  content: "・";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
}

.list02 {
  margin-left: 4rem;
  padding-left: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  border-left: 0.4rem solid;
}
.list02 li {
  line-height: 1.642;
}
.list02 li:not(:last-child) {
  margin-bottom: 2.5em;
}
.list02 li h3 {
  position: relative;
  margin-bottom: 0.63em;
  padding-bottom: 0.3em;
  font-weight: 700;
  border-bottom: 1.5px dashed;
}
@media screen and (min-width: 768px) {
  .list02 li h3 {
    font-size: 120%;
  }
}
.list02 li h3::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: calc((4rem + 8px) * -1);
  width: calc(4rem + 8px);
  height: 4rem;
  border-bottom: 1.5px dashed;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.list02 li p {
  font-size: 85%;
  color: #131428;
}

@media screen and (min-width: 768px) {
  .list03 {
    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;
  }
}
.list03 li {
  padding: 0.4em 0;
  min-height: 5.65em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.642;
  border-bottom: 1.5px dashed;
}
@media screen and (min-width: 768px) {
  .list03 li {
    width: calc(477 / 1000 * 100%);
  }
}
.list03 li:first-child {
  border-top: 1.5px dashed;
}
@media screen and (min-width: 768px) {
  .list03 li:nth-child(2) {
    border-top: 1.5px dashed;
  }
}

.list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list04 li {
  margin: 0 calc(30 / 700 * 100%) 5rem 0;
  width: calc(210 / 700 * 100%);
}
@media screen and (max-width: 767px) {
  .list04 li:nth-child(3n) {
    margin-right: 0;
  }
  .list04 li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .list04 li {
    margin: 0 3.2% 4rem 0;
    width: 22.6%;
  }
  .list04 li:nth-child(4n) {
    margin-right: 0;
  }
  .list04 li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .list04 li figure {
    margin: 0 auto;
    width: 70%;
  }
}
.list04 li figure img {
  border-radius: 50%;
}
.list04 li p {
  text-align: center;
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .list04 li p {
    font-size: 92%;
  }
}

.list05 li {
  padding-left: 5rem;
  font-size: 107%;
  border-left: 0.4rem solid;
}
@media screen and (min-width: 768px) {
  .list05 li {
    padding-left: 3rem;
    font-size: 100%;
  }
}
.list05 li:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .list05 li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.list05 li a {
  display: inline-block;
}
.list05 li time {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 900;
}
.list05 li h3 {
  font-size: 106%;
  font-weight: 900;
  line-height: 2.187;
  color: #131428;
}
.list05 li p {
  font-family: "Noto Sans JP", sans-serif;
  color: #131428;
}
@media screen and (min-width: 768px) {
  .list05 li p {
    font-size: 80%;
  }
}

.list06 li:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .list06 li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.list06 li h3 {
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
  font-size: 142%;
  font-weight: 900;
  line-height: 1.4;
  border-bottom: 1.5px dashed;
}
@media screen and (min-width: 768px) {
  .list06 li h3 {
    font-size: 150%;
  }
}
.list06 li p {
  font-family: "Noto Sans JP", sans-serif;
  color: #131428;
}

/* =====================================================================
    section
======================================================================*/
.sec_reception {
  background-color: #ffffff;
}

.sec_job {
  padding: 15rem 0;
}

@media screen and (max-width: 767px) {
  .sec_job > .inner,
  .sec_flow > .inner,
  .sec_benefits > .inner {
    width: calc(700 / 750 * 100%);
  }
}
.sec_flow .ttl01 .en {
  font-size: 315%;
}

.sec_benefits .ttl03 {
  margin-bottom: 3rem !important;
}

.sec_news {
  background-color: #ffffff;
}

/* =====================================================================
    recommend
======================================================================*/
.sec_recommend {
  padding: 8rem 0;
}
.sec_recommend::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 30rem);
  background: url(../images/common/bg_pattern01_purple.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .sec_recommend::before {
    width: calc(1620 / 1920 * 100%);
  }
}

.recommend-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .recommend-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recommend-wrap .ttl02 {
  margin-bottom: auto;
}
@media screen and (min-width: 768px) {
  .recommend-wrap .ttl02 {
    margin-right: calc(67 / 1000 * 100%);
  }
}
.recommend-wrap .pickup-content {
  width: calc(428 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .recommend-wrap .pickup-content {
    margin-right: calc(37 / 1000 * 100%);
    width: calc(428 / 1000 * 100%);
  }
}
.recommend-pickup {
  width: 3.7rem;
}

/* =====================================================================
    requirements
======================================================================*/
@media screen and (min-width: 768px) {
  #requirements .entry-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#requirements .entry-btn-text {
  font-size: 4rem;
}
#requirements .entry-btn-text small {
  position: relative;
  display: block;
  margin-top: 1.6em;
  text-align: left;
  padding-left: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 60%;
  line-height: 1.416;
  color: #a6bdc9;
}
#requirements .entry-btn-text small::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.requirements-job .ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.requirements-job .ttl01 .en {
  margin: 0;
  line-height: 0.9;
}
.requirements-job .ttl01 .ja {
  margin: 0 0 0 0.7em;
}
.requirements-job .list05 li:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .requirements-job .list05 li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.requirements-job .list05 li h3 {
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 124%;
  line-height: 1.4;
  color: var(--color-text);
}
.requirements-desc {
  background-color: #e8dfd6;
}

/* =====================================================================
    entry 
======================================================================*/
.entry {
  position: relative;
  padding: 3.4rem 0;
  color: var(--color-text);
  background-color: var(--color-bg);
}
@media screen and (min-width: 768px) {
  .entry {
    padding: 5rem 0;
  }
}
.entry-btn {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 3.125em calc(60 / 750 * 100%);
  width: calc(690 / 750 * 100%);
  font-size: 3.2rem;
  color: #ffffff;
  background-color: var(--color-text);
  border: 0.2rem solid var(--color-text);
  outline: 0.8rem solid var(--color-bg);
  outline-offset: -1.2rem;
}
@media screen and (min-width: 768px) {
  .entry-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.375em calc(300 / 1920 * 100%);
    width: calc(1820 / 1920 * 100%);
    max-width: 1820px;
  }
}
.entry-btn::after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: 2.437em auto 0;
  width: 2.5em;
  height: 2.5em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 82 82"><g><path d="M41,.7C18.8.7.7,18.8.7,41s18.1,40.3,40.3,40.3,40.3-18.1,40.3-40.3S63.2.7,41,.7ZM41,79.3c-21.1,0-38.3-17.2-38.3-38.3S19.9,2.7,41,2.7s38.3,17.2,38.3,38.3-17.2,38.3-38.3,38.3Z"/><path d="M50.5,41.6s0-.3,0-.4,0,0,0-.1c0,0,0,0,0-.1,0,0,0-.1,0-.2,0-.3-.2-.8-.5-1.5-1.5-1.5-6.3-6.3-6.3-6.3-.7-.7-1.9-.7-2.7,0s-.7,1.9,0,2.7l3.7,3.7h-12.5c-1,0-1.9.8-1.9,1.9,0,1,.8,1.9,1.9,1.9h12.5l-3.7,3.7c-.7.7-.7,1.9,0,2.7s1.9.7,2.7,0l6.3-6.3s.5-.9.5-1.6Z"/></g></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 82 82"><g><path d="M41,.7C18.8.7.7,18.8.7,41s18.1,40.3,40.3,40.3,40.3-18.1,40.3-40.3S63.2.7,41,.7ZM41,79.3c-21.1,0-38.3-17.2-38.3-38.3S19.9,2.7,41,2.7s38.3,17.2,38.3,38.3-17.2,38.3-38.3,38.3Z"/><path d="M50.5,41.6s0-.3,0-.4,0,0,0-.1c0,0,0,0,0-.1,0,0,0-.1,0-.2,0-.3-.2-.8-.5-1.5-1.5-1.5-6.3-6.3-6.3-6.3-.7-.7-1.9-.7-2.7,0s-.7,1.9,0,2.7l3.7,3.7h-12.5c-1,0-1.9.8-1.9,1.9,0,1,.8,1.9,1.9,1.9h12.5l-3.7,3.7c-.7.7-.7,1.9,0,2.7s1.9.7,2.7,0l6.3-6.3s.5-.9.5-1.6Z"/></g></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .entry-btn::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    margin: 0 0 0 1.7em;
  }
}
.entry-btn-ttl {
  margin-bottom: 0.5em;
  font-size: 281%;
  color: var(--color-text);
  letter-spacing: 0.12em;
  text-shadow: 0.028em 0.028em 0 #ffffff, 0.028em -0.028em 0 #ffffff, -0.028em 0.028em 0 #ffffff, -0.028em -0.028em 0 #ffffff, 0.028em 0px 0 #ffffff, 0px 0.028em 0 #ffffff, -0.028em 0px 0 #ffffff, 0px -0.028em 0 #ffffff;
}
@media screen and (min-width: 768px) {
  .entry-btn-ttl {
    margin: -0.15em 0 0 0;
  }
  .entry-btn-ttl + .entry-btn-text {
    margin-left: auto;
  }
}
.entry-btn-ttl:first-letter {
  color: #ffffff;
  text-shadow: none;
}
.entry-btn-text {
  font-weight: 700;
}

/* =====================================================================
    talks
======================================================================*/
.jobs-content-group > figure figcaption, .schedule-popup-list li figure figcaption, .talks-interview-content figure figcaption {
  margin-top: 1rem;
}
.jobs-content-group > figure figcaption span, .schedule-popup-list li figure figcaption span, .talks-interview-content figure figcaption span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 85%;
  color: #1a485f;
  background-color: #f4eb65;
}

.talks {
  overflow: visible;
}
.talks > * {
  overflow: hidden;
}
.talks .subpage-head {
  background-color: #f4eb65;
}
.talks .subpage-head > .inner {
  background: url(../images/common/bg_pattern01.jpg) repeat top center/144rem auto;
}
@media screen and (min-width: 768px) {
  .talks .subpage-head > .inner {
    background-size: 100% auto;
  }
}
.talks .subpage-head h1 {
  color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .talks .subpage-head h1 {
    font-size: 6.2rem;
  }
}
.talks .subpage-head h1::first-letter {
  margin-left: -0.18em;
  font-size: 125%;
  letter-spacing: -0.01em;
}
.talks-head {
  background-color: #ccf3f5;
}
@media screen and (min-width: 768px) {
  .talks-head > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: initial;
  }
}
.talks-head p {
  padding: 18rem 0;
}
@media screen and (min-width: 768px) {
  .talks-head p {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 calc(-200 / 1920 * 100%) 0 calc(170 / 1920 * 100%);
    padding: 16rem 0;
    z-index: 1;
  }
}
.talks-head p span {
  font-size: 4rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.04em;
  background-color: var(--color-bg);
}
.talks-head-img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .talks-head-img {
    margin: 0;
    width: calc(1080 / 1920 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .talks-sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: calc(680 / 1920 * 100%);
    height: 100vh;
    z-index: 10;
    pointer-events: none;
  }
  .talks-sticky img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: -webkit-fill-available;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  .talks-sticky img.is-active {
    opacity: 1;
  }
  .talks-sticky-side {
    margin-top: -100vh;
  }
  .talks-sticky-side .inner {
    margin-right: calc(160 / 1920 * 100%);
    width: calc(1000 / 1920 * 100%);
    max-width: initial;
  }
}
.talks-profile {
  padding: 20rem 0;
  background: url(../images/common/bg_pattern01.jpg) repeat top center/144rem auto;
}
@media screen and (min-width: 768px) {
  .talks-profile {
    background-size: 100% auto;
  }
}
.talks-profile h2 {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .talks-profile-list {
    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;
  }
}
.talks-profile-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: calc(30 / 650 * 100%);
  border: 1.5px dashed #6579be;
}
@media screen and (min-width: 768px) {
  .talks-profile-list li {
    padding: calc(20 / 1000 * 100%);
    width: calc(490 / 1000 * 100%);
  }
}
.talks-profile-list li:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .talks-profile-list li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.talks-profile-list li figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5.0847457627%;
  width: 30.5084745763%;
}
@media screen and (min-width: 768px) {
  .talks-profile-list li figure {
    margin-right: 8.8888888889%;
    width: 26.6666666667%;
  }
}
.talks-profile-list li figure img {
  border-radius: 50%;
}
.talks-profile-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 92%;
}
.talks-profile-desc > *:not(:last-child) {
  margin-bottom: 2rem;
}
.talks-profile-desc h3 {
  line-height: 1.4;
}
.talks-profile-desc h3 span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 123%;
  font-weight: 700;
  vertical-align: text-bottom;
}
.talks-profile-desc dl {
  line-height: 1.642;
}
.talks-profile-desc dl dt {
  color: #7f808f;
}
.talks-profile-desc dl dt::before {
  content: "● ";
}
.talks-profile-desc .btn01 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.talks-interview {
  padding: 20rem 0;
  background-color: #f6f2ee;
}
@media screen and (max-width: 767px) {
  .talks-interview > .inner {
    width: calc(690 / 750 * 100%);
  }
}
.talks-interview .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10rem;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .talks-interview .tab-btn {
    margin-top: 8rem;
  }
}
.talks-interview .tab-btn li {
  margin: 0 0.3em;
  width: 1.52em;
}
.talks-interview .tab-btn li button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6em 0;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #1a485f;
}
.talks-interview .tab-btn li button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1a485f;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 2em;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .talks-interview .tab-btn li button:hover {
    opacity: 1;
    color: #ffffff;
  }
  .talks-interview .tab-btn li button:hover::after {
    background-color: #1a485f;
  }
}
.talks-interview .tab-btn li.is-active button {
  color: #ffffff;
}
.talks-interview .tab-btn li.is-active button::after {
  height: 140%;
  background-color: #1a485f;
}
.talks-interview .tab-content > li {
  display: none;
}
.talks-interview .tab-content > li.is-active {
  display: block;
}
.talks-interview-list > li {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.642;
}
.talks-interview-list > li:not(:last-child) {
  margin-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .talks-interview-list > li:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.talks-interview-list > li h2 {
  margin-bottom: 12rem;
  padding-left: 0.4em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 142%;
  font-weight: 900;
  color: #1a485f;
  border-left: 0.4rem solid;
}
@media screen and (min-width: 768px) {
  .talks-interview-list > li h2 {
    margin-bottom: 6rem;
    font-size: 4rem;
  }
}
.talks-interview-q {
  position: relative;
  padding-left: 1.5em;
  font-size: 110%;
  font-weight: 700;
}
.talks-interview-q::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1em;
  height: 1.5px;
  border-top: 1.5px dashed;
}
.talks-interview-content > *:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .talks-interview-content > *:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.talks-interview-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 92%;
}
.talks-interview-content dl:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.talks-interview-content dl:nth-of-type(2n) dt {
  margin: 0 0 0 2.8985507246%;
}
@media screen and (min-width: 768px) {
  .talks-interview-content dl:nth-of-type(2n) dt {
    margin: 0 0 0 calc(50 / 1000 * 100%);
  }
}
.talks-interview-content dl:nth-of-type(2n) dd::after {
  left: auto;
  right: -0.4em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .talks-interview-content dl:nth-of-type(2n) dd::after {
    right: -0.8em;
  }
}
.talks-interview-content dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2.8985507246%;
  width: 30.1449275362%;
}
@media screen and (min-width: 768px) {
  .talks-interview-content dl dt {
    margin-right: calc(50 / 1000 * 100%);
    width: calc(120 / 1000 * 100%);
  }
}
.talks-interview-content dl dt p {
  text-align: center;
  font-size: 92%;
}
.talks-interview-content dl dt p span {
  display: block;
  font-size: 0.7em;
  letter-spacing: 0;
}
.talks-interview-content dl dd {
  position: relative;
  padding: 1em;
  background-color: #ffffff;
  border-radius: 2rem;
}
.talks-interview-content dl dd::after {
  content: "";
  position: absolute;
  display: block;
  top: 1.2em;
  left: -0.4em;
  border-style: solid;
  border-right: 0.8em solid transparent;
  border-left: 0.8em solid transparent;
  border-bottom: 0.8em solid #ffffff;
  border-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .talks-interview-content dl dd::after {
    left: -0.8em;
  }
}
.talks [data-staff="01"] {
  color: #1246f2;
}
.talks [data-staff="02"] {
  color: #258b04;
}
.talks [data-staff="03"] {
  color: #da1818;
}
.talks [data-staff="04"] {
  color: #c98000;
}
.talks [data-staff="05"] {
  color: #e51f9d;
}
.talks [data-staff=other] {
  color: #131428;
}

/* =====================================================================
    schedule
======================================================================*/
.schedule-popup .popup-inner::before, .schedule-popup .popup-inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 52rem;
  height: 79rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 0.2rem 0.7rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.7rem 0 rgba(0, 0, 0, 0.15);
}
.schedule-popup .popup-inner::before {
  top: 0;
  right: 0;
  margin: -3rem -3rem 0 0;
  background-image: url(../images/schedule/bg_pattern01_pink.jpg);
}
.schedule-popup .popup-inner::after {
  bottom: 0;
  left: 0;
  margin: 0 0 -3rem -3rem;
  background-image: url(../images/schedule/bg_pattern01_aqua.jpg);
}
.schedule-popup .popup-content {
  position: relative;
  padding: 2rem calc(50 / 650 * 100%) 22rem;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .schedule-popup .popup-content {
    padding: 1rem 14.9122807018% 10rem;
  }
}
.schedule-popup-ttl {
  display: inline-block;
  margin: 0 0 6rem -14.5454545455%;
  padding: 3rem;
  width: auto;
  font-size: 107%;
  color: #1a485f;
  background: url(../images/schedule/bg_pattern01_yellow.jpg) no-repeat center/cover;
  -webkit-box-shadow: 0 0.2rem 0.7rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.7rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .schedule-popup-ttl {
    margin: 0 0 9rem -25%;
    padding: 2.5rem 5rem;
    font-size: 150%;
  }
}
.schedule-popup-ttl h2 {
  margin-left: -0.2em;
  font-size: 153%;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e7df60;
  text-shadow: 0.028em 0.028em 0 #1a485f, 0.028em -0.028em 0 #1a485f, -0.028em 0.028em 0 #1a485f, -0.028em -0.028em 0 #1a485f, 0.028em 0px 0 #1a485f, 0px 0.028em 0 #1a485f, -0.028em 0px 0 #1a485f, 0px -0.028em 0 #1a485f;
}
.schedule-popup-ttl h2::first-letter {
  font-size: 110%;
  color: #1a485f;
  letter-spacing: -0.1em;
  text-shadow: none;
}
.schedule-popup-ttl h3 {
  margin-top: 0.5em;
  font-weight: 700;
}
.schedule-popup-list {
  position: relative;
  padding: 0 0 4rem 4rem;
  border-left: 0.4rem solid #6579be;
}
@media screen and (min-width: 768px) {
  .schedule-popup-list {
    padding: 0 0 8rem 8rem;
  }
}
.schedule-popup-list::before {
  content: "";
  position: absolute;
  display: block;
  top: -1rem;
  left: -1.4em;
  width: 1em;
  height: 0.821em;
  background: url(../images/schedule/img_arrow.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .schedule-popup-list::before {
    font-size: 164%;
  }
}
.schedule-popup-list li {
  line-height: 1.642;
}
.schedule-popup-list li:not(:last-child) {
  margin-bottom: 7rem;
}
.schedule-popup-list li > *:not(:last-child) {
  margin-bottom: 5rem;
}
.schedule-popup-list li dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.63em !important;
  padding-bottom: 0.3em;
  font-size: 107%;
  font-weight: 900;
  color: #6579be;
  border-bottom: 1.5px dashed currentColor;
}
@media screen and (min-width: 768px) {
  .schedule-popup-list li dl {
    font-size: 120%;
  }
}
.schedule-popup-list li dl::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: calc((4rem + 8px) * -1);
  width: calc(4rem + 8px);
  height: 4rem;
  border-bottom: 1.5px dashed currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media screen and (min-width: 768px) {
  .schedule-popup-list li dl::before {
    left: calc((10rem + 8px) * -1);
    width: calc(10rem + 8px);
    height: 10rem;
  }
}
.schedule-popup-list li dl dt {
  text-align: center;
  padding: 0 0.5em;
  min-width: 3.2em;
  line-height: 1;
  background-color: #f2cff0;
}
.schedule-popup-list li dl dd {
  margin-left: 0.5em;
  line-height: 1.4;
}
.schedule-popup-list li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 92%;
}
.schedule-popup .popup-close {
  margin: 10rem auto 0;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  width: 14em;
}
@media screen and (min-width: 768px) {
  .schedule-popup .popup-close {
    margin-top: 5rem;
  }
  .schedule-popup .popup-close:hover {
    background-color: #e9b19a;
  }
}
.schedule-popup-deco01 {
  position: absolute;
  top: -6.3rem;
  left: 13.03em;
  width: 13.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .schedule-popup-deco01 {
    left: 22em;
  }
}
.schedule-popup-deco02 {
  position: absolute;
  top: -6.3rem;
  right: -8.6rem;
  width: 20.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .schedule-popup-deco02 {
    right: -6.5rem;
  }
}
.schedule-popup-deco03 {
  position: absolute;
  bottom: -4.8rem;
  left: -1.6rem;
  width: 22.8rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .schedule-popup-deco03 {
    bottom: -6.2rem;
    left: -5.4rem;
  }
}
.schedule-popup-deco04 {
  position: absolute;
  bottom: -3.1rem;
  right: -3rem;
  width: 23.6rem;
  z-index: -1;
}

/* =====================================================================
    jobs
======================================================================*/
.jobs-profile {
  padding: 14rem 0;
  background-color: #e8dfd6;
}
@media screen and (min-width: 768px) {
  .jobs-profile {
    padding: 6rem 0;
  }
  .jobs-profile > .inner {
    width: calc(1200 / 1920 * 100%);
    max-width: 1200px;
  }
}
.jobs-profile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .jobs-profile-wrap {
    margin: 0 calc(50% - 50vw);
  }
}
.jobs-profile-wrap figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: calc(50 / 750 * 100%);
  width: calc(225 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .jobs-profile-wrap figure {
    margin: 0 calc(100 / 1200 * 100%);
    width: calc(300 / 1200 * 100%);
  }
}
.jobs-profile-wrap figure img {
  border-radius: 50%;
}
.jobs-profile-wrap dl {
  padding-left: 2.5rem;
  font-size: 107%;
  line-height: 1.5;
  border-left: 0.4rem solid;
}
@media screen and (min-width: 768px) {
  .jobs-profile-wrap dl {
    font-size: 166%;
  }
}
.jobs-profile-wrap dl dt {
  margin-bottom: 0.3em;
  font-size: 85%;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .jobs-profile-wrap dl dt {
    font-size: 66%;
  }
}
.jobs-profile-wrap dl dd {
  font-weight: 900;
  color: #131428;
}
.jobs-profile-right {
  width: calc(400 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .jobs-profile-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
    width: auto;
  }
}
.jobs-profile-name {
  margin-bottom: 0.7em;
  font-size: 178%;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .jobs-profile-name {
    margin: 0;
    font-size: 170%;
  }
}
.jobs-content {
  padding-bottom: 10rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .jobs-content {
    padding: 14rem 0;
  }
}
.jobs-content > .inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .jobs-content > .inner {
    width: calc(1200 / 1920 * 100%);
    max-width: 1200px;
  }
}
.jobs-content-group {
  position: relative;
  padding-bottom: 12rem;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .jobs-content-group {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .jobs-content-group:first-of-type {
    padding-top: 15rem;
  }
}
.jobs-content-group:last-of-type {
  padding-bottom: 3rem;
}
.jobs-content-group::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(50 / 750 * 100%);
  height: 100%;
  background-color: var(--color-text);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .jobs-content-group::before {
    width: calc(20 / 1200 * 100%);
  }
}
.jobs-content-group > *:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .jobs-content-group > h3 {
    margin-left: calc(20 / 1200 * 100%);
  }
}
.jobs-content-group > h3 span {
  padding: 0.1em 0.5em;
  font-size: 128%;
  font-weight: 900;
  line-height: 1.8;
  background-color: var(--color-bg);
}
@media screen and (min-width: 768px) {
  .jobs-content-group > h3 span {
    font-size: 107%;
  }
}
.jobs-content-group > p {
  margin-left: calc(130 / 750 * 100%);
  width: calc(570 / 750 * 100%);
  font-family: "Noto Sans JP", sans-serif;
  color: #131428;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .jobs-content-group > p {
    margin-left: auto;
    margin-right: auto;
    width: calc(1000 / 1200 * 100%);
  }
}
.jobs-content-group > figure {
  position: relative;
  padding: calc(22 / 1200 * 100%) calc(50 / 1200 * 100%) calc(30 / 1200 * 100%);
}
@media screen and (min-width: 768px) {
  .jobs-content-group > figure {
    margin: 0 auto;
    width: calc(850 / 1200 * 100%);
  }
}
.jobs-content-group > figure::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jobs/bg_collage01.png) no-repeat top center/100% auto;
  z-index: -1;
}
.jobs-content-group > figure::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jobs/img_collage01.png) no-repeat top center/100% auto;
  z-index: 2;
  pointer-events: none;
}
.jobs-content-group > figure.collage02::before {
  background-image: url(../images/jobs/bg_collage02.png);
}
.jobs-content-group > figure.collage02::after {
  left: -4%;
  width: 108%;
  background-image: url(../images/jobs/img_collage02.png);
}
.jobs-content-schedule {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10rem 0 0 calc(100 / 750 * 100%);
  padding: 3.5rem calc(40 / 750 * 100%);
  width: calc(600 / 750 * 100%);
  color: #ffffff;
  background-color: #131428;
  border-radius: 3rem;
}
@media screen and (min-width: 768px) {
  .jobs-content-schedule {
    margin: 10rem auto 0;
    padding: 3rem calc(50 / 1200 * 100%);
    width: calc(1000 / 1200 * 100%);
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
  .jobs-content-schedule:hover {
    opacity: 1;
    color: #131428;
    background-color: #e9b19a;
  }
  .jobs-content-schedule:hover::after {
    background-color: #131428;
  }
}
.jobs-content-schedule::after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: 2rem auto 0;
  width: 2.85em;
  height: 2.85em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 82 82"><g><path d="M41,.7C18.8.7.7,18.8.7,41s18.1,40.3,40.3,40.3,40.3-18.1,40.3-40.3S63.2.7,41,.7ZM41,79.3c-21.1,0-38.3-17.2-38.3-38.3S19.9,2.7,41,2.7s38.3,17.2,38.3,38.3-17.2,38.3-38.3,38.3Z"/><path d="M50.5,41.6s0-.3,0-.4,0,0,0-.1c0,0,0,0,0-.1,0,0,0-.1,0-.2,0-.3-.2-.8-.5-1.5-1.5-1.5-6.3-6.3-6.3-6.3-.7-.7-1.9-.7-2.7,0s-.7,1.9,0,2.7l3.7,3.7h-12.5c-1,0-1.9.8-1.9,1.9,0,1,.8,1.9,1.9,1.9h12.5l-3.7,3.7c-.7.7-.7,1.9,0,2.7s1.9.7,2.7,0l6.3-6.3s.5-.9.5-1.6Z"/></g></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 82 82"><g><path d="M41,.7C18.8.7.7,18.8.7,41s18.1,40.3,40.3,40.3,40.3-18.1,40.3-40.3S63.2.7,41,.7ZM41,79.3c-21.1,0-38.3-17.2-38.3-38.3S19.9,2.7,41,2.7s38.3,17.2,38.3,38.3-17.2,38.3-38.3,38.3Z"/><path d="M50.5,41.6s0-.3,0-.4,0,0,0-.1c0,0,0,0,0-.1,0,0,0-.1,0-.2,0-.3-.2-.8-.5-1.5-1.5-1.5-6.3-6.3-6.3-6.3-.7-.7-1.9-.7-2.7,0s-.7,1.9,0,2.7l3.7,3.7h-12.5c-1,0-1.9.8-1.9,1.9,0,1,.8,1.9,1.9,1.9h12.5l-3.7,3.7c-.7.7-.7,1.9,0,2.7s1.9.7,2.7,0l6.3-6.3s.5-.9.5-1.6Z"/></g></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #e9b19a;
}
@media screen and (min-width: 768px) {
  .jobs-content-schedule::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: 0 0 0 0.5em;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
.jobs-content-schedule img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6.7307692308%;
  width: 26.9230769231%;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .jobs-content-schedule img {
    margin-right: 3.8888888889%;
    width: 15.5555555556%;
  }
}
.jobs-content-schedule span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 128%;
  font-weight: 700;
  line-height: 1.642;
}
@media screen and (min-width: 768px) {
  .jobs-content-schedule span {
    font-size: 3.6rem;
  }
}
.jobs-content-schedule span small {
  display: block;
  font-size: 55%;
}

.jobs-list {
  padding: 14rem 0 0;
}
.jobs-list ul {
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .jobs-list ul {
    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;
  }
}
.jobs-list ul li {
  margin-bottom: 5em;
}
@media screen and (min-width: 768px) {
  .jobs-list ul li {
    width: calc(570 / 1200 * 100%);
  }
}
.jobs-list ul li h2 {
  color: #1a485f;
}
@media screen and (min-width: 768px) {
  .jobs-list ul .jobs-profile-wrap figure {
    margin-left: 0;
    width: 32%;
  }
}
.jobs-list .jobs-profile-name span {
  display: block;
  margin-bottom: 0.2em;
  color: #6579be;
}

/* =====================================================================
    other
======================================================================*/
.benefits h3 {
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: 1.5px dashed;
  padding: 1em 0 0.5em;
  margin-bottom: 0.5em;
}
.benefits h3::before {
  content: "✓ ";
}

.planetext p {
  padding-bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.642;
}
.planetext p span {
  font-size: 0.9em;
}

.mynavi {
  max-width: 195px;
  margin: 0 auto;
}

.txt_b p {
  color: #000000;
}

/*# sourceMappingURL=subpage.css.map */