@charset "UTF-8";
/* Scss Document */
@keyframes moreline {
  0% {
    transform: scaleX(1);
    transform-origin: center right;
  }
  49% {
    transform: scaleX(0);
    transform-origin: center right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: center left;
  }
  to {
    transform: scaleX(1);
    transform-origin: center left;
  }
}
/*-------------------------------------------------
    common
=================================================*/
body {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  background: #fff;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.preload * {
  transition: none !important;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
  backface-visibility: hidden;
}

a:hover {
  text-decoration: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .pc_tal {
    text-align: left !important;
  }
  .pc_tar {
    text-align: right !important;
  }
  .pc_tac {
    text-align: center !important;
  }
  .pc_fl {
    float: left;
  }
  .pc_fr {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .sp_tal {
    text-align: left !important;
  }
  .sp_tar {
    text-align: right !important;
  }
  .sp_tac {
    text-align: center !important;
  }
  .sp_fl {
    float: left;
  }
  .sp_fr {
    float: right;
  }
}
section,
nav,
header,
footer,
article,
figure {
  margin: 0;
  padding: 0;
}

p {
  margin: 20px 0;
}

/*------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

mark {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgba(240, 192, 217, 0.6) 56%, rgba(240, 192, 217, 0.6) 100%);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 1220px;
    min-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 50px;
  }
  .inner2 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .inner,
  .inner2 {
    width: 100%;
    padding: 0 10vw;
    box-sizing: border-box;
  }
  .pc_only {
    display: none !important;
  }
}
/*-- スマホメニュー ----------------------------------------*/
.menu_btn {
  width: 65px;
  height: 60px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.menu_btn .sp_menubtn {
  width: 40pxpx;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu_btn .sp_menubtn span {
  background: #000;
  width: 40px;
  height: 2px;
  border-radius: 10px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease 0s;
}
.menu_btn .sp_menubtn span:nth-of-type(1) {
  top: 0px;
}
.menu_btn .sp_menubtn span:nth-of-type(2) {
  display: none;
}
.menu_btn .sp_menubtn span:nth-of-type(3) {
  top: 9px;
}
.menu_btn.active .sp_menubtn span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-25deg);
  top: 50%;
}
.menu_btn.active .sp_menubtn span:nth-of-type(2) {
  opacity: 0;
  left: 100%;
}
.menu_btn.active .sp_menubtn span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(25deg);
  top: 50%;
}

/*------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: 1px;
  z-index: 1000;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 15px;
}
@media screen and (min-width: 768px) {
  header {
    min-width: 1000px;
    height: 72px;
    padding: 0 0 0 40px;
  }
}
header .logo {
  margin-right: auto;
}
header .logo img {
  height: 27px;
}
@media screen and (min-width: 768px) {
  header .logo img {
    height: 45px;
  }
}
header #gnavi {
  font-size: 1px;
}
@media screen and (max-width: 767px) {
  header #gnavi {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    padding: 0 10vw 38px;
    background: #fafafa;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  header #gnavi {
    display: block !important;
  }
}
header #gnavi img {
  filter: grayscale(1) brightness(0);
  height: 23px;
}
@media screen and (min-width: 768px) {
  header #gnavi img {
    height: 11px;
  }
}
header #gnavi ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  header #gnavi ul {
    display: flex;
  }
}
header #gnavi ul li {
  margin: 38px 0 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  header #gnavi ul li {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  header .talk {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
  }
}
header .talk a {
  background: #fff;
  border: 1px solid #BA0015;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  header .talk a {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  header .talk a {
    width: 130px;
    height: 72px;
    border-top: none;
  }
}
header .talk a img {
  height: 14px;
}
@media screen and (min-width: 768px) {
  header .talk a img {
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  header .entry {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
  }
}
header .entry a {
  background: #BA0015;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 768px) {
  header .entry a {
    width: 130px;
    height: 72px;
  }
}
header .entry a img {
  height: 14px;
}
@media screen and (min-width: 768px) {
  header .entry a img {
    height: 36px;
  }
}

/*------------------------------------------*/
footer {
  background: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}
