@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap';
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

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

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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
}

/**
 * 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;
          appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.5);
}
.l-header .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  background: #000;
  opacity: 0.5;
}
.l-header .mask.is-active {
  display: block;
}
.l-header__inner {
  max-width: 1848px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.l-header__container {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: 21.3125rem;
}
.l-header__nav-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__nav {
  height: 100%;
}
.l-header__nav-list {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  height: 100%;
}
.l-header__nav-item {
  height: 100%;
}
.l-header__nav-item.--insta {
  width: 2.25rem;
}
@media (hover: hover) {
  .l-header__nav-item.--insta {
    transition: 0.3s linear opacity;
  }
  .l-header__nav-item.--insta:hover {
    opacity: 0.7;
  }
}
.l-header__nav-item.--menu {
  z-index: 1001;
}
.l-header__nav-item.--menu .l-header__menu-button {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  width: 12.875rem;
  min-height: 4.125rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #007fc7;
  border-radius: 35px;
}
.l-header__nav-item.--menu .l-header__menu-button .--close {
  display: none;
}
.l-header__nav-item.--menu .l-header__menu-button .l-lines {
  position: relative;
  top: 2px;
  right: 2px;
  width: 22px;
  height: 22px;
}
.l-header__nav-item.--menu .l-header__menu-button .l-lines__line {
  position: absolute;
  left: 50%;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(1) {
  top: 0;
}
.l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(2) {
  top: 47%;
}
.l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(3) {
  bottom: 0;
}
.l-header__nav-item.--menu .l-header__menu-button.is-active .l-header__menu-button-text {
  display: none;
}
.l-header__nav-item.--menu .l-header__menu-button.is-active .l-header__menu-button-text.--close {
  display: block;
}
.l-header__nav-item.--menu .l-header__menu-button.is-active .l-lines__line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__nav-item.--menu .l-header__menu-button.is-active .l-lines__line:nth-child(2) {
  opacity: 0; /* 中央のバーを非表示にする */
}
.l-header__nav-item.--menu .l-header__menu-button.is-active .l-lines__line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__side {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 1032px;
  height: 100vh;
  overflow-y: scroll;
  pointer-events: none;
  background-color: #f9fdff;
  transition: 0.3s all;
  transform: translateX(100%);
}
.l-header__side.is-active {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}
.l-header__side.is-active .l-header__nav {
  opacity: 1;
  transition: 0.3s 0.3s all;
  transform: translateY(0);
}
.l-header__side.is-active .l-header__cta {
  opacity: 1;
  transition: 0.3s 0.3s all;
  transform: translateY(0);
}
.l-header__side-inner {
  padding: 1.0625rem 3.75rem;
}
.l-header__side-logo {
  width: 21.3125rem;
  margin-top: 0.125rem;
}
.l-header__side-catch-text-sub {
  margin-top: 3.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}
.l-header__side-catch-text-sub .blue {
  color: #007fc7;
}
.l-header__side-catch-text-sub .green {
  color: #4e972c;
}
.l-header__side-catch-text-main {
  margin-top: 0.625rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}
