@charset 'utf-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');

/* ---------------------------
 RESET
--------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
body {
  line-height: 1;
  color: var(--color-text);
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
nav, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  background: transparent;
}
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input, select {
  vertical-align: middle;
}
strong {
  font-weight: 500;
}
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3',
  'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, '游ゴシック体',
  YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic',
  sans-serif;
  font-size: 14px;
  padding-bottom: 181px;
  color: #333;
}
html {
  scroll-behavior: smooth;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.clear {
  clear: both;
}
.bg_none {
  background: none !card-head;
}
.ct {
  text-align: center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  main{
    overflow: hidden;
  }
  body {
    padding-bottom: 150px;
  }
  img {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* ---------------------------
 共通 / 変数
--------------------------- */
:root {
  /* マイナビ看護師 */
  --kango-pink: #FF7DA3;
  /* LP固有の色 */
  --color-main: #ED8C9E;
  --color-sub: #EEFBFF;
  --color-text: #222;
  --yellow: #FFEF98;
  --pink01: #ED8C9E;
  --pink02: #FFE2E2;
  --blue-green: #07bca6;
  --color-bg01: #def7ff;
  --color-bg02: #b6e8f9;

  /* PC-width */
  --section-pc-width: 1100px;
  --section-sp-width: 100%;
  /* セクションのpadding */
  --section-padding: 80px 0;
  --section-padding-sp: 50px 0;
  /* コンテンツの横幅 */
  --max-pc-width: 1100px;
  /* CVボタンの色 */
  --cv-btn-color: #32AEE7;
}

/* ---------------------------
 共通 / layout
--------------------------- */
html,
body{
  min-width: var(--section-pc-width);
  overflow-x: hidden;
}
@media only screen and (max-width:767px) {
  html,
  body{
    min-width: var(--section-sp-width);
  }
}
.content {
  width: var(--max-pc-width);
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .content{
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

/* ---------------------------
 共通 / common
--------------------------- */
.content_ttl {
  padding: 70px 0 40px;
  position: relative;
}
.content_ttl::before{
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.flow .content_ttl::before,
.uservoice .content_ttl::before,
.reason .content_ttl::before {
  background-image: url(../img/career/section-header-icon.png);
  width: 68px;
  height: 54px;
}

.content_ttl h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-main);
}

.content_ttl h2 img {
 margin: 0 auto;
}

@media only screen and (max-width:767px) {
 .content_ttl {
    padding: 60px 0 20px;
 }
 .content_ttl h2 {
  font-size: 24px;
 }
}

@media only screen and (max-width: 359px) {
  .content_ttl h2 {
  font-size: 22px
  }
}

/* btn */
.btn-wrap {
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.btn-entry,
.btn-job-entry {
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 558px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  letter-spacing: .06em;
  color: #FFF;
  border-radius: 12px;
  background: var(--cv-btn-color);
  -webkit-box-shadow: 0 6px 0 #1b7ca8;
  box-shadow: 0 6px 0 #1b7ca8;
  line-height: 1.333;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.btn-entry:hover,
.btn-job-entry:hover{
  top: 6px;
  box-shadow: none;
}
.btn-entry span {
  font-size: 18px;
  margin-right: 15px;
  padding: 2px 15px 5px;
  border-radius: 4px;
  border: solid 2px#fff;
  color: #FFF;
}
.btn-entry::after,
.btn-job-entry::after{
  position: absolute;
  right: 30px;
  width: 12px;
  height: 16px;
  background-size: 11px 18px;
  top: 50.5%;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023.19%2029.8%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(2.88%200.14)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2220.12%22%20height%3D%2228.94%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cg%20id%3D%22arrow-8%22%3E%3Cg%20class%3D%22cls-2%22%3E%3Cg%20id%3D%22%E3%82%A2%E3%83%BC%E3%83%88%E3%83%AF%E3%83%BC%E3%82%AF_1-8%22%20data-name%3D%22%E3%82%A2%E3%83%BC%E3%83%88%E3%83%AF%E3%83%BC%E3%82%AF%201-8%22%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2450-8%22%20data-name%3D%22%E3%83%91%E3%82%B9%202450-8%22%20class%3D%22cls-3%22%20d%3D%22M.93.29a2.68%2C2.68%2C0%2C0%2C0-3%2C.08%2C1.31%2C1.31%2C0%2C0%2C0%2C0%2C2.14l.16.12%2C17.25%2C12.1L-2%2C26.82a1.42%2C1.42%2C0%2C0%2C0-.86%2C1.56%2C1.85%2C1.85%2C0%2C0%2C0%2C1.54%2C1.23%2C2.51%2C2.51%2C0%2C0%2C0%2C2.14-.53L19.65%2C15.82a1.29%2C1.29%2C0%2C0%2C0%2C.23-2.08%2C1%2C1%2C0%2C0%2C0-.23-.18Z%22%20transform%3D%22translate(2.88%200.14)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.btn-entry{
  font-size: 24px;
  height: 80px;
}
.btn-job-entry{
  height: 60px;
  font-size: 18px;
  padding-right: 10px;
  padding-bottom: 0.05em;
}
.btn-job-entry::after{
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .btn-entry, .btn-job-entry {
    font-size: 16px;
    line-height: 1.469;
  }
  .btn-entry::after, .btn-job-entry::after {
    right: 20px;
    width: 9px;
    height: 14px;
    background-size: 9px 14px;
  }
  .btn-entry span {
    font-size: 15px;
    margin-right: 10px;
    padding: 3px 10px;
    border-radius: 3px;
  }
  .btn-job-entry {
    padding: 18px 10px;
  }
}

/* heading */
.heading-container{
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.heading-container > img{
  width: 68px;
}
.heading-container > h3{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  
}
.heading-container .h3 span{
  font-size: 1.5em;
}
.heading-container .h3 span.color{
  margin-right: 5px;
  padding: 0 5px;
  color: #FFF;
  background: var(--color-main);
  border-radius: 4px;
}
.heading-container .h3 > img{
  vertical-align: super;
}

@media only screen and (max-width: 767px) {
  .heading-container{
    margin-bottom: 30px;
    gap: 10px;
  }
  .heading-container > h3{
    font-size: 16px;
  }
  .heading-container > h3 > img{
    width: 1.4em;
  }
  .heading-container .h3 span.color,
  .heading-container .h3 span.sp-size_l{
    margin: 0;
    font-size: 2em;
  }
  .heading-container .h3 span.sp-size_s{
    font-size:1.5em;
  }
}

@media only screen and (max-width: 359px) {
  .heading-container > h3{
    font-size: 12px;
  }
  .heading-container > h3 > img{
    width: 1.3em;
  }
}

/* lead */
.lead {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 54px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: left;
  }
}

/* label */
.label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-wrap .label:not(:first-child) {
  margin-left: 5px;
}
.label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: var(--color02);
}

@media only screen and (max-width: 767px) {
  .label {
    font-size: 15px;
    padding: 10px;
  }
}

/* ---------------------------
 共通 / block
--------------------------- */
/* page-top */
#page-top {
  position: fixed;
  z-index: 10000;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
}
#page-top a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  text-decoration: none;
  text-indent: -9999px;
  border-radius: 50%;
  background: var(--color04);
}
#page-top a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../../special/img/dialysis/arrow.png') no-repeat center;
  background-size: 22px 22px;
}

