@charset "utf-8"; /*! Oreset.css v1.0.0 | MIT License | https://github.com/hirosiva/Oreset.css */ /*
  # Global
---------------------------------------------- */ /**
 * Default box-sizing
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
} /**
 * Resetting margins, paddings, and borders
 */
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 0;
} /**
 * Resetting HTML5 Elements for older browsers
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
} /*
  # Document & Sections
---------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  min-height: 100%;
  font-weight: 400;
  letter-spacing: 0em;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
} /*
  # Grouping content
---------------------------------------------- */
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
hr {
  overflow: visible;
}
ol,
ul {
  list-style: none;
}
pre {
  font-family: monospace;
  font-size: 1em;
} /*
  # Text-level semantics
---------------------------------------------- */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration: underline;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 0.8em;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
} /*
  # Embedded content
---------------------------------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
} /*
  # Tabular data
---------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
} /*
  # Forms
---------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}
button,
select {
  text-transform: none;
}
button,
input {
  overflow: visible;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: none;
}
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}
optgroup {
  font-weight: bold;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
} /*
  # Interactive & Misc
---------------------------------------------- */
summary {
  display: list-item;
}
template,
[hidden] {
  display: none;
} /*
  # Accessibility
---------------------------------------------- */
[disabled],
[aria-disabled="true"] {
  cursor: not-allowed;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
:focus:not(:focus-visible),
::before:focus:not(:focus-visible),
::after:focus:not(:focus-visible) {
  outline: none;
} /*
  Base
-----------------------------------------------------*/
:root {
  --main-color: #123781;
  --accent-color: #1795bd;
  --bg-color: #ebf6ff;
  --bg-gradient-color: linear-gradient(to bottom, #ebf6ff 0%, #fbfdff 34%, #fbfdff 67%, #ebf6ff 100%);
  --text-color: #031726;
  --gradient-color: linear-gradient(to right, #1d2b6c 0%, #1795bd 100%);
  --font-family-en: "Outfit", sans-serif;
  --font-wght-bold: 600;
  --font-wght-medium: 450;
  --font-wght-light: 400;
  --font-family-jp: "Noto Sans JP", sans-serif;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: var(--font-wght-medium);
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: var(--text-color);
  background-color: #fff;
  overflow-x: clip;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
p,
li {
  letter-spacing: 0.06em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
iframe {
  max-width: 100%;
} /*ドロワータップ時の背景固定*/
.is-fixed {
  overflow: hidden;
  width: 100%;
  height: 100svh;
} /*
  Container
-----------------------------------------------------*/
.container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 80px);
  }
}
.container.narrow {
  max-width: 1080px;
  width: calc(100% - 60px);
}
@media (min-width: 768px) {
  .container.narrow {
    width: calc(100% - 80px);
  }
}
.container.wide {
  max-width: 1200px;
}
.overflowContainer {
  overflow: hidden;
} /*
  Text
-----------------------------------------------------*/
.text {
  margin-top: 1em;
  line-height: 1.8;
  letter-spacing: 0.06em;
} /*
  sectionWrapper
-----------------------------------------------------*/
.sectionWrapper {
  padding: 56px 0 80px;
}
@media (min-width: 768px) {
  .sectionWrapper {
    padding: 104px 0;
  }
}
.sectionWrapper.top_bgWaveWhite,
.sectionWrapper.top_bgWaveBlue,
.sectionWrapper.top_bgWaveSingle {
  position: relative;
}
.sectionWrapper.top_bgWaveWhite::before,
.sectionWrapper.top_bgWaveBlue::before,
.sectionWrapper.top_bgWaveSingle::before {
  content: "";
  position: absolute;
  top: -9.5vw;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 10 / 1;
}
.sectionWrapper.top_bgWaveWhite {
  background: #fff;
  padding-top: 20px;
}
.sectionWrapper.top_bgWaveWhite::before {
  background: url(../images/common/waveline_1.svg) no-repeat center top/cover;
}
.sectionWrapper.top_bgWaveBlue {
  background: var(--bg-color);
  padding-top: 40px;
}
.sectionWrapper.top_bgWaveBlue::before {
  background: url(../images/common/waveline_2.svg) no-repeat center top/cover;
}
.sectionWrapper.top_bgWaveBlue.bg_gradient {
  background: var(--bg-gradient-color);
}
.sectionWrapper.top_bgWaveSingle {
  background: #fff;
  padding-top: 40px;
}
.sectionWrapper.top_bgWaveSingle::before {
  background: url(../images/common/waveline_3.svg) no-repeat center top/cover;
} /*　波セクション前の下余白 */
.beforeWaveSection,
.contactArea.beforeWaveSection {
  padding-bottom: calc(10vw + 80px);
}
@media (min-width: 1200px) {
  .beforeWaveSection,
  .contactArea.beforeWaveSection {
    padding-bottom: calc(10vw + 104px);
  }
} /*
  Button
-----------------------------------------------------*/
.button,
.wp-element-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 2rem auto;
  padding: 0.5em 0.75em 0.5em 0.5em;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: var(--main-color);
  -webkit-box-shadow: rgba(29, 44, 108, 0.2) 0px 12px 16px 0px;
  box-shadow: rgba(29, 44, 108, 0.2) 0px 12px 16px 0px;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .button,
  .wp-element-button {
    font-size: 18px;
  }
}
.button::after,
.wp-element-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75em;
  width: 1.3em;
  height: 1.3em;
  margin: auto 0;
  background: url(../images/common/icon_arrow_wh.svg) no-repeat right center/contain;
}
.button.left,
.wp-element-button.left {
  margin: 2rem 0;
}
a.button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a.button:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: rgba(29, 44, 108, 0.2) 0px 16px 20px 0px;
  box-shadow: rgba(29, 44, 108, 0.2) 0px 16px 20px 0px;
}
.circle_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  background-color: var(--main-color);
  border-radius: 100%;
} /*
  SectionTitle
-----------------------------------------------------*/
.sectionTitle {
  position: relative;
  padding-top: 20px;
  margin-bottom: 1.5em;
  color: var(--main-color);
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .sectionTitle {
    font-size: 36px;
    line-height: 1.5;
  }
}
.sectionTitle .sectionTitle_main {
  font-size: 46px;
  font-family: var(--font-family-en);
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .sectionTitle .sectionTitle_main {
    font-size: clamp(64px, 1.5vw + 58.37px, 80px);
    line-height: 1.5;
  }
}
.sectionTitle .sectionTitle_sub {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 1.5em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .sectionTitle .sectionTitle_sub {
    font-size: 16px;
  }
}
.sectionTitle .sectionTitle_sub::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto 0;
  font-weight: 400;
  border-radius: 100%;
  background: var(--gradient-color);
}
.sectionTitle.center {
  text-align: center;
}
.sectionTitle.center .sectionTitle_sub {
  display: inline-table;
  right: 0;
  left: 0;
  margin: 0 auto;
} /*
  SectionTitle - Underbar
-----------------------------------------------------*/
.sectionTitle_underbar {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--main-color);
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .sectionTitle_underbar {
    font-size: 48px;
  }
}
.sectionTitle_underbar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3.5em;
  height: 3px;
  margin: 0 auto;
  background: var(--gradient-color);
} /*
  SectionTitle - Border
-----------------------------------------------------*/
.sectionTitle_border {
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: 0.3em;
  color: var(--main-color);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid var(--main-color);
}
@media screen and (min-width: 768px) {
  .sectionTitle_border {
    font-size: 36px;
  }
} /*
  under Header
-----------------------------------------------------*/
.underHeader {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .underHeader {
    padding-top: 60px;
  }
}
.underHeader .underHeader_title span {
  display: block;
}
.underHeader .underHeader_title > span:first-child {
  font-size: 16px;
  font-family: var(--font-family-en);
  color: var(--main-color);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.underHeader .underHeader_title > span:nth-child(2) {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.2;
  color: var(--main-color);
}
.underHeader .underHeader_title > span:nth-child(3) {
  font-size: 10px;
  font-family: var(--font-family-en);
  font-weight: 600;
  color: #737373;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .underHeader .underHeader_title span:first-child {
    font-size: 24px;
  }

  .underHeader .underHeader_title span:nth-child(2) {
    font-size: 48px;
  }

  .underHeader .underHeader_title span:nth-child(3) {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .underHeader .underHeader_title span:first-child {
    font-size: 28px;
  }

  .underHeader .underHeader_title span:nth-child(2) {
    font-size: 64px;
  }

  .underHeader .underHeader_title span:nth-child(3) {
    font-size: 16px;
  }
}
.underHeader .underHeader_cover {
  position: relative;
  width: 100%;
  height: 60vw;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .underHeader .underHeader_cover {
    height: 40vw;
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .underHeader .underHeader_cover {
    height: 28vw;
    margin-top: 4rem;
  }
}
.underHeader .underHeader_cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.underHeader .underHeader_coverText {
  position: absolute;
  left: 5%;
  bottom: 1rem;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0 0 10px 0 rgba(0, 11, 32, 0.5);
}
@media screen and (min-width: 768px) {
  .underHeader .underHeader_coverText {
    font-size: 18px;
    bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .underHeader .underHeader_coverText {
    font-size: clamp(21px, 0.97vw + 9.33px, 28px);
    left: auto;
    right: 10%;
    bottom: 2em;
  }
}
.underHeader .underHeader_coverText .bold {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .underHeader .underHeader_coverText .bold {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .underHeader .underHeader_coverText .bold {
    font-size: clamp(32px, 2.22vw + 5.33px, 48px);
  }
}
.underHeader .underHeader_forProfession {
  position: relative;
  width: 14em;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto 0;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .underHeader .underHeader_forProfession {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    top: 24px;
    bottom: 0;
    right: 0;
    width: 13em;
    margin: auto 0;
    font-size: clamp(20px, 2.78vw + -1.33px, 32px);
    text-align: left;
  }
}
@media screen and (min-width: 1080px) {
  .underHeader .underHeader_forProfession {
    width: 16.5em;
  }
}
.underHeader .underHeader_forProfession::before {
  content: "";
  position: absolute;
  width: 6em;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: var(--text-color);
}
@media screen and (min-width: 768px) {
  .underHeader .underHeader_forProfession::before {
    width: 5em;
  }
}
@media screen and (min-width: 1080px) {
  .underHeader .underHeader_forProfession::before {
    width: 8em;
  }
} /*
  main
-----------------------------------------------------*/
.main {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  .main {
    padding-top: 88px;
  }
} /*
  Utility
-----------------------------------------------------*/
.grid-half {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .grid-half {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
@media (min-width: 1200px) {
  .tabOnly {
    display: none;
  }
}
.pcOnly {
  display: none;
}
@media (min-width: 1200px) {
  .pcOnly {
    display: block;
  }
}
.bg-color {
  background-color: var(--bg-color);
}
.text-block {
  display: inline-block;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-center .onlyPc {
  -moz-text-align-last: left;
  text-align-last: left;
}
@media (min-width: 1024px) {
  .text-center .onlyPc {
    text-align: center;
  }
}
.text-marker {
  display: inline;
  padding: 0 0.2em 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffee7f));
  background: linear-gradient(transparent 60%, #ffee7f 0%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-style: normal;
}
.text-bold {
  font-weight: 600;
}
.link {
  cursor: pointer;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.caution {
  font-style: normal;
  color: #ed1c24;
}
.pt-1 {
  padding-top: 1em;
} /*
  Accessibility
-----------------------------------------------------*/ /*
  Visually Hidden
*/
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
} /*
  Header
-----------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0 10px;
  background: #fff;
  z-index: 100;
}
@media (min-width: 1200px) {
  .header {
    height: 88px;
    padding: 0 50px;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_logo {
  position: relative;
  width: 180px;
  height: 100%;
  z-index: 110;
}
@media (min-width: 768px) {
  .header_logo {
    width: 230px;
  }
}
.header_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.is-drawerActive .header_inner {
  height: 100%;
  overflow: auto;
  -webkit-transition: 1s ease;
  transition: 1s ease;
} /*
  Navigation
----------------------------------------------------- */
.globalNav {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
@media (min-width: 1200px) {
  .globalNav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    opacity: 1;
    visibility: visible;
  }
}
.globalNav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  background: url("../images/common/drawer_bg.svg") no-repeat center right / cover;
}
@media screen and (min-width: 1200px) {
  .globalNav::before {
    display: none;
  }
}
.globalNav_inner {
  width: 100%;
  padding: 160px 32px 32px;
  z-index: 100;
  color: var(--text-color);
}
@media (min-width: 768px) {
  .globalNav_inner {
    padding: 180px 60px 60px;
  }
}
@media (min-width: 1200px) {
  .globalNav_inner {
    padding: 0;
  }
}
.globalNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .globalNav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 2.5em;
  }
}
.globalNav_list li {
  width: 100%;
}
@media (min-width: 1200px) {
  .globalNav_list li {
    width: auto;
  }
}
.globalNav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: 0.1em;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .globalNav_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }

  .globalNav_item:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.8;
  }
}
.globalNav_item .globalNav_item_en {
  font-family: var(--font-family-en);
  font-size: 14px;
  color: #4d4d4d;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .globalNav_item .globalNav_item_en {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .globalNav_item .globalNav_item_en {
    color: var(--main-color);
    font-size: 20px;
  }
}
.globalNav_item .globalNav_item_ja {
  line-height: 1;
  color: var(--main-color);
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 768px) {
  .globalNav_item .globalNav_item_ja {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .globalNav_item .globalNav_item_ja {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
  }
}
.globalNav_item.button {
  width: 12em;
  margin: 0;
  padding-right: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.globalNav_parent {
  position: relative;
}
.globalNav_parent .globalNav_item_en {
  position: relative;
  padding-right: 1em;
}
.globalNav_parent .globalNav_item_en::before {
  position: absolute;
  top: 0;
  bottom: -0.25em;
  right: 0;
  width: 0.4em;
  height: 0.4em;
  margin: auto 0;
  border-right: 2px solid var(--text-color);
  border-bottom: 2px solid var(--text-color);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.globalNav_child {
  position: relative;
  display: none;

  /* li + li {
    @media screen and (min-width: 1200px) {
      border-top: 1px solid #ccc;
    }
  } */
}
@media screen and (min-width: 1200px) {
  .globalNav_child {
    position: absolute;
    top: 4em;
    left: 0;
    right: 0;
    width: 16em;
    margin: 0 auto;
  }
}
.globalNav_child .globalNav_child_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em 1em 0;
  font-size: 16px;
  gap: 0.5em;
}
@media screen and (min-width: 1200px) {
  .globalNav_child .globalNav_child_inner {
    padding: 1em 1.5em 1em;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 16px 16px 0 rgba(20, 28, 66, 0.1);
    box-shadow: 0 16px 16px 0 rgba(20, 28, 66, 0.1);
  }
}
.globalNav_child a {
  display: block;
  padding: 0.5em 0;
}
.spMenu {
  display: block;
}
@media screen and (min-width: 1200px) {
  .spMenu {
    display: none;
  }
}
.pcMenu {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pcMenu {
    display: block;
  }
}
.is-drawerActive .globalNav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
} /* オーバーレイ */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 50;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
} /*
  HamburgerButton
-----------------------------------------------------*/
.hamburgerButton {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 48px;
  height: 48px;
  margin: auto 0;
  border-radius: 100%;
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  outline: none;
  -webkit-box-shadow: 0 0 2rem transparent;
  box-shadow: 0 0 2rem transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .hamburgerButton {
    right: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .hamburgerButton {
    display: none;
  }
}
.hamburgerButton_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: transparent;
  -webkit-transition: inherit;
  transition: inherit;
}
.hamburgerButton_line:before,
.hamburgerButton_line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.hamburgerButton_line:before {
  top: -5px;
}
.hamburgerButton_line:after {
  top: 5px;
}
.hamburgerButton[aria-expanded="true"] .hamburgerButton_line {
  background-color: transparent;
}
.hamburgerButton[aria-expanded="true"] .hamburgerButton_line:before,
.hamburgerButton[aria-expanded="true"] .hamburgerButton_line:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.hamburgerButton[aria-expanded="true"] .hamburgerButton_line:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is-hamburgerActive .hamburgerButton {
} /*
  Hero
-----------------------------------------------------*/
.hero {
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  height: calc(100svh - 68px);
  background: url(../images/top/mv_pc.png) no-repeat center center/cover;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero {
    background: url(../images/top/mv_pc.png) no-repeat center center/cover;
  }
}
.hero .hero_copy {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  top: 30%;
  margin: auto;
  text-align: center;
  letter-spacing: 0.06em;
  font-size: clamp(32px, 3.57vw + 20.57px, 48px);
  font-weight: 500;
}
.hero .hero_copy em {
  font-weight: 600;
  color: var(--main-color);
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .hero .hero_copy {
    top: 20%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-size: clamp(64px, 2.22vw + 37.33px, 80px);
    margin-left: 8%;
  }
}
.currentNews {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0.5em;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 760px;
  padding: 1rem;
  background: var(--gradient-color);
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .currentNews {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    bottom: 10%;
    padding: 2rem 4rem;
  }
}
.currentNews .currentNews_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.currentNews .currentNews_category::after {
  content: "｜";
  margin: 0 0.5em;
} /*
  Scroll-contents
-----------------------------------------------------*/
.scroll-contents {
  position: relative;
  margin-top: 130svh;
  z-index: 10;
} /*
  About
-----------------------------------------------------*/
.aboutTop {
  padding-top: 50vw;
  padding-bottom: calc(10vw + 40px);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), color-stop(30vw, #f0f8fff0), to(#ebf6ff));
  background: linear-gradient(to bottom, #ffffff00 0%, #f0f8fff0 30vw, #ebf6ff 100%);
}
@media screen and (min-width: 1200px) {
  .aboutTop {
    padding-top: 20vw;
    padding-bottom: calc(10vw + 80px);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), color-stop(30%, #f0f8fff0), to(#ebf6ff));
    background: linear-gradient(to bottom, #ffffff00 0%, #f0f8fff0 30%, #ebf6ff 100%);
  }
}
@media screen and (min-width: 1200px) {
  .aboutTop .aboutTop_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}
.aboutTop .aboutTop_heading {
  font-size: 24px;
  font-weight: 450;
  font-size: clamp(22px, 0.94vw + 18.48px, 32px);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1200px) {
  .aboutTop .aboutTop_heading {
    max-width: 16em;
    font-size: 36px;
  }
}
.aboutTop .aboutTop_heading em {
  font-style: normal;
  color: var(--accent-color);
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .aboutTop .aboutTop_textWrap {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .aboutTop .aboutTop_textWrap .text {
    font-size: 18px;
  }
} /*
  Service
-----------------------------------------------------*/
.serviceTop {
  padding-bottom: calc(10vw + 80px);
}
@media (min-width: 768px) {
  .serviceTop {
    padding-bottom: calc(10vw + 130px);
  }
}
@media (min-width: 1200px) {
  .serviceTop {
    padding-top: 0;
  }
} /* Swiper */
.serviceTop .serviceSwiper {
  position: relative;
  width: 100%;
  padding: 2rem 20px 5rem;
}
@media (min-width: 768px) {
  .serviceTop .serviceSwiper {
    padding: 2rem 0;
  }

  .serviceTop .serviceSwiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }

  .serviceTop .serviceSwiper .swiper-slide {
    -webkit-transform: none !important;
    transform: none !important; /* Swiperのtransformを無効化 */
    width: auto !important; /* Swiperの幅設定を無効化 */
  }
}
.serviceTop .serviceSwiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .serviceTop .serviceSwiper .swiper-slide .serviceCard {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .serviceTop .serviceSwiper .swiper-slide .serviceCard .circle_button {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .serviceTop .serviceSwiper .swiper-slide .serviceCard .serviceCard_img {
    overflow: hidden;
  }

  .serviceTop .serviceSwiper .swiper-slide .serviceCard .serviceCard_img img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .serviceTop .serviceSwiper .swiper-slide .serviceCard:hover {
    opacity: 0.8;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .serviceTop .serviceSwiper .swiper-slide .serviceCard:hover .circle_button {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .serviceTop .serviceSwiper .swiper-slide .serviceCard:hover .serviceCard_img img {
    scale: 1.05;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}
.serviceTop .serviceSwiper .swiper-slide .serviceCard_textWrap {
  padding-bottom: 5rem;
}
.serviceTop .serviceSwiper .swiper-button-next,
.serviceTop .serviceSwiper .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  color: var(--main-color);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.serviceTop .serviceSwiper .swiper-button-next::after,
.serviceTop .serviceSwiper .swiper-button-prev::after {
  font-size: 18px;
}
@media (min-width: 768px) {
  .serviceTop .serviceSwiper .swiper-button-next,
  .serviceTop .serviceSwiper .swiper-button-prev {
    display: none;
  }
}
.serviceTop .serviceCard_textWrap {
  padding-bottom: 6rem;
} /* 偶数個めのカード */
@media (min-width: 768px) {
  .serviceTop .swiper-slide:nth-child(even) .serviceCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
} /*
  Value
-----------------------------------------------------*/
.valueTop {
  position: relative;
  padding-bottom: calc(10vw + 80px);
}
@media (min-width: 1200px) {
  .valueTop .valueTop_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .valueTop .valueTop_header {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .valueTop .valueTop_header .text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .valueTop .valueTop_header .text {
    font-size: 24px;
    max-width: 19em;
  }
}
.valueTop .valueTop_img {
  margin: 2rem auto 8rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .valueTop .valueTop_img {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .valueTop .valueTop_cardWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.valueTop .valueTop_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6rem;
  padding: 24px;
  background-color: #fff;
  -webkit-box-shadow: rgba(18, 55, 129, 0.16) 0px 2px 20px 0px;
  box-shadow: rgba(18, 55, 129, 0.16) 0px 2px 20px 0px;
}
@media (min-width: 1200px) {
  .valueTop .valueTop_card {
    width: calc((100% - 4rem) / 3);
    padding: 40px 20px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .valueTop .valueTop_card:first-child {
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }
}
@media (min-width: 1200px) {
  .valueTop .valueTop_card:nth-child(3) {
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
  }
}
.valueTop .valueTop_card_number {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1.5em 0 0.75em;
  background: var(--gradient-color);
  color: #fff;
  font-family: var(--font-family-en);
  font-size: 28px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
}
@media (min-width: 1200px) {
  .valueTop .valueTop_card_number {
    font-size: 36px;
  }
}
.valueTop .valueTop_card_title {
  font-size: 28px;
  font-weight: 700;
  color: var(--main-color);
  letter-spacing: 0.1em;
}
@media (min-width: 1200px) {
  .valueTop .valueTop_card_title {
    font-size: 36px;
  }
}
.valueTop .valueTop_card_icon {
  width: 80px;
  margin: 1rem 0;
}
@media (min-width: 1200px) {
  .valueTop .valueTop_card_icon {
    width: 120px;
  }
}
.valueTop .valueTop_card_icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.valueTop .valueTop_card_heading {
  color: var(--accent-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
}
@media (min-width: 1200px) {
  .valueTop .valueTop_card_heading {
    font-size: 24px;
  }
} /*
  Company
-----------------------------------------------------*/
.companyTop {
  position: relative;
}
@media (min-width: 1200px) {
  .companyTop .companyTop_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}
.companyTop .companyTop_img {
  width: 100%;
  margin-top: 2rem;
  margin-left: 40px;
  margin-right: -20px;
}
@media screen and (min-width: 1200px) {
  .companyTop .companyTop_img {
    margin-right: calc((100vw - 1200px) / 2 * -1);
  }
}
@media screen and (min-width: 768px) {
  .companyTop .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .companyTop .text {
    font-size: 24px;
  }
}
.companyTop .button {
  max-width: 10em;
  margin: 4rem 0;
  margin-left: 0;
}
.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 1rem;
  margin: 2rem auto;
  border-bottom: 1px solid #bbbbbb;
}
@media screen and (min-width: 768px) {
  .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 3rem;
    margin: 3rem auto;
  }
}
.article:first-child {
  margin-top: 0;
}
.article .article_thumbnail {
  width: 100%;
  max-width: 400px;
}
.article .article_thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
  object-fit: cover;
}
.article .article_title {
  margin-top: 1em;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .article .article_title {
    font-size: 24px;
  }
}
.article .article_text {
  margin-top: 1em;
}
.article .button {
  margin-left: 0;
} /*
  Contact Area
-----------------------------------------------------*/
.contactArea {
  padding: 40px 0;
  background: var(--gradient-color);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contactArea {
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .contactArea .sectionTitle {
    margin-bottom: 1em;
  }
}
.contactArea .sectionTitle span {
  color: #fff;
}
.contactArea .sectionTitle_sub::before {
  background: #fff;
}
.contactArea .contactArea_heading {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contactArea .contactArea_heading {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .contactArea .contactArea_heading {
    text-align: center;
    font-size: 24px;
  }
}
.contactArea .contactArea_inner {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .contactArea .contactArea_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem;
    max-width: none;
  }
}
.contactArea .contactArea_box {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 0;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: #121b423b 0 8px 8px;
  box-shadow: #121b423b 0 8px 8px;
}
@media screen and (min-width: 768px) {
  .contactArea .contactArea_box {
    grid-template-columns: 48px 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .contactArea .contactArea_box {
    grid-template-columns: 1fr;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 0.5rem;
    padding: 2.5rem 1.5rem;
    -webkit-box-shadow: #121b423b 0 16px 16px;
    box-shadow: #121b423b 0 16px 16px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .contactArea .contactArea_box:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.contactArea .contactArea_box .contactArea_box_inner {
  grid-column-start: 2;
  grid-row-start: 1;
  text-align: center;
  font-size: 14px;
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .contactArea .contactArea_box .contactArea_box_inner {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .contactArea .contactArea_box .contactArea_box_inner {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.contactArea .contactArea_box .contactArea_box_inner .phone {
  font-size: 28px;
  font-family: var(--font-family-en);
  color: var(--main-color);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .contactArea .contactArea_box .contactArea_box_inner .phone {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .contactArea .contactArea_box .contactArea_box_inner .phone {
    font-size: 36px;
  }
}
.contactArea .contactArea_box .contactArea_box_inner .mail {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .contactArea .contactArea_box .contactArea_box_inner .mail {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .contactArea .contactArea_box .contactArea_box_inner .mail {
    font-size: 36px;
  }
}

.contactArea .contactArea_box .contactArea_box_icon {
  grid-column-start: 1;
  grid-row-start: 1;
}
@media screen and (min-width: 768px) {
  .contactArea .contactArea_box .contactArea_box_icon {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .contactArea .contactArea_box .contactArea_box_icon {
    grid-row-start: 1;
    text-align: center;
    margin: 0 auto;
  }
}
.contactArea .contactArea_box .button {
  max-width: 240px;
  margin: 0.5rem auto;
  padding: 0.75rem;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .contactArea .contactArea_box .button {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .contactArea .contactArea_box .button {
    max-width: none;
    font-size: clamp(14px, 2.27vw + -9.27px, 18px);
  }
}
.contactArea.notBg {
  background: none;
}
.contactArea.notBg .contactArea_box {
  background: #f8fafb;
}
.contactArea.notBg .contactArea_heading {
  color: var(--main-color);
} /*
  Contact Page
-----------------------------------------------------*/
.contact {
  border-bottom: 1px solid #bbb;
}
.contact_infoBox {
  max-width: 720px;
  margin: 2rem auto 0;
  background: #f8fafb;
  -webkit-box-shadow: 0 16px 16px 0 rgba(18, 27, 66, 0.2);
  box-shadow: 0 16px 16px 0 rgba(18, 27, 66, 0.2);
  padding: 24px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact_infoBox {
    margin: 4rem auto 0;
    padding: 40px 0;
  }
}
.contact_infoBox .contact_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: var(--main-color);
} /*
  Contact Form
-----------------------------------------------------*/
.contactForm {
  max-width: 720px;
  margin: 0 auto;
}
.contactForm .wpforms-container {
  margin-top: 0 !important;
}
.contactForm .wpforms-field {
  padding: 1.5rem 0 !important;
  border-bottom: 1px solid #bbb;
}
@media screen and (min-width: 768px) {
  .contactForm .wpforms-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* 縦位置を揃える */
    gap: 2rem;
    padding: 1.5rem !important;
  }
}
.contactForm .wpforms-field-label {
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  .contactForm .wpforms-field-label {
    width: 12em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.contactForm .wpforms-field-checkbox fieldset {
  display: contents;
}
@media screen and (min-width: 768px) {
  .contactForm .wpforms-field-checkbox legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .contactForm .wpforms-field-checkbox legend .wpforms-field-label {
    display: contents;
    width: 12em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.contactForm .wpforms-required-label {
  display: none;
}
.contactForm .wpforms-field-label:has(+ .wpforms-field-required)::after {
  content: " 必須";
  margin-left: 1em;
  padding: 0.3em 0.5em;
  color: var(--main-color);
  font-weight: 400;
  border: 1px solid var(--main-color);
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .contactForm .wpforms-field-label:has(+ .wpforms-field-required)::after .wpforms-field-label:has(+ .wpforms-field-required)::after {
    font-size: 14px;
  }
}
.contactForm .wpforms-submit.button {
  margin: 4rem auto 1rem !important;
  padding: 0.5em !important;
  width: 280px !important;
  background-color: var(--main-color) !important;
  border-radius: 100px !important;
} /*
  Contact
-----------------------------------------------------*/
.footer {
  position: relative;
  padding: 40px 0 24px;
  background: #fff;
  z-index: 2;
}
.footer .footer_inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media screen and (min-width: 1200px) {
  .footer .footer_inner {
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      "info nav"
      "copy nav";
    gap: 0 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer_info {
    grid-area: info;
  }
}
.footer .footer_info .footer_info_logo {
  width: 124px;
}
@media screen and (min-width: 1200px) {
  .footer .footer_info .footer_info_logo {
    width: 224px;
  }
}
.footer .footer_info .footer_info_name {
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .footer .footer_info .footer_info_name {
    font-size: 18px;
  }
}
.footer .footer_info .footer_info_address {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .footer .footer_info .footer_info_address {
    font-size: 16px;
  }
}
.footer .footer_nav {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #bbbbbb;
}
@media screen and (min-width: 1200px) {
  .footer .footer_nav {
    grid-area: nav;
    padding-left: 6rem;
    border-bottom: none;
    border-left: 1px solid #bbbbbb;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.footer .footer_nav .footerNav_item {
  display: block;
  margin-bottom: 1.5em;
  font-size: 14px;
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .footer .footer_nav .footerNav_item {
    font-size: 16px;
  }
}
.footer .footer_nav .footerNav_item.bold {
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .footer .footer_nav .footerNav_item.bold {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer_nav a {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }

  .footer .footer_nav a:hover {
    color: var(--main-color);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}
.footer .footer_copy {
  padding: 1.5em 0;
  letter-spacing: 0.06em;
  font-size: clamp(34px, 3.59vw + 20.54px, 48px);
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .footer .footer_copy {
    grid-area: copy;
    padding: 0.5em 0 0;
    font-size: 64px;
  }
}
.footer .footer_copy em {
  font-weight: 600;
  color: var(--main-color);
  font-style: normal;
}
.footer .footer_copyright {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .footer .footer_copyright {
    grid-column-start: 2;
    text-align: right;
  }
} /*
  Service - Overview
-----------------------------------------------------*/
.serviceOverview .serviceOverview_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .serviceOverview .serviceOverview_grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .serviceOverview .serviceOverview_grid_item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .serviceOverview .serviceOverview_grid_item.image {
    width: 40%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.serviceOverview .serviceOverview_grid_item.image img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
  object-fit: cover;
}
.serviceOverview .serviceOverview_heading {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .serviceOverview .serviceOverview_heading {
    font-size: 24px;
    text-align: center;
  }
} /* 収益事業 */
.serviceOverview.investment .serviceOverview_heading {
  padding: 2em 0 0;
}
.serviceOverview.investment .contactArea {
  padding-bottom: 0;
} /* 共有持分買取事業 */
@media screen and (min-width: 768px) {
  .serviceOverview.co-ownership .serviceOverview_heading {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .serviceOverview.co-ownership .text {
    text-align: center;
  }
} /* 共有持分買取事業 士業の皆さまへ */
@media screen and (min-width: 768px) {
  .serviceOverview.for-profession .serviceOverview_heading {
    font-size: 36px;
  }
}
.serviceOverview.for-profession .serviceOverview_grid {
  margin-top: 2rem;
} /*
  よくあるトラブルの例
-----------------------------------------------------*/
.troubleCase_wrapper {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .troubleCase_wrapper {
    margin-top: 3rem;
  }
}
.troubleCase {
  position: relative;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  background: var(--bg-color);
}
@media screen and (min-width: 768px) {
  .troubleCase {
    margin-bottom: 3rem;
    padding: 2rem;
  }
}
.troubleCase::before,
.troubleCase::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 32px 32px 0px 0px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .troubleCase::before,
  .troubleCase::after {
    border-width: 56px 56px 0px 0px;
  }
}
.troubleCase::before {
  top: 0;
  left: 0;
}
.troubleCase::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.troubleCase .troubleCase_title {
  text-align: center;
}
.troubleCase .troubleCase_title span {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 1em;
  padding: 0 1.5em;
}
@media screen and (min-width: 768px) {
  .troubleCase .troubleCase_title span {
    font-size: 24px;
  }
}
.troubleCase .troubleCase_title span::before,
.troubleCase .troubleCase_title span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--accent-color);
  border-radius: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.troubleCase .troubleCase_title span::before {
  left: 0;
}
.troubleCase .troubleCase_title span::after {
  right: 0;
}
.troubleCase .troubleCase_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .troubleCase .troubleCase_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.troubleCase .troubleCase_list .text {
  margin-top: 0.5rem;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .troubleCase .troubleCase_list .text {
    margin-top: 1rem;
    font-size: 18px;
  }
} /*
  サービスの特徴 / サポート体制
-----------------------------------------------------*/
.serviceFeature .serviceFeature_title {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .serviceFeature .serviceFeature_title {
    margin-bottom: 4rem;
  }
}
.serviceFeature .serviceFeature_title span:nth-child(1) {
  display: block;
  font-family: var(--font-family-en);
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media (min-width: 768px) {
  .serviceFeature .serviceFeature_title span:nth-child(1) {
    font-size: 30px;
  }
}
.serviceFeature .serviceFeature_title span:nth-child(2) {
  display: block;
  color: var(--main-color);
  font-weight: 600;
  font-size: 28px;
}
@media (min-width: 768px) {
  .serviceFeature .serviceFeature_title span:nth-child(2) {
    font-size: 48px;
  }
}
.serviceFeature.bg-landscape {
  background: url("../images/common/service_bg_landscape.png") no-repeat center top 20%;
  background-size: cover;
  background-attachment: fixed;
}
.serviceCard_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .serviceCard_wrapper {
    gap: 4rem;
  }
}
.serviceCard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(18, 55, 129, 0.16) 0px 2px 20px 0px;
  box-shadow: rgba(18, 55, 129, 0.16) 0px 2px 20px 0px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .serviceCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: auto;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .serviceCard:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.serviceCard .serviceCard_textWrap {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1rem 1rem 2rem;
}
@media (min-width: 768px) {
  .serviceCard .serviceCard_textWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .serviceCard .serviceCard_textWrap {
    padding: 2rem 4rem;
  }
}
.serviceCard .serviceCard_textWrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #ebf6ff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 2;
}
.serviceCard .serviceCard_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.serviceCard .serviceCard_title span:first-child {
  position: relative;
  font-size: 20px;
  font-family: var(--font-family-en);
  color: var(--main-color);
}
.serviceCard .serviceCard_title span:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, right top, from(#1d2b6c), to(#1795bd));
  background: linear-gradient(to right, #1d2b6c 0%, #1795bd 100%);
}
@media (min-width: 768px) {
  .serviceCard .serviceCard_title span:first-child {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .serviceCard .serviceCard_title span:first-child {
    font-size: 36px;
  }
}
.serviceCard .serviceCard_title span:nth-child(2) {
  margin-top: 0.5em;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .serviceCard .serviceCard_title span:nth-child(2) {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .serviceCard .serviceCard_title span:nth-child(2) {
    font-size: 36px;
  }
}
.serviceCard .serviceCard_title span:nth-child(3) {
  font-size: 12px;
  color: #737373;
  font-family: var(--font-family-en);
}
@media (min-width: 768px) {
  .serviceCard .serviceCard_title span:nth-child(3) {
    font-size: 16px;
  }
}
.serviceCard .serviceCard_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .serviceCard .serviceCard_text {
    margin-top: 2em;
  }
}
.serviceCard .serviceCard_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .serviceCard .serviceCard_img {
    width: 40%;
    min-width: 240px;
    max-width: 480px;
  }
}
.serviceCard .circle_button {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .serviceCard .circle_button {
    top: 0;
    left: auto;
    right: 4rem;
    margin: auto 0;
    width: 64px;
    height: 64px;
  }
} /*
  FAQ
-----------------------------------------------------*/
.faq_item {
  padding: 0 1rem;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(18, 55, 129, 0.07);
  box-shadow: 0 10px 20px 0 rgba(18, 55, 129, 0.07);
}
@media screen and (min-width: 768px) {
  .faq_item {
    padding: 0 2rem;
  }
}
.faq_item dt,
.faq_item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.faq_item dt {
  border-bottom: 1px solid #bbb;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .faq_item dt {
    padding: 2rem 0 1.5rem;
  }
}
.faq_item dd {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .faq_item dd {
    padding: 1.5rem 0 2rem;
  }
}
.faq_item dt span,
.faq_item dd span {
  font-family: var(--font-family-en);
  font-size: 24px;
}
.faq_item dt span {
  color: var(--accent-color);
}
.faq_item dd {
  color: var(--main-color);
  font-weight: 600;
}
.faq_item + .faq_item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .faq_item + .faq_item {
    margin-top: 2.5rem;
  }
}
.faq_figure {
  margin-bottom: 2rem;
} /*
  保有物件一覧
-----------------------------------------------------*/
.propertyList_filters {
  display: grid;
  grid-template-columns: repeat(3, auto);
  margin-bottom: 2rem;
  gap: 2px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .propertyList_filters {
    grid-template-columns: repeat(6, auto);
  }
}
.propertyList_filters .propertyList_filter {
  padding: 0.25em 1em;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.propertyList_filters .propertyList_filter.active,
.propertyList_filters .propertyList_filter:hover {
  background-color: #fff;
  color: var(--main-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .propertyList_filters .propertyList_filter {
    font-size: 20px;
  }
}
.propertyList_archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .propertyList_archive {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .propertyList_archive {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
.propertyList_archive .propertyList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(18, 55, 129, 0.16);
  box-shadow: 0 2px 20px 0 rgba(18, 55, 129, 0.16);
}
.propertyList_archive .propertyList_item_img {
  width: 100%;
  height: auto;
}
.propertyList_archive .propertyList_item_img img {
  aspect-ratio: 3 / 4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.propertyList_archive .propertyList_item_textWrap {
  padding: 0.5rem;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .propertyList_archive .propertyList_item_textWrap {
    padding: 0.75rem;
    font-size: 16px;
  }
}
.propertyList_archive .propertyList_item_firstline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .propertyList_archive .propertyList_item_firstline {
    gap: 1rem;
  }
}
.propertyList_archive .propertyList_item_category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: var(--main-color);
  color: #fff;
  font-size: 12px;
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 768px) {
  .propertyList_archive .propertyList_item_category {
    font-size: 14px;
  }
} /*
  共有持分買取事業
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .ownership_pageLink {
    display: grid;
    grid-template-columns: auto auto;
  }
}
.ownership_pageLink .ownership_pageLink_item {
  display: block;
  width: 100%;
  padding: 1em;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ownership_pageLink .ownership_pageLink_item {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .ownership_pageLink .ownership_pageLink_item {
    padding: 1.5em 1em;
    font-size: 36px;
  }
}
.ownership_pageLink .ownership_pageLink_item.forIndividual,
.ownership_pageLink .ownership_pageLink_item.forProfessionals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
}
.ownership_pageLink .ownership_pageLink_item.forIndividual img,
.ownership_pageLink .ownership_pageLink_item.forProfessionals img {
  width: 1.5em;
  height: 1.5em;
}
.ownership_pageLink .ownership_pageLink_item.forIndividual {
  background-color: var(--accent-color);
}
.ownership_pageLink .ownership_pageLink_item.forProfessionals {
  background-color: var(--main-color);
} /*
  お悩み
-----------------------------------------------------*/
.nayami {
  padding-bottom: 0;
  background: url(../images/service/for-profession/nayami_bg.png) no-repeat center center/cover;
}
.nayami .nayami_title {
  position: relative;
  padding-bottom: 1.25em;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .nayami .nayami_title {
    font-size: 40px;
  }
}
.nayami .nayami_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/service/for-profession/nayami_title_line.svg) no-repeat center bottom/contain;
}
.nayami .nayami_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}
.nayami .nayami_list li {
  width: 100%;
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nayami .nayami_list li {
    width: calc((100% - 2rem) / 2);
    font-size: 18px;
  }
}
.nayami .nayami_below {
  margin-top: 4rem;
  padding: 1em;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .nayami .nayami_below {
    margin-top: 6rem;
    font-size: 32px;
  }
} /*
  セール&リースバック事業ページの調整
-----------------------------------------------------*/
.saleAndLeaseback .faq {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .saleAndLeaseback .faq {
    padding-top: 80px;
  }
}
.saleAndLeaseback .troubleCase {
  margin-bottom: 0;
} /*
  人材派遣業
-----------------------------------------------------*/
.underHeader_cover.staffing {
  position: relative;
  overflow: clip;
}
.underHeader_cover.staffing .staffing_title {
  position: absolute;
  top: -0.15em;
  left: -0.08em;
  font-size: clamp(46px, 6.63vw + 21.13px, 72px);
  opacity: 0.5;
  color: #fff;
  font-family: var(--font-family-en);
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .underHeader_cover.staffing .staffing_title {
    font-size: clamp(80px, 2.08vw + 64px, 104px);
  }
}
.underHeader_cover.staffing .staffing_textWrap {
  position: absolute;
  -ms-flex-line-pack: center;
  align-content: center;
  bottom: 2rem;
  right: 1rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .underHeader_cover.staffing .staffing_textWrap {
    top: 0;
    bottom: 0;
    right: 5%;
  }
}
.underHeader_cover.staffing .staffing_text {
  font-size: clamp(14px, 1.02vw + 10.17px, 18px);
  text-align: right;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .underHeader_cover.staffing .staffing_text {
    font-size: clamp(28px, 1.11vw + 18.67px, 40px);
  }
}
.underHeader_cover.staffing .staffing_button {
  background-color: #fff;
  color: var(--main-color);
  margin: 1rem 0 0 auto;
  padding-right: 2em;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .underHeader_cover.staffing .staffing_button {
    max-width: 16em;
    margin: 2rem 0 2rem auto;
    font-size: 24px;
  }
}
.underHeader_cover.staffing .staffing_button::after {
  width: 1em;
  height: 1em;
  right: 1.25em;
  bottom: -0.1em;
  background-image: url(../images/common/icon_arrow_below.svg);
}
.underHeader_cover.staffing.jobseekers {
  margin-top: 0;
}
.underHeader_cover.staffing.jobseekers .staffing_title {
  top: auto;
  left: auto;
  bottom: -0.15em;
  right: -0.08em;
}
.underHeader_cover.staffing.jobseekers .staffing_textWrap {
  left: 1rem;
  right: auto;
}
@media screen and (min-width: 768px) {
  .underHeader_cover.staffing.jobseekers .staffing_textWrap {
    left: 5%;
    right: auto;
  }
}
.underHeader_cover.staffing.jobseekers .staffing_text {
  text-align: left;
}
.underHeader_cover.staffing.jobseekers .staffing_button {
  margin-left: 0;
}
.staffing_categoryTitle {
  width: 100%;
  padding: 0.25em;
  margin-bottom: 2rem;
  background: var(--main-color);
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .staffing_categoryTitle {
    font-size: 36px;
  }
}
.staffing_categoryTitle.jobseekers {
  background: var(--accent-color);
}
.forEmployers .serviceOverview_grid_item .text.bold {
  margin-top: 0;
  font-size: 18px;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .forEmployers .serviceOverview_grid_item .text.bold {
    font-size: 28px;
  }
}
.forEmployers .serviceOverview_grid_item.image img {
  aspect-ratio: auto;
}
.forEmployers .serviceOverview_heading {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .forEmployers .serviceOverview_heading {
    margin-top: 4rem;
  }
} /* メリット */
.staffingMerit .staffingMerit_title {
  text-align: center;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .staffingMerit .staffingMerit_title {
    font-size: 40px;
  }
}
.staffingMerit .staffingMerit_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  max-width: 900px;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .staffingMerit .staffingMerit_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.staffingMerit .staffingMerit_list.sp-2column {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .staffingMerit .staffingMerit_list.sp-2column {
    grid-template-columns: repeat(3, 1fr);
  }
}
.staffingMerit .staffingMerit_list.sp-2column .staffingMerit_heading {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .staffingMerit .staffingMerit_list.sp-2column .staffingMerit_heading {
    font-size: 24px;
  }
}
.staffingMerit .staffingMerit_item {
  position: relative;
  margin-top: 2rem;
  padding: 3rem 1rem 2rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(18, 55, 129, 0.16);
  box-shadow: 0 2px 20px 0 rgba(18, 55, 129, 0.16);
}
@media screen and (min-width: 768px) {
  .staffingMerit .staffingMerit_item {
    padding: 4rem 2rem 2rem;
  }
}
.staffingMerit .staffingMerit_item_number {
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin: 0 auto;
  background: var(--gradient-color);
  color: #fff;
  font-family: var(--font-family-en);
  font-size: 24px;
  text-align: center;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .staffingMerit .staffingMerit_item_number {
    font-size: 36px;
  }
}
.staffingMerit .staffingMerit_heading {
  text-align: center;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .staffingMerit .staffingMerit_heading {
    font-size: 24px;
  }
} /* 選ばれる理由 */
.staffingReason .staffingReason_title {
  text-align: center;
}
.staffingReason .staffingReason_title_sub {
  display: block;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .staffingReason .staffingReason_title_sub {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .staffingReason .staffingReason_title_sub {
    font-size: 36px;
  }
}
.staffingReason .staffingReason_title_main {
  display: block;
  font-size: clamp(26px, 1.53vw + 20.26px, 32px);
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-top: 0.5em;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .staffingReason .staffingReason_title_main {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .staffingReason .staffingReason_title_main {
    font-size: 60px;
  }
}
.staffingReason .staffingReason_title_main em {
  font-style: normal;
  font-size: 150%;
}
.staffingReason .staffingReason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .staffingReason .staffingReason_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
  }
}
.staffingReason .staffingReason_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}
.staffingReason .staffingReason_item .staffingReason_item_number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 56px;
  font-family: var(--font-family-en);
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .staffingReason .staffingReason_item .staffingReason_item_number {
    font-size: 60px;
  }
}
.staffingReason .staffingReason_item .staffingReason_item_img {
  width: 100%;
  margin: 0 auto;
}
.staffingReason .staffingReason_item .staffingReason_item_heading {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .staffingReason .staffingReason_item .staffingReason_item_heading {
    font-size: 24px;
  }
} /* コンプライアンスについて */
.staffingCompliance {
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 29px 0 rgba(18, 55, 129, 0.16);
  box-shadow: 0 2px 29px 0 rgba(18, 55, 129, 0.16);
}
@media screen and (min-width: 768px) {
  .staffingCompliance {
    margin-top: 4rem;
    padding: 3rem 4rem 4rem;
  }
}
.staffingCompliance .staffingCompliance_title {
  text-align: center;
}
.staffingCompliance .staffingCompliance_title span {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 1em;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .staffingCompliance .staffingCompliance_title span {
    font-size: 32px;
  }
}
.staffingCompliance .staffingCompliance_title span::before,
.staffingCompliance .staffingCompliance_title span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--accent-color);
  border-radius: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.staffingCompliance .staffingCompliance_title span::before {
  left: 0;
}
.staffingCompliance .staffingCompliance_title span::after {
  right: 0;
}
.staffingCompliance .staffingCompliance_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .staffingCompliance .staffingCompliance_grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.staffingCompliance .staffingCompliance_img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .staffingCompliance .staffingCompliance_img {
    width: 35%;
    margin: 0;
  }
}
.staffingCompliance .staffingCompliance_textWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.staffingCompliance .staffingCompliance_textWrap .text.bold {
  color: var(--main-color);
  font-weight: 600;
  font-size: 120%;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .staffingCompliance .staffingCompliance_textWrap .text.bold {
    text-align: left;
  }
} /* 人材派遣までの流れ */
.staffingFlow .staffingFlow_item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .staffingFlow .staffingFlow_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.staffingFlow .staffingFlow_item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25em 1em;
  background: #3158a5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .staffingFlow .staffingFlow_item dt {
    width: 15em;
    padding: 0.5em 1em;
    font-size: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.staffingFlow .staffingFlow_item dt span {
  margin-right: 0.5em;
  font-family: var(--font-family-en);
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .staffingFlow .staffingFlow_item dt span {
    font-size: 24px;
  }
} /* 対応業種・職種例 */
.staffingCase {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .staffingCase {
    margin-top: 6rem;
  }
}
.staffingCase .staffingCase_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .staffingCase .staffingCase_inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.staffingCase .staffingCase_item {
  text-align: center;
}
.staffingCase .staffingCase_heading {
  margin-top: 0.5em;
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .staffingCase .staffingCase_heading {
    font-size: 20px;
  }
}
.staffingCase .text {
  margin-top: 0.5em;
} /* 求職者の皆さまへ */
.forJobseekers .sectionTitle_border {
  margin-top: 4rem;
  color: var(--accent-color);
  border-color: var(--accent-color);
}
@media screen and (min-width: 768px) {
  .forJobseekers .sectionTitle_border {
    margin-top: 5rem;
  }
}
.forJobseekers .staffingFlow_item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.forJobseekers .staffingFlow_item dt {
  background: var(--accent-color);
}
.forJobseekers .staffingFlow_item .button {
  margin: 1em auto 0 0;
  background: #fff;
  color: var(--accent-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--accent-color);
}
.forJobseekers .staffingFlow_item .button::after {
  display: none;
}
.forJobseekers .staffingMerit_list {
  max-width: none;
}
.forJobseekers .staffingFlow_below {
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .forJobseekers .staffingFlow_below {
    text-align: center;
    margin-top: 3rem;
    font-size: 24px;
  }
}
