@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

/*! destyle.css v2.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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 */
  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] {
  text-decoration: underline;
  /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.4rem;
  font-family: sans-serif;
  word-break: break-all;
  color: #333;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

input,
select,
textarea {
  font-size: 1.6rem;
}

input[type=number],
input[type=text],
input[type=email],
select,
textarea {
  appearance: none;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
}

button:hover {
  cursor: pointer;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  color: #333;
}

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

@media (min-width: 700px) {
  a.link {
    transition: 0.3s opacity ease;
  }

  a.link:hover {
    opacity: 0.5;
  }
}

br.is-pc {
  display: block;
}

br.is-sp {
  display: none;
}

@media (max-width: 700px) {
  br.is-pc {
    display: none;
  }

  br.is-sp {
    display: block;
  }
}

.btn_prime {
  position: relative;
  display: block;
  width: 280px;
  height: 56px;
  border-radius: 28px;
  background: linear-gradient(90deg, #0093e9 0.98%, #80d0c7 100.22%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  margin: auto;
  transition: 0.3s all ease;
}

.btn_prime span {
  position: relative;
  z-index: 1;
}

.btn_prime .icon-readmore {
  z-index: 1;
}

.btn_prime::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  z-index: 0;
}

.btn_prime:hover::before {
  opacity: 0.1;
}

.btn_second {
  position: relative;
  display: block;
  width: 280px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0082c7;
  margin: auto;
  transition: 0.3s all ease;
}

.btn_second:hover {
  background: #f0fcff;
}

.layout__main {
  overflow: hidden;
}

.sub-hero {
  position: relative;
  width: 100%;
  height: 374px;
  background: #ddd;
  margin-top: 66px;
}

@media (max-width: 700px) {
  .sub-hero {
    margin-top: 52px;
    height: 209px;
  }
}

.sub-hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sub-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-hero__inner {
  width: 100%;
  max-width: 920px;
  padding: 113px 20px 0;
  margin: auto;
}

@media (max-width: 700px) {
  .sub-hero__inner {
    padding: 38px 20px 0;
  }
}

.sub-hero__title {
  position: relative;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
  width: fit-content;
}

@media (max-width: 700px) {
  .sub-hero__title {
    font-size: 24px;
  }
}

.sub-hero__title span {
  display: block;
  position: relative;
}

.sub-hero__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  background: linear-gradient(90deg, #0093e9 0.98%, #80d0c7 100.22%);
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  bottom: -2px;
  z-index: 0;
}

.sub-hero__title img {
  display: block;
  position: absolute;
}

.sub-hero__text {
  position: relative;
  margin: 52px 0 0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 190%;
}

@media (max-width: 700px) {
  .sub-hero__text {
    margin: 23px 0 0;
    font-size: 12px;
    line-height: 183%;
  }
}

.icon-readmore {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

.icon-readmore::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: linear-gradient(180deg, #62baee 0.84%, #addeda 100%);
  border-radius: 50%;
}

.icon-readmore span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.icon-readmore span::before {
  content: "";
  display: block;
  position: absolute;
  background: #0082c7;
  height: 1.3px;
  width: 19px;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  transition: 0.3s all ease;
}

.icon-readmore span::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1.3px solid #0082c7;
  border-right: 1.3px solid #0082c7;
  height: 8px;
  width: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 15px;
  transition: 0.3s all ease;
}

a:hover .icon-readmore span::before {
  width: 27px;
}

a:hover .icon-readmore span::after {
  left: 23px;
}

.icon-readmore.is-wh::before {
  background: #fff;
  opacity: 0.6;
}

.icon-readmore.is-wh span::before {
  background: #fff;
}

.icon-readmore.is-wh span::after {
  border-top: 1.3px solid #fff;
  border-right: 1.3px solid #fff;
}

.slide-button-prev,
.slide-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #0093e9 0.84%, #80d0c7 100%);
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 700px) {

  .slide-button-prev,
  .slide-button-next {
    width: 40px;
    height: 40px;
  }
}

.slide-button-prev::before,
.slide-button-next::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  z-index: 0;
}

.slide-button-prev::after,
.slide-button-next::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s all ease;
}

@media (max-width: 700px) {

  .slide-button-prev::after,
  .slide-button-next::after {
    width: 8px;
    height: 8px;
  }
}

.slide-button-prev:hover::before,
.slide-button-next:hover::before {
  opacity: 0.1;
}

.slide-button-prev {
  left: -68px;
}

.slide-button-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 3px;
}

.slide-button-prev:hover::after {
  margin-left: 0px;
}

@media (max-width: 1080px) {
  .slide-button-prev {
    left: 10px;
  }

  .slide-button-prev::after {
    margin-left: 1px;
  }
}

.slide-button-next {
  right: -68px;
}

.slide-button-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px;
}

.slide-button-next:hover::after {
  margin-left: 1px;
}

@media (max-width: 1080px) {
  .slide-button-next {
    right: 10px;
  }

  .slide-button-next::after {
    margin-left: -1px;
  }
}

.other-contents {
  background: linear-gradient(180deg, #e0f2fc 0%, #f0f9f8 100%);
  margin: 100px 0 150px;
  padding: 90px 0 100px;
}

.other-contents.is-mt0 {
  margin-top: 0;
}

@media (max-width: 700px) {
  .other-contents {
    margin: 60px 0 80px;
    padding: 47px 0 40px;
  }

  .other-contents.is-mt0 {
    margin-top: 0;
  }
}

.other-contents__inner {
  max-width: 960px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

.other-contents__title {
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-align: center;
}

@media (max-width: 700px) {
  .other-contents__title {
    font-size: 28px;
  }
}

.other-contents__wrap {
  display: flex;
  gap: 40px;
  margin: 46px 0 0;
}

@media (max-width: 700px) {
  .other-contents__wrap {
    margin: 25px 0 0;
    flex-direction: column;
    gap: 20px;
  }
}

.other-contents__btn {
  position: relative;
  width: 280px;
  height: 240px;
  background: #ddd;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 0 20px 58px;
  gap: 28px;
  transition: 0.3s all ease;
}

@media (max-width: 700px) {
  .other-contents__btn {
    justify-content: center;
    width: 100%;
    height: 180px;
    gap: 16px;
    padding: 0 20px;
  }
}

.other-contents__btn::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}

.other-contents__btn:hover::after {
  opacity: 0.1;
}

.other-contents__btn-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.other-contents__btn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
  z-index: 1;
}

.other-contents__btn-img::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(180deg, #0093e9 0, #80d0c7 100%);
  mix-blend-mode: multiply;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

a:hover .other-contents__btn-img img {
  transform: scale(1.1);
}

.other-contents__btn-title {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
}

@media (max-width: 700px) {
  .other-contents__btn-title {
    font-size: 24px;
  }
}

.other-contents__btn-title.is-2row {
  margin-bottom: -10px;
}

@media (max-width: 700px) {
  .other-contents__btn-title.is-2row {
    margin-bottom: 0;
  }
}

.other-contents__btn-btn {
  position: relative;
  width: 220px;
  height: 44px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  font-size: 14px;
  color: #0082c7;
  position: relative;
  z-index: 4;
}

@media (max-width: 700px) {
  .other-contents__btn-btn {
    font-size: 14px;
    width: 240px;
    height: 44px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 3px 46px 0px rgba(0, 155, 213, 0.21);
  transition: 1.5s all ease 0.5s;
}

.header.is-hide {
  opacity: 0;
  transform: translateY(-66px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1060px) {
  .header__inner {
    padding-right: 66px;
  }
}

@media (max-width: 700px) {
  .header__inner {
    padding-right: 52px;
  }
}

.header__logo {
  margin: 0 0 0 16px;
  width: 398px;
}

.header__logo img {
  width: 100%;
}

@media (max-width: 1120px) {
  .header__logo {
    width: 360px;
  }
}

@media (max-width: 1060px) {
  .header__logo {
    width: 398px;
  }
}

@media (max-width: 700px) {
  .header__logo {
    margin: 0 0 0 8px;
    width: 196px;
  }
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1280px) {
  .header__menu {
    gap: 20px;
  }
}

.header__menu-btn {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  height: 66px;
  display: flex;
  align-items: center;
}

@media (max-width: 1280px) {
  .header__menu-btn {
    font-size: 13px;
  }
}

@media (max-width: 1060px) {
  .header__menu-btn {
    display: none;
  }
}

.header__menu-btn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #c5e1f2;
  height: 11px;
  width: 23px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition: 0.3s all ease;
}

.header__menu-btn__a {
  position: relative;
}

.header__menu-btn__a::before {
  content: "";
  display: block;
  position: absolute;
  width: 105%;
  height: 6px;
  background: linear-gradient(90deg, #0093e9 0.98%, #80d0c7 100.22%);
  bottom: -3px;
  left: -2.5%;
  transform: scale(0, 1);
  transition: 0.3s all ease;
}

.header__menu-btn__a.is-current::before {
  transform: scale(1, 1);
}

.header__menu-btn span {
  position: relative;
}

.header__menu-btn:hover::after {
  opacity: 1;
}

.header__menu-btn:hover .header__menu-btn__a::before {
  transform: scale(1, 1);
}

.header__menu-btn:hover .header__menu-btn__sub {
  visibility: visible;
  opacity: 1;
}

.header__menu-btn:hover .header__menu-btn__sub-wrap {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}

.header__menu-btn__sub {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  height: 134px;
  background: linear-gradient(180deg, #c5e1f2 1.79%, #deeeec 98.29%);
  z-index: 990;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all ease;
}

.header__menu-btn__sub-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}

.header__menu-btn__sub-btn {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.header__menu-btn__sub-btn:hover .header__menu-btn__sub-img img {
  transform: scale(1.1);
}

.header__menu-btn__sub-btn:hover .header__menu-btn__sub-text {
  color: #0093e9;
}

.header__menu-btn__sub-img {
  width: 155px;
  height: 74px;
  overflow: hidden;
}

.header__menu-btn__sub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}

.header__menu-btn__sub-text {
  position: relative;
  font-size: 13px;
  padding-left: 10px;
  transition: 0.3s all ease;
}

.header__menu-btn__sub-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #129be5;
  border-radius: 50%;
}

.header__menu-wrap {
  display: flex;
}

@media (max-width: 700px) {
  .header__menu-wrap {
    display: none;
  }
}

.header__menu-wrap a {
  position: relative;
  height: 66px;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: #129be5;
  transition: 0.3s all ease;
}

.header__menu-wrap a span {
  display: block;
  font-size: 15px;
}

.header__menu-wrap a:hover {
  background: #108acc;
}

.header__menu-wrap a:last-child {
  background: #4fd5c6;
}

.header__menu-wrap a:last-child:hover {
  background: #46bdaf;
}

@media (max-width: 1280px) {
  .header__menu-wrap a {
    width: 120px;
  }
}

@media (max-width: 1120px) {
  .header__menu-wrap a {
    width: 100px;
  }
}

.header__menu-sp {
  display: none;
}

@media (max-width: 700px) {
  .header__menu-sp {
    display: block;
  }
}

.header__menu-sp__btn {
  position: relative;
  height: 52px;
  width: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: linear-gradient(270deg, #0093e9 0.84%, #80d0c7 100%);
}

.header__menu-sp__body {
  position: fixed;
  top: 65px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 0.3s all ease;
}

.header__menu-sp__body.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__menu-sp__body::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.header__menu-sp__body a {
  position: relative;
  width: 142px;
  height: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  background: #2192de;
}

.header__menu-sp__body a:last-child {
  background: #54cfbe;
}

.footer {
  display: block;
}

.group-footer__mainInner {
  padding-top: 24px;
}

.group-footer__mainList {
  justify-content: center;
  gap: 32px;
}

@media (max-width: 640px) {
  .group-footer__mainList {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .group-footer__mainListItem .group-footer__mainListLink {
    font-size: 12px;
  }
}

.group-footer__mainList-wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
}

@media (max-width: 1280px) {
  .group-footer__mainList-wrap {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .group-footer__mainList-wrap {
    gap: 16px;
  }
}

.group-footer__mainListItem:not(:last-child) {
  border-right: none;
}

.group-footer__mainListItem {
  padding: 0;
}

.group-footer__mainListItem:not(:first-child) {
  padding: 0;
}

.group-footer__mainListItem:not(:last-child) {
  padding: 0;
}

.bottom-entry {
  margin: -111px 0 0;
}

@media (max-width: 700px) {
  .bottom-entry {
    margin: -55px 0 0;
  }
}

.bottom-entry__slide {
  margin: 0;
}

.bottom-entry__slide-text {
  width: 100%;
  overflow: hidden;
}

.bottom-entry__slide-text .swiper-wrapper {
  transition-timing-function: linear;
}

.bottom-entry__slide-text .swiper-slide {
  width: 2658px !important;
  height: 111px;
}

.bottom-entry__slide-text .swiper-slide img {
  width: 100%;
  opacity: 0.2;
}

@media (max-width: 700px) {
  .bottom-entry__slide-text .swiper-slide {
    width: 1330px !important;
    height: 55px;
  }
}

.bottom-entry__slide-img {
  width: 100%;
  overflow: hidden;
  margin: -22px 0 -290px;
}

@media (max-width: 700px) {
  .bottom-entry__slide-img {
    margin: -10px 0 -152px;
  }
}

.bottom-entry__slide-img .swiper-wrapper {
  transition-timing-function: linear;
}

.bottom-entry__slide-img .swiper-slide {
  width: 374px !important;
  height: 290px;
}

.bottom-entry__slide-img .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 700px) {
  .bottom-entry__slide-img .swiper-slide {
    width: 240px !important;
    height: 152px;
  }
}

.bottom-entry__wrap {
  background: linear-gradient(94deg, #c5e1f2 1.79%, #deeeec 98.29%);
  padding: 446px 0 88px;
}

@media (max-width: 700px) {
  .bottom-entry__wrap {
    padding: 240px 0 60px;
  }
}

.bottom-entry__title {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-size: 74px;
  font-weight: normal;
  color: #0082c7;
}

.bottom-entry__title span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #129be5;
}

@media (max-width: 700px) {
  .bottom-entry__title {
    font-size: 56px;
  }

  .bottom-entry__title span {
    font-size: 16px;
  }
}

.bottom-entry__text {
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin: 44px 0 50px;
}

@media (max-width: 700px) {
  .bottom-entry__text {
    text-align: left;
    margin: 50px 24px;
  }
}

.bottom-entry__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin: 44px 0 0;
}

@media (max-width: 900px) {
  .bottom-entry__btns {
    padding: 0 5%;
    gap: 16px;
  }
}

@media (max-width: 800px) {
  .bottom-entry__btns {
    padding: 0 20px;
    flex-direction: column;
  }
}

.bottom-entry__btns a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  height: 123px;
  background: #129be5;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 0;
  padding-right: 24px;
  transition: 0.3s all ease;
}

.bottom-entry__btns a:hover {
  background: #108acc;
}

@media (max-width: 900px) {
  .bottom-entry__btns a {
    font-size: 26px;
    width: 100%;
    max-width: 390px;
    padding-right: 32px;
  }
}

@media (max-width: 370px) {
  .bottom-entry__btns a {
    font-size: 21px;
  }
}

.bottom-entry__btns a span {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

@media (max-width: 900px) {
  .bottom-entry__btns a span {
    gap: 8px;
  }
}

@media (max-width: 370px) {
  .bottom-entry__btns a span {
    gap: 4px;
  }
}

.bottom-entry__btns a small {
  font-size: 24px;
}

@media (max-width: 900px) {
  .bottom-entry__btns a small {
    font-size: 20px;
  }
}

@media (max-width: 370px) {
  .bottom-entry__btns a small {
    font-size: 17px;
  }
}

.bottom-entry__btns a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 46px;
  width: 26px;
  height: 26px;
  background: url(/recruit/img/common/icon-external-link.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 370px) {
  .bottom-entry__btns a::after {
    right: 33px;
    width: 20px;
    height: 20px;
  }
}

.bottom-entry__btns a:last-child {
  background: #4fd5c6;
  letter-spacing: 0.13em;
}

.bottom-entry__btns a:last-child small {
  letter-spacing: 0.2em;
}

.bottom-entry__btns a:last-child:hover {
  background: #46bdaf;
}

.sp-menu__btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 66px;
  height: 66px;
  background: #fff;
  z-index: 999;
  cursor: pointer;
  display: none;
}

@media (max-width: 1060px) {
  .sp-menu__btn {
    display: block;
  }
}

@media (max-width: 700px) {
  .sp-menu__btn {
    width: 52px;
    height: 52px;
  }
}

.sp-menu__btn span,
.sp-menu__btn::before,
.sp-menu__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 2px;
  background: #129be5;
  transition: 0.3s all ease;
}