@media only screen and (max-width: 767px) {
  #page-top {
    bottom: 111px;
  }
}

/* floating */
.floating {
  position: fixed;
  z-index: 1000;
  bottom: 62px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.floating .btn-wrap {
  width: 100%;
  max-width: 558px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .floating {
    bottom: 20px;
  }
  .floating .btn-wrap {
    max-width: 400px;
  }
}

/* ---------------------------
 header
--------------------------- */
.header {
  border-top: solid 8px var(--kango-pink);
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #DDD;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
.header-inner {
  max-width: var(--max-pc-width);
  margin: 0 auto;
}
.headlogo {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
.headlogo img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 4%;
  }
  .header-inner{
    width: 100%;
  }
  .headlogo {
    display: block;
    width: 50%;
    text-align: center;
    margin: inherit;
  }
  .headlogo img {
    display: block;
    width: 100%;
  }
}

/* ---------------------------
PC_背景に流れるテキスト
--------------------------- */
main{
    background: url(../img/career/bg_pattern.png);
    background-size: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
    position: relative;
    z-index: 1;
}
main::before,
main::after{
  content: '';
  width: 100px;
  height: 100%;
  background: url(../img/career/bg-text.png);
  background-repeat: repeat-y;
  background-color: rgba(255, 255, 255, 1);
  background-size: 50px auto;
  border-left: solid 2px #ED8C9E;
  position: absolute;
  top: 0;
  animation: bgScroll 180s linear infinite;
  z-index: -1;
}
main::before{
  transform: rotate(180deg);
  left: 0;
}
main::after{
  right: 0;
}
@keyframes bgScroll {
  0% {
    background-position: calc(50% - 5px) 0;  
  }
  100% {
    background-position: calc(50% - 5px) -100%;
  }
}
@media only screen and (max-width: 767px) {
  main::before, main::after{
    content: none;
  }
}

/* ---------------------------
 MV
--------------------------- */
.mv {
  overflow: hidden;
  width: 100%;
  height: 500px;
  background-color: #fff;
  background-image: url(../img/career/mv-pc-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: solid 6px var(--color-main);
  position: relative;
  z-index: 10;
}
.mv-inner {
  height: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.mv-balloon img {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  min-width: 350px;
  user-select: none;
  -webkit-user-drag: none;
}
.mv-balloon > p{
    margin: 0 auto;
    padding: 0 0.05em;
    width: fit-content;
    margin-top: 10px;
    font-size: 32px;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    font-weight: bold;
    position: relative;
}
.mv-balloon > p::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1%;
    width: 100%;
    height: 40%;
    background: #FFFC97;
    z-index: -1;
    border-radius: 2px;
}
.mv-ttl {
  width: 100%;
  max-width: 440px;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
  z-index: 5;
}
.mv-ttl img {
  width: 100%;
}
.mv-ttl .btn-wrap .btn-entry::after{
  right: 24px;
  width: 16px;
  height: 20px;
}
.mv-ttl .btn-wrap a{
  font-size: 20px;
  line-height: 1;
}
.mv-ttl .btn-wrap a span{
  font-size: 16px;
  padding: 4px 39px 5px;
  position: absolute;
  top: -10px;
  background: #FFF;
  border: solid 2px var(--cv-btn-color);
  border-radius: 24px;
  color: var(--cv-btn-color);
}
.bg-img{
  width: 60%;
  max-width: 1000px;
  min-width: 960px;
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  user-select: none;
  -webkit-user-drag: none;
}
.bg-img img{
  width: 100%;
}

.fluffy {
  animation: fluffy 3s infinite;
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media only screen and (max-width: 767px) {
  .mv {
    height: 580px;
    overflow: initial;
    min-height: auto;
    box-sizing: border-box;
    position: relative;
    padding-top: 0;
    background-image: url(../img/career/mv-sp-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .mv-balloon img {
    width: 90%;
    min-width: auto;
    margin: 0 auto;
  }
  .mv-balloon p{
    margin: 10px auto 0;
    text-align: center;
    font-size: 28px;
  }
  .mv-balloon{
    position: relative;
    top: 20px;
  }
  .mv-ttl {
    position: relative;
    top: 40px;
    padding: 0 20px;
  }
  .mv-ttl .btn-wrap a{
    height: 60px;
    font-size: 18px;
  }
  .mv-ttl .btn-wrap a span {
    font-size: 14px;
  }
}


/* ---------------------------
 section / merit
--------------------------- */
.merit {
  padding: var(--section-padding);
}
.merit .introduction{
  text-align: center;
}
.merit .introduction > .comment{
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.merit .introduction > .comment-left{
  flex-direction: row;
}
.merit .introduction > .comment-right{
  flex-direction: row-reverse;
}
.merit .introduction > .comment > .icon {
  width: 80px;
  height: 80px;
}
.merit .introduction > .comment > .icon img{
  width: 100%;
}
.merit .introduction > .comment > p{
  display: inherit;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 90px;
  background: #FFE2E2;
  padding: 20px 30px;
  color: #4b4b4b;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  border-radius: 12px;
  position: relative;
}
.merit .introduction > .comment-right > p::after{
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid #ffe2e2;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.merit .introduction > .comment-left > p::after{
  content: '';
  width: 0;
  height: 0;
  border-right: 20px solid #ffe2e2;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.merit .introduction > .comment > p span{
  color: var(--color-main);
}
.merit .introduction > p{
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.merit .introduction > p span{
  color: var(--color-main);
}
.merit .introduction > .footer-img{
  margin-bottom: -20px;
}
.merit .card-unit{
  justify-content: center;
  gap: 50px;
}
.merit .card-unit.card-unit-col03 > .card{
  width: 240px;
}
.example-container{
  padding: 60px 80px;
  background: #FFF;
  border: solid 1px var(--color-main);
  border-radius: 40px;
  box-shadow: 0px 8px 0px rgba(176, 41, 65, 0.3);
}

@media only screen and (max-width: 767px) {
  .merit {
    padding: var(--section-padding-sp);
    overflow: hidden;
    background-size: auto, 15%, 15%;
  }
  .merit .introduction > .comment{
    margin-bottom: 40px;
    gap: 24px;
  }
  .merit .introduction > .comment > p{
    padding: 15px;
    height: auto;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    display: block;
  }
  .merit .introduction > .comment > .icon{
    width: 60px;
    height: 60px;
  }
  .merit .introduction > p{
    font-size: 16px;
    text-align: left;
  }
  .merit .introduction > .footer-img > img{
    width: 32%;
  }
  .merit .card-unit.card-unit-col03 > .card{]
    padding: 0;
    width: 100%;
  }
  .example-container{
    padding: 60px 15px;
  }
}

@media only screen and (max-width: 359px) {
  .merit .introduction > .comment{
    margin-bottom: 30px;
  }
  .merit .introduction > .comment > p{
    padding: 10px;
    font-size: 12px;
  }
}


.card-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: var(--max-pc-width);
}

.card-unit.card-unit-col03 > .card{
  width: calc(100% / 3);
}

@media only screen and (max-width: 767px) {
  .card-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .merit .card-unit{
    gap: 20px;
  }
}

.card {
  position: relative;
}
.card > .card-inner{
  height: 100%;
  padding: 0;
}
.card-head {
  display: none;
}
.card-head img{
  max-height: 24px;
  margin-bottom: 10px;
}
.card-head h3{
  width: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-text);
  font-feature-settings: "palt";
}
.card-body {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 12px;
}
.card-body .card-img{
  margin: 0 auto;
  width: 100%;
  max-width: 230px;
  margin-bottom: 10px;
}
.card-body .card-img img{
  width: 100%;
}
.card-body > h3{
  margin: 20px 0 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}
.card-body > h3::after{
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: var(--cv-btn-color);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.card-body > h3 > span{
  color: var(--color-main);
}
.card-body .card-txt {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.card-body .card-txt span {
  font-weight: bold;
  color: var(--pink01);
}

@media only screen and (max-width: 767px) {
  .card {
    position: static;
    padding: 0;
    background: #FFF;
  }
  .card > .card-inner{
    padding: 0;
  }
  .card-img img {
    width: auto;
    max-height: auto;
  }
  .card-head {
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        flex-wrap: wrap;
        cursor: pointer;
        position: relative;
        gap: 20px;
        padding: 12px;
        background: #FCEDF0;
        border-radius: 12px;
  }
  .card-head::before{
    background: var(--color-main);
    content: '+';
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    right:2%;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    border-radius: 150px;
  }
  .card-head.active::before{
    content: '-';
  }
  .card-head > span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    color: var(--color-main);
  }
  .card-head h3{
    font-size: 18px;
    text-align: center;
  }
  .card-img img {
    border-radius: 5px;
  }
  .card-body {
    display: none;
    margin-top: 13px;
    padding-bottom: 10px;
  }
  .active.card-body {
    display: block;
  }
  .card-body .card-txt{
    padding: 0 15px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 359px) {
  .card-head{
    gap: 10px;
  }
  .card-head > span{
    font-size: 28px;  
  }
  .card-head h3{
    font-size: 14px;
  }
}

/* ---------------------------
 cta
--------------------------- */
.cta {
  padding: 50px 0;
  background: var(--color-main);
  position: relative;
  z-index: 10;
}
.cta .flex-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.cta .flex-container .flex-container-item{
  display: flex;
  flex-direction: column;
}
.cta .flex-container .img{
  width: 317px;
  height: 317px;
}
.cta .flex-container .img img{
  width: 100%;
}

.cta .flex-container .text{
  text-align: center;
}
.cta .flex-container .text .sub{
  margin: 0 auto 15px;
  width: fit-content;
  background: #FFFC97;
  padding: 8px 20px;
  border-radius: 50px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.cta .flex-container .text .sub span{
  color: var(--color-main);
}
.cta .flex-container .text .lead{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #FFF;
  position: relative;
}
.cta .flex-container .text .lead::before,
.cta .flex-container .text .lead::after{
  content: '';
  width: 65px;
  height: 35px;
  background: url(../img/career/fukidasi_R.svg) no-repeat;
  background-size: contain;
  position: absolute;
    bottom: 0;
}
.cta .flex-container .text .lead::before{
  transform: scaleX(-1);
  left: -80px;
}
.cta .flex-container .text .lead::after{
  right: -80px;
}
.cta .flex-container .text .lead span{
  font-size: 1.5em;
  line-height: 1;
}
.cta .flex-container .text .btn-entry{
  width: 480px;
  font-size: 22px;
  padding-bottom: 0.05em;
}
.cta .flex-container .text .note{
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .cta {
    padding: var(--section-padding-sp);
  }
  .cta .flex-container{
    flex-direction: column;
  }
  .cta .flex-container .flex-container-item{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }  
  .cta .flex-container .flex-container-item .lead{
    text-align: center;
    margin-bottom: 20px;
  }
  .cta .flex-container .text .btn-entry,
  .cta .flex-container .flex-container-item .btn-wrap{
    width: 100%;
  }
  .cta .flex-container .text .btn-entry{
    font-size: 20px;
  }
  .cta .flex-container .text .btn-entry span{
    padding: 4px 40px 5px;
    position: absolute;
    top: -10px;
    background: #FFF;
    border: solid 2px var(--cv-btn-color);
    border-radius: 24px;
    color: var(--cv-btn-color);
    font-size: 14px;
    line-height: 1;
  }
  .cta .flex-container .text .sub{
    line-height: 1.2;
  }
  .cta .flex-container .text .lead span{
    font-size: 1em;
  }
  .cta .flex-container .text .note {
      margin-top: 20px;
      font-size: 12px;
      font-weight: bold;
  }
  .cta .flex-container .flex-container-item.img{
    display: none;
  }
}

@media only screen and (max-width: 359px) {
  .cta .flex-container .flex-container-item .lead{
    font-size: 18px;
  }
  .cta .flex-container .text .btn-entry{
    height: 70px;
    font-size: 18px;
  }
}


/* ---------------------------
 section / joboffer
--------------------------- */
.joboffer {
  padding: var(--section-padding);
}

.joboffer-slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}
.joboffer-slider .swiper-slide {
  width: calc((100% - 60px) / 3);
  margin: 30px 0 0 30px;
  padding-top: 20px;
  align-items: stretch;
  height: auto;
}
.joboffer-slider .swiper-slide:nth-child(-n+3) {
  margin-top: 0;
}
.joboffer-slider .swiper-slide:nth-child(3n+1) {
  margin-left: 0;
}
.joboffer .card{
  border: solid 2px var(--color-main);
}
.joboffer .card > .card-inner{
  padding: 10px 20px 30px;
}
.joboffer .card > .card-inner .card-body .card-img{
  max-width: inherit;
  margin: 0;
}
.joboffer .card > .card-inner .card-body .salary{
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.joboffer .card > .card-inner .card-body .salary span{
  font-size: 1.5em;
  font-weight: bold;
  color: var(--color-main);
}
.joboffer .card > .card-inner .btn-wrap{
  margin-top: 10px;
}

.joboffer .note{
  margin: 40px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .joboffer {
    padding: var(--section-padding-sp);
    background-size: auto, 15%, 15%;
  }
  .joboffer-slider {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .joboffer-slider .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .joboffer-slider .swiper-slide {
    margin: 0 0 1px 0;
  }
  .joboffer .heading-container .h3{
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .joboffer .heading-container .h3 span.color{
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 359px) {
  .joboffer .heading-container .h3 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .heading-container .h3 span{
    font-size: 1.4em;
  }
  .joboffer .heading-container .h3 span.color{
    font-size: 1.3em;
  }
}

.card02 {
  background: #FFF;
  position: relative;
  padding: 30px 20px 80px;
  border-radius: 24px;
  height: 100%;
  border: solid 10px var(--color-main);
}
.card02 > .card-no{
  display: flex;
  height: 42px;
  background: #FFF;
  padding: 4px 24px;
  border-radius: 8px;
  border: solid 4px var(--color-main);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.card02 > .card-no > img{
  width: 100%;
}
.card02 > .card-inner{
  height: 100%;
  border-radius: 24px;
  height: 100%;
}
.card02 .card-head02 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card02 .card-head02 h3{
  width: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-text);
  font-feature-settings: "palt";
}
.card02 .card-body02 {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 15px;
}
.card02 .card-body02 .card-img{
  margin: 0 auto;
  width: 100%;
  margin-bottom: 5px;
}
.card02 .card-body02 .card-img img{
  width: 100%;
}
.card02 .card-body02 .salary{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.card02 .card-body02 .salary span{
  font-size: 1.5em;
  color: var(--kango-pink);
}
.card02 .card-body02 .card-txt {
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0 30px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.card02 .card-body02 .card-txt span {
  font-weight: bold;
  color: var(--pink01);
}
.card02 .btn-wrap{
  width: 80%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .card02  {
    position: static;
    padding: 10px;
    background: #FFF;
  }
  .card02 > .card-inner{
    padding: 20px 20px 80px;
  }
  .card02 > .card-no{
    top: 5px;
  }
  .card02 .card-head02 h3{
      font-size: 18px;
      text-align: center;
      word-break: keep-all;
  }
  .card02 .card-head02 img{
    margin-bottom: 5px;
    width: 50%;
  }
  .card02 .card-body02 .card-img{
    max-width: max-content;
  }
  .card02 .card-img img {
    width: auto;
    max-height: auto;
    border-radius: 5px;
  }
  .card02 .card-body02 .card-txt{
    font-size: 15px;
  }
  .joboffer .note{
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .card02 > .card-no{
    width: 50%;
    padding: 4px 12px;
  }
}
@media only screen and (max-width: 359px) {
  .joboffer .btn-job-entry{
    padding-right: 8px;
    font-size: 13px;
  }
  .joboffer .btn-job-entry:after{
    right: 15px;
  }
}






/* ---------------------------
 section / reason
--------------------------- */
.reason {
  padding: 0 0 80px;
}
.reason .card-unit {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: var(--max-pc-width);
  margin-top: 20px;
}
.reason .card-unit .card03 {
  margin-top: 0;
}
.reason .card-unit.card-unit-col03 .card03 {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
  .reason {
    padding: 0 0 60px;
  }
  .reason .card-unit {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reason .card-unit .card03 {
    margin-top: 40px;
  }
  .reason .card-unit .card03:first-child {
    margin-top: 0;
  }
  .reason .card-unit.card-unit-col03 .card03 {
    width: 100%;
  }
}
.card03 {
  font-weight: 500;
  position: relative;
  width: 100%;
  padding: 30px 20px;
  border-radius: 24px;
  background-color: var(--color-main);
}
.card03.card03-01 .card03-img {
  right: 32px;
  width: 38.2089552%;
  max-width: 128px;
}
.card03.card03-02 .card03-img {
  right: 20px;
  width: 60%;
  max-width: 200px;
}
.card03.card03-03 .card03-img {
  right: 35px;
  width: 24%;
  max-width: 84px;
}
.card03-no {
  display: block;
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
}
.card03-img {
  position: absolute;
  right: 0;
  bottom: 80%;
}
.card03-img img {
  width: 100%;
  vertical-align: bottom;
}
.card03-ttl {
  font-size: 22px;
  line-height: 1.426;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
}
.card03-ttl span{
  color: var(--yellow);
}
.card03-txt {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 20px;
  color: #fff;
}
.card03-txt span {
  color: var(--yellow);
}
@media only screen and (max-width: 767px) {
  .card03-no{
    margin-bottom: 30px;
  }
  .card03.card03-01 .card03-img{
    width: 35%;
    bottom: 80%;
  }
  .card03.card03-01 .card03-img{
    width: 53%;
  }
  .card03.card03-03 .card03-img{
    bottom: 82%;
  }
}


/* イラストの色 */
.cls-1 {
  fill: #fff;
}
.cls-2 {
  fill: #ffcedd;
}
.cls-3 {
  fill: #A12D2D;
}




/* ---------------------------
 section / uservoice
--------------------------- */
.uservoice {
  padding: 0 0 80px;
}
.uservoice-slider {
  position: relative;
  width: 100%;
  display: flex;
  gap: 30px;
}
.uservoice .swiper-container {
  max-width: var(--max-pc-width);
  margin: 0 auto;
}
.uservoice .swiper-slide {
  height: auto;
}
.uservoice .swiper-button-prev, .uservoice .swiper-button-next {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--blue-green);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  filter: drop-shadow(0 6px 0 #038374);
}
.uservoice .swiper-button-prev {
    left: -30px;
    background-image: url(../img/career/arrow_left.svg);
}
.uservoice .swiper-button-next {
  right: -30px;
  background-image: url(../img/career/arrow_right.svg);
}
@media (min-width: 768px) {
  .uservoice{
    padding: 0 0 60px;
  }
  .uservoice .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .uservoice .swiper-slide {
    width: calc(100% / 3 - 10px);
  }
  .uservoice .swiper-button-prev, .uservoice .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .uservoice-slider{
    margin-top: 0;
    flex-wrap: wrap;
    gap: 60px;
  }
}
.card04 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 30px 40px;
  border-radius: 24px;
  border: solid 4px var(--color-main);
  background-color: #FFF;
}
.card04-head {
  text-align: center;
}
.card04-img {
  margin-bottom: -40px;
  position: relative;
  width: 190px;
  height: 190px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.card04-img::after{
  content: '';
  display: block;
  width: 200px;
  height: 60px;
  background: #FFF;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.card04-img svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.card04-img .img-bg{
    display: block;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: var(--pink02);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.card04-stars{
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.card04-stars > p{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0.05em;
}
.card04-ttl {
  position: relative;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0px;
  color: var(--color-main);
  z-index: 2;
}
.card04-body {
  margin-top: 10px;
}
.card04-txt {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.card04-txt:last-child{
  margin-bottom: 0;
}
.card04-txt span {
  font-weight: bold;
  color: var(--color02);
}

@media only screen and (max-width: 359px) {
  .card04{
    padding: 30px 20px;
  }
  .card04-ttl{
    font-size: 18px;
  }
  .card04-stars{
    gap: 6px;
  }
  .uservoice .swiper-button-prev,
  .uservoice .swiper-button-next{
    width: 48px;
    height: 48px;
  }
  .uservoice .swiper-button-prev{
    left: -24px;
  }
  .uservoice .swiper-button-next{
    right: -24px;
  }
}

/* ---------------------------
 section / flow
--------------------------- */
.flow {
  padding: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .flow {
    padding: 0 0 60px;
  }
}
.steplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.steplist li {
  width: calc((100% - 30px) / 2);
  margin: 30px 0 0 30px;
  background-color: #fff;
  border: 3px dashed var(--color-main);
  border-radius: 24px;
}
.steplist li:nth-child(-n+2) {
  margin-top: 0;
}
.steplist li:nth-child(2n+1) {
  margin-left: 0;
}
.steplist-item {
  position: relative;
  width: 100%;
}
.steplist-item-inner {
    padding: 30px 40px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.steplist-item-img{
    width: 160px;
    height: 160px;
    flex-grow: 1;
    flex-shrink: 0;
}
.steplist-item-img img{
  width: 100%;
}
.steplist-item-content{
  flex-grow: 0;
  flex-shrink: 1;
}
.steplist-item-content > div{
  margin-bottom: 15px;
}
.steplist-item-content .step{
    margin: 4px 8px 4px 0;
    width: fit-content;
    display: block;
    background: var(--color-main);
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px 3px 4px;
    border-radius: 2px 24px 24px 2px;
}
.steplist-item-content .ttl{
  font-size: 24px;
  line-height: 1.2;
}
.steplist-item-content .sub-ttl{
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--color-main);
}
.steplist-item-content .txt{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .steplist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
  .steplist li {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .steplist li:first-child {
    margin-top: 0 !important;
  }
  .steplist li:nth-child(-n+2) {
    margin-top: 30px;
  }
  .steplist li:nth-child(even) {
    margin-left: auto;
  }
  .steplist-item-inner{
    padding: 20px 30px;
    height: auto;
    flex-direction: column;
    gap: 10px;
  }
  .steplist-item-content{
    display: flex;
    flex-wrap: wrap;
  }
  .steplist-item-content > div{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #D9D9D9;
  }
  .steplist-item-content .step{
    margin: 6px 8px 0 0;
  }

}

@media only screen and (max-width: 359px) {
  .steplist-item-inner{
    padding: 20px;
  }
  .steplist-item-content .ttl{
    font-size: 22px;
  }
}



/* ---------------------------
  おすすめ求人
--------------------------- */
.sec-popular{
  padding: 40px 0 0;
  width: 100%;
  background: #FFF;
  border-top: solid 6px var(--color-main);
  position: relative;
  z-index: 10;
}
.sec-popular > .sec-popular_inner{
  margin: 0 auto;
  width: var(--max-pc-width);
}

@media only screen and (max-width: 767px) {
  .sec-popular {
    width: auto;
    margin: 0;
    padding: 0px 15px;
  }
}




/* ---------------------------
 otherinfo
--------------------------- */
#other_info {
 background-color: #E62F82;
 color: #fff
}

@media only screen and (min-width:768px) {
 #other_info .telBox {
  overflow: hidden;
  width: 1030px;
  margin: 0 auto;
  padding: 10px 50px
 }

 #other_info .telBox .info1 {
  overflow: hidden;
  margin: 0 0 20px 0;
  background-color: #fff7eb;
  color: #E62F82;
  border-radius: 5px;
  padding: 10px
 }

 #other_info .telBox .info1 .ttl {
  text-align: center
 }

 #other_info .telBox .info1 .ttl .telTtl {
  margin: 0 0 5px 0;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 100px;
  line-height: 1;
  background-color: #E62F82;
  color: #fff;
  text-align: center
 }

 #other_info .telBox .info1 .ttl .free {
  margin: 0 0 0 10px;
  font-size: 12px;
  text-align: center
 }

 #other_info .telBox .info1 li {
  width: 33.3333%;
  float: left;
  list-style: none
 }

 #other_info .telBox .info1 li img {
  width: 100%
 }

 #other_info .telBox .info1 li#telSP {
  padding: 10px 0;
  text-align: center
 }

 #other_info .telBox .info1 li#telSP a {
  background-color: #fff;
  display: block;
  border-radius: 8px;
  padding: 10px
 }

 #other_info .telBox .info1 li#telSP {
  display: none
 }

 #other_info .telBox .info1 li#telSP img {
  width: 100%
 }

 #other_info .telBox .info1 li.txt {
  padding: 5px 0 0;
  font-size: 11px;
  line-height: 1.3em;
  text-align: left;
  display: inline-block
 }
  #other_info .telBox .info1 li#telPC {
  font-size: 46px;
  font-weight: bold;
  font-family: 'Montserrat';
  padding-left: 10px;
  box-sizing: border-box;
  }
}

@media only screen and (min-width:768px) {
 #other_info .telBox .box01 {
  overflow: hidden;
  border-radius: 5px;
  width: 40%;
  float: left
 }

 #other_info .telBox .box01,
 #other_info .telBox .box02 {
  margin-right: 2%
 }

 #other_info .telBox .box01 figure,
 #other_info .telBox .box02 figure {
  float: left;
  margin: 0 5px 0 0;
  padding: 0
 }

 #other_info .telBox .box01 .txtbox {
  float: left;
  width: 80%
 }

 #other_info .telBox .box01 .txtbox h2,
 #other_info .telBox .box02 .txtbox h2 {
  margin: 0 0 3px 0;
  font-size: 12px;
  font-weight: bold;
  display: block
 }

 #other_info .telBox .txtbox p {
  font-size: 80%;
  line-height: 1.3
 }
}


