@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: .04em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.5;
}

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

.ft_m {
  font-family: "Noto Sans JP", 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: -10rem;
}

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

.c_back {
  text-align: center;
}

.c_back a {
  display: inline-block;
  background: url(../img/ico-arrow-right02.svg) no-repeat calc(100% - 2em) center/0.9rem;
  color: #e6002d;
  line-height: 8rem;
  width: 40rem;
  font-size: 1.8rem;
  border: solid 1px #e6002d;
}

.c_btn {
  text-align: center;
}

.c_btn a, .c_btn span {
  background: #e6002d;
  width: 30rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  border: solid 1px #e6002d;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .c_btn a, .c_btn span {
    width: 26.8rem;
    height: 6.8rem;
  }
}

.c_btn a:after, .c_btn span:after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 1rem;
  height: 1.4rem;
  right: 2rem;
  background: #fff;
  transition: background .3s;
}

.c_btn a:hover, .c_btn span:hover {
  background: #fff;
  color: #e6002d;
  opacity: 1;
}

.c_btn a:hover:after, .c_btn span:hover:after {
  background: #e6002d;
}

@media screen and (min-width: 768px) {
  .c_btn a.s, .c_btn span.s {
    width: 23.1rem;
    height: 6rem;
  }
}

.c_btn span {
  transition: .3s;
  transition-property: background, color;
}

.c_btn span input {
  height: 100%;
  width: 100%;
}

.c_ttl {
  font-size: 5.4rem;
  font-weight: bold;
  margin-bottom: 4.5rem;
}

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

.c_ttl i {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #e6002d;
  margin-bottom: .3em;
}

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

.u_inner {
  width: 120rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .u_inner {
    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: 13rem;
  transition: background .3s;
}

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

@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: 2rem;
    left: 2.7rem;
  }
}

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

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

.h_mail {
  text-align: center;
}

.h_mail a {
  background: #e6002d;
  color: #fff;
  border-radius: 3em;
  font-size: 1.5rem;
  height: 6.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .6em;
  border: solid 1px #e6002d;
  font-weight: 500;
  width: 18.4rem;
}

@media screen and (max-width: 767px) {
  .h_mail a {
    width: 23rem;
    background: #fff;
    color: #e6002d;
    font-size: 1.7rem;
    height: 7rem;
  }
}

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

@media screen and (max-width: 767px) {
  .h_mail a:before {
    background-image: url(../img/h-mail-ro.png);
  }
}

@media screen and (min-width: 768px) {
  .h_mail a:hover {
    background: #fff;
    color: #e6002d;
    opacity: 1;
  }
  .h_mail a:hover:before {
    background-image: url(../img/h-mail-ro.png);
  }
}

.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;
    line-height: 6rem;
  }
  .h_nav a span {
    display: none;
  }
  .h_nav .mail {
    width: 17.5rem;
    text-align: center;
    margin-left: 2rem;
  }
  .h_nav .mail a {
    background: #e6002d;
    border-radius: 3em;
    color: #fff;
  }
  .h_nav .mail a:hover {
    color: #fff;
  }
}

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

.h_nav a:hover {
  color: inherit;
}

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

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 6.1rem;
    cursor: pointer;
  }
  #toggle_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e6002d;
    padding: 11rem 0;
    text-align: center;
  }
  body.open {
    overflow-y: hidden;
  }
}

.f_cta {
  background: #e6002d;
  background: url(../img/cta-bg.png) no-repeat center top/cover;
  color: #fff;
  padding: 10rem 0;
}

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

@media screen and (max-width: 767px) {
  .f_cta {
    padding: 9rem 0;
    background-image: url(../img/cta-bg-sp.png);
  }
}

@media screen and (max-width: 767px) {
  .f_cta .c_ttl {
    text-align: center;
  }
}

.f_cta .c_ttl i {
  color: inherit;
}

.f_cta p {
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .f_cta p {
    text-align: center;
    margin-bottom: 4.5rem;
  }
}

.f_cta .c_btn a {
  background: #fff;
  color: #e6002d;
}

.f_cta .c_btn a:after {
  background: #e6002d;
}

.f_cta .c_btn a:hover {
  background: #e6002d;
  color: #fff;
  border-color: #fff;
}

.f_cta .c_btn a:hover:after {
  background: #fff;
}

#gototop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 60;
}

@media screen and (max-width: 767px) {
  #gototop.home {
    bottom: 9.5rem;
    transition: bottom .3s;
  }
  #gototop.home.abs {
    bottom: 0;
  }
}

#gototop img {
  width: 8rem;
}

@media screen and (max-width: 767px) {
  #gototop img {
    width: 5.4rem;
  }
}

#footer {
  padding: 10rem 0;
  background: #3c3c3c;
  color: #fff;
  position: relative;
  z-index: 0;
}

