@charset "UTF-8";

/* reset.css
https://github.com/Andy-set-studio/modern-css-reset
********************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 601px) {
  .pc {
    display: block !important;
  }

  .sp2 {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .pc {
    display: none !important;
  }

  .sp2 {
    display: block !important;
  }
}

:root {
  --red: #c01a20;
  --white: #fff;
  --black: #1e1e1e;
  --black-middle: #2d2d2d;
}

body {
  font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: var(--black);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.num {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wrapper {
  padding: 80px 0;
}

@media screen and (max-width: 900px) {
  .wrapper {
    padding: 60px 0;
  }
}

.inner {
  margin-left: 100px;
  margin-right: 30%;
}

@media (max-width: 1200px) {
  .inner {
    margin-left: 4%;
  }
}

@media screen and (max-width: 900px) {
  .inner {
    margin: 0 4%;
  }
}

.lead_ttl {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
  margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
  .lead_ttl {
    font-size: 20px;
  }
}

.lead_detail {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 27px */
}

@media screen and (max-width: 900px) {
  .lead_detail {
    font-size: 16px;
  }
}

.cta {
  background-image: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/CTA-bg_pc.jpg);
  background-image: image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/CTA-bg_pc.jpg) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/CTA-bg_pc@2x.jpg) 2x);
  background-size: cover;
  background-position: center;
  padding: 76px 0 70px;
}

@media (max-width: 1200px) {
  .cta {
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .cta {
    padding: 60px 0 56px;
    background-image: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/CTA-bg_sp.jpg);
    background-image: image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/CTA-bg_sp.jpg) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/CTA-bg_sp@2x.jpg) 2x);
  }
}

.cta-content {
  margin: 0 auto;
  width: 100%;
}

.cta-point {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 27px;
}

.cta-point li {
  position: relative;
  margin-left: -6px;
  width: 33.3%;
}

@media screen and (max-width: 900px) {
  .cta-point li {
    margin-left: 10px;
    margin-right: -10px;
  }
}

.cta-point li:first-child {
  margin-left: 0;
}

.cta-point li::before {
  position: absolute;
  content: "";
  background: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/CTA-icon.svg) no-repeat center/cover;
  width: 35px;
  height: 47px;
  top: -27px;
  left: calc(50% - 17.5px);
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .cta-point li::before {
    width: 32px;
    height: 38px;
    left: calc(50% - 12px);
  }
}

.cta-point_bg {
  position: relative;
  background: rgba(30, 30, 30, 0.9);
  padding: 32px 0 28px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  width: 100%;
}

@media screen and (max-width: 900px) {
  .cta-point_bg {
    width: 100%;
    padding: 22px 0 28px;
  }
}

.cta-point_bg p {
  text-align: center;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
}

@media screen and (max-width: 900px) {
  .cta-point_bg p {
    font-size: 14px;
    width: 89%;
    padding-left: 11%;
  }
}

.cta-maintxt {
  position: relative;
  background: var(--white);
  padding: 16px 24px;
  max-width: 94%;
  filter: drop-shadow(11px 11px 0 rgba(45, 45, 45, 0.26));
}

.cta-button {
  margin: 40px auto 0;
}

.cta-button a {
  display: block;
  max-width: 400px;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  width: 80%;
  background-color: #000;
  border-radius: 72px;
  color: #fff;
  padding: 20px 40px 20px 24px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .05em;
  position: relative;
  overflow: hidden;
}

.cta-button a::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 72px;
  padding: 4px;
  /* ラインの太さ */
  background: linear-gradient(90deg,
      #d60000,
      #ffffff,
      #d60000);
  background-size: 200% 100%;
  animation: cta-border-run 2.5s linear infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

@keyframes cta-border-run {
  from {
    background-position: 0% 0;
  }

  to {
    background-position: 200% 0;
  }
}

.cta-button a::after {
  content: '▼';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  animation: arrow-down 1.6s ease-in-out infinite;
  opacity: 0.9;
}

@keyframes arrow-down {
  0% {
    transform: translateY(-50%) translateY(0);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: translateY(-50%) translateY(8px);
    opacity: 0;
  }
}



@media (max-width: 1200px) {
  .cta-maintxt {
    max-width: 90%;
  }
}

@media screen and (min-width: 901px) {
  .cta-maintxt::after {
    position: absolute;
    content: "";
    background: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/CTA-arrow.svg) no-repeat center/cover;
    width: 68px;
    height: 54px;
    right: -58px;
    top: calc(50% - 27px);
  }
}

@media screen and (max-width: 900px) {
  .cta-maintxt {
    max-width: 98%;
    padding: 24px;
    filter: drop-shadow(4px 4px 0 rgba(45, 45, 45, 0.26));
  }
}

.cta-maintxt p {
  color: var(--black-middle);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .cta-maintxt p {
    font-size: 20px;
  }
}

