@charset "UTF-8";
#wpadminbar {
  display: none; }

/* =====================
  common setting
===================== */
:root {
  /* Safari resize fix */
  min-height: 0vw;
  --fade-ms: 900ms; }

h1, h2 {
  font-weight: 700; }

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .25s; }

button {
  outline: none; }

html {
  background: #fff;
  scroll-behavior: smooth; }

body {
  height: 100%;
  transition: all .3s;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  color: #221C25;
  font-weight: 400; }

img {
  width: 100%; }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: inherit; } }

.pc {
  display: inherit; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

table {
  table-layout: auto !important; }

.page {
  background: #F7F7F7; }
  .page-inner {
    padding: 0 5vw 6.9444444444vw; }
    @media screen and (max-width: 768px) {
      .page-inner {
        padding: 0 5.1282051282vw 20.5128205128vw; } }
  .page-ttl {
    margin-top: 6.9444444444vw; }
    @media screen and (max-width: 768px) {
      .page-ttl {
        margin-top: 7.6923076923vw; } }
    .page-ttl h2 {
      font-size: 4.5138888889vw;
      font-weight: 600;
      line-height: 130%; }
      @media screen and (max-width: 768px) {
        .page-ttl h2 {
          font-size: 8.9743589744vw; } }

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  width: 13.1944444444vw;
  height: 3.8194444444vw;
  font-size: 1.3888888889vw;
  font-weight: 500;
  border-radius: 6.9444444444vw;
  border: 1px solid #2A303D;
  color: #2A303D;
  margin-left: auto;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .more {
      width: 38.4615384615vw;
      height: 10.7692307692vw;
      font-size: 3.5897435897vw;
      gap: 2.0512820513vw; } }
  .more::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #2A303D;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
    border-radius: 6.9444444444vw;
    border: 1px solid #2A303D; }
  .more::after {
    content: "";
    display: inline-block;
    width: 0.9722222222vw;
    height: 0.9722222222vw;
    background: url("../../images/arrow-nv.svg") no-repeat;
    background-size: contain; }
    @media screen and (max-width: 768px) {
      .more::after {
        width: 3.0769230769vw;
        height: 3.0769230769vw; } }
  .more:hover {
    color: #fff; }
    .more:hover::before {
      transform-origin: 0% 50%;
      transform: scaleX(1); }
    .more:hover::after {
      background: url("/wp-content/themes/rasino/images/arrow.svg") no-repeat; }

.navyBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  width: fit-content;
  height: 4.0277777778vw;
  font-size: 1.3888888889vw;
  font-weight: 500;
  border-radius: 6.9444444444vw;
  background-color: #2A303D;
  border: 1px solid #2A303D;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0 0.6944444444vw 0 1.7361111111vw; }
  @media screen and (max-width: 768px) {
    .navyBtn {
      height: 11.7948717949vw;
      font-size: 3.5897435897vw;
      gap: 2.0512820513vw;
      padding: 0 2.5641025641vw 0 6.4102564103vw; } }
  .navyBtn::after {
    content: "";
    display: inline-block;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
    background: url("../../images/arrow-wt.svg") no-repeat;
    background-size: 100%; }
    @media screen and (max-width: 768px) {
      .navyBtn::after {
        width: 7.6923076923vw;
        height: 7.6923076923vw; } }

.orBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6944444444vw;
  min-width: 16.875vw;
  width: fit-content;
  height: 4.0277777778vw;
  font-size: 1.3888888889vw;
  font-weight: 500;
  border-radius: 6.9444444444vw;
  background-color: #F55A4E;
  border: 1px solid #F55A4E;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0 0.6944444444vw 0 1.7361111111vw; }
  @media screen and (max-width: 768px) {
    .orBtn {
      height: 11.7948717949vw;
      font-size: 3.5897435897vw;
      gap: 2.0512820513vw;
      padding: 0 2.5641025641vw 0 6.4102564103vw; } }
  .orBtn::after {
    content: "";
    display: inline-block;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
    background: url("../../images/arrow-wt2.svg") no-repeat;
    background-size: 100%; }
    @media screen and (max-width: 768px) {
      .orBtn::after {
        width: 7.6923076923vw;
        height: 7.6923076923vw; } }

.breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5555555556vw;
  padding-top: 9.0277777778vw;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none; }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      margin-left: auto;
      width: fit-content;
      max-width: 100%;
      justify-content: flex-start;
      padding-top: 20.5128205128vw;
      gap: 2.0512820513vw; } }
  .breadcrumb li {
    flex: 0 0 auto; }
  .breadcrumb li, .breadcrumb a {
    color: #888A9B;
    font-size: 0.9027777778vw;
    line-height: 100%; }
    @media screen and (max-width: 768px) {
      .breadcrumb li, .breadcrumb a {
        font-size: 3.0769230769vw; } }
  .breadcrumb a {
    position: relative; }
    .breadcrumb a::after {
      content: "";
      display: inline-block;
      width: 0.5555555556vw;
      height: 0.7638888889vw;
      background: url("../../images/arrow-bread.svg") no-repeat 100%/contain;
      margin-left: 0.5555555556vw; }
      @media screen and (max-width: 768px) {
        .breadcrumb a::after {
          width: 2.0512820513vw;
          height: 2.8205128205vw;
          margin-left: 2.0512820513vw; } }

.breadcrumb::-webkit-scrollbar {
  display: none; }

/* =====================
  header setting
===================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background-color .3s ease, backdrop-filter .3s ease, transform .28s ease, opacity .28s ease, height .28s ease;
  height: 4.1666666667vw;
  background: transparent;
  pointer-events: auto; }
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*padding: vw(7) vw(72);*/
    padding: 0.6944444444vw 5vw; }
  .header-logo {
    margin-right: auto;
    width: 23.6805555556vw; }
    @media screen and (max-width: 768px) {
      .header-logo {
        width: 74.8717948718vw; } }
    .header-logo .-wt {
      width: 10.4166666667vw; }
      @media screen and (max-width: 768px) {
        .header-logo .-wt {
          width: 33.3333333333vw; } }
    .header-logo .-bk {
      display: none; }
  .header-nav {
    display: flex;
    align-items: center; }
  .header-menu {
    display: flex;
    gap: 1.7361111111vw; }
    @media screen and (max-width: 768px) {
      .header-menu {
        flex-direction: column;
        gap: 5.1282051282vw; } }
    .header-menu a {
      font-size: 1.1805555556vw;
      color: #fff;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .header-menu a {
          color: #221C25;
          font-size: 4.6153846154vw;
          letter-spacing: 0.18px;
          line-height: 170%; } }
  .header-btn {
    display: flex;
    gap: 1.7361111111vw;
    margin-left: 1.7361111111vw; }
    @media screen and (max-width: 768px) {
      .header-btn {
        flex-direction: column;
        gap: 5.1282051282vw; } }
    .header-btn a {
      width: 9.7222222222vw;
      height: 2.8472222222vw;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6.9444444444vw;
      padding-right: 0.6944444444vw;
      border: 1px solid #FFF;
      font-size: 1.1805555556vw;
      color: #fff;
      font-weight: 500;
      gap: 0.1388888889vw;
      position: relative; }
      @media screen and (max-width: 768px) {
        .header-btn a {
          width: 56.6666666667vw;
          height: 11.7948717949vw;
          border-radius: 25.641025641vw;
          font-size: 4.358974359vw;
          padding: 0 2.5641025641vw 0 5.1282051282vw;
          border-color: #2A303D;
          background: #2A303D;
          justify-content: space-between; } }
      .header-btn a::after {
        content: "";
        display: inline-block;
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        background: url("/wp-content/themes/rasino/images/arrow.svg") no-repeat 100%;
        position: absolute;
        top: 50%;
        right: 1.0416666667vw;
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          .header-btn a::after {
            width: 7.6923076923vw;
            height: 7.6923076923vw;
            background: url("/wp-content/themes/rasino/images/arrow.svg") no-repeat 100%; } }
  .header-sns {
    display: none; }

.header.is-ready:not(.is-scrolled) {
  transform: translateY(0);
  opacity: 1; }

.header.is-scrolled .header-inner {
  background: rgba(42, 48, 61, 0.55);
  backdrop-filter: blur(4.5px);
  transform: translateY(0);
  opacity: 1; }
.header.is-scrolled .header-logo .-wt {
  display: none; }
.header.is-scrolled .header-logo .-bk {
  display: block; }
