@charset "UTF-8";
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(30px) brightness(75%);
  -webkit-backdrop-filter: blur(30px) brightness(25%);
  z-index: 5;
  width: 13vw;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
header nav {
  height: 100vh;
}
header .hamburger {
  display: none;
}
header .btn:after {
  content: "";
  right: 2vw;
}
@media screen and (max-width: 767px) {
  header .btn:after {
    display: none;
  }
}
header .logo {
  padding: 1vw;
}
@media screen and (max-width: 767px) {
  header .logo {
    max-width: 180px;
  }
}
header li {
  margin-bottom: 1vw;
}
header li a {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.45rem, calc(0.2861650485rem + 0.6990291262vw), 1.2375rem);
  width: 80%;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  header li a {
    font-size: clamp(0.95rem, calc(0.6041262136rem + 1.4757281553vw), 2.6125rem);
  }
}
header li a span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: clamp(0.3rem, calc(0.190776699rem + 0.4660194175vw), 0.825rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  header li a span {
    font-size: clamp(0.75rem, calc(0.4769417476rem + 1.1650485437vw), 2.0625rem);
  }
}
header .head-btn_list {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .head-btn_list {
    position: relative;
  }
}
header .head-btn_list ul {
  width: 100%;
  margin: 0 auto;
}
header .head-btn a {
  position: relative;
  font-weight: 500;
}
header .head-btn a::after {
  content: "";
  position: absolute;
  right: 2vw;
  top: 50%;
  width: 0.6vw;
  height: 0.6vw;
  transform: translateY(-50%);
  background-image: url(../images/common/head-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  header .head-btn a {
    background-color: transparent;
    font-size: clamp(0.95rem, calc(0.6041262136rem + 1.4757281553vw), 2.6125rem);
    padding: 0;
  }
}
header .black-box a {
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(0.4rem, calc(0.254368932rem + 0.6213592233vw), 1.1rem);
  padding: 1vw;
}
@media screen and (max-width: 767px) {
  header .black-box a {
    font-size: clamp(0.95rem, calc(0.6041262136rem + 1.4757281553vw), 2.6125rem);
    background-color: transparent;
  }
}
header .black-box a p {
  font-size: clamp(0.3rem, calc(0.190776699rem + 0.4660194175vw), 0.825rem);
  font-weight: normal;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #3E3E3E;
}
@media screen and (max-width: 767px) {
  header .black-box a p {
    font-size: clamp(0.7rem, calc(0.4451456311rem + 1.0873786408vw), 1.925rem);
  }
}
header .ex-bl {
  position: relative;
}
header .ex-bl::after {
  content: "";
  position: absolute;
  right: 0.1vw;
  top: 0.2vw;
  background-image: url(../images/common/external-bl.png);
  width: 0.6vw;
  height: 0.6vw;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  header .ex-bl::after {
    width: 2.6vw;
    height: 2.6vw;
    right: 60px;
    top: 1.2vw;
    background-image: url(../images/common/external-wh.png);
  }
}
header .ex-wh {
  position: relative;
}
header .ex-wh::after {
  content: "";
  position: absolute;
  right: 4vw;
  top: 1.2vw;
  background-image: url(../images/common/external-wh.png);
  width: 0.6vw;
  height: 0.6vw;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  header .ex-wh::after {
    width: 2.6vw;
    height: 2.6vw;
    right: 140px;
    top: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  header {
    width: auto;
    height: auto;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  header .hamburger {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  header .hamburger span {
    display: block;
    position: absolute;
    left: 5px;
    width: 30px;
    height: 2px;
    background-color: #000;
    transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
  }
  header .hamburger span:nth-child(1) {
    top: 10px;
  }
  header .hamburger span:nth-child(2) {
    top: 19px;
  }
  header .hamburger span:nth-child(3) {
    top: 28px;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
  }
  header nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  header nav li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
    margin-bottom: 16px;
    width: 80%;
    max-width: 300px;
  }
  header nav li a {
    color: #fff;
  }
  header.is-menu-active .hamburger span {
    background-color: #fff;
  }
  header.is-menu-active .hamburger span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  header.is-menu-active .hamburger span:nth-child(2) {
    opacity: 0;
  }
  header.is-menu-active .hamburger span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  header.is-menu-active nav {
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
  }
  header.is-menu-active nav li:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.05s;
  }
  header.is-menu-active nav li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
  }
  header.is-menu-active nav li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
  }
  header.is-menu-active nav li:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
  header.is-menu-active nav li:nth-child(5) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
  }
  header.is-menu-active nav li:nth-child(6) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  header.is-menu-active nav li:nth-child(7) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.35s;
  }
  header.is-menu-active nav li:nth-child(8) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
  }
  header.is-menu-active nav li:nth-child(9) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.45s;
  }
  header.is-menu-active nav li:nth-child(10) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
  }
  header.is-menu-active nav li:nth-child(11) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.55s;
  }
}