#footer:before {
  content: '';
  position: absolute;
  width: calc(50% - 24rem);
  background: #373737;
  height: 100%;
  clip-path: polygon(25rem 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #footer:before {
    width: 41rem;
    clip-path: polygon(37rem 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 767px) {
  #footer {
    background-image: url(../img/f-bg-sp.jpg);
    padding: 9.5rem 0 2rem;
    text-align: center;
  }
  #footer .u_inner {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .f_row .right {
    margin-top: 2rem;
    width: 62rem;
  }
}

.f_logo img {
  width: 8rem;
}

.f_info {
  font-size: 1.5rem;
  line-height: 2.13;
  margin: 5rem 0 4.5rem;
}

@media screen and (max-width: 767px) {
  .f_info {
    margin: 5rem 0 3rem;
  }
}

.f_num {
  font-size: 1.5rem;
}

.f_sns {
  margin-top: 3.5rem;
}

.f_sns img {
  width: 3.5rem;
}

.f_nav {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
  margin-bottom: 17rem;
}

@media screen and (max-width: 767px) {
  .f_nav {
    margin: 5rem auto 10rem;
    width: 29rem;
    gap: 3.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .f_nav li:nth-child(4n + 1) {
    width: 19rem;
  }
  .f_nav li:nth-child(4n + 2) {
    width: 18rem;
  }
  .f_nav li:nth-child(4n + 3) {
    width: 16.5rem;
  }
}

@media screen and (max-width: 767px) {
  .f_nav li {
    text-align: left;
    width: calc(100% - 19rem);
    font-size: 1.6rem;
  }
  .f_nav li:nth-child(2n + 1) {
    width: 19rem;
  }
}

.f_nav a {
  display: block;
  position: relative;
  padding-left: 1.2em;
}

.f_nav a:before {
  content: '';
  position: absolute;
  width: .8rem;
  height: .8rem;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: .5em;
  left: 0;
}

.f_nav a:hover {
  color: inherit;
}

.f_copy {
  font-size: 1.2rem;
  color: #787878;
}

@media screen and (min-width: 768px) {
  .f_copy {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 1rem;
    text-align: left;
    font-size: 1.06rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  position: relative;
  z-index: 2;
  background: #e6002d;
  padding: 13rem 0 15rem;
}

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

.top_main:before {
  content: '';
  position: absolute;
  background: url(../img/mv-bg.png) no-repeat center bottom/cover;
  height: 55rem;
  width: 100%;
  z-index: 1;
  top: 0;
}

@media screen and (max-width: 767px) {
  .top_main:before {
    height: 35.6rem;
    background: #fff;
  }
}

.top_main .slide {
  margin-left: calc(50% - 18rem);
  width: 114.5rem;
}

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

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

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

.top_main dt em {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_main dt em {
    color: #e6002d;
  }
}

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

.top_main dd {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

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

@media screen and (min-width: 768px) {
  .top_main dl {
    position: absolute;
    top: 19rem;
    left: calc(50% - 60rem);
    z-index: 2;
  }
}

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

.top_main .mail {
  position: absolute;
  top: 62rem;
  left: calc(50% - 59rem);
}

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

.top_main .mail img {
  width: 21.9rem;
}

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

.top_main .mail a {
  display: block;
}

.top_main .mail p {
  position: absolute;
  width: 19rem;
  right: 1rem;
  text-align: center;
  top: 6.7rem;
  font-size: 2rem;
  color: #e6002d;
  font-weight: bold;
  background: url(../img/ico-traiangle.svg) no-repeat center bottom/2.2rem;
  padding-bottom: 4.4rem;
}

@media screen and (max-width: 767px) {
  .top_main .mail p {
    width: 13.8rem;
    font-size: 1.7rem;
    top: 4.5rem;
    right: .8rem;
    background-size: 1.6rem;
    padding-bottom: 3rem;
  }
}

.top_main .mail p i {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: .5em;
}

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

.top_main .catch {
  display: flex;
  overflow: hidden;
  margin-top: 6rem;
}

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

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

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

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

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

.top_main .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

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

.top_about {
  text-align: center;
  position: relative;
  z-index: 1;
}

.top_about .box {
  position: relative;
  padding: 20rem 0 22rem;
}

@media screen and (max-width: 767px) {
  .top_about .box {
    padding: 16rem 0;
  }
}

.top_about .box img {
  position: absolute;
}

.top_about .box img.a {
  left: calc(50% - 70.5rem);
  top: -3rem;
  width: 19rem;
}

@media screen and (max-width: 767px) {
  .top_about .box img.a {
    width: 12.7rem;
    left: -4.2rem;
    top: -2.4rem;
  }
}

.top_about .box img.b {
  top: 49rem;
  left: calc(50% - 92rem);
  width: 42rem;
}

@media screen and (max-width: 767px) {
  .top_about .box img.b {
    left: -8rem;
    top: auto;
    bottom: 18rem;
    width: 22.4rem;
  }
}

.top_about .box img.c {
  top: 11.5rem;
  right: calc(50% - 70rem);
  width: 31rem;
}

@media screen and (max-width: 767px) {
  .top_about .box img.c {
    top: 4rem;
    right: -3.5rem;
    width: 20.8rem;
  }
}

.top_about .box img.d {
  bottom: -2rem;
  right: calc(50% - 83.5rem);
  width: 33.5rem;
}

@media screen and (max-width: 767px) {
  .top_about .box img.d {
    width: 22.4rem;
    right: -3rem;
  }
}

.top_about figure img {
  width: 100%;
}

.top_about p {
  line-height: 2.25;
}

@media screen and (min-width: 768px) {
  .top_about p {
    line-height: 2.82;
    font-size: 1.7rem;
  }
}

.top_about ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .top_about ul {
    margin-top: 5.6rem;
    gap: .8rem;
    flex-direction: column;
  }
}

.top_sec {
  position: relative;
  z-index: 0;
}

.top_sec .sub {
  position: absolute;
  top: -2rem;
  z-index: -1;
  font-size: 20rem;
  font-weight: 600;
  right: calc(50% - 75rem);
}

@media screen and (max-width: 767px) {
  .top_sec .sub {
    font-size: 11.3rem;
    right: 1.6rem;
  }
}

.top_sec .sub i {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #f0f0f0;
  line-height: 1;
  display: block;
}

.top_service {
  padding: 21rem 0;
  position: relative;
  z-index: 0;
}

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

.top_service:before {
  content: '';
  position: absolute;
  width: calc(50% - 20rem);
  background: #f5f5f5;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, calc(100% - 60rem) 100%, 0% 100%);
  z-index: -1;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .top_service:before {
    height: 94rem;
    width: 41.7rem;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
}

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

.top_service .c_ttl {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .top_service .c_ttl {
    margin-bottom: 4rem;
  }
}

.top_service .c_btn {
  margin-top: 7rem;
  text-align: left;
}

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

.top_service .row p {
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .top_service .row p {
    letter-spacing: -.02em;
  }
}

@media screen and (min-width: 768px) {
  .top_service .row p {
    line-height: 2.35;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 768px) {
  .top_service .row {
    display: flex;
    gap: 14rem;
    align-items: center;
  }
  .top_service .row .slide {
    width: calc(50% - 8rem);
  }
  .top_service .row .slide img {
    height: 70rem;
    width: 100%;
    max-width: 72rem;
    object-fit: cover;
    display: block;
    margin-left: auto;
  }
}

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

@media screen and (min-width: 768px) {
  .top_service .desc {
    width: 54rem;
  }
}

@media screen and (max-width: 767px) {
  .top_service .slide {
    margin-right: 2.7rem;
  }
}

.top_service .catch {
  display: flex;
  overflow: hidden;
  margin-top: 20rem;
}

@media screen and (max-width: 767px) {
  .top_service .catch {
    margin-top: 12rem;
  }
}

.top_service .catch p {
  animation: scroll-left 150s infinite linear .5s both;
  padding-right: 14rem;
  display: flex;
  gap: 14rem;
}

@media screen and (max-width: 767px) {
  .top_service .catch p {
    padding-right: 8rem;
    gap: 8rem;
  }
}

.top_service .catch img {
  height: 21rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .top_service .catch img {
    height: 14.4rem;
  }
}

.top_service .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_project {
  background: url(../img/top-project-bg.jpg) no-repeat center top/cover;
  color: #fff;
  z-index: 1;
  position: relative;
}

.top_project a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 18rem 0 17rem;
}

.top_project a:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_project a:hover {
    color: inherit;
    opacity: i;
  }
  .top_project a:hover:after {
    animation: 2s 0s shine linear;
  }
}

@media screen and (max-width: 767px) {
  .top_project a {
    padding: 9rem 0 15rem;
  }
}

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

@media screen and (max-width: 767px) {
  .top_project {
    white-space: nowrap;
    background-image: url(../img/top-project-bg-sp.jpg);
  }
}

.top_project .ttl {
  font-size: 6.4rem;
  font-weight: bold;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .top_project .ttl {
    font-size: 3.8rem;
    letter-spacing: 0;
    margin-bottom: .2em;
  }
}

.top_project .ttl i {
  background: #e6002d;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 3em;
  padding: .4em 1em;
}

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

.top_project p {
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .top_project p {
    font-size: 1.7rem;
    line-height: 2.35;
  }
}

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

.top_project .box:before {
  content: '';
  position: absolute;
  height: 100%;
  background: url(../img/btn-arrow-right01.svg) no-repeat 50%/contain;
  width: 10.1rem;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .top_project .box:before {
    height: 12rem;
    width: 7rem;
    right: 2.7rem;
  }
}

@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.works_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem 4rem;
}

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

.works_list figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 580 / 377;
}

