@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Yellowtail&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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

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

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

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

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

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

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  width: 100%;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ふわふわ
----------------------------------------------------------------- */
.float {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
  /* 遅延させるクラス */
}
.float.delay1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.float.delay2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: relative;
  z-index: 1;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}
@media screen and (max-width: 820px) {
  .l-header {
    height: 60px;
  }
}

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

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

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

.l-drawer {
  display: none;
  width: 376px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
}
@media screen and (max-width: 576px) {
  .l-drawer {
    width: 310px;
  }
}
.l-drawer .l-drawer-body {
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 70px;
  background-color: #5400c4;
}
.l-drawer .l-drawer-body .l-drawer-nav-main {
  position: relative;
  height: 100%;
  background-color: #5400c4;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
  color: #fff;
  padding: 11px 10%;
  display: block;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a .en {
  font-family: "Yellowtail", cursive;
  color: #ffde00;
  display: block;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion {
  width: 100%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1.875rem 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
    padding: 22px 10%;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before, .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close {
  background: rgba(61, 80, 255, 0.8);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::before {
  -webkit-transform: rotate(0deg) translateX(5px);
          transform: rotate(0deg) translateX(5px);
  opacity: 0;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content {
  display: none;
  background: rgba(61, 80, 255, 0.8);
  padding-bottom: 1em;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu {
  margin: 0;
  border-bottom: none;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding-top: 1em;
  padding-right: 10%;
  padding-bottom: 1em;
  padding-left: calc(10% + 1.25em);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 5%;
}

/* ==========================================================================
フッター
========================================================================== */
.l-footer {
  position: relative;
}
.l-footer > .l-container {
  position: relative;
  z-index: 1;
}

.l-footer-illust-left,
.l-footer-illust-right {
  position: absolute;
}

.l-footer-illust-left {
  bottom: -40px;
  left: 0;
  width: 276px;
}
@media screen and (max-width: 576px) {
  .l-footer-illust-left {
    width: 126px;
  }
}

.l-footer-illust-right {
  top: 0;
  right: 0;
  width: 224px;
}
@media screen and (max-width: 576px) {
  .l-footer-illust-right {
    width: 102px;
  }
}

/* お問い合わせ
----------------------------------------------------------------- */
.l-contact {
  background-color: #0096ff;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .l-contact {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .l-contact {
    padding-bottom: 3.5rem;
  }
}
.l-contact .p-idx-pagenavi-box-text__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.l-contact-illust {
  position: absolute;
  top: -100px;
  left: 310px;
}
@media screen and (max-width: 820px) {
  .l-contact-illust {
    width: 59px;
    top: -60px;
    left: 170px;
  }
}
@media screen and (max-width: 576px) {
  .l-contact-illust {
    width: 27px;
    top: -30px;
    left: 80px;
  }
}

.l-contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25rem;
}
@media screen and (max-width: 576px) {
  .l-contact-flex {
    display: block;
  }
}

.l-contact-box {
  -ms-flex-preferred-size: 46.93%;
      flex-basis: 46.93%;
  background-color: #fff;
  border-radius: 50px;
  color: #003399;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .l-contact-box {
    border-radius: 40px;
  }
}
.l-contact-box p {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .l-contact-box p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-contact-box .c-btn-main {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .l-contact-box.l-contact-box {
    margin-top: 20px;
  }
}

.l-contact-box__tel {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .l-contact-box__tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .l-contact-box__tel {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

.l-contact-box__open {
  font-size: 14px;
  font-size: 0.875rem;
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-nav {
  position: relative;
  z-index: 1;
  padding: 3.75rem 0;
}
@media screen and (max-width: 820px) {
  .l-footer-nav {
    padding-bottom: 2.5rem;
  }
}
.l-footer-nav .l-footer-nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 0 10px;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent {
    width: 100%;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent:last-child {
  margin-right: 0;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent:last-child .l-footer-nav-parent__inner:last-child {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent:last-child .l-footer-nav-parent__inner:last-child {
    margin-top: 0;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner {
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner a {
  font-weight: 500;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child {
  font-size: 12px;
  margin-left: -1em;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child {
    display: none;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 14px;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a {
  font-weight: 500;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  background-image: url(/recruit/resource/images/ico_check.svg);
  width: 8px;
  height: 10px;
}

/* ロゴ
----------------------------------------------------------------- */
.l-footer-logo {
  text-align: center;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .l-footer-logo {
    padding-bottom: 16px;
  }
}
.l-footer-logo img {
  margin-bottom: 20px;
}
.l-footer-logo p {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .l-footer-logo p {
    margin-bottom: 0;
  }
}
.l-footer-logo a {
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer-logo a:hover {
  text-decoration: underline;
}
.l-footer-logo a img {
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 5px;
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright {
  background-color: #556cfa;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 13.5px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .l-copyright p {
    font-size: 10px;
  }
}
.l-copyright .l-container-large {
  padding-left: 0;
  padding-right: 0;
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 3.75rem;
  z-index: 100;
}
a#pagetop img {
  width: 82px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
a#pagetop:hover img {
  opacity: 0.7;
}
a#pagetop .l-bubble-pattern1 {
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.315);
          transform: translateX(-50%) translateY(-50%) scale(0.315);
  -webkit-transform-origin: center;
          transform-origin: center;
}
a#pagetop .l-bubble-pattern1 .l-bubble-pattern1-inner {
  background-color: #5667ff;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  background-color: #5667ff;
  margin-top: -80px;
  width: 100%;
  height: 476px;
  position: relative;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 820px) {
  .l-page-title {
    height: 321px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title {
    height: 241px;
  }
}
.l-page-title .l-page-title-inner {
  position: absolute;
  top: 54%;
  left: 14.34%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner {
    top: 63%;
  }
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  color: #fff;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.l-page-title .l-page-title-inner .l-page-title-en {
  color: #ffde00;
  font-family: "Yellowtail", cursive;
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -36px;
  left: -60px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: 0;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 45px;
    font-size: 2.8125rem;
    top: -17px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 36px;
    font-size: 2.25rem;
    left: -29px;
  }
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-bubble-pattern1 {
    -webkit-transform: scale(0.63);
            transform: scale(0.63);
    left: -140px;
    top: -17px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-bubble-pattern1 {
    -webkit-transform: scale(0.52);
            transform: scale(0.52);
    left: -110px;
    top: -37px;
  }
}

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

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

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

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

.l-sec-xxlarge {
  padding: 6.5rem 0;
}
@media screen and (max-width: 820px) {
  .l-sec-xxlarge {
    padding: 5rem 0;
  }
}

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

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

/* 背景色のあるセクション */
.l-sec-bg--main {
  background-color: #5667ff;
  color: #fff;
}
.l-sec-bg--sub1 {
  background-color: #0096ff;
  color: #fff;
}

/* 上下に波形のあるセクション */
.l-sec-wave {
  position: relative;
}
.l-sec-wave::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.l-sec-wave--bottom {
  padding-bottom: 280px;
}
@media screen and (max-width: 820px) {
  .l-sec-wave--bottom {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-wave--bottom {
    padding-bottom: 120px;
  }
}
.l-sec-wave--bottom::after {
  bottom: 0;
}
.l-sec-wave--bottom.l-sec-wave--blue::after {
  height: 178px;
  background-image: url(/recruit/resource/images/bg_wave_bottom_blue.svg);
}
@media screen and (max-width: 820px) {
  .l-sec-wave--bottom.l-sec-wave--blue::after {
    height: 106px;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-wave--bottom.l-sec-wave--blue::after {
    height: 48px;
  }
}
.l-sec-wave--bottom.l-sec-wave--blue.l-sec-wave--low::after {
  height: 108px;
  background-image: url(/recruit/resource/images/bg_wave_bottom_blue_small.svg);
}
@media screen and (max-width: 820px) {
  .l-sec-wave--bottom.l-sec-wave--blue.l-sec-wave--low::after {
    height: 64px;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-wave--bottom.l-sec-wave--blue.l-sec-wave--low::after {
    height: 30px;
  }
}
.l-sec-wave--bottom.l-sec-wave--white::after {
  height: 124px;
  background-image: url(/recruit/resource/images/bg_wave_top_white.svg);
}
@media screen and (max-width: 820px) {
  .l-sec-wave--bottom.l-sec-wave--white::after {
    height: 74px;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-wave--bottom.l-sec-wave--white::after {
    height: 34px;
  }
}
.l-sec-wave--bottom.l-sec-wave--darkblue::after {
  height: 178px;
  background-image: url(/recruit/resource/images/bg_wave_bottom_darkblue.svg);
}
@media screen and (max-width: 820px) {
  .l-sec-wave--bottom.l-sec-wave--darkblue::after {
    height: 106px;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-wave--bottom.l-sec-wave--darkblue::after {
    height: 48px;
  }
}
.l-sec-wave--bottom > .l-container, .l-sec-wave--bottom > .l-container-small, .l-sec-wave--bottom > .l-container-large {
  padding-top: 80px;
}
@media screen and (max-width: 576px) {
  .l-sec-wave--bottom > .l-container, .l-sec-wave--bottom > .l-container-small, .l-sec-wave--bottom > .l-container-large {
    padding-top: 3.75rem;
  }
}

.l-sec-wave--top::after {
  bottom: 0;
}

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

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

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

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

.l-container-large-inner {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 820px) {
  .l-container-large-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .l-container-large-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* ==========================================================================
イラスト関連
=========================================================================*/
.l-illust {
  position: absolute;
  z-index: -1;
}

.l-popup-wrap {
  position: relative;
}

.l-popup-items {
  text-align: center;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 576px) {
  .l-popup-items {
    text-align: left;
  }
}
.l-popup-items li {
  letter-spacing: normal;
  display: inline-block;
  width: 314px;
  height: 225px;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 820px) {
  .l-popup-items li {
    width: 224px;
    height: 160px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .l-popup-items li {
    width: 156px;
    height: 120px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-popup-items li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
}

.p-environment-comment_illust {
  top: 170px;
  left: -200px;
}

.l-bubble-pattern1 {
  width: 260px;
  height: 200px;
  position: absolute;
  left: -150px;
  top: 0;
  z-index: -2;
}

.l-bubble-pattern1-inner {
  background-color: rgba(147, 214, 255, 0.8);
  width: 260px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: url(#frame);
}

.l-bubble-pattern2 {
  width: 260px;
  height: 200px;
  position: absolute;
  left: -150px;
  top: 0;
  z-index: -2;
}

.l-bubble-pattern2-inner {
  background-color: rgba(147, 214, 255, 0.8);
  width: 260px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: url(#frame);
}

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

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

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

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

.c-flex-small {
  gap: 1.25rem 1.25rem;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: calc((100% - 80px) / 5);
}
.c-flex-small .c-flex-4-clm {
  width: calc((100% - 60px) / 4);
}
.c-flex-small .c-flex-3-clm {
  width: calc((100% - 40px) / 3);
}
.c-flex-small .c-flex-2-clm {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 820px) {
  .c-flex-small .c-flex-5-clm-sp {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .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: calc((100% - 20px) / 2);
  }
}

.c-flex-medium {
  gap: 2.5rem 2.5rem;
}
.c-flex-medium .c-flex-3-clm {
  width: calc((100% - 80px) / 3);
}
.c-flex-medium .c-flex-2-clm {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 576px) {
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large {
  gap: 2.5rem 3.75rem;
}
.c-flex-large .c-flex-3-clm {
  width: calc((100% - 120px) / 3);
}
.c-flex-large .c-flex-2-clm {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 576px) {
  .c-flex-large .c-flex-3-clm,
  .c-flex-large .c-flex-2-clm {
    width: 100%;
  }
}

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

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

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

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

.c-grid-large > * {
  margin-left: 6%;
}
.c-grid-large > *:first-child {
  margin-left: 0;
}
.c-grid-large .c-grid-3-clm {
  width: 96%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-grid-large > * {
    margin-top: 2.5rem;
    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: 1.875rem;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

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

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

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

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-pattern1 tr {
  border-bottom: 1px solid #e4f5ff;
}
.c-tb-pattern1 tr:first-child {
  border-top: 1px solid #e4f5ff;
}
.c-tb-pattern1 tr th,
.c-tb-pattern1 tr td {
  padding: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th,
  .c-tb-pattern1 tr td {
    line-height: 1.7;
    display: block;
    padding-left: 0;
    text-justify: auto;
  }
}
.c-tb-pattern1 tr th {
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 220px;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th {
    text-align: left;
    padding-bottom: 0;
  }
}
.c-tb-pattern1 tr td {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr td {
    padding-top: 10px;
  }
}
.c-tb-pattern1 tr td .c-tb-pattern1-sub tr {
  border: none;
}
.c-tb-pattern1 tr td .c-tb-pattern1-sub tr th,
.c-tb-pattern1 tr td .c-tb-pattern1-sub tr td {
  padding-top: 0;
  padding-bottom: 0px;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr td .c-tb-pattern1-sub tr th,
  .c-tb-pattern1 tr td .c-tb-pattern1-sub tr td {
    display: table-cell;
  }
}
.c-tb-pattern1 tr td .c-tb-pattern1-sub tr th {
  width: auto;
  font-weight: 400;
  padding-left: 0;
  padding-right: 10px;
}
.c-tb-pattern1 tr td a {
  text-decoration: underline;
}
.c-tb-pattern1 tr td ul li {
  text-indent: -14px;
  padding-left: 14px;
}

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

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

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-modal-bg {
  background: rgba(0, 51, 153, 0.7);
  height: 100vh;
  width: 100%;
}

.c-modal-content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 980px;
}
@media screen and (max-width: 1200px) {
  .c-modal-content {
    width: 90%;
  }
}

.c-modal-content-inner {
  position: relative;
}
.c-modal-content-inner .c-modal-close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.c-modal-open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal-open:hover {
  opacity: 0.7;
}
.c-modal-open:before {
  content: "+";
  display: block;
  color: #5667ff;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 4px;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  margin-top: 6.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 820px) {
  .c-page-nav {
    margin-top: 3.75rem;
    margin-bottom: -30px;
  }
}
.c-page-nav .c-page-nav-wrap {
  font-size: 14px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.4em;
  margin-top: -15px;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap {
    margin-top: -8px;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  width: 230px;
  text-align: center;
  display: inline-block;
  letter-spacing: normal;
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    display: block;
    width: 100%;
    max-width: 314px;
    margin-top: 8px;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu:not(:nth-child(3n)) {
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  color: #003399;
  line-height: 2.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: 1px solid #003399;
  border-radius: 100px;
  font-weight: 500;
  padding-top: 2px;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
    line-height: 3rem;
    line-height: 2.4;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
  content: "";
  width: 10px;
  height: 9px;
  background-image: url(/recruit/resource/images/ico_arrow_down_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  right: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover {
  background-color: #e4f5ff;
}
.c-page-nav--center .c-page-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .c-page-nav--center .c-page-nav-wrap {
    display: block;
  }
}
.c-page-nav--center .c-page-nav-wrap .c-page-nav-wrap__menu {
  margin: 0 5px !important;
}
@media screen and (max-width: 576px) {
  .c-page-nav--center .c-page-nav-wrap .c-page-nav-wrap__menu {
    margin: 8px 0 0 0 !important;
  }
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-align: center;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
  background-color: #5667ff;
  margin: 2px;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a:hover {
  opacity: 0.7;
}

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

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

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

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

/* ==========================================================================
メールフォーム
=========================================================================*/
/* 入力>確認>完了のnav
----------------------------------------------------------------- */
ul.p-contact-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  ul.p-contact-nav {
    margin-top: 30px;
  }
}
ul.p-contact-nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffde00;
  aspect-ratio: 1/360;
  max-width: 1px;
  width: 100%;
  max-width: 300px;
  height: 1px;
  top: 50%;
}
ul.p-contact-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0096ff;
  border-radius: 20px;
  position: relative;
  max-width: 100px;
  height: 100px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  ul.p-contact-nav li {
    max-width: 84px;
    height: 84px;
  }
}
ul.p-contact-nav li.p-contact-nav__active {
  background-color: #fff;
}
ul.p-contact-nav li.p-contact-nav__active > span {
  color: #003399;
}
ul.p-contact-nav li.p-contact-nav__active > span span {
  color: #003399;
}
ul.p-contact-nav li > span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 820px) {
  ul.p-contact-nav li > span {
    font-size: 16px;
    font-size: 1rem;
  }
}
ul.p-contact-nav li > span span {
  color: #ffde00;
}

/* フォーム
----------------------------------------------------------------- */
.c-form-wrap {
  background-color: #fff;
  border-radius: 50px;
  padding-top: 1px;
  margin-top: 4rem;
  color: #003399;
  padding-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .c-form-wrap {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap {
    border-radius: 40px;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap .c-txt-center {
    text-align: left !important;
  }
}
.c-form-wrap table {
  font-size: 16px;
  font-size: 1rem;
}
.c-form-wrap table tr {
  border-bottom: 1px solid #e4f5ff;
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid #e4f5ff;
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.25rem 0;
  color: #003399;
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 238px;
  padding-top: 26px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr th {
    padding: 1.25rem 0 0;
    width: 100%;
  }
}
.c-form-wrap table tr th.c-form-required:after {
  content: "必須";
  display: inline-block;
  background-color: #5667ff;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.7;
  width: 44px;
  text-align: center;
  margin-left: 14px;
  vertical-align: middle;
  padding-top: 1px;
  position: absolute;
  right: 20px;
  top: 27px;
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr th.c-form-required:after {
    position: relative;
    top: -2px;
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr td {
    padding: 8px 0 1.25rem 0;
  }
}
.c-form-wrap div.c-form-required {
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required {
    text-align: left !important;
    text-indent: -45px;
    padding-left: 60px;
  }
}
.c-form-wrap div.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: #5667ff;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.7;
  width: 44px;
  text-align: center;
  margin-left: 14px;
  vertical-align: middle;
  padding-top: 1px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required::after {
    position: static;
    display: block;
    text-indent: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: 5px;
  }
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 4px solid #e7e7e7;
  margin: -4px 8px 0 0;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled) {
  cursor: pointer;
}

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

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

.c-form-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 1.25rem;
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  display: inline-block;
  border: 1px solid #e4f5ff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  padding: 4px 8px;
  max-width: 480px;
  width: 100%;
  background-color: #f3faff;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .c-form-input,
  .c-form-select,
  .c-form-textarea {
    max-width: 100%;
  }
}

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

.c-form-select-wrap {
  position: relative;
}
.c-form-select-wrap select.c-form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.c-form-select-wrap:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #5667ff;
  border-bottom: solid 1px #5667ff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.c-form-privacy {
  background-color: #e4f5ff;
  border-radius: 50px;
  margin-top: 2.5rem;
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 820px) {
  .c-form-privacy {
    padding: 1.875rem 5% 3.125rem;
  }
}
.c-form-privacy h4 {
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .c-form-privacy h4 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #fff;
  font-size: 14px;
  height: 228px;
  margin-top: 1rem;
  padding: 2rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .c-form-privacy .c-form-privacy-panel {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.c-form-privacy .c-form-privacy-panel li dt {
  font-weight: 400;
}
.c-form-privacy .c-form-privacy-panel li + li {
  margin-top: 2em;
}
@media screen and (max-width: 576px) {
  .c-form-privacy .div.c-form-required {
    text-indent: -38px;
    padding-left: 43px;
  }
}

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

.p-contact-not-sale-txt {
  text-align: center;
  margin-top: 1em;
}
.p-contact-not-sale-txt p {
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  font-weight: 500;
}

.p-contact-not-sale-cheackbox {
  border: 1px solid #5667ff;
  padding: 2rem 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-contact-not-sale-cheackbox {
    padding: 2.5rem 0 3.125rem;
  }
}
.p-contact-not-sale-cheackbox #form_sale_checkbox {
  width: 33px;
  height: 33px;
}

::-webkit-input-placeholder {
  color: #8099cc;
  font-size: 16px;
  font-size: 1rem;
}

::-moz-placeholder {
  color: #8099cc;
  font-size: 16px;
  font-size: 1rem;
}

:-ms-input-placeholder {
  color: #8099cc;
  font-size: 16px;
  font-size: 1rem;
}

::-ms-input-placeholder {
  color: #8099cc;
  font-size: 16px;
  font-size: 1rem;
}

::placeholder {
  color: #8099cc;
  font-size: 16px;
  font-size: 1rem;
}

#form_privacy_checkbox::before {
  width: 22px;
  height: 18px;
  top: -3px;
  left: 0;
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-main {
  background-color: #5667ff !important;
}

.c-bg-sub1 {
  background-color: #0096ff !important;
}

.c-bg-sub2 {
  background-color: #00d5ff !important;
}

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

.c-bg-sub4 {
  background-color: #5400c4 !important;
}

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

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

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

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

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

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

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main,
.c-btn-main--white {
  text-align: center;
  max-width: 284px;
}
@media screen and (max-width: 576px) {
  .c-btn-main,
  .c-btn-main--white {
    max-width: 314px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button {
  display: block;
  color: #fff;
  background-color: #00d5ff;
  background-image: url(/recruit/resource/images/ico_arrow_white.svg);
  background-size: 14px 15px;
  background-position: center right 22px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 4.3;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
}
.c-btn-main a:hover,
.c-btn-main button:hover,
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  background-color: #0096ff;
}
.c-btn-main--ex a,
.c-btn-main--ex button,
.c-btn-main--white--ex a,
.c-btn-main--white--ex button {
  background-image: url(/recruit/resource/images/ico_ex_white.svg);
}

.c-btn-main--white a,
.c-btn-main--white button {
  color: #5667ff;
  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: 2px solid;
  padding: 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 1.875rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card--tmb .c-btn-card__ttl {
  margin-bottom: 8px;
}
.c-btn-card a,
.c-btn-card--tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card a:hover,
.c-btn-card--tmb a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.c-btn-card-tmb1,
.c-btn-card-tmb2 {
  padding: 0;
}
.c-btn-card-tmb1 .c-btn-card-tmb-mask,
.c-btn-card-tmb2 .c-btn-card-tmb-mask {
  overflow: hidden;
  height: 194px;
}
.c-btn-card-tmb1 .c-btn-card-tmb-mask img,
.c-btn-card-tmb2 .c-btn-card-tmb-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.c-btn-card-tmb1 .c-btn-card-tmb__txt,
.c-btn-card-tmb2 .c-btn-card-tmb__txt {
  font-size: 14px;
}
.c-btn-card-tmb2 {
  border: 1px solid;
}
.c-btn-card-tmb2 .c-btn-card-tmb2-mask {
  height: 164px;
}

.c-btn-pdf {
  text-align: left;
  line-height: 1;
  text-indent: -35.2px;
  padding-left: 35.2px;
}
.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: 8px;
}
.c-btn-pdf a span {
  color: #003399;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -8px;
}
.c-btn-pdf:hover {
  opacity: 0.6;
}

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

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

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

.c-card-pattern1 {
  border: 1px solid rgba(86, 103, 255, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(86, 103, 255, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #5667ff;
}
.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;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  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: 8px;
}
.c-card-pattern2 .c-card-pattern2__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.c-card-pattern2 .c-card-pattern2__txt {
  text-align: left;
  margin-top: 1rem;
}

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

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

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

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

.c-txt-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-txt-link {
  color: #5667ff;
  text-decoration: underline;
}
.c-txt-link:hover {
  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-main {
  color: #5667ff !important;
}

.c-txt-sub1 {
  color: #0096ff !important;
}

.c-txt-sub2 {
  color: #00d5ff !important;
}

.c-txt-sub3 {
  color: #ffde00 !important;
}

.c-txt-sub4 {
  color: #5400c4 !important;
}

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

.c-txt-gray1 {
  color: #d9f7ff !important;
}

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

.c-txt-back1 {
  color: #e4f5ff !important;
}

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

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

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

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

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

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

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

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

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

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

.c-ttl-main {
  color: #fff;
  text-align: center;
}
.c-ttl-main span {
  display: block;
  font-family: "Yellowtail", cursive;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.c-ttl-sub {
  color: #5667ff;
  border-bottom: 1px solid #5667ff;
  padding-bottom: 8px;
}

.c-ttl-lv2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 1.5em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-lv2 {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 1.25em;
  }
}
.c-ttl-lv2::before {
  content: "";
  width: 42px;
  height: 40px;
  background-image: url(/recruit/resource/images/ico_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 10px;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv2::before {
    width: 32px;
    height: 30px;
    left: -40px;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-lv2::before {
    width: 20px;
    height: 30px;
    left: -25px;
    top: 6px;
  }
}

.c-ttl-lv3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.c-ttl-lv4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 2em;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-lv4 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
.c-ttl-lv4 img {
  margin: 0 10px;
}
@media screen and (max-width: 820px) {
  .c-ttl-lv4 img {
    width: 18px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-lv4 img {
    position: absolute;
    top: 8px;
  }
}

.c-ttl-lv4__before {
  left: -40px;
}

.c-ttl-lv4__after {
  right: -40px;
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  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: 4px;
  width: 21px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-txt-tel img {
    width: 14px;
  }
}
.c-txt-tel a[href^="tel:"] {
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .c-txt-tel a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
/* スライドショー
----------------------------------------------------------------- */
.p-idx-mv-wrap {
  background-color: #5667ff;
  margin-top: -80px;
  height: 807px;
  position: relative;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-wrap {
    height: 502px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-wrap {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px !important;
  }
}

.p-idx-mv-bubble1,
.p-idx-mv-bubble2 {
  position: absolute;
}

.p-idx-mv-bubble1 {
  top: -200px;
  left: -300px;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-bubble1 {
    width: 177px;
    top: -120px;
    left: -170px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-bubble1 {
    width: 111px;
    top: -370px;
    left: 27vw;
  }
}

.p-idx-mv-bubble2 {
  top: 400px;
  left: -120px;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-bubble2 {
    top: 230px;
    width: 95px;
    left: -75px;
  }
}

.p-idx-mv-catch {
  position: absolute;
  top: 45%;
  right: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-catch {
    width: 37.92vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-catch {
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 311px;
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }
}
.p-idx-mv-catch .l-bubble-pattern2 {
  -webkit-transform: scale(1.3) rotate(180deg);
          transform: scale(1.3) rotate(180deg);
  bottom: -40px;
  left: -290px;
  top: auto;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-catch .l-bubble-pattern2 {
    -webkit-transform: scale(0.78) rotate(180deg);
            transform: scale(0.78) rotate(180deg);
    left: -160px;
    bottom: -60px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-catch .l-bubble-pattern2 {
    z-index: -1;
    -webkit-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg);
    left: -160px;
    bottom: 30px;
  }
}

.p-idx-mv-illusts {
  width: 503px;
  height: 543px;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 55%;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-illusts {
    width: 300px;
    height: 324px;
    right: 30px;
    left: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-illusts {
    position: relative;
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 244px;
  }
}
.p-idx-mv-illusts .l-bubble-pattern2 {
  -webkit-transform: scale(2.856) translateX(-50%);
          transform: scale(2.856) translateX(-50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  left: 50%;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-illusts .l-bubble-pattern2 {
    -webkit-transform: scale(1.77) translateX(-50%);
            transform: scale(1.77) translateX(-50%);
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-illusts .l-bubble-pattern2 {
    z-index: 0;
    -webkit-transform: scale(1.5) translateX(-50%) translateX(10px);
            transform: scale(1.5) translateX(-50%) translateX(10px);
  }
}

.p-idx-mv-illust {
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  .p-idx-mv-illust {
    z-index: 1;
  }
}
.p-idx-mv-illust01 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-illust01 {
    width: 125px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-illust01 {
    width: 101px;
  }
}
.p-idx-mv-illust02 {
  top: 10%;
  right: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-illust02 {
    width: 116px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-illust02 {
    width: 94px;
  }
}
.p-idx-mv-illust03 {
  bottom: 33%;
  right: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-illust03 {
    width: 82px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-illust03 {
    width: 66px;
    bottom: 40%;
    right: 6%;
  }
}
.p-idx-mv-illust04 {
  bottom: 0;
  left: 13%;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-illust04 {
    width: 173px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-illust04 {
    width: 140px;
    bottom: 12%;
    left: 8%;
  }
}

/* リード
----------------------------------------------------------------- */
.p-idx-lead-text {
  position: relative;
  z-index: auto;
}
.p-idx-lead-text .l-bubble-pattern1 {
  right: -130px;
  top: 50px;
  left: auto;
  z-index: auto;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-text .l-bubble-pattern1 {
    -webkit-transform: scale(0.58);
            transform: scale(0.58);
    right: -50px;
    top: -40px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-text .l-bubble-pattern1 {
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
    right: -90px;
  }
}
.p-idx-lead-text p {
  position: relative;
  z-index: 1;
}

.p-idx-lead {
  background-color: #0096ff;
  text-align: center;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 820px) {
  .p-idx-lead {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead {
    padding-bottom: 3.75rem;
  }
}
.p-idx-lead p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-lead p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-lead > .l-container {
    padding-top: 0;
  }
}

.p-idx-lead-img {
  max-width: 727px;
  margin-top: 5rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12.5rem;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-img {
    max-width: 450px;
    margin-top: 2.5rem;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-img {
    padding-bottom: 120px;
  }
}
.p-idx-lead-img .p-idx-lead__illust03 {
  position: absolute;
  top: 30px;
  right: -250px;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-img .p-idx-lead__illust03 {
    width: 65px;
    right: -160px;
    top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-img .p-idx-lead__illust03 {
    width: 52px;
    right: 0px;
    top: -160px;
  }
}
.p-idx-lead-img .p-idx-lead__illust04 {
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-idx-lead-img .p-idx-lead__illust04 {
    width: 98px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-img .p-idx-lead__illust04 {
    width: 84px;
  }
}
.p-idx-lead-img .l-bubble-pattern1 {
  top: 80px;
  left: -250px;
  z-index: -1;
  -webkit-transform: scale(1.83) rotate(180deg);
          transform: scale(1.83) rotate(180deg);
}
@media screen and (max-width: 820px) {
  .p-idx-lead-img .l-bubble-pattern1 {
    -webkit-transform: scale(1.14) rotate(180deg);
            transform: scale(1.14) rotate(180deg);
    top: -80px;
    left: -170px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead-img .l-bubble-pattern1 {
    -webkit-transform: scale(0.53) rotate(180deg);
            transform: scale(0.53) rotate(180deg);
    top: -150px;
    left: -80px;
  }
}

.p-idx-lead-img__img {
  width: 100%;
}

.p-idx-lead__illust01 {
  position: absolute;
  top: -180px;
  right: 50px;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__illust01 {
    width: 93px;
    top: -110px;
    right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__illust01 {
    width: 42px;
    top: -50px;
    right: 15px;
  }
}

.p-idx-lead__illust02 {
  position: absolute;
  top: 0px;
  left: -140px;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__illust02 {
    width: 132px;
    left: -10px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__illust02 {
    width: 85px;
  }
}

.p-idx-lead__illust05 {
  position: absolute;
  top: 200px;
  right: -150px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__illust05 {
    width: 96px;
    top: 80px;
    right: -20px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__illust05 {
    width: 60px;
    right: -10px;
    top: 70px;
  }
}

.p-idx-lead__illust06 {
  position: absolute;
  top: 370px;
  left: -200px;
}
@media screen and (max-width: 820px) {
  .p-idx-lead__illust06 {
    width: 47px;
    top: -140px;
    left: -110px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-lead__illust06 {
    width: 23px;
    left: -10px;
    top: 10px;
  }
}

.c-modal-open::before {
  display: none;
}

.c-modal-content-inner {
  width: 100%;
  padding-top: 56.25%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-modal-content iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

/* 下層ページナビ
----------------------------------------------------------------- */
.p-idx-pagenavi {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi {
    padding-bottom: 9.375rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi .p-message-sec05__illust04 {
    top: -66px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi .p-message-sec05__illust04 {
    top: -26px;
  }
}

.p-idx-pagenavi-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-box {
    display: block;
  }
}
.p-idx-pagenavi-box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-idx-pagenavi-box:nth-child(2n) .p-idx-pagenavi-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-box:nth-child(2n) .p-idx-pagenavi-box-text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-idx-pagenavi-box + .p-idx-pagenavi-box {
  margin-top: 6.5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-box + .p-idx-pagenavi-box {
    margin-top: 5rem;
  }
}

.p-idx-pagenavi-box-image {
  -ms-flex-preferred-size: 47.32%;
      flex-basis: 47.32%;
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-box-image {
    margin-bottom: 56px;
    position: relative;
  }
}
.p-idx-pagenavi-box-image img {
  border-radius: 50px;
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-box-image img {
    border-radius: 40px;
  }
}

.p-idx-pagenavi-box-text {
  -ms-flex-preferred-size: 46.96%;
      flex-basis: 46.96%;
  position: relative;
}
.p-idx-pagenavi-box-text p {
  margin-bottom: 2em;
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi-box-text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-box-text p {
    margin-bottom: 1em;
  }
}

.p-idx-pagenavi-box-text__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
  z-index: 0;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi-box-text__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-idx-pagenavi-box-text__title .en {
  font-size: 46px;
  font-size: 2.875rem;
  color: #ffde00;
  position: absolute;
  top: -40px;
  left: -30px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  font-family: "Yellowtail", cursive;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi-box-text__title .en {
    font-size: 34px;
    font-size: 2.125rem;
    top: -27px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-box-text__title .en {
    left: -20px;
  }
}

.p-idx-pagenavi-guideline {
  background-color: #5667ff;
  color: #fff;
  padding: 5rem 1.25rem;
  border-radius: 50px;
  margin-top: 6.5rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi-guideline {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-guideline {
    margin-top: 4rem;
    width: 106%;
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
    border-radius: 40px;
  }
}
.p-idx-pagenavi-guideline .p-idx-pagenavi-box-text__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-idx-pagenavi-guideline .p-idx-pagenavi-box-text__title + p {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi-guideline .p-idx-pagenavi-box-text__title + p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-guideline .p-idx-pagenavi-box-text__title + p {
    text-align: left;
  }
}

.p-idx-pagenavi-guideline-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-guideline-buttons {
    display: block;
  }
}
.p-idx-pagenavi-guideline-buttons .c-btn-main {
  max-width: 389px;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-guideline-buttons .c-btn-main {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-idx-pagenavi-guideline-buttons .c-btn-main a {
  padding: 19px 10px;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi-guideline-buttons .c-btn-main a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-guideline-buttons .c-btn-main a {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-guideline-buttons .c-btn-main + .c-btn-main {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-guideline-buttons + .p-idx-pagenavi-guideline__illust {
    top: auto;
    bottom: -200px;
  }
}

.p-idx-pagenavi-guideline-button a {
  position: relative;
}
.p-idx-pagenavi-guideline-button a img {
  position: absolute;
  width: 132px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-guideline-button a img {
    width: 100px;
  }
}

.p-idx-pagenavi__illust01 {
  right: -150px;
  bottom: -40px;
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi__illust01 {
    width: 188px;
    right: -50px;
    bottom: -10px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi__illust01 {
    width: 145px;
    bottom: auto;
    top: -42px;
    right: -50px;
  }
}

.p-idx-pagenavi__illust02 {
  left: -150px;
  bottom: 80px;
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi__illust02 {
    width: 171px;
    left: -40px;
    bottom: 123px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi__illust02 {
    width: 128px;
    bottom: auto;
    top: -42px;
  }
}

@media screen and (max-width: 576px) {
  .p-idx-pagenavi__illust04 {
    width: 151px;
    bottom: -82px;
    right: -50px;
  }
}

.p-idx-pagenavi-guideline__illust {
  top: -255px;
  right: -220px;
}
@media screen and (max-width: 820px) {
  .p-idx-pagenavi-guideline__illust {
    width: 254px;
    top: -165px;
    right: -100px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pagenavi-guideline__illust {
    width: 199px;
    top: 0;
    right: -90px;
  }
}

/* 会社情報／採用情報
----------------------------------------------------------------- */
.p-idx-info-wrap .p-idx-info-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6.25rem 5%;
}
@media screen and (max-width: 576px) {
  .p-idx-info-wrap .p-idx-info-box {
    padding: 3.75rem 5%;
  }
  .p-idx-info-wrap .p-idx-info-box:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.p-idx-info-wrap .p-idx-info-box .c-btn-main--white {
  margin-top: 2.5rem;
}

/* バナーエリア
----------------------------------------------------------------- */
.p-idx-bnr-wrap {
  padding: 3.75rem 0;
  margin-top: 3.75rem;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap {
    padding: 3rem 0;
    margin-top: 3.75rem;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1%;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap .p-idx-bnr-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-top: -2%;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex .p-idx-bnr-clm {
  margin-left: 1%;
  width: 24%;
}
@media screen and (max-width: 576px) {
  .p-idx-bnr-wrap .p-idx-bnr-flex .p-idx-bnr-clm {
    width: 49%;
    margin-left: 0;
    margin-top: 2%;
  }
}
.p-idx-bnr-wrap .p-idx-bnr-flex a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-idx-bnr-wrap .p-idx-bnr-flex a:hover {
  opacity: 0.6;
}

/* お問い合わせエリア
----------------------------------------------------------------- */
.p-idx-contact-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.75rem 0;
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap {
    padding: 1.875rem 0;
    margin-top: 3.75rem;
  }
}
.p-idx-contact-wrap .p-idx-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box {
    display: block;
  }
}
.p-idx-contact-wrap .p-idx-contact-box > * {
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 5%;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box > * {
    width: 100%;
  }
}
.p-idx-contact-wrap .p-idx-contact-box > *:last-child {
  border-left: 1px solid;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box > *:last-child {
    border-top: 1px solid;
    border-left: none;
  }
}
.p-idx-contact-wrap .p-idx-contact-box .c-btn-main {
  margin-top: 1.5rem;
}

/* ==========================================================================
未来にむけて
========================================================================== */
.p-message-sec-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-message-sec-box {
    display: block;
  }
}
.p-message-sec-box .p-message-sec-box-image,
.p-message-sec-box .p-message-sec-box-text {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}
@media screen and (max-width: 820px) {
  .p-message-sec-box .p-message-sec-box-image,
  .p-message-sec-box .p-message-sec-box-text {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec-box .p-message-sec-box-image,
  .p-message-sec-box .p-message-sec-box-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-message-sec-box--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-message-sec-box + .p-message-sec01-box {
  margin-top: 8.125rem;
}
@media screen and (max-width: 820px) {
  .p-message-sec-box + .p-message-sec01-box {
    margin-top: 9.375rem;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec-box + .p-message-sec01-box {
    margin-top: 3.75rem;
  }
}
.p-message-sec-box img {
  border-radius: 50px;
}
@media screen and (max-width: 576px) {
  .p-message-sec-box img {
    border-radius: 40px;
  }
}

/* 【sec01】新しい風を、みんなで吹かせていきたい。
----------------------------------------------------------------- */
.p-message-sec01__lead {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 576px) {
  .p-message-sec01__lead {
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 576px) {
  .p-message-sec01-box-image {
    margin-top: 7.5rem;
  }
}

.p-message-sec01-box-illust01 {
  top: -160px;
  right: -230px;
}
@media screen and (max-width: 820px) {
  .p-message-sec01-box-illust01 {
    width: 175px;
    right: -80px;
    top: -160px;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec01-box-illust01 {
    width: 151px;
    right: -50px;
    top: -180px;
  }
}

.p-message-sec01-box-illust02 {
  top: -140px;
  left: -230px;
}
@media screen and (max-width: 820px) {
  .p-message-sec01-box-illust02 {
    width: 178px;
    left: -70px;
    top: -265px;
  }
}

@media screen and (max-width: 820px) {
  .p-message-sec01-box-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-message-sec01-box-image {
  position: relative;
}

.p-message-sec-box-image__badge {
  position: absolute;
  top: -50px;
  right: 10px;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  width: 172px;
  height: 135px;
  background-image: url(/recruit/resource/images/message_badge_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .p-message-sec-box-image__badge {
    top: -85px;
  }
}
.p-message-sec-box-image__badge .en {
  font-family: "Yellowtail", cursive;
  font-size: 46px;
  font-size: 2.875rem;
  color: #ffde00;
  position: absolute;
  top: -10px;
  left: -50px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media screen and (max-width: 576px) {
  .p-message-sec01-box02 .p-message-sec-box-image {
    margin-bottom: 2.5rem;
  }
}

/* 【sec02】これまでも、これからも、 吉井町とともに
----------------------------------------------------------------- */
.p-message-sec02 {
  background-color: #0096ff;
  padding-bottom: 240px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-message-sec02 {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec02 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 820px) {
  .p-message-sec02 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-message-sec02 p + p {
  margin-top: 2em;
}

.p-message-sec02-box .l-illust {
  top: -160px;
  left: -230px;
}

.p-message-sec02__illust01 {
  position: absolute;
  top: -180px;
  right: 50px;
}
@media screen and (max-width: 820px) {
  .p-message-sec02__illust01 {
    width: 93px;
    top: -105px;
    right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec02__illust01 {
    width: 42px;
    top: -48px;
    right: 15px;
  }
}

.p-message-sec02-box {
  margin-top: 6.5rem;
  position: relative;
}
.p-message-sec02-box .p-message-sec-box-image__badge {
  width: 206px;
  background-size: 100% 100%;
}

/* 【sec03】あなたにも知ってほしい、 建設業の本当の面白さ
----------------------------------------------------------------- */
.p-message-sec03 {
  padding-bottom: 280px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-message-sec03 {
    padding-bottom: 210px;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec03 {
    padding-bottom: 120px;
  }
}
.p-message-sec03 p {
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-message-sec03 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-message-sec03-box-wrap {
  margin-top: 6.5rem;
}
@media screen and (max-width: 820px) {
  .p-message-sec03-box-wrap {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec03-box-wrap {
    margin-top: 3.75rem;
  }
}

.p-message-sec03-box-illust01 {
  right: -230px;
  top: -46px;
}
@media screen and (max-width: 820px) {
  .p-message-sec03-box-illust01 {
    width: 188px;
    right: -70px;
    top: -120px;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec03-box-illust01 {
    width: 151px;
    right: -50px;
    top: -180px;
  }
}

.p-message-sec03-box-illust02 {
  left: -230px;
  bottom: -80px;
}
@media screen and (max-width: 820px) {
  .p-message-sec03-box-illust02 {
    width: 178px;
    left: -75px;
    top: -80px;
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec03-box-illust02 {
    width: 124px;
    top: -130px;
  }
}

@media screen and (max-width: 576px) {
  .p-message-sec03-box-image {
    margin-top: 1.875rem;
  }
}

.p-message-sec03__illust01 {
  position: absolute;
  top: -110px;
  right: 240px;
}
@media screen and (max-width: 820px) {
  .p-message-sec03__illust01 {
    width: 65px;
    top: -70px;
    right: 140px;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec03__illust01 {
    width: 29px;
    top: -34px;
    right: 50px;
  }
}

/* 【sec04】熟練の技を受け継ぎ、 吉井建設の新時代へ
----------------------------------------------------------------- */
.p-message-sec04 {
  background-color: #0096ff;
  padding-top: 4rem;
  padding-bottom: 300px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-message-sec04 {
    padding-bottom: 200px;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec04 {
    padding-bottom: 100px;
  }
}

.p-message-sec04-box .p-message-sec01-box-image img {
  width: 60.8%;
  margin-right: 0;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 576px) {
  .p-message-sec04-box .p-message-sec01-box-image {
    margin-top: 0;
    margin-bottom: 120px;
  }
}
.p-message-sec04-box .p-message-sec-box-image__badge {
  bottom: -50px;
  top: auto;
  right: auto;
  left: 60px;
  width: 206px;
  background-size: 100% 100%;
}
@media screen and (max-width: 576px) {
  .p-message-sec04-box .p-message-sec-box-image__badge {
    bottom: -80px;
  }
}

/* 【sec05】会社の創業百周年、 一緒に迎えませんか？
----------------------------------------------------------------- */
.p-message-sec05 {
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-message-sec05 {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec05 {
    padding-bottom: 260px;
  }
}

.p-message-sec05-box-image-inner {
  position: relative;
}

.p-message-sec05__image01 {
  width: calc(100% + 50px);
  max-width: none;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
@media screen and (max-width: 820px) {
  .p-message-sec05__image01 {
    width: 37.56vw;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec05__image01 {
    width: 73vw;
    margin-top: 40px;
  }
}

.p-message-sec05__illust01 {
  position: absolute;
  width: 338px;
  left: 25%;
  top: 85%;
}
@media screen and (max-width: 820px) {
  .p-message-sec05__illust01 {
    width: 215px;
    left: 9%;
  }
}
@media screen and (max-width: 820px) {
  .p-message-sec05__illust01 {
    width: 50.9vw;
    left: 9%;
  }
}

.p-message-sec05__illust02 {
  position: absolute;
  width: 116px;
  left: 105%;
  top: -5%;
}
@media screen and (max-width: 820px) {
  .p-message-sec05__illust02 {
    width: 74px;
    left: 79%;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec05__illust02 {
    width: 17.3vw;
    left: 74%;
    top: 15%;
  }
}

.p-message-sec05__illust03 {
  position: absolute;
  width: 315px;
  left: 89%;
  top: 69%;
}
@media screen and (max-width: 820px) {
  .p-message-sec05__illust03 {
    width: 201px;
    left: 70%;
    top: 69%;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec05__illust03 {
    width: 47.7vw;
  }
}

.p-message-sec05__illust04 {
  position: absolute;
  top: -110px;
  right: 240px;
}
@media screen and (max-width: 820px) {
  .p-message-sec05__illust04 {
    width: 65px;
    top: -150px;
    right: 140px;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec05__illust04 {
    width: 29px;
    top: -30px;
    right: 80px;
  }
}

.p-message-sec05-profile {
  background-color: #5667ff;
  color: #fff;
  border-radius: 50px;
  padding: 40px;
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .p-message-sec05-profile {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-message-sec05-profile {
    margin-top: 1.875rem;
    border-radius: 40px;
  }
}
.p-message-sec05-profile h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.p-message-sec05-profile p {
  font-size: 14px;
  font-size: 0.875rem;
}

/* ==========================================================================
働く環境
========================================================================== */
/* 数字でわかるYOSHIKEN
----------------------------------------------------------------- */
.p-environment-data-contents-wrap {
  margin-top: 5rem;
}

.p-environment-data-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-environment-data-contents {
    width: 106%;
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}

.p-environment-data-contents-item {
  border-radius: 50px;
  text-align: center;
  background-color: #e4f5ff;
  -ms-flex-preferred-size: 31.32%;
      flex-basis: 31.32%;
  padding: 40px min(20px, 1.5vw);
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .p-environment-data-contents-item {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-data-contents-item {
    margin-top: 1.25rem;
    -ms-flex-preferred-size: 47.53%;
        flex-basis: 47.53%;
    border-radius: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-environment-data-contents-item:nth-child(2n) {
  background-color: #d9f7ff;
}
@media screen and (max-width: 576px) {
  .p-environment-data-contents-item08 .p-environment-data-contents-item__num {
    font-size: min(50px, 13.3vw);
  }
}

.p-environment-data-contents-item__title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .p-environment-data-contents-item__title {
    font-size: min(22px, 4.2vw);
  }
}
@media screen and (max-width: 576px) {
  .p-environment-data-contents-item__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.p-environment-data-contents-item__title span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 820px) {
  .p-environment-data-contents-item__title span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-environment-data-contents-item__num {
  font-size: min(90px, 6vw);
  font-weight: 500;
  line-height: 1;
}
.p-environment-data-contents-item__num span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 820px) {
  .p-environment-data-contents-item__num {
    font-size: min(63px, 6vw);
  }
}
@media screen and (max-width: 576px) {
  .p-environment-data-contents-item__num {
    font-size: 63px;
  }
}

.p-environment-data-contents-item__unit {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .p-environment-data-contents-item__unit {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/* 人材育成・福利厚生
----------------------------------------------------------------- */
.p-environment-sec02 {
  background-color: #0096ff;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .p-environment-sec02 .p-message-sec-box-text {
    margin-top: 30px;
  }
}

/* 社員からの一言コメント
----------------------------------------------------------------- */
.p-environment-comment p {
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-environment-comment .p-message-sec03-box-illust01 {
    top: 130px;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-comment .p-message-sec03-box-illust01 {
    top: -140px;
  }
}

.p-environment-comment-wrap {
  position: relative;
}

.p-environment-comment-items li:nth-child(1) {
  background-image: url(/recruit/resource/images/environment_comment_bg01.svg);
}
.p-environment-comment-items li:nth-child(2) {
  background-image: url(/recruit/resource/images/environment_comment_bg02.svg);
}
.p-environment-comment-items li:nth-child(3) {
  background-image: url(/recruit/resource/images/environment_comment_bg03.svg);
}
.p-environment-comment-items li:nth-child(4) {
  background-image: url(/recruit/resource/images/environment_comment_bg04.svg);
}
.p-environment-comment-items li:nth-child(5) {
  background-image: url(/recruit/resource/images/environment_comment_bg05.svg);
}
.p-environment-comment-items li:nth-child(6) {
  background-image: url(/recruit/resource/images/environment_comment_bg06.svg);
}
.p-environment-comment-items li:nth-child(7) {
  background-image: url(/recruit/resource/images/environment_comment_bg07.svg);
}
.p-environment-comment-items li:nth-child(8) {
  background-image: url(/recruit/resource/images/environment_comment_bg08.svg);
}

.p-environment-comment_illust {
  top: 170px;
  left: -200px;
}
@media screen and (max-width: 820px) {
  .p-environment-comment_illust {
    width: 178px;
    left: -70px;
    top: 220px;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-comment_illust {
    width: 120px;
    left: -40px;
  }
}

.p-environment-comment-thums-wrap {
  position: relative;
}

.p-environment-comment-thums__illust {
  position: absolute;
  right: -300px;
  top: 30px;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-environment-comment-thums__illust {
    width: 254px;
    right: -130px;
    top: -40px;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-comment-thums__illust {
    width: 200px;
    right: -80px;
    top: 10px;
  }
}

.p-environment-comment-thums {
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -5px;
  gap: 10px 0.96%;
}
@media screen and (max-width: 576px) {
  .p-environment-comment-thums {
    padding-top: 3.75rem;
  }
}
.p-environment-comment-thums li {
  -ms-flex-preferred-size: 24.28%;
      flex-basis: 24.28%;
  margin-top: 5px;
}
.p-environment-comment-thums li figure {
  margin: 0;
}
.p-environment-comment-thums li figure img {
  border-radius: 50px;
}
@media screen and (max-width: 820px) {
  .p-environment-comment-thums li figure img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-environment-comment-thums li figure img {
    border-radius: 10px;
    border-radius: 40px;
  }
}

.p-environment-faq {
  padding-bottom: 200px;
}
@media screen and (max-width: 820px) {
  .p-environment-faq {
    padding-bottom: 130px;
  }
}

.p-environment-faq-contents {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.p-environment-faq-list {
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-environment-faq-list {
    margin-top: 2.5rem;
  }
}
.p-environment-faq-list dt,
.p-environment-faq-list dd {
  position: relative;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .p-environment-faq-list dt,
  .p-environment-faq-list dd {
    border-radius: 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-environment-faq-list dt::before,
.p-environment-faq-list dd::before {
  position: absolute;
  font-family: "Yellowtail", cursive;
  font-size: 37px;
  font-size: 2.3125rem;
  color: #ffde00;
  top: -1em;
  left: 0;
}
.p-environment-faq-list dt {
  background-color: #0096ff;
}
.p-environment-faq-list dt::before {
  content: "Q.";
}
.p-environment-faq-list dd {
  background-color: #fff;
  color: #003399;
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .p-environment-faq-list dd {
    margin-top: 1.875rem;
  }
}
.p-environment-faq-list dd::before {
  content: "A.";
}
.p-environment-faq-list dd + dt {
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .p-environment-faq-list dd + dt {
    margin-top: 3.125rem;
  }
}

/* ==========================================================================
職種を知る
========================================================================== */
/* 土木の仕事
----------------------------------------------------------------- */
.p-job-doboku-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .p-job-doboku-contents {
    display: block;
    margin-top: 2.5rem;
  }
}
.p-job-doboku-contents > div {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}

@media screen and (max-width: 576px) {
  .p-job-doboku-contents-image {
    margin-bottom: 30px;
  }
}
.p-job-doboku-contents-image img {
  border-radius: 50px;
}
@media screen and (max-width: 576px) {
  .p-job-doboku-contents-image img {
    border-radius: 40px;
  }
}

.p-job-doboku-contents-text ul {
  background-color: #e4f5ff;
  border-radius: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px auto;
  grid-template-columns: repeat(2, auto);
  -ms-grid-rows: auto 5px auto 5px auto 5px auto 5px auto 5px auto;
  grid-template-rows: repeat(6, auto);
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  padding: 30px;
}

.p-job-doboku-contents-text ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-job-doboku-contents-text ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-job-doboku-contents-text ul > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-job-doboku-contents-text ul > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-job-doboku-contents-text ul > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-job-doboku-contents-text ul > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.p-job-doboku-contents-text ul > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.p-job-doboku-contents-text ul > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.p-job-doboku-contents-text ul > *:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.p-job-doboku-contents-text ul > *:nth-child(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.p-job-doboku-contents-text ul > *:nth-child(11) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.p-job-doboku-contents-text ul > *:nth-child(12) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
@media screen and (max-width: 576px) {
  .p-job-doboku-contents-text ul {
    border-radius: 40px;
  }
}
.p-job-doboku-contents-text ul li {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-job-doboku-contents-text ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-job-doboku-contents-text ul li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.p-job-doboku-contents-text ul li:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.p-job-doboku-contents-text ul li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
.p-job-doboku-contents-text ul li:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4/1/5/2;
}
.p-job-doboku-contents-text ul li:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 5/1/6/2;
}
.p-job-doboku-contents-text ul li:nth-child(6) {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 6/1/7/2;
}
.p-job-doboku-contents-text ul li:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
.p-job-doboku-contents-text ul li:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
.p-job-doboku-contents-text ul li:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}
.p-job-doboku-contents-text ul li:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4/2/5/3;
}
.p-job-doboku-contents-text ul li:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 5/2/6/3;
}
.p-job-doboku-contents-text ul li:nth-child(12) {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 6/2/7/3;
}

/* 技術職について
----------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .p-job-technical .p-message-sec01-box-text img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-job-technical .p-message-sec01-box-image {
    margin-top: 40px;
  }
}

.p-job-sub {
  background-color: #fff;
  padding: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50px;
  margin-top: 5rem;
  position: relative;
  /* 青背景 */
}
@media screen and (max-width: 820px) {
  .p-job-sub {
    padding: 4%;
    width: calc(100% + 60px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@media screen and (max-width: 576px) {
  .p-job-sub {
    margin-top: 3.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
            transform: none;
    display: block;
    border-radius: 40px;
    padding: 40px 20px;
  }
}
.p-job-sub > div {
  -ms-flex-preferred-size: 46.51%;
      flex-basis: 46.51%;
}
.p-job-sub--blue {
  background-color: #5667ff;
}
.p-job-sub--blue .p-job-sub-text {
  color: #fff;
}
.p-job-sub--blue .p-job-sub-text__title {
  background-color: #fff;
  color: #003399;
}

.p-job-sub-text {
  color: #003399;
}
@media screen and (max-width: 576px) {
  .p-job-sub-text {
    margin-bottom: 30px;
  }
}
.p-job-sub-text img {
  border-radius: 50px;
}
@media screen and (max-width: 576px) {
  .p-job-sub-text img {
    border-radius: 40px;
  }
}

.p-job-sub-text__title {
  background-color: #5667ff;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
  padding: 5px 30px;
  border-radius: 100px;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-job-sub-text__title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-job-sub-text__title {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-job-sub-image img {
  border-radius: 50px;
}
@media screen and (max-width: 576px) {
  .p-job-sub-image img {
    border-radius: 40px;
  }
}

@media screen and (max-width: 576px) {
  .p-job-skill .p-message-sec01-box-image {
    margin-top: 30px;
  }
}

.p-job-skill__illust01 {
  top: -120px;
  left: -210px;
}
@media screen and (max-width: 820px) {
  .p-job-skill__illust01 {
    width: 178px;
    left: -70px;
    top: -200px;
  }
}
@media screen and (max-width: 576px) {
  .p-job-skill__illust01 {
    width: 124px;
    top: -70px;
  }
}

@media screen and (max-width: 820px) {
  .p-job-sec02-box .p-message-sec01-box-illust01 {
    top: -130px;
  }
}

/* こんな人向いてます
----------------------------------------------------------------- */
.p-job-suitable-wrap {
  position: relative;
}

.p-suitable-suitable_illust {
  bottom: -50px;
  right: -110px;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-suitable-suitable_illust {
    width: 84px;
    right: -20px;
    bottom: -30px;
  }
}

.p-job-suitable-items li:nth-child(1) {
  background-image: url(/recruit/resource/images/environment_comment_bg01.svg);
}
.p-job-suitable-items li:nth-child(2) {
  background-image: url(/recruit/resource/images/environment_comment_bg02.svg);
}
.p-job-suitable-items li:nth-child(3) {
  background-image: url(/recruit/resource/images/environment_comment_bg03.svg);
}
.p-job-suitable-items li:nth-child(4) {
  background-image: url(/recruit/resource/images/job_suitable_bg04.svg);
}
.p-job-suitable-items li:nth-child(5) {
  background-image: url(/recruit/resource/images/job_suitable_bg05.svg);
}
.p-job-suitable-items li:nth-child(6) {
  background-image: url(/recruit/resource/images/job_suitable_bg06.svg);
}
.p-job-suitable-items li:nth-child(7) {
  background-image: url(/recruit/resource/images/job_suitable_bg07.svg);
}

/* キャリアステップについて
----------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .p-job-step-chart {
    overflow-x: visible !important;
  }
}
@media screen and (max-width: 576px) {
  .p-job-step-chart img {
    max-width: none;
    width: 522px;
  }
}

.p-job-step-chart-sub .p-job-sub-text p + img {
  margin-top: 2.5rem;
}
.p-job-step-chart-sub .p-job-sub-image {
  background-color: #e4f5ff;
  border-radius: 50px;
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .p-job-step-chart-sub .p-job-sub-image {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 40px;
  }
}

.p-job-step-chart-sub-list li {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-job-step-chart-sub-list li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-job-step-chart-sub-list li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-job-faq {
  position: relative;
}

.p-job-faq__illust01 {
  top: -176px;
  left: 55%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-job-faq__illust01 {
    width: 84px;
    top: -106px;
  }
}
@media screen and (max-width: 576px) {
  .p-job-faq__illust01 {
    width: 38px;
    top: -46px;
  }
}

/* ==========================================================================
募集要項
========================================================================== */
/* 高校生・保護者のみなさまへ
----------------------------------------------------------------- */
.p-guideline-highschool-box {
  background-color: #5667ff;
  border-radius: 50px;
  padding: 60px 30px;
}
@media screen and (max-width: 576px) {
  .p-guideline-highschool-box {
    border-radius: 40px;
  }
}
.p-guideline-highschool-box + p {
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-guideline-highschool-box + p {
    text-align: left;
  }
}

.p-guideline-highschool-box-inner {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}
.p-guideline-highschool-box-inner p {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-guideline-highschool-box-inner p {
    text-align: left;
  }
}
.p-guideline-highschool-box-inner .p-job-sub-text__title {
  background-color: #fff;
  color: #003399;
  max-width: 472px;
  margin-left: auto;
  margin-right: auto;
}

.p-guideline-heighschool-box-lead {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  .p-guideline-heighschool-box-lead {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-heighschool-box-lead {
    text-align: left;
  }
}

.p-guideline-heighschool-box-contact {
  background-color: #fff;
  border-radius: 50px;
  margin-top: 2.5rem;
  color: #003399;
  padding: 40px 20px;
}
@media screen and (max-width: 820px) {
  .p-guideline-heighschool-box-contact {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-heighschool-box-contact {
    border-radius: 40px;
  }
}
.p-guideline-heighschool-box-contact .tel {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .p-guideline-heighschool-box-contact .tel {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

/* 高校生・保護者のみなさまへ
----------------------------------------------------------------- */
.p-guideline-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
  margin-left: 12%;
}
@media screen and (max-width: 820px) {
  .p-guideline-tabs {
    margin-left: 46px;
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-tabs {
    margin-top: 40px;
    margin-left: 20px;
  }
}
.p-guideline-tabs li {
  -ms-flex-preferred-size: 229px;
      flex-basis: 229px;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  background-color: #5667ff;
  font-weight: 500;
  padding: 3px 10px;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  letter-spacing: 0.1em;
  background-image: url(/recruit/resource/images/ico_arrow_down_yellow.svg);
  background-size: 22px 16px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.p-guideline-tabs li.is-current {
  background-color: #fff;
  color: #003399;
}
@media screen and (max-width: 820px) {
  .p-guideline-tabs li {
    font-size: 22px;
    font-size: 1.375rem;
    -ms-flex-preferred-size: 27.9vw;
        flex-basis: 27.9vw;
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-tabs li {
    font-size: 19px;
    font-size: 1.1875rem;
    -ms-flex-preferred-size: 137px;
        flex-basis: 137px;
    background-position: center right 10px;
    background-size: 17px 12px;
  }
}

.p-guideline-wrap {
  background-color: #fff;
  color: #003399;
  border-radius: 50px;
  display: none;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 576px) {
  .p-guideline-wrap {
    width: calc(100% + 6vw);
    -webkit-transform: translateX(-3vw);
            transform: translateX(-3vw);
    border-radius: 40px;
  }
}
.p-guideline-wrap.is-show {
  display: block;
}

.p-guideline-contents {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  .p-guideline-contents {
    padding-top: 2.5rem;
  }
}

/* 先輩の出身校
----------------------------------------------------------------- */
.p-guideline-from {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-guideline-from {
    margin-top: 3.75rem;
  }
}
.p-guideline-from h4 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 1em;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-guideline-from h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-guideline-from dt {
  font-weight: 400;
}
.p-guideline-from dd + dt {
  margin-top: 2em;
}

.p-guideline-internship {
  margin-top: 4rem;
}
.p-guideline-internship.p-guideline-highschool-box p {
  text-align: left;
}
.p-guideline-internship.p-guideline-highschool-box p + p {
  margin-top: 2em;
}

/* 新卒募集要項
----------------------------------------------------------------- */
.p-guideline-fresh {
  padding-bottom: 220px;
}
@media screen and (max-width: 820px) {
  .p-guideline-fresh {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-fresh {
    padding-bottom: 100px;
  }
}

.p-guideline-fresh__illust01 {
  display: block;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-guideline-fresh__illust01 {
    width: 44px;
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-fresh__illust01 {
    width: 34px;
  }
}

/* 中途募集要項
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-guideline-career {
    padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-career {
    padding-top: 0;
  }
}
.p-guideline-career .p-guideline-wrap {
  background-color: #e4f5ff;
}
.p-guideline-career .c-tb-pattern1 tr {
  border-color: #fff;
}

.p-guideline-tabs--career li {
  color: #fff;
}
.p-guideline-tabs--career li.is-current {
  background-color: #e4f5ff;
}

.p-guideline-entry {
  margin-top: 5rem;
}
.p-guideline-entry h3 {
  line-height: 1.8;
  margin-bottom: 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-guideline-entry h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 576px) {
  .p-guideline-entry h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-guideline-entry h3::before, .p-guideline-entry h3::after {
  content: "";
  width: 22px;
  height: 16px;
  background-image: url(/recruit/resource/images/ico_arrow_down_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 10px;
}
.p-guideline-entry h3::before {
  left: -40px;
}
.p-guideline-entry h3::after {
  right: -40px;
}
.p-guideline-entry .c-btn-main {
  margin: auto;
}

.p-guideline-entry-tel {
  background-color: #5667ff;
  color: #fff;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  text-align: center;
  padding: 30px 20px;
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-guideline-entry-tel {
    margin-top: 3.75rem;
    border-radius: 40px;
  }
}
.p-guideline-entry-tel p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 820px) {
  .p-guideline-entry-tel p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-guideline-entry-tel .tel {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .p-guideline-entry-tel .tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-guideline-bottom-image {
  width: 123.42vw;
  max-width: none;
  -webkit-transform: translateX(-11.71vw);
          transform: translateX(-11.71vw);
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-guideline-bottom-image {
    width: 195.4vw;
    -webkit-transform: translateX(-47.7vw);
            transform: translateX(-47.7vw);
  }
}

/* ==========================================================================
お問い合わせ
========================================================================== */
/* 電話でのお問い合わせ
----------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .p-contact-tel .c-txt-center {
    text-align: left !important;
  }
}

.p-contact-tel-box {
  background-color: #0096ff;
  color: #fff;
  border-radius: 50px;
  padding: 30px 20px;
  margin-top: 4rem;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .p-contact-tel-box {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-contact-tel-box {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 1.875rem;
    border-radius: 40px;
  }
}
.p-contact-tel-box .tel {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-contact-tel-box .tel {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 820px) {
  .p-contact-tel-box .tel {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* メールでのお問い合わせ
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-contact-mail {
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .p-contact-mail {
    padding-top: 0;
  }
}

.p-contact-mail__illust01 {
  top: -170px;
  right: 32%;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .p-contact-mail__illust01 {
    width: 84px;
    top: -100px;
  }
}
@media screen and (max-width: 576px) {
  .p-contact-mail__illust01 {
    width: 38px;
    top: -50px;
  }
}

/* 確認画面・完了画面
----------------------------------------------------------------- */
.p-confirm ul.p-contact-nav li.p-contact-nav__active,
.p-thanks ul.p-contact-nav li.p-contact-nav__active {
  border: 1px solid #5667ff;
}

/* ==========================================================================
個人情報保護方針
========================================================================== */
.p-privacypolicy h4 {
  font-weight: 500;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 1em;
}
.p-privacypolicy dt {
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .p-privacypolicy dd,
  .p-privacypolicy dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

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

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.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: 10px;
}

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

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

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

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

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .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;
}
@media screen and (max-width: 820px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}

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

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

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

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

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

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

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

.u-padding-xxlarge-top {
  padding-top: 6.25rem;
}
@media screen and (max-width: 820px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}

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