@charset "UTF-8";
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0732064422vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.1302083333vw;
  }
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
          animation: fadeInDown 0.4s ease;
  background-color: #ffffff;
}
.header.is-scrolled .inner {
  padding: 15px 0;
}
.header .inner {
  max-width: 1288px;
  padding: 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .inner {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .header .inner {
    max-width: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.header .inner .logo {
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .inner .logo {
    width: auto;
    max-width: none;
  }
}
.header .inner .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header .inner .logo a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.header .inner .logo a .logo-txt {
  margin-top: 11px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  font-size: 25px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .header .inner .logo a .logo-txt {
    line-height: 1;
    font-size: 50rem;
    margin-top: 0;
  }
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .inner .hamburger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 48rem;
    height: 36rem;
    background: none;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .header .inner .hamburger span {
    display: block;
    height: 4rem;
    width: 48rem;
    background: #333;
    border-radius: 1px;
  }
}
.header .inner .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(10rem, 10rem);
          transform: rotate(45deg) translate(10rem, 10rem);
}
.header .inner .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .inner .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(12rem, -12rem);
          transform: rotate(-45deg) translate(12rem, -12rem);
}
.header .inner .nav {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .header .inner .nav {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .nav {
    position: fixed;
    right: -100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    top: 0;
    height: 100vh;
    padding: 45rem 0;
  }
  .header .inner .nav.active {
    right: 0;
  }
}
.header .inner .nav .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .inner .nav .header-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .nav .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45rem;
  }
}
.header .inner .nav .header-list .menu-item {
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  color: #222;
  min-width: 89px;
}
@media screen and (max-width: 768px) {
  .header .inner .nav .header-list .menu-item {
    min-width: none;
    width: 100%;
  }
}
.header .inner .nav .header-list .menu-item a {
  position: relative;
  padding-top: 19px;
  display: block;
}
@media screen and (max-width: 768px) {
  .header .inner .nav .header-list .menu-item a {
    padding-top: 39rem;
  }
}
.header .inner .nav .header-list .menu-item a::before {
  content: attr(title);
  width: 100%;
  height: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .header .inner .nav .header-list .menu-item a::before {
    font-size: 28rem;
  }
}
@media screen and (max-width: 1024px) {
  .header .inner .nav .header-list .menu-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .nav .header-list .menu-item {
    font-size: 22rem;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.footer {
  border-top: 1px solid #cbcbcb;
  background-color: #fff;
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 61px 0 71px;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    gap: 44rem;
    padding: 80rem 0;
  }
}
.footer .inner .f_logo {
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer .inner .f_logo {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .footer .inner .f_logo {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
  }
}
.footer .inner .f_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer .inner .f_logo a {
    gap: 8rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer .inner .f_logo a .logo-txt {
  margin-top: 11px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  font-size: 25px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer .inner .f_logo a .logo-txt {
    margin-top: 22rem;
    font-size: 50rem;
  }
}
.footer .inner .f_logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .nav {
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .footer .inner .nav {
    margin-bottom: 80rem;
    width: 100%;
  }
}
.footer .inner .nav .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer .inner .nav .footer-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .inner .nav .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45rem;
  }
}
.footer .inner .nav .footer-list .menu-item {
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  color: #222;
  min-width: 89px;
}
.footer .inner .nav .footer-list .menu-item a {
  position: relative;
  padding-top: 19px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer .inner .nav .footer-list .menu-item a {
    padding-top: 39rem;
  }
}
.footer .inner .nav .footer-list .menu-item a::before {
  content: attr(title);
  width: 100%;
  height: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer .inner .nav .footer-list .menu-item a::before {
    font-size: 28rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer .inner .nav .footer-list .menu-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer .inner .nav .footer-list .menu-item {
    font-size: 22rem;
    min-width: auto;
    width: 100%;
  }
}
.footer .inner .copy {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer .inner .copy {
    font-size: 24rem;
  }
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}

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

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

.c-01 {
  color: #57c0e2;
}

.c-02 {
  color: #c76148;
}

.c-03 {
  color: #55a86c;
}

.c-04 {
  color: #7974f2;
}

.c-05 {
  color: #8f8f8f;
}

.b-01 {
  border: 2px solid #57c0e2;
}

.b-02 {
  border: 2px solid #c76148;
}

.b-03 {
  border: 2px solid #55a86c;
}

.b-04 {
  border: 2px solid #7974f2;
}

.b-05 {
  border: 2px solid #9f9f9f;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .title {
    gap: 10rem;
  }
}
.title .sec-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 46px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .title .sec-en {
    font-size: 48rem;
  }
}
.title .sec-ja {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 768px) {
  .title .sec-ja {
    font-size: 36rem;
  }
}