footer .copyright {
  line-height: 1px;
  text-align: center;
  padding: 20px 5vw;
}

#fnavi ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1px;
}
@media screen and (max-width: 767px) {
  #fnavi ul {
    flex-direction: column;
  }
}
#fnavi ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
#fnavi a {
  color: #fff;
  background: #BA0015;
  text-decoration: none;
  display: block;
  padding: 32px 10vw 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #fnavi a {
    padding: 50px min(50px, 3vw) 60px;
  }
}
#fnavi a::after {
  content: "";
  background: url(../images/arrow.svg) no-repeat center center/contain;
  width: 17px;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  filter: grayscale(1) brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  #fnavi a::after {
    width: 25px;
    height: 22px;
  }
}
#fnavi a span {
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 0 12px;
  font-size: 12px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  #fnavi a span {
    font-size: 20px;
    padding: 0 0 0 22px;
    margin: 0 0 18px 0;
  }
}
#fnavi a span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
}
@media screen and (min-width: 768px) {
  #fnavi a span::before {
    width: 10px;
    height: 10px;
  }
}
#fnavi a img {
  height: 37px;
  filter: grayscale(1) brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  #fnavi a img {
    height: 33px;
  }
}

/*------------------------------------------*/
#bg_video {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#bg_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------*/
#contents {
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

/*------------------------------------------*/
section {
  margin: 15vw 0;
}
@media screen and (min-width: 768px) {
  section {
    margin: 120px 0;
  }
  .toppage section {
    margin: 150px 0;
  }
}

/*------------------------------------------*/
.hw1 {
  color: #BA0015;
  margin: 0 0 10vw;
}
@media screen and (min-width: 768px) {
  .hw1 {
    margin: 0 0 80px;
  }
}
.hw1 span {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 13px;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hw1 span {
    padding: 0 0 0 17px;
    margin: 0 0 28px;
    font-size: 20px;
  }
}
.hw1 span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background: #BA0015;
}
@media screen and (min-width: 768px) {
  .hw1 span::before {
    width: 10px;
    height: 10px;
  }
}

/*------------------------------------------*/
a.more {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  display: table;
  line-height: 1;
  margin-right: 38px;
}
@media screen and (min-width: 768px) {
  a.more {
    font-size: 24px;
    margin-right: 40px;
  }
}
a.more::before {
  content: "";
  background: url(../images/arrow.svg) no-repeat center center/contain;
  width: 17px;
  height: 15px;
  position: absolute;
  right: -38px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -3px;
  transition: 0.5s cubic-bezier(0.38, 0.1, 0.55, 0.96);
}
@media screen and (min-width: 768px) {
  a.more::before {
    width: 25px;
    height: 22px;
    right: -40px;
    margin-top: -3.5px;
  }
}
a.more[target=_blank]::before {
  background-image: url(../images/external.svg);
  height: 17px;
}
@media screen and (min-width: 768px) {
  a.more[target=_blank]::before {
    height: 25px;
  }
}
a.more::after {
  content: "";
  margin-top: 2px;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 768px) {
  a.more::after {
    height: 2px;
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  a.more:hover::before {
    transform: translate(100%, -50%);
  }
  a.more:hover::after {
    animation: moreline 0.5s linear forwards;
  }
}

/*------------------------------------------*/
#kv .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  #kv .inner {
    height: 100vh;
    min-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#kv .inner .scroll {
  position: absolute;
  bottom: 0;
  right: 50px;
}
#kv h1 {
  margin: 0 0 13vw;
}
@media screen and (min-width: 768px) {
  #kv h1 {
    margin: 0 0 60px;
  }
}
#kv p {
  margin: 0;
}

