@charset "UTF-8";
/*
スニペットファイルを作成:
VS CodeでCtrl+Shift+Pを押して「Preferences: Configure User Snippets」を選択。
新しいスニペットを作成するか、既存のscss.jsonを編集。
*/
/*
*　Zen Kaku Gothic New
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* 数値から単位を除外
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `rem` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `em` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/*
*　display: flex;
*/
/*
*　&:last-child
*/
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. 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, small, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5 {
  font-weight: inherit;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #212228;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 380.9523809524%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 7.9365079365vw;
  }
}
@media screen and (min-width: 1260px), print {
  html {
    font-size: 625%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-size: 0.15rem;
  letter-spacing: 0.007rem;
  line-height: 1.6;
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.25;
    letter-spacing: 0.002rem;
  }
}

#main {
  display: block;
}

/* link
   ========================================================================== */
a {
  color: #212228;
  text-decoration: none;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  a,
  button {
    transition: opacity 0.3s;
  }
}

@media screen and (min-width: 768px), print {
  a:hover,
  button:hover {
    opacity: 0.6;
  }
}

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

table th img,
table td img {
  vertical-align: middle;
}

/* form
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* display
   ========================================================================== */
.-block {
  display: block;
}

.-spItem {
  display: none !important;
}

.-pcBlock {
  display: block;
}

.-spOnly {
  display: none;
}

.-spBr {
  display: none;
}

@media screen and (max-width: 767px) {
  .-spItem {
    display: block !important;
  }
  .-pcItem {
    display: none !important;
  }
  .-pcBlock {
    display: inline;
  }
  .-spOnly {
    display: block;
  }
  .-spBr {
    display: inline;
  }
  .-pcBr {
    display: none;
  }
}
/* margin
   ========================================================================== */
.-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mt0 {
    margin-top: 0vw !important;
  }
}

.-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mt5 {
    margin-top: 1.33vw !important;
  }
}

.-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mt10 {
    margin-top: 2.67vw !important;
  }
}

.-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mt15 {
    margin-top: 4vw !important;
  }
}

.-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mt20 {
    margin-top: 5.33vw !important;
  }
}

.-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mt25 {
    margin-top: 6.67vw !important;
  }
}

.-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mt30 {
    margin-top: 8vw !important;
  }
}

.-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .-mt35 {
    margin-top: 9.33vw !important;
  }
}

.-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .-mt40 {
    margin-top: 10.67vw !important;
  }
}

.-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .-mt45 {
    margin-top: 12vw !important;
  }
}

.-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .-mt50 {
    margin-top: 13.33vw !important;
  }
}

.-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .-mt55 {
    margin-top: 14.67vw !important;
  }
}

.-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .-mt60 {
    margin-top: 16vw !important;
  }
}

.-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mb0 {
    margin-bottom: 0vw !important;
  }
}

.-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mb5 {
    margin-bottom: 1.33vw !important;
  }
}

.-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mb10 {
    margin-bottom: 2.67vw !important;
  }
}

.-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mb15 {
    margin-bottom: 4vw !important;
  }
}

.-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mb20 {
    margin-bottom: 5.33vw !important;
  }
}

.-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mb25 {
    margin-bottom: 6.67vw !important;
  }
}

.-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mb30 {
    margin-bottom: 8vw !important;
  }
}

.-mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mr0 {
    margin-right: 0vw !important;
  }
}

.-mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mr5 {
    margin-right: 1.33vw !important;
  }
}

.-mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mr10 {
    margin-right: 2.67vw !important;
  }
}

.-mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mr15 {
    margin-right: 4vw !important;
  }
}

.-mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mr20 {
    margin-right: 5.33vw !important;
  }
}

.-ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .-ml0 {
    margin-left: 0vw !important;
  }
}

.-ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .-ml5 {
    margin-left: 1.33vw !important;
  }
}

.-ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .-ml10 {
    margin-left: 2.67vw !important;
  }
}

.-ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .-ml15 {
    margin-left: 4vw !important;
  }
}

.-ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .-ml20 {
    margin-left: 5.33vw !important;
  }
}

/* padding
   ========================================================================== */
.-pt0 {
  padding-top: 0 !important;
}

.-pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px), print {
  .-pcPdg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .-spPdg {
    padding-left: 6.93vw;
    padding-right: 6.93vw;
  }
}
/* text-align
   ========================================================================== */
.-textRt {
  text-align: right !important;
}

.-textCtr,
table.-textCtr th,
table.-textCtr td,
table.-textCtr th {
  text-align: center !important;
}

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

/* 角丸
   ========================================================================== */
/* ==========================================================================
   03. Layout
   ========================================================================== */
/* base
   ========================================================================== */
/* common */
body {
  min-width: 768px;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: 320px;
  }
}

#wrapper {
  overflow: hidden;
}

