@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Oswald:wght@200..700&display=swap");
:root {
  --pc-header: 0;
  --sp-header: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  letter-spacing: .06em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  color: #052837;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.5;
  font-weight: 500;
}

.ft_e {
  font-family: "Montserrat", sans-serif;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

em, b, i, span, strong, small {
  letter-spacing: inherit;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -12rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -9rem;
  }
}

.c_btn a {
  display: inline-block;
  background: #21a38f url(../img/arrow-right01.svg) no-repeat calc(100% - 1.28em) center/1.176em;
  width: 24rem;
  font-size: 1.7rem;
  line-height: 6rem;
  border: solid 1px #21a38f;
  border-radius: 3em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.c_btn a.w {
  background-image: url(../img/arrow-right03.svg);
  border-color: #fff;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c_btn a.w {
    background-image: url(../img/arrow-right08.svg);
  }
}

.c_btn a:hover {
  opacity: 1;
  color: #21a38f;
  background-color: #fff;
  background-image: url(../img/arrow-right01-ro.svg);
}

@media screen and (max-width: 767px) {
  .c_btn a {
    line-height: 6rem;
    background-size: 1.375em;
    font-size: 1.6rem;
  }
}

.c_back {
  text-align: center;
}

.c_back a {
  display: block;
  background: url(../img/arrow-prev.svg) no-repeat 2em center/0.9rem;
  color: #21a38f;
  line-height: 7rem;
  border: solid 1px #21a38f;
  font-size: 1.784rem;
}

.c_ttl {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 4.5rem;
  letter-spacing: .02em;
}

.c_ttl small {
  font-size: 3.4rem;
  letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
  .c_ttl small {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 3.4rem;
    margin-bottom: 3rem;
  }
}

.c_ttl i {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #99b1bb;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .c_ttl i {
    font-size: 1.3rem;
  }
}

.c_ttl + p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c_ttl + p {
    line-height: 1.875;
  }
}

.c_contact a {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  padding: 2.2rem 2.7rem 2.2rem 0;
  height: 11.8rem;
  width: 34rem;
  color: #fff;
  background: #21a38f url(../img/arrow-right01.svg) no-repeat calc(100% - 1rem) calc(100% - 1rem)/1.2rem;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .c_contact a {
    padding: 1.5rem 1.5rem 1.3rem 0;
    height: 7.867rem;
    width: 100%;
    background-position: calc(100% - .6rem) calc(100% - .6rem);
    background-size: .9rem;
  }
}

.c_contact figure {
  text-align: center;
}

.c_contact img {
  width: 5.1rem;
}

@media screen and (max-width: 767px) {
  .c_contact img {
    width: 4.1rem;
  }
}

.c_contact .mail {
  background-color: #379cdc;
  background-image: url(../img/arrow-right06.svg);
}

.c_contact .mail dt {
  color: #379cdc;
}

.c_contact .mail img {
  width: 5rem;
}

@media screen and (max-width: 767px) {
  .c_contact .mail img {
    width: 3.7rem;
  }
}

.c_contact em {
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 0;
  display: block;
  white-space: nowrap;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .c_contact em {
    font-size: 2.2rem;
  }
}

.c_contact small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .c_contact small {
    font-size: .8rem;
  }
}

.c_contact dl {
  width: 22rem;
}

@media screen and (max-width: 767px) {
  .c_contact dl {
    width: 14.6rem;
  }
}

.c_contact figure {
  width: calc(100% - 22rem);
}

@media screen and (max-width: 767px) {
  .c_contact figure {
    width: calc(100% - 14.6rem);
  }
}

.c_contact dt {
  font-size: 1.1rem;
  font-weight: bold;
  background: #fff;
  border-radius: 3em;
  text-align: center;
  line-height: 1.27;
  color: #21a38f;
  margin-bottom: .2em;
}

@media screen and (max-width: 767px) {
  .c_contact dt {
    font-size: .8rem;
  }
}

.c_contact dd {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c_contact dd {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .c_contact2 {
    width: 33.33rem;
    margin: 0 auto;
  }
  .c_contact2 li {
    margin-top: 2rem;
  }
  .c_contact2 dl {
    width: 21.6rem;
  }
  .c_contact2 figure {
    width: calc(100% - 21.6rem);
  }
  .c_contact2 dd {
    font-size: 2.2rem;
  }
  .c_contact2 em {
    font-size: 3.33rem;
  }
  .c_contact2 small {
    font-size: 1.2rem;
  }
  .c_contact2 img {
    width: 5.3rem;
  }
}

.c_contact2 a {
  background-color: #fff;
  color: #21a38f;
  background-image: url(../img/arrow-right04.svg);
}

@media screen and (max-width: 767px) {
  .c_contact2 a {
    height: 11rem;
    padding: 1.6rem 2.7rem 1.6rem 0;
    background-size: 1.2rem;
  }
}

.c_contact2 dt {
  color: #fff;
  background: #21a38f;
}

@media screen and (max-width: 767px) {
  .c_contact2 dt {
    font-size: 1.07rem;
  }
}

.c_contact2 .mail {
  color: #379cdc;
  background-color: #fff;
  background-image: url(../img/arrow-right05.svg);
}

.c_contact2 .mail dt {
  color: #fff;
  background: #379cdc;
}

@media screen and (max-width: 767px) {
  .c_contact2 .mail img {
    width: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 120rem;
    margin: 0 auto;
    max-width: calc(100% - 8rem);
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    width: auto;
    margin: 0 2.7rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
  html {
    font-size: calc(100vw * 10 / 1380);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 500);
  }
}

@media screen and (min-width: 768px) {
  .u_tel {
    pointer-events: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 66;
  height: 12rem;
  transition: background .3s;
}

@media screen and (min-width: 768px) {
  body.fixed #header.home .h_mail, body.fixed #header.home #toggle_menu {
    transform: none;
  }
  #header.home #toggle_menu {
    transform: translateX(24rem);
    transition: transform .5s;
  }
  #header.home .h_mail {
    transform: translateX(1rem);
    transition: transform .5s;
  }
}

@media screen and (min-width: 768px) {
  #header {
    display: flex;
    justify-content: space-between;
    padding: 3.3rem 5rem 0;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 9rem;
  }
  body.open #header {
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    top: 2.7rem;
    left: 2.7rem;
    z-index: 1;
  }
}

.h_logo img {
  width: 16.7rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 16.7rem;
  }
}

