@charset "UTF-8";
@import "../node_modules/bootstrap-icons/font/bootstrap-icons.min.css";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

::-moz-selection {
  color: #ffffff;
  background-color: #710417;
}

::selection {
  color: #ffffff;
  background-color: #710417;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  color: #000000;
  font-size: 16px;
  font-family: "century-gothic", "source-han-sans-japanese", sans-serif;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p {
  line-height: 1.5;
}

.wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrap {
    padding-right: 100px;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .wrap.js-active {
    padding-right: 0;
    transform: scale(0.5);
  }
}

/* ============================================
// footer
// ==========================================*/
.l-footer {
  background: url("../images/bg_footer.jpg") no-repeat center/cover;
  position: relative;
}
.l-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(35, 35, 35, 0.7);
  width: 100%;
  height: 100%;
}
.l-footer__logo {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 200px;
  }
}
.l-footer__nav-list-link {
  font-size: 18px;
  font-style: italic;
  padding-bottom: 4px;
  position: relative;
}
@media (hover: hover) {
  .l-footer__nav-list-link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    background-color: #ffffff;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-footer__nav-list-link:hover::before {
    bottom: 0;
    opacity: 1;
  }
}

/* ============================================
// header
// ==========================================*/
@media screen and (max-width: 767px) {
  .l-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .l-header {
    z-index: 10000;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 100;
  }
}
.l-header__logo h1 {
  width: 180px;
}
@media screen and (min-width: 768px) {
  .l-header__logo h1 {
    width: 240px;
  }
}
.l-header__inner {
  cursor: pointer;
  position: relative;
  background-color: #710417;
  width: 45px;
  height: 45px;
  z-index: 10000;
  transition-duration: 0.2s;
}
@media (hover: hover) {
  .l-header__inner:hover {
    background-color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100vh;
  }
}
.l-header__hum {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__hum {
    width: 30px;
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__hum.js-active .l-header__hum-border {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .l-header__hum.js-active .l-header__hum-border {
    height: 80%;
  }
}
.l-header__hum.js-active .l-header__hum-border:first-child {
  transform: rotate(135deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header__hum.js-active .l-header__hum-border:first-child {
    top: 50%;
    left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__hum.js-active .l-header__hum-border:first-child {
    left: 50%;
    transform: rotate(140deg);
  }
}
.l-header__hum.js-active .l-header__hum-border:last-child {
  transform: rotate(-135deg) translateY(50%);
}
@media screen and (max-width: 767px) {
  .l-header__hum.js-active .l-header__hum-border:last-child {
    bottom: 45%;
    right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__hum.js-active .l-header__hum-border:last-child {
    right: 50%;
    transform: rotate(-140deg);
  }
}
.l-header__hum-border {
  display: inline-block;
  background-color: #ffffff;
  width: 60%;
  height: 1px;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header__hum-border {
    width: 1px;
    height: 100%;
  }
}
.l-header__hum-border:first-child {
  position: absolute;
  top: 12px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .l-header__hum-border:first-child {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .l-header__hum-border:first-child {
    top: 0;
    left: 5px;
  }
}
.l-header__hum-border:last-child {
  position: absolute;
  bottom: 12px;
  right: 50%;
}
@media screen and (max-width: 767px) {
  .l-header__hum-border:last-child {
    transform: translateX(50%);
  }
}
@media screen and (min-width: 768px) {
  .l-header__hum-border:last-child {
    top: 0;
    bottom: auto;
    right: 5px;
  }
}
.l-header__nav {
  position: fixed;
  background-color: #000000;
  text-align: center;
  width: 100vw;
  height: 100vh;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(100%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    border-left: 10px solid #710417;
    top: 0;
    right: 100px;
    width: calc(50vw - 100px);
  }
}
.l-header__nav.js-active {
  transform: translateX(0);
}
.l-header__nav-inner {
  overflow-y: scroll;
  overscroll-behavior: contain;
  padding: 100px 24px 40px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__nav-inner {
    padding: 80px 40px;
  }
}
.l-header__nav-inner::-webkit-scrollbar {
  display: none;
}
.l-header__nav-logo {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .l-header__nav-logo {
    width: 200px;
  }
}
.l-header__nav-scroll {
  position: absolute;
  top: 0;
  right: -1rem;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
}
.l-header__nav-scroll::before {
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 56px;
}
.l-header__nav-scroll::after {
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
  animation: scroll_circle 2.5s ease-in-out infinite;
}
.l-header__nav-list li {
  text-align: center;
}
.l-header__nav-list li:not(:last-child) a {
  margin-bottom: 1.5em;
}
.l-header__nav-list li > a {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 0.3em;
  font-style: italic;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list li > a {
    font-size: 32px;
  }
}
@media (hover: hover) {
  .l-header__nav-list li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-header__nav-list li > a:hover::before {
    transform: scale(1, 1);
  }
}

@keyframes scroll_circle {
  0% {
    opacity: 1;
    top: calc(100% + 1em);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: calc(100% + 1em + 56px);
  }
}
.l-header__loading {
  position: fixed;
  background-color: #000000;
  width: 100%;
  height: 100vh;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(-100%);
  will-change: transform, opacity;
  opacity: 0;
  z-index: 1000;
}
.l-header__loading-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
}
@media screen and (min-width: 768px) {
  .l-header__loading-svg {
    width: 400px;
  }
}

/* ============================================
// main component
// ==========================================*/
.l-main__heading {
  font-size: clamp(28px, 3vw, 48px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}
.l-main__heading span {
  content: attr(data-title);
  display: block;
  color: #710417;
  font-size: 52%;
  letter-spacing: 0.05em;
  margin-bottom: 0.9em;
  position: relative;
}
.l-main__heading span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-101%, -50%);
  content: "";
  background-color: #710417;
  width: 100vw;
  height: 1px;
}
.l-main__h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .l-main__h2 {
    font-size: 64px;
  }
}
.l-main__h2 span {
  display: block;
  font-size: 30%;
  margin-top: 0.5em;
}

/* ============================================
// hero
// ==========================================*/
.l-main__hero {
  height: 100vh;
}
.l-main__hero-slider {
  height: 100%;
}
.l-main__hero-slide {
  width: 100%;
  height: 100%;
}
.l-main__hero-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-main__hero .swiper-slide-active img,
.l-main__hero .swiper-slide-duplicate-active img,
.l-main__hero .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}

.l-main__hero-catch {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #ffffff;
  width: 100%;
  z-index: 1;
  opacity: 0;
  animation: slideUp 1.5s ease-out 2.5s forwards;
}
.l-main__hero-catch-h2 {
  font-size: clamp(48px, 5.785vw, 108px);
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}
.l-main__hero-catch-h2 span {
  font-size: 85%;
}
.l-main__hero-catch-en {
  font-size: clamp(24px, 3vw, 120px);
  font-weight: bold;
  font-style: italic;
  margin-top: 0.5em;
  margin-left: 0.2em;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    top: calc(50% + 20px);
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}
/* ============================================
// intro
// ==========================================*/
@media screen and (min-width: 1024px) {
  #l-main__intro-concept {
    background: url("../images/bg_intro-concept.png") no-repeat center/cover;
    height: 122.7333333333vw;
  }
}

.l-main__intro-content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .l-main__intro-content {
    position: absolute;
    top: 32.5333333333vw;
    left: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .l-main__intro-catch-wrap {
    position: absolute;
    top: 64.3333333333vw;
    left: 0;
    transform: translateY(-100%);
  }
}
.l-main__intro-catch {
  color: #c1c1c1;
  font-size: clamp(80px, 9.25vw, 148px);
  font-weight: bold;
  white-space: nowrap;
  animation: flowing 22s linear infinite;
  will-change: transform;
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ============================================
// concept
// ==========================================*/
#l-main__concept .l-main__heading span::before {
  transform: translate(6em, -50%);
}

.l-main__concept {
  background-color: #f8f8f8;
}
@media screen and (min-width: 1024px) {
  .l-main__concept-block {
    position: absolute;
    top: 93.7333333333vw;
    left: auto;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 2.5rem;
  }
}
.l-main__concept-content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .l-main__concept-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .l-main__concept-circles {
    margin-right: auto;
  }
}
.l-main__concept-circles-middle {
  margin-top: -40px;
  margin-bottom: -40px;
}
.l-main__concept-circle {
  flex-shrink: 0;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #710417;
  position: relative;
  width: 135px;
  height: 135px;
}
@media screen and (min-width: 1024px) {
  .l-main__concept-circle {
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__concept-circle {
    width: 240px;
    height: 240px;
  }
}
.l-main__concept-circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .l-main__concept-circle-inner p {
    font-size: 10px;
  }
}
.l-main__concept-circle-title {
  color: #710417;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .l-main__concept-circle-title {
    font-size: 24px;
  }
}