.header.is-scrolled .header-menu a {
  color: #fff !important; }
@media screen and (max-width: 768px) {
  .header.is-scrolled .header-btn {
    gap: 5.1282051282vw; } }
.header.is-scrolled .header-btn li a {
  border-color: #fff;
  color: #fff; }
  .header.is-scrolled .header-btn li a::after {
    content: "";
    background: url("/wp-content/themes/rasino/images/arrow.svg") no-repeat 100%; }
  @media screen and (max-width: 768px) {
    .header.is-scrolled .header-btn li a {
      color: #FFF; }
      .header.is-scrolled .header-btn li a::after {
        content: "";
        background: url("/wp-content/themes/rasino/images/arrow.svg") no-repeat 100%; } }
.header .hamburger {
  display: none; }

.header.entering {
  transform: translateY(-12px);
  opacity: 0; }

.header.is-scrolled .header-logo img {
  transition: transform .28s ease; }

.header.is-subpage .header-logo .-wt {
  display: none; }
.header.is-subpage .header-logo .-bk {
  display: block; }
.header.is-subpage .header-menu a {
  color: #fff; }
.header.is-subpage .header-btn a {
  border-color: #221C25;
  color: #221C25; }
  @media screen and (max-width: 768px) {
    .header.is-subpage .header-btn a {
      color: #fff; } }
  .header.is-subpage .header-btn a::after {
    background: url(/wp-content/themes/rasino/images/arrow.svg) no-repeat 100%; }
    @media screen and (max-width: 768px) {
      .header.is-subpage .header-btn a::after {
        background: url(/wp-content/themes/rasino/images/arrow-wt.svg) no-repeat 100%; } }

@media screen and (max-width: 768px) {
  .header {
    margin-top: 0;
    padding: 0; }
    .header.is-open {
      backdrop-filter: none !important;
      background: none !important; }
      .header.is-open .header-logo {
        opacity: 0; }
    .header-inner {
      padding: 5.1282051282vw; }
    .header.is-open .header-nav {
      opacity: 1;
      pointer-events: auto; }
    .header.is-open .header-nav__logo {
      width: 53.8461538462vw; }
    .header-nav {
      position: fixed;
      top: 0;
      right: 0;
      border-radius: 0.7692307692vw;
      background: linear-gradient(112deg, rgba(255, 255, 255, 0.75) 0%, #FFF 101.03%);
      backdrop-filter: blur(11.5px);
      height: 100vh;
      width: 76.9230769231vw;
      padding: 5.1282051282vw;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.8s ease;
      z-index: 1000;
      flex-direction: column;
      gap: 20.5128205128vw;
      align-items: baseline; }
    .header-btn ul {
      display: flex;
      flex-direction: column;
      gap: 2.2222222222vw; }
      .header-btn ul li a {
        font-size: 1.3888888889vw;
        color: #221C25;
        font-weight: 600; }
    .header .hamburger {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end;
      width: 6.6666666667vw;
      height: 5.1282051282vw;
      border: none;
      background: none;
      cursor: pointer;
      z-index: 1001;
      margin-left: auto;
      position: relative; }
      .header .hamburger span {
        display: block;
        height: 0.3846153846vw;
        background: #fff;
        border-radius: 5px;
        transition: all 0.3s ease; }
        .header .hamburger span:nth-child(1) {
          width: 4.6153846154vw; }
        .header .hamburger span:nth-child(2) {
          width: 5.641025641vw; }
        .header .hamburger span:nth-child(3) {
          width: 6.6666666667vw; }
      .header .hamburger.is-open span {
        background: #2A303D; }
      .header .hamburger.is-open span:nth-child(1) {
        width: 6.6666666667vw;
        transform: rotate(35deg) translateY(0.6944444444vw);
        position: absolute;
        top: 1.5384615385vw; }
      .header .hamburger.is-open span:nth-child(2) {
        opacity: 0; }
      .header .hamburger.is-open span:nth-child(3) {
        transform: rotate(-35deg) translateY(-0.6944444444vw);
        position: absolute;
        top: 2.5641025641vw; }
    .header.is-scrolled .header-inner {
      width: 100%;
      margin: 0;
      border-radius: 0;
      background: rgba(42, 48, 61, 0.55);
      backdrop-filter: blur(4px); }
    .header.is-scrolled .hamburger span {
      background: #000; }
    .header.is-subpage .hamburger span {
      background: #000; } }
/* =====================
  footer setting
===================== */
.footer {
  position: relative;
  background: #2A303D;
  color: #fff; }
  .footer-inner {
    display: flex;
    justify-content: space-between;
    padding: 3.4722222222vw 5vw 3.4722222222vw;
    border-bottom: 1px solid #fff; }
    @media screen and (max-width: 768px) {
      .footer-inner {
        flex-direction: column;
        padding: 12.8205128205vw 5.1282051282vw 12.8205128205vw;
        gap: 10.7692307692vw; } }
  .footer-logo {
    width: 17.3611111111vw; }
    @media screen and (max-width: 768px) {
      .footer-logo {
        width: 53.8461538462vw; } }
    .footer-logo p {
      margin-top: 1.3888888889vw;
      letter-spacing: 0.68px;
      font-weight: 500;
      font-size: 1.1805555556vw; }
      @media screen and (max-width: 768px) {
        .footer-logo p {
          margin-top: 5.1282051282vw;
          letter-spacing: 0.6px;
          font-size: 3.8461538462vw; } }
  .footer-menu {
    display: flex;
    gap: 5.9722222222vw; }
    @media screen and (max-width: 768px) {
      .footer-menu {
        gap: 2.5641025641vw;
        justify-content: space-between; } }
    .footer-menu > div {
      display: flex;
      gap: 5.9722222222vw; }
      @media screen and (max-width: 768px) {
        .footer-menu > div {
          flex-direction: column; } }
    .footer-menu .links .mt {
      margin-top: 2.7777777778vw; }
      @media screen and (max-width: 768px) {
        .footer-menu .links .mt {
          margin-top: 5.1282051282vw; } }
    .footer-menu .links li:not(:last-child) {
      margin-bottom: 1.0416666667vw; }
      @media screen and (max-width: 768px) {
        .footer-menu .links li:not(:last-child) {
          margin-bottom: 3.8461538462vw; } }
    .footer-menu .links li a {
      line-height: 170%;
      font-size: 1.1111111111vw;
      letter-spacing: 0.16px; }
      @media screen and (max-width: 768px) {
        .footer-menu .links li a {
          font-size: 3.5897435897vw; } }
    .footer-menu .sns {
      display: flex;
      align-items: center;
      gap: 1.0416666667vw; }
      @media screen and (max-width: 768px) {
        .footer-menu .sns {
          gap: 3.8461538462vw; } }
      .footer-menu .sns a {
        width: 1.6666666667vw; }
        @media screen and (max-width: 768px) {
          .footer-menu .sns a {
            width: 6.1538461538vw; } }
      .footer-menu .sns svg path {
        fill: #fff; }
    .footer-menu .btn {
      display: flex;
      gap: 2.0833333333vw; }
      @media screen and (max-width: 768px) {
        .footer-menu .btn {
          display: block; } }
      .footer-menu .btn-contact li:not(:last-child) {
        margin-bottom: 1.1805555556vw; }
        @media screen and (max-width: 768px) {
          .footer-menu .btn-contact li:not(:last-child) {
            margin-bottom: 4.358974359vw; } }
      .footer-menu .btn-contact li a {
        display: flex;
        align-items: center;
        width: 15.3472222222vw;
        height: 3.1944444444vw;
        background: #fff;
        border-radius: 6.9444444444vw;
        border: 1px solid #fff;
        color: #221C25;
        font-size: 1.1805555556vw;
        font-weight: 500;
        position: relative;
        padding-left: 1.3888888889vw; }
        @media screen and (max-width: 768px) {
          .footer-menu .btn-contact li a {
            width: 45.641025641vw;
            height: 10.7692307692vw;
            font-size: 3.3333333333vw;
            padding-left: 5.1282051282vw; } }
        .footer-menu .btn-contact li a::before {
          content: "";
          width: 2.0833333333vw;
          height: 2.0833333333vw;
          background: url("/wp-content/themes/rasino/images/arrow-or.svg") no-repeat 100%/contain;
          position: absolute;
          top: 50%;
          right: 0.6944444444vw;
          transform: translateY(-50%); }
          @media screen and (max-width: 768px) {
            .footer-menu .btn-contact li a::before {
              width: 7.6923076923vw;
              height: 7.6923076923vw;
              right: 1.2820512821vw; } }
      @media screen and (max-width: 768px) {
        .footer-menu .btn-company {
          margin-top: 3.8461538462vw; } }
      .footer-menu .btn-company a {
        display: flex;
        align-items: center;
        width: 17.7083333333vw;
        height: 3.1944444444vw;
        background: #2A303D;
        color: #fff;
        border-radius: 6.9444444444vw;
        border: 1px solid #fff;
        font-size: 1.1805555556vw;
        font-weight: 500;
        position: relative;
        padding-left: 1.3888888889vw; }
        @media screen and (max-width: 768px) {
          .footer-menu .btn-company a {
            width: 45.641025641vw;
            height: 10.7692307692vw;
            font-size: 3.3333333333vw;
            padding-left: 5.1282051282vw; } }
        .footer-menu .btn-company a::before {
          content: "";
          width: 2.0833333333vw;
          height: 2.0833333333vw;
          background: url("/wp-content/themes/rasino/images/arrow-or.svg") no-repeat 100%/contain;
          position: absolute;
          top: 50%;
          right: 0.6944444444vw;
          transform: translateY(-50%); }
          @media screen and (max-width: 768px) {
            .footer-menu .btn-company a::before {
              width: 7.6923076923vw;
              height: 7.6923076923vw;
              right: 1.2820512821vw; } }
  .footer-info {
    display: flex;
    justify-content: flex-end;
    padding: 0.3472222222vw 5vw; }
    @media screen and (max-width: 768px) {
      .footer-info {
        flex-direction: column;
        gap: 0vw;
        padding: 2.5641025641vw 5.1282051282vw 1.2820512821vw; } }
    .footer-info .policy {
      display: flex;
      gap: 1.0416666667vw;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .footer-info .policy {
          justify-content: center;
          flex-wrap: wrap;
          gap: 0 3.8461538462vw; } }
      .footer-info .policy a {
        display: block;
        line-height: 170%;
        font-size: 0.9722222222vw; }
        @media screen and (max-width: 768px) {
          .footer-info .policy a {
            font-size: 3.5897435897vw; } }
    .footer-info .copyright {
      line-height: 170%;
      font-size: 1.0416666667vw; }
      @media screen and (max-width: 768px) {
        .footer-info .copyright {
          font-size: 3.0769230769vw;
          text-align: center; } }
    .footer-info .number {
      margin-right: 2.6388888889vw;
      line-height: 170%;
      font-size: 1.0416666667vw; }
      @media screen and (max-width: 768px) {
        .footer-info .number {
          font-size: 3.0769230769vw;
          text-align: center;
          margin: 5.1282051282vw 0 0; } }

/* =====================
  top setting
===================== */
.pc-img {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc-img {
      display: none; } }

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

.fv-wrap {
  position: relative; }

.fv-pin {
  position: sticky;
  top: 0;
  isolation: isolate; }

.fv-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden; }

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

.fv-bg .swiper,
.fv-bg .swiper-wrapper,
.fv-bg .swiper-slide {
  height: 100vh;
  height: 100dvh;
  position: relative; }

#fv {
  background: url("/wp-content/themes/rasino/images/business/fv.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  /* 画面の高さいっぱいに設定 */
  display: flex;
  background-size: cover;
  background-position: center;
  margin-top: -50px; }
  @media screen and (max-width: 768px) {
    #fv {
      background: url("/wp-content/themes/rasino/images/business/fv-sp.jpg") no-repeat;
      background-size: 100%;
      height: 550px;
      position: inherit;
      margin-top: -50px; } }

#fv .fv-hero {
  display: flex;
  flex-direction: column;
  padding: inherit;
  color: #fff;
  gap: 10.625vw;
  position: absolute;
  bottom: 5.9027777778vw;
  left: 5.0694444444vw; }
  @media screen and (max-width: 768px) {
    #fv .fv-hero {
      bottom: 12.5vw;
      left: 2.7777777778vw; } }

.fv-title {
  width: 68.75vw; }
  @media screen and (max-width: 768px) {
    .fv-title {
      width: 84.6153846154vw; } }

.fv-text {
  will-change: transform; }
  .fv-text p {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.3888888889vw;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: 0.8px; }
    @media screen and (max-width: 768px) {
      .fv-text p {
        font-size: 4.358974359vw;
        letter-spacing: 0.68px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.55); } }
    .fv-text p:not(:last-child) {
      margin-bottom: 8.3333333333vw; }
      @media screen and (max-width: 768px) {
        .fv-text p:not(:last-child) {
          margin-bottom: 12.8205128205vw; } }

.content {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 9.0277777778vw 0 0;
  transform: translateZ(0);
  will-change: transform;
  transform: translateY(var(--content-parallax, 0px));
  /* ← 追加 */
  transition: transform 60ms linear; }
  @media screen and (max-width: 768px) {
    .content {
      padding: 20.5128205128vw 0 0; } }

/* =====================
  concept setting
===================== */
.concept-wrap {
  margin-bottom: 10.4166666667vw; }
  @media screen and (max-width: 768px) {
    .concept-wrap {
      margin-bottom: 25.641025641vw; } }
@media screen and (max-width: 768px) {
  .concept-copy {
    padding: 0 5.1282051282vw; } }
.concept-copy h2 {
  width: 62.5vw;
  margin: 0 auto 6.9444444444vw; }
  @media screen and (max-width: 768px) {
    .concept-copy h2 {
      width: 73.0769230769vw;
      margin: 0 0 15.3846153846vw 0; } }
.concept-copy .text {
  text-align: center;
  margin-bottom: 6.25vw; }
  @media screen and (max-width: 768px) {
    .concept-copy .text {
      text-align: left;
      margin-bottom: 10.2564102564vw; } }
  .concept-copy .text p {
    font-family: "Shippori Mincho B1", serif;
    line-height: 210%;
    font-size: 1.5972222222vw; }
    @media screen and (max-width: 768px) {
      .concept-copy .text p {
        font-size: 4.358974359vw;
        line-height: 170%; } }
    .concept-copy .text p:not(:last-child) {
      margin-bottom: 1.25vw; }
      @media screen and (max-width: 768px) {
        .concept-copy .text p:not(:last-child) {
          margin-bottom: 4.6153846154vw; } }
.concept-company {
  width: 90vw;
  background: rgba(255, 255, 255, 0.85);
  margin: -12.5vw auto 0;
  position: relative;
  z-index: 1;
  padding: 6.9444444444vw 7.6388888889vw;
  /* 続きを読む */ }
  @media screen and (max-width: 768px) {
    .concept-company {
      width: 89.7435897436vw;
      margin: 15.3846153846vw auto 0;
      padding: 12.8205128205vw 5.1282051282vw; } }
  .concept-company h3 {
    font-size: 1.9444444444vw;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .concept-company h3 {
        margin-bottom: 1.2820512821vw;
        font-size: 5.1282051282vw; } }
  .concept-company table {
    width: 100%; }
    .concept-company table tr {
      border-bottom: 1px solid #7F818F; }
    .concept-company table th {
      width: 11.1111111111vw;
      vertical-align: middle;
      font-size: 1.1111111111vw;
      letter-spacing: 0.16px;
      line-height: 170%; }
      @media screen and (max-width: 768px) {
        .concept-company table th {
          display: block;
          width: 100%;
          font-size: 4.1025641026vw;
          letter-spacing: 0.16px;
          padding-top: 3.8461538462vw; } }
    .concept-company table td {
      padding: 2.7777777778vw 0;
      font-size: 1.1111111111vw;
      letter-spacing: 0.16px;
      line-height: 170%; }
      @media screen and (max-width: 768px) {
        .concept-company table td {
          display: block;
          width: 100%;
          font-size: 4.1025641026vw;
          letter-spacing: 0.16px;
          padding: 1.2820512821vw 0 3.8461538462vw; } }
      .concept-company table td a {
        text-decoration: underline; }
  .concept-company__sbt {
    margin-top: 5.5555555556vw;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .concept-company__sbt {
        margin-top: 12.8205128205vw; } }
    .concept-company__sbt h3 {
      font-size: 1.9444444444vw;
      font-weight: 600;
      margin-bottom: 2.7777777778vw; }
      @media screen and (max-width: 768px) {
        .concept-company__sbt h3 {
          margin-bottom: 5.1282051282vw;
          font-size: 5.1282051282vw; } }
    .concept-company__sbt h4 {
      margin-bottom: 2.7777777778vw;
      font-size: 1.5277777778vw;
      font-weight: 600;
      line-height: 180%;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .concept-company__sbt h4 {
          margin-bottom: 5.1282051282vw;
          font-size: 4.1025641026vw; } }
    .concept-company__sbt h5 {
      font-size: 1.3888888889vw;
      font-weight: 600;
      line-height: 210%;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .concept-company__sbt h5 {
          font-size: 4.1025641026vw; } }
    .concept-company__sbt p {
      margin-bottom: 2.7777777778vw;
      font-size: 1.1111111111vw;
      line-height: 210%; }
      @media screen and (max-width: 768px) {
        .concept-company__sbt p {
          margin-bottom: 7.6923076923vw;
          font-size: 4.1025641026vw;
          line-height: 170%;
          letter-spacing: 0.16px; } }
    .concept-company__sbt p.right {
      text-align: right; }
    .concept-company__sbt .backBtn {
      width: 33.5416666667vw;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .concept-company__sbt .backBtn {
          width: 100%;
          text-align: center;
          justify-content: center;
          padding: 0;
          font-size: 4.1025641026vw; } }
    .concept-company__sbt .sbt {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 2.7777777778vw; }
      @media screen and (max-width: 768px) {
        .concept-company__sbt .sbt {
          display: block; } }
      .concept-company__sbt .sbt .image {
        margin-right: 2.0833333333vw;
        width: 11.1111111111vw;
        flex-wrap: wrap;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .concept-company__sbt .sbt .image {
            width: 23.0769230769vw;
            margin: 0 auto; } }
        .concept-company__sbt .sbt .image img {
          width: 100%; }
      .concept-company__sbt .sbt .text {
        width: calc(100% - 13.194vw); }
        @media screen and (max-width: 768px) {
          .concept-company__sbt .sbt .text {
            width: 100%; } }
        .concept-company__sbt .sbt .text p {
          font-size: 1.1111111111vw;
          margin-bottom: 0; }
          @media screen and (max-width: 768px) {
            .concept-company__sbt .sbt .text p {
              font-size: 4.1025641026vw; } }
          .concept-company__sbt .sbt .text p span {
            font-size: 1.25vw;
            font-weight: 600; }
            @media screen and (max-width: 768px) {
              .concept-company__sbt .sbt .text p span {
                font-size: 4.1025641026vw;
                margin: 7px auto -6.1538461538vw auto;
                text-align: center;
                display: block; } }
  .concept-company .backBtn {
    width: 18.2638888889vw;
    height: 4.0277777778vw;
    display: flex;
    align-items: center;
    background-color: var(--primary-red, #F55A4E);
    font-size: 1.3888888889vw;
    font-weight: 500;
    padding-left: 1.7361111111vw;
    position: relative;
    color: #fff;
    border-radius: 3.4722222222vw;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .concept-company .backBtn {
        height: 13.3333333333vw;
        font-size: 3.5897435897vw;
        border-radius: 12.8205128205vw; } }
    .concept-company .backBtn svg {
      width: 2.6388888889vw;
      height: 2.6388888889vw;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0.6944444444vw; }
      @media screen and (max-width: 768px) {
        .concept-company .backBtn svg {
          width: 7.6923076923vw;
          height: 7.6923076923vw;
          right: 2.0512820513vw; } }
  @media (max-width: 749px) {
    .concept-company {
      /* 隠す時のグラデーション */
      /* チェックボックスを隠す */
      /* 「続きを読む」のボタン表示 */
      /* クリックされたらグラデーションを消す */
      /* クリックされたら高さを制限解除（開く） */
      /* クリックされたらラベルの文字を変える */ }
      .concept-company .readmore-content {
        position: relative;
        overflow: hidden;
        /* 隠したい高さ */
        max-height: 560px;
        transition: max-height 0.5s; }
      .concept-company .readmore-content::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
      .concept-company .readmore-check {
        display: none; }
      .concept-company .readmore-label::after {
        content: '続きを読む';
        display: block;
        text-align: center;
        cursor: pointer;
        color: #000;
        font-size: 16px; }
      .concept-company .readmore-check:checked + .readmore-content::after {
        display: none; }
      .concept-company .readmore-check:checked + .readmore-content {
        max-height: 4190px;
        /* 十分な高さ */ }
      .concept-company .readmore-check:checked + .readmore-content + .readmore-label::after {
        content: '閉じる'; }
      .concept-company .readmore-label {
        border-radius: 100px;
        border: 1px solid #000;
        background: #fff;
        padding: 10px;
        text-align: center;
        display: block;
        width: 80%;
        margin: 0 auto; } }
  .concept-company__message {
    margin-top: 5.5555555556vw; }
    @media screen and (max-width: 768px) {
      .concept-company__message {
        margin-top: 12.8205128205vw; } }
    .concept-company__message h3 {
      margin-bottom: 2.7777777778vw; }
      @media screen and (max-width: 768px) {
        .concept-company__message h3 {
          margin-bottom: 5.1282051282vw; } }
    .concept-company__message p {
      margin-bottom: 2.7777777778vw;
      font-size: 1.25vw;
      line-height: 210%; }
      @media screen and (max-width: 768px) {
        .concept-company__message p {
          margin-bottom: 7.6923076923vw;
          font-size: 4.1025641026vw;
          line-height: 170%;
          letter-spacing: 0.16px; } }
    .concept-company__message .backBtn {
      width: 33.5416666667vw;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .concept-company__message .backBtn {
          width: 100%;
          text-align: center;
          justify-content: center;
          padding: 0;
          font-size: 4.1025641026vw; } }
.concept-about {
  background-color: #F3F3F3;
  padding: 6.9444444444vw 5vw; }
  @media screen and (max-width: 768px) {
    .concept-about {
      padding: 20.5128205128vw 5.1282051282vw; } }
  .concept-about .ttl {
    margin-bottom: 4.1666666667vw; }
    @media screen and (max-width: 768px) {
      .concept-about .ttl {
        margin-bottom: 10.2564102564vw; } }
    .concept-about .ttl h2 {
      width: 36.3194444444vw;
      margin-bottom: 1.3888888889vw; }
      @media screen and (max-width: 768px) {
        .concept-about .ttl h2 {
          width: 71.0256410256vw;
          margin-bottom: 5.1282051282vw; } }
    .concept-about .ttl p {
      font-size: 1.5277777778vw;
      line-height: 170%;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .concept-about .ttl p {
          font-size: 4.6153846154vw; } }
  .concept-about h3 {
    display: inline-block;
    padding-bottom: 0.2083333333vw;
    font-size: 1.9444444444vw;
    font-weight: 600;
    border-bottom: 0.1388888889vw solid #F55A4E; }
    @media screen and (max-width: 768px) {
      .concept-about h3 {
        padding-bottom: 0.7692307692vw;
        font-size: 5.1282051282vw;
        border-bottom: 0.5128205128vw solid #F55A4E; } }
  .concept-about-cont {
    margin-top: 2.0833333333vw;
    display: flex;
    flex-direction: column;
    gap: 3.4722222222vw; }
    @media screen and (max-width: 768px) {
      .concept-about-cont {
        margin-top: 4.6153846154vw;
        gap: 14.358974359vw; } }
    .concept-about-cont li {
      display: flex;
      align-items: flex-start;
      gap: 2.0833333333vw; }
      @media screen and (max-width: 768px) {
        .concept-about-cont li {
          flex-direction: column;
          gap: 3.8461538462vw; } }
      .concept-about-cont li img {
        width: 42.7777777778vw; }
        @media screen and (max-width: 768px) {
          .concept-about-cont li img {
            width: 100%; } }
      .concept-about-cont li h4 {
        margin-bottom: 1.0416666667vw;
        font-size: 1.5277777778vw;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .concept-about-cont li h4 {
            margin-bottom: 3.8461538462vw;
            font-size: 4.6153846154vw;
            line-height: 150%; } }
      .concept-about-cont li p {
        font-size: 1.25vw;
        line-height: 210%; }
        @media screen and (max-width: 768px) {
          .concept-about-cont li p {
            font-size: 4.1025641026vw;
            line-height: 170%;
            letter-spacing: 0.16px; } }

@media (max-width: 749px) {
  #company {
    padding-top: 60px; }

  #business {
    padding-top: 0; }

  #top-message {
    padding-top: 30px; } }
.header-menu {
  gap: .9361111111vw; }
  .header-menu .mt {
    margin-top: 20px; }

.header-logo {
  width: 10.4166666667vw; }

.header.is-subpage .header-btn a {
  border-color: #fff;
  color: #fff; }

@media (min-width: 750px) {
  .header-btn a {
    width: 14.722222vw; } }
@media (max-width: 749px) {
  .header-logo {
    width: inherit; }

  .header-logo img {
    width: inherit; }

  .header-menu a {
    color: #221C25 !important; }

  .header .hamburger span {
    background: #fff !important; }

  .header .hamburger.is-open span {
    background: #2A303D !important; } }
.container {
  padding: 5vw; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 5.1282051282vw; } }

#intro {
  padding: 0; }
  @media screen and (max-width: 768px) {
    #intro {
      padding: 10.2564102564vw 0 53.8461538462vw 0; } }
  #intro .container {
    padding: 6.3888888889vw 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #intro .container .text {
      width: calc(100% - 39.0277777778vw );
      display: flex;
      align-items: center;
      flex-wrap: nowrap; }
      #intro .container .text h2 {
        color: var(--text-body, #221C25);
        font-family: "Noto Sans JP";
        font-size: 2.7777777778vw;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        margin-bottom: 2.2222222222vw; }
      #intro .container .text p {
        color: var(--text-body, #221C25);
        font-family: "Noto Sans JP";
        font-size: 1.25vw;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; }
      @media screen and (max-width: 768px) {
        #intro .container .text h2 {
          color: var(--text-body, #221C25);
          font-family: "Noto Sans JP";
          font-size: 5.641025641vw;
          font-style: normal;
          font-weight: 600;
          line-height: 180%;
          /* 22px */
          position: absolute; }
          #intro .container .text h2 span {
            background: rgba(255, 255, 255, 0.67);
            backdrop-filter: blur(2px); }
        #intro .container .text p {
          color: var(--text-body, #221C25);
          font-family: "Noto Sans JP";
          font-size: 4.1025641026vw;
          font-style: normal;
          font-weight: 400;
          line-height: 170%;
          /* 27.2px */
          letter-spacing: 0.16px;
          position: absolute;
          top: 98.7179487179vw;
          margin-right: 5.1282051282vw; } }
      @media screen and (max-width: 768px) {
        #intro .container .text {
          width: 100%;
          height: auto; } }
    #intro .container .image {
      width: 39.0277777778vw;
      height: 56.25vw; }
      #intro .container .image img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 768px) {
        #intro .container .image {
          width: 100%;
          height: auto;
          margin-top: 32.0512820513vw; } }
    @media screen and (max-width: 768px) {
      #intro .container {
        display: block;
        position: relative; } }

#nayami {
  background: #F3F3F3;
  padding: 0 0 4.1666666667vw; }
  @media screen and (max-width: 768px) {
    #nayami {
      padding: 15.3846153846vw 0 15.3846153846vw; } }
  #nayami .container {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      #nayami .container {
        padding: 0 5.1282051282vw; } }
    #nayami .container h2 {
      color: var(--text-body, #221C25);
      text-align: center;
      font-family: "A-OTF A1 Mincho Std";
      font-size: 3.3333333333vw;
      font-style: normal;
      font-weight: 400;
      line-height: 180%;
      text-align: center;
      margin: 0 auto 2.7777777778vw auto;
      display: block;
      width: 46.6666666667vw; }
      #nayami .container h2 img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 768px) {
        #nayami .container h2 {
          font-size: 7.1794871795vw;
          font-style: normal;
          font-weight: 400;
          line-height: 140%;
          margin: 0 auto 6.1538461538vw auto;
          width: 50.2564102564vw; } }
    #nayami .container h3 {
      color: var(--text-body, #221C25);
      font-family: "Noto Sans JP";
      font-size: 2.7777777778vw;
      font-style: normal;
      font-weight: 600;
      line-height: 160%;
      text-align: center;
      margin-top: 5.5555555556vw;
      margin-bottom: 1.3888888889vw; }
      #nayami .container h3 img {
        width: 14.5833333333vw;
        height: auto;
        margin: 0 0.3472222222vw 0.7638888889vw 0.3472222222vw; }
      @media screen and (max-width: 768px) {
        #nayami .container h3 {
          font-size: 5.641025641vw;
          font-style: normal;
          font-weight: 600;
          line-height: 180%;
          margin-bottom: 6.1538461538vw; }
          #nayami .container h3 img {
            width: 38.4615384615vw;
            height: auto;
            margin: 0 1.2820512821vw 2.8205128205vw 1.2820512821vw; } }
    #nayami .container h4 {
      color: var(--text-body, #221C25);
      font-family: "Noto Sans JP";
      font-size: 2.2222222222vw;
      font-style: normal;
      font-weight: 600;
      line-height: 160%;
      text-align: center;
      position: relative; }
      #nayami .container h4::after {
        position: absolute;
        content: '';
        /*何も入れない*/
        display: inline-block;
        width: 1.1805555556vw;
        /*画像の幅*/
        height: 6.9444444444vw;
        /*画像の高さ*/
        background-image: url(/wp-content/themes/rasino/images/corp/nayami-arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        top: 4.8611111111vw;
        left: 49%; }
        @media screen and (max-width: 768px) {
          #nayami .container h4::after {
            background-image: url(/wp-content/themes/rasino/images/corp/nayami-arrow-sp.png);
            background-size: cover;
            width: 2.8205128205vw;
            /*画像の幅*/
            height: 18.4615384615vw;
            /*画像の高さ*/
            top: 12.8205128205vw;
            left: 49%; } }
      #nayami .container h4 img {
        width: 10.4166666667vw;
        height: auto;
        margin: 0 0.3472222222vw 0.625vw 0.3472222222vw; }
      @media screen and (max-width: 768px) {
        #nayami .container h4 {
          font-size: 4.6153846154vw;
          font-style: normal;
          font-weight: 600;
          line-height: 130%; }
          #nayami .container h4 img {
            width: 24.1025641026vw;
            height: auto;
            margin: 0 1.2820512821vw 0.7692307692vw 1.2820512821vw; } }
    #nayami .container .cont {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        #nayami .container .cont {
          display: block; } }
      #nayami .container .cont .image {
        width: 49.1666666667vw; }
        @media screen and (max-width: 768px) {
          #nayami .container .cont .image {
            width: 100%; } }
      #nayami .container .cont .voice {
        width: calc(100% - 49.1666666667vw);
        position: relative; }
        @media screen and (max-width: 768px) {
          #nayami .container .cont .voice {
            width: 100%;
            height: 53.8461538462vw; } }
        #nayami .container .cont .voice ul {
          position: absolute;
          top: 0;
          left: -2.7777777778vw;
          list-style: none;
          margin: 3.4722222222vw 0 0 0;
          padding: 0; }
          @media screen and (max-width: 768px) {
            #nayami .container .cont .voice ul {
              left: 2.5641025641vw;
              top: -12.8205128205vw;
              width: calc(100% - 5.333vw); } }
          #nayami .container .cont .voice ul li {
            position: relative;
            display: inline-block;
            margin-bottom: 3.4722222222vw;
            padding: 1.3888888889vw;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 1.3888888889vw;
            background: var(--background-white, #FFF);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
            color: var(--text-gray, #888A9B);
            text-align: center;
            font-family: "Noto Sans JP";
            font-size: 1.6666666667vw;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            /* 36px */
            letter-spacing: 0.0166666667vw;
            width: 100%; }
            @media screen and (max-width: 768px) {
              #nayami .container .cont .voice ul li {
                text-align: center;
                font-family: "Noto Sans JP";
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                /* 27px */
                letter-spacing: 0.18px;
                padding: 2.5641025641vw; } }
          #nayami .container .cont .voice ul li::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 68%;
            border-style: solid;
            border-width: 29px 0 0 48px;
            border-color: #fff transparent transparent;
            translate: calc(-50% + 0.9px) 100%;
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0); }
            @media screen and (max-width: 768px) {
              #nayami .container .cont .voice ul li::after {
                display: none; } }