.sp-menu__btn::before {
  margin-top: -8px;
}

.sp-menu__btn::after {
  margin-top: 8px;
}

.sp-menu__btn.is-open span {
  opacity: 0;
}

.sp-menu__btn.is-open::before {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.sp-menu__btn.is-open::after {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(135deg);
}

.sp-menu__body {
  position: fixed;
  top: 0;
  width: 230px;
  height: auto;
  background: #fff;
  z-index: 998;
  box-shadow: 0px 3px 6px 0px rgba(0, 130, 199, 0.2);
  border-radius: 0 0 0 30px;
  padding: 83px 25px 35px 35px;
  right: -230px;
  transition: 0.3s all ease;
}

.sp-menu__body.is-open {
  right: 0;
}

.sp-menu__body-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sp-menu__body-menu__btn {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  padding: 0 0 8px;
  border-bottom: 1px solid #129be5;
  cursor: pointer;
}

.sp-menu__body-menu__btn::before,
.sp-menu__body-menu__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 1px;
  background: #129be5;
  top: 7px;
  right: 0;
}

.sp-menu__body-menu__btn::after {
  transform: rotate(90deg);
}

.sp-menu__body-menu__btn.is-open::after {
  opacity: 0;
}

.sp-menu__body-menu__sub {
  display: none;
}

.sp-menu__body-menu__sub-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 12px 0 8px;
}

.sp-menu__body-menu__sub-btn {
  display: block;
  position: relative;
  font-size: 11px;
  padding-left: 10px;
}

.sp-menu__body-menu__sub-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #129be5;
  border-radius: 50%;
}

.sp-menu__body-menu__wrap {
  margin: 34px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sp-menu__body-menu__wrap a {
  position: relative;
  height: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: #129be5;
}

.sp-menu__body-menu__wrap a:last-child {
  background: #4fd5c6;
}

.index {
  padding-bottom: 170px;
}

@media (max-width: 700px) {
  .index {
    padding-bottom: 100px;
  }
}

.index__hero {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  overflow: hidden;
}

@media (max-width: 700px) {
  .index__hero {
    height: 100dvh;
  }
}

.index__hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  overflow: hidden;
}

.index__hero-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s ease-in-out 0.5s;
  transform: scale(1);
}

.index__hero-img.is-show {
  opacity: 1;
  z-index: 1;
}

.index__hero-img.is-show img {
  transform: scale(1.1);
}

.index__hero-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index__hero-text-1,
.index__hero-text-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-size: 60px;
  line-height: 1em;
  width: fit-content;
  margin: auto;
  height: 86px;
}

.index__hero-text-1 span,
.index__hero-text-2 span {
  margin-top: -6px;
  opacity: 0;
  transform: translateY(5px);
  transition: 0.5s all ease 0.8s;
}

.index__hero-text-1::before,
.index__hero-text-2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.5s all ease-in-out 0.5s;
}

.index__hero-text-1.is-show span,
.index__hero-text-2.is-show span {
  opacity: 1;
  transform: translateY(0);
}

.index__hero-text-1.is-show::before,
.index__hero-text-2.is-show::before {
  transform: scale(1, 1);
}

@media (max-width: 700px) {

  .index__hero-text-1,
  .index__hero-text-2 {
    font-size: 31px;
    height: 38px;
    padding-top: 4px;
  }
}

.index__hero-text-1 {
  width: 280px;
}

@media (max-width: 700px) {
  .index__hero-text-1 {
    width: 143px;
  }
}

.index__hero-text-2 {
  width: 516px;
  margin-top: 32px;
}

@media (max-width: 700px) {
  .index__hero-text-2 {
    margin-top: 14px;
    width: 260px;
  }
}

.index__hero-text-3,
.index__hero-text-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  color: #fff;
  width: fit-content;
  margin: auto;
  background: linear-gradient(99deg, #0093e9 0.84%, #80d0c7 100%);
  height: 39px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.7s all ease;
}

.index__hero-text-3.is-show,
.index__hero-text-4.is-show {
  opacity: 1;
  transform: translate(0);
}

.index__hero-text-3 span,
.index__hero-text-4 span {
  margin-top: -3px;
}

@media (max-width: 700px) {

  .index__hero-text-3,
  .index__hero-text-4 {
    font-size: 16px;
    height: 26px;
    padding-top: 2px;
  }
}

.index__hero-text-3 {
  margin-top: 40px;
  width: 357px;
}

@media (max-width: 700px) {
  .index__hero-text-3 {
    margin-top: 34px;
    width: 242px;
  }
}

.index__hero-text-4 {
  margin-top: 14px;
  width: 293px;
}

@media (max-width: 700px) {
  .index__hero-text-4 {
    margin-top: 11px;
    width: 201px;
  }
}

.index__hero-text-5 {
  position: absolute;
  bottom: -79px;
  right: -127px;
  width: 499px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.7s all ease 0.6s;
}

.index__hero-text-5 img {
  width: 100%;
}

.index__hero-text-5.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 700px) {
  .index__hero-text-5 {
    width: 315px;
    bottom: -60px;
    right: -69px;
  }
}

.index__slide {
  width: 100%;
  overflow: hidden;
  margin: 16px 0 0;
}

.index__slide .swiper-wrapper {
  transition-timing-function: linear;
}

.index__slide .swiper-slide {
  width: 374px !important;
  height: 290px;
}

.index__slide .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 700px) {
  .index__slide .swiper-slide {
    width: 240px !important;
    height: 152px;
  }
}

.index__title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  text-align: center;
  width: fit-content;
  margin: auto;
}

.index__title span {
  position: relative;
}

.index__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 103%;
  height: 6px;
  background: linear-gradient(90deg, #0093e9 0.98%, #80d0c7 100.22%);
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  bottom: -2px;
}

.index__title img {
  position: absolute;
}

@media (max-width: 700px) {
  .index__title {
    font-size: 28px;
  }
}

.index__about {
  padding: 90px 0;
}

@media (max-width: 700px) {
  .index__about {
    padding: 47px 0;
  }
}

.index__about .index__title-img {
  bottom: -35px;
  right: -88px;
}

@media (max-width: 700px) {
  .index__about .index__title-img {
    width: 101px;
    bottom: -22px;
    right: -32px;
  }
}

.index__about-wrap {
  margin: 80px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

@media (max-width: 1080px) {
  .index__about-wrap {
    padding: 0 5%;
  }
}

@media (max-width: 700px) {
  .index__about-wrap {
    margin: 36px 0 0;
    padding: 0 20px;
    flex-direction: column;
    gap: 8px;
  }
}

.index__about-btn {
  position: relative;
  width: 480px;
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding-top: 50px;
  transition: 0.8s all ease;
  opacity: 0;
  transform: translateY(10px);
}

.index__about-btn:last-child {
  transition-delay: 0.3s;
}

.index__about.is-show .index__about-btn,
.index__recruit.is-show .index__about-btn {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 700px) {
  .index__about-btn {
    width: 100%;
    height: 200px;
    gap: 16px;
    padding-top: 0;
  }
}

.index__about-btn::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}

.index__about-btn:hover::after {
  opacity: 0.1;
}

.index__about-btn__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index__about-btn__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
  z-index: 1;
}

.index__about-btn__img::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(99deg, #0093e9 0.84%, #80d0c7 100%);
  mix-blend-mode: multiply;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

a:hover .index__about-btn__img img {
  transform: scale(1.1);
}

.index__about-btn__title {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 4;
}

@media (max-width: 700px) {
  .index__about-btn__title {
    font-size: 28px;
  }
}

.index__about-btn__btn {
  position: relative;
  width: 260px;
  height: 52px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  font-size: 16px;
  color: #0082c7;
  position: relative;
  z-index: 4;
}

@media (max-width: 700px) {
  .index__about-btn__btn {
    font-size: 14px;
    width: 220px;
    height: 44px;
  }
}

.index__about-movie {
  display: flex;
  justify-content: center;
  margin: 64px 0 0;
}

@media (max-width: 700px) {
  .index__about-movie {
    margin: 32px 0 0;
  }
}

.index__about-movie iframe {
  width: 600px;
  height: auto;
  aspect-ratio: 16/8.4;
}

@media (max-width: 700px) {
  .index__about-movie iframe {
    width: 90%;
  }
}

.index__service {
  position: relative;
  background: linear-gradient(180deg, #d0e6f3 0.84%, #e2efee 100%);
  margin: 0 28px;
  padding: 88px 0 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s all ease;
}

.index__service.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .index__service {
    margin: 0;
  }
}

@media (max-width: 700px) {
  .index__service {
    padding: 47px 0 60px;
  }
}

.index__service .index__title-img {
  bottom: -25px;
  right: -66px;
}

@media (max-width: 700px) {
  .index__service .index__title-img {
    bottom: -25px;
    right: -45px;
  }
}

.index__service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  mix-blend-mode: color-burn;
}

.index__service-bg img {
  width: 100%;
}

.index__service-title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  text-align: center;
  width: fit-content;
  margin: 70px auto 0;
  padding-bottom: 7px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.index__service-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #0082c7;
  width: calc(100% - 0.8em);
  height: 1px;
}

@media (max-width: 700px) {
  .index__service-title {
    margin: 57px auto 0;
  }
}

.index__service-text {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 700px) {
  .index__service-text {
    font-size: 13px;
  }
}

.index__service-wrap {
  position: relative;
  background: linear-gradient(112deg, #0093e9 20.39%, #80d0c7 75.19%);
  margin: 42px -28px 0;
  padding: 43px 0 36px;
  transition: 0.8s all ease;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: top left;
}

.index__service-wrap.is-show {
  opacity: 1;
  transform: scale(1, 1);
}

@media (max-width: 1080px) {
  .index__service-wrap {
    margin: 42px 0 0;
  }
}

.index__service-wrap__title {
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  opacity: 0;
  transition: 0.8s all ease 0.8s;
}

.index__service-wrap.is-show .index__service-wrap__title {
  opacity: 1;
}

@media (max-width: 700px) {
  .index__service-wrap__title {
    font-size: 20px;
    line-height: 1.5em;
  }
}

.index__service-wrap__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 26px 0 0;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s all ease 0.8s;
}

.index__service-wrap.is-show .index__service-wrap__wrap {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 700px) {
  .index__service-wrap__wrap {
    flex-wrap: wrap;
  }
}

.index__service-wrap__wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(22, 247, 238, 0.16);
  transition: 0.3s all ease;
}

@media (max-width: 1080px) {
  .index__service-wrap__wrap a {
    width: 162px;
    height: 162px;
  }

  .index__service-wrap__wrap a img {
    width: 44px;
  }
}

.index__service-wrap__wrap a p {
  margin: 11px 0 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  line-height: 24px;
}

.index__service-wrap__wrap a p span {
  display: block;
  font-size: 16px;
}

@media (max-width: 1080px) {
  .index__service-wrap__wrap a p {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 17px;
  }

  .index__service-wrap__wrap a p span {
    font-size: 12px;
  }
}

.index__service-wrap__wrap a::after {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 13px;
  background: url(/recruit/img/common/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  margin: 26px 0 0;
  transition: 0.3s all ease;
}

@media (max-width: 1080px) {
  .index__service-wrap__wrap a::after {
    width: 16px;
    height: 9px;
    margin: 14px 0 0;
  }
}

.index__service-wrap__wrap a:hover {
  background: #f0fcff;
}

.index__service-wrap__wrap a:hover::after {
  transform: translateX(5px);
}

.index__service-wrap__btn {
  margin: 32px 0 0;
  opacity: 0;
  transition: 0.8s all ease 0.8s;
}

.index__service-wrap.is-show .index__service-wrap__btn {
  opacity: 1;
}

.index__service-casestudy {
  width: 868px;
  margin: 32px auto 0;
}

@media (max-width: 1080px) {
  .index__service-casestudy {
    width: 100%;
  }
}

.index__service-casestudy__wrap {
  position: relative;
}

.index__service-casestudy .swiper {
  padding: 16px 16px 20px;
}

.index__service-casestudy .case-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 205px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(22, 247, 238, 0.16);
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all ease;
}

.index__service-casestudy .case-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 20px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: 0.3s all ease;
}

.index__service-casestudy .case-box::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 16px;
  width: 24px;
  height: 13px;
  background: url(/recruit/img/common/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  margin: 26px 0 0;
  transition: 0.3s all ease;
}

.index__service-casestudy .case-box:hover {
  background: #f0fcff;
}

.index__service-casestudy .case-box:hover::after {
  background: #f0fcff;
}

.index__service-casestudy .case-box:hover::before {
  transform: translateX(5px);
}