#main {
  position: relative;
  overflow-x: hidden;
}
#main .shape-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#main .shape-bg .shape {
  position: absolute;
}
#main .shape-bg .shape svg {
  width: 100%;
  height: 100%;
}
#main .shape-bg .shape-group-top-right {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
#main .shape-bg .shape-group-top-right .shape-gray {
  width: 146px;
  height: 146px;
  top: -73px;
  right: 478px;
}
#main .shape-bg .shape-group-top-right .shape-yellow {
  width: 581px;
  height: 581px;
  top: -234px;
  right: -127px;
}
@media screen and (max-width: 1024px) {
  #main .shape-bg .shape-group-top-right .shape-yellow {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #main .shape-bg .shape-group-top-right .shape-yellow {
    width: 500rem;
    height: 500rem;
    top: -4%;
    right: -8%;
  }
}
#main .shape-bg .shape-group-top-right .shape-blue {
  width: 224px;
  height: 224px;
  right: -135px;
  top: 147px;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 768px) {
  #main .shape-bg .shape-group-top-right .shape-blue {
    width: 160rem;
    height: 160rem;
    right: -70rem;
    top: 150rem;
  }
}
#main .shape-bg .shape-group-top-right .shape-purple {
  width: 68px;
  height: 68px;
  top: 369px;
  right: 89px;
}
@media screen and (max-width: 1024px) {
  #main .shape-bg .shape-group-top-right .shape-purple {
    right: 40px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #main .shape-bg .shape-group-top-right .shape-purple {
    width: 38rem;
    height: 38rem;
    top: 369rem;
    right: 89rem;
  }
}
#main .shape-bg .shape-group-bottom-left {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
#main .shape-bg .shape-group-bottom-left .shape-gray {
  width: 76px;
  height: 76px;
  top: 237px;
  left: 29px;
}
#main .shape-bg .shape-group-bottom-left .shape-green {
  width: 406px;
  height: 406px;
  top: 331px;
  left: -224px;
}
@media screen and (max-width: 1024px) {
  #main .shape-bg .shape-group-bottom-left .shape-green {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #main .shape-bg .shape-group-bottom-left .shape-green {
    top: 1400rem;
    width: 400rem;
    height: 400rem;
    left: -300rem;
  }
}
#main .shape-bg .shape-group-bottom-left .shape-red {
  width: 145px;
  height: 145px;
  left: 49px;
  top: 662px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  #main .shape-bg .shape-group-bottom-left .shape-red {
    top: 500px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  #main .shape-bg .shape-group-bottom-left .shape-red {
    width: 145rem;
    height: 145rem;
    top: 1700rem;
    left: 30rem;
  }
}
#main .shape-bg .shape-group-bottom-left .shape-lb {
  width: 64px;
  height: 64px;
  left: 224px;
  top: 679px;
}
@media screen and (max-width: 768px) {
  #main .shape-bg .shape-group-bottom-left .shape-lb {
    width: 64rem;
    height: 64rem;
    left: 124rem;
    top: 1600rem;
  }
}