@media screen and (max-width: 767px) {
  body.is-menu-active {
    overflow: hidden !important;
  }
}
.side-color {
  position: fixed;
  z-index: 2;
  left: 0;
  height: 100vh;
  width: 20px;
  background: transparent linear-gradient(360deg, #7C0009 0%, #C9000E 33%, #D6B00E 70%, #18B2B2 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 767px) {
  .side-color {
    display: none;
  }
}

p {
  font-size: clamp(0.45rem, calc(0.2861650485rem + 0.6990291262vw), 1.2375rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

html {
  font-size: 100%;
}

body {
  color: #333;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

li::marker {
  color: #C9000E;
}

h2 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: clamp(1rem, calc(0.6359223301rem + 1.5533980583vw), 2.75rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 16px;
    padding-left: 20px;
  }
}
h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0vw;
  margin: auto;
  left: -1.3vw;
  width: 1vw;
  height: 1vw;
  background-image: url(../images/common/top_title.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  h2::after {
    top: 0;
    margin: auto;
    bottom: -1vw;
    left: -0.3vw;
    width: 14px;
    height: 15px;
  }
}

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

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

.btn {
  position: relative;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5vw;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  width: 0.5vw;
  height: 0.5vw;
}
@media screen and (max-width: 767px) {
  .btn:after {
    content: "";
    background-image: url("../images/top/viewmore-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 10px;
    background-color: transparent;
    border-radius: 0;
  }
}

.inner {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 16vw 0 4vw;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 3vw;
  }
}

.section-text {
  font-size: clamp(0.525rem, calc(0.3338592233rem + 0.8155339806vw), 1.44375rem);
  margin-bottom: 60px;
  line-height: clamp(17.6px, 2.2916666667vw, 44px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-text {
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 27px;
    font-weight: 500;
  }
}

.viewmore {
  position: relative;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  padding: 0.6vw 4vw 0.6vw 1vw;
  font-weight: bold;
  font-size: clamp(0.4rem, calc(0.254368932rem + 0.6213592233vw), 1.1rem);
}
@media screen and (max-width: 767px) {
  .viewmore {
    padding: 15px 30px 15px 15px;
    font-size: 12px;
    border-radius: 5px;
  }
}

#mv {
  position: relative;
  height: 50vh;
  margin-bottom: 320px;
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  #mv {
    margin-bottom: 280px;
    padding-left: 5vw;
  }
}
#mv .swiper {
  width: 100%;
  height: 100%;
}
#mv .swiper-slide {
  background-size: cover;
  background-position: center center;
}
#mv .slide01 {
  background-image: url("../images/top/mv01.webp");
}
#mv .slide02 {
  background-image: url("../images/top/mv02.webp");
}
#mv .slide03 {
  background-image: url("../images/top/mv03.webp");
}
#mv .slide04 {
  background-image: url("../images/top/mv04.webp");
}
#mv .headline {
  position: absolute;
  bottom: -320px;
  left: 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #mv .headline {
    left: 10px;
    bottom: -182px;
  }
}
#mv .headline .headline-en {
  font-family: "Montserrat", sans-serif;
  color: #C9000E;
  font-size: clamp(1.75rem, calc(1.1128640777rem + 2.7184466019vw), 4.8125rem);
  font-weight: bold;
  letter-spacing: -1.4px;
  line-height: clamp(32px, 4.1666666667vw, 80px);
}
#mv .headline .headline-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2.25rem, calc(1.4308252427rem + 3.4951456311vw), 6.1875rem);
  font-weight: 900;
  color: #000;
  line-height: clamp(52px, 6.7708333333vw, 130px);
}
@media screen and (max-width: 767px) {
  #mv .headline .headline-ja {
    font-size: clamp(2.75rem, calc(1.7487864078rem + 4.2718446602vw), 7.5625rem);
  }
}

#news {
  background-color: #303030;
  max-height: 480px;
}
#news .inner {
  position: relative;
}
#news h2 {
  position: relative;
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #news h2 {
    font-size: 16px;
  }
}
#news h2::after {
  bottom: 0.3vw;
}
#news .news-link {
  position: absolute;
  top: 7vw;
  right: 14vw;
  width: 1.3vw;
}
@media screen and (max-width: 767px) {
  #news .news-link {
    top: 10vw;
    right: 10vw;
    width: 5.3vw;
  }
}
#news .inner {
  padding: 7vw 13vw 8vw 3vw;
}
@media screen and (max-width: 767px) {
  #news .inner {
    padding: 10vw 5vw 15vw 5vw;
  }
}
#news .news-wrap {
  display: flex;
  gap: 1vw;
}
@media screen and (max-width: 767px) {
  #news .news-wrap {
    gap: 5vw;
    flex-direction: column;
  }
}
#news .news-wrap a {
  background-color: #fff;
  display: flex;
  height: 8vw;
  max-height: 120px;
  align-items: center;
  width: 45%;
  padding: 2vw;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #news .news-wrap a {
    height: 20vw;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    justify-content: space-around;
  }
}
#news .news-wrap a .news-date {
  font-family: "Montserrat", sans-serif;
  padding-right: 1vw;
  margin-right: 1vw;
  border-right: 2px solid rgba(112, 112, 112, 0.1);
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #news .news-wrap a .news-date {
    font-size: 12px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #news .news-wrap a .news-title {
    font-size: 12px;
    width: 60%;
  }
}

#aboutus {
  background-image: url("../images/top/top-about.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 19vw;
}
@media screen and (max-width: 767px) {
  #aboutus {
    background-position: 0vw 41vw;
    background-image: url(../images/top/top-about-sp.png);
    padding-bottom: 170px;
    background-size: contain;
  }
}
#aboutus .inner {
  padding-top: 216px;
}
@media screen and (max-width: 767px) {
  #aboutus .inner {
    padding-top: 50px;
  }
}
#aboutus h2 {
  margin-bottom: 30px;
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
}
@media screen and (max-width: 767px) {
  #aboutus h2 {
    font-size: 16px;
  }
}
#aboutus h2::after {
  bottom: 0.3vw;
}
@media screen and (max-width: 767px) {
  #aboutus h2::after {
    bottom: 0vw;
  }
}
#aboutus .section-subtitle {
  font-size: clamp(1.125rem, calc(0.7154126214rem + 1.7475728155vw), 3.09375rem);
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #aboutus .section-subtitle {
    margin-bottom: 30px;
  }
}
#aboutus .viewmore {
  margin-bottom: 218px;
}
@media screen and (max-width: 767px) {
  #aboutus .viewmore {
    margin-bottom: 150px;
  }
}

#strength {
  /* 格子の色やサイズをここで調整できます */
  --grid-line-color: rgba(0, 0, 0, 0.05);
  --grid-line-width: 1px;
  --grid-size: 30px; /* 格子のサイズ */
  background-color: #ffffff; /* 背景色 */
  background-image: linear-gradient(to bottom, transparent calc(var(--grid-size) - var(--grid-line-width)), var(--grid-line-color) calc(var(--grid-size) - var(--grid-line-width)), var(--grid-line-color) var(--grid-size)), linear-gradient(to right, transparent calc(var(--grid-size) - var(--grid-line-width)), var(--grid-line-color) calc(var(--grid-size) - var(--grid-line-width)), var(--grid-line-color) var(--grid-size));
  background-size: var(--grid-size) var(--grid-size);
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  #strength {
    --grid-size: 15px;
  }
}
#strength .inner {
  padding-top: 120px;
  padding-bottom: 218px;
}
@media screen and (max-width: 767px) {
  #strength .inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
#strength h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #strength h2 {
    margin-bottom: 30px;
  }
}
#strength .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7vw;
}
@media screen and (max-width: 767px) {
  #strength .flex-box {
    flex-direction: column;
    gap: 5vw;
  }
}
#strength .flex-box img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #strength .flex-box img {
    width: 85%;
  }
}

#parallax {
  position: relative;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  overflow: hidden; /* はみ出した背景画像を隠す */
}

.parallax-bg {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 150%;
  background-image: url("../images/top/top-strength-bg.jpg");
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

#business {
  margin-bottom: 120px;
}
#business .inner {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  #business .inner {
    padding-top: 50px;
  }
}
#business h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #business h2 {
    margin-bottom: 30px;
  }
}
#business .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #business .flex-box {
    flex-direction: column;
    align-items: baseline;
  }
}
#business .flex-box .section-text {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #business .flex-box .section-text {
    width: 99%;
  }
}
#business .business-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  counter-reset: h3-counter;
}
@media screen and (max-width: 767px) {
  #business .business-list {
    flex-direction: column;
    gap: 5vw;
  }
}
#business .business-list > li {
  background-color: #F5F5F5;
  border-radius: 30px;
  padding: 2vw;
}
@media screen and (max-width: 767px) {
  #business .business-list > li {
    border-radius: 10px;
    padding: 6vw;
    width: 100%;
    padding-top: 10vw;
  }
}
#business .business-list > li h3 {
  position: relative;
  font-size: clamp(0.75rem, calc(0.4769417476rem + 1.1650485437vw), 2.0625rem);
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #business .business-list > li h3 {
    font-size: 20px;
  }
}
#business .business-list > li h3::before {
  font-family: "Montserrat", sans-serif;
  counter-increment: h3-counter;
  content: counter(h3-counter, decimal-leading-zero) ".";
  position: absolute;
  color: #C9000E;
  font-size: 0.4em;
  top: -9px;
  left: 0.1em;
}
@media screen and (max-width: 767px) {
  #business .business-list > li h3::before {
    font-size: 0.6em;
    top: -15px;
  }
}
#business .business-list > li ul {
  padding-left: 1vw;
}
@media screen and (max-width: 767px) {
  #business .business-list > li ul {
    padding-left: 5vw;
  }
}
#business .business-list > li ul li {
  font-size: clamp(0.55rem, calc(0.3497572816rem + 0.854368932vw), 1.5125rem);
  margin-bottom: 8px;
  font-weight: bold;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  #business .business-list > li ul li {
    font-size: 16px;
    font-weight: 500;
  }
}
#business .business-list > li ul li::marker {
  color: #C9000E;
}

/*下層共通*/
.under p {
  font-size: clamp(0.55rem, calc(0.3497572816rem + 0.854368932vw), 1.5125rem);
  line-height: clamp(14.4px, 1.875vw, 36px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .under p {
    font-size: 12px;
    line-height: 24px;
  }
}
.under #mv {
  margin-bottom: 325px;
}
@media screen and (max-width: 767px) {
  .under #mv {
    margin-bottom: 120px;
  }
}
.under #mv .headline {
  bottom: -155px;
}
@media screen and (max-width: 767px) {
  .under #mv .headline {
    bottom: -70px;
  }
}
.under #mv .headline .headline-en {
  font-size: clamp(1rem, calc(0.6359223301rem + 1.5533980583vw), 2.75rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .under #mv .headline .headline-en {
    font-size: 25px;
    line-height: 1.3;
  }
}
.under #mv .headline .headline-ja {
  font-size: clamp(2.25rem, calc(1.4308252427rem + 3.4951456311vw), 6.1875rem);
}

.under-other .inner {
  padding-top: 130px;
  margin-bottom: 150px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .under-other .inner {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.under-other .headline .headline-en {
  font-family: "Montserrat", sans-serif;
  color: #C9000E;
  letter-spacing: -1.4px;
  font-size: clamp(0.75rem, calc(0.4769417476rem + 1.1650485437vw), 2.0625rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .under-other .headline .headline-en {
    font-size: 18px;
  }
}
.under-other .headline .headline-ja {
  position: relative;
  font-size: clamp(1.5rem, calc(0.9538834951rem + 2.3300970874vw), 4.125rem);
  font-weight: bold;
  padding-bottom: 3vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .under-other .headline .headline-ja {
    font-size: 28px;
    padding-bottom: 6vw;
    margin-bottom: 8vw;
  }
}
.under-other .headline .headline-ja::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .under-other .headline .headline-ja::after {
    height: 3px;
  }
}

.wpcf7-form .is-confirm {
  display: none;
}
.wpcf7-form.is-confirming .is-input {
  display: none;
}
.wpcf7-form.is-confirming .is-confirm {
  display: block;
}

.confirmation-table {
  /* ...スタイルを追加... */
  margin: 2em 0;
}
.confirmation-table dt {
  font-weight: bold;
  padding: 1em;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}
.confirmation-table dd {
  padding: 1em;
  border-bottom: 1px solid #eee;
  min-height: 1.5em;
  white-space: pre-wrap;
}

.form-actions {
  display: flex;
  gap: 1em;
  justify-content: center;
  margin-top: 2em;
  /* ...ボタンのスタイルを追加... */
}

#recruit {
  background-image: url("../images/common/top_recruit.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 13vw;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #recruit {
    background-position: 0 70vw;
    background-image: url(../images/common/top_recruit-sp.png);
    background-size: contain;
    padding-bottom: 160px;
  }
}
#recruit h2 {
  padding-top: 160px;
  font-size: clamp(2.25rem, calc(1.4308252427rem + 3.4951456311vw), 6.1875rem);
  color: #C9000E;
}
#recruit h2::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #recruit h2 {
    padding-top: 80px;
    padding-left: 0;
    font-size: 50px;
    margin-bottom: 30px;
  }
}
#recruit .viewmore {
  margin-bottom: 200px;
}

footer {
  background-color: #000;
  color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 1vw;
}
@media screen and (max-width: 767px) {
  footer {
    justify-content: center;
    height: 30px;
    font-size: 10px;
  }
}
footer p {
  padding-left: 30px;
}