.index__service-casestudy .case-box__title {
  color: #0071c5;
  font-size: 15px;
}

.index__service-casestudy .case-box__text {
  margin: 20px 0 0;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5em;
}

@media (max-width: 890px) {
  .index__service-casestudy .case-box__text {
    font-size: 16px;
  }
}

@media (max-width: 780px) {
  .index__service-casestudy .case-box__text {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .index__service-casestudy .case-box__text {
    font-size: 16px;
  }
}

.index__service-casestudy__btn {
  margin: 48px 0 0;
}

@media (max-width: 700px) {
  .index__service-casestudy__btn {
    margin: 20px 0 0;
  }
}

.index__interview {
  padding: 70px 0 80px;
}

.index__interview .index__title-img {
  bottom: -36px;
  right: -163px;
}

@media (max-width: 700px) {
  .index__interview .index__title-img {
    width: 158px;
    bottom: -33px;
    right: -65px;
  }
}

.index__interview-title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  text-align: center;
  width: fit-content;
  margin: 70px auto 0;
  padding-bottom: 7px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s all ease;
}

.index__interview.is-show .index__interview-title {
  opacity: 1;
  transform: translateY(0);
}

.index__interview-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #0082c7;
  width: calc(100% - 0.8em);
  height: 1px;
}

.index__interview-text {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s all ease 0.3s;
}

.index__interview.is-show .index__interview-text {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 700px) {
  .index__interview-text {
    font-size: 13px;
    line-height: 22px;
  }
}

.index__interview-wrap {
  width: 836px;
  margin: 32px auto 0;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s all ease 0.5s;
}

.index__interview.is-show .index__interview-wrap {
  opacity: 1;
  transform: translateY(0);
}

.index__interview-wrap.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .index__interview-wrap {
    width: 100%;
    padding: 0 5%;
  }
}

@media (max-width: 700px) {
  .index__interview-wrap {
    padding: 0;
  }
}

.index__interview-wrap .swiper {
  padding: 16px 0 20px;
}

.index__interview-wrap .interview-box {
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease;
}

.index__interview-wrap .interview-box__img {
  position: relative;
  overflow: hidden;
}

.index__interview-wrap .interview-box__img img {
  width: 100%;
  transition: 0.3s all ease;
}

.index__interview-wrap .interview-box__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 110px;
  background: linear-gradient(180deg, #fff 0%, #0082c7 100%);
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 0;
}

.index__interview-wrap .interview-box__img p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  padding: 17px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 26px;
  z-index: 1;
}

@media (max-width: 1080px) {
  .index__interview-wrap .interview-box__img p {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .index__interview-wrap .interview-box__img p {
    font-size: 14px;
  }
}

.index__interview-wrap .interview-box__title {
  margin: 12px 0 0;
  font-size: 12px;
}

.index__interview-wrap .interview-box__name {
  margin: 7px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.5em;
  color: #0082c7;
  padding-bottom: 2px;
  width: fit-content;
}

.index__interview-wrap .interview-box:hover .interview-box__img img {
  transform: scale(1.1);
}

.index__interview-wrap .interview-box:hover .interview-box__name {
  border-bottom: 1px solid #0071c5;
}

.index__interview-wrap .interview-slide-button-prev {
  left: -84px;
}

@media (max-width: 1080px) {
  .index__interview-wrap .interview-slide-button-prev {
    left: 10px;
  }

  .index__interview-wrap .interview-slide-button-prev::after {
    margin-left: 1px;
  }
}

.index__interview-wrap .interview-slide-button-next {
  right: -84px;
}

@media (max-width: 1080px) {
  .index__interview-wrap .interview-slide-button-next {
    right: 10px;
  }

  .index__interview-wrap .interview-slide-button-next::after {
    margin-left: -1px;
  }
}

.index__interview-btn {
  margin: 48px 0 0;
}

@media (max-width: 700px) {
  .index__interview-btn {
    margin: 20px 0 0;
  }
}

.index__workstyle {
  position: relative;
  margin: 80px 28px 0;
  padding: 90px 0;
  background: linear-gradient(180deg, #d0e6f3 0.84%, #e2efee 100%);
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s all ease 0.3s;
}

.index__workstyle.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .index__workstyle {
    margin: 80px 0 0;
  }
}

@media (max-width: 700px) {
  .index__workstyle {
    margin: 60px 0 0;
    padding: 67px 0 32px;
  }
}

.index__workstyle .index__title-img {
  bottom: -55px;
  right: -108px;
}

@media (max-width: 700px) {
  .index__workstyle .index__title-img {
    width: 140px;
    bottom: -49px;
    right: -54px;
  }
}

.index__workstyle-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
}

.index__workstyle-bg-1 {
  top: 0;
  left: 0;
}

.index__workstyle-bg-2 {
  top: 0;
  right: 0;
}

@media (max-width: 1280px) {
  .index__workstyle-bg {
    width: 25%;
    object-fit: cover;
    object-position: right;
  }
}

@media (max-width: 700px) {
  .index__workstyle-bg {
    display: none;
  }
}

.index__workstyle-text {
  margin: 56px 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.8em;
}

@media (max-width: 700px) {
  .index__workstyle-text {
    font-size: 13px;
    margin: 40px 0 0;
  }
}

.index__workstyle-wrap {
  margin: 42px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 1080px) {
  .index__workstyle-wrap {
    gap: 10px;
    padding: 0 20px;
  }
}

@media (max-width: 700px) {
  .index__workstyle-wrap {
    flex-direction: column;
    gap: 8px;
    padding: 0 20px;
  }
}

.index__workstyle-cell {
  position: relative;
  width: 320px;
  height: 260px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 40px 0px rgba(22, 247, 238, 0.16);
  transition: 0.3s background ease, 0.8s opacity, 0.8s transform;
  opacity: 0;
  transform: translateY(20px);
}

.index__workstyle-cell:nth-child(2) {
  transition: 0.3s background ease, 0.8s opacity 0.3s, 0.8s transform 0.3s;
}

.index__workstyle-cell:nth-child(3) {
  transition: 0.3s background ease, 0.8s opacity 0.6s, 0.8s transform 0.6s;
}

.index__workstyle-wrap.is-show .index__workstyle-cell {
  opacity: 1;
  transform: translateY(0);
}

.index__workstyle-cell:hover {
  background: #f0fcff;
}

@media (max-width: 1080px) {
  .index__workstyle-cell {
    width: 280px;
  }
}

@media (max-width: 700px) {
  .index__workstyle-cell {
    width: 100%;
    height: 143px;
    padding: 30px 0 0 30px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.index__workstyle-cell p {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
  color: #0082c7;
}

@media (max-width: 1080px) {
  .index__workstyle-cell p {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .index__workstyle-cell p {
    text-align: left;
    font-size: 24px;
    line-height: 1.3em;
  }
}

.index__workstyle-cell__btn {
  position: absolute;
  bottom: 26px;
  right: 30px;
  color: #0082c7;
  display: flex;
  align-items: center;
  gap: 5px;
}

.index__workstyle-cell__btn span {
  padding-bottom: 1px;
}

.index__workstyle-cell__btn .icon-readmore {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

@media (max-width: 700px) {
  .index__workstyle-cell__btn {
    bottom: 16px;
  }
}

.index__workstyle-img {
  display: none;
  width: 100%;
  padding: 0 20px;
  margin: 32px 0 0;
}

.index__workstyle-img img {
  width: 100%;
}

@media (max-width: 700px) {
  .index__workstyle-img {
    display: block;
  }
}

.index__recruit {
  padding: 90px 0 0;
}

@media (max-width: 700px) {
  .index__recruit {
    padding: 64px 0 0;
  }
}

.index__recruit .index__title-img {
  bottom: -26px;
  right: -70px;
}

@media (max-width: 700px) {
  .index__recruit .index__title-img {
    width: 93px;
    bottom: -20px;
    right: -51px;
  }
}

.banner-crosstalk {
  position: relative;
  display: block;
  padding: 40px 0 50px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s all ease 0.3s;
  overflow: hidden;
}

.banner-crosstalk::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/recruit/img/top/crosstalk_bg.png) no-repeat center center;
  background-size: cover;
  transition: 0.3s all ease;
}

@media (max-width: 700px) {
  .banner-crosstalk::before {
    display: none;
  }
}

.banner-crosstalk.is-show {
  opacity: 1;
  transform: translateY(0);
}

.banner-crosstalk.is-pc:hover::before {
  transform: scale(1.1);
}

.banner-crosstalk.is-sp {
  display: none;
}

@media (max-width: 700px) {
  .banner-crosstalk {
    padding: 0;
    background: none;
  }

  .banner-crosstalk.is-pc {
    display: none;
  }

  .banner-crosstalk.is-sp {
    display: block;
  }
}

.banner-crosstalk__img {
  position: relative;
  width: 100%;
}

.banner-crosstalk__img img {
  width: 100%;
}

.banner-crosstalk__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-crosstalk__title span {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #0082c7;
  letter-spacing: 0.25em;
}

.banner-crosstalk__copy {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  letter-spacing: 0.18em;
  color: #000;
  text-align: center;
  width: fit-content;
  margin: 16px auto 0;
  background: #fff;
  padding: 12px 0 10px 16px;
}

.banner-crosstalk__head {
  position: relative;
  margin: 16px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #0082c7;
  text-align: center;
  letter-spacing: 0.04em;
}

.banner-crosstalk__text {
  position: relative;
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
}

@media (max-width: 700px) {
  .banner-crosstalk__text {
    margin: 20px 0 0;
  }
}

.banner-crosstalk__btn {
  margin: 38px 0 0;
}

@media (max-width: 700px) {
  .banner-crosstalk__btn {
    margin: 26px 0 0;
  }
}

.case .sub-hero__title img {
  width: 200px;
  bottom: -42px;
  right: -140px;
  transform: rotate(-10deg);
}

@media (max-width: 700px) {
  .case .sub-hero__title img {
    width: 123px;
    bottom: -32px;
    right: -79px;
  }
}

.case__inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
}

.case__index {
  background: linear-gradient(180deg, #d8e9f4 0%, #e7f0ef 100%);
  overflow: hidden;
}

.case__index-wrap {
  margin: 64px 0 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 700px) {
  .case__index-wrap {
    margin: 44px 0 100px;
    gap: 24px;
  }
}

.case__index-cell {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(22, 247, 238, 0.14);
  padding: 60px;
}

@media (max-width: 700px) {
  .case__index-cell {
    padding: 40px 30px;
  }
}

.case__index-cell__wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 700px) {
  .case__index-cell__wrap {
    flex-direction: column;
  }
}

.case__index-cell:nth-child(even) .case__index-cell__wrap {
  flex-direction: row-reverse;
}

@media (max-width: 700px) {
  .case__index-cell:nth-child(even) .case__index-cell__wrap {
    flex-direction: column;
  }
}

.case__index-cell__img {
  flex: 1;
}

@media (max-width: 700px) {
  .case__index-cell__img {
    flex: auto;
  }
}

.case__index-cell__img img {
  width: 100%;
}

.case__index-cell__menu {
  flex: 0 0 440px;
}

@media (max-width: 700px) {
  .case__index-cell__menu {
    flex: auto;
    width: 100%;
  }
}

.case__index-cell__title {
  position: relative;
  color: #129be5;
  font-family: "Shippori Mincho", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.06em;
  padding-left: 18px;
}

.case__index-cell__title span {
  display: block;
  font-size: 24px;
  margin-top: -3px;
}

.case__index-cell__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0093e9 0%, #80d0c7 100%);
}

@media (max-width: 700px) {
  .case__index-cell__title {
    font-size: 24px;
  }

  .case__index-cell__title span {
    font-size: 18px;
  }
}

.case__index-cell__list {
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 700px) {
  .case__index-cell__list {
    margin: 24px 0 0;
  }
}

.case__index-cell__list a {
  position: relative;
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #d3efff;
  padding-bottom: 16px;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s all ease;
}

.case__index-cell__list a span {
  color: #129be5;
  font-family: "Noto Sans JP";
  font-size: 14px;
}

.case__index-cell__list a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 700px) {
  .case__index-cell__list a {
    flex-direction: column;
    gap: 2px;
  }
}

.case__index-cell__list a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -8px;
  right: 0;
  width: 24px;
  height: 13px;
  background: url(/recruit/img/common/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s all ease;
}

.case__index-cell__list a:hover {
  color: #0093e9;
}

.case__index-cell__list a:hover::after {
  transform: translateX(5px) translateY(-50%);
}

.case__article {
  padding: 80px 0 100px;
}

@media (max-width: 700px) {
  .case__article {
    padding: 40px 0 100px;
  }
}