.works_list p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.54;
  margin-top: 1.5em;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .works_list p {
    font-size: 1.45rem;
    margin-top: .8em;
  }
}

.works_list i {
  background: #e6002d;
  border-radius: 0 0 1rem 0;
  color: #fff;
  position: absolute;
  left: 0;
  letter-spacing: .4em;
  top: 0;
  text-align: center;
  width: 10rem;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .works_list i {
    font-size: 1.06rem;
    width: 5.6rem;
    line-height: 2.4rem;
    border-radius: 0 0 .67rem 0;
  }
}

.works_list a {
  position: relative;
  display: block;
}

.works_list a:hover {
  color: inherit;
}

.top_works {
  position: relative;
  padding: 11rem 0;
}

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

.top_works .c_ttl + p {
  text-align: center;
  line-height: 2;
  margin-bottom: 9rem;
}

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

.top_works .c_btn {
  margin-top: 7.5rem;
}

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

.top_news {
  background: #f0f0f0;
  padding: 11rem 0;
  position: relative;
  z-index: 0;
}

.top_news:before {
  content: '';
  position: absolute;
  width: calc(50% - 11rem);
  background: #f5f5f5;
  height: 100%;
  clip-path: polygon(37rem 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .top_news:before {
    background: #ebebeb;
    width: 30rem;
    height: 67rem;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
  }
}

.top_news .u_inner {
  position: relative;
}

.top_news .sns {
  position: absolute;
  right: 37.5rem;
  top: 5rem;
}

@media screen and (max-width: 767px) {
  .top_news .sns {
    right: auto;
    left: 22rem;
    top: 3.5rem;
  }
}

.top_news .sns img {
  width: 3.5rem;
}

@media screen and (min-width: 768px) {
  .top_news {
    padding: 14rem 0;
  }
  .top_news .c_btn {
    position: absolute;
    top: 4rem;
    right: 0;
  }
}

.top_news ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .top_news ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_news figure {
    margin-bottom: 2rem;
  }
}

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