/*aboutusはここから*/
.under-aboutus #mv .slide01 {
  background-image: url("../images/aboutus/about_mv.jpg");
}
.under-aboutus #philosophy h2 {
  margin-bottom: 30px;
}
.under-aboutus #philosophy ul li {
  text-align: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy ul li {
    margin-bottom: 80px;
  }
}
.under-aboutus #philosophy ul li > h3 {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  position: relative;
  font-size: clamp(2.25rem, calc(1.4308252427rem + 3.4951456311vw), 6.1875rem);
  font-weight: bold;
}
.under-aboutus #philosophy ul li > h3::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 45%;
  width: 36px;
  height: 39px;
  background-image: url(../images/common/top_title.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy ul li > h3::after {
    top: -15px;
    width: 15px;
    height: 19px;
  }
}
.under-aboutus #philosophy ul li > h3 > span {
  font-size: clamp(0.65rem, calc(0.4133495146rem + 1.0097087379vw), 1.7875rem);
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy ul li > h3 > span {
    font-size: 13px;
  }
}
.under-aboutus #philosophy ul li > h3 .red {
  color: #B30000;
}
.under-aboutus #philosophy ul li p {
  margin-top: 20px;
  line-height: 1.8;
  font-weight: bold;
}
.under-aboutus #philosophy ul li p .strong {
  font-size: clamp(0.9rem, calc(0.5723300971rem + 1.3980582524vw), 2.475rem);
  font-weight: 900;
  display: block;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy ul li p .strong {
    font-size: 18px;
    min-height: 37px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.under-aboutus #philosophy ul li .value {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy ul li .value {
    margin-top: 30px;
    flex-direction: column;
  }
}
.under-aboutus #philosophy ul li .value li {
  width: 30%;
  margin: 0 auto;
  border-top: 5px solid #222020;
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy ul li .value li {
    border-top: 3px solid #222020;
    width: 77%;
    margin-bottom: 30px;
  }
}
.under-aboutus #philosophy ul li .value li p {
  font-size: 16px;
}
.under-aboutus #philosophy ul li .value li .strong {
  font-weight: bold;
  font-size: 22px;
  color: #B30000;
}
.under-aboutus #philosophy .introduction {
  background-color: #F5F5F5;
  padding: 80px 70px;
  margin-bottom: 180px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 3vw;
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy .introduction {
    padding: 40px 20px;
    gap: 5vw;
    margin-bottom: 70px;
    border-radius: 10px;
  }
}
.under-aboutus #philosophy .introduction .flex-box {
  display: flex;
  gap: 4vw;
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy .introduction .flex-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}
.under-aboutus #philosophy .introduction .flex-box p span {
  position: relative;
  font-size: clamp(0.65rem, calc(0.4133495146rem + 1.0097087379vw), 1.7875rem);
  font-weight: bold;
  display: block;
  margin-bottom: 1vw;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy .introduction .flex-box p span {
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.under-aboutus #philosophy .introduction .flex-box p span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #B30000;
  width: 5px;
  height: 3vw;
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy .introduction .flex-box p span::before {
    width: 5px;
    height: 60px;
    top: -7px;
    left: -3px;
  }
}
.under-aboutus #philosophy .introduction .flex-box .text-box {
  width: 100%;
}
.under-aboutus #philosophy .introduction .flex-box .img-box {
  width: 53%;
  max-height: 160px;
}
.under-aboutus #philosophy .introduction .flex-box .img-box img {
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy .introduction .flex-box .img-box img {
    padding: 25px 10px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .under-aboutus #philosophy .introduction .flex-box .img-box {
    width: 100%;
    max-height: 260px;
    background-color: #fff;
    text-align: center;
  }
}
.under-aboutus #profile {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile {
    margin-bottom: 40px;
  }
}
.under-aboutus #profile dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl {
    margin-top: 60px;
    flex-direction: column;
  }
}
.under-aboutus #profile dl a {
  color: #0076FF;
}
.under-aboutus #profile dl dt {
  font-size: clamp(0.65rem, calc(0.4133495146rem + 1.0097087379vw), 1.7875rem);
  font-weight: bold;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.under-aboutus #profile dl dd {
  font-size: clamp(0.55rem, calc(0.3497572816rem + 0.854368932vw), 1.5125rem);
  width: 90%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl dd {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.under-aboutus #profile dl dd .asterisk {
  font-size: clamp(0.45rem, calc(0.2861650485rem + 0.6990291262vw), 1.2375rem);
  font-weight: normal;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl dd .asterisk {
    display: block;
    font-size: 10px;
    padding-left: 5px;
  }
}
.under-aboutus #profile dl dd dl {
  margin-top: 0;
}
.under-aboutus #profile dl dd dl dt {
  width: 45%;
  font-size: clamp(0.55rem, calc(0.3497572816rem + 0.854368932vw), 1.5125rem);
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl dd dl dt {
    font-size: 14px;
    width: 100%;
  }
}
.under-aboutus #profile dl dd dl dt::before {
  content: "・";
  color: #B30000;
  font-size: clamp(0.7rem, calc(0.4451456311rem + 1.0873786408vw), 1.925rem);
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl dd dl dt::before {
    font-size: 16px;
  }
}
.under-aboutus #profile dl dd dl dd {
  width: 45%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl dd dl dd {
    margin-bottom: 20px;
    width: 100%;
  }
}
.under-aboutus #profile dl .history dt {
  font-weight: 500;
}
.under-aboutus #profile dl .office {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl .office {
    flex-direction: column;
    gap: 10vw;
  }
}
.under-aboutus #profile dl .office .office-box {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl .office .office-box {
    width: 100%;
  }
}
.under-aboutus #profile dl .office .office-box iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl .office .office-box iframe {
    max-height: 300px;
  }
}
.under-aboutus #profile dl .office .office-box h3 {
  position: relative;
  font-size: clamp(0.55rem, calc(0.3497572816rem + 0.854368932vw), 1.5125rem);
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl .office .office-box h3 {
    font-size: 14px;
  }
}
.under-aboutus #profile dl .office .office-box h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #B30000;
  width: 5px;
  height: 2vw;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl .office .office-box h3::before {
    width: 3px;
    height: 20px;
  }
}
.under-aboutus #profile dl .office .office-box h3 > span {
  font-size: clamp(0.45rem, calc(0.2861650485rem + 0.6990291262vw), 1.2375rem);
  font-weight: normal;
  padding-left: 10px;
}
.under-aboutus #profile dl .office .office-box > p {
  font-size: clamp(0.55rem, calc(0.3497572816rem + 0.854368932vw), 1.5125rem);
  min-height: 250px;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl .office .office-box > p {
    min-height: auto;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.under-aboutus #profile dl .office .office-box .station {
  font-size: clamp(0.55rem, calc(0.3497572816rem + 0.854368932vw), 1.5125rem);
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl .office .office-box .station {
    font-size: 14px;
    padding: 15px;
    margin-top: 10px;
  }
}
.under-aboutus #profile dl .office .office-box .station p {
  color: #B30000;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .under-aboutus #profile dl .office .office-box .station p {
    font-size: 14px;
  }
}

