@charset "UTF-8";
/*------------------------------
font-face
------------------------------*/
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*------------------------------
関数
------------------------------*/
/* ----------------------- */
/*font
/* ----------------------- */
/* ----------------------- */
/*サイトカラー
/* ----------------------- */
/* ----------------------- */
/* メディアクエリ（max-width)
/* ----------------------- */
/* ----------------------- */
/* メディアクエリ（min-width)
/* ----------------------- */
/* ----------------------- */
/* メディアクエリ（min〜max)
/* ----------------------- */
/* ----------------------- */
/* プロジェクトmixin
/* ----------------------- */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
reset
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
base
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1080px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (min-width: 1081px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 1rem;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 750px) {
  body {
    font-size: 1.625rem;
  }
}

.en * {
  word-break: break-all;
}

a {
  color: inherit;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

input {
  font-size: 16px;
}

select {
  font-size: 16px;
}

textarea {
  font-size: 16px;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
共通
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ----------------------- */
/*コンポーネント
/* ----------------------- */
.c-cate {
  color: #fff;
  padding: 0.5em 0.95em;
  border-radius: 50px;
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(11px, 1.0248901903vw, 16px);
  font-weight: 500;
}
@media (max-width: 750px) {
  .c-cate {
    font-size: max(10px, 1.375rem);
  }
}
.c-cate--square {
  border-radius: 0;
  padding: 0.5em 0.8em;
}
.c-cate--l {
  font-size: 1rem;
}
@media (max-width: 750px) {
  .c-cate--l {
    font-size: 1.625rem;
  }
}
.c-cate.blue {
  background: #0A57CB;
}
.c-cate.purple {
  background: #9608CA;
}
.c-cate.green {
  background: #29BDBE;
}

.c-lower-hero {
  height: 22.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 750px) {
  .c-lower-hero {
    height: 35rem;
  }
}
.c-lower-heroInner {
  height: 100%;
  display: flex;
}
.c-lower-hero__h1 {
  color: #fff;
  margin-top: auto;
  margin-bottom: 3.375rem;
  font-size: 4.375rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: 1.4857142857;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .c-lower-hero__h1 {
    font-size: 4.75rem;
    margin-bottom: 5.9375rem;
  }
}
.c-lower-hero__h1 span {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "NotoSansJP", sans-serif;
}
@media (max-width: 750px) {
  .c-lower-hero__h1 span {
    font-size: 1.75rem;
    margin-top: 0.5em;
  }
}
.c-lower-hero__h1 span::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
  margin-right: 0.4375rem;
  margin-top: 0.1em;
}
@media (max-width: 750px) {
  .c-lower-hero__h1 span::before {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.8125rem;
  }
}
.c-lower-hero.service-hero {
  background-image: url(../img/service_hero.webp);
}
@media (max-width: 750px) {
  .c-lower-hero.service-hero {
    background-image: url(../img/service_hero_sp.webp);
  }
}
.c-lower-hero.recruit-hero {
  background-image: url(../img/recruit_hero.webp);
}
@media (max-width: 750px) {
  .c-lower-hero.recruit-hero {
    background-image: url(../img/recruit_hero_sp.webp);
  }
}
.c-lower-hero.company-hero {
  background-image: url(../img/company_hero.webp);
}
@media (max-width: 750px) {
  .c-lower-hero.company-hero {
    background-image: url(../img/company_hero_sp.webp);
  }
}
.c-lower-hero.contact-hero {
  background-image: url(../img/contact_hero.webp);
}
@media (max-width: 750px) {
  .c-lower-hero.contact-hero {
    background-image: url(../img/contact_hero_sp.webp);
  }
}
.c-lower-hero.news-hero {
  background-image: url(../img/news_hero.webp);
}
@media (max-width: 750px) {
  .c-lower-hero.news-hero {
    background-image: url(../img/news_hero_sp.webp);
  }
}
.c-lower-hero.no-image-hero {
  background-color: #00192D;
}

.c-bg-section {
  position: relative;
}
.c-bg-section::before {
  content: "";
  width: 100%;
  height: 21.875rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .c-bg-section::before {
    height: 31.25rem;
  }
}
.c-bg-section--color {
  z-index: 0;
}
.c-bg-section--color .c-container {
  position: relative;
  z-index: 1;
}
.c-bg-section.serviceResults::before {
  background-image: url(../img/serviceResults_bg.webp);
}
@media (max-width: 750px) {
  .c-bg-section.serviceResults::before {
    background-image: url(../img/serviceResults_bg_sp.webp);
  }
}
.c-bg-section.recruitDetail::before {
  background-image: url(../img/recruitDetail_bg.webp);
}
@media (max-width: 750px) {
  .c-bg-section.recruitDetail::before {
    background-image: url(../img/recruitDetail_bg_sp.webp);
  }
}
.c-bg-section.corporateProfile::before {
  background-image: url(../img/company_hero.webp);
}
@media (max-width: 750px) {
  .c-bg-section.corporateProfile::before {
    background-image: url(../img/company_hero_sp.webp);
  }
}

.l-breadcrumb {
  position: absolute;
  width: 100%;
  display: block;
}

.c-breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .c-breadcrumb {
    margin-top: 1.5625rem;
  }
}
.c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.c-breadcrumb__item {
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.c-breadcrumb__item:hover {
  color: #29BDBE;
}
@media (max-width: 750px) {
  .c-breadcrumb__item {
    font-size: 1.625rem;
  }
}
.c-breadcrumb__item.current {
  color: #29BDBE;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  width: 0.375rem;
  height: 0.625rem;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: contain;
  margin: 0 1rem;
}
@media (max-width: 750px) {
  .c-breadcrumb__item:not(:last-child)::after {
    width: 0.5rem;
    height: 0.75rem;
    margin: 0 1.2rem;
  }
}

.c-dl {
  line-height: 1.2307692308;
  border-top: 1px solid #D1D4DB;
  border-bottom: 1px solid #D1D4DB;
}
.c-dl dl {
  display: flex;
}
.c-dl dl:not(:last-child) {
  border-bottom: 1px solid #D1D4DB;
}
.c-dl dt {
  flex-basis: 23.720349563%;
  padding: 1em 1.2484394507% 1em 3.1210986267%;
  background: #f4f5f7;
  font-weight: bold;
}
@media (max-width: 750px) {
  .c-dl dt {
    flex-basis: 12.25rem;
    padding: 2.5rem 1.2484394507% 2.5rem 1.25rem;
  }
}
.c-dl dd {
  flex: 1;
  padding: 1em 1.2484394507% 1em 4.3695380774%;
}
@media (max-width: 750px) {
  .c-dl dd {
    padding: 2.5rem 1.2484394507% 2.5rem 1.5625rem;
  }
}
.c-dl.en dt {
  flex-basis: 28.7141073658%;
}
@media (max-width: 750px) {
  .c-dl.en dt {
    flex-basis: 33.7078651685%;
    font-size: 1.625rem;
  }
}
.c-dl.en dd {
  padding-left: 2.4968789014%;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .c-dl.en dd {
    padding-left: 3.7453183521%;
  }
}
.c-dl--l {
  line-height: 1.625;
}
.c-dl--l dt {
  font-size: 1.125rem;
  padding: 1.9444444444em 1.2484394507% 1.9444444444em 3.2407407407%;
}
@media (max-width: 750px) {
  .c-dl--l dt {
    font-size: 1.75rem;
  }
}
.c-dl--l dd {
  padding: 2.1875em 1.2484394507% 2.1875em 5.5555555556%;
}

.c-history {
  position: relative;
  overflow: hidden;
}
.c-history::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #29BDBE;
  position: absolute;
  top: 2.3125rem;
  left: 9rem;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .c-history::before {
    top: 3.5625rem;
    left: 6.75rem;
  }
}
.c-history-item {
  display: flex;
  padding: 1.25rem 0;
  position: relative;
}
@media (max-width: 750px) {
  .c-history-item {
    padding: 2.1875rem 0;
  }
}
.c-history-item::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #29BDBE;
  position: absolute;
  top: 2.3125rem;
  left: 9rem;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 750px) {
  .c-history-item::before {
    width: 0.8125rem;
    height: 0.8125rem;
    top: 3.5625rem;
    left: 6.75rem;
  }
}
.c-history-item:not(:last-child) {
  border-bottom: 1px solid #D1D4DB;
}
.c-history-item:first-child {
  border-top: 1px solid #D1D4DB;
}
.c-history .year {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #29BDBE;
  flex-basis: 9rem;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 750px) {
  .c-history .year {
    font-size: 2.5rem;
    flex-basis: 5.625rem;
  }
}
.c-history .month {
  font-weight: 500;
  color: #29BDBE;
  flex-basis: 7.1875rem;
  flex-shrink: 0;
  line-height: 2;
  text-align: center;
}
@media (max-width: 750px) {
  .c-history .month {
    line-height: 1.5;
    flex-basis: 8.125rem;
  }
}
.c-history .c-text {
  flex: 1;
  padding-left: 2.1875rem;
}
@media (max-width: 750px) {
  .c-history .c-text {
    padding-left: 0;
    line-height: 1.5;
  }
}
.c-history .child-list {
  flex: 1;
}
.c-history .child-item {
  display: flex;
}
.c-history .child-item:not(:last-child) {
  margin-bottom: 0.3em;
}
@media (max-width: 750px) {
  .c-history .child-item:not(:last-child) {
    margin-bottom: 0.7em;
  }
}
.c-history .child-item .month {
  flex-basis: 7.1875rem;
}