.l-header__side-catch-text-main .blue {
  color: #007fc7;
}
.l-header__side__text-cta-button {
  margin-top: 0.625rem;
}
.l-header__side__text-cta-text {
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: 0.75px;
}
.l-header__side-menu {
  margin-top: 3.125rem;
}
.l-header__side-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5rem;
  justify-content: space-between;
}
.l-header__side-menu-item {
  position: relative;
  width: 100%;
  max-width: 26.625rem;
  height: 5.0625rem;
}
.l-header__side-menu-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  content: "";
  background-color: #72ccff;
}
.l-header__side-menu-item:nth-child(7)::after, .l-header__side-menu-item:nth-child(8)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  content: "";
  background-color: #72ccff;
}
@media (width <= 1011px) {
  .l-header__side-menu-item {
    max-width: 100%;
  }
  .l-header__side-menu-item:nth-child(7)::after {
    display: none;
  }
}
.l-header__side-menu-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 32px;
}
.l-header__side-menu-link::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background-color: #72ccff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.l-header__side-menu-link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-image: url("../img/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  transition: transform 0.3s ease-out; /* 0.3秒かけてゆっくり動かす */
  transform: translateY(-50%);
}
.l-header__side-menu-link:hover::after {
  transform: translateY(-50%) translateX(10px);
}
.l-header__side-cta-container {
  position: relative;
  margin-top: 10.75rem;
}
.l-header__side-cta-text {
  position: absolute;
  top: -47px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.375rem;
  height: 4.625rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #4e972c;
  background-color: #fff;
  border: 2px solid #4e972c;
  transform: translateX(-50%) translateY(-100%);
}
.l-header__side-cta-text::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  border-color: #4e972c transparent transparent;
  border-style: solid;
  border-width: 25px 13px 0;
  translate: -50% 100%;
}
.l-header__side-cta-text::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 21.5px 10.8px 0;
  translate: -50% 100%;
}
.l-header__side-cta-button {
  margin-inline: auto;
  margin-bottom: 4.125rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header__side-cta-container {
    margin-top: 9.5rem;
  }
  .l-header__side-cta-text {
    position: absolute;
    top: -38px;
    left: 50%;
    width: 21.5625rem;
    height: 3.75rem;
    font-size: 0.9375rem;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    box-shadow: none;
  }
  .l-header .mask.is-active {
    display: none;
  }
  .l-header__inner {
    z-index: 1010;
    padding: 0 0.9375rem 0 0.5625rem;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.5);
  }
  .l-header__container {
    height: 4.625rem;
  }
  .l-header__logo {
    width: 14rem;
  }
  .l-header__nav-item {
    height: 100%;
  }
  .l-header__nav-item.--menu .l-header__menu-button {
    width: 3.375rem;
    min-height: 3.375rem;
    border-radius: 50%;
  }
  .l-header__nav-item.--menu .l-header__menu-button .l-lines {
    position: relative;
    top: 0;
    right: 0;
    width: 3.375rem;
    min-height: 3.375rem;
  }
  .l-header__nav-item.--menu .l-header__menu-button .l-lines__line {
    position: absolute;
    left: 50%;
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    transition: 0.3s all;
    transform: translateX(-50%) translateY(0);
  }
  .l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(1) {
    top: 26%;
  }
  .l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(2) {
    top: 45%;
  }
  .l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(3) {
    top: 65%;
  }
  .l-header__side {
    z-index: -1;
  }
  .l-header__side-inner {
    padding: 1.0625rem 0.9375rem;
  }
  .l-header__side-logo {
    width: 14rem;
    margin-top: 0.125rem;
  }
  .l-header__side-catch-text-sub {
    width: 254px;
    height: 64px;
    padding: 10px 14px 10px 24px;
    margin-inline: auto;
    margin-top: 2.125rem;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    background-color: #fff;
    border: 1.5px solid #72ccfe;
  }
  .l-header__side-catch-text-main {
    margin-top: 1.1875rem;
    font-size: 1.0625rem;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1.02px;
  }
  .l-header__side-catch-text-main .blue {
    font-size: 2.25rem;
    line-height: 36px;
    letter-spacing: 2.16px;
  }
  .l-header__side-mt {
    display: block;
    margin-top: 0.75rem;
  }
  .l-header__side-menu {
    margin-top: 2rem;
  }
  .l-header__side-menu-item {
    height: 4rem;
  }
  .l-header__side-menu-link {
    padding-left: 2.125rem;
    font-size: 1.125rem;
    line-height: 24px;
  }
  .l-header__side-menu-link::before {
    left: 16px;
    width: 0.375rem;
    height: 0.375rem;
  }
  .l-header__side-menu-link::after {
    right: 24px;
    width: 1.125rem;
    height: 1.125rem;
  }
  .l-header__side-cta-container {
    margin-top: 9.5625rem;
  }
  .l-header__side-cta-text {
    position: absolute;
    top: -38px;
    left: 50%;
    width: 21.5625rem;
    height: 3.75rem;
    font-size: 0.9375rem;
    line-height: 20px;
  }
  .l-header__side-cta-text::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    border-color: #4e972c transparent transparent;
    border-style: solid;
    border-width: 21px 12px 0;
    translate: -50% 100%;
  }
  .l-header__side-cta-text::after {
    position: absolute;
    bottom: 1px;
    left: 50%;
    content: "";
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 19.9px 10.9px 0;
    translate: -50% 100%;
  }
  .l-header__side-cta-button {
    margin-bottom: 4.125rem;
  }
}
/* footer */
.l-footer {
  position: relative;
  margin-top: 2.375rem;
}
.l-footer__pagetop {
  position: absolute;
  top: -95px;
  right: 9%;
}
.l-footer__pagetop span {
  position: absolute;
  bottom: 35px;
  left: 24px;
  display: block;
  width: 4.875rem;
  color: #fff;
  letter-spacing: 1.8px;
}
.l-footer__pagetop span::before {
  position: absolute;
  top: -25px;
  left: 21px;
  width: 30px;
  height: 15px;
  content: "";
  background-image: url("../img/img_pagetop-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .l-footer__pagetop {
    top: -60px;
    right: 7%;
  }
  .l-footer__pagetop span {
    bottom: 27px;
    left: 18px;
    width: 4.0625rem;
    font-size: 0.9375rem;
    letter-spacing: 1.05px;
  }
  .l-footer__pagetop span::before {
    width: 22px;
    height: 11px;
  }
}
.l-footer__logo {
  width: 100%;
  max-width: 11.25rem;
  margin-inline: auto;
  text-align: center;
}
.l-footer__copyright {
  padding: 0.5625rem 0;
  margin-top: 2.5rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.64px;
  background-color: #007fc7;
}