/* ============================================
// case
// ==========================================*/
.l-main__case {
  background-color: #232323;
}

.l-main__case-block-image img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 50vh;
}
@media screen and (min-width: 1280px) {
  .l-main__case-block-image img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__case-block-cat {
    font-size: 10px;
  }
}
.l-main__case-block-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-main__case-block-title {
    font-size: 20px;
  }
}
.l-main__case-block-text {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-main__case-block-text {
    font-size: 12px;
  }
}

/* ============================================
// news
// ==========================================*/
.l-main__news-list-item-image img {
  object-fit: cover;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .l-main__news-list-item-image img {
    width: 140px;
  }
}
.l-main__news-list-item-cat {
  font-size: 10px;
}

/* ============================================
// recruit
// ==========================================*/
.l-main__recruit {
  position: relative;
}
.l-main__recruit::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  content: "RECRUIT";
  color: rgba(113, 4, 23, 0.12);
  font-size: clamp(140px, 14vw, 200px);
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
  z-index: -1;
  animation: left-to-right 3.2s ease-out infinite;
}
.l-main__recruit-heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-main__recruit-heading {
    font-size: 38px;
    white-space: nowrap;
  }
}
.l-main__recruit-images img:nth-child(2) {
  transform: translateX(-15%);
}
@media screen and (min-width: 768px) {
  .l-main__recruit-images img:nth-child(2) {
    transform: translateX(-25%);
  }
}
@media screen and (max-width: 767px) {
  .l-main__recruit-images img:nth-child(2) {
    margin-top: -15%;
  }
}