.c-news {
  border-top: 1px solid #D1D4DB;
  border-bottom: 1px solid #D1D4DB;
}
.c-news__item {
  padding: 1.25em;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .c-news__item {
    flex-direction: column;
    align-items: normal;
  }
}
.c-news__item:not(:last-child) {
  border-bottom: 1px solid #D1D4DB;
}
.c-news__item .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .c-news__item .wrap {
    margin-bottom: 1.875rem;
  }
}
.c-news__item a:hover {
  color: #29BDBE;
  transition: 0.2s;
}
.c-news time {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
}
.c-news .c-cate {
  margin-left: 1.5625rem;
  margin-right: 1.875rem;
}

.c-container {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding: 0 143px;
}
@media (max-width: 750px) {
  .c-container {
    padding: 0 5.3333333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1366px) {
  .c-container {
    padding: 0 10.4685212299vw;
  }
}
.c-container--s {
  padding: 0 220px;
}
@media (max-width: 750px) {
  .c-container--s {
    padding: 0 5.3333333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1366px) {
  .c-container--s {
    padding: 0 16.1054172767vw;
  }
}
.c-container--xs {
  padding: 0 235px;
}
@media (max-width: 750px) {
  .c-container--xs {
    padding: 0 5.3333333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1366px) {
  .c-container--xs {
    padding: 0 17.2035139092vw;
  }
}
.c-container--contact {
  width: 800px;
  padding: 0;
}
@media (max-width: 750px) {
  .c-container--contact {
    padding: 0 5.3333333333vw;
    width: 100%;
  }
}
@media (min-width: 751px) and (max-width: 1080px) {
  .c-container--contact {
    width: 74.07%;
  }
}

.c-inner {
  padding: 3.4375rem 5.5555555556% 5rem;
}

.c-inner-l {
  padding: 3.75rem 6.2962962963% 5rem;
}

.c-flex {
  display: flex;
}
@media (max-width: 750px) {
  .c-flex {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .c-flex--reverse {
    flex-direction: column-reverse;
  }
}

.c-h2 {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1.46875;
  margin-bottom: 0.421875em;
}
.c-h2 span {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "NotoSansJP", sans-serif;
  color: #29BDBE;
  line-height: 1;
}
@media (max-width: 750px) {
  .c-h2 {
    font-size: 4.375rem;
    line-height: 1.4857142857;
  }
  .c-h2 span {
    font-size: 1.625rem;
  }
}
.c-h2--center {
  text-align: center;
  margin-bottom: 0.546875em;
}
.c-h2--reverse {
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.1904761905;
  margin-bottom: 0.8333333333em;
}
@media (max-width: 750px) {
  .c-h2--reverse {
    font-size: 3.5rem;
  }
}
.c-h2--reverse span {
  letter-spacing: 0;
  line-height: 1.2222222222;
  margin-top: 0.5em;
  color: #1A1A1A;
}
@media (max-width: 750px) {
  .c-h2--reverse span {
    font-size: 1.75rem;
  }
}
.c-h2--white {
  color: #fff;
}
.c-h2--white span {
  color: #fff;
}
.c-h2--bgText {
  position: relative;
}
.c-h2--bgText::before {
  content: "";
  font-size: 9.375rem;
  font-weight: 200;
  font-family: "Oswald", sans-serif;
  color: #ecf5f4;
  position: absolute;
  left: 0.18em;
  bottom: -0.1em;
  z-index: -1;
}
@media (max-width: 750px) {
  .c-h2--bgText::before {
    font-size: 10.625rem;
    left: 0.18em;
    bottom: -0.13em;
  }
}
.c-h2--en {
  margin-bottom: 0.625em;
  line-height: 1.25;
}

.c-h2-underLine {
  font-size: 1.375rem;
  font-weight: 500;
  padding-bottom: 0.6875rem;
  margin-bottom: 1.25rem;
  position: relative;
  line-height: 1.5333333333;
}
@media (max-width: 750px) {
  .c-h2-underLine {
    font-size: 1.875rem;
    padding-bottom: 0.875rem;
  }
}
.c-h2-underLine::before {
  content: "";
  width: 3.125rem;
  height: 2px;
  background: #29BDBE;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  .c-h2-underLine::before {
    width: 3.75rem;
  }
}

.c-h2-bullet {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5333333333;
  margin-bottom: 1em;
  display: flex;
}
@media (max-width: 750px) {
  .c-h2-bullet {
    font-size: 1.875rem;
  }
}
.c-h2-bullet::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background: #29BDBE;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-top: 0.6em;
}
@media (max-width: 750px) {
  .c-h2-bullet::before {
    width: 1rem;
    height: 1rem;
  }
}

.c-heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5625;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .c-heading {
    font-size: 2.5rem;
  }
}

.c-heading2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 1.0714285714em;
}
@media (max-width: 750px) {
  .c-heading2 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.c-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 750px) {
  .c-text {
    font-size: 1.625rem;
    line-height: 1.9230769231;
  }
}
.c-text2 {
  line-height: 1.375;
}
@media (max-width: 750px) {
  .c-text2 {
    line-height: 1.6923076923;
  }
}
.c-text3 {
  line-height: 1.625;
}
@media (max-width: 750px) {
  .c-text3 {
    line-height: 1.9230769231;
  }
}
.c-text4 {
  line-height: 1.75;
}
@media (max-width: 750px) {
  .c-text4 {
    line-height: 1.9230769231;
  }
}