.case__article-title {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.case__article-title span {
  display: block;
  color: #129be5;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1;
  margin: 0 0 6px;
}

@media (max-width: 700px) {
  .case__article-title {
    font-size: 24px;
  }
}

.case__article-service {
  margin: 56px 0 0;
  display: flex;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.84px;
  border-bottom: 1px solid #d3efff;
  padding-bottom: 16px;
}

.case__article-service h4 {
  color: #129be5;
  width: 150px;
}

.case__article-service p {
  font-size: 15px;
}

@media (max-width: 700px) {
  .case__article-service {
    margin: 40px 0 0;
    font-size: 12px;
  }

  .case__article-service h4 {
    width: 80px;
    line-height: 1.8em;
  }

  .case__article-service p {
    line-height: 1.5em;
  }
}

.case__article-contents {
  margin: 24px 0 0;
}

.case__article-contents h4 {
  color: #129be5;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.84px;
}

@media (max-width: 700px) {
  .case__article-contents h4 {
    font-size: 12px;
  }
}

.case__article-contents__wrap {
  display: flex;
  gap: 32px;
  margin: 24px 0 0;
}

@media (max-width: 700px) {
  .case__article-contents__wrap {
    flex-direction: column;
    gap: 20px;
    margin: 16px 0 0;
  }
}

.case__article-contents__cell {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ededed;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0px rgba(151, 151, 151, 0.14);
  display: flex;
  flex-direction: column;
}

.case__article-contents__cell-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.case__article-contents__cell-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case__article-contents__cell-title {
  color: #129be5;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.08px;
  padding: 18px 24px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case__article-contents__cell-title sup {
  font-size: 0.6em;
  top: -0.7em;
}

.case__article-contents__cell-title.is-s {
  font-size: 15px;
  padding: 18px 8px 20px;
}

.case__article-contents__text {
  margin: 36px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.84px;
}

.case__article-contents__caution {
  margin: 16px 0 0;
  color: #555;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.72px;
}

.case__article-contents__point {
  position: relative;
  margin: 50px 0 0;
  padding: 32px 60px 40px;
  background: linear-gradient(180deg, #e1f2fc 0%, #eff9f8 100%);
}

@media (max-width: 700px) {
  .case__article-contents__point {
    padding: 44px 20px;
  }
}

.case__article-contents__point h4 {
  color: #129be5;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.2px;
}

.case__article-contents__point-img {
  position: absolute;
  top: -15px;
  left: -9px;
}

.case__article-contents__point-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 16px 0 0;
}

@media (max-width: 700px) {
  .case__article-contents__point-wrap {
    gap: 8px;
  }
}

.case__article-contents__point-wrap p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.7px;
}

.case__article-bottom {
  background: linear-gradient(180deg, #e1f2fc 0%, #eff9f8 100%);
  margin: 0 28px;
  padding: 40px 0 150px;
}

@media (max-width: 700px) {
  .case__article-bottom {
    margin: 0;
    padding: 20px 0 90px;
  }
}

.interview .sub-hero__title img {
  width: 140px;
  bottom: -18px;
  right: -87px;
  transform: rotate(-10deg);
}

@media (max-width: 700px) {
  .interview .sub-hero__title img {
    width: 100px;
    bottom: -14px;
    right: -71px;
  }
}

.interview__inner {
  max-width: 1040px;
  margin: auto;
  padding: 100px 20px 120px;
}

@media (max-width: 700px) {
  .interview__inner {
    padding: 60px 20px 100px;
  }
}

.interview__index {
  background: linear-gradient(180deg, #e0f2fc 0%, #f0f9f8 100%);
}

.interview__index-title {
  width: fit-content;
  margin: auto;
  position: relative;
  font-family: "Shippori Mincho", serif;
  color: #000;
  text-align: center;
  text-indent: 0.5em;
  font-feature-settings: "palt" on;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
}

.interview__index-title span {
  position: relative;
}

.interview__index-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 10px;
  background: linear-gradient(90deg, #0093e9 0.98%, #80d0c7 100.22%);
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  bottom: -5px;
  z-index: 0;
}

@media (max-width: 700px) {
  .interview__index-title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .interview__index-title::before {
    height: 6px;
    bottom: -4px;
  }
}

.interview__index-text {
  margin: 43px 0 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
}

@media (max-width: 700px) {
  .interview__index-text {
    font-size: 13px;
  }
}

.interview__index-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 100px 0 0;
}

@media (max-width: 700px) {
  .interview__index-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 80px 0 0;
    gap: 24px;
  }
}

.interview__index-cell {
  width: calc(50% - 20px);
  background: #fff;
  padding: 60px 60px 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px rgba(22, 247, 238, 0.14);
  transition: 0.3s all ease;
}

@media (max-width: 700px) {
  .interview__index-cell {
    width: 100%;
    padding: 38px 30px 45px;
  }
}

.interview__index-cell__img {
  width: 100%;
  overflow: hidden;
}

.interview__index-cell__img img {
  width: 100%;
  transition: 0.3s all ease;
}

.interview__index-cell:hover {
  background: #f0fcff;
}

.interview__index-cell:hover .interview__index-cell__img img {
  transform: scale(1.1);
}

.interview__index-cell__title {
  margin: 24px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-bottom: 1px solid #d3efff;
  padding-bottom: 16px;
}

@media (max-width: 700px) {
  .interview__index-cell__title {
    font-size: 17px;
  }
}

.interview__index-cell__pos {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1.4px;
}

@media (max-width: 700px) {
  .interview__index-cell__pos {
    font-size: 12px;
  }
}

.interview__index-cell__name {
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.2em;
}

.interview__index-cell__btn {
  margin: 24px 0 0;
  position: relative;
  width: 130px;
  color: #0082c7;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.interview__article {
  position: relative;
}

.interview__article-head {
  position: relative;
  margin: -160px 0 0;
}

@media (max-width: 700px) {
  .interview__article-head {
    margin: -60px 0 0;
  }
}

.interview__article-head__img {
  width: 100%;
  padding-right: 40px;
}

.interview__article-head__img img {
  width: 100%;
}

@media (max-width: 700px) {
  .interview__article-head__img {
    padding: 0;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

.interview__article-head__info {
  position: absolute;
  right: 0;
  bottom: -60px;
  background: #fff;
  width: 512px;
  padding: 45px 45px 50px;
  border-radius: 20px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(151, 151, 151, 0.14);
}

@media (max-width: 700px) {
  .interview__article-head__info {
    position: relative;
    width: 100%;
    right: inherit;
    bottom: inherit;
    margin: -26px 0 0;
    padding: 32px 24px 48px;
  }
}

.interview__article-head__info-pos {
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.interview__article-head__info-name {
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2em;
}

.interview__article-head__info-year,
.interview__article-head__info-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.interview__article-head__info-year {
  margin-top: 44px;
}

@media (max-width: 700px) {
  .interview__article-head__info-year {
    margin-top: 32px;
  }
}

.interview__article-head__info-text {
  margin-top: 16px;
}

.interview__article-head.is-reverse .interview__article-head__img {
  padding-left: 40px;
  padding-right: inherit;
}

@media (max-width: 700px) {
  .interview__article-head.is-reverse .interview__article-head__img {
    padding: 0;
  }
}

.interview__article-head.is-reverse .interview__article-head__info {
  right: inherit;
  left: 0;
}

@media (max-width: 700px) {
  .interview__article-head.is-reverse .interview__article-head__info {
    left: inherit;
  }
}

.interview__article-point {
  margin: 150px 0 0;
}

@media (max-width: 700px) {
  .interview__article-point {
    margin: 64px 0 0;
  }
}

.interview__article-point__wrap {
  display: flex;
  gap: 24px;
}

@media (max-width: 700px) {
  .interview__article-point__wrap {
    flex-direction: column;
    gap: 48px;
  }
}

.interview__article-point__cell {
  width: 100%;
}

.interview__article-point__cell-title {
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.interview__article-point__cell-title::before {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background: url(/recruit/img/interview/icon_check.svg) no-repeat center center;
  background-size: contain;
}

.interview__article-point__cell-title::after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  height: 1px;
  background: #0082c7;
}

.interview__article-point__cell-text {
  margin: 24px 0 0;
  color: #333;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.1em;
}

.interview__article-main h3 {
  margin-top: 80px;
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1em;
}

@media (max-width: 700px) {
  .interview__article-main h3 {
    font-size: 20px;
  }
}

.interview__article-main__wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.interview__article-main__wrap:last-child {
  flex-direction: row;
}

@media (max-width: 700px) {
  .interview__article-main__wrap {
    margin-top: 32px;
    flex-direction: column;
    gap: 32px;
  }

  .interview__article-main__wrap:last-child {
    flex-direction: column;
  }
}

.interview__article-main__wrap p {
  width: 50%;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.1em;
}

@media (max-width: 700px) {
  .interview__article-main__wrap p {
    width: 100%;
  }
}

.interview__article-main__wrap img {
  width: calc(50% - 40px);
}

@media (max-width: 700px) {
  .interview__article-main__wrap img {
    width: 100%;
  }
}

.interview__article-msg {
  margin: 120px 0 0;
}

@media (max-width: 700px) {
  .interview__article-msg {
    margin: 80px 0 0;
  }
}

.interview__article-msg__img {
  position: relative;
  width: 208px;
  height: 208px;
  margin: auto;
}

@media (max-width: 700px) {
  .interview__article-msg__img {
    width: 180px;
    height: 180px;
  }
}

.interview__article-msg__img img {
  width: 100%;
}

.interview__article-msg__img img.interview__article-msg__img-text {
  position: absolute;
  width: 200px;
  top: 16px;
  left: -140px;
}

@media (max-width: 700px) {
  .interview__article-msg__img img.interview__article-msg__img-text {
    width: 134px;
    top: 9px;
    left: -77px;
  }
}

.interview__article-msg__text {
  margin: 32px 0 0;
  color: #0082c7;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
}

@media (max-width: 700px) {
  .interview__article-msg__text {
    text-align: left;
    font-size: 14px;
    padding: 0 24px;
  }
}

.interview__article-bottom {
  background: linear-gradient(180deg, #e4eef5 0%, #e6f0ef 100%);
  margin: 0 28px;
  padding: 60px 0 60px;
}

.interview__article-bottom__title {
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: -10px;
}

@media (max-width: 700px) {
  .interview__article-bottom {
    margin: 0;
    padding: 40px 0 60px;
  }
}

.faq {
  background: linear-gradient(180deg, #d8e9f4 0%, #e7f0ef 100%);
  overflow: hidden;
}

.faq .sub-hero__title img {
  width: 120px;
  bottom: -25px;
  right: -68px;
  transform: rotate(-10deg);
}

@media (max-width: 700px) {
  .faq .sub-hero__title img {
    width: 80px;
    bottom: -18px;
    right: -50px;
  }
}

.faq__inner {
  max-width: 1040px;
  margin: auto;
  padding: 100px 20px 100px;
}

@media (max-width: 700px) {
  .faq__inner {
    padding: 44px 20px 100px;
  }
}

.faq__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 700px) {
  .faq__wrap {
    gap: 16px;
  }
}

.faq__block {
  position: relative;
  background: #fff;
  padding: 32px 60px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(22, 247, 238, 0.14);
  cursor: pointer;
}

@media (max-width: 700px) {
  .faq__block {
    padding: 24px 20px;
  }
}

.faq__block-q {
  position: relative;
  color: #129be5;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.06em;
  padding-left: 38px;
  padding-right: 30px;
  transition: 0.3s all ease;
}

@media (max-width: 700px) {
  .faq__block-q {
    font-size: 15px;
    line-height: 150%;
  }
}

.faq__block-q::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 24.528px;
  height: 27.532px;
  background: url(/recruit/img/faq/text_q.svg) no-repeat center center;
  background-size: contain;
}

.faq__block-a {
  display: none;
  position: relative;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.84px;
  padding-left: 38px;
  border-top: 1px solid #d3efff;
  padding-top: 16px;
}

@media (max-width: 700px) {
  .faq__block-a {
    font-size: 14px;
  }
}

.faq__block-a::before {
  content: "";
  display: block;
  position: absolute;
  top: 18.6px;
  left: -2px;
  width: 27.942px;
  height: 23.406px;
  background: url(/recruit/img/faq/text_a.svg) no-repeat center center;
  background-size: contain;
}

.faq__block-a__note {
  margin-top: 16px;
  font-size: 12px;
}

.faq__block-a__note span {
  display: block;
  font-size: 14px;
  color: #0093e9;
}

.faq__block-a__btn {
  margin-top: 8px;
}

.faq__block-a__btn .btn_prime {
  font-size: 15px;
}

@media (max-width: 700px) {
  .faq__block-a__btn .btn_prime {
    font-size: 14px;
    width: 100%;
  }
}

.faq__block::before,
.faq__block::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 1px;
  background: #0093e9;
  top: 42px;
  right: 60px;
}

@media (max-width: 700px) {

  .faq__block::before,
  .faq__block::after {
    top: 35px;
    right: 20px;
  }
}

.faq__block::after {
  transform: rotate(90deg);
  transition: 0.3s all ease;
}

.faq__block.is-show .faq__block-q {
  padding-bottom: 16px;
}

.faq__block.is-show::after {
  opacity: 0;
}

.guideline {
  background: linear-gradient(180deg, #d8e9f4 0%, #e7f0ef 100%);
  overflow: hidden;
}

.guideline .sub-hero__title img {
  width: 160px;
  bottom: -39px;
  right: -95px;
  transform: rotate(-10deg);
}

@media (max-width: 700px) {
  .guideline .sub-hero__title img {
    width: 100px;
    bottom: -24px;
    right: -61px;
  }
}

.guideline__inner {
  max-width: 1040px;
  margin: auto;
  padding: 100px 20px 0;
}

@media (max-width: 700px) {
  .guideline__inner {
    padding: 44px 20px 0;
  }
}

.guideline__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 700px) {
  .guideline__wrap {
    gap: 16px;
  }
}

.guideline__block {
  position: relative;
  background: #fff;
  padding: 32px 60px 60px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(22, 247, 238, 0.14);
}

@media (max-width: 700px) {
  .guideline__block {
    padding: 24px 20px 40px;
  }
}

.guideline__block-title {
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-align: center;
}

.guideline__block-list {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

@media (max-width: 700px) {
  .guideline__block-list {
    font-size: 14px;
  }
}

.guideline__block-list__wrap {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #d3efff;
}

.guideline__block-list__wrap:last-child {
  border: none;
  padding: 0;
}

@media (max-width: 700px) {
  .guideline__block-list__wrap {
    flex-direction: column;
    gap: 4px;
  }
}

.guideline__block-list__title {
  color: #129be5;
  width: 140px;
}

@media (max-width: 700px) {
  .guideline__block-list__title {
    width: 100%;
  }
}

.guideline__block-list__text {
  color: #333;
  width: calc(100% - 140px);
}

@media (max-width: 700px) {
  .guideline__block-list__text {
    width: 100%;
  }
}

.guideline__block-list__text small {
  font-size: 14px;
}

.guideline__block-list__text-note {
  margin-top: 8px;
  font-size: 13px;
  line-height: 180%;
  color: #555;
}

.guideline__block-list__note {
  margin-top: 16px;
  font-size: 13px;
  letter-spacing: 0.01em;
  font-feature-settings: "palt" on;
}

.guideline__block-list__note span {
  display: block;
  font-size: 15px;
  color: #129be5;
  letter-spacing: 0.1em;
}

@media (max-width: 700px) {
  .guideline__block-list__note {
    font-size: 12px;
  }

  .guideline__block-list__note span {
    font-size: 13px;
  }
}

.guideline__bottom {
  margin: 114px 0 0;
}

@media (max-width: 700px) {
  .guideline__bottom {
    margin: 100px 0 0;
  }
}

.guideline__bottom .bottom-entry__wrap {
  background: none;
  padding-top: 0;
}

.guideline__bottom .bottom-entry__text {
  padding: 0 24px;
  font-size: 17px;
  color: #0093e9;
}

.company {
  padding-bottom: 100px;
}

.company .sub-hero {
  height: 434px;
}

@media (max-width: 700px) {
  .company .sub-hero {
    height: 240px;
  }
}

.company .sub-hero__title img {
  bottom: -42px;
  right: -184px;
}

@media (max-width: 700px) {
  .company .sub-hero__title img {
    width: 120px;
    bottom: -32px;
    right: -60px;
  }
}

.company .sub-hero__text-2 {
  margin-top: 24px;
  font-size: 18px;
}

@media (max-width: 700px) {
  .company .sub-hero__text-2 {
    margin-top: 16px;
    font-size: 12px;
  }
}

.company__inner {
  max-width: 920px;
  margin: auto;
  padding: 10px 20px 0;
}

@media (max-width: 700px) {
  .company__inner {
    padding: 0 20px 0;
  }
}

@media (max-width: 700px) {
  .company__main {
    margin-top: -30px;
  }
}

.company__main h3 {
  margin-top: 100px;
  color: #129be5;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1em;
}

@media (max-width: 700px) {
  .company__main h3 {
    font-size: 18px;
    margin-top: 65px;
    line-height: 160%;
  }
}

.company__main-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;
}

.company__main-wrap.is-reverse {
  flex-direction: row;
}

@media (max-width: 700px) {
  .company__main-wrap {
    margin-top: 23px;
    flex-direction: column;
    gap: 32px;
  }

  .company__main-wrap.is-reverse {
    flex-direction: column;
  }
}

.company__main-wrap p {
  width: calc(50% - 20px);
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 700px) {
  .company__main-wrap p {
    width: 100%;
    font-size: 13px;
  }
}

.company__main-wrap img {
  width: calc(50% - 20px);
}

@media (max-width: 700px) {
  .company__main-wrap img {
    width: 100%;
  }
}

.company__point {
  margin: 45px 0 0;
  background: linear-gradient(180deg, #d0e6f3 0.84%, #e2efee 100%);
  padding: 87px 0 80px;
}

@media (max-width: 700px) {
  .company__point {
    margin-top: 20px;
    padding: 44px 0;
  }
}

.company__point-inner {
  max-width: 920px;
  margin: auto;
  padding: 0 20px;
}

.company__point-title {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: center;
  color: #129be5;
}

@media (max-width: 700px) {
  .company__point-title {
    font-size: 16px;
  }
}

.company__point-wrap {
  margin: 43px 0 0;
  display: flex;
  gap: 27px;
}

@media (max-width: 700px) {
  .company__point-wrap {
    flex-direction: column;
    margin: 20px 0 0;
    gap: 12px;
  }
}

.company__point-cell {
  background: #fff;
  padding: 40px 32px 46px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

@media (max-width: 700px) {
  .company__point-cell {
    padding: 24px;
    gap: 14px;
  }
}

.company__point-cell__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  color: #129be5;
}

@media (max-width: 700px) {
  .company__point-cell__title {
    font-size: 18px;
    line-height: 1.5em;
  }
}

.company__point-cell__title::after {
  content: "";
  display: block;
  height: 36px;
  width: 1px;
}

@media (max-width: 700px) {
  .company__point-cell__title::after {
    display: none;
  }
}

.company__point-cell__text {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.8em;
}

@media (max-width: 700px) {
  .company__point-cell__text {
    font-size: 14px;
    line-height: 1.7em;
  }
}

.company__point-cell:last-child .company__point-cell__title::after {
  display: none;
}

.company__bottom {
  margin: 60px 0 0;
}

.company__bottom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 700px) {
  .company__bottom p {
    font-size: 13px;
  }
}

.company__bottom img {
  margin: 60px 0 0;
  width: 100%;
}

@media (max-width: 700px) {
  .company__bottom img {
    margin-top: 32px;
  }
}

.talk__hero {
  background: url(/recruit/img/talk/hero.jpg) no-repeat center center;
  background-size: cover;
  height: 434px;
  margin-top: 66px;
  padding: 133px 0 0;
}

@media (max-width: 700px) {
  .talk__hero {
    margin-top: 52px;
    padding: 28px 0 0;
    background-image: url(/recruit/img/talk/hero_sp.jpg);
    height: 230px;
  }
}

.talk__hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.talk__hero-title span {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #0082c7;
  letter-spacing: 0.25em;
}

@media (max-width: 700px) {
  .talk__hero-title img {
    width: 228px;
  }

  .talk__hero-title span {
    margin-top: 4px;
    font-size: 12px;
  }
}

.talk__hero-copy {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  letter-spacing: 0.18em;
  color: #000;
  text-align: center;
  width: fit-content;
  margin: 32px auto 0;
  background: #fff;
  padding: 12px 0 10px 16px;
}

.talk__hero-copy.is-sp {
  display: none;
}

@media (max-width: 700px) {
  .talk__hero-copy {
    font-size: 12px;
    padding: 6px 0 6px 10px;
  }

  .talk__hero-copy.is-pc {
    display: none;
  }

  .talk__hero-copy.is-sp {
    display: block;
  }
}

.talk__hero-copy-2 {
  margin-top: 7px;
}

.talk__hero-head {
  margin: 10px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #0082c7;
  text-align: center;
  letter-spacing: 0.04em;
}

@media (max-width: 700px) {
  .talk__hero-head {
    font-size: 12px;
  }
}

.talk__text {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 60px 0;
}

@media (max-width: 700px) {
  .talk__text {
    font-size: 12px;
    margin: 44px 0;
  }
}

.talk__intro {
  background: linear-gradient(180deg, #d0e6f3 0.84%, #e2efee 100%);
  padding: 60px 0;
}

@media (max-width: 700px) {
  .talk__intro {
    padding: 32px 0;
  }
}

.talk__intro-inner {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

.talk__intro-wrap {
  display: flex;
  gap: 40px;
}

@media (max-width: 840px) {
  .talk__intro-wrap {
    flex-direction: column;
    gap: 12px;
  }
}

.talk__intro-cell {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 700px) {
  .talk__intro-cell {
    align-items: flex-start;
    gap: 12px;
    padding: 18px 24px;
  }
}

.talk__intro-cell__img {
  width: 160px;
}

@media (max-width: 700px) {
  .talk__intro-cell__img {
    width: 83px;
    height: auto;
    aspect-ratio: 1/1.4;
    object-fit: cover;
  }
}

.talk__intro-cell__info-pos {
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
}

@media (max-width: 700px) {
  .talk__intro-cell__info-pos {
    font-size: 12px;
  }
}

.talk__intro-cell__info-ttl {
  margin: 8px 0 0;
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  letter-spacing: 0.06em;
}

@media (max-width: 700px) {
  .talk__intro-cell__info-ttl {
    margin: 7px 0 0;
    font-size: 13px;
  }
}

.talk__intro-cell__info-name {
  position: relative;
  margin: 28px 0 0;
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  letter-spacing: 0.06em;
}

@media (max-width: 700px) {
  .talk__intro-cell__info-name {
    margin: 14px 0 0;
    font-size: 24px;
  }
}

.talk__intro-cell__info-name::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 30px;
  width: 76px;
  height: 4px;
  background: #ddd;
}

@media (max-width: 700px) {
  .talk__intro-cell__info-name::after {
    top: 26px;
    width: 64px;
  }
}

.talk__intro-cell__info-name.is-AM::after {
  width: 80px;
  background: linear-gradient(90deg, #615bf5 0%, #b2eabb 100%);
}

@media (max-width: 700px) {
  .talk__intro-cell__info-name.is-AM::after {
    width: 70px;
  }
}

.talk__intro-cell__info-name.is-EH::after {
  background: linear-gradient(90deg, #ff7c5c 0%, #ffe99f 100%);
}

.talk__intro-cell__info-year {
  margin: 16px 0 0;
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media (max-width: 700px) {
  .talk__intro-cell__info-year {
    margin: 30px 0 0;
  }
}

.talk__main-inner {
  max-width: 920px;
  margin: auto;
  padding: 0 20px;
}

.talk__main-block {
  margin-top: 92px;
}

.talk__main-block:first-child {
  margin-top: 72px;
}

@media (max-width: 700px) {
  .talk__main-block {
    margin-top: 49px;
  }

  .talk__main-block:first-child {
    margin-top: 54px;
  }
}

.talk__main-q {
  position: relative;
  color: #129be5;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-left: 50px;
}

.talk__main-q::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 29.455px;
  height: 37.152px;
  background: url(/recruit/img/talk/text_q.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 700px) {
  .talk__main-q {
    font-size: 18px;
    line-height: 1.8em;
    padding-left: 36px;
  }

  .talk__main-q::before {
    width: 22px;
    top: 5px;
    transform: none;
  }
}

.talk__main-wrap {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  margin: 47px 0 0;
}

.talk__main-wrap.is-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 700px) {
  .talk__main-wrap {
    gap: 16px;
    flex-direction: column;
    margin: 29px 0 0;
  }

  .talk__main-wrap.is-reverse {
    flex-direction: column;
  }
}

.talk__main-img {
  width: 366px;
  flex: 0 0 366px;
}

.talk__main-img img {
  width: 100%;
}

.talk__main-img.is-wide {
  margin-top: 44px;
  width: 100%;
}

@media (max-width: 700px) {
  .talk__main-img {
    width: 100%;
    flex: 0;
  }
}

.talk__main-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.talk__main-text p {
  position: relative;
  font-size: 14px;
  line-height: 1.8em;
  padding-left: 76px;
}

@media (max-width: 700px) {
  .talk__main-text p {
    font-size: 13px;
    line-height: 2em;
  }
}

.talk__main-text p::before,
.talk__main-text p::after {
  content: "";
  position: absolute;
  display: block;
}

.talk__main-text p::before {
  top: -2px;
  left: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #129be5;
}

@media (max-width: 700px) {
  .talk__main-text p::before {
    top: -1px;
  }
}

.talk__main-text p::after {
  left: 0;
  top: 23px;
  width: 60px;
  height: 4px;
  background: #ddd;
}

@media (max-width: 700px) {
  .talk__main-text p::after {
    top: 23px;
  }
}

.talk__main-text p.is-AM::before {
  content: "A・M";
}

.talk__main-text p.is-AM::after {
  background: linear-gradient(90deg, #615bf5 0%, #b2eabb 100%);
}

.talk__main-text p.is-EH::before {
  content: "E・H";
}

.talk__main-text p.is-EH::after {
  background: linear-gradient(90deg, #ff7c5c 0%, #ffe99f 100%);
}

.data .sub-hero__title {
  letter-spacing: 0.1em;
}

.data .sub-hero__title img {
  bottom: -27px;
  right: -263px;
}

@media (max-width: 700px) {
  .data .sub-hero__title img {
    width: 174px;
    bottom: -33px;
    right: -105px;
  }
}

.data .sub-hero__title-2 {
  margin: 24px 0 0;
}

@media (max-width: 700px) {
  .data .sub-hero__title-2 {
    margin: 12px 0 0;
  }
}

.data__main {
  background: linear-gradient(180deg, #d0e6f3 0.84%, #e2efee 100%);
  margin: 13px 28px 0;
}

@media (max-width: 700px) {
  .data__main {
    margin: 0 10px;
  }
}

.data__inner {
  max-width: 920px;
  margin: auto;
  padding: 10px 20px 100px;
}

@media (max-width: 700px) {
  .data__inner {
    padding: 1px 10px 80px;
  }
}

.data__title {
  margin: 70px 0 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #129be5;
}

@media (max-width: 700px) {
  .data__title {
    margin: 60px 0 24px;
    font-size: 26px;
  }
}

.data__wrap {
  display: flex;
  margin: 20px 0 0;
  gap: 20px;
}

@media (max-width: 830px) {
  .data__wrap {
    flex-direction: column;
    margin: 12px 0 0;
    gap: 12px;
  }
}

.data__block {
  width: 100%;
  padding: 60px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(22, 247, 238, 0.16);
}

@media (max-width: 700px) {
  .data__block {
    padding: 35px 24px 46px;
  }
}

.data__block-title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #129be5;
}

@media (max-width: 700px) {
  .data__block-title {
    font-size: 24px;
  }
}

.data__block-data {
  margin: 24px 0 0;
  text-align: center;
}

@media (max-width: 700px) {
  .data__block-data {
    margin: 21px 0 0;
  }
}

.data__block-data__wrap {
  display: flex;
  justify-content: center;
}

.data__block-data__wrap.is-v {
  flex-direction: column;
}

@media (max-width: 700px) {
  .data__block-data__wrap.is-v {
    flex-direction: row;
  }
}

.data__block-data__wrap picture {
  opacity: 0;
  transform: translateY(20px) scale(0.8);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.data__block-data__wrap picture:nth-child(2) {
  transition-delay: 0.2s;
}

.data__block-data__wrap picture:nth-child(3) {
  transition-delay: 0.4s;
}

.data__block-data__wrap picture:nth-child(4) {
  transition-delay: 0.6s;
}

.data__block-data__wrap picture:nth-child(5) {
  transition-delay: 0.8s;
}

.data__block-data__wrap.is-show picture {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.data__block-text {
  margin: 32px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 700px) {
  .data__block-text {
    font-size: 14px;
    line-height: 160%;
  }
}

.data__block-heading {
  margin: 24px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #129be5;
}

.data__block-heading.is-s {
  font-size: 14px;
  line-height: 110%;
}

@media (max-width: 700px) {
  .data__block-heading {
    font-size: 14px;
  }
}

.data__block-1__wrap {
  display: flex;
}

@media (max-width: 830px) {
  .data__block-1__wrap {
    flex-direction: column;
    gap: 35px;
  }
}

.data__block-1__cell {
  width: 100%;
}

.data__block-1__cell:first-child {
  border-right: 1px solid #129be5;
}

.data__block-1__cell:first-child .data__block-data {
  margin-top: 16px;
}

@media (max-width: 830px) {
  .data__block-1__cell:first-child {
    border-right: none;
    border-bottom: 1px solid #129be5;
    padding-bottom: 30px;
  }

  .data__block-1__cell:first-child .data__block-data {
    margin-top: 21px;
  }
}

.data__block-1__list {
  margin: 18px auto 0;
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  line-height: 150%;
}

.data__block-1__note {
  margin: 28px auto 0;
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  line-height: 150%;
}

@media (max-width: 700px) {
  .data__block-1__note {
    font-size: 12px;
    margin: 14px auto 0;
  }
}

.data__block-2 .data__block-data {
  margin-top: 16px;
}

.data__block-4 {
  width: 43%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.data__block-4 .data__block-data {
  margin-top: 48px;
}

@media (max-width: 830px) {
  .data__block-4 {
    width: 100%;
  }

  .data__block-4 .data__block-data {
    margin-top: 21px;
  }
}

.data__block-5 {
  width: 57%;
}

@media (max-width: 830px) {
  .data__block-5 {
    width: 100%;
  }
}

.data__block-5__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #129be5;
  margin-bottom: 8px;
}

@media (max-width: 700px) {
  .data__block-5__title {
    font-size: 13px;
  }
}

.data__block-6__wrap {
  display: flex;
}

@media (max-width: 830px) {
  .data__block-6__wrap {
    flex-direction: column;
    gap: 35px;
  }
}

.data__block-6__cell {
  width: 100%;
}

.data__block-6__cell:first-child {
  border-right: 1px solid #129be5;
}

@media (max-width: 830px) {
  .data__block-6__cell:first-child {
    border-right: none;
    border-bottom: 1px solid #129be5;
    padding-bottom: 35px;
  }
}

.data__block-6__list {
  margin: 18px auto 0;
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  line-height: 150%;
}

@media (max-width: 700px) {
  .data__block-7 {
    padding: 35px 1px 46px;
  }
}

.data__block-8 .data__block-data__wrap picture:nth-child(1) {
  transition-delay: 0.4s;
}

.data__block-8 .data__block-data__wrap picture:nth-child(2) {
  transition-delay: 0;
}

.data__block-8 .data__block-data__wrap picture:nth-child(3) {
  transition-delay: 0.4s;
}

@media (max-width: 700px) {
  .data__block-10 {
    padding: 35px 20px 46px;
  }
}

.data__block-10__wrap {
  display: flex;
}

@media (max-width: 700px) {
  .data__block-10__wrap {
    flex-direction: column;
    gap: 30px;
  }
}

.data__block-10__cell {
  width: 100%;
}

.data__block-10__cell p {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #129be5;
}

@media (max-width: 700px) {
  .data__block-10__cell p {
    text-align: center;
    font-size: 15px;
  }
}

.data__block-10__cell ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px;
}

@media (max-width: 700px) {
  .data__block-10__cell ul {
    justify-content: center;
    width: 210px;
    margin: 20px auto 0;
  }

  .data__block-10__cell ul:last-child {
    width: 100%;
  }

  .data__block-10__cell ul:last-child span {
    flex: 0 0 58px;
    margin: 0;
  }
}

.data__block-10__cell ul li {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #129be5;
}

.data__block-10__cell ul li.is-s {
  font-size: 16px;
}

.data__block-10__cell ul li.is-ss {
  font-size: 16px;
  line-height: 1.8em;
  display: flex;
  gap: 5px;
}

.data__block-10__cell ul li.is-ss span {
  margin: 0;
}

@media (max-width: 700px) {
  .data__block-10__cell ul li.is-ss {
    font-size: 13px;
    justify-content: center;
  }
}

.data__block-10__cell ul li span {
  margin: 0 12px 0 0;
}

.data__block-10__list {
  margin: 18px auto 0;
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  line-height: 150%;
}

.data__cmt {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding-left: 38px;
}

@media (max-width: 700px) {
  .data__cmt {
    gap: 30px;
    padding-left: 0;
  }
}

.data__cmt-cell {
  display: flex;
  align-items: center;
  gap: 38px;
}

@media (max-width: 700px) {
  .data__cmt-cell {
    flex-direction: column;
    gap: 23px;
  }
}

.data__cmt-cell__icon {
  width: 90px;
}

.data__cmt-cell__icon span {
  margin: 13px 0 0;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #129be5;
}

@media (max-width: 700px) {
  .data__cmt-cell__icon span {
    margin: 6px 0 0;
  }
}

.data__cmt-cell__hukidashi {
  position: relative;
  width: 100%;
  height: 144px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #129be5;
}

@media (max-width: 900px) {
  .data__cmt-cell__hukidashi {
    font-size: 14px;
    padding: 28px 24px 32px;
  }
}

@media (max-width: 700px) {
  .data__cmt-cell__hukidashi {
    height: auto;
    padding: 28px 24px 32px;
    line-height: 1.8em;
  }
}

.data__cmt-cell__hukidashi::before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 19px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
}

@media (max-width: 700px) {
  .data__cmt-cell__hukidashi::before {
    transform: translateY(0);
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}

.workstyle {
  overflow: hidden;
}

.workstyle .sub-hero__title img {
  width: 180px;
  bottom: -56px;
  right: -101px;
  transform: rotate(-10deg);
}

@media (max-width: 700px) {
  .workstyle .sub-hero__title img {
    width: 101px;
    bottom: -30px;
    right: -66px;
  }
}

.workstyle .sub-hero__title.is-sp {
  display: none;
}

@media (max-width: 700px) {
  .workstyle .sub-hero__title.is-pc {
    display: none;
  }

  .workstyle .sub-hero__title.is-sp {
    display: block;
  }
}

@media (max-width: 700px) {
  .workstyle .sub-hero__title-2 {
    margin: 12px 0 0;
  }
}

@media (max-width: 700px) {
  .workstyle .sub-hero__text {
    margin: 35px 0 0;
  }
}

.workstyle__inner {
  max-width: 1040px;
  margin: auto;
  padding: 60px 20px 0;
}

@media (max-width: 700px) {
  .workstyle__inner {
    padding: 44px 20px 0;
  }
}

.workstyle__intro {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 700px) {
  .workstyle__intro {
    font-size: 14px;
  }
}

.workstyle__circadian {
  margin: 100px 0 0;
}

@media (max-width: 700px) {
  .workstyle__circadian {
    margin: 76px 0 0;
  }
}

.workstyle__circadian-title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #129be5;
  padding-left: 20px;
}

.workstyle__circadian-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0093e9 0%, #80d0c7 100%);
}

@media (max-width: 700px) {
  .workstyle__circadian-title {
    font-size: 24px;
  }

  .workstyle__circadian-title::before {
    top: 16px;
    width: 8px;
    height: 8px;
  }
}

.workstyle__circadian-text {
  margin-top: 18px;
  font-size: 16px;
  line-height: 180%;
}

@media (max-width: 700px) {
  .workstyle__circadian-text {
    margin-top: 16px;
    font-size: 13px;
  }
}

.workstyle__circadian-block {
  margin: 42px 0 0;
  background: #f0fcff;
}

@media (max-width: 700px) {
  .workstyle__circadian-block {
    margin: 26px 0 0;
  }
}

.workstyle__circadian-block__title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #129be5;
  background: #dbf4ff;
  padding: 26px 0 26px 68px;
  transition: 0.3s all ease;
  cursor: pointer;
}

.workstyle__circadian-block__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-right: 2px solid #129be5;
  border-bottom: 2px solid #129be5;
  top: 50%;
  left: 38px;
  margin-top: -2px;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s all ease;
}

.workstyle__circadian-block__title:hover {
  background: #c4e6f5;
}

@media (max-width: 700px) {
  .workstyle__circadian-block__title {
    font-size: 20px;
    padding: 20px 0 20px 48px;
  }

  .workstyle__circadian-block__title::before {
    left: 20px;
    width: 9px;
    height: 9px;
  }
}

.workstyle__circadian-block__title.is-show::before {
  margin-top: -4px;
  transform: rotate(-135deg) translateY(-50%);
}

.workstyle__circadian-block__body {
  padding: 22px 60px 28px;
  display: none;
}

@media (max-width: 800px) {
  .workstyle__circadian-block__body {
    padding: 22px 24px 10px;
  }
}

.workstyle__circadian-block__wrap {
  display: flex;
  gap: 30px;
}

@media (max-width: 800px) {
  .workstyle__circadian-block__wrap {
    flex-direction: column;
    gap: 25px;
  }
}

.workstyle__circadian-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  color: #129be5;
  width: calc(100% - 560px);
  padding-top: 16px;
}

@media (max-width: 900px) {
  .workstyle__circadian-block__text {
    width: calc(100% - 400px);
  }
}

@media (max-width: 800px) {
  .workstyle__circadian-block__text {
    width: 100%;
    padding-top: 0;
    font-size: 14px;
  }
}

.workstyle__circadian-block__img {
  width: 530px;
}

.workstyle__circadian-block__img img {
  width: 100%;
}

@media (max-width: 900px) {
  .workstyle__circadian-block__img {
    width: 400px;
  }
}

@media (max-width: 800px) {
  .workstyle__circadian-block__img {
    width: 100%;
  }
}

.workstyle__circadian-img {
  margin: 40px 0 0;
  width: 100%;
}

.workstyle__circadian-img img {
  width: 100%;
}

@media (max-width: 700px) {
  .workstyle__circadian-img {
    margin: 20px 0 0;
  }
}

.workstyle__wrap {
  background: linear-gradient(180deg, #e3f2fc 0%, #f0faf9 100%);
  padding: 70px 0 100px;
  margin: 80px 28px 0;
  border-radius: 40px 40px 0 0;
}

@media (max-width: 700px) {
  .workstyle__wrap {
    padding: 32px 0 100px;
    margin: 40px 10px 0;
    border-radius: 20px 20px 0 0;
  }
}

.workstyle__wrap-inner {
  max-width: 920px;
  margin: auto;
  padding: 0 20px;
}

@media (max-width: 700px) {
  .workstyle__wrap-inner {
    padding: 0 10px;
  }
}

.workstyle__wrap-title {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-align: center;
  color: #0082c7;
}

@media (max-width: 700px) {
  .workstyle__wrap-title {
    font-size: 20px;
    line-height: 1.7em;
  }
}

.workstyle__reason {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 85px 0 110px;
}

@media (max-width: 700px) {
  .workstyle__reason {
    gap: 40px;
    margin: 47px 0 65px;
  }
}

.workstyle__reason-box {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 55px 60px 47px;
}

@media (max-width: 700px) {
  .workstyle__reason-box {
    padding: 50px 28px 40px;
  }
}

.workstyle__reason-box__num {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 700px) {
  .workstyle__reason-box__num {
    top: -20px;
    transform: translateX(-50%) scale(0.8);
  }
}

.workstyle__reason-box__title {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #0082c7;
}

.workstyle__reason-box__title span {
  position: relative;
}

.workstyle__reason-box__title span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #0093e9 0.98%, #80d0c7 100.22%);
  mix-blend-mode: multiply;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  bottom: 1px;
  z-index: 0;
}

.workstyle__reason-box__title.is-sp {
  display: none;
}

@media (max-width: 900px) {
  .workstyle__reason-box__title {
    line-height: 1.8em;
  }

  .workstyle__reason-box__title.is-pc {
    display: none;
  }

  .workstyle__reason-box__title.is-sp {
    display: block;
  }
}

@media (max-width: 700px) {
  .workstyle__reason-box__title {
    font-size: 20px;
  }
}

.workstyle__reason-box__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7em;
}

@media (max-width: 700px) {
  .workstyle__reason-box__text {
    margin-top: 20px;
    font-size: 13px;
  }
}

.workstyle__reason-box__list {
  margin: 26px 0 0;
}

.workstyle__reason-box__list ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.workstyle__reason-box__list ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.8em;
  color: #0082c7;
  padding-left: 14px;
}

.workstyle__reason-box__list ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #0082c7;
  border-radius: 50%;
}

.workstyle__reason-box__list ul li a {
  text-decoration: underline;
  margin-left: 8px;
}

@media (max-width: 700px) {
  .workstyle__reason-box__list ul li a {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .workstyle__reason-box__list ul li {
    font-size: 13px;
  }
}

.workstyle__reason-box__note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.7em;
}

.workstyle__shift-block-2 {
  padding: 135px 0 0;
}

@media (max-width: 700px) {
  .workstyle__shift-block-2 {
    padding: 62px 0 0;
  }
}

.workstyle__shift-img__monthly {
  text-align: center;
  margin: 45px 0 28px;
}

@media (max-width: 700px) {
  .workstyle__shift-img__monthly {
    width: 120px;
    margin: 30px auto 15px;
  }

  .workstyle__shift-img__monthly img {
    width: 100%;
  }
}

.workstyle__shift-img__daily {
  text-align: center;
  margin: 120px 0 0;
}

@media (max-width: 700px) {
  .workstyle__shift-img__daily {
    width: 80px;
    margin: 53px auto 16px;
  }

  .workstyle__shift-img__daily img {
    width: 100%;
  }
}

.workstyle__shift-title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-align: center;
  color: #0082c7;
  padding-bottom: 13px;
  border-bottom: 1px solid #0082c7;
  width: fit-content;
  margin: auto;
}