.top_news figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 370 / 246;
}

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

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

.top_news li a {
  display: block;
}

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

@media screen and (max-width: 767px) {
  .top_news li a {
    display: flex;
    justify-content: space-between;
  }
}

.top_news li small {
  font-size: 1.5rem;
  margin-right: .6em;
}

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

.top_news li i {
  font-size: 1.3rem;
  border: solid 1px #141414;
  padding: .2em 1em;
}

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

.top_news li p {
  font-size: 2.2rem;
  line-height: 1.54;
  font-weight: 500;
}

.top_news li p + p {
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .top_news li p {
    font-size: 1.6rem;
  }
}

.top_recruit {
  position: relative;
  z-index: 0;
}

.top_recruit p {
  line-height: 2;
}

.top_recruit .c_btn {
  text-align: left;
  margin-top: 7rem;
}

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

.top_recruit .sub {
  position: absolute;
  bottom: 0;
  color: rgba(200, 200, 200, 0.2);
  font-size: 23rem;
  line-height: 1;
  font-weight: 600;
  bottom: -.1em;
  left: -.1em;
}

@media screen and (max-width: 767px) {
  .top_recruit .sub {
    font-size: 13.3rem;
    bottom: -.16em;
    left: -.12em;
  }
}

.top_recruit .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .top_recruit .wrap {
    padding: 10rem 0 0;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .top_recruit .wrap .u_inner {
    padding-left: 76rem;
    position: relative;
    top: 50%;
    translate: 0 -50%;
  }
  .top_recruit .wrap:before {
    content: '';
    position: absolute;
    width: 124rem;
    height: 100%;
    clip-path: polygon(20% 0%, 100% 0, 76% 100%, 0% 100%);
    background: #fff;
    z-index: -1;
    left: calc(50% - 23.5rem);
  }
}

@media screen and (min-width: 768px) {
  .top_recruit .slide {
    display: flex;
    overflow: hidden;
  }
  .top_recruit .slide p {
    animation: scroll-left 70s infinite linear .5s both;
    display: flex;
  }
  .top_recruit .slide img {
    height: 77rem;
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .top_recruit .slide img {
    height: 8rem;
  }
}

.top_recruit .slide {
  position: relative;
}

.top_recruit .slide:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 2;
  opacity: .5;
}

.top_recruit .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.low_header2 {
  position: relative;
  z-index: 0;
  padding-top: 19rem;
  padding-left: calc(50% - 60rem);
  margin-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .low_header2 {
    padding-left: 2.7rem;
    padding-top: 13rem;
    margin-bottom: 12rem;
  }
}