#whats {
  background: #fff;
  padding: 0; }
  @media screen and (max-width: 768px) {
    #whats {
      padding: 15.3846153846vw 0; } }
  #whats .container {
    padding: 6.9444444444vw 5vw 6.9444444444vw 5vw; }
    @media screen and (max-width: 768px) {
      #whats .container {
        padding: 0 5.1282051282vw; } }
    #whats .container h2 {
      color: var(--primary-red, #F55A4E);
      text-align: center;
      font-family: Lato;
      font-size: 1.6666666667vw;
      font-style: normal;
      font-weight: 900;
      line-height: normal;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #whats .container h2 {
          font-size: 18px;
          font-style: normal;
          font-weight: 900;
          line-height: normal; } }
    #whats .container .cont1 {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 6.9444444444vw; }
      @media screen and (max-width: 768px) {
        #whats .container .cont1 {
          display: block;
          margin-bottom: 16.4102564103vw; } }
      #whats .container .cont1 .text {
        width: 47.2222222222vw; }
        @media screen and (max-width: 768px) {
          #whats .container .cont1 .text {
            width: 100%;
            margin-bottom: 6.1538461538vw; } }
        #whats .container .cont1 .text h3 {
          color: var(--text-body, #221C25);
          font-family: "Noto Sans JP";
          font-size: 2.7777777778vw;
          font-style: normal;
          font-weight: 600;
          line-height: 160%;
          /* 64px */
          margin: 0 0 3.3333333333vw 0; }
          @media screen and (max-width: 768px) {
            #whats .container .cont1 .text h3 {
              color: var(--text-body, #221C25);
              font-family: "Noto Sans JP";
              font-size: 7.6923076923vw;
              font-style: normal;
              font-weight: 600;
              line-height: 150%;
              /* 45px */
              margin: 0 0 6.1538461538vw 0; } }
        #whats .container .cont1 .text p {
          color: var(--text-body, #221C25);
          font-family: "Noto Sans JP";
          font-size: 1.1111111111vw;
          font-style: normal;
          font-weight: 400;
          line-height: 210%;
          /* 33.6px */ }
          @media screen and (max-width: 768px) {
            #whats .container .cont1 .text p {
              font-size: 4.1025641026vw;
              font-style: normal;
              font-weight: 400;
              line-height: 170%;
              /* 27.2px */
              letter-spacing: 0.16px; } }
      #whats .container .cont1 .image {
        width: calc(100% - 47.222vw);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        @media screen and (max-width: 768px) {
          #whats .container .cont1 .image {
            width: 100%;
            justify-content: space-between; } }
        #whats .container .cont1 .image .img1 {
          width: 19.1666666667vw;
          margin-top: 10.4166666667vw; }
          @media screen and (max-width: 768px) {
            #whats .container .cont1 .image .img1 {
              width: 42.5641025641vw;
              margin-top: 28.2051282051vw; } }
          #whats .container .cont1 .image .img1 p {
            color: var(--tag-g1, #747683);
            font-family: "Noto Sans JP";
            font-size: 0.9722222222vw;
            font-style: normal;
            font-weight: 400;
            line-height: 210%;
            /* 29.4px */
            text-align: right;
            text-decoration: underline; }
            @media screen and (max-width: 768px) {
              #whats .container .cont1 .image .img1 p {
                display: none; } }
        #whats .container .cont1 .image .img2 {
          width: 19.1666666667vw;
          margin-left: 1.3888888889vw; }
          @media screen and (max-width: 768px) {
            #whats .container .cont1 .image .img2 {
              width: 42.5641025641vw; } }
          #whats .container .cont1 .image .img2 p {
            color: var(--tag-g1, #747683);
            font-family: "Noto Sans JP";
            font-size: 0.9722222222vw;
            font-style: normal;
            font-weight: 400;
            line-height: 210%;
            /* 29.4px */
            text-align: right;
            text-decoration: underline; }
            @media screen and (max-width: 768px) {
              #whats .container .cont1 .image .img2 p {
                display: none; } }
    #whats .container .cont2 {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        #whats .container .cont2 {
          display: flex;
          flex-direction: row; } }
      #whats .container .cont2 .text {
        width: 47.2222222222vw; }
        @media screen and (max-width: 768px) {
          #whats .container .cont2 .text {
            width: 100%;
            margin-bottom: 0;
            order: 1; } }
        #whats .container .cont2 .text h3 {
          color: var(--text-body, #221C25);
          font-family: "Noto Sans JP";
          font-size: 2.7777777778vw;
          font-style: normal;
          font-weight: 600;
          line-height: 160%;
          /* 64px */
          margin: 8.8888888889vw 0 3.3333333333vw 0; }
          @media screen and (max-width: 768px) {
            #whats .container .cont2 .text h3 {
              color: var(--text-body, #221C25);
              font-family: "Noto Sans JP";
              font-size: 7.6923076923vw;
              font-style: normal;
              font-weight: 600;
              line-height: 150%;
              /* 45px */
              margin: 0 0 6.1538461538vw 0; } }
        #whats .container .cont2 .text p {
          color: var(--text-body, #221C25);
          font-family: "Noto Sans JP";
          font-size: 1.1111111111vw;
          font-style: normal;
          font-weight: 400;
          line-height: 210%;
          /* 33.6px */ }
          @media screen and (max-width: 768px) {
            #whats .container .cont2 .text p {
              font-size: 4.1025641026vw;
              font-style: normal;
              font-weight: 400;
              line-height: 170%;
              /* 27.2px */
              letter-spacing: 0.16px; } }
      #whats .container .cont2 .image {
        width: calc(100% - 47.222vw);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
        @media screen and (max-width: 768px) {
          #whats .container .cont2 .image {
            width: 100%;
            justify-content: space-between;
            order: 2; } }
        #whats .container .cont2 .image .img1 {
          width: 19.1666666667vw;
          margin-top: 10.4166666667vw; }
          @media screen and (max-width: 768px) {
            #whats .container .cont2 .image .img1 {
              width: 42.5641025641vw; } }
          #whats .container .cont2 .image .img1 p {
            color: var(--tag-g1, #747683);
            font-family: "Noto Sans JP";
            font-size: 0.9722222222vw;
            font-style: normal;
            font-weight: 400;
            line-height: 210%;
            /* 29.4px */
            text-align: right;
            text-decoration: underline; }
            @media screen and (max-width: 768px) {
              #whats .container .cont2 .image .img1 p {
                display: none; } }
        #whats .container .cont2 .image .img2 {
          width: 19.1666666667vw;
          margin-left: 1.3888888889vw; }
          @media screen and (max-width: 768px) {
            #whats .container .cont2 .image .img2 {
              width: 42.5641025641vw;
              margin-top: 23.0769230769vw; } }
          #whats .container .cont2 .image .img2 p {
            color: var(--tag-g1, #747683);
            font-family: "Noto Sans JP";
            font-size: 0.9722222222vw;
            font-style: normal;
            font-weight: 400;
            line-height: 210%;
            /* 29.4px */
            text-align: right;
            text-decoration: underline; }
            @media screen and (max-width: 768px) {
              #whats .container .cont2 .image .img2 p {
                display: none; } }