.mv {
  position: relative;
}
.mv .inner {
  max-width: 1090px;
}
@media screen and (max-width: 768px) {
  .mv .inner {
    max-width: 776rem;
  }
}
.mv .inner .mv-text {
  position: relative;
  max-width: 1090px;
  width: 100%;
  height: auto;
  margin: auto;
}
.mv .inner .mv-text img {
  width: 100%;
  height: auto;
}
.mv .inner .mv-text .mv-catch {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 4.3rem;
  line-height: 1.7209302326;
  font-size: 43px;
  color: #222;
  position: absolute;
  top: 79px;
  left: 242px;
}
@media screen and (max-width: 1024px) {
  .mv .inner .mv-text .mv-catch {
    top: 6.583vw;
    left: 20.167vw;
    font-size: 3.583vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .inner .mv-text .mv-catch {
    font-size: 3.3rem;
    line-height: 1.2121212121;
    font-size: 65rem;
    left: 296rem;
    top: 124rem;
  }
}
.mv .inner .mv-text .mv-description {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-size: 15px;
  color: #222;
  position: absolute;
  right: 219px;
  bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .mv .inner .mv-text .mv-description {
    right: 18.25vw;
    bottom: 2.917vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .inner .mv-text .mv-description {
    font-size: 30rem;
    width: 95%;
    margin: auto;
    position: relative;
    inset: 0;
  }
}
.mv .sctoll {
  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;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 17px;
  right: 17px;
}
@media screen and (max-width: 1024px) {
  .mv .sctoll {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv .sctoll {
    right: 20rem;
    bottom: -140rem;
  }
}
.mv .sctoll .text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .mv .sctoll .text {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .sctoll svg {
    width: 56rem;
    height: 56rem;
  }
}

.t_service {
  position: relative;
  overflow: hidden;
}
.t_service .inner {
  padding: 72px 0 249px;
}
@media screen and (max-width: 768px) {
  .t_service .inner {
    padding: 160rem 0;
  }
}
.t_service .inner .title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .t_service .inner .title {
    margin-bottom: 80rem;
  }
}
.t_service .inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-bottom: 62px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .t_service .inner .item {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .t_service .inner .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80rem;
    margin-bottom: 120rem;
  }
}
.t_service .inner .item:nth-child(2)::after {
  content: "";
  background: url(../img/01.png) no-repeat center/contain;
  width: 220px;
  height: 178px;
  position: absolute;
  top: 1px;
  right: 22px;
}
@media screen and (max-width: 1024px) {
  .t_service .inner .item:nth-child(2)::after {
    width: 160px;
    height: 125px;
  }
}
@media screen and (max-width: 768px) {
  .t_service .inner .item:nth-child(2)::after {
    width: 220rem;
    height: 178rem;
    top: 480rem;
    right: 22rem;
  }
}
.t_service .inner .item:nth-child(3)::after {
  content: "";
  background: url(../img/02.png) no-repeat center/contain;
  width: 253px;
  height: 178px;
  position: absolute;
  top: 1px;
  left: 17px;
}
@media screen and (max-width: 1024px) {
  .t_service .inner .item:nth-child(3)::after {
    width: 160px;
    height: 125px;
  }
}
@media screen and (max-width: 768px) {
  .t_service .inner .item:nth-child(3)::after {
    width: 253rem;
    height: 178rem;
    top: 480rem;
    left: auto;
    right: 22rem;
  }
}
.t_service .inner .item:last-child {
  margin-bottom: 0;
}
.t_service .inner .item:last-child::after {
  content: "";
  background: url(../img/03.png) no-repeat center/contain;
  width: 253px;
  height: 178px;
  position: absolute;
  top: 1px;
  right: 22px;
}
@media screen and (max-width: 1024px) {
  .t_service .inner .item:last-child::after {
    width: 160px;
    height: 125px;
  }
}
@media screen and (max-width: 768px) {
  .t_service .inner .item:last-child::after {
    width: 253rem;
    height: 178rem;
    top: 480rem;
    right: 22rem;
  }
}
.t_service .inner .item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .t_service .inner .item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t_service .inner .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .t_service .inner .item .text {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .t_service .inner .item .text {
    gap: 60rem;
  }
}
.t_service .inner .item .text .item-ttl {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #222;
}
@media screen and (max-width: 768px) {
  .t_service .inner .item .text .item-ttl {
    font-size: 48rem;
  }
}
.t_service .inner .item .text .description {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.2666666667;
  font-size: 15px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .t_service .inner .item .text .description {
    font-size: 30rem;
  }
}
.t_service .inner .item .img {
  max-width: 420px;
  width: 64%;
  height: 420px;
}
@media screen and (max-width: 1024px) {
  .t_service .inner .item .img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .t_service .inner .item .img {
    max-width: 100%;
    width: 100%;
    height: 420rem;
  }
}
.t_service .inner .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_service .shape-bg {
  z-index: -1;
}
.t_service .shape-bg .shape-group-top-right .shape-gray2 {
  width: 180px;
  height: 180px;
  top: 19px;
  left: auto;
  right: 37px;
}
@media screen and (max-width: 768px) {
  .t_service .shape-bg .shape-group-top-right .shape-gray2 {
    width: 180rem;
    height: 180rem;
    top: 19rem;
    right: 37rem;
  }
}
.t_service .shape-bg .shape-group-top-right .shape-lb {
  width: 406px;
  height: 406px;
  top: 86px;
  right: -263px;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 768px) {
  .t_service .shape-bg .shape-group-top-right .shape-lb {
    width: 406rem;
    height: 406rem;
    top: 86rem;
    right: -263rem;
  }
}
.t_service .shape-bg .shape-group-top-right .shape-green {
  width: 64px;
  height: 64px;
  right: 149px;
  top: 488px;
}
@media screen and (max-width: 768px) {
  .t_service .shape-bg .shape-group-top-right .shape-green {
    width: 64rem;
    height: 64rem;
    right: 149rem;
    top: 488rem;
  }
}
.t_service .shape-bg .shape-group-top-right .shape-red2 {
  width: 161px;
  height: 161px;
  right: -60px;
  bottom: 386px;
}
@media screen and (max-width: 768px) {
  .t_service .shape-bg .shape-group-top-right .shape-red2 {
    width: 161rem;
    height: 161rem;
    right: -60rem;
    bottom: 386rem;
  }
}
.t_service .shape-bg .shape-group-top-right .shape-yellow3 {
  width: 221px;
  height: 221px;
  right: -43px;
  bottom: 230px;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 768px) {
  .t_service .shape-bg .shape-group-top-right .shape-yellow3 {
    width: 221rem;
    height: 221rem;
    right: -140rem;
    bottom: 183rem;
  }
}
.t_service .shape-bg .shape-group-bottom-left .shape-yellow2 {
  width: 224px;
  height: 224px;
  left: 73px;
  top: 512px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  .t_service .shape-bg .shape-group-bottom-left .shape-yellow2 {
    left: -20px;
    top: 300px;
  }
}
@media screen and (max-width: 768px) {
  .t_service .shape-bg .shape-group-bottom-left .shape-yellow2 {
    width: 224rem;
    height: 224rem;
    left: 73rem;
    top: 512rem;
  }
}
.t_service .shape-bg .shape-group-bottom-left .shape-blue2 {
  width: 459px;
  height: 459px;
  left: -359px;
  bottom: 499px;
}
@media screen and (max-width: 768px) {
  .t_service .shape-bg .shape-group-bottom-left .shape-blue2 {
    width: 359rem;
    height: 359rem;
    left: -259rem;
    bottom: 699rem;
  }
}
.t_service .shape-bg .shape-group-bottom-left .shape-purple2 {
  width: 102px;
  height: 102px;
  left: 21px;
  bottom: 406px;
}
@media screen and (max-width: 768px) {
  .t_service .shape-bg .shape-group-bottom-left .shape-purple2 {
    width: 102rem;
    height: 103rem;
    left: 21rem;
    bottom: 656rem;
  }
}
.t_service .s_deco {
  position: absolute;
  bottom: 93px;
  right: 59px;
}
@media screen and (max-width: 1024px) {
  .t_service .s_deco {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .t_service .s_deco {
    display: none;
  }
}

.t_philosophy {
  position: relative;
}
.t_philosophy .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 109px;
  padding-bottom: 304px;
}
@media screen and (max-width: 1024px) {
  .t_philosophy .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 768px) {
  .t_philosophy .inner {
    gap: 80rem;
    padding-bottom: 100rem;
  }
}
.t_philosophy .inner .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.t_philosophy .inner .text .item {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.3333333333;
  font-size: 24px;
  letter-spacing: 0.27em;
  color: #222;
}
@media screen and (max-width: 768px) {
  .t_philosophy .inner .text .item {
    font-size: 30rem;
    line-height: 1.8;
    margin-bottom: 30rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .t_philosophy .inner .text .item:last-child {
    margin-bottom: 0;
  }
}
.t_philosophy .shape-bg {
  z-index: -1;
}
.t_philosophy .shape-bg .shape-group-top-right .shape-gray4 {
  width: 435px;
  height: 435px;
  top: -96px;
  left: -142px;
}
@media screen and (max-width: 768px) {
  .t_philosophy .shape-bg .shape-group-top-right .shape-gray4 {
    width: 435rem;
    height: 435rem;
    top: -96rem;
    left: -142rem;
  }
}
.t_philosophy .shape-bg .shape-group-bottom-left .shape-red3 {
  width: 406px;
  height: 406px;
  right: -136px;
  bottom: 237px;
}
@media screen and (max-width: 768px) {
  .t_philosophy .shape-bg .shape-group-bottom-left .shape-red3 {
    width: 406rem;
    height: 406rem;
    right: -236rem;
    bottom: 237rem;
  }
}
.t_philosophy .shape-bg .shape-group-bottom-left .shape-green3 {
  width: 68px;
  height: 68px;
  right: 327px;
  bottom: 116px;
}
@media screen and (max-width: 768px) {
  .t_philosophy .shape-bg .shape-group-bottom-left .shape-green3 {
    width: 68rem;
    height: 68rem;
    right: 127rem;
    bottom: 116rem;
  }
}
.t_philosophy .p_deco {
  position: absolute;
  top: 180px;
  left: -78px;
}
@media screen and (max-width: 1024px) {
  .t_philosophy .p_deco {
    top: 500px;
    left: -100px;
  }
}
@media screen and (max-width: 768px) {
  .t_philosophy .p_deco {
    display: none;
  }
}

.t_lobstar .inner {
  max-width: 1366px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .t_lobstar .inner {
    padding-bottom: 90rem;
  }
}
.t_lobstar .inner .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 91px;
  margin-left: 75px;
}
@media screen and (max-width: 1024px) {
  .t_lobstar .inner .column {
    margin-left: auto;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .t_lobstar .inner .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.t_lobstar .inner .column .img {
  max-width: 445px;
  width: 44%;
}
@media screen and (max-width: 1024px) {
  .t_lobstar .inner .column .img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .t_lobstar .inner .column .img {
    width: 60%;
    margin: auto;
  }
}
.t_lobstar .inner .column .img img {
  width: 100%;
  height: auto;
}
.t_lobstar .inner .column .text {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .t_lobstar .inner .column .text {
    margin-top: 0;
  }
}
.t_lobstar .inner .column .text .description {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  font-size: 24px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .t_lobstar .inner .column .text .description {
    font-size: 28rem;
  }
}

.t_feature .inner {
  padding-bottom: 296px;
}
@media screen and (max-width: 768px) {
  .t_feature .inner {
    padding-bottom: 296rem;
  }
}
.t_feature .inner .title {
  padding: 97px 0 91px;
  background-color: #fafafa;
  gap: 11px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .t_feature .inner .title {
    padding: 80rem 0;
    gap: 11rem;
    margin-bottom: 60rem;
  }
}
.t_feature .inner .title .sec-en {
  position: relative;
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  .t_feature .inner .title .sec-en {
    padding: 0 14rem;
  }
}
.t_feature .inner .title .sec-en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-features.png) no-repeat center/contain;
}
.t_feature .inner .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 135px;
}
@media screen and (max-width: 1024px) {
  .t_feature .inner .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .t_feature .inner .column {
    gap: 60rem;
  }
}
.t_feature .inner .column .text .description {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.25;
  font-size: 20px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .t_feature .inner .column .text .description {
    font-size: 28rem;
  }
}
.t_feature .inner .column .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 320px;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .t_feature .inner .column .img {
    width: 100%;
    max-width: none;
  }
}
.t_feature .inner .column .img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .t_feature .inner .column .img img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .t_feature .inner .column .img img {
    height: 200rem;
  }
}