.low_header2:before {
  content: '';
  position: absolute;
  height: 84rem;
  background: #f5f5f5;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}

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

.low_header2:after {
  content: '';
  position: absolute;
  width: calc(50% - 23rem);
  background: #f0f0f0;
  height: 100%;
  clip-path: polygon(37rem 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .low_header2:after {
    background: #ebebeb;
    width: 30rem;
    height: 67rem;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
  }
}

.low_header2 figure img {
  width: 100%;
  height: 58rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .low_header2 figure img {
    height: 30rem;
  }
}

.low_header2 .c_ttl {
  text-align: left;
  margin-bottom: 14rem;
  font-size: 5.8rem;
}

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

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

.low_nav2 {
  margin-bottom: 12rem;
}

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

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

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

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

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

.low_nav2 a {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6002d;
  font-size: 1.8rem;
  position: relative;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .low_nav2 a:hover {
    background: #e6002d;
    color: #fff;
    opacity: 1;
  }
  .low_nav2 a:hover:after {
    background: #fff;
  }
}

.low_nav2 a:after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.4rem;
  height: 1rem;
  background: #e6002d;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  right: 3rem;
  transition: background .3s;
}

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

.low_sec {
  position: relative;
  padding-top: 4rem;
}

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

.low_sec .sub {
  position: absolute;
  white-space: nowrap;
  top: 0;
  color: #f0f0f0;
  font-size: 24rem;
  font-weight: 600;
  line-height: 1;
  top: -.35em;
  left: calc(50% - 25.5rem);
}

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

.com_msg {
  margin-bottom: 20rem;
}

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

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

@media screen and (min-width: 768px) {
  .com_msg .row {
    margin-top: 12rem;
    display: flex;
    gap: 14rem;
  }
  .com_msg .row.a figure img {
    margin-left: auto;
  }
  .com_msg .row.b {
    flex-direction: row-reverse;
  }
  .com_msg .row figure {
    width: calc(50% - 8rem);
  }
  .com_msg .row figure img {
    width: 72rem;
    height: 70rem;
    object-fit: cover;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .com_msg .row .ttl {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .com_msg .row img {
    width: 1005;
  }
}

.com_msg .bg {
  position: relative;
  padding-top: 14rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .com_msg .bg {
    padding-top: 10rem;
  }
}

.com_msg .bg:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 118rem;
  background: #f8f8f8;
  width: calc(50% + 16rem);
  z-index: -1;
  clip-path: polygon(53rem 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .com_msg .bg:before {
    display: none;
  }
}

.com_msg .ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.7;
  color: #e6002d;
  margin-bottom: 3.5rem;
}

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

.com_msg p {
  line-height: 2.625;
}

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

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

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

@media screen and (min-width: 768px) {
  .com_msg .desc {
    margin-top: 3rem;
    width: 54rem;
  }
}

.com_msg .sign {
  display: flex;
  justify-content: space-between;
  margin-top: 9rem;
}

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

.com_msg .sign dl {
  text-align: right;
}

.com_msg .sign dd img {
  width: 25.7rem;
}

.com_msg .sign dt {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: .6em;
}

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

.com_msg .sign dt small {
  font-size: 1.8rem;
  margin-right: 1em;
}

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

.com_msg .img {
  margin: 14.5rem 0 7rem;
}

.profile_modal .c_ttl {
  font-size: 4rem;
}

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

.profile_modal .c_ttl small {
  font-size: .65em;
}

@media screen and (max-width: 767px) {
  .profile_modal .c_ttl small {
    display: block;
  }
}

.profile_modal .img {
  display: flex;
  gap: 1px;
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 767px) {
  .profile_modal .img {
    margin-bottom: 4rem;
  }
}

.profile_modal .com_sec {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .profile_modal .com_sec {
    display: flex;
    gap: 2rem;
    white-space: nowrap;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .profile_modal .com_sec dl {
    width: 50%;
  }
}

.profile_modal p {
  line-height: 2;
}

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

.profile_modal .ttl {
  color: #e6002d;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 3.5rem;
}

.profile_modal .history {
  padding-top: 8rem;
  margin-top: 10rem;
  border-top: solid 1px #c8c8c8;
}

@media screen and (max-width: 767px) {
  .profile_modal .history {
    padding-top: 5rem;
    margin-top: 6rem;
  }
}

.profile_modal .history dl {
  background: #f5f5f5;
  padding: 7.5rem 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .profile_modal .history dl {
    padding: 4rem 2.7rem;
  }
}

.profile_modal .history dt, .profile_modal .history dd {
  line-height: 2;
}

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

.profile_modal .history dt {
  width: 12.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .profile_modal .history dt {
    width: 9rem;
  }
}

.profile_modal .history dt:nth-last-of-type(1):before {
  height: 100%;
  top: 0;
}

.profile_modal .history dt:before {
  content: '';
  position: absolute;
  right: 0;
  height: calc(100% + 3rem);
  border-right: solid 1px #dcdcdc;
  top: .3rem;
}

.profile_modal .history dt:after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #787878;
  right: -.5rem;
  top: 1.2rem;
}

.profile_modal .history dd {
  width: calc(100% - 18rem);
}

@media screen and (max-width: 767px) {
  .profile_modal .history dd {
    width: calc(100% - 11rem);
  }
}

.profile_modal .history p {
  font-size: 1.5rem;
  line-height: 1.866;
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(20, 20, 20, 0.92);
  z-index: 9999;
  display: none;
}

.popup-modal .close {
  cursor: pointer;
  z-index: 1;
  background: #e6002d;
  color: #fff;
  width: 30rem;
  border-radius: 1rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  gap: .9em;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .popup-modal .close {
    width: 24rem;
    font-size: 1.6rem;
    height: 6rem;
  }
}

.popup-modal .close img {
  width: .944em;
}

.popup-modal .close.a {
  top: -6.6rem;
  right: 0;
  height: 6.6rem;
  border-radius: 1rem 1rem 0 0;
}

@media screen and (max-width: 767px) {
  .popup-modal .close.a {
    height: 5rem;
    top: -5rem;
  }
}

.popup-modal .close.b {
  margin: 10rem auto 0;
  left: 50%;
  translate: -50% 0;
  bottom: -14rem;
}

@media screen and (max-width: 767px) {
  .popup-modal .close.b {
    bottom: -10rem;
  }
}

.popup-modal .wrap {
  display: flex;
  height: calc(100vh - 26rem);
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .popup-modal .wrap {
    margin-top: 8rem;
    height: calc(100vh - 22rem);
  }
}

.popup-modal .box {
  width: 120rem;
  max-width: calc(100% - 4rem);
  margin: auto;
  position: relative;
  background: #fff;
  border-top: solid 0.4rem #e6002d;
}

.popup-modal .scroll {
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 26rem);
  padding: 9rem 10rem;
}

@media screen and (max-width: 767px) {
  .popup-modal .scroll {
    padding: 4rem 2.7rem;
    max-height: calc(100vh - 22rem);
  }
}

body.show-modal {
  overflow-y: hidden;
}

@media screen and (min-width: 768px) {
  .com_sec .c_ttl {
    margin-bottom: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .com_sec dl {
    border-top: solid 1px #c8c8c8;
    display: flex;
    flex-wrap: wrap;
  }
}

.com_sec dt, .com_sec dd {
  padding: 2em 1.5em;
  line-height: 2;
}

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

.com_sec dt {
  background: #e6002d;
  color: #fff;
}

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

@media screen and (min-width: 768px) {
  .com_sec dt {
    width: 20rem;
    border-bottom: solid 1px #c8c8c8;
  }
}

@media screen and (min-width: 768px) {
  .com_sec dd {
    border-bottom: solid 1px #c8c8c8;
    width: calc(100% - 20rem);
  }
}

.com_sec dd a {
  color: #e6002d;
  text-decoration: underline;
}

.com_info {
  padding: 18rem 0;
  background: #f5f5f5;
}

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

.com_history {
  padding: 18rem 0;
}

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

.com_form {
  padding: 17rem 0 20rem;
  background: #f5f5f5;
}

.com_form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  background-color: transparent;
}

.com_form div.wpcf7 .ajax-loader:before {
  content: none;
}

.com_form .wpcf7-spinner {
  display: none !important;
}

.com_form span.wpcf7-list-item {
  margin: 0;
  display: inline;
}

.com_form .wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}