.cta-maintxt p span {
  color: #707070;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
  display: flex;
  width: fit-content;
  margin: 0 auto 10px;
  align-items: center;
}

.cta-maintxt p span:before {
  content: "＼";
}

.cta-maintxt p span:after {
  content: "／";
}

@media screen and (max-width: 900px) {
  .cta-maintxt p span {
    font-size: 16px;
    line-height: 120%;
  }
}

.cta-maintxt p b {
  color: var(--red);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

@media screen and (max-width: 900px) {
  .cta-maintxt p b {
    font-size: 20px;
  }
}

.tabs {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
}

.tabs .tab {
  border-radius: 10px 10px 0 0;
  border: 2px solid var(--red);
  border-bottom: none;
  background: #f4f4f4;
  color: var(--red);
  opacity: 0.5;
  transition: 0.3s;
}

.tabs .tab:hover {
  opacity: 1;
  cursor: pointer;
}

.tabs .tab.active {
  background: var(--red);
  color: var(--white);
}

.tabs .tab.active:hover {
  cursor: default;
}

.panels {
  padding: 40px 0;
  border-top: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
}

@media screen and (max-width: 900px) {
  .panels {
    padding: 24px 0;
  }
}

.panel {
  padding: 0 40px;
}

@media screen and (max-width: 900px) {
  .panel {
    padding: 0 4%;
  }
}

.js-tab.active {
  opacity: 1;
}

.js-panel {
  display: none;
}

.js-panel.active {
  display: block;
}

.header {
  position: relative;
}

.header-logo {
  position: absolute;
  max-width: 202px;
  width: 16%;
  height: auto;
  top: 36px;
  right: 34px;
}

@media screen and (max-width: 900px) {
  .header-logo {
    min-width: 120px;
  }
}

.kv-ttl {
  background-image: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-main_img_pc.jpg);
  background-image: image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-main_img_pc.jpg) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-main_img_pc@2x.jpg) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 2.338/1;
}

@media screen and (max-width: 900px) {
  .kv-ttl {
    background-image: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-main_img_sp.jpg);
    background-image: image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-main_img_sp.jpg) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-main_img_sp.jpg) 2x);
    aspect-ratio: 0.858/1;
  }
}

.kv-ttl h1 {
  opacity: 0;
}

.kv-marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 8px 40px;
}

.kv-marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee-animation 28s linear infinite;
  color: var(--red);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 16.5px */
}

.kv-record {
  background-image: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-sub_bg_pc.jpg);
  background-image: image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-sub_bg_pc.jpg) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-sub_bg_pc@2x.jpg) 2x);
  background-image: -webkit-image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-sub_bg_pc.jpg) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-sub_bg_pc@2x.jpg) 2x);
  background-size: 100%;
  background-position: center;
  padding: 29px 0 26px;
}

@media screen and (max-width: 900px) {
  .kv-record {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.kv-record ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  text-align: center;
  color: var(--white);
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .kv-record ul {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.kv-record li {
  background: rgba(30, 30, 30, 0.9);
  padding: 11px 0 16px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  width: 33.3%;
}

@media screen and (max-width: 900px) {
  .kv-record li {
    max-width: 100%;
    width: 70%;
    margin: 0 auto 20px;
  }
}

.kv-record_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  height: 40px;
  padding-bottom: 8px;
}

.kv-record_ttl::after {
  position: absolute;
  content: "";
  background: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/KV-sub_line.svg) no-repeat center/cover;
  width: 138px;
  height: 6px;
  bottom: -6px;
  right: calc(50% - 69px);
}

.kv-record_txt {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.9px;
}

.kv-record_txt b {
  font-size: 68px;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
  margin: 0 0.05em 0 0.1em;
}

.kv-record_note {
  color: var(--white);
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 11px */
  padding-right: calc(10% + 2em);
  margin-top: -2px;
}

@keyframes marquee-animation {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.reason {
  position: relative;
  z-index: 1;
}

.reason::before,
.reason::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.reason::before {
  background-image: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/reason-bg01_pc.png);
  background-image: image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/reason-bg01_pc.png) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/reason-bg01_pc@2x.png) 2x);
  background-image: -webkit-image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/reason-bg01_pc.png) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/reason-bg01_pc@2x.png) 2x);
  background-size: cover;
  background-position: center;
  width: 118px;
  height: 462px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  .reason::before {
    content: none;
  }
}

.reason::after {
  background-image: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/reason-bg02_pc.png);
  background-image: image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/reason-bg02_pc.png) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/reason-bg02_pc@2x.png) 2x);
  background-image: -webkit-image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/reason-bg02_pc.png) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/reason-bg02_pc@2x.png) 2x);
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 1576px;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 900px) {
  .reason::after {
    content: none;
  }
}

.reason h2 {
  margin-bottom: 62px;
  max-width: 620px;
}

@media screen and (max-width: 900px) {
  .reason h2 {
    margin-bottom: 32px;
  }
}

.reason-content ul {
  margin-bottom: 72px;
}

@media screen and (max-width: 900px) {
  .reason-content ul {
    margin-bottom: 40px;
  }
}

.reason-content li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.reason-content li:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 600px) {
  .reason-content li {
    flex-direction: column-reverse;
  }

  .reason-content li:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.reason-content_img {
  width: 47%;
}

@media screen and (max-width: 600px) {
  .reason-content_img {
    width: 100%;
    padding-top: 20px;
  }
}

.reason-content_img img {
  width: 100%;
  height: auto;
}

.reason-content_txt {
  width: 50%;
}

@media screen and (max-width: 600px) {
  .reason-content_txt {
    width: 100%;
  }
}

.reason-content_txt .num {
  color: var(--red);
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 89%;
  /* 71.2px */
  letter-spacing: 6.4px;
}

@media screen and (max-width: 900px) {
  .reason-content_txt .num {
    font-size: 54px;
  }
}

.reason-content_txt .ttl {
  color: var(--black-middle);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: 2.24px;
  margin-bottom: 14px;
}

.reason-content_txt .detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}

.reason-content .check {
  max-width: 800px;
  margin: 0 auto;
}

.reason-content .check h3 img {
  display: block;
  margin: 0 auto;
}

.reason-content .check-txt {
  padding: 24px 20px 28px;
  border: 2px solid var(--red);
  text-align: center;
  font-style: normal;
  background-color: #fff;
}

.reason-content .check-txt .main_ttl {
  color: var(--black-middle);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 132%;
  /* 26.4px */
  margin-bottom: 10px;
}

.reason-content .check-txt .sub_ttl {
  color: var(--white);
  background-color: var(--red);
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 132%;
  /* 26.4px */
  padding: 4px 8px;
  margin-bottom: 22px;
}

.reason-content .check-txt .detail {
  color: var(--black, #1e1e1e);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}

@media screen and (max-width: 900px) {
  .reason-content .check-txt .detail {
    text-align: left;
  }
}

.reason-content .check-txt .detail span {
  color: var(--red);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.media {
  position: relative;
  background-color: #f4f4f4;
  padding: 40px 0;
  z-index: 1;
}

.media::after {
  position: absolute;
  content: "";
  background-image: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/media-bg_pc.png);
  background-image: image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/media-bg_pc.png) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/media-bg_pc@2x.png) 2x);
  background-image: -webkit-image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/media-bg_pc.png) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/media-bg_pc@2x.png) 2x);
  background-size: cover;
  background-position: center;
  width: 686px;
  height: 190px;
  right: 0;
  bottom: calc(50% - 95px);
  z-index: -1;
}

@media screen and (max-width: 900px) {
  .media::after {
    width: 60%;
    bottom: 0;
    height: 110px;
  }
}

.media-ttl {
  display: flex;
  gap: 10px;
  padding-left: 100px;
  margin-bottom: 32px;
}

@media screen and (max-width: 900px) {
  .media-ttl {
    padding-left: 4%;
    margin: 0 auto 24px;
  }
}

.media-ttl .ttl p {
  color: var(--black-middle);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}

.media-cont {
  overflow: hidden;
  padding: 0;
}

.media-cont_loop {
  display: flex;
  gap: 30px;
  animation: logo-loop 36s linear infinite;
  width: max-content;
}

.media-cont_logo {
  display: flex;
  gap: 20px;
  height: 60px;
  width: auto;
  flex-shrink: 0;
}

@keyframes logo-loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.copy {
  background: var(--white);
  border-bottom: 32px solid var(--red);
}

.copy .inner {
  padding: 8px 4px;
}

@media screen and (max-width: 900px) {
  .copy .inner {
    padding: 8px 10%;
  }
}

.copy img {
  margin: 0 auto;
}

.voice {
  padding: 40px 0 0;
}

.voice .swiper.img-thumb {
  margin-top: 8px;
}

.voice .swiper-wrapper {
  display: flex;
}

.voice .swiper-wrapper li {
  height: auto;
}

.voice h2 {
  margin-bottom: 40px;
}

.voice-plan {
  padding: 40px 0;
}

@media screen and (max-width: 900px) {
  .voice-plan {
    padding: 0;
  }
}

.voice-lead {
  margin-bottom: 40px;
}

.voice-tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 31%;
  padding: 16px 22px;
}

.voice-tab .img {
  width: 36px;
  height: 36px;
}

.voice-tab .img-active {
  display: none;
}

.voice-tab .img-default {
  display: block;
}

.voice-tab .txt {
  width: calc(100% - 42px);
}

.voice-tab .txt h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

.voice-tab .txt h3 span {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 13px */
  display: block;
  margin-bottom: 4px;
}

.voice-tab.active .img-active {
  display: block;
}

.voice-tab.active .img-default {
  display: none;
}

.voice-panel_ttl {
  margin-bottom: 24px;
}

.voice-panel_ttl p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}

@media screen and (max-width: 900px) {
  .voice-panel_ttl p {
    font-size: 20px;
  }
}

.voice-panel_detail {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1200px) {
  .voice-panel_detail {
    flex-direction: column-reverse;
  }
}

.voice-panel_detail .txt {
  width: calc(100% - 350px);
}

@media (max-width: 1200px) {
  .voice-panel_detail .txt {
    width: 100%;
  }
}

.voice-panel_detail .txt .name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  margin-bottom: 23px;
}

@media screen and (max-width: 900px) {
  .voice-panel_detail .txt .name {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.voice-panel_detail .txt .comment {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 25.6px */
}

.voice-panel_detail .img {
  width: 44.7%;
}

@media (max-width: 1200px) {
  .voice-panel_detail .img {
    width: 100%;
  }
}

.voice-other {
  background-image: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/voice-bg_pc.jpg);
  background-image: image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/voice-bg_pc.jpg) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/voice-bg_pc@2x.jpg) 2x);
  background-image: -webkit-image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/voice-bg_pc.jpg) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/voice-bg_pc@2x.jpg) 2x);
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.voice-other h3 {
  color: var(--red);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .voice-other h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.voice-other h3::before {
  content: "＼";
  margin-right: 0.5em;
}

.voice-other h3::after {
  content: "／";
  margin-left: 0.5em;
}

.voice-other h3::before,
.voice-other h3::after {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

.voice .other-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .voice .other-content {
    width: 92%;
  }
}

.voice .other-slider {
  padding: 20px 0;
  width: 100%;
}

.voice .other-slide {
  background: var(--white);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
  width: calc((100% - 39px) / 3);
  padding: 24px 16px;
}

@media (max-width: 1200px) {
  .voice .other-slide {
    width: calc((100% - 18px) / 2);
  }
}

@media screen and (max-width: 600px) {
  .voice .other-slide {
    width: 100%;
  }
}

.voice .other-slide .name {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  margin-bottom: 20px;
}

.voice .other-slide .img {
  margin-bottom: 20px;
}

.voice .other-slide .img img {
  width: 100%;
  height: auto;
}

.voice .other-slide .detail p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.voice .other-slide-prev {
  left: -16px;
}

.voice .other-slide-next {
  right: -16px;
}

.voice .other-slide-prev,
.voice .other-slide-next {
  height: 32px;
  width: 32px;
  background: var(--red);
}

.voice .other-slide-prev svg,
.voice .other-slide-next svg {
  display: none;
}

.voice .other-slide-prev::after,
.voice .other-slide-next::after {
  content: "";
  background: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/voice-arrow.svg) no-repeat center/cover;
  width: 32px;
  height: 32px;
}

.voice .other-slide-next::after {
  transform: scale(-1, 1);
}

.voice-company {
  padding: 40px 0;
}

.voice-company h3 {
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 33px */
  margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
  .voice-company h3 {
    font-size: 20px;
  }
}

.voice-company .company-tab {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  width: 47%;
  padding: 13px 22px;
}

@media screen and (max-width: 900px) {
  .voice-company .company-tab {
    font-size: 16px;
    padding: 16px 10px;
  }
}

.voice-company .company-panel .panel-ul {
  display: flex;
}

@media screen and (max-width: 900px) {
  .voice-company .company-panel .panel-ul {
    gap: 20px;
  }
}

.voice-company .company-panel .panel-li {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  /* 30px */
  letter-spacing: -0.75px;
  width: 50%;
}

@media screen and (max-width: 900px) {
  .voice-tabs {
    justify-content: space-between;
  }
}

@media screen and (max-width: 900px) {
  .voice-tab.tab {
    width: 48%;
    padding: 12px 10px;
    border-radius: 8px 8px 0 0;
  }
}

.voice-tab.tab .txt {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .voice-tab.tab .txt h3 {
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .voice-tab.tab .txt h3 span {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .voice-tab.tab .img {
    width: 18px;
    height: 18px;
    display: none;
  }
}

.merit h2 {
  margin-bottom: 40px;
}

.merit-lead {
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .merit-lead {
    margin-bottom: 32px;
  }
}

.merit-content {
  background: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 68px;
  margin-top: 110px;
  margin-bottom: 114px;
}

@media screen and (max-width: 900px) {
  .merit-content {
    margin-top: 96px;
  }
}

.merit-content .inner {
  margin-top: -80px;
}

.merit-content .merit-tabs {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 11px;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .merit-content .merit-tabs {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}

.merit-content .merit-tab {
  position: relative;
  border-radius: 2px;
  background: var(--black-middle);
  color: var(--white);
  width: 21.5%;
  padding: 16px 11px 24px;
  transition: 0.3s;
}

@media screen and (max-width: 900px) {
  .merit-content .merit-tab {
    width: 48%;
    padding: 4px 11px 24px;
  }
}

.merit-content .merit-tab:hover {
  opacity: 0.8;
  cursor: pointer;
}

.merit-content .merit-tab.active {
  background: var(--red);
}

.merit-content .merit-tab.active::after {
  position: absolute;
  content: "";
  background: var(--red);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  width: 37px;
  height: 12px;
  bottom: -12px;
  left: calc(50% - 18.5px);
}

@media screen and (max-width: 900px) {
  .merit-content .merit-tab.active::after {
    content: "";
    width: 30px;
    height: 10px;
    bottom: 5px;
    left: calc(50% - 15px);
    background: #fff;
  }
}

.merit-content .merit-tab.active:hover {
  opacity: 1;
  cursor: default;
}

.merit-content .merit-tab .ttl {
  display: block;
  text-align: center;
  font-family: "Jersey 10", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.merit-content .merit-tab .ttl::after {
  display: block;
  content: "";
  background: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/merit-line.svg) no-repeat center/cover;
  margin: 0 auto;
  width: 86px;
  height: 7px;
}

.merit-content .merit-tab .ttl b {
  font-size: 40px;
}

.merit-content .merit-tab .detail {
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 16.9px */
}

.merit-content .merit-panels {
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .merit-content .merit-panels {
    width: 100%;
  }
}

.merit-check .check-content {
  position: relative;
  padding: 72px 20px 32px;
  border-radius: 8px;
  border: 2px solid var(--red);
  background: var(--white);
}

.merit-check .check-content h3 {
  position: absolute;
  top: -52px;
  left: calc(50% - 195px);
}

@media screen and (max-width: 600px) {
  .merit-check .check-content h3 {
    left: calc(50% - 134.5px);
    top: -56px;
  }
}

.merit-check .check-content .check-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px 32px;
}

.merit-check .check-content .check-ul li {
  width: 42.5%;
}

@media screen and (max-width: 600px) {
  .merit-check .check-content .check-ul li {
    width: 100%;
  }
}

.merit-check .check-content .check-ul .img {
  margin-bottom: 20px;
}

.merit-check .check-content .check-ul .img img {
  width: 100%;
}

.merit-check .check-content .check-ul .ttl {
  margin-bottom: 14px;
}

.merit-check .check-content .check-ul .ttl .main_ttl {
  color: var(--red);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.merit-check .check-content .check-ul .ttl .name {
  color: var(--black-middle);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.08em;
}

.merit-check .check-content .check-ul .detail {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 22.5px */
}

.schedule {
  background-image: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/schedule-bg.png);
  background-image: image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/schedule-bg.png) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/schedule-bg@2x.png) 2x);
  background-image: -webkit-image-set(url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/schedule-bg.png) 1x, url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/schedule-bg@2x.png) 2x);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
  .schedule.wrapper {
    padding: 40px 0 60px;
  }
}

.schedule h2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 40px;
  color: var(--red);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 52px */
}

@media screen and (max-width: 900px) {
  .schedule h2 {
    font-size: 28px;
    display: block;
    text-align: center;
  }
}

.schedule h2 img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

@media screen and (max-width: 900px) {
  .schedule h2 img {
    margin: 0 auto;
  }
}

.schedule .lead {
  margin-bottom: 40px;
}

.schedule-ttl {
  color: var(--black);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
  .schedule-ttl {
    font-size: 16px;
  }
}

.schedule-ttl::before {
  content: "▼";
  display: inline-block;
  color: var(--red);
  margin-right: 0.5em;
}

@media screen and (max-width: 600px) {
  .schedule-img {
    padding-bottom: 20px;
    margin-bottom: 65px;
    overflow: auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 600px) {
  .schedule-list {
    width: 230vw !important;
    max-width: 230vw !important;
  }
}

.schedule-example {
  margin-bottom: 50px;
}

.schedule-example .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

.schedule-example .modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

.schedule-example .modal.active {
  opacity: 1;
  visibility: visible;
}

.schedule-example .modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1280px;
  width: 90%;
  height: auto;
}

.schedule-example .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  color: var(--white);
  background: var(--black-middle);
  border-radius: 50%;
  cursor: pointer;
}

.schedule-example .modal-close i {
  font-size: 2.5em;
  font-style: normal;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}

.schedule-example .modal-content {
  background: var(--white);
}

.schedule-plan {
  margin-bottom: 50px;
}

.schedule-plan .table-pc table {
  table-layout: fixed;
}

.schedule-reference {
  margin-bottom: 80px;
}

@media screen and (max-width: 900px) {
  .schedule-reference {
    margin-bottom: 60px;
  }
}

.schedule-option h3 {
  color: var(--red);
  font-family: "Jersey 10", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  text-align: center;
  margin-bottom: 10px;
}

.schedule-option h3::before,
.schedule-option h3::after {
  font-size: 22px;
  line-height: 150%;
  /* 33px */
}

.schedule-option h3::before {
  content: "＼";
}

.schedule-option h3::after {
  content: "／";
}

.schedule-option .option-lead {
  background: var(--red);
  padding: 4px 8px;
  color: var(--white);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  /* 26.4px */
  margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
  .schedule-option .option-lead {
    font-size: 16px;
  }
}

.schedule-option .option-content ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .schedule-option .option-content ul {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.schedule-option .option-content li {
  width: 23.125%;
  padding: 16px 11px;
  border-right: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
  background: var(--white);
  text-align: center;
}

@media screen and (max-width: 900px) {
  .schedule-option .option-content li {
    width: calc(50% - 4px);
    border-right: 4px solid var(--red);
    border-bottom: 4px solid var(--red);
  }
}

.schedule-option .option-content li img {
  margin: 0 auto 12px;
}

.schedule-option .option-content li p {
  color: var(--black-middle);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */
}

/* 3プラン */
.table-sp {
  margin: 0 auto 6rem;
}

@media screen and (max-width: 900px) {
  .table-sp {
    margin: 0 auto 50px;
  }
}

.table-sp ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media screen and (max-width: 900px) {
  .table-sp ul {
    gap: 1rem;
  }
}

.toggle__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-bottom: 2rem;
}

.bkbubble {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 auto 1.4rem;
  padding: 14px 8px;
  background-color: var(--black-middle);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .bkbubble {
    font-size: 14px;
  }
}

.bkbubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 7.5px 0 7.5px;
  border-color: var(--black-middle) transparent transparent;
  translate: -50% 100%;
}

.toggle__title h4 {
  color: var(--red);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width: 900px) {
  .toggle__title h4 {
    font-size: 24px;
  }
}

.toggle__title h4 span {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 100%;
}

.toggle_btn {
  background: var(--red);
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.toggle_btn::before {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 1.4rem;
  transition: 0.2s ease-out;
}

.toggle_btn::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 1.4rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.1s ease-out;
}

.toggle__title.show .toggle_btn:before {
  content: normal;
}

.toggle__content {
  display: none;
}

table.table-sp_1 {
  border-collapse: separate;
  border-spacing: 1rem 0;
  width: 100%;
}

@media screen and (max-width: 900px) {
  table.table-sp_1 {
    border-spacing: 4px 0;
  }
}

table.table-sp_1 td {
  height: 6.8rem;
  padding: 0 2rem;
}

@media screen and (max-width: 900px) {
  table.table-sp_1 td {
    padding: 16px;
    height: auto;
  }
}

table.table-sp_1 td:nth-child(1) {
  text-align: left;
  width: 15rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 900px) {
  table.table-sp_1 td:nth-child(1) {
    width: 50%;
    font-size: 16px;
  }
}

table.table-sp_1 td:nth-child(2) {
  text-align: center;
  width: 18rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 900px) {
  table.table-sp_1 td:nth-child(2) {
    width: 50%;
    font-size: 16px;
  }
}

table.table-sp_1 td.price:nth-child(2) {
  color: var(--red);
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}

@media screen and (max-width: 900px) {
  table.table-sp_1 td.price:nth-child(2) {
    font-size: 16px;
  }
}

table.table-sp_1 td.price:nth-child(2) span {
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
}

table.table-sp_1 td span {
  font-size: 1.1rem;
  line-height: 130%;
}

table.table-sp_1 td img {
  width: 2rem;
}

@media screen and (max-width: 900px) {
  table.table-sp_1 td img {
    margin: 0 auto;
  }
}

table.table-sp_1 tr:nth-child(odd) {
  background-color: var(--gray1, #faf8f5);
}

table.table-sp_1 tr:nth-child(even) {
  background-color: #ffffff;
}

@media screen and (min-width: 901px) {
  th h4 {
    color: var(--red);
    font-size: 20px;
    margin-bottom: 3rem;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
  }

  th h4 span {
    font-size: 12px;
    color: #131313;
  }

  .plan-price {
    max-width: 128rem;
  }

  .table-pc table {
    border-collapse: separate;
    border-spacing: 12px 0;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .table-pc table td {
    height: 68px;
    padding: 0 20px;
  }

  .table-pc table td:nth-child(1) {
    text-align: left;
    width: 26rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
  }

  .table-pc table td:nth-child(1) span {
    font-size: 14px;
  }

  .table-pc table td:nth-child(2),
  .table-pc table td:nth-child(3),
  .table-pc table td:nth-child(4) {
    text-align: center;
    width: 24.5rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
  }

  .table-pc table td:nth-child(2) img,
  .table-pc table td:nth-child(3) img,
  .table-pc table td:nth-child(4) img {
    margin: 0 auto;
  }

  .table-pc table tr:nth-child(odd) {
    background-color: var(--gray1, #faf8f5);
  }

  .table-pc table tr.bg-w:nth-child(odd) {
    background-color: #ffffff;
  }

  .table-pc table tr:nth-child(even) {
    background-color: #ffffff;
  }

  .table-pc table td.price {
    color: var(--red);
    font-size: 24px;
    font-weight: 700;
  }

  .table-pc table td.price span {
    font-family: "Barlow", sans-serif;
    font-size: 44px;
  }
}

/* 料金目安表 */
.reference h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 auto 3rem;
}

.reference h4 .dots {
  width: 1rem;
  height: 1rem;
  background-color: var(--red);
  border-radius: 50%;
  display: inline-block;
}

.reference p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 2rem;
}

.reference table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 2rem;
  table-layout: fixed;
}

.reference td {
  border: 1px solid #ccc;
  padding: 1rem 0.8rem 0.8rem;
  color: var(--red);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 150%;
}

@media screen and (max-width: 900px) {
  .reference td {
    width: calc((100% - 90px) / 3);
    padding: 16px 8px;
    font-size: 18px;
    line-height: 130%;
  }
}

.reference td .price {
  font-family: "Barlow", sans-serif;
}

.reference td .per-person {
  color: var(--text, #131313);
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  display: inline;
  background: linear-gradient(to top, #fff03e 30%, transparent 30%);
}

@media screen and (max-width: 900px) {
  .reference td .per-person {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
  }
}

/* 1行目：赤背景 */
.reference tr:first-child td {
  width: 8.9rem;
  height: 7rem;
  padding: 2.1rem 0.5rem;
  background-color: var(--red);
  color: var(--white, #fff);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 900px) {
  .reference tr:first-child td {
    width: calc((100% - 90px) / 3);
    font-size: 15px;
    padding: 16px 8px;
    height: auto;
  }
}

/* 1列目：黒背景 */
.reference td:first-child {
  width: 7rem;
  height: 6.8rem;
  background-color: #131313;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  border: 1px solid #fff;
}

@media screen and (max-width: 900px) {
  .reference td:first-child {
    width: 90px;
    font-size: 15px;
    height: auto;
  }
}

/* 左上セル */
.reference tr:first-child td:first-child {
  background-color: transparent;
  border: none;
  color: inherit;
}

@media screen and (min-width: 1024px) {
  .reference {
    max-width: 100%;
    margin: 0 auto;
  }

  .reference h4 {
    font-size: 32px;
  }

  .reference p {
    text-align: center;
    font-size: 20px;
  }

  .reference small {
    font-size: 16px;
  }

  .reference td {
    font-size: 16px;
  }

  .reference td .price {
    font-size: 32px;
  }

  .reference td .per-person {
    font-size: 14px;
  }

  /* 1行目：赤背景 */
  .reference tr:first-child td {
    max-width: 28.2rem;
    font-size: 20px;
    height: 68px;
  }

  /* 1列目：黒背景 */
  .reference td:first-child {
    max-width: 19rem;
    font-size: 20px;
    height: 68px;
  }
}

.formContainer {
  position: fixed;
  bottom: 40px;
  right: 26px;
  z-index: 9999;
}

.formContainer::before {
  content: "";
  position: absolute;
  background: url(https://www.udkya.com/wordpress/wp-content/themes/udkya_20211130/src/images_lp2510/pen.svg) no-repeat center/contain;
  width: 22px;
  height: 196px;
  top: -20px;
  right: -5px;
  z-index: 9999;
}

@media (max-width: 1200px) {
  .formContainer {
    width: 28%;
    right: 0;
  }

  .formContainer::before {
    right: auto;
    left: -12px;
    transform: scale(-1, 1);
  }
}

@media screen and (max-width: 900px) {
  .formContainer {
    width: 100%;
    position: static;
    padding: 100px 0 80px;
    background-color: var(--red);
    margin-top: -1px;
  }

  .formContainer::before {
    content: none;
  }
}

@media screen and (max-width: 600px) {
  .formContainer {
    padding: 60px 0;
  }
}

.wpcf7-form {
  background: #fff;
  border-radius: 6px;
  padding: 40px 20px 32px;
  width: 330px;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  border: 1px solid var(--black-middle);
}

@media (max-width: 1200px) {
  .wpcf7-form {
    width: auto;
    border-radius: 6px 0 0 6px;
    border-right: none;
  }
}

@media screen and (max-width: 900px) {
  .wpcf7-form {
    width: 80%;
    padding: 50px 20px 32px;
    border-radius: 6px;
    border: 1px solid var(--black-middle);
  }
}

@media screen and (max-width: 600px) {
  .wpcf7-form {
    width: 92%;
  }
}

.form__title {
  position: absolute;
  background: var(--black-middle);
  color: #fff;
  text-align: center;
  width: 72%;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 4px;
  font-size: 16px;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0px);
}

@media (max-width: 1200px) {
  .form__title {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .form__title {
    width: 80%;
    font-size: 20px;
    padding: 10px 16px;
    top: -26px;
  }
}

@media screen and (max-width: 600px) {
  .form__title {
    font-size: 18px;
  }
}

.form__title:after {
  content: "";
  position: absolute;
  background-color: var(--black-middle);
  width: 42%;
  height: 62px;
  border-radius: 50%;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

@media screen and (max-width: 900px) {
  .form__title:after {
    width: 30%;
  }
}

.form__group {
  margin-bottom: 4px;
}

.form__group label .wpcf7-not-valid-tip {
  font-size: 11px;
  color: #dc3232;
  display: block;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin: 10px 0;
  padding: 4px;
  font-size: 13px;
}

/* 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	font-size: 11px !important;
  margin: 0 !important;
} */
.form__group label span {
  font-weight: normal;
  margin-bottom: 6px;
  vertical-align: middle;
  font-size: 14px;
  color: var(--black-middle);
}

.form__group label input,
.form__group label textarea {
  width: 100%;
  padding: 6px 8px 4px;
  font-size: 15px;
  border: 1px solid var(--black-middle);
  border-radius: 4px;
  box-sizing: border-box;
}

.form__group label input::placeholder,
.form__group label textarea::placeholder {
  font-size: 14px;
  color: #bababa;
  font-weight: normal;
}

.form__group label textarea {
  height: 80px;
  resize: vertical;
  max-height: 80px;
}

.form__submit {
  text-align: center;
  margin-top: 16px;
}

.form__submit input {
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  display: block;
}

.form__submit input:hover {
  opacity: 0.9;
}

.form__group span.require,
.form__group span.optional {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background: var(--red);
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 500;
}

.form__group span.require.optional,
.form__group span.optional.optional {
  background: #fff;
  color: var(--red);
  border: 1px solid var(--red);
}

/* 確認画面ここから */

#wpcf7cpcnf {
  background: #fff;
  border-radius: 6px;
  padding: 40px 20px 32px;
  width: 330px;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  border: 1px solid var(--black-middle);
}

div#wpcf7cpcnf {
  background: #fff;
  padding: 20px;
}

@media (max-width:1200px) {
  div#wpcf7cpcnf {
    width: auto;
    border-radius: 6px 0 0 6px;
    border-right: none;
  }
}

div#wpcf7cpcnf table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  color: var(--black-middle);
}

div#wpcf7cpcnf table tr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

div#wpcf7cpcnf th {
  background-color: #eee;
  font-size: 14px;
}

div#wpcf7cpcnf th p {
  font-weight: 500;
}

div#wpcf7cpcnf td {
  padding: 2px 0;
  font-size: 14px;
}

div#wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  margin: 0;
}

div#wpcf7cpcnf button.wpcf7cp-cfm-submit-btn {
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

div#wpcf7cpcnf button.wpcf7cp-cfm-edit-btn {
  margin-right: 0;
  margin-bottom: 0;
  background: none;
  border: none;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (max-width: 900px) {
  div#wpcf7cpcnf {
    width: 80%;
    padding: 50px 20px 32px;
    border-radius: 6px;
    border: 1px solid var(--black-middle);
    left: 50%;
    transform: translate(-50%, 0);
  }

  div#wpcf7cpcnf th {
    font-size: 16px;
  }

  div#wpcf7cpcnf td {
    font-size: 16px;
  }
}

/* 確認画面ここまで */


.footer-tel {
  background: #f4f4f4;
  padding: 32px 0;
}

.footer-tel .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .footer-tel .inner {
    display: block;
  }
}

.footer-tel .tel_txt {
  padding: 18px 0;
  border-right: 1px solid var(--black);
}

@media screen and (max-width: 900px) {
  .footer-tel .tel_txt {
    padding: 10px 0;
    border-right: none;
  }
}

.footer-tel .tel_txt p {
  color: var(--black);
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 33px */
  margin-right: 20px;
}

@media screen and (max-width: 900px) {
  .footer-tel .tel_txt p {
    text-align: center;
    font-size: 16px;
    margin-right: 0;
  }
}

.footer-tel .tel_num {
  text-align: right;
}

@media screen and (max-width: 900px) {
  .footer-tel .tel_num {
    text-align: center;
  }
}

.footer-tel .tel_num a {
  display: block;
  pointer-events: none;
  width: 392px;
  height: auto;
  margin-bottom: 4px;
}

@media screen and (max-width: 900px) {
  .footer-tel .tel_num a {
    max-width: 92%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.footer-tel .tel_num .time {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  margin-right: 1.1em;
}

@media screen and (max-width: 900px) {
  .footer-tel .tel_num .time {
    margin-right: 0;
  }
}

.footer-logo {
  background: var(--black-middle);
  padding: 40px 0;
  text-align: center;
}

.footer-logo .logo {
  margin-bottom: 70px;
}

.footer-logo .logo img {
  margin: 0 auto;
}

.footer-logo .copyright p,
.footer-logo .copyright a {
  color: var(--white);
  font-size: 10px;
}

.footer .gotop {
  display: none;
  pointer-events: none;
}

/*# sourceMappingURL=main.css.map */