@media (max-width: 700px) {
  .workstyle__shift-title {
    font-size: 22px;
    padding-bottom: 8px;
  }
}

.workstyle__shift-text {
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
}

@media (max-width: 700px) {
  .workstyle__shift-text {
    margin: 14px 0 0;
    font-size: 13px;
  }
}

.workstyle__shift-table {
  width: 100%;
  margin: 28px 0 0;
}

.workstyle__shift-table span {
  display: block;
  margin: 0 0 4px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #0082c7;
}

@media (max-width: 700px) {
  .workstyle__shift-table span {
    text-align: center;
    font-size: 16px;
    margin: 0 0 16px;
  }
}

.workstyle__shift-table img {
  width: 100%;
}

.workstyle__daily-head {
  display: block;
  margin: 0 0 4px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #0082c7;
}

@media (max-width: 700px) {
  .workstyle__daily-head {
    text-align: center;
    font-size: 16px;
    margin: 0 0 16px;
  }

  .workstyle__daily-head.is-pc {
    display: none;
  }
}

.workstyle__daily-block {
  background: #fff;
  margin: 0 0 20px;
  padding: 45px 0 58px;
  display: flex;
  justify-content: center;
}

@media (max-width: 700px) {
  .workstyle__daily-block {
    padding: 32px 28px;
    margin: 0 0 10px;
  }
}

.workstyle__daily-block__inner {
  max-width: 532px;
  margin: auto;
}

.workstyle__daily-block__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.17em;
  text-align: center;
  color: #0082c7;
}

@media (max-width: 700px) {
  .workstyle__daily-block__title {
    font-size: 14px;
  }
}

.workstyle__daily-block__time {
  margin: 27px 0 0;
  display: flex;
  justify-content: center;
  gap: 27px;
  align-items: baseline;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.17em;
  text-align: center;
  color: #0082c7;
}

.workstyle__daily-block__time span {
  font-size: 28px;
}

@media (max-width: 700px) {
  .workstyle__daily-block__time {
    margin: 20px 0 0;
    font-size: 13px;
    gap: 12px;
  }

  .workstyle__daily-block__time span {
    font-size: 18px;
  }
}

.workstyle__daily-block__list {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #0082c7;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  color: #0082c7;
}

@media (max-width: 700px) {
  .workstyle__daily-block__list {
    margin: 12px 0 0;
    padding: 16px 0 0;
    font-size: 13px;
    gap: 8px 0;
  }
}

.workstyle__daily-block__list-time {
  width: 92px;
  letter-spacing: 0.17em;
}

@media (max-width: 700px) {
  .workstyle__daily-block__list-time {
    width: 54px;
  }
}

.workstyle__daily-block__list-text {
  width: calc(100% - 92px);
}

@media (max-width: 700px) {
  .workstyle__daily-block__list-text {
    width: calc(100% - 54px);
  }
}

.thought {
  overflow: hidden;
}

.thought .sub-hero__title img {
  bottom: -38px;
  right: -148px;
}

@media (max-width: 700px) {
  .thought .sub-hero__title img {
    width: 140px;
    bottom: -25px;
    right: -95px;
  }
}

.thought__inner {
  max-width: 1040px;
  margin: auto;
  padding: 87px 20px 0;
}

@media (max-width: 700px) {
  .thought__inner {
    padding: 44px 10px 0;
  }
}

.thought__copy {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
}

.thought__copy span {
  position: relative;
}

.thought__copy span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  background: linear-gradient(90deg, #0093e9 0.98%, #80d0c7 100.22%);
  mix-blend-mode: multiply;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  bottom: 1px;
  z-index: 0;
}

.thought__copy.is-sp {
  display: none;
}

@media (max-width: 700px) {
  .thought__copy {
    font-size: 18px;
    line-height: 2em;
  }

  .thought__copy span::before {
    bottom: -1px;
    height: 6px;
  }

  .thought__copy.is-pc {
    display: none;
  }

  .thought__copy.is-sp {
    display: block;
  }
}

.thought__text {
  margin: 44px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 224%;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 700px) {
  .thought__text {
    margin: 35px 0 0;
    font-size: 13px;
  }
}

.thought__whatis {
  margin: 88px 0 0;
  background: linear-gradient(180deg, #e3f2fc 0%, #f0faf9 100%);
  padding: 64px 130px;
}

@media (max-width: 700px) {
  .thought__whatis {
    margin: 46px 0 0;
    padding: 45px 32px;
  }
}

.thought__whatis-title {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0082c7;
}

@media (max-width: 700px) {
  .thought__whatis-title {
    font-size: 20px;
  }
}

.thought__whatis-wrap {
  display: flex;
  gap: 20px;
  margin: 32px 0 0;
}

@media (max-width: 700px) {
  .thought__whatis-wrap {
    margin: 16px 0 0;
    flex-direction: column;
  }
}

.thought__whatis-wrap__img {
  width: 300px;
}

.thought__whatis-wrap__img img {
  width: 100%;
}

@media (max-width: 700px) {
  .thought__whatis-wrap__img {
    width: 100%;
  }
}

.thought__whatis-wrap__text {
  width: calc(100% - 320px);
  font-size: 15px;
  line-height: 1.9em;
}

@media (max-width: 700px) {
  .thought__whatis-wrap__text {
    width: 100%;
    font-size: 13px;
  }
}

.thought__philosophy {
  background: linear-gradient(180deg, #e3f2fc 0%, #f0faf9 100%);
  padding: 110px 0;
  margin: 60px 0 0;
}

@media (max-width: 700px) {
  .thought__philosophy {
    padding: 67px 0;
    margin: 40px 0 0;
  }
}

.thought__philosophy-inner {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

@media (max-width: 700px) {
  .thought__philosophy-inner {
    padding: 0;
  }
}

.thought__philosophy-title {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-align: center;
  color: #0082c7;
}

@media (max-width: 700px) {
  .thought__philosophy-title {
    font-size: 24px;
    line-height: 1.5em;
  }
}

.thought__philosophy-text {
  margin: 42px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 700px) {
  .thought__philosophy-text {
    margin: 36px 0 0;
    font-size: 16px;
  }
}

.thought__philosophy-img {
  width: 100%;
  max-width: 880px;
  margin: 42px auto 0;
}

.thought__philosophy-img img {
  width: 100%;
}

@media (max-width: 700px) {
  .thought__philosophy-img {
    margin: 8px 0 0;
  }
}

.thought__philosophy-wrap {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin: 80px 0 0;
}

@media (max-width: 700px) {
  .thought__philosophy-wrap {
    margin: 32px 0 0;
    gap: 45px;
  }
}

.thought__philosophy-block {
  display: flex;
  align-items: center;
}

@media (max-width: 700px) {
  .thought__philosophy-block {
    flex-direction: column;
    padding: 0 0 0 28px;
  }
}

.thought__philosophy-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 700px) {
  .thought__philosophy-block:nth-child(even) {
    flex-direction: column;
  }
}

.thought__philosophy-block:nth-child(even) .thought__philosophy-block__body-title {
  padding-left: 0;
}

@media (max-width: 700px) {
  .thought__philosophy-block:nth-child(even) .thought__philosophy-block__body-title {
    padding-left: 16px;
  }
}

.thought__philosophy-block:nth-child(even) .thought__philosophy-block__body-text span {
  padding: 24px 40px 0 0;
}

@media (max-width: 700px) {
  .thought__philosophy-block:nth-child(even) .thought__philosophy-block__body-text span {
    padding: 24px 32px 0 16px;
  }
}

.thought__philosophy-block__img {
  position: relative;
  width: 57%;
  padding: 0 0 0 20px;
}

@media (max-width: 700px) {
  .thought__philosophy-block__img {
    width: 100%;
    padding: 0 0 0 8px;
    margin: 0 16px 0 0;
  }
}

.thought__philosophy-block__img img {
  position: relative;
  width: 100%;
}

.thought__philosophy-block__img::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  top: 39px;
  left: 0;
  background: linear-gradient(180deg, #0093e9 0.98%, #80d0c7 100.22%);
}

@media (max-width: 700px) {
  .thought__philosophy-block__img::before {
    width: calc(100% - 8px);
    top: 25px;
  }
}

.thought__philosophy-block__body {
  width: 43%;
}

@media (max-width: 700px) {
  .thought__philosophy-block__body {
    width: 100%;
  }
}

.thought__philosophy-block__body-title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #0082c7;
  padding: 0 32px 0 40px;
}

@media (max-width: 700px) {
  .thought__philosophy-block__body-title {
    font-size: 28px;
    line-height: 1.1em;
    padding-left: 16px;
    margin-top: 48px;
  }
}

.thought__philosophy-block__body-text {
  font-size: 15px;
  line-height: 1.9em;
  margin: 24px 0 0;
}

.thought__philosophy-block__body-text span {
  display: block;
  padding: 24px 32px 0 40px;
}

@media (max-width: 700px) {
  .thought__philosophy-block__body-text span {
    padding: 24px 32px 0 16px;
  }
}

.thought__philosophy-block__body-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #0093e9 0.98%, #80d0c7 100.22%);
}

.thought__mission {
  margin: 90px 0 0;
}

@media (max-width: 700px) {
  .thought__mission {
    margin-top: 57px;
  }
}

.thought__mission-inner {
  position: relative;
  background: linear-gradient(180deg, #e3f2fc 0%, #f0faf9 100%);
  margin: 68px 28px 0;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 700px) {
  .thought__mission-inner {
    margin: 68px 10px 0;
    padding: 40px 10px;
  }
}

.thought__mission-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 1000px;
  background: linear-gradient(180deg, #0093e9 0.98%, #80d0c7 100.22%);
}

.thought__mission-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0093e9 0.98%, #80d0c7 100.22%);
}

.thought__mission-block {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  padding: 76px 80px 80px;
}

@media (max-width: 700px) {
  .thought__mission-block {
    padding: 46px 24px 49px;
  }
}

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

@media (max-width: 700px) {
  .thought__mission-block__num {
    transform: scale(0.9);
  }
}

.thought__mission-block__title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0082c7;
  margin: 36px 0 0;
}

.thought__mission-block__title span {
  position: relative;
}

.thought__mission-block__title span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  background: linear-gradient(90deg, #0093e9 0.98%, #80d0c7 100.22%);
  mix-blend-mode: multiply;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  bottom: -2px;
  z-index: 0;
}

@media (max-width: 700px) {
  .thought__mission-block__title {
    font-size: 24px;
    line-height: 1.5em;
    margin: 23px 0 0;
  }

  .thought__mission-block__title span::before {
    height: 6px;
    bottom: 0;
  }
}

.thought__mission-block__title.is-sp {
  display: none;
}

@media (max-width: 700px) {
  .thought__mission-block__title.is-pc {
    display: none;
  }

  .thought__mission-block__title.is-sp {
    display: block;
  }
}

.thought__mission-block__wrap {
  display: flex;
  margin: 55px 0 0;
  justify-content: space-between;
}

@media (max-width: 700px) {
  .thought__mission-block__wrap {
    flex-direction: column;
    gap: 24px;
    margin: 28px 0 0;
  }
}

.thought__mission-block__img {
  width: 313px;
}

.thought__mission-block__img img {
  width: 100%;
}

@media (max-width: 700px) {
  .thought__mission-block__img {
    width: 100%;
  }
}

.thought__mission-block__text {
  width: calc(100% - 313px - 28px);
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 210%;
}

@media (max-width: 700px) {
  .thought__mission-block__text {
    width: 100%;
    font-size: 14px;
  }
}

.careerstep .sub-hero__title small {
  font-size: 30px;
  display: inline-block;
  margin-left: 8px;
}

@media (max-width: 700px) {
  .careerstep .sub-hero__title small {
    font-size: 17px;
    margin-left: 4px;
  }
}

.careerstep .sub-hero__title img {
  width: 180px;
  bottom: -28px;
  right: -134px;
  transform: rotate(-10deg);
}

@media (max-width: 700px) {
  .careerstep .sub-hero__title img {
    width: 115px;
    bottom: -29px;
    right: -13px;
  }
}

.careerstep__wrapper {
  padding: 0 0 160px;
}

.careerstep__inner {
  max-width: 1040px;
  margin: 80px auto 0;
  padding: 0 20px;
}

@media (max-width: 700px) {
  .careerstep__inner {
    padding: 0 20px;
  }
}

.careerstep__inner-img {
  margin: 42px 0 0;
  width: 100%;
}

.careerstep__inner-img img {
  width: 100%;
}

.careerstep__training {
  margin: 40px 0 0;
  background: linear-gradient(180deg, rgba(0, 147, 233, 0.12) 0.84%, rgba(128, 208, 199, 0.12) 100%), #fff;
}

.careerstep__training-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 80px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 20px;
}

@media (max-width: 1040px) {
  .careerstep__training-wrap {
    gap: 28px 60px;
  }
}

@media (max-width: 880px) {
  .careerstep__training-wrap {
    flex-direction: column;
    align-items: center;
    gap: 34px;
    flex-wrap: nowrap;
    padding: 36px 15px;
  }
}

.careerstep__training-block {
  position: relative;
  width: calc(30% - 20px);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 130, 199, 0.2);
  padding: 25px 20px;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.8s opacity ease, 0.8s transform ease;
}

.careerstep__training-block:nth-child(2) {
  transition: 0.8s opacity ease 0.3s, 0.8s transform ease 0.3s;
}

.careerstep__training-block:nth-child(3) {
  transition: 0.8s opacity ease 0.6s, 0.8s transform ease 0.6s;
}

.careerstep__training-block:nth-child(4) {
  transition: 0.8s opacity ease 0.9s, 0.8s transform ease 0.9s;
}

.careerstep__training-block:nth-child(5) {
  transition: 0.8s opacity ease 1.2s, 0.8s transform ease 1.2s;
}

.is-show .careerstep__training-block {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 880px) {
  .careerstep__training-block {
    transform: translateY(-20px);
  }

  .is-show .careerstep__training-block {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 880px) {
  .careerstep__training-block {
    width: 100%;
    max-width: 400px;
  }
}

.careerstep__training-block::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -49px;
  transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background: linear-gradient(90deg, #7ccec8 0%, #0a98e6 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media (max-width: 1040px) {
  .careerstep__training-block::before {
    left: -39px;
  }
}

@media (max-width: 880px) {
  .careerstep__training-block::before {
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}

.careerstep__training-block:first-child::before {
  display: none;
}

.careerstep__training-block:last-child {
  width: calc(35% - 20px);
}

@media (max-width: 880px) {
  .careerstep__training-block:last-child {
    width: 100%;
    max-width: 400px;
  }
}

.careerstep__training-block__step {
  color: #0082c7;
  font-size: 19px;
}

.careerstep__training-block__icon {
  margin: 16px 0 0;
  text-align: center;
}

.careerstep__training-block__title {
  margin: 22px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  color: #0082c7;
  text-align: center;
}

.careerstep__training-block__text {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.5em;
}

.careerstep__assistance {
  margin: 40px 0 0;
  background: linear-gradient(180deg, rgba(0, 147, 233, 0.12) 0.84%, rgba(128, 208, 199, 0.12) 100%), #fff;
  padding: 66px 0 0;
}

.careerstep__assistance-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.careerstep__assistance-title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1.6em;
  color: #0082c7;
}

@media (max-width: 700px) {
  .careerstep__assistance-title {
    font-size: 16px;
  }
}

.careerstep__assistance-img {
  margin: -53px 0 0;
  width: 100%;
}

.careerstep__assistance-img img {
  width: 100%;
}

@media (max-width: 700px) {
  .careerstep__assistance-img {
    margin: 10px 0 0;
  }
}

.job .sub-hero__title img {
  bottom: -40px;
  right: -134px;
}

@media (max-width: 700px) {
  .job .sub-hero__title img {
    width: 121px;
    bottom: -12px;
    right: -121px;
  }
}

.job__text {
  text-align: center;
  margin: 60px 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.05em;
}

@media (max-width: 700px) {
  .job__text {
    font-size: 12px;
    margin: 44px 0 0;
  }
}

.job__flow {
  background: linear-gradient(180deg, #e3f2fc 0%, #f0faf9 100%);
  margin: 64px 28px 0;
  padding: 88px 0 90px;
  border-radius: 40px 40px 0 0;
}

@media (max-width: 700px) {
  .job__flow {
    margin: 40px 10px 0;
    padding: 32px 0 40px;
    border-radius: 20px 20px 0 0;
  }
}

.job__flow-inner {
  position: relative;
  max-width: 940px;
  margin: auto;
  padding: 0 20px 0 75px;
}

@media (max-width: 700px) {
  .job__flow-inner {
    padding: 0 20px 0 45px;
  }
}

.job__flow-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #0093e9 0.84%, #80d0c7 100%);
}

@media (max-width: 700px) {
  .job__flow-inner::before {
    left: 22px;
  }
}

.job__flow-inner::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0093e9 0.84%, #80d0c7 100%);
}

@media (max-width: 700px) {
  .job__flow-inner::after {
    width: 12px;
    height: 12px;
    top: 8px;
    left: 17px;
  }
}

.job__flow-title {
  color: #0082c7;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin: 0 0 0 -40px;
}

@media (max-width: 700px) {
  .job__flow-title {
    font-size: 20px;
    line-height: 1.4em;
    margin: 0;
  }
}

.job__flow-block {
  position: relative;
  margin: 70px 0 0;
}

@media (max-width: 700px) {
  .job__flow-block {
    margin: 36px 0 0;
  }
}

.job__flow-block:last-child::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -82px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0093e9 0.84%, #80d0c7 100%);
}

@media (max-width: 700px) {
  .job__flow-block:last-child::after {
    width: 12px;
    height: 12px;
    left: -28px;
    bottom: -12px;
  }
}

.job__flow-block__title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.06em;
  color: #0082c7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

.job__flow-block__title-num {
  font-size: 64px;
  line-height: 100%;
}

@media (max-width: 700px) {
  .job__flow-block__title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 22px;
    line-height: 1.3em;
    gap: 22px;
  }

  .job__flow-block__title-num {
    font-size: 42px;
  }
}

.job__flow-block__wrap {
  display: flex;
  gap: 34px;
  margin: 36px 0 0;
}

@media (max-width: 700px) {
  .job__flow-block__wrap {
    flex-direction: column;
    margin: 16px 0 0;
  }
}

.job__flow-block__img {
  width: 50%;
}

.job__flow-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job__flow-block__img.is-sp {
  display: none;
}

@media (max-width: 700px) {
  .job__flow-block__img {
    width: 100%;
    margin-top: 20px;
  }

  .job__flow-block__img.is-sp {
    display: block;
  }

  .job__flow-block__img.is-pc {
    display: none;
  }
}

.job__flow-block__info {
  width: 50%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 700px) {
  .job__flow-block__info {
    width: 100%;
  }
}

.job__flow-block__text {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: #0082c7;
}

@media (max-width: 700px) {
  .job__flow-block__text {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.job__flow-block__point {
  position: relative;
  margin: 28px 0 0;
  padding: 18px 77px 20px 24px;
  border-radius: 10px;
  background: linear-gradient(270deg, #0093e9 0.84%, #80d0c7 100%);
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #fff;
  flex: 1;
}

.job__flow-block__point img {
  display: block;
  margin-bottom: 10px;
}

.job__flow-block__point::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 70px;
  height: 87px;
  background: url(/recruit/img/job/flow_icon.svg) no-repeat center bottom;
  background-size: contain;
}

@media (max-width: 700px) {
  .job__flow-block__point::after {
    background-image: url(/recruit/img/job/flow_icon_sp.svg);
    width: 78px;
    height: 45px;
  }
}

@media (max-width: 700px) {
  .job__flow-block__point {
    margin: 20px 0 0;
    padding: 20px 20px 50px;
    font-size: 13px;
    line-height: 1.7em;
    letter-spacing: 0.005em;
  }

  .job__flow-block__point img {
    margin-bottom: 16px;
  }
}

.job__service {
  position: relative;
  background: linear-gradient(180deg, #e3f2fc 0%, #f0faf9 100%);
  padding: 88px 0 150px;
}

@media (max-width: 700px) {
  .job__service {
    padding: 45px 0 150px;
  }
}

.job__service-bg {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 0;
  mix-blend-mode: color-burn;
}

.job__service-bg img {
  width: 100%;
}

@media (max-width: 700px) {
  .job__service-bg {
    top: 0;
  }
}

.job__service-inner {
  position: relative;
  max-width: 1040px;
  margin: auto;
  padding: 0 20px 0;
}

@media (max-width: 700px) {
  .job__service-inner {
    padding: 0 20px 0 20px;
  }
}

.job__service-title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #0082c7;
  text-align: center;
}

@media (max-width: 700px) {
  .job__service-title {
    font-size: 20px;
    line-height: 160%;
  }
}

.job__service-navi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 50px 0 0;
}

@media (max-width: 1080px) {
  .job__service-navi {
    flex-direction: column;
    margin: 32px 0 0;
  }
}

.job__service-navi__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.job__service-navi__wrap:last-child .job__service-navi__cell-tag {
  background: #00abff;
}

.job__service-navi__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(22, 247, 238, 0.16);
  transition: 0.3s all ease;
}

.job__service-navi__cell img {
  margin: -5px 0 0;
  width: 60px;
}

@media (max-width: 700px) {
  .job__service-navi__cell {
    width: 160px;
    height: 160px;
  }

  .job__service-navi__cell img {
    width: 40px;
  }
}

.job__service-navi__cell-tag {
  margin: 12px 0 0;
  width: 169px;
  height: 34px;
  background: #4fd5c6;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 700px) {
  .job__service-navi__cell-tag {
    margin: 6px 0 0;
    width: 128px;
    height: 28px;
    font-size: 10px;
  }
}

.job__service-navi__cell-title {
  margin: 12px 0 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  line-height: 24px;
}

.job__service-navi__cell-title span {
  display: block;
  font-size: 16px;
}

@media (max-width: 1080px) {
  .job__service-navi__cell-title {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 17px;
  }

  .job__service-navi__cell-title span {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .job__service-navi__cell-title {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 15px;
  }

  .job__service-navi__cell-title span {
    font-size: 11px;
  }
}

.job__service-navi__cell::after {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 13px;
  background: url(/recruit/img/common/icon-arrow.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
  margin: 13px 0 0;
  transition: 0.3s all ease;
}

@media (max-width: 1080px) {
  .job__service-navi__cell::after {
    width: 16px;
    height: 9px;
    margin: 10px 0 0;
  }
}

.job__service-navi__cell:hover {
  background: #f0fcff;
}

.job__service-navi__cell:hover::after {
  transform: rotate(90deg) translateX(5px);
}

.job__service-note {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px rgba(22, 247, 238, 0.16);
  padding: 44px 60px;
  margin: 53px 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 700px) {
  .job__service-note {
    gap: 20px;
    margin: 32px 0 0;
    padding: 32px 24px;
  }
}

.job__service-note__block {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 700px) {
  .job__service-note__block {
    flex-direction: column;
    gap: 20px;
  }
}

.job__service-note__block:first-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

@media (max-width: 700px) {
  .job__service-note__block:first-child {
    padding-bottom: 20px;
  }
}

.job__service-note__block:last-child .job__service-note__block-tag {
  background: #00abff;
}

.job__service-note__block-tag {
  width: 210px;
  height: 44px;
  background: #4fd5c6;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 700px) {
  .job__service-note__block-tag {
    height: 36px;
    font-size: 14px;
  }
}

.job__service-note__block-text {
  font-size: 16px;
  line-height: 1.8em;
}

@media (max-width: 700px) {
  .job__service-note__block-text {
    font-size: 12px;
    text-align: center;
  }
}

.job__service-block {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px rgba(22, 247, 238, 0.16);
  padding: 90px 20px;
  margin: 60px 0 0;
}

@media (max-width: 700px) {
  .job__service-block {
    margin: 20px -10px 0;
    padding: 32px 34px;
  }

  .job__service-block:first-child {
    margin-top: 48px;
  }
}

.job__service-block:nth-child(3) .job__service-block__tag,
.job__service-block:nth-child(4) .job__service-block__tag {
  background: #00abff;
}

.job__service-block__inner {
  width: 100%;
  max-width: 704px;
  margin: auto;
}

.job__service-block__title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

@media (max-width: 700px) {
  .job__service-block__title {
    flex-direction: column;
  }
}

.job__service-block__title img {
  width: 60px;
  margin-top: -10px;
}

@media (max-width: 700px) {
  .job__service-block__title img {
    width: 55px;
    margin: auto;
    display: block;
  }
}

.job__service-block__title p {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  line-height: 130%;
  padding-left: 22px;
}

.job__service-block__title p span {
  font-size: 22px;
  line-height: 100%;
}

.job__service-block__title p::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0093e9 0%, #80d0c7 100%);
}

@media (max-width: 700px) {
  .job__service-block__title p {
    font-size: 24px;
    padding-left: 20px;
  }

  .job__service-block__title p span {
    font-size: 16px;
    line-height: 1.5em;
    display: block;
    text-indent: -8px;
  }

  .job__service-block__title p::before {
    top: 12px;
  }
}

.job__service-block__tag {
  position: absolute;
  top: 90px;
  right: 80px;
  width: 169px;
  height: 34px;
  background: #4fd5c6;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 700px) {
  .job__service-block__tag {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 15px 0 0;
  }
}

.job__service-block__wrap {
  display: flex;
  align-items: flex-start;
  gap: 44px;
  margin: 24px 0 0;
}

@media (max-width: 700px) {
  .job__service-block__wrap {
    flex-direction: column;
    gap: 29px;
  }
}

.job__service-block__wrap-img {
  flex: 0 0 400px;
}

.job__service-block__wrap-img img {
  width: 100%;
}

@media (max-width: 700px) {
  .job__service-block__wrap-img {
    flex: auto;
    width: 100%;
  }
}

.job__service-block__wrap-text {
  width: calc(100% - 400px - 44px);
}

@media (max-width: 700px) {
  .job__service-block__wrap-text {
    width: 100%;
  }
}

.job__service-block__wrap-text__head {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  line-height: 160%;
}

@media (max-width: 700px) {
  .job__service-block__wrap-text__head {
    font-size: 16px;
  }
}

.job__service-block__wrap-text p {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 2em;
}

@media (max-width: 700px) {
  .job__service-block__wrap-text p {
    margin: 16px 0 0;
    font-size: 12px;
  }
}

.job__service-overview {
  margin: 32px 0 0;
  background: #e6f7ff;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 700px) {
  .job__service-overview {
    border-radius: 10px;
  }
}

.job__service-overview__title {
  padding: 12px 0;
  background: #00abff;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

@media (max-width: 700px) {
  .job__service-overview__title {
    font-size: 14px;
    padding: 14px 0;
  }
}

.job__service-overview__body {
  padding: 24px 54px;
}

@media (max-width: 700px) {
  .job__service-overview__body {
    padding: 14px 16px;
  }
}

.job__service-overview__text {
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  text-align: center;
  color: #129be5;
}

@media (max-width: 700px) {
  .job__service-overview__text {
    font-size: 11px;
    margin-bottom: 14px;
  }
}

.job__service-overview__wrap {
  margin: 16px 0 0;
  display: flex;
  gap: 20px;
}

@media (max-width: 700px) {
  .job__service-overview__wrap {
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 0;
  }
}

.job__service-overview__wrap.is-3 {
  justify-content: center;
  gap: 24px;
}

@media (max-width: 700px) {
  .job__service-overview__wrap.is-3 {
    gap: 12px;
    flex-direction: column;
  }
}

.job__service-overview__wrap.is-3 .job__service-overview__cell {
  padding: 14px 24px 24px;
  width: 100%;
  gap: 0;
}

.job__service-overview__wrap.is-3 .job__service-overview__cell p {
  margin-top: 10px;
  font-size: 15px;
}

.job__service-overview__wrap.is-3 .job__service-overview__cell-text {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 170%;
  font-feature-settings: "palt" on;
  flex: 1;
}

@media (max-width: 700px) {
  .job__service-overview__wrap.is-3 .job__service-overview__cell {
    flex-direction: column;
  }

  .job__service-overview__wrap.is-3 .job__service-overview__cell p {
    margin-top: 8px;
  }

  .job__service-overview__wrap.is-3 .job__service-overview__cell-text {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 160%;
  }
}

.job__service-overview__wrap.is-2line .job__service-overview__cell p {
  height: 45px;
  display: flex;
  align-items: center;
}

@media (max-width: 700px) {
  .job__service-overview__wrap.is-2line .job__service-overview__cell p {
    height: auto;
    display: block;
  }
}

.job__service-overview__cell {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
  gap: 4px;
  width: 25%;
  padding: 14px 0;
}

@media (max-width: 700px) {
  .job__service-overview__cell {
    width: calc(50% - 4px);
  }
}

.job__service-overview__cell img {
  width: 60px;
  height: 60px;
}

@media (max-width: 700px) {
  .job__service-overview__cell img {
    width: 55px;
    height: 55px;
  }
}

.job__service-overview__cell p {
  text-align: center;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: #129be5;
}

@media (max-width: 700px) {
  .job__service-overview__cell p {
    font-size: 11px;
  }
}

.job__service-case {
  margin: 32px 0 0;
  background: linear-gradient(180deg, #e3f2fc 0%, #f0faf9 100%);
  border-radius: 20px;
  padding: 45px 20px;
}

@media (max-width: 700px) {
  .job__service-case {
    margin: 20px -24px 0;
    padding: 24px 0;
  }
}

.job__service-case__title {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.5em;
  text-align: center;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid #0082c7;
  padding-bottom: 8px;
  text-indent: 8px;
}

.job__service-case__wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 28px 0 0;
}

.job__service-case__wrap.is-3 {
  gap: 10px;
}

.job__service-case__wrap.is-3 .case-box__text {
  font-size: 14px;
}

@media (max-width: 700px) {
  .job__service-case__wrap.is-pc {
    display: none;
  }
}

.job__service-case__wrap .case-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 186px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(22, 247, 238, 0.16);
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all ease;
}

.job__service-case__wrap .case-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 20px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: 0.3s all ease;
}

.job__service-case__wrap .case-box:hover {
  background: #f0fcff;
}

.job__service-case__wrap .case-box:hover::after {
  background: #f0fcff;
}

.job__service-case__wrap .case-box__title {
  color: #0071c5;
  font-size: 15px;
  margin-top: -14px;
}

.job__service-case__wrap .case-box__text {
  margin: 20px 0 0;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5em;
}

.job__service-case__wrap .case-box__btn {
  position: absolute;
  bottom: 16px;
  right: 30px;
  color: #0082c7;
  display: flex;
  align-items: center;
  gap: 8px;
}

.job__service-case__wrap .case-box__btn span {
  padding-bottom: 1px;
  font-size: 12px;
}

.job__service-case__wrap .case-box__btn .icon-readmore {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

@media (max-width: 700px) {
  .job__service-case__wrap .case-box__btn {
    bottom: 16px;
  }
}

.job__service-case__slider {
  width: 868px;
  margin: 32px auto 0;
  display: none;
}

@media (max-width: 700px) {
  .job__service-case__slider {
    width: 100%;
    display: block;
  }
}

.job__service-case__slider-wrap {
  position: relative;
}

.job__service-case__slider .swiper {
  padding: 16px 16px 20px;
}

.job__service-case__slider .case-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 186px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(22, 247, 238, 0.16);
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all ease;
}

.job__service-case__slider .case-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 20px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: 0.3s all ease;
}

.job__service-case__slider .case-box__title {
  color: #0071c5;
  font-size: 15px;
  margin-top: -20px;
}

.job__service-case__slider .case-box__text {
  margin: 20px 0 0;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5em;
}

.job__service-case__slider .case-box__btn {
  position: absolute;
  bottom: 16px;
  right: 30px;
  color: #0082c7;
  display: flex;
  align-items: center;
  gap: 8px;
}

.job__service-case__slider .case-box__btn span {
  padding-bottom: 1px;
  font-size: 12px;
}

.job__service-case__slider .case-box__btn .icon-readmore {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

@media (max-width: 700px) {
  .job__service-case__slider .case-box__btn {
    bottom: 16px;
  }
}