.com_form input:-webkit-autofill, .com_form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
  -webkit-text-fill-color: #333;
}

.com_form input[readonly], .com_form textarea[readonly], .com_form select[readonly] {
  border: none !important;
  background: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .com_form {
    padding: 9rem 0 10rem;
  }
}

.com_form .head {
  margin-bottom: 5rem;
}

.com_form .head p {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .com_form .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10rem;
  }
  .com_form .head p {
    text-align: right;
  }
  .com_form .head .c_ttl {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .com_form dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5rem 0;
  }
}

.com_form dt {
  position: relative;
}

.com_form dt em {
  position: absolute;
  right: 0;
  background: #e6002d;
  color: #fff;
  padding: .3em .9em .3em 1em;
  font-size: 1.4rem;
  letter-spacing: .3em;
}

@media screen and (max-width: 767px) {
  .com_form dt {
    margin-bottom: .8em;
  }
}

@media screen and (min-width: 768px) {
  .com_form dt {
    width: 27rem;
    padding-top: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .com_form dd {
    margin-bottom: 3rem;
  }
}

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

.com_form dd input[type="text"], .com_form dd input[type="email"], .com_form dd input[type="tel"], .com_form dd textarea, .com_form dd select {
  background: #fff;
  width: 100%;
  padding: 1.5em;
  border-radius: .375em;
}

.com_form dd select {
  width: auto;
}

.com_form dd textarea {
  height: 12em;
  display: block;
}

@media screen and (min-width: 768px) {
  .com_form dd.check {
    padding-top: 1.5em;
  }
}

.com_form dd.check input {
  accent-color: #e6002d;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -.2em;
  margin-right: .8em;
}

.com_form dd .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3em;
}

.com_form .doui2 {
  text-align: center;
  background: #fff;
  margin: 8rem 0;
  border: solid 1px #141414;
  padding: 3.5em 1.5em;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .com_form .doui2 {
    margin: 6rem 0;
    padding: 2em 1.5em;
  }
}

.com_form .doui2 input {
  accent-color: #e6002d;
  margin-right: .8em;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -.2em;
}

.serv_lead .sub {
  left: calc(50% - 17rem);
}

.serv_lead .lead {
  line-height: 2.625;
}

.serv_lead .box {
  padding: 12rem 0;
}

.serv_lead .bg {
  background: #f5f5f5;
  margin-top: 15rem;
}

.serv_lead li + li {
  border-top: solid 1px #c8c8c8;
  margin-top: 10rem;
  padding-top: 10rem;
}

@media screen and (min-width: 768px) {
  .serv_lead li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .serv_lead li figure {
    width: 59rem;
  }
  .serv_lead li dl {
    width: 54rem;
  }
}

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