.contents__wrapper {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .contents__wrapper {
    padding-right: 0.26rem;
    padding-left: 0.26rem;
  }
}

.l-contents-inner {
  max-width: 12.6rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0.3rem;
}
@media screen and (max-width: 767px) {
  .l-contents-inner {
    max-width: inherit;
    padding: 0 0.26rem;
  }
}
.l-contents-inner.--lrg {
  max-width: 12rem;
}
@media screen and (max-width: 767px) {
  .l-contents-inner.--lrg {
    max-width: inherit;
  }
}

section {
  margin-top: 1.18rem;
}
@media screen and (max-width: 767px) {
  section {
    margin-top: 0.58rem;
  }
}

@media screen and (min-width: 768px), print {
  .l-contents-body {
    padding: 0.75rem 0 0rem;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-body {
    padding: 0.46rem 0 0rem;
  }
}

@media screen and (min-width: 768px), print {
  .l-section-wrapper {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-section-wrapper {
    margin-bottom: 0.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .l-secondary-section-wrapper {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-secondary-section-wrapper {
    margin-bottom: 0.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .l-section-wrapper_2 {
    margin-bottom: 0.98rem;
  }
}
@media screen and (max-width: 767px) {
  .l-section-wrapper_2 {
    margin-bottom: 0.6rem;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

@media screen and (min-width: 768px), print {
  .narrow-wrapper {
    width: 8rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px), print {
  p {
    margin-bottom: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  p.--large {
    font-size: 0.18rem;
  }
}
@media screen and (min-width: 768px), print {
  body {
    padding-top: 0.74rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0.78rem;
  }
}

.m-header {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .m-header {
    border-top: 0.04rem solid #e5016a;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
.m-header .wrap {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .m-header .wrap {
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem 0;
    transition: height 0.5s;
    background-color: white;
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap {
    flex-direction: column;
    text-align: center;
    padding: 0 0.27rem;
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap .sp-menu-head-guide {
    border-top: 0.04rem solid #e5016a;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 0.14rem;
    transition: height 0.5s;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap .logo {
    padding-left: 0.03rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .wrap .logo img {
    width: 2.16rem;
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap .logo img {
    width: 1.96rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .wrap .sp-menu-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap .sp-menu-button {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap .sp-menu-button #sp-menu-button #sp-menu-icon {
    width: 0.42rem;
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .wrap .nav-wrapper {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap .nav-wrapper {
    display: none;
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    transition: 0.5s top;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .wrap .nav-wrapper a {
    display: block;
    padding: 0.1rem 0.2rem;
    font-size: 0.15rem;
    letter-spacing: 0.013rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .wrap .nav-wrapper .nav-inner {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap .nav-wrapper .nav-inner {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .wrap .nav-wrapper .nav-inner .nav-list {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap .nav-wrapper .nav-inner .nav-list {
    padding: 0.26rem 0.3rem 0.31rem;
    width: 100%;
    text-align: left;
    font-size: 0.16rem;
    letter-spacing: 0.02rem;
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap .nav-wrapper .nav-inner .nav-list li {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3019607843);
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap .nav-wrapper .nav-inner .nav-list li a {
    display: block;
    padding: 0.26rem 0rem;
    color: white;
    background: url(../img/common/small_arrow-r_pink.svg) 100% 50% no-repeat;
    background-size: 0.05rem auto;
  }
}
@media screen and (max-width: 767px) {
  .m-header .wrap .nav-wrapper .nav-inner .contact-link-wrap {
    margin: 0.07rem 0.3rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .wrap .nav-wrapper .nav-inner .contact-link-wrap a {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px), print {
  .m-header.header-normal .wrap {
    height: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .m-header.header-normal .sp-menu-head-guide {
    height: 0.765rem;
  }
}
@media screen and (max-width: 767px) {
  .m-header.header-normal .nav-wrapper {
    top: 0.765rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-header.header-shrink .wrap {
    height: 0.58rem;
    box-shadow: 0 0 0.07rem 0rem rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .m-header.header-shrink .sp-menu-head-guide {
    height: 0.58rem;
    box-shadow: 0 0 0.07rem 0rem rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .m-header.header-shrink .nav-wrapper {
    top: 0.58rem;
  }
}
@media screen and (max-width: 767px) {
  .m-header.menu-open .sp-menu-head-guide {
    height: 0.765rem;
  }
}
@media screen and (max-width: 767px) {
  .m-header.menu-open .logo {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .m-header.menu-open .nav-wrapper {
    top: 0.765rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-header.-for-top-page .wrap {
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .m-header.-for-top-page .sp-menu-head-guide,
  .m-header.-for-top-page .logo {
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px), print {
  .m-header.-for-top-page.header-normal .wrap {
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .m-header.-for-top-page.header-normal .logo {
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px), print {
  .m-header.-for-top-page.header-shrink .wrap {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .m-header.-for-top-page.header-shrink .logo {
    opacity: 1;
    visibility: visible;
  }
}

.page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  height: 2rem;
  background: no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-header {
    height: 1.535rem;
  }
}
.page-header.-basic-pink {
  background-color: #F7F7F7;
}
.page-header.-basic-pink .title {
  color: #e5016a;
}
.page-header.-new-graduates {
  background-image: url(../img/recruit/new-graduates/page-header_bg/pc.jpg?v2);
}
@media screen and (max-width: 767px) {
  .page-header.-new-graduates {
    background-image: url(../img/recruit/new-graduates/page-header_bg/sp.jpg?v2);
  }
}
.page-header.-career {
  background-image: url(../img/recruit/career/page-header_bg/pc.jpg?v2);
}
@media screen and (max-width: 767px) {
  .page-header.-career {
    background-image: url(../img/recruit/career/page-header_bg/sp.jpg?v2);
  }
}
.page-header .title {
  text-align: center;
  font-size: 0.36rem;
  letter-spacing: 0.04rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 767px) {
  .page-header .title {
    font-size: 0.26rem;
    letter-spacing: 0.02rem;
  }
}

.m-footer {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background-color: #1D2523;
  color: white;
}
@media screen and (min-width: 768px), print {
  .m-footer {
    padding: 0.5rem 0 0.4rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer {
    padding: 0.73rem 0 0.28rem;
    position: relative;
    margin-top: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-footer #page-top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-footer #page-top {
    display: block;
    padding: 0.1rem;
    position: absolute;
    right: 0.09rem;
    top: -0.5rem;
  }
  .m-footer #page-top img {
    width: 0.2rem;
  }
}
.m-footer a {
  display: inline-block;
  color: white;
}
.m-footer p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .m-footer .contents-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.m-footer .info .logo-wrapper {
  display: inline-block;
}
.m-footer .info .logo-wrapper .logo {
  padding: 0.04rem 0.02rem;
}
@media screen and (min-width: 768px), print {
  .m-footer .info .logo-wrapper .logo {
    width: 1.64rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .info .logo-wrapper .logo {
    width: 1.96rem;
  }
}
.m-footer .info .address {
  font-size: 0.14rem;
}
@media screen and (min-width: 768px), print {
  .m-footer .info .address {
    margin-top: 0.42rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .info .address {
    margin-top: 0.06rem;
    line-height: 1.45;
    letter-spacing: 0.005rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-footer .nav .nav-list {
    margin-top: 0.24rem;
    display: flex;
    margin-right: -0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .nav .nav-list {
    margin-top: 0.48rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-footer .nav .nav-list li {
    margin-left: 0.2rem;
  }
  .m-footer .nav .nav-list li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .nav .nav-list li {
    margin-bottom: 0.06rem;
  }
  .m-footer .nav .nav-list li:last-child {
    margin-bottom: 0;
  }
}
.m-footer .nav .nav-list li a {
  font-size: 0.15rem;
}
@media screen and (min-width: 768px), print {
  .m-footer .nav .nav-list li a {
    padding: 0.1rem 0.06rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .nav .nav-list li a {
    letter-spacing: 0.01rem;
    display: block;
    padding: 0.052rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .m-footer .nav .sub-nav-list {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .nav .sub-nav-list {
    margin-top: 0.26rem;
  }
}
.m-footer .nav .sub-nav-list a {
  font-size: 0.13rem;
}
@media screen and (max-width: 767px) {
  .m-footer .nav .sub-nav-list a {
    display: block;
    padding: 0.04rem 0;
    letter-spacing: 0.008rem;
  }
}
.m-footer .copyright {
  font-size: 0.13rem;
  color: #787878;
  margin-top: 0.85rem;
}
@media screen and (min-width: 768px), print {
  .m-footer .copyright {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .copyright {
    margin-top: 0.48rem;
    letter-spacing: 0.01rem;
  }
}

.footer-contact-link {
  background-color: #F5F5F5;
  text-align: center;
  padding: 0.9rem 0 1rem;
}
.footer-contact-link + .m-footer {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-contact-link {
    padding: 0.55rem 0 0.57rem;
  }
}
.footer-contact-link .title {
  color: #e5016a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  font-size: 0.3rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-link .title {
    font-size: 0.22rem;
  }
}
.footer-contact-link .lead {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-link .lead {
    margin-top: 0.2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    line-height: 1.55;
  }
}
.footer-contact-link .link {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-link .link {
    margin-top: 0.18rem;
  }
}

/* ==========================================================================
   04. Parts
   ========================================================================== */
.img-btn {
  display: block;
  border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
}
.img-btn .img-wrap img {
  transition: filter 0.4s;
}
.img-btn .text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 0.1rem 0.17rem 0.1rem 0.19rem;
  transition: background-color 0.4s;
}
.img-btn .text-wrap .text {
  font-size: 0.22rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02rem;
  transition: color 0.4s;
}
@media screen and (max-width: 767px) {
  .img-btn .text-wrap .text {
    font-size: 0.18rem;
  }
}
.img-btn .text-wrap .btn {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 1rem;
  background: url(../img/common/small_arrow-r_white.svg) no-repeat 55% 50%;
  background-size: 0.05rem auto;
  margin-right: 0.03rem;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .img-btn .text-wrap .btn {
    margin-right: -0.01rem;
  }
}
.img-btn.-new-graduates .text-wrap .text {
  color: #e5016a;
}
.img-btn.-new-graduates .text-wrap .btn {
  background-color: #e5016a;
}
.img-btn.-career .text-wrap .text {
  color: #333;
}
.img-btn.-career .text-wrap .btn {
  background-color: #333;
}
@media screen and (min-width: 768px), print {
  .img-btn:hover {
    opacity: 1;
  }
  .img-btn:hover .img-wrap img {
    filter: brightness(60%);
  }
  .img-btn:hover.-new-graduates .text-wrap {
    background-color: #e5016a;
  }
  .img-btn:hover.-new-graduates .text-wrap .text {
    color: white;
  }
  .img-btn:hover.-new-graduates .text-wrap .btn {
    background-image: url(../img/common/small_arrow-r_pink.svg);
    background-color: white;
  }
  .img-btn:hover.-career .text-wrap {
    background-color: #333;
  }
  .img-btn:hover.-career .text-wrap .text {
    color: white;
  }
  .img-btn:hover.-career .text-wrap .btn {
    background-image: url(../img/common/small_arrow-r_black.svg);
    background-color: white;
  }
}

.c-btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  background-color: #333;
  width: 4.3rem;
  height: 0.7rem;
  margin: 0 auto;
  font-size: 0.2rem;
  letter-spacing: 0.02rem;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .c-btn {
    transition: background-color 0.4s;
  }
  .c-btn:hover {
    background-color: #e5016a;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 0.16rem;
    width: 2.8rem;
    height: 0.6rem;
    letter-spacing: 0.01rem;
  }
}
.c-btn .arrow-icon {
  position: absolute;
  right: 0.4rem;
  top: 48%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn .arrow-icon {
    right: 0.3rem;
  }
}
.c-btn .arrow-icon svg {
  stroke: white;
  width: 0.07rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-btn .arrow-icon svg {
    width: 0.056rem;
  }
}
.c-btn.-recruit-entry {
  background-color: #e5016a;
}
@media screen and (min-width: 768px), print {
  .c-btn.-recruit-entry {
    width: 6rem;
    height: 0.9rem;
    transition: opacity 0.3s;
  }
  .c-btn.-recruit-entry:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.-recruit-entry {
    width: 100%;
    height: 0.6rem;
  }
}
.c-btn.-recruit-entry.-career {
  background-color: #333;
}

@media screen and (max-width: 767px) {
  .sp-contact-link {
    display: block;
    background: url(../img/common/small_arrow-r_pink.svg) no-repeat;
    background-size: 0.06rem auto;
    background-position: calc(100% - 0.2rem) 50%;
    background-size: 0.06rem auto;
    background-color: white;
    color: #333;
    text-align: center;
    height: 0.58rem;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02rem;
  }
}

.section-title {
  color: #e5016a;
  font-size: 0.3rem;
  letter-spacing: 0.03rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 0.24rem;
    letter-spacing: 0.017rem;
    margin-bottom: 0.2rem;
  }
}
.section-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  background-color: #e5016a;
  position: absolute;
  top: 0.16rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-title::before {
    top: 0.13rem;
  }
}
.section-title span {
  position: relative;
  display: inline-block;
  background-color: white;
  padding-right: 0.25rem;
}
.section-title span::after {
  content: "";
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  background-color: #e5016a;
  position: absolute;
  right: 0;
  top: 0.12rem;
}
@media screen and (max-width: 767px) {
  .section-title span::after {
    width: 0.07rem;
    height: 0.07rem;
    top: 0.1rem;
  }
}

.section-title-secondary {
  line-height: 1.3;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #e5016a;
}
@media screen and (min-width: 768px), print {
  .section-title-secondary {
    font-size: 0.26rem;
    letter-spacing: 0.02rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0.25rem;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title-secondary {
    font-size: 0.18rem;
    letter-spacing: 0.007rem;
    padding-bottom: 0.12rem;
    margin-bottom: 0.23rem;
    margin-top: 0.4rem;
  }
}
.section-title-secondary.-native-margin-left {
  text-indent: -0.12rem;
}
@media screen and (max-width: 767px) {
  .section-title-secondary.-native-margin-left {
    text-indent: -0.1rem;
  }
}
.section-title-secondary.-text-black {
  color: #333;
}
@media screen and (min-width: 768px), print {
  .section-title-secondary.-text-black {
    font-size: 0.26rem;
    padding-bottom: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title-secondary.-text-black {
    font-size: 0.18rem;
  }
}
.section-title-secondary::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e5016a;
}
@media screen and (max-width: 767px) {
  .section-title-secondary::after {
    height: 0.01rem;
  }
}

.section-title-tertiary {
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #e5016a;
}
@media screen and (min-width: 768px), print {
  .section-title-tertiary {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title-tertiary {
    font-size: 0.17rem;
  }
}

/* アニメーション*/
.set-anim {
  opacity: 0;
  will-change: transform, transition;
}

.slider img {
  width: 100%;
  height: auto;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1.11);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-thumb {
  padding: 0 12.6vw; /* ちら見せ空間 */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-thumb {
    padding: 0;
  }
}

.swiper-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.15rem;
}
@media screen and (max-width: 767px) {
  .swiper-thumb img {
    border-radius: 0.12rem;
  }
}

/* スライダーパーツ */
.slick-dots .slick-active button::before {
  opacity: 1 !important;
}

/* 電話番号リンク */
@media screen and (min-width: 768px), print {
  .tel-linktext {
    pointer-events: none;
    text-decoration: none;
  }
}
/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* object fit image */
img.img-ofi-cover,
img.img-ofi-contain {
  width: 100%;
  height: 100%;
}

img.img-ofi-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

img.img-ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (min-width: 768px), print {
  .m-header .nav-wrapper a,
  .main-visual .nav-wrapper a {
    text-decoration: underline;
    text-decoration-thickness: 0.015rem;
    text-decoration-color: transparent;
    text-underline-offset: 0.08rem;
    transition: 0.3s;
  }
  .m-header .nav-wrapper a:hover,
  .main-visual .nav-wrapper a:hover {
    opacity: 1;
    text-decoration-color: #e5016a;
  }
}

/* リスト
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .list.-normal {
    margin-top: -0.21rem;
  }
}
.list.-normal li {
  border-bottom: 0.01rem solid #DDD;
}
@media screen and (min-width: 768px), print {
  .list.-normal li {
    padding: 0.15rem 0;
  }
}
@media screen and (max-width: 767px) {
  .list.-normal li {
    padding: 0.165rem 0;
    letter-spacing: 0.006rem;
  }
}
.list.-normal li .t {
  display: inline-block;
  width: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

dl.-normal {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.12rem;
}
@media screen and (max-width: 767px) {
  dl.-normal {
    margin-top: -0.08rem;
  }
}
@media screen and (max-width: 767px) {
  dl.-normal.-native-margin-top {
    margin-top: -0.23rem;
  }
}
@media screen and (max-width: 767px) {
  dl.-normal.-requirements dt,
  dl.-normal.-requirements dd {
    line-height: 1.63;
    padding: 0.2rem 0;
  }
}
dl.-normal dt,
dl.-normal dd {
  border: solid #ddd 0;
  border-bottom-width: 0.01rem;
  padding: 0.245rem 0;
}
@media screen and (min-width: 768px), print {
  dl.-normal dt,
  dl.-normal dd {
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  dl.-normal dt,
  dl.-normal dd {
    padding: 0.225rem 0;
    line-height: 1.55;
  }
}
dl.-normal dt {
  width: 1.85rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  dl.-normal dt {
    width: 0.88rem;
  }
}
@media screen and (max-width: 767px) {
  dl.-normal dt .-note {
    display: block;
    position: relative;
    left: -0.08rem;
    width: 1.8rem;
  }
}
dl.-normal dd {
  width: calc(100% - 1.85rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  dl.-normal dd {
    width: calc(100% - 0.88rem);
  }
}

/*@import "_parts/_box";
@import "_parts/_form";
@import "_parts/_icon";
@import "_parts/_pagination";
@import "_parts/_table";
@import "_parts/_topicpath";
*/
/* ==========================================================================
   05. pages
   ========================================================================== */
/*
*
*
*
*　TOP
*
*
*
*/
/*
*　=========== MV ===========
*/
.main-visual {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: flex;
}
@media screen and (min-width: 768px), print {
  .main-visual {
    align-items: center;
    padding: 0 0.2rem 0;
    margin: -0.3rem auto 0;
    max-width: 13.8rem;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    flex-direction: column;
    text-align: center;
    padding: 0 0.27rem;
    margin-bottom: 0.67rem;
  }
}
@media screen and (min-width: 768px), print {
  .main-visual .img-wrap {
    flex-shrink: 0;
    margin-right: 0.45rem;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .img-wrap {
    order: 2;
    margin-top: 1.11rem;
  }
}
.main-visual .img-wrap img {
  width: 45.68vw;
  border-radius: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .main-visual .img-wrap img {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .main-visual .logo-nav-wrapper {
    flex-grow: 1;
    text-align: center;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .logo-nav-wrapper {
    margin-top: -0.45rem;
    padding: 0 0.02rem;
  }
}
.main-visual .logo-nav-wrapper .logo-wrapper {
  position: relative;
}
.main-visual .logo-nav-wrapper .logo-wrapper::after {
  content: "";
  display: block;
  width: 0.03rem;
  height: 0.5rem;
  background-color: #e5016a;
  position: absolute;
  bottom: -0.78rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .main-visual .logo-nav-wrapper .logo-wrapper::after {
    width: 0.02rem;
    height: 0.6rem;
    bottom: -0.82rem;
  }
}
@media screen and (min-width: 768px), print {
  .main-visual .logo-nav-wrapper .logo-wrapper .logo {
    width: 4.33rem;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .logo-nav-wrapper .logo-wrapper .logo {
    width: 100%;
  }
}
.main-visual .logo-nav-wrapper .nav-wrapper {
  font-size: 0.18rem;
  letter-spacing: 0.016rem;
  margin-top: 1.01rem;
}
@media screen and (max-width: 767px) {
  .main-visual .logo-nav-wrapper .nav-wrapper {
    display: none;
  }
}
.main-visual .logo-nav-wrapper .nav-wrapper a {
  display: block;
  padding: 0.15rem 0.15rem;
  margin-bottom: 0.09rem;
}

/*
*　=========== 事業内容 ===========
*/
@media screen and (min-width: 768px), print {
  .work-details .list {
    display: flex;
    justify-content: space-between;
    margin-top: 0.48rem;
  }
}
@media screen and (max-width: 767px) {
  .work-details .list {
    margin-top: 0rem;
  }
}
.work-details .list .item {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .work-details .list .item {
    width: 2.08rem;
  }
}
@media screen and (max-width: 767px) {
  .work-details .list .item {
    margin-bottom: 0.46rem;
  }
}
.work-details .list .item::after {
  content: "";
  display: block;
  background: url(../img/common/small_arrow-r_pink_2.svg) no-repeat;
  width: 0.15rem;
  height: 0.15rem;
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .work-details .list .item::after {
    top: 1rem;
    right: -0.27rem;
  }
}
@media screen and (max-width: 767px) {
  .work-details .list .item::after {
    bottom: -0.32rem;
    left: 50%;
    transform: rotate(90deg) translateY(50%);
  }
}
.work-details .list .item:last-child::after {
  display: none;
}
.work-details .list .item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 2.08rem;
  background: url(../img/top/work-details/title_bg.svg);
  background-size: 100%;
  font-size: 0.22rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .work-details .list .item .title {
    font-size: 0.18rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
  }
}
.work-details .list .item .lead {
  margin-top: 0.13rem;
  display: block;
  font-size: 0.14rem;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .work-details .list .item .lead {
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .work-details .img-box {
    display: flex;
    margin-top: 0.55rem;
  }
}
.work-details .img-box .img-text-wrap {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .work-details .img-box .img-text-wrap:first-child {
    width: 58.333vw;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px), print {
  .work-details .img-box .img-text-wrap:last-child {
    flex-grow: 1;
  }
}
.work-details .img-box .img-text-wrap p {
  position: absolute;
  left: 0.32rem;
  bottom: 0.25rem;
  margin-bottom: 0;
  font-size: 0.17rem;
  letter-spacing: 0.008rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 767px) {
  .work-details .img-box .img-text-wrap p {
    font-size: 0.15rem;
    letter-spacing: 0.001rem;
    left: 0.2rem;
    bottom: 0.15rem;
  }
}

/*
*　=========== 製造設備 ===========
*/
@media screen and (min-width: 768px), print {
  .equipment .list-wrap {
    margin-top: 0.45rem;
  }
}
@media screen and (max-width: 767px) {
  .equipment .list-wrap {
    margin-top: 0.35rem;
  }
}
.equipment .list-wrap .title {
  font-size: 0.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-left: -0.11rem;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .equipment .list-wrap .title {
    font-size: 0.18rem;
    letter-spacing: 0.012rem;
    margin-left: -0.09rem;
  }
}
@media screen and (min-width: 768px), print {
  .equipment .list-wrap .cont-wrap {
    display: flex;
    margin-top: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .equipment .list-wrap .cont-wrap {
    margin-top: 0.07rem;
  }
}
@media screen and (min-width: 768px), print {
  .equipment .list-wrap .cont-wrap .list {
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px), print {
  .equipment .list-wrap .cont-wrap .img-wrap {
    flex-shrink: 0;
    margin-left: 0.62rem;
  }
}
@media screen and (max-width: 767px) {
  .equipment .list-wrap .cont-wrap .img-wrap {
    margin-top: 0.28rem;
  }
}
@media screen and (min-width: 768px), print {
  .equipment .list-wrap .cont-wrap .img-wrap img {
    width: 6rem;
  }
}

/*
*　=========== 社長メッセージ ===========
*/
.ceo-message {
  background: no-repeat center;
  background-size: cover;
  color: white;
}
@media screen and (min-width: 768px), print {
  .ceo-message {
    background-image: url(../img/top/ceo-message/bg-pc.jpg?v2);
  }
}
@media screen and (max-width: 767px) {
  .ceo-message {
    background-image: url(../img/top/ceo-message/bg-sp.jpg?v2);
    padding: 0.57rem 0 0.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .ceo-message .cont-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.78rem;
  }
}
.ceo-message .cont-wrap .title-box {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .ceo-message .cont-wrap .title-box {
    margin-top: -0.35rem;
  }
}
@media screen and (min-width: 768px), print {
  .ceo-message .cont-wrap .title-box img {
    width: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ceo-message .cont-wrap .title-box img {
    width: 0.32rem;
  }
}
.ceo-message .cont-wrap .title-box .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .ceo-message .cont-wrap .title-box .title {
    font-size: 0.3rem;
    letter-spacing: 0.025rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .ceo-message .cont-wrap .title-box .title {
    margin-top: 0.05rem;
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
  }
}
@media screen and (min-width: 768px), print {
  .ceo-message .cont-wrap .message {
    flex-shrink: 0;
    width: 9.16rem;
    margin-top: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .ceo-message .cont-wrap .message {
    margin-top: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .ceo-message .cont-wrap .message .text {
    line-height: 1.35;
    text-align: justify;
  }
}
.ceo-message .cont-wrap .message .signature {
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .ceo-message .cont-wrap .message .signature {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ceo-message .cont-wrap .message .signature {
    margin-top: 0.25rem;
    letter-spacing: 0.005rem;
  }
}

/*
*　=========== 採用情報 ===========
*/
.recruit-link {
  background: url(../img/top/recruit-link/bg_pc.png);
  background-size: cover;
  text-align: center;
  color: white;
  padding: 0.9rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-link {
    background-image: url(../img/top/recruit-link/bg_sp.png);
    padding: 0.55rem 0 0.6rem;
  }
}
.recruit-link .title {
  font-size: 0.3rem;
  letter-spacing: 0.025rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.24rem;
}
@media screen and (max-width: 767px) {
  .recruit-link .title {
    font-size: 0.24rem;
  }
}
.recruit-link .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
  width: 0.48rem;
  height: 0.02rem;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .recruit-link .title::after {
    width: 0.42rem;
  }
}
.recruit-link .lead {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-link .lead {
    text-align: left;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px), print {
  .recruit-link .links {
    display: flex;
    justify-content: space-between;
    margin-top: 0.48rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-link .links {
    margin-top: 0.48rem;
  }
}
@media screen and (min-width: 768px), print {
  .recruit-link .links .item {
    width: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-link .links .item:first-child {
    margin-bottom: 0.2rem;
  }
}

/*
*
*
*
*　採用ページ
*
*
*
*/
/*
*　=========== 会社の特徴 ===========
*/
.company-features {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .company-features {
    margin-top: 0.26rem;
  }
}
.company-features .title {
  font-size: 0.26rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-features .title {
    font-size: 0.2rem;
  }
}
.company-features .title img {
  margin: 0 auto 0.14rem;
  width: 0.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .company-features .title img {
    width: 0.5rem;
    margin: 0 auto 0.12rem;
  }
}
.company-features .lead {
  margin-top: 0.12rem;
}
@media screen and (max-width: 767px) {
  .company-features .lead {
    margin-top: 0.17rem;
    text-align: left;
    line-height: 1.34;
  }
}

/*
*　=========== 求める人材 ===========
*/
@media screen and (min-width: 768px), print {
  .recruit-person .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -0.2rem;
  }
}
.recruit-person .list li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  background-color: #fff5f9;
  border-radius: 0.1rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .recruit-person .list li {
    width: 5.9rem;
    font-size: 0.17rem;
    letter-spacing: 0.008rem;
    padding: 0.25rem 0.2rem;
    padding-left: 0.73rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-person .list li {
    font-size: 0.143rem;
    line-height: 1.4;
    letter-spacing: 0rem;
    padding: 0.24rem 0;
    padding-left: 0.59rem;
    padding-right: 0.1rem;
    margin-bottom: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-person .list li.-sp-2-lines {
    padding-top: 0.14rem;
    padding-bottom: 0.14rem;
  }
}
.recruit-person .list li img {
  width: 0.34rem;
  position: absolute;
  left: 0.25rem;
  top: 0.24rem;
}
@media screen and (max-width: 767px) {
  .recruit-person .list li img {
    width: 0.3rem;
    left: 0.19rem;
    top: 0.21rem;
  }
}

/*
*　=========== 先輩からのメッセージ ===========
*/
.recruit-message p {
  margin-top: -0.08rem;
}
@media screen and (max-width: 767px) {
  .recruit-message p {
    margin-top: 0.12rem;
    line-height: 1.35;
  }
}
.recruit-message .message-wrap {
  background-color: #fff5f9;
  border-radius: 0.1rem;
  padding: 0.35rem 0.35rem;
}
@media screen and (max-width: 767px) {
  .recruit-message .message-wrap {
    padding: 0.25rem 0.2rem;
  }
}
.recruit-message .message-wrap .item {
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 767px) {
  .recruit-message .message-wrap .item {
    margin-bottom: 0.3rem;
  }
}
.recruit-message .message-wrap .item:last-child {
  margin-bottom: 0;
}
.recruit-message .message-wrap p {
  margin-top: 0.1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit-message .message-wrap p {
    margin-top: 0.08rem;
    font-size: 0.135rem;
    line-height: 1.45;
    text-align: justify;
  }
}

@media screen and (min-width: 768px), print {
  .entry-btn {
    margin: 0.8rem 0 0.95rem;
  }
}
@media screen and (max-width: 767px) {
  .entry-btn {
    padding: 0 0.25rem;
    margin: 0.5rem 0 0.95rem;
  }
}

/*
*
*
*
*　お問い合わせページ
*
*
*
*/
/*
*　=========== 入力フォーム ===========
*/
.contact-form {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: -0.01rem;
  }
}
@media screen and (min-width: 768px), print {
  .contact-form .google-form-wrapper {
    width: 6.82rem;
    height: 7rem;
    margin: 0.3rem auto 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .google-form-wrapper {
    width: 100%;
    height: 4rem;
    margin: 0 auto 1.4rem;
  }
}

/*
*
*
*
*　プライバシーポリシーページ
*
*
*
*/
/*
*　=========== プライバシーポリシー文章 ===========
*/
.privacy {
  margin-top: 0.85rem;
}
@media screen and (max-width: 767px) {
  .privacy {
    margin-top: 0rem;
  }
}
.privacy .m-privacy-item {
  margin: -0.18rem 0 -0.15rem;
  letter-spacing: 0.0045rem;
}
@media screen and (max-width: 767px) {
  .privacy .m-privacy-item {
    margin: -0.03rem 0 -0.1rem;
  }
}
.privacy .m-privacy-item .section-title-secondary {
  margin-bottom: 0.36rem;
}
@media screen and (max-width: 767px) {
  .privacy .m-privacy-item .section-title-secondary {
    margin-bottom: 0rem;
  }
}
.privacy .m-privacy-item .content-title {
  font-size: 0.16rem;
  font-weight: 700;
  margin: 0.3rem 0 0.18rem;
}
@media screen and (max-width: 767px) {
  .privacy .m-privacy-item .content-title {
    line-height: 1.5;
    margin: 0.3rem 0 0.15rem;
  }
}
.privacy .m-privacy-item .content-title.-mt-narrow {
  margin: 0.1rem 0 0rem;
}
@media screen and (max-width: 767px) {
  .privacy .m-privacy-item .content-title.-mt-narrow {
    margin: -0.02rem 0 0rem;
    font-size: 0.15rem;
    line-height: 1.6;
  }
}
.privacy .m-privacy-item .lead-wrapper {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .privacy .m-privacy-item .lead-wrapper {
    letter-spacing: 0.003rem;
    line-height: 1.55;
  }
}
.privacy .m-privacy-item .lead-wrapper p {
  margin-bottom: 0.24rem;
  text-align: justify;
}
.privacy .m-privacy-item .lead-wrapper p .lh-1 {
  margin: -0.1rem 0 0;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .privacy .m-privacy-item .lead-wrapper p .lh-1 {
    line-height: 1.55;
  }
}
.privacy .m-privacy-item .lead-wrapper p .bl-1 {
  margin: -0.1rem 0 0;
  display: block;
}
.privacy .m-privacy-item .info {
  font-weight: 400;
  text-align: right;
  font-size: 0.14rem;
  line-height: 1.8;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .privacy .m-privacy-item .info {
    line-height: 1.55;
  }
}
.privacy .m-privacy-item a {
  color: #e5016a;
  text-decoration: underline;
}
.privacy .m-privacy-item b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #676767;
  display: block;
  margin: 0.1rem 0 -0.1rem;
}
@media screen and (max-width: 767px) {
  .privacy .m-privacy-item b {
    margin: 0.1rem 0 -0.1rem;
  }
}/*# sourceMappingURL=style.css.map */