@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanjp.css");
.page-lower .l-header {
  position: sticky;
  border-bottom: 1px solid #FFF;
}

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

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

@media screen and (max-width: 767px) {
  .c-mv.sp-tab {
    padding: 3.8461538462vw;
  }
}
.c-mv {
  flex: 1;
  position: relative;
  padding: 25px;
}
@media screen and (max-width: 1200px) {
  .c-mv {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7.6923076923vw;
  }
}
.c-mv picture {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.c-mv .mv {
  height: 100%;
  border-radius: clamp(10px, 1.3021vw, 25px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-mv .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv .frame01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: clamp(0px, 10.9375vw, 210px);
}
@media screen and (max-width: 1200px) {
  .c-mv .frame01 {
    max-width: 17.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv .frame01 {
    top: 1.0256410256vw;
    left: 0.5128205128vw;
    max-width: 27.4358974359vw;
  }
}
.c-mv .frame02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  max-width: clamp(0px, 11.9792vw, 230px);
}
@media screen and (max-width: 1200px) {
  .c-mv .frame02 {
    max-width: 19.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv .frame02 {
    bottom: 1.0256410256vw;
    right: 0.5128205128vw;
    max-width: 30vw;
  }
}
.c-mv .frame03 {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  max-width: clamp(0px, 18.2292vw, 350px);
}
@media screen and (max-width: 1200px) {
  .c-mv .frame03 {
    max-width: 43.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv .frame03 {
    bottom: auto;
    left: auto;
    top: 3.8461538462vw;
    right: 3.5897435897vw;
  }
}
.c-mv .catch {
  font-size: clamp(18px, 2.96875vw, 57px);
  font-weight: 700;
  line-height: 1.5;
  color: #00A960;
  position: absolute;
  bottom: clamp(0px, 1.4583vw, 28px);
  left: clamp(-58px, -3.0208vw, 0px);
  z-index: 2;
  width: clamp(1px, 19.79166667vw, 380px);
}
@media screen and (max-width: 1200px) {
  .c-mv .catch {
    font-size: 6.25vw;
    bottom: 4%;
    left: -4%;
    width: 42.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv .catch {
    bottom: auto;
    left: auto;
    top: 7.6923076923vw;
    right: 1.4102564103vw;
    font-size: 5.641025641vw;
    width: 37.1794871795vw;
  }
}
.c-mv .policy {
  position: absolute;
  top: 300px;
  right: clamp(0px, 4.42708vw, 85px);
  z-index: 2;
  width: clamp(1px, 7.13541667vw, 137px);
}
@media screen and (max-width: 1200px) {
  .c-mv .policy {
    top: 40%;
    right: 8.3333333333vw;
    width: 14.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv .policy {
    top: 47.4358974359vw;
    right: 12.8205128205vw;
    width: 17.9487179487vw;
  }
}

.u-author-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #F2F2F2;
  border-radius: 10px;
  margin-bottom: 40px;
  line-height: 1.8;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-author-box {
    padding: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
    margin-top: 8vw;
  }
}
.u-author-box__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.u-author-box__img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
}
.u-author-box__description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
}
.u-author-box__name {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.u-author-box__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.u-author-box__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #333;
  border-radius: 50%;
}
.u-author-box__social-icon {
  width: 20px;
  height: 20px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

object {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h4 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h5 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
}
blockquote::before {
  content: "";
  content: none;
}
blockquote::after {
  content: "";
  content: none;
}

pre {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

address {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

cite {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

code {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: line-through;
}

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

em {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: -0.02em;
  font-size: 1.1em;
  font-style: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

ins {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

q {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
}
q::before {
  content: "";
  content: none;
}
q::after {
  content: "";
  content: none;
}

samp {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

small {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

sub {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 0.65rem;
  line-height: 1.35;
  vertical-align: text-bottom;
}

sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 0.65rem;
  line-height: 1.35;
  vertical-align: text-top;
}

var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

b {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

dl {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

dt {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
}
table th {
  text-align: left;
  vertical-align: middle;
  padding: 1em;
  font-weight: normal;
}
table td {
  text-align: left;
  vertical-align: middle;
  padding: 0.2em 1em;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

aside {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}
nav ul {
  list-style: none;
}

summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

input {
  vertical-align: middle;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
input::-moz-placeholder {
  color: #4d4d4d;
}

input::placeholder {
  color: #9a9a9a; /* 好みの色に変更 */
}

input {
  -webkit-appearance: none; /* Chrome, Safari, Opera */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  border: none;
  background: none;
  font-size: 15px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password] {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8.5px 10px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  width: 100%;
}
input[type=text].large,
input[type=number].large,
input[type=email].large,
input[type=password].large {
  padding: 12px;
  font-size: 1.6rem;
  color: #1A1A1A;
  line-height: 1.3;
}

input[type=text].align_left {
  text-align: left;
}

input[type=text].align_center {
  text-align: center;
}

input[type=text].align_right {
  text-align: right;
}

input[type=radio] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type=checkbox] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type=radio] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input[type=checkbox] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  height: 100%;
  color: #333;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
    scroll-padding-top: 25.641025641vw;
  }
}

.sp-content {
  height: 100%;
}

.fade {
  opacity: 0;
  transition: 1s;
  position: relative;
  top: 40px;
  filter: blur(10px);
}
.fade.is-visible {
  opacity: 1;
  filter: blur(0px);
  top: 0;
}

.fade-reverse {
  opacity: 0;
  transition: 1s;
  transform: translate(-50%, -40px);
  filter: blur(10px);
}
.fade-reverse.is-visible {
  opacity: 1;
  filter: blur(0px);
  transform: translate(-50%, 0);
}

.fade-simple {
  opacity: 0;
  transition: 1s;
  filter: blur(10px);
}
.fade-simple.is-visible {
  opacity: 1;
  filter: blur(0px);
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-family: "YakuHanJP", "YakuHanMP", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  background-color: #FFF;
}
body.noscroll {
  overflow: hidden;
  height: 100%;
}
body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.pc-grid {
  display: grid !important;
}
@media screen and (max-width: 767px) {
  .pc-grid {
    display: none !important;
  }
}

.sp-grid {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-grid {
    display: grid !important;
  }
}

.pc-flex {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex !important;
  }
}

.u-bg {
  background-image: url("../img/bg1.jpg");
}

.u-text {
  line-height: 2;
  font-size: 1.5rem;
}

.u-underline {
  text-decoration: underline;
  text-decoration-color: #E7312D;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

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

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}

.u-sp-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: flex !important;
  }
}

.u-pc-hide {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-pc-hide {
    display: block !important;
  }
}

.u-color-black {
  color: #1A1A1A;
}

.u-color-black02 {
  color: #000000;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs18 {
    font-size: 1.8rem !important;
  }
}

.u-fs20 {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs20 {
    font-size: 1.6rem !important;
  }
}

.u-fs24 {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs24 {
    font-size: 1.8rem !important;
  }
}

.u-fs30 {
  font-size: 3rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs30 {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fs16-sp {
    font-size: 1.6rem !important;
  }
}

.u-eb {
  font-family: "EB Garamond", "Zen Kaku Gothic New", serif;
}

.u-ml-auto {
  margin-left: auto;
}

.u-date {
  position: relative;
}
.u-date input[type=date] {
  border: 1px solid #ebebeb;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  height: 45px;
  width: 190px;
  font-size: 16px;
  color: #363636;
  background-color: #f5f5f5;
  box-sizing: border-box;
  background-image: url("../img/icon_calender.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 50px;
  text-align: left;
}
.u-date span {
  position: absolute;
  left: 12px;
  padding-right: 5px;
  top: 3px;
  color: #9a9a9a;
  display: inline-block;
  background-color: #f5f5f5;
}

.u-select.select-empty {
  color: #9a9a9a;
}
.u-select.select-filled {
  color: #363636;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center !important;
}

.u-align-center {
  align-items: center;
}

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

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

.u-bd {
  border: 1px solid #eee;
}

.u-w-100 {
  width: 100%;
  max-width: 100%;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-normal {
  font-weight: 400;
}

.u-flex {
  display: flex;
  justify-content: space-between;
}
.u-flex.w100 {
  width: 100%;
}
.u-flex.end {
  justify-content: flex-end;
}
.u-flex.start {
  justify-content: flex-start;
}
.u-flex.sb {
  justify-content: space-between;
}
.u-flex.ac {
  align-items: center;
}
.u-flex.gp-25 {
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .u-flex.gp-25 {
    flex-direction: column;
    gap: 3.8461538462vw 0;
  }
}
.u-flex.gp-25 .gp-content {
  width: 100%;
}

.u-marker {
  background: linear-gradient(to right, #E7312D 0%, #E7312D 100%);
  background-position: 0 100%;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  line-height: 1.6;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-col2 {
  display: grid;
  gap: clamp(20px, 3vw, 65px);
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  grid-template-columns: 1fr 1fr;
}
.u-col2.-fs {
  align-items: flex-start;
}
.u-col2.-fe {
  align-items: flex-end;
}
@media (max-width: 768px) {
  .u-col2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mt0 {
    margin-top: 0vw !important;
  }
}

.u-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mb0 {
    margin-bottom: 0vw !important;
  }
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mt5 {
    margin-top: 0.8547008547vw !important;
  }
}

.u-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mb5 {
    margin-bottom: 0.8547008547vw !important;
  }
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt10 {
    margin-top: 1.7094017094vw !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 1.7094017094vw !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mt15 {
    margin-top: 2.5641025641vw !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mb15 {
    margin-bottom: 2.5641025641vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 3.4188034188vw !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 3.4188034188vw !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mt25 {
    margin-top: 4.2735042735vw !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mb25 {
    margin-bottom: 4.2735042735vw !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 5.1282051282vw !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 5.1282051282vw !important;
  }
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-mt35 {
    margin-top: 5.9829059829vw !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-mb35 {
    margin-bottom: 5.9829059829vw !important;
  }
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt40 {
    margin-top: 6.8376068376vw !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 6.8376068376vw !important;
  }
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-mt45 {
    margin-top: 7.6923076923vw !important;
  }
}

.u-mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-mb45 {
    margin-bottom: 7.6923076923vw !important;
  }
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mt50 {
    margin-top: 8.547008547vw !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 8.547008547vw !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-mt55 {
    margin-top: 9.4017094017vw !important;
  }
}

.u-mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-mb55 {
    margin-bottom: 9.4017094017vw !important;
  }
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mt60 {
    margin-top: 10.2564102564vw !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 10.2564102564vw !important;
  }
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-mt65 {
    margin-top: 11.1111111111vw !important;
  }
}

.u-mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-mb65 {
    margin-bottom: 11.1111111111vw !important;
  }
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-mt70 {
    margin-top: 11.9658119658vw !important;
  }
}

.u-mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 11.9658119658vw !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-mt75 {
    margin-top: 12.8205128205vw !important;
  }
}

.u-mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-mb75 {
    margin-bottom: 12.8205128205vw !important;
  }
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mt80 {
    margin-top: 13.6752136752vw !important;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 13.6752136752vw !important;
  }
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-mt85 {
    margin-top: 14.5299145299vw !important;
  }
}

.u-mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-mb85 {
    margin-bottom: 14.5299145299vw !important;
  }
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-mt90 {
    margin-top: 15.3846153846vw !important;
  }
}

.u-mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 15.3846153846vw !important;
  }
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-mt95 {
    margin-top: 16.2393162393vw !important;
  }
}

.u-mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-mb95 {
    margin-bottom: 16.2393162393vw !important;
  }
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mt100 {
    margin-top: 17.094017094vw !important;
  }
}

.u-mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 17.094017094vw !important;
  }
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pt0 {
    padding-top: 0vw !important;
  }
}

.u-pb0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pb0 {
    padding-bottom: 0vw !important;
  }
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-pt5 {
    padding-top: 0.8547008547vw !important;
  }
}

.u-pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-pb5 {
    padding-bottom: 0.8547008547vw !important;
  }
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-pt10 {
    padding-top: 1.7094017094vw !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-pb10 {
    padding-bottom: 1.7094017094vw !important;
  }
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-pt15 {
    padding-top: 2.5641025641vw !important;
  }
}

.u-pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-pb15 {
    padding-bottom: 2.5641025641vw !important;
  }
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-pt20 {
    padding-top: 3.4188034188vw !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-pb20 {
    padding-bottom: 3.4188034188vw !important;
  }
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-pt25 {
    padding-top: 4.2735042735vw !important;
  }
}

.u-pb25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-pb25 {
    padding-bottom: 4.2735042735vw !important;
  }
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-pt30 {
    padding-top: 5.1282051282vw !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-pb30 {
    padding-bottom: 5.1282051282vw !important;
  }
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-pt35 {
    padding-top: 5.9829059829vw !important;
  }
}

.u-pb35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-pb35 {
    padding-bottom: 5.9829059829vw !important;
  }
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pt40 {
    padding-top: 6.8376068376vw !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pb40 {
    padding-bottom: 6.8376068376vw !important;
  }
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-pt45 {
    padding-top: 7.6923076923vw !important;
  }
}

.u-pb45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-pb45 {
    padding-bottom: 7.6923076923vw !important;
  }
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-pt50 {
    padding-top: 8.547008547vw !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-pb50 {
    padding-bottom: 8.547008547vw !important;
  }
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-pt55 {
    padding-top: 9.4017094017vw !important;
  }
}

.u-pb55 {
  padding-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-pb55 {
    padding-bottom: 9.4017094017vw !important;
  }
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pt60 {
    padding-top: 10.2564102564vw !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pb60 {
    padding-bottom: 10.2564102564vw !important;
  }
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-pt65 {
    padding-top: 11.1111111111vw !important;
  }
}

.u-pb65 {
  padding-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-pb65 {
    padding-bottom: 11.1111111111vw !important;
  }
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-pt70 {
    padding-top: 11.9658119658vw !important;
  }
}

.u-pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-pb70 {
    padding-bottom: 11.9658119658vw !important;
  }
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-pt75 {
    padding-top: 12.8205128205vw !important;
  }
}

.u-pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-pb75 {
    padding-bottom: 12.8205128205vw !important;
  }
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pt80 {
    padding-top: 13.6752136752vw !important;
  }
}

.u-pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pb80 {
    padding-bottom: 13.6752136752vw !important;
  }
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-pt85 {
    padding-top: 14.5299145299vw !important;
  }
}

.u-pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-pb85 {
    padding-bottom: 14.5299145299vw !important;
  }
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-pt90 {
    padding-top: 15.3846153846vw !important;
  }
}

.u-pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-pb90 {
    padding-bottom: 15.3846153846vw !important;
  }
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-pt95 {
    padding-top: 16.2393162393vw !important;
  }
}

.u-pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-pb95 {
    padding-bottom: 16.2393162393vw !important;
  }
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pt100 {
    padding-top: 17.094017094vw !important;
  }
}

.u-pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pb100 {
    padding-bottom: 17.094017094vw !important;
  }
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.page-content {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-content {
    padding-bottom: 15.3846153846vw;
  }
}

.page-content .banner {
  width: 100%;
  aspect-ratio: 1920/400;
  overflow: hidden;
  background-color: #f5f5f5;
}
.page-content .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-content .banner {
    aspect-ratio: 390/200;
  }
}

.page-content .container {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .page-content .container {
    width: 92%;
    padding: 0 5.1282051282vw 10.2564102564vw;
  }
}

.page-content .page-title {
  margin-top: 48px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .page-content .page-title {
    margin-top: 8.2051282051vw;
    margin-bottom: 10.2564102564vw;
  }
}
.page-content .page-title h1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 24px;
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: 3px solid #E7312D;
}
@media screen and (max-width: 767px) {
  .page-content .page-title h1 {
    font-size: 5.641025641vw;
    margin-bottom: 4.1025641026vw;
    padding-bottom: 3.0769230769vw;
  }
}
.page-content .page-title p {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-content .page-title p {
    font-size: 3.5897435897vw;
    line-height: 1.85;
  }
}

.page-content .sec-contact {
  margin-top: 48px;
  padding: 48px 0 0;
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  .page-content .sec-contact {
    margin-top: 8.2051282051vw;
    padding-top: 8.2051282051vw;
  }
}
.page-content .sec-contact .hs-form {
  max-width: 640px;
}
.page-content .sec-contact .hs-form label,
.page-content .sec-contact .sec-contact input[type=text],
.page-content .sec-contact .sec-contact input[type=email],
.page-content .sec-contact .sec-contact textarea {
  font-size: 1.5rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .page-content .sec-contact .hs-form label,
  .page-content .sec-contact .sec-contact input[type=text],
  .page-content .sec-contact .sec-contact input[type=email],
  .page-content .sec-contact .sec-contact textarea {
    font-size: 16px;
  }
}
.page-content .sec-contact .sec-contact input,
.page-content .sec-contact .sec-contact textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-content .sec-contact .sec-contact input,
  .page-content .sec-contact .sec-contact textarea {
    padding: 3.0769230769vw 3.5897435897vw;
  }
}
.page-content .sec-contact .sec-contact textarea {
  min-height: 160px;
  resize: vertical;
}
.page-content .sec-contact .sec-contact .hs-button {
  margin-top: 24px;
  padding: 14px 32px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #E7312D;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .page-content .sec-contact .sec-contact .hs-button {
    margin-top: 5.1282051282vw;
    padding: 3.5897435897vw 7.1794871795vw;
    font-size: 4.1025641026vw;
  }
}
.page-content .sec-contact .sec-contact .hs-button:hover {
  opacity: 0.9;
}

.indexpage h2 {
  font-size: 18px;
  margin: 24px 0 12px;
  padding-bottom: 4px;
  border-bottom: 2px solid #e6e6e6;
}
.indexpage .list_page {
  padding: 16px;
}
.indexpage .list_page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}
.indexpage .list_page li a {
  display: block;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.indexpage .list_page li a.on {
  background-color: aqua;
}
.indexpage .list_page li a.done {
  background-color: rgb(255, 224, 84);
}
.indexpage .list_page li a:hover {
  background: #fafafa;
  border-color: #d8d8d8;
  transform: translateY(-1px);
}
.indexpage .list_page li a:active {
  transform: translateY(0);
}

.c-btn {
  background: #fff;
  color: #e7312d;
  padding: 20px 30px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  transition: opacity 0.3s;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 10px;
  line-height: 1;
}
.c-btn.arrow {
  gap: 20px;
}
.c-btn.arrow:after {
  content: "";
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: linear-gradient(to right, transparent, #E7312D);
  display: block;
  width: 24px;
  height: 21px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.arrow-white {
  gap: 20px;
}
.c-btn.arrow-white:after {
  content: "";
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: linear-gradient(to right, transparent, #ffffff);
  display: block;
  width: 24px;
  height: 21px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.arrow-line:after {
  content: "";
  -webkit-mask-image: url("../img/arrow-line.svg");
          mask-image: url("../img/arrow-line.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #E7312D;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.download:after {
  content: "";
  -webkit-mask-image: url("../img/download.svg");
          mask-image: url("../img/download.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #E7312D;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.square {
  border-radius: 10px;
}
.c-btn.white {
  background-color: 2 #fff;
  border: 2px solid #e7312d;
  color: #e7312d;
}
.c-btn.white:hover {
  border-color: #FFF;
}
.c-btn.blue {
  border-color: #587ad6;
  color: #587ad6;
}
.c-btn.red {
  background-color: #e7312d;
  border: 2px solid #fff;
  color: #FFF;
}
.c-btn.red:hover {
  background-color: #fff;
  color: #e7312d;
}
.c-btn.transparent {
  background-color: transparent;
  color: #e7312d;
  border: 2px solid #e7312d;
}
.c-btn:hover {
  background-color: #e7312d;
  color: #fff;
}
.c-btn:hover:after {
  background: #FFF;
}

.c-title.lv1 {
  height: 300px;
  margin-top: 83px;
  background-image: url("../img/bg1.jpg");
}
.c-title.lv1.blog {
  background-image: url("../img/blog_bg.webp");
}
.c-title.lv1 {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-title.lv1 {
    height: auto;
    margin-top: 15.6vw;
  }
}
.c-title.lv1:after {
  content: "";
  background-image: url("../img/title_bg.svg");
  display: block;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  right: 0;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .c-title.lv1:after {
    width: 300%;
    right: -60vw;
  }
}
.c-title.lv1.blog:after {
  background-image: url("../img/title_bg2.svg");
}
.c-title.lv1 .in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-title.lv1 .in {
    padding: 5.1282051282vw;
  }
}
.c-title.lv1 .in span {
  display: block;
}
.c-title.lv1 .in span.sub {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-title.lv1 .in span.sub {
    font-size: 1.4rem;
  }
}
.c-title.lv1 .in span.main {
  font-size: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title.lv1 .in span.main {
    font-size: 6.1538461538vw;
    line-height: 1.3;
  }
}
.c-title.lv1 .c-title__meta {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.5625vw, 30px);
  margin-top: clamp(20px, 1.5625vw, 30px);
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .c-title.lv1 .c-title__meta {
    gap: 3.0769230769vw;
    margin-top: 2.5641025641vw;
  }
}
.c-title.lv1 .c-title__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 0.7813vw, 15px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-title.lv1 .c-title__date {
    font-size: 3.3333333333vw;
  }
}
.c-title.lv1 .c-title__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(4px, 0.4167vw, 8px) clamp(10px, 0.7813vw, 15px);
  background-color: #fff;
  color: #587AD6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, 0.625vw, 12px);
  border-radius: 3px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-title.lv1 .c-title__cat {
    font-size: 2.5641025641vw;
    padding: 1.2820512821vw 2.5641025641vw;
  }
}
.c-title.lv2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0.8em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-title.lv2 {
    font-size: 2rem;
  }
}
.c-title.lv3 {
  font-size: 2.4rem;
  margin-bottom: 1.5em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title.lv3 {
    font-size: 1.8rem;
  }
}
.c-title.lv3.case:after {
  content: "";
  margin: 20px auto 0;
  display: block;
  width: 60px;
  height: 2px;
  background-color: #E7312D;
}
.c-title.lv2-2 {
  padding: 0.4em 0.8em;
  background-color: #E7312D;
  color: #fff;
  margin-bottom: 40px;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-title.lv2-2 {
    font-size: 4.6153846154vw;
  }
}
.c-title.lv2-2 span {
  font-size: 0.85em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-title.lv2-2 span {
    font-size: 0.9em;
  }
}
.c-title.case .c-title__cat {
  color: #E7312D;
}

.c-text-image {
  padding: 70px 0 60px;
}
.c-text-image.-top {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .c-text-image {
    padding: 8.2051282051vw 0;
  }
}
.c-text-image p + p {
  margin-top: 1em;
}
.c-text-image__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 0 auto;
}
.c-text-image__inner.ac {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-text-image__inner {
    flex-direction: column;
    gap: 6.1538461538vw;
    padding: 0;
  }
}
.c-text-image__img-wrap {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-text-image__img-wrap {
    width: 100%;
    max-width: none;
  }
}
.c-text-image__img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-text-image__body {
  flex: 1;
  min-width: 0;
}
.c-text-image__title {
  margin: 0 0 24px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  padding-bottom: 14px;
  text-decoration: underline;
  text-decoration-color: #e7312d;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 767px) {
  .c-text-image__title {
    margin-bottom: 5.1282051282vw;
    font-size: 5.1282051282vw;
    padding-bottom: 2.5641025641vw;
    border-bottom-width: 2px;
  }
}
.c-text-image__title-line {
  display: block;
}
.c-text-image__title-line:first-child {
  border-bottom: 3px solid #E7312D;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-text-image__title-line:first-child {
    border-bottom-width: 2px;
    margin-bottom: 1.5384615385vw;
  }
}
.c-text-image__list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
}
.c-text-image__list.-type2 {
  font-weight: bold;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .c-text-image__list {
    margin-bottom: 4.6153846154vw;
    font-size: 3.5897435897vw;
  }
}
.c-text-image__list li {
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-text-image__list li {
    margin-bottom: 2.0512820513vw;
  }
}
.c-text-image__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.1;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-text-image__text {
    font-size: 3.3333333333vw;
  }
}

.c-box {
  text-align: center;
  border: 2px solid #E7312D;
  position: relative;
  padding: 0 60px;
}
.c-box.-company {
  padding: 0 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .c-box.-company {
    padding: 0 5vw 5vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-box {
    padding: 0 5vw 5vw 5vw;
    margin-top: 5vw;
  }
}
.c-box__header {
  transform: translateY(-50%);
  margin: 0 0;
  padding: 0 24px;
  color: #E7312D;
  font-size: 3rem;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  background-color: #FFF;
}
.c-box__header:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .c-box__header {
    font-size: 4.1025641026vw;
  }
}
.c-box__lead {
  margin: 15px 0 32px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-box__lead {
    font-size: 3.5897435897vw;
    margin: 0 0 3vw 0;
  }
}
.c-box a {
  text-decoration: underline;
  color: #333;
}
.c-box__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  background-color: #F2F2F2;
  padding: 20px;
  margin-bottom: 30px;
}
.c-box__grid.ac {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-box__grid {
    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
    padding: 3vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-box__item {
    border-radius: 1.5384615385vw;
  }
}
.c-box__item-ttl {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
}
@media screen and (max-width: 767px) {
  .c-box__item-ttl {
    padding: 3.0769230769vw 3.5897435897vw 0;
    font-size: 3.3333333333vw;
  }
}
.c-box__item-cap {
  margin: 0;
  padding: 8px 16px 16px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #5A5A5A;
}
@media screen and (max-width: 767px) {
  .c-box__item-cap {
    padding: 1.5384615385vw 3.5897435897vw 3.0769230769vw;
    font-size: 2.8205128205vw;
  }
}
.c-box .cont {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-box .cont {
    flex-direction: column;
    gap: 6.1538461538vw;
  }
}
.c-box .cont .img {
  flex: 0 0 30%;
  max-width: 30%;
  min-height: 280px;
}
@media screen and (max-width: 767px) {
  .c-box .cont .img {
    flex: none;
    max-width: none;
    min-height: 200px;
    clip-path: none;
    order: -1;
  }
}
.c-box .cont .img img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-box .cont .img img {
    min-height: 200px;
  }
}
.c-box .cont p {
  flex: 1;
  min-width: 0;
  font-size: 1.5rem;
  line-height: 2.3;
  font-weight: bold;
  color: #333333;
}
.c-box .cont p + p {
  margin-top: 1.7em;
}
@media screen and (max-width: 767px) {
  .c-box .cont p {
    font-size: 3.5897435897vw;
    margin-bottom: 3.0769230769vw;
  }
}
.c-box .cont p:last-child {
  margin-bottom: 0;
}

.c-layout.ver01 {
  padding: 160px 50px 160px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 {
    padding: 10.2564102564vw 5.1282051282vw 10.2564102564vw;
    background-color: #587AD6;
  }
}
.c-layout.ver01 > .l-inner {
  display: grid;
  grid-template-columns: clamp(300px, 38vw, 780px) 1fr;
  gap: clamp(40px, 4vw, 120px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 > .l-inner {
    grid-template-columns: 1fr;
    gap: 10.2564102564vw;
  }
}
.c-layout.ver01 .c-layout__left {
  background-color: #587AD6;
  color: #fff;
  padding: clamp(50px, 3vw, 100px);
  display: flex;
  flex-direction: column;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__left {
    margin-left: 0;
    padding: 0;
  }
}
.c-layout.ver01 .c-layout__title {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.0417vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.5625vw, 30px);
  line-height: 1.2;
  margin-bottom: clamp(10px, 0.8333vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__title {
    font-size: 5.641025641vw;
    margin-bottom: 2.5641025641vw;
    flex-direction: column;
    text-align: center;
    line-height: 1.6;
  }
}
.c-layout.ver01 .c-layout__icon {
  width: clamp(14px, 1.8229vw, 35px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__icon {
    width: 5.1282051282vw;
  }
}
.c-layout.ver01 .c-layout__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.2;
  text-align: center;
  margin-bottom: clamp(30px, 2.6042vw, 50px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__subtitle {
    font-size: 4.358974359vw;
    margin-bottom: 6.4102564103vw;
  }
}
.c-layout.ver01 .c-layout__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 0.7813vw, 15px);
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__text {
    font-size: 3.8461538462vw;
    line-height: 2.2;
  }
}
.c-layout.ver01 .c-layout__text p + p {
  margin-top: 1em;
}
.c-layout.ver01 .c-layout__divider {
  border: none;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  margin: clamp(20px, 2.6042vw, 50px) 0;
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__divider {
    margin: 5.1282051282vw 0;
  }
}
.c-layout.ver01 .c-layout__cta {
  padding-top: clamp(30px, 2.8646vw, 55px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__cta {
    padding-top: 7.6923076923vw;
  }
}
.c-layout.ver01 .c-layout__cta .c-btn {
  width: 240px;
  border: 2px solid #587AD6;
  color: #587AD6;
  background-color: #fff;
  font-size: clamp(16px, 1.0417vw, 20px);
  padding: clamp(14px, 0.9896vw, 19px) clamp(30px, 2.0833vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__cta .c-btn {
    font-size: 4.1025641026vw;
    padding: 3.5897435897vw 7.6923076923vw;
  }
}
.c-layout.ver01 .c-layout__cta .c-btn:after {
  background: #587AD6;
}
.c-layout.ver01 .c-layout__cta .c-btn:hover {
  background-color: #587AD6;
  border: 2px solid #ffffff;
  color: #fff;
}
.c-layout.ver01 .c-layout__cta .c-btn:hover:after {
  background: #fff;
}
.c-layout.ver01 .c-layout__right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(40px, 3.125vw, 60px) clamp(20px, 2.0833vw, 40px);
  align-content: start;
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__right {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5641025641vw 3.8461538462vw;
  }
}
.c-layout.ver01 .c-layout__item {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__item {
    padding: 2.5641025641vw;
    background-color: #ffffff;
    display: flex;
    gap: 2.5641025641vw;
  }
}
.c-layout.ver01 .c-layout__item:hover {
  opacity: 0.7;
}
.c-layout.ver01 .c-layout__item-img {
  margin-bottom: clamp(10px, 1.1458vw, 22px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__item-img {
    width: 40vw;
    flex-shrink: 0;
    margin-bottom: 2.5641025641vw;
  }
}
.c-layout.ver01 .c-layout__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 200/113;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-layout.ver01 .c-layout__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 0.7813vw, 15px);
  line-height: 2;
  color: #333;
  margin-bottom: clamp(10px, 1.1979vw, 23px);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__item-title {
    font-size: 3.3333333333vw;
    margin-bottom: 0vw;
  }
}
.c-layout.ver01 .c-layout__item-meta {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, 0.625vw, 12px);
  line-height: 1.2;
  color: #B5B5B5;
}
@media screen and (max-width: 767px) {
  .c-layout.ver01 .c-layout__item-meta {
    font-size: 2.8205128205vw;
  }
}
.c-layout.ver01.member {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-layout.ver01.member {
    padding-top: 12.8205128205vw;
  }
}
.c-layout.ver01.member .c-layout__cta {
  padding-top: 0;
}
.c-layout.ver02 {
  padding: 0 90px;
  padding-top: 160px;
  background-color: #fff;
  background-image: url("../img/top/member_bg.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 {
    padding: 0 5.1282051282vw;
    background-size: contain;
    background-position: top right;
    background-repeat: repeat-y;
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.c-layout.ver02 .member-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(25px, 2.3958vw, 46px);
  align-items: center;
  margin-bottom: clamp(30px, 2.6042vw, 50px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-header {
    grid-template-columns: 1fr;
    gap: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.c-layout.ver02 .member-header__left {
  position: relative;
}
.c-layout.ver02 .member-header__illust {
  width: clamp(280px, 28.125vw, 540px);
  position: relative;
  font-size: clamp(1px, 0.9635vw, 18.5px);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-header__illust {
    width: auto;
    font-size: 4.1025641026vw;
    margin-left: calc(50% - 50vw);
  }
}
.c-layout.ver02 .member-header__illust img {
  width: 100%;
  height: auto;
  display: block;
}
.c-layout.ver02 .member-header__illust .text01 {
  position: absolute;
  top: 51.7%;
  left: 12.6%;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-header__illust .text01 {
    top: 49.7%;
  }
}
.c-layout.ver02 .member-header__illust .text02 {
  position: absolute;
  top: 68%;
  left: 23.6%;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-header__illust .text02 {
    top: 65.4%;
  }
}
.c-layout.ver02 .member-header__illust .strong {
  font-size: clamp(1px, 1.3021vw, 25px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-header__illust .strong {
    font-size: 5.1282051282vw;
  }
}
.c-layout.ver02 .member-header__title-area {
  background-color: #DF1820;
  padding: clamp(20px, 1.5625vw, 30px) clamp(25px, 2.0833vw, 40px);
  padding-bottom: clamp(25px, 1.8229vw, 35px);
  position: relative;
}
.c-layout.ver02 .member-header__title-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(to bottom, #DF1820 0px, #DF1820 2px, transparent 2px, transparent 4px);
}
.c-layout.ver02 .member-header__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.4063vw, 27px);
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-header__lead {
    font-size: 4.6153846154vw;
  }
}
.c-layout.ver02 .member-header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.4063vw, 27px);
  line-height: 1.2;
  color: #fff;
  margin-top: clamp(10px, 0.7813vw, 15px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-header__title {
    font-size: 4.6153846154vw;
    margin-top: 2.5641025641vw;
  }
}
.c-layout.ver02 .member-header__right {
  max-width: 800px;
}
.c-layout.ver02 .member-header__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.1979vw, 23px);
  line-height: 1.2;
  color: #DF1820;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-header__subtitle {
    text-align: center;
    font-size: 5.1282051282vw;
    line-height: 1.8;
  }
}
.c-layout.ver02 .member-header__desc {
  color: #000;
  padding: 0;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-header__desc {
    font-size: 3.8461538462vw;
    padding: 0;
  }
}
.c-layout.ver02 .member-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.1354vw, 41px);
  margin-bottom: clamp(30px, 3.1771vw, 61px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
    margin-bottom: 7.6923076923vw;
  }
}
.c-layout.ver02 .member-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.c-layout.ver02 .member-card__img {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(12px, 1.1979vw, 23px);
}
.c-layout.ver02 .member-card__img img:first-child {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #B5B5B5;
}
.c-layout.ver02 .member-card__arrow {
  position: absolute;
  top: clamp(8px, 0.8681vw, 17px);
  left: 0;
  width: clamp(80px, 7.349vw, 141px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-card__arrow {
    width: 33.3333333333vw;
  }
}
.c-layout.ver02 .member-card__role {
  position: absolute;
  top: clamp(14px, 1.4583vw, 28px);
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 0.7813vw, 15px);
  line-height: 1.2;
  color: #fff;
  background-color: #DF1820;
  padding: clamp(2px, 0.2083vw, 4px) clamp(5px, 0.5208vw, 10px);
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-card__role {
    font-size: 5.1282051282vw;
    top: 4.358974359vw;
    left: 0vw;
    padding: 0.5128205128vw 1.2820512821vw;
  }
}
.c-layout.ver02 .member-card__role::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(-15px, -0.7813vw, -8px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(8px, 1.0417vw, 20px) 0 clamp(8px, 1.0417vw, 20px) clamp(8px, 1.0417vw, 20px);
  border-color: transparent transparent transparent #DF1820;
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-card__role::after {
    right: -3.8461538462vw;
    border-width: 5.1282051282vw 0 5.1282051282vw 5.1282051282vw;
  }
}
.c-layout.ver02 .member-card__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.0417vw, 20px);
  line-height: 1.2;
  color: #000;
  text-align: center;
  margin-bottom: clamp(15px, 1.25vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-card__name {
    font-size: 5.1282051282vw;
    margin-bottom: 3.0769230769vw;
  }
}
.c-layout.ver02 .member-card__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 0.7813vw, 15px);
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-layout.ver02 .member-card__desc {
    font-size: 3.8461538462vw;
    line-height: 1.8;
  }
}
.c-layout.ver02 .member-cta {
  text-align: center;
}
.c-layout.ver02 .member-cta .c-btn {
  width: 340px;
}
.c-layout.ver02.member {
  padding-top: 70px;
}
.c-layout.ver03 {
  padding: clamp(40px, 4.1667vw, 80px) 40px;
}
.c-layout.ver03.case {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.case {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .c-layout.ver03 {
    padding: 10.2564102564vw 0;
  }
  .c-layout.ver03.case {
    padding: 0;
  }
}
.c-layout.ver03.col03 .c-layout__grid {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.col03 .c-layout__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.col03 .c-layout__grid {
    grid-template-columns: 1fr;
  }
}
.c-layout.ver03 .download-text {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03 .download-text {
    font-size: 3.8461538462vw;
    margin-bottom: 15.3846153846vw;
    line-height: 1.7;
    text-align: left;
  }
}
.c-layout.ver03 .c-layout__grid {
  display: grid;
  gap: clamp(30px, 3.125vw, 60px) clamp(30px, 3.6458vw, 70px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03 .c-layout__grid {
    gap: 10.2564102564vw 5.1282051282vw;
  }
}
.c-layout.ver03 .c-layout__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-layout.ver03 .c-layout__card-img {
  margin-bottom: clamp(8px, 0.625vw, 12px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03 .c-layout__card-img {
    margin-bottom: 2.5641025641vw;
  }
}
.c-layout.ver03 .c-layout__card-img a:hover {
  opacity: 0.7;
}
.c-layout.ver03 .c-layout__card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/180;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 1px solid #AEAEAE;
}
.c-layout.ver03 .c-layout__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 0.7813vw, 15px);
  line-height: 1.2;
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: clamp(12px, 1.0417vw, 20px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03 .c-layout__card-title {
    font-size: 3.5897435897vw;
    margin-bottom: 3.0769230769vw;
  }
}
.c-layout.ver03 .c-layout__card .c-btn {
  font-size: clamp(13px, 0.7813vw, 15px);
  padding: clamp(8px, 0.5729vw, 11px) clamp(20px, 1.5625vw, 30px);
  border-radius: 50px;
  width: clamp(160px, 9.8958vw, 190px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03 .c-layout__card .c-btn {
    font-size: 3.5897435897vw;
    padding: 2.5641025641vw 5.1282051282vw;
    width: 46.1538461538vw;
  }
}
.c-layout.ver03 .c-layout__card .c-btn.download:after {
  -webkit-mask-image: url("../img/download02.svg");
          mask-image: url("../img/download02.svg");
  width: clamp(12px, 0.7292vw, 14px);
  height: clamp(12px, 0.7292vw, 14px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03 .c-layout__card .c-btn.download:after {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
  }
}
.c-layout.ver03.blog h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.0417vw, 20px);
  color: #333;
  padding-left: clamp(10px, 0.7292vw, 14px);
  position: relative;
  margin-bottom: clamp(20px, 1.7708vw, 34px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.blog h3 {
    font-size: 4.6153846154vw;
    padding-left: 2.5641025641vw;
    margin-bottom: 5.1282051282vw;
  }
}
.c-layout.ver03.blog h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #2F71BE;
}
.c-layout.ver03.blog > .l-inner > p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 0.7813vw, 15px);
  line-height: 2;
  color: #333;
  margin-bottom: clamp(50px, 6.3021vw, 121px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.blog > .l-inner > p {
    font-size: 3.5897435897vw;
    line-height: 1.8;
    margin-bottom: 10.2564102564vw;
  }
}
.c-layout.ver03.blog .c-catregory {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.0417vw, 20px);
  margin-bottom: clamp(40px, 4.1667vw, 80px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.blog .c-catregory {
    gap: 2.5641025641vw;
    margin-bottom: 7.6923076923vw;
    flex-direction: column;
  }
}
.c-layout.ver03.blog .c-catregory dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 0.7813vw, 15px);
  font-weight: 700;
  color: #202121;
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.4167vw, 8px);
  width: 125px;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.blog .c-catregory dt {
    font-size: 3.5897435897vw;
    gap: 1.5384615385vw;
    width: 100%;
  }
}
.c-layout.ver03.blog .c-catregory dt::before {
  content: "";
  display: block;
  width: clamp(16px, 1.0417vw, 20px);
  height: clamp(14px, 0.9375vw, 18px);
  -webkit-mask-image: url("../img/filter.svg");
          mask-image: url("../img/filter.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #587AD6;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.blog .c-catregory dt::before {
    width: 4.6153846154vw;
    height: 4.1025641026vw;
  }
}
.c-layout.ver03.blog .c-catregory dd ul {
  display: flex;
  gap: clamp(10px, 1.0417vw, 20px);
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.blog .c-catregory dd ul {
    gap: 2.0512820513vw;
  }
}
.c-layout.ver03.blog .c-catregory dd li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 0.5729vw, 11px) clamp(20px, 1.5625vw, 30px);
  border: 2px solid #2F71BE;
  border-radius: 50px;
  color: #2F71BE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 0.7813vw, 15px);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.blog .c-catregory dd li a {
    font-size: 3.3333333333vw;
    padding: 2.0512820513vw 5.1282051282vw;
  }
}
.c-layout.ver03.blog .c-catregory dd li a:hover {
  background-color: #2F71BE;
  color: #fff;
}
.c-layout.ver03.blog .c-catregory dd li a.is-active {
  background-color: #2F71BE;
  color: #fff;
}
.c-layout.ver03.blog .c-layout__card-img {
  margin-bottom: clamp(14px, 1.1458vw, 22px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.blog .c-layout__card-img {
    margin-bottom: 3.0769230769vw;
  }
}
.c-layout.ver03.blog .c-layout__card-title {
  line-height: 2;
  color: #333;
  margin-bottom: clamp(12px, 1.1979vw, 23px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.blog .c-layout__card-title {
    margin-bottom: 2.5641025641vw;
  }
}
.c-layout.ver03.blog .c-layout__card-title a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-layout.ver03.blog .c-layout__card-title a:hover {
  opacity: 0.7;
}
.c-layout.ver03.blog .c-layout__card-meta {
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 0.7292vw, 14px);
  color: #B5B5B5;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.blog .c-layout__card-meta {
    font-size: 3.0769230769vw;
  }
}
.c-layout.ver03.blog .c-layout__card-meta a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-layout.ver03.blog .c-layout__card-meta a:hover {
  opacity: 0.7;
}
.c-layout.ver03.blog .c-layout__pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.0833vw, 40px);
  height: clamp(32px, 2.0833vw, 40px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.0417vw, 20px);
  text-decoration: none;
  color: #333;
  background-color: #F5F5F5;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.blog .c-layout__pager .page-numbers {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    font-size: 4.1025641026vw;
  }
}
.c-layout.ver03.blog .c-layout__pager .page-numbers:hover, .c-layout.ver03.blog .c-layout__pager .page-numbers.current {
  background-color: #587AD6;
  color: #fff;
}
.c-layout.ver03.blog .c-layout__pager .page-numbers.dots {
  background-color: transparent;
}
.c-layout.ver03.blog .c-layout__pager .page-numbers.dots:hover {
  color: #333;
}
.c-layout.ver03.blog .c-layout__pager .page-numbers.prev, .c-layout.ver03.blog .c-layout__pager .page-numbers.next {
  background-color: transparent;
  width: clamp(20px, 1.25vw, 24px);
}
.c-layout.ver03.blog .c-layout__pager .page-numbers.prev:hover, .c-layout.ver03.blog .c-layout__pager .page-numbers.next:hover {
  background-color: transparent;
}
.c-layout.ver03.utilization .utilization-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 0.7813vw, 15px);
  line-height: 2;
  color: #333;
  margin-bottom: clamp(30px, 2.6563vw, 51px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .utilization-desc {
    font-size: 3.5897435897vw;
    line-height: 1.8;
    margin-bottom: 7.6923076923vw;
  }
}
.c-layout.ver03.utilization .utilization-box {
  border: 2px solid #D93A36;
  max-width: 1100px;
  margin: 0 auto clamp(60px, 6.25vw, 120px);
  padding: clamp(30px, 2.3438vw, 45px) clamp(40px, 4.6875vw, 90px) clamp(30px, 2.6042vw, 50px);
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .utilization-box {
    padding: 7.6923076923vw 5.1282051282vw;
    margin-bottom: 12.8205128205vw;
  }
}
.c-layout.ver03.utilization .utilization-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(231, 49, 45, 0.1) 0%, transparent 60%);
  pointer-events: none;
}
.c-layout.ver03.utilization .utilization-box__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 30px);
  color: #333;
  display: inline-block;
  text-align: center;
  padding-bottom: clamp(8px, 0.5208vw, 10px);
  margin-bottom: clamp(24px, 2.0833vw, 40px);
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .utilization-box__title {
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
    padding-bottom: 1.5384615385vw;
  }
}
.c-layout.ver03.utilization .utilization-box__title::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 2px;
  background-color: #E7312D;
}
.c-layout.ver03.utilization .utilization-box__body {
  text-align: left;
}
.c-layout.ver03.utilization .utilization-box__body h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.0417vw, 20px);
  color: #333;
  margin-bottom: clamp(10px, 0.8333vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .utilization-box__body h3 {
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
}
.c-layout.ver03.utilization .utilization-box__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 0.7813vw, 15px);
  color: #333;
  line-height: 1.8;
  margin-bottom: clamp(24px, 2.2917vw, 44px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .utilization-box__body p {
    font-size: 3.5897435897vw;
    line-height: 1.7;
    margin-bottom: 5.1282051282vw;
  }
}
.c-layout.ver03.utilization .utilization-box__body p:last-child {
  margin-bottom: 0;
}
.c-layout.ver03.utilization .c-catregory {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.0417vw, 20px);
  margin-bottom: clamp(40px, 4.1667vw, 80px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-catregory {
    gap: 2.5641025641vw;
    margin-bottom: 7.6923076923vw;
    flex-direction: column;
  }
}
.c-layout.ver03.utilization .c-catregory dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 0.7813vw, 15px);
  font-weight: 700;
  color: #202121;
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.4167vw, 8px);
  width: 125px;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-catregory dt {
    font-size: 3.5897435897vw;
    gap: 1.5384615385vw;
    width: 100%;
  }
}
.c-layout.ver03.utilization .c-catregory dt::before {
  content: "";
  display: block;
  width: clamp(16px, 1.0417vw, 20px);
  height: clamp(14px, 0.9375vw, 18px);
  -webkit-mask-image: url("../img/filter.svg");
          mask-image: url("../img/filter.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #E7312D;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-catregory dt::before {
    width: 4.6153846154vw;
    height: 4.1025641026vw;
  }
}
.c-layout.ver03.utilization .c-catregory dd ul {
  display: flex;
  gap: clamp(10px, 1.0417vw, 20px);
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-catregory dd ul {
    gap: 2.0512820513vw;
  }
}
.c-layout.ver03.utilization .c-catregory dd li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 0.5729vw, 11px) clamp(20px, 1.5625vw, 30px);
  border: 2px solid #E7312D;
  border-radius: 50px;
  color: #E7312D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 0.7813vw, 15px);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-catregory dd li a {
    font-size: 3.3333333333vw;
    padding: 2.0512820513vw 5.1282051282vw;
  }
}
.c-layout.ver03.utilization .c-catregory dd li a:hover {
  background-color: #E7312D;
  color: #fff;
}
.c-layout.ver03.utilization .c-catregory dd li a.is-active {
  background-color: #E7312D;
  color: #fff;
}
.c-layout.ver03.utilization .c-layout__card {
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.c-layout.ver03.utilization .c-layout__card:hover {
  opacity: 0.7;
}
.c-layout.ver03.utilization .c-layout__card-img {
  margin-bottom: clamp(14px, 1.1979vw, 23px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-layout__card-img {
    margin-bottom: 3.0769230769vw;
  }
}
.c-layout.ver03.utilization .c-layout__card-img img {
  aspect-ratio: 320/189;
}
.c-layout.ver03.utilization .c-layout__card-company {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(16px, 1.0417vw, 20px);
  color: #000;
  margin-bottom: clamp(14px, 1.1458vw, 22px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-layout__card-company {
    font-size: 4.1025641026vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-layout.ver03.utilization .c-layout__card-company img {
    width: 5vw;
  }
}
.c-layout.ver03.utilization .c-layout__card-company a {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 0.5208vw, 10px);
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-layout.ver03.utilization .c-layout__card-company a:hover {
  opacity: 0.7;
}
.c-layout.ver03.utilization .c-layout__card-company a::after {
  content: "";
  display: block;
  width: clamp(12px, 0.8333vw, 16px);
  height: clamp(11px, 0.7292vw, 14px);
  -webkit-mask-image: url("../img/arrow-right.svg");
          mask-image: url("../img/arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #EC3C39;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-layout__card-company a::after {
    width: 3.5897435897vw;
    height: 3.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-layout__card-company .arrow-line {
    width: 4.1025641026vw;
  }
}
.c-layout.ver03.utilization .c-layout__card-detail {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.7292vw, 14px);
  width: 100%;
  margin-bottom: clamp(6px, 0.5208vw, 10px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-layout__card-detail {
    gap: 2.0512820513vw;
    margin-bottom: 1.5384615385vw;
  }
}
.c-layout.ver03.utilization .c-layout__card-detail:last-child {
  margin-bottom: 0;
}
.c-layout.ver03.utilization .c-layout__card-detail .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(60px, 3.9583vw, 76px);
  height: clamp(22px, 1.4063vw, 27px);
  background-color: #E7312D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 0.625vw, 12px);
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-layout__card-detail .label {
    min-width: 15.3846153846vw;
    height: 5.641025641vw;
    font-size: 2.5641025641vw;
  }
}
.c-layout.ver03.utilization .c-layout__card-detail .label.sien {
  background-color: #333333;
}
.c-layout.ver03.utilization .c-layout__card-detail .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 0.7813vw, 15px);
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  padding-top: clamp(2px, 0.2083vw, 4px);
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-layout__card-detail .text {
    font-size: 3.3333333333vw;
  }
}
.c-layout.ver03.utilization .c-layout__pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.0833vw, 40px);
  height: clamp(32px, 2.0833vw, 40px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.0417vw, 20px);
  text-decoration: none;
  color: #333;
  background-color: #F5F5F5;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-layout.ver03.utilization .c-layout__pager .page-numbers {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    font-size: 4.1025641026vw;
  }
}
.c-layout.ver03.utilization .c-layout__pager .page-numbers:hover, .c-layout.ver03.utilization .c-layout__pager .page-numbers.current {
  background-color: #E7312D;
  color: #fff;
}
.c-layout.ver03.utilization .c-layout__pager .page-numbers.dots {
  background-color: transparent;
}
.c-layout.ver03.utilization .c-layout__pager .page-numbers.dots:hover {
  color: #333;
}
.c-layout.ver03.utilization .c-layout__pager .page-numbers.prev, .c-layout.ver03.utilization .c-layout__pager .page-numbers.next {
  background-color: transparent;
  width: clamp(20px, 1.25vw, 24px);
}
.c-layout.ver03.utilization .c-layout__pager .page-numbers.prev:hover, .c-layout.ver03.utilization .c-layout__pager .page-numbers.next:hover {
  background-color: transparent;
}

.c-layout__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2px, 0.2083vw, 4px);
  margin-top: clamp(40px, 4.1667vw, 80px);
}
@media screen and (max-width: 767px) {
  .c-layout__pager {
    margin-top: 10.2564102564vw;
    gap: 1.0256410256vw;
  }
}

.c-layout__pager-num,
.c-layout__pager a.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.0833vw, 40px);
  height: clamp(32px, 2.0833vw, 40px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.0417vw, 20px);
  text-decoration: none;
  color: #333;
  background-color: #F5F5F5;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-layout__pager-num,
  .c-layout__pager a.page-numbers {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    font-size: 4.1025641026vw;
  }
}
.c-layout__pager-num:hover, .c-layout__pager-num.active,
.c-layout__pager a.page-numbers:hover,
.c-layout__pager a.page-numbers.active {
  background-color: #E7312D;
  color: #fff;
}

.c-layout__pager span.page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.0833vw, 40px);
  height: clamp(32px, 2.0833vw, 40px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.0417vw, 20px);
  color: #fff;
  background-color: #E7312D;
}
@media screen and (max-width: 767px) {
  .c-layout__pager span.page-numbers.current {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    font-size: 4.1025641026vw;
  }
}

.c-layout__pager-dots,
.c-layout__pager span.page-numbers.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.0833vw, 40px);
  height: clamp(32px, 2.0833vw, 40px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.0417vw, 20px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-layout__pager-dots,
  .c-layout__pager span.page-numbers.dots {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    font-size: 4.1025641026vw;
  }
}

.c-layout__pager-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(32px, 2.0833vw, 40px);
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-layout__pager-arrow {
    width: 5.1282051282vw;
    height: 9.2307692308vw;
  }
}
.c-layout__pager-arrow:hover {
  opacity: 0.6;
}
.c-layout__pager-arrow::before {
  content: "";
  display: block;
  width: clamp(6px, 0.4167vw, 8px);
  height: clamp(6px, 0.4167vw, 8px);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
@media screen and (max-width: 767px) {
  .c-layout__pager-arrow::before {
    width: 1.7948717949vw;
    height: 1.7948717949vw;
  }
}
.c-layout__pager-arrow.prev::before {
  transform: rotate(-135deg);
}
.c-layout__pager-arrow.next::before {
  transform: rotate(45deg);
}

.l-header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e7312d;
  height: 82px;
  transition: 0.5s;
  z-index: 999;
}
.l-header.top {
  background-color: transparent;
}
.l-header.top.scroll {
  background-color: #e7312d;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 15.3846153846vw;
  }
}
.l-header .c-btn {
  height: 45px;
  font-size: 1.5rem;
}
.l-header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 40px;
  color: #fff;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-header .header-wrap {
    padding: 0 4.1025641026vw;
  }
}
.l-header .header-left {
  display: flex;
  gap: 20px;
}
.l-header .header-left .logo-img {
  width: 103px;
}
.l-header .header-left span {
  color: #fff;
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: 500;
}
.l-header .header-center {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  padding-left: 25px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .l-header .header-center {
    display: none;
  }
}
.l-header .header-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-header .header-right {
    margin: 0;
    gap: 5.1282051282vw;
  }
}
.l-header .btn-inquery {
  background: #000;
  color: #fff;
  padding: 10px 30px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header .btn-inquery {
    padding: 2.0512820513vw 5.1282051282vw;
    font-size: 3.5897435897vw;
    border-radius: 12.8205128205vw;
  }
}
.l-header .btn-inquery:hover {
  opacity: 0.7;
}
.l-header .logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-header .logo-link {
    gap: 1.2820512821vw;
  }
}
.l-header .logo-img {
  width: 168px;
}
@media screen and (max-width: 767px) {
  .l-header .logo-img {
    width: 35.3846153846vw;
  }
}
.l-header .blk-wrap {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .l-header .blk-wrap {
    display: none;
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .l-header .blk-wrap {
    flex-direction: column-reverse;
    padding: 10px 0 0;
  }
}
.l-header .hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 6.1538461538vw;
  height: 6.1538461538vw;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10001;
  position: relative;
  margin-top: -3vw;
}
.l-header .hamburger-menu em {
  color: #FFF;
  font-size: 0.8rem;
  position: absolute;
  bottom: -1rem;
}
@media screen and (max-width: 1280px) {
  .l-header .hamburger-menu {
    display: flex;
  }
}
.l-header .hamburger-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transition: all 0.3s ease;
  transform-origin: center;
  pointer-events: none;
}
.l-header .hamburger-menu span:nth-child(2) {
  width: 90%;
}
.l-header .hamburger-menu span:nth-child(3) {
  width: 80%;
}
.l-header .hamburger-menu.is-open span:nth-child(1) {
  transform: translateY(1.7948717949vw) rotate(35deg);
}
.l-header .hamburger-menu.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header .hamburger-menu.is-open span:nth-child(3) {
  width: 100%;
  transform: translateY(-2.0512820513vw) rotate(-35deg);
}
.l-header .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .l-header .modal-overlay {
    display: block;
  }
}
.l-header .modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.l-header .modal-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background: rgba(28, 28, 28, 0.95);
  z-index: 9999;
  transition: right 0.3s ease;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .l-header .modal-menu {
    display: flex;
  }
}
@media screen and (min-width: 1281px) {
  .l-header .modal-menu {
    display: none !important;
  }
}
.l-header .modal-menu.is-open {
  right: 0;
}
.l-header .modal-menu__nav {
  overflow-y: auto;
  padding: 17.9487179487vw 5.1282051282vw;
}
.l-header .modal-menu__nav .child ul {
  display: grid;
  gap: 15px;
  margin-top: 15px;
}
.l-header .modal-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header .modal-menu__nav ul .hd {
  border-bottom: 1px solid #666666;
  padding: 3.8461538462vw 2.5641025641vw;
}
.l-header .modal-menu__nav ul .hd:before {
  display: none;
}
.l-header .modal-menu__nav ul li {
  color: #FFF;
}
.l-header .modal-menu__nav ul li.has-child {
  margin-bottom: 40px;
}
.l-header .modal-menu__nav ul li a {
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
  transition: background-color 0.3s;
  align-items: center;
  gap: 10px;
}
.l-header .modal-menu__nav ul li a:before {
  content: "";
  width: 1.5384615385vw;
  height: 2.5641025641vw;
  background-image: url("../img/arrow_tri.svg");
  display: block;
  background-repeat: no-repeat;
}
.l-header .modal-menu__nav ul li a:hover {
  background-color: #f5f5f5;
}
.l-header .modal-menu__footer {
  padding: 5.1282051282vw 0;
  display: grid;
  gap: 10px;
}
.l-header .modal-menu__footer .c-btn {
  width: 100%;
}
.l-header .modal-menu__footer .c-btn.red, .l-header .modal-menu__footer .c-btn.white {
  border: 0;
}
.l-header .header-nav {
  display: flex;
  gap: 20px;
  font-weight: bold;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header .header-nav {
    margin-left: auto;
  }
}
@media screen and (max-width: 1280px) {
  .l-header .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    height: 90vh;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    max-height: 90vh;
    overflow-y: auto;
  }
  .l-header .header-nav.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 15vw;
    background-color: white;
  }
}
.l-header .header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 5.1282051282vw;
  }
}
.l-header .header-nav ul .parent {
  padding: 0 30px;
}
.l-header .header-nav ul .parent + .parent {
  border-left: 1px solid #fff;
}
.l-header .header-nav ul .parent a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav ul .parent a {
    font-size: 4.1025641026vw;
    display: block;
    padding: 3.8461538462vw;
    border-bottom: 1px solid #ccc;
  }
}
.l-header .header-nav ul .parent a:hover {
  opacity: 0.7;
}
.l-header .header-nav ul .parent.has-child {
  position: relative;
}
.l-header .header-nav ul .parent.has-child:hover .child {
  display: block;
}
.l-header .header-nav ul .parent.has-child .child {
  position: absolute;
  display: none;
  width: 200px;
  left: 0;
  top: 0px;
  margin-left: -40px;
  padding-top: 30px;
}
.l-header .header-nav ul .parent.has-child .child ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
}
.l-header .header-nav ul .parent.has-child .child ul {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  gap: 15px;
}
.l-header .header-nav ul .parent.has-child .child ul a {
  font-weight: 500;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.l-header .header-nav ul .parent.has-child .child ul a:before {
  content: "";
  width: 10px;
  height: 8px;
  background-image: url("../img/arrow_tri.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-header .header-nav .parent-nav a {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header .header-nav .parent-nav a:hover {
  opacity: 0.7;
}
.l-header .header-nav .parent-nav a:hover .plus::after {
  opacity: 0;
}
.l-header .header-nav .parent-nav .plus {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transition: 0.3s;
}
.l-header .header-nav .parent-nav .plus::before, .l-header .header-nav .parent-nav .plus::after {
  content: "";
  position: absolute;
  background-color: #89ecf8;
  transition: all 0.3s ease;
}
.l-header .header-nav .parent-nav .plus::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.l-header .header-nav .parent-nav .plus::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.l-header .header-nav .parent-nav .parent-nav-link.on .plus:after {
  opacity: 0;
}
.l-header .header-nav .parent-nav .child-nav {
  position: absolute;
  top: 90px;
  left: 0%;
  background: #ffffff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 40px 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav {
    position: static;
    height: 0;
    padding: 0;
  }
}
.l-header .header-nav .parent-nav .child-nav.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav.show {
    height: auto;
  }
}
.l-header .header-nav .parent-nav .child-nav .child-nav-container {
  display: flex;
  gap: 66px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-container {
    flex-direction: column;
    gap: 0px;
    padding: 4vw;
    border-bottom: 1px solid #ccc;
  }
}
.l-header .header-nav .parent-nav .child-nav .child-nav-title {
  flex-shrink: 0;
}
.l-header .header-nav .parent-nav .child-nav .child-nav-title h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #193286;
  white-space: nowrap;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-title h3 {
    margin-bottom: 3vw;
  }
}
.l-header .header-nav .parent-nav .child-nav .child-nav-title h3 a {
  color: #193286;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-weight: bold;
}
.l-header .header-nav .parent-nav .child-nav .child-nav-title h3 a:hover {
  opacity: 0.7;
}
.l-header .header-nav .parent-nav .child-nav .child-nav-divider {
  width: 1px;
  background: #193286;
  flex-shrink: 0;
  align-self: stretch;
}
.l-header .header-nav .parent-nav .child-nav .child-nav-content {
  display: flex;
  flex-direction: column;
  gap: 33px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-content {
    gap: 25px;
    width: 100%;
  }
}
.l-header .header-nav .parent-nav .child-nav .child-nav-content.-no-category {
  gap: 0;
}
.l-header .header-nav .parent-nav .child-nav .child-nav-content.-no-category > .category-links {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-content.-no-category > .category-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-header .header-nav .parent-nav .child-nav .child-nav-category {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .child-nav-category {
    gap: 2vw;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-header {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .category-header {
    gap: 10px;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-bar {
  width: 3.11px;
  height: 19.19px;
  background: #0b377b;
  border-radius: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .category-bar {
    width: 3px;
    height: 18px;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .category-title {
    font-size: 1.6rem;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-links {
  display: flex;
  gap: 30px;
  row-gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .category-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 0;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-links li {
  margin: 0;
  padding: 0;
}
.l-header .header-nav .parent-nav .child-nav .category-links li a {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 1.6rem;
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .category-links li a {
    font-size: 1.3rem;
    padding: 10px 0;
    white-space: normal;
    justify-content: flex-start;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-links li a:hover {
  color: #0b377b;
}
.l-header .header-nav .parent-nav .child-nav .category-links li a:hover .icon-arrow::before {
  border-color: #0b377b;
}
.l-header .header-nav .parent-nav .child-nav .category-links li a .icon-arrow {
  position: relative;
  width: 7.587px;
  height: 12.84px;
  flex-shrink: 0;
}
.l-header .header-nav .parent-nav .child-nav .category-links li a .icon-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .category-links li a .icon-arrow {
    width: 6px;
    height: 10px;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-links li a .link-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.l-header .header-nav .parent-nav .child-nav .category-links li a .link-text .main-text {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .category-links li a .link-text .main-text {
    font-size: 1.3rem;
  }
}
.l-header .header-nav .parent-nav .child-nav .category-links li a .link-text .sub-text {
  font-size: 1.2rem;
  line-height: 1;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .parent-nav .child-nav .category-links li a .link-text .sub-text {
    font-size: 1.1rem;
  }
}
.l-header .nav-link {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.l-header .nav-link:hover {
  opacity: 0.7;
}
.l-header .select-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.l-header .select-lang a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.l-header .select-lang a:hover {
  opacity: 0.7;
}
.l-header .select-lang span {
  color: #fff;
}
.l-header .sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header .sp-menu {
    display: flex;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    position: absolute;
    right: 5vw;
    top: 5vw;
  }
  .l-header .sp-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: 0.3s;
  }
  .l-header .sp-menu.is-open span:first-child {
    transform: rotate(45deg) translate(1.5384615385vw, 1.5384615385vw);
  }
  .l-header .sp-menu.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header .sp-menu.is-open span:last-child {
    transform: rotate(-45deg) translate(1.5384615385vw, -1.5384615385vw);
  }
}
.l-header img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-bottom: 0;
  }
}

.l-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
.l-inner.top01 {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flow-root;
}
.l-inner.top02 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.l-main {
  min-height: 100svh;
}

.foot-contact {
  position: relative;
  background-image: url("../img/bg1.jpg");
  color: #fff;
}
.foot-contact:before {
  content: "";
  max-width: 1600px;
  height: 610px;
  background-image: url("../img/foot-bg.svg");
  width: 90%;
  background-size: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  position: absolute;
  top: clamp(-70px, -4.1vw, -20px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .foot-contact:before {
    top: -4.1vw;
  }
}

.scoroll-top {
  position: fixed;
  visibility: none;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 998;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .scoroll-top {
    width: 12.8205128205vw;
  }
}
.scoroll-top.show {
  opacity: 1;
  visibility: visible;
}

.foot-contact__bg {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
}
.foot-contact__bg::before {
  content: "FST";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  font-size: clamp(80px, 20vw, 240px);
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.foot-contact__inner {
  position: relative;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .foot-contact__inner {
    flex-direction: column;
    padding-top: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
    gap: 6.1538461538vw;
  }
}

.foot-contact__content {
  flex: 1;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foot-contact__content {
    max-width: none;
  }
}

.foot-contact__title {
  margin: 0 0 55px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .foot-contact__title {
    margin-bottom: 5.1282051282vw;
    font-size: 2.4rem;
  }
}

.foot-contact__lead {
  margin: 0 0 16px;
  font-size: 1.5rem;
  line-height: 2.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .foot-contact__lead {
    margin-bottom: 3.5897435897vw;
    font-size: 1.4rem;
  }
}

.foot-contact__highlights {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .foot-contact__highlights {
    margin: 5.1282051282vw 0;
    gap: 3.0769230769vw;
  }
}

.btn {
  margin-top: 50px;
}
.btn .c-btn {
  width: 350px;
  font-size: 2.4rem;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .btn .c-btn {
    width: 90%;
    font-size: 2rem;
  }
}

.foot-contact__highlight {
  margin: 0;
  padding: 14px 24px;
  background: #fff;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;
}
.foot-contact__highlight em {
  color: #EC3C39;
}
@media screen and (max-width: 767px) {
  .foot-contact__highlight {
    padding: 0.5128205128vw 2.5641025641vw;
    font-size: 1.7rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}

.foot-contact__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
  padding: 18px 40px;
  font-size: 1.8rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .foot-contact__cta {
    margin-top: 7.1794871795vw;
    padding: 4.1025641026vw 8.2051282051vw;
    font-size: 4.1025641026vw;
    gap: 2.5641025641vw;
  }
}

.foot-contact__cta-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent currentColor;
}

.foot-contact__visual {
  flex-shrink: 0;
  width: 25%;
  max-width: 400px;
  position: absolute;
  right: 40px;
  bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .foot-contact__visual {
    text-align: right;
    position: static;
    width: 100%;
    max-width: none;
  }
  .foot-contact__visual img {
    position: relative;
    bottom: -9vw;
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .foot-contact__visual {
    width: 70vw;
    max-width: 100%;
    margin-left: auto;
    padding-top: 10vw;
    padding-right: 5vw;
  }
  .foot-contact__visual img {
    width: 100%;
    bottom: 0vw;
    margin-bottom: -40vw;
  }
}

.foot-contact__img {
  width: 100%;
  height: auto;
  display: block;
}
.foot-contact__img--placeholder {
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  min-height: 280px;
}
@media screen and (max-width: 767px) {
  .foot-contact__img--placeholder {
    min-height: 61.5384615385vw;
  }
}

.foot-contact__bottom {
  background: #DF1720;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .foot-contact__bottom {
    padding: 34vw 10vw 15vw;
  }
}

.foot-contact__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foot-contact__bottom-inner {
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}

.foot-contact__bottom-item {
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .foot-contact__bottom-item {
    width: 100%;
  }
}
.foot-contact__bottom-item .c-btn {
  width: 100%;
  border: 2px solid #FFF;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
}
@media screen and (max-width: 767px) {
  .foot-contact__bottom-item .c-btn {
    font-size: 2rem;
  }
}

.foot-contact__bottom-label {
  margin: 0 0 8px;
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .foot-contact__bottom-label {
    margin-bottom: 2.0512820513vw;
    font-size: 3.8461538462vw;
  }
}

.foot-contact__bottom-icon {
  flex-shrink: 0;
}
.foot-contact__bottom-icon--download {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-top: none;
  border-radius: 0 0 4px 4px;
  position: relative;
}
.foot-contact__bottom-icon--download::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  width: 8px;
  height: 6px;
  border: 2px solid currentColor;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
}
.foot-contact__bottom-icon--arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent currentColor;
}

.footer {
  background: #fff;
  color: #333333;
}

.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px 24px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 10.2564102564vw 5.1282051282vw 6.1538461538vw;
  }
}

.footer__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer__main {
    flex-direction: column;
    gap: 8.2051282051vw;
    padding-bottom: 8.2051282051vw;
  }
}

.footer__brand {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer__brand {
    text-align: center;
  }
}

.footer__logo {
  margin: 0 0 60px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #E7312D;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    font-size: 4.6153846154vw;
    margin: 0 3vw 5vw;
  }
}

.footer__company {
  margin: 0 0 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .footer__company {
    margin-bottom: 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
}

.footer__address {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .footer__address {
    font-size: 3.3333333333vw;
  }
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav-col {
  flex-shrink: 0;
}

.footer__nav-ttl {
  margin: 0 0 12px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .footer__nav-ttl {
    margin-bottom: 3.0769230769vw;
    font-size: 3.5897435897vw;
  }
}
.footer__nav-ttl a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  text-decoration: none;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  .footer__nav-ttl a {
    gap: 2.0512820513vw;
  }
}
.footer__nav-ttl a::before {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #E7312D;
}
.footer__nav-ttl a:hover {
  color: #E7312D;
}

.footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 46px;
}
.footer__nav-list.has-line li + li {
  border-top: 1px solid #CCC;
  padding-top: 0.7em;
}

.footer__nav-list li {
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .footer__nav-list li {
    margin-bottom: 2.0512820513vw;
  }
}

.footer__nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  .footer__nav-list a {
    gap: 2.0512820513vw;
    font-size: 3.3333333333vw;
  }
}
.footer__nav-list a::before {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #E7312D;
}
.footer__nav-list a:hover {
  color: #E7312D;
}

.footer__copyright {
  padding-top: 24px;
  text-align: center;
  font-size: 1.2rem;
  color: #5A5A5A;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    padding-top: 6.1538461538vw;
    font-size: 3.0769230769vw;
  }
}

.footer__copyright p {
  margin: 0;
}

.page-top .sec-mv {
  padding: 0 40px;
  background-image: url("../img/top/mv_tex.svg"), url("../img/top/mv_bg.webp");
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: 0%, center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv {
    padding: 0 0;
    background-image: url("../img/top/mv_tex-tab.svg"), url("../img/top/mv_bg.webp");
  }
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv {
    background-image: url("../img/top/mv_tex-sp.svg"), url("../img/top/mv_bg.webp");
    overflow-x: clip;
    overflow-y: visible;
  }
}
.page-top .sec-mv .l-inner .mv-catch {
  margin-top: clamp(0px, 27.0833vw, 520px);
  margin-bottom: clamp(0px, 4.6875vw, 90px);
  z-index: 2;
  position: relative;
}
.page-top .sec-mv .l-inner .mv-catch .mv-img {
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv .l-inner .mv-catch {
    margin-top: 45.6323337679vw;
    margin-bottom: 4.5632333768vw;
  }
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv .l-inner .mv-catch {
    margin-top: 76.9230769231vw;
    margin-bottom: 71.7948717949vw;
  }
}
.page-top .sec-mv .l-inner .mv-catch__sub {
  display: table;
  background-color: #1C1C1C;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0px, 1.3021vw, 25px);
  line-height: 1.2;
  padding: 7px 19px;
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv .l-inner .mv-catch__sub {
    font-size: 2.0860495437vw;
  }
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv .l-inner .mv-catch__sub {
    font-size: 3.5897435897vw;
    padding: 1.2820512821vw 3.0769230769vw;
  }
}
.page-top .sec-mv .l-inner .mv-catch__main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(0px, 2.6563vw, 51px);
  line-height: 1.2;
  color: #202121;
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv .l-inner .mv-catch__main {
    font-size: 3.6505867014vw;
  }
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv .l-inner .mv-catch__main {
    font-size: 7.1794871795vw;
  }
}
.page-top .sec-mv .l-inner .mv-catch__main span {
  display: table;
  background-color: #fff;
  padding: 3px 19px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv .l-inner .mv-catch__main span {
    padding: 0.5128205128vw 2.5641025641vw;
    margin-top: 1.0256410256vw;
  }
}
.page-top .sec-mv .l-inner .mv-pc {
  width: clamp(0px, 53.3333vw, 1024px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(18%, -50%);
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv .l-inner .mv-pc {
    width: 61.9295958279vw;
    transform: translate(6%, -16%);
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv .l-inner .mv-pc {
    width: 128.2051282051vw;
    transform: translate(-37%, 20%);
  }
}
.page-top .sec-mv .l-inner .mv-company-name {
  width: clamp(0px, 66.6667vw, 1280px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-81%, -50%);
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv .l-inner .mv-company-name {
    width: 89.9608865711vw;
    transform: translate(-60%, -69%);
  }
}
@media screen and (max-width: 767px) {
  .page-top .sec-mv .l-inner .mv-company-name {
    width: 117.9487179487vw;
    transform: translate(-50%, -112%);
  }
}
.page-top .sec-intro {
  padding: 0 20px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro {
    padding: 0 5.1282051282vw;
    padding-top: 12.8205128205vw;
  }
}
.page-top .sec-intro .intro-cta {
  display: flex;
  justify-content: center;
  gap: clamp(30px, 5.2083vw, 100px);
  margin-bottom: clamp(40px, 3.6458vw, 70px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-cta {
    flex-direction: column;
    gap: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
  }
}
.page-top .sec-intro .intro-cta__item {
  text-align: center;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-cta__item {
    width: 100%;
  }
}
.page-top .sec-intro .intro-cta__item .c-btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-cta__item .c-btn {
    font-size: 5.1282051282vw;
  }
}
.page-top .sec-intro .intro-cta__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 0.8333vw, 16px);
  color: #202121;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-cta__label {
    font-size: 4.1025641026vw;
    margin-bottom: 2.0512820513vw;
  }
}
.page-top .sec-intro .intro-block {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 5.2083vw, 100px);
  margin-bottom: clamp(30px, 2.0833vw, 40px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block {
    grid-template-columns: 1fr;
    gap: 7.6923076923vw;
    margin-bottom: 10.2564102564vw;
  }
}
.page-top .sec-intro .intro-block--02 {
  grid-template-columns: 1fr 1.1fr;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block--02 {
    grid-template-columns: 1fr;
  }
}
.page-top .sec-intro .intro-block--02 .intro-block__content {
  order: 1;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block--02 .intro-block__content {
    order: 2;
  }
}
.page-top .sec-intro .intro-block--02 .intro-block__img {
  order: 2;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block--02 .intro-block__img {
    order: 1;
  }
}
.page-top .sec-intro .intro-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block__img {
    margin-right: -5.1282051282vw;
    margin-left: -5.1282051282vw;
  }
  .page-top .sec-intro .intro-block__img img {
    width: 100%;
  }
}
.page-top .sec-intro .intro-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-top .sec-intro .intro-block__content.right {
  padding-right: clamp(40px, 5.2083vw, 100px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block__content.right {
    padding-right: 0vw;
  }
}
.page-top .sec-intro .intro-block__content.left {
  padding-left: clamp(40px, 5.2083vw, 100px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block__content.left {
    padding-left: 0vw;
  }
}
.page-top .sec-intro .intro-block__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 1.5625vw, 30px);
  line-height: 1.2;
  color: #202121;
  padding-bottom: clamp(8px, 0.625vw, 12px);
  border-bottom: 2px solid #E7312D;
  display: inline-block;
  margin-bottom: clamp(15px, 1.3021vw, 25px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block__title {
    font-size: 5.1282051282vw;
    padding-bottom: 2.0512820513vw;
    margin-bottom: 3.8461538462vw;
    text-align: center;
    align-self: stretch;
  }
}
.page-top .sec-intro .intro-block__title .strong {
  font-size: clamp(0px, 2.0833vw, 40px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block__title .strong {
    font-size: 6.6666666667vw;
  }
}
.page-top .sec-intro .intro-block__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.0417vw, 20px);
  line-height: 1.2;
  color: #202121;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block__subtitle {
    font-size: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
    text-align: center;
    align-self: stretch;
  }
}
.page-top .sec-intro .intro-block__text {
  font-weight: 500;
  color: #000;
  padding: 0;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block__text {
    padding: 0;
    font-size: 3.8461538462vw;
  }
}
.page-top .sec-intro .intro-block .c-btn {
  width: 200px;
  margin-top: clamp(30px, 2.6042vw, 50px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-block .c-btn {
    width: 66.6666666667vw;
    margin: 0 auto;
    margin-top: 7.6923076923vw;
    font-size: 5.1282051282vw;
  }
}
.page-top .sec-intro .intro-total {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(30px, 3.125vw, 60px);
  margin-top: clamp(60px, 5.2083vw, 100px);
  margin-bottom: clamp(30px, 2.0833vw, 40px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-total {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    margin-top: 12.8205128205vw;
    margin-bottom: 7.6923076923vw;
    gap: 6.4102564103vw;
  }
}
.page-top .sec-intro .intro-total__illust {
  flex-shrink: 0;
  width: clamp(200px, 16.9271vw, 325px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-total__illust {
    width: 34.6153846154vw;
    position: absolute;
    top: -6%;
    right: 0%;
  }
}
.page-top .sec-intro .intro-total__illust img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-total__content {
    display: contents;
  }
}
.page-top .sec-intro .intro-total__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 1.5625vw, 30px);
  line-height: 1.5;
  color: #202121;
  border-bottom: 2px solid #E7312D;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-total__title {
    font-size: 5.1282051282vw;
    order: 1;
    border-bottom: none;
    text-decoration: underline;
    text-decoration-color: #E7312D;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}
.page-top .sec-intro .intro-total__subtitle {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.0417vw, 20px);
  line-height: 1.2;
  color: #000;
  margin-top: clamp(20px, 1.5625vw, 30px);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-total__subtitle {
    font-size: 4.358974359vw;
    margin-top: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
    order: 2;
  }
}
.page-top .sec-intro .intro-total__text {
  color: #333;
  padding: 0;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-total__text {
    padding: 0;
    order: 3;
    font-size: 3.8461538462vw;
  }
}
.page-top .sec-intro .intro-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 1.3021vw, 25px);
  align-items: stretch;
}
@media screen and (max-width: 1000px) {
  .page-top .sec-intro .intro-services {
    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
  }
}
.page-top .sec-intro .intro-services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-top .sec-intro .intro-services__card {
  width: 100%;
  border: 3px solid #E7312D;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEFEF 100%);
  display: flex;
  overflow: hidden;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-services__card {
    min-height: 64.1025641026vw;
  }
}
.page-top .sec-intro .intro-services__card--ai {
  background: #D93A36;
}
.page-top .sec-intro .intro-services__card--ai .intro-services__card-title,
.page-top .sec-intro .intro-services__card--ai .intro-services__card-list p {
  color: #fff;
}
.page-top .sec-intro .intro-services__card-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  color: #D93A36;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 2px 12px;
  z-index: 2;
}
.page-top .sec-intro .intro-services__card-img {
  width: 35%;
  flex-shrink: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-services__card-img {
    width: 30.7692307692vw;
    height: 25.641025641vw;
    position: absolute;
    top: 0%;
    left: 0%;
  }
}
.page-top .sec-intro .intro-services__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-top .sec-intro .intro-services__card-img img.item01 {
  -o-object-position: 55% 50%;
     object-position: 55% 50%;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-services__card-img img.item01 {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}
.page-top .sec-intro .intro-services__card-img img.item02 {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
.page-top .sec-intro .intro-services__card-img img.item03 {
  -o-object-position: 63% 50%;
     object-position: 63% 50%;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-services__card-img img.item03 {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}
.page-top .sec-intro .intro-services__card-body {
  flex: 1;
  padding: clamp(15px, 2.6042vw, 50px) clamp(15px, 1.0417vw, 20px);
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-services__card-body {
    padding: 10.2564102564vw 12.8205128205vw;
  }
}
.page-top .sec-intro .intro-services__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  line-height: 1.2;
  color: #333;
  margin-bottom: clamp(15px, 1.3021vw, 25px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-services__card-title {
    font-size: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
    text-align: center;
  }
}
.page-top .sec-intro .intro-services__card-list {
  padding: 0;
  margin: 0;
}
.page-top .sec-intro .intro-services__card-list p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 0.7813vw, 14px);
  line-height: 2.6;
  color: #333;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-services__card-list p {
    font-size: 3.0769230769vw;
    line-height: 2.2;
  }
}
.page-top .sec-intro .intro-services__card-list p span {
  margin-right: 20px;
  display: inline-block;
  line-height: 1.7;
}
.page-top .sec-intro .intro-services__card-list p span::before {
  content: "●";
  margin-right: 0.3em;
}
.page-top .sec-intro .intro-services .c-btn {
  margin-top: -20px;
  font-size: clamp(13px, 0.7813vw, 15px);
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .page-top .sec-intro .intro-services .c-btn {
    font-size: 3.3333333333vw;
    padding: 2.5641025641vw 7.6923076923vw;
    margin-top: -5.1282051282vw;
  }
}
.page-top .sec-achievement {
  background: linear-gradient(135deg, #F4F6FA 0%, #FADDDD 100%);
  padding: 0 clamp(20px, 3.6458vw, 70px);
  padding-top: 140px;
  padding-bottom: 140px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement {
    padding: 0 5.1282051282vw;
    padding-top: 17.9487179487vw;
    padding-bottom: 17.9487179487vw;
    margin-top: 17.9487179487vw;
  }
}
.page-top .sec-achievement .l-inner.top01 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: clamp(40px, 7.2917vw, 140px);
}
@media screen and (max-width: 1000px) {
  .page-top .sec-achievement .l-inner.top01 {
    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
  }
}
.page-top .sec-achievement .achievement-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  line-height: 1.2;
  color: #202121;
}
.page-top .sec-achievement .achievement-title div {
  display: inline;
  border-bottom: 2px solid #E7312D;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 clamp(10px, 0.7813vw, 15px) clamp(4px, 0.3125vw, 6px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-title div {
    font-size: 4.7435897436vw;
    padding: 0;
    display: block;
    border-bottom: none;
    text-decoration: underline;
    text-decoration-color: #E7312D;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    text-align: center;
  }
}
.page-top .sec-achievement .achievement-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.0417vw, 20px);
  line-height: 1.2;
  color: #202121;
  margin-top: clamp(25px, 2.6042vw, 50px);
  margin-bottom: clamp(15px, 1.0417vw, 20px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-subtitle {
    font-size: 4.358974359vw;
    margin-top: 6.4102564103vw;
    text-align: center;
    margin-bottom: 3.8461538462vw;
    line-height: 2;
  }
}
.page-top .sec-achievement .achievement-desc {
  color: #333;
  padding: 0;
  line-height: 2.2;
  margin-bottom: clamp(30px, 3.125vw, 60px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-desc {
    padding: 0;
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-desc .text {
    font-size: 3.8461538462vw;
  }
}
.page-top .sec-achievement .achievement-bar {
  background-color: #E7312D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 0.9375vw, 18px);
  padding: clamp(6px, 0.4688vw, 9px) clamp(20px, 2.0833vw, 40px);
  text-align: center;
  margin-bottom: clamp(25px, 2.6042vw, 50px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-bar {
    font-size: 3.5897435897vw;
    padding: 2.0512820513vw 3.8461538462vw;
    margin-bottom: 6.4102564103vw;
    line-height: 1.5;
  }
}
.page-top .sec-achievement .achievement-info {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.0833vw, 40px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-info {
    gap: 5.1282051282vw;
  }
}
.page-top .sec-achievement .achievement-info__row {
  display: flex;
  gap: clamp(10px, 1.0417vw, 20px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-info__row {
    flex-direction: column;
    gap: 2.0512820513vw;
  }
}
.page-top .sec-achievement .achievement-info__tag {
  width: 110px;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(11px, 0.6771vw, 13px);
  padding: clamp(4px, 0.3646vw, 7px) clamp(10px, 0.7292vw, 14px);
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-info__tag {
    width: 100%;
    font-size: 2.8205128205vw;
    padding: 2.5641025641vw 3.0769230769vw;
  }
}
.page-top .sec-achievement .achievement-info__text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 0.7813vw, 15px);
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-info__text {
    font-size: 3.8461538462vw;
    line-height: 1.7;
  }
}
.page-top .sec-achievement .achievement-right {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5.2083vw, 100px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-right {
    gap: 0vw;
  }
}
.page-top .sec-achievement .achievement-case {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-case {
    margin-top: 25.641025641vw;
    flex-direction: column-reverse;
  }
}
.page-top .sec-achievement .achievement-case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 86%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-case::before {
    width: 100%;
  }
}
.page-top .sec-achievement .achievement-case__info {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 3.125vw, 60px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-case__info {
    padding: 6.4102564103vw;
  }
}
.page-top .sec-achievement .achievement-case__company {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.0417vw, 20px);
  line-height: 1.2;
  color: #000;
  margin-bottom: clamp(15px, 1.0417vw, 20px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-case__company {
    font-size: 5.1282051282vw;
    margin-bottom: 6.4102564103vw;
  }
}
.page-top .sec-achievement .achievement-case__detail {
  margin: 0;
}
.page-top .sec-achievement .achievement-case__detail-row {
  display: flex;
  align-items: flex-start;
  gap: clamp(8px, 0.7813vw, 15px);
  margin-bottom: clamp(8px, 0.5208vw, 10px);
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-case__detail-row {
    gap: 2.0512820513vw;
    margin-bottom: 2.0512820513vw;
  }
}
.page-top .sec-achievement .achievement-case__detail-row dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 0.7813vw, 15px);
  line-height: 1.4;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-case__detail-row dd {
    font-size: 3.8461538462vw;
  }
}
.page-top .sec-achievement .achievement-case__tag {
  width: 75px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  padding: clamp(5px, 0.3646vw, 7px) clamp(10px, 0.7292vw, 14px);
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-case__tag {
    font-size: 3.0769230769vw;
    padding: 1.2820512821vw 3.0769230769vw;
  }
}
.page-top .sec-achievement .achievement-case__tag--dark {
  background-color: #333;
}
.page-top .sec-achievement .achievement-case__tag--red {
  background-color: #E7312D;
}
.page-top .sec-achievement .achievement-case__link {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #333;
  text-decoration: none;
  border-top: 2px solid #EC3C39;
  border-bottom: 2px solid #EC3C39;
  padding: clamp(10px, 0.7813vw, 15px) clamp(15px, 1.0417vw, 20px);
  margin-top: auto;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-case__link {
    font-size: 3.8461538462vw;
    padding: 2.5641025641vw 3.8461538462vw;
    margin-top: 5.1282051282vw;
  }
}
.page-top .sec-achievement .achievement-case__link::after {
  content: "";
  -webkit-mask-image: url("../img/arrow-line.svg");
          mask-image: url("../img/arrow-line.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #EC3C39;
  display: block;
  width: 16px;
  height: 16px;
}
.page-top .sec-achievement .achievement-case__link:hover {
  color: #EC3C39;
}
.page-top .sec-achievement .achievement-case__img {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: clamp(200px, 22.9167vw, 440px);
  padding: clamp(25px, 2.0833vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  .page-top .sec-achievement .achievement-case__img {
    width: 100%;
    padding: 0 5.1282051282vw 5.1282051282vw;
    margin-top: -15.3846153846vw;
  }
}
.page-top .sec-achievement .achievement-case__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.16);
}

.service-reason {
  padding: 60px 0 80px;
  background: linear-gradient(135deg, #F4F6FA 0%, #FADDDD 100%);
}
@media screen and (max-width: 767px) {
  .service-reason {
    padding: 10.2564102564vw 0 14.358974359vw;
  }
}
.service-reason__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .service-reason__inner {
    padding: 0;
  }
}
.service-reason__title {
  margin: 0 0 20px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-reason__title {
    margin-bottom: 4.1025641026vw;
    font-size: 5.1282051282vw;
  }
}
.service-reason__lead {
  margin: 0 0 40px;
  font-size: 1.5rem;
  line-height: 2;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-reason__lead {
    margin-bottom: 8.2051282051vw;
    font-size: 3.5897435897vw;
    text-align: left;
  }
}
.service-reason__list {
  display: flex;
  gap: 24px;
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
  justify-content: center;
  justify-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .service-reason__list {
    gap: 4.1025641026vw;
    margin-bottom: 10.2564102564vw;
  }
}
.service-reason__item {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 3px solid #E7312D;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333333;
  font-weight: bold;
  text-align: center;
  place-items: center;
  box-sizing: border-box;
  place-items: center;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .service-reason__item {
    width: 100%;
    padding: 5.1282051282vw 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}
.service-reason__note {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.9;
  font-weight: bold;
  color: #E7312D;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-reason__note {
    font-size: 1.6rem;
    text-align: left;
  }
}
.service-reason__note--red {
  color: #E7312D;
  font-weight: 700;
}

.service-feature {
  display: flex;
}
@media screen and (max-width: 767px) {
  .service-feature {
    flex-direction: column;
  }
}
.service-feature__inner {
  display: flex;
  width: 100%;
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .service-feature__inner {
    flex-direction: column;
    min-height: 0;
  }
}
.service-feature__img-wrap {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .service-feature__img-wrap {
    width: 100%;
  }
}
.service-feature__img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .service-feature__img {
    min-height: 71.7948717949vw;
  }
}
.service-feature__body {
  width: 50%;
  flex: 1;
  padding: 48px clamp(40px, 5vw, 90px);
  background: url("../img/bg1.jpg");
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-feature__body .in {
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  .service-feature__body {
    width: 100%;
    padding: 8.2051282051vw 5.1282051282vw;
  }
}
.service-feature__title {
  margin: 0 0 24px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .service-feature__title {
    margin-bottom: 5.1282051282vw;
    font-size: 5.1282051282vw;
  }
}
.service-feature__lead {
  margin: 0 0 24px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .service-feature__lead {
    margin-bottom: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
.service-feature__card {
  margin: 0 0 24px;
  padding: 24px 20px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .service-feature__card {
    margin-bottom: 5.1282051282vw;
    padding: 5.1282051282vw 4.1025641026vw;
  }
}
.service-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .service-feature__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5641025641vw 3.0769230769vw;
    font-size: 1.5rem;
  }
}
.service-feature__list li {
  position: relative;
  padding-left: 1.2em;
  min-width: 7em;
}
@media screen and (max-width: 767px) {
  .service-feature__list li {
    min-width: 0;
    width: 48%;
  }
}
.service-feature__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #333333;
}
.service-feature__text {
  margin: 0 0 16px;
  font-size: 1.5rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .service-feature__text {
    margin-bottom: 3.0769230769vw;
    font-size: 3.5897435897vw;
  }
}
.service-feature__text:last-child {
  margin-bottom: 0;
}

.service-detail {
  padding: 60px 0 80px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .service-detail {
    padding: 10.2564102564vw 0 14.358974359vw;
  }
}
.service-detail .txt {
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .service-detail .txt {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 5vw;
  }
}
.service-detail__inner {
  margin: 0 auto;
}
.service-detail__header {
  margin: 0 0 40px;
  padding: 16px 2em;
  background: #E7312D;
  color: #fff;
  font-size: 3rem;
  display: inline-flex;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .service-detail__header {
    margin-bottom: 8.2051282051vw;
    padding: 3.5897435897vw 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
}
.service-detail__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .service-detail__items {
    gap: 5.1282051282vw;
  }
}
.service-detail__item {
  padding: 4em clamp(2em, 7vw, 7em);
  background: #fff;
  border: 2px solid #E7312D;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background-image: linear-gradient(180deg, #fff 0%, #ffefef 100%);
}
@media screen and (max-width: 767px) {
  .service-detail__item {
    padding: 6.1538461538vw 5.1282051282vw;
  }
}
.service-detail__item .note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .service-detail__item .note {
    position: static;
  }
}
.service-detail__item-ttl {
  margin: 0 0 1.5em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  text-align: center;
  border-bottom: 3px solid #E7312D;
  padding-bottom: 12px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .service-detail__item-ttl {
    margin-bottom: 4.1025641026vw;
    font-size: 4.1025641026vw;
    padding-bottom: 2.5641025641vw;
  }
}
.service-detail__item-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
}
.service-detail__item-body.-col1 {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 767px) {
  .service-detail__item-body {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.service-detail__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .service-detail__list {
    font-size: 1.4rem;
  }
}
.service-detail__list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 0.8em;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
}
.service-detail__list li p {
  font-size: 1.5rem;
  margin-top: 5px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .service-detail__list li {
    margin-bottom: 1.5384615385vw;
  }
}
.service-detail__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.service-flow {
  padding: 60px 0 80px;
  background: linear-gradient(135deg, #F4F6FA 0%, #FADDDD 100%);
}
@media screen and (max-width: 767px) {
  .service-flow {
    padding: 10.2564102564vw 0 14.358974359vw;
  }
}
.service-flow__inner {
  margin: 0 auto;
}
.service-flow__title {
  margin: 0 0 20px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-flow__title {
    margin-bottom: 4.1025641026vw;
    font-size: 5.1282051282vw;
  }
}
.service-flow__lead {
  margin: 0 0 48px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .service-flow__lead {
    margin-bottom: 10.2564102564vw;
    font-size: 3.5897435897vw;
    text-align: left;
  }
}
.service-flow__lead p {
  margin: 0 0 1em;
}
.service-flow__lead p:last-child {
  margin-bottom: 0;
}
.service-flow__steps {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-flow__steps {
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.service-flow__steps:has(.service-flow__row) {
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 100%;
}
.service-flow__steps .line1 {
  height: 2px;
  background-color: #E7312D;
  width: 100%;
  position: absolute;
  right: -30px;
  top: 75px;
  z-index: 0;
}
.service-flow__steps .line1.type2 {
  right: 80px;
  width: 800px;
}
@media screen and (max-width: 767px) {
  .service-flow__steps .line1.type2 {
    height: 100%;
    width: 2px;
    right: auto;
    left: 50%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-flow__steps .line1 {
    height: 100%;
    width: 2px;
    right: auto;
    left: 50%;
    top: 0;
  }
}
.service-flow__steps .line2 {
  height: 2px;
  background-color: #E7312D;
  width: 300px;
  position: absolute;
  right: 43%;
  bottom: 80px;
  z-index: 0;
}
.service-flow__steps .line2.type2 {
  right: auto;
  left: 200px;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .service-flow__steps .line2 {
    display: none;
  }
}
.service-flow__row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-flow__row {
    flex-direction: column;
    gap: 4.1025641026vw;
    max-width: 100%;
  }
}
.service-flow__row--1 {
  margin-bottom: 0;
}
.service-flow__row--2 {
  margin-top: 0;
}
.service-flow__connector {
  flex-shrink: 0;
}
.service-flow__connector--v {
  width: 2px;
  height: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-flow__connector--v {
    height: 6.1538461538vw;
  }
}
.service-flow__step {
  position: relative;
  z-index: 2;
  padding: 32px 16px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  box-sizing: border-box;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .service-flow__step {
    padding: 7.1794871795vw 4.1025641026vw 5.1282051282vw;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5vw;
    font-size: 1.6rem;
    padding: 4vw;
  }
}
.service-flow__row .service-flow__step {
  flex: 1 1 0;
  min-width: 0;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .service-flow__row .service-flow__step {
    max-width: none;
  }
}
.service-flow__label {
  display: block;
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .service-flow__label {
    margin-top: 0;
    font-size: 3.5897435897vw;
  }
}
.service-flow__num {
  display: flex;
  width: 60px;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 0 auto 16px;
  background: #E7312D;
  color: #fff;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .service-flow__num {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    margin: 0;
    font-size: 4.1025641026vw;
    display: inline-flex;
  }
}
.service-flow__row .service-flow__num {
  margin: 0 auto 12px;
}
@media screen and (max-width: 767px) {
  .service-flow__row .service-flow__num {
    margin: 0;
  }
}

.service-faq {
  padding: 60px 0 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .service-faq {
    padding: 10.2564102564vw 0 14.358974359vw;
  }
}
.service-faq__inner {
  max-width: 800px;
  margin: 0 auto;
}
.service-faq__title {
  margin: 0 0 40px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-faq__title {
    margin-bottom: 8.2051282051vw;
    font-size: 5.1282051282vw;
  }
}
.service-faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-faq__item {
  padding: 40px 0;
  border-bottom: 1px solid #E7312D;
}
.service-faq__item:first-child {
  border-top: 1px solid #E7312D;
}
@media screen and (max-width: 767px) {
  .service-faq__item {
    padding: 5.1282051282vw 0;
  }
}
.service-faq__q {
  margin: 0 0 12px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #E7312D;
}
@media screen and (max-width: 767px) {
  .service-faq__q {
    margin-bottom: 2.5641025641vw;
    font-size: 3.8461538462vw;
  }
}
.service-faq__a {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .service-faq__a {
    font-size: 3.5897435897vw;
  }
}

.company-lead {
  background: linear-gradient(0deg, #fff 0%, #ffefef 100%);
}
.company-lead__body {
  max-width: 550px;
  margin-left: auto;
  padding: 50px 0 50px 20px;
}
@media screen and (max-width: 767px) {
  .company-lead__body {
    padding: 5vw;
    width: auto;
  }
}
.company-lead__img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .company-lead__img {
    min-height: 0;
    height: auto;
    width: 100%;
  }
}
.company-lead__inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company-lead__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    padding: 0;
  }
}
.company-lead__title {
  margin: 0 0 24px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  padding-bottom: 12px;
  text-decoration: underline;
  text-decoration-color: #e7312d;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 767px) {
  .company-lead__title {
    margin-bottom: 5.1282051282vw;
    font-size: 5.1282051282vw;
    padding-bottom: 2.5641025641vw;
    border-bottom-width: 2px;
  }
}
.company-lead__title-line {
  display: block;
}
.company-lead__title-line:first-child {
  border-bottom: 3px solid #E7312D;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .company-lead__title-line:first-child {
    border-bottom-width: 2px;
    margin-bottom: 1.5384615385vw;
  }
}
.company-lead__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .company-lead__text {
    font-size: 3.3333333333vw;
  }
}

.company-mission {
  margin: 10px 0;
  background-image: url("../img/bg1.jpg");
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company-mission {
    margin: 0;
  }
}
.company-mission__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  padding: 65px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-mission__inner {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 8.2051282051vw 0;
  }
}
.company-mission__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .company-mission__left {
    max-width: none;
    flex: none;
    padding: 0 0 6.1538461538vw;
  }
}
.company-mission__label {
  margin: 0 0 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .company-mission__label {
    margin-bottom: 3.0769230769vw;
    font-size: 3.0769230769vw;
  }
}
.company-mission__statement {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .company-mission__statement {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.company-mission__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #fff;
  padding: 30px 0 30px 50px;
}
@media screen and (max-width: 767px) {
  .company-mission__right {
    border: 0;
    border-top: 1px solid #FFF;
    flex: none;
    padding: 6.1538461538vw 0 0;
  }
}
.company-mission__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .company-mission__text {
    font-size: 3.5897435897vw;
  }
}

.company-greet .greet-head {
  display: flex;
  align-items: stretch;
  min-height: 420px;
  background: linear-gradient(0deg, #fff 0%, #ffefef 100%);
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .company-greet .greet-head {
    flex-direction: column;
    min-height: auto;
    margin-bottom: 10vw;
  }
}
.company-greet .greet-head__img {
  flex: 1 1 55%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .company-greet .greet-head__img {
    flex: none;
    aspect-ratio: 16/10;
  }
}
.company-greet .greet-head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-greet .greet-head__txt {
  flex: 1 1 45%;
  padding: 48px 40px 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .company-greet .greet-head__txt {
    flex: none;
    padding: 8.2051282051vw 5.1282051282vw;
  }
}
.company-greet .greet-head__profile {
  margin-bottom: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .company-greet .greet-head__profile {
    margin-bottom: 5.1282051282vw;
  }
}
.company-greet .greet-head__photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company-greet .greet-head__photo {
    width: 18.4615384615vw;
    height: 18.4615384615vw;
    margin-bottom: 3.0769230769vw;
  }
}
.company-greet .greet-head__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.company-greet .greet-head__company {
  margin: 0 0 4px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .company-greet .greet-head__company {
    font-size: 1.4rem;
  }
}
.company-greet .greet-head__name {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
}
.company-greet .greet-head__name span {
  font-size: 130%;
  display: inline-block;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .company-greet .greet-head__name {
    font-size: 4.1025641026vw;
  }
}
.company-greet .greet-head__body p {
  margin: 0 0 1em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .company-greet .greet-head__body p {
    font-size: 3.3333333333vw;
    margin-bottom: 3.0769230769vw;
  }
}
.company-greet .greet-head__body p:last-child {
  margin-bottom: 0;
}

.company-map {
  padding: 100px 0 0;
  display: block;
}
.company-map iframe {
  width: 100%;
}

.l-topicPath {
  padding: 12px 0;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-topicPath {
    padding: 3.0769230769vw 0;
  }
}

.l-topicPath__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #5A5A5A;
}
@media screen and (max-width: 767px) {
  .l-topicPath__list {
    font-size: 2.8205128205vw;
  }
}

.l-topicPath__item {
  display: flex;
  align-items: center;
}
.l-topicPath__item::after {
  content: ">";
  margin: 0 8px;
  color: #5A5A5A;
}
@media screen and (max-width: 767px) {
  .l-topicPath__item::after {
    margin: 0 1.5384615385vw;
  }
}
.l-topicPath__item:last-child::after {
  display: none;
}

.l-topicPath__item a {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s;
}
.l-topicPath__item a:hover {
  color: #E7312D;
}

.l-topicPath__item[aria-current=page] {
  color: #5A5A5A;
}

.c-table {
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table {
    font-size: 3.3333333333vw;
  }
}
.c-table .company {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.c-table th,
.c-table td {
  border: 1px solid #D6D6D6;
  padding: 16px 20px;
  font-size: 1.5rem;
  line-height: 2;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-table th,
  .c-table td {
    padding: 3.0769230769vw 4.1025641026vw;
    display: block;
    font-size: 1.3rem;
  }
}
.c-table th {
  width: 28%;
  background-color: #FBF8F0;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 1.0256410256vw;
  }
}
.c-table td {
  background-color: #fff;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-table td {
    border-top: none;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .c-table td:last-child {
    padding-bottom: 3.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .c-table tr {
    display: block;
    border-bottom: 0;
    margin-top: -1px;
  }
  .c-table tr:last-child {
    border-bottom: none;
  }
}
.c-table__address {
  display: inline-block;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .c-table__address {
    display: block;
    margin-right: 0;
    margin-bottom: 2.0512820513vw;
  }
}
.c-table__map-btn {
  display: inline-block;
  padding: 6px 16px;
  background-color: #E7312D;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .c-table__map-btn {
    font-size: 3.0769230769vw;
    padding: 2.0512820513vw 3.5897435897vw;
  }
}
.c-table__map-btn:hover {
  opacity: 0.9;
}
.c-table__list {
  margin: 0;
  padding-left: 1.2em;
  list-style: disc;
}
.c-table__list li {
  margin-bottom: 0.25em;
}
.c-table__list li:last-child {
  margin-bottom: 0;
}
.c-table--recruit {
  max-width: 800px;
  margin: 0 auto;
}
.c-table--recruit table {
  width: 100%;
}
.c-table--recruit table th {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table--recruit table th {
    text-align: left;
  }
}

.recruit-copy {
  background-image: url("../img/bg1.jpg");
  text-align: center;
  padding: 50px 0;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-copy {
    padding: 10.2564102564vw 0;
    font-size: 6.1538461538vw;
  }
}
.recruit-copy .skill {
  line-height: 1.5;
}

.recruit-info {
  padding: 80px 0;
  background-color: #E7312D;
}
@media screen and (max-width: 767px) {
  .recruit-info {
    padding: 10.2564102564vw 0 14.358974359vw;
  }
}
.recruit-info__inner {
  margin: 0 auto;
}
.recruit-info__box {
  background-color: #fff;
  padding: 0 0 80px 0;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-info__box {
    padding: 0 5.1282051282vw 5.1282051282vw;
    margin-top: 5vw;
  }
}
.recruit-info .c-title.lv2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.recruit-info .recruit-info__item .c-title.lv3 {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-info .recruit-info__item .c-title.lv3 {
    padding-top: 8vw;
  }
}
.recruit-info .c-table--recruit {
  margin-top: 0;
}

.agency-area {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .agency-area {
    padding-bottom: 10.2564102564vw;
  }
}

.agency-area__banner {
  background-color: #E7312D;
  padding: 24px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .agency-area__banner {
    padding: 5.1282051282vw 0;
    margin-bottom: 8.2051282051vw;
  }
}

.agency-area__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .agency-area__title {
    font-size: 4.1025641026vw;
  }
}

.agency-area__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 48px;
}
@media screen and (max-width: 767px) {
  .agency-area__grid {
    grid-template-columns: 1fr;
    gap: 8.2051282051vw;
  }
}

.agency-area__item {
  margin: 0;
}
.agency-area__item dt {
  margin: 0 0 16px;
  padding-left: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  position: relative;
  border-left: 4px solid #E7312D;
}
@media screen and (max-width: 767px) {
  .agency-area__item dt {
    font-size: 4.1025641026vw;
    margin-bottom: 3.0769230769vw;
    padding-left: 3.0769230769vw;
    border-left-width: 3px;
  }
}
.agency-area__item dd {
  margin: 0;
}
.agency-area__item ul {
  margin: 0;
  list-style: none;
}
.agency-area__item li {
  margin-bottom: 0.35em;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .agency-area__item li {
    font-size: 3.5897435897vw;
  }
}
.agency-area__item li:last-child {
  margin-bottom: 0;
}

.agency-merit {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .agency-merit {
    padding-bottom: 10.2564102564vw;
  }
}

.agency-merit__banner {
  background-color: #E7312D;
  padding: 24px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .agency-merit__banner {
    padding: 5.1282051282vw 0;
    margin-bottom: 8.2051282051vw;
  }
}

.agency-merit__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .agency-merit__title {
    font-size: 4.1025641026vw;
  }
}

.agency-merit__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
}
@media screen and (max-width: 767px) {
  .agency-merit__grid {
    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
  }
}

.agency-merit__item {
  margin: 0;
  padding: 24px 28px;
  background-color: #fff;
  border: 2px solid #E7312D;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .agency-merit__item {
    padding: 5.1282051282vw 6.1538461538vw;
    border-radius: 1.5384615385vw;
  }
}
.agency-merit__item dt {
  margin: 0 0 12px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  border: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .agency-merit__item dt {
    font-size: 3.8461538462vw;
    margin-bottom: 2.5641025641vw;
  }
}
.agency-merit__item dd {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .agency-merit__item dd {
    font-size: 3.5897435897vw;
  }
}

.c-cta {
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 10vw 5vw;
  }
}
.c-cta p {
  line-height: 2;
  font-weight: bold;
}
.section-detail {
  padding: clamp(40px, 4.1667vw, 80px) 0 clamp(60px, 5.2083vw, 100px);
}
.section-detail .wp-element-button {
  background-color: #FFF;
  text-decoration: none !important;
  font-weight: bold;
  border: 2px solid #E7312D;
}
.section-detail .blog-detail-wrap {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
}
.section-detail .blog-detail-card__img {
  margin-bottom: clamp(30px, 3.125vw, 60px);
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__img {
    margin-bottom: 6.1538461538vw;
  }
}
.section-detail .blog-detail-card__img img {
  width: 100%;
  max-width: 780px;
  height: auto;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 780/460;
}
.section-detail .blog-detail-card__meta {
  display: none;
}
.section-detail .blog-detail-card h2 {
  background-color: #587AD6;
  padding: clamp(10px, 0.7292vw, 14px) clamp(14px, 0.8333vw, 16px);
  margin: 0 0 clamp(20px, 1.7188vw, 33px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.1458vw, 22px);
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card h2 {
    padding: 2.5641025641vw 3.5897435897vw;
    margin-bottom: 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
}
.section-detail .blog-detail-card__nav {
  display: none;
}
.section-detail .blog-detail-card__content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 400;
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content {
    font-size: 3.5897435897vw;
  }
}
.section-detail .blog-detail-card__content p {
  margin-bottom: clamp(20px, 1.7708vw, 34px);
}
.section-detail .blog-detail-card__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content p {
    margin-bottom: 5.1282051282vw;
  }
}
.section-detail .blog-detail-card__content img {
  max-width: 780px;
  width: 100%;
  height: auto;
  display: block;
  margin: clamp(30px, 3.2292vw, 62px) auto;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content img {
    margin: 6.1538461538vw auto;
    max-width: 100%;
  }
}
.section-detail .blog-detail-card__content .wp-block-image {
  margin: clamp(30px, 3.2292vw, 62px) auto;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content .wp-block-image {
    margin: 6.1538461538vw auto;
  }
}
.section-detail .blog-detail-card__content .wp-block-image img {
  margin: 0 auto;
}
.section-detail .blog-detail-card__content h3 {
  font-weight: 700;
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #000;
  line-height: 1.5;
  padding-left: clamp(12px, 0.8333vw, 16px);
  position: relative;
  margin: clamp(40px, 3.125vw, 60px) 0 clamp(20px, 1.7708vw, 34px);
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content h3 {
    font-size: 4.1025641026vw;
    padding-left: 3.0769230769vw;
    margin: 7.6923076923vw 0 5.1282051282vw;
  }
}
.section-detail .blog-detail-card__content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #587AD6;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content h3::before {
    width: 1.2820512821vw;
  }
}
.section-detail .blog-detail-card__content ul {
  list-style: none;
  padding: 0;
  margin: clamp(20px, 1.7708vw, 34px) 0;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content ul {
    margin: 5.1282051282vw 0;
  }
}
.section-detail .blog-detail-card__content ul li {
  position: relative;
  padding-left: clamp(20px, 1.3021vw, 25px);
  margin-bottom: clamp(18px, 1.3542vw, 26px);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content ul li {
    padding-left: 5.1282051282vw;
    margin-bottom: 4.1025641026vw;
  }
}
.section-detail .blog-detail-card__content ul li:last-child {
  margin-bottom: 0;
}
.section-detail .blog-detail-card__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #587AD6;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content ul li::before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
.section-detail .blog-detail-card__content ol {
  padding-left: 1.5em;
  margin: clamp(20px, 1.7708vw, 34px) 0;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content ol {
    margin: 5.1282051282vw 0;
  }
}
.section-detail .blog-detail-card__content ol li {
  margin-bottom: clamp(10px, 0.7292vw, 14px);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content ol li {
    margin-bottom: 2.5641025641vw;
  }
}
.section-detail .blog-detail-card__content table {
  width: 100%;
  border-collapse: collapse;
  margin: clamp(30px, 2.9167vw, 56px) 0;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content table {
    margin: 6.1538461538vw 0;
  }
}
.section-detail .blog-detail-card__content table th,
.section-detail .blog-detail-card__content table td {
  padding: clamp(22px, 1.9531vw, 37.5px) clamp(20px, 2.0833vw, 40px);
  border: 1px solid #E5E5E5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 0.8333vw, 16px);
  vertical-align: middle;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content table th,
  .section-detail .blog-detail-card__content table td {
    display: block;
    width: 100%;
    padding: 3.5897435897vw 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}
.section-detail .blog-detail-card__content table th {
  width: clamp(150px, 10.4167vw, 200px);
  font-weight: 700;
  color: #333;
  background-color: #F5F7FA;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content table th {
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding-bottom: 1.0256410256vw;
  }
}
.section-detail .blog-detail-card__content table td {
  font-weight: 500;
  color: #333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content table td {
    border-top: none;
    padding-top: 2.0512820513vw;
  }
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content table tr {
    display: block;
    margin-top: -1px;
  }
}
.section-detail .blog-detail-card__content table tr td:first-child {
  background-color: #EFF3FF;
}
.section-detail .blog-detail-card__content .wp-block-table {
  margin: clamp(30px, 2.9167vw, 56px) 0;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content .wp-block-table {
    margin: 6.1538461538vw 0;
  }
}
.section-detail .blog-detail-card__content .wp-block-table table {
  margin: 0;
}
.section-detail .blog-detail-card__content blockquote {
  border-left: 4px solid #587AD6;
  padding: clamp(14px, 1.0417vw, 20px) clamp(20px, 1.5625vw, 30px);
  margin: clamp(20px, 1.7708vw, 34px) 0;
  background-color: #F8F9FC;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-card__content blockquote {
    padding: 3.5897435897vw 4.1025641026vw;
    margin: 5.1282051282vw 0;
  }
}
.section-detail .blog-detail-card__content blockquote p {
  margin-bottom: clamp(10px, 0.5208vw, 10px);
}
.section-detail .blog-detail-card__content blockquote p:last-child {
  margin-bottom: 0;
}
.section-detail .blog-detail-card__content a {
  color: #587AD6;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.section-detail .blog-detail-card__content a:hover {
  opacity: 0.7;
}
.section-detail .blog-detail-card__content strong,
.section-detail .blog-detail-card__content b {
  font-weight: 700;
}
.section-detail .blog-detail-back {
  text-align: center;
  margin: 30px;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-back {
    margin: 7.6923076923vw 0;
  }
}
.section-detail .blog-detail-back__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.5208vw, 10px);
  min-width: clamp(150px, 9.4792vw, 182px);
  height: clamp(40px, 2.5521vw, 49px);
  background-color: #587AD6;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 0.7813vw, 15px);
  text-decoration: none;
  border-radius: 50px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-back__btn {
    min-width: 41.0256410256vw;
    height: 11.2820512821vw;
    font-size: 3.3333333333vw;
  }
}
.section-detail .blog-detail-back__btn:hover {
  opacity: 0.7;
}
.section-detail .blog-detail-back__arrow {
  display: block;
  width: 5px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.section-detail .blog-detail-related {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.section-detail .blog-detail-related__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 1.5625vw, 30px);
  color: #202121;
  text-align: center;
  position: relative;
  padding-bottom: clamp(16px, 1.1979vw, 23px);
  margin-bottom: clamp(24px, 2.0833vw, 40px);
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-related__title {
    font-size: 5.641025641vw;
    padding-bottom: 3.5897435897vw;
    margin-bottom: 6.1538461538vw;
  }
}
.section-detail .blog-detail-related__title.red:after {
  background-color: #E7312D;
}
.section-detail .blog-detail-related__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #587AD6;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-related__title::after {
    width: 12.8205128205vw;
  }
}
.section-detail .blog-detail-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3.6458vw, 70px);
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-related__grid {
    grid-template-columns: 1fr;
    gap: 6.1538461538vw;
  }
}
.section-detail .blog-detail-related__card {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: opacity 0.3s;
}
.section-detail .blog-detail-related__card:hover {
  opacity: 0.7;
}
.section-detail .blog-detail-related__card-img {
  margin-bottom: clamp(10px, 0.7292vw, 14px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-related__card-img {
    margin-bottom: 2.5641025641vw;
  }
}
.section-detail .blog-detail-related__card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/180;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-detail .blog-detail-related__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 0.7813vw, 15px);
  color: #333;
  line-height: 2;
  margin-bottom: clamp(6px, 0.5208vw, 10px);
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-related__card-title {
    font-size: 3.5897435897vw;
    margin-bottom: 1.5384615385vw;
  }
}
.section-detail .blog-detail-related__card-meta {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 0.7292vw, 14px);
  color: #B5B5B5;
}
@media screen and (max-width: 767px) {
  .section-detail .blog-detail-related__card-meta {
    font-size: 3.0769230769vw;
  }
}
.section-detail.case {
  background-color: #fff;
}
.section-detail.case .blog-detail-card {
  display: flex;
  flex-direction: column;
}
.section-detail.case .blog-detail-card__meta {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.8333vw, 16px);
  order: -1;
  margin-bottom: clamp(40px, 3.4375vw, 66px);
}
@media screen and (max-width: 767px) {
  .section-detail.case .blog-detail-card__meta {
    gap: 2.5641025641vw;
    margin-bottom: 7.6923076923vw;
  }
}
.section-detail.case .blog-detail-card__meta-row {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.7292vw, 14px);
}
@media screen and (max-width: 767px) {
  .section-detail.case .blog-detail-card__meta-row {
    gap: 2.5641025641vw;
  }
}
.section-detail.case .blog-detail-card__meta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(60px, 3.9583vw, 76px);
  height: clamp(22px, 1.4063vw, 27px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 0.7292vw, 14px);
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  padding: 0 clamp(8px, 0.5208vw, 10px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section-detail.case .blog-detail-card__meta-label {
    min-width: 15.3846153846vw;
    height: 5.641025641vw;
    font-size: 2.5641025641vw;
    padding: 0 2.0512820513vw;
  }
}
.section-detail.case .blog-detail-card__meta-label--dark {
  background-color: #333;
}
.section-detail.case .blog-detail-card__meta-label--red {
  background-color: #E7312D;
}
.section-detail.case .blog-detail-card__meta-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section-detail.case .blog-detail-card__meta-text {
    font-size: 3.8461538462vw;
  }
}
.section-detail.case .blog-detail-card h2 {
  background-color: #E7312D;
}
.section-detail.case .blog-detail-card__content h3::before {
  background-color: #E7312D;
}
.section-detail.case .blog-detail-card__content ul li::before {
  background-color: #E7312D;
}
.section-detail.case .blog-detail-card__content a {
  color: #E7312D;
}
.section-detail.case .blog-detail-card__content blockquote {
  border-left-color: #E7312D;
}
.section-detail.case .blog-detail-card__content table tr td:first-child {
  background-color: #FFF1F0;
}
.section-detail.case .blog-detail-back__btn {
  background-color: #E7312D;
}
.section-detail .saboxplugin-wrap a {
  color: #333;
  text-decoration: none;
}
.section-detail .saboxplugin-wrap .saboxplugin-gravatar img,
.section-detail .saboxplugin-wrap img.lazyloaded {
  max-width: 100px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-detail .saboxplugin-wrap .saboxplugin-gravatar img,
  .section-detail .saboxplugin-wrap img.lazyloaded {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */