@charset "UTF-8";
/*--------------------------------------*
 * Foundation
 *--------------------------------------*/
/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
/* リキッドレイアウト対応のための設定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.5;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 320px;
  top: auto !important;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
@media (1200px <= width) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

table {
  border-spacing: 0;
}
table a {
  color: #004da4;
}

@media screen and (max-width: 767px) {
  input,
  select {
    font-size: 16px;
  }
}

input:not([type=checkbox]),
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
}

input[type=submit],
input[type=reset],
input[type=button] {
  padding: 5px 20px;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
}

input[type=text],
input[type=number],
input[type=date],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #d4d4d7;
  font-size: 1.6rem;
  color: #555;
  background: #fcfcfc;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

input[type=date] {
  width: auto;
  height: 38px;
}

select {
  padding: 10px;
  border: 1px #ccc solid;
  background: #fff;
  border-radius: 3px;
  outline: none;
}

*:focus {
  outline: none;
}

img {
  line-height: 1;
  max-width: 100%;
  height: auto;
}

dt {
  font-weight: normal;
}

figcaption {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1em;
}

svg {
  flex-shrink: 0;
  display: block;
  fill: currentColor;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--------------------------------------*
 * Layout
 *--------------------------------------*/
/*ヘッダー*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  color: #fff;
  background-color: #fff;
  transition: background-color 0.5s, color 0.5s;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3%;
  height: 50px;
}
@media screen and (min-width: 769px) {
  .header__inner {
    height: 80px;
  }
}

.header__logo {
  height: 100%;
  padding: 0;
  margin-right: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 230px;
  }
}
.header__logo img {
  max-height: 100%;
  width: 100%;
  display: block;
}

.header__logoLink {
  height: 100%;
  display: block;
  transition: 0.3s;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .header__logoLink {
    padding: 5px 0;
  }
}

/* スマホメニュー*/
.sp-nav {
  background-color: #fff;
  opacity: 1;
  width: 100%;
  height: calc(100% - 50px);
  text-align: center;
  position: fixed;
  top: 50px;
  left: 0;
  overflow-y: scroll;
  z-index: 9998;
  transform: translateX(100%);
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 769px) {
  .sp-nav {
    top: 80px;
  }
}
@media (1200px <= width) {
  .sp-nav {
    display: none;
  }
}

.sp-nav__items {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 1.75rem;
  padding-bottom: 3.75rem;
}

.sp-nav__item {
  margin: 0 1.875rem;
}

.sp-nav__item a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.125rem;
  color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: block;
  text-align: left;
  border-bottom: 1px solid #c3cfde;
  transition: all 0.3s;
}
.sp-nav__item a .s-end {
  position: relative;
}
.sp-nav__item a .s-end::after {
  content: "";
  transform: rotate(7deg);
  width: 100%;
  border-top: 2px solid #f00;
  position: absolute;
  top: 50%;
  left: 0;
}

/*ハンバーガーメニュー動かすためのコード*/
.is-openSP {
  transform: translateX(0);
}

/*ハンバーガーメニュー*/
.hamburger {
  z-index: 9999;
  width: 50px;
  padding: 0;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .hamburger {
    width: 80px;
  }
}
@media (1200px <= width) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  background-color: #000;
  display: block;
  height: 2px;
  position: relative;
  transition: all 0.3s 0s ease;
  width: 23px;
}

.hamburger span:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
}

.hamburger.is-openSP span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.hamburger.is-openSP span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-openSP span:nth-child(3) {
  top: -6px;
  transform: rotate(-45deg);
}

body.js-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/*ヘッダーナビ*/
.header__nav {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #fff;
  display: none;
}
@media (1200px <= width) {
  .header__nav {
    display: block;
    height: 50px;
  }
}

.nav__items {
  height: inherit;
  display: flex;
  align-items: center;
}

.nav__item {
  position: relative;
  height: inherit;
}
.nav__item:not(:last-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ccc;
}

.nav__link {
  height: inherit;
  padding: 0 3em;
  display: grid;
  place-items: center;
  margin-block: auto;
  position: relative;
  color: #333;
  transition: all 0.7s;
  font-size: min(3.7333333333vw, 16px);
}
.nav__link .s-end {
  position: relative;
}
.nav__link .s-end::after {
  content: "";
  transform: rotate(7deg);
  width: 100%;
  border-top: 2px solid #f00;
  position: absolute;
  top: 50%;
  left: 0;
}

.header__nav {
  margin-left: auto;
  margin-right: 1em;
}

/*ヘッダーボタン*/
.header__wrap {
  display: flex;
  align-items: center;
  height: inherit;
  flex-shrink: 0;
}

.header__btn {
  display: flex;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .header__btn {
    z-index: 2;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 1.6rem;
  }
}
.header__btn a {
  padding: 0 30px;
  padding-right: 50px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .header__btn a {
    padding: 15px 30px 15px 15px;
    width: 100%;
  }
}
.header__btn a:after {
  display: block;
  position: absolute;
  content: "";
  background-image: url(../../assets/img/common/ico_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header__btn a:after {
    right: 5px;
  }
}
.header__btn a:hover {
  opacity: 0.7;
}

.header__part {
  background-color: #004da4;
  color: #fff !important;
}
.header__part:after {
  background-image: url(../../assets/img/common/ico_arrow.svg) !important;
}

.header__app {
  background-color: #004da4;
}

.header__recruit {
  background-color: #de0011;
}

main {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  main {
    margin-bottom: 100px;
  }
}
.home main {
  margin-bottom: 0;
}

/*フッター*/
.footer {
  background-color: #000;
  color: #fff;
  padding: 25px 0 60px;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 45px 0;
  }
}

.footer__name {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__name {
    font-size: 3rem;
  }
}

.footer__content {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer__content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}

.footer__content address {
  font-size: 1.2rem;
  font-style: normal;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .footer__content address {
    font-size: 1.4rem;
  }
}

.footer-copy {
  display: block;
  text-align: right;
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer-copy {
    margin-top: 20px;
  }
}

.footer-nav {
  display: flex;
  gap: 2em;
  margin-top: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    margin-top: 0;
  }
}

/*-------------------
* Component
-------------------*/
.c-inner {
  width: 94%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.c-section {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-section {
    margin-bottom: 60px;
  }
}

.c-section-line-wrap {
  margin: min(13.3333333333vw, 110px) 0 min(13.3333333333vw, 100px);
  padding-top: 60px;
  position: relative;
}

.c-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 0;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgb(194, 214, 229), rgb(194, 229, 215));
}
@media screen and (min-width: 768px) {
  .c-lower {
    padding: 70px 0;
  }
}
.c-lower .s-main {
  width: 90%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-lower .s-main {
    font-size: 2.4rem;
  }
}
.c-lower .s-main span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-lower .s-main span {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-lower .s-main {
    font-size: 3.4rem;
  }
}
.c-lower .s-sub {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  position: relative;
  color: #f0f2f8;
  font-size: clamp(70px, 11.67vw, 140px);
  font-weight: 700;
}

.home .c-lower {
  background: none;
}

.c-marker {
  background: linear-gradient(transparent 70%, #fff900 70%);
}

.c-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-grid {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-grid {
    gap: 20px;
  }
}

#sec2 {
  margin-top: -50px;
  padding-top: 100px;
}

.archive .news__lists {
  margin-top: 50px;
}
.archive .news__lists li {
  padding: 10px 25px 10px 10px;
  border-bottom: 1px dotted #c3cfde;
}

