@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
ブレイクポイント
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-justify: inter-ideograph;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

::-moz-selection {
  color: #525252;
  background-color: #ffd0c4;
}

::selection {
  color: #525252;
  background-color: #ffd0c4;
}

::-moz-selection {
  color: #525252;
  background-color: #ffd0c4;
}

.f-common-wrap {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid #e9e9e9;
  text-align: inherit;
  margin: 0 0 0 0;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul li {
  list-style-type: none;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  width: 100%;
  text-align: justify;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.js-fadeup {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.js-faderight {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.js-fadeleft {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.js-fadeup-stagger,
.js-fadeup-stagger-pc {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

@media screen and (max-width: 576px) {
  .js-fadeup-stagger-pc {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/* Block Reveal Effects */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1401px) {
  .f-visible-1400 {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .f-visible-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-1400pc {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1400pc {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-1400pclp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-1400pclp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 821px) and (max-width: 992px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 820px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-1400pclptb {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-1400pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-1400pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-1400pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp {
    display: block;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: relative;
}

.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  z-index: 800;
  position: relative;
  padding: 10px 30px;
}
@media screen and (max-width: 820px) {
  .l-header {
    height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .l-header {
    height: 40px;
    padding-left: 10px;
  }
}

.l-header-logo {
  position: relative;
  max-width: 388px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .l-header-logo {
    width: 75%;
  }
}
.l-header-logo h1 {
  position: relative;
  width: 100%;
}
.l-header-logo h1 a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px 5% 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-logo h1 a:hover {
  opacity: 0.75;
}
.l-header-logo h1 a img {
  position: relative;
  display: block;
  width: 100%;
}

/* PC版メニュー
----------------------------------------------------------------- */
.l-header-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 70%;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .l-header-nav {
    font-size: 1.25vw;
    min-width: initial;
  }
}
.l-header-nav .l-header-nav-global {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 80px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
    line-height: 60px;
  }
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu {
  width: 25%;
  max-width: 140px;
  position: relative;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu:before {
  content: "";
  background-color: #e9e9e9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 1px;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu:before {
    height: 30px;
  }
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a:hover {
  color: #ff9849;
}
.l-header-nav .l-header-nav-global .l-dropdown {
  position: relative;
}
@media (orientation: landscape) and (max-device-width: 1024px) {
  .l-header-nav .l-header-nav-global .l-dropdown > a {
    pointer-events: none;
  }
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  transform: translate(-50%, 100%) scale(1, 0);
  -webkit-transform: translate(-50%, 100%) scale(1, 0);
  -ms-transform: translate(-50%, 100%) scale(1, 0);
  overflow: hidden;
  -webkit-transition: 0.5s 0.1s;
  transition: 0.5s 0.1s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu {
  width: 100%;
  background-color: #fff;
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.8125rem;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu a {
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open {
  overflow: visible;
  transform: translate(-50%, 100%) scale(1, 1);
  -webkit-transform: translate(-50%, 100%) scale(1, 1);
  -ms-transform: translate(-50%, 100%) scale(1, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open a {
  opacity: 1;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-arrow::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #bc0000;
  border-right: 1px solid #bc0000;
  transform: rotate(135deg) translateY(50%);
  -webkit-transform: rotate(135deg) translateY(50%);
  margin-left: 0.6125em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown:hover .l-dropdown-arrow::after {
  border-top: 1px solid #ff9849;
  border-right: 1px solid #ff9849;
}
.l-header-nav .l-header-nav-contact {
  width: 27%;
  max-width: 320px;
  line-height: 80px;
}
@media screen and (max-width: 1200px) {
  .l-header-nav .l-header-nav-contact {
    line-height: 60px;
  }
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu {
  width: 50%;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a {
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:first-child a {
  background-color: #ff9849;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:first-child a:hover {
  background-color: #71b8d2;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:last-child a {
  background-color: #bc0000;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:last-child a:hover {
  background-color: #71b8d2;
}

/* アクティブメニュー*/
.l-header-nav-list a {
  position: relative;
}
.l-header-nav-list a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
  background-color: #bc0000;
  width: 25px;
  height: 2px;
}

.l-header-nav-contact-wrap a {
  position: relative;
}
.l-header-nav-contact-wrap a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
  background-color: #71b8d2;
  width: 25px;
  height: 2px;
}

/* ドロワーメニュー
----------------------------------------------------------------- */
.l-toggle {
  display: block;
  width: 120px;
  height: 120px;
  background-image: url(/recruit/fresh/resource/images/menu_open.svg);
  -webkit-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .l-toggle {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .l-toggle {
    width: 80px;
    height: 80px;
  }
}

body.open {
  overflow: hidden;
}
body.open .l-toggle {
  background-image: url(/recruit/fresh/resource/images/menu_close.svg);
}

.l-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  max-width: 580px;
}
@media screen and (max-width: 576px) {
  .l-drawer {
    max-width: 351px;
  }
}
.l-drawer .l-drawer-body {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 186px;
  -webkit-overflow-scrolling: touch;
  background-color: #FCF5EF;
  border-bottom-left-radius: 40px;
  overflow: auto;
  padding-left: 88px;
  padding-right: 88px;
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 126px;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main {
  position: relative;
  margin-bottom: 4rem;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
    line-height: 1.2;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a,
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu span {
  cursor: pointer;
  padding: 10px 0;
  display: block;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a,
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu span {
    padding: 0.5em 10%;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a:after,
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu span:after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(/recruit/fresh/resource/images/ico_diamond.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a:hover,
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu span:hover {
  color: #bc0000;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion {
  width: 100%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1.875em 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
    padding: 1.375em 10%;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before, .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close {
  background: rgba(163, 0, 0, 0.8);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::before {
  -webkit-transform: rotate(0deg) translateX(5px);
          transform: rotate(0deg) translateX(5px);
  opacity: 0;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content {
  display: none;
  background: rgba(163, 0, 0, 0.8);
  padding-bottom: 1em;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu {
  margin: 0;
  border-bottom: none;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding-top: 1em;
  padding-right: 10%;
  padding-bottom: 1em;
  padding-left: calc(10% + 1.25em);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 5%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu + .l-drawer-nav-main__menu {
  margin-top: 1em;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--hasChild {
  position: relative;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--hasChild .toggle {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 0;
  top: 10px;
  border: 1px solid #bc0000;
  border-radius: 22px;
  z-index: 1;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--hasChild .toggle::before, .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--hasChild .toggle::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #bc0000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--hasChild .toggle::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--hasChild .toggle.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--hasChild .toggle {
    top: 0;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main-child {
  display: none;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main-child__menu {
  padding-left: 20px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main-child__menu a {
  position: relative;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main-child__menu a:after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(/recruit/fresh/resource/images/ico_diamond.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main-child__menu a:hover {
  color: #bc0000;
}
.l-drawer .l-drawer-body .l-drawer-nav-sub {
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-sub {
    margin-bottom: 2.8571428571rem;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-sub .l-drawer-nav-sub__menu a {
  display: block;
  background-color: #bc0000;
  border: 1px solid #bc0000;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  border-radius: 14px;
  padding: 19px 50px 19px 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_right_red.svg);
  background-size: 42px 42px;
  background-position: right 30px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-sub .l-drawer-nav-sub__menu a {
    font-size: 15px;
    font-size: 1.0714285714rem;
    background-size: 32px 32px;
    background-position: right 20px center;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-sub .l-drawer-nav-sub__menu a:hover {
  background-color: #fff;
  color: #bc0000;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_right_white2.svg);
}
.l-drawer .l-drawer-body .l-drawer-nav-sub .l-drawer-nav-sub__menu + .l-drawer-nav-sub__menu {
  margin-top: 14px;
}
.l-drawer .l-drawer-nav-ap {
  margin-bottom: 10px;
  display: inline-block;
}
.l-drawer .l-drawer-nav-corporate {
  color: #bc0000;
  font-weight: 500;
}
.l-drawer .l-drawer-nav-corporate::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/recruit/fresh/resource/images/ico_ex_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.l-drawer .l-drawer-nav-corporate:hover {
  text-decoration: underline;
}

.l-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.3);
  position: fixed;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}

.open .l-overlay {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
フッター
========================================================================== */
/* インターンシップ情報・新卒採用・キャリア採用
----------------------------------------------------------------- */
.l-footer-info {
  margin-top: 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .l-footer-info {
    margin-top: 5.1428571429rem;
  }
}

.l-footer-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .l-footer-info-list {
    display: block;
  }
}
.l-footer-info-list li {
  -webkit-flex-basis: 32.17%;
      -ms-flex-preferred-size: 32.17%;
          flex-basis: 32.17%;
}
@media screen and (max-width: 576px) {
  .l-footer-info-list li + li {
    margin-top: 10px;
  }
}
.l-footer-info-list li a {
  font-size: 28px;
  font-size: 1.75rem;
  background-color: #bc0000;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 20px 20px 130px 20px;
  border-radius: 20px;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_right_red.svg);
  background-size: 70px 70px;
  background-position: right 20px bottom 20px;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .l-footer-info-list li a {
    font-size: 22px;
    font-size: 1.5714285714rem;
    padding-bottom: 50px;
    background-size: 46px 46px;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-info-list li a {
    font-size: 18px;
    font-size: 1.2857142857rem;
    background-position: right 20px center;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.l-footer-info-list li a:hover {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_right_white.svg);
}

footer {
  background-color: #FCF5EF;
  padding-top: 190px;
  margin-top: -112px;
}
@media screen and (max-width: 820px) {
  footer {
    margin-top: -62px;
    padding-top: 90px;
  }
}

.l-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .l-footer {
    display: block;
  }
}

.l-footer-logo {
  text-align: center;
  padding: 0 0 3.75rem 0;
  -webkit-flex-basis: 214px;
      -ms-flex-preferred-size: 214px;
          flex-basis: 214px;
}
@media screen and (max-width: 820px) {
  .l-footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo {
    display: block;
    padding-top: 40px;
  }
}
.l-footer-logo > div:nth-child(1) {
  -webkit-flex-basis: 190px;
      -ms-flex-preferred-size: 190px;
          flex-basis: 190px;
}
@media screen and (max-width: 820px) {
  .l-footer-logo > div:nth-child(1) {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo > div:nth-child(1) {
    width: 152px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-top: 0;
  }
}
.l-footer-logo > div:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-footer-link__corporate {
  display: block;
  border: 1px solid #bc0000;
  color: #bc0000;
  border-radius: 100px;
  margin-top: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 9px 10px;
  background-image: url(/recruit/fresh/resource/images/ico_ex_red.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-footer-link__corporate:hover {
  background-color: #bc0000;
  background-image: url(/recruit/fresh/resource/images/ico_ex_white.svg);
  color: #fff;
}
@media screen and (max-width: 820px) {
  .l-footer-link__corporate {
    max-width: 211px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-link__corporate {
    margin-right: auto;
    margin-left: auto;
  }
}

.l-footer-link__sp {
  margin-bottom: 10px;
  margin-top: 4rem;
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-nav {
  padding: 0 0 3.75rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 820px) {
  .l-footer-nav {
    padding: 2.75rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-nav {
    display: none;
  }
}
.l-footer-nav .l-footer-nav-main {
  margin: 0 2em;
  width: auto;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent {
  margin-bottom: 2.5rem;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
  margin-bottom: 0.75em;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
    margin-bottom: 0.5em;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a:hover {
  color: #bc0000;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/recruit/fresh/resource/images/ico_diamond.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -20px;
  top: 7px;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner {
  position: relative;
  padding-left: 0.75rem;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a {
    font-size: 14px;
    font-size: 1rem;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a:hover {
  color: #bc0000;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  background-color: #bc0000;
  margin: 4px 4px 4px 0;
  width: 6px;
  height: 1px;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner:not(:last-child) {
  margin-bottom: 0.1em;
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright {
  background-color: #bc0000;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 0.85rem 0;
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
}
a#pagetop img {
  width: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 345px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .l-page-title {
    padding-top: 220px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title {
    padding-top: 140px;
  }
}
.l-page-title .l-page-title-illust1,
.l-page-title .l-page-title-illust2 {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-page-title .l-page-title-illust1 {
  background-image: url(/recruit/fresh/resource/images/page_title_illust1.png);
  width: 166px;
  height: 211px;
  top: 251px;
  left: -30px;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-illust1 {
    width: 100px;
    height: 127px;
    top: 174px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-illust1 {
    width: 63px;
    height: 80px;
    top: 107px;
    left: -12px;
  }
}
.l-page-title .l-page-title-illust2 {
  background-image: url(/recruit/fresh/resource/images/page_title_illust2.png);
  width: 352px;
  height: 352px;
  top: 380px;
  right: -60px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-illust2 {
    width: 212px;
    height: 212px;
    top: 254px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-illust2 {
    width: 108px;
    height: 108px;
    top: 254px;
    right: -20px;
  }
}
.l-page-title .l-page-title-inner {
  background-color: #fff;
  position: relative;
  z-index: 1;
  max-width: 870px;
  margin-left: 75px;
  padding: 74px 74px 20px 74px;
  border-radius: 40px;
  margin-right: 75px;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner {
    margin-left: 22px;
    padding: 50px 50px 20px 50px;
    max-width: 625px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner {
    margin-left: 22px;
    padding: 40px 20px 20px 20px;
    max-width: 327px;
    margin-right: 0;
    border-radius: 20px;
  }
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  font-size: 52px;
  font-size: 3.25rem;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 40px;
    font-size: 2.8571428571rem;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
}
.l-page-title .l-page-title-inner .l-page-title-en {
  color: #bc0000;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}

.l-page-title-image {
  height: 528px;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 324px);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .l-page-title-image {
    height: 323px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: calc(100vw - 180px);
  }
}
@media screen and (max-width: 576px) {
  .l-page-title-image {
    width: calc(100vw - 66px);
    height: 185px;
  }
}
.l-page-title-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-small {
  padding: 1rem 0;
}

.l-sec-medium {
  padding: 2.5rem 0;
}

.l-sec-large {
  padding: 4rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-large {
    padding: 2.8571428571rem 0;
  }
}

.l-sec-xlarge {
  padding: 7.5rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge {
    padding: 4rem 0;
  }
}

.l-sec-xxlarge-remove-top {
  padding: 0 0 7.5rem;
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge-remove-top {
    padding: 0 0 5.1428571429rem;
  }
}

.l-sec-bg {
  background-color: #FCF5EF;
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container-small,
.l-container-large {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 820px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 7.3%;
    padding-right: 7.3%;
  }
}
@media screen and (max-width: 576px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-container {
  max-width: calc(1066px + 12%);
}
@media screen and (max-width: 820px) {
  .l-container {
    max-width: calc(820px + 14.6%);
  }
}

.l-container-small {
  max-width: calc(980px + 12%);
}

.l-container-large {
  max-width: 1120px;
}

.l-container-internship {
  max-width: 1000px;
}

/* ==========================================================================
下層ページ共通
=========================================================================*/
.l-page-illust1,
.l-page-illust2 {
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.l-page-illust1 {
  left: 0;
  width: 28.55vw;
}

.l-page-illust2 {
  right: 0;
  width: 17.93vw;
}

.l-page-lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 576px) {
  .l-page-lead {
    margin-top: 5.1428571429rem;
    margin-bottom: 5.1428571429rem;
  }
}
.l-page-lead p {
  position: relative;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 576px) {
  .l-page-lead p {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.l-page-lead p::after, .l-page-lead p::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .l-page-lead p::after, .l-page-lead p::before {
    height: 100%;
    width: 15px;
  }
}
.l-page-lead p::before {
  left: 0;
  border-left: 2px solid #bc0000;
  border-top: 2px solid #bc0000;
  border-bottom: 2px solid #bc0000;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.l-page-lead p::after {
  right: 0;
  border-right: 2px solid #bc0000;
  border-top: 2px solid #bc0000;
  border-bottom: 2px solid #bc0000;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox （カスタマイズ可）
----------------------------------------------------------------- */
.c-flex,
.c-flex--align-items-center,
.c-flex--flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex .c-flex-2-clm,
.c-flex--align-items-center .c-flex-2-clm,
.c-flex--flex-start .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-2-clm,
  .c-flex--align-items-center .c-flex-2-clm,
  .c-flex--flex-start .c-flex-2-clm {
    width: 100%;
  }
}
.c-flex .c-flex-3-clm,
.c-flex--align-items-center .c-flex-3-clm,
.c-flex--flex-start .c-flex-3-clm {
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-3-clm,
  .c-flex--align-items-center .c-flex-3-clm,
  .c-flex--flex-start .c-flex-3-clm {
    width: 100%;
  }
}
.c-flex .c-flex-4-clm,
.c-flex--align-items-center .c-flex-4-clm,
.c-flex--flex-start .c-flex-4-clm {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-4-clm,
  .c-flex--align-items-center .c-flex-4-clm,
  .c-flex--flex-start .c-flex-4-clm {
    width: 100%;
  }
}
.c-flex .c-flex-5-clm,
.c-flex--align-items-center .c-flex-5-clm,
.c-flex--flex-start .c-flex-5-clm {
  width: 15%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-5-clm,
  .c-flex--align-items-center .c-flex-5-clm,
  .c-flex--flex-start .c-flex-5-clm {
    width: 100%;
  }
}
.c-flex .c-flex-flex-1,
.c-flex--align-items-center .c-flex-flex-1,
.c-flex--flex-start .c-flex-flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .c-flex,
  .c-flex--align-items-center,
  .c-flex--flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex--flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 5%;
}

/* FlexBox(既存のtemplateの仕組みを踏襲)
----------------------------------------------------------------- */
.c-flex-small,
.c-flex-medium,
.c-flex-large,
.c-flex-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-flex-small > *:first-child {
  margin-left: 0;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: 19.2%;
}
.c-flex-small .c-flex-4-clm {
  width: 24.25%;
}
.c-flex-small .c-flex-3-clm {
  width: 32.6666666667%;
}
.c-flex-small .c-flex-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-flex-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-flex-small > *:first-child {
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm,
  .c-flex-small .c-flex-4-clm,
  .c-flex-small .c-flex-3-clm,
  .c-flex-small .c-flex-2-clm {
    width: 100%;
  }
  .c-flex-small .c-flex-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-flex-medium > * {
  margin-left: 4%;
}
.c-flex-medium > *:first-child {
  margin-left: 0;
}
.c-flex-medium .c-flex-3-clm {
  width: 30.6666666667%;
}
.c-flex-medium .c-flex-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-flex-medium > * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .c-flex-medium > *:first-child {
    margin-top: 0;
  }
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large > * {
  margin-left: 6%;
}
.c-flex-large > *:first-child {
  margin-left: 0;
}
.c-flex-large .c-flex-3-clm {
  width: 29.3333333333%;
}
.c-flex-large .c-flex-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-flex-large > * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .c-flex-large > *:first-child {
    margin-top: 0;
  }
  .c-flex-large .c-flex-3-clm,
  .c-flex-large .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-collapse .c-flex-5-clm {
  width: 20%;
}
.c-flex-collapse .c-flex-4-clm {
  width: 25%;
}
.c-flex-collapse .c-flex-3-clm {
  width: 33.3333333333%;
}
.c-flex-collapse .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex-collapse .c-flex-5-clm,
  .c-flex-collapse .c-flex-4-clm,
  .c-flex-collapse .c-flex-3-clm,
  .c-flex-collapse .c-flex-2-clm {
    width: 100%;
  }
}

/*-==========================================================================
グリッド
==========================================================================*/
/* グリッド　
----------------------------------------------------------------- */
.c-grid-small,
.c-grid-medium,
.c-grid-large,
.c-grid-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-grid-small > * {
  margin-left: 1%;
}
.c-grid-small > *:first-child {
  margin-left: 0;
}
.c-grid-small .c-grid-5-clm,
.c-grid-small .c-grid-5-clm-sp {
  width: 19.2%;
}
.c-grid-small .c-grid-4-clm {
  width: 24.25%;
}
.c-grid-small .c-grid-3-clm {
  width: 32.6666666667%;
}
.c-grid-small .c-grid-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-grid-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-grid-small > *:first-child {
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm,
  .c-grid-small .c-grid-4-clm,
  .c-grid-small .c-grid-3-clm,
  .c-grid-small .c-grid-2-clm {
    width: 100%;
  }
  .c-grid-small .c-grid-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-grid-medium > * {
  margin-left: 4%;
}
.c-grid-medium > *:first-child {
  margin-left: 0;
}
.c-grid-medium .c-grid-3-clm {
  width: 30.6666666667%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-grid-medium > * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .c-grid-medium > *:first-child {
    margin-top: 0;
  }
  .c-grid-medium .c-grid-3-clm,
  .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-large > * {
  margin-left: 6%;
}
.c-grid-large > *:first-child {
  margin-left: 0;
}
.c-grid-large .c-grid-3-clm {
  width: 96%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-grid-large > * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .c-grid-large > *:first-child {
    margin-top: 0;
  }
  .c-grid-large .c-grid-3-clm,
  .c-grid-large .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-collapse .c-grid-5-clm {
  width: 20%;
}
.c-grid-collapse .c-grid-4-clm {
  width: 25%;
}
.c-grid-collapse .c-grid-3-clm {
  width: 33.3333333333%;
}
.c-grid-collapse .c-grid-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-grid-collapse .c-grid-5-clm,
  .c-grid-collapse .c-grid-4-clm,
  .c-grid-collapse .c-grid-3-clm,
  .c-grid-collapse .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-pdf:nth-child(n+6) {
  margin-top: 30px;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num li {
  position: relative;
  padding-left: 1.5rem;
}
.c-list-num li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #ff9849;
  font-weight: 700;
  margin-left: -1.5rem;
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num-divider li {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #bc0000;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-left: -2rem;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  color: #ff9849;
  font-weight: 700;
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-pattern1 tr th,
.c-tb-pattern1 tr td {
  padding: 1rem 1.5rem;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th,
  .c-tb-pattern1 tr td {
    line-height: 1.7;
    display: block;
  }
}
.c-tb-pattern1 tr th {
  font-weight: 600;
  vertical-align: top;
  width: 194px;
  background-color: #f3f3f3;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th {
    width: 100%;
    border-bottom: none;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.c-tb-pattern1 tr td {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr td {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.c-tb-pattern1 tr td .sm {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr td .sm {
    font-size: 14px;
    font-size: 1rem;
  }
}
.c-tb-pattern1 tr td .sm + dl {
  margin-top: 1.5rem;
}
.c-tb-pattern1 tr td dl {
  margin-top: 0;
}
.c-tb-pattern1 tr td dl dt {
  font-weight: 400;
}
.c-tb-pattern1 tr td dl dd + dt {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr:not(:last-child) td {
    border-bottom: none;
  }
}

.c-tb-pattern2 {
  border: 1px solid #e9e9e9;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr {
    border-top: 1px solid #e9e9e9;
  }
  .c-tb-pattern2 tr:first-child {
    border: none;
  }
}
.c-tb-pattern2 tr th,
.c-tb-pattern2 tr td {
  border: 1px solid #e9e9e9;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th,
  .c-tb-pattern2 tr td {
    display: block;
    border: none;
    line-height: 1.7;
  }
}
.c-tb-pattern2 tr th {
  color: #bc0000;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    width: 100%;
    padding: 1rem 0;
  }
}
.c-tb-pattern2 tr td dl {
  margin: 0;
}
.c-tb-pattern2 tr td dl dt {
  color: #ff9849;
  font-weight: 700;
  float: left;
  width: 50px;
  min-width: 50px;
}
.c-tb-pattern2 tr td dl dd {
  margin-left: 50px;
}

.c-tb-pattern3 {
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern3 {
    max-height: 445px;
  }
}
.c-tb-pattern3::-webkit-scrollbar {
  width: 8px;
  background: #e9e9e9;
}
.c-tb-pattern3::-webkit-scrollbar:horizontal {
  height: 8px;
  background: #e9e9e9;
}
.c-tb-pattern3::-webkit-scrollbar-thumb {
  background: #bc0000;
  border-radius: 4px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #bc0000;
  border-radius: 4px;
}
.c-tb-pattern3 table {
  width: 100%;
  min-width: 720px;
}
.c-tb-pattern3 table th,
.c-tb-pattern3 table td {
  border: solid 1px #d6d6d6;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
.c-tb-pattern3 table th {
  color: #bc0000;
  background-color: #e9e9e9;
}
.c-tb-pattern3 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
.c-tb-pattern3 table .first {
  font-weight: 700;
}

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
/* 職種紹介 */
.page-job .c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.page-job .c-modal-bg {
  background: rgba(51, 51, 51, 0.7);
  height: 100vh;
  width: 100%;
}
.page-job .c-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 1100px;
  border-radius: 40px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .page-job .c-modal-content {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .page-job .c-modal-content {
    top: 103px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: calc(90vh - 73px);
    height: 100%;
  }
}
.page-job .c-modal-content .c-modal-close {
  width: 56px;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .page-job .c-modal-content .c-modal-close {
    width: 48px;
    left: -20px;
    right: auto;
    top: -26px;
  }
}
.page-job .c-modal-content-inner {
  position: relative;
  overflow: auto;
  max-height: 100%;
  height: auto;
  padding: 50px 80px;
  background: white;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .page-job .c-modal-content-inner {
    padding: 30px 20px;
  }
}
.page-job .c-modal-content_ttl {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  border-bottom: 3px dotted #bc0000;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
.page-job .c-modal-content-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .page-job .c-modal-content-flex {
    display: block;
  }
}
.page-job .c-modal-content-flex .text {
  -webkit-flex-basis: 41.45%;
      -ms-flex-preferred-size: 41.45%;
          flex-basis: 41.45%;
}
.page-job .c-modal-content-flex .text > p {
  font-size: 18px;
  font-size: 1.125rem;
}
.page-job .c-modal-content-flex .text .detail {
  margin-top: 1.5rem;
  background-color: #FCF5EF;
  border-radius: 10px;
  padding: 15px 30px 30px 30px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .page-job .c-modal-content-flex .text .detail {
    margin-bottom: 20px;
  }
}
.page-job .c-modal-content-flex .text .detail h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #bc0000;
  text-align: center;
  margin-bottom: 1em;
}
.page-job .c-modal-content-flex .image {
  -webkit-flex-basis: 52.84%;
      -ms-flex-preferred-size: 52.84%;
          flex-basis: 52.84%;
}
.page-job .c-modal-open {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-job .c-modal-open:hover {
  opacity: 0.7;
}

/* TOPページYoutube動画 */
.home .c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.home .c-modal-bg {
  background: rgba(51, 51, 51, 0.7);
  height: 100vh;
  width: 100%;
}
.home .c-modal-content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 980px;
}
@media screen and (max-width: 1200px) {
  .home .c-modal-content {
    width: 90%;
  }
}
.home .c-modal-content-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.home .c-modal-content-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home .c-modal-content-inner .c-modal-close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  right: 0;
  width: 24px;
  height: 24px;
}
.home .c-modal-content-inner .c-modal-close p {
  display: block;
  width: 100%;
  height: 100%;
}
.home .c-modal-open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .c-modal-open:hover {
  opacity: 0.7;
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  margin-top: 2.5rem;
}
.c-page-nav .c-page-nav-wrap {
  max-width: 800px;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  text-align: center;
  display: inline-block;
  margin-right: 3em;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    width: 98%;
    margin-right: 0;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3.3;
  padding-right: 30px;
}
@media screen and (max-width: 820px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
    line-height: 2;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
    background-color: rgba(188, 0, 0, 0.06);
    display: block;
    border-radius: 100px;
    text-align: left;
    padding: 13px 20px;
    line-height: 1;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_down_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
    right: 15px;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover::after {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_down_red.svg);
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu + .c-page-nav-wrap__menu {
  margin-top: 15px;
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  z-index: 1;
  position: relative;
  display: inline-block;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 20px;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a {
  display: block;
  background-color: #fff;
  border: 1px solid #bc0000;
  font-size: 16px;
  line-height: normal;
  color: #bc0000;
  font-weight: 500;
  border-radius: 10px;
  width: 300px;
  height: 109px;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_down_white.svg);
  background-size: 21px 21px;
  background-position: right 15px bottom 15px;
  background-repeat: no-repeat;
  padding: 20px 50px 20px 15px;
  margin: 0 10px 20px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a:hover {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_down_red.svg);
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu span {
  font-size: 12px;
}

.l-internship-info {
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .l-internship-info {
    margin-top: 5.1428571429rem;
  }
}

.l-internship-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .l-internship-info-list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media screen and (max-width: 576px) {
  .l-internship-info-list {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-internship-info-list li {
  margin-right: 20px;
}
@media screen and (max-width: 820px) {
  .l-internship-info-list li {
    margin: 5px;
  }
}
@media screen and (max-width: 576px) {
  .l-internship-info-list li + li {
    margin-top: 10px;
  }
}
.l-internship-info-list li a {
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  font-weight: 500;
  color: #bc0000;
  display: block;
  padding: 15px 15px 15px 10px;
  border-radius: 10px;
  border: 1px solid #bc0000;
  width: 300px;
  height: 109px;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_down_white.svg);
  background-size: 20px 20px;
  background-position: right 15px bottom 15px;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .l-internship-info-list li a {
    font-size: 13px;
    font-size: 0.9285714286rem;
    height: 95px;
    padding-bottom: 50px;
    background-size: 20px 20px;
  }
}
@media screen and (max-width: 576px) {
  .l-internship-info-list li a {
    padding-left: 25px;
    font-size: 15px;
    font-size: 1.0714285714rem;
    background-position: right 15px bottom 15px;
    width: 100%;
  }
}
.l-internship-info-list li a:hover {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_down_red.svg);
}
.l-internship-info-list li a span {
  font-size: 12px;
}

.c-related-nav {
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  .c-related-nav {
    padding: 2.5rem 0;
  }
}
.c-related-nav .c-related-nav__ttl {
  color: #bc0000;
  border-left: 4px solid #bc0000;
  line-height: 1.5;
  padding-left: 0.75rem;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #bc0000;
  background-color: #fff;
  background-image: url(/resource/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3.375;
}
.c-related-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-related-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb, .c-breadcrumb-ft {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb, .c-breadcrumb-ft {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-breadcrumb .c-breadcrumb-wrap, .c-breadcrumb-ft .c-breadcrumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap, .c-breadcrumb-ft .c-breadcrumb-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list {
  color: #f3f3f3;
  white-space: nowrap;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list a, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list a {
  color: #f3f3f3;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
  width: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
    width: 9px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2), .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2) {
  padding-left: 16px;
  position: relative;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before {
  content: "";
  width: 3px;
  height: 3px;
  border: 0px;
  border-top: solid 1px #f3f3f3;
  border-right: solid 1px #f3f3f3;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}

.c-breadcrumb-ft .c-breadcrumb-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ==========================================================================
メールフォーム
=========================================================================*/
/* 入力>確認>完了のnav
----------------------------------------------------------------- */
ul.p-contact-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.p-contact-nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #bc0000;
  background-color: #f3f3f3;
  aspect-ratio: 1/360;
  max-width: 1px;
  width: 100%;
  max-width: 300px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.p-contact-nav li {
  display: block;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  max-width: 100px;
  height: 100px;
  width: 100%;
}
ul.p-contact-nav li.p-contact-nav__active {
  border: 2px solid #bc0000;
}
ul.p-contact-nav li.p-contact-nav__active span {
  color: #bc0000;
}
ul.p-contact-nav li span {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #f3f3f3;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
}

/* フォーム
----------------------------------------------------------------- */
.c-form-wrap table {
  font-size: 16px;
  font-size: 1rem;
}
.c-form-wrap table tr {
  border-bottom: 1px solid #e9e9e9;
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.25rem 0;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 44%;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th {
    padding: 1.25rem 0 0;
    width: 100%;
  }
}
.c-form-wrap table tr th.c-form-required:after {
  content: "必須";
  display: inline-block;
  background-color: #bc0000;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
  vertical-align: middle;
  padding-bottom: 1px;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr td {
    padding: 0.5rem 0 1.25rem 0;
  }
}
.c-form-wrap div.c-form-required {
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required {
    text-align: center;
  }
}
.c-form-wrap div.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: #bc0000;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
}
@media screen and (max-width: 992px) {
  .c-form-wrap div.c-form-required::after {
    top: 0.35rem;
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    top: auto;
    bottom: -30px;
  }
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 3px solid #d6d6d6;
  margin: -0.25rem 0.5rem 0 0;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled) {
  cursor: pointer;
}

.c-form-radio {
  border-radius: 50%;
}
.c-form-radio:checked {
  border: 7px solid #ff9849;
}

.c-form-checkbox {
  background-color: #fff;
  position: relative;
}
.c-form-checkbox:checked:before {
  content: "";
  background-image: url(/resource/images/ico_form_cheaked.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 19px;
  display: block;
  position: absolute;
  left: 1px;
  top: -3px;
}
@media screen and (max-width: 820px) {
  .c-form-checkbox:checked:before {
    top: -5px;
  }
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  display: inline-block;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-form-input,
  .c-form-select,
  .c-form-textarea {
    max-width: 100%;
  }
}

.c-form-input {
  height: 40px;
}

.c-form-privacy {
  margin-top: 2.5rem;
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 576px) {
  .c-form-privacy {
    padding: 2rem 5% 3.25rem;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  font-size: 0.875rem;
  height: 180px;
  margin-top: 1rem;
  padding: 1.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  margin-left: auto;
  margin-right: auto;
}

.c-form-privacy-checkbox {
  cursor: pointer;
}

.p-contact-not-sale-txt {
  text-align: center;
}
.p-contact-not-sale-txt p {
  color: #bc0000;
  border-bottom: 4px solid #ff9849;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}

.p-contact-not-sale-cheackbox {
  border: 1px solid #bc0000;
  padding: 2rem 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-contact-not-sale-cheackbox {
    padding: 40px 0 56px;
  }
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-white {
  background-color: #fff !important;
}

.c-bg-lightgray {
  background-color: #e9e9e9 !important;
}

.c-bg-silver {
  background-color: #d6d6d6 !important;
}

.c-bg-gray {
  background-color: #f3f3f3 !important;
}

.c-bg-darkgray {
  background-color: #cdcdcd !important;
}

.c-bg-black {
  background-color: #333 !important;
}

.c-bg-main {
  background-color: #bc0000 !important;
}

.c-bg-sub {
  background-color: #ff9849 !important;
}

.c-bg-hover {
  background-color: #71b8d2 !important;
}

.c-bg-bg {
  background-color: #FCF5EF !important;
}

.c-bg-selection_txt {
  background-color: #525252 !important;
}

.c-bg-selection_bg {
  background-color: #ffd0c4 !important;
}

.c-bg-lightpink {
  background-color: #f5dedb !important;
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main,
.c-btn-main--white {
  text-align: center;
  max-width: 206px;
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button {
  display: block;
  color: #bc0000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 4.5;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}
.c-btn-main a::after,
.c-btn-main button::after,
.c-btn-main--white a::after,
.c-btn-main--white button::after {
  content: "";
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_right_red.svg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .c-btn-main a::after,
  .c-btn-main button::after,
  .c-btn-main--white a::after,
  .c-btn-main--white button::after {
    width: 44px;
    height: 44px;
  }
}
.c-btn-main a:hover::after,
.c-btn-main button:hover::after,
.c-btn-main--white a:hover::after,
.c-btn-main--white button:hover::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-btn-main--white a,
.c-btn-main--white button,
.c-btn-main--white--white a,
.c-btn-main--white--white button {
  color: #fff;
}
.c-btn-main--white a::after,
.c-btn-main--white button::after,
.c-btn-main--white--white a::after,
.c-btn-main--white--white button::after {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_right_white.svg);
}
.c-btn-main--white a:hover,
.c-btn-main--white button:hover,
.c-btn-main--white--white a:hover,
.c-btn-main--white--white button:hover {
  color: #fff;
  background-image: url(/resource/images/ico_arrow_white.svg);
}

.c-btn-card,
.c-btn-card--tmb {
  border: 2px solid #e9e9e9;
  padding: 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 1.5rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card--tmb .c-btn-card__ttl {
  margin-bottom: 0.5rem;
}
.c-btn-card .c-btn-card__txt,
.c-btn-card--tmb .c-btn-card__txt {
  color: #f3f3f3;
}
.c-btn-card .c-btn-card__txt span,
.c-btn-card--tmb .c-btn-card__txt span {
  color: #ff9849;
}
.c-btn-card a,
.c-btn-card--tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card a:hover,
.c-btn-card--tmb a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.c-btn-card--tmb {
  border: 1px solid #e9e9e9;
  padding: 0;
}
.c-btn-card--tmb .c-btn-card-tmb__txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-btn-card--tmb .c-btn-card-tmb__txt span {
  color: #ff9849;
}

.c-btn-pdf {
  text-align: left;
  line-height: 1;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.c-btn-pdf a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: middle;
  background: url(/resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.45em;
}
.c-btn-pdf a span {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -0.5rem;
}
.c-btn-pdf:hover {
  opacity: 0.6;
}

/* ==========================================================================
カード
=========================================================================*/
.c-card-small,
.c-card-medium {
  border: 1px solid #e9e9e9;
}

.c-card-small {
  padding: 1rem;
}

.c-card-medium {
  padding: 2.5rem;
}

.c-card-pattern1 {
  border: 1px solid rgba(188, 0, 0, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(188, 0, 0, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #bc0000;
}
.c-card-pattern1 .c-card-pattern1__txt {
  padding: 2.5rem;
}
.c-card-pattern1 .c-card-pattern1__txt-sm {
  padding: 1.5rem;
}

.c-card-pattern2 {
  border: 4px solid #ff9849;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  color: #ff9849;
  font-size: 30px;
  font-size: 1.875rem;
}
.c-card-pattern2 .c-card-pattern2__ttl span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.c-card-pattern2 .c-card-pattern2__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.c-card-pattern2 .c-card-pattern2__txt {
  text-align: left;
  margin-top: 1rem;
}

/* ==========================================================================
テキスト・タイトル
=========================================================================*/
/* テキスト
----------------------------------------------------------------- */
.c-txt-en {
  font-family: "Poppins", sans-serif;
}

.c-txt-bold {
  font-weight: 700;
}

.c-txt-base {
  font-size: 1rem;
}

.c-txt-xsmall {
  font-size: 12px;
  font-size: 0.75rem;
}

.c-txt-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-txt-large {
  font-size: 18px;
  font-size: 1.125rem;
}

.c-txt-link {
  color: #bc0000;
  text-decoration: underline;
}
.c-txt-link:hover {
  color: #71b8d2;
  text-decoration: none;
}

.c-txt-center {
  text-align: center !important;
}

.c-txt-left {
  text-align: left !important;
}

.c-txt-right {
  text-align: right !important;
}

.c-txt-white {
  color: #fff !important;
}

.c-txt-lightgray {
  color: #e9e9e9 !important;
}

.c-txt-silver {
  color: #d6d6d6 !important;
}

.c-txt-gray {
  color: #f3f3f3 !important;
}

.c-txt-darkgray {
  color: #cdcdcd !important;
}

.c-txt-black {
  color: #333 !important;
}

.c-txt-main {
  color: #bc0000 !important;
}

.c-txt-sub {
  color: #ff9849 !important;
}

.c-txt-hover {
  color: #71b8d2 !important;
}

.c-txt-bg {
  color: #FCF5EF !important;
}

.c-txt-selection_txt {
  color: #525252 !important;
}

.c-txt-selection_bg {
  color: #ffd0c4 !important;
}

.c-txt-lightpink {
  color: #f5dedb !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

.c-txt-lead {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main-bg {
  background-color: #bc0000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 5%;
}
@media screen and (max-width: 576px) {
  .c-ttl-main-bg {
    padding: 2.5rem 5%;
  }
}

.c-ttl-main {
  color: #bc0000;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 576px) {
  .c-ttl-main {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.c-ttl-main span {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin: 0 10px;
}

.c-ttl-sub {
  color: #bc0000;
  border-bottom: 1px solid #bc0000;
  padding-bottom: 0.5rem;
}

.c-ttl-lv2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv2 {
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}
.c-ttl-lv2 span {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #bc0000;
  display: block;
  font-weight: 600;
}
.c-ttl-lv2--white {
  color: #fff;
}
.c-ttl-lv2--white span {
  color: #fff;
}

.c-ttl-lv3 {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv3 {
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .c-txt-tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-txt-tel img {
  margin-right: 0.25rem;
  width: 21px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-txt-tel img {
    width: 14px;
  }
}
.c-txt-tel a[href^="tel:"] {
  color: #bc0000;
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .c-txt-tel a[href^="tel:"] {
    pointer-events: auto;
  }
  .c-txt-tel a[href^="tel:"]:hover {
    color: #71b8d2;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
.p-idx-bg-wrap::after {
  content: "";
  width: 405px;
  height: 955px;
  background-image: url(/recruit/fresh/resource/images/idx_mv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -70px;
  bottom: -379px;
  z-index: 1;
  mix-blend-mode: multiply;
}

/* スライドショー
----------------------------------------------------------------- */
.p-idx-mv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .p-idx-mv {
    height: 784px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv {
    height: 492px;
  }
}
.p-idx-mv .p-idx-mv-catch {
  z-index: 1;
  position: absolute;
  left: 88px;
  bottom: 230px;
  max-width: 680px;
}
@media screen and (max-width: 820px) {
  .p-idx-mv .p-idx-mv-catch {
    max-width: 610px;
    width: 74.39%;
    left: 48px;
    bottom: 42px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv .p-idx-mv-catch {
    width: 80%;
    bottom: 30px;
    left: 20px;
    width: 90.66vw;
  }
}
.p-idx-mv .p-idx-mv-catch img {
  max-width: 100%;
}

.p-idx-mv-movie {
  height: calc(100% - 160px);
  width: calc(100vw - 322px);
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-movie {
    width: 75.6vw;
    height: 784px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-movie {
    width: 82.13vw;
    height: 492px;
  }
}
.p-idx-mv-movie video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#sample {
  width: 577px;
  height: auto;
  position: absolute;
  top: -34px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  #sample {
    width: 63vw;
    top: -2em;
  }
}
@media screen and (max-width: 576px) {
  #sample {
    width: 76vw;
    top: -5vw;
  }
}

#base path {
  /*透過0で塗りの色が見えない状態*/
  /*0.5秒で色が付くアニメーション*/
  fill: #bc0000;
  /*塗りの色*/
  /*線の色*/
}

#mask path {
  fill: none;
  /* 塗りの色 */
  stroke: #fff;
  /* 線の色 */
  stroke-width: 10px;
  /* 線幅 */
  stroke-linecap: round;
  /* 線端の形状 */
  stroke-linejoin: round;
  /* 角の形状 */
}

/* リード
----------------------------------------------------------------- */
.p-idx-lead {
  background-color: #FCF5EF;
  padding-top: 325px;
  margin-top: -214px;
  position: relative;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-lead {
    margin-top: -174px;
    padding-top: 255px;
  }
}
.p-idx-lead p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-idx-lead p {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead p {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.p-idx-lead p + p {
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .p-idx-lead p + p {
    margin-top: 2.8571428571rem;
  }
}

.p-idx-lead__lg {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__lg {
    font-size: 36px;
    font-size: 2.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__lg {
    font-size: 26px;
    font-size: 1.8571428571rem;
    margin-bottom: 2.8571428571rem;
  }
}

.c-txt-line__dot {
  color: #bc0000;
  background-image: url(/recruit/fresh/resource/images/line_dot_red.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  padding-bottom: 7px;
}

.idx-lead__img {
  position: absolute;
  right: 0;
  top: 34%;
  width: min(600px, 47.3vw);
}
@media screen and (max-width: 820px) {
  .idx-lead__img {
    position: relative;
    z-index: 2;
    margin-right: 0;
    margin-left: auto;
    display: block;
    width: 65.48vw;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .idx-lead__img {
    width: 86.4vw;
  }
}

/* 第一セクション
----------------------------------------------------------------- */
.p-idx-nav {
  padding-top: calc(7.5rem + 7.5rem + 2.5rem);
  background-size: contain;
  background-position: top 100px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .p-idx-nav {
    padding-top: calc(7.5rem + 7.5rem);
    margin-top: -200px;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
}

.p-idx-nav-box {
  position: relative;
  padding-top: 311px;
}
@media screen and (max-width: 820px) {
  .p-idx-nav-box {
    padding-top: 28%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-nav-box {
    padding-top: 38%;
  }
}
.p-idx-nav-box::before {
  content: "";
  width: 417px;
  height: 530px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/recruit/fresh/resource/images/bg_diamond1.png);
  position: absolute;
  top: -110px;
  left: -180px;
}
@media screen and (max-width: 820px) {
  .p-idx-nav-box::before {
    width: 295px;
    height: 374px;
    left: -70px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-nav-box::before {
    width: 167px;
    height: 212px;
    left: -20px;
    top: -60px;
  }
}
.p-idx-nav-box a:hover .c-btn-main button::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p-idx-nav-box a:hover .p-idx-nav-box__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-idx-nav-box--rev::before {
  background-image: url(/recruit/fresh/resource/images/bg_diamond2.png);
  left: auto;
  right: -180px;
}
@media screen and (max-width: 820px) {
  .p-idx-nav-box--rev::before {
    right: -70px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-nav-box--rev::before {
    right: -20px;
  }
}
.p-idx-nav-box--rev img {
  right: auto;
  left: 0;
}
.p-idx-nav-box--rev .p-idx-nav-box__image {
  left: 0;
  right: auto;
}
.p-idx-nav-box--rev .p-idx-nav-box__text {
  margin-right: 0;
  margin-left: auto;
}
.p-idx-nav-box + .p-idx-nav-box {
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .p-idx-nav-box + .p-idx-nav-box {
    margin-top: 2.8571428571rem;
  }
}

.p-idx-nav-box__text {
  background-color: #fff;
  padding: 60px;
  max-width: 575px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-nav-box__text {
    padding: 20px;
    width: calc(100% - 20px);
  }
}
.p-idx-nav-box__text p {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 576px) {
  .p-idx-nav-box__text p {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.p-idx-nav-box__text .c-btn-main {
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-nav-box__text .c-btn-main {
    margin-top: 0;
  }
}

.p-idx-nav-box__image {
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 89.3%;
}
@media screen and (max-width: 820px) {
  .p-idx-nav-box__image {
    width: 83.71%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-nav-box__image {
    width: 92.59%;
  }
}
.p-idx-nav-box__image img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* 職種紹介
----------------------------------------------------------------- */
.p-idx-job {
  margin-top: 2.5rem;
}
.p-idx-job a {
  padding: 64px 0;
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-idx-job a .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-idx-job a .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
}
.p-idx-job a:hover {
  background-size: 105% 105%;
}
.p-idx-job a:hover .bg img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-idx-job a:hover .c-btn-main button::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-idx-job-contents {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-job-contents {
    padding: 20px;
  }
}
.p-idx-job-contents p {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-idx-job-contents .c-btn-main {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-job-contents .c-btn-main {
    margin-top: 0;
  }
}

/* 社員インタビュー
----------------------------------------------------------------- */
.p-idx-interview {
  padding-top: 7.5rem;
}
.p-idx-interview .c-ttl-lv2 {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  .p-idx-interview .c-ttl-lv2 {
    margin-bottom: 1.7142857143rem;
  }
}
.p-idx-interview .c-ttl-lv2 .c-btn-main {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 576px) {
  .p-idx-interview .c-ttl-lv2 .c-btn-main {
    position: static;
    margin-right: 0;
    margin-left: auto;
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}

.p-idx-interview-caroucel-item {
  width: 382px;
  margin: 0 42px;
}
@media screen and (max-width: 820px) {
  .p-idx-interview-caroucel-item {
    width: 343px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-interview-caroucel-item {
    width: 233px;
    margin: 0 25px;
  }
}
.p-idx-interview-caroucel-item:nth-child(2n) {
  margin-top: 52px;
}
.p-idx-interview-caroucel-item a:hover .image_wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-idx-interview-caroucel-item .image {
  position: relative;
}
.p-idx-interview-caroucel-item .image_wrap {
  overflow: hidden;
  border-radius: 20px;
}
.p-idx-interview-caroucel-item .image_wrap img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-idx-interview-caroucel-item .data {
  background-color: #fff;
  position: absolute;
  bottom: -25px;
  left: -37px;
  width: 283px;
  border-radius: 14px;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-interview-caroucel-item .data {
    width: 190px;
  }
}
.p-idx-interview-caroucel-item .data .division {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .p-idx-interview-caroucel-item .data .division .icon {
    -webkit-flex-basis: 19.3%;
        -ms-flex-preferred-size: 19.3%;
            flex-basis: 19.3%;
  }
}
.p-idx-interview-caroucel-item .data .division .text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .p-idx-interview-caroucel-item .data .division .text {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
}
.p-idx-interview-caroucel-item .data .name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .p-idx-interview-caroucel-item .data .name {
    font-size: 14px;
    font-size: 1rem;
  }
}
.p-idx-interview-caroucel-item .data .name span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-idx-interview-caroucel-item .data .name span {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
}
.p-idx-interview-caroucel-item .catch {
  color: #bc0000;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .p-idx-interview-caroucel-item .catch {
    font-size: 16px;
    font-size: 1.1428571429rem;
    margin-top: 20px;
    -webkit-transform: translateX(-17px);
            transform: translateX(-17px);
  }
}

.p-idx-interview-caroucel-dots-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .p-idx-interview-caroucel-dots-wrap {
    margin-top: 1.7142857143rem;
  }
}

.p-idx-interview-caroucel-dots {
  text-align: center;
  margin: 0 20px;
}
.p-idx-interview-caroucel-dots .slick-dots {
  bottom: -105px;
  position: static;
}
.p-idx-interview-caroucel-dots .slick-dots li {
  width: 18px;
}
@media screen and (max-width: 576px) {
  .p-idx-interview-caroucel-dots .slick-dots li {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-idx-interview-caroucel-dots .slick-dots li.slick-active button:before {
  color: #bc0000;
  opacity: 1;
}
.p-idx-interview-caroucel-dots .slick-dots li button:before {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #d6d6d6;
  opacity: 1;
}

.p-idx-interview-caroucel-dots-prev,
.p-idx-interview-caroucel-dots-next {
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .p-idx-interview-caroucel-dots-prev,
  .p-idx-interview-caroucel-dots-next {
    width: 44px;
    height: 44px;
  }
}

.p-idx-interview-caroucel-dots-next {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_next.svg);
}
.p-idx-interview-caroucel-dots-next:hover {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_next_hover.svg);
}

.p-idx-interview-caroucel-dots-prev {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_prev.svg);
}
.p-idx-interview-caroucel-dots-prev:hover {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_prev_hover.svg);
}

.p-idx-nav-second {
  padding-top: 7.5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-nav-second {
    margin-top: 10px;
  }
}

/* 仕事紹介MOVIE
----------------------------------------------------------------- */
.p-idx-movie-wrap {
  padding: 60px 20px;
  border-radius: 20px;
  background-color: #FCF5EF;
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .p-idx-movie-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-idx-movie-wrap h2 {
  color: #bc0000;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-idx-movie-wrap h2 {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.p-idx-movie-wrap h2 span {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin: 0 5px;
}
.p-idx-movie-wrap h3 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 576px) {
  .p-idx-movie-wrap h3 {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.p-idx-movie-wrap h3::before, .p-idx-movie-wrap h3::after {
  content: "";
  width: 2px;
  height: 25px;
  background-color: #333;
  display: inline-block;
  vertical-align: middle;
}
.p-idx-movie-wrap h3::before {
  margin-right: 15px;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
.p-idx-movie-wrap h3::after {
  margin-left: 15px;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}

.p-idx-movie-inner {
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
}

.p-idx-movie-card p {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
}
.p-idx-movie-card .poster {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.p-idx-movie-card .poster::after {
  content: "";
  width: 43px;
  height: 49px;
  background-image: url(/recruit/resource/images/ico_play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.p-idx-movie-card .poster img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.p-idx-movie-card a {
  display: block;
}
.p-idx-movie-card a:hover .poster img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-idx-yt-wrap {
  aspect-ratio: 420/237;
  border-radius: 25px;
  overflow: hidden;
}
.p-idx-yt-wrap iframe {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
５分で分かる「かましん」
=========================================================================*/
/* かましんのMISSION
----------------------------------------------------------------- */
.p-about-mission__lg {
  font-size: 52px;
  font-size: 3.25rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 820px) {
  .p-about-mission__lg {
    font-size: 36px;
    font-size: 2.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-mission__lg {
    font-size: 28px;
    font-size: 2rem;
  }
}

.p-about-mission__md {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-about-mission__md {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}

.p-about-mission-contents {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  margin-top: 4rem;
  position: relative;
}
.p-about-mission-contents::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-bottom: 50px solid #fff;
  border-left: 30px solid transparent;
}
.p-about-mission-contents > .md {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .p-about-mission-contents > .md {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.p-about-mission-contents > p {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 820px) {
  .p-about-mission-contents > p {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-mission-contents > p {
    text-align: left;
  }
}
.p-about-mission-contents ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.p-about-mission-contents ul li {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .p-about-mission-contents ul li {
    font-size: 18px;
    font-size: 1.2857142857rem;
    text-indent: -21px;
    padding-left: 21px;
    line-height: 1.6;
  }
}
.p-about-mission-contents ul li::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/recruit/fresh/resource/images/ico_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 820px) {
  .p-about-mission-contents ul li::before {
    width: 15px;
    height: 15px;
  }
}
.p-about-mission-contents ul li span {
  color: #bc0000;
}
@media screen and (max-width: 820px) {
  .p-about-mission-contents ul li + li {
    margin-top: 0.5em;
  }
}

.p-about-mission__bottom {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 4rem;
}
.p-about-mission__bottom a {
  text-decoration: underline;
  color: #bc0000;
  font-weight: 600;
}

/* かましんの歴史
----------------------------------------------------------------- */
.p-about-history-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-about-history-flex {
    display: block;
  }
}
.p-about-history-flex > div {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
}

.p-abotu-history__text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 576px) {
  .p-abotu-history__text {
    margin-bottom: 20px;
  }
}
.p-abotu-history__text .note {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 1em;
}

.p-abotu-history__image {
  text-align: center;
}
.p-abotu-history__image img {
  margin-bottom: 10px;
}

/* 店舗展開
----------------------------------------------------------------- */
.p-about-shops-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-about-shops-flex {
    display: block;
  }
}

.p-about-shops__text {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 576px) {
  .p-about-shops__text {
    margin-bottom: 50px;
  }
}
.p-about-shops__text table {
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  .p-about-shops__text table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-about-shops__text table th,
.p-about-shops__text table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-about-shops__text table th {
  width: 1px;
  white-space: nowrap;
  padding-right: 20px;
}
.p-about-shops__text table th span {
  width: 122px;
  background-color: #bc0000;
  display: block;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .p-about-shops__text table th span {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}
.p-about-shops__text table th.note {
  padding-top: 0;
  font-weight: 400;
}
.p-about-shops__text table td {
  font-size: 28px;
  font-size: 1.75rem;
}
.p-about-shops__text table td span {
  font-size: 62px;
  font-size: 3.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
  width: 76px;
  text-align: right;
  margin-right: 10px;
  line-height: 1;
}

.p-about-shops__image {
  -webkit-flex-basis: 44.37%;
      -ms-flex-preferred-size: 44.37%;
          flex-basis: 44.37%;
}
@media screen and (max-width: 576px) {
  .p-about-shops__image {
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-about-shops__link img {
  width: 14px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-left: 5px;
}

/* 出店スタイル
----------------------------------------------------------------- */
.p-about-style-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .p-about-style-flex {
    display: block;
  }
}

.p-about-style__box {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .p-about-style__box {
    -webkit-flex-basis: 47%;
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
  }
}
.p-about-style__box h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.p-about-style__box figcaption {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .p-about-style__box + .p-about-style__box {
    margin-top: 30px;
  }
}

/* 地域一番店率
----------------------------------------------------------------- */
/* 売上推移・店舗数推移
----------------------------------------------------------------- */
.p-about-style-flex {
  margin-bottom: 4rem;
}

/* 今後のビジョン
----------------------------------------------------------------- */
.p-about-vision__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-about-vision__flex {
    display: block;
  }
}
.p-about-vision__flex .text {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media screen and (max-width: 576px) {
  .p-about-vision__flex .text {
    margin-bottom: 50px;
  }
}
.p-about-vision__flex .image {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
}

/* ==========================================================================
「かましん」のこだわり図鑑
=========================================================================*/
.p-commitment-organize {
  padding-bottom: 2.5rem;
}

/* 共通
----------------------------------------------------------------- */
.p-product-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(7.5rem + 1.5rem);
}
@media screen and (max-width: 576px) {
  .p-product-box-wrap {
    display: block;
  }
}
.p-product-box-wrap--bg .p-product-box {
  background-color: #FCF5EF;
}

.p-product-box {
  -webkit-flex-basis: 46.71%;
      -ms-flex-preferred-size: 46.71%;
          flex-basis: 46.71%;
  background-color: #fff;
  padding: 60px 40px 60px 40px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 7.5rem;
}
.p-product-box h3 {
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 576px) {
  .p-product-box h3 {
    top: -43px;
  }
}
.p-product-box h3 img {
  width: 122px;
}
@media screen and (max-width: 576px) {
  .p-product-box h3 img {
    width: 90px;
  }
}
.p-product-box .p-product-box__catch {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 1.5rem;
  border-bottom: 3px dotted #333;
  margin-bottom: 1.5rem;
}
.p-product-box p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.p-product-box:nth-child(2n) {
  margin-left: 6.58%;
}
@media screen and (max-width: 576px) {
  .p-product-box:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-product-box:last-child {
    margin-bottom: 0;
  }
}

.p-product-link {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
.p-product-link a {
  color: #bc0000;
  font-weight: 600;
  text-decoration: underline;
}

/* ==========================================================================
インタビューTOP
=========================================================================*/
.p-interview-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .p-interview-wrap {
    display: block;
  }
}

.p-interview-item {
  -webkit-flex-basis: 29.08%;
      -ms-flex-preferred-size: 29.08%;
          flex-basis: 29.08%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 820px) {
  .p-interview-item {
    -webkit-flex-basis: 44.4%;
        -ms-flex-preferred-size: 44.4%;
            flex-basis: 44.4%;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-item {
    margin-right: 0;
    margin-left: auto;
  }
}
.p-interview-item:nth-child(3n-1) {
  margin-top: 42px;
}
@media screen and (max-width: 820px) {
  .p-interview-item:nth-child(3n-1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 820px) {
  .p-interview-item:nth-child(2n) {
    margin-top: 42px;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-item:nth-child(2n) {
    margin-top: 0;
  }
}
.p-interview-item a:hover .image_wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-interview-item .image {
  position: relative;
}
.p-interview-item .image_wrap {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .p-interview-item .image_wrap {
    aspect-ratio: 1/1;
  }
}
.p-interview-item .image_wrap img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-interview-item .data {
  background-color: #fff;
  position: absolute;
  bottom: -25px;
  left: -37px;
  width: 283px;
  border-radius: 14px;
  padding: 20px 20px 20px 40px;
}
@media screen and (max-width: 576px) {
  .p-interview-item .data {
    width: 252px;
  }
}
.p-interview-item .data .division {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-interview-item .data .division .icon {
  -webkit-flex-basis: 36px;
      -ms-flex-preferred-size: 36px;
          flex-basis: 36px;
}
@media screen and (max-width: 576px) {
  .p-interview-item .data .division .icon {
    -webkit-flex-basis: 19.3%;
        -ms-flex-preferred-size: 19.3%;
            flex-basis: 19.3%;
  }
}
.p-interview-item .data .division .text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .p-interview-item .data .division .text {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.p-interview-item .data .name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .p-interview-item .data .name {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.p-interview-item .data .name span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 576px) {
  .p-interview-item .data .name span {
    font-size: 14px;
    font-size: 1rem;
  }
}
.p-interview-item .catch {
  color: #bc0000;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .p-interview-item .catch {
    font-size: 24px;
    font-size: 1.7142857143rem;
    margin-top: 20px;
  }
}

.p-interview-bottom {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .p-interview-bottom {
    max-width: 618px;
  }
}
.p-interview-bottom a {
  display: block;
  padding: 39px 20px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 100px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_right_red.svg);
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-interview-bottom a:hover {
  border-color: #bc0000;
  background-color: #bc0000;
  color: #fff;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_right_white.svg);
}
@media screen and (max-width: 820px) {
  .p-interview-bottom a {
    font-size: 16px;
    font-size: 1.1428571429rem;
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-bottom a {
    background-size: 30px 30px;
    line-height: 1.4;
    font-size: 14px;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* ==========================================================================
インタビュー個別
=========================================================================*/
.page-interview-child .l-page-title .l-page-title-inner .l-page-title-jp {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 576px) {
  .page-interview-child .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
}

.p-interview-child__name {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  .p-interview-child__name {
    margin-top: 1.7142857143rem;
    margin-bottom: 2.8571428571rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-interview-child__name img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin-right: 10px;
}
@media screen and (max-width: 576px) {
  .p-interview-child__name img {
    max-width: 32px;
  }
}
.p-interview-child__name .division {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  margin-right: 1em;
}
@media screen and (max-width: 576px) {
  .p-interview-child__name .division {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}
.p-interview-child__name .name {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .p-interview-child__name .name {
    display: block;
  }
}
.p-interview-child__name .name span {
  font-size: 16px;
  font-size: 1rem;
}

.p-interview-child__profile {
  background-color: #FCF5EF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  padding: 60px 8%;
}
@media screen and (max-width: 820px) {
  .p-interview-child__profile {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-child__profile {
    display: block;
    padding: 30px 40px;
  }
}
.p-interview-child__profile .title {
  -webkit-flex-basis: 180px;
      -ms-flex-preferred-size: 180px;
          flex-basis: 180px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  margin-right: 20px;
}
@media screen and (max-width: 820px) {
  .p-interview-child__profile .title {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-child__profile .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 1em;
  }
}
.p-interview-child__profile .title span {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  display: block;
  font-weight: 500;
  color: #bc0000;
}
@media screen and (max-width: 820px) {
  .p-interview-child__profile .title span {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.p-interview-child__profile .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 820px) {
  .p-interview-child__profile .text {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-child__profile .text {
    font-size: 14px;
    font-size: 1rem;
  }
}

.p-interview-child-contents {
  background-image: url(/recruit/fresh/resource/images/interview_child_bg_diamond.jpg);
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-y;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.p-interview-child__box .image {
  border-radius: 20px;
  overflow: hidden;
  width: 77.48%;
}
@media screen and (max-width: 820px) {
  .p-interview-child__box .image {
    width: 94.14%;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-child__box .image {
    border-radius: 10px;
  }
}
.p-interview-child__box .text {
  width: 92.21%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -64px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 40px 60px;
}
@media screen and (max-width: 576px) {
  .p-interview-child__box .text {
    margin-top: -25px;
    border-radius: 10px;
    padding: 30px;
  }
}
.p-interview-child__box .text .lg {
  color: #bc0000;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  text-indent: -12px;
  padding-left: 28px;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 820px) {
  .p-interview-child__box .text .lg {
    font-size: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-child__box .text .lg {
    font-size: 20px;
    font-size: 1.4285714286rem;
    text-indent: -10px;
  }
}
.p-interview-child__box .text .lg span {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5em;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}
.p-interview-child__box .text p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 820px) {
  .p-interview-child__box .text p {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-child__box .text p {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.p-interview-child__box--rev .image {
  margin-right: 0;
  margin-left: auto;
}
.p-interview-child__box--rev .text {
  margin-right: auto;
  margin-left: 0;
}
.p-interview-child__box + .p-interview-child__box {
  margin-top: 5rem;
}

.p-interview-child-imgLong__outer {
  height: 400px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-interview-child-imgLong__outer {
    height: 250px;
  }
}

.p-interview-child-imgLong__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.p-interview-child-imgLong {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.p-interview1-child-imgLong {
  background-image: url(/recruit/fresh/resource/images/interview1_img_long.jpg);
}
@media screen and (max-width: 576px) {
  .p-interview1-child-imgLong {
    background-image: url(/recruit/fresh/resource/images/interview1_img_long_sp.jpg);
  }
}

.p-interview2-child-imgLong {
  background-image: url(/recruit/fresh/resource/images/interview2_img_long.jpg);
}
@media screen and (max-width: 576px) {
  .p-interview2-child-imgLong {
    background-image: url(/recruit/fresh/resource/images/interview2_img_long_sp.jpg);
  }
}

.p-interview3-child-imgLong {
  background-image: url(/recruit/fresh/resource/images/interview3_img_long.jpg);
}
@media screen and (max-width: 576px) {
  .p-interview3-child-imgLong {
    background-image: url(/recruit/fresh/resource/images/interview3_img_long_sp.jpg);
  }
}

.p-interview4-child-imgLong {
  background-image: url(/recruit/fresh/resource/images/interview4_img_long.jpg);
}
@media screen and (max-width: 576px) {
  .p-interview4-child-imgLong {
    background-image: url(/recruit/fresh/resource/images/interview4_img_long_sp.jpg);
  }
}

.p-interview5-child-imgLong {
  background-image: url(/recruit/fresh/resource/images/interview5_img_long.jpg);
}
@media screen and (max-width: 576px) {
  .p-interview5-child-imgLong {
    background-image: url(/recruit/fresh/resource/images/interview5_img_long_sp.jpg);
  }
}

.p-interview6-child-imgLong {
  background-image: url(/recruit/fresh/resource/images/interview6_img_long.jpg);
}
@media screen and (max-width: 576px) {
  .p-interview6-child-imgLong {
    background-image: url(/recruit/fresh/resource/images/interview6_img_long_sp.jpg);
  }
}

.p-interview-child-flow-contents {
  border: 1px solid #bc0000;
  border-radius: 20px;
  padding: 60px 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-interview-child-flow-contents {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-child-flow-contents {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.p-interview-child-flow-contents > div {
  -webkit-flex-basis: 46%;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
}

@media screen and (max-width: 820px) {
  .p-interview-child-flow__table {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-interview-child-flow__table th {
  width: 110px;
  color: #bc0000;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: right;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 820px) {
  .p-interview-child-flow__table th {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-child-flow__table th {
    font-size: 18px;
    font-size: 1.2857142857rem;
    width: 85px;
  }
}
.p-interview-child-flow__table th img {
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 576px) {
  .p-interview-child-flow__table th img {
    width: 24px;
    top: 6px;
  }
}
.p-interview-child-flow__table th.line::after {
  content: "";
  width: 0;
  height: 100%;
  border-right: 3px dotted #bc0000;
  position: absolute;
  left: 19px;
  top: 10px;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .p-interview-child-flow__table th.line::after {
    left: 10px;
  }
}
.p-interview-child-flow__table td {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 30px;
  padding-top: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .p-interview-child-flow__table td {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-child-flow__table td {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.p-interview-child-flow__table td h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .p-interview-child-flow__table td h3 {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-child-flow__table td h3 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 10px;
  }
}
.p-interview-child-flow__table tr:last-child th.line::after {
  height: calc(100% - 30px);
}
@media screen and (max-width: 820px) {
  .p-interview-child-flow__table tr:last-child th.line::after {
    height: 100%;
  }
}

.p-interview-child-holiday__contents {
  background-color: #fff;
  padding: 60px 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .p-interview-child-holiday__contents {
    display: block;
  }
}
.p-interview-child-holiday__contents .text {
  margin-right: 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .p-interview-child-holiday__contents .text {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.p-interview-child-holiday__contents .text h3 {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 3px dotted #bc0000;
  font-size: 24px;
  font-size: 1.5rem;
}
.p-interview-child-holiday__contents .text p {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-interview-child-holiday__contents .image {
  -webkit-flex-basis: 28.76%;
      -ms-flex-preferred-size: 28.76%;
          flex-basis: 28.76%;
}
@media screen and (max-width: 820px) {
  .p-interview-child-holiday__contents .image {
    -webkit-flex-basis: 41.61%;
        -ms-flex-preferred-size: 41.61%;
            flex-basis: 41.61%;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-child-holiday__contents .image {
    width: 83.68%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-interview-child-caroucel {
  padding-bottom: 0;
}

.page-interview-child .p-idx-interview-caroucel-item {
  width: 340px;
}
@media screen and (max-width: 820px) {
  .page-interview-child .p-idx-interview-caroucel-item {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 576px) {
  .page-interview-child .p-idx-interview-caroucel-item {
    width: 254px;
  }
}
.page-interview-child .p-idx-interview-caroucel-item .data .division .icon {
  width: 36px;
}
.page-interview-child .p-idx-interview-caroucel-item .data .division .text {
  font-size: 16px;
  font-size: 1rem;
}
.page-interview-child .p-idx-interview-caroucel-item .data .name {
  font-size: 16px;
  font-size: 1rem;
}
.page-interview-child .p-idx-interview-caroucel-item .data .name span {
  font-size: 12px;
  font-size: 0.75rem;
}
.page-interview-child .p-idx-interview-caroucel-item .catch {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (max-width: 820px) {
  .page-interview-child .p-idx-interview-caroucel-item:nth-child(2n) {
    margin-top: 42px;
  }
}

.p-interview-child-back {
  text-align: center;
  margin-top: 4rem;
  color: #bc0000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.p-interview-child-back a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-interview-child-back a:hover {
  opacity: 0.8;
}
.p-interview-child-back img {
  width: 71px;
  margin-top: 10px;
}

/* ==========================================================================
職種紹介
=========================================================================*/
/* 店舗運営部の仕事
----------------------------------------------------------------- */
.p-job-contents {
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-job-contents {
    margin-top: 0;
  }
}

.p-job-contents-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-job-contents-box {
    display: block;
  }
}
.p-job-contents-box + .p-job-contents-box {
  margin-top: 90px;
}
@media screen and (max-width: 576px) {
  .p-job-contents-box + .p-job-contents-box {
    margin-top: 60px;
  }
}
.p-job-contents-box:not(:last-child) .p-job-contents__text::after {
  content: "";
  width: 80px;
  height: 36px;
  background-image: url(/recruit/fresh/resource/images/ico_triangle_down_red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -61px;
  position: absolute;
}
.p-job-contents-box:not(:last-child) .p-job-contents__step::after {
  content: "";
  width: 0;
  height: calc(100% - 10px);
  position: absolute;
  border-left: 3px dotted #bc0000;
  top: 110px;
  left: 87px;
}
@media screen and (max-width: 576px) {
  .p-job-contents-box:not(:last-child) .p-job-contents__step::after {
    display: none;
  }
}

.p-job-contents__step {
  -webkit-flex-basis: 173px;
      -ms-flex-preferred-size: 173px;
          flex-basis: 173px;
  text-align: center;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-job-contents__step {
    z-index: 1;
  }
}
.p-job-contents__step img {
  width: 55px;
}

.p-job-contents__text {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 40px 40px 40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-job-contents__text {
    margin-top: -20px;
    padding: 50px 30px 30px 30px;
  }
}
.p-job-contents__text h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 576px) {
  .p-job-contents__text h3 {
    text-align: center;
  }
}
.p-job-contents__text p {
  margin-top: 1em;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-job-contents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 820px) {
  .p-job-contents__list {
    display: block;
  }
}
.p-job-contents__list li {
  border: 1px solid #d6d6d6;
  -webkit-flex-basis: 48.125%;
      -ms-flex-preferred-size: 48.125%;
          flex-basis: 48.125%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.p-job-contents__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-job-contents__list li .image {
  -webkit-flex-basis: 46.75%;
      -ms-flex-preferred-size: 46.75%;
          flex-basis: 46.75%;
}
.p-job-contents__list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-job-contents__list li .text {
  -webkit-flex-basis: 53.25%;
      -ms-flex-preferred-size: 53.25%;
          flex-basis: 53.25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 55px 20px 20px;
  position: relative;
  line-height: 1.4;
}
.p-job-contents__list li .text::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/recruit/fresh/resource/images/icon_plus_red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
.p-job-contents__list li:nth-child(2n) {
  margin-left: 3.75%;
}
@media screen and (max-width: 576px) {
  .p-job-contents__list li:nth-child(2n) {
    margin-left: 0;
  }
}

.p-job-manage-link {
  text-align: center;
}
.p-job-manage-link a {
  color: #bc0000;
  text-decoration: underline;
}

.p-job-contents--merchant .p-job-contents__text {
  background-color: #FCF5EF;
}

.p-job-interview {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  padding: 50px;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .p-job-interview {
    display: block;
    padding: 30px;
  }
}
.p-job-interview--merchant {
  background-color: #FCF5EF;
  position: relative;
}
.p-job-interview .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: 600;
  -webkit-flex-basis: 310px;
      -ms-flex-preferred-size: 310px;
          flex-basis: 310px;
  padding-left: 30px;
}
@media screen and (max-width: 576px) {
  .p-job-interview .title {
    text-align: center;
    padding-left: 0;
    display: block;
    margin-bottom: 2.8571428571rem;
  }
}
.p-job-interview .title span {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #bc0000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: block;
}
.p-job-interview .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .p-job-interview .list {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-job-interview .list li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .p-job-interview .list li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.p-job-interview .list li img {
  width: 73%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .p-job-interview .list li img {
    width: 95px;
    margin-left: 0;
    margin-right: 20px;
  }
}
.p-job-interview .list li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .p-job-interview .list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-job-interview .list li a:hover {
  opacity: 0.7;
}

.p-job-contents__text--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 820px) {
  .p-job-contents__text--flex {
    display: block;
  }
}
.p-job-contents__text--flex .p-job-contents__text h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
}
.p-job-contents__text--flex .p-job-contents__text ul li {
  display: inline-block;
  width: 100px;
  border: 1px solid #bc0000;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  color: #bc0000;
  line-height: 1.8;
  margin-right: 2px;
  margin-bottom: 10px;
}
.p-job-contents__text--flex .p-job-contents__text:nth-child(1) {
  -webkit-flex-basis: 67.86%;
      -ms-flex-preferred-size: 67.86%;
          flex-basis: 67.86%;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .p-job-contents__text--flex .p-job-contents__text:nth-child(1) {
    margin-right: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-job-contents__text--flex .p-job-contents__text:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3px dotted #333;
    width: 90%;
    height: 0;
  }
}
.p-job-contents__text--flex .p-job-contents__text:nth-child(2) {
  -webkit-flex-basis: 30.34%;
      -ms-flex-preferred-size: 30.34%;
          flex-basis: 30.34%;
}
@media screen and (max-width: 820px) {
  .p-job-contents__text--flex .p-job-contents__text:nth-child(2) {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.p-job-general-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-job-general-flex {
    display: block;
  }
}

.p-job-general__box {
  -webkit-flex-basis: 48.59%;
      -ms-flex-preferred-size: 48.59%;
          flex-basis: 48.59%;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  margin-bottom: 30px;
}
.p-job-general__box h3 {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1em;
}
.p-job-general__box p {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-job-general__box:nth-child(2n) {
  margin-left: 2.82%;
}
@media screen and (max-width: 576px) {
  .p-job-general__box:nth-child(2n) {
    margin-left: 0;
  }
}

/* ==========================================================================
キャリアプラン・研修制度
=========================================================================*/
.p-career-lead {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-career-lead {
    margin-top: 2.8571428571rem;
  }
}

/* キャリアプラン
----------------------------------------------------------------- */
.p-career-plan-contents {
  background-color: #fff;
  border-radius: 20px;
  padding: 57px 20px;
  text-align: center;
  margin-top: 4rem;
  position: relative;
}
.p-career-plan-contents img {
  max-width: 976px;
  width: 100%;
}
.p-career-plan-contents p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-career-plan-contents p {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.p-career-plan-contents p a {
  color: #bc0000;
  text-decoration: underline;
}

/* キャリアパス事例
----------------------------------------------------------------- */
.p-career-example-contents {
  background-color: #FCF5EF;
  border-radius: 20px;
  margin-top: 7.5rem;
  position: relative;
  padding-top: 160px;
  padding-bottom: 80px;
  padding-left: 7.2%;
  padding-right: 7.2%;
}

.p-career-example-contents__ttl {
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-career-example-contents__ttl img {
  width: 120px;
  margin-bottom: 10px;
}
.p-career-example-contents__ttl span {
  display: block;
  background-color: #bc0000;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  padding: 4px 10px;
}

.p-career-example-contents__catch {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  border-bottom: 3px dotted #333;
  padding-bottom: 1em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__catch {
    text-align: left;
  }
}

.p-career-example-contents__table {
  width: calc(100% - 66px);
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__table {
    width: calc(100% - 30px);
  }
}
.p-career-example-contents__table tr {
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__table tr {
    display: block;
  }
}
.p-career-example-contents__table tr::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  border-bottom: 4px solid #fff;
}
.p-career-example-contents__table tr th,
.p-career-example-contents__table tr td {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__table tr th,
  .p-career-example-contents__table tr td {
    display: block;
  }
}
.p-career-example-contents__table tr:not(:last-child) th::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: #bc0000;
  top: 40px;
  left: -30px;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__table tr:not(:last-child) th::after {
    left: -28px;
  }
}
.p-career-example-contents__table tr th {
  color: #bc0000;
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: top;
  line-height: 1.8;
  padding-right: 1.5em;
  padding-left: 0.25em;
  position: relative;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__table tr th {
    font-size: 18px;
    font-size: 1.2857142857rem;
    padding-bottom: 0;
    position: static;
  }
}
.p-career-example-contents__table tr th::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 3px solid #bc0000;
  position: absolute;
  top: 29px;
  left: -36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FCF5EF;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__table tr th::before {
    left: -34px;
  }
}
.p-career-example-contents__table tr td {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__table tr td {
    font-size: 16px;
    font-size: 1.1428571429rem;
    padding-top: 7px;
    line-height: 1.7;
  }
}
.p-career-example-contents__table tr td h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__table tr td h4 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    margin-bottom: 5px;
  }
}

.p-career-example-contents__future {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 4rem;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__future {
    display: block;
    padding: 30px 20px;
  }
}
.p-career-example-contents__future .title {
  -webkit-flex-basis: 125px;
      -ms-flex-preferred-size: 125px;
          flex-basis: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__future .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-career-example-contents__future .title span {
  display: block;
  width: 100%;
  border-radius: 100px;
  background-color: #f5dedb;
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: center;
  font-weight: 600;
  padding: 13px 10px;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__future .title span {
    padding: 13px 30px;
    margin-bottom: 15px;
  }
}
.p-career-example-contents__future .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .p-career-example-contents__future .text {
    font-size: 16px;
    font-size: 1.1428571429rem;
    padding-left: 0;
  }
}

.p-career-example-contents__link {
  text-align: center;
}
.p-career-example-contents__link a {
  color: #bc0000;
  text-decoration: underline;
}

.p-career-training__ttl {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em;
  margin-top: 4rem;
}

@media screen and (max-width: 576px) {
  .p-career-training__scroll {
    white-space: nowrap;
    overflow: scroll;
  }
}
.p-career-training__scroll img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-career-training__scroll img {
    width: 786px;
    max-width: none;
  }
}

.p-career-training__thums {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-career-training__thums {
    display: block;
  }
}
.p-career-training__thums > div {
  -webkit-flex-basis: 32.24%;
      -ms-flex-preferred-size: 32.24%;
          flex-basis: 32.24%;
}
.p-career-training__thums > div figcaption {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .p-career-training__thums > div figcaption {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .p-career-training__thums > div + div {
    margin-top: 30px;
  }
}

/* ==========================================================================
インターンシップ情報
=========================================================================*/
/* 2HOURS
----------------------------------------------------------------- */
.p-internship-twohours-contents {
  background-color: #FCF5EF;
  border-radius: 40px;
  padding: 60px 8%;
  margin-top: 50px;
}
@media screen and (max-width: 576px) {
  .p-internship-twohours-contents {
    border-radius: 20px;
  }
}
.p-internship-twohours-contents h3 {
  text-align: center;
  margin-bottom: 20px;
}
.p-internship-twohours-contents h3 img {
  width: 202px;
}
.p-internship-twohours-contents .lg {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  font-weight: 600;
  color: #bc0000;
  border-bottom: 3px dotted #333;
  padding-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .p-internship-twohours-contents .lg {
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}
.p-internship-twohours-contents .l-page-lead {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.p-internship-twohours-contents .l-page-lead p {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 576px) {
  .p-internship-twohours-contents .l-page-lead p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 2HOURS ポイント
----------------------------------------------------------------- */
.p-internship-twohourspoint-contents {
  border-radius: 40px;
  background-color: #fff;
  padding: 70px 40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-internship-twohourspoint-contents {
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-internship-twohourspoint-contents ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-internship-twohourspoint-contents ul li {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3;
  text-indent: -31px;
  padding-left: 31px;
}
@media screen and (max-width: 576px) {
  .p-internship-twohourspoint-contents ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-internship-twohourspoint-contents ul li::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/recruit/fresh/resource/images/ico_check.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.p-internship-twohourspoint-contents ul li span {
  color: #bc0000;
}
.p-internship-twohourspoint-contents ul li + li {
  margin-top: 1em;
}
.p-internship-twohourspoint-contents p {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px dotted #bc0000;
  padding-bottom: 0.5em;
}

/* お申し込方法
----------------------------------------------------------------- */
.p-internship-twohoursapply-contents {
  border-radius: 40px;
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 50px;
}
@media screen and (max-width: 576px) {
  .p-internship-twohoursapply-contents {
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-internship-twohoursapply-contents p {
  text-align: center;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
}
.p-internship-twohoursapply-contents .p-internship-twohoursapply-mynavi {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-internship-twohoursapply-contents .p-internship-twohoursapply-mynavi:hover {
  opacity: 0.8;
}
.p-internship-twohoursapply-contents .p-internship-twohoursapply-mynavi img {
  max-width: 337px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 576px) {
  .p-internship-twohoursapply-contents .p-internship-twohoursapply-mynavi img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 1DAY
----------------------------------------------------------------- */
.p-internship-oneday-contents {
  background-color: #FCF5EF;
  border-radius: 40px;
  padding: 60px 8%;
}
@media screen and (max-width: 576px) {
  .p-internship-oneday-contents {
    border-radius: 20px;
  }
}
.p-internship-oneday-contents p {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.125rem;
}
.p-internship-oneday-contents h3 {
  text-align: center;
  margin-bottom: 20px;
}
.p-internship-oneday-contents h3 img {
  width: 120px;
}
.p-internship-oneday-contents .lg {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  font-weight: 600;
  color: #bc0000;
  border-bottom: 3px dotted #333;
  padding-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .p-internship-oneday-contents .lg {
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}
.p-internship-oneday-contents .l-page-lead {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.p-internship-oneday-contents .l-page-lead p {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 576px) {
  .p-internship-oneday-contents .l-page-lead p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mid {
  display: block;
  text-align: center;
  border: 1.5px solid #bc0000;
  width: 400px;
  color: #bc0000;
  border-radius: 100px;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 1.5rem auto;
  padding: 0 10px 3px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .mid {
    width: 85%;
  }
}

.p-internship-oneday__location {
  max-width: 673px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-internship-oneday__location {
    display: block;
  }
}
.p-internship-oneday__location .title {
  background-color: #bc0000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-basis: 157px;
      -ms-flex-preferred-size: 157px;
          flex-basis: 157px;
}
@media screen and (max-width: 576px) {
  .p-internship-oneday__location .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-internship-oneday__location .data {
  font-weight: 500;
  background-color: #fff;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7;
}
@media screen and (max-width: 576px) {
  .p-internship-oneday__location .data {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.p-internship-oneday__location .data span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .p-internship-oneday__location .data span {
    font-size: 14px;
    font-size: 1rem;
  }
}

.p-internship-oneday__thums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}
.p-internship-oneday__thums > div {
  -webkit-flex-basis: 31.8%;
      -ms-flex-preferred-size: 31.8%;
          flex-basis: 31.8%;
  margin-bottom: 20px;
}
.p-internship-oneday__thums .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
.p-internship-oneday__thums .slick-dots li {
  width: 10px;
  height: 10px;
}
.p-internship-oneday__thums .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}
.p-internship-oneday__thums .slick-dots li button::before {
  width: 10px;
  height: 10px;
  opacity: 1;
  color: #d6d6d6;
}
.p-internship-oneday__thums .slick-dots li.slick-active button::before {
  color: #bc0000;
}
.p-internship-oneday__thums .slick-prev,
.p-internship-oneday__thums .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  width: 27px;
  height: 27px;
}
.p-internship-oneday__thums .slick-prev::before,
.p-internship-oneday__thums .slick-next::before {
  display: none;
}
.p-internship-oneday__thums .slick-prev {
  left: -4px;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_prev.svg);
}
.p-internship-oneday__thums .slick-prev:hover {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_prev.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-internship-oneday__thums .slick-next {
  right: -4px;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_next.svg);
}
.p-internship-oneday__thums .slick-next:hover {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_next.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ポイント
----------------------------------------------------------------- */
.p-internship-point-contents {
  border-radius: 40px;
  background-color: #fff;
  padding: 70px 40px 80px 40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-internship-point-contents {
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-internship-point-contents ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.p-internship-point-contents ul li {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3;
  text-indent: -31px;
  padding-left: 31px;
}
@media screen and (max-width: 576px) {
  .p-internship-point-contents ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-internship-point-contents ul li::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/recruit/fresh/resource/images/ico_check.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.p-internship-point-contents ul li span {
  color: #bc0000;
}
.p-internship-point-contents ul li + li {
  margin-top: 1em;
}
.p-internship-point-contents p {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px dotted #bc0000;
  padding-bottom: 0.5em;
}

/* プログラム
----------------------------------------------------------------- */
.p-internship-program-contents {
  background-color: #FCF5EF;
  border-radius: 20px;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-internship-program-contents {
    border-radius: 20px;
    padding: 20px;
  }
}
.p-internship-program-contents .p-career-example-contents__table td ul + h4 {
  margin-top: 1em;
}

/* プログラム 2HOURS
----------------------------------------------------------------- */
.p-internship-program-contents__item td {
  border-bottom: 4px solid #fff;
}
.p-internship-program-contents__item tr:last-child td {
  border-bottom: none !important;
}
.p-internship-program-contents__item tr::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  border-bottom: none !important;
}

/* 参加者の声
----------------------------------------------------------------- */
.p-internship-voice {
  padding-bottom: 30px;
}

.p-internship-voice-contents {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-internship-voice-contents {
    display: block;
  }
}

.p-internship-voice__item {
  -webkit-flex-basis: 31.61%;
      -ms-flex-preferred-size: 31.61%;
          flex-basis: 31.61%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 67px 30px 40px 30px;
  margin-bottom: 90px;
}
@media screen and (max-width: 576px) {
  .p-internship-voice__item {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}
.p-internship-voice__item::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border: 3px dotted #bc0000;
}
.p-internship-voice__item img {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -57px;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-internship-voice__item img {
    width: 90px;
    top: -44px;
  }
}
@media screen and (max-width: 576px) {
  .p-internship-voice__item p {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}

/* お申込方法・連絡先
----------------------------------------------------------------- */
.p-internship-apply {
  padding-bottom: 0;
}

.p-internship-apply-contents {
  background-color: #FCF5EF;
  text-align: center;
  padding: 60px 8%;
  position: relative;
  border-radius: 40px;
}
@media screen and (max-width: 576px) {
  .p-internship-apply-contents {
    border-radius: 20px;
    padding-top: 30px;
    text-align: left;
  }
}
.p-internship-apply-contents p {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-internship-apply-contents p {
    text-align: left;
  }
}

.p-internship-apply-contents__btn {
  margin-top: 2.5rem;
}
.p-internship-apply-contents__btn a {
  max-width: 472px;
  display: block;
  background-color: #bc0000;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .p-internship-apply-contents__btn a {
    text-align: left;
    padding-left: 20px;
  }
}
.p-internship-apply-contents__btn a::after {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(/recruit/fresh/resource/images/ico_arrow_right_red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p-internship-apply-contents__btn a:hover {
  opacity: 0.8;
}
.p-internship-apply-contents__btn a:hover::after {
  background-image: url(/recruit/fresh/resource/images/ico_arrow_right_white.svg);
}

.p-internship-apply-contents__data {
  margin-top: 2.5rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border-top: 3px dotted #333;
  border-bottom: 3px dotted #333;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-internship-apply-contents__data p {
    text-align: center;
  }
}
.p-internship-apply-contents__data .md {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-internship-apply-contents__data .tel {
  color: #bc0000;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.p-internship-apply-contents__data .tel span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 10px;
}

/* ==========================================================================
新卒採用情報
=========================================================================*/
@media screen and (max-width: 576px) {
  .p-new-lead p {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p-new-lead-mynavi {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-new-lead-mynavi:hover {
  opacity: 0.8;
}
.p-new-lead-mynavi img {
  max-width: 337px;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 576px) {
  .p-new-lead-mynavi img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 募集要項
----------------------------------------------------------------- */
.p-new-guideline {
  padding-bottom: 7.5rem;
}

/* 採用フロー
----------------------------------------------------------------- */
.p-new-flow-contents {
  background-color: #fff;
  border-radius: 40px;
  padding: 70px 8%;
}
@media screen and (max-width: 576px) {
  .p-new-flow-contents {
    border-radius: 20px;
  }
}

.p-new-flow__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 635px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f3f3f3;
  padding: 20px 0;
  border-radius: 10px;
}
.p-new-flow__box .num {
  -webkit-flex-basis: 85px;
      -ms-flex-preferred-size: 85px;
          flex-basis: 85px;
  color: #bc0000;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-new-flow__box .num {
    -webkit-flex-basis: 50px;
        -ms-flex-preferred-size: 50px;
            flex-basis: 50px;
  }
}
.p-new-flow__box .num::after {
  content: "";
  height: 80%;
  width: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 3px dotted #bc0000;
}
.p-new-flow__box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 576px) {
  .p-new-flow__box .text {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.p-new-flow__box .text img {
  width: 225px;
}
.p-new-flow__box + .p-new-flow__box {
  margin-top: 2.5rem;
}
.p-new-flow__box:not(:last-child) {
  position: relative;
}
.p-new-flow__box:not(:last-child)::after {
  content: "";
  border-top: 20px solid #bc0000;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* よくある質問
----------------------------------------------------------------- */
.p-new-faq-box {
  background-color: #FCF5EF;
  padding: 50px 110px 50px 110px;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .p-new-faq-box {
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-new-faq-box h3 {
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  .p-new-faq-box h3 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}
.p-new-faq-box h3 span {
  color: #bc0000;
  position: absolute;
  left: -70px;
  top: -8px;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (max-width: 576px) {
  .p-new-faq-box h3 span {
    position: static;
    display: block;
    font-size: 24px;
    font-size: 1.7142857143rem;
    margin-bottom: 10px;
  }
}
.p-new-faq-box h3 .toggle {
  position: absolute;
  right: -60px;
  top: 9px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 576px) {
  .p-new-faq-box h3 .toggle {
    right: -30px;
    top: 49px;
  }
}
.p-new-faq-box h3 .toggle::after, .p-new-faq-box h3 .toggle::before {
  content: "";
  width: 4px;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  background-color: #bc0000;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-new-faq-box h3 .toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-new-faq-box h3.open .toggle::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.p-new-faq-box p {
  display: none;
  margin-top: 1em;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}
.p-new-faq-box p::before {
  content: "A.";
  color: #bc0000;
  position: absolute;
  left: -70px;
  top: -8px;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .p-new-faq-box p::before {
    position: static;
    display: block;
    font-size: 24px;
    font-size: 1.7142857143rem;
    margin-bottom: 10px;
  }
}
.p-new-faq-box + .p-new-faq-box {
  margin-top: 2.5rem;
}

/* お問い合わせ先
----------------------------------------------------------------- */
.p-new-contact-contents {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 8%;
}

.p-new-contact-wrap {
  max-width: 720px;
  border-top: 3px dotted #333;
  border-bottom: 3px dotted #333;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-new-contact-wrap p {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-new-contact-wrap p {
    text-align: center;
  }
}
.p-new-contact-wrap .md {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-new-contact-wrap .tel {
  color: #bc0000;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.p-new-contact-wrap .tel span {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 10px;
}
.p-new-contact-wrap .traffic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #cdcdcd;
  padding-top: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .p-new-contact-wrap .traffic {
    display: block;
  }
}
.p-new-contact-wrap .traffic .title {
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .p-new-contact-wrap .traffic .title {
    margin-right: 0;
  }
}

/* ==========================================================================
キャリア採用情報
=========================================================================*/
/* 募集要項
----------------------------------------------------------------- */
.p-mid-guideline {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

/* かましんのキャリア採用DATA
----------------------------------------------------------------- */
.p-mid-data-top-flex {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-mid-data-top-flex {
    display: block;
  }
}
.p-mid-data-top-flex > div {
  background-color: #fff;
  -webkit-flex-basis: 31.89%;
      -ms-flex-preferred-size: 31.89%;
          flex-basis: 31.89%;
  text-align: center;
  border-radius: 20px;
  padding: 40px 30px;
}
.p-mid-data-top-flex > div h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}
.p-mid-data-top-flex > div p {
  margin-top: 1em;
}
@media screen and (max-width: 576px) {
  .p-mid-data-top-flex > div + div {
    margin-top: 20px;
  }
}

.p-mid-data-bottom {
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 50px 30px;
}
.p-mid-data-bottom h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.p-mid-data-bottom-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-mid-data-bottom-flex {
    display: block;
  }
}
.p-mid-data-bottom-flex > div {
  -webkit-flex-basis: 48.78%;
      -ms-flex-preferred-size: 48.78%;
          flex-basis: 48.78%;
  background-color: #FCF5EF;
  border-radius: 10px;
  text-align: center;
  padding: 60px 20px;
  margin-bottom: 1.5rem;
  background-image: url(/recruit/fresh/resource/images/mid_data_bg.svg);
  background-position: top 25px left 25px;
  background-repeat: no-repeat;
  background-size: 61px 43px;
}
@media screen and (max-width: 576px) {
  .p-mid-data-bottom-flex > div {
    background-size: 49px 34px;
  }
}
.p-mid-data-bottom-flex > div p {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
.p-mid-data-bottom-flex > div p.sm {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-margin-remove {
  margin: 0 !important;
}

.u-margin-remove-top {
  margin-top: 0 !important;
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xsmall-top {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-top {
    margin-top: 0.7142857143rem;
  }
}

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-small-top {
    margin-top: 1.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-small-top {
    margin-top: 1rem;
  }
}

.u-margin-medium-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-top {
    margin-top: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 1.7142857143rem;
  }
}

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .u-margin-large-top {
    margin-top: 3.4285714286rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 2.8571428571rem;
  }
}

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xlarge-top {
    margin-top: 4.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 4rem;
  }
}

.u-margin-xxlarge-top {
  margin-top: 7.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xxlarge-top {
    margin-top: 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5.1428571429rem;
  }
}

.u-margin-small-bottom {
  margin-bottom: 1.5rem;
}

/* パディング
----------------------------------------------------------------- */
.u-padding-remove {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1.5rem;
}

.u-padding-medium {
  padding: 2.5rem;
}

.u-padding-large {
  padding: 4rem;
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 2.8571428571rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.5rem;
}/*# sourceMappingURL=main.css.map */