.under-strength h2 {
  margin-bottom: 3vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.under-strength p {
  font-size: clamp(0.55rem, calc(0.3497572816rem + 0.854368932vw), 1.5125rem);
}
@media screen and (max-width: 767px) {
  .under-strength p {
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
.under-strength #mv .slide01 {
  background-image: url("../images/strength/strength_mv.jpg");
}
.under-strength #feature {
  margin-bottom: 8vw;
}
.under-strength #feature p {
  margin-bottom: 4vw;
}
.under-strength #reason .inner {
  padding: 0 14vw 0 1vw;
}
@media screen and (max-width: 767px) {
  .under-strength #reason .inner {
    padding: 0 2vw;
  }
}
.under-strength #reason .inner h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 2vw;
}
@media screen and (max-width: 767px) {
  .under-strength #reason .inner h2 {
    padding: 0 3vw;
    padding-left: 20px;
    margin-bottom: 40px;
  }
}
.under-strength #reason .inner h2::after {
  left: 0.7vw;
}
.under-strength #reason .inner .reason-box {
  margin: 0 auto;
  margin-bottom: 6vw;
  display: flex;
  align-items: center;
  width: 95%;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .under-strength #reason .inner .reason-box {
    margin-bottom: 15vw;
    flex-direction: column;
  }
}
.under-strength #reason .inner img {
  margin-bottom: 3vw;
  width: 48%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .under-strength #reason .inner img {
    height: 200px;
    width: 100%;
  }
}
.under-strength #reason .inner .flex-box {
  display: flex;
  align-items: end;
  padding: 0 1vw;
  gap: 1.5vw;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .under-strength #reason .inner .flex-box {
    padding: 0 7vw;
    align-items: baseline;
  width: 100%;
  }
}
.under-strength #reason .inner .flex-box .box-wrap h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.95rem, calc(0.6041262136rem + 1.4757281553vw), 2.6125rem);
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .under-strength #reason .inner .flex-box .box-wrap h3 {
    font-size: 16px;
  }
}
.under-strength #reason .inner .flex-box .viewmore {
  white-space: nowrap;
}

/*aboutusはここから*/
.under-business #mv .slide01 {
  background-image: url("../images/business/business_mv.jpg");
}
.under-business #pillar h2 {
  margin-bottom: 3vw;
}
@media screen and (max-width: 767px) {
  .under-business #pillar h2::after {
    bottom: 6.4vw;
  }
}
.under-business #pillar p {
  margin-bottom: 3vw;
}
.under-business #pillar .anker-list {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .anker-list {
    margin-bottom: 50px;
  }
}
.under-business #pillar .anker-list .anker-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .anker-list .anker-top {
    flex-wrap: wrap;
  }
}
.under-business #pillar .anker-list .anker-top .anker-box {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 3vw 2vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .anker-list .anker-top .anker-box {
    border-radius: 10px;
    width: 48%;
  }
}
.under-business #pillar .anker-list .anker-top .anker-box::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/arrow-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 13px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .anker-list .anker-top .anker-box::after {
    width: 10px;
    height: 10px;
    bottom: 2px;
  }
}
.under-business #pillar .anker-list .anker-top .anker-box h3 {
  margin-bottom: 2vw;
  font-size: clamp(0.65rem, calc(0.4133495146rem + 1.0097087379vw), 1.7875rem);
}
@media screen and (max-width: 767px) {
  .under-business #pillar .anker-list .anker-top .anker-box h3 {
    min-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .under-business #pillar .anker-list .anker-top .anker-box:last-child img {
    width: 80%;
  }
}
.under-business #pillar .anker-list .anker-under {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .anker-list .anker-under {
    display: none;
  }
}
.under-business #pillar .anker-list .anker-under .anker-box {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 3vw 2vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .anker-list .anker-under .anker-box {
    border-radius: 10px;
  }
}
.under-business #pillar .anker-list .anker-under .anker-box::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/arrow-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 13px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .anker-list .anker-under .anker-box::after {
    width: 10px;
    height: 10px;
    bottom: 2px;
  }
}
.under-business #pillar .anker-list .anker-under .anker-box h3 {
  font-size: clamp(0.65rem, calc(0.4133495146rem + 1.0097087379vw), 1.7875rem);
}
.under-business #pillar .anker-list .anker-under .anker-box ul {
  display: flex;
}
.under-business #pillar .anker-item {
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 100px;
  margin-bottom: 80px;
  border-bottom: 1px #707070 solid;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .anker-item {
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
}
.under-business #pillar .anker-item:last-child {
  border: none;
}
.under-business #pillar .anker-item h3 {
  font-size: clamp(0.95rem, calc(0.6041262136rem + 1.4757281553vw), 2.6125rem);
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .anker-item h3 {
    margin-bottom: 7.5vw;
    font-size: 18px;
  }
}
.under-business #pillar .flex-box {
  display: flex;
  gap: 2vw;
  margin-bottom: 3vw;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .flex-box {
    flex-direction: column;
    margin-bottom: 6vw;
  }
}
.under-business #pillar .flex-box p {
  line-height: clamp(14.4px, 1.875vw, 36px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .flex-box p {
    line-height: 24px;
  }
}
.under-business #pillar .flex-box p span {
  display: block;
  position: relative;
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
  font-weight: bold;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .flex-box p span {
    font-size: 16px;
    margin-bottom: 3vw;
    padding-left: 20px;
  }
}
.under-business #pillar .flex-box p span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -2px;
  height: 2vw;
  width: 5px;
  background-color: #C9000E;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .flex-box p span::before {
    height: 22px;
    width: 3px;
    top: 0;
    left: 10px;
  }
}
.under-business #pillar .flex-box ul {
  width: 77%;
  background-color: #F5F5F5;
  padding: 40px 65px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 280px;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .flex-box ul {
    padding: 15px 30px;
    width: 100%;
    border-radius: 10px;
  }
}
.under-business #pillar .flex-box ul li {
  list-style: disc;
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .flex-box ul li {
    font-size: 14px;
  }
}
.under-business #pillar .modal-list {
  display: flex;
  gap: 2vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .modal-list {
    flex-direction: column;
    width: 85%;
  }
}
.under-business #pillar .modal-list .modal-btn {
  position: relative;
  width: 30%;
  background-color: #a93131;
  border-radius: 20px;
  max-width: 280px;
  max-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .modal-list .modal-btn {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    max-width: 100%;
    border-radius: 10px;
  }
}
.under-business #pillar .modal-list .modal-btn::before {
  content: "view detail";
  position: absolute;
  bottom: 8px;
  right: 35px;
  color: #fff;
}
.under-business #pillar .modal-list .modal-btn::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-image: url("../images/business/business-icon.png");
  bottom: 10px;
  right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.under-business #pillar .modal-list .modal-btn img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .under-business #pillar .modal-list .modal-btn img {
    width: 55%;
  }
}
.under-business #pillar .modal-list .modal-btn .adj {
  transform: translateX(-20px);
}
.under-business #solution {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .under-business #solution {
    margin-bottom: 80px;
  }
}
.under-business #solution .inner h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .under-business #solution .inner h2 {
    margin-bottom: 50px;
  }
}
.under-business #solution .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7vw;
  counter-reset: h3-counter;
}
@media screen and (max-width: 767px) {
  .under-business #solution .inner ul {
    flex-direction: column;
    gap: 80px;
  }
}
.under-business #solution .inner ul li {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .under-business #solution .inner ul li {
    width: 90%;
    margin: 0 auto;
  }
}
.under-business #solution .inner ul li h3 {
  position: relative;
  font-size: clamp(0.95rem, calc(0.6041262136rem + 1.4757281553vw), 2.6125rem);
}
@media screen and (max-width: 767px) {
  .under-business #solution .inner ul li h3 {
    font-size: 18px;
  }
}
.under-business #solution .inner ul li h3::before {
  counter-increment: h3-counter;
  content: counter(h3-counter, decimal-leading-zero);
  position: absolute;
  color: #C9000E;
  font-size: 0.6em;
  top: -30px;
  left: 0.1em;
}
@media screen and (max-width: 767px) {
  .under-business #solution .inner ul li h3::before {
    top: -25px;
    font-size: 1em;
  }
}