.c-text--xxs {
  font-size: max(10px, 0.8125rem);
  font-weight: 400;
  line-height: 1.4666666667;
}
@media (max-width: 750px) {
  .c-text--xxs {
    font-size: max(10px, 1.5rem);
    line-height: 1.6666666667;
  }
}

.c-text--xs {
  font-size: max(10px, 0.875rem);
  font-weight: 400;
  line-height: 1.4285714286;
}
@media (max-width: 750px) {
  .c-text--xs {
    font-size: max(10px, 1.625rem);
    line-height: 1.7692307692;
  }
}

.c-text--s {
  font-size: max(10px, 0.9375rem);
  font-weight: 400;
  line-height: 1.4666666667;
}
@media (max-width: 750px) {
  .c-text--s {
    font-size: 1.625rem;
    line-height: 1.9230769231;
  }
}

.c-text--l {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7777777778;
}
@media (max-width: 750px) {
  .c-text--l {
    font-size: 1.625rem;
  }
}

.l-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5%;
}
@media (max-width: 750px) {
  .l-buttons {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.25rem;
  }
}

.disabled-button {
  background-color: #DEDEDE !important;
  background-image: none !important;
}

.circle {
  width: 3.625rem;
  height: 3.625rem;
  background: #29BDBE;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.25rem;
  position: relative;
}
@media (max-width: 750px) {
  .circle {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.circle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
  z-index: 2;
}
.circle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  background: #fff;
  border-radius: 50%;
  transition: 0.2s cubic-bezier(0.08, 0.82, 0.17, 1);
  z-index: 1;
}

.c-button-circle {
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  transition: 0.2s;
}
@media (max-width: 750px) {
  .c-button-circle {
    font-size: 1.875rem;
  }
}
.c-button-circle:hover {
  color: #29BDBE;
}
.c-button-circle:hover .circle::before {
  background: #29BDBE;
}
.c-button-circle:hover .circle::after {
  transform: translate(-50%, -50%) scale(0.98);
}
.c-button-circle--reverse .circle {
  background: #fff;
}
.c-button-circle--reverse .circle::before {
  background: #29BDBE;
}
.c-button-circle--reverse .circle::after {
  background: #29BDBE;
}
.c-button-circle--reverse:hover {
  color: #fff;
}
.c-button-circle--reverse:hover .circle::before {
  background: #fff;
}
.c-button-circle--reverse:hover .circle::after {
  transform: translate(-50%, -50%) scale(0.98);
}

.c-button-square {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .c-button-square {
    height: 6.25rem;
  }
}
.c-button-square.green {
  background: #29BDBE;
}
.c-button-square.grade {
  background: linear-gradient(90deg, rgb(240, 170, 22) 0%, rgb(214, 6, 116) 100%);
}
.c-button-square:hover {
  opacity: 0.7;
}
.c-button-square span {
  display: flex;
  align-items: center;
}
.c-button-square span::before {
  content: "";
  width: 0.9375rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.5em;
}
@media (max-width: 750px) {
  .c-button-square span::before {
    width: 2.375rem;
    height: 2rem;
  }
}
.c-button-square span.download::before {
  background-image: url(../img/download.svg);
}
.c-button-square span.mail::before {
  background-image: url(../img/mail.svg);
}