@media only screen and (max-width:767px) {
  #other_info .telBox {
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0
 }

 #other_info .telBox .info1 {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0
 }

 #other_info .telBox .info1 .ttl {
  text-align: center
 }

 #other_info .telBox .info1 .ttl .telTtl {
  margin: 0 0 5px 0;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  border: solid 1px #fff;
  border-radius: 100px;
  line-height: 1
 }

 #other_info .telBox .info1 .ttl .free {
  margin: 3px 0 0 5px
 }

 #other_info .telBox .info1 li#telSP {
  padding: 10px 0;
  text-align: center
 }

 #other_info .telBox .info1 li#telSP a img {
  width: 100%
 }

 #other_info .telBox .info1 li#telSP a {
  background-color: #fff;
  display: block;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 9vw;
  font-weight: bold;
  font-family: 'Montserrat';
  box-sizing: border-box;
  color: #E62F82;
 }

 #other_info .telBox .info1 li#telPC {
  display: none
 }

 #other_info .telBox .info1 li.txt {
  margin: 0;
  padding: 0;
  font-size: 90%;
  line-height: 1.3em;
  text-align: center
 }

 #other_info .telBox .box01,
 #other_info .telBox .box02 {
  overflow: hidden;
  background-color: #fff7eb;
  color: #E62F82;
  padding: 10px 5px;
  display: table
 }

 #other_info .telBox .box01 figure,
 #other_info .telBox .box02 figure {
  display: table-cell;
  width: 15%;
  margin: 0 5px 0 0;
  padding: 0
 }

 #other_info .telBox .box01 .txtbox,
 #other_info .telBox .box02 .txtbox {
  width: 85%;
  display: table-cell;
  vertical-align: top;
  padding-left: 5px
 }

 #other_info .telBox .box01 .txtbox h2,
 #other_info .telBox .box02 .txtbox h2 {
  margin: 0 0 3px 0;
  color: #E62F82;
  font-size: 14px;
  line-height: 1.3
 }

 #other_info .telBox .box01 .txtbox p,
 #other_info .telBox .box02 .txtbox p {
  color: #000;
  font-size: 80%
 }

 #other_info {
  background-color: #E62F82;
  color: #fff
 }

}