.under-news {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .under-news {
    margin-bottom: 60px;
  }
}
.under-news .post-content {
  position: relative;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  margin-bottom: 1.5vw;
  border-radius: 10px;
  max-height: 120px;
  height: 8vw;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .under-news .post-content {
    max-height: 70px;
    height: 19vw;
    margin-bottom: 6vw;
  }
}
.under-news .post-content::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/arrow-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 13px;
  margin: auto;
  right: 25px;
  bottom: 0;
  top: 0;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .under-news .post-content::after {
    width: 16px;
    height: 8px;
    margin: auto;
    right: 5px;
  }
}
.under-news .post-content .post-date {
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
  font-weight: bold;
  padding-right: 2vw;
  margin-right: 2vw;
  border-right: 2px solid rgba(112, 112, 112, 0.1);
  height: 70%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .under-news .post-content .post-date {
    font-size: 14px;
  }
}
.under-news .post-content .post-title {
  font-size: clamp(0.45rem, calc(0.2861650485rem + 0.6990291262vw), 1.2375rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .under-news .post-content .post-title {
    font-size: 12px;
  }
}
.under-news .post-content .post-title::after {
  display: none;
}

#single .inner time {
  display: block;
  color: #B2A9A9;
  margin-bottom: 30px;
}
#single .inner h2 {
  font-size: clamp(1.125rem, calc(0.7154126214rem + 1.7475728155vw), 3.09375rem);
  font-weight: bold;
  margin-bottom: 30px;
}
#single .inner h2::after {
  display: none;
}
#single .inner .single-content .main-content {
  font-size: clamp(0.55rem, calc(0.3497572816rem + 0.854368932vw), 1.5125rem);
  margin-bottom: 120px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #single .inner .single-content .main-content {
    font-size: 12px;
    margin-bottom: 60px;
  }
}
#single .inner .single-content p {
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
}
@media screen and (max-width: 767px) {
  #single .inner .single-content p {
    font-size: 12px;
  }
}
#single .inner .single-content img {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #single .inner .single-content img {
    margin-bottom: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 170px;
  }
}
#single .inner .single-content .text-block h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.65rem, calc(0.4133495146rem + 1.0097087379vw), 1.7875rem);
  font-weight: bold;
  border-bottom: #000 5px solid;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #single .inner .single-content .text-block h3 {
    font-size: 18px;
    border-bottom: #000 3px solid;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
#single .inner .single-content .text-block p {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #single .inner .single-content .text-block p {
    margin-bottom: 50px;
  }
}

#compliance ol li::marker {
  font-size: 1.2em;
  content: counter(list-item) ": ";
}
@media screen and (max-width: 767px) {
  #compliance ol li::marker {
    font-size: 1em;
  }
}
#compliance h2 {
  border-bottom: 5px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #compliance h2 {
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
#compliance h2::after {
  display: none;
}
#compliance p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #compliance p {
    margin-bottom: 15px;
  }
}
#compliance dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #compliance dl {
    flex-direction: column;
  }
}
#compliance dl dt {
  width: 12%;
  color: #C9000E;
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  #compliance dl dt {
    font-size: 12px;
    width: 100%;
  }
}
#compliance dl dd {
  width: 88%;
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  #compliance dl dd {
    font-size: 12px;
    width: 100%;
  }
}
#compliance .block {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #compliance .block {
    margin-bottom: 60px;
  }
}
#compliance ol {
  margin-left: 20px;
}
#compliance ol > li {
  list-style: auto;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#compliance ol > li p {
  margin-bottom: 0;
  font-weight: 500;
}
#compliance ul {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#compliance ul > li {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #compliance ul > li {
    margin-bottom: 30px;
  }
}
#compliance ul > li p {
  font-size: clamp(0.45rem, calc(0.2861650485rem + 0.6990291262vw), 1.2375rem);
}
@media screen and (max-width: 767px) {
  #compliance ul > li p {
    font-size: 12px;
  }
}
#compliance ul > li span {
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #compliance ul > li span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#compliance ul > li ul {
  margin-left: 20px;
}
#compliance ul > li ul li {
  list-style: disc;
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #compliance ul > li ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#compliance .bg {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  #compliance .bg {
    padding: 20px;
  }
}
#compliance .bg h2 {
  border-bottom: none;
}
#compliance .bg .text {
  font-size: clamp(0.4rem, calc(0.254368932rem + 0.6213592233vw), 1.1rem);
}
@media screen and (max-width: 767px) {
  #compliance .bg .text {
    font-size: 12px;
  }
}
#compliance .bg .text span {
  font-weight: bold;
  display: block;
}
#compliance .bg .text .text-box {
  background-color: #FFFFFF;
  border: 1px solid #707070;
  display: inline;
  font-weight: normal;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  #compliance .bg .text .text-box {
    display: inline-block;
  }
}
#compliance .bg .under-line {
  border-bottom: 2px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