#flow {
  background: #F3F3F3;
  padding: 0; }
  @media screen and (max-width: 768px) {
    #flow {
      padding: 15.3846153846vw 0; } }
  #flow .container {
    padding: 6.9444444444vw 5vw 6.9444444444vw 5vw; }
    @media screen and (max-width: 768px) {
      #flow .container {
        padding: 0 5.1282051282vw; } }
    #flow .container h2 {
      color: var(--text-body, #221C25);
      font-family: "Noto Sans JP";
      font-size: 2.7777777778vw;
      font-style: normal;
      font-weight: 600;
      line-height: 160%;
      text-align: center;
      margin-bottom: 3.3333333333vw; }
      @media screen and (max-width: 768px) {
        #flow .container h2 {
          font-size: 7.6923076923vw;
          font-style: normal;
          font-weight: 600;
          line-height: 150%;
          margin-bottom: 8.2051282051vw; } }
    #flow .container ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #flow .container ul {
          display: block; } }
      #flow .container ul li {
        display: flex;
        width: 17.3611111111vw;
        height: 21.5277777778vw;
        padding: 2.3611111111vw 0.6944444444vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.1111111111vw;
        border-radius: 0.5555555556vw;
        background: #FFF;
        box-shadow: 0 0 1.0416666667vw 0 rgba(0, 0, 0, 0.05);
        position: relative; }
        @media screen and (max-width: 768px) {
          #flow .container ul li {
            width: 100%;
            height: inherit;
            margin: 0 0 4.1025641026vw 0;
            display: flex;
            flex-wrap: wrap;
            padding: 25px 20px 20px 20px;
            justify-content: center;
            align-items: center;
            gap: 4.358974359vw;
            border-radius: 2.0512820513vw;
            align-self: stretch;
            flex-direction: inherit; } }
        @media screen and (max-width: 768px) {
          #flow .container ul li div.text {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            width: 56.4102564103vw; } }
        #flow .container ul li .number {
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
          padding: 0.3472222222vw 1.0416666667vw;
          justify-content: center;
          align-items: center;
          gap: 0.6944444444vw;
          color: var(--primary-text, #FFF);
          text-align: center;
          font-family: Lato;
          font-size: 1.3888888889vw;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          border-radius: 0.5555555556vw 0;
          background: var(--primary-navy, #2A303D); }
          @media screen and (max-width: 768px) {
            #flow .container ul li .number {
              display: flex;
              padding: 0.5128205128vw 2.5641025641vw;
              justify-content: center;
              align-items: center;
              gap: 2.5641025641vw;
              border-radius: 2.0512820513vw 0;
              background: var(--primary-navy, #2A303D);
              font-size: 4.1025641026vw; } }
        #flow .container ul li img {
          width: 6.5972222222vw;
          height: 5.4861111111vw;
          flex-shrink: 0;
          aspect-ratio: 95/79; }
          @media screen and (max-width: 768px) {
            #flow .container ul li img {
              width: 16.6666666667vw;
              height: 13.8461538462vw;
              aspect-ratio: 65/54; } }
        #flow .container ul li h3 {
          color: var(--primary-red, #F55A4E);
          text-align: center;
          font-family: "Noto Sans JP";
          font-size: 1.3888888889vw;
          font-style: normal;
          font-weight: 600;
          line-height: 130%;
          margin-bottom: 1.1111111111vw; }
          @media screen and (max-width: 768px) {
            #flow .container ul li h3 {
              width: 100%;
              color: var(--tag-g1, #747683);
              font-family: "Noto Sans JP";
              font-size: 4.1025641026vw;
              font-style: normal;
              font-weight: 600;
              line-height: 130%;
              text-align: left;
              margin-bottom: 2.0512820513vw; } }
        #flow .container ul li p {
          color: var(--text-body, #221C25);
          text-align: center;
          font-family: "Noto Sans JP";
          font-size: 1.1111111111vw;
          font-style: normal;
          font-weight: 400;
          line-height: 160%; }
          @media screen and (max-width: 768px) {
            #flow .container ul li p {
              width: 100%;
              color: var(--text-body, #221C25);
              font-family: "Noto Sans JP";
              font-size: 4.1025641026vw;
              font-style: normal;
              font-weight: 400;
              line-height: 170%;
              /* 27.2px */
              letter-spacing: 0.16px;
              text-align: left; } }

#price {
  background: #ffffff;
  padding: 0; }
  @media screen and (max-width: 768px) {
    #price {
      padding: 15.3846153846vw 0; } }
  #price .container {
    padding: 6.9444444444vw 10vw 6.9444444444vw 10vw; }
    @media screen and (max-width: 768px) {
      #price .container {
        padding: 0 5.1282051282vw; } }
    #price .container h2 {
      color: var(--text-body, #221C25);
      font-family: "Noto Sans JP";
      font-size: 2.7777777778vw;
      font-style: normal;
      font-weight: 600;
      line-height: 160%;
      text-align: center;
      margin-bottom: 1.1111111111vw; }
      @media screen and (max-width: 768px) {
        #price .container h2 {
          font-size: 7.6923076923vw;
          font-style: normal;
          font-weight: 600;
          line-height: 150%;
          margin-bottom: 4.1025641026vw; } }
    #price .container p {
      color: var(--text-body, #221C25);
      text-align: center;
      font-family: "Noto Sans JP";
      font-size: 1.1111111111vw;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      margin-bottom: 2.6388888889vw; }
      @media screen and (max-width: 768px) {
        #price .container p {
          font-size: 4.1025641026vw;
          font-style: normal;
          font-weight: 400;
          line-height: 170%;
          /* 27.2px */
          letter-spacing: 0.16px;
          margin-bottom: 6.1538461538vw; } }
    #price .container .prices {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 2.6388888889vw; }
      @media screen and (max-width: 768px) {
        #price .container .prices {
          display: block;
          margin-bottom: 6.1538461538vw; } }
      #price .container .prices::before {
        position: absolute;
        top: calc(50% - 1.7vw);
        left: calc(50% - 1.7vw);
        content: "";
        display: inline-block;
        width: 3.4722222222vw;
        height: 3.4722222222vw;
        background: url("/wp-content/themes/rasino/images/corp/price-plus-icon.png") no-repeat;
        background-size: contain; }
        @media screen and (max-width: 768px) {
          #price .container .prices::before {
            top: calc(50% - 3.3vw);
            left: calc(50% - 3.3vw);
            width: 6.6666666667vw;
            height: 6.6666666667vw; } }
      #price .container .prices .price1 {
        display: flex;
        height: 25vw;
        width: 35.5555555556vw;
        flex-direction: column;
        align-items: center;
        border-radius: 0.5555555556vw;
        border: 0.1388888889vw solid var(--primary-navy, #2A303D);
        background: #FFF; }
        @media screen and (max-width: 768px) {
          #price .container .prices .price1 {
            width: 100%;
            height: inherit;
            border-radius: 1.7948717949vw;
            margin-bottom: 11.7948717949vw; } }
        #price .container .prices .price1 .phead {
          width: 100%;
          display: flex;
          height: 12.5vw;
          padding: 1.3888888889vw 0;
          flex-direction: column;
          align-items: center;
          gap: 1.3888888889vw;
          background: var(--primary-navy, #2A303D); }
          @media screen and (max-width: 768px) {
            #price .container .prices .price1 .phead {
              padding: 3.3333333333vw 0;
              border-radius: 1.7948717949vw 1.7948717949vw 0 0;
              height: inherit; } }
          #price .container .prices .price1 .phead h3 {
            display: flex;
            width: 22.2222222222vw;
            padding: 0.4861111111vw 1.3888888889vw;
            flex-direction: column;
            align-items: center;
            gap: 0.6944444444vw;
            border-radius: 3.4722222222vw;
            background: #FFF;
            color: var(--primary-navy, #2A303D);
            font-family: "Noto Sans JP";
            font-size: 1.3888888889vw;
            font-style: normal;
            font-weight: 700;
            line-height: 160%;
            /* 32px */ }
            @media screen and (max-width: 768px) {
              #price .container .prices .price1 .phead h3 {
                padding: 1.0256410256vw 5.1282051282vw;
                flex-direction: column;
                align-items: center;
                gap: 2.5641025641vw;
                border-radius: 12.8205128205vw;
                background: #FFF;
                font-size: 4.6153846154vw;
                font-style: normal;
                font-weight: 700;
                line-height: 130%;
                width: auto;
                margin-bottom: 1.2820512821vw; } }
          #price .container .prices .price1 .phead h4 {
            color: #FFF;
            font-family: Inter;
            font-size: 1.3888888889vw;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            /* 20px */ }
            @media screen and (max-width: 768px) {
              #price .container .prices .price1 .phead h4 {
                font-size: 9.4871794872vw;
                font-style: normal;
                font-weight: 700;
                line-height: 100%;
                /* 37px */ } }
            #price .container .prices .price1 .phead h4 span {
              color: #FFF;
              font-family: Lato;
              font-size: 7.1794871795vw;
              font-style: normal;
              font-weight: 700;
              line-height: 100%; }
              @media screen and (max-width: 768px) {
                #price .container .prices .price1 .phead h4 span {
                  font-size: 4.1025641026vw;
                  font-style: normal;
                  font-weight: 700;
                  line-height: 150%;
                  /* 24px */ } }
          #price .container .prices .price1 .phead h5 {
            color: #FFF;
            font-family: Lato;
            font-size: 3.75vw;
            font-style: normal;
            font-weight: 700;
            line-height: 40%; }
            @media screen and (max-width: 768px) {
              #price .container .prices .price1 .phead h5 {
                font-size: 9.4871794872vw;
                font-style: normal;
                font-weight: 700;
                line-height: 100%;
                /* 37px */ } }
            #price .container .prices .price1 .phead h5 span.pr1 {
              color: #FFF;
              font-family: "Noto Sans JP";
              font-size: 1.6666666667vw;
              font-style: normal;
              font-weight: 700;
              line-height: 150%; }
              @media screen and (max-width: 768px) {
                #price .container .prices .price1 .phead h5 span.pr1 {
                  font-size: 4.1025641026vw;
                  font-style: normal;
                  font-weight: 700;
                  line-height: 150%;
                  /* 24px */ } }
            #price .container .prices .price1 .phead h5 span.pr2 {
              color: #FFF;
              font-family: "Noto Sans JP";
              font-size: 1.1111111111vw;
              font-style: normal;
              font-weight: 700;
              line-height: 150%; }
              @media screen and (max-width: 768px) {
                #price .container .prices .price1 .phead h5 span.pr2 {
                  font-size: 4.1025641026vw;
                  font-style: normal;
                  font-weight: 700;
                  line-height: 150%; } }
        #price .container .prices .price1 .pbody {
          display: flex;
          height: 25vw;
          align-items: center; }
          @media screen and (max-width: 768px) {
            #price .container .prices .price1 .pbody {
              height: 31.7948717949vw; } }
          #price .container .prices .price1 .pbody ul {
            margin: 0;
            padding: 0;
            list-style: none; }
            #price .container .prices .price1 .pbody ul li {
              margin-bottom: 1.1111111111vw;
              color: var(--primary-navy, #2A303D);
              font-family: "Noto Sans JP";
              font-size: 1.3888888889vw;
              font-style: normal;
              font-weight: 500;
              line-height: 100%;
              /* 20px */
              position: relative; }
              @media screen and (max-width: 768px) {
                #price .container .prices .price1 .pbody ul li {
                  font-size: 4.1025641026vw;
                  font-style: normal;
                  font-weight: 500;
                  line-height: 100%;
                  /* 16px */
                  margin-bottom: 3.0769230769vw; } }
              #price .container .prices .price1 .pbody ul li::before {
                position: absolute;
                top: 0;
                left: -1.9444444444vw;
                content: "";
                display: inline-block;
                width: 1.6666666667vw;
                height: 1.6666666667vw;
                background: url("/wp-content/themes/rasino/images/corp/price-list-icon.png") no-repeat;
                background-size: contain; }
                @media screen and (max-width: 768px) {
                  #price .container .prices .price1 .pbody ul li::before {
                    top: 0.2564102564vw;
                    left: -4.6153846154vw;
                    width: 4.1025641026vw;
                    height: 4.1025641026vw; } }
      #price .container .prices .price2 {
        display: flex;
        height: 25vw;
        width: 35.5555555556vw;
        flex-direction: column;
        align-items: center;
        border-radius: 0.5555555556vw;
        border: 0.1388888889vw solid var(--primary-navy, #747683);
        background: #FFF; }
        @media screen and (max-width: 768px) {
          #price .container .prices .price2 {
            width: 100%;
            height: inherit; } }
        #price .container .prices .price2 .phead {
          width: 100%;
          display: flex;
          height: 12.5vw;
          padding: 1.3888888889vw 0;
          flex-direction: column;
          align-items: center;
          gap: 1.3888888889vw;
          background: var(--tag-g1, #747683); }
          @media screen and (max-width: 768px) {
            #price .container .prices .price2 .phead {
              padding: 3.3333333333vw 0;
              border-radius: 1.7948717949vw 1.7948717949vw 0 0;
              height: inherit; } }
          #price .container .prices .price2 .phead h3 {
            display: flex;
            width: 22.2222222222vw;
            padding: 0.4861111111vw 1.3888888889vw;
            flex-direction: column;
            align-items: center;
            gap: 0.6944444444vw;
            border-radius: 3.4722222222vw;
            background: #FFF;
            color: var(--primary-navy, #747683);
            font-family: "Noto Sans JP";
            font-size: 1.3888888889vw;
            font-style: normal;
            font-weight: 700;
            line-height: 160%;
            /* 32px */ }
            @media screen and (max-width: 768px) {
              #price .container .prices .price2 .phead h3 {
                padding: 1.0256410256vw 5.1282051282vw;
                flex-direction: column;
                align-items: center;
                gap: 2.5641025641vw;
                border-radius: 12.8205128205vw;
                background: #FFF;
                font-size: 4.6153846154vw;
                font-style: normal;
                font-weight: 700;
                line-height: 130%;
                width: auto; } }
          #price .container .prices .price2 .phead h4 {
            color: #FFF;
            font-family: Inter;
            font-size: 1.3888888889vw;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            /* 20px */ }
            @media screen and (max-width: 768px) {
              #price .container .prices .price2 .phead h4 {
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: 100%;
                /* 14px */
                margin-bottom: -2.3076923077vw; } }
            #price .container .prices .price2 .phead h4 span {
              color: #FFF;
              font-family: Lato;
              font-size: 1.9444444444vw;
              font-style: normal;
              font-weight: 700;
              line-height: 70%; }
              @media screen and (max-width: 768px) {
                #price .container .prices .price2 .phead h4 span {
                  font-size: 4.1025641026vw;
                  font-style: normal;
                  font-weight: 700;
                  line-height: 150%;
                  /* 24px */ } }
          #price .container .prices .price2 .phead h5 {
            color: #FFF;
            font-family: Lato;
            font-size: 3.75vw;
            font-style: normal;
            font-weight: 700;
            line-height: 40%; }
            @media screen and (max-width: 768px) {
              #price .container .prices .price2 .phead h5 {
                font-size: 9.4871794872vw;
                font-style: normal;
                font-weight: 700;
                line-height: 100%;
                /* 37px */ } }
            #price .container .prices .price2 .phead h5 span.pr1 {
              color: #FFF;
              font-family: "Noto Sans JP";
              font-size: 1.6666666667vw;
              font-style: normal;
              font-weight: 700;
              line-height: 150%; }
              @media screen and (max-width: 768px) {
                #price .container .prices .price2 .phead h5 span.pr1 {
                  font-size: 4.1025641026vw;
                  font-style: normal;
                  font-weight: 700;
                  line-height: 150%;
                  /* 24px */ } }
            #price .container .prices .price2 .phead h5 span.pr2 {
              color: #FFF;
              font-family: "Noto Sans JP";
              font-size: 1.1111111111vw;
              font-style: normal;
              font-weight: 700;
              line-height: 150%; }
              @media screen and (max-width: 768px) {
                #price .container .prices .price2 .phead h5 span.pr2 {
                  font-size: 4.1025641026vw;
                  font-style: normal;
                  font-weight: 700;
                  line-height: 150%;
                  /* 24px */ } }
        #price .container .prices .price2 .pbody {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          justify-content: center; }
          @media screen and (max-width: 768px) {
            #price .container .prices .price2 .pbody {
              height: 26.6666666667vw; } }
          #price .container .prices .price2 .pbody ul {
            margin: 3.4722222222vw 0 0 0;
            padding: 0;
            list-style: none; }
            #price .container .prices .price2 .pbody ul li {
              margin-bottom: 1.1111111111vw;
              color: var(--primary-navy, #2A303D);
              font-family: "Noto Sans JP";
              font-size: 1.3888888889vw;
              font-style: normal;
              font-weight: 500;
              line-height: 100%;
              /* 20px */
              position: relative; }
              @media screen and (max-width: 768px) {
                #price .container .prices .price2 .pbody ul li {
                  font-size: 4.1025641026vw;
                  font-style: normal;
                  font-weight: 500;
                  line-height: 100%;
                  /* 16px */
                  margin-bottom: 3.0769230769vw; } }
              #price .container .prices .price2 .pbody ul li::before {
                position: absolute;
                top: 0;
                left: -1.9444444444vw;
                content: "";
                display: inline-block;
                width: 1.6666666667vw;
                height: 1.6666666667vw;
                background: url("/wp-content/themes/rasino/images/corp/price-list-icon.png") no-repeat;
                background-size: contain; }
                @media screen and (max-width: 768px) {
                  #price .container .prices .price2 .pbody ul li::before {
                    top: 0.2564102564vw;
                    left: -4.6153846154vw;
                    width: 4.1025641026vw;
                    height: 4.1025641026vw; } }
          #price .container .prices .price2 .pbody p {
            width: 100%;
            margin: 0;
            color: var(--primary-navy, #2A303D);
            font-family: "Noto Sans JP";
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 100%;
            /* 20px */ }
            @media screen and (max-width: 768px) {
              #price .container .prices .price2 .pbody p {
                font-size: 4.1025641026vw;
                margin-top: -10.2564102564vw; } }