.h_mail a {
  background-image: -moz-linear-gradient(0deg, #21a688 0%, #2d86b5 75%, #3965e1 100%);
  background-image: -webkit-linear-gradient(0deg, #21a688 0%, #2d86b5 75%, #3965e1 100%);
  background-image: -ms-linear-gradient(0deg, #21a688 0%, #2d86b5 75%, #3965e1 100%);
  color: #fff;
  border-radius: 3em;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  gap: .6em;
  border: solid 1px #21a38f;
  width: 20rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .h_mail a {
    width: 31rem;
    height: 8rem;
    font-size: 2.1rem;
  }
}

.h_mail a:before {
  content: '';
  background: url(../img/h-mail.png) no-repeat 50%/contain;
  width: 1.0625em;
  height: 1em;
  transition: background .4s;
}

@media screen and (min-width: 768px) {
  .h_mail a:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: -moz-linear-gradient(0deg, #25bba0 0%, #2d86b5 75%, #3a86e6 100%);
    background-image: -webkit-linear-gradient(0deg, #25bba0 0%, #2d86b5 75%, #3a86e6 100%);
    background-image: -ms-linear-gradient(0deg, #25bba0 0%, #2d86b5 75%, #3a86e6 100%);
    opacity: 0;
    border-radius: inherit;
    transition: opacity 0.5s;
    z-index: -1;
  }
  .h_mail a:hover {
    opacity: 1;
  }
  .h_mail a:hover:after {
    opacity: 1;
  }
}

.h_nav {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    font-size: 1.5rem;
    gap: 2.5em;
  }
  .h_nav a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    color: #fff;
    margin-bottom: 5rem;
  }
  .h_nav a {
    padding: 1em 0;
    display: block;
    font-size: 2.1rem;
  }
  .h_nav i {
    display: none;
  }
  .h_nav .mail {
    color: #21a38f;
  }
}

.h_nav a:hover {
  color: inherit;
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: flex !important;
    align-items: center;
    gap: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 2.7rem;
    top: 3.5rem;
    width: 3.4rem;
    cursor: pointer;
  }
  .h_close {
    width: 2.5rem;
    right: 3rem;
    top: 3.4rem;
  }
  #toggle_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15rem 6.4rem 5rem;
    background: url(../img/menu-bg.jpg) center top/50rem;
  }
  .h_contact {
    margin: 0 1.5rem;
  }
  .h_contact li {
    margin-top: 1.1rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

footer {
  background: url(../img/f-bg.jpg) center top/160rem;
}

footer ::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}

footer ::-webkit-scrollbar-track {
  background: #fff;
}

footer ::-webkit-scrollbar-thumb {
  background: #c8c8c8;
}

@media screen and (max-width: 767px) {
  footer {
    background-image: url(../img/f-bg-sp.jpg);
    padding-bottom: 6.5rem;
  }
}

@media screen and (min-width: 768px) {
  .f_contact .u_inner {
    position: relative;
  }
}

.f_contact .u_inner:before {
  content: '';
  position: absolute;
  background: url(../img/btn-arrow01.svg) no-repeat 50%/contain;
  height: 100%;
  width: 7.1rem;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .f_contact .u_inner:before {
    left: auto;
    right: 2.7rem;
    width: 4.8rem;
    height: 10.4rem;
  }
}

.f_contact a {
  display: block;
  background: url(../img/cta-bg.jpg) no-repeat center top/cover;
  color: #fff;
  z-index: 0;
  padding: 12.5rem 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .f_contact a {
    padding: 6.5rem 0 11.5rem;
    background-image: url(../img/cta-bg-sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .f_contact a:hover {
    opacity: 1;
    background-image: url(../img/cta-bg-ro.jpg);
  }
}

@media screen and (max-width: 767px) {
  .f_contact a {
    background-image: url(../img/cta-bg-sp.jpg);
  }
}

.f_contact .sub {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(50% - 1.4rem);
  height: 16.4rem;
}

@media screen and (max-width: 767px) {
  .f_contact .sub {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .f_contact .c_ttl {
    letter-spacing: -.02em;
    white-space: nowrap;
  }
  .f_contact .c_ttl small {
    letter-spacing: -.02em;
  }
}

.f_contact .c_ttl span {
  margin: 0 -.25em;
}

.f_contact .c_ttl i {
  color: #99dfd4;
  letter-spacing: .06em;
}

@media screen and (min-width: 768px) {
  .f_contact .u_inner {
    width: 140rem;
  }
}

.f_recruit {
  background: #fff;
  margin: 10rem 0;
  border: solid 1rem #f5f5f5;
  padding: 4rem 6rem;
  color: #379cdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .f_recruit {
    margin: 8rem 0 6rem;
    border-width: .7rem;
    padding: 3rem 3rem 4rem;
    flex-direction: column;
    gap: 3rem;
    align-items: flex-start;
  }
}

.f_recruit a {
  background-color: #379cdc;
  border-color: #379cdc;
}

.f_recruit a:hover {
  color: #379cdc;
  background-image: url(../img/arrow-right01-ro2.svg);
}

.f_recruit dt {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .02em;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .f_recruit dt {
    font-size: 2.6rem;
    margin-bottom: .2em;
  }
}

.f_recruit dd {
  font-size: 1.4rem;
  line-height: 1.71;
}

.f_note {
  line-height: 1.86;
  color: #787878;
  font-size: 1.5rem;
  overflow-y: auto;
  height: 16rem;
  padding-right: 4rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .f_note {
    height: 11rem;
    line-height: 1.71;
    margin-bottom: 7rem;
  }
}

.f_note dl {
  margin-top: 1.86em;
}

#gototop {
  position: fixed;
  bottom: 14rem;
  right: 4rem;
  z-index: 60;
}

@media screen and (max-width: 767px) {
  #gototop {
    right: 3.3rem;
    bottom: 10rem;
  }
}

#gototop img {
  width: 1.3rem;
}

#footer {
  border-top: solid 1px #a4b3c1;
}

@media screen and (max-width: 767px) {
  #footer {
    position: relative;
    padding: 6.5rem 0 0;
  }
}

#footer a:hover {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .f_row {
    padding: 10rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .f_row2 {
    display: flex;
    justify-content: space-between;
  }
}

.f_logo img {
  width: 16.7rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 22rem;
  }
}

.f_nav {
  font-size: 1.5rem;
  display: flex;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .f_nav {
    margin-top: 6.5rem;
    flex-direction: column;
    gap: 3rem;
  }
}

.f_nav a {
  display: block;
}

.f_nav a:hover {
  color: inherit;
}

.f_btm {
  color: #65747b;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .f_btm {
    position: absolute;
    bottom: 0;
    right: 2.7rem;
  }
}

@media screen and (min-width: 768px) {
  .f_btm {
    padding: 2.5rem 0;
    font-size: 1.3rem;
    border-top: solid 1px #a4b3c1;
  }
}

.f_pp {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .f_pp {
    margin-bottom: 3.5rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.fixed_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 65;
  right: 0;
  height: 10rem;
  gap: 2rem;
  background: #f0f0f0;
  transform: translateY(150%);
  transition: transform .3s;
}

@media screen and (max-width: 767px) {
  .fixed_contact {
    padding: 0 5rem 0 1rem;
    width: 100%;
    height: 6.7rem;
    gap: .5rem;
  }
}

.fixed_contact.fixed {
  transform: none;
}

.fixed_contact.fixed.abs {
  transform: translateY(150%);
}

.fixed_contact .close {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.5rem;
  right: 3rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .fixed_contact .close {
    right: 1.3rem;
    width: 1.6rem;
  }
}

.fixed_contact p {
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .fixed_contact p {
    font-size: 1.6rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .fixed_contact p span {
    margin: 0 -.15em;
  }
}

.fixed_contact p small {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: .4em;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .fixed_contact p small {
    font-size: 1.07rem;
  }
}

.fixed_contact .h_mail a {
  width: 27rem;
}

@media screen and (max-width: 767px) {
  .fixed_contact .h_mail a {
    font-size: 1.3rem;
    height: 4rem;
    width: 20rem;
  }
}

.fixed_contact .h_mail a:before {
  background-image: url(../img/ico-calc.png);
  width: 1.6rem;
  height: 1.9rem;
}

@media screen and (max-width: 767px) {
  .fixed_contact .h_mail a:before {
    width: 1.12rem;
  }
}

.c_bg {
  background: url(../img/bg01.jpg) center top/160rem;
}

@media screen and (max-width: 767px) {
  .c_bg {
    background-image: url(../img/bg01-sp.jpg);
    background-size: 50rem;
  }
}

.top_main {
  position: relative;
  padding: 14rem 0 11rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top_main {
    padding: 12.7rem 0 6.5rem;
  }
}

.top_main .mail {
  position: absolute;
  right: 10rem;
  top: 13.5rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_main .mail {
    top: 39.5rem;
    right: 2.7rem;
  }
}

.top_main .mail img {
  display: block;
  margin: 0 auto .5em;
  width: 3rem;
}

@media screen and (max-width: 767px) {
  .top_main .mail img {
    width: 2.5rem;
    margin-bottom: .6em;
  }
}

.top_main .mail p {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .top_main .mail p {
    font-size: 1.3rem;
    top: -.5rem;
  }
}

.top_main .mail a {
  border-radius: 50%;
  background-image: -moz-linear-gradient(120deg, #3965e1 0%, #2d86b5 25%, #21a688 100%);
  background-image: -webkit-linear-gradient(120deg, #3965e1 0%, #2d86b5 25%, #21a688 100%);
  background-image: -ms-linear-gradient(120deg, #3965e1 0%, #2d86b5 25%, #21a688 100%);
  width: 15rem;
  height: 15rem;
  text-align: center;
  color: #fff;
  letter-spacing: .12em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_main .mail a {
    width: 12.7rem;
    height: 12.7rem;
  }
}

.top_main .mail a:hover {
  opacity: 1;
}

.top_main .mail a:hover:after {
  opacity: 1;
}

.top_main .mail a:after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: -moz-linear-gradient(120deg, #3a86e6 0%, #30a1c3 25%, #25bba0 99%);
  background-image: -webkit-linear-gradient(120deg, #3a86e6 0%, #30a1c3 25%, #25bba0 99%);
  background-image: -ms-linear-gradient(120deg, #3a86e6 0%, #30a1c3 25%, #25bba0 99%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s;
}

.top_main .mail a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: .8rem;
  top: .8rem;
  background: rgba(5, 40, 55, 0.15);
  border-radius: 50%;
  z-index: -2;
}

.top_main .slide {
  display: flex;
  overflow: hidden;
}

.top_main .slide.a {
  justify-content: flex-end;
}

.top_main .slide.a ul {
  display: flex;
  animation: scroll-right 80s infinite linear .5s both;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .top_main .slide.a ul {
    gap: .7rem;
  }
}

.top_main .slide.a li:has(img:nth-child(2)) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .top_main .slide.a li:has(img:nth-child(2)) {
    gap: .7rem;
  }
}

.top_main .slide.a li:has(img:nth-child(2)) img {
  height: 22.5rem;
}

@media screen and (max-width: 767px) {
  .top_main .slide.a li:has(img:nth-child(2)) img {
    height: 18rem;
  }
}

.top_main .slide.a img {
  height: 46rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .top_main .slide.a img {
    height: 36.7rem;
  }
}

.top_main .slide.b {
  margin-top: -9rem;
}

@media screen and (max-width: 767px) {
  .top_main .slide.b {
    margin-top: -6rem;
  }
}

.top_main .slide.b p {
  animation: scroll-left 80s infinite linear .5s both;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .top_main .slide.b p {
    padding-right: 3rem;
  }
}

.top_main .slide.b img {
  height: 19.3rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .top_main .slide.b img {
    height: 9.2rem;
  }
}

.top_main dt {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: .5em;
  font-weight: bold;
}

.top_main dt i {
  background-color: #052837;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  color: #fff;
  letter-spacing: .04em;
  padding: .1em .3em .05em;
}

@media screen and (max-width: 767px) {
  .top_main dt {
    line-height: 1.6;
    font-size: 3rem;
    margin-bottom: .5em;
  }
}

.top_main dd {
  line-height: 1.875;
  font-weight: bold;
}

.top_main dl {
  margin-left: 8rem;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .top_main dl {
    margin: 0 2.7rem 9rem;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

.top_sec {
  position: relative;
  padding: 16rem 0;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_sec {
    padding: 12rem 0;
  }
}

.top_sec .sub {
  position: absolute;
  height: 17.3rem;
}

@media screen and (max-width: 767px) {
  .top_sec .sub {
    height: 11.6rem;
  }
}

@media screen and (min-width: 768px) {
  .top_sec.b .u_inner {
    position: relative;
    padding-left: 24rem;
  }
  .top_sec.b .c_ttl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    white-space: nowrap;
  }
  .top_sec.b .c_ttl i {
    margin-left: .5em;
  }
}

.top_feature {
  position: relative;
  padding: 15rem 0 20rem;
}

@media screen and (max-width: 767px) {
  .top_feature {
    padding: 12rem 0 13rem;
  }
}

.top_feature:before {
  content: '';
  position: absolute;
  background: url(../img/top-feature-bg01.png) no-repeat center top/contain;
  width: 76rem;
  height: 48.1rem;
  left: calc(50% + 23.5rem);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_feature:before {
    width: 30.4rem;
    left: calc(50% + 5rem);
  }
}

.top_feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 22rem;
  margin-top: 13.5rem;
  padding-right: 2rem;
}

@media screen and (max-width: 767px) {
  .top_feature ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.5rem;
    margin: 7.5rem 3.8rem 0;
  }
}

.top_feature li {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top_feature li:nth-child(even) {
    margin-top: 14rem;
  }
}

.top_feature li:nth-child(2) dt {
  color: #c7bf2c;
}

.top_feature li:nth-child(3) {
  z-index: 0;
}

.top_feature li:nth-child(3) dt {
  color: #21a38f;
}

.top_feature li:nth-child(3):before {
  content: '';
  position: absolute;
  background: url(../img/top-feature-bg02.png) no-repeat center top/contain;
  width: 77.6rem;
  height: 77.6rem;
  z-index: -1;
  top: -56.6rem;
  left: -42rem;
}

@media screen and (max-width: 767px) {
  .top_feature li:nth-child(3):before {
    width: 51.8rem;
    height: 51.8rem;
    left: -32.5rem;
    top: -34rem;
  }
}

.top_feature li:nth-child(4) dt {
  color: #6f5fa6;
}

.top_feature li:nth-child(4):before {
  content: '';
  position: absolute;
  background: url(../img/top-feature-bg03.png) no-repeat center top/contain;
  width: 70.6rem;
  height: 70.6rem;
  z-index: -1;
  bottom: -21rem;
  right: -39rem;
}

@media screen and (max-width: 767px) {
  .top_feature li:nth-child(4):before {
    width: 44.4rem;
    height: 44.5rem;
    right: -26.5rem;
    bottom: -9rem;
  }
}

.top_feature figure {
  position: relative;
  margin-bottom: 8.5rem;
}

@media screen and (max-width: 767px) {
  .top_feature figure {
    margin-bottom: 5.5rem;
  }
}

.top_feature figure img {
  width: 100%;
}

.top_feature figure .num {
  position: absolute;
  bottom: -5rem;
  left: 35.3rem;
  height: 14.5rem;
  width: auto;
}

@media screen and (max-width: 767px) {
  .top_feature figure .num {
    height: 9.7rem;
    left: auto;
    right: -3.8rem;
    bottom: -3.5rem;
  }
}

.top_feature dt {
  font-size: 3.8rem;
  font-weight: bold;
  color: #dc638f;
  line-height: 1.57;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .top_feature dt {
    font-size: 2.8rem;
  }
}

.top_feature dt small {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .top_feature dt small {
    font-size: 1.8rem;
  }
}

.top_feature dd {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_feature dd {
    line-height: 1.875;
  }
}

.top_feature .c_btn {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .top_feature .c_btn {
    margin-top: 7rem;
    margin-left: 3.8rem;
  }
}

.top_service {
  padding: 0 0 14rem;
}

@media screen and (max-width: 767px) {
  .top_service {
    padding: 0 0 12rem;
  }
}

.top_service .sub {
  right: calc(50% - 60rem);
  top: 1.5rem;
  height: 76.2rem;
}

@media screen and (max-width: 767px) {
  .top_service .sub {
    height: 49.9rem;
    right: -1.7rem;
    z-index: -1;
  }
}

.top_service .c_ttl {
  color: #fff;
}

.top_service .c_ttl i {
  color: #99dfd4;
}

.top_service .c_ttl + p {
  color: #fff;
}

.top_service:before {
  content: '';
  position: absolute;
  background: url(../img/service-bg.jpg) no-repeat 50%/cover;
  inset: 23rem 0 0 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_service:before {
    background-image: url(../img/service-bg-sp.jpg);
    inset: 14.5rem 0 0 0;
  }
}

.top_service:after {
  content: '';
  position: absolute;
  background: url(../img/top-service-bg01.png) no-repeat center top/contain;
  width: 76rem;
  height: 48.1rem;
  right: calc(50% + 46.7rem);
  bottom: -14rem;
}

.top_service figure {
  margin-bottom: 14rem;
}

@media screen and (max-width: 767px) {
  .top_service figure {
    margin-right: 4.8rem;
    margin-bottom: 7rem;
  }
}

.top_service figure img {
  width: 75.1rem;
}

.top_service figure video {
  width: 75.1rem;
  max-width: 100%;
}

.top_service ul {
  background: #fff;
  padding: 4rem 3.8rem 2.5rem;
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .top_service ul {
    margin-top: 9rem;
    column-count: 2;
    padding: 6.3rem 7rem 3.8rem;
  }
}

.top_service li {
  margin-bottom: 2.5rem;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .top_service li {
    font-size: 1.33rem;
    margin-bottom: 1.5rem;
  }
}

.top_service li img {
  width: 5rem;
  margin-right: .9em;
}

@media screen and (max-width: 767px) {
  .top_service li img {
    width: 3.4rem;
  }
}

ul.works_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5rem 6rem;
  margin-left: -2rem;
}

@media screen and (max-width: 767px) {
  ul.works_list {
    margin-left: -1.2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 1.2rem;
  }
}

ul.works_list img {
  border: solid 1px #c3cbd3;
}

.works_list figure img {
  aspect-ratio: 1 / 1;
}

.works_list li {
  padding-left: 2rem;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .works_list li {
    padding-left: 1.2rem;
  }
}

.works_list p {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: .02em;
  margin-top: .8em;
}

@media screen and (max-width: 767px) {
  .works_list p {
    line-height: 1.64;
    font-size: 1.7rem;
  }
}

.works_list a:hover {
  color: inherit;
}

.works_list figcaption {
  position: absolute;
  top: 1.4rem;
  background: #052837;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 3rem;
  text-align: center;
  width: 9rem;
  font-size: 1.2rem;
  letter-spacing: .02em;
  font-weight: 400;
  left: 0;
}

.top_works {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_works .c_btn {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .top_works {
    padding: 18rem 0 17rem;
  }
  .top_works .c_btn {
    position: absolute;
    right: calc(50% - 60rem);
    top: 27rem;
  }
}

.top_works .sub {
  left: calc(50% + 15rem);
  top: -1rem;
}

@media screen and (max-width: 767px) {
  .top_works .sub {
    left: auto;
    right: -9.6rem;
  }
}

.top_works .swiper {
  margin-top: 12rem;
  margin-left: calc(50% - 62rem);
}

@media screen and (max-width: 767px) {
  .top_works .swiper {
    margin-top: 5.5rem;
    margin-left: 2.7rem;
  }
}

.top_works .swiper-slide {
  width: 38rem;
  margin-right: 8rem;
}

@media screen and (max-width: 767px) {
  .top_works .swiper-slide {
    width: 21.4rem;
    margin-right: 1.2rem;
  }
}

.top_works .pager {
  display: flex;
  margin-top: 9rem;
  background: #dcdcdc;
  border-radius: 2em;
}

@media screen and (max-width: 767px) {
  .top_works .pager {
    margin-top: 4rem;
  }
}

.top_works .swiper-pagination-bullet {
  height: .6rem;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .top_works .swiper-pagination-bullet {
    height: .4rem;
  }
}

.top_works .swiper-pagination-bullet-active {
  background: #052837;
  border-radius: 2em;
}

.top_staff .sub {
  left: calc(50% + 34.5rem);
  top: -1.2rem;
}

@media screen and (max-width: 767px) {
  .top_staff .sub {
    left: auto;
    right: -3.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_staff {
    padding: 15rem 0 17rem;
  }
  .top_staff .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .top_staff .c_ttl {
    margin-bottom: 0;
  }
}

.top_staff ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .top_staff ul {
    margin: 6.5rem 3.8rem 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.9rem;
  }
}

.top_staff li {
  background: url(../img/top-staff-bg01.jpg) no-repeat center top/cover;
  padding: 6rem 7rem;
  height: 75.6rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_staff li {
    background-image: url(../img/top-staff-bg01-sp.jpg);
    padding: 4.8rem 3rem;
    height: 56.1rem;
  }
}

.top_staff li img {
  width: 36.9rem;
}

@media screen and (max-width: 767px) {
  .top_staff li img {
    width: 24.7rem;
  }
}

.top_staff li:nth-child(2) {
  background-image: url(../img/top-staff-bg02.jpg);
}

@media screen and (max-width: 767px) {
  .top_staff li:nth-child(2) {
    background-image: url(../img/top-staff-bg02-sp.jpg);
    height: 59.2rem;
  }
}

.top_staff li:nth-child(2) img {
  width: 36.5rem;
}

@media screen and (max-width: 767px) {
  .top_staff li:nth-child(2) img {
    width: 24.6rem;
  }
}

.top_staff li:nth-child(2) dt i {
  color: #379cdc;
}

.top_staff figure {
  text-align: center;
  height: 37rem;
}

@media screen and (max-width: 767px) {
  .top_staff figure {
    height: 24.9rem;
  }
}

.top_staff dt {
  text-align: center;
  font-weight: bold;
  font-size: 3.8rem;
  letter-spacing: .02em;
  gap: .5em;
  margin: .8em 0 .5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_staff dt {
    font-size: 2.8rem;
    margin: .6em 0 .4em;
  }
}

.top_staff dt i {
  background: #fff;
  color: #21a38f;
  font-size: 1.5rem;
  padding: .15em 1em;
  letter-spacing: .02em;
}

.top_staff dd {
  line-height: 2;
  letter-spacing: .08em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .top_staff dd {
    line-height: 1.875;
  }
}

.top_img {
  position: relative;
  z-index: 2;
}

.top_img > img {
  width: 100%;
}

.top_img .slide {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: -10rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_img .slide {
    bottom: -7rem;
  }
}

.top_img .slide p {
  animation: scroll-left 80s infinite linear .5s both;
  padding-right: 12rem;
}

@media screen and (max-width: 767px) {
  .top_img .slide p {
    padding-right: 3rem;
  }
}

.top_img .slide img {
  height: 13.7rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .top_img .slide img {
    height: 9.3rem;
  }
}

.top_area {
  position: relative;
  padding: 30rem 0 16rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top_area {
    padding: 18rem 0 12rem;
  }
}

.top_area .map {
  position: absolute;
  mix-blend-mode: soft-light;
  width: 38.7rem;
  top: 22rem;
  right: calc(50% - 66.5rem);
}

@media screen and (max-width: 767px) {
  .top_area .map {
    width: 25.8rem;
    right: 0;
    top: 13.5rem;
  }
}

.top_area p small {
  font-size: 1.4rem;
  letter-spacing: .02em;
}

.top_area dl {
  margin: 7rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .top_area dl {
    margin: 6rem 0 4.5rem;
  }
}

.top_area dt {
  font-weight: bold;
  font-size: 2.2rem;
  background: url(../img/area-mark.svg) no-repeat left center/1.4rem;
  padding-left: 1.1em;
  margin: 4.5rem 0 .6em;
}

@media screen and (max-width: 767px) {
  .top_area dt {
    margin: 4rem 0 .6em;
    font-size: 1.85rem;
    background-image: url(../img/area-mark-sp.svg);
  }
}

.top_area dd {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
  .top_area dd {
    line-height: 1.78;
  }
}

.top_flow .sub {
  top: -1.5rem;
  left: calc(50% + 34.5rem);
}

@media screen and (max-width: 767px) {
  .top_flow .sub {
    left: auto;
    right: -5rem;
  }
}

.top_flow:before {
  content: '';
  position: absolute;
  background: url(../img/top-flow-bg.png) no-repeat center bottom/contain;
  width: 76rem;
  height: 64.3rem;
  bottom: 0;
  left: calc(50% + 26rem);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_flow:before {
    width: 26rem;
    height: 40.5rem;
    left: auto;
    right: 0;
    background-image: url(../img/top-flow-bg-sp.png);
  }
}

@media screen and (min-width: 768px) {
  .top_flow ul {
    top: -5.5rem;
    position: relative;
    margin-bottom: -3rem;
  }
}

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

.top_flow li + li dl {
  border-top: solid 1px #cbd2da;
}

.top_flow li:nth-child(2) dt i {
  background: #31b19d;
}

.top_flow li:nth-child(2) figure:before {
  background-image: -moz-linear-gradient(90deg, #24c4c6 0%, #31b19d 100%);
  background-image: -webkit-linear-gradient(90deg, #24c4c6 0%, #31b19d 100%);
  background-image: -ms-linear-gradient(90deg, #24c4c6 0%, #31b19d 100%);
}

.top_flow li:nth-child(3) dt i {
  background: #24c4c6;
}

.top_flow li:nth-child(3) figure:before {
  background-image: -moz-linear-gradient(90deg, #37a8dc 0%, #24c4c6 100%);
  background-image: -webkit-linear-gradient(90deg, #37a8dc 0%, #24c4c6 100%);
  background-image: -ms-linear-gradient(90deg, #37a8dc 0%, #24c4c6 100%);
}

.top_flow li:nth-child(4) dt i {
  background: #37a8dc;
}

.top_flow li:nth-child(4) figure:before {
  background-image: -moz-linear-gradient(90deg, #379cdc 0%, #379cdc 100%);
  background-image: -webkit-linear-gradient(90deg, #379cdc 0%, #379cdc 100%);
  background-image: -ms-linear-gradient(90deg, #379cdc 0%, #379cdc 100%);
}

.top_flow li:nth-child(5) {
  margin-bottom: -5.5rem;
}

@media screen and (max-width: 767px) {
  .top_flow li:nth-child(5) {
    margin-bottom: -4rem;
  }
}

.top_flow li:nth-child(5) dt i {
  background: #379cdc;
}

.top_flow li:nth-child(5) figure:before {
  content: none;
}

.top_flow figure {
  position: relative;
  width: 13rem;
}

@media screen and (max-width: 767px) {
  .top_flow figure {
    width: 10.2rem;
  }
}

.top_flow figure:before {
  content: '';
  height: 6rem;
  width: 1px;
  position: absolute;
  top: 100%;
  background: #21a688;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .top_flow figure:before {
    height: 7rem;
  }
}

.top_flow dl {
  padding: 5.5rem 0;
  width: calc(100% - 18.5rem);
}

@media screen and (max-width: 767px) {
  .top_flow dl {
    padding: 4rem 0;
    width: calc(100% - 12.5rem);
  }
}

.top_flow dt {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: .02em;
  margin-bottom: .6em;
  display: flex;
  align-items: center;
  gap: .7em;
}

@media screen and (max-width: 767px) {
  .top_flow dt {
    margin-bottom: .4em;
    font-size: 2rem;
    white-space: nowrap;
  }
  .top_flow dt small {
    font-size: 1.8rem;
    margin-left: -1em;
  }
}

.top_flow dt i {
  font-family: "Montserrat", sans-serif;
  background: #21a688;
  font-size: 1.3rem;
  border-radius: 3em;
  padding: .2em 1.5em;
  font-weight: 500;
  letter-spacing: .02em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_flow dt i {
    font-size: 1.05rem;
  }
}

.top_faq {
  background: url(../img/top-faq-bg-noise.jpg) center top/160rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_faq {
    background-image: url(../img/top-faq-bg-noise-sp.jpg);
    background-size: 50rem;
  }
}

.top_faq .sub {
  left: calc(50% + 38.8rem);
  top: -1.2rem;
  height: 19.3rem;
}

@media screen and (max-width: 767px) {
  .top_faq .sub {
    height: 13rem;
    left: auto;
    right: -3.5rem;
  }
}

.top_faq .c_ttl i {
  color: #99ceef;
}

.top_faq .bg {
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 2;
  width: 54rem;
  bottom: 17rem;
  right: calc(50% + 49.5rem);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_faq .bg {
    right: auto;
    left: -15rem;
    width: 33.2rem;
    bottom: 9.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_faq .list {
    position: relative;
    top: -3.5rem;
    margin-bottom: -3.5rem;
  }
}

.top_faq dl {
  border-bottom: solid 1px #c3cbd3;
  padding: 3.5rem 0;
}

.top_faq dt {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding: 0 5rem;
  cursor: pointer;
  letter-spacing: .02em;
  background: url(../img/ico-open.svg) no-repeat right center/2.2rem;
}

@media screen and (max-width: 767px) {
  .top_faq dt {
    font-size: 1.85rem;
    background-size: 1.8rem;
    padding: 0 4rem;
  }
}

.top_faq dt:before {
  content: 'Q.';
  left: 0;
  position: absolute;
  color: #99ceef;
  top: -.3em;
  font-size: 3.2rem;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 767px) {
  .top_faq dt:before {
    font-size: 2.5rem;
  }
}

.top_faq dt.open {
  background-image: url(../img/ico-close.svg);
}

.top_faq dt.open + dd {
  display: block;
}

.top_faq dd {
  line-height: 1.75;
  display: none;
  margin: 1em 0 0;
}

@media screen and (max-width: 767px) {
  .top_faq dd {
    line-height: 1.56;
  }
}

@media screen and (max-width: 767px) {
  .top_blog ul {
    margin-top: 3rem;
  }
  .top_blog .c_btn {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .top_blog {
    position: relative;
  }
  .top_blog .c_btn {
    position: absolute;
    right: calc(50% - 60rem);
    top: 0;
  }
  .top_blog .lead {
    padding-top: 1.5rem;
  }
}

.top_blog .lead img {
  width: 1.375em;
  margin-right: 1.2em;
}

@media screen and (max-width: 767px) {
  .top_blog .lead img {
    width: 1.7rem;
    margin-right: .8em;
  }
}

.top_blog .sub {
  left: calc(50% + 35rem);
  top: -1.2rem;
  height: 21.7rem;
}

@media screen and (max-width: 767px) {
  .top_blog .sub {
    left: auto;
    right: -2.5rem;
    height: 14.5rem;
  }
}

.top_blog .bg {
  position: absolute;
  mix-blend-mode: soft-light;
  z-index: -1;
  width: 122.4rem;
  bottom: 0;
  right: calc(50% - 71rem);
}

.top_blog li {
  border-bottom: solid 1px #c3cbd3;
  padding: 5rem 0;
}

@media screen and (max-width: 767px) {
  .top_blog li {
    padding: 2.7rem 0;
  }
}

.top_blog li * {
  letter-spacing: .02em;
}

.top_blog li a {
  display: flex;
  justify-content: space-between;
}

.top_blog li a:hover {
  color: inherit;
}

.top_blog li i {
  font-size: 1.2rem;
  color: #fff;
  background: #052837;
  letter-spacing: .02em;
  margin-right: 1.5em;
  padding: .4em 1.2em;
}

@media screen and (max-width: 767px) {
  .top_blog li i {
    font-size: 1.05rem;
    margin-right: 1.2em;
  }
}

.top_blog li small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .top_blog li small {
    font-size: 1.05rem;
  }
}

.top_blog li p + p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.66;
  margin-top: .8em;
}

@media screen and (max-width: 767px) {
  .top_blog li p + p {
    margin-top: .4em;
    font-size: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}

.top_blog figure {
  width: 30rem;
}

@media screen and (max-width: 767px) {
  .top_blog figure {
    width: 16.1rem;
  }
}

.top_blog .desc {
  width: calc(100% - 34rem);
}

@media screen and (max-width: 767px) {
  .top_blog .desc {
    width: calc(100% - 17.7rem);
  }
}

.low_header {
  height: 54rem;
  background: url(../img/bg01.jpg) center top/160rem;
  z-index: 0;
  position: relative;
  margin-bottom: 10rem;
}

body:has(.low_path) .low_header {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .low_header {
    background-image: url(../img/bg01-sp.jpg);
    background-size: 50rem;
    height: 27rem;
  }
}

.low_header .low_inner {
  padding-top: 10rem;
}

@media screen and (min-width: 768px) {
  .low_header .low_inner {
    padding-top: 5rem;
    width: 138rem;
  }
}

.low_header .sub {
  position: absolute;
  height: 22rem;
  left: calc(50% - 8rem);
  top: 21rem;
}

.low_header .sub.rec {
  height: 16.6rem;
  left: calc(50% + 22rem);
}

@media screen and (max-width: 767px) {
  .low_header .sub.rec {
    top: 5rem;
    left: auto;
    right: -3rem;
    height: 8rem;
  }
}

.low_header .sub.work {
  height: 18.4rem;
  left: calc(50% + 20.7rem);
}

@media screen and (max-width: 767px) {
  .low_header .sub.work {
    top: 5rem;
    left: auto;
    right: -5rem;
    height: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .low_header .sub {
    top: 5rem;
    height: 10rem;
    left: auto;
    right: -10rem;
  }
}

.low_header .ttl {
  font-size: 5.6rem;
  font-weight: bold;
  letter-spacing: .02em;
  color: #052837;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 4rem;
  }
}

.low_header .ttl i {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .04em;
  font-family: "Montserrat", sans-serif;
  color: #99b1bb;
}

.low_nav2 {
  margin-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .low_nav2 {
    display: flex;
    gap: 2.2rem;
    margin-bottom: 16rem;
  }
}

.low_nav2 li {
  border: solid 1px #21a38f;
}

@media screen and (max-width: 767px) {
  .low_nav2 li + li {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .low_nav2 li {
    flex: 1;
  }
}

.low_nav2 a {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #21a38f;
  font-size: 1.7rem;
  background: url(../img/arrow-down01.svg) no-repeat calc(100% - 3rem) center/1.6rem;
}

@media screen and (max-width: 767px) {
  .low_nav2 a {
    height: 6rem;
  }
}

.com_msg {
  z-index: 0;
  position: relative;
  margin-bottom: 16rem;
}

.com_msg:before {
  content: '';
  position: absolute;
  background: url(../img/company-message-bg.png) no-repeat 50%/contain;
  width: 76rem;
  height: 76rem;
  z-index: -1;
  top: 45rem;
  right: calc(50% + 28rem);
}

@media screen and (max-width: 767px) {
  .com_msg:before {
    left: -20rem;
    right: auto;
    top: 90rem;
    width: 50rem;
    height: 50rem;
  }
}

@media screen and (min-width: 768px) {
  .com_msg .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .com_msg figure {
    width: 55rem;
  }
  .com_msg .desc {
    width: 55rem;
  }
}

.com_msg figure {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .com_msg figure {
    margin-top: 5rem;
  }
}

.com_msg figure img {
  width: 100%;
}

.com_msg p {
  line-height: 2;
}

.com_msg p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .com_msg p {
    line-height: 1.875;
  }
}

.com_msg .sign {
  text-align: right;
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 1.6em;
}

.com_msg .slide {
  display: flex;
  margin: 15rem 0;
}

@media screen and (max-width: 767px) {
  .com_msg .slide {
    margin: 6rem 0;
  }
}

.com_msg .slide p {
  animation: scroll-left 80s infinite linear .5s both;
  padding-right: 12rem;
}

@media screen and (max-width: 767px) {
  .com_msg .slide p {
    padding-right: 3rem;
  }
}

.com_msg .slide img {
  height: 18.8rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .com_msg .slide img {
    height: 10rem;
  }
}

.com_msg .philo {
  background: url(../img/company-philosophy-bg.jpg) no-repeat 50%/cover;
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .com_msg .philo {
    height: 45rem;
  }
}

.com_msg .philo p {
  color: #fff;
  line-height: 1.84;
  font-weight: bold;
  font-size: 3.8rem;
  letter-spacing: .02em;
}

.com_msg .philo i {
  color: #99dfd4;
  display: block;
  font-size: 1.4rem;
  letter-spacing: .12em;
  margin-bottom: .2em;
}

.com_info {
  z-index: 0;
  position: relative;
  padding: 16rem 0;
}

@media screen and (max-width: 767px) {
  .com_info {
    padding: 8rem 0;
  }
}

.com_info:before {
  content: '';
  position: absolute;
  background: url(../img/company-info-bg.png) no-repeat 50%/contain;
  width: 52.2rem;
  height: 52.2rem;
  z-index: -1;
  bottom: -25rem;
  left: calc(50% + 42.5rem);
}

@media screen and (max-width: 767px) {
  .com_info:before {
    right: -10rem;
    left: auto;
    bottom: -15rem;
    width: 35rem;
    height: 35rem;
  }
}

@media screen and (min-width: 768px) {
  .com_info .u_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .com_info .u_inner > * {
    width: 55rem;
  }
}

.com_info .map {
  height: 55rem;
  background: #fff;
  padding: 1.5rem;
}

@media screen and (max-width: 767px) {
  .com_info .map {
    height: 30rem;
  }
}

.com_info iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.com_info dl {
  margin: 7rem 0 0;
}

@media screen and (max-width: 767px) {
  .com_info dl {
    margin: 7rem 0;
  }
}

.com_info dl {
  border-top: solid 1px #c3cbd3;
}

@media screen and (min-width: 768px) {
  .com_info dl {
    display: flex;
    flex-wrap: wrap;
  }
}

.com_info dt, .com_info dd {
  padding: 2em 1.2em;
  line-height: 1.875;
  letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
  .com_info dt, .com_info dd {
    padding: .8em 1em;
  }
}

.com_info dt {
  background: #052837;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .com_info dt {
    padding-bottom: .3em;
  }
}

@media screen and (min-width: 768px) {
  .com_info dt {
    width: 12rem;
    border-bottom: solid 1px #c3cbd3;
  }
}

.com_info dd {
  border-bottom: solid 1px #c3cbd3;
}

@media screen and (max-width: 767px) {
  .com_info dd {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .com_info dd {
    width: calc(100% - 12rem);
  }
}

.com_info dd a {
  color: #21a38f;
  text-decoration: underline;
}

.com_history {
  padding: 16rem 0;
}

@media screen and (max-width: 767px) {
  .com_history {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 768px) {
  .com_history .row {
    display: flex;
    justify-content: space-between;
  }
  .com_history .row ul {
    width: 55rem;
  }
  .com_history .row ul + ul:before {
    height: calc(100% + .5rem);
  }
}

.com_history .row {
  margin-top: 8rem;
}

.com_history ul {
  position: relative;
}

.com_history ul:before {
  content: '';
  position: absolute;
  height: calc(100% - 1rem);
  border-left: solid 1px #c3cbd3;
  bottom: 0;
  left: .45rem;
}

.com_history li {
  position: relative;
  padding-left: 13rem;
  padding-bottom: 5rem;
  font-size: 1.8rem;
  line-height: 1.77;
}

.com_history li span {
  position: absolute;
  left: 4rem;
}

.com_history li:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #052837;
  left: 0;
  top: .35em;
}

.rec_service {
  position: relative;
  z-index: 1;
  margin-bottom: 16rem;
}

@media screen and (max-width: 767px) {
  .rec_service {
    margin-bottom: 8rem;
  }
}

.rec_service ul {
  margin-top: 9.5rem;
}

@media screen and (max-width: 767px) {
  .rec_service ul {
    margin-top: 6rem;
  }
}

.rec_service li {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .rec_service li {
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
  }
  .rec_service li > * {
    width: 55rem;
  }
}

.rec_service figure img {
  width: 100%;
}

.rec_service dl {
  position: relative;
}

@media screen and (max-width: 767px) {
  .rec_service dl {
    margin-top: 4rem;
  }
}

.rec_service dt {
  font-size: 3.8rem;
  display: inline-block;
  background: #21a38f;
  color: #fff;
  font-weight: bold;
  padding: 0 .5em;
  letter-spacing: 0;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .rec_service dt {
    font-size: 3rem;
  }
}

.rec_service dt img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 14.5rem;
  z-index: -1;
}

.rec_service dd {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .rec_service dd {
    line-height: 1.875;
  }
}

.rec_com {
  position: relative;
  z-index: 0;
  padding: 16rem 0;
}

@media screen and (max-width: 767px) {
  .rec_com {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 768px) {
  .rec_com .u_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rec_com .u_inner > * {
    width: 55rem;
  }
}

.rec_com:before {
  content: '';
  position: absolute;
  background: url(../img/recruit-service-bg.png) no-repeat 50%/contain;
  width: 70.6rem;
  height: 70.6rem;
  z-index: -1;
  top: -56.5rem;
  right: calc(50% + 26.5rem);
  mix-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
  .rec_com:before {
    right: -10rem;
    left: auto;
    width: 35rem;
    height: 35rem;
  }
}

@media screen and (max-width: 767px) {
  .rec_com figure {
    margin-top: 5rem;
  }
}

.rec_com figure img {
  width: 100%;
}

.rec_com dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #c3cbd3;
  margin-top: 5rem;
}

.rec_com dt, .rec_com dd {
  border-bottom: solid 1px #c3cbd3;
  padding: 1em 0;
}

.rec_com dt {
  width: 12rem;
}

.rec_com dd {
  width: calc(100% - 12rem);
}

.rec_info {
  z-index: 0;
  position: relative;
  padding: 16rem 0;
}

@media screen and (max-width: 767px) {
  .rec_info {
    padding: 8rem 0;
  }
}

.rec_info:before {
  content: '';
  position: absolute;
  background: url(../img/recruit-job-bg.png) no-repeat center top/contain;
  width: 48.4rem;
  height: 40rem;
  z-index: -1;
  top: 0;
  left: calc(50% + 38.5rem);
}

@media screen and (max-width: 767px) {
  .rec_info:before {
    right: -5rem;
    left: auto;
    width: 32rem;
  }
}

.rec_info .nav {
  margin: 6rem 0 3rem;
}

@media screen and (min-width: 768px) {
  .rec_info .nav {
    margin: 10rem 0 4rem;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .rec_info .nav li + li a {
    border-left: none;
  }
}

.rec_info .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  height: 6rem;
  background: #d2e8e5;
  color: #21a38f;
  border-color: #21a38f;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .rec_info .nav a {
    border-top: none;
    border-bottom: none;
  }
}

.rec_info .nav a:hover {
  background: #21a38f;
  border-color: #21a38f;
}

.rec_info .nav a.active {
  color: #fff;
  background: #21a38f;
  border-color: #21a38f;
}

.rec_info .nav a:before {
  border-top: 2rem solid #21a38f;
  bottom: -1.8rem;
}

.rec_info table {
  border-top: solid 1px #c3cbd3;
}

.rec_info tr > * {
  line-height: 2;
  padding: 1.5em  1.5em;
}

@media screen and (min-width: 768px) {
  .rec_info tr > * {
    border-bottom: solid 1px #c3cbd3;
  }
}

@media screen and (max-width: 767px) {
  .rec_info tr > * {
    float: left;
    width: 100%;
    padding: .5em  1em;
  }
}

.rec_info th {
  background: #052837;
  text-align: left;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .rec_info th {
    width: 18rem;
  }
}

@media screen and (max-width: 767px) {
  .rec_info th {
    padding: .3em  1em;
  }
}

.work_cat {
  margin: 0 0 8rem;
}

.work_cat select {
  border: solid 1px #21a38f;
  padding: .7em .8em;
  color: #21a38f;
  font-size: 1.7rem;
}

.works_body {
  margin: 10rem 0 16rem;
}

@media screen and (max-width: 767px) {
  .works_body {
    margin: 10rem 0;
  }
}

.wp-pagenavi {
  margin-top: 16rem;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 1.7rem;
  margin-top: 12rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 8rem;
    font-size: 1.5rem;
    gap: .8em;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  text-align: center;
  width: 4.11em;
  height: 4.11em;
  line-height: 4.11;
  color: #21a38f;
  border: solid 1px #21a38f;
}

.wp-pagenavi .current {
  background: #21a38f;
  color: #fff;
}

.wp-pagenavi .extend {
  border: none;
  width: 2em;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
  background: url(../img/arrow-prev.svg) no-repeat 50%/0.9rem;
}

.wp-pagenavi .nextpostslink {
  background-image: url(../img/arrow-next.svg);
}

.work_body {
  margin: 10rem 0;
}

@media screen and (min-width: 768px) {
  .work_body {
    width: 90rem;
    margin: 16rem auto 18rem;
  }
}

.work_body .ttl {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .work_body .ttl {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.work_body .ttl i {
  background: #052837;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .02em;
  font-weight: 400;
  padding: .6em .8em;
}

.work_body p {
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .work_body p {
    line-height: 1.875;
  }
}

.work_body h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 4em 0 .8em;
}

@media screen and (max-width: 767px) {
  .work_body h2 {
    font-size: 2.8rem;
    margin: 3em 0 .8em;
  }
}

.work_body figure {
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .work_body figure {
    margin-bottom: 8rem;
  }
}

.work_body figcaption {
  text-align: center;
  margin: 1em 0;
}

.work_body table {
  margin-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .work_body table {
    margin-bottom: 10rem;
    border-top: solid 1px #c3cbd3;
  }
}

.work_body tr > * {
  line-height: 2;
  padding: 1.5em  1.5em;
}

@media screen and (min-width: 768px) {
  .work_body tr > * {
    border-bottom: solid 1px #c3cbd3;
  }
}

@media screen and (max-width: 767px) {
  .work_body tr > * {
    float: left;
    width: 100%;
    padding: .5em  1em;
  }
}

.work_body th {
  background: #f5f5f5;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .work_body th {
    width: 18rem;
  }
}

@media screen and (max-width: 767px) {
  .work_body th {
    padding: .3em  1em;
  }
}

.work_body .c_back {
  margin-top: 16rem;
}

@media screen and (max-width: 767px) {
  .work_body .c_back {
    margin-top: 10rem;
  }
}

.work_contact {
  background: url(../img/work-cta-bg.jpg) no-repeat 50%/cover;
  padding: 6rem 0;
  text-align: center;
  color: #fff;
}

.work_contact dt {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .02em;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .work_contact dt {
    font-size: 3rem;
  }
}

.work_contact dt span {
  margin: 0 -.25em;
}

.work_contact dt i {
  display: block;
  color: #99dfd4;
  font-size: 1.4rem;
  font-weight: 400;
}

.work_contact dt small {
  font-size: 1.8rem;
  letter-spacing: .02em;
}

.work_contact dd {
  line-height: 1.625;
}

.work_contact .c_btn {
  margin-top: 3rem;
}

.work_contact .c_btn a {
  background-color: #052837;
}

.work_contact .c_btn a:hover {
  background-color: #fff;
  background-image: url(../img/arrow-right01-ro3.svg);
  color: #052837;
}

/*# sourceMappingURL=style.css.map */