#compliance .bg table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #compliance .bg table {
    font-size: 12px;
  }
}
#compliance .bg table th,
#compliance .bg table td {
  padding: 1em 0.8em;
  border-bottom: 1px solid #707070;
  text-align: left;
  vertical-align: top;
}
#compliance .bg table thead th {
  white-space: nowrap;
}
#compliance .bg table thead tr {
  border-top: 1px solid #707070;
}
#compliance .bg table thead tr th:nth-of-type(2) {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}
#compliance .bg table tbody tr td:first-child {
  width: 30%;
}
#compliance .bg table tbody tr td:nth-of-type(2) {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  width: 35%;
}
#compliance .bg table:last-of-type tbody tr td:first-child {
  width: 15%;
}
#compliance .bg table:last-of-type tbody tr td:nth-of-type(2) {
  border-right: none;
}

.form-group {
  display: flex;
  margin-bottom: 60px;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .form-group {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.form-group > label {
  width: 200px;
  font-weight: bold;
  padding-top: 0.8em;
}
.form-group .form-field {
  flex: 1;
}

.required {
  display: inline-block;
  background-color: #C9000E;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  margin-left: 8px;
  border-radius: 10px;
  vertical-align: middle;
}

.wpcf7-form-control {
  width: 100%;
  padding: 0.8em;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #F5F5F5;
}

textarea.wpcf7-form-control {
  height: 200px;
}

.form-field-name p {
  display: flex;
  gap: 10px;
}

.wpcf7-list-item {
  display: inline-block;
  margin-right: 24px;
}

.privacy-policy-box {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 1em;
  background-color: #f9f9f9;
}

.wpcf7-submit {
  display: block;
  max-width: 450px;
  margin: 40px auto 0;
  background-color: #C9000E;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 1em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.wpcf7-submit:hover {
  opacity: 0.8;
}

#contact .flex-item p {
  width: 100%;
  max-width: 450px;
  margin: auto;
}
#contact .flex-item p input {
  margin-bottom: 10px;
  margin-top: 0;
}
#contact .contact-text {
  margin-bottom: 70px;
  font-size: clamp(0.55rem, calc(0.3497572816rem + 0.854368932vw), 1.5125rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #contact .contact-text {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
#contact .form-group > p {
  width: 35%;
  font-size: clamp(0.65rem, calc(0.4133495146rem + 1.0097087379vw), 1.7875rem);
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #contact .form-group > p {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
}
#contact .form-group .form-field {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #contact .form-group .form-field {
    width: 100%;
  }
}
#contact .form-group .form-field .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#contact .form-group .form-field .wpcf7-form-control .wpcf7-list-item {
  width: 48%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #contact .check-list .wpcf7-form-control {
    justify-content: space-between !important;
    text-align: left !important;
  }
}
#contact .box .wpcf7-form-control {
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 767px) {
  #contact .box .wpcf7-form-control {
    justify-content: center;
    text-align: center;
  }
}
#contact .box .wpcf7-form-control .wpcf7-list-item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 12px;
}
#contact .box .wpcf7-form-control .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: clamp(0.45rem, calc(0.2861650485rem + 0.6990291262vw), 1.2375rem);
  font-weight: bold;
}
#contact .box .wpcf7-form-control .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#contact .box .wpcf7-form-control span.wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
}
#contact .box .wpcf7-form-control span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #F5F5F5;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  transition: background-color 0.3s;
}
#contact .box .wpcf7-form-control span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 9px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: 6px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
#contact .box .wpcf7-form-control .wpcf7-list-item input[type=checkbox]:checked ~ span.wpcf7-list-item-label::before {
  background-color: #C9000E;
  border-color: #C9000E;
}
#contact .box .wpcf7-form-control .wpcf7-list-item input[type=checkbox]:checked ~ span.wpcf7-list-item-label::after {
  opacity: 1;
}
#contact .box .wpcf7-form-control span {
  font-size: clamp(0.55rem, calc(0.3497572816rem + 0.854368932vw), 1.5125rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contact .box .wpcf7-form-control span {
    font-size: 12px;
  }
}
#contact .box .wpcf7-form-control input {
  background-color: #F5F5F5;
  border: 1px solid #D9D9D9;
  width: 30px;
  border-radius: 10px;
  height: 30px;
}

.page-id-35 #contact h2 {
  font-size: clamp(1.125rem, calc(0.7154126214rem + 1.7475728155vw), 3.09375rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-id-35 #contact h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.page-id-35 #contact h2::after {
  display: none;
}
.page-id-35 #contact h3 {
  font-size: clamp(0.65rem, calc(0.4133495146rem + 1.0097087379vw), 1.7875rem);
  border-bottom: #000 5px solid;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-id-35 #contact h3 {
    border-bottom: #000 3px solid;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.page-id-35 #contact ul li {
  list-style: disc;
  margin-left: 20px;
}
.page-id-35 #contact .list-text {
  margin-left: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-id-35 #contact .list-text {
    margin-bottom: 40px;
  }
}
.page-id-35 #contact .strong {
  position: relative;
  font-size: clamp(0.5rem, calc(0.317961165rem + 0.7766990291vw), 1.375rem);
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 0.4vw 1vw;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.page-id-35 #contact .strong::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 1vw solid transparent;
  border-top: 1vw solid #000;
}
@media screen and (max-width: 767px) {
  .page-id-35 #contact .strong::after {
    border: 2vw solid transparent;
    border-top: 2vw solid #000;
  }
}
@media screen and (max-width: 767px) {
  .page-id-35 #contact .strong {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.page-id-35 #contact .box label {
  display: flex;
  align-items: end;
}
.page-id-35 #contact .form-group .form-field .wpcf7-form-control .wpcf7-list-item {
  width: 100%;
  margin-bottom: 20px;
}
.page-id-35 #contact .form-group .form-field .wpcf7-form-control .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}
.confirmation-page h1 {
  text-align: center;
}
.confirmation-page p {
  text-align: center;
  margin-bottom: 2em;
}
.confirmation-page .confirmation-table {
  margin: 2em 0;
  border-top: 1px solid #eee;
}
.confirmation-page .confirmation-table dt {
  font-weight: bold;
  padding: 1.5em;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}