/* ---------------------------
 footer
--------------------------- */
footer {
 width: 100%;
 border-top: dotted 1px #999
}
footer p {
 display: block !important;
 padding: 8px 0;
 color: #666 !important;
 font-size: 11px;
 text-align: center
}
.floating {
 position: fixed;
 display: none;
 width: 100%;
 text-align: center;
 bottom: 0;
 padding: 30px;
 z-index: 1000;
 box-sizing: border-box;
}
.floating .btn-entry{
  font-size: 22px;
  height: 60px;
}
@media only screen and (max-width:767px) {
 #pagetop {
  bottom: 110px;
  display: none
 }
 .floating {
  padding: 4%;
  box-sizing: border-box
 }
  .floating .btn-entry{
    font-size: 18px;
  }
}

@media only screen and (max-width: 359px) {
  .floating .btn-entry{
    font-size: 16px;
    letter-spacing: 0;
    padding-right: 8px;
  }
  .btn-entry span {
    font-size: 14px;
    margin-right: 6px;
    padding: 2px 4px;
    border-radius: 3px;
  }
}



.add-footer-link {
 padding-top: 20px;
 font-size: 14px;
 text-align: center
}
.add-footer-link a {
 margin-left: 30px;
 color: #32b7e6
}
.add-footer-link>*:first-child {
 margin-left: 0
}
.privacy {
  width: 45px;
  background-color: white;
  padding: 5px;
  border-radius: 9px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3)
}







/* ---------------------------
 animation
--------------------------- */
.motion-txt {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.motion-txt:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  opacity: 1;
  background-color: var(--yellow);
}
.js-scroll.show .motion-txt:after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js-scroll.done .motion-txt:after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate3d(103%, 0, 0);
  transform: translate3d(103%, 0, 0);
}
.motion-txt .motion-inner {
  display: inline-block;
  opacity: 0;
}
.js-scroll.done .motion-txt .motion-inner {
  opacity: 1;
}