/*------------------------------------------*/
#pagetitle {
  background: no-repeat center bottom/cover;
  margin-top: 50px;
  padding: 20vw 0;
}
@media screen and (min-width: 768px) {
  #pagetitle {
    margin: 0;
    padding: 150px 0 110px;
  }
}
#pagetitle.message {
  background-image: url("../images/message/pagetitle_sp.png");
}
@media screen and (min-width: 768px) {
  #pagetitle.message {
    background-image: url("../images/message/pagetitle_pc.png");
  }
}
#pagetitle.job {
  background-image: url("../images/job/pagetitle_sp.png");
}
@media screen and (min-width: 768px) {
  #pagetitle.job {
    background-image: url("../images/job/pagetitle_pc.png");
  }
}
#pagetitle.voice {
  background-image: url("../images/voice/pagetitle_sp.png");
}
@media screen and (min-width: 768px) {
  #pagetitle.voice {
    background-image: url("../images/voice/pagetitle_pc.png");
  }
}
#pagetitle.faq {
  background-image: url("../images/faq/pagetitle_sp.png");
}
@media screen and (min-width: 768px) {
  #pagetitle.faq {
    background-image: url("../images/faq/pagetitle_pc.png");
  }
}
#pagetitle.flow {
  background-image: url("../images/flow/pagetitle_sp.png");
}
@media screen and (min-width: 768px) {
  #pagetitle.flow {
    background-image: url("../images/flow/pagetitle_pc.png");
  }
}
#pagetitle.about {
  background-image: url("../images/about/pagetitle_sp.png");
}
@media screen and (min-width: 768px) {
  #pagetitle.about {
    background-image: url("../images/about/pagetitle_pc.png");
  }
}
#pagetitle h1 {
  color: #BA0015;
  margin: 0;
}
#pagetitle h1 span {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 13px;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  #pagetitle h1 span {
    padding: 0 0 0 17px;
    margin: 0 0 28px;
    font-size: 20px;
  }
}
#pagetitle h1 span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background: #BA0015;
}
@media screen and (min-width: 768px) {
  #pagetitle h1 span::before {
    width: 10px;
    height: 10px;
  }
}
#pagetitle h1 img {
  height: 43px;
}
@media screen and (min-width: 768px) {
  #pagetitle h1 img {
    height: 72px;
  }
}

/*------------------------------------------*/
#top_message {
  overflow: hidden;
}
#top_message .inner {
  position: relative;
}
#top_message h2 img {
  height: 43px;
}
@media screen and (min-width: 768px) {
  #top_message h2 img {
    height: 72px;
  }
}
#top_message p {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #top_message p {
    margin: 60px 0 30px;
    font-size: 26px;
  }
}
#top_message figure {
  margin: 5vw -10vw 0 0;
}
@media screen and (min-width: 768px) {
  #top_message figure {
    margin: 0;
    position: absolute;
    top: 0;
    left: 575px;
  }
  #top_message figure img {
    max-width: none;
  }
}

/*------------------------------------------*/
#top_job {
  overflow: hidden;
}
#top_job .inner {
  position: relative;
}
#top_job h2 img {
  height: 72px;
}
@media screen and (min-width: 768px) {
  #top_job h2 img {
    height: 123px;
  }
}
#top_job ul {
  margin: 0;
  padding: 0;
  clear: both;
}
@media screen and (min-width: 768px) {
  #top_job ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 20px;
  }
}
#top_job ul li {
  margin: 0 0 10px;
  padding: 0;
  width: calc(100% - 10px);
  list-style: none;
}
@media screen and (min-width: 768px) {
  #top_job ul li {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #top_job ul li:nth-of-type(2n) {
    margin-left: 10px;
  }
}
#top_job ul li:last-child {
  margin-bottom: 0;
}
#top_job ul li a {
  background: #fafafa;
  display: flex;
  align-items: center;
  height: 60px;
  position: relative;
  text-decoration: none;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 35px 0 10px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #top_job ul li a {
    height: 80px;
    padding: 0 60px 0 30px;
  }
}
#top_job ul li a::after {
  content: "";
  background: url(../images/arrow.svg) no-repeat center center/contain;
  width: 17px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s cubic-bezier(0.38, 0.1, 0.55, 0.96);
}
@media screen and (min-width: 768px) {
  #top_job ul li a::after {
    width: 25px;
    height: 22px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  #top_job ul li a:hover::after {
    transform: translate(100%, -50%);
  }
}
#top_job ul li a i {
  width: 20px;
}
@media screen and (min-width: 768px) {
  #top_job ul li a i {
    width: 32px;
  }
}
#top_job ul li a span {
  display: inline-block;
  font-size: min(16px, 4vw);
}
@media screen and (min-width: 768px) {
  #top_job ul li a span {
    font-size: min(17px, 1.2vw);
  }
}
@media screen and (max-width: 767px) {
  #top_job ul li a .sp_small span {
    font-size: min(14px, 3.5vw);
  }
}
#top_job .more {
  float: right;
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #top_job .more {
    float: none;
    margin-top: -31px;
    position: absolute;
    top: 140px;
    right: 50px;
  }
}

/*------------------------------------------*/
#top_voice {
  overflow: hidden;
}
#top_voice .inner {
  position: relative;
}
#top_voice h2 img {
  height: 72px;
}
@media screen and (min-width: 768px) {
  #top_voice h2 img {
    height: 123px;
  }
}
#top_voice .slick-list {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #top_voice .slick-arrow {
    border: 1px solid #EDEDED;
    position: absolute;
    bottom: 0;
    width: 45px;
    height: 40px;
    box-sizing: border-box;
    background: url(../images/arrow.svg) no-repeat center center/17px;
    outline: 0;
    text-indent: -999em;
    overflow: hidden;
  }
  #top_voice .slick-prev {
    left: 10vw;
    transform: scaleX(-1);
  }
  #top_voice .slick-next {
    left: calc(10vw + 60px);
  }
}
@media screen and (min-width: 768px) {
  #top_voice .arrow_box {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    align-items: center;
    margin-top: 30px;
  }
  #top_voice .slick-arrow {
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    outline: 0;
    text-indent: -999em;
    overflow: hidden;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: none;
    border-right: 1px solid #BA0015;
    border-top: 1px solid #BA0015;
    transform: rotate(45deg);
  }
  #top_voice .slick-prev {
    order: 1;
    transform: scaleX(-1) rotate(45deg);
  }
  #top_voice .slick-next {
    order: 3;
  }
  #top_voice .slick-dots {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 17px;
    margin: -5px 0 0;
    padding: 0;
  }
  #top_voice .slick-dots li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #top_voice .slick-dots li button {
    text-indent: -999em;
    overflow: hidden;
    border: 1px solid #BA0015;
    border-radius: 100px;
    width: 9px;
    height: 9px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: none;
    padding: 0;
  }
  #top_voice .slick-dots li.slick-active button {
    background: #BA0015;
  }
}
@media screen and (max-width: 767px) {
  #top_voice .member {
    margin: 0 -10vw 0;
    padding: 0 0 60px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #top_voice .member {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  #top_voice .member .box {
    padding: 0 2vw;
  }
}
@media screen and (min-width: 768px) {
  #top_voice .member .box {
    padding: 0 15px;
  }
}
#top_voice .more {
  float: right;
  margin-top: -31px;
}
@media screen and (min-width: 768px) {
  #top_voice .more {
    float: none;
    margin: 0;
    position: absolute;
    top: 140px;
    right: 90px;
  }
}

/*------------------------------------------*/
#top_about {
  background: url("../images/top/about_bg_sp.jpg") no-repeat center center/cover;
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  #top_about {
    background-image: url("../images/top/about_bg_pc.jpg");
    padding: 130px 0;
  }
}
#top_about .inner {
  position: relative;
}
#top_about h2 {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #top_about h2 {
    margin: 0;
  }
}
#top_about h2 img {
  height: 43px;
}
@media screen and (min-width: 768px) {
  #top_about h2 img {
    height: 72px;
  }
}
@media screen and (min-width: 768px) {
  #top_about .more {
    position: absolute;
    bottom: 0;
    right: 50px;
  }
}