.confirmation-page .confirmation-table dd {
  padding: 1.5em;
  border-bottom: 1px solid #eee;
  white-space: pre-wrap;
}
.confirmation-page .is-input-page {
  display: none;
}
.confirmation-page .wpcf7-submit {
  display: block;
  margin: 0 auto 1em;
}

.page:not(.page-template-page-confirm) .is-confirm-page {
  display: none;
}

.back-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.thanks-page {
  text-align: center;
  padding: 4em 0;
}
.thanks-page h1 {
  margin-bottom: 1em;
}
.thanks-page p {
  line-height: 1.8;
}
.thanks-page__actions {
  margin-top: 3em;
}

.form-submit {
  position: relative;
  z-index: 2;
}

.wpcf7-response-output {
  position: relative;
  z-index: 1;
}

body.is-modal-active {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.modal__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.is-active .modal__content {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.1s;
}
.modal__content img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  height: auto;
  border-radius: 8px;
}

.modal__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal__close-btn {
    top: 10px;
    right: 10px;
  }
}
.modal__close-btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E0E0E0;
}
.modal__close-btn span:nth-child(1) {
  transform: rotate(45deg);
}
.modal__close-btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.under .modal__inner {
  background-color: #fff;
  padding: 70px;
  border-radius: 20px;
  width: 100%;
  max-width: 920px;
}
@media screen and (max-width: 767px) {
  .under .modal__inner {
    padding: 30px;
  }
}
.under .modal-title {
  font-size: clamp(0.95rem, calc(0.6041262136rem + 1.4757281553vw), 2.6125rem);
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .under .modal-title {
    font-size: 18px;
  }
}
.under .flex-item {
  display: flex;
  gap: 2vw;
}
@media (max-width: 767px) {
  .under .flex-item {
    flex-direction: column-reverse;
  }
}
.under .modal-text {
  flex: 1;
  line-height: clamp(14.4px, 1.875vw, 36px);
}
@media screen and (max-width: 767px) {
  .under .modal-text {
    line-height: 24px;
  }
}
.under .flex-item img {
  flex-shrink: 0;
  width: 250px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.under .modal-img {
  background-color: #a93131;
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .under .modal-img {
    height: 220px;
    width: 220px;
    margin: 0 auto;
  }
}
.under .modal-img img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ===============================================
// Page: Disclosure
// =============================================== */
@media screen and (max-width: 767px) {
  .under-margin .inner {
    margin-top: 0;
    padding-top: 50px;
  }
}
.under-margin h1 {
  text-align: center;
  margin-bottom: 10vw;
}
.under-margin h2 {
  font-size: clamp(0.75rem, calc(0.4769417476rem + 1.1650485437vw), 2.0625rem);
}
.under-margin h2::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .under-margin h2 {
    font-size: 16px;
  }
}
.under-margin p, .under-margin li {
  font-size: clamp(0.45rem, calc(0.2861650485rem + 0.6990291262vw), 1.2375rem);
}
@media screen and (max-width: 767px) {
  .under-margin p, .under-margin li {
    font-size: 14px;
  }
}

.disclosure-page__main-heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 0.8em;
  border-radius: 9999px;
  max-width: 500px;
  margin: 2em auto 2em;
}

.disclosure-page__intro {
  margin-bottom: 3em;
}

/* ===============================================
// Component: Info Table
// =============================================== */
.info-table {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
  margin-bottom: 4em;
}

.info-table__item {
  display: flex;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .info-table__item {
    flex-direction: column;
  }
}

.info-table__term,
.info-table__description {
  padding: 1em;
}

.info-table__term {
  flex-shrink: 0;
  width: 30%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .info-table__term {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}

.info-table__description {
  flex: 1;
  line-height: 1.8;
}
.info-table__description ul {
  list-style-position: inside;
  padding-left: 0.5em;
}

/* ===============================================
// Component: Margin Rate & Breakdown Tables
// =============================================== */
.margin-rate,
.margin-breakdown {
  margin: 4em 0;
}

.margin-rate__heading,
.margin-breakdown__heading {
  font-weight: bold;
  margin-bottom: 1em;
}

.margin-rate__table,
.margin-breakdown__table {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
}

.margin-rate__table {
  text-align: center;
}

.margin-rate__item,
.margin-breakdown__item {
  display: flex;
}
.margin-rate__item:not(:last-child),
.margin-breakdown__item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .margin-rate__item,
  .margin-breakdown__item {
    flex-direction: column;
  }
}

.margin-rate__term,
.margin-rate__description,
.margin-breakdown__term,
.margin-breakdown__description {
  padding: 1em;
}

.margin-rate__term,
.margin-breakdown__term {
  flex-shrink: 0;
  width: 30%;
  font-weight: bold;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .margin-rate__term,
  .margin-breakdown__term {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}

.margin-rate__description,
.margin-breakdown__description {
  flex: 1;
  line-height: 1.8;
}
.margin-rate__description ul,
.margin-breakdown__description ul {
  list-style-position: inside;
  padding-left: 0.5em;
}

.margin-rate__note {
  font-size: 0.9rem;
  color: #555;
  margin-top: 1em;
}

/* ===============================================
// Component: Nested Table
// =============================================== */
.nested-table {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  width: 100%;
  text-align: center;
}

.nested-table__item {
  display: flex;
}
.nested-table__item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .nested-table__item {
    flex-direction: column;
  }
}

.nested-table__term,
.nested-table__description {
  padding: 1.5em;
}

.nested-table__term {
  flex-shrink: 0;
  width: 28%;
  font-weight: bold;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .nested-table__term {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}

.nested-table__description {
  flex: 1;
  line-height: 1.8;
}/*# sourceMappingURL=style.css.map */