/* main */
.l-inner {
  width: 92.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 107.5rem;
}
.l-inner.--narrow {
  width: 80rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 0.9375rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  min-width: 558px;
  max-width: 558px;
  min-height: 5.625rem;
  padding-left: 3.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #4e972c;
  border-radius: 999rem;
}
.c-button::after {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  z-index: 1;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  content: "";
  border: 4px solid #fff;
  border-radius: 999rem;
  transition: 0.3s linear opacity;
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    opacity: 0.7;
  }
  .c-button:hover::after {
    opacity: 0.7;
  }
}
.c-button span {
  position: relative;
}
.c-button span::after {
  position: absolute;
  top: 50%;
  right: -15px;
  display: inline-block;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url("../img/ico_cta-hand.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%) translateX(100%);
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-button {
    min-width: 24.25rem;
    max-width: 24.25rem;
    min-height: 4.25rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
  .c-button span::after {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    min-width: 20.8125rem;
    max-width: 20.8125rem;
    min-height: 4.375rem;
    padding-left: 2.25rem;
    margin-inline: auto;
    font-size: 1.125rem;
  }
  .c-button span::after {
    top: 50%;
    right: -10px;
    width: 22px;
    height: 22px;
  }
}

.c-list-dot {
  position: relative;
  padding-left: 12px;
}
.c-list-dot::before {
  position: absolute;
  top: 0.625em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  content: "";
  background: #72ccff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-list-dot {
    padding-left: 8px;
  }
  .c-list-dot::before {
    width: 0.42em;
    height: 0.42em;
  }
}

.c-pagetop {
  width: 7.5rem;
  height: 7.5rem;
  background-color: #007fc7;
  border-radius: 50%;
}
@media (hover: hover) {
  .c-pagetop {
    transition: 0.3s linear opacity;
  }
  .c-pagetop:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagetop {
    width: 6.25rem;
    height: 6.25rem;
  }
}

/* project */
.p-accordion {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(16, 12, 10, 0.1);
}
.p-accordion + .p-accordion {
  margin-top: 1rem;
}
.p-accordion__head {
  position: relative;
  display: flex;
  width: 100%;
  padding: 2.875rem 9.5rem 2.875rem 2.5rem;
  color: var(--color-text-white);
  cursor: pointer;
  transition: 0.3s all;
  transition: 0.3s opacity;
}
.p-accordion__head:hover, .p-accordion__head:active {
  opacity: 0.7;
}
.p-accordion__head:hover::after, .p-accordion__head:active::after {
  opacity: 1;
}
.p-accordion__head.is-active {
  color: #909090;
}
.p-accordion__head.is-active .p-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.p-accordion__icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 6rem;
  height: 5rem;
  background: url("../images/icon_accordion.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.p-accordion__icon::after, .p-accordion__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 0.125rem;
  content: "";
  background-color: #c49a19;
  transition: 0.3s all;
  transform: translate(-50%, -50%);
}
.p-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-accordion__content {
  position: relative;
  transition: height 0.3s;
}
.p-accordion__content::before {
  position: absolute;
  top: 0;
  left: 2.5rem;
  display: block;
  width: calc(100% - 12rem);
  content: "";
  border-top: 2px dotted #d3d3d3;
}
.p-accordion__content-inner {
  padding: 1.625rem 9.5rem 1.5rem 2.5rem;
}

@media only screen and (max-width: 767px) {
  .p-accordion + .p-accordion {
    margin-top: 0.5rem;
  }
  .p-accordion__head {
    padding: 1.5rem 7.0625rem 1.5rem 1.25rem;
  }
  .p-accordion__icon {
    right: 1.25rem;
    width: 4.8125rem;
    height: 4rem;
    background: url("../images/icon_accordion_sp.png") no-repeat center center/contain;
  }
  .p-accordion__content::before {
    left: 1.25rem;
    width: calc(100% - 2.5rem);
  }
  .p-accordion__content-inner {
    padding: 1.5rem 1.25rem;
  }
}
.p-mainvisual {
  position: relative;
  display: flex;
  gap: 46px;
  width: 100%;
  max-width: 113.75rem;
  padding-top: 1rem;
  padding-left: 1.25rem;
  margin-left: auto;
}
.p-mainvisual__text {
  width: 100%;
  max-width: 42.6875rem;
}
.p-mainvisual__text-catch {
  margin-top: 3.5625rem;
}
.p-mainvisual__text-catch-text-sub {
  margin-top: 3.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}
.p-mainvisual__text-catch-text-sub .blue {
  color: #007fc7;
}
.p-mainvisual__text-catch-text-sub .green {
  color: #4e972c;
}
.p-mainvisual__text-catch-text-main {
  margin-top: 2rem;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 80px; /* 160% */
  color: #222;
  letter-spacing: 2.5px;
}
.p-mainvisual__text-catch-text-main .blue {
  color: #007fc7;
}
.p-mainvisual__text-cta-container {
  position: relative;
  margin-top: 10.375rem;
  margin-left: 0.375rem;
}
.p-mainvisual__text-cta-text {
  position: absolute;
  top: -38px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.375rem;
  height: 4.625rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #4e972c;
  background-color: #fff;
  border: 2px solid #4e972c;
  transform: translateY(-100%);
}
.p-mainvisual__text-cta-text::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  border-color: #4e972c transparent transparent;
  border-style: solid;
  border-width: 25px 13px 0;
  translate: -50% 100%;
}
.p-mainvisual__text-cta-text::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 21.5px 10.8px 0;
  translate: -50% 100%;
}
.p-mainvisual__text-campaign {
  width: 35.1875rem;
  margin-top: 0.25rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #f00;
  text-align: center;
}
.p-mainvisual__text-cta-button {
  margin-left: 0.3125rem;
}
.p-mainvisual__img {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  max-height: 48.125rem;
}
.p-mainvisual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mainvisual .swiper-slide {
  height: 48.125rem;
  overflow: hidden;
  border-radius: 250px 0 0;
}
.p-mainvisual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mainvisual__control {
  position: absolute;
  bottom: 12px;
  left: 13px;
  z-index: 1;
  width: 74px;
  height: 34px;
}
.p-mainvisual__stop-pause {
  position: absolute;
  top: 2px;
  left: 61%;
  width: 32px;
  height: 32px;
}
.p-mainvisual__stop-pause img {
  position: absolute;
}
.p-mainvisual__stop-pause.swiper_play img.btn_play {
  display: none;
}
.p-mainvisual__stop-pause.swiper_pause img.btn_pause {
  display: none;
}
.p-mainvisual__pagination .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}
.p-mainvisual__pagination .swiper-pagination-bullet-active {
  background: #4e972c !important;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-mainvisual__text-catch-text-sub {
    margin-top: 3.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #222;
  }
  .p-mainvisual__text-catch-text-sub .blue {
    color: #007fc7;
  }
  .p-mainvisual__text-catch-text-sub .green {
    color: #4e972c;
  }
  .p-mainvisual__text-catch-text-main {
    margin-top: 2rem;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.6; /* 160% */
    color: #222;
    letter-spacing: 2.5px;
  }
  .p-mainvisual__text-catch-text-main .blue {
    color: #007fc7;
  }
  .p-mainvisual__text-cta-container {
    position: relative;
    margin-top: 10.4375rem;
  }
  .p-mainvisual__text-cta-text {
    position: absolute;
    top: -47px;
    left: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21.5625rem;
    height: 3.75rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #4e972c;
    background-color: #fff;
    border: 2px solid #4e972c;
    transform: translateY(-100%);
  }
  .p-mainvisual__text-campaign {
    width: 24.5625rem;
    font-size: 1.125rem;
  }
  .p-mainvisual .swiper-slide {
    height: 548px;
    max-height: 48.125rem;
    overflow: hidden;
    border-radius: 250px 0 0;
  }
  .p-mainvisual .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainvisual {
    flex-direction: column;
    gap: 23px;
    padding-bottom: 72px;
    padding-left: 0rem;
  }
  .p-mainvisual__text-catch {
    margin-top: 0rem;
  }
  .p-mainvisual__text-catch-text-sub {
    width: 254px;
    height: 64px;
    padding: 10px 14px 10px 24px;
    margin-inline: auto;
    margin-top: 0rem;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    background-color: #fff;
    border: 1.5px solid #72ccfe;
  }
  .p-mainvisual__text-catch-text-main {
    margin-top: 1.1875rem;
    font-size: 1.0625rem;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1.02px;
  }
  .p-mainvisual__text-catch-text-main .blue {
    font-size: 2.25rem;
    line-height: 36px;
    letter-spacing: 2.16px;
  }
  .p-mainvisual__text-campaign {
    width: 100%;
    font-size: 1rem;
  }
  .p-mainvisual__text-catch-mt {
    display: block;
    margin-top: 0.75rem;
  }
  .p-mainvisual__img {
    height: 22.5rem;
  }
  .p-mainvisual__swiper .swiper-slide {
    height: 22.5rem;
    border-radius: 140px 0 0;
  }
  .p-mainvisual__control {
    position: absolute;
    bottom: 10px;
    left: 13px;
    z-index: 1;
    width: 60px;
    height: 26px;
  }
  .p-mainvisual__stop-pause {
    position: absolute;
    top: 0;
    left: 60%;
    width: 26px;
    height: 26px;
  }
  .p-mainvisual__stop-pause img {
    position: absolute;
  }
  .p-mainvisual__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .p-mainvisual__text-cta-container {
    margin-inline: auto;
    margin-top: 6.875rem;
  }
  .p-mainvisual__text-cta-text {
    left: 50%;
    width: 345px;
    height: 60px;
    font-size: 0.9375rem;
    line-height: 20px;
    transform: translateX(-50%) translateY(-100%);
  }
  .p-mainvisual__text-cta-text::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    border-color: #4e972c transparent transparent;
    border-style: solid;
    border-width: 21px 12px 0;
    translate: -50% 100%;
  }
  .p-mainvisual__text-cta-text::after {
    position: absolute;
    bottom: 1px;
    left: 50%;
    content: "";
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 19.9px 10.9px 0;
    translate: -50% 100%;
  }
}
.schedule-table {
  width: 100%;
  max-width: 42.5rem;
  margin-top: 2.25rem;
  border-spacing: 0;
  border-collapse: separate;
  background-color: white;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .schedule-table {
    margin-top: 2rem;
  }
}