/*------------------------------------------*/
#top_adexplus .hw1 {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #top_adexplus .hw1 {
    margin-bottom: 40px;
  }
}
#top_adexplus .grid {
  display: grid;
  gap: 10vw;
}
@media screen and (min-width: 768px) {
  #top_adexplus .grid {
    display: flex;
    gap: 50px;
    justify-content: space-between;
  }
}
#top_adexplus figure {
  width: 250px;
}
@media screen and (min-width: 768px) {
  #top_adexplus figure {
    width: 500px;
  }
}
#top_adexplus p {
  margin: 0 0 10vw;
}
@media screen and (min-width: 768px) {
  #top_adexplus p {
    margin: 0 0 20px;
  }
}
#top_adexplus .more {
  margin-left: auto;
}

/*------------------------------------------*/
#top_other {
  text-align: center;
}
#top_other a {
  display: block;
  margin: 5vw 0 0;
}
@media screen and (min-width: 768px) {
  #top_other a {
    margin-top: 40px;
  }
}
#top_other a:first-child {
  margin-top: 0;
}

/*------------------------------------------*/
#message h2 {
  margin: 0 15vw 10vw 0;
}
@media screen and (min-width: 768px) {
  #message h2 {
    margin: 0 0 80px;
  }
}
#message p {
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  margin: 25px 0 0;
}
@media screen and (min-width: 768px) {
  #message p {
    font-size: 18px;
    line-height: 2.2;
    margin: 30px 0 0;
  }
}

.message_bottom {
  background: url(../images/message/bottom_sp.png) no-repeat center bottom/cover;
  height: 40vw;
}
@media screen and (min-width: 768px) {
  .message_bottom {
    background-image: url("../images/message/bottom_pc.png");
    height: 380px;
  }
}

/*------------------------------------------*/
#job article {
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #job article {
    margin-top: 40px;
  }
}
#job article:first-child {
  margin-top: 0;
}
#job .anchorpoint {
  display: block;
  transform: translateY(-60px);
}
@media screen and (min-width: 768px) {
  #job .anchorpoint {
    transform: translateY(-100px);
  }
}
#job h2 {
  background: #fafafa;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  text-decoration: none;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 35px 0 10px;
  line-height: 1.2;
  font-size: 1px;
  font-weight: bold;
  margin: 0 -5vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #job h2 {
    height: 90px;
    padding: 0 60px 0 30px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin: 0;
  }
}
#job h2::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-70%) rotate(45deg);
  transition: 0.5s cubic-bezier(0.38, 0.1, 0.55, 0.96);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  #job h2::after {
    width: 20px;
    height: 20px;
    right: 30px;
  }
}
#job h2.open::after {
  transform: translateY(-30%) rotate(225deg);
}
#job h2 i {
  width: 20px;
}
@media screen and (min-width: 768px) {
  #job h2 i {
    width: 32px;
  }
}
#job h2 div {
  width: calc(100% - 30px);
}
#job h2 span {
  display: inline-block;
  font-size: min(16px, 4vw);
}
@media screen and (min-width: 768px) {
  #job h2 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #job h2 .sp_small span {
    font-size: min(14px, 3.5vw);
  }
}
#job .data {
  display: none;
  margin: 0 -5vw;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #job .data {
    padding: 40px 0;
    margin: 0;
  }
}
#job .data dl {
  margin: 0;
  padding: 0;
}
#job .data dl dt {
  background: #fafafa;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  #job .data dl dt {
    font-size: 14px;
    width: 160px;
  }
}
#job .data dl dd {
  margin: 0;
  padding: 10px 5vw;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #job .data dl dd {
    font-size: 16px;
    padding: 25px;
  }
}
#job .data dl dd strong {
  font-weight: bold;
  display: block;
  margin: 5px 0;
}
#job .data dl dd em {
  font-style: normal;
  display: block;
  margin: 5px 0;
}
#job .data dl dd p {
  margin: 10px 0;
}
#job .data dl dd ul {
  margin: 0;
  padding: 0;
}
#job .data dl dd ul li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  list-style: none;
}
#job .data dl dd ul li::before {
  content: "・";
  width: 1em;
  text-indent: 0;
  display: inline-block;
  text-align: center;
}
#job .data dl dd *:first-child {
  margin-top: 0;
}
#job .data dl dd *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #job .data dl {
    display: table;
  }
  #job .data dl > div {
    display: table-row;
  }
  #job .data dl > div:last-child dt,
  #job .data dl > div:last-child dd {
    border: none;
  }
  #job .data dl dt,
  #job .data dl dd {
    display: table-cell;
    border-bottom: 1px solid #D6D6D6;
    vertical-align: middle;
  }
}