.serv_lead .ttl {
  font-size: 4rem;
  font-weight: bold;
  color: #e6002d;
  border-bottom: solid 2px #e6002d;
  padding-bottom: 1em;
  margin-bottom: 10rem;
}

.serv_lead dt {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: .02em;
  margin-bottom: .9em;
}

.serv_lead dt i {
  display: block;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .02em;
  color: #e6002d;
  font-weight: 400;
}

.serv_lead dd {
  line-height: 2;
  letter-spacing: .02em;
}

.serv_active {
  background: #f5f5f5;
  padding: 17rem 0 0;
}

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

.serv_active .sub {
  top: 7rem;
  color: #fff;
  left: calc(50% - 17rem);
}

.serv_active .ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .02em;
  color: #e6002d;
  margin-bottom: 1em;
}

.serv_active .row {
  margin-top: 14rem;
}

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

.serv_active .row p {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .serv_active .row {
    display: flex;
    align-items: center;
    gap: 14rem;
  }
  .serv_active .row.a figure img {
    margin-left: auto;
  }
  .serv_active .row.b {
    flex-direction: row-reverse;
  }
  .serv_active .row figure {
    width: calc(50% - 8rem);
  }
  .serv_active .row figure img {
    width: 72rem;
    height: 70rem;
    object-fit: cover;
    display: block;
  }
}

.serv_active .row dl {
  margin-top: 3rem;
}

.serv_active .row dt {
  color: #fff;
  background: #e6002d;
  display: inline-block;
  border-radius: 3em;
  font-weight: 500;
  font-size: 1.5rem;
  padding: .4em 1.7em;
  margin: 2.4em 0 .2em;
}

.serv_active .row li {
  line-height: 1.625;
  position: relative;
  padding-left: 1em;
  margin-top: .6em;
}

.serv_active .row li:before {
  content: '●';
  font-size: .5em;
  color: #e6002d;
  position: absolute;
  left: 0;
  top: .9em;
}

@media screen and (max-width: 767px) {
  .serv_active .row .desc {
    margin: 7rem 2.7rem 0;
  }
}

@media screen and (min-width: 768px) {
  .serv_active .row .desc {
    width: 54rem;
  }
}

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

.serv_active .slide p {
  animation: scroll-left 80s infinite linear .5s both;
  display: flex;
}

.serv_active .slide img {
  height: 35rem;
  max-width: none;
}

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

.serv_active .ttl2 {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 5rem;
}

.serv_active .top_news {
  margin-top: 14rem;
  background: #eeeeee;
}

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

.serv_active .top_news:before {
  content: none;
}

@media screen and (min-width: 768px) {
  .serv_active .c_btn {
    top: -1rem;
  }
}

.rec_msg {
  margin-bottom: 18rem;
}

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

.rec_msg .row {
  margin-bottom: 16rem;
}

@media screen and (max-width: 767px) {
  .rec_msg .row {
    margin-bottom: 10rem;
  }
}

.rec_msg .row p {
  line-height: 2;
  letter-spacing: .02em;
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .rec_msg .row {
    display: flex;
    align-items: center;
    gap: 12rem;
    flex-direction: row-reverse;
  }
  .rec_msg .row figure {
    width: calc(50% - 8rem);
  }
  .rec_msg .row figure img {
    width: 72rem;
    height: 70rem;
    object-fit: cover;
    display: block;
  }
}

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

@media screen and (min-width: 768px) {
  .rec_msg .desc {
    width: 56rem;
    order: 2;
  }
}

.rec_msg .ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #e6002d;
  margin-bottom: 1em;
}

.rec_msg ul {
  border: solid 2rem #f0f0f0;
  padding: 7.5rem 0 7rem;
  display: flex;
  gap: 5rem 10rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .rec_msg ul {
    padding: 5rem 0 7rem;
    flex-direction: column;
  }
}

.rec_msg li {
  text-align: center;
}

.rec_msg li img {
  width: 24rem;
}

.rec_msg li p {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1em;
}

.rec_works {
  background: #f5f5f5;
  padding: 17rem 0 18rem;
}

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

.rec_works .sub {
  top: 7rem;
  color: #fff;
  left: calc(50% + 2.4rem);
}

.rec_works .c_ttl {
  margin-bottom: 11rem;
}

.rec_works li {
  border-top: solid 1px #c8c8c8;
  padding-top: 10rem;
}

.rec_msg2 {
  padding: 17rem 0 18rem;
}

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

.rec_msg2 .sub {
  top: 7rem;
  left: calc(50% - 1.2rem);
}

.rec_msg2 .c_ttl {
  margin-bottom: 13rem;
}

.rec_msg2 .row {
  margin-top: 10rem;
}

@media screen and (min-width: 768px) {
  .rec_msg2 .row {
    margin-top: 16rem;
    display: flex;
    align-items: center;
    gap: 12rem;
  }
  .rec_msg2 .row.a figure {
    order: 1;
  }
  .rec_msg2 .row.a figure img {
    margin-left: auto;
  }
  .rec_msg2 .row.a dl {
    order: 2;
  }
  .rec_msg2 .row.b {
    flex-direction: row-reverse;
  }
  .rec_msg2 .row figure {
    width: calc(50% - 8rem);
  }
  .rec_msg2 .row figure img {
    width: 72rem;
    height: 70rem;
    object-fit: cover;
    display: block;
  }
}

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

