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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*--- iosのスタイルリセット  ---*/
input[type="submit"],
input[type="button"] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* ===== あなたが追加したいスタイル（競合しない部分のみ追加） ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}
/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  cursor: pointer;
}

picture,
figure {
  display: block;
}

img {
  width: 100%;
  height: 100%;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  word-break: break-all;
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-PC
  ----------------------------------------------- */
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
font
============================================================================= */
.oswald {
  font-family: "Oswald", serif;
  font-weight: 500;
  font-style: normal;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 767px) {
  .header-bg {
    background: #fff;
    position: relative;
    z-index: 9999;
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-logo {
    width: 19.6875rem;
    margin: 0 0 0 1.875rem;
  }
  .header .hamburger-menu {
    width: 6.875rem;
    height: 6.875rem;
    position: relative;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    background: #111;
  }
  .header .hamburger-menu-bar {
    display: inline-block;
    width: 3.5625rem;
    height: 0.25rem;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .hamburger-menu-bar:first-child {
    top: 2rem;
  }
  .header .hamburger-menu-bar:nth-child(2) {
    top: 3.3125rem;
  }
  .header .hamburger-menu-bar:last-child {
    bottom: 2rem;
  }
  .header .hamburger-menu-open .hamburger-menu-bar {
    top: 50%;
  }
  .header .hamburger-menu-open .hamburger-menu-bar:first-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .header .hamburger-menu-open .hamburger-menu-bar:last-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .header .hamburger-menu-open .hamburger-menu-bar:nth-child(2) {
    display: none;
  }
  .header .navigation {
    display: none;
    background: #fff;
    position: absolute;
    top: 6.875rem;
    z-index: 9999;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 5rem;
    overflow-y: auto;
    max-height: 100vh;
  }
  .header .navigation-ttl01 {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    color: #111;
    padding: 0.875rem 0 1.8125rem 0;
  }
  .header .navigation-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #111;
    padding: 1.9375rem 0 1.875rem 0;
    position: relative;
  }
  .header .navigation-txt01::before {
    content: "";
    position: absolute;
    background: url(../images/header-check.webp) no-repeat center/cover;
    width: 2.3125rem;
    height: 2.3125rem;
    top: 1.6875rem;
    right: 1.25rem;
  }
  .header .navigation-ttl02 {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
    color: #111;
    padding: 4.6875rem 0 1.8125rem 0;
  }
  .header .navigation-btn {
    font-size: 2.25rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.04em;
    background: url(../images/header-btn_sp.webp) no-repeat center/cover;
    width: 43.125rem;
    height: 6.5625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 1.8125rem 0 0 1rem;
    border-radius: 0.3125rem;
    margin: 1.875rem 0 0 0;
  }
  .header .navigation-list {
    list-style: none;
    padding: 0 1.875rem;
    margin: 0;
  }
  .header .navigation-list-item {
    border-bottom: solid 0.0625rem #cbcbcb;
  }
  .header .navigation {
    overflow: auto;
    height: 78.125rem;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }
  .hamburger-menu-open ~ .overlay {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header-bg {
    padding: 1rem 0 0.9375rem;
    background: #fff;
  }
  .header-inner {
    width: 83.125rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-logo {
    width: 17.125rem;
  }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 2.1875rem;
  }
  .header-txt {
    font-size: 1rem;
    font-weight: 900;
    color: #111;
    letter-spacing: 0.04em;
  }
  .header-txt:hover {
    border-bottom: 0.0625rem solid #111;
  }
  .header-btn {
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.04em;
    background: url(../images/header-btn.webp) no-repeat center/cover;
    width: 9.75rem;
    height: 3.125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.9375rem 0 0 1rem;
    border-radius: 0.3125rem;
  }
}
/*==============================================================================
nav
============================================================================= */
@media screen and (max-width: 767px) {
  .nav-bg {
    background: #fff;
    padding: 5.0625rem 0 9.9375rem 0;
  }
  .nav-bg01 {
    background: url(../images/nav-bg01_sp.webp) no-repeat center/cover;
    padding: 6.25rem 0 8.75rem 0;
  }
  .nav-item {
    position: relative;
    margin: 2.625rem 0 0 0;
  }
  .nav-item-ttl {
    position: absolute;
    font-size: 3.375rem;
    letter-spacing: 0.04em;
    color: #fff;
    top: 5.25rem;
    left: 3.125rem;
  }
  .nav-item-txt {
    position: absolute;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #fff;
    top: 10.25rem;
    left: 3.125rem;
  }
  .nav-item:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-bg {
    background: #fff;
    padding: 6.25rem 0 9.5625rem 0;
  }
  .nav-bg01 {
    background: url(../images/nav-bg01.webp) no-repeat center/cover;
    padding: 6.25rem 0 6.375rem 0;
  }
  .nav-inner {
    width: 83.125rem;
    margin: 0 auto;
  }
  .nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8125rem 1.875rem;
  }
  .nav-item {
    position: relative;
  }
  .nav-item-ttl {
    position: absolute;
    font-size: 3.125rem;
    letter-spacing: 0.04em;
    color: #fff;
    top: 5.5rem;
    left: 2.8125rem;
  }
  .nav-item-txt {
    position: absolute;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #fff;
    top: 9.5625rem;
    left: 2.8125rem;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    background: #111;
    padding: 5.5rem 0 3.0625rem 0;
  }
  .footer-logo {
    width: 20.9375rem;
  }
  .footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.375rem;
    margin: 6.0625rem 0 0 0;
  }
  .footer-ttl {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    color: #fff7f7;
    margin: 0 0 3.25rem;
  }
  .footer-txt {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #fff7f7;
    font-weight: 500;
    margin: 2.375rem 0 0 0;
    line-height: 1.58;
  }
  .footer-copy {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    margin: 13.25rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    background: #111;
    padding: 2.8125rem 0 3.25rem 0;
  }
  .footer-inner {
    width: 83.125rem;
    margin: 0 auto;
  }
  .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5.9375rem;
  }
  .footer-logo {
    width: 17.1875rem;
    height: 2.3125rem;
    margin: 0.375rem auto 0 0;
  }
  .footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5.9375rem;
  }
  .footer-ttl {
    font-size: 2rem;
    letter-spacing: 0.04em;
    color: #fff7f7;
    margin: 0 0 1.875rem;
  }
  .footer-txt {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    color: #fff7f7;
    font-weight: 500;
    margin: 1.375rem 0 0 0;
  }
  .footer-copy {
    font-size: 0.625rem;
    letter-spacing: 0.02em;
    text-align: right;
    color: #fff;
    margin: 5.9375rem 0 0 0;
  }
}