/*------------------------------------------*/
#voice_link {
  text-align: center;
}
#voice_link .member {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  #voice_link .member {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-row-gap: 42px;
  }
}
@media screen and (max-width: 767px) {
  #voice_link .member .box {
    margin: 5vw 0 0;
  }
  #voice_link .member .box:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #voice_link .member .box {
    width: calc(50% - 15px);
  }
}
#voice + #voice_link {
  position: relative;
  background: url(../images/voice/bottom_sp.png) no-repeat center bottom/100%;
  margin-bottom: 0;
  padding-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  #voice + #voice_link {
    background-image: url(../images/voice/bottom_pc.png);
    padding-bottom: 120px;
  }
}
#voice + #voice_link::before {
  content: "";
  width: 100%;
  height: 20vw;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #voice + #voice_link::before {
    height: 100px;
  }
}

/*------------------------------------------*/
#voicetitle {
  margin: 50px 0 0;
}
@media screen and (min-width: 768px) {
  #voicetitle {
    margin: 0;
  }
}
#voicetitle h1 {
  margin: 0;
  padding: 0;
}
#voicetitle h1 img {
  width: 100%;
}

/*------------------------------------------*/
#voice h2 {
  font-size: 20px;
  margin: 50px 0 30px;
}
@media screen and (min-width: 768px) {
  #voice h2 {
    font-size: 28px;
    margin: 100px 0 40px;
  }
}
#voice h2::before {
  content: "─";
}
#voice h2:first-child {
  margin-top: 0;
}
#voice p {
  line-height: 2;
}
#voice figure {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #voice figure {
    margin-top: 100px;
  }
}

/*------------------------------------------*/
#faq dl {
  margin: 0;
  padding: 0;
}
#faq dl > div {
  background: #fafafa;
  padding: 5vw;
  margin: 0 0 5vw;
}
@media screen and (min-width: 768px) {
  #faq dl > div {
    margin: 0 -50px 40px;
    padding: 35px 50px;
  }
}
#faq dl > div:last-child {
  margin-bottom: 0;
}
#faq dl dt {
  font-size: 18px;
  line-height: 30px;
  display: flex;
}
@media screen and (min-width: 768px) {
  #faq dl dt {
    font-size: 20px;
    line-height: 30px;
  }
}
#faq dl dt em {
  width: 33px;
  height: 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: 1px;
}
@media screen and (min-width: 768px) {
  #faq dl dt em {
    width: 38px;
    height: 30px;
  }
}
#faq dl dt em img {
  height: 16px;
}
@media screen and (min-width: 768px) {
  #faq dl dt em img {
    height: 18px;
  }
}
#faq dl dt span {
  width: calc(100% - 30px);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #faq dl dt span {
    width: calc(100% - 38px);
  }
}
#faq dl dd {
  margin: 20px 0 0;
  padding: 0;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #faq dl dd {
    margin-top: 25px;
  }
}