@keyframes left-to-right {
  0% {
    opacity: 0.05;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.05;
  }
}
/* ============================================
// page component
// ==========================================*/
.l-page__h2 {
  font-size: 18px;
  text-align: center;
}
.l-page__h2::before {
  display: block;
  content: attr(data-title);
  color: #710417;
  font-size: 222.2222222222%;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.l-page__h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background-image: linear-gradient(90deg, #c1c1c1 0%, #c1c1c1 45%, #232323 45%, #232323 55%, #c1c1c1 55%, #c1c1c1 100%);
  background-repeat: no-repeat;
  background-size: 80% 2px;
  background-position: center bottom;
  margin: 3em auto 1.75em;
  padding-bottom: 0.75em;
  max-width: 448px;
}
@media screen and (min-width: 768px) {
  .l-page__h3 {
    font-size: 24px;
  }
}
.l-page h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 2em 0 0.5em;
}
@media screen and (min-width: 768px) {
  .l-page h4 {
    font-size: 18px;
  }
}
.l-page ul, .l-page ol {
  margin: 1.5em 0 1em 1em;
}
.l-page ul {
  list-style-type: disc;
}
.l-page ol {
  list-style-type: decimal;
}
.l-page ul li, .l-page ol li {
  line-height: 1.5;
}
.l-page ul li:not(:last-child), .l-page ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
.l-page table {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.l-page table th, .l-page table td {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-page table th, .l-page table td {
    border-bottom: 1px dotted #c1c1c1;
  }
}
.l-page table th {
  display: block;
  font-weight: normal;
  text-align: left;
  padding: 2em 0 0.4em;
}
@media screen and (min-width: 768px) {
  .l-page table th {
    display: table-cell;
    width: 250px;
    padding: 1.5em 0;
  }
}
.l-page table td {
  display: block;
  padding: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .l-page table td {
    border-bottom: 1px dotted #c1c1c1;
  }
}
@media screen and (min-width: 768px) {
  .l-page table td {
    display: table-cell;
    padding: 1.5em 0;
  }
}

.l-page__cover-title-wrap {
  margin: 120px auto 40px;
}
@media screen and (min-width: 768px) {
  .l-page__cover-title-wrap {
    margin: 160px auto 120px;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-page__cover-title-wrap {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.l-page__cover-title {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-page__cover-title::after {
    content: "";
    display: block;
    background-color: #710417;
    width: 80px;
    height: 1px;
    margin: 24px 0;
  }
}
@media screen and (min-width: 768px) {
  .l-page__cover-title {
    margin-right: 0.6em;
    padding: 24px 1.2em 8px 0;
    border-right: 1px solid #710417;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .l-page__cover-title {
    font-size: 64px;
  }
}
.l-page__cover-title span {
  font-size: 30%;
  font-weight: normal;
  margin-top: 0.5em;
}
.l-page__cover-image img {
  object-fit: cover;
  aspect-ratio: 480/260;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page__cover-image img {
    aspect-ratio: 1500/460;
  }
}

.l-page__bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
}
@media screen and (max-width: 767px) {
  .l-page__bread {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-page__bread {
    position: absolute;
    top: 46px;
    left: 1.75rem;
    max-height: 400px;
    writing-mode: tb-rl;
    white-space: nowrap;
  }
}
.l-page__bread span {
  font-size: 12px;
}
.l-page__bread-partition {
  display: inline-block;
  background-color: #c1c1c1;
  margin: 0 8px;
  width: 20px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .l-page__bread-partition {
    width: 1px;
    height: 20px;
    margin: 8px 0;
  }
}

/* ============================================
// single component
// ==========================================*/
.l-single__content h2 {
  color: #3b3b3b;
  border-left: 3px solid #3b3b3b;
  font-size: 24px;
  margin: 2em 0 0.5em;
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-single__content h2 {
    font-size: 32px;
  }
}
.l-single__content h3 {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 500;
  margin: 2em 0 0.5em;
}
@media screen and (min-width: 768px) {
  .l-single__content h3 {
    font-size: 24px;
  }
}
.l-single__content h4 {
  color: #3b3b3b;
  font-size: 18px;
  margin: 2em 0 0.5em;
}
@media screen and (min-width: 768px) {
  .l-single__content h4 {
    font-size: 20px;
  }
}
.l-single__content ul, .l-single__content ol {
  margin: 1.5em 0 1em 1em;
}
.l-single__content ul {
  list-style-type: disc;
}
.l-single__content ol {
  list-style-type: decimal;
}
.l-single__content ul li, .l-single__content ol li {
  line-height: 1.5;
}
.l-single__content ul li:not(:last-child), .l-single__content ol li:not(:last-child) {
  margin-bottom: 0.5em;
}

/* ============================================
// case archive
// ==========================================*/
.p-archive-case__selected {
  background-color: #f8f8f8;
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .p-archive-case__selected {
    padding: 28px;
  }
}
.p-archive-case__selected-title {
  flex-shrink: 0;
  color: #710417;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-archive-case__selected-title {
    margin-right: 10%;
  }
  .p-archive-case__selected-industries {
    width: 100%;
  }
}
.p-archive-case__selected-industry-link {
  color: #6c6c6c;
}
@media screen and (max-width: 767px) {
  .p-archive-case__selected-industry-link {
    font-size: 14px;
  }
}

@media (hover: hover) {
  .p-archive-case__block:hover .p-archive-case__block-image::before {
    opacity: 1;
  }
}
.p-archive-case__block-image {
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
}
.p-archive-case__block-image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(35, 35, 35, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.4s;
}
.p-archive-case__block-image img {
  object-fit: cover;
  aspect-ratio: 5/3;
  transition-duration: 0.4s;
}
.p-archive-case__block-top {
  margin-bottom: 1rem;
}
.p-archive-case__block-customer {
  color: #710417;
  font-size: 12px;
  margin-bottom: 0.5em;
}
.p-archive-case__block-title {
  color: #232323;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.p-archive-case__block-info {
  color: #6c6c6c;
  font-size: 13px;
}
.p-archive-case__block-tag {
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #710417;
  color: #710417;
  font-size: 10px;
  padding: 4px 10px;
}

/* ============================================
// case sinle
// ==========================================*/
.p-single-case__cover {
  margin: 120px auto 40px;
}
@media screen and (min-width: 768px) {
  .p-single-case__cover {
    margin: 160px auto 120px;
  }
}
.p-single-case__cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.p-single-case__cover-catch {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 1em 0 2em;
}
@media screen and (min-width: 768px) {
  .p-single-case__cover-catch {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-single-case__cover-catch {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .p-single-case__cover-catch {
    font-size: 40px;
  }
}
.p-single-case__cover-company {
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.p-single-case__cover-company::before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 40px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .p-single-case__cover-company::before {
    width: 60px;
  }
}
.p-single-case__cover-image {
  position: relative;
}
.p-single-case__cover-image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(35, 35, 35, 0.3);
  width: 100%;
  height: 100%;
}
.p-single-case__cover-image img {
  object-fit: cover;
  aspect-ratio: 3/2;
}

.p-single-case__bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.p-single-case__bread * {
  color: #6c6c6c;
  font-size: 10px;
}
.p-single-case__bread .l-page__bread-partition {
  width: 20px;
  height: 1px;
}
.p-single-case__title {
  color: #710417;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-single-case__title {
    font-size: 28px;
  }
}

.p-single-case__detail-inner {
  background-color: #f8f8f8;
  padding: 32px;
}
@media screen and (min-width: 768px) {
  .p-single-case__detail-inner {
    padding: 64px;
  }
}
@media screen and (max-width: 639px) {
  .p-single-case__detail-logo img {
    margin: 0 auto;
    max-width: 220px;
  }
}

.p-single-case__detail-table th, .p-single-case__detail-table td {
  font-size: 14px;
  line-height: 1.5;
}
.p-single-case__detail-table tr:not(:last-child) th, .p-single-case__detail-table tr:not(:last-child) td {
  padding-bottom: 0.5em;
}
.p-single-case__detail-table th {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .p-single-case__detail-table th {
    padding-right: 2em;
  }
}

/* ============================================
// page company
// ==========================================*/
.p-company__intro {
  background-color: #f8f8f8;
}

.p-company__profile {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
  margin-top: -25%;
  position: relative;
  transform: translateX(-1.25rem);
}
@media screen and (min-width: 768px) {
  .p-company__profile {
    padding: 1.5rem 2rem;
    transform: translateX(-50%);
  }
}
.p-company__profile-title {
  color: #232323;
  font-size: 20px;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-bottom: 1em;
}
.p-company__profile-title::before {
  display: block;
  content: attr(data-title);
  color: #6c6c6c;
  font-size: 50%;
  margin-bottom: 0.5em;
}
.p-company__profile p {
  font-size: 14px;
}

/* ============================================
// contact
// ==========================================*/
.p-contact__direct {
  background-color: #f8f8f8;
}

.table-contact input,
.table-contact select,
.table-contact textarea {
  border: 1px solid #6c6c6c;
  width: 100%;
  max-width: 400px;
  padding: 0.4em;
}
.table-contact select {
  appearance: auto;
}
.table-contact input[type=checkbox] {
  width: auto;
}
.table-contact .mwform-tel-field input,
.table-contact .mwform-zip-field input {
  width: 89px;
}
@media screen and (min-width: 768px) {
  .table-contact .mwform-tel-field input,
  .table-contact .mwform-zip-field input {
    width: 124px;
  }
}
.table-contact ::placeholder {
  color: #6c6c6c;
  font-size: 13px;
}

.form-required {
  display: flex;
  align-items: center;
}
.form-required::after {
  content: "必須";
  color: #7d0d28;
  display: inline-block;
  font-size: 75%;
  border: 1px solid #7d0d28;
  margin-left: 1rem;
  padding: 0.25em 0.5em;
}

.form-optional {
  display: flex;
  align-items: center;
}
.form-optional::after {
  content: "任意";
  color: #1a580e;
  display: inline-block;
  font-size: 75%;
  border: 1px solid #1a580e;
  margin-left: 1rem;
  padding: 0.25em 0.5em;
}

span.error {
  display: inline-block;
  margin-top: 8px;
}

.p-contact__policy-inner {
  max-height: 500px;
  overflow-y: scroll;
  padding-bottom: 2em;
  padding-right: 1em;
}
.p-contact__policy-inner::-webkit-scrollbar {
  width: 10px;
}
.p-contact__policy-inner::-webkit-scrollbar-thumb {
  background-color: #6c6c6c;
  border-radius: 6px;
}
.p-contact__policy-inner::-webkit-scrollbar-track {
  background-color: #c1c1c1;
  border-radius: 6px;
}
.p-contact__policy h3 {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5em 0 0.5em;
  padding-left: 0.5em;
  border-left: 3px solid #232323;
}
@media screen and (min-width: 768px) {
  .p-contact__policy h3 {
    font-size: 22px;
  }
}

.page-id-155 .p-contact__policy-text {
  display: none;
}

/* ============================================
// news archive
// ==========================================*/
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #710417;
  line-height: 1;
  border: 1px solid #710417;
  margin: 0 0.3em;
  padding: 0.5em;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #ffffff;
  background-color: #710417;
  border-color: #710417;
  text-decoration: none;
}

.p-archive-news {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.p-archive-news__cat-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-archive-news__cat-list {
  text-align: center;
  border-right: 1px solid #c1c1c1;
  margin-right: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-archive-news__cat-list {
    margin-right: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 1em;
  }
}
.p-archive-news__cat-link {
  display: block;
}
.p-archive-news__cat-link:hover, .p-archive-news__cat-link.--current {
  color: #710417;
  text-decoration: underline;
}
.p-archive-news__block {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.p-archive-news__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-archive-news__image {
    width: 120px;
    height: 120px;
    margin-right: 40px;
  }
}
.p-archive-news__image:hover {
  opacity: 0.6;
}
.p-archive-news__meta {
  width: calc(100% - 120px);
}
@media screen and (min-width: 768px) {
  .p-archive-news__meta {
    width: calc(100% - 190px);
  }
}
.p-archive-news__meta i {
  color: #232323;
  vertical-align: middle;
}
.p-archive-news__time {
  display: block;
  color: #232323;
  font-size: 12px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-archive-news__time {
    font-size: 14px;
  }
}
.p-archive-news__title {
  line-height: 1.5;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .p-archive-news__title {
    margin-bottom: 1.5em;
  }
}
.p-archive-news__title:hover {
  text-decoration: underline;
}
.p-archive-news__cat {
  color: #232323;
  font-size: 10px;
}
.p-archive-news__cat:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-archive-news__cat {
    font-size: 12px;
  }
}

/* ============================================
// news single
// ==========================================*/
.p-news__meta {
  margin-bottom: 1.5em;
}
.p-news__time {
  color: #232323;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-news__time {
    font-size: 14px;
  }
}
.p-news__title {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  padding-bottom: 0.8em;
  border-bottom: 1px dashed #333;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 28px;
  }
}
.p-news__cats i {
  color: #232323;
  margin-right: 4px;
  vertical-align: middle;
}
.p-news__cat {
  color: #232323;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .p-news__cat {
    font-size: 12px;
  }
}
.p-news__cat:hover {
  text-decoration: underline;
}