.schedule-table th {
  padding: 10px 8px;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 700;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #007fc7;
  border-top: 1.5px solid #007fc7;
  border-bottom: none;
  border-left: 1.5px solid #fff;
}
.schedule-table th:first-child {
  border-left: 1.5px solid #007fc7;
  border-top-left-radius: 5px;
}
.schedule-table th:last-child {
  border-right: 1.5px solid #007fc7;
  border-top-right-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .schedule-table th {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-table th {
    width: 32px;
    padding: 0.3125rem 0.0625rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.84px;
  }
}

.schedule-table .time-header {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  letter-spacing: 1.44px;
  background-color: #007fc7;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .schedule-table .time-header {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-table .time-header {
    width: 5.625rem;
    padding: 0.3125rem 5px;
    font-size: 0.875rem;
    letter-spacing: 0.84px;
  }
}

.schedule-table td {
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  background-color: #f9f9f9;
  border-top: none;
  border-right: none;
  border-bottom: 1.5px solid #007fc7;
  border-left: 1.5px solid #007fc7;
}

.schedule-table td:last-child {
  border-right: 1.5px solid #007fc7;
}

.schedule-table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.schedule-table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.schedule-table .time-cell {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .schedule-table .time-cell {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-table .time-cell {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.84px;
  }
}

.status-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-color: transparent;
  border: 2.5px solid #4e972c;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .status-circle {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #4e972c;
  }
}
@media only screen and (max-width: 767px) {
  .status-circle {
    width: 1rem;
    height: 1rem;
    border: 1px solid #4e972c;
  }
}

.status-dash {
  font-size: 26px;
  font-weight: bold;
  color: #4caf50;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .status-dash {
    font-size: 1rem;
    font-weight: 500;
  }
}

.day-off {
  background-color: #e8f4f8;
}
@media only screen and (max-width: 767px) {
  .day-off {
    width: 38px !important;
    padding: 0.3125rem 0rem !important;
    font-size: 0.75rem !important;
    letter-spacing: -1.68px !important;
  }
}

/* pages */
body.index .c-heading-h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.125rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 1.8px;
}
body.index .c-heading-h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #72ccfe;
}
body.index .c-heading-h2 .blue {
  position: relative;
  display: inline-block;
  font-size: 3.75rem;
  color: #007fc7;
  letter-spacing: 3px;
}
body.index .c-heading-h2 .blue::before {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #72ccff;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  body.index .c-heading-h2 {
    font-size: 1.75rem;
    letter-spacing: normal;
  }
  body.index .c-heading-h2 .blue {
    font-size: 2.375rem;
    letter-spacing: 1.9px;
  }
  body.index .c-heading-h2 .blue::before {
    top: -4px;
    width: 6px;
    height: 6px;
  }
}
body.index .about {
  background-color: #f9fdff;
}
body.index .about__inner {
  max-width: 92.5rem;
  padding-inline: 1.25rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  body.index .about__inner {
    padding-inline: 0;
    padding-top: 3.75rem;
    padding-bottom: 29.125rem;
  }
}
body.index .about__container {
  position: relative;
}
body.index .about__container-img {
  width: 100%;
  max-width: 56.25rem;
  min-height: 480px;
}
body.index .about__container-img img {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  body.index .about__container-img {
    min-height: 350px;
  }
  body.index .about__container-img img {
    border-radius: 10px;
  }
}
body.index .about__container-text {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 39.875rem;
  padding: 4rem 3.75rem;
  color: #222;
  background-color: #fff;
  border-radius: 10px;
  transform: translateY(-50%);
}
body.index .about__container-text::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 211px;
  height: 226px;
  content: "";
  background-image: url("../img/img_about_text_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .about__container-text {
    padding: 3.125rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .about__container-text {
    inset: auto auto 9% 50%;
    width: 21.5625rem;
    height: 27.25rem;
    padding: 2.5rem 1.375rem;
    transform: translateX(-50%) translateY(100%);
  }
  body.index .about__container-text::after {
    width: 159px;
    height: 170px;
  }
}
body.index .about__container-text-title {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .about__container-text-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .about__container-text-title {
    font-size: 1.75rem;
    line-height: 38px;
    text-align: center;
  }
}
body.index .about__container-text-content {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .about__container-text-content {
    margin-top: 1.75rem;
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .about__container-text-content {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 26px;
  }
}
body.index .work {
  margin-top: 7.875rem;
}
@media only screen and (max-width: 767px) {
  body.index .work {
    margin-top: 4.3125rem;
  }
}
body.index .work__boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 670px));
  gap: 3.625rem 1.25rem;
  justify-content: space-between;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
  body.index .work__boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}
body.index .work__box {
  position: relative;
  padding-inline: 3.3125rem;
  padding-top: 4.25rem;
  padding-bottom: 2.25rem;
  border: 2px solid #72ccfe;
  border-radius: 15px;
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.5);
}
@media only screen and (max-width: 767px) {
  body.index .work__box {
    padding-inline: 1.3125rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-width: 1px;
    border-radius: 8px;
  }
}
body.index .work__box-num {
  position: absolute;
  top: -2px;
  left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 4.875rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #72ccff;
  border-radius: 15px 0;
}
@media only screen and (max-width: 767px) {
  body.index .work__box-num {
    top: -1px;
    left: -1px;
    width: 3.5625rem;
    height: 3.125rem;
    font-size: 1.5rem;
    border-radius: 8px 0;
  }
}
body.index .work__box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.index .work__box-img {
  text-align: center;
}
body.index .work__box-img.--01 {
  max-width: 10.8125rem;
}
body.index .work__box-img.--02 {
  max-width: 10.25rem;
}
body.index .work__box-img.--03 {
  max-width: 10.25rem;
}
body.index .work__box-img.--04 {
  max-width: 7.875rem;
}
@media only screen and (max-width: 767px) {
  body.index .work__box-img.--01 {
    max-width: 9.375rem;
  }
  body.index .work__box-img.--02 {
    max-width: 9.375rem;
  }
  body.index .work__box-img.--03 {
    max-width: 9.375rem;
  }
  body.index .work__box-img.--04 {
    max-width: 7.625rem;
  }
}
body.index .work__box-text-head {
  font-size: 1.75rem;
  font-weight: 700;
  color: #007fc7;
  text-align: center;
}
body.index .work__box-text-head.--01 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body.index .work__box-text-head.--02 {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}
body.index .work__box-text-head.--03 {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}
body.index .work__box-text-head.--04 {
  margin-top: 2.125rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  body.index .work__box-text-head {
    font-size: 1.125rem;
  }
  body.index .work__box-text-head.--01 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  body.index .work__box-text-head.--02 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  body.index .work__box-text-head.--03 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  body.index .work__box-text-head.--04 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
body.index .work__box-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
}
@media only screen and (max-width: 767px) {
  body.index .work__box-text p {
    font-size: 0.9375rem;
    line-height: 26px;
  }
}
body.index .tcs {
  margin-top: 7.75rem;
}
body.index .tcs__inner {
  max-width: 113.125rem;
  padding-right: 1.25rem;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  body.index .tcs__inner {
    padding-right: 0;
  }
}
body.index .tcs__container {
  display: flex;
  gap: 1.25rem;
  align-items: start;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .tcs__container {
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  body.index .tcs__container {
    flex-direction: column;
    gap: 2.5rem;
  }
}
body.index .tcs__container-img {
  width: 100%;
  max-width: 56.25rem;
  min-height: 560px;
}
body.index .tcs__container-img img {
  border-radius: 0 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  body.index .tcs__container-img {
    min-height: auto;
  }
  body.index .tcs__container-img img {
    border-radius: 0 10px 10px 0;
  }
}
body.index .tcs__container-text {
  width: 100%;
  max-width: 50.625rem;
}
@media only screen and (max-width: 767px) {
  body.index .tcs__container-text-head {
    text-align: center;
  }
}
body.index .tcs__title {
  margin-top: 2.375rem;
  font-size: 2rem;
  letter-spacing: normal;
}
body.index .tcs__title .space {
  letter-spacing: -9.6px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .tcs__title {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .tcs__title {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 38px;
  }
}
body.index .tcs__content {
  max-width: 43.75rem;
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body.index .tcs__content {
    padding-inline: 0.9375rem;
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 26px;
  }
}
body.index .tcs__content-per-day {
  width: 100%;
  max-width: 50.625rem;
  padding: 1.875rem 2.5rem 2.5rem;
  margin-top: 3.75rem;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.5);
}
@media only screen and (max-width: 767px) {
  body.index .tcs__content-per-day {
    padding: 2rem 0.9375rem;
    margin-top: 2.5rem;
    border-radius: 5px;
  }
}
body.index .tcs__content-per-day-head {
  font-size: 1.5rem;
  font-weight: 700;
  color: #007fc7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.index .tcs__content-per-day-head {
    font-size: 1.125rem;
    line-height: 26px;
  }
}
body.index .tcs__content-per-day-boxes {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  margin-top: 2.5625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .tcs__content-per-day-boxes {
    flex-direction: column;
    gap: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .tcs__content-per-day-boxes {
    flex-direction: column;
    gap: 2.375rem;
    margin-top: 2.625rem;
  }
}
body.index .tcs__content-per-day-box {
  position: relative;
  width: 100%;
  max-width: 21.875rem;
  padding-inline: 0.9375rem;
  padding-top: 2.1875rem;
  padding-bottom: 1.625rem;
  background-color: #f8f8f8;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  body.index .tcs__content-per-day-box {
    padding-inline: 0.9375rem;
    padding-top: 1.875rem;
    padding-bottom: 1.5rem;
  }
}
body.index .tcs__content-per-day-box-head {
  position: absolute;
  top: -16px;
  left: 50%;
  display: inline-block;
  padding: 0.5625rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: #72ccff;
  border-radius: 20px;
  transform: translateX(-50%);
}
body.index .tcs__content-per-day-box-head.--morning {
  width: 13.4375rem;
}
body.index .tcs__content-per-day-box-head.--all-day {
  width: 14.5625rem;
}
@media only screen and (max-width: 767px) {
  body.index .tcs__content-per-day-box-head {
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    border-radius: 18px;
  }
  body.index .tcs__content-per-day-box-head.--morning {
    width: 11.75rem;
  }
  body.index .tcs__content-per-day-box-head.--all-day {
    width: 12.5rem;
    padding: 0.5rem 1.125rem;
  }
}
body.index .tcs__content-per-day-box-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}
body.index .tcs__content-per-day-box-num .box-egd {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 1.5rem;
}
body.index .tcs__content-per-day-box-num .box-egd::after {
  position: absolute;
  top: 17px;
  right: -24px;
  width: 12px;
  height: 22px;
  content: "";
  background-image: url("../img/icon_tcs_slash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(50%);
}
@media only screen and (max-width: 767px) {
  body.index .tcs__content-per-day-box-num .box-egd {
    margin-right: 1.25rem;
  }
  body.index .tcs__content-per-day-box-num .box-egd::after {
    right: -20px;
  }
}
body.index .tcs__content-per-day-box-num .box-tcs {
  display: inline-block;
  margin-right: 0.875rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  body.index .tcs__content-per-day-box-num .box-tcs {
    margin-right: 0.75rem;
  }
}
body.index .tcs__content-per-day-box-num .num {
  font-size: 2.5rem;
  color: #007fc7;
  letter-spacing: 4px;
}
body.index .tcs__content-per-day-box-num .degree {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #222;
}
body.index .tcs__cta-container {
  position: relative;
  max-width: 35.625rem;
  margin-inline: auto;
  margin-top: 11.4375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .tcs__cta-container {
    max-width: 24.25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .tcs__cta-container {
    max-width: 21.5625rem;
    margin-top: 9.5625rem;
  }
}
body.index .tcs__cta-text {
  position: absolute;
  top: -35px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.375rem;
  height: 4.625rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #4e972c;
  background-color: #fff;
  border: 2px solid #4e972c;
  transform: translateY(-100%);
}
body.index .tcs__cta-text::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  border-color: #4e972c transparent transparent;
  border-style: solid;
  border-width: 25px 13px 0;
  translate: -50% 100%;
}
body.index .tcs__cta-text::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 21.5px 10.8px 0;
  translate: -50% 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .tcs__cta-text {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }
}
@media only screen and (max-width: 767px) {
  body.index .tcs__cta-text {
    left: 50%;
    width: 345px;
    height: 60px;
    font-size: 0.9375rem;
    line-height: 20px;
    transform: translateX(-50%) translateY(-100%);
  }
  body.index .tcs__cta-text::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    border-color: #4e972c transparent transparent;
    border-style: solid;
    border-width: 21px 12px 0;
    translate: -50% 100%;
  }
  body.index .tcs__cta-text::after {
    position: absolute;
    bottom: 1px;
    left: 50%;
    content: "";
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 19.9px 10.9px 0;
    translate: -50% 100%;
  }
}
body.index .tcs__text-campaign {
  margin-top: 0.25rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #f00;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .tcs__text-campaign {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .tcs__text-campaign {
    font-size: 1rem;
  }
}
body.index .work-style {
  margin-top: 7.5rem;
}
body.index .work-style__inner {
  width: 100%;
  max-width: 105rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
  border-radius: 20px;
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.5);
}
@media only screen and (max-width: 767px) {
  body.index .work-style__inner {
    padding-inline: 0;
    border-radius: 10px;
  }
}
body.index .work-style__container {
  width: 100%;
  max-width: 91.875rem;
  padding: 7.9375rem 0.9375rem 7.5rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  body.index .work-style__container {
    padding: 3.75rem 0.9375rem;
  }
}
body.index .work-style__cards {
  display: flex;
  gap: 3.5rem;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
  body.index .work-style__cards {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    margin-top: 2.5rem;
  }
}
body.index .work-style__card {
  width: 100%;
  max-width: 27.5rem;
}
body.index .work-style__card-img {
  width: 100%;
  max-width: 27.5rem;
}
body.index .work-style__card-img img {
  border-radius: 10px;
}
body.index .work-style__card-main-text {
  margin-top: 2rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #007fc7;
}
@media only screen and (max-width: 767px) {
  body.index .work-style__card-main-text {
    margin-top: 2rem;
    font-size: 1.125rem;
    text-align: center;
  }
}
body.index .work-style__card-sub-text {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #222;
}
@media only screen and (max-width: 767px) {
  body.index .work-style__card-sub-text {
    font-size: 0.9375rem;
    line-height: 26px;
  }
}
body.index .message {
  margin-top: 7.5rem;
}
@media only screen and (max-width: 767px) {
  body.index .message {
    margin-top: 3.75rem;
  }
}
body.index .message__content {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
  body.index .message__content {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.5rem;
  }
}
body.index .message__content-img {
  width: 100%;
  max-width: 38.75rem;
  margin-top: 0.5rem;
}
body.index .message__content-img img {
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  body.index .message__content-img {
    max-width: 100%;
    margin-top: 0;
  }
  body.index .message__content-img img {
    border-radius: 5px;
  }
}
body.index .message__content-text {
  width: 100%;
  max-width: 47.5rem;
}
body.index .message__content-text-name {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 48px;
}
body.index .message__content-text-name span {
  position: relative;
  font-size: 2.125rem;
  color: #007fc7;
}
body.index .message__content-text-name span::after {
  position: absolute;
  right: -1px;
  bottom: 5px;
  z-index: -1;
  width: 102%;
  height: 8px;
  content: "";
  background-color: #f9fdff;
}
@media only screen and (max-width: 767px) {
  body.index .message__content-text-name {
    font-size: 1.3125rem;
    line-height: 42px;
  }
  body.index .message__content-text-name span {
    font-size: 1.75rem;
  }
}
body.index .message__content-text-careers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 3.75rem;
  max-width: 42.8125rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  body.index .message__content-text-careers {
    gap: 0.625rem;
    margin-top: 1rem;
  }
}
body.index .message__content-text-career {
  position: relative;
  font-size: 1.125rem;
}
body.index .message__content-text-career:nth-child(1)::after, body.index .message__content-text-career:nth-child(3)::after {
  position: absolute;
  top: 50%;
  right: -40px;
  display: block;
  width: 12px;
  height: 22px;
  content: "";
  background-image: url("../img/icon_message_slash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media (width <= 1273px) {
  body.index .message__content-text-career:nth-child(1)::after, body.index .message__content-text-career:nth-child(3)::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.index .message__content-text-career {
    font-size: 0.875rem;
  }
}
body.index .message__content-text-greeting {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body.index .message__content-text-greeting {
    margin-top: 2rem;
    font-size: 0.9375rem;
    line-height: 26px;
  }
}
body.index .interview {
  padding: 7.5rem 0;
  margin-top: 7.125rem;
  background-color: #f5f7ff;
}
@media only screen and (max-width: 767px) {
  body.index .interview {
    padding: 3.75rem 0;
    margin-top: 3.75rem;
  }
}
body.index .interview__inner {
  width: 100%;
  max-width: 89.375rem;
  padding-right: 1.25rem;
  padding-left: 4.375rem;
  margin-inline: auto;
}
@media (width <= 1473px) {
  body.index .interview__inner {
    max-width: 86.25rem;
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .interview__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
body.index .interview__content-container {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
  body.index .interview__content-container {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}
body.index .interview__content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  body.index .interview__content {
    flex-direction: column;
  }
}
body.index .interview__content-img {
  width: 100%;
  min-width: 26.25rem;
  max-width: 28.75rem;
}
body.index .interview__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}
body.index .interview__content-img img.--1 {
  -o-object-position: left;
     object-position: left;
}
@media only screen and (max-width: 767px) {
  body.index .interview__content-img {
    min-width: 0;
    max-width: 100%;
  }
  body.index .interview__content-img img {
    border-radius: 5px 5px 0 0;
  }
}
body.index .interview__content-text {
  position: relative;
  z-index: 1;
  width: 55rem;
  padding: 3.375rem 3.5625rem;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}
body.index .interview__content-text::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  z-index: 0;
  width: 225px;
  height: 241px;
  content: "";
  background-image: url("../img/img_interview_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  body.index .interview__content-text {
    width: 100%;
    padding: 2.5rem 1.25rem;
    border-radius: 0 0 5px 5px;
  }
  body.index .interview__content-text::after {
    width: 159px;
    height: 170px;
  }
}
body.index .interview__content-comment {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media only screen and (max-width: 767px) {
  body.index .interview__content-comment {
    gap: 2.5rem;
  }
}
body.index .interview .comment-box {
  z-index: 2;
}
body.index .interview__content-text-head {
  font-size: 1.75rem;
  font-weight: 700;
  color: #007fc7;
}
@media only screen and (max-width: 767px) {
  body.index .interview__content-text-head {
    font-size: 1.125rem;
    text-align: center;
  }
}
body.index .interview__content-text-answer {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body.index .interview__content-text-answer {
    font-size: 0.9375rem;
    line-height: 26px;
  }
}
body.index .recruit {
  margin-top: 7.5rem;
}
body.index .recruit__inner {
  max-width: 89.375rem;
  padding-right: 1.25rem;
  padding-left: 4.375rem;
}
body.index .recruit__tabs-wrapper {
  margin-top: 3.75rem;
}
body.index .recruit__buttons {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  body.index .recruit__buttons {
    gap: 0.8125rem;
  }
}
body.index .recruit__button {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 18.75rem;
  max-width: 32.5rem;
  height: 5rem;
  padding-top: 1.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #222;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 40px;
}
body.index .recruit__button.is-active {
  height: 6.4375rem;
  color: #fff;
  background-image: url("../img/bg_recruit_button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}
body.index .recruit__button.--no-active {
  background-color: #ddd;
}
body.index .recruit__button.--no-active span {
  display: inline-block;
  margin-top: 0.625rem;
  font-size: 1.125rem;
}
@media (width >= 768px) and (width <= 880px) {
  body.index .recruit__button.--no-active {
    height: 67px;
    padding-top: 15px;
    margin-top: 9px;
    font-size: 1.375rem;
  }
  body.index .recruit__button.--no-active span {
    margin-top: 11px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .recruit__button {
    min-width: 10.375rem;
    max-width: 11.25rem;
    height: 2.625rem;
    padding-top: 0.4375rem;
    font-size: 1.125rem;
    border-radius: 21px;
  }
  body.index .recruit__button.is-active {
    height: 3.3125rem;
    background-image: url("../img/bg_recruit_button_sp.png");
  }
  body.index .recruit__button.--no-active {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    font-size: 1rem;
  }
  body.index .recruit__button.--no-active span {
    margin-top: 0;
    font-size: 0.625rem;
  }
}
body.index .recruit__content-list {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  body.index .recruit__content-list {
    margin-top: 0.625rem;
  }
}
body.index .recruit__content-item {
  position: relative;
  display: flex;
  gap: 3rem;
  align-items: start;
  padding: 1.25rem 3rem;
}
body.index .recruit__content-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background-color: #72ccfe;
}
body.index .recruit__content-item:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background-color: #72ccfe;
}
body.index .recruit__content-item.--bg-main {
  background-color: #f9fdff;
}
body.index .recruit__content-item.--bg-white {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  body.index .recruit__content-item {
    gap: 1.5rem;
    padding: 1.25rem 0.9375rem;
  }
}
body.index .recruit__content-item-head {
  width: 6.5625rem;
  min-width: 6.5625rem;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  body.index .recruit__content-item-head {
    font-size: 1rem;
  }
}
body.index .recruit__content-item-texts {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  body.index .recruit__content-item-texts {
    font-size: 0.9375rem;
    line-height: 26px;
  }
}
body.index .access {
  padding: 7.5rem 0;
  margin-top: 7.5rem;
  background-color: #f9fdff;
}
@media only screen and (max-width: 767px) {
  body.index .access {
    padding: 3.75rem 0;
    margin-top: 3.75rem;
  }
}
body.index .access__content {
  display: flex;
  gap: 1.25rem;
  align-items: start;
  justify-content: space-between;
  margin-top: 5.3125rem;
}
@media only screen and (max-width: 767px) {
  body.index .access__content {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}
body.index .access__content-flex {
  display: flex;
  gap: 1.5625rem;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  body.index .access__content-flex {
    gap: 1.5rem;
    align-items: center;
  }
}
body.index .access__content-logo {
  width: 100%;
  max-width: 6.25rem;
}
@media only screen and (max-width: 767px) {
  body.index .access__content-logo {
    max-width: 5.875rem;
  }
}
body.index .access__content-flex-sp-column {
  display: flex;
  gap: 1.75rem;
}
@media (width <= 1400px) {
  body.index .access__content-flex-sp-column {
    flex-direction: column;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .access__content-flex-sp-column {
    align-items: center;
  }
}
body.index .access__content-info {
  width: 100%;
  max-width: 25rem;
}
@media only screen and (max-width: 767px) {
  body.index .access__content-info {
    max-width: 12.5rem;
  }
}
body.index .access__content-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #703e17;
}
body.index .access__content-name span {
  font-size: 1.3125rem;
  letter-spacing: 1.26px;
}
@media only screen and (max-width: 767px) {
  body.index .access__content-name {
    font-size: 1.125rem;
    letter-spacing: 1.08px;
  }
  body.index .access__content-name span {
    font-size: 1.125rem;
    letter-spacing: 1.08px;
  }
}
body.index .access__content-address {
  width: 20.625rem;
  font-size: 1.125rem;
  letter-spacing: 1.44px;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.index .access__content-address {
    width: 100%;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .access__content-address {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 19px;
    letter-spacing: 1.2px;
  }
}
body.index .access__content-tel {
  position: relative;
  display: inline-block;
  padding-left: 1.75rem;
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: 1.44px;
}
body.index .access__content-tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("../img/icon_tel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  body.index .access__content-tel {
    font-size: 1rem;
    line-height: 18px;
    letter-spacing: 1.28px;
  }
  body.index .access__content-tel::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
body.index .access__content-parking {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  line-height: 19px;
  color: #e27070;
  letter-spacing: 0.3px;
}
body.index .access__content-button {
  width: 100%;
  max-width: 14.125rem;
  height: 3rem;
  padding: 0.625rem 3.125rem 0.8125rem 1.5625rem;
  font-size: 1.125rem;
  background-color: #72ccff;
  border: 1px solid #72ccfe;
  border-radius: 24px;
}
@media (hover: hover) {
  body.index .access__content-button {
    transition: 0.3s linear opacity;
  }
  body.index .access__content-button:hover {
    opacity: 0.7;
  }
}
@media (width <= 1400px) {
  body.index .access__content-button {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  body.index .access__content-button {
    max-width: 11.75rem;
    height: 2.625rem;
    padding: 0.5625rem 1.25rem 0.75rem 1.3125rem;
    margin-left: 0;
    font-size: 0.9375rem;
    border-radius: 24px;
  }
}
body.index .access__content-button-link {
  position: relative;
  display: inline-block;
  color: #fff;
}
@media (hover: hover) {
  body.index .access__content-button-link {
    transition: 0.3s linear opacity;
  }
  body.index .access__content-button-link:hover {
    opacity: 0.7;
  }
}
body.index .access__content-button-link::after {
  position: absolute;
  top: 50%;
  right: -31px;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background-image: url("../img/icon_acess_link.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  body.index .access__content-button-link::after {
    right: -20px;
    width: 0.875rem;
    height: 0.875rem;
  }
}
body.index .access__calendar {
  margin-top: 2rem;
}
body.index .access__content-holiday {
  margin-top: 0.875rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1.26px;
}
@media only screen and (max-width: 767px) {
  body.index .access__content-holiday {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.9px;
  }
}
body.index .access__content-hokiday-special {
  margin-top: 0.375rem;
}
@media only screen and (max-width: 767px) {
  body.index .access__content-hokiday-special {
    margin-top: 0.125rem;
  }
}
body.index .access__content-holiday-note {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 767px) {
  body.index .access__content-holiday-note {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 1.5px;
  }
}
body.index .access__content-note {
  margin-top: 1.625rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  body.index .access__content-note {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 19px;
    letter-spacing: 1.5px;
  }
}
body.index .access__content-note-item {
  padding-left: 1.125rem;
  font-size: 1rem;
  line-height: 19px;
  letter-spacing: 1.6px;
}
body.index .access__content-note-item::before {
  top: 7.5px;
  width: 8px;
  height: 8px;
}
body.index .access__content-note-item.--last {
  margin-top: 0.75rem;
  line-height: 26px;
}
body.index .access__content-note-item.--last::before {
  top: 11.5px;
}
@media only screen and (max-width: 767px) {
  body.index .access__content-note-item.--last {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .access__content-note-item {
    padding-left: 1rem;
    font-size: 0.9375rem;
    line-height: 19px;
    letter-spacing: 1.5px;
  }
  body.index .access__content-note-item::before {
    width: 6px;
    height: 6px;
  }
}
body.index .access__content-map iframe {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  body.index .access__content-map iframe {
    min-width: 345px;
    max-width: 100%;
    max-height: 370px;
    border-radius: 5px;
  }
}

/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
@media all and (min-width: 768px), print {
  .u-tel {
    pointer-events: none;
  }
}

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

.u-text-left {
  text-align: left;
}

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}