.t_recruit {
  position: relative;
  z-index: 1;
}
.t_recruit::before {
  content: "";
  background: url(../img/t-recruit.png) no-repeat center/contain;
  position: absolute;
  left: -11px;
  top: -170px;
  height: 184px;
  width: 820px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .t_recruit::before {
    width: 820rem;
    height: 184rem;
    left: -11rem;
    top: -170rem;
  }
}
.t_recruit .inner {
  padding-bottom: 77px;
}
@media screen and (max-width: 768px) {
  .t_recruit .inner {
    padding-bottom: 80rem;
  }
}
.t_recruit .inner .sec-ttl {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 43px;
  text-align: left;
  color: #222;
  margin-bottom: 45px;
}
.t_recruit .inner .description {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.25;
  font-size: 20px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .description {
    font-size: 28rem;
  }
}
.t_recruit .inner .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 74px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .t_recruit .inner .btn-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .btn-flex {
    gap: 20rem;
    margin-top: 174rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 1024px) {
  .t_recruit .inner .btn-flex .btn {
    max-width: 480px;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .btn-flex .btn {
    width: 75%;
  }
}
.t_recruit .inner .btn-flex .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 61px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #222;
  height: 80px;
  border-radius: 40px;
  padding: 0 30px 0 90px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .btn-flex .btn a {
    gap: 40rem;
    font-size: 28rem;
    height: 80rem;
    padding: 0 30rem 0 90rem;
  }
}
.t_recruit .inner .btn-flex .btn a svg {
  width: 18px;
  height: 10px;
}
.t_recruit .inner .btn-flex .btn a:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_recruit .inner .btn-flex .btn.yellow a {
  background: #ffec5d;
}
.t_recruit .inner .btn-flex .btn.blue a {
  background: #57c0e2;
}
.t_recruit .inner .btn-flex::after {
  content: "";
  background: url(../img/lobstar.png) no-repeat center/contain;
  width: 445px;
  height: 435px;
  position: absolute;
  right: -242px;
  top: -296px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .t_recruit .inner .btn-flex::after {
    right: -200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .btn-flex::after {
    width: 445rem;
    height: 435rem;
    right: -142rem;
    top: -246rem;
  }
}
.t_recruit .inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .item {
    gap: 70rem;
    margin-bottom: 60rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t_recruit .inner .item:nth-child(5) {
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .item:nth-child(5) {
    margin-top: 104rem;
  }
}
.t_recruit .inner .item:last-child {
  margin-bottom: 0;
}
.t_recruit .inner .item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t_recruit .inner .item .img {
  max-width: 420px;
  width: 42%;
  height: 420px;
}
@media screen and (max-width: 1024px) {
  .t_recruit .inner .item .img {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .item .img {
    width: 100%;
    height: 300rem;
  }
}
.t_recruit .inner .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_recruit .inner .item .text .item-ttl {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #222;
  margin-bottom: 39px;
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .item .text .item-ttl {
    font-size: 32rem;
    margin-bottom: 30rem;
  }
}
.t_recruit .inner .item .text .item-ttl small {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .item .text .item-ttl small {
    font-size: 28rem;
  }
}
.t_recruit .inner .item .text .dot {
  margin-bottom: 39px;
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .item .text .dot {
    margin-bottom: 30rem;
  }
}
.t_recruit .inner .item .text .dot li {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.2666666667;
  font-size: 15px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .item .text .dot li {
    font-size: 28rem;
  }
}
.t_recruit .inner .item .text .description {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-size: 15px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .t_recruit .inner .item .text .description {
    font-size: 28rem;
  }
}
.t_recruit .shape-bg {
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .t_recruit .shape-bg {
    display: none;
  }
}
.t_recruit .shape-bg .shape-group-top-left .shape-red3 {
  width: 161px;
  height: 161px;
  top: -30px;
  right: -42px;
}
.t_recruit .shape-bg .shape-group-top-left .shape-yellow3 {
  width: 221px;
  height: 221px;
  top: 20px;
  right: -118px;
  mix-blend-mode: color-dodge;
}
.t_recruit .shape-bg .shape-group-bottom-right .shape-blue3 {
  width: 198px;
  height: 198px;
  right: -60px;
  bottom: 100px;
}
@media screen and (max-width: 768px) {
  .t_recruit .shape-bg .shape-group-bottom-right .shape-blue3 {
    width: 198rem;
    height: 198rem;
    right: -60rem;
    bottom: 100rem;
  }
}
.t_recruit .shape-bg .shape-group-bottom-right .shape-gray5 {
  width: 435px;
  height: 435px;
  right: -161px;
  bottom: -255px;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 768px) {
  .t_recruit .shape-bg .shape-group-bottom-right .shape-gray5 {
    width: 435rem;
    height: 435rem;
    right: -161rem;
    bottom: -255rem;
  }
}
.t_recruit .p_deco {
  position: absolute;
  top: -99px;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .t_recruit .p_deco {
    display: none;
  }
}

.t_workstyle .inner {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .t_workstyle .inner {
    padding-bottom: 80rem;
  }
}
.t_workstyle .inner .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 117px;
}
@media screen and (max-width: 1024px) {
  .t_workstyle .inner .column {
    gap: 117rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .t_workstyle .inner .column {
    gap: 80rem;
  }
}
.t_workstyle .inner .column .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.t_workstyle .inner .column .title .sec-en {
  text-align: left;
  white-space: nowrap;
}
.t_workstyle .inner .column .text .dot {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .t_workstyle .inner .column .text .dot {
    margin-bottom: 40rem;
    gap: 20rem;
  }
}
.t_workstyle .inner .column .text .dot li {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-size: 24px;
  letter-spacing: 0.27em;
  color: #222;
  padding-left: 1em;
  text-indent: -1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .t_workstyle .inner .column .text .dot li {
    white-space: wrap;
    font-size: 32rem;
  }
}
.t_workstyle .inner .column .text .description {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.25;
  font-size: 20px;
  color: #222;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .t_workstyle .inner .column .text .description {
    font-size: 28rem;
    white-space: wrap;
  }
}

.t_workpeople .inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .t_workpeople .inner {
    padding-bottom: 80rem;
  }
}
.t_workpeople .inner .title {
  text-align: left;
  display: block;
  margin-bottom: 74px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t_workpeople .inner .title {
    margin-bottom: 60rem;
  }
  .t_workpeople .inner .title img {
    width: 60%;
    height: auto;
  }
}
.t_workpeople .inner .title .shape-bg .shape-yellow4 {
  width: 447px;
  height: 447px;
  left: -279px;
  top: -228px;
}
@media screen and (max-width: 768px) {
  .t_workpeople .inner .title .shape-bg .shape-yellow4 {
    width: 447rem;
    height: 447rem;
    left: -279rem;
    top: -228rem;
  }
}
.t_workpeople .inner .title .shape-bg .shape-green5 {
  width: 64px;
  height: 64px;
  right: 214px;
  top: 104px;
}
@media screen and (max-width: 768px) {
  .t_workpeople .inner .title .shape-bg .shape-green5 {
    width: 64rem;
    height: 64rem;
    right: 214rem;
    top: 104rem;
  }
}
.t_workpeople .inner .title .shape-bg .shape-gray6 {
  width: 180px;
  height: 180px;
  right: 66px;
  top: 1px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .t_workpeople .inner .title .shape-bg .shape-gray6 {
    width: 180rem;
    height: 180rem;
    right: 66rem;
    top: 1rem;
  }
}
.t_workpeople .inner .title .shape-bg .shape-red4 {
  width: 161px;
  height: 161px;
  left: calc(100% + 81px);
  top: 181px;
}
@media screen and (max-width: 768px) {
  .t_workpeople .inner .title .shape-bg .shape-red4 {
    width: 161rem;
    height: 161rem;
    left: calc(100% + 81rem);
    top: 181rem;
  }
}
.t_workpeople .inner .list {
  max-width: 700px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .t_workpeople .inner .list {
    gap: 20rem;
  }
}
.t_workpeople .inner .list .item {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #222;
  border-radius: 45px;
}
@media screen and (max-width: 768px) {
  .t_workpeople .inner .list .item {
    height: 90rem;
    font-size: 30rem;
  }
}

.t_overview .inner {
  padding-bottom: 121px;
}
@media screen and (max-width: 768px) {
  .t_overview .inner {
    padding-bottom: 80rem;
  }
}
.t_overview .inner .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .t_overview .inner .title {
    margin-bottom: 40rem;
  }
}
.t_overview .inner .overview-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .t_overview .inner .overview-body {
    gap: 20rem;
  }
}
.t_overview .inner .overview-body .item {
  display: grid;
  grid-template-columns: 25% 1fr;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .t_overview .inner .overview-body .item {
    grid-template-columns: 28% 1fr;
  }
}
@media screen and (max-width: 768px) {
  .t_overview .inner .overview-body .item {
    grid-template-columns: 36% 1fr;
  }
}
.t_overview .inner .overview-body .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #ccc;
  top: 0;
  left: 25%;
}
@media screen and (max-width: 768px) {
  .t_overview .inner .overview-body .item::before {
    left: 32%;
    height: calc(100% + 20rem);
  }
}
.t_overview .inner .overview-body .item:last-child::before {
  content: "";
  height: 100%;
}
.t_overview .inner .overview-body .item .ttl {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: right;
  color: #222;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .t_overview .inner .overview-body .item .ttl {
    font-size: 28rem;
    padding-right: 20rem;
    text-align: left;
  }
}
.t_overview .inner .overview-body .item .detail {
  padding-left: 40px;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  font-size: 20px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .t_overview .inner .overview-body .item .detail {
    font-size: 28rem;
    padding-left: 20rem;
  }
}

.t_messege {
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.t_messege .shape {
  position: absolute;
  top: -137px;
  left: -99px;
  width: 536px;
  height: 536px;
  z-index: -1;
}
.t_messege .shape svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .t_messege .shape {
    top: -107rem;
    left: -99rem;
    width: 536rem;
    height: 536rem;
  }
}
.t_messege::after {
  content: "MESSAGE";
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 20rem;
  line-height: 1.26;
  font-size: 200px;
  text-align: right;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -59px;
}
@media screen and (max-width: 1024px) {
  .t_messege::after {
    font-size: 130px;
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .t_messege::after {
    font-size: 130rem;
    bottom: -29rem;
  }
}
.t_messege .inner {
  padding: 151px 0 183px;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .t_messege .inner {
    width: 90%;
    padding: 80rem 0;
  }
}
.t_messege .inner .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .t_messege .inner .title {
    margin-bottom: 40rem;
  }
}
.t_messege .inner .message-body .description {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.25;
  font-size: 20px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .t_messege .inner .message-body .description {
    font-size: 28rem;
  }
}

.t_contact .inner {
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  .t_contact .inner {
    padding: 80rem 0;
  }
}
.t_contact .inner .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .t_contact .inner .title {
    margin-bottom: 40rem;
  }
}
.t_contact .inner .contact-body .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .t_contact .inner .contact-body .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16rem;
    gap: 15rem;
  }
}
.t_contact .inner .contact-body .form-item label {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 232px;
  width: 30%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .t_contact .inner .contact-body .form-item label {
    font-size: 32rem;
    min-width: auto;
    width: 100%;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.t_contact .inner .contact-body .form-item .required {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #c76148;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
}
@media screen and (max-width: 768px) {
  .t_contact .inner .contact-body .form-item .required {
    font-size: 24rem;
    height: 40rem;
    padding: 0 12rem;
  }
}
.t_contact .inner .contact-body .form-item input,
.t_contact .inner .contact-body .form-item textarea {
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  background: #fafafa;
  font-size: 14px;
  border: none;
}
@media screen and (max-width: 768px) {
  .t_contact .inner .contact-body .form-item input,
  .t_contact .inner .contact-body .form-item textarea {
    padding: 16rem;
    font-size: 28rem;
  }
}
.t_contact .inner .contact-body .form-item textarea {
  min-height: 144px;
  max-height: 144px;
}
@media screen and (max-width: 768px) {
  .t_contact .inner .contact-body .form-item textarea {
    min-height: 288rem;
    max-height: 288rem;
  }
}
.t_contact .inner .contact-body .form-item .form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.t_contact .inner .contact-body .form-consent {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .t_contact .inner .contact-body .form-consent {
    margin-bottom: 30rem;
  }
}
.t_contact .inner .contact-body .form-consent label {
  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: 10px;
  color: #222;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .t_contact .inner .contact-body .form-consent label {
    gap: 10rem;
    font-size: 30rem;
  }
}
.t_contact .inner .contact-body .form-consent label input {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .t_contact .inner .contact-body .form-consent label input {
    width: 24rem;
    height: 24rem;
  }
}
.t_contact .inner .contact-body .form-submit button {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border-radius: 32px;
  background: #57c0e2;
  width: 260px;
  margin: auto;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .t_contact .inner .contact-body .form-submit button {
    font-size: 30rem;
    width: 260rem;
    height: 64rem;
  }
}/*# sourceMappingURL=style.css.map */