/* ============================================
// recruit
// ==========================================*/
.p-recruit__cover-catch {
  font-size: clamp(24px, 4vw, 64px);
  transform: translateY(50%);
}

.p-recruit__catch-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-recruit__catch-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit__catch-image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.p-recruit__mission {
  background: url("../images/bg_mission.jpg") no-repeat center/cover;
}
.p-recruit__mission-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-recruit__mission-title {
    font-size: 48px;
  }
}
.p-recruit__mission-title::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: attr(data-title);
  color: rgba(255, 255, 255, 0.05);
  font-size: 400%;
  font-style: italic;
}
.p-recruit__mission-circles {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}
.p-recruit__mission-circle {
  border-radius: 50%;
  background-color: #710417;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit__mission-circle {
    padding-top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__mission-circle {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
}
.p-recruit__mission-circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-recruit__mission-circle-inner {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__mission-circle-inner img {
    width: 24px;
  }
}
.p-recruit__mission-circle-text {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-recruit__mission-circle-text {
    margin-top: 1.5em;
  }
}

.p-recruit__positions-title {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .p-recruit__positions-title {
    margin-bottom: 56px;
  }
}
.p-recruit__positions-title-head {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-recruit__positions-title-head {
    font-size: 20px;
    column-gap: 20px;
  }
}
.p-recruit__positions-title-head::after {
  content: "";
  background-color: #710417;
  width: 120px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .p-recruit__positions-title-head::after {
    width: 160px;
  }
}
.p-recruit__positions-title-main {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recruit__positions-title-main {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit__positions-title-main {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__positions-image {
    margin: 0 auto;
    max-width: 240px;
  }
}

.p-recruit__resources {
  border: 1px solid #232323;
  padding: 0 16px 24px;
}
@media screen and (min-width: 1024px) {
  .p-recruit__resources {
    padding: 0 48px 48px;
  }
}
.p-recruit__resources-title {
  background-color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: -1em 0 1em;
  padding: 4px 1em;
}
@media screen and (min-width: 768px) {
  .p-recruit__resources-title {
    font-size: 36px;
  }
  .p-recruit__resources-block {
    width: 50%;
  }
  .p-recruit__resources-block:nth-child(1) {
    border-right: 1px solid #d2d2d2;
    padding-right: 5%;
  }
  .p-recruit__resources-block:nth-child(2) {
    padding-left: 5%;
  }
}
.p-recruit__resources-block-title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #710417;
  font-weight: bold;
}
.p-recruit__resources-block-title::before {
  content: attr(data-title);
  display: inline-block;
  font-size: 200%;
  font-weight: 500;
}
.p-recruit__resources-block-list {
  list-style-type: none !important;
  margin-left: 0 !important;
}
.p-recruit__resources-block-list-item {
  padding-left: 1em;
  list-style-position: outside;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-recruit__resources-block-list-item {
    font-size: 18px;
  }
}
.p-recruit__resources-block-list-item::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  content: "";
  display: inline-block;
  background-color: #710417;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.p-recruit__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-recruit__slider .swiper-slide img {
  object-fit: cover;
  aspect-ratio: 6/5;
  width: 100%;
}

.p-recruit__qa-block {
  cursor: pointer;
  border-radius: 12px;
  background-color: #F7F7F7;
  padding: 24px 16px;
}
.p-recruit__qa-block:not(:last-child) {
  margin-bottom: 2rem;
}
.p-recruit__qa-block-title {
  font-size: 17px;
  padding-inline: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit__qa-block-title {
    font-size: 19px;
    margin-right: 2.5rem;
  }
}
.p-recruit__qa-block-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "Q.";
  font-size: 1.4em;
  color: #6c6c6c;
  transform: translateY(-50%);
}
.p-recruit__qa-block-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "+";
  font-size: 1.4em;
  transform: translateY(-50%);
  transition: 0.25s transform ease;
  transform-origin: center center;
}
.p-recruit__qa-block.js-active .p-recruit__qa-block-title::after {
  transform: translateY(-50%) rotate(45deg);
}
.p-recruit__qa-block.js-active .p-recruit__qa-block-text {
  margin-top: 2rem;
  grid-template-rows: 1fr;
}
.p-recruit__qa-block-text {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.25s grid-template-rows ease;
}
.p-recruit__qa-block-text > p {
  line-height: 1.5;
  padding-left: 2.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit__qa-block-text > p {
    padding-inline: 2.5rem 3rem;
  }
}
.p-recruit__qa-block-text > p::before {
  position: absolute;
  top: 0;
  left: 0.2em;
  content: "A.";
  color: #710417;
  font-size: 1.2em;
  line-height: 1;
}