/*------------------------------------------*/
#flow .frame {
  background: #fafafa;
  margin: 0 -10vw 10vw;
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  #flow .frame {
    margin: 0 0 80px;
    padding: 80px 0;
  }
}
#flow .frame:last-child {
  margin-bottom: 0;
}
#flow h2 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #flow h2 {
    font-size: 32px;
  }
}
#flow ol {
  margin: 0;
  padding: 0;
}
#flow ol li {
  margin: 35px 0 0;
  padding: 20px;
  background: #fff;
  position: relative;
  list-style: none;
  display: flex;
}
@media screen and (min-width: 768px) {
  #flow ol li {
    padding: 40px;
    margin-top: 65px;
  }
}
#flow ol li::after {
  content: "";
  background: url(../images/arrow.svg) no-repeat center center/contain;
  display: block;
  width: 12px;
  height: 11px;
  position: absolute;
  bottom: -23px;
  left: 40px;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  #flow ol li::after {
    width: 25px;
    height: 22px;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%) rotate(90deg);
  }
}
#flow ol li:last-child {
  background: #BA0015;
  color: #fff;
}
#flow ol li:last-child::after {
  display: none;
}
#flow ol li em {
  height: 22px;
  display: flex;
  align-items: center;
  width: 80px;
}
@media screen and (min-width: 768px) {
  #flow ol li em {
    width: 105px;
  }
}
#flow ol li em img {
  height: 11px;
}
@media screen and (min-width: 768px) {
  #flow ol li em img {
    height: 15px;
  }
}
#flow ol li p {
  width: calc(100% - 80px);
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  #flow ol li p {
    width: calc(100% - 105px);
    font-size: 24px;
  }
}

/*------------------------------------------*/
@media screen and (min-width: 768px) {
  #about .datas {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin: -40px 0 0;
  }
}
#about .datas .box {
  margin-top: 5vw;
  border: 2px solid #BA0015;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .datas .box {
    padding: 40px 20px 20px;
    margin-top: 40px;
    width: calc((100% - 20px) / 3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #about .datas .box:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #about .datas .box:nth-of-type(4), #about .datas .box:nth-of-type(7), #about .datas .box:nth-of-type(12) {
    width: calc((100% - 20px) / 3 * 2 + 10px);
  }
}
@media screen and (min-width: 768px) {
  #about .datas .box:nth-of-type(1) {
    width: calc((100% - 20px) * 0.2545);
  }
}
@media screen and (max-width: 767px) {
  #about .datas .box:nth-of-type(1) img {
    max-width: 185px;
  }
}
@media screen and (min-width: 768px) {
  #about .datas .box:nth-of-type(1) figcaption {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  #about .datas .box:nth-of-type(2) {
    width: calc((100% - 20px) * 0.2545);
  }
}
@media screen and (max-width: 767px) {
  #about .datas .box:nth-of-type(2) img {
    max-width: 185px;
  }
}
@media screen and (min-width: 768px) {
  #about .datas .box:nth-of-type(2) figcaption {
    margin-top: 60px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  #about .datas .box:nth-of-type(3) {
    width: calc((100% - 20px) * 0.4909);
  }
}
@media screen and (min-width: 768px) {
  #about .datas .box:nth-of-type(4) img {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  #about .datas .box:nth-of-type(5) figcaption {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #about .datas .box:nth-of-type(6) img {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  #about .datas .box:nth-of-type(6) figcaption {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  #about .datas .box:nth-of-type(7) img {
    margin-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  #about .datas .box:nth-of-type(8) img {
    max-width: 145px;
  }
}
@media screen and (max-width: 767px) {
  #about .datas .box:nth-of-type(9) img {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #about .datas .box:nth-of-type(10) img {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #about .datas .box:nth-of-type(11) img {
    max-width: 160px;
  }
}
#about .datas .box figure figcaption {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  #about .datas .box figure figcaption {
    font-size: 24px;
    margin-top: 30px;
  }
}
#about .datas .box p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #about .datas .box p {
    font-size: 14px;
    margin-top: 15px;
  }
}
#about .datas .box .note {
  text-align: right;
  font-size: 10px;
  margin: 15px 0 -5px;
  display: block;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #about .datas .box .note {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    font-size: 12px;
  }
}
#about .datas + .note {
  text-align: right;
  font-size: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #about .datas + .note {
    font-size: 12px;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*//*# sourceMappingURL=common.css.map */