.example {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 2.7777777778vw 3.4722222222vw;
  justify-content: space-between;
  align-items: center;
  gap: 2.0833333333vw;
  border-radius: 0.5555555556vw;
  border: 0.2083333333vw solid #FFF;
  background: var(--background-gray, #F7F7F7); }
  @media screen and (max-width: 768px) {
    .example {
      flex-direction: row;
      padding: 10.2564102564vw 3.8461538462vw;
      border-radius: 2.0512820513vw;
      border: 0.7692307692vw solid #FFF;
      background: var(--background-gray, #F7F7F7); } }
  .example .image {
    width: 30.2083333333vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .example .image {
        width: 100%;
        order: 2; } }
    .example .image img {
      background: url(<path-to-image>) lightgray 0px 0px/100% 109.366% no-repeat;
      box-shadow: 0 0 22.554px 0 rgba(0, 0, 0, 0.1);
      width: 14.3055555556vw; }
      @media screen and (max-width: 768px) {
        .example .image img {
          width: 37.9487179487vw; } }
  .example .list {
    width: 39.111vw; }
    @media screen and (max-width: 768px) {
      .example .list {
        width: 100%;
        order: 1; } }
    .example .list h3 {
      position: relative;
      color: var(--primary-red, #F55A4E);
      font-family: "Noto Sans JP";
      font-size: 1.3888888889vw;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
      /* 20px */
      margin: 0 0 1.1111111111vw 0.1388888889vw; }
      .example .list h3::before {
        position: absolute;
        top: 0;
        left: -1.9444444444vw;
        content: "";
        display: inline-block;
        width: 1.6666666667vw;
        height: 1.6666666667vw;
        background: url("/wp-content/themes/rasino/images/corp/price-list-icon.png") no-repeat;
        background-size: contain; }
      @media screen and (max-width: 768px) {
        .example .list h3 {
          margin: 0 0 4.1025641026vw 5.1282051282vw;
          font-size: 4.1025641026vw;
          font-style: normal;
          font-weight: 700;
          line-height: 100%;
          /* 16px */ }
          .example .list h3::before {
            position: absolute;
            top: 0;
            left: -5.1282051282vw;
            content: "";
            display: inline-block;
            width: 4.1025641026vw;
            height: 4.1025641026vw;
            background: url("/wp-content/themes/rasino/images/corp/price-list-icon.png") no-repeat;
            background-size: contain; } }
    .example .list ul {
      list-style: outside;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 768px) {
        .example .list ul {
          margin: 0 0 5.641025641vw 0; } }
      .example .list ul li {
        color: var(--primary-navy, #2A303D);
        font-family: "Noto Sans JP";
        font-size: 1.1111111111vw;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 24px */ }
        @media screen and (max-width: 768px) {
          .example .list ul li {
            margin: 0 0 2.0512820513vw 5.8974358974vw;
            font-size: 3.5897435897vw;
            font-style: normal;
            font-weight: 500;
            line-height: 119%;
            /* 16.66px */ } }

#test {
  background: #F3F3F3;
  padding: 0; }
  @media screen and (max-width: 768px) {
    #test {
      padding: 15.3846153846vw 0; } }
  #test .container {
    padding: 6.9444444444vw 10vw 6.9444444444vw 10vw; }
    @media screen and (max-width: 768px) {
      #test .container {
        padding: 0 5.1282051282vw; } }
    #test .container h2 {
      color: var(--text-body, #221C25);
      font-family: "Noto Sans JP";
      font-size: 2.7777777778vw;
      font-style: normal;
      font-weight: 600;
      line-height: 160%;
      text-align: center;
      margin-bottom: 3.3333333333vw; }
      @media screen and (max-width: 768px) {
        #test .container h2 {
          font-size: 7.6923076923vw;
          font-style: normal;
          font-weight: 600;
          line-height: 150%;
          margin-bottom: 6.1538461538vw; } }
    #test .container .tests {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 3.3333333333vw; }
      @media screen and (max-width: 768px) {
        #test .container .tests {
          margin-bottom: 0; } }
      #test .container .tests .test {
        width: 38.5416666667vw;
        display: flex;
        padding: 2.0833333333vw 2.7777777778vw;
        flex-direction: column;
        align-items: center;
        gap: 1.1111111111vw;
        align-self: stretch;
        border-radius: 0.6944444444vw;
        background: #FFF;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05); }
        @media screen and (max-width: 768px) {
          #test .container .tests .test {
            width: 100%;
            padding: 5.1282051282vw;
            margin-bottom: 6.1538461538vw;
            border-radius: 2.5641025641vw;
            background: #FFF;
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05); } }
        #test .container .tests .test img {
          width: 6.0416666667vw;
          height: auto; }
          @media screen and (max-width: 768px) {
            #test .container .tests .test img {
              width: 22.3076923077vw;
              margin-bottom: 5.1282051282vw; } }
        #test .container .tests .test h3.test1 {
          color: var(--primary-blue, #40B6D3);
          font-family: "Noto Sans JP";
          font-size: 1.6666666667vw;
          font-style: normal;
          font-weight: 700;
          line-height: 100%;
          /* 24px */ }
          @media screen and (max-width: 768px) {
            #test .container .tests .test h3.test1 {
              font-size: 5.1282051282vw;
              font-style: normal;
              font-weight: 700;
              line-height: 100%;
              margin-bottom: 5.1282051282vw; } }
        #test .container .tests .test h3.test2 {
          color: var(--primary-green, #61BC87);
          font-family: "Noto Sans JP";
          font-size: 1.6666666667vw;
          font-style: normal;
          font-weight: 700;
          line-height: 100%;
          /* 24px */ }
          @media screen and (max-width: 768px) {
            #test .container .tests .test h3.test2 {
              font-size: 5.1282051282vw;
              font-style: normal;
              font-weight: 700;
              line-height: 100%;
              margin-bottom: 5.1282051282vw; } }
        #test .container .tests .test p {
          color: var(--tag-g1, #747683);
          text-align: center;
          font-family: "Noto Sans JP";
          font-size: 1.25vw;
          font-style: normal;
          font-weight: 500;
          line-height: 150%;
          /* 27px */
          margin-bottom: 1.1111111111vw; }
          @media screen and (max-width: 768px) {
            #test .container .tests .test p {
              font-size: 4.6153846154vw;
              font-style: normal;
              font-weight: 500;
              line-height: 150%;
              margin-bottom: 4.1025641026vw; } }
        #test .container .tests .test dl {
          width: 100%;
          border-top: 1px solid #A1A6A8;
          padding: 1.3888888889vw 0 0.6944444444vw 0; }
          @media screen and (max-width: 768px) {
            #test .container .tests .test dl {
              padding: 5.1282051282vw 0 5.1282051282vw 0; } }
          #test .container .tests .test dl dt {
            color: var(--primary-navy, #2A303D);
            font-family: "Noto Sans JP";
            font-size: 1.25vw;
            font-style: normal;
            font-weight: 700;
            line-height: 190%;
            /* 34.2px */
            margin-bottom: 0.6944444444vw; }
            @media screen and (max-width: 768px) {
              #test .container .tests .test dl dt {
                font-size: 4.6153846154vw;
                font-style: normal;
                font-weight: 700;
                line-height: 190%; } }
          #test .container .tests .test dl dd {
            color: var(--text-body, #221C25);
            font-family: "Noto Sans JP";
            font-size: 1.1111111111vw;
            font-style: normal;
            font-weight: 400;
            line-height: 160%; }
            @media screen and (max-width: 768px) {
              #test .container .tests .test dl dd {
                font-size: 4.1025641026vw;
                font-style: normal;
                font-weight: 400;
                line-height: 160%; } }
            #test .container .tests .test dl dd ul {
              list-style: outside;
              margin-left: 1.6666666667vw; }
              @media screen and (max-width: 768px) {
                #test .container .tests .test dl dd ul {
                  margin-left: 5.8974358974vw; } }
              @media screen and (max-width: 768px) {
                #test .container .tests .test dl dd ul li {
                  font-size: 4.1025641026vw;
                  font-style: normal;
                  font-weight: 400;
                  line-height: 160%; } }
    #test .container h4 {
      color: var(--primary-red, #F55A4E);
      text-align: center;
      font-family: "Noto Sans JP";
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      /* 39.2px */ }
      @media screen and (max-width: 768px) {
        #test .container h4 {
          font-size: 5.1282051282vw;
          font-style: normal;
          font-weight: 700;
          line-height: 140%;
          /* 28px */ } }

.concept-company__message {
  text-align: center; }
  .concept-company__message h3 {
    margin-bottom: 2.7777777778vw;
    line-height: 150%; }
    @media screen and (max-width: 768px) {
      .concept-company__message h3 {
        margin-bottom: 7.6923076923vw; } }
  .concept-company__message p {
    font-size: 1.9444444444vw; }
    @media screen and (max-width: 768px) {
      .concept-company__message p {
        font-size: 5.1282051282vw; } }

.concept-company .backBtn {
  line-height: 100%; }