.c-button-submit {
  width: 18.125rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s;
  background: linear-gradient(90deg, rgb(240, 170, 22) 0%, rgb(214, 6, 116) 100%);
  border: none;
  margin: 3.6em auto 0;
  font-size: max(10px, 0.875rem);
  font-weight: 500;
}
@media (max-width: 750px) {
  .c-button-submit {
    font-size: 1.5625rem;
    width: 100%;
    height: 6.25rem;
  }
}
.c-button-submit:hover {
  opacity: 0.7;
}
.c-button-submit .en {
  display: block;
  font-size: max(10px, 0.75rem);
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  margin-top: 0.2em;
}
@media (max-width: 750px) {
  .c-button-submit .en {
    font-size: max(10px, 1.375rem);
  }
}

.c-button {
  width: 18.75rem;
  height: 3.5rem;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  color: #fff;
  font-weight: 500;
  transition: 0.2s;
  background: #29BDBE;
  border: 1px solid #29BDBE;
}
@media (max-width: 750px) {
  .c-button {
    font-size: 1.75rem;
    width: 31.25rem;
    height: 5rem;
  }
}
.c-button .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #fff;
}
.c-button .circle::before {
  background: #29BDBE;
}
.c-button .circle::after {
  background: #29BDBE;
}
@media (max-width: 750px) {
  .c-button .circle {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.c-button:hover {
  background: #fff;
  color: #1A1A1A;
}
.c-button:hover .circle::before {
  background: #fff;
}
.c-button:hover .circle::after {
  transform: translate(-50%, -50%) scale(0.98);
}
.c-button--reverse {
  color: #1A1A1A;
  background: #fff;
  border: none;
}
.c-button--reverse .circle {
  background: #29BDBE;
}
.c-button--reverse .circle::before {
  background: #fff;
}
.c-button--reverse .circle::after {
  background: #fff;
}
.c-button--reverse:hover {
  background: #29BDBE;
  color: #fff;
}
.c-button--reverse:hover .circle::before {
  background: #29BDBE;
}
.c-button--l {
  width: 23.5rem;
}
@media (max-width: 750px) {
  .c-button--l {
    font-size: 1.75rem;
    width: 31.25rem;
    height: 5rem;
  }
}

.c-form p {
  font-size: 1em;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 1.5625em 4.4642857143% 1.5625em 6.6964285714%;
  border-bottom: 1px solid #D1D4DB;
}
@media (max-width: 750px) {
  .c-form p {
    flex-direction: column;
    font-size: 1.625rem;
  }
}
.c-form p:first-child {
  border-top: 1px solid #D1D4DB;
}
.c-form p .error {
  position: absolute;
  bottom: 0.31rem;
  left: 19.38rem;
}
@media (max-width: 750px) {
  .c-form p .error {
    left: 2.5rem;
  }
}
.c-form label {
  flex-basis: 35.7142857143%;
}
@media (max-width: 750px) {
  .c-form label {
    margin-bottom: 0.7em;
  }
}
.c-form label .en {
  display: block;
  font-size: max(10px, 0.8125rem);
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-top: 1em;
}
@media (max-width: 750px) {
  .c-form label .en {
    font-size: max(10px, 1.375rem);
  }
}
.c-form label .ja {
  display: inline-block;
  font-size: max(10px, 0.9375rem);
  font-weight: 500;
  position: relative;
}
@media (max-width: 750px) {
  .c-form label .ja {
    font-size: max(10px, 1.625rem);
  }
}
.c-form label.required .ja::after {
  content: "必須";
  font-size: max(10px, 0.75rem);
  color: #b42e27;
  border: 1px solid #b42e27;
  padding: 0.2em 0.3em;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(130%);
}
@media (max-width: 750px) {
  .c-form label.required .ja::after {
    font-size: max(10px, 1.375rem);
  }
}
.c-form input {
  flex: 1;
  width: 100%;
  height: 40px;
  border: 1px solid #dee1e8;
  background: #fafafa;
  padding-left: 1em;
}
@media (max-width: 750px) {
  .c-form input {
    height: max(40px, 3.75rem);
    flex: 0 1 auto;
  }
}
.c-form input::-moz-placeholder {
  color: #cccccc;
}
.c-form input::placeholder {
  color: #cccccc;
}
.c-form textarea {
  flex: 1;
  resize: none;
  width: 100%;
  height: 150px;
  border: 1px solid #dee1e8;
  background: #fafafa;
  padding: 0.7em 1em;
}
@media (max-width: 750px) {
  .c-form textarea {
    flex: 0 1 auto;
    height: max(150px, 12.5rem);
  }
}
.c-form textarea::-moz-placeholder {
  color: #cccccc;
}
.c-form textarea::placeholder {
  color: #cccccc;
}
.c-form .wrap {
  flex: 1;
  display: block;
  width: 100%;
}
.c-form .js-mw-checkbox {
  margin-top: 2.7em;
  font-size: max(10px, 0.9375rem);
  font-weight: 500;
}
@media (max-width: 750px) {
  .c-form .js-mw-checkbox {
    font-size: max(10px, 1.625rem);
  }
}
.c-form .mwform-checkbox-field.horizontal-item label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-form .mwform-checkbox-field.horizontal-item label input {
  flex-basis: auto;
  flex: 0 1 auto;
  width: auto;
  height: auto;
  margin-right: 0.5em;
}
@media (max-width: 750px) {
  .c-form .mwform-checkbox-field.horizontal-item label input {
    width: max(13px, 1.375rem);
    height: max(13px, 1.375rem);
  }
}
.c-form .mwform-checkbox-field.horizontal-item .mwform-checkbox-field-text {
  font-weight: 500;
}
.c-form .en-agree {
  text-align: center;
  display: block;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

/* ----------------------- */
/*共通スタイル / ユーティリティ
/* ----------------------- */
.pc-none {
  display: none;
}
@media (max-width: 750px) {
  .pc-none {
    display: block;
  }
}

@media (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

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

.bg-gray {
  background-color: #F5F5F5;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.color-white {
  color: #fff;
}

.color-accent {
  color: #29BDBE;
}

.justify-end {
  justify-content: flex-end;
}

@media (max-width: 750px) {
  .sm-justify-end {
    justify-content: flex-end;
  }
}

.justify-end-box {
  display: flex;
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

@media (max-width: 750px) {
  .sm-justify-between {
    justify-content: space-between;
  }
}

.align-items-center {
  align-items: center;
}
@media (max-width: 750px) {
  .align-items-center {
    align-items: normal;
  }
}

.align-items-end {
  align-items: flex-end;
}

@media (max-width: 750px) {
  .sm-align-items-end {
    align-items: flex-end;
  }
}

.align-self-start {
  align-self: flex-start;
}

@media (max-width: 750px) {
  .sm-align-self-start {
    align-self: flex-start;
  }
}

.align-self-end {
  align-self: flex-end;
}

@media (max-width: 750px) {
  .sm-align-self-end {
    align-self: flex-end;
  }
}

.overflow-right {
  margin-right: calc(50% - 50vw);
}

.overflow-left {
  margin-left: calc(50% - 50vw);
}

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

@media (max-width: 750px) {
  .sm-text-center {
    text-align: center;
  }
}

.em-spacing {
  font-size: 1rem;
}
@media (max-width: 750px) {
  .em-spacing {
    font-size: 1.625rem;
  }
}

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

.hover-opacity {
  transition: 0.3s;
}
.hover-opacity:hover {
  opacity: 0.8;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 0.625rem !important;
}

.mt20 {
  margin-top: 1.25rem !important;
}

.mt30 {
  margin-top: 1.875rem !important;
}

.mt40 {
  margin-top: 2.5rem !important;
}

.mt50 {
  margin-top: 3.125rem !important;
}

.mt60 {
  margin-top: 3.75rem !important;
}

.mt80 {
  margin-top: 5rem !important;
}

.mt100 {
  margin-top: 6.25rem !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 0.625rem !important;
}

.mb20 {
  margin-bottom: 1.25rem !important;
}

.mb30 {
  margin-bottom: 1.875rem !important;
}

.mb40 {
  margin-bottom: 2.5rem !important;
}

.mb50 {
  margin-bottom: 3.125rem !important;
}

.mb60 {
  margin-bottom: 3.75rem !important;
}

.mb80 {
  margin-bottom: 5rem !important;
}

.mb100 {
  margin-bottom: 6.25rem !important;
}

.mt05em {
  margin-top: 0.5em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt15em {
  margin-top: 1.5em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb15em {
  margin-bottom: 1.5em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt100 {
  padding-top: 6.25rem !important;
}

.pt120 {
  padding-top: 7.5rem !important;
}

.pb100 {
  padding-bottom: 6.25rem !important;
}

.pb120 {
  padding-bottom: 7.5rem !important;
}

@media (max-width: 750px) {
  .sm-pt160 {
    padding-top: 10rem !important;
  }
}

.newsSingle .wrap {
  margin-bottom: 2rem;
}
.newsSingle .wrap .c-cate {
  margin-left: 1rem;
}
.newsSingle_ttl {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2.56px;
  text-align: left;
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  .newsSingle_ttl {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1.92px;
  }
}
.newsSingle_main {
  font-size: 16px;
  font-style: normal;
  line-height: 200%;
  letter-spacing: 0.64px;
  margin-top: 4rem;
  text-align: left;
}
.newsSingle_main a {
  color: #29BDBE;
  text-decoration: underline;
}
.newsSingle_main a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s;
}
.newsSingle_main img {
  width: auto;
}
.newsSingle_main img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.newsSingle_main img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.newsSingle_main img.aligncenter {
  display: block;
  margin: 0 auto;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
header
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
@media (max-width: 750px) {
  .header {
    top: 35px;
  }
}
.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 10;
  width: 8.75rem;
}
@media (max-width: 750px) {
  .header__logo {
    width: max(100px, 11.25rem);
  }
}
@media (max-width: 750px) {
  .header nav {
    padding-top: 12.5rem;
    padding-bottom: 50px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00192D;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    z-index: 5;
    overscroll-behavior: contain;
    overflow-y: scroll;
  }
}
.header nav.active {
  visibility: visible;
  opacity: 1;
}
.header__list {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .header__list {
    flex-direction: column;
  }
}
.header__list__item {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 750px) {
  .header__list__item {
    font-size: 2.875rem;
  }
}
.header__list__item:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 750px) {
  .header__list__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.3043478261em;
  }
}
.header__list__item a {
  color: #fff;
  transition: 0.3s;
}
.header__list__item a:hover {
  color: #29BDBE;
}
.header__list__item--button.header__list__item {
  margin-right: 1.875rem;
}
@media (max-width: 750px) {
  .header__list__item--button.header__list__item {
    margin-right: 0;
  }
}
.header__list__item--button.header__list__item a {
  display: inline-block;
  padding: 0.75em 1.95em;
  border-radius: 50px;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
  z-index: 0;
}
@media (max-width: 750px) {
  .header__list__item--button.header__list__item a {
    padding: 0.59em 2.53em;
  }
}
.header__list__item--button.header__list__item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(90deg, rgb(240, 170, 22) 0%, rgb(214, 6, 116) 100%);
}
.header__list__item--button.header__list__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgb(214, 6, 116) 0%, rgb(240, 170, 22) 100%);
}
.header__list__item--button.header__list__item a:hover {
  color: #fff;
}
.header__list__item--button.header__list__item a:hover::before {
  opacity: 0;
}
@media (max-width: 750px) {
  .header__list__item--language {
    display: none;
  }
}
.header__listSp {
  display: none;
}
@media (max-width: 750px) {
  .header__listSp {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
  }
}
.header__listSp__item {
  font-size: 1.75rem;
  margin-right: 2.5rem;
  color: #fff;
  transition: 0.3s;
}
.header__listSp__item:hover {
  color: #29BDBE;
}

.hm {
  display: none;
  width: 3.75rem;
  cursor: pointer;
  min-width: 40px;
}
@media (max-width: 750px) {
  .hm {
    display: block;
  }
}
.hm div {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
  will-change: transform;
}
.hm div:nth-child(1) {
  margin-bottom: 26.6666666667%;
}
.hm.active div:nth-child(1) {
  transform: rotate(-20deg);
  margin-bottom: 0;
}
.hm.active div:nth-child(2) {
  transform: translateY(-1px) rotate(20deg);
}

.nonScroll {
  position: absolute;
  top: 0;
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}
@media (min-width: 751px) {
  .nonScroll {
    display: none;
  }
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
footer
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ----------------------- */
/*INQUIRY
/* ----------------------- */
.inquiry {
  background-image: url("../img/contact_bg.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #00192D;
  padding: 3.75rem 0;
}
@media (max-width: 750px) {
  .inquiry {
    background-image: url("../img/contact_bg_sp.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 6.25rem 0;
  }
}

/* ----------------------- */
/*footer
/* ----------------------- */
.footer {
  background: #00192D;
}
.footerInner {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .footerInner {
    flex-direction: column;
    align-items: normal;
  }
}
.footer__info {
  flex-basis: 21.875rem;
}
.footer__logo {
  width: 13.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 750px) {
  .footer__logo {
    width: 15rem;
  }
}
.footer__list {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .footer__list {
    display: none;
  }
}
.footer__list__item {
  margin-left: 2.5rem;
  margin-left: 1.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
}
.footer__list__item a {
  transition: 0.3s;
}
.footer__list__item a:hover {
  color: #29BDBE;
}
.footer__copy {
  font-size: max(10px, 0.8125rem);
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 750px) {
  .footer__copy {
    text-align: left;
    font-size: max(10px, 1.375rem);
    padding-bottom: 3.75rem;
  }
}

/* ----------------------- */
/*hero
/* ----------------------- */
.hero {
  height: 768px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/fv.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 750px) {
  .hero {
    background-image: url("../img/fv_sp.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100svh;
  }
}
.heroInner {
  margin-top: 40px;
  width: 100%;
}
.hero__logo {
  width: 26.25rem;
  margin: auto;
}
@media (max-width: 750px) {
  .hero__logo {
    width: 72%;
  }
}
.hero__text {
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.3em;
  margin-top: 2em;
}
@media (max-width: 750px) {
  .hero__text {
    font-size: 1.0769230769rem;
    line-height: 1.4375;
    margin-top: 1em;
  }
}

/* ----------------------- */
/*SERVICE
/* ----------------------- */
.service {
  padding-top: 8.5625rem;
  padding-bottom: 15.125rem;
  background-image: url("../img/service_bg.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 65.8857979502%;
  background-position: 100% 0;
}
@media (max-width: 750px) {
  .service {
    background-image: url("../img/service_bg_sp.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: 100%;
    background-position: 0 9rem;
  }
}
@media (max-width: 750px) {
  .service {
    padding-top: 4.375rem;
    padding-bottom: 20.875rem;
  }
}
.service__image {
  flex-basis: 50%;
  margin-right: 12.4074074074%;
}
@media (max-width: 750px) {
  .service__image {
    margin-right: 0;
    margin-bottom: 3.375rem;
  }
}
.service__content {
  flex: 1;
}
.service__content .c-heading {
  margin-bottom: 2.03125em;
}
@media (max-width: 750px) {
  .service__content .c-heading {
    margin-bottom: 2.1875rem;
  }
}
.service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 6.875rem;
}
@media (max-width: 750px) {
  .service__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}
.service--en {
  padding: 6.25rem 0 5rem;
}

/* ----------------------- */
/*SERVICEスライダー
/* ----------------------- */
.serviceSlider {
  background: #eeeff1;
  padding: 8.8125rem 0 6.25rem;
  position: relative;
}
.serviceSlider::before {
  content: "BUSINESS PERFORMANCE";
  font-size: min(150px, 9.9560761347vw);
  font-weight: 200;
  font-family: "Oswald", sans-serif;
  color: #dee1e8;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-67%) translateX(-50%);
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .serviceSlider::before {
    content: "BUSINESS\aPERFORMANCE";
    white-space: pre-wrap;
    font-size: 16.5333333333vw;
    transform: translateY(-85%) translateX(-50%);
  }
}
.serviceSlider .swiper-wrapper {
  align-items: stretch !important;
}
.serviceSlider .swiper-slide {
  height: auto;
  transform: translateX(-50%);
  overflow: hidden;
}
.serviceSlider .swiper-slide a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .serviceSlider .swiper-slide {
    transform: none;
  }
}
.serviceSlider__image {
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
  padding-top: 51.25%;
}
@media (max-width: 750px) {
  .serviceSlider__image {
    padding-top: 64.5833333333%;
  }
}
.serviceSlider__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceSlider__image .c-cate {
  position: absolute;
  bottom: 6%;
  left: 4%;
}
.serviceSlider__content {
  flex-grow: 1;
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 0.75rem 0.9375rem 1.4375rem;
}
@media (max-width: 750px) {
  .serviceSlider__content {
    padding: 1.25rem 1.25rem 2.1875rem;
  }
}

.l-progressbar {
  margin: 2.5rem auto 0;
  width: 63%;
  display: flex;
  align-items: center;
  /* 進行中のバーの色を設定 */
  /* プログレスバーの背景色を設定 */
}
@media (max-width: 750px) {
  .l-progressbar {
    justify-content: center;
    width: 100%;
    margin: 3.75rem auto 0;
  }
}
.l-progressbar .currentSlide,
.l-progressbar .totalSlides {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 750px) {
  .l-progressbar .currentSlide,
  .l-progressbar .totalSlides {
    font-size: 2.25rem;
  }
}
.l-progressbar .progressBar {
  margin: 0 0.65625rem;
  height: 1px;
  width: 114px;
}
@media (max-width: 750px) {
  .l-progressbar .progressBar {
    margin: 0 2.5rem;
    width: 20rem;
    height: max(1px, 0.125rem);
  }
}
.l-progressbar progress[value]::-webkit-progress-value {
  background-color: #29bdbe; /* Webkitブラウザ（Chrome, Safari）で進行中のバーの色を設定 */
  height: 2px !important;
  transform: translateY(-25%);
}
@media (max-width: 750px) {
  .l-progressbar progress[value]::-webkit-progress-value {
    height: max(2px, 0.25rem) !important;
  }
}
.l-progressbar progress[value]::-moz-progress-bar {
  background-color: #29bdbe; /* Mozilla Firefoxで進行中のバーの色を設定 */
  height: 2px !important;
  transform: translateY(-25%);
}
@media (max-width: 750px) {
  .l-progressbar progress[value]::-moz-progress-bar {
    height: max(2px, 0.25rem) !important;
  }
}
.l-progressbar progress[value]::-ms-fill {
  background-color: #29bdbe; /* Internet Explorerで進行中のバーの色を設定 */
  height: 2px !important;
  transform: translateY(-25%);
}
@media (max-width: 750px) {
  .l-progressbar progress[value]::-ms-fill {
    height: max(2px, 0.25rem) !important;
  }
}
.l-progressbar progress[value]::-webkit-progress-bar {
  background-color: #bbbdbc; /* Webkitブラウザ（Chrome, Safari）でプログレスバーの背景色を設定 */
}
.l-progressbar progress {
  background-color: #bbbdbc; /* Mozilla FirefoxおよびInternet Explorerでプログレスバーの背景色を設定 */
}

/* ----------------------- */
/*RECRUIT
/* ----------------------- */
.recruit {
  overflow: hidden;
  padding: 6.875rem 0 6.25rem;
  position: relative;
  background-image: url("../img/recruit_bg.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: left top;
  background-size: 89.5314787701% 100%;
}
@media (max-width: 750px) {
  .recruit {
    background-position: center 13.75rem;
    background-size: cover;
    padding-top: 0;
  }
}
.recruit .c-h2 {
  position: relative;
}
.recruit .c-h2::before {
  content: "RECRUIT";
  font-size: 11.25rem;
  font-weight: 200;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 2;
  transform: translateY(-50%) translateX(-23%);
}
@media (max-width: 750px) {
  .recruit .c-h2::before {
    transform: translateY(-100%) translateX(-5%);
  }
}
.recruit__content {
  flex-basis: 27.5rem;
}
.recruit__content__categories {
  display: grid;
  grid-template-columns: 45.4545454545% 1fr;
  row-gap: 10px;
  margin-top: 3.5rem;
}
@media (max-width: 750px) {
  .recruit__content__categories {
    margin-top: 2.9375rem;
  }
}
.recruit__image {
  flex-basis: 46.8521229868vw;
  border-radius: 12px 0 0 12px;
  position: relative;
  overflow: hidden;
  padding-top: 38.0673499268vw;
}
@media (max-width: 750px) {
  .recruit__image {
    padding-top: 61.3333333333vw;
  }
}
.recruit__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 750px) {
  .recruit__image {
    width: 85.3333333333vw;
    margin-bottom: 5.625rem;
  }
}

/* ----------------------- */
/*NEWS
/* ----------------------- */
.news {
  padding: 6.25rem 0 5rem;
  background-image: url("../img/news_bg.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 46.8521229868vw;
  background-position: 0 0;
}
@media (max-width: 750px) {
  .news {
    padding-bottom: 6.25rem;
    background-image: url("../img/news_bg_sp.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: 120%;
    background-position: left top;
  }
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
英語サイト
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ----------------------- */
/*corporateProfile
/* ----------------------- */
.corporateProfile {
  padding: 7.5rem 0 6.25rem;
}
@media (max-width: 750px) {
  .corporateProfile {
    padding: 11.25rem 0 6.25rem;
  }
}

/* ----------------------- */
/*serviceDetail
/* ----------------------- */
.serviceDetail {
  padding: 6.25rem 0 6.25rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .serviceDetail {
    padding: 10rem 0 10rem;
  }
}
.serviceDetail__list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: 3.125rem calc(50vw - 50%);
}
@media (max-width: 750px) {
  .serviceDetail__list__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: normal;
    padding: 0 calc(50vw - 50%) 8.125rem;
  }
}
.serviceDetail__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 69.5461200586%;
}
@media (max-width: 750px) {
  .serviceDetail__list__item::before {
    top: 20rem;
  }
}
@media (min-width: 1367px) {
  .serviceDetail__list__item::before {
    width: calc(807px + 50vw - 540px);
  }
}
.serviceDetail__list__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .serviceDetail__list__item:nth-child(even) {
    flex-direction: column;
  }
}
.serviceDetail__list__item:nth-child(even)::before {
  left: 0;
}
@media (max-width: 750px) {
  .serviceDetail__list__item:nth-child(even)::before {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .serviceDetail__list__item:nth-child(even) .serviceDetail__image {
    margin-left: calc(50% - 50vw);
    border-radius: 0 12px 12px 0;
  }
}
.serviceDetail__list__item:nth-child(odd)::before {
  right: 0;
}
@media (max-width: 750px) {
  .serviceDetail__list__item:nth-child(odd)::before {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .serviceDetail__list__item:nth-child(odd) .serviceDetail__image {
    align-self: flex-end;
    margin-right: calc(50% - 50vw);
    border-radius: 12px 0 0 12px;
  }
}
.serviceDetail__list__item:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 750px) {
  .serviceDetail__list__item:not(:last-child) {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 1200px) {
  .serviceDetail__list__item:first-child .serviceDetail__content {
    flex-basis: 44.4444444444%;
  }
}
.serviceDetail__list__item:first-child::before {
  background-image: url(../img/serviceDetail1_bg.webp);
}
@media (max-width: 750px) {
  .serviceDetail__list__item:first-child::before {
    background-image: url(../img/serviceDetail1_bg_sp.webp);
  }
}
.serviceDetail__list__item:nth-child(2)::before {
  background-image: url(../img/serviceDetail2_bg.webp);
}
@media (max-width: 750px) {
  .serviceDetail__list__item:nth-child(2)::before {
    background-image: url(../img/serviceDetail2_bg_sp.webp);
  }
}
.serviceDetail__list__item:nth-child(3)::before {
  background-image: url(../img/serviceDetail3_bg.webp);
}
@media (max-width: 750px) {
  .serviceDetail__list__item:nth-child(3)::before {
    background-image: url(../img/serviceDetail3_bg_sp.webp);
  }
}
.serviceDetail__image {
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
  padding-top: 35.5555555556%;
}
@media (max-width: 750px) {
  .serviceDetail__image {
    padding-top: 68.6567164179%;
  }
}
.serviceDetail__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 750px) {
  .serviceDetail__image {
    width: 96.5671641791%;
    margin-bottom: 2.5rem;
  }
}
.serviceDetail__content {
  flex-basis: 39.8148148148%;
  position: relative;
  z-index: 1;
}

/* ----------------------- */
/*serviceResults
/* ----------------------- */
.serviceResults {
  padding: 6.5625rem 0 8.4375rem;
}
@media (max-width: 750px) {
  .serviceResults {
    padding: 7.9375rem 0 6.9375rem;
  }
}
.serviceResults table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 750px) {
  .serviceResults table {
    margin-top: 6.25rem;
  }
}
.serviceResults th {
  background-color: #7c7c7c;
  color: #fff;
  text-align: left;
  font-weight: 500;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: 1px solid #dee1e8;
}
@media (max-width: 750px) {
  .serviceResults th {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
.serviceResults th.year {
  width: 14.0625%;
}
.serviceResults th.month {
  width: 11.6071428571%;
}
.serviceResults th.content {
  width: 74.5535714286%;
}
.serviceResults tr:nth-child(even) .month,
.serviceResults tr:nth-child(even) .c-text {
  background-color: #f8faf9;
}
.serviceResults td {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  border: 1px solid #dee1e8;
}
@media (max-width: 750px) {
  .serviceResults td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.serviceResults td.year,
.serviceResults td.month {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.serviceResults th.year,
.serviceResults th.month,
.serviceResults td.year,
.serviceResults td.month {
  text-align: center;
}
.serviceResults td.c-text {
  line-height: 1.6153846154;
}
.serviceResults th.content,
.serviceResults td.c-text {
  padding-left: 6.6964285714%;
}
@media (max-width: 750px) {
  .serviceResults th.content,
  .serviceResults td.c-text {
    padding-left: 3.4328358209%;
    padding-right: 3.4328358209%;
  }
}

/* ----------------------- */
/*recruitMessage
/* ----------------------- */
.recruitMessage {
  padding: 9.1875rem 0 5rem;
  background-image: url("../img/recruitMessage_bg.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 100% 0;
  background-size: 63.6896046852vw;
}
@media (max-width: 750px) {
  .recruitMessage {
    padding: 10rem 0 7.8125rem;
    background-image: none;
  }
}
.recruitMessageInner {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .recruitMessageInner {
    flex-direction: column;
    align-items: normal;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
  }
}
.recruitMessage__image {
  flex-basis: 60%;
  margin-right: 9.2592592593%;
  margin-left: -6.7592592593%;
  position: relative;
  overflow: hidden;
  padding-top: 46.7592592593%;
}
@media (max-width: 750px) {
  .recruitMessage__image {
    padding-top: 74.6268656716%;
  }
}
.recruitMessage__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 750px) {
  .recruitMessage__image {
    margin: 0 calc(50% - 50vw);
  }
}
.recruitMessage__content {
  flex: 1;
}
@media (max-width: 750px) {
  .recruitMessage__content {
    background-image: url(../img/recruitMessage_bg_sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    padding-top: 3.125rem;
  }
}
.recruitMessage__content__image {
  width: 78.2716049383%;
  margin: 13.5802469136% -18.024691358% 0 auto;
}
@media (max-width: 750px) {
  .recruitMessage__content__image {
    width: 29.6875rem;
    margin: 19.7530864198% 0 0 auto;
  }
}

/* ----------------------- */
/*recruitDetail
/* ----------------------- */
.recruitDetail {
  padding: 9.0625rem 0 6.25rem;
}
@media (max-width: 750px) {
  .recruitDetail {
    padding: 7.9375rem 0 6.25rem;
  }
}
.recruitDetailInner {
  padding: 5rem 9.2592592593%;
}
@media (max-width: 750px) {
  .recruitDetailInner {
    padding: 3.125rem 2.5rem;
    margin-top: 6.25rem;
  }
}
.recruitDetail__address {
  margin-top: 2.5rem;
}
@media (max-width: 750px) {
  .recruitDetail__address {
    margin-top: 3.75rem;
  }
}
.recruitDetail__address__heading {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5333333333;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #707070;
  display: flex;
}
@media (max-width: 750px) {
  .recruitDetail__address__heading {
    font-size: 1.875rem;
  }
}
.recruitDetail__address__heading::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background: #29BDBE;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-top: 0.6em;
}
@media (max-width: 750px) {
  .recruitDetail__address__heading::before {
    width: 1rem;
    height: 1rem;
  }
}

/* ----------------------- */
/*greeting
/* ----------------------- */
.greeting {
  padding: 8.875rem 0 5.4375rem;
}
.greetingInner {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .greetingInner {
    flex-direction: column;
    align-items: normal;
  }
}
.greeting .c-h2::before {
  content: "GREETING";
}
.greeting__image {
  flex-basis: 33.9814814815%;
  margin-right: 10.1851851852%;
  position: relative;
  overflow: hidden;
  padding-top: 45.0925925926%;
}
@media (max-width: 750px) {
  .greeting__image {
    padding-top: 95.5223880597%;
  }
}
.greeting__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 750px) {
  .greeting__image {
    margin: auto;
    width: 80%;
  }
}
.greeting__content {
  flex: 1;
}
@media (max-width: 750px) {
  .greeting__content {
    padding-top: 5rem;
  }
}
.greeting__content__name {
  text-align: right;
  margin-top: 4.25rem;
}
.greeting__content__name img {
  width: 29.8507462687%;
}
@media (max-width: 750px) {
  .greeting__content__name img {
    width: 14.375rem;
  }
}

/* ----------------------- */
/*companyMap
/* ----------------------- */
.companyMapInner {
  position: relative;
  padding-bottom: 38.8888888889%;
}
@media (max-width: 750px) {
  .companyMapInner {
    padding-bottom: 67.1641791045%;
  }
}
.companyMapInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */