@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@400;700&family=Oswald:wght@400;700&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: 1em 40px;
}

hr {
  -moz-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] {
  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;
  -moz-box-sizing: content-box;
  -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: #1D1D1F;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-justify: inter-ideograph;
  vertical-align: baseline;
}

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

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

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

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

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

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

img {
  max-width: 100%;
  height: auto;
  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 {
  box-sizing: border-box;
}

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

table {
  border-collapse: collapse;
  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
----------------------------------------------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 手書き文字
----------------------------------------------------------------- */
#anime-handwriting-base path {
  fill: #00F0FF; /* 塗りの色 */
}

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

/* 左から右テキストエフェクト
----------------------------------------------------------------- */
.anime_fade {
  opacity: 0;
  overflow: hidden;
}

.anime_fade_inner__left-right {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.anime_fade_inner__right-left {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*-==========================================================================
特定の画面幅で表示・非表示するクラス（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: 1201px) {
  .f-visible-pclptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-pclptbsp {
    display: block;
  }
}

@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: flex;
  justify-content: space-between;
  height: 80px;
  z-index: 1010;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .l-header {
    height: 60px;
  }
}

.l-header-logo {
  position: relative;
  max-width: 440px;
  width: 100%;
  z-index: 1;
}
.l-header-logo h1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.l-header-logo h1 a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
  transition: 0.2s;
}
@media screen and (max-width: 820px) {
  .l-header-logo h1 a {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 576px) {
  .l-header-logo h1 a {
    padding: 0px 10px;
  }
}
.l-header-logo h1 a:hover {
  opacity: 0.75;
}
.l-header-logo h1 a img {
  position: relative;
  display: block;
  max-width: 265px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .l-header-logo h1 a img {
    max-width: 260px;
  }
}
@media screen and (max-width: 576px) {
  .l-header-logo h1 a img {
    max-width: 190px;
  }
}
.l-header-logo h1 a span {
  margin-left: 15px;
  border: 1px solid #fff;
  padding: 6px 8px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 820px) {
  .l-header-logo h1 a span {
    font-size: 11px;
    letter-spacing: 0.03rem;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 576px) {
  .l-header-logo h1 a span {
    margin-left: 10px;
    font-size: 10px;
    letter-spacing: 0.03rem;
    padding: 5px 5px;
  }
}

/* 募集要項・エントリー
----------------------------------------------------------------- */
.l-header-nav-guideline {
  position: fixed;
  top: 0;
  right: 80px;
  z-index: 1020;
}
@media screen and (max-width: 820px) {
  .l-header-nav-guideline {
    right: 60px;
  }
}
.l-header-nav-guideline .l-header-nav-guideline-menu {
  background: linear-gradient(to right, #00F0FF 0%, #3CA6E1 50%, #3CA6E1 50%, #3CA6E1 60%, #3CC4E1 90%, #3CC4E1 100%);
  background: -webkit-linear-gradient(to right, #00F0FF 0%, #3CA6E1 50%, #3CA6E1 50%, #3CA6E1 60%, #3CC4E1 90%, #3CC4E1 100%);
  background: linear-gradient(to right, #00F0FF 0%, #3CA6E1 50%, #3CA6E1 50%, #3CA6E1 60%, #3CC4E1 90%, #3CC4E1 100%);
  background-position: 100% 50%;
  background-size: 200% auto;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  max-width: 240px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 820px) {
  .l-header-nav-guideline .l-header-nav-guideline-menu {
    height: 60px;
    max-width: 200px;
    padding: 0 20px;
  }
}
.l-header-nav-guideline .l-header-nav-guideline-menu span {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 820px) {
  .l-header-nav-guideline .l-header-nav-guideline-menu span {
    line-height: 1.2;
  }
}
.l-header-nav-guideline .l-header-nav-guideline-menu::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 820px) {
  .l-header-nav-guideline .l-header-nav-guideline-menu::after {
    height: 60px;
  }
}
.l-header-nav-guideline .l-header-nav-guideline-menu:hover {
  background-position: 0 50%;
}

/* ドロワーメニュー
----------------------------------------------------------------- */
.l-toggle {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #0068B7;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 1020;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .l-toggle {
    width: 60px;
    height: 60px;
    transform: none;
    right: 0;
    left: auto;
  }
}
.l-toggle .l-trigger {
  width: 30px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
}
@media screen and (max-width: 820px) {
  .l-toggle .l-trigger {
    width: 22px;
    height: 18px;
  }
}
.l-toggle span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 820px) {
  .l-toggle span {
    width: 22px;
  }
}
.l-toggle span:nth-child(1) {
  top: 0;
}
.l-toggle span:nth-child(2) {
  top: 11px;
}
@media screen and (max-width: 820px) {
  .l-toggle span:nth-child(2) {
    top: 8px;
  }
}
.l-toggle span:nth-child(3) {
  bottom: 0px;
}

.l-drawer-open {
  overflow: hidden;
}
.l-drawer-open .l-drawer {
  right: 0;
  overflow-y: scroll;
}
.l-drawer-open .l-toggle .l-trigger span:nth-child(1) {
  transform: rotate(-45deg);
  top: 11px;
}
@media screen and (max-width: 820px) {
  .l-drawer-open .l-toggle .l-trigger span:nth-child(1) {
    top: 8px;
  }
}
.l-drawer-open .l-toggle .l-trigger span:nth-child(2) {
  opacity: 0;
}
.l-drawer-open .l-toggle .l-trigger span:nth-child(3) {
  transform: rotate(45deg);
  bottom: 11px;
}
@media screen and (max-width: 820px) {
  .l-drawer-open .l-toggle .l-trigger span:nth-child(3) {
    bottom: 8px;
  }
}

.l-drawer {
  z-index: 1010;
  position: fixed;
  right: -580px;
  top: 0;
  height: 100vh;
  width: 580px;
  background-color: #0068B7;
  padding: 7.5rem 5rem;
  transition: 0.5s;
}
@media screen and (max-width: 820px) {
  .l-drawer {
    padding: 6.25rem 8% 5rem;
    right: -520px;
    width: 520px;
  }
}
@media screen and (max-width: 576px) {
  .l-drawer {
    padding: 3.75rem 10% 5rem;
    width: 100vw;
    right: -100vw;
  }
}
@media screen and (max-width: 820px) {
  .l-drawer .l-drawer-body {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body {
    display: block;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
  padding-bottom: 1.875rem;
  position: relative;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
    padding-bottom: 1.25rem;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08rem;
  font-weight: 600;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a:hover {
  opacity: 0.7;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu.l-drawer-accordion {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.08rem;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu.l-drawer-accordion {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion__icon {
  position: absolute;
  top: 20px;
  right: 0;
  width: 23px;
  height: 23px;
  background-position: center;
  background-size: contain;
  background-image: url(/recruit/resource/images/ico_drawer_plus.svg);
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
  transform: translateY(-2px);
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion__icon {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion__icon.open {
  background-image: url(/recruit/resource/images/ico_drawer_minus.svg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion-content {
  display: none;
  margin-bottom: 0;
  margin: 0 0 0 0;
}
@media screen and (max-width: 820px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion-content {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion-content {
    padding-left: 5px;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion-content .l-drawer-accordion-content__menu:first-child {
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion-content .l-drawer-accordion-content__menu:not(:last-child) {
    margin-bottom: 10px;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion-content .l-drawer-accordion-content__menu a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  /* 垂直中心 */
  transition: 0.3s;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion-content .l-drawer-accordion-content__menu a:before {
  display: inline-block;
  content: "";
  border-top: 1px solid #00F0FF;
  width: 8px;
  margin-right: 10px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion-content .l-drawer-accordion-content__menu a:hover {
  opacity: 0.7;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu.nav_eic {
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu.nav_eic {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu.nav_eic {
    margin-bottom: 1.875rem;
  }
}
.l-drawer .l-drawer-contact .l-drawer-contact-btn {
  background-color: #fff;
  padding: 1.25rem 1.25rem;
  display: block;
  text-align: center;
  transition: 0.3s;
}
.l-drawer .l-drawer-contact .l-drawer-contact-btn span img {
  width: 160px;
}
.l-drawer .l-drawer-contact .l-drawer-contact-btn:hover {
  opacity: 0.6;
}
.l-drawer .l-drawer-contact .l-drawer-contac-mail {
  background-color: #fff;
  padding: 1.125rem 1.25rem;
  text-align: center;
  z-index: -1;
  display: block;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-contact .l-drawer-contac-mail {
    margin-top: 1.25rem;
  }
}
.l-drawer .l-drawer-contact .l-drawer-contac-mail p {
  position: relative;
  display: block;
  color: #0068B7;
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  background-image: url(/recruit/resource/images/ico_window_main.svg);
  background-size: 15px auto;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-contact .l-drawer-contac-mail p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.l-drawer .l-drawer-contact .l-drawer-contac-mail p span {
  position: absolute;
  top: -20%;
  right: 20%;
  max-width: 100px;
  z-index: 0;
}
.l-drawer .l-drawer-contact .l-drawer-contac-mail p span img {
  width: 100%;
}
.l-drawer .l-drawer-contact .l-drawer-contac-mail:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.l-drawer .l-drawer-contact .l-drawer-contac-mail:hover p {
  color: #3CA6E1;
  background-image: url(/recruit/resource/images/ico_window_hover.svg);
}
.l-drawer .l-drawer-infor {
  display: flex;
  justify-content: space-between;
}
.l-drawer .l-drawer-infor .l-co-link {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  transition: 0.3s;
}
.l-drawer .l-drawer-infor .l-co-link::after {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(/recruit/resource/images/ico_window_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  margin-left: 5px;
  opacity: 0.6;
  transition: 0.3s;
}
.l-drawer .l-drawer-infor .l-co-link:hover {
  opacity: 0.6;
}

/* ==========================================================================
フッター
========================================================================== */
.l-footer {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0 7.5rem;
  gap: 4%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 820px) {
  .l-footer {
    padding: 3.75rem 0 5rem;
    flex-direction: column;
    margin: 0 6%;
    gap: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin: 0 4%;
  }
}
@media screen and (max-width: 820px) {
  .l-footer {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .l-footer {
    padding: 3.75rem 0 2.5rem;
  }
}

.l-footer-logo {
  position: relative;
  height: 100%;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-footer-logo {
    max-width: 210px;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo {
    max-width: 260px;
  }
}
@media screen and (max-width: 820px) {
  .l-footer-logo {
    padding: 0 0 3.75rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo {
    padding: 0;
  }
}
.l-footer-logo a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .l-footer-logo a {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo a {
    flex-direction: column;
  }
}
.l-footer-logo a:hover {
  opacity: 0.75;
}
.l-footer-logo a img {
  position: relative;
  display: block;
  max-width: 200px;
  width: 100%;
  height: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .l-footer-logo a img {
    max-width: 180px;
  }
}
@media screen and (max-width: 820px) {
  .l-footer-logo a img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo a img {
    margin-bottom: 0;
  }
}
.l-footer-logo a span {
  margin-left: 20%;
  border: 1px solid rgba(0, 104, 183, 0.6);
  padding: 2px 8px 4px;
  color: rgba(0, 104, 183, 0.6);
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .l-footer-logo a span {
    margin-left: 18%;
  }
}
@media screen and (max-width: 820px) {
  .l-footer-logo a span {
    margin-left: 30px;
    padding: 4px 10px 6px;
    line-height: 1;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo a span {
    margin-left: 0;
    margin-top: 1.25rem;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-footer-logo img {
  height: 50px;
}
@media screen and (max-width: 576px) {
  .l-footer-logo img {
    height: 40px;
  }
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .l-footer-nav {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-nav {
    display: none;
  }
}
.l-footer-nav .l-footer-nav-parent {
  margin-right: 0;
  padding-right: 8%;
  border-right: 1px solid #EBF4FC;
}
@media screen and (max-width: 1200px) {
  .l-footer-nav .l-footer-nav-parent {
    padding-right: 5%;
  }
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-parent {
    padding-right: 5%;
  }
}
.l-footer-nav .l-footer-nav-parent:nth-child(2) {
  margin-left: 3.39%;
}
.l-footer-nav .l-footer-nav-parent:nth-child(3) {
  margin-left: 3.39%;
  padding-right: 0;
  border-right: none;
}
.l-footer-nav .l-footer-nav-parent a {
  display: grid;
  color: #0068B7;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .l-footer-nav .l-footer-nav-parent a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-footer-nav .l-footer-nav-parent a span {
  margin-top: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(29, 29, 31, 0.3);
  font-family: "Cardo", serif;
  letter-spacing: 0.05rem;
  transition: 0.3s;
}
.l-footer-nav .l-footer-nav-parent a:hover {
  color: #3CA6E1;
}
.l-footer-nav .l-footer-nav-parent a:hover span {
  color: #3CA6E1;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-parent__inner {
  margin-top: 1.875rem;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-parent__inner:first-child {
  margin-top: 0;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-parent__inner a {
  transition: 0.3s;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-parent__inner a:hover {
  color: #3CA6E1;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-child {
  margin-top: 1rem;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner {
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 0.75rem;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a {
  color: rgba(29, 29, 31, 0.6);
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  transition: 0.3s;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a:hover {
  color: #3CA6E1;
}
.l-footer-nav .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  background-color: #0068B7;
  margin: 4px 4px 4px 0;
  width: 5px;
  height: 1px;
}

/* コピーライト/企業サイト
----------------------------------------------------------------- */
.l-footer-infor {
  padding-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .l-footer-infor {
    flex-direction: column;
  }
}
.l-footer-infor .l-co-link {
  color: rgba(29, 29, 31, 0.6);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  transition: 0.3s;
}
.l-footer-infor .l-co-link::after {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/recruit/resource/images/ico_window.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  margin-left: 5px;
  opacity: 0.6;
  transition: 0.3s;
}
.l-footer-infor .l-co-link:hover {
  color: #0068B7;
}
.l-footer-infor .l-co-link:hover::after {
  background-image: url(/recruit/resource/images/ico_window_main.svg);
}
.l-footer-infor .l-copyright {
  color: rgba(29, 29, 31, 0.4);
  font-family: "Cardo", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 576px) {
  .l-footer-infor .l-copyright {
    margin-top: 3.75rem;
    font-size: 12px;
  }
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
  visibility: hidden;
}
a#pagetop img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  width: 50px;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -80px;
  width: calc(100% - 81px);
  height: 580px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .l-page-title {
    margin-top: 0;
    height: 480px;
    margin-top: -60px;
    width: calc(100% - 61px);
  }
}
@media screen and (max-width: 576px) {
  .l-page-title {
    height: 380px;
    width: calc(100% - 17px);
  }
}
.l-page-title .l-page-title-inner {
  position: absolute;
  bottom: 20%;
  left: 5%;
  width: fit-content;
  white-space: nowrap;
  animation: fadeIn 0.8s ease 0s 1 normal backwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 992px) {
  .l-page-title .l-page-title-inner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner {
    bottom: 15%;
  }
}
.l-page-title .l-page-title-inner .l-page-title-en {
  color: #fff;
  font-family: "Cardo", serif;
  font-size: 83px;
  font-size: 5.1875rem;
  font-weight: 700;
  line-height: 1.5;
  z-index: 10;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 53px;
    font-size: 3.3125rem;
    line-height: 1;
  }
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 10px;
  }
}

.l-page-lead {
  padding: 19.375rem 0 3.75rem;
  margin-top: -15.625rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
}
@media screen and (max-width: 576px) {
  .l-page-lead {
    padding: 12.5rem 0 2.5rem;
    margin-top: -10rem;
  }
}
.l-page-lead .l-page-lead__txt {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: left;
}

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

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

.l-sec-large {
  padding: 3.75rem 0;
}

.l-sec-large {
  padding: 3.75rem 0;
}

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

.l-sec-xxlarge {
  padding: 7.5rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge {
    padding: 80px 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.7142857143rem;
  }
}

.l-sec-img-left__txt-center .l-sec-img-left__txt-center-image {
  position: relative;
  top: 0;
  left: 0;
  width: 70%;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .l-sec-img-left__txt-center .l-sec-img-left__txt-center-image {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-img-left__txt-center .l-sec-img-left__txt-center-image {
    width: 95%;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-img-left__txt-center .l-sec-img-left__txt-center-image img {
    height: 240px;
    object-fit: cover;
  }
}
.l-sec-img-left__txt-center .l-sec-img-left__txt-center-txt {
  margin-top: -7.5rem;
  display: inline-block;
  background-color: #fff;
  width: 100%;
  padding: 2.5rem;
}
@media screen and (max-width: 820px) {
  .l-sec-img-left__txt-center .l-sec-img-left__txt-center-txt {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-img-left__txt-center .l-sec-img-left__txt-center-txt {
    margin-top: -40px;
    padding: 1.875rem;
  }
}

.l-sec-img-left__txt-right {
  position: relative;
}
.l-sec-img-left__txt-right .l-sec-img-left__txt-right-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .l-sec-img-left__txt-right .l-sec-img-left__txt-right-image {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-img-left__txt-right .l-sec-img-left__txt-right-image {
    width: 95%;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-img-left__txt-right .l-sec-img-left__txt-right-image img {
    height: 240px;
    object-fit: cover;
  }
}
.l-sec-img-left__txt-right .l-sec-img-left__txt-right-wrap {
  display: flex;
  justify-content: flex-end;
}
.l-sec-img-left__txt-right .l-sec-img-left__txt-right-wrap .l-sec-img-left__txt-right-txt {
  margin-top: 7.5rem;
  right: 0;
  display: inline-block;
  background-color: #fff;
  max-width: 600px;
  width: 100%;
  padding: 2.5rem;
}
@media screen and (max-width: 820px) {
  .l-sec-img-left__txt-right .l-sec-img-left__txt-right-wrap .l-sec-img-left__txt-right-txt {
    max-width: 520px;
    margin-top: 220px;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-img-left__txt-right .l-sec-img-left__txt-right-wrap .l-sec-img-left__txt-right-txt {
    margin-top: 12.5rem;
    padding: 1.875rem;
    margin-right: -5%;
    width: 105%;
  }
}
.l-sec-img-left__txt-right .l-sec-img-left__txt-right-wrap .l-sec-img-left__txt-right-txt h5 {
  color: #0068B7;
}
.l-sec-img-left__txt-right .l-sec-img-left__txt-right-wrap .l-sec-img-left__txt-right-txt p {
  margin-top: 1.875rem;
}
@media screen and (max-width: 576px) {
  .l-sec-img-left__txt-right .l-sec-img-left__txt-right-wrap .l-sec-img-left__txt-right-txt p {
    margin-top: 1.25rem;
  }
}

.l-sec-img-right__txt-left {
  position: relative;
}
.l-sec-img-right__txt-left .l-sec-img-right__txt-left-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .l-sec-img-right__txt-left .l-sec-img-right__txt-left-image {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-img-right__txt-left .l-sec-img-right__txt-left-image {
    width: 95%;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-img-right__txt-left .l-sec-img-right__txt-left-image img {
    height: 240px;
    object-fit: cover;
  }
}
.l-sec-img-right__txt-left .l-sec-img-right__txt-left-wrap {
  display: flex;
  justify-content: flex-start;
}
.l-sec-img-right__txt-left .l-sec-img-right__txt-left-wrap .l-sec-img-right__txt-left-txt {
  margin-top: 7.5rem;
  right: 0;
  display: inline-block;
  background-color: #fff;
  max-width: 600px;
  width: 100%;
  padding: 2.5rem;
}
@media screen and (max-width: 820px) {
  .l-sec-img-right__txt-left .l-sec-img-right__txt-left-wrap .l-sec-img-right__txt-left-txt {
    max-width: 520px;
    margin-top: 220px;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-img-right__txt-left .l-sec-img-right__txt-left-wrap .l-sec-img-right__txt-left-txt {
    margin-top: 12.5rem;
    padding: 1.875rem;
    margin-left: -5%;
    width: 105%;
  }
}
.l-sec-img-right__txt-left .l-sec-img-right__txt-left-wrap .l-sec-img-right__txt-left-txt h5 {
  color: #0068B7;
}
.l-sec-img-right__txt-left .l-sec-img-right__txt-left-wrap .l-sec-img-right__txt-left-txt p {
  margin-top: 1.875rem;
}

.l-sec-memo-wrap {
  border: 3px solid rgba(0, 104, 183, 0.3);
  background-color: #fff;
  padding: 2.5rem;
}
@media screen and (max-width: 820px) {
  .l-sec-memo-wrap .c-grid-medium > * {
    margin-left: 0;
  }
  .l-sec-memo-wrap .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
  .l-sec-memo-wrap .c-grid-medium .c-grid-2-clm:last-child {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-memo-wrap {
    padding: 1.875rem 1.25rem;
  }
}

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

.l-container {
  max-width: 980px;
}

.l-container-small {
  max-width: 720px;
}

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

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox （カスタマイズ可）
----------------------------------------------------------------- */
.c-flex,
.c-flex--align-items-center,
.c-flex--flex-start {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  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 {
  flex: 1;
}
@media screen and (max-width: 576px) {
  .c-flex,
  .c-flex--align-items-center,
  .c-flex--flex-start {
    flex-direction: column;
  }
}

.c-flex--align-items-center {
  align-items: center;
}

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

/* FlexBox(既存のtemplateの仕組みを踏襲)
----------------------------------------------------------------- */
.c-flex-small,
.c-flex-medium,
.c-flex-large,
.c-flex-collapse {
  display: flex;
  flex-wrap: no-wrap;
  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: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}

.c-grid-small > * {
  margin-left: 2%;
}
.c-grid-small > *:first-child {
  margin-left: 0;
}
.c-grid-small img {
  height: auto;
}
.c-grid-small .c-grid-5-clm,
.c-grid-small .c-grid-5-clm-sp {
  width: 18.4%;
}
.c-grid-small .c-grid-4-clm {
  width: 23.5%;
}
.c-grid-small .c-grid-3-clm {
  width: 32%;
}
.c-grid-small .c-grid-2-clm {
  width: 49%;
}
@media screen and (max-width: 576px) {
  .c-grid-small > * {
    margin-top: 1.25rem;
    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 img {
  height: auto;
}
.c-grid-medium .c-grid-3-clm {
  width: 30.6666666667%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48%;
}
@media screen and (max-width: 820px) {
  .c-grid-medium > * {
    margin-left: 2.5%;
  }
  .c-grid-medium > *:first-child {
    margin-left: 0;
  }
  .c-grid-medium .c-grid-3-clm {
    width: 31.6666666667%;
  }
}
@media screen and (max-width: 576px) {
  .c-grid-medium > * {
    margin-top: 2.5rem;
    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 > * img {
  height: auto;
}
.c-grid-large .c-grid-3-clm {
  width: 29.3333333333%;
}
.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-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  color: #00F0FF;
  font-weight: 700;
}

.c-list-ico {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-ico li {
  position: relative;
  line-height: 1.65;
  margin-left: 1.25em;
  text-indent: -0.6em;
  margin-top: 5px;
}
.c-list-ico li:first-child {
  margin-top: 0;
}
.c-list-ico li:before {
  content: "◎";
  display: inline-block;
  color: #0068B7;
  margin: 0 0.15em 0 0;
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-whitesmoke {
  background-color: #EBF4FC;
}
.c-tb-whitesmoke tr {
  border-bottom: 1px solid #fff;
}
.c-tb-whitesmoke tr:last-child {
  border-bottom: none;
}
.c-tb-whitesmoke th,
.c-tb-whitesmoke td {
  padding: 24px 40px;
}
@media screen and (max-width: 576px) {
  .c-tb-whitesmoke th,
  .c-tb-whitesmoke td {
    display: block;
    padding: 10px 1.875rem 1.25rem;
  }
}
.c-tb-whitesmoke th {
  color: #0068B7;
  padding: 24px 40px;
  color: #0068B7;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.6px;
  width: 20.4%;
}
@media screen and (max-width: 820px) {
  .c-tb-whitesmoke th {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .c-tb-whitesmoke th {
    width: 100%;
    padding: 1.25rem 1.875rem 0;
  }
}
.c-tb-whitesmoke td {
  line-height: 180%;
  /* 28.8px */
}

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

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

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

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

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

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

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

.c-bg-hover {
  background-color: #3CA6E1 !important;
}

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

.c-bg-talk_1 {
  background-color: #3788DE !important;
}

.c-bg-talk_2 {
  background-color: #1BB7F2 !important;
}

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

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

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

.c-bg-grad {
  background: linear-gradient(to right, #3CA6E1 20%, #3CC4E1 70%);
  background: -webkit-linear-gradient(to right, #3CA6E1 20%, #3CC4E1 70%);
  background: linear-gradient(to right, #3CA6E1 20%, #3CC4E1 70%);
  background-size: 100% auto;
}

.c-bg-whitesmoke__right {
  position: relative;
}
.c-bg-whitesmoke__right::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 93.75vw;
  height: 70%;
  background-color: #EBF4FC;
  content: "";
}
@media screen and (max-width: 820px) {
  .c-bg-whitesmoke__right::before {
    width: 100%;
    height: 77%;
  }
}
@media screen and (max-width: 576px) {
  .c-bg-whitesmoke__right::before {
    height: 85%;
  }
}

.c-bg-whitesmoke__left {
  position: relative;
}
.c-bg-whitesmoke__left::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 93.75vw;
  height: 70%;
  background-color: #EBF4FC;
  content: "";
}
@media screen and (max-width: 820px) {
  .c-bg-whitesmoke__left::before {
    width: 100%;
    height: 77%;
  }
}
@media screen and (max-width: 576px) {
  .c-bg-whitesmoke__left::before {
    height: 72%;
  }
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main,
.c-btn-main--white {
  text-align: center;
  max-width: 290px;
  display: block;
  text-decoration: none;
}
.c-btn-main a,
.c-btn-main--white a {
  position: relative;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 4.5;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .c-btn-main a,
  .c-btn-main--white a {
    line-height: 78px;
  }
}
.c-btn-main a::after,
.c-btn-main--white a::after {
  position: absolute;
  right: 1.25rem;
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  background-image: url(/recruit/resource/images/ico_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
  z-index: 999;
}
.c-btn-main a span,
.c-btn-main--white a span {
  background-color: #0068B7;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}
.c-btn-main a span::before,
.c-btn-main--white a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background-color: #3CA6E1;
  z-index: -1;
  transition: 0.3s;
}
.c-btn-main:hover a::after,
.c-btn-main--white:hover a::after {
  transform: translate(8px, 0);
}
.c-btn-main:hover a span::before,
.c-btn-main--white:hover a span::before {
  width: 100%;
}

.c-btn-main--white a, .c-btn-main--white button {
  color: #0068B7;
  background-color: #fff;
  background-image: url(/recruit/resource/images/ico_arrow_main.svg);
}
.c-btn-main--white a:hover, .c-btn-main--white button:hover {
  color: #fff;
  background-image: url(/recruit/resource/images/ico_arrow_white.svg);
}

.c-btn-card,
.c-btn-card-tmb {
  border: 4px 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: #676767;
}
.c-btn-card .c-btn-card__txt span,
.c-btn-card-tmb .c-btn-card__txt span {
  color: #00F0FF;
}
.c-btn-card a,
.c-btn-card-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  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: #00F0FF;
}

.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(/recruit/resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.45em;
}
.c-btn-pdf a span {
  color: #1D1D1F;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  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(0, 104, 183, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(0, 104, 183, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #0068B7;
}
.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 #00F0FF;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  color: #00F0FF;
  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-card-30-40-white {
  padding: 30px 40px;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .c-card-30-40-white {
    padding: 1.875rem;
  }
}

.c-card-30-40-whitesmoke {
  padding: 30px 40px;
  background-color: #EBF4FC;
}
@media screen and (max-width: 576px) {
  .c-card-30-40-whitesmoke {
    padding: 1.875rem 1.25rem;
  }
}

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

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

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

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

.c-txt-xsmall {
  font-size: 11px;
  font-size: 0.6875rem;
}

.c-txt-large {
  font-size: 19px;
  font-size: 1.1875rem;
}

.c-txt-link {
  color: #0068B7;
  text-decoration: underline;
}
.c-txt-link:hover {
  color: #3CA6E1;
  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: #d4d4d4 !important;
}

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

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

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

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

.c-txt-hover {
  color: #3CA6E1 !important;
}

.c-txt-whitesmoke {
  color: #EBF4FC !important;
}

.c-txt-talk_1 {
  color: #3788DE !important;
}

.c-txt-talk_2 {
  color: #1BB7F2 !important;
}

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

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

.c-txt-tomato {
  color: #ef423b !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.03em;
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
}

h3 {
  font-size: 36px;
  font-size: 2.25rem;
}

h4 {
  font-size: 33px;
  font-size: 2.0625rem;
}

h5 {
  font-size: 28px;
  font-size: 1.75rem;
}

h6 {
  font-size: 23px;
  font-size: 1.4375rem;
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main {
  color: #0068B7;
  padding: 0.05em 0.5em 0.1em;
  border-left: solid 5px #00F0FF;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .c-ttl-main {
    line-height: 1.4;
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-main {
    line-height: 1.4;
    font-size: 32px;
    font-size: 2rem;
  }
}

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

.c-ttl-others {
  position: relative;
}

.c-ttl-others__handwriting {
  width: 147px;
  height: 100%;
  position: absolute;
  top: -16px;
  left: 22.24%;
  z-index: 0;
  opacity: 0.7;
}
@media screen and (max-width: 820px) {
  .c-ttl-others__handwriting {
    width: 180px;
    top: -30px;
    left: 25%;
  }
}
.c-ttl-others__handwriting img {
  width: 100%;
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-family: "Cardo", 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: #0068B7;
  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: #3CA6E1;
  }
}

/* 三重丸
----------------------------------------------------------------- */
.c-txt-memo {
  color: #0068B7;
  text-indent: -26px;
  padding-left: 26px;
}
.c-txt-memo::before {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(/recruit/resource/images/ico_double_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  opacity: 0.6;
}
@media screen and (max-width: 576px) {
  .c-txt-memo::before {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 576px) {
  .c-txt-memo {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
/* 動画
----------------------------------------------------------------- */
.p-idx-video-area {
  background-color: #1D1D1F;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.p-idx-video-area video {
  object-fit: cover;
  object-position: center;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}

/* 手書き文字
----------------------------------------------------------------- */
.p-idx-slide-catch__handwriting {
  width: 400px;
  position: absolute;
  top: -5%;
  right: -17%;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-catch__handwriting {
    width: 320px;
    top: -6%;
    right: -14%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-catch__handwriting {
    width: 190px;
    top: -8%;
    right: -8%;
  }
}
.p-idx-slide-catch__handwriting svg {
  width: 100%;
  height: 100%;
}

/* トップ
----------------------------------------------------------------- */
.p-idx-slide-wrap {
  margin-top: -80px;
  width: calc(100% - 81px);
  height: calc(100vh - 70px);
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap {
    width: calc(100% - 16px);
    height: calc(100vh - 60px);
  }
}
.p-idx-slide-wrap .p-idx-slide-catch {
  z-index: 1;
  position: absolute;
  left: 6%;
  bottom: 10%;
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-catch {
    left: 4%;
    bottom: 8%;
  }
}
.p-idx-slide-wrap .p-idx-slide-catch h2 {
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 6.25rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  animation: fadeIn 0.8s ease 0s 1 normal backwards;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap .p-idx-slide-catch h2 {
    font-size: 82px;
    font-size: 5.125rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-catch h2 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-idx-slide-wrap .p-idx-slide-items .slick-slide {
  height: calc(100vh - 70px);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-items .slick-slide {
    height: calc(100vh - 60px);
  }
}
.p-idx-slide-wrap .p-idx-slide-items .slick-list {
  pointer-events: none;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots {
  display: flex;
  justify-content: center;
  bottom: 15px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li {
  width: 32px;
  height: 3px;
  margin: 0 4px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button {
  padding: 0;
  width: 32px;
  height: 3px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button:before {
  content: "";
  width: 32px;
  height: 3px;
  opacity: 0.7;
  font-size: 0;
  background-color: #fff;
  border-radius: 1.5px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li button:hover:before {
  opacity: 1;
  background-color: #00F0FF;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #0068B7;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next,
.p-idx-slide-wrap .p-idx-slide-items .slick-prev {
  z-index: 2;
  width: 25px;
  height: 25px;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next:before,
.p-idx-slide-wrap .p-idx-slide-items .slick-prev:before {
  display: none;
}
.p-idx-slide-wrap .p-idx-slide-items .slick-next {
  right: 20px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-idx-slide-wrap .p-idx-slide-items .slick-prev {
  left: 20px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dotted.slick-slider {
  margin: 0 auto !important;
}

/* スクロールバー
----------------------------------------------------------------- */
.p-idx-scrolldown {
  position: absolute;
  right: -40px;
  bottom: 0;
  height: 175px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 820px) {
  .p-idx-scrolldown {
    right: -30px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-scrolldown {
    display: none;
  }
}
.p-idx-scrolldown span {
  position: absolute;
  left: -15px;
  bottom: 0;
  color: #fff;
  text-align: justify;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cardo", serif;
  font-weight: 600;
  letter-spacing: 0.08rem;
  transform: rotate(180deg);
}
.p-idx-scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 120px;
  background: #fff;
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 110px;
    opacity: 0;
  }
}
.p-idx-pattern1-wrap {
  padding: 19.375rem 0 0;
  margin-top: -15.625rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-wrap {
    padding: 16.25rem 0 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap {
    padding: 15rem 0 0;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt-cont {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt-cont {
    justify-content: flex-start;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt {
    writing-mode: inherit;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt {
  margin-right: 10%;
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt {
    margin-right: 0%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt {
    margin-right: 0%;
    margin-top: 40px;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt:first-child {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt:first-child {
    margin-top: 0;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt p {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1.65;
  margin-right: 4%;
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt p {
    line-height: 1.85;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt p:first-child {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt p:last-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt p:last-child {
    margin-top: 12px;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt p {
    font-size: 19px;
    font-size: 1.1875rem;
    letter-spacing: 0.15rem;
    line-height: 2;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .p-idx-pattern1-txt__txt p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 31px;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .c-btn-main {
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-wrap .p-idx-pattern1-txt-cont .p-idx-pattern1-txt .c-btn-main {
    margin-bottom: 2.5rem;
  }
}
.p-idx-pattern1-wrap .p-idx-pattern1-slider__img {
  margin-top: 5rem;
}
.p-idx-pattern1-wrap .p-idx-pattern1-slider__img li img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}
.p-idx-pattern1-wrap .p-idx-pattern1-slider__img .slick-slide {
  margin: 0 10px;
  /*スライド左右の余白調整*/
}

/* タイトル
----------------------------------------------------------------- */
.p-idx-ttl-main,
.p-idx-ttl-main__white {
  position: relative;
}
.p-idx-ttl-main h2,
.p-idx-ttl-main__white h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  .p-idx-ttl-main h2,
  .p-idx-ttl-main__white h2 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-ttl-main h2,
  .p-idx-ttl-main__white h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-idx-ttl-main h2 span,
.p-idx-ttl-main__white h2 span {
  font-size: 76px;
  font-size: 4.75rem;
  font-family: "Cardo", serif;
  letter-spacing: 0.03em;
  color: #0068B7;
}
@media screen and (max-width: 820px) {
  .p-idx-ttl-main h2 span,
  .p-idx-ttl-main__white h2 span {
    font-size: 68px;
    font-size: 4.25rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-ttl-main h2 span,
  .p-idx-ttl-main__white h2 span {
    font-size: 53px;
    font-size: 3.3125rem;
  }
}

.p-idx-ttl-main__white h2 {
  color: #fff;
}
.p-idx-ttl-main__white h2 span {
  color: #fff;
}

/* 私たちの仕事
----------------------------------------------------------------- */
.p-idx-ttl-works__handwriting {
  width: 380px;
  position: absolute;
  top: -100px;
  left: 24%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-ttl-works__handwriting {
    top: -96px;
    left: 36.5%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-ttl-works__handwriting {
    width: 291px;
    top: -61px;
    left: 14.5%;
  }
}
.p-idx-ttl-works__handwriting img {
  width: 100%;
}

.p-idx-works-wrap {
  position: relative;
  padding: 7.5rem 0;
}
@media screen and (max-width: 820px) {
  .p-idx-works-wrap {
    padding: 6.25rem 0;
  }
}
.p-idx-works-wrap::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 93.75vw;
  height: 460px;
  background-color: #EBF4FC;
  content: "";
}
@media screen and (max-width: 820px) {
  .p-idx-works-wrap::before {
    width: 100%;
    height: 701px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-works-wrap::before {
    height: 714px;
  }
}
.p-idx-works-wrap .p-idx-works {
  width: calc(100% + 88px);
  display: flex;
  justify-content: space-between;
}
.p-idx-works-wrap .p-idx-works * {
  box-sizing: border-box;
}
@media screen and (min-width: 1400px) {
  .p-idx-works-wrap .p-idx-works {
    width: calc(100vw - 0px - (100vw - 140px - 980px) / 2);
  }
}
@media screen and (max-width: 820px) {
  .p-idx-works-wrap .p-idx-works {
    width: 106%;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-works-wrap .p-idx-works {
    width: 105%;
  }
}
.p-idx-works-wrap .p-idx-works .p-idx-works-item {
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 820px) {
  .p-idx-works-wrap .p-idx-works .p-idx-works-item {
    height: 360px;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-works-wrap .p-idx-works .p-idx-works-item {
    height: 320px;
  }
}
.p-idx-works-wrap .p-idx-works .p-idx-works-item:last-child {
  border-right: none;
}
@media screen and (max-width: 576px) {
  .p-idx-works-wrap .p-idx-works .p-idx-works-item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-works-wrap .p-idx-works .p-idx-works-item:first-child a .p-idx-works-item__ttl {
    line-height: 1.4;
  }
  .p-idx-works-wrap .p-idx-works .p-idx-works-item:first-child a .p-idx-works-item__ttl::after {
    position: absolute;
    right: -45px;
    top: 0;
    background-position: center;
  }
}
.p-idx-works-wrap .p-idx-works .p-idx-works-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1D1D1F;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-works-wrap .p-idx-works .p-idx-works-item a {
    padding-top: 360px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-works-wrap .p-idx-works .p-idx-works-item a {
    padding-top: 320px;
  }
}
.p-idx-works-wrap .p-idx-works .p-idx-works-item a .p-idx-works-item__ttl {
  position: absolute;
  left: 5%;
  bottom: 8%;
  color: #fff;
  line-height: 1.65;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .p-idx-works-wrap .p-idx-works .p-idx-works-item a .p-idx-works-item__ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-works-wrap .p-idx-works .p-idx-works-item a .p-idx-works-item__ttl {
    font-size: 33px;
    font-size: 2.0625rem;
    letter-spacing: 0.05rem;
    line-height: 1.8;
    left: 2.5ren;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-works-wrap .p-idx-works .p-idx-works-item a .p-idx-works-item__ttl {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0.05rem;
    left: 5%;
  }
}
.p-idx-works-wrap .p-idx-works .p-idx-works-item a .p-idx-works-item__ttl::after {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 40px;
  /*画像の幅*/
  height: 40px;
  /*画像の高さ*/
  background-image: url(/recruit/resource/images/ico_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 10px center;
  vertical-align: middle;
  margin-left: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .p-idx-works-wrap .p-idx-works .p-idx-works-item a .p-idx-works-item__ttl::after {
    width: 50px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-works-wrap .p-idx-works .p-idx-works-item a .p-idx-works-item__ttl::after {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }
}
.p-idx-works-wrap .p-idx-works .p-idx-works-item a .p-idx-works-item__bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.p-idx-works-wrap .p-idx-works .p-idx-works-item a:hover .p-idx-works-item__ttl::after {
  transform: translate(10px, 0);
}
.p-idx-works-wrap .p-idx-works .p-idx-works-item a:hover .p-idx-works-item__bg {
  transform: scale(1.05);
  opacity: 0.7;
}

/* 社員インタビュー
----------------------------------------------------------------- */
.p-idx-ttl-interview__handwriting {
  width: 230px;
  position: absolute;
  top: -40px;
  left: 20%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-ttl-interview__handwriting {
    left: 34%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-ttl-interview__handwriting {
    width: 147px;
    left: 57%;
    top: -15px;
  }
}
.p-idx-ttl-interview__handwriting img {
  width: 100%;
}

.p-idx-interview-wrap {
  position: relative;
  padding: 7.5rem 0 6.25rem;
}
@media screen and (max-width: 820px) {
  .p-idx-interview-wrap {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-idx-interview-wrap .p-idx-interview-card {
  transition: 0.3s;
}
.p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-img {
  background-color: #1D1D1F;
  width: 100%;
  overflow: hidden;
}
.p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-img img {
  transition: 0.3s all;
  height: 380px;
  object-fit: cover;
  width: 100%;
}
.p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt {
  background-color: #0068B7;
  position: relative;
  padding: 2.5rem 1rem 1.875rem;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt {
    padding: 30px 10px 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt {
    padding: 30px 20px 20px;
  }
}
.p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt .p-idx-interview-txt__ttl {
  position: absolute;
  top: -20px;
  left: 0;
  padding: 6px 15px;
  color: #fff;
  font-family: "Cardo", serif;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.05rem;
  background: linear-gradient(to right, #00F0FF 0%, #00F0FF 50%, #3CA6E1 50%, #3CA6E1 70%, #3CC4E1 80%, #3CC4E1 100%);
  background: -webkit-linear-gradient(to right, #00F0FF 0%, #00F0FF 50%, #3CA6E1 50%, #3CA6E1 70%, #3CC4E1 80%, #3CC4E1 100%);
  background: linear-gradient(to right, #00F0FF 0%, #00F0FF 50%, #3CA6E1 50%, #3CA6E1 70%, #3CC4E1 80%, #3CC4E1 100%);
  background-position: 100% 50%;
  background-size: 200% auto;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt .p-idx-interview-txt__ttl {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt .p-idx-interview-txt__ttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt .p-idx-interview-txt__ttl span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt .p-idx-interview-txt__ttl span {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.8;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (max-width: 1200px) {
  .p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-interview-wrap .p-idx-interview-card .p-idx-interview-txt p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-idx-interview-wrap .p-idx-interview-card:hover .p-idx-interview-img img {
  transform: scale(1.05);
  opacity: 0.7;
}
.p-idx-interview-wrap .p-idx-interview-card:hover .p-idx-interview-txt {
  background-color: #3CA6E1;
}
.p-idx-interview-wrap .p-idx-interview-card:hover .p-idx-interview-txt .p-idx-interview-txt__ttl {
  background-position: 0 50%;
}

/* 若手社員対談
----------------------------------------------------------------- */
.p-idx-ttl-crosstalk__handwriting {
  width: 380px;
  height: 100%;
  position: absolute;
  top: -55px;
  left: 45%;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-ttl-crosstalk__handwriting {
    top: -49px;
    left: 46%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-ttl-crosstalk__handwriting {
    top: -55px;
    left: -5%;
    width: 330px;
  }
}
.p-idx-ttl-crosstalk__handwriting img {
  width: 100%;
}

.p-idx-crosstalk {
  display: flex;
  align-items: center;
  width: 100%;
  height: 346px;
  background-color: #1D1D1F;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 2.5rem 6.875rem;
}
@media screen and (max-width: 1200px) {
  .p-idx-crosstalk {
    height: 270px;
    padding: 5rem 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-crosstalk {
    padding: 0 1.5rem;
    height: 310px;
  }
}
.p-idx-crosstalk .p-idx-crosstalk-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  text-decoration: none;
}
.p-idx-crosstalk .p-idx-crosstalk-btn p {
  position: relative;
  display: flex;
  width: 80px;
  height: 80px;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .p-idx-crosstalk .p-idx-crosstalk-btn p {
    width: 60px;
    height: 60px;
  }
}
.p-idx-crosstalk .p-idx-crosstalk-btn p::after {
  position: absolute;
  right: 1.25rem;
  content: "";
  display: inline-block;
  width: 45px;
  height: 100%;
  background-image: url(/recruit/resource/images/ico_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 999;
}
@media screen and (max-width: 576px) {
  .p-idx-crosstalk .p-idx-crosstalk-btn p::after {
    width: 40px;
    right: 0.55rem;
  }
}
.p-idx-crosstalk .p-idx-crosstalk-btn p span {
  background-color: #0068B7;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}
.p-idx-crosstalk .p-idx-crosstalk-btn p span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background-color: #3CA6E1;
  z-index: -1;
  transition: 0.3s;
}
.p-idx-crosstalk .p-idx-crosstalk-bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .p-idx-crosstalk .p-idx-crosstalk-bg {
    background-image: url(/recruit/resource/images/idx_crosstalk_img1_tb.jpg) !important;
    background-position: right;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-crosstalk .p-idx-crosstalk-bg {
    background-image: url(/recruit/resource/images/idx_crosstalk_img1_sp.jpg) !important;
    background-position: center;
  }
}
.p-idx-crosstalk:hover .p-idx-crosstalk-btn p span::before {
  width: 100%;
}
.p-idx-crosstalk:hover .p-idx-crosstalk-bg {
  transform: scale(1.05);
  opacity: 0.7;
}

/* 働く環境/よくある質問
----------------------------------------------------------------- */
.p-idx-ttl-welfare__handwriting {
  width: 200px;
  position: absolute;
  top: -20px;
  left: 60%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-ttl-welfare__handwriting {
    top: -25px;
    left: 60%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-ttl-welfare__handwriting {
    width: 180px;
    top: -25px;
    left: 46%;
  }
}
.p-idx-ttl-welfare__handwriting img {
  width: 100%;
}

.p-idx-ttl-faq__handwriting {
  width: 260px;
  position: absolute;
  top: -30px;
  left: 20%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-ttl-faq__handwriting {
    left: 22%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-ttl-faq__handwriting {
    width: 200px;
    top: -25px;
  }
}
.p-idx-ttl-faq__handwriting img {
  width: 100%;
}

.p-idx-infor {
  padding: 6.5rem 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-infor {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-idx-infor::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 93.75vw;
  height: 82vh;
  background-color: #EBF4FC;
  content: "";
}
@media screen and (min-width: 1401px) {
  .p-idx-infor::before {
    width: 90vw;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-infor::before {
    width: 100%;
    height: 80%;
  }
}
.p-idx-infor .p-idx-welfare_wrap,
.p-idx-infor .p-idx-faq_wrap {
  position: relative;
}
.p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-image,
.p-idx-infor .p-idx-welfare_wrap .p-idx-faq-image,
.p-idx-infor .p-idx-faq_wrap .p-idx-welfare-image,
.p-idx-infor .p-idx-faq_wrap .p-idx-faq-image {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-image,
  .p-idx-infor .p-idx-welfare_wrap .p-idx-faq-image,
  .p-idx-infor .p-idx-faq_wrap .p-idx-welfare-image,
  .p-idx-infor .p-idx-faq_wrap .p-idx-faq-image {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-image,
  .p-idx-infor .p-idx-welfare_wrap .p-idx-faq-image,
  .p-idx-infor .p-idx-faq_wrap .p-idx-welfare-image,
  .p-idx-infor .p-idx-faq_wrap .p-idx-faq-image {
    width: 95%;
  }
}
.p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-image img,
.p-idx-infor .p-idx-welfare_wrap .p-idx-faq-image img,
.p-idx-infor .p-idx-faq_wrap .p-idx-welfare-image img,
.p-idx-infor .p-idx-faq_wrap .p-idx-faq-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-image img,
  .p-idx-infor .p-idx-welfare_wrap .p-idx-faq-image img,
  .p-idx-infor .p-idx-faq_wrap .p-idx-welfare-image img,
  .p-idx-infor .p-idx-faq_wrap .p-idx-faq-image img {
    height: 280px;
  }
}
.p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-image,
.p-idx-infor .p-idx-faq_wrap .p-idx-welfare-image {
  top: 0;
  right: 0;
}
.p-idx-infor .p-idx-welfare_wrap .p-idx-faq-image,
.p-idx-infor .p-idx-faq_wrap .p-idx-faq-image {
  top: 0;
  left: 0;
  text-align: right;
}
.p-idx-infor .p-idx-welfare_wrap .p-idx-faq-wrap,
.p-idx-infor .p-idx-faq_wrap .p-idx-faq-wrap {
  display: flex;
  justify-content: flex-end;
}
.p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-txt,
.p-idx-infor .p-idx-welfare_wrap .p-idx-faq-txt,
.p-idx-infor .p-idx-faq_wrap .p-idx-welfare-txt,
.p-idx-infor .p-idx-faq_wrap .p-idx-faq-txt {
  margin-top: 7.5rem;
  display: inline-block;
  background-color: #fff;
  max-width: 600px;
  width: 100%;
  padding: 2.5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-txt,
  .p-idx-infor .p-idx-welfare_wrap .p-idx-faq-txt,
  .p-idx-infor .p-idx-faq_wrap .p-idx-welfare-txt,
  .p-idx-infor .p-idx-faq_wrap .p-idx-faq-txt {
    padding: 2.5rem 1.875rem;
    margin-top: 240px;
    max-width: 520px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-txt,
  .p-idx-infor .p-idx-welfare_wrap .p-idx-faq-txt,
  .p-idx-infor .p-idx-faq_wrap .p-idx-welfare-txt,
  .p-idx-infor .p-idx-faq_wrap .p-idx-faq-txt {
    padding: 30px;
    width: 105%;
  }
}
.p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-txt .p-idx-ttl-main span,
.p-idx-infor .p-idx-welfare_wrap .p-idx-faq-txt .p-idx-ttl-main span,
.p-idx-infor .p-idx-faq_wrap .p-idx-welfare-txt .p-idx-ttl-main span,
.p-idx-infor .p-idx-faq_wrap .p-idx-faq-txt .p-idx-ttl-main span {
  font-size: 68px;
  font-size: 4.25rem;
}
@media screen and (max-width: 820px) {
  .p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-txt .p-idx-ttl-main span,
  .p-idx-infor .p-idx-welfare_wrap .p-idx-faq-txt .p-idx-ttl-main span,
  .p-idx-infor .p-idx-faq_wrap .p-idx-welfare-txt .p-idx-ttl-main span,
  .p-idx-infor .p-idx-faq_wrap .p-idx-faq-txt .p-idx-ttl-main span {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-txt .p-idx-ttl-main span,
  .p-idx-infor .p-idx-welfare_wrap .p-idx-faq-txt .p-idx-ttl-main span,
  .p-idx-infor .p-idx-faq_wrap .p-idx-welfare-txt .p-idx-ttl-main span,
  .p-idx-infor .p-idx-faq_wrap .p-idx-faq-txt .p-idx-ttl-main span {
    font-size: 48px;
    font-size: 3rem;
    letter-spacing: 0.03em;
  }
}
.p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-txt .c-btn-main,
.p-idx-infor .p-idx-welfare_wrap .p-idx-faq-txt .c-btn-main,
.p-idx-infor .p-idx-faq_wrap .p-idx-welfare-txt .c-btn-main,
.p-idx-infor .p-idx-faq_wrap .p-idx-faq-txt .c-btn-main {
  margin: 2.5rem 0 0 auto;
}
@media screen and (max-width: 576px) {
  .p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-txt,
  .p-idx-infor .p-idx-faq_wrap .p-idx-welfare-txt {
    margin-left: -5%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-infor .p-idx-welfare_wrap .p-idx-welfare-txt .c-btn-main,
  .p-idx-infor .p-idx-faq_wrap .p-idx-welfare-txt .c-btn-main {
    margin: 2.5rem 0 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-infor .p-idx-welfare_wrap .p-idx-faq-txt,
  .p-idx-infor .p-idx-faq_wrap .p-idx-faq-txt {
    margin-right: -5%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-infor .p-idx-welfare_wrap .p-idx-faq-txt .c-btn-main,
  .p-idx-infor .p-idx-faq_wrap .p-idx-faq-txt .c-btn-main {
    margin: 2.5rem 0 auto 0;
  }
}
.p-idx-infor .p-idx-faq_wrap {
  margin-top: 7.5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-infor .p-idx-faq_wrap {
    margin-top: 80px;
  }
}

/* お問い合わせ
----------------------------------------------------------------- */
.p-idx-ttl-entry__handwriting {
  width: 200px;
  height: 100%;
  position: absolute;
  top: -25px;
  left: 26%;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .p-idx-ttl-entry__handwriting {
    width: 140px;
  }
}
.p-idx-ttl-entry__handwriting img {
  width: 100%;
}

.p-idx-contact-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap {
    padding: 3.75rem 0;
  }
}
.p-idx-contact-wrap .p-idx-contact-box {
  position: relative;
  background-color: #fff;
  padding: 3.125rem 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .p-idx-contact-wrap .p-idx-contact-box {
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box {
    padding: 2rem 25px;
  }
}
.p-idx-contact-wrap .p-idx-contact-box h4 {
  position: relative;
  color: #0068B7;
  width: 100%;
  transition: 0.3s;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  .p-idx-contact-wrap .p-idx-contact-box h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box h4 {
    font-size: 23px;
    font-size: 1.4375rem;
    text-align: left;
  }
}
.p-idx-contact-wrap .p-idx-contact-box h4::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 0;
  display: block;
  width: 60px;
  height: 100%;
  background-image: url(/recruit/resource/images/ico_arrow_main.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .p-idx-contact-wrap .p-idx-contact-box h4::after {
    width: 45px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box h4::after {
    width: 35px;
    top: 13px;
  }
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-graduate__handwriting {
  width: 210px;
  position: absolute;
  top: 20px;
  left: 25%;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-graduate__handwriting {
    width: 180px;
    top: 10px;
    left: 35%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-graduate__handwriting {
    width: 153px;
    top: 5px;
    left: 23%;
  }
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-graduate__handwriting img {
  width: 100%;
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-career__handwriting {
  width: 160px;
  position: absolute;
  top: 25px;
  left: 36%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-career__handwriting {
    width: 150px;
    top: 10px;
    left: 44%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-career__handwriting {
    width: 118px;
    top: 10px;
    left: 37%;
  }
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-career__handwriting img {
  width: 100%;
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-internship__handwriting {
  width: 230px;
  position: absolute;
  top: 15px;
  left: 56%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-internship__handwriting {
    top: 0px;
    left: 50%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-internship__handwriting {
    width: 171px;
    top: 5px;
    left: 37%;
  }
}
.p-idx-contact-wrap .p-idx-contact-box .p-idx-ttl-internship__handwriting img {
  width: 100%;
}
.p-idx-contact-wrap .p-idx-contact-box:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.p-idx-contact-wrap .p-idx-contact-box:hover h4 {
  color: #3CA6E1;
}
.p-idx-contact-wrap .p-idx-contact-box:hover h4::after {
  background-image: url(/recruit/resource/images/ico_arrow_hover.svg);
  transform: translate(10px, 0);
}

/* ==========================================================================
プラントメンテナンスについて
========================================================================== */
/* 手書き文字
----------------------------------------------------------------- */
.l-page-title__plant {
  width: 360px;
  position: absolute;
  top: -45px;
  left: 55%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .l-page-title__plant {
    top: -67px;
    left: 54%;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title__plant {
    width: 205px;
    top: -30px;
    left: 30%;
  }
}
.l-page-title__plant svg {
  width: 100%;
  height: 100%;
}

/* トップイメージ
----------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .p-plant .l-page-title {
    background-position: center right 15%;
  }
}

/* 新規建設から既存設備を維持する時代へ
----------------------------------------------------------------- */
.p-plant-maintain-wrap {
  padding: 7.5rem 0;
}
@media screen and (max-width: 576px) {
  .p-plant-maintain-wrap {
    padding: 4.8125rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-plant-maintain-wrap .u-margin-xlarge-top {
    margin-top: 35px;
  }
}

/* ==========================================================================
よくある質問
========================================================================== */
/* 手書き文字
----------------------------------------------------------------- */
.l-page-title__faq {
  width: 439px;
  position: absolute;
  top: -70px;
  left: 10%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .l-page-title__faq {
    width: 380px;
    top: -80px;
    left: 20%;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title__faq {
    width: 260px;
    top: -60px;
    left: 15%;
  }
}
.l-page-title__faq svg {
  width: 100%;
  height: 100%;
}

.p-faq-wrap {
  padding: 6.25rem 0 7.5rem;
}

/* 質問
----------------------------------------------------------------- */
.p-faq-accordion-wrap ul li {
  position: relative;
}
.p-faq-accordion-wrap ul li .p-faq-accordion {
  padding: 30px 80px 30px 40px;
  background-color: #EBF4FC;
}
@media screen and (max-width: 820px) {
  .p-faq-accordion-wrap ul li .p-faq-accordion {
    padding: 20px 70px 20px 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-faq-accordion-wrap ul li .p-faq-accordion {
    padding: 20px 60px 20px 20px;
  }
}

.p-faq-ttl {
  cursor: pointer;
  color: #0068B7;
  display: flex;
  gap: 1.875rem;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 820px) {
  .p-faq-ttl {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .p-faq-ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.937rem;
  }
}
.p-faq-ttl::before, .p-faq-ttl::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #0068B7;
}
.p-faq-ttl::before {
  top: 52px;
  right: 30px;
  transform: rotate(0deg);
}
@media screen and (max-width: 576px) {
  .p-faq-ttl::before {
    top: 42px;
    right: 20px;
  }
}
.p-faq-ttl::after {
  top: 52px;
  right: 30px;
  transform: rotate(90deg);
}
@media screen and (max-width: 576px) {
  .p-faq-ttl::after {
    top: 42px;
    right: 20px;
  }
}

.p-faq-close::before {
  transform: rotate(45deg);
}
.p-faq-close::after {
  transform: rotate(-45deg);
}

.p-faq-ttl-left .p-faq-ttl-left__q {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 140%;
  /* 16.8px */
  display: block;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  .p-faq-ttl-left .p-faq-ttl-left__q {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.p-faq-ttl-left .p-faq-ttl-left__num {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  display: block;
}
@media screen and (max-width: 820px) {
  .p-faq-ttl-left .p-faq-ttl-left__num {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 576px) {
  .p-faq-ttl-left .p-faq-ttl-left__num {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-faq-ttl-center {
  width: 1px;
  height: 52px;
  background-color: rgba(0, 104, 183, 0.3);
}
@media screen and (max-width: 576px) {
  .p-faq-ttl-center {
    display: none;
  }
}

.p-faq-ttl-right {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (max-width: 820px) {
  .p-faq-ttl-right {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.p-faq-txt {
  display: none; /*はじめは非表示*/
}

/* ==========================================================================
三洋産業の役割
========================================================================== */
/* 手書き文字
----------------------------------------------------------------- */
.l-page-title__doctor {
  width: 360px;
  position: absolute;
  top: -45px;
  left: 55%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .l-page-title__doctor {
    top: -67px;
    left: 54%;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title__doctor {
    width: 205px;
    top: -40px;
    left: 36%;
  }
}
.l-page-title__doctor svg {
  width: 100%;
  height: 100%;
}

/* トップイメージ
----------------------------------------------------------------- */
@media screen and (min-width: 1401px) {
  .p-doctor .l-page-title {
    background-position: top;
  }
}
@media screen and (max-width: 576px) {
  .p-doctor .l-page-title {
    background-image: url(/recruit/resource/images/main_doctor_sp.jpg) !important;
  }
}

/* プラントメンテナンスのプロフェッショナル-三洋産業の総合職
----------------------------------------------------------------- */
.p-doctor-card-border {
  display: flex;
  width: 100%;
  padding: 1.875rem 2.5rem;
  align-items: center;
  gap: 2.5rem;
  border: 1px solid #0068B7;
}
@media screen and (max-width: 576px) {
  .p-doctor-card-border {
    gap: 1.25rem;
    padding: 1.25rem 1.875rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .p-doctor-card-border {
    gap: 0.625rem;
  }
}
@media screen and (max-width: 576px) {
  .p-doctor-card-border .p-doctor-card-border-num {
    display: flex;
    align-items: baseline;
  }
}
.p-doctor-card-border .p-doctor-card-border-num span {
  font-family: "Cardo", serif;
  display: block;
  color: #0068B7;
}
.p-doctor-card-border .p-doctor-card-border-num .p-doctor-card-border-num__point {
  color: #0068B7;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.95px;
}
@media screen and (max-width: 576px) {
  .p-doctor-card-border .p-doctor-card-border-num .p-doctor-card-border-num__point {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-right: 5px;
    position: relative;
    top: -3px;
  }
}
.p-doctor-card-border .p-doctor-card-border-num .p-doctor-card-border-num__num {
  font-size: 53px;
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 576px) {
  .p-doctor-card-border .p-doctor-card-border-num .p-doctor-card-border-num__num {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.p-doctor-card-border .p-doctor-card-border-contents {
  line-height: 2;
  padding-left: 2.5rem;
  border-left: 1px solid rgba(0, 104, 183, 0.3);
}
@media screen and (max-width: 576px) {
  .p-doctor-card-border .p-doctor-card-border-contents {
    padding-left: 0;
    border-left: none;
  }
}

/* 事業エリア
----------------------------------------------------------------- */
.p-doctor-area-contents {
  padding: 40px 60px;
  flex-direction: column;
  gap: 1.875rem;
  background-color: #EBF4FC;
}
@media screen and (max-width: 820px) {
  .p-doctor-area-contents {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .p-doctor-area-contents {
    padding: 1.875rem 1.25rem;
  }
}
.p-doctor-area-contents h5 {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 576px) {
  .p-doctor-area-contents h5 {
    margin-bottom: 1.25rem;
  }
}
.p-doctor-area-contents h5 span {
  display: inline-block;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 140%;
  /* 26.6px */
}
@media screen and (max-width: 576px) {
  .p-doctor-area-contents h5 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .p-doctor-area-contents .c-grid-medium > * {
    margin-left: 0;
  }
  .p-doctor-area-contents .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
  .p-doctor-area-contents .c-grid-medium .c-grid-2-clm:last-child {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-doctor-area-contents .u-margin-large-top {
    margin-top: 1.875rem;
  }
}
.p-doctor-area-contents .p-doctor-area-info {
  margin-top: 10px;
  width: 100%;
}
.p-doctor-area-contents .p-doctor-area-info tr {
  border-bottom: 1px solid #EBF4FC;
}
.p-doctor-area-contents .p-doctor-area-info tr:last-child {
  border-bottom: none;
}
.p-doctor-area-contents .p-doctor-area-info th,
.p-doctor-area-contents .p-doctor-area-info td {
  padding: 24px 40px;
}
@media screen and (max-width: 576px) {
  .p-doctor-area-contents .p-doctor-area-info th,
  .p-doctor-area-contents .p-doctor-area-info td {
    padding: 1rem 24px 1rem 0;
  }
}
.p-doctor-area-contents .p-doctor-area-info th {
  color: #0068B7;
  padding: 24px 40px;
  background-color: #fff;
  color: colotrs(main);
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 576px) {
  .p-doctor-area-contents .p-doctor-area-info th {
    padding: 1rem 24px;
  }
}
.p-doctor-area-contents .p-doctor-area-info td {
  background-color: #fff;
  line-height: 180%;
  /* 28.8px */
}

/* 理念
----------------------------------------------------------------- */
.p-doctor-philosophy-wrap {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 576px) {
  .p-doctor-philosophy-wrap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.p-doctor-philosophy-wrap .c-ttl-main {
  color: #fff;
}
.p-doctor-philosophy-wrap .c-bg-white {
  position: relative;
  margin-top: calc(2.5rem + 20px);
}
@media screen and (max-width: 576px) {
  .p-doctor-philosophy-wrap .c-bg-white {
    margin-top: calc(1.25rem + 20px);
    padding: 1.875rem 1.25rem;
  }
  .p-doctor-philosophy-wrap .c-bg-white:first-child {
    margin-top: calc(2.5rem + 20px);
  }
}
.p-doctor-philosophy-wrap .c-bg-white span {
  position: absolute;
  font-size: 23px;
  font-size: 1.4375rem;
  top: -20px;
  left: 0;
  padding: 10px 15px 8px;
  color: #fff;
  font-family: "Cardo", serif;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.05rem;
  background: linear-gradient(to right, #3CA6E1 0%, #3CA6E1 25%, #3CC4E1 50%, #3CC4E1 100%);
  background: -webkit-linear-gradient(to right, #3CA6E1 0%, #3CA6E1 25%, #3CC4E1 50%, #3CC4E1 100%);
  background: linear-gradient(to right, #3CA6E1 0%, #3CA6E1 25%, #3CC4E1 50%, #3CC4E1 100%);
  background-position: 0% 100%;
  background-size: auto;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .p-doctor-philosophy-wrap .c-bg-white span {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-doctor-philosophy-wrap .c-bg-white h5 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.p-doctor-csr-box {
  background-color: #EBF4FC;
  padding: 1.875rem;
}
@media screen and (max-width: 820px) {
  .p-doctor-csr-box {
    padding: 1.25rem;
  }
}

/* ==========================================================================
インタビュー
========================================================================== */
/* 手書き文字
----------------------------------------------------------------- */
.p-interview-page-title__handbrash {
  width: 360px;
  position: absolute;
  top: -45px;
  left: 55%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-interview-page-title__handbrash {
    top: -67px;
    left: 54%;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-page-title__handbrash {
    width: 205px;
    top: 6px;
    left: 36%;
  }
}
.p-interview-page-title__handbrash svg {
  width: 100%;
  height: 100%;
}

/* トップイメージ
----------------------------------------------------------------- */
.l-page-title__interview01 {
  width: 413px;
  position: absolute;
  top: -106px;
  left: -24px;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .l-page-title__interview01 {
    width: 243px;
    top: -63px;
    left: -11px;
  }
}
.l-page-title__interview01 svg {
  width: 100%;
  height: 100%;
}

.l-page-title__interview02 {
  width: 428px;
  position: absolute;
  top: -106px;
  left: -24px;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .l-page-title__interview02 {
    width: 243px;
    top: -63px;
    left: -11px;
  }
}
.l-page-title__interview02 svg {
  width: 100%;
  height: 100%;
}

.l-page-title__interview03 {
  width: 422px;
  position: absolute;
  top: -106px;
  left: -24px;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .l-page-title__interview03 {
    width: 243px;
    top: -63px;
    left: -11px;
  }
}
.l-page-title__interview03 svg {
  width: 100%;
  height: 100%;
}

/* ページトップ
----------------------------------------------------------------- */
.p-interview-page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -80px;
  width: calc(100% - 81px);
  height: 682px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-interview-page-title {
    margin-top: -60px;
    width: calc(100% - 61px);
    height: 797px;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-page-title {
    width: calc(100% - 17px);
    height: 620px;
  }
}

@media screen and (max-width: 576px) {
  .p-interview01 .p-interview-page-title {
    background-image: url(/recruit/resource/images/main_interview01_sp.jpg) !important;
  }
}

@media screen and (max-width: 576px) {
  .p-interview02 .p-interview-page-title {
    background-image: url(/recruit/resource/images/main_interview02_sp.jpg) !important;
  }
}

@media screen and (max-width: 576px) {
  .p-interview03 .p-interview-page-title {
    background-image: url(/recruit/resource/images/main_interview03_sp.jpg) !important;
  }
}

.p-interview-page-name-area {
  background-color: #0068B7;
  padding: 2.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .p-interview-page-name-area {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-page-name-area {
    padding: 0.937rem 1.25rem;
  }
}
.p-interview-page-name-area p {
  color: #fff;
}
.p-interview-page-name-area .p-interview-page-name__department {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .p-interview-page-name-area .p-interview-page-name__department {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-interview-page-name-area .p-interview-page-name__name {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 140%;
  /* 39.2px */
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 576px) {
  .p-interview-page-name-area .p-interview-page-name__name {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.p-interview-page-name-area .p-interview-page-name__year {
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
@media screen and (max-width: 576px) {
  .p-interview-page-name-area .p-interview-page-name__year {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-interview-page-name-area .p-interview-page-name-flex {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 576px) {
  .p-interview-page-name-area .p-interview-page-name-flex {
    gap: 1rem;
  }
}
.p-interview-page-name-area .p-interview-page-name-flex span {
  display: inline-block;
  width: 1px;
  background-color: #fff;
  height: 30px;
}
@media screen and (max-width: 576px) {
  .p-interview-page-name-area .p-interview-page-name-flex span {
    height: 20px;
  }
}

.p-interview-page-catch-area {
  position: absolute;
  bottom: 17.5953%;
  left: 10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  -webkit-animation: fadeIn 0.8s ease 0s 1 normal backwards;
  animation: fadeIn 0.8s ease 0s 1 normal backwards;
}
@media screen and (max-width: 820px) {
  .p-interview-page-catch-area {
    left: 6%;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-page-catch-area {
    bottom: 20%;
    left: 6%;
  }
}

.p-interview-page-catch {
  font-weight: 700;
  line-height: 160%;
  /* 60.8px */
  z-index: 10;
  position: relative;
  color: #fff;
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0px 0px 10px rgba(29, 29, 31, 0.25);
}
@media screen and (max-width: 576px) {
  .p-interview-page-catch {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

/* プロフィール
----------------------------------------------------------------- */
.p-interview-lead-flex {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-interview-lead-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
.p-interview-lead-flex span {
  background-color: #fff;
  width: 1px;
  height: 70px;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .p-interview-lead-flex span {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .p-interview-num {
    display: flex;
    align-items: flex-end;
  }
}
.p-interview-num .p-interview-num__profile {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.8px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .p-interview-num .p-interview-num__profile {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-right: 5px;
  }
}
.p-interview-num .p-interview-num__num {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  color: #fff;
}
@media screen and (max-width: 576px) {
  .p-interview-num .p-interview-num__num {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

/* 共通
----------------------------------------------------------------- */
.p-interview-box {
  padding: 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .p-interview-box {
    padding: 1.875rem;
  }
}
.p-interview-box h5 {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 576px) {
  .p-interview-box h5 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.p-interview-bg-whitesmoke {
  position: relative;
}
.p-interview-bg-whitesmoke::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 93.75vw;
  height: 100%;
  background-color: #EBF4FC;
}
@media screen and (max-width: 576px) {
  .p-interview-bg-whitesmoke::before {
    width: 100%;
  }
}

/* sec01
----------------------------------------------------------------- */
.p-interview-sec-01 {
  position: relative;
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 576px) {
  .p-interview-sec-01 {
    padding-bottom: 3.75rem;
  }
}
.p-interview-sec-01 .p-interview-sec-01-wrap {
  padding-top: 24.375rem;
}
@media screen and (max-width: 1200px) {
  .p-interview-sec-01 .p-interview-sec-01-wrap {
    padding-top: 17.5rem;
  }
}
@media screen and (max-width: 820px) {
  .p-interview-sec-01 .p-interview-sec-01-wrap {
    padding-top: 260px;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-sec-01 .p-interview-sec-01-wrap {
    padding-top: 200px;
  }
}
.p-interview-sec-01 .p-interview-sec-01-image {
  width: 72.85714%;
  height: 510px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-interview-sec-01 .p-interview-sec-01-image {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-sec-01 .p-interview-sec-01-image {
    width: 95%;
  }
  .p-interview-sec-01 .p-interview-sec-01-image img {
    height: 240px;
    object-fit: cover;
  }
}

/* sec02
----------------------------------------------------------------- */
.p-interview-sec-02 {
  position: relative;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 576px) {
  .p-interview-sec-02 {
    padding-bottom: 3.75rem;
  }
}
.p-interview-sec-02 .p-interview-sec-02-image {
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .p-interview-sec-02 .p-interview-sec-02-image {
    height: 100%;
  }
  .p-interview-sec-02 .p-interview-sec-02-image img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-sec-02 .p-interview-sec-02-image {
    overflow: hidden;
  }
  .p-interview-sec-02 .p-interview-sec-02-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
  }
}
.p-interview-sec-02 .p-interview-box {
  margin-top: 3.75rem;
}
@media screen and (max-width: 820px) {
  .p-interview-sec-02 .p-interview-box {
    margin-top: 2.5rem;
  }
}

/* sec03
----------------------------------------------------------------- */
.p-interview-sec-03 {
  position: relative;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 576px) {
  .p-interview-sec-03 {
    padding-bottom: 3.75rem;
  }
}
.p-interview-sec-03 .p-interview-sec-03-wrap {
  padding-top: 24.375rem;
}
@media screen and (max-width: 1200px) {
  .p-interview-sec-03 .p-interview-sec-03-wrap {
    padding-top: 17.5rem;
  }
}
@media screen and (max-width: 820px) {
  .p-interview-sec-03 .p-interview-sec-03-wrap {
    padding-top: 260px;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-sec-03 .p-interview-sec-03-wrap {
    padding-top: 200px;
  }
}
.p-interview-sec-03 .p-interview-sec-03-image {
  width: 72.85714%;
  height: 510px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-interview-sec-03 .p-interview-sec-03-image {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-sec-03 .p-interview-sec-03-image {
    width: 95%;
  }
  .p-interview-sec-03 .p-interview-sec-03-image img {
    height: 240px;
    object-fit: cover;
  }
}

/* 選んだ理由
----------------------------------------------------------------- */
.p-interview-reason {
  padding-bottom: 7.5rem;
}

/* 他のインタビュー
----------------------------------------------------------------- */
.p-interview-others-wrap {
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  .p-interview-others-wrap {
    padding: 3.75rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-others-wrap .c-grid-medium {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-others-wrap .c-grid-medium .c-grid-2-clm {
    margin: 0;
    width: 100%;
  }
  .p-interview-others-wrap .c-grid-medium .c-grid-2-clm:last-child {
    margin-top: 20px;
  }
}
.p-interview-others-btn {
  display: flex;
}
@media screen and (max-width: 820px) {
  .p-interview-others-btn {
    flex-direction: column;
  }
}
.p-interview-others-btn:hover .p-interview-others-img-mask img {
  transform: scale(1.05);
  opacity: 0.7;
}
.p-interview-others-btn:hover .p-interview-others-btn-txt .p-interview-others-btn-link p::after {
  background-image: url(/recruit/resource/images/ico_arrow_white.svg);
}
.p-interview-others-btn:hover .p-interview-others-btn-txt .p-interview-others-btn-link p span::before {
  width: 100%;
}
.p-interview-others-btn:hover .p-interview-others-btn-txt .p-interview-others-btn-txt__ttl {
  background-color: #3CA6E1;
  background-position: 0 50%;
}
.p-interview-others-btn .p-interview-others-img-mask {
  width: 160px;
  height: 160px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .p-interview-others-btn .p-interview-others-img-mask {
    width: 100%;
    height: auto;
  }
}
.p-interview-others-btn .p-interview-others-img-mask img {
  object-fit: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 820px) {
  .p-interview-others-btn .p-interview-others-img-mask img {
    width: 100%;
  }
}
.p-interview-others-btn .p-interview-others-btn-txt {
  position: relative;
  margin-top: 18px;
  padding: 1.875rem 1.25rem;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  flex: 1;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  height: 142px;
}
@media screen and (max-width: 1200px) {
  .p-interview-others-btn .p-interview-others-btn-txt {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 820px) {
  .p-interview-others-btn .p-interview-others-btn-txt {
    padding: 1.875rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-interview-others-btn .p-interview-others-btn-txt {
    padding: 2.15rem 1.875rem 1.875rem;
  }
}
.p-interview-others-btn .p-interview-others-btn-txt p {
  color: rgba(29, 29, 31, 0.8);
}
@media screen and (max-width: 1200px) {
  .p-interview-others-btn .p-interview-others-btn-txt p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 992px) {
  .p-interview-others-btn .p-interview-others-btn-txt p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 820px) {
  .p-interview-others-btn .p-interview-others-btn-txt p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.p-interview-others-btn .p-interview-others-btn-txt .p-interview-others-btn-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  text-decoration: none;
}
.p-interview-others-btn .p-interview-others-btn-txt .p-interview-others-btn-link p {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.p-interview-others-btn .p-interview-others-btn-txt .p-interview-others-btn-link p::after {
  position: absolute;
  right: 0.35rem;
  content: "";
  display: inline-block;
  width: 27px;
  height: 100%;
  background-image: url(/recruit/resource/images/ico_arrow_main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 999;
}
.p-interview-others-btn .p-interview-others-btn-txt .p-interview-others-btn-link p span {
  background-color: #EBF4FC;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.p-interview-others-btn .p-interview-others-btn-txt .p-interview-others-btn-link p span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background-color: #00F0FF;
  z-index: -1;
  transition: 0.3s;
}
.p-interview-others-btn .p-interview-others-btn-txt .p-interview-others-btn-txt__ttl {
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  top: -18px;
  left: 0;
  padding: 7px 10px;
  color: #fff;
  font-family: "Cardo", serif;
  display: inline-block;
  background: linear-gradient(to right, #00F0FF 0%, #00F0FF 50%, #3CA6E1 50%, #3CA6E1 70%, #3CC4E1 80%, #3CC4E1 100%);
  background: -webkit-linear-gradient(to right, #00F0FF 0%, #00F0FF 50%, #3CA6E1 50%, #3CA6E1 70%, #3CC4E1 80%, #3CC4E1 100%);
  background: linear-gradient(to right, #00F0FF 0%, #00F0FF 50%, #3CA6E1 50%, #3CA6E1 70%, #3CC4E1 80%, #3CC4E1 100%);
  background-position: 100% 50%;
  background-size: 200% auto;
  transition: 0.3s;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .p-interview-others-btn .p-interview-others-btn-txt .p-interview-others-btn-txt__ttl {
    top: -20px;
  }
}
.p-interview-others-btn .p-interview-others-btn-txt .p-interview-others-btn-txt__ttl span {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 5px;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .p-interview-others-btn .p-interview-others-btn-txt .p-interview-others-btn-txt__ttl {
    padding: 10px 15px 8px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .p-interview-others-btn .p-interview-others-btn-txt .p-interview-others-btn-txt__ttl span {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

/* ==========================================================================
クロストーク
==========================================================================*/
/* 手書き文字
----------------------------------------------------------------- */
.l-page-title__crosstalk {
  width: 580px;
  position: absolute;
  top: -90px;
  left: 42%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .l-page-title__crosstalk {
    width: 480px;
    top: -90px;
    left: 50%;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title__crosstalk {
    width: 320px;
    top: -60px;
    left: 5%;
  }
}
.l-page-title__crosstalk svg {
  width: 100%;
  height: 100%;
}

/* トップイメージ
----------------------------------------------------------------- */
@media screen and (min-width: 1401px) {
  .p-crosstalk .l-page-title {
    background-position: top 23% center;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk .l-page-title {
    background-position: 75% center;
  }
}

/* 背景
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-crosstalk .c-bg-whitesmoke__right::before,
  .p-crosstalk .c-bg-whitesmoke__left::before {
    height: 77%;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk .c-bg-whitesmoke__right::before,
  .p-crosstalk .c-bg-whitesmoke__left::before {
    height: 85%;
  }
}

/* 人物紹介
----------------------------------------------------------------- */
.p-crosstalk-info-wrap {
  padding: 6.25rem 0 10.375rem;
}
@media screen and (max-width: 820px) {
  .p-crosstalk-info-wrap {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-info-wrap {
    padding: 3.75rem 0;
  }
}

.p-crosstalk-info-flex {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 576px) {
  .p-crosstalk-info-flex {
    flex-direction: column;
  }
}

.p-crosstalk-info-card-2clm {
  max-width: 420px;
  width: 100%;
}

.p-crosstalk-info-flex-img {
  width: 50px;
  display: block;
  text-align: center;
  margin: 1.875rem auto;
}
@media screen and (max-width: 576px) {
  .p-crosstalk-info-flex-img {
    width: 40px;
  }
}

.p-crosstalk-info-card--left,
.p-crosstalk-info-card--right {
  background-color: #3788DE;
  padding: 1.875rem;
}
.p-crosstalk-info-card--left p,
.p-crosstalk-info-card--right p {
  color: #fff;
}
.p-crosstalk-info-card--left .p-crosstalk-info-card__department,
.p-crosstalk-info-card--right .p-crosstalk-info-card__department {
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .p-crosstalk-info-card--left .p-crosstalk-info-card__department,
  .p-crosstalk-info-card--right .p-crosstalk-info-card__department {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-info-card--left .p-crosstalk-info-card__department,
  .p-crosstalk-info-card--right .p-crosstalk-info-card__department {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.p-crosstalk-info-card-name {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .p-crosstalk-info-card-name {
    gap: 6%;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-info-card-name {
    gap: 1rem;
  }
}
.p-crosstalk-info-card-name .p-crosstalk-info-card-name__name {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .p-crosstalk-info-card-name .p-crosstalk-info-card-name__name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-info-card-name .p-crosstalk-info-card-name__name {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-crosstalk-info-card-name .p-crosstalk-info-card-name__year {
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
@media screen and (max-width: 820px) {
  .p-crosstalk-info-card-name .p-crosstalk-info-card-name__year {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-info-card-name .p-crosstalk-info-card-name__year {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-crosstalk-info-card-name span {
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .p-crosstalk-info-card-name span {
    height: 28px;
  }
}

.p-crosstalk-info-card--right {
  background-color: #1BB7F2;
}

/* 共通の見出し
----------------------------------------------------------------- */
.p-crosstalk-ttl-wrap {
  position: relative;
}
.p-crosstalk-ttl-wrap img {
  width: 316px;
  position: absolute;
  left: -2.8%;
  top: -58px;
}
@media screen and (max-width: 576px) {
  .p-crosstalk-ttl-wrap img {
    width: 260px;
    left: 5%;
    top: -50px;
  }
}

.p-crosstalk-ttl {
  color: #0068B7;
  margin-bottom: 3.75rem;
  text-indent: -50px;
  padding-left: 65px;
}
@media screen and (max-width: 820px) {
  .p-crosstalk-ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-ttl {
    font-size: 28px;
    font-size: 1.75rem;
    text-indent: -45px;
    padding-left: 55px;
    margin-bottom: 2.5rem;
  }
}
.p-crosstalk-ttl::before {
  position: relative;
  top: 7px;
  left: -15px;
  content: "";
  display: inline-block;
  background-image: url(/recruit/resource/images/crosstalk_ttl_ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 820px) {
  .p-crosstalk-ttl::before {
    width: 40px;
    height: 40px;
    top: 9px;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-ttl::before {
    top: 7px;
    width: 35px;
    height: 35px;
    left: 0px;
    margin-right: 10px;
  }
}

/* レイアウト１（画像右）
----------------------------------------------------------------- */
.p-crosstalk-wrap {
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 820px) {
  .p-crosstalk-wrap {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
}

.p-crosstalk-img-right-contents {
  position: relative;
}

.p-crosstalk-img-right {
  width: 85%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  .p-crosstalk-img-right {
    width: 95%;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-img-right {
    height: 200px;
    width: 95%;
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-img-right img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
}

/* レイアウト２（画像左）
----------------------------------------------------------------- */
.p-crosstalk-img-left-contents {
  position: relative;
}

.p-crosstalk-img-left {
  width: 85%;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  .p-crosstalk-img-left {
    width: 95%;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-img-left {
    height: 200px;
    width: 95%;
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-img-left img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
}

/* クロストークコンテンツ
----------------------------------------------------------------- */
.p-crosstalk-contents {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-crosstalk-contents {
    display: block;
  }
}
.p-crosstalk-contents:first-child {
  margin-top: 0;
}
.p-crosstalk-contents .p-crosstalk-contents-name1,
.p-crosstalk-contents .p-crosstalk-contents-name2 {
  background-color: #3788DE;
  text-align: center;
  padding: 5px;
  display: inline-block;
  width: 61px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .p-crosstalk-contents .p-crosstalk-contents-name1,
  .p-crosstalk-contents .p-crosstalk-contents-name2 {
    padding: 6px 5px;
  }
}
.p-crosstalk-contents .p-crosstalk-contents-name2 {
  background-color: #1BB7F2;
}
.p-crosstalk-contents .p-crosstalk-contents-txt {
  flex: 1;
  margin-top: -5px;
}
@media screen and (max-width: 576px) {
  .p-crosstalk-contents .p-crosstalk-contents-txt {
    margin-top: 3px;
  }
}

/*  合間の画像
----------------------------------------------------------------- */
.p-crosstalk-section-img {
  height: 490px;
  width: 100vw;
  margin-top: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .p-crosstalk-section-img {
    margin-top: 6.25rem;
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .p-crosstalk-section-img {
    height: 200px;
    width: 100vw;
    margin-top: 7.5rem;
    overflow: hidden;
  }
}
.p-crosstalk-section-img img {
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 1401px) {
  .p-crosstalk-section-img img {
    object-position: top center;
  }
}

/* ==========================================================================
働く環境
========================================================================== */
/* 手書き文字
----------------------------------------------------------------- */
.l-page-title__environment {
  width: 284px;
  position: absolute;
  top: -33px;
  left: 61%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .l-page-title__environment {
    top: -50px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title__environment {
    width: 205px;
    top: -41px;
    left: 36%;
  }
}
.l-page-title__environment svg {
  width: 100%;
  height: 100%;
}

/* トップイメージ
----------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .p-environment .l-page-title {
    background-image: url(/recruit/resource/images/main_environment_sp.jpg) !important;
  }
}

/* 
----------------------------------------------------------------- */
.p-faq-wrap {
  padding: 6.25rem 0 7.5rem;
}

/* 共通レイアウト
----------------------------------------------------------------- */
.p-environment-section-wrap {
  position: relative;
  margin-top: 6.25rem;
  padding-bottom: 3.75rem;
}
.p-environment-img-left {
  position: relative;
}

.p-environment-img {
  width: 72.85714%;
  height: 510px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-environment-img {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-img {
    width: 95%;
  }
}
.p-environment-img img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-environment-img img {
    height: 240px;
    width: 100%;
    object-fit: cover;
  }
}

.p-environment-box {
  margin-top: 390px;
}
@media screen and (max-width: 820px) {
  .p-environment-box {
    margin-top: 360px;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-box {
    margin-top: 240px;
  }
}

/* カード
----------------------------------------------------------------- */
.p-environment-card {
  background-color: #fff;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-environment-card {
    padding: 1.875rem;
    margin-top: 1.875rem !important;
  }
}
.p-environment-card img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}
.p-environment-card h5 {
  text-align: center;
  margin-bottom: 1.875rem;
}
.p-environment-card h6 {
  text-align: center;
  margin-bottom: 1.25rem;
}
.p-environment-card .p-environment-card-cont .p-environment-card__txt-main {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: rgba(29, 29, 31, 0.8);
  text-align: center;
}
.p-environment-card .p-environment-card-cont .p-environment-card__txt-note, .p-environment-card .p-environment-card-cont .p-environment-card__txt-note__left {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(29, 29, 31, 0.6);
}

/* 待遇・複利構成
----------------------------------------------------------------- */
.p-environment-welfare-wrap {
  padding: 5rem 0;
  background-color: #0068B7;
}
@media screen and (max-width: 576px) {
  .p-environment-welfare-wrap {
    padding: 3.75rem 0;
  }
}
.p-environment-welfare-wrap .c-ttl-main {
  color: #fff;
}
.p-environment-welfare-wrap .c-flex {
  flex-wrap: wrap;
  gap: 2.5rem 4%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 820px) {
  .p-environment-welfare-wrap .c-flex {
    gap: 1.25rem 2.71%;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-welfare-wrap .c-flex {
    gap: 30px;
  }
}
.p-environment-welfare-wrap .p-environment-card {
  width: 30.6666666667%;
  padding: 1.875rem;
}
@media screen and (max-width: 820px) {
  .p-environment-welfare-wrap .p-environment-card {
    width: 48.645%;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-welfare-wrap .p-environment-card {
    width: 100%;
    margin-top: 0 !important;
  }
}

/* ==========================================================================
募集要項
========================================================================== */
/* 手書き文字
----------------------------------------------------------------- */
.l-page-title__guideline {
  width: 352px;
  position: absolute;
  top: -45px;
  left: 55%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .l-page-title__guideline {
    width: 340px;
    top: -80px;
    left: 60%;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title__guideline {
    width: 205px;
    left: 38%;
    top: -55px;
  }
}
.l-page-title__guideline svg {
  width: 100%;
  height: 100%;
}

/* トップイメージ
----------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .p-guideline .l-page-title {
    background-position: center right 33%;
  }
}

/* 
----------------------------------------------------------------- */
.p-guideline-wrap {
  padding-top: 6.5rem;
}
@media screen and (max-width: 576px) {
  .p-guideline-wrap {
    padding-top: 5rem;
  }
}

/* エントリーボタン・見出し調整
----------------------------------------------------------------- */
.p-idx-ttl-entry__handwriting {
  width: 200px;
  position: absolute;
  top: -25px;
  left: 26%;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .p-idx-ttl-entry__handwriting {
    width: 140px;
    top: -10px;
    left: 56%;
  }
}
.p-idx-ttl-entry__handwriting img {
  width: 100%;
}

.c-entry-wrap,
.c-entry-wrap--career {
  box-sizing: border-box;
  padding: 5rem 0;
  margin-top: 6rem;
}
@media screen and (max-width: 820px) {
  .c-entry-wrap,
  .c-entry-wrap--career {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .c-entry-wrap,
  .c-entry-wrap--career {
    padding: 3.75rem 0;
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 820px) {
  .c-entry-wrap h3,
  .c-entry-wrap--career h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-entry-wrap h3,
  .c-entry-wrap--career h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-entry-wrap .c-ttl-others,
.c-entry-wrap--career .c-ttl-others {
  position: relative;
  z-index: 1;
}
.c-entry-wrap .c-ttl-others .c-ttl-others-graduate__handwriting,
.c-entry-wrap--career .c-ttl-others .c-ttl-others-graduate__handwriting {
  width: 319px;
  height: 51px;
  position: absolute;
  top: -49px;
  left: 16%;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-ttl-others .c-ttl-others-graduate__handwriting,
  .c-entry-wrap--career .c-ttl-others .c-ttl-others-graduate__handwriting {
    width: 280px;
  }
}
.c-entry-wrap .c-ttl-others .c-ttl-others-graduate__handwriting img,
.c-entry-wrap--career .c-ttl-others .c-ttl-others-graduate__handwriting img {
  width: 100%;
}
.c-entry-wrap .c-ttl-others .c-ttl-others-career__handwriting,
.c-entry-wrap--career .c-ttl-others .c-ttl-others-career__handwriting {
  width: 166px;
  height: 51px;
  position: absolute;
  top: -26px;
  left: 25.3%;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 820px) {
  .c-entry-wrap .c-ttl-others .c-ttl-others-career__handwriting,
  .c-entry-wrap--career .c-ttl-others .c-ttl-others-career__handwriting {
    width: 210px;
    height: 51px;
    top: -45px;
    left: 30%;
  }
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-ttl-others .c-ttl-others-career__handwriting,
  .c-entry-wrap--career .c-ttl-others .c-ttl-others-career__handwriting {
    width: 180px;
    top: -40px;
    left: 48%;
  }
}
.c-entry-wrap .c-ttl-others .c-ttl-others-career__handwriting img,
.c-entry-wrap--career .c-ttl-others .c-ttl-others-career__handwriting img {
  width: 100%;
}
.c-entry-wrap .c-ttl-others .c-ttl-others-entry__handwriting,
.c-entry-wrap--career .c-ttl-others .c-ttl-others-entry__handwriting {
  width: 149px;
  height: 51px;
  position: absolute;
  top: -27px;
  left: 23.3%;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-ttl-others .c-ttl-others-entry__handwriting,
  .c-entry-wrap--career .c-ttl-others .c-ttl-others-entry__handwriting {
    left: 48%;
    top: -40px;
  }
}
.c-entry-wrap .c-ttl-others .c-ttl-others-entry__handwriting img,
.c-entry-wrap--career .c-ttl-others .c-ttl-others-entry__handwriting img {
  width: 100%;
}
.c-entry-wrap .c-entry-wrap-recnavi,
.c-entry-wrap--career .c-entry-wrap-recnavi {
  width: 100%;
  text-align: center;
  height: 49.5px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .c-entry-wrap .c-entry-wrap-recnavi,
  .c-entry-wrap--career .c-entry-wrap-recnavi {
    height: 42px;
  }
}
.c-entry-wrap .c-entry-wrap-recnavi::after,
.c-entry-wrap--career .c-entry-wrap-recnavi::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 0;
  display: block;
  width: 50px;
  height: 100%;
  background-image: url(/recruit/resource/images/ico_arrow_main.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .c-entry-wrap .c-entry-wrap-recnavi::after,
  .c-entry-wrap--career .c-entry-wrap-recnavi::after {
    width: 40px;
  }
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-entry-wrap-recnavi::after,
  .c-entry-wrap--career .c-entry-wrap-recnavi::after {
    width: 35px;
    top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-entry-wrap-recnavi,
  .c-entry-wrap--career .c-entry-wrap-recnavi {
    height: auto;
  }
}
.c-entry-wrap .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--small,
.c-entry-wrap--career .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--small {
  width: 240px;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .c-entry-wrap .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--small,
  .c-entry-wrap--career .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--small {
    width: 180px;
  }
}
@media screen and (max-width: 820px) {
  .c-entry-wrap .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--small,
  .c-entry-wrap--career .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--small {
    width: 210px;
    text-align: left;
    margin: 0 auto 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--small,
  .c-entry-wrap--career .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--small {
    width: 180px;
    margin: 0;
  }
}
.c-entry-wrap .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--large,
.c-entry-wrap--career .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--large {
  width: 280px;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--large,
  .c-entry-wrap--career .c-entry-wrap-recnavi .c-entry-wrap-recnavi-img--large {
    width: 180px;
    margin: 0;
  }
}
.c-entry-wrap .c-entry-box,
.c-entry-wrap--career .c-entry-box {
  position: relative;
  background-color: #fff;
  padding: 3.125rem 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .c-entry-wrap .c-entry-box,
  .c-entry-wrap--career .c-entry-box {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-entry-box,
  .c-entry-wrap--career .c-entry-box {
    padding: 1.875rem 2.5rem;
  }
}
.c-entry-wrap .c-entry-box h4,
.c-entry-wrap--career .c-entry-box h4 {
  position: relative;
  color: #0068B7;
  width: 100%;
  transition: 0.3s;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .c-entry-wrap .c-entry-box h4,
  .c-entry-wrap--career .c-entry-box h4 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-entry-box h4,
  .c-entry-wrap--career .c-entry-box h4 {
    font-size: 23px;
    font-size: 1.4375rem;
    text-align: left;
  }
}
.c-entry-wrap .c-entry-box h4::after,
.c-entry-wrap--career .c-entry-box h4::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/recruit/resource/images/ico_window_main.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-entry-box h4::after,
  .c-entry-wrap--career .c-entry-box h4::after {
    top: 9px;
  }
}
.c-entry-wrap .c-entry-box .c-entry-ttl-contact__handwriting,
.c-entry-wrap--career .c-entry-box .c-entry-ttl-contact__handwriting {
  width: 169px;
  position: absolute;
  top: 21px;
  left: 46%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .c-entry-wrap .c-entry-box .c-entry-ttl-contact__handwriting,
  .c-entry-wrap--career .c-entry-box .c-entry-ttl-contact__handwriting {
    top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-entry-box .c-entry-ttl-contact__handwriting,
  .c-entry-wrap--career .c-entry-box .c-entry-ttl-contact__handwriting {
    left: 40%;
    top: 3px;
  }
}
.c-entry-wrap .c-entry-box .c-entry-ttl-contact__handwriting img,
.c-entry-wrap--career .c-entry-box .c-entry-ttl-contact__handwriting img {
  width: 100%;
}
.c-entry-wrap .c-entry-box .c-entry-ttl-contact-large__handwriting,
.c-entry-wrap--career .c-entry-box .c-entry-ttl-contact-large__handwriting {
  width: 169px;
  position: absolute;
  top: 19px;
  left: 48.2%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .c-entry-wrap .c-entry-box .c-entry-ttl-contact-large__handwriting,
  .c-entry-wrap--career .c-entry-box .c-entry-ttl-contact-large__handwriting {
    top: 24px;
  }
}
@media screen and (max-width: 576px) {
  .c-entry-wrap .c-entry-box .c-entry-ttl-contact-large__handwriting,
  .c-entry-wrap--career .c-entry-box .c-entry-ttl-contact-large__handwriting {
    left: 35%;
    top: 5px;
  }
}
.c-entry-wrap .c-entry-box .c-entry-ttl-contact-large__handwriting img,
.c-entry-wrap--career .c-entry-box .c-entry-ttl-contact-large__handwriting img {
  width: 100%;
}
.c-entry-wrap .c-entry-box:hover,
.c-entry-wrap--career .c-entry-box:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.c-entry-wrap .c-entry-box:hover .c-entry-wrap-recnavi::after,
.c-entry-wrap--career .c-entry-box:hover .c-entry-wrap-recnavi::after {
  background-image: url(/recruit/resource/images/ico_arrow_hover.svg);
  transform: translate(10px, 0);
}
.c-entry-wrap .c-entry-box:hover h4,
.c-entry-wrap--career .c-entry-box:hover h4 {
  color: #3CA6E1;
}
.c-entry-wrap .c-entry-box:hover h4::after,
.c-entry-wrap--career .c-entry-box:hover h4::after {
  background-image: url(/recruit/resource/images/ico_window_hover.svg);
}

@media screen and (max-width: 820px) {
  .c-entry-wrap--career .c-entry-box h4 {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .c-entry-wrap--career .c-entry-box h4 {
    text-align: left;
  }
}

/* ==========================================================================
インターンシップ
========================================================================== */
/* 手書き文字
----------------------------------------------------------------- */
.l-page-title__internship {
  width: 367px;
  position: absolute;
  top: -45px;
  left: 55%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .l-page-title__internship {
    top: -60px;
    left: 50%;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title__internship {
    width: 218px;
    top: -45px;
    left: 36%;
  }
}
.l-page-title__internship svg {
  width: 100%;
  height: 100%;
}

/* トップイメージ
----------------------------------------------------------------- */
@media screen and (min-width: 1401px) {
  .p-internship .l-page-title {
    background-position: top;
  }
}
@media screen and (max-width: 576px) {
  .p-internship .l-page-title {
    background-image: url(/recruit/resource/images/main_internship_sp.jpg) !important;
  }
}

/* セクション
----------------------------------------------------------------- */
.p-internship-cont-wrap::before {
  height: 68%;
}
.p-internship-cont-wrap .l-sec-img-left__txt-right .l-sec-img-left__txt-right-wrap .l-sec-img-left__txt-right-txt {
  margin-top: 13.125rem;
}
@media screen and (max-width: 1200px) {
  .p-internship-cont-wrap .l-sec-img-left__txt-right .l-sec-img-left__txt-right-wrap .l-sec-img-left__txt-right-txt {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 820px) {
  .p-internship-cont-wrap .l-sec-img-left__txt-right .l-sec-img-left__txt-right-wrap .l-sec-img-left__txt-right-txt {
    margin-top: 220px;
  }
}
@media screen and (max-width: 576px) {
  .p-internship-cont-wrap .l-sec-img-left__txt-right .l-sec-img-left__txt-right-wrap .l-sec-img-left__txt-right-txt {
    margin-top: 12.5rem;
  }
}
.p-internship-cont-wrap .l-sec-img-right__txt-left .l-sec-img-right__txt-left-wrap .l-sec-img-right__txt-left-txt {
  margin-top: 13.125rem;
}
@media screen and (max-width: 1200px) {
  .p-internship-cont-wrap .l-sec-img-right__txt-left .l-sec-img-right__txt-left-wrap .l-sec-img-right__txt-left-txt {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 820px) {
  .p-internship-cont-wrap .l-sec-img-right__txt-left .l-sec-img-right__txt-left-wrap .l-sec-img-right__txt-left-txt {
    margin-top: 220px;
  }
}
@media screen and (max-width: 576px) {
  .p-internship-cont-wrap .l-sec-img-right__txt-left .l-sec-img-right__txt-left-wrap .l-sec-img-right__txt-left-txt {
    margin-top: 12.5rem;
  }
}

/* スケジュール
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-internship-schedule_wrap {
    display: block;
  }
  .p-internship-schedule_wrap > * {
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .p-internship-schedule_wrap > *:first-child {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 820px) {
  .p-internship-schedule_wrap .p-internship-schedule {
    width: 100%;
  }
}

.p-internship-schedule-box {
  background-color: #fff;
  padding: 1.25rem 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 576px) {
  .p-internship-schedule-box {
    padding: 1.25rem;
  }
}
.p-internship-schedule-box:first-child {
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-internship-schedule-box .u-padding-medium {
    padding: 1.875rem;
  }
}
.p-internship-schedule-box .c-txt-memo {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 15px;
}
.p-internship-schedule-box .c-txt-memo::before {
  width: 16px;
  height: 16px;
}

.p-internship-schedule-flex {
  display: flex;
  align-items: flex-start;
  /* 22.4px */
  gap: 10px;
  position: relative;
  padding-bottom: 35px;
}
@media screen and (max-width: 820px) {
  .p-internship-schedule-flex {
    padding-bottom: 16px;
  }
}
.p-internship-schedule-flex:last-child {
  padding-bottom: 0rem;
}
.p-internship-schedule-flex:last-child::before {
  content: none;
}
.p-internship-schedule-flex::before {
  content: "";
  display: block;
  position: absolute;
  left: 4.5px;
  top: 11px;
  background-color: rgba(0, 104, 183, 0.3);
  width: 1px;
  height: 100%;
}
.p-internship-schedule-flex .p-internship-schedule__time {
  position: relative;
  display: flex;
  align-items: center;
}
.p-internship-schedule-flex .p-internship-schedule__time::before {
  content: "";
  display: inline-block;
  background-color: #0068B7;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.p-internship-schedule-flex .p-internship-schedule__txt ul li {
  text-indent: -9px;
  padding-left: 16px;
}
@media screen and (max-width: 576px) {
  .p-internship-schedule-flex .p-internship-schedule__txt ul li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-internship-schedule-flex .p-internship-schedule__txt ul li::before {
  content: "・";
  display: inline-block;
  color: #0068B7;
}

/* 参加者の声
----------------------------------------------------------------- */
.p-internship-voice-wrap {
  margin-top: 4.75rem;
  margin-bottom: 122px;
}
.p-internship-voice-wrap .p-internship-voice-box {
  padding: 1.875rem;
  background-color: #fff;
  display: flex;
  gap: 1.25rem;
  max-width: 717px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-internship-voice-wrap .p-internship-voice-box {
    flex-direction: column;
  }
}
.p-internship-voice-wrap .p-internship-voice-box img {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 576px) {
  .p-internship-voice-wrap .p-internship-voice-box img {
    margin: 0 auto;
  }
}
.p-internship-voice-wrap .p-internship-voice-box p {
  line-height: 200%;
  /* 32px */
  flex: 1;
  max-width: 592px;
  width: 100%;
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-slide {
  margin: 0 1.25rem;
}
@media screen and (max-width: 576px) {
  .p-internship-voice-wrap .p-internship-voice-slide-items .slick-slide {
    margin: 0 10px;
  }
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-list {
  pointer-events: none;
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -70px;
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
@media screen and (max-width: 576px) {
  .p-internship-voice-wrap .p-internship-voice-slide-items .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  opacity: 0.7;
  font-size: 0;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #0068B7;
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-dots li button:hover:before {
  opacity: 1;
  background-color: #0068B7;
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #0068B7;
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-next,
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-prev {
  z-index: 2;
  width: 25px;
  height: 25px;
  bottom: -90px;
  top: auto;
  transform: translate(0);
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-next:before,
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-prev:before {
  display: none;
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-next {
  right: 50%;
  transform: translateX(172px);
  background-image: url(/recruit/resource/images/internship_btn_next.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  .p-internship-voice-wrap .p-internship-voice-slide-items .slick-next {
    transform: translateX(142px);
  }
}
.p-internship-voice-wrap .p-internship-voice-slide-items .slick-prev {
  left: 50%;
  transform: translateX(-172px);
  background-image: url(/recruit/resource/images/internship_btn_prev.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  .p-internship-voice-wrap .p-internship-voice-slide-items .slick-prev {
    transform: translateX(-142px);
  }
}

/* フロー
----------------------------------------------------------------- */
.p-internship-flow-flex {
  display: flex;
  gap: 1.5%;
  align-items: cener;
}
@media screen and (max-width: 820px) {
  .p-internship-flow-flex {
    flex-direction: column;
  }
}
.p-internship-flow-flex img {
  margin: 0 auto;
  margin-bottom: 1.25rem;
  display: block;
}
@media screen and (max-width: 820px) {
  .p-internship-flow-flex img {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .p-internship-flow-flex img {
    margin: 0 auto 20px;
  }
}
.p-internship-flow-flex .p-internship-arrow {
  margin: 0 auto;
  display: block;
  width: 26px;
}
@media screen and (max-width: 820px) {
  .p-internship-flow-flex .p-internship-arrow {
    transform: rotate(90deg);
    margin: 1.25rem auto;
  }
}

.p-internship-flow-clm {
  max-width: 290px;
  width: 100%;
  padding: 1.875rem;
  background-color: #EBF4FC;
}
@media screen and (max-width: 1200px) {
  .p-internship-flow-clm {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 820px) {
  .p-internship-flow-clm {
    max-width: initial;
    padding: 1.875rem;
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  .p-internship-flow {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .p-internship-flow {
    display: block;
  }
}

.p-internship-flow-ttl {
  display: flex;
  align-items: center;
  gap: 6.6%;
  color: #0068B7;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 820px) {
  .p-internship-flow-ttl {
    gap: 1.25rem;
    flex-direction: row;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-internship-flow-ttl {
    justify-content: center;
  }
}
.p-internship-flow-ttl .p-internship-flow-ttl__left {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.p-internship-flow-ttl .p-internship-flow-ttl__left .p-internship-flow__left-step {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.05em;
}
.p-internship-flow-ttl .p-internship-flow-ttl__left .p-internship-flow__left-num {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 100%;
  /* 28px */
}
.p-internship-flow-ttl .p-internship-flow-ttl__center {
  background-color: rgba(0, 104, 183, 0.3);
  width: 1px;
  height: 38px;
}
@media screen and (max-width: 820px) {
  .p-internship-flow-ttl .p-internship-flow-ttl__center {
    display: block;
  }
}
.p-internship-flow-ttl .p-internship-flow-ttl__right {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 140%;
  /* 32.2px */
}
@media screen and (max-width: 1200px) {
  .p-internship-flow-ttl .p-internship-flow-ttl__right {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-scroll-anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

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

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

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

.u-margin-xxsmall-top {
  margin-top: 0.625rem;
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}

.u-margin-small-top {
  margin-top: 1.25rem;
}
@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: 576px) {
  .u-margin-medium-top {
    margin-top: 1.25rem;
  }
}

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

.u-margin-xlarge-top {
  margin-top: 5rem;
}

.u-margin-xxlarge-top {
  margin-top: 7.5rem;
}

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

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

.u-padding-small {
  padding: 1.25rem;
}
@media screen and (max-width: 576px) {
  .u-padding-small {
    padding: 1.25rem;
  }
}

.u-padding-medium {
  padding: 2.5rem;
}
@media screen and (max-width: 576px) {
  .u-padding-medium {
    padding: 1.25rem;
  }
}

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

.u-padding-small-bottom {
  padding-bottom: 1.25rem;
}

.u-padding-sec-top {
  padding-top: 6.25rem;
}
@media screen and (max-width: 820px) {
  .u-padding-sec-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-sec-top {
    padding-top: 4.125rem;
  }
}/*# sourceMappingURL=main.css.map */