@media screen and (min-width: 768px) {
  .rec_msg2 dl {
    width: 54.5rem;
  }
}

.rec_msg2 dt {
  background-color: #e6002d;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 4rem;
  font-weight: bold;
  display: inline;
  color: #fff;
  padding: 0 .5em;
  line-height: 1.7;
}

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

.rec_msg2 dd {
  line-height: 2;
  letter-spacing: -.02em;
  margin-top: 5rem;
}

.rec_msg2 dd p {
  font-weight: 500;
  margin-top: 3rem;
  text-align: right;
  font-size: 2.6rem;
}

.rec_msg2 dd small {
  background: #f0f0f0;
  padding: .4em .6em;
  margin-right: 2em;
  letter-spacing: .02em;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .rec_info .nav {
    margin-bottom: 6rem;
    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: 8rem;
}

.rec_info .c_btn {
  margin-top: 8rem;
}

.rec_info .ttl {
  color: #e6002d;
  border-left: solid 0.1em #e6002d;
  padding-left: .5em;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 7rem;
}

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

.rec_info .bg {
  background: #f5f5f5;
  padding: 18rem 0 12rem;
}

.rec_info .bg .c_ttl {
  margin: 0;
}

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

.rec_info .job {
  padding: 11rem 0 14rem;
}

.rec_info .job .nav a {
  height: 10rem;
}

.rec_info .career {
  padding: 13rem 0 16rem;
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .rec_info table {
    border-top: solid 1px #c8c8c8;
  }
}

.rec_info th, .rec_info td {
  padding: 2em 1.5em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .rec_info th, .rec_info td {
    float: left;
    width: 100%;
    padding: .8em 1em;
    line-height: 1.875;
  }
}

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

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

@media screen and (min-width: 768px) {
  .rec_info th {
    width: 20rem;
    border-bottom: solid 1px #c8c8c8;
  }
}

@media screen and (min-width: 768px) {
  .rec_info td {
    border-bottom: solid 1px #c8c8c8;
    width: calc(100% - 20rem);
  }
}

.rec_info td a {
  color: #e6002d;
  text-decoration: underline;
}

.work_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5rem 5rem;
}

@media screen and (max-width: 767px) {
  .work_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}

.work_list figure {
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .work_list figure {
    border-radius: .667rem;
  }
}

.work_list figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 366 / 455;
}

.work_list li p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.77;
}

.work_list li i {
  display: block;
  color: #3078d5;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: .8em;
}

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

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

.work_cat {
  margin: 0 0 10rem;
}

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

.work_cat select {
  border: solid 1px #e6002d;
  padding: 1.4em .8em;
  color: #e6002d;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  min-width: 30rem;
}

@media screen and (max-width: 767px) {
  .work_cat select {
    padding: 1em .8em;
    min-width: 0;
  }
}

.works_body {
  margin: 0 0 18rem;
}

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

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

@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: #e6002d;
  font-weight: bold;
  border: solid 1px #e6002d;
}

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

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

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

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

.work_body {
  margin: 10rem 0;
}

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

.work_body .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.work_body .slide {
  margin-bottom: 7rem;
}

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

.work_body .slide img {
  aspect-ratio: 900 / 600;
  object-fit: cover;
}

.work_body .ttl {
  font-size: 3.4rem;
  font-weight: bold;
  border-bottom: solid 1px #c8c8c8;
  padding-bottom: 5rem;
  margin-bottom: 7.5rem;
}

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

.work_body .ttl i {
  background: #e6002d;
  color: #fff;
  letter-spacing: .4em;
  text-align: center;
  font-size: 1.6rem;
  padding: .5em 1.5em .5em 1.7em;
  display: inline-block;
  margin-bottom: 1.3em;
}

.work_body table {
  margin-top: 7.5rem;
}

@media screen and (min-width: 768px) {
  .work_body table {
    border-top: solid 1px #c8c8c8;
  }
}

.work_body p {
  line-height: 2;
}

.work_body th, .work_body td {
  padding: 2em 1.5em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .work_body th, .work_body td {
    float: left;
    width: 100%;
    padding: .8em 1em;
    line-height: 1.875;
  }
}

.work_body th {
  background: #e6002d;
  color: #fff;
  text-align: left;
}

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

@media screen and (min-width: 768px) {
  .work_body th {
    width: 20rem;
    border-bottom: solid 1px #c8c8c8;
  }
}

@media screen and (min-width: 768px) {
  .work_body td {
    border-bottom: solid 1px #c8c8c8;
    width: calc(100% - 20rem);
  }
}

.work_body td p + p {
  margin-top: 1em;
}

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

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

.blog_list img {
  width: 100%;
  aspect-ratio: 315 / 194;
  object-fit: cover;
}

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