.c-box-01 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c-box-01 {
    border-radius: 20px;
    padding: 40px;
  }
}
@media (1000px <= width) {
  .c-box-01 {
    gap: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-box-01 > * {
  position: relative;
}
.c-box-01 .s-image {
  flex-shrink: 0;
}
.c-box-01 .s-image img {
  display: block;
  margin: 20px auto 0;
}
@media (1000px <= width) {
  .c-box-01 .s-image img {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-box-01 .s-image img {
    max-width: 150px;
  }
}
.c-box-01 .s-bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-box-01 .s-content {
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-box-01 .s-content {
    border-radius: 20px;
    padding: 30px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.c-box-01-text {
  font-weight: 500;
}
.c-box-01-text b {
  line-height: 1;
  margin: 0 0.1em;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-box-01-text b {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-box-01-text b span {
    font-size: 1.8rem;
  }
}

.c-box-02 {
  text-align: center;
  font-weight: 700;
  padding: 2em;
  color: #de0011;
  background: #ffe6e8;
  border: 2px solid #de0011;
}

.c-btn-box-01 {
  margin-top: 45px;
  display: flex !important;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn-box-01 {
    width: 100% !important;
  }
}
.c-btn-box-01 * {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn-box-01 * {
    flex: 1;
  }
}
.c-btn-box-01 .c-link-01 {
  margin-top: 2em;
}

.c-btn-01 {
  line-height: 1.2;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #004da4;
  padding: 1em 2.5em 1em 1em;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.c-btn-01.s-red {
  background-color: #de0011;
}
.c-btn-01.s-yellow {
  background-color: #ff0;
  color: #000 !important;
}
.c-btn-01.s-yellow:after {
  background-image: url(../../assets/img/common/ico_arrow_black.svg) !important;
}
.c-btn-01.s-size-l {
  padding: 20px 40px 20px 30px;
}
.c-btn-01::after {
  position: absolute;
  content: "";
  background: url(../../assets/img/common/ico_arrow.svg) no-repeat center center;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.c-btn-01:hover {
  opacity: 0.7;
}

.c-card-07 {
  padding: 20px 5px 5px;
  border: 1px solid #cbcbcb;
}
@media screen and (max-width: 767px) {
  .c-card-07 {
    padding: 15px 3px 3px;
  }
}
.c-card-07__title {
  white-space: nowrap;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .c-card-07__title {
    font-size: 1.2rem;
    margin: 0 auto 5px;
  }
}

.c-calender-slide {
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-calender-slide {
    padding: 0 30px;
  }
}
.c-calender-slide .swiper-container {
  overflow: hidden;
}
.c-calender-slide .swiper-button-next,
.c-calender-slide .swiper-button-prev {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .c-calender-slide .swiper-button-next,
  .c-calender-slide .swiper-button-prev {
    width: 10px;
  }
}
.c-calender-slide .swiper-button-next::after,
.c-calender-slide .swiper-button-prev::after {
  display: none;
}
.c-calender-slide .swiper-button-next svg,
.c-calender-slide .swiper-button-prev svg {
  fill: #333;
}
.c-calender-slide .swiper-button-next {
  right: 10px;
  left: auto;
}
.c-calender-slide .swiper-button-prev {
  right: auto;
  left: 10px;
}

.c-calender-reserve {
  width: 100%;
  text-align: center;
}
.c-calender-reserve.day_select td {
  text-align: center;
}
.c-calender-reserve td {
  text-align: left;
}

.c-calender-head {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-calender-head {
    margin-bottom: 10px;
  }
}
.c-calender-head span.cal_now_month {
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-calender-head span.cal_now_month {
    font-size: 1.6rem;
  }
}

.c-calender-head span {
  display: inline-block;
}

.c-calender-head span a {
  color: #0156bd;
}

.mail_body p.day_check {
  margin: 5px 0 0 0;
}

.c-calender-table {
  width: 100%;
  border: 1px solid #999;
  background-color: #fff;
}
.c-calender-table tr.cal_week {
  background: #333;
}
.c-calender-table tr.cal_week td {
  color: #fff;
  border: 1px solid #666;
  padding: 10px;
}
.c-calender-table tr.cal_week td.sunday {
  color: #e68282;
}
.c-calender-table tr.cal_week td.saturday {
  color: #448ce4;
}
.c-calender-table td {
  line-height: 1;
  padding: 5px 5px 10px;
  border: 1px solid #ccc;
  font-weight: 700;
  width: 14.28%;
}
.c-calender-table .s-link {
  display: inline-block;
  font-size: 1.6rem;
  margin: 3px 2px 0;
  padding: 2px;
  border-radius: 5px;
}
.c-calender-table a.s-link {
  color: #de0011;
  text-decoration: none;
}
.c-calender-table a.s-link.kanto {
  color: #0000ff;
  background: #e8f2f9;
}
.c-calender-table a.s-link.kanto:hover {
  color: #e8f2f9;
  background: #0000ff;
}
.c-calender-table a.s-link.kansai {
  color: #de0011;
  background: #feeaea;
}
.c-calender-table a.s-link.kansai:hover {
  color: #feeaea;
  background: #de0011;
}
.c-calender-table a.s-link:hover {
  text-decoration: none;
}
.c-calender-table .s-date {
  text-align: left;
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-calender-table .s-date {
    font-size: 1rem;
  }
}
.c-calender-table .time_select td,
.c-calender-table .time_select td {
  text-align: left;
}
.c-calender-table .time_select td a,
.c-calender-table .time_select td p,
.c-calender-table .time_select td span {
  display: inline-block;
  padding: 20px 0;
  margin: 0;
}
.c-calender-table .time_select td span {
  text-align: center;
  width: 70%;
  background: #333;
  color: #fff;
}
.c-calender-table .time_select td p,
.c-calender-table .time_select td a {
  text-align: center;
  width: 30%;
}

.c-text p.area_info {
  line-height: 1.2;
}
.c-text p.area_info span {
  display: inline-block;
  font-size: 1.6rem;
  margin: 3px 2px 0;
  padding: 2px;
  border-radius: 5px;
}
.c-text p.area_info .kanto {
  color: #0000ff;
  background: #e8f2f9;
}
.c-text p.area_info .kansai {
  color: #de0011;
  background: #feeaea;
}

/*説明会*/
.c-session {
  position: relative;
}

.c-session__inner {
  position: relative;
}

.c-session__title {
  text-align: center;
}

.c-session__text p {
  line-height: 1.7;
}

.c-session__btn-area {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .c-session__btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 70px;
  }
}

.c-session__btn-area a {
  transition: all 0.3s;
  line-height: 1;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 20px 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-session__btn-area a {
    font-size: clamp(20px, 3.4vw, 36px);
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px;
    padding-right: 70px;
  }
}
.c-session__btn-area a:hover {
  opacity: 0.7;
}

.c-session__btn-area a:after {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-session__btn-area a:after {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

.c-session__btn-app {
  background-color: #004da4;
}

.c-session__btn-recruit {
  background-color: #de0011;
  margin-top: 2rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-session__btn-recruit {
    margin-top: 0;
  }
}

.c-flow-list-01 {
  counter-reset: item;
}
.c-flow-list-01 li {
  margin-bottom: 1em;
}
.c-flow-list-01 .s-num {
  color: #039eec;
  margin-bottom: 10px;
  font-size: 2rem;
}
.c-flow-list-01 .s-num::before {
  font-weight: bold;
  counter-increment: item;
  content: counter(item) ".";
  font-style: italic;
  margin-right: 0.2em;
}

.c-flow-list-02 {
  padding-left: 90px;
  position: relative;
  counter-reset: item;
}
@media screen and (min-width: 769px) {
  .c-flow-list-02 {
    padding-left: 150px;
  }
}
.c-flow-list-02::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 95px;
}
@media screen and (min-width: 769px) {
  .c-flow-list-02::before {
    width: 25px;
    left: 150px;
  }
}
.c-flow-list-02 > li {
  position: relative;
}
.c-flow-list-02 > li:not(:last-child) {
  margin-bottom: 2em;
}
.c-flow-list-02 > li .icon {
  font-size: 12px;
  color: #fff;
  background: #de0011;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 10px 5px;
  display: block;
  position: absolute;
  top: 0;
  left: -90px;
  z-index: 100;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-flow-list-02 > li .icon {
    padding: 15px;
    left: -150px;
  }
}
.c-flow-list-02 > li .icon::before {
  counter-increment: item;
  content: "STEP.0" counter(item);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .c-flow-list-02 > li .icon::before {
    font-size: 2.4rem;
  }
}
.c-flow-list-02 > li:not(:last-child) .icon::after {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #de0011;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.c-flow-list-02 > li .s-box {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-flow-list-02 > li .s-box {
    padding-left: 20px;
  }
}
.c-flow-list-02 > li .s-box::before, .c-flow-list-02 > li .s-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.c-flow-list-02 > li .s-box::before {
  width: 10px;
  height: 10px;
  background: #004da4;
  border-radius: 50%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-flow-list-02 > li .s-box::before {
    left: -3px;
    margin-top: 5px;
    width: 15px;
    height: 15px;
  }
}
.c-flow-list-02 > li .s-box::after {
  width: 25px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 15px;
  top: 26px;
}
@media screen and (max-width: 767px) {
  .c-flow-list-02 > li .s-box::after {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-list-02 > li .s-box::after {
    display: none;
  }
}
.c-flow-list-02 > li .s-box dt {
  background: #004da4;
  color: #fff;
  line-height: 36px;
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .c-flow-list-02 > li .s-box dt {
    padding: 0 20px;
    font-size: 2rem;
    line-height: 54px;
  }
}
@media screen and (min-width: 769px) {
  .c-flow-list-02 > li .s-box dd {
    padding: 0 15px;
  }
}
.c-flow-list-02 .s-text {
  padding: 5px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-flow-list-02 .c-media-02 .s-image img {
    max-width: 150px;
  }
}

.c-flow-list-03 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-flow-list-03 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-list-03 li {
    width: 49%;
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 768px) {
  .c-flow-list-03 li {
    width: calc((100% - 20px) / 4);
  }
  .c-flow-list-03 li:not(:last-child) {
    margin-right: 20px;
  }
}

.c-flow-list-04 {
  display: flex;
  justify-content: center;
}
.c-flow-list-04 li {
  position: relative;
  width: calc((100% - 20px) / 4);
}
@media screen and (max-width: 767px) {
  .c-flow-list-04 li {
    width: 23.5%;
  }
}
.c-flow-list-04 li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-flow-list-04 li:not(:last-child) {
    margin-right: 2%;
  }
}
.c-flow-list-04 li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #004da4;
  border-right: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-flow-list-04 li::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 5px solid #004da4;
    border-right: 0;
    position: absolute;
    right: -5px;
  }
}
.c-flow-list-04 li:last-child::after {
  display: none;
}
.c-flow-list-04 .s-in {
  padding: 20px;
  position: relative;
  background: #c9e8ff;
}
@media screen and (max-width: 767px) {
  .c-flow-list-04 .s-in {
    padding: 10px;
  }
}
.c-flow-list-04 .s-text {
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.c-flow-list-04 .s-main {
  color: #004da4;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .c-flow-list-04 .s-main {
    font-size: 2.6rem;
    margin-bottom: 5px;
  }
}
.c-flow-list-04 .s-sub {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-flow-list-04 .s-sub {
    font-size: 1.2rem;
  }
}

.c-form-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-form-wrap .c-table-01 th,
  .c-form-wrap .c-table-01 td {
    width: 100%;
    display: block;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .c-form-wrap .c-table-01 td {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form-wrap .c-btn-01 {
    padding: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-form-wrap .c-btn-01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    min-width: 300px;
    padding: 10px 40px;
  }
}
.c-form-wrap .c-btn-01::after {
  display: none;
}
.c-form-wrap .back .c-btn-01 {
  background: none;
  color: #000;
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  .c-form-wrap .back .c-btn-01 {
    margin-left: 40px;
  }
}

.c-form-note {
  margin: 1em 0 0 !important;
  line-height: 1.5 !important;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-form-note {
    font-size: 1.2rem;
  }
}

input[type=text],
select,
input[type=number] {
  margin: 0.25em 0;
  height: 36px;
}

select {
  padding: 0;
  width: 100%;
}

.req {
  color: red;
}

.submit {
  text-align: center;
}

input[type=submit],
input[type=reset],
input[type=button] {
  margin-top: 30px;
  background: #004da4;
}

.c-form-zipInput {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

#contact_postal_code {
  width: 9em;
  margin: 0 5px;
}

.c-form-halfInput {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form-halfInput input {
  width: calc((100% - 10px) / 2);
}

.c-form-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.c-form-radio > * {
  margin-bottom: 10px;
  display: block;
}
.c-form-radio > *:not(:last-child) {
  margin-right: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-form-radio > *:not(:last-child) {
    margin-right: 10px;
  }
}
.c-form-radio input[type=radio] {
  display: none;
}
.c-form-radio input[type=radio] + span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0px 25px;
  position: relative;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-form-radio input[type=radio] + span {
    padding: 0px 0px 0px 20px;
  }
}
.c-form-radio input[type=radio] + span {
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .c-form-radio input[type=radio] + span {
    line-height: 15px;
  }
}
.c-form-radio input[type=radio] + span::before {
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .c-form-radio input[type=radio] + span::before {
    width: 15px;
    height: 15px;
  }
}
.c-form-radio input[type=radio] + span::after {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .c-form-radio input[type=radio] + span::after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
  }
}
.c-form-radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.c-form-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.c-form-check > * {
  margin-bottom: 10px;
  display: block;
}
.c-form-check > *:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-form-check > *:not(:last-child) {
    margin-right: 10px;
  }
}
.c-form-check .s-text {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0px 25px;
  position: relative;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-form-check .s-text {
    padding: 0px 0px 0px 20px;
  }
}
.c-form-check .s-text {
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .c-form-check .s-text {
    line-height: 15px;
  }
}
.c-form-check .s-text::before {
  background: #f8f8f8;
  border: 1px solid #ccc;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .c-form-check .s-text::before {
    width: 15px;
    height: 15px;
  }
}
.c-form-check .s-text::after {
  opacity: 0;
  position: absolute;
  top: 1px;
  left: 6px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.c-form-check input[type=checkbox] {
  display: none;
}
.c-form-check input[type=checkbox]:checked + .s-text::after {
  opacity: 1;
}

.c-form-time {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .c-form-time {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-form-timeSet {
  display: flex;
}
.c-form-timeSet dt,
.c-form-timeSet dd {
  text-align: center;
  width: 50%;
}
.c-form-timeSet dt {
  background: #e8f2f9;
  padding: 10px;
}
.c-form-timeSet dd {
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-form-timeSet dd a {
  background: #ffc3c3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #de0011;
  font-weight: 700;
}

.c-label-01 {
  color: #de0011;
  background: #ffe6e8;
  display: block;
  padding: 10px;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-label-01 {
    font-size: 1.6rem;
  }
}

.c-list-01 {
  display: flex;
  flex-wrap: wrap;
}
.c-list-01 li {
  margin-right: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-list-01 li {
    margin-right: 10px;
  }
}

.c-list-num-01 {
  counter-reset: item;
  list-style-type: none;
}
.c-list-num-01 li {
  position: relative;
}
.c-list-num-01 li::before {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  color: #fff;
  background: #004da4;
}
@media screen and (max-width: 767px) {
  .c-list-num-01 li::before {
    font-size: 1.2rem;
    top: -10px;
    width: 25px;
    height: 25px;
  }
}
.c-list-num-01 li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #004da4;
  border-right: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-list-num-01 li::after {
    display: none;
  }
}
.c-list-num-01 li:last-child::before {
  background: #de0011;
}
.c-list-num-01 li:last-child {
  background: rgba(255, 66, 4, 0.25);
}
.c-list-num-01 li:last-child::after {
  display: none;
}

.c-list-num-02 {
  counter-reset: item;
  list-style-type: none;
}
.c-list-num-02 li {
  display: flex;
  align-items: baseline;
  position: relative;
}
.c-list-num-02 li:not(:last-child) {
  margin-bottom: 1em;
}
.c-list-num-02 li::before {
  margin-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  counter-increment: item;
  content: counter(item, decimal-leading-zero) ".";
  color: #004da4;
}

.c-list-alpha-01 {
  counter-reset: item;
  list-style-type: none;
}
.c-list-alpha-01 li {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-bottom: 1em;
}
.c-list-alpha-01 li::before {
  line-height: 1;
  white-space: nowrap;
  margin-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  counter-increment: item;
  content: counter(item, upper-alpha) "研修";
  color: #004da4;
  background: #c9e8ff;
  padding: 10px;
}

.c-link-01 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #004da4;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}
.c-link-01:hover {
  text-decoration: none;
}

.c-link-02 {
  color: #de0011 !important;
  font-weight: 600;
  text-decoration: underline;
}
.c-link-02:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .c-media-01 {
    gap: 40px;
    display: flex;
    justify-content: space-between;
  }
}
.c-media-01 > * {
  position: relative;
}
.c-media-01 .s-image {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-media-01 .s-image {
    max-width: 450px;
  }
}
.c-media-01 .s-image img {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-media-01 .s-image img {
    margin: 0 auto 10px;
  }
}
.c-media-01 .s-content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-media-01 .s-content {
    margin-bottom: 20px;
  }
}
.c-media-01.s-imgR {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .c-media-02 {
    display: flex;
  }
}
.c-media-02 > * {
  position: relative;
}
.c-media-02 .s-image {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-media-02 .s-image {
    max-width: 250px;
  }
}
.c-media-02 .s-image img {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-media-02 .s-image img {
    max-width: 250px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-media-02 .s-content {
    padding-left: 20px;
  }
}
.c-media-02.s-imgR {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .c-media-02.s-imgR .s-content {
    padding-left: 0;
    padding-right: 20px;
  }
}

table caption {
  margin-bottom: 1em;
  line-height: 1.8;
}

table.s-fixed {
  table-layout: fixed;
}
table a {
  color: #004da4;
  text-decoration: underline;
}
table a:hover {
  text-decoration: none;
}

.c-table-01 {
  width: 100%;
}
.c-table-01 th,
.c-table-01 td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .c-table-01 th,
  .c-table-01 td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.c-table-01 th {
  background: #f0f2f8;
  width: 30%;
}

.c-table-02 {
  width: 100%;
}
.c-table-02 thead th {
  background: #f0f2f8;
}
.c-table-02 thead th:empty {
  background: none;
  border: none;
}
.c-table-02 th,
.c-table-02 td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .c-table-02 th,
  .c-table-02 td {
    padding: 5px;
    font-size: 1.2rem;
  }
}
.c-table-02 th {
  width: 33.3333333333%;
  background: #c9e8ff;
}
.c-table-02 .s-large {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-table-02 .s-large {
    font-size: 2rem;
  }
}

.cell-4 th {
  width: 25%;
}

tr.s-gray th,
tr.s-gray td {
  background-color: #ccc;
}

table .s-gray {
  background-color: #ccc !important;
}

.c-text:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .c-text:not(:last-child) {
    margin-bottom: 3em;
  }
}
.c-text p {
  line-height: 1.8;
}
.c-text p:not(:last-child) {
  margin-bottom: 1em;
}
.c-text p a {
  color: #004da4;
  text-decoration: underline;
}
.c-text p a:hover {
  text-decoration: none;
}

.c-text-read {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-text-read {
    font-size: 2rem;
  }
}

.c-text-size-l {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-text-size-l {
    font-size: 2rem;
  }
}

.c-text-note {
  font-size: 1.2rem;
  margin-top: 1em;
}

.c-title-01 {
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-title-01 {
    margin-bottom: 45px;
  }
}
.c-title-01 .s-main {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-title-01 .s-main {
    font-size: 6rem;
  }
}
.c-title-01 .s-sub {
  font-weight: 700;
  display: block;
  margin-top: 1em;
}

.c-title-02 {
  position: relative;
  font-size: 2.6rem;
  margin-bottom: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title-02 {
    font-size: 1.8rem;
  }
}
.c-title-02::after {
  margin-top: 1em;
  display: block;
  content: "";
  height: 5px;
  background: linear-gradient(to right, #de0011 130px, #004da4 130px);
}
@media screen and (max-width: 767px) {
  .c-title-02::after {
    height: 3px;
    background: linear-gradient(to right, #de0011 60px, #004da4 60px);
  }
}

.c-title-03 {
  font-weight: 700;
  background: #f0f2f8;
  border: 1px solid #000;
  padding: 10px;
  font-size: 2rem;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-title-03 {
    font-size: 1.6rem;
  }
}

.c-title-04 {
  margin-bottom: 1.5em;
  border-left: 5px solid #004da4;
  padding-left: 10px;
  font-weight: 700;
}

.c-title-05 {
  position: relative;
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 1.8rem;
}
.c-title-05::before {
  content: "◆";
  color: #004da4;
  margin-right: 5px;
}

/*--------------------------------------*
* Pages
*--------------------------------------*/
/*fv*/
.p-top-kv {
  position: relative;
  clip-path: polygon(0 83%, 100% 100%, 100% 0, 0 0);
}
@media screen and (min-width: 768px) {
  .p-top-kv {
    background: url(../../assets/img/index/bg_kv_01.png) no-repeat center center;
    background-size: cover;
    clip-path: polygon(0 75%, 100% 100%, 100% 0, 0 0);
    padding: 70px 0 170px;
  }
}
.p-top-kv::before {
  content: "";
  display: block;
  position: absolute;
}
.p-top-kv__img {
  position: relative;
  display: block;
  max-width: 1165px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-kv__img {
    width: 90%;
  }
}

.p-top-kv2 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-kv2 {
    padding: 0;
  }
}
.p-top-kv2::before {
  content: "";
  display: block;
  position: absolute;
}
.p-top-kv2__img {
  position: relative;
  display: block;
}
.p-top-kv2__img img {
  width: 100%;
}

.fv {
  margin-top: 50px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 126px;
  }
}

.fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*FV下図形*/
.container {
  overflow: hidden;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.container__wrap {
  width: 167vw;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(8deg);
}

.container__wrap2 {
  width: 167vw;
  height: 240px;
  position: absolute;
  top: 7.29vw;
  left: 50%;
  transform: translateX(-50%) rotate(8deg);
}
@media screen and (max-width: 767px) {
  .container__wrap2 {
    top: 7.29vw;
  }
}

.diagonal-shape {
  width: 150%;
  height: 140px;
  background-color: #de0011;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 0%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .diagonal-shape {
    height: 240px;
  }
}

.diagonal-shape02 {
  background-color: #004da4;
  position: absolute;
  top: 2%;
  left: 0;
  clip-path: polygon(0 0, 0 100%, 100% 8%);
  width: 80vw;
  height: 150px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .diagonal-shape02 {
    height: 350px;
  }
}

/*こんな人いらっしゃい*/
.point2 {
  position: relative;
}
.point2__inner {
  max-width: 100%;
}
.point2 .point__inner {
  padding: min(6.6666666667vw, 50px) 0 0;
}

.point-title {
  max-width: 871px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point-title {
    margin-bottom: 10px;
  }
}

.inner.point__inner {
  position: relative;
  max-width: 1514px;
}

.point__lists {
  display: grid;
  -moz-column-gap: min(2.5vw, 30px);
       column-gap: min(2.5vw, 30px);
}
@media screen and (min-width: 768px) {
  .point__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (1025px <= width) {
  .point__lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .point__lists {
    display: block;
    margin-bottom: 10px;
  }
}

.point__list {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .point__list {
    margin-bottom: min(2.5vw, 30px);
  }
}
@media (1025px <= width) {
  .point__list {
    margin-bottom: 0;
  }
}

@media (1025px <= width) {
  .point__list:nth-child(2) {
    margin-top: 40px;
  }
}

@media (1025px <= width) {
  .point__list:nth-child(3) {
    margin-top: 80px;
  }
}

.point__list-wrap {
  display: flex;
  align-self: flex-start;
}

.point__list-num {
  background-color: #000;
  color: #fff;
  font-size: min(6.4vw, 40px);
  padding: 10px;
  line-height: 1;
  writing-mode: horizontal-tb;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .point__list-num {
    padding-bottom: 10px;
    font-size: min(2.5vw, 40px);
  }
}

.point__list-head {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: row;
}

.point__list-title {
  line-height: 1;
  border: 2px solid #000;
  padding-bottom: 10px;
  white-space: nowrap;
  font-size: min(6.93vw, 48px);
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .point__list-title {
    padding-bottom: 10px;
    font-size: min(2.5vw, 48px);
  }
}
.point__list-title span {
  display: block;
}

.point__list-red {
  color: #de0011;
}

.point__list-blue {
  color: #004da4;
}

.point__list-image {
  border: 2px solid #000;
  border-left: none;
}

.point__list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point__list-text {
  font-size: 1.4rem;
  border: 2px solid #000;
  margin-top: 1.0625rem;
  margin-left: 1.0625rem;
  padding: 0.625rem;
}

.point__list-btn {
  margin-left: clamp(14px, 1.56vw, 30px);
  margin-top: clamp(14px, 1.56vw, 30px);
}
.point__list-btn .c-btn-01 {
  width: 100%;
  font-size: clamp(16px, 3.65vw, 28px);
}
@media screen and (min-width: 768px) {
  .point__list-btn .c-btn-01 {
    font-size: clamp(14px, 1.46vw, 28px);
  }
}

/*早期採用バナー*/
.link-area {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .link-area {
    margin-top: 4.375rem;
  }
}

.link-area__inner {
  max-width: 956px;
}

.link-area__wrap {
  position: relative;
}

.link-area__head::before, .link-area__head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.link-area__head::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.link-area__head::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.link-area__head {
  line-height: 1.3;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  padding: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .link-area__head {
    font-size: 2.6rem;
    padding: 15px;
    padding-left: 220px;
  }
}

.link-area__warning {
  display: block;
  width: 40px;
  margin-right: 10px;
  position: relative;
}

.link-area__warning img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-area__btnBox {
  padding: 15px 15px 15px 70px;
  border: 2px solid #000;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .link-area__btnBox {
    margin-top: 0;
    padding-left: 220px;
  }
}

.link-area__btn {
  text-align: right;
}

.link-area__link {
  display: block;
  background-color: #de0011;
  color: #fff;
  padding: 10px 30px 10px 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 570px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .link-area__link {
    padding: 10px 70px;
    font-size: clamp(18px, 4vw, 48px);
  }
}
.link-area__link:hover {
  opacity: 0.7;
}

.link-area__link:after {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .link-area__link:after {
    width: 50px;
    height: 50px;
    right: 20px;
  }
}

.link-area__woman {
  max-width: 56px;
  position: absolute;
  bottom: 2px;
  left: 5px;
}
@media screen and (min-width: 768px) {
  .link-area__woman {
    max-width: 190px;
    left: 20px;
  }
}

.link-area__line {
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(135deg, #000, #000 3px, #fff 3px, #fff 6px);
  border: 2px solid #000;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .link-area__line {
    height: 13px;
    background: repeating-linear-gradient(135deg, #000, #000 5px, #fff 5px, #fff 10px);
  }
}

/*セクション　ライン*/
.section-line {
  position: absolute;
  top: 0;
  height: 500px;
  width: 100%;
}

.section-line__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  height: 60px;
  background-color: #de0011;
  clip-path: polygon(0 60%, 0 0, 100% 0);
}
@media screen and (min-width: 768px) {
  .section-line__left {
    height: 100px;
  }
}

.section-line__right-top {
  position: absolute;
  top: -10%;
  right: 0;
  width: 80%;
  height: 200px;
  background-color: #004da4;
  clip-path: polygon(100% 25%, 0 25%, 100% 0);
}
@media screen and (min-width: 768px) {
  .section-line__right-top {
    top: -18%;
    height: 360px;
  }
}

.section-line__right-bottom {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100px;
  background-color: #de0011;
  clip-path: polygon(100% 16%, 0 0, 100% 0);
}

/*ニュース*/
.news__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .news__wrap {
    display: flex;
    gap: 6.25rem;
  }
}

.news__left {
  display: flex;
  align-items: end;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .news__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .news__title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .news__btn {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .news__btn {
    margin-top: auto;
  }
}

.news__right {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .news__right {
    border-left: 1px solid #000;
    padding-left: 5rem;
    margin: 0;
  }
}

.news__list {
  border-bottom: 1px solid #c3cfde;
}
@media screen and (min-width: 768px) {
  .news__list {
    border: none;
  }
}

.news__list a {
  display: inline-block;
  color: #004da4;
  padding: 0.9375rem 0;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .news__list a {
    display: flex;
    gap: 0.625rem;
    padding: 0.375rem 0;
  }
}
.news__list a:hover {
  opacity: 0.7;
}

.news__list a > time {
  color: #000;
  display: block;
  margin-right: 1em;
}

/*work図形*/
.work__line-top {
  width: 100%;
  height: 50px;
  background-color: #004da4;
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .work__line-top {
    height: 80px;
  }
}

.work__line-under {
  width: 100%;
  height: 50px;
  background-color: #004da4;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
}
@media screen and (min-width: 768px) {
  .work__line-under {
    height: 90px;
  }
}

.work__line-under-red {
  width: 40%;
  height: 120px;
  background-color: #de0011;
  transform: rotate(-10deg);
  position: relative;
  top: -122px;
  left: -20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .work__line-under-red {
    width: 40%;
    height: 120px;
    top: -134px;
  }
}

/*work*/
.work__line-top {
  margin-top: 5rem;
  margin-bottom: -1px;
}

.work__line-under {
  margin-top: -0.0625rem;
}

.work {
  background-color: #004da4;
  padding: min(8vw, 70px) 0;
}

.work__title {
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .work__title {
    display: flex;
    align-items: end;
    gap: 0.625rem;
  }
}

.work__title span {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .work__title span {
    margin-top: 0;
  }
}

.work__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5vw;
}
@media screen and (min-width: 768px) {
  .work__lists {
    justify-content: center;
  }
}
.work__lists.s-01 {
  margin-bottom: 2.5vw;
}

.work__list {
  width: calc((100% - 2.5vw) / 2);
}
@media screen and (min-width: 768px) {
  .work__list {
    width: calc((100% - 5vw) / 3);
  }
}
.work__list {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.work__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 45px solid red;
  border-right: 45px solid transparent;
}
@media screen and (min-width: 768px) {
  .work__list::before {
    border-top: 90px solid red;
    border-right: 90px solid transparent;
  }
}
.work__list a {
  display: block;
  transition: all 0.3s;
}
.work__list a:hover .c-btn-01 {
  opacity: 0.7;
}
.work__list a .c-btn-01 {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}

.work__textBox {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .work__textBox {
    padding: 1.75rem;
  }
}

.work__text {
  font-size: 1.2rem;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .work__text {
    font-size: 1.4rem;
  }
}

.work__btn {
  text-align: center;
}

.work__category {
  border: 2px solid #000;
  padding: 0 5px;
  background-color: #fff;
  font-size: clamp(12px, 2.86vw, 22px);
  font-weight: 700;
  position: absolute;
  content: "";
  top: clamp(5px, 1.25vw, 15px);
  left: clamp(5px, 1.25vw, 15px);
}
@media screen and (min-width: 768px) {
  .work__category {
    font-size: clamp(16px, 1.83vw, 22px);
  }
}

/*なんていっても高時給*/
.high {
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  .high {
    margin-top: -50px;
  }
}

.high__image {
  max-width: 740px;
  margin: 0 auto;
}

.high__kv {
  margin-top: 30px;
}

.high__text {
  text-align: left;
  font-weight: 700;
  margin-top: 30px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .high__text {
    font-size: 1.8rem;
    text-align: center;
  }
}

/*真実はいつも高時給*/
.high__true {
  margin: 40px auto 0;
  max-width: 910px;
  position: relative;
}
@media (950px <= width) {
  .high__true {
    display: flex;
  }
}

.high__true-image {
  position: relative;
  border: #000 2px solid;
}
@media screen and (max-width: 767px) {
  .high__true-image {
    height: 250px;
  }
  .high__true-image .s-bg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .high__true-image {
    max-width: 769px;
    margin-left: auto;
  }
  .s-paid .high__true-image {
    margin-left: 0;
  }
}
.high__true-image .s-img {
  position: absolute;
  height: 200px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .high__true-image .s-img {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .high__true-image .s-img {
    height: 300px;
    right: 50px;
    top: 50%;
  }
}
.s-true .high__true-image .s-img {
  transform: rotate(-12deg);
}
@media screen and (min-width: 768px) {
  .s-true .high__true-image .s-img {
    transform: translateY(-50%) rotate(-12deg);
  }
}
@media screen and (min-width: 768px) {
  .s-paid .high__true-image .s-img {
    transform: translateY(-50%);
    left: 50px;
  }
}

.high__true-textBox {
  position: relative;
  content: "";
  margin-top: -2px;
}
@media (950px <= width) {
  .high__true-textBox {
    position: absolute;
    z-index: 3;
    width: -moz-fit-content;
    width: fit-content;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (950px <= width) {
  .s-paid .high__true-textBox {
    right: 0;
    left: auto;
  }
}
.high__true-textBox::after {
  z-index: -1;
  position: absolute;
  content: "";
  background: repeating-linear-gradient(135deg, #004da4, #004da4 5px, #fff 5px, #fff 10px);
  width: 100%;
  height: 100%;
  bottom: -10px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .high__true-textBox::after {
    bottom: -25px;
    left: -25px;
  }
}
.s-paid .high__true-textBox::after {
  right: -10px;
  left: auto;
}
@media screen and (min-width: 768px) {
  .s-paid .high__true-textBox::after {
    right: -25px;
  }
}

.high__true-textBox-in {
  line-height: 1.5;
  background-color: #fff;
  border: #000 2px solid;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .high__true-textBox-in {
    padding: 20px;
  }
}

.high__true-text01 {
  font-weight: 700;
  font-size: clamp(16px, 4.27vw, 24px);
}

.high__true-text02 {
  font-size: clamp(16px, 4.27vw, 27px);
  font-weight: 700;
}

.high__true-text-big {
  font-size: 2.5rem;
  font-size: min(8vw, 57px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .high__true-text-big {
    font-size: 5.7rem;
  }
}

.blue {
  color: #004da4;
}

.red {
  color: #de0011;
}

.small {
  text-align: right;
  margin-right: 0.625rem;
  font-weight: 500;
}

/*未経験でも有給*/
.high__paid {
  margin-top: 2.5rem;
  position: relative;
  max-width: 47rem;
}
@media screen and (min-width: 768px) {
  .high__paid {
    margin-top: 3.125rem;
    margin-right: auto;
    margin-left: 10%;
  }
}

.high__paid-image {
  aspect-ratio: 1/1;
  border: #000 2px solid;
}
@media screen and (min-width: 768px) {
  .high__paid-image {
    aspect-ratio: 769/353;
  }
}

.high__paid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.high__paid-textBox {
  background-color: #fff;
  border: #000 2px solid;
  padding: 2rem;
  position: absolute;
  content: "";
  top: 77%;
  left: 2%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .high__paid-textBox {
    width: 39.375rem;
    top: 50%;
    left: 48%;
    transform: translateY(-50%);
  }
}

.high__paid-text01 {
  font-weight: 700;
  font-size: clamp(16px, 4.27vw, 26px);
}

.high__paid-text02 {
  font-size: clamp(16px, 4.27vw, 30px);
  font-weight: 700;
}

.big {
  font-size: clamp(26px, 6.93vw, 57px);
  font-weight: 700;
}

.high__paid-text03 {
  font-size: clamp(16px, 4.27vw, 30px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .high__paid-text03 {
    text-align: right;
  }
}

.high__paid:before {
  position: absolute;
  content: "";
  background: repeating-linear-gradient(135deg, #004da4, #004da4 5px, #fff 5px, #fff 10px);
  width: 20rem;
  height: 12rem;
  top: 87%;
  left: 7%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .high__paid:before {
    top: 26%;
    left: 55%;
    width: 37.5rem;
    height: 14rem;
  }
}

/*チケット、有給最大12日*/
.high__flex {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .high__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
.high__flex > * {
  max-width: 585px;
}
@media screen and (max-width: 767px) {
  .high__flex > *:not(:last-child) {
    margin-bottom: 10px;
  }
}

.high__present,
.high__vacation {
  border: 2px solid #000;
  position: relative;
}
@media screen and (min-width: 769px) {
  .high__present,
  .high__vacation {
    width: 50%;
  }
}

.high-point-head {
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .high-point-head {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .high-point-body {
    display: flex;
  }
  .high-point-body.s-imgL {
    flex-direction: row-reverse;
  }
}

.high-point-img {
  flex-shrink: 0;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .high-point-img {
    max-width: 250px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .high-point-img {
    padding-top: 20px;
  }
  .high__present .high-point-img {
    width: 172px;
  }
  .high__vacation .high-point-img {
    width: 169px;
  }
  .high__travel .high-point-img {
    width: 225px;
  }
}

.high-point-text {
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 768px) {
  .high-point-text {
    padding: 20px;
  }
}

.high__vacation {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .high__vacation {
    margin-top: 0;
  }
}

.high__vacation-text {
  font-size: 1.4rem;
  padding: 0.9375rem;
  padding-bottom: 10.625rem;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .high__vacation-text {
    padding: 20px 190px 20px 20px;
  }
}

/*旅費負担*/
.high__travel {
  position: relative;
  margin: 40px auto 0;
  max-width: 1017px;
  text-align: right;
}

.p-work-dtl {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-work-dtl {
    justify-content: space-between;
    gap: 30px;
  }
}
.p-work-dtl__right {
  margin-bottom: 10px;
}
.p-work-dtl__text {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-work-dtl__text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.p-work-dtl__label {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-work-dtl__label {
    margin-bottom: 20px;
  }
}
.p-work-dtl .c-btn-01 {
  padding: 20px 40px 20px 30px;
}
.p-work-dtl__img {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-work-dtl__img {
    gap: 5px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-work-dtl__img li {
    width: calc((100% - 5px) / 2);
  }
}
.p-work-dtl__img img {
  display: block;
}

.p-qa {
  margin-bottom: 15px;
  line-height: 1.5;
}
.p-qa dt {
  background: #f0f2f8;
  position: relative;
  cursor: pointer;
  padding: 20px 65px 20px 70px;
}
.p-qa dt:not(:first-child) {
  margin-top: 1em;
}
.p-qa dt:before {
  content: "Q";
  color: #fff;
  background: #004da4;
}
.p-qa dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 15px;
  height: 15px;
  right: 20px;
  border-right: 3px solid #004da4;
  border-bottom: 3px solid #004da4;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.p-qa dt.open:after {
  transform: rotate(225deg);
}
.p-qa dd {
  display: none;
  position: relative;
  padding: 20px 20px 20px 70px;
}
.p-qa dd:before {
  content: "A";
  color: #fff;
  background: #de0011;
}
.p-qa dt:before,
.p-qa dd:before {
  font-family: "Open Sans", sans-serif;
  display: block;
  text-align: center;
  position: absolute;
  border-radius: 50px;
  top: 12px;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 2rem;
}

.p-flow-list-num-02 {
  max-width: 1000px;
  margin: 0 auto;
}

/*-------------------
* Utility
-------------------*/
/*************************************
color
/*************************************/
.color-white {
  color: #fff;
}

.color-red {
  color: #ff0000;
}

/*************************************
font
/*************************************/
.font-en {
  font-family: "Noto Sans JP", sans-serif !important;
}

.font-size-large {
  font-size: 1.8rem;
}

/*************************************
表示・非表示
/*************************************/
.only-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .only-pc {
    display: block;
  }
}

.only-tb {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .only-tb {
    display: none;
  }
}

.no-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .no-pc {
    display: block;
  }
}

.no-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .no-pc {
    display: block;
  }
}

.no-tb {
  display: block;
}
@media screen and (max-width: 767px) {
  .no-tb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .no-tb {
    display: block;
  }
}

.no-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .no-sp {
    display: none;
  }
}

/*************************************
flex位置
/*************************************/
.flex {
  display: flex;
}

.flex-jc-center {
  justify-content: center !important;
}

.flex-jc-right {
  justify-content: end !important;
}

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

.flex-jc-sb {
  justify-content: space-between;
}

.flex-dir-rr {
  flex-direction: row-reverse;
}

/*************************************
block位置
/*************************************/
.block-center {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-right {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: block;
}

.align-center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .align-center-pc {
    text-align: center;
  }
}

.align-right {
  text-align: right;
}

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

/*************************************
マージン
/*************************************/
.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1em;
}

.mt-1 {
  margin-top: 1em;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

/*************************************
幅
/*************************************/
.width-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.width-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.width-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=styles.css.map */