.p-recruit__movie-block {
  transition-duration: 0.2s;
}
.p-recruit__movie-block:hover {
  opacity: 0.8;
}
.p-recruit__movie-block-image {
  margin-bottom: 10px;
}
.p-recruit__movie-block-image img {
  object-fit: cover;
  aspect-ratio: 16/9;
}
.p-recruit__movie-block-title {
  color: #710417;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit__movie-block-title {
    font-size: 20px;
  }
}

.p-recruit__process-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-recruit__process-title {
    font-size: 40px;
  }
}
.p-recruit__process-circles {
  margin: 0 auto;
  max-width: 900px;
}

.p-recruit__process-circle {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit__process-circle {
    background-color: #232323;
    border-radius: 50%;
    padding-top: 100%;
  }
  .p-recruit__process-circle:not(:last-child)::after {
    position: absolute;
    bottom: 50%;
    right: -1rem;
    transform: translateY(50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #710417;
  }
  .p-recruit__process-circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__process-circle-inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__process-circle-no {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__process-circle-no {
    flex-shrink: 0;
    background-color: #232323;
    border-radius: 50%;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__process-circle-text {
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__process-circle-text {
    border-radius: 10px;
    border: 1px solid #232323;
    text-align: center;
    margin-left: -32px;
    padding: 8px 12px;
    width: 100%;
    position: relative;
  }
  .p-recruit__process-circle:not(:last-child) .p-recruit__process-circle-text::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #710417 transparent transparent transparent;
  }
}
.p-recruit__method-block {
  border: 1px solid #232323;
  padding: 0 16px 24px;
}
@media screen and (min-width: 1024px) {
  .p-recruit__method-block {
    padding: 0 48px 48px;
  }
}
.p-recruit__method-block-title {
  background-color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: -1em 0 1em;
  padding: 4px 1em;
}
@media screen and (min-width: 768px) {
  .p-recruit__method-block-title {
    font-size: 36px;
  }
}

/* ============================================
// page service
// ==========================================*/
#philosophy .p-service__philo {
  background: url("../images/bg_service_philo.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1024px) {
  #philosophy .p-service__philo-image img {
    padding-top: 1.5625vw;
    padding-bottom: 3.125vw;
  }
  #philosophy .p-service__philo-texts {
    min-height: 480px;
  }
}
@media screen and (max-width: 1023px) {
  #philosophy .p-service__philo-content:not(:first-child) {
    margin-top: 2.75em;
  }
}
#philosophy .p-service__philo-title {
  color: #710417;
  margin-bottom: 1.375em;
}
@media screen and (max-width: 767px) {
  #philosophy .p-service__philo-title {
    font-size: 14px;
  }
}
#philosophy .p-service__philo-title::before {
  content: attr(data-title);
  color: #000000;
  font-size: 171.4285714286%;
  margin-right: 0.35em;
  vertical-align: sub;
}
@media screen and (min-width: 1024px) {
  #philosophy .p-service__philo-title::before {
    font-size: 237.5%;
  }
}
#philosophy .p-service__philo-table td {
  padding: 0;
  border-bottom: none;
}
#philosophy .p-service__philo-table tr:not(:last-child) td {
  padding-bottom: 1em;
}
#philosophy .p-service__philo-table tr td:first-child {
  font-weight: bold;
  width: 100px;
}
@media screen and (max-width: 1023px) {
  #philosophy .p-service__philo-table tr td:first-child {
    padding-bottom: 0;
  }
}