/*==============================================================================
preparation
============================================================================= */
@media screen and (max-width: 767px) {
  .preparation-bg {
    padding: 12.5rem 0;
  }
  .preparation h1 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .preparation-bg {
    padding: 9.375rem 0;
  }
  .preparation h1 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

/*=================================
frontpage
===================================*/

.front-page {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 30px;
  color: #333333;
  background-color: #f5f5f5;
}
.title {
  font-size: 5.13vw;
  letter-spacing: 0.25vw;
  font-weight: bold;
  color: #111111;
  text-align: center;
  line-height: 5.9vw;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 2.22vw;
    letter-spacing: 0.11vw;
    line-height: 3.47vw;
  }
}

.button {
  position: relative;
  z-index: 0;
}
.button:hover {
  color: #cc0000;
}
.button:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: -1;
}

.fv__wrap {
  position: relative;
  overflow-x: hidden;
}
.fv__wrap--text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8vw;
}
.fv__wrap--main {
  font-size: 3.33vw;
  font-weight: bold;
  line-height: 4.86vw;
  letter-spacing: 0.16vw;
}
.fv__wrap--sub {
  font-size: 1.66vw;
  line-height: 30px;
  font-weight: bold;
}
.fv__wrap--btn {
  padding: 1.18vw 3.1vw;
  background-color: #cc0000;
  font-size: 1.1vw;
  line-height: 2.1vw;
  color: #fff;
  font-weight: bold;
  max-width: 18.4vw;
  display: block;
  font-weight: bold;
}
.fv__wrap--btn:hover {
  opacity: 1;
}
.fv_bg {
  position: relative;
}
.fv_bg img {
  width: 100%;
}
.fv_bg--sp {
  height: 68.5vw;
  position: relative;
  overflow: hidden;
}
.fv_bg--sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.fv_bg_shadow {
  background-color: #181818;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0.49;
}
.fv_right {
  width: 56.5vw;
  height: 30.2vw;
  top: 50%;
  right: -1.8vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 3;
}
.fv_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.fv_left {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6.94vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.47vw;
  z-index: 3;
}

.fv_sp__bottom {
  padding-inline: 5.13vw;
  padding-top: 3.84vw;
}
.fv_sp__bottom--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6vw;
}
.fv_sp__bottom--main {
  font-size: 6.15vw;
  line-height: 8.97vw;
  letter-spacing: 1.2px;
  font-weight: bold;
}
.fv_sp__bottom--sub {
  font-size: 3.33vw;
  font-weight: 500;
  color: #cc0000;
}
.fv_sp__bottom--btn {
  width: 89.74vw;
  height: 14.87vw;
  background-color: #cc0000;
  display: block;
  font-size: 4.1vw;
  font-weight: bold;
  line-height: 7.69vw;
  color: #fff;
  text-align: center;
  padding-block: 3.59vw;
}

.latest {
  padding-block: 18.72vw 17.4vw;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .latest {
    background-color: #f5f5f5;
    padding-block: 5.9vw 8.64vw;
  }
}
.latest__wrap {
  margin-left: 4.9vw;
}
@media screen and (min-width: 768px) {
  .latest__wrap {
    margin-left: 6.66vw;
  }
}
.latest_top {
  width: 86.52vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .latest_top {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.latest__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.32vw;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .latest__title {
    gap: 1.7vw;
  }
}
.latest__title--en {
  font-size: 8.97vw;
  color: #111111;
  font-weight: 500;
  line-height: 8.97vw;
  letter-spacing: 0.18vw;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 768px) {
  .latest__title--en {
    font-size: 2.43vw;
    line-height: 2.43vw;
    letter-spacing: 0.05vw;
  }
}
.latest__title--jp {
  font-size: 3.59vw;
  line-height: 3.59vw;
  color: #111111;
  font-weight: bold;
  letter-spacing: 0.21vw;
}
@media screen and (min-width: 768px) {
  .latest__title--jp {
    font-size: 0.97vw;
    line-height: 0.97vw;
    letter-spacing: 0.058vw;
  }
}
.latest__title::before {
  content: "";
  background: url(../images/accent.webp) no-repeat top left/contain;
  width: 1.1vw;
  height: 7.69vw;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .latest__title::before {
    width: 0.27vw;
    height: 2.08vw;
  }
}
.latest_more {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-right: 3.81vw;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .latest_more {
    letter-spacing: 0.11vw;
  }
}
.latest_more::after {
  content: "";
  background: url(../images/black_btn.webp) no-repeat top left/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4vw;
  height: 2.4vw;
}

.latest_swiper {
  width: 100%;
  max-height: 84.77vw !important;
  margin-top: 9.74vw;
}
@media screen and (min-width: 768px) {
  .latest_swiper {
    max-height: 28.02vw;
    margin-top: 2.63vw;
  }
}

.latest_swiper-wrapper {
  display: flex;
  gap: 6.15vw;
}
@media screen and (min-width: 768px) {
  .latest_swiper-wrapper {
    gap: 1.61vw;
  }
}

.latest_swiper-slide {
  width: 51.28vw !important;
  height: 72.3vw !important;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .latest_swiper-slide {
    width: 22.3vw !important;
    height: 22.95vw !important;
  }
}
.latest_swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .latest_swiper-slide::after {
    width: 19.33vw;
    padding: 0.83vw 1.71vw;
    font-size: 0.97vw;
    line-height: 0.97;
    letter-spacing: 0.02vw;
  }
}

.latest_swiper__cat {
  font-weight: bold;
  color: #fff;
  font-size: 3.07vw;
  line-height: 3.59vw;
  background: #cc0000;
  width: 47.179vw;
  position: absolute;
  top: 39.5%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2.05vw 2.56vw;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .latest_swiper__cat {
    width: 19.33vw;
    padding: 0.83vw 1.71vw;
    font-size: 0.97vw;
    line-height: 0.97;
    letter-spacing: 0.02vw;
    top: 57%;
  }
}

.latest_icon__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.79vw;
  padding: 8.71vw 2.56vw 4.1vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .latest_icon__bottom {
    padding: 2.3vw 1.04vw;
    gap: 0.48vw;
  }
}
.latest_icon__bottom--date {
  font-size: 3.07vw;
  color: #aaa;
  line-height: 3.33vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .latest_icon__bottom--date {
    font-size: 0.9vw;
    line-height: 0.9vw;
  }
}
.latest_icon__bottom--title {
  font-size: 4.1vw;
  font-weight: 900;
  line-height: 6.15vw;
  letter-spacing: 0.41vw;
  color: #111;
}
@media screen and (min-width: 768px) {
  .latest_icon__bottom--title {
    font-size: 1.38vw;
    line-height: 2.08vw;
    letter-spacing: 0.11vw;
  }
}

.troubles {
  background-color: #fff;
  padding-block: 0 12.3vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .troubles {
    padding-block: 4.7vw 4.3vw;
  }
}
.troubles__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 79.74vw;
  margin-inline: 14.87vw 5.38vw;
  margin-top: 10.77vw;
  gap: 8.7vw;
}
@media screen and (min-width: 768px) {
  .troubles__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 65vw;
    margin-inline: 18.4vw auto;
    gap: 0;
    margin-top: 2.77vw;
  }
}
.troubles__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9.48vw;
}
@media screen and (min-width: 768px) {
  .troubles__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.04vw;
    width: 15.55vw;
  }
}
@media screen and (min-width: 768px) {
  .troubles__content--1st {
    width: 10.41vw;
  }
}
.troubles__content--2nd {
  margin-top: 2.7vw;
}
@media screen and (min-width: 768px) {
  .troubles__content--2nd {
    width: 13.4vw;
    margin-left: 3.3vw;
    gap: 0.6vw;
  }
}
@media screen and (min-width: 768px) {
  .troubles__content--3rd {
    width: 15.55vw;
    gap: 0.3vw;
  }
}
.troubles__content--texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.28vw;
}
@media screen and (min-width: 768px) {
  .troubles__content--texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.04vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.troubles__content--text {
  color: #333333;
  font-size: 3.84vw;
  text-align: left;
  line-height: 5.13vw;
}
@media screen and (min-width: 768px) {
  .troubles__content--text {
    font-size: 1.11vw;
    line-height: 1.38vw;
    text-align: center;
  }
}
.troubles__content--red {
  font-size: 5.13vw;
  line-height: 7.69vw;
  font-weight: bold;
  color: #cc0000;
}
@media screen and (min-width: 768px) {
  .troubles__content--red {
    font-size: 1.66vw;
    line-height: 2.08vw;
  }
}
.troubles__content--img {
  width: 16.41vw;
  height: 16.41vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .troubles__content--img {
    width: 10.41vw;
    height: 10.41vw;
  }
}
.troubles__content--img img {
  width: 100%;
}
.troubles__content--img--1st {
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  .troubles__content--img--1st {
    margin-top: 0.8vw;
  }
}
.troubles__content--img--2nd {
  margin-top: -2vw;
}
@media screen and (min-width: 768px) {
  .troubles__content--img--2nd {
    margin-top: -1.5vw;
  }
}
@media screen and (min-width: 768px) {
  .troubles__content--img--memo {
    margin-top: 1.5vw;
  }
}
.troubles__content--img--memo img {
  width: 12.82vw;
  height: 12.82vw;
}
@media screen and (min-width: 768px) {
  .troubles__content--img--memo img {
    width: 9.02vw;
    height: 9.02vw;
  }
}
.troubles_arrow {
  width: 0;
  height: 0;
  border-left: 19.23vw solid transparent;
  border-right: 19.23vw solid transparent;
  border-top: 7.69vw solid #fff;
  position: absolute;
  bottom: -7.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .troubles_arrow {
    border-left: 10.97vw solid transparent;
    border-right: 10.97vw solid transparent;
    border-top: 3.47vw solid #fff;
    bottom: -3.47vw;
  }
}

.why {
  margin-top: 12.3vw;
}
@media screen and (min-width: 768px) {
  .why {
    margin-top: 5.45vw;
  }
}
.why__wrapper {
  width: 89.74vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .why__wrapper {
    width: 86.25vw;
  }
}
.why__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.56vw;
  margin-top: 7.69vw;
}
@media screen and (min-width: 768px) {
  .why__contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5.16vw 4.3vw;
    margin-top: 4.79vw;
  }
}
.why__content {
  background-color: #fff;
  width: 89.74vw;
  height: 37.43vw;
  padding-top: 2.5vw;
}
@media screen and (min-width: 768px) {
  .why__content {
    width: 40.97vw;
    height: 16.04vw;
    padding-top: 0;
    margin-top: -0.4vw;
  }
}
@media screen and (min-width: 768px) {
  .why__content--2nd,
  .why__content--4th {
    width: 40.41vw;
  }
}
.why__content--head {
  font-size: 5.13vw;
  font-weight: bold;
  line-height: 7.69vw;
  width: 71.28vw;
}
@media screen and (min-width: 768px) {
  .why__content--head {
    font-size: 1.66vw;
    line-height: 2.08vw;
    width: 27.64vw;
  }
}
.why__content--text {
  font-size: 3.59vw;
  line-height: 6.41vw;
  width: 71.28vw;
  margin-top: 1.4vw;
}
@media screen and (min-width: 768px) {
  .why__content--text {
    font-size: 1.38vw;
    line-height: 2.08vw;
    width: 27.64vw;
    margin-top: 0.7vw;
  }
}
.why__content--red {
  color: #cc0000;
}
.why__content--quote {
  position: relative;
  padding-right: 0.69vw;
}
.why__content--quote::after {
  content: "※";
  position: absolute;
  font-size: 0.69vw;
  top: -0.34vw;
  right: 0;
}
.why__content--3rd {
  position: relative;
}
.why__content--3rd::after {
  content: "※2020年には約6,404万人だった労働人口が、2065年には約3,946万人にまで減少すると予測";
  font-size: 2.05vw;
  bottom: -3.3vw;
  right: 3vw;
  position: absolute;
  line-height: 2.05vw;
}
@media screen and (min-width: 768px) {
  .why__content--3rd::after {
    font-size: 0.83vw;
    bottom: -2.8vw;
    right: 0;
  }
}
.why__content--wrap {
  position: relative;
  padding-left: 12.82vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .why__content--wrap {
    padding-left: 4.51vw;
  }
}
.why__content--wrap::before {
  content: "";
  width: 10.25vw;
  height: 10.25vw;
  position: absolute;
  top: -0.6vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .why__content--wrap::before {
    width: 3.26vw;
    height: 3.125vw;
  }
}
.why__content--wrap--1st::before {
  background: url(../images/clock-icon.webp) no-repeat top left/contain;
}
.why__content--wrap--2nd::before {
  background: url(../images/fukidashi-icon.webp) no-repeat top left/contain;
}
.why__content--wrap--3rd::before {
  background: url(../images/ppl-icon.webp) no-repeat top left/contain;
}
.why__content--wrap--4th::before {
  background: url(../images/data-icon.webp) no-repeat top left/contain;
}
.why_line {
  width: 0.77vw;
  height: 12.82vw;
  background-color: #cc0000;
  display: block;
  margin-inline: auto;
  margin-top: 8.6vw;
}
@media screen and (min-width: 768px) {
  .why_line {
    width: 0.2vw;
    height: 6.94vw;
    margin-top: 6.38vw;
  }
}
.why__texts {
  margin-top: 3.84vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.2vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .why__texts {
    margin-top: 2.08vw;
    gap: 1.8vw;
  }
}
.why__text {
  font-size: 3.84vw;
  font-weight: bold;
  line-height: 4.5vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .why__text {
    font-size: 1.66vw;
    line-height: 2.08vw;
  }
}
.why__text--box {
  color: #fff;
  background-color: #cc0000;
  padding: 1.28vw 5.9vw;
  font-size: 4.61vw;
  line-height: 6.41vw;
  width: 89.74vw;
}
@media screen and (min-width: 768px) {
  .why__text--box {
    padding: 1.04vw;
    font-size: 1.66vw;
    line-height: 2.08vw;
    width: 56.94vw;
  }
}

.compare {
  margin-top: 12.3vw;
  background-color: #fff;
  padding-block: 12.3vw;
}
@media screen and (min-width: 768px) {
  .compare {
    margin-top: 6.45vw;
    padding: 5.48vw 12.08vw 4.58vw;
  }
}
.compare__img {
  margin-inline: auto;
  margin-top: 6.47vw;
  padding-inline: 5.25vw;
}
@media screen and (min-width: 768px) {
  .compare__img {
    padding-inline: 0;
    width: 75.9vw;
    margin-top: 3.47vw;
  }
}
.compare__img img {
  width: 100%;
}
.compare__text {
  font-size: 3.59vw;
  margin-top: 6.15vw;
  font-weight: bold;
  color: #111111;
  line-height: 4.5vw;
  text-align: center;
  letter-spacing: 0.18vw;
}
@media screen and (min-width: 768px) {
  .compare__text {
    font-size: 1.38vw;
    line-height: 3.47vw;
    letter-spacing: 0.07vw;
    margin-top: 2.08vw;
  }
}

.service {
  padding-top: 12.8vw;
  background-color: #fff;
  padding-bottom: 6.41vw;
}
@media screen and (min-width: 768px) {
  .service {
    background-color: #f5f5f5;
    padding-top: 5.6vw;
    padding-bottom: 3.33vw;
  }
}
.service__title {
  font-size: 6.15vw;
}
@media screen and (min-width: 768px) {
  .service__title {
    font-size: 2.22vw;
  }
}
.service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 89.74vw;
  height: 183.3vw;
  margin-inline: auto;
  margin-top: 6.15vw;
  gap: 4.61vw;
}
@media screen and (min-width: 768px) {
  .service__contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 87.01vw;
    height: 46.4vw;
    margin-top: 4.72vw;
    gap: 1.25vw 0.97vw;
  }
}
.service__content {
  background-color: #fff;
  position: relative;
}
.service__content--1st {
  width: 89.74vw;
  height: 44.61vw;
  padding-top: 7.69vw;
  padding-left: 8.97vw;
}
@media screen and (min-width: 768px) {
  .service__content--1st {
    width: 48.61vw;
    height: 25vw;
    padding-top: 4.51vw;
    padding-left: 4.51vw;
  }
}
.service__content--1st::after {
  content: "";
  background: url(../images/partner.webp) no-repeat top left/contain;
  width: 32.05vw;
  height: 32.05vw;
  position: absolute;
  top: 2.79vw;
  right: 6.92vw;
}
@media screen and (min-width: 768px) {
  .service__content--1st::after {
    width: 22.98vw;
    height: 22.98vw;
    top: 0.48vw;
    right: 0.55vw;
  }
}
.service__content--2nd {
  width: 89.74vw;
  height: 36.92vw;
  padding-top: 5.13vw;
  padding-right: 5.38vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .service__content--2nd {
    width: 48.61vw;
    height: 20.13vw;
    padding-top: 2.3vw;
    padding-right: 4vw;
  }
}
.service__content--2nd::after {
  content: "";
  background: url(../images/apo.webp) no-repeat top left/contain;
  width: 29.44vw;
  height: 28.97vw;
  position: absolute;
  top: 3.05vw;
  left: 4.1vw;
}
@media screen and (min-width: 768px) {
  .service__content--2nd::after {
    width: 18.13vw;
    height: 17.84vw;
    top: 0.8vw;
    left: 2.3vw;
  }
}
.service__content--3rd {
  width: 89.74vw;
  height: 43.84vw;
  padding-top: 6.66vw;
  padding-left: 8.97vw;
}
@media screen and (min-width: 768px) {
  .service__content--3rd {
    width: 37.15vw;
    height: 20.83vw;
    padding-top: 3.05vw;
    padding-left: 3.66vw;
  }
}
.service__content--3rd::after {
  content: "";
  background: url(../images/pyramid.webp) no-repeat top left/contain;
  width: 34.68vw;
  height: 37.95vw;
  position: absolute;
  top: 2.28vw;
  right: 4.28vw;
}
@media screen and (min-width: 768px) {
  .service__content--3rd::after {
    width: 16.82vw;
    height: 18.4vw;
    top: 0;
    right: -0.1vw;
  }
}
.service__content--4th {
  width: 89.74vw;
  height: 44.1vw;
  padding-top: 6.66vw;
  padding-right: 6.92vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .service__content--4th {
    width: 37.15vw;
    height: 24.3vw;
    padding-top: 2.8vw;
    padding-right: 5.1vw;
  }
}
.service__content--4th::after {
  content: "";
  background: url(../images/hero.webp) no-repeat top left/contain;
  width: 44.1vw;
  height: 44.1vw;
  position: absolute;
  top: 1vw;
  left: 1.28vw;
}
@media screen and (min-width: 768px) {
  .service__content--4th::after {
    width: 22.15vw;
    height: 22.15vw;
    top: -0.4vw;
    left: -6.18vw;
  }
}
.service__content--head {
  font-size: 5.13vw;
  line-height: 3.47vw;
  font-weight: bold;
  color: #111111;
  letter-spacing: 0.256vw;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .service__content--head {
    font-size: 2.77vw;
    line-height: 3.47vw;
    letter-spacing: 0.138vw;
  }
}
.service__content--num {
  font-size: 12.3vw;
  font-weight: 500;
  color: #cc0000;
  font-family: "Oswald", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__content--num {
    font-size: 6.66vw;
  }
}
.service__content--num--1st {
  margin-top: -0.8vw;
  margin-bottom: 1.79vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .service__content--num--1st {
    margin-top: 5.625vw;
    margin-bottom: 3.125vw;
    line-height: 2.08vw;
  }
}
.service__content--num--2nd {
  margin-top: -0.5vw;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .service__content--num--2nd {
    margin-top: 3.19vw;
    margin-bottom: 2.3vw;
    line-height: 2.08vw;
  }
}
.service__content--num--3rd {
  font-size: 16.41vw;
  margin-top: 5.8vw;
  margin-bottom: 1.79vw;
}
@media screen and (min-width: 768px) {
  .service__content--num--3rd {
    font-size: 7.64vw;
    margin-top: 3.88vw;
    margin-bottom: 0.9vw;
    margin-left: 0.5vw;
  }
}
.service__content--num--4th {
  margin-top: 0.5vw;
  margin-bottom: 2.56vw;
  line-height: normal;
  margin-right: 8.5vw;
}
@media screen and (min-width: 768px) {
  .service__content--num--4th {
    margin-top: 5.13vw;
    margin-bottom: 5.5vw;
    margin-right: 2.5vw;
    line-height: 2.08vw;
  }
}
.service__content--plus {
  font-size: 8.15vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.3vw;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -6.7vw;
}
@media screen and (min-width: 768px) {
  .service__content--plus {
    font-size: 4.33vw;
    line-height: 3.47vw;
    letter-spacing: 0.16vw;
    right: -3vw;
  }
}
.service__content--jp {
  font-size: 5.13vw;
  font-weight: bold;
  line-height: 3.47vw;
  margin-left: 2.625vw;
  letter-spacing: 0.13vw;
  line-height: normal;
  color: #111111;
}
@media screen and (min-width: 768px) {
  .service__content--jp {
    font-size: 2.77vw;
    letter-spacing: 0.13vw;
    margin-left: 0.5vw;
  }
}
.service__content--jp--18 {
  margin-left: 2.29vw;
}
.service__content--text {
  font-size: 3.59vw;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18vw;
}
@media screen and (min-width: 768px) {
  .service__content--text {
    font-size: 1.38vw;
    letter-spacing: 0.07vw;
    margin-top: 3.8vw;
  }
}
.service__content--text--2nd {
  margin-top: -1vw;
}
.service__content--text--3rd {
  margin-top: 3.5vw;
}
@media screen and (min-width: 768px) {
  .service__content--text--3rd {
    margin-top: 1.5vw;
  }
}
.service__content--text--4th {
  margin-top: -0.5vw;
}
.service__btn {
  background-color: #cc0000;
  color: #fff;
  font-weight: bold;
  font-size: 4.1vw;
  line-height: 7.69vw;
  display: block;
  margin-inline: auto;
  width: 89.74vw;
  height: 14.87vw;
  text-align: center;
  padding-block: 3.589vw;
  margin-top: 7.2vw;
}
@media screen and (min-width: 768px) {
  .service__btn {
    margin-top: 3.1vw;
    font-size: 1.66vw;
    line-height: 2.08vw;
    width: 53.47vw;
    height: 4.23vw;
    padding-block: 1.11vw;
  }
}

.pros {
  background-color: #fff;
  padding-top: 12.7vw;
  padding-bottom: 11.28vw;
}
@media screen and (min-width: 768px) {
  .pros {
    padding-top: 3.33vw;
    padding-bottom: 5.8vw;
  }
}
.pros__wrapper {
  width: 89.74vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pros__wrapper {
    width: 86.25vw;
  }
}
.pros__title {
  font-size: 6.15vw;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 768px) {
  .pros__title {
    font-size: 2.22vw;
  }
}
.pros__contents {
  margin-top: 4.84vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12.5vw;
}
@media screen and (min-width: 768px) {
  .pros__contents {
    margin-top: 4.9vw;
    gap: 5.55vw;
  }
}
.pros__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pros__head {
    gap: 1.5vw;
  }
}
.pros__head--num {
  font-size: 10.25vw;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #cc0000;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .pros__head--num {
    font-size: 4.44vw;
  }
}
@media screen and (min-width: 768px) {
  .pros__head--num--1st {
    margin-top: -5.5vw;
    margin-left: 0.8vw;
  }
}
.pros__head--jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2vw;
}
.pros__head--main {
  font-size: 5.13vw;
  font-weight: bold;
  line-height: 6vw;
  letter-spacing: 0.25vw;
  color: #111111;
  display: block;
}
@media screen and (min-width: 768px) {
  .pros__head--main {
    font-size: 2.5vw;
    line-height: 3.6vw;
    letter-spacing: 0.125vw;
  }
}
@media screen and (min-width: 768px) {
  .pros__head--sub {
    font-size: 1.38vw;
    line-height: 2.4vw;
    font-weight: 500;
    letter-spacing: 0.07vw;
    margin-left: 0.5vw;
  }
}
.pros__head--sub--sp {
  font-size: 3.07vw;
  line-height: 5.13vw;
  letter-spacing: 0.17vw;
  font-weight: 500;
  display: block;
  margin-top: 2vw;
  word-break: break-word;
}
.pros__head--simple {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pros__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.95vw;
  margin-top: 6.15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .pros__cards {
    margin-top: 3.1vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4.94vw;
  }
}
.pros__card {
  width: 89.74vw;
  height: 27.17vw;
  border: 3px solid #cc0000;
  border-radius: 2.18vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pros__card {
    width: 13.3vw;
    height: 22.57vw;
    border-radius: 0.34vw;
  }
}
.pros__card_above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-align: center;
  border-bottom: 2px dashed #cc0000;
  width: 100%;
  height: 11vw;
  padding: 1.56vw 7.22vw 1.28vw 7.3vw;
  gap: 5.65vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pros__card_above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 2.6vw 0vw 0vw;
    width: 100%;
    height: 8.7vw;
  }
}
.pros__card_above--head {
  font-size: 5.13vw;
  letter-spacing: 0.25vw;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 7.69vw;
}
@media screen and (min-width: 768px) {
  .pros__card_above--head {
    font-size: 2.22vw;
    line-height: 0;
    letter-spacing: 0.11vw;
  }
}
.pros__card_above--text {
  font-size: 3.33vw;
  line-height: 5.13vw;
  font-weight: 500;
  letter-spacing: 0.16vw;
}
@media screen and (min-width: 768px) {
  .pros__card_above--text {
    font-size: 1.04vw;
    letter-spacing: 0.052vw;
    line-height: 1.38vw;
    margin-top: 2.1vw;
  }
}
.pros__card_above--text--4th {
  font-size: 3.33vw;
  line-height: 5.13vw;
}
@media screen and (min-width: 768px) {
  .pros__card_above--text--4th {
    font-size: 0.9vw;
    line-height: 1.04vw;
    width: 9.79vw;
  }
}
@media screen and (min-width: 768px) {
  .pros__card_above--text--5th {
    margin-top: 2.6vw;
  }
}
.pros__card_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.05vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.4vw 8.42vw 2.56vw 7.45vw;
}
@media screen and (min-width: 768px) {
  .pros__card_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.57vw 1.18vw 2.43vw;
    gap: 0.6vw;
  }
}
.pros__card_bottom--accent {
  font-size: 4.1vw;
  font-family: "Oswald", sans-serif;
  width: 13.63vw;
  height: 6.66vw;
  background-color: #bcdcdf;
  border-radius: 7.69vw;
  display: block;
  text-align: center;
  padding-block: 0.25vw;
  letter-spacing: 0.2vw;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .pros__card_bottom--accent {
    font-size: 1.38vw;
    margin-inline: auto;
    width: 6.83vw;
    height: 2.25vw;
    border-radius: 2.08vw;
    line-height: normal;
    padding-block: 0;
    letter-spacing: 0.069vw;
  }
}
.pros__card_bottom--text {
  font-weight: 500;
  line-height: 5.12vw;
  font-size: 3.33vw;
}
@media screen and (min-width: 768px) {
  .pros__card_bottom--text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.11vw;
    line-height: 2.08vw;
  }
}
.pros__card::after {
  content: "";
  background: url(../images/arrow-sp.webp) no-repeat top left/contain;
  width: 9.93vw;
  height: 8.69vw;
  bottom: -8.69vw;
  right: 38%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .pros__card::after {
    background: url(../images/arrow.webp) no-repeat top left/contain;
    width: 4.93vw;
    height: 2.5vw;
    top: 7.6vw;
    right: -5.1vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.pros__card--5th::after {
  display: none;
}

.pros_result__wrapper {
  margin-top: 0.77vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.13vw;
  margin-inline: auto;
  width: 89.74vw;
}
@media screen and (min-width: 768px) {
  .pros_result__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 75.69vw;
    margin-top: 3.1vw;
    margin-left: 6.3vw;
    gap: 5vw;
  }
}
.pros_result__left--head,
.pros_result__right--head {
  width: 89.74vw;
  height: 10.51vw;
  background-color: #fbe2e2;
  border-radius: 8.97vw;
  padding-block: 0.76vw;
  line-height: 8.97vw;
  text-align: center;
  font-size: 5.13vw;
  font-weight: bold;
  color: #111111;
  letter-spacing: 0.25vw;
}
@media screen and (min-width: 768px) {
  .pros_result__left--head,
  .pros_result__right--head {
    width: 33.33vw;
    height: 5.2vw;
    font-size: 1.66vw;
    border-radius: 2.77vw;
    line-height: 2.43vw;
    padding-block: 1.38vw;
    letter-spacing: 0.083vw;
  }
}
.pros_result__left--nums,
.pros_result__right--nums {
  text-align: center;
}
.pros_result__left--num,
.pros_result__right--num {
  font-size: 16.41vw;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #cc0000;
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .pros_result__left--num,
  .pros_result__right--num {
    font-size: 6.66vw;
  }
}
.pros_result__left--per,
.pros_result__right--per {
  font-size: 9.23vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pros_result__left--per,
  .pros_result__right--per {
    font-size: 3.33vw;
  }
}
.pros_result__left--text,
.pros_result__right--text {
  font-size: 3.59vw;
  color: #111111;
  text-align: center;
  line-height: 5.13vw;
  letter-spacing: 0.18vw;
}
@media screen and (min-width: 768px) {
  .pros_result__left--text,
  .pros_result__right--text {
    font-size: 1.38vw;
    line-height: 2.08vw;
  }
}
.pros_result__left--red,
.pros_result__right--red {
  font-size: 8.2vw;
  line-height: 8.97vw;
  letter-spacing: 0.41vw;
  font-weight: bold;
  color: #cc0000;
}
@media screen and (min-width: 768px) {
  .pros_result__left--red,
  .pros_result__right--red {
    font-size: 2.77vw;
  }
}
.pros_result__left--ken,
.pros_result__right--ken {
  font-size: 8.2vw;
  line-height: 8.97vw;
  letter-spacing: 0.41vw;
  margin-left: -0.5vw;
}
@media screen and (min-width: 768px) {
  .pros_result__left--ken,
  .pros_result__right--ken {
    margin-inline: 0.83vw;
    font-size: 2.77vw;
  }
}
@media screen and (min-width: 768px) {
  .pros_result__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.pros_result__left--num {
  margin-left: 4.5vw;
  margin-top: -0.2vw;
}
@media screen and (min-width: 768px) {
  .pros_result__left--num {
    margin-left: 2.5vw;
    margin-top: -0.5vw;
  }
}
@media screen and (min-width: 768px) {
  .pros_result__left--text {
    margin-top: 2.6vw;
    width: 31.25vw;
    letter-spacing: 0.069vw;
  }
}
@media screen and (min-width: 768px) {
  .pros_result__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.pros_result__right--nums {
  margin-left: 1.8vw;
}
@media screen and (min-width: 768px) {
  .pros_result__right--nums {
    margin-left: 1.2vw;
    margin-top: -0.5vw;
  }
}
.pros_result__right--text {
  letter-spacing: 0.17vw;
}
@media screen and (min-width: 768px) {
  .pros_result__right--text {
    margin-top: 0.3vw;
    letter-spacing: 0.069vw;
  }
}
.pros_result__bottom {
  background-color: #f0f0f0;
  color: #111111;
  font-size: 3.85vw;
  font-weight: 500;
  text-align: center;
  padding-block: 2.56vw;
  line-height: 5.13vw;
  margin-top: 6.15vw;
  margin-inline: auto;
  width: 89.74vw;
  letter-spacing: 0.19vw;
}
@media screen and (min-width: 768px) {
  .pros_result__bottom {
    font-size: 1.38vw;
    line-height: 3.47vw;
    letter-spacing: 0.07vw;
    padding-block: 0.34vw;
    width: 80.48vw;
    margin-top: 4.3vw;
  }
}

.pros_table {
  margin-top: 4.5vw;
  position: relative;
  margin-inline: auto;
  margin-left: 4.5vw;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .pros_table {
    margin-top: 4.16vw;
    width: 80.48vw;
    overflow-x: hidden;
    margin-left: 3vw;
  }
}
.pros_table table {
  width: 217.36vw;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .pros_table table {
    width: 100%;
  }
}
.pros_table table tr {
  &:nth-child(odd) {
    background-color: #f0f0f0;
  }
}
.pros_table table tr th {
  color: #fff;
  background-color: #cc0000;
}
.pros_table table tr th,
.pros_table table tr td {
  padding-block: 2.7vw 3vw;
  text-align: center;
  font-size: 3vw;
  line-height: 4.79vw;
  border: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .pros_table table tr th,
  .pros_table table tr td {
    padding-block: 1.04vw 1.1vw;
    font-size: 1.11vw;
    line-height: 1.77vw;
  }
}
.pros_table--industry {
  width: 15.44vw;
}
@media screen and (min-width: 768px) {
  .pros_table--industry {
    width: 12.43vw;
  }
}
.pros_table--call {
  width: 22.48vw;
}
@media screen and (min-width: 768px) {
  .pros_table--call {
    width: 18.09vw;
  }
}
.pros_table--period {
  width: 9.37vw;
}
@media screen and (min-width: 768px) {
  .pros_table--period {
    width: 7.54vw;
  }
}
.pros_table--get {
  width: 15.53vw;
}
@media screen and (min-width: 768px) {
  .pros_table--get {
    width: 12.49vw;
  }
}
.pros_table--rate,
.pros_table--archive {
  width: 12.38vw;
}
@media screen and (min-width: 768px) {
  .pros_table--rate,
  .pros_table--archive {
    width: 9.96vw;
  }
}
.pros_table--lead {
  width: 12.39vw;
}
@media screen and (min-width: 768px) {
  .pros_table--lead {
    width: 9.97vw;
  }
}
.pros_table__quote {
  font-size: 3.07vw;
  line-height: normal;
  margin-top: 4.3vw;
}
@media screen and (min-width: 768px) {
  .pros_table__quote {
    font-size: 1.04vw;
    line-height: 1.77vw;
    text-align: right;
    width: 80.48vw;
    margin-inline: auto;
    margin-top: 0.5vw;
  }
}

.pros__content--3rd {
  width: 86.25vw;
}
@media screen and (min-width: 768px) {
  .pros__content--3rd {
    margin-top: 5.7vw;
  }
}

.pros_assist {
  margin-top: 3.86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9vw;
}
@media screen and (min-width: 768px) {
  .pros_assist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 3.2vw;
  }
}
.pros_assist__left,
.pros_assist__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.1vw;
  width: 88.97vw;
}
@media screen and (min-width: 768px) {
  .pros_assist__left,
  .pros_assist__right {
    gap: 2.9vw;
    width: 86.25vw;
  }
}
.pros_assist__left--img,
.pros_assist__right--img {
  width: 22.56vw;
}
@media screen and (min-width: 768px) {
  .pros_assist__left--img,
  .pros_assist__right--img {
    width: 14.58vw;
    margin-top: -5vw;
  }
}
.pros_assist__left--img img,
.pros_assist__right--img img {
  width: 100%;
}
.pros_assist__left--head,
.pros_assist__right--head {
  font-size: 5.13vw;
  color: #111111;
  font-weight: 500;
  letter-spacing: 0.25vw;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .pros_assist__left--head,
  .pros_assist__right--head {
    font-size: 1.66vw;
    letter-spacing: 0.08vw;
  }
}
.pros_assist__left--lists,
.pros_assist__right--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5vw;
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  .pros_assist__left--lists,
  .pros_assist__right--lists {
    gap: 1.11vw;
    margin-top: 1.25vw;
  }
}
.pros_assist__left--list,
.pros_assist__right--list {
  font-size: 3.33vw;
  color: #111111;
  position: relative;
  padding-left: 6.4vw;
  line-height: normal;
  letter-spacing: 0.16vw;
}
@media screen and (min-width: 768px) {
  .pros_assist__left--list,
  .pros_assist__right--list {
    font-size: 1.25vw;
    padding-left: 2.9vw;
    letter-spacing: 0.0625vw;
  }
}
.pros_assist__left--list::before,
.pros_assist__right--list::before {
  content: "";
  width: 3.84vw;
  height: 3.84vw;
  background: url(../images/check.webp) no-repeat top left/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .pros_assist__left--list::before,
  .pros_assist__right--list::before {
    width: 1.38vw;
    height: 1.38vw;
  }
}
.pros_assist__right--lists {
  position: relative;
}
.pros_assist__right--lists::after {
  content: "※一部開発中 7月完成予定";
  color: #6d6666;
  font-size: 2.56vw;
  letter-spacing: 0.13vw;
  position: absolute;
  bottom: -9.3vw;
  right: -0.5vw;
}
@media screen and (min-width: 768px) {
  .pros_assist__right--lists::after {
    font-size: 1.11vw;
    bottom: -1.91vw;
  }
}
@media screen and (min-width: 768px) {
  .pros_assist__right--main {
    width: 23.9vw;
  }
}
.pros_assist__right--img {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .pros_assist__right--img {
    margin-top: -1.5vw;
  }
}
.pros_assist__text {
  font-size: 3.59vw;
  font-weight: 500;
  color: #111111;
  text-align: center;
  margin-top: 17vw;
  line-height: 5.12vw;
  letter-spacing: 0.18vw;
  width: 89.74vw;
}
@media screen and (min-width: 768px) {
  .pros_assist__text {
    font-size: 1.38vw;
    margin-top: 4.2vw;
    line-height: 2.08vw;
    letter-spacing: 0.069vw;
    width: 61.8vw;
    margin-inline: auto;
  }
}
.pros_assist__text + .pros_assist__text {
  margin-top: 5.25vw;
}
@media screen and (min-width: 768px) {
  .pros_assist__text + .pros_assist__text {
    margin-top: 4.1vw;
  }
}

.flow {
  padding-block: 18.3vw 12.5vw;
  width: 89.74vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-block: 5.4vw 14.5vw;
    width: 86.25vw;
  }
}
.flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 6.15vw;
  letter-spacing: 0.3vw;
  gap: 1.5vw;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 2.22vw;
    letter-spacing: 0.11vw;
    gap: 0;
  }
}
.flow__title--sub {
  font-size: 2.38vw;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .flow__title--sub {
    font-size: 1.38vw;
    line-height: 3.47vw;
    letter-spacing: 0.069vw;
  }
}
.flow__wrapper {
  position: relative;
}
.flow__img {
  margin-top: 3.47vw;
  width: 89.74vw;
}
@media screen and (min-width: 768px) {
  .flow__img {
    width: 86.25vw;
  }
}
.flow__img img {
  width: 100%;
}
.flow__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 81.4vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 10.3vw;
  margin-top: 1.04vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 20.5vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .flow__texts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 23.2vw;
    width: 81.46vw;
    padding-bottom: 2.5vw;
    margin-left: 7vw;
  }
}
.flow__text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .flow__text {
    font-size: 1.38vw;
    letter-spacing: 0.07vw;
    text-align: center;
  }
}
.flow__text h4 {
  font-size: 4.1vw;
  font-weight: 500;
  letter-spacing: 0.2vw;
  line-height: 5.13vw;
  color: #111111;
}
@media screen and (min-width: 768px) {
  .flow__text h4 {
    font-size: 1.3vw;
    line-height: 2.08vw;
    display: block;
    width: 100%;
    letter-spacing: 0.16vw;
  }
}
.flow__text--inqury {
  width: 32.82vw;
  background-color: #cc0000;
  color: #fff;
  font-size: 2.82vw;
  display: block;
  margin-top: 2.5vw;
  font-weight: bold;
  line-height: 6.5vw;
  text-align: center;
  height: 6.4vw;
}
@media screen and (min-width: 768px) {
  .flow__text--inqury {
    width: 16.52vw;
    font-size: 1.11vw;
    height: 2.77vw;
    line-height: 2.08vw;
    margin-top: 0.9vw;
    padding-top: 0.4vw;
    letter-spacing: 0;
  }
}
.flow__text--1st {
  width: 32.82vw;
}
@media screen and (min-width: 768px) {
  .flow__text--1st {
    margin-right: 6.3vw;
    width: 16.52vw;
  }
}
.flow__text--2nd {
  width: 38.71vw;
  margin-top: 12.1vw;
}
@media screen and (min-width: 768px) {
  .flow__text--2nd {
    margin-top: 0;
    margin-right: 2.3vw;
    width: 27.18vw;
  }
}
.flow__text--3rd {
  width: 38.71vw;
  margin-top: 13.84vw;
}
@media screen and (min-width: 768px) {
  .flow__text--3rd {
    width: 29.86vw;
    margin-top: 0;
  }
}

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

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

@media screen and (min-width: 768px) {
  .hidden-tb {
    display: none;
  }
}
