@charset "UTF-8";
/*
Theme Name: SANN
*/
/* ----------------------------- リセット */
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, 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;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  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;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: min(0.83333vw,16px);
  margin-top: 0;
  word-break: break-all;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 4.26667vw;
  }
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: min(0.67708vw,13px);
}
@media screen and (max-width: 768px) {
  #entrybody li li {
    font-size: 3.46667vw;
  }
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1,
#entrybody h2 {
  font-size: min(1.40625vw,27px);
  line-height: 150%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #entrybody h1,
  #entrybody h2 {
    font-size: 7.2vw;
  }
}
#entrybody h3 {
  font-size: min(1.19792vw,23px);
  line-height: 150%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #entrybody h3 {
    font-size: 6.13333vw;
  }
}
#entrybody h4 {
  font-size: min(1.04167vw,20px);
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #entrybody h4 {
    font-size: 5.33333vw;
  }
}
#entrybody h5 {
  font-size: min(0.9375vw,18px);
  line-height: 150%;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #entrybody h5 {
    font-size: 4.8vw;
  }
}
#entrybody h6 {
  font-size: min(0.83333vw,16px);
  line-height: 150%;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #entrybody h6 {
    font-size: 4.26667vw;
  }
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #fff;
  color: #fff;
  font-size: min(0.78125vw,15px);
}
@media screen and (max-width: 768px) {
  #entrybody table thead {
    font-size: 4vw;
  }
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}
#entrybody hr {
  max-width: 86px;
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: min(0.625vw,12px);
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wp-caption {
    font-size: 3.2vw;
  }
}
.wp-caption img {
  margin: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(100% - 10px);
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 1040px) {
  #entrybody {
    font-size: min(0.78125vw,15px);
  }
}
@media screen and (max-width: 1040px) and (max-width: 768px) {
  #entrybody {
    font-size: 4vw;
  }
}

@media screen and (max-width: 1040px) {
  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  html {
    font-size: 45%;
  }
}

body {
  font-size: min(0.83333vw,16px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 200%;
  color: #202020;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-all;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.26667vw;
  }
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #dbdbdb;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-moz-placeholder {
  color: #dbdbdb;
}

::-placeholder {
  color: #dbdbdb;
}

a {
  color: #2f9dd6;
  text-decoration: underline;
}
a:hover {
  color: #2f9dd6;
  text-decoration: none;
}
a, a img {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
.tb-only {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1550px) {
  .tb-only {
    display: block;
  }
}
img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

/*=======================================
ヘッダー
=========================================*/
.l-header__logo {
  position: fixed;
  top: min(0.625vw,12px);
  left: min(0.625vw,12px);
  z-index: 9999;
  font-weight: 400;
  border-radius: 6px;
}
.l-header__logo img {
  width: min(8.38542vw,161px);
}
.l-header__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: min(0.83333vw,16px) min(1.04167vw,20px);
}
.l-header__logo span {
  color: #AA0011;
  font-size: min(0.72917vw,14px);
  margin-left: min(0.625vw,12px);
  margin-top: min(0.26042vw,5px);
}
@media screen and (max-width: 768px) {
  .l-header__logo span {
    font-size: 3.73333vw;
  }
}
.l-header__nav {
  position: fixed;
  top: min(1.04167vw,20px);
  right: min(1.04167vw,20px);
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.l-header__nav .nav1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
/*  padding-left: 30px;*/
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 8px 0 0 8px;
}
.is-home .l-header__nav .nav1 {
  background: rgba(0, 0, 0, 0.3);
}
.is-home .l-header__nav .nav1 li a {
  color: #fff;
}
.l-header__nav .nav1 li a {
  display: block;
  padding: min(1.04167vw,20px) min(0.9375vw,18px);
  color: #000;
  text-decoration: none;
  line-height: 120%;
  text-align: center;
  font-weight: 700;
}
.l-header__nav .nav1 li a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.l-header__nav .nav1 li a:hover span.is-en {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.l-header__nav .nav1 li a:hover span.is-jp {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-header__nav .nav1 li i {
  display: block;
  position: relative;
  font-style: normal;
}
.l-header__nav .nav1 li span {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  font-size: min(0.83333vw,16px);
}
@media screen and (max-width: 768px) {
  .l-header__nav .nav1 li span {
    font-size: 4.26667vw;
  }
}
.l-header__nav .nav1 li span.is-en {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-header__nav .nav1 li span.is-jp {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  letter-spacing: 0.2em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-header__nav .nav1 li.recruit {
  margin-left: min(0.78125vw,15px);
}
.l-header__nav .nav1 li.recruit a {
  background: #E00019;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: min(10.41667vw,200px);
  color: #fff;
  box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}
.l-header__nav .nav1 li.recruit a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #c70016;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
.l-header__nav .nav1 li.recruit a:hover:before {
  width: 100%;
}
.l-header__nav .nav1 li.recruit span {
  display: inline-block;
  background: url(img/common/icon_blank-white.svg) no-repeat right center;
  background-size: min(0.72917vw,14px) min(0.72917vw,14px);
  padding-right: min(1.66667vw,32px);
  position: relative;
  z-index: 2;
  width: auto;
}
.l-header__nav .nav2 {
/*  margin-top: min(1.770 83vw,34px);*/
  margin-left: min(0.83333vw,16px);
  width: min(9.375vw,180px);
  pointer-events: auto;
}
.l-header__nav .nav2 li {
/*  margin-bottom: min(0.78125vw,15px);*/
  margin-bottom: min(0.8333vw,16px);
}
.l-header__nav .nav2 li:last-child {
  margin-bottom: 0;
}
.l-header__nav .nav2 a {
  display: block;
  color: #fff;
/*  font-size: min(1.04167vw,20px);*/
  font-size: min(0.9375vw,18px);
  line-height: 120%;
  font-weight: 700;
  text-align: center;
/*  padding: min(0.67708vw,13px) min(0.15625vw,3px);*/
  padding: min(0.41666vw,8px) min(0.15625vw,3px);
  background: #E10019;
  box-shadow: 0 min(0.78125vw,15px) min(1.30208vw,25px) rgba(0, 0, 0, 0.1);
  text-decoration: none;
  position: relative;
}
/*@media screen and (max-width: 768px) {
  .l-header__nav .nav2 a {
    font-size: 5.33333vw;
  }
}*/
.l-header__nav .nav2 a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #c70016;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
.l-header__nav .nav2 a:hover:before {
  width: 100%;
}
.l-header__nav .nav2 a span {
  display: inline-block;
  background: url(img/common/arrow_2-white.png) no-repeat right center;
  background-size: min(1.45833vw,28px) min(0.72917vw,14px);
  padding-right: min(1.66667vw,32px);
  padding-left: min(1.66667vw,32px);
  position: relative;
  z-index: 3;
}
.l-header__nav .nav2 i {
  font-style: normal;
}
@media screen and (min-width: 769px) and (max-width: 1530px) {
  .l-header__nav .nav2 {
    margin-left: min(0.41667vw,8px);
    width: min(7.8125vw,150px);
  }
  .l-header__nav .nav2 a {
    font-size: min(0.88542vw,17px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1530px) and (max-width: 768px) {
  .l-header__nav .nav2 a {
    font-size: 4.53333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1530px) {
  .l-header__nav .nav2 a span {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-header.is-scrolled_logo .l-header__logo {
    top: min(1.04167vw,20px);
    left: min(1.04167vw,20px);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  .l-header.is-scrolled_logo .l-header__logo a {
    padding: min(1.09375vw,21px) min(1.25vw,24px);
  }
  .l-header.is-scrolled .l-header__nav .nav1 {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  .l-header.is-scrolled .l-header__nav .nav1 li a {
    color: #222;
  }
  .l-header.is-scrolled .l-header__nav .nav1 li.recruit a {
    color: #fff;
  }
}

/*=======================================
ローディング
=========================================*/
.l-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  background: #fff;
}
.l-loading .logo {
  position: absolute;
  left: 50vw;
  top: 50vh;
  margin-left: -100px;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  position: relative;
  z-index: 2;
}
.l-loading .logo img {
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  position: relative;
  top: 15px;
}
.l-loading.is-loaded .logo {
  opacity: 1;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.l-loading.is-loaded .logo img {
  top: 0;
}
.l-loading.is-finish .logo {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  opacity: 0;
}
.l-loading.is-finish2 {
  height: 0;
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  padding-top: 60px;
  padding-bottom: 110px;
  margin-bottom: 72px;
  min-height: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.is-company .l-pagetitle, .is-digitalmarketing .l-pagetitle, .is-dxwelfare .l-pagetitle, .is-hrs .l-pagetitle, .is-inclusivesupport .l-pagetitle, .is-salespromotion .l-pagetitle, .is-welfarefacility .l-pagetitle {
  margin-bottom: 0;
}
.l-pagetitle:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F9F9F9;
  z-index: 1;
  width: 46.71875%;
  height: 75%;
}
.l-pagetitle .img1 {
  position: absolute;
  width: 57%;
  right: 40px;
  top: 0;
  z-index: 2;
}
.l-pagetitle .img1 img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.l-pagetitle .img1:before, .l-pagetitle .img1:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.l-pagetitle .img1:before {
  z-index: 2;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.l-pagetitle .img1:after {
  z-index: 0;
  left: 20px;
  top: 20px;
  background: -moz-linear-gradient(left, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
  background: -webkit-linear-gradient(left, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
  background: linear-gradient(to right, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa0011', endColorstr='#aa0011',GradientType=1 );
}
.l-pagetitle .txt1 {
  position: relative;
  z-index: 3;
  width: 100%;
}
.l-pagetitle .txt1 .en {
  font-size: 120px;
  font-size: 12rem;
  font-weight: 900;
  line-height: 95%;
  letter-spacing: -0.05em;
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #DF0019;
  margin-bottom: 12px;
}
.l-pagetitle .txt1 .en em {
  font-size: 200px;
  font-size: 20rem;
}
.l-pagetitle .txt1 .en.gray {
  color: #333;
  line-height: 80%;
}
.l-pagetitle .txt1 .en.brown {
  color: #AA5F00;
  line-height: 80%;
}
.l-pagetitle .txt1 .en.sep {
  margin-bottom: 32px;
}
.l-pagetitle .txt1 .h {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 20px 1px;
  position: relative;
  z-index: 9;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
}
.l-pagetitle .txt1 .h:before, .l-pagetitle .txt1 .h:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-pagetitle .txt1 .h:before {
  z-index: -1;
  background: #222;
  left: 0;
  top: 0;
}
.l-pagetitle .txt1 .h:after {
  z-index: -2;
  left: 10px;
  top: 10px;
  background: #fcf5f6;
  background: -moz-linear-gradient(left, #fcf5f6 0%, #ab0213 100%);
  background: -webkit-linear-gradient(left, #fcf5f6 0%, #ab0213 100%);
  background: linear-gradient(to right, #fcf5f6 0%, #ab0213 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf5f6', endColorstr='#ab0213',GradientType=1 );
}
.l-pagetitle .txt1 .h span {
  display: block;
  position: relative;
  padding-left: 145px;
}
.l-pagetitle .txt1 .h span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 133px;
  border-top: 1px solid #fff;
}
.l-pagetitle.alt {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 100px;
  min-height: initial;
}
.l-pagetitle.alt:before {
  display: none;
}
.l-pagetitle.alt .txt1 {
  display: flex;
  align-items: center;
}
.l-pagetitle.alt .txt1 .en {
  margin-right: 85px;
}
.l-pagetitle.alt2 {
  min-height: initial;
  padding-top: 30px;
  margin-bottom: 0;
}
.l-pagetitle.alt2:before {
  display: none;
}
.l-pagetitle__recruit {
  padding-top: 260px;
  padding-bottom: 150px;
  height: min(35vw,672px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-pagetitle__recruit .en {
  margin-bottom: 30px;
}
.l-pagetitle__recruit .h {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 140%;
}

/*=======================================
パンくずリスト
=========================================*/
.l-breadcrumb {
  border-top: 1px solid rgba(170, 0, 17, 0.3);
  padding-top: 5px;
  margin-top: 200px;
  margin-bottom: 15px;
}
.is-company .l-breadcrumb, .is-message .l-breadcrumb, .is-casestudy .l-breadcrumb, .is-digitalmarketing .l-breadcrumb, .is-dxwelfare .l-breadcrumb, .is-hrs .l-breadcrumb, .is-inclusivesupport .l-breadcrumb, .is-salespromotion .l-breadcrumb, .is-welfarefacility .l-breadcrumb, .is-single .l-breadcrumb {
  margin-top: 0;
}
.is-contact-child .l-breadcrumb {
  margin-top: 200px;
}
.l-breadcrumb ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.l-breadcrumb li {
  color: #AA0011;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 120%;
}
.l-breadcrumb li:before {
  display: inline-block;
  content: "　/　";
  vertical-align: middle;
}
.l-breadcrumb li:first-child:before {
  display: none;
}
.l-breadcrumb li a {
  color: #F79DA5;
  text-decoration: none;
}

/*=======================================
コンテンツ
=========================================*/
.l-contents {
  padding-top: 120px;
}
.is-home .l-contents, .is-recruit .l-contents, .is-recruit-child .l-contents, .is-data .l-contents, .is-data-2 .l-contents, .is-environment .l-contents, .is-interview .l-contents, .is-career .l-contents, .is-career-child .l-contents, .is-internship .l-contents, .is-graduate .l-contents, .is-graduate-child .l-contents, .is-message-2 .l-contents, .is-field .l-contents {
  padding-top: 0;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  margin-top: 50px;
}
.l-footer__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.l-footer__logo .sns {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.l-footer__logo .sns li {
  margin-right: 15px;
}
.l-footer__logo .sns li:last-child {
  margin-right: 0;
}
.l-footer__logo .address {
  width: 100%;
  letter-spacing: 0.12em;
  line-height: 140%;
  margin-top: 18px;
  font-weight: 500;
  color: #AA0011;
}
.l-footer__menu {
  margin-bottom: 75px;
}
.l-footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.l-footer__menu li {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-right: 30px;
  display: flex;
  white-space: nowrap;
}
.l-footer__menu li a {
  display: block;
  text-decoration: none;
  color: #AA0011;
}
.l-footer__menu li a:hover {
  text-decoration: underline;
}
.l-footer__menu li img {
  vertical-align: 1px;
  margin-left: 5px;
}
.l-footer__menu li:last-child {
  margin-right: 0;
}
.l-footer__menu li ul {
  position: relative;
  margin-left: 30px;
  padding-left: 40px;
  margin-bottom: 0;
}
.l-footer__menu li ul:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-right: 1px solid #DA6470;
  height: 22px;
  width: 1px;
}
.l-footer__menu li li {
  margin-right: 25px;
}
.l-footer__menu li li a {
  color: #DA6470;
}
.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 120%;
  padding-bottom: 12px;
  color: #AA0011;
}

/*=======================================
ページトップへ
=========================================*/
.l-pagetop {
  display: flex;
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
.is-home .l-pagetop {
  margin-top: 85px;
}
.l-pagetop a {
  color: #AA0011;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #AA0011;
  padding-top: 22px;
  padding-bottom: 5px;
  text-align: center;
  width: 100px;
  font-weight: 500;
  position: relative;
}
.l-pagetop a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(img/common/pagetop.svg) no-repeat center top;
  background-size: 17px 9px;
  width: 17px;
  height: 9px;
}
.l-pagetop a:hover:before {
  animation: 1.5s ease 0s infinite arrowUp;
}
@keyframes arrowUp {
  0% {
    opacity: 1;
    top: 0;
  }
  45% {
    opacity: 0;
    top: -6px;
  }
  55% {
    opacity: 0;
    top: 6px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/* ----------------------------- タブレット（769～1024px） */
/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 180%;
    min-width: initial;
  }

  .l-header {
    position: relative;
  }
  .l-header:before {
    display: block;
    content: "";
    position: fixed;
    z-index: 8998;
    width: 100%;
    height: 49px;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .l-header.is-open:before, .l-header.is-finish:before {
    opacity: 1;
  }
  .l-header.is-scrolled:before {
    opacity: 1;
  }
  .is-home .l-header__nav .nav1 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .is-home .l-header__nav .nav1 li a {
    color: #fff !important;
  }
  .l-header__logo {
    position: fixed;
/*    left: 15px;*/
    left: 5px;
    top: 10px;
    z-index: 8999;
  }
  .l-header__logo img {
/*    width: 100px;*/
    width: 90px;
  }
  .l-header__logo span {
/*    font-size: 10px;*/
/*    font-size: 1.0rem;*/
    font-size: 8px;
    font-size: 0.8rem;
/*    margin-left: 8px;*/
    margin-left: 6px;
  }
  .l-header__btn {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 8999;
    background: #fff;
    padding: 18px 8px;
  }
  .l-header__btn span {
    display: block;
    width: 20px;
    height: 1px;
    margin-left: 0;
    background: #E60012;
    position: relative;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .l-header__btn span:before, .l-header__btn span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 1px solid #E60012;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .l-header__btn span:before {
    top: -5px;
  }
  .l-header__btn span:after {
    bottom: -5px;
  }
  .l-header__btn.is-open span {
    background: transparent;
  }
  .l-header__btn.is-open span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header__btn.is-open span:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header__nav {
    position: static;
  }
  .l-header__nav .nav1 {
    display: none;
    position: fixed;
    width: 100%;
    top: 49px;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 20px;
    padding-top: 0;
    overflow: auto;
    max-height: calc(100% - 54px);
    border-radius: 0;
  }
  .l-header__nav .nav1 li {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-header__nav .nav1 li a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 140%;
    color: #fff;
  }
  .l-header__nav .nav1 li a:hover span.is-en {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-header__nav .nav1 li i {
    display: flex;
    align-items: center;
  }
  .l-header__nav .nav1 li span {
    width: auto;
  }
  .l-header__nav .nav1 li span.is-en {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-header__nav .nav1 li span.is-jp {
    display: block;
    margin-left: 18px;
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 13px;
    font-size: 1.3rem;
  }
  .l-header__nav .nav1 li.recruit {
    position: relative;
    margin-top: -1px;
    margin-left: 0;
    z-index: 1;
    border-bottom: 0;
  }
  .l-header__nav .nav1 li.recruit a {
    width: auto;
  }
  .l-header__nav .nav1 li.recruit span {
    background-size: 14px 14px;
    padding-right: 32px;
  }
  .l-header__nav .nav2 {
    position: fixed;
    width: auto;
    top: 0;
    right: 46px;
    display: flex;
    z-index: 8999;
  }
  .l-header__nav .nav2 li {
    margin-left: 3px;
  }
  .l-header__nav .nav2 li:first-child {
    margin-left: 0;
  }
  .l-header__nav .nav2 a {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    padding: 4px 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header__nav .nav2 a span {
    background: none;
    padding-right: 0;
    padding-left: 0;
  }

  .l-loading .logo {
    margin-left: -70px;
    margin-top: -13px;
  }
  .l-loading .logo img {
    width: 140px;
    height: 27px;
  }

  .l-pagetitle {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    min-height: 48vw;
  }
  .l-pagetitle:before {
    width: 100%;
    height: 55%;
  }
  .l-pagetitle .txt1 .en {
    font-size: 50px;
    font-size: 5rem;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.6);
  }
  .l-pagetitle .txt1 .en em {
    font-size: 80px;
    font-size: 8rem;
  }
  .l-pagetitle .txt1 .h {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 12px;
    padding-right: 12px;
  }
  .l-pagetitle .txt1 .h:after {
    top: 6px;
    left: 6px;
  }
  .l-pagetitle .txt1 .h span {
    padding-left: 55px;
  }
  .l-pagetitle .txt1 .h span:before {
    width: 43px;
  }
  .l-pagetitle .img1 {
    width: 75%;
    height: 100%;
    right: 0;
  }
  .l-pagetitle .img1:after {
    display: none;
    left: 10px;
    top: 10px;
  }
  .l-pagetitle .img1 img {
    height: 100%;
  }
  .l-pagetitle.alt {
    margin-bottom: 40px;
  }
  .l-pagetitle.alt .txt1 {
    display: block;
  }
  .l-pagetitle.alt .txt1 .en {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .l-pagetitle__recruit {
    padding-top: 100px;
    padding-bottom: 40px;
    height: auto;
  }
  .l-pagetitle__recruit .en {
    margin-bottom: 15px;
  }
  .l-pagetitle__recruit .en img {
    width: auto;
    max-height: 30px;
  }
  .l-pagetitle__recruit .h {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .l-breadcrumb {
    margin-top: 100px;
  }
  .is-contact-child .l-breadcrumb {
    margin-top: 100px;
  }
  .l-breadcrumb li {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .l-contents {
    padding-top: 54px;
  }

  .l-footer {
    margin-top: 40px;
  }
  .is-home .l-footer {
    margin-top: 80px;
  }
  .l-footer__logo {
    justify-content: center;
    margin-bottom: 30px;
  }
  .l-footer__logo .logo {
    margin-left: 55px;
  }
  .l-footer__logo .sns {
    margin-left: 25px;
  }
  .l-footer__logo .address {
    text-align: center;
    line-height: 155%;
  }
  .l-footer__menu {
    display: none;
  }
  .l-footer__copyright {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/*=======================================
ページ
=========================================*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

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

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

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

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-col {
  color: #DF0019;
}
.u-col__red {
  color: #F33;
}
.u-col__darkred {
  color: #AA0011;
}
.u-col__blue {
  color: #36F;
}

.u-mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-gothic {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.u-italic {
  font-style: italic;
}

.u-bold {
  font-style: bold;
}

.u-underline {
  font-style: underline;
}

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

.u-right {
  text-align: right !important;
}
.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}
.u-left th, .u-left td {
  text-align: left !important;
}

.u-top {
  vertical-align: top !important;
}
.u-top th, .u-top td {
  vertical-align: top !important;
}

.u-middle {
  vertical-align: middle !important;
}
.u-middle th, .u-middle td {
  vertical-align: middle !important;
}

.u-bottom {
  vertical-align: bottom !important;
}
.u-bottom th, .u-bottom td {
  vertical-align: bottom !important;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-anchor {
  position: relative;
  margin-top: -70px;
  padding-top: 70px;
}

.c-wrap {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__1320 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__1500 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.c-wrap__1580 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.c-wrap-separate {
  padding-left: 90px;
  padding-right: 90px;
}

.u-bg1 {
  background: #f6f6f6;
}

.c-separate1 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.c-btn1 {
  margin-top: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.c-btn1.is-row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  z-index: 9;
}
.c-btn1.is-row a,
.c-btn1.is-row p.anchor {
  display: block;
}
.c-btn1 .lead {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #DF0019;
}
.c-btn1 a,
.c-btn1 p.anchor {
  color: #fff;
  background: #DF0019;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 24px 10px;
  position: relative;
}
.c-btn1 a span,
.c-btn1 p.anchor span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  z-index: 2;
}
.c-btn1 a:before,
.c-btn1 p.anchor:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  background: rgba(0, 0, 0, 0.1);
}
.c-btn1 a:hover:before,
.c-btn1 p.anchor:hover:before {
  width: 100%;
}
.c-btn1 a.black,
.c-btn1 p.anchor.black {
  background: #000;
}
.c-btn1 a.black:before,
.c-btn1 p.anchor.black:before {
  background: rgba(255, 255, 255, 0.15);
}
.c-btn1 a.note,
.c-btn1 p.anchor.note {
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-btn1 a.note span,
.c-btn1 p.anchor.note span {
  background-image: url(img/common/icon_note.svg);
  background-size: 27px 30px;
  padding-left: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.c-btn1 a.instagram,
.c-btn1 p.anchor.instagram {
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-btn1 a.instagram span,
.c-btn1 p.anchor.instagram span {
  background-image: url(img/common/icon_instagram-white.png);
  background-size: 30px 30px;
  padding-left: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.c-btn1 a.blank span,
.c-btn1 p.anchor.blank span {
  background-image: url(img/common/icon_blank-white.svg);
  background-position: right center;
  background-size: 14px 14px;
  padding-right: 30px;
}
.c-btn1.left {
  justify-content: flex-start;
}

.c-btn2 a {
  display: inline-block;
  text-align: center;
  padding: 9px 28px 10px;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  line-height: 120%;
}
.c-btn2 a.blank span {
  background-image: url(img/common/icon_blank.svg);
  background-position: right center;
  background-size: 12px 12px;
  padding-right: 24px;
}
.c-btn2 span {
  display: inline-block;
  background-repeat: no-repeat;
}

.c-btn3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn3.left {
  justify-content: flex-start;
}
.c-btn3.left a {
  margin-left: 0;
  margin-right: 30px;
}
.c-btn3 a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding: 26px 15px;
  line-height: 140%;
  background: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.c-btn3 a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.c-btn3 a:hover:before {
  width: 100%;
}
.c-btn3 a.white {
  background: #fff;
  color: #000;
  border: 3px solid #ccc;
  padding: 23px 12px;
}
.c-btn3 a.white:before {
  background-color: rgba(0, 0, 0, 0.05);
}
.c-btn3 a.white span {
  background-image: url(img/common/arrow_2.png);
}
.c-btn3 span {
  display: inline-block;
  background: url(img/common/arrow_2-white.png) no-repeat right center;
  padding-right: 35px;
  padding-left: 35px;
  position: relative;
  z-index: 2;
}

.c-title1 {
  white-space: nowrap;
}
.c-title1 .h {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 12px;
  color: #AA0011;
}
.c-title1 .en {
  font-size: 120px;
  font-size: 12rem;
  font-weight: 900;
  line-height: 95%;
  letter-spacing: -0.05em;
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #DF0019;
}
.c-title1 .en.s {
  font-size: 100px;
  font-size: 10rem;
  line-height: 80%;
}
.c-title1 .en.lh100 {
  line-height: 100%;
}
.c-title1 .t {
  margin-top: 45px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #AA0011;
}
.c-title1 .t.l {
  font-size: 30px;
  font-size: 3rem;
  margin-top: 10px;
}
.c-title1.white .h,
.c-title1.white .en,
.c-title1.white .t {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-title1.pc-white .h,
  .c-title1.pc-white .en,
  .c-title1.pc-white .t {
    color: #fff;
  }
}

.c-title2 {
  margin-bottom: 50px;
}
.c-title2 .h {
  font-size: 20px;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 500;
  color: #AA0011;
  margin-bottom: 15px;
}
.c-title2 .en {
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 900;
  color: #333;
  line-height: 80%;
  letter-spacing: -0.05em;
  font-size: 100px;
  font-size: 10rem;
}
.c-title2 .en.brown {
  color: #AA5F00;
}
.c-title2 .en.lh100 {
  line-height: 100%;
}

.c-title3 {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.c-title3 .en {
  margin-right: 12px;
}
.c-title3 .h {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  position: relative;
  padding-left: 130px;
}
.c-title3 .h:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 1px solid #000;
  width: 100px;
}
.c-title3.white .en,
.c-title3.white .h {
  color: #fff;
}
.c-title3.white .h:before {
  border-top-color: #fff;
}
.c-title3.red .en,
.c-title3.red .h {
  color: #E00019;
}
.c-title3.red .h:before {
  border-top-color: #E00019;
}

.c-table1 table {
  width: 100%;
}
.c-table1 th,
.c-table1 td {
  line-height: 140%;
  padding: 24px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #000;
}
.c-table1 tr:last-child th,
.c-table1 tr:last-child td {
  border-bottom: 1px solid #000;
}
.c-table1 th {
  font-size: 18px;
  font-size: 1.8rem;
  width: 250px;
  letter-spacing: 0.2em;
  vertical-align: middle;
  font-weight: 400;
  padding-right: 0;
  text-align: left;
}
.c-table1 td {
  width: calc(100% - 250px);
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.c-table__nostyle {
  width: 100%;
}
.c-table__nostyle th, .c-table__nostyle td {
  padding: 2px 0 !important;
  border: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background: transparent;
}

.js-tab__content {
  display: none;
}
.js-tab__content.is-active {
  display: block;
}

.u-googlemap-wrap {
  position: relative;
  padding-bottom: 67.3462%;
  height: 0;
  overflow: hidden;
}
.u-googlemap-wrap iframe,
.u-googlemap-wrap object,
.u-googlemap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-googlecalendar-wrap {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.u-googlecalendar-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.u-youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-animate {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animate.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.js-animate--delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.js-animate--delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.js-animate--delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.js-animate--delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.js-animate--delay5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.js-animate--delay6 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.js-animate--delay7 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.js-animate--delay8 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.js-animate--delay9 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.js-animate--delay10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.js-animate--delay11 {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.js-animate--delay12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.js-animate--delay13 {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}
.js-animate--delay14 {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.js-animate--delay15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.js-animate--delay16 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.js-animate--delay17 {
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}
.js-animate--delay18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.js-animate--delay19 {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}
.js-animate--delay20 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.js-animate--delay21 {
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}
.js-animate--delay22 {
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.js-animate--delay23 {
  -webkit-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}
.js-animate--delay24 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}
.js-animate--delay25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}
.js-animate--delay26 {
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.js-animate--delay27 {
  -webkit-animation-delay: 2.7s !important;
  animation-delay: 2.7s !important;
}
.js-animate--delay28 {
  -webkit-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}
.js-animate--delay29 {
  -webkit-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}
.js-animate--delay30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.js-animate--delay31 {
  -webkit-animation-delay: 3.1s !important;
  animation-delay: 3.1s !important;
}
.js-animate--delay32 {
  -webkit-animation-delay: 3.2s !important;
  animation-delay: 3.2s !important;
}
.js-animate--delay33 {
  -webkit-animation-delay: 3.3s !important;
  animation-delay: 3.3s !important;
}
.js-animate--delay34 {
  -webkit-animation-delay: 3.4s !important;
  animation-delay: 3.4s !important;
}
.js-animate--delay35 {
  -webkit-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important;
}
.js-animate--delay36 {
  -webkit-animation-delay: 3.6s !important;
  animation-delay: 3.6s !important;
}
.js-animate--delay37 {
  -webkit-animation-delay: 3.7s !important;
  animation-delay: 3.7s !important;
}
.js-animate--delay38 {
  -webkit-animation-delay: 3.8s !important;
  animation-delay: 3.8s !important;
}
.js-animate--delay39 {
  -webkit-animation-delay: 3.9s !important;
  animation-delay: 3.9s !important;
}
.js-animate--delay40 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.js-animate--duration1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.js-animate--duration2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.js-animate--duration3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.js-animate--duration4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.4s !important;
}
.js-animate--duration5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.js-animate--duration6 {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}
.js-animate--duration7 {
  -webkit-animation-duration: 0.7s !important;
  animation-duration: 0.7s !important;
}
.js-animate--duration8 {
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
}
.js-animate--duration9 {
  -webkit-animation-duration: 0.9s !important;
  animation-duration: 0.9s !important;
}
.js-animate--duration10 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.js-animate--duration11 {
  -webkit-animation-duration: 1.1s !important;
  animation-duration: 1.1s !important;
}
.js-animate--duration12 {
  -webkit-animation-duration: 1.2s !important;
  animation-duration: 1.2s !important;
}
.js-animate--duration13 {
  -webkit-animation-duration: 1.3s !important;
  animation-duration: 1.3s !important;
}
.js-animate--duration14 {
  -webkit-animation-duration: 1.4s !important;
  animation-duration: 1.4s !important;
}
.js-animate--duration15 {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}
.js-animate--duration16 {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
}
.js-animate--duration17 {
  -webkit-animation-duration: 1.7s !important;
  animation-duration: 1.7s !important;
}
.js-animate--duration18 {
  -webkit-animation-duration: 1.8s !important;
  animation-duration: 1.8s !important;
}
.js-animate--duration19 {
  -webkit-animation-duration: 1.9s !important;
  animation-duration: 1.9s !important;
}
.js-animate--duration20 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.js-animate--duration21 {
  -webkit-animation-duration: 2.1s !important;
  animation-duration: 2.1s !important;
}
.js-animate--duration22 {
  -webkit-animation-duration: 2.2s !important;
  animation-duration: 2.2s !important;
}
.js-animate--duration23 {
  -webkit-animation-duration: 2.3s !important;
  animation-duration: 2.3s !important;
}
.js-animate--duration24 {
  -webkit-animation-duration: 2.4s !important;
  animation-duration: 2.4s !important;
}
.js-animate--duration25 {
  -webkit-animation-duration: 2.5s !important;
  animation-duration: 2.5s !important;
}
.js-animate--duration26 {
  -webkit-animation-duration: 2.6s !important;
  animation-duration: 2.6s !important;
}
.js-animate--duration27 {
  -webkit-animation-duration: 2.7s !important;
  animation-duration: 2.7s !important;
}
.js-animate--duration28 {
  -webkit-animation-duration: 2.8s !important;
  animation-duration: 2.8s !important;
}
.js-animate--duration29 {
  -webkit-animation-duration: 2.9s !important;
  animation-duration: 2.9s !important;
}
.js-animate--duration30 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.js-animate--duration31 {
  -webkit-animation-duration: 3.1s !important;
  animation-duration: 3.1s !important;
}
.js-animate--duration32 {
  -webkit-animation-duration: 3.2s !important;
  animation-duration: 3.2s !important;
}
.js-animate--duration33 {
  -webkit-animation-duration: 3.3s !important;
  animation-duration: 3.3s !important;
}
.js-animate--duration34 {
  -webkit-animation-duration: 3.4s !important;
  animation-duration: 3.4s !important;
}
.js-animate--duration35 {
  -webkit-animation-duration: 3.5s !important;
  animation-duration: 3.5s !important;
}
.js-animate--duration36 {
  -webkit-animation-duration: 3.6s !important;
  animation-duration: 3.6s !important;
}
.js-animate--duration37 {
  -webkit-animation-duration: 3.7s !important;
  animation-duration: 3.7s !important;
}
.js-animate--duration38 {
  -webkit-animation-duration: 3.8s !important;
  animation-duration: 3.8s !important;
}
.js-animate--duration39 {
  -webkit-animation-duration: 3.9s !important;
  animation-duration: 3.9s !important;
}
.js-animate--duration40 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}
@media screen and (min-width: 769px) {
  .js-animate--delay1-pc {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
  }
  .js-animate--delay2-pc {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
  }
  .js-animate--delay3-pc {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
  }
  .js-animate--delay4-pc {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
  }
  .js-animate--delay5-pc {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
  }
  .js-animate--delay6-pc {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
  }
  .js-animate--delay7-pc {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
  }
  .js-animate--delay8-pc {
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
  }
  .js-animate--delay9-pc {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
  }
  .js-animate--delay10-pc {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
  }
  .js-animate--delay11-pc {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
  }
  .js-animate--delay12-pc {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
  }
  .js-animate--delay13-pc {
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
  }
  .js-animate--delay14-pc {
    -webkit-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important;
  }
  .js-animate--delay15-pc {
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
  }
  .js-animate--delay16-pc {
    -webkit-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important;
  }
  .js-animate--delay17-pc {
    -webkit-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
  }
  .js-animate--delay18-pc {
    -webkit-animation-delay: 1.8s !important;
    animation-delay: 1.8s !important;
  }
  .js-animate--delay19-pc {
    -webkit-animation-delay: 1.9s !important;
    animation-delay: 1.9s !important;
  }
  .js-animate--delay20-pc {
    -webkit-animation-delay: 2s !important;
    animation-delay: 2s !important;
  }
  .js-animate--delay21-pc {
    -webkit-animation-delay: 2.1s !important;
    animation-delay: 2.1s !important;
  }
  .js-animate--delay22-pc {
    -webkit-animation-delay: 2.2s !important;
    animation-delay: 2.2s !important;
  }
  .js-animate--delay23-pc {
    -webkit-animation-delay: 2.3s !important;
    animation-delay: 2.3s !important;
  }
  .js-animate--delay24-pc {
    -webkit-animation-delay: 2.4s !important;
    animation-delay: 2.4s !important;
  }
  .js-animate--delay25-pc {
    -webkit-animation-delay: 2.5s !important;
    animation-delay: 2.5s !important;
  }
  .js-animate--delay26-pc {
    -webkit-animation-delay: 2.6s !important;
    animation-delay: 2.6s !important;
  }
  .js-animate--delay27-pc {
    -webkit-animation-delay: 2.7s !important;
    animation-delay: 2.7s !important;
  }
  .js-animate--delay28-pc {
    -webkit-animation-delay: 2.8s !important;
    animation-delay: 2.8s !important;
  }
  .js-animate--delay29-pc {
    -webkit-animation-delay: 2.9s !important;
    animation-delay: 2.9s !important;
  }
  .js-animate--delay30-pc {
    -webkit-animation-delay: 3s !important;
    animation-delay: 3s !important;
  }
  .js-animate--delay31-pc {
    -webkit-animation-delay: 3.1s !important;
    animation-delay: 3.1s !important;
  }
  .js-animate--delay32-pc {
    -webkit-animation-delay: 3.2s !important;
    animation-delay: 3.2s !important;
  }
  .js-animate--delay33-pc {
    -webkit-animation-delay: 3.3s !important;
    animation-delay: 3.3s !important;
  }
  .js-animate--delay34-pc {
    -webkit-animation-delay: 3.4s !important;
    animation-delay: 3.4s !important;
  }
  .js-animate--delay35-pc {
    -webkit-animation-delay: 3.5s !important;
    animation-delay: 3.5s !important;
  }
  .js-animate--delay36-pc {
    -webkit-animation-delay: 3.6s !important;
    animation-delay: 3.6s !important;
  }
  .js-animate--delay37-pc {
    -webkit-animation-delay: 3.7s !important;
    animation-delay: 3.7s !important;
  }
  .js-animate--delay38-pc {
    -webkit-animation-delay: 3.8s !important;
    animation-delay: 3.8s !important;
  }
  .js-animate--delay39-pc {
    -webkit-animation-delay: 3.9s !important;
    animation-delay: 3.9s !important;
  }
  .js-animate--delay40-pc {
    -webkit-animation-delay: 4s !important;
    animation-delay: 4s !important;
  }
  .js-animate--duration1-pc {
    -webkit-animation-duration: 0.1s !important;
    animation-duration: 0.1s !important;
  }
  .js-animate--duration2-pc {
    -webkit-animation-duration: 0.2s !important;
    animation-duration: 0.2s !important;
  }
  .js-animate--duration3-pc {
    -webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
  }
  .js-animate--duration4-pc {
    -webkit-animation-duration: 0.4s !important;
    animation-duration: 0.4s !important;
  }
  .js-animate--duration5-pc {
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
  }
  .js-animate--duration6-pc {
    -webkit-animation-duration: 0.6s !important;
    animation-duration: 0.6s !important;
  }
  .js-animate--duration7-pc {
    -webkit-animation-duration: 0.7s !important;
    animation-duration: 0.7s !important;
  }
  .js-animate--duration8-pc {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
  }
  .js-animate--duration9-pc {
    -webkit-animation-duration: 0.9s !important;
    animation-duration: 0.9s !important;
  }
  .js-animate--duration10-pc {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
  }
  .js-animate--duration11-pc {
    -webkit-animation-duration: 1.1s !important;
    animation-duration: 1.1s !important;
  }
  .js-animate--duration12-pc {
    -webkit-animation-duration: 1.2s !important;
    animation-duration: 1.2s !important;
  }
  .js-animate--duration13-pc {
    -webkit-animation-duration: 1.3s !important;
    animation-duration: 1.3s !important;
  }
  .js-animate--duration14-pc {
    -webkit-animation-duration: 1.4s !important;
    animation-duration: 1.4s !important;
  }
  .js-animate--duration15-pc {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
  }
  .js-animate--duration16-pc {
    -webkit-animation-duration: 1.6s !important;
    animation-duration: 1.6s !important;
  }
  .js-animate--duration17-pc {
    -webkit-animation-duration: 1.7s !important;
    animation-duration: 1.7s !important;
  }
  .js-animate--duration18-pc {
    -webkit-animation-duration: 1.8s !important;
    animation-duration: 1.8s !important;
  }
  .js-animate--duration19-pc {
    -webkit-animation-duration: 1.9s !important;
    animation-duration: 1.9s !important;
  }
  .js-animate--duration20-pc {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
  }
  .js-animate--duration21-pc {
    -webkit-animation-duration: 2.1s !important;
    animation-duration: 2.1s !important;
  }
  .js-animate--duration22-pc {
    -webkit-animation-duration: 2.2s !important;
    animation-duration: 2.2s !important;
  }
  .js-animate--duration23-pc {
    -webkit-animation-duration: 2.3s !important;
    animation-duration: 2.3s !important;
  }
  .js-animate--duration24-pc {
    -webkit-animation-duration: 2.4s !important;
    animation-duration: 2.4s !important;
  }
  .js-animate--duration25-pc {
    -webkit-animation-duration: 2.5s !important;
    animation-duration: 2.5s !important;
  }
  .js-animate--duration26-pc {
    -webkit-animation-duration: 2.6s !important;
    animation-duration: 2.6s !important;
  }
  .js-animate--duration27-pc {
    -webkit-animation-duration: 2.7s !important;
    animation-duration: 2.7s !important;
  }
  .js-animate--duration28-pc {
    -webkit-animation-duration: 2.8s !important;
    animation-duration: 2.8s !important;
  }
  .js-animate--duration29-pc {
    -webkit-animation-duration: 2.9s !important;
    animation-duration: 2.9s !important;
  }
  .js-animate--duration30-pc {
    -webkit-animation-duration: 3s !important;
    animation-duration: 3s !important;
  }
  .js-animate--duration31-pc {
    -webkit-animation-duration: 3.1s !important;
    animation-duration: 3.1s !important;
  }
  .js-animate--duration32-pc {
    -webkit-animation-duration: 3.2s !important;
    animation-duration: 3.2s !important;
  }
  .js-animate--duration33-pc {
    -webkit-animation-duration: 3.3s !important;
    animation-duration: 3.3s !important;
  }
  .js-animate--duration34-pc {
    -webkit-animation-duration: 3.4s !important;
    animation-duration: 3.4s !important;
  }
  .js-animate--duration35-pc {
    -webkit-animation-duration: 3.5s !important;
    animation-duration: 3.5s !important;
  }
  .js-animate--duration36-pc {
    -webkit-animation-duration: 3.6s !important;
    animation-duration: 3.6s !important;
  }
  .js-animate--duration37-pc {
    -webkit-animation-duration: 3.7s !important;
    animation-duration: 3.7s !important;
  }
  .js-animate--duration38-pc {
    -webkit-animation-duration: 3.8s !important;
    animation-duration: 3.8s !important;
  }
  .js-animate--duration39-pc {
    -webkit-animation-duration: 3.9s !important;
    animation-duration: 3.9s !important;
  }
  .js-animate--duration40-pc {
    -webkit-animation-duration: 4s !important;
    animation-duration: 4s !important;
  }
}

/* フェードインしながら少し右へ */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInRight {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInRight.is--animate {
  -webkit-animation: fadeInRight 0.8s 1 ease-in-out;
  animation: fadeInRight 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し左へ */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInLeft {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInLeft.is--animate {
  -webkit-animation: fadeInLeft 0.8s 1 ease-in-out;
  animation: fadeInLeft 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-animateFadeInUp {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInUp.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインのみ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-animateFadeIn {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeIn.is--animate {
  -webkit-animation: fadeIn 0.8s 1 ease-in-out;
  animation: fadeIn 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .c-title1 .h {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .c-title1 .en {
    font-size: 50px;
    font-size: 5rem;
  }
  .c-title1 .en.s {
    font-size: 40px;
    font-size: 4rem;
  }
  .c-title1 .t {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }

  .c-title2 {
    margin-bottom: 30px;
  }
  .c-title2 .h {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-title2 .en {
    font-size: 45px;
    font-size: 4.5rem;
  }

  .c-title3 {
    margin-bottom: 30px;
  }
  .c-title3 .en img {
    height: 24px;
    width: auto;
  }
  .c-title3 .h {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 55px;
  }
  .c-title3 .h:before {
    width: 40px;
  }

  .c-btn1 {
    margin-top: 30px;
    display: block;
  }
  .c-btn1.is-row {
    display: block;
  }
  .c-btn1.is-row > div {
    margin-top: 30px;
  }
  .c-btn1.is-row > div:first-child {
    margin-top: 0;
  }
  .c-btn1 .lead {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .c-btn1 a,
  .c-btn1 p.anchor {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .c-btn3 {
    flex-direction: column;
  }
  .c-btn3 a {
    padding: 20px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    width: auto;
    margin-bottom: 20px;
    width: 100%;
  }
  .c-btn3 a:last-child {
    margin-bottom: 0;
  }
  .c-btn3 a.white {
    padding: 17px 15px;
  }
  .c-btn3.left a {
    margin-right: 0;
  }

  .c-table1 table,
  .c-table1 thead,
  .c-table1 tbody,
  .c-table1 tr,
  .c-table1 th,
  .c-table1 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-table1 th,
  .c-table1 td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 0;
  }
  .c-table1 th {
    text-align: left;
    padding-bottom: 8px;
  }
  .c-table1 td {
    padding-top: 8px;
    border-top: 0;
  }
  .c-table1 tr:last-child th {
    border-bottom: 0;
  }

  [class*="c-wrap"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  [class*="c-wrap"] [class*="c-wrap"] {
    padding-left: 0;
    padding-right: 0;
  }

  .js-table-xscroll__wrap {
    width: 100%;
    overflow-x: auto;
  }
  .js-table-xscroll__in {
    width: 1000px;
  }
}
/*=======================================
トップページ
=========================================*/
.p-top__kv {
  position: relative;
  height: min(52.6041vw,1010px);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-top__kv-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
/*  max-width: min(43.48958vw,835px);*/
  width: calc(50% - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 75%;
}
.p-top__kv-wrap:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: min(32.70833vw,628px);
  height: min(6.66667vw,128px);
  background: url(img/top/kv_bg1.svg) no-repeat left top;
  background-size: contain;
}
.p-top__kv:before, .p-top__kv:after {
  display: block;
  content: "";
  position: absolute;
}
.p-top__kv:before {
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(img/top/kv_txt1.svg) no-repeat left 33% #E00019;
  background-size: min(51.92708vw,997px) min(15.41667vw,296px), auto;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-top__kv:after {
  z-index: 9;
  right: 0;
  bottom: 0;
  background: url(img/top/kv_bg3_v2.png) no-repeat right bottom;
  background-size: 100% 100%;
  width: 100%;
  height: min(20.6770vw,397px);
}
.p-top__kv .lead {
  position: relative;
  z-index: 19;
  margin-left: min(1.5625vw,30px);
/*  margin-bottom: min(3.12vw,60px);*/
/*  margin-bottom: min(0.520833vw,10px);*/
  margin-bottom: min(1.56vw,30px);
  color: #fff;
}
.p-top__kv .lead .catch {
  font-size: min(2.76042vw,53px);
  letter-spacing: 0.06em;
  line-height: 140%;
  text-shadow: 0 0 0 transparent;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
@media screen and (max-width: 768px) {
  .p-top__kv .lead .catch {
    font-size: 14.13333vw;
  }
}
.p-top__kv .lead .en {
  font-size: min(0.83333vw,16px);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 0 0 0 transparent;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
@media screen and (max-width: 768px) {
  .p-top__kv .lead .en {
    font-size: 4.26667vw;
  }
}
.p-top__kv .topics {
  display: flex;
  position: relative;
  z-index: 19;
}
.p-top__kv .topics-box {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  display: flex;
  flex-wrap: wrap;
  margin-left: min(1.5625vw,30px);
  width: 100%;
}
.p-top__kv .topics-content {
  width: 100%;
}
.p-top__kv .topics-content .tab {
  display: flex;
}
.p-top__kv .topics-content .tab li {
  cursor: pointer;
  background: rgba(204, 204, 204, 0.3);
  color: #fff;
  letter-spacing: 0.06em;
/*  border-left: 1px solid #555;*/
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 5px;
  flex-grow: 1;
  text-align: center;
  font-size: min(0.83333vw,16px);
  line-height: 240%;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-top__kv .topics-content .tab li {
    font-size: 4.26667vw;
  }
}
.p-top__kv .topics-content .tab li:last-child {
  margin-right: 0;
}
/*.p-top__kv .topics-content .tab li:first-child {
  border-left: 0;
}*/
.p-top__kv .topics-content .tab li.is-active {
  background: rgba(255,255,255,.8);
  color: #000;
}
.p-top__kv .topics-content .content {
  display: none;
  min-height: min(16.25vw,312px);
  background: rgba(255, 255, 255, 0.9);
}
.p-top__kv .topics-content .content.is-active {
  display: block;
}
.p-top__kv .topics-content .content .empty {
  min-height: min(7.8125vw,150px);
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.p-top__kv .topics-content .content #sb_instagram {
  padding-bottom: 0 !important;
}
.p-top__kv .topics-content .content ul {
  padding-left: min(1.04167vw,20px);
  padding-right: min(1.04167vw,20px);
}
.p-top__kv .topics-content .content li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.p-top__kv .topics-content .content li:last-child {
  border-bottom: 0;
}
.p-top__kv .topics-content .content li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: min(0.72917vw,14px);
  padding-bottom: min(0.72917vw,14px);
  text-decoration: none;
  color: #333;
}
.p-top__kv .topics-content .content li .img1 {
  width: min(5.20833vw,100px);
}
.p-top__kv .topics-content .content li .txt1 {
/*  width: calc(100% - min(6.14583vw,118px));*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
/*  font-size: min(0.83333vw,16px);*/
}
@media screen and (max-width: 768px) {
  .p-top__kv .topics-content .content li .txt1 {
    font-size: 4.26667vw;
  }
}
.p-top__kv .topics-content .content li .txt1 .date {
  margin-right: min(0.52083vw,10px);
}
.p-top__kv .topics-content .content li .txt1 .category {
  display: flex;
  align-items: center;
}
.p-top__kv .topics-content .content li .txt1 .category span {
  color: #fff;
  font-size: min(0.67708vw,13px);
  margin-right: min(0.52083vw,10px);
  padding: min(0.26042vw,5px) min(0.52083vw,10px);
  line-height: 100%;
  background: #666;
}
@media screen and (max-width: 768px) {
  .p-top__kv .topics-content .content li .txt1 .category span {
    font-size: 3.46667vw;
  }
}
.p-top__kv .topics-content .content li .txt1 .category span:last-child {
  margin-right: 0;
}
.p-top__kv .topics-content .content li .txt1 .category span.-category {
  background: #666;
  letter-spacing: -0.05em;
}
.p-top__kv .topics-content .content li .txt1 .category span.-service.-bs {
  background: #333;
}
.p-top__kv .topics-content .content li .txt1 .category span.-service.-ss {
  background: #E38300;
}
.p-top__kv .topics-content .content li .txt2 .creator {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 10px;
}
.p-top__kv .topics-content .content li .txt2 .creator img {
  border-radius: 32px;
  width: 18px;
  margin-right: 5px;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.p-top__kv .topics-content .content li .txt1 .t {
  width: 100%;
  font-weight: 500;
  line-height: 120%;
  margin-top: min(0.26042vw,5px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-top__kv .topics-content .content li .txt1 p {
  line-height: 160%;
}
.p-top__kv .topics-trigger {
  cursor: pointer;
  background: #000;
  width: min(2.08333vw,40px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__kv .topics-trigger span {
  display: block;
  width: min(0.52083vw,10px);
  height: min(0.83333vw,16px);
  background: url(img/common/arrow_1-left-white.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-top__kv .topics-anchor {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: min(1.5625vw,30px);
}
.p-top__kv .topics-anchor a {
  display: inline-block;
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  font-size: min(1.04167vw,20px);
  letter-spacing: 0.1em;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
  position: relative;
  padding: min(1.04167vw,20px) min(1.5625vw,30px) min(0.9375vw,18px);
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-top__kv .topics-anchor a {
    font-size: 5.33333vw;
  }
}
.p-top__kv .topics-anchor a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  z-index: 1;
  background: #fff;
}
.p-top__kv .topics-anchor a:hover {
  color: #000;
}
.p-top__kv .topics-anchor a:hover:before {
  width: 100%;
}
.p-top__kv .topics-anchor a:hover span:before {
  background-image: url(img/common/arrow_1-black-down.svg);
}
.p-top__kv .topics-anchor span {
  display: block;
  padding-right: min(1.25vw,24px);
  line-height: 60%;
  position: relative;
  z-index: 2;
}
.p-top__kv .topics-anchor span:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(0.78125vw,15px);
  height: min(0.46875vw,9px);
  background: url(img/common/arrow_1-white-down.svg) no-repeat right center;
  background-size: min(0.78125vw,15px) min(0.46875vw,9px);
}
@media screen and (min-width: 768px) {
  .p-top__kv .topics.is-close .topics-box {
    -webkit-transform: translateX(calc(-1 * (100% - min(2.08333vw,40px))));
    transform: translateX(calc(-1 * (100% - min(2.08333vw,40px))));
    margin-left: 0;
  }
  .p-top__kv .topics.is-close .topics-trigger span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
.p-top__kv .topics.v2 .content2 {
  display: none;
}
.p-top__kv .topics.v2 .content2.is-active {
  display: block;
  padding-left: 20px;
}
.p-top__kv .topics.v2 .topics-box {
/*  width: calc(100% + min(3.125vw,60px));*/
  margin-left: 0;
  padding-left: calc(min(1.5625vw,30px) - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__kv .topics.v2 .topics-content {
  
}
.p-top__kv .topics.v2 .topics-content .slick-slider {
/*  padding-top: min(2.86453vw,55px);*/
}
.p-top__kv .topics.v2 .topics-content .slick-track {
  display: flex;
/*  align-items: flex-end;*/
}
.p-top__kv .topics.v2 .topics-content .slick-arrow {
  position: absolute;
/*  top: 0;*/
  bottom: min(-3.125vw,-60px);
  white-space: nowrap;
  text-indent: 60px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  border-radius: 100%;
  width: min(2.0833vw,40px);
  height: min(2.0833vw,40px);
  background: rgba(255,255,255,.25);
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  z-index: 9;
}
.p-top__kv .topics.v2 .topics-content .slick-arrow:hover {
  background: rgba(255,255,255,1);
}
.p-top__kv .topics.v2 .topics-content .slick-arrow:hover::before {
  border-top-color: #DC0018;
  border-right-color: #DC0018;
}
.p-top__kv .topics.v2 .topics-content .slick-arrow::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
}
.p-top__kv .topics.v2 .topics-content .slick-arrow.slick-prev {
  left: min(1.04166vw,20px);
}
.p-top__kv .topics.v2 .topics-content .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.p-top__kv .topics.v2 .topics-content .slick-arrow.slick-next {
  left: min(3.645833vw,70px);
}
.p-top__kv .topics.v2 .topics-content .slick-arrow.slick-next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-top__kv .topics.v2 .topics-content .tab {
/*  margin-bottom: min(0.78125vw,15px);*/
  margin-bottom: min(1.5625vw,30px);
  margin-left: 20px;
/*  margin-right: 20px;*/
}
.p-top__kv .topics.v2 .topics-content .content2 ul {
  white-space: nowrap;
  width: 100%;
/*  overflow: hidden;*/
}
.p-top__kv .topics.v2 .topics-content .content2 li {
/*  display: inline-block;*/
/*  width: 24%;*/
/*  width: 170px !important;*/
  height: auto !important;
  vertical-align: top;
  padding-right: min(1.04166vw,20px);
/*  padding-left: 20px;*/
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*.p-top__kv .topics.v2 .topics-content li:first-child {
  padding-left: 0;
}*/
@media screen and (min-width: 768px) {
  .p-top__kv .topics.v2.is-close .topics-box {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 0;
  }
}
.p-top__kv .topics.v2 .topics-content .content2 li a {
  display: flex;
  flex-direction: column;
  color: #333;
  text-decoration: none;
  height: 100%;
}
.p-top__kv .topics.v2 .topics-content li .txt2 {
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
/*  margin-bottom: min(0.2604166vw,5px);*/
  margin-bottom: min(0.510832vw,10px);
}
.p-top__kv .topics.v2 .topics-content li .txt2 .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
/*  width: 6em;*/
}
.p-top__kv .topics.v2 .topics-content li .txt2 .category {
/*  width: calc(100% - 6em);*/
}
.p-top__kv .topics.v2 .topics-content li .txt2 .category span {
  display: inline-block;
  background: #333;
  color: #fff;
  width: auto;
  padding: 1px 3px 2px;
  line-height: 1.5;
  margin-right: min(0.260416vw,5px);
  margin-bottom: min(0.260416vw,5px);
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 2px;
}
.p-top__kv .topics.v2 .topics-content li .txt2 .creator {
  font-size: 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 8px;
}
.p-top__kv .topics.v2 .topics-content li .txt2 .creator img {
  border-radius: 32px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.p-top__kv .topics.v2 .topics-content li .img1 {
}
.p-top__kv .topics.v2 .topics-content li .txt1 {
/*  background: #fff;*/
  background: url(img/top/kv_icon1.svg) no-repeat 5px -5px, linear-gradient(135deg,  #e3e3e3 0%,#ffffff 60%);
  background-size: 40px auto, 100%;
/*  padding: min(0.520833vw,10px);*/
  padding: min(0.78125vw,15px);
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px rgba(50,0,0,.4);
/*  left: 8px;*/
/*  top: -8px;*/
/*  position: relative;*/
/*  z-index: 1;*/
  border-radius: 0 0 25px 0;
}
.p-top__kv .topics.v2 .topics-content li .txt1 .t {
  font-size: 16.5px;
  font-size: 1.65rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 8px;
/*  padding-bottom: 6px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  position: relative;
/*  color: #cf172b;*/
  color: #111;
}
/*.p-top__kv .topics.v2 .topics-content li .txt1 .t:before,
.p-top__kv .topics.v2 .topics-content li .txt1 .t:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}*/
.p-top__kv .topics.v2 .topics-content li .txt1 .t:before {
  width: 100%;
  z-index: 1;
  background: #e0e0e0;
}
.p-top__kv .topics.v2 .topics-content li .txt1 .t:after {
  width: 25%;
  z-index: 2;
  background: #DF0019;
  transition: .4s ease all;
}
.p-top__kv .topics.v2 .topics-content li a:hover .txt1 .t:after {
  width: 100%;
}
.p-top__kv .topics.v2 .topics-content li .txt1 .l {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}
.p-top__kv .topics.v2 .topics-content li.recruit .img {
  text-align: center;
  position: relative;
  background: #fff;
  padding-bottom:  min(2.34375vw,45px);
  height: 100%;
}
.p-top__kv .topics.v2 .topics-content li.recruit .img img {
  max-height: min(13.95833vw,268px);
/*  max-height: min(9.1145833vw,175px);*/
  width: auto;
  display: inline;
  -webkit-transition: none;
  transition: none;
}
.p-top__kv .topics.v2 .topics-content li.recruit .c-btn1 {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.p-top__kv .topics.v2 .topics-content li.recruit .c-btn1 p.anchor {
  padding-top: min(0.4166vw,8px);
  padding-bottom: min(0.4166vw,8px);
}
@media screen and (min-width: 768px) {
  /*.p-top__kv .topics.v2 .topics-content li.slick-current {
    width: 385px !important;
  }
  .p-top__kv .topics.v2 .topics-content li.slick-current .txt1 {
    min-height: 175px;
    padding: min(0.78125vw,15px);
  }
  .p-top__kv .topics.v2 .topics-content li.slick-current .txt1 .t {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-top__kv .topics.v2 .topics-content li.slick-current .txt1 .l {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-top__kv .topics.v2 .topics-content li.slick-current .txt2 {
    display: flex;
  }
  .p-top__kv .topics.v2 .topics-content li.slick-current .txt2 .creator {
    margin-bottom: 0;
    max-width: calc(100% - 10em);
  }
  .p-top__kv .topics.v2 .topics-content li.slick-current.recruit .img img {
    max-height: 326px;
  }*/
}
.p-top__kv .scroll {
  display: block;
  position: absolute;
/*  right: min(1.5625vw,30px);*/
  right: 30px;
/*  bottom: min(13.5vw,260px);*/
  bottom: 225px;
  z-index: 19;
  color: #AA0011;
  font-style: italic;
  width: 170px;
  white-space: nowrap;
  border-top: 1px solid #AA0011;
/*  padding-top: min(0.15625vw,3px);*/
  padding-top: 3px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
/*  font-size: min(0.83333vw,16px);*/
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-top__kv .scroll {
/*    font-size: 4.26667vw;*/
    font-size: 15px;
  }
}
.p-top__kv .scroll span {
  display: block;
/*  padding-bottom: min(1.77083vw,34px);*/
  padding-bottom: 22px;
  position: relative;
}
.p-top__kv .scroll span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
/*  width: min(1.19792vw,23px);*/
  width: 23px;
/*  height: min(0.72917vw,14px);*/
  height: 14px;
  background: url(img/common/arrow_1-down-red.svg) no-repeat center bottom;
/*  background-size: min(1.19792vw,23px) min(0.72917vw,14px);*/
  background-size: 23px 14px;
}
.p-top__kv .scroll:hover span:before {
  animation: 1.5s ease 0s infinite arrowDown;
}
@keyframes arrowDown {
  0% {
    opacity: 1;
    bottom: 0;
  }
  45% {
    opacity: 0;
    bottom: min(-0.52083vw,-10px);
  }
  55% {
    opacity: 0;
    bottom: min(0.52083vw,10px);
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.p-top__kv .movie {
/*  position: absolute;*/
  position: relative;
  z-index: 19;
  width: 50%;
/*  height: 100%;*/
  aspect-ratio: 16/9;
  right: 0;
/*  top: 0;*/
  top: min(6.25vw,135px);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-top__kv .movie:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(img/top/kv_movie_bg1.png) center;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.p-top__kv .movie video {
/*  -webkit-transition: 0.2s ease opacity;*/
/*  transition: 0.2s ease opacity;*/
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p-top__kv .movie.is-finish video {
  opacity: 0;
}
.p-top__kv .movie.is-finish:before {
  opacity: 1;
}
.p-top__kv .action {
  position: absolute;
  left: 50%;
  bottom: min(10.5vw,200px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
  justify-content: center;
  line-height: 100%;
}
.p-top__kv .action p {
  cursor: pointer;
  padding: min(0.52083vw,10px) min(0.625vw,12px);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  width: auto;
  margin-left: min(0.625vw,12px);
  margin-right: min(0.625vw,12px);
}
.p-top__kv .action p:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  border-radius: 3px;
  z-index: 1;
}
.p-top__kv .action p:hover:before {
  width: 100%;
}
.p-top__kv .action p.is-hide {
  width: 0;
  padding-left: 0;
  padding-right: 0;
}
.p-top__kv .action img {
  vertical-align: middle;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 768px) {
  .p-top__kv.is-load:before {
    width: 50%;
    -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1) all;
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1) all;
  }
  .p-top__kv.is-load .lead {
    left: 0;
    -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1) all;
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1) all;
  }
  .p-top__kv.is-load .movie {
    width: 50%;
    -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1) all;
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1) all;
  }
  .p-top__kv.is-start:before {
    width: 0;
    -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1) all;
    transition: 1s cubic-bezier(0.77, 0, 0.175, 1) all;
  }
  .p-top__kv.is-start .movie {
    width: 100%;
    -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1) all;
    transition: 1s cubic-bezier(0.77, 0, 0.175, 1) all;
  }
  .p-top__kv.is-start .lead .catch {
    text-shadow: -3px -3px 20px rgba(0, 0, 0, 0.08), -3px 0 20px rgba(0, 0, 0, 0.08), -3px 3px 20px rgba(0, 0, 0, 0.08), 0 -3px 20px rgba(0, 0, 0, 0.08), 0 0 20px rgba(0, 0, 0, 0.08), 0 3px 20px rgba(0, 0, 0, 0.08), 3px -3px 20px rgba(0, 0, 0, 0.08), 3px 0 20px rgba(0, 0, 0, 0.08), 3px 3px 20px rgba(0, 0, 0, 0.08);
  }
  .p-top__kv.is-start .lead .en {
    text-shadow: -2px -2px 15px rgba(0, 0, 0, 0.08), -2px 0 15px rgba(0, 0, 0, 0.08), -2px 2px 15px rgba(0, 0, 0, 0.08), 0 -2px 15px rgba(0, 0, 0, 0.08), 0 0 15px rgba(0, 0, 0, 0.08), 0 2px 15px rgba(0, 0, 0, 0.08), 2px -2px 15px rgba(0, 0, 0, 0.08), 2px 0 15px rgba(0, 0, 0, 0.08), 2px 2px 15px rgba(0, 0, 0, 0.08);
  }
  .p-top__kv.is-start.is-finish .lead {
    left: -100%;
  }
}
.p-top__mission {
  background: url(img/top/mission_bg3.png) no-repeat center bottom, url(img/top/mission_bg2.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 440px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.p-top__mission:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: -10vw;
  background: url(img/top/mission_bg1.png) no-repeat right top;
  width: 469px;
  height: 531px;
  pointer-events: none;
}
.p-top__mission .wrap {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.p-top__mission .c-title1 {
  margin-bottom: 95px;
}
.p-top__mission .c-title1 .h {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}
.p-top__mission .c-title1 .en {
  font-size: 160px;
  font-size: 16rem;
}
.p-top__mission .catch {
  margin-bottom: 210px;
}
.p-top__mission .catch span {
  display: inline-block;
  background: url(img/top/mission_icon1.svg) no-repeat left top, url(img/top/mission_icon2.svg) no-repeat right bottom;
  background-size: 160px 120px, 160px 120px;
  padding: 60px 75px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 160%;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-top__mission .lead .t {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 160%;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  color: #AA0011;
}
.p-top__mission .lead .img1 {
  margin-bottom: 45px;
}
.p-top__mission .lead .txt p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 160%;
  color: #AA0011;
}
.p-top__service {
  background: #F9F9F9;
  padding-bottom: 180px;
  margin-top: -24px;
  margin-bottom: 97px;
  position: relative;
}
.p-top__service-heading {
  position: relative;
  z-index: 19;
  display: flex;
  align-items: flex-end;
  margin-bottom: 90px;
}
@media screen and (max-width: 900px) {
  .p-top__service-heading {
    padding-left: 20px;
  }
}
.p-top__service-heading .lead {
  max-width: 900px;
  color: #AA0011;
  line-height: 160%;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  position: relative;
  margin-left: 140px;
  margin-bottom: 8px;
  margin-right: -40px;
}
@media screen and (max-width: 1400px) {
  .p-top__service-heading .lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .p-top__service-heading .lead {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 50px;
  }
}
.p-top__service-content {
  margin-bottom: 128px;
}
.p-top__service-content:last-child {
  margin-bottom: 0;
}
.p-top__service-content .heading {
  margin-bottom: 64px;
  position: relative;
}
.p-top__service-content .heading:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 50%;
  height: 434px;
  z-index: 1;
  background: -moz-linear-gradient(left, #ab0213 0%, rgba(170, 0, 17, 0) 100%);
  background: -webkit-linear-gradient(left, #ab0213 0%, rgba(170, 0, 17, 0) 100%);
  background: linear-gradient(to right, #ab0213 0%, rgba(170, 0, 17, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab0213', endColorstr='#00aa0011',GradientType=1 );
}
.p-top__service-content .heading .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.p-top__service-content .heading .txt1 {
  width: 50%;
}
.p-top__service-content .heading .txt1 .en {
  font-size: 100px;
  font-size: 10rem;
  letter-spacing: -0.05em;
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  line-height: 100%;
  color: #333;
  font-weight: 900;
}
.p-top__service-content .heading .txt1 .h {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #AA0011;
}
.p-top__service-content .heading .txt1 .lead {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #AA0011;
  margin-top: 24px;
}
.p-top__service-content .heading .txt1 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.p-top__service-content .heading .txt1 li {
  margin-right: 10px;
  margin-bottom: 10px;
  flex-grow: 1;
}
.p-top__service-content .heading .txt1 li a {
  display: block;
  padding: 9px 15px;
  color: #AA0011;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.p-top__service-content .heading .txt1 li a:before, .p-top__service-content .heading .txt1 li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
}
.p-top__service-content .heading .txt1 li a:before {
  width: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s ease all 0.1s;
  transition: 0.3s ease all 0.1s;
}
.p-top__service-content .heading .txt1 li a:after {
  width: 0;
  left: 0;
  background: #AA0011;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-top__service-content .heading .txt1 li a:hover {
  color: #fff;
  opacity: 1;
}
.p-top__service-content .heading .txt1 li a:hover:before {
  width: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-top__service-content .heading .txt1 li a:hover:after {
  width: 100%;
  -webkit-transition: 0.3s ease all 0.1s;
  transition: 0.3s ease all 0.1s;
}
.p-top__service-content .heading .txt1 li a:hover span {
  background-image: url(img/common/arrow_1-white.svg);
}
.p-top__service-content .heading .txt1 li span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: url(img/common/arrow_1.svg) no-repeat right center;
  background-size: 8px 11px;
  padding-right: 16px;
}
.p-top__service-content.ss .heading:before {
  right: 0;
  left: auto;
  background: -moz-linear-gradient(left, rgba(170, 0, 17, 0) 0%, #ab0213 100%);
  background: -webkit-linear-gradient(left, rgba(170, 0, 17, 0) 0%, #ab0213 100%);
  background: linear-gradient(to right, rgba(170, 0, 17, 0) 0%, #ab0213 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa0011', endColorstr='#ab0213',GradientType=1 );
}
.p-top__service-content.ss .heading .c-wrap {
  flex-direction: row-reverse;
}
.p-top__service-content.ss .heading .txt1 li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
.p-top__service-content.ss .heading .txt1 li.two-line a {
  line-height: 125%;
  padding-top: 10px;
  padding-bottom: 11px;
}
.p-top__service-content.ss .heading .txt1 .en {
  color: #AA6000;
}
.p-top__service-content.ss .content:before {
  left: auto;
  right: 40px;
}
.p-top__service-content.ss .content li {
  flex-direction: row-reverse;
}
.p-top__service-content.ss .content .txt1 .en {
  color: #AA5F00;
}
.p-top__service-content.ss .content .img1 div {
  padding-bottom: 20px;
  padding-left: 20px;
}
.p-top__service-content.ss .content .img1 div:before {
  left: 0;
  top: auto;
  bottom: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: -moz-linear-gradient(left, #aa0011 0%, rgba(171, 2, 19, 0) 100%);
  background: -webkit-linear-gradient(left, #aa0011 0%, rgba(171, 2, 19, 0) 100%);
  background: linear-gradient(to right, #aa0011 0%, rgba(171, 2, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0011', endColorstr='#00ab0213',GradientType=1 );
}
.p-top__service-content .content {
  position: relative;
}
.p-top__service-content .content:before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 206px);
  height: 100%;
  background: #fff;
  box-shadow: 0 7px 47px rgba(0, 0, 0, 0.1);
  left: 40px;
  top: 0;
  z-index: 1;
}
.p-top__service-content .content ul {
  position: relative;
  z-index: 2;
}
.p-top__service-content .content li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 62px;
  padding-bottom: 62px;
}
.p-top__service-content .content .txt1 {
  width: 50%;
  display: flex;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__service-content .content .txt1-wrap {
  max-width: 640px;
  width: 100%;
}
.p-top__service-content .content .txt1 .en {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: -0.02em;
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 900;
  color: #222;
  line-height: 90%;
  margin-bottom: 8px;
}
.p-top__service-content .content .txt1 .en span {
  font-size: 100px;
  font-size: 10rem;
}
.p-top__service-content .content .txt1 .h {
  font-size: 20px;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #AA0011;
}
.p-top__service-content .content .txt1 .lead {
  margin-top: 26px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #AA0011;
}
.p-top__service-content .content .txt1 .logo {
  margin-top: 30px;
}
.p-top__service-content .content .txt1 .c-btn1 {
  margin-top: 38px;
}
.p-top__service-content .content .img1 {
  width: 44.1176%;
  display: flex;
}
.p-top__service-content .content .img1 div {
  position: relative;
}
.p-top__service-content .content .img1 div:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(170, 0, 17, 0) 0%, #ab0213 100%);
  background: -webkit-linear-gradient(left, rgba(170, 0, 17, 0) 0%, #ab0213 100%);
  background: linear-gradient(to right, rgba(170, 0, 17, 0) 0%, #ab0213 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa0011', endColorstr='#ab0213',GradientType=1 );
}
.p-top__service-content .content .img1 img {
  position: relative;
  z-index: 2;
}
.p-top__news {
  margin-bottom: 100px;
}
.p-top__news-heading {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-top__news-heading .term {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-top__news-heading .term li {
  margin-left: 22px;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  width: 140px;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  border: 1px solid;
}
.p-top__news-heading .term li:first-child {
  margin-left: 0;
}
.p-top__news-heading .term li.-service {
  letter-spacing: 0.03em;
}
.p-top__news-heading .term li.-service span {
  display: inline-block;
  padding-left: 40px;
  background: url(img/common/icon_check.svg) no-repeat left center;
  background-size: 18px 18px;
}
.p-top__news-heading .term li.-service.business {
  border-color: #333;
  color: #333;
}
.p-top__news-heading .term li.-service.social {
  border-color: #E38300;
  color: #E38300;
}
.p-top__news-heading .term li.-service.is-active {
  color: #fff;
}
.p-top__news-heading .term li.-service.is-active.business {
  background: #333;
}
.p-top__news-heading .term li.-service.is-active.social {
  background: #E38300;
}
.p-top__news-heading .term li.-category {
  color: #AA0011;
  border-color: #AA0011;
}
.p-top__news-heading .term li.-category.is-active {
  background: #AA0011;
  color: #fff;
}
.p-top__news-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-top__news-content li {
  width: 28.2353%;
  margin-left: 7.64705%;
  padding-bottom: 28px;
  border-bottom: 1px solid #AA0011;
}
.p-top__news-content li:nth-child(3n+1) {
  margin-left: 0;
}
.p-top__news-content li a {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}
.p-top__news-content li .icon {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  color: #fff;
  background: rgba(225, 0, 25, 0.8);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
  font-weight: 900;
}
.p-top__news-content li .img1 {
  margin-bottom: 25px;
}
.p-top__news-content li .txt1 {
  display: flex;
  flex-wrap: wrap;
}
.p-top__news-content li .t {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 15px;
  width: 100%;
}
.p-top__news-content li .date {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #666;
  margin-right: 15px;
}
.p-top__news-content li .category {
  display: flex;
  align-items: center;
}
.p-top__news-content li .category span {
  margin-right: 14px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 10px;
  line-height: 120%;
  background: #AA0011;
}
.p-top__news-content li .category span:last-child {
  margin-right: 0;
}
.p-top__news-content li .category span.-category {
  background: #AA0011;
}
.p-top__news-content li .category span.-service.business {
  background: #333;
}
.p-top__news-content li .category span.-service.social {
  background: #E38300;
}
.p-top__news-content li .lead {
  line-height: 140%;
  letter-spacing: 0.06em;
  margin-top: 18px;
}
.p-top__news-content li .creator {
  font-size: 10px;
  font-size: 1rem;
  width: 100%;
  margin-top: 15px;
}
.p-top__news-content li .creator img {
  border-radius: 32px;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.p-top__news .instagram-block {
/*  margin-top: 20px;*/
/*  margin-bottom: 40px;*/
  padding: 10px 15px 15px !important;
  /*padding: 20px 25px 25px !important;*/
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*width: 100% !important;*/
}
.p-top__news .instagram-block .t {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*.p-top__news .instagram-block-wrap {
  display: flex;
  justify-content: space-between;
}
.p-top__news .instagram-block-wrap > div {
  width: 31.0861%;
  margin-left: 3.37085%;
}
.p-top__news .instagram-block-wrap > div:nth-child(3n+1) {
  margin-left: 0;
}*/
.p-top__news .instagram-block img,
.p-top__news .instagram-block #sb_instagram .sbi_photo {
  aspect-ratio: 11/9;
  object-fit: cover;
}
.p-top__news .instagram-block #sb_instagram .sbi_photo {
  height: initial !important;
}
@media screen and (max-width: 768px) {
  .p-top__news .instagram-block {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding: 15px 20px 20px !important;
    width: calc(100% + 40px) !important;
  }
  .p-top__news .instagram-block:after {
    display: none !important;
  }
  .p-top__news .instagram-block img {
    aspect-ratio: auto;
  }
  /*.p-top__news .instagram-block-wrap {
    flex-wrap: wrap;
  }
  .p-top__news .instagram-block-wrap > div {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 15px;
  }
  .p-top__news .instagram-block-wrap > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-top__news .instagram-block-wrap > div:last-child {
    margin-bottom: 0;
  }*/
}
.p-top__news .instagram-block:before,
.p-top__news .instagram-block:after {
  display: block;
  content: "";
  position: absolute;
}
.p-top__news .instagram-block:before {
  width: 100%;
  height: 100%;
  background: #fff2f3;
  z-index: -1;
  left: 0;
  top: 0;
}
.p-top__news .instagram-block:after {
  width: 100px;
  height: 100px;
  background: #DF0019;
  z-index: -2;
  left: -4px;
  top: -4px;
}
.p-top__news .instagram-block .t {
  font-size: 18px;
  /*margin-bottom: 6px;*/
  margin-bottom: 16px;
  background: url(img/top/news_instagram_icon1.png) no-repeat left center;
  background-size: 32px;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-top__news.v2 {
/*  margin-top: min(-11.0937vw, -213px);*/
  margin-top: -213px;
  position: relative;
  z-index: 9;
}
.p-top__news.v2 .c-wrap {
  display: flex;
  justify-content: space-between;
}
.p-top__news.v2 .p-top__news-heading {
  width: 17.5438%;
  display: block;
  margin-bottom: 0;
  margin-top: -10px;
  position: relative;
}
.p-top__news.v2 .p-top__news-heading .c-title1 .h {
  margin-bottom: 4px;
}
.p-top__news.v2 .p-top__news-heading .c-btn1 {
  margin-top: min(1.5vw,28px);
}
.p-top__news.v2 .p-top__news-heading .tab {
  margin-top: min(1.5vw,28px);
}
.p-top__news.v2 .p-top__news-heading .tab li {
  cursor: pointer;
  background: #eee ;
  margin-bottom: 2px;
  border-left: 5px solid #DF0019;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #DF0019;
  position: relative;
}
.p-top__news.v2 .p-top__news-heading .tab li:before,
.p-top__news.v2 .p-top__news-heading .tab li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: .4s ease all;
  -webkit-transition: .4s ease all;
}
.p-top__news.v2 .p-top__news-heading .tab li a,
.p-top__news.v2 .p-top__news-heading .tab li span {
  display: block;
  position: relative;
  z-index: 9;
  background: url(img/top/news_icon1.png) no-repeat right center;
}
.p-top__news.v2 .p-top__news-heading .tab li a {
  color: #DF0019;
  text-decoration: none;
}
.p-top__news.v2 .p-top__news-heading .tab li:before {
  background: #f8f8f8;
  z-index: 1;
}
.p-top__news.v2 .p-top__news-heading .tab li:after {
  background: #DF0019;
  z-index: 2;
}
.p-top__news.v2 .p-top__news-heading .tab li:hover:before,
.p-top__news.v2 .p-top__news-heading .tab li.is-active:after {
  width: 100%;
}
.p-top__news.v2 .p-top__news-heading .tab li.is-active {
  color: #fff;
  padding-right: 5px;
}
.p-top__news.v2 .p-top__news-heading .tab li.is-active span {
  background-image: url(img/top/news_icon1-white.png);
}
.p-top__news.v2 .p-top__news-content {
  width: 78.0701%;
}
.p-top__news.v2 .p-top__news-content > div {
  display: none;
}
.p-top__news.v2 .p-top__news-content > div.is-active {
  display: block;
}
.p-top__news.v2 .p-top__news-content .content .instagram {
  background: #ffeaed;
  padding: 30px;
  margin-bottom: 40px;
}
.p-top__news.v2 .p-top__news-content .content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top__news.v2 .p-top__news-content .content li {
  width: 31.0861%;
  margin-left: 3.37085%;
  margin-bottom: 1.927vw;
  padding-bottom: 0;
  border-bottom: 0;
}
.p-top__news.v2 .p-top__news-content .content li:nth-child(n+7) {
  display: none;
}
.p-top__news.v2 .p-top__news-content .content li.is-show {
  display: block;
}
/*.p-top__news.v2 .p-top__news-content .content ul[data-index="1"] li:nth-child(-n+6) {
  display: block;
}
.p-top__news.v2 .p-top__news-content .content ul[data-index="2"] li:nth-child(-n+16) {
  display: block;
}
.p-top__news.v2 .p-top__news-content .content ul[data-index="3"] li:nth-child(-n+26) {
  display: block;
}*/
.p-top__news.v2 .p-top__news-content .content li:nth-child(1),
.p-top__news.v2 .p-top__news-content .content li:nth-child(3n+1) {
  margin-left: 0;
}
.p-top__news.v2 .p-top__news-content .content li .t {
  font-size: 20px;
  font-size: 2.0rem;
  /*margin-bottom: 5px;*/
  margin-bottom: 15px;
}
.p-top__news.v2 .p-top__news-content .content li .txt2 {
  display: flex;
  align-items: center;
}
.p-top__news.v2 .p-top__news-content .content li .txt2 .date {
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-top__news.v2 .p-top__news-content .content li .txt2 .category span {
  font-size: 12px;
  font-size: 1.2rem;
}
.p-top__news.v2 .p-top__news-content .content li .txt2 .creator {
  width: auto;
  margin-top: 0;
}
.p-top__news.v2 .p-top__news-content .content li .txt1 .l {
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  margin-top: 6px;
}
.p-top__news.v2 .p-top__news-content .content li:nth-child(4) {
  border-top: 1px solid #ddd;
}
.p-top__news.v2 .p-top__news-content .content ul:nth-child(n+2) li,
.p-top__news.v2 .p-top__news-content .content li:nth-child(n+4) {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.p-top__news.v2 .p-top__news-content .content ul:nth-child(n+2) li a,
.p-top__news.v2 .p-top__news-content .content li:nth-child(n+4) a {
  display: flex;
  justify-content: space-between;
  padding-top: min(1.0416vw,20px);
  padding-bottom: min(1.0416vw,20px);
}
.p-top__news.v2 .p-top__news-content .content ul:nth-child(n+2) li .img1,
.p-top__news.v2 .p-top__news-content .content li:nth-child(n+4) .img1 {
  width: 200px;
  margin-bottom: 0;
}
.p-top__news.v2 .p-top__news-content .content ul:nth-child(n+2) li .txt1,
.p-top__news.v2 .p-top__news-content .content li:nth-child(n+4) .txt1 {
  width: calc(100% - 237px);
  display: block;
}


.p-top__client {
  position: relative;
  z-index: 9;
  background: url(img/top/client_bg1.png) no-repeat left top;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 162px;
  padding-bottom: 122px;
  padding-right: 0;
  overflow: hidden;
  max-width: 1800px;
  margin-bottom: 80px;
}
.p-top__client-wrap {
  position: relative;
/*  padding-bottom: 100px;*/
  padding-bottom: 1px;
  padding-left: 60px;
}
.p-top__client-wrap:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 65px);
  background: #F1F1F1;
}
.p-top__client .c-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 0;
}
.p-top__client-content {
  width: calc(100% - min(23.4375vw,450px));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%);
}
@media screen and (min-width: 1921px) {
  .p-top__client-content {
    width: calc(100% - 450px);
  }
}
.p-top__client-content li img {
  vertical-align: top;
}
.p-top__client-content li p {
  background: #fff;
  width: 200px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: 30px;
}
.p-top__client-content li p:last-child {
  margin-bottom: 0;
  margin-left: 0;
}
.p-top__casestudy {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}
.p-top__casestudy-heading {
  width: min(23.4375vw,450px);
}
@media screen and (min-width: 1921px) {
  .p-top__casestudy-heading {
    width: 450px;
  }
}
.p-top__casestudy-content {
  width: calc(100% - min(26.04167vw,500px));
  padding-top: 105px;
}
@media screen and (min-width: 1921px) {
  .p-top__casestudy-content {
    width: calc(100% - 500px);
  }
}
.p-top__casestudy-content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top__casestudy-content li {
  width: 31.6667%;
  margin-left: 2.49995%;
}
.p-top__casestudy-content li:nth-child(3n+1) {
  margin-left: 0;
}
.p-top__casestudy-content li a {
  display: block;
  text-decoration: none;
  color: #AA0011;
}
.p-top__casestudy-content li .img1 {
  margin-bottom: 25px;
}
.p-top__casestudy-content li .txt1 .t {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 140%;
  margin-bottom: 15px;
}
.p-top__casestudy-content li .txt1 .category {
  margin-bottom: 15px;
  display: flex;
}
.p-top__casestudy-content li .txt1 .category span {
  display: block;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: -0.05em;
  padding: 1px 10px 2px;
}
.p-top__casestudy-content li .txt1 p {
  line-height: 140%;
}
.p-top__note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 150px;
}
.p-top__note-wrap {
  padding-top: 200px;
  padding-bottom: 120px;
  margin-bottom: 110px;
  background: #ffffff;
  background: url(img/top/note_bg1.png) no-repeat center bottom, linear-gradient(to right, #ffffff 75%, #fcf1f2 100%);
}
.p-top__note-heading {
  width: min(22.39583vw,430px);
}
@media screen and (min-width: 1921px) {
  .p-top__note-heading {
    width: 430px;
  }
}
.p-top__note-heading .c-title1 .t {
  white-space: normal;
}
.p-top__note-heading .category {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.p-top__note-heading .category li {
  width: 48.83%;
  margin-left: 2.34%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #AA0011;
  color: rgba(170, 0, 17, 0.6);
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 3px 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  white-space: nowrap;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.p-top__note-heading .category li:nth-child(2n+1) {
  margin-left: 0;
}
.p-top__note-heading .category li.is-active {
  background: #AA0011;
  color: #fff;
}
.p-top__note-heading .category li:hover {
  background: #ffaab3;
}
.p-top__note-heading .category li.digital, .p-top__note-heading .category li.sales {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1280px) {
  .p-top__note-heading .category li {
    width: 100%;
    margin-left: 0;
  }
}
.p-top__note-content {
  width: calc(100% - min(26.04167vw,500px));
}
@media screen and (min-width: 1921px) {
  .p-top__note-content {
    width: calc(100% - 500px);
  }
}
.p-top__note-content ul {
  flex-wrap: wrap;
  display: none;
}
.p-top__note-content ul.is-active {
  display: flex;
}
.p-top__note-content li {
  width: 31.6667%;
  margin-left: 2.49995%;
  margin-bottom: 30px;
  display: flex;
}
.p-top__note-content li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  .p-top__note-content li {
    width: 48%;
    margin-left: 4%;
  }
  .p-top__note-content li:nth-child(3n+1) {
    margin-left: 4%;
  }
  .p-top__note-content li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.p-top__note-content li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  color: #000;
  position: relative;
  top: 0;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.p-top__note-content li a:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  top: -5px;
}
.p-top__note-content li .img1 {
  position: relative;
}
.p-top__note-content li .img1 img {
  width: 100%;
}
.p-top__note-content li .txt1 {
  padding: 18px 24px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__note-content li .txt1 .t {
  letter-spacing: 0.06em;
  line-height: 140%;
  margin-bottom: 10px;
}
.p-top__note-content li .txt1 p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 160%;
}
.p-top__note-content li .txt1 .attr {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.p-top__note-content li .txt1 .date {
  color: #aaa;
  letter-spacing: 0.06em;
  line-height: 120%;
}
.p-top__note-content li .txt1 .category {
  margin-left: 12px;
  border: 1px solid #AA0011;
  color: #AA0011;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1px 8px;
  line-height: 120%;
}
.p-top__note-content li .txt1 .creator {
  font-size: 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.p-top__note-content li .txt1 .creator img {
  border-radius: 32px;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.p-top__sns .c-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top__sns-heading {
  width: 530px;
  max-width: 42%;
}
.p-top__sns-heading .c-title1 {
  text-shadow: 0 0 3px #9F0011;
}
.p-top__sns-content {
  width: 100%;
  max-width: 62em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-top__sns-content .box1 {
  width: 47.1698%;
  margin-left: 5.6604%;
}
.p-top__sns-content .box1:nth-child(2n+1) {
  margin-left: 0;
}
.p-top__sns-content .box1.l2 #sbi_images > .sbi_item:first-child {
  display: none !important;
}
.p-top__link {
  padding-top: 140px;
  margin-bottom: 230px;
  position: relative;
}
.p-top__link:before, .p-top__link:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.p-top__link:before {
  top: 0;
  height: 440px;
  background: url(img/top/link_bg1.jpg) no-repeat center top;
  background-size: cover;
  z-index: 1;
}
.p-top__link:after {
  top: 291px;
  height: 150px;
  background: url(img/top/link_bg2.svg) no-repeat center top;
  z-index: 2;
}
.p-top__link .c-wrap {
  position: relative;
  z-index: 9;
}
.p-top__link ul {
  display: flex;
}
.p-top__link li {
  width: 22.3529%;
  margin-left: 3.529466%;
}
.p-top__link li:nth-child(4n+1) {
  margin-left: 0;
}
.p-top__link li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.p-top__link li a:hover .img1 img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.p-top__link .txt1 {
  margin-bottom: 45px;
}
.p-top__link .txt1 .h {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -0.05em;
  font-weight: 900;
  line-height: 80%;
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.p-top__link .img1 {
  overflow: hidden;
}
.p-top__link .img1 img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.p-top__link .map {
  position: relative;
  margin-top: -30px;
}
.p-top__link .map-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top__link .map-tab li {
  width: 100%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #fff;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  border-right: 1px solid #fff;
  line-height: 140%;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  padding: 4px 0;
  margin-left: 0;
}
.p-top__link .map-tab li.is-active {
  background: rgba(0, 0, 0, 0.5);
}
.p-top__link .map-tab li:last-child {
  border-right: 0;
}
.p-top__link .map-content > div {
  display: none;
  position: relative;
  padding-top: 68.42%;
}
.p-top__link .map-content > div.is-active {
  display: block;
}
.p-top__link .map-content iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top__contact {
/*  padding-bottom: 280px;*/
  padding-bottom: 140px;
/*  background: url(img/top/recruit_bg1.png) no-repeat left calc(100% + 2px);*/
/*  background-size: 100% auto;*/
}
.p-top__contact .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-top__contact-heading {
  position: relative;
  display: flex;
  align-items: center;
}
.p-top__contact-heading .h {
  font-size: 20px;
  font-size: 2rem;
  color: #AA0011;
  line-height: 120%;
  font-weight: 500;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.p-top__contact-heading .en {
  font-size: 200px;
  font-size: 20rem;
  letter-spacing: -0.05em;
  color: rgba(223, 0, 25, 0.1);
  font-weight: 900;
  line-height: 100%;
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-top__contact-heading .t {
  position: relative;
  z-index: 1;
  margin-left: min(12.5vw,240px);
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #AA0011;
  white-space: nowrap;
}
.p-top__contact .c-btn1 {
  margin-left: 110px;
  margin-top: 0;
}
@media screen and (max-width: 1280px) {
  .p-top__contact .c-btn1 {
    width: 100%;
    margin-left: 0;
    margin-top: 35px;
    justify-content: flex-start;
  }
}
.p-top__recruit {
  position: relative;
}
.p-top__recruit:before {
  position: absolute;
  display: block;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
/*  height: calc(100% - 48px);*/
  background: url(img/top/recruit_bg2.png) repeat-y left top;
  background-size: 100% auto;
}
.p-top__recruit .c-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
/*  padding-top: 30px;*/
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-top__recruit-heading {
  color: #fff;
  max-width: 546px;
  width: 30%;
}
.p-top__recruit-heading .lead {
  line-height: 140%;
/*  margin-top: 50px;*/
  margin-top: 30px;
}
.p-top__recruit-heading .c-btn1 {
/*  margin-top: 50px;*/
  margin-top: 30px;
}
.p-top__recruit-heading .c-btn1 a {
  width: 200px;
  margin-right: 30px;
}
.p-top__recruit-heading .c-btn1 a:last-child {
  margin-right: 0;
}
.p-top__recruit-img {
  margin-left: 110px;
}
.p-top__recruit-slider {
  display: flex;
  align-items: center;
  margin-left: 50px;
  width: calc(70% - 50px);
}
.p-top__recruit-slider > div {
  width: 48%;
  margin-left: 4%;
}
.p-top__recruit-slider > div:nth-child(2n+1) {
  margin-left: 0;
}
.p-top__recruit-slider li:nth-child(n+2) {
  display: none;
}
.p-top__recruit-slider .slick-slider li:nth-child(n+2) {
  display: block;
}
.p-top__recruit-slider img {
  vertical-align: top;
  width: 100%;
}
.p-top__recruit-slider .graduate {
  background: #eee;
}
.p-top__recruit-slider .career .slick-arrow {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.p-top__recruit-slider .career .slick-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.p-top__recruit-slider .career .slick-arrow.slick-prev {
  left: -30px;
}
.p-top__recruit-slider .career .slick-arrow.slick-prev:before {
  transform: rotate(-135deg);
}
.p-top__recruit-slider .career .slick-arrow.slick-next {
  right: -30px;
}
.p-top__recruit-slider .career .slick-arrow.slick-next:before {
  transform: rotate(45deg);
}
.p-top__recruit-slider .career .slick-dots {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  padding: 0;
}
.p-top__recruit-slider .career .slick-dots li {
  margin-left: 3px;
  margin-right: 3px;
}
.p-top__recruit-slider .career .slick-dots li button {
  display: block;
  border: 0;
  background: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,.3);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
}
.p-top__recruit-slider .career .slick-dots li.slick-active button,
.p-top__recruit-slider .career .slick-dots li button:hover {
  background: #fff;
}

/* ----------------------------- タブレット（769～1024px） */
/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-top {
    overflow: hidden;
  }
  .p-top__kv {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 49px;
    padding-bottom: 0;
    background: transparent;
  }
  .p-top__kv:before {
    display: none;
  }
  .p-top__kv:after {
    display: none;
    z-index: 10;
    background-image: url(img/top/kv_bg3_sp.png);
    height: 20.8vw;
  }
  .p-top__kv.is-load:before {
    width: 100%;
  }
  .p-top__kv-wrap {
    max-width: initial;
    width: 100%;
    height: auto;
    position: static;
    background: url(img/top/kv_txt1.svg) no-repeat center #E00019;
    background-size: 80% auto;
    padding: 15px 10px;
    text-align: center;
  }
  .p-top__kv-wrap:before {
    display: none;
  }
  .p-top__kv .topics {
    display: block;
  }
  .p-top__kv .topics-box {
    margin-left: 0;
    width: 100%;
  }
  .p-top__kv .topics-trigger {
    display: none;
  }
  .p-top__kv .topics-content {
    width: 100%;
  }
  .p-top__kv .topics-content .tab li {
    font-size: 12px;
    font-size: 1.2rem;
    background: url(img/top/kv_bg1_sp.png) center;
    line-height: 208%;
  }
  /*.p-top__kv .topics-content .tab li.is-active {
    background: #000;
  }*/
  .p-top__kv .topics-content .content ul {
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-top__kv .topics-content .content li a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-top__kv .topics-content .content li .img1 {
    display: none;
  }
  .p-top__kv .topics-content .content li .txt1 {
    width: 100%;
  }
  .p-top__kv .topics-content .content li .txt1 .date {
    font-size: 12px;
    font-size: 1.2rem;
    color: #E00019;
  }
  .p-top__kv .topics-content .content li .txt1 .category {
    padding: 0 10px;
    align-items: center;
  }
  .p-top__kv .topics-content .content li .txt1 .category span {
    font-size: 10px;
    font-size: 1rem;
    padding: 3px 8px;
    margin-right: 8px;
    min-width: 45px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
  }
  .p-top__kv .topics-content .content li .txt1 .t {
    margin-top: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-top__kv .topics-content .content li .txt1 p {
    display: none;
  }
  .p-top__kv .topics-content .content li .txt1 p.date, .p-top__kv .topics-content .content li .txt1 p.creator {
    display: block;
  }
  .p-top__kv .topics-content .content li .txt1 p.category {
    display: flex;
  }
  .p-top__kv .topics-anchor {
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding-top: min(2.13333vw,8px);
    margin-top: 0;
  }
  .p-top__kv .topics-anchor:before {
    display: none;
  }
  .p-top__kv .topics-anchor a {
    color: #fff;
    filter: unset;
    font-size: min(0.72917vw,14px);
    background: #fff;
    color: #AA0011;
    border: 1px solid #AA0011;
    padding: min(1.33333vw,5px) min(5.86667vw,22px);
    border-radius: 50px;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-top__kv .topics-anchor a {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top__kv .topics-anchor a:before {
    display: none;
  }
  .p-top__kv .topics-anchor span {
    display: inline-block;
    padding-right: min(5.86667vw,22px);
  }
  .p-top__kv .topics-anchor span:before {
    background-image: url(img/common/arrow_1-down-red.svg);
    background-size: contain;
    width: min(3.46667vw,13px);
    height: min(1.86667vw,7px);
  }
  .p-top__kv .lead {
    margin-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-top__kv .lead .catch {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 4px;
  }
  .p-top__kv .lead .en {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-top__kv .movie {
    width: 100%;
/*    height: 159.7333vw;*/
/*    height: 100vw;*/
/*    padding-top: 49px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    overflow: hidden;
/*    aspect-ratio: 75/113;*/
    top: 0;
  }
  .p-top__kv .movie img {
    display: none !important;
    position: relative;
    z-index: 2;
    pointer-events: none;
  }
  .p-top__kv .movie.is-finish img {
    display: block !important;
  }
  .p-top__kv .movie.is-finish + .scroll + .action {
    top: 75vw;
  }
  .p-top__kv .movie:before {
/*    background: url(img/top/kv_img1_sp.jpg) no-repeat center;*/
/*    background-size: cover;*/
  }
  .p-top__kv .topics.v2 .topics-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #aa0011;
  }
  .p-top__kv .topics.v2 .topics-content .slick-slider {
    padding-top: min(5.333vw,20px);
    padding-bottom: min(13.333vw,50px);
  }
  .p-top__kv .topics.v2 .topics-content .slick-arrow {
    width: min(10.666vw,40px);
    height: min(10.666vw,40px);
    top: auto;
    bottom: 0;
  }
  .p-top__kv .topics.v2 .topics-content .slick-arrow.slick-prev {
    right: calc(50% + 5px);
    left: auto;
  }
  .p-top__kv .topics.v2 .topics-content .slick-arrow.slick-next {
/*    right: auto;*/
    left: calc(50% + 5px);
  }
  .p-top__kv .topics.v2 .topics-content .tab {
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .p-top__kv .topics.v2 .topics-content .content2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-top__kv .topics.v2 .topics-content .content2 li {
    padding-left: 5px;
    padding-right: 5px;
    width: calc(50vw - 10px) !important;
  }
  .p-top__kv .topics.v2 .topics-content .content2 li:first-child {
    padding-left: 5px;
  }
  .p-top__kv .topics.v2 .topics-content li .txt2 {
    margin-bottom: 2px;
  }
  .p-top__kv .topics.v2 .topics-content li .txt2 .category {
  }
  .p-top__kv .topics.v2 .topics-content li .txt2 .category span {
    font-size: 10px;
    font-size: 1.0rem;
    margin-right: 3px;
    margin-bottom: 3px;
    width: auto;
    letter-spacing: 0;
  }
  .p-top__kv .topics.v2 .topics-content li .txt2 .date {
    font-size: 10px;
    font-size: 1.0rem;
    width: 6em;
    text-align: right;
  }
  .p-top__kv .topics.v2 .topics-content li .txt1 {
    padding: min(2.666vw,10px);
  }
  .p-top__kv .topics.v2 .topics-content li .txt1 .t {
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: min(2.1333vw,8px);
  }
  .p-top__kv .topics.v2 .topics-content li .txt1 .l {
    font-size: 11px;
    font-size: 1.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .p-top__kv .topics.v2 .topics-content li.recruit .img {
    padding-bottom: min(8vw,30px);
  }
  .p-top__kv .topics.v2 .topics-content li.recruit .img img {
    max-height: min(53.333vw,200px);
  }
  .p-top__kv .topics.v2 .topics-content li.recruit .c-btn1 p.anchor {
    margin-left: min(4.2666vw,16px);
    margin-right: min(4.2666vw,16px);
  }
  .p-top__kv .topics.v2 .topics-content li.slick-current {
    width: calc(50vw - 10px) !important;
  }
  .p-top__kv .topics-anchor {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .p-top__kv .scroll {
    font-size: 14px;
    font-size: 1.4rem;
    right: 0;
    bottom: 5vw;
    color: #fff;
    width: 100%;
    border-top: 0;
    background: url(img/top/kv_scroll_icon1.png) no-repeat center bottom;
    background-size: 12px 6px;
    padding-bottom: 12px;
    text-transform: none;
    line-height: 140%;
    text-align: center;
    font-style: normal;
    font-weight: 500;
  }
  .p-top__kv .scroll span {
    background: none;
    padding-bottom: 0;
  }
  .p-top__kv .action {
    bottom: auto;
    top: 143vw;
  }
  .p-top__kv .action p {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-top__kv .action p:before {
    display: none;
  }
  .p-top__kv .action img {
    height: 14px;
  }

  .p-top__kvsp {
    padding-top: 49px;
    position: relative;
  }
  /*.p-top__kvsp:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(img/top/kv_movie_bg1.png) center;
    mix-blend-mode: multiply;
    pointer-events: none;
  }*/
  .p-top__kvsp .lead {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    z-index: 4;
    text-align: left;
    text-shadow: -2px -2px 10px rgba(0,0,0,.3),
                 -2px 0 10px rgba(0,0,0,.3),
                 -2px 2px 10px rgba(0,0,0,.3),
                 0 -2px 10px rgba(0,0,0,.3),
                 0 2px 10px rgba(0,0,0,.3),
                 2px -2px 10px rgba(0,0,0,.3),
                 2px 0 10px rgba(0,0,0,.3),
                 2px 2px 10px rgba(0,0,0,.3);
  }
  .p-top__kvsp .lead .catch {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .p-top__kvsp .lead .en {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .p-top__mission {
    padding-top: 30px;
    background-size: 160% auto;
    padding-bottom: 150px;
  }
  .p-top__mission:before {
    top: -35vw;
    right: -30px;
    width: 330px;
    height: 340px;
    background-size: contain;
  }
  .p-top__mission .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-top__mission .c-title1 {
    margin-bottom: 40px;
  }
  .p-top__mission .c-title1 .h {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
  .p-top__mission .c-title1 .en {
    font-size: 75px;
    font-size: 7.5rem;
  }
  .p-top__mission .catch {
    margin-bottom: 30px;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }
  .p-top__mission .catch span {
    display: block;
    background-size: 90px 67px, 90px 67px;
    padding: 45px 20px;
    font-size: 20px;
    font-size: 2rem;
  }
  .p-top__mission .lead .t {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 190%;
    margin-bottom: 25px;
  }
  .p-top__mission .lead .img1 {
    margin-bottom: 25px;
  }
  .p-top__mission .lead .txt p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 180%;
    text-align: left;
  }
  .p-top__service {
    padding-bottom: 60px;
    margin-bottom: 80px;
  }
  .p-top__service-heading {
    margin-bottom: 50px;
    display: block;
  }
  .p-top__service-heading .lead {
    margin: 0;
    margin-top: 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .p-top__service-content .heading:before {
    width: 85%;
    height: 58vw;
    top: 50px;
    bottom: auto;
    margin-top: 0;
  }
  .p-top__service-content .heading .c-wrap {
    display: block;
    padding-left: 0;
  }
  .p-top__service-content .heading .img1 {
    margin-right: 30px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .p-top__service-content .heading .img1 img {
    position: relative;
    margin-left: -10px;
  }
  .p-top__service-content .heading .txt1 {
    width: auto;
    text-align: left;
    padding-left: 20px;
  }
  .p-top__service-content .heading .txt1 .en {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 120%;
    margin-bottom: 2px;
  }
  .p-top__service-content .heading .txt1 .h {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-top__service-content .heading .txt1 .lead {
    font-size: 13.5px;
    font-size: 1.35rem;
    margin-top: 12px;
  }
  .p-top__service-content .heading .txt1 ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .p-top__service-content .heading .txt1 li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .p-top__service-content .heading .txt1 li a {
    text-align: left;
  }
  .p-top__service-content .heading .txt1 li span {
    display: block;
  }
  .p-top__service-content .content {
    padding-left: 40px;
    padding-right: 0;
  }
  .p-top__service-content .content:before {
    width: calc(100% - 20px);
    left: 20px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
  }
  .p-top__service-content .content li {
    display: block;
  }
  .p-top__service-content .content .txt1 {
    width: auto;
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .p-top__service-content .content .txt1-wrap {
    max-width: initial;
  }
  .p-top__service-content .content .txt1 .en {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 115%;
    margin-bottom: 2px;
  }
  .p-top__service-content .content .txt1 .en span {
    font-size: 65px;
    font-size: 6.5rem;
  }
  .p-top__service-content .content .txt1 .h {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__service-content .content .txt1 .lead {
    margin-top: 20px;
  }
  .p-top__service-content .content .txt1 .logo img {
    width: 100%;
  }
  .p-top__service-content .content .txt1 .c-btn1 {
    margin-top: 25px;
  }
  .p-top__service-content .content .img1 {
    width: auto;
  }
  .p-top__service-content.bs .content .img1 div:before {
    top: 10px;
    left: 10px;
  }
  .p-top__service-content.ss .heading:before {
    height: 45vw;
    top: 70px;
    right: auto;
    left: 0;
    background: -webkit-linear-gradient(left, #ab0213 0%, rgba(170, 0, 17, 0) 100%);
    background: linear-gradient(to right, #ab0213 0%, rgba(170, 0, 17, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab0213', endColorstr='#00aa0011',GradientType=1 );
  }
  .p-top__service-content.ss .heading .img1 {
    margin-right: 60px;
    margin-bottom: 20px;
  }
  .p-top__service-content.ss .content:before {
    right: 10px;
    width: calc(100% - 10px);
  }
  .p-top__service-content.ss .content .img1 div {
    padding-left: 0;
    padding-bottom: 0;
  }
  .p-top__service-content.ss .content .img1 div:before {
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background: -moz-linear-gradient(left, rgba(170, 0, 17, 0) 0%, #ab0213 100%);
    background: -webkit-linear-gradient(left, rgba(170, 0, 17, 0) 0%, #ab0213 100%);
    background: linear-gradient(to right, rgba(170, 0, 17, 0) 0%, #ab0213 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa0011', endColorstr='#ab0213',GradientType=1 );
  }
  .p-top__news-heading {
    display: block;
    margin-bottom: 30px;
  }
  .p-top__news-heading .c-title1 {
    margin-bottom: 40px;
  }
  .p-top__news-heading .term {
    flex-wrap: wrap;
  }
  .p-top__news-heading .term li {
    margin-bottom: 10px;
    padding: 10px 2px;
  }
  .p-top__news-heading .term li.-service {
    width: 48%;
    margin-left: 4%;
  }
  .p-top__news-heading .term li.-service:first-child {
    margin-left: 0;
  }
  .p-top__news-heading .term li.-category {
    width: 15.8%;
    margin-left: 1%;
  }
  .p-top__news-heading .term li.-category:nth-child(3) {
    margin-left: 0;
  }
  .p-top__news-heading .term li.-category:nth-child(6) {
    width: 22%;
  }
  .p-top__news-heading .term li.-category:nth-child(7) {
    width: 26.5%;
  }
  .p-top__news-content ul {
    display: block;
  }
  .p-top__news-content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 50px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .p-top__news-content li .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top__news-content li .img1 {
    margin-bottom: 15px;
  }
  .p-top__news-content li .t {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .p-top__news-content li .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 12px;
  }
  .p-top__news-content li .category span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 12px;
  }
  .p-top__news-content li .lead {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-top__news.v2 {
    padding-top: 30px;
    margin-top: 0;
  }
  .p-top__news.v2 .c-wrap {
    display: block;
  }
  .p-top__news.v2 .p-top__news-heading {
    width: auto;
    margin-bottom: 15px;
  }
  .p-top__news.v2 .p-top__news-heading .c-title1 {
    margin-bottom: 0;
  }
  .p-top__news.v2 .p-top__news-heading .tab {
    margin-top: 20px;
    display: flex;
  }
  .p-top__news.v2 .p-top__news-heading .tab li {
    font-size: 1.2rem;
    padding: 5px;
    border-left: none;
    margin-bottom: 0;
    margin-left: 3px;
    flex-grow: 1;
    text-align: center;
  }
  .p-top__news.v2 .p-top__news-heading .tab li.pickup {
    display: none;
  }
  .p-top__news.v2 .p-top__news-heading .tab li:first-child {
    margin-left: 0;
  }
  .p-top__news.v2 .p-top__news-heading .tab li a,
  .p-top__news.v2 .p-top__news-heading .tab li span {
    background: none !important;
  }
  .p-top__news.v2 .p-top__news-heading .c-title1.white .h,
  .p-top__news.v2 .p-top__news-heading .c-title1.white .en {
    color: #333;
  }
  .p-top__news.v2 .p-top__news-content {
    width: auto;
  }
  .p-top__news.v2 .p-top__news-content .content .instagram {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
  .p-top__news.v2 .p-top__news-content .content ul {
    display: block;
  }
  .p-top__news.v2 .p-top__news-content .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  /*.p-top__news.v2 .p-top__news-content .content li:nth-child(n+4) {
    display: none;
  }*/
  .p-top__news.v2 .p-top__news-content .content ul:nth-child(n+2) li,
  .p-top__news.v2 .p-top__news-content .content li:nth-child(4) {
    border-top: 0;
  }
  .p-top__news.v2 .p-top__news-content .content ul:nth-child(n+2) li,
  .p-top__news.v2 .p-top__news-content .content li:nth-child(n+4) {
    border-bottom: 0;
    margin-bottom: 20px;
  }
  .p-top__news.v2 .p-top__news-content .content ul:nth-child(n+2) li a,
  .p-top__news.v2 .p-top__news-content .content li:nth-child(n+4) a {
    display: block;
  }
  .p-top__news.v2 .p-top__news-content .content ul:nth-child(n+2) li .img1,
  .p-top__news.v2 .p-top__news-content .content li:nth-child(n+4) .img1 {
    width: auto;
    margin-bottom: 15px;
  }
  .p-top__news.v2 .p-top__news-content .content ul:nth-child(n+2) li .txt1,
  .p-top__news.v2 .p-top__news-content .content li:nth-child(n+4) .txt1 {
    width: auto;
  }
  .p-top__news.v2 .p-top__news-content .content li .t {
    font-size: 1.8rem;
  }

  .p-top__client {
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: visible;
    background-size: auto 100%;
  }
  .p-top__client-wrap {
    padding-left: 20px;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .p-top__client .c-wrap {
    display: block;
    padding-left: 0;
  }
  .p-top__client-heading {
    margin-bottom: 30px;
  }
  .p-top__client-content {
    width: auto;
    -webkit-mask-image: none;
    mask-image: none;
    position: relative;
    margin-left: -40px;
  }
  .p-top__client-content li p {
    width: 180px;
    height: 160px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .p-top__client-content li p img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .p-top__casestudy {
    display: block;
    padding-left: 0;
  }
  .p-top__casestudy-wrap {
    padding-left: 0;
    padding-bottom: 60px;
  }
  .p-top__casestudy-heading {
    width: auto;
    margin-bottom: 40px;
  }
  .p-top__casestudy-content {
    width: auto;
    padding-top: 0;
  }
  .p-top__casestudy-content ul {
    display: block;
  }
  .p-top__casestudy-content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .p-top__casestudy-content li:last-child {
    margin-bottom: 0;
  }
  .p-top__casestudy-content li .img1 {
    margin-bottom: 15px;
  }
  .p-top__casestudy-content li .txt1 .t {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .p-top__casestudy-content li .txt1 .category {
    margin-bottom: 7px;
  }
  .p-top__casestudy-content li .txt1 .category span {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-top__casestudy-content li .txt1 p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top__note {
    margin-bottom: 120px;
  }
  .p-top__note-wrap {
    padding-top: 70px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .p-top__note-heading {
    width: auto;
    margin-bottom: 40px;
  }
  .p-top__note-heading .c-btn1 {
    margin-top: 10px;
  }
  .p-top__note-heading .category {
    margin-top: 30px;
  }
  .p-top__note-heading .category li {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 48.83%;
    margin-left: 2.34%;
  }
  .p-top__note-content {
    width: 100%;
  }
  .p-top__note-content ul {
    display: none;
  }
  .p-top__note-content ul.is-active {
    display: block;
  }
  .p-top__note-content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .p-top__note-content li:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-top__note-content li .txt1 {
    padding: 12px 15px;
  }
  .p-top__note-content li .txt1 p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-top__note-content li .txt1 .attr {
    margin-top: 10px;
  }
  .p-top__note-content li .txt1 .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top__note-content li .txt1 .category {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 8px;
  }
  .p-top__note-content .c-btn1 {
    margin-top: 50px;
  }
  .p-top__sns .c-wrap {
    display: block;
  }
  .p-top__sns-heading {
    width: auto;
    max-width: initial;
    margin-bottom: 20px;
  }
  .p-top__sns-content {
    width: 100%;
    max-width: initial;
    display: block;
  }
  .p-top__sns-content .box1 {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .p-top__link {
    padding-top: 40px;
    margin-bottom: 80px;
  }
  .p-top__link:after {
    top: 390px;
    height: 50px;
  }
  .p-top__link ul {
    flex-wrap: wrap;
  }
  .p-top__link li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 40px;
  }
  .p-top__link li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-top__link li:nth-child(3) .txt1, .p-top__link li:nth-child(4) .txt1 {
    margin-bottom: 35px;
  }
  .p-top__link .txt1 {
    margin-bottom: 15px;
  }
  .p-top__link .txt1 .h {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 90%;
  }
  .p-top__link .map {
    margin-top: -22px;
  }
  .p-top__link .map-tab {
    width: 100%;
  }
  .p-top__link .map-tab li {
    margin-bottom: 0;
    font-size: 10px;
    font-size: 1rem;
    width: auto;
    margin-left: 0 !important;
    letter-spacing: 0;
    flex-grow: 1;
    padding-left: 0;
    padding-right: 0;
  }
  .p-top__link .map-tab li.nagoya {
    width: 3.5em;
  }
  .p-top__contact {
/*    padding-bottom: 120px;*/
    padding-bottom: 80px;
  }
  .p-top__contact .c-wrap {
    display: block;
  }
  .p-top__contact-heading {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .p-top__contact-heading .h {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-top__contact-heading .en {
    font-size: 90px;
    font-size: 9rem;
    top: 5px;
  }
  .p-top__contact-heading .t {
    margin-left: 0;
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 30px;
    line-height: 140%;
  }
  .p-top__contact .c-btn1 {
    margin-left: 0;
    margin-top: 30px;
  }
  .p-top__recruit .c-wrap {
    display: block;
    padding-top: 30px;
  }
  .p-top__recruit-heading {
    max-width: initial;
    width: auto;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }
  .p-top__recruit-heading .lead {
    margin-top: 20px;
  }
  .p-top__recruit-heading .c-btn1 {
    display: flex;
  }
  .p-top__recruit-heading .c-btn1 a {
    width: 48%;
    margin-right: 4%;
    margin-left: 0;
  }
  .p-top__recruit-img {
    margin-left: 35px;
    margin-right: -20px;
    position: relative;
  }
  .p-top__recruit-slider {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
  .p-top__recruit-slider > div {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .p-top__recruit-slider > div:last-child {
    margin-bottom: 0;
  }
}
/*=======================================
企業情報
=========================================*/
.p-company {
  background: url(img/company/bg1.jpg) no-repeat left top;
  background-size: auto 100%;
  padding-top: 167px;
  padding-bottom: 200px;
}
.p-company__profile {
  margin-bottom: 100px;
}
.p-company__profile .c-title1 {
  margin-bottom: 50px;
}
.p-company__profile .c-table1 img {
  vertical-align: middle;
  margin-right: 20px;
}
.p-company__profile .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.p-company__profile .box1:last-child {
  margin-bottom: 0;
}
.p-company__profile .txt1 h4 {
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 12px;
  position: relative;
}
.p-company__profile .txt1 h4:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  border-top: 1px solid #000;
}
.p-company__profile .txt1 a {
  color: #000;
  text-decoration: none;
}
.p-company__profile li {
  display: flex;
  margin-bottom: 5px;
}
.p-company__profile li:last-child {
  margin-bottom: 0;
}
.p-company__profile li .year {
  width: 7.5em;
}
.p-company__profile li .content {
  width: calc(100% - 7.5em);
}
.p-company__profile .c-btn2 a {
  padding-left: 20px;
  padding-right: 20px;
}
.p-company__profile .sdgs .c-btn2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.p-company__service .c-title1 {
  margin-bottom: 50px;
}
.p-company__service .block1 {
  margin-bottom: 36px;
}
.p-company__service .block1:last-child {
  margin-bottom: 0;
}
.p-company__service .block1-heading {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.p-company__service .block1-heading .en {
  font-size: min(1.5625vw,30px);
  letter-spacing: -0.05em;
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 900;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .p-company__service .block1-heading .en {
    font-size: 8vw;
  }
}
.p-company__service .block1-heading .h {
  margin-left: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.p-company__service .block1-content {
  display: flex;
  /*justify-content: space-between;*/
}
.p-company__service .block1-content .box1 {
  width: 30.9090%;
  margin-left: 3.6365%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 35px 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.p-company__service .block1-content .box1:nth-child(3n+1) {
  margin-left: 0;
}
.p-company__service .block1-content .box1 ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  min-height: 155px;
}
.p-company__service .block1-content .box1 li {
  line-height: 140%;
  text-align: left;
}
.p-company__service .block1-content .box1 li span {
  font-size: min(0.52083vw,10px);
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-company__service .block1-content .box1 li span {
    font-size: 2.66667vw;
  }
}
.p-company__service .block1-content .title {
  margin-bottom: 18px;
}
.p-company__service .block1-content .title .h {
  font-size: min(0.9375vw,18px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 120%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-company__service .block1-content .title .h {
    font-size: 4.8vw;
  }
}
.p-company__service .block1-content .title .en {
  font-size: min(0.67708vw,13px);
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .p-company__service .block1-content .title .en {
    font-size: 3.46667vw;
  }
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-company {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .p-company__profile {
    margin-bottom: 60px;
  }
  .p-company__profile .c-title1 {
    margin-bottom: 30px;
  }
  .p-company__profile .box1 {
    display: block;
  }
  .p-company__profile .txt1 {
    margin-bottom: 10px;
    position: relative;
    margin-top: -15px;
  }
  .p-company__profile .c-table1 img {
    float: left;
  }
  .p-company__service .c-title1 {
    margin-bottom: 30px;
  }
  .p-company__service .block1-heading .en {
    font-size: min(1.14583vw,22px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-company__service .block1-heading .en {
    font-size: 5.86667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__service .block1-heading .h {
    margin-left: 10px;
  }
  .p-company__service .block1-content {
    display: block;
  }
  .p-company__service .block1-content .box1 {
    width: auto;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-company__service .block1-content .box1:last-child {
    margin-bottom: 0;
  }
  .p-company__service .block1-content .box1 ul {
    min-height: initial;
    margin-left: 0;
    margin-right: 0;
  }
}
/*=======================================
アクセス
=========================================*/
.p-access {
  overflow: hidden;
  padding-bottom: 20px;
}
.p-access .block1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
  position: relative;
}
.p-access .block1:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  background: #F9F9F9;
  width: calc(50vw + 50% - 40px);
  height: 76.636%;
  top: 0;
  bottom: 0;
  left: 40px;
  margin-top: auto;
  margin-bottom: auto;
}
.p-access .block1:last-child {
  margin-bottom: 0;
}
.p-access .block1:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-access .block1:nth-child(2n):before {
  left: auto;
  right: 40px;
}
.p-access .block1:nth-child(2n) .box1 .access:before {
  left: auto;
  right: 0;
}
.p-access .block1:nth-child(2n) .box1 .access:after {
  left: auto;
  right: 490px;
}
.p-access .block1:nth-child(2n) .map {
  padding-right: 0;
  padding-left: 20px;
}
.p-access .block1:nth-child(2n) .map:before {
  right: auto;
  left: 0;
  background: -moz-linear-gradient(left, #aa0011 0%, rgba(170, 0, 17, 0) 93%, rgba(170, 0, 17, 0) 100%);
  background: -webkit-linear-gradient(left, #aa0011 0%, rgba(170, 0, 17, 0) 93%, rgba(170, 0, 17, 0) 100%);
  background: linear-gradient(to right, #aa0011 0%, rgba(170, 0, 17, 0) 93%, rgba(170, 0, 17, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0011', endColorstr='#00aa0011',GradientType=1 );
}
.p-access .box1 {
  max-width: 44.6364%;
  position: relative;
  z-index: 2;
}
.p-access .box1 .en {
  font-size: min(2.08333vw,40px);
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 100%;
  color: #DF0019;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-access .box1 .en {
    font-size: 10.66667vw;
  }
}
.p-access .box1 .h {
  font-size: min(1.04167vw,20px);
  line-height: 140%;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-access .box1 .h {
    font-size: 5.33333vw;
  }
}
.p-access .box1 .h small {
  font-size: min(0.83333vw,16px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-access .box1 .h small {
    font-size: 4.26667vw;
  }
}
.p-access .box1 .address {
  font-size: min(0.78125vw,15px);
  line-height: 140%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-access .box1 .address {
    font-size: 4vw;
  }
}
.p-access .box1 .access {
  margin-top: 28px;
  padding-top: 28px;
  position: relative;
  line-height: 140%;
}
.p-access .box1 .access:before, .p-access .box1 .access:after {
  display: block;
  content: "";
  position: absolute;
}
.p-access .box1 .access:before {
  width: 490px;
  top: 0;
  left: 0;
  border-top: 1px solid #DF0019;
}
.p-access .box1 .access:after {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #DF0019;
  top: -5px;
  left: 490px;
}
.p-access .box1 .access li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.p-access .box1 .access li span {
  font-size: min(0.52083vw,10px);
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-access .box1 .access li span {
    font-size: 2.66667vw;
  }
}
.p-access .map {
  width: 51.8182%;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-access .map:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: -20px;
  background: -moz-linear-gradient(left, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
  background: -webkit-linear-gradient(left, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
  background: linear-gradient(to right, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa0011', endColorstr='#aa0011',GradientType=1 );
}
.p-access .map iframe {
  vertical-align: top;
  position: relative;
  z-index: 2;
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-access .block1 {
    display: block;
    margin-bottom: 80px;
  }
  .p-access .block1:before {
    left: 30px;
    height: 90%;
    width: 100%;
  }
  .p-access .block1:nth-child(2n) .map {
    padding-left: 0;
  }
  .p-access .block1:nth-child(2n) .map:before {
    left: auto;
    right: -10px;
    background: -moz-linear-gradient(left, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
    background: -webkit-linear-gradient(left, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
    background: linear-gradient(to right, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa0011', endColorstr='#aa0011',GradientType=1 );
  }
  .p-access .box1 {
    max-width: initial;
    margin-bottom: 20px;
  }
  .p-access .box1 .en {
    font-size: min(1.30208vw,25px);
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-access .box1 .en {
    font-size: 6.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-access .box1 .h {
    font-size: min(0.9375vw,18px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-access .box1 .h {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-access .box1 .address {
    font-size: min(0.72917vw,14px);
    margin-right: -10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-access .box1 .address {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-access .box1 .access {
    margin-top: 15px;
    padding-top: 15px;
  }
  .p-access .box1 .access:before {
    width: 100%;
  }
  .p-access .box1 .access:after {
    left: calc(100% - 2px);
  }
  .p-access .map {
    width: auto;
    padding-right: 0;
    margin-right: -10px;
    position: relative;
  }
  .p-access .map:before {
    right: -10px;
    bottom: -10px;
  }
  .p-access .map iframe {
    width: 100%;
    height: 56.25vw;
  }
}
/*=======================================
お問い合わせ
=========================================*/
.p-contact__heading {
  color: #AA0011;
  margin-bottom: 80px;
}
.p-contact__heading .h {
  font-size: min(1.97917vw,38px);
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-contact__heading .h {
    font-size: 10.13333vw;
  }
}
.p-contact__heading .note li {
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.p-contact__heading .privacy a {
  display: inline-block;
  color: #AA0011;
  text-decoration: none;
}
.p-contact__heading .privacy span {
  display: block;
  font-weight: 700;
  border-bottom: 1px solid #AA0011;
}
.p-contact__form table {
  width: 100%;
}
.p-contact__form th,
.p-contact__form td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.p-contact__form tr:last-child th,
.p-contact__form tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.p-contact__form th {
  font-weight: 400;
  font-size: min(0.9375vw,18px);
  padding-left: 30px;
  padding-right: 20px;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-contact__form th {
    font-size: 4.8vw;
  }
}
.p-contact__form th .required {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background: #AA0011;
  font-weight: 700;
  font-size: min(0.72917vw,14px);
  letter-spacing: 0.03em;
  line-height: 120%;
  padding: 3px 18px 4px;
}
@media screen and (max-width: 768px) {
  .p-contact__form th .required {
    font-size: 3.73333vw;
  }
}
.p-contact__form td input[type="text"],
.p-contact__form td input[type="email"],
.p-contact__form td textarea {
  background: #EEE;
  font-size: min(0.83333vw,16px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__form td input[type="text"],
  .p-contact__form td input[type="email"],
  .p-contact__form td textarea {
    font-size: 4.26667vw;
  }
}
.p-contact__form td input[type="text"],
.p-contact__form td input[type="email"] {
  width: 330px;
}
.p-contact__form td textarea {
  width: 100%;
}
.p-contact__form td input[type="radio"] {
  margin-top: 0;
}
.p-contact__form .privacy {
  text-align: center;
  margin-top: 55px;
  letter-spacing: 0.06em;
}
.p-contact__form .privacy label {
  cursor: pointer;
}
.p-contact__form .privacy a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.p-contact__form .btn {
  margin-top: 60px;
  text-align: center;
}
.p-contact__form .btn input[type="submit"],
.p-contact__form .btn input[type="button"] {
  font-size: min(0.9375vw,18px);
  font-weight: 500;
  cursor: pointer;
  border: 0;
  background: #E00019;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  width: 300px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__form .btn input[type="submit"],
  .p-contact__form .btn input[type="button"] {
    font-size: 4.8vw;
  }
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-contact__heading {
    margin-bottom: 40px;
  }
  .p-contact__heading .h {
    font-size: min(1.04167vw,20px);
    line-height: 140%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-contact__heading .h {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__heading .note {
    margin-bottom: 10px;
  }
  .p-contact__heading .note li {
    line-height: 140%;
    margin-bottom: 3px;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  .p-contact__form table,
  .p-contact__form tbody,
  .p-contact__form tr,
  .p-contact__form th,
  .p-contact__form td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-contact__form th {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
    padding-bottom: 5px;
    font-size: min(0.78125vw,15px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-contact__form th {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form th .required {
    margin-left: 15px;
    position: static;
    font-size: min(0.625vw,12px);
    padding-left: 12px;
    padding-right: 12px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-contact__form th .required {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form td {
    border-top: 0;
    padding-top: 5px;
  }
  .p-contact__form td input[type="text"],
  .p-contact__form td input[type="email"],
  .p-contact__form td textarea {
    padding: 8px;
  }
  .p-contact__form td label {
    display: block;
  }
  .p-contact__form tr:last-child th {
    border-bottom: 0;
  }
  .p-contact__form .privacy {
    margin-top: 35px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
  .p-contact__form .btn {
    margin-top: 40px;
  }
  .p-contact__form .btn input[type="submit"],
  .p-contact__form .btn input[type="button"] {
    font-size: min(0.83333vw,16px);
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-contact__form .btn input[type="submit"],
  .p-contact__form .btn input[type="button"] {
    font-size: 4.26667vw;
  }
}

/*=======================================
代表メッセージ
=========================================*/
.p-message {
  padding-top: 80px;
  padding-bottom: 200px;
  background: #eeeeee;
  background: -moz-linear-gradient(left, #eeeeee 0%, #fbfbfb 22%, #ffffff 50%, #fafafa 78%, #eeeeee 100%);
  background: -webkit-linear-gradient(left, #eeeeee 0%, #fbfbfb 22%, #ffffff 50%, #fafafa 78%, #eeeeee 100%);
  background: linear-gradient(to right, #eeeeee 0%, #fbfbfb 22%, #ffffff 50%, #fafafa 78%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 );
}
.p-message .l-pagetitle {
  padding-top: 210px;
  padding-bottom: 202px;
}
.p-message .l-pagetitle:before {
  display: none;
}
.p-message .l-pagetitle .txt1 {
  padding-left: 0;
  padding-right: 0;
}
.p-message .l-pagetitle .img1 {
  width: 72.7272%;
  right: 20px;
}
.p-message .l-pagetitle .img1 img {
  height: 570px;
}
.p-message__content p {
  font-size: min(0.9375vw,18px);
  line-height: 180%;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .p-message__content p {
    font-size: 4.8vw;
  }
}
.p-message__content p.name {
  text-align: right;
}
.p-message__content p.name em {
  font-size: min(1.45833vw,28px);
  line-height: 180%;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-message__content p.name em {
    font-size: 7.46667vw;
  }
}
.p-message__content .btn {
  margin-top: 150px;
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-message {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .p-message .l-pagetitle {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 35px;
  }
  .p-message .l-pagetitle .img1 {
    right: -20px;
  }
  .p-message .l-pagetitle .img1 img {
    height: auto;
  }
  .p-message__content p {
    font-size: min(0.83333vw,16px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-message__content p {
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message__content p.name em {
    font-size: min(1.25vw,24px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-message__content p.name em {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message__content .btn {
    margin-top: 80px;
  }
}
/*=======================================
ソリューション事例
=========================================*/
.p-casestudy {
  background: #F9F9F9 url(img/casestudy/bg1.jpg) no-repeat center top;
  padding-top: 90px;
  padding-bottom: 200px;
}
.p-casestudy__content .block1 {
  margin-bottom: 150px;
}

/* ----------------------------- スマホ（～768px） */
/*=======================================
企業理念
=========================================*/
.p-way__mission {
  margin-bottom: 166px;
}
.p-way__mission .c-title1 {
  text-align: center;
  margin-bottom: 30px;
}
.p-way__mission .c-title1 .en {
  font-size: min(5.20833vw,100px);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-way__mission .c-title1 .en {
    font-size: 26.66667vw;
  }
}
.p-way__mission .c-title1 .en span {
  display: inline-block;
  border-bottom: 2px solid #AA0011;
  padding-bottom: 20px;
}
.p-way__mission .c-title1 .jp {
  font-size: min(1.5625vw,30px);
  color: #AA0011;
}
@media screen and (max-width: 768px) {
  .p-way__mission .c-title1 .jp {
    font-size: 8vw;
  }
}
.p-way__mission .lead {
  color: #AA0011;
  text-align: center;
}
.p-way__dna {
  background: url(img/way/dna_bg2.svg) no-repeat center top, url(img/way/dna_bg1.jpg) no-repeat center top;
  color: #fff;
  background-size: 100% auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-way__dna .c-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-way__dna .c-title1 {
  width: min(25.26042vw,485px);
}
.p-way__dna .content {
  width: calc(100% - min(27.60417vw,530px));
}
.p-way__dna .content li {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: min(52.08333vw,1000px);
}
.p-way__dna .content li:last-child {
  margin-bottom: 0;
}
.p-way__dna .content li:nth-child(2) {
  /*margin-left: min(5.52083vw,106px);*/
  margin-left: min(2.60416vw,50px);
}
.p-way__dna .content li:nth-child(3) {
  /*margin-left: min(11.04167vw,212px);*/
  margin-left: min(5.20832vw,100px);
}
.p-way__dna .content li:nth-child(4) {
  margin-left: min(7.81248vw,150px);
}
.p-way__dna .content .img1 {
  width: 36%;
}
.p-way__dna .content .txt1 {
  width: 60%;
}
.p-way__dna .content .txt1 .t {
  font-size: min(1.19792vw,23px);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-way__dna .content .txt1 .t {
    font-size: 6.13333vw;
  }
}
.p-way__dna .content .txt1 .lead {
  line-height: 180%;
}
@media screen and (min-width: 1921px) {
  .p-way__dna {
    padding-top: 200px;
  }
  .p-way__dna .c-title1 {
    width: 485px;
  }
  .p-way__dna .content {
    width: calc(100% - 530px);
  }
  .p-way__dna .content li {
    max-width: 1000px;
  }
  .p-way__dna .content li:last-child {
    margin-bottom: 0;
  }
  .p-way__dna .content li:nth-child(2) {
    /*margin-left: 106px;*/
    margin-left: 50px;
  }
  .p-way__dna .content li:nth-child(3) {
    /*margin-left: 212px;*/
    margin-left: 100px;
  }
  .p-way__dna .content li:nth-child(4) {
    margin-left: 150px;
  }
}
.p-way__guide {
  background: url(img/way/guide_bg2.svg) no-repeat center calc(100% + 1px), url(img/way/guide_bg1.png) center top;
  background-size: 100% auto, auto;
  padding-top: 95px;
  padding-bottom: 290px;
}
.p-way__guide .c-wrap {
  /*display: flex;*/
  /*align-items: center;*/
  /*align-items: flex-start;*/
  /*justify-content: space-between;*/
}
.p-way__guide .img1 {
  /*width: 64%;*/
  text-align: center;
  margin-top: 80px;
}
.p-way__origin {
  position: relative;
  /*margin-top: -194px;*/
  margin-top: 60px;
  margin-bottom: 12px;
  background: url(img/way/origin_bg1.png) no-repeat right center;
}
.p-way__origin .c-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-way__origin .content {
  width: 45.8823%;
  padding-top: 80px;
}
.p-way__origin .content .c-title1 {
  margin-bottom: 60px;
}
.p-way__origin .content .lead {
  line-height: 180%;
}
.p-way__origin .content .lead em {
  color: #DF0019;
  font-weight: 700;
}
.p-way__origin .img1 {
  width: 59.2941%;
  text-align: center;
}
.p-way__way {
  background: url(img/way/way_bg1.png) no-repeat center top;
  background-size: contain;
  padding-top: 120px;
}
@media screen and (max-width: 1260px) {
  .p-way__way {
    background-position: center 35%;
  }
}
@media screen and (min-width: 1921px) {
  .p-way__way {
    padding-top: 140px;
  }
}
.p-way__way .c-title1 {
  margin-bottom: 0;
}
.p-way__way .content {
  position: relative;
  margin-left: 11%;
  margin-top: -40px;
}
.p-way__way .content ul {
  display: flex;
  justify-content: space-between;
}
.p-way__way .content li {
  width: 30.6666%;
  margin-top: min(10.41667vw,200px);
  margin-left: min(3.125vw,60px);
}
.p-way__way .content li:nth-child(2) {
  margin-top: min(5.20833vw,100px);
}
.p-way__way .content li:nth-child(3) {
  margin-top: 0;
}
.p-way__way .content .title {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.p-way__way .content .title .en {
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: min(2.60417vw,50px);
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-way__way .content .title .en {
    font-size: 13.33333vw;
  }
}
.p-way__way .content .title .h {
  font-weight: 700;
  font-size: min(0.9375vw,18px);
  line-height: 150%;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-way__way .content .title .h {
    font-size: 4.8vw;
  }
}
.p-way__way .content .img1 {
  text-align: center;
  margin-bottom: 30px;
}
.p-way__way .content .lead {
  line-height: 150%;
  color: #AA0011;
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-way__mission {
    margin-bottom: 40px;
  }
  .p-way__mission .c-title1 .en {
    font-size: min(2.34375vw,45px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-way__mission .c-title1 .en {
    font-size: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .p-way__mission .c-title1 .en span {
    padding-bottom: 15px;
  }
  .p-way__mission .c-title1 .jp {
    font-size: min(1.04167vw,20px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-way__mission .c-title1 .jp {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-way__dna {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .p-way__dna .c-wrap {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-way__dna .c-title1 {
    width: auto;
    margin-bottom: 40px;
  }
  .p-way__dna .content {
    width: auto;
  }
  .p-way__dna .content li {
    margin-bottom: 40px;
    display: block;
    max-width: initial;
  }
  .p-way__dna .content li:nth-child(2),
  .p-way__dna .content li:nth-child(3),
  .p-way__dna .content li:nth-child(4) {
    margin-left: 0;
  }
  .p-way__dna .content .img1 {
    width: auto;
    margin-bottom: 10px;
  }
  .p-way__dna .content .txt1 {
    width: auto;
  }
  .p-way__dna .content .txt1 .en {
    font-size: min(0.72917vw,14px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-way__dna .content .txt1 .en {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-way__dna .content .txt1 .t {
    font-size: min(1.04167vw,20px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-way__dna .content .txt1 .t {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-way__dna .content .txt1 .lead {
    line-height: 160%;
  }
  .p-way__guide {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .p-way__guide .c-wrap {
    display: block;
  }
  .p-way__guide .c-title1 {
    /*margin-bottom: 30px;*/
  }
  .p-way__guide .img1 {
    width: auto;
    margin-top: 60px;
  }
  .p-way__origin {
    margin-top: -50px;
    background-size: 55vw auto;
    background-position: right 7%;
  }
  .p-way__origin .c-wrap {
    display: block;
  }
  .p-way__origin .content {
    width: auto;
    margin-bottom: 40px;
  }
  .p-way__origin .content .c-title1 {
    margin-bottom: 30px;
  }
  .p-way__origin .img1 {
    width: auto;
  }
  .p-way__way {
    padding-top: 80px;
    background: none;
  }
  .p-way__way .c-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .p-way__way .c-title1 {
    position: relative;
    z-index: 1;
    margin-bottom: -20px;
    margin-left: 20px;
  }
  .p-way__way .content {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: url(img/way/way_bg2.svg) no-repeat center top, url(img/way/way_bg2-alt.svg) no-repeat center bottom, url(img/way/way_bg1-alt.png) center top;
    background-size: 100% auto, 100% auto, auto;
    padding-top: 35px;
    padding-bottom: 110px;
    margin-top: 0;
    margin-left: 0;
  }
  .p-way__way .content ul {
    display: block;
  }
  .p-way__way .content li {
    width: auto;
    margin-left: 0;
    margin-top: 60px;
  }
  .p-way__way .content li:nth-child(2), .p-way__way .content li:nth-child(3) {
    margin-top: 60px;
  }
  .p-way__way .content .title {
    margin-bottom: 20px;
  }
  .p-way__way .content .title .en {
    font-size: min(1.82292vw,35px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-way__way .content .title .en {
    font-size: 9.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-way__way .content .title .h {
    font-size: min(0.72917vw,14px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-way__way .content .title .h {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-way__way .content .img1 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-way__way .content .lead {
    color: #fff;
  }
}
/*=======================================
事業紹介
=========================================*/
.p-service {
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  margin-top: -60px;
}
.p-service.is-digitalmarketing {
  background-image: url(img/service/digital/lead_bg1.jpg);
}
.p-service.is-salespromotion {
  background-image: url(img/service/sales/lead_bg1.jpg);
}
.p-service.is-hrm {
  background-image: url(img/service/hrm/lead_bg1.jpg);
}
.p-service.is-dxwelfare {
  background-image: url(img/service/welfare/lead_bg1.jpg);
}
.p-service.is-inclusive {
  background-image: url(img/service/inclusive/lead_bg1.jpg);
  margin-bottom: 50px;
}
.p-service.is-welfarefacility {
  background-image: url(img/service/facility/lead_bg1.jpg);
}
.p-service__lead {
  padding-top: 200px;
  padding-bottom: 190px;
  color: #AA0011;
}
.p-service__lead .en {
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.04em;
  font-size: min(1.5625vw,30px);
  margin-bottom: 25px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-service__lead .en {
    font-size: 8vw;
  }
}
.p-service__lead .h {
  font-size: min(1.97917vw,38px);
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-service__lead .h {
    font-size: 10.13333vw;
  }
}
.p-service__lead .lead {
  line-height: 200%;
  letter-spacing: 0.06em;
}
.p-service__lead .lead p {
  margin-bottom: 30px;
}
.p-service__lead .lead p:last-child {
  margin-bottom: 0;
}
.p-service__lead .box1 {
  display: flex;
  justify-content: space-between;
}
.p-service__lead .box1 > .w50 {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-service__lead .box1 {
    display: block;
  }
  .p-service__lead .box1 > .w50 {
    width: auto;
    margin-bottom: 20px;
  }
}
.p-service__content {
  margin-bottom: 260px;
}
.is-inclusivesupport .p-service__content {
  padding-top: 80px;
}
.p-service__content .block1 {
  margin-bottom: 255px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #AA0011;
  position: relative;
}
.p-service__content .block1.top {
  align-items: flex-start;
}
.p-service__content .block1.middle {
  align-items: center;
}
.p-service__content .block1.mb2 {
  margin-bottom: 60px;
}
.p-service__content .block1.mb2:before {
  height: calc(100% - 40px);
  top: 0;
  bottom: 0;
}
.p-service__content .block1:last-child {
  margin-bottom: 0;
}
.p-service__content .block1:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  background: #F9F9F9;
  width: calc(50vw + 50% - 110px);
  height: calc(100% - 20px);
  bottom: -50px;
  left: 110px;
  margin-top: auto;
  margin-bottom: auto;
}
.p-service__content .block1:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-service__content .block1:nth-child(2n):before {
  left: auto;
  right: 110px;
}
.p-service__content .block1.is-img-left {
  flex-direction: row-reverse;
}
.p-service__content .block1.is-img-left:before {
  left: auto;
  right: 110px;
}
.p-service__content .block1.is-img-right {
  flex-direction: row;
}
.p-service__content .block1.is-img-right:before {
  left: 110px;
  right: auto;
}
.p-service__content .box1 {
  width: 56.3636%;
  position: relative;
  z-index: 2;
}
.p-service__content .box1.w100 {
  width: 100%;
}
.p-service__content .lead p {
  font-size: min(0.83333vw,16px);
  line-height: 200%;
  letter-spacaing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-service__content .lead p {
    font-size: 4.26667vw;
  }
}
.p-service__content .en2 {
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -0.04em;
  font-size: min(1.5625vw,30px);
  margin-bottom: 25px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-service__content .en2 {
    font-size: 8vw;
  }
}
.p-service__content .catch {
  font-size: min(1.14583vw,22px);
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .p-service__content .catch {
    font-size: 5.86667vw;
  }
}
.p-service__content .icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 22px;
}
.p-service__content .icon > * {
  margin-right: 28px;
}
.p-service__content .solution {
  margin-top: 35px;
}
.p-service__content .solution li {
  background: #eee;
  padding: 18px 25px;
  margin-bottom: 20px;
}
.p-service__content .solution li:last-child {
  margin-bottom: 0;
}
.p-service__content .solution .t {
  font-weight: 700;
}
.p-service__content .solution p {
  line-height: 160%;
}
.p-service__content .img1 {
  width: 36.3636%;
  position: relative;
  z-index: 2;
}
.p-service__content .img1:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  background: -moz-linear-gradient(left, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
  background: -webkit-linear-gradient(left, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
  background: linear-gradient(to right, rgba(170, 0, 17, 0) 0%, rgba(170, 0, 17, 0) 7%, #aa0011 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa0011', endColorstr='#aa0011',GradientType=1 );
}
.p-service__content .img1.w100 {
  width: auto;
}
.p-service__content .img1.w100:before {
  display: none;
}
.p-service__content .img1 img {
  position: relative;
  z-index: 2;
}
.p-service__content .img1 .slider {
  position: relative;
  z-index: 2;
}
.p-service__content .img1 .slider .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  display: flex;
  justify-content: center;
}
.p-service__content .img1 .slider .slick-dots li {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 100%;
}
.p-service__content .img1 .slider .slick-dots li button {
  border: 1px solid #AA0011;
  border-radius: 100%;
  cursor: pointer;
  background: transparent;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 20px;
  padding: 0;
  margin: 0;
}
.p-service__content .img1 .slider .slick-dots li.slick-active button {
  background: #AA0011;
}
.p-service__content .box2 {
  width: 100%;
  padding-top: 34px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-service__content .box2 .h {
  font-size: min(1.14583vw,22px);
  font-weight: 500;
  margin-bottom: 38px;
  color: #AA0011;
}
@media screen and (max-width: 768px) {
  .p-service__content .box2 .h {
    font-size: 5.86667vw;
  }
}
.p-service__content .box2 .h small {
  font-size: min(0.83333vw,16px);
}
@media screen and (max-width: 768px) {
  .p-service__content .box2 .h small {
    font-size: 4.26667vw;
  }
}
.p-service__content .box2 .lead {
  text-align: left;
  margin-top: 40px;
}
.p-service__content .box2 .img {
  text-align: center;
}
.p-service__content .box2 .link {
  text-align: center;
  margin-top: 20px;
}
.p-service__content .box2 .link a {
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 180%;
  color: #AA0011;
}
.p-service__content .box2 .link a.pdf {
  background: url(img/common/icon_pdf.png) no-repeat left center;
  background-size: min(2.1875vw,42px) auto;
  padding-left: min(2.60417vw,50px);
}
.p-service__content .box2 .link span {
  display: inline-block;
  border-bottom: 1px solid #AA0011;
  padding-bottom: 5px;
}
.p-service__content .box2 .reason {
  margin-top: 50px;
  text-align: left;
}
.p-service__content .box2 .reason .h {
  margin-bottom: 20px;
  text-align: left;
}
.p-service__content .box2 .reason ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-service__content .box2 .reason li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  padding: 18px 25px;
  margin-bottom: 20px;
}
.p-service__content .box2 .reason .t {
  text-align: left;
  font-size: min(0.83333vw,16px);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-service__content .box2 .reason .t {
    font-size: 4.26667vw;
  }
}
.p-service__content .box2 .reason p {
  text-align: left;
  line-height: 160%;
}
.p-service__content .box2.two-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.p-service__content .box2-inner {
  width: 47.2727%;
  margin-left: auto;
  margin-right: auto;
}
.p-service__content .task {
  position: relative;
  z-index: 9;
  margin-top: 80px;
}
.p-service__content .task .h {
  text-align: center;
  font-size: min(1.14583vw,22px);
  line-height: 120%;
  font-weight: 500;
  color: #AA0011;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-service__content .task .h {
    font-size: 5.86667vw;
  }
}
.p-service__content .task ul {
  display: flex;
  justify-content: space-between;
}
.p-service__content .task li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  width: 31.8181%;
  padding: 35px 15px;
}
.p-service__content .task p {
  line-height: 150%;
  letter-spacing: 0.06em;
}
.p-service__content .task p.no {
  text-align: center;
  font-size: min(1.5625vw,30px);
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-service__content .task p.no {
    font-size: 8vw;
  }
}
.p-service__content .task .t {
  text-align: center;
  font-size: min(0.9375vw,18px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 120%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
}
@media screen and (max-width: 768px) {
  .p-service__content .task .t {
    font-size: 4.8vw;
  }
}
.p-service__content .box3 {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 60px;
  background: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 18px;
}
.p-service__content .box3 .t {
  font-size: min(1.25vw,24px);
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-service__content .box3 .t {
    font-size: 6.4vw;
  }
}
.p-service__content .box3 p {
  line-height: 160%;
}
.p-service__content .box3 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.p-service__content .box3 li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #AA0011;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  margin-right: 15px;
  position: relative;
}
.p-service__content .box3 li:last-child {
  margin-right: 0;
}
.p-service__content .box3 li p {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.p-service__content .box3 li span {
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #AA0011;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-service__content .box4 {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.p-service__content .box4-inner {
  width: 47.2727%;
}
.p-service__content .box4 .t {
  text-align: center;
  font-size: min(1.14583vw,22px);
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-service__content .box4 .t {
    font-size: 5.86667vw;
  }
  .p-service.is-hrs .p-service__content .box4-inner {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.p-service__content .box4 .t span {
  display: inline-block;
  border-bottom: 3px solid #AA0011;
  padding-bottom: 5px;
}
.p-service__content .box4 p {
  letter-spacing: 0.06em;
  line-height: 160%;
}
.p-service__content .box4 p.catch {
  font-size: min(1.5625vw,30px);
  letter-spacing: 0.06em;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service__content .box4 p.catch {
    font-size: 8vw;
  }
}
.p-service__content .c-btn1 {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-service__content .step {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  width: 100%;
  color: #000;
}
.p-service__content .step ul {
  display: flex;
  justify-content: space-between;
}
.p-service__content .step li {
  width: 30%;
}
.p-service__content .step .heading {
  max-width: 200px;
  height: 200px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -52px;
  border: 1px solid #000;
  text-align: center;
  padding-top: 62px;
}
.p-service__content .step .heading .en {
  font-size: min(1.5625vw,30px);
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 900;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .p-service__content .step .heading .en {
    font-size: 8vw;
  }
}
.p-service__content .step .heading .t {
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.p-service__content .step .heading .no {
  font-size: min(1.35417vw,26px);
  line-height: 120%;
  font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-service__content .step .heading .no {
    font-size: 6.93333vw;
  }
}
.p-service__content .step .content {
  display: flex;
  justify-content: center;
  border: 1px solid #000;
  padding: 75px 20px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 240px;
}
.p-service__content .step .content ul {
  display: block;
}
.p-service__content .step .content li {
  width: auto;
  line-height: 160%;
}
.p-service__content .step .content span {
  font-size: min(0.52083vw,10px);
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-service__content .step .content span {
    font-size: 2.66667vw;
  }
}
.p-service__content .flow {
  margin-top: 40px;
}
.p-service__content .flow ol {
  display: flex;
  justify-content: space-between;
}
.p-service__content .flow li {
  width: 23%;
  margin-left: 2.6666%;
}
.p-service__content .flow li:nth-child(4n+1) {
  margin-left: 0;
}
.p-service__content .flow .title {
  display: flex;
  background: #AA0011;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: min(1.04167vw,20px);
  font-weight: 700;
  line-height: 1.8;
  height: 80px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__content .flow .title {
    font-size: 5.33333vw;
  }
}
.p-service__content .flow .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  border-left: 20px solid #AA0011;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
.p-service__note {
  background: #F9F9F9;
  padding-top: 66px;
  padding-bottom: 86px;
}
.p-service__note .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-service__note .heading {
  width: 430px;
}
.p-service__note .heading .c-title2 {
  margin-bottom: 40px;
}
.p-service__note .heading .c-title2 .en {
  font-size: min(4.16667vw,80px);
}
@media screen and (max-width: 768px) {
  .p-service__note .heading .c-title2 .en {
    font-size: 21.33333vw;
  }
}
.p-service__note .heading .c-btn1 {
  margin-top: 0;
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-service {
    margin-top: 0;
    background-size: 100% auto;
  }
  .p-service__lead {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .p-service__lead .en {
    font-size: min(1.04167vw,20px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service__lead .en {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__lead .h {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    margin-right: -10px;
    margin-bottom: 15px;
  }
  .p-service__lead .lead {
    line-height: 180%;
  }
  .p-service__content {
    margin-bottom: 120px;
  }
  .p-service__content .block1 {
    display: block;
    margin-bottom: 150px;
  }
  .p-service__content .box1 {
    width: auto;
    margin-bottom: 25px;
  }
  .p-service__content .catch {
    font-size: min(0.9375vw,18px);
    margin-top: 20px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service__content .catch {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content .icon > * {
    margin-right: 15px;
  }
  .p-service__content .solution {
    margin-top: 20px;
  }
  .p-service__content .solution li {
    padding: 12px 15px;
    margin-bottom: 10px;
  }
  .p-service__content .img1 {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
  .p-service__content .img1.w100 {
    margin-left: 0;
    margin-right: 0;
  }
  .p-service__content .img1:before {
    left: 10px;
    top: 10px;
  }
  .p-service__content .box2 {
    margin-top: 50px;
  }
  .p-service__content .box2 .t {
    font-size: min(0.9375vw,18px);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service__content .box2 .t {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content .box2 .reason ul {
    display: block;
  }
  .p-service__content .box2 .reason li {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-service__content .box2 .reason li:last-child {
    margin-bottom: 0;
  }
  .p-service__content .box2 .link a.pdf {
    background-size: 42px auto;
    padding-left: 50px;
  }
  .p-service__content .box2.two-column {
    display: block;
  }
  .p-service__content .box2-inner {
    width: auto;
    margin-bottom: 70px;
  }
  .p-service__content .box3 {
    margin-top: 40px;
  }
  .p-service__content .box3 ul {
    flex-wrap: wrap;
  }
  .p-service__content .box3 li {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .p-service__content .box4 {
    margin-top: 40px;
    display: block;
  }
  .p-service__content .box4-inner {
    width: auto;
    margin-bottom: 60px;
  }
  .p-service__content .box4-inner:last-child {
    margin-bottom: 0;
  }
  .p-service__content .box4 .t {
    font-size: min(0.9375vw,18px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service__content .box4 .t {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content .box4 p.catch {
    font-size: min(1.14583vw,22px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service__content .box4 p.catch {
    font-size: 5.86667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content .task .h {
    font-size: min(0.9375vw,18px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service__content .task .h {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content .task ul {
    display: block;
  }
  .p-service__content .task li {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  .p-service__content .task li:last-child {
    margin-bottom: 0;
  }
  .p-service__content .task p.no {
    font-size: min(1.14583vw,22px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service__content .task p.no {
    font-size: 5.86667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content .task .t {
    min-height: initial;
  }
  .p-service__content .step ul {
    display: block;
  }
  .p-service__content .step li {
    width: auto;
    margin-bottom: 40px;
  }
  .p-service__content .step li:last-child {
    margin-bottom: 0;
  }
  .p-service__content .step .content {
    min-height: initial;
  }
  .p-service__content .step .content li {
    margin-bottom: 0;
  }
  .p-service__content .flow ol {
    display: block;
  }
  .p-service__content .flow li {
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
    margin-right: 15px;
  }
  .p-service__content .flow li:last-child {
    margin-bottom: 0;
  }
  .p-service__content .flow .title {
    font-size: min(0.83333vw,16px);
    margin-bottom: 10px;
    height: 60px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service__content .flow .title {
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content .flow .title:before {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
  .p-service__note {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-service__note .c-wrap {
    display: block;
  }
  .p-service__note .heading {
    width: auto;
    margin-bottom: 30px;
  }
  .p-service__note .heading .c-title2 {
    margin-bottom: 30px;
  }
  .p-service__note .heading .c-title2 .en {
    font-size: min(2.60417vw,50px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-service__note .heading .c-title2 .en {
    font-size: 13.33333vw;
  }
}

/*=======================================
個人情報保護方針
=========================================*/
.p-privacy__block1 h2 {
  font-size: min(1.04167vw,20px);
  margin-top: 60px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-privacy__block1 h2 {
    font-size: 5.33333vw;
  }
}
.p-privacy__block1 h2 span {
  font-size: inherit;
}
.p-privacy__block1 h3 {
  font-size: min(0.9375vw,18px);
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-privacy__block1 h3 {
    font-size: 4.8vw;
  }
}
.p-privacy__block1 p {
  line-height: 200%;
}
.p-privacy__block1 p,
.p-privacy__block1 li,
.p-privacy__block1 table {
  margin-bottom: 1em;
}
.p-privacy__block1 th {
  text-align: left;
  font-weight: 400;
  padding-right: 10px;
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-privacy__block1 h2 {
    font-size: min(0.98958vw,19px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-privacy__block1 h2 {
    font-size: 5.06667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy__block1 h3 {
    font-size: min(0.88542vw,17px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-privacy__block1 h3 {
    font-size: 4.53333vw;
  }
}

/*=======================================
ニュース
=========================================*/
.p-news {
  padding-bottom: 200px;
}
.p-news.is-detail {
  background: url(img/news/detail_bg1.jpg) no-repeat center top;
}

.p-news-detail__heading {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-news-detail__heading .h {
  font-size: min(1.97917vw,38px);
  line-height: 140%;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-news-detail__heading .h {
    font-size: 10.13333vw;
  }
}
.p-news-detail__heading .date {
  font-size: min(1.14583vw,22px);
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__heading .date {
    font-size: 5.86667vw;
  }
}
.p-news-detail__heading .category {
  display: flex;
  align-items: center;
}
.p-news-detail__heading .category span {
  color: #fff;
  background: #AA0011;
  font-size: min(0.67708vw,13px);
  margin-right: 10px;
  padding: 5px 10px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .p-news-detail__heading .category span {
    font-size: 3.46667vw;
  }
}
.p-news-detail__heading .category span:last-child {
  margin-right: 0;
}
.p-news-detail__heading .category span.-category {
  background: #666;
  letter-spacing: -0.05em;
}
.p-news-detail__heading .category span.-service.-bs {
  background: #333;
}
.p-news-detail__heading .category span.-service.-ss {
  background: #E38300;
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-news-detail__heading {
    margin-bottom: 30px;
  }
  .p-news-detail__heading .h {
    font-size: min(1.25vw,24px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news-detail__heading .h {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news-detail__heading .date {
    font-size: min(0.9375vw,18px);
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news-detail__heading .date {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news-detail__heading .category span {
    font-size: min(0.72917vw,14px);
    padding: 2px 10px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news-detail__heading .category span {
    font-size: 3.73333vw;
  }
}

/*=======================================
採用サイト
=========================================*/
.l-header-recruit {
  position: fixed;
  display: flex;
  justify-content: space-between;
  padding-left: min(1.04167vw,20px);
  padding-right: min(1.04167vw,20px);
  width: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
  pointer-events: none;
}
.l-header-recruit:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: min(4.16667vw,80px);
  background: rgba(0, 0, 0, 0.5);
}
.l-header-recruit__logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  padding-top: min(1.04167vw,20px);
}
.l-header-recruit__logo a {
  pointer-events: auto;
}
.l-header-recruit__logo a.recruit {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  padding: min(1.04167vw,20px) min(0.67708vw,13px);
  box-shadow: 0 min(0.78125vw,15px) min(1.30208vw,25px) rgba(0, 0, 0, 0.1);
  position: relative;
  color: #000;
}
.l-header-recruit__logo a.recruit:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
.l-header-recruit__logo a.recruit:hover:before {
  width: 100%;
}
.l-header-recruit__logo a.recruit p {
  display: flex;
  align-items: center;
}
.l-header-recruit__logo a.recruit span {
  display: inline-block;
  color: #AA0011;
  font-size: min(0.72917vw,14px);
  margin-left: min(0.625vw,12px);
  margin-top: min(0.26042vw,5px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-header-recruit__logo a.recruit span {
    font-size: 3.73333vw;
  }
}
.l-header-recruit__logo a.recruit strong {
  font-size: min(0.72917vw,14px);
  line-height: 120%;
  margin-top: min(0.41667vw,8px);
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-header-recruit__logo a.recruit strong {
    font-size: 3.73333vw;
  }
}
.l-header-recruit__logo a.recruit img {
  vertical-align: top;
}
.l-header-recruit__logo a.corporate {
  margin-left: min(1.04167vw,20px);
  color: #fff;
  padding: 4px 0;
  position: relative;
  display: block;
  font-weight: bold;
  font-size: min(0.9375vw,18px);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-header-recruit__logo a.corporate {
    font-size: 4.8vw;
  }
}
.l-header-recruit__logo a.corporate:before, .l-header-recruit__logo a.corporate:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #fff;
}
.l-header-recruit__logo a.corporate:before {
  width: 100%;
  right: 0;
  -webkit-transition: 0.6s ease all 0.1s;
  transition: 0.6s ease all 0.1s;
}
.l-header-recruit__logo a.corporate:after {
  left: 0;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.l-header-recruit__logo a.corporate:hover:before {
  width: 0;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.l-header-recruit__logo a.corporate:hover:after {
  width: 100%;
  -webkit-transition: 0.6s ease all 0.1s;
  transition: 0.6s ease all 0.1s;
}
.l-header-recruit__logo a.corporate span {
  display: block;
  background: url(img/common/icon_blank2-white.png) no-repeat right center;
  padding-right: min(1.45833vw,28px);
  background-size: min(1.04167vw,20px) auto;
}
.l-header-recruit__menu {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.l-header-recruit__menu .nav1 {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.l-header-recruit__menu .nav1 a {
  color: #fff;
  display: block;
  padding: min(1.25vw,24px) min(0.88542vw,17px);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.l-header-recruit__menu .nav1 a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.l-header-recruit__menu .nav1 a:hover span.is-en {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.l-header-recruit__menu .nav1 a:hover span.is-jp {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-header-recruit__menu .nav1 i {
  display: block;
  position: relative;
  font-style: normal;
}
.l-header-recruit__menu .nav1 span {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.l-header-recruit__menu .nav1 span.is-en {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-header-recruit__menu .nav1 span.is-jp {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
  left: 0;
  top: 0;
  font-size: min(0.83333vw,16px);
  font-weight: 400;
  letter-spacing: 0.2em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header-recruit__menu .nav1 span.is-jp {
    font-size: 4.26667vw;
  }
}
.l-header-recruit__menu .nav2 {
  margin-top: min(1.77083vw,34px);
  margin-left: min(0.83333vw,16px);
  width: min(9.375vw,180px);
  pointer-events: auto;
}
.l-header-recruit__menu .nav2 li {
  margin-bottom: min(0.78125vw,15px);
}
.l-header-recruit__menu .nav2 li:last-child {
  margin-bottom: 0;
}
.l-header-recruit__menu .nav2 a {
  display: block;
  color: #fff;
  font-size: min(1.04167vw,20px);
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  padding: min(0.67708vw,13px) min(0.15625vw,3px);
  background: #E10019;
  box-shadow: 0 min(0.78125vw,15px) min(1.30208vw,25px) rgba(0, 0, 0, 0.1);
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header-recruit__menu .nav2 a {
    font-size: 5.33333vw;
  }
}
.l-header-recruit__menu .nav2 a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #c70016;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
.l-header-recruit__menu .nav2 a:hover:before {
  width: 100%;
}
.l-header-recruit__menu .nav2 a span {
  display: inline-block;
  background: url(img/common/arrow_2-white.png) no-repeat right center;
  background-size: min(1.45833vw,28px) min(0.72917vw,14px);
  padding-right: min(1.66667vw,32px);
  padding-left: min(1.66667vw,32px);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) and (max-width: 1530px) {
  .l-header-recruit {
    padding-left: min(0.52083vw,10px);
    padding-right: min(0.52083vw,10px);
  }
  .l-header-recruit__logo a.recruit {
    padding-left: min(0.52083vw,10px);
    padding-right: min(0.52083vw,10px);
  }
  .l-header-recruit__logo a.recruit img {
    width: min(6.25vw,120px);
  }
  .l-header-recruit__logo a.recruit span {
    font-size: min(0.57292vw,11px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1530px) and (max-width: 768px) {
  .l-header-recruit__logo a.recruit span {
    font-size: 2.93333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1530px) {
  .l-header-recruit__menu .nav1 span.is-en, .l-header-recruit__menu .nav1 span.is-jp {
    font-size: min(0.78125vw,15px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1530px) and (max-width: 768px) {
  .l-header-recruit__menu .nav1 span.is-en, .l-header-recruit__menu .nav1 span.is-jp {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1530px) {
  .l-header-recruit__menu .nav2 {
    margin-left: min(0.41667vw,8px);
    width: min(7.8125vw,150px);
  }
  .l-header-recruit__menu .nav2 a {
    font-size: min(0.88542vw,17px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1530px) and (max-width: 768px) {
  .l-header-recruit__menu .nav2 a {
    font-size: 4.53333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1530px) {
  .l-header-recruit__menu .nav2 a span {
    padding-left: 0;
  }
}

.l-footer-recruit__entry {
  background: url(img/recruit/footer_entry_bg1.png) no-repeat center top;
  background-size: cover;
  padding-top: min(3.54167vw,68px);
  padding-bottom: min(3.54167vw,68px);
}
.l-footer-recruit__entry .h {
  text-align: center;
  font-size: min(2.08333vw,40px);
  letter-spacing: 0.04em;
  line-height: 120%;
  color: #fff;
  margin-bottom: min(3.02083vw,58px);
}
@media screen and (max-width: 768px) {
  .l-footer-recruit__entry .h {
    font-size: 10.66667vw;
  }
}
.l-footer-recruit__entry .btn {
  display: flex;
  justify-content: center;
}
.l-footer-recruit__entry .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  text-decoration: none;
  box-shadow: 0 min(0.78125vw,15px) min(1.30208vw,25px) rgba(0, 0, 0, 0.1);
  font-size: min(1.35417vw,26px);
  padding: min(1.875vw,36px) min(1.35417vw,26px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: min(26.04167vw,500px);
  max-width: 100%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.13em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer-recruit__entry .btn a {
    font-size: 6.93333vw;
  }
}
.l-footer-recruit__entry .btn a + a {
  margin-left: min(3.125vw,60px);
}
.l-footer-recruit__entry .btn a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
.l-footer-recruit__entry .btn a:hover:before {
  width: 100%;
}
.l-footer-recruit__entry .btn a span {
  display: block;
  background: url(img/common/arrow_2.png) no-repeat right center;
  background-size: min(1.45833vw,28px) min(0.72917vw,14px);
  padding-right: min(2.34375vw,45px);
  padding-left: min(2.34375vw,45px);
  position: relative;
  z-index: 2;
}
.l-footer-recruit__entry .btn img {
  vertical-align: 2px;
  margin-left: 10px;
}
.l-footer-recruit__block1 {
  background: url(img/recruit/footer_block1_bg1.jpg) center top;
  background-size: cover;
  color: #fff;
  padding-top: min(4.58333vw,88px);
  padding-bottom: min(0.3125vw,6px);
}
.l-footer-recruit__block1 .c-wrap__1200 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-footer-recruit__block1 .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - min(15.625vw,300px));
}
.l-footer-recruit__block1 .title {
  font-size: min(1.35417vw,26px);
  font-weight: 700;
  margin-right: min(2.34375vw,45px);
}
@media screen and (max-width: 768px) {
  .l-footer-recruit__block1 .title {
    font-size: 6.93333vw;
  }
}
.l-footer-recruit__block1 .title a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}
.l-footer-recruit__block1 .title a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.l-footer-recruit__block1 .title a:hover:before {
  width: 100%;
}
.l-footer-recruit__block1 .sns li {
  line-height: 100%;
}
.l-footer-recruit__block1 .sns li img {
  vertical-align: top;
}
.l-footer-recruit__block1 .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: min(0.78125vw,15px);
}
.l-footer-recruit__block1 .menu li {
  margin-right: min(1.66667vw,32px);
}
.l-footer-recruit__block1 .menu li:last-child {
  margin-right: 0;
}
.l-footer-recruit__block1 .menu a {
  color: #fff;
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding-top: min(0.26042vw,5px);
  padding-bottom: min(0.26042vw,5px);
}
.l-footer-recruit__block1 .menu a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.l-footer-recruit__block1 .menu a:hover span.is-en {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.l-footer-recruit__block1 .menu a:hover span.is-jp {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-footer-recruit__block1 .menu i {
  display: block;
  position: relative;
  font-style: normal;
}
.l-footer-recruit__block1 .menu span {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.l-footer-recruit__block1 .menu span.is-en {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-footer-recruit__block1 .menu span.is-jp {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
  left: 0;
  top: 0;
  font-size: min(0.78125vw,15px);
  font-weight: 400;
  letter-spacing: 0.2em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer-recruit__block1 .menu span.is-jp {
    font-size: 4vw;
  }
}
.l-footer-recruit__block1 .logo {
  margin-left: auto;
  width: min(9.89583vw,190px);
}
.l-footer-recruit__block1 .logo a {
  display: block;
  background: #fff;
  padding: min(1.5625vw,30px) min(1.5625vw,30px);
  line-height: 100%;
  position: relative;
}
.l-footer-recruit__block1 .logo a img {
  vertical-align: top;
}
.l-footer-recruit__block1 .logo a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
.l-footer-recruit__block1 .logo a:hover:before {
  width: 100%;
}
.l-footer-recruit__block1 .logo span {
  display: inline-block;
  background: url(img/common/icon_blank2.png) no-repeat right center;
  background-size: min(1.04167vw,20px) min(0.83333vw,16px);
  padding-right: min(1.5625vw,30px);
  position: relative;
  z-index: 2;
}
.l-footer-recruit__block1 .copyright {
  width: 100%;
  text-align: center;
  font-size: min(0.67708vw,13px);
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 140%;
  margin-top: min(3.125vw,60px);
}
@media screen and (max-width: 768px) {
  .l-footer-recruit__block1 .copyright {
    font-size: 3.46667vw;
  }
}

.p-recruit__kv {
  position: relative;
  height: min(100vh,1080px);
}
.p-recruit__kv:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: min(4.16667vw,80px) solid rgba(0, 0, 0, 0.3);
}
.p-recruit__kv > * {
  position: relative;
  z-index: 4;
}
.p-recruit__kv .h {
  color: #fff;
  font-size: min(4.6875vw,90px);
  line-height: 140%;
  position: absolute;
  left: min(2.08333vw,40px);
  bottom: min(2.44792vw,47px);
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-recruit__kv .h {
    font-size: 24vw;
  }
}
.p-recruit__kv .en {
  position: absolute;
  left: min(2.34375vw,45px);
  top: min(7.70833vw,148px);
  height: calc(100% - min(8.22917vw,158px) * 2);
}
.p-recruit__kv .en img {
  height: 100%;
}
.p-recruit__kv .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-recruit__kv .slider .slick-slider,
.p-recruit__kv .slider .slick-list,
.p-recruit__kv .slider .slick-track {
  height: 100%;
}
.p-recruit__kv .slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit__kv .topics {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(39.0625vw,750px);
}
.p-recruit__kv .topics-content .tab {
  display: flex;
}
.p-recruit__kv .topics-content .tab li {
  cursor: pointer;
  background: rgba(204, 204, 204, 0.3);
  color: #fff;
  letter-spacing: 0.06em;
  border-left: 1px solid #555;
  flex-grow: 1;
  text-align: center;
  font-size: min(0.83333vw,16px);
  line-height: 240%;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
@media screen and (max-width: 768px) {
  .p-recruit__kv .topics-content .tab li {
    font-size: 4.26667vw;
  }
}
.p-recruit__kv .topics-content .tab li:first-child {
  border-left: 0;
}
.p-recruit__kv .topics-content .tab li:hover {
  background: rgba(0, 0, 0, 0.4);
}
.p-recruit__kv .topics-content .tab li.is-active {
  background: #000;
}
.p-recruit__kv .topics-content .content {
  display: none;
  min-height: min(16.25vw,312px);
  background: rgba(255, 255, 255, 0.9);
}
.p-recruit__kv .topics-content .content.is-active {
  display: block;
}
.p-recruit__kv .topics-content .content .empty {
  min-height: min(7.8125vw,150px);
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.p-recruit__kv .topics-content .content #sb_instagram {
  padding-bottom: 0 !important;
}
.p-recruit__kv .topics-content .content ul {
  padding-left: min(1.04167vw,20px);
  padding-right: min(1.04167vw,20px);
}
.p-recruit__kv .topics-content .content li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.p-recruit__kv .topics-content .content li:last-child {
  border-bottom: 0;
}
.p-recruit__kv .topics-content .content li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: min(0.72917vw,14px);
  padding-bottom: min(0.72917vw,14px);
  text-decoration: none;
  color: #333;
  position: relative;
}
.p-recruit__kv .topics-content .content li a:before {
  display: block;
  content: "";
  position: absolute;
  left: min(-1.04167vw,-20px);
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-recruit__kv .topics-content .content li a:hover:before {
  width: calc(100% + min(2.08333vw,40px));
}
.p-recruit__kv .topics-content .content li .img1 {
  width: min(5.20833vw,100px);
}
.p-recruit__kv .topics-content .content li .txt1 {
  width: calc(100% - min(6.14583vw,118px));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: min(0.83333vw,16px);
}
@media screen and (max-width: 768px) {
  .p-recruit__kv .topics-content .content li .txt1 {
    font-size: 4.26667vw;
  }
}
.p-recruit__kv .topics-content .content li .txt1 .date {
  margin-right: min(0.52083vw,10px);
}
.p-recruit__kv .topics-content .content li .txt1 .category {
  display: flex;
  align-items: center;
}
.p-recruit__kv .topics-content .content li .txt1 .category span {
  color: #fff;
  font-size: min(0.67708vw,13px);
  margin-right: min(0.52083vw,10px);
  padding: min(0.26042vw,5px) min(0.52083vw,10px);
  line-height: 120%;
  background: #666;
}
@media screen and (max-width: 768px) {
  .p-recruit__kv .topics-content .content li .txt1 .category span {
    font-size: 3.46667vw;
  }
}
.p-recruit__kv .topics-content .content li .txt1 .category span:last-child {
  margin-right: 0;
}
.p-recruit__kv .topics-content .content li .txt1 .category span.-category {
  background: #666;
  letter-spacing: -0.05em;
}
.p-recruit__kv .topics-content .content li .txt1 .category span.-service.-bs {
  background: #333;
}
.p-recruit__kv .topics-content .content li .txt1 .category span.-service.-ss {
  background: #E38300;
}
.p-recruit__kv .topics-content .content li .txt1 .t {
  width: 100%;
  font-weight: 500;
  line-height: 120%;
  margin-top: min(0.26042vw,5px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-recruit__kv .topics-content .content li .txt1 p {
  line-height: 160%;
}
.p-recruit__kv .topics-trigger {
  cursor: pointer;
  background: #000;
  width: min(2.08333vw,40px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-recruit__kv .topics-trigger span {
  display: block;
  width: min(0.52083vw,10px);
  height: min(0.83333vw,16px);
  background: url(img/common/arrow_1-left-white.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
@media screen and (min-width: 768px) {
  .p-recruit__kv .topics.is-close .topics-box {
    -webkit-transform: translateX(calc(-1 * (100% - 40px)));
    transform: translateX(calc(-1 * (100% - 40px)));
    margin-left: 0;
  }
  .p-recruit__kv .topics.is-close .topics-trigger span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
.p-recruit__lead {
  background: url(img/recruit/lead_bg1.jpg?2) no-repeat center bottom;
  background-size: 100% 100%;
  padding: 87px 20px 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}
.p-recruit__lead .txt1 p {
  font-size: min(1.66667vw,32px);
  line-height: 180%;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-recruit__lead .txt1 p {
    font-size: 8.53333vw;
  }
}
.p-recruit__lead .txt1 strong {
  font-size: min(2.60417vw,50px);
  display: inline-block;
  margin-top: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-recruit__lead .txt1 strong {
    font-size: 13.33333vw;
  }
}
.p-recruit__lead .img1 {
  min-width: 35%;
}
.p-recruit__lead .img1 img {
  width: 100%;
}
.p-recruit__message {
  position: relative;
  padding-bottom: 186px;
  background: url(img/recruit/message_bg1.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.p-recruit__message .c-wrap__1200 {
  display: flex;
  justify-content: space-between;
}
.p-recruit__message .box1 {
  width: 60%;
  padding-top: 77px;
}
.p-recruit__message .box1 .en {
  margin-bottom: 25px;
}
.p-recruit__message .box1 .t {
  font-size: min(1.5625vw,30px);
  letter-spacing: 0.13em;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .p-recruit__message .box1 .t {
    font-size: 8vw;
  }
}
.p-recruit__message .box1 .lead {
  font-size: min(1.14583vw,22px);
  margin-bottom: 60px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit__message .box1 .lead {
    font-size: 5.86667vw;
  }
}
.p-recruit__message .img1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.0834%;
}
.p-recruit__message .img1 img {
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  top: 0;
}
.p-recruit__message .img1 a:hover {
  opacity: 1;
}
.p-recruit__message .img1 a:hover img {
  top: -2px;
  filter: drop-shadow(5px 8px 15px rgba(0, 0, 0, 0.4));
}
.p-recruit__interview {
  padding-top: 14px;
  margin-bottom: 90px;
  background: url(img/recruit/interview_bg1.png) no-repeat center top;
  background-size: 100% auto;
}
.p-recruit__interview .title .en {
  margin-bottom: 48px;
}
.p-recruit__interview .title .h {
  font-size: min(1.5625vw,30px);
  letter-spacing: 0.13em;
  line-height: 140%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit__interview .title .h {
    font-size: 8vw;
  }
}
.p-recruit__interview .content {
  position: relative;
  margin-top: -130px;
}
.p-recruit__interview .content ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.p-recruit__interview .content li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.p-recruit__interview .content li a:hover {
  opacity: 1;
}
.p-recruit__interview .content li a:hover .img1 img {
  top: -2px;
  filter: drop-shadow(5px 8px 15px rgba(0, 0, 0, 0.4));
}
.p-recruit__interview .content .img1 {
  text-align: center;
  margin-bottom: 22px;
}
.p-recruit__interview .content .img1 img {
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  top: 0;
}
.p-recruit__interview .content .txt1 {
  font-weight: 700;
  background: url(img/common/arrow_3.png) no-repeat right center;
  background-size: min(7.1875vw,138px) min(1.09375vw,21px);
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1921px) {
  .p-recruit__interview .content .txt1 {
    background-position: right bottom;
    padding-bottom: 30px;
  }
}
.p-recruit__interview .content .txt1 .dept {
  font-size: min(1.04167vw,20px);
}
.p-recruit__interview .content .txt1 .dept span {
  font-size: min(0.9375vw,18px);
}
@media screen and (max-width: 768px) {
  .p-recruit__interview .content .txt1 .dept span {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__interview .content .txt1 .dept {
    font-size: 5.33333vw;
  }
}
.p-recruit__interview .content .txt1 .job {
  font-size: min(1.30208vw,25px);
}
@media screen and (max-width: 768px) {
  .p-recruit__interview .content .txt1 .job {
    font-size: 6.66667vw;
  }
}
.p-recruit__movie {
  background: url(img/recruit/movie_bg1.png) no-repeat left bottom;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-recruit__movie .c-wrap__1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-recruit__movie .title {
  width: 31.5834%;
}
.p-recruit__movie .title .en {
  margin-bottom: 25px;
}
.p-recruit__movie .title .h {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 150%;
}
.p-recruit__movie .movie {
  width: 58.3333%;
  position: relative;
}
.p-recruit__movie .movie a {
  display: block;
  overflow: hidden;
  position: relative;
}
.p-recruit__movie .movie a:before {
  display: block;
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  background: url(img/recruit/voice/icon_play.svg) no-repeat center;
  background-size: contain;
}
.p-recruit__movie .movie a:hover {
  opacity: 1;
}
.p-recruit__movie .movie a:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.p-recruit__movie .movie img {
  object-fit: cover;
  -webkit-transition: 0.4s ease-out all;
  transition: 0.4s ease-out all;
  position: relative;
  z-index: 1;
}
.p-recruit__movie .movie .play {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 9;
  background: url(img/recruit/voice/icon_play.svg) no-repeat center;
  background-size: 96px 96px;
  cursor: pointer;
}
.p-recruit__movie .movie video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.p-recruit__data {
  background: url(img/recruit/data_bg1.png) no-repeat center top;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 202px;
}
.p-recruit__data .c-wrap__1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-recruit__data .title {
  margin-right: 20px;
}
.p-recruit__data .title .en {
  margin-bottom: 25px;
}
.p-recruit__data .title .h {
  font-size: min(1.5625vw,30px);
  letter-spacing: 0.13em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit__data .title .h {
    font-size: 8vw;
  }
}
.p-recruit__data .title .c-btn3 {
  margin-top: 70px;
}
.p-recruit__data .img1 {
  overflow: hidden;
}
.p-recruit__data .img1 img {
  objevt-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.p-recruit__data .img1 a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.p-recruit__environment {
  background: url(img/recruit/environment_bg1.jpg) no-repeat center bottom;
  background-size: cover;
  color: #fff;
  padding-top: 200px;
  padding-bottom: 290px;
}
.p-recruit__environment .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.p-recruit__environment .heading .en {
  margin-bottom: 30px;
}
.p-recruit__environment .heading .h {
  font-size: min(1.5625vw,30px);
  letter-spacing: 0.13em;
  line-height: 140%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit__environment .heading .h {
    font-size: 8vw;
  }
}
.p-recruit__environment .heading .c-btn3 a {
  border-color: #fff;
}
.p-recruit__environment .heading .c-btn3 span {
  display: block;
}
.p-recruit__environment .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-recruit__environment .content li {
  width: 23.75%;
  margin-left: 1.666%;
}
.p-recruit__environment .content li:nth-child(4n+1) {
  margin-left: 0;
}
.p-recruit__environment .content li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.p-recruit__environment .content li a:hover .txt1 .h span {
  padding-left: 50px;
  padding-right: 50px;
}
.p-recruit__environment .content li a:hover .img1 img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.p-recruit__environment .content li .txt1 {
  margin-bottom: 15px;
  text-align: center;
}
.p-recruit__environment .content li .txt1.one-line {
  padding-top: 23px;
  padding-bottom: 23px;
}
.p-recruit__environment .content li .txt1 .en {
  margin-bottom: 8px;
}
.p-recruit__environment .content li .txt1 .h {
  font-weight: 700;
  line-height: 120%;
}
.p-recruit__environment .content li .txt1 .h span {
  display: inline-block;
  background: url(img/common/arrow_2-white.png) no-repeat right center;
  padding-right: 38px;
  padding-left: 38px;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-recruit__environment .content li .img1 {
  overflow: hidden;
}
.p-recruit__environment .content li .img1 img {
  object-fit: cover;
}
.p-recruit__note {
  position: relative;
  padding-bottom: 100px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
}
.p-recruit__note .heading {
  text-align: center;
  margin-bottom: 70px;
}
.p-recruit__note .heading .en {
  margin-bottom: 36px;
}
.p-recruit__note .heading .h {
  font-size: min(1.5625vw,30px);
  font-weight: 700;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .p-recruit__note .heading .h {
    font-size: 8vw;
  }
}
.p-recruit__note .content ul {
  display: flex;
}
.p-recruit__note .content li {
  width: 31.6667%;
  margin-left: 2.49995%;
  margin-bottom: 30px;
}
.p-recruit__note .content li:nth-child(3n+1) {
  margin-left: 0;
}
.p-recruit__note .content li a {
  display: block;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  color: #000;
}
.p-recruit__note .content li a:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0 23px 45px rgba(0, 0, 0, 0.2);
}
.p-recruit__note .content li .txt1 {
  padding: 18px 24px 20px;
}
.p-recruit__note .content li .txt1 .t {
  letter-spacing: 0.06em;
  line-height: 140%;
  margin-bottom: 10px;
}
.p-recruit__note .content li .txt1 p {
  font-size: min(0.78125vw,15px);
  letter-spacing: 0.12em;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-recruit__note .content li .txt1 p {
    font-size: 4vw;
  }
}
.p-recruit__note .content li .txt1 .attr {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-recruit__note .content li .txt1 .date {
  color: #aaa;
  letter-spacing: 0.06em;
  line-height: 120%;
}
.p-recruit__note .content li .txt1 .category {
  margin-left: 12px;
  border: 1px solid #AA0011;
  color: #AA0011;
  font-weight: 500;
  font-size: min(0.72917vw,14px);
  padding: 1px 8px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .p-recruit__note .content li .txt1 .category {
    font-size: 3.73333vw;
  }
}
.p-recruit__note .content li .txt1 .creator {
  font-size: 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.p-recruit__note .content li .txt1 .creator img {
  border-radius: 32px;
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.p-recruit__note .content .c-btn1 {
  margin-top: 80px;
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .l-header-recruit {
    position: static;
    pointer-events: auto;
  }
  .l-header-recruit:before {
    position: fixed;
    z-index: 8998;
    height: 54px;
  }
  .l-header-recruit__logo {
    position: fixed;
    left: 8px;
    top: 7px;
    z-index: 8999;
    padding-top: 0;
    align-items: center;
  }
  .l-header-recruit__logo a.recruit {
    padding: 7px 8px 5px;
    line-height: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  }
  .l-header-recruit__logo a.recruit span {
    font-size: min(0.41667vw,8px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-header-recruit__logo a.recruit span {
    font-size: 2.13333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header-recruit__logo a.recruit img {
    width: 80px;
  }
  .l-header-recruit__logo a.recruit strong {
    font-size: min(0.46875vw,9px);
    margin-top: min(0.46875vw,9px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-header-recruit__logo a.recruit strong {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header-recruit__menu {
    position: static;
    z-index: 9990;
  }
  .l-header-recruit__menu .nav1 {
    display: none;
    position: fixed;
    width: 100%;
    top: 54px;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    padding-top: 0;
    overflow: auto;
    max-height: calc(100% - 54px);
  }
  .l-header-recruit__menu .nav1 li {
    font-size: min(0.83333vw,16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-header-recruit__menu .nav1 li {
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header-recruit__menu .nav1 li a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 140%;
  }
  .l-header-recruit__menu .nav1 li a:hover span.is-en {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-header-recruit__menu .nav1 li i {
    display: flex;
    align-items: center;
  }
  .l-header-recruit__menu .nav1 li span {
    width: auto;
  }
  .l-header-recruit__menu .nav1 li span.is-en {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-header-recruit__menu .nav1 li span.is-jp {
    display: block;
    margin-left: 18px;
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: min(0.67708vw,13px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-header-recruit__menu .nav1 li span.is-jp {
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header-recruit__menu .nav1 li.company {
    position: relative;
    margin-top: -1px;
    border-bottom: 0;
  }
  .l-header-recruit__menu .nav1 li.company a {
    text-align: center;
    background: #E00019;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .l-header-recruit__menu .nav1 li.company a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #c70016;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 1;
  }
  .l-header-recruit__menu .nav1 li.company a:hover {
    opacity: 1;
  }
  .l-header-recruit__menu .nav1 li.company a:hover:before {
    width: 100%;
  }
  .l-header-recruit__menu .nav1 li.company span {
    display: inline-block;
    background: url(img/common/icon_blank-white.svg) no-repeat right center;
    background-size: 14px 14px;
    padding-right: 32px;
    position: relative;
    z-index: 2;
  }
  .l-header-recruit__menu .nav2 {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 8999;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
  }
  .l-header-recruit__menu .nav2 li {
    margin-bottom: 0;
    margin-right: 10px;
    width: calc(50% - 5px);
    box-shadow: none;
  }
  .l-header-recruit__menu .nav2 li:last-child {
    margin-right: 0;
  }
  .l-header-recruit__menu .nav2 a {
    font-size: min(0.78125vw,15px);
    padding-top: 8px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-header-recruit__menu .nav2 a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header-recruit__menu .nav2 a span {
    padding-left: 15px;
    padding-right: 25px;
    background-size: 20px auto;
  }
  .l-header-recruit__menu .nav2 a img {
    margin-top: 5px;
  }
  .l-header-recruit__btn {
    position: fixed;
    right: 8px;
    top: 8px;
    z-index: 8999;
    background: #AA0011;
    padding: 18px 10px;
  }
  .l-header-recruit__btn span {
    display: block;
    width: 18px;
    height: 1px;
    margin-left: 0;
    background: #fff;
    position: relative;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .l-header-recruit__btn span:before, .l-header-recruit__btn span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .l-header-recruit__btn span:before {
    top: -7px;
  }
  .l-header-recruit__btn span:after {
    bottom: -7px;
  }
  .l-header-recruit__btn.is-open span {
    background: transparent;
  }
  .l-header-recruit__btn.is-open span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header-recruit__btn.is-open span:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .l-footer-recruit__entry {
    padding: 40px 40px;
  }
  .l-footer-recruit__entry .h {
    font-size: min(1.25vw,24px);
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer-recruit__entry .h {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-recruit__entry .btn {
    display: block;
  }
  .l-footer-recruit__entry .btn a {
    width: auto;
    font-size: min(0.9375vw,18px);
    padding: 16px 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer-recruit__entry .btn a {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-recruit__entry .btn a span {
    padding-left: 30px;
    padding-right: 30px;
    background-size: 20px auto;
  }
  .l-footer-recruit__entry .btn a + a {
    margin-left: 0;
    margin-top: 20px;
  }
  .l-footer-recruit__entry .btn a img {
    margin-left: 0;
    margin-top: 4px;
  }
  .l-footer-recruit__block1 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .l-footer-recruit__block1 .c-wrap__1200 {
    display: block;
  }
  .l-footer-recruit__block1 .nav {
    width: auto;
    align-items: center;
  }
  .l-footer-recruit__block1 .title {
    font-size: min(1.04167vw,20px);
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer-recruit__block1 .title {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-recruit__block1 .menu {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .l-footer-recruit__block1 .menu li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .l-footer-recruit__block1 .menu li:last-child {
    border-bottom: 0;
  }
  .l-footer-recruit__block1 .menu li a {
    padding: 13px 0;
    line-height: 140%;
  }
  .l-footer-recruit__block1 .menu li a:hover span.is-en {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-footer-recruit__block1 .menu li i {
    display: flex;
    align-items: center;
  }
  .l-footer-recruit__block1 .menu li span {
    width: auto;
  }
  .l-footer-recruit__block1 .menu li span.is-en {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-footer-recruit__block1 .menu li span.is-jp {
    display: block;
    margin-left: 18px;
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: min(0.67708vw,13px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer-recruit__block1 .menu li span.is-jp {
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-recruit__block1 .copyright {
    font-size: min(0.52083vw,10px);
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer-recruit__block1 .copyright {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-recruit__kv {
    height: 75vw;
    margin-top: 54px;
  }
  .p-recruit__kv:before {
    display: none;
  }
  .p-recruit__kv .en {
    left: 0;
    top: 20px;
    height: calc(100% - 43px * 2);
  }
  .p-recruit__kv .h {
    font-size: min(1.5625vw,30px);
    left: 20px;
    bottom: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__kv .h {
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__kv .topics {
    width: auto;
    position: static;
  }
  .p-recruit .p-top__kv {
    padding-bottom: 0;
    background: #333;
  }
  .p-recruit .p-top__kv:before, .p-recruit .p-top__kv:after {
    display: none;
  }
  .p-recruit__lead {
    display: block;
    padding: 55px 20px 60px;
    background-position: center top;
    background-size: auto 100%;
  }
  .p-recruit__lead .txt1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-recruit__lead .txt1 p {
    font-size: min(0.83333vw,16px);
    line-height: 220%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__lead .txt1 p {
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__lead .txt1 p strong {
    font-size: min(1.19792vw,23px);
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__lead .txt1 p strong {
    font-size: 6.13333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__message {
    margin-top: 0;
    padding-bottom: 60px;
    background-position: center bottom;
    background-size: contain;
  }
  .p-recruit__message .c-wrap__1200 {
    display: block;
  }
  .p-recruit__message .box1 {
    width: auto;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .p-recruit__message .box1 .en {
    margin-bottom: 12px;
  }
  .p-recruit__message .box1 .en img {
    width: 200px;
  }
  .p-recruit__message .box1 .t {
    font-size: min(1.04167vw,20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__message .box1 .t {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__message .box1 .lead {
    font-size: min(0.9375vw,18px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__message .box1 .lead {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__message .img1 {
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-recruit__interview .title {
    margin-bottom: 20px;
  }
  .p-recruit__interview .title .en {
    margin-bottom: 15px;
  }
  .p-recruit__interview .title .h {
    font-size: min(1.04167vw,20px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__interview .title .h {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__interview .content {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-recruit__interview .content ul {
    display: block;
    margin-bottom: 60px;
  }
  .p-recruit__interview .content li {
    margin-bottom: 30px;
  }
  .p-recruit__interview .content li:last-child {
    margin-bottom: 0;
  }
  .p-recruit__interview .content .img1 {
    margin-bottom: 10px;
  }
  .p-recruit__interview .content .img1 img {
    height: 300px;
    width: auto;
  }
  .p-recruit__interview .content .txt1 {
    background-size: 69px auto;
  }
  .p-recruit__interview .content .txt1 .dept {
    font-size: min(0.83333vw,16px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__interview .content .txt1 .dept {
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__interview .content .txt1 .dept span {
    font-size: min(0.72917vw,14px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__interview .content .txt1 .dept span {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__interview .content .txt1 .job {
    font-size: min(1.04167vw,20px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__interview .content .txt1 .job {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__movie {
    padding-top: 80px;
    padding-bottom: 50px;
    background-size: 320% auto;
    background-position: center bottom;
  }
  .p-recruit__movie .c-wrap__1200 {
    display: block;
  }
  .p-recruit__movie .title {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-recruit__movie .title .en {
    margin-bottom: 15px;
  }
  .p-recruit__movie .title .en img {
    width: 250px;
  }
  .p-recruit__movie .title .h {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-recruit__movie .movie {
    width: 100%;
  }
  .p-recruit__movie .movie .play {
    background-size: 70px 70px;
    display: none;
  }
  .p-recruit__data {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .p-recruit__data .c-wrap__1200 {
    display: block;
  }
  .p-recruit__data .title {
    margin-bottom: 55px;
  }
  .p-recruit__data .title .en {
    margin-bottom: 15px;
  }
  .p-recruit__data .title .en img {
    width: 200px;
  }
  .p-recruit__data .title .h {
    font-size: min(0.9375vw,18px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__data .title .h {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__data .title .c-btn3 {
    margin-top: 30px;
  }
  .p-recruit__environment {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: auto 100%;
  }
  .p-recruit__environment .heading {
    display: block;
    margin-bottom: 40px;
  }
  .p-recruit__environment .heading .title {
    margin-bottom: 15px;
  }
  .p-recruit__environment .heading .en {
    margin-bottom: 10px;
  }
  .p-recruit__environment .heading .en img {
    width: 250px;
  }
  .p-recruit__environment .heading .h {
    font-size: min(0.9375vw,18px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__environment .heading .h {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__environment .content li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 25px;
  }
  .p-recruit__environment .content li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-recruit__environment .content li .txt1 {
    margin-bottom: 10px;
  }
  .p-recruit__environment .content li .txt1.one-line {
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .p-recruit__environment .content li .txt1 .h span {
    padding-left: 34px;
    padding-right: 34px;
  }
  .p-recruit__environment .content li .txt1 .en img {
    width: 110px;
  }
  .p-recruit__note {
    margin-top: 0;
    padding-bottom: 70px;
  }
  .p-recruit__note .heading {
    margin-bottom: 30px;
  }
  .p-recruit__note .heading .title {
    margin-bottom: 20px;
  }
  .p-recruit__note .heading .en {
    margin-bottom: 12px;
  }
  .p-recruit__note .heading .en img {
    width: 230px;
  }
  .p-recruit__note .heading .h {
    font-size: min(0.9375vw,18px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__note .heading .h {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__note .content ul {
    display: block;
  }
  .p-recruit__note .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .p-recruit__note .content li .txt1 {
    padding: 12px 15px;
  }
  .p-recruit__note .content li .txt1 p {
    font-size: min(0.67708vw,13px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__note .content li .txt1 p {
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__note .content li .txt1 .attr {
    margin-top: 10px;
  }
  .p-recruit__note .content li .txt1 .date {
    font-size: min(0.625vw,12px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__note .content li .txt1 .date {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__note .content li .txt1 .category {
    font-size: min(0.625vw,12px);
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit__note .content li .txt1 .category {
    font-size: 3.2vw;
  }
}

/*=======================================
採用サイト DATAでみるSANN
=========================================*/
.p-recruit-data-wrap {
  background: url(img/recruit/data/pagetitle_bg1.jpg) no-repeat center top, url(img/recruit/data/bg3.png) center top;
  background-size: contain, auto;
}
.p-recruit-data .l-pagetitle__recruit {
  padding-bottom: 256px;
}
.p-recruit-data .block1 {
  padding-top: 160px;
  padding-bottom: 160px;
  text-align: center;
}
.p-recruit-data .block1.bg-pink {
  background: url(img/recruit/data/bg2.png);
}
.p-recruit-data .block1.sex .heading span {
  background-image: url(img/recruit/data/company_icon1.png);
  padding-right: min(3.28125vw,63px);
}
.p-recruit-data .block1.sex .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-recruit-data .block1.sex .content div.txt1 {
  width: 250px;
}
.p-recruit-data .block1.sex .content div.graph {
  width: 220px;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
}
.p-recruit-data .block1.sex .content div.graph svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-recruit-data .block1.age .heading span {
  background-image: url(img/recruit/data/company_icon2.png);
  padding-right: min(3.64583vw,70px);
}
.p-recruit-data .block1.age .content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit-data .block1.age .content .graph {
  -webkit-transition: 1.2s ease all;
  transition: 1.2s ease all;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: center calc(100% - min(1.875vw,36px));
}
.p-recruit-data .block1.age .content .graph.is--animate {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transform-origin: center calc(100% - min(1.875vw,36px));
}
.p-recruit-data .block1.type .heading span {
  background-image: url(img/recruit/data/company_icon3.png);
  padding-right: min(5.72917vw,110px);
}
.p-recruit-data .block1.type .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-recruit-data .block1.type .content div.txt1 {
  width: 277px;
}
.p-recruit-data .block1.type .content div.graph {
  width: 250px;
  margin-left: 64px;
  margin-right: 64px;
  position: relative;
}
.p-recruit-data .block1.type .content div.graph canvas {
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.p-recruit-data .block1.type .content div.graph svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-recruit-data .block1.sales .heading span {
  background-image: url(img/recruit/data/company_icon4.png);
  padding-right: min(3.125vw,60px);
}
.p-recruit-data .block1.sales .content .txt1 {
  width: 682px;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit-data .block1.sales .content .txt1 .graph {
  -webkit-transition: 1.2s ease all;
  transition: 1.2s ease all;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: center bottom;
}
.p-recruit-data .block1.sales .content .txt1 .graph.is--animate {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transform-origin: center bottom;
}
.p-recruit-data .block1.sales .content .txt1 .graph.is--animate.st2 {
  animation-delay: .2s !important;
}
.p-recruit-data .block1.sales .content .txt1 .graph.is--animate.st3 {
  animation-delay: .6s !important;
}
.p-recruit-data .block1.sales .content .txt1 .graph.is--animate.st4 {
  animation-delay: .8s !important;
}
.p-recruit-data .block1.dept .heading span {
  background-image: url(img/recruit/data/company_icon5.png);
  padding-right: 70px;
}
.p-recruit-data .block1.dept .content ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-recruit-data .block1.dept .content li {
  margin-right: 20px;
  width: 200px;
}
.p-recruit-data .block1.dept .content li:last-child {
  margin-right: 0;
}
.p-recruit-data .block1.hour .heading span {
  background-image: url(img/recruit/data/staff_icon1.png);
  padding-right: min(4.16667vw,80px);
}
.p-recruit-data .block1.place .heading span {
  background-image: url(img/recruit/data/staff_icon2.png);
  padding-right: min(3.125vw,60px);
}
.p-recruit-data .block1.place .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.p-recruit-data .block1.place .content p:first-child {
  margin-right: 15px;
}
.p-recruit-data .block1.place .content .txt1 {
  width: min(27.91667vw,536px);
}
.p-recruit-data .block1.place .content .txt2 {
  width: min(24.01042vw,461px);
}
.p-recruit-data .block1.place .content .txt2 .graph {
  -webkit-transition: 1.2s ease all;
  transition: 1.2s ease all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: min(5.3125vw,102px) center;
}
.p-recruit-data .block1.place .content .txt2 .graph.is--animate {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: min(5.3125vw,102px) center;
}
.p-recruit-data .block1.place .content .txt2 .graph.is--animate.st1 {
  animation-delay: .2s !important;
}
.p-recruit-data .block1.place .content .txt2 .graph.is--animate.st2 {
  animation-delay: .6s !important;
}
.p-recruit-data .block1.place .content .txt2 .graph.is--animate.st3 {
  animation-delay: .8s !important;
}
.p-recruit-data .block1.place .content .txt2 .graph.is--animate.st4 {
  animation-delay: 1s !important;
}
.p-recruit-data .block1.th .heading span {
  background-image: url(img/recruit/data/staff_icon3.png);
  padding-right: min(3.80208vw,73px);
}
.p-recruit-data .block1.th .content {
  display: flex;
  align-items: center;
}
.p-recruit-data .block1.th .content .graph {
  width: 47%;
  position: relative;
}
.p-recruit-data .block1.th .content .graph .th_graph {
  width: 250px !important;
  height: 250px !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translate(min(0.41667vw,8px), min(-0.9375vw,-18px));
  transform: translate(min(0.41667vw,8px), min(-0.9375vw,-18px));
}
.p-recruit-data .block1.th .content .box1 {
  width: 50%;
  margin-left: auto;
  text-align: left;
}
.p-recruit-data .block1.th .content .box1 h4 {
  border-bottom: 2px dotted #E00019;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: min(1.5625vw,30px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #E00019;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-data .block1.th .content .box1 h4 {
    font-size: 8vw;
  }
}
.p-recruit-data .block1.th .content .box1 p {
  font-size: min(1.5625vw,30px);
  letter-spacing: 0.1em;
  line-height: 160%;
  font-weight: 500;
  color: #E00019;
}
@media screen and (max-width: 768px) {
  .p-recruit-data .block1.th .content .box1 p {
    font-size: 8vw;
  }
}
.p-recruit-data .block1.decide .heading span {
  background-image: url(img/recruit/data/staff_icon4.png);
  padding-right: min(3.54167vw,68px);
}
.p-recruit-data .block1.decide .content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  margin-left: -13px;
  margin-right: -13px;
}
.p-recruit-data .block1.decide .content > div {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.p-recruit-data .block1.decide .content > div:nth-child(1) {
  width: min(17.34375vw,333px);
}
.p-recruit-data .block1.decide .content > div:nth-child(2) {
  width: min(28.33333vw,544px);
}
.p-recruit-data .block1.decide .content > div:nth-child(3) {
  width: min(14.79167vw,284px);
}
.p-recruit-data .block1.decide .content > div:nth-child(4) {
  width: min(12.13542vw,233px);
}
.p-recruit-data .block1.decide .content > div:nth-child(5) {
  width: min(12.1875vw,234px);
}
.p-recruit-data .block1.decide .content > div:nth-child(6) {
  width: min(25.72917vw,494px);
}
.p-recruit-data .block1.child .heading span {
  background-image: url(img/recruit/data/staff_icon5.png);
  padding-right: min(3.33333vw,64px);
}
.p-recruit-data .block1.child .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-recruit-data .block1.child .content p {
  margin-left: 40px;
  margin-right: 40px;
}
.p-recruit-data .block1.child .content .txt1 {
  width: min(18.69792vw,359px);
}
.p-recruit-data .block1.child .content .txt2 {
  width: min(15.625vw,300px);
}
.p-recruit-data .block1.growth .heading span {
  background-image: url(img/recruit/data/staff_icon6.png);
  padding-right: min(3.90625vw,75px);
}
.p-recruit-data .block1.growth .content .txt1 {
  width: min(35.15625vw,675px);
  margin-left: auto;
  margin-right: auto;
}
.p-recruit-data .heading {
  border-bottom: 2px solid #DF0019;
  padding-bottom: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.p-recruit-data .heading h3 {
  font-size: min(1.77083vw,34px);
  letter-spacing: 0.06em;
  line-height: 160%;
  font-weight: 700;
  color: #DF0019;
}
@media screen and (max-width: 768px) {
  .p-recruit-data .heading h3 {
    font-size: 9.06667vw;
  }
}
.p-recruit-data .heading span {
  display: inline-block;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto min(2.60417vw,50px);
  padding-top: 8px;
  padding-bottom: 8px;
}
.p-recruit-data .content {
  text-align: center;
}
.p-recruit-data .kv img {
  box-shadow: 0 13px 37px rgba(0, 0, 0, 0.3) inset;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.p-recruit-data__company {
  margin-bottom: 175px;
}
.p-recruit-data__company .c-title3 {
  margin-bottom: 0;
}
.p-recruit-data__company .kv img {
  box-shadow: 0 13px 37px rgba(0, 0, 0, 0.3) inset;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.p-recruit-data__staff .c-title3 {
  margin-bottom: 0;
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-recruit-data {
    background-size: 180% auto;
    background-position: center top;
  }
  .p-recruit-data-wrap {
    background-size: 180% auto, auto;
  }
  .p-recruit-data .l-pagetitle__recruit {
    padding-bottom: 40px;
  }
  .p-recruit-data .c-title3 {
    position: relative;
    margin-top: -10px;
  }
  .p-recruit-data .c-title3 .en {
    line-height: 100%;
  }
  .p-recruit-data .c-title3 .en img {
    height: 20px;
  }
  .p-recruit-data .c-title3 .h {
    font-size: min(0.88542vw,17px);
    position: relative;
    margin-right: -20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-data .c-title3 .h {
    font-size: 4.53333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-data .block1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-recruit-data .block1.sex .heading span {
    padding-right: 40px;
  }
  .p-recruit-data .block1.sex .content div.txt1 {
    width: 29.1375%;
  }
  .p-recruit-data .block1.sex .content div.graph {
    width: 27.7389%;
    margin-left: 6.993%;
    margin-right: 6.993%;
  }
  .p-recruit-data .block1.age .heading span {
    padding-right: 38px;
  }
  .p-recruit-data .block1.age .content > div {
    display: flex;
    flex-wrap: wrap;
  }
  .p-recruit-data .block1.age .content > div > div {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 15px;
  }
  .p-recruit-data .block1.age .content > div .graph {
    -webkit-transition: 1.2s ease all;
    transition: 1.2s ease all;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: center calc(100% - min(16vw,60px));
  }
  .p-recruit-data .block1.age .content > div .graph.is--animate {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform-origin: center calc(100% - min(16vw,60px));
  }
  .p-recruit-data .block1.type .heading span {
    padding-right: 60px;
  }
  .p-recruit-data .block1.type .content {
    align-items: flex-start;
  }
  .p-recruit-data .block1.type .content div.txt1 {
    width: 29.4505%;
  }
  .p-recruit-data .block1.type .content div.graph {
    width: 27.4725%;
    margin-left: 6.923%;
    margin-right: 6.923%;
  }
  .p-recruit-data .block1.sales .heading span {
    padding-right: 37px;
  }
  .p-recruit-data .block1.sales .content .txt1 {
    width: auto;
  }
  .p-recruit-data .block1.dept .heading span {
    padding-right: 45px;
  }
  .p-recruit-data .block1.dept .content ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-recruit-data .block1.dept .content li {
    width: 31%;
    margin-left: 3.5%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .p-recruit-data .block1.dept .content li:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-recruit-data .block1.hour .heading span {
    padding-right: 50px;
  }
  .p-recruit-data .block1.hour .content > div {
    display: flex;
    flex-wrap: wrap;
  }
  .p-recruit-data .block1.hour .content > div > div {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 15px;
  }
  .p-recruit-data .block1.place .heading span {
    padding-right: 40px;
  }
  .p-recruit-data .block1.place .content {
    display: block;
  }
  .p-recruit-data .block1.place .content p {
    margin-top: 20px;
  }
  .p-recruit-data .block1.place .content p:first-child {
    margin-top: 0;
    margin-right: 0;
  }
  .p-recruit-data .block1.place .content .txt1,
  .p-recruit-data .block1.place .content .txt2 {
    width: auto;
  }
  .p-recruit-data .block1.place .content .txt2 .graph {
    transform-origin: min(26.66667vw,100px) center;
  }
  .p-recruit-data .block1.place .content .txt2 .graph.is--animate {
    transform-origin: min(26.66667vw,100px) center;
  }
  .p-recruit-data .block1.th .heading span {
    padding-right: 45px;
  }
  .p-recruit-data .block1.th .content {
    display: block;
  }
  .p-recruit-data .block1.th .content > p {
    width: auto;
  }
  .p-recruit-data .block1.th .content .box1 {
    width: auto;
    margin-top: 35px;
  }
  .p-recruit-data .block1.th .content .box1 h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: min(0.72917vw,14px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-data .block1.th .content .box1 h4 {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-data .block1.th .content .box1 p {
    font-size: min(0.9375vw,18px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-data .block1.th .content .box1 p {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-data .block1.th .content .graph {
    width: auto;
  }
  .p-recruit-data .block1.th .content .graph .th_graph {
    width: min(38.93333vw,146px) !important;
    height: min(38.93333vw,146px) !important;
  }
  .p-recruit-data .block1.decide .heading span {
    padding-right: 45px;
  }
  .p-recruit-data .block1.decide .content {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .p-recruit-data .block1.decide .content p {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .p-recruit-data .block1.decide .content p img {
    height: 69px;
    width: auto;
  }
  .p-recruit-data .block1.decide .content > div {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0;
    display: block;
  }
  .p-recruit-data .block1.decide .content > div:nth-child(1), .p-recruit-data .block1.decide .content > div:nth-child(2), .p-recruit-data .block1.decide .content > div:nth-child(3), .p-recruit-data .block1.decide .content > div:nth-child(4), .p-recruit-data .block1.decide .content > div:nth-child(5), .p-recruit-data .block1.decide .content > div:nth-child(6) {
    width: 100%;
  }
  .p-recruit-data .block1.child .heading span {
    padding-right: 45px;
  }
  .p-recruit-data .block1.child .content p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .p-recruit-data .block1.child .content .txt1 {
    width: calc(54% - 30px);
  }
  .p-recruit-data .block1.child .content .txt2 {
    width: calc(46% - 30px);
  }
  .p-recruit-data .block1.growth .heading span {
    padding-right: 45px;
  }
  .p-recruit-data .block1.growth .content .txt1 {
    width: auto;
  }
  .p-recruit-data .heading {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .p-recruit-data .heading h3 {
    font-size: min(1.04167vw,20px);
    line-height: 140%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-data .heading h3 {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-data .heading span {
    padding-top: 2px;
    padding-bottom: 2px;
    background-size: auto 25px;
  }
  .p-recruit-data .kv img {
    height: 90px;
  }
  .p-recruit-data__company {
    margin-bottom: 80px;
  }
}
/*=======================================
採用サイト 採用メッセージ
=========================================*/
.p-recruit-message {
  background: url(img/recruit/message/pagetitle_bg1.jpg) no-repeat center top, url(img/recruit/message/bg1.png) no-repeat center bottom;
  padding-bottom: 100px;
}
@media screen and (min-width: 1921px) {
  .p-recruit-message {
    background-size: 100% auto, auto;
  }
}
.p-recruit-message__block1 {
  padding-top: 100px;
  background: url(img/recruit/message/txt1.png) no-repeat right top;
}
.p-recruit-message__block1 .block1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}
.p-recruit-message__block1 .block1 .txt1 {
  width: 50%;
}
.p-recruit-message__block1 .block1 .txt1 .name {
  font-size: min(1.09375vw,21px);
  letter-spacing: 0.13em;
  font-weight: 700;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .txt1 .name {
    font-size: 5.6vw;
  }
}
.p-recruit-message__block1 .block1 .txt1 .name strong {
  display: inline-block;
  font-size: min(2.1875vw,42px);
  line-height: 140%;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .txt1 .name strong {
    font-size: 11.2vw;
  }
}
.p-recruit-message__block1 .block1 .txt1 .t {
  font-size: min(1.92708vw,37px);
  line-height: 140%;
  letter-spacing: 0.13em;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .txt1 .t {
    font-size: 9.86667vw;
  }
}
.p-recruit-message__block1 .block1 .txt1 .lead {
  font-size: min(0.88542vw,17px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 180%;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .txt1 .lead {
    font-size: 4.53333vw;
  }
}
.p-recruit-message__block1 .block1 .txt1 .lead:last-child {
  margin-bottom: 0;
}
.p-recruit-message__block1 .block1 .txt1 .lead p {
  margin-bottom: 1.8em;
}
.p-recruit-message__block1 .block1 .txt1 .lead p:last-child {
  margin-bottom: 0;
}
.p-recruit-message__block1 .block1 .img1 {
  width: 41.0833%;
  text-align: right;
}
.p-recruit-message__block1 .block2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-recruit-message__block1 .block2 .txt1 {
  width: 50%;
}
.p-recruit-message__block1 .block2 .txt1 .t {
  font-size: min(1.92708vw,37px);
  line-height: 140%;
  letter-spacing: 0.13em;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block2 .txt1 .t {
    font-size: 9.86667vw;
  }
}
.p-recruit-message__block1 .block2 .txt1 .lead {
  font-size: min(0.88542vw,17px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 180%;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block2 .txt1 .lead {
    font-size: 4.53333vw;
  }
}
.p-recruit-message__block1 .block2 .txt1 .lead:last-child {
  margin-bottom: 0;
}
.p-recruit-message__block1 .block2 .img1 {
  width: 45.75%;
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-recruit-message {
    background-size: 150% auto, 150%, auto;
    padding-bottom: 50px;
  }
  .p-recruit-message__block1 {
    background-size: 90% auto;
    padding-top: 40px;
  }
  .p-recruit-message__block1 .block1 {
    display: block;
  }
  .p-recruit-message__block1 .block1 .txt1 {
    width: auto;
    margin-bottom: 25px;
  }
  .p-recruit-message__block1 .block1 .txt1 .name {
    font-size: min(0.78125vw,15px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .txt1 .name {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .txt1 .name strong {
    font-size: min(1.5625vw,30px);
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .txt1 .name strong {
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .txt1 .t {
    font-size: min(1.04167vw,20px);
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .txt1 .t {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .txt1 .lead {
    font-size: min(0.72917vw,14px);
    line-height: 170%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .txt1 .lead {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block1 .img1 {
    width: auto;
    position: relative;
    margin-right: -20px;
    padding-left: 80px;
    margin-bottom: 20px;
  }
  .p-recruit-message__block1 .block2 {
    display: block;
  }
  .p-recruit-message__block1 .block2 .txt1 {
    width: auto;
    margin-bottom: 25px;
  }
  .p-recruit-message__block1 .block2 .txt1 .t {
    font-size: min(1.04167vw,20px);
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-message__block1 .block2 .txt1 .t {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block2 .txt1 .lead {
    font-size: min(0.72917vw,14px);
    line-height: 170%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-message__block1 .block2 .txt1 .lead {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-message__block1 .block2 .img1 {
    width: auto;
    position: relative;
    margin-left: -20px;
    padding-right: 80px;
    margin-bottom: 20px;
  }
}
/*=======================================
採用サイト 働く環境
=========================================*/
.p-recruit-environment__nav {
  padding-bottom: 160px;
}
.p-recruit-environment__nav-wrap {
  background: #E10019 url(img/recruit/environment/pagetitle_bg1.jpg) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  .p-recruit-environment__nav-wrap {
    background-size: 100% auto;
  }
}
.p-recruit-environment__nav ul {
  display: flex;
  justify-content: space-between;
}
.p-recruit-environment__nav li {
  width: 23.75%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.p-recruit-environment__nav li:before, .p-recruit-environment__nav li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-recruit-environment__nav li:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-recruit-environment__nav li:after {
  background: rgba(225, 0, 25, 0.5);
  z-index: 2;
}
.p-recruit-environment__nav li.career:before {
  background-image: url(img/recruit/environment/nav_img1.jpg);
}
.p-recruit-environment__nav li.training:before {
  background-image: url(img/recruit/environment/nav_img2.jpg);
}
.p-recruit-environment__nav li.welfare:before {
  background-image: url(img/recruit/environment/nav_img3.jpg);
}
.p-recruit-environment__nav li.event:before {
  background-image: url(img/recruit/environment/nav_img4.jpg?2302);
}
.p-recruit-environment__nav li:hover:before {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.p-recruit-environment__nav li a {
  position: relative;
  z-index: 3;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 285px;
  text-decoration: none;
}
.p-recruit-environment__nav li span {
  margin-top: 10px;
  font-weight: 700;
  line-height: 120%;
  display: block;
  background: url(img/common/arrow_2-white-down.png) no-repeat center bottom;
  padding-bottom: 46px;
}
.p-recruit-environment .block1 .h {
  font-size: min(1.35417vw,26px);
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit-environment .block1 .h {
    font-size: 6.93333vw;
  }
}
.p-recruit-environment__career {
  padding-top: 167px;
  background: url(img/recruit/environment/cross_bg1.jpg) no-repeat center top;
}
.p-recruit-environment__career .block1 {
  margin-bottom: 86px;
}
.p-recruit-environment__career .cross {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: -115px;
  z-index: 2;
}
.p-recruit-environment__career .cross .h {
  margin-top: 70px;
  width: min(12.5vw,240px);
}
.p-recruit-environment__career .cross > img {
  max-width: calc(100% - min(14.58333vw,280px));
}
.p-recruit-environment__career.step {
  padding-top: 212px;
  padding-bottom: 200px;
  background: url(img/recruit/environment/cross_bg2.jpg) no-repeat center top;
  position: relative;
}
.p-recruit-environment__career.step .c-wrap__1200 {
  position: relative;
}
.p-recruit-environment__career.step .block1 {
  position: absolute;
  left: 20px;
  top: 0;
}
.p-recruit-environment__career.step .img1 {
  text-align: right;
}
.p-recruit-environment__training {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3) inset;
  padding-top: 160px;
  padding-bottom: 20px;
  color: #fff;
}
.p-recruit-environment__training-wrap {
  position: relative;
  background: #dddddd;
  background: -moz-linear-gradient(left, #dddddd 0%, #ffffff 50%, #dddddd 100%);
  background: -webkit-linear-gradient(left, #dddddd 0%, #ffffff 50%, #dddddd 100%);
  background: linear-gradient(to right, #dddddd 0%, #ffffff 50%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 );
}
.p-recruit-environment__training-wrap:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/recruit/environment/training_bg1.jpg) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  .p-recruit-environment__training-wrap:before {
    background-size: contain;
  }
}
.p-recruit-environment__training-wrap > * {
  position: relative;
  z-index: 2;
}
.p-recruit-environment__training .block1 {
  color: #fff;
  margin-bottom: 58px;
}
.p-recruit-environment__training .step {
  padding-bottom: 55px;
  background: url(img/recruit/environment/training_icon1.svg) no-repeat left bottom;
  background-size: contain;
}
.p-recruit-environment__training .step ol {
  display: flex;
  justify-content: space-between;
}
.p-recruit-environment__training .step li {
  width: 15%;
  text-align: center;
}
.p-recruit-environment__training .step li .img1 {
  text-align: center;
  margin-bottom: 18px;
}
.p-recruit-environment__training .step li .txt1 .t {
  font-size: min(0.9375vw,18px);
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit-environment__training .step li .txt1 .t {
    font-size: 4.8vw;
  }
}
.p-recruit-environment__training .step li .txt1 .t small {
  @includefs (15);
  font-weight: 400;
}
.p-recruit-environment__welfare {
  padding-top: 140px;
}
.p-recruit-environment__welfare .content {
  margin-bottom: 40px;
}
.p-recruit-environment__welfare .content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-recruit-environment__welfare .content li {
  width: 30%;
  margin-left: 5%;
}
.p-recruit-environment__welfare .content li:nth-child(3n+1) {
  margin-left: 0;
}
.p-recruit-environment__welfare .content li .img1 {
  margin-bottom: 18px;
}
.p-recruit-environment__welfare .content li .txt1 .t {
  font-weight: 500;
  margin-bottom: 15px;
}
.p-recruit-environment__welfare .content li .txt1 p {
  line-height: 120%;
}
.p-recruit-environment__welfare .other h4 {
  text-align: center;
  margin-bottom: 30px;
}
.p-recruit-environment__welfare .other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-recruit-environment__welfare .other li {
  width: 18%;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.p-recruit-environment__welfare .kv {
  margin-top: 200px;
}
.p-recruit-environment__welfare .kv img {
  box-shadow: 0 13px 37px rgba(0, 0, 0, 0.3) inset;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.p-recruit-environment__event {
  background: #dddddd;
  background: -moz-linear-gradient(left, #dddddd 0%, #ffffff 50%, #dddddd 100%);
  background: -webkit-linear-gradient(left, #dddddd 0%, #ffffff 50%, #dddddd 100%);
  background: linear-gradient(to right, #dddddd 0%, #ffffff 50%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 );
  padding-top: 200px;
  padding-bottom: 180px;
}
.p-recruit-environment__event .lead {
  max-width: 600px;
}
.p-recruit-environment__event .content {
  position: relative;
  margin-top: -33px;
}
.p-recruit-environment__event .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-recruit-environment__event .content li {
  width: 30%;
  margin-left: 5%;
  margin-bottom: 90px;
}
.p-recruit-environment__event .content li:nth-child(3n+1) {
  margin-left: 0;
}
.p-recruit-environment__event .content li:nth-child(1) {
  margin-top: 160px;
}
.p-recruit-environment__event .content li:nth-child(2) {
  margin-top: 80px;
}
.p-recruit-environment__event .content li:nth-child(5) {
  margin-top: -80px;
}
.p-recruit-environment__event .content li:nth-child(6) {
  margin-top: -160px;
}
.p-recruit-environment__event .content li .img1 {
  margin-bottom: 12px;
}
.p-recruit-environment__event .content li .txt1 .t {
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-recruit-environment__nav {
    padding-bottom: 20px;
  }
  .p-recruit-environment__nav-wrap {
    background-size: 250% auto;
  }
  .p-recruit-environment__nav ul {
    flex-wrap: wrap;
  }
  .p-recruit-environment__nav li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }
  .p-recruit-environment__nav li a {
    height: 160px;
  }
  .p-recruit-environment__nav li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-recruit-environment__nav li img {
    width: 120px;
  }
  .p-recruit-environment__nav li span {
    background-size: 5px auto;
    padding-bottom: 24px;
  }
  .p-recruit-environment .block1 .h {
    font-size: min(0.9375vw,18px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-environment .block1 .h {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-environment__career {
    padding-top: 60px;
    background-size: 150% auto;
  }
  .p-recruit-environment__career .block1 {
    margin-bottom: 40px;
  }
  .p-recruit-environment__career .cross {
    margin-bottom: -30px;
    display: block;
  }
  .p-recruit-environment__career .cross .h {
    width: 110px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .p-recruit-environment__career .cross > img {
    max-width: 100%;
    position: relative;
    margin-top: -40px;
  }
  .p-recruit-environment__career.step {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-recruit-environment__career.step .block1 {
    position: static;
    margin-bottom: 0;
  }
  .p-recruit-environment__training {
    padding-top: 60px;
  }
  .p-recruit-environment__training-wrap {
    background-size: 370% auto;
    background-position: center top;
  }
  .p-recruit-environment__training-wrap:before {
    background-size: auto 71%;
  }
  .p-recruit-environment__training .c-title3 .en img {
    height: 46px;
  }
  .p-recruit-environment__training .step {
    position: relative;
    overflow: auto;
    padding-bottom: 0;
    background: none;
    overflow: visible;
  }
  .p-recruit-environment__training .step:before, .p-recruit-environment__training .step:after {
    display: block;
    content: "";
    position: absolute;
  }
  .p-recruit-environment__training .step:before {
    top: 0;
    right: 7px;
    height: calc(100% - 20px);
    width: 3px;
    background: #FFF;
  }
  .p-recruit-environment__training .step:after {
    right: -3px;
    bottom: 80px;
    border-top: 20px solid #fff;
    border-right: 10px solid transparent;
    position: sticky;
    width: 0;
    margin-left: auto;
  }
  .p-recruit-environment__training .step ol {
    display: block;
  }
  .p-recruit-environment__training .step li {
    width: auto;
    margin-bottom: 30px;
  }
  .p-recruit-environment__training .step li:last-child {
    margin-bottom: 0;
  }
  .p-recruit-environment__training .step li .img1 {
    margin-bottom: 10px;
  }
  .p-recruit-environment__training .step li .txt1 .t {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-recruit-environment__welfare {
    padding-top: 70px;
  }
  .p-recruit-environment__welfare .content ul {
    display: block;
  }
  .p-recruit-environment__welfare .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .p-recruit-environment__welfare .content li .img1 {
    margin-bottom: 12px;
  }
  .p-recruit-environment__welfare .content li .txt1 .t {
    margin-bottom: 10px;
    font-size: min(0.78125vw,15px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-environment__welfare .content li .txt1 .t {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-environment__welfare .other h4 {
    margin-bottom: 20px;
  }
  .p-recruit-environment__welfare .other li {
    width: 45%;
    height: 60px;
  }
  .p-recruit-environment__welfare .kv {
    margin-top: 80px;
  }
  .p-recruit-environment__welfare .kv img {
    height: 90px;
  }
  .p-recruit-environment__event {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .p-recruit-environment__event .content {
    margin-top: 20px;
  }
  .p-recruit-environment__event .content ul {
    display: block;
  }
  .p-recruit-environment__event .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-recruit-environment__event .content li:nth-child(1), .p-recruit-environment__event .content li:nth-child(2), .p-recruit-environment__event .content li:nth-child(5), .p-recruit-environment__event .content li:nth-child(6) {
    margin-top: 0;
  }
}
/*=======================================
採用サイト インタビュー
=========================================*/
.p-recruit-interview {
  background: #B50012 url(img/recruit/interview/pagetitle_bg1.jpg) no-repeat center top;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  .p-recruit-interview {
    background-size: 100% auto;
  }
}
.p-recruit-interview__block1 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  background: #fff;
  position: relative;
  padding-top: 60px;
  padding-bottom: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-recruit-interview__block1:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background: #fff;
}
.p-recruit-interview__block1 .field {
  margin-bottom: 50px;
}
.p-recruit-interview__block1 .field ul {
  display: flex;
  flex-wrap: wrap;
}
.p-recruit-interview__block1 .field li {
  margin-right: 30px;
  margin-bottom: 18px;
  width: 124px;
}
.p-recruit-interview__block1 .field li a {
  display: block;
  color: #B70012;
  border-bottom: 1px solid #B70012;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 5px 5px 6px;
  line-height: 150%;
}
.p-recruit-interview__block1 .field li a.is-active, .p-recruit-interview__block1 .field li a:hover {
  background: #E10019;
  border-bottom-color: #E10019;
  color: #fff;
}
.p-recruit-interview__block1 .slider {
  margin-bottom: 80px;
}
.p-recruit-interview__block1 .slider .slick-list {
  margin-right: -50vw;
}
.p-recruit-interview__block1 .slider .slick-arrow {
  position: absolute;
  display: block;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 100%;
  text-indent: 200px;
  outline: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 145px;
  height: 145px;
  z-index: 999;
  cursor: pointer;
}
.p-recruit-interview__block1 .slider .slick-arrow.slick-prev {
  background-image: url(img/common/arrow_4-left.png);
  left: -77px;
}
.p-recruit-interview__block1 .slider .slick-arrow.slick-next {
  background-image: url(img/common/arrow_4.png);
  right: calc(-50% + 300px);
}
@media screen and (max-width: 1530px) {
  .p-recruit-interview__block1 .slider .slick-arrow.slick-next {
    right: calc(-50% + 500px);
  }
}
.p-recruit-interview__block1 .slider li {
  width: 500px;
}
.p-recruit-interview__block1 .slider li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.p-recruit-interview__block1 .slider li a:hover {
  opacity: 1;
}
.p-recruit-interview__block1 .slider li a:hover .img1 img {
  top: -2px;
  filter: drop-shadow(5px 8px 15px rgba(0, 0, 0, 0.4));
}
.p-recruit-interview__block1 .slider li .img1 {
  margin-bottom: 22px;
}
.p-recruit-interview__block1 .slider li .img1 img {
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  top: 0;
}
.p-recruit-interview__block1 .slider li .txt1 {
  max-width: 365px;
  font-weight: 700;
  background: url(img/common/arrow_3.png) no-repeat right center;
}
.p-recruit-interview__block1 .slider li .txt1 .dept {
  font-size: min(1.04167vw,20px);
}
.p-recruit-interview__block1 .slider li .txt1 .dept span {
  font-size: min(0.9375vw,18px);
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__block1 .slider li .txt1 .dept span {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__block1 .slider li .txt1 .dept {
    font-size: 5.33333vw;
  }
}
.p-recruit-interview__block1 .slider li .txt1 .job {
  font-size: min(1.30208vw,25px);
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__block1 .slider li .txt1 .job {
    font-size: 6.66667vw;
  }
}
.p-recruit-interview__block1 .content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-recruit-interview__block1 .content li {
  width: 29.1666%;
  margin-left: 6.2501%;
  margin-bottom: 100px;
}
.p-recruit-interview__block1 .content li:nth-child(3n+1) {
  margin-left: 0;
}
.p-recruit-interview__block1 .content li .img1 {
  margin-bottom: 20px;
  overflow: hidden;
}
.p-recruit-interview__block1 .content li .img1 img {
  object-fit: cover;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.p-recruit-interview__block1 .content li .txt1 .h {
  font-size: min(1.14583vw,22px);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__block1 .content li .txt1 .h {
    font-size: 5.86667vw;
  }
}
.p-recruit-interview__block1 .content li .txt1 p {
  display: inline-block;
  vertical-align: middle;
}
.p-recruit-interview__block1 .content li .txt1 .category {
  margin-right: 12px;
  background: rgba(183, 0, 18, 0.7);
  color: #fff;
  font-weight: 700;
  padding: 6px 12px;
  line-height: 140%;
}
.p-recruit-interview__block1 .content li .txt1 .job {
  font-size: min(0.83333vw,16px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__block1 .content li .txt1 .job {
    font-size: 4.26667vw;
  }
}
.p-recruit-interview__block1 .content a {
  display: block;
  text-decoration: none;
  color: #000;
}
.p-recruit-interview__block1 .content a:hover .img1 img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.p-recruit-interview__detail {
  overflow: hidden;
}
.p-recruit-interview__detail .pagetitle {
  position: relative;
  margin-bottom: 50px;
}
.p-recruit-interview__detail .pagetitle:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(img/recruit/interview/detail_pagetitle_bg1.png) no-repeat center bottom;
}
.p-recruit-interview__detail .pagetitle .box1 {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 14.2%;
  background: rgba(238, 238, 238, 0.9);
  padding: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-recruit-interview__detail .pagetitle .box1 .dept {
  font-size: min(2.08333vw,40px);
  letter-spacing: 0.13em;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1 .dept {
    font-size: 10.66667vw;
  }
}
.p-recruit-interview__detail .pagetitle .box1 .h {
  font-size: min(1.14583vw,22px);
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1 .h {
    font-size: 5.86667vw;
  }
}
.p-recruit-interview__detail .pagetitle .box1 .year {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: min(0.83333vw,16px);
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1 .year {
    font-size: 4.26667vw;
  }
}
.p-recruit-interview__detail .pagetitle .box1 .field {
  margin-top: 20px;
}
.p-recruit-interview__detail .pagetitle .box1 .field span {
  display: inline-block;
  background: rgba(183, 0, 18, 0.7);
  color: #fff;
  font-weight: 700;
  padding: 6px 16px;
  line-height: 140%;
  font-size: min(0.9375vw,18px);
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1 .field span {
    font-size: 4.8vw;
  }
}
.p-recruit-interview__detail .pagetitle .box1.name .dept {
  margin-bottom: 25px;
  font-size: min(1.66667vw,32px);
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1.name .dept {
    font-size: 8.53333vw;
  }
}
.p-recruit-interview__detail .pagetitle .box1.name .h {
  font-size: min(2.60417vw,50px);
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1.name .h {
    font-size: 13.33333vw;
  }
}
.p-recruit-interview__detail .pagetitle .box1.name .h .year {
  font-size: min(0.83333vw,16px);
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1.name .h .year {
    font-size: 4.26667vw;
  }
}
.p-recruit-interview__detail .content .box1,
.p-recruit-interview__detail .message .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.p-recruit-interview__detail .content .box1:last-child,
.p-recruit-interview__detail .message .box1:last-child {
  margin-bottom: 0;
}
.p-recruit-interview__detail .content .box1:nth-child(2n),
.p-recruit-interview__detail .message .box1:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-recruit-interview__detail .content .box1:nth-child(2n) .img1,
.p-recruit-interview__detail .message .box1:nth-child(2n) .img1 {
  justify-content: flex-end;
}
.p-recruit-interview__detail .content .box1.no-image,
.p-recruit-interview__detail .message .box1.no-image {
  justify-content: center;
}
.p-recruit-interview__detail .content .box1.no-image .txt1,
.p-recruit-interview__detail .message .box1.no-image .txt1 {
  width: auto;
  max-width: 700px;
}
.p-recruit-interview__detail .content .txt1,
.p-recruit-interview__detail .message .txt1 {
  width: 50%;
}
.p-recruit-interview__detail .content .txt1 .t,
.p-recruit-interview__detail .message .txt1 .t {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  line-height: 140%;
}
.p-recruit-interview__detail .content .txt1 p,
.p-recruit-interview__detail .message .txt1 p {
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 180%;
  font-weight: 700;
}
.p-recruit-interview__detail .content .img1,
.p-recruit-interview__detail .message .img1 {
  width: 43.9166%;
  display: flex;
}
.p-recruit-interview__detail .content .img1 img,
.p-recruit-interview__detail .message .img1 img {
  max-width: initial;
}
@media screen and (max-width: 1550px) {
  .p-recruit-interview__detail .content .img1 img,
  .p-recruit-interview__detail .message .img1 img {
    max-width: 100%;
    object-fit: cover;
  }
}
.p-recruit-interview__detail .content {
  margin-bottom: 80px;
}
.p-recruit-interview__detail .message {
  position: relative;
  color: #fff;
  padding-bottom: 120px;
}
.p-recruit-interview__detail .message:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 70px);
  left: 0;
  bottom: 0;
  background: #292929;
}
.p-recruit-interview__detail .message .box1 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 1550px) {
  .p-recruit-interview__detail .content {
    margin-bottom: 120px;
  }
  .p-recruit-interview__detail .message {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-recruit-interview__detail .message:before {
    height: 100%;
  }
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-recruit-interview {
    background-size: 190% auto, 150%, auto;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .p-recruit-interview__block1 {
    padding: 20px;
  }
  .p-recruit-interview__block1 .field {
    padding-left: 0;
    padding-right: 0;
    margin-right: -10px;
    margin-bottom: 30px;
    position: relative;
  }
  .p-recruit-interview__block1 .field li {
    margin-right: 10px;
    margin-bottom: 4px;
    width: auto;
    flex-grow: 1;
  }
  .p-recruit-interview__block1 .field li a {
    padding-left: 9px;
    padding-right: 9px;
  }
  .p-recruit-interview__block1 .slider {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
  }
  .p-recruit-interview__block1 .slider .c-wrap__1200 {
    padding-right: 0;
  }
  .p-recruit-interview__block1 .slider .slick-list {
    margin-right: 0;
  }
  .p-recruit-interview__block1 .slider .slick-arrow {
    width: 72px;
    height: 72px;
    z-index: 999;
    cursor: pointer;
  }
  .p-recruit-interview__block1 .slider .slick-arrow.slick-prev {
    left: -15px;
  }
  .p-recruit-interview__block1 .slider .slick-arrow.slick-next {
    right: 5px;
  }
  .p-recruit-interview__block1 .slider li {
    width: 150px;
  }
  .p-recruit-interview__block1 .slider li .img1 {
    margin-bottom: 12px;
  }
  .p-recruit-interview__block1 .slider li .img1 img {
    width: auto;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-recruit-interview__block1 .slider li .txt1 {
    background-image: none;
    background-size: 64px auto;
    max-width: initial;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-recruit-interview__block1 .slider li .txt1 .dept {
    font-size: min(0.72917vw,14px);
    line-height: 140%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__block1 .slider li .txt1 .dept {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__block1 .slider li .txt1 .dept span {
    font-size: min(0.625vw,12px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__block1 .slider li .txt1 .dept span {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__block1 .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-recruit-interview__block1 .content ul {
    display: block;
  }
  .p-recruit-interview__block1 .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .p-recruit-interview__block1 .content li .img1 {
    margin-bottom: 15px;
  }
  .p-recruit-interview__block1 .content li .txt1 .h {
    font-size: min(0.88542vw,17px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__block1 .content li .txt1 .h {
    font-size: 4.53333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__block1 .content li .txt1 .category {
    font-size: min(0.67708vw,13px);
    padding: 5px 8px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__block1 .content li .txt1 .category {
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__block1 .content li .txt1 .job {
    font-size: min(0.67708vw,13px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__block1 .content li .txt1 .job {
    font-size: 3.46667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-recruit-interview__detail {
    padding-top: 59px;
  }
  .p-recruit-interview__detail .pagetitle {
    margin-bottom: 60px;
  }
  .p-recruit-interview__detail .pagetitle:before {
    background-size: contain;
  }
  .p-recruit-interview__detail .pagetitle .img1 img {
    height: 300px;
    object-fit: cover;
  }
  .p-recruit-interview__detail .pagetitle .box1 {
    padding: 15px 20px;
    width: auto;
    bottom: -20px;
  }
  .p-recruit-interview__detail .pagetitle .box1 .dept {
    font-size: min(1.04167vw,20px);
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1 .dept {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1 .h {
    font-size: min(0.83333vw,16px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1 .h {
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1 .year {
    font-size: min(0.625vw,12px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1 .year {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1 .field {
    margin-top: 10px;
  }
  .p-recruit-interview__detail .pagetitle .box1 .field span {
    font-size: min(0.72917vw,14px);
    padding: 3px 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1 .field span {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1.name .h {
    font-size: min(1.25vw,24px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1.name .h {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1.name .dept {
    font-size: min(0.83333vw,16px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1.name .dept {
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1.name .year {
    font-size: min(0.57292vw,11px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__detail .pagetitle .box1.name .year {
    font-size: 2.93333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .content .box1,
  .p-recruit-interview__detail .message .box1 {
    display: block;
    margin-bottom: 65px;
  }
  .p-recruit-interview__detail .content .box1:nth-child(2n) .img1,
  .p-recruit-interview__detail .message .box1:nth-child(2n) .img1 {
    margin-right: 0;
    margin-left: -20px;
  }
  .p-recruit-interview__detail .content .txt1,
  .p-recruit-interview__detail .message .txt1 {
    width: auto;
    margin-bottom: 25px;
  }
  .p-recruit-interview__detail .content .txt1 .t,
  .p-recruit-interview__detail .message .txt1 .t {
    font-size: min(0.9375vw,18px);
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__detail .content .txt1 .t,
  .p-recruit-interview__detail .message .txt1 .t {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .content .txt1 p,
  .p-recruit-interview__detail .message .txt1 p {
    font-size: min(0.78125vw,15px);
    line-height: 170%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-interview__detail .content .txt1 p,
  .p-recruit-interview__detail .message .txt1 p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__detail .content .img1,
  .p-recruit-interview__detail .message .img1 {
    width: auto;
    position: relative;
    margin-right: -20px;
  }
  .p-recruit-interview__detail .content .img1 img,
  .p-recruit-interview__detail .message .img1 img {
    max-width: 100%;
  }
  .p-recruit-interview__detail .message {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-recruit-interview__detail .message:before {
    height: 100%;
  }
}
/*=======================================
採用サイト 募集情報
=========================================*/
.p-recruit-career {
  padding-bottom: 200px;
}
.p-recruit-career .l-pagetitle__recruit {
  background: #C60014 url(img/recruit/career/pagetitle_bg1.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  padding-top: 277px;
  padding-bottom: 160px;
  margin-bottom: 100px;
}
.p-recruit-career .l-pagetitle__recruit .h {
  color: #fff;
}
.p-recruit-career__content .menu {
  margin-bottom: 70px;
}
.p-recruit-career__content .menu ul {
  display: flex;
}
.p-recruit-career__content .menu li {
  margin-right: 12px;
  width: 196px;
}
.p-recruit-career__content .menu li:last-child {
  margin-right: 0;
}
.p-recruit-career__content .menu li a,
.p-recruit-career__content .menu li .anchor {
  display: block;
  border-bottom: 2px solid #000;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 8px 12px;
  position: relative;
}
.p-recruit-career__content .menu li a:before,
.p-recruit-career__content .menu li .anchor:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  background: #E10019;
  z-index: 1;
}
.p-recruit-career__content .menu li span {
  position: relative;
  z-index: 2;
}
.p-recruit-career__content .menu li a:hover, .p-recruit-career__content .menu li.is-active a, .p-recruit-career__content .menu li.is-active .anchor {
  color: #fff;
}
.p-recruit-career__content .menu li a:hover:before, .p-recruit-career__content .menu li.is-active a:before, .p-recruit-career__content .menu li.is-active .anchor:before {
  width: 100%;
}
.p-recruit-career__content .content {
  margin-bottom: 130px;
}
.p-recruit-career__content .content .heading {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.p-recruit-career__content .content .heading .h {
  font-size: min(1.5625vw,30px);
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-right: 36px;
}
@media screen and (max-width: 768px) {
  .p-recruit-career__content .content .heading .h {
    font-size: 8vw;
  }
}
.p-recruit-career__content .content .heading .access a {
  display: block;
  border-bottom: 1px solid #000;
  padding: 5px 15px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.p-recruit-career__content .content .heading .access a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-recruit-career__content .content .heading .access a:hover:before {
  width: 100%;
}
.p-recruit-career__content .content .lead {
  margin-bottom: 36px;
}
.p-recruit-career__content .content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-recruit-career__content .content li {
  width: 48.333%;
  margin-left: 3.334%;
  margin-bottom: 45px;
}
.p-recruit-career__content .content li:nth-child(2n+1) {
  margin-left: 0;
}
.p-recruit-career__content .content li a {
  display: block;
  background: #F9F9F9 url(img/common/arrow_3.png) no-repeat calc(100% - 30px) center;
  background-size: 56px auto;
  color: #000;
  text-decoration: none;
  padding: 45px 38px;
  border-bottom: 1px solid #000;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.p-recruit-career__content .content li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-recruit-career__content .content li a:hover {
  background-position: calc(100% - 15px) center;
}
.p-recruit-career__content .content li a:hover:before {
  width: 100%;
}
.p-recruit-career__content .content li h4 {
  font-size: min(1.30208vw,25px);
  line-height: 160%;
  letter-spacing: 0.06em;
  line-height: 140%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-recruit-career__content .content li h4 {
    font-size: 6.66667vw;
  }
}
.p-recruit-career__content .content li p {
  width: calc(100% - 70px);
}
.p-recruit-career__content .content .noentry {
  text-align: center;
  font-size: min(0.9375vw,18px);
  letter-spacing: 0.06em;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-recruit-career__content .content .noentry {
    font-size: 4.8vw;
  }
}

/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-recruit-career {
    padding-bottom: 80px;
  }
  .p-recruit-career .l-pagetitle__recruit {
    padding-top: 120px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .p-recruit-career__content .menu li a,
  .p-recruit-career__content .menu li .anchor {
    padding-left: 0;
    padding-right: 0;
  }
  .p-recruit-career__content .content {
    margin-bottom: 70px;
  }
  .p-recruit-career__content .content .heading {
    margin-bottom: 20px;
  }
  .p-recruit-career__content .content .heading .h {
    font-size: min(1.25vw,24px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-career__content .content .heading .h {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-career__content .content li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-recruit-career__content .content li a {
    padding: 20px 18px;
    padding-right: 40px;
    background-image: url(img/common/arrow_2.png);
    background-position: calc(100% - 6px) center;
    background-size: auto;
  }
  .p-recruit-career__content .content li h4 {
    font-size: min(0.9375vw,18px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-recruit-career__content .content li h4 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-career__content .content li p {
    width: 100%;
  }
}


/*=======================================
採用サイト 募集情報 ver2024（中途採用）
=========================================*/
.p-career {
  padding-bottom: 200px;
}
.p-career .l-pagetitle__recruit {
  background: #C60014 url(img/recruit/career/pagetitle_bg1.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  padding-top: 277px;
  padding-bottom: 160px;
  margin-bottom: 100px;
}
.p-career .l-pagetitle__recruit .h {
  color: #fff;
}


/*=======================================
トップページ ケア・オール訴求
=========================================*/
.l-careall-trigger {
  position: fixed;
  right: 2.0833vw;
  bottom: 2.0833vw;
  z-index: 999;
  width: 18.2291vw;
}
.l-careall-trigger a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.0416vw;
}
.l-careall-trigger a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
/*  -webkit-transition: .4s ease all;*/
/*  transition: .4s ease all;*/
}
.l-careall-trigger a:hover::before {
  -webkit-animation: highlight 2s infinite ease-in-out backwards;
  animation: highlight 2s infinite ease-in-out backwards;
/*  left: 125%;*/
}
@-webkit-keyframes highlight {
  0% {left: -75%;}
  50% {left: 125%;}
  100% {left: 125%;}
}
@keyframes highlight {
  0% {left: -75%;}
  50% {left: 125%;}
  100% {left: 125%;}
}
.l-careall-trigger .close {
  position: absolute;
  cursor: pointer;
  top: -1.0416vw;
  right: -1.0416vw;
  width: 2.6041vw;
  height: 2.6041vw;
  background: url(img/top/careall_trigger_close.svg) no-repeat center;
  background-size: contain;
  z-index: 2;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.l-careall-trigger .close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.l-careall-content {}
.l-careall-content .wrap {
  background: #fff;
  border: 5px solid #27CAFF;
  border-radius: 20px;
  padding: 47px 100px 20px;
  text-align: left;
  color: #333;
  position: relative;
}
.l-careall-content .close {
  position: absolute;
  cursor: pointer;
  border: 0;
  outline: 0;
  z-index: 1;
  top: -14px;
  right: -14px;
  width: 50px;
  height: 50px;
  background: url(img/top/careall_trigger_close.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.l-careall-content .close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.l-careall-content .heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.l-careall-content .heading .logo {
  margin-right: 35px;
}
.l-careall-content .heading .txt1 {}
.l-careall-content .heading .txt1 .t {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #EC5B7A;
  border-bottom: 5px dotted #27CAFF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.l-careall-content .heading .txt1 p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.764;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
}
.l-careall-content .heading .txt1 p em {
  text-decoration-line: underline;
  text-decoration-color: #FFEE8D;
  text-decoration-style: solid;
  text-decoration-thickness: 10px;
  text-underline-offset: -4px;
  text-decoration-skip-ink: none;
}
.l-careall-content .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.l-careall-content .content .img1 {
  margin-right: 50px;
}
.l-careall-content .remarks {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-right: -80px;
}
.l-careall-content .remarks .note {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.416;
  font-family: "Zen Maru Gothic", sans-serif;
}
.l-careall-content .remarks .note a {
  color: #333;
}
.l-careall-content .remarks .link a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 47px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  background: linear-gradient(45deg,  #01a9df 0%,#27caff 100%);
  text-decoration: none;
  width: 350px;
  position: relative;
  overflow: hidden;
}
.l-careall-content .remarks .link a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
/*  -webkit-transition: .4s ease all;*/
/*  transition: .4s ease all;*/
}
.l-careall-content .remarks .link a:hover::before {
  -webkit-animation: highlight 2s infinite ease-in-out backwards;
  animation: highlight 2s infinite ease-in-out backwards;
/*  left: 125%;*/
}
.l-careall-content .remarks .link span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-careall-content .remarks .link span:after {
  display: block;
  content: "";
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-left: 12px;
}

.is-home .remodal {
  max-width: 1200px;
  background: transparent;
}
.is-home .remodal-overlay {
  background: rgba(0,0,0,.32);
}


@media screen and (max-width: 768px) {

  .l-careall-trigger {
    width: 50vw;
    right: 4vw;
    bottom: 4vw;
  }
  .l-careall-trigger .close {
    width: 8vw;
    height: 8vw;
    top: -3vw;
    right: -3vw;
  }

  .l-careall-content .wrap {
    padding: 25px 20px;
    border-width: 3px;
    border-radius: 15px;
  }
  .l-careall-content .close {
    width: 40px;
    height: 40px;
    top: -10px;
    right: -10px;
  }
  .l-careall-content .heading {
    display: block;
    margin-bottom: 25px;
  }
  .l-careall-content .heading .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    text-align: center;
    width: 60%;
  }
  .l-careall-content .heading .txt1 .t {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom-width: 3px;
    text-align: center;
  }
  .l-careall-content .heading .txt1 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-careall-content .heading .txt1 p em {
    text-decoration-thickness: 7px;
    text-underline-offset: -2px;
  }
  .l-careall-content .content {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .l-careall-content .content .img1 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .l-careall-content .content .img2 {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
  .l-careall-content .remarks {
    flex-direction: column-reverse;
    margin-right: 0;
  }
  .l-careall-content .remarks .note {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .l-careall-content .remarks .link a {
    padding: 25px 15px;
    font-size: 16px;
    font-size: 1.6rem;
    width: auto;
    border-radius: 12px;
  }

  .is-home .remodal {
    padding: 15px 0;
  }

}