.p-service__value {
  background-color: #f7f7f7;
}

.p-service__value-block:not(:last-child) {
  margin-bottom: 64px;
}
.p-service__value-block-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0.875em;
}
@media screen and (min-width: 768px) {
  .p-service__value-block-title {
    font-size: 32px;
  }
}
.p-service__value-block-title span {
  display: flex;
  align-items: center;
  column-gap: 1em;
  font-size: 14px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-service__value-block-title span {
    font-size: 18px;
  }
}
.p-service__value-block-title span::after {
  content: "";
  display: inline-block;
  background-color: #710417;
  width: 80px;
  height: 1px;
}

.p-service__flow-block:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .p-service__flow-block:not(:last-child) {
    margin-bottom: 32px;
  }
}
.p-service__flow-block-texts p {
  position: relative;
}
.p-service__flow-block-texts p::before {
  position: absolute;
  top: 0;
  left: -39px;
  content: "";
  background-color: #710417;
  width: 1px;
  height: 120%;
}
@media screen and (min-width: 768px) {
  .p-service__flow-block-texts p::before {
    left: -42px;
  }
}

/* ============================================
// component button
// ==========================================*/
.c-main-button {
  display: inline-block;
  color: #710417;
  border: 1px solid #710417;
  border-radius: 36px;
  background-color: #ffffff;
  padding: 0.8em 2.4em;
  width: 240px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.25s;
}
@media screen and (min-width: 768px) {
  .c-main-button {
    padding: 1.2em 3em;
    width: 320px;
  }
}
.c-main-button::before {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  content: "";
  background-color: #710417;
  width: 40px;
  height: 1px;
  transition-duration: 0.25s;
}
@media screen and (min-width: 768px) {
  .c-main-button::before {
    width: 56px;
  }
}
.c-main-button::after {
  position: absolute;
  bottom: 50%;
  right: 15%;
  transform: rotate(-45deg);
  transform-origin: bottom;
  content: "";
  background-color: #710417;
  width: 1px;
  height: 12px;
  transition-duration: 0.25s;
}
@media screen and (min-width: 768px) {
  .c-main-button::after {
    height: 16px;
  }
}
@media (hover: hover) {
  .c-main-button:hover {
    color: #ffffff;
    background-color: #710417;
  }
  .c-main-button:hover::before, .c-main-button:hover::after {
    right: 12%;
    background-color: #ffffff;
  }
}

/* ============================================
// component color
// ==========================================*/
.c-color-primary {
  color: #710417;
}

.c-color-white {
  color: #ffffff;
}

.c-color-gray {
  color: #c1c1c1;
}

.c-color-black-dark {
  color: #232323;
}

.c-color-gray-dark {
  color: #6c6c6c;
}

.c-color-gray-text {
  color: #3b3b3b;
}

.c-color-blue {
  color: #2102F0;
}

/* ============================================
// component font
// ==========================================*/
.c-font-source-han {
  font-family: "source-han-sans-japanese", sans-serif;
}

.c-font-century-gothic {
  font-family: "century-gothic", sans-serif;
}

/* ============================================
// component hover
// ==========================================*/
@media screen and (min-width: 768px) {
  .c-hover-underline:hover {
    text-decoration: underline;
  }
}

/* ============================================
// component label
// ==========================================*/
.c-label-primary {
  color: #ffffff;
  border: 1px solid #710417;
  background-color: #710417;
  padding: 0.5em 1em;
  transition-duration: 0.15s;
}
@media (hover: hover) {
  .c-label-primary.is-hover:hover {
    color: #710417;
    background-color: #ffffff;
  }
}

.c-label-black {
  color: #ffffff;
  border: 1px solid #232323;
  background-color: #232323;
  padding: 0.5em 1em;
  transition-duration: 0.15s;
}
@media (hover: hover) {
  .c-label-black.is-hover:hover {
    color: #232323;
    background-color: #ffffff;
  }
}

/* ============================================
// component layout